@charset "UTF-8";
/****************************************************************************/
/* BASE
/****************************************************************************/
@import url("https://use.typekit.net/ioq3glg.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
/****************************************************************************/
.bg-lightgrey {
  background: #E1E6EC;
}
.bg-blue {
  background: #182865;
}
.bg-green {
  background: #3AAA35;
}
/****************************************************************************/
/* POLICES / CUSTOM FONTS
/****************************************************************************/
/****************************************************************************/
/* RESPONSIVE BREAKPOINTS
/****************************************************************************/
/****************************************************************************/
/* GENERAL
/****************************************************************************/
html {
  scroll-behavior: smooth;
}
/****************************************************************************/
/* 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: 66px;
  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.8rem;
  line-height: 25px;
  color: #182865;
}
p {
  font-size: 1.8rem;
}
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;
  color: inherit;
  text-decoration: none;
}
h1 {
  font-size: 5.3rem;
  font-weight: 900;
  line-height: 50px;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  h1 {
    font-size: 4.3rem;
    line-height: 45px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 4.2rem;
    line-height: 45px;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 3.3rem;
    line-height: 34px;
  }
}
h2, .h2 {
  font-weight: 900;
  font-size: 5.1rem;
  line-height: 46px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  h2, .h2 {
    font-size: 3.1rem;
    line-height: 33px;
  }
}
@media (max-width: 576px) {
  h2, .h2 {
    font-size: 2.7rem;
    line-height: 30px;
  }
}
h3, .h3, p.surtitre {
  font-weight: 900;
  font-size: 2.3rem;
  color: #359730;
  text-transform: uppercase;
}
h4, .h4 {
  font-weight: 700;
  font-size: 2.3rem;
}
h5, .h5 {
  font-weight: 900;
  font-size: 2.1rem;
  color: #92765D;
  text-transform: uppercase;
}
h6, .h6 {
  font-weight: 900;
  font-size: 1.81rem;
}
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: #359730;
  font-weight: 700;
}
.page-content a:not(.btn):not(.wp-block-button__link):not(.absolutelink):not(.link):not(.facetwp-page):not(.news-card):not(.item):hover {
  border-bottom: 2px solid #359730;
}
.page-content ul {
  padding-left: 0;
  margin: 10px 0 15px;
}
.page-content ul li {
  padding-left: 18px;
  position: relative;
}
.page-content ul li::before {
  content: "";
  background: url(../img/arrow-list-li.svg) no-repeat center;
  position: absolute;
  left: 0;
  top: 9px;
  width: 11px;
  height: 10px;
}
.page-content ol {
  padding-left: 0;
  margin: 10px 0 15px;
  counter-reset: section;
}
.page-content ol li {
  padding-left: 65px;
  position: relative;
  line-height: 33px;
}
.page-content ol li::before {
  content: "";
  background: url(../img/arrow-list-ol.svg) no-repeat center;
  position: absolute;
  left: 0;
  top: 7px;
  width: 31px;
  height: 23px;
}
.page-content ol li::after {
  font-weight: bold;
  counter-increment: section;
  content: counter(section);
  position: absolute;
  left: 40px;
}
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, .filter_btn {
  padding: 18px 38px;
  background: #182865;
  color: #FFFFFF;
  font-size: 1.6rem;
  border-radius: 50px;
  font-weight: 700;
  border: none;
}
.btn:hover, .wp-block-button__link:hover, .filter_btn:hover {
  background: #3AAA35;
  color: #FFFFFF !important;
}
.btn.bg-white, .wp-block-button__link.bg-white, .filter_btn.bg-white {
  color: #182865;
}
.btn.bg-white:hover, .wp-block-button__link.bg-white:hover, .filter_btn.bg-white:hover {
  background: #3AAA35 !important;
  color: #FFFFFF;
}
.btn.bg-green, .wp-block-button__link.bg-green, .filter_btn.bg-green {
  background-color: #3AAA35;
  color: #FFFFFF;
}
.btn.bg-green:hover, .wp-block-button__link.bg-green:hover, .filter_btn.bg-green:hover {
  background: #FFFFFF !important;
  color: #182865;
}
.btn.anchorlink, .wp-block-button__link.anchorlink, .filter_btn.anchorlink {
  background: #FFFFFF;
  color: #182865;
  background: url(../img/anchor-arrow.svg) no-repeat right 35px center;
  border: 1px solid #182865;
  padding-right: 72px;
}
a.link, span.link {
  font-weight: 900;
  padding-left: 31px;
  background: url(../img/arrow-blue.svg) no-repeat left top 4px;
  display: block;
  -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-top: 7px;
}
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);
}
.icon.icon-search {
  display: inline-block;
  width: 28px;
  height: 27px;
  background: #182865;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2028.337%2027.338'%3E%3Cg%20transform='translate(3%203)'%20fill='none'%20stroke='%23000'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.5'%3E%3Cpath%20d='M78.118,16.266a7.478,7.478,0,1,0,0-10.576A7.478,7.478,0,0,0,78.118,16.266Z'%20transform='translate(-75.602%20-3.175)'/%3E%3Cpath%20d='M3.5,136.369l5.173,6.122a2.54,2.54,0,1,0,3.579-3.579l-6.032-5.1'%20transform='translate(8.859%20-121.379)'/%3E%3C/g%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2028.337%2027.338'%3E%3Cg%20transform='translate(3%203)'%20fill='none'%20stroke='%23000'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='1.5'%3E%3Cpath%20d='M78.118,16.266a7.478,7.478,0,1,0,0-10.576A7.478,7.478,0,0,0,78.118,16.266Z'%20transform='translate(-75.602%20-3.175)'/%3E%3Cpath%20d='M3.5,136.369l5.173,6.122a2.54,2.54,0,1,0,3.579-3.579l-6.032-5.1'%20transform='translate(8.859%20-121.379)'/%3E%3C/g%3E%3C/svg%3E") no-repeat center / contain;
}
a.link, a.btn {
  display: inline-flex;
  align-items: center;
}
a.link .icon.extern-link, a.btn .icon.extern-link {
  display: inline-block;
  margin-left: 8px;
  content: "";
  inline-size: 1em;
  /* taille icône = taille du texte */
  block-size: 1em;
  flex: 0 0 1em;
  background-color: currentColor;
  /* Mask (standard + WebKit) */
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">  <g fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">    <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"/>    <polyline points="15 3 21 3 21 9"/>    <line x1="10" y1="14" x2="21" y2="3"/>  </g></svg>');
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">  <g fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">    <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"/>    <polyline points="15 3 21 3 21 9"/>    <line x1="10" y1="14" x2="21" y2="3"/>  </g></svg>');
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
}
a.btn .icon.extern-link {
  color: #FFFFFF;
}
/****************************************************************************/
/* SLICK SLIDER
/****************************************************************************/
.slick-slider {
  position: relative;
  display: block;
  padding-bottom: 40px;
  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: 35px;
  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(50% - 35px);
  background: url(../img/slick-slider-left.svg) no-repeat center;
  background-size: 25px;
}
.slick-slider .slick-arrow.slick-next {
  right: calc(50% - 35px);
  background: url(../img/slick-slider-right.svg) no-repeat center;
  background-size: 25px;
}
.slick-slider .slick-arrow:hover {
  background-size: 35px;
}
/****************************************************************************/
/* HEADER + MENU + BREADCRUMB
/****************************************************************************/
header {
  padding: 10px;
}
header .navbar-nav .nav-item {
  position: initial;
}
header .navbar-nav .nav-item .dropdown-menu.show {
  width: 100%;
  background: url(../img/triangle-fond-footer.svg) no-repeat right top #182865;
  display: block;
  padding: 50px 30px;
  margin: auto;
  left: 0;
  right: 0;
  position: absolute;
  top: 100%;
  z-index: 9999;
  left: 0;
  margin-top: 10px;
}
header .navbar-nav .nav-item .dropdown-menu.show li {
  display: block;
}
header .navbar-nav .nav-item .dropdown-menu.show li a {
  padding-bottom: 40px;
  color: #FFFFFF;
  font-weight: 900;
  font-size: 2.6rem;
  text-transform: uppercase;
}
header .navbar-nav .nav-item .dropdown-menu.show li + li {
  margin-left: 0;
}
header .navbar-nav .nav-item .nav-link {
  font-weight: 600;
  color: #182865;
  padding: 0;
}
header .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  vertical-align: middle;
}
header .navbar-nav .nav-item .nav-link:hover {
  color: #3AAA35 !important;
}
header .navbar-nav .nav-item + .nav-item {
  margin-left: 30px;
}
header .navbar-nav .nav-item.btn {
  padding: 0;
}
header .navbar-nav .nav-item.btn .nav-link {
  padding: 18px 38px;
  color: #FFFFFF;
}
header .navbar-nav .nav-item.btn .nav-link:hover {
  color: #FFFFFF !important;
}
header .navbar-nav #menu-item-460 .dropdown-menu.show, header .navbar-nav #menu-item-2397 .dropdown-menu.show {
  padding: 50px 20%;
}
header .navbar-nav #menu-item-460 .dropdown-menu.show > .nav-item, header .navbar-nav #menu-item-2397 .dropdown-menu.show > .nav-item {
  position: relative;
}
header .navbar-nav #menu-item-466 .dropdown-menu.show, header .navbar-nav #menu-item-2403 .dropdown-menu.show {
  padding: 50px 20%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  /* espace entre les colonnes */
  align-items: start;
}
header .navbar-nav #menu-item-466 .dropdown-menu.show .offer_column, header .navbar-nav #menu-item-2403 .dropdown-menu.show .offer_column {
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 40px;
}
header .navbar-nav #menu-item-466 .dropdown-menu.show .offer_column:nth-child(1), header .navbar-nav #menu-item-466 .dropdown-menu.show .offer_column:nth-child(2), header .navbar-nav #menu-item-2403 .dropdown-menu.show .offer_column:nth-child(1), header .navbar-nav #menu-item-2403 .dropdown-menu.show .offer_column:nth-child(2) {
  grid-column: 1;
}
header .navbar-nav #menu-item-466 .dropdown-menu.show .offer_column:hover, header .navbar-nav #menu-item-2403 .dropdown-menu.show .offer_column:hover {
  background-color: transparent;
}
header .navbar-nav #menu-item-466 .dropdown-menu.show .offer_column .label, header .navbar-nav #menu-item-2403 .dropdown-menu.show .offer_column .label {
  color: #FFFFFF;
  font-weight: 900;
  font-size: 2.6rem;
  text-transform: uppercase;
}
header .navbar-nav #menu-item-466 .dropdown-menu.show .offer_column .offer_submenu_list, header .navbar-nav #menu-item-2403 .dropdown-menu.show .offer_column .offer_submenu_list {
  padding: 20px 0;
}
header .navbar-nav #menu-item-466 .dropdown-menu.show .offer_column .offer_submenu_list li > a.dropdown-item, header .navbar-nav #menu-item-2403 .dropdown-menu.show .offer_column .offer_submenu_list li > a.dropdown-item {
  font-size: 1.6rem;
  text-transform: inherit;
  color: #FFFFFF;
  padding: 5px 0;
}
header .navbar-nav #menu-item-466 .dropdown-menu.show .offer_column .offer_submenu_list li > a.dropdown-item:hover, header .navbar-nav #menu-item-2403 .dropdown-menu.show .offer_column .offer_submenu_list li > a.dropdown-item:hover {
  background-color: inherit;
  color: #3AAA35;
}
header .navbar-nav #menu-item-466 .dropdown-menu.show .offer_column .offer_submenu_list li > a.dropdown-item:focus, header .navbar-nav #menu-item-2403 .dropdown-menu.show .offer_column .offer_submenu_list li > a.dropdown-item:focus {
  background-color: inherit;
}
header .navbar-nav #menu-item-466 .dropdown-menu.show .offer_column.species_list .offer_submenu_list, header .navbar-nav #menu-item-2403 .dropdown-menu.show .offer_column.species_list .offer_submenu_list {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
  /* permet le retour à la ligne */
  gap: 1rem;
  /* optionnel, pour espacer les éléments */
}
header .navbar-nav #menu-item-466 .dropdown-menu.show .offer_column.species_list .offer_submenu_list li, header .navbar-nav #menu-item-2403 .dropdown-menu.show .offer_column.species_list .offer_submenu_list li {
  flex: 0 0 48%;
  /* chaque élément prend 50% de la largeur */
  box-sizing: border-box;
  /* pour éviter les débordements avec padding */
}
header .navbar-nav #menu-item-466 .dropdown-menu.show .offer_column.species_list .offer_submenu_list li .dropdown-item, header .navbar-nav #menu-item-2403 .dropdown-menu.show .offer_column.species_list .offer_submenu_list li .dropdown-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
}
header .navbar-nav #menu-item-466 .dropdown-menu.show .offer_column.species_list .offer_submenu_list li .dropdown-item .img-fluid, header .navbar-nav #menu-item-2403 .dropdown-menu.show .offer_column.species_list .offer_submenu_list li .dropdown-item .img-fluid {
  filter: invert(100%) brightness(1000%);
  border: 1px solid #182865;
  border-radius: 50%;
  padding: 1px;
  margin-right: 15px;
  height: 43px;
  width: 43px;
}
header .navbar-nav #menu-item-466 .dropdown-menu.show .offer_column:not(.species_list) .offer_submenu_list > li, header .navbar-nav #menu-item-2403 .dropdown-menu.show .offer_column:not(.species_list) .offer_submenu_list > li {
  padding-left: 25px;
}
header .navbar-nav #menu-item-466 .dropdown-menu.show .offer_column:not(.species_list) .offer_submenu_list > li .dropdown-item, header .navbar-nav #menu-item-2403 .dropdown-menu.show .offer_column:not(.species_list) .offer_submenu_list > li .dropdown-item {
  position: relative;
}
header .navbar-nav #menu-item-466 .dropdown-menu.show .offer_column:not(.species_list) .offer_submenu_list > li .dropdown-item:before, header .navbar-nav #menu-item-2403 .dropdown-menu.show .offer_column:not(.species_list) .offer_submenu_list > li .dropdown-item:before {
  content: "";
  background: url(../img/arrow-white.svg) no-repeat;
  position: absolute;
  left: -20px;
  width: 10px;
  height: 11px;
  top: 13px;
}
header .navbar-nav #menu-item-466 .dropdown-menu.show .offer_column:not(.species_list) .offer_submenu_list > li.color_bluegreenbg a::before, header .navbar-nav #menu-item-2403 .dropdown-menu.show .offer_column:not(.species_list) .offer_submenu_list > li.color_bluegreenbg a::before {
  background: url(../img/arrow-bluegreen.svg) no-repeat;
}
header .navbar-nav #menu-item-466 .dropdown-menu.show .offer_column:not(.species_list) .offer_submenu_list > li.color_orangebg a::before, header .navbar-nav #menu-item-2403 .dropdown-menu.show .offer_column:not(.species_list) .offer_submenu_list > li.color_orangebg a::before {
  background: url(../img/arrow-orange.svg) no-repeat;
}
header .navbar-nav #menu-item-466 .dropdown-menu.show .offer_column:not(.species_list) .offer_submenu_list > li.color_brownbg a::before, header .navbar-nav #menu-item-2403 .dropdown-menu.show .offer_column:not(.species_list) .offer_submenu_list > li.color_brownbg a::before {
  background: url(../img/arrow-brown.svg) no-repeat;
}
header .navbar-nav #menu-item-466 .dropdown-menu.show .offer_column:not(.species_list) .offer_submenu_list > li.color_bluebg a::before, header .navbar-nav #menu-item-2403 .dropdown-menu.show .offer_column:not(.species_list) .offer_submenu_list > li.color_bluebg a::before {
  background: url(../img/arrow-lightblue.svg) no-repeat;
}
header .navbar-nav #menu-item-466 .dropdown-menu.show .offer_column:not(.species_list) .offer_submenu_list > li.color_greenbg a::before, header .navbar-nav #menu-item-2403 .dropdown-menu.show .offer_column:not(.species_list) .offer_submenu_list > li.color_greenbg a::before {
  background: url(../img/arrow-green.svg) no-repeat;
}
header .navbar-nav #menu-item-466 .dropdown-menu.show .offer_column:not(.species_list) .offer_submenu_list > li.color_purplebg a::before, header .navbar-nav #menu-item-2403 .dropdown-menu.show .offer_column:not(.species_list) .offer_submenu_list > li.color_purplebg a::before {
  background: url(../img/arrow-purple.svg) no-repeat;
}
header .navbar-nav #menu-item-466 .dropdown-menu.show .offer_column:not(.species_list) .offer_submenu_list > li.color_yellowbg a::before, header .navbar-nav #menu-item-2403 .dropdown-menu.show .offer_column:not(.species_list) .offer_submenu_list > li.color_yellowbg a::before {
  background: url(../img/arrow-yellow.svg) no-repeat;
}
header .navbar-nav #menu-item-466 .dropdown-menu.show .offer_column:not(.species_list) .offer_submenu_list > li.color_pinkbg a::before, header .navbar-nav #menu-item-2403 .dropdown-menu.show .offer_column:not(.species_list) .offer_submenu_list > li.color_pinkbg a::before {
  background: url(../img/arrow-pink.svg) no-repeat;
}
header .navbar-nav #menu-item-466 .dropdown-menu.show .offer_column.needs_list, header .navbar-nav #menu-item-2403 .dropdown-menu.show .offer_column.needs_list {
  grid-column: 2;
  grid-row: 1 / span 2;
  /* sur la hauteur des deux premiers si souhaité */
}
header .navbar-nav .wpml-ls-menu-item .dropdown-menu.show {
  background: #FFFFFF;
  color: #182865;
  position: absolute;
  padding: 10px;
  margin: -15px 0 0 -20px;
  left: inherit;
  right: inherit;
  width: inherit;
}
header .navbar-nav .wpml-ls-menu-item .dropdown-menu.show li a {
  padding: 5px;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  color: #182865;
}
header .navbar-nav .wpml-ls-menu-item .dropdown-menu.show li a .wpml-ls-display {
  display: block;
  width: 100%;
}
header .navbar-nav .wpml-ls-menu-item .dropdown-menu.show li a:hover {
  background-color: #182865;
  color: #FFFFFF;
}
.navbar-brand img {
  height: 66px;
}
@media (max-width: 576px) {
  .navbar-brand img {
    height: 53px;
  }
}
#menu-mobile {
  display: none;
}
@media (max-width: 1199px) {
  #menu-mobile {
    display: block;
    z-index: 99999;
    width: 45px;
    margin-top: -5px;
  }
}
/*** MENU MOBILE ***/
.menu-trigger {
  margin: 0;
  position: relative;
  cursor: pointer;
  z-index: 999;
}
.menu-trigger span {
  display: block;
  background: #182865;
}
.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;
  width: 22px;
}
.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: #182865;
}
.menu-trigger #cross span:nth-child(2) {
  width: 0%;
  height: 3px;
  background: #FFFFFF;
  position: absolute;
  left: 0px;
  top: 13px;
  transition-delay: 0.5s;
  background: #182865;
}
.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: url(../img/triangle-fond-footer.svg) no-repeat right top #182865;
  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%;
  }
}
@media (max-width: 1200px) {
  .menu-basic .offer_submenu > .dropdown-toggle {
    padding-left: 0;
  }
  .menu-basic .offer_submenu .species_list ul li {
    padding-left: 0 !important;
  }
  .menu-basic .offer_submenu .species_list ul li::before {
    display: none;
  }
  .menu-basic .offer_submenu .needs_list ul.offer_submenu_list li.color_bluegreenbg::before {
    background: url(../img/arrow-bluegreen.svg) no-repeat;
  }
  .menu-basic .offer_submenu .needs_list ul.offer_submenu_list li.color_orangebg::before {
    background: url(../img/arrow-orange.svg) no-repeat;
  }
  .menu-basic .offer_submenu .needs_list ul.offer_submenu_list li.color_brownbg::before {
    background: url(../img/arrow-brown.svg) no-repeat;
  }
  .menu-basic .offer_submenu .needs_list ul.offer_submenu_list li.color_bluebg::before {
    background: url(../img/arrow-lightblue.svg) no-repeat;
  }
  .menu-basic .offer_submenu .needs_list ul.offer_submenu_list li.color_greenbg::before {
    background: url(../img/arrow-green.svg) no-repeat;
  }
  .menu-basic .offer_submenu .needs_list ul.offer_submenu_list li.color_purplebg::before {
    background: url(../img/arrow-purple.svg) no-repeat;
  }
  .menu-basic .offer_submenu .needs_list ul.offer_submenu_list li.color_yellowbg::before {
    background: url(../img/arrow-yellow.svg) no-repeat;
  }
  .menu-basic .offer_submenu .needs_list ul.offer_submenu_list li.color_pinkbg::before {
    background: url(../img/arrow-pink.svg) no-repeat;
  }
  .menu-basic .offer_submenu .dropdown-menu {
    position: inherit;
    min-width: inherit;
    background-color: inherit;
  }
  .menu-basic .offer_submenu .dropdown-menu a.dropdown-item:focus {
    background-color: transparent;
  }
  .menu-basic .offer_submenu .dropdown-menu .offer_column .label {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 1.8rem;
  }
  .menu-basic .offer_submenu .dropdown-menu .offer_column .offer_submenu_list {
    padding: 0;
  }
  .menu-basic .offer_submenu .dropdown-menu .offer_column .offer_submenu_list li {
    text-transform: initial;
    font-weight: 400;
    font-size: 1.6rem;
    position: relative;
    padding-left: 25px;
    padding-bottom: 0;
    padding-top: 6px;
  }
  .menu-basic .offer_submenu .dropdown-menu .offer_column .offer_submenu_list li a {
    color: #FFFFFF;
    font-size: 1.8rem;
    font-weight: 400;
    text-transform: initial;
    padding: 0;
  }
  .menu-basic .offer_submenu .dropdown-menu .offer_column .offer_submenu_list li a:hover {
    background-color: inherit;
  }
  .menu-basic .offer_submenu .dropdown-menu .offer_column .offer_submenu_list li a .img-fluid {
    filter: invert(100%) brightness(1000%);
    border: 1px solid #182865;
    border-radius: 50%;
    padding: 1px;
    margin-right: 10px;
    height: 24px;
    width: 24px;
  }
  .menu-basic .offer_submenu .dropdown-menu .offer_column .offer_submenu_list li:before {
    content: "";
    background: url(../img/arrow-white.svg) no-repeat;
    position: absolute;
    left: 0;
    width: 10px;
    height: 11px;
    top: 13px;
  }
}
.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;
  padding: 0;
  text-align: left;
  display: block;
  background: none;
  padding-bottom: 40px;
}
.menu-basic ul.menu li a {
  text-transform: uppercase;
  font-weight: 900;
  color: #FFFFFF;
  font-size: 2.7rem;
}
.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: #E1E6EC;
}
.menu-basic.open {
  transform: translateX(0);
}
.rank-math-breadcrumb {
  padding: 20px 0 10px;
}
.rank-math-breadcrumb * {
  font-size: 1.3rem;
}
.rank-math-breadcrumb a {
  color: #182865 !important;
  font-weight: 400 !important;
}
/****************************************************************************/
/* BLOC HEADER PAGE
/****************************************************************************/
.page_header_banner_part, .archive_pdt_header {
  position: relative;
  padding-bottom: 85px;
  margin-bottom: 50px;
}
@media (max-width: 576px) {
  .page_header_banner_part, .archive_pdt_header {
    padding-bottom: 45px;
  }
}
.page_header_banner_part::before, .archive_pdt_header::before {
  background: linear-gradient(to right, rgba(236, 240, 243, 0.5), rgba(236, 240, 243, 0.8), rgba(236, 240, 243, 0.5));
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.page_header_banner_part .col-12, .archive_pdt_header .col-12 {
  z-index: 10;
}
.page_header_banner_part h1, .archive_pdt_header h1 {
  position: relative;
  padding-top: 80px;
}
.page_header_banner_part h1::after, .archive_pdt_header h1::after {
  content: "";
  background: url(../img/after-title-arrows.svg) no-repeat center;
  position: absolute;
  right: 35px;
  top: 0;
  width: 51px;
  height: 69px;
}
.page_header_banner_part .description, .archive_pdt_header .description {
  font-weight: 700;
}
.page_header_banner_part .description *, .archive_pdt_header .description * {
  font-weight: 700;
}
.archive_pdt_header {
  background: #E1E6EC;
}
.archive_pdt_header::before {
  content: "";
  left: 0;
  height: 100%;
  width: 540px;
  top: 0;
  position: absolute;
  background: url(../img/arrow-white-bg.svg) repeat;
}
@media (max-width: 768px) {
  .archive_pdt_header::before {
    width: 30%;
  }
}
.archive_pdt_header:after {
  content: "";
  left: 200px;
  height: 100%;
  width: 340px;
  top: 0;
  position: absolute;
  background: linear-gradient(to left, #E1E6EC, transparent);
}
@media (max-width: 768px) {
  .archive_pdt_header:after {
    width: 30%;
    left: 0;
  }
}
.archive_pdt_header.color-bluegreenbg {
  background-color: rgba(105, 192, 172, 0.2);
}
.archive_pdt_header.color-bluegreenbg::after {
  background: linear-gradient(to left, #E1F3EE, transparent);
}
.archive_pdt_header.color-brownbg {
  background-color: rgba(184, 161, 145, 0.2);
}
.archive_pdt_header.color-brownbg::after {
  background: linear-gradient(to left, #F1ECE9, transparent);
}
.archive_pdt_header.color-yellowbg {
  background-color: rgba(255, 217, 98, 0.2);
}
.archive_pdt_header.color-yellowbg::after {
  background: linear-gradient(to left, #FEF8DF, transparent);
}
.archive_pdt_header.color-pinkbg {
  background-color: rgba(243, 155, 155, 0.2);
}
.archive_pdt_header.color-pinkbg::after {
  background: linear-gradient(to left, #FDEBEB, transparent);
}
.archive_pdt_header.color-purplebg {
  background-color: rgba(198, 163, 204, 0.2);
}
.archive_pdt_header.color-purplebg::after {
  background: linear-gradient(to left, #F4EDF5, transparent);
}
.archive_pdt_header.color-orangebg {
  background-color: rgba(247, 171, 89, 0.2);
}
.archive_pdt_header.color-orangebg::after {
  background: linear-gradient(to left, #FEEEDE, transparent);
}
.archive_pdt_header.color-greenbg {
  background-color: rgba(190, 213, 107, 0.2);
}
.archive_pdt_header.color-greenbg::after {
  background: linear-gradient(to left, #F2F7E1, transparent);
}
.archive_pdt_header.color-bluebg {
  background-color: rgba(147, 193, 233, 0.2);
}
.archive_pdt_header.color-bluebg::after {
  background: linear-gradient(to left, #E9F3FB, transparent);
}
.tax-espece .archive_pdt_header img.icon {
  width: 100px;
  height: 100px;
}
.tax-espece .archive_pdt_header h1 {
  padding-top: 20px;
}
.tax-espece .archive_pdt_header h1::after {
  top: -40px;
}
.page-template-page-rgpd .archive_pdt_header, .page-template-page-contact .archive_pdt_header, .error404 .archive_pdt_header {
  padding-bottom: 0;
}
.page-template-page-contact .leftbloc {
  padding-left: 70px;
}
@media (max-width: 576px) {
  .page-template-page-contact .leftbloc {
    padding-left: calc(var(--bs-gutter-x)/ 2);
  }
}
.page-template-page-contact .leftbloc h1 {
  position: relative;
  padding-top: 30px;
  margin-bottom: 23px;
}
.page-template-page-contact .leftbloc h1::before {
  content: "";
  background: url(../img/contact-before-title.svg) no-repeat center;
  position: absolute;
  left: -65px;
  top: -35px;
  width: 51px;
  height: 69px;
}
@media (max-width: 576px) {
  .page-template-page-contact .leftbloc h1::before {
    width: 31px;
    left: 0;
    height: 49px;
    background-size: contain;
  }
}
.page-template-page-contact .leftbloc .icon {
  margin-right: 10px;
  margin-top: -8px;
}
.page-template-page-contact .leftbloc .desc {
  margin-bottom: 35px;
  font-weight: 700;
}
.page-template-page-contact .leftbloc .desc + .row {
  margin-bottom: 50px;
}
.page-template-page-contact .leftbloc .desc + .row a {
  color: #182865 !important;
  font-weight: 400 !important;
}
/****************************************************************************/
/* BLOC ANCRES
/****************************************************************************/
.anchor_part {
  padding: 50px 0;
}
/****************************************************************************/
/* BLOC VIDEOS
/****************************************************************************/
.videos_part {
  padding: 100px 0 120px;
}
@media (max-width: 768px) {
  .videos_part {
    padding: 50px 0 60px;
  }
}
.videos_part .d-flex {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  .videos_part .d-flex {
    display: block !important;
  }
}
.videos_part .d-flex h3 {
  color: #182865;
}
.videos_part .d-flex .introbloc {
  color: #182865;
  text-transform: initial;
  max-width: 600px;
  font-size: 2.3rem;
  font-weight: 900;
}
@media (max-width: 768px) {
  .videos_part .d-flex .introbloc {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 1200px) {
  .videos_part .youtube-video {
    margin-bottom: 10px;
  }
}
/****************************************************************************/
/* BLOC SERVICES
/****************************************************************************/
.service_part {
  padding: 25px 0;
}
@media (max-width: 1200px) {
  .service_part .mediacontent {
    order: 1 !important;
    margin-bottom: 20px;
  }
}
.service_part .mediacontent.order-1 {
  padding-right: 50px;
}
@media (max-width: 1200px) {
  .service_part .mediacontent.order-1 {
    padding-right: calc(var(--bs-gutter-x)/ 2);
  }
}
.service_part .mediacontent.order-2 {
  padding-left: 50px;
}
@media (max-width: 1200px) {
  .service_part .mediacontent.order-2 {
    padding-left: calc(var(--bs-gutter-x)/ 2);
  }
}
.service_part p.icon {
  margin-bottom: 21px;
}
.service_part p.icon img {
  max-width: 115px;
  max-height: 115px;
}
@media (max-width: 1200px) {
  .service_part p.icon img {
    max-width: 85px;
  }
}
/****************************************************************************/
/* BLOC ESPECES
/****************************************************************************/
.home_species_part {
  padding: 67px 0 90px;
}
.home_species_part .desc {
  margin-bottom: 45px;
}
.home_species_part .item {
  text-align: center;
}
@media (max-width: 992px) {
  .home_species_part .item {
    margin-bottom: 20px;
  }
}
.home_species_part .item .icon img {
  border: 2px solid #182865;
  border-radius: 50%;
  padding: 10px;
  max-width: 140px;
  margin-bottom: 20px;
  -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;
}
.home_species_part .item h3.name {
  font-weight: 700;
  background: url(../img/arrow-blue.svg) no-repeat right top 4px;
  padding-right: 31px;
  font-size: 1.8rem;
  text-transform: initial;
  color: #182865;
  background-size: 15px;
  display: table;
  -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: auto;
}
.home_species_part .item:hover .icon img {
  border-color: #3AAA35;
  filter: invert(57%) sepia(78%) saturate(537%) hue-rotate(73deg) brightness(90%) contrast(91%);
}
.home_species_part .item:hover h3.name {
  background: url(../img/arrow-deepgreen.svg) no-repeat right top 4px;
  background-size: 15px;
  color: #359730;
}
/****************************************************************************/
/* BLOC MEDIA TEXTE 
/****************************************************************************/
.txt_media_part {
  padding: 50px 0;
}
.txt_media_part .mediacontent {
  padding-right: 50px;
}
@media (max-width: 991px) {
  .txt_media_part .mediacontent {
    padding-right: calc(var(--bs-gutter-x)/ 2);
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .txt_media_part .mediacontent {
    margin-bottom: 15px;
  }
}
.txt_media_part .mediacontent.order-lg-2 {
  padding-left: 50px;
  padding-right: calc(var(--bs-gutter-x)/ 2);
}
@media (max-width: 991px) {
  .txt_media_part .mediacontent.order-lg-2 {
    padding-left: calc(var(--bs-gutter-x)/ 2);
  }
}
.txt_media_part .textcontent h3.h2 {
  text-transform: initial;
  color: #182865;
}
/****************************************************************************/
/* BLOC LINK TEXTE
/****************************************************************************/
.txt_links_part {
  padding: 100px 0;
  position: relative;
}
@media (max-width: 768px) {
  .txt_links_part {
    padding: 50px 0;
  }
}
.txt_links_part .contenttext {
  z-index: 999;
}
.txt_links_part .contenttext h2 {
  margin-bottom: 36px;
}
.txt_links_part .contenttext h2 .rightalign {
  display: block;
  text-align: right;
}
.txt_links_part .contenttext .desc {
  font-weight: 600;
  width: 80%;
}
@media (max-width: 768px) {
  .txt_links_part .contenttext .desc {
    width: 100%;
  }
}
.txt_links_part .contenttext a.link {
  font-weight: 600;
  background: url(../img/arrow-deepgreen.svg) no-repeat top 14px left;
  padding: 10px 0 10px 40px;
  position: relative;
  overflow: hidden;
  margin-top: 0;
  display: inline-block;
  -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;
}
.txt_links_part .contenttext a.link::before {
  content: "";
  background: url(../img/slick-slider-right.svg) no-repeat center;
  left: -40px;
  width: 31px;
  height: 36px;
  position: absolute;
  background-size: contain;
  -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: 6px;
}
.txt_links_part .contenttext a.link::after {
  content: "";
  width: 0;
  height: 2px;
  background: #182865;
  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;
  left: 40px;
  bottom: 7px;
}
.txt_links_part .contenttext a.link:hover {
  padding-left: 60px;
  color: inherit;
}
.txt_links_part .contenttext a.link:hover::before {
  left: 14px;
}
.txt_links_part .contenttext a.link:hover::after {
  left: 60px;
  width: 100%;
}
.txt_links_part::before {
  content: "";
  left: 0;
  height: 100%;
  width: 540px;
  top: 0;
  position: absolute;
  background: url(../img/arrow-white-bg.svg) repeat;
}
@media (max-width: 768px) {
  .txt_links_part::before {
    width: 30%;
  }
}
.txt_links_part::after {
  content: "";
  left: 200px;
  height: 100%;
  width: 340px;
  top: 0;
  position: absolute;
  background: linear-gradient(to left, #E1E6EC, transparent);
}
@media (max-width: 768px) {
  .txt_links_part::after {
    width: 30%;
    left: 0;
  }
}
/****************************************************************************/
/* BLOC BESOINS 
/****************************************************************************/
.home_needs_part {
  padding: 80px 0;
}
.home_needs_part .needs_slider {
  padding-bottom: 55px;
  padding-top: 25px;
}
.home_needs_part .needs_slider .slick-track {
  display: flex !important;
}
.home_needs_part .needs_slider .slick-disabled {
  opacity: 0.5;
}
.home_needs_part .needs_slider .item {
  height: inherit !important;
  padding: 30px 1.5rem;
  position: relative;
}
.home_needs_part .needs_slider .item:hover::before {
  content: "";
  background: url(../img/after-title-arrows.svg) no-repeat center;
  position: absolute;
  right: 28px;
  top: 0;
  width: 37px;
  z-index: 100;
  animation: tilt-shaking 0.3s infinite;
  height: 52px;
  background-size: 35px;
}
.home_needs_part .needs_slider .item:hover::after {
  content: "";
  background: url(../img/after-blogitem-arrows.svg) no-repeat center;
  position: absolute;
  bottom: 0;
  left: 28px;
  z-index: 100;
  animation: tilt-shaking 0.3s infinite;
  width: 37px;
  height: 52px;
  background-size: 35px;
}
.home_needs_part .needs_slider .item .withborder {
  height: 100%;
  padding: 65px 30px;
  position: relative;
}
.home_needs_part .needs_slider .item .withborder::after {
  content: "";
  border: 3px solid #182865;
  transform: rotate(2deg);
  -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;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.home_needs_part .needs_slider .item .withborder:hover::after {
  animation: tilt-shaking 0.3s infinite;
}
.home_needs_part .needs_slider .item .withborder .bloccontent h3 {
  font-size: 2.6rem;
  color: #182865;
}
.home_needs_part .needs_slider .item .withborder .bloccontent .excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}
.home_needs_part .needs_slider .item .withborder .bloccontent span.link {
  background-size: 15px;
  background-position: left top 6px;
}
.home_needs_part .needs_slider .item .withborder.color-orangebg::after {
  border-color: #F7AB59;
}
.home_needs_part .needs_slider .item .withborder.color-orangebg span.link {
  background-image: url(../img/arrow-orange.svg);
}
.home_needs_part .needs_slider .item .withborder.color-orangebg:hover {
  background-color: rgba(247, 171, 89, 0.1);
}
.home_needs_part .needs_slider .item .withborder.color-bluegreenbg::after {
  border-color: #69C0AC;
}
.home_needs_part .needs_slider .item .withborder.color-bluegreenbg span.link {
  background-image: url(../img/arrow-bluegreen.svg);
}
.home_needs_part .needs_slider .item .withborder.color-bluegreenbg:hover {
  background-color: rgba(105, 192, 172, 0.1);
}
.home_needs_part .needs_slider .item .withborder.color-brownbg::after {
  border-color: #B8A191;
}
.home_needs_part .needs_slider .item .withborder.color-brownbg span.link {
  background-image: url(../img/arrow-brown.svg);
}
.home_needs_part .needs_slider .item .withborder.color-brownbg:hover {
  background-color: rgba(184, 161, 145, 0.1);
}
.home_needs_part .needs_slider .item .withborder.color-yellowbg::after {
  border-color: #FFD962;
}
.home_needs_part .needs_slider .item .withborder.color-yellowbg span.link {
  background-image: url(../img/arrow-yellow.svg);
}
.home_needs_part .needs_slider .item .withborder.color-yellowbg:hover {
  background-color: rgba(255, 217, 98, 0.1);
}
.home_needs_part .needs_slider .item .withborder.color-pinkbg::after {
  border-color: #F39B9B;
}
.home_needs_part .needs_slider .item .withborder.color-pinkbg span.link {
  background-image: url(../img/arrow-pink.svg);
}
.home_needs_part .needs_slider .item .withborder.color-pinkbg:hover {
  background-color: rgba(243, 155, 155, 0.1);
}
.home_needs_part .needs_slider .item .withborder.color-purplebg::after {
  border-color: #C6A3CC;
}
.home_needs_part .needs_slider .item .withborder.color-purplebg span.link {
  background-image: url(../img/arrow-purple.svg);
}
.home_needs_part .needs_slider .item .withborder.color-purplebg:hover {
  background-color: rgba(198, 163, 204, 0.1);
}
.home_needs_part .needs_slider .item .withborder.color-greenbg::after {
  border-color: #BED56B;
}
.home_needs_part .needs_slider .item .withborder.color-greenbg span.link {
  background-image: url(../img/arrow-green.svg);
}
.home_needs_part .needs_slider .item .withborder.color-greenbg:hover {
  background-color: rgba(190, 213, 107, 0.1);
}
.home_needs_part .needs_slider .item .withborder.color-bluebg::after {
  border-color: #93C1E9;
}
.home_needs_part .needs_slider .item .withborder.color-bluebg span.link {
  background-image: url(../img/arrow-lightblue.svg);
}
.home_needs_part .needs_slider .item .withborder.color-bluebg:hover {
  background-color: rgba(147, 193, 233, 0.1);
}
.home_needs_part .needs_slider .item:nth-child(odd) .withborder::after {
  transform: rotate(-2deg);
}
.home_needs_part .needs_slider .item:nth-child(odd) .withborder:hover::after {
  transform: rotate(2deg);
}
.wa-btn-text-only {
  animation: tilt-shaking 0.3s infinite;
}
@keyframes tilt-shaking {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(0eg);
  }
  75% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/****************************************************************************/
/* BLOC SOLUTIONS 
/****************************************************************************/
.home_solutions_part {
  padding: 65px 0 77px;
}
@media (max-width: 992px) {
  .home_solutions_part .item {
    margin-bottom: 15px;
  }
}
.home_solutions_part .item .bloccontent {
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #FFFFFF;
  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;
  height: 450px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .home_solutions_part .item .bloccontent {
    height: auto;
  }
}
.home_solutions_part .item .bloccontent .img {
  background: #FFFFFF;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  -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) {
  .home_solutions_part .item .bloccontent .img {
    height: 200px;
  }
}
.home_solutions_part .item .bloccontent .desc {
  position: absolute;
  transform: translateY(130%);
}
@media (max-width: 576px) {
  .home_solutions_part .item .bloccontent .desc {
    transform: translateY(0);
    position: relative;
  }
}
.home_solutions_part .item .bloccontent .txt {
  padding: 40px 43px 40px;
}
.home_solutions_part .item .bloccontent .txt h3 {
  font-size: 2.6rem;
  color: #182865;
  line-height: 31px;
  text-transform: uppercase;
}
.home_solutions_part .item .bloccontent .txt .link:hover {
  color: inherit;
}
.home_solutions_part .item:hover .bloccontent {
  overflow: visible;
  background: rgba(255, 255, 255, 0.7);
}
.home_solutions_part .item:hover .bloccontent::before {
  content: "";
  background: url(../img/after-title-arrows.svg) no-repeat center;
  background-size: auto;
  position: absolute;
  right: 28px;
  top: -30px;
  width: 37px;
  z-index: 100;
  animation: tilt-shaking 0.3s infinite;
  height: 52px;
  background-size: 35px;
}
.home_solutions_part .item:hover .bloccontent .img {
  height: 0;
}
.home_solutions_part .item:hover .bloccontent .img img {
  height: 0;
}
.home_solutions_part .item:hover .bloccontent .desc {
  transform: translateY(0);
  position: relative;
}
.home_solutions_part .item:hover .bloccontent .txt {
  padding: 40px 43px 40px;
}
.home_solutions_part .item:hover .bloccontent .txt h3 {
  padding-top: 80px;
}
.cta_part {
  background: url(../img/background-linear-gradient-1.jpg) no-repeat center / cover;
}
.cta_part .image_content {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cta_part .image_content {
    padding-right: calc(var(--bs-gutter-x)/ 2);
  }
}
.cta_part .image_content .cta_bg {
  height: 100%;
}
.cta_part .image_content .cta_bg img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cta_part .image_content .cta_bg img {
    height: auto;
    width: 100%;
  }
}
.cta_part .cta_content {
  padding-right: 70px;
  padding-left: 70px;
  max-width: 850px;
  padding-top: 85px;
  padding-bottom: 75px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cta_part .cta_content {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.cta_part .cta_content h2 {
  text-transform: uppercase;
  line-height: 56px;
  font-size: 5.7rem;
}
@media (max-width: 768px) {
  .cta_part .cta_content h2 {
    font-size: 3.1rem;
    line-height: 33px;
  }
}
@media (max-width: 576px) {
  .cta_part .cta_content h2 {
    font-size: 2.7rem;
    line-height: 30px;
  }
}
.cta_part .cta_content h3 {
  color: #182865;
  text-transform: initial;
}
/****************************************************************************/
/* HOMEPAGE
/****************************************************************************/
.home_slider_part {
  position: relative;
}
@media (max-width: 992px) {
  .home_slider_part {
    display: flex;
    flex-direction: column;
  }
}
.home_slider_part .home_slider {
  padding-bottom: 0;
}
@media (max-width: 992px) {
  .home_slider_part .home_slider {
    order: 1;
    height: 400px;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .home_slider_part .home_slider .slick-list, .home_slider_part .home_slider .slick-track {
    height: 100%;
  }
}
.home_slider_part .home_slider .slick-slide img {
  width: 100%;
}
@media (max-width: 992px) {
  .home_slider_part .home_slider .slick-slide img {
    height: 100%;
    object-fit: cover;
  }
}
.home_slider_part .slick-arrow {
  bottom: 40px;
}
.home_slider_part .slick-arrow.slick-prev {
  right: 95px;
  left: auto;
  background: url(../img/slick-slider-left-white.svg) no-repeat center;
  background-size: 25px;
}
@media (max-width: 576px) {
  .home_slider_part .slick-arrow.slick-prev {
    right: 45px;
  }
}
.home_slider_part .slick-arrow.slick-next {
  right: 60px;
  background: url(../img/slick-slider-right-white.svg) no-repeat center;
  background-size: 25px;
}
@media (max-width: 576px) {
  .home_slider_part .slick-arrow.slick-next {
    right: 10px;
  }
}
.home_slider_part .slick-arrow:hover {
  background-size: 35px;
}
.home_slider_part svg.headerfilter {
  position: absolute;
  left: -3px;
  width: 100%;
  top: 0;
  z-index: 99;
  height: 100%;
}
@media (max-width: 992px) {
  .home_slider_part svg.headerfilter {
    height: 340px;
    width: auto;
    max-width: 100%;
  }
}
.home_slider_part .overlay {
  position: absolute;
  z-index: 1000;
  max-width: 573px;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 40px;
}
@media (max-width: 992px) {
  .home_slider_part .overlay {
    order: 2;
    background: #182865;
    max-width: 100%;
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    padding: 30px 10px;
  }
}
.home_slider_part .overlay h1 {
  font-size: 3rem;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 60px;
}
@media (max-width: 576px) {
  .home_slider_part .overlay h1 {
    font-size: 2rem;
    line-height: 30px;
  }
}
.home_slider_part .overlay h1 span {
  display: block;
  font-weight: 900;
  font-size: 7.3rem;
}
@media (max-width: 1200px) {
  .home_slider_part .overlay h1 span {
    font-size: 5.3rem;
  }
}
@media (max-width: 576px) {
  .home_slider_part .overlay h1 span {
    font-size: 3.3rem;
    line-height: 40px;
  }
}
.draw-path {
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  animation: draw 2s ease forwards;
  opacity: 0;
}
/* Appliquer un délai différent à chaque triangle */
.draw-path:nth-of-type(2n+3) {
  animation-delay: 0s;
}
.draw-path:nth-of-type(2n+4) {
  animation-delay: 0.5s;
}
.draw-path:nth-of-type(2n+1) {
  animation-delay: 1s;
}
.draw-path:nth-of-type(2n+2) {
  animation-delay: 1.5s;
}
/* Continue autant que nécessaire… */
@keyframes draw {
  0% {
    stroke-dashoffset: 600;
    opacity: 0;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}
/****************************************************************************/
/* FICHE PRODUIT
/****************************************************************************/
.woocommerce .infoblocproduit {
  text-align: center;
}
.woocommerce .infoblocproduit .product-intro {
  display: inline-block;
  text-align: left;
}
.woocommerce .woocommerce-product-gallery .woocommerce-product-gallery__image {
  width: 500px;
  max-width: 100%;
}
.woocommerce .woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
  /*width: 120px !important;
        border: 1px solid $lightgrey;
        margin: 10px;
        padding: 10px;*/
}
.woocommerce .woocommerce-product-gallery .woocommerce-product-gallery__image img {
  /*  max-height : 500px ;
        max-width : 500px;
        width : auto ;*/
}
@media (max-width: 768px) {
  .woocommerce .woocommerce-product-gallery .woocommerce-product-gallery__image img {
    width: auto !important;
    margin: auto !important;
  }
}
.woocommerce .entry-summary h1 {
  font-size: 4.3rem;
  position: relative;
}
.woocommerce .entry-summary h1::before {
  content: "";
  background: url(../img/title-product-before.svg) no-repeat center;
  position: absolute;
  left: -65px;
  top: -70px;
  width: 49px;
  height: 69px;
}
.woocommerce .entry-summary .woocommerce-product-details__short-description {
  font-weight: 700;
}
.woocommerce .entry-summary .woocommerce-product-details__short-description p strong {
  font-weight: 900;
  font-size: 1.7rem;
  color: #359730;
  text-transform: uppercase;
}
.woocommerce .entry-summary .species-list {
  padding-left: 0;
  margin: 32px 0 20px;
}
.woocommerce .entry-summary .species-list li {
  display: inline-block;
  margin-right: 80px;
}
.woocommerce .entry-summary .species-list li > img {
  border: 1px solid #182865;
  width: 45px;
  height: 45px;
  padding: 5px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
}
.woocommerce .entry-summary .tags-list {
  padding-left: 0;
  margin: 20px 0 20px;
  color: #359730;
}
.woocommerce .entry-summary .tags-list li > img {
  margin-right: 15px;
  width: 45px;
  height: 45px;
}
.woocommerce .entry-summary .tags-list li + li {
  margin-top: 16px;
}
.woocommerce .entry-summary .product_action {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  justify-content: space-between;
  align-items: center;
}
.woocommerce .entry-summary .product_action a.scroll-to-tabs {
  font-weight: 600;
  padding-right: 30px;
  background: url(../img/arrow-select.svg) no-repeat right 10px top 11px transparent;
}
@media (max-width: 576px) {
  .woocommerce .entry-summary .product_action a.scroll-to-tabs {
    display: none;
  }
}
.woocommerce .entry-summary .product_action .pdt_availability {
  display: block;
  width: 100%;
  text-align: right;
  margin-top: 27px;
}
.woocommerce .entry-summary .product-slogan {
  font-weight: 900;
  font-size: 1.7rem;
  line-height: initial;
  color: #3AAA35;
  margin: 10px 0;
  text-transform: uppercase;
}
.woocommerce .accordion {
  display: inline-block;
  width: 100%;
}
.woocommerce .accordion .accordion-header {
  margin-bottom: 0;
}
.woocommerce .accordion .accordion-header .accordion-button {
  background: transparent;
  border: none;
  padding: 15px 0;
  font-size: 3.1rem;
  font-weight: 900;
  color: #182865;
}
.woocommerce .accordion .accordion-header .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.woocommerce .accordion .accordion-header .accordion-button::after {
  font-size: 3.1rem;
  font-weight: 900;
  color: #182865;
  background: none;
  content: "+";
  width: auto;
  height: auto;
  transform: none;
}
.woocommerce .accordion .accordion-header .accordion-button:not(.collapsed) {
  color: #359730;
}
.woocommerce .accordion .accordion-header .accordion-button:not(.collapsed)::after {
  color: #359730;
  content: "-";
}
.woocommerce .accordion .accordion-collapse {
  border: none;
}
.woocommerce .accordion .accordion-collapse .accordion-body {
  background: #E1E6EC;
  padding: 45px 55px;
}
@media (max-width: 768px) {
  .woocommerce .accordion .accordion-collapse .accordion-body {
    padding: 25px;
  }
}
.woocommerce .accordion .accordion-collapse .accordion-body h2 {
  font-size: 4.1rem;
}
@media (max-width: 768px) {
  .woocommerce .accordion .accordion-collapse .accordion-body h2 {
    font-size: 3.1rem;
  }
}
.woocommerce .accordion .accordion-collapse .accordion-body ul {
  list-style-type: circle;
}
.woocommerce .accordion .accordion-collapse .accordion-body ul li {
  list-style-type: disc;
}
.woocommerce .up-sells {
  background-color: #E1E6EC;
  position: relative;
  padding: 75px 0 5px;
}
.woocommerce .up-sells .col-12 {
  z-index: 10;
}
.woocommerce .up-sells .col-12 h2 {
  margin-bottom: 21px;
}
.woocommerce .up-sells::before {
  content: "";
  left: 0;
  height: 100%;
  width: 540px;
  top: 0;
  position: absolute;
  background: url(../img/arrow-white-bg.svg) repeat;
}
@media (max-width: 576px) {
  .woocommerce .up-sells::before {
    width: 200px;
  }
}
.woocommerce .up-sells::after {
  content: "";
  left: 200px;
  height: 100%;
  width: 340px;
  top: 0;
  position: absolute;
  background: linear-gradient(to left, #E1E6EC, transparent);
}
@media (max-width: 576px) {
  .woocommerce .up-sells::after {
    left: 0;
    width: 200px;
  }
}
.woocommerce .related.products {
  padding: 90px 0 20px;
}
.woocommerce .related.products .col-12 h2 {
  margin-bottom: 21px;
}
.woocommerce .related.products ul.products li.type-product {
  width: 96%;
}
@media (max-width: 576px) {
  .woocommerce .related.products ul.products li.type-product {
    width: 100%;
  }
}
.woocommerce.single-product .cta_part {
  margin-top: 90px;
  text-align: left;
}
.woocommerce.single-product .archive_pdt_header {
  padding-bottom: 0;
}
.product-testimonials {
  padding: 80px 0 100px;
}
.product-testimonials h3 {
  text-align: center;
  text-transform: initial;
  margin-bottom: 45px;
  color: #182865;
}
@media (max-width: 1200px) {
  .product-testimonials .testimonial-list {
    padding: 0 50px;
  }
}
.product-testimonials .testimonial-list .testimonial-item {
  padding: 50px;
  margin: 10px;
  text-align: left;
  position: relative;
}
.product-testimonials .testimonial-list .testimonial-item p.name {
  font-weight: 900;
  padding-left: 31px;
  background: url(../img/arrow-bluegreen.svg) no-repeat left top 5px;
  background-size: 15px;
  display: block;
  margin-top: 7px;
}
.product-testimonials .testimonial-list .testimonial-item::before {
  content: "";
  background: url(../img/testimony-before-quote.svg) no-repeat center;
  transform: rotate(2deg);
  -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;
  position: absolute;
  left: -50px;
  top: -50px;
  height: 88px;
  width: 130px;
}
@media (max-width: 1200px) {
  .product-testimonials .testimonial-list .testimonial-item::before {
    height: 58px;
    width: 90px;
    background-size: contain;
  }
}
.product-testimonials .testimonial-list .testimonial-item::after {
  content: "";
  border: 3px solid #69C0AC;
  transform: rotate(2deg);
  -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;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.product-testimonials .testimonial-list .col-12 + .col-12 .testimonial-item p.name {
  background: url(../img/arrow-pink.svg) no-repeat left top 5px;
  background-size: 15px;
}
.product-testimonials .testimonial-list .col-12 + .col-12 .testimonial-item::before {
  background: url(../img/testimony-after-quote.svg) no-repeat center;
  right: -50px;
  left: auto;
}
@media (max-width: 1200px) {
  .product-testimonials .testimonial-list .col-12 + .col-12 .testimonial-item::before {
    height: 58px;
    width: 90px;
    background-size: contain;
  }
}
.product-testimonials .testimonial-list .col-12 + .col-12 .testimonial-item::after {
  border: 3px solid #F39B9B;
  transform: rotate(-2deg);
}
.filter_part, .woocommerce-ordering {
  margin-bottom: 30px;
}
.filter_part .open_filter, .filter_part select, .woocommerce-ordering .open_filter, .woocommerce-ordering select {
  background: transparent;
  border: none;
  font-weight: 600;
  color: #182865;
  margin-right: 35px;
}
.filter_part .filter_btn, .woocommerce-ordering .filter_btn {
  margin-right: 35px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .filter_part .open_filter {
    display: none;
  }
}
.woocommerce .woocommerce-ordering {
  display: none !important;
  margin-top: -42px;
}
@media (max-width: 576px) {
  .woocommerce .woocommerce-ordering {
    margin-top: 30px;
    width: 100%;
  }
}
.woocommerce .woocommerce-ordering + .products {
  padding-top: 37px;
}
@media (max-width: 576px) {
  .woocommerce .woocommerce-ordering + .products {
    padding-top: 7px;
  }
}
.woocommerce ul.products li.type-product {
  position: relative;
  width: 23.5%;
  text-align: left;
  margin-right: 1.5%;
}
.woocommerce ul.products li.type-product::before {
  display: none;
}
.woocommerce ul.products li.type-product a {
  color: inherit !important;
}
.woocommerce ul.products li.type-product a .product-thumbnail {
  border: 1px solid #E1E6EC;
  display: flex;
  background: #FFFFFF;
  padding: 20px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 15px;
  height: 290px;
}
.woocommerce ul.products li.type-product a .product-thumbnail img {
  max-height: 250px;
  -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);
  max-width: 250px;
  width: auto;
  margin-bottom: 0;
}
.woocommerce ul.products li.type-product a .woocommerce-product-short-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}
.woocommerce ul.products li.type-product a .woocommerce-product-short-description p {
  font-weight: 400;
}
.woocommerce ul.products li.type-product a h2.woocommerce-loop-product__title {
  font-size: 2.2rem;
  line-height: 25px;
  padding: 0 0 3px;
  font-weight: 900;
}
@media (max-width: 576px) {
  .woocommerce ul.products li.type-product a h2.woocommerce-loop-product__title {
    font-size: 1.9rem;
    line-height: 22px;
  }
}
.woocommerce ul.products li.type-product a span.link {
  margin-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;
}
@media (max-width: 576px) {
  .woocommerce ul.products li.type-product a span.link {
    font-size: 1.6rem;
    font-weight: 600;
  }
}
.woocommerce ul.products li.type-product a:hover {
  color: inherit;
}
.woocommerce ul.products li.type-product a:hover .product-thumbnail img {
  transform: scale(1.05);
}
.woocommerce ul.products li.type-product a:hover span.link {
  margin-left: 15px;
}
.woocommerce ul.products li.type-product a .product-badge {
  position: absolute;
  right: 0;
  top: 41px;
  z-index: 9;
  background-color: #3AAA35;
  color: #FFFFFF;
  font-weight: 900;
  font-size: 1.3rem;
  text-transform: uppercase;
  text-align: center;
  padding: 6px 18px;
}
.archive_pdt_filters {
  position: fixed;
  left: 0;
  top: 0;
  width: 512px;
  height: 100vh;
  background-color: #182865;
  display: block;
  transform: translateX(-100%);
  transition: all 0.8s cubic-bezier(0.99, 0.01, 0.02, 0.99);
  z-index: 9999;
  padding: 60px 50px 60px;
  overflow-x: hidden;
}
.archive_pdt_filters .close_btn {
  position: relative;
  float: right;
  height: 48px;
  width: 48px;
  background-color: transparent;
}
.archive_pdt_filters .close_btn:before {
  content: "";
  background: url(../img/close.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 24px;
  height: 48px;
  width: 48px;
  top: -24px;
}
.archive_pdt_filters .close_btn:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .archive_pdt_filters {
    width: 90%;
    padding: 60px 20px;
  }
}
.archive_pdt_filters.active {
  transform: translateX(0);
}
.archive_pdt_filters p.h3 {
  font-size: 1.6rem;
  margin-bottom: 23px;
}
.archive_pdt_filters .accordion .accordion-item .accordion-button {
  font-size: 2.6rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #FFFFFF;
  border: none;
  padding: 0;
}
@media (max-width: 576px) {
  .archive_pdt_filters .accordion .accordion-item .accordion-button {
    font-size: 2rem;
  }
}
.archive_pdt_filters .accordion .accordion-item .accordion-button::after {
  background: url(../img/filter-arrow-down.svg) no-repeat;
  width: 15px;
  height: 13px;
}
.archive_pdt_filters .accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
  outline: none;
}
.archive_pdt_filters .accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
}
.archive_pdt_filters .accordion .accordion-item .accordion-collapse .accordion-body {
  background: transparent;
  color: #FFFFFF;
  padding: 25px 0;
}
.archive_pdt_filters .accordion .accordion-item .accordion-collapse .accordion-body .facetwp-checkbox {
  background: none;
  position: relative;
  margin-bottom: 8px;
  padding-left: 26px;
}
.archive_pdt_filters .accordion .accordion-item .accordion-collapse .accordion-body .facetwp-checkbox::before {
  content: "";
  border: 1px solid #FFFFFF;
  border-radius: 2px;
  background: transparent;
  width: 15px;
  height: 15px;
  -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;
  position: absolute;
  left: 0;
  top: 5px;
}
.archive_pdt_filters .accordion .accordion-item .accordion-collapse .accordion-body .facetwp-checkbox.checked::before {
  background: #FFFFFF;
}
.archive_pdt_filters .accordion .accordion-item .accordion-collapse .accordion-body .facetwp-depth {
  margin-left: 34px;
}
.archive_pdt_filters .accordion + .accordion {
  padding-top: 20px;
  margin-top: 22px;
  border-top: 1px solid #FFFFFF;
}
.archive_pdt_filters .filter-actions {
  margin-top: 40px;
}
.reassurance_part {
  padding: 40px 0;
}
.reassurance_part .item {
  max-width: 315px;
  margin: 0 25px;
  text-align: center;
}
@media (max-width: 992px) {
  .reassurance_part .item {
    margin-bottom: 30px;
  }
}
.reassurance_part .item .h3 {
  color: #182865;
  margin-top: 25px;
}
@media (max-width: 992px) {
  .reassurance_part .item .h3 {
    margin-top: 15px;
  }
}
/****************************************************************************/
/* ARCHIVES
/****************************************************************************/
.archive .txt_seo_part {
  background-color: #E1E6EC;
  position: relative;
  padding: 70px 0;
}
.archive .txt_seo_part .contenttext {
  z-index: 999;
}
.archive .txt_seo_part::before {
  content: "";
  left: 0;
  height: 100%;
  width: 540px;
  top: 0;
  position: absolute;
  background: url(../img/arrow-white-bg.svg) repeat;
}
@media (max-width: 768px) {
  .archive .txt_seo_part::before {
    width: 200px;
  }
}
.archive .txt_seo_part::after {
  content: "";
  left: 200px;
  height: 100%;
  width: 340px;
  top: 0;
  position: absolute;
  background: linear-gradient(to left, #E1E6EC, transparent);
}
@media (max-width: 768px) {
  .archive .txt_seo_part::after {
    width: 200px;
    left: 0;
  }
}
/****************************************************************************/
/* FOOTER
/****************************************************************************/
footer {
  background: url(../img/triangle-fond-footer.svg) no-repeat right top #182865;
  padding: 80px 0 40px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  footer .contact_link {
    margin-bottom: 40px;
  }
}
footer .baseline {
  margin-top: 14px;
  font-size: 20px;
  padding-right: 40px;
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  footer .baseline {
    padding-right: 0;
  }
}
footer .address {
  margin-bottom: 15px;
  margin-top: 35px;
  position: relative;
  padding-left: 40px;
}
footer .address::before {
  content: "";
  background: url(../img/Icon-map.svg) no-repeat;
  position: absolute;
  left: 0;
  width: 23px;
  height: 28px;
  top: 0;
}
footer .social li img {
  vertical-align: bottom;
}
footer .social li + li {
  margin-left: 27px;
}
footer p.phone_number {
  font-weight: 700;
  margin-bottom: 50px;
  position: relative;
  padding-left: 40px;
}
footer p.phone_number::before {
  content: "";
  background: url(../img/Icon-phone.svg) no-repeat;
  position: absolute;
  left: 0;
  width: 23px;
  height: 22px;
  top: 5px;
}
footer p.phone_number a:hover {
  color: #E1E6EC;
}
footer .footer_menu {
  padding-left: 0;
}
footer .footer_menu > li.menu-item {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 2.7rem;
  margin-bottom: 45px;
}
footer .footer_menu > li.menu-item a.nav-link {
  padding: 0.5rem 0rem;
  -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;
}
footer .footer_menu > li.menu-item a.nav-link:hover {
  padding-left: 1rem;
  color: #E1E6EC;
}
footer .footer_menu > li.menu-item .sub-menu {
  margin-top: 10px;
  padding-left: 0;
}
footer .footer_menu > li.menu-item .sub-menu li.menu-item {
  text-transform: initial;
  font-weight: 400;
  font-size: 1.6rem;
  position: relative;
  padding-left: 25px;
}
footer .footer_menu > li.menu-item .sub-menu li.menu-item::before {
  content: "";
  background: url(../img/arrow-white.svg) no-repeat;
  position: absolute;
  left: 0;
  width: 10px;
  height: 11px;
  top: 13px;
}
footer .footer_menu > li.menu-item .sub-menu li.menu-item.color-bluegreenbg::before {
  background-image: url(../img/arrow-bluegreen.svg);
}
footer .footer_menu > li.menu-item .sub-menu li.menu-item.color-brownbg::before {
  background-image: url(../img/arrow-brown.svg);
}
footer .footer_menu > li.menu-item .sub-menu li.menu-item.color-yellowbg::before {
  background-image: url(../img/arrow-yellow.svg);
}
footer .footer_menu > li.menu-item .sub-menu li.menu-item.color-pinkbg::before {
  background-image: url(../img/arrow-pink.svg);
}
footer .footer_menu > li.menu-item .sub-menu li.menu-item.color-purplebg::before {
  background-image: url(../img/arrow-purple.svg);
}
footer .footer_menu > li.menu-item .sub-menu li.menu-item.color-orangebg::before {
  background-image: url(../img/arrow-orange.svg);
}
footer .footer_menu > li.menu-item .sub-menu li.menu-item.color-greenbg::before {
  background-image: url(../img/arrow-green.svg);
}
footer .footer_menu > li.menu-item .sub-menu li.menu-item.color-bluebg::before {
  background-image: url(../img/arrow-lightblue.svg);
}
footer .footer_menu .species_menu li.menu-item {
  padding-left: 0 !important;
}
footer .footer_menu .species_menu li.menu-item::before {
  display: none;
}
footer .footer_menu .species_menu li.menu-item img {
  filter: invert(100%) brightness(1000%);
  border: 1px solid #182865;
  border-radius: 50%;
  padding: 1px;
  margin-right: 15px;
  height: 43px;
  width: 43px;
}
footer .copyright {
  font-size: 1.6rem;
}
@media (max-width: 992px) {
  footer .copyright .text-end {
    text-align: center !important;
    padding: 0 100px;
  }
}
@media (max-width: 576px) {
  footer .copyright .text-end {
    text-align: left !important;
    padding: 0;
  }
}
footer .copyright a:hover {
  text-decoration: underline;
  color: #E1E6EC;
}
/****************************************************************************/
/* FORMS
/****************************************************************************/
.wpcf7 {
  padding: 0 50px 60px;
}
@media (max-width: 768px) {
  .wpcf7 {
    padding: 35px 0;
  }
}
.wpcf7 form {
  background: rgba(58, 170, 53, 0.1);
  border: 3px solid #3AAA35;
  padding: 75px 70px;
  color: #182865;
}
@media (max-width: 768px) {
  .wpcf7 form {
    padding: 35px 20px;
  }
}
.wpcf7 form h2 {
  color: #182865;
}
.wpcf7 form h3 {
  font-size: 1.8rem;
  line-height: 25px;
  color: #182865;
  font-weight: 400;
  text-transform: initial;
}
.wpcf7 form p, .wpcf7 form a.tel {
  color: #182865 !important;
  margin-bottom: 0;
}
.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;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 600;
}
.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: 900;
  top: -12px;
}
.wpcf7 form .form-group input, .wpcf7 form .form-group textarea, .wpcf7 form .form-group select {
  background: transparent;
  border: none;
  border-bottom: 2px solid #182865;
  color: #182865;
  padding: 10px 0;
  border-radius: 0;
  font-size: 1.6rem;
}
.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 {
  border: 2px solid #182865;
  padding: 10px;
}
.wpcf7 form .form-group textarea {
  height: 112px;
}
.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 input[type="submit"] {
  padding: 18px 38px;
  background: #182865;
  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"]:focus {
  outline: none;
  box-shadow: none;
}
.wpcf7 form input[type="submit"] + .wpcf7-spinner {
  background-color: transparent;
  opacity: 1;
  margin: 0 15px;
  display: block;
  height: 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;
}
@media (max-width: 576px) {
  .wpcf7 form input[type="submit"] + .wpcf7-spinner {
    margin: 0 5px;
  }
}
.wpcf7 form input[type="submit"]:hover + .wpcf7-spinner {
  margin-left: 30px;
}
@media (max-width: 576px) {
  .wpcf7 form input[type="submit"]:hover + .wpcf7-spinner {
    margin-left: 15px;
  }
}
/****************************************************************************/
/* 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);
}
/****************************************************************************/
/* BLOG BANNER
/****************************************************************************/
.blog_part {
  padding-bottom: 50px;
}
@media (max-width: 1200px) {
  .blog_part {
    padding-bottom: 30px;
  }
}
.blog_part .banner {
  width: 100%;
  overflow: hidden;
  padding: 32px 0;
  background: #E1E6EC;
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 576px) {
  .blog_part .banner {
    margin-bottom: 30px;
  }
}
.blog_part .banner .marquee {
  display: inline-block;
  white-space: nowrap;
  animation: scroll 45s linear infinite;
}
.blog_part .banner .marquee span {
  font-weight: 900;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 30px;
  font-size: 5rem;
}
@media (max-width: 576px) {
  .blog_part .banner .marquee span {
    font-size: 3rem;
  }
}
.blog_part .introcontent {
  padding-right: 50px;
}
@media (max-width: 1200px) {
  .blog_part .introcontent {
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-bottom: 20px;
  }
}
.blog_part .introcontent .h3 {
  color: #182865;
  line-height: 33px;
}
.blog_part .introcontent .desc {
  margin-bottom: 25px;
}
@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .filtersbloc {
    margin-bottom: 35px;
  }
}
.filtersbloc .facetwp-facet-blog_reset a {
  font-weight: 600;
  color: #182865;
  padding: 5px 10px;
  position: relative;
}
.filtersbloc .facetwp-facet-blog_reset a:before {
  position: absolute;
  left: -7px;
  top: 50%;
  transform: translateY(-52%);
  content: "X";
}
.filtersbloc .facetwp-facet {
  margin-bottom: 50px;
  display: inline-block;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .filtersbloc .facetwp-facet {
    width: 100%;
    margin-bottom: 15px;
  }
}
.filtersbloc .facetwp-facet select {
  -webkit-appearance: none;
  border: none;
  font-weight: 600;
  color: #182865;
  background: url(../img/arrow-select.svg) no-repeat right 10px center transparent;
  padding-right: 30px;
}
@media (max-width: 768px) {
  .filtersbloc .facetwp-facet select {
    width: 450px;
  }
}
@media (max-width: 576px) {
  .filtersbloc .facetwp-facet select {
    width: 100%;
  }
}
.filtersbloc .facetwp-facet .fs-label-wrap {
  border: 1px solid #FFFFFF;
}
.filtersbloc .facetwp-facet .fs-label-wrap .fs-label {
  font-weight: 700;
  text-align: left;
}
.filtersbloc .facetwp-facet .fs-dropdown {
  border: 1px solid #182865;
}
.filtersbloc .facetwp-facet .fs-option {
  text-align: left;
}
.filtersbloc .facetwp-facet .fs-option:not(.d0):not(.d1) {
  display: none;
}
.filtersbloc .facetwp-facet.facetwp-facet-news_species .d0 {
  font-weight: 900;
}
.filtersbloc .facetwp-facet.facetwp-facet-news_species .d1 {
  font-weight: 400;
}
.facetwp-pager {
  margin: 30px 0px 90px;
  text-align: right;
}
.facetwp-pager .facetwp-page {
  font-weight: 700;
  margin-right: 15px;
}
.facetwp-pager .facetwp-page.active {
  margin-left: 60px;
  position: relative;
  margin-right: 20px;
  border-bottom: 2px solid #182865;
  line-height: 22px;
  padding: 7px 0px 0;
}
.facetwp-pager .facetwp-page.active::before {
  content: "";
  background: url(../img/arrow-list-ol.svg) no-repeat center;
  position: absolute;
  left: -60px;
  top: 2px;
  width: 48px;
  height: 36px;
  background-size: cover;
}
.facetwp-pager .facetwp-page.next, .facetwp-pager .facetwp-page.prev {
  display: none;
}
.blog-item {
  margin-bottom: 35px;
  position: relative;
}
.blog-item .post-thumbnail {
  overflow: hidden;
}
.blog-item .post-thumbnail img {
  transform: scale(1);
  height: auto;
  width: 100%;
  -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;
}
.blog-item a {
  background-color: #ECF0F3;
  display: block;
  height: 100%;
  -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;
}
.blog-item a .post-meta {
  padding: 35px 30px;
}
.blog-item a .post-meta .tag {
  background-color: #182865;
  color: #FFFFFF;
  padding: 5px 10px;
}
.blog-item a .post-meta .h3 {
  text-transform: initial;
  color: #182865;
  line-height: 27px;
  margin-top: 14px;
  margin-bottom: 10px;
}
.blog-item a .post-meta span.morelink {
  margin-top: 10px;
  color: #182865;
  font-weight: 700;
}
.blog-item:hover::after {
  content: "";
  background: url(../img/after-blogitem-arrows.svg) no-repeat center;
  position: absolute;
  bottom: -25px;
  left: 28px;
  width: 37px;
  height: 52px;
}
.blog-item:hover a {
  background-color: #E1E6EC;
}
.blog-item:hover a .post-thumbnail img {
  transform: scale(1.05);
}
.blog-item:hover a .post-meta span.morelink {
  color: #359730;
}
.blog-item .news-card {
  position: relative;
}
.blog-item .news-card .badge {
  position: absolute;
  right: 0;
  top: 40px;
  font-size: 1.6rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #3AAA35;
  padding: 8px 16px;
  z-index: 9;
}
span.post-category, span.post-date {
  color: #359730;
  font-weight: 600;
  text-transform: uppercase;
}
.post-category + .post-date::before {
  content: "/";
  margin-right: 2px;
}
.single-actualite .page_header_banner_part .post-meta {
  padding: 60px 100px 0;
}
.single-actualite .page_header_banner_part h1 {
  padding-top: 20px;
}
.single-actualite .page_header_banner_part h1::after {
  top: -50px;
}
@media (max-width: 768px) {
  .single-actualite .page_header_banner_part h1::after {
    top: -110px;
  }
}
/****************************************************************************/
/* TIMELINE
/****************************************************************************/
.timeline_part .timeline-nav {
  position: relative;
  padding-bottom: 50px;
  padding-top: 80px;
}
.timeline_part .timeline-nav:after {
  position: absolute;
  content: "";
  top: 145px;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #182865;
  z-index: -1;
}
.timeline_part .timeline-nav .slick-arrow.slick-prev {
  background: url(../img/slick-slider-left-green.svg) no-repeat center;
  background-size: 25px;
  bottom: auto;
  top: 20px;
  animation: tilt-shaking 0.3s infinite;
}
.timeline_part .timeline-nav .slick-arrow.slick-prev:hover {
  background-size: 33px;
}
.timeline_part .timeline-nav .slick-arrow.slick-next {
  background: url(../img/slick-slider-right-green.svg) no-repeat center;
  background-size: 25px;
  bottom: auto;
  top: 20px;
  animation: tilt-shaking 0.3s infinite;
  animation-iteration-count: 3;
  /* joue l'animation 3 fois */
}
.timeline_part .timeline-nav .slick-arrow.slick-next:hover {
  background-size: 33px;
}
.timeline_part .timeline-nav .timeline-item {
  position: relative;
  z-index: 3;
}
.timeline_part .timeline-nav .timeline-item .timeline-year {
  display: block;
  padding: 15px 0 0;
  font-weight: 700;
  font-size: 2.3rem;
}
.timeline_part .timeline-nav .timeline-item .dot {
  display: block;
  height: 50px;
  position: relative;
}
.timeline_part .timeline-nav .timeline-item .dot:after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #182865;
  border-radius: 50%;
}
.timeline_part .timeline-nav .timeline-item .timeline-title {
  display: block;
  padding-top: 6px;
  max-width: 230px;
  font-weight: 700;
  line-height: 20px;
}
.timeline_part .timeline-nav .timeline-item.slick-current .timeline-year {
  color: #359730;
  font-weight: 900;
  padding-top: 0px;
  padding-bottom: 15px;
}
.timeline_part .timeline-nav .timeline-item.slick-current .dot:after {
  height: 40px;
  width: 40px;
  background-color: #3AAA35;
  left: 5px;
}
.timeline_part .timeline-nav .timeline-item.slick-current .dot:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  background-color: white;
  border: 1px solid #3AAA35;
  border-radius: 50%;
}
.timeline_part .timeline-content {
  margin-left: calc((100% - 1170px) / 2);
}
@media (max-width: 1200px) {
  .timeline_part .timeline-content {
    margin-left: calc((100% - 950px) / 2);
  }
}
@media (max-width: 992px) {
  .timeline_part .timeline-content {
    margin: 0 10px;
  }
}
.timeline_part .timeline-content .slick-slide {
  height: 0px !important;
}
.timeline_part .timeline-content .slick-slide.slick-active {
  height: 100% !important;
}
.timeline_part .timeline-content .textcontent {
  padding-left: 100px;
}
@media (max-width: 768px) {
  .timeline_part .timeline-content .textcontent {
    padding-left: calc(var(--bs-gutter-x)/ 2);
    padding-top: 50px;
  }
}
.timeline_part .timeline-content .textcontent .year {
  font-size: 5.7rem;
  position: relative;
  padding-top: 86px;
  color: #359730;
  line-height: 56px;
  font-weight: 900;
}
@media (max-width: 992px) {
  .timeline_part .timeline-content .textcontent .year {
    padding-top: 20px;
    font-size: 3.5rem;
  }
}
.timeline_part .timeline-content .textcontent .year::before {
  content: "";
  background: url(../img/before-timeline-arrows.svg) no-repeat center;
  position: absolute;
  left: -70px;
  top: 0;
  width: 55px;
  height: 69px;
}
@media (max-width: 768px) {
  .timeline_part .timeline-content .textcontent .year::before {
    left: 0;
    top: -50px;
  }
}
.timeline_part .timeline-content .mediacontent {
  padding-top: 45px;
}
.timeline_part .timeline-content .mediacontent img {
  width: 100%;
}
/****************************************************************************/
/* GALLERY
/****************************************************************************/
.gallery_part {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.gallery_part .scroll-indicator {
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.5rem;
  color: #B8A191;
  opacity: 0.8;
  pointer-events: none;
  transition: opacity 0.3s;
  display: none;
  /* masqué par défaut */
}
.gallery_container {
  display: flex;
  align-items: center;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 0.5rem;
  padding: 0.5rem;
}
.gallery_container.centered {
  justify-content: center;
}
.gallery_container .item {
  flex: 0 0 auto;
  scroll-snap-align: start;
}
.gallery_container .item img {
  height: 300px;
}
/**/
header .search {
  display: block;
  position: relative;
  margin-left: 30px;
}
@media (max-width: 1199px) {
  header .search {
    margin-left: auto;
    margin-right: 35px;
  }
}
@media (max-width: 576px) {
  header .search {
    margin-right: 20px;
  }
}
header .search .search_icon {
  display: block;
}
header .search .search_icon:hover {
  cursor: pointer;
}
header .search .search_icon:hover .icon-search {
  background-color: #3AAA35;
}
header .search .search-form {
  position: absolute;
  z-index: -1;
  background-color: #FFFFFF;
  bottom: -200px;
  border-radius: 0;
  box-shadow: none;
  display: none;
  right: -15px;
  padding: 15px;
  border: none;
}
header .search .search-form .search-field {
  border: none;
  font-family: "aptos", sans-serif;
  color: #182865;
  border-bottom: 2px solid #182865;
}
header .search .search-form .search-field:focus {
  box-shadow: none;
  outline: none;
}
header .search.active .search_icon .icon-search {
  background-color: #3AAA35;
}
header .search.active .search-form {
  z-index: 9999;
  bottom: -90px;
  display: block;
}
.search-results .blog-item h3 {
  margin-top: 20px;
}
