@charset "UTF-8";
:root {
  --couleur-secondaire-1: #0074b7;
  --couleur-secondaire-2: #73ac4b;
  --couleur-secondaire-3: #e6f6ff;
  --couleur-secondaire-4: #3cb7ad;
  --couleur-body: #fff;
  --couleur-texte: #0074b7;
  --couleur-texte-cta: #fff;
  --couleur-bg-cta: #0074b7;
  --couleur-border-cta: #0074b7;
  --font-cta: "sansation";
  --font-body: "sansation";
  --font-headings: "sansation";
}

.row {
  margin-left: 0;
  margin-right: 0;
}

body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.content-wrapper {
  position: relative;
  max-width: 1246px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}
.navbar-brand img {
  max-width: 315px;
}
.custom-logo-link img {
  max-width: 315px;
}

.b-rad-10 {
  border-radius: 10px;
}

.calltoaction {
  display: inline-block;
  margin: 5px 0;
  padding: 15px 25px;
  color: #fff;
  background-color: var(--secondary);
  border-radius: 23px;
  font-size: 1rem;
  line-height: 1.125rem;
  font-family: "sansation", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid var(--secondary);
}
.calltoaction:hover {
  text-decoration: none;
  background-color: #fff;
  color: var(--secondary);
}

.calltoaction-fleche-bleu {
  display: inline-block;
  padding: 18px 76px 18px 22px;
  border: 1px solid var(--primary);
  border-radius: 10px;
  position: relative;
  font-size: 1rem;
  line-height: 1.313rem;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none !important;
  background-color: var(--primary);
  font-family: "sansation", sans-serif;
  color: #fff;
}
.calltoaction-fleche-bleu:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../assets/img/ICONE-FLECHE-HAUT-DROIT-BLANC.png");
  background-size: cover;
}
.calltoaction-fleche-bleu:hover {
  background-color: #fff;
  color: var(--primary);
}
.calltoaction-fleche-bleu:hover:before {
  background-image: url("../assets/img/ICONE-FLECHE-HAUT-DROIT-BLEU.png");
}

.calltoaction-fleche-blanc {
  display: inline-block;
  padding: 18px 76px 18px 22px;
  border: 1px solid #fff;
  border-radius: 10px;
  position: relative;
  font-size: 1rem;
  line-height: 1.313rem;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none !important;
  background-color: #fff;
  font-family: "sansation", sans-serif;
  color: var(--primary);
}
.calltoaction-fleche-blanc:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../assets/img/ICONE-FLECHE-HAUT-DROIT-BLEU.png");
  background-size: cover;
}
.calltoaction-fleche-blanc:hover {
  background-color: var(--primary);
  color: #fff;
}
.calltoaction-fleche-blanc:hover:before {
  background-image: url("../assets/img/ICONE-FLECHE-HAUT-DROIT-BLANC.png");
}

.calltoaction-fleche-vert {
  display: inline-block;
  padding: 18px 76px 18px 22px;
  border: 1px solid var(--secondary);
  border-radius: 10px;
  position: relative;
  font-size: 1rem;
  line-height: 1.313rem;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none !important;
  background-color: var(--secondary);
  font-family: "sansation", sans-serif;
  color: #fff;
}
.calltoaction-fleche-vert:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../assets/img/ICONE-FLECHE-HAUT-DROIT-BLANC.png");
  background-size: cover;
}
.calltoaction-fleche-vert:hover {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: #fff;
}
.calltoaction-fleche-vert:hover:before {
  background-image: url("../assets/img/ICONE-FLECHE-HAUT-DROIT-BLANC.png");
}

.space-bottom {
  height: 200px;
}

.lien-libel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}

.menu-top-bar {
  background-color: rgba(255, 255, 255, 0.46);
  border-radius: 22px;
  padding: 11px 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-top-bar a {
  display: block;
  margin: 0 20px !important;
  color: #fff;
  font-weight: bold;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  text-transform: uppercase;
}

#breadcrumbs {
  margin-bottom: 30px;
}
#breadcrumbs * {
  text-transform: uppercase;
  color: #B5B5B5;
  letter-spacing: 2.4px;
  font-size: 12px;
}

header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
header a {
  color: #fff !important;
  font-size: 0.875rem !important;
  line-height: 1.125rem !important;
  font-weight: bold !important;
  position: relative;
}
header .menu, header ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
header .menu a, header ul a {
  display: block;
  padding: 1.5rem 1rem !important;
  text-decoration: none !important;
}
header .menu .sub-menu, header ul .sub-menu {
  list-style: none;
  position: absolute;
  z-index: 999;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .menu .sub-menu a, header ul .sub-menu a {
  color: var(--primary) !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .menu .sub-menu a:hover, header ul .sub-menu a:hover {
  background-color: var(--secondary);
  color: #fff !important;
}
header .menu > .menu-item, header ul > .menu-item {
  position: relative;
}
header .menu > .menu-item:hover .sub-menu, header ul > .menu-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
header .menu > .menu-item:hover > a, header ul > .menu-item:hover > a {
  color: var(--secondary) !important;
}

footer {
  background-color: var(--primary);
  background-image: url("../assets/img/HEADER.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#footer-top {
  position: relative;
  -webkit-transform: translateY(-130px);
      -ms-transform: translateY(-130px);
          transform: translateY(-130px);
}

#content-footer-top {
  background-color: #fff;
  color: var(--primary);
  font-size: 0.875rem;
  line-height: 1.188rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
}
#content-footer-top h1, #content-footer-top h2, #content-footer-top h3, #content-footer-top h4, #content-footer-top h5, #content-footer-top h6 {
  font-size: 0.938rem;
}

#footer-bottom {
  margin-top: -130px;
}
#content-footer-bottom * {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.063rem;
}
#content-footer-bottom h1, #content-footer-bottom h2, #content-footer-bottom h3, #content-footer-bottom h4, #content-footer-bottom h5, #content-footer-bottom h6 {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 0.938rem;
}
#content-footer-bottom .widgettitle {
  margin-bottom: 20px;
}
#content-footer-bottom .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content-footer-bottom .menu li {
  margin: 9px 0;
}

#pied-de-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#pied-de-page * {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.199rem;
}
#pied-de-page * ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#pied-de-page * ul li {
  display: block;
  padding: 0 20px;
  position: relative;
}
#pied-de-page * ul li:not(:last-child):after {
  content: "-";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.accroche {
  position: relative;
  padding-top: 168px;
  min-height: 650px;
}
.accroche h1 {
  font-size: 2.813rem;
  line-height: 4rem;
  margin-bottom: 17px;
}
.accroche .bloc-para {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.accroche-single {
  padding-top: 78px;
  padding-bottom: 40px;
}

body.home, .home {
  background-image: url(../assets/img/HEADER+COURBE.png), url("../assets/img/FOND-VERT-DEGRADE-ACTU.jpg");
  background-position: top center, right bottom;
  background-size: 100% 758px, 1061px 863px;
  background-repeat: no-repeat;
}

body:not(.home), .page-not-home {
  background-image: url(../assets/img/HEADER+COURBE-PAGE.png), url("../assets/img/FOND-VERT-DEGRADE-ACTU.jpg");
  background-position: top center, right calc(100% - 370px);
  background-size: 100% 758px, 1061px 863px;
  background-repeat: no-repeat;
}
body:not(.home) .menu-top-bar a, .page-not-home .menu-top-bar a {
  color: var(--primary) !important;
}
body:not(.home) header a, .page-not-home header a {
  color: var(--primary) !important;
}

#accroche-home {
  min-height: 718px;
  margin-bottom: 40px;
}
#accroche-home * {
  color: #fff;
}

.image-accroche-home {
  position: absolute;
  right: 0;
  top: 50px;
  max-width: 704px;
  width: 45vw;
}

.titre-h2-home {
  font-size: 3.5rem;
  line-height: 4rem;
  color: var(--primary);
  font-weight: bold;
  letter-spacing: -0.84px;
  margin-bottom: 20px;
}

#zone-2-home {
  position: relative;
  height: 420px;
}
#zone-2-home .container {
  position: relative;
  height: 100%;
}
#zone-2-home .img-zone-2-home {
  position: absolute;
  max-width: 347px;
  bottom: 0;
  left: 0;
}
#zone-2-home .bloc-para {
  margin-top: 0;
}
#zone-2-home .bloc-texte {
  font-size: 1rem;
  line-height: 1.188rem;
  font-weight: 500;
  color: var(--dark-dark);
}
#zone-2-home .bouton .calltoaction {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  margin-right: 20px;
}
#zone-2-home .bouton .calltoaction:hover {
  background-color: #fff;
  color: var(--primary);
}

#zone-3-home {
  background-image: url(../assets/img/HEADER+COURBE-PAGE.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto 100%;
  min-height: 957px;
}
#zone-3-home .container {
  position: relative;
}
#zone-3-home .bloc-para {
  position: relative;
  padding-top: 143px;
  width: 100%;
  max-width: 295px;
}
#zone-3-home .bloc-texte {
  color: var(--primary);
  font-size: 0.938rem;
  line-height: 1.125rem;
  font-weight: 500;
}
#zone-3-home .blocs-mea {
  position: relative;
  width: 100%;
  max-width: 865px;
  top: -40px;
}
#zone-3-home .blocs-mea > .row > div:nth-child(even) {
  top: 130px;
}
#zone-3-home .the-bloc-mea {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  max-width: 385px;
  min-height: 384px;
  padding: 30px 20px 20px 45px;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
}
#zone-3-home .the-bloc-mea .more {
  color: var(--primary);
  position: relative;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.313rem;
  font-weight: bold;
  margin-bottom: 28px;
  z-index: 1;
}
#zone-3-home .the-bloc-mea .more .picto {
  width: 31px;
  height: 31px;
  position: absolute;
  top: 0;
  right: 0;
}
#zone-3-home .the-bloc-mea .more .picto img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#zone-3-home .the-bloc-mea .more .picto img.picto-blanc {
  opacity: 0;
}
#zone-3-home .the-bloc-mea h3 {
  position: relative;
  font-size: 2.25rem;
  line-height: 2.625rem;
  font-weight: bold;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
#zone-3-home .the-bloc-mea .bloc-texte {
  position: relative;
  color: var(--primary);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1rem;
  line-height: 1.188rem;
  font-weight: 500;
  z-index: 1;
}
#zone-3-home .the-bloc-mea:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#zone-3-home .the-bloc-mea:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent -o-linear-gradient(top, rgba(0, 0, 0, 0.9568627451) 0%, rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat padding-box;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9568627451)), to(rgba(0, 0, 0, 0))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0.9568627451) 0%, rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat padding-box;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#zone-3-home .the-bloc-mea:hover {
  color: #fff;
}
#zone-3-home .the-bloc-mea:hover .more {
  color: #fff;
}
#zone-3-home .the-bloc-mea:hover .more img {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#zone-3-home .the-bloc-mea:hover .more img.picto-bleu {
  opacity: 0;
}
#zone-3-home .the-bloc-mea:hover .more img.picto-blanc {
  opacity: 1;
}
#zone-3-home .the-bloc-mea:hover h3 {
  color: #fff;
}
#zone-3-home .the-bloc-mea:hover .bloc-texte {
  color: #fff;
  position: relative;
}
#zone-3-home .the-bloc-mea:hover:before {
  opacity: 0;
}
#zone-3-home .the-bloc-mea:hover:after {
  opacity: 1;
}
#zone-3-home .the-bloc-mea-empty {
  width: 100%;
  max-width: 385px;
  min-height: 136px;
  border-radius: 10px;
  background: transparent -o-linear-gradient(top, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(rgba(255, 255, 255, 0))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
}
#zone-3-home .lien-libel {
  z-index: 10;
}

#zone-4-home {
  padding: 90px 0;
}
#zone-4-home .container-fluid {
  max-width: 1180px;
  width: 100%;
  margin: auto;
}
#zone-4-home .bloc-para {
  padding: 0 20px;
}
#zone-4-home .bloc-texte {
  color: var(--dark-dark);
  font-size: 0.938rem;
  line-height: 1.375rem;
  font-weight: 500;
}
#zone-4-home h1, #zone-4-home h2, #zone-4-home h3, #zone-4-home h4, #zone-4-home h5, #zone-4-home h6 {
  margin-bottom: 14px;
  font-weight: bold;
  color: var(--primary);
}
#zone-4-home h1, #zone-4-home h2, #zone-4-home h3 {
  font-size: 1.375rem;
  line-height: 1.625rem;
}

#zone-5-home {
  background-image: url(../assets/img/FOND-GRADIENT-VERT-COMPRENDRE-LA-MONETIQUE.jpg);
  background-size: 1292px;
  background-repeat: no-repeat;
  background-position: right top;
  position: relative;
  overflow-x: hidden;
}
#zone-5-home .container {
  position: relative;
}
#zone-5-home .content-image-presentation {
  position: absolute;
  max-width: 705px;
  width: 100%;
  height: 832px;
  left: 50%;
}
#zone-5-home .bloc-image-1 {
  position: absolute;
  width: 600px;
  height: 491px;
  right: 0;
  top: 50px;
  z-index: 1;
  background-image: url("../assets/img/03_comprendre-la-monetique_femme.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  border-radius: 10px;
}
#zone-5-home .bloc-image-2 {
  width: 489px;
  height: 467px;
  position: absolute;
  right: 216px;
  z-index: 2;
  bottom: 100px;
}
#zone-5-home .image-presentation {
  position: absolute;
  z-index: 1;
  width: 489px;
  right: 169px;
  top: 420px;
}
#zone-5-home .filet {
  position: absolute;
  top: 460px;
  right: -17px;
  width: 216px;
  z-index: 2;
}
#zone-5-home .bloc-para {
  padding-top: 164px;
  padding-bottom: 274px;
  max-width: 530px;
  width: 100%;
  color: var(--dark-dark);
  font-weight: 500;
  font-size: 0.938rem;
  line-height: 1.375em;
}
#zone-5-home .bloc-texte {
  max-width: 474px;
}
#zone-5-home .titre-h2-home {
  margin-bottom: 40px;
}
#zone-5-home .liste-boutons {
  margin-top: 50px;
  max-width: 490px;
}
#zone-5-home .liste-boutons a {
  display: block;
  padding: 34px 22px;
  border: 1px solid var(--primary);
  border-radius: 10px;
  position: relative;
  font-size: 1rem;
  line-height: 1.313rem;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none !important;
  margin-bottom: 13px;
}
#zone-5-home .liste-boutons a .picto {
  width: 31px;
  height: 31px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#zone-5-home .liste-boutons a .picto img {
  position: absolute;
  top: 0;
  left: 0;
}
#zone-5-home .liste-boutons a:hover {
  background-color: var(--primary);
  color: #fff;
}
#zone-5-home .liste-boutons a:hover .picto img {
  -webkit-filter: grayscale(1) brightness(100);
          filter: grayscale(1) brightness(100);
}

#zone-6-home {
  padding-bottom: 70px;
}
#zone-6-home .bloc-para {
  border-radius: 20px;
  background-image: url("../assets/img/LOGO_FILIGRANE.png"), url("../assets/img/HEADER.jpg");
  background-size: 611px, cover;
  background-repeat: no-repeat;
  background-position: right bottom, center;
  padding: 66px 15px 80px;
  text-align: center;
  color: #fff;
}
#zone-6-home .bloc-texte {
  max-width: 750px;
  margin: auto;
  font-size: 0.938rem;
  line-height: 1.5rem;
  font-weight: 500;
}
#zone-6-home h1, #zone-6-home h2, #zone-6-home h3, #zone-6-home h4, #zone-6-home h5, #zone-6-home h6 {
  color: #fff;
}
#zone-6-home .titre-h2-home {
  margin-bottom: 38px;
}
#zone-6-home .logo-zone-6 {
  display: block;
  margin: auto;
  margin-bottom: 36px;
}
#zone-6-home .sous-titre {
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 2.4px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}
#zone-6-home .calltoaction {
  background-color: #fff;
  color: var(--primary);
  border: 1px solid #fff;
  font-family: "Space Grotesk", sans-serif;
  margin-top: 38px;
}
#zone-6-home .calltoaction:hover {
  background-color: var(--primary);
  color: #fff;
  border: 1px solid var(--primary);
}

#zone-7-home {
  padding: 70px 0 90px;
}
#zone-7-home .sous-titre {
  color: var(--secondary);
  font-size: 1rem;
  line-height: 1.313rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  margin-bottom: 10px;
}
#zone-7-home .carousel {
  padding-top: 40px;
}
#zone-7-home .item-carousel {
  width: 212px;
  height: 212px;
  margin: auto;
  border-radius: 50%;
  border: 1px solid #d0d0d0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#zone-7-home .item-carousel img {
  max-width: 70%;
}

#zone-8-home {
  margin-bottom: 100px;
}
#zone-8-home .titre-h2-home {
  margin-bottom: 40px;
}
#zone-8-home .sous-titre {
  color: var(--secondary);
  font-size: 1rem;
  line-height: 1.313rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  margin-bottom: 10px;
}
#zone-8-home .last-actus-list {
  padding-top: 50px;
  padding-bottom: 85px;
}
#zone-8-home .more-actu a {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: bold;
}
#zone-8-home .more-actu a svg {
  margin-left: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#zone-8-home .more-actu a:hover svg {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}

.bloc-last-actu {
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0 0 13px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  max-width: 592px;
  height: 570px;
  position: relative;
  background-color: var(--primary);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bloc-last-actu .picto {
  width: 31px;
  height: 31px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.bloc-last-actu .picto img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.bloc-last-actu:before {
  content: "";
  display: block;
  width: 100%;
  height: 400px;
  -webkit-transform: matrix(-1, 0, 0, -1, 0, 0);
      -ms-transform: matrix(-1, 0, 0, -1, 0, 0);
          transform: matrix(-1, 0, 0, -1, 0, 0);
  background: transparent -o-linear-gradient(top, #0074B7 0%, rgba(20, 7, 84, 0) 100%) 0% 0% no-repeat padding-box;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#0074B7), to(rgba(20, 7, 84, 0))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #0074B7 0%, rgba(20, 7, 84, 0) 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.bloc-last-actu:hover .picto img {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bloc-last-actu:hover:before {
  height: 100%;
}
.bloc-last-actu .bloc-content-last-actu {
  padding: 0 69px 63px;
  position: absolute;
  bottom: 0;
  color: #fff;
}
.bloc-last-actu .bloc-content-last-actu .info-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.bloc-last-actu .bloc-content-last-actu .categorie a {
  display: block;
  background-color: #fff;
  border-radius: 23px;
  color: var(--primary);
  padding: 3px 10px;
  font-weight: bold;
  margin-right: 10px;
  font-size: 0.75rem;
  line-height: 1.063rem;
}
.bloc-last-actu .bloc-content-last-actu .date-actu {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.063rem;
}
.bloc-last-actu .bloc-content-last-actu h3 {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.938rem;
  font-family: "Space Grotesk", sans-serif;
}

.the-actu {
  border: 1px solid var(--primary);
  border-radius: 10px;
  padding: 40px 45px;
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.the-actu .picto {
  width: 31px;
  height: 31px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.the-actu .picto img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.the-actu .info-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.the-actu .categorie a {
  display: block;
  background-color: var(--primary);
  border-radius: 23px;
  color: #fff;
  padding: 3px 10px;
  font-weight: bold;
  margin-right: 10px;
  font-size: 0.75rem;
  line-height: 1.063rem;
}
.the-actu .date-actu {
  color: var(--primary);
  font-size: 0.75rem;
  line-height: 1.063rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.the-actu h3 {
  color: var(--primary);
  font-size: 1.5rem;
  line-height: 1.938rem;
  font-family: "Space Grotesk", sans-serif;
  max-width: 460px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.the-actu:hover {
  background-color: var(--primary);
}
.the-actu:hover .picto img {
  -webkit-filter: grayscale(1) brightness(100);
          filter: grayscale(1) brightness(100);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.the-actu:hover h3 {
  color: #fff;
}
.the-actu:hover .categorie a {
  background-color: #fff;
  color: var(--primary);
}
.the-actu:hover .date-actu {
  color: #fff;
}
.categorie-fiche-produit a {
  display: inline-block;
  font-size: 1.375rem;
  line-height: 1.875rem;
  border: 1px solid var(--primary);
  border-radius: 23px;
  padding: 5px 25px;
  font-weight: bold;
  margin-bottom: 15px;
}
.mea-produit-associe .titre-zone h1, .mea-produit-associe .titre-zone h2, .mea-produit-associe .titre-zone h3, .mea-produit-associe .titre-zone h4, .mea-produit-associe .titre-zone h5, .mea-produit-associe .titre-zone h6 {
  font-size: 2.625rem;
  line-height: 4rem;
  color: var(--primary);
  font-weight: bold;
  letter-spacing: -0.63px;
  margin-bottom: 20px;
}

.container-mea-produit {
  max-width: 1220px;
  margin: auto;
  width: 100%;
  padding: 40px 0;
}
.container-mea-produit .bloc-mea {
  height: 100%;
}
.container-mea-produit .content-bloc-mea {
  height: 100%;
  width: 100%;
  max-width: 280px;
  border-radius: 10px;
  border: 1px solid var(--primary);
  padding: 20px;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.container-mea-produit .content-bloc-mea:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.29);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.29);
  -webkit-transform: translate(5px, 5px);
      -ms-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
}
.container-mea-produit .categorie-fiche-produit a {
  font-size: 0.75rem;
  line-height: 1.063rem;
  padding: 5px 10px;
  max-width: 80%;
}
.container-mea-produit h3 {
  margin-top: 20px;
  font-size: 1.375rem;
  line-height: 1.625rem;
  font-weight: bold;
}
.container-mea-produit .more {
  color: var(--primary);
  position: relative;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.313rem;
  font-weight: bold;
  margin-bottom: 28px;
  z-index: 1;
}
.container-mea-produit .more .picto {
  width: 31px;
  height: 31px;
  position: absolute;
  top: 0;
  right: 0;
}
.container-mea-produit .more .picto img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.container-mea-produit .more .picto img.picto-blanc {
  opacity: 0;
}
.container-mea-produit .bloc-image {
  text-align: center;
}

.liste-categories {
  margin-top: 60px;
  position: relative;
  z-index: 10;
}
.liste-categories ul, .liste-categories li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.liste-categories .categorie-produits li, .liste-categories .categories li {
  border-radius: 23px;
  padding: 5px 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.liste-categories .categorie-produits a, .liste-categories .categories a {
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.liste-categories .categorie-produits .count, .liste-categories .categories .count {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.liste-categories .categorie-produits > ul > li, .liste-categories .categories > ul > li {
  margin: 0 15px 5px 0;
  border: 1px solid var(--secondary);
}
.liste-categories .categorie-produits > ul > li > a, .liste-categories .categories > ul > li > a {
  color: var(--secondary);
}
.liste-categories .categorie-produits > ul > li > .count, .liste-categories .categories > ul > li > .count {
  background-color: var(--secondary);
}
.liste-categories .categorie-produits > ul > li:hover, .liste-categories .categorie-produits > ul > li.current-cat, .liste-categories .categorie-produits > ul > li.current-cat-parent, .liste-categories .categories > ul > li:hover, .liste-categories .categories > ul > li.current-cat, .liste-categories .categories > ul > li.current-cat-parent {
  background-color: var(--secondary);
}
.liste-categories .categorie-produits > ul > li:hover > a, .liste-categories .categorie-produits > ul > li.current-cat > a, .liste-categories .categorie-produits > ul > li.current-cat-parent > a, .liste-categories .categories > ul > li:hover > a, .liste-categories .categories > ul > li.current-cat > a, .liste-categories .categories > ul > li.current-cat-parent > a {
  color: #fff;
}
.liste-categories .categorie-produits > ul > li:hover .count, .liste-categories .categorie-produits > ul > li.current-cat .count, .liste-categories .categorie-produits > ul > li.current-cat-parent .count, .liste-categories .categories > ul > li:hover .count, .liste-categories .categories > ul > li.current-cat .count, .liste-categories .categories > ul > li.current-cat-parent .count {
  background-color: #fff;
  color: var(--secondary);
}
.liste-categories .categorie-produits > ul > li:hover ul.children, .liste-categories .categories > ul > li:hover ul.children {
  opacity: 1;
  visibility: visible;
}
.liste-categories .categorie-produits > ul:hover > li, .liste-categories .categories > ul:hover > li {
  opacity: 0.5;
}
.liste-categories .categorie-produits > ul:hover > li:hover, .liste-categories .categories > ul:hover > li:hover {
  opacity: 1;
}
.liste-categories .categorie-produits ul.children, .liste-categories .categories ul.children {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}
.liste-categories .categorie-produits ul.children li, .liste-categories .categories ul.children li {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  margin-top: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.liste-categories .categorie-produits ul.children li a, .liste-categories .categories ul.children li a {
  color: #fff;
  white-space: nowrap;
}
.liste-categories .categorie-produits ul.children li .count, .liste-categories .categories ul.children li .count {
  background-color: #fff;
  color: var(--primary);
}
.liste-categories .categorie-produits ul.children li:hover, .liste-categories .categorie-produits ul.children li.current-cat, .liste-categories .categories ul.children li:hover, .liste-categories .categories ul.children li.current-cat {
  background-color: #fff;
}
.liste-categories .categorie-produits ul.children li:hover a, .liste-categories .categorie-produits ul.children li.current-cat a, .liste-categories .categories ul.children li:hover a, .liste-categories .categories ul.children li.current-cat a {
  color: var(--primary);
}
.liste-categories .categorie-produits ul.children li:hover .count, .liste-categories .categorie-produits ul.children li.current-cat .count, .liste-categories .categories ul.children li:hover .count, .liste-categories .categories ul.children li.current-cat .count {
  background-color: var(--primary);
  color: #fff;
}

.liste-produit {
  margin-top: -100px;
}

/************
CORPORATE
***********/
.image-accroche-corpo {
  position: absolute;
  right: 0;
  top: 50px;
  max-width: 704px;
  width: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.image-accroche-produit {
  position: absolute;
  right: 50px;
  top: 50px;
  max-width: 704px;
  width: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.texte-accroche-not-home {
  color: var(--primary);
  font-weight: 500;
}
.zone-cta .content-cta {
  background-image: url("../assets/img/HEADER.jpg");
  background-position: center;
  background-size: cover;
  padding: 0 20px;
  border-radius: 10px;
}
.zone-cta .bloc-texte {
  color: #fff;
  padding: 70px 20px;
}
.zone-cta .bloc-texte h1, .zone-cta .bloc-texte h2, .zone-cta .bloc-texte h3, .zone-cta .bloc-texte h4, .zone-cta .bloc-texte h5, .zone-cta .bloc-texte h6 {
  color: #fff;
  margin-bottom: 30px;
}
.zone-cta .bloc-texte h1, .zone-cta .bloc-texte h2, .zone-cta .bloc-texte h3 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: bold;
}
.zone-cta .bloc-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.zone-cta .bloc-image img {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
}
.flexible .bloc-texte h1, .flexible .bloc-texte h2, .flexible .bloc-texte h3, .flexible .bloc-texte h4, .flexible .bloc-texte h5, .flexible .bloc-texte h6 {
  margin-bottom: 13px;
}
.flexible .bloc-texte h1, .flexible .bloc-texte h2 {
  font-size: 2.25rem;
  line-height: 2.625rem;
}
.flexible .bloc-image img {
  border-radius: 10px;
}
.flexible .titre-h2-home {
  max-width: 990px;
}
.flexible .zone-mea .bloc-mea {
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0 0 13px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  max-width: 592px;
  height: 570px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--secondary);
  margin-bottom: 32px;
}
.flexible .zone-mea .bloc-mea .picto {
  width: 31px;
  height: 31px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.flexible .zone-mea .bloc-mea .picto img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.flexible .zone-mea .bloc-mea:before {
  content: "";
  display: block;
  width: 100%;
  height: 400px;
  -webkit-transform: matrix(-1, 0, 0, -1, 0, 0);
      -ms-transform: matrix(-1, 0, 0, -1, 0, 0);
          transform: matrix(-1, 0, 0, -1, 0, 0);
  background: transparent -o-linear-gradient(top, #0074B7 0%, rgba(20, 7, 84, 0) 100%) 0% 0% no-repeat padding-box;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#0074B7), to(rgba(20, 7, 84, 0))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #0074B7 0%, rgba(20, 7, 84, 0) 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.flexible .zone-mea .bloc-mea:hover .picto img {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.flexible .zone-mea .bloc-mea:hover:before {
  height: 100%;
}
.flexible .zone-mea .bloc-mea .bloc-content-mea {
  padding: 40px;
  position: absolute;
  bottom: 0;
  color: #fff;
}
.flexible .zone-mea .bloc-mea .bloc-content-mea .info-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.flexible .zone-mea .bloc-mea .bloc-content-mea .categorie a {
  display: block;
  background-color: #fff;
  border-radius: 23px;
  color: var(--primary);
  padding: 3px 10px;
  font-weight: bold;
  margin-right: 10px;
  font-size: 0.75rem;
  line-height: 1.063rem;
}
.flexible .zone-mea .bloc-mea .bloc-content-mea .date-actu {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.063rem;
}
.flexible .zone-mea .bloc-mea .bloc-content-mea h3 {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.938rem;
  font-family: "Space Grotesk", sans-serif;
}
.flexible .carousel-modele-1 .content-carousel {
  max-width: 1440px;
  width: 100%;
  margin: auto;
  padding: 0 112px;
}
.flexible .carousel-modele-1 .content-carousel .item-carousel {
  position: relative;
  color: #fff;
  background-image: url("../assets/img/HEADER.jpg");
  background-position: center;
  background-size: cover;
  padding: 100px;
  border-radius: 10px;
}
.flexible .carousel-modele-1 .content-carousel .bloc-texte {
  position: relative;
  z-index: 1;
  max-width: 540px;
}
.flexible .carousel-modele-1 .content-carousel .bloc-texte h1, .flexible .carousel-modele-1 .content-carousel .bloc-texte h2, .flexible .carousel-modele-1 .content-carousel .bloc-texte h3, .flexible .carousel-modele-1 .content-carousel .bloc-texte h4, .flexible .carousel-modele-1 .content-carousel .bloc-texte h5, .flexible .carousel-modele-1 .content-carousel .bloc-texte h6 {
  color: #fff;
  margin-bottom: 20px;
}
.flexible .carousel-modele-1 .content-carousel .bloc-texte h2, .flexible .carousel-modele-1 .content-carousel .bloc-texte h3 {
  font-size: 2.125rem;
  line-height: 2.438rem;
}
.flexible .carousel-modele-1 .content-carousel img {
  max-width: 100%;
  width: auto;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.flexible .carousel-modele-1 .content-carousel .owl-nav button {
  color: var(--primary);
  font-weight: bold;
  font-size: 50px;
  font-family: monospace;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  padding-bottom: 5px !important;
}
.flexible .carousel-modele-1 .content-carousel .owl-nav button.owl-prev {
  left: -60px;
}
.flexible .carousel-modele-1 .content-carousel .owl-nav button.owl-next {
  right: -60px;
}
.flexible .carousel-modele-1 .content-carousel .owl-nav button:hover {
  background: var(--primary);
  color: #fff;
}
.flexible .temoignage {
  background-image: url("../assets/img/FOND-COURBE DEGRADE.png");
  background-size: 100% 90%;
  background-position: center top;
  background-repeat: no-repeat;
}
.flexible .temoignage .titre-h2 {
  color: var(--primary);
  font-size: 2.125rem;
  line-height: 2.438rem;
  font-weight: bold;
  max-width: 425px;
  padding-left: 125px;
}
.flexible .temoignage .blocs-temoignage {
  position: relative;
}
.flexible .temoignage .content-temoignage {
  max-width: 1440px;
  width: 100%;
  margin: auto;
  padding: 44px 110px 0;
}
.flexible .temoignage .item-carousel {
  background-color: #fff;
  border-radius: 10px;
  padding: 71px 100px;
  -webkit-box-shadow: 0 12px 12px rgba(0, 0, 0, 0.29);
          box-shadow: 0 12px 12px rgba(0, 0, 0, 0.29);
  margin: 20px;
}
.flexible .temoignage .item-carousel blockquote {
  font-weight: 400;
  margin-bottom: 40px;
  color: var(--primary);
}
.flexible .temoignage .item-carousel .author {
  margin-bottom: 20px;
}
.flexible .temoignage .item-carousel .author span {
  display: block;
  color: var(--primary);
}
.flexible .temoignage .item-carousel .author span.identite {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.313rem;
}
.flexible .temoignage .item-carousel .logo {
  max-width: 200px;
}
.flexible .temoignage .item-carousel img {
  width: auto;
}
.flexible .temoignage .owl-nav button {
  color: var(--primary);
  font-weight: bold;
  font-size: 50px;
  font-family: monospace;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  padding-bottom: 5px !important;
}
.flexible .temoignage .owl-nav button.owl-prev {
  left: -60px;
}
.flexible .temoignage .owl-nav button.owl-next {
  right: -60px;
}
.flexible .temoignage .owl-nav button:hover {
  background: var(--primary);
  color: #fff;
}
.flexible .temoignage blockquote p::before {
  content: "“";
}
.flexible .temoignage blockquote p::after {
  content: "”";
}
.flexible .carousel-modele-2 {
  width: 100%;
}
.flexible .carousel-modele-2 .content-carousel {
  max-width: 1440px;
  width: 100%;
  margin: auto;
  padding: 90px 110px 0;
}
.flexible .carousel-modele-2 .item-carousel {
  position: relative;
  width: 312px;
  margin: auto;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.flexible .carousel-modele-2 .item-carousel:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.flexible .carousel-modele-2 .item-carousel a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.flexible .carousel-modele-2 .item-carousel a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.flexible .carousel-modele-2 .owl-item.active.center {
  z-index: 1;
}
.flexible .carousel-modele-2 .owl-item.active.center .item-carousel {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}
.flexible .carousel-modele-2 .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 500px;
}
.flexible .carousel-modele-2 .owl-nav button {
  color: var(--primary);
  font-weight: bold;
  font-size: 50px;
  font-family: monospace;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  padding-bottom: 5px !important;
}
.flexible .carousel-modele-2 .owl-nav button.owl-prev {
  left: -60px;
}
.flexible .carousel-modele-2 .owl-nav button.owl-next {
  right: -60px;
}
.flexible .carousel-modele-2 .owl-nav button:hover {
  background: var(--primary);
  color: #fff;
}
.flexible .titre-zone h1, .flexible .titre-zone h2, .flexible .titre-zone h3, .flexible .titre-zone h4, .flexible .titre-zone h5, .flexible .titre-zone h6 {
  font-size: 3.5rem;
  line-height: 4rem;
  color: var(--primary);
  font-weight: bold;
  letter-spacing: -0.84px;
  margin-bottom: 20px;
}
.flexible .bloc-4-cols {
  padding: 90px 0;
  background-image: url(../assets/img/HEADER+COURBE-PAGE.png);
  background-size: 140% 80%;
  background-position: 0 75px;
  background-repeat: no-repeat;
  position: relative;
}
.flexible .bloc-4-cols:before {
  content: "";
  display: block;
  width: 100%;
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
  background: -o-linear-gradient(top, transparent, #e6f6ff);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#e6f6ff));
  background: linear-gradient(180deg, transparent, #e6f6ff);
}
.flexible .bloc-4-cols .bloc-titre h1, .flexible .bloc-4-cols .bloc-titre h2, .flexible .bloc-4-cols .bloc-titre h3 {
  font-size: 2.25rem;
  line-height: 2.625rem;
}
.flexible .bloc-4-cols .bloc-para {
  padding: 0 20px;
}
.flexible .bloc-4-cols .bloc-texte {
  color: var(--dark-dark);
  font-size: 0.938rem;
  line-height: 1.375rem;
  font-weight: 500;
}
.flexible .bloc-4-cols h1, .flexible .bloc-4-cols h2, .flexible .bloc-4-cols h3, .flexible .bloc-4-cols h4, .flexible .bloc-4-cols h5, .flexible .bloc-4-cols h6 {
  margin-bottom: 14px;
  font-weight: bold;
  color: var(--primary);
}
.flexible .bloc-4-cols h1, .flexible .bloc-4-cols h2, .flexible .bloc-4-cols h3 {
  font-size: 1.375rem;
  line-height: 1.625rem;
}
.flexible .galerie-modele-2 .grid-item {
  padding: 10px;
  text-align: center;
  width: 384px;
}
.flexible .galerie-modele-2 .grid-item img {
  border-radius: 10px;
}

.single .accroche {
  min-height: auto;
}
.single .accroche .info-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.single .accroche .categorie a {
  display: block;
  background-color: var(--primary);
  border-radius: 23px;
  color: #fff;
  padding: 3px 10px;
  font-weight: bold;
  margin-right: 20px;
  font-size: 0.75rem;
  line-height: 1.063rem;
}
.single .accroche .date-actu {
  color: var(--primary);
  font-size: 0.75rem;
  line-height: 1.063rem;
}

.image-accroche-single {
  text-align: center;
}
.image-accroche-single img {
  border-radius: 10px;
}

.content-single {
  margin-top: 90px;
}
.widget-share-single .widgettitle {
  font-size: 0.75rem;
  line-height: 1.063rem;
  font-weight: bold;
  font-family: "Space Grotesk", sans-serif;
  max-width: 75px;
  text-align: center;
  margin-bottom: 23px;
}
.widget-share-single .addtoany_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.widget-share-single .addtoany_list a {
  margin-bottom: 10px;
}

.bloc-actu {
  padding: 15px;
  height: 100%;
}
.bloc-actu .content-bloc-actu {
  height: 100%;
  border: 1px solid var(--primary);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.bloc-actu .more {
  position: absolute;
  top: 40px;
  right: 60px;
  z-index: 10;
}
.bloc-actu .more .picto {
  width: 31px;
  height: 31px;
  position: absolute;
  top: 0;
  right: 0;
}
.bloc-actu .more .picto img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.bloc-actu .bloc-image {
  overflow: hidden;
  width: 100%;
  height: 285px;
}
.bloc-actu .bloc-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.bloc-actu .bloc-para {
  padding: 40px;
  font-size: 0.938rem;
  line-height: 1.375rem;
  font-weight: 500;
}
.bloc-actu .info-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.bloc-actu .categorie a {
  display: block;
  background-color: var(--secondary);
  border-radius: 23px;
  color: #fff;
  padding: 3px 10px;
  font-weight: bold;
  margin-right: 10px;
  font-size: 0.75rem;
  line-height: 1.063rem;
}
.bloc-actu .date-actu {
  color: var(--primary);
  font-size: 0.75rem;
  line-height: 1.063rem;
  font-weight: 600;
}
.bloc-actu h3 {
  font-size: 1.5rem;
  line-height: 1.938rem;
  font-weight: bold;
  font-family: "Space Grotesk", sans-serif;
  margin-bottom: 25px;
}
.bloc-actu .content-bloc-actu:hover .bloc-image img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.bloc-info-contact .content-bloc-info-contact {
  background-color: #140754;
  border-radius: 10px;
  -webkit-box-shadow: 0 12px 12px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0 12px 12px rgba(0, 0, 0, 0.1607843137);
  color: #fff;
  padding: 32px 50px;
  font-size: 0.875rem;
  line-height: 1.188rem;
  font-weight: 300;
}
.bloc-info-contact .content-bloc-info-contact h2 {
  color: #fff;
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 2.625rem;
  margin-bottom: 54px;
}
.bloc-info-contact .content-bloc-info-contact h3 {
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-weight: bold;
  font-family: "Manrope", sans-serif;
  margin-bottom: 18px;
  color: var(--secondary);
}

.bloc-formulaire {
  margin-top: 73px;
  margin-bottom: 94px;
}

.content-bloc-formulaire {
  background-color: #fff;
  padding: 23px 38px;
  border-radius: 10px;
  -webkit-box-shadow: 0 12px 12px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0 12px 12px rgba(0, 0, 0, 0.1607843137);
}
.content-bloc-formulaire h2 {
  font-size: 2.25rem;
  line-height: 2.625rem;
  font-weight: bold;
  margin-bottom: 32px;
}

.accroche-contact {
  min-height: auto;
}

.container-contact {
  background-image: url("../assets/img/02_FEMME-DETOUREE-REVERSE.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 369px;
}

.map-contact {
  position: relative;
  width: 100%;
  height: 537px;
  background-color: var(--primary);
}
.map-contact iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/****************
STYLE DES ACTUS ANCIEN THEME
*********************/
.single .post-categories li {
  list-style: none;
}

.single .post-categories a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid var(--secondary);
  color: var(--secondary);
  font-weight: bold;
  border-radius: 23px;
}

.single section.description {
  padding-top: 0;
}

.single section.description .block-texte {
  background: #fff;
}

.single section.description .block-texte .titre {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 20px;
  word-break: break-word;
}

.single section.description .block-texte .texte-content {
  font-size: 18.5px;
  line-height: 1.3em;
}

.single section.description .block-texte .texte-content a {
  text-decoration: none;
  outline: none;
  color: #99CC66;
}

.single section.description .block-texte .texte-content a.calltoaction {
  color: #fff !important;
  text-decoration: none !important;
  background: #99CC66;
  display: table;
  margin: 20px auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 8px 27px;
}

.single section.description .block-texte .texte-content a.calltoaction:hover {
  background: #2081BE;
  color: #fff !important;
  text-decoration: none !important;
}

.single section.description .block-texte .texte-content a:hover {
  text-decoration: underline;
  color: #2081BE;
}

.single section.description .detail {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 2px solid #C8C8C8;
  border-bottom: 2px solid #C8C8C8;
  padding: 13px 0 13px;
  margin-top: 50px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single section.actus {
  background: #fff;
  padding: 60px 0;
}
.single .flexible .bloc-texte h1, .single .flexible .bloc-texte h2, .single .flexible .bloc-texte h3, .single .flexible .bloc-texte h4, .single .flexible .bloc-texte h5, .single .flexible .bloc-texte h6 {
  color: var(--secondary);
}

header form {
  padding-right: 1rem;
  position: relative;
}
header form * {
  margin-bottom: 0;
}
header form .screen-reader-text {
  display: none;
}
header form label {
  position: absolute;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 0;
  right: 100%;
}
header form .search-submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  color: var(--primary);
  font-weight: bold;
}
header form .search-field {
  background: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 23px;
  padding: 0 10px;
  color: #fff;
  outline: none;
}
header form .search-field::-webkit-input-placeholder {
  color: #fff;
}
header form .search-field::-moz-placeholder {
  color: #fff;
}
header form .search-field:-ms-input-placeholder {
  color: #fff;
}
header form .search-field::-ms-input-placeholder {
  color: #fff;
}
header form .search-field::placeholder {
  color: #fff;
}
header form:hover label {
  width: 220px;
}

.home .search-submit {
  color: #fff;
}

/*FLEXIBLES*/
.flexible section:after {
  display: block;
  content: "";
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  width: 0;
}

.bloc-cta-1 {
  color: #fff;
}
.bloc-cta-1 .parallax-effect {
  background-attachment: fixed;
}

.bloc-cta-2 {
  color: #fff;
}

.bloc-cta-3 {
  color: #fff;
}
.bloc-cta-3 .bloc-cta .calltoaction {
  border: none !important;
  font-size: 24px !important;
  padding: 18px 50px !important;
  border-radius: 50px;
}
.bloc-card .liste-blocs {
  max-width: 1310px;
}
.bloc-card .content-bloc {
  background-color: var(--couleur-secondaire-1);
  font-size: 22px;
  line-height: 28px;
}
.bloc-card .content-bloc .bloc-texte {
  letter-spacing: -0.44px;
  color: #fff;
}
.bloc-card .more a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.bloc-card .more a .picto {
  padding: 0px 25px 15px;
}
.bloc-card .more a .picto svg {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.bloc-card .more:hover .titre {
  display: block;
  position: relative;
}
.bloc-card .more:hover .titre:before {
  content: "";
  display: block;
  width: calc(100% - 1.5rem);
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: calc(100% + 5px);
  left: 1.5rem;
}
.bloc-card .more:hover .picto svg {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.bloc-mea h3 {
  color: var(--couleur-texte);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.bloc-mea h3:hover {
  color: var(--couleur-secondaire-1);
}

.the-bloc-mea-1 {
  max-width: 400px;
}
.the-bloc-mea-1 .bloc-image {
  overflow: hidden;
  max-width: 100%;
  position: relative;
  background-color: var(--couleur-secondaire-1);
}
.the-bloc-mea-1 .bloc-image:before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-top: 75%;
}
.the-bloc-mea-1 .bloc-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}
.the-bloc-mea-1 .bloc-image:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.the-bloc-mea-1 .more {
  position: relative;
  z-index: 1;
  color: var(--couleur-texte);
  font-size: 18px;
  line-height: 23px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
  border-top: 2px solid var(--couleur-secondaire-1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none !important;
}
.the-bloc-mea-1 .more:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -10px;
  width: 0;
  height: 100%;
  background-color: var(--couleur-secondaire-1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.the-bloc-mea-1 .more svg {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.the-bloc-mea-1 .more:hover {
  color: #fff;
  border-top: 2px solid transparent;
}
.the-bloc-mea-1 .more:hover:after {
  width: calc(100% + 20px);
}
.the-bloc-mea-1 .more:hover svg {
  fill: #fff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.the-bloc-mea-3 svg {
  fill: var(--couleur-texte);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.the-bloc-mea-3 a:hover h3 {
  color: var(--couleur-secondaire-1);
}
.the-bloc-mea-3 a:hover svg {
  fill: var(--couleur-secondaire-1);
}
.bloc-mea-4 .bloc-mea-blog {
  border-top: 2px solid var(--couleur-secondaire-1);
  padding-top: 1.5rem;
}
.bloc-mea-4 .bloc-mea-blog .more a {
  color: var(--couleur-secondaire-1);
}
.bloc-mea-4 .bloc-mea-blog .bloc-texte {
  max-width: 520px;
}
.bloc-mea-4 .bloc-mea-blog .extrait {
  display: none;
}
.bloc-mea-4 .bloc-mea-blog h3 a {
  color: var(--couleur-texte);
}
.bloc-mea-4 .info-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: 600;
}
.bloc-mea-4 .info-blog .info-blog-categorie {
  margin-right: 10px;
}
.bloc-mea-4 .info-blog .info-blog-categorie ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.bloc-mea-4 .info-blog .info-blog-categorie ul li a {
  color: var(--couleur-secondaire-1);
  display: block;
  padding: 5px 15px;
  border: 1px solid var(--couleur-secondaire-1);
  border-radius: 23px;
  text-transform: uppercase;
}
.bloc-mea-4 .info-blog .info-blog-date {
  color: var(--couleur-secondaire-1);
}
.bloc-mea-4 .content-bloc-mea-left {
  padding: 30px;
  background-color: var(--couleur-secondaire-1);
  color: #fff;
}
.bloc-mea-4 .content-bloc-mea-left .extrait {
  display: block;
}
.bloc-mea-4 .content-bloc-mea-left h3 a {
  color: #fff;
}
.bloc-mea-4 .content-bloc-mea-left .more a {
  color: #fff;
}
.bloc-mea-4 .content-bloc-mea-left .info-blog-categorie ul li a {
  color: #fff;
  border: 1px solid #fff;
}
.bloc-mea-5 .content-bloc-mea-5 {
  overflow: hidden;
}
.bloc-mea-5 .content-bloc-mea-5:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.4);
}
.bloc-mea-5 .img-bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 5s;
  transition: -webkit-transform 5s;
  -o-transition: transform 5s;
  transition: transform 5s;
  transition: transform 5s, -webkit-transform 5s;
}
.bloc-mea-5 h3 {
  max-width: 400px;
  margin: auto;
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 80px 30px;
  color: #fff;
  font-weight: bold;
}
.bloc-mea-5 .lienlibel {
  z-index: 10;
}
.bloc-mea-5 .content-bloc-mea-5:hover .img-bg {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.bloc-mea-5 .content-bloc-mea-5:hover:before {
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.bloc-faq .entete-card {
  background-color: #fff;
  padding: 13px 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid var(--couleur-secondaire-1);
}
.bloc-faq .entete-card button {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  color: var(--couleur-secondaire-1);
  margin-bottom: 0;
  width: 100%;
  text-align: left;
  text-decoration: none !important;
}
.bloc-faq .entete-card button .picto {
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--couleur-secondaire-1);
  border-bottom: 2px solid var(--couleur-secondaire-1);
  position: absolute;
  right: 20px;
  top: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bloc-faq .entete-card:hover button, .bloc-faq .entete-card.active button {
  color: var(--couleur-secondaire-1);
}
.bloc-faq .entete-card:hover button .picto, .bloc-faq .entete-card.active button .picto {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
.bloc-faq .content-card {
  overflow: hidden;
}
.texte-modele-4 .content-bloc {
  color: #fff;
  position: relative;
  background-color: var(--couleur-secondaire-1);
  font-size: 16px;
  line-height: 20px;
}
.texte-modele-4 .bloc-texte {
  width: 100%;
}
.texte-modele-4 .bloc-texte h1, .texte-modele-4 .bloc-texte h2, .texte-modele-4 .bloc-texte h3, .texte-modele-4 .bloc-texte h4, .texte-modele-4 .bloc-texte h5, .texte-modele-4 .bloc-texte h6 {
  letter-spacing: -0.5px;
  line-height: 1.1em;
  font-weight: 600;
  color: #fff;
}
.texte-modele-4 .bloc-texte-bottom {
  padding: 0 30px 10px;
}
.texte-modele-4 .picto {
  width: 40px;
  height: 40px;
  position: absolute;
}
.texte-modele-4 .picto span {
  position: absolute;
  display: block;
}
.texte-modele-4 .picto span:nth-child(1) {
  background-color: #fff;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
}
.texte-modele-4 .picto span:nth-child(2) {
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
}
.texte-modele-4 .picto span:nth-child(3) {
  background-color: #fff;
  top: 0;
  left: 0;
  width: 5px;
  height: 5px;
}
.texte-modele-4 .picto.picto-haut {
  top: 30px;
  left: 30px;
}
.texte-modele-4 .picto.picto-bas {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  bottom: 30px;
  right: 30px;
}
.bloc-videos .content-bloc-video iframe {
  width: 100%;
  height: 450px;
}
.bloc-chiffres .bloc-chiffre {
  margin-bottom: 20px;
}
.bloc-chiffres .bloc-chiffre .counter-count {
  font-size: 75px;
  line-height: 62px;
  letter-spacing: -1.9px;
  opacity: 0;
  -webkit-transition: opacity 0.8s !important;
  -o-transition: opacity 0.8s !important;
  transition: opacity 0.8s !important;
}
.bloc-chiffres .bloc-chiffre .counter-count.count-defile {
  opacity: 1 !important;
}
.bloc-chiffres sup {
  top: -30px;
}
.bloc-liste .bloc-paragraphe-intro {
  background-color: var(--colorBlocListe);
  max-width: 80%;
}
.bloc-liste .list-group {
  background-color: #f1f1f1;
  border-radius: 23px;
}
.bloc-liste .list-group a {
  font-size: 15px;
  color: var(--colorTexteBtn);
  border: 1px solid var(--colorBgBtnActive);
  z-index: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 350px;
}
.bloc-liste .list-group a:hover, .bloc-liste .list-group a.active {
  background-color: var(--colorBgBtnActive);
  color: var(--colorTexteBtnActive);
}
.bloc-timeline .content-timeline {
  padding: 50px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bloc-timeline .content-timeline:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: var(--couleur-secondaire-1);
}
.bloc-timeline .bloc-para-timeline {
  position: relative;
  width: 50%;
  padding-bottom: 20px;
}
.bloc-timeline .bloc-para-timeline:before {
  content: "";
  display: block;
  width: 15%;
  height: 1px;
  position: absolute;
  top: 1px;
  right: 0;
  background-color: var(--couleur-secondaire-2);
}
.bloc-timeline .bloc-para-timeline:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: var(--couleur-secondaire-1);
  border-radius: 50%;
  position: absolute;
  top: -15px;
  right: -15px;
  background-color: var(--couleur-secondaire-2);
}
.bloc-timeline .bloc-para-timeline .bloc-timeline-supp {
  padding-right: 20%;
}
.bloc-timeline .bloc-para-timeline .bloc-timeline-supp .bloc-date {
  position: absolute;
  top: -30px;
  right: 70px;
  border-left: 10px solid #fff;
  border-bottom: 10px solid #fff;
}
.bloc-timeline .bloc-para-timeline .bloc-timeline-supp .bloc-date span {
  display: block;
  color: #fff;
  font-size: 25px;
  line-height: 1em;
  font-weight: 500;
  border-radius: 14px;
  border-bottom-left-radius: 0;
  padding: 10px 40px;
  background-color: var(--couleur-secondaire-2);
}
.bloc-timeline .bloc-para-timeline .bloc-timeline-supp .bloc-image {
  text-align: right;
}
.bloc-timeline .bloc-para-timeline .bloc-timeline-supp .bloc-image img {
  border-radius: 14px;
}
.bloc-timeline .bloc-para-timeline .bloc-timeline-inf {
  padding-right: 20%;
  padding-top: 20px;
  text-align: right;
}
.bloc-timeline .bloc-para-timeline:nth-child(even) {
  margin-top: 80px;
}
.bloc-timeline .bloc-para-timeline:nth-child(even):before {
  left: 0;
  right: inherit;
  padding-right: 0;
  background-color: var(--couleur-secondaire-1);
}
.bloc-timeline .bloc-para-timeline:nth-child(even):after {
  top: -15px;
  right: inherit;
  left: -15px;
  background-color: var(--couleur-secondaire-1);
}
.bloc-timeline .bloc-para-timeline:nth-child(even) .bloc-date {
  left: 70px;
  right: inherit;
  border-left: none;
  border-right: 10px solid #fff;
  border-bottom: 10px solid #fff;
}
.bloc-timeline .bloc-para-timeline:nth-child(even) .bloc-date span {
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 0;
  background-color: var(--couleur-secondaire-1);
}
.bloc-timeline .bloc-para-timeline:nth-child(even) .bloc-timeline-supp {
  padding-right: 0;
  padding-left: 20%;
}
.bloc-timeline .bloc-para-timeline:nth-child(even) .bloc-timeline-supp .bloc-image {
  text-align: left;
}
.bloc-timeline .bloc-para-timeline:nth-child(even) .bloc-timeline-inf {
  padding-right: 0;
  padding-left: 20%;
  padding-top: 40px;
  text-align: left;
}
.bloc-texte-lire-la-suite .btn-more {
  clear: both;
  cursor: pointer;
}
.bloc-texte-lire-la-suite .btn-more:before {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid var(--couleur-bg-cta);
  background-color: var(--couleur-bg-cta);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bloc-texte-lire-la-suite .btn-more-up span {
  z-index: 1;
  background-color: #fff !important;
  color: var(--couleur-bg-cta) !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.bloc-texte-lire-la-suite .btn-more-up span:hover {
  background-color: var(--couleur-bg-cta) !important;
  color: #fff !important;
}
.bloc-texte-lire-la-suite .btn-more-down span {
  z-index: 1;
  background-color: #fff !important;
  color: var(--couleur-bg-cta) !important;
}
.bloc-texte-lire-la-suite .bloc-texte-2 {
  display: none;
}
.bloc-texte-lire-la-suite .bloc-para.open .btn-more-up {
  display: none;
}
.bloc-texte-lire-la-suite .bloc-para.open .bloc-texte-2 {
  display: block;
}
.bloc-texte-lire-la-suite .bloc-para:last-of-type {
  margin-bottom: 0 !important;
}
.bloc-partenaire .liste-bloc-partenaire {
  position: relative;
}
.bloc-partenaire .liste-bloc-partenaire .bloc-texte {
  z-index: 1;
  position: absolute;
  border-radius: 10px;
  width: 400px;
  min-height: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  -webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 22px rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  visibility: hidden;
}
.bloc-partenaire .liste-bloc-partenaire .bloc {
  border: 1px solid #ccc;
  border-radius: 23px;
  cursor: pointer;
  position: relative;
}
.bloc-partenaire .liste-bloc-partenaire .bloc .bloc-image {
  width: 100%;
  padding: 20px;
}
.bloc-partenaire .liste-bloc-partenaire .bloc .bloc-image img {
  display: block;
  margin: auto;
  height: 100px;
  width: auto;
}
.bloc-partenaire .liste-bloc-partenaire .bloc:hover .bloc-texte {
  opacity: 1;
  visibility: visible;
}
.bloc-partenaire .liste-bloc-partenaire > div:nth-child(4n-1) .bloc .bloc-texte, .bloc-partenaire .liste-bloc-partenaire > div:nth-child(4n) .bloc .bloc-texte {
  right: 0;
  left: auto;
}

/*WordPress Core*/
/*--------------------------------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/***********
RESPONSIVE 
************/
@media only screen and (max-width: 1200px) {
  body.home, .home {
    background-image: none;
  }
  body.home header {
    background-color: var(--primary);
  }
  #accroche-home {
    background-image: url("../assets/img/HEADER.jpg");
    background-size: cover;
    background-position: center center;
  }
  #zone-2-home {
    padding-bottom: 40px;
    height: auto;
  }
  #zone-2-home .img-zone-2-home {
    display: none;
  }
  #zone-3-home .blocs-mea {
    top: 0;
  }
}
@media only screen and (max-width: 1024px) {
  #accroche-home {
    min-height: auto;
  }
  .accroche {
    padding-top: 50px;
    min-height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .image-accroche-home {
    display: none;
  }
  .image-accroche-corpo {
    position: relative;
    top: 0;
    margin: auto;
  }
  .liste-produit {
    margin-top: 0;
  }
}
@media only screen and (max-width: 992px) {
  .navbar .container-fluid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .navbar-brand, .custom-logo-link {
    margin-bottom: 15px;
    display: block;
  }
  .navbar-nav {
    background: #fff !important;
    padding: 5px;
    margin-top: 15px !important;
  }
  body header a {
    color: var(--primary) !important;
  }
  body:not(.home) header .menu-top-bar a {
    color: var(--primary) !important;
  }
  body.home header .menu-top-bar a {
    color: #fff !important;
  }
  h2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }
  .accroche h1 {
    font-size: 1.813rem;
    line-height: 2rem;
  }
  header {
  }
  header .navbar-collapse {
    width: 100%;
  }
  header .menu .menu-item-has-children > .drop {
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .menu .menu-item-has-children > .drop:before {
    content: "˅";
    font-size: 20px;
  }
  header .menu .sub-menu {
    position: relative;
    padding: 5px;
    height: 0;
    opacity: 0 !important;
    visibility: hidden !important;
  }
  header .menu .sub-menu.open {
    opacity: 1 !important;
    visibility: visible !important;
    height: auto !important;
  }
  #zone-5-home .content-image-presentation {
    height: auto;
  }
  #zone-5-home .bloc-image-1, #zone-5-home .image-presentation, #zone-5-home .filet {
    display: none;
  }
  #zone-5-home .bloc-para {
    padding-bottom: 60px;
  }
  .zone-cta .content-cta {
    padding: 20px;
  }
  .zone-cta .bloc-image img {
    position: relative;
    bottom: 0;
  }
  .widget-share-single .addtoany_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .liste-categories .categorie-produits > ul > li, .liste-categories .categories > ul > li {
    display: block;
  }
  .liste-categories .categorie-produits ul.children, .liste-categories .categories ul.children {
    position: relative;
    opacity: 1;
    visibility: visible;
  }
  header form label {
    overflow: visible;
    width: auto;
    right: 0;
    position: relative;
  }
  header form {
    margin: 15px 0;
  }
  header form .search-field {
    background-color: #fff;
    color: var(--primary);
  }
  header form .search-field::-webkit-input-placeholder {
    color: var(--primary);
  }
  header form .search-field::-moz-placeholder {
    color: var(--primary);
  }
  header form .search-field:-ms-input-placeholder {
    color: var(--primary);
  }
  header form .search-field::-ms-input-placeholder {
    color: var(--primary);
  }
  header form .search-field::placeholder {
    color: var(--primary);
  }
  .bloc-partenaire {
  }
  .bloc-partenaire .liste-bloc-partenaire {
  }
  .bloc-partenaire .liste-bloc-partenaire .bloc-texte {
    z-index: 1;
    position: relative;
    width: 100%;
    min-height: auto;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    opacity: 1;
    visibility: visible;
    display: none;
  }
  .bloc-partenaire .liste-bloc-partenaire .bloc {
  }
  .bloc-partenaire .liste-bloc-partenaire .bloc.active .bloc-texte {
    opacity: 1;
    display: block;
  }
  .bloc-partenaire .liste-bloc-partenaire > div {
  }
  .bloc-partenaire .liste-bloc-partenaire > div:nth-child(4n-1), .bloc-partenaire .liste-bloc-partenaire > div:nth-child(4n) {
  }
  .bloc-partenaire .liste-bloc-partenaire > div:nth-child(4n-1) .bloc .bloc-texte, .bloc-partenaire .liste-bloc-partenaire > div:nth-child(4n) .bloc .bloc-texte {
    right: 0;
    left: 0;
  }
  .bloc-timeline {
  }
  .bloc-timeline .bloc-titre {
    text-align: center;
  }
  .bloc-timeline .content-timeline {
  }
  .bloc-timeline .content-timeline:before {
    display: none;
  }
  .bloc-timeline .bloc-para-timeline {
    width: 100%;
    margin-top: 0 !important;
  }
  .bloc-timeline .bloc-para-timeline:before, .bloc-timeline .bloc-para-timeline:after {
    display: none;
  }
  .bloc-timeline .bloc-timeline-supp {
    padding-right: 0 !important;
    padding-left: 0 !important;
    text-align: center;
  }
  .bloc-timeline .bloc-timeline-supp .bloc-date {
    display: inline-block !important;
    margin: auto !important;
    position: relative !important;
    right: 0 !important;
    left: 0 !important;
    top: 0 !important;
  }
  .bloc-timeline .bloc-timeline-supp .bloc-date span {
    text-align: center;
    border-bottom-left-radius: 14px !important;
    border-bottom-right-radius: 14px !important;
  }
  .bloc-timeline .bloc-timeline-supp .bloc-image {
  }
  .bloc-timeline .bloc-timeline-supp .bloc-image img {
    display: block;
    margin: auto;
  }
  .bloc-timeline .bloc-timeline-inf {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center !important;
  }
  .bloc-liste .bloc-paragraphe-intro {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .flexible .carousel-modele-1 .content-carousel {
    padding: 0;
  }
  .flexible .carousel-modele-1 .content-carousel .item-carousel {
    padding: 30px 15px;
  }
  .flexible .carousel-modele-1 .content-carousel .owl-dots {
    text-align: center;
    padding-top: 20px;
  }
  .flexible .carousel-modele-1 .content-carousel .owl-dots .owl-dot {
    outline: none !important;
    margin: 0 5px;
  }
  .flexible .carousel-modele-1 .content-carousel .owl-dots .owl-dot span {
    display: block;
    background-color: #fff;
    border: 1px solid var(--primary);
    border-radius: 50%;
    width: 10px;
    height: 10px;
  }
  .flexible .carousel-modele-1 .content-carousel .owl-dots .owl-dot.active {
  }
  .flexible .carousel-modele-1 .content-carousel .owl-dots .owl-dot.active span {
    background-color: var(--primary);
  }
  .flexible .carousel-modele-1 .content-carousel .bloc-texte {
    text-align: center;
  }
  .flexible .carousel-modele-1 .content-carousel img {
    position: relative;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: auto;
  }
  .flexible .carousel-modele-1 .content-carousel .bloc-texte h2, .flexible .carousel-modele-1 .content-carousel .bloc-texte h3 {
    font-size: calc(1.3rem + 0.6vw);
    line-height: 1.438rem;
  }
}
@media only screen and (max-width: 576px) {
  #zone-3-home .the-bloc-mea h3 {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
  .texte-modele-4 .picto.picto-haut {
    left: 10px;
  }
  .texte-modele-4 .picto.picto-bas {
    right: 10px;
  }
}