/*
 * Theme Name: Theme Optineo
 * Author: Thibault Demoury
 * Template:     bootscore
 * Version:      5.1.3.1
 * Text Domain:  bootscore
*/
.fondGrisClair {
  background-color: #e7e7e9;
  color: #473b6d;
}
.fondGrisClair h2 {
  color: #473b6d;
}
.fondGrisClair h3 {
  color: #473b6d;
}

.fondGrisFonce {
  background-color: #312f31;
  color: #FFF;
}
.fondGrisFonce h2 {
  color: #82d19a;
}
.fondGrisFonce h3 {
  color: #FFF;
}

.fondViolet {
  background-color: #473b6d;
  color: #FFF;
}
.fondViolet h2 {
  color: #82d19a;
}
.fondViolet h3 {
  color: #FFF;
}

.fondVert {
  background-color: #82d19a;
  color: #473b6d;
}
.fondVert h2 {
  color: #473b6d;
}
.fondVert h3 {
  color: #FFF;
}

.fondViolet {
  background-color: #473b6d;
}

.text-violet {
  color: #473b6d;
}

.text-vert {
  color: #82d19a;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: initial !important;
  }
}
@font-face {
  font-family: "Allianz Neo W04";
  font-weight: 400;
  src: url("https://db.onlinewebfonts.com/t/60ac31a0a5aa8163aaa59e5dad44cd02.eot");
  src: url("https://db.onlinewebfonts.com/t/60ac31a0a5aa8163aaa59e5dad44cd02.eot?#iefix") format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/60ac31a0a5aa8163aaa59e5dad44cd02.woff") format("woff"), url("https://db.onlinewebfonts.com/t/60ac31a0a5aa8163aaa59e5dad44cd02.woff2") format("woff2"), url("https://db.onlinewebfonts.com/t/60ac31a0a5aa8163aaa59e5dad44cd02.ttf") format("truetype"), url("https://db.onlinewebfonts.com/t/60ac31a0a5aa8163aaa59e5dad44cd02.svg#Allianz Neo W04 Regular") format("svg");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Allianz Neo W04";
  font-weight: 300;
  src: url("https://db.onlinewebfonts.com/t/79923505d3d26754e76ea85416b6e932.eot");
  src: url("https://db.onlinewebfonts.com/t/79923505d3d26754e76ea85416b6e932.eot?#iefix") format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/79923505d3d26754e76ea85416b6e932.woff") format("woff"), url("https://db.onlinewebfonts.com/t/79923505d3d26754e76ea85416b6e932.woff2") format("woff2"), url("https://db.onlinewebfonts.com/t/79923505d3d26754e76ea85416b6e932.ttf") format("truetype"), url("https://db.onlinewebfonts.com/t/79923505d3d26754e76ea85416b6e932.svg#Allianz Neo W04 Light") format("svg");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Allianz Neo W04";
  font-weight: bold;
  src: url("https://db.onlinewebfonts.com/t/51a40f8d97d73b49c8749e7d5146c330.eot");
  src: url("https://db.onlinewebfonts.com/t/51a40f8d97d73b49c8749e7d5146c330.eot?#iefix") format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/51a40f8d97d73b49c8749e7d5146c330.woff") format("woff"), url("https://db.onlinewebfonts.com/t/51a40f8d97d73b49c8749e7d5146c330.woff2") format("woff2"), url("https://db.onlinewebfonts.com/t/51a40f8d97d73b49c8749e7d5146c330.ttf") format("truetype"), url("https://db.onlinewebfonts.com/t/51a40f8d97d73b49c8749e7d5146c330.svg#Allianz Neo W04 Bold") format("svg");
  font-style: normal;
  font-display: swap;
}
html body {
  background-color: #FFF;
  font-family: "Allianz Neo W04", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding-bottom: 10px;
  font-weight: 300;
  color: #312f31;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  html body {
    font-size: 16px;
  }
}
html body textarea:focus,
html body input[type=text]:focus,
html body input[type=password]:focus,
html body input[type=datetime]:focus,
html body input[type=datetime-local]:focus,
html body input[type=date]:focus,
html body input[type=month]:focus,
html body input[type=time]:focus,
html body input[type=week]:focus,
html body input[type=number]:focus,
html body input[type=email]:focus,
html body input[type=url]:focus,
html body input[type=search]:focus,
html body input[type=tel]:focus,
html body input[type=color]:focus,
html body button:focus,
html body .uneditable-input:focus {
  border-color: rgba(126, 239, 104, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
  outline: 0 none;
}
html body .animBlur {
  filter: blur(10px);
  transition: all 0.5s linear;
}
html body.active .animBlur {
  filter: blur(0px);
}
html body .animOpacity {
  opacity: 0;
  transition: all 0.5s linear;
}
html body.active .animOpacity {
  opacity: 1;
}
html body .animDelay2500 {
  transition-delay: 2500ms !important;
}
html body .animDelay2000 {
  transition-delay: 2000ms !important;
}
html body .animDelay1750 {
  transition-delay: 1750ms !important;
}
html body .animDelay1500 {
  transition-delay: 1500ms !important;
}
html body .animDelay1250 {
  transition-delay: 1250ms !important;
}
html body .animDelay1000 {
  transition-delay: 1000ms !important;
}
html body .animDelay750 {
  transition-delay: 750ms !important;
}
html body .animDelay500 {
  transition-delay: 500ms !important;
}
html body .animDelay250 {
  transition-delay: 250ms !important;
}
html body .backgroundRond, html body .backgroundRondAlt {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@keyframes move {
  100% {
    transform: translate3d(0, 0, 1px) rotate(360deg);
  }
}
@keyframes flecheHome {
  0% {
    bottom: 0px;
  }
  50% {
    bottom: 6px;
  }
  100% {
    bottom: 0px;
  }
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
html body .rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
html body .mb-optineo {
  margin-bottom: 32px !important;
}
@media screen and (min-width: 768px) {
  html body .mb-optineo {
    margin-bottom: 32px !important;
  }
}
html body .imgArrondie {
  border-radius: 24px;
}
html body .row {
  margin-left: -16px;
  margin-right: -16px;
}
html body .row > *, html body .container {
  padding-left: 16px;
  padding-right: 16px;
}
html body h1, html body h2, html body .h2 {
  font-weight: 400;
  margin-bottom: 20px;
}
html body h3 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
  color: #473b6d;
}
html body h2, html body .h2 {
  font-size: 28px;
  line-height: 30px;
  color: #82d19a;
}
@media screen and (min-width: 768px) {
  html body h2, html body .h2 {
    font-size: 36px;
    line-height: 36px;
  }
}
html body p:last-child {
  margin-bottom: 0;
}
html body .wpml-ls-statics-footer {
  display: none;
}
@media screen and (max-width: 768px) {
  html body .apparitionVisibleMobile {
    opacity: 1 !important;
  }
}
html body .apparition, html body .apparitionAlt {
  opacity: 0;
  transition: all 1.5s ease-out;
}
html body .apparition.apparitionFromTop, html body .apparitionAlt.apparitionFromTop {
  transform: translateY(-50px);
}
html body .apparition.apparitionFromLeft, html body .apparitionAlt.apparitionFromLeft {
  transform: translateX(-50px);
}
html body .apparition.apparitionFromRight, html body .apparitionAlt.apparitionFromRight {
  transform: translateX(50px);
}
html body .apparition.active, html body .apparitionAlt.active {
  transform: translateY(0px) !important;
  transform: translateX(0px) !important;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  html body .h-md-100 {
    height: 100%;
  }
}
html body .dropdown-toggle::after {
  display: none;
}
@media screen and (min-width: 768px) {
  html body .col-md-2-5 {
    flex: 0 0 auto;
    width: 20%;
  }
}
@media screen and (min-width: 768px) {
  html body .col-md-0-5 {
    flex: 0 0 auto;
    width: 5%;
  }
}
html body .container {
  max-width: 1232px;
}
html body .container.container-page-simple {
  max-width: 1032px;
}
html body .logoFooter {
  display: block;
  padding-top: 52%;
  position: relative;
}
html body .logoFooter .image {
  width: 70%;
  left: 15%;
  height: 80%;
  top: 10%;
  position: absolute;
}
html body .miniArrow {
  position: relative;
}
html body .miniArrow:after {
  height: 32px;
  width: 32px;
  background-color: #82d19a;
  border-radius: 32px;
  position: absolute;
  content: "";
  background-image: url(./img/miniArrowViolet.svg) !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 4px 8px;
}
html body h2.tiret, html body .tiret h2 {
  color: #312f31;
}
html body h2.tiret {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  html body h2.tiret {
    margin-bottom: 65px;
  }
}
@media screen and (min-width: 1200px) {
  html body .tiretDesktop {
    position: relative;
    padding-left: 75px;
  }
  html body .tiretDesktop.apparition {
    padding-right: 75px;
  }
  html body .tiretDesktop.apparition:before {
    height: 0%;
  }
  html body .tiretDesktop.apparition.active {
    padding-right: 0px;
    padding-left: 75px;
  }
  html body .tiretDesktop.apparition.active:before {
    height: 100%;
  }
  html body .tiretDesktop:before {
    transition: height 1.5s ease-out;
    position: absolute;
    content: "";
    display: block;
    top: 0;
    height: 100%;
    left: 0;
    width: 1px;
    background-color: #d6d5d6;
  }
}
html body .tiret {
  position: relative;
  padding-left: 25px;
}
@media screen and (min-width: 1200px) {
  html body .tiret {
    padding-left: 75px;
  }
}
html body .tiret.apparition {
  padding-left: 0px;
  padding-right: 25px;
}
@media screen and (min-width: 1200px) {
  html body .tiret.apparition {
    padding-left: 0px;
    padding-right: 75px;
  }
}
html body .tiret.apparition:before {
  height: 0%;
}
html body .tiret.apparition.active {
  padding-right: 0px;
  padding-left: 25px;
}
@media screen and (min-width: 1200px) {
  html body .tiret.apparition.active {
    padding-right: 0px;
    padding-left: 75px;
  }
}
html body .tiret.apparition.active:before {
  height: 100%;
}
html body .tiret:before {
  transition: height 1.5s ease-out;
  position: absolute;
  content: "";
  display: block;
  top: 0;
  height: 100%;
  left: 0;
  width: 1px;
  background-color: #d6d5d6;
}
html body .sousLigne {
  position: relative;
  padding-bottom: 40px;
}
html body .sousLigne:after {
  border-bottom: 1px solid #82d19a;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 20px;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  html body .sousLigne:after {
    margin-left: -346px;
    width: 692px;
    left: 50%;
  }
}
html body .sousLigne.apparition:after {
  width: 0;
  transition: width 1.5s ease-out;
  transition-delay: 500ms !important;
}
html body .sousLigne.apparition.active:after {
  width: 100%;
}
@media screen and (min-width: 768px) {
  html body .sousLigne.apparition.active:after {
    width: 692px;
  }
}
html body .sousLigne.sousLignevert:after {
  border-color: #82d19a;
}
html body .sousLigne.sousLigneVert:after {
  border-color: #82d19a;
}
html body .entry-content {
  position: relative;
  background-image: url(./img/fondFooter.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
html body .container.entry-content {
  overflow-x: hidden;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  html body .container.entry-content {
    overflow-x: initial;
  }
}
html body .entry-header {
  background-position: center;
  background-size: cover;
  background-color: #82d19a;
}
@media screen and (min-width: 768px) {
  html body .entry-header {
    min-height: 300px;
  }
}
html body .entry-header.hasBackgroundImage {
  min-height: 531px;
  position: relative;
}
html body .entry-header.hasBackgroundImage:before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
html body .entry-header.hasBackgroundImage .fondTextHeader {
  background-color: rgba(49, 47, 49, 0.2);
}
html body .entry-header .fondTextHeader {
  border-radius: 24px;
  backdrop-filter: blur(10px);
  background-color: #473b6d;
  padding: 30px;
  color: #FFF;
  /*
  margin-top:200px;
  margin-bottom:5px;
  */
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  html body .entry-header .fondTextHeader {
    /*      margin-bottom:40px;
          margin-top:40px;*/
  }
}
html body .entry-header h1 {
  margin-top: 0px;
  max-width: 900px;
  margin-bottom: 25px;
  font-size: 30px;
  line-height: 26px;
}
html body .entry-header h1 .small {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  html body .entry-header h1 {
    line-height: 45px;
    margin-bottom: 30px;
    font-size: 60px;
  }
  html body .entry-header h1 .small {
    font-size: 36px;
  }
}
html body .myshadow {
  box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.1);
}
html body #content {
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  html body #content {
    margin-top: 116px;
  }
}
html body .singleMarginBottom {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  html body .maxiPaddingBottom {
    padding-bottom: 175px;
  }
}
@media screen and (min-width: 768px) {
  html body .noMarginBottom .itemContent {
    margin-bottom: 0 !important;
  }
}
html body .paddingInsideMobile {
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  html body .paddingInsideMobile {
    padding-left: 0px;
    padding-right: 0px;
  }
}
html body strong, html body b {
  font-weight: 900;
}
html body .has-medium-font-size strong {
  color: #82d19a;
}
html body .container.regular {
  max-width: 1062px;
}
@media screen and (min-width: 768px) {
  html body .containerOnDesktop {
    max-width: 1062px;
    padding-left: 12px;
    padding-right: 12px;
    margin: 0 auto;
    width: 100%;
  }
}
html body .imgRond {
  border-radius: 100%;
  padding-top: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
html body .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
html body .plus-before {
  padding-left: 40px;
}
html body .plus-before:after, html body .plus-before:before {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.3s;
  border-radius: 2px;
  background-color: #82d19a;
  top: 50%;
}
html body .plus-before:before {
  height: 2px;
  width: 16px;
  margin-top: -1px;
  left: 0px;
}
html body .plus-before:after {
  width: 2px;
  height: 16px;
  margin-top: -8px;
  left: 7px;
}
html body .wp-block-button__link, html body .btn, html body .nf-form-content input[type=button], html body .nf-form-content input[type=submit] {
  min-height: 36px;
  line-height: 24px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 22px;
  padding-left: 22px;
  font-size: 14px;
  border: 0;
  border-radius: 8px !important;
  position: relative;
  color: #82d19a;
  cursor: pointer;
  font-style: normal !important;
  font-weight: 300;
  transition: all 0.3s;
  box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.1);
}
html body .wp-block-button__link + .btn, html body .btn + .btn, html body .nf-form-content input[type=button] + .btn, html body .nf-form-content input[type=submit] + .btn {
  margin-left: 16px;
}
html body .wp-block-button__link:hover, html body .wp-block-button__link.actif, html body .btn:hover, html body .btn.actif, html body .nf-form-content input[type=button]:hover, html body .nf-form-content input[type=button].actif, html body .nf-form-content input[type=submit]:hover, html body .nf-form-content input[type=submit].actif {
  color: #82d19a;
  text-decoration: none !important;
  box-shadow: 0px 8px 14px rgba(0, 0, 0, 0);
}
html body .wp-block-button__link.fleche-before, html body .btn.fleche-before, html body .nf-form-content input[type=button].fleche-before, html body .nf-form-content input[type=submit].fleche-before {
  padding-left: 50px;
}
html body .wp-block-button__link.fleche-before:hover:after, html body .wp-block-button__link.fleche-before.actif:after, html body .btn.fleche-before:hover:after, html body .btn.fleche-before.actif:after, html body .nf-form-content input[type=button].fleche-before:hover:after, html body .nf-form-content input[type=button].fleche-before.actif:after, html body .nf-form-content input[type=submit].fleche-before:hover:after, html body .nf-form-content input[type=submit].fleche-before.actif:after {
  left: 33px;
}
html body .wp-block-button__link.fleche-before:after, html body .btn.fleche-before:after, html body .nf-form-content input[type=button].fleche-before:after, html body .nf-form-content input[type=submit].fleche-before:after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(./img/flecheBleu.svg);
  height: 10px;
  width: 12px;
  top: 50%;
  margin-top: -5px;
  left: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
}
html body .wp-block-button__link.plus-before, html body .btn.plus-before, html body .nf-form-content input[type=button].plus-before, html body .nf-form-content input[type=submit].plus-before {
  padding-left: 80px;
}
html body .wp-block-button__link.plus-before:hover:after, html body .wp-block-button__link.plus-before:hover:before, html body .btn.plus-before:hover:after, html body .btn.plus-before:hover:before, html body .nf-form-content input[type=button].plus-before:hover:after, html body .nf-form-content input[type=button].plus-before:hover:before, html body .nf-form-content input[type=submit].plus-before:hover:after, html body .nf-form-content input[type=submit].plus-before:hover:before {
  background-color: #FFF;
}
html body .wp-block-button__link.plus-before:before, html body .btn.plus-before:before, html body .nf-form-content input[type=button].plus-before:before, html body .nf-form-content input[type=submit].plus-before:before {
  left: 30px;
}
html body .wp-block-button__link.plus-before:after, html body .btn.plus-before:after, html body .nf-form-content input[type=button].plus-before:after, html body .nf-form-content input[type=submit].plus-before:after {
  left: 37px;
}
html body .wp-block-button__link.fleche-after, html body .btn.fleche-after, html body .nf-form-content input[type=button].fleche-after, html body .nf-form-content input[type=submit].fleche-after {
  padding-right: 50px;
}
html body .wp-block-button__link.fleche-after:hover:after, html body .wp-block-button__link.fleche-after.actif:after, html body .btn.fleche-after:hover:after, html body .btn.fleche-after.actif:after, html body .nf-form-content input[type=button].fleche-after:hover:after, html body .nf-form-content input[type=button].fleche-after.actif:after, html body .nf-form-content input[type=submit].fleche-after:hover:after, html body .nf-form-content input[type=submit].fleche-after.actif:after {
  right: 27px;
}
html body .wp-block-button__link.fleche-after:after, html body .btn.fleche-after:after, html body .nf-form-content input[type=button].fleche-after:after, html body .nf-form-content input[type=submit].fleche-after:after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(./img/flecheBleu.svg);
  height: 10px;
  width: 12px;
  top: 50%;
  margin-top: -5px;
  right: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
}
html body .wp-block-button__link.btn-primary:after, html body .wp-block-button__link.btn-secondary:after, html body .btn.btn-primary:after, html body .btn.btn-secondary:after, html body .nf-form-content input[type=button].btn-primary:after, html body .nf-form-content input[type=button].btn-secondary:after, html body .nf-form-content input[type=submit].btn-primary:after, html body .nf-form-content input[type=submit].btn-secondary:after {
  height: 8px;
  width: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(./img/arrow_right.svg);
  display: inline-block;
  margin-left: 20px;
  margin-right: 10px;
  content: "";
}
html body .wp-block-button__link.btn-primary, html body .wp-block-button__link.nf-element, html body .wp-block-button__link.wp-block-button__link, html body .btn.btn-primary, html body .btn.nf-element, html body .btn.wp-block-button__link, html body .nf-form-content input[type=button].btn-primary, html body .nf-form-content input[type=button].nf-element, html body .nf-form-content input[type=button].wp-block-button__link, html body .nf-form-content input[type=submit].btn-primary, html body .nf-form-content input[type=submit].nf-element, html body .nf-form-content input[type=submit].wp-block-button__link {
  background-color: #473b6d !important;
  color: #FFF !important;
}
html body .wp-block-button__link.btn-primary a, html body .wp-block-button__link.nf-element a, html body .wp-block-button__link.wp-block-button__link a, html body .btn.btn-primary a, html body .btn.nf-element a, html body .btn.wp-block-button__link a, html body .nf-form-content input[type=button].btn-primary a, html body .nf-form-content input[type=button].nf-element a, html body .nf-form-content input[type=button].wp-block-button__link a, html body .nf-form-content input[type=submit].btn-primary a, html body .nf-form-content input[type=submit].nf-element a, html body .nf-form-content input[type=submit].wp-block-button__link a {
  color: #FFF !important;
}
html body .wp-block-button__link.btn-primary:hover, html body .wp-block-button__link.btn-primary.actif, html body .wp-block-button__link.nf-element:hover, html body .wp-block-button__link.nf-element.actif, html body .wp-block-button__link.wp-block-button__link:hover, html body .wp-block-button__link.wp-block-button__link.actif, html body .btn.btn-primary:hover, html body .btn.btn-primary.actif, html body .btn.nf-element:hover, html body .btn.nf-element.actif, html body .btn.wp-block-button__link:hover, html body .btn.wp-block-button__link.actif, html body .nf-form-content input[type=button].btn-primary:hover, html body .nf-form-content input[type=button].btn-primary.actif, html body .nf-form-content input[type=button].nf-element:hover, html body .nf-form-content input[type=button].nf-element.actif, html body .nf-form-content input[type=button].wp-block-button__link:hover, html body .nf-form-content input[type=button].wp-block-button__link.actif, html body .nf-form-content input[type=submit].btn-primary:hover, html body .nf-form-content input[type=submit].btn-primary.actif, html body .nf-form-content input[type=submit].nf-element:hover, html body .nf-form-content input[type=submit].nf-element.actif, html body .nf-form-content input[type=submit].wp-block-button__link:hover, html body .nf-form-content input[type=submit].wp-block-button__link.actif {
  background-color: #554a78 !important;
  color: #FFF !important;
}
html body .wp-block-button__link.btn-secondary, html body .btn.btn-secondary, html body .nf-form-content input[type=button].btn-secondary, html body .nf-form-content input[type=submit].btn-secondary {
  background-color: #82d19a;
  color: #FFF;
}
html body .wp-block-button__link.btn-secondary:hover, html body .wp-block-button__link.btn-secondary.actif, html body .btn.btn-secondary:hover, html body .btn.btn-secondary.actif, html body .nf-form-content input[type=button].btn-secondary:hover, html body .nf-form-content input[type=button].btn-secondary.actif, html body .nf-form-content input[type=submit].btn-secondary:hover, html body .nf-form-content input[type=submit].btn-secondary.actif {
  background-color: #92d1a5;
  color: #FFF;
}
html body .categoryLabel {
  color: #473b6d;
  background-color: #82d19a;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  margin-right: 8px;
  transition: all 0.3s ease-in-out;
}
html body .categoryLabel:hover {
  background-color: #82d19a;
  color: #82d19a;
}
html body a.aAvecFleche:hover {
  text-decoration: none;
}
html body a.aAvecFleche:hover:before, html body a.aAvecFleche:hover:after {
  right: -6px;
}
html body a.aAvecFleche, html body div.aAvecFleche {
  position: relative;
  padding-right: 30px;
  line-height: 36px;
  color: #82d19a;
  text-decoration: none;
  display: inline-block;
  height: 36px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
html body a.aAvecFleche.aAvecFlecheAlt, html body div.aAvecFleche.aAvecFlecheAlt {
  padding-right: 36px;
}
html body a.aAvecFleche.aAvecFlecheAlt:before, html body div.aAvecFleche.aAvecFlecheAlt:before {
  background-color: transparent;
}
html body a.aAvecFleche:before, html body a.aAvecFleche:after, html body div.aAvecFleche:before, html body div.aAvecFleche:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  height: 36px;
  width: 20px;
  line-height: 36px;
  border-radius: 36px;
  transition: right 0.3s ease-in-out;
}
html body a.aAvecFleche:after, html body div.aAvecFleche:after {
  color: #82d19a;
  content: "";
  background-image: url(./img/flecheVoirSite.svg);
  background-size: 20px auto;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
html body .bloc.headerRegular {
  margin-bottom: 0px;
  margin-top: 110px;
}
@media screen and (min-width: 768px) {
  html body .bloc.headerRegular {
    margin-top: 170px;
    margin-bottom: 120px;
  }
}
html body .bloc.headerRegular .container {
  max-width: 1062px;
}
html body .languageContainer {
  display: block;
}
html body .languageContainer .btn {
  border-radius: 16px !important;
  padding-top: 13px;
  padding-bottom: 13px;
}
@media screen and (min-width: 768px) {
  html body .languageContainer .btn {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (min-width: 1200px) {
  html body .languageContainer .btn {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media screen and (max-width: 992px) {
  html body .languageContainer .btn {
    display: block;
    width: 100%;
  }
  html body .languageContainer .btn + .btn {
    margin-left: 0;
    margin-top: 16px;
  }
}
@media screen and (min-width: 992px) {
  html body .languageContainer {
    display: inline;
  }
}
html body .btnMenu {
  border: 0;
  background: transparent;
  width: 50px;
  font-size: 40px;
  color: #473b6d;
}
html body .btnMenu:focus {
  outline: none;
  box-shadow: none;
  border: 0;
}
html body header .logo {
  display: inline-block;
  width: 157px;
  height: 84px;
  background-size: contain;
  background-position: no-repeat;
  background-image: url("./img/logo.png");
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  html body header .logo {
    width: 157px;
    height: 119px;
  }
}
html body .dropdown-item {
  font-weight: 300;
}
html body .dropdown-item:hover, html body .dropdown-item.active {
  background-color: transparent;
  color: #312f31;
}
html body #nav-main {
  transition: all 0.3s;
  height: 100px;
  position: fixed;
  width: 100%;
  top: 0;
  line-height: 35px;
  text-align: center;
  padding: 0;
  background-color: rgba(255, 255, 255, 0);
}
@media screen and (max-width: 992px) {
  html body #nav-main .dropdown .dropdown-menu {
    display: block;
  }
}
html body #nav-main .container {
  max-width: 1407px;
}
html body #nav-main.navbarVisible {
  background-color: white;
}
@media screen and (min-width: 992px) {
  html body #nav-main {
    text-align: left;
    height: 116px;
  }
  html body #nav-main .dropdown:hover .dropdown-menu {
    display: block;
  }
}
html body #nav-main .offcanvas {
  background-color: #FFF;
}
html body #nav-main .dropdown-menu {
  border: 0;
  border-radius: 0;
  padding: 0px 30px 20px;
  background-color: transparent;
  margin-top: 0 !important;
}
@media screen and (min-width: 992px) {
  html body #nav-main .dropdown-menu {
    padding: 20px 30px;
    background-color: #473b6d;
  }
}
html body #nav-main .dropdown-menu .dropdown-item {
  position: relative;
  padding: 0;
  display: inline-block;
  width: initial;
}
@media screen and (min-width: 992px) {
  html body #nav-main .dropdown-menu .dropdown-item {
    color: #FFF;
  }
}
html body #nav-main .dropdown-menu .dropdown-item:hover, html body #nav-main .dropdown-menu .dropdown-item.active {
  background-color: transparent;
}
html body #nav-main .dropdown-menu .dropdown-item:hover:after, html body #nav-main .dropdown-menu .dropdown-item.active:after {
  width: 100%;
}
html body #nav-main .dropdown-menu .dropdown-item:after {
  transition: all 0.3s;
  width: 0px;
  border-bottom: 1px solid #82d19a;
  content: "";
  display: block;
  bottom: 0;
  position: absolute;
  left: 0;
}
html body #nav-main .nav-link {
  color: #312f31;
  position: relative;
  font-weight: 300;
  padding: 0;
  margin-left: 12px;
  margin-right: 12px;
  font-size: 16px;
  display: inline-block;
  line-height: 52px;
}
html body #nav-main .nav-link .title {
  position: relative;
}
html body #nav-main .nav-link:before {
  transition: all 0.3s;
  content: "";
  display: block;
  background-color: #82d19a;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 4px;
}
html body #nav-main .nav-link.active:before, html body #nav-main .nav-link:hover:before {
  width: 100%;
}
html body footer {
  font-size: 16px;
  line-height: 22px;
  padding-top: 40px;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  html body footer {
    padding-top: 96px;
  }
}
html body footer .tiretDesktop:before {
  background-color: rgba(255, 255, 255, 0.4);
}
html body footer .bootscore-footer-columns .container {
  max-width: 1056px;
}
html body footer .bootscore-footer-columns .container .menu-item {
  text-align: center;
}
@media screen and (min-width: 768px) {
  html body footer .bootscore-footer-columns .container .menu-item {
    text-align: left;
  }
}
html body footer .bootscore-footer-info .container {
  max-width: 1232px;
}
html body footer .cadreClair {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  line-height: 24px;
  padding: 25px;
  margin-top: 23px;
  margin-bottom: 23px;
}
html body footer .cadreClair .item {
  height: 24px;
  line-height: 24px;
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  position: relative;
  padding-left: 30px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  margin-bottom: 12px;
}
html body footer .cadreClair .item:last-child {
  margin-bottom: 0;
}
html body footer .logoSocial {
  height: 40px;
  width: 40px;
  background-color: #82d19a;
  color: #312f31;
  line-height: 44px;
  text-align: center;
  border-radius: 40px;
  margin-top: 30px;
  display: inline-block;
  transition: all 0.3s;
}
html body footer .logoSocial:hover {
  background-color: #92d1a5;
}
html body footer .logoSocial i {
  color: #312f31;
  font-size: 20px;
}
html body footer .logoSocial + .logoSocial {
  margin-left: 9px;
}
html body footer .bootscore-footer-info {
  background-color: #392f58;
  color: #FFF;
  line-height: 36px;
  font-size: 16px;
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  html body footer .bootscore-footer-info {
    margin-top: 98px;
  }
}
html body footer .bootscore-footer-info .navbar-nav {
  flex-direction: row;
}
html body footer .bootscore-footer-info .navbar-nav .nav-link {
  padding: 0;
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  html body footer .bootscore-footer-info .navbar-nav .nav-link {
    margin-left: 30px;
    margin-right: 0;
  }
}
html body footer .dropdown-item, html body footer .nav-link {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
}
html body footer .dropdown-item.active, html body footer .nav-link.active {
  color: #FFF;
}
html body footer .onlySub .navbar-nav > li > .nav-link {
  display: none;
}
html body footer .noSub .dropdown-toggle, html body footer .noSub .dropdown-menu {
  display: none;
}
html body footer .cadreBorder {
  border: 1px solid #473b6d;
  padding: 30px;
}
html body footer .dropdown-menu {
  display: block;
  background: transparent;
  border: 0;
  padding: 0;
}
html body footer .dropdown-menu a {
  color: #FFF;
  position: relative;
}
html body footer .dropdown-menu a:hover {
  background: transparent;
  color: #FFF;
}
html body .container-page-simple {
  padding-top: 30px;
  padding-bottom: 25px;
}
html body .bloc {
  padding-top: 40px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  html body .bloc {
    padding-top: 50px;
  }
}
html body .owl-carousel.owl-carousel-partenaire {
  padding-left: 50px;
  padding-right: 50px;
}
html body .owl-carousel .owl-dots {
  text-align: right;
  position: relative;
  top: -33px;
}
html body .owl-carousel .owl-dots .owl-dot {
  background-color: #82d19a;
  border: 2px solid #82d19a;
  height: 11px;
  width: 11px;
  border-radius: 11px;
  display: inline-block;
  margin-left: 11px;
}
html body .owl-carousel .owl-dots .owl-dot.active {
  background-color: #FFF;
}
html body .owl-carousel .owl-nav button.owl-prev, html body .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 52px;
  margin-top: -26px;
  border-radius: 34px;
  display: inline-block;
  transition-property: all;
  transition-duration: 0.3s;
  background-image: url(./img/arrow.svg);
  /*
  &:after{
    content:'';
    display:block;
    width:12px;
    height:12px;
    border-bottom:2px solid $vert;
    border-left:2px solid $vert;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-6px;
    transition-property: all;
    transition-duration: 0.3s;
  }
  
  &:hover{
    background-color:$vert;
    
    &:after{
      border-color:#FFF;
    }
  }
  */
}
html body .owl-carousel .owl-nav button.owl-prev span, html body .owl-carousel .owl-nav button.owl-next span {
  display: none;
}
html body .owl-carousel .owl-nav button.owl-prev.owl-prev, html body .owl-carousel .owl-nav button.owl-next.owl-prev {
  left: 0;
  transform: rotate(180deg);
}
html body .owl-carousel .owl-nav button.owl-prev.owl-next, html body .owl-carousel .owl-nav button.owl-next.owl-next {
  right: 0;
}
html body .bloc.textFondCouleur {
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  html body .bloc.textFondCouleur {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  html body .bloc.textFondCouleur {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
html body .bloc.textFondCouleur .container {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  html body .bloc.textFondCouleur .container {
    padding-left: 70px;
    padding-right: 70px;
  }
}
html body .bloc.textFondCouleur .container .btnContainer {
  margin-top: 25px;
}
html body .bloc.profilAssure {
  max-width: 1232px;
}
html body .bloc.profilAssure .image {
  background-size: cover;
  width: 100%;
  padding-top: 54%;
  margin-bottom: 65px;
}
@media screen and (min-width: 768px) {
  html body .bloc.profilAssure .image {
    height: 100%;
    padding-top: 0;
    margin-bottom: 0px;
  }
}
html body .bloc.profilAssure .item {
  padding-top: 25px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(49, 47, 49, 0.2);
}
html body .bloc.profilAssure .item:last-child {
  padding-bottom: 0px;
}
html body .bloc.profilAssure .item h3 {
  color: #82d19a;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
}
html body .bloc.cta {
  padding-top: 10px;
  padding-bottom: 50px;
}
html body .bloc.cta .btn {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 10px;
  margin-top: 10px;
}
html body .bloc.accordeon {
  padding-bottom: 0px;
}
html body .bloc.accordeon h2 {
  margin-bottom: 30px;
}
html body .bloc.accordeon .accordion {
  border: 0;
  position: relative;
  margin-top: 0;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  html body .bloc.accordeon .accordion {
    padding-bottom: 16px;
  }
}
html body .bloc.accordeon .accordion .accordion-item {
  background-color: #FFF;
  border: 0;
  position: relative;
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.15);
  border-radius: 24px;
  margin-bottom: 10px;
}
html body .bloc.accordeon .accordion .accordion-item .texte {
  max-width: 406px;
}
html body .bloc.accordeon .accordion .accordion-item .accordion-body {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
  color: #000;
  padding-top: 0;
  font-size: 16px;
  position: relative;
}
@media screen and (min-width: 768px) {
  html body .bloc.accordeon .accordion .accordion-item .accordion-body {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }
  html body .bloc.accordeon .accordion .accordion-item .accordion-body:before {
    display: none;
  }
}
html body .bloc.accordeon .accordion .accordion-item .accordion-button {
  background: none;
  color: #473b6d;
  font-weight: bold;
  box-shadow: none !important;
  padding-left: 15px;
  padding-right: 24px;
  padding-top: 25px;
  padding-bottom: 25px;
  line-height: 27px;
  height: 40px;
  margin-bottom: 0;
  font-size: 20px;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  html body .bloc.accordeon .accordion .accordion-item .accordion-button {
    height: 62px;
  }
}
html body .bloc.accordeon .accordion .accordion-item .accordion-button:after {
  right: 13px;
  transition: all 0.3s;
  transform: rotate(-90deg);
}
html body .bloc.accordeon .accordion .accordion-item .accordion-button.collapsed {
  padding-left: 24px;
  color: #473b6d;
}
html body .bloc.accordeon .accordion .accordion-item .accordion-button.collapsed:after {
  right: 24px;
  transform: rotate(0deg);
}
html body .bloc.partenaire {
  padding-top: 60px;
  padding-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  html body .bloc.partenaire {
    padding-bottom: 120px;
  }
}
html body .bloc.partenaire .container {
  max-width: 1217px;
  padding-left: 50px;
  padding-right: 50px;
}
html body .bloc.partenaire .btn {
  margin-top: 15px;
}
html body .bloc.partenaire h2 {
  color: #473b6d;
  padding-bottom: 0px;
  margin-bottom: 20px;
}
html body .bloc.partenaire .imageGlobalContainer {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-top: 20px;
  max-width: 200px;
  margin: 0 auto;
}
html body .bloc.partenaire .imageGlobalContainer .imageContainer {
  padding-top: 100%;
  border-radius: 170px;
  background-color: #FFF;
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 25px;
  margin-top: 25px;
  box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.25);
  transition: all 0.6s;
}
html body .bloc.partenaire .imageGlobalContainer .imageContainer:hover {
  box-shadow: 0px 14px 44px -20px rgba(0, 0, 0, 0);
}
html body .bloc.partenaire .imageGlobalContainer .imageContainer .image {
  position: absolute;
  top: 20%;
  height: 60%;
  left: 20%;
  width: 60%;
}
html body .bloc.deuxblocs {
  color: #312f31;
  position: relative;
  padding-bottom: 0px;
}
@media screen and (min-width: 768px) {
  html body .bloc.deuxblocs {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  html body .bloc.deuxblocs .col-6:nth-child(2n) {
    padding-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  html body .bloc.deuxblocs .col-6:nth-child(2n+1) {
    padding-right: 5px;
  }
}
html body .bloc.deuxblocs .container {
  max-width: 820px;
}
html body .bloc.deuxblocs .item {
  color: #FFF;
  text-decoration: none;
}
html body .bloc.deuxblocs .blocContent {
  border-radius: 24px;
  background-color: #FFF;
  position: relative;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  transition-property: all;
  transition-duration: 0.5s;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  html body .bloc.deuxblocs .blocContent:hover {
    box-shadow: 0 8px 14px rgba(0, 0, 0, 0.15);
  }
}
html body .bloc.deuxblocs .blocContent.grandeImage {
  background-size: cover;
  background-position: center;
  position: relative;
  /*        
          &:hover{
            .txtPart{
              display:block;
            }
          }
  */
}
html body .bloc.deuxblocs .blocContent.grandeImage.grandeImageHidden {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
html body .bloc.deuxblocs .blocContent.grandeImage.grandeImageHidden:hover {
  opacity: 1;
}
html body .bloc.deuxblocs .blocContent.grandeImage.grandeImageHidden .image {
  background-color: rgba(0, 0, 0, 0.2);
}
html body .bloc.deuxblocs .blocContent.grandeImage.grandeImageHidden .image:before {
  content: "";
  display: block;
  background: linear-gradient(180deg, rgba(71, 59, 109, 0) 0%, rgba(71, 59, 109, 0) 0%, #473b6d 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
html body .bloc.deuxblocs .blocContent.grandeImage.grandeImageHidden .txtPart:after {
  right: 0px;
  top: -5px;
  margin-top: 0;
}
html body .bloc.deuxblocs .blocContent.grandeImage .image {
  padding-top: 131%;
  background: linear-gradient(180deg, rgba(71, 59, 109, 0) 0%, rgba(71, 59, 109, 0) 30%, #473b6d 100%);
}
@media screen and (min-width: 768px) {
  html body .bloc.deuxblocs .blocContent.grandeImage .image {
    padding-top: 71%;
  }
}
html body .bloc.deuxblocs .blocContent.grandeImage .txtPart {
  position: absolute;
  bottom: 20px;
  left: 10px;
  width: calc(100% - 20px);
}
@media screen and (min-width: 768px) {
  html body .bloc.deuxblocs .blocContent.grandeImage .txtPart {
    bottom: 30px;
    left: 25px;
    width: calc(100% - 50px);
  }
}
html body .bloc.deuxblocs .blocContent.grandeImage .txtPart:after {
  right: 0px;
  top: 50%;
  margin-top: -16px;
}
html body .bloc.deuxblocs .blocContent.grandeImage .txtPart h3 {
  padding: 0px;
  margin: 0;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  width: calc(100% - 40px);
}
html body .bloc.deuxblocs .blocContent.grandeImage .txtPart .texte {
  margin-top: 10px;
}
html body .bloc.quatreblocs {
  padding-top: 25px;
  padding-bottom: 57px;
  max-width: 1232px;
}
@media screen and (min-width: 768px) {
  html body .bloc.quatreblocs {
    padding-top: 50px;
  }
}
html body .bloc.quatreblocs .btn {
  margin-top: 0px;
}
@media screen and (min-width: 768px) {
  html body .bloc.quatreblocs .btn {
    margin-top: 32px;
  }
}
html body .bloc.quatreblocs .owl-carousel {
  position: relative;
}
html body .bloc.quatreblocs .owl-carousel .owl-nav button.owl-prev.owl-prev, html body .bloc.quatreblocs .owl-carousel .owl-nav button.owl-next.owl-prev {
  left: -39px;
}
html body .bloc.quatreblocs .owl-carousel .owl-nav button.owl-prev.owl-next, html body .bloc.quatreblocs .owl-carousel .owl-nav button.owl-next.owl-next {
  right: -39px;
}
html body .bloc.quatreblocs .item {
  padding-top: 50px;
}
html body .bloc.quatreblocs .blocContent {
  border-radius: 24px;
  position: relative;
  padding-left: 30px;
  padding-bottom: 30px;
  padding-top: 30px;
  padding-right: 30px;
}
html body .bloc.quatreblocs .blocContent .btn {
  margin-top: 72px;
}
html body .bloc.quatreblocs .blocContent h3 {
  position: relative;
  margin-bottom: 30px;
}
html body .bloc.quatreblocs .blocContent .image {
  padding-top: 35px;
  background-size: 24px 24px;
  background-position: top left;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  html body .bloc.quatreblocs .blocContent .image {
    padding-top: 80px;
  }
}
html body .bloc.decouvrirAutresProduits {
  max-width: 1232px;
  padding-bottom: 120px;
}
@media screen and (min-width: 768px) {
  html body .bloc.decouvrirAutresProduits {
    padding-bottom: 120px;
  }
}
html body .bloc.decouvrirAutresProduits h2 {
  margin-bottom: 0;
}
html body .bloc.decouvrirAutresProduits a {
  color: #82d19a;
  text-decoration: none;
  font-size: 20px;
  font-weight: 300;
  display: block;
  line-height: 32px;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  html body .bloc.decouvrirAutresProduits a {
    font-size: 30px;
  }
}
html body .bloc.decouvrirAutresProduits a:after {
  right: 0;
  top: 0;
  transition: all 0.3s;
}
html body .bloc.decouvrirAutresProduits a:hover:after {
  right: -5px;
}
html body .bloc.video {
  position: relative;
  padding-bottom: 20px;
}
html body .bloc.video #videoContainer {
  overflow: hidden;
  border-radius: 24px;
}
html body .bloc.video #videoContainer .video {
  padding-top: 66%;
  background: transparent;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  html body .bloc.video #videoContainer .video {
    padding-top: 45%;
  }
}
html body .bloc.video #videoContainer .video iframe, html body .bloc.video #videoContainer .video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
html body .bloc.bounceCategory {
  padding-top: 60px;
  padding-bottom: 18px;
}
html body .bloc.bounceCategory h2 {
  padding-bottom: 50px;
  margin-bottom: 50px;
}
html body .bloc.bounceCategory .btn {
  margin-top: 15px;
}
html body .bloc.textEntete {
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  html body .bloc.textEntete {
    font-size: 24px;
    line-height: 34px;
  }
}
html body .bloc.textEntete .posted-on {
  font-size: 22px;
  color: #82d19a;
  margin-bottom: 10px;
  display: block;
}
html body .bloc.textEntete .nomThematique {
  font-weight: 800;
  font-size: 26px;
  text-transform: uppercase;
}
html body .bloc.textDeuxLignes {
  padding-top: 20px;
}
html body .bloc.textImage {
  padding-bottom: 0;
}
html body .bloc.textImage .cadreImage {
  position: relative;
}
html body .bloc.formulaire {
  padding-top: 0;
  padding-bottom: 110px;
}
html body .bloc.formulaire .h2 {
  color: #312f31;
}
html body .bloc.formulaire .fondForm {
  margin: 0 auto;
  margin-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  padding-bottom: 30px;
  position: relative;
  border-radius: 24px;
  background-color: #FFF;
}
@media screen and (min-width: 768px) {
  html body .bloc.formulaire .fondForm {
    width: 927px;
    padding-top: 90px;
  }
}
html body .bloc.formulaire .fondForm .nf-response-msg {
  text-align: center;
  margin-top: 100px;
  font-size: 18px;
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (min-width: 768px) {
  html body .bloc.formulaire .fondForm .nf-response-msg {
    font-size: 24px;
  }
}
html body .bloc.formulaire .fondForm .nf-multi-cell .nf-cell {
  padding: 0 10px;
}
html body .bloc.formulaire .fondForm .nf-form-cont {
  margin-top: 35px;
}
html body .bloc.formulaire .fondForm .nf-form-content .listselect-wrap .nf-field-element div, html body .bloc.formulaire .fondForm .nf-form-content input.ninja-forms-field, html body .bloc.formulaire .fondForm .nf-form-content select.ninja-forms-field:not([multiple]) {
  height: 45px;
}
html body .bloc.formulaire .fondForm .nf-form-content .listcheckbox-wrap input.ninja-forms-field {
  height: 25px;
}
html body .bloc.formulaire .fondForm .nf-form-content .list-select-wrap .nf-field-element > div, html body .bloc.formulaire .fondForm .nf-form-content input:not([type=button]), html body .bloc.formulaire .fondForm .nf-form-content textarea {
  background-color: #FFF;
  border-color: #82d19a;
}
html body .bloc.formulaire .fondForm .nf-form-content #ninja_forms_required_items, html body .bloc.formulaire .fondForm .nf-form-content .nf-field-container {
  margin-bottom: 20px;
}
html body .bloc.formulaire .fondForm .nf-form-content .nf-field-label {
  margin-bottom: 0 !important;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 10px;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  html body .bloc.formulaire .fondForm .nf-form-content {
    padding-left: 90px;
    padding-right: 90px;
  }
}
html body .bloc.formulaire .fondForm .nf-form-content .checkbox-wrap .nf-field-label {
  text-transform: initial;
}
html body .bloc.formulaire .fondForm .nf-form-content .checkbox-wrap .nf-field-label label::after, html body .bloc.formulaire .fondForm .nf-form-content .checkbox-wrap .nf-field-label label::before {
  margin-top: 0px;
}
html body .bloc.formulaire .fondForm .nf-form-content .checkbox-wrap .nf-field-label label::after {
  border: 2px solid #312f31;
  background-color: #FFF;
  border-radius: 0px;
}
html body .bloc.formulaire .fondForm .nf-form-content .checkbox-wrap .nf-field-label label.nf-checked-label::before {
  color: #82d19a;
}
html body .bloc.formulaire .fondForm .nf-form-content .submit-wrap .nf-field-element {
  text-align: center;
}
@media screen and (min-width: 768px) {
  html body .bloc.formulaire .fondForm .nf-form-content .submit-wrap .nf-field-element {
    text-align: right;
  }
}
html body .bloc.formulaire .fondForm .nf-form-content .submit-wrap .nf-field-element input[type=submit] {
  margin-top: 20px;
  min-width: 252px;
  width: auto !important;
  font-size: 16px;
  color: #fff !important;
  padding-left: 20px;
  padding-right: 20px;
  border: 0;
  text-transform: uppercase;
  border-radius: 16px !important;
}
@media screen and (min-width: 768px) {
  html body .bloc.formulaire .fondForm .nf-form-content .submit-wrap .nf-field-element input[type=submit] {
    margin-top: 0px;
  }
}
html body .bloc.formulaire .fondForm .nf-form-content .submit-wrap .nf-field-element input[type=submit]:hover {
  background-color: #554a78;
  color: #fff !important;
}
html body.home .entry-content {
  padding-top: 0px;
}
@media screen and (min-width: 768px) {
  html body.home .entry-content {
    margin-top: calc(100vh - 116px);
    padding-top: 100px;
  }
}
html body.home .entry-content {
  background-position: bottom center;
}
html body.home .entry-content:before {
  content: "";
  display: block;
  background-image: url(./img/fondHeader2.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
}
html body.home .entry-header {
  padding-bottom: 150px;
  background-color: #f4f9f6;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  html body.home .entry-header {
    padding-top: 0px;
    background-image: url(./img/fondHeader.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
  }
}
html body.home .entry-header .container {
  max-width: 1356px;
}
html body.home .entry-header .imageEnteteContainer {
  position: relative;
  margin-top: 45px;
}
@media screen and (min-width: 768px) {
  html body.home .entry-header .imageEnteteContainer {
    margin-top: 0px;
  }
}
html body.home .entry-header .imageEnteteContainer:after {
  height: 74px;
  width: 261px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/formImageEntete.svg);
  position: absolute;
  left: 50%;
  margin-left: -130px;
  bottom: -50px;
  content: "";
  display: block;
  opacity: 0;
  transition-delay: 1000ms !important;
  transition: all 2s;
}
@media screen and (min-width: 768px) {
  html body.home .entry-header .imageEnteteContainer:after {
    height: 128px;
    width: 449px;
    margin-left: -224px;
  }
}
html body.home .entry-header .imageEnteteContainer.active:after {
  bottom: -50px;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  html body.home .entry-header .imageEnteteContainer.active:after {
    bottom: -80px;
  }
}
html body.home .entry-header .videoModalLink {
  position: absolute;
  height: 94px;
  width: 94px;
  background-color: #473b6d;
  border-radius: 94px;
  margin-top: -96px;
  left: 50%;
  margin-left: -47px;
  bottom: -115px;
}
@media screen and (min-width: 768px) {
  html body.home .entry-header .videoModalLink {
    bottom: 50%;
    transition-delay: 1000ms !important;
  }
}
html body.home .entry-header .videoModalLink:hover {
  background-color: #554a78;
}
html body.home .entry-header .videoModalLink:hover:after {
  border-left: 24px solid #92d1a5;
}
html body.home .entry-header .videoModalLink:hover:before {
  transform: rotate(90deg);
}
html body.home .entry-header .videoModalLink:before {
  transition: all 0.3s;
  background-image: url("./img/lireVideo.png");
  height: 142px;
  width: 142px;
  top: 50%;
  margin-top: -71px;
  left: 50%;
  margin-left: -71px;
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
html body.home .entry-header .videoModalLink:after {
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  left: 50%;
  margin-left: -8px;
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 24px solid #82d19a;
}
html body.home .entry-header .sousTitre {
  color: #473b6d;
  font-size: 16px;
  max-width: 380px;
}
html body.home .entry-header h1 {
  font-size: 40px;
  line-height: 42px;
}
html body.home .entry-header h1 i, html body.home .entry-header h1 em {
  font-style: normal;
  color: #82d19a;
}
@media screen and (min-width: 768px) {
  html body.home .entry-header h1 {
    line-height: 58px;
    font-size: 55px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 100px;
    padding-right: 15%;
  }
}
@media screen and (min-width: 1200px) {
  html body.home .entry-header h1 {
    line-height: 70px;
    font-size: 66px;
    font-weight: 400;
  }
}
html body.home .entry-header .containerText {
  position: relative;
}
@media screen and (min-width: 1200px) {
  html body.home .entry-header .containerText .tiretDesktop {
    margin-left: 60px;
  }
}
@media screen and (min-width: 992px) {
  html body .order-lg-6 {
    order: 6 !important;
  }
  html body .order-lg-7 {
    order: 7 !important;
  }
  html body .order-lg-8 {
    order: 8 !important;
  }
  html body .order-lg-9 {
    order: 9 !important;
  }
  html body .order-lg-10 {
    order: 10 !important;
  }
  html body .order-lg-11 {
    order: 11 !important;
  }
  html body .col-lg-2-5 {
    width: 22.8333333333% !important;
  }
  html body .col-lg-5-5 {
    width: 43.8333333333% !important;
  }
}
html body .nf-form-fields-required {
  display: none;
}
html body .nf-error .nf-error-msg, html body .nf-error-field-errors {
  background-color: #e80000;
  color: #FFF;
  display: inline-block;
  padding: 2px 4px;
  font-size: 12px;
}
html body .nf-form-content label {
  font-size: 14px;
  font-weight: 400;
}
html body .videoWrapper {
  position: relative;
  padding-bottom: 71.6%;
  height: 0;
}
@media screen and (min-width: 768px) {
  html body .videoWrapper {
    padding-bottom: 56.3%;
  }
}
html body .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
html body .btn-close {
  background: transparent;
  position: relative;
  opacity: 1 !important;
  top: 30px;
  right: 10px;
  z-index: 10;
  width: 24px;
  height: 24px;
}
html body .btn-close:hover:before {
  transform: rotate(315deg);
}
html body .btn-close:hover:after {
  transform: rotate(45deg);
}
html body .btn-close:before, html body .btn-close:after {
  background-color: #82d19a;
  border-radius: 2px;
  display: block;
  height: 22px;
  width: 4px;
  content: "";
  position: absolute;
  top: 5px;
  left: 15px;
}
html body .btn-close:before {
  transition: all 500ms ease-in-out;
  transform: rotate(45deg);
}
html body .btn-close:after {
  transition: all 200ms linear;
  transition-delay: 150ms;
  transform: rotate(-45deg);
}
html body .modal .btn-close {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  html body .modal .btn-close {
    right: -42px;
  }
}
html body .modal .modal-content {
  border: 0;
}
html body .modal .modal-content .container {
  max-width: 810px;
}
html body .modal .modal-content .modal-header {
  padding-top: 60px;
  border: 0;
}
@media screen and (min-width: 768px) {
  html body .modal .modal-content .modal-header {
    padding-top: 40px;
  }
}
html body .modal .modal-content .modal-body {
  font-size: 14px;
  padding-left: 0;
  padding-right: 0;
}
html body .modal .modal-content .modal-body .btn {
  width: 238px;
}

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