/*Actus*/
html body {
  overflow-x: hidden !important;
}

.containerGlobal {
  max-width: 1432px;
  margin: 0 auto;
}

.containerGlobal .containerActualites {
  margin-top: 165px;
  overflow-x: hidden;
}

@media screen and (min-width: 1024px) {
  .containerGlobal .containerActualites {
    margin-top: 0;
  }
}

.containerGlobal .containerActualites .containerWidgetFiltresActus {
  width: calc(100% - 30px);
  position: absolute;
  top: 400px;
  right: 0;
  z-index: 3;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}

.containerGlobal .containerActualites .containerWidgetFiltresActus.fixed {
  position: fixed;
  top: 90px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
}

@media screen and (min-width: 1024px) {
  .containerGlobal .containerActualites .containerWidgetFiltresActus {
    width: 410px;
    top: 250px;
    right: -230px;
    padding: 0;
    background-color: #000000;
    border-radius: 31px;
    -webkit-transition: 0.2s right;
    transition: 0.2s right;
  }
  .containerGlobal .containerActualites .containerWidgetFiltresActus.fixed {
    background-color: #000000;
    top: 120px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .containerGlobal .containerActualites .containerWidgetFiltresActus.open {
    right: 0;
  }
}

@media screen and (min-width: 1280px) {
  .containerGlobal .containerActualites .containerWidgetFiltresActus {
    top: 360px;
  }
}

.containerGlobal .containerActualites .containerWidgetFiltresActus .containerTotal {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 640px;
}

@media screen and (min-width: 1024px) {
  .containerGlobal .containerActualites .containerWidgetFiltresActus .containerTotal {
    padding: 0;
  }
}

.containerGlobal .containerActualites .containerWidgetFiltresActus .containerTotal ul {
  list-style: none;
}

.containerGlobal .containerActualites .containerWidgetFiltresActus .containerTotal ul li {
  border: 1px solid #000000;
  border-radius: 31px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-transform: uppercase;
  height: 50px;
  font-size: 14px;
  line-height: 17px;
  font-family: "vagrounded", sans-serif;
  font-weight: 800;
  color: #000000;
}

.containerGlobal .containerActualites .containerWidgetFiltresActus .containerTotal ul li br {
  display: none;
}

.containerGlobal .containerActualites .containerWidgetFiltresActus .containerTotal ul li.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
  padding-left: 30px;
  padding-right: 30px;
  background-position: right 30px center;
  background-size: 14px auto;
  background-repeat: no-repeat;
  background-image: url("../../assets/icon/arrowFiltresActu.svg");
  background-color: #fff;
}

@media screen and (min-width: 1024px) {
  .containerGlobal .containerActualites .containerWidgetFiltresActus .containerTotal ul li.active {
    max-width: 180px;
    width: 128px;
    padding: 30px;
    height: 51px;
    background-image: none;
    border: none;
    background-color: transparent;
    color: #fff;
  }
  .containerGlobal .containerActualites .containerWidgetFiltresActus .containerTotal ul li.active br {
    display: inline;
  }
}

.containerGlobal .containerActualites .containerWidgetFiltresActus.open {
  background-color: transparent;
}

.containerGlobal .containerActualites .containerWidgetFiltresActus.open .containerTotal {
  background-color: #000000;
  border-radius: 31px;
  padding: 30px;
}

@media screen and (min-width: 1024px) {
  .containerGlobal .containerActualites .containerWidgetFiltresActus.open .containerTotal {
    border-radius: 30px 0 0 30px;
  }
}

.containerGlobal .containerActualites .containerWidgetFiltresActus.open .containerTotal ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.containerGlobal .containerActualites .containerWidgetFiltresActus.open .containerTotal ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  border-color: #000;
  background-color: #fff;
  color: #000;
  padding: 17px 10px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 10px;
  background-image: none;
}

@media screen and (min-width: 1024px) {
  .containerGlobal .containerActualites .containerWidgetFiltresActus.open .containerTotal ul li {
    max-width: none;
  }
  .containerGlobal .containerActualites .containerWidgetFiltresActus.open .containerTotal ul li br {
    display: none;
  }
}

.containerGlobal .containerActualites .containerWidgetFiltresActus.open .containerTotal ul li.active {
  background-color: #fff;
  color: #000000;
  border-color: #fff;
}

.containerGlobal .containerActualites .listeDArticles {
  /* PASTILLE GENERIQUE */
}

@media screen and (min-width: 1024px) {
  .containerGlobal .containerActualites .listeDArticles {
    margin-top: 50px;
  }
}

.containerGlobal .containerActualites .listeDArticles .pastille {
  position: absolute;
  left: 0;
  top: 39px;
  background-color: #000000;
  border-radius: 0 10px 10px 0;
  color: #fff;
  padding: 2px 7px;
  font-size: 14px;
  line-height: 20px;
  z-index: 2;
  font-family: "vagrounded", sans-serif;
  font-weight: 800;
  letter-spacing: 1.4;
}

.containerGlobal .containerActualites .listeDArticles h2 {
  color: #000;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}

.containerGlobal .containerActualites .listeDArticles h2 a {
  text-decoration: none;
  color: #000;
}

.containerGlobal .containerActualites .listeDArticles .extrait {
  font-size: 16px;
  color: #000;
  line-height: 24px;
  margin-bottom: 10px;
}

.containerGlobal .containerActualites .listeDArticles .iconePlus {
  display: block;
  width: 30px;
}

.containerGlobal .containerActualites .listeDArticles .iconePlus svg {
  display: block;
  width: 100%;
}

@media screen and (min-width: 980px) {
  .containerGlobal .containerActualites .listeDArticles .iconePlus {
    width: 41px;
  }
}

.containerGlobal .containerActualites .listeDArticles .header:after {
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px;
  -webkit-transition: 0.25s opacity;
  transition: 0.25s opacity;
  z-index: 1;
}

.containerGlobal .containerActualites .listeDArticles .aLaUne,
.containerGlobal .containerActualites .listeDArticles .articleGenerique {
  cursor: pointer;
}

.containerGlobal .containerActualites .listeDArticles .aLaUne:hover .iconePlus svg *,
.containerGlobal .containerActualites .listeDArticles .articleGenerique:hover .iconePlus svg * {
  -webkit-transition: 0s all;
  transition: 0s all;
}

.containerGlobal .containerActualites .listeDArticles .aLaUne:hover .iconePlus svg .rond,
.containerGlobal .containerActualites .listeDArticles .articleGenerique:hover .iconePlus svg .rond {
  fill: #22BBEA;
  stroke: #22BBEA;
}

.containerGlobal .containerActualites .listeDArticles .aLaUne:hover .iconePlus svg .btPlus,
.containerGlobal .containerActualites .listeDArticles .articleGenerique:hover .iconePlus svg .btPlus {
  fill: #fff;
}

.containerGlobal .containerActualites .listeDArticles .aLaUne:hover .header:after,
.containerGlobal .containerActualites .listeDArticles .articleGenerique:hover .header:after {
  opacity: 0.10;
}

.containerGlobal .containerActualites .listeDArticles .aLaUne {
  margin-bottom: 50px;
}

@media screen and (min-width: 980px) {
  .containerGlobal .containerActualites .listeDArticles .aLaUne {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 60px;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media screen and (min-width: 1462px) {
  .containerGlobal .containerActualites .listeDArticles .aLaUne {
    margin-left: 0;
    margin-right: 0;
  }
}

.containerGlobal .containerActualites .listeDArticles .aLaUne .header {
  margin-bottom: 11px;
  position: relative;
}

@media screen and (min-width: 980px) {
  .containerGlobal .containerActualites .listeDArticles .aLaUne .header {
    margin-bottom: 0;
    width: 50%;
    margin-right: 10px;
  }
}

.containerGlobal .containerActualites .listeDArticles .aLaUne .header img {
  display: block;
  width: 100%;
  border-radius: 0px;
}

@media screen and (min-width: 980px) {
  .containerGlobal .containerActualites .listeDArticles .aLaUne .header img {
    border-radius: 30px;
  }
}

.containerGlobal .containerActualites .listeDArticles .aLaUne .header .pastille {
  top: 39px;
}

.containerGlobal .containerActualites .listeDArticles .aLaUne .contenuUne {
  padding: 0 15px;
}

@media screen and (min-width: 980px) {
  .containerGlobal .containerActualites .listeDArticles .aLaUne .contenuUne {
    width: 50%;
    margin-left: 10px;
    padding: 0;
  }
}

.containerGlobal .containerActualites .listeDArticles .articlesGeneriques {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-bottom: 36px;
}

@media screen and (min-width: 980px) {
  .containerGlobal .containerActualites .listeDArticles .articlesGeneriques {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media screen and (min-width: 1462px) {
  .containerGlobal .containerActualites .listeDArticles .articlesGeneriques {
    margin-left: 0;
    margin-right: 0;
  }
}

.containerGlobal .containerActualites .listeDArticles .articlesGeneriques .articleGenerique {
  width: 100%;
  margin: 0 15px;
  max-width: 640px;
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .containerGlobal .containerActualites .listeDArticles .articlesGeneriques .articleGenerique {
    max-width: 464px;
  }
}

.containerGlobal .containerActualites .listeDArticles .articlesGeneriques .articleGenerique:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 980px) {
  .containerGlobal .containerActualites .listeDArticles .articlesGeneriques .articleGenerique:last-child:last-child {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 1280px) {
  .containerGlobal .containerActualites .listeDArticles .articlesGeneriques .articleGenerique {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 60px;
  }
  .containerGlobal .containerActualites .listeDArticles .articlesGeneriques .articleGenerique:nth-child(3n +1) {
    margin-left: 0;
  }
  .containerGlobal .containerActualites .listeDArticles .articlesGeneriques .articleGenerique:nth-child(3n) {
    margin-right: 0;
  }
}

.containerGlobal .containerActualites .listeDArticles .articlesGeneriques .articleGenerique .header {
  position: relative;
  margin-bottom: 20px;
}

.containerGlobal .containerActualites .listeDArticles .articlesGeneriques .articleGenerique .header img {
  display: block;
  width: 100%;
  border-radius: 30px;
}

.containerGlobal .containerActualites .listeDArticles .articlesGeneriques .articleGenerique .header .pastille {
  top: 32px;
}

.containerGlobal .containerActualites .listeDArticles .articlesGeneriques .articleGenerique .extrait {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/*faq*/
.containerFaqs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-top: 20px;
  padding-left: 5%;
  padding-right: 5%;
}

.containerFaqs .faqElement {
  width: 100%;
  padding-top: 41px;
  margin-bottom: 50px;
  background-repeat: no-repeat;
  background-image: url("../../assets/icon/question.jpg");
  background-position: left top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .containerFaqs .faqElement {
    margin-bottom: 45px;
    padding-top: 0;
    padding-left: 60px;
    width: calc(50% - 60px - 10px);
  }
  .containerFaqs .faqElement:nth-child(odd) {
    margin-right: 10px;
  }
  .containerFaqs .faqElement:nth-child(even) {
    margin-left: 10px;
  }
}

.containerFaqs .faqElement:last-child() {
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .containerFaqs .faqElement:last-child() {
    margin-bottom: 45px;
  }
}

.containerFaqs .faqElement p {
  font-size: 16px;
  line-height: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.containerFaqs .faqElement a {
  font-family: "vagrounded", sans-serif;
  padding: 12px 30px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 800;
  color: #000;
  border: 1px solid #000;
  border-radius: 31px;
  display: inline-block;
  margin-top: 10px;
}

@media screen and (min-width: 1024px) {
  .containerFaqs .faqElement a {
    margin-top: 15px;
  }
}

.containerFaqs .faqElement a:hover {
  border-color: #22BBEA;
  color: #fff;
  background-color: #22BBEA;
}

/*generique*/
.info_sub_ariane {
  padding: 30px 15px 50px 15px;
  margin: 0 auto;
  max-width: 1432px;
  font-size: 14px;
  line-height: 24px;
}

.info_sub_ariane.centered {
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .info_sub_ariane {
    padding: 50px 15px;
    line-height: 20px;
  }
}

.containerMax {
  padding: 0 15px;
  max-width: 1432px;
  margin: 0 auto;
}

/*educ fonctionnel*/
.containAll {
  padding: 0 5%;
  margin: 0 auto;
  max-width: 1432px;
}

#guideContainer {
  padding-bottom: 50px;
}

#guideContainer .containQuestion {
  border: 1px solid transparent;
  padding: 22px 12px;
  display: none;
}

@media screen and (min-width: 980px) {
  #guideContainer .containQuestion {
    padding: 22px 40px;
  }
}

#guideContainer .containQuestion .popin {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(34, 187, 234, 0.2);
}

#guideContainer .containQuestion .popin.active {
  display: block;
}

#guideContainer .containQuestion .popin .closeurLayer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#guideContainer .containQuestion .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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media screen and (min-width: 980px) {
  #guideContainer .containQuestion .popin .containPopin {
    max-height: 537px;
    left: 0;
    right: 0;
    margin: 120px auto 0;
  }
  #guideContainer .containQuestion .popin .containPopin .name {
    text-align: left;
    padding-top: 60px;
  }
  #guideContainer .containQuestion .popin .containPopin .blocText {
    padding: 0 60px;
  }
}

#guideContainer .containQuestion .popin .container {
  padding-bottom: 15px;
}

#guideContainer .containQuestion .popin .container .photoPop {
  text-align: center;
}

#guideContainer .containQuestion .popin .container .photoPop img {
  margin: 0 auto;
  width: 233px;
  border-radius: 30px;
}

@media screen and (min-width: 980px) {
  #guideContainer .containQuestion .popin .container .photoPop {
    padding-left: 60px;
  }
}

#guideContainer .containQuestion .popin .container .blocText {
  margin-top: 60px;
}

#guideContainer .containQuestion .popin .container .name {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  padding-top: 19px;
}

#guideContainer .containQuestion .popin .container .text {
  padding: 11px 23px;
  max-height: 370px;
  overflow: auto;
}

@media screen and (min-width: 980px) {
  #guideContainer .containQuestion .popin .container .text {
    padding: 20px 0;
  }
}

@media screen and (min-width: 980px) {
  #guideContainer .containQuestion .popin .container {
    padding-bottom: 60px;
    height: auto;
    max-height: calc(100% - 120px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

#guideContainer .containQuestion .popin .closepop {
  position: absolute;
  cursor: pointer;
  top: 20px;
  right: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  cursor: pointer;
}

#guideContainer .containQuestion .popin .closepop:hover .rond {
  fill: #22BBEA;
  stroke: #22BBEA;
}

#guideContainer .containQuestion.active {
  background-color: #E8F8FD;
}

#guideContainer .containQuestion.active .TitleQuestNumb {
  opacity: 1;
}

#guideContainer .containQuestion.active .infoLine {
  display: block !important;
}

#guideContainer .containQuestion.active .crossLine {
  display: none;
}

#guideContainer .containQuestion.active .containReponses {
  display: none;
}

#guideContainer .containQuestion.active .containReponses.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#guideContainer .containQuestion.active .choixRep .questDesk {
  font-size: 16px;
  line-height: 20px;
}

@media screen and (min-width: 980px) {
  #guideContainer .containQuestion.active .choixRep .questDesk {
    font-size: 35px;
    line-height: 44px;
  }
}

#guideContainer .containQuestion .containTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#guideContainer .containQuestion .TitleQuestNumb {
  opacity: 0.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #22BBEA;
  font-family: "vagrounded", sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
}

#guideContainer .containQuestion .TitleQuestNumb .numbEnc {
  font-size: 35px;
  line-height: 28px;
  border-right: 2px solid #22BBEA;
  padding-right: 9px;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 980px) {
  #guideContainer .containQuestion .TitleQuestNumb .numbEnc {
    padding-right: 40px;
    font-size: 55px;
  }
}

#guideContainer .containQuestion .TitleQuestNumb .choixRep {
  padding: 0 12px;
  max-width: 250px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 640px) {
  #guideContainer .containQuestion .TitleQuestNumb .choixRep {
    max-width: initial;
  }
}

@media screen and (min-width: 980px) {
  #guideContainer .containQuestion .TitleQuestNumb .choixRep {
    padding: 0 40px;
  }
}

#guideContainer .containQuestion .TitleQuestNumb .choixRep .questDesk {
  display: none;
}

#guideContainer .containQuestion .TitleQuestNumb .choixRep .questDesk.show {
  display: block;
}

@media screen and (min-width: 980px) {
  #guideContainer .containQuestion .TitleQuestNumb .choixRep .questDesk {
    font-size: 35px;
    line-height: 44px;
  }
}

#guideContainer .containQuestion .TitleQuestNumb .choixRep .questRepTitle {
  display: none;
}

#guideContainer .containQuestion .TitleQuestNumb .crossLine {
  background-repeat: no-repeat;
  background-image: url("../../assets/images/guide/closeQuestion.png");
  background-position: center center;
  background-size: contain;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  cursor: pointer;
  display: none;
}

#guideContainer .containQuestion .TitleQuestNumb .infoLine {
  background-repeat: no-repeat;
  background-image: url("../../assets/images/guide/information.png");
  background-position: center center;
  background-size: contain;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  cursor: pointer;
  display: none;
}
@media screen and (min-width: 768px) {
  #guideContainer .containQuestion .TitleQuestNumb .crossLine,
  #guideContainer .containQuestion .TitleQuestNumb .infoLine {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
  }
}

#guideContainer .open {
  display: block;
  border-top-color: #22BBEA;
  border-left-color: #22BBEA;
  border-right-color: #22BBEA;
}

#guideContainer .open:first-child {
  border-radius: 30px 30px 0 0;
}

#guideContainer .last {
  border-radius: 0 0 30px 30px;
  border-bottom-color: #22BBEA;
}

#guideContainer .done .TitleQuestNumb {
  opacity: 1;
}

#guideContainer .done .TitleQuestNumb .crossLine {
  display: block !important;
}

#guideContainer .done .choixRep .questDesk {
  display: none !important;
}

@media screen and (min-width: 980px) {
  #guideContainer .done .choixRep .questDesk {
    display: block;
    font-size: 14px !important;
    line-height: 17px !important;
    font-weight: 300;
  }
}

#guideContainer .done .choixRep .questRepTitle {
  display: block !important;
}

@media screen and (min-width: 980px) {
  #guideContainer .done .choixRep .questRepTitle {
    font-size: 35px;
    line-height: 44px;
  }
}

#guideContainer .containReponses {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 20px;
}

@media screen and (min-width: 980px) {
  #guideContainer .containReponses {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

#guideContainer .containReponses .reponseLvl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 27px;
  cursor: pointer;
}

#guideContainer .containReponses .reponseLvl.hide {
  display: none;
}

@media screen and (min-width: 980px) {
  #guideContainer .containReponses .reponseLvl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#guideContainer .containReponses .reponseLvl svg {
  min-width: 80px;
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 30px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 20px;
  margin-left: 40px;
  display: block;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

@media screen and (min-width: 980px) {
  #guideContainer .containReponses .reponseLvl svg {
    margin: 0px;
    width: 107px;
    height: 107px;
  }
}

#guideContainer .containReponses .reponseLvl span {
  font-family: "vagrounded", sans-serif;
  font-weight: 800;
  color: #7E7E7E;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

@media screen and (min-width: 980px) {
  #guideContainer .containReponses .reponseLvl span {
    padding-top: 14px;
    max-width: 228px;
    text-align: center;
  }
}

#guideContainer .containReponses .reponseLvl:hover svg {
  background: #22BBEA;
}

#guideContainer .containReponses .reponseLvl:hover svg path {
  fill: #fff;
}

#guideContainer .containReponses .reponseLvl:hover svg rect {
  stroke: #fff;
}

#guideContainer .containReponses .reponseLvl:hover span {
  color: #22BBEA;
}

#guideContainer .containReponses.age svg {
  padding-left: 5px;
  padding-right: 5px;
  height: 80px;
  padding-top: 27px;
  padding-bottom: 27px;
}

@media screen and (min-width: 980px) {
  #guideContainer .containReponses.age svg {
    padding: 27px;
    height: 107px;
    padding-top: 37px;
    padding-bottom: 37px;
  }
}

#guideContainer .containReponses.age span {
  display: none;
}

#resultGuide {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 1024px) {
  #resultGuide {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

#resultGuide.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#resultGuide .blocResultConText {
  padding-bottom: 52px;
}

@media screen and (min-width: 1024px) {
  #resultGuide .blocResultConText {
    padding-right: 20px;
    max-width: 343px;
    min-width: 320px;
  }
}

#resultGuide .title {
  font-size: 24px;
  line-height: 30px;
  font-family: "vagrounded", sans-serif;
  font-weight: 800;
  color: #22BBEA;
  padding-bottom: 30px;
}

#resultGuide .textL {
  padding-bottom: 30px;
  font-size: 14px;
}

#resultGuide .btnGuide {
  font-family: "vagrounded", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 30px;
  background-color: #22BBEA;
  border: 1px solid transparent;
  border-radius: 31px;
  display: table;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#resultGuide .containAllResult {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  gap: 0 30px;
}

@media screen and (min-width: 768px) {
  #resultGuide .containAllResult .list_single_product {
    flex: 0 0 calc(50% - 15px);
  }
}


/*Paginator*/
.containerPagination .pagination {
  width: 247px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}

.containerPagination .pagination .prev {
  width: 15px;
  height: 30px;
  background-image: url("../../assets/icon/flechePagination.svg");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}

.containerPagination .pagination .containBox {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.containerPagination .pagination .currentBox {
  width: 77px;
  height: 77px;
  margin: 0 auto;
  border-radius: 100%;
  border: 1px solid #22BBEA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 30px;
  line-height: 37px;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "vagrounded", sans-serif;
  font-weight: 100;
}

.containerPagination .pagination .currentBox .current {
  color: #22BBEA;
  margin-right: 8px;
}

.containerPagination .pagination .next {
  width: 15px;
  height: 30px;
  background-image: url("../../assets/icon/flechePagination.svg");
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*guide*/
.containerDetailRdv {
  margin-top: 30px;
}

@media screen and (min-width: 980px) {
  .containerDetailRdv {
    margin-top: 80px;
  }
}

.containerDetailRdv .header {
  border-radius: 0 30px 30px 30px;
  margin-bottom: 60px;
}

@media screen and (min-width: 1280px) {
  .containerDetailRdv .header {
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media screen and (min-width: 980px) {
  .containerDetailRdv .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 130px;
    position: relative;
  }
}

.containerDetailRdv .header .blocImage {
  display: block;
  width: 100%;
  height: 341px;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0 30px 0 0;
}

@media screen and (min-width: 980px) {
  .containerDetailRdv .header .blocImage {
    width: 343px;
    min-width: 343px;
    border-radius: 0 30px 30px 30px;
    position: absolute;
    left: 0;
    top: -30px;
    height: calc(100% + 60px);
  }
}

.containerDetailRdv .header .blocBleu {
  background-color: #22BBEA;
  border-radius: 0 0 30px 30px;
  padding: 20px;
  color: #fff;
}

@media screen and (min-width: 980px) {
  .containerDetailRdv .header .blocBleu {
    border-radius: 0 30px 30px 0;
    padding: 40px 50px 40px 20px;
    margin-left: 343px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.containerDetailRdv .header .blocBleu .categorie {
  font-size: 16px;
  line-height: 19px;
  font-weight: 100;
  text-transform: uppercase;
  display: block;
}

.containerDetailRdv .header .blocBleu .titre {
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}

.containerDetailRdv .header .blocBleu .description {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}

@media screen and (min-width: 980px) {
  .containerDetailRdv .header .blocBleu .description {
    line-height: 22px;
  }
}

.containerDetailRdv .header .blocBleu .boutons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.containerDetailRdv .header .blocBleu .boutons .inscription {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.containerDetailRdv .header .blocBleu .boutons .inscription a {
  font-family: "vagrounded", sans-serif;
  padding: 12px 30px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 800;
  color: #22BBEA;
  border: 1px solid transparent;
  border-radius: 31px;
  display: inline-block;
  background-color: #fff;
}

.containerDetailRdv .header .blocBleu .boutons .inscription a:hover {
  border-color: #fff;
  color: #fff;
  background-color: #22BBEA;
}

.containerDetailRdv .header .blocBleu .boutons .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.containerDetailRdv .header .blocBleu .boutons .social span {
  cursor: pointer;
}

.containerDetailRdv .header .blocBleu .boutons .social span:not(:last-child) {
  margin-right: 40px;
}

.containerDetailRdv .infoConference {
  max-width: calc(640px - 53px - 53px);
  margin: 0 auto;
}

@media screen and (min-width: 980px) {
  .containerDetailRdv .infoConference {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 1024px) {
  .containerDetailRdv .infoConference {
    max-width: none;
  }
}

@media screen and (min-width: 980px) {
  .containerDetailRdv .infoConference .similibrique {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 1024px) {
  .containerDetailRdv .infoConference .similibrique {
    width: calc(100% - (100%/3));
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.containerDetailRdv .infoConference .brique {
  margin-bottom: 30px;
}

@media screen and (min-width: 980px) {
  .containerDetailRdv .infoConference .brique {
    width: calc(100% / 3);
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 15px;
  }
  .containerDetailRdv .infoConference .brique.people {
    width: 100%;
  }
}

@media screen and (min-width: 980px) and (min-width: 1024px) {
  .containerDetailRdv .infoConference .brique.people {
    width: calc((100% / 3) - 15px);
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

@media screen and (min-width: 980px) {
  .containerDetailRdv .infoConference .brique.contact {
    width: 50%;
  }
  .containerDetailRdv .infoConference .brique:last-child {
    margin-right: 0;
  }
}

.containerDetailRdv .infoConference .brique:last-child {
  margin-bottom: 0;
}

.containerDetailRdv .infoConference .brique.people .peeps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 980px) {
  .containerDetailRdv .infoConference .brique.people .peeps {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.containerDetailRdv .infoConference .brique.people .peep {
  display: block;
  width: 100%;
  max-width: 100px;
  margin: 0 20px;
}

@media screen and (min-width: 980px) {
  .containerDetailRdv .infoConference .brique.people .peep {
    margin: 0 10px;
    margin-bottom: 15px;
    min-width: 25%;
  }
}

.containerDetailRdv .infoConference .brique.people a {
  display: block;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 40px auto;
}

@media screen and (min-width: 980px) {
  .containerDetailRdv .infoConference .brique.people a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
}

.containerDetailRdv .infoConference .brique.people a img {
  display: block;
  border-radius: 30px;
  width: 100%;
  max-width: 73px;
  margin: 0 auto;
  margin-bottom: 8px;
}

@media screen and (min-width: 980px) {
  .containerDetailRdv .infoConference .brique.people a img {
    margin: 0;
    margin-bottom: 8px;
  }
}

.containerDetailRdv .infoConference .brique.people a span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #22BBEA;
  text-align: center;
}

@media screen and (min-width: 980px) {
  .containerDetailRdv .infoConference .brique.people a span {
    margin-bottom: 0px;
  }
}

.containerDetailRdv .infoConference .brique .title {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  margin-bottom: 20px;
}

.containerDetailRdv .infoConference .brique .detail {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 32px;
  text-align: center;
}

@media screen and (min-width: 980px) {
  .containerDetailRdv .infoConference .brique .detail {
    text-align: left;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 980px) {
  .containerDetailRdv .infoConference .brique .boutons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .containerDetailRdv .infoConference .brique .boutons .boutonCnt {
    margin: 10px;
  }
  .containerDetailRdv .infoConference .brique .boutons .boutonCnt a {
    margin: 0;
  }
  .containerDetailRdv .infoConference .brique .boutons .boutonCnt a.geoloc, .containerDetailRdv .infoConference .brique .boutons .boutonCnt a.email {
    margin: 0;
  }
}

.containerDetailRdv .infoConference .brique .boutons .boutonCnt {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 980px) {
  .containerDetailRdv .infoConference .brique .boutons .boutonCnt {
    margin: 10px;
  }
}

.containerDetailRdv .infoConference .brique .boutons .boutonCnt:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 980px) {
  .containerDetailRdv .infoConference .brique .boutons .boutonCnt:last-child {
    margin-bottom: 10px;
  }
}

.containerDetailRdv .infoConference .brique .boutons a {
  text-align: center;
  display: inline-block;
}

.containerDetailRdv .infoConference .brique .boutons a.telephone {
  color: #22BBEA;
  font-size: 14px;
  line-height: 20px;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-size: auto 14px;
  background-position: left center;
  background-image: url("../../assets/img/rdv-detail/icoTel.svg");
  font-weight: 500;
}

.containerDetailRdv .infoConference .brique .boutons a.geoloc {
  font-family: "vagrounded", sans-serif;
  padding: 12px 30px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 800;
  color: #000;
  border: 1px solid #000;
  border-radius: 31px;
  display: inline-block;
  margin-top: 10px;
  padding-left: 60px;
  background-image: url("../../assets/img/rdv-detail/icoGeoloc.svg");
  background-position: 30px center;
  background-repeat: no-repeat;
  background-size: 11px auto;
}

.containerDetailRdv .infoConference .brique .boutons a.geoloc:hover {
  border-color: #22BBEA;
  color: #fff;
  background-color: #22BBEA;
  background-image: url("../../assets/img/rdv-detail/icoGeolocW.svg");
}

.containerDetailRdv .infoConference .brique .boutons a.email {
  font-family: "vagrounded", sans-serif;
  padding: 12px 30px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 800;
  color: #000;
  border: 1px solid #000;
  border-radius: 31px;
  display: inline-block;
  margin-top: 10px;
  padding-left: 60px;
  background-image: url("../../assets/img/rdv-detail/icoMail.svg");
  background-position: 30px center;
  background-repeat: no-repeat;
  background-size: 11px auto;
}

.containerDetailRdv .infoConference .brique .boutons a.email:hover {
  border-color: #22BBEA;
  color: #fff;
  background-color: #22BBEA;
  background-image: url("../../assets/img/rdv-detail/icoMailW.svg");
}

.iframeContainer {
  height: 600px;
  width: calc(100% - 30px);
  border: 16px solid #F1F1F1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
  max-width: 1432px;
  margin: 0 auto;
  margin-top: 60px;
}

@media screen and (min-width: 1024px) {
  .iframeContainer {
    margin-bottom: 100px;
  }
}

.iframeContainer iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.containerListeRDV .header {
  margin-bottom: 77px;
}

@media screen and (min-width: 980px) {
  .containerListeRDV .header {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media screen and (min-width: 1432px) {
  .containerListeRDV .header {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1280px) {
  .containerListeRDV .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 30px;
  }
}

.containerListeRDV .header .info_sub_ariane {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 1280px) {
  .containerListeRDV .header .info_sub_ariane {
    width: 464px;
    min-width: 464px;
    margin-right: 20px;
    padding: 0;
    margin-left: 0;
  }
}

.containerListeRDV .header .miseEnAvantRdv {
  cursor: pointer;
}

@media screen and (min-width: 980px) {
  .containerListeRDV .header .miseEnAvantRdv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .containerListeRDV .header .miseEnAvantRdv:after {
    width: 50%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 30px;
    -webkit-transition: 0.25s opacity;
    transition: 0.25s opacity;
    z-index: 1;
    border-radius: 0 0 0 30px;
  }
}

@media screen and (min-width: 1280px) {
  .containerListeRDV .header .miseEnAvantRdv {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.containerListeRDV .header .miseEnAvantRdv:hover .contenu {
  background-image: url("../../assets/img/rdv-detail/plusAnimeInverse.svg");
}

@media screen and (min-width: 980px) {
  .containerListeRDV .header .miseEnAvantRdv:hover:after {
    opacity: 0.1;
  }
}

.containerListeRDV .header .miseEnAvantRdv .image {
  display: block;
  width: 100%;
  height: 341px;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0 30px 0 0;
}

@media screen and (min-width: 980px) {
  .containerListeRDV .header .miseEnAvantRdv .image {
    width: 50%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 0 0 0 30px;
  }
}

.containerListeRDV .header .miseEnAvantRdv .contenu {
  border-radius: 0 0 30px 0;
  border: 1px solid #22BBEA;
  border-top: none;
  padding: 15px 20px 62px 20px;
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: right 20px bottom 20px;
  background-image: url("../../assets/img/rdv-detail/plusAnime.svg");
}

@media screen and (min-width: 980px) {
  .containerListeRDV .header .miseEnAvantRdv .contenu {
    margin-left: 50%;
    width: 50%;
    -webkit-box-flex: 50%;
        -ms-flex-positive: 50%;
            flex-grow: 50%;
    border: 1px solid #22BBEA;
    border-left: none;
    padding: 20px;
  }
}

.containerListeRDV .header .miseEnAvantRdv .contenu .titre {
  color: #fff;
  display: inline-block;
  padding: 9px 5px 5px 5px;
  font-weight: 800;
  font-size: 25px;
  line-height: 22px;
  letter-spacing: 1.25;
  background-color: #22BBEA;
  font-family: "vagrounded", sans-serif;
  margin-bottom: 22px;
}

.containerListeRDV .header .miseEnAvantRdv .contenu .catRdv {
  color: #22BBEA;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 7px;
}

.containerListeRDV .header .miseEnAvantRdv .contenu .nameRdv {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 7px;
}

.containerListeRDV .header .miseEnAvantRdv .contenu .timingRdv {
  color: #22BBEA;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  margin-bottom: 7px;
}

.containerListeRDV .header .miseEnAvantRdv .contenu .extraitRdv {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  overflow-y: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media screen and (min-width: 1280px) {
  .containerListeRDV .header .miseEnAvantRdv .contenu .extraitRdv {
    line-height: 20px;
  }
}

.containerListeRDV .listeRdvs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.containerListeRDV .listeRdvs .rendezvous {
  position: relative;
  margin-bottom: 70px;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
}

.containerListeRDV .listeRdvs .rendezvous:hover .blocBleu {
  background-image: url("../../assets/img/rdv-detail/plusAnimeInverse.svg");
}

@media screen and (min-width: 1280px) {
  .containerListeRDV .listeRdvs .rendezvous:hover:after {
    opacity: 0.1;
  }
}

@media screen and (min-width: 1280px) {
  .containerListeRDV .listeRdvs .rendezvous {
    width: calc(50% - 10px);
    margin-bottom: 60px;
  }
  .containerListeRDV .listeRdvs .rendezvous:after {
    width: 50%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 30px;
    -webkit-transition: 0.25s opacity;
    transition: 0.25s opacity;
    z-index: 1;
    border-radius: 0 0 0 30px;
  }
}

@media screen and (min-width: 1280px) {
  .containerListeRDV .listeRdvs .rendezvous:nth-child(odd) {
    margin-left: 0;
  }
  .containerListeRDV .listeRdvs .rendezvous:nth-child(even) {
    margin-right: 0;
  }
}

.containerListeRDV .listeRdvs .rendezvous .image {
  display: none;
  width: 100%;
  height: 341px;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0 30px 0 0;
}

@media screen and (min-width: 1280px) {
  .containerListeRDV .listeRdvs .rendezvous .image {
    display: block;
    width: 50%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 0 0 0 30px;
  }
}

.containerListeRDV .listeRdvs .rendezvous .blocBleu {
  border-radius: 0 0 30px 0;
  border: 1px solid #22BBEA;
  padding: 15px 20px 62px 20px;
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: right 20px bottom 20px;
  background-image: url("../../assets/img/rdv-detail/plusAnime.svg");
  max-width: 640px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
  .containerListeRDV .listeRdvs .rendezvous .blocBleu {
    max-width: 480px;
    height: 100%;
  }
}

@media screen and (min-width: 1280px) {
  .containerListeRDV .listeRdvs .rendezvous .blocBleu {
    max-width: 50%;
    margin-left: 50%;
    width: calc(50% - 10px);
    -webkit-box-flex: 50%;
        -ms-flex-positive: 50%;
            flex-grow: 50%;
    border: 1px solid #22BBEA;
    border-left: none;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 1280px) {
  .containerListeRDV .listeRdvs .rendezvous .blocBleu {
    padding: 20px 20px 67px 20px;
  }
}

.containerListeRDV .listeRdvs .rendezvous .blocBleu .titre {
  color: #fff;
  display: inline-block;
  padding: 9px 5px 5px 5px;
  font-weight: 800;
  font-size: 25px;
  line-height: 22px;
  letter-spacing: 1.25;
  background-color: #22BBEA;
  font-family: "vagrounded", sans-serif;
  margin-bottom: 22px;
}

@media screen and (min-width: 1280px) {
  .containerListeRDV .listeRdvs .rendezvous .blocBleu .titre {
    margin-bottom: 50px;
  }
}

.containerListeRDV .listeRdvs .rendezvous .blocBleu .catRdv {
  color: #22BBEA;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 7px;
}

.containerListeRDV .listeRdvs .rendezvous .blocBleu .nameRdv {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 7px;
}

.containerListeRDV .listeRdvs .rendezvous .blocBleu .timingRdv {
  color: #22BBEA;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  margin-bottom: 7px;
}

.containerListeRDV .listeRdvs .rendezvous .blocBleu .extraitRdv {
  color: #000;
  font-size: 14px;
  line-height: 24px;
}

@media screen and (min-width: 1280px) {
  .containerListeRDV .listeRdvs .rendezvous .blocBleu .extraitRdv {
    line-height: 20px;
    overflow-y: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}


/*Onglet*/
@media screen and (min-width: 980px) {
  .containerOnglets {
    border: none;
    width: initial;
    padding: 0;
  }
}

.containerOnglets.open .containerUlOnglets ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 75px;
  position: relative;
}

.containerOnglets.open .containerUlOnglets ul li:last-child:after {
  content: none;
}

.containerOnglets.open .containerUlOnglets ul li:after {
  content: "";
  position: absolute;
  left: 50px;
  width: calc(100% - 100px);
  bottom: 0;
  border-bottom: 1px solid #22BBEA;
}

@media screen and (min-width: 1024px) {
  .containerOnglets.open .containerUlOnglets ul li:after {
    content: none;
  }
}

@media screen and (min-width: 1024px) {
  .containerOnglets.open .containerUlOnglets ul li {
    border-bottom: none;
    min-height: none;
  }
  .containerOnglets.open .containerUlOnglets ul li.active {
    border-bottom: 4px solid #22BBEA;
  }
}

.containerOnglets .containerUlOnglets {
  padding: 0 15px;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
  .containerOnglets .containerUlOnglets {
    max-width: 1462px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.containerOnglets .containerUlOnglets ul {
  list-style: none;
  border: 1px solid #22BBEA;
  border-radius: 30px;
  position: relative;
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: right 30px top 35px;
  background-size: 14px auto;
  background-image: url("../../assets/img/arrowOnglets.svg");
}

@media screen and (min-width: 1024px) {
  .containerOnglets .containerUlOnglets ul {
    background-image: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 50px 0;
  }
}

.containerOnglets .containerUlOnglets ul li {
  display: none;
  min-height: 75px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-sizing: border-box;
          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) {
  .containerOnglets .containerUlOnglets ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 4px solid transparent;
    margin-left: 0;
    margin-right: 0;
    padding: 0 10px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    min-height: 55px;
  }
}

.containerOnglets .containerUlOnglets ul li:last-child {
  border-bottom: none;
}

@media screen and (min-width: 1024px) {
  .containerOnglets .containerUlOnglets ul li:last-child {
    border-bottom: 4px solid transparent;
  }
  .containerOnglets .containerUlOnglets ul li:last-child.active {
    border-bottom: 4px solid #22BBEA;
  }
}

.containerOnglets .containerUlOnglets ul li.active {
  color: #22BBEA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 1024px) {
  .containerOnglets .containerUlOnglets ul li.active {
    border-bottom-color: #22BBEA;
  }
}

.containerOnglets .hideD {
  position: absolute;
  right: 40px;
  top: 36px;
  cursor: pointer;
}

@media screen and (min-width: 980px) {
  .containerOnglets .hideD {
    display: none;
  }
}

/*simplebar*/
[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
  }

  .simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
  }

  .simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
  }

  .simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
  }

  .simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
    width: auto;
    max-width: 100%; /* Not required for horizontal scroll to trigger */
    max-height: 100%; /* Needed for vertical scroll to trigger */
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .simplebar-content-wrapper::-webkit-scrollbar,
  .simplebar-hide-scrollbar::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  .simplebar-content:before,
  .simplebar-content:after {
    content: ' ';
    display: table;
  }

  .simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
  }

  .simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0;
  }

  .simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
  }

  .simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
  }

  [data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
  }

  [data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
  }

  .simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px;
  }

  .simplebar-scrollbar:before {
    position: absolute;
    content: '';
    background: black;
    border-radius: 7px;
    left: 2px;
    right: 2px;
    opacity: 0;
    transition: opacity 0.2s linear;
  }

  .simplebar-scrollbar.simplebar-visible:before {
    /* When hovered, remove all transitions from drag handle */
    opacity: 0.5;
    transition: opacity 0s linear;
  }

  .simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
  }

  .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
  }

  .simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
  }

  .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
  }

  .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
  }

  /* Rtl support */
  [data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
  }

  .hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
  }

  .simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

