/*boutique*/
.containAll {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1432px;
}

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

.allblockBoutique {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.allblockBoutique .prodviuelB {
  max-width: 343px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 0px 5px 20px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 980px) {
  .allblockBoutique .prodviuelB {
    padding: 0px 10px 20px 10px;
  }
}

.allblockBoutique .prodviuelB img {
  border-radius: 30px;
  width: 100%;
  cursor: pointer;
}

.allblockBoutique .prodviuelB a {
  font-size: 18px;
  line-height: 23px;
  color: #22BBEA;
  font-family: "vagrounded", sans-serif;
  letter-spacing: 0.9;
  font-weight: 600;
  display: block;
  padding-top: 20px;
  text-align: center;
}

@media screen and (min-width: 980px) {
  .allblockBoutique .prodviuelB a {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 1.2;
  }
}

.allblockBoutique .prodviuelB .photo {
  position: relative;
}

.allblockBoutique .prodviuelB .photo:after {
  width: 100%;
  height: calc(100%);
  background-color: #fff;
  opacity: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: 0.25s opacity;
  transition: 0.25s opacity;
  z-index: 1;
}

.allblockBoutique .prodviuelB:hover .photo:after {
  opacity: 0.10;
}

@media screen and (min-width: 1024px) {
  .allblockBoutique .prodviuelB {
    padding: 40px 7px;
    max-width: calc(25% - 14px);
  }
}

/*cat*/
@charset "UTF-8";
.containAll {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1432px;
}

.info_sub_ariane.title {
  text-align: center;
  font-family: "vagrounded", sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  letter-spacing: 1.5;
  color: #22BBEA;
}

@media screen and (min-width: 980px) {
  .info_sub_ariane.title {
    font-size: 30px;
    line-height: 37px;
    text-align: left;
  }
}

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

.FindFilter {
  padding-bottom: 20px;
  border-bottom: 1px solid #22BBEA;
}

.FindFilter label {
  padding: 20px 0;
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}

.FindFilter input {
  border-radius: 10px;
  height: 45px;
  width: 100%;
  border: 1px solid #707070;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "gotham", sans-serif;
  font-size: 14px;
  line-height: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.FindFilter input:focus {
  outline: none;
}

.popin .containPopin {
  height: initial;
  border: none;
}

.popin .containPopin .nbResult {
  display: none;
}

.popin .containPopin .closepop {
  display: none;
}

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

.popin.active .containPopin {
  background-color: #fff;
  max-width: 1082px;
  z-index: 4;
  margin: 10%  15px 0;
  border: 1px solid #22BBEA;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media screen and (min-width: 980px) {
  .popin.active .containPopin {
    border: none;
    border-radius: 0;
    margin: 0;
  }
}

.popin.active .containFilter {
  max-height: 90%;
}

.popin.active .containFilter .title {
  border: none;
  margin: 0;
  padding: 32px 0 0 16px;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 1.5;
  color: #22BBEA;
  text-transform: initial;
  display: block;
  border-radius: 0;
  cursor: initial;
  padding-bottom: 30px;
  border-bottom: 1px solid #22BBEA;
}

@media screen and (min-width: 980px) {
  .popin.active .containFilter .title {
    padding: 0;
    padding-bottom: 30px;
    font-size: 30px;
    line-height: 37px;
  }
}

.popin.active .containFilter .allFilters {
  padding-left: 15px;
  padding-right: 32px;
  overflow-y: auto;
  height: calc(80vh - 175px);
  display: block;
}

.popin.active .containFilter .allFilters .simplebar-vertical {
  top: 14px;
  bottom: 14px;
  right: 11px;
}

@media screen and (min-width: 980px) {
  .popin.active .containFilter .allFilters {
    padding-left: 0;
    padding-right: 0;
    height: auto;
  }
}

.popin.active .containFilter .containNbR {
  display: block;
  border-top: 1px solid #22BBEA;
  padding: 20px 0;
}

@media screen and (min-width: 980px) {
  .popin.active .containFilter .containNbR {
    display: none;
  }
}

.popin.active .containFilter .nbResult {
  border: 1px solid #000;
  border-radius: 21px;
  padding: 12px 50px;
  display: table;
  margin: 0 auto;
  font-weight: 800;
  font-family: "vagrounded", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}

.popin.active .containFilter .nbResult:hover {
  background-color: #22BBEA;
  color: #fff;
  border-color: #22BBEA;
}

.popin.active .containFilter .closepop {
  display: block;
}

@media screen and (min-width: 980px) {
  .popin.active .containFilter .closepop {
    display: none;
  }
}

@media screen and (min-width: 980px) {
  .popin.active {
    position: relative;
    width: initial;
    background-color: transparent;
    z-index: 1;
  }
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 980px) {
  .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;
  }
}

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

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

@media screen and (min-width: 980px) {
  .popin {
    display: block;
    position: relative;
    width: initial;
    height: 100%;
    z-index: 1;
    background-color: transparent;
  }
  .popin .containPopin {
    background-color: #fff;
    max-width: 1082px;
    z-index: 4;
    margin: 0;
    border: none;
    border-radius: 0;
    overflow-y: auto;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
}

@media screen and (min-width: 980px) and (min-width: 980px) {
  .popin .containPopin {
    max-height: initial;
    left: 0;
    right: 0;
    margin: 0;
  }
}

@media screen and (min-width: 980px) {
  .popin .containPopin .closepop {
    display: none;
  }
}

.Filters {
  position: relative;
  border-bottom: 1px solid #22BBEA;
  padding-bottom: 5px;
}

.Filters .filter {
  position: relative;
  padding-bottom: 25px;
}

@media screen and (min-width: 980px) {
  .Filters .filter {
    padding-bottom: 15px;
  }
}

.Filters span {
  cursor: pointer;
  padding: 20px 0;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.214' height='12.144' viewBox='0 0 20.214 12.144'%3E%3Cg id='Groupe_1984' data-name='Groupe 1984' transform='translate(-550.272 -659.816)'%3E%3Cpath id='Tracé_676' data-name='Tracé 676' d='M1451.366-340.742l5.758-5.758' transform='translate(1827.627 1451.218) rotate(-135)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Tracé_1055' data-name='Tracé 1055' d='M1451.366-340.742l5.758-5.758' transform='translate(-706.869 -119.442) rotate(45)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
}

.Filters .scales {
  width: 0px;
  height: 0px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.Filters .scales:checked + label:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.317' height='14.635' viewBox='0 0 17.317 14.635'%3E%3Cpath id='Tracé_1560' data-name='Tracé 1560' d='M-9142.757,5222.337l4.269,4.979,8.825-11.026' transform='translate(9144.872 -5214.182)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/svg%3E");
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 5px;
  padding-left: 5px;
  background-color: #22BBEA;
}

.Filters label {
  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;
  cursor: pointer;
}

.Filters label p {
  padding-left: 50px;
  font-size: 14px;
  padding-top: 4px;
}

.Filters label:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 5px;
  border: 1px solid #707070;
}

.Filters label:after {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  width: 27px;
  height: 27px;
  border-radius: 5px;
  border-color: #22BBEA;
  background-color: transparent;
}

.Filters.fechad span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.214' height='20.214' viewBox='0 0 20.214 20.214'%3E%3Cg id='Groupe_2175' data-name='Groupe 2175' transform='translate(-550.272 -746.856)'%3E%3Cg id='Groupe_1984' data-name='Groupe 1984' transform='translate(0 91.075)'%3E%3Cpath id='Tracé_676' data-name='Tracé 676' d='M1451.366-340.742l5.758-5.758' transform='translate(1827.627 1451.218) rotate(-135)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Tracé_1055' data-name='Tracé 1055' d='M1451.366-340.742l5.758-5.758' transform='translate(-706.869 -119.442) rotate(45)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3Cg id='Groupe_2174' data-name='Groupe 2174' transform='translate(-105.51 1317.342) rotate(-90)'%3E%3Cpath id='Tracé_676-2' data-name='Tracé 676' d='M1451.366-340.742l5.758-5.758' transform='translate(1827.627 1451.218) rotate(-135)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Tracé_1055-2' data-name='Tracé 1055' d='M1451.366-340.742l5.758-5.758' transform='translate(-706.869 -119.442) rotate(45)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.Filters.fechad .filter {
  display: none;
}

.Filters:last-child {
  border-color: transparent;
}

@media screen and (min-width: 980px) {
  .Filters:last-child {
    border-color: #22BBEA;
  }
}

.containSousGamme {
  padding-bottom: 32px;
}

.containSousGamme .noResults {
  border: none;
  margin: 0;
  padding: 50px;
  font-size: 30px;
  line-height: 37px;
  letter-spacing: 1.5;
  font-family: "vagrounded", sans-serif;
  font-weight: 800;
  color: #22BBEA;
  text-transform: initial;
  display: block;
  border-radius: 0;
  cursor: initial;
}

.containSousGamme .noResults.not {
  display: none;
}

.containSousGamme .containFilter.close .title {
  font-size: 14px;
  line-height: 17px;
  font-weight: 800;
  font-family: "vagrounded", sans-serif;
  letter-spacing: 0.7;
  border: 1px solid #000;
  border-radius: 21px;
  padding: 12px 31px;
  margin: 0 auto;
  display: table;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.containSousGamme .containFilter.close .title:hover {
  background-color: #22BBEA;
  color: #fff;
  border-color: #22BBEA;
}

@media screen and (min-width: 980px) {
  .containSousGamme .containFilter.close .title {
    border: none;
    margin: 0;
    padding: 0;
    font-size: 30px;
    line-height: 37px;
    letter-spacing: 1.5;
    color: #22BBEA;
    text-transform: initial;
    display: block;
    border-radius: 0;
    cursor: initial;
    padding-bottom: 30px;
    border-bottom: 1px solid #22BBEA;
  }
  .containSousGamme .containFilter.close .title:hover {
    background-color: transparent;
    color: #22BBEA;
  }
}

.containSousGamme .containFilter.close .allFilters {
  display: none;
}

@media screen and (min-width: 980px) {
  .containSousGamme .containFilter.close .allFilters {
    display: block;
  }
}

.containSousGamme .containFilter .title {
  border: none;
  margin: 0;
  padding: 0;
  font-size: 30px;
  line-height: 37px;
  letter-spacing: 1.5;
  font-family: "vagrounded", sans-serif;
  font-weight: 800;
  color: #22BBEA;
  text-transform: initial;
  display: block;
  border-radius: 0;
  cursor: initial;
  padding-bottom: 30px;
  border-bottom: 1px solid #22BBEA;
}

@media screen and (min-width: 980px) {
  .containSousGamme .containFilter {
    width: 343px;
    padding-right: 10px;
  }
}

.containSousGamme .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;
}

@media screen and (min-width: 980px) {
  .containSousGamme {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 47px;
  }
}

/*fiche*/
.containAll {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1432px;
}

.resultText.ongletTar2 {
  padding: 0;
  max-width: none;
}

.containerOnglets .containerUlOnglets ul.marge {
  margin-top: 5px;
}

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

.containFiche {
  padding-top: 30px;
  padding-bottom: 50px;
}

.containFiche .carrousselFiche {
  max-width: 440px;
  margin: 0 auto;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.containFiche .carrousselFiche .slick-list {
  border-radius: 10px;
}

.containFiche .carrousselFiche img {
  width: 100%;
  max-width: 440px;
  height: auto;
}

.containFiche .carrousselFiche .slick-dots {
  bottom: 15px;
}

.containFiche .carrousselFiche .slick-dots li {
  margin-left: 20px;
}

.containFiche .carrousselFiche .slick-dots li button::before {
  color: #fff;
  font-size: 22px;
  opacity: 1;
}

.containFiche .carrousselFiche .slick-dots li.slick-active button::before {
  color: #fff;
  opacity: 1;
  font-size: 22px;
}

.containFiche .carrousselFiche .slick-dots li.slick-active button::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 6px;
  border-radius: 5px;
  bottom: 7px;
  background-color: #000;
}

.containFiche .containFicheText {
  max-width: 706px;
  margin: 0 auto;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 90%;
  margin-top: 25px;
}

.containFiche .containFicheText .title {
  color: #22BBEA;
  font-family: "vagrounded", sans-serif;
  font-weight: 300;
  font-size: 35px;
  line-height: 45px;
  letter-spacing: xd_letter_spacing(35, 50);
}

.containFiche .containFicheText .text {
  font-size: 14px;
  line-height: 20px;
  padding-top: 20px;
}

.containFiche .containFicheText .btnFiche {
  font-family: "vagrounded", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 17px;
  padding: 12px 45px 12px 30px;
  border: 1px solid #000;
  border-radius: 31px;
  margin-top: 20px;
  display: table;
  text-transform: uppercase;
  background-image: url("../../assets/images/fiche/blackarrow.svg");
  background-repeat: no-repeat;
  background-position: right 30px center;
  letter-spacing: xd_letter_spacing(14, 50);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
}

.containFiche .containFicheText .btnFiche:hover {
  background-color: #22BBEA;
  color: #fff;
  border-color: transparent;
  background-image: url("../../assets/images/fiche/whitearrow.svg");
}

.containFiche .containFicheText .bonusFiche .slick-list {
  padding: 0 !important;
  width: 100% !important;
}

.containFiche .containFicheText .bonusFiche .slick-list .slick-cloned {
  display: none !important;
}

.containFiche .containFicheText .bonusFiche .slick-list .slick-track {
  width: 100% !important;
  -webkit-transform: none !important;
  transform: none !important;
}

.containFiche .containFicheText .bonusFiche .photo {
  height: 0;
}

.containFiche .containFicheText .bonusFiche .photo.slick-slide {
  min-height: 0px;
}

.containFiche .containFicheText .bonusFiche .photo img {
  width: 100%;
}

@media screen and (min-width: 980px) {
  .containFiche .containFicheText .bonusFiche .photo {
    width: 100%;
    max-width: 70px;
    min-width: 70px;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #7E7E7E;
    opacity: 0.4;
    border-radius: 10px;
    padding: 0px;
    margin-top: 20px;
    margin-right: 13px;
    cursor: pointer;
    position: relative;
  }
  .containFiche .containFicheText .bonusFiche .photo img {
    border-radius: 10px;
  }
  .containFiche .containFicheText .bonusFiche .photo:after {
    width: 100%;
    height: calc(100%);
    background-color: #fff;
    opacity: 0;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: 0.25s opacity;
    transition: 0.25s opacity;
    z-index: 1;
  }
  .containFiche .containFicheText .bonusFiche .photo.slick-current {
    border-color: #22BBEA;
    opacity: 1;
  }
  .containFiche .containFicheText .bonusFiche .photo:hover:after {
    opacity: 0.30;
  }
}

@media screen and (min-width: 980px) {
  .containFiche .containFicheText .bonusFiche {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 980px) {
  .containFiche .containFicheText {
    margin: 0;
    margin-left: 20px;
  }
}

@media screen and (min-width: 980px) {
  .containFiche {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 50px;
    padding-bottom: 55px;
  }
}

@media screen and (min-width: 1024px) {
  .containFiche {
    border-bottom: 1px solid #22BBEA;
  }
}

.onglet {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.containExtra {
  padding-bottom: 50px;
}

.containExtra h3 {
  color: #22BBEA;
  font-family: "vagrounded", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: xd_letter_spacing(24, 50);
  padding-top: 50px;
}

.containExtra h3:first-child {
  padding-top: 0;
}

.containExtra p {
  font-size: 14px;
  line-height: 20px;
  padding-top: 20px;
}

.nextRDV {
  background-color: rgba(34, 187, 234, 0.1);
  padding: 50px 15px;
}

.nextRDV .containRdvFiche {
  max-width: 1432px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.nextRDV .containRdvFiche .leftRdvFiche {
  max-width: 706px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.nextRDV .containRdvFiche .leftRdvFiche .title {
  text-align: center;
  font-family: "vagrounded", sans-serif;
  font-weight: 100;
  letter-spacing: xd_letter_spacing(35, 50);
  font-size: 35px;
  line-height: 42px;
}

@media screen and (min-width: 980px) {
  .nextRDV .containRdvFiche .leftRdvFiche .title {
    text-align: left;
  }
}

.nextRDV .containRdvFiche .leftRdvFiche .text {
  padding-top: 30px;
  font-size: 14px;
  line-height: 20px;
}

.nextRDV .containRdvFiche .leftRdvFiche .btnFicheC {
  display: none;
}

@media screen and (min-width: 980px) {
  .nextRDV .containRdvFiche .leftRdvFiche .btnFicheC {
    display: table !important;
    margin: 0;
    margin-top: 30px;
  }
}

@media screen and (min-width: 980px) {
  .nextRDV .containRdvFiche .leftRdvFiche {
    max-width: 483px;
    margin: 0;
    padding-right: 15px;
  }
}

.nextRDV .containRdvFiche .rightRdvFiche {
  border: 1px solid #22BBEA;
  border-radius: 0 30px 30px 30px;
  max-width: 706px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.nextRDV .containRdvFiche .rightRdvFiche .photoRdvFiche {
  display: none;
  border-radius: 0 0 0 30px;
  background-image: url("../../assets/fiche/Preview.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 50%;
  max-width: 353px;
  height: auto;
}

.nextRDV .containRdvFiche .rightRdvFiche .photoRdvFiche img {
  width: 353px;
  height: auto;
}

@media screen and (min-width: 980px) {
  .nextRDV .containRdvFiche .rightRdvFiche .photoRdvFiche {
    display: block;
  }
}

.nextRDV .containRdvFiche .rightRdvFiche .textRdv {
  padding: 20px 11px 60px 20px;
  position: relative;
}

.nextRDV .containRdvFiche .rightRdvFiche .textRdv .closeMe {
  width: 40px;
  height: 40px;
  background-image: url(../../assets/img/rdv-detail/plusAnime.svg);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

@media screen and (min-width: 980px) {
  .nextRDV .containRdvFiche .rightRdvFiche .textRdv {
    width: calc(50% - 10px);
  }
}

.nextRDV .containRdvFiche .rightRdvFiche .categorieRdv {
  color: #22BBEA;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}

.nextRDV .containRdvFiche .rightRdvFiche .nameRdv {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  padding-top: 7px;
}

.nextRDV .containRdvFiche .rightRdvFiche .dateRdv {
  color: #22BBEA;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 7px;
}

.nextRDV .containRdvFiche .rightRdvFiche .text {
  font-size: 14px;
  line-height: 20px;
  padding-top: 7px;
}

.nextRDV .containRdvFiche .rightRdvFiche:hover .closeMe {
  background-image: url(../../assets/img/rdv-detail/plusAnimeInverse.svg);
}

@media screen and (min-width: 980px) {
  .nextRDV .containRdvFiche .rightRdvFiche {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
}

@media screen and (min-width: 980px) {
  .nextRDV .containRdvFiche {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.nextRDV .btnFicheC {
  font-family: "vagrounded", sans-serif;
  font-weight: 800;
  font-size: 14px;
  background-color: #fff;
  line-height: 17px;
  padding: 12px 30px;
  border: 1px solid #000;
  border-radius: 31px;
  margin-top: 20px;
  display: table;
  text-transform: capitalize;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
}

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

.nextRDV .btnFicheC:hover {
  background-color: #22BBEA;
  color: #fff;
  border-color: transparent;
}

@media screen and (min-width: 980px) {
  .nextRDV {
    padding: 100px 15px 40px;
  }
}

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

.basicContain .title {
  text-align: center;
  font-family: "vagrounded", sans-serif;
  font-weight: 100;
  letter-spacing: xd_letter_spacing(35, 50);
  font-size: 35px;
  line-height: 42px;
  padding-bottom: 50px;
}

@media screen and (min-width: 980px) {
  .basicContain {
    padding: 100px 15px 70px;
  }
}

.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;
}

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

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

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

@media screen and (min-width: 1280px) {
  .rendezvous {
    width: calc(50% - 10px);
    margin-bottom: 60px;
  }
  .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) {
  .rendezvous:nth-child(odd) {
    margin-left: 0;
  }
  .rendezvous:nth-child(even) {
    margin-right: 0;
  }
}

.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) {
  .rendezvous .image {
    display: block;
    width: 50%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 0 0 0 30px;
  }
}

.rendezvous .blocBleu {
  border-radius: 0 0 30px 0;
  background-color: #fff;
  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) {
  .rendezvous .blocBleu {
    max-width: 480px;
    height: 100%;
  }
}

@media screen and (min-width: 1280px) {
  .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) {
  .rendezvous .blocBleu {
    padding: 20px 20px 67px 20px;
  }
}

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

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

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

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

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

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

@media screen and (min-width: 1280px) {
  .rendezvous .blocBleu .extraitRdv {
    line-height: 20px;
  }
}

.rendezvous .blocBleu.centre {
  margin: 0 auto;
}

@media screen and (min-width: 1280px) {
  .rendezvous .blocBleu.centre {
    margin-left: 50%;
  }
}

/*grid*/
.containAllResult, .containAllResultFiche {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.containAllResult.not, .containAllResultFiche.not {
  width: 0;
}

.containAllResult .resultUnique, .containAllResultFiche .resultUnique {
  border-radius: 30px;
  border: 1px solid #22BBEA;
  margin-bottom: 30px;
  width: 100%;
  max-width: 343px;
  padding: 0 17px 0 0;
  margin-left: 7px;
  margin-right: 7px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.containAllResult .resultUnique img, .containAllResultFiche .resultUnique img {
  margin-right: 17px;
}

@media screen and (min-width: 1024px) {
  .containAllResult .resultUnique img, .containAllResultFiche .resultUnique img {
    margin-right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}

.containAllResult .resultUnique .textRC, .containAllResultFiche .resultUnique .textRC {
  padding: 17px 17px 17px 0;
  max-width: 100%;
}

@media screen and (min-width: 1024px) {
  .containAllResult .resultUnique, .containAllResultFiche .resultUnique {
    max-width: calc(50% - 20px);
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    margin: 0px 10px 20px 10px;
    padding: 0px 0px 30px 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .containAllResult .resultUnique .textRC, .containAllResultFiche .resultUnique .textRC {
    padding-top: 10px;
    padding-bottom: 0;
    padding-left: 15%;
    padding-right: 15%;
    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-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .containAllResult .resultUnique.ficheQuartier, .containAllResultFiche .resultUnique.ficheQuartier {
    max-width: calc(33% - 20px);
    -ms-flex-preferred-size: calc(33% - 20px);
        flex-basis: calc(33% - 20px);
  }
}

@media screen and (min-width: 1280px) {
  .containAllResult .resultUnique, .containAllResultFiche .resultUnique {
    max-width: calc(33% - 20px);
    -ms-flex-preferred-size: calc(33% - 20px);
        flex-basis: calc(33% - 20px);
  }
  .containAllResult .resultUnique.ficheQuartier, .containAllResultFiche .resultUnique.ficheQuartier {
    max-width: calc(25% - 20px);
    -ms-flex-preferred-size: calc(25% - 20px);
        flex-basis: calc(25% - 20px);
  }
}

@media screen and (min-width: 1280px) {
  .containAllResult .resultUnique, .containAllResultFiche .resultUnique {
    margin-bottom: 53px;
  }
}

.containAllResult .resultUnique img, .containAllResultFiche .resultUnique img {
  width: 133px;
  height: 100%;
  display: block;
  border-radius: 30px 0 0 30px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 1024px) {
  .containAllResult .resultUnique img, .containAllResultFiche .resultUnique img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 30px 30px 0 0;
  }
}

.containAllResult .resultUnique .containClassN, .containAllResultFiche .resultUnique .containClassN {
  display: block;
  text-align: left;
  font-size: 12px;
  line-height: 20px;
  padding-bottom: 20px;
}

@media screen and (min-width: 1024px) {
  .containAllResult .resultUnique .containClassN, .containAllResultFiche .resultUnique .containClassN {
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.containAllResult .resultUnique .containClassN .classN, .containAllResultFiche .resultUnique .containClassN .classN {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #22BBEA;
}

@media screen and (min-width: 1024px) {
  .containAllResult .resultUnique .containClassN .classN, .containAllResultFiche .resultUnique .containClassN .classN {
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (min-width: 1024px) {
  .containAllResult .resultUnique .btnGuide, .containAllResultFiche .resultUnique .btnGuide {
    margin: 0 auto;
  }
}

.containAllResult .resultUnique:hover .btnGuide, .containAllResultFiche .resultUnique:hover .btnGuide {
  color: #22BBEA;
  background-color: #fff;
  border-color: #22BBEA;
}
