@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html, body {
  color: #747474;
}

.maincolor {
  color: #1E1A45;
}

.sndcolor {
  color: #6C7C8B;
}

.dark {
  color: #747474;
}

.white {
  color: #FFFFFF;
}

.blue {
  color: #3F85A1;
}

.thirdcolor {
  color: #7B2A46;
}

.red {
  color: #D6555F;
}

.bgmain {
  background: #1E1A45;
}

.bgwhite {
  background: #FFFFFF;
}

.bgsnd {
  background: #6C7C8B;
}

.bgdark {
  background: #747474;
}

.bgblue {
  background: #3F85A1;
}

.bgthird {
  background: #7B2A46;
}

.bgred {
  background: #D6555F;
}

h1 {
  color: #FFFFFF;
}

h2 {
  color: #1E1A45;
}

a {
  text-decoration: none;
  color: #1E1A45;
  font-weight: inherit;
}

p, li {
  color: #747474;
}

* {
  font-family: "Poppins", sans-serif;
  outline-style: none !important;
}

html, body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  margin: 10px 0;
  font-weight: 400;
  font-style: normal;
  line-height: 25px;
}

.ttu {
  text-transform: uppercase;
}

.tac {
  text-align: center;
}

h1 {
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  line-height: 54px;
  font-weight: 700;
  color: #1E1A45;
}

h2 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}
h2 span.light {
  font-weight: 500;
  color: #747474;
  display: block;
  line-height: 38px;
  font-size: 25px;
}
@media only screen and (max-width: 550px) {
  h2 {
    font-size: 35px;
  }
}

h3 {
  font-size: 30px;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
  color: #1E1A45;
  font-weight: 800;
  margin: 20px 0;
}

h4 {
  font-size: 18px;
  font-weight: 800;
  line-height: 22px;
}

h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
}

a {
  font-family: inherit;
  font-size: inherit;
}
a.none {
  text-decoration: none;
}
a:hover {
  color: #6C7C8B;
}
a.hover_snd:hover {
  color: #6C7C8B;
}
a.white_link:hover {
  color: #FFFFFF;
}

.content a {
  text-decoration: none;
  color: #1E1A45;
}
.content a:hover {
  color: #7B2A46;
  text-decoration: underline;
}
.content p {
  margin: 25px 0;
}
.content p, .content li {
  text-align: inherit;
  color: inherit;
  font-size: 16px;
  line-height: 23px;
  color: #747474;
}
.content strong {
  font-weight: 900;
}
.content.last-center p {
  text-align-last: center;
}

p, address {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  margin: 10px 0;
  font-weight: 400;
  font-style: normal;
  line-height: 25px;
}

small {
  font-size: 12px;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.extrabold {
  font-weight: 800;
}

.light {
  font-weight: 300 !important;
}

.blackfont {
  font-weight: 900;
}

.mainfont {
  font-family: "Poppins", sans-serif;
}

.titrefont {
  font-family: "Poppins", sans-serif;
}

.thirdfont {
  font-family: "Poppins", sans-serif;
}

.underline {
  text-decoration: underline;
}

.nosouligne {
  text-decoration: none;
}

.letterspace {
  letter-spacing: 1.5px;
}

.letterspacebig {
  letter-spacing: 3px;
}

.italic {
  font-style: italic;
}

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

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

em {
  font-family: inherit;
  font-style: italic;
  font-size: inherit;
}

strong {
  font-weight: 900;
  font-family: inherit;
  font-size: inherit;
}

span {
  font-family: inherit;
  font-weight: inherit;
  font-family: inherit;
}

.uppercase {
  text-transform: uppercase;
}

.normal {
  text-transform: initial;
}

.capitalize {
  text-transform: capitalize;
}

.smallLineheight {
  line-height: 20px;
}

ul {
  padding-left: 20px;
}
ul li {
  padding-left: 3px;
  list-style-type: disc;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: inherit;
}
ul.none {
  padding-left: 0;
}
ul.none li {
  padding-left: 0;
  list-style-type: none;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

ol {
  padding-left: 20px;
}
ol li {
  padding-left: 3px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: inherit;
}
ol.none {
  padding-left: 0;
}
ol.none li {
  padding-left: 0;
  list-style-type: none;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.border_text {
  color: transparent;
  -webkit-text-stroke: 1px #1E1A45;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 60px;
}

.border_text.white_stroke {
  -webkit-text-stroke: 1px #FFFFFF;
}

hr {
  border: none;
  background: #1E1A45;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}
hr.white_hr {
  background: #FFFFFF;
  width: 100%;
}

.f11 {
  font-size: 11px;
}

.f12 {
  font-size: 12px;
}

.f13 {
  font-size: 13px;
}

.f14 {
  font-size: 14px;
}

.f15 {
  font-size: 15px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.f22 {
  font-size: 22px;
}

.f25 {
  font-size: 25px;
}

.f30 {
  font-size: 30px;
}

.f32 {
  font-size: 32px;
}

.f35 {
  font-size: 35px;
}

.f40 {
  font-size: 40px;
}

.l43 {
  line-height: 43px;
}

.l35 {
  line-height: 35px;
}

.l30 {
  line-height: 30px;
}

.l25 {
  line-height: 25px;
}

.l22 {
  line-height: 22px;
}

.l18 {
  line-height: 19px;
}

.l18 {
  line-height: 18px;
}

.l16 {
  line-height: 16px;
}

.l20 {
  line-height: 20px;
}

.l15 {
  line-height: 15px;
}

input, textarea {
  border: 1px solid #d3d3d3;
  border-radius: 10px;
  margin: 0;
  margin-top: 5px;
  background: white;
  color: 14px;
  height: 32px;
  padding: 15px 10px;
}

label {
  margin: 0;
  color: #1E1A45;
}

textarea {
  height: 150px;
}

input[type=checkbox] {
  display: none;
}

.check_consent .text_check {
  display: none;
}
.check_consent span {
  font-size: 12px;
  line-height: 15px;
}
.check_consent .check::before {
  content: "";
}
.check_consent .check input[type=checkbox]:checked ~ span::before {
  content: url(../images/checked.svg);
  width: 22px;
  height: 22px;
}
.check_consent .check span {
  display: flex;
}
.check_consent .check span::before {
  content: url(../images/uncheck.svg);
  width: 22px;
  height: 22px;
  margin-right: 0.5rem;
}

input[type=submit] {
  border-radius: unset;
  font-weight: 600;
  font-size: 17px;
  margin-right: 0;
}

.btn {
  display: flex;
  align-items: center;
  width: max-content;
  margin: auto;
  height: 44px;
  border: 1px solid #1E1A45;
  padding: 0 15px;
  font-size: 15px;
  transition: 0.3s;
  color: #1E1A45;
}
.btn:hover {
  color: white !important;
  background: #1E1A45;
}

.m100 {
  max-width: 100%;
}

.m90 {
  max-width: 90%;
}

.m75 {
  max-width: 75%;
}

.m50 {
  max-width: 50%;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.index-999 {
  z-index: 999;
}

.vmiddle {
  vertical-align: middle;
}

@media screen and (min-width: 1439px) {
  .container_large {
    min-width: 1324px;
    padding-left: 70px;
    padding-right: 70px;
  }
}

.fil_arianne {
  margin-bottom: 70px;
}
.fil_arianne .last {
  font-weight: 700;
  color: #3F85A1;
}
.fil_arianne .separator {
  color: #1E1A45;
  font-weight: 600;
}
.fil_arianne a, .fil_arianne span {
  color: black;
  font-size: 12px;
}

/* animation burger -> close */
@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 15px;
    transform: rotate(0);
  }
  100% {
    top: 15px;
    transform: rotate(-45deg);
  }
}
@keyframes top-2 {
  0% {
    top: 15px;
    transform: rotate(-45deg);
  }
  50% {
    top: 15px;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}
@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 15px;
    transform: rotate(0);
  }
  100% {
    bottom: 15px;
    transform: rotate(45deg);
  }
}
@keyframes bottom-2 {
  0% {
    bottom: 15px;
    transform: rotate(45deg);
  }
  50% {
    bottom: 15px;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}
@keyframes scaled {
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.icon_burger {
  width: 40px;
  height: 50px;
  margin-top: 0;
}
@media (min-width: 380px) {
  .icon_burger {
    width: 45px;
  }
}
.icon_burger div {
  display: block;
  width: 100%;
  height: 3px;
  background: #6C7C8B;
  transition: all 0.3s;
  position: relative;
  margin-top: 10px;
}

.margin_fixed {
  margin-top: 107px;
}
@media (min-width: 575px) {
  .margin_fixed {
    margin-top: 125px;
  }
}
@media (min-width: 991px) {
  .margin_fixed {
    margin-top: 234px;
  }
}

#sticky .header_desktop {
  padding: 20px 0 30px 0;
  height: 170px;
}
#sticky .header_desktop .logo img {
  margin-top: 15px;
}
#sticky .header_desktop ul {
  margin-top: 0;
}

header {
  position: relative;
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  background: white;
  padding-block: 26px 29px;
  background: #FFFFFF;
}
header .appointment_hover {
  cursor: pointer;
  position: absolute;
  bottom: -250px;
  right: 0;
  background: #3F85A1;
  border: 1px solid white;
  padding: 4px 10px 4px 10px;
  z-index: 101;
  transition: 0.3s;
  height: 130px;
  width: 45px;
  z-index: 101;
  overflow: hidden;
  display: none;
}
@media (min-width: 767px) {
  header .appointment_hover {
    display: block;
    height: 160px;
    width: 56px;
  }
}
@media (min-width: 767px) {
  header .appointment_hover:hover {
    width: 200px;
    background: #3F85A1;
  }
}
@media (min-width: 767px) {
  header .appointment_hover:hover .content_appointment {
    opacity: 1;
    width: 100%;
  }
}
@media (min-width: 767px) {
  header .appointment_hover:hover .appointment {
    opacity: 0;
  }
}
header .appointment_hover .content_appointment {
  transition: 0.3s;
  opacity: 0;
}
header .appointment_hover .content_appointment p {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  width: max-content;
  color: white;
  font-size: 16px;
}
header .appointment_hover .content_appointment p:nth-child(1) {
  margin: auto;
  margin-top: 15px;
}
header .appointment_hover .content_appointment p:nth-child(3) {
  border: 1px solid white;
  font-size: 15px;
  width: max-content;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 7px 10px 7px 10px;
}
header .appointment_hover .content_appointment p:nth-child(4) {
  color: #6C7C8B;
  font-weight: 500;
  margin: auto;
  letter-spacing: 2px;
}
header .appointment_hover .content_appointment hr {
  background: white;
  width: 60px;
  margin: auto;
  margin-top: 8px;
  margin-bottom: 15px;
  opacity: 1;
}
header .appointment_hover .appointment {
  cursor: pointer;
  position: absolute;
  top: 47px;
  right: -32px;
  padding: 4px 10px 4px 10px;
  transform: rotate(-90deg);
  z-index: 102;
  transition: 0.2s;
  width: max-content;
  opacity: 1;
}
@media (min-width: 767px) {
  header .appointment_hover .appointment {
    top: 62px;
    right: -37px;
  }
}
header .appointment_hover .appointment p {
  color: white;
  font-size: 14px;
  letter-spacing: 3px;
  transition: 0.3s;
  margin: 0;
}
@media (min-width: 767px) {
  header .appointment_hover .appointment p {
    font-size: 18px;
  }
}
header .header_mobile {
  width: 100%;
  height: 105px;
}
@media (min-width: 575px) {
  header .header_mobile {
    height: 123px;
  }
}
@media (min-width: 991px) {
  header .header_mobile {
    display: none;
  }
}
header .header_mobile .logo_mobile img {
  width: 130px;
}
@media (min-width: 575px) {
  header .header_mobile .logo_mobile img {
    width: 155px;
  }
}
header .header_mobile .nav_header_mobile {
  padding: 20px 0 10px 0;
}
header .header_mobile .menu_burger {
  display: none;
  position: fixed;
  background-color: white;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: auto;
}
header .header_mobile .menu_burger .back_bot {
  position: absolute;
  object-fit: cover;
  object-position: top;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30vh;
  z-index: -1;
}
header .header_mobile .menu_burger .nav_header_mobile {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100px;
  padding-top: 0;
}
@media (min-width: 575px) {
  header .header_mobile .menu_burger .nav_header_mobile {
    height: 120px;
  }
}
header .header_mobile .menu_burger .nav_header_mobile div {
  align-items: flex-start;
  transition: 0.3s;
}
header .header_mobile .menu_burger .nav_header_mobile .logo_mobile {
  visibility: hidden;
}
header .header_mobile .menu_burger .nav_header_mobile .icon_burger {
  display: block;
}
header .header_mobile .menu_burger > div:nth-child(2) {
  height: 80vh;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}
header .header_mobile .menu_burger > div:nth-child(2) ul {
  width: 250px;
  margin: auto;
}
header .header_mobile .menu_burger > div:nth-child(2) #burger_top {
  margin-bottom: 0;
}
header .header_mobile .menu_burger > div:nth-child(2) #burger_top .sep_burger {
  position: relative;
  display: flex;
  margin: 17px auto;
  height: 3px;
}
header .header_mobile .menu_burger > div:nth-child(2) #burger_top .sep_burger::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #3F85A1;
}
@media (min-width: 575px) {
  header .header_mobile .menu_burger > div:nth-child(2) #burger_top .sep_burger::before {
    width: 200px;
  }
}
header .header_mobile .menu_burger > div:nth-child(2) #burger_top .mini {
  margin: 8px auto;
}
header .header_mobile .menu_burger > div:nth-child(2) #burger_top .mini::before {
  height: 2px;
}
header .header_mobile .menu_burger > div:nth-child(2) #burger_top li {
  list-style-type: none;
  text-align: left;
  padding-left: 0;
  margin-bottom: 20px;
}
header .header_mobile .menu_burger > div:nth-child(2) #burger_top li a, header .header_mobile .menu_burger > div:nth-child(2) #burger_top li p {
  color: #1E1A45;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  cursor: pointer;
}
header .header_mobile .menu_burger > div:nth-child(2) #burger_top li .blue {
  color: #3F85A1 !important;
}
header .header_mobile .menu_burger > div:nth-child(2) #burger_top .light {
  margin-bottom: 10px;
}
header .header_mobile .menu_burger > div:nth-child(2) #burger_top .light a {
  font-size: 14px;
  font-weight: 400;
}
header .header_mobile .menu_burger > div:nth-child(2) #burger_top .mentions_burger a {
  font-weight: lighter;
}
header .header_mobile .menu_burger > div:nth-child(2) #burger_top .menu_deroulant_mobile .arrow_up::before {
  transform: rotate(225deg);
  top: 6px;
}
header .header_mobile .menu_burger > div:nth-child(2) #burger_top .menu_deroulant_mobile p {
  position: relative;
}
header .header_mobile .menu_burger > div:nth-child(2) #burger_top .menu_deroulant_mobile p::before {
  content: "";
  position: absolute;
  border: 2px solid #6C7C8B;
  border-top: unset;
  border-left: unset;
  transition: 0.3s;
  height: 12px;
  width: 12px;
  transform: rotate(45deg);
  top: -9px;
  bottom: 0;
  right: 40px;
  transition: 0.3s;
  margin: auto;
}
header .header_mobile .menu_burger > div:nth-child(2) #burger_top .menu_deroulant_mobile .sous_menu_mobile {
  display: none;
  position: relative;
  padding: 0;
  width: unset;
}
header .header_mobile .menu_burger > div:nth-child(2) #burger_top .menu_deroulant_mobile .sous_menu_mobile li {
  line-height: 20px;
  margin-bottom: 0;
}
header .header_mobile .menu_burger > div:nth-child(2) #burger_top .menu_deroulant_mobile .sous_menu_mobile li a {
  color: #6C7C8B;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
header .header_desktop {
  position: relative;
  padding-block: 0;
  transition: 0.3s;
  display: none;
}
@media (min-width: 991px) {
  header .header_desktop {
    display: block;
    height: fit-content;
  }
}
header .header_desktop .logo {
  display: flex;
}
header .header_desktop .logo img {
  margin: auto;
  margin-left: 0;
  width: 200px;
  transition: 0.3s;
}
header .header_desktop ul {
  padding: 0;
  transition: 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-block: 0;
}
header .header_desktop ul:not(.submenu)::before {
  content: "";
  position: absolute;
  left: -40px;
  top: -60px;
  height: 160px;
  width: 2px;
  background: #3F85A1;
}
header .header_desktop ul li {
  list-style-type: none;
  margin-bottom: 10px;
  color: #1E1A45;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 1.43;
  font-weight: 500;
}
header .header_desktop ul li a {
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 1.43;
  font-weight: 500;
}
header .header_desktop ul li:last-of-type {
  margin-bottom: 0;
}
header .header_desktop ul li:has(.submenu) {
  position: relative;
  width: fit-content;
  cursor: pointer;
  transition: 0.3s;
}
header .header_desktop ul li:has(.submenu):hover, header .header_desktop ul li:has(.submenu):active, header .header_desktop ul li:has(.submenu):focus {
  color: #3F85A1;
  transition: 0.3s;
}
header .header_desktop ul li:has(.submenu).active::after {
  transform: rotate(180deg);
  transition: 0.3s;
}
header .header_desktop ul li:has(.submenu)::after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background-image: url("../images/arrow-down.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transform: translateY(-3px);
  position: absolute;
  right: -25px;
  top: 3px;
  transform: rotate(0);
  transition: 0.3s;
}
header .header_desktop ul .submenu {
  display: none;
}
header .header_desktop .pre_menu {
  position: absolute;
  top: 0;
  right: 10px;
}
header .header_desktop .pre_menu::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -80px;
  width: 2px;
  height: calc(100% + 10px);
  background: #E4E4E4;
}
header .header_desktop .pre_menu div {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90px;
  padding-top: 15px;
  height: 50px;
}
header .header_desktop .pre_menu div::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -20px;
  width: 2px;
  height: calc(100% + 10px);
  background: #E4E4E4;
}
header .header_desktop .pre_menu div::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 2px;
  height: calc(100% + 10px);
  background: #E4E4E4;
}
header .header_desktop .pre_menu div a {
  fot-size: 12px;
  line-height: 13px;
  display: block;
  color: #3F85A1;
}

.header__boutons {
  display: flex;
  align-items: center;
  border: solid 1px #E94362;
  border-radius: 60px;
  width: fit-content;
  overflow: hidden;
  margin-left: auto;
  position: relative;
}
.header__boutons .header__boutons-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 60px;
  background: #E94362;
  transition: all 0.3s ease;
  z-index: 0;
}
.header__boutons > a {
  position: relative;
  z-index: 1;
  width: fit-content;
  padding: 6px 20px 6px 9px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #E94362;
  border: solid 1px transparent;
  border-radius: 60px;
  background: transparent;
  transition: color 0.3s ease;
}
.header__boutons > a:hover, .header__boutons > a:focus, .header__boutons > a:active {
  color: #FFFFFF;
}
.header__boutons > a::before {
  content: "";
  display: block;
  width: 39px;
  height: 39px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.header__boutons > a:hover::before, .header__boutons > a:focus::before, .header__boutons > a:active::before {
  transition: 0.3s;
}
.header__boutons .header__contact::before {
  background-image: var(--icon, url("../images/btn-phone.svg"));
}
.header__boutons .header__client::before {
  background-image: var(--icon, url("../images/btn-client.svg"));
}

footer {
  background: white;
  position: relative;
  z-index: 9;
  padding: 30px 0 10px 0;
}
footer::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 55px;
  background: #F6F6F6;
  z-index: -1;
}
footer .container {
  position: relative;
}
footer .pre_menu {
  position: absolute;
  bottom: 0;
  right: 10px;
}
footer .pre_menu div {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 175px;
  padding-top: 15px;
  height: 50px;
}
footer .pre_menu div a {
  fot-size: 12px;
  line-height: 13px;
  display: block;
  color: #3F85A1;
}
footer .logo {
  position: relative;
  display: flex;
}
@media (min-width: 991px) {
  footer .logo {
    display: block;
  }
}
footer .logo::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 260px;
  height: 140px;
  background: white;
  z-index: -1;
}
@media (min-width: 991px) {
  footer .logo::before {
    left: -10px;
    right: unset;
  }
}
footer .logo img {
  margin: auto;
}
footer .rsx {
  width: max-content;
  margin: 40px auto;
  display: flex;
  align-items: center;
  height: 30px;
}
@media (min-width: 991px) {
  footer .rsx {
    margin-top: 20px;
    margin-bottom: 0;
    width: unset;
  }
}
footer .rsx p {
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  color: #1E1A45;
}
footer .rsx a {
  display: block;
  height: max-content;
  margin-left: 10px;
  height: 26px;
  width: 26px;
}
footer .rsx a img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
footer .navigation {
  position: relative;
}
@media (min-width: 991px) {
  footer .navigation {
    padding-top: 100px;
  }
}
footer .navigation::before {
  content: "";
  position: absolute;
  left: -30px;
  bottom: -35px;
  height: 250px;
  width: 2px;
  background: #3F85A1;
  display: none;
}
@media (min-width: 991px) {
  footer .navigation::before {
    display: block;
  }
}
footer .navigation ul {
  padding: 0;
}
footer .navigation ul li {
  list-style-type: none;
  margin-bottom: 10px;
  padding-left: 0;
}
footer .navigation .lighter {
  margin-top: 20px;
  margin-bottom: 0;
}
footer .navigation .lighter li {
  text-transform: unset;
  font-size: 14px;
  line-height: 15px;
}

/* HOME */
.presentation_home_part {
  padding: 90px 0 80px 0;
  position: relative;
}
@media (min-width: 991px) {
  .presentation_home_part {
    height: 700px;
  }
}
.presentation_home_part .photo_deco {
  position: absolute;
  top: 180px;
  left: calc(50% + 540px);
  margin: auto;
  height: 300px;
  width: 50%;
}
@media (min-width: 991px) {
  .presentation_home_part .photo_deco {
    width: unset;
    display: none;
    top: 190px;
    left: calc(50% + 450px);
  }
}
@media (min-width: 1199px) {
  .presentation_home_part .photo_deco {
    left: calc(50% + 540px);
  }
}
@media (min-width: 1439px) {
  .presentation_home_part .photo_deco {
    display: block;
  }
}
.presentation_home_part .photo_deco::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3F85A1;
  opacity: 0.7;
  z-index: 10;
}
.presentation_home_part .photo_deco img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.presentation_home_part .presentation_home {
  position: relative;
}
.presentation_home_part .presentation_home::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -300px;
  background: url(../images/deco_3.svg) no-repeat;
  background-size: contain;
  width: 500px;
  height: 500px;
  z-index: -1;
}
@media (min-width: 575px) {
  .presentation_home_part .presentation_home::before {
    top: -90px;
    left: -300px;
    width: 600px;
    height: 600px;
  }
}
.presentation_home_part .presentation_home span {
  position: absolute;
  top: 15px;
  right: 29px;
  width: 2px;
  height: 70px;
  background: #6C7C8B;
  display: none;
}
@media (min-width: 991px) {
  .presentation_home_part .presentation_home span {
    display: block;
  }
}
.presentation_home_part .presentation_home span::before {
  content: "";
  position: absolute;
  top: -90px;
  left: -52px;
  right: 0;
  margin: auto;
  background: url(../images/deco_2.png) no-repeat;
  width: 105px;
  height: 85px;
}
.presentation_home_part .presentation_home .title_content {
  background: white;
}
@media (min-width: 575px) {
  .presentation_home_part .presentation_home .title_content {
    padding-left: 20px;
    padding-bottom: 20px;
  }
}
.presentation_home_part .presentation_home .title_content h1 {
  color: #1E1A45;
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px;
}
@media (min-width: 575px) {
  .presentation_home_part .presentation_home .title_content h1 {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (min-width: 991px) {
  .presentation_home_part .presentation_home .title_content h1 {
    font-size: 42px;
    line-height: 42px;
  }
}
@media (min-width: 1199px) {
  .presentation_home_part .presentation_home .title_content h1 {
    font-size: 50px;
    line-height: 50px;
  }
}
.presentation_home_part .presentation_home .title_content p {
  padding-left: 20px;
  border-left: 2px solid #D6555F;
  color: #6C7C8B;
  margin: 0;
  font-size: 17px;
  line-height: 25px;
  margin-top: 30px;
  margin-left: 30px;
}
@media (min-width: 767px) {
  .presentation_home_part .presentation_home .title_content p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 991px) {
  .presentation_home_part .presentation_home .title_content p {
    margin-left: 100px;
  }
}
.presentation_home_part .presentation_home .photos {
  z-index: -1;
  margin-top: 50px;
  height: 250px;
  display: flex;
  width: 100%;
}
@media (min-width: 380px) {
  .presentation_home_part .presentation_home .photos {
    height: 300px;
  }
}
@media (min-width: 575px) {
  .presentation_home_part .presentation_home .photos {
    display: block;
  }
}
@media (min-width: 991px) {
  .presentation_home_part .presentation_home .photos {
    height: unset;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 30px;
    top: 100px;
    height: 450px;
    width: 700px;
  }
}
@media (min-width: 1199px) {
  .presentation_home_part .presentation_home .photos {
    height: 500px;
    width: 900px;
  }
}
.presentation_home_part .presentation_home .photos::before {
  content: "";
  position: absolute;
  top: 330px;
  bottom: 0;
  margin: auto;
  left: 0;
  background: url(../images/deco_1.svg) no-repeat;
  background-size: contain;
  width: 130px;
  height: 130px;
  z-index: -1;
}
@media (min-width: 575px) {
  .presentation_home_part .presentation_home .photos::before {
    width: 170px;
    height: 170px;
    left: -100px;
    top: 200px;
  }
}
@media (min-width: 767px) {
  .presentation_home_part .presentation_home .photos::before {
    top: 150px;
  }
}
@media (min-width: 1199px) {
  .presentation_home_part .presentation_home .photos::before {
    left: -200px;
    top: 100px;
    width: 210px;
    height: 210px;
  }
}
.presentation_home_part .presentation_home .photos::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -320px;
  background: url(../images/deco_4.svg) no-repeat;
  background-size: contain;
  height: 22px;
  width: 395px;
  display: none;
}
@media (min-width: 767px) {
  .presentation_home_part .presentation_home .photos::after {
    display: block;
  }
}
.presentation_home_part .presentation_home .photos .mySwiperPresentation .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.group_part {
  margin: 80px 0;
  padding: 80px 0 80px 0;
  position: relative;
  background: #F7F8F9;
}
@media (min-width: 991px) {
  .group_part {
    padding: 10px 0 80px 0;
  }
}
.group_part::before {
  content: "";
  position: absolute;
  bottom: -60px;
  left: calc(50% + 250px);
  background: url("../images/deco_corner_group.svg") no-repeat;
  background-size: contain;
  width: 300px;
  height: 300px;
  display: none;
}
@media (min-width: 991px) {
  .group_part::before {
    left: calc(50% + 250px);
    display: block;
  }
}
@media (min-width: 1199px) {
  .group_part::before {
    left: calc(50% + 300px);
  }
}
.group_part::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: -100px;
  width: 390px;
  height: 325px;
  background: url(../images/deco_group.svg) no-repeat;
  background-size: contain;
  z-index: -1;
}
@media (min-width: 575px) {
  .group_part::after {
    width: 500px;
    height: 420px;
  }
}
@media (min-width: 991px) {
  .group_part::after {
    bottom: unset;
    top: -50px;
    width: 575px;
    height: 480px;
  }
}
@media (min-width: 1199px) {
  .group_part::after {
    top: -60px;
    width: 680px;
    height: 570px;
  }
}
.group_part h2 {
  position: relative;
  color: #1E1A45;
  margin: auto;
  margin-bottom: 80px;
  font-weight: 600;
  text-transform: uppercase;
  width: max-content;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
}
@media (min-width: 575px) {
  .group_part h2 {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (min-width: 767px) {
  .group_part h2 {
    margin: 0;
    margin-bottom: 80px;
    text-align: left;
  }
}
@media (min-width: 991px) {
  .group_part h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (min-width: 1199px) {
  .group_part h2 {
    font-size: 45px;
    line-height: 45px;
  }
}
.group_part h2::after {
  content: "";
  position: absolute;
  top: -15px;
  left: calc(100% + 20px);
  height: 100%;
  width: 80vw;
  background: white;
  display: none;
}
@media (min-width: 991px) {
  .group_part h2::after {
    display: block;
  }
}
.group_part .content p {
  color: #1E1A45;
  font-size: 15px;
  line-height: 25px;
  margin: 0;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 767px) {
  .group_part .content p {
    text-align: left;
  }
}
.group_part hr {
  width: 1px;
  height: 100%;
  background: #6C7C8B;
  margin: 0 auto;
}
.group_part .links {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  padding-top: 30px;
}
@media (min-width: 991px) {
  .group_part .links {
    align-items: flex-start;
    margin-top: 0;
    padding-top: 0;
  }
}
.group_part .links::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #6C7C8B;
}
@media (min-width: 991px) {
  .group_part .links::before {
    display: none;
  }
}
.group_part .links > div {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  height: 65px;
  width: 250px;
}
@media (min-width: 991px) {
  .group_part .links > div {
    width: unset;
  }
}
.group_part .links > div .icone {
  display: flex;
  justify-content: flex-start;
  width: 80px;
}
.group_part .links > div .icone img {
  margin: auto;
  margin-left: 0;
}
.group_part .links > div:first-of-type img {
  margin-left: 8px;
  margin-top: -8px;
  width: 43px;
  height: 50px;
}
.group_part .links > div:nth-child(2) img {
  margin-top: -6px;
  margin-left: 3px;
  width: 60px;
  height: 60px;
}
.group_part .links > div:nth-child(3) img {
  margin-top: -8px;
  margin-left: 5px;
  width: 49px;
  height: 55px;
}
.group_part .links > div:nth-child(4) img {
  margin-left: 10px;
  width: 43px;
  height: 47px;
}
.group_part .links > div:last-child img {
  margin-left: 4px;
  width: 59px;
  height: 59px;
}

.marques_actus_part {
  margin: 100px 0;
  padding: 50px 0;
  position: relative;
}
@media (min-width: 767px) {
  .marques_actus_part {
    margin: 200px 0 100px 0;
  }
}
.marques_actus_part .back_img {
  position: absolute;
  bottom: 126px;
  left: 0;
  width: 100%;
  height: 105px;
  object-fit: cover;
  z-index: -2;
  display: none;
}
@media (min-width: 767px) {
  .marques_actus_part .back_img {
    display: block;
    bottom: 222px;
  }
}
@media (min-width: 991px) {
  .marques_actus_part .back_img {
    bottom: 262px;
  }
}
@media (min-width: 1199px) {
  .marques_actus_part .back_img {
    bottom: 242px;
  }
}
.marques_actus_part .row div {
  position: relative;
}
.marques_actus_part h2 {
  color: #1E1A45;
  margin: auto;
  margin-bottom: 40px;
  font-weight: 600;
  text-transform: uppercase;
  width: max-content;
  font-size: 30px;
  line-height: 30px;
}
@media (min-width: 575px) {
  .marques_actus_part h2 {
    margin-bottom: 80px;
    font-size: 35px;
    line-height: 35px;
  }
}
@media (min-width: 767px) {
  .marques_actus_part h2 {
    position: absolute;
    top: 0;
    margin: 0;
    left: 300px;
    font-size: 40px;
    line-height: 40px;
  }
}
@media (min-width: 1199px) {
  .marques_actus_part h2 {
    font-size: 45px;
    line-height: 45px;
  }
}
.marques_actus_part h2::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 35px;
  height: 35px;
  border-top: 1px solid #1E1A45;
  border-right: 1px solid #1E1A45;
}
@media (min-width: 380px) {
  .marques_actus_part h2::before {
    top: -25px;
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 575px) {
  .marques_actus_part h2::before {
    right: unset;
    left: 200px;
  }
}
@media (min-width: 767px) {
  .marques_actus_part h2::before {
    left: 70px;
    width: 55px;
    height: 55px;
  }
}
.marques_actus_part .link_marques {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 300px;
  height: 420px;
  z-index: 10;
}
@media (min-width: 575px) {
  .marques_actus_part .link_marques {
    right: unset;
    width: 100%;
    height: 550px;
  }
}
@media (min-width: 767px) {
  .marques_actus_part .link_marques {
    height: 450px;
  }
}
.marques_actus_part .marques {
  position: relative;
  height: 250px;
}
.marques_actus_part .marques::before {
  content: "";
  position: absolute;
  width: 55px;
  height: 55px;
  border-top: 1px solid #1E1A45;
  border-right: 1px solid #1E1A45;
  width: 35px;
  height: 35px;
  bottom: -10px;
  left: 0;
  right: 125px;
  margin: auto;
}
@media (min-width: 380px) {
  .marques_actus_part .marques::before {
    bottom: -10px;
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 575px) {
  .marques_actus_part .marques::before {
    right: unset;
    bottom: -75px;
    left: 115px;
  }
}
@media (min-width: 767px) {
  .marques_actus_part .marques::before {
    left: 95px;
    bottom: -90px;
    width: 55px;
    height: 55px;
  }
}
.marques_actus_part .marques::after {
  content: "";
  position: absolute;
  bottom: -188px;
  left: 0;
  background: url(../images/deco_3.svg) no-repeat;
  background-size: contain;
  transform: scaleX(-1);
  z-index: -5;
}
@media (min-width: 991px) {
  .marques_actus_part .marques::after {
    height: 620px;
    width: 620px;
  }
}
.marques_actus_part .marques .alh {
  position: absolute;
  top: 60px;
  left: 0;
  right: 155px;
  margin: auto;
  width: max-content;
}
@media (min-width: 575px) {
  .marques_actus_part .marques .alh {
    right: unset;
  }
}
.marques_actus_part .marques .alh img {
  width: 120px;
}
@media (min-width: 575px) {
  .marques_actus_part .marques .alh img {
    width: 169px;
  }
}
.marques_actus_part .marques .alh span {
  position: absolute;
  top: 10px;
  bottom: 0;
  left: -15px;
  right: 0;
  margin: auto;
  width: 170px;
  height: 200px;
  background: #D6555F;
  z-index: -1;
  transition: 0.5s ease;
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
}
@media (min-width: 575px) {
  .marques_actus_part .marques .alh span {
    left: -30px;
    top: 30px;
    width: 250px;
    height: 280px;
  }
}
.marques_actus_part .marques .soclova {
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 125px;
  margin: auto;
  width: max-content;
}
@media (min-width: 575px) {
  .marques_actus_part .marques .soclova {
    bottom: -60px;
    left: unset;
    right: 10px;
  }
}
@media (min-width: 767px) {
  .marques_actus_part .marques .soclova {
    right: 40px;
  }
}
.marques_actus_part .marques .soclova img {
  width: 130px;
}
@media (min-width: 575px) {
  .marques_actus_part .marques .soclova img {
    width: 191px;
  }
}
.marques_actus_part .marques .soclova span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  right: 0;
  margin: auto;
  width: 170px;
  height: 200px;
  background: #3F85A1;
  opacity: 0.8;
  transition: 0.5s ease;
  clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 85%);
  z-index: -1;
}
@media (min-width: 575px) {
  .marques_actus_part .marques .soclova span {
    left: -30px;
    width: 250px;
    height: 300px;
  }
}
.marques_actus_part .actus {
  position: relative;
  margin-top: 250px;
}
@media (min-width: 991px) {
  .marques_actus_part .actus {
    margin-top: 0;
  }
}
.marques_actus_part .actus::before {
  content: "";
  position: absolute;
  left: -30px;
  bottom: 0;
  width: 100px;
  height: 100%;
  background: white;
  z-index: -1;
}
@media (min-width: 767px) {
  .marques_actus_part .actus::before {
    left: 55px;
  }
}
@media (min-width: 991px) {
  .marques_actus_part .actus::before {
    left: -80px;
  }
}
.marques_actus_part .actus::after {
  content: "";
  position: absolute;
  bottom: 330px;
  left: 100%;
  background: url(../images/deco_4.svg) no-repeat;
  background-size: contain;
  height: 22px;
  width: 395px;
  display: none;
}
@media (min-width: 991px) {
  .marques_actus_part .actus::after {
    display: block;
  }
}
.marques_actus_part .actus > div {
  position: relative;
  padding: 0 20px;
}
@media (min-width: 767px) {
  .marques_actus_part .actus > div {
    padding: 0;
  }
}
.marques_actus_part .actus > div::before {
  content: "";
  position: absolute;
  bottom: -69px;
  left: -97px;
  width: 100px;
  height: 80px;
  border: 1px solid black;
  border-right: unset;
  border-top: unset;
  z-index: -1;
  display: none;
}
@media (min-width: 991px) {
  .marques_actus_part .actus > div::before {
    display: block;
  }
}
.marques_actus_part .actus h2 {
  position: relative;
  left: 0;
  margin-bottom: 40px;
}
.marques_actus_part .actus h2::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: -20px;
  top: unset;
  right: unset;
  width: 55px;
  height: 55px;
  border-bottom: 1px solid #1E1A45;
  border-left: 1px solid #1E1A45;
  border-top: unset;
  border-right: unset;
}
.marques_actus_part .actus .swiper-button-next, .marques_actus_part .actus .swiper-button-prev {
  position: absolute;
  top: 0;
  width: 35px;
}
@media (min-width: 767px) {
  .marques_actus_part .actus .swiper-button-next, .marques_actus_part .actus .swiper-button-prev {
    left: 70px !important;
  }
}
@media (min-width: 991px) {
  .marques_actus_part .actus .swiper-button-next, .marques_actus_part .actus .swiper-button-prev {
    left: -50px !important;
  }
}
.marques_actus_part .actus .swiper-button-next::after, .marques_actus_part .actus .swiper-button-prev::after {
  content: "";
  position: relative;
  border: 1px solid #3F85A1;
  width: 25px;
  height: 25px;
}
.marques_actus_part .actus .swiper-button-prev {
  top: 190px;
  left: -15px;
}
@media (min-width: 380px) {
  .marques_actus_part .actus .swiper-button-prev {
    top: 220px;
    left: -10px;
  }
}
@media (min-width: 575px) {
  .marques_actus_part .actus .swiper-button-prev {
    left: -15px;
  }
}
@media (min-width: 767px) {
  .marques_actus_part .actus .swiper-button-prev {
    top: 230px;
  }
}
.marques_actus_part .actus .swiper-button-prev::after {
  border-top: unset;
  border-right: unset;
  transform: rotate(45deg);
  left: 7px;
}
.marques_actus_part .actus .swiper-button-next {
  right: -15px;
  top: 190px;
}
@media (min-width: 380px) {
  .marques_actus_part .actus .swiper-button-next {
    top: 220px;
    right: -10px;
  }
}
@media (min-width: 575px) {
  .marques_actus_part .actus .swiper-button-next {
    right: -15px;
  }
}
@media (min-width: 767px) {
  .marques_actus_part .actus .swiper-button-next {
    top: 270px;
  }
}
.marques_actus_part .actus .swiper-button-next::after {
  border-bottom: unset;
  border-left: unset;
  transform: rotate(45deg);
  right: 7px;
}
.marques_actus_part .actus .mySwiper {
  background: white;
  position: relative;
  margin-top: 80px;
}
@media (min-width: 380px) {
  .marques_actus_part .actus .mySwiper {
    width: 90%;
  }
}
@media (min-width: 575px) {
  .marques_actus_part .actus .mySwiper {
    width: 450px;
  }
}
@media (min-width: 767px) {
  .marques_actus_part .actus .mySwiper {
    padding: 0;
  }
}
@media (min-width: 991px) {
  .marques_actus_part .actus .mySwiper {
    margin-top: 50px;
    width: 100%;
  }
}
.marques_actus_part .actus .mySwiper .actu:hover .thumb img {
  transform: scale(1.1);
}
.marques_actus_part .actus .mySwiper .actu:hover .btn {
  background: black;
  color: white;
}
.marques_actus_part .actus .mySwiper .actu h3 {
  margin: 0;
  text-transform: uppercase;
  color: #3F85A1;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  height: 90px;
}
.marques_actus_part .actus .mySwiper .actu .thumb {
  overflow: hidden;
  height: 200px;
}
@media (min-width: 380px) {
  .marques_actus_part .actus .mySwiper .actu .thumb {
    height: 250px;
  }
}
@media (min-width: 991px) {
  .marques_actus_part .actus .mySwiper .actu .thumb {
    height: 280px;
  }
}
.marques_actus_part .actus .mySwiper .actu .thumb img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
  object-fit: cover;
}
.marques_actus_part .actus .mySwiper .actu p {
  color: #1E1A45;
  font-size: 14px;
  line-height: 18px;
  margin: 25px 0;
  padding-right: 25px;
}
@media (min-width: 575px) {
  .marques_actus_part .actus .mySwiper .actu p {
    font-size: 15px;
    line-height: 20px;
  }
}
.marques_actus_part .actus .mySwiper .actu .btn {
  margin-left: 0;
  font-weight: 700;
}
.marques_actus_part .actus .btn {
  margin-top: 50px;
  height: 35px;
  background: white;
}
@media (min-width: 767px) {
  .marques_actus_part .actus .btn {
    margin-left: 121px;
  }
}
@media (min-width: 991px) {
  .marques_actus_part .actus .btn {
    margin-left: 0;
  }
}
.marques_actus_part .actus .btn:hover {
  background: black;
}

/* NOS MARQUES */
.presentation_marques_part {
  padding: 90px 0;
  position: relative;
}
@media (min-width: 991px) {
  .presentation_marques_part {
    height: 540px;
  }
}
.presentation_marques_part::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -50px;
  background: #F7F8F9;
  height: 100%;
  width: 100%;
  z-index: -1;
}
@media (min-width: 991px) {
  .presentation_marques_part::before {
    bottom: -50px;
  }
}
.presentation_marques_part .container {
  position: relative;
}
.presentation_marques_part .container::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: -20px;
  height: 600px;
  width: 600px;
  z-index: 0;
  background: url(../images/deco_3.svg) no-repeat;
  background-size: contain;
  display: none;
}
@media (min-width: 991px) {
  .presentation_marques_part .container::after {
    display: block;
    left: 760px;
  }
}
@media (min-width: 1199px) {
  .presentation_marques_part .container::after {
    left: 930px;
  }
}
.presentation_marques_part .title_content h1 {
  color: #1E1A45;
  font-weight: 600;
  position: relative;
  width: max-content;
  font-size: 40px;
  line-height: 40px;
}
@media (min-width: 991px) {
  .presentation_marques_part .title_content h1 {
    font-size: 45px;
    line-height: 45px;
  }
}
@media (min-width: 1199px) {
  .presentation_marques_part .title_content h1 {
    font-size: 50px;
    line-height: 50px;
  }
}
.presentation_marques_part .title_content h1::after {
  content: "";
  position: absolute;
  top: -65px;
  left: calc(100% - 100px);
  height: 100%;
  width: 85vw;
  background: white;
  display: none;
}
@media (min-width: 991px) {
  .presentation_marques_part .title_content h1::after {
    display: block;
    left: calc(100% - 80px);
  }
}
@media (min-width: 1199px) {
  .presentation_marques_part .title_content h1::after {
    left: calc(100% - 100px);
  }
}
.presentation_marques_part .title_content div {
  padding-left: 15px;
  border-left: 3px solid #D6555F;
  position: relative;
  width: 270px;
}
@media (min-width: 575px) {
  .presentation_marques_part .title_content div {
    width: unset;
    margin-left: 40px;
  }
}
@media (min-width: 991px) {
  .presentation_marques_part .title_content div {
    width: 350px;
  }
}
.presentation_marques_part .title_content div::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: 0;
  background: url(../images/deco_4.svg) no-repeat;
  background-size: contain;
  height: 22px;
  width: 395px;
}
@media (min-width: 991px) {
  .presentation_marques_part .title_content div::after {
    bottom: -150px;
  }
}
.presentation_marques_part .title_content div p {
  color: #64707F;
  font-size: 16px;
  line-height: 25px;
  margin: auto;
  margin-top: 50px;
}
@media (min-width: 767px) {
  .presentation_marques_part .title_content div p {
    font-size: 20px;
    line-height: 30px;
  }
}
.presentation_marques_part .marques {
  position: relative;
  height: 270px;
  z-index: 10;
  margin-top: 150px;
}
@media (min-width: 991px) {
  .presentation_marques_part .marques {
    margin-top: 0;
    height: 100%;
  }
}
.presentation_marques_part .marques::before {
  content: "";
  position: absolute;
  width: 55px;
  height: 55px;
  border-top: 1px solid #1E1A45;
  border-right: 1px solid #1E1A45;
  width: 35px;
  height: 35px;
  bottom: 10px;
  left: 0;
  right: 125px;
  margin: auto;
}
@media (min-width: 380px) {
  .presentation_marques_part .marques::before {
    bottom: -10px;
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 575px) {
  .presentation_marques_part .marques::before {
    right: unset;
    bottom: -75px;
    left: 115px;
  }
}
@media (min-width: 767px) {
  .presentation_marques_part .marques::before {
    left: 95px;
    bottom: -80px;
    width: 55px;
    height: 55px;
  }
}
.presentation_marques_part .marques .alh {
  position: absolute;
  top: 60px;
  left: 0;
  right: 155px;
  margin: auto;
  width: max-content;
}
@media (min-width: 575px) {
  .presentation_marques_part .marques .alh {
    right: unset;
  }
}
.presentation_marques_part .marques .alh img {
  width: 120px;
}
@media (min-width: 575px) {
  .presentation_marques_part .marques .alh img {
    width: 169px;
  }
}
.presentation_marques_part .marques .alh span {
  position: absolute;
  top: 10px;
  bottom: 0;
  left: -15px;
  right: 0;
  margin: auto;
  width: 170px;
  height: 200px;
  background: #D6555F;
  z-index: -1;
  transition: 0.5s ease;
  clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 100%);
}
@media (min-width: 575px) {
  .presentation_marques_part .marques .alh span {
    left: -30px;
    top: 30px;
    width: 250px;
    height: 280px;
  }
}
.presentation_marques_part .marques .soclova {
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 125px;
  margin: auto;
  width: max-content;
}
@media (min-width: 575px) {
  .presentation_marques_part .marques .soclova {
    bottom: -60px;
    left: unset;
    right: 10px;
  }
}
@media (min-width: 767px) {
  .presentation_marques_part .marques .soclova {
    right: 40px;
  }
}
.presentation_marques_part .marques .soclova img {
  width: 130px;
}
@media (min-width: 575px) {
  .presentation_marques_part .marques .soclova img {
    width: 191px;
  }
}
.presentation_marques_part .marques .soclova span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  right: 0;
  margin: auto;
  width: 170px;
  height: 200px;
  background: #3F85A1;
  opacity: 0.8;
  transition: 0.5s ease;
  clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 100%);
  z-index: -1;
}
@media (min-width: 575px) {
  .presentation_marques_part .marques .soclova span {
    left: -30px;
    width: 250px;
    height: 300px;
  }
}

.description_marques_part {
  margin-top: 80px;
  padding: 70px 0;
  position: relative;
}
@media (min-width: 991px) {
  .description_marques_part {
    padding: 70px 0 150px 0;
    margin: 80px 0 150px 0;
  }
}
.description_marques_part .deco_img {
  position: absolute;
  bottom: -80px;
  left: 50%;
  width: 50%;
  height: 80px;
  display: none;
}
@media (min-width: 991px) {
  .description_marques_part .deco_img {
    display: block;
    width: 50%;
  }
}
.description_marques_part .deco_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3F85A1;
  opacity: 0.8;
}
.description_marques_part .deco_img::after {
  content: "";
  position: absolute;
  top: -50px;
  left: 65px;
  background: url(../images/deco_4.svg) no-repeat;
  background-size: contain;
  height: 22px;
  width: 395px;
}
.description_marques_part .deco_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.description_marques_part .back_img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-top: 50px;
}
@media (min-width: 991px) {
  .description_marques_part .back_img {
    margin-top: 0;
    position: absolute;
    bottom: -100px;
    right: 0;
    bottom: 0;
    right: 50%;
    width: 500px;
  }
}
@media (min-width: 1199px) {
  .description_marques_part .back_img {
    width: 500px;
  }
}
.description_marques_part .separator {
  position: relative;
  height: 100%;
  margin: 80px 0 50px;
}
@media (min-width: 991px) {
  .description_marques_part .separator {
    margin: 0;
  }
}
.description_marques_part .separator::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
  width: 63px;
  height: 44px;
  background: url(../images/deco_2_g.png) no-repeat;
  background-size: contain;
  display: none;
}
@media (min-width: 991px) {
  .description_marques_part .separator::before {
    display: block;
    left: -7px;
  }
}
@media (min-width: 1199px) {
  .description_marques_part .separator::before {
    left: 0;
  }
}
.description_marques_part .separator hr {
  width: 100%;
  height: 1px;
  background: #6C7C8B;
  margin: 0;
  margin-top: 30px;
}
@media (min-width: 991px) {
  .description_marques_part .separator hr {
    margin: 0 auto;
    width: 1px;
    height: calc(100% - 30px);
  }
}
.description_marques_part .alh_description, .description_marques_part .soclova_description {
  padding: 0 30px;
}
@media (min-width: 575px) {
  .description_marques_part .alh_description, .description_marques_part .soclova_description {
    padding: 0;
    width: 450px;
  }
}
@media (min-width: 991px) {
  .description_marques_part .alh_description, .description_marques_part .soclova_description {
    width: unset;
  }
}
.description_marques_part .alh_description img, .description_marques_part .soclova_description img {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .description_marques_part .alh_description img, .description_marques_part .soclova_description img {
    margin: 0;
  }
}
.description_marques_part .alh_description .content, .description_marques_part .soclova_description .content {
  margin-top: 30px;
}
.description_marques_part .alh_description .content p, .description_marques_part .soclova_description .content p {
  color: #1E1A45;
  font-size: 15px;
  line-height: 24px;
  margin: 0;
  margin-bottom: 10px;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 575px) {
  .description_marques_part .alh_description .content p, .description_marques_part .soclova_description .content p {
    text-align: left;
  }
}
.description_marques_part .alh_description .content p:last-child, .description_marques_part .soclova_description .content p:last-child {
  margin-bottom: 0;
}
.description_marques_part .alh_description .site, .description_marques_part .soclova_description .site {
  margin-top: 40px;
}
.description_marques_part .alh_description .site p, .description_marques_part .soclova_description .site p {
  color: #1E1A45;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 575px) {
  .description_marques_part .alh_description .site p, .description_marques_part .soclova_description .site p {
    text-align: left;
  }
}
.description_marques_part .alh_description .site .btn, .description_marques_part .soclova_description .site .btn {
  height: 40px;
}
@media (min-width: 575px) {
  .description_marques_part .alh_description .site .btn, .description_marques_part .soclova_description .site .btn {
    margin-left: 0;
  }
}
.description_marques_part .alh_description img {
  width: 150px;
}
@media (min-width: 575px) {
  .description_marques_part .alh_description img {
    width: 169px;
  }
}
@media (min-width: 991px) {
  .description_marques_part .soclova_description {
    margin-top: 100px;
  }
}
.description_marques_part .soclova_description img {
  width: 160px;
}
@media (min-width: 575px) {
  .description_marques_part .soclova_description img {
    width: 191px;
  }
}

/* QUI SOMMES NOUS ?*/
.intro_who_part, .intro_gouvernance_part {
  padding-bottom: 70px;
  position: relative;
}
@media (min-width: 991px) {
  .intro_who_part, .intro_gouvernance_part {
    padding: 70px 0;
    height: 500px;
  }
}
.intro_who_part .back_img, .intro_gouvernance_part .back_img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
@media (min-width: 380px) {
  .intro_who_part .back_img, .intro_gouvernance_part .back_img {
    height: 250px;
  }
}
@media (min-width: 575px) {
  .intro_who_part .back_img, .intro_gouvernance_part .back_img {
    height: 300px;
  }
}
@media (min-width: 991px) {
  .intro_who_part .back_img, .intro_gouvernance_part .back_img {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: calc(50% + 80px);
  }
}
.intro_who_part .title_content, .intro_gouvernance_part .title_content {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
@media (min-width: 991px) {
  .intro_who_part .title_content, .intro_gouvernance_part .title_content {
    align-items: center;
    flex-direction: row;
    margin-top: 0;
  }
}
.intro_who_part .title_content h1, .intro_gouvernance_part .title_content h1 {
  color: #1E1A45;
  font-weight: 600;
  position: relative;
  margin-top: 10px;
  width: max-content;
  font-size: 27px;
  line-height: 27px;
}
@media (min-width: 380px) {
  .intro_who_part .title_content h1, .intro_gouvernance_part .title_content h1 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (min-width: 575px) {
  .intro_who_part .title_content h1, .intro_gouvernance_part .title_content h1 {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (min-width: 991px) {
  .intro_who_part .title_content h1, .intro_gouvernance_part .title_content h1 {
    margin-top: 0;
    margin-left: 20px;
    width: 430px;
    font-size: 35px;
    line-height: 35px;
  }
}
@media (min-width: 1199px) {
  .intro_who_part .title_content h1, .intro_gouvernance_part .title_content h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
.intro_who_part .content, .intro_gouvernance_part .content {
  padding-left: 15px;
  border-left: 3px solid #D6555F;
  position: relative;
  width: 270px;
}
@media (min-width: 575px) {
  .intro_who_part .content, .intro_gouvernance_part .content {
    width: unset;
    margin-left: 40px;
  }
}
@media (min-width: 991px) {
  .intro_who_part .content, .intro_gouvernance_part .content {
    width: 400px;
  }
}
.intro_who_part .content p, .intro_gouvernance_part .content p {
  color: #64707F;
  font-size: 16px;
  line-height: 25px;
  margin: auto;
  margin-top: 50px;
}
@media (min-width: 767px) {
  .intro_who_part .content p, .intro_gouvernance_part .content p {
    font-size: 20px;
    line-height: 30px;
  }
}

.page-template-template-qui-sommes-nous .group_part, .page-template-template-notre-gouvernance .group_part {
  padding: 90px 0 80px 0;
  margin-top: 0;
}
.page-template-template-qui-sommes-nous .group_part::after, .page-template-template-notre-gouvernance .group_part::after {
  z-index: 0;
}
.page-template-template-qui-sommes-nous .group_part .container, .page-template-template-notre-gouvernance .group_part .container {
  position: relative;
  z-index: 5;
}

.galerie_part {
  padding: 50px 0;
  position: relative;
}
.galerie_part .container {
  position: relative;
}
.galerie_part .container::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: -400px;
  background: url(../images/deco_3.svg) no-repeat;
  background-size: contain;
  width: 600px;
  height: 600px;
  z-index: -1;
  display: none;
}
@media (min-width: 991px) {
  .galerie_part .container::before {
    display: block;
  }
}
.galerie_part .container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50px;
  margin: auto;
  background: url(../images/deco_1.svg) no-repeat;
  background-size: contain;
  width: 170px;
  height: 170px;
  z-index: -1;
  display: none;
}
@media (min-width: 991px) {
  .galerie_part .container::after {
    display: block;
  }
}
@media (min-width: 1199px) {
  .galerie_part .container::after {
    left: -165px;
    bottom: 5px;
    width: 210px;
    height: 210px;
  }
}
.galerie_part h2 {
  color: #3F85A1;
  font-weight: 500;
  position: relative;
  margin-top: 10px;
  width: max-content;
  font-size: 30px;
  line-height: 30px;
  padding-left: 20px;
  padding-bottom: 15px;
}
@media (min-width: 767px) {
  .galerie_part h2 {
    font-size: 35px;
    line-height: 35px;
    padding-left: 40px;
    padding-bottom: 20px;
  }
}
.galerie_part h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
}
.galerie_part #masonry_galerie {
  position: relative;
}
.galerie_part #masonry_galerie::before {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  width: 1px;
  height: 60px;
  background: #6C7C8B;
  z-index: -1;
}
.galerie_part #masonry_galerie::after {
  content: "";
  position: absolute;
  top: -100px;
  right: -70px;
  margin: auto;
  background: url(../images/deco_2.png) no-repeat;
  background-size: contain;
  width: 100px;
  height: 70px;
  display: none;
}
@media (min-width: 767px) {
  .galerie_part #masonry_galerie::after {
    display: block;
  }
}
.galerie_part #masonry_galerie #carre {
  height: 350px;
}
.galerie_part #masonry_galerie #rectangle_haut {
  height: 650px;
}
.galerie_part #masonry_galerie .photo {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 767px) {
  .galerie_part #masonry_galerie .photo {
    width: calc(50% - 10px);
  }
}
@media (min-width: 991px) {
  .galerie_part #masonry_galerie .photo {
    width: calc(33% - 10px);
  }
}
.galerie_part #masonry_galerie .photo img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
  object-fit: cover;
}
.galerie_part #masonry_galerie .photo:hover img {
  transform: scale(1.1);
}
.galerie_part #masonry_galerie .with_text {
  position: relative;
}
.galerie_part #masonry_galerie .with_text::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: #3F85A1;
  z-index: 1;
}
.galerie_part #masonry_galerie .with_text::after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 14px;
  height: 14px;
  background: url(../images/plus_w.svg) no-repeat;
  background-size: contain;
  z-index: 1;
}
.galerie_part #masonry_galerie .with_text:hover div {
  opacity: 1;
}
.galerie_part #masonry_galerie .with_text div {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(63, 133, 161, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.3s;
  display: none;
}
@media (min-width: 767px) {
  .galerie_part #masonry_galerie .with_text div {
    display: flex;
  }
}
.galerie_part #masonry_galerie .with_text div p {
  color: white;
  font-size: 14px;
  line-height: 16px;
  margin: auto;
  text-align: center;
  padding: 0 40px;
}
@media (min-width: 767px) {
  .galerie_part #masonry_galerie .with_text div p {
    padding: 0 40px;
  }
}

/* NOS VALEURS */
.intro_valeurs_part, .intro_chiffres_part, .intro_engagements_part {
  padding: 90px 0;
  background: #F7F8F9;
  position: relative;
}
.intro_valeurs_part::before, .intro_chiffres_part::before, .intro_engagements_part::before {
  content: "";
  position: absolute;
  bottom: -60px;
  left: calc(50% + 250px);
  background: url("../images/deco_corner_group.svg") no-repeat;
  background-size: contain;
  width: 300px;
  height: 300px;
  display: none;
}
@media (min-width: 991px) {
  .intro_valeurs_part::before, .intro_chiffres_part::before, .intro_engagements_part::before {
    left: calc(50% + 250px);
    display: block;
  }
}
@media (min-width: 1199px) {
  .intro_valeurs_part::before, .intro_chiffres_part::before, .intro_engagements_part::before {
    left: calc(50% + 300px);
  }
}
.intro_valeurs_part::after, .intro_chiffres_part::after, .intro_engagements_part::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: -100px;
  width: 390px;
  height: 325px;
  background: url(../images/deco_group.svg) no-repeat;
  background-size: contain;
  z-index: 0;
}
@media (min-width: 575px) {
  .intro_valeurs_part::after, .intro_chiffres_part::after, .intro_engagements_part::after {
    width: 500px;
    height: 420px;
  }
}
@media (min-width: 991px) {
  .intro_valeurs_part::after, .intro_chiffres_part::after, .intro_engagements_part::after {
    bottom: unset;
    top: -50px;
    width: 575px;
    height: 480px;
  }
}
@media (min-width: 1199px) {
  .intro_valeurs_part::after, .intro_chiffres_part::after, .intro_engagements_part::after {
    top: -60px;
    width: 680px;
    height: 570px;
  }
}
.intro_valeurs_part .title_content, .intro_chiffres_part .title_content, .intro_engagements_part .title_content {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
}
@media (min-width: 991px) {
  .intro_valeurs_part .title_content, .intro_chiffres_part .title_content, .intro_engagements_part .title_content {
    align-items: center;
    flex-direction: row;
  }
}
.intro_valeurs_part .title_content h1, .intro_chiffres_part .title_content h1, .intro_engagements_part .title_content h1 {
  color: #1E1A45;
  font-weight: 600;
  position: relative;
  margin-top: 10px;
  width: max-content;
  font-size: 27px;
  line-height: 27px;
}
@media (min-width: 380px) {
  .intro_valeurs_part .title_content h1, .intro_chiffres_part .title_content h1, .intro_engagements_part .title_content h1 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (min-width: 575px) {
  .intro_valeurs_part .title_content h1, .intro_chiffres_part .title_content h1, .intro_engagements_part .title_content h1 {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (min-width: 991px) {
  .intro_valeurs_part .title_content h1, .intro_chiffres_part .title_content h1, .intro_engagements_part .title_content h1 {
    margin-top: 0;
    margin-left: 20px;
    width: 430px;
    font-size: 35px;
    line-height: 35px;
  }
}
@media (min-width: 1199px) {
  .intro_valeurs_part .title_content h1, .intro_chiffres_part .title_content h1, .intro_engagements_part .title_content h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
.intro_valeurs_part .content, .intro_chiffres_part .content, .intro_engagements_part .content {
  position: relative;
  z-index: 5;
  padding-left: 15px;
  border-left: 3px solid #3F85A1;
  width: 270px;
}
@media (min-width: 575px) {
  .intro_valeurs_part .content, .intro_chiffres_part .content, .intro_engagements_part .content {
    width: unset;
    margin-left: 40px;
  }
}
@media (min-width: 991px) {
  .intro_valeurs_part .content, .intro_chiffres_part .content, .intro_engagements_part .content {
    width: 400px;
  }
}
.intro_valeurs_part .content p, .intro_chiffres_part .content p, .intro_engagements_part .content p {
  color: #64707f;
  font-size: 16px;
  line-height: 25px;
  margin: auto;
  margin-top: 50px;
}
@media (min-width: 767px) {
  .intro_valeurs_part .content p, .intro_chiffres_part .content p, .intro_engagements_part .content p {
    font-size: 20px;
    line-height: 30px;
  }
}
.intro_valeurs_part hr, .intro_chiffres_part hr, .intro_engagements_part hr {
  width: 1px;
  height: 100%;
  display: none;
}
@media (min-width: 991px) {
  .intro_valeurs_part hr, .intro_chiffres_part hr, .intro_engagements_part hr {
    display: block;
  }
}
.intro_valeurs_part .links, .intro_chiffres_part .links, .intro_engagements_part .links {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}
@media (min-width: 991px) {
  .intro_valeurs_part .links, .intro_chiffres_part .links, .intro_engagements_part .links {
    align-items: flex-start;
    margin-top: 0;
  }
}
.intro_valeurs_part .links > div, .intro_chiffres_part .links > div, .intro_engagements_part .links > div {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  height: 65px;
  width: 250px;
}
@media (min-width: 991px) {
  .intro_valeurs_part .links > div, .intro_chiffres_part .links > div, .intro_engagements_part .links > div {
    width: unset;
  }
}
.intro_valeurs_part .links > div .icone, .intro_chiffres_part .links > div .icone, .intro_engagements_part .links > div .icone {
  display: flex;
  justify-content: flex-start;
  width: 80px;
}
.intro_valeurs_part .links > div .icone img, .intro_chiffres_part .links > div .icone img, .intro_engagements_part .links > div .icone img {
  margin: auto;
  margin-left: 0;
}
.intro_valeurs_part .links > div:first-of-type img, .intro_chiffres_part .links > div:first-of-type img, .intro_engagements_part .links > div:first-of-type img {
  margin-left: 8px;
  margin-top: -8px;
  width: 43px;
  height: 50px;
}
.intro_valeurs_part .links > div:nth-child(2) img, .intro_chiffres_part .links > div:nth-child(2) img, .intro_engagements_part .links > div:nth-child(2) img {
  margin-top: -6px;
  margin-left: 3px;
  width: 60px;
  height: 60px;
}
.intro_valeurs_part .links > div:nth-child(3) img, .intro_chiffres_part .links > div:nth-child(3) img, .intro_engagements_part .links > div:nth-child(3) img {
  margin-top: -8px;
  margin-left: 5px;
  width: 49px;
  height: 55px;
}
.intro_valeurs_part .links > div:nth-child(4) img, .intro_chiffres_part .links > div:nth-child(4) img, .intro_engagements_part .links > div:nth-child(4) img {
  margin-left: 10px;
  width: 43px;
  height: 47px;
}
.intro_valeurs_part .links > div:last-child img, .intro_chiffres_part .links > div:last-child img, .intro_engagements_part .links > div:last-child img {
  margin-left: 4px;
  width: 59px;
  height: 59px;
}

.valeurs_part {
  padding: 170px 0 70px 0;
  position: relative;
}
.valeurs_part .valeurs {
  width: 100%;
  margin: auto;
  position: relative;
}
@media (min-width: 380px) {
  .valeurs_part .valeurs {
    width: 90%;
  }
}
@media (min-width: 575px) {
  .valeurs_part .valeurs {
    width: unset;
  }
}
.valeurs_part .valeurs::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: -340px;
  transform: scaleX(-1);
  background: url(../images/deco_3.svg) no-repeat;
  background-size: contain;
  width: 600px;
  height: 600px;
  z-index: -1;
  display: none;
}
@media (min-width: 991px) {
  .valeurs_part .valeurs::before {
    display: block;
    right: -385px;
  }
}
@media (min-width: 1199px) {
  .valeurs_part .valeurs::before {
    right: -340px;
  }
}
.valeurs_part .valeurs > div:nth-child(even) .item::before {
  background: #3F85A1;
}
.valeurs_part .valeurs > div:nth-child(even) .item h2 {
  color: #3F85A1;
}
.valeurs_part .valeurs .item {
  border: 1px solid #6C7C8B;
  margin-bottom: 60px;
  padding: 50px 30px 20px 30px;
  position: relative;
  background: white;
}
@media (min-width: 991px) {
  .valeurs_part .valeurs .item {
    padding: 50px 20px 20px 20px;
  }
}
@media (min-width: 1199px) {
  .valeurs_part .valeurs .item {
    padding: 50px 30px 20px 30px;
  }
}
.valeurs_part .valeurs .item::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  height: 5px;
  background: #D6555F;
}
.valeurs_part .valeurs .item::after {
  content: "";
  position: absolute;
  top: 40px;
  left: -15px;
  width: calc(100% + 10px);
  height: 100%;
  background: #F7F8F9;
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
  z-index: -1;
}
.valeurs_part .valeurs .item img {
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 100%;
}
.valeurs_part .valeurs .item h2 {
  text-transform: uppercase;
  color: #D6555F;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  width: calc(100% - 30px);
  margin: 0 auto;
  text-align: center;
}
.valeurs_part .valeurs .item p {
  color: black;
}

/* NOTRE GOUVERNANCE */
.intro_gouvernance_part .back_img {
  left: calc(50% + 130px);
}
@media (max-width: 380px) {
  .intro_gouvernance_part .title_content h1 {
    font-size: 25px;
    line-height: 25px;
  }
}
@media (min-width: 991px) {
  .intro_gouvernance_part .title_content h1 {
    width: max-content;
  }
}

/* CHIFFRES CLÉS*/
.quelques_chiffres_part {
  padding: 70px 0;
}
.quelques_chiffres_part .chiffres {
  position: relative;
}
.quelques_chiffres_part .chiffres::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: -400px;
  transform: scaleX(-1);
  background: url(../images/deco_3.svg) no-repeat;
  background-size: contain;
  width: 600px;
  height: 600px;
  z-index: -1;
  display: none;
}
@media (min-width: 991px) {
  .quelques_chiffres_part .chiffres::before {
    display: block;
  }
}
.quelques_chiffres_part .chiffres .chiffre {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.quelques_chiffres_part .chiffres .chiffre::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 5px;
  width: 50px;
  background: #3F85A1;
}
.quelques_chiffres_part .chiffres .chiffre img {
  margin: auto;
  width: 85px;
  height: 69px;
}
@media (min-width: 575px) {
  .quelques_chiffres_part .chiffres .chiffre img {
    width: 96px;
    height: 83px;
  }
}
.quelques_chiffres_part .chiffres .chiffre p {
  color: #B8C1C6;
  font-size: 40px;
  line-height: 40px;
  margin: 0;
  margin-top: 5px;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 767px) {
  .quelques_chiffres_part .chiffres .chiffre p {
    font-size: 50px;
    line-height: 50px;
  }
}
.quelques_chiffres_part .chiffres .chiffre h2 {
  color: #3F85A1;
  margin: 0;
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 500;
}
@media (min-width: 767px) {
  .quelques_chiffres_part .chiffres .chiffre h2 {
    font-size: 20px;
    line-height: 22px;
  }
}

/* NOS ENGAGEMENTS*/
.intro_engagements_part .content {
  border-left: 3px solid #D6555F;
}

.engagements_part {
  margin: 80px 0;
  padding: 50px 0;
}
.engagements_part .photo {
  width: 100%;
  height: 200px;
}
@media (min-width: 380px) {
  .engagements_part .photo {
    height: 250px;
  }
}
@media (min-width: 575px) {
  .engagements_part .photo {
    height: 300px;
  }
}
@media (min-width: 991px) {
  .engagements_part .photo {
    height: 100%;
  }
}
.engagements_part .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 991px) {
  .engagements_part .photo img {
    height: calc(100% - 40px);
  }
}
.engagements_part .engagements div {
  margin-bottom: 30px;
}
.engagements_part .engagements div h2 {
  color: #3F85A1;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  position: relative;
  padding-left: 20px;
}
.engagements_part .engagements div h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  margin: auto;
  width: 10px;
  height: 10px;
  border: 2px solid #3F85A1;
  border-left: unset;
  border-bottom: unset;
  transform: rotate(45deg);
}
.engagements_part .engagements div .content {
  padding-left: 20px;
  border-left: 4px solid #DFE1E4;
}
@media (min-width: 991px) {
  .engagements_part .engagements div .content {
    padding-right: 50px;
  }
}
.engagements_part .engagements div .content p {
  color: #1E1A45;
  font-size: 15px;
  line-height: 20px;
  margin: 0;
}

/* REJOIGNEZ-NOUS */
.intro_regoindre_part {
  padding: 100px 0 70px 0;
  position: relative;
}
.intro_regoindre_part::before {
  content: "";
  position: absolute;
  background: #F7F8F9;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
  z-index: -1;
}
@media (min-width: 767px) {
  .intro_regoindre_part::before {
    height: calc(100% - 150px);
  }
}
.intro_regoindre_part .back {
  position: relative;
  padding: 100px 0;
  margin: auto;
}
.intro_regoindre_part .back::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  display: none;
}
@media (min-width: 767px) {
  .intro_regoindre_part .back::before {
    display: block;
  }
}
.intro_regoindre_part .title_content h1 {
  color: #1E1A45;
  font-weight: 600;
  position: relative;
  font-size: 35px;
  line-height: 35px;
  width: 200px;
}
@media (min-width: 575px) {
  .intro_regoindre_part .title_content h1 {
    font-size: 40px;
    line-height: 40px;
    width: 250px;
  }
}
@media (min-width: 767px) {
  .intro_regoindre_part .title_content h1 {
    width: max-content;
  }
}
@media (min-width: 991px) {
  .intro_regoindre_part .title_content h1 {
    width: 300px;
    font-size: 45px;
    line-height: 45px;
  }
}
@media (min-width: 1199px) {
  .intro_regoindre_part .title_content h1 {
    font-size: 50px;
    line-height: 50px;
  }
}
.intro_regoindre_part .title_content h1::before {
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  border: 1px solid #6C7C8B;
  border-bottom: unset;
  border-left: unset;
  width: 35px;
  height: 35px;
}
@media (min-width: 575px) {
  .intro_regoindre_part .title_content h1::before {
    width: 50px;
    height: 50px;
  }
}
.intro_regoindre_part .title_content .content {
  padding-right: 15px;
}
@media (min-width: 767px) {
  .intro_regoindre_part .title_content .content {
    padding-right: 70px;
  }
}
.intro_regoindre_part .title_content .content p {
  color: #6C7C8B;
  font-size: 16px;
  line-height: 25px;
  margin: auto;
  margin-top: 50px;
  padding-left: 20px;
  border-left: 2px solid #D6555F;
}
@media (min-width: 767px) {
  .intro_regoindre_part .title_content .content p {
    font-size: 20px;
    line-height: 30px;
  }
}
.intro_regoindre_part .marques {
  position: relative;
  height: 270px;
  z-index: 10;
  margin: 100px 0 150px 0;
}
@media (min-width: 991px) {
  .intro_regoindre_part .marques {
    margin: 0;
  }
}
.intro_regoindre_part .marques::before {
  content: "";
  position: absolute;
  bottom: -25px;
  margin: auto;
  left: 0;
  right: 200px;
  background: url(../images/deco_1.svg) no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
  z-index: -1;
}
@media (min-width: 575px) {
  .intro_regoindre_part .marques::before {
    bottom: -150px;
    width: 120px;
    height: 120px;
    right: unset;
  }
}
@media (min-width: 991px) {
  .intro_regoindre_part .marques::before {
    bottom: -180px;
    left: -50px;
    width: 145px;
    height: 145px;
  }
}
@media (min-width: 1199px) {
  .intro_regoindre_part .marques::before {
    width: 155px;
    height: 155px;
    left: 0px;
  }
}
.intro_regoindre_part .marques .btn {
  border: 1px solid white;
  color: white;
  margin-top: 15px;
  height: 30px;
  padding: 0 5px;
  font-size: 13px;
}
@media (min-width: 575px) {
  .intro_regoindre_part .marques .btn {
    padding: 0 15px;
    font-size: 15px;
    height: 40px;
  }
}
.intro_regoindre_part .marques .btn:hover {
  background: white;
}
.intro_regoindre_part .marques .alh {
  position: absolute;
  top: 60px;
  left: 0;
  right: 155px;
  margin: auto;
  width: max-content;
}
@media (min-width: 575px) {
  .intro_regoindre_part .marques .alh {
    right: unset;
  }
}
.intro_regoindre_part .marques .alh img {
  width: 120px;
}
@media (min-width: 575px) {
  .intro_regoindre_part .marques .alh img {
    width: 169px;
  }
}
.intro_regoindre_part .marques .alh span {
  position: absolute;
  top: 10px;
  bottom: 0;
  left: -15px;
  right: 0;
  margin: auto;
  width: 170px;
  height: 200px;
  background: #D6555F;
  z-index: -1;
  transition: 0.5s ease;
  clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 100%);
}
@media (min-width: 575px) {
  .intro_regoindre_part .marques .alh span {
    left: -30px;
    top: 30px;
    width: 250px;
    height: 280px;
  }
}
.intro_regoindre_part .marques .alh .btn {
  margin-bottom: -30px;
}
.intro_regoindre_part .marques .alh .btn:hover {
  color: #D6555F !important;
}
.intro_regoindre_part .marques .soclova {
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 125px;
  margin: auto;
  width: max-content;
}
@media (min-width: 575px) {
  .intro_regoindre_part .marques .soclova {
    bottom: -60px;
    left: unset;
    right: 10px;
  }
}
@media (min-width: 767px) {
  .intro_regoindre_part .marques .soclova {
    right: 40px;
  }
}
.intro_regoindre_part .marques .soclova img {
  width: 130px;
}
@media (min-width: 575px) {
  .intro_regoindre_part .marques .soclova img {
    width: 191px;
  }
}
.intro_regoindre_part .marques .soclova span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  right: 0;
  margin: auto;
  width: 170px;
  height: 200px;
  background: #3F85A1;
  opacity: 0.8;
  transition: 0.5s ease;
  clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 100%);
  z-index: -1;
}
@media (min-width: 575px) {
  .intro_regoindre_part .marques .soclova span {
    left: -30px;
    width: 250px;
    height: 300px;
  }
}
.intro_regoindre_part .marques .soclova .btn:hover {
  color: #3F85A1 !important;
}

/* CONTACT */
.contact_part {
  position: relative;
  padding: 80px 0;
}
.contact_part::before {
  content: "";
  position: absolute;
  background: #F7F8F9;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
  z-index: -1;
}
@media (min-width: 767px) {
  .contact_part::before {
    height: calc(100% - 150px);
  }
}
.contact_part .container {
  position: relative;
}
.contact_part .container::after {
  content: "";
  position: absolute;
  top: -90px;
  right: -400px;
  background: url(../images/deco_3.svg) no-repeat;
  background-size: auto;
  background-size: contain;
  width: 600px;
  height: 600px;
  transform: scaleX(-1);
  z-index: -1;
  display: none;
}
@media (min-width: 991px) {
  .contact_part .container::after {
    display: block;
  }
}
.contact_part .back {
  position: relative;
  padding: 100px 0 70px 0;
  margin: auto;
}
.contact_part .back::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  display: none;
}
@media (min-width: 767px) {
  .contact_part .back::before {
    display: block;
  }
}
.contact_part .back::after {
  content: "";
  position: absolute;
  top: -33px;
  right: -52px;
  margin: auto;
  background: url(../images/deco_2.png) no-repeat;
  width: 105px;
  height: 85px;
  display: none;
}
@media (min-width: 767px) {
  .contact_part .back::after {
    display: block;
  }
}
.contact_part .title_content {
  position: relative;
}
.contact_part .title_content::before {
  content: "";
  position: absolute;
  bottom: -25px;
  margin: auto;
  left: 0;
  background: url(../images/deco_1.svg) no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
  z-index: 5;
  display: none;
}
@media (min-width: 767px) {
  .contact_part .title_content::before {
    display: block;
    bottom: -160px;
    left: -160px;
    width: 150px;
    height: 150px;
  }
}
@media (min-width: 991px) {
  .contact_part .title_content::before {
    left: -210px;
    width: 210px;
    height: 210px;
  }
}
.contact_part .title_content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 40px;
  background: url(../images/deco_4.svg) no-repeat;
  background-size: auto;
  background-size: contain;
  height: 22px;
  width: 395px;
  display: none;
}
@media (min-width: 991px) {
  .contact_part .title_content::after {
    display: block;
  }
}
@media (min-width: 1199px) {
  .contact_part .title_content::after {
    left: 50px;
  }
}
.contact_part .title_content h1 {
  color: #1E1A45;
  font-weight: 600;
  position: relative;
  font-size: 35px;
  line-height: 35px;
  width: 220px;
}
@media (min-width: 575px) {
  .contact_part .title_content h1 {
    font-size: 40px;
    line-height: 40px;
    width: 250px;
  }
}
@media (min-width: 767px) {
  .contact_part .title_content h1 {
    width: max-content;
  }
}
@media (min-width: 991px) {
  .contact_part .title_content h1 {
    width: 320px;
    font-size: 45px;
    line-height: 45px;
  }
}
@media (min-width: 1199px) {
  .contact_part .title_content h1 {
    font-size: 50px;
    line-height: 50px;
  }
}
.contact_part .title_content h1::before {
  content: "";
  position: absolute;
  top: -30px;
  right: 60px;
  border: 1px solid #6C7C8B;
  border-bottom: unset;
  border-left: unset;
  width: 35px;
  height: 35px;
}
@media (min-width: 575px) {
  .contact_part .title_content h1::before {
    right: 100px;
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 991px) {
  .contact_part .title_content h1::before {
    right: 140px;
  }
}
.contact_part .title_content .content {
  padding-right: 15px;
}
@media (min-width: 767px) {
  .contact_part .title_content .content {
    padding-right: 70px;
  }
}
.contact_part .title_content .content p {
  color: #6C7C8B;
  font-size: 16px;
  line-height: 25px;
  margin: auto;
  margin-top: 50px;
  padding-left: 20px;
  border-left: 2px solid #D6555F;
}
@media (min-width: 767px) {
  .contact_part .title_content .content p {
    font-size: 20px;
    line-height: 30px;
  }
}
.contact_part form {
  margin-top: 60px;
}
@media (min-width: 991px) {
  .contact_part form {
    margin-top: 0;
  }
}
.contact_part form div {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}
.contact_part .h-captcha, .contact_part input[type=submit] {
  margin-top: 20px !important;
}
.contact_part .h-captcha iframe, .contact_part input[type=submit] iframe {
  margin: auto;
}
@media (min-width: 575px) {
  .contact_part .h-captcha iframe, .contact_part input[type=submit] iframe {
    margin: 0;
  }
}
.contact_part .h-captcha {
  margin-left: -10px;
}
@media (min-width: 380px) {
  .contact_part .h-captcha {
    margin-left: 0;
  }
}
.contact_part input[type=submit] {
  margin: auto;
}
@media (min-width: 575px) {
  .contact_part input[type=submit] {
    margin: 0;
    margin-left: auto;
  }
}
.contact_part .messages_form {
  position: relative;
  height: 30px;
}
.contact_part .messages_form p {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  color: #1E1A45;
  font-weight: 600;
  font-size: 15px;
}

/* ACTUALITÉS */
.actus_part {
  position: relative;
  padding: 30px 0 80px 0;
}
.actus_part::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background: #f7f8f9;
  z-index: -1;
}
.actus_part::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: -100px;
  width: 390px;
  height: 325px;
  background: url(../images/deco_group.svg) no-repeat;
  background-size: contain;
  z-index: -1;
}
@media (min-width: 575px) {
  .actus_part::after {
    width: 500px;
    height: 420px;
  }
}
@media (min-width: 991px) {
  .actus_part::after {
    bottom: unset;
    top: -50px;
    width: 575px;
    height: 480px;
  }
}
.actus_part .container {
  position: relative;
}
.actus_part .container::before {
  content: "";
  position: absolute;
  right: -100px;
  margin: auto;
  top: -50px;
  height: 600px;
  width: 600px;
  z-index: 0;
  transform: scaleX(-1);
  background: url(../images/deco_3.svg) no-repeat;
  background-size: auto;
  background-size: contain;
  display: none;
}
@media (min-width: 991px) {
  .actus_part .container::before {
    display: block;
  }
}
.actus_part .title {
  margin-bottom: 70px;
}
.actus_part .title h1 {
  color: black;
  text-transform: uppercase;
  margin: auto;
  width: max-content;
  color: black;
  position: relative;
  font-size: 35px;
  line-height: 35px;
  width: 220px;
}
@media (min-width: 575px) {
  .actus_part .title h1 {
    font-size: 40px;
    line-height: 40px;
    width: 250px;
  }
}
@media (min-width: 767px) {
  .actus_part .title h1 {
    width: max-content;
  }
}
@media (min-width: 991px) {
  .actus_part .title h1 {
    font-size: 45px;
    line-height: 45px;
  }
}
@media (min-width: 1199px) {
  .actus_part .title h1 {
    font-size: 50px;
    line-height: 50px;
  }
}
.actus_part .title hr {
  background: #3F85A1;
  width: 70px;
  margin: 20px auto;
  height: 5px;
}
.actus_part .actu {
  cursor: pointer;
  background-color: white;
  display: block;
  position: relative;
  margin: auto;
  height: 450px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  .actus_part .actu {
    height: 500px;
  }
}
@media (min-width: 767px) {
  .actus_part .actu:hover .actu_info {
    height: 100%;
    transition: 0.5s;
  }
}
.actus_part .actu:hover .actu_info .btn {
  display: flex !important;
}
@media (min-width: 767px) {
  .actus_part .actu:hover .actu_info p {
    display: block;
  }
}
.actus_part .actu .thumb {
  height: 40%;
}
@media (min-width: 575px) {
  .actus_part .actu .thumb {
    height: 60%;
  }
}
.actus_part .actu .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.actus_part .actu .actu_info {
  overflow: hidden;
  padding: 0 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: white;
  transition: 0.5s;
  height: 60%;
  width: 100%;
}
@media (min-width: 575px) {
  .actus_part .actu .actu_info {
    height: 40%;
  }
}
.actus_part .actu .actu_info h3 {
  margin: 0;
  text-transform: uppercase;
  color: #3F85A1;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  margin-top: 20px;
}
@media (min-width: 767px) {
  .actus_part .actu .actu_info h3 {
    letter-spacing: 2px;
    font-size: 18px;
    line-height: 20px;
  }
}
.actus_part .actu .actu_info hr {
  background: #3F85A1;
  opacity: 1;
  margin-left: 0;
  width: 100px;
  height: 3px;
  margin: 20px 0;
}
.actus_part .actu .actu_info .text {
  padding-bottom: 0;
  margin: 0;
  margin-bottom: 15px;
  color: #1E1A45;
  font-size: 15px;
  line-height: 20px;
  display: none;
}
.actus_part .actu .actu_info .btn {
  margin-left: 0;
  font-weight: 700;
}

/* SINGLE ACTU*/
.post_part {
  position: relative;
  padding-top: 30px;
}
.post_part::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background: #f7f8f9;
  z-index: -1;
}
.post_part::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: -100px;
  width: 390px;
  height: 325px;
  background: url(../images/deco_group.svg) no-repeat;
  background-size: contain;
  z-index: -1;
}
@media (min-width: 575px) {
  .post_part::after {
    width: 500px;
    height: 420px;
  }
}
@media (min-width: 991px) {
  .post_part::after {
    bottom: unset;
    top: -50px;
    width: 575px;
    height: 480px;
  }
}
.post_part .container {
  position: relative;
}
.post_part .container::before {
  content: "";
  position: absolute;
  right: -100px;
  margin: auto;
  top: -50px;
  height: 600px;
  width: 600px;
  z-index: 0;
  transform: scaleX(-1);
  background: url(../images/deco_3.svg) no-repeat;
  background-size: auto;
  background-size: contain;
  display: none;
}
@media (min-width: 991px) {
  .post_part .container::before {
    display: block;
  }
}
.post_part .fil_arianne {
  padding-left: 15px;
}
@media (min-width: 380px) {
  .post_part .fil_arianne {
    padding-left: 0;
  }
}
.post_part hr {
  opacity: 1;
}
.post_part .post {
  padding-bottom: 10%;
  position: relative;
}
.post_part .post > div:first-child {
  padding: 0;
}
@media (min-width: 575px) {
  .post_part .post > div:first-child {
    padding: 0 15px;
  }
}
.post_part .post h1 {
  line-height: 35px;
  font-size: 24px;
  text-transform: uppercase;
  background: transparent;
  color: black;
  font-weight: 600;
  letter-spacing: 3px;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
  text-align: center;
  margin-top: 70px;
  padding: 0 15px;
}
@media (min-width: 380px) {
  .post_part .post h1 {
    font-size: 24px;
  }
}
@media (min-width: 767px) {
  .post_part .post h1 {
    font-size: 30px;
    padding: 0;
  }
}
@media (min-width: 991px) {
  .post_part .post h1 {
    text-align: left;
  }
}
.post_part .post .seperator_head {
  margin: auto;
  margin-top: 30px;
  margin-bottom: 10px;
  background: #D6555F;
}
@media (min-width: 991px) {
  .post_part .post .seperator_head {
    margin-left: 0;
  }
}
.post_part .post .title_actu {
  margin: 20px 0;
  padding-left: 0;
  line-height: 28px;
  text-transform: uppercase;
  background: transparent;
  color: #3F85A1;
  font-weight: 600;
  text-align: center;
  letter-spacing: 3px;
  font-size: 24px;
}
@media (min-width: 767px) {
  .post_part .post .title_actu {
    line-height: 35px;
    font-size: 30px;
  }
}
@media (min-width: 991px) {
  .post_part .post .title_actu {
    text-align: left;
  }
}
.post_part .post .title_actu::before {
  display: none;
}
@media (min-width: 991px) {
  .post_part .post .title_actu::before {
    display: block;
  }
}
.post_part .post .back_news {
  margin: auto;
  margin-top: 40px;
}
.post_part .post .back_news a {
  border-radius: 0;
  border: 1px solid black;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  color: #1E1A45;
}
.post_part .post .post_info {
  margin: 0;
  background-color: white;
  padding-bottom: 50px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 10;
  padding-bottom: 100px;
}
.post_part .post .photo {
  padding: 20px 15px;
  max-height: 500px;
}
.post_part .post .photo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.post_part .post > div:last-child hr {
  width: 70px;
  margin-left: 0;
  margin-bottom: 40px;
}
.post_part .post .banner_new {
  padding: 0;
  position: relative;
}
.post_part .post .banner_new img {
  object-fit: cover;
  height: 40vw;
  width: 100%;
}
@media (min-width: 767px) {
  .post_part .post .banner_new img {
    height: 300px;
  }
}
@media (min-width: 1199px) {
  .post_part .post .banner_new img {
    height: 400px;
  }
}
.post_part .post .citation {
  margin: auto;
}
.post_part .post .post_img {
  margin: auto;
  margin-top: 15px;
}
@media (min-width: 991px) {
  .post_part .post .post_img {
    margin-top: 15px;
    margin-left: 0;
  }
}
.post_part .post .post_img img {
  width: 100%;
}
@media (min-width: 991px) {
  .post_part .post .post_img img {
    object-fit: cover;
    height: 25em;
  }
}
.post_part .post iframe {
  height: 60vw;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 575px) {
  .post_part .post iframe {
    height: 250px;
  }
}
@media (min-width: 767px) {
  .post_part .post iframe {
    height: 350px;
  }
}
@media (min-width: 1199px) {
  .post_part .post iframe {
    height: 400px;
  }
}
.post_part .post .h3 {
  text-align: center;
  color: #6C7C8B;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 2px;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 575px) {
  .post_part .post .h3 {
    text-align: left;
  }
}
@media (min-width: 767px) {
  .post_part .post .h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 991px) {
  .post_part .post .h3 {
    text-align: left;
  }
}
.post_part .post hr {
  background: #1E1A45;
  height: 5px;
  width: 80px;
}
@media (min-width: 575px) {
  .post_part .post hr {
    margin-left: 0;
  }
}
.post_part .post q {
  font-size: 18px;
  position: relative;
  color: #3F85A1;
  font-weight: 600;
  font-style: italic;
  font-style: italic;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 2px;
}
@media (min-width: 380px) {
  .post_part .post q {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 24px;
  }
}
@media (min-width: 575px) {
  .post_part .post q {
    line-height: 30px;
    text-align: left;
  }
}
@media (min-width: 767px) {
  .post_part .post q {
    line-height: 40px;
    font-size: 28px;
  }
}
.post_part .post p {
  font-size: 13px;
  color: #1E1A45;
  margin: auto;
}
@media (min-width: 380px) {
  .post_part .post p {
    font-size: 14px;
  }
}
.post_part .post ul li {
  font-size: 13px;
  color: #1E1A45;
  margin: auto;
}
@media (min-width: 380px) {
  .post_part .post ul li {
    font-size: 14px;
  }
}
.post_part .post .quote_mark_left, .post_part .post .quote_mark_right {
  object-fit: contain;
}
.post_part .post .quote_mark_left {
  margin-top: 30px;
}
@media (min-width: 380px) {
  .post_part .post .quote_mark_left {
    margin-top: 40px;
  }
}
@media (min-width: 767px) {
  .post_part .post .quote_mark_left {
    max-width: 6em;
  }
}
@media (min-width: 991px) {
  .post_part .post .quote_mark_left {
    width: 10em;
  }
}
.post_part .post .quote_mark_right {
  margin: auto;
  margin-right: 0;
  margin-bottom: 30px;
}
@media (min-width: 380px) {
  .post_part .post .quote_mark_right {
    height: 30px;
    margin-bottom: 40px;
  }
}
@media (min-width: 767px) {
  .post_part .post .quote_mark_right {
    max-width: 5em;
  }
}
.post_part .post .legend {
  font-size: 3vw;
  color: #3F85A1;
  font-style: italic;
  font-weight: lighter;
  padding: 0;
  line-height: 18px;
  text-align: center;
}
@media (min-width: 380px) {
  .post_part .post .legend {
    font-size: 14px;
  }
}
@media (min-width: 575px) {
  .post_part .post .legend {
    text-align: left;
  }
}
.post_part .post .texte_photo {
  padding: 30px 0;
  margin: auto;
}
.post_part .post .para {
  padding-top: 20px;
  padding-bottom: 20px;
}
.post_part .post .para p, .post_part .post .para li {
  font-size: 13px;
  color: #1E1A45;
  margin: auto;
}
@media (min-width: 380px) {
  .post_part .post .para p, .post_part .post .para li {
    font-size: 14px;
  }
}
.post_part .post .btn {
  border-radius: 10px;
  color: #1E1A45;
  border: 1px solid #3F85A1;
  display: block;
  margin-top: 20px;
}
.post_part .post .btn:hover {
  color: white;
  background: #1E1A45;
  border: 1px solid #1E1A45;
}
.post_part .post .social_media_new {
  margin-top: 20px;
}
.post_part .post .social_media_new a img {
  transition: 0.3s;
}
.post_part .post .social_media_new a img:hover {
  transform: scale(1.1);
}
.post_part .post .social_media_new a:not(:last-child) {
  margin-right: 20px;
}
.post_part .post .social_media_new hr {
  margin-left: 0 !important;
}
.post_part .post .social_media_new img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}
@media (min-width: 767px) {
  .post_part .post .social_media_new img {
    width: 28px;
  }
}

.mentions {
  padding-bottom: 80px;
  padding-top: 300px;
}
.mentions h1 {
  color: #1E1A45;
  font-size: 44px;
  font-weight: bold;
}
.mentions h2 {
  font-size: 30px;
}
.mentions h3 {
  font-size: 23px;
}
.mentions p, .mentions li {
  color: #1E1A45;
}

/**************************************\ */
/************ DESIGN SYSTEM ***********\ */
/**************************************\ */
.page-template-template-syndic {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.32px;
  overflow: hidden;
}
.page-template-template-syndic p {
  margin-top: 0;
}
.page-template-template-syndic .btn {
  width: fit-content;
  height: fit-content;
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: normal;
  padding: 12px 25px;
  border-radius: 60px;
  transition: 0.3s;
  margin: 0;
}
.page-template-template-syndic .btn:hover, .page-template-template-syndic .btn:active, .page-template-template-syndic .btn:focus {
  transition: 0.3s;
}
.page-template-template-syndic .btn--main {
  background: #26214C;
  color: #FFFFFF;
  border: solid 1px #26214C;
}
.page-template-template-syndic .btn--main:hover, .page-template-template-syndic .btn--main:active, .page-template-template-syndic .btn--main:focus {
  background: transparent;
  color: #26214C;
}
.page-template-template-syndic .btn--snd {
  background: #0493AF;
  color: #FFFFFF;
  border: solid 1px #0493AF;
}
.page-template-template-syndic .btn--snd:hover, .page-template-template-syndic .btn--snd:active, .page-template-template-syndic .btn--snd:focus {
  background: transparent;
  color: #0493AF;
}
.page-template-template-syndic .btn--white {
  background: #FFFFFF;
  color: #26214C;
  border: solid 1px #FFFFFF;
}
.page-template-template-syndic .btn--white:hover, .page-template-template-syndic .btn--white:active, .page-template-template-syndic .btn--white:focus {
  background: transparent;
  color: #FFFFFF;
}
.page-template-template-syndic .btn--white-outline {
  background: transparent;
  color: #FFFFFF;
  border: solid 1px #FFFFFF;
}
.page-template-template-syndic .btn--white-outline:hover, .page-template-template-syndic .btn--white-outline:active, .page-template-template-syndic .btn--white-outline:focus {
  background: #FFFFFF;
  color: #26214C !important;
}
.page-template-template-syndic hr {
  width: 85px;
  height: 3px;
  background: #0493AF;
  opacity: 1;
  margin: 0;
}
.page-template-template-syndic .bold {
  font-weight: 600;
}
.page-template-template-syndic header#sticky .header_desktop {
  padding: 0;
  height: unset;
}
.page-template-template-syndic header#sticky .header_desktop .logo img {
  margin-top: 0;
}
.page-template-template-syndic header#sticky .header_desktop ul {
  margin-top: 0;
}
.page-template-template-syndic h2 {
  margin-top: 0;
}

.heading {
  margin-bottom: 1rem;
}
.heading--n1 {
  font-size: clamp(2.375rem, 2.001rem + 1.596vw, 3.438rem);
  letter-spacing: calc(clamp(2.375rem, 2.001rem + 1.596vw, 3.438rem) * -1 / 100);
  line-height: 1.21;
  font-weight: 500;
}
.heading--n2 {
  font-size: clamp(2rem, 1.692rem + 1.315vw, 2.875rem);
  letter-spacing: calc(clamp(2rem, 1.692rem + 1.315vw, 2.875rem) * -1 / 100);
  line-height: 1.23;
  font-weight: 400;
}
.heading--n3 {
  font-size: clamp(1.75rem, 1.442rem + 1.315vw, 2.625rem);
  letter-spacing: calc(clamp(1.75rem, 1.442rem + 1.315vw, 2.625rem) * -1 / 100);
  line-height: 1.23;
  font-weight: 300;
}
.heading--n4 {
  font-size: clamp(1.5rem, 1.412rem + 0.376vw, 1.75rem);
  letter-spacing: normal;
  line-height: 1.17;
  font-weight: 600;
}
.heading--n5 {
  font-size: clamp(1.25rem, 1.206rem + 0.188vw, 1.375rem);
  letter-spacing: normal;
  line-height: normal;
  font-weight: 400;
}

.sur-titre {
  color: #0493AF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.7px;
  text-transform: uppercase;
}

.label {
  font-size: 18px;
  line-height: normal;
}

.legende {
  font-size: 12px;
  letter-spacing: 0.24px;
  line-height: normal;
}

/**************************************\ */
/*************** EN-TÊTE **************\ */
/**************************************\ */
.hero-syndic {
  padding-block: 0 85px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .hero-syndic {
    padding-block: 116px 85px;
  }
}
.hero-syndic .heading, .hero-syndic a, .hero-syndic p {
  color: #FFFFFF;
}
.hero-syndic::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #26214C 70.16%, rgba(38, 33, 76, 0) 90%);
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 576px) {
  .hero-syndic::before {
    background: linear-gradient(0deg, #26214C 60.16%, rgba(38, 33, 76, 0) 80%);
  }
}
@media screen and (min-width: 992px) {
  .hero-syndic::before {
    background: linear-gradient(90deg, #26214C 51.16%, rgba(38, 33, 76, 0.5) 60.74%, rgba(38, 33, 76, 0) 69.27%);
    z-index: 1;
  }
}
.hero-syndic::after {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  background-image: url("../images/icon-button.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 3;
}
.hero-syndic__background {
  position: relative;
  z-index: -1;
}
.hero-syndic__background::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/hero-syndic-deco.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: calc(50% - 50px);
  transform: translate(-100%, 0);
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width: 992px) {
  .hero-syndic__background::before {
    background-size: contain;
    width: 1920px;
    height: 100%;
    top: 50%;
    right: 0;
    left: unset;
    transform: translate(0, -50%);
    z-index: 99;
  }
}
@media screen and (min-width: 992px) {
  .hero-syndic__background {
    position: absolute;
    top: 0;
    right: calc(50% - 960px);
    z-index: 0;
    height: 100%;
  }
}
.hero-syndic__background img {
  height: 100%;
  object-fit: cover;
  min-height: 280px;
}
.hero-syndic__content {
  position: relative;
  z-index: 2;
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .hero-syndic__content {
    padding-left: 102px;
  }
}
.hero-syndic__content::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: 25px;
}
@media screen and (min-width: 768px) {
  .hero-syndic__content::before {
    left: 51px;
  }
}
.hero-syndic__sur-titre {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(calc(-100% - 12px));
}
.hero-syndic__intro {
  padding-right: 30px;
}
@media screen and (min-width: 768px) {
  .hero-syndic__intro {
    padding-right: 97px;
  }
}
.hero-syndic .btn {
  margin-top: 25px;
}

/**************************************\ */
/*************** MISSION **************\ */
/**************************************\ */
.mission-syndic {
  padding-block: 85px;
}

/**************************************\ */
/********** QUI SOMMES-NOUS ? *********\ */
/**************************************\ */
.identite-syndic {
  position: relative;
  background: #E94362;
  padding-block: 0 70px;
}
@media screen and (min-width: 992px) {
  .identite-syndic {
    padding-block: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .identite-syndic {
    padding-block: 79px 83px;
  }
}
.identite-syndic hr {
  background: #FFFFFF;
  margin-bottom: 28px;
}

.identite__bkg {
  margin-bottom: 35px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .identite__bkg {
    margin-bottom: 0;
    position: absolute;
    overflow: hidden;
    max-height: 100%;
    height: 100%;
    top: 0;
    left: calc(50% - 960px);
  }
  .identite__bkg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.identite__bkg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(0deg, #E94362 8.61%, rgba(233, 67, 98, 0) 54.5%);
}
@media screen and (min-width: 992px) {
  .identite__bkg::before {
    background: linear-gradient(269deg, #E94362 8.61%, rgba(233, 67, 98, 0) 54.5%);
  }
}
.identite__sur-titre {
  color: #FFFFFF;
  margin-block: 0 12px;
  padding-left: 44px;
}
@media screen and (min-width: 992px) {
  .identite__sur-titre {
    padding-left: 100px;
  }
}
.identite__texte {
  padding-left: 100px;
  position: relative;
}
.identite__texte::before {
  content: "";
  display: block;
  width: 66px;
  height: 66px;
  position: absolute;
  top: -31px;
  left: 0;
  border-bottom: solid 20px #FFFFFF;
  border-left: solid 20px #FFFFFF;
}
@media screen and (min-width: 992px) {
  .identite__texte::before {
    left: -88px;
  }
}
.identite__texte > p {
  color: #FFFFFF;
}
.identite__titre-wrapper {
  padding-block: 51px 20px;
  position: relative;
  padding-left: 66px;
}
@media screen and (min-width: 992px) {
  .identite__titre-wrapper {
    padding-left: 0;
  }
}
.identite__titre-wrapper::before, .identite__titre-wrapper::after {
  content: "";
  display: block;
  width: 66px;
  height: 66px;
  position: absolute;
  top: 0;
  border-top: solid 20px #FFFFFF;
}
.identite__titre-wrapper::before {
  left: 0;
  border-left: solid 20px #FFFFFF;
}
@media screen and (min-width: 992px) {
  .identite__titre-wrapper::before {
    left: -88px;
  }
}
.identite__titre-wrapper::after {
  right: 0;
  border-right: solid 20px #FFFFFF;
}

/**************************************\ */
/*************** POURQUOI *************\ */
/**************************************\ */
.pourquoi {
  padding-block: 119px 105px;
  position: relative;
}
.pourquoi::before {
  content: "";
  display: block;
  width: 182px;
  height: 203px;
  background-image: url("../images/pourquoi-deco.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  right: calc(50% - 894px);
  transform: translateY(-50%);
}
.pourquoi ul {
  padding: 0;
}
.pourquoi ul li {
  list-style-type: none;
  display: flex;
  flex-shrink: 0;
  gap: 11px;
}
.pourquoi ul li::before {
  content: "";
  display: block;
  width: 15px;
  height: 24px;
  background-image: url("../images/pourquoi-arrow-li.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-top: 5px;
}
.pourquoi__sous-titre {
  margin-block: 45px 25px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.pourquoi__sous-titre p {
  flex-shrink: 0;
  margin: 0;
}
.pourquoi__sous-titre::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #0493AF;
}
.pourquoi__reponse {
  gap: 15px;
}
.pourquoi__reponse p {
  margin-bottom: 0;
}
.pourquoi__response--center {
  position: relative;
  margin-block: 30px;
}
@media screen and (min-width: 768px) {
  .pourquoi__response--center {
    margin-block: 0;
  }
}
.pourquoi__response--center::before, .pourquoi__response--center::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #0493AF;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .pourquoi__response--center::before, .pourquoi__response--center::after {
    height: calc(100% - 83px);
    width: 1px;
  }
}
.pourquoi__response--center::before {
  top: -15px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .pourquoi__response--center::before {
    bottom: 0;
    top: unset;
    left: -25px;
  }
}
.pourquoi__response--center::after {
  bottom: -15px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .pourquoi__response--center::after {
    bottom: 0;
    right: -25px;
  }
}

/**************************************\ */
/************** APPROCHE **************\ */
/**************************************\ */
.approche {
  position: relative;
  background: #0493AF;
}
.approche::before {
  content: "";
  display: block;
  width: 182px;
  height: 203px;
  background-image: url("../images/approche-deco.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 236px;
  left: calc(50% - 856px);
  z-index: 3;
}
.approche__photos {
  position: relative;
  height: 343px;
}
.approche__photos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.approche__photos img:first-of-type {
  display: none;
}
@media screen and (min-width: 768px) {
  .approche__photos img:first-of-type {
    display: block;
  }
}
.approche__photos::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(355deg, #26214C -28.83%, rgba(38, 33, 76, 0) 118.47%);
}
.approche__bkg {
  position: relative;
}
@media screen and (min-width: 992px) {
  .approche__bkg {
    position: absolute;
    bottom: 0;
    right: calc(50% - 960px);
    height: calc(100% - 343px);
  }
}
.approche__bkg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.approche__bkg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #0493AF 2.93%, rgba(4, 147, 175, 0) 74.03%);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 992px) {
  .approche__bkg::before {
    background: linear-gradient(to right, #0493AF 2.93%, rgba(4, 147, 175, 0) 74.03%);
  }
}
.approche__content {
  padding-block: 124px 100px;
  position: relative;
  z-index: 30;
}
@media screen and (min-width: 768px) {
  .approche__content::before {
    content: "";
    display: block;
    width: 66px;
    height: 66px;
    border-top: solid 20px #E94362;
    border-right: solid 20px #E94362;
    position: absolute;
    top: 44px;
    right: -66px;
  }
}
@media screen and (min-width: 992px) {
  .approche__content::after {
    content: "";
    display: block;
    width: 170px;
    height: 170px;
    border: solid 20px #26214C;
    position: absolute;
    bottom: -40px;
    left: -100px;
    border-radius: 100%;
    clip-path: polygon(0 50%, 50% 50%, 50% 100%, 0% 100%);
  }
}
.approche__sur-titre, .approche p, .approche li {
  color: #FFFFFF;
}
.approche hr {
  background: #FFFFFF;
}

/**************************************\ */
/************* ENGAGEMENTS ************\ */
/**************************************\ */
.engagements {
  padding-block: 96px 125px;
}
.engagements hr {
  margin-block: 25px 35px;
}
.engagements__cell {
  margin-top: 35px;
}
.engagements__cell div:first-of-type {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 21px;
}
.engagements__cell div:first-of-type::after {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: #0493AF;
}

/**************************************\ */
/************** CONTACT ***************\ */
/**************************************\ */
.contact {
  position: relative;
  padding-bottom: 209px;
}
.contact__sur-titre {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.contact__sur-titre::after {
  content: "";
  display: block;
  width: 1px;
  height: 53px;
  background: #FFFFFF;
}
.contact__infos {
  background: #E94362;
  padding: 55px 30px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.contact__infos > * {
  color: #FFFFFF;
}
.contact__infos hr {
  background: #FFFFFF;
}
.contact__form-wrapper {
  background: #FFFFFF;
  padding: 50px 35px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .contact__form-wrapper {
    padding: 74px 90px;
  }
}
.contact__form-wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(234, 234, 234, 0.04) -0.51%, #EAEAEA 143.49%, #EAEAEA 143.49%);
  z-index: 0;
}
.contact__form-wrapper > * {
  position: relative;
  z-index: 3;
}
.contact__form-wrapper hr {
  background: #E94362;
  margin-block: 12px 39px;
}
.contact__form-wrapper div {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}
.contact__form-wrapper .h-captcha, .contact__form-wrapper input[type=submit] {
  margin-top: 20px !important;
}
.contact__form-wrapper .h-captcha iframe, .contact__form-wrapper input[type=submit] iframe {
  margin: auto;
}
@media (min-width: 575px) {
  .contact__form-wrapper .h-captcha iframe, .contact__form-wrapper input[type=submit] iframe {
    margin: 0;
  }
}
.contact__form-wrapper .h-captcha {
  margin-left: -10px;
}
@media (min-width: 380px) {
  .contact__form-wrapper .h-captcha {
    margin-left: 0;
  }
}
.contact__form-wrapper input[type=submit] {
  margin: auto;
}
@media (min-width: 575px) {
  .contact__form-wrapper input[type=submit] {
    margin: 0;
    margin-left: auto;
  }
}
.contact__form-wrapper .messages_form {
  position: relative;
  height: 30px;
}
.contact__form-wrapper .messages_form p {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  color: #1E1A45;
  font-weight: 600;
  font-size: 15px;
}
.contact__bkg {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  height: 603px;
  width: 100%;
}
.contact__bkg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact__bkg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(294deg, #26214C 0.27%, rgba(38, 33, 76, 0) 38.02%);
  position: absolute;
  top: 0;
  left: 0;
}
.contact__bkg::after {
  content: "";
  display: block;
  width: 400px;
  height: 219px;
  background-image: url("../images/contact_deco.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: calc(50% - 999px);
  transform: translateY(-50%);
}

/**************************************\ */
/*************** FOOTER ***************\ */
/**************************************\ */
.footer {
  padding-block: 30px 40px;
}
.footer::before {
  display: none;
}
.footer__list {
  padding: 0;
  margin: 0;
}
.footer__list__item {
  margin-bottom: 5px;
}
.footer__list__item, .footer__list__item > a {
  list-style-type: none;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.28px;
}
.footer__list__item > a {
  transition: 0.3s;
}
.footer__list__item > a:hover, .footer__list__item > a:active, .footer__list__item > a:focus {
  color: #0493AF;
  transition: 0.3s;
}
.footer__list .submenu {
  padding: 0;
  margin: 0;
  margin-top: 5px;
}
.footer__list .submenu .footer__list__item {
  display: flex;
  align-items: center;
  gap: 4px;
}
.footer__list .submenu .footer__list__item::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("../images/arrow-down.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
}
.footer__border {
  padding-bottom: 30px;
  margin-bottom: 42px;
  border-bottom: solid 1px #FFFFFF;
}
.footer .btn {
  width: fit-content;
  padding: 6px 20px 6px 9px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.footer .btn::before {
  content: "";
  display: block;
  width: 39px;
  height: 39px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.footer .btn:hover::before, .footer .btn:focus::before, .footer .btn:active::before {
  transition: 0.3s;
}
.footer .btn.footer__contact::before {
  background-image: url("../images/btn-phone-active.svg");
}
.footer .btn.footer__contact:hover::before {
  background-image: url("../images/btn-phone-main.png");
}
.footer .btn.footer__client::before {
  background-image: url("../images/btn-client-main.png");
}
.footer .btn.footer__client:hover::before {
  background-image: url("../images/btn-client-active.svg");
}

html {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  word-wrap: break-word;
  overflow-x: hidden;
}

:root {
  --pink: #E94362;
}

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