html {
  scroll-behavior: smooth;
}
html body {
  font-family: "gotham", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  max-width: 1900px;
  margin: 0 auto;
}
html body a {
  text-decoration: none;
  /*display: block;*/
}
html body .onlyMob {
  display: block;
}
@media screen and (min-width: 980px) {
  html body .onlyMob {
    display: none;
  }
}
html body .btnForm {
  cursor: pointer;
  margin: 30px auto;
  padding: 12px 30px;
  border: 1px solid #000;
  border-radius: 21px;
  display: inline-block;
  font-family: "vagrounded", sans-serif;
  letter-spacing: 0.7;
  font-weight: 800;
  font-size: 14px;
  line-height: 17px;
  color: #000;
  text-transform: uppercase;
}
html body .btnForm:hover {
  color: #fff;
  background-color: #22BBEA;
  border: 1px solid #22BBEA;
}
html body .btnCompte {
  color: #22BBEA;
  cursor: pointer;
  border: 1px solid #22BBEA;
  padding: 12px 30px;
  border-radius: 31px;
  font-family: "vagrounded", sans-serif;
  letter-spacing: 0.7;
  font-size: 14px;
  line-height: 17px;
  font-weight: 800;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  margin-bottom: 20px;
}
html body .btnCompte:nth-child(2n+1) {
  margin-left: 30px;
  margin-right: 30px;
}
html body .btnCompte.active {
  background-color: #22BBEA;
  color: #fff;
}
html body .btnCompte:hover {
  background-color: #22BBEA;
  color: #fff;
}
html body .inputContainer .blocinput {
  margin-bottom: 40px;
}
html body .inputContainer .blocinput label {
  font-size: 14px;
  line-height: 16px;
}
html body .inputContainer .blocinput input, html body .inputContainer .blocinput .fauxInput {
  width: 100%;
  border: 1px solid #707070;
  border-radius: 10px;
  height: 50px;
  margin-top: 10px;
  padding: 0 26px;
  font-size: 14px;
  line-height: 16px;
  box-sizing: border-box;
  font-family: "gotham", sans-serif;
}
html body .inputContainer .blocinput .fauxInput {
  display: flex;
  align-items: center;
  background-color: #F0F0F0;
}
html body .inputContainer .blocinput select {
  width: 100%;
  border: 1px solid #707070;
  border-radius: 10px;
  height: 50px;
  margin-top: 10px;
  padding: 0 26px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../assets/icon/flecheBas.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 2em) 1.5em;
}
html body .inputContainer .blocinput .ss-main {
  color: #000;
  font-size: 12px;
  line-height: 14px;
  width: auto;
}
html body .inputContainer .blocinput .ss-main .ss-single-selected {
  width: 100%;
  border: 1px solid #707070;
  border-radius: 10px;
  height: 50px;
  margin-top: 10px;
  padding: 0 26px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../assets/icon/flecheBas.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 2em) 1.8em;
}
html body .inputContainer .blocinput .ss-main .ss-single-selected.ss-open-below {
  border-radius: 10px 10px 0 0;
}
html body .inputContainer .blocinput .ss-main .ss-single-selected .ss-arrow {
  display: none;
}
html body .inputContainer .blocinput .ss-main .ss-single-selected .placeholder {
  font-size: 14px;
  line-height: 16px;
}
html body .inputContainer .blocinput .ss-main .ss-content {
  border: 1px solid #707070;
  border-radius: 0 0 15px 15px;
}
html body .inputContainer .blocinput .ss-main .ss-content .ss-search {
  display: none;
}
html body .inputContainer .blocinput .ss-main .ss-content .ss-option {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 14px;
  line-height: 16px;
}
html body .inputContainer .blocinput .ss-main .ss-content .ss-option.ss-option-selected {
  color: #9a9b9f;
}
html body .inputContainer .blocinput .ss-main .ss-content .ss-option:last-child:hover {
  border-radius: 0 0 15px 15px;
}
html body .inputContainer .blocinput .ss-main .ss-content .ss-option.ss-disabled {
  background-color: transparent;
}
@media screen and (min-width: 1010px) {
  html body .inputContainer .blocinput {
    flex-basis: 50%;
    max-width: 480px;
  }
  html body .inputContainer .blocinput:nth-child(2n+1) {
    padding-right: 10px;
  }
  html body .inputContainer .blocinput:nth-child(2n+0) {
    padding-left: 10px;
  }
}
html body .inputContainer .blocinput.large {
  padding-left: 0;
}
html body .inputContainer .blocinput.large textarea {
  height: 220px;
  width: 100%;
  border: 1px solid #707070;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 40px;
  padding-left: 26px;
  padding-top: 26px;
}
@media screen and (min-width: 980px) {
  html body .inputContainer .blocinput.large {
    flex-basis: 100%;
    max-width: initial;
  }
}
@media screen and (min-width: 1010px) {
  html body .inputContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
html body .consent {
  position: relative;
  padding-bottom: 40px;
}
html body .consent #scales {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
html body .consent #scales:checked + label:after {
  background-color: black;
}
html body .consent #scales2 {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
html body .consent #scales2:checked + label:after {
  background-color: black;
}
html body .consent label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
html body .consent label p {
  padding-left: 50px;
  font-size: 14px;
  padding-top: 4px;
}
html body .consent label:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  width: 25px;
  height: 25px;
  border: 1px solid #707070;
}
html body .consent label:after {
  position: absolute;
  top: 3px;
  left: 3px;
  content: "";
  width: 21px;
  height: 21px;
  background-color: transparent;
}
html body .decorMoi {
  text-decoration: underline;
  color: #000;
  display: inline-block;
}
html body .entour {
  border: 1px solid #22BBEA;
  border-radius: 30px;
  position: relative;
  margin: 30px auto 27px;
  min-height: 75px;
  display: flex;
  width: 334px;
  box-sizing: border-box;
  padding: 11px 0 13px 20px;
}
@media screen and (min-width: 980px) {
  html body .entour {
    border: none;
    width: initial;
    padding: 0;
  }
}
html body .entour .hideD {
  position: absolute;
  right: 40px;
  top: 36px;
  cursor: pointer;
}
@media screen and (min-width: 980px) {
  html body .entour .hideD {
    display: none;
  }
}
html body .blocTitlePage {
  max-width: 290px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
  cursor: pointer;
}
html body .blocTitlePage span {
  width: 213px;
  font-size: 16px;
  line-height: 19px;
  height: 57px;
  transition-duration: 0.9s;
  display: none;
}
html body .blocTitlePage span.active {
  display: flex;
  align-items: center;
  color: #22BBEA;
  transition-duration: 0.9s;
}
html body .blocTitlePage span.magui {
  display: flex;
  transition-duration: 0.9s;
  align-items: center;
  border-bottom: 1px solid #22BBEA;
  padding-top: 0px;
  padding-bottom: 8px;
}
html body .blocTitlePage span.magui:last-child {
  border-bottom: none;
}
html body .blocTitlePage span:last-child {
  padding-bottom: 0;
}
html body .blocTitlePage.onlyTwo span {
  width: 334px;
}
@media screen and (min-width: 980px) {
  html body .blocTitlePage {
    margin: 0 auto;
    margin-bottom: 27px;
    width: 100%;
    max-width: 1434px;
    padding: 0 15px;
  }
  html body .blocTitlePage span {
    width: 290px;
    padding-top: 0;
    padding-bottom: 20px;
    display: block;
    border-bottom: 1px solid #22BBEA;
    text-align: center;
    height: initial;
  }
  html body .blocTitlePage span.active {
    color: #22BBEA;
    border-bottom: 4px solid #22BBEA;
    padding-bottom: 18px !important;
    display: block;
  }
  html body .blocTitlePage span.magui {
    padding-bottom: 20px;
  }
  html body .blocTitlePage span.magui:last-child {
    border-bottom: 1px solid #22BBEA;
  }
  html body .blocTitlePage span:last-child {
    padding-bottom: 20px;
  }
  html body .blocTitlePage.onlyTwo span {
    width: 33%;
  }
}
html body .resultText {
  display: none;
  padding: 0 15px;
  max-width: 1432px;
  margin: 0 auto;
}
html body .resultText.active {
  display: block;
}
/*
html body header {
  background-repeat: no-repeat;
  background-position: center;
  background-color: #A8EBFB;
  height: 650px;
}
*/
html body header .image2Fond {
  opacity: 0;
  transition: 0.5s opacity;
}
html body header .image2Fond.slick-initialized {
  opacity: 1;
}
html body header .image2Fond {
  height: 100%;
}
html body header .image2Fond .slick-list.draggable {
  height: 100%;
}
html body header .image2Fond .slick-list.draggable .slick-track {
  height: 100%;
}
html body header .image2Fond .slick-slide {
  position: relative;
}
html body header .image2Fond .slick-slide img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
html body header .image2Fond .slick-dots {
  bottom: 15px;
}
html body header .image2Fond .slick-dots li {
  margin-left: 20px;
}
html body header .image2Fond .slick-dots li button::before {
  color: #fff;
  font-size: 22px;
  opacity: 1;
}
html body header .image2Fond .slick-dots li.slick-active button::before {
  color: #fff;
  opacity: 1;
  font-size: 22px;
}
html body header .image2Fond .slick-dots li.slick-active button::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 6px;
  border-radius: 5px;
  bottom: 7px;
  background-color: #000;
}
html body header .image2Fond .contenuSlider {
  position: absolute;
  bottom: 230px;
  width: 80%;
  left: 10%;
  right: 10%;
}
@media screen and (min-width: 1280px) {
  html body header .image2Fond .contenuSlider {
    bottom: 145px;
  }
}
html body header .image2Fond.carDesktop {
  display: none;
}
@media screen and (min-width: 1280px) {
  html body header .image2Fond.carMobile {
    display: none;
  }
  html body header .image2Fond.carDesktop {
    display: block;
  }
}
html body header .head {
  position: fixed;
  display: flex;
  z-index: 4;
  width: 100%;
  max-width: 1900px;
  align-items: flex-start;
  justify-content: space-evenly;
  transition: background-color 0.25s;
  border-bottom: 1px solid transparent;
}
@media screen and (min-width: 1280px) {
  html body header .head {
    min-height: 113px;
  }
}
html body header .head .blocLogo {
  flex-grow: 1;
  padding: 15px;
  max-height: 60px;
}
@media screen and (min-width: 1280px) {
  html body header .head .blocLogo {
    max-height: 78px;
    flex-grow: 0;
  }
}
html body header .head .blocLogo a {
  display: inline-block;
}
html body header .head .blocLogo img {
  width: 126px;
}
@media screen and (min-width: 1280px) {
  html body header .head .blocLogo img {
    width: initial;
    width: 165px;
  }
}
html body header .head .blocLogo .blacknW {
  display: block;
}
html body header .head .blocLogo .blacknW.colored {
  display: none;
}
html body header .head .blocLogo .colore {
  display: none;
}
html body header .head .blocLogo .colore.colored {
  display: block;
}
@media screen and (min-width: 1280px) {
  html body header .head .blocLogo {
    padding: 17px 45px;
  }
}
html body header .head .menuDesktop {
  flex-grow: 1;
  display: none;
  justify-content: center;
  align-items: center;
}
html body header .head .menuDesktop ul {
  display: flex;
  list-style: none;
  align-items: stretch;
  justify-content: center;
  flex-grow: 1;
}
html body header .head .menuDesktop ul .levelOne {
  padding: 0 10px;
  flex-grow: 1;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  letter-spacing: 0.8;
  cursor: pointer;
}
html body header .head .menuDesktop ul .levelOne .levelOnetitle {
  padding-top: 17px;
  padding-bottom: 17px;
  border-bottom: 3px solid transparent;
}
html body header .head .menuDesktop ul .levelOne:hover .levelOnetitle {
  color: #22BBEA;
  border-bottom: 3px solid #22BBEA;
}
html body header .head .menuDesktop ul .levelOne:hover .level2List {
  display: block;
  overflow: hidden;
}
html body header .head .menuDesktop ul .levelOne:hover .level2List .groupBackDesk {
  background-color: #fff;
}
html body header .head .menuDesktop ul .levelOne .level2List {
  display: none;
  position: fixed;
  top: 114px;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  box-sizing: border-box;
  text-transform: initial;
}
html body header .head .menuDesktop ul .levelOne .level2List .level2titleTop {
  color: #22BBEA;
  font-size: 30px;
  line-height: 36px;
  width: 100%;
  padding-bottom: 25px;
}
html body header .head .menuDesktop ul .levelOne .level2List .groupFakeBackDesk {
  background-color: transparent;
  background-color: rgba(34, 187, 234, 0.6);
  transition: background-color 0.25s;
  height: calc(100vh - 114px);
  padding: 0;
  position: fixed;
  top: 114px;
  left: 0;
  width: 100%;
  pointer-events: none;
}
html body header .head .menuDesktop ul .levelOne .level2List .groupBackDesk {
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  transition: background-color 0.5s;
}
html body header .head .menuDesktop ul .levelOne .level2List .groupBackDesk .groupListDesk {
  max-width: 1900px;
  padding: 15px 6.6%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
html body header .head .menuDesktop ul .levelOne .level2List .levelTwoItem {
  color: #000;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 0 15px 30px;
  box-sizing: border-box;
  width: 30%;
}
html body header .head .menuDesktop ul .levelOne .level2List .levelTwoItem > div:hover {
  color: #22BBEA;
}
html body header .head .menuDesktop ul .levelOne .level2List .levelTwoItem.reminder {
  flex-grow: 1;
  width: 100%;
  margin-bottom: 30px;
  color: #22BBEA;
  font-size: 30px;
  line-height: 36px;
  width: 100%;
  padding-bottom: 0px;
  font-weight: 400;
}
html body header .head .menuDesktop ul .levelOne .level2List .levelTwoItem.reminder .reminderLink {
  display: inline-block;
  padding-right: 30px;
  background-image: url("../assets/icon/reminderArrow.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px auto;
}
html body header .head .menuDesktop ul .levelOne .level2List .levelTwoItem.notEmpty > div {
  margin-bottom: 20px;
  display: inline-block;
  padding-right: 26px;
  background-image: url("../assets/icon/levelThreeArrow.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 6px auto;
}
html body header .head .menuDesktop ul .levelOne .level2List .levelTwoItem .level3List {
  overflow-y: auto;
  display: block;
}
html body header .head .menuDesktop ul .levelOne .level2List .levelTwoItem .level3List div {
  background-image: none;
}
html body header .head .menuDesktop ul .levelOne .level2List .levelTwoItem .level3List .levelThreeItem {
  display: block;
  padding: 0px 0 15px 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
html body header .head .menuDesktop ul .levelOne .level2List .levelTwoItem .level3List .levelThreeItem:last-child {
  padding-bottom: 0;
}
html body header .head .menuDesktop ul .levelOne .level2List .levelTwoItem .level3List .levelThreeItem:hover {
  color: #22BBEA;
}
html body header .head .menuDesktop ul .levelOne .level2List:hover {
  display: block;
}
html body header .head .menuDesktop.colored ul li {
  color: #000;
}
@media screen and (min-width: 1280px) {
  html body header .head .menuDesktop {
    display: flex;
  }
}
html body header .head .infoHeader {
  background-color: #fff;
  width: 90px;
  height: 90px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 11px;
  transition-duration: 0.3s;
  cursor: pointer;
}
html body header .head .infoHeader:hover {
  background-color: #22BBEA;
  transition-duration: 0.3s;
}
html body header .head .infoHeader:hover .toStroke {
  stroke: #fff;
}
html body header .head .infoHeader:hover .toColor {
  fill: #fff;
}
@media screen and (min-width: 1280px) {
  html body header .head .infoHeader {
    display: none;
  }
}
html body header .head .loupeMe {
  display: none;
  padding-right: 50px;
  margin-left: 20px;
  align-items: center;
  cursor: pointer;
}
html body header .head .loupeMe.colored .toStroke {
  stroke: #000;
}
@media screen and (min-width: 1280px) {
  html body header .head .loupeMe {
    display: flex;
  }
}
html body header .head .blocBurger {
  background-color: #22BBEA;
  width: 90px;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 90px;
}
html body header .head .blocBurger .burger {
  width: 45px;
  height: 30px;
  cursor: pointer;
}
html body header .head .blocBurger .burger span {
  height: 4px;
  background-color: #fff;
  border-radius: 3px;
  width: 45px;
  display: block;
  transition: transform 0.5s;
  transform-origin: center;
}
html body header .head .blocBurger .burger span:nth-child(2) {
  opacity: 1;
  transition: opacity 0.5s;
  margin: 9px 0;
}
html body header .head .blocBurger .burger span:nth-child(3) {
  width: 26px;
  margin-left: 19px;
}
html body header .head .blocBurger .burger.open span:nth-child(1) {
  transform: rotate(45deg) translate(11px, 11px);
}
html body header .head .blocBurger .burger.open span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
  width: 45px;
  margin-left: 0;
}
html body header .head .blocBurger .burger.open span:nth-child(2) {
  opacity: 0;
}
@media screen and (min-width: 1280px) {
  html body header .head .blocBurger {
    display: none;
  }
}
html body header .head .infosDesktop {
  display: none;
  font-family: "vagrounded", sans-serif;
  letter-spacing: 0.8;
  font-weight: 800;
}
html body header .head .infosDesktop .linkLanguageDesktop {
  border: none;
  margin-right: 44px;
  background-color: transparent;
  color: #fff;
  font-family: "gotham", sans-serif;
  letter-spacing: normal;
  font-size: 18px;
  line-height: 21px;
  cursor: pointer;
  width: auto;
}
html body header .head .infosDesktop .linkLanguageDesktop option {
  color: #fff;
  background-color: #22BBEA;
  font-family: "gotham", sans-serif;
}
html body header .head .infosDesktop .linkLanguageDesktop.colored {
  color: #000;
}
html body header .head .infosDesktop .ss-main {
  display: none;
  font-family: "vagrounded", sans-serif;
  letter-spacing: 0.8;
  font-weight: 500;
  color: #fff;
  margin-right: 44px;
  background-color: transparent;
  color: #fff;
  font-family: "gotham", sans-serif;
  letter-spacing: normal;
  font-size: 18px;
  line-height: 21px;
  cursor: pointer;
}
html body header .head .infosDesktop .ss-main .ss-content {
  width: 70px;
  border-color: transparent;
}
html body header .head .infosDesktop .ss-main .ss-content .ss-list .ss-option {
  font-size: 20px;
  line-height: 24px;
  background-color: #9ce4fc;
  color: #000;
}
html body header .head .infosDesktop .ss-main .ss-content .ss-list .ss-option:hover {
  background-color: #22BBEA;
}
html body header .head .infosDesktop .ss-main .ss-content .ss-list .ss-option.ss-option-selected {
  color: #fff;
  background-color: #22BBEA;
}
html body header .head .infosDesktop .ss-main .ss-single-selected {
  background-color: transparent;
  color: #fff;
  font-family: "gotham", sans-serif;
  letter-spacing: normal;
  font-size: 18px;
  line-height: 21px;
  width: 45px;
  padding: 0;
  margin-top: 6px;
  border: none;
  cursor: pointer;
}
html body header .head .infosDesktop .ss-main .ss-single-selected .ss-arrow {
  margin: 0;
}
html body header .head .infosDesktop .ss-main .ss-single-selected .ss-arrow span {
  border: solid #fff;
  border-width: 0 2px 2px 0;
}
html body header .head .infosDesktop .ss-main .ss-search {
  display: none;
}
html body header .head .infosDesktop .ss-main .ss-list {
  color: #000;
}
html body header .head .infosDesktop .ss-main.colored .ss-single-selected {
  color: #000;
}
html body header .head .infosDesktop .ss-main.colored .ss-single-selected .ss-arrow span {
  border: solid #000;
  border-width: 0 2px 2px 0;
}
@media screen and (min-width: 1280px) {
  html body header .head .infosDesktop .ss-main {
    display: block;
  }
}
html body header .head .infosDesktop .blocConnectDesktop {
  cursor: pointer;
  background-color: #fff;
  color: #22BBEA;
  padding: 13px 50px 10px 97px;
  border-radius: 0 0 0 50px;
  background-image: url("../assets/icon/infoDesktop.svg");
  background-repeat: no-repeat;
  background-position: 50px;
}
html body header .head .infosDesktop .blocConnectDesktop.colored {
  background-color: #22BBEA;
  color: #fff;
  background-image: url("../assets/icon/infoDesktopBlanc.svg");
}
html body header .head .infosDesktop .blocConnectDesktop.connectPlus {
  display: flex;
  box-sizing: border-box;
  padding-left: 25px;
  padding-right: 25px;
  background-image: none;
}
html body header .head .infosDesktop .blocConnectDesktop.connectPlus a {
  padding: 0 25px;
}
html body header .head .infosDesktop .blocConnectDesktop.connectPlus.colored a {
  color: #fff;
}
html body header .head .infosDesktop .welcome {
  color: #fff;
  padding-right: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
html body header .head .infosDesktop .welcome.colored {
  color: #22BBEA;
}
html body header .head .infosDesktop .connectPlus a {
  color: #22BBEA;
}
html body header .head .infosDesktop .connectPlus .spaceur {
  padding: 0 50px;
}
html body header .head .infosDesktop .connectPlus.active {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1280px) {
  html body header .head .infosDesktop {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    top: 0px;
    right: 0px;
  }
}
html body header .head.notTop {
  background-color: #fff;
  color: #000;
  border-bottom: 1px solid #22BBEA;
}
@media screen and (min-width: 1280px) {
  html body header .head {
    align-items: flex-end;
  }
}
html body header .lookingFor {
  display: none;
  position: fixed;
  width: 100%;
  padding: 140px 0 42px;
  z-index: 3;
}
html body header .lookingFor .blocContainerL {
  max-width: 1016px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
html body header .lookingFor .blocContainerL span {
  font-style: italic;
}
html body header .lookingFor .blocContainerL input[type=text] {
  width: 100%;
  margin: 0 50px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #707070;
  font-family: "gotham", sans-serif;
  padding: 15px;
  box-sizing: border-box;
}
html body header .lookingFor .blocContainerL .btnLookingFor {
  display: block;
  padding: 12px 30px;
  border: 1px solid #000;
  border-radius: 21px;
  display: inline-block;
  font-family: "vagrounded", sans-serif;
  letter-spacing: 0.7;
  font-weight: 800;
  font-size: 14px;
  line-height: 17px;
  background-color: #fff;
}
html body header .lookingFor .blocContainerL .btnLookingFor:hover {
  background-color: #22BBEA;
  color: #fff;
  border-color: #22BBEA;
}
html body header .lookingFor.active {
  display: block;
}
html body header .lookingFor.colored {
  background-color: #fff;
}
html body header .menu {
  background-color: #22BBEA;
  position: fixed;
  width: 100%;
  z-index: 4;
  display: none;
  line-height: 19px;
}
html body header .menu .head {
  position: relative;
  background-color: #fff;
}
html body header .menu .head .infoHeader {
  background-color: #22BBEA;
  transition-duration: 0.3s;
}
html body header .menu .head .infoHeader .toStroke {
  stroke: #fff;
}
html body header .menu .head .infoHeader .toColor {
  fill: #fff;
}
html body header .menu .head .infoHeader.connectPlus {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: none;
}
html body header .menu .head .blocBurger {
  background-color: #fff;
}
html body header .menu .head .blocBurger .burger span {
  background-color: #22BBEA;
}
html body header .menu .head .blocBurger .burger span:nth-child(1) {
  transform: rotate(45deg) translate(11px, 11px);
}
html body header .menu .head .blocBurger .burger span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
  width: 45px;
  margin-left: 0;
}
html body header .menu .head .blocBurger .burger span:nth-child(2) {
  opacity: 0;
}
@media screen and (min-width: 1280px) {
  html body header .menu .head {
    display: none;
  }
}
html body header .menu .bordu {
  border-bottom: 1px solid #22BBEA;
  padding: 20px;
}
html body header .menu .nobordu {
  border-bottom: none !important;
}
html body header .menu .large {
  margin: 0 15px;
}
html body header .menu .fondBleuMenu {
  background-color: #22BBEA !important;
  color: #fff;
  padding: 0 20px;
}
html body header .menu .fondBleuMenu .bordu {
  border-bottom: 1px solid #fff;
  padding: 20px 0;
  color: #fff;
}
html body header .menu .fondBleuMenu .large {
  margin: 0 35px;
}
html body header .menu .fondBleuMenu .logOut {
  padding: 20px 35px;
}
html body header .menu .fondBleuMenu .lookUp {
  background-color: #22BBEA;
  border: none;
  padding: 10px 0 10px;
  width: 100%;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
html body header .menu .fondBleuMenu .lookUp input[type=text] {
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  flex-grow: 1;
  padding: 10px 0 10px;
  background-color: #22BBEA;
  border: none;
  box-shadow: none;
}
html body header .menu .fondBleuMenu .lookUp input[type=text]::-moz-placeholder {
  color: #fff;
  font-style: italic;
}
html body header .menu .fondBleuMenu .lookUp input[type=text]:-ms-input-placeholder {
  color: #fff;
  font-style: italic;
}
html body header .menu .fondBleuMenu .lookUp input[type=text]::placeholder {
  color: #fff;
  font-style: italic;
}
html body header .menu .fondBleuMenu .lookUp input[type=submit] {
  background-image: url("../assets/icon/Loupe.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 25px;
  height: 27px;
  border: none;
  background-color: transparent;
  box-shadow: none;
}
html body header .menu .fondBleuMenu.connectPlus.active {
  display: block;
}
html body header .menu .fondBleuMenu:last-child {
  border-bottom: 1px solid #fff;
}
html body header .menu .fondBleuMenu a {
  padding: 0 20px;
}
html body header .menu .niveau0 {
  display: block;
}
html body header .menu.active {
  display: block;
}
html body header .menu .header-app__nav {
  position: absolute;
  top: 100%;
  left: 0;
  border-top: 1px solid #22BBEA;
  height: calc(100vh - 90px);
  z-index: 10;
  width: 100%;
  background-color: #22BBEA;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.4s, opacity 0.4s, transform 0.6s;
}
@media screen and (min-width: 980px) {
  html body header .menu .header-app__nav {
    height: calc(100vh - 78px);
  }
}
html body header .menu .header-app__nav .linkLanguage {
  width: 100%;
  border: none;
  padding: 23px 0 18px;
  text-align: center;
  text-align-last: center;
  -moz-text-align-last: center;
  font-family: "gotham", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../assets/icon/flag_fr.jpg"), url(../assets/icon/flecheBas.svg);
  background-repeat: no-repeat no-repeat;
  background-position: 15px, calc(100% - 2em) 1.5em;
  border-bottom: 1px solid #22BBEA;
}
html body header .menu .header-app__nav .submenu {
  display: none;
}
html body header .menu .header-app__nav .containesSubMenu {
  background-color: #fff !important;
  background: url("../assets/icon/fleche_next_menu.png") no-repeat right 23px center;
}
html body header .menu .header-app__nav .first_sub {
  background-color: #22BBEA;
  background-image: url("../assets/icon/fleche_title.png");
  background-repeat: no-repeat;
  background-position: right 23px center;
  font-weight: 600;
}
html body header .menu .header-app__nav .first_sub a {
  color: #fff;
}
html body header .menu .header-app__nav .modal-submenu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
}
html body header .menu .header-app__nav .modal-submenu .modal-submenu__title {
  text-transform: uppercase;
  color: white;
  display: flex;
  align-items: center;
  font-weight: bold;
  padding: 0 size(15) 0 0;
  border-bottom: 1px solid white;
}
html body header .menu .header-app__nav .modal-submenu .modal-submenu__title .modal-submenu__title-inner {
  padding-left: size(15);
  color: #fff;
  text-decoration: none;
}
html body header .menu .header-app__nav .modal-submenu .modal-submenu__title .modal-submenu__title-inner:hover {
  color: #fff;
}
html body header .menu .header-app__nav .modal-submenu .modal-submenu__title .modal-submenu__title-btn {
  display: flex;
  cursor: pointer;
  height: 60px;
  width: 80px;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
}
html body header .menu .header-app__nav .modal-submenu .modal-submenu__title .modal-submenu__title-btn svg {
  background-image: url("../assets/icon/fleche_next_menu.png");
  background-repeat: no-repeat;
  pointer-events: none;
  width: 10px;
  height: 16px;
  padding-left: 16px;
  padding-right: 14px;
  background-position: 10px;
  transform: rotate(180deg);
}
html body header .menu .header-app__nav .modal-submenu .modal-submenu__content {
  padding: size(10) 0;
}
html body header .menu .header-app__nav .modal-submenu.is-open {
  visibility: visible;
  opacity: 1;
  overflow: auto;
}
html body header .menu .header-app__nav.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media screen and (min-width: 1280px) {
  html body header .menu .header-app__nav.is-visible {
    display: none;
  }
}
html body header .menu .header-app__nav ul {
  overflow-y: auto;
  height: 100%;
  background-color: #22BBEA;
}
html body header .menu .header-app__nav ul li {
  text-align: left;
  background-color: #fff;
  display: block;
}
html body header .menu .header-app__nav ul li a {
  text-decoration: none;
  color: #000;
  display: block;
  padding: 20px;
  margin: 0 15px;
  border-bottom: 1px solid #22BBEA;
  transition: background-color 0.4s, color 0.4s;
}
html body header .menu .header-app__nav ul li[data-order="1"] {
  background-color: #fff;
}
html body header .menu .header-app__nav ul li[data-order="1"]:last-child a {
  border-bottom: none;
}
html body header .menu .header-app__nav ul li[data-order="2"]:last-child a {
  border-bottom: none;
}
html body header .menu .header-app__nav ul li[data-order="3"]:last-child a {
  border-bottom: none;
}
@media screen and (min-width: 1280px) {
  html body header .menu .header-app__nav {
    display: none;
  }
}
html body header .logFromHp {
  background-color: #fff;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: 4;
}
html body header .logFromHp .containLog {
  overflow-y: auto;
  height: 100%;
}
@media screen and (min-width: 1280px) {
  html body header .logFromHp .containLog {
    max-width: 350px;
    right: 0;
    background-color: #fff;
    position: absolute;
    overflow: auto;
    max-height: 100%;
  }
}
html body header .logFromHp .containLog input[type=submit] {
  background-color: #fff;
  color: #000;
  width: auto;
  cursor: pointer;
  margin: 30px auto;
  padding: 12px 30px;
  border: 1px solid #000;
  border-radius: 21px;
  display: inline-block;
  font-family: "vagrounded", sans-serif;
  letter-spacing: 0.7;
  font-weight: 800;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
}
html body header .logFromHp .containLog input[type=submit]:hover {
  background-color: #22BBEA;
  color: #fff;
  border-color: #22BBEA;
}
html body header .logFromHp .head {
  position: relative;
  background-color: #fff;
}
html body header .logFromHp .head .infoHeader {
  background-color: #22BBEA;
  transition-duration: 0.3s;
}
html body header .logFromHp .head .infoHeader .toStroke {
  stroke: #fff;
}
html body header .logFromHp .head .infoHeader .toColor {
  fill: #fff;
}
html body header .logFromHp .head .infoHeader.connectPlus {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: none;
}
html body header .logFromHp .head .blocBurger {
  background-color: #fff;
}
html body header .logFromHp .head .blocBurger .burger span {
  background-color: #22BBEA;
}
html body header .logFromHp .head .blocBurger .burger span:nth-child(1) {
  transform: rotate(45deg) translate(11px, 11px);
}
html body header .logFromHp .head .blocBurger .burger span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
  width: 45px;
  margin-left: 0;
}
html body header .logFromHp .head .blocBurger .burger span:nth-child(2) {
  opacity: 0;
}
@media screen and (min-width: 1280px) {
  html body header .logFromHp .head {
    display: none;
  }
}
html body header .logFromHp .title {
  text-align: center;
  font-family: "vagrounded", sans-serif;
  letter-spacing: 1.5;
  font-size: 30px;
  line-height: 37px;
  padding-top: 30px;
  color: #22BBEA;
}
html body header .logFromHp .text {
  text-align: center;
  padding: 20px 0;
}
html body header .logFromHp form {
  text-align: center;
}
html body header .logFromHp form label {
  padding-top: 10px;
  text-align: left;
  display: block;
}
html body header .logFromHp form .error {
  color: #C0351A;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}
html body header .logFromHp form input {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #707070;
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: "gotham", sans-serif;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
html body header .logFromHp form .mdpReboot {
  text-decoration: underline;
  text-align: right;
  color: #000;
  cursor: pointer;
}
html body header .logFromHp form .btnForm {
  border-radius: 21px;
  font-size: 14px;
  line-height: 17px;
}
html body header .logFromHp form span {
  display: block;
  color: #22BBEA;
  font-family: "vagrounded", sans-serif;
  letter-spacing: 0.7;
  font-size: 14px;
  line-height: 17px;
  background-image: url("../assets/icon/Lignebleu.png");
  background-repeat: no-repeat;
  background-position: center;
}
html body header .logFromHp form .bonus {
  text-align: left;
}
html body header .logFromHp .closepop {
  display: none;
  position: absolute;
  cursor: pointer;
  top: 20px;
  right: 20px;
  transform: rotate(45deg);
}
html body header .logFromHp .closepop:hover .rond {
  fill: #22BBEA;
  stroke: #22BBEA;
}
@media screen and (min-width: 1280px) {
  html body header .logFromHp .closepop {
    display: block;
  }
}
html body header .logFromHp.active {
  display: block;
}
html body header .logFromHp .container {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 30px 29px;
  height: calc(100% - 119px);
  overflow-y: auto;
}
@media screen and (min-width: 1280px) {
  html body header .logFromHp .container {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1280px) {
  html body header .logFromHp {
    width: 100%;
    z-index: 5;
    height: 100%;
    background-color: initial;
  }
}
html body header .rebootMyAccount {
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: none;
  z-index: 4;
}
html body header .rebootMyAccount .containReboot {
  min-height: 100%;
}
@media screen and (min-width: 1280px) {
  html body header .rebootMyAccount .containReboot {
    max-width: 350px;
    max-height: 100%;
    right: 0;
    background-color: #fff;
    position: absolute;
    overflow: auto;
  }
}
html body header .rebootMyAccount .containReboot input[type=submit] {
  background-color: #fff;
  color: #000;
  width: auto;
  cursor: pointer;
  margin: 30px auto;
  padding: 12px 30px;
  border: 1px solid #000;
  border-radius: 21px;
  display: inline-block;
  font-family: "vagrounded", sans-serif;
  letter-spacing: 0.7;
  font-weight: 800;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
}
html body header .rebootMyAccount .containReboot input[type=submit]:hover {
  background-color: #22BBEA;
  color: #fff;
  border-color: #22BBEA;
}
html body header .rebootMyAccount .head {
  position: relative;
  background-color: #fff;
}
html body header .rebootMyAccount .head .infoHeader {
  background-color: #22BBEA;
  transition-duration: 0.3s;
}
html body header .rebootMyAccount .head .infoHeader .toStroke {
  stroke: #fff;
}
html body header .rebootMyAccount .head .infoHeader .toColor {
  fill: #fff;
}
html body header .rebootMyAccount .head .infoHeader.connectPlus {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: none;
}
html body header .rebootMyAccount .head .blocBurger {
  background-color: #fff;
}
html body header .rebootMyAccount .head .blocBurger .burger span {
  background-color: #22BBEA;
}
html body header .rebootMyAccount .head .blocBurger .burger span:nth-child(1) {
  transform: rotate(45deg) translate(11px, 11px);
}
html body header .rebootMyAccount .head .blocBurger .burger span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
  width: 45px;
  margin-left: 0;
}
html body header .rebootMyAccount .head .blocBurger .burger span:nth-child(2) {
  opacity: 0;
}
@media screen and (min-width: 1280px) {
  html body header .rebootMyAccount .head {
    display: none;
  }
}
html body header .rebootMyAccount .title {
  text-align: center;
  font-family: "vagrounded", sans-serif;
  letter-spacing: 1.5;
  font-size: 30px;
  line-height: 37px;
  padding-top: 30px;
  color: #22BBEA;
}
html body header .rebootMyAccount .text {
  text-align: center;
  padding: 20px 0;
}
html body header .rebootMyAccount form {
  text-align: center;
}
html body header .rebootMyAccount form .error {
  color: #C0351A;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}
html body header .rebootMyAccount form label {
  padding-top: 10px;
  text-align: left;
  display: block;
}
html body header .rebootMyAccount form input {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #707070;
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: "gotham", sans-serif;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
html body header .rebootMyAccount form .btnForm {
  border-radius: 21px;
  font-size: 14px;
  line-height: 17px;
}
html body header .rebootMyAccount .closepop {
  display: none;
  position: absolute;
  cursor: pointer;
  top: 20px;
  right: 20px;
  transform: rotate(45deg);
}
html body header .rebootMyAccount .closepop:hover .rond {
  fill: #22BBEA;
  stroke: #22BBEA;
}
@media screen and (min-width: 1280px) {
  html body header .rebootMyAccount .closepop {
    display: block;
  }
}
html body header .rebootMyAccount.active {
  display: block;
}
html body header .rebootMyAccount .container {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 30px 29px;
  height: calc(100% - 119px);
  overflow-y: auto;
}
@media screen and (min-width: 1280px) {
  html body header .rebootMyAccount .container {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1280px) {
  html body header .rebootMyAccount {
    width: 100%;
    z-index: 5;
    height: 100%;
    background-color: initial;
  }
}
html body header .textHead {
  font-family: "vagrounded", sans-serif;
  letter-spacing: 1.5;
  font-weight: 800;
  color: #fff;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
  padding: 361px 15px 0 15px;
  text-shadow: rgba(0, 0, 0, 0.65) 0px 0 6px;
}
html body header .textHead.spe305 {
  padding-top: 0px;
  font-weight: 300;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  bottom: 15px;
}
@media screen and (min-width: 1280px) {
  html body header .textHead.spe305 {
    font-size: 60px;
    line-height: 73px;
  }
}
html body header .textHead.spe525 {
  padding-top: 0;
  font-weight: 300;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  bottom: 15px;
}
@media screen and (min-width: 1280px) {
  html body header .textHead.spe525 {
    font-size: 60px;
    line-height: 73px;
    text-align: left;
    padding-left: 50%;
    width: 100%;
    padding-right: 15px;
  }
}
html body header .textHead.spe525 .text {
  display: none;
  font-family: "gotham", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  padding-top: 6px;
  color: #000;
  text-shadow: none;
}
@media screen and (min-width: 1280px) {
  html body header .textHead.spe525 .text {
    display: block;
  }
}
html body header .textHead.spe525 .groupBtn {
  color: #000;
  display: none;
  justify-content: flex-start;
}
html body header .textHead.spe525 .groupBtn .btnForm {
  margin: 30px 0;
  border-radius: 21px;
  font-size: 14px;
  line-height: 17px;
  text-shadow: none;
}
@media screen and (min-width: 1280px) {
  html body header .textHead.spe525 .groupBtn {
    display: flex;
  }
}
html body header .textHead.forHp {
  padding: 0;
}
@media screen and (min-width: 1280px) {
  html body header .textHead.forHp {
    margin-bottom: 65px;
  }
}
html body header .btnKnowMore {
  display: none;
  text-align: center;
  font-family: "vagrounded", sans-serif;
  font-weight: 300;
  letter-spacing: 1;
  font-size: 20px;
  line-height: 24px;
  color: #22BBEA;
  background-color: #fff;
  padding: 12px 28px;
  border: 1px solid #22BBEA;
  border-radius: 31px;
  width: 188px;
  box-sizing: border-box;
  margin: 80px auto 0;
}
@media screen and (min-width: 640px) {
  html body header .btnKnowMore {
    display: block;
  }
}
html body header .btnKnowMore.forHp {
  margin: 0 auto;
}
html body header .btnKnowMore:hover {
  background-color: #22BBEA;
  color: #fff;
}
html body header.h305 {
  height: 305px;
  position: relative;
}
@media screen and (min-width: 1280px) {
  html body header.h305 {
    background-position: center;
  }
}
html body header.h525 {
  height: 525px;
  position: relative;
}
@media screen and (min-width: 1280px) {
  html body header.h525 {
    background-position: center;
  }
}
html body #comeFrom {
  background-color: #22BBEA;
  color: #fff;
}
html body #comeFrom .valeurs {
  padding: 41px 73px;
  max-width: 1432px;
  margin: 0 auto;
}
html body #comeFrom .valeurs div {
  margin: 0 auto;
  text-align: center;
  width: 218px;
}
html body #comeFrom .valeurs div img {
  display: block;
  padding-bottom: 20px;
  margin: 0 auto;
}
html body #comeFrom .valeurs > div {
  padding-top: 60px;
}
html body #comeFrom .valeurs > div:first-child {
  padding: 0;
}
@media screen and (min-width: 640px) {
  html body #comeFrom .valeurs > div {
    padding-top: 0;
  }
}
@media screen and (min-width: 640px) {
  html body #comeFrom .valeurs {
    display: flex;
    padding: 41px 0;
  }
}
html body #follow {
  padding: 60px 0;
}
html body #follow .allblocsR {
  text-align: center;
}
@media screen and (min-width: 980px) {
  html body #follow .allblocsR {
    max-width: 1432px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
  }
}
@media screen and (min-width: 980px) {
  html body #follow .allblocsR .reseauxS .text {
    padding-right: 40px;
  }
}
html body #follow .allblocsR .reseauxS .reseaux {
  display: flex;
  width: 297px;
  justify-content: space-between;
  margin: 20px auto 0;
}
html body #follow .allblocsR .reseauxS .reseaux a {
  width: 52px;
  height: 52px;
  display: block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 1280px) {
  html body #follow .allblocsR .reseauxS .reseaux {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  html body #follow .allblocsR .reseauxS {
    display: flex;
    align-items: center;
  }
}
html body #follow .allblocsR .newsForActus {
  padding-top: 60px;
}
@media screen and (min-width: 980px) {
  html body #follow .allblocsR .newsForActus .text {
    padding-right: 40px;
  }
}
html body #follow .allblocsR .newsForActus .btnNewsletter {
  padding: 16px 18px 16px 70px;
  font-family: "vagrounded", sans-serif;
  letter-spacing: 0.8;
  font-size: 16px;
  line-height: 20px;
  font-weight: 800;
  color: #000;
  width: 346px;
  border: 1px solid #000;
  border-radius: 30px;
  box-sizing: border-box;
  margin: 20px auto 0;
  background-repeat: no-repeat;
  background-position: 20px 14px;
}
@media screen and (min-width: 1280px) {
  html body #follow .allblocsR .newsForActus .btnNewsletter {
    margin: 0 auto;
  }
}
html body #follow .allblocsR .newsForActus .btnNewsletter:hover {
  color: #fff;
  background-color: #22BBEA;
  border: 1px solid #22BBEA;
}
@media screen and (min-width: 980px) {
  html body #follow .allblocsR .newsForActus {
    padding-top: 0;
  }
}
@media screen and (min-width: 1280px) {
  html body #follow .allblocsR .newsForActus {
    padding-top: 0;
    display: flex;
    align-items: center;
  }
}
html body #hpContact {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  padding: 60px 10px;
  line-height: 26px;
}
html body .blocHpContact .logoDown img {
  margin: 0 auto;
  display: block;
  max-width: 240px;
}
html body .blocHpContact .fondPicto {
  padding-left: 29px;
  background-repeat: no-repeat;
  width: 191px;
  box-sizing: border-box;
  padding-bottom: 35px;
  margin: 0 auto;
  background-position-y: 0px;
  background-size: auto 19px;
  color: #000;
}
html body .blocHpContact .fondPicto:hover {
  color: #000;
}
@media screen and (min-width: 980px) {
  html body .blocHpContact .fondPicto {
    width: initial;
  }
}
html body .blocHpContact .noContact#contactIcoFoot0 {
  padding-top: 60px;
}
@media screen and (min-width: 980px) {
  html body .blocHpContact .noContact#contactIcoFoot0 {
    padding-top: 37px;
  }
}
@media screen and (min-width: 980px) {
  html body .blocHpContact .noContact {
    padding-top: 37px;
  }
}
html body .blocHpContact.pageContact {
  font-size: 14px;
  line-height: 24px;
  padding-top: 50px;
}
html body .blocHpContact.pageContact .logoDown img {
  width: 195px;
}
html body .blocHpContact.pageContact .noContact .numberBtn a {
  border: 1px solid #000;
  border-radius: 31px;
  padding: 12px 30px 12px 50px;
  line-height: 17px;
  font-weight: 800;
  width: 211px;
  text-align: center;
  background-position: 30px 12px;
}
html body .blocHpContact.pageContact .noContact3 {
  width: initial;
}
html body .blocHpContact.pageContact .noContact3 .number {
  border: 1px solid #000;
  border-radius: 31px;
  padding: 12px 30px 12px 50px;
  line-height: 17px;
  font-weight: 800;
  width: 211px;
  text-align: center;
  background-position: 30px 12px;
}
@media screen and (min-width: 980px) {
  html body .blocHpContact {
    display: flex;
    justify-content: space-around;
    max-width: 1432px;
    margin: 0 auto;
  }
}
html body #almost {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  padding: 34px 0;
  line-height: 26px;
}
html body #almost .blocAlmost {
  text-align: center;
}
@media screen and (min-width: 980px) {
  html body #almost .blocAlmost {
    display: flex;
    justify-content: space-between;
    max-width: 742px;
    margin: 0 auto;
  }
}
html body #almost .blocAlmost a {
  padding-bottom: 35px;
  transition-duration: 0.3s;
  color: #000;
}
html body #almost .blocAlmost a:last-child {
  padding-bottom: 0;
}
html body #almost .blocAlmost a:hover {
  color: #22BBEA;
}
@media screen and (min-width: 980px) {
  html body #almost .blocAlmost a {
    width: 33.3333333333%;
    text-align: center;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 980px) {
  html body #almost {
    padding: 20px 0;
  }
}
html body #end {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  padding: 34px 0 39px;
  text-align: center;
  line-height: 22px;
  font-weight: 500;
}
@media screen and (min-width: 980px) {
  html body .moveUp {
    width: 80px;
    height: 80px;
    background-color: #7e7e7e;
    border-radius: 30px 30px 0 0;
    position: fixed;
    bottom: -80px;
    right: 53px;
    background-image: url("../assets/icon/fleche_b.svg");
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.4s bottom;
  }
}
html body .moveUp.show {
  bottom: 0;
}
html body #creaCompte {
  padding: 0 15px 30px;
  max-width: 980px;
  margin: 0 auto;
}
html body #creaCompte .info {
  padding-top: 30px;
  font-size: 14px;
  line-height: 24px;
}
html body #creaCompte .info.mention {
  font-size: 12px;
  line-height: 24px;
  text-align: justify;
}
html body #creaCompte .createfirstStep {
  padding: 40px 0;
}
html body #creaCompte .createfirstStep label {
  display: block;
  padding-bottom: 10px;
}
@media screen and (min-width: 640px) {
  html body #creaCompte .createfirstStep label {
    padding-bottom: 0;
    padding-right: 30px;
  }
}
html body #creaCompte .createfirstStep .btnCompte {
  margin-bottom: 0;
}
@media screen and (min-width: 640px) {
  html body #creaCompte .createfirstStep {
    display: flex;
    align-items: center;
    padding: 50px 0 40px;
  }
}
html body #creaCompte .inputContainer .blocinput .ss-main {
  width: 100%;
}
html body #creaCompte .groupBtn {
  display: flex;
  justify-content: center;
}
html body #creaCompte .groupBtn .btnForm {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  background-color: #fff;
}
html body #creaCompte .groupBtn .btnForm:hover {
  background-color: #22BBEA;
  color: #fff;
}
@media screen and (min-width: 980px) {
  html body #creaCompte .groupBtn .btnForm {
    margin: 0 0 30px;
  }
}
html body #creaCompte .groupBtn .btnForm.marge {
  margin: 0 0 10px;
}
@media screen and (min-width: 980px) {
  html body #creaCompte .groupBtn {
    justify-content: flex-end;
  }
}
html body #arianne {
  text-transform: uppercase;
  max-width: 1434px;
  text-align: left;
  padding: 30px 15px 0;
  margin: 0 auto;
}
html body #arianne span {
  font-size: 11px;
  line-height: 22px;
  padding-right: 16px;
  padding-left: 10px;
  background-image: url("../assets/icon/little_arrow_menu.svg");
  background-position: right;
  background-repeat: no-repeat;
  color: rgba(0, 0, 0, 0.5);
}
html body #arianne span a {
  display: inline;
  color: rgba(0, 0, 0, 0.5);
}
html body #arianne span a:hover {
  color: #22BBEA;
}
html body #arianne span.active {
  color: #22BBEA;
  font-weight: 500;
  background-image: none;
}
@media screen and (min-width: 980px) {
  html body #arianne span:first-child {
    padding-left: 0;
  }
}
html body .info_sub_ariane {
  padding: 30px 15px 50px 15px;
  margin: 0 auto;
  max-width: 1432px;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  html body .info_sub_ariane {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (min-width: 1024px) {
  html body .info_sub_ariane {
    padding: 50px 5%;
    line-height: 20px;
  }
}
html body .info_sub_ariane p {
  margin-bottom: 24px;
}
html body .info_sub_ariane p:last-child {
  margin-bottom: 0;
}
html body .info_sub_ariane.centered {
  text-align: center;
}
html body .containerMax {
  padding: 0 15px;
  max-width: 1432px;
  margin: 0 auto;
}
html body #infoOf {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 15px;
}
html body #infoOf .info {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  padding: 50px 0px 40px 0;
}
html body #infoOf .info.nopd {
  padding-top: 0;
}
html body #infoOf .info span {
  color: #22BBEA;
}
html body #infoOf .info.pp2 {
  padding: 0px 15px 50px 15px;
}
@media screen and (min-width: 980px) {
  html body #infoOf .info.pp2 {
    padding: 0 15px 50px 15px;
  }
}
html body #getMonCompte {
  padding: 0 15px 30px;
  max-width: 980px;
  margin: 0 auto;
}
html body #getMonCompte .understand {
  font-size: 14px;
  line-height: 20px;
  padding: 40px 0 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
html body #getMonCompte .info {
  padding-top: 30px;
  font-size: 14px;
  line-height: 24px;
}
html body #getMonCompte .info.mention {
  font-size: 12px;
  line-height: 24px;
}
@media screen and (min-width: 980px) {
  html body #getMonCompte .info {
    padding-top: 50px;
  }
  html body #getMonCompte .info.mention {
    padding-top: 40px;
  }
}
html body #getMonCompte .newsletterOptin label {
  display: block;
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 20px;
}
html body #getMonCompte .newsletterOptin.plusBord {
  padding: 40px 0 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
html body #getMonCompte .newsletterOptin.needSpace {
  padding-bottom: 40px;
}
html body #getMonCompte .gauche {
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 980px) {
  html body #getMonCompte .gauche .btnForm {
    margin: 30px 0;
  }
}
html body #getMonCompte .btnForm {
  text-transform: uppercase;
  background-color: #fff;
}
html body #getMonCompte .btnForm:hover {
  background-color: #22BBEA;
  color: #fff;
}
html body #getMonCompte .btnForm.specMonCompte {
  margin: 40px auto 0;
}
html body #getMonCompte .btnForm.marge {
  margin: 0 0 10px;
}
@media screen and (min-width: 980px) {
  html body #getMonCompte {
    padding: 0 0 30px;
  }
}
html body #wsucces {
  padding: 30px 15px;
}
html body #wsucces .text {
  font-size: 14px;
  line-height: 24px;
}
html body #wsucces .groupBtn {
  display: flex;
  justify-content: flex-start;
}
html body #wsucces .groupBtn .btnForm {
  font-size: 14px;
  line-height: 17px;
}
@media screen and (min-width: 980px) {
  html body #wsucces .groupBtn .btnForm {
    margin: 30px 0;
  }
}
@media screen and (min-width: 1280px) {
  html body #wsucces {
    display: none;
  }
}
html body #mentionL {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 15px 60px;
}
html body #mentionL .mention {
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
}
html body .ggMap {
  text-align: center;
  padding: 50px 0;
}
html body .ggMap img {
  width: 100%;
  height: auto;
}
html body.cache {
  overflow: hidden;
}
html body .containAllConseiller {
  margin-bottom: 20px;
  padding-bottom: 30px;
}
html body .containConseiller {
  padding-top: 20px;
  padding-bottom: 28px;
  display: flex;
  align-items: flex-start;
}
html body .containConseiller .blocConseiller {
  margin: 0 auto;
  padding-top: 50px;
  max-width: 728px;
  max-height: 500px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
}
html body .containConseiller .blocConseiller .lieu {
  font-family: "vagrounded", sans-serif;
  letter-spacing: 1.2;
  font-size: 24px;
  line-height: 27px;
  font-weight: 300;
  text-align: center;
  color: #22BBEA;
  text-transform: uppercase;
  flex-grow: 1;
  min-height: 81px;
}
@media screen and (min-width: 980px) {
  html body .containConseiller .blocConseiller .lieu {
    text-align: left;
    min-height: 0;
  }
}
html body .containConseiller .blocConseiller .allinfo .photo {
  padding-top: 20px;
  position: relative;
  width: 184px;
  margin: 0 auto;
}
html body .containConseiller .blocConseiller .allinfo .photo:hover img {
  display: none;
}
html body .containConseiller .blocConseiller .allinfo .photo:hover img + img {
  display: block;
}
html body .containConseiller .blocConseiller .allinfo .photo img {
  width: 184px;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 30px;
}
html body .containConseiller .blocConseiller .allinfo .photo svg {
  position: absolute;
  bottom: 10px;
  right: 10px;
  transition: 0.3s all;
}
html body .containConseiller .blocConseiller .allinfo .photo .tete {
  display: block;
}
html body .containConseiller .blocConseiller .allinfo .photo .mapa {
  display: none;
}
html body .containConseiller .blocConseiller .allinfo .photo:after {
  width: 100%;
  height: calc(100% - 20px);
  background-color: #fff;
  opacity: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.25s opacity;
  z-index: 1;
}
html body .containConseiller .blocConseiller .allinfo .photo:hover:after {
  opacity: 0.1;
}
@media screen and (min-width: 980px) {
  html body .containConseiller .blocConseiller .allinfo .photo {
    margin: 0;
  }
}
html body .containConseiller .blocConseiller .allinfo .part2 .name {
  color: #22BBEA;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  padding-top: 26px;
  min-height: 40px;
}
@media screen and (min-width: 980px) {
  html body .containConseiller .blocConseiller .allinfo .part2 .name {
    text-align: left;
    padding-top: 20px;
    min-height: 0;
  }
}
html body .containConseiller .blocConseiller .allinfo .part2 .number {
	display: block;
  background-image: url("../assets/icon/tel.png");
  background-repeat: no-repeat;
  border: 1px solid #000;
  border-radius: 31px;
  padding: 12px 30px 12px 50px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 800;
  width: 211px;
  text-align: center;
  box-sizing: border-box;
  background-position: 30px 12px;
  margin: 20px auto 0;
  color: #000;
}
html body .containConseiller .blocConseiller .allinfo .part2 .number:hover {
  background-color: #22BBEA;
  color: #fff;
  background-image: url("../assets/icon/telBlanc.svg");
  border-color: #22BBEA;
}
@media screen and (min-width: 980px) {
  html body .containConseiller .blocConseiller .allinfo .part2 .number {
    margin: 20px 0 0;
  }
}
html body .containConseiller .blocConseiller .allinfo .part2 .takeRdv {
	display: block;
  border: 1px solid #000;
  border-radius: 31px;
  padding: 12px 30px 12px 60px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 800;
  text-align: center;
  box-sizing: border-box;
  background-image: url("../assets/icon/iconRdv.svg");
  background-repeat: no-repeat;
  background-position: 30px 12px;
  margin: 30px auto 0;
  text-transform: uppercase;
  color: #000;
}
html body .containConseiller .blocConseiller .allinfo .part2 .takeRdv:hover {
  background-color: #22BBEA;
  color: #fff;
  background-image: url("../assets/icon/iconRdvBlanc.svg");
  border-color: #22BBEA;
}
@media screen and (min-width: 980px) {
  html body .containConseiller .blocConseiller .allinfo .part2 .takeRdv {
    margin: 30px 0 0;
  }
}
@media screen and (min-width: 980px) {
  html body .containConseiller .blocConseiller .allinfo .part2 {
    padding-left: 19px;
  }
}
@media screen and (min-width: 980px) {
  html body .containConseiller .blocConseiller .allinfo {
    display: flex;
    align-items: flex-start;
  }
}
html body .containConseiller .blocConseiller .allinfo.active .photo .mapa {
  display: block;
}
html body .containConseiller .blocConseiller .allinfo.active .photo .tete {
  display: none;
}
html body .containConseiller .blocConseiller.active {
  display: block;
}
@media screen and (min-width: 980px) {
  html body .containConseiller .blocConseiller {
    display: block;
    flex-basis: 50%;
    margin: 0;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 980px) {
  html body .containConseiller {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 83px;
  }
}
html body .listBulle {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  padding-bottom: 88px;
}
html body .listBulle .bulle {
  width: 24px;
  height: 24px;
  background-color: #22BBEA;
  border-radius: 12px;
  position: relative;
}
html body .listBulle .bulle.active:before {
  position: absolute;
  top: 5px;
  left: 5px;
  content: "";
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 7px;
}
@media screen and (min-width: 980px) {
  html body .listBulle {
    display: none;
  }
}
html body #recherche {
  margin: 0 auto;
  max-width: 1434px;
  padding: 0 15px 50px;
}
@media screen and (min-width: 768px) {
  html body #recherche {
    padding-left: 10%;
    padding-right: 10%;
  }
}
html body #recherche .titleR {
  font-size: 24px;
  line-height: 30px;
  padding-top: 30px;
  font-family: "vagrounded", sans-serif;
  letter-spacing: 1.2;
  font-weight: 800;
  text-align: center;
  color: #22BBEA;
}
html body #recherche .titleR span {
  color: #000;
}
@media screen and (min-width: 1280px) {
  html body #recherche .titleR {
    font-size: 35px;
    line-height: 44px;
    letter-spacing: 1.75;
  }
}
html body #recherche .containBlocResult .blocResult {
  padding-top: 30px;
  background-image: url("../assets/icon/LigneRecherche.png");
  background-repeat: no-repeat;
  background-position: bottom;
}
html body #recherche .containBlocResult .blocResult .title {
  font-family: "vagrounded", sans-serif;
  letter-spacing: 1;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 20px;
  line-height: 25px;
  color: #22BBEA;
  cursor: pointer;
}
html body #recherche .containBlocResult .blocResult .text {
  font-size: 14px;
  padding-top: 10px;
  line-height: 24px;
}
@media screen and (min-width: 980px) {
  html body #recherche .containBlocResult .blocResult .text {
    line-height: 20px;
  }
}
html body #recherche .containBlocResult .blocResult .btnForm {
  margin-top: 20px;
}
/*
html body .englobeurEdito {
  padding-top: 30px;
}
*/
/*
@media screen and (min-width: 980px) {
  html body .englobeurEdito {
    padding-top: 50px;
  }
}
*/
/*
html body .edit1 {
  max-width: 1432px;
  margin: 0 auto;
  padding: 0px 15px 0;
}
@media screen and (min-width: 768px) {
  html body .edit1 {
    padding-left: 5%;
    padding-right: 5%;
  }
}
*/
 */
html body .edit1 em {
  font-style: italic;
}
html body .edit1 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
html body .edit1 .titleBlue {
  color: #22BBEA;
  font-family: "vagrounded", sans-serif;
  letter-spacing: 1.2;
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  padding-bottom: 20px;
}
html body .edit1 .titleBlue.big {
  font-size: 35px;
  line-height: 44px;
  letter-spacing: 1.75;
}
html body .edit1 p {
  padding-bottom: 20px;
}
html body .edit1 p strong {
  font-weight: 600;
}
html body .edit1 a {
  display: inline;
  color: #22bbea;
  font-weight: 600;
  text-decoration: underline;
}
html body .edit1 .btnForm {
  color: #000;
  text-decoration: none;
  display: inline-block;
  margin-right: 15px;
}
html body .edit1 .btnForm:hover {
  color: #fff;
}
html body .edit1 iframe {
  width: 100%;
  height: 56.25vw;
}
@media screen and (min-width: 980px) {
  html body .edit1 iframe {
    height: calc(0.5625 * (50vw - 30px));
  }
}
@media screen and (min-width: 1462px) {
  html body .edit1 iframe {
    height: 397.125px;
  }
}
html body .edit1 .text50 {
  font-size: 14px;
  line-height: 20px;
  padding-top: 20px;
}
html body .edit1 .bloc100 {
  margin: 0 0 70px;
}
html body .edit1 .bloc100 ul li {
  list-style-type: none;
  list-style: none;
  background-image: url("../assets/icon/puceEdito.svg");
  background-size: 7px auto;
  background-position: 4px 7px;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  padding-left: 18px;
}
html body .edit1 .bloc100 ul li strong {
  font-weight: 600;
}
@media screen and (min-width: 980px) {
  html body .edit1 .bloc100 {
    margin: 0 0 100px;
  }
}
html body .edit1 .bloc50 ul li strong {
  font-weight: 700;
}
html body .edit1 .groupBtn {
  text-align: left;
}
html body .edit1 .btnForm {
  margin: 30px auto 0;
}
@media screen and (min-width: 980px) {
  html body .edit1 .btnForm {
    margin: 20px auto 0;
  }
}
html body .edit1 .btnForm.btnPlus {
  margin: 0 20px 20px auto;
}
html body .edit1 .picture {
  margin-bottom: 30px;
}
@media screen and (min-width: 980px) {
  html body .edit1 .picture {
    margin-bottom: 20px;
  }
}
html body .edit1 .bloc50 {
  padding-bottom: 20px;
}
@media screen and (min-width: 980px) {
  html body .edit1 .bloc50 {
    padding-bottom: 0;
  }
}
html body .edit1 .bloc50:nth-child(2) {
  padding-bottom: 0;
}
html body .edit1 .bloc50 .picture {
  position: relative;
}
html body .edit1 .bloc50 iframe {
  border-radius: 30px;
}
html body .edit1 .bloc50 > div:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 980px) {
  html body .edit1 .fifty {
    display: flex;
  }
  html body .edit1 .fifty .bloc50 {
    flex-basis: 50%;
  }
  html body .edit1 .fifty .bloc50:nth-child(2n+1) {
    padding-right: 10px;
  }
  html body .edit1 .fifty .bloc50:nth-child(2n+2) {
    padding-left: 10px;
  }
  html body .edit1 .fifty .text50 {
    flex-basis: 50%;
  }
  html body .edit1 .fifty .text50:nth-child(2n+1) {
    padding-right: 10px;
  }
  html body .edit1 .fifty .text50:nth-child(2n+2) {
    padding-left: 10px;
  }
}
@media screen and (min-width: 980px) {
  html body .edit1 .littleU {
    max-width: 446px;
    /*position: absolute;*/
    z-index: 3;
  }
}
html body .edit1 .containAlignPict {
  overflow-y: hidden;
  overflow-x: auto;
  height: 210px;
  width: 100%;
  padding-bottom: 30px;
}
@media screen and (min-width: 980px) {
  html body .edit1 .containAlignPict {
    height: 260px;
  }
  html body .edit1 .containAlignPict .simplebar-wrapper {
    margin-left: 0 !important;
  }
  html body .edit1 .containAlignPict .simplebar-track {
    margin-left: 450px;
  }
  html body .edit1 .containAlignPict .simplebar-content {
    padding-left: 0 !important;
  }
}
html body .edit1 .alignPict {
  max-height: 258px;
  display: flex;
}
@media screen and (min-width: 980px) {
  html body .edit1 .alignPict {
    padding-left: 446px;
  }
}
html body .edit1 .alignPict img {
  height: 197px;
  position: relative;
}
@media screen and (min-width: 980px) {
  html body .edit1 .alignPict img {
    height: 243px;
  }
}
html body .edit1 .alignPict svg {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
html body .edit1 .alignPict svg .rond {
  fill: #fff;
  stroke: #fff;
}
html body .edit1 .alignPict svg .btPlus {
  fill: #000;
}
@media screen and (min-width: 980px) {
  html body .edit1 .alignPict svg {
    bottom: 20px;
    right: 20px;
  }
}
html body .edit1 .alignPict .blocI {
  position: relative;
  max-height: 243px;
  margin: 0 8px;
  min-width: 278px;
  opacity: 1;
  transition: opacity 0.5s;
}
html body .edit1 .alignPict .blocI:after {
  width: 100%;
  height: calc(100% - 0px);
  background-color: #fff;
  opacity: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.25s opacity;
  z-index: 1;
}
html body .edit1 .alignPict .blocI:hover:after {
  opacity: 0.1;
}
html body .edit1 .alignPict .blocI:hover .rond {
  fill: #22BBEA;
  stroke: #22BBEA;
}
html body .edit1 .alignPict .blocI:hover .btPlus {
  fill: #fff;
}
@media screen and (min-width: 980px) {
  html body .edit1 .alignPict .blocI.hidden {
    opacity: 0;
  }
}
html body .edit1 .blocArrondi {
  border-radius: 30px;
  position: relative;
  background-color: #fff;
  margin-top: -38px;
  padding: 10px 26px;
  z-index: 3;
}
@media screen and (min-width: 980px) {
  html body .edit1 .blocArrondi {
    padding: 30px;
    margin: 0;
    width: 50%;
    margin-left: calc(50% - 85px);
  }
}
html body .edit1 .blocArrondi a {
  color: #000;
  text-decoration: none;
}
html body .edit1 .blocArrondi a:hover {
  color: #fff;
}
html body .edit1 .cat1 {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 980px) {
  html body .edit1 .cat1 {
    padding-top: 111px;
    padding-bottom: 111px;
  }
}
html body .edit1 .imageSousContenu {
  background-repeat: no-repeat;
  background-size: auto 341px;
  background-position: center;
  height: 341px;
  width: 100%;
  border-radius: 30px 30px 0 0;
}
html body .edit1 .imageSousContenu:after {
  width: 100%;
  height: calc(100% - 0px);
  background-color: #fff;
  opacity: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.25s opacity;
  z-index: 1;
}
html body .edit1 .imageSousContenu:hover:after {
  opacity: 0.1;
}
@media screen and (min-width: 980px) {
  html body .edit1 .imageSousContenu {
    width: 50%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 30px;
    background-size: cover;
  }
}
html body #daBlu, html body .daBlu {
  background-color: #22BBEA;
  color: #fff;
  padding: 50px 15px;
  margin: 0 auto 70px;
}
html body #daBlu .containBlu, html body .daBlu .containBlu {
  max-width: 710px;
  margin: 0 auto;
}
html body #daBlu .containBlu .title, html body .daBlu .containBlu .title {
  text-align: left;
  font-family: "vagrounded", sans-serif;
  letter-spacing: 1.2;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 30px;
  font-weight: 800;
}
@media screen and (min-width: 980px) {
  html body #daBlu .containBlu .title, html body .daBlu .containBlu .title {
    margin-bottom: 14px;
    text-align: center;
  }
}
html body #daBlu .containBlu p, html body .daBlu .containBlu p {
  font-size: 14px;
  line-height: 24px;
}
@media screen and (min-width: 980px) {
  html body #daBlu .containBlu p, html body .daBlu .containBlu p {
    line-height: 20px;
    text-align: center;
  }
}
html body #daBlu .containBlu p a, html body .daBlu .containBlu p a {
  font-weight: 600;
  color: #fff;
  text-decoration: underline;
  display: inline;
}
html body #daBlu .containBlu .text, html body .daBlu .containBlu .text {
  font-size: 14px;
  line-height: 20px;
  padding-top: 30px;
}
html body #daBlu .containBlu .groupBtn, html body .daBlu .containBlu .groupBtn {
  text-align: left;
}
@media screen and (min-width: 980px) {
  html body #daBlu .containBlu .groupBtn, html body .daBlu .containBlu .groupBtn {
    text-align: center;
  }
}
html body #daBlu .containBlu .btnForm, html body .daBlu .containBlu .btnForm {
  margin: 30px auto 0;
}
@media screen and (min-width: 980px) {
  html body #daBlu .containBlu .btnForm, html body .daBlu .containBlu .btnForm {
    margin: 20px auto 0;
  }
}
html body #daBlu .containBlu .btnForm.btnPlus, html body .daBlu .containBlu .btnForm.btnPlus {
  margin: 30px auto;
}
html body #daBlu .containBlu .btnForm.btnBleu, html body .daBlu .containBlu .btnForm.btnBleu {
  color: #fff;
  background-color: #22BBEA;
  border-color: #fff;
}
html body #daBlu .containBlu .btnForm.btnBleu:hover, html body .daBlu .containBlu .btnForm.btnBleu:hover {
  background-color: #fff;
  color: #22BBEA;
}
html body #daBlu .containBlu .btnForm.btnBlanc, html body .daBlu .containBlu .btnForm.btnBlanc {
  color: #22BBEA;
  background-color: #fff;
  border-color: #fff;
  margin-left: 50px;
}
html body #daBlu .containBlu .btnForm.btnBlanc:hover, html body .daBlu .containBlu .btnForm.btnBlanc:hover {
  background-color: #22BBEA;
  color: #fff;
}
@media screen and (min-width: 980px) {
  html body #daBlu, html body .daBlu {
    margin: 0 auto 100px;
  }
}
html body #superEquipe {
  max-width: 1432px;
  margin: 0 auto;
}
html body #superEquipe .info {
  padding: 30px 15px 20px;
  font-size: 14px;
  line-height: 24px;
}
html body #superEquipe .groupBtn {
  display: none;
  text-align: center;
}
html body #superEquipe .groupBtn .btnForm {
  margin-top: 0;
}
@media screen and (min-width: 980px) {
  html body #superEquipe .groupBtn {
    display: block;
  }
}
html body #superEquipe .containEquipe {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
html body #superEquipe .containEquipe .equipe {
  max-width: 343px;
  flex-basis: 50%;
  padding: 0px 5px 20px 5px;
  box-sizing: border-box;
}
@media screen and (min-width: 980px) {
  html body #superEquipe .containEquipe .equipe {
    padding: 0px 10px 20px 10px;
  }
}
html body #superEquipe .containEquipe .equipe .photo {
  position: relative;
  padding-top: 30px;
}
html body #superEquipe .containEquipe .equipe .photo:after {
  width: 100%;
  height: calc(100% - 30px);
  background-color: #fff;
  opacity: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.25s opacity;
  z-index: 1;
}
@media screen and (min-width: 980px) {
  html body #superEquipe .containEquipe .equipe .photo:after {
    top: 50px;
    height: calc(100% - 50px);
  }
}
@media screen and (min-width: 980px) {
  html body #superEquipe .containEquipe .equipe .photo {
    padding-top: 50px;
  }
}
html body #superEquipe .containEquipe .equipe .photo img {
  position: relative;
  width: 100%;
  max-width: 343px;
  border-radius: 30px;
  cursor: pointer;
}
html body #superEquipe .containEquipe .equipe .photo svg {
  position: absolute;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
}
html body #superEquipe .containEquipe .equipe .photo svg .rond {
  fill: #fff;
  stroke: #fff;
}
html body #superEquipe .containEquipe .equipe .photo svg .btPlus {
  fill: #000;
}
@media screen and (min-width: 980px) {
  html body #superEquipe .containEquipe .equipe .photo svg {
    bottom: 20px;
    right: 20px;
  }
}
html body #superEquipe .containEquipe .equipe .photo:hover:after {
  opacity: 0.1;
}
html body #superEquipe .containEquipe .equipe .photo:hover svg * {
  transition: 0s all;
}
html body #superEquipe .containEquipe .equipe .photo:hover svg .rond {
  fill: #22BBEA;
  stroke: #22BBEA;
}
html body #superEquipe .containEquipe .equipe .photo:hover svg .btPlus {
  fill: #fff;
}
html body #superEquipe .containEquipe .equipe .name {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  padding-top: 19px;
}
html body #superEquipe .containEquipe .equipe .workat {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
html body #superEquipe .containEquipe .equipe .popin {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(34, 187, 234, 0.3);
}
html body #superEquipe .containEquipe .equipe .popin.active {
  display: block;
}
html body #superEquipe .containEquipe .equipe .popin .containPopin {
  background-color: #fff;
  max-width: 1082px;
  z-index: 4;
  margin: 10% 15px 0;
  border: 1px solid #22BBEA;
  border-radius: 30px;
  overflow-y: auto;
  max-height: 90%;
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 980px) {
  html body #superEquipe .containEquipe .equipe .popin .containPopin {
    max-height: 537px;
    left: 0;
    right: 0;
    margin: 120px auto 0;
  }
  html body #superEquipe .containEquipe .equipe .popin .containPopin .name {
    text-align: left;
    padding-top: 60px;
  }
  html body #superEquipe .containEquipe .equipe .popin .containPopin .blocText {
    padding: 0 60px;
  }
}
html body #superEquipe .containEquipe .equipe .popin .container {
  padding-bottom: 15px;
}
html body #superEquipe .containEquipe .equipe .popin .container .photoPop {
  text-align: center;
}
html body #superEquipe .containEquipe .equipe .popin .container .photoPop img {
  margin: 0 auto;
  width: 233px;
  border-radius: 30px;
  margin-top: 60px;
  min-width: 233px;
}
@media screen and (min-width: 980px) {
  html body #superEquipe .containEquipe .equipe .popin .container .photoPop {
    padding-left: 60px;
  }
}
html body #superEquipe .containEquipe .equipe .popin .container .text {
  padding: 11px 23px;
  max-height: 370px;
  overflow: auto;
}
@media screen and (min-width: 980px) {
  html body #superEquipe .containEquipe .equipe .popin .container .text {
    padding: 20px 0;
  }
}
@media screen and (min-width: 980px) {
  html body #superEquipe .containEquipe .equipe .popin .container {
    padding-bottom: 60px;
    height: auto;
    max-height: calc(100% - 120px);
    display: flex;
    align-items: flex-start;
  }
}
html body #superEquipe .containEquipe .equipe .popin .closepop {
  position: absolute;
  cursor: pointer;
  top: 20px;
  right: 20px;
  transform: rotate(45deg);
  display: block;
  cursor: pointer;
}
html body #superEquipe .containEquipe .equipe .popin .closepop:hover .rond {
  fill: #22BBEA;
  stroke: #22BBEA;
}
html body .containerFiches {
  padding: 0px 0 60px;
}
html body .containerFiches .resultFiche {
  background-image: url("../assets/icon/LigneRecherche.png");
  background-repeat: no-repeat;
  background-position: bottom;
}
html body .containerFiches .resultFiche p {
  padding: 40px 0 25px;
  color: #000;
  display: block;
  font-size: 35px;
  line-height: 20px;
  font-family: "vagrounded", sans-serif;
  font-weight: 300;
  padding-left: 30px;
  letter-spacing: 1.75;
  cursor: pointer;
  background-image: url("../assets/icon/fleche_editorial.svg");
  background-repeat: no-repeat;
  background-position: left 40px;
}
html body .containerFiches .resultFiche .containUl {
  overflow-y: hidden;
  overflow-x: auto;
  padding-bottom: 20px;
}
html body .containerFiches .resultFiche ul {
  display: none;
  max-height: 400px;
}
@media screen and (min-width: 1024px) {
  html body .containerFiches .resultFiche ul {
    max-height: 600px;
  }
}
html body .containerFiches .resultFiche ul li {
  padding: 15px 55px 40px 0;
  list-style-type: none;
  background-image: url(../assets/icon/dll.png);
  background-repeat: no-repeat;
  background-position: right 40px top 15px;
  width: 353px;
  display: inline-block;
  box-sizing: border-box;
}
html body .containerFiches .resultFiche ul li a {
  color: #000;
}
html body .containerFiches .resultFiche.active {
  padding-bottom: 20px;
}
html body .containerFiches .resultFiche.active p {
  color: #22BBEA;
  font-weight: 800;
  background-image: url("../assets/icon/down_arrow_fiches.svg");
}
html body .containerFiches .resultFiche.active ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
html body .containerFiches .resultFiche .listBulle {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 980px) {
  html body .containerFiches {
    padding: 0px 0 100px;
  }
  html body .containerFiches p {
    margin-left: 30px;
  }
}
html body .ContainerTri {
  font-size: 14px;
  line-height: 16px;
}
html body .ContainerTri .singleTri {
  cursor: pointer;
}
html body .ContainerTri .phraseTri {
  text-align: center;
}
html body .ContainerTri .bloc2Tri {
  text-align: center;
  padding-top: 30px;
}
html body .ContainerTri .bloc2Tri ul li {
  list-style: none;
  display: inline-block;
  color: #000;
}
html body .ContainerTri .bloc2Tri ul li:nth-child(2n+1) {
  padding-right: 20px;
}
html body .ContainerTri .bloc2Tri ul li:nth-child(2n+2) {
  padding-left: 20px;
}
html body .ContainerTri .bloc2Tri ul li.active {
  color: #22BBEA;
  font-weight: 500;
}
html body .ContainerConferencier {
  margin: 0 auto;
  padding: 0 0 60px 0;
}
html body .ContainerConferencier .blocConferencier {
  background-image: url("../assets/icon/LigneRecherche.png");
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 50px 0;
}
html body .ContainerConferencier .blocConferencier:last-child {
  background-image: none;
}
html body .ContainerConferencier .blocConferencier .photo {
  position: relative;
  width: 343px;
  height: 377px;
  margin: 0 auto;
  cursor: pointer;
  min-width: 343px;
}
html body .ContainerConferencier .blocConferencier .photo img {
  border-radius: 30px;
}
html body .ContainerConferencier .blocConferencier .photo svg {
  position: absolute;
  bottom: 10px;
  right: 10px;
  transition: 0.3s all;
}
html body .ContainerConferencier .blocConferencier .photo svg .rond {
  fill: #fff;
  stroke: #fff;
}
html body .ContainerConferencier .blocConferencier .photo svg .btPlus {
  stroke: #000;
}
@media screen and (min-width: 1024px) {
  html body .ContainerConferencier .blocConferencier .photo svg {
    display: none;
  }
}
html body .ContainerConferencier .blocConferencier .conferencierInfo {
  flex-grow: 1;
}
html body .ContainerConferencier .blocConferencier .conferencierInfo .name {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  padding-top: 20px;
}
@media screen and (min-width: 1024px) {
  html body .ContainerConferencier .blocConferencier .conferencierInfo .name {
    text-align: left;
    padding-top: 0px;
  }
}
html body .ContainerConferencier .blocConferencier .conferencierInfo .containerBio {
  display: none;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  html body .ContainerConferencier .blocConferencier .conferencierInfo .containerBio {
    display: block;
  }
}
html body .ContainerConferencier .blocConferencier .conferencierInfo .containerBio .containerUlBio ul {
  background-color: #22BBEA;
}
@media screen and (min-width: 1024px) {
  html body .ContainerConferencier .blocConferencier .conferencierInfo .containerBio .containerUlBio ul {
    background-color: transparent;
  }
}
html body .ContainerConferencier .blocConferencier .conferencierInfo .containerBio.open .containerUlBio ul {
  border: 1px solid #22BBEA;
  background-color: transparent;
}
html body .ContainerConferencier .blocConferencier .conferencierInfo .containerBio.open .containerUlBio ul:after {
  content: none;
}
html body .ContainerConferencier .blocConferencier .conferencierInfo .containerBio.open .containerUlBio ul li {
  display: flex;
  min-height: 52px;
  position: relative;
}
html body .ContainerConferencier .blocConferencier .conferencierInfo .containerBio.open .containerUlBio ul li.active {
  background-color: #22BBEA;
  color: #fff;
  border-radius: 0;
}
html body .ContainerConferencier .blocConferencier .conferencierInfo .containerBio.open .containerUlBio ul li.active:last-child {
  border-radius: 0 0 30px 30px;
}
@media screen and (min-width: 1024px) {
  html body .ContainerConferencier .blocConferencier .conferencierInfo .containerBio.open .containerUlBio ul li.active:last-child {
    border-radius: 0 30px 30px 0;
  }
}
html body .ContainerConferencier .blocConferencier .conferencierInfo .containerBio.open .containerUlBio ul li.active:first-child {
  border-radius: 30px 30px 0 0;
}
@media screen and (min-width: 1024px) {
  html body .ContainerConferencier .blocConferencier .conferencierInfo .containerBio.open .containerUlBio ul li.active:first-child {
    border-radius: 30px 0 0 30px;
  }
}
html body .ContainerConferencier .blocConferencier .conferencierInfo .containerBio.open .containerUlBio ul li.active + li:after {
  content: none;
}
html body .ContainerConferencier .blocConferencier .conferencierInfo .containerBio.open .containerUlBio ul li:first-child {
  background-repeat: no-repeat;
  background-position: right 30px top 21px;
  background-size: 21px auto;
  background-image: url("../assets/icon/fleche_bleu_Conferenciers.svg");
}
html body .ContainerConferencier .blocConferencier .conferencierInfo .containerBio.open .containerUlBio ul li:first-child:after {
  content: none;
}
html body .ContainerConferencier .blocConferencier .conferencierInfo .containerBio.open .containerUlBio ul li:first-child.active {
  background-repeat: no-repeat;
  background-position: right 30px top 21px;
  background-size: 21px auto;
  background-image: url("../assets/icon/fleche_blanche_down.png");
}
@media screen and (min-width: 1024px) {
  html body .ContainerConferencier .blocConferencier .conferencierInfo .containerBio.open .containerUlBio ul li:first-child {
    background-image: none;
  }
  html body .ContainerConferencier .blocConferencier .conferencierInfo .containerBio.open .containerUlBio ul li:first-child.active {
    background-image: none;
  }
}
html body .ContainerConferencier .blocConferencier .conferencierInfo .containerBio.open .containerUlBio ul li:after {
  content: "";
  position: absolute;
  left: 50px;
  width: calc(100% - 100px);
  top: 0;
  border-bottom: 1px solid #22BBEA;
}
@media screen and (min-width: 1024px) {
  html body .ContainerConferencier .blocConferencier .conferencierInfo .containerBio.open .containerUlBio ul li:after {
    content: none;
  }
}
@media screen and (min-width: 1024px) {
  html body .ContainerConferencier .blocConferencier .conferencierInfo .containerBio.open .containerUlBio ul li {
    border-bottom: none;
    min-height: none;
  }
}
@media screen and (min-width: 1024px) {
  html body .ContainerConferencier .blocConferencier .conferencierInfo .containerBio.open .containerUlBio ul {
    background-color: transparent;
  }
}
@media screen and (min-width: 1024px) {
  html body .ContainerConferencier .blocConferencier .conferencierInfo .containerBio .containerUlBio {
    max-width: 375px;
  }
}
html body .ContainerConferencier .blocConferencier .conferencierInfo .containerBio .containerUlBio ul {
  list-style: none;
  border-radius: 30px;
  position: relative;
  margin: 30px auto 20px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: right 30px top 21px;
  background-size: 21px auto;
  background-image: url("../assets/icon/fleche_blanche_down.png");
}
@media screen and (min-width: 1024px) {
  html body .ContainerConferencier .blocConferencier .conferencierInfo .containerBio .containerUlBio ul {
    background-image: none;
    flex-direction: row;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    margin: 20px auto;
    justify-content: center;
    border: 1px solid #22BBEA;
    border-radius: 30px;
    background-color: transparent;
  }
}
html body .ContainerConferencier .blocConferencier .conferencierInfo .containerBio .containerUlBio ul li {
  display: none;
  min-height: 52px;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 19px;
  padding-left: 53px;
  padding-right: 53px;
  cursor: pointer;
  color: #000;
}
@media screen and (min-width: 1024px) {
  html body .ContainerConferencier .blocConferencier .conferencierInfo .containerBio .containerUlBio ul li {
    display: flex;
    flex-grow: 1;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    padding: 0 10px;
    box-sizing: content-box;
    min-height: 52px;
    text-align: left;
    border-right: 1px solid #22BBEA;
  }
}
html body .ContainerConferencier .blocConferencier .conferencierInfo .containerBio .containerUlBio ul li:last-child {
  border-bottom: none;
}
@media screen and (min-width: 1024px) {
  html body .ContainerConferencier .blocConferencier .conferencierInfo .containerBio .containerUlBio ul li:last-child {
    border-right: none;
  }
  html body .ContainerConferencier .blocConferencier .conferencierInfo .containerBio .containerUlBio ul li:last-child.active {
    border-right: none;
  }
}
html body .ContainerConferencier .blocConferencier .conferencierInfo .containerBio .containerUlBio ul li.active {
  color: #fff;
  display: flex;
  border-radius: 30px;
}
@media screen and (min-width: 1024px) {
  html body .ContainerConferencier .blocConferencier .conferencierInfo .containerBio .containerUlBio ul li.active {
    border-radius: 0;
    border-bottom-color: #22BBEA;
    background-color: #22BBEA;
    font-weight: 500;
  }
  html body .ContainerConferencier .blocConferencier .conferencierInfo .containerBio .containerUlBio ul li.active:first-child {
    border-radius: 30px 0 0 30px;
  }
  html body .ContainerConferencier .blocConferencier .conferencierInfo .containerBio .containerUlBio ul li.active:last-child {
    border-radius: 0 30px 30px 0;
  }
}
html body .ContainerConferencier .blocConferencier .conferencierInfo .resultBioNAteliers {
  display: none;
}
html body .ContainerConferencier .blocConferencier .conferencierInfo .resultBioNAteliers.ongletBio1 {
  display: none;
}
html body .ContainerConferencier .blocConferencier .conferencierInfo .resultBioNAteliers.ongletBio1.active {
  display: block;
}
html body .ContainerConferencier .blocConferencier .conferencierInfo .resultBioNAteliers.ongletBio2 {
  display: none;
}
html body .ContainerConferencier .blocConferencier .conferencierInfo .resultBioNAteliers.ongletBio2.active {
  display: block;
}
html body .ContainerConferencier .blocConferencier .conferencierInfo .blocTextConferencier {
  display: none;
  padding-top: 10px;
  font-size: 14px;
  line-height: 24px;
}
html body .ContainerConferencier .blocConferencier .conferencierInfo .blocTextConferencier .title {
  font-size: 16px;
  line-height: 20px;
  color: #22BBEA;
  font-weight: 500;
  padding-bottom: 10px;
}
html body .ContainerConferencier .blocConferencier .conferencierInfo .blocTextConferencier .text {
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 10px;
}
html body .ContainerConferencier .blocConferencier .conferencierInfo .blocTextConferencier .btnVert {
  border: 1px solid #000000;
  border-radius: 36px;
  padding: 16px 58px 16px 30px;
  margin: 0 20px 20px 0;
  color: #000000;
  display: inline-block;
  background-image: url(../assets/icon/flecheVert.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 1.5em) 1.6em;
}
html body .ContainerConferencier .blocConferencier .conferencierInfo .blocTextConferencier .btnVert:hover {
  color: #fff;
  background-color: #000000;
  background-image: url(../assets/icon/fleche_blanche.svg);
}
html body .ContainerConferencier .blocConferencier .conferencierInfo .blocTextConferencier .btnVert .date {
  font-weight: 800;
  display: block;
}
@media screen and (min-width: 1024px) {
  html body .ContainerConferencier .blocConferencier .conferencierInfo .blocTextConferencier {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  html body .ContainerConferencier .blocConferencier .conferencierInfo {
    padding-left: 20px;
  }
}
html body .ContainerConferencier .blocConferencier.active .photo svg {
  transform: rotate(45deg);
}
html body .ContainerConferencier .blocConferencier.active .photo svg .rond {
  fill: #22BBEA;
  stroke: #22BBEA;
}
html body .ContainerConferencier .blocConferencier.active .photo svg .btPlus {
  fill: #fff;
  stroke: #fff;
}
html body .ContainerConferencier .blocConferencier.active .conferencierInfo .containerBio {
  display: block;
}
html body .ContainerConferencier .blocConferencier.active .conferencierInfo .blocTextConferencier {
  display: block;
}
@media screen and (min-width: 1024px) {
  html body .ContainerConferencier .blocConferencier {
    display: flex;
  }
}
@media screen and (min-width: 1280px) {
  html body {
    overflow: auto !important;
  }
}
html body .simplebar-track {
  background-color: rgba(34, 187, 234, 0.1);
  border-radius: 30px;
}
html body .simplebar-scrollbar:before {
  opacity: 1 !important;
  background-color: #22BBEA;
}
html body .simplebar-track.simplebar-horizontal {
  height: 19px;
}
html body .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  height: 15px;
}
html body .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 15px;
}
html body.woocommerce-account .woocommerce-MyAccount-content {
  width: 100%;
  float: none;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
html body .spinnerQuiTourne {
  -webkit-animation: rotating 2s linear infinite;
          animation: rotating 2s linear infinite;
}
html body .containCookies {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
}
html body .containCookies.visible {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
html body .OhOuidesCookies {
  text-align: center;
  border-radius: 30px;
  border: 1px solid #22BBEA;
  background-color: #fff;
  padding: 30px;
  max-width: 823px;
  margin: 0px 15px 0;
  box-sizing: border-box;
  max-height: 85%;
  overflow-y: auto;
  z-index: 4;
}
html body .OhOuidesCookies.visible {
  display: block;
}
html body .OhOuidesCookies .stepSimp {
  display: none;
}
html body .OhOuidesCookies .stepSimp .titleCookie {
  background-image: url("../assets/icon/miam.png");
  background-repeat: no-repeat;
  background-position: right top;
  padding-right: 60px;
  max-width: 370px;
}
@media screen and (min-width: 530px) {
  html body .OhOuidesCookies .stepSimp .titleCookie {
    padding-top: 24px;
  }
}
html body .OhOuidesCookies .stepSimp.active {
  display: block;
}
html body .OhOuidesCookies .stepMore {
  display: none;
  /* Rounded sliders */
}
html body .OhOuidesCookies .stepMore .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
html body .OhOuidesCookies .stepMore .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
html body .OhOuidesCookies .stepMore .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}
html body .OhOuidesCookies .stepMore .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}
html body .OhOuidesCookies .stepMore input:checked + .slider {
  background-color: #2196F3;
}
html body .OhOuidesCookies .stepMore input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
html body .OhOuidesCookies .stepMore input:checked + .slider:before {
  transform: translateX(26px);
}
html body .OhOuidesCookies .stepMore .slider.round {
  border-radius: 34px;
}
html body .OhOuidesCookies .stepMore .slider.round:before {
  border-radius: 50%;
}
html body .OhOuidesCookies .stepMore .title2 {
  padding: 50px 0 19px;
  text-align: left;
  font-size: 24px;
  line-height: 30px;
}
html body .OhOuidesCookies .stepMore .ligne {
  padding: 15px;
  justify-content: space-between;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
html body .OhOuidesCookies .stepMore .ligne .lineGroup {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 640px) {
  html body .OhOuidesCookies .stepMore .ligne {
    padding: 15px 30px;
  }
}
html body .OhOuidesCookies .stepMore .ligne .info {
  text-align: left;
  padding: 0 15px;
  flex-grow: 1;
}
html body .OhOuidesCookies .stepMore .ligne .info span {
  font-weight: 500;
}
@media screen and (min-width: 640px) {
  html body .OhOuidesCookies .stepMore .ligne .info {
    padding: 0 30px;
  }
}
html body .OhOuidesCookies .stepMore .ligne .modeCookie {
  color: #22BBEA;
  font-size: 14px;
  font-weight: 500;
}
html body .OhOuidesCookies .stepMore .ligne.dernier {
  border-bottom: 1px solid #000;
}
html body .OhOuidesCookies .stepMore .ligne .plusMinusCookies.open {
  background-color: red;
}
html body .OhOuidesCookies .stepMore .ligne .content {
  display: none;
}
html body .OhOuidesCookies .stepMore .ligne .content.open {
  display: block;
}
html body .OhOuidesCookies .stepMore .groupBtn2 {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
html body .OhOuidesCookies .stepMore .groupBtn2 .btnForm {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
}
@media screen and (min-width: 640px) {
  html body .OhOuidesCookies .stepMore .groupBtn2 .btnForm {
    margin: 30px 0 0;
  }
}
html body .OhOuidesCookies .stepMore.active {
  display: block;
}
html body .OhOuidesCookies .titleCookie {
  text-align: left;
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 18px;
}
html body .OhOuidesCookies .groupBtn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
}
html body .OhOuidesCookies .groupBtn .btnForm {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  margin: 15px 0;
}
@media screen and (min-width: 640px) {
  html body .OhOuidesCookies .groupBtn .btnForm {
    margin: 15px 15px 0 15px;
  }
}
html body .OhOuidesCookies .bonus {
  text-align: left;
}
html body .OhOuidesCookies .closePop {
  position: absolute;
  cursor: pointer;
  top: 20px;
  right: 20px;
  transform: rotate(45deg);
  cursor: pointer;
}
html body .OhOuidesCookies .closePop:hover .rond {
  fill: #22BBEA;
  stroke: #22BBEA;
}
@media screen and (min-width: 1280px) {
  html body .OhOuidesCookies .closePop {
    display: block;
  }
}
html body .OhOuidesCookies.active {
  display: none;
}
html body .confidentialiteButton {
  cursor: pointer;
  position: fixed;
  background-color: #22BBEA;
  padding: 5px 15px;
  color: #FFF;
  display: flex;
  align-items: center;
  max-height: 30px;
  z-index: 2147483640;
  bottom: 0;
  right: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: none;
  font-size: 18px;
}
html body .confidentialiteButton img {
  width: 16px;
  height: 17px;
  margin-right: 5px;
}
html body #singleConf, html body .ongletContact, html body .ficheOnglet {
  padding-left: 5%;
  padding-right: 5%;
}
html body .introContact ul li {
  list-style-type: none;
  list-style: none;
  background-image: url("../assets/icon/puceEdito.svg");
  background-size: 7px auto;
  background-position: 4px 7px;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  padding-left: 18px;
}
html body .introContact ul li strong {
  font-weight: 600;
}

.pops {
  position: fixed;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  background-color: rgba(34, 187, 234, 0.2);
  z-index: 25;
}
.pops.active {
  display: flex;
}
.pops .responseSimple {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  display: block;
  color: #000;
  background-color: #fff;
  padding: 60px 140px 50px 60px;
  border-radius: 38px;
  max-width: 90%;
  box-sizing: border-box;
  position: relative;
  border: 2px solid #22BBEA;
}
.pops .responseSimple:before {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 33px;
  background-image: url("../assets/icon/closePopSimple.svg");
  background-size: 100%;
  content: "";
}
.pops .popin {
  width: calc(100% - 30px);
  height: 50%;
  max-height: 50%;
  padding: 30px 34px;
  background-color: #fff;
  z-index: 4;
  box-sizing: border-box;
  max-width: calc(100% - 30px);
  position: relative;
  padding-top: 75px;
  border-radius: 30px;
  max-width: 640px;
}
@media screen and (min-width: 1024px) {
  .pops .popin {
    max-height: 800px;
  }
}
.pops .popin .closeur {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-image: url("../assets/icon/closePopSimple.svg");
  background-size: cover;
  z-index: 5;
}
.pops .popin .pop {
  width: 100%;
  max-height: 100%;
}
.pops .popin .pop .data {
  display: flex;
  flex-wrap: wrap;
  padding-right: 30px;
}
@media screen and (min-width: 1024px) {
  .pops .popin .pop .data.double .case {
    width: calc(50% - 30px);
    max-width: calc(50% - 30px);
    box-sizing: border-box;
  }
}
.pops .popin .pop .data .case {
  flex-grow: 1;
  border: 1px solid #22BBEA;
  border-radius: 30px 30px 30px 30px;
  padding: 30px 20px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  color: #22BBEA;
  width: 100%;
  margin: 15px;
  cursor: pointer;
}
.pops .popin .pop .data .case:hover, .pops .popin .pop .data .case.active {
  background-color: #22BBEA;
  color: #fff;
}/*# sourceMappingURL=main.css.map */
