@charset "UTF-8";
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/playfair-display-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/playfair-display-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/roboto-condensed-300.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/roboto-condensed-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/roboto-condensed-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 15px;
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}

body {
  margin: 0;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5rem;
  color: #555;
  background-color: #f7f6f1;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 2rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0;
}

a {
  color: #555;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

figure {
  margin: 0;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  margin: 0;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th {
  text-align: left;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

audio, video {
  max-width: 100%;
}

@media print {
  *, *::before, *::after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  img {
    page-break-inside: avoid;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.hidden {
  display: none !important;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  font-size: 0.6rem;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  text-decoration: none;
}

.highlighted {
  padding: 3rem 2rem;
  margin-bottom: 2rem;
  background-color: #f7f7f1;
}

.region {
  margin: 0;
  padding: 0;
}

picture {
  display: block;
  width: 100%;
}

.block {
  margin: 0;
}

.block-title {
  margin: 0;
}

.main > .container > section {
  background-color: #f7f6f1;
}

.main.has-hero > .container > section {
  background-color: transparent;
}

.layout--onecol,
.layout__region,
.main article,
.main article > div,
.main > .container > section > div {
  background-color: transparent;
}

.admin-front-tabs-wrap {
  margin: 1rem 0;
  padding-top: 2rem;
}

.admin-front-tabs {
  display: table;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border: 1px dotted #cccccc;
  padding: 0;
  list-style: none;
}
.admin-front-tabs .admin-front-tab {
  display: table-cell;
  vertical-align: middle;
}

.admin-front-tab {
  display: inline-block;
  padding: 12px 22px;
  color: #555;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.95rem;
  line-height: 1.42857;
  text-decoration: none;
  border-bottom: 4px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}
.admin-front-tab + .admin-front-tab {
  border-left: 1px dotted #cccccc;
}
.admin-front-tab:hover {
  color: #555;
  border-bottom-color: #333;
}
.admin-front-tab--active {
  color: #78a12e;
  border-bottom-color: #78a12e;
}
.admin-front-tab--active:hover {
  color: #78a12e;
  border-bottom-color: #78a12e;
}

.tabs-wrapper {
  margin: 0;
}

.tabs--primary {
  margin: 0;
  padding: 0;
  list-style: none;
}

.messages-section {
  padding: 1rem 0;
  background: #f7f6f1;
}

.messages {
  padding: 1rem 2rem;
  margin-bottom: 2rem;
  border: 1px solid transparent;
}

.messages--status {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.messages--warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.messages--error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.admin-section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section-sibling-nav {
  background-color: #f7f6f1 !important;
  padding: 2rem 0 1rem;
  text-align: center;
}
.section-sibling-nav:not(:has(a)) {
  display: none;
}

body.page-actualite .section-sibling-nav {
  display: none;
}

body.page-mediatheque-images .section-sibling-nav {
  display: none;
}

.sibling-nav-link {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin: 0 0.5rem;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.9rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #78a12e;
  text-decoration: none;
  transition: color 0.3s;
}
.sibling-nav-link:hover {
  color: #000;
}
.sibling-nav-link.active {
  color: #000;
  border: 3px solid #78a12e;
}

.has-hero .view-mediatheque {
  margin-top: -8rem;
  position: relative;
  z-index: 1;
}

.mediatheque-tabs-card {
  background: #fff;
  padding: 1rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border: 1px solid #ccc;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin-bottom: 0;
}

.mediatheque-tab {
  display: inline-block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.05rem;
  letter-spacing: 0.08em;
  color: #999;
  border-bottom: 3px solid transparent;
}
.mediatheque-tab.active {
  color: #78a12e;
  border-bottom-color: #78a12e;
  font-weight: bold;
}
.mediatheque-tab:hover:not(.active) {
  color: #555;
}

.mediatheque-content {
  background: #fff;
  padding: 2rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.mediatheque-video-list {
  max-width: 800px;
  margin: 0 auto;
}
.mediatheque-video-list .mediatheque-video-item {
  margin-bottom: 4rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #ccc;
}
.mediatheque-video-list .mediatheque-video-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.mediatheque-video-list .media--type-remote-video {
  width: 100% !important;
  max-width: 100% !important;
  position: relative;
}
.mediatheque-video-list .media--type-remote-video::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.mediatheque-video-list .media--type-remote-video iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}
.mediatheque-video-list video {
  width: 100%;
  height: auto;
}

.view-masonry {
  width: 100%;
}
.view-masonry:after {
  content: "";
  display: block;
  clear: both;
}

.grid {
  margin-left: auto;
  margin-right: auto;
}

.grid-sizer,
.grid-item {
  width: 100%;
}
@media (min-width: 768px) {
  .grid-sizer,
  .grid-item {
    width: calc(50% - 10px);
  }
}
@media (min-width: 992px) {
  .grid-sizer,
  .grid-item {
    width: 200px;
  }
}

.grid-item {
  margin-bottom: 1rem;
}
.grid-item img {
  display: block;
  width: 100%;
  height: auto;
}

.view-mediatheque .pager__item > a,
.view-home-derniere-actu .pager__item > a, body.page-actualite ul.pager > li > a, .view-mediatheque ul.pager > li > a,
.view-home-derniere-actu ul.pager > li > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 1rem;
  text-decoration: none;
  color: #555;
  background: #fff;
  border: 1px solid #ccc;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.99rem;
  transition: color 0.15s, background-color 0.15s, border-color 0.15s;
}
.view-mediatheque .pager__item > a:hover,
.view-home-derniere-actu .pager__item > a:hover, body.page-actualite ul.pager > li > a:hover, .view-mediatheque ul.pager > li > a:hover,
.view-home-derniere-actu ul.pager > li > a:hover {
  color: #78a12e;
  border-color: #78a12e;
}

body.page-actualite ul.pager, .view-mediatheque ul.pager,
.view-home-derniere-actu ul.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  list-style: none;
  padding: 2rem 0 0;
  margin: 0;
}
body.page-actualite ul.pager > li > a, .view-mediatheque ul.pager > li > a,
.view-home-derniere-actu ul.pager > li > a {
  color: #999;
}
body.page-actualite ul.pager > li.pager-current > span, .view-mediatheque ul.pager > li.pager-current > span,
.view-home-derniere-actu ul.pager > li.pager-current > span {
  display: inline-flex;
  align-items: center;
  height: 38px;
  padding: 0 1rem;
  color: #999;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.99rem;
}

.view-mediatheque .pager,
.view-home-derniere-actu .pager {
  padding: 2rem 0 0;
}
.view-mediatheque .pager__items,
.view-home-derniere-actu .pager__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.view-mediatheque .pager__item.is-active > a,
.view-home-derniere-actu .pager__item.is-active > a {
  color: #fff;
  background-color: #78a12e;
  border-color: #78a12e;
  font-weight: bold;
  cursor: default;
}
.view-mediatheque .pager__item.is-active > a:hover,
.view-home-derniere-actu .pager__item.is-active > a:hover {
  color: #fff;
  background-color: #78a12e;
}
.view-mediatheque .pager__item.pager__item--previous > a, .view-mediatheque .pager__item.pager__item--next > a, .view-mediatheque .pager__item.pager__item--first > a, .view-mediatheque .pager__item.pager__item--last > a,
.view-home-derniere-actu .pager__item.pager__item--previous > a,
.view-home-derniere-actu .pager__item.pager__item--next > a,
.view-home-derniere-actu .pager__item.pager__item--first > a,
.view-home-derniere-actu .pager__item.pager__item--last > a {
  color: #999;
}
.site-header-nav {
  background-color: #f7f6f1;
}
.site-header-nav > .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  gap: 0;
}

#navbar {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.site-header-langs {
  order: 1;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 0.5rem 1rem 0;
}
.site-header-langs .region, .site-header-langs .block, .site-header-langs .block__content {
  margin: 0;
  padding: 0;
}
.site-header-langs ul.links {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 12px;
}
.site-header-langs ul.links li a {
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  font-size: 0.9em;
  color: #555;
  font-weight: normal;
  text-decoration: none;
  transition: color 0.2s;
  opacity: 0.5;
}
.site-header-langs ul.links li a:hover {
  color: #000;
  opacity: 1;
}
.site-header-langs ul.links li.is-active a,
.site-header-langs ul.links li.active a {
  opacity: 1;
  color: #000;
}

.site-logo {
  order: 2;
  flex: 0 0 auto;
  line-height: 0;
  padding: 1rem 0 1rem;
}
.site-logo img {
  max-height: 100px;
  height: auto;
  width: auto;
  max-width: none;
  display: block;
}

.site-header-menu {
  order: 3;
  flex: 0 0 auto;
  padding: 0;
  margin-bottom: -1rem;
}
.site-header-menu .region, .site-header-menu .block, .site-header-menu .block__content {
  margin: 0;
  padding: 0;
}

.site-nav {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.9em;
  font-weight: 400;
}
.site-nav > li {
  display: inline-block;
  position: relative;
}
.site-nav > li > a, .site-nav > li > span, .site-nav > li .nolink {
  cursor: pointer;
  transition: color 0.3s;
  color: #555;
  display: block;
  padding: 0.5rem 0.5rem;
  white-space: nowrap;
}
.site-nav > li > a:hover, .site-nav > li > a:focus, .site-nav > li > span:hover, .site-nav > li > span:focus, .site-nav > li .nolink:hover, .site-nav > li .nolink:focus {
  color: #78a12e;
  background-color: #fff;
}
.site-nav > .active > a,
.site-nav > .active > a:hover,
.site-nav > .active > a:focus,
.site-nav > .active > span,
.site-nav > .active > .nolink {
  color: #555;
  border-bottom: 4px solid #78a12e;
}
.site-nav .has-children > a::after,
.site-nav .has-children > span::after {
  content: " ▾";
  font-size: 0.75em;
  font-weight: normal;
}
.site-nav .has-children:hover > .submenu,
.site-nav .has-children.open > .submenu {
  display: block;
}

.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 180px;
  list-style: none;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1em;
  text-align: left;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  background-color: #fff;
  margin-top: -8px;
  box-shadow: 0 6px 12px -2px rgba(0, 0, 0, 0.12);
}
.submenu > li > a, .submenu > li .nolink {
  display: block;
  padding: 0.5rem 1rem;
  font-weight: 400;
  white-space: nowrap;
  line-height: normal;
  color: #555;
}
.submenu > li > a:hover, .submenu > li > a:focus, .submenu > li .nolink:hover, .submenu > li .nolink:focus {
  transition: color 0.3s;
  color: #78a12e;
  background-color: #c9d9aa;
}

.site-nav-burger {
  display: none;
  order: 4;
  flex: 0 0 auto;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  margin-left: 0.5rem;
}
.site-nav-burger span {
  display: block;
  width: 26px;
  height: 2px;
  background-color: #555;
  margin: 6px 0;
  transition: transform 0.25s, opacity 0.25s;
}

#navbar.nav-open .site-nav-burger span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 6px);
}

#navbar.nav-open .site-nav-burger span:nth-child(2) {
  opacity: 0;
  transform: translateX(-8px);
}

#navbar.nav-open .site-nav-burger span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -6px);
}

@media (max-width: 1199px) {
  .site-nav-burger {
    display: block;
  }
  .site-header-nav {
    margin-bottom: 0.5rem;
    position: relative;
  }
  .site-header-nav > .container {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 1rem;
  }
  .site-header-langs {
    order: 1;
    flex: 1 1 auto;
    width: auto;
    justify-content: flex-start;
    padding: 0;
  }
  .site-nav-burger {
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 0;
    background-color: #78a12e;
    padding: 0.875rem 1rem;
  }
  .site-nav-burger span {
    background-color: #fff;
  }
  .site-logo {
    order: 2;
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    padding: 2.75rem 0 0.25rem;
  }
  .site-logo img {
    max-height: 60px;
  }
  .site-header-menu {
    order: 4;
    flex: 0 0 100%;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition: max-height 0.35s ease;
  }
  #navbar.nav-open .site-header-menu {
    max-height: 700px;
  }
  .site-nav {
    flex-direction: column;
    border-top: 1px solid #e5e5e0;
    padding: 0.5rem 0;
  }
  .site-nav > li {
    display: block;
  }
  .site-nav > li > a, .site-nav > li > span, .site-nav > li .nolink {
    padding: 1rem 2rem;
    border-bottom: 1px solid #e5e5e0;
    white-space: normal;
  }
  .submenu {
    position: static;
    box-shadow: none;
    background-color: #f0efea;
    margin-top: 0;
    padding: 0 0 0 2rem;
  }
  .submenu > li > a, .submenu > li .nolink {
    padding: 0.45rem 2rem;
  }
  .has-children > .submenu {
    display: none;
  }
  .has-children.open > .submenu {
    display: block;
  }
}
.main #page-header nav,
.main nav.breadcrumb {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
.main nav.breadcrumb:after {
  margin-left: auto;
  margin-right: auto;
  display: block;
  content: " ";
  width: 100px;
  border-bottom: 3px solid #78a12e;
}
.main .menu {
  text-align: center;
  font-size: 0.75em;
  font-weight: bold;
  padding-bottom: 2rem;
  padding-top: 1rem;
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.main .menu li {
  display: inline-block;
}
.main .menu > li > a {
  background-color: transparent;
  transition: background-color 0.3s;
  color: #78a12e;
}
.main .menu > li > a:hover, .main .menu > li > a:focus {
  color: #000;
  background-color: #fff;
}
.main .menu > .active > a,
.main .menu > .active > a:hover,
.main .menu > .active > a:focus {
  color: #000;
  border: 3px solid #78a12e;
}

.node-readmore-icon {
  position: relative;
  margin-top: 2rem;
  text-transform: uppercase;
  text-align: center !important;
  padding: 0 10px 0 0;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.6rem;
  font-weight: bold;
  font-style: normal;
}
.node-readmore-icon a {
  color: #ccc;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.node-readmore-icon a span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #78a12e;
  color: #fff;
  transition: background-color 0.3s, color 0.3s;
  text-align: center;
  margin-right: 3px;
  width: 2rem;
  height: 2rem;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: bold;
  border-radius: 0;
  flex-shrink: 0;
}
.node-readmore-icon a:hover span, .node-readmore-icon a:focus span {
  background-color: #000;
}

h1 {
  color: #555;
}

h2 {
  color: #555;
}

h3 {
  color: #555;
}

h1, .title-page {
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  font-size: 2.5rem;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 3.5rem;
  text-shadow: 1px 1px 2px #000;
}

.underline h1 {
  margin-top: 3rem;
}
.underline h1:after {
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  content: " ";
  width: 100px;
  border-bottom: 3px solid #78a12e;
}

.title-block {
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  font-size: 2.3rem;
  font-weight: normal;
  font-style: normal;
  margin: 0;
}

.title-section {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: bold;
  font-style: normal;
  color: #78a12e;
  margin-bottom: 2rem;
}

.title-block:after {
  display: block;
  content: " ";
  width: 100px;
  border-bottom: 3px solid #78a12e;
  margin: 2rem auto;
}

.columns {
  column-count: 2;
  column-gap: 2rem;
}

.bgd-color {
  background-color: #f7f7f1;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .bgd-color {
    background-color: transparent;
  }
}

.bgd-img {
  background-color: #f7f7f1;
  padding-bottom: 1rem;
  padding-top: 1rem;
  background-image: url("../../../../sites/default/files/pictures/wallpaper.png");
  background-repeat: repeat;
}
@media (max-width: 767px) {
  .bgd-img {
    background-image: none;
    background-color: transparent;
  }
}

.hero {
  background-color: #f7f6f1;
}

.has-hero {
  background-size: auto 645px;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .has-hero {
    background-size: auto 460px;
  }
}

.main {
  margin-top: 0;
  margin-bottom: 0;
}
.main .field-content figure {
  height: 200px;
  padding: 1rem;
  vertical-align: middle;
}
.main .field-content figure img {
  max-height: calc(200px - 2rem);
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

#page-header {
  padding: 3rem 2rem;
  text-align: center;
}
#page-header .breadcrumb {
  background-color: transparent;
  font-size: 1.6rem;
  font-style: italic;
  text-align: center;
  padding: 15px;
  margin-bottom: 1rem;
}
#page-header .hero-subtitle {
  display: block;
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 0;
}
#page-header:not(:has(nav.breadcrumb)) .hero-subtitle::after {
  content: " ";
  display: block;
  width: 100px;
  margin: 1.25rem auto 2rem;
  border-bottom: 3px solid #78a12e;
}

.has-hero #page-header {
  min-height: 645px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 9rem;
}
.has-hero #page-header h1 {
  color: #fff;
  font-size: 4rem;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.85);
  width: 100%;
  max-width: 1170px;
  padding: 0 2rem;
  box-sizing: border-box;
}
.has-hero #page-header .hero-subtitle {
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
  max-width: 1170px;
  width: 100%;
  padding: 0 2rem;
  box-sizing: border-box;
}
.has-hero #page-header .breadcrumb,
.has-hero #page-header .breadcrumb a {
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 767px) {
  .has-hero #page-header {
    min-height: 460px;
    padding-top: 6rem;
  }
  .has-hero #page-header h1 {
    font-size: clamp(1.4rem, 5.5vw, 2.2rem);
    margin-bottom: 1rem;
  }
  .has-hero #page-header .hero-subtitle {
    font-size: 1rem;
  }
}

.large-logo {
  margin-top: 6.96rem;
}
.large-logo img {
  margin-left: auto;
  margin-right: auto;
}

.intro {
  background-color: #fff;
  padding: 3rem 3rem 2rem;
  text-align: justify;
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  font-size: 1.1rem;
  font-weight: normal;
  font-style: italic;
  border: 1px solid #eee;
  min-height: 200px;
  max-width: 83.33%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .intro {
    max-width: 65%;
  }
}

.has-hero .intro {
  margin-top: -8rem;
  position: relative;
  z-index: 1;
}

.intro-img {
  margin-top: 0;
}
.intro-img figure {
  width: 100%;
}
.intro-img figure p {
  padding: 0;
}

a.buttonlink {
  display: inline-block;
  padding: 1em;
  margin: 1em;
  background-color: #eee;
  border-radius: 5px;
  color: #555;
  text-decoration: none;
}
a.buttonlink:hover {
  background-color: #ccc;
  color: #333;
}

.slider-wrap {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.pre-footer {
  background-color: #f7f6f1;
  padding: 2rem 0;
  text-align: center;
}
.pre-footer .region,
.pre-footer .block,
.pre-footer .block__content {
  text-align: center;
}
.pre-footer #call-me-block {
  display: inline-block;
  text-align: left;
}
.pre-footer #call-me-block a {
  display: inline-block;
}
.pre-footer #call-me-block img {
  display: block;
  max-width: 100%;
  height: auto;
}

.footer {
  background-color: #78a12e;
  color: #fff;
  font-size: 1.1rem;
}
.footer .region-footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
}
.footer .region-footer > .block {
  padding: 3rem 3rem;
  text-align: center;
}
.footer .region-footer #block-cdn-blocfooterlogo {
  grid-column: 1;
  grid-row: 1/3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #fff;
  padding: 3rem 3rem;
}
.footer .region-footer #block-cdn-blocfootercoordonneescompletes {
  grid-column: 2;
  grid-row: 1/3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-right: 1px solid #fff;
  padding: 3rem 3rem;
}
.footer .region-footer #block-cdn-blocfootercoordonneescompletes p, .footer .region-footer #block-cdn-blocfootercoordonneescompletes a {
  text-align: center;
}
.footer .region-footer #block-cdn-blocfooternewsletter {
  grid-column: 3;
  grid-row: 1;
}
.footer .region-footer #block-cdn-newsletter-webform {
  grid-column: 3;
  grid-row: 2;
}
@media (max-width: 767px) {
  .footer .region-footer {
    grid-template-columns: 1fr;
  }
  .footer .region-footer #block-cdn-blocfooterlogo,
  .footer .region-footer #block-cdn-blocfootercoordonneescompletes,
  .footer .region-footer #block-cdn-blocfooternewsletter,
  .footer .region-footer #block-cdn-newsletter-webform {
    grid-column: 1 !important;
    grid-row: auto !important;
    border-right: none !important;
    display: block !important;
    padding: 2rem 3rem;
  }
  .footer .region-footer > .block {
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  }
  .footer .region-footer > .block:last-child {
    border-bottom: none;
  }
}
.footer p, .footer li, .footer address {
  color: #fff;
  font-size: 0.85em;
}
.footer a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}
.footer a:hover {
  color: #ccc;
}
.footer h3 {
  color: #fff;
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1rem;
}
.footer .block-title {
  display: none;
}
.footer .footer_logo {
  width: 100%;
  height: auto;
}
.footer .address {
  margin-bottom: 1rem;
}
.footer #reseaux_footer {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0;
}
.footer #reseaux_footer li {
  display: inline-block;
  margin: 0.5rem;
}
.footer #reseaux_footer li img {
  width: 32px !important;
  height: 32px !important;
}
.footer .menu--menu-navigation-footer {
  list-style: none;
  padding: 0;
  margin-top: 1rem;
}
.footer .menu--menu-navigation-footer li {
  display: inline-block;
  margin: 0 0.5rem;
}
.footer .webform-submission-form label,
.footer form label {
  display: block;
  color: #fff;
  font-size: 0.85em;
  margin-bottom: 0.5rem;
  text-align: left;
}
.footer .webform-submission-form .form-item,
.footer form .form-item {
  text-align: left;
  margin-bottom: 1rem;
}
.footer .webform-submission-form input[type=email],
.footer .webform-submission-form input[type=text],
.footer form input[type=email],
.footer form input[type=text] {
  display: block !important;
  width: 80% !important;
  padding: 0.5rem;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  box-sizing: border-box;
}
.footer .webform-submission-form input[type=email]::placeholder,
.footer .webform-submission-form input[type=text]::placeholder,
.footer form input[type=email]::placeholder,
.footer form input[type=text]::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footer .webform-submission-form .button,
.footer .webform-submission-form input[type=submit],
.footer .webform-submission-form button[type=submit],
.footer form .button,
.footer form input[type=submit],
.footer form button[type=submit] {
  display: inline-block;
  background-color: #000;
  color: #fff;
  border: none;
  padding: 0.5rem 1rem;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.85em;
}
.footer #block-cdn-blocfooternewsletter,
.footer #block-cdn-newsletter-webform,
.footer #block-cdn-mailchimp-newsletter {
  text-align: left;
  padding-left: 2rem;
}
.footer #block-cdn-blocfooternewsletter p, .footer #block-cdn-blocfooternewsletter h3, .footer #block-cdn-blocfooternewsletter h4,
.footer #block-cdn-newsletter-webform p,
.footer #block-cdn-newsletter-webform h3,
.footer #block-cdn-newsletter-webform h4,
.footer #block-cdn-mailchimp-newsletter p,
.footer #block-cdn-mailchimp-newsletter h3,
.footer #block-cdn-mailchimp-newsletter h4 {
  text-align: left;
}
.footer #block-cdn-blocfooternewsletter {
  padding-top: 3rem;
  padding-bottom: 0.5rem;
}
.footer #block-cdn-newsletter-webform,
.footer #block-cdn-mailchimp-newsletter {
  padding-top: 0;
}

[class*=fiche_variete-navigation_secondaire] {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
[class*=fiche_variete-navigation_secondaire] a {
  background-color: #78a12e;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bolder;
  text-transform: uppercase;
  padding: 1rem;
}
[class*=fiche_variete-navigation_secondaire] a:before {
  content: "< Retour aux ";
}

.view-header {
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  font-weight: bolder;
  font-style: italic;
  color: #999;
  font-size: 1.3rem;
  margin-left: 20%;
  margin-right: 20%;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.taxonomy-term--type-de-produit .produits-intro-card,
.taxonomy-term--solution .produits-intro-card {
  background-color: #fff;
  max-width: 800px;
  margin: 0 auto 3rem;
  padding: 3rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
  text-align: center;
}
.taxonomy-term--type-de-produit .produits-intro-text,
.taxonomy-term--solution .produits-intro-text {
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  font-size: 1.3rem;
  font-weight: normal;
  font-style: italic;
}

.taxonomy-term--solution .produits-grid .produit-grid-item .produit-card-descriptif ul {
  text-align: left;
  list-style: disc;
  padding-left: 1.5rem;
}

.has-hero .taxonomy-term--type-de-produit,
.has-hero .taxonomy-term--solution {
  margin-top: -8rem;
  position: relative;
  z-index: 1;
}

.taxonomy-term--solution .produits-grid .produit-grid-item {
  width: calc(33.333% - 2rem);
}

.produits-grid ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 2rem 0;
}
.produits-grid .produit-grid-item {
  width: calc(50% - 2rem);
  margin: 1rem;
  background: #fff;
  border: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.produits-grid .produit-grid-item .produit-card-img {
  height: 300px;
  background-color: #fff;
  overflow: hidden;
  padding-top: 1rem;
}
.produits-grid .produit-grid-item .produit-card-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.produits-grid .produit-grid-item .produit-card-img a {
  display: block;
  height: 100%;
}
.produits-grid .produit-grid-item .views-field-title {
  padding: 1rem 1rem 0;
  text-align: center;
}
.produits-grid .produit-grid-item .views-field-title h3 {
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  font-size: 1.56rem;
  font-weight: normal;
  font-style: italic;
  color: #555;
  text-align: center;
  margin: 1rem 0;
}
.produits-grid .produit-grid-item .views-field-title h3:after {
  display: block;
  content: " ";
  width: 100px;
  border-bottom: 3px solid #78a12e;
  margin: 1rem auto 2rem;
}
.produits-grid .produit-grid-item .views-field-title h3 a {
  color: #555;
  text-decoration: none;
}
.produits-grid .produit-grid-item .views-field-title h3 a:hover {
  color: #78a12e;
}
.produits-grid .produit-grid-item .produit-card-descriptif {
  padding: 0 1rem 1rem;
  flex: 1;
}
.produits-grid .produit-grid-item .produit-card-descriptif p {
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  font-size: 0.99rem;
  font-weight: normal;
  font-style: normal;
  color: #555;
  text-align: center;
}
.produits-grid .produit-grid-item .produit-card-descriptif ul {
  display: block;
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  font-size: 0.99rem;
  font-weight: normal;
  font-style: normal;
  color: #555;
  text-align: center;
  padding-left: 0;
  list-style: none;
}
.produits-grid .produit-grid-item .produit-card-descriptif ul li {
  margin-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .produits-grid .produit-grid-item {
    width: 100%;
    margin: 1rem 0;
  }
}

.paragraph--type--texte-1-colonne, .paragraph--type--texte-1-colonne-centre, .paragraph--type--image-texte-3-lien-page, .paragraph--type--image-texte-3-colonnes, .paragraph--type--image-texte-2-colonnes, .paragraph--type--image-texte-1-colonne, .paragraph--type--image-texte-simple {
  padding: 2rem 0;
  width: 100%;
  box-sizing: border-box;
}
.paragraph--type--texte-1-colonne img, .paragraph--type--texte-1-colonne-centre img, .paragraph--type--image-texte-3-lien-page img, .paragraph--type--image-texte-3-colonnes img, .paragraph--type--image-texte-2-colonnes img, .paragraph--type--image-texte-1-colonne img, .paragraph--type--image-texte-simple img {
  display: block;
  width: 100%;
  height: auto;
}

.paragraph--type--image-texte-simple {
  display: flex;
  align-items: center;
  gap: 0;
  padding-top: 3rem;
}
.paragraph--type--image-texte-simple .its-image {
  flex: 0 0 50%;
  max-width: 50%;
}
.paragraph--type--image-texte-simple .its-card {
  flex: 1;
  padding: 3rem 4rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: -2rem;
}
.paragraph--type--image-texte-simple .its-card p {
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  font-size: 1.1rem;
  font-weight: normal;
  font-style: normal;
  text-align: justify;
  margin: 0 0 10px;
}
.paragraph--type--image-texte-simple .its-card p:last-child {
  margin-bottom: 0;
}
.paragraph--type--image-texte-simple .its-title {
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  font-size: 2.3rem;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 0;
}
.paragraph--type--image-texte-simple .its-title::after {
  display: block;
  content: " ";
  width: 100px;
  border-bottom: 3px solid #78a12e;
  margin: 1rem 0 2rem;
}
.paragraph--type--image-texte-simple:has(h2:not(.its-title)) .its-title {
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  font-size: 1.3rem;
  font-weight: normal;
  font-style: normal;
  color: #78a12e;
  margin-bottom: 2rem;
}
.paragraph--type--image-texte-simple:has(h2:not(.its-title)) .its-title::after {
  display: none;
}
.paragraph--type--image-texte-simple:has(h2:not(.its-title)) h2:not(.its-title) {
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  font-size: 2.3rem;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 0;
}
.paragraph--type--image-texte-simple:has(h2:not(.its-title)) h2:not(.its-title)::after {
  display: block;
  content: " ";
  width: 100px;
  border-bottom: 3px solid #78a12e;
  margin: 1rem 0 2rem;
}
.paragraph--type--image-texte-simple .its-pdf {
  font-size: 0.75rem;
}
.paragraph--type--image-texte-simple.its-even {
  flex-direction: row-reverse;
}
.paragraph--type--image-texte-simple.its-even .its-card {
  margin-left: 0;
  margin-right: -2rem;
}
@media (max-width: 767px) {
  .paragraph--type--image-texte-simple {
    flex-direction: column !important;
  }
  .paragraph--type--image-texte-simple .its-image {
    flex: none;
    max-width: 100%;
  }
  .paragraph--type--image-texte-simple .its-card {
    padding: 2rem;
  }
}

.node-17 .paragraph--type--image-texte-simple .its-card {
  background-color: transparent;
}

.paragraph--type--image-texte-1-colonne {
  display: flex;
  flex-direction: column;
}
.paragraph--type--image-texte-1-colonne .it1c-image {
  width: 100%;
}
.paragraph--type--image-texte-1-colonne .it1c-image img {
  width: 100%;
  height: auto;
  display: block;
}
.paragraph--type--image-texte-1-colonne .it1c-card {
  padding: 2rem 2rem 0;
  background-color: #fff;
  text-align: center;
  max-width: 585px;
  margin: 0 auto;
}
.paragraph--type--image-texte-1-colonne .it1c-title {
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  font-size: 2.3rem;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 0;
  text-align: center;
}
.paragraph--type--image-texte-1-colonne .it1c-title::after {
  display: block;
  content: " ";
  width: 80px;
  border-bottom: 3px solid #78a12e;
  margin: 0.5rem auto 1rem;
}

.paragraph--type--image-texte-2-colonnes {
  display: flex;
  gap: 0;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.paragraph--type--image-texte-2-colonnes .col2-col {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 3rem;
  box-sizing: border-box;
}
.paragraph--type--image-texte-2-colonnes .col2-col .col2-image {
  margin-bottom: 2rem;
}
.paragraph--type--image-texte-2-colonnes .col2-col .col2-image img {
  display: block;
  width: 100%;
  height: auto;
}
.paragraph--type--image-texte-2-colonnes .col2-col .col2-title {
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  font-size: 1.6rem;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  margin-bottom: 0;
}
.paragraph--type--image-texte-2-colonnes .col2-col .col2-title::after {
  display: block;
  content: " ";
  width: 100px;
  border-bottom: 3px solid #78a12e;
  margin: 1rem auto 2rem;
}
.paragraph--type--image-texte-2-colonnes .col2-col .col2-text {
  padding: 1rem 0;
}
.paragraph--type--image-texte-2-colonnes .col2-col .col2-text p {
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  font-size: 1.1rem;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  margin: 0 0 0.67rem;
}
.paragraph--type--image-texte-2-colonnes .col2-col .col2-text p:last-child {
  margin-bottom: 0;
}
.paragraph--type--image-texte-2-colonnes .col2-col .col2-pdf {
  font-size: 0.75rem;
}
@media (max-width: 767px) {
  .paragraph--type--image-texte-2-colonnes {
    flex-direction: column;
  }
  .paragraph--type--image-texte-2-colonnes .col2-col {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 2rem;
  }
}

.paragraph--type--image-texte-3-colonnes {
  display: flex;
  gap: 2rem;
}
.paragraph--type--image-texte-3-colonnes .it3c-col {
  flex: 1;
  min-width: 0;
}
.paragraph--type--image-texte-3-colonnes .it3c-col .it3c-card {
  padding: 1rem;
}
.paragraph--type--image-texte-3-colonnes .it3c-col .it3c-title {
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  font-size: 1.3rem;
  font-weight: normal;
  font-style: normal;
  text-align: center;
}
.paragraph--type--image-texte-3-colonnes .it3c-col .it3c-title::after {
  display: block;
  content: " ";
  width: 60px;
  border-bottom: 3px solid #78a12e;
  margin: 0.5rem auto 1rem;
}
.paragraph--type--image-texte-3-colonnes .it3c-col .it3c-pdf {
  font-size: 0.75rem;
}
@media (max-width: 767px) {
  .paragraph--type--image-texte-3-colonnes {
    flex-direction: column;
  }
}

.paragraph--type--image-texte-3-lien-page {
  display: flex;
  gap: 2rem;
}
.paragraph--type--image-texte-3-lien-page .it3lp-col {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 10px solid #fff;
}
.paragraph--type--image-texte-3-lien-page .it3lp-col .it3lp-image {
  overflow: hidden;
}
.paragraph--type--image-texte-3-lien-page .it3lp-col .it3lp-image img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
}
.paragraph--type--image-texte-3-lien-page .it3lp-col .it3lp-card {
  flex: 1;
  padding: 1rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.paragraph--type--image-texte-3-lien-page .it3lp-col .it3lp-title {
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  font-size: 1.3rem;
  font-weight: normal;
  font-style: normal;
}
.paragraph--type--image-texte-3-lien-page .it3lp-col .it3lp-title a {
  color: #555;
}
.paragraph--type--image-texte-3-lien-page .it3lp-col .it3lp-title a:hover {
  color: #78a12e;
}
.paragraph--type--image-texte-3-lien-page .it3lp-col .it3lp-intro {
  position: relative;
  max-height: 200px;
  overflow: hidden;
}
.paragraph--type--image-texte-3-lien-page .it3lp-col .it3lp-intro.is-overflowing::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  pointer-events: none;
}
.paragraph--type--image-texte-3-lien-page .it3lp-col .it3lp-intro p {
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  font-size: 0.99rem;
  font-weight: normal;
  font-style: normal;
  color: #555;
  text-align: left;
  margin: 0 0 0.5rem;
}
.paragraph--type--image-texte-3-lien-page .it3lp-col .it3lp-intro p:last-child {
  margin-bottom: 0;
}
.paragraph--type--image-texte-3-lien-page .it3lp-col .node-readmore-icon {
  text-align: center;
  margin-top: auto;
  padding-top: 10px;
}
.paragraph--type--image-texte-3-lien-page .it3lp-col .node-readmore-icon a {
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #78a12e;
  transition: color 0.3s;
}
.paragraph--type--image-texte-3-lien-page .it3lp-col .node-readmore-icon a:hover {
  color: #555;
}
.paragraph--type--image-texte-3-lien-page .it3lp-col .node-readmore-icon a span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.4em;
  height: 1.4em;
  border-radius: 0;
  background-color: #78a12e;
  color: #fff;
  margin-right: 0.5rem;
  font-style: normal;
}
@media (max-width: 767px) {
  .paragraph--type--image-texte-3-lien-page {
    flex-direction: column;
  }
}

.paragraph--type--texte-1-colonne-centre {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 0 0 3rem;
}
.paragraph--type--texte-1-colonne-centre .t1cc-image {
  position: relative;
  z-index: 0;
}
.paragraph--type--texte-1-colonne-centre .t1cc-image img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.paragraph--type--texte-1-colonne-centre .t1cc-card {
  background-color: #fff;
  padding: 3rem 2rem 1rem;
  max-width: 580px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.paragraph--type--texte-1-colonne-centre .t1cc-card p {
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  font-size: 0.93rem;
  line-height: 1.42857;
  color: #555;
  text-align: center;
  margin: 0 0 10px;
}
.paragraph--type--texte-1-colonne-centre .t1cc-card p:last-child {
  margin-bottom: 0;
}
.paragraph--type--texte-1-colonne-centre .t1cc-title {
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  font-size: 2.3rem;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  margin-bottom: 0;
}
.paragraph--type--texte-1-colonne-centre .t1cc-title::after {
  display: block;
  content: " ";
  width: 80px;
  border-bottom: 3px solid #78a12e;
  margin: 0.5rem auto 1rem;
}
.paragraph--type--texte-1-colonne-centre:has(.t1cc-image) .t1cc-card {
  margin-top: -9rem;
}
.paragraph--type--texte-1-colonne-centre:has(.t1cc-image):not(:has(.t1cc-title)) {
  display: flex;
  flex-direction: column;
}
.paragraph--type--texte-1-colonne-centre:has(.t1cc-image):not(:has(.t1cc-title)) .t1cc-image {
  order: 1;
}
.paragraph--type--texte-1-colonne-centre:has(.t1cc-image):not(:has(.t1cc-title)) .t1cc-card {
  order: 0;
  margin-top: 0;
  margin-bottom: -9rem;
}

.node-71 .paragraph--type--texte-1-colonne-centre .t1cc-image img {
  border: 10px solid #fff;
}

.node-75 .paragraph--type--texte-1-colonne-centre:has(.t1cc-image) {
  display: flex;
  flex-direction: column;
  padding-top: 2rem;
}
.node-75 .paragraph--type--texte-1-colonne-centre:has(.t1cc-image) .t1cc-image {
  order: 1;
  margin: -9rem auto 0;
  max-width: 649px;
}
.node-75 .paragraph--type--texte-1-colonne-centre:has(.t1cc-image) .t1cc-image img {
  border: 10px solid #fff;
}
.node-75 .paragraph--type--texte-1-colonne-centre:has(.t1cc-image) .t1cc-card {
  order: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.node-80 .paragraph--type--texte-1-colonne-centre:has(.t1cc-image) {
  display: flex;
  flex-direction: column;
}
.node-80 .paragraph--type--texte-1-colonne-centre:has(.t1cc-image) .t1cc-image {
  order: 1;
}
.node-80 .paragraph--type--texte-1-colonne-centre:has(.t1cc-image) .t1cc-card {
  order: 0;
  margin-top: 0;
  margin-bottom: -9rem;
}

html[lang=en] .node-59 .paragraph--id--18 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

html[lang=en] .node-59 .paragraph--id--20 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

html[lang=en] .node-59 .paragraph--id--18 .its-image {
  flex: 0 0 340px;
  max-width: 340px;
}

html[lang=en] .node-59 .paragraph--id--20 .its-image {
  flex: 0 0 420px;
  max-width: 420px;
}

.paragraph--type--texte-1-colonne {
  padding: 0;
}
.paragraph--type--texte-1-colonne .t1c-card {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 3rem 2rem;
  max-width: 900px;
  margin: 2rem auto;
}
.paragraph--type--texte-1-colonne .t1c-lead {
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  color: #78a12e;
  margin-bottom: 2rem;
}
.paragraph--type--texte-1-colonne .t1c-content p {
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  font-size: 1.1rem;
  color: #555;
  line-height: 1.5;
  margin: 0 0 0.67rem;
}
.paragraph--type--texte-1-colonne .t1c-content h2 {
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  font-size: 2.3rem;
  font-weight: normal;
  font-style: normal;
  margin: 0;
}
.paragraph--type--texte-1-colonne .t1c-content h2:after {
  display: block;
  content: " ";
  width: 100px;
  border-bottom: 3px solid #78a12e;
  margin: 2rem 0;
}
.paragraph--type--texte-1-colonne .t1c-content a {
  display: inline-block;
  padding: 10px 24px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  color: #555;
  font-size: 1.1rem;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  margin-top: 2rem;
  transition: border-color 0.2s, color 0.2s, background-color 0.2s;
}
.paragraph--type--texte-1-colonne .t1c-content a:hover {
  border-color: #78a12e;
  color: #78a12e;
}

.paragraph--type--image-full-width {
  padding: 2rem 0;
  text-align: center;
}
.paragraph--type--image-full-width img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.col-lien-page {
  width: 100%;
}

.node--view-mode-home-teaser-small,
.node--view-mode-home-teaser-big {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  border: 10px solid #fff;
}
.node--view-mode-home-teaser-small .card-image,
.node--view-mode-home-teaser-big .card-image {
  overflow: hidden;
}
.node--view-mode-home-teaser-small .card-image a,
.node--view-mode-home-teaser-big .card-image a {
  display: block;
}
.node--view-mode-home-teaser-small .card-image img,
.node--view-mode-home-teaser-big .card-image img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
}
.node--view-mode-home-teaser-small .node-teaser-text,
.node--view-mode-home-teaser-big .node-teaser-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  background-color: #fff;
  text-align: left;
}
.node--view-mode-home-teaser-small .card-text-content,
.node--view-mode-home-teaser-big .card-text-content {
  position: relative;
  max-height: 240px;
  overflow: hidden;
}
.node--view-mode-home-teaser-small .card-text-content.is-overflowing::after,
.node--view-mode-home-teaser-big .card-text-content.is-overflowing::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  pointer-events: none;
}
.node--view-mode-home-teaser-small .card-text-content .title-section-parent,
.node--view-mode-home-teaser-big .card-text-content .title-section-parent {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: normal;
  font-style: normal;
  color: #78a12e;
  text-transform: uppercase;
  margin: 0 0 1rem;
  text-align: center;
}
.node--view-mode-home-teaser-small .card-text-content .title-block,
.node--view-mode-home-teaser-big .card-text-content .title-block {
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  font-size: 1.3rem;
  font-weight: normal;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.node--view-mode-home-teaser-small .card-text-content .title-block:after,
.node--view-mode-home-teaser-big .card-text-content .title-block:after {
  display: block;
  content: " ";
  width: 100px;
  border-bottom: 3px solid #78a12e;
  margin: 2rem auto;
}
.node--view-mode-home-teaser-small .card-text-content .title-block a,
.node--view-mode-home-teaser-big .card-text-content .title-block a {
  color: #555;
}
.node--view-mode-home-teaser-small .card-text-content .title-block a:hover,
.node--view-mode-home-teaser-big .card-text-content .title-block a:hover {
  color: #78a12e;
}
.node--view-mode-home-teaser-small .card-text-content p,
.node--view-mode-home-teaser-big .card-text-content p {
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  font-size: 0.99rem;
  font-weight: normal;
  font-style: normal;
  color: #555;
  text-align: left;
  margin: 0 0 0.5rem;
}
.node--view-mode-home-teaser-small .card-text-content p:last-child,
.node--view-mode-home-teaser-big .card-text-content p:last-child {
  margin-bottom: 0;
}
.node--view-mode-home-teaser-small .card-btn,
.node--view-mode-home-teaser-big .card-btn {
  margin-top: auto;
  padding-top: 20px;
  padding-bottom: 4px;
  text-align: center;
}
.node--view-mode-home-teaser-small .card-btn .node-readmore-icon,
.node--view-mode-home-teaser-big .card-btn .node-readmore-icon {
  margin-top: 4px;
  margin-bottom: 0;
}

body.page-actualite .main.has-hero > .container {
  margin-top: -8rem;
  position: relative;
  z-index: 1;
}
body.page-actualite .main.has-hero > .container > section {
  background: #fff;
  padding: 2rem 3rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

article.news {
  display: flex;
  gap: 2rem;
  padding: 2rem 0;
  border-bottom: 1px solid #ccc;
}
article.news:last-child {
  border-bottom: none;
}
article.news .news-image {
  flex: 0 0 40%;
  max-width: 40%;
}
article.news .news-image img {
  display: block;
  width: 100%;
  height: auto;
}
article.news .news-body {
  flex: 1;
}
article.news .news-date {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  color: #999;
  margin-bottom: 0.5rem;
}
article.news .title-news {
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  font-size: 1.955rem;
  font-weight: normal;
  font-style: normal;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 1rem;
}
article.news .title-news a {
  color: #555;
}
article.news .title-news a:hover {
  color: #78a12e;
}
article.news .news-intro {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.99rem;
  color: #555;
  margin-bottom: 1rem;
}
article.news .node-readmore-icon {
  text-align: right !important;
  margin-top: 1rem;
}
article.news .node-readmore-icon a {
  color: #78a12e;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.975rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
article.news .node-readmore-icon a span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #78a12e;
  color: #fff;
  width: 2rem;
  height: 2rem;
  line-height: 1;
  margin-right: 6px;
  font-size: 1.05rem;
}
article.news .node-readmore-icon a:hover {
  color: #555;
}
article.news .node-readmore-icon a:hover span {
  background-color: #555;
}
@media (max-width: 767px) {
  article.news {
    flex-direction: column;
  }
  article.news .news-image {
    flex: none;
    max-width: 100%;
  }
}

.actus-home-article {
  position: relative;
  max-width: 1170px;
  margin: 4rem auto 0;
  padding-bottom: 130px;
}
.actus-home-article .actus-home-image img {
  display: block;
  width: 100%;
  height: 675px;
  object-fit: cover;
  object-position: center;
}
.actus-home-article .actus-home-info {
  position: absolute;
  bottom: 65px;
  left: 33.33%;
  width: 33.33%;
  background-color: #fff;
  padding: 2rem;
  text-align: center;
  z-index: 2;
}
.actus-home-article .actus-home-date {
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  font-size: 1.3rem;
  font-weight: normal;
  font-style: italic;
  color: #555;
  margin-bottom: 0;
}
.actus-home-article .actus-home-title {
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  font-size: 1.3rem;
  font-weight: normal;
  font-style: normal;
  color: #78a12e;
  margin: 2rem 0;
}
.actus-home-article .actus-home-title::after {
  content: none;
}
.actus-home-article .actus-home-title a {
  color: #78a12e;
}
.actus-home-article .actus-home-title a:hover {
  color: #333;
}
.actus-home-article .actus-home-intro {
  color: #555;
  margin: 0;
}
.actus-home-article .actus-home-intro p {
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  font-size: 0.99rem;
  color: #555;
  margin: 0 0 10px;
}
.actus-home-article .actus-home-intro p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .actus-home-article {
    padding-bottom: 0;
  }
  .actus-home-article .actus-home-image img {
    height: 280px;
  }
  .actus-home-article .actus-home-info {
    position: relative;
    bottom: auto;
    left: auto;
    width: 90%;
    margin: -50px auto 0;
  }
}

.paragraph--type--videos {
  display: flex;
  justify-content: center;
  padding: 2rem 0;
}
.paragraph--type--videos video {
  max-width: 100%;
  height: auto;
}

.home-pages-grid {
  max-width: 1170px;
  margin: 3rem auto 0;
  display: flex;
  flex-wrap: wrap;
}
.home-pages-grid .views-row {
  width: 48%;
  margin: 1%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.home-pages-grid .views-row:nth-child(n+3) {
  width: 31.33%;
}
.home-pages-grid .views-row article {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .home-pages-grid .views-row {
    width: 100%;
    margin: 0.5% 0;
  }
  .home-pages-grid .views-row:nth-child(n+3) {
    width: 100%;
  }
}

.front-page article.node {
  padding: 0 !important;
}

.front-page .layout--onecol,
.front-page .layout__region,
.front-page .block.block-layout-builder,
.front-page .block__content,
.front-page .field--name-body,
.front-page .field__item {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.bloc-intro-accueil {
  background-color: transparent;
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  padding-top: 2rem;
}
.bloc-intro-accueil .vitipeps-center {
  position: absolute;
  top: -65px;
  right: calc(30% - 65px);
  z-index: 10;
}
.bloc-intro-accueil .vitipeps-center a {
  display: inline-block;
}
.bloc-intro-accueil .vitipeps-center img {
  max-height: 130px;
  width: auto;
  display: block;
}
.bloc-intro-accueil .intro-main-row {
  display: flex;
  align-items: stretch;
}
.bloc-intro-accueil .intro-left-cols {
  flex: 0 0 70%;
  max-width: 70%;
  display: flex;
  flex-direction: column;
}
.bloc-intro-accueil .intro-row-title {
  padding: 2rem 3rem;
  text-align: right;
}
.bloc-intro-accueil .intro-row-title h2.intro-passion {
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  font-size: 2.3rem;
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  text-align: right;
  margin: 0;
  color: #555;
  text-shadow: none;
  background: none;
}
.bloc-intro-accueil .intro-row-text {
  display: flex;
  align-items: flex-start;
  flex: 1;
}
.bloc-intro-accueil .serre-col {
  flex: 0 0 50%;
  max-width: 50%;
  overflow: hidden;
}
.bloc-intro-accueil .serre-col img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
}
.bloc-intro-accueil .text-col {
  flex: 1;
  padding: 3rem 4rem;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bloc-intro-accueil .text-col p {
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  font-size: 1.3rem;
  font-weight: normal;
  font-style: italic;
  text-align: justify;
  margin-bottom: 2rem;
}
.bloc-intro-accueil .text-col a.btn-lire-suite {
  display: inline-block;
  background-color: #333;
  color: #fff;
  padding: 0.5rem 2rem;
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 1px;
  text-decoration: none;
  border-radius: 0;
  transition: background-color 0.2s;
}
.bloc-intro-accueil .text-col a.btn-lire-suite:hover {
  background-color: #78a12e;
  color: #fff;
}
.bloc-intro-accueil .intro-hero-col {
  flex: 0 0 30%;
  max-width: 30%;
  overflow: hidden;
}
.bloc-intro-accueil .intro-hero-col img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center;
}
.bloc-intro-accueil .intro-row-3 {
  display: flex;
  align-items: flex-end;
  background-color: #f7f6f1;
}
.bloc-intro-accueil .quote-col {
  flex: 0 0 35%;
  max-width: 35%;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bloc-intro-accueil .quote-col p.intro-quote {
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
  font-size: 2.5rem;
  line-height: 3.5rem;
  text-align: right;
  color: #555;
  margin: 1rem 0;
}
.bloc-intro-accueil .mission-img-col {
  flex: 0 0 35%;
  max-width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bloc-intro-accueil .mission-img-col img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}
.bloc-intro-accueil .mission-text-col {
  flex: 0 0 calc(30% - 2rem);
  max-width: calc(30% - 2rem);
  min-width: 0;
  padding: 2rem;
  background-color: transparent;
  border: none;
  box-shadow: none;
  margin: 2rem 0 0 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bloc-intro-accueil .mission-text-col h3.mission-title {
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  font-size: 2.3rem;
  font-weight: normal;
  font-style: italic;
  color: #333;
  margin-bottom: 1rem;
  text-shadow: none;
  background: none;
}
.bloc-intro-accueil .mission-text-col h3.mission-title::after {
  display: block;
  content: "";
  width: 80px;
  border-bottom: 3px solid #78a12e;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.bloc-intro-accueil .mission-text-col p {
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 1.155rem;
  color: #555;
  text-align: left;
}
@media (max-width: 767px) {
  .bloc-intro-accueil .intro-main-row {
    flex-direction: column;
  }
  .bloc-intro-accueil .intro-left-cols {
    flex: none;
    max-width: 100%;
  }
  .bloc-intro-accueil .intro-hero-col {
    flex: none;
    max-width: 100%;
  }
  .bloc-intro-accueil .intro-hero-col img {
    height: 200px;
  }
  .bloc-intro-accueil .intro-row-text {
    flex-direction: column;
  }
  .bloc-intro-accueil .serre-col {
    flex: none;
    max-width: 100%;
  }
  .bloc-intro-accueil .text-col {
    padding: 2rem;
  }
  .bloc-intro-accueil .intro-row-3 {
    flex-direction: column;
  }
  .bloc-intro-accueil .quote-col,
  .bloc-intro-accueil .mission-img-col,
  .bloc-intro-accueil .mission-text-col {
    flex: none;
    max-width: 100%;
    padding: 2rem;
  }
  .bloc-intro-accueil .mission-img-col img {
    height: 250px;
  }
}

.contact-page-layout {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
  padding: 6rem 0 3rem;
}
@media (max-width: 767px) {
  .contact-page-layout {
    flex-direction: column;
  }
}

.contact-col--form {
  flex: 55;
  min-width: 0;
}

.contact-col--info {
  flex: 45;
  min-width: 0;
  background-color: #fff;
  padding: 2rem;
}

.contact-col--form .webform-submission-form .form-item {
  margin-bottom: 2rem;
}
.contact-col--form .webform-submission-form .form-item label {
  display: block;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: bold;
  color: #555;
  margin-bottom: 0.5rem;
}
.contact-col--form .webform-submission-form input[type=text],
.contact-col--form .webform-submission-form input[type=email] {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  color: #555;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  box-sizing: border-box;
  transition: border-color 0.2s;
}
.contact-col--form .webform-submission-form input[type=text]:focus,
.contact-col--form .webform-submission-form input[type=email]:focus {
  outline: none;
  border-color: #78a12e;
  box-shadow: 0 0 0 2px rgba(120, 161, 46, 0.15);
}
.contact-col--form .webform-submission-form textarea {
  display: block;
  width: 100%;
  min-height: 200px;
  padding: 0.5rem 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  color: #555;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  box-sizing: border-box;
  resize: vertical;
  transition: border-color 0.2s;
}
.contact-col--form .webform-submission-form textarea:focus {
  outline: none;
  border-color: #78a12e;
  box-shadow: 0 0 0 2px rgba(120, 161, 46, 0.15);
}
.contact-col--form .webform-submission-form #edit-message {
  min-height: 340px;
}
.contact-col--form .webform-submission-form .form-actions {
  margin-top: 2rem;
}
.contact-col--form .webform-submission-form input[type=submit],
.contact-col--form .webform-submission-form .button--primary,
.contact-col--form .webform-submission-form .form-submit {
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  background-color: #78a12e;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 6px 12px;
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  font-size: 1.4rem;
  font-weight: normal;
  margin-top: 30px;
  cursor: pointer;
  transition: background-color 0.2s;
}
.contact-col--form .webform-submission-form input[type=submit]:hover,
.contact-col--form .webform-submission-form .button--primary:hover,
.contact-col--form .webform-submission-form .form-submit:hover {
  background-color: #1f2b0c;
}

.contact-col--info h4.title-block {
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  font-size: 1.3rem;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  margin-bottom: 1rem;
}
.contact-col--info h4.title-block:after {
  margin-left: auto;
  margin-right: auto;
}
.contact-col--info ul#main-contact {
  list-style: disc;
  padding: 1rem 2rem 1rem 3rem;
  margin: 0 0 2rem;
  border: 1px solid #ccc;
  background-color: #fff;
}
.contact-col--info ul#main-contact li {
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  font-size: 0.9rem;
  color: #555;
  padding: 2px 0;
}
.contact-col--info ul#main-contact li a {
  color: #78a12e;
  text-decoration: none;
}
.contact-col--info ul#main-contact li a:hover {
  text-decoration: underline;
}
.contact-col--info .contactlist {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 1rem 2rem;
}
.contact-col--info .contactlist dl {
  margin: 0;
}
.contact-col--info .contactlist dt {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.1rem;
  color: #333;
  margin-top: 2rem;
}
.contact-col--info .contactlist dt:first-child {
  margin-top: 0.5rem;
}
.contact-col--info .contactlist dd {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: normal;
  color: #555;
  margin-left: 0;
  margin-bottom: 0;
}
.contact-col--info .contactlist dd.phone::before {
  content: "☎ ";
}
.contact-col--info .contactlist dd.mail::before {
  content: "✉ ";
}
.contact-col--info .contactlist dd a {
  color: #555;
  text-decoration: none;
}
.contact-col--info .contactlist dd a:hover {
  color: #78a12e;
}

#cboxOverlay {
  background: rgba(120, 161, 46, 0.8);
  opacity: 1 !important;
  filter: none;
}

#cboxTopLeft, #cboxTopRight,
#cboxBottomLeft, #cboxBottomRight,
#cboxTopCenter, #cboxBottomCenter,
#cboxMiddleLeft, #cboxMiddleRight {
  width: 0 !important;
  height: 0 !important;
  background: none !important;
}

#cboxContent {
  background: #fff;
  overflow: hidden;
}

#cboxLoadedContent {
  margin-bottom: 0;
  padding: 3rem;
}

#cboxClose {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ccc;
  border: none;
  cursor: pointer;
  padding: 0;
  background-image: none;
  text-indent: 0;
  color: transparent;
}
#cboxClose::after {
  content: "×";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #333;
  font-size: 1.3rem;
  line-height: 1;
}
#cboxClose:hover {
  background: #999;
}
#cboxClose:hover::after {
  color: #fff;
}

#block-webform-rappel-moi .rappel-moi-title {
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
  font-size: 2.3rem;
  font-weight: normal;
  font-style: italic;
  color: #555;
  margin: 0 0 2rem 0;
  text-align: left;
}
#block-webform-rappel-moi .webform-submission-form .form-item {
  margin-bottom: 1rem;
}
#block-webform-rappel-moi .webform-submission-form label,
#block-webform-rappel-moi .webform-submission-form label.form-required,
#block-webform-rappel-moi .webform-submission-form label.js-form-required {
  display: block;
  color: #333;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
#block-webform-rappel-moi .webform-submission-form input[type=text],
#block-webform-rappel-moi .webform-submission-form input[type=tel],
#block-webform-rappel-moi .webform-submission-form input[type=email] {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #ccc;
  background: #fff;
  color: #555;
  box-sizing: border-box;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  border-radius: 0;
}
#block-webform-rappel-moi .webform-submission-form textarea {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #ccc;
  background: #fff;
  color: #555;
  box-sizing: border-box;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  min-height: 120px;
  resize: vertical;
  border-radius: 0;
}
#block-webform-rappel-moi .webform-submission-form .form-actions {
  margin-top: 2rem;
}
#block-webform-rappel-moi .webform-submission-form .button,
#block-webform-rappel-moi .webform-submission-form input[type=submit],
#block-webform-rappel-moi .webform-submission-form button[type=submit] {
  display: inline-block;
  background-color: #78a12e;
  color: #fff;
  border: none;
  padding: 1rem 3rem;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  letter-spacing: 1px;
  border-radius: 4px;
  transition: background-color 0.2s;
}
#block-webform-rappel-moi .webform-submission-form .button:hover,
#block-webform-rappel-moi .webform-submission-form input[type=submit]:hover,
#block-webform-rappel-moi .webform-submission-form button[type=submit]:hover {
  background-color: #1f2b0c;
}

.md-objects .md-object {
	font-family: "Playfair Display" !important;
}

/*# sourceMappingURL=style.css.map */
