@font-face {
  font-family: "lie-to-me";
  src: url(../fonts/Lie-to-Me.ttf);
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInleft {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
[data-animation] {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-fill-mode: both;
  animation-duration: 1s;
}
.animations-disabled,
.animations-disabled [data-animation] {
  animation: none !important;
  opacity: 1 !important;
}
.slideInUp {
  animation-name: slideInUp;
}
.slideInDown {
  animation-name: slideInDown;
}
.slideInLeft {
  animation-name: slideInleft;
}
.slideInRight {
  animation-name: slideInRight;
}
.fadeIn {
  animation-name: fadeIn;
}
.fadeOut {
  animation-name: fadeIn;
  animation-direction: reverse;
}
a:visited {
  color: #002575;
}
input[type=checkbox] {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
input[type=checkbox] ~ label {
  position: relative;
  cursor: pointer;
  padding-left: 28px !important;
}
input[type=checkbox] ~ label::before {
  position: absolute;
  left: 0;
  top: -2px;
  content: '';
  padding-left: 28px !important;
  height: 21px;
  display: inline-block;
  line-height: 21px !important;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 21px;
  vertical-align: middle;
  cursor: pointer;
  background-image: url(../images/checkbox.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input[type=checkbox]:checked ~ label::before {
  background-position: 0 -22px;
}
input[type=radio] {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
input[type=radio] ~ label {
  position: relative;
  padding-left: 28px !important;
}
input[type=radio] ~ label::before {
  position: absolute;
  left: 0;
  top: -2px;
  content: '';
  padding-left: 28px !important;
  height: 21px;
  display: inline-block;
  line-height: 21px !important;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 21px;
  vertical-align: middle;
  cursor: pointer;
  background-image: url(../images/checkradio.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input[type=radio]:checked ~ label::before {
  background-position: 0 -22px;
}
.page-template-default #content,
.search-results #content {
  background-color: white;
}
body {
  font-family: "BariolRegular";
}
header#masthead {
  position: relative;
  background-color: #CFEEF0;
  /*
    .bg-left-bloc,
    .bg-right-bloc {
        position: absolute;
        width: 50%;
        top: 0;
        height: 100%;
        background-image: url(../images/bg-header.jpg);
        background-size: contain;
        z-index: -9999;

    }
*/
  /*
    .bg-left-bloc {
        left: 0;
        background-position: -80px center;
    }
*/
  /*
    .bg-right-bloc {
        right: 0;
        background-position: -40px center;
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;

    }
*/
}
header#masthead .wrapper-menu {
  max-width: 1400px;
  width: 100%;
  margin: auto;
  display: flex;
  padding: 20px 60px;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1219px) {
  header#masthead .wrapper-menu {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 440px) {
  header#masthead .wrapper-menu {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 550px) {
  header#masthead .wrapper-menu .part-head {
    width: inherit;
  }
}
header#masthead .wrapper-menu .part-head.one {
  text-align: left;
}
header#masthead .wrapper-menu .part-head.two {
  text-align: center;
  flex: 1;
  max-width: 215px;
}
@media only screen and (max-width: 440px) {
  header#masthead .wrapper-menu .part-head.two {
    text-align: left;
  }
}
header#masthead .wrapper-menu .part-head.two img {
  max-width: 215px;
  width: 100%;
}
@media only screen and (max-width: 370px) {
  header#masthead .wrapper-menu .part-head.two img {
    max-width: 160px;
  }
}
header#masthead .wrapper-menu .part-head.three {
  text-align: right;
}
@media only screen and (max-width: 1219px) {
  header#masthead .wrapper-menu .part-head.three {
    width: 100%;
  }
}
header#masthead .main-navigation {
  max-width: 800px;
}
header#masthead .main-navigation #Menu-principal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
header#masthead .main-navigation #Menu-principal li {
  padding: 5px 10px;
  border-radius: 35px;
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
}
header#masthead .main-navigation #Menu-principal li a {
  text-decoration: none;
  color: #002575;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 100%;
  margin-top: 2px;
}
header#masthead .main-navigation #Menu-principal li:not(.current_page_item):hover {
  background-color: #003B86;
}
header#masthead .main-navigation #Menu-principal li:not(.current_page_item):hover a {
  color: white;
  font-weight: normal;
}
header#masthead .main-navigation #Menu-principal li.menu-item-58 {
  display: none;
}
header#masthead .main-navigation #Menu-principal li#menu-item-51 {
  background-color: transparent !important;
}
@media only screen and (max-width: 1219px) {
  header#masthead .main-navigation #Menu-principal li#menu-item-51 {
    display: none;
  }
}
header#masthead .main-navigation #Menu-principal li#menu-item-51 a {
  min-width: 16px;
  position: relative;
  text-indent: -999px;
}
header#masthead .main-navigation #Menu-principal li#menu-item-51 a::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: '';
  display: inline-block;
  height: 16px;
  width: 16px;
  background-image: url(../images/home.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
header#masthead .main-navigation #Menu-principal .current_page_item {
  background-color: #003B86;
  border-radius: 35px;
  padding: 5px 10px;
}
header#masthead .main-navigation #Menu-principal .current_page_item a {
  color: white;
  font-weight: normal;
}
.rs-search {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 1219px) {
  .rs-search {
    flex-wrap: wrap;
    flex-basis: 100%;
    justify-content: center;
  }
  .rs-search:not(.opened-menu) {
    display: none;
  }
}
.rs-search span {
  margin: 0px;
  border-radius: 35px;
  width: 37px;
  height: 37px;
  line-height: 37px;
  display: inline-block;
  text-align: center;
  color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
  text-indent: -9999px;
  font-size: 2px;
  cursor: pointer;
}
.rs-search .social-wrapper {
  transform: translateY(-2px);
  display: flex;
}
@media only screen and (max-width: 1219px) {
  .rs-search .social-wrapper {
    margin-top: 1em;
    flex-basis: 100%;
    justify-content: center;
  }
}
.rs-search a {
  text-decoration: none;
}
@media only screen and (max-width: 1380px) {
  .rs-search a {
    display: none;
  }
}
@media only screen and (max-width: 1219px) {
  .rs-search a {
    display: inline-block;
  }
}
.rs-search a .facebook {
  background-image: url(../images/facebook.svg);
}
.rs-search a .instagram {
  background-image: url(../images/insta.svg);
}
.rs-search a .youtube {
  background-image: url(../images/youtube.svg);
}
.rs-search .search-icon {
  background-image: url(../images/loupe.svg);
  background-size: 66%;
}
.rs-search .hide-search {
  display: none;
}
.rs-search #searchform {
  display: inline-block;
  width: 0;
  transition: 0.5s all ease;
  overflow: hidden;
  vertical-align: middle;
}
.rs-search #searchform .input-group {
  width: 190px;
  position: relative;
}
.rs-search #searchform .input-group input {
  border-radius: 35px;
  border: 2px solid #f5f2ef;
  padding-left: 15px;
  outline: none;
  font-style: italic;
  width: 165px;
}
.rs-search #searchform .input-group button {
  position: absolute;
  right: 2px;
  top: 0;
  height: 30px;
  bottom: 0;
  margin: auto;
  width: 30px;
  border: none;
  border-radius: 50%;
  padding: 0;
  border-color: #f5f2ef;
}
.rs-search #searchform.search-open {
  width: 190px;
}
footer .logo {
  margin-top: 15px;
}
footer .wrapper-footer {
  background-color: #f5f2ef;
  position: relative;
}
footer .wrapper-footer:before,
footer .wrapper-footer:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 100px;
  background-image: url(../images/motif-footer.png);
  background-repeat: no-repeat;
}
footer .wrapper-footer:before {
  left: 0;
  -moz-transform: scaleX(-1);
  /* Gecko */
  -o-transform: scaleX(-1);
  /* Opera */
  -webkit-transform: scaleX(-1);
  /* Webkit */
  transform: scaleX(-1);
  /* Standard */
  filter: FlipH;
}
footer .wrapper-footer:after {
  right: 0;
  background-position: right top;
}
footer .bottom-footer {
  background-color: #CFEEF0;
  position: relative;
  z-index: 9;
  padding-bottom: 60px;
}
footer .bottom-footer .content-bottom {
  max-width: 1280px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1330px) {
  footer .bottom-footer .content-bottom {
    max-width: 88%;
  }
}
@media only screen and (max-width: 1060px) {
  footer .bottom-footer .content-bottom {
    flex-direction: column;
    padding: 30px 0;
  }
}
footer .bottom-footer .content-bottom .menu-footer-legales-container,
footer .bottom-footer .content-bottom .menu-footer-jeu-container {
  display: inline-block;
  flex: 1;
  margin-left: 50px;
  margin-right: 24px;
}
footer .bottom-footer .content-bottom .menu-footer-legales-container #footer-legales,
footer .bottom-footer .content-bottom .menu-footer-jeu-container #footer-legales,
footer .bottom-footer .content-bottom .menu-footer-legales-container #footer-jeu,
footer .bottom-footer .content-bottom .menu-footer-jeu-container #footer-jeu {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding-left: 0;
  padding-top: 10px;
}
@media only screen and (max-width: 1330px) {
  footer .bottom-footer .content-bottom .menu-footer-legales-container #footer-legales,
  footer .bottom-footer .content-bottom .menu-footer-jeu-container #footer-legales,
  footer .bottom-footer .content-bottom .menu-footer-legales-container #footer-jeu,
  footer .bottom-footer .content-bottom .menu-footer-jeu-container #footer-jeu {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 1060px) {
  footer .bottom-footer .content-bottom .menu-footer-legales-container #footer-legales,
  footer .bottom-footer .content-bottom .menu-footer-jeu-container #footer-legales,
  footer .bottom-footer .content-bottom .menu-footer-legales-container #footer-jeu,
  footer .bottom-footer .content-bottom .menu-footer-jeu-container #footer-jeu {
    justify-content: center;
  }
}
@media only screen and (max-width: 580px) {
  footer .bottom-footer .content-bottom .menu-footer-legales-container #footer-legales,
  footer .bottom-footer .content-bottom .menu-footer-jeu-container #footer-legales,
  footer .bottom-footer .content-bottom .menu-footer-legales-container #footer-jeu,
  footer .bottom-footer .content-bottom .menu-footer-jeu-container #footer-jeu {
    flex-direction: column;
    text-align: center;
  }
}
footer .bottom-footer .content-bottom .menu-footer-legales-container #footer-legales li,
footer .bottom-footer .content-bottom .menu-footer-jeu-container #footer-legales li,
footer .bottom-footer .content-bottom .menu-footer-legales-container #footer-jeu li,
footer .bottom-footer .content-bottom .menu-footer-jeu-container #footer-jeu li {
  padding: 30px 0;
}
@media only screen and (max-width: 1330px) {
  footer .bottom-footer .content-bottom .menu-footer-legales-container #footer-legales li,
  footer .bottom-footer .content-bottom .menu-footer-jeu-container #footer-legales li,
  footer .bottom-footer .content-bottom .menu-footer-legales-container #footer-jeu li,
  footer .bottom-footer .content-bottom .menu-footer-jeu-container #footer-jeu li {
    padding: 7px 0;
    margin-right: 20px;
  }
}
footer .bottom-footer .content-bottom .menu-footer-legales-container #footer-legales li a,
footer .bottom-footer .content-bottom .menu-footer-jeu-container #footer-legales li a,
footer .bottom-footer .content-bottom .menu-footer-legales-container #footer-jeu li a,
footer .bottom-footer .content-bottom .menu-footer-jeu-container #footer-jeu li a {
  text-decoration: none;
  color: #42372f;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 120%;
}
footer .bottom-footer .content-bottom .menu-footer-legales-container #footer-legales li a:hover,
footer .bottom-footer .content-bottom .menu-footer-jeu-container #footer-legales li a:hover,
footer .bottom-footer .content-bottom .menu-footer-legales-container #footer-jeu li a:hover,
footer .bottom-footer .content-bottom .menu-footer-jeu-container #footer-jeu li a:hover {
  text-decoration: underline;
}
footer .bottom-footer .content-bottom .copyright {
  line-height: 120%;
  padding-top: 10px;
}
.breadcrumb-wrapper {
  background-color: #f5f2ef;
}
.breadcrumb-wrapper .breadcrumb {
  line-height: 70px;
  max-width: 1400px;
  margin: auto;
  text-align: center;
}
.breadcrumb-wrapper .breadcrumb br {
  display: none;
}
.breadcrumb-wrapper .breadcrumb .separateur {
  text-indent: -9999px;
  background-image: url(../images/arrow-breadcrumb.png);
  background-repeat: no-repeat;
  background-position: center 2px;
  background-size: contain;
  margin: 0 7px;
  padding: 1px;
  color: transparent;
}
.breadcrumb-wrapper .breadcrumb a {
  text-decoration: none;
  color: #42372f;
  font-weight: bold;
}
.title-page {
  margin: 0;
  line-height: normal;
  padding: 30px 0 30px 0;
  text-align: center;
  color: #002575;
  font-size: 65px;
  font-family: "BariolRegular";
  font-weight: normal;
}
.title-page u {
  text-decoration: none;
  border-bottom: 4px solid #00a4b0;
}
.content-page {
  max-width: 1400px;
  margin: auto;
}
.navigation {
  width: 100%;
  margin: 75px 0;
  text-align: center;
}
.navigation .wp-paginate li .page {
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 40px;
  display: inline-block;
  border: none;
  border-radius: 35px;
  color: #002575;
  background: none;
}
.navigation .wp-paginate li .current {
  border: none;
  background: #002575;
  border-radius: 35px;
  color: white;
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 40px;
  display: inline-block;
}
.navigation .wp-paginate li .next,
.navigation .wp-paginate li .prev {
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 40px;
  display: inline-block;
  border: none;
  border-radius: 35px;
  color: #002575;
}
.home .site-main {
  background-image: none;
}
.home .breadcrumb {
  display: none;
}
.home .slider-home {
  overflow: hidden;
  max-width: 1920px;
  margin: auto;
}
.home .slider-home .slick-slide img {
  object-fit: cover;
  margin: auto;
}
@media (max-width: 530px) {
  .home .slider-home .slick-slide img {
    height: auto;
  }
}
.home .slider-home .slick-track {
  display: flex;
}
.home .slider-home .one-slide.unique {
  display: flex;
  align-items: flex-start;
  height: auto;
  background-image: url(../images/bg-form-contact.jpg);
  background-size: cover;
}
.home .slider-home .one-slide.unique > .wrapper {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0 60px;
}
@media only screen and (max-width: 830px) {
  .home .slider-home .one-slide.unique > .wrapper {
    flex-direction: column-reverse;
    position: relative;
  }
}
.home .slider-home .one-slide.unique > .wrapper .floating-box {
  flex: 1 1 100%;
}
@media only screen and (min-width: 1450px) {
  .home .slider-home .one-slide.unique > .wrapper .floating-box {
    margin-bottom: 5vw;
  }
}
@media only screen and (max-width: 830px) {
  .home .slider-home .one-slide.unique > .wrapper .floating-box {
    order: 1;
  }
}
.home .slider-home .one-slide.unique > .wrapper .floating-box > .wrapper {
  max-width: 133px;
  background-color: #009FAE;
  padding: 13px 9px;
}
@media only screen and (max-width: 1180px) {
  .home .slider-home .one-slide.unique > .wrapper .floating-box > .wrapper {
    max-width: 11.3vw;
    padding: 1.2vw 0.5vw;
  }
}
.home .slider-home .one-slide.unique > .wrapper .floating-box > .wrapper .original {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Raleway";
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 110%;
}
@media only screen and (max-width: 1180px) {
  .home .slider-home .one-slide.unique > .wrapper .floating-box > .wrapper .original {
    font-size: 1.3vw;
  }
}
.home .slider-home .one-slide.unique > .wrapper .left-wrapper {
  flex-basis: 50%;
}
.home .slider-home .one-slide.unique > .wrapper .left-wrapper > .wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.home .slider-home .one-slide.unique > .wrapper .left-wrapper > .wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 255px;
  height: 50px;
  background-image: url(../images/motif_liaison.svg);
  background-size: contain;
  background-position: center;
  background-repeat: repeat-x;
  transform: translateY(-70%) translateX(5%);
}
@media only screen and (max-width: 1180px) {
  .home .slider-home .one-slide.unique > .wrapper .left-wrapper > .wrapper::before {
    width: 30.2vw;
    height: 4.3vw;
  }
}
@media only screen and (max-width: 830px) {
  .home .slider-home .one-slide.unique > .wrapper .left-wrapper > .wrapper::before {
    width: 42.16vw;
    height: 5.59vw;
  }
}
.home .slider-home .one-slide.unique > .wrapper .left-wrapper > .wrapper .step {
  position: relative;
}
.home .slider-home .one-slide.unique > .wrapper .left-wrapper > .wrapper .step > .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home .slider-home .one-slide.unique > .wrapper .left-wrapper > .wrapper .step > .wrapper .label {
  display: inline-block;
  background-color: #F50E85;
  font-family: "BariolRegular";
  font-size: 30px;
  padding: 0px 18px 3px;
  color: #ffffff;
  border-radius: 3px;
  transform: translateY(30%) rotate(-3deg);
}
@media only screen and (max-width: 1180px) {
  .home .slider-home .one-slide.unique > .wrapper .left-wrapper > .wrapper .step > .wrapper .label {
    font-size: 2.55vw;
    padding: 0 1.5vw 0.3vw;
  }
}
@media only screen and (max-width: 830px) {
  .home .slider-home .one-slide.unique > .wrapper .left-wrapper > .wrapper .step > .wrapper .label {
    font-size: 3.315vw;
    padding: 0 1.95vw 0.39vw;
  }
}
.home .slider-home .one-slide.unique > .wrapper .left-wrapper > .wrapper .step > .wrapper .image-wrapper {
  background-color: #CFEEF0;
  height: 211px;
  width: 211px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1180px) {
  .home .slider-home .one-slide.unique > .wrapper .left-wrapper > .wrapper .step > .wrapper .image-wrapper {
    height: 15.93vw;
    width: 15.93vw;
    margin-bottom: 1.1vw;
  }
}
@media only screen and (max-width: 830px) {
  .home .slider-home .one-slide.unique > .wrapper .left-wrapper > .wrapper .step > .wrapper .image-wrapper {
    height: 20.709vw;
    width: 20.709vw;
    margin-bottom: 1.43vw;
  }
  .home .slider-home .one-slide.unique > .wrapper .left-wrapper > .wrapper .step > .wrapper .image-wrapper img {
    max-height: 100%;
    object-fit: contain;
  }
}
.home .slider-home .one-slide.unique > .wrapper .left-wrapper > .wrapper .step > .wrapper .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home .slider-home .one-slide.unique > .wrapper .left-wrapper > .wrapper .step > .wrapper .text-wrapper span {
  display: block;
  text-align: center;
  font-family: "BariolRegular";
  font-size: 34px;
  line-height: 125%;
}
@media only screen and (max-width: 1180px) {
  .home .slider-home .one-slide.unique > .wrapper .left-wrapper > .wrapper .step > .wrapper .text-wrapper span {
    font-size: 2.9vw;
  }
}
@media only screen and (max-width: 830px) {
  .home .slider-home .one-slide.unique > .wrapper .left-wrapper > .wrapper .step > .wrapper .text-wrapper span {
    font-size: 3.77vw;
  }
}
.home .slider-home .one-slide.unique > .wrapper .left-wrapper > .wrapper .step > .wrapper .text-wrapper span:first-of-type {
  color: #009FAE;
}
.home .slider-home .one-slide.unique > .wrapper .left-wrapper > .wrapper .step > .wrapper .text-wrapper span:last-of-type {
  color: #024795;
  text-transform: uppercase;
}
.home .slider-home .one-slide.unique > .wrapper .left-wrapper > .wrapper .step.step-1 .image-wrapper img {
  transform: translateX(15%);
}
.home .slider-home .one-slide.unique > .wrapper .right-wrapper {
  flex-basis: 50%;
}
.home .slider-home .one-slide.unique > .wrapper .right-wrapper > .wrapper .text-container {
  padding-left: 10%;
}
@media only screen and (max-width: 830px) {
  .home .slider-home .one-slide.unique > .wrapper .right-wrapper > .wrapper .text-container {
    padding-left: 0;
  }
}
.home .slider-home .one-slide.unique > .wrapper .right-wrapper > .wrapper .text-container h2 {
  position: relative;
  font-size: 90px;
  text-align: center;
  line-height: 105%;
  margin-bottom: 30px;
  margin-top: 40px;
}
@media only screen and (max-width: 1180px) {
  .home .slider-home .one-slide.unique > .wrapper .right-wrapper > .wrapper .text-container h2 {
    font-size: 7vw;
    margin-bottom: 2.5vw;
    margin-top: 3vw;
  }
}
@media only screen and (max-width: 830px) {
  .home .slider-home .one-slide.unique > .wrapper .right-wrapper > .wrapper .text-container h2 {
    display: flex;
    justify-content: center;
  }
}
.home .slider-home .one-slide.unique > .wrapper .right-wrapper > .wrapper .text-container h2::before {
  content: '';
  display: block;
  position: absolute;
  top: -20px;
  left: -5px;
  height: 38px;
  width: 38px;
  background-image: url(../images/etoile.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 1180px) {
  .home .slider-home .one-slide.unique > .wrapper .right-wrapper > .wrapper .text-container h2::before {
    top: -2vw;
    left: -0.5vw;
    height: 3.2vw;
    width: 3.2vw;
  }
}
.home .slider-home .one-slide.unique > .wrapper .right-wrapper > .wrapper .text-container h2::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -50px;
  right: 20px;
  height: 38px;
  width: 38px;
  background-image: url(../images/etoile.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 1180px) {
  .home .slider-home .one-slide.unique > .wrapper .right-wrapper > .wrapper .text-container h2::after {
    bottom: -4vw;
    right: 2vw;
    height: 3.2vw;
    width: 3.2vw;
  }
}
.home .slider-home .one-slide.unique > .wrapper .right-wrapper > .wrapper .text-container h2 span:first-of-type {
  display: block;
  font-family: "LietoMe";
  font-weight: normal;
  color: #002575;
  transform: translateX(-7%);
}
.home .slider-home .one-slide.unique > .wrapper .right-wrapper > .wrapper .text-container h2 span:last-of-type {
  display: block;
  font-family: "BariolRegular";
  color: #00aeb9;
  font-weight: normal;
}
.home .slider-home .one-slide.unique > .wrapper .right-wrapper > .wrapper .text-container p {
  color: #002575;
  font-size: 26px;
  font-weight: "BariolRegular";
  max-width: 323px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
  .home .slider-home .one-slide.unique > .wrapper .right-wrapper > .wrapper .text-container p {
    font-size: 2.1vw;
    max-width: 27.37vw;
  }
}
@media only screen and (max-width: 830px) {
  .home .slider-home .one-slide.unique > .wrapper .right-wrapper > .wrapper .text-container p {
    font-size: 3.1vw;
    max-width: 100%;
  }
  .home .slider-home .one-slide.unique > .wrapper .right-wrapper > .wrapper .text-container p br:first-of-type {
    display: none;
  }
}
.home .slider-home .one-slide.video {
  display: flex;
  height: auto;
}
.home .slider-home .one-slide.video .wrapper-video {
  position: relative;
  height: 100%;
  width: 100%;
}
.home .slider-home .one-slide.video .wrapper-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%) translateY(-50%);
}
.home .slider-home .one-slide.video .wrapper-video .controls {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.home .slider-home .one-slide.video .wrapper-video .controls #vidbutton {
  cursor: pointer;
  height: 70px;
  width: 70px;
  background-image: url(../images/play.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.home .slider-home .slick-arrow {
  position: absolute;
  width: 115px;
  height: 100%;
  border: none;
  background: url("../images/arrow-slider.png");
  background-repeat: no-repeat;
  text-indent: -9999px;
  top: 0;
  bottom: 0;
  background-position: center;
  background-size: 15%;
  z-index: 9;
  outline: none;
}
.home .slider-home .slick-prev {
  left: 0;
}
.home .slider-home .slick-next {
  right: 0;
  -moz-transform: scaleX(-1);
  /* Gecko */
  -o-transform: scaleX(-1);
  /* Opera */
  -webkit-transform: scaleX(-1);
  /* Webkit */
  transform: scaleX(-1);
  /* Standard */
  filter: FlipH;
}
.home .slider-home .slick-dots {
  margin: auto;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
  padding-left: 0;
}
.home .slider-home .slick-dots li {
  display: inline-block;
  margin-right: 20px;
}
.home .slider-home .slick-dots li button {
  background-color: grey;
  border-radius: 35px;
  height: 15px;
  width: 15px;
  text-indent: -99999px;
  padding: 0;
  border: none;
}
.home .slider-home .slick-dots li.slick-active button {
  background-color: #002575;
}
.home .slider-home .slick-dots li:last-child {
  margin-right: 0;
}
.home section.nos-engagements {
  position: relative;
  margin-bottom: 64px;
}
@media only screen and (max-width: 730px) {
  .home section.nos-engagements {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
  }
}
.home section.nos-engagements .back-img {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 730px) {
  .home section.nos-engagements .back-img {
    position: inherit;
    top: inherit;
    left: inherit;
    height: 33vw;
    order: 1;
  }
}
.home section.nos-engagements .back-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home section.nos-engagements .wrapper {
  max-width: 1052px;
  margin: 0 auto;
  display: flex;
}
@media only screen and (max-width: 1050px) {
  .home section.nos-engagements .wrapper {
    padding: 0 6%;
  }
}
@media only screen and (max-width: 730px) {
  .home section.nos-engagements .wrapper {
    padding: 0;
    order: 3;
  }
}
.home section.nos-engagements .wrapper .text-container {
  background-image: url(../images/bg-form-contact.jpg);
  background-size: cover;
  max-width: 600px;
  padding: 28px 40px 43px;
  text-align: center;
  transform: translateY(154px);
}
@media only screen and (max-width: 730px) {
  .home section.nos-engagements .wrapper .text-container {
    transform: inherit;
    max-width: 100%;
  }
}
.home section.nos-engagements .wrapper .text-container h2 {
  font-family: "LietoMe";
  font-weight: normal;
  color: #002575;
  font-size: 70px;
  line-height: 105%;
  margin-bottom: 0;
  margin-top: 0;
}
.home section.nos-engagements .wrapper .text-container p {
  font-family: "BariolRegular";
  color: #024795;
  font-size: 26px;
}
.home section.nos-engagements .wrapper .text-container .cta-wrapper a {
  background-color: #8BC269;
  color: #ffffff;
  font-family: "BariolRegular";
  font-size: 18px;
  padding: 16px 23px 16px 28px;
  border-radius: 100px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.home section.nos-engagements .wrapper .text-container .cta-wrapper a:hover {
  background-color: #8BC269;
}
.home section.nos-engagements .wrapper .text-container .cta-wrapper a::after {
  content: '';
  display: inline-block;
  width: 62px;
  height: 38px;
  margin-left: 22px;
  background-image: url(../images/arrow_cta.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.home section.les-varietes {
  padding-top: 200px;
  padding-bottom: 61px;
}
@media only screen and (max-width: 730px) {
  .home section.les-varietes {
    padding-top: 80px;
  }
}
.home section.les-varietes > .wrapper .header-wrapper h2 {
  text-align: center;
  font-family: "LietoMe";
  font-weight: normal;
  color: #002575;
  font-size: 90px;
  line-height: 60%;
  margin-bottom: 10px;
  margin-top: 0;
}
.home section.les-varietes > .wrapper .header-wrapper h2 span {
  display: block;
  font-family: "BariolRegular";
  color: #024795;
  font-size: 26px;
}
.home section.les-varietes > .wrapper .slider-wrapper .slick-track {
  padding: 60px 0;
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .home section.les-varietes > .wrapper .slider-wrapper .slick-track {
    padding: 30px 0;
  }
}
.home section.les-varietes > .wrapper .slider-wrapper .slide {
  margin: 0 20px;
  transition: all 0.4s ease-in-out;
}
.home section.les-varietes > .wrapper .slider-wrapper .slide img {
  max-height: 390px;
}
.home section.les-varietes > .wrapper .slider-wrapper .slide.slick-current {
  transform: scale(1.2);
}
@media only screen and (max-width: 700px) {
  .home section.les-varietes > .wrapper .slider-wrapper .slide.slick-current {
    transform: scale(1);
  }
}
.home section.les-varietes > .wrapper .slider-wrapper .slick-dots {
  margin: auto;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  padding-left: 0;
}
.home section.les-varietes > .wrapper .slider-wrapper .slick-dots li {
  display: inline-block;
  margin-right: 20px;
}
.home section.les-varietes > .wrapper .slider-wrapper .slick-dots li button {
  background-color: #002575;
  border-radius: 35px;
  height: 15px;
  width: 15px;
  text-indent: -99999px;
  padding: 0;
  border: none;
}
.home section.les-varietes > .wrapper .slider-wrapper .slick-dots li.slick-active button {
  background-color: #8BC269;
}
.home section.les-varietes > .wrapper .slider-wrapper .slick-dots li:last-child {
  margin-right: 0;
}
.home section.les-varietes > .wrapper .cta-wrapper {
  text-align: center;
}
.home section.les-varietes > .wrapper .cta-wrapper a {
  background-color: #024795;
  color: #ffffff;
  font-family: "BariolRegular";
  font-size: 18px;
  padding: 16px 23px 16px 28px;
  border-radius: 100px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.home section.les-varietes > .wrapper .cta-wrapper a:hover {
  background-color: #003879;
}
.home section.les-varietes > .wrapper .cta-wrapper a::after {
  content: '';
  display: inline-block;
  width: 62px;
  height: 38px;
  margin-left: 22px;
  background-image: url(../images/arrow_cta_vert.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.home section#blog {
  position: relative;
  margin-top: 64px;
  padding: 79px 0 86px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1080px) {
  .home section#blog {
    margin-top: 15em;
  }
}
.home section#blog::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 72%;
  height: 100%;
  background-image: url(../images/bg-form-contact.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /*@media only screen and (max-width:1120px) {
                width: 100%;
            }*/
}
@media (max-width: 1120px) {
  .home section#blog::before {
    width: 80%;
  }
}
@media only screen and (max-width: 1080px) {
  .home section#blog::before {
    height: 64%;
  }
}
.home section#blog::after {
  content: "";
  position: absolute;
  background-image: url('../images/green-flower.svg');
  width: 182px;
  height: 407px;
  z-index: 1;
  right: 0;
  top: 280px;
}
@media (max-width: 1080px) {
  .home section#blog::after {
    background-image: url('../images/green-flower-mobile.svg');
    background-repeat: no-repeat;
    width: 83px;
    height: 189px;
    transform: translateY(84%);
  }
}
.home section#blog > .wrapper {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
}
@media only screen and (max-width: 1450px) {
  .home section#blog > .wrapper {
    max-width: 92%;
  }
}
@media only screen and (max-width: 1080px) {
  .home section#blog > .wrapper {
    flex-direction: column;
  }
}
@media only screen and (max-width: 650px) {
  .home section#blog > .wrapper {
    max-width: 100%;
  }
}
.home section#blog > .wrapper::before {
  content: "";
  position: absolute;
  background-image: url('../images/yellow-flower.svg');
  width: 236px;
  height: 268px;
  z-index: 1;
  top: -177px;
  left: 121px;
}
@media (max-width: 1120px) {
  .home section#blog > .wrapper::before {
    background-image: url('../images/yellow-flower-mobile.svg');
    background-repeat: no-repeat;
    width: 144px;
    height: 163px;
    left: -13px;
    top: -110px;
  }
}
.home section#blog > .wrapper .left-wrapper {
  width: 50%;
}
@media only screen and (max-width: 1450px) {
  .home section#blog > .wrapper .left-wrapper {
    width: 40%;
  }
}
@media only screen and (max-width: 1080px) {
  .home section#blog > .wrapper .left-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 1120px) {
  .home section#blog > .wrapper .left-wrapper .slider-wrapper {
    margin-right: auto;
  }
}
@media (max-width: 500px) {
  .home section#blog > .wrapper .left-wrapper .slider-wrapper .slick-tracker {
    width: 1320px !important;
  }
}
.home section#blog > .wrapper .left-wrapper .slider-wrapper .slide .wrapper img {
  height: 433px;
  width: 511px !important;
  object-fit: cover;
}
@media only screen and (max-width: 1080px) {
  .home section#blog > .wrapper .left-wrapper .slider-wrapper .slide .wrapper img {
    width: 100% !important;
    max-width: 88%;
    margin: auto;
  }
}
.home section#blog > .wrapper .right-wrapper {
  width: 50%;
}
@media only screen and (max-width: 1450px) {
  .home section#blog > .wrapper .right-wrapper {
    width: 60%;
  }
}
@media only screen and (max-width: 1080px) {
  .home section#blog > .wrapper .right-wrapper {
    width: 100%;
    margin-top: 8em;
  }
}
@media only screen and (max-width: 650px) {
  .home section#blog > .wrapper .right-wrapper {
    padding: 0 5%;
  }
}
.home section#blog > .wrapper .right-wrapper h2 {
  max-width: 500px;
  font-family: "LietoMe";
  font-weight: normal;
  color: #002575;
  font-size: 90px;
  line-height: 105%;
  margin-bottom: 37px;
  margin-top: 0;
  margin-left: 10%;
  margin-right: auto;
  text-align: center;
}
@media (max-width: 1080px) {
  .home section#blog > .wrapper .right-wrapper h2 {
    position: absolute;
    left: 0;
    top: -3.5em;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .home section#blog > .wrapper .right-wrapper h2 {
    top: -5.5em;
  }
}
.home section#blog > .wrapper .right-wrapper h2::before {
  content: '';
  margin: 0 auto;
  width: 73px;
  height: 66px;
  display: block;
  background-image: url(../images/blog-logo.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.home section#blog > .wrapper .right-wrapper .slider-wrapper {
  position: relative;
  max-width: 500px;
  margin-left: 10%;
  margin-right: auto;
}
@media only screen and (max-width: 1120px) {
  .home section#blog > .wrapper .right-wrapper .slider-wrapper {
    margin-left: auto;
  }
}
.home section#blog > .wrapper .right-wrapper .slider-wrapper .slide .wrapper > a {
  text-decoration: none;
}
.home section#blog > .wrapper .right-wrapper .slider-wrapper .slide .wrapper > a h3 {
  font-family: "BariolRegular";
  color: #024795;
  font-size: 26px;
  text-decoration: none;
  text-align: center;
  margin-top: 0;
  font-weight: normal;
}
@media only screen and (max-width: 1120px) {
  .home section#blog > .wrapper .right-wrapper .slider-wrapper .slide .wrapper > a h3 {
    margin-top: 30px;
  }
}
.home section#blog > .wrapper .right-wrapper .slider-wrapper .slide .wrapper .cta-wrapper {
  text-align: center;
}
.home section#blog > .wrapper .right-wrapper .slider-wrapper .slide .wrapper .cta-wrapper a {
  background-color: #8BC269;
  color: #ffffff;
  font-family: "BariolRegular";
  font-size: 18px;
  padding: 16px 23px 16px 28px;
  border-radius: 100px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.home section#blog > .wrapper .right-wrapper .slider-wrapper .slide .wrapper .cta-wrapper a:hover {
  background-color: #8BC269;
}
.home section#blog > .wrapper .right-wrapper .slider-wrapper .slide .wrapper .cta-wrapper a::after {
  content: '';
  display: inline-block;
  width: 62px;
  height: 38px;
  margin-left: 22px;
  background-image: url(../images/arrow_cta.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.home section#blog > .wrapper .right-wrapper .slider-wrapper .slick-dots {
  margin: auto;
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  text-align: center;
  padding-left: 0;
}
.home section#blog > .wrapper .right-wrapper .slider-wrapper .slick-dots li {
  display: inline-block;
  margin-right: 20px;
}
.home section#blog > .wrapper .right-wrapper .slider-wrapper .slick-dots li button {
  background-color: #002575;
  border-radius: 35px;
  height: 15px;
  width: 15px;
  text-indent: -99999px;
  padding: 0;
  border: none;
}
.home section#blog > .wrapper .right-wrapper .slider-wrapper .slick-dots li.slick-active button {
  background-color: #8BC269;
}
.home section#blog > .wrapper .right-wrapper .slider-wrapper .slick-dots li:last-child {
  margin-right: 0;
}
.home section.qualite {
  padding: 80px 0 75px;
}
@media (max-width: 902px) {
  .home section.qualite {
    padding-top: 0;
  }
}
.home section.qualite h2 {
  text-align: center;
  font-family: "LietoMe";
  font-weight: normal;
  color: #002575;
  font-size: 90px;
  line-height: 80%;
  margin-bottom: 40px;
  margin-top: 0;
}
.home section.qualite h2 span {
  display: block;
  font-family: "BariolRegular";
  color: #024795;
  font-size: 26px;
}
.home section.qualite .wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1060px;
  margin: 0 auto;
  color: #002575;
}
@media only screen and (max-width: 750px) {
  .home section.qualite .wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.home section.qualite .wrapper .item-wrapper {
  flex-basis: 31.333%;
  text-align: center;
  padding: 0 2%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 750px) {
  .home section.qualite .wrapper .item-wrapper {
    flex-basis: none;
    max-width: 400px;
    margin: 0 auto 3em;
  }
}
.home section.qualite .wrapper .item-wrapper .picto {
  height: 118px;
  margin-bottom: 35px;
}
.home section.qualite .wrapper .item-wrapper .picto img {
  max-height: 118px;
}
.home section.qualite .wrapper .item-wrapper .titre {
  font-size: 26px;
  margin-bottom: 35px;
  line-height: 130%;
  color: #024795;
}
.home section.qualite .wrapper .item-wrapper .label {
  font-family: "Raleway";
  font-weight: bold;
  color: #002575;
  text-transform: uppercase;
  font-size: 23px;
  letter-spacing: 1px;
  line-height: 110%;
  width: 194px;
  margin: 0 auto;
  border-bottom: 9px solid;
}
.home section.qualite .wrapper .item-wrapper .label p {
  margin-bottom: 7px;
}
.home section.qualite .wrapper .item-wrapper:nth-child(1) .picto {
  position: relative;
}
.home section.qualite .wrapper .item-wrapper:nth-child(1) .label {
  border-color: #8BC269;
}
.home section.qualite .wrapper .item-wrapper:nth-child(2) .picto {
  position: relative;
}
.home section.qualite .wrapper .item-wrapper:nth-child(2) .label {
  border-color: #009FAE;
}
.home section.qualite .wrapper .item-wrapper:nth-child(3) .label {
  border-color: #F16177;
}
.home section.videos > .wrapper {
  position: relative;
  margin-bottom: 94px;
}
@media only screen and (max-width: 750px) {
  .home section.videos > .wrapper::before {
    content: "";
    display: block;
    width: 100%;
    height: 64px;
    background-image: url(../images/bg-qualite.svg);
    background-repeat: repeat-x;
    background-position: center;
    background-size: auto 64px;
    display: none;
  }
}
.home section.videos > .wrapper .slider-wrapper {
  margin-bottom: 64px;
}
.home section.videos > .wrapper .slider-wrapper img {
  width: 100%;
  height: 680px;
  object-fit: cover;
}
@media only screen and (max-width: 1000px) {
  .home section.videos > .wrapper .slider-wrapper img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
}
@media only screen and (max-width: 750px) {
  .home section.videos > .wrapper .slider-wrapper {
    margin-bottom: 0;
  }
}
.home section.videos > .wrapper .text-container {
  z-index: 1;
  position: relative;
  max-width: 1052px;
  margin: 0 auto;
  padding-bottom: 94px;
}
@media only screen and (max-width: 1080px) {
  .home section.videos > .wrapper .text-container {
    padding-bottom: 234px;
  }
}
@media only screen and (max-width: 750px) {
  .home section.videos > .wrapper .text-container {
    padding-bottom: 40px;
  }
}
.home section.videos > .wrapper .text-container .text-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 600px;
  width: 100%;
  padding: 0 0 41px;
  background-image: url(../images/bg-form-contact.jpg);
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1080px) {
  .home section.videos > .wrapper .text-container .text-wrapper {
    right: 0;
    margin: auto;
  }
}
@media only screen and (max-width: 750px) {
  .home section.videos > .wrapper .text-container .text-wrapper {
    position: inherit;
    bottom: inherit;
    left: inherit;
    right: inherit;
  }
}
.home section.videos > .wrapper .text-container .text-wrapper::before {
  content: '';
  height: 88px;
  width: 88px;
  display: inline-block;
  background-image: url(../images/play.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
@media only screen and (max-width: 750px) {
  .home section.videos > .wrapper .text-container .text-wrapper::before {
    transform: inherit;
    margin: 50px 0;
  }
}
.home section.videos > .wrapper .text-container .text-wrapper h2 {
  text-align: center;
  font-family: "LietoMe";
  font-weight: normal;
  color: #002575;
  font-size: 90px;
  line-height: 80%;
  margin-bottom: 10px;
  margin-top: 0;
}
.home section.videos > .wrapper .text-container .text-wrapper p {
  font-family: "BariolRegular";
  color: #024795;
  font-size: 26px;
  text-align: center;
  margin-top: 0;
}
.home section.videos > .wrapper .text-container .text-wrapper .cta-wrapper {
  text-align: center;
}
.home section.videos > .wrapper .text-container .text-wrapper .cta-wrapper a {
  background-color: #024795;
  color: #ffffff;
  font-family: "BariolRegular";
  font-size: 18px;
  padding: 16px 23px 16px 28px;
  border-radius: 100px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.home section.videos > .wrapper .text-container .text-wrapper .cta-wrapper a:hover {
  background-color: #003879;
}
.home section.videos > .wrapper .text-container .text-wrapper .cta-wrapper a::after {
  content: '';
  display: inline-block;
  width: 62px;
  height: 38px;
  margin-left: 22px;
  background-image: url(../images/arrow_cta_vert.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.home .slick-dots {
  z-index: 2;
  margin: auto;
  position: absolute;
  bottom: -120px;
  right: 20%;
  text-align: center;
  padding-left: 0;
}
@media only screen and (max-width: 1080px) {
  .home .slick-dots {
    right: 0;
    left: 0;
    margin: auto;
    transform: inherit;
    bottom: -360px;
  }
}
@media only screen and (max-width: 750px) {
  .home .slick-dots {
    bottom: -540px;
  }
}
.home .slick-dots li {
  display: inline-block;
  margin-right: 20px;
}
.home .slick-dots li button {
  background-color: #002575;
  border-radius: 35px;
  height: 15px;
  width: 15px;
  text-indent: -99999px;
  padding: 0;
  border: none;
}
.home .slick-dots li.slick-active button {
  background-color: #8BC269;
}
.home .slick-dots li:last-child {
  margin-right: 0;
}
.home footer .bottom-footer {
  padding-bottom: 60px;
}
section.questions {
  position: relative;
  padding: 79px 0 86px;
  margin-bottom: 80px;
}
section.questions::before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 72%;
  height: 100%;
  background-image: url(../images/bg-form-contact.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1080px) {
  section.questions::before {
    top: inherit;
    bottom: 0;
    height: 75%;
    width: 100%;
  }
}
section.questions > .wrapper {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
}
@media only screen and (max-width: 1450px) {
  section.questions > .wrapper {
    max-width: 92%;
  }
}
@media only screen and (max-width: 1080px) {
  section.questions > .wrapper {
    flex-direction: column;
  }
}
@media only screen and (max-width: 650px) {
  section.questions > .wrapper {
    max-width: 100%;
  }
}
section.questions > .wrapper .left-wrapper {
  width: 50%;
}
@media only screen and (max-width: 1450px) {
  section.questions > .wrapper .left-wrapper {
    width: 40%;
  }
}
@media only screen and (max-width: 1080px) {
  section.questions > .wrapper .left-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 1080px) {
  section.questions > .wrapper .left-wrapper .image-wrapper {
    text-align: center;
    margin-bottom: 70px;
  }
}
section.questions > .wrapper .left-wrapper .image-wrapper img {
  height: 433px;
  width: 511px;
  object-fit: cover;
}
@media only screen and (max-width: 1080px) {
  section.questions > .wrapper .left-wrapper .image-wrapper img {
    width: 100%;
    max-width: 88%;
  }
}
@media only screen and (max-width: 650px) {
  section.questions > .wrapper .left-wrapper .image-wrapper img {
    max-width: 100%;
  }
}
section.questions > .wrapper .right-wrapper {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 1450px) {
  section.questions > .wrapper .right-wrapper {
    width: 60%;
  }
}
@media only screen and (max-width: 1080px) {
  section.questions > .wrapper .right-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 650px) {
  section.questions > .wrapper .right-wrapper {
    padding: 0 5%;
  }
}
section.questions > .wrapper .right-wrapper h2 {
  text-align: center;
  font-family: "LietoMe";
  font-weight: normal;
  color: #002575;
  font-size: 90px;
  line-height: 80%;
  margin-bottom: 10px;
  margin-top: 0;
}
@media only screen and (max-width: 650px) {
  section.questions > .wrapper .right-wrapper h2 {
    font-size: 14vw;
  }
}
section.questions > .wrapper .right-wrapper p {
  text-align: center;
  font-family: "BariolRegular";
  color: #024795;
  font-size: 26px;
}
section.questions > .wrapper .right-wrapper .cta-wrapper {
  text-align: center;
}
section.questions > .wrapper .right-wrapper .cta-wrapper a {
  background-color: #024795;
  color: #ffffff;
  font-family: "BariolRegular";
  font-size: 18px;
  padding: 16px 23px 16px 28px;
  border-radius: 100px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
section.questions > .wrapper .right-wrapper .cta-wrapper a:hover {
  background-color: #003879;
}
section.questions > .wrapper .right-wrapper .cta-wrapper a::after {
  content: '';
  display: inline-block;
  width: 62px;
  height: 38px;
  margin-left: 22px;
  background-image: url(../images/arrow_cta_vert.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.bloc-redirection {
  background-color: white;
  padding-top: 0;
}
.bloc-redirection .content-redirection {
  padding-bottom: 60px;
}
.bloc-redirection .wrapper-redirection {
  width: 1400px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1430px) {
  .bloc-redirection .wrapper-redirection {
    max-width: 100%;
    justify-content: center;
  }
}
.bloc-redirection .wrapper-redirection .cadre-color {
  width: calc(100%/3 - 61px);
  margin: 30px;
  height: 330px;
  padding: 15px;
}
@media only screen and (max-width: 1430px) {
  .bloc-redirection .wrapper-redirection .cadre-color {
    width: calc(100%/2.5 - 61px);
  }
}
@media only screen and (max-width: 1210px) {
  .bloc-redirection .wrapper-redirection .cadre-color {
    width: calc(100%/2.2 - 61px);
  }
}
@media only screen and (max-width: 1080px) {
  .bloc-redirection .wrapper-redirection .cadre-color {
    width: calc(100%/2 - 61px);
  }
}
@media only screen and (max-width: 923px) {
  .bloc-redirection .wrapper-redirection .cadre-color {
    width: calc(100%/1.3 - 61px);
  }
}
@media only screen and (max-width: 640px) {
  .bloc-redirection .wrapper-redirection .cadre-color {
    width: calc(100%/1 - 61px);
  }
}
.bloc-redirection .wrapper-redirection .cadre-color .wrapper-cadre {
  background-color: white;
  width: 100%;
  height: 100%;
  padding: 50px 45px;
  background-size: auto 100%;
  background-position: center;
}
.bloc-redirection .wrapper-redirection .cadre-color .wrapper-cadre .content-cadre {
  width: 100%;
  height: 100%;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 450px) {
  .bloc-redirection .wrapper-redirection .cadre-color .wrapper-cadre .content-cadre {
    padding: 10px 0;
  }
}
.bloc-redirection .wrapper-redirection .cadre-color .wrapper-cadre .content-cadre .logos-wrapper {
  height: 50px;
  display: flex;
  justify-content: center;
}
.bloc-redirection .wrapper-redirection .cadre-color .wrapper-cadre .content-cadre .logos-wrapper a {
  text-decoration: none;
}
.bloc-redirection .wrapper-redirection .cadre-color .wrapper-cadre .content-cadre .logos-wrapper a span {
  margin: 0px;
  border-radius: 35px;
  width: 37px;
  height: 37px;
  line-height: 37px;
  display: inline-block;
  text-align: center;
  color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
  text-indent: -9999px;
  font-size: 2px;
  cursor: pointer;
}
.bloc-redirection .wrapper-redirection .cadre-color .wrapper-cadre .content-cadre .logos-wrapper a .facebook {
  background-image: url(../images/facebook.svg);
}
.bloc-redirection .wrapper-redirection .cadre-color .wrapper-cadre .content-cadre .logos-wrapper a .instagram {
  background-image: url(../images/insta.svg);
}
.bloc-redirection .wrapper-redirection .cadre-color .wrapper-cadre .content-cadre .logos-wrapper a .youtube {
  background-image: url(../images/youtube.svg);
}
.bloc-redirection .wrapper-redirection .cadre-color .wrapper-cadre a {
  text-decoration: none;
}
.bloc-redirection .wrapper-redirection .cadre-color .wrapper-cadre .title-content {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
.bloc-redirection .wrapper-redirection .cadre-color .wrapper-cadre .title-content h3 {
  margin: 0;
  font-size: 43px;
  font-family: "LietoMe";
  font-weight: normal;
  color: #002575;
  text-align: center;
  width: 100%;
  line-height: 1em;
}
@media only screen and (max-width: 450px) {
  .bloc-redirection .wrapper-redirection .cadre-color .wrapper-cadre .title-content h3 {
    line-height: 70%;
  }
}
.bloc-redirection .wrapper-redirection .cadre-color .wrapper-cadre .title-content h3 span {
  font-family: "BariolRegular";
}
.bloc-redirection .wrapper-redirection .cadre-color .wrapper-cadre a {
  text-align: center;
  display: block;
}
.bloc-redirection .wrapper-redirection .cadre-bleu {
  background-color: #01A6B1;
}
.bloc-redirection .wrapper-redirection .cadre-bleu .wrapper-cadre {
  background-image: url(../images/pattern-sensitive.svg);
  background-color: #01A6B1;
  background-size: cover;
}
.bloc-redirection .wrapper-redirection .cadre-vert {
  background-color: #8DC26A;
}
.bloc-redirection .wrapper-redirection .cadre-vert .wrapper-cadre {
  background-image: url(../images/pattern-aloe.svg);
  background-size: cover;
}
.bloc-redirection .wrapper-redirection .cadre-vert .wrapper-cadre .logos-wrapper::before {
  content: '';
  margin: 0 auto;
  width: 38px;
  height: 34px;
  display: block;
  background-image: url(../images/blog-logo.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.bloc-redirection .wrapper-redirection .cadre-rose {
  background-color: #F26178;
}
.bloc-redirection .wrapper-redirection .cadre-rose .wrapper-cadre {
  background-image: url(../images/pattern-pink.svg);
  background-size: cover;
}
.bloc-redirection .wrapper-redirection .cadre-rose .wrapper-cadre .logos-wrapper::before {
  content: '';
  margin: 0 auto;
  width: 44px;
  height: 44px;
  display: block;
  background-image: url(../images/podcast_logo.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.page-template-template-videos #main .main-content {
  background-image: url(../images/bg-form-contact.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-template-template-videos #main .main-content .header-wrapper {
  text-align: center;
  padding-top: 1px;
}
.page-template-template-videos #main .main-content .header-wrapper h1 {
  font-family: "BariolRegular";
  font-size: 60px;
  color: #002575;
  font-weight: normal;
}
.page-template-template-videos #main .main-content .listing-videos > .wrapper .row {
  max-width: 1150px;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .page-template-template-videos #main .main-content .listing-videos > .wrapper .row {
    max-width: 77%;
    max-width: 88%;
  }
}
.page-template-template-videos #main .main-content .listing-videos > .wrapper .row .title-tax {
  text-align: center;
  margin-bottom: 35px;
}
.page-template-template-videos #main .main-content .listing-videos > .wrapper .row .title-tax h2 {
  font-family: "LietoMe";
  font-size: 40px;
  color: #002575;
  font-weight: normal;
}
.page-template-template-videos #main .main-content .listing-videos > .wrapper .row .title-tax img {
  max-width: 265px;
}
.page-template-template-videos #main .main-content .listing-videos > .wrapper .row .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 80px;
}
@media only screen and (max-width: 630px) {
  .page-template-template-videos #main .main-content .listing-videos > .wrapper .row .container {
    justify-content: center;
  }
}
.page-template-template-videos #main .main-content .listing-videos > .wrapper .row .container .item {
  flex-basis: 30.3%;
  margin-bottom: 57px;
}
@media only screen and (max-width: 1200px) {
  .page-template-template-videos #main .main-content .listing-videos > .wrapper .row .container .item {
    flex-basis: 45%;
  }
}
@media only screen and (max-width: 630px) {
  .page-template-template-videos #main .main-content .listing-videos > .wrapper .row .container .item {
    flex-basis: 70%;
  }
}
.page-template-template-videos #main .main-content .listing-videos > .wrapper .row .container .item a {
  text-decoration: none;
}
.page-template-template-videos #main .main-content .listing-videos > .wrapper .row .container .item .image-wrapper {
  position: relative;
}
.page-template-template-videos #main .main-content .listing-videos > .wrapper .row .container .item .image-wrapper::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 64px;
  width: 64px;
  background-image: url(../images/little_play.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.page-template-template-videos #main .main-content .listing-videos > .wrapper .row .container .item .image-wrapper img {
  width: 100%;
}
.page-template-template-videos #main .main-content .listing-videos > .wrapper .row .container .item h3 {
  text-align: center;
  font-family: "BariolRegular";
  font-weight: normal;
  font-size: 26px;
  color: #024795;
  margin-bottom: 0;
  margin-top: 18px;
  line-height: 120%;
}
.page-template-template-videos #main .main-content .listing-videos > .wrapper .row .container .item .cta-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.page-template-template-videos #main .main-content .listing-videos > .wrapper .row .container .item .cta-wrapper a {
  display: block;
  width: 222px;
  padding: 9px 0;
  font-family: "BariolRegular";
  font-weight: normal;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #002575;
  border-radius: 100px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.page-template-template-videos #main .main-content .listing-videos > .wrapper .row .container .item .cta-wrapper a:hover {
  background-color: #001d5a;
}
.page-template-template-videos #main .bloc-redirection {
  margin-top: 70px;
}
.single-video #main .main-container {
  position: relative;
}
.single-video #main .main-container::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 77%;
  background-image: url(../images/bg-form-contact.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.single-video #main .main-container > .wrapper {
  max-width: 956px;
  margin: 0 auto;
  padding-top: 34px;
}
@media only screen and (max-width: 1000px) {
  .single-video #main .main-container > .wrapper {
    max-width: 88%;
  }
}
.single-video #main .main-container > .wrapper .image-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
.single-video #main .main-container > .wrapper .image-wrapper img {
  max-width: 263px;
}
.single-video #main .main-container > .wrapper h1 {
  text-align: center;
  font-family: "LietoMe";
  font-size: 56px;
  font-weight: normal;
  margin-bottom: 50px;
  color: #002575;
  line-height: 120%;
}
.single-video #main .main-container > .wrapper .intro {
  font-family: "BariolRegular";
  font-size: 27px;
  font-weight: normal;
  color: #024795;
  text-align: center;
}
.single-video #main .main-container > .wrapper .iframe-wrapper {
  height: 540px;
}
@media only screen and (max-width: 1000px) {
  .single-video #main .main-container > .wrapper .iframe-wrapper {
    height: 60vw;
  }
}
.single-video #main .content-container > .wrapper {
  max-width: 956px;
  margin: 0 auto;
}
@media only screen and (max-width: 1000px) {
  .single-video #main .content-container > .wrapper {
    max-width: 88%;
  }
}
.single-video #main .content-container > .wrapper .content-wrapper {
  margin-top: 48px;
  margin-bottom: 29px;
  color: #024795;
  font-size: 18px;
}
.single-video #main .content-container > .wrapper .social-wrapper {
  margin: 55px 0 40px;
  display: flex;
  align-items: center;
}
.single-video #main .content-container > .wrapper .social-wrapper .label {
  font-family: "BariolRegular";
  text-transform: uppercase;
  color: #002575;
  font-size: 26px;
  margin-right: 0.4em;
  line-height: 100%;
}
.single-video #main .content-container > .wrapper .social-wrapper > div a {
  margin: 0 0 0 20px;
  background-color: #002575;
  border-radius: 35px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  text-align: center;
  color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}
.single-video #main .content-container > .wrapper .social-wrapper > div a:hover {
  background-color: #001d5a;
}
.single-video #main .content-container > .wrapper .social-wrapper > div a#facebook {
  background-image: url(../images/facebook.svg);
}
.single-video #main .content-container > .wrapper .social-wrapper > div a#twitter {
  background-image: url(../images/twitter.svg);
}
.single-video #main .content-container > .wrapper .social-wrapper > div a#mail {
  background-image: url(../images/mail.svg);
}
.page-template-template-podcasts #main .main-content {
  background-image: url(../images/bg-form-contact.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 50px;
}
.page-template-template-podcasts #main .main-content .header-wrapper {
  text-align: center;
  padding-top: 1px;
}
.page-template-template-podcasts #main .main-content .header-wrapper h1 {
  font-family: "BariolRegular";
  font-size: 60px;
  color: #002575;
  font-weight: normal;
}
.page-template-template-podcasts #main .main-content .listing-podcasts > .wrapper {
  max-width: 1150px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  .page-template-template-podcasts #main .main-content .listing-podcasts > .wrapper {
    max-width: 77%;
  }
}
@media only screen and (max-width: 630px) {
  .page-template-template-podcasts #main .main-content .listing-podcasts > .wrapper {
    justify-content: center;
    max-width: 88%;
  }
}
.page-template-template-podcasts #main .main-content .listing-podcasts > .wrapper .item {
  flex-basis: 30.3%;
  margin-bottom: 57px;
}
@media only screen and (max-width: 1200px) {
  .page-template-template-podcasts #main .main-content .listing-podcasts > .wrapper .item {
    flex-basis: 45%;
  }
}
@media only screen and (max-width: 630px) {
  .page-template-template-podcasts #main .main-content .listing-podcasts > .wrapper .item {
    flex-basis: 70%;
  }
}
.page-template-template-podcasts #main .main-content .listing-podcasts > .wrapper .item a {
  text-decoration: none;
}
.page-template-template-podcasts #main .main-content .listing-podcasts > .wrapper .item .image-wrapper {
  position: relative;
}
.page-template-template-podcasts #main .main-content .listing-podcasts > .wrapper .item .image-wrapper img {
  width: 100%;
}
.page-template-template-podcasts #main .main-content .listing-podcasts > .wrapper .item h3 {
  text-align: center;
  font-family: "BariolRegular";
  font-weight: normal;
  font-size: 26px;
  color: #024795;
  margin-bottom: 0;
  margin-top: 18px;
  line-height: 120%;
}
.page-template-template-podcasts #main .main-content .listing-podcasts > .wrapper .item .cta-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.page-template-template-podcasts #main .main-content .listing-podcasts > .wrapper .item .cta-wrapper a {
  display: block;
  width: 222px;
  padding: 9px 0;
  font-family: "BariolRegular";
  font-weight: normal;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #feaeb7;
  border-radius: 100px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.page-template-template-podcasts #main .main-content .listing-podcasts > .wrapper .item .cta-wrapper a:hover {
  background-color: #002575;
}
.page-template-template-podcasts #main .bloc-redirection {
  margin-top: 70px;
}
.single-podcast #main .main-container {
  position: relative;
}
.single-podcast #main .main-container::before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 10%;
  right: 0;
  width: 100%;
  height: 90%;
  background-image: url(../images/bg-form-contact.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.single-podcast #main .main-container::after {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
  height: 48px;
  background-image: url(../images/back_podcast.svg);
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 48px;
}
.single-podcast #main .main-container > .wrapper {
  max-width: 956px;
  margin: 0 auto;
  padding-top: 34px;
}
@media only screen and (max-width: 1000px) {
  .single-podcast #main .main-container > .wrapper {
    max-width: 88%;
  }
}
.single-podcast #main .main-container > .wrapper h1 {
  text-align: center;
  font-family: "LietoMe";
  font-size: 56px;
  font-weight: normal;
  margin-bottom: 50px;
  color: #002575;
  line-height: 120%;
}
.single-podcast #main .main-container > .wrapper .audio-player-wrapper .audio-player-container {
  --seek-before-width: 0%;
  --volume-before-width: 100%;
  --buffered-width: 0%;
  position: relative;
  width: 100%;
  height: 93px;
  display: flex;
  justify-content: space-between;
}
.single-podcast #main .main-container > .wrapper .audio-player-wrapper .audio-player-container .right-player {
  position: relative;
  width: 88%;
}
.single-podcast #main .main-container > .wrapper .audio-player-wrapper .audio-player-container p {
  position: absolute;
  top: -18px;
  right: 5%;
  padding: 0 5px;
  margin: 0;
  font-size: 28px;
  background: #ffffff;
}
.single-podcast #main .main-container > .wrapper .audio-player-wrapper .audio-player-container #play-icon {
  margin: 20px 2.5% 10px 2.5%;
}
.single-podcast #main .main-container > .wrapper .audio-player-wrapper .audio-player-container path {
  stroke: #002575;
}
.single-podcast #main .main-container > .wrapper .audio-player-wrapper .audio-player-container .time {
  width: 37px;
  font-size: 15px;
  color: #002575;
}
.single-podcast #main .main-container > .wrapper .audio-player-wrapper .audio-player-container .time:last-of-type {
  text-align: right;
}
.single-podcast #main .main-container > .wrapper .audio-player-wrapper .audio-player-container output {
  display: inline-block;
  width: 32px;
  text-align: center;
  font-size: 20px;
  margin: 10px 2.5% 0 5%;
  float: left;
  clear: left;
}
.single-podcast #main .main-container > .wrapper .audio-player-wrapper .audio-player-container #volume-slider {
  margin: 10px 2.5%;
  width: 58%;
}
.single-podcast #main .main-container > .wrapper .audio-player-wrapper .audio-player-container #volume-slider::-webkit-slider-runnable-track {
  background: #5a5d65;
}
.single-podcast #main .main-container > .wrapper .audio-player-wrapper .audio-player-container #volume-slider::-moz-range-track {
  background: #5a5d65;
}
.single-podcast #main .main-container > .wrapper .audio-player-wrapper .audio-player-container #volume-slider::-ms-fill-upper {
  background: #5a5d65;
}
.single-podcast #main .main-container > .wrapper .audio-player-wrapper .audio-player-container #volume-slider::before {
  width: var(--volume-before-width);
}
.single-podcast #main .main-container > .wrapper .audio-player-wrapper .audio-player-container #mute-icon {
  margin: 0 2.5%;
}
.single-podcast #main .main-container > .wrapper .audio-player-wrapper .audio-player-container input[type="range"] {
  position: relative;
  -webkit-appearance: none;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 19px;
  outline: none;
  background: transparent;
  border: none;
}
.single-podcast #main .main-container > .wrapper .audio-player-wrapper .audio-player-container input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background-color: rgba(0, 37, 117, 0.2);
  border-radius: 3px;
}
.single-podcast #main .main-container > .wrapper .audio-player-wrapper .audio-player-container input[type="range"]::before {
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
  width: var(--seek-before-width);
  height: 6px;
  background-color: #002575;
  cursor: pointer;
  border-radius: 10px;
}
.single-podcast #main .main-container > .wrapper .audio-player-wrapper .audio-player-container input[type="range"]::-webkit-slider-thumb {
  position: relative;
  -webkit-appearance: none;
  box-sizing: content-box;
  border: 1px solid #002575;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #002575;
  cursor: pointer;
  margin: -7px 0 0 0;
}
.single-podcast #main .main-container > .wrapper .audio-player-wrapper .audio-player-container input[type="range"]:active::-webkit-slider-thumb {
  transform: scale(1.2);
  background: #002575;
}
.single-podcast #main .main-container > .wrapper .audio-player-wrapper .audio-player-container input[type="range"]::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: linear-gradient(to right, #5a5d65 var(--buffered-width), #5a5d65 var(--buffered-width));
}
.single-podcast #main .main-container > .wrapper .audio-player-wrapper .audio-player-container input[type="range"]::-moz-range-progress {
  background-color: #002575;
}
.single-podcast #main .main-container > .wrapper .audio-player-wrapper .audio-player-container input[type="range"]::-moz-focus-outer {
  border: 0;
}
.single-podcast #main .main-container > .wrapper .audio-player-wrapper .audio-player-container input[type="range"]::-moz-range-thumb {
  box-sizing: content-box;
  border: 1px solid #002575;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #002575;
  cursor: pointer;
}
.single-podcast #main .main-container > .wrapper .audio-player-wrapper .audio-player-container input[type="range"]:active::-moz-range-thumb {
  transform: scale(1.2);
  background: #002575;
}
.single-podcast #main .main-container > .wrapper .audio-player-wrapper .audio-player-container input[type="range"]::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: transparent;
  border: solid transparent;
  color: transparent;
}
.single-podcast #main .main-container > .wrapper .audio-player-wrapper .audio-player-container input[type="range"]::-ms-fill-lower {
  background-color: #002575;
}
.single-podcast #main .main-container > .wrapper .audio-player-wrapper .audio-player-container input[type="range"]::-ms-fill-upper {
  background: linear-gradient(to right, #5a5d65 var(--buffered-width), #5a5d65 var(--buffered-width));
}
.single-podcast #main .main-container > .wrapper .audio-player-wrapper .audio-player-container input[type="range"]::-ms-thumb {
  box-sizing: content-box;
  border: 1px solid #002575;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #002575;
  cursor: pointer;
}
.single-podcast #main .main-container > .wrapper .audio-player-wrapper .audio-player-container input[type="range"]:active::-ms-thumb {
  transform: scale(1.2);
  background: #002575;
}
.single-podcast #main .main-container > .wrapper .audio-player-wrapper .audio-player-container .play-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #feaeb7;
  width: 84px;
  height: 84px;
  border: 0;
  border-radius: 100%;
  cursor: pointer;
  flex: 0 0 auto;
  margin-right: 27px;
  transition: all 0.4s ease-in-out;
}
.single-podcast #main .main-container > .wrapper .audio-player-wrapper .audio-player-container .play-btn:before {
  content: url(../images/play_podcast.svg);
  margin-left: 8px;
}
.single-podcast #main .main-container > .wrapper .audio-player-wrapper .audio-player-container .play-btn.paused:before {
  margin-left: 0;
  content: url(../images/pause_podcast.svg);
}
.single-podcast #main .main-container > .wrapper .audio-player-wrapper .audio-player-container .play-btn:hover {
  background: #002575;
}
.single-podcast #main .main-container > .wrapper .audio-player-wrapper .audio-player-container .mute-btn {
  border: 0;
  background: transparent;
  width: 25px;
  height: 20px;
  position: absolute;
  bottom: 11px;
  right: 7px;
  cursor: pointer;
}
.single-podcast #main .main-container > .wrapper .audio-player-wrapper .audio-player-container .mute-btn:before {
  content: '';
  width: 25px;
  height: 20px;
  display: block;
  background: url(../images/unmuted.svg) no-repeat left center;
}
.single-podcast #main .main-container > .wrapper .audio-player-wrapper .audio-player-container .mute-btn.muted:before {
  background: url(../images/muted.svg) no-repeat left center;
}
.single-podcast #main .main-container > .wrapper .audio-player-wrapper .audio-player-container .current-time {
  position: absolute;
  top: 0;
  left: 0;
}
.single-podcast #main .main-container > .wrapper .audio-player-wrapper .audio-player-container .duration {
  position: absolute;
  top: 0;
  right: 0;
}
.single-podcast #main .main-container > .wrapper .audio-player-wrapper .audio-player-container .seek-slider {
  position: absolute;
  top: 30px;
  left: 0;
}
.single-podcast #main .main-container > .wrapper .audio-player-wrapper .listen {
  color: #002575;
  font-family: "BariolRegular";
  font-size: 15px;
  padding: 0 0 0 19px;
}
.single-podcast #main .main-container > .wrapper .liens-streaming {
  text-align: center;
}
.single-podcast #main .main-container > .wrapper .liens-streaming p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.single-podcast #main .main-container > .wrapper .liens-streaming p span {
  margin-right: 10px;
}
.single-podcast #main .main-container > .wrapper .liens-streaming p a {
  color: #ffffff;
  margin: 5px 0.2em;
  padding: 0.5em 1.5em;
  background: #feaeb7;
  text-transform: uppercase;
  border-radius: 1000px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
.single-podcast #main .main-container > .wrapper .liens-streaming p a:hover {
  background: #002575;
}
.single-podcast #main .main-container > .wrapper .intro-container {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 990px) {
  .single-podcast #main .main-container > .wrapper .intro-container {
    flex-direction: column;
  }
}
.single-podcast #main .main-container > .wrapper .intro-container .left-container {
  width: 48%;
  font-family: "BariolRegular";
  font-size: 27px;
  font-weight: normal;
  color: #024795;
  padding-bottom: 120px;
}
@media only screen and (max-width: 990px) {
  .single-podcast #main .main-container > .wrapper .intro-container .left-container {
    width: 100%;
    padding-bottom: 0px;
  }
}
.single-podcast #main .main-container > .wrapper .intro-container .right-container {
  width: 50%;
}
@media only screen and (max-width: 990px) {
  .single-podcast #main .main-container > .wrapper .intro-container .right-container {
    width: 100%;
  }
}
.single-podcast #main .main-container > .wrapper .intro-container .right-container .image-wrapper {
  text-align: right;
}
@media only screen and (max-width: 990px) {
  .single-podcast #main .main-container > .wrapper .intro-container .right-container .image-wrapper {
    text-align: center;
  }
}
.single-podcast #main .main-container > .wrapper .intro-container .right-container .image-wrapper img {
  width: 429px;
  height: 363px;
  object-fit: cover;
}
.single-podcast #main .content-container > .wrapper {
  max-width: 956px;
  margin: 0 auto;
}
@media only screen and (max-width: 1000px) {
  .single-podcast #main .content-container > .wrapper {
    max-width: 88%;
  }
}
.single-podcast #main .content-container > .wrapper .content-wrapper {
  margin-top: 48px;
  margin-bottom: 29px;
  color: #024795;
  font-size: 18px;
}
.single-podcast #main .content-container > .wrapper .social-wrapper {
  margin: 55px 0 40px;
  display: flex;
  align-items: center;
}
.single-podcast #main .content-container > .wrapper .social-wrapper .label {
  font-family: "BariolRegular";
  text-transform: uppercase;
  color: #002575;
  font-size: 26px;
  margin-right: 0.4em;
  line-height: 100%;
}
.single-podcast #main .content-container > .wrapper .social-wrapper > div a {
  margin: 0 0 0 20px;
  background-color: #002575;
  border-radius: 35px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  text-align: center;
  color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}
.single-podcast #main .content-container > .wrapper .social-wrapper > div a:hover {
  background-color: #001d5a;
}
.single-podcast #main .content-container > .wrapper .social-wrapper > div a#facebook {
  background-image: url(../images/facebook.svg);
}
.single-podcast #main .content-container > .wrapper .social-wrapper > div a#twitter {
  background-image: url(../images/twitter.svg);
}
.single-podcast #main .content-container > .wrapper .social-wrapper > div a#mail {
  background-image: url(../images/mail.svg);
}
.page-template-template-valeurs #main .header-container {
  padding-top: 46px;
}
@media only screen and (max-width: 820px) {
  .page-template-template-valeurs #main .header-container {
    padding: 46px 5% 0;
  }
}
.page-template-template-valeurs #main .header-container.palme {
  background-image: url(../images/bg-form-contact.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-template-template-valeurs #main .header-container > .wrapper .row {
  position: relative;
}
.page-template-template-valeurs #main .header-container > .wrapper .row h1 {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
  font-family: "LietoMe";
  font-size: 60px;
  font-weight: normal;
  color: #002575;
  line-height: 120%;
}
@media (max-width: 770px) {
  .page-template-template-valeurs #main .header-container > .wrapper .row h1 {
    font-size: 48px;
    line-height: 50px;
  }
}
.page-template-template-valeurs #main .header-container > .wrapper .row h1 .apostrophe {
  position: relative;
  margin: 0 6px;
}
.page-template-template-valeurs #main .header-container > .wrapper .row h1 .apostrophe::after {
  content: "";
  position: absolute;
  top: 13%;
  left: 0;
  transform: translateX(-65%);
  width: 20px;
  height: 33px;
  display: block;
  background-image: url(../images/apostrophe.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.page-template-template-valeurs #main .header-container > .wrapper .row h3 {
  color: #002575;
  font-family: "BariolRegular";
  font-weight: normal;
  font-size: 35px;
  line-height: 120%;
  margin: 0 22px;
}
@media (max-width: 540px) {
  .page-template-template-valeurs #main .header-container > .wrapper .row h3 {
    font-size: 24px;
  }
}
.page-template-template-valeurs #main .header-container > .wrapper .row:nth-child(1) {
  margin-bottom: 50px;
}
.page-template-template-valeurs #main .header-container > .wrapper .row:nth-child(1)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 45px;
  height: 85px;
  display: block;
  background-image: url(../images/arrow_down.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(110%);
}
.page-template-template-valeurs #main .header-container > .wrapper .row:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 70px 0 0;
}
@media only screen and (max-width: 580px) {
  .page-template-template-valeurs #main .header-container > .wrapper .row:nth-child(2) {
    flex-direction: column;
    margin: 130px 0 0;
    padding-bottom: 70px;
    text-align: center;
  }
}
.page-template-template-valeurs #main .header-container > .wrapper .row:nth-child(2)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 45px;
  height: 85px;
  display: block;
  background-image: url(../images/arrow_down.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: scaleX(-1) translateX(170%) translateY(80%);
}
.page-template-template-valeurs #main .header-container > .wrapper .row:nth-child(3) {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 0;
  padding-bottom: 30px;
}
@media only screen and (max-width: 820px) {
  .page-template-template-valeurs #main .header-container > .wrapper .row:nth-child(3) {
    flex-direction: column-reverse;
    margin: 100px 0 0;
    padding-bottom: 70px;
  }
}
.page-template-template-valeurs #main .header-container > .wrapper .row:nth-child(3) h3 {
  max-width: 344px;
  text-align: center;
}
@media (max-width: 770px) {
  .page-template-template-valeurs #main .header-container > .wrapper .row:nth-child(3) h3 {
    font-size: 24px;
  }
}
.page-template-template-valeurs #main .header-container > .wrapper .row:nth-child(3)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 45px;
  height: 85px;
  display: block;
  background-image: url(../images/arrow_down.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(-90%) translateY(50%);
}
@media (max-width: 770px) {
  .page-template-template-valeurs #main .header-container > .wrapper .row:nth-child(3)::after {
    transform: translateX(20%) translateY(50%);
  }
}
@media only screen and (max-width: 820px) {
  .page-template-template-valeurs #main .container {
    padding: 0 5%;
  }
}
.page-template-template-valeurs #main .container h3 {
  color: #002575;
  font-family: "BariolRegular";
  font-weight: normal;
  font-size: 35px;
  line-height: 120%;
  margin: 0 22px;
}
.page-template-template-valeurs #main .container.section-two > .wrapper {
  position: relative;
  padding: 70px 0 90px;
}
.page-template-template-valeurs #main .container.section-two > .wrapper .row {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 770px) {
  .page-template-template-valeurs #main .container.section-two > .wrapper .row {
    flex-direction: column;
    margin: 30px 0 0;
    padding-bottom: 30px;
  }
}
.page-template-template-valeurs #main .container.section-two > .wrapper .row .image-wrapper {
  order: 1;
}
@media (max-width: 770px) {
  .page-template-template-valeurs #main .container.section-two > .wrapper .row .image-wrapper {
    order: 0;
  }
}
.page-template-template-valeurs #main .container.section-two > .wrapper .row h3 {
  max-width: 520px;
  text-align: center;
}
@media (max-width: 770px) {
  .page-template-template-valeurs #main .container.section-two > .wrapper .row h3 {
    font-size: 24px;
  }
}
.page-template-template-valeurs #main .container.section-two > .wrapper::after {
  z-index: 1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 45px;
  height: 85px;
  display: block;
  background-image: url(../images/arrow_down.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: scaleX(-1) translateX(300%) translateY(50%);
}
.page-template-template-valeurs #main .container.section-three {
  position: relative;
  background-image: url(../images/bg-engagement.png);
  background-repeat: no-repeat;
  background-size: cover;
  /*&::after {
                    content: "";
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    height: 62px;
                    background-image: url(../images/decors_feuille.png);
                    background-repeat: repeat-x;
                    background-position: center;
                    background-size: auto 62px;
                    opacity: .05;
                }

                &>.wrapper {
                    position: relative;
                    padding: 95px 0 130px;
                    display: flex;
                    justify-content: center;

                    @media only screen and (max-width: 765px) {
                        flex-direction: column;
                    }

                    .col {
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        margin: 0 20px;

                        .image-wrapper {
                            margin-bottom: 30px;
                        }

                        h3 {
                            max-width: 260px;
                            text-align: center;
                        }

                        &:first-of-type {
                            transform: translateY(-12%);
                        }

                        &:last-of-type {
                            transform: translateY(12%);
                        }
                    }

                    &::after {
                        content: "";
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        right: 0;
                        margin: auto;
                        width: 45px;
                        height: 85px;
                        display: block;
                        background-image: url(../images/arrow_down.svg);
                        background-position: center;
                        background-size: contain;
                        background-repeat: no-repeat;
                        transform: scaleX(-1) translateX(400%) translateY(65%);
                    }
                }*/
}
.page-template-template-valeurs #main .container.section-three::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 45px;
  height: 85px;
  display: block;
  background-image: url(../images/arrow_down.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(194%) translateY(65%);
}
@media (max-width: 500px) {
  .page-template-template-valeurs #main .container.section-three::after {
    display: none;
  }
}
.page-template-template-valeurs #main .container.section-three h3 {
  text-align: center;
  font-size: 60px;
  font-family: "LietoMe";
  line-height: 93px;
  padding-top: 84px;
}
@media (max-width: 770px) {
  .page-template-template-valeurs #main .container.section-three h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 520px) {
  .page-template-template-valeurs #main .container.section-three h3 {
    font-size: 40px;
    line-height: 56px;
  }
}
.page-template-template-valeurs #main .container.section-three p.subtitle {
  text-align: center;
  font-size: 26px;
  color: #233486;
  margin-top: 0;
  margin-bottom: 52px;
}
@media (max-width: 360px) {
  .page-template-template-valeurs #main .container.section-three p.subtitle {
    width: 280px;
    margin: 0 auto 52px auto;
  }
}
.page-template-template-valeurs #main .container.section-three .bloc-step {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
  gap: 8.5em;
}
@media (max-width: 428px) {
  .page-template-template-valeurs #main .container.section-three .bloc-step {
    gap: 4em;
  }
}
.page-template-template-valeurs #main .container.section-three .bloc-step .step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-template-template-valeurs #main .container.section-three .bloc-step .step:first-child {
  position: relative;
}
.page-template-template-valeurs #main .container.section-three .bloc-step .step:first-child::after {
  content: "";
  display: block;
  width: 62px;
  height: 38px;
  background-image: url("../images/transition-blue.png");
  position: absolute;
  right: -86px;
  top: 120px;
}
@media (max-width: 770px) {
  .page-template-template-valeurs #main .container.section-three .bloc-step .step:first-child::after {
    top: 50px;
  }
}
@media (max-width: 428px) {
  .page-template-template-valeurs #main .container.section-three .bloc-step .step:first-child::after {
    background-size: 30px 18px;
    background-repeat: no-repeat;
    right: -69px;
  }
}
.page-template-template-valeurs #main .container.section-three .bloc-step .step p.step-title {
  color: white;
  background-color: #F50E85;
  border-radius: 3px;
  font-size: 30px;
  width: 140px;
  margin: 0 auto -11px auto;
  text-align: center;
  position: relative;
  z-index: 9;
  transform: rotate(-3deg);
}
@media (max-width: 770px) {
  .page-template-template-valeurs #main .container.section-three .bloc-step .step p.step-title {
    font-size: 16px;
    width: 68px;
  }
}
.page-template-template-valeurs #main .container.section-three .bloc-step .step div.round-background {
  background-color: #CFEEF0;
  width: 211.51px;
  height: 211.51px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 770px) {
  .page-template-template-valeurs #main .container.section-three .bloc-step .step div.round-background {
    width: 99.28px;
    height: 99.28px;
  }
}
.page-template-template-valeurs #main .container.section-three .bloc-step .step div.round-background img.papier-etape-un {
  margin-right: -62px;
}
@media (max-width: 770px) {
  .page-template-template-valeurs #main .container.section-three .bloc-step .step div.round-background img.papier-etape-un {
    width: 84.3px;
    margin-right: -32px;
  }
}
.page-template-template-valeurs #main .container.section-three .bloc-step .step p.legende-img {
  color: #009FAE;
  font-size: 34px;
  margin: 0;
}
@media (max-width: 770px) {
  .page-template-template-valeurs #main .container.section-three .bloc-step .step p.legende-img {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.page-template-template-valeurs #main .container.section-three .bloc-step .step p.capslock-action {
  text-transform: uppercase;
  color: #024795;
  font-size: 34px;
  margin-bottom: 0;
  margin-top: -14px;
}
@media (max-width: 770px) {
  .page-template-template-valeurs #main .container.section-three .bloc-step .step p.capslock-action {
    font-size: 16px;
  }
}
.page-template-template-valeurs #main .container.section-video {
  padding-bottom: 80px;
  position: relative;
}
.page-template-template-valeurs #main .container.section-video::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 45px;
  height: 85px;
  display: block;
  background-image: url(../images/arrow_down.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 99;
  transform: translateX(430%) translateY(44%);
}
@media (max-width: 567px) {
  .page-template-template-valeurs #main .container.section-video::after {
    transform: translateX(20%) translateY(44%);
  }
}
.page-template-template-valeurs #main .container.section-video h3 {
  font-family: "LietoMe";
  font-size: 60px;
  line-height: 60px;
  color: #233486;
  width: 860px;
  text-align: center;
  margin: 73px auto 30px auto;
}
@media (max-width: 820px) {
  .page-template-template-valeurs #main .container.section-video h3 {
    font-size: 40px;
    line-height: 50px;
    width: auto;
  }
}
.page-template-template-valeurs #main .container.section-video #iframe_1 {
  text-align: center;
  padding: 0 20px;
  height: 537px;
}
@media (max-width: 1000px) {
  .page-template-template-valeurs #main .container.section-video #iframe_1 {
    height: 60vw;
  }
}
.page-template-template-valeurs #main .container.section-video #iframe_1 iframe {
  max-width: 952px;
}
.page-template-template-valeurs #main .container.section-origine {
  background-color: #CFEEF0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
  padding: 80px 0;
  position: relative;
}
@media (max-width: 596px) {
  .page-template-template-valeurs #main .container.section-origine {
    flex-direction: column;
    gap: 3em;
  }
}
.page-template-template-valeurs #main .container.section-origine::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 45px;
  height: 85px;
  display: block;
  background-image: url(../images/arrow_down.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: scaleX(-1) translateX(400%) translateY(44%);
}
@media (max-width: 448px) {
  .page-template-template-valeurs #main .container.section-origine::after {
    transform: scaleX(-1) translateX(240%) translateY(44%);
  }
}
.page-template-template-valeurs #main .container.section-origine .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-template-template-valeurs #main .container.section-origine .col.top {
  transform: translateY(-22%);
}
@media (max-width: 596px) {
  .page-template-template-valeurs #main .container.section-origine .col.top {
    transform: unset;
  }
}
.page-template-template-valeurs #main .container.section-origine .col.bottom {
  transform: translateY(17%);
}
@media (max-width: 596px) {
  .page-template-template-valeurs #main .container.section-origine .col.bottom {
    transform: unset;
  }
}
.page-template-template-valeurs #main .container.section-origine .col .image-wrapper {
  margin-bottom: 40px;
}
.page-template-template-valeurs #main .container.section-origine .col .image-wrapper img {
  max-width: 109px;
  max-height: 178px;
}
.page-template-template-valeurs #main .container.section-origine .col h3 {
  width: 260px;
  color: #233486;
  text-align: center;
}
.page-template-template-valeurs #main .container.section-four > .wrapper {
  position: relative;
  padding: 50px 0 70px;
}
@media (max-width: 448px) {
  .page-template-template-valeurs #main .container.section-four > .wrapper {
    padding: 0 0 70px 0;
  }
}
.page-template-template-valeurs #main .container.section-four > .wrapper .row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-template-valeurs #main .container.section-four > .wrapper .row h3 {
  color: #002575;
  font-family: "LietoMe";
  font-weight: normal;
  font-size: 60px;
  line-height: 100%;
  margin: 0 22px;
  text-align: center;
}
@media (max-width: 700px) {
  .page-template-template-valeurs #main .container.section-four > .wrapper .row h3 {
    font-size: 40px;
  }
}
.page-template-template-valeurs #main .container.section-four > .wrapper .row:nth-child(1) {
  position: relative;
}
@media only screen and (max-width: 840px) {
  .page-template-template-valeurs #main .container.section-four > .wrapper .row:nth-child(1) {
    flex-wrap: wrap;
    padding: 40px 0 90px;
  }
}
.page-template-template-valeurs #main .container.section-four > .wrapper .row:nth-child(1) h3 {
  max-width: 294px;
}
@media only screen and (max-width: 840px) {
  .page-template-template-valeurs #main .container.section-four > .wrapper .row:nth-child(1) h3 {
    order: 2;
    flex-basis: 100%;
  }
}
.page-template-template-valeurs #main .container.section-four > .wrapper .row:nth-child(1) .image-wrapper {
  margin: 0 10px;
}
@media only screen and (max-width: 840px) {
  .page-template-template-valeurs #main .container.section-four > .wrapper .row:nth-child(1) .image-wrapper {
    order: 1;
  }
  .page-template-template-valeurs #main .container.section-four > .wrapper .row:nth-child(1) .image-wrapper:last-of-type {
    text-align: center;
  }
}
.page-template-template-valeurs #main .container.section-four > .wrapper .row:nth-child(1)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 45px;
  height: 85px;
  display: block;
  background-image: url(../images/arrow_down.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(-230%) translateY(30%);
}
@media only screen and (max-width: 780px) {
  .page-template-template-valeurs #main .container.section-four > .wrapper .row:nth-child(1)::after {
    transform: translateX(200%) translateY(30%);
  }
}
.page-template-template-valeurs #main .container.section-four > .wrapper .row:nth-child(2) {
  margin-top: 50px;
}
@media only screen and (max-width: 780px) {
  .page-template-template-valeurs #main .container.section-four > .wrapper .row:nth-child(2) {
    flex-direction: column;
  }
}
.page-template-template-valeurs #main .container.section-four > .wrapper .row:nth-child(2) .text-wrapper {
  max-width: 514px;
  margin-left: 60px;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .page-template-template-valeurs #main .container.section-four > .wrapper .row:nth-child(2) .text-wrapper {
    margin-top: 20px;
    margin-left: 0;
  }
}
.page-template-template-valeurs #main .container.section-four > .wrapper .row:nth-child(2) .text-wrapper h3 {
  max-width: 426px;
}
.page-template-template-valeurs #main .container.section-four > .wrapper .row:nth-child(2) .text-wrapper p {
  margin-top: 15px;
  margin-bottom: 4px;
  font-family: "BariolRegular";
  font-weight: bold;
  font-size: 20px;
  color: #002575;
}
.page-template-template-valeurs #main .container.section-four > .wrapper .row:nth-child(2) .text-wrapper span {
  font-family: "BariolRegular";
  font-size: 14px;
  color: #002575;
}
.page-template-template-valeurs #main .container.section-four > .wrapper::after {
  z-index: 1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 45px;
  height: 85px;
  display: block;
  background-image: url(../images/arrow_down.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: scaleX(-1) translateX(0%) translateY(45%);
}
.page-template-template-valeurs #main .container.section-five {
  position: relative;
  background-color: #F5F2EF;
}
.page-template-template-valeurs #main .container.section-five::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 64px;
}
.page-template-template-valeurs #main .container.section-five::after {
  z-index: 1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 45px;
  height: 85px;
  display: block;
  background-image: url(../images/arrow_down.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(410%) translateY(50%);
}
@media only screen and (max-width: 550px) {
  .page-template-template-valeurs #main .container.section-five::after {
    transform: translateX(280%) translateY(50%);
  }
}
@media (max-width: 370px) {
  .page-template-template-valeurs #main .container.section-five::after {
    transform: translateX(65%) translateY(50%);
  }
}
.page-template-template-valeurs #main .container.section-five > .wrapper {
  position: relative;
  padding: 95px 0 130px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 765px) {
  .page-template-template-valeurs #main .container.section-five > .wrapper {
    flex-direction: column;
  }
}
.page-template-template-valeurs #main .container.section-five > .wrapper .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 20px;
}
.page-template-template-valeurs #main .container.section-five > .wrapper .col .image-wrapper {
  margin-bottom: 30px;
}
.page-template-template-valeurs #main .container.section-five > .wrapper .col h3 {
  max-width: 260px;
  text-align: center;
}
@media only screen and (min-width: 765px) {
  .page-template-template-valeurs #main .container.section-five > .wrapper .col:first-of-type {
    transform: translateY(12%);
  }
  .page-template-template-valeurs #main .container.section-five > .wrapper .col:last-of-type {
    transform: translateY(-12%);
  }
}
@media only screen and (max-width: 765px) {
  .page-template-template-valeurs #main .container.section-five > .wrapper .col:first-of-type {
    margin-bottom: 30px;
  }
}
.page-template-template-valeurs #main .container.section-six {
  padding-top: 37px;
}
.page-template-template-valeurs #main .container.section-six > .wrapper {
  position: relative;
  padding: 20px 0 50px;
}
@media only screen and (max-width: 690px) {
  .page-template-template-valeurs #main .container.section-six > .wrapper {
    padding: 40px 0 80px;
  }
}
.page-template-template-valeurs #main .container.section-six > .wrapper .row {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 690px) {
  .page-template-template-valeurs #main .container.section-six > .wrapper .row {
    flex-direction: column;
  }
}
.page-template-template-valeurs #main .container.section-six > .wrapper .row .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 690px) {
  .page-template-template-valeurs #main .container.section-six > .wrapper .row .text-wrapper {
    margin-bottom: 143px;
  }
}
@media (max-width: 524px) {
  .page-template-template-valeurs #main .container.section-six > .wrapper .row .text-wrapper {
    margin-bottom: 93px;
  }
}
.page-template-template-valeurs #main .container.section-six > .wrapper .row .text-wrapper h3 {
  color: #002575;
  font-family: "LietoMe";
  font-weight: normal;
  font-size: 60px;
  line-height: 100%;
  margin: 0 30px;
  text-align: center;
  max-width: 250px;
}
@media only screen and (max-width: 690px) {
  .page-template-template-valeurs #main .container.section-six > .wrapper .row .text-wrapper h3 {
    margin-top: 20px;
  }
}
.page-template-template-valeurs #main .container.section-six > .wrapper .row .text-wrapper p {
  font-weight: bold;
  color: #153B8B;
  font-size: 20px;
  line-height: 22px;
  max-width: 257px;
  text-align: center;
}
.page-template-template-valeurs #main .container.section-six > .wrapper::after {
  z-index: 1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 45px;
  height: 85px;
  display: block;
  background-image: url(../images/arrow_down.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: scaleX(-1) translateX(330%) translateY(-350%);
}
@media (max-width: 690px) {
  .page-template-template-valeurs #main .container.section-six > .wrapper::after {
    transform: scaleX(-1) translateX(90%) translateY(-490%);
  }
}
@media (max-width: 446px) {
  .page-template-template-valeurs #main .container.section-six > .wrapper::after {
    transform: scaleX(-1) translateX(90%) translateY(-606%);
  }
}
@media (max-width: 420px) {
  .page-template-template-valeurs #main .container.section-six > .wrapper::after {
    transform: scaleX(-1) translateX(90%) translateY(-503%);
  }
}
@media (max-width: 360px) {
  .page-template-template-valeurs #main .container.section-six > .wrapper::after {
    transform: scaleX(-1) translateX(90%) translateY(-531%);
  }
}
.page-template-template-valeurs #main .container.section-six .section-six__bloc-bottom {
  margin-top: 40px;
  text-align: center;
}
.page-template-template-valeurs #main .container.section-six .section-six__bloc-bottom h3 {
  font-size: 60px;
  font-family: "LietoMe";
  line-height: 93px;
  color: #233486;
}
@media (max-width: 420px) {
  .page-template-template-valeurs #main .container.section-six .section-six__bloc-bottom h3 {
    line-height: 48px;
  }
}
.page-template-template-valeurs #main .container.section-six .section-six__bloc-bottom p {
  color: #233486;
  font-size: 20px;
  line-height: 26px;
  max-width: 783.35px;
  margin: 0 auto;
}
.page-template-template-valeurs #main .container.section-seven {
  background-image: url(../images/bg-form-contact.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-template-template-valeurs #main .container.section-seven > .wrapper {
  position: relative;
  padding-top: 30px;
  padding-bottom: 80px;
}
.page-template-template-valeurs #main .container.section-seven > .wrapper::after {
  z-index: 1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 45px;
  height: 85px;
  display: block;
  background-image: url(../images/arrow_down.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: scaleX(-1) translateX(730%) translateY(65%);
}
@media only screen and (max-width: 720px) {
  .page-template-template-valeurs #main .container.section-seven > .wrapper::after {
    transform: scaleX(-1) translateX(250%) translateY(65%);
  }
}
.page-template-template-valeurs #main .container.section-seven > .wrapper .header-container {
  text-align: center;
}
.page-template-template-valeurs #main .container.section-seven > .wrapper .header-container h3 {
  color: #002575;
  font-family: "BariolRegular";
  font-weight: normal;
  font-size: 60px;
  line-height: 120%;
  margin: 20px 0;
}
.page-template-template-valeurs #main .container.section-seven > .wrapper .header-container h4 {
  color: #002575;
  font-family: "BariolRegular";
  font-weight: normal;
  font-size: 26px;
  line-height: 120%;
  margin: 20px 0;
}
.page-template-template-valeurs #main .container.section-seven > .wrapper .body-container > .wrapper {
  max-width: 610px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.page-template-template-valeurs #main .container.section-seven > .wrapper .body-container > .wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 155px;
  height: 50px;
  background-image: url(../images/motif_liaison.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(-70%);
}
.page-template-template-valeurs #main .container.section-seven > .wrapper .body-container > .wrapper .step {
  flex-basis: 277px;
  position: relative;
}
@media only screen and (max-width: 650px) {
  .page-template-template-valeurs #main .container.section-seven > .wrapper .body-container > .wrapper .step {
    flex-basis: 38vw;
  }
}
.page-template-template-valeurs #main .container.section-seven > .wrapper .body-container > .wrapper .step > .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-template-template-valeurs #main .container.section-seven > .wrapper .body-container > .wrapper .step > .wrapper .label {
  display: inline-block;
  background-color: #F50E85;
  font-family: "BariolRegular";
  font-size: 30px;
  padding: 0px 18px 3px;
  color: #ffffff;
  border-radius: 3px;
  transform: translateY(30%) rotate(-3deg);
}
@media only screen and (max-width: 650px) {
  .page-template-template-valeurs #main .container.section-seven > .wrapper .body-container > .wrapper .step > .wrapper .label {
    font-size: 4vw;
  }
}
.page-template-template-valeurs #main .container.section-seven > .wrapper .body-container > .wrapper .step > .wrapper .image-wrapper {
  background-color: #CFEEF0;
  height: 211px;
  width: 211px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 650px) {
  .page-template-template-valeurs #main .container.section-seven > .wrapper .body-container > .wrapper .step > .wrapper .image-wrapper {
    font-size: 4vw;
    width: 35.5vw;
    height: 35.5vw;
  }
}
.page-template-template-valeurs #main .container.section-seven > .wrapper .body-container > .wrapper .step > .wrapper .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-template-template-valeurs #main .container.section-seven > .wrapper .body-container > .wrapper .step > .wrapper .text-wrapper span {
  display: block;
  text-align: center;
  font-family: "BariolRegular";
  font-size: 34px;
  line-height: 125%;
}
@media only screen and (max-width: 650px) {
  .page-template-template-valeurs #main .container.section-seven > .wrapper .body-container > .wrapper .step > .wrapper .text-wrapper span {
    font-size: 4.5vw;
  }
}
.page-template-template-valeurs #main .container.section-seven > .wrapper .body-container > .wrapper .step > .wrapper .text-wrapper span:first-of-type {
  color: #009FAE;
}
.page-template-template-valeurs #main .container.section-seven > .wrapper .body-container > .wrapper .step > .wrapper .text-wrapper span:last-of-type {
  color: #024795;
  text-transform: uppercase;
}
.page-template-template-valeurs #main .container.section-seven > .wrapper .body-container > .wrapper .step.step-1 .image-wrapper img {
  transform: translateX(15%);
}
.page-template-template-valeurs #main .container.section-eight > .wrapper {
  position: relative;
  padding-bottom: 80px;
}
.page-template-template-valeurs #main .container.section-eight > .wrapper::after {
  z-index: 1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 45px;
  height: 85px;
  display: block;
  background-image: url(../images/arrow_down.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(480%) translateY(46%);
}
@media only screen and (max-width: 570px) {
  .page-template-template-valeurs #main .container.section-eight > .wrapper::after {
    transform: translateX(250%) translateY(46%);
  }
}
.page-template-template-valeurs #main .container.section-eight > .wrapper .header-container {
  text-align: center;
}
.page-template-template-valeurs #main .container.section-eight > .wrapper .header-container .image-wrapper {
  display: flex;
  justify-content: center;
}
.page-template-template-valeurs #main .container.section-eight > .wrapper .header-container h3 {
  color: #002575;
  font-family: "BariolRegular";
  font-weight: normal;
  font-size: 60px;
  line-height: 120%;
  margin: 7px 0 20;
}
.page-template-template-valeurs #main .container.section-eight > .wrapper .header-container p {
  max-width: 783px;
  text-align: center;
  margin: 20px auto 60px;
  color: #002575;
  font-family: "BariolRegular";
  font-weight: normal;
  font-size: 24px;
  line-height: 120%;
}
.page-template-template-valeurs #main .container.section-eight .body-container .slick-track {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.page-template-template-valeurs #main .container.section-eight .body-container .slick-dots {
  margin: auto;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  text-align: center;
  padding-left: 0;
}
.page-template-template-valeurs #main .container.section-eight .body-container .slick-dots li {
  display: inline-block;
  margin-right: 20px;
}
.page-template-template-valeurs #main .container.section-eight .body-container .slick-dots li button {
  background-color: #002575;
  border-radius: 35px;
  height: 15px;
  width: 15px;
  text-indent: -99999px;
  padding: 0;
  border: none;
}
.page-template-template-valeurs #main .container.section-eight .body-container .slick-dots li button:focus {
  background-color: #8BC269;
}
.page-template-template-valeurs #main .container.section-eight .body-container .slick-dots li.slick-active button {
  background-color: #8BC269;
}
.page-template-template-valeurs #main .container.section-eight .body-container .slider-wrapper {
  margin-bottom: 40px;
}
.page-template-template-valeurs #main .container.section-eight .body-container .slider-wrapper .slide {
  margin: 0 20px;
  transition: all 0.4s ease-in-out;
}
.page-template-template-valeurs #main .container.section-eight .body-container .slider-wrapper .slide .wrapper a img {
  max-width: 366px;
}
.page-template-template-valeurs #main .container.section-eight .body-container .cta-wrapper {
  text-align: center;
}
.page-template-template-valeurs #main .container.section-eight .body-container .cta-wrapper a {
  background-color: #024795;
  color: #ffffff;
  font-family: "BariolRegular";
  font-size: 18px;
  padding: 16px 23px 16px 28px;
  border-radius: 100px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.page-template-template-valeurs #main .container.section-eight .body-container .cta-wrapper a:hover {
  background-color: #003879;
}
.page-template-template-valeurs #main .container.section-eight .body-container .cta-wrapper a::after {
  content: '';
  display: inline-block;
  width: 62px;
  height: 38px;
  margin-left: 22px;
  background-image: url(../images/arrow_cta_vert.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.page-template-template-valeurs #main .container.section-nine {
  background-image: url(../images/bg-form-contact.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-template-template-valeurs #main .container.section-nine > .wrapper {
  padding: 92px 0;
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1050px) {
  .page-template-template-valeurs #main .container.section-nine > .wrapper {
    flex-direction: column;
  }
}
.page-template-template-valeurs #main .container.section-nine > .wrapper .left-container {
  flex-basis: 50%;
}
.page-template-template-valeurs #main .container.section-nine > .wrapper .left-container img {
  width: 551px;
  height: 375px;
  object-fit: cover;
}
@media only screen and (max-width: 1150px) {
  .page-template-template-valeurs #main .container.section-nine > .wrapper .left-container img {
    object-fit: contain;
  }
}
.page-template-template-valeurs #main .container.section-nine > .wrapper .right-container {
  flex-basis: 50%;
}
@media only screen and (max-width: 1050px) {
  .page-template-template-valeurs #main .container.section-nine > .wrapper .right-container {
    margin-top: 20px;
  }
}
.page-template-template-valeurs #main .container.section-nine > .wrapper .right-container h2 {
  max-width: 500px;
  font-family: "LietoMe";
  font-weight: normal;
  color: #002575;
  font-size: 90px;
  line-height: 105%;
  margin-bottom: 37px;
  margin-top: 0;
  margin-left: 10%;
  margin-right: auto;
  text-align: center;
}
@media only screen and (max-width: 1050px) {
  .page-template-template-valeurs #main .container.section-nine > .wrapper .right-container h2 {
    margin-left: auto;
  }
}
.page-template-template-valeurs #main .container.section-nine > .wrapper .right-container h2::before {
  content: '';
  margin: 0 auto;
  width: 73px;
  height: 66px;
  display: block;
  background-image: url(../images/blog-logo.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.page-template-template-valeurs #main .container.section-nine > .wrapper .right-container p {
  max-width: 555px;
  text-align: center;
  margin: 0 auto 50px;
  color: #002575;
  font-family: "BariolRegular";
  font-weight: normal;
  font-size: 35px;
  line-height: 120%;
}
.page-template-template-valeurs #main .container.section-nine > .wrapper .right-container .cta-wrapper {
  text-align: center;
}
.page-template-template-valeurs #main .container.section-nine > .wrapper .right-container .cta-wrapper a {
  background-color: #024795;
  color: #ffffff;
  font-family: "BariolRegular";
  font-size: 18px;
  padding: 16px 23px 16px 28px;
  border-radius: 100px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.page-template-template-valeurs #main .container.section-nine > .wrapper .right-container .cta-wrapper a:hover {
  background-color: #003879;
}
.page-template-template-valeurs #main .container.section-nine > .wrapper .right-container .cta-wrapper a::after {
  content: '';
  display: inline-block;
  width: 62px;
  height: 38px;
  margin-left: 22px;
  background-image: url(../images/arrow_cta_vert.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .page-template-template-valeurs h3 {
    font-size: 40px!important;
  }
}
@media (max-width: 768px) {
  .page-template-template-valeurs .header-container h3 {
    font-size: 24px!important;
  }
}
@media (max-width: 768px) {
  .page-template-template-valeurs .section-two h3 {
    font-size: 24px!important;
  }
}
@media (max-width: 768px) {
  .page-template-template-valeurs .section-five h3 {
    font-size: 35px!important;
  }
}
.page-template-template-gamme .content-area {
  background-image: url(../images/bg-form-contact.jpg);
  background-size: 70%;
  background-position: center;
  overflow: hidden;
}
.page-template-template-gamme .content-area .title-page {
  position: relative;
  z-index: 9;
}
.page-template-template-gamme .content-area .entry-content-page {
  padding: 0 6%;
  padding-bottom: 0px;
  color: #024795;
}
.page-template-template-gamme .content-area .entry-content-page p:nth-child(1) {
  margin-top: 0;
}
.content-page-gamme .entry-content-page {
  max-width: 1400px;
  margin: 0 auto 20px auto;
}
.content-page-gamme .content-page {
  padding-top: 100px;
}
.content-page-gamme .wrapper-gamme {
  width: 800px;
  min-height: 350px;
  margin: auto;
  position: relative;
  padding: 15px;
  margin-bottom: 110px;
}
.content-page-gamme .wrapper-gamme:nth-child(5) img {
  left: -40% !important;
  top: 0;
  width: 58%!important;
  max-width: 70%;
}
.content-page-gamme .wrapper-gamme:last-child img {
  left: -50%;
  top: -1% !important;
  width: 100%;
  max-width: 70%;
}
.content-page-gamme .wrapper-gamme img {
  position: absolute;
  top: -54px;
  max-width: 594px;
}
@media (max-width: 530px) {
  .content-page-gamme .wrapper-gamme img {
    top: -130px !important;
  }
}
.content-page-gamme .wrapper-gamme:nth-child(odd) {
  margin-right: 120px;
}
.content-page-gamme .wrapper-gamme:nth-child(odd) img {
  left: -350px;
}
.content-page-gamme .wrapper-gamme:nth-child(odd) .content-gamme {
  padding: 30px 70px 30px 160px;
}
@media (max-width: 600px) {
  .content-page-gamme .wrapper-gamme:nth-child(odd) .content-gamme {
    padding: 30px 40px 30px 40px !important;
  }
}
.content-page-gamme .wrapper-gamme:nth-child(even) {
  margin-left: 120px;
}
.content-page-gamme .wrapper-gamme:nth-child(even) img {
  right: -310px;
}
.content-page-gamme .wrapper-gamme:nth-child(even) .content-gamme {
  padding: 30px 160px 30px 70px;
}
@media (max-width: 600px) {
  .content-page-gamme .wrapper-gamme:nth-child(even) .content-gamme {
    padding: 30px 40px 30px 40px !important;
  }
}
.content-page-gamme .wrapper-gamme:nth-child(1)::after {
  content: "";
  background-image: url(../images/extension-vertaloe.svg);
  background-repeat: no-repeat;
  width: 305px;
  display: block;
  height: 306px;
  position: absolute;
  right: -7%;
  bottom: -20%;
}
@media (max-width: 1384px) {
  .content-page-gamme .wrapper-gamme:nth-child(1)::after {
    right: -12%;
    bottom: -25%;
  }
}
@media (max-width: 980px) {
  .content-page-gamme .wrapper-gamme:nth-child(1)::after {
    background-image: url(../images/extension-vert-aloe-mobile.svg);
    width: 186px;
    height: 187px;
    right: 0;
    bottom: 0;
    transform: translate(27%, 30%);
  }
}
.content-page-gamme .wrapper-gamme:nth-child(2)::before {
  content: "";
  background-image: url(../images/extension-sensitive.svg);
  background-repeat: no-repeat;
  width: 201px;
  display: block;
  height: 191px;
  position: absolute;
  left: -5%;
  top: -18%;
}
@media (max-width: 980px) {
  .content-page-gamme .wrapper-gamme:nth-child(2)::before {
    background-image: url(../images/extension-sensitive-mobile.svg);
    width: 114px;
    height: 108px;
    right: 0;
    bottom: 0;
    top: unset;
    left: unset;
    transform: translate(-15%, 40%);
  }
}
.content-page-gamme .wrapper-gamme:nth-child(3)::before {
  content: "";
  background-image: url('../images/extension-coton-2.svg');
  background-repeat: no-repeat;
  width: 74px;
  height: 116px;
  display: block;
  position: absolute;
  top: -9%;
  right: 15%;
}
@media (max-width: 980px) {
  .content-page-gamme .wrapper-gamme:nth-child(3)::before {
    display: none;
  }
}
.content-page-gamme .wrapper-gamme:nth-child(3)::after {
  content: "";
  background-image: url(../images/extension-coton-1.svg);
  background-repeat: no-repeat;
  width: 177px;
  display: block;
  height: 167px;
  position: absolute;
  right: -1%;
  bottom: -4%;
}
@media (max-width: 980px) {
  .content-page-gamme .wrapper-gamme:nth-child(3)::after {
    background-image: url(../images/extension-coton-mobile.svg);
    width: 117px;
    height: 110px;
    bottom: 0;
    left: 0;
    right: unset;
    transform: translate(19%, 39%);
  }
}
.content-page-gamme .wrapper-gamme:nth-child(4):before {
  content: "";
  background-image: url('../images/extension-natura.svg');
  background-repeat: no-repeat;
  width: 200px;
  height: 193px;
  display: block;
  position: absolute;
  left: -3.2%;
  top: -13.2%;
}
@media (max-width: 980px) {
  .content-page-gamme .wrapper-gamme:nth-child(4):before {
    background-image: url(../images/extension-natura-mobile.svg);
    width: 137.204px;
    height: 132.288px;
    left: unset;
    top: unset;
    bottom: 0;
    right: 0;
    transform: translate(46px, -145px);
  }
}
@media (max-width: 980px) {
  .content-page-gamme .wrapper-gamme:nth-child(4) .content-gamme p {
    margin-bottom: 100px;
  }
}
.content-page-gamme .wrapper-gamme:nth-child(4) .content-gamme > a {
  position: relative;
}
@media (max-width: 500px) {
  .content-page-gamme .wrapper-gamme:nth-child(4) .content-gamme > a {
    white-space: unset;
  }
}
.content-page-gamme .wrapper-gamme:nth-child(4) .content-gamme > a::after {
  content: '';
  width: 43px;
  height: 50px;
  background-image: url('../images/Logo_Ecocert_facing.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: translateX(200%);
}
@media only screen and (max-width: 980px) {
  .content-page-gamme .wrapper-gamme:nth-child(4) .content-gamme > a::after {
    transform: unset;
    left: 0;
    bottom: unset;
    top: -64px;
  }
}
.content-page-gamme .wrapper-gamme:nth-child(4) img {
  top: -50px;
  /*@media (max-width: 768px){
                    top: -180px!important;
                    right: unset!important;
                    left: unset!important;
                    transform: translate(-11%);
                }*/
}
.content-page-gamme .wrapper-gamme:nth-child(5) {
  margin-bottom: 11em;
}
.content-page-gamme .wrapper-gamme:nth-child(5) img {
  top: -34px !important;
  left: -290px;
}
.content-page-gamme .wrapper-gamme:nth-child(6)::after {
  content: none;
  background-image: url(../images/extension-kids.svg);
  background-repeat: no-repeat;
  width: 196px;
  display: block;
  height: 160px;
  position: absolute;
  left: -4%;
  top: -8%;
}
@media (max-width: 980px) {
  .content-page-gamme .wrapper-gamme:nth-child(6)::after {
    background-image: url(../images/extension-kids-mobile.svg);
    width: 113.048px;
    height: 91.727px;
    bottom: 0;
    right: 0;
    left: unset;
    top: unset;
    transform: translate(-18%, 40%);
  }
}
.content-page-gamme .wrapper-gamme:nth-child(6) img {
  top: -36px;
}
@media (max-width: 980px) {
  .content-page-gamme .wrapper-gamme:nth-child(6) .content-gamme p {
    margin-bottom: 100px;
  }
}
.content-page-gamme .wrapper-gamme:nth-child(6) .content-gamme > a {
  position: relative;
}
.content-page-gamme .wrapper-gamme:nth-child(6) .content-gamme > a::after {
  content: '';
  width: 43px;
  height: 50px;
  background-image: url('../images/Logo_Ecocert_facing.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: translateX(-200%);
}
@media only screen and (max-width: 980px) {
  .content-page-gamme .wrapper-gamme:nth-child(6) .content-gamme > a::after {
    transform: unset;
    right: 0;
    bottom: unset;
    top: -64px;
  }
}
.content-page-gamme .wrapper-gamme:nth-child(7)::after {
  content: "";
  background-image: url(../images/extension-protection-soin.svg);
  background-repeat: no-repeat;
  width: 220px;
  display: block;
  height: 155px;
  position: absolute;
  right: -2.4%;
  bottom: -12%;
  background-size: contain;
}
@media (max-width: 1210px) {
  .content-page-gamme .wrapper-gamme:nth-child(7)::after {
    background-image: url(../images/extension-protection-mobile.svg);
    width: 130.981px;
    height: 92.139px;
    right: 0;
    bottom: 0;
    transform: translate(-12%, 30%);
  }
}
.content-page-gamme .wrapper-gamme:nth-child(7) img {
  top: 10px;
  left: -345px;
}
.content-page-gamme .wrapper-gamme:nth-child(7) .content-gamme {
  padding: 30px 40px 30px 160px;
}
.content-page-gamme .wrapper-gamme:nth-child(7) .content-gamme h2 a {
  font-size: 70px;
}
@media (max-width: 980px) {
  .content-page-gamme .wrapper-gamme:nth-child(7) .content-gamme h2 a {
    font-size: 44px;
  }
}
@media only screen and (max-width: 980px) {
  .content-page-gamme .wrapper-gamme:nth-child(7) .content-gamme p {
    margin-bottom: 100px;
  }
}
.content-page-gamme .wrapper-gamme:nth-child(7) .content-gamme > a {
  position: relative;
}
.content-page-gamme .wrapper-gamme:nth-child(7) .content-gamme > a::after {
  content: '';
  width: 43px;
  height: 50px;
  background-image: url('../images/Logo_Ecocert_facing.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: translateX(-200%);
}
@media only screen and (max-width: 980px) {
  .content-page-gamme .wrapper-gamme:nth-child(7) .content-gamme > a::after {
    transform: unset;
    right: 0;
    bottom: unset;
    top: -64px;
  }
}
.content-page-gamme .wrapper-gamme:nth-child(7) img {
  top: 0px;
  left: -350px;
}
@media (max-width: 980px) {
  .content-page-gamme .wrapper-gamme:nth-child(7) img {
    top: -46% !important;
  }
}
@media (max-width: 700px) {
  .content-page-gamme .wrapper-gamme:nth-child(7) img {
    top: -36% !important;
  }
}
@media (max-width: 586px) {
  .content-page-gamme .wrapper-gamme:nth-child(7) img {
    top: -25% !important;
  }
}
@media (max-width: 450px) {
  .content-page-gamme .wrapper-gamme:nth-child(7) img {
    top: -17% !important;
  }
}
.content-page-gamme .wrapper-gamme:nth-child(2n+1) .content-gamme {
  padding: 30px 15px 30px 160px!important;
}
@media (max-width: 980px) {
  .content-page-gamme .wrapper-gamme:nth-child(2n+1) .content-gamme {
    padding: 30px 40px 30px 40px !important;
  }
}
@media (max-width: 580px) {
  .content-page-gamme .wrapper-gamme:nth-child(2n+1) .content-gamme {
    padding: 30px 40px 60px 40px !important;
  }
}
.content-page-gamme .wrapper-gamme:nth-child(2n+1) .content-gamme img {
  left: -350px !important;
}
.content-page-gamme .wrapper-gamme:nth-child(2n) .content-gamme {
  padding: 30px 160px 30px 0px !important;
}
@media (max-width: 980px) {
  .content-page-gamme .wrapper-gamme:nth-child(2n) .content-gamme {
    padding: 30px 40px 30px 40px !important;
  }
}
@media (max-width: 580px) {
  .content-page-gamme .wrapper-gamme:nth-child(2n) .content-gamme {
    padding: 30px 40px 60px 40px !important;
  }
}
.content-page-gamme .wrapper-gamme:nth-child(2n) .content-gamme img {
  right: -320px;
}
.content-page-gamme .wrapper-gamme .content-gamme {
  background-color: white;
  height: 100%;
  width: 100%;
  min-height: 390px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content-page-gamme .wrapper-gamme .content-gamme h2 {
  margin-bottom: 0;
}
.content-page-gamme .wrapper-gamme .content-gamme h2 a {
  text-decoration: none;
  margin: 0;
  font-family: "LietoMe";
  font-weight: lighter;
  font-size: 3.25em;
  color: #002575;
}
.content-page-gamme .wrapper-gamme .content-gamme h2 a span svg {
  width: 70px;
  height: 54px;
}
.content-page-gamme .wrapper-gamme .content-gamme p {
  max-width: 396px;
  display: block;
  overflow: hidden;
}
.content-page-gamme .wrapper-gamme .content-gamme .link-more {
  padding: 10px 20px;
  background-color: #002575;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 35px;
  transition: background-color 0.4s ease-in-out;
}
@media (max-width: 500px) {
  .content-page-gamme .wrapper-gamme .content-gamme .link-more {
    width: auto;
    white-space: nowrap;
  }
}
.content-page-gamme .wrapper-gamme .content-gamme .link-more:hover {
  background-color: #324290;
}
.page-template-template-actus main {
  background-color: white;
}
.page-template-template-actus main .content-actu {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 100px;
}
.page-template-template-actus main .content-actu .entry-content-page {
  margin: 0 auto 20px auto;
  flex-basis: 100%;
}
.page-template-template-actus main .content-actu .wrapper-actu {
  width: calc(100% / 3 - 20px);
  position: relative;
}
.page-template-template-actus main .content-actu .wrapper-actu:nth-child(3n+3) {
  margin: 0 30px;
}
.page-template-template-actus main .content-actu .wrapper-actu img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1025px) {
  .page-template-template-actus main .content-actu .wrapper-actu > a {
    position: absolute;
    top: 0;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    margin-bottom: 15em;
  }
}
.page-template-template-actus main .content-actu .wrapper-actu .content-actu {
  background-color: #f5f2ef;
  padding: 15px;
  width: 90%;
  margin: auto;
  height: 240px;
  margin-top: -125px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .page-template-template-actus main .content-actu .wrapper-actu .content-actu {
    margin-top: 18em;
  }
}
.page-template-template-actus main .content-actu .wrapper-actu .content-actu .actu-bloc {
  background-color: white;
  color: #002575;
  text-align: center;
  width: 100%;
  height: 100%;
}
.page-template-template-actus main .content-actu .wrapper-actu .content-actu .actu-bloc .date {
  font-size: 15px;
  margin-top: 12px;
  display: block;
}
.page-template-template-actus main .content-actu .wrapper-actu .content-actu .actu-bloc h2 {
  font-family: "BariolRegular";
  font-size: 1.9em;
  line-height: 1.1em;
  margin: 10px;
  text-transform: uppercase;
  max-height: 100px;
  overflow: hidden;
}
.page-template-template-actus main .content-actu .wrapper-actu .content-actu .actu-bloc h2 .title {
  text-decoration: none;
  color: #002575;
}
.page-template-template-actus main .content-actu .wrapper-actu .content-actu .actu-bloc .more {
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  background-color: #002575;
  padding: 15px 25px;
  border-radius: 35px;
  position: absolute;
  width: 124px;
  bottom: 25px;
  right: 0;
  left: 0;
  margin: auto;
  transition: background-color 0.4s ease-in-out;
}
.page-template-template-actus main .content-actu .wrapper-actu .content-actu .actu-bloc .more:hover {
  background-color: #324290;
}
.single-actualite .wrapper-share {
  width: 100%;
}
.single-actualite main {
  background: url(../images/bg-actualite.jpg) white right 165% no-repeat;
  background-size: 34% auto;
}
.single-actualite main .content-une-actu {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.single-actualite main .content-une-actu h2 {
  display: block;
  width: 100%;
  line-height: normal;
  padding-top: 20px;
  padding-bottom: 20px;
}
.single-actualite main .content-une-actu .date {
  text-align: center;
  width: 100%;
  display: block;
  color: #002575;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  font-family: 'CenturyBold';
}
.single-actualite main .content-une-actu .content-texte {
  width: 100%;
  padding-right: 40px;
}
.single-actualite main .content-une-actu .content-texte .content-image {
  width: 36%;
  padding: 15px;
  box-shadow: 0 0 9px 1px #4a4a4a2b;
  -moz-box-shadow: 0 0 9px 1px #4a4a4a2b;
  -webkit-box-shadow: 0 0 9px 1px #4a4a4a2b;
  float: right;
  margin: 0 0 20px 50px;
}
.single-actualite main .content-une-actu .content-texte .wrapper-texte {
  display: table-cell;
}
.single-actualite main .content-une-actu .content-texte .wrapper-texte h2 {
  width: auto;
  display: table-cell;
}
.page-template-template-communaute .wrapper-share,
.page-template-template-gamme .wrapper-share,
.single-gamme .wrapper-share {
  height: 115px;
}
.page-template-template-communaute .wrapper-share .share-rs,
.page-template-template-gamme .wrapper-share .share-rs,
.single-gamme .wrapper-share .share-rs {
  width: 1400px;
  margin: auto;
  padding-top: 30px;
}
.share-rs {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 60px;
  margin: 90px 0;
}
.share-rs .share-txt {
  width: 26%;
  line-height: 60px;
  font-size: 20px;
  color: #002575;
  text-transform: uppercase;
  margin: 0;
}
.share-rs .trait-hr {
  width: 38%;
  height: 2px;
  background-color: #f5f2ef;
  margin-top: 29px;
}
.share-rs .content-rs {
  width: 25%;
  line-height: 60px;
  padding-left: 30px;
}
.share-rs .content-rs span {
  margin: 0 15px;
  background-color: #062f87;
  border-radius: 35px;
  width: 37px;
  height: 37px;
  line-height: 37px;
  display: inline-block;
  text-align: center;
  color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}
.share-rs .content-rs span:hover {
  background-color: #002575;
}
.share-rs .content-rs a {
  text-decoration: none;
  font-size: 1;
}
.share-rs .content-rs a:nth-child(1) span {
  background-image: url(../images/icon-fb.png);
}
.share-rs .content-rs a:nth-child(2) span {
  background-image: url(../images/icon-twitter.png);
}
.share-rs .content-rs a:nth-child(3) span {
  background-image: url(../images/icon-mail.png);
}
.page-template-template-contact h2 {
  background-color: transparent;
  margin-bottom: -30px;
}
.page-template-template-contact .legende-contact {
  text-align: center;
  font-size: 17px;
  margin-bottom: 60px;
}
.page-template-template-contact .head-contact {
  background: url(../images/bg-contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 280px;
  position: relative;
}
.page-template-template-contact .head-contact .content-tel {
  width: 430px;
  padding: 15px;
  background-color: #d8ddf1;
  margin: auto;
  height: 160px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-template-template-contact .head-contact .content-tel .wrapper-tel {
  background-color: white;
  width: 100%;
  height: 100%;
  font-size: 18px;
  text-align: center;
}
.page-template-template-contact .head-contact .content-tel .wrapper-tel p {
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'CenturyBold';
}
.page-template-template-contact .head-contact .content-tel .wrapper-tel a {
  padding-top: 18px;
  display: block;
}
.page-template-template-contact .content-contact {
  background-image: url(../images/bg-form-contact.jpg);
  background-position: -10px center;
  background-size: 70%;
}
.page-template-template-contact .wrapper-contact {
  width: 980px;
  margin: auto;
}
.page-template-template-contact .wrapper-contact .gform_wrapper .gfield_required {
  color: #002575;
}
.page-template-template-contact .wrapper-contact .gform_body ul {
  display: flex;
  flex-wrap: wrap;
}
.page-template-template-contact .wrapper-contact .gform_body ul .group-left,
.page-template-template-contact .wrapper-contact .gform_body ul .group-right {
  width: 50%;
}
.page-template-template-contact .wrapper-contact .gform_body ul .gfield {
  width: 100%;
}
.page-template-template-contact .wrapper-contact .gform_body ul .gfield > label {
  font-size: 24px;
  color: #002575;
}
.page-template-template-contact .wrapper-contact .gform_body ul .gfield input,
.page-template-template-contact .wrapper-contact .gform_body ul .gfield textarea {
  font-size: 17px !important;
  color: #948a82;
  border-radius: 35px;
  padding: 10px 15px !important;
  font-style: italic;
  border: 2px solid #f4f0ee;
}
.page-template-template-contact .wrapper-contact .gform_body ul .gfield input {
  width: 300px;
}
.page-template-template-contact .wrapper-contact .gform_body ul .gfield_radio li {
  margin-right: 35px;
}
.page-template-template-contact .wrapper-contact .gform_body ul .gfield_radio li label {
  font-size: 18px;
  line-height: 22px;
  padding-left: 30px;
  color: #42372f;
}
.page-template-template-contact .wrapper-contact .gform_body ul #field_1_11 {
  display: none;
}
.page-template-template-contact .wrapper-contact .gform_body ul #field_1_7 > label,
.page-template-template-contact .wrapper-contact .gform_body ul #field_1_8 > label {
  display: none;
}
.page-template-template-contact .wrapper-contact .gform_body ul #field_1_9 * {
  margin: auto;
}
.page-template-template-contact .wrapper-contact .gform_body ul .gfield_checkbox label {
  font-size: 18px;
  line-height: 18px;
  max-width: 100%;
  padding-left: 38px;
}
.page-template-template-contact .wrapper-contact .gform_footer {
  text-align: center;
  padding-bottom: 100px;
  padding-top: 50px;
}
.page-template-template-contact .wrapper-contact .gform_footer input {
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid #002575;
  background-color: #002575;
  color: white;
  padding: 25px 60px;
  border-radius: 35px;
  width: 263px !important;
}
.single-gamme {
  /**Ajout début**/
  /**Ajout fin**/
}
@media (max-width: 524px) {
  .single-gamme .separator {
    transform: translateY(-25%) !important;
  }
}
@media (max-width: 524px) {
  .single-gamme .separator svg {
    width: 40px!important;
  }
}
.single-gamme .wrapper-produit {
  padding: 130px 0;
  position: relative;
  background-size: cover !important;
}
.single-gamme .wrapper-produit .inner-produit {
  position: relative;
}
.single-gamme .wrapper-produit .inner-produit .cadre-produit {
  max-width: 800px;
  margin: auto;
  padding: 15px;
  display: flex;
}
.single-gamme .wrapper-produit .inner-produit .cadre-produit .content-produit {
  background-color: white;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-bottom: 245px;
}
@media only screen and (max-width: 830px) {
  .single-gamme .wrapper-produit .inner-produit .cadre-produit .content-produit {
    height: auto;
  }
}
.single-gamme .wrapper-produit .inner-produit .cadre-produit .content-produit .title-produit {
  font-family: "LietoMe";
  font-weight: lighter;
  color: #233486 !important;
  font-size: 71px;
  margin: 0;
  padding-top: 25px;
  line-height: 1.4em;
}
.single-gamme .wrapper-produit .inner-produit .cadre-produit .content-produit .title-produit span {
  display: none;
  margin-left: 15px;
}
.single-gamme .wrapper-produit .inner-produit .cadre-produit .content-produit .title-produit span svg {
  width: 50px;
  height: 50px;
}
.single-gamme .wrapper-produit .inner-produit .cadre-produit .content-produit .legende {
  font-size: 20px;
  font-family: "BariolRegular";
  margin: 10px 0;
  font-weight: 800;
}
.single-gamme .wrapper-produit .inner-produit .cadre-produit .content-produit .content-texte {
  padding: 0 6%;
  font-family: "BariolRegular";
  font-size: 18px;
}
.single-gamme .wrapper-produit .inner-produit .cadre-produit .content-produit .content-texte p {
  margin: 15px 0;
}
.single-gamme .wrapper-produit .inner-produit .cadre-produit .content-image {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0px;
  transform: translateY(80px);
}
.single-gamme .wrapper-produit .inner-produit .cadre-produit .content-image img {
  max-height: 465px;
  margin-right: -34px;
  margin-bottom: -80px !important;
}
@media (max-width: 830px) {
  .single-gamme .wrapper-produit .inner-produit .cadre-produit .content-image img {
    max-height: 314px;
    margin: 0!important;
  }
}
.single-gamme .caracteristiques {
  padding-bottom: 70px;
  background: url(../images/bg-form-contact.jpg) center;
  background-size: 70%;
}
.single-gamme .caracteristiques h3 {
  font-size: 45px;
  font-family: "BariolRegular";
  color: #002575;
  text-align: center;
  margin: 0;
  padding: 50px;
  font-weight: normal;
}
.single-gamme .wrapper-carac {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1400px;
  margin: auto;
  text-align: center;
}
.single-gamme .wrapper-carac .une-carac {
  width: calc(100%/4);
  margin-bottom: 70px;
}
.single-gamme .wrapper-carac .une-carac .cadre-image {
  padding: 10px;
  border-radius: 50%;
  width: 105px;
  height: 105px;
  margin: auto;
}
.single-gamme .wrapper-carac .une-carac .cadre-image .wrapper-svg {
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 50%;
  position: relative;
  /*svg#fsc{
                        line{
                            fill: #0a5a40 !important;
                            stroke: #0a5a40 !important;
                        }
                    }*/
}
.single-gamme .wrapper-carac .une-carac .cadre-image .wrapper-svg svg {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: white;
}
.single-gamme .wrapper-carac .une-carac.labs {
  order: 99;
}
.single-gamme .wrapper-carac .une-carac.carc-8 {
  order: 88;
}
.single-gamme .wrapper-carac .une-carac.carc-16,
.single-gamme .wrapper-carac .une-carac.carc-7 {
  order: 87;
}
.single-gamme .wrapper-carac .une-carac.carc-16 .cadre-image .wrapper-svg svg,
.single-gamme .wrapper-carac .une-carac.carc-7 .cadre-image .wrapper-svg svg {
  height: 60px!important;
  width: 60px!important;
}
.single-gamme .wrapper-carac .une-carac.carc-4 .cadre-image .wrapper-svg svg {
  transform: rotate(-195deg);
}
.single-gamme .wrapper-carac .une-carac.carc-6,
.single-gamme .wrapper-carac .une-carac.carc-14 {
  order: 86;
}
.single-gamme .wrapper-carac .une-carac.carc-5 {
  order: 85;
}
.single-gamme .wrapper-carac .une-carac.carc-13 {
  order: 89;
}
.single-gamme .wrapper-carac .une-carac.carc-13 .cadre-image {
  background-color: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
.single-gamme .wrapper-carac .une-carac.carc-13 .cadre-image .wrapper-svg {
  background-color: transparent !important;
  border-radius: 0 !important;
}
.single-gamme .wrapper-carac .une-carac.carc-13 .cadre-image .wrapper-svg svg {
  height: 110px;
  width: 110px;
  background-color: transparent;
  /*path,
                            text,
                            line {
                                fill: white !important;
                                stroke: transparent !important;
                            }*/
}
.single-gamme .wrapper-carac .une-carac.carc-13 .cadre-image .wrapper-svg svg#fsc path {
  fill: #0a5a40 !important;
}
.single-gamme .wrapper-carac .une-carac.carc-28 {
  order: 100;
}
.single-gamme .wrapper-carac .une-carac.carc-28 .cadre-image {
  background-color: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
.single-gamme .wrapper-carac .une-carac.carc-28 .cadre-image .wrapper-svg {
  background-color: transparent !important;
  border-radius: 0 !important;
}
.single-gamme .wrapper-carac .une-carac.carc-28 .cadre-image .wrapper-svg svg {
  height: 110px;
  width: 110px;
  background-color: transparent;
}
.single-gamme .wrapper-carac .une-carac.carc-28 .cadre-image .wrapper-svg svg path,
.single-gamme .wrapper-carac .une-carac.carc-28 .cadre-image .wrapper-svg svg text,
.single-gamme .wrapper-carac .une-carac.carc-28 .cadre-image .wrapper-svg svg line {
  fill: #FC1923 !important;
  stroke: transparent !important;
}
.single-gamme .wrapper-carac .une-carac.carc-16 .cadre-image .wrapper-svg svg,
.single-gamme .wrapper-carac .une-carac.carc-7 .cadre-image .wrapper-svg svg {
  height: 33px;
  width: 40px;
}
.single-gamme .wrapper-carac .une-carac.carc-15 {
  order: -1;
}
.single-gamme .wrapper-carac .une-carac.carc-30 .cadre-image .wrapper-svg {
  overflow: hidden;
}
.single-gamme .wrapper-carac .une-carac.carc-30 .cadre-image .wrapper-svg svg {
  height: 100%;
  width: 100%;
}
.single-gamme .wrapper-carac .une-carac.carc-35 {
  order: 88;
}
.single-gamme .wrapper-carac .une-carac .legende-carac {
  text-align: center;
  max-width: 190px;
  margin: 20px auto 0;
  color: #002575;
  font-family: "BariolRegular";
  font-size: 18px;
  font-weight: bold;
}
.single-gamme .wrapper-carac .une-carac .legende-carac a {
  color: white;
  background-color: #002575;
  padding: 11px 20px;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
}
.single-gamme .wrapper-carac .une-carac .legende-carac a:hover {
  background-color: #324290;
}
@media only screen and (max-width: 540px) {
  .single-gamme.postid-1138 .wrapper-produit .inner-produit .cadre-produit .content-produit {
    padding-bottom: 145px;
  }
}
.single-gamme.postid-1138 .wrapper-produit .inner-produit .cadre-produit .content-image {
  transform: translateY(130px);
}
.single-gamme.postid-1138 .wrapper-produit .inner-produit .cadre-produit .content-image img {
  max-height: 332px;
  margin-left: -240px;
  margin-bottom: 0 !important;
}
.single-gamme.postid-1138 .wrapper-produit .inner-produit .cadre-produit .content-produit .legende {
  color: #5CBFC1 !important;
}
.single-gamme.postid-1138 .wrapper-carac {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1400px;
  margin: auto;
  text-align: center;
}
.single-gamme.postid-1138 .wrapper-carac .une-carac {
  width: calc(100%/3);
}
@media only screen and (max-width: 770px) {
  .single-gamme.postid-1138 .wrapper-carac .une-carac {
    width: calc(100%/2);
  }
}
@media only screen and (max-width: 490px) {
  .single-gamme.postid-1138 .wrapper-carac .une-carac {
    width: calc(100%/1);
  }
}
.single-gamme.postid-1138 .wrapper-carac .une-carac.carc-26 {
  order: 1;
}
.single-gamme.postid-1138 .wrapper-carac .une-carac.carc-31 {
  order: 2;
}
.single-gamme.postid-1138 .wrapper-carac .une-carac.carc-30 {
  order: 3;
}
.single-gamme.postid-1138 .wrapper-carac .une-carac.carc-27 {
  order: 4;
}
.single-gamme.postid-1138 .wrapper-carac .une-carac.carc-28 {
  order: 100;
}
.single-gamme.postid-1138 .wrapper-carac .une-carac.carc-29 {
  order: 6;
}
.single-gamme .histoire-fessnett {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 40em;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (min-width: 830px) and (max-width: 930px) {
  .single-gamme .histoire-fessnett {
    background-size: 200% 100%;
  }
}
@media only screen and (max-width: 930px) {
  .single-gamme .histoire-fessnett {
    background-position: right;
    background-size: auto 100%;
  }
}
.single-gamme .histoire-fessnett .wrapper-histoire {
  margin-right: 10%;
  max-width: 435px;
}
.single-gamme .histoire-fessnett .wrapper-histoire h3 {
  font-size: 45px;
  font-family: "BariolRegular";
  color: #002575;
  text-align: left;
  margin: 0 0 40px;
  padding: 0px;
  font-weight: normal;
  line-height: 100%;
}
.single-gamme .histoire-fessnett .wrapper-histoire p {
  color: #002575;
  margin: 0;
  font-size: 20px;
  font-family: "BariolRegular";
}
.single-gamme .comment-utiliser-fessnett {
  padding-top: 50px;
  padding-bottom: 190px;
  background: url(../images/bg-form-contact.jpg) center;
  background-size: 70%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.single-gamme .comment-utiliser-fessnett > .wrapper .header-container {
  margin-bottom: 40px;
}
@media only screen and (max-width: 650px) {
  .single-gamme .comment-utiliser-fessnett > .wrapper .header-container {
    margin-top: 30px;
  }
}
.single-gamme .comment-utiliser-fessnett > .wrapper .header-container h3 {
  font-size: 60px;
  font-family: "BariolRegular";
  color: #002575;
  text-align: center;
  margin: 0;
  line-height: 120%;
  font-weight: normal;
}
@media only screen and (max-width: 650px) {
  .single-gamme .comment-utiliser-fessnett > .wrapper .header-container h3 {
    margin-bottom: 30px;
  }
}
.single-gamme .comment-utiliser-fessnett > .wrapper .header-container p {
  font-size: 26px;
  font-family: "BariolRegular";
  color: #002575;
  text-align: center;
  margin: 0;
  font-weight: normal;
}
.single-gamme .comment-utiliser-fessnett > .wrapper .body-container > .wrapper {
  max-width: 610px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.single-gamme .comment-utiliser-fessnett > .wrapper .body-container > .wrapper .separator {
  text-align: center;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 155px;
  height: 50px;
  transform: translateY(-70%);
}
.single-gamme .comment-utiliser-fessnett > .wrapper .body-container > .wrapper .separator svg {
  width: 100%;
}
.single-gamme .comment-utiliser-fessnett > .wrapper .body-container > .wrapper .step {
  flex-basis: 277px;
  position: relative;
}
@media only screen and (max-width: 650px) {
  .single-gamme .comment-utiliser-fessnett > .wrapper .body-container > .wrapper .step {
    flex-basis: 38vw;
  }
}
.single-gamme .comment-utiliser-fessnett > .wrapper .body-container > .wrapper .step > .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.single-gamme .comment-utiliser-fessnett > .wrapper .body-container > .wrapper .step > .wrapper .label {
  display: inline-block;
  background-color: #F50E85;
  font-family: "BariolRegular";
  font-size: 30px;
  padding: 0px 18px 3px;
  color: #ffffff;
  border-radius: 3px;
  transform: translateY(30%) rotate(-3deg);
}
@media only screen and (max-width: 650px) {
  .single-gamme .comment-utiliser-fessnett > .wrapper .body-container > .wrapper .step > .wrapper .label {
    font-size: 4vw;
  }
}
.single-gamme .comment-utiliser-fessnett > .wrapper .body-container > .wrapper .step > .wrapper .image-wrapper {
  background-color: #CFEEF0;
  height: 211px;
  width: 211px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 650px) {
  .single-gamme .comment-utiliser-fessnett > .wrapper .body-container > .wrapper .step > .wrapper .image-wrapper {
    font-size: 4vw;
    width: 35.5vw;
    height: 35.5vw;
  }
}
.single-gamme .comment-utiliser-fessnett > .wrapper .body-container > .wrapper .step > .wrapper .image-wrapper img {
  transform: scale(1.15);
}
.single-gamme .comment-utiliser-fessnett > .wrapper .body-container > .wrapper .step > .wrapper .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single-gamme .comment-utiliser-fessnett > .wrapper .body-container > .wrapper .step > .wrapper .text-wrapper span {
  display: block;
  text-align: center;
  font-family: "BariolRegular";
  font-size: 34px;
  line-height: 125%;
}
@media only screen and (max-width: 650px) {
  .single-gamme .comment-utiliser-fessnett > .wrapper .body-container > .wrapper .step > .wrapper .text-wrapper span {
    font-size: 4.5vw;
  }
}
.single-gamme .comment-utiliser-fessnett > .wrapper .body-container > .wrapper .step > .wrapper .text-wrapper span:first-of-type {
  color: #009FAE;
}
.single-gamme .comment-utiliser-fessnett > .wrapper .body-container > .wrapper .step > .wrapper .text-wrapper span:last-of-type {
  color: #024795;
  text-transform: uppercase;
}
.single-gamme .comment-utiliser-fessnett > .wrapper .body-container > .wrapper .step.step-1 .image-wrapper img {
  transform: translateX(15%);
}
.single-gamme .comment-utiliser-fessnett > .wrapper .body-container > .wrapper.beige .step .image-wrapper {
  background-color: #C0C7DF;
}
.single-gamme .comment-utiliser-fessnett > .wrapper .body-container > .wrapper.beige .step .text-wrapper span:first-of-type {
  color: #76A3DB;
}
.single-gamme .comment-utiliser-fessnett > .wrapper .body-container > .wrapper.jaune .step .image-wrapper {
  background-color: #fadf77;
}
.single-gamme .comment-utiliser-fessnett > .wrapper .body-container > .wrapper.jaune .step .text-wrapper span:first-of-type {
  color: #FF9E1A;
}
.single-gamme .comment-utiliser-fessnett > .wrapper .body-container > .wrapper.vert .step .image-wrapper {
  background-color: #d9ecc5;
}
.single-gamme .comment-utiliser-fessnett > .wrapper .body-container > .wrapper.vert .step .text-wrapper span:first-of-type {
  color: #8DC26A;
}
.single-gamme .comment-utiliser-fessnett > .wrapper .body-container > .wrapper.green .step .image-wrapper {
  background-color: #ceefe8;
}
.single-gamme .comment-utiliser-fessnett > .wrapper .body-container > .wrapper.green .step .text-wrapper span:first-of-type {
  color: #009382;
}
.single-gamme .comment-utiliser-fessnett > .wrapper .body-container > .wrapper.rose .step .image-wrapper {
  background-color: #fee9eb;
}
.single-gamme .comment-utiliser-fessnett > .wrapper .body-container > .wrapper.rose .step .text-wrapper span:first-of-type {
  color: #F16177;
}
.single-gamme .comment-utiliser-fessnett > .wrapper .body-container > .wrapper.bleu .step .image-wrapper {
  background-color: #cfeef0;
}
.single-gamme .comment-utiliser-fessnett > .wrapper .body-container > .wrapper.bleu .step .text-wrapper span:first-of-type {
  color: #01A6B1;
}
.single-gamme .magasin-le-plus-proche {
  min-height: 360px;
  background-image: url(../images/bg-gamme.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .single-gamme .magasin-le-plus-proche {
    padding: 2em 0;
  }
}
.single-gamme .magasin-le-plus-proche .inner-wrapper {
  position: absolute;
  top: -45%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 640px;
  border: 14px solid;
  background-color: white;
  background-size: auto 100%;
  background-position: center;
  padding: 50px;
  border-color: #8dc26a;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
@media only screen and (max-width: 750px) {
  .single-gamme .magasin-le-plus-proche .inner-wrapper {
    position: initial;
    top: inherit;
    left: inherit;
    right: inherit;
    max-width: 90%;
  }
}
.single-gamme .magasin-le-plus-proche .inner-wrapper .text-container {
  background-color: white;
  max-width: 520px;
  text-align: center;
  padding: 1.6em 0em;
}
.single-gamme .magasin-le-plus-proche .inner-wrapper .text-container .gamme-button-produit {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.single-gamme .magasin-le-plus-proche .inner-wrapper .text-container .gamme-button-produit a {
  padding: 10px 10px;
  width: 250px;
  margin-bottom: 15px;
}
.single-gamme .magasin-le-plus-proche .inner-wrapper .text-container .produit-cut-title {
  margin-left: 0em!important;
}
.single-gamme .magasin-le-plus-proche .inner-wrapper .text-container p {
  font-family: "LietoMe";
  color: #002575;
  font-size: 40px;
  max-width: 90%;
  margin: 0 auto 0.8em;
  line-height: 110%;
}
@media only screen and (max-width: 750px) {
  .single-gamme .magasin-le-plus-proche .inner-wrapper .text-container p {
    max-width: 85%;
  }
}
.single-gamme .magasin-le-plus-proche .inner-wrapper .text-container p span {
  margin-left: 0.35em;
}
.single-gamme .magasin-le-plus-proche .inner-wrapper .text-container p span svg {
  height: 1em;
}
.single-gamme .magasin-le-plus-proche .inner-wrapper .text-container a {
  background-color: #002575;
  font-size: 20px;
  padding: 10px 50px;
  border-radius: 100px;
  font-family: "BariolRegular";
  color: #ffffff;
  transition: all 0.4s ease-in-out;
  border: none;
  text-decoration: none;
}
@media only screen and (max-width: 550px) {
  .single-gamme .magasin-le-plus-proche .inner-wrapper .text-container a {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 500px) {
  .single-gamme .magasin-le-plus-proche .inner-wrapper .text-container a {
    font-size: 15px;
  }
}
.single-gamme .magasin-le-plus-proche .inner-wrapper .text-container a:hover {
  background-color: #324290;
}
.postid-20 .magasin-le-plus-proche {
  background-image: url('../images/background-vertaloe@2x.jpg');
}
.postid-20 .magasin-le-plus-proche .inner-wrapper {
  background-color: #CBE1B8;
}
.postid-22 .magasin-le-plus-proche {
  background-image: url('../images/background-sensitive@2x.jpg');
}
.postid-126 .magasin-le-plus-proche {
  background-image: url('../images/background-pocket@2x.jpg');
}
.postid-22 .magasin-le-plus-proche .inner-wrapper,
.postid-126 .magasin-le-plus-proche .inner-wrapper {
  border-color: #459DAC !important;
  background-color: #4DC4CC;
}
.postid-116 .magasin-le-plus-proche {
  background-image: url('../images/background-coton@2x.jpg');
}
.postid-116 .magasin-le-plus-proche .inner-wrapper {
  background-color: #FDB1B8;
  border-color: #F26178 !important;
}
.postid-395 .magasin-le-plus-proche {
  background-image: url('../images/background-natura@2x.jpg');
}
.postid-1138 .magasin-le-plus-proche {
  background-image: url("../images/background-protection@2x.jpg");
}
.postid-1138 .magasin-le-plus-proche .inner-wrapper {
  border-color: #5cbfc1 !important;
}
.postid-599 .wrapper-produit .inner-produit .cadre-produit .content-produit {
  padding-bottom: 195px !important;
}
.postid-599 .wrapper-produit .inner-produit .cadre-produit .content-image img {
  max-height: 600px;
  margin-right: 0;
  margin-bottom: -122px !important;
}
.postid-599 .magasin-le-plus-proche {
  background-image: url("../images/background-kid@2x.jpg");
  background-size: 100% !important;
}
.postid-599 .magasin-le-plus-proche .inner-wrapper {
  border-color: #F6D02C !important;
}
.search-results article h2 {
  margin: 20px auto 0px auto;
}
.search-results article h2 a {
  text-decoration: none;
  color: #002575;
}
.search-results .page-content,
.search-results .entry-content,
.search-results .entry-summary {
  margin-top: 0px;
}
.menu-wrapper {
  width: 100%;
  margin: auto;
}
.menu-wrapper .myBtnToggle {
  width: 40px;
  height: 30px;
  position: relative;
  display: inline-block;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  position: absolute;
  right: 10%;
  top: 50px;
  z-index: 9;
}
.menu-wrapper .myBtnToggle span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #42372f;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.menu-wrapper .myBtnToggle span:nth-child(1) {
  top: 0px;
}
.menu-wrapper .myBtnToggle span:nth-child(2),
.menu-wrapper .myBtnToggle span:nth-child(3) {
  top: 12px;
}
.menu-wrapper .myBtnToggle span:nth-child(4) {
  top: 24px;
}
.menu-wrapper .myBtnToggle.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.menu-wrapper .myBtnToggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-wrapper .myBtnToggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-wrapper .myBtnToggle.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
/* Plan du site */
.page-id-61 #menu-plan-du-site {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.page-id-61 #menu-plan-du-site li {
  font-weight: bold;
  margin-bottom: 1em;
}
.page-id-61 #menu-plan-du-site li a {
  text-decoration: none;
  color: #002575;
}
.page-id-61 #menu-plan-du-site li > ul li {
  list-style: square;
  font-weight: normal;
  margin-bottom: 0.5em;
}
/* Page Newsletter */
.page-id-690 .breadcrumb-wrapper {
  background-color: #F6F5F1;
}
.page-id-690 #content {
  background: url(../images/bg-form-newsletter.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page-id-690 #content .content-page article h1 {
  font-size: 60px;
  color: #002575;
  text-align: center;
  font-family: "BariolRegular";
}
.page-id-690 #content .gform_wrapper .gfield_required {
  color: #002575;
}
.page-id-690 #content .gform_wrapper {
  max-width: 600px;
  margin: 0 auto;
  font-family: "BariolRegular";
}
.page-id-690 #content .gform_wrapper .gform_heading {
  position: relative;
  color: #002575;
  text-align: center;
  font-size: 26px;
}
.page-id-690 #content .gform_wrapper .gform_heading .gform_description span {
  display: block;
  color: #918D89;
  font-size: 20px;
}
.page-id-690 #content .gform_wrapper .gform_heading::before {
  content: '';
  background-image: url(../images/newsletter.svg);
  background-size: contain;
  height: 130px;
  width: 70px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-150%);
}
@media only screen and (max-width: 750px) {
  .page-id-690 #content .gform_wrapper .gform_heading::before {
    display: none;
  }
}
.page-id-690 #content .gform_wrapper .gform_body ul {
  display: flex;
  flex-wrap: wrap;
}
.page-id-690 #content .gform_wrapper .gform_body ul .group-left,
.page-id-690 #content .gform_wrapper .gform_body ul .group-right {
  width: 50%;
}
.page-id-690 #content .gform_wrapper .gform_body ul .gfield {
  width: 100%;
}
.page-id-690 #content .gform_wrapper .gform_body ul .gfield > label {
  font-size: 24px;
  color: #002575;
}
.page-id-690 #content .gform_wrapper .gform_body ul .gfield input,
.page-id-690 #content .gform_wrapper .gform_body ul .gfield textarea {
  font-size: 17px !important;
  color: #948a82;
  border-radius: 35px;
  padding: 10px 15px !important;
  font-style: italic;
  border: 2px solid #f4f0ee;
}
.page-id-690 #content .gform_wrapper .gform_body ul .gfield input[type=text] {
  width: 100%;
}
.page-id-690 #content .gform_wrapper .gform_body ul .gfield #input_6_10 > div {
  margin: 0 auto !important;
}
.page-id-690 #content .gform_wrapper .gform_body ul .gfield_radio li {
  margin-right: 35px;
}
.page-id-690 #content .gform_wrapper .gform_body ul .gfield_radio li label {
  font-size: 18px;
  line-height: 22px;
  padding-left: 30px;
  color: #42372f;
}
.page-id-690 #content .gform_wrapper .gform_body ul #field_1_11 {
  display: none;
}
.page-id-690 #content .gform_wrapper .gform_body ul #field_1_7 > label,
.page-id-690 #content .gform_wrapper .gform_body ul #field_1_8 > label {
  display: none;
}
.page-id-690 #content .gform_wrapper .gform_body ul #field_1_9 * {
  margin: auto;
}
.page-id-690 #content .gform_wrapper .gform_body ul .gfield_checkbox label {
  font-size: 18px;
  line-height: 18px;
  max-width: 100%;
  padding-left: 38px;
}
.page-id-690 #content .gform_wrapper .gform_footer {
  text-align: center;
  padding-bottom: 100px;
  padding-top: 50px;
}
.page-id-690 #content .gform_wrapper .gform_footer input {
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid #002575;
  background-color: #002575;
  color: white;
  padding: 25px 60px;
  border-radius: 35px;
  width: 263px !important;
}
.sidebar-sticky {
  background-color: #df1483;
  position: fixed;
  right: 0;
  bottom: 0;
  border-top-left-radius: 10px;
  z-index: 18888;
  transition: all 0.4s ease-in-out;
}
.sidebar-sticky a {
  text-decoration: none !important;
}
.sidebar-sticky:hover {
  background-color: #c21072;
}
.sidebar-sticky .wrapper-sticky {
  display: flex;
  align-items: center;
  padding: 14px 20px;
}
.sidebar-sticky .wrapper-sticky::before {
  content: '';
  width: 40px;
  height: 29px;
  display: inline-block;
  background-image: url(../images/newsletter3.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 12px;
}
.sidebar-sticky .wrapper-sticky::after {
  content: '';
  display: inline-block;
  width: 62px;
  height: 38px;
  margin-left: 22px;
  background-image: url(../images/arrow_cta.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.sidebar-sticky .wrapper-sticky span {
  color: #ffffff;
  font-family: "BariolRegular";
  font-size: 22px;
}
#qualite {
  text-align: center;
}
#qualite img {
  display: block;
  margin: auto;
}
/*
 * Jeu 25 ans
 */
.site-header-jeu {
  background: url(../images/bg-header-jeu.png) center -75% no-repeat;
  display: flex;
  justify-content: center;
  position: relative;
  background-size: 2190px;
}
@media screen and (max-width: 550px) {
  .site-header-jeu {
    background-size: 350vw;
  }
}
.site-header-jeu #confetis {
  position: absolute;
  top: -159px;
  left: 49.4%;
  transform: translate(-50%, 0);
  width: 1991px;
  height: 857px;
}
@media screen and (max-width: 447px) {
  .site-header-jeu #confetis {
    left: 200%;
  }
}
.site-header-jeu #logo-jeu {
  width: 364px;
  height: 364px;
  margin-top: 20px;
  -webkit-box-shadow: 0 20px 30px 0 #919191;
  box-shadow: 0 20px 30px 0 #919191;
  border-radius: 100%;
  position: relative;
}
@media screen and (max-width: 550px) {
  .site-header-jeu #logo-jeu {
    width: 55vw;
    height: 55vw;
  }
}
.site-header-jeu .btn-return-site {
  position: absolute;
  top: 40px;
  left: 40px;
}
@media screen and (max-width: 730px) {
  .site-header-jeu .btn-return-site {
    width: 17vw;
    height: 17vw;
    text-align: center;
    background: #002575;
    border-radius: 100%;
    font-size: 3.5vw;
    line-height: 4vw;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 15px;
    left: 15px;
  }
}
@media screen and (max-width: 730px) {
  .site-header-jeu .btn-return-site a {
    background: none;
    border-radius: 0;
    padding: 0;
  }
}
.page-template-template-jeu {
  background: #f3e6dd;
  overflow-x: hidden;
}
.page-template-template-jeu #page {
  overflow-x: hidden;
}
.page-template-template-jeu #content {
  background: url(../images/bg-plume.jpg) center bottom no-repeat;
}
.page-template-template-jeu .title-page-jeu {
  position: absolute;
  top: -82px;
}
@media screen and (max-width: 1023px) {
  .page-template-template-jeu .title-page-jeu {
    left: 50%;
    transform: translate(-50%, 0) rotate(-4deg);
    width: 100%;
  }
}
.page-template-template-jeu .entry-content-page {
  position: relative;
  width: 825px;
  padding: 115px 75px 50px;
  margin: 100px auto 250px;
  background: #fbf6f3;
  -webkit-box-shadow: 0 -3px 30px 0 #919191;
  box-shadow: 0 -3px 30px 0 #919191;
}
@media screen and (max-width: 1023px) {
  .page-template-template-jeu .entry-content-page {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .page-template-template-jeu .entry-content-page {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20vw;
  }
}
.page-template-template-jeu .entry-content-page p {
  font-size: 110%;
  padding-right: 159px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .page-template-template-jeu .entry-content-page p {
    padding-right: 0;
    text-align: center;
  }
}
.page-template-template-jeu .entry-content-page .bottom-content-game {
  text-align: center;
}
.page-template-template-jeu .entry-content-page #dotation-jeu {
  position: absolute;
  width: 425px;
  height: 573px;
  top: -170px;
  right: -191px;
}
@media screen and (max-width: 1023px) {
  .page-template-template-jeu .entry-content-page #dotation-jeu {
    display: none;
  }
}
.page-template-template-jeu .entry-content-page #dotation-jeu-m {
  display: none;
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .page-template-template-jeu .entry-content-page #dotation-jeu-m {
    display: block;
  }
}
.page-template-template-jeu .entry-content-page #volupte-g {
  position: absolute;
  width: 397px;
  height: 470px;
  top: 60px;
  left: -224px;
}
@media screen and (max-width: 1023px) {
  .page-template-template-jeu .entry-content-page #volupte-g {
    display: none;
  }
}
.single-video-jeu,
.page-template-template-jeu-form,
.page-template-template-jeu-confirmation {
  background: #f3e6dd;
  overflow-x: hidden;
}
.single-video-jeu #page,
.page-template-template-jeu-form #page,
.page-template-template-jeu-confirmation #page {
  overflow-x: hidden;
}
.single-video-jeu #content,
.page-template-template-jeu-form #content,
.page-template-template-jeu-confirmation #content {
  padding-top: 110px;
  padding-bottom: 250px;
  background: url(../images/bg-plume.jpg) center bottom no-repeat;
}
.single-video-jeu .content-page,
.page-template-template-jeu-form .content-page,
.page-template-template-jeu-confirmation .content-page {
  background: #ffffff;
  position: relative;
}
@media screen and (max-width: 1176px) {
  .single-video-jeu .content-page,
  .page-template-template-jeu-form .content-page,
  .page-template-template-jeu-confirmation .content-page {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
.single-video-jeu .content-page .type-video-jeu,
.page-template-template-jeu-form .content-page .type-video-jeu,
.page-template-template-jeu-confirmation .content-page .type-video-jeu,
.single-video-jeu .content-page .post-444,
.page-template-template-jeu-form .content-page .post-444,
.page-template-template-jeu-confirmation .content-page .post-444,
.single-video-jeu .content-page .post-451,
.page-template-template-jeu-form .content-page .post-451,
.page-template-template-jeu-confirmation .content-page .post-451 {
  background: #fbf6f3;
  padding: 106px 100px 48px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 1176px) {
  .single-video-jeu .content-page .type-video-jeu,
  .page-template-template-jeu-form .content-page .type-video-jeu,
  .page-template-template-jeu-confirmation .content-page .type-video-jeu,
  .single-video-jeu .content-page .post-444,
  .page-template-template-jeu-form .content-page .post-444,
  .page-template-template-jeu-confirmation .content-page .post-444,
  .single-video-jeu .content-page .post-451,
  .page-template-template-jeu-form .content-page .post-451,
  .page-template-template-jeu-confirmation .content-page .post-451 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.single-video-jeu .content-page .type-video-jeu .global-video-title,
.page-template-template-jeu-form .content-page .type-video-jeu .global-video-title,
.page-template-template-jeu-confirmation .content-page .type-video-jeu .global-video-title,
.single-video-jeu .content-page .post-444 .global-video-title,
.page-template-template-jeu-form .content-page .post-444 .global-video-title,
.page-template-template-jeu-confirmation .content-page .post-444 .global-video-title,
.single-video-jeu .content-page .post-451 .global-video-title,
.page-template-template-jeu-form .content-page .post-451 .global-video-title,
.page-template-template-jeu-confirmation .content-page .post-451 .global-video-title {
  display: flex;
  justify-content: center;
  margin-top: -209px;
}
@media screen and (max-width: 550px) {
  .single-video-jeu .content-page .type-video-jeu .global-video-title,
  .page-template-template-jeu-form .content-page .type-video-jeu .global-video-title,
  .page-template-template-jeu-confirmation .content-page .type-video-jeu .global-video-title,
  .single-video-jeu .content-page .post-444 .global-video-title,
  .page-template-template-jeu-form .content-page .post-444 .global-video-title,
  .page-template-template-jeu-confirmation .content-page .post-444 .global-video-title,
  .single-video-jeu .content-page .post-451 .global-video-title,
  .page-template-template-jeu-form .content-page .post-451 .global-video-title,
  .page-template-template-jeu-confirmation .content-page .post-451 .global-video-title {
    width: 113%;
    margin-top: -193px;
  }
}
@media screen and (max-width: 550px) {
  .single-video-jeu .content-page .type-video-jeu .global-video-title .title-page-jeu,
  .page-template-template-jeu-form .content-page .type-video-jeu .global-video-title .title-page-jeu,
  .page-template-template-jeu-confirmation .content-page .type-video-jeu .global-video-title .title-page-jeu,
  .single-video-jeu .content-page .post-444 .global-video-title .title-page-jeu,
  .page-template-template-jeu-form .content-page .post-444 .global-video-title .title-page-jeu,
  .page-template-template-jeu-confirmation .content-page .post-444 .global-video-title .title-page-jeu,
  .single-video-jeu .content-page .post-451 .global-video-title .title-page-jeu,
  .page-template-template-jeu-form .content-page .post-451 .global-video-title .title-page-jeu,
  .page-template-template-jeu-confirmation .content-page .post-451 .global-video-title .title-page-jeu {
    font-size: 7vw !important;
  }
}
.single-video-jeu .content-page .type-video-jeu .global-video-title .title-page-jeu:after,
.page-template-template-jeu-form .content-page .type-video-jeu .global-video-title .title-page-jeu:after,
.page-template-template-jeu-confirmation .content-page .type-video-jeu .global-video-title .title-page-jeu:after,
.single-video-jeu .content-page .post-444 .global-video-title .title-page-jeu:after,
.page-template-template-jeu-form .content-page .post-444 .global-video-title .title-page-jeu:after,
.page-template-template-jeu-confirmation .content-page .post-444 .global-video-title .title-page-jeu:after,
.single-video-jeu .content-page .post-451 .global-video-title .title-page-jeu:after,
.page-template-template-jeu-form .content-page .post-451 .global-video-title .title-page-jeu:after,
.page-template-template-jeu-confirmation .content-page .post-451 .global-video-title .title-page-jeu:after {
  content: url(../images/goutte.png);
  width: 58px;
  height: 41px;
  position: relative;
  top: -43px;
  left: -40px;
}
@media screen and (max-width: 740px) {
  .single-video-jeu .content-page .type-video-jeu .global-video-title .title-page-jeu:after,
  .page-template-template-jeu-form .content-page .type-video-jeu .global-video-title .title-page-jeu:after,
  .page-template-template-jeu-confirmation .content-page .type-video-jeu .global-video-title .title-page-jeu:after,
  .single-video-jeu .content-page .post-444 .global-video-title .title-page-jeu:after,
  .page-template-template-jeu-form .content-page .post-444 .global-video-title .title-page-jeu:after,
  .page-template-template-jeu-confirmation .content-page .post-444 .global-video-title .title-page-jeu:after,
  .single-video-jeu .content-page .post-451 .global-video-title .title-page-jeu:after,
  .page-template-template-jeu-form .content-page .post-451 .global-video-title .title-page-jeu:after,
  .page-template-template-jeu-confirmation .content-page .post-451 .global-video-title .title-page-jeu:after {
    top: -133px;
    right: -220px;
    left: auto;
  }
}
@media screen and (max-width: 550px) {
  .single-video-jeu .content-page .type-video-jeu .global-video-title .title-page-jeu:after,
  .page-template-template-jeu-form .content-page .type-video-jeu .global-video-title .title-page-jeu:after,
  .page-template-template-jeu-confirmation .content-page .type-video-jeu .global-video-title .title-page-jeu:after,
  .single-video-jeu .content-page .post-444 .global-video-title .title-page-jeu:after,
  .page-template-template-jeu-form .content-page .post-444 .global-video-title .title-page-jeu:after,
  .page-template-template-jeu-confirmation .content-page .post-444 .global-video-title .title-page-jeu:after,
  .single-video-jeu .content-page .post-451 .global-video-title .title-page-jeu:after,
  .page-template-template-jeu-form .content-page .post-451 .global-video-title .title-page-jeu:after,
  .page-template-template-jeu-confirmation .content-page .post-451 .global-video-title .title-page-jeu:after {
    top: -93px;
    right: -160px;
    left: auto;
  }
}
.single-video-jeu .content-page .type-video-jeu .entry-content,
.page-template-template-jeu-form .content-page .type-video-jeu .entry-content,
.page-template-template-jeu-confirmation .content-page .type-video-jeu .entry-content,
.single-video-jeu .content-page .post-444 .entry-content,
.page-template-template-jeu-form .content-page .post-444 .entry-content,
.page-template-template-jeu-confirmation .content-page .post-444 .entry-content,
.single-video-jeu .content-page .post-451 .entry-content,
.page-template-template-jeu-form .content-page .post-451 .entry-content,
.page-template-template-jeu-confirmation .content-page .post-451 .entry-content {
  text-align: center;
  width: 80%;
}
@media screen and (max-width: 550px) {
  .single-video-jeu .content-page .type-video-jeu .entry-content,
  .page-template-template-jeu-form .content-page .type-video-jeu .entry-content,
  .page-template-template-jeu-confirmation .content-page .type-video-jeu .entry-content,
  .single-video-jeu .content-page .post-444 .entry-content,
  .page-template-template-jeu-form .content-page .post-444 .entry-content,
  .page-template-template-jeu-confirmation .content-page .post-444 .entry-content,
  .single-video-jeu .content-page .post-451 .entry-content,
  .page-template-template-jeu-form .content-page .post-451 .entry-content,
  .page-template-template-jeu-confirmation .content-page .post-451 .entry-content {
    margin-top: 0;
  }
}
.single-video-jeu .content-page .type-video-jeu .entry-content p,
.page-template-template-jeu-form .content-page .type-video-jeu .entry-content p,
.page-template-template-jeu-confirmation .content-page .type-video-jeu .entry-content p,
.single-video-jeu .content-page .post-444 .entry-content p,
.page-template-template-jeu-form .content-page .post-444 .entry-content p,
.page-template-template-jeu-confirmation .content-page .post-444 .entry-content p,
.single-video-jeu .content-page .post-451 .entry-content p,
.page-template-template-jeu-form .content-page .post-451 .entry-content p,
.page-template-template-jeu-confirmation .content-page .post-451 .entry-content p {
  font-size: 110%;
}
@media screen and (max-width: 550px) {
  .single-video-jeu .content-page .type-video-jeu .entry-content p,
  .page-template-template-jeu-form .content-page .type-video-jeu .entry-content p,
  .page-template-template-jeu-confirmation .content-page .type-video-jeu .entry-content p,
  .single-video-jeu .content-page .post-444 .entry-content p,
  .page-template-template-jeu-form .content-page .post-444 .entry-content p,
  .page-template-template-jeu-confirmation .content-page .post-444 .entry-content p,
  .single-video-jeu .content-page .post-451 .entry-content p,
  .page-template-template-jeu-form .content-page .post-451 .entry-content p,
  .page-template-template-jeu-confirmation .content-page .post-451 .entry-content p {
    margin-top: 0;
  }
}
.single-video-jeu .content-page .type-video-jeu .video-container,
.page-template-template-jeu-form .content-page .type-video-jeu .video-container,
.page-template-template-jeu-confirmation .content-page .type-video-jeu .video-container,
.single-video-jeu .content-page .post-444 .video-container,
.page-template-template-jeu-form .content-page .post-444 .video-container,
.page-template-template-jeu-confirmation .content-page .post-444 .video-container,
.single-video-jeu .content-page .post-451 .video-container,
.page-template-template-jeu-form .content-page .post-451 .video-container,
.page-template-template-jeu-confirmation .content-page .post-451 .video-container {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1023px) {
  .single-video-jeu .content-page .type-video-jeu .video-container,
  .page-template-template-jeu-form .content-page .type-video-jeu .video-container,
  .page-template-template-jeu-confirmation .content-page .type-video-jeu .video-container,
  .single-video-jeu .content-page .post-444 .video-container,
  .page-template-template-jeu-form .content-page .post-444 .video-container,
  .page-template-template-jeu-confirmation .content-page .post-444 .video-container,
  .single-video-jeu .content-page .post-451 .video-container,
  .page-template-template-jeu-form .content-page .post-451 .video-container,
  .page-template-template-jeu-confirmation .content-page .post-451 .video-container {
    min-height: 656px;
  }
}
@media screen and (max-width: 1176px) {
  .single-video-jeu .content-page .type-video-jeu .video-container,
  .page-template-template-jeu-form .content-page .type-video-jeu .video-container,
  .page-template-template-jeu-confirmation .content-page .type-video-jeu .video-container,
  .single-video-jeu .content-page .post-444 .video-container,
  .page-template-template-jeu-form .content-page .post-444 .video-container,
  .page-template-template-jeu-confirmation .content-page .post-444 .video-container,
  .single-video-jeu .content-page .post-451 .video-container,
  .page-template-template-jeu-form .content-page .post-451 .video-container,
  .page-template-template-jeu-confirmation .content-page .post-451 .video-container {
    width: 100%;
  }
}
.single-video-jeu .content-page .type-video-jeu .video-container #video-iframe-div,
.page-template-template-jeu-form .content-page .type-video-jeu .video-container #video-iframe-div,
.page-template-template-jeu-confirmation .content-page .type-video-jeu .video-container #video-iframe-div,
.single-video-jeu .content-page .post-444 .video-container #video-iframe-div,
.page-template-template-jeu-form .content-page .post-444 .video-container #video-iframe-div,
.page-template-template-jeu-confirmation .content-page .post-444 .video-container #video-iframe-div,
.single-video-jeu .content-page .post-451 .video-container #video-iframe-div,
.page-template-template-jeu-form .content-page .post-451 .video-container #video-iframe-div,
.page-template-template-jeu-confirmation .content-page .post-451 .video-container #video-iframe-div {
  position: relative;
  overflow: hidden;
}
.single-video-jeu .content-page .type-video-jeu .video-container #video-iframe-div #iframe-video-jeu,
.page-template-template-jeu-form .content-page .type-video-jeu .video-container #video-iframe-div #iframe-video-jeu,
.page-template-template-jeu-confirmation .content-page .type-video-jeu .video-container #video-iframe-div #iframe-video-jeu,
.single-video-jeu .content-page .post-444 .video-container #video-iframe-div #iframe-video-jeu,
.page-template-template-jeu-form .content-page .post-444 .video-container #video-iframe-div #iframe-video-jeu,
.page-template-template-jeu-confirmation .content-page .post-444 .video-container #video-iframe-div #iframe-video-jeu,
.single-video-jeu .content-page .post-451 .video-container #video-iframe-div #iframe-video-jeu,
.page-template-template-jeu-form .content-page .post-451 .video-container #video-iframe-div #iframe-video-jeu,
.page-template-template-jeu-confirmation .content-page .post-451 .video-container #video-iframe-div #iframe-video-jeu {
  width: 100% !important;
}
@media only screen and (min-width: 1023px) {
  .single-video-jeu .content-page .type-video-jeu .video-container #video-iframe-div #iframe-video-jeu,
  .page-template-template-jeu-form .content-page .type-video-jeu .video-container #video-iframe-div #iframe-video-jeu,
  .page-template-template-jeu-confirmation .content-page .type-video-jeu .video-container #video-iframe-div #iframe-video-jeu,
  .single-video-jeu .content-page .post-444 .video-container #video-iframe-div #iframe-video-jeu,
  .page-template-template-jeu-form .content-page .post-444 .video-container #video-iframe-div #iframe-video-jeu,
  .page-template-template-jeu-confirmation .content-page .post-444 .video-container #video-iframe-div #iframe-video-jeu,
  .single-video-jeu .content-page .post-451 .video-container #video-iframe-div #iframe-video-jeu,
  .page-template-template-jeu-form .content-page .post-451 .video-container #video-iframe-div #iframe-video-jeu,
  .page-template-template-jeu-confirmation .content-page .post-451 .video-container #video-iframe-div #iframe-video-jeu {
    min-height: 656px;
  }
}
.single-video-jeu .content-page .type-video-jeu .video-container #video-iframe-div iframe,
.page-template-template-jeu-form .content-page .type-video-jeu .video-container #video-iframe-div iframe,
.page-template-template-jeu-confirmation .content-page .type-video-jeu .video-container #video-iframe-div iframe,
.single-video-jeu .content-page .post-444 .video-container #video-iframe-div iframe,
.page-template-template-jeu-form .content-page .post-444 .video-container #video-iframe-div iframe,
.page-template-template-jeu-confirmation .content-page .post-444 .video-container #video-iframe-div iframe,
.single-video-jeu .content-page .post-451 .video-container #video-iframe-div iframe,
.page-template-template-jeu-form .content-page .post-451 .video-container #video-iframe-div iframe,
.page-template-template-jeu-confirmation .content-page .post-451 .video-container #video-iframe-div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.single-video-jeu .content-page .type-video-jeu .video-container .attachment-video-jeu,
.page-template-template-jeu-form .content-page .type-video-jeu .video-container .attachment-video-jeu,
.page-template-template-jeu-confirmation .content-page .type-video-jeu .video-container .attachment-video-jeu,
.single-video-jeu .content-page .post-444 .video-container .attachment-video-jeu,
.page-template-template-jeu-form .content-page .post-444 .video-container .attachment-video-jeu,
.page-template-template-jeu-confirmation .content-page .post-444 .video-container .attachment-video-jeu,
.single-video-jeu .content-page .post-451 .video-container .attachment-video-jeu,
.page-template-template-jeu-form .content-page .post-451 .video-container .attachment-video-jeu,
.page-template-template-jeu-confirmation .content-page .post-451 .video-container .attachment-video-jeu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-video-jeu .content-page .type-video-jeu .video-container iframe,
.page-template-template-jeu-form .content-page .type-video-jeu .video-container iframe,
.page-template-template-jeu-confirmation .content-page .type-video-jeu .video-container iframe,
.single-video-jeu .content-page .post-444 .video-container iframe,
.page-template-template-jeu-form .content-page .post-444 .video-container iframe,
.page-template-template-jeu-confirmation .content-page .post-444 .video-container iframe,
.single-video-jeu .content-page .post-451 .video-container iframe,
.page-template-template-jeu-form .content-page .post-451 .video-container iframe,
.page-template-template-jeu-confirmation .content-page .post-451 .video-container iframe {
  width: 1167px !important;
}
.single-video-jeu .content-page .type-video-jeu .video-container img,
.page-template-template-jeu-form .content-page .type-video-jeu .video-container img,
.page-template-template-jeu-confirmation .content-page .type-video-jeu .video-container img,
.single-video-jeu .content-page .post-444 .video-container img,
.page-template-template-jeu-form .content-page .post-444 .video-container img,
.page-template-template-jeu-confirmation .content-page .post-444 .video-container img,
.single-video-jeu .content-page .post-451 .video-container img,
.page-template-template-jeu-form .content-page .post-451 .video-container img,
.page-template-template-jeu-confirmation .content-page .post-451 .video-container img {
  z-index: 1;
  cursor: pointer;
}
.single-video-jeu .content-page .type-video-jeu .video-container .play-video-container,
.page-template-template-jeu-form .content-page .type-video-jeu .video-container .play-video-container,
.page-template-template-jeu-confirmation .content-page .type-video-jeu .video-container .play-video-container,
.single-video-jeu .content-page .post-444 .video-container .play-video-container,
.page-template-template-jeu-form .content-page .post-444 .video-container .play-video-container,
.page-template-template-jeu-confirmation .content-page .post-444 .video-container .play-video-container,
.single-video-jeu .content-page .post-451 .video-container .play-video-container,
.page-template-template-jeu-form .content-page .post-451 .video-container .play-video-container,
.page-template-template-jeu-confirmation .content-page .post-451 .video-container .play-video-container {
  width: 128px;
  height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background: #c3ccc9;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 60px 0 #8F8F8F;
  box-shadow: 0 0 60px 0 #8F8F8F;
  cursor: pointer;
  z-index: 9;
}
@media screen and (max-width: 550px) {
  .single-video-jeu .content-page .type-video-jeu .video-container .play-video-container,
  .page-template-template-jeu-form .content-page .type-video-jeu .video-container .play-video-container,
  .page-template-template-jeu-confirmation .content-page .type-video-jeu .video-container .play-video-container,
  .single-video-jeu .content-page .post-444 .video-container .play-video-container,
  .page-template-template-jeu-form .content-page .post-444 .video-container .play-video-container,
  .page-template-template-jeu-confirmation .content-page .post-444 .video-container .play-video-container,
  .single-video-jeu .content-page .post-451 .video-container .play-video-container,
  .page-template-template-jeu-form .content-page .post-451 .video-container .play-video-container,
  .page-template-template-jeu-confirmation .content-page .post-451 .video-container .play-video-container {
    width: 19vw;
    height: 19vw;
  }
}
.single-video-jeu .content-page .type-video-jeu .video-container .play-video-container img,
.page-template-template-jeu-form .content-page .type-video-jeu .video-container .play-video-container img,
.page-template-template-jeu-confirmation .content-page .type-video-jeu .video-container .play-video-container img,
.single-video-jeu .content-page .post-444 .video-container .play-video-container img,
.page-template-template-jeu-form .content-page .post-444 .video-container .play-video-container img,
.page-template-template-jeu-confirmation .content-page .post-444 .video-container .play-video-container img,
.single-video-jeu .content-page .post-451 .video-container .play-video-container img,
.page-template-template-jeu-form .content-page .post-451 .video-container .play-video-container img,
.page-template-template-jeu-confirmation .content-page .post-451 .video-container .play-video-container img {
  width: 45px;
  height: auto;
  margin-left: 8px;
}
@media screen and (max-width: 550px) {
  .single-video-jeu .content-page .type-video-jeu .video-container .play-video-container img,
  .page-template-template-jeu-form .content-page .type-video-jeu .video-container .play-video-container img,
  .page-template-template-jeu-confirmation .content-page .type-video-jeu .video-container .play-video-container img,
  .single-video-jeu .content-page .post-444 .video-container .play-video-container img,
  .page-template-template-jeu-form .content-page .post-444 .video-container .play-video-container img,
  .page-template-template-jeu-confirmation .content-page .post-444 .video-container .play-video-container img,
  .single-video-jeu .content-page .post-451 .video-container .play-video-container img,
  .page-template-template-jeu-form .content-page .post-451 .video-container .play-video-container img,
  .page-template-template-jeu-confirmation .content-page .post-451 .video-container .play-video-container img {
    width: 40%;
    margin-left: 8%;
  }
}
.single-video-jeu .content-page .type-video-jeu .entry-video-title,
.page-template-template-jeu-form .content-page .type-video-jeu .entry-video-title,
.page-template-template-jeu-confirmation .content-page .type-video-jeu .entry-video-title,
.single-video-jeu .content-page .post-444 .entry-video-title,
.page-template-template-jeu-form .content-page .post-444 .entry-video-title,
.page-template-template-jeu-confirmation .content-page .post-444 .entry-video-title,
.single-video-jeu .content-page .post-451 .entry-video-title,
.page-template-template-jeu-form .content-page .post-451 .entry-video-title,
.page-template-template-jeu-confirmation .content-page .post-451 .entry-video-title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 550px) {
  .single-video-jeu .content-page .type-video-jeu .entry-video-title,
  .page-template-template-jeu-form .content-page .type-video-jeu .entry-video-title,
  .page-template-template-jeu-confirmation .content-page .type-video-jeu .entry-video-title,
  .single-video-jeu .content-page .post-444 .entry-video-title,
  .page-template-template-jeu-form .content-page .post-444 .entry-video-title,
  .page-template-template-jeu-confirmation .content-page .post-444 .entry-video-title,
  .single-video-jeu .content-page .post-451 .entry-video-title,
  .page-template-template-jeu-form .content-page .post-451 .entry-video-title,
  .page-template-template-jeu-confirmation .content-page .post-451 .entry-video-title {
    flex-direction: column;
    text-align: center;
  }
}
.single-video-jeu .content-page .type-video-jeu .entry-video-title .video-number,
.page-template-template-jeu-form .content-page .type-video-jeu .entry-video-title .video-number,
.page-template-template-jeu-confirmation .content-page .type-video-jeu .entry-video-title .video-number,
.single-video-jeu .content-page .post-444 .entry-video-title .video-number,
.page-template-template-jeu-form .content-page .post-444 .entry-video-title .video-number,
.page-template-template-jeu-confirmation .content-page .post-444 .entry-video-title .video-number,
.single-video-jeu .content-page .post-451 .entry-video-title .video-number,
.page-template-template-jeu-form .content-page .post-451 .entry-video-title .video-number,
.page-template-template-jeu-confirmation .content-page .post-451 .entry-video-title .video-number {
  background: transparent;
  font-family: 'CenturyBold';
  text-transform: uppercase;
  color: #e2017e;
  font-size: 230%;
  font-style: italic;
  transform: rotate(-4deg);
}
@media screen and (max-width: 550px) {
  .single-video-jeu .content-page .type-video-jeu .entry-video-title .video-number,
  .page-template-template-jeu-form .content-page .type-video-jeu .entry-video-title .video-number,
  .page-template-template-jeu-confirmation .content-page .type-video-jeu .entry-video-title .video-number,
  .single-video-jeu .content-page .post-444 .entry-video-title .video-number,
  .page-template-template-jeu-form .content-page .post-444 .entry-video-title .video-number,
  .page-template-template-jeu-confirmation .content-page .post-444 .entry-video-title .video-number,
  .single-video-jeu .content-page .post-451 .entry-video-title .video-number,
  .page-template-template-jeu-form .content-page .post-451 .entry-video-title .video-number,
  .page-template-template-jeu-confirmation .content-page .post-451 .entry-video-title .video-number {
    font-size: 7vw;
    padding-top: 30px;
  }
}
.single-video-jeu .content-page .type-video-jeu .entry-video-title .video-number span,
.page-template-template-jeu-form .content-page .type-video-jeu .entry-video-title .video-number span,
.page-template-template-jeu-confirmation .content-page .type-video-jeu .entry-video-title .video-number span,
.single-video-jeu .content-page .post-444 .entry-video-title .video-number span,
.page-template-template-jeu-form .content-page .post-444 .entry-video-title .video-number span,
.page-template-template-jeu-confirmation .content-page .post-444 .entry-video-title .video-number span,
.single-video-jeu .content-page .post-451 .entry-video-title .video-number span,
.page-template-template-jeu-form .content-page .post-451 .entry-video-title .video-number span,
.page-template-template-jeu-confirmation .content-page .post-451 .entry-video-title .video-number span {
  display: inline-block;
  background: #f9eb1d;
  padding: 0 10px;
}
.single-video-jeu .content-page .type-video-jeu .entry-video-title .video-title,
.page-template-template-jeu-form .content-page .type-video-jeu .entry-video-title .video-title,
.page-template-template-jeu-confirmation .content-page .type-video-jeu .entry-video-title .video-title,
.single-video-jeu .content-page .post-444 .entry-video-title .video-title,
.page-template-template-jeu-form .content-page .post-444 .entry-video-title .video-title,
.page-template-template-jeu-confirmation .content-page .post-444 .entry-video-title .video-title,
.single-video-jeu .content-page .post-451 .entry-video-title .video-title,
.page-template-template-jeu-form .content-page .post-451 .entry-video-title .video-title,
.page-template-template-jeu-confirmation .content-page .post-451 .entry-video-title .video-title {
  font-family: 'CenturyBold';
  font-size: 220%;
  color: #002575;
  padding-left: 40px;
  line-height: 57px;
}
@media screen and (max-width: 550px) {
  .single-video-jeu .content-page .type-video-jeu .entry-video-title .video-title,
  .page-template-template-jeu-form .content-page .type-video-jeu .entry-video-title .video-title,
  .page-template-template-jeu-confirmation .content-page .type-video-jeu .entry-video-title .video-title,
  .single-video-jeu .content-page .post-444 .entry-video-title .video-title,
  .page-template-template-jeu-form .content-page .post-444 .entry-video-title .video-title,
  .page-template-template-jeu-confirmation .content-page .post-444 .entry-video-title .video-title,
  .single-video-jeu .content-page .post-451 .entry-video-title .video-title,
  .page-template-template-jeu-form .content-page .post-451 .entry-video-title .video-title,
  .page-template-template-jeu-confirmation .content-page .post-451 .entry-video-title .video-title {
    font-size: 6vw;
    line-height: 10vw;
    padding-left: 0;
  }
}
.single-video-jeu .content-page .type-video-jeu .actions-video,
.page-template-template-jeu-form .content-page .type-video-jeu .actions-video,
.page-template-template-jeu-confirmation .content-page .type-video-jeu .actions-video,
.single-video-jeu .content-page .post-444 .actions-video,
.page-template-template-jeu-form .content-page .post-444 .actions-video,
.page-template-template-jeu-confirmation .content-page .post-444 .actions-video,
.single-video-jeu .content-page .post-451 .actions-video,
.page-template-template-jeu-form .content-page .post-451 .actions-video,
.page-template-template-jeu-confirmation .content-page .post-451 .actions-video {
  text-align: center;
}
.single-video-jeu .content-page .type-video-jeu .actions-video .btn-tas,
.page-template-template-jeu-form .content-page .type-video-jeu .actions-video .btn-tas,
.page-template-template-jeu-confirmation .content-page .type-video-jeu .actions-video .btn-tas,
.single-video-jeu .content-page .post-444 .actions-video .btn-tas,
.page-template-template-jeu-form .content-page .post-444 .actions-video .btn-tas,
.page-template-template-jeu-confirmation .content-page .post-444 .actions-video .btn-tas,
.single-video-jeu .content-page .post-451 .actions-video .btn-tas,
.page-template-template-jeu-form .content-page .post-451 .actions-video .btn-tas,
.page-template-template-jeu-confirmation .content-page .post-451 .actions-video .btn-tas {
  display: inline-block;
  font-family: 'CenturyBold';
  font-size: 180%;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  background: #bb0e80;
  background: -moz-linear-gradient(left, #bb0e80 0%, #e4017e 100%);
  background: -webkit-linear-gradient(left, #bb0e80 0%, #e4017e 100%);
  background: linear-gradient(to right, #bb0e80 0%, #e4017e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bb0e80', endColorstr='#e4017e', GradientType=1);
  border-radius: 70px;
  padding: 33px 55px;
  line-height: 26px;
  position: relative;
  border: 0;
}
@media screen and (max-width: 550px) {
  .single-video-jeu .content-page .type-video-jeu .actions-video .btn-tas,
  .page-template-template-jeu-form .content-page .type-video-jeu .actions-video .btn-tas,
  .page-template-template-jeu-confirmation .content-page .type-video-jeu .actions-video .btn-tas,
  .single-video-jeu .content-page .post-444 .actions-video .btn-tas,
  .page-template-template-jeu-form .content-page .post-444 .actions-video .btn-tas,
  .page-template-template-jeu-confirmation .content-page .post-444 .actions-video .btn-tas,
  .single-video-jeu .content-page .post-451 .actions-video .btn-tas,
  .page-template-template-jeu-form .content-page .post-451 .actions-video .btn-tas,
  .page-template-template-jeu-confirmation .content-page .post-451 .actions-video .btn-tas {
    font-size: 6vw;
  }
}
.single-video-jeu .content-page .type-video-jeu .actions-video .btn-tas:after,
.page-template-template-jeu-form .content-page .type-video-jeu .actions-video .btn-tas:after,
.page-template-template-jeu-confirmation .content-page .type-video-jeu .actions-video .btn-tas:after,
.single-video-jeu .content-page .post-444 .actions-video .btn-tas:after,
.page-template-template-jeu-form .content-page .post-444 .actions-video .btn-tas:after,
.page-template-template-jeu-confirmation .content-page .post-444 .actions-video .btn-tas:after,
.single-video-jeu .content-page .post-451 .actions-video .btn-tas:after,
.page-template-template-jeu-form .content-page .post-451 .actions-video .btn-tas:after,
.page-template-template-jeu-confirmation .content-page .post-451 .actions-video .btn-tas:after {
  content: url(../images/double-goutte.png);
  width: 58px;
  height: 85px;
  position: absolute;
  top: -17px;
  right: -90px;
}
@media screen and (max-width: 550px) {
  .single-video-jeu .content-page .type-video-jeu .actions-video .btn-tas:after,
  .page-template-template-jeu-form .content-page .type-video-jeu .actions-video .btn-tas:after,
  .page-template-template-jeu-confirmation .content-page .type-video-jeu .actions-video .btn-tas:after,
  .single-video-jeu .content-page .post-444 .actions-video .btn-tas:after,
  .page-template-template-jeu-form .content-page .post-444 .actions-video .btn-tas:after,
  .page-template-template-jeu-confirmation .content-page .post-444 .actions-video .btn-tas:after,
  .single-video-jeu .content-page .post-451 .actions-video .btn-tas:after,
  .page-template-template-jeu-form .content-page .post-451 .actions-video .btn-tas:after,
  .page-template-template-jeu-confirmation .content-page .post-451 .actions-video .btn-tas:after {
    display: none;
  }
}
.single-video-jeu .content-page .type-video-jeu .actions-video .btn-tas[disabled],
.page-template-template-jeu-form .content-page .type-video-jeu .actions-video .btn-tas[disabled],
.page-template-template-jeu-confirmation .content-page .type-video-jeu .actions-video .btn-tas[disabled],
.single-video-jeu .content-page .post-444 .actions-video .btn-tas[disabled],
.page-template-template-jeu-form .content-page .post-444 .actions-video .btn-tas[disabled],
.page-template-template-jeu-confirmation .content-page .post-444 .actions-video .btn-tas[disabled],
.single-video-jeu .content-page .post-451 .actions-video .btn-tas[disabled],
.page-template-template-jeu-form .content-page .post-451 .actions-video .btn-tas[disabled],
.page-template-template-jeu-confirmation .content-page .post-451 .actions-video .btn-tas[disabled] {
  background: #f7c5dc !important;
}
.single-video-jeu .content-page .type-video-jeu .actions-video p,
.page-template-template-jeu-form .content-page .type-video-jeu .actions-video p,
.page-template-template-jeu-confirmation .content-page .type-video-jeu .actions-video p,
.single-video-jeu .content-page .post-444 .actions-video p,
.page-template-template-jeu-form .content-page .post-444 .actions-video p,
.page-template-template-jeu-confirmation .content-page .post-444 .actions-video p,
.single-video-jeu .content-page .post-451 .actions-video p,
.page-template-template-jeu-form .content-page .post-451 .actions-video p,
.page-template-template-jeu-confirmation .content-page .post-451 .actions-video p {
  font-style: italic;
}
.single-video-jeu .content-page .type-video-jeu #volupte-int-d,
.page-template-template-jeu-form .content-page .type-video-jeu #volupte-int-d,
.page-template-template-jeu-confirmation .content-page .type-video-jeu #volupte-int-d,
.single-video-jeu .content-page .post-444 #volupte-int-d,
.page-template-template-jeu-form .content-page .post-444 #volupte-int-d,
.page-template-template-jeu-confirmation .content-page .post-444 #volupte-int-d,
.single-video-jeu .content-page .post-451 #volupte-int-d,
.page-template-template-jeu-form .content-page .post-451 #volupte-int-d,
.page-template-template-jeu-confirmation .content-page .post-451 #volupte-int-d {
  position: absolute;
  top: -100px;
  right: -116px;
}
@media screen and (max-width: 920px) {
  .single-video-jeu .content-page .type-video-jeu #volupte-int-d,
  .page-template-template-jeu-form .content-page .type-video-jeu #volupte-int-d,
  .page-template-template-jeu-confirmation .content-page .type-video-jeu #volupte-int-d,
  .single-video-jeu .content-page .post-444 #volupte-int-d,
  .page-template-template-jeu-form .content-page .post-444 #volupte-int-d,
  .page-template-template-jeu-confirmation .content-page .post-444 #volupte-int-d,
  .single-video-jeu .content-page .post-451 #volupte-int-d,
  .page-template-template-jeu-form .content-page .post-451 #volupte-int-d,
  .page-template-template-jeu-confirmation .content-page .post-451 #volupte-int-d {
    display: none;
  }
}
.single-video-jeu .content-page .other-videos,
.page-template-template-jeu-form .content-page .other-videos,
.page-template-template-jeu-confirmation .content-page .other-videos {
  background: #ffffff;
  position: relative;
  padding: 68px 110px 150px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .single-video-jeu .content-page .other-videos,
  .page-template-template-jeu-form .content-page .other-videos,
  .page-template-template-jeu-confirmation .content-page .other-videos {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 550px) {
  .single-video-jeu .content-page .other-videos,
  .page-template-template-jeu-form .content-page .other-videos,
  .page-template-template-jeu-confirmation .content-page .other-videos {
    padding-top: 18px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1395px) {
  .single-video-jeu .content-page .other-videos li,
  .page-template-template-jeu-form .content-page .other-videos li,
  .page-template-template-jeu-confirmation .content-page .other-videos li {
    width: 28%;
  }
}
@media screen and (max-width: 1023px) {
  .single-video-jeu .content-page .other-videos li,
  .page-template-template-jeu-form .content-page .other-videos li,
  .page-template-template-jeu-confirmation .content-page .other-videos li {
    width: 50%;
  }
}
@media screen and (max-width: 550px) {
  .single-video-jeu .content-page .other-videos li,
  .page-template-template-jeu-form .content-page .other-videos li,
  .page-template-template-jeu-confirmation .content-page .other-videos li {
    width: 95%;
  }
}
.single-video-jeu .content-page .other-videos h3,
.page-template-template-jeu-form .content-page .other-videos h3,
.page-template-template-jeu-confirmation .content-page .other-videos h3 {
  font-family: "LietoMe";
  font-size: 390%;
  font-weight: normal;
  color: #002575;
  margin: 0 0 20px;
  line-height: 80px;
}
@media screen and (max-width: 550px) {
  .single-video-jeu .content-page .other-videos h3,
  .page-template-template-jeu-form .content-page .other-videos h3,
  .page-template-template-jeu-confirmation .content-page .other-videos h3 {
    font-size: 13vw;
    line-height: 13vw;
  }
}
.single-video-jeu .content-page .other-videos ul,
.page-template-template-jeu-form .content-page .other-videos ul,
.page-template-template-jeu-confirmation .content-page .other-videos ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .single-video-jeu .content-page .other-videos ul,
  .page-template-template-jeu-form .content-page .other-videos ul,
  .page-template-template-jeu-confirmation .content-page .other-videos ul {
    flex-direction: column;
    align-items: center;
  }
}
.single-video-jeu .content-page .other-videos ul li,
.page-template-template-jeu-form .content-page .other-videos ul li,
.page-template-template-jeu-confirmation .content-page .other-videos ul li {
  list-style: none;
  text-align: center;
  width: 30%;
}
@media screen and (max-width: 1023px) {
  .single-video-jeu .content-page .other-videos ul li,
  .page-template-template-jeu-form .content-page .other-videos ul li,
  .page-template-template-jeu-confirmation .content-page .other-videos ul li {
    padding: 0 0 40px;
    width: 100% !important;
  }
}
.single-video-jeu .content-page .other-videos ul li .video-thumb-list,
.page-template-template-jeu-form .content-page .other-videos ul li .video-thumb-list,
.page-template-template-jeu-confirmation .content-page .other-videos ul li .video-thumb-list {
  position: relative;
}
.single-video-jeu .content-page .other-videos ul li .video-thumb-list .attachment-video-jeu-thumb,
.page-template-template-jeu-form .content-page .other-videos ul li .video-thumb-list .attachment-video-jeu-thumb,
.page-template-template-jeu-confirmation .content-page .other-videos ul li .video-thumb-list .attachment-video-jeu-thumb {
  width: 100%;
  height: 100%;
}
.single-video-jeu .content-page .other-videos ul li .video-thumb-list .video-list-overlay,
.page-template-template-jeu-form .content-page .other-videos ul li .video-thumb-list .video-list-overlay,
.page-template-template-jeu-confirmation .content-page .other-videos ul li .video-thumb-list .video-list-overlay {
  width: 100%;
  height: 97.5%;
  position: absolute;
  top: 0;
  left: 0;
}
.single-video-jeu .content-page .other-videos ul li .video-thumb-list .video-list-overlay .cadenas-video,
.page-template-template-jeu-form .content-page .other-videos ul li .video-thumb-list .video-list-overlay .cadenas-video,
.page-template-template-jeu-confirmation .content-page .other-videos ul li .video-thumb-list .video-list-overlay .cadenas-video {
  padding-top: 70px;
}
@media screen and (max-width: 1395px) {
  .single-video-jeu .content-page .other-videos ul li .video-thumb-list .video-list-overlay .cadenas-video,
  .page-template-template-jeu-form .content-page .other-videos ul li .video-thumb-list .video-list-overlay .cadenas-video,
  .page-template-template-jeu-confirmation .content-page .other-videos ul li .video-thumb-list .video-list-overlay .cadenas-video {
    padding-top: 4vw;
  }
}
@media screen and (max-width: 1023px) {
  .single-video-jeu .content-page .other-videos ul li .video-thumb-list .video-list-overlay .cadenas-video,
  .page-template-template-jeu-form .content-page .other-videos ul li .video-thumb-list .video-list-overlay .cadenas-video,
  .page-template-template-jeu-confirmation .content-page .other-videos ul li .video-thumb-list .video-list-overlay .cadenas-video {
    padding-top: 10vw;
  }
}
@media screen and (max-width: 550px) {
  .single-video-jeu .content-page .other-videos ul li .video-thumb-list .video-list-overlay .cadenas-video,
  .page-template-template-jeu-form .content-page .other-videos ul li .video-thumb-list .video-list-overlay .cadenas-video,
  .page-template-template-jeu-confirmation .content-page .other-videos ul li .video-thumb-list .video-list-overlay .cadenas-video {
    padding-top: 19vw;
  }
}
.single-video-jeu .content-page .other-videos ul li .video-thumb-list .video-inactive,
.page-template-template-jeu-form .content-page .other-videos ul li .video-thumb-list .video-inactive,
.page-template-template-jeu-confirmation .content-page .other-videos ul li .video-thumb-list .video-inactive {
  background: rgba(187, 14, 128, 0.6);
}
.single-video-jeu .content-page .other-videos ul li .video-thumb-list .video-inactive .date-diffusion-video,
.page-template-template-jeu-form .content-page .other-videos ul li .video-thumb-list .video-inactive .date-diffusion-video,
.page-template-template-jeu-confirmation .content-page .other-videos ul li .video-thumb-list .video-inactive .date-diffusion-video {
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'CenturyBold';
  font-size: 110%;
}
.single-video-jeu .content-page .other-videos ul li .video-thumb-list .play-rond,
.page-template-template-jeu-form .content-page .other-videos ul li .video-thumb-list .play-rond,
.page-template-template-jeu-confirmation .content-page .other-videos ul li .video-thumb-list .play-rond {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 95px;
  height: 95px;
  background: rgba(251, 255, 243, 0.66);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 550px) {
  .single-video-jeu .content-page .other-videos ul li .video-thumb-list .play-rond,
  .page-template-template-jeu-form .content-page .other-videos ul li .video-thumb-list .play-rond,
  .page-template-template-jeu-confirmation .content-page .other-videos ul li .video-thumb-list .play-rond {
    width: 19vw;
    height: 19vw;
  }
}
.single-video-jeu .content-page .other-videos ul li .video-thumb-list .play-rond img,
.page-template-template-jeu-form .content-page .other-videos ul li .video-thumb-list .play-rond img,
.page-template-template-jeu-confirmation .content-page .other-videos ul li .video-thumb-list .play-rond img {
  width: 30%;
  height: auto;
  margin-left: 7px;
}
@media screen and (max-width: 550px) {
  .single-video-jeu .content-page .other-videos ul li .video-thumb-list .play-rond img,
  .page-template-template-jeu-form .content-page .other-videos ul li .video-thumb-list .play-rond img,
  .page-template-template-jeu-confirmation .content-page .other-videos ul li .video-thumb-list .play-rond img {
    width: 40%;
    margin-left: 8%;
  }
}
.single-video-jeu .content-page .other-videos ul li .video-number,
.page-template-template-jeu-form .content-page .other-videos ul li .video-number,
.page-template-template-jeu-confirmation .content-page .other-videos ul li .video-number {
  background: transparent;
  font-family: 'CenturyBold';
  text-transform: uppercase;
  color: #e2017e;
  font-size: 160%;
  font-style: italic;
  transform: rotate(-4deg);
  margin-top: 26px;
}
.single-video-jeu .content-page .other-videos ul li .video-number a,
.page-template-template-jeu-form .content-page .other-videos ul li .video-number a,
.page-template-template-jeu-confirmation .content-page .other-videos ul li .video-number a {
  text-decoration: none;
  color: #e2017e;
}
.single-video-jeu .content-page .other-videos ul li .video-number span,
.page-template-template-jeu-form .content-page .other-videos ul li .video-number span,
.page-template-template-jeu-confirmation .content-page .other-videos ul li .video-number span {
  display: inline-block;
  background: #f9eb1d;
  padding: 2px 20px;
  margin-top: -2px;
}
.single-video-jeu .content-page .other-videos ul li h4,
.page-template-template-jeu-form .content-page .other-videos ul li h4,
.page-template-template-jeu-confirmation .content-page .other-videos ul li h4 {
  transform: rotate(-4deg);
  font-family: 'CenturyBold';
  font-weight: normal;
  margin: 0;
  font-size: 170%;
  color: #002575;
  line-height: 27px;
  padding-top: 12px;
}
.single-video-jeu .content-page .other-videos ul li h4 a,
.page-template-template-jeu-form .content-page .other-videos ul li h4 a,
.page-template-template-jeu-confirmation .content-page .other-videos ul li h4 a {
  text-decoration: none;
  color: #002575;
}
.single-video-jeu .content-page .other-videos #volupte-int-g,
.page-template-template-jeu-form .content-page .other-videos #volupte-int-g,
.page-template-template-jeu-confirmation .content-page .other-videos #volupte-int-g {
  position: absolute;
  bottom: 0;
  left: -151px;
}
@media screen and (max-width: 550px) {
  .single-video-jeu .content-page .other-videos #volupte-int-g,
  .page-template-template-jeu-form .content-page .other-videos #volupte-int-g,
  .page-template-template-jeu-confirmation .content-page .other-videos #volupte-int-g {
    display: none;
  }
}
.site-footer-jeu .wrapper-footer:before,
.site-footer-jeu .wrapper-footer:after {
  background-image: url(../images/motif-footer-jeu.png);
  background-position: 0 181px;
}
.site-footer-jeu .wrapper-footer .content-footer #btn-gamme {
  text-align: center;
  position: relative;
  top: -100px;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .site-footer-jeu .wrapper-footer .content-footer #btn-gamme {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 550px) {
  .site-footer-jeu .wrapper-footer .content-footer #btn-gamme {
    position: static;
    margin-bottom: 30px;
    font-size: 3.5vw;
  }
}
.site-footer-jeu .wrapper-footer .content-footer #btn-gamme a {
  background: #062f87;
  border-radius: 50px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 12px 30px;
  text-decoration: none;
}
.site-footer-jeu .wrapper-footer .content-footer #packs-footer {
  position: relative;
  margin-top: -181px;
  z-index: 1;
}
.site-footer-jeu .wrapper-footer .content-footer #packs-footer .packs-footer-m {
  display: none;
}
@media screen and (max-width: 550px) {
  .site-footer-jeu .wrapper-footer .content-footer #packs-footer .packs-footer-d {
    display: none;
  }
  .site-footer-jeu .wrapper-footer .content-footer #packs-footer .packs-footer-m {
    display: block;
  }
}
.site-footer-jeu .wrapper-footer .content-footer .logo-footer {
  margin-top: -70px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 550px) {
  .site-footer-jeu .wrapper-footer .content-footer .logo-footer {
    margin-top: 0;
  }
}
.site-footer-jeu .wrapper-footer .bottom-footer {
  background: #ead9cf;
}
@media screen and (max-width: 930px) {
  .site-footer-jeu .wrapper-footer .bottom-footer .content-bottom .menu-footer-jeu-container {
    width: 100%;
  }
}
@media screen and (max-width: 930px) {
  .site-footer-jeu .wrapper-footer .bottom-footer .content-bottom .menu-footer-jeu-container .menu {
    display: flex;
    justify-content: center;
  }
}
.site-footer-jeu .wrapper-footer .bottom-footer .content-bottom .menu-footer-jeu-container .menu li {
  margin-right: 25px !important;
  margin-left: 25px !important;
}
.btn-game-play {
  background: #bb0e80;
  background: -moz-linear-gradient(left, #bb0e80 0%, #e4017e 100%);
  background: -webkit-linear-gradient(left, #bb0e80 0%, #e4017e 100%);
  background: linear-gradient(to right, #bb0e80 0%, #e4017e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bb0e80', endColorstr='#e4017e', GradientType=1);
  border-radius: 50px;
  color: #ffffff !important;
  text-transform: uppercase;
  font-family: 'CenturyBold';
  font-size: 260%;
  padding: 20px 70px;
  text-decoration: none;
}
.btn-game-play:hover {
  color: #ffffff;
}
@media screen and (max-width: 550px) {
  .btn-game-play {
    font-size: 9vw !important;
  }
}
.btn-return-site {
  text-align: center;
}
.btn-return-site a {
  background: #062f87;
  border-radius: 50px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 12px 30px;
  text-decoration: none;
}
.title-page-jeu {
  background: transparent;
  font-family: 'CenturyBold';
  text-transform: uppercase;
  color: #e2017e;
  font-size: 330%;
  font-style: italic;
  transform: rotate(-4deg);
}
@media screen and (max-width: 550px) {
  .title-page-jeu {
    font-size: 10vw !important;
  }
}
.title-page-jeu span {
  display: inline-block;
  background: #f9eb1d;
  padding: 2px 20px;
  margin-top: -2px;
}
.page-template-template-jeu-form,
.page-template-template-jeu-confirmation {
  /*** Radios style */
  /*** Checkbox style */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */
}
@media screen and (max-width: 1023px) {
  .page-template-template-jeu-form .entry-content,
  .page-template-template-jeu-confirmation .entry-content {
    width: 100% !important;
  }
}
@media screen and (max-width: 550px) {
  .page-template-template-jeu-form .global-video-title,
  .page-template-template-jeu-confirmation .global-video-title {
    width: 113%;
  }
}
.page-template-template-jeu-form .title-page-jeu:after,
.page-template-template-jeu-confirmation .title-page-jeu:after {
  position: absolute !important;
  top: 60px !important;
  right: -101px !important;
  left: auto !important;
}
@media screen and (max-width: 1023px) {
  .page-template-template-jeu-form form,
  .page-template-template-jeu-confirmation form {
    padding: 0 !important;
  }
}
.page-template-template-jeu-form form label,
.page-template-template-jeu-confirmation form label {
  font-family: 'CenturyBold';
  color: #002575;
  font-size: 150% !important;
}
.page-template-template-jeu-form form .gfield_required,
.page-template-template-jeu-confirmation form .gfield_required {
  color: #002575;
}
.page-template-template-jeu-form form input[type=text],
.page-template-template-jeu-confirmation form input[type=text],
.page-template-template-jeu-form form input[type=email],
.page-template-template-jeu-confirmation form input[type=email],
.page-template-template-jeu-form form input[type=number],
.page-template-template-jeu-confirmation form input[type=number] {
  border-radius: 50px;
  padding: 11px 25px !important;
  font-size: 120% !important;
}
@media screen and (max-width: 550px) {
  .page-template-template-jeu-form form input[type=text],
  .page-template-template-jeu-confirmation form input[type=text],
  .page-template-template-jeu-form form input[type=email],
  .page-template-template-jeu-confirmation form input[type=email],
  .page-template-template-jeu-form form input[type=number],
  .page-template-template-jeu-confirmation form input[type=number] {
    padding: 1vw 5vw !important;
    font-size: 5vw !important;
  }
}
.page-template-template-jeu-form form .gfield_radio label,
.page-template-template-jeu-confirmation form .gfield_radio label,
.page-template-template-jeu-form form .gfield_checkbox label,
.page-template-template-jeu-confirmation form .gfield_checkbox label {
  font-size: 120% !important;
  padding-left: 34px !important;
  margin-left: 0 !important;
}
.page-template-template-jeu-form form #input_2_1 li,
.page-template-template-jeu-confirmation form #input_2_1 li {
  display: inline-block;
  width: 20%;
}
@media screen and (max-width: 1023px) {
  .page-template-template-jeu-form form #input_2_1 li,
  .page-template-template-jeu-confirmation form #input_2_1 li {
    width: auto;
    padding-right: 20px !important;
  }
}
.page-template-template-jeu-form form #input_2_1 li label,
.page-template-template-jeu-confirmation form #input_2_1 li label {
  margin-left: 0 !important;
  font-size: 150% !important;
}
.page-template-template-jeu-form form #field_2_2,
.page-template-template-jeu-confirmation form #field_2_2,
.page-template-template-jeu-form form #field_2_3,
.page-template-template-jeu-confirmation form #field_2_3,
.page-template-template-jeu-form form #field_2_4,
.page-template-template-jeu-confirmation form #field_2_4,
.page-template-template-jeu-form form #field_2_5,
.page-template-template-jeu-confirmation form #field_2_5,
.page-template-template-jeu-form form #field_2_6,
.page-template-template-jeu-confirmation form #field_2_6,
.page-template-template-jeu-form form #field_2_13,
.page-template-template-jeu-confirmation form #field_2_13,
.page-template-template-jeu-form form #field_2_14,
.page-template-template-jeu-confirmation form #field_2_14 {
  display: inline-block;
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .page-template-template-jeu-form form #field_2_2,
  .page-template-template-jeu-confirmation form #field_2_2,
  .page-template-template-jeu-form form #field_2_3,
  .page-template-template-jeu-confirmation form #field_2_3,
  .page-template-template-jeu-form form #field_2_4,
  .page-template-template-jeu-confirmation form #field_2_4,
  .page-template-template-jeu-form form #field_2_5,
  .page-template-template-jeu-confirmation form #field_2_5,
  .page-template-template-jeu-form form #field_2_6,
  .page-template-template-jeu-confirmation form #field_2_6,
  .page-template-template-jeu-form form #field_2_13,
  .page-template-template-jeu-confirmation form #field_2_13,
  .page-template-template-jeu-form form #field_2_14,
  .page-template-template-jeu-confirmation form #field_2_14 {
    width: 100%;
    display: block;
  }
}
.page-template-template-jeu-form form #field_2_2 input,
.page-template-template-jeu-confirmation form #field_2_2 input,
.page-template-template-jeu-form form #field_2_3 input,
.page-template-template-jeu-confirmation form #field_2_3 input,
.page-template-template-jeu-form form #field_2_4 input,
.page-template-template-jeu-confirmation form #field_2_4 input,
.page-template-template-jeu-form form #field_2_5 input,
.page-template-template-jeu-confirmation form #field_2_5 input,
.page-template-template-jeu-form form #field_2_6 input,
.page-template-template-jeu-confirmation form #field_2_6 input,
.page-template-template-jeu-form form #field_2_13 input,
.page-template-template-jeu-confirmation form #field_2_13 input,
.page-template-template-jeu-form form #field_2_14 input,
.page-template-template-jeu-confirmation form #field_2_14 input {
  width: 90% !important;
}
.page-template-template-jeu-form form .ginput_container_date,
.page-template-template-jeu-confirmation form .ginput_container_date {
  max-width: none !important;
  width: auto !important;
}
.page-template-template-jeu-form form .ginput_container_date label,
.page-template-template-jeu-confirmation form .ginput_container_date label {
  display: none !important;
}
.page-template-template-jeu-form form .ginput_container_date #input_2_4_2,
.page-template-template-jeu-confirmation form .ginput_container_date #input_2_4_2,
.page-template-template-jeu-form form .ginput_container_date #input_2_4_1,
.page-template-template-jeu-confirmation form .ginput_container_date #input_2_4_1 {
  width: 90px !important;
}
.page-template-template-jeu-form form .ginput_container_date #input_2_4_3,
.page-template-template-jeu-confirmation form .ginput_container_date #input_2_4_3 {
  width: 110px !important;
}
@media screen and (max-width: 345px) {
  .page-template-template-jeu-form form .ginput_container_date #input_2_4_3,
  .page-template-template-jeu-confirmation form .ginput_container_date #input_2_4_3 {
    width: 83px !important;
  }
}
.page-template-template-jeu-form .gfield_radio label,
.page-template-template-jeu-confirmation .gfield_radio label {
  background: none !important;
}
.page-template-template-jeu-form #label_2_10_1,
.page-template-template-jeu-confirmation #label_2_10_1 {
  font-size: 100% !important;
}
.page-template-template-jeu-form #field_2_10 .gfield_required,
.page-template-template-jeu-confirmation #field_2_10 .gfield_required {
  display: none;
}
.page-template-template-jeu-form .gform_footer,
.page-template-template-jeu-confirmation .gform_footer {
  text-align: center;
}
.page-template-template-jeu-form .gform_footer input,
.page-template-template-jeu-confirmation .gform_footer input {
  background: #bb0e80;
  background: -moz-linear-gradient(left, #bb0e80 0%, #e4017e 100%);
  background: -webkit-linear-gradient(left, #bb0e80 0%, #e4017e 100%);
  background: linear-gradient(to right, #bb0e80 0%, #e4017e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bb0e80', endColorstr='#e4017e', GradientType=1);
  border-radius: 50px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'CenturyBold';
  font-size: 260% !important;
  padding: 20px 70px;
  text-decoration: none;
  border: 0;
}
@media screen and (max-width: 1023px) {
  .page-template-template-jeu-form .gform_footer input,
  .page-template-template-jeu-confirmation .gform_footer input {
    font-size: 4.5vw !important;
    padding: 20px 4vw;
  }
}
.page-template-template-jeu-form .gform_footer input:hover,
.page-template-template-jeu-confirmation .gform_footer input:hover {
  color: #ffffff;
}
.page-template-template-jeu-form #volupte-int-g,
.page-template-template-jeu-confirmation #volupte-int-g {
  position: absolute;
  bottom: 0;
  left: -151px;
}
@media screen and (max-width: 1023px) {
  .page-template-template-jeu-form #volupte-int-g,
  .page-template-template-jeu-confirmation #volupte-int-g {
    display: none;
  }
}
.page-template-template-jeu-form .share-jeu-rs,
.page-template-template-jeu-confirmation .share-jeu-rs {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 550px) {
  .page-template-template-jeu-form .share-jeu-rs,
  .page-template-template-jeu-confirmation .share-jeu-rs {
    flex-direction: column;
    align-items: center;
  }
}
.page-template-template-jeu-form .share-jeu-rs .share-link,
.page-template-template-jeu-confirmation .share-jeu-rs .share-link {
  padding: 0 20px;
  cursor: pointer;
}
@media screen and (max-width: 550px) {
  .page-template-template-jeu-form .share-jeu-rs .share-link,
  .page-template-template-jeu-confirmation .share-jeu-rs .share-link {
    margin-bottom: 20px;
  }
}
.page-template-template-jeu-form .view-other-videos,
.page-template-template-jeu-confirmation .view-other-videos {
  padding-bottom: 40px;
  cursor: pointer;
}
.page-template-template-jeu-form .post-451 .entry-content p,
.page-template-template-jeu-confirmation .post-451 .entry-content p {
  color: #002575;
  font-family: 'CenturyBold';
  font-size: 150% !important;
}
.page-template-template-jeu-form .post-451 .entry-content .view-other-videos p,
.page-template-template-jeu-confirmation .post-451 .entry-content .view-other-videos p {
  font-family: "CenturyGothic" !important;
}
.page-template-template-jeu-form [type="radio"]:checked,
.page-template-template-jeu-confirmation [type="radio"]:checked,
.page-template-template-jeu-form [type="radio"]:not(:checked),
.page-template-template-jeu-confirmation [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.page-template-template-jeu-form [type="radio"]:checked + label,
.page-template-template-jeu-confirmation [type="radio"]:checked + label,
.page-template-template-jeu-form [type="radio"]:not(:checked) + label,
.page-template-template-jeu-confirmation [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 28px;
  display: inline-block;
  color: #002575;
}
.page-template-template-jeu-form [type="radio"]:checked + label:before,
.page-template-template-jeu-confirmation [type="radio"]:checked + label:before,
.page-template-template-jeu-form [type="radio"]:not(:checked) + label:before,
.page-template-template-jeu-confirmation [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.page-template-template-jeu-form [type="radio"]:checked + label:after,
.page-template-template-jeu-confirmation [type="radio"]:checked + label:after,
.page-template-template-jeu-form [type="radio"]:not(:checked) + label:after,
.page-template-template-jeu-confirmation [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #e2017e;
  position: absolute;
  top: 8px;
  left: 6px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-template-template-jeu-form [type="radio"]:not(:checked) + label:after,
.page-template-template-jeu-confirmation [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.page-template-template-jeu-form [type="radio"]:checked + label:after,
.page-template-template-jeu-confirmation [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.page-template-template-jeu-form [type="checkbox"]:not(:checked),
.page-template-template-jeu-confirmation [type="checkbox"]:not(:checked),
.page-template-template-jeu-form [type="checkbox"]:checked,
.page-template-template-jeu-confirmation [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.page-template-template-jeu-form [type="checkbox"]:not(:checked) + label,
.page-template-template-jeu-confirmation [type="checkbox"]:not(:checked) + label,
.page-template-template-jeu-form [type="checkbox"]:checked + label,
.page-template-template-jeu-confirmation [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
.page-template-template-jeu-form [type="checkbox"]:not(:checked) + label:before,
.page-template-template-jeu-confirmation [type="checkbox"]:not(:checked) + label:before,
.page-template-template-jeu-form [type="checkbox"]:checked + label:before,
.page-template-template-jeu-confirmation [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25em;
  height: 1.25em;
  background: #fff;
  box-shadow: 0 0 5px 0 #A6A6A6;
}
.page-template-template-jeu-form [type="checkbox"]:not(:checked) + label:after,
.page-template-template-jeu-confirmation [type="checkbox"]:not(:checked) + label:after,
.page-template-template-jeu-form [type="checkbox"]:checked + label:after,
.page-template-template-jeu-confirmation [type="checkbox"]:checked + label:after {
  content: '\2713\0020';
  position: absolute;
  top: 0.15em;
  left: 0.22em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #e2017e;
  transition: all 0.2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}
.page-template-template-jeu-form [type="checkbox"]:not(:checked) + label:after,
.page-template-template-jeu-confirmation [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.page-template-template-jeu-form [type="checkbox"]:checked + label:after,
.page-template-template-jeu-confirmation [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.page-template-template-jeu-form [type="checkbox"]:disabled:not(:checked) + label:before,
.page-template-template-jeu-confirmation [type="checkbox"]:disabled:not(:checked) + label:before,
.page-template-template-jeu-form [type="checkbox"]:disabled:checked + label:before,
.page-template-template-jeu-confirmation [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.page-template-template-jeu-form [type="checkbox"]:disabled:checked + label:after,
.page-template-template-jeu-confirmation [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
.page-template-template-jeu-form [type="checkbox"]:disabled + label,
.page-template-template-jeu-confirmation [type="checkbox"]:disabled + label {
  color: #aaa;
}
/*
 * Jeu 25 ans lightbox & corner
 */
#jeu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
@media screen and (max-width: 855px) {
  #jeu-overlay {
    display: none;
  }
}
#jeu-overlay #jeu-lightbox {
  width: 976px;
  height: 774px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/lightbox-jeu.png);
  z-index: 999;
}
#jeu-overlay #jeu-lightbox .btn-game-play {
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  top: 410px;
  z-index: 9999;
}
#jeu-overlay #jeu-lightbox #jeu-dotation-lightbox {
  position: absolute;
  top: 212px;
  right: 150px;
}
#jeu-overlay #jeu-lightbox #close-jeu-lightbox {
  position: absolute;
  top: 54px;
  right: 88px;
  width: 35px;
  height: 35px;
  background: #002575 url(../images/croix.png) no-repeat center;
  border-radius: 100%;
  z-index: 9999;
  cursor: pointer;
}
#jeu-overlay #confetis-lightbox {
  position: absolute;
  top: -94px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1765px;
  height: 1084px;
  background: url(../images/confetis-lightbox.png) no-repeat center -140px;
  z-index: 999;
}
#corner-jeu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
}
@media screen and (max-width: 1838px) {
  #corner-jeu {
    position: absolute;
    width: 190px;
    height: 133px;
  }
}
.page-template-template-blog,
.archive.category {
  background-color: white;
}
.page-template-template-blog .breadcrumb,
.archive.category .breadcrumb {
  display: none;
}
.page-template-template-blog #main section,
.archive.category #main section {
  position: relative;
  background-image: url(../images/bg-form-contact.jpg);
  padding: 4em 0 10em;
}
.page-template-template-blog #main section::before,
.archive.category #main section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.5em;
  background-image: url('../images/motif-blog.svg');
  background-repeat: repeat-x;
  background-size: contain;
  display: none;
}
.page-template-template-blog #main section h1,
.archive.category #main section h1 {
  position: relative;
  text-align: center;
  margin: 0;
  font-family: "BariolRegular";
  font-size: 6em;
  font-weight: normal;
  color: #233486;
}
.page-template-template-blog #main section h1::after,
.archive.category #main section h1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 4px;
  background-color: #233486;
  width: 170px;
  display: none;
}
.page-template-template-blog #main section .filter,
.archive.category #main section .filter {
  margin-top: 3em;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page-template-template-blog #main section .filter a,
.archive.category #main section .filter a {
  background-color: white;
  font-family: "BariolRegular";
  color: #002575;
  font-size: 1.2em;
  padding: 0.5em 1.5em;
  border-radius: 1000px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  margin: 0.2em 0.5em;
}
.page-template-template-blog #main section .filter a.active-cat,
.archive.category #main section .filter a.active-cat {
  background-color: #e2017e;
  color: white;
}
.page-template-template-blog #main section .filter a.active-cat:hover,
.archive.category #main section .filter a.active-cat:hover {
  background-color: #e2017e;
}
.page-template-template-blog #main section .filter a:hover,
.archive.category #main section .filter a:hover {
  background-color: #ededed;
  transition: all 0.4s ease-in-out;
}
.page-template-template-blog #main .post-publications,
.archive.category #main .post-publications {
  position: relative;
  margin: -5em auto 4em;
  max-width: 1140px;
  display: block;
  flex-wrap: wrap;
  justify-content: center;
}
.page-template-template-blog #main .post-publications .wrapper-pattern-actu,
.archive.category #main .post-publications .wrapper-pattern-actu {
  display: flex;
  flex-wrap: wrap;
}
.page-template-template-blog #main .post-publications .wrapper-pattern-actu .wrapper-publi,
.archive.category #main .post-publications .wrapper-pattern-actu .wrapper-publi,
.page-template-template-blog #main .post-publications .wrapper-pattern-actu .wrapper-publi-2,
.archive.category #main .post-publications .wrapper-pattern-actu .wrapper-publi-2 {
  flex-basis: 33.33%;
  padding: 0 3%;
  margin-bottom: 3em;
  min-height: 350px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-template-template-blog #main .post-publications .wrapper-pattern-actu .wrapper-publi,
  .archive.category #main .post-publications .wrapper-pattern-actu .wrapper-publi,
  .page-template-template-blog #main .post-publications .wrapper-pattern-actu .wrapper-publi-2,
  .archive.category #main .post-publications .wrapper-pattern-actu .wrapper-publi-2 {
    flex-basis: 27.33%;
  }
}
.page-template-template-blog #main .post-publications .wrapper-pattern-actu .wrapper-publi .wrapper-content-publi,
.archive.category #main .post-publications .wrapper-pattern-actu .wrapper-publi .wrapper-content-publi,
.page-template-template-blog #main .post-publications .wrapper-pattern-actu .wrapper-publi-2 .wrapper-content-publi,
.archive.category #main .post-publications .wrapper-pattern-actu .wrapper-publi-2 .wrapper-content-publi {
  background-color: white;
  border-radius: 0px;
  overflow: hidden;
  background-color: #f6f2ef;
}
.page-template-template-blog #main .post-publications .wrapper-pattern-actu .wrapper-publi .wrapper-content-publi .header-publi img,
.archive.category #main .post-publications .wrapper-pattern-actu .wrapper-publi .wrapper-content-publi .header-publi img,
.page-template-template-blog #main .post-publications .wrapper-pattern-actu .wrapper-publi-2 .wrapper-content-publi .header-publi img,
.archive.category #main .post-publications .wrapper-pattern-actu .wrapper-publi-2 .wrapper-content-publi .header-publi img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.page-template-template-blog #main .post-publications .wrapper-pattern-actu .wrapper-publi .wrapper-content-publi .body-publi,
.archive.category #main .post-publications .wrapper-pattern-actu .wrapper-publi .wrapper-content-publi .body-publi,
.page-template-template-blog #main .post-publications .wrapper-pattern-actu .wrapper-publi-2 .wrapper-content-publi .body-publi,
.archive.category #main .post-publications .wrapper-pattern-actu .wrapper-publi-2 .wrapper-content-publi .body-publi {
  padding: 1em 1em 2em;
  text-align: center;
}
.page-template-template-blog #main .post-publications .wrapper-pattern-actu .wrapper-publi .wrapper-content-publi .body-publi a,
.archive.category #main .post-publications .wrapper-pattern-actu .wrapper-publi .wrapper-content-publi .body-publi a,
.page-template-template-blog #main .post-publications .wrapper-pattern-actu .wrapper-publi-2 .wrapper-content-publi .body-publi a,
.archive.category #main .post-publications .wrapper-pattern-actu .wrapper-publi-2 .wrapper-content-publi .body-publi a,
.page-template-template-blog #main .post-publications .wrapper-pattern-actu .wrapper-publi .wrapper-content-publi .body-publi a:visited,
.archive.category #main .post-publications .wrapper-pattern-actu .wrapper-publi .wrapper-content-publi .body-publi a:visited,
.page-template-template-blog #main .post-publications .wrapper-pattern-actu .wrapper-publi-2 .wrapper-content-publi .body-publi a:visited,
.archive.category #main .post-publications .wrapper-pattern-actu .wrapper-publi-2 .wrapper-content-publi .body-publi a:visited {
  text-decoration: none;
  color: #002575;
}
.page-template-template-blog #main .post-publications .wrapper-pattern-actu .wrapper-publi .wrapper-content-publi .body-publi .date,
.archive.category #main .post-publications .wrapper-pattern-actu .wrapper-publi .wrapper-content-publi .body-publi .date,
.page-template-template-blog #main .post-publications .wrapper-pattern-actu .wrapper-publi-2 .wrapper-content-publi .body-publi .date,
.archive.category #main .post-publications .wrapper-pattern-actu .wrapper-publi-2 .wrapper-content-publi .body-publi .date {
  color: #002575;
  font-family: 'CenturyBold';
  text-decoration: none;
}
.page-template-template-blog #main .post-publications .wrapper-pattern-actu .wrapper-publi .wrapper-content-publi .body-publi hr,
.archive.category #main .post-publications .wrapper-pattern-actu .wrapper-publi .wrapper-content-publi .body-publi hr,
.page-template-template-blog #main .post-publications .wrapper-pattern-actu .wrapper-publi-2 .wrapper-content-publi .body-publi hr,
.archive.category #main .post-publications .wrapper-pattern-actu .wrapper-publi-2 .wrapper-content-publi .body-publi hr {
  border-bottom: 4px solid #f5f2ef;
  height: 0px;
  width: 170px;
  margin: 1em auto;
}
.page-template-template-blog #main .post-publications .wrapper-pattern-actu .wrapper-publi .wrapper-content-publi .body-publi h3,
.archive.category #main .post-publications .wrapper-pattern-actu .wrapper-publi .wrapper-content-publi .body-publi h3,
.page-template-template-blog #main .post-publications .wrapper-pattern-actu .wrapper-publi-2 .wrapper-content-publi .body-publi h3,
.archive.category #main .post-publications .wrapper-pattern-actu .wrapper-publi-2 .wrapper-content-publi .body-publi h3 {
  font-family: 'CenturyBold';
  color: #42372F;
  margin-bottom: 1.6em;
}
.page-template-template-blog #main .post-publications .wrapper-pattern-actu .wrapper-publi .wrapper-content-publi .body-publi a.more,
.archive.category #main .post-publications .wrapper-pattern-actu .wrapper-publi .wrapper-content-publi .body-publi a.more,
.page-template-template-blog #main .post-publications .wrapper-pattern-actu .wrapper-publi-2 .wrapper-content-publi .body-publi a.more,
.archive.category #main .post-publications .wrapper-pattern-actu .wrapper-publi-2 .wrapper-content-publi .body-publi a.more {
  background-color: #002575;
  font-family: "BariolRegular";
  color: white;
  font-size: 1.3em;
  padding: 0.5em 1.5em;
  border-radius: 1000px;
  transition: all 0.4s ease-in-out;
}
.page-template-template-blog #main .post-publications .wrapper-pattern-actu .wrapper-publi .wrapper-content-publi .body-publi a.more:hover,
.archive.category #main .post-publications .wrapper-pattern-actu .wrapper-publi .wrapper-content-publi .body-publi a.more:hover,
.page-template-template-blog #main .post-publications .wrapper-pattern-actu .wrapper-publi-2 .wrapper-content-publi .body-publi a.more:hover,
.archive.category #main .post-publications .wrapper-pattern-actu .wrapper-publi-2 .wrapper-content-publi .body-publi a.more:hover {
  background-color: #001a51;
  transition: all 0.4s ease-in-out;
}
.page-template-template-blog #main .post-publications .wrapper-pattern-actu .wrapper-publi-2,
.archive.category #main .post-publications .wrapper-pattern-actu .wrapper-publi-2 {
  flex-basis: 66.66%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-template-template-blog #main .post-publications .wrapper-pattern-actu .wrapper-publi-2,
  .archive.category #main .post-publications .wrapper-pattern-actu .wrapper-publi-2 {
    flex-basis: 60.66%;
  }
}
.page-template-template-blog #main .post-publications .wrapper-pattern-actu .wrapper-publi-2 .wrapper-content-publi,
.archive.category #main .post-publications .wrapper-pattern-actu .wrapper-publi-2 .wrapper-content-publi {
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.page-template-template-blog #main .post-publications .wrapper-pattern-actu .wrapper-publi-2 .wrapper-content-publi .wrapper-link,
.archive.category #main .post-publications .wrapper-pattern-actu .wrapper-publi-2 .wrapper-content-publi .wrapper-link {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  color: white;
}
.page-template-template-blog #main .post-publications .wrapper-pattern-actu .wrapper-publi-2 .wrapper-content-publi .wrapper-link .header-publi,
.archive.category #main .post-publications .wrapper-pattern-actu .wrapper-publi-2 .wrapper-content-publi .wrapper-link .header-publi {
  height: 100%;
  position: relative;
}
.page-template-template-blog #main .post-publications .wrapper-pattern-actu .wrapper-publi-2 .wrapper-content-publi .wrapper-link .header-publi .filtre-image,
.archive.category #main .post-publications .wrapper-pattern-actu .wrapper-publi-2 .wrapper-content-publi .wrapper-link .header-publi .filtre-image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0) 60%, #0caeb9);
}
.page-template-template-blog #main .post-publications .wrapper-pattern-actu .wrapper-publi-2 .wrapper-content-publi .wrapper-link .header-publi img,
.archive.category #main .post-publications .wrapper-pattern-actu .wrapper-publi-2 .wrapper-content-publi .wrapper-link .header-publi img {
  height: 100%;
  object-fit: cover;
}
.page-template-template-blog #main .post-publications .wrapper-pattern-actu .wrapper-publi-2 .wrapper-content-publi .body-publi,
.archive.category #main .post-publications .wrapper-pattern-actu .wrapper-publi-2 .wrapper-content-publi .body-publi {
  padding: 1em 1em 2em;
  text-align: center;
  position: relative;
  z-index: 1;
}
.page-template-template-blog #main .post-publications .wrapper-pattern-actu .wrapper-publi-2 .wrapper-content-publi .body-publi a,
.archive.category #main .post-publications .wrapper-pattern-actu .wrapper-publi-2 .wrapper-content-publi .body-publi a {
  position: relative;
}
.page-template-template-blog #main .post-publications .wrapper-pattern-actu .wrapper-publi-2 .wrapper-content-publi .body-publi h3,
.archive.category #main .post-publications .wrapper-pattern-actu .wrapper-publi-2 .wrapper-content-publi .body-publi h3 {
  color: white;
}
.page-template-template-blog #main .post-publications .wrapper-pattern-actu .wrapper-publi-3 .wrapper-content-publi,
.archive.category #main .post-publications .wrapper-pattern-actu .wrapper-publi-3 .wrapper-content-publi {
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.page-template-template-blog #main .post-publications .wrapper-pattern-actu .wrapper-publi-3 .wrapper-content-publi .wrapper-link,
.archive.category #main .post-publications .wrapper-pattern-actu .wrapper-publi-3 .wrapper-content-publi .wrapper-link {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.page-template-template-blog #main .post-publications .wrapper-pattern-actu .wrapper-publi-3 .wrapper-content-publi .wrapper-link .header-publi,
.archive.category #main .post-publications .wrapper-pattern-actu .wrapper-publi-3 .wrapper-content-publi .wrapper-link .header-publi {
  height: 100%;
}
.page-template-template-blog #main .post-publications .wrapper-pattern-actu .wrapper-publi-3 .wrapper-content-publi .wrapper-link .header-publi .filtre-image,
.archive.category #main .post-publications .wrapper-pattern-actu .wrapper-publi-3 .wrapper-content-publi .wrapper-link .header-publi .filtre-image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0) 60%, #0caeb9);
}
.page-template-template-blog #main .post-publications .wrapper-pattern-actu .wrapper-publi-3 .wrapper-content-publi .wrapper-link .header-publi img,
.archive.category #main .post-publications .wrapper-pattern-actu .wrapper-publi-3 .wrapper-content-publi .wrapper-link .header-publi img {
  height: 100%;
  object-fit: cover;
}
.page-template-template-blog #main .post-publications .wrapper-pattern-actu .wrapper-publi-3 .wrapper-content-publi .body-publi,
.archive.category #main .post-publications .wrapper-pattern-actu .wrapper-publi-3 .wrapper-content-publi .body-publi {
  padding: 1em 1em 2em;
  text-align: center;
  position: relative;
  z-index: 1;
}
.page-template-template-blog #main .post-publications .wrapper-pattern-actu .wrapper-publi-3 .wrapper-content-publi .body-publi a,
.archive.category #main .post-publications .wrapper-pattern-actu .wrapper-publi-3 .wrapper-content-publi .body-publi a {
  position: relative;
}
.page-template-template-blog #main .post-publications .wrapper-pattern-actu .wrapper-publi-3 .wrapper-content-publi .body-publi h3,
.archive.category #main .post-publications .wrapper-pattern-actu .wrapper-publi-3 .wrapper-content-publi .body-publi h3 {
  color: white;
}
.page-template-template-blog footer,
.archive.category footer {
  background-color: #f5f2ef;
}
.single-post {
  background-color: white;
}
@media screen and (max-width: 550px) {
  .single-post {
    justify-content: space-between;
  }
  .single-post.gamme-fixed #colophon {
    padding-bottom: 83px;
  }
}
.single-post .breadcrumb {
  background-color: #f5f2ef;
  text-align: center;
  width: inherit;
  padding: 0 10%;
}
.single-post #main section {
  position: relative;
  background-image: url(../images/bg-form-contact.png);
  padding: 6em 0;
}
.single-post #main section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.5em;
  background-image: url('../images/bg-header-blog.jpg');
  background-repeat: repeat-x;
  background-size: contain;
  display: none;
}
.single-post #main section h1 {
  position: relative;
  text-align: center;
  margin: 0 auto;
  max-width: 80%;
  font-family: "BariolRegular";
  font-size: 4em;
  font-weight: normal;
  line-height: 100%;
  color: #233486;
}
.single-post #main .wrapper-page {
  margin: 2em auto 4em;
  max-width: 1400px;
  display: flex;
  flex-wrap: wrap;
}
.single-post #main .wrapper-page .content-wrapper {
  flex: 1;
  padding-right: 6%;
}
.single-post #main .wrapper-page .content-wrapper blockquote {
  position: relative;
  background-color: #f5f2ef;
  margin: 2em 0;
  border-radius: 10px;
  padding: 3em 2em;
  text-align: center;
}
.single-post #main .wrapper-page .content-wrapper blockquote::before {
  content: 'Parole de Fess\'netteur(se)';
  display: block;
  font-style: italic;
  font-family: 'Calibri';
  font-weight: bold;
  font-size: 2em;
}
.single-post #main .wrapper-page .content-wrapper blockquote::after {
  content: '';
  position: absolute;
  width: 160px;
  top: 6.8em;
  height: 4px;
  background-color: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.single-post #main .wrapper-page .content-wrapper blockquote p {
  display: flex;
  font-family: "BariolRegular";
  color: #002575;
  font-size: 2em;
  text-align: center;
  margin-bottom: 0.7em;
  margin-top: 1.2em;
}
.single-post #main .wrapper-page .content-wrapper blockquote p::before {
  flex: none;
  content: '';
  display: block;
  background-image: url('../images/quote-bleu.png');
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.7em;
  width: 1.8em;
  margin-right: 2em;
}
.single-post #main .wrapper-page .content-wrapper blockquote p::after {
  flex: none;
  content: '';
  display: block;
  background-image: url('../images/quote-bleu.png');
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.7em;
  width: 1.8em;
  transform: scaleX(-1);
  margin-left: 2em;
}
.single-post #main .wrapper-page .content-wrapper blockquote cite {
  display: block;
  font-family: "BariolRegular";
  text-align: center;
  font-size: 1.2em;
  font-style: initial;
}
.single-post #main .wrapper-page .content-wrapper .wp-block-button a {
  background-color: #002575;
  padding: 0.3em 1.2em;
}
.single-post #main .wrapper-page .content-wrapper .wp-block-button a:hover {
  background-color: #001d5b;
}
.single-post #main .wrapper-page .sidebar-wrapper {
  flex-basis: 460px;
}
.single-post #main .wrapper-page .sidebar-wrapper .image-wrapper img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
}
.single-post #main .wrapper-page .sidebar-wrapper .social-wrapper {
  margin: 1em 0;
  display: flex;
  align-items: center;
}
.single-post #main .wrapper-page .sidebar-wrapper .social-wrapper .label {
  font-family: "BariolRegular";
  text-transform: uppercase;
  color: #002575;
  font-size: 1.4em;
  margin-right: 0.4em;
}
.single-post #main .wrapper-page .sidebar-wrapper .social-wrapper .hr {
  flex: 1;
  height: 4px;
  background-color: #f5f2ef;
}
.single-post #main .wrapper-page .sidebar-wrapper .social-wrapper > div a {
  margin: 0 0 0 20px;
  background-color: #062f87;
  border-radius: 35px;
  width: 37px;
  height: 37px;
  line-height: 37px;
  display: inline-block;
  text-align: center;
  color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}
.single-post #main .wrapper-page .sidebar-wrapper .social-wrapper > div a:hover {
  background-color: #002575;
}
.single-post #main .wrapper-page .sidebar-wrapper .social-wrapper > div a#facebook {
  background-image: url(../images/facebook.svg);
}
.single-post #main .wrapper-page .sidebar-wrapper .social-wrapper > div a#twitter {
  background-image: url(../images/twitter.svg);
}
.single-post #main .wrapper-page .sidebar-wrapper .social-wrapper > div a#mail {
  background-image: url(../images/mail.svg);
}
.single-post #main .wrapper-page .sidebar-wrapper .more-articles .label {
  display: block;
  font-family: "BariolRegular";
  text-transform: uppercase;
  color: #002575;
  font-size: 1.4em;
  margin-bottom: 0.8em;
}
.single-post #main .wrapper-page .sidebar-wrapper .more-articles .item {
  display: flex;
  margin-bottom: 1.5em;
}
.single-post #main .wrapper-page .sidebar-wrapper .more-articles .item a,
.single-post #main .wrapper-page .sidebar-wrapper .more-articles .item a:visited {
  text-decoration: none;
}
.single-post #main .wrapper-page .sidebar-wrapper .more-articles .item .image-wrapper {
  margin-right: 1em;
}
.single-post #main .wrapper-page .sidebar-wrapper .more-articles .item .image-wrapper img {
  width: 120px;
  height: 110px;
  object-fit: cover;
}
.single-post #main .wrapper-page .sidebar-wrapper .more-articles .item .info-wrapper {
  flex: 1;
  padding-right: 2em;
}
.single-post #main .wrapper-page .sidebar-wrapper .more-articles .item .info-wrapper .date {
  font-family: 'CenturyBold';
  font-size: 1em;
  color: #002575;
}
.single-post #main .wrapper-page .sidebar-wrapper .more-articles .item .info-wrapper h5 {
  margin: 0.2em 0 0.4em;
  font-size: 1.3em;
  font-family: 'CenturyBold';
  font-weight: bold;
  color: #42372F;
}
.single-post #main .wrapper-page .sidebar-wrapper .more-articles .item .info-wrapper a.more {
  background-color: #002575;
  font-family: "BariolRegular";
  color: white;
  font-size: 0.9em;
  padding: 0.5em 1.5em;
  border-radius: 1000px;
  text-decoration: none;
}
.single-post #main .gamme-associee {
  position: fixed;
  bottom: 75px;
  right: 0;
  display: flex;
  min-width: 460px;
  z-index: 100;
  background-color: #808FC3;
  border-radius: 20px 0 0 20px;
}
@media screen and (max-width: 550px) {
  .single-post #main .gamme-associee {
    width: 100%;
    border-radius: 0;
    min-width: inherit;
    bottom: 0;
  }
}
.single-post #main .gamme-associee.bleu {
  background-color: #0CAEBA;
}
.single-post #main .gamme-associee.vert {
  background-color: #8CC72D;
}
.single-post #main .gamme-associee.rose {
  background-color: #F7AFB8;
}
.single-post #main .gamme-associee.rose .right-side .gamme-title {
  color: #233486;
}
.single-post #main .gamme-associee.green {
  background-color: #0A5A40;
}
.single-post #main .gamme-associee.jaune {
  background-color: #FFCE00;
}
.single-post #main .gamme-associee.jaune .right-side .gamme-title {
  color: #233486;
}
.single-post #main .gamme-associee .left-side {
  padding: 1em 0.5em 0.5em 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px 0 0 20px;
  background-color: rgba(245, 242, 239, 0.9);
}
@media screen and (max-width: 550px) {
  .single-post #main .gamme-associee .left-side {
    border-radius: inherit;
    padding: 0.8em 0.3em 0.3em 0.3em;
  }
}
.single-post #main .gamme-associee .left-side img {
  max-width: 100px;
  transform: rotate(5deg);
}
@media screen and (max-width: 550px) {
  .single-post #main .gamme-associee .left-side img {
    max-width: 90px;
  }
}
.single-post #main .gamme-associee .right-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 1em;
}
.single-post #main .gamme-associee .right-side .gamme-title {
  margin: 0;
  font-size: 170%;
  color: white;
  font-weight: 100;
}
@media screen and (max-width: 550px) {
  .single-post #main .gamme-associee .right-side .gamme-title {
    font-size: 130%;
  }
}
.single-post #main .gamme-associee .right-side .gamme-link {
  background-color: #fff;
  border-radius: 50px;
  padding: 0.5em 1.3em;
  margin-top: 0.5em;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 65%;
  font-weight: bold;
  line-height: 1;
  color: #024795;
}
.single-post footer {
  background-color: #f5f2ef;
}
.video-transpa {
  position: fixed;
  z-index: 999999999;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media only screen and (max-width: 980px) {
  .video-transpa {
    display: none;
  }
}
.video-transpa.video-off {
  display: none;
}
.video-transpa video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  height: auto;
}
.video-transpa button {
  color: #DF1483;
  background-color: white;
  position: absolute;
  box-shadow: none;
  border-radius: 0;
  top: 1em;
  right: 1em;
  border: none;
  padding: 1em;
  border: 5px solid #DF1483;
}
.video-transpa button:hover {
  box-shadow: 0px 0px 10px 5px #DF1483;
  transition: 200ms all ease;
}
.video-off {
  display: none;
}
.page-id-211 h1 {
  display: none;
}
.page-id-211 .entry-content {
  font-size: 60px;
}
.page-id-211 .entry-content p {
  color: #002575;
  text-align: center;
  margin-top: 0;
}
.page-id-211 .entry-content p::after {
  content: url(../images/heart.svg);
  display: inline-block;
  margin-left: 1em;
  transform: translateY(30%);
}
.page-id-211 .quizz-wrapper {
  background-color: #ABDEE4;
  background-image: url(../images/background-quiz.jpg);
  background-size: cover;
  display: flex;
}
@media only screen and (max-width: 1420px) {
  .page-id-211 .quizz-wrapper {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 750px) {
  .page-id-211 .quizz-wrapper {
    flex-direction: column;
  }
}
.page-id-211 .quizz-wrapper .left-inner {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
@media only screen and (max-width: 750px) {
  .page-id-211 .quizz-wrapper .left-inner {
    background-image: none;
  }
}
.page-id-211 .quizz-wrapper .left-inner .info-wrapper {
  max-width: 350px;
  margin: 0 auto;
  text-align: center;
}
.page-id-211 .quizz-wrapper .left-inner .info-wrapper p {
  font-size: 35px;
  color: #ffffff;
  font-family: "BariolRegular";
  line-height: 130%;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 750px) {
  .page-id-211 .quizz-wrapper .left-inner .info-wrapper p {
    color: #002575;
  }
}
.page-id-211 .quizz-wrapper .left-inner .info-wrapper p span {
  color: #002575;
  position: relative;
  width: 2em;
  height: 2em;
  display: inline-block;
  z-index: 1;
  padding-left: 18px;
  margin-left: -14px;
}
.page-id-211 .quizz-wrapper .left-inner .info-wrapper p span::before {
  content: '';
  height: 2em;
  width: 2em;
  display: block;
  background-image: url(../images/goutte-quizz.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -6%;
  z-index: -1;
  transform: rotate(95deg);
}
.page-id-211 .quizz-wrapper .left-inner .info-wrapper a {
  background-color: #003b86;
  border-radius: 35px;
  padding: 15px 25px;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  font-size: 30px;
}
.page-id-211 .quizz-wrapper .right-inner {
  flex-basis: 50%;
  padding: 100px 0;
}
@media only screen and (max-width: 1420px) {
  .page-id-211 .quizz-wrapper .right-inner {
    flex-basis: 40%;
  }
}
@media only screen and (max-width: 750px) {
  .page-id-211 .quizz-wrapper .right-inner {
    padding: 30px 0;
    text-align: center;
  }
}
.page-id-211 .quizz-wrapper .right-inner img {
  margin-left: -30%;
  max-width: 700px;
}
@media only screen and (max-width: 1100px) {
  .page-id-211 .quizz-wrapper .right-inner img {
    margin-left: 0;
  }
}
@media only screen and (max-width: 750px) {
  .page-id-211 .quizz-wrapper .right-inner img {
    max-width: 75%;
    margin: 0 auto;
  }
}
.bon-reduction {
  margin-bottom: 4em;
  background-color: #f5f2ef;
}
.bon-reduction .wrapper-image-reduction {
  width: 50%;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
}
.bon-reduction .wrapper-image-reduction img {
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .bon-reduction .wrapper-image-reduction {
    width: 82vw;
  }
}
.bon-reduction .block-btn-reduction {
  padding-bottom: 20px;
}
.bon-reduction .block-btn-reduction a {
  text-transform: uppercase;
  display: block;
  border: 2px solid #002575;
  background-color: #002575;
  color: white;
  padding: 25px 10px;
  border-radius: 55px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  text-align: center;
  width: 300px;
  text-decoration: none;
  margin-bottom: 1em;
}
.bon-reduction .content {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 2em;
}
.page-template-template-bon-reduction-oups #content {
  background-color: #f5f2ef;
}
.page-template-template-bon-reduction-oups #content h1 {
  text-align: center;
  color: #002575;
}
.page-template-template-bon-reduction-oups #content .entry-content {
  text-align: center;
  padding-bottom: 5em;
}
.page-template-template-bon-reduction-oups #content .entry-content .gamme-more {
  background-color: #002575;
  font-family: "BariolRegular";
  color: white;
  font-size: 0.9em;
  padding: 0.5em 1.5em;
  border-radius: 1000px;
  text-decoration: none;
  font-size: 20px;
  margin: 1em auto 0;
}
.page-id-693 #main {
  background-image: url(../images/bg-form-contact.jpg);
  background-size: 70%;
  background-position: center;
}
.page-id-693 #main .content-page {
  padding-top: 0.5em;
}
.page-id-693 #main .content-page h1 {
  text-align: center;
  color: #002575;
  font-size: 60px;
}
.page-id-693 #main .content-page .hentry {
  margin-bottom: 0;
}
.page-id-693 #main .content-page .gform_wrapper {
  padding-bottom: 3em;
}
.page-id-693 #main .content-page .gform_wrapper .gfield_required {
  color: #002575;
}
.page-id-693 #main .content-page .gform_wrapper .gform_heading {
  position: relative;
  text-align: center;
  font-size: 26px;
}
.page-id-693 #main .content-page .gform_wrapper .gform_heading .gform_description span {
  display: block;
  color: #918D89;
  font-size: 20px;
  transform: translateY(-100%);
}
.page-id-693 #main .content-page .gform_wrapper .gform_page {
  max-width: 750px;
  margin: 0 auto;
}
.page-id-693 #main .content-page .gform_wrapper .gform_page:not(#gform_page_4_1):not(#gform_page_4_5) .gfield > label {
  font-family: "BariolRegular";
  color: #002575;
  font-size: 35px;
  margin-bottom: 0.5em;
}
.page-id-693 #main .content-page .gform_wrapper .gform_page:not(#gform_page_4_1):not(#gform_page_4_5) .gform_page_footer {
  margin-top: 1em;
  text-align: center;
}
.page-id-693 #main .content-page .gform_wrapper .gform_page:not(#gform_page_4_1):not(#gform_page_4_5) .gform_page_footer input {
  background-color: #002575;
  font-size: 20px;
  padding: 10px 50px;
  border-radius: 100px;
  font-family: "BariolRegular";
  color: #ffffff;
  transition: all 0.4s ease-in-out;
  border: none;
}
.page-id-693 #main .content-page .gform_wrapper .gform_page:not(#gform_page_4_1):not(#gform_page_4_5) .gform_page_footer input:hover {
  background-color: #324290;
}
.page-id-693 #main .content-page .gform_wrapper .gform_page:not(#gform_page_4_1):not(#gform_page_4_5) .gform_page_footer input.gform_previous_button {
  background-color: transparent;
  border: 2px solid #002575;
  color: #002575;
}
.page-id-693 #main .content-page .gform_wrapper .gform_page:not(#gform_page_4_1):not(#gform_page_4_5) .gform_page_footer input.gform_previous_button:hover {
  background-color: #002575;
  color: #ffffff;
}
.page-id-693 #main .content-page .gform_wrapper .gform_page:not(#gform_page_4_5) .gfield_radio {
  z-index: 2;
  position: relative;
}
.page-id-693 #main .content-page .gform_wrapper .gform_page:not(#gform_page_4_5) .gfield_radio input[type=radio]:checked ~ label {
  background-color: #002575;
}
.page-id-693 #main .content-page .gform_wrapper .gform_page:not(#gform_page_4_5) .gfield_radio label {
  font-size: 20px;
  color: #ffffff;
  font-family: "BariolRegular";
  background-color: #888888;
  padding: 0.7em 2em 0.7em 3em !important;
  border-radius: 100px;
  transition: background-color 0.4s ease-in-out;
}
.page-id-693 #main .content-page .gform_wrapper .gform_page:not(#gform_page_4_5) .gfield_radio label::before {
  left: 1.4em;
  top: 50%;
  transform: translateY(-50%);
}
.page-id-693 #main .content-page .gform_wrapper #gform_page_4_1 {
  text-align: center;
}
.page-id-693 #main .content-page .gform_wrapper #gform_page_4_1 .gform_page_footer input {
  background-color: #002575;
  font-size: 35px;
  padding: 8px 20px;
  border-radius: 100px;
  font-family: "BariolRegular";
  text-transform: uppercase;
  color: #ffffff;
  transition: all 0.4s ease-in-out;
  transform: translateY(-100%);
}
@media only screen and (max-width: 750px) {
  .page-id-693 #main .content-page .gform_wrapper #gform_page_4_1 .gform_page_footer input {
    transform: none;
    font-size: 25px;
  }
}
.page-id-693 #main .content-page .gform_wrapper #gform_page_4_1 .gform_page_footer input:hover {
  background-color: #324290;
}
.page-id-693 #main .content-page .gform_wrapper #gform_page_4_2 .ginput_container {
  position: relative;
  min-height: 310px;
}
.page-id-693 #main .content-page .gform_wrapper #gform_page_4_2 .ginput_container::after {
  content: '';
  background-image: url(../images/peau.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  height: 290px;
  width: 350px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .page-id-693 #main .content-page .gform_wrapper #gform_page_4_2 .ginput_container::after {
    position: initial;
    top: inherit;
    left: inherit;
    margin: 1em auto 0;
  }
}
.page-id-693 #main .content-page .gform_wrapper #gform_page_4_2 .gfield > label::before {
  content: '1';
  font-size: 38px;
  font-family: "BariolRegular";
  color: #002575;
  background-color: #E5DFD9;
  display: inline-block;
  margin-right: 0.5em;
  padding: 1px 19px;
  border-radius: 100px;
}
.page-id-693 #main .content-page .gform_wrapper #gform_page_4_3 .ginput_container {
  position: relative;
  min-height: 310px;
}
.page-id-693 #main .content-page .gform_wrapper #gform_page_4_3 .ginput_container::after {
  content: '';
  background-image: url(../images/moment.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  height: 290px;
  width: 350px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .page-id-693 #main .content-page .gform_wrapper #gform_page_4_3 .ginput_container::after {
    position: initial;
    top: inherit;
    left: inherit;
    margin: 1em auto 0;
  }
}
.page-id-693 #main .content-page .gform_wrapper #gform_page_4_3 .gfield > label::before {
  content: '2';
  font-size: 38px;
  font-family: "BariolRegular";
  color: #002575;
  background-color: #E5DFD9;
  display: inline-block;
  margin-right: 0.5em;
  padding: 1px 15.5px;
  border-radius: 100px;
}
.page-id-693 #main .content-page .gform_wrapper #gform_page_4_4 .ginput_container {
  position: relative;
  min-height: 310px;
}
.page-id-693 #main .content-page .gform_wrapper #gform_page_4_4 .ginput_container::after {
  content: '';
  background-image: url(../images/loisirs.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  height: 290px;
  width: 350px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  .page-id-693 #main .content-page .gform_wrapper #gform_page_4_4 .ginput_container::after {
    position: initial;
    top: inherit;
    left: inherit;
    margin: 1em auto 0;
  }
}
.page-id-693 #main .content-page .gform_wrapper #gform_page_4_4 .gfield > label::before {
  content: '3';
  font-size: 38px;
  font-family: "BariolRegular";
  color: #002575;
  background-color: #E5DFD9;
  display: inline-block;
  margin-right: 0.5em;
  padding: 1px 15.5px;
  border-radius: 100px;
}
.page-id-693 #main .content-page .gform_wrapper #gform_page_4_5 {
  position: relative;
  padding-left: 375px;
}
@media only screen and (max-width: 850px) {
  .page-id-693 #main .content-page .gform_wrapper #gform_page_4_5 {
    padding-left: 0;
  }
}
.page-id-693 #main .content-page .gform_wrapper #gform_page_4_5::before {
  content: '';
  background-image: url(../images/subs.png);
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  display: block;
  width: 350px;
  height: 350px;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 850px) {
  .page-id-693 #main .content-page .gform_wrapper #gform_page_4_5::before {
    position: initial;
    top: inherit;
    left: inherit;
    margin: 1em auto 0;
  }
}
.page-id-693 #main .content-page .gform_wrapper #gform_page_4_5 .gform_fields .gfield > label {
  font-family: "BariolRegular";
  color: #002575;
  font-size: 30px;
}
.page-id-693 #main .content-page .gform_wrapper #gform_page_4_5 .gform_fields .gfield input[type=text] {
  font-size: 17px !important;
  color: #948a82;
  border-radius: 35px;
  padding: 10px 15px !important;
  font-style: italic;
  border: 2px solid #f4f0ee;
  width: 100%;
}
.page-id-693 #main .content-page .gform_wrapper #gform_page_4_5 .gform_fields .ginput_recaptcha > div {
  margin: auto;
}
.page-id-693 #main .content-page .gform_wrapper #gform_page_4_5 .gform_page_footer {
  text-align: center;
}
.page-id-693 #main .content-page .gform_wrapper #gform_page_4_5 .gform_page_footer .gform_previous_button {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  font-size: 20px;
  padding: 10px 15px;
  border-radius: 100px;
  font-family: "BariolRegular";
  color: #002575;
  transition: all 0.4s ease-in-out;
  border: none;
}
.page-id-693 #main .content-page .gform_wrapper #gform_page_4_5 .gform_page_footer .gform_previous_button:hover {
  background-color: #002575;
  color: #ffffff;
}
.page-id-693 #main .content-page .gform_wrapper #gform_page_4_5 .gform_page_footer .gform_button {
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid #002575;
  background-color: #002575;
  color: white;
  padding: 18px 40px;
  border-radius: 35px;
  width: 263px !important;
  font-family: "BariolRegular";
  font-size: 20px;
}
.page-id-693 #main .content-page .gform_wrapper .gform_page_footer {
  border: none;
}
.page-id-695 #main {
  background-image: url(../images/bg-form-contact.jpg);
  background-position: center;
  background-size: 70%;
}
.page-id-695 #main .content-page {
  padding-top: 0.5em;
}
.page-id-695 #main .content-page h1 {
  text-align: center;
  color: #002575;
  font-size: 60px;
}
.page-id-695 #main .content-page > p {
  font-family: "BariolRegular";
  font-size: 35px;
  color: #002575;
  text-align: center;
}
.page-id-695 #main .content-page .wrapper {
  display: flex;
  justify-content: center;
  padding-bottom: 4em;
}
@media only screen and (max-width: 780px) {
  .page-id-695 #main .content-page .wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.page-id-695 #main .content-page .wrapper .titre {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em 4em;
  transform: translateX(1.5em);
}
@media only screen and (max-width: 780px) {
  .page-id-695 #main .content-page .wrapper .titre {
    min-height: 330px;
  }
}
@media only screen and (max-width: 780px) {
  .page-id-695 #main .content-page .wrapper .titre {
    padding: 1em 0;
  }
}
.page-id-695 #main .content-page .wrapper .titre h3 {
  font-family: "LietoMe";
  color: #ffffff;
  font-size: 60px;
  margin: 0;
  text-align: center;
}
.page-id-695 #main .content-page .wrapper .titre a {
  display: block;
  border: 2px solid #002575;
  background-color: #002575;
  color: white;
  padding: 5px 15px;
  border-radius: 55px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  text-align: center;
  text-decoration: none;
  margin-bottom: 1em;
}
.page-id-695 #main .content-page .wrapper .image {
  transform: translateX(-1.5em);
  max-width: 400px;
}
@media only screen and (max-width: 780px) {
  .page-id-695 #main .content-page .wrapper .image {
    transform: none;
  }
}
.page-id-695 #main .content-page .wrapper.natura .titre {
  background-image: url(../images/tache-gamme5.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.page-id-695 #main .content-page .wrapper.sensitive .titre {
  background-image: url(../images/tache-gamme2-new.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.page-id-695 #main .content-page .wrapper.vert-aloe .titre {
  background-image: url(../images/tache-gamme1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.page-id-695 #main .content-page .wrapper.rose-fleur-de-coton .titre {
  background-image: url(../images/tache-gamme3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.page-id-695 #main .content-page .social-wrapper {
  margin: 1em 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 2em;
}
.page-id-695 #main .content-page .social-wrapper .label {
  flex-basis: 100%;
  font-family: "BariolRegular";
  text-transform: uppercase;
  color: #002575;
  font-size: 1.4em;
  margin-right: 0.4em;
  text-align: center;
  margin-bottom: 1em;
}
.page-id-695 #main .content-page .social-wrapper > div a {
  margin: 0 0 0 20px;
  background-color: #062f87;
  border-radius: 35px;
  width: 37px;
  height: 37px;
  line-height: 37px;
  display: inline-block;
  text-align: center;
  color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}
.page-id-695 #main .content-page .social-wrapper > div a:hover {
  background-color: #002575;
}
.page-id-695 #main .content-page .social-wrapper > div a#facebook {
  background-image: url('../images/icon-fb.png');
  margin-left: 0;
}
.page-id-695 #main .content-page .social-wrapper > div a#twitter {
  background-image: url('../images/icon-twitter.png');
}
.page-id-695 #main .content-page .social-wrapper > div a#mail {
  background-image: url('../images/icon-mail.png');
}
.page-id-695 #main .bloc-redirection {
  background-color: white;
  padding-top: 70px;
}
.page-id-695 #main .bloc-redirection .content-visuel {
  background-image: url(../images/bg-form-contact.jpg);
  background-size: 70%;
  height: 330px;
  width: 100%;
  background-position: center;
}
@media only screen and (max-width: 750px) {
  .page-id-695 #main .bloc-redirection .content-visuel {
    display: none;
  }
}
.page-id-695 #main .bloc-redirection .content-redirection {
  padding-bottom: 60px;
}
.page-id-695 #main .bloc-redirection .wrapper-redirection {
  width: 1400px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.page-id-695 #main .bloc-redirection .wrapper-redirection .cadre-color {
  width: calc(100%/3 - 61px);
  margin: 30px;
  height: 330px;
  padding: 15px;
  margin-top: -180px;
}
.page-id-695 #main .bloc-redirection .wrapper-redirection .cadre-color .wrapper-cadre {
  background-color: white;
  width: 100%;
  height: 100%;
  padding: 50px 45px;
  background-size: auto 100%;
  background-position: center;
}
.page-id-695 #main .bloc-redirection .wrapper-redirection .cadre-color .wrapper-cadre .content-cadre {
  width: 100%;
  height: 100%;
  background-color: white;
}
.page-id-695 #main .bloc-redirection .wrapper-redirection .cadre-color .wrapper-cadre a {
  text-decoration: none;
}
.page-id-695 #main .bloc-redirection .wrapper-redirection .cadre-color .wrapper-cadre .title-content {
  position: relative;
  height: 130px;
  display: flex;
  align-items: center;
}
.page-id-695 #main .bloc-redirection .wrapper-redirection .cadre-color .wrapper-cadre .title-content h3 {
  margin: 0;
  font-size: 43px;
  font-family: "LietoMe";
  font-weight: normal;
  color: #002575;
  text-align: center;
  width: 100%;
  line-height: 1em;
}
.page-id-695 #main .bloc-redirection .wrapper-redirection .cadre-color .wrapper-cadre .title-content h3 span {
  font-family: "BariolRegular";
}
.page-id-695 #main .bloc-redirection .wrapper-redirection .cadre-color .wrapper-cadre a {
  text-align: center;
  display: block;
}
.page-id-695 #main .bloc-redirection .wrapper-redirection .cadre-bleu {
  background-color: #00a4b0;
}
.page-id-695 #main .bloc-redirection .wrapper-redirection .cadre-bleu .wrapper-cadre {
  background-image: url(../images/motif-sensitive.svg);
}
.page-id-695 #main .bloc-redirection .wrapper-redirection .cadre-vert {
  background-color: #78ba2f;
}
.page-id-695 #main .bloc-redirection .wrapper-redirection .cadre-vert .wrapper-cadre {
  background-image: url(../images/motif-vert-aloe.svg);
}
.page-id-695 #main .bloc-redirection .wrapper-redirection .cadre-rose {
  background-color: #ffb2b8;
}
.page-id-695 #main .bloc-redirection .wrapper-redirection .cadre-rose .wrapper-cadre {
  background-image: url(../images/motif-fleur-coton.svg);
}
.page-id-763 .content {
  background-image: url(../images/bg-points-vente.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.page-id-763 .content > .wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.page-id-763 .content > .wrapper .entry-header {
  text-align: center;
}
.page-id-763 .content > .wrapper .entry-header h1 {
  margin: 0 0 20px 0;
  color: #002575;
  font-size: 60px;
  font-family: "BariolRegular";
  font-weight: normal;
}
.page-id-763 .content > .wrapper .format {
  padding-bottom: 30px;
}
.page-id-763 .content > .wrapper .format h2 {
  margin: 0;
  color: #024795;
  text-align: center;
  font-weight: normal;
  font-family: "LietoMe";
  font-size: 40px;
}
.page-id-763 .content > .wrapper .format .elements {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-id-763 .content > .wrapper .format .elements .element {
  width: 100%;
  max-width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 4% 50px;
}
.page-id-763 .content > .wrapper .format .elements .element .image-wrapper {
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.page-id-763 .content > .wrapper .format .elements .element .image-wrapper img {
  max-height: 100%;
  object-fit: contain;
}
.page-id-763 .content > .wrapper .format .elements .element .cta-wrapper {
  display: flex;
  justify-content: center;
}
.page-id-763 .content > .wrapper .format .elements .element .cta-wrapper a {
  width: 210px;
  text-align: center;
  font-family: "CenturyGothic";
  padding: 10px 20px;
  background-color: #002575;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 35px;
  transition: background-color 0.4s ease-in-out;
}
.page-id-763 .content > .wrapper .format .elements .element .cta-wrapper a:hover {
  background-color: #324290;
}
.page-id-763 .content > .wrapper .format .elements .element.pocket,
.page-id-763 .content > .wrapper .format .elements .element.max {
  max-width: 310px;
  margin: 0 1% 50px;
}
.page-id-763 .bloc-redirection {
  margin-top: 50px;
}
.page-id-766 .content {
  padding: 0 150px 200px 150px;
  background-image: url(../images/bg-points-vente.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.page-id-766 .content h1 {
  margin: 0 0 50px 0;
  color: #233486;
  text-align: center;
  font-family: "BariolRegular";
  font-size: 60px;
  font-weight: normal;
  position: relative;
}
.page-id-766 .content h1::after {
  content: '';
  position: absolute;
  background-image: url(../images/faq-pouce.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 73px;
  height: 136px;
  top: -30px;
  margin-left: 60px;
  transform: rotate(10deg);
}
.page-id-766 .content .categories {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 60px;
}
.page-id-766 .content .categories a {
  display: inline-block;
  margin: 0 15px;
  font-family: "CenturyGothic";
  padding: 10px 20px;
  background-color: #002575;
  color: white;
  text-decoration: none;
  border-radius: 35px;
  transition: background-color 0.4s ease-in-out;
}
.page-id-766 .content .categories a:hover {
  background-color: #324290;
}
.page-id-766 .content .interrogation {
  margin-bottom: 20px;
}
.page-id-766 .content .interrogation p {
  margin: 0;
}
.page-id-766 .content .interrogation .question {
  position: relative;
  padding-left: 30px;
  color: #024795;
  font-family: "BariolRegular";
  font-size: 35px;
  font-weight: normal;
  cursor: pointer;
}
.page-id-766 .content .interrogation .question::before {
  display: block;
  content: '';
  position: absolute;
  background-image: url(../images/chevron.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  left: 0;
  top: 15px;
  transform: rotate(270deg);
}
.page-id-766 .content .interrogation .question-selected::before {
  transform: rotate(0deg) !important;
}
.page-id-766 .content .interrogation .reponse {
  margin-bottom: 10px;
  padding-left: 30px;
  color: #42372F;
  font-family: "BariolRegular";
  font-size: 20px;
  font-weight: normal;
}
.page-template-template-video-youtube .content-page .entry-content h2 {
  color: #233486;
  font-size: 29px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 42px;
  font-family: 'CenturyBold';
}
.page-template-template-video-youtube .content-page .entry-content .youtube_player {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 5em;
}
.page-template-template-video-youtube .content-page .entry-content .youtube_player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-template-template-video-youtube .content-page .entry-content h3 {
  font-size: 2em;
}
.page-template-template-video-youtube .content-page .entry-content .wrapper-link a {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background-color: #233486;
  padding: 15px 25px;
  border-radius: 35px;
  margin: auto;
  transition: background-color 0.4s ease-in-out;
}
.page-template-template-video-youtube .content-page .entry-content .wrapper-link a:hover {
  background-color: #324290;
}
.page-id-1499 .site-main,
.page-id-1588 .site-main,
.page-id-1628 .site-main,
.page-id-1657 .site-main {
  background-image: url('../images/bg-form-echantillon.jpg');
}
.page-id-1499 h2.echantillon-titre,
.page-id-1588 h2.echantillon-titre,
.page-id-1628 h2.echantillon-titre,
.page-id-1657 h2.echantillon-titre {
  color: #233486;
  line-height: 69px;
  font-size: 66px;
  max-width: 721px;
  position: relative;
  left: -130px;
  display: flex;
  flex-direction: column;
  font-family: "lie-to-me";
}
.page-id-1499 .echantillon-all,
.page-id-1588 .echantillon-all,
.page-id-1628 .echantillon-all,
.page-id-1657 .echantillon-all {
  display: flex;
  justify-content: space-between;
}
.page-id-1499 .echantillon-all .echantillon-title-mobile,
.page-id-1588 .echantillon-all .echantillon-title-mobile,
.page-id-1628 .echantillon-all .echantillon-title-mobile,
.page-id-1657 .echantillon-all .echantillon-title-mobile {
  display: none;
}
@media screen and (max-width: 1080px) {
  .page-id-1499 .echantillon-all .echantillon-title-mobile,
  .page-id-1588 .echantillon-all .echantillon-title-mobile,
  .page-id-1628 .echantillon-all .echantillon-title-mobile,
  .page-id-1657 .echantillon-all .echantillon-title-mobile {
    display: block;
  }
  .page-id-1499 .echantillon-all .echantillon-title-mobile .echantillon-titre,
  .page-id-1588 .echantillon-all .echantillon-title-mobile .echantillon-titre,
  .page-id-1628 .echantillon-all .echantillon-title-mobile .echantillon-titre,
  .page-id-1657 .echantillon-all .echantillon-title-mobile .echantillon-titre {
    left: 0;
    padding: 0px 36px;
    font-size: 43px;
    text-align: center;
    font-family: "lie-to-me";
    line-height: 45px;
    font-weight: normal;
  }
}
.page-id-1499 .echantillon-all .echantillon-left-side,
.page-id-1588 .echantillon-all .echantillon-left-side,
.page-id-1628 .echantillon-all .echantillon-left-side,
.page-id-1657 .echantillon-all .echantillon-left-side {
  max-width: 577px;
}
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-image,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-image,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-image,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-image {
  max-width: 289px!important;
  margin-top: 33px;
}
@media screen and (max-width: 1060px) {
  .page-id-1499 .echantillon-all .echantillon-left-side .echantillon-image,
  .page-id-1588 .echantillon-all .echantillon-left-side .echantillon-image,
  .page-id-1628 .echantillon-all .echantillon-left-side .echantillon-image,
  .page-id-1657 .echantillon-all .echantillon-left-side .echantillon-image {
    margin-top: 0;
  }
}
.page-id-1499 .echantillon-all .echantillon-left-side .center-sub-image,
.page-id-1588 .echantillon-all .echantillon-left-side .center-sub-image,
.page-id-1628 .echantillon-all .echantillon-left-side .center-sub-image,
.page-id-1657 .echantillon-all .echantillon-left-side .center-sub-image {
  text-align: center;
}
.page-id-1499 .echantillon-all .echantillon-left-side .center-sub-image .echantillon-below-image,
.page-id-1588 .echantillon-all .echantillon-left-side .center-sub-image .echantillon-below-image,
.page-id-1628 .echantillon-all .echantillon-left-side .center-sub-image .echantillon-below-image,
.page-id-1657 .echantillon-all .echantillon-left-side .center-sub-image .echantillon-below-image {
  font-size: 42px;
  color: #233486;
  line-height: 42px;
  padding: 0 78px;
  margin: 0;
}
@media screen and (max-width: 436px) {
  .page-id-1499 .echantillon-all .echantillon-left-side .center-sub-image .echantillon-below-image,
  .page-id-1588 .echantillon-all .echantillon-left-side .center-sub-image .echantillon-below-image,
  .page-id-1628 .echantillon-all .echantillon-left-side .center-sub-image .echantillon-below-image,
  .page-id-1657 .echantillon-all .echantillon-left-side .center-sub-image .echantillon-below-image {
    padding: 0!important;
    line-height: 36px;
  }
}
.page-id-1499 .echantillon-all .echantillon-left-side .center-sub-image .echantillon-below-grey,
.page-id-1588 .echantillon-all .echantillon-left-side .center-sub-image .echantillon-below-grey,
.page-id-1628 .echantillon-all .echantillon-left-side .center-sub-image .echantillon-below-grey,
.page-id-1657 .echantillon-all .echantillon-left-side .center-sub-image .echantillon-below-grey {
  font-size: 18px;
  color: #42372F;
  margin-bottom: 55px;
  line-height: 24px;
}
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon {
  background-color: white;
  width: 100%;
  padding: 65px;
  margin-top: 25px;
  position: relative;
}
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form p,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form p,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form p,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form p,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon p,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon p,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon p,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon p {
  font-size: 18px;
  text-align: center;
  margin: 0;
  line-height: 24px;
}
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5::before,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5::before,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5::before,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5::before,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5::before,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5::before,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5::before,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5::before,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6::before,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6::before,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6::before,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6::before,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6::before,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6::before,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6::before,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6::before,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8::before,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8::before,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8::before,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8::before,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8::before,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8::before,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8::before,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8::before,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9::before,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9::before,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9::before,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9::before,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9::before,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9::before,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9::before,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9::before {
  content: "";
  position: absolute;
  top: -43px;
  left: 0;
  right: 0;
  margin: auto;
  width: 45px;
  height: 85px;
  display: block;
  background-image: url('../images/arrow-down-blue.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gfield p,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gfield p,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gfield p,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gfield p,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gfield p,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gfield p,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gfield p,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gfield p,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gfield p,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gfield p,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gfield p,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gfield p,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gfield p,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gfield p,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gfield p,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gfield p,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gfield p,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gfield p,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gfield p,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gfield p,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gfield p,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gfield p,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gfield p,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gfield p,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gfield p,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gfield p,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gfield p,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gfield p,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gfield p,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gfield p,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gfield p,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gfield p {
  text-align: center;
  color: #42372F;
}
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gfield input,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gfield input,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gfield input,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gfield input,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gfield input,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gfield input,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gfield input,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gfield input,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gfield input,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gfield input,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gfield input,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gfield input,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gfield input,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gfield input,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gfield input,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gfield input,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gfield input,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gfield input,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gfield input,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gfield input,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gfield input,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gfield input,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gfield input,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gfield input,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gfield input,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gfield input,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gfield input,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gfield input,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gfield input,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gfield input,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gfield input,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gfield input {
  border-radius: 50px;
  border: 2px solid #E8E2DC;
}
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 label,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 label,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 label,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 label,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 label,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 label,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 label,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 label,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 label,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 label,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 label,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 label,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 label,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 label,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 label,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 label,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 label,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 label,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 label,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 label,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 label,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 label,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 label,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 label,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 label,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 label,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 label,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 label,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 label,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 label,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 label,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 label {
  font-size: 18px;
  line-height: 24px;
}
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gform_heading,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gform_heading,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gform_heading,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gform_heading,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gform_heading,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gform_heading,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gform_heading,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gform_heading,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gform_heading,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gform_heading,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gform_heading,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gform_heading,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gform_heading,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gform_heading,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gform_heading,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gform_heading,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gform_heading,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gform_heading,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gform_heading,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gform_heading,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gform_heading,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gform_heading,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gform_heading,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gform_heading,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gform_heading,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gform_heading,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gform_heading,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gform_heading,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gform_heading,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gform_heading,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gform_heading,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gform_heading {
  text-align: center;
  margin-bottom: 27px;
}
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gfield_label,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gfield_label,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gfield_label,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gfield_label,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gfield_label,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gfield_label,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gfield_label,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gfield_label,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gfield_label,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gfield_label,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gfield_label,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gfield_label,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gfield_label,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gfield_label,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gfield_label,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gfield_label,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gfield_label,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gfield_label,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gfield_label,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gfield_label,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gfield_label,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gfield_label,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gfield_label,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gfield_label,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gfield_label,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gfield_label,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gfield_label,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gfield_label,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gfield_label,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gfield_label,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gfield_label,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gfield_label {
  font-size: 21px;
  line-height: 24px;
}
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gfield_label .gfield_required,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gfield_label .gfield_required,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gfield_label .gfield_required,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gfield_label .gfield_required,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gfield_label .gfield_required,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gfield_label .gfield_required,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gfield_label .gfield_required,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gfield_label .gfield_required,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gfield_label .gfield_required,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gfield_label .gfield_required,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gfield_label .gfield_required,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gfield_label .gfield_required,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gfield_label .gfield_required,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gfield_label .gfield_required,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gfield_label .gfield_required,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gfield_label .gfield_required,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gfield_label .gfield_required,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gfield_label .gfield_required,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gfield_label .gfield_required,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gfield_label .gfield_required,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gfield_label .gfield_required,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gfield_label .gfield_required,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gfield_label .gfield_required,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gfield_label .gfield_required,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gfield_label .gfield_required,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gfield_label .gfield_required,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gfield_label .gfield_required,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gfield_label .gfield_required,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gfield_label .gfield_required,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gfield_label .gfield_required,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gfield_label .gfield_required,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gfield_label .gfield_required {
  color: #233486 !important;
  font-size: 21px!important;
}
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gfield_radio,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gfield_radio,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gfield_radio,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gfield_radio,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gfield_radio,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gfield_radio,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gfield_radio,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gfield_radio,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gfield_radio,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gfield_radio,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gfield_radio,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gfield_radio,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gfield_radio,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gfield_radio,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gfield_radio,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gfield_radio,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gfield_radio,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gfield_radio,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gfield_radio,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gfield_radio,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gfield_radio,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gfield_radio,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gfield_radio,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gfield_radio,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gfield_radio,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gfield_radio,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gfield_radio,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gfield_radio,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gfield_radio,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gfield_radio,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gfield_radio,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gfield_radio {
  display: flex;
}
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gfield_radio input,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gfield_radio input,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gfield_radio input,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gfield_radio input,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gfield_radio input,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gfield_radio input,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gfield_radio input,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gfield_radio input,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gfield_radio input,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gfield_radio input,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gfield_radio input,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gfield_radio input,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gfield_radio input,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gfield_radio input,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gfield_radio input,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gfield_radio input,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gfield_radio input,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gfield_radio input,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gfield_radio input,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gfield_radio input,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gfield_radio input,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gfield_radio input,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gfield_radio input,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gfield_radio input,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gfield_radio input,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gfield_radio input,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gfield_radio input,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gfield_radio input,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gfield_radio input,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gfield_radio input,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gfield_radio input,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gfield_radio input {
  position: relative !important;
  display: none;
}
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gfield_radio .gchoice,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gfield_radio .gchoice,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gfield_radio .gchoice,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gfield_radio .gchoice,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gfield_radio .gchoice,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gfield_radio .gchoice,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gfield_radio .gchoice,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gfield_radio .gchoice,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gfield_radio .gchoice,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gfield_radio .gchoice,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gfield_radio .gchoice,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gfield_radio .gchoice,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gfield_radio .gchoice,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gfield_radio .gchoice,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gfield_radio .gchoice,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gfield_radio .gchoice,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gfield_radio .gchoice,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gfield_radio .gchoice,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gfield_radio .gchoice,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gfield_radio .gchoice,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gfield_radio .gchoice,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gfield_radio .gchoice,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gfield_radio .gchoice,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gfield_radio .gchoice,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gfield_radio .gchoice,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gfield_radio .gchoice,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gfield_radio .gchoice,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gfield_radio .gchoice,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gfield_radio .gchoice,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gfield_radio .gchoice,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gfield_radio .gchoice,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gfield_radio .gchoice {
  margin-right: 40px;
}
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gfield_radio .gchoice label,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gfield_radio .gchoice label,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gfield_radio .gchoice label,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gfield_radio .gchoice label,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gfield_radio .gchoice label,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gfield_radio .gchoice label,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gfield_radio .gchoice label,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gfield_radio .gchoice label,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gfield_radio .gchoice label,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gfield_radio .gchoice label,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gfield_radio .gchoice label,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gfield_radio .gchoice label,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gfield_radio .gchoice label,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gfield_radio .gchoice label,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gfield_radio .gchoice label,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gfield_radio .gchoice label,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gfield_radio .gchoice label,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gfield_radio .gchoice label,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gfield_radio .gchoice label,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gfield_radio .gchoice label,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gfield_radio .gchoice label,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gfield_radio .gchoice label,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gfield_radio .gchoice label,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gfield_radio .gchoice label,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gfield_radio .gchoice label,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gfield_radio .gchoice label,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gfield_radio .gchoice label,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gfield_radio .gchoice label,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gfield_radio .gchoice label,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gfield_radio .gchoice label,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gfield_radio .gchoice label,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gfield_radio .gchoice label {
  max-width: none!important;
  cursor: pointer;
}
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gfield_radio .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gfield_radio .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gfield_radio .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gfield_radio .gchoice label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gfield_radio .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gfield_radio .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gfield_radio .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gfield_radio .gchoice label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gfield_radio .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gfield_radio .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gfield_radio .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gfield_radio .gchoice label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gfield_radio .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gfield_radio .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gfield_radio .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gfield_radio .gchoice label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gfield_radio .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gfield_radio .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gfield_radio .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gfield_radio .gchoice label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gfield_radio .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gfield_radio .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gfield_radio .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gfield_radio .gchoice label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gfield_radio .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gfield_radio .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gfield_radio .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gfield_radio .gchoice label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gfield_radio .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gfield_radio .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gfield_radio .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gfield_radio .gchoice label::before {
  top: 2px;
  font-size: 18px;
  line-height: 24px;
}
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #input_5_17 .gchoice input,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #input_5_17 .gchoice input,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #input_5_17 .gchoice input,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #input_5_17 .gchoice input,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #input_5_17 .gchoice input,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #input_5_17 .gchoice input,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #input_5_17 .gchoice input,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #input_5_17 .gchoice input,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #input_5_17 .gchoice input,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #input_5_17 .gchoice input,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #input_5_17 .gchoice input,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #input_5_17 .gchoice input,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #input_5_17 .gchoice input,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #input_5_17 .gchoice input,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #input_5_17 .gchoice input,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #input_5_17 .gchoice input,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #input_5_17 .gchoice input,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #input_5_17 .gchoice input,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #input_5_17 .gchoice input,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #input_5_17 .gchoice input,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #input_5_17 .gchoice input,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #input_5_17 .gchoice input,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #input_5_17 .gchoice input,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #input_5_17 .gchoice input,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #input_5_17 .gchoice input,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #input_5_17 .gchoice input,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #input_5_17 .gchoice input,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #input_5_17 .gchoice input,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #input_5_17 .gchoice input,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #input_5_17 .gchoice input,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #input_5_17 .gchoice input,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #input_5_17 .gchoice input,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #input_6_17 .gchoice input,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #input_6_17 .gchoice input,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #input_6_17 .gchoice input,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #input_6_17 .gchoice input,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #input_6_17 .gchoice input,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #input_6_17 .gchoice input,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #input_6_17 .gchoice input,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #input_6_17 .gchoice input,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #input_6_17 .gchoice input,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #input_6_17 .gchoice input,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #input_6_17 .gchoice input,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #input_6_17 .gchoice input,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #input_6_17 .gchoice input,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #input_6_17 .gchoice input,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #input_6_17 .gchoice input,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #input_6_17 .gchoice input,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #input_6_17 .gchoice input,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #input_6_17 .gchoice input,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #input_6_17 .gchoice input,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #input_6_17 .gchoice input,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #input_6_17 .gchoice input,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #input_6_17 .gchoice input,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #input_6_17 .gchoice input,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #input_6_17 .gchoice input,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #input_6_17 .gchoice input,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #input_6_17 .gchoice input,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #input_6_17 .gchoice input,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #input_6_17 .gchoice input,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #input_6_17 .gchoice input,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #input_6_17 .gchoice input,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #input_6_17 .gchoice input,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #input_6_17 .gchoice input,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #input_9_17 .gchoice input,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #input_9_17 .gchoice input,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #input_9_17 .gchoice input,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #input_9_17 .gchoice input,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #input_9_17 .gchoice input,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #input_9_17 .gchoice input,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #input_9_17 .gchoice input,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #input_9_17 .gchoice input,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #input_9_17 .gchoice input,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #input_9_17 .gchoice input,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #input_9_17 .gchoice input,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #input_9_17 .gchoice input,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #input_9_17 .gchoice input,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #input_9_17 .gchoice input,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #input_9_17 .gchoice input,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #input_9_17 .gchoice input,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #input_9_17 .gchoice input,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #input_9_17 .gchoice input,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #input_9_17 .gchoice input,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #input_9_17 .gchoice input,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #input_9_17 .gchoice input,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #input_9_17 .gchoice input,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #input_9_17 .gchoice input,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #input_9_17 .gchoice input,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #input_9_17 .gchoice input,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #input_9_17 .gchoice input,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #input_9_17 .gchoice input,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #input_9_17 .gchoice input,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #input_9_17 .gchoice input,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #input_9_17 .gchoice input,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #input_9_17 .gchoice input,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #input_9_17 .gchoice input {
  position: relative!important;
  display: none;
}
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #input_5_17 .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #input_5_17 .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #input_5_17 .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #input_5_17 .gchoice label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #input_5_17 .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #input_5_17 .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #input_5_17 .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #input_5_17 .gchoice label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #input_5_17 .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #input_5_17 .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #input_5_17 .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #input_5_17 .gchoice label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #input_5_17 .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #input_5_17 .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #input_5_17 .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #input_5_17 .gchoice label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #input_5_17 .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #input_5_17 .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #input_5_17 .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #input_5_17 .gchoice label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #input_5_17 .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #input_5_17 .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #input_5_17 .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #input_5_17 .gchoice label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #input_5_17 .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #input_5_17 .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #input_5_17 .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #input_5_17 .gchoice label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #input_5_17 .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #input_5_17 .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #input_5_17 .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #input_5_17 .gchoice label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #input_6_17 .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #input_6_17 .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #input_6_17 .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #input_6_17 .gchoice label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #input_6_17 .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #input_6_17 .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #input_6_17 .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #input_6_17 .gchoice label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #input_6_17 .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #input_6_17 .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #input_6_17 .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #input_6_17 .gchoice label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #input_6_17 .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #input_6_17 .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #input_6_17 .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #input_6_17 .gchoice label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #input_6_17 .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #input_6_17 .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #input_6_17 .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #input_6_17 .gchoice label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #input_6_17 .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #input_6_17 .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #input_6_17 .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #input_6_17 .gchoice label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #input_6_17 .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #input_6_17 .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #input_6_17 .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #input_6_17 .gchoice label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #input_6_17 .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #input_6_17 .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #input_6_17 .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #input_6_17 .gchoice label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #input_9_17 .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #input_9_17 .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #input_9_17 .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #input_9_17 .gchoice label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #input_9_17 .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #input_9_17 .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #input_9_17 .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #input_9_17 .gchoice label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #input_9_17 .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #input_9_17 .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #input_9_17 .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #input_9_17 .gchoice label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #input_9_17 .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #input_9_17 .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #input_9_17 .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #input_9_17 .gchoice label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #input_9_17 .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #input_9_17 .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #input_9_17 .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #input_9_17 .gchoice label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #input_9_17 .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #input_9_17 .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #input_9_17 .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #input_9_17 .gchoice label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #input_9_17 .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #input_9_17 .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #input_9_17 .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #input_9_17 .gchoice label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #input_9_17 .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #input_9_17 .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #input_9_17 .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #input_9_17 .gchoice label::before {
  position: none;
}
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #input_5_18 .gchoice input,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #input_5_18 .gchoice input,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #input_5_18 .gchoice input,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #input_5_18 .gchoice input,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #input_5_18 .gchoice input,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #input_5_18 .gchoice input,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #input_5_18 .gchoice input,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #input_5_18 .gchoice input,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #input_5_18 .gchoice input,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #input_5_18 .gchoice input,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #input_5_18 .gchoice input,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #input_5_18 .gchoice input,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #input_5_18 .gchoice input,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #input_5_18 .gchoice input,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #input_5_18 .gchoice input,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #input_5_18 .gchoice input,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #input_5_18 .gchoice input,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #input_5_18 .gchoice input,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #input_5_18 .gchoice input,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #input_5_18 .gchoice input,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #input_5_18 .gchoice input,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #input_5_18 .gchoice input,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #input_5_18 .gchoice input,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #input_5_18 .gchoice input,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #input_5_18 .gchoice input,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #input_5_18 .gchoice input,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #input_5_18 .gchoice input,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #input_5_18 .gchoice input,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #input_5_18 .gchoice input,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #input_5_18 .gchoice input,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #input_5_18 .gchoice input,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #input_5_18 .gchoice input,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #input_6_18 .gchoice input,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #input_6_18 .gchoice input,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #input_6_18 .gchoice input,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #input_6_18 .gchoice input,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #input_6_18 .gchoice input,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #input_6_18 .gchoice input,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #input_6_18 .gchoice input,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #input_6_18 .gchoice input,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #input_6_18 .gchoice input,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #input_6_18 .gchoice input,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #input_6_18 .gchoice input,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #input_6_18 .gchoice input,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #input_6_18 .gchoice input,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #input_6_18 .gchoice input,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #input_6_18 .gchoice input,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #input_6_18 .gchoice input,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #input_6_18 .gchoice input,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #input_6_18 .gchoice input,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #input_6_18 .gchoice input,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #input_6_18 .gchoice input,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #input_6_18 .gchoice input,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #input_6_18 .gchoice input,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #input_6_18 .gchoice input,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #input_6_18 .gchoice input,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #input_6_18 .gchoice input,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #input_6_18 .gchoice input,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #input_6_18 .gchoice input,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #input_6_18 .gchoice input,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #input_6_18 .gchoice input,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #input_6_18 .gchoice input,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #input_6_18 .gchoice input,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #input_6_18 .gchoice input,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #input_9_18 .gchoice input,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #input_9_18 .gchoice input,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #input_9_18 .gchoice input,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #input_9_18 .gchoice input,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #input_9_18 .gchoice input,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #input_9_18 .gchoice input,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #input_9_18 .gchoice input,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #input_9_18 .gchoice input,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #input_9_18 .gchoice input,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #input_9_18 .gchoice input,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #input_9_18 .gchoice input,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #input_9_18 .gchoice input,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #input_9_18 .gchoice input,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #input_9_18 .gchoice input,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #input_9_18 .gchoice input,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #input_9_18 .gchoice input,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #input_9_18 .gchoice input,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #input_9_18 .gchoice input,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #input_9_18 .gchoice input,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #input_9_18 .gchoice input,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #input_9_18 .gchoice input,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #input_9_18 .gchoice input,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #input_9_18 .gchoice input,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #input_9_18 .gchoice input,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #input_9_18 .gchoice input,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #input_9_18 .gchoice input,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #input_9_18 .gchoice input,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #input_9_18 .gchoice input,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #input_9_18 .gchoice input,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #input_9_18 .gchoice input,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #input_9_18 .gchoice input,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #input_9_18 .gchoice input {
  position: relative !important;
  display: none;
}
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #input_5_18 .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #input_5_18 .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #input_5_18 .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #input_5_18 .gchoice label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #input_5_18 .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #input_5_18 .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #input_5_18 .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #input_5_18 .gchoice label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #input_5_18 .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #input_5_18 .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #input_5_18 .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #input_5_18 .gchoice label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #input_5_18 .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #input_5_18 .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #input_5_18 .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #input_5_18 .gchoice label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #input_5_18 .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #input_5_18 .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #input_5_18 .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #input_5_18 .gchoice label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #input_5_18 .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #input_5_18 .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #input_5_18 .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #input_5_18 .gchoice label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #input_5_18 .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #input_5_18 .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #input_5_18 .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #input_5_18 .gchoice label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #input_5_18 .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #input_5_18 .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #input_5_18 .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #input_5_18 .gchoice label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #input_6_18 .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #input_6_18 .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #input_6_18 .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #input_6_18 .gchoice label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #input_6_18 .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #input_6_18 .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #input_6_18 .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #input_6_18 .gchoice label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #input_6_18 .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #input_6_18 .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #input_6_18 .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #input_6_18 .gchoice label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #input_6_18 .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #input_6_18 .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #input_6_18 .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #input_6_18 .gchoice label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #input_6_18 .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #input_6_18 .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #input_6_18 .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #input_6_18 .gchoice label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #input_6_18 .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #input_6_18 .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #input_6_18 .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #input_6_18 .gchoice label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #input_6_18 .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #input_6_18 .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #input_6_18 .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #input_6_18 .gchoice label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #input_6_18 .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #input_6_18 .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #input_6_18 .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #input_6_18 .gchoice label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #input_9_18 .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #input_9_18 .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #input_9_18 .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #input_9_18 .gchoice label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #input_9_18 .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #input_9_18 .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #input_9_18 .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #input_9_18 .gchoice label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #input_9_18 .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #input_9_18 .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #input_9_18 .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #input_9_18 .gchoice label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #input_9_18 .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #input_9_18 .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #input_9_18 .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #input_9_18 .gchoice label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #input_9_18 .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #input_9_18 .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #input_9_18 .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #input_9_18 .gchoice label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #input_9_18 .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #input_9_18 .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #input_9_18 .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #input_9_18 .gchoice label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #input_9_18 .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #input_9_18 .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #input_9_18 .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #input_9_18 .gchoice label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #input_9_18 .gchoice label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #input_9_18 .gchoice label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #input_9_18 .gchoice label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #input_9_18 .gchoice label::before {
  position: none;
}
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gfield-choice-input label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gfield-choice-input label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gfield-choice-input label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gfield-choice-input label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gfield-choice-input label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gfield-choice-input label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gfield-choice-input label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gfield-choice-input label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gfield-choice-input label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gfield-choice-input label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gfield-choice-input label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gfield-choice-input label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gfield-choice-input label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gfield-choice-input label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gfield-choice-input label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gfield-choice-input label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gfield-choice-input label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gfield-choice-input label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gfield-choice-input label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gfield-choice-input label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gfield-choice-input label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gfield-choice-input label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gfield-choice-input label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gfield-choice-input label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gfield-choice-input label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gfield-choice-input label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gfield-choice-input label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gfield-choice-input label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gfield-choice-input label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gfield-choice-input label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gfield-choice-input label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gfield-choice-input label::before {
  top: 3px;
}
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gfield_label,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gfield_label,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gfield_label,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gfield_label,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gfield_label,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gfield_label,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gfield_label,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gfield_label,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gfield_label,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gfield_label,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gfield_label,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gfield_label,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gfield_label,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gfield_label,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gfield_label,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gfield_label,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gfield_label,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gfield_label,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gfield_label,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gfield_label,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gfield_label,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gfield_label,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gfield_label,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gfield_label,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gfield_label,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gfield_label,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gfield_label,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gfield_label,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gfield_label,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gfield_label,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gfield_label,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gfield_label {
  color: #233486;
}
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #field_5_16,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #field_5_16,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #field_5_16,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #field_5_16,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #field_5_16,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #field_5_16,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #field_5_16,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #field_5_16,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #field_5_16,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #field_5_16,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #field_5_16,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #field_5_16,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #field_5_16,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #field_5_16,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #field_5_16,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #field_5_16,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #field_5_16,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #field_5_16,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #field_5_16,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #field_5_16,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #field_5_16,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #field_5_16,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #field_5_16,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #field_5_16,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #field_5_16,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #field_5_16,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #field_5_16,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #field_5_16,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #field_5_16,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #field_5_16,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #field_5_16,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #field_5_16,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #field_6_16,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #field_6_16,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #field_6_16,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #field_6_16,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #field_6_16,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #field_6_16,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #field_6_16,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #field_6_16,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #field_6_16,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #field_6_16,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #field_6_16,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #field_6_16,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #field_6_16,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #field_6_16,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #field_6_16,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #field_6_16,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #field_6_16,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #field_6_16,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #field_6_16,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #field_6_16,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #field_6_16,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #field_6_16,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #field_6_16,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #field_6_16,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #field_6_16,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #field_6_16,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #field_6_16,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #field_6_16,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #field_6_16,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #field_6_16,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #field_6_16,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #field_6_16,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #field_9_16,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #field_9_16,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #field_9_16,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #field_9_16,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #field_9_16,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #field_9_16,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #field_9_16,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #field_9_16,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #field_9_16,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #field_9_16,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #field_9_16,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #field_9_16,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #field_9_16,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #field_9_16,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #field_9_16,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #field_9_16,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #field_9_16,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #field_9_16,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #field_9_16,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #field_9_16,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #field_9_16,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #field_9_16,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #field_9_16,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #field_9_16,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #field_9_16,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #field_9_16,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #field_9_16,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #field_9_16,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #field_9_16,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #field_9_16,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #field_9_16,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #field_9_16 {
  margin-bottom: 30px;
}
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #field_5_19,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #field_5_19,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #field_5_19,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #field_5_19,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #field_5_19,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #field_5_19,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #field_5_19,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #field_5_19,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #field_5_19,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #field_5_19,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #field_5_19,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #field_5_19,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #field_5_19,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #field_5_19,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #field_5_19,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #field_5_19,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #field_5_19,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #field_5_19,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #field_5_19,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #field_5_19,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #field_5_19,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #field_5_19,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #field_5_19,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #field_5_19,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #field_5_19,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #field_5_19,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #field_5_19,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #field_5_19,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #field_5_19,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #field_5_19,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #field_5_19,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #field_5_19,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #field_6_19,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #field_6_19,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #field_6_19,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #field_6_19,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #field_6_19,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #field_6_19,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #field_6_19,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #field_6_19,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #field_6_19,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #field_6_19,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #field_6_19,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #field_6_19,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #field_6_19,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #field_6_19,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #field_6_19,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #field_6_19,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #field_6_19,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #field_6_19,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #field_6_19,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #field_6_19,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #field_6_19,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #field_6_19,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #field_6_19,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #field_6_19,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #field_6_19,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #field_6_19,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #field_6_19,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #field_6_19,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #field_6_19,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #field_6_19,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #field_6_19,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #field_6_19,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #field_9_19,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #field_9_19,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #field_9_19,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 #field_9_19,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #field_9_19,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #field_9_19,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #field_9_19,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 #field_9_19,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #field_9_19,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #field_9_19,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #field_9_19,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 #field_9_19,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #field_9_19,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #field_9_19,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #field_9_19,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 #field_9_19,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #field_9_19,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #field_9_19,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #field_9_19,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 #field_9_19,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #field_9_19,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #field_9_19,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #field_9_19,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 #field_9_19,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #field_9_19,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #field_9_19,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #field_9_19,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 #field_9_19,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #field_9_19,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #field_9_19,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #field_9_19,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 #field_9_19 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gform_footer,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gform_footer,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gform_footer,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gform_footer,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gform_footer,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gform_footer,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gform_footer,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gform_footer,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gform_footer,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gform_footer,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gform_footer,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gform_footer,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gform_footer,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gform_footer,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gform_footer,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gform_footer,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gform_footer,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gform_footer,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gform_footer,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gform_footer,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gform_footer,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gform_footer,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gform_footer,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gform_footer,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gform_footer,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gform_footer,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gform_footer,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gform_footer,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gform_footer,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gform_footer,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gform_footer,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gform_footer {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gform_footer .gform_button,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gform_footer .gform_button,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gform_footer .gform_button,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_5 .gform_footer .gform_button,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gform_footer .gform_button,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gform_footer .gform_button,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gform_footer .gform_button,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_5 .gform_footer .gform_button,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gform_footer .gform_button,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gform_footer .gform_button,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gform_footer .gform_button,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_6 .gform_footer .gform_button,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gform_footer .gform_button,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gform_footer .gform_button,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gform_footer .gform_button,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_6 .gform_footer .gform_button,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gform_footer .gform_button,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gform_footer .gform_button,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gform_footer .gform_button,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_8 .gform_footer .gform_button,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gform_footer .gform_button,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gform_footer .gform_button,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gform_footer .gform_button,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_8 .gform_footer .gform_button,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gform_footer .gform_button,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gform_footer .gform_button,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gform_footer .gform_button,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .gform_footer .gform_button,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gform_footer .gform_button,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gform_footer .gform_button,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gform_footer .gform_button,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .gform_footer .gform_button {
  background-color: #024795;
  color: white;
  padding: 23px 73px;
  border: 1px solid #024795;
  border-radius: 200px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 30px;
}
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_7 .ginput_container_checkbox input,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_7 .ginput_container_checkbox input,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_7 .ginput_container_checkbox input,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_7 .ginput_container_checkbox input,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_7 .ginput_container_checkbox input,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_7 .ginput_container_checkbox input,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_7 .ginput_container_checkbox input,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_7 .ginput_container_checkbox input,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .ginput_container_checkbox input,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .ginput_container_checkbox input,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .ginput_container_checkbox input,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 .ginput_container_checkbox input,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .ginput_container_checkbox input,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .ginput_container_checkbox input,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .ginput_container_checkbox input,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 .ginput_container_checkbox input {
  position: relative !important;
}
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_7 input[type="checkbox"] ~ label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_7 input[type="checkbox"] ~ label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_7 input[type="checkbox"] ~ label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_7 input[type="checkbox"] ~ label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_7 input[type="checkbox"] ~ label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_7 input[type="checkbox"] ~ label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_7 input[type="checkbox"] ~ label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_7 input[type="checkbox"] ~ label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 input[type="checkbox"] ~ label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 input[type="checkbox"] ~ label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 input[type="checkbox"] ~ label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .echantillon-form #gform_wrapper_9 input[type="checkbox"] ~ label::before,
.page-id-1499 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 input[type="checkbox"] ~ label::before,
.page-id-1588 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 input[type="checkbox"] ~ label::before,
.page-id-1628 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 input[type="checkbox"] ~ label::before,
.page-id-1657 .echantillon-all .echantillon-left-side .form-echantillon #gform_wrapper_9 input[type="checkbox"] ~ label::before {
  left: -5px;
  top: 2px;
}
.page-id-1499 .echantillon-title-and-right-side,
.page-id-1588 .echantillon-title-and-right-side,
.page-id-1628 .echantillon-title-and-right-side,
.page-id-1657 .echantillon-title-and-right-side {
  max-width: 745px;
}
.page-id-1499 .echantillon-title-and-right-side .echantillon-titre,
.page-id-1588 .echantillon-title-and-right-side .echantillon-titre,
.page-id-1628 .echantillon-title-and-right-side .echantillon-titre,
.page-id-1657 .echantillon-title-and-right-side .echantillon-titre {
  color: #233486;
  line-height: 69px;
  font-size: 66px;
  max-width: 721px;
  position: relative;
  left: -130px;
  display: flex;
  flex-direction: column;
  font-weight: inherit;
}
@media screen and (max-width: 1080px) {
  .page-id-1499 .echantillon-title-and-right-side .echantillon-titre,
  .page-id-1588 .echantillon-title-and-right-side .echantillon-titre,
  .page-id-1628 .echantillon-title-and-right-side .echantillon-titre,
  .page-id-1657 .echantillon-title-and-right-side .echantillon-titre {
    display: none;
  }
}
.page-id-1499 .echantillon-title-and-right-side .echantillon-titre span,
.page-id-1588 .echantillon-title-and-right-side .echantillon-titre span,
.page-id-1628 .echantillon-title-and-right-side .echantillon-titre span,
.page-id-1657 .echantillon-title-and-right-side .echantillon-titre span {
  margin: auto;
}
.page-id-1499 .echantillon-title-and-right-side .echantillon-right-side .echantillon-description,
.page-id-1588 .echantillon-title-and-right-side .echantillon-right-side .echantillon-description,
.page-id-1628 .echantillon-title-and-right-side .echantillon-right-side .echantillon-description,
.page-id-1657 .echantillon-title-and-right-side .echantillon-right-side .echantillon-description {
  font-size: 28px;
  line-height: 36px;
  color: #024795;
  padding: 0px 101px;
  position: relative;
  left: -20px;
}
.page-id-1499 .echantillon-title-and-right-side .echantillon-right-side .echantillon-content-right,
.page-id-1588 .echantillon-title-and-right-side .echantillon-right-side .echantillon-content-right,
.page-id-1628 .echantillon-title-and-right-side .echantillon-right-side .echantillon-content-right,
.page-id-1657 .echantillon-title-and-right-side .echantillon-right-side .echantillon-content-right {
  margin-top: 95px;
}
.page-id-1499 .echantillon-title-and-right-side .echantillon-right-side .echantillon-content-right .echantillon-content-right-side,
.page-id-1588 .echantillon-title-and-right-side .echantillon-right-side .echantillon-content-right .echantillon-content-right-side,
.page-id-1628 .echantillon-title-and-right-side .echantillon-right-side .echantillon-content-right .echantillon-content-right-side,
.page-id-1657 .echantillon-title-and-right-side .echantillon-right-side .echantillon-content-right .echantillon-content-right-side {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 110px;
}
.page-id-1499 .echantillon-title-and-right-side .echantillon-right-side .echantillon-content-right .echantillon-content-right-side:nth-child(2) img,
.page-id-1588 .echantillon-title-and-right-side .echantillon-right-side .echantillon-content-right .echantillon-content-right-side:nth-child(2) img,
.page-id-1628 .echantillon-title-and-right-side .echantillon-right-side .echantillon-content-right .echantillon-content-right-side:nth-child(2) img,
.page-id-1657 .echantillon-title-and-right-side .echantillon-right-side .echantillon-content-right .echantillon-content-right-side:nth-child(2) img,
.page-id-1499 .echantillon-title-and-right-side .echantillon-right-side .echantillon-content-right .echantillon-content-right-side:nth-child(4) img,
.page-id-1588 .echantillon-title-and-right-side .echantillon-right-side .echantillon-content-right .echantillon-content-right-side:nth-child(4) img,
.page-id-1628 .echantillon-title-and-right-side .echantillon-right-side .echantillon-content-right .echantillon-content-right-side:nth-child(4) img,
.page-id-1657 .echantillon-title-and-right-side .echantillon-right-side .echantillon-content-right .echantillon-content-right-side:nth-child(4) img {
  order: -1;
}
.page-id-1499 .echantillon-title-and-right-side .echantillon-right-side .echantillon-content-right .echantillon-content-right-side .echantillon-cercle-texte,
.page-id-1588 .echantillon-title-and-right-side .echantillon-right-side .echantillon-content-right .echantillon-content-right-side .echantillon-cercle-texte,
.page-id-1628 .echantillon-title-and-right-side .echantillon-right-side .echantillon-content-right .echantillon-content-right-side .echantillon-cercle-texte,
.page-id-1657 .echantillon-title-and-right-side .echantillon-right-side .echantillon-content-right .echantillon-content-right-side .echantillon-cercle-texte {
  flex: 200px 0 0;
  text-align: center;
}
.page-id-1499 .echantillon-title-and-right-side .echantillon-right-side .echantillon-content-right .echantillon-content-right-side .echantillon-cercle-texte img,
.page-id-1588 .echantillon-title-and-right-side .echantillon-right-side .echantillon-content-right .echantillon-content-right-side .echantillon-cercle-texte img,
.page-id-1628 .echantillon-title-and-right-side .echantillon-right-side .echantillon-content-right .echantillon-content-right-side .echantillon-cercle-texte img,
.page-id-1657 .echantillon-title-and-right-side .echantillon-right-side .echantillon-content-right .echantillon-content-right-side .echantillon-cercle-texte img {
  max-width: 140px;
  max-height: 140px;
}
.page-id-1499 .echantillon-title-and-right-side .echantillon-right-side .echantillon-content-right .echantillon-content-right-side .echantillon-cercle-texte p,
.page-id-1588 .echantillon-title-and-right-side .echantillon-right-side .echantillon-content-right .echantillon-content-right-side .echantillon-cercle-texte p,
.page-id-1628 .echantillon-title-and-right-side .echantillon-right-side .echantillon-content-right .echantillon-content-right-side .echantillon-cercle-texte p,
.page-id-1657 .echantillon-title-and-right-side .echantillon-right-side .echantillon-content-right .echantillon-content-right-side .echantillon-cercle-texte p {
  font-size: 20px;
  line-height: 22px;
  color: #233486;
}
.page-id-1499 .echantillon-title-and-right-side .echantillon-right-side .echantillon-content-right .echantillon-content-right-side .echantillon-cercle-texte .legende,
.page-id-1588 .echantillon-title-and-right-side .echantillon-right-side .echantillon-content-right .echantillon-content-right-side .echantillon-cercle-texte .legende,
.page-id-1628 .echantillon-title-and-right-side .echantillon-right-side .echantillon-content-right .echantillon-content-right-side .echantillon-cercle-texte .legende,
.page-id-1657 .echantillon-title-and-right-side .echantillon-right-side .echantillon-content-right .echantillon-content-right-side .echantillon-cercle-texte .legende {
  font-size: 14px;
  line-height: 15px;
  color: #233486;
}
@media screen and (max-width: 1365px) {
  .echantillon-all .echantillon-title-and-right-side .echantillon-titre {
    font-size: 43px;
    padding: 0px 54px;
    left: 0;
    text-align: center;
  }
  .echantillon-all .echantillon-title-and-right-side .echantillon-description {
    font-size: 23px !important;
    left: 0;
    line-height: 29px !important;
  }
}
@media screen and (max-width: 1142px) {
  .echantillon-all .echantillon-content-right .echantillon-content-right-side img {
    overflow: hidden;
  }
}
@media screen and (max-width: 1080px) {
  .echantillon-all {
    flex-direction: column;
    align-items: center;
  }
  .echantillon-all .echantillon-left-side .center-sub-image .echantillon-below-image {
    font-size: 36px!important;
    padding: 0 62px!important;
  }
  .echantillon-all .echantillon-left-side .center-sub-image .echantillon-below-grey {
    margin-bottom: 40px!important;
  }
  .echantillon-all .echantillon-right-side .echantillon-description {
    text-align: center;
    padding: 0 40px!important;
    left: 0!important;
  }
  .echantillon-all .echantillon-right-side .echantillon-content-right:last-child img {
    overflow: hidden;
  }
  .echantillon-all .echantillon-right-side .echantillon-content-right-side {
    flex-direction: column;
  }
  .echantillon-all .echantillon-right-side .echantillon-content-right-side .echantillon-cercle-texte {
    order: 1;
  }
  .echantillon-all .echantillon-right-side .echantillon-content-right-side .echantillon-cercle-texte p {
    max-width: 190px;
    margin-bottom: 10px;
  }
  .echantillon-all .echantillon-right-side .echantillon-content-right-side .echantillon-cercle-texte .legende {
    margin: 0;
  }
  .echantillon-all .echantillon-right-side .echantillon-content-right-side .echantillon-cercle-texte img {
    margin: 0;
  }
  .echantillon-all .echantillon-right-side .echantillon-content-right-side img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 980px) {
  .echantillon-all .echantillon-left-side .echantillon-form {
    padding: 0 !important;
  }
  .echantillon-all .echantillon-left-side .echantillon-form #field_5_23 p {
    margin-top: 35px;
  }
  .echantillon-all .echantillon-left-side .echantillon-form .echantillon-form-footer {
    padding: 0 30px;
  }
  .echantillon-all .echantillon-left-side .echantillon-form .echantillon-form-footer:last-child {
    padding-bottom: 35px;
  }
}
.site-main .echantillon-confirmation-all {
  display: flex;
  flex-direction: column;
}
.site-main .echantillon-confirmation-all .echantillon-confirmation-titre-sous-titre {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.site-main .echantillon-confirmation-all .echantillon-confirmation-titre-sous-titre .echantillon-confirmation-titre {
  margin-top: 0;
  text-align: center;
  font-size: 56px;
  line-height: 64px;
  color: #233486;
  max-width: 983px;
  font-family: "Lie-to-Me";
  font-weight: inherit;
}
.site-main .echantillon-confirmation-all .echantillon-confirmation-titre-sous-titre .echantillon-confirmation-titre span {
  position: relative;
}
.site-main .echantillon-confirmation-all .echantillon-confirmation-titre-sous-titre .echantillon-confirmation-titre span::before {
  content: '';
  background-image: url('../images/apostrophe.svg');
  height: 31px;
  width: 21px;
  display: inline-block;
  position: absolute;
  right: -14px;
  top: 10px;
}
@media screen and (max-width: 1016px) {
  .site-main .echantillon-confirmation-all .echantillon-confirmation-titre-sous-titre .echantillon-confirmation-titre span::before {
    top: 0;
  }
}
.site-main .echantillon-confirmation-all .echantillon-confirmation-titre-sous-titre .echantillon-confirmation-sous-titre {
  font-size: 24px;
  line-height: 30px;
  color: #024795;
  max-width: 508px;
  text-align: center;
  font-weight: inherit;
}
.site-main .echantillon-confirmation-all .echantillon-confirmation-titre-sous-titre .echantillon-confirmation-sous-titre span {
  color: #233486;
  font-weight: bold;
  font-size: 30px;
}
.site-main .echantillon-confirmation-all .echantillon-confirmation-image-button {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 100px;
}
.site-main .echantillon-confirmation-all .echantillon-confirmation-image-button img {
  max-width: 337px;
  margin-right: 50px;
  margin-left: 230px;
  width: 100%;
}
.site-main .echantillon-confirmation-all .echantillon-confirmation-image-button .echantillon-confirmation-button {
  display: flex;
  flex-direction: column;
}
.site-main .echantillon-confirmation-all .echantillon-confirmation-image-button .echantillon-confirmation-button a {
  text-decoration: none;
  text-transform: uppercase;
  line-height: 30px;
  font-size: 18px;
  color: white;
  padding: 15px 23px;
  background-color: #61BD00;
  border: transparent;
  border-radius: 200px;
  font-weight: 900;
}
.site-main .echantillon-confirmation-all .echantillon-confirmation-image-button .echantillon-confirmation-button a:first-child {
  margin-bottom: 20px;
  max-width: 347px;
}
.site-main .echantillon-confirmation-all .echantillon-confirmation-image-button .echantillon-confirmation-button a:last-child {
  max-width: 316px;
}
@media screen and (max-width: 1016px) {
  .site-main .echantillon-confirmation-all .echantillon-confirmation-titre-sous-titre .echantillon-confirmation-titre {
    font-size: 43px;
    line-height: 45px;
  }
  .site-main .echantillon-confirmation-all .echantillon-confirmation-titre-sous-titre .echantillon-confirmation-sous-titre {
    max-width: 274px;
  }
  .site-main .echantillon-confirmation-all .echantillon-confirmation-image-button {
    flex-direction: column;
  }
  .site-main .echantillon-confirmation-all .echantillon-confirmation-image-button img {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .site-main .echantillon-confirmation-all .echantillon-confirmation-image-button .echantillon-confirmation-button a {
    font-size: 16px;
    padding: 15px 14px;
    text-align: center;
  }
}
.page-id-1588 .echantillon-all .echantillon-left-side .center-sub-image .echantillon-below-image,
.page-id-1657 .echantillon-all .echantillon-left-side .center-sub-image .echantillon-below-image {
  font-size: 20px;
  line-height: 32px;
  padding: 0 68px;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  .page-id-1588 .echantillon-all .echantillon-left-side .center-sub-image .echantillon-below-image,
  .page-id-1657 .echantillon-all .echantillon-left-side .center-sub-image .echantillon-below-image {
    font-size: 23px !important;
  }
}
.page-id-1588 .echantillon-all .echantillon-left-side .center-sub-image .echantillon-below-grey,
.page-id-1657 .echantillon-all .echantillon-left-side .center-sub-image .echantillon-below-grey {
  color: #233486;
}
.page-id-1588 .echantillon-title-and-right-side .echantillon-right-side .echantillon-description,
.page-id-1657 .echantillon-title-and-right-side .echantillon-right-side .echantillon-description {
  font-size: 22px;
  line-height: 32px;
}
.page-id-1588 .echantillon-title-and-right-side .echantillon-titre,
.page-id-1657 .echantillon-title-and-right-side .echantillon-titre {
  font-size: 54px;
}
@media screen and (max-width: 980px) {
  .page-id-1588 .gform_wrapper form,
  .page-id-1657 .gform_wrapper form {
    padding: 40px 50px 0;
  }
}
.page-id-1590 .site-main .echantillon-confirmation-all .echantillon-confirmation-image-button .echantillon-confirmation-button a {
  background-color: #4CAA63;
}
.page-id-1590 .site-main .echantillon-confirmation-all .echantillon-confirmation-image-button .echantillon-confirmation-button a:first-child {
  max-width: 350px;
}
.page-id-1590 .site-main .echantillon-confirmation-all .echantillon-confirmation-titre-sous-titre .echantillon-confirmation-titre span::before {
  background-image: url('../images/apostrophe-jaune.svg');
}
.page-id-1590 .content-redirection,
.page-id-1590 .site-content {
  background-color: #61BD00 !important;
}
.page-id-1664 .site-main .echantillon-confirmation-all .echantillon-confirmation-image-button .echantillon-confirmation-button a {
  background-color: #006a51;
}
.page-id-1664 .site-main .echantillon-confirmation-all .echantillon-confirmation-image-button .echantillon-confirmation-button a:first-child {
  max-width: 365px;
}
.page-id-1664 .site-main .echantillon-confirmation-all .echantillon-confirmation-titre-sous-titre .echantillon-confirmation-titre span::before {
  background-image: url('../images/apostrophe-vert-natura.svg');
}
.page-id-1664 .content-redirection,
.page-id-1664 .site-content {
  background-color: #006a51 !important;
}
.page-id-1499 .echantillon-form.disabled {
  padding: 65px 30px !important;
}
.page-id-1499 .echantillon-form.disabled .echantillon-form-footer {
  font-family: "BariolRegular";
  color: #233486;
  font-size: 25px !important;
}
.page-id-1499 #field_9_8 {
  position: relative;
}
.page-id-1499 #field_9_8 #addresses-results {
  z-index: 99;
  width: 100%;
  background-color: #fff;
  position: absolute;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}
.page-id-1499 #field_9_8 #addresses-results .item {
  background-color: #fff;
  color: #0f1213;
  padding: 0.5em 1em;
  font-size: 0.875em;
}
.page-id-1499 #field_9_8 #addresses-results .item:hover {
  background-color: rgba(0, 0, 0, 0.12);
  cursor: pointer;
}
.page-id-1499 .gfield-choice-input {
  top: inherit !important;
}
.page-id-1499 .gform_footer {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}
.page-id-1499 .gform_footer .gform_button {
  background-color: #61BD00;
  color: white;
  padding: 23px 73px;
  border: 1px solid #61BD00;
  border-radius: 200px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 30px;
}
svg #fsc {
  fill: none!important;
}
.postid-22 .content-image img {
  margin-left: 85px;
  margin-bottom: -64px !important;
}
.postid-116 .content-image img {
  margin-right: 50px;
  margin-bottom: -57px !important;
}
.postid-126 .wrapper-produit .inner-produit .cadre-produit .content-image img {
  max-width: 682px;
  margin-right: -34px;
  margin-bottom: -54px !important;
  max-height: unset;
}
.postid-599 .content-produit h2.legende {
  color: #F6D02C !important;
}
@media (max-width: 768px) {
  .page-template-template-accueil h2 {
    font-size: 53px!important;
  }
}
