@charset "UTF-8";
/*
Theme Name: B17
Author: B17
Description: Thème WordPress réalisé par B17.
Version:1.0
*/
/****************************************************************************/
/* BASE
/****************************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;700;800&display=swap");
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
* 62.5% permet de convertir les rem en px -> 1.6rem = 16px
*/
html {
  font-size: 62.5%;
}

body {
  margin: 0;
}

/****************************************************************************/
/* MIXINS
/****************************************************************************/
/****************************************************************************/
/* COULEURS
/****************************************************************************/
/****************************************************************************/
/* POLICES / CUSTOM FONTS
/****************************************************************************/
/****************************************************************************/
/* RESPONSIVE BREAKPOINTS
/****************************************************************************/
/****************************************************************************/
/* GENERAL
/****************************************************************************/
html {
  scroll-behavior: smooth;
}

/****************************************************************************/
/* COOKIES / RGPD
/****************************************************************************/
body.gdpr-infobar-visible {
  position: relative;
}
body.gdpr-infobar-visible::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  top: -150px;
  left: 0;
  z-index: 9980;
}
body.gdpr-infobar-visible aside#moove_gdpr_cookie_info_bar {
  z-index: 9990;
}
@media all and (max-width: 767px) {
  body.gdpr-infobar-visible aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    padding-top: 60px;
  }
}
body.gdpr-infobar-visible aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder .moove-gdpr-infobar-allow-all {
  order: 2 !important;
}
body.gdpr-infobar-visible aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder .moove-gdpr-infobar-reject-btn {
  order: 1 !important;
}
@media all and (max-width: 767px) {
  body.gdpr-infobar-visible aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-button-holder {
    position: absolute;
    top: 30px;
    right: 10px;
  }
}

.gdpr_lightbox {
  z-index: 99970;
}

.grecaptcha-badge {
  visibility: hidden;
}

.rgpd__block {
  background: #361851;
  color: #FFFFFF;
}
.rgpd__block .rgpd__title {
  font-weight: 700;
  margin-bottom: 7px;
  margin-top: 5px;
}
.rgpd__block .rgpd__content {
  height: 115px;
  overflow: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.rgpd__block .rgpd__content::-webkit-scrollbar {
  display: none;
}
.rgpd__block .rgpd__content > p,
.rgpd__block .rgpd__content ul {
  font-size: 1.3rem;
  line-height: 1.8rem;
}
.rgpd__block .rgpd__content > p li,
.rgpd__block .rgpd__content ul li {
  background-position: left top 6px;
}

/****************************************************************************/
/* SLICK SLIDER
/****************************************************************************/
.slick-slider {
  position: relative;
  display: block;
  padding-bottom: 80px;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-slider .slick-list:focus {
  outline: none;
}
.slick-slider .slick-list .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-slide img {
  display: block;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow {
  background: transparent;
  border: 2px solid #4E2370;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 5px 10px 10px;
  display: inline-block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.slick-arrow.slick-prev {
  left: -65px;
}
.slick-arrow.slick-next {
  right: -65px;
}
.slick-arrow.slick-hidden, .slick-arrow.slick-disabled {
  display: none;
}

.slick-dots {
  margin: 0;
  padding: 0;
  text-align: center;
}
.slick-dots li {
  padding: 0 !important;
  display: inline-block;
  margin: 0 5px;
}
.slick-dots li::before {
  display: none;
}
.slick-dots li button {
  border: none;
  background: blue;
  text-indent: -999999px;
  width: 12px;
  height: 12Px;
  border-radius: 50%;
}
.slick-dots li.slick-active button {
  background: #004A7D;
}

/****************************************************************************/
/* TITRES, LIENS et TEXTES
/****************************************************************************/
body {
  font-family: "Raleway", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}
@media all and (max-width: 575px) {
  body {
    font-size: 1.5rem;
  }
}

p {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@media all and (max-width: 575px) {
  p {
    font-size: 1.5rem;
  }
}

img,
iframe {
  max-width: 100%;
}

a:not(.wp-block-button__link) {
  color: inherit;
  text-decoration: none;
}
a:not(.wp-block-button__link)[href="#"] {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}
a:not(.wp-block-button__link):not([href="#"]):hover {
  cursor: pointer;
  text-decoration: none;
}
a:not(.wp-block-button__link):hover {
  color: #FFCC00;
}

h1,
.h1 {
  font-size: 5.6rem;
  font-family: "Raleway", sans-serif;
  color: #4E2370;
  font-weight: 700;
}
@media all and (max-width: 1600px) {
  h1,
  .h1 {
    font-size: 5.4rem;
  }
}
@media all and (max-width: 1399px) {
  h1,
  .h1 {
    font-size: 5rem;
  }
}
@media all and (max-width: 575px) {
  h1,
  .h1 {
    font-size: 3rem;
  }
}

h2,
.h2 {
  font-size: 5.4rem;
  font-family: "Raleway", sans-serif;
  color: #4E2370;
  padding-top: 65px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  display: block;
  position: relative;
}
@media all and (max-width: 1199px) {
  h2,
  .h2 {
    font-size: 4.5rem;
  }
}
@media all and (max-width: 575px) {
  h2,
  .h2 {
    font-size: 3.2rem;
    margin-bottom: 2rem;
  }
}
h2::before,
.h2::before {
  content: "";
  background: url(./assets/img/before_title.svg) no-repeat top center;
  width: 64px;
  height: 41px;
  position: absolute;
  left: 0;
  top: 20px;
  right: 0;
  margin: auto;
}

h3,
.h3 {
  font-size: 3.8rem;
  font-family: "Raleway", sans-serif;
  color: #4E2370;
  font-weight: 700;
}
@media all and (max-width: 1199px) {
  h3,
  .h3 {
    font-size: 2.4rem;
  }
}

h4,
.h4 {
  font-size: 2.4rem;
  font-family: "Raleway", sans-serif;
  color: #4E2370;
  font-weight: 700;
}
@media all and (max-width: 1199px) {
  h4,
  .h4 {
    font-size: 2rem;
  }
}

.legend {
  text-transform: uppercase;
  font-size: 6.4rem;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 900;
  position: absolute;
  bottom: 20px;
  left: 30px;
  max-width: calc(100% - 60px);
  line-height: 68px;
}
@media all and (max-width: 767px) {
  .legend {
    font-size: 3.5rem;
    line-height: 35px;
  }
}
@media all and (max-width: 575px) {
  .legend {
    font-size: 2.7rem;
  }
}

ul li {
  list-style-type: none;
}

.page-content ul:not(.value) li {
  position: relative;
  padding-left: 20px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.page-content ul:not(.value) li::before {
  content: "";
  position: absolute;
  left: -10px;
  background: url(./assets/img/listing-testimony-before.svg) no-repeat left;
  background-size: 16px;
  width: 16px;
  height: 24px;
}

a,
button,
input[type=submit] {
  transition: all 0.3s ease-in-out 0s;
}
a:hover,
button:hover,
input[type=submit]:hover {
  text-decoration: none;
}
a:focus-visible,
button:focus-visible,
input[type=submit]:focus-visible {
  box-shadow: none;
}

.btn {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 14px 24px;
  border-radius: 40px;
  display: inline-block;
}
.btn.purple-border {
  border: 2px solid #4E2370;
  color: #4E2370;
}
.btn.purple-border:hover {
  background: #4E2370;
  color: #FFFFFF;
}
.btn.yellow-bg {
  background-color: #FFCC00;
  border: 2px solid #FFCC00;
  color: #4E2370;
}
.btn.yellow-bg:hover {
  background-color: transparent;
  border: 2px solid #FFCC00;
  color: #4E2370;
}
.btn.purple-bg {
  background-color: #4E2370;
  border: 2px solid #4E2370;
  color: #FFFFFF;
}
.btn.purple-bg:hover {
  background-color: transparent;
  border: 2px solid #4E2370;
  color: #4E2370;
}

.purple-bg .btn.yellow-bg:hover, .wpcf7 .btn.yellow-bg:hover {
  color: #FFCC00;
}

.link.more {
  font-weight: 1.8rem;
  text-transform: uppercase;
  font-weight: 700;
}
.link.more svg {
  margin-left: 20px;
  transition: all 0.3s ease-in-out 0s;
}

@media all and (max-width: 575px) {
  .wp-block-button {
    width: 100%;
  }
}
.wp-block-button.is-style-outline a {
  font-weight: 900;
  border-color: #361851;
  color: #361851;
}
.wp-block-button.is-style-outline a:hover {
  background-color: #361851;
  color: #FFFFFF;
}

.effect {
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
  backface-visibility: hidden;
  transform: translate3d(0px, 100, 0px);
}
.effect.visible {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.purple-bg {
  background-color: #4E2370;
  color: #FFFFFF;
}
.purple-bg h2,
.purple-bg .h2 {
  color: #FFFFFF;
}

.yellow-bg {
  background-color: #FFCC00;
}

.blue-bg {
  background-color: #004A7D;
}

.lightgrey-bg {
  background-color: #F5F5F5;
}

/****************************************************************************/
/* HEADER + MENU + BREADCRUMB
/****************************************************************************/
nav.header {
  padding: 0 0 50px;
}
@media all and (max-width: 767px) {
  nav.header {
    padding: 0 0 24px;
  }
  nav.header > .container-fluid {
    padding: 0 10px;
  }
}
nav.header > .container-fluid {
  position: relative;
  padding: 0 30px;
  max-width: 1350px;
  margin: auto;
}
nav.header > .container-fluid > .row {
  width: 100%;
}
nav.header > .container-fluid > .row #navbarNav .navbar-nav li a {
  color: #4E2370;
  position: relative;
  font-weight: bold;
  font-size: 1.8rem;
  padding-bottom: 10px;
  padding-right: 0;
  padding-left: 0;
}
@media all and (max-width: 1199px) {
  nav.header > .container-fluid > .row #navbarNav .navbar-nav li a {
    font-size: 1.6rem;
  }
}
nav.header > .container-fluid > .row #navbarNav .navbar-nav li a::after {
  content: "";
  width: 40px;
  height: 3px;
  position: absolute;
  left: 0;
  background: #4E2370;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s ease-in-out 0s;
}
nav.header > .container-fluid > .row #navbarNav .navbar-nav li + li {
  margin-left: 30px;
}
nav.header > .container-fluid > .row #navbarNav .navbar-nav li:hover a, nav.header > .container-fluid > .row #navbarNav .navbar-nav li.current-menu-item a {
  color: #8D7CDA;
}
nav.header > .container-fluid > .row #navbarNav .navbar-nav li:hover a::after, nav.header > .container-fluid > .row #navbarNav .navbar-nav li.current-menu-item a::after {
  background: #8D7CDA;
}
nav.header > .container-fluid > .row .headernav {
  margin-bottom: 40px;
}
nav.header > .container-fluid > .row .headernav > ul {
  background: #4E2370;
  color: #FFFFFF;
  padding: 8px 30px 10px;
  border-radius: 0 0 40px 40px;
}
nav.header > .container-fluid > .row .headernav > ul > li a {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.6rem;
}
nav.header > .container-fluid > .row .headernav > ul > li + li {
  margin-left: 20px;
}
nav.header > .container-fluid > .row .headernav > ul > li.wpml-ls-menu-item a {
  opacity: 0.5;
  /*background: $white;
  border-radius: 11px;
  text-align: center;
  padding : 6px 12px ;*/
  color: #4E2370;
  padding: 0;
}
nav.header > .container-fluid > .row .headernav > ul > li.wpml-ls-menu-item a span {
  line-height: 15px;
}
nav.header > .container-fluid > .row .headernav > ul > li.wpml-ls-menu-item a::after {
  display: none;
}
nav.header > .container-fluid > .row .headernav > ul > li.wpml-ls-menu-item a img {
  width: 30px;
}
nav.header > .container-fluid > .row .headernav > ul > li.wpml-ls-menu-item .dropdown-menu {
  min-width: auto;
  border: 1PX solid #4E2370;
  padding: 0px;
}
nav.header > .container-fluid > .row .headernav > ul > li.wpml-ls-menu-item + .wpml-ls-menu-item {
  margin-left: 10px;
}
nav.header > .container-fluid > .row .headernav > ul > li.wpml-ls-menu-item.wpml-ls-current-language a {
  opacity: 1;
}
nav.header > .container-fluid > .row .headernav > ul > li:hover a, nav.header > .container-fluid > .row .headernav > ul > li.current-menu-item a {
  color: #8D7CDA;
}

#menu-mobile {
  display: none;
}

@media all and (max-width: 991px) {
  #menu-desktop {
    display: none;
  }
  #menu-mobile {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 64px;
    height: 64px;
  }
}
/*** MENU MOBILE ***/
.menu-trigger {
  margin: 0;
  position: relative;
  cursor: pointer;
  border: 2px solid #4E2370;
  border-radius: 50%;
  padding: 10px 2px;
  z-index: 999;
  position: absolute;
  right: 15px;
}
.menu-trigger .menu-trigger-icon {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.menu-trigger .menu-trigger-icon .line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #4E2370;
  stroke-width: 3.5;
}
.menu-trigger .menu-trigger-icon.active .line {
  stroke: #4E2370;
}
.menu-trigger .menu-trigger-icon.active {
  transform: rotate(45deg);
}
.menu-trigger .menu-trigger-icon .top {
  stroke-dasharray: 40 121;
}
.menu-trigger .menu-trigger-icon .bottom {
  stroke-dasharray: 40 121;
}
.menu-trigger .menu-trigger-icon.active .top {
  stroke-dashoffset: -68px;
}
.menu-trigger .menu-trigger-icon.active .bottom {
  stroke-dashoffset: -68px;
}

.menu-basic {
  position: fixed;
  right: 0;
  top: 0;
  -ms-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  width: 500px;
  height: 100vh;
  background-color: #F5F5F5;
  display: block;
  transform: translateX(100%);
  transition: all 0.8s cubic-bezier(0.99, 0.01, 0.02, 0.99);
  z-index: 50;
  padding: 60px 40px;
  overflow-x: hidden;
}
@media all and (max-width: 575px) {
  .menu-basic {
    width: 95%;
  }
}
.menu-basic .headernav {
  background: #4E2370;
  margin-top: 60px;
  padding: 25px;
  border-radius: 20px;
}
.menu-basic .headernav ul > li a {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.6rem;
}
.menu-basic .headernav ul > li:hover a, .menu-basic .headernav ul > li.current-menu-item a {
  color: #8D7CDA;
}
.menu-basic .headernav ul > li.wpml-ls-menu-item a {
  opacity: 0.5;
  /*background: $white;
  border-radius: 11px;
  text-align: center;
  padding : 6px 12px ;*/
  color: #4E2370;
  padding: 0;
}
.menu-basic .headernav ul > li.wpml-ls-menu-item a span {
  line-height: 15px;
}
.menu-basic .headernav ul > li.wpml-ls-menu-item a::after {
  display: none;
}
.menu-basic .headernav ul > li.wpml-ls-menu-item a img {
  width: 30px;
}
.menu-basic .headernav ul > li.wpml-ls-menu-item .dropdown-menu {
  min-width: auto;
  border: 1PX solid #4E2370;
  padding: 0px;
}
.menu-basic .headernav ul > li.wpml-ls-menu-item.wpml-ls-current-language a {
  opacity: 1;
}
.menu-basic .logo-img {
  width: 150px;
  height: auto;
  margin-bottom: 30px;
}
.menu-basic nav {
  margin: auto;
}
.menu-basic nav div ul {
  padding-left: 0;
}
.menu-basic nav div ul li {
  list-style: none;
  padding: 0;
  background: none;
  margin-top: 10px;
}
.menu-basic nav div ul li a {
  color: #4E2370;
  position: relative;
  font-weight: bold;
  font-size: 1.8rem;
  padding-bottom: 10px;
}
.menu-basic nav div ul li:hover a, .menu-basic nav div ul li.current-menu-item a {
  color: #FFCC00;
}
.menu-basic .logo {
  margin-bottom: 40px;
}
.menu-basic.open {
  transform: translateX(0);
}

.navbar-brand img {
  max-height: 120px;
  margin-top: 15px;
}
@media all and (max-width: 767px) {
  .navbar-brand img {
    max-height: 80px;
  }
}

.rank-math-breadcrumb {
  padding: 10px 0;
}
.rank-math-breadcrumb * {
  font-size: 1.6rem;
  font-weight: bold;
  color: #8D7CDA;
}
.rank-math-breadcrumb a {
  color: #4E2370;
}
.rank-math-breadcrumb a:hover {
  color: #8D7CDA;
}

.fixebutton.contact {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 9999;
}
@media all and (max-width: 575px) {
  .fixebutton.contact {
    right: 20px;
    bottom: 20px;
  }
}
.fixebutton.contact a {
  background: #FFCC00;
  border-radius: 50%;
  padding: 20px 23px;
}
@media all and (max-width: 575px) {
  .fixebutton.contact a {
    padding: 10px 13px;
  }
}

/****************************************************************************/
/* BLOC ENTETE
/****************************************************************************/
.page_header {
  margin-bottom: 65px;
  position: relative;
}
@media all and (max-width: 767px) {
  .page_header {
    margin-bottom: 0;
  }
}
.page_header .imgheader {
  position: relative;
  border-radius: 0 0 90px;
  height: 600px;
  max-width: 960px;
}
@media all and (max-width: 1600px) {
  .page_header .imgheader {
    height: 580px;
  }
}
.page_header .imgheader .legend {
  font-size: 8.4rem;
  left: 40px;
}
@media all and (max-width: 1399px) {
  .page_header .imgheader .legend {
    font-size: 6.5rem;
  }
}
@media all and (max-width: 767px) {
  .page_header .imgheader .legend {
    font-size: 6rem;
  }
}
@media all and (max-width: 575px) {
  .page_header .imgheader .legend {
    font-size: 4.5rem;
    left: 40px;
  }
}
@media all and (max-width: 767px) {
  .page_header .imgheader {
    height: 450px;
  }
}
@media all and (max-width: 575px) {
  .page_header .imgheader {
    height: 300px;
  }
}
.page_header .contentheader {
  position: relative;
  padding: 0 50px;
  max-width: 1000px;
}
@media all and (max-width: 1199px) {
  .page_header .contentheader {
    padding: 35px !important;
  }
}
.page_header .contentheader .titlebloc {
  width: calc(90% - 50px);
}
.page_header .contentheader .titlebloc h1 {
  margin-bottom: 30px;
}
.page_header .contentheader .titlebloc h1 strong {
  color: #FFCC00;
}
@media all and (max-width: 1199px) {
  .page_header .contentheader .titlebloc {
    position: relative;
    width: 100%;
  }
  .page_header .contentheader .titlebloc h1 {
    margin-bottom: 1.5rem;
  }
}

.reversepage .page_header .imgheader {
  order: 2;
  border-radius: 0 0 0 90px;
}
@media all and (max-width: 1199px) {
  .reversepage .page_header .imgheader {
    order: 1;
    margin-left: auto;
  }
}
.reversepage .page_header .contentheader {
  padding-left: 8.3333333333%;
  order: 1;
  max-width: none;
}
@media all and (max-width: 1199px) {
  .reversepage .page_header .contentheader {
    order: 2;
    padding-left: 0;
    padding: 35px;
  }
}

@media all and (max-width: 1750px) {
  .home .page_header .contentlefthomeslider,
  .error404 .page_header .contentlefthomeslider {
    margin-left: 0;
    width: 41.6666666667%;
  }
}
@media all and (max-width: 1199px) {
  .home .page_header .contentlefthomeslider,
  .error404 .page_header .contentlefthomeslider {
    order: 2;
    width: 90%;
    margin: auto;
    padding: 50px;
    text-align: center;
  }
}
@media all and (max-width: 575px) {
  .home .page_header .contentlefthomeslider,
  .error404 .page_header .contentlefthomeslider {
    width: 100%;
    padding: 20px;
  }
}
.home .page_header .contentlefthomeslider h1,
.error404 .page_header .contentlefthomeslider h1 {
  margin-bottom: 40px;
  font-size: clamp(3.5rem, 2rem + 4vw, 5.6rem);
  line-height: 1.2;
}
.home .page_header .contentlefthomeslider h1 strong,
.error404 .page_header .contentlefthomeslider h1 strong {
  color: #FFCC00;
  font-weight: 700;
}
.home .page_header .contentlefthomeslider,
.error404 .page_header .contentlefthomeslider {
  /*.btn.purple-border:first-of-type{
    border : 1px solid $purplemiddle;
  }*/
}
.home .page_header .contentlefthomeslider .btn,
.error404 .page_header .contentlefthomeslider .btn {
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 14px 15px;
}
@media all and (max-width: 575px) {
  .home .page_header .contentlefthomeslider .btn,
  .error404 .page_header .contentlefthomeslider .btn {
    width: 100%;
  }
}
.home .page_header .imgheader,
.error404 .page_header .imgheader {
  height: auto;
  max-width: none;
  min-height: 590px;
}
@media all and (max-width: 1399px) {
  .home .page_header .imgheader,
  .error404 .page_header .imgheader {
    min-height: 430px;
  }
}
@media all and (max-width: 1199px) {
  .home .page_header .imgheader,
  .error404 .page_header .imgheader {
    order: 1;
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    background-position: center !important;
    min-height: 380px;
  }
}
@media all and (max-width: 767px) {
  .home .page_header .imgheader,
  .error404 .page_header .imgheader {
    min-height: 350px;
  }
}
@media all and (max-width: 575px) {
  .home .page_header .imgheader,
  .error404 .page_header .imgheader {
    min-height: 210px;
  }
}
.home .bloc_numbers,
.error404 .bloc_numbers {
  margin-top: -50px;
  margin-bottom: 80px;
}
.home .bloc_numbers .item-number,
.error404 .bloc_numbers .item-number {
  display: table;
}
.home .bloc_numbers .item-number svg,
.error404 .bloc_numbers .item-number svg {
  display: table-cell;
  vertical-align: middle;
  margin-right: 15px;
}
.home .bloc_numbers .item-number svg path,
.error404 .bloc_numbers .item-number svg path {
  fill: #4E2370;
}
.home .bloc_numbers .item-number p,
.error404 .bloc_numbers .item-number p {
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
  font-weight: 700;
  width: 69%;
  font-size: 2.2rem;
  margin-bottom: 0;
  line-height: 30px;
}
.home .bloc_numbers .item-number strong,
.error404 .bloc_numbers .item-number strong {
  font-size: 5.3rem;
  display: block;
  margin: 15px 0;
  color: #4E2370;
}
@media all and (max-width: 767px) {
  .home .bloc_numbers .item-number strong,
  .error404 .bloc_numbers .item-number strong {
    font-size: 4rem;
  }
}
.home .bloc_numbers .item-number.yellow-text svg path,
.error404 .bloc_numbers .item-number.yellow-text svg path {
  fill: #FFCC00;
}
.home .bloc_numbers .item-number.yellow-text p strong,
.error404 .bloc_numbers .item-number.yellow-text p strong {
  color: #FFCC00;
}
.home .bloc_numbers .item-number.blue-text svg path,
.error404 .bloc_numbers .item-number.blue-text svg path {
  fill: #004A7D;
}
.home .bloc_numbers .item-number.blue-text p strong,
.error404 .bloc_numbers .item-number.blue-text p strong {
  color: #004A7D;
}
@media all and (max-width: 991px) {
  .home .bloc_numbers .item-number,
  .error404 .bloc_numbers .item-number {
    text-align: center;
    display: block;
  }
  .home .bloc_numbers .item-number svg,
  .error404 .bloc_numbers .item-number svg {
    margin: 0 auto 23px;
    display: block;
  }
  .home .bloc_numbers .item-number p,
  .error404 .bloc_numbers .item-number p {
    width: 100%;
    display: block;
  }
}
@media all and (max-width: 575px) {
  .home .bloc_numbers .item-number svg,
  .error404 .bloc_numbers .item-number svg {
    margin-top: 40px;
  }
  .home .bloc_numbers .item-number p,
  .error404 .bloc_numbers .item-number p {
    font-size: 1.6rem;
  }
  .home .bloc_numbers .item-number strong,
  .error404 .bloc_numbers .item-number strong {
    font-size: 2.5rem;
    margin: 0;
  }
}

/****************************************************************************/
/* BLOC MEDIA / TEXTE
/****************************************************************************/
.leftrightmedia .mediacontent {
  position: relative;
}
.leftrightmedia .mediacontent .legend {
  font-size: 5.6rem;
}
@media all and (max-width: 1199px) {
  .leftrightmedia .mediacontent .legend {
    font-size: 4rem;
  }
}
@media all and (max-width: 575px) {
  .leftrightmedia .mediacontent .legend {
    font-size: 2.7rem;
  }
}
@media all and (max-width: 991px) {
  .leftrightmedia .mediacontent img {
    width: 100%;
  }
}
.leftrightmedia .textcontent {
  padding-left: 60px;
}
@media all and (max-width: 1199px) {
  .leftrightmedia .textcontent {
    padding-left: 40px;
  }
}
@media all and (max-width: 991px) {
  .leftrightmedia .textcontent {
    padding-left: calc(var(--bs-gutter-x) / 2);
    padding-top: 2rem;
  }
}
.leftrightmedia .textcontent h2,
.leftrightmedia .textcontent h3 {
  margin-bottom: 15px;
}
.leftrightmedia + .leftrightmedia {
  margin-top: 65px;
}
.leftrightmedia.mediaright .textcontent {
  padding-left: calc(var(--bs-gutter-x) / 2);
  padding-right: 60px;
}
@media all and (max-width: 1199px) {
  .leftrightmedia.mediaright .textcontent {
    padding-right: 40px;
  }
}
@media all and (max-width: 991px) {
  .leftrightmedia.mediaright .textcontent {
    padding-right: calc(var(--bs-gutter-x) / 2);
  }
}

.imgtextbloc {
  padding: 65px 0;
}
.imgtextbloc .imgtextitem {
  color: #FFFFFF;
  position: relative;
}
.imgtextbloc .imgtextitem:first-child .link svg circle {
  fill: #361851;
}
.imgtextbloc .imgtextitem:first-child .link svg path {
  stroke: #FFCC00;
}
.imgtextbloc .imgtextitem:nth-child(2) .link svg path {
  stroke: #361851;
}
@media all and (max-width: 991px) {
  .imgtextbloc .imgtextitem {
    margin: 10px 0;
  }
}
.imgtextbloc .imgtextitem p {
  font-size: 2.1rem;
}
.imgtextbloc .imgtextitem a {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 999;
}
.imgtextbloc .imgtextitem a > img {
  min-height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out 0s;
}
.imgtextbloc .imgtextitem a:hover {
  color: #FFFFFF;
}
.imgtextbloc .imgtextitem a:hover > img {
  transform: scale(1.1);
}
.imgtextbloc .imgtextitem a:hover .link.more svg {
  margin-left: 40px;
}
.imgtextbloc .imgtextitem .caption {
  position: absolute;
  left: 35px;
  font-weight: 500;
  bottom: 25px;
}
.imgtextbloc .imgtextitem .caption .title {
  text-transform: uppercase;
  font-weight: 800;
  display: block;
  margin-bottom: 10px;
  font-size: 2.4rem;
}
.imgtextbloc .imgtextitem .imgbloc {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.imgtextbloc .imgtextitem .imgbloc::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  border-radius: 5px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 575px) {
  .imgtextbloc .imgtextitem .caption {
    left: 1em;
    max-width: 80%;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
  }
  .imgtextbloc .imgtextitem .caption .title {
    font-size: 1.8rem;
  }
  .imgtextbloc .imgtextitem .caption p {
    font-size: 1.6rem;
  }
}

/****************************************************************************/
/* BLOC VALEURS
/****************************************************************************/
.valuesbloc .itemvalue {
  padding: 1rem;
  background: none;
}
.valuesbloc .itemvalue img {
  max-height: 90px;
  margin-bottom: 15px;
}
.valuesbloc .itemvalue span.title {
  font-weight: 700;
}
@media all and (min-width: 1199px) {
  .valuesbloc .itemvalue:nth-child(even) {
    margin-top: 60px;
  }
}

/****************************************************************************/
/* BLOC TEMOIGNAGES
/****************************************************************************/
.testimonybloc {
  padding: 90px 0 50px;
}
.testimonybloc .testimonyslider .slick-track {
  display: flex !important;
}
.testimonybloc .testimonyslider .slick-slide {
  height: inherit;
  border: 1px solid #FFFFFF;
  border-radius: 30px;
  padding: 50px 30px;
  font-size: 1.8rem;
  margin: 0 40px;
}
@media all and (max-width: 1199px) {
  .testimonybloc .testimonyslider .slick-slide {
    margin: 0 30px;
  }
}
@media all and (max-width: 991px) {
  .testimonybloc .testimonyslider .slick-slide {
    margin: 0 10px;
  }
}
@media all and (max-width: 767px) {
  .testimonybloc .testimonyslider .slick-slide {
    margin: 0 5px;
    height: 100%;
  }
}
.testimonybloc .testimonyslider .slick-slide .testimonytitle {
  margin-bottom: 30px;
  background: url("./assets/img/listing-testimony-before.svg") no-repeat left top;
  padding-left: 60px;
}
.testimonybloc .testimonyslider .slick-slide .testimonytitle span {
  display: block;
}
.testimonybloc .testimonyslider .slick-slide .testimonytitle span.autor {
  font-weight: bold;
}
.testimonybloc .testimonyslider .slick-arrow {
  border-color: #FFFFFF;
}

/****************************************************************************/
/* ACTUALITES
/****************************************************************************/
.newsbloc .container {
  position: relative;
}
.newsbloc .container a.btn.text-end {
  bottom: 30px;
  right: 0;
  color: #4E2370;
  background-color: rgba(141, 124, 218, 0.2);
  border-color: #4E2370;
}
@media all and (max-width: 767px) {
  .newsbloc .container a.btn.text-end {
    display: table;
    position: relative;
    margin: 30px auto 0;
    bottom: 0;
  }
}

.newsblocrow {
  padding-bottom: 80px;
}
.newsblocrow .slick-track {
  display: flex !important;
}
.newsblocrow .slick-slide,
.newsblocrow .item {
  height: inherit !important;
  padding: 10px !important;
  display: flex;
  position: relative;
}
.newsblocrow .slick-slide .absolutelink,
.newsblocrow .item .absolutelink {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.newsblocrow .slick-slide .bloc,
.newsblocrow .item .bloc {
  border: 4px solid #4E2370;
  padding: 10px;
  border-radius: 20px;
  position: relative;
}
.newsblocrow .slick-slide .bloc img,
.newsblocrow .item .bloc img {
  border-radius: 15px;
  margin-bottom: 1.5rem;
  width: 100%;
}
.newsblocrow .slick-slide .bloc .bloc_desc .bloc_category,
.newsblocrow .item .bloc .bloc_desc .bloc_category {
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #4E2370;
}
.newsblocrow .slick-slide .bloc .bloc_desc h2,
.newsblocrow .item .bloc .bloc_desc h2 {
  text-align: left;
  padding-top: 0;
}
.newsblocrow .slick-slide .bloc .bloc_desc h2::before,
.newsblocrow .item .bloc .bloc_desc h2::before {
  display: none;
}

/**
* PAGINATION
*/
.navigation.pagination {
  justify-content: center;
  padding: 1em 0;
  gap: 1em;
}
.navigation.pagination .page-numbers {
  background: #361851;
  color: #FFFFFF;
  padding: 0.5em 1em;
  border-radius: 5em;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navigation.pagination .page-numbers.current {
  background: #FFCC00;
  color: #361851;
  font-weight: 700;
}
.navigation.pagination .page-numbers:hover {
  background: #FFCC00;
  color: #361851;
}

.single-actualite .contentheader {
  padding-bottom: 100px;
}
@media all and (max-width: 1199px) {
  .single-actualite .contentheader {
    padding-bottom: 0;
  }
}
@media all and (max-width: 991px) {
  .single-actualite .contentheader {
    padding: 35px !important;
  }
}
.single-actualite .contentheader .bloc_category span {
  color: #4E2370;
  background: #FFCC00;
  font-weight: bold;
  padding: 3px 10px;
  display: inline-block;
}
.single-actualite .page-content {
  padding-bottom: 100px;
}
@media all and (max-width: 767px) {
  .single-actualite .page-content {
    padding-bottom: 50px;
  }
}

/****************************************************************************/
/* BLOC EQUIPE 
/****************************************************************************/
.post-type-archive-faq .reversepage .page_header .imgheader,
.page-template-page-faq .reversepage .page_header .imgheader {
  border-radius: 0;
  max-width: 1200px;
  order: 2;
}
.post-type-archive-faq .reversepage .page_header .contentheader,
.page-template-page-faq .reversepage .page_header .contentheader {
  padding-left: 0;
}
.post-type-archive-faq .faqcontent,
.page-template-page-faq .faqcontent {
  padding: 100px 0;
}
@media all and (max-width: 767px) {
  .post-type-archive-faq .faqcontent,
  .page-template-page-faq .faqcontent {
    padding: 50px 0;
  }
}
@media all and (max-width: 1199px) {
  .post-type-archive-faq .faqcontent .filterbloc,
  .page-template-page-faq .faqcontent .filterbloc {
    padding-bottom: 40px;
  }
}
.post-type-archive-faq .accordionbloc,
.page-template-page-faq .accordionbloc {
  background: #FFFFFF;
  padding: 35px 15px;
  position: relative;
  margin-top: 15px;
}
.post-type-archive-faq .accordionbloc h2.termname,
.page-template-page-faq .accordionbloc h2.termname {
  color: #4E2370;
  background: #FFCC00;
  font-weight: 700;
  padding: 3px 10px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -15px;
  font-size: 1.8rem;
}
.post-type-archive-faq .accordionbloc h2.termname::before,
.page-template-page-faq .accordionbloc h2.termname::before {
  display: none;
}
.post-type-archive-faq .accordionbloc .accordion .accordion-header .accordion-button,
.page-template-page-faq .accordionbloc .accordion .accordion-header .accordion-button {
  border: none;
  padding: 20px 77px 20px 0;
  color: #4E2370;
}
.post-type-archive-faq .accordionbloc .accordion .accordion-header .accordion-button h3,
.page-template-page-faq .accordionbloc .accordion .accordion-header .accordion-button h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0;
}
@media all and (max-width: 575px) {
  .post-type-archive-faq .accordionbloc .accordion .accordion-header .accordion-button h3,
  .page-template-page-faq .accordionbloc .accordion .accordion-header .accordion-button h3 {
    font-size: 1.7rem;
  }
}
.post-type-archive-faq .accordionbloc .accordion .accordion-header .accordion-button::after,
.page-template-page-faq .accordionbloc .accordion .accordion-header .accordion-button::after {
  content: "";
  background: url("./assets/img/readmore_faq.svg") no-repeat center;
  height: 50px;
  width: 50px;
  position: absolute;
  right: 0;
}
.post-type-archive-faq .accordionbloc .accordion .accordion-header .accordion-button:not(.collapsed),
.page-template-page-faq .accordionbloc .accordion .accordion-header .accordion-button:not(.collapsed) {
  background: transparent;
}
.post-type-archive-faq .accordionbloc .accordion .accordion-header .accordion-button:not(.collapsed)::after,
.page-template-page-faq .accordionbloc .accordion .accordion-header .accordion-button:not(.collapsed)::after {
  transform: rotate(90deg);
}
.post-type-archive-faq .accordionbloc .accordion .accordion-header .accordion-button:focus,
.page-template-page-faq .accordionbloc .accordion .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.post-type-archive-faq .accordionbloc .accordion .accordion-collapse,
.page-template-page-faq .accordionbloc .accordion .accordion-collapse {
  border: none;
}
.post-type-archive-faq .accordionbloc .accordion .accordion-collapse .accordion-body,
.page-template-page-faq .accordionbloc .accordion .accordion-collapse .accordion-body {
  padding: 0.5em 0;
}
.post-type-archive-faq .accordionbloc .accordion + .accordion,
.page-template-page-faq .accordionbloc .accordion + .accordion {
  border-top: 1px solid #EBEBEB;
}
.post-type-archive-faq .accordionbloc + .accordionbloc,
.page-template-page-faq .accordionbloc + .accordionbloc {
  margin-top: 45px;
}

/****************************************************************************/
/* BLOC EQUIPE 
/****************************************************************************/
.team {
  padding-bottom: 1em;
}
.team .yellow {
  display: flex;
}
.team .yellow .bloc {
  border: 4px solid #FFCC00;
}
.team .blue {
  display: flex;
}
.team .blue .bloc {
  border: 4px solid #004A7D;
}
.team .purple {
  display: flex;
}
.team .purple .bloc {
  border: 4px solid #4E2370;
}
.team .bloc {
  padding: 10px;
  border-radius: 20px;
}
.team .bloc img {
  border-radius: 15px;
  margin-bottom: 30px;
  width: 100%;
}
.team .bloc .bloc_desc {
  position: relative;
  padding-left: 15px;
  padding-right: 60px;
}
.team .bloc .bloc_desc .bloc_category {
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #4E2370;
}
.team .bloc .bloc_desc .h2 {
  font-size: 25px;
  color: #1C1C1C;
  margin-bottom: 10px;
  padding: 0;
  text-align: left;
}
.team .bloc .bloc_desc .h2::before {
  display: none;
}
.team .bloc .bloc_desc .absolutelink {
  position: absolute;
  right: 10px;
  bottom: 15px;
}
.team .bloc .bloc_desc span.telephone {
  display: block;
  font-weight: 700;
  margin: 10px 0;
}
.team.lightgrey-bg {
  padding-top: 80px;
}
.team.lightgrey-bg .col-12.purple .bloc_desc .absolutelink circle {
  fill: #4E2370;
}
.team.lightgrey-bg .col-12.blue .bloc_desc .absolutelink circle {
  fill: #004A7D;
}
.team.lightgrey-bg .col-12.yellow .bloc_desc .absolutelink circle {
  fill: #FFCC00;
}

.teamnamebloc .col-12 {
  z-index: 999;
}
.teamnamebloc .item {
  border-radius: 15px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #4E2370;
}
@media all and (max-width: 1199px) {
  .teamnamebloc .item {
    font-size: 2rem;
  }
}
.teamnamebloc .item svg.mapicon {
  margin-right: 20px;
}
.teamnamebloc .item.purple-bg {
  color: #FFFFFF;
}
.teamnamebloc .item.purple-bg svg.more circle {
  fill: rgba(255, 255, 255, 0.8);
}
.teamnamebloc .item.purple-bg svg.more path {
  stroke: #361851;
}
.teamnamebloc .item.blue-bg {
  color: #FFFFFF;
}
.teamnamebloc .item.blue-bg svg.more circle {
  fill: rgba(255, 255, 255, 0.8);
}
.teamnamebloc .item.blue-bg svg.more path {
  stroke: #004A7D;
}
.teamnamebloc .item.yellow-bg a:hover {
  color: #4E2370;
}
.teamnamebloc .item.yellow-bg svg.more circle {
  fill: rgba(255, 255, 255, 0.8);
}
.teamnamebloc .item.yellow-bg svg.more path {
  stroke: #361851;
}
.teamnamebloc .item.yellow-bg svg.mapicon path {
  stroke: #4E2370;
}
.teamnamebloc .item svg.more {
  margin-left: auto;
  margin-right: 0;
  transition: all 0.3s ease-in-out 0s;
}
.teamnamebloc .item a {
  padding: 2rem;
  overflow: hidden;
}
.teamnamebloc + .container_map {
  margin-top: -40px;
}
@media all and (max-width: 767px) {
  .teamnamebloc .item a {
    padding: 1rem;
  }
}

/****************************************************************************/
/* LISTING
/****************************************************************************/
.listingbloc {
  padding: 6rem 0;
}
.listingbloc ol.listing {
  padding: 0;
}
.listingbloc ol.listing > li {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  list-style-type: none;
  position: relative;
  margin-top: 3rem;
}
.listingbloc ol.listing > li span.title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #4E2370;
  display: block;
}
.listingbloc ol.listing > li.special {
  position: relative;
}
.listingbloc ol.listing > li.special ul {
  border: 2px solid #4E2370;
  padding: 2rem 1rem 1rem 1rem;
  border-radius: 10px;
}
.listingbloc ol.listing > li.special ul li:before {
  display: none;
}
.listingbloc ol.listing > li.special .title {
  position: absolute;
  top: -20px;
  background: #4E2370;
  color: #FFFFFF;
  padding: 20px 5px;
  font-size: 1.6rem;
  text-align: center;
  width: 75px;
  height: 40px;
  font-weight: bold;
  left: 0.75rem;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.listingbloc ol.listing > li.special::before {
  display: none;
}
.listingbloc ol.listing > li.special li {
  color: #4E2370;
  font-weight: 700;
  background: none;
  padding-left: 0;
}
@media all and (max-width: 767px) {
  .listingbloc ol.listing > li span.title {
    font-size: 1.6rem;
  }
  .listingbloc ol.listing > li img {
    width: 32px;
    height: 32px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

/****************************************************************************/
/* PLUS D'INFO
/****************************************************************************/
.moreinfobloc {
  margin: 70px 0;
}
.moreinfobloc .purple-bg {
  padding: 45px 35px;
  border-radius: 30px;
}
.moreinfobloc .purple-bg span.title {
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

/****************************************************************************/
/* PAGE RGPD
/****************************************************************************/
.page-template-page-rgpd .page-content,
.error404 .page-content {
  padding-bottom: 100px;
}
@media all and (max-width: 767px) {
  .page-template-page-rgpd .page-content,
  .error404 .page-content {
    padding-bottom: 50px;
  }
}
.page-template-page-rgpd h2,
.error404 h2 {
  padding-top: 0;
  margin-bottom: 20px;
  font-size: 2.4rem;
  text-align: left;
}
.page-template-page-rgpd h2::before,
.error404 h2::before {
  display: none;
}
.page-template-page-rgpd h3,
.error404 h3 {
  font-size: 2.2rem;
  color: #8D7CDA;
}

/****************************************************************************/
/* RECRUTEMENT
/****************************************************************************/
.joboffers {
  padding: 4rem 0;
}
.joboffers .blockfilter {
  max-width: 700px;
  margin: 0 auto 30px;
}
.joboffers .blockfilter .title {
  color: #4E2370;
  background: #FFCC00;
  font-weight: 700;
  padding: 3px 10px;
  display: inline-block;
}
.joboffers .blockfilter .purple-bg {
  padding: 25px;
  margin: 0;
}
.joboffers .blockfilter .purple-bg select {
  font-size: 1.6rem;
  border-radius: 5px;
  width: 48%;
  background: url(./assets/img/arrow-down-purple.svg) no-repeat right 10px center #FFFFFF;
  padding: 6px;
  margin: 0 1%;
}
.joboffers .offersbloccontent .element-item {
  width: 32%;
  margin: 0.5%;
  position: relative;
  transition: transform 0.3s ease-in-out;
}
.joboffers .offersbloccontent .element-item .absolute-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media all and (max-width: 767px) {
  .joboffers .offersbloccontent .element-item {
    width: 49%;
  }
}
@media all and (max-width: 575px) {
  .joboffers .offersbloccontent .element-item {
    width: 99%;
  }
}
.joboffers .offersbloccontent .element-item .contentbloc {
  background-color: #FFFFFF;
  border-radius: 15px;
  position: relative;
  border: 1px solid #E3E3E3;
  padding: 25px 30px;
}
.joboffers .offersbloccontent .element-item .contentbloc h3 {
  font-size: 2.5rem;
  padding-top: 47px;
  display: block;
  background: url(./assets/img/offre_title.svg) no-repeat top 10px left;
}
@media all and (max-width: 575px) {
  .joboffers .offersbloccontent .element-item .contentbloc h3 {
    font-size: 2rem;
  }
}
.joboffers .offersbloccontent .element-item .contentbloc .bloc_category {
  font-size: 1.4rem;
  font-weight: 700;
  color: #8D7CDA;
}
.joboffers .offersbloccontent .element-item .contentbloc .bloc_category .typeofpost span + span::before {
  content: ",";
  margin-left: -2px;
  margin-right: 5px;
}
.joboffers .offersbloccontent .element-item .contentbloc .bloc_category .location {
  margin-left: 10px;
}
.joboffers .offersbloccontent .element-item .contentbloc a.btn {
  padding: 0;
}
@media all and (max-width: 575px) {
  .joboffers .offersbloccontent .element-item .contentbloc {
    padding: 1.5rem;
  }
}
.joboffers .offersbloccontent .element-item:hover {
  transform: scale(0.95);
}

.single-offre .page-content {
  padding-bottom: 100px;
}
@media all and (max-width: 1199px) {
  .single-offre .page-content {
    padding-bottom: 50px;
  }
}
.single-offre .leftbloc {
  padding-right: 50px;
}
@media all and (max-width: 1199px) {
  .single-offre .leftbloc {
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-bottom: 60px;
  }
}
.single-offre .leftbloc h2 {
  padding-top: 0;
  margin-bottom: 20px;
  font-size: 2.4rem;
  text-align: left;
}
.single-offre .leftbloc h2::before {
  display: none;
}
.single-offre .leftbloc h3 {
  font-size: 2.2rem;
  color: #8D7CDA;
}
.single-offre .leftcontent .bloc_category {
  margin-bottom: 2rem;
}
.single-offre .leftcontent .bloc_category .typeofpost {
  color: #4E2370;
  background: #FFCC00;
  font-weight: bold;
  padding: 3px 10px;
  display: inline-block;
  margin-bottom: 6px;
}
.single-offre .leftcontent .bloc_category .typeofpost span + span::before {
  content: ",";
  margin-left: -2px;
  margin-right: 5px;
}
.single-offre .leftcontent .bloc_category .location {
  color: #FFFFFF;
  background: #4E2370;
  font-weight: bold;
  margin-left: 7px;
  padding: 3px 10px;
  display: inline-block;
}
.single-offre .leftcontent .bloc_category .secteur {
  color: #FFFFFF;
  background: #004A7D;
  font-weight: bold;
  margin-left: 7px;
  padding: 3px 10px;
  display: inline-block;
}
.single-offre .leftcontent .bloc_category .secteur span + span::before {
  content: ",";
  margin-left: -2px;
  margin-right: 5px;
}
.single-offre .formbloc .wpcf7 {
  margin-top: 15px;
}

/****************************************************************************/
/* PARTENAIRE
/****************************************************************************/
.partenairesbloc {
  padding: 65px 0;
}
.partenairesbloc h2,
.partenairesbloc .h2 {
  padding-top: 0;
}
.partenairesbloc h2::before,
.partenairesbloc .h2::before {
  display: none;
}
.partenairesbloc .item {
  text-align: center;
}
.partenairesbloc .item img {
  max-height: 70px;
  max-width: 80%;
  margin: auto;
}

/****************************************************************************/
/* FOOTER
/****************************************************************************/
.footer {
  background: url(./assets/img/footer_multipole_illustration.svg) no-repeat right bottom;
  background-size: 300px;
  padding-top: 50px;
}
@media all and (max-width: 1399px) {
  .footer {
    background-size: 180px;
  }
}
@media all and (max-width: 991px) {
  .footer {
    background-size: 190px;
  }
}
@media all and (max-width: 575px) {
  .footer {
    background: none;
  }
}
.footer p {
  font-size: 1.5rem;
}
@media all and (max-width: 991px) {
  .footer .leftcontentbloc {
    margin-bottom: 50px;
  }
}
.footer .navbar-brand img {
  max-width: 170px;
}
.footer .navbar-brand + span.title {
  margin: 20px 0 15px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}
.footer span.title.h4 {
  margin-bottom: 10px;
  display: block;
  font-size: 2.2rem;
}
@media all and (max-width: 767px) {
  .footer .footernav > ul {
    padding-left: 0.5rem;
  }
}
.footer .footernav > ul > li.menu-item-has-children a {
  margin-bottom: 10px;
  display: block;
  font-size: 2.2rem;
  color: #4E2370;
  font-weight: 700;
}
.footer .footernav > ul > li.menu-item-has-children ul.sub-menu {
  padding-left: 0;
}
.footer .footernav > ul > li.menu-item-has-children ul.sub-menu li a {
  font-weight: 400;
  color: #1C1C1C;
  font-size: 1.5rem;
}
.footer .copyright {
  margin-top: 50px;
  font-size: 1.4rem;
}
@media all and (max-width: 1199px) {
  .footer .copyright {
    margin-top: 20px;
    padding-bottom: 10px;
  }
}
@media all and (max-width: 991px) {
  .footer .copyright {
    margin-top: 35px;
  }
}

/****************************************************************************/
/* FORMS
/****************************************************************************/
.wpcf7 {
  background-color: #4E2370;
  padding: 45px;
  max-width: 720px;
  margin: auto;
  position: relative;
}
.wpcf7 form .legendform {
  color: #4E2370;
  background: #FFCC00;
  font-weight: 700;
  padding: 3px 10px;
  display: inline-block;
  position: absolute;
  top: -15px;
  left: 0;
}
.wpcf7 form .legendform p {
  margin-bottom: 0;
}
.wpcf7 form .row + .row {
  margin-top: 5px;
}
.wpcf7 form .form-group label {
  color: #FFFFFF;
  margin-bottom: 5px;
  font-weight: 700;
}
.wpcf7 form .form-group.nolabel label,
.wpcf7 form .form-group.nolabel label + br {
  display: none;
}
.wpcf7 form .form-group input,
.wpcf7 form .form-group textarea,
.wpcf7 form .form-group select {
  background: #FFFFFF;
  border: 1px solid #1C1C1C;
  color: #4E2370;
  font-size: 1.5rem;
  padding: 10px 6px;
  border-radius: 8px;
}
.wpcf7 form .form-group textarea {
  height: 130px;
}
.wpcf7 form .form-group .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7 form .form-group span.wpcf7-list-item {
  position: relative;
  margin: 0;
  width: 50%;
  display: inline-block;
}
.wpcf7 form .form-group span.wpcf7-list-item input[type=checkbox],
.wpcf7 form .form-group span.wpcf7-list-item input[type=radio] {
  position: absolute;
  top: 0;
  left: -9999px;
  visibility: hidden;
  opacity: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: visible;
}
.wpcf7 form .form-group span.wpcf7-list-item input[type=checkbox] + span.wpcf7-list-item-label,
.wpcf7 form .form-group span.wpcf7-list-item input[type=radio] + span.wpcf7-list-item-label {
  color: #FFFFFF;
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 35px;
}
.wpcf7 form .form-group span.wpcf7-list-item input[type=checkbox] + span.wpcf7-list-item-label::before, .wpcf7 form .form-group span.wpcf7-list-item input[type=checkbox] + span.wpcf7-list-item-label::after,
.wpcf7 form .form-group span.wpcf7-list-item input[type=radio] + span.wpcf7-list-item-label::before,
.wpcf7 form .form-group span.wpcf7-list-item input[type=radio] + span.wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  border-radius: 5px;
  left: 0;
  width: 21px;
  height: 21px;
  margin: -13px 0 0;
  background: #361851;
  border: 1px solid #FFFFFF;
}
.wpcf7 form .form-group span.wpcf7-list-item input[type=checkbox] + span.wpcf7-list-item-label::after,
.wpcf7 form .form-group span.wpcf7-list-item input[type=radio] + span.wpcf7-list-item-label::after {
  left: 0;
  width: 20px;
  height: 20px;
  margin: -12px 0 0;
  opacity: 0;
  background: #FFFFFF;
  transition: all 0.3s ease-in-out 0s;
}
.wpcf7 form .form-group span.wpcf7-list-item input[type=checkbox]:checked + span.wpcf7-list-item-label::before, .wpcf7 form .form-group span.wpcf7-list-item input[type=checkbox]:checked + span.wpcf7-list-item-label::after,
.wpcf7 form .form-group span.wpcf7-list-item input[type=radio]:checked + span.wpcf7-list-item-label::before,
.wpcf7 form .form-group span.wpcf7-list-item input[type=radio]:checked + span.wpcf7-list-item-label::after {
  content: "";
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.wpcf7 form .form-group span.wpcf7-list-item input[type=radio] + span.wpcf7-list-item-label::before, .wpcf7 form .form-group span.wpcf7-list-item input[type=radio] + span.wpcf7-list-item-label::after {
  border-radius: 50%;
}
.wpcf7 form .codedropz-upload-container {
  background: #361851;
  color: #FFFFFF;
  padding: 12px;
}
.wpcf7 form .codedropz-upload-container span {
  display: block;
}
.wpcf7 form .wpcf7-spinner {
  display: none;
}
.wpcf7 form .wpcf7-response-output {
  border: 1px solid #FFFFFF;
  border-color: #FFFFFF;
  color: #FFFFFF;
}

/****************************************************************************/
/* MAPS
/****************************************************************************/
#map {
  position: relative;
  height: 500px;
  width: 100%;
}
#map .marker {
  height: 30px;
  width: 33px;
  background: url(./assets/img/marker-purple.svg) no-repeat;
  background-size: contain;
}
#map .marker.yellow {
  background-image: url(./assets/img/marker-yellow.svg);
}
#map .marker.blue {
  background-image: url(./assets/img/marker-blue.svg);
}
#map .mapboxgl-popup .mapboxgl-popup-content {
  font-family: "Raleway", sans-serif;
}
#map .mapboxgl-popup .mapboxgl-popup-content .h3 {
  font-size: 2.6rem;
}
#map .mapboxgl-popup.blue .mapboxgl-popup-content .h3 {
  color: #004A7D;
}
#map .mapboxgl-popup.yellow .mapboxgl-popup-content .h3 {
  color: #FFCC00;
}

.grid {
  background: #EEE;
  max-width: 1200px;
}

/* clear fix */
.grid:after {
  content: "";
  display: block;
  clear: both;
}

/* ui group */
.ui-group {
  display: inline-block;
  margin-right: 20px;
}

.ui-group h3 {
  display: inline-block;
  margin-right: 0.2em;
  font-size: 16px;
}

.ui-group .button-group {
  display: inline-block;
  margin-right: 20px;
}

/* color-shape */
.color-shape {
  width: 70px;
  height: 70px;
  margin: 5px;
  float: left;
}

.color-shape.round {
  border-radius: 35px;
}

.color-shape.big.round {
  border-radius: 75px;
}

.color-shape.red {
  background: red;
}

.color-shape.blue {
  background: blue;
}

.color-shape.yellow {
  background: yellow;
}

.color-shape.wide,
.color-shape.big {
  width: 150px;
}

.color-shape.tall,
.color-shape.big {
  height: 150px;
}

.menu-basic {
  /*upd 11/02/26*/
}
.menu-basic nav .navbar-nav li {
  display: block;
  width: 100%;
  border-bottom: 1px solid black;
  text-align: center;
}
.menu-basic nav .navbar-nav li .nav-link {
  padding: 10px;
  font-size: 1.8rem;
}
.menu-basic .headernav {
  background: inherit;
  margin-top: 10px;
}
.menu-basic .headernav .navbar-nav .nav-item:not(.wpml-ls-menu-item) {
  display: block;
  width: 100%;
  text-align: center;
}
.menu-basic .headernav .navbar-nav .nav-item:not(.wpml-ls-menu-item) > .nav-link {
  padding: 14px 15px;
  display: block;
  background: #4E2370;
  margin-bottom: 15px;
  width: 100%;
  text-align: center;
  border-radius: 40px;
  border: 2px solid #4E2370;
}
.menu-basic .headernav .navbar-nav .nav-item:not(.wpml-ls-menu-item) > .nav-link:hover {
  background-color: white;
  color: #4E2370;
}
.menu-basic .headernav .navbar-nav .wpml-ls-wrapper .wpml-ls-nav {
  gap: 1rem;
  justify-content: center;
}
.menu-basic #menu-menu-en-tete-1 {
  display: flex;
  align-items: center;
  gap: 1rem;
}