@charset "UTF-8";
/****************************************************************************/
/* BASE
/****************************************************************************/
@import url("https://use.typekit.net/tjx3mxs.css");
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*
* 62.5% permet de convertir les rem en px -> 1.6rem = 16px
*/
html {
  font-size: 62.5%;
}
body {
  margin: 0;
}
/****************************************************************************/
/* MIXINS
/****************************************************************************/
/****************************************************************************/
/* COULEURS
/****************************************************************************/
.blue-bg {
  background-color: #001833;
}
.taupe-bg {
  background-color: #DFCABE;
}
.green-bg {
  background-color: #3AB6AB;
}
.greentxt-bg {
  background-color: #34A39A;
}
.color-green {
  color: #34A39A;
}
.yellow-bg {
  background-color: #FABA5D;
}
.corail-bg {
  background-color: #F1876A;
}
.ardoise-bg {
  background-color: #69899F;
}
.terracotta-bg {
  background-color: #C67964;
}
.lightblue-bg {
  background-color: #DEDDE3;
}
.text-lightblue {
  color: #DEDDE3;
}
.text-green {
  color: #3AB6AB;
}
/****************************************************************************/
/* POLICES / CUSTOM FONTS
/****************************************************************************/
/****************************************************************************/
/* RESPONSIVE BREAKPOINTS
/****************************************************************************/
/****************************************************************************/
/* GENERAL
/****************************************************************************/
html {
  scroll-behavior: smooth;
}
[id] {
  scroll-margin-top: 112px;
}
/****************************************************************************/
/* COOKIES / RGPD
/****************************************************************************/
body.gdpr-infobar-visible {
  position: relative;
}
body.gdpr-infobar-visible::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  top: -150px;
  left: 0;
  z-index: 9980;
}
body.gdpr-infobar-visible aside#moove_gdpr_cookie_info_bar {
  z-index: 9990;
}
@media (max-width: 767px) {
  body.gdpr-infobar-visible aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    padding-top: 60px;
  }
}
body.gdpr-infobar-visible aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-infobar-allow-all {
  order: 2 !important;
}
body.gdpr-infobar-visible aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-infobar-reject-btn {
  order: 1 !important;
}
@media (max-width: 767px) {
  body.gdpr-infobar-visible aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder {
    position: absolute;
    top: 30px;
    right: 10px;
  }
}
.gdpr_lightbox {
  z-index: 99970;
}
.grecaptcha-badge {
  visibility: hidden;
}
.rgpd__block .rgpd__title {
  font-weight: 700;
  font-size: 1.3rem;
}
.rgpd__block .rgpd__content {
  height: 76px;
  overflow: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.rgpd__block .rgpd__content::-webkit-scrollbar {
  display: none;
}
.rgpd__block .rgpd__content > p, .rgpd__block .rgpd__content ul {
  font-size: 1.3rem;
  line-height: 18px;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .moove-gdpr-company-logo-holder img {
  height: auto;
}
/****************************************************************************/
/* TITRES, LIENS et TEXTES
/****************************************************************************/
body {
  font-family: "aptos", sans-serif;
  font-size: 1.7rem;
  line-height: 22px;
  color: #001833;
}
p {
  font-size: 1.7rem;
}
.surtitre {
  text-transform: uppercase;
  font-weight: 300;
  padding-left: 23px;
  position: relative;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .surtitre {
    margin-bottom: 15px;
  }
}
.surtitre::before {
  content: "";
  background: url(../img/surtitre-jaune.svg) no-repeat center;
  width: 13px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 4px;
}
img, iframe {
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
a[href="#"] {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}
a:not([href="#"]):hover {
  cursor: pointer;
  text-decoration: none;
}
a.newtarget:not(.wp-block-button__link):not(.btn) {
  text-decoration: none !important;
  position: relative;
  padding-left: 22px;
  display: inline-flex;
}
a.newtarget:not(.wp-block-button__link):not(.btn) svg.icon-newtarget {
  vertical-align: sub;
  margin-left: 7px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
a.newtarget:not(.wp-block-button__link):not(.btn)::before {
  content: "";
  background: url(../img/plus-terracotta.svg) no-repeat center / cover;
  position: absolute;
  left: 0;
  top: 4px;
  width: 15px;
  height: 16px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  transform: rotate(0);
}
a.newtarget:not(.wp-block-button__link):not(.btn)::after {
  content: "";
  height: 1px;
  width: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  left: 22px;
  background: #C67964;
  position: absolute;
  bottom: 0;
}
a.newtarget:not(.wp-block-button__link):not(.btn):hover {
  color: #C67964 !important;
}
a.newtarget:not(.wp-block-button__link):not(.btn):hover::before {
  transform: rotate(180deg);
}
a.newtarget:not(.wp-block-button__link):not(.btn):hover::after {
  width: calc(100% - 22px);
}
a.newtarget:not(.wp-block-button__link):not(.btn):hover svg.icon-newtarget path {
  stroke: #C67964;
}
a.newtarget.wp-block-button__link svg.icon-newtarget {
  vertical-align: sub;
  margin-left: 7px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
a.newtarget.wp-block-button__link svg.icon-newtarget path {
  stroke: #DEDDE3;
}
a.newtarget.wp-block-button__link:hover svg.icon-newtarget path {
  stroke: #3AB6AB;
}
h1 {
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  h1 {
    font-size: 3.7rem;
    line-height: 35px;
  }
}
@media (max-width: 992px) {
  h1 {
    font-size: 3.2rem;
    line-height: 33px;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 2.7rem;
    line-height: 25px;
  }
}
h2, .h2 {
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 40px;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  h2, .h2 {
    font-size: 2.4rem;
    line-height: 26px;
  }
}
h3, .h3 {
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 26px;
  color: #34A39A;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  h3, .h3 {
    font-size: 2rem;
    line-height: 22px;
  }
}
h4, .h4 {
  font-weight: 800;
  font-size: 2rem;
  line-height: 22px;
  margin-bottom: 10px;
}
h5, .h5 {
  font-weight: 700;
  line-height: 22px;
  font-size: 1.7rem;
  margin-bottom: 10px;
}
h6, .h6 {
  font-weight: 700;
  line-height: 22px;
  font-size: 1.7rem;
  margin-bottom: 10px;
}
ul li, ol li {
  list-style-type: none;
}
.page-content .headerpage {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .page-content .headerpage {
    margin-bottom: 20px;
  }
}
.page-content .headerpage h1 {
  font-size: 6.3rem;
  font-weight: 900;
  padding-top: 60px;
  line-height: 60px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .page-content .headerpage h1 {
    font-size: 4.3rem;
    line-height: 45px;
  }
}
@media (max-width: 576px) {
  .page-content .headerpage h1 {
    padding-top: 50px;
    font-size: 3.3rem;
    line-height: 34px;
  }
}
.page-content .headerpage h1::after {
  content: "";
  background: url(../img/after-title-arrows.svg) no-repeat center;
  position: absolute;
  right: 35px;
  top: 0;
  width: 51px;
  height: 69px;
}
@media (max-width: 576px) {
  .page-content .headerpage h1::after {
    width: 31px;
    height: 49px;
    background-size: contain;
  }
}
.page-content a:not(.btn):not(.wp-block-button__link):not(.absolutelink):not(.link):not(.facetwp-page):not(.news-card):not(.item) {
  color: #001833;
  font-weight: 700;
  text-decoration: underline;
}
.page-content ul {
  padding-left: 0;
  margin: 10px 0 15px;
}
.page-content ul li {
  padding-left: 18px;
  position: relative;
  margin-bottom: 10px;
}
.page-content ul li::before {
  content: "";
  background: url(../img/surtitre-green.svg) no-repeat center;
  width: 9px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 6px;
}
.page-content ol {
  padding-left: 0;
  margin: 10px 0 15px;
  counter-reset: section;
}
.page-content ol li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 10px;
}
.page-content ol li::after {
  content: "";
  background: #34A39A;
  width: 1px;
  position: absolute;
  height: 14px;
  left: 24px;
  top: 5px;
}
.page-content ol li::before {
  font-weight: 700;
  position: absolute;
  left: 0;
  counter-increment: section;
  color: #34A39A;
  content: counter(section, decimal-leading-zero);
}
a, button, input[type=submit] {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
a:hover, button:hover, input[type=submit]:hover {
  text-decoration: none;
}
a:focus-visible, button:focus-visible, input[type=submit]:focus-visible {
  box-shadow: none;
}
.btn, .wp-block-button__link {
  padding: 9px 20px 12px 35px;
  background: #001833;
  color: #DEDDE3;
  font-size: 1.8rem;
  border-radius: 0;
  position: relative;
  font-weight: 700;
  border: none;
  margin-top: 15px;
  overflow: hidden;
  line-height: inherit;
}
.btn .button-icon, .wp-block-button__link .button-icon {
  position: absolute;
  left: -10px;
  top: 0;
  width: 35px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  height: 42px;
}
.btn:hover, .wp-block-button__link:hover {
  color: #3AB6AB;
}
.btn:hover .button-icon, .wp-block-button__link:hover .button-icon {
  left: 0;
}
.btn:hover .button-icon svg g, .wp-block-button__link:hover .button-icon svg g {
  stroke: #3AB6AB;
}
.btn.anchorlink, .wp-block-button__link.anchorlink {
  background: #FFFFFF;
  color: #001833;
  background: url(../img/anchor-arrow.svg) no-repeat right 35px center;
  border: 1px solid #001833;
  padding-right: 72px;
}
.btn.lightblue-bg, .wp-block-button__link.lightblue-bg {
  background-color: #DEDDE3;
  color: #001833;
}
.btn.lightblue-bg .button-icon svg g, .wp-block-button__link.lightblue-bg .button-icon svg g {
  stroke: #001833;
}
.btn.lightblue-bg:hover, .wp-block-button__link.lightblue-bg:hover {
  background-color: #3AB6AB;
}
a.link, span.link {
  padding-left: 22px;
  position: relative;
  display: inline-block;
  color: #DEDDE3;
  padding-bottom: 2px;
}
a.link::before, span.link::before {
  content: "";
  background: url(../img/plus-ardoise.svg) no-repeat center / cover;
  position: absolute;
  left: 0;
  top: 4px;
  width: 15px;
  height: 16px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  transform: rotate(0);
}
a.link::after, span.link::after {
  content: "";
  height: 1px;
  width: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  left: 22px;
  background: #69899F;
  position: absolute;
  bottom: 0;
}
a.link:hover, span.link:hover {
  color: #69899F;
}
a.link:hover::before, span.link:hover::before {
  transform: rotate(180deg);
}
a.link:hover::after, span.link:hover::after {
  width: calc(100% - 22px);
}
a.link.corail-link::before, span.link.corail-link::before {
  background-image: url(../img/plus-corail.svg);
}
a.link.corail-link::after, span.link.corail-link::after {
  background: #F1876A;
}
a.link.corail-link:hover, span.link.corail-link:hover {
  color: #F1876A;
}
a.link.yellow-link::before, span.link.yellow-link::before {
  background-image: url(../img/plus-jaune.svg);
}
a.link.yellow-link::after, span.link.yellow-link::after {
  background: #FABA5D;
}
a.link.yellow-link:hover, span.link.yellow-link:hover {
  color: #FABA5D;
}
a.link.lightblue-link::before, span.link.lightblue-link::before {
  background-image: url(../img/plus-lightblue.svg);
}
a.link.lightblue-link::after, span.link.lightblue-link::after {
  background: #DEDDE3;
}
a.link.lightblue-link:hover, span.link.lightblue-link:hover {
  color: #DEDDE3;
}
a.link + a.link, span.link + a.link {
  margin-top: 8px;
}
a.absolutelink {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 10;
  width: 100%;
}
.effect {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: translate3d(0px, 100px, 0px);
  -webkit-transform: translate3d(0px, 100px, 0px);
  -o-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate3d(0px, 100, 0px);
}
.effect.visible {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.page-content > .container > .row .col-12.heading, .page-content > .container > .row .col-12.paragraph, .page-content > .container > .row .col-12.button, .page-content > .container > .row .col-12.list, .page-content > .container > .row .col-12.buttons {
  width: 66.6666666667%;
  margin: auto;
}
@media (max-width: 992px) {
  .page-content > .container > .row .col-12.heading, .page-content > .container > .row .col-12.paragraph, .page-content > .container > .row .col-12.button, .page-content > .container > .row .col-12.list, .page-content > .container > .row .col-12.buttons {
    width: 83.3333333333%;
  }
}
@media (max-width: 576px) {
  .page-content > .container > .row .col-12.heading, .page-content > .container > .row .col-12.paragraph, .page-content > .container > .row .col-12.button, .page-content > .container > .row .col-12.list, .page-content > .container > .row .col-12.buttons {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .page-content > .container, .bannerpage > .container, .introduction_part > .container, .carte_dynamique_part > .container, .history_part > .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.withfullbgpatern {
  position: relative;
}
.withfullbgpatern::after {
  background: url(../img/pattern-full-fond.svg) no-repeat center / cover;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -50;
  position: absolute;
  left: 0;
  top: 0;
}
.columnblocwithtriangle .innerbloc {
  position: relative;
  margin-top: -1px;
  padding: 0 25px 100px;
  color: #FFFFFF;
  font-weight: 700;
  height: 100%;
}
.columnblocwithtriangle .innerbloc .triangle {
  width: 101%;
  padding-top: 175px;
  background: #ffffff;
  clip-path: polygon(100% 100%, 0 100%, 100% 0);
  position: absolute;
  bottom: -1px;
  left: 0;
}
/****************************************************************************/
/* SLICK SLIDER
/****************************************************************************/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-slider .slick-list:focus {
  outline: none;
}
.slick-slider .slick-list .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-slider .slick-arrow {
  background: transparent;
  text-indent: -999999px;
  border: none;
  z-index: 999;
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.slick-slider .slick-arrow.slick-prev {
  left: calc(48% - 35px);
  background: url(../img/slider-prev.svg) no-repeat center;
  background-size: 33px;
}
.slick-slider .slick-arrow.slick-next {
  right: calc(48% - 35px);
  background: url(../img/slider-next.svg) no-repeat center;
  background-size: 33px;
}
.slick-slider .slick-arrow:hover {
  background-size: 39px;
}
@media (max-width: 576px) {
  .slick-slider .slick-arrow:hover {
    background-size: 33px;
  }
}
.slick-slider .slick-arrow.slick-disabled {
  opacity: 0;
}
.slick-slider .slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin-bottom: 0;
}
.slick-slider .slick-dots li button {
  background: rgba(255, 255, 255, 0.5);
  border: none;
  text-indent: -99999px;
  width: 16px;
  margin: 6px;
  height: 16px;
  border-radius: 50%;
}
.slick-slider .slick-dots li.slick-active button {
  background: #FFFFFF;
}
/****************************************************************************/
/* HEADER + MENU + BREADCRUMB
/****************************************************************************/
header {
  padding: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: fixed;
  top: 0;
  z-index: 9999;
  background: #FFFFFF;
  left: 0;
  width: 100%;
}
header .header {
  padding: 0;
}
header .header > .container {
  align-items: end;
}
@media (max-width: 1200px) {
  header .headerright {
    display: none;
  }
}
header .topnav {
  margin-bottom: 20px;
}
header .topnav li {
  padding-left: 22px;
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
}
header .topnav li.terracotta-bg, header .topnav li.green-bg {
  background-color: transparent;
}
header .topnav li::before {
  content: "";
  background: url(../img/plus-green.svg) no-repeat center / cover;
  position: absolute;
  left: 0;
  top: 4px;
  width: 15px;
  height: 16px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  transform: rotate(0);
}
header .topnav li::after {
  content: "";
  height: 1px;
  width: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  left: 22px;
  background: #3AB6AB;
  position: absolute;
  bottom: 0;
}
header .topnav li a {
  font-weight: 700;
}
header .topnav li + li {
  margin-left: 30px;
}
header .topnav li:hover a {
  color: #34A39A;
}
header .topnav li:hover::before {
  transform: rotate(180deg);
}
header .topnav li:hover::after {
  width: calc(100% - 22px);
}
header .topnav li.terracotta-bg::before {
  content: "";
  background-image: url(../img/plus-terracotta.svg);
}
header .topnav li.terracotta-bg::after {
  background: #C67964;
}
header .topnav li.terracotta-bg:hover a {
  color: #C67964;
}
header .topnav li.wpml-ls-item a {
  font-weight: 400;
}
header .topnav li.wpml-ls-item::before, header .topnav li.wpml-ls-item::after {
  display: none;
}
header .topnav li.wpml-ls-current-language a {
  font-weight: bold;
}
header .topnav li.wpml-ls-item {
  padding-left: 0;
}
header .topnav li.wpml-ls-item + .wpml-ls-item {
  padding-left: 15px;
  margin-left: 5px;
}
header .topnav li.wpml-ls-item + .wpml-ls-item a::before {
  content: "|";
  color: #001833;
  position: absolute;
  left: 0;
  top: -2px;
}
header .navbar-collapse {
  text-align: right;
}
header .navbar-collapse .nav-item a {
  padding: 12px !important;
  font-weight: 700;
  color: #FFFFFF;
  position: relative;
  font-size: 1.8rem;
}
header .navbar-collapse .nav-item a::after {
  content: "";
  height: 1px;
  width: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  left: 12px;
  background: #FFFFFF;
  position: absolute;
  bottom: 10px;
}
header .navbar-collapse .nav-item:hover a::after {
  width: calc(100% - 24px);
}
header .navbar-collapse .nav-item + .nav-item {
  margin-left: 10px;
}
header.sticky {
  position: fixed;
  top: 0;
  z-index: 9999;
  left: 0;
  width: 100%;
  background: #FFFFFF;
}
header + div {
  margin-top: 112px;
}
@media (max-width: 576px) {
  header + div {
    margin-top: 90px;
  }
}
.navbar-brand {
  padding: 20px 0 !important;
}
.navbar-brand img {
  max-height: 72px;
}
@media (max-width: 576px) {
  .navbar-brand img {
    max-height: 50px;
    padding-left: 10px;
  }
}
#menu-mobile {
  display: none;
}
@media (max-width: 1200px) {
  #menu-mobile {
    display: block;
    z-index: 99999;
    width: 45px;
    margin: auto 0;
  }
}
/*** MENU MOBILE ***/
.menu-trigger {
  margin: 0;
  position: relative;
  cursor: pointer;
  z-index: 999;
}
.menu-trigger span {
  display: block;
  background: #001833;
}
.menu-trigger #hamburger {
  position: relative;
  float: right;
  margin-right: 0;
  padding: 2px 16px;
  transition-delay: 0.5s;
}
.menu-trigger #hamburger span {
  width: 30px;
  height: 3px;
  position: relative;
  top: 0;
  left: 0;
  margin: 9px 0;
}
.menu-trigger #hamburger span:nth-child(1) {
  transition-delay: 0.5s;
}
.menu-trigger #hamburger span:nth-child(2) {
  transition-delay: 0.625s;
}
.menu-trigger #hamburger span:nth-child(3) {
  transition-delay: 0.75s;
}
.menu-trigger.active #hamburger {
  padding: 0;
  border: 0 #FFF solid;
  transition-delay: 0.2s;
}
.menu-trigger.active #hamburger span {
  transition-delay: 0.5s;
  width: 0;
  margin: 0;
}
.menu-trigger.active #hamburger span:nth-child(1) {
  transition-delay: 0s;
}
.menu-trigger.active #hamburger span:nth-child(2) {
  transition-delay: 0.125s;
}
.menu-trigger.active #hamburger span:nth-child(3) {
  transition-delay: 0.25s;
}
.menu-trigger #cross {
  position: fixed;
  height: 31px;
  width: 31px;
  transform: rotate(45deg);
  transition: 0.5s;
  right: 40px;
  top: 60px;
}
.menu-trigger #cross:hover {
  transform: rotate(225deg);
}
.menu-trigger #cross span:nth-child(1) {
  height: 0%;
  width: 3px;
  background: #FFFFFF;
  position: absolute;
  top: -1px;
  left: 14px;
  transition-delay: 0.25s;
  background: #001833;
}
.menu-trigger #cross span:nth-child(2) {
  width: 0%;
  height: 3px;
  background: #FFFFFF;
  position: absolute;
  left: 0px;
  top: 13px;
  transition-delay: 0.5s;
  background: #001833;
}
.menu-trigger.active #cross span:nth-child(1) {
  height: 31px;
  background: #FFFFFF;
  transition-delay: 0.625s;
}
.menu-trigger.active #cross span:nth-child(2) {
  width: 31px;
  background: #FFFFFF;
  transition-delay: 0.375s;
}
.menu-basic {
  position: fixed;
  right: 0;
  top: 0;
  width: 600px;
  height: 100vh;
  background: #001833;
  display: block;
  transform: translateX(100%);
  background-size: 100%;
  transition: all 0.8s cubic-bezier(0.99, 0.01, 0.02, 0.99);
  z-index: 9999;
  padding: 100px 40px;
  overflow-x: hidden;
}
@media (max-width: 576px) {
  .menu-basic {
    width: 95%;
  }
}
.menu-basic .topnav {
  margin-bottom: 45px;
}
.menu-basic .logo-img {
  width: 200px;
  height: auto;
  margin-bottom: 30px;
  display: block;
}
.menu-basic ul.menu {
  padding-left: 0;
}
.menu-basic ul.menu li {
  list-style: none;
  text-align: left;
  display: table;
  margin-bottom: 15px;
}
.menu-basic ul.menu li.wpml-ls-item {
  display: table-cell;
}
.menu-basic ul.menu li + li {
  margin-left: 0;
}
.menu-basic ul.menu li a {
  color: #FFFFFF;
}
.menu-basic ul.menu li a[href="#"] {
  color: #FFFFFF;
  cursor: initial;
}
.menu-basic ul.menu li a[href="#"]:hover {
  color: #FFFFFF;
  cursor: initial;
}
.menu-basic ul.menu li.btn {
  padding: 0 0 40px;
}
.menu-basic ul.menu li .sub-menu {
  padding-left: 0;
  position: relative;
}
.menu-basic ul.menu li .sub-menu li {
  text-transform: initial;
  font-weight: 400;
  font-size: 1.6rem;
  position: relative;
  padding-left: 25px;
  padding-bottom: 0;
  padding-top: 6px;
}
.menu-basic ul.menu li .sub-menu li::before {
  content: "";
  background: url(../img/arrow-white.svg) no-repeat;
  position: absolute;
  left: 0;
  width: 10px;
  height: 11px;
  top: 13px;
}
.menu-basic ul.menu li .sub-menu li a {
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: initial;
}
.menu-basic ul.menu li .sub-menu li a:hover {
  color: #FFFFFF;
}
.menu-basic .menu-menu-principal-container ul li {
  margin-bottom: 11px;
  padding: 8px 10px 11px;
  display: block;
}
.menu-basic .menu-menu-principal-container ul li a {
  font-weight: 700;
}
.menu-basic .menu-menu-principal-container ul li.blue-bg {
  background: #DEDDE3;
}
.menu-basic .menu-menu-principal-container ul li.blue-bg a {
  color: #001833;
}
.menu-basic.open {
  transform: translateX(0);
}
.rank-math-breadcrumb {
  padding: 0;
}
.rank-math-breadcrumb * {
  font-size: 1.3rem;
}
/****************************************************************************/
/* BLOC 1/2 : CONTENT HERO 
/****************************************************************************/
.visuelbanner {
  position: relative;
}
.visuelbanner img.mobile-banner-img {
  display: none;
}
@media (max-width: 576px) {
  .visuelbanner img.mobile-banner-img {
    display: block;
    max-height: 770px;
  }
}
.visuelbanner img.desktop-banner-img {
  display: block;
}
@media (max-width: 576px) {
  .visuelbanner img.desktop-banner-img {
    display: none;
  }
}
.visuelbanner > img {
  width: 100%;
}
@media (max-width: 1200px) {
  .visuelbanner > img {
    min-height: 500px;
    object-fit: cover;
  }
}
.visuelbanner .caption {
  position: absolute;
  left: calc((100% - 1320px) / 2);
  top: 0;
  max-width: 430px;
  color: #FFFFFF;
  background: #001833;
  padding: 30px 50px 50px;
}
@media (max-width: 1400px) {
  .visuelbanner .caption {
    left: calc((100% - 1170px) / 2);
  }
}
@media (max-width: 1200px) {
  .visuelbanner .caption {
    left: calc((100% - 960px) / 2);
  }
}
@media (max-width: 992px) {
  .visuelbanner .caption {
    left: calc((100% - 720px) / 2);
  }
}
@media (max-width: 768px) {
  .visuelbanner .caption {
    left: calc((100% - 540px) / 2);
  }
}
@media (max-width: 576px) {
  .visuelbanner .caption {
    left: 15px;
    padding: 30px 30px;
    width: calc(100% - 30px);
  }
}
.visuelbanner .caption::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  height: 15px;
  width: calc(100% - 40px);
  background: #3AB6AB;
}
.visuelbanner .caption .rank-math-breadcrumb a {
  color: #FFFFFF;
}
.visuelbanner .caption .title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 3.5rem;
  line-height: 40px;
  font-weight: 700;
}
@media (max-width: 576px) {
  .visuelbanner .caption .title {
    font-size: 2.7rem;
    line-height: 26px;
  }
}
.visuelbanner .caption .bloc-links a {
  display: table;
  font-weight: 700;
}
.bannerpage {
  padding: 60px 0 75px;
  position: relative;
}
@media (max-width: 768px) {
  .bannerpage {
    padding: 45px 0 40px;
  }
}
.bannerpage p.legend {
  margin-top: 10px;
  font-style: italic;
  text-align: left;
}
.bannerpage::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: url(../img/trace-bannerpage.svg) no-repeat left bottom / cover;
  width: 310px;
  height: 180px;
}
@media (max-width: 992px) {
  .bannerpage::before {
    width: 230px;
    height: 110px;
  }
}
@media (max-width: 768px) {
  .bannerpage::before {
    width: 130px;
    height: 50px;
  }
}
.bannerpage h1 {
  margin-bottom: 20px;
}
.bannerpage h2 {
  font-size: 2.2rem;
  color: #34A39A;
  line-height: 26px;
  font-weight: 600;
}
.bannerpage .bloc-buttons a {
  display: inline-block;
  margin-right: 37px;
}
@media (max-width: 576px) {
  .bannerpage .bloc-buttons a {
    margin-right: 15px;
    margin-bottom: 10px;
  }
}
.bannerpage .bloc-buttons a.newtarget {
  padding-left: 32px;
}
.bannerpage .bloc-buttons a.newtarget svg path {
  stroke: #DEDDE3;
}
.bannerpage .bloc-buttons a.newtarget::before, .bannerpage .bloc-buttons a.newtarget::after {
  display: none;
}
.bannerpage .bloc-buttons a.newtarget:hover {
  color: #3AB6AB !important;
}
.bannerpage .bloc-buttons a.newtarget:hover svg path {
  stroke: #3AB6AB;
}
.bannerpage .visuelbanner {
  width: 100%;
}
.single .bannerpage, .page-template-page-contact .bannerpage {
  padding-top: 30px;
}
.single .bannerpage .rank-math-breadcrumb, .page-template-page-contact .bannerpage .rank-math-breadcrumb {
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .single .bannerpage .rank-math-breadcrumb, .page-template-page-contact .bannerpage .rank-math-breadcrumb {
    margin-bottom: 25px;
  }
}
.single .bannerpage .soustitre, .page-template-page-contact .bannerpage .soustitre {
  font-size: 2.2rem;
  color: #34A39A;
  line-height: 26px;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .home .homebannerslider .item img {
    min-height: 500px;
    object-fit: cover;
  }
}
@media (max-width: 768px) {
  .home .homebannerslider .item img {
    min-height: 400px;
  }
}
.home .homebannerslider .item img.desktop-slider {
  display: block;
}
@media (max-width: 576px) {
  .home .homebannerslider .item img.desktop-slider {
    display: none;
  }
}
.home .homebannerslider .item img.mobile-slider {
  display: none;
}
@media (max-width: 576px) {
  .home .homebannerslider .item img.mobile-slider {
    display: block;
  }
}
.home .visuelbanner .caption {
  max-width: 320px;
  padding: 0;
}
@media (max-width: 768px) {
  .home .visuelbanner .caption {
    max-width: 180px;
  }
}
.home .visuelbanner .caption .innerbloc {
  padding: 100px 35px 10px;
  border-bottom: 1px solid #001833;
}
@media (max-width: 1200px) {
  .home .visuelbanner .caption .innerbloc {
    padding: 50px 15px 10px;
  }
}
@media (max-width: 768px) {
  .home .visuelbanner .caption .innerbloc {
    padding: 20px 15px 10px;
  }
}
.home .visuelbanner .caption .innerbloc .title.h1 {
  font-size: 3.8rem;
  color: #DEDDE3;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .home .visuelbanner .caption .innerbloc .title.h1 {
    font-size: 3rem;
    line-height: 35px;
  }
}
@media (max-width: 768px) {
  .home .visuelbanner .caption .innerbloc .title.h1 {
    margin: 0;
    font-size: 2.2rem;
    line-height: 25px;
  }
}
.home .visuelbanner .caption .innerbloc .title.h1 strong {
  color: #3AB6AB;
  font-weight: 300;
}
.home .visuelbanner .caption .innerbloc .triangle {
  background: #001833;
  bottom: -175px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  box-shadow: 12px 12px 2px 1px #3AB6AB;
  z-index: 10;
}
@media (max-width: 768px) {
  .home .visuelbanner .caption .innerbloc .triangle {
    bottom: -99px;
    padding-top: 100px;
  }
}
.home .visuelbanner .caption .innerbloc::after {
  content: "";
  width: 90%;
  height: 182px;
  background: url(../img/shadow-home-caption-banner.svg) no-repeat center / cover;
  position: absolute;
  bottom: -192px;
  left: 0;
}
@media (max-width: 768px) {
  .home .visuelbanner .caption .innerbloc::after {
    bottom: -112px;
    height: 112px;
  }
}
.home .visuelbanner .caption::after {
  display: none;
}
.home .bannerpage {
  padding: 120px 0 50px;
}
@media (max-width: 1200px) {
  .home .bannerpage {
    padding: 100px 0 50px;
  }
}
@media (max-width: 768px) {
  .home .bannerpage {
    padding: 70px 0 50px;
  }
}
.home .bannerpage h1 {
  font-weight: 400;
  font-size: 5rem;
}
@media (max-width: 1200px) {
  .home .bannerpage h1 {
    font-size: 3.7rem;
    line-height: 35px;
  }
}
@media (max-width: 992px) {
  .home .bannerpage h1 {
    font-size: 3.2rem;
    line-height: 33px;
  }
}
@media (max-width: 576px) {
  .home .bannerpage h1 {
    font-size: 2.7rem;
    line-height: 25px;
  }
}
.home .bannerpage h1 strong {
  font-weight: 700;
}
.home .bannerpage::before {
  height: 220px;
}
@media (max-width: 1200px) {
  .home .bannerpage::before {
    height: 150px;
  }
}
@media (max-width: 768px) {
  .home .bannerpage::before {
    height: 80px;
  }
}
.page-template-page-contact .bannerpage {
  padding: 0;
}
.page-template-page-contact .bannerpage .visuelleft {
  text-align: center;
}
@media (max-width: 576px) {
  .page-template-page-contact .bannerpage .visuelleft {
    display: none;
  }
}
.page-template-page-contact .bannerpage .visuelleft img {
  width: 550px;
  max-width: 100%;
  height: 100%;
  object-position: right;
  object-fit: cover;
}
@media (max-width: 768px) {
  .page-template-page-contact .bannerpage .visuelleft img {
    width: 100%;
    height: 400px;
  }
}
.page-template-page-contact .bannerpage .rank-math-breadcrumb {
  margin-bottom: 10px;
  margin-top: 30px;
}
.page-template-page-contact .bannerpage::before {
  display: none;
}
.page-template-page-contact .bannerpage .formright {
  max-width: 768px;
}
.page-template-page-contact .bannerpage .formright .columnblocwithtriangle {
  padding-left: 50px;
}
@media (max-width: 576px) {
  .page-template-page-contact .bannerpage .formright .columnblocwithtriangle {
    display: none;
  }
}
.page-template-page-contact .bannerpage .formright .columnblocwithtriangle .innerbloc {
  font-weight: 400;
  padding: 160px 30px 20px;
}
.page-template-page-contact .bannerpage .formright .columnblocwithtriangle .innerbloc .phone_number, .page-template-page-contact .bannerpage .formright .columnblocwithtriangle .innerbloc .address {
  padding-left: 33px;
  position: relative;
}
.page-template-page-contact .bannerpage .formright .columnblocwithtriangle .innerbloc .phone_number::before, .page-template-page-contact .bannerpage .formright .columnblocwithtriangle .innerbloc .address::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  background: url(../img/map-white.svg) no-repeat center / cover;
  height: 27px;
}
.page-template-page-contact .bannerpage .formright .columnblocwithtriangle .innerbloc .phone_number {
  margin-bottom: 20px;
}
.page-template-page-contact .bannerpage .formright .columnblocwithtriangle .innerbloc .phone_number::before {
  height: 22px;
  background-image: url(../img/phone-white.svg);
}
.page-template-page-contact .bannerpage .formright .columnblocwithtriangle .innerbloc .triangle {
  padding-top: 140px;
  color: #FFFFFF;
  bottom: auto;
  top: -1px;
  left: -1px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
/****************************************************************************/
/* BLOC 3 : 50/50 MEDIA TEXTE 
/****************************************************************************/
.txt_media_part .textcontent.order-lg-1 {
  padding-right: 44px;
}
@media (max-width: 1200px) {
  .txt_media_part .textcontent.order-lg-1 {
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .txt_media_part .textcontent.order-lg-1 {
    padding-top: 30px;
    padding-right: calc(var(--bs-gutter-x)/ 2);
  }
}
.txt_media_part .textcontent.order-lg-2 {
  padding-left: 44px;
}
@media (max-width: 1200px) {
  .txt_media_part .textcontent.order-lg-2 {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .txt_media_part .textcontent.order-lg-2 {
    padding-top: 30px;
    padding-left: calc(var(--bs-gutter-x)/ 2);
  }
}
/****************************************************************************/
/* BLOC 4 : TEXTE + VISUEL CTA
/****************************************************************************/
@media (max-width: 991px) {
  .cta_texte_part {
    background-color: #001833;
    padding-bottom: 20px;
  }
}
.cta_texte_part .bloc-withbg {
  padding-right: 20px;
}
.cta_texte_part .bg-bloc {
  position: relative;
  color: #FFFFFF;
  height: 100%;
  padding: 30px 50px;
}
@media (max-width: 991px) {
  .cta_texte_part .bg-bloc {
    padding: 60px 10px;
  }
}
.cta_texte_part .bg-bloc .intro {
  padding-bottom: 30px;
}
.cta_texte_part .bg-bloc::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 436px;
  height: 90px;
  background: url(../img/40_60_pattern.svg) no-repeat center;
}
@media (max-width: 992px) {
  .cta_texte_part .bg-bloc::after {
    display: none;
  }
}
.cta_texte_part .bg-bloc .d-flex {
  justify-content: center;
  height: 100%;
}
.cta_texte_part .textcontent .item {
  padding-left: 20px;
  padding-right: 20px;
}
.cta_texte_part .textcontent .item .innerbloc {
  position: relative;
  height: 100%;
}
.cta_texte_part .textcontent .item .innerbloc .visuel {
  position: relative;
  height: 100%;
}
.cta_texte_part .textcontent .item .innerbloc .visuel::after {
  content: "";
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background: rgba(0, 24, 51, 0);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cta_texte_part .textcontent .item .innerbloc .visuel img {
  height: 100%;
  min-height: 490px;
  object-fit: cover;
  max-height: 530px;
}
.cta_texte_part .textcontent .item .innerbloc .caption {
  background: #C67964;
  max-width: 200px;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  top: 0;
  color: #FFFFFF;
  font-weight: 700;
}
.cta_texte_part .textcontent .item .innerbloc .caption .innerbloc {
  padding-top: 70px;
  padding-bottom: 0;
}
.cta_texte_part .textcontent .item .innerbloc .caption .picto {
  position: absolute;
  top: -50px;
  left: 20px;
  background: #FFFFFF;
  padding: 10px;
  border-radius: 50%;
  width: 107px;
  height: 107px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta_texte_part .textcontent .item .innerbloc .caption .picto img {
  max-height: 80px;
  border-radius: 10px;
  max-width: 80px;
  object-fit: cover;
}
.cta_texte_part .textcontent .item .innerbloc .caption h3 {
  font-size: 1.7rem;
  text-transform: uppercase;
  line-height: initial;
  color: #FFFFFF;
  font-weight: 700;
  max-width: 180px;
}
.cta_texte_part .textcontent .item .innerbloc .caption .triangle {
  padding-top: 146px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  bottom: -145px;
  width: 100%;
  background: #C67964;
}
.cta_texte_part .textcontent .item .innerbloc .caption .link {
  color: #FFFFFF;
}
.cta_texte_part .textcontent .item .innerbloc .caption .link:hover {
  color: #001833;
}
.cta_texte_part .textcontent .item .innerbloc .caption .link::before {
  background-image: url(../img/plus-blue.svg);
}
.cta_texte_part .textcontent .item .innerbloc .caption .link::after {
  height: 2px;
  background: #001833;
}
.cta_texte_part .textcontent .item .innerbloc .caption .content {
  display: none;
  width: 200px;
  /*@include animate();*/
}
@media (max-width: 767px) {
  .cta_texte_part .textcontent .item:nth-child(even) {
    margin-top: 80px;
  }
}
.cta_texte_part .textcontent .item:nth-child(even) .innerbloc .caption {
  background: #69899F;
}
.cta_texte_part .textcontent .item:nth-child(even) .innerbloc .caption .triangle {
  background: #69899F;
}
.cta_texte_part .textcontent .item:hover .caption {
  max-width: 270px;
}
@media (max-width: 768px) {
  .cta_texte_part .textcontent .item:hover .caption {
    max-width: 200px;
  }
}
.cta_texte_part .textcontent .item:hover .caption .content {
  display: block;
}
@media (max-width: 768px) {
  .cta_texte_part .textcontent .item:hover .caption .content {
    display: none;
  }
}
.cta_texte_part .textcontent .item:hover .caption .content .link::after {
  width: 100%;
}
.cta_texte_part .textcontent .item:hover .visuel::after {
  background: rgba(0, 24, 51, 0.4);
}
@media (max-width: 768px) {
  .wp-block-spacer:not(.last-spacer) {
    max-height: 60px !important;
  }
}
@media (max-width: 576px) {
  .wp-block-spacer:not(.last-spacer) {
    max-height: 20px !important;
  }
}
/****************************************************************************/
/* BLOC 5 : CHIFFRES CLES 
/****************************************************************************/
.bloc_numbers .withfullbgpatern {
  padding: 50px 0;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .bloc_numbers .withfullbgpatern {
    padding: 30px 0 10px;
  }
}
.bloc_numbers .innerbloc {
  background-color: transparent;
}
.bloc_numbers .innerbloc .white-bg {
  width: 200px;
  background: #FFFFFF;
  height: 200px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto 20px;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .bloc_numbers .innerbloc .white-bg {
    background: transparent;
    display: block;
    width: 100%;
    height: auto;
  }
}
.bloc_numbers .innerbloc .white-bg::after {
  content: "";
  width: 200px;
  height: 200px;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  left: -10px;
  bottom: -10px;
}
@media (max-width: 768px) {
  .bloc_numbers .innerbloc .white-bg::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .bloc_numbers .innerbloc .icon {
    width: 108px;
    background: #FFFFFF;
    height: 108px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: auto;
    border-radius: 50%;
    margin-bottom: 10px;
  }
  .bloc_numbers .innerbloc .icon::after {
    content: "";
    width: 108px;
    height: 108px;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    left: -7px;
    bottom: -7px;
    background: #C67964;
  }
}
.bloc_numbers .innerbloc .icon img {
  height: 70px;
  border-radius: 0;
  display: block;
  width: auto;
  margin: 0 auto 6px;
}
@media (max-width: 768px) {
  .bloc_numbers .innerbloc .icon img {
    margin: 0 auto;
  }
}
.bloc_numbers .innerbloc .h2, .bloc_numbers .innerbloc p {
  margin-bottom: 0;
}
.bloc_numbers .innerbloc.terracotta-bg .white-bg::after {
  background-color: #C67964;
}
.bloc_numbers .innerbloc.terracotta-bg .white-bg .icon::after {
  background-color: #C67964;
}
.bloc_numbers .innerbloc.green-bg .white-bg::after {
  background-color: #3AB6AB;
}
.bloc_numbers .innerbloc.green-bg .white-bg .icon::after {
  background-color: #3AB6AB;
}
.bloc_numbers .innerbloc.ardoise-bg .white-bg::after {
  background-color: #69899F;
}
.bloc_numbers .innerbloc.ardoise-bg .white-bg .icon::after {
  background-color: #69899F;
}
.bloc_numbers .innerbloc.blue-bg .white-bg::after {
  background-color: #001833;
}
.bloc_numbers .innerbloc.blue-bg .white-bg .icon::after {
  background-color: #001833;
}
.bloc_numbers span.legende {
  display: block;
}
@media (max-width: 768px) {
  .bloc_numbers span.legende {
    margin-bottom: 20px;
  }
}
/****************************************************************************/
/* BLOC 6 : LISTING PROJETS
/****************************************************************************/
.projet_listing_part .columnblocwithtriangle {
  padding-left: 0;
}
.projet_listing_part .columnblocwithtriangle .innerbloc {
  padding-left: 45px;
  padding-right: 45px;
}
@media (max-width: 1400px) {
  .projet_listing_part .columnblocwithtriangle .innerbloc {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .projet_listing_part .columnblocwithtriangle .innerbloc {
    background: transparent;
    padding: 20px;
    color: #001833;
  }
}
.projet_listing_part .columnblocwithtriangle .innerbloc .triangle {
  bottom: -1px;
}
@media (max-width: 991px) {
  .projet_listing_part .columnblocwithtriangle .innerbloc .triangle {
    display: none;
  }
}
.projet_listing_part .columnblocwithtriangle .innerbloc .d-flex {
  height: 100%;
}
@media (max-width: 1200px) {
  .projet_listing_part .columnblocwithtriangle .innerbloc h2 {
    font-size: 3rem;
    line-height: 35px;
  }
}
.projet_listing_part .alllink {
  margin-top: -40px;
  margin-bottom: 60px;
  margin-left: 10px;
}
.projet_listing_part .projetlistingslider {
  padding-bottom: 36px;
}
.projet_listing_part .projetlistingslider .slick-track {
  margin-left: 0;
}
.projet_listing_part .projetlistingslider .slick-prev {
  left: auto;
  right: 120px;
}
@media (max-width: 768px) {
  .projet_listing_part .projetlistingslider .slick-prev {
    right: 60px;
  }
}
.projet_listing_part .projetlistingslider .slick-next {
  right: 60px;
}
@media (max-width: 768px) {
  .projet_listing_part .projetlistingslider .slick-next {
    right: 10px;
  }
}
.relatedposts .item, .projetlistingslider .item {
  position: relative;
}
@media (max-width: 768px) {
  .relatedposts .item, .projetlistingslider .item {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .relatedposts .item, .projetlistingslider .item {
    margin-bottom: 0;
  }
}
.relatedposts .item .visuel, .projetlistingslider .item .visuel {
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}
@media (max-width: 768px) {
  .relatedposts .item .visuel, .projetlistingslider .item .visuel {
    margin-bottom: 5px;
  }
}
.relatedposts .item .visuel img, .projetlistingslider .item .visuel img {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  transform: scale(1);
}
.relatedposts .item .visuel .type-content-list, .projetlistingslider .item .visuel .type-content-list {
  background: rgba(255, 255, 255, 0.8);
  padding: 2px 12px 4px;
  position: absolute;
  bottom: 19px;
  right: 0;
  font-weight: 700;
}
.relatedposts .item .visuel .type-content-list .type-content-term + .type-content-term::before, .projetlistingslider .item .visuel .type-content-list .type-content-term + .type-content-term::before {
  content: ",";
  margin-right: 3px;
}
.relatedposts .item h3, .projetlistingslider .item h3 {
  color: #001833;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.relatedposts .item:hover .visuel img, .projetlistingslider .item:hover .visuel img {
  transform: scale(1.07);
}
.relatedposts .item:hover h3, .projetlistingslider .item:hover h3 {
  color: #69899F;
  text-decoration: underline;
}
.relatedposts {
  padding-bottom: 140px;
}
@media (max-width: 768px) {
  .relatedposts {
    padding-bottom: 40px;
  }
}
.relatedposts h2 {
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .relatedposts h2 {
    margin-bottom: 15px;
  }
}
/****************************************************************************/
/* BLOC 7 : ENGAGEMENTS
/****************************************************************************/
.engagement_part .leftbloc {
  padding-right: 30px;
}
@media (max-width: 1200px) {
  .engagement_part .leftbloc {
    padding-right: calc(var(--bs-gutter-x)/ 2);
  }
}
.engagement_part .leftbloc .innerbloc {
  padding: 90px 50px;
}
@media (max-width: 768px) {
  .engagement_part .leftbloc .innerbloc {
    padding: 40px 20px;
  }
}
.engagement_part .leftbloc .innerbloc .text-green * {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 26px;
}
.engagement_part .engagementbloc > div {
  height: 100%;
  margin: auto 0;
  padding: 25px 15px 115px !important;
}
@media (max-width: 1400px) {
  .engagement_part .engagementbloc > div {
    padding: 25px 0 95px !important;
  }
}
@media (max-width: 1199px) {
  .engagement_part .engagementbloc > div {
    margin: 0px 0;
    height: 100%;
    padding: 25px 0 125px !important;
  }
}
.engagement_part .engagementbloc .innerbloc {
  padding: 40px 10px;
  position: relative;
}
@media (max-width: 1200px) {
  .engagement_part .engagementbloc .innerbloc {
    padding: 40px 10px 50px;
  }
}
@media (max-width: 576px) {
  .engagement_part .engagementbloc .innerbloc {
    padding: 40px 5px 50px;
  }
}
.engagement_part .engagementbloc .innerbloc p {
  font-weight: bold;
  margin-bottom: 0;
  color: #001833;
}
.engagement_part .engagementbloc .innerbloc .icon {
  position: absolute;
  bottom: -85px;
  margin: auto;
  left: 0;
  z-index: 100;
  right: 0;
  object-fit: cover;
  height: 100px;
  width: 100px;
  background: #FFFFFF;
  border-radius: 50%;
}
.engagement_part .engagementbloc .innerbloc .triangle {
  clip-path: polygon(0 0, 100% 0, 0 100%);
  bottom: -95px;
  padding-top: 96px;
  width: 100%;
}
.engagement_part .engagementbloc .innerbloc.yellow-bg .triangle {
  background: #FABA5D;
}
.engagement_part .engagementbloc .innerbloc.corail-bg .triangle {
  background: #F1876A;
}
.engagement_part .engagementbloc .innerbloc.taupe-bg .triangle {
  background: #DFCABE;
}
.engagement_part .engagementbloc .innerbloc.green-bg .triangle {
  background: #3AB6AB;
}
/****************************************************************************/
/* BLOC 8 : CARRIERE
/****************************************************************************/
.carriere_part {
  padding: 55px var(--bs-gutter-x, 0.75rem) 65px;
  background-position: center top;
  background-image: var(--bg-desktop);
}
@media (max-width: 576px) {
  .carriere_part {
    padding: 35px var(--bs-gutter-x, 0.75rem);
    background-position: center;
    background-size: cover;
    background-image: var(--bg-mobile);
  }
}
.carriere_part .caption {
  background: rgba(255, 255, 255, 0.9);
  padding: 55px 30px;
}
@media (max-width: 576px) {
  .carriere_part .caption {
    padding: 20px;
  }
}
/****************************************************************************/
/* BLOC 9 : VERBATIM
/****************************************************************************/
.verbatim_part {
  position: relative;
  overflow: hidden;
}
.verbatim_part::before, .verbatim_part::after {
  content: "";
  width: 239px;
  height: 100%;
  top: 0;
  position: absolute;
}
.verbatim_part::before {
  background: url(../img/testimony-trace-left.svg) no-repeat right center / cover;
  left: 0;
}
@media (max-width: 1200px) {
  .verbatim_part::before {
    left: -50px;
  }
}
@media (max-width: 992px) {
  .verbatim_part::before {
    left: -80px;
  }
}
@media (max-width: 768px) {
  .verbatim_part::before {
    left: -120px;
    background-size: 190px;
    background-position: top right 30px;
  }
}
@media (max-width: 576px) {
  .verbatim_part::before {
    display: none;
  }
}
.verbatim_part::after {
  background: url(../img/testimony-trace-right.svg) no-repeat left center / cover;
  right: 0;
}
@media (max-width: 1200px) {
  .verbatim_part::after {
    right: -50px;
  }
}
@media (max-width: 992px) {
  .verbatim_part::after {
    right: -80px;
  }
}
@media (max-width: 768px) {
  .verbatim_part::after {
    right: -140px;
    background-size: 206px;
    background-position: bottom right 30px;
  }
}
@media (max-width: 576px) {
  .verbatim_part::after {
    display: none;
  }
}
.verbatim_part .verbatimslider {
  padding: 0 100px;
  width: 100%;
}
@media (max-width: 992px) {
  .verbatim_part .verbatimslider {
    padding: 0 60px;
  }
}
.verbatim_part .verbatimslider .slick-track {
  display: flex !important;
}
.verbatim_part .verbatimslider .slick-slide {
  height: inherit !important;
}
.verbatim_part .verbatimslider .slick-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.verbatim_part .verbatimslider .slick-arrow.slick-prev {
  left: 0;
}
.verbatim_part .verbatimslider .slick-arrow.slick-next {
  right: 0;
}
.verbatim_part .item > .row {
  height: 100%;
}
.verbatim_part .item img.img {
  border-radius: 50%;
}
.verbatim_part .item .rightcontent {
  padding: 80px calc(var(--bs-gutter-x)/ 2) 75px;
  position: relative;
}
@media (max-width: 992px) {
  .verbatim_part .item .rightcontent {
    margin-top: 30px;
  }
}
.verbatim_part .item .rightcontent::before, .verbatim_part .item .rightcontent::after {
  content: "";
  width: 62px;
  height: 40px;
  position: absolute;
}
.verbatim_part .item .rightcontent::before {
  background: url(../img/quote-before.svg) no-repeat center / cover;
  left: 10px;
  top: 0;
}
.verbatim_part .item .rightcontent::after {
  background: url(../img/quote-after.svg) no-repeat center / cover;
  bottom: 0;
  right: 10px;
}
.verbatim_part .item .rightcontent .content * {
  line-height: 26px;
  font-size: 2.2rem;
}
.verbatim_part .item.withimg .rightcontent {
  padding-left: 50px;
}
@media (max-width: 992px) {
  .verbatim_part .item.withimg .rightcontent {
    padding-left: calc(var(--bs-gutter-x)/ 2);
  }
}
.verbatim_part .item.withimg .rightcontent::before {
  left: 50px;
}
@media (max-width: 992px) {
  .verbatim_part .item.withimg .rightcontent::before {
    left: calc(var(--bs-gutter-x)/ 2);
  }
}
/****************************************************************************/
/* BLOC 10 : VALEURS
/****************************************************************************/
.value_part {
  margin-bottom: 70px;
  position: relative;
  background: transparent;
}
@media (max-width: 768px) {
  .value_part {
    background: currentColor;
  }
}
.value_part .slick-arrow {
  bottom: -50px;
}
.value_part .slick-arrow.slick-next {
  right: 0;
}
.value_part .slick-arrow.slick-prev {
  right: 155px;
  left: auto;
}
@media (max-width: 768px) {
  .value_part .slick-arrow.slick-prev {
    right: auto;
  }
}
.value_part .valueslider {
  height: 100%;
}
.value_part .valueslider .slick-track, .value_part .valueslider .slick-list {
  height: 100%;
}
.value_part .slider-counter {
  position: absolute;
  bottom: -43px;
  width: 130px;
  right: 30px;
  color: #69899F;
}
@media (max-width: 768px) {
  .value_part .slider-counter {
    bottom: 20px;
    left: 30px;
    margin: auto;
  }
}
.value_part.blocfixe-rightalign .bg-bloc {
  order: 2;
}
@media (max-width: 1400px) {
  .value_part.blocfixe-rightalign .valueslider .item {
    height: 100%;
  }
}
.value_part.blocfixe-rightalign .valueslider .item img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.value_part.blocfixe-rightalign .valueslider .item .caption {
  right: 30px;
  left: auto;
}
@media (max-width: 576px) {
  .value_part.blocfixe-rightalign .valueslider .item .caption {
    left: 5%;
    right: 5%;
  }
}
.value_part .textcontent {
  padding: 0;
  position: relative;
}
@media (max-width: 768px) {
  .value_part .textcontent {
    order: 2;
    padding: 0 20px 60px;
  }
}
.value_part .bg-bloc {
  position: relative;
  color: #FFFFFF;
  padding: 30px 50px;
}
@media (max-width: 768px) {
  .value_part .bg-bloc {
    order: 1 !important;
    padding: 30px 20px 10px;
  }
}
.value_part .bg-bloc::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 436px;
  height: 90px;
  background: url(../img/40_60_pattern.svg) no-repeat center;
}
@media (max-width: 768px) {
  .value_part .bg-bloc::after {
    display: none;
  }
}
.value_part .bg-bloc .d-flex {
  justify-content: center;
  height: 100%;
}
.value_part .valueslider {
  position: relative;
  height: 100%;
}
.value_part .valueslider .item {
  height: 100%;
}
.value_part .valueslider .item > img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .value_part .valueslider .item > img {
    min-height: 500px;
  }
}
.value_part .valueslider .item .caption {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: 400px;
  padding: 40px 20px 20px;
}
@media (max-width: 576px) {
  .value_part .valueslider .item .caption {
    width: 90%;
    left: 5%;
    right: 5%;
  }
}
.value_part .valueslider .item .caption span.icon {
  position: absolute;
  top: -35px;
  padding: 10px;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  text-align: center;
  background: #001833;
  display: flex;
  align-items: center;
  justify-content: center;
}
.value_part .valueslider .item .caption span.icon img {
  height: 100%;
  width: auto;
  max-height: 38px;
  max-width: 38px;
}
.value_part .valueslider .item .caption h3 {
  color: #001833;
  font-weight: 800;
  margin-bottom: 2px;
}
.value_part .valueslider .item .caption p.soustitre {
  font-weight: 700;
  margin-bottom: 5px;
}
.value_part.terracotta-bg .bg-bloc h3 {
  color: #FFFFFF;
}
.value_part.terracotta-bg .valueslider .item .caption span.icon {
  background: #C67964;
}
.value_part.blue-bg .bg-bloc {
  color: #DEDDE3;
}
.value_part.blue-bg .bg-bloc h3 {
  color: #34A39A;
}
.value_part.ardoise-bg .bg-bloc h3 {
  color: #FFFFFF;
}
.value_part.ardoise-bg .valueslider .item .caption span.icon {
  background: #69899F;
}
.value_part.greentxt-bg .bg-bloc h3 {
  color: #FFFFFF;
}
.value_part.greentxt-bg .valueslider .item .caption span.icon {
  background: #34A39A;
}
/****************************************************************************/
/* BLOC 11 : HISTOIRE
/****************************************************************************/
.history_part {
  padding-bottom: 70px;
  position: relative;
}
.history_part .surtitre {
  margin-bottom: 13px;
}
.history_part .historyslider {
  padding: 35px 0 0;
}
.history_part .historyslider .slick-track, .history_part .historyslider .slick-list {
  height: 100%;
}
.history_part .historyslider .slick-arrow {
  bottom: -70px;
}
.history_part .historyslider .slick-arrow.slick-prev {
  left: calc((100% - 1320px) / 2);
  background-image: url(../img/slider-prev-terracotta.svg);
}
@media (max-width: 1400px) {
  .history_part .historyslider .slick-arrow.slick-prev {
    left: calc((100% - 1170px) / 2);
  }
}
@media (max-width: 1200px) {
  .history_part .historyslider .slick-arrow.slick-prev {
    left: calc((100% - 960px) / 2);
  }
}
@media (max-width: 992px) {
  .history_part .historyslider .slick-arrow.slick-prev {
    left: calc((100% - 720px) / 2);
  }
}
@media (max-width: 768px) {
  .history_part .historyslider .slick-arrow.slick-prev {
    left: calc((100% - 540px) / 2);
  }
}
@media (max-width: 576px) {
  .history_part .historyslider .slick-arrow.slick-prev {
    left: 0;
  }
}
.history_part .historyslider .slick-arrow.slick-next {
  right: calc((100% - 1320px) / 2);
  background-image: url(../img/slider-next-terracotta.svg);
}
@media (max-width: 1400px) {
  .history_part .historyslider .slick-arrow.slick-next {
    right: calc((100% - 1170px) / 2);
  }
}
@media (max-width: 1200px) {
  .history_part .historyslider .slick-arrow.slick-next {
    right: calc((100% - 960px) / 2);
  }
}
@media (max-width: 992px) {
  .history_part .historyslider .slick-arrow.slick-next {
    right: calc((100% - 720px) / 2);
  }
}
@media (max-width: 768px) {
  .history_part .historyslider .slick-arrow.slick-next {
    right: calc((100% - 540px) / 2);
  }
}
@media (max-width: 576px) {
  .history_part .historyslider .slick-arrow.slick-next {
    right: 0;
  }
}
.history_part .historyslider .slick-slide {
  width: 200px;
  /* largeur MAX */
  height: 100%;
  /* hauteur identique */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 15px;
  transform: scale(1);
  /* ≈ 200 / 650 */
  transform-origin: center center;
  transition: transform 0.6s ease;
  position: relative;
}
.history_part .historyslider .slick-slide .buttoncelement {
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  text-indent: -999999px;
  border: none;
  height: 100%;
  z-index: 999;
  width: 100%;
  pointer-events: all;
}
@media (max-width: 992px) {
  .history_part .historyslider .slick-slide {
    width: initial;
    background: #001833;
  }
}
.history_part .historyslider .slick-slide img {
  object-fit: cover;
  filter: saturate(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.history_part .historyslider .slick-slide .caption {
  position: absolute;
  right: 0;
  width: calc(100% + 6px);
  bottom: 0;
}
.history_part .historyslider .slick-slide .caption .date {
  font-size: 2.2rem;
  background: #C67964;
  color: #FFFFFF;
  font-weight: 600;
  padding: 0 22px 9px;
  margin-bottom: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
.history_part .historyslider .slick-slide .caption .date .triangle {
  background: #C67964;
  padding-top: 52px;
  bottom: 30px;
  width: 100%;
}
.history_part .historyslider .slick-slide .caption .desc {
  display: none;
}
.history_part .historyslider .slick-slide.slick-current {
  opacity: 1;
  width: 650px;
}
@media (max-width: 768px) {
  .history_part .historyslider .slick-slide.slick-current {
    width: 400px;
  }
}
@media (max-width: 576px) {
  .history_part .historyslider .slick-slide.slick-current {
    width: 330px;
  }
}
.history_part .historyslider .slick-slide.slick-current .caption {
  background-color: #001833;
  padding: 30px 12px;
  font-weight: 400;
  width: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .history_part .historyslider .slick-slide.slick-current .caption {
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
  }
}
.history_part .historyslider .slick-slide.slick-current .caption .date {
  position: relative;
  color: #3AB6AB;
  padding: 0;
  font-weight: 600;
  font-size: 2.2rem;
  margin-bottom: 10px;
  background-color: transparent;
}
.history_part .historyslider .slick-slide.slick-current .caption .date .triangle {
  display: none;
}
.history_part .historyslider .slick-slide.slick-current .caption .desc {
  display: block;
  max-height: 190px;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.history_part .historyslider .slick-slide.slick-current img {
  width: 100%;
  filter: saturate(100%);
}
.history_part .historyslider .slick-slide:not(.slick-current) .caption .date ¶ {
  background: #C67964;
}
.history_part .historyslider .slick-slide:not(.slick-current) .caption img {
  width: 200px;
}
.history_part .historyslider .slick-slide.slick-cloned {
  opacity: 0.3;
  pointer-events: none;
}
.history_part .historyslider .slick-slide.slick-cloned button {
  pointer-events: none;
}
.history_part .history-nav {
  gap: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  bottom: 7px;
  left: 0;
  align-items: center;
  right: 0;
}
.history_part .history-nav button {
  border: none;
  background: transparent;
}
.history_part .history-nav button.history-prev {
  margin-right: 20px;
}
.history_part .history-nav button.history-next {
  margin-left: 20px;
}
.history_part .history-nav .history-nav-item {
  font-weight: 600;
  transition: all 600ms ease-in-out;
  color: #C67964;
  font-size: 2.2rem;
  background: transparent;
  padding: 3px 30px;
  border: none;
  position: relative;
}
@media (max-width: 1400px) {
  .history_part .history-nav .history-nav-item {
    padding: 3px 20px;
  }
}
@media (max-width: 1200px) {
  .history_part .history-nav .history-nav-item {
    font-size: 1.8rem;
    padding: 3px 12px;
  }
}
@media (max-width: 992px) {
  .history_part .history-nav .history-nav-item {
    display: none;
  }
}
.history_part .history-nav .history-nav-item.active {
  background: #C67964;
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .history_part .history-nav .history-nav-item.active {
    display: block;
  }
}
.history_part .history-nav .history-nav-item + .history-nav-item::before {
  content: "";
  top: 0;
  left: -1px;
  position: absolute;
  background: #C67964;
  width: 1px;
  height: 100%;
}
/****************************************************************************/
/* BLOC 12 : MAPS
/****************************************************************************/
.map-mobile {
  display: none;
}
@media (max-width: 768px) {
  .map-mobile {
    display: block;
  }
}
.imp-object-spot-pin > img {
  cursor: default;
}
.map-desktop {
  display: block;
}
@media (max-width: 768px) {
  .map-desktop {
    display: none;
  }
}
.imp-tooltips-container {
  /*padding: 35px 25px !important;*/
  width: 300px !important;
}
@media (max-width: 576px) {
  .imp-tooltips-container {
    width: 100% !important;
  }
}
.imp-tooltips-container .imp-tooltip-content {
  padding: 15px 10px !important;
}
.imp-tooltips-container .imp-tooltip-content > div:not(.adress) {
  padding: 0 !important;
}
.imp-tooltips-container .imp-tooltip-content > div + div {
  margin-top: 7px !important;
}
.imp-tooltips-container img.logo {
  max-height: 40px !important;
  width: auto !important;
  max-width: 140px !important;
  display: table;
  margin-bottom: 5px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
.imp-tooltips-container .adress {
  padding: 2px 0 2px 30px !important;
  background: url(../img/icon-map-map.svg) no-repeat left 0 top 6px;
}
.imp-tooltips-container .tel {
  padding: 2px 0 2px 30px !important;
  height: auto !important;
  font-weight: 400 !important;
  border-radius: 0 !important;
  line-height: initial !important;
  background-color: transparent !important;
  background: url(../img/icon-map-tel.svg) no-repeat left 0px top 0px transparent;
  text-align: left !important;
}
.imp-tooltips-container .mail {
  padding: 2px 0 2px 30px !important;
  height: auto !important;
  border-radius: 0 !important;
  font-weight: 400 !important;
  line-height: initial !important;
  background-color: transparent !important;
  background: url(../img/icon-map-mail.svg) no-repeat left 0px top 2px transparent;
  text-align: left !important;
}
.imp-tooltips-container .website {
  padding: 2px 0 2px 30px !important;
  height: auto !important;
  border-radius: 0 !important;
  font-weight: 400 !important;
  line-height: initial !important;
  background-color: transparent !important;
  background: url(../img/icon-map-website.svg) no-repeat left 0px top -3px transparent;
  text-align: left !important;
}
/****************************************************************************/
/* BLOC 13 : CONSTRUCTION HORS SITE
/****************************************************************************/
.construction_hors_site_part {
  margin-top: 65px;
}
.construction_hors_site_part .mediacontent, .construction_hors_site_part .textcontent {
  padding: 0;
}
.construction_hors_site_part .mediacontent img {
  height: 100%;
  object-fit: cover;
}
.construction_hors_site_part .textcontent.order-lg-2 .innerbloc {
  padding-bottom: 150px;
}
@media (max-width: 992px) {
  .construction_hors_site_part .textcontent.order-lg-2 .innerbloc {
    padding-bottom: 30px;
  }
}
.construction_hors_site_part .textcontent .innerbloc {
  margin-top: 0;
  padding: 0px 25px 0;
  text-align: center;
  color: #001833;
  width: 100%;
}
.construction_hors_site_part .textcontent .innerbloc .icon {
  margin-top: -65px;
  margin-bottom: 25px;
  height: 130px;
  width: 130px;
  object-fit: cover;
  border-radius: 50%;
}
.construction_hors_site_part .textcontent .innerbloc .legende {
  display: block;
  text-transform: uppercase;
  font-weight: 400;
}
.construction_hors_site_part .textcontent .innerbloc .desc {
  font-weight: 400;
  margin-bottom: 40px;
  margin-top: 25px;
}
@media (max-width: 992px) {
  .construction_hors_site_part .textcontent .innerbloc .desc {
    margin-bottom: 0;
  }
}
.construction_hors_site_part .textcontent .innerbloc .itemnumber + .itemnumber {
  margin-top: 15px;
}
@media (max-width: 992px) {
  .construction_hors_site_part .textcontent .innerbloc {
    padding-bottom: 30px;
    z-index: 0;
  }
  .construction_hors_site_part .textcontent .innerbloc .icon {
    margin-top: 20px;
    z-index: 100;
  }
  .construction_hors_site_part .textcontent .innerbloc .triangle {
    bottom: auto;
    z-index: -1;
    top: 0px;
    clip-path: polygon(0% 0%, 100% 0, 0 100%);
  }
}
.construction_hors_site_part .textcontent.order-lg-1 .innerbloc {
  z-index: 0;
}
.construction_hors_site_part .textcontent.order-lg-1 .innerbloc .icon {
  margin-top: 20px;
  z-index: 100;
}
.construction_hors_site_part .textcontent.order-lg-1 .innerbloc .triangle {
  bottom: auto;
  z-index: -1;
  top: -1px;
  clip-path: polygon(0% 0%, 100% 0, 0 100%);
}
/****************************************************************************/
/* BLOC 14 : CONSTRUCTION DURABLE
/****************************************************************************/
.bloc_durable_construction {
  margin-top: 20px;
}
.bloc_durable_construction .slick-track {
  display: flex !important;
}
.bloc_durable_construction .slick-slide {
  height: inherit !important;
}
.bloc_durable_construction .columnblocwithtriangle {
  padding: 80px 20px;
}
.bloc_durable_construction .columnblocwithtriangle .triangle {
  bottom: -1px;
}
@media (max-width: 768px) {
  .bloc_durable_construction .columnblocwithtriangle {
    padding: 50px 10px;
  }
}
.bloc_durable_construction .innerbloc {
  padding: 100px 25px 170px;
}
@media (max-width: 768px) {
  .bloc_durable_construction .innerbloc {
    padding: 60px 15px 150px;
  }
}
.bloc_durable_construction .innerbloc .icon {
  position: absolute;
  top: -70px;
  margin: auto;
  left: 0;
  right: 0;
  object-fit: cover;
  height: 130px;
  width: 130px;
  background: #FFFFFF;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .bloc_durable_construction .innerbloc .icon {
    height: 80px;
    width: 80px;
    top: -45px;
  }
}
.bloc_durable_construction .innerbloc h3 {
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 800;
}
.bloc_durable_construction .innerbloc svg.triangle {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -174px;
  height: auto;
}
.bloc_durable_construction .innerbloc.green-bg svg.triangle path {
  fill: #3AB6AB;
}
.bloc_durable_construction .innerbloc.ardoise-bg svg.triangle path {
  fill: #69899F;
}
.bloc_durable_construction .innerbloc.terracotta-bg svg.triangle path {
  fill: #C67964;
}
/****************************************************************************/
/* BLOC 15 : 50/50 TYPE ARTICLE
/****************************************************************************/
/****************************************************************************/
/* BLOC 16 : RECUPERATION DES ACTUALITES / REALISATIONS
/****************************************************************************/
/****************************************************************************/
/* BLOC 17 : GALERIE PHOTOS
/****************************************************************************/
.bloc_galerie .galerieslider {
  padding: 0 70px;
}
@media (max-width: 768px) {
  .bloc_galerie .galerieslider {
    padding: 0 35px;
  }
}
.bloc_galerie .galerieslider .slick-arrow {
  top: 108px;
  background-size: 33px;
  height: 45px;
  width: 45px;
}
@media (max-width: 768px) {
  .bloc_galerie .galerieslider .slick-arrow {
    height: 35px;
    width: 35px;
    background-size: 25px;
  }
}
.bloc_galerie .galerieslider .slick-arrow:hover {
  background-size: 43px;
}
@media (max-width: 768px) {
  .bloc_galerie .galerieslider .slick-arrow:hover {
    background-size: 33px;
  }
}
@media (max-width: 576px) {
  .bloc_galerie .galerieslider .slick-arrow:hover {
    background-size: 25px;
  }
}
.bloc_galerie .galerieslider .slick-arrow.slick-prev {
  left: 0;
  background-image: url(../img/slider-prev-terracotta.svg);
}
.bloc_galerie .galerieslider .slick-arrow.slick-next {
  right: 0;
  background-image: url(../img/slider-next-terracotta.svg);
}
.bloc_galerie .galerieslider p.legend {
  margin-top: 10px;
  font-style: italic;
}
/****************************************************************************/
/* BLOC 18 : VIDEO
/****************************************************************************/
.video_part .iframe-container {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  overflow: hidden;
}
.video_part .iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/****************************************************************************/
/* BLOC 19 : FOCUS ARTICLE TYPE PROJET
/****************************************************************************/
.bloc_focus .withfullbgpatern {
  margin-top: 30px;
  border-top: 50px solid #FFFFFF;
}
@media (max-width: 768px) {
  .bloc_focus .withfullbgpatern {
    border-top: none;
  }
}
.bloc_focus .withfullbgpatern .columnblocwithtriangle {
  padding: 70px 30px 0;
}
@media (max-width: 1200px) {
  .bloc_focus .withfullbgpatern .columnblocwithtriangle {
    padding: 70px 5px 0;
  }
}
@media (max-width: 768px) {
  .bloc_focus .withfullbgpatern .columnblocwithtriangle {
    padding: 120px 5px 0;
  }
}
.bloc_focus .withfullbgpatern .columnblocwithtriangle .innerbloc {
  padding-bottom: 30px;
  padding-top: 50px;
}
.bloc_focus .withfullbgpatern .columnblocwithtriangle .innerbloc span.icon {
  position: absolute;
  top: -110px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  z-index: 10;
  left: 0;
  right: 0;
  height: 130px;
  width: 130px;
  border-radius: 50%;
  margin: auto;
  padding: 10px;
}
.bloc_focus .withfullbgpatern .columnblocwithtriangle .innerbloc span.icon img {
  max-height: 80px;
  max-width: 110px;
  object-fit: cover;
}
.bloc_focus .withfullbgpatern .columnblocwithtriangle .innerbloc .chiffre {
  display: block;
}
.bloc_focus .withfullbgpatern .columnblocwithtriangle .innerbloc .triangle {
  top: -114px;
  padding-top: 115px;
  bottom: auto;
  width: 100%;
}
.bloc_focus .withfullbgpatern .columnblocwithtriangle .innerbloc.blue-bg .triangle {
  background-color: #001833;
}
.bloc_focus .withfullbgpatern .columnblocwithtriangle .innerbloc.green-bg .triangle {
  background-color: #3AB6AB;
}
.bloc_focus .withfullbgpatern .columnblocwithtriangle .innerbloc.ardoise-bg .triangle {
  background-color: #69899F;
}
.bloc_focus .withfullbgpatern .columnblocwithtriangle .innerbloc.terracotta-bg .triangle {
  background-color: #C67964;
}
@media (max-width: 576px) {
  .page-content.single-tax-projet .bloc_focus .withfullbgpatern {
    padding: 30px 0;
  }
  .page-content.single-tax-projet .bloc_focus .withfullbgpatern .columnblocwithtriangle {
    padding-top: 0;
  }
  .page-content.single-tax-projet .bloc_focus .withfullbgpatern .columnblocwithtriangle .innerbloc {
    color: #001833;
    padding-bottom: 10px;
    padding-top: 10px;
    background: transparent !important;
  }
  .page-content.single-tax-projet .bloc_focus .withfullbgpatern .columnblocwithtriangle .innerbloc .icon {
    height: 80px;
    position: relative;
    margin-bottom: 20px;
    top: 0;
    width: 80px;
  }
  .page-content.single-tax-projet .bloc_focus .withfullbgpatern .columnblocwithtriangle .innerbloc .icon::after {
    content: "";
    width: 83px;
    height: 83px;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    left: -7px;
    bottom: -7px;
    background: #C67964;
    background-color: #C67964;
  }
  .page-content.single-tax-projet .bloc_focus .withfullbgpatern .columnblocwithtriangle .innerbloc .h2 {
    margin-bottom: 0;
  }
  .page-content.single-tax-projet .bloc_focus .withfullbgpatern .columnblocwithtriangle .innerbloc.blue-bg .icon::after {
    background: #001833;
    background-color: #001833;
  }
  .page-content.single-tax-projet .bloc_focus .withfullbgpatern .columnblocwithtriangle .innerbloc.green-bg .icon::after {
    background: #34A39A;
    background-color: #34A39A;
  }
  .page-content.single-tax-projet .bloc_focus .withfullbgpatern .columnblocwithtriangle .innerbloc.ardoise-bg .icon::after {
    background: #69899F;
    background-color: #69899F;
  }
  .page-content.single-tax-projet .bloc_focus .withfullbgpatern .columnblocwithtriangle .triangle {
    color: #001833;
    background: transparent !important;
  }
}
/****************************************************************************/
/* BLOC 20 : INTRODUCTION
/****************************************************************************/
.introduction_part {
  padding: 30px 0 35px;
  position: relative;
}
.introduction_part::before {
  /*min-height : 360px ;*/
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/introductionbloc-before.svg) no-repeat right top / cover;
  width: 190px;
  height: 360px;
}
@media (max-width: 1400px) {
  .introduction_part::before {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .introduction_part::before {
    width: 170px;
  }
}
@media (max-width: 768px) {
  .introduction_part::before {
    display: none;
  }
}
/****************************************************************************/
/* BLOC 21 : 40 / 60
/****************************************************************************/
.media_txt_40_60_part {
  margin-top: 50px;
}
.media_txt_40_60_part .mediacontent {
  padding: 0;
}
.media_txt_40_60_part .mediacontent img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.media_txt_40_60_part .textcontent {
  position: relative;
  padding: 90px 50px;
}
@media (max-width: 768px) {
  .media_txt_40_60_part .textcontent {
    padding: 70px 30px;
  }
}
.media_txt_40_60_part .textcontent::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 436px;
  height: 90px;
  background: url(../img/40_60_pattern.svg) no-repeat center;
}
.media_txt_40_60_part .textcontent * {
  color: #FFFFFF;
  font-weight: 700;
}
.media_txt_40_60_part .textcontent ul li::before {
  background-image: url(../img/surtitre-inverse-bleu.svg);
}
.media_txt_40_60_part .textcontent .icon {
  position: absolute;
  top: -50px;
  left: 50px;
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}
.media_txt_40_60_part.blue-bg .textcontent ul li::before {
  background-image: url(../img/surtitre-inverse-green.svg);
}
/****************************************************************************/
/* BLOC 22 : LISTING DES ARTICLES SIMILAIRES
/****************************************************************************/
/****************************************************************************/
/* ARCHIVES
/****************************************************************************/
.archive.post-type-archive-news .bannerpage {
  padding-top: 30px;
}
.archive.post-type-archive-news .bannerpage .rank-math-breadcrumb {
  margin-bottom: 40px;
}
.archive.post-type-archive-news .bannerpage::before {
  height: 260px;
}
@media (max-width: 992px) {
  .archive.post-type-archive-news .bannerpage::before {
    width: 230px;
    height: 110px;
  }
}
@media (max-width: 768px) {
  .archive.post-type-archive-news .bannerpage::before {
    width: 130px;
    height: 50px;
  }
}
.archive.post-type-archive-news .filters-button-group {
  margin-top: 30px;
}
.archive.post-type-archive-news .filters-button-group span.filter_btn {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  margin-right: 25px;
  font-weight: 700;
  display: inline-block;
  cursor: pointer;
  padding: 10px 20px;
  border: 1px solid #001833;
}
@media (max-width: 768px) {
  .archive.post-type-archive-news .filters-button-group span.filter_btn {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.archive.post-type-archive-news .filters-button-group span.filter_btn.is-checked {
  background-color: #3AB6AB;
  border-color: #3AB6AB;
}
.archive.post-type-archive-news .filters-button-group label input {
  position: absolute;
  top: 0;
  left: -9999px;
  visibility: hidden;
}
.newslisting .item {
  width: calc(32% - 30px);
}
@media (max-width: 992px) {
  .newslisting .item {
    width: calc(48% - 15px);
    margin-bottom: 15px !important;
  }
}
@media (max-width: 768px) {
  .newslisting .item {
    width: 45%;
  }
}
@media (max-width: 576px) {
  .newslisting .item {
    width: 98%;
  }
}
.newslisting .item a:hover {
  color: inherit;
}
.newslisting .item .innerbloc {
  background-color: rgba(222, 221, 227, 0.5);
  padding: 20px;
}
@media (max-width: 768px) {
  .newslisting .item .innerbloc {
    padding: 12px;
  }
}
.newslisting .item .innerbloc .visuelbloc {
  margin-bottom: 20px;
  overflow: hidden;
}
.newslisting .item .innerbloc .visuelbloc img {
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.newslisting .item .innerbloc h2 {
  font-size: 2.2rem;
  line-height: 26px;
}
.newslisting .item:hover .innerbloc {
  background-color: rgba(198, 121, 100, 0.1);
}
.newslisting .item:hover .intro {
  color: initial;
}
.newslisting .item:hover .visuelbloc img {
  transform: scale(1.07);
}
.newslisting .item:hover h2 {
  color: #C67964;
  text-decoration: underline;
}
.isotope-pager {
  text-align: right;
}
.isotope-pager a.pager {
  margin: 0 10px;
}
.isotope-pager a.pager.active {
  font-weight: 700;
  color: #C67964;
}
.isotope-pager a.pager:hover {
  color: inherit;
}
.isotope-pager .pager-prev, .isotope-pager .pager-next {
  margin-right: 10px;
}
.isotope-pager .pager-prev:hover svg path.circle, .isotope-pager .pager-next:hover svg path.circle {
  fill: #C67964;
}
.isotope-pager .pager-prev:hover svg path.arrow, .isotope-pager .pager-next:hover svg path.arrow {
  stroke: #FFFFFF;
}
.isotope-pager .pager-next {
  margin-left: 10px;
  margin-right: 0;
}
/****************************************************************************/
/* FOOTER
/****************************************************************************/
footer {
  padding-bottom: 15px;
  position: relative;
}
footer a:not([href="#"]):not(.btn):not(.btn a):hover {
  color: white;
  text-decoration: underline;
}
footer::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.3;
  background: url(../img/footer-trace.svg) no-repeat center / cover;
  width: 450px;
  height: 165px;
  z-index: 0;
}
@media (max-width: 768px) {
  footer::after {
    display: none;
  }
}
@media (max-width: 992px) {
  footer .columnblocwithtriangle {
    padding-bottom: 175px;
  }
}
@media (max-width: 576px) {
  footer .columnblocwithtriangle {
    max-width: 320px;
  }
}
footer .leftbloc {
  z-index: 10;
}
footer .leftbloc .innerbloc {
  background-color: #FFFFFF;
  padding: 40px 40px 30px;
  position: relative;
  height: auto;
  font-weight: 600;
}
@media (max-width: 1200px) {
  footer .leftbloc .innerbloc {
    padding: 40px 20px 30px;
  }
}
footer .leftbloc .innerbloc .triangle {
  clip-path: polygon(0 0, 100% 0, 0 100%);
  bottom: -174px;
  width: 100%;
}
footer .leftbloc .innerbloc .logo {
  margin-bottom: 30px;
}
footer .leftbloc .innerbloc .phone_number, footer .leftbloc .innerbloc .address {
  padding-left: 33px;
  color: #001833;
  position: relative;
}
footer .leftbloc .innerbloc .phone_number::before, footer .leftbloc .innerbloc .address::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  background: url(../img/icon-map.svg) no-repeat center / cover;
  height: 27px;
}
footer .leftbloc .innerbloc .phone_number::before {
  height: 22px;
  background-image: url(../img/icon-tel.svg);
}
footer .leftbloc .innerbloc .contact_link {
  position: absolute;
  bottom: -40px;
  z-index: 10;
}
footer .leftbloc .innerbloc a:not(.btn):hover {
  color: #001833 !important;
}
footer .baseline {
  font-size: 3.5rem;
  line-height: 40px;
  color: #FFFFFF;
  padding: 38px 0 40px;
  font-weight: 600;
}
@media (max-width: 768px) {
  footer .baseline {
    font-size: 2.2rem;
    line-height: 24px;
  }
}
footer .baseline strong {
  color: #3AB6AB;
  font-weight: 300;
}
@media (max-width: 576px) {
  footer .baseline strong {
    display: block;
  }
}
footer .menubottom ul.menu {
  padding-left: 0;
}
footer .menubottom ul.menu li {
  margin-bottom: 30px;
}
footer .menubottom ul.menu li a {
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 5px;
  display: inline-block;
}
footer .menubottom ul.menu li .sub-menu {
  padding-left: 30px;
}
footer .menubottom ul.menu li .sub-menu li {
  margin-bottom: 5px;
}
footer .menubottom ul.menu li .sub-menu li a {
  font-weight: 400;
  margin-bottom: 0;
}
footer .menubottom ul.menu li.green-bg, footer .menubottom ul.menu li.yellow-bg, footer .menubottom ul.menu li.ardoise-bg, footer .menubottom ul.menu li.corail-bg {
  background: transparent;
}
footer .menubottom ul.menu li.green-bg > a, footer .menubottom ul.menu li.yellow-bg > a, footer .menubottom ul.menu li.ardoise-bg > a, footer .menubottom ul.menu li.corail-bg > a {
  position: relative;
  padding-left: 30px;
}
footer .menubottom ul.menu li.green-bg > a::before, footer .menubottom ul.menu li.yellow-bg > a::before, footer .menubottom ul.menu li.ardoise-bg > a::before, footer .menubottom ul.menu li.corail-bg > a::before {
  content: "";
  background: url(../img/surtitre-green.svg) no-repeat center;
  width: 13px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 4px;
}
footer .menubottom ul.menu li.yellow-bg > a::before {
  background-image: url(../img/surtitre-jaune.svg);
}
footer .menubottom ul.menu li.ardoise-bg > a::before {
  background-image: url(../img/surtitre-ardoise.svg);
}
footer .menubottom ul.menu li.corail-bg > a::before {
  background-image: url(../img/surtitre-corail.svg);
}
footer .menubottom ul.menu li.btn {
  margin-bottom: 20px;
  margin-top: 0;
  background-color: #DEDDE3;
}
footer .menubottom ul.menu li.btn:hover {
  background: #3AB6AB;
}
footer .menubottom ul.menu li.btn a {
  color: #001833;
  margin-bottom: 0;
}
footer .menubottom ul.menu li.btn .button-icon svg g {
  stroke: #001833;
}
footer .menubottom ul.menu li.btn.linkedin {
  padding-left: 65px;
}
footer .menubottom ul.menu li.btn.linkedin a {
  padding-left: 0;
}
footer .menubottom ul.menu li.btn.linkedin a::before, footer .menubottom ul.menu li.btn.linkedin a::after {
  display: none;
}
footer .menubottom ul.menu li.btn.linkedin a:hover {
  color: #001833 !important;
}
footer .menubottom ul.menu li.btn.linkedin a .icon-newtarget path {
  stroke: #001833;
}
footer .menubottom ul.menu li.btn.linkedin::before {
  content: "";
  background: url(../img/linkedin.svg) no-repeat center;
  position: absolute;
  left: 33px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
}
footer .copyright {
  color: #FFFFFF;
  font-size: 1.4rem;
  margin-top: 100px;
}
footer .copyright li {
  margin-right: 0 !important;
}
@media (max-width: 768px) {
  footer .copyright {
    line-height: 30px;
    margin-top: 10px;
  }
}
/****************************************************************************/
/* FORMS
/****************************************************************************/
.wpcf7 .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 .wpcf7-form.submitted .wpcf7-not-valid-tip {
  display: block;
}
.wpcf7 form {
  padding: 45px 0px 70px;
}
.wpcf7 form .form-group {
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .wpcf7 form .form-group {
    margin-bottom: 20px;
  }
}
.wpcf7 form .form-group .wpcf7-not-valid-tip {
  font-size: 1.3rem;
}
.wpcf7 form .form-group label {
  margin-bottom: 7px;
  font-size: 1.7rem;
  font-weight: 400;
}
.wpcf7 form .form-group label.form-label {
  margin-bottom: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  top: 15px;
  left: calc(var(--bs-gutter-x)/ 2);
}
.wpcf7 form .form-group label.form-label.active {
  font-weight: 800;
  font-size: 1.4rem;
  top: -12px;
}
.wpcf7 form .form-group input, .wpcf7 form .form-group textarea, .wpcf7 form .form-group select {
  background: transparent;
  border: none;
  border-bottom: 1px solid #001833;
  color: #001833;
  padding: 9px 0 8px;
  border-radius: 0;
  font-size: 1.6rem;
  width: 100%;
}
.wpcf7 form .form-group input:focus, .wpcf7 form .form-group textarea:focus, .wpcf7 form .form-group select:focus {
  box-shadow: none;
  outline: none;
}
.wpcf7 form .form-group textarea, .wpcf7 form .form-group .codedropz-upload-wrapper .codedropz-upload-handler, .wpcf7 form .form-group select {
  border: 1px solid #001833;
  padding: 10px;
}
.wpcf7 form .form-group textarea {
  height: 200px;
}
.wpcf7 form .form-group select {
  background: url(../img/select-arrow.svg) no-repeat right 15px center;
  -webkit-appearance: none;
  padding-right: 50px;
}
.wpcf7 form .form-group span.smalldesc {
  font-size: 1.3rem;
  text-align: right;
  display: block;
}
.wpcf7 form .form-group .codedropz-upload-wrapper .codedropz-upload-handler {
  border-radius: 0;
  margin-bottom: 4px;
}
.wpcf7 form .form-group .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container {
  padding: 5px 0;
}
.wpcf7 form .form-group .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-btn-wrap {
  display: inline;
}
.wpcf7 form .form-group .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-btn-wrap a {
  color: #FFFFFF;
  cursor: pointer;
  pointer-events: all;
}
.wpcf7 form .form-group .codedropz-upload-wrapper .codedropz-upload-handler .dnd-upload-counter {
  display: none;
}
.wpcf7 form p.btn {
  padding: 0;
}
.wpcf7 form p.btn span.button-icon {
  z-index: 10;
}
.wpcf7 form p.btn span.button-icon br {
  display: none;
}
.wpcf7 form p.btn:hover {
  color: #3AB6AB;
}
.wpcf7 form input[type="submit"] {
  padding: 9px 20px 12px 35px;
  margin-top: 0;
  background: #001833;
  color: #FFFFFF;
  font-size: 1.6rem;
  border-radius: 50px;
  font-weight: 700;
  border: none;
}
@media (max-width: 576px) {
  .wpcf7 form input[type="submit"] {
    font-size: 1.8rem;
  }
}
.wpcf7 form input[type="submit"]:hover {
  color: #3AB6AB;
}
.wpcf7 form input[type="submit"]:focus {
  outline: none;
  box-shadow: none;
}
.wpcf7 form input[type="submit"] + .wpcf7-spinner {
  background-color: transparent;
  opacity: 1;
  margin: 0;
  display: table;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media (max-width: 576px) {
  .wpcf7 form input[type="submit"] + .wpcf7-spinner {
    margin: 0 5px;
  }
}
/****************************************************************************/
/* MAPS
/****************************************************************************/
#map {
  position: relative;
  height: 500px;
  width: 100%;
}
#map .marker {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background-color: rgba(255, 0, 0, 0.5);
}
/****************************************************************************/
/* GALLERY
/****************************************************************************/
