/****************************************************************************/
/* BASE
/****************************************************************************/
@import url("https://use.typekit.net/dmc3dsa.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-lightpink {
  background-color: #F4ECEB;
}
.bg-blue {
  background-color: #2D254B;
}
.bg-pink {
  background-color: #E73747;
}
/****************************************************************************/
/* POLICES / CUSTOM FONTS
/****************************************************************************/
@font-face {
  font-family: "Licorice";
  src: url("../fonts/Licorice.woff2") format("woff2"), url("../fonts/Licorice.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/****************************************************************************/
/* 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: 576px) {
  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: 576px) {
  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.5rem;
}
.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.5rem;
  line-height: 21px;
}
.rgpd__block .rgpd__content > ul li {
  padding-left: 29px;
}
.rgpd__block .rgpd__content > ul li::before {
  background-size: 18px;
  top: 6px;
}
#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;
}
/****************************************************************************/
/* RECHERCHE
/****************************************************************************/
.search .search_icon {
  display: block;
  margin-right: 30px;
  cursor: pointer;
}
.search .search-form {
  position: absolute;
  z-index: -1;
  background-color: #FFFFFF;
  bottom: -200px;
  border-radius: 0;
  box-shadow: none;
  display: none;
  left: -20px;
  padding: 30px;
  border: none;
}
.search .search-form .search-field {
  border: none;
  font-family: "aptos", sans-serif;
  background: transparent;
  color: #2D254B;
  width: 100%;
  border-bottom: 2px solid #2D254B;
}
.search .search-form .search-field:focus {
  box-shadow: none;
  outline: none;
}
.search .search-form.active {
  z-index: 9999;
  bottom: -100px;
  display: block;
}
.search-item .withborder {
  border: 1px solid #2D254B;
  padding: 30px;
  border-radius: 7px;
  margin: 10px 0;
  height: 100%;
}
.search-item .withborder:hover .morelink::before {
  width: 0;
}
.search-item .withborder:hover .morelink::after {
  right: -35px;
}
/****************************************************************************/
/* TITRES, LIENS et TEXTES
/****************************************************************************/
body {
  font-family: "aptos", sans-serif;
  font-size: 1.8rem;
  line-height: 25px;
  color: #2D254B;
}
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:hover {
  color: inherit;
}
a:not([href="#"]):hover {
  cursor: pointer;
  text-decoration: none;
}
h1 {
  font-size: 5.8rem;
  font-family: "azo-sans-uber", sans-serif;
  font-weight: 400;
  line-height: 65px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 4.3rem;
    line-height: 45px;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 3.3rem;
    line-height: 34px;
  }
}
h2, .h2 {
  font-size: 3.6rem;
  font-weight: 400;
  font-family: "azo-sans-uber", sans-serif;
  line-height: 41px;
  color: #2D254B;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  h2, .h2 {
    font-size: 3rem;
    line-height: 35px;
  }
}
h3, .h3 {
  font-weight: 800;
  font-size: 2.9rem;
  line-height: 30px;
  color: #E52434;
  font-family: "aptos", sans-serif;
}
h4, .h4 {
  font-family: "azo-sans-uber", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  margin-bottom: 10px;
  line-height: 24px;
}
h5, .h5 {
  font-weight: 800;
  font-size: 2.4rem;
}
h6, .h6 {
  font-weight: 800;
  font-size: 1.8rem;
}
p.surtitre, h2.surtitre {
  font-weight: 800;
  font-size: 1.8rem;
  font-family: "aptos", sans-serif;
  line-height: 25px;
  color: #E52434;
  margin-bottom: 10px;
  text-transform: uppercase;
}
ul li, ol li {
  list-style-type: none;
}
.page-content > .container > .row > .heading, .page-content > .container > .row > .paragraph, .page-content > .container > .row > .list, .page-content > .container > .row > .buttons {
  max-width: 1100px;
  margin: auto;
}
.page-content > .container > .row > .embed {
  max-width: 880px;
  margin: auto;
}
.page-content > .container > .row > .embed .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}
.page-content > .container > .row > .embed .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
.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: #E52434;
  font-weight: 800;
}
.page-content ul {
  padding-left: 0;
  margin: 10px 0;
}
.page-content ul li {
  padding-left: 36px;
  position: relative;
}
.page-content ul li::before {
  content: "";
  background: url(../img/list.svg) no-repeat center;
  position: absolute;
  left: 0;
  top: 8px;
  width: 22px;
  height: 12px;
}
.page-content ol {
  padding-left: 0;
  margin: 10px 0;
  counter-reset: section;
}
.page-content ol li {
  padding-left: 60px;
  position: relative;
  line-height: 47px;
}
.page-content ol li::before {
  content: "";
  background: url(../img/list-ol.svg) no-repeat center;
  position: absolute;
  left: 0;
  top: 4px;
  width: 44px;
  height: 39px;
}
.page-content ol li::after {
  font-family: "azo-sans-uber", sans-serif;
  font-weight: 400;
  color: #E52434;
  counter-increment: section;
  content: counter(section);
  position: absolute;
  left: 17px;
}
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: 15px 34px 16px;
  background: #2D254B;
  color: #FFFFFF;
  font-size: 1.8rem;
  border-radius: 4px;
  margin-right: 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;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  border: 1px solid #2D254B;
  margin-bottom: 10px;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .btn, .wp-block-button__link {
    margin-top: 5px;
    padding: 15px 20px 16px;
  }
}
.btn::after, .wp-block-button__link::after {
  content: "";
  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;
  background: #E73747;
  height: 100%;
  width: 0;
  bottom: -7px;
  border-radius: 4px;
  left: 7px;
  z-index: -1;
}
.btn:hover, .wp-block-button__link:hover {
  background: #F4ECEB;
  border-color: #E73747;
  color: #E52434;
}
.btn:hover::after, .wp-block-button__link:hover::after {
  width: 100%;
}
.btn.anchorlink, .wp-block-button__link.anchorlink {
  background: #FFFFFF;
  color: #2D254B;
  background: url(../img/anchor-arrow.svg) no-repeat right 35px center;
  border: 1px solid #2D254B;
  padding-right: 72px;
}
.btn:last-child, .wp-block-button__link:last-child {
  margin-right: 0;
}
@media (max-width: 576px) {
  .btn:last-child, .wp-block-button__link:last-child {
    margin-top: 5px;
    margin-right: 15px;
  }
}
.btn.newtarget, .wp-block-button__link.newtarget {
  padding-right: 60px;
}
.btn.newtarget::before, .wp-block-button__link.newtarget::before {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/newtarget.svg) no-repeat center;
  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;
}
.btn.newtarget:hover, .wp-block-button__link.newtarget:hover {
  background-color: #F4ECEB;
}
.btn.newtarget:hover::before, .wp-block-button__link.newtarget:hover::before {
  background: url(../img/newtarget-pink.svg) no-repeat center;
}
.btn.anchorlink, .wp-block-button__link.anchorlink {
  padding-right: 60px;
  background-color: #FFFFFF;
}
.btn.anchorlink::after, .wp-block-button__link.anchorlink::after {
  display: none;
}
.btn.anchorlink::before, .wp-block-button__link.anchorlink::before {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/anchorlink.svg) no-repeat center #FFFFFF;
  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;
}
a.link, span.link {
  font-weight: 800;
  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.link:hover, span.link:hover {
  background-color: #2D254B;
  color: #FFFFFF;
}
a.link:hover::before, span.link:hover::before {
  background: url(../img/anchorlink-white.svg) no-repeat center #2D254B;
}
a.link.download-link, span.link.download-link {
  padding-right: 35px;
  background-color: #FFFFFF;
  padding-left: 0;
  margin-top: 0;
}
a.link.download-link::before, span.link.download-link::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/download-link.svg) no-repeat center #FFFFFF;
  width: 15px;
  height: 25px;
  -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;
  padding-bottom: 5px;
  border-bottom: 2px solid #2D254B;
}
a.link.download-link:hover, span.link.download-link:hover {
  color: #E52434;
  background: transparent;
  padding-left: 15px;
}
a.link.download-link:hover::before, span.link.download-link:hover::before {
  border-color: transparent;
}
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);
}
/****************************************************************************/
/* 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;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -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: -50px;
  background: url(../img/slick-slider-left.svg) no-repeat center;
  background-size: 25px;
}
.slick-slider .slick-arrow.slick-next {
  right: -50px;
  background: url(../img/slick-slider-right.svg) no-repeat center;
  background-size: 25px;
}
.slick-slider .slick-arrow.slick-disabled {
  opacity: 0.51;
}
/****************************************************************************/
/* HEADER + MENU + BREADCRUMB
/****************************************************************************/
header {
  padding: 10px;
  background: #E2DFEB;
}
header .headertop {
  margin-bottom: 25px;
  position: relative;
}
header .headertop span.name {
  font-family: "Licorice";
  font-size: 35px;
  color: #E52434;
  margin: 0 30px 0 15px;
}
header .headertop .morelink::after {
  display: none;
}
header li.menu-item-has-children {
  padding-right: 16px;
  position: relative;
}
header li.menu-item-has-children > a::after {
  content: "";
  background: url(../img/arrow-submenu.svg) no-repeat center;
  width: 9px;
  height: 6px;
  position: absolute;
  right: 0;
  top: 11px;
  border: none;
}
header .menu-menu-top-container ul.menu {
  margin-bottom: 5px;
}
header .menu-menu-top-container li {
  display: inline-block;
}
header .menu-menu-top-container li a {
  font-weight: 600;
  font-size: 1.6rem;
}
header .menu-menu-top-container li a[href="#"] {
  pointer-events: all;
  cursor: pointer;
}
header .menu-menu-top-container li .sub-menu {
  width: 100%;
  background: #FFFFFF;
  display: none;
  padding: 20px;
  line-height: 18px;
  margin: auto;
  margin-top: auto;
  left: 0;
  right: 0;
  position: absolute;
  top: 100%;
  z-index: 9999;
  left: 0;
  margin-top: 10px;
  min-width: 180px;
}
header .menu-menu-top-container li .sub-menu.is-open {
  display: block;
}
header .menu-menu-top-container li .sub-menu li + li {
  margin-left: 0;
  margin-top: 10px;
}
header .menu-menu-top-container li.menu-item-has-children > a::after {
  top: 13px;
}
header .menu-menu-top-container li + li {
  margin-left: 35px;
}
header .menu-menu-top-container li.btn {
  padding: 0;
  border: none;
  background: none;
  margin: 0;
  margin-left: 35px;
  z-index: 10;
}
header .menu-menu-top-container li.btn::after {
  display: none;
}
header .menu-menu-top-container li.btn a {
  background: #2D254B;
  color: #FFFFFF;
  margin: 10px 0;
  display: inline-block;
  font-weight: 700;
  border: 1px solid #2D254B;
  padding: 12px 30px;
  border-radius: 4px;
  position: relative;
}
header .menu-menu-top-container li.btn a::after {
  content: "";
  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;
  background: #E73747;
  height: 100%;
  width: 0;
  bottom: -7px;
  border-radius: 4px;
  left: 7px;
  z-index: -1;
}
header .menu-menu-top-container li.btn a:hover {
  background: #F4ECEB;
  border-color: #E73747;
  color: #E52434;
}
header .menu-menu-top-container li.btn a:hover::after {
  width: 100%;
}
header .navbar-nav .nav-item {
  position: relative;
}
header .navbar-nav .nav-item a {
  font-weight: 900;
  text-transform: uppercase;
  color: #2D254B;
  font-size: 1.6rem;
  padding: 0 !important;
}
header .navbar-nav .nav-item a[href="#"] {
  pointer-events: all;
  cursor: pointer;
}
header .navbar-nav .nav-item .dropdown-menu.show {
  width: 100%;
  background: url(../img/triangle-fond-footer.svg) no-repeat right top #2D254B;
  display: block;
  padding: 30px 30px 20px;
  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: 0 0 2px 0 !important;
  margin-bottom: 14px;
  display: inline-block;
  text-transform: initial;
  position: relative;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 1.8rem;
}
header .navbar-nav .nav-item .dropdown-menu.show li a::after {
  content: "";
  height: 2px;
  width: 0;
  background: #FFFFFF;
  -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;
  bottom: 0;
}
header .navbar-nav .nav-item .dropdown-menu.show li a:hover {
  font-weight: 800;
}
header .navbar-nav .nav-item .dropdown-menu.show li a:hover::after {
  width: 100%;
}
header .navbar-nav .nav-item .dropdown-menu.show li + li {
  margin-left: 0;
}
header .navbar-nav .nav-item + li {
  margin-left: 25px;
}
.navbar-brand img {
  height: 61px;
  width: auto;
  max-width: none;
}
@media (max-width: 576px) {
  .navbar-brand img {
    height: 51px;
  }
}
#menu-mobile {
  display: none;
}
@media (max-width: 1399px) {
  #menu-mobile {
    display: block;
    z-index: 99999;
    width: 45px;
    margin-top: 5px;
  }
}
@media (max-width: 1399px) {
  .headerright {
    display: none !important;
  }
}
/*** MENU MOBILE ***/
.menu-trigger {
  margin: 0;
  position: relative;
  cursor: pointer;
  z-index: 999;
}
.menu-trigger span {
  display: block;
  background: #2D254B;
}
.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: 40px;
}
.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: #2D254B;
}
.menu-trigger #cross span:nth-child(2) {
  width: 0%;
  height: 3px;
  background: #FFFFFF;
  position: absolute;
  left: 0px;
  top: 13px;
  transition-delay: 0.5s;
  background: #2D254B;
}
.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 #2D254B;
  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 .headertop {
  background: #FFFFFF;
  padding: 30px;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .menu-basic .headertop {
    flex-direction: column;
  }
  .menu-basic .headertop > * {
    margin: 10px auto;
  }
  .menu-basic .headertop .search {
    order: 3;
  }
  .menu-basic .headertop .search .search_icon {
    margin-right: 0;
  }
}
.menu-basic .headertop span.name {
  font-family: "Licorice";
  font-size: 35px;
  color: #E52434;
  margin: 0 30px 0 15px;
}
.menu-basic .headertop .morelink::after {
  display: none;
}
.menu-basic .headertop .search-form.active {
  width: 100%;
  left: 0;
  top: 100%;
}
.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: 25px;
}
.menu-basic ul.menu li.btn a {
  background: #FFFFFF;
  color: #2D254B;
  font-size: 1.8rem;
}
.menu-basic ul.menu li + li {
  margin-left: 0;
}
.menu-basic ul.menu li a {
  text-transform: uppercase;
  font-weight: 800;
  color: #FFFFFF;
  font-size: 2.3rem;
}
.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: 10px 0 20px;
  position: relative;
  display: block;
  background: transparent;
  margin-top: 0;
}
.menu-basic ul.menu li .sub-menu li {
  text-transform: initial;
  font-weight: 400;
  font-size: 1.6rem;
  position: relative;
  padding-left: 25px;
  margin-top: 4px;
  line-height: inherit !important;
  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: 15px;
  height: 16px;
  top: 13px;
}
.menu-basic ul.menu li .sub-menu li a {
  color: #FFFFFF;
  font-size: 1.8rem;
  line-height: 25px;
  font-weight: 400;
  text-transform: initial;
}
.menu-basic ul.menu li .sub-menu li a:hover {
  color: #FFFFFF;
}
.menu-basic.open {
  transform: translateX(0);
}
.rank-math-breadcrumb {
  padding: 20px 0 10px;
}
.rank-math-breadcrumb * {
  font-size: 1.6rem;
  font-weight: 600 !important;
}
.rank-math-breadcrumb a {
  color: #2D254B !important;
  font-weight: 600 !important;
}
/****************************************************************************/
/* BLOC HEADER PAGE
/****************************************************************************/
.bannerpage {
  padding-bottom: 100px;
  min-height: 350px;
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 576px) {
  .bannerpage {
    padding-bottom: 100px;
    margin-bottom: 20px;
  }
}
.bannerpage::before {
  content: "";
  background: #E2DFEB;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  width: 100%;
}
.bannerpage::after {
  content: "";
  background: url(../img/arrondi-blanc-fond.svg) no-repeat center;
  background-size: auto;
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 135px;
  background-size: cover;
  z-index: 10;
  width: 100%;
}
.bannerpage .indexstrong {
  z-index: 100;
  padding: 0 60px;
}
@media (max-width: 768px) {
  .bannerpage .indexstrong {
    padding: 0 10px;
  }
}
.bannerpage .indexstrong h1 {
  margin-top: 35px;
  margin-bottom: 60px;
}
.bannerpage .indexstrong h2.h1, .bannerpage .indexstrong h1.h1 {
  font-size: 5.8rem;
  font-family: "azo-sans-uber", sans-serif;
  font-weight: 400;
  line-height: 65px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .bannerpage .indexstrong h2.h1, .bannerpage .indexstrong h1.h1 {
    font-size: 4.3rem;
    line-height: 45px;
  }
}
@media (max-width: 576px) {
  .bannerpage .indexstrong h2.h1, .bannerpage .indexstrong h1.h1 {
    font-size: 3.3rem;
    line-height: 34px;
  }
}
.bannerpage .indexstrong h1.surtitre {
  font-family: "azo-sans-uber", sans-serif;
  background-color: #E73747;
  line-height: 25px;
  color: #F4ECEB;
  border-radius: 7px;
  margin-bottom: 25px;
  font-size: 1.9rem;
  padding: 4px 12px;
  display: inline-block;
}
.bannerpage .buttons {
  position: absolute;
  bottom: 21px;
  left: 0;
  right: 0;
  max-width: 1320px;
  text-align: center;
  margin: auto;
}
@media (max-width: 992px) {
  .bannerpage .buttons {
    position: relative;
    bottom: 0;
  }
}
.bannerpage .description {
  font-weight: 700;
}
.bannerpage .surtitre {
  font-family: "azo-sans-uber", sans-serif;
  background-color: #E73747;
  color: #F4ECEB;
  border-radius: 7px;
  margin-bottom: 25px;
  font-size: 1.9rem;
  padding: 2px 8px;
  display: inline-block;
}
.bannerpage .accroche {
  margin-top: 60px;
  text-align: left;
  font-family: "azo-sans-uber", sans-serif;
  margin-bottom: 20px;
  padding: 15px;
}
@media (max-width: 768px) {
  .bannerpage .accroche {
    margin-top: 20px;
  }
}
/****************************************************************************/
/* BLOC A LA UNE
/****************************************************************************/
.a_la_une_part {
  padding-bottom: 40px;
}
.a_la_une_part .une-item {
  padding-right: 50px;
}
@media (max-width: 992px) {
  .a_la_une_part .une-item {
    padding-right: calc(var(--bs-gutter-x)/ 2);
  }
}
.a_la_une_part .une-item .h2 {
  color: #E52434;
  position: relative;
  display: inline-block;
}
.a_la_une_part .une-item .h2::before {
  content: "";
  background: url(../img/infocontact-pink-after.svg) no-repeat;
  position: absolute;
  top: -35px;
  right: -70px;
  width: 70px;
  height: 64px;
  background-size: 65px;
}
.a_la_une_part .une-item .item-blog {
  margin-top: -30px;
}
.a_la_une_part .une-item .item-blog h2 {
  font-size: 3.4rem;
}
.a_la_une_part .une-item .item-blog span.morelink {
  color: #E52434 !important;
}
.a_la_une_part .une-item .item-blog span.morelink::before {
  background: #E73747;
}
.a_la_une_part .une-item .item-blog span.morelink::after {
  background-image: url(../img/newtarget-pink.svg);
}
.a_la_une_part .ressource-item, .a_la_une_part .actu-item {
  padding-top: 37px;
}
@media (max-width: 991px) {
  .a_la_une_part .ressource-item, .a_la_une_part .actu-item {
    position: relative;
    padding-bottom: 100px;
  }
  .a_la_une_part .ressource-item a.btn, .a_la_une_part .actu-item a.btn {
    position: absolute;
    left: 7px;
    bottom: 30px;
  }
}
.a_la_une_part .ressource-item .withrightpadding, .a_la_une_part .actu-item .withrightpadding {
  padding-right: 25px;
}
.a_la_une_part .ressource-item .withrightpadding + .col-12, .a_la_une_part .actu-item .withrightpadding + .col-12 {
  text-align: right;
}
@media (max-width: 991px) {
  .a_la_une_part .ressource-item .withrightpadding + .col-12, .a_la_une_part .actu-item .withrightpadding + .col-12 {
    text-align: left;
    margin-top: 10px;
  }
}
.a_la_une_part .ressource-item ul li + li, .a_la_une_part .actu-item ul li + li {
  margin-top: 15px;
}
.a_la_une_part .actu-item {
  padding-top: 30px;
}
.a_la_une_part .actu-item .itemblog {
  margin-bottom: 25px;
  position: relative;
}
.a_la_une_part .actu-item .itemblog:hover span.morelink::before {
  width: 0;
}
.a_la_une_part .actu-item .itemblog:hover span.morelink::after {
  right: -35px;
}
.a_la_une_part .actu-item .itemblog + .itemblog {
  margin-bottom: 15px;
}
.a_la_une_part .actu-item .big-item-left {
  padding-right: 20px;
}
.a_la_une_part .actu-item .big-item-left img {
  border-radius: 7px;
}
.a_la_une_part .actu-item .big-item-right h2 {
  font-size: 2.4rem;
  font-family: "aptos", sans-serif;
  -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;
  font-weight: 800;
  line-height: initial;
  margin-bottom: 0;
}
.a_la_une_part .actu-item .short-item {
  padding-bottom: 10px;
  border-bottom: 1px solid #2D254B;
  position: relative;
  padding-right: 45px;
}
.a_la_une_part .actu-item .short-item::after {
  content: "";
  background: url(../img/arrow-right.svg) no-repeat right bottom;
  position: absolute;
  right: 0;
  bottom: 15px;
  width: 17px;
  height: 17px;
}
.a_la_une_part .actu-item .short-item h2 {
  font-size: 1.8rem;
  font-family: "aptos", sans-serif;
  -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;
  font-weight: 800;
  line-height: initial;
  margin-bottom: 0;
}
.a_la_une_part .actu-item .short-item:hover h2 {
  padding-left: 20px;
}
/****************************************************************************/
/* BLOC VOUS ETES
/****************************************************************************/
.bloc_vous_etes .item {
  padding: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .bloc_vous_etes .item {
    padding: 10px;
  }
}
.bloc_vous_etes .item .innerbloc {
  background: url(../img/co-menco-youare_entreprise.svg) no-repeat left top #2D254B;
  height: 100%;
  padding: 107px 50px;
  color: #FFFFFF;
  border-radius: 15px;
  z-index: 10;
  position: relative;
}
@media (max-width: 1200px) {
  .bloc_vous_etes .item .innerbloc {
    padding: 67px 40px;
  }
}
@media (max-width: 576px) {
  .bloc_vous_etes .item .innerbloc {
    padding: 67px 20px;
  }
}
.bloc_vous_etes .item .innerbloc h2 {
  font-size: 2.4rem;
  margin-bottom: 45px;
  line-height: 50px;
  color: #FFFFFF;
  position: relative;
}
@media (max-width: 576px) {
  .bloc_vous_etes .item .innerbloc h2 {
    margin-bottom: 25px;
    line-height: 35px;
    font-size: 2rem;
  }
}
.bloc_vous_etes .item .innerbloc h2::before {
  content: "";
  background: url(../img/arrow_youare.svg) no-repeat center;
  position: absolute;
  right: 10px;
  top: 50px;
  width: 63px;
  height: 80px;
  -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(0deg);
}
@media (max-width: 450px) {
  .bloc_vous_etes .item .innerbloc h2::before {
    display: none;
  }
}
.bloc_vous_etes .item .innerbloc h2 strong {
  display: block;
  font-weight: 400;
  font-size: 5.8rem;
}
@media (max-width: 1200px) {
  .bloc_vous_etes .item .innerbloc h2 strong {
    font-size: 4.5rem;
  }
}
@media (max-width: 576px) {
  .bloc_vous_etes .item .innerbloc h2 strong {
    font-size: 3.5rem;
  }
}
.bloc_vous_etes .item .innerbloc .desc {
  font-weight: 800;
}
.bloc_vous_etes .item .innerbloc .btn {
  color: #2D254B;
}
.bloc_vous_etes .item .innerbloc:hover h2::before {
  transform: rotate(25deg);
}
.bloc_vous_etes .item:nth-child(odd) .innerbloc {
  background: url(../img/co-menco-youare_candidat.svg) no-repeat right top #E73747;
}
.bloc_vous_etes .item:nth-child(odd) .innerbloc .btn {
  color: #E52434;
  border-color: #E73747;
}
.bloc_vous_etes .item:nth-child(odd) .innerbloc .btn::after {
  background: #2D254B;
}
/****************************************************************************/
/* BLOC PROCESS RECRUTEMENT
/****************************************************************************/
.processjob_bloc {
  padding: 90px 0 55px;
  position: relative;
}
.processjob_bloc::before {
  content: "";
  background: url(../img/form-top-right.svg) no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  width: 190px;
  height: 204px;
}
.processjob_bloc::after {
  content: "";
  background: url(../img/form-bottom-left.svg) no-repeat;
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 349px;
  height: 402px;
}
.processjob_bloc .col-12 {
  z-index: 100;
}
.processjob_bloc .textcontent {
  font-weight: 600;
  z-index: 100;
}
.processjob_bloc .textcontent h2 {
  font-size: 2.9rem;
  font-family: "aptos", sans-serif;
  position: relative;
  margin-bottom: 10px;
  font-weight: 800;
}
.processjob_bloc .textcontent h2::before {
  content: "";
  background: url(../img/quote-title-left.svg) no-repeat;
  position: absolute;
  top: -45px;
  left: -64px;
  width: 70px;
  height: 64px;
}
@media (max-width: 576px) {
  .processjob_bloc .textcontent h2::before {
    display: none;
  }
}
.processjob_bloc .processlisting {
  padding-top: 15px;
}
.processjob_bloc .processlisting .col-12 {
  margin-bottom: 15px;
}
.processjob_bloc .processlisting .col-12 .innerbloc {
  background-color: #FFFFFF;
  padding: 30px 10px;
  border: 1px solid #2D254B;
  border-radius: 7px;
  height: 100%;
}
.processjob_bloc .processlisting .col-12 .innerbloc p.legende {
  font-family: "azo-sans-uber", sans-serif;
  font-size: 2.4rem;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .processjob_bloc .processlisting .col-12 .innerbloc p.legende {
    font-size: 2rem;
  }
}
.processjob_bloc.teambloc .textcontent h2 {
  font-size: 3.6rem;
  font-family: "azo-sans-uber", sans-serif;
  color: #2D254B;
  position: relative;
  margin-bottom: 10px;
  font-weight: initial;
}
@media (max-width: 576px) {
  .processjob_bloc.teambloc .textcontent h2 {
    font-size: 3rem;
    line-height: 35px;
  }
}
.processjob_bloc.teambloc .textcontent h2::before {
  background: url(../img/quote-title-left-blue.svg) no-repeat;
}
.processjob_bloc.teambloc .processlisting {
  padding-top: 15px;
}
.processjob_bloc.teambloc .processlisting .item {
  width: 19%;
  margin-bottom: 2%;
}
@media (max-width: 992px) {
  .processjob_bloc.teambloc .processlisting .item {
    width: 32%;
  }
}
@media (max-width: 576px) {
  .processjob_bloc.teambloc .processlisting .item {
    width: 49%;
  }
}
.processjob_bloc.teambloc .processlisting .item .innerbloc {
  background-color: #FFFFFF;
  padding: 0;
  border: 1px solid #2D254B;
  border-radius: 7px;
  height: auto;
}
.processjob_bloc.teambloc .processlisting .item .innerbloc img {
  width: 100%;
  border-radius: 6px;
}
.processjob_bloc.teambloc .processlisting .item p.legende {
  font-family: "aptos", sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  margin-top: 10px;
}
.processjob_bloc.teambloc .processlisting .col-12 {
  margin-bottom: 15px;
}
/****************************************************************************/
/* BLOC TROUVER MON AGENCE
/****************************************************************************/
.find_agency_part {
  padding-bottom: 0;
  color: #F4ECEB;
  font-weight: 800;
  margin-top: 50px;
  position: relative;
}
@media (max-width: 576px) {
  .find_agency_part {
    margin-top: 10px;
  }
}
.find_agency_part::before {
  content: "";
  background: url(../img/footer-before.svg) no-repeat center;
  background-size: auto;
  width: 100%;
  height: 145px;
  position: absolute;
  left: 0;
  background-size: cover;
  top: -1px;
}
@media (max-width: 1200px) {
  .find_agency_part::before {
    height: 95px;
  }
}
.find_agency_part .mediacontent {
  z-index: 100;
}
.find_agency_part .textcontent {
  padding-left: 50px;
  padding-top: 60px;
  z-index: 10;
}
@media (max-width: 1200px) {
  .find_agency_part .textcontent {
    padding-top: 30px;
  }
}
@media (max-width: 768px) {
  .find_agency_part .textcontent {
    padding-left: calc(var(--bs-gutter-x)/ 2);
  }
}
.find_agency_part .textcontent h2 {
  margin-top: 30px;
  line-height: 54px;
  font-size: 3.6rem;
  color: #FFFFFF;
  margin-bottom: 25px;
}
.find_agency_part .textcontent h2 strong {
  color: #F4ECEB;
  background: #E73747;
  display: table;
  margin-bottom: 10px;
  border-radius: 7px;
  font-size: 4.6rem;
  transform: rotate(-3deg);
  padding: 23px 30px;
}
@media (max-width: 1200px) {
  .find_agency_part .textcontent h2 strong {
    font-size: 4rem;
    line-height: 42px;
  }
}
@media (max-width: 768px) {
  .find_agency_part .textcontent h2 strong {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .find_agency_part .textcontent h2 strong {
    padding: 15px 30px;
  }
}
.find_agency_part .textcontent h3 {
  color: #F4ECEB;
  font-weight: 900;
  line-height: 48px;
  margin-bottom: 15px;
  font-size: 4.6rem;
}
@media (max-width: 1200px) {
  .find_agency_part .textcontent h3 {
    font-size: 3rem;
    line-height: 35px;
  }
}
.find_agency_part .textcontent ul {
  margin: 20px 0 15px;
}
.find_agency_part .textcontent ul li {
  padding: 7px 0px 7px 45px;
  text-transform: uppercase;
}
.find_agency_part .textcontent ul li::before {
  background: url(../img/list-welcome.svg) no-repeat center;
  left: 0;
  top: 9px;
  width: 28px;
  height: 29px;
}
.find_agency_part .textcontent .btn {
  margin-top: 20px;
  color: #2D254B;
  background-color: #F4ECEB;
}
/****************************************************************************/
/* BLOC IMAGE PLEINE LARGEUR
/****************************************************************************/
.wp-block-image > img {
  width: 100%;
  border-radius: 20px;
  max-height: 560px;
  object-fit: cover;
}
/****************************************************************************/
/* BLOC GALERIE
/****************************************************************************/
.gallery_part {
  padding: 50px 0;
  position: relative;
}
.gallery_part img {
  border-radius: 7px;
}
.gallery_part::after {
  content: "";
  background: url(../img/list-ol.svg) no-repeat center;
  position: absolute;
  left: -35px;
  bottom: 5px;
  width: 125px;
  background-size: cover;
  height: 105px;
}
.gallery_part::before {
  content: "";
  background: url(../img/star-form-gallery.svg) no-repeat center;
  position: absolute;
  right: 22px;
  top: 77px;
  width: 33px;
  background-size: cover;
  height: 46px;
}
/****************************************************************************/
/* BLOC ILS NOUS FONT CONFIANCE
/****************************************************************************/
.trustbloc_part {
  padding: 50px 0 0;
}
.trustbloc_part .title {
  font-size: 3.4rem;
  font-weight: 800;
}
@media (max-width: 576px) {
  .trustbloc_part .title {
    font-size: 2.8rem;
  }
}
.trustbloc_part .trustslider {
  padding-top: 20px;
}
.trustbloc_part .trustslider .item {
  text-align: center;
}
.trustbloc_part .trustslider .item img {
  margin: auto;
  max-height: 100px;
}
/****************************************************************************/
/* BLOC MEDIA TEXTE 
/****************************************************************************/
.txt_media_part {
  padding: 30px 0;
}
.txt_media_part .textcontent {
  padding: 0 50px;
}
@media (max-width: 1200px) {
  .txt_media_part .textcontent {
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .txt_media_part .textcontent {
    padding: 0 calc(var(--bs-gutter-x)/ 2);
  }
}
@media (max-width: 991px) {
  .txt_media_part .mediacontent {
    margin-bottom: 30px;
  }
}
.txt_media_part .mediacontent iframe, .txt_media_part .mediacontent img {
  border-radius: 7px;
}
.lightpink_mediatxt {
  padding: 0;
  margin-top: 50px;
}
@media (max-width: 992px) {
  .lightpink_mediatxt .textcontent {
    padding: 50px calc(var(--bs-gutter-x)/ 2);
  }
}
.lightpink_mediatxt .textcontent h2 {
  font-size: 5.8rem;
  font-family: "azo-sans-uber", sans-serif;
  line-height: 62px;
  font-weight: initial;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .lightpink_mediatxt .textcontent h2 {
    font-size: 4rem;
    line-height: 46px;
  }
}
@media (max-width: 576px) {
  .lightpink_mediatxt .textcontent h2 {
    font-size: 3rem;
    line-height: 35px;
  }
}
.lightpink_mediatxt .textcontent h2::before {
  background: url(../img/quote-title-left-blue.svg) no-repeat;
}
.lightpink_mediatxt .textcontent h3 {
  font-size: 2.4rem;
  font-family: "azo-sans-uber", sans-serif;
  font-weight: initial;
  color: #2D254B;
  line-height: 26px;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .lightpink_mediatxt .textcontent h3 {
    font-size: 2rem;
  }
}
.lightpink_mediatxt .textcontent .btn {
  margin-top: 10px;
}
.lightpink_mediatxt .mediacontent {
  margin-top: -50px;
}
@media (max-width: 992px) {
  .lightpink_mediatxt .mediacontent {
    text-align: center;
  }
  .lightpink_mediatxt .mediacontent img {
    max-width: 500px;
  }
}
@media (max-width: 992px) {
  .lightpink_mediatxt .mediacontent img {
    max-width: 100%;
  }
}
/****************************************************************************/
/* BLOC - BLOG
/****************************************************************************/
.blog_part .introcontent {
  padding-top: 60px;
}
.blog_part .introcontent h2 {
  font-size: 5.5rem;
}
@media (max-width: 1200px) {
  .blog_part .introcontent h2 {
    font-size: 4rem;
    line-height: 42px;
  }
}
@media (max-width: 768px) {
  .blog_part .introcontent h2 {
    font-size: 3rem;
  }
}
.blog_part .introcontent h2 strong {
  color: #F4ECEB;
  background: #E73747;
  border-radius: 7px;
  display: table;
  padding: 15px 20px;
  line-height: 54px;
  transform: rotate(-3deg);
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .blog_part .introcontent h2 strong {
    line-height: 42px;
    margin-bottom: 10px;
  }
}
.blog_part .newslider {
  margin-left: 70px;
}
@media (max-width: 1200px) {
  .blog_part .newslider {
    max-width: 530px;
    margin: auto;
    padding-bottom: 60px;
  }
  .blog_part .newslider.slick-slider .slick-arrow {
    left: 50px;
    right: 0;
    margin: auto;
    bottom: 0px;
    top: auto;
    transform: none;
  }
  .blog_part .newslider.slick-slider .slick-arrow.slick-prev {
    left: -50px;
  }
}
.item-blog, .item-team {
  position: relative;
}
.item-blog .post-date, .item-team .post-date {
  display: block;
  margin-bottom: 10px;
  font-size: 1.7rem;
  text-align: right;
}
.item-blog .post-thumbnail, .item-team .post-thumbnail {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  border-radius: 7px;
}
.item-blog .post-thumbnail img, .item-team .post-thumbnail img {
  border-radius: 7px;
  height: auto;
  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;
  width: 100%;
}
.item-blog .post-title, .item-team .post-title {
  font-size: 2.8rem;
  margin-bottom: 0;
  font-weight: 900;
  line-height: initial;
  font-family: "aptos", sans-serif;
  color: #2D254B;
}
@media (max-width: 768px) {
  .item-blog .post-title, .item-team .post-title {
    font-size: 2.8rem;
  }
}
.item-blog .lecture-time, .item-team .lecture-time {
  font-style: italic;
}
.item-blog:hover .post-thumbnail img, .item-team:hover .post-thumbnail img {
  transform: scale(1.1);
}
.item-blog:hover span.morelink::before, .item-team:hover span.morelink::before {
  width: 0;
}
.item-blog:hover span.morelink::after, .item-team:hover span.morelink::after {
  right: -35px;
}
.item-team .post-thumbnail::before {
  content: "";
  background: url(../img/co-symbole.svg) repeat left center;
  background-size: auto;
  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;
  height: 100%;
  width: 130px;
  background-size: 65px;
  right: 0;
  top: 0;
  opacity: 0;
  z-index: 10;
}
.item-team .post-thumbnail::after {
  content: "";
  background: #2D254B;
  position: absolute;
  height: 100%;
  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;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 0;
}
.item-team .post-thumbnail .icon {
  position: absolute;
  max-width: 180px;
  max-height: 115px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  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;
}
.item-team .post-title {
  font-size: 1.8rem;
  font-family: "aptos", sans-serif;
  font-weight: 800;
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
}
.item-team .post-title::after {
  content: "";
  background: url(../img/morelink-arrow.svg) no-repeat right center;
  position: absolute;
  right: -25px;
  top: 7px;
  width: 13px;
  -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: 13px;
}
.item-team .post-title::before {
  content: "";
  background: #2D254B;
  position: absolute;
  left: 0;
  width: 0;
  height: 2px;
  -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;
  bottom: 0;
}
.item-team:hover .post-thumbnail .icon {
  opacity: 1;
  z-index: 10;
  width: auto;
  transform: translateY(-50%);
}
.item-team:hover .post-thumbnail::before {
  opacity: 0.07;
}
.item-team:hover .post-thumbnail::after {
  opacity: 1;
}
.item-team:hover .post-title::before {
  width: 100%;
}
.item-team:hover .post-title::after {
  right: -40px;
}
span.morelink, a.morelink {
  font-weight: 800;
  position: relative;
  display: inline-block;
  color: #2D254B !important;
  padding-bottom: 3px;
  margin-top: 15px;
}
span.morelink::after, a.morelink::after {
  content: "";
  background: url(../img/morelink-arrow.svg) no-repeat right center;
  position: absolute;
  right: -25px;
  top: 7px;
  width: 13px;
  -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: 13px;
}
span.morelink::before, a.morelink::before {
  content: "";
  background: #2D254B;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  -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;
  bottom: 0;
}
span.morelink:hover::before, a.morelink:hover::before {
  width: 0;
}
span.morelink:hover::after, a.morelink:hover::after {
  right: -35px;
}
/****************************************************************************/
/* ARCHIVE RESSOURCES
/****************************************************************************/
.post-type-archive-ressource .grid {
  height: auto !important;
  margin-bottom: 40px;
}
.post-type-archive-ressource .grid .item-ressource {
  margin: 0;
  position: relative !important;
  top: auto !important;
  padding: 10px;
}
.post-type-archive-ressource .grid .item-ressource li {
  display: inline-block;
  width: 100%;
}
/****************************************************************************/
/* HOMEPAGE
/****************************************************************************/
.home .bannerpage {
  padding-top: 40px;
}
.home .bannerpage h1 {
  font-size: 7.7rem;
}
@media (max-width: 768px) {
  .home .bannerpage h1 {
    font-size: 5.7rem;
    line-height: 47px;
  }
}
@media (max-width: 768px) {
  .home .bannerpage h1 {
    font-size: 4.7rem;
  }
}
.home .bannerpage h1 strong {
  font-family: "Licorice";
  display: block;
  font-size: 6.5rem;
  font-weight: inherit;
  transform: rotate(-7deg);
  margin-top: 20px;
}
/****************************************************************************/
/* ARCHIVES
/****************************************************************************/
.filters {
  position: absolute;
  bottom: 21px;
  left: 0;
  right: 0;
  max-width: 1320px;
  text-align: center;
  margin: auto;
  z-index: 10;
}
@media (max-width: 1200px) {
  .filters {
    position: relative;
    bottom: 0;
  }
}
.filters label {
  position: relative;
}
.filters label input {
  position: absolute;
  top: 0;
  left: -9999px;
  opacity: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: visible;
  z-index: 999;
  cursor: pointer;
}
.filters label input + span.btn {
  background: #FFFFFF;
  margin: 0 7px 10px;
  color: #2D254B;
}
.filters label input:checked + span.btn {
  border-color: #E73747;
}
.filters label input:checked + span.btn::after {
  width: 100%;
}
.pagination {
  justify-content: flex-end;
  margin: 30px 0 50px;
}
.pagination .page-btn {
  background: transparent;
  border: none;
  position: relative;
  margin: 0 5px;
  font-family: "azo-sans-uber", sans-serif;
  color: #E52434;
  padding: 15px;
  width: 45px;
  text-align: center;
}
.pagination .page-btn.active::after {
  content: "";
  background: url(../img/list-ol.svg) no-repeat center;
  background-size: auto;
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 48px;
  background-size: cover;
  height: 45px;
}
/****************************************************************************/
/* FOOTER
/****************************************************************************/
footer {
  padding-top: 10px;
}
ul.social {
  margin: 30px 0 0;
}
ul.social li {
  padding-left: 0;
}
ul.social li::before {
  display: none;
}
ul.social li img {
  max-height: 36px;
}
ul.social li + li {
  margin-left: 35px;
}
.footer {
  background-color: #1E1836;
  color: #FFFFFF;
  padding: 140px 0 60px;
  position: relative;
}
.footer::before {
  content: "";
  background: url(../img/footer-before.svg) no-repeat center;
  width: 100%;
  height: 85px;
  position: absolute;
  left: 0;
  background-size: cover;
  top: -1px;
}
.footer .leftcontent {
  padding-right: 50px;
  z-index: 10;
}
@media (max-width: 991px) {
  .footer .leftcontent {
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-bottom: 40px;
    text-align: center;
  }
}
.footer .leftcontent .logo-footer {
  max-height: 54px;
}
.footer .footer_menu {
  padding-left: 0;
  text-align: right;
  margin-bottom: 0;
}
.footer .footer_menu > li {
  display: inline-block;
}
@media (max-width: 991px) {
  .footer .footer_menu > li {
    display: block;
    text-align: center;
  }
}
.footer .footer_menu > li a {
  padding: 0;
  text-transform: uppercase;
  font-weight: 800;
  margin: 5px 0;
}
.footer .footer_menu > li + li {
  margin-left: 40px;
}
@media (max-width: 1200px) {
  .footer .footer_menu > li + li {
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  .footer .footer_menu > li + li {
    margin-left: 0;
    margin-top: 5px;
  }
}
.lastonpage .footer {
  margin-top: -20px;
}
@media (max-width: 576px) {
  .lastonpage .footer {
    margin-top: -80px;
  }
}
.lastonpage .footer::before {
  background-image: url(../img/footer-before-blue.svg);
}
/****************************************************************************/
/* FORMS
/****************************************************************************/
.page-template-page-contact .bannerpage {
  padding-bottom: 180px;
  z-index: -1;
}
@media (max-width: 576px) {
  .page-template-page-contact .bannerpage {
    padding-bottom: 110px;
  }
}
@media (max-width: 991px) {
  .page-template-page-contact .wp-block-columns {
    flex-wrap: wrap !important;
  }
}
@media (max-width: 991px) {
  .page-template-page-contact .wp-block-columns .wp-block-column {
    width: 100%;
    flex-basis: 100% !important;
  }
}
@media (max-width: 576px) {
  .page-template-page-contact .find_agency_part {
    margin-top: 0;
  }
}
.single-agencies .bannerpage {
  margin-bottom: 10px;
}
#loginform {
  padding: 75px 60px;
  color: #2D254B;
  background: #FFFFFF;
  margin-top: -40px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  max-width: 700px;
  margin: auto;
  border-radius: 20px;
}
@media (max-width: 768px) {
  #loginform {
    padding: 35px 20px;
  }
}
#loginform p, #loginform a.tel {
  color: #2D254B !important;
  margin-bottom: 10px;
}
#loginform label {
  margin-bottom: 7px;
  font-size: 1.7rem;
  font-weight: 600;
  margin-top: 15px;
}
#loginform input, #loginform textarea, #loginform select {
  background: transparent;
  border: none;
  border-bottom: 2px solid #2D254B;
  color: #2D254B;
  padding: 10px 0;
  border-radius: 0;
  font-weight: 600;
  width: 100%;
  text-transform: uppercase;
  font-size: 1.7rem;
  font-family: "aptos", sans-serif;
}
#loginform input:focus, #loginform textarea:focus, #loginform select:focus {
  box-shadow: none;
  outline: none;
}
#loginform input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px white inset;
  -webkit-text-fill-color: #2D254B;
  /* Change the color to your own background color */
}
#loginform input[type="checkbox"] {
  width: 25px;
}
#loginform p.login-submit {
  text-align: right;
}
#loginform p.login-submit input[type="submit"] {
  width: auto;
}
#loginform .form-group {
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  #loginform .form-group {
    margin-bottom: 20px;
  }
}
#loginform .form-group .wpcf7-not-valid-tip {
  font-size: 1.3rem;
}
#loginform .form-group label {
  margin-bottom: 7px;
  text-transform: uppercase;
  font-size: 1.7rem;
  font-weight: 600;
  margin-top: 15px;
}
#loginform .form-group label.form-label {
  margin-bottom: 0;
  position: absolute;
  margin-top: 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: 15px;
  left: calc(var(--bs-gutter-x)/ 2);
}
#loginform .form-group label.form-label.active {
  font-size: 1.3rem;
  font-weight: 800;
  top: -12px;
}
#loginform .form-group textarea, #loginform .form-group .codedropz-upload-wrapper .codedropz-upload-handler {
  border: 2px solid #2D254B;
  padding: 10px;
}
#loginform .form-group textarea {
  height: 156px;
}
#loginform .form-group span.smalldesc {
  font-size: 1.3rem;
  text-align: right;
  display: block;
}
#loginform .form-group .codedropz-upload-wrapper .codedropz-upload-handler {
  border-radius: 0;
  margin-bottom: 4px;
}
#loginform .form-group .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container {
  padding: 5px 0;
}
#loginform .form-group .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-btn-wrap {
  display: inline;
}
#loginform .form-group .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-btn-wrap a {
  color: #FFFFFF;
  cursor: pointer;
  pointer-events: all;
}
#loginform .form-group .codedropz-upload-wrapper .codedropz-upload-handler .dnd-upload-counter {
  display: none;
}
#loginform .form-group span.wpcf7-list-item {
  margin-left: 0;
  width: 50%;
}
@media (max-width: 576px) {
  #loginform .form-group span.wpcf7-list-item {
    width: 100%;
    margin: 10px 0;
  }
}
#loginform .form-group span.wpcf7-list-item label {
  position: relative;
  margin-top: 0;
  font-size: 2.2rem;
  font-weight: 900;
}
#loginform .form-group span.wpcf7-list-item input[type="radio"] {
  position: absolute;
  top: 0;
  left: -9999px;
  opacity: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: visible;
  z-index: 999;
  cursor: pointer;
}
#loginform .form-group span.wpcf7-list-item input[type="radio"] + span.wpcf7-list-item-label {
  margin-bottom: 0;
  padding-left: 47px;
}
#loginform .form-group span.wpcf7-list-item input[type="radio"] + span.wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  width: 35px;
  height: 35px;
  background: url(../img/radio-button.svg) no-repeat center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#loginform .form-group span.wpcf7-list-item input[type="radio"] + span.wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 3px;
  width: 29px;
  height: 28px;
  border: none;
  -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;
}
#loginform .form-group span.wpcf7-list-item input[type="radio"]:checked + span.wpcf7-list-item-label::after {
  background: url(../img/radio-button-active.svg) no-repeat center;
}
#loginform input[type="submit"] {
  padding: 15px 34px 16px;
  background: #E73747;
  -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;
  color: #FFFFFF;
  font-size: 1.8rem;
  border-radius: 7px;
  margin-right: 0;
  font-weight: 700;
  border: none;
}
@media (max-width: 576px) {
  #loginform input[type="submit"] {
    font-size: 1.8rem;
  }
}
#loginform input[type="submit"]:hover {
  background: #2D254B;
}
#loginform input[type="submit"]:focus {
  outline: none;
  box-shadow: none;
}
#loginform 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) {
  #loginform input[type="submit"] + .wpcf7-spinner {
    margin: 0 5px;
  }
}
#loginform input[type="submit"]:hover + .wpcf7-spinner {
  margin-left: 30px;
}
@media (max-width: 576px) {
  #loginform 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);
}
/****************************************************************************/
/* GALLERY
/****************************************************************************/
