@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap);
@charset "UTF-8";
#navbar{
  display: flex;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  height: 85px;
  background-color: #ffeb00;
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
#navbar .img-container {
  height: 80%;
}
#navbar .img-container img {
  max-height: 100%;
  width: auto;
  height: 100%;
}
#navbar #cart-button > a > div {
  position: relative;
}
#navbar #cart-button > a > div > div {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: white;
  background: black;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  position: absolute;
  top: -9px;
  right: -9px;
}
@media screen and (min-width: 1024px) {
  #navbar #filter-button {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #navbar #login-button-new .to-hide, #navbar #member-button .to-hide, #navbar #cart-button .to-hide, #navbar #click-collect-button .to-hide {
    display: none;
  }
}


#image-header {
  height: 511px;
  background-image: url("/media/photos/sketch-entrance-lumen.png");
  background-position: center;
  background-color: white;
  background-size: 80vw;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1024px) {
  #image-header {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  #image-header {
    display: block;
  }
}

#offices-presentation{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#offices-presentation .card{
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
@media (min-width: 768px){
  #offices-presentation .card{
    margin-top: 0px;
  }
}
#offices-presentation .card {
  position: relative;
  color: white;
  border-radius: 0;
  transform: none;
  transition: transform 0.2s;
}
#offices-presentation .card:hover {
  transform: scale(1.05);
  transition: transform 0.2s;
}
#offices-presentation .card .title {
  font: normal normal medium 16px/27px "Montserrat";
  opacity: 0.99;
}
#offices-presentation .card .description {
  font: normal normal medium 13px/27px "Montserrat";
  opacity: 0.75;
}
#offices-presentation .card img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#offices-presentation .card .card-body {
  background: linear-gradient(rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64));
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  z-index: 10;
  padding: 1.5rem;
}
#offices-presentation .first-line{
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media (min-width: 768px){
  #offices-presentation .first-line{
    display: grid;
  }
}
#offices-presentation .first-line .card {
  height: 300px;
}
#offices-presentation .second-line{
  margin-top: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media (min-width: 768px){
  #offices-presentation .second-line{
    display: grid;
  }
}
#offices-presentation .second-line .card {
  height: 230px;
}

#travailler-a-confluence {
  background-color: #ffeb00;
  min-height: 350px;
  padding-top: 250px;
  padding-bottom: 100px;
}
#travailler-a-confluence .tear-form {
  background-color: black;
}
#travailler-a-confluence ul {
  list-style: none; /* Remove default bullets */ margin-top: 1rem;
}
@media (min-width: 1024px){
  #travailler-a-confluence ul{
    margin-top: 0px;
  }
}
#travailler-a-confluence ul li {
  display: flex;
  align-items: center;
}
#travailler-a-confluence ul li::before {
  content: "•"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: white; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: 0; /* Also needed for space (tweak if needed) */
  font-size: 35px;
}
@media (min-width: 1024px) {
  #travailler-a-confluence ul li::before {
    margin-left: -1em;
  }
}
#travailler-a-confluence h2{
  margin-top: 1.5rem;
}
#travailler-a-confluence .list-section ul li{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
#travailler-a-confluence .list-section ul li .title {
  font: normal normal bold 14px/18px Montserrat;
}
#travailler-a-confluence .list-section ul li .description {
  font: normal normal medium 14px/18px Montserrat;
}
#travailler-a-confluence .own-block {
  display: block;
}

#homepage #just-reveal-your-workside {
  margin: 105px 0;
}
#homepage .maps-container {
  background-color: rgb(0, 0, 0);
  height: 40vw;
  max-height: 500px;
  background-size: cover;
  background-position: center;
}

#actualites-section{
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (min-width: 768px){
  #actualites-section{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

#actualites-section {
  margin-bottom: -250px;
}
#actualites-section .own-card{
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border-color: transparent;
  box-shadow: 0px 7px 19px rgba(0, 4, 106, 0.0980392157);
  border-radius: 8px;
}
#actualites-section .own-card .text-section {
  height: 235px;
  padding: 35px;
  text-align: center;
}
#actualites-section .own-card .text-section .title {
  margin-bottom: 35px;
  text-transform: uppercase;
  font: normal normal bold 18px/22px Montserrat;
}
#actualites-section .own-card .text-section .description {
  font: normal normal medium 12px/18px Montserrat;
  color: #363636;
}
#actualites-section .own-card .image-section {
  height: 235px;
}
#actualites-section .own-card .image-section img {
  border-radius: 0 0 8px 8px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

#news-section{
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-align: center;
}
#news-section h2{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}
#news-section .main-carousel{
  margin-top: 2rem;
  text-align: center;
}
#news-section .main-carousel .flickity-viewport{
  overflow: visible;
}
#news-section .main-carousel .flickity-page-dots {
  bottom: -40px;
}
#news-section .main-carousel .flickity-button {
  display: none;
}
@media (min-width: 640px) {
  #news-section .main-carousel .flickity-button {
    display: block;
  }
}
#news-section .main-carousel .flickity-prev-next-button.next {
  right: -30px;
}
#news-section .main-carousel .flickity-prev-next-button.previous {
  left: -30px;
}
#news-section .main-carousel .flickity-page-dots {
  display: none;
}
@media (min-width: 640px) {
  #news-section .main-carousel .flickity-page-dots {
    display: block;
  }
}
#news-section .main-carousel .carousel-cell {
  width: 100%;
  display: flex;
  align-items: stretch;
  min-height: 100%;
}
@media (min-width: 640px) {
  #news-section .main-carousel .carousel-cell {
    width: 33%;
  }
}

#en-savoir-plus {
  height: 381px;
  align-items: center;
  text-align: center;
  background-size: cover !important;
  background: linear-gradient(rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64)), url("/media/photos/lyon-image-test.jpg") center no-repeat;
  display: flex;
  justify-content: center;
}
#en-savoir-plus h3 {
  color: white;
  font: normal normal 900 35px/43px Montserrat;
}
#en-savoir-plus button{
  margin-top: 2.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border: solid 3px white;
}
#en-savoir-plus button:hover {
  color: white !important;
  background-color: transparent !important;
}

.news-card {
  margin-left: 20px;
  margin-right: 20px;
}
.news-card .illustration-section img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 195px;
  -o-object-position: center;
     object-position: center;
}
.news-card .text-section {
  text-align: center;
  margin-bottom: 40px;
}
.news-card .text-section .date-section {
  margin-bottom: 10px;
}
.news-card .text-section .title-section {
  text-transform: uppercase;
  color: black;
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 600;
}
.news-card .button-section {
  margin-bottom: 20px;
}
.news-card .button-section a {
  border: solid 2px #ffeb00;
  padding: 10px;
}
.news-card .button-section a:hover {
  border: solid 2px black;
  background-color: black;
  color: white;
}

#footer {
  background-color: #000000;
  color: white;
  font: normal normal medium 14px/38px Montserrat;
  padding-top: 100px;
  padding-bottom: 100px;
}
#footer .col-title {
  text-transform: uppercase;
  font: normal normal 600 18px/22px Montserrat;
  letter-spacing: 0.9px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-bottom: 30px;
}
#footer #footerMailAdressForm #mailAdressFooter {
  border: solid 2px white;
  background-color: transparent;
  width: 100%;
  height: 40px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
#footer #footerMailAdressForm .submitButton {
  background-color: white;
  font-family: "Montserrat", sans-serif;
  color: black;
  width: 100%;
  height: 40px;
  margin-top: 20px;
  padding: 0.5rem;
}
#footer .links-section {
  font-weight: 400;
}
#footer .links-section li{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
#footer .links-section li a {
  display: inline-block;
  position: relative;
}
#footer .links-section li a:hover {
  color: white;
}
#footer .links-section li a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
#footer .links-section li a:hover:after {
  width: 100%;
  left: 0;
}
#footer .social-icons{
  display: flex;
  justify-content: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
#search-for-hours #footer .social-icons, #search-for-date #footer .social-icons {
  justify-content: center;
}
#footer .social-icons img {
  width: 40px;
  height: 40px;
}
#footer .logo {
  margin-bottom: 40px;
  justify-content: center;
}
#footer .logo img {
  width: 100%;
  max-width: 300px;
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: hidden;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  left: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  right: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0px, 0px, 0px);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.date-weekend {
  color: lightgrey !important;
  text-decoration: line-through;
}

.flatpickr-calendar {
  overflow: hidden;
}

.flatpickr-day.selected {
  background-color: #ffeb00;
  border-color: #ffeb00;
}
.flatpickr-day.selected:hover, .flatpickr-day.selected:focus {
  background-color: #ffeb00;
  border-color: #ffeb00;
}

.flatpickr-day.today {
  border-color: #ffeb00;
}

.flatpickr-calendar.inline {
  margin: auto;
  box-shadow: none;
}

#open-search-form.negative-margin-top {
  margin-top: -80px;
}

@media screen and (min-width: 1024px) {
  #search-form-compact {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  #search-form-compact {
    display: block;
  }
}
@media screen and (min-width: 639px) and (max-width: 1023px) {
  #search-form-compact {
    padding-right: 8rem;
    padding-left: 8rem;
  }
}

#search-form {
  position: sticky;
  /****chloe carefull*****/
  /*top: 85px;*/
  /****chloe carefull*****/
  transition: 0.5s opacity ease-in-out, 0.3s top ease-in-out;
  width: 100%;
  opacity: 1;
  box-sizing: border-box;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  #search-form {
    display: none;
  }
}
#search-form button, #search-form select {
  cursor: pointer;
}
#search-form .quantity-section-filter{
  grid-column: span 3 / span 3;
}
#search-form .quantity-section-filter * {
  box-sizing: border-box;
}
#search-form .quantity-section-filter input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#search-form .quantity-section-filter .input-number {
  flex: 1;
  padding: 0 12px;
  vertical-align: top;
  text-align: center;
  outline: none;
}
#search-form .quantity-section-filter .input-number,
#search-form .quantity-section-filter .input-number-decrement,
#search-form .quantity-section-filter .input-number-increment {
  height: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#search-form .quantity-section-filter .input-number-decrement,
#search-form .quantity-section-filter .input-number-increment {
  display: inline-block;
  width: 20px;
  line-height: 38px;
  background: white;
  color: #ffeb00;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
#search-form .quantity-section-filter .input-number-decrement:active,
#search-form .quantity-section-filter .input-number-increment:active {
  background: #ddd;
}

#search-form.hide {
  pointer-events: none;
  opacity: 0;
}

#page-container {
  transition: 0.3s all ease-in-out;
}

#page-container.search-hide {
  margin-top: -125px;
}

#search-form-deploy {
  width: 100%;
  min-height: 50px;
  background: white;
  color: black;
  position: absolute;
  top: 78px;
  padding: 40px;
  opacity: 1;
  border-top: 1px solid #9EABBF;
  transition: 0.3s all ease-in-out;
}

#search-form-deploy.hide {
  min-height: 0px;
  max-height: 0px;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

@media screen and (min-width: 1280px) {
  #search-form-deploy.container {
    width: 1120px;
  }
}
@media screen and (max-width: 1279px) {
  #search-form-deploy.container {
    width: 896px;
  }
}
@media screen and (max-width: 1023px) {
  #search-form-deploy.container {
    width: 704px;
  }
}

#search-for-hours label, #search-for-date label {
  font-weight: normal;
  font-size: 0.8rem;
  color: inherit;
}
#search-for-hours .ws-100, #search-for-date .ws-100 {
  width: 100%;
}
#search-for-hours .ws-50, #search-for-date .ws-50 {
  width: 50%;
}
#search-for-hours .ps-20, #search-for-date .ps-20 {
  padding: 20px;
}
#search-for-hours .ps-15, #search-for-date .ps-15 {
  padding: 15px 20px;
}
#search-for-hours .justify-center, #search-for-date .justify-center {
  justify-content: center;
}
#search-for-hours .search-radio-border, #search-for-date .search-radio-border {
  border: 2px solid #9EABBF;
  border-radius: 3px;
}
#search-for-hours .search-radio-border:hover, #search-for-date .search-radio-border:hover {
  border: 2px solid #ffeb00;
}
#search-for-hours .search-radio-border-primary, #search-for-date .search-radio-border-primary {
  border: 2px solid #ffeb00;
}
#search-for-hours .search-radio-border-off, #search-for-date .search-radio-border-off {
  border: 2px solid #9EABBF;
}
#search-for-hours .search-radio-topborder, #search-for-date .search-radio-topborder {
  border-top: 1px solid #9EABBF;
}
#search-for-hours .search-halfday-item, #search-for-date .search-halfday-item {
  background: #f4f4f4;
  border: 2px solid white;
  box-sizing: border-box;
}
#search-for-hours .search-halfday-item:hover, #search-for-date .search-halfday-item:hover {
  border: 2px solid #ffeb00;
  background: transparent;
}
#search-for-hours .search-halfday-item .active, #search-for-date .search-halfday-item .active {
  border: 2px solid #ffeb00;
  background: transparent;
}

.nav-tab-section{
  display: none;
}

.flatpickr-day.nav-tab-section {
  visibility: hidden;
}

.nav-tab-section.active {
  display: block;
}

.tab-selector-navbar {
  display: flex;
  gap: 3px;
  height: 45px;
}
.tab-selector-navbar .nav-tab {
  flex: 1;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px 10px 0 0;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
}
#search-for-hours .tab-selector-navbar .nav-tab, #search-for-date .tab-selector-navbar .nav-tab {
  justify-content: center;
}
.tab-selector-navbar .nav-tab {
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s background;
}
.tab-selector-navbar .nav-tab:hover {
  background: rgba(255, 255, 255, 0.7);
  color: black;
}
.tab-selector-navbar input[type=radio] {
  display: none;
}
.tab-selector-navbar input[type=radio]:checked + label {
  background-color: white;
  color: black;
}
.tab-selector-navbar .nav-tab.active {
  background: rgb(255, 255, 255);
  color: #000000;
}

.tab-selector-navbar-space {
  display: flex;
  gap: 25px;
}
.tab-selector-navbar-space .nav-tab {
  flex: 1;
  background: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#search-for-hours .tab-selector-navbar-space .nav-tab, #search-for-date .tab-selector-navbar-space .nav-tab {
  justify-content: center;
}
.tab-selector-navbar-space .nav-tab {
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s background;
  padding: 20px;
  border: 2px solid #9EABBA;
  color: grey;
}
.tab-selector-navbar-space .nav-tab:hover {
  border: 2px solid #ffeb00;
  color: black;
}
.tab-selector-navbar-space input[type=radio] {
  display: none;
}
.tab-selector-navbar-space input[name=typeDeSalle]:checked + label {
  border: 2px solid #ffeb00;
  color: black;
}
.tab-selector-navbar-space .nav-tab.active {
  background: rgb(255, 255, 255);
  color: #000000;
}

.tab-selector-navbar-space.hide {
  min-height: 0px;
  max-height: 0px;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.tab-bar{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  position: relative;
  color: #738191;
  font-size: 12px;
  padding: 20px;
  font-weight: 500;
  background-color: white;
}
.tab-bar .subcategory-title {
  font-weight: 700;
  font-size: 14px;
}
.tab-bar select {
  font-weight: 700;
  font-size: 14px;
}
.tab-bar select::-moz-placeholder {
  color: #738191;
}
.tab-bar select::placeholder {
  color: #738191;
}
.tab-bar select:focus {
  border: none;
}
.tab-bar #typeDeSalle, .tab-bar #typeDeSalle-filter,
.tab-bar #select_1, .tab-bar #select_2 {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.tab-bar label input, .tab-bar label .form-result, .tab-bar button input, .tab-bar button .form-result {
  font-weight: 700;
  font-size: 14px;
}
.tab-bar label input::-moz-placeholder, .tab-bar label .form-result::-moz-placeholder, .tab-bar button input::-moz-placeholder, .tab-bar button .form-result::-moz-placeholder {
  color: #738191;
}
.tab-bar label input::placeholder, .tab-bar label .form-result::placeholder, .tab-bar button input::placeholder, .tab-bar button .form-result::placeholder {
  color: #738191;
}
.tab-bar label input:focus, .tab-bar label .form-result:focus, .tab-bar button input:focus, .tab-bar button .form-result:focus {
  border: none;
}
.tab-bar .tab-button-section{
  grid-column: span 2 / span 2;
}
.tab-bar .tab-button-section button, .tab-bar .tab-button-section label{
  display: inline-flex;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left;
}
.tab-bar .tab-button-section button:hover, .tab-bar .tab-button-section label:hover{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.tab-bar .tab-button-section button, .tab-bar .tab-button-section label {
  flex: 2;
  justify-content: space-between;
  border: solid #738191;
  border-width: 0 1px 0 0;
}
.tab-bar .tab-button-section button .big-information, .tab-bar .tab-button-section label .big-information {
  font-weight: 800;
  font-size: 14px;
}
.tab-bar .tab-button-section button svg, .tab-bar .tab-button-section label svg{
  margin-left: 0.5rem;
  height: 1.25rem;
  width: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.group:hover .tab-bar .tab-button-section button svg,.group:hover  .tab-bar .tab-button-section label svg{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.tab-bar .tab-button-section button .guest-button-search:hover, .tab-bar .tab-button-section label .guest-button-search:hover {
  fill: black;
}
.tab-bar .tab-button-section button.search-button-top {
  min-width: 200px;
}
.tab-bar .tab-button-section button.search-button {
  border: none;
  justify-content: right;
  flex: 1;
}
.tab-bar .tab-button-section button.search-button .search-button-button {
  background-color: #ffeb00;
  border-radius: 5px;
  min-width: 35px;
  max-width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab-bar .tab-button-section button.search-button .search-button-button svg {
  margin: 5px;
}
.tab-bar .tab-button-section .special-test {
  background: transparent;
  height: 39px;
  width: calc(100% - 20px);
  position: absolute;
  top: 0;
  padding-top: 16px;
}
.tab-bar .tab-button-section label, .tab-bar .tab-button-section button {
  border-right: 1px solid #9EABBA;
  padding: 0 10px;
}
.tab-bar .tab-button-section-search label {
  max-width: 20%;
}
.tab-bar .input-guest-decrement,
.tab-bar .input-guest-increment {
  width: 20%;
  height: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #ffeb00;
}

.tab-1{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

#login-popup {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
}

#search-for-hours #login-popup, #search-for-date #login-popup {
  justify-content: center;
}

#login-popup {
  overflow: auto;
  z-index: 99;
}
#login-popup .content {
  max-width: 80%;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  width: 100%;
  min-height: 450px;
}
@media (min-width: 768px) {
  #login-popup .content {
    display: flex;
    max-width: 830px;
  }
}
#login-popup .content h2 {
  font: normal normal 900 27px/45px Montserrat;
  letter-spacing: 1.35px;
  text-align: center;
}
#login-popup .content form input[type=email],
#login-popup .content form input[type=password],
#login-popup .content form input[type=tel],
#login-popup .content form input[type=text] {
  width: 100%;
  background: #f7f7f7 0% 0% no-repeat padding-box;
  padding: 13px 24px;
  margin-top: 20px;
  border-radius: 4px;
}
#login-popup .content form input[type=email]::-moz-placeholder, #login-popup .content form input[type=password]::-moz-placeholder, #login-popup .content form input[type=tel]::-moz-placeholder, #login-popup .content form input[type=text]::-moz-placeholder {
  color: #9eabba;
}
#login-popup .content form input[type=email]::placeholder,
#login-popup .content form input[type=password]::placeholder,
#login-popup .content form input[type=tel]::placeholder,
#login-popup .content form input[type=text]::placeholder {
  color: #9eabba;
}
#login-popup .content form input[type=email]:focus,
#login-popup .content form input[type=password]:focus,
#login-popup .content form input[type=tel]:focus,
#login-popup .content form input[type=text]:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #f7f7f7;
}
#login-popup .content form input[type=submit] {
  width: 100%;
  padding: 13px 24px;
  margin-top: 20px;
  border: none;
  font: normal normal medium 14px/18px Montserrat;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
}
#login-popup .content form input[type=submit]:hover {
  background: black;
  color: white;
}
#login-popup .content .first-col{
  flex: 1 1 0%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
#login-popup .content .first-col .forgot-password-text {
  font: normal normal medium 14px/18px Montserrat;
}
#login-popup .content .first-col input[type=submit] {
  background: #ffeb00;
}
#login-popup .content .second-col{
  flex: 1 1 0%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #ffeb00;
}
#login-popup .content .phone-container > div {
  width: 100%;
  margin-top: 20px;
  border: none;
  font: normal normal medium 14px/18px Montserrat;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
}
#login-popup .content .phone-container .iti__flag-container {
  border-radius: 4px;
}
#login-popup .content .phone-container .iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(255, 255, 255, 0);
}

#nav-menu, #filter-menu{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background-color: white;
  border-radius: 0;
  color: black;
  position: fixed;
  width: 100%;
  z-index: 30;
  max-height: 60vh;
  overflow: scroll;
  top: 85px;
  left: -100%;
  opacity: 0;
  padding: 14px 30px;
  transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out, border-radius 0.3s ease-in-out, width 0.2s ease-in-out;
}
@media (min-width: 640px) {
  #nav-menu, #filter-menu {
    width: 350px;
    left: -400px;
    border-radius: 20px 0 20px 20px;
  }
}
#nav-menu ul li, #filter-menu ul li{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#nav-menu ul li a:hover, #filter-menu ul li a:hover {
  color: #ffeb00;
}
#nav-menu ul li.title-menu, #filter-menu ul li.title-menu {
  font-weight: 700;
  margin-top: 20px;
}
#nav-menu ul li.navplus, #filter-menu ul li.navplus {
  justify-content: center;
}
#nav-menu a:hover, #filter-menu a:hover {
  color: white;
}

#nav-menu.show,
#filter-menu.show {
  left: 0;
  opacity: 1;
}

@media screen and (min-width: 1024px) {
  #filter-menu {
    display: none;
  }
}
#filter-menu label {
  color: #738191;
  font-size: 12px;
  font-weight: 500;
  width: 100%;
}
#filter-menu button.search-button {
  border: none;
  justify-content: right;
  flex: 1;
}
#filter-menu button.search-button .search-button-button {
  background-color: #ffeb00;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#filter-menu button.search-button .search-button-button svg {
  margin: 5px;
}
#filter-menu .form-result {
  font-weight: 700;
  font-size: 14px;
  color: #738191;
  height: 30px;
  width: 100%;
  padding: 0 10px;
  border: 1px solid transparent;
  border-radius: 8px;
}
#filter-menu .form-result::-moz-placeholder {
  color: #738191;
  cursor: pointer;
}
#filter-menu .form-result::placeholder {
  color: #738191;
  cursor: pointer;
}
#filter-menu .form-result:focus {
  border: none;
}
#filter-menu .form-result:hover {
  border: 1px solid lightgrey;
  cursor: pointer;
  color: black;
}
#filter-menu .button-filter {
  margin-right: 10px;
  color: grey;
  font-weight: 700;
  font-size: 0.8rem;
}
#filter-menu .quantity-section{
  grid-column: span 3 / span 3;
}
#filter-menu .quantity-section * {
  box-sizing: border-box;
}
#filter-menu .quantity-section input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#filter-menu .quantity-section .input-number {
  width: calc(100% - 70px);
  padding: 0 12px;
  vertical-align: top;
  text-align: center;
  outline: none;
  border-right: none !important;
  border-left: none !important;
}
#filter-menu .quantity-section .input-number,
#filter-menu .quantity-section .input-number-decrement,
#filter-menu .quantity-section .input-number-increment {
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#filter-menu .quantity-section .input-number-decrement,
#filter-menu .quantity-section .input-number-increment {
  display: inline-block;
  width: 30px;
  line-height: 27px;
  background: white;
  color: #ffeb00;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
#filter-menu .quantity-section .input-number-decrement:active,
#filter-menu .quantity-section .input-number-increment:active {
  background: #ddd;
}
#filter-menu .quantity-section .input-number-decrement {
  border-right: none;
  border-radius: 4px 0 0 4px;
}
#filter-menu .quantity-section .input-number-increment {
  border-left: none;
  border-radius: 0 4px 4px 0;
}

#three-images-viewer{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#three-images-viewer .visible-section {
  border-radius: 20px;
  overflow: hidden;
}
#three-images-viewer .visible-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
#three-images-viewer .visible-section .first-section {
  width: 70%;
}
#three-images-viewer .visible-section .second-section {
  width: 30%;
}
#three-images-viewer .three-images-viewer-popup {
  display: none;
  z-index: 10;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
}
#three-images-viewer .three-images-viewer-popup .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 90%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  #three-images-viewer .three-images-viewer-popup .image {
    max-width: 70%;
  }
}
#three-images-viewer .three-images-viewer-popup .image img {
  width: 100%;
}
#three-images-viewer .three-images-viewer-popup.active {
  display: flex;
}

#espace-membre-sidebar{
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: white;
  width: 290px;
  min-height: calc(100vh - 164px);
}
#espace-membre-sidebar .section-title{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: left;
  font: normal normal medium 12px/24px Montserrat;
  letter-spacing: 1.2px;
  color: #9eabba;
  text-transform: uppercase;
  opacity: 1;
}
#espace-membre-sidebar ul a li{
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font: normal normal medium 14px/24px Montserrat;
  color: #363636;
}
#espace-membre-sidebar ul a li:hover {
  background-color: #f7f7f7;
}
#espace-membre-sidebar ul a.active li {
  background-color: #f7f7f7;
}

#profilPage{
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

#member-area .member-content .page-title {
  font: normal normal medium 22px/45px Montserrat;
  letter-spacing: 1.1px;
  color: #000000;
  font-size: 22px;
}
#member-area .member-content .modifier-button {
  font: normal normal medium 12px/15px Montserrat;
  color: #000000;
}
#member-area .member-content label {
  font: normal normal medium 12px/15px Montserrat;
  color: #9eabba;
}
#member-area .member-content input{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#member-area .member-content select{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#member-area .member-content textarea{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#member-area .member-content .password-button-modify {
  font: normal normal medium 12px/15px Montserrat;
  color: #418aff;
}
#member-area .member-content .divider {
  height: 1px;
  background-color: #9eabba;
}

#newIncident{
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

#article-page {
  overflow: hidden;
  /* start radio button */
}
#article-page .page-title {
  font: normal normal 900 35px/45px Montserrat;
  letter-spacing: 1.75px;
  text-transform: uppercase;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#article-page .table-auto td{
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  text-align: center;
}
#article-page .table-auto th{
  font-weight: 500;
}
#article-page .button{
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border: solid 2px #ffeb00;
  color: #738191;
}
#article-page .button:hover {
  background-color: black;
  color: white;
  border-color: black;
}
#article-page .tab-link a {
  color: #418aff;
}
#article-page .text-section p{
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: #363636;
}
#article-page .section-title {
  font-size: 24px;
  letter-spacing: 1px;
}
#article-page .config-section .configuration-list ul {
  list-style: inside;
  font: normal normal 600 14px/24px Montserrat;
}
#article-page .divider {
  border: 1px solid #c1cad3;
  opacity: 1;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
}
#article-page .equipements-section .equipements-list{
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#article-page .equipements-section .equipements-list .bubble-section{
  display: flex;
  align-items: center;
  gap: 1rem;
}
#article-page .equipements-section .equipements-list .bubble-section .bubble{
  align-items: center;
  padding: 0.5rem;
  background-color: #ffeb00;
  border-radius: 100% 0 100% 100%;
}
#article-page .optional-services-section .services-list{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
#article-page .optional-services-section .services-list .service{
  display: flex;
  align-items: center;
  gap: 1rem;
}
#article-page .optional-services-section .services-list .service img {
  width: 78px;
  height: 78px;
  -o-object-fit: cover;
     object-fit: cover;
}
#article-page .optional-services-section .services-list .service .text-section .service-title {
  font-weight: 600;
}
@media screen and (max-width: 1279px) {
  #article-page .show-info {
    flex-direction: column;
  }
}
#article-page .datepicker-section{
  margin-top: 2.5rem;
}
#article-page .datepicker-section input:disabled + label {
  background-color: #eee;
  cursor: not-allowed;
  text-decoration: line-through;
}
#article-page .datepicker-section .card{
  padding: 2rem;
  box-shadow: 0px 10px 40px rgba(0, 18, 87, 0.1019607843);
  border-radius: 20px;
  position: sticky;
  position: -webkit-sticky;
  bottom: 50px;
  margin: auto;
  margin-bottom: 50px;
  width: 500px;
}
@media screen and (max-width: 1279px) {
  #article-page .datepicker-section .card {
    width: 100%;
  }
}
#article-page .datepicker-section .card .available {
  color: #418aff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
#search-for-hours #article-page .datepicker-section .card .available, #search-for-date #article-page .datepicker-section .card .available {
  justify-content: center;
}
#article-page .datepicker-section .card .recap-section select{
  width: 100%;
  border: 2px #ffeb00;
}
#article-page .datepicker-section .card .recap-section input[type=submit]{
  margin-top: 2rem;
  width: 100%;
  padding: 0.5rem;
  background-color: #ffeb00;
  color: black;
  cursor: pointer;
}
#article-page input[type=radio] {
  position: absolute;
  visibility: hidden;
  display: none;
}
#article-page label {
  color: black;
  display: flex;
  cursor: pointer;
  font-weight: bold;
  padding: 10px 5px;
  font-size: 12px;
  width: 100%;
  justify-content: center;
  align-items: center;
}
#article-page input[type=radio]:checked + label {
  color: black;
  background: #ffeb00;
}
#article-page label + input[type=radio] + label {
  border-left: solid 2px #ffeb00;
}
#article-page .radio-group {
  border: solid 2px #ffeb00;
  display: flex;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
#article-page input[type=time] {
  width: 100%;
  text-align: center;
  border: solid 2px #ffeb00;
  border-radius: 4px;
}
#article-page input.flatpickr-input {
  border: solid 2px #ffeb00;
  padding: 10px;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}
#article-page input[type=time]::-webkit-calendar-picker-indicator {
  display: none;
}
#article-page .time-label {
  color: #738191;
  font-size: 12px;
}
#article-page .select-field {
  border: solid 2px #ffeb00 !important;
  padding: 10px;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}
#article-page .available-room {
  border: solid 2px #ffeb00;
  background-color: #ffeb00;
  padding: 10px;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}
#article-page .unavailable-room {
  background-color: #eee;
  cursor: not-allowed;
  border: solid 2px #eee !important;
  padding: 10px;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}
#article-page input[type=submit] {
  font-weight: bold;
}
#article-page input[type=submit]:hover {
  background-color: black !important;
  color: white !important;
}
#article-page input[type=submit]:disabled {
  font-weight: bold;
  background-color: #eee !important;
  text-decoration: line-through;
}
#article-page input[type=submit]:disabled:hover {
  color: black !important;
  border-color: #ffeb00;
}

.price-elem {
  border: solid 2px #ffeb00;
  border-radius: 10px;
  padding: 30px 10px;
  font-size: 13px;
  color: #363636;
  text-align: center;
}
.price-elem .contrat-type {
  background-color: #efefef;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  border-radius: 10px;
  color: black;
  margin: auto auto 15px;
}
.price-elem .price {
  color: black;
  font-weight: bolder;
  font-size: 20px;
}

#purchase-page h1 {
  font: normal normal 900 35px/45px Montserrat;
  font-size: 35px;
}
#purchase-page h4 {
  font: normal normal medium 20px/45px Montserrat;
  font-size: 20px;
}
#purchase-page .quantity-section{
  grid-column: span 3 / span 3;
}
#purchase-page .quantity-section * {
  box-sizing: border-box;
}
#purchase-page .quantity-section input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#purchase-page .quantity-section .input-number {
  width: 80px;
  padding: 0 12px;
  vertical-align: top;
  text-align: center;
  outline: none;
  border: 1px solid #eae9f2;
  border-right: none !important;
  border-left: none !important;
}
#purchase-page .quantity-section .input-number,
#purchase-page .quantity-section .input-number-decrement,
#purchase-page .quantity-section .input-number-increment {
  border: 1px solid #eae9f2;
  height: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#purchase-page .quantity-section .input-number-decrement,
#purchase-page .quantity-section .input-number-increment {
  display: inline-block;
  width: 30px;
  line-height: 38px;
  background: white;
  color: #ffeb00;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
#purchase-page .quantity-section .input-number-decrement:active,
#purchase-page .quantity-section .input-number-increment:active {
  background: #ddd;
}
#purchase-page .quantity-section .input-number-decrement {
  border-right: none;
  border-radius: 4px 0 0 4px;
}
#purchase-page .quantity-section .input-number-increment {
  border-left: none;
  border-radius: 0 4px 4px 0;
}
#purchase-page .product-option {
  background-color: white;
  border-radius: 4px;
  outline: 4px solid transparent;
}
#purchase-page .product-option .illustration-section {
  height: 150px;
}
#purchase-page .product-option .illustration-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 4px 4px 0 0;
}
#purchase-page .product-option .divider {
  height: 3px;
  background-color: #f7f7f7;
}
#purchase-page .product-option.selected {
  outline: 4px solid #ffeb00;
}
#purchase-page .products-list{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
#purchase-page .products-list .product-section{
  padding: 1rem;
}
#purchase-page .products-list .product-section .product-section-title {
  font: normal normal normal 20px/45px Montserrat;
}
#purchase-page .products-list .product-section .product{
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
}
#purchase-page .products-list .product-section .product .product-name{
  grid-column: span 6 / span 6;
  font: normal normal normal 14px/19px Montserrat;
}
#purchase-page .products-list .product-section .product .price-section{
  grid-column: span 3 / span 3;
  text-align: right;
}
#purchase-page .products-list .product-section-divider {
  display: block;
  width: 100%;
  height: 5px;
  background-color: #f7f7f7;
}
#purchase-page .products-list .product-comment{
  padding: 1rem;
}
#purchase-page .products-list .product-comment .product-comment-title {
  font: normal normal normal 20px/45px Montserrat;
}
#purchase-page .products-list .product-comment textarea{
  margin-top: 1.5rem;
  padding: 1rem;
  width: 100%;
  background: #f7f7f7 0% 0% no-repeat padding-box;
}
#purchase-page .products-list .submit-section{
  padding: 1rem;
  text-align: right;
}
#purchase-page .products-list .submit-section input{
  padding: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
  background: #ffeb00;
}
#purchase-page .recap-section{
  grid-column: span 2 / span 2;
}
#purchase-page .recap-section .recap{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-radius: 20px;
  position: sticky;
  top: 50px;
}
#purchase-page .recap-section .recap .recap-text {
  font: normal normal normal 14px/18px Montserrat;
}
#purchase-page .recap-section .recap .recap-text .name{
  margin-bottom: 0.75rem;
  font: normal normal 800 Montserrat;
  font-size: 20px;
  font-weight: bold;
}
#purchase-page .recap-section .recap .recap-text .description{
  margin-bottom: 0.75rem;
}
#purchase-page .recap-section .recap .recap-text .price {
  font: normal normal 600 14px/18px Montserrat;
}
#purchase-page .recap-section .recap .additional-products .product{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#purchase-page .recap-section .recap .additional-products .product .name {
  font: normal normal 800 Montserrat;
  font-size: 20px;
  font-weight: bold;
}
#purchase-page .recap-section .recap .additional-products .product .price {
  font: normal normal 600 14px/18px Montserrat;
}
#purchase-page .recap-section .recap .additional-products .divider {
  height: 2px;
  background-color: #f7f7f7;
}
#purchase-page .recap-section .recap .coupon{
  margin-top: 1rem;
}
#purchase-page .recap-section .recap .coupon input{
  padding: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  background: #f7f7f7 0% 0% no-repeat padding-box;
  border: 1px solid #eae9f2;
  border-radius: 3px;
  width: 100%;
}
#purchase-page .recap-section .recap .recap-price{
  margin-top: 2rem;
}
#purchase-page .recap-section .recap .recap-price .elem{
  display: flex;
  justify-content: space-between;
}
#purchase-page .recap-section .recap .submit-section{
  margin-top: 2rem;
}
#purchase-page .recap-section .recap .submit-section input{
  padding: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
  background: #ffeb00;
  width: 100%;
  cursor: pointer;
  border: solid 2px #ffeb00;
}
#purchase-page .recap-section .recap .submit-section input:hover {
  background: transparent;
}
#purchase-page .recap-section .recap .cart-section{
  margin-top: 2rem;
}
#purchase-page .recap-section .recap .cart-section input{
  padding: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
  background: black;
  color: white;
  width: 100%;
  cursor: pointer;
  border: solid 2px black;
}
#purchase-page .recap-section .recap .cart-section input:hover {
  background: transparent;
  color: black;
}

#video-section .video-background {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 80vh;
}
#video-section .video-background iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}
@media (min-aspect-ratio: 16/9) {
  #video-section .video-background iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  #video-section .video-background iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
  }
}
@media screen and (min-width: 1024px) {
  #video-section {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  #video-section {
    display: none;
  }
}

#header-image-title {
  min-height: 425px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding: 20px;
}
#header-image-title h1 {
  max-width: none;
  color: white;
  font-size: 35px;
}

#header-image-title-breadcrumb {
  min-height: 425px;
  display: flex;
  align-items: center;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding: 20px;
}
#header-image-title-breadcrumb h1 {
  max-width: none;
  color: white;
  font-size: 35px;
}
#header-image-title-breadcrumb a:hover {
  color: white;
}

#filter-page .product-card,
#cart-page .product-card,
#share-page .product-card{
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
  padding: 2rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background-color: white;
  border-radius: 7px;
  display: grid;
}
@media screen and (max-width: 767px) {
  #filter-page .product-card,
  #cart-page .product-card,
  #share-page .product-card {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
}
@media screen and (max-width: 424px) {
  #filter-page .product-card,
  #cart-page .product-card,
  #share-page .product-card {
    padding: 1rem;
  }
}
#filter-page .product-card .image-section img,
#cart-page .product-card .image-section img,
#share-page .product-card .image-section img{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  #filter-page .product-card .image-section img,
  #cart-page .product-card .image-section img,
  #share-page .product-card .image-section img {
    max-height: 35vw;
  }
}
#filter-page .product-card .text-section .capacity,
#cart-page .product-card .text-section .capacity,
#share-page .product-card .text-section .capacity {
  color: #9EABBA;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}
#filter-page .product-card .text-section .product-title,
#cart-page .product-card .text-section .product-title,
#share-page .product-card .text-section .product-title {
  text-transform: uppercase;
  font: normal normal 900 22px/45px Montserrat;
}
#filter-page .product-card .text-section .product-description,
#cart-page .product-card .text-section .product-description,
#share-page .product-card .text-section .product-description{
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  #filter-page .product-card .text-section .product-description,
  #cart-page .product-card .text-section .product-description,
  #share-page .product-card .text-section .product-description {
    display: none;
  }
}
#filter-page .product-card .text-section .filled-products,
#cart-page .product-card .text-section .filled-products,
#share-page .product-card .text-section .filled-products{
  margin-top: 0.5rem;
  gap: 0.5rem;
  display: flex;
  color: #738191;
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  #filter-page .product-card .text-section .filled-products,
  #cart-page .product-card .text-section .filled-products,
  #share-page .product-card .text-section .filled-products {
    display: none;
  }
}
#filter-page .product-card .text-section .filled-products div,
#cart-page .product-card .text-section .filled-products div,
#share-page .product-card .text-section .filled-products div {
  background-color: #F7F7F7;
  padding: 5px;
  border-radius: 3px;
}
#filter-page .product-card .text-section .filled-products .option,
#cart-page .product-card .text-section .filled-products .option,
#share-page .product-card .text-section .filled-products .option {
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
  padding-top: 2px;
  padding-bottom: 2px;
}
#filter-page .product-card .text-section .filled-products .option .total-price,
#cart-page .product-card .text-section .filled-products .option .total-price,
#share-page .product-card .text-section .filled-products .option .total-price {
  min-width: 80px;
}
#filter-page .product-card .text-section .filled-products.options,
#cart-page .product-card .text-section .filled-products.options,
#share-page .product-card .text-section .filled-products.options {
  flex-direction: column;
}
#filter-page .product-card .text-section .filled-products.options-booked,
#cart-page .product-card .text-section .filled-products.options-booked,
#share-page .product-card .text-section .filled-products.options-booked {
  flex-direction: row;
  overflow-y: scroll;
}
#filter-page .product-card .cta-section,
#cart-page .product-card .cta-section,
#share-page .product-card .cta-section{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#filter-page .product-card .cta-section .reserver-button,
#cart-page .product-card .cta-section .reserver-button,
#share-page .product-card .cta-section .reserver-button{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #ffeb00;
  width: 100%;
  font-weight: 500;
}
#filter-page .product-card .cta-section .reserver-button:hover,
#cart-page .product-card .cta-section .reserver-button:hover,
#share-page .product-card .cta-section .reserver-button:hover {
  background-color: black;
  color: white;
}
#filter-page .product-card .cta-section .cancel-button,
#cart-page .product-card .cta-section .cancel-button,
#share-page .product-card .cta-section .cancel-button {
  padding: 0.5rem;
  background-color: lightgrey;
  font-weight: 500;
  float: right;
}
#filter-page .product-card .cta-section .cancel-button:hover,
#cart-page .product-card .cta-section .cancel-button:hover,
#share-page .product-card .cta-section .cancel-button:hover {
  background-color: black;
  color: white;
}
#filter-page .product-card .cta-section .available-text,
#cart-page .product-card .cta-section .available-text,
#share-page .product-card .cta-section .available-text {
  font: normal normal bold 14px/21px Montserrat;
}
#filter-page .toggle-checkbox:checked,
#cart-page .toggle-checkbox:checked,
#share-page .toggle-checkbox:checked {
  right: 0;
  border-color: #ffeb00;
}
#filter-page .toggle-checkbox:checked + .toggle-label,
#cart-page .toggle-checkbox:checked + .toggle-label,
#share-page .toggle-checkbox:checked + .toggle-label {
  background-color: #ffeb00;
}
#filter-page .en-voir-plus-filter,
#cart-page .en-voir-plus-filter,
#share-page .en-voir-plus-filter {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#filter-page .en-voir-plus-filter.active,
#cart-page .en-voir-plus-filter.active,
#share-page .en-voir-plus-filter.active {
  -webkit-line-clamp: inherit;
}

#filter-more {
  flex: 1;
}
@media screen and (max-width: 1023px) {
  #filter-more {
    display: none;
  }
}
#filter-more .search-card{
  padding: 1rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background-color: white;
  border-radius: 7px;
  min-width: 250px;
}
@media screen and (max-width: 767px) {
  #filter-more .search-card {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
}
@media screen and (max-width: 424px) {
  #filter-more .search-card {
    padding: 1rem;
  }
}
#filter-more .search-card label {
  color: #738191;
  font-size: 12px;
  font-weight: 500;
  width: 100%;
}
#filter-more .search-card button.search-button {
  border: none;
  justify-content: right;
  flex: 1;
}
#filter-more .search-card button.search-button .search-button-button {
  background-color: #ffeb00;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#filter-more .search-card button.search-button .search-button-button svg {
  margin: 5px;
}
#filter-more .search-card .form-result {
  font-weight: 700;
  font-size: 14px;
  color: #738191;
  height: 30px;
  width: 100%;
  padding: 0 10px;
  border: 1px solid transparent;
  border-radius: 8px;
}
#filter-more .search-card .form-result::-moz-placeholder {
  color: #738191;
  cursor: pointer;
}
#filter-more .search-card .form-result::placeholder {
  color: #738191;
  cursor: pointer;
}
#filter-more .search-card .form-result:focus {
  border: none;
}
#filter-more .search-card .form-result:hover {
  border: 1px solid lightgrey;
  cursor: pointer;
  color: black;
}
#filter-more .search-card .button-filter {
  margin-right: 10px;
  color: grey;
  font-weight: 700;
  font-size: 0.8rem;
}
#filter-more .search-card .quantity-section{
  grid-column: span 3 / span 3;
}
#filter-more .search-card .quantity-section * {
  box-sizing: border-box;
}
#filter-more .search-card .quantity-section input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#filter-more .search-card .quantity-section .input-number {
  width: calc(100% - 70px);
  padding: 0 12px;
  vertical-align: top;
  text-align: center;
  outline: none;
  border-right: none !important;
  border-left: none !important;
}
#filter-more .search-card .quantity-section .input-number,
#filter-more .search-card .quantity-section .input-number-decrement,
#filter-more .search-card .quantity-section .input-number-increment {
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#filter-more .search-card .quantity-section .input-number-decrement,
#filter-more .search-card .quantity-section .input-number-increment {
  display: inline-block;
  width: 30px;
  line-height: 27px;
  background: white;
  color: #ffeb00;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
#filter-more .search-card .quantity-section .input-number-decrement:active,
#filter-more .search-card .quantity-section .input-number-increment:active {
  background: #ddd;
}
#filter-more .search-card .quantity-section .input-number-decrement {
  border-right: none;
  border-radius: 4px 0 0 4px;
}
#filter-more .search-card .quantity-section .input-number-increment {
  border-left: none;
  border-radius: 0 4px 4px 0;
}

#cart-page .product-card{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

#share-page .share-container {
  border-radius: 20px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  display: grid;
  gap: 50px;
  background-color: white;
  padding: 50px 100px;
}
@media screen and (max-width: 1024px) {
  #share-page .share-container {
    padding: 40px 70px;
  }
}
@media screen and (max-width: 767px) {
  #share-page .share-container {
    padding: 40px;
  }
}
#share-page .share-container .share-ordered-container {
  grid-column: span 4/span 4;
}
@media screen and (max-width: 1024px) {
  #share-page .share-container .share-ordered-container {
    grid-column: span 7/span 7;
  }
}
#share-page .share-container .share-ordered-container .tear-share {
  position: absolute;
  top: 5px;
  padding: 0.6rem;
}
@media screen and (min-width: 768px) {
  #share-page .share-container .share-ordered-container .tear-share {
    right: calc(100% + 10px);
  }
}
@media screen and (max-width: 767px) {
  #share-page .share-container .share-ordered-container .tear-share {
    left: calc(100% - 50px);
  }
}
#share-page .share-container .share-ordered-container .product-card{
  grid-template-columns: repeat(3, minmax(0, 1fr));
  display: grid;
  border: 1px solid #F7F7F7;
}
#share-page .share-container .share-ordered-container .share-email-title {
  display: flex;
  flex-direction: column;
}
#share-page .share-container .share-emails-container {
  font-size: 14px;
  grid-column: span 2/span 2;
}
@media screen and (max-width: 1024px) {
  #share-page .share-container .share-emails-container {
    grid-column: span 7/span 7;
  }
}
#share-page .share-container .share-emails-container .share-emails {
  display: flex;
  width: 100%;
  gap: 10px;
  flex-direction: column;
}
#share-page .share-container .share-emails-container .share-invite-button {
  width: 100%;
  padding: 5px 18px;
  border: 2px solid #ffeb00;
}
#share-page .share-container .share-emails-container .share-invite-button:hover {
  background: black;
  color: white;
}
#share-page .share-container .share-email-input {
  background: #F7F7F7;
  width: 100%;
  padding: 10px 20px;
  font-size: 0.8rem;
}

.checkout-page h2 {
  text-align: left;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}
.checkout-page form input {
  width: 100%;
  padding: 15px;
  margin: 10px 0 10px 0;
}
.checkout-page form input[type=submit]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 235 0 / var(--tw-bg-opacity));
  color: black;
  padding: 15px;
  font-weight: bold;
  margin-top: 20px;
  cursor: pointer;
}
.checkout-page form input[type=submit]:hover {
  background-color: black;
  color: white;
}

/* ! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.static{
  position: static;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.inset-x-0{
  left: 0px;
  right: 0px;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-3{
  grid-column: span 3 / span 3;
}
.col-span-4{
  grid-column: span 4 / span 4;
}
.m-1{
  margin: 0.25rem;
}
.m-0{
  margin: 0px;
}
.-m-3{
  margin: -0.75rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.-my-2{
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-8{
  margin-top: 2rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mt-12{
  margin-top: 3rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mr-1{
  margin-right: 0.25rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-16{
  margin-top: 4rem;
}
.mt-20{
  margin-top: 5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.ml-auto{
  margin-left: auto;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.ml-4{
  margin-left: 1rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.flow-root{
  display: flow-root;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-6{
  height: 1.5rem;
}
.h-full{
  height: 100%;
}
.h-5{
  height: 1.25rem;
}
.h-auto{
  height: auto;
}
.h-20{
  height: 5rem;
}
.h-14{
  height: 3.5rem;
}
.h-4{
  height: 1rem;
}
.w-24{
  width: 6rem;
}
.w-6{
  width: 1.5rem;
}
.w-5{
  width: 1.25rem;
}
.w-full{
  width: 100%;
}
.w-20{
  width: 5rem;
}
.w-10{
  width: 2.5rem;
}
.w-4{
  width: 1rem;
}
.min-w-full{
  min-width: 100%;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-none{
  max-width: none;
}
.max-w-7xl{
  max-width: 80rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.table-auto{
  table-layout: auto;
}
.-translate-y-1{
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize{
  resize: both;
}
.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.content-center{
  align-content: center;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-28{
  gap: 7rem;
}
.gap-16{
  gap: 4rem;
}
.gap-8{
  gap: 2rem;
}
.gap-20{
  gap: 5rem;
}
.gap-12{
  gap: 3rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-x-24{
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.gap-x-16{
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-y-10{
  row-gap: 2.5rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-visible{
  overflow: visible;
}
.overflow-x-auto{
  overflow-x: auto;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-tl{
  border-top-left-radius: 0.25rem;
}
.rounded-tr{
  border-top-right-radius: 0.25rem;
}
.border-0{
  border-width: 0px;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-4{
  border-width: 4px;
}
.border-t{
  border-top-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-red-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(255 235 0 / var(--tw-border-opacity));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(255 235 0 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.bg-blue-400{
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}
.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-yellow-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}
.fill-current{
  fill: currentColor;
}
.p-2{
  padding: 0.5rem;
}
.p-0{
  padding: 0px;
}
.p-3{
  padding: 0.75rem;
}
.p-10{
  padding: 2.5rem;
}
.p-4{
  padding: 1rem;
}
.p-8{
  padding: 2rem;
}
.p-1{
  padding: 0.25rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-7{
  padding-top: 1.75rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pt-0{
  padding-top: 0px;
}
.pb-12{
  padding-bottom: 3rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-4{
  padding-top: 1rem;
}
.pr-4{
  padding-right: 1rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-justify{
  text-align: justify;
}
.text-end{
  text-align: end;
}
.align-middle{
  vertical-align: middle;
}
.font-sans{
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.font-bold{
  font-weight: 700;
}
.font-semibold{
  font-weight: 600;
}
.font-medium{
  font-weight: 500;
}
.uppercase{
  text-transform: uppercase;
}
.capitalize{
  text-transform: capitalize;
}
.leading-normal{
  line-height: 1.5;
}
.leading-5{
  line-height: 1.25rem;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(255 235 0 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-red-300{
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-green-800{
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}
.text-red-800{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}
.text-yellow-800{
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity));
}
.opacity-50{
  opacity: 0.5;
}
.opacity-25{
  opacity: 0.25;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-2xl{
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-150{
  transition-duration: 150ms;
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
html,
body {
  font-family: "Montserrat", sans-serif;
  color: black;
  background-color: #f7f7f7;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 35px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: black;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}

h2 {
  line-height: 1.2em !important;
  letter-spacing: 1.75px;
  font: normal normal 900 35px/45px Montserrat;
  text-transform: uppercase;
  color: black;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}

a:hover {
  color: black;
}

.underline-effect {
  background: linear-gradient(to top, rgb(253, 234, 79) 0%, rgb(253, 234, 79) 13%, transparent 10.01%) no-repeat left bottom;
}

.link-action {
  text-align: left;
  font: normal normal bold 14px/21px "Montserrat", sans-serif;
  letter-spacing: 0px;
  color: black;
}

.tear-form{
  padding: 1.5rem;
  background-color: #ffeb00;
  border-radius: 100% 0 100% 100%;
}

.important-word{
  font-weight: 700;
  text-decoration: underline;
}

.btn.btn-primary {
  cursor: pointer;
  background-color: #ffeb00;
}
.btn.btn-primary:hover {
  background-color: black;
  color: white;
}

.left-text-section,
.right-text-section{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.left-text-section h2,
.right-text-section h2 {
  margin-bottom: 25px;
}
.left-text-section p,
.right-text-section p {
  padding: 20px 0;
}
.left-text-section .first-col ul li,
.right-text-section .first-col ul li {
  margin: 10px 0;
}
.left-text-section .second-col img,
.right-text-section .second-col img {
  width: 100%;
  height: auto;
}

.background-top-effect {
  z-index: -1;
  transform: translate(40px, -40px);
  width: 100%;
  height: 100%;
  padding-right: 10px;
  background-color: #ffeb00;
  position: absolute;
}

.background-bottom-effect {
  z-index: -1;
  transform: translate(-40px, 40px);
  width: 100%;
  height: 100%;
  padding-right: 10px;
  background-color: #ffeb00;
  position: absolute;
}

.border-effect {
  z-index: -1;
  transform: translate(-40px, -40px);
  width: calc(100% + 80px);
  height: calc(100% + 80px);
  padding-right: 10px;
  border: solid 2px #ffeb00;
  position: absolute;
}

.angle-haut{
  display: none;
}

.flatpickr-day.angle-haut {
  visibility: hidden;
}

@media (min-width: 768px){
  .angle-haut{
    display: block;
  }
}

.angle-haut {
  width: 257px;
  height: 126px;
  border: solid #ffeb00;
  border-width: 4px 4px 0 0;
  margin-right: -30px;
  margin-left: auto;
  margin-bottom: -95px;
}

.angle-bas{
  display: none;
}

.flatpickr-day.angle-bas {
  visibility: hidden;
}

@media (min-width: 768px){
  .angle-bas{
    display: block;
  }
}

.angle-bas {
  width: 257px;
  height: 126px;
  border: solid #ffeb00;
  border-width: 0 0 4px 4px;
  margin-left: -30px;
  margin-right: auto;
  margin-top: -95px;
}

.services-chip {
  background-color: #e8e8e8;
  border-radius: 20px;
  padding: 2px 8px;
  width: -moz-fit-content;
  width: fit-content;
}

.services-subpage-list li {
  padding-left: 20px;
  margin: 10px 0;
  position: relative;
}
.services-subpage-list li::before {
  content: "";
  position: absolute;
  background-color: #ffeb00;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  top: 5px;
  left: 0px;
}

#services-inclus{
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffeb00;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  #services-inclus {
    height: 476px;
    margin-bottom: 600px;
  }
}
@media (min-width: 1024px) {
  #services-inclus {
    margin-bottom: 300px;
  }
}
#services-inclus h2 {
  text-align: center;
  margin: auto;
}
#services-inclus .services-section {
  background-color: white;
}
#services-inclus .services-section .service{
  align-items: center;
  gap: 1rem;
  display: flex;
}
#services-inclus .services-section .service .tear-form{
  flex-shrink: 0;
  height: 60px;
  padding: 0;
  background-color: #ffeb00;
  border-radius: 100% 0 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 60px;
}
.reset-this {
  all: unset;
}
.reset-this h1,
.reset-this h2,
.reset-this h3,
.reset-this h4,
.reset-this h5,
.reset-this h6 {
  font-size: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
}
.reset-this * {
  background-color: inherit !important;
}

#payment-method-page input[type=radio] {
  position: absolute;
  visibility: hidden;
  display: none;
}
#payment-method-page label,
#payment-method-page .add-credit-card {
  color: black;
  display: flex;
  cursor: pointer;
  font-weight: bold;
  padding: 10px 5px;
  font-size: 12px;
  width: 100%;
  justify-content: center;
  align-items: center;
}
#payment-method-page .add-credit-card {
  cursor: auto;
}
#payment-method-page input[type=radio] + label{
  padding: 1rem;
}
#payment-method-page input[type=radio]:checked + label {
  color: black;
  background: #ffeb00;
}
#payment-method-page label + input[type=radio] + label {
  border-left: solid 2px #ffeb00;
}
#payment-method-page .radio-container {
  border: solid 2px transparent;
  background: white;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  border-radius: 8px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  min-width: calc(100% - 20px);
  margin-top: 0.5rem;
}
#payment-method-page .radio-container > div {
  width: 100%;
}
#payment-method-page .radio-container label > span,
#payment-method-page .radio-container .add-credit-card > span {
  display: flex;
  width: 100%;
}
#payment-method-page .radio-container label > span > div, #payment-method-page .radio-container label > span > button,
#payment-method-page .radio-container .add-credit-card > span > div,
#payment-method-page .radio-container .add-credit-card > span > button {
  min-width: 30px;
  margin: auto 20px;
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
}
#payment-method-page .radio-container:hover {
  color: black !important;
  border: solid 2px black;
}
#payment-method-page .radio-group {
  border: solid 2px #ffeb00;
  display: flex;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
#payment-method-page .payment-section {
  border: solid 2px #ffeb00;
  min-height: 100px;
  padding: 30px;
}
#payment-method-page .button-payment {
  padding: 10px 20px;
  border-radius: 5px;
}
#payment-method-page .button-payment.save {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  width: calc(100% - 20px);
}
#payment-method-page .bg-w-shx {
  background: white;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#payment-method-page .bd-rad-payment {
  border-radius: 15px;
}
#payment-method-page .payment-select-color {
  background: #ffeb00;
}
#payment-method-page .radio-payment-container {
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1024px) {
  #payment-method-page .radio-payment-container {
    flex-direction: column;
  }
}
#payment-method-page .radio-payment-container .radio-payment,
#payment-method-page .radio-payment-container .radio-info {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  align-items: center;
  flex: 1;
  min-height: 50px;
}
#payment-method-page .radio-payment-container .radio-payment > button,
#payment-method-page .radio-payment-container .radio-info > button {
  flex: 1;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}
#payment-method-page .radio-payment-container .radio-payment > button:hover,
#payment-method-page .radio-payment-container .radio-info > button:hover {
  background: black;
  color: white;
}
#payment-method-page .radio-payment-container .radio-payment > button:disabled,
#payment-method-page .radio-payment-container .radio-info > button:disabled {
  background: lightgrey !important;
  color: black !important;
  text-decoration: line-through;
  cursor: auto !important;
}
#payment-method-page .radio-payment-container .radio-payment {
  justify-content: center;
}
#payment-method-page .radio-payment-container .radio-info {
  padding: 0 15px;
}
#payment-method-page .payment-sect {
  padding: 15px;
  padding-bottom: 30px;
}
#payment-method-page .payment-button {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
#payment-method-page #payment_method_choice {
  max-height: 300px;
  overflow-y: scroll;
}

#contact-form .content {
  max-width: 80%;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  width: 100%;
  min-height: 450px;
}
@media (min-width: 768px) {
  #contact-form .content {
    display: flex;
    max-width: 830px;
  }
}
#contact-form .content h2 {
  font: normal normal 900 27px/45px Montserrat;
  letter-spacing: 1.35px;
  text-align: center;
}
#contact-form .content form input[type=email],
#contact-form .content form input[type=text],
#contact-form .content form textarea,
#contact-form .content form select {
  width: 100%;
  background: #f7f7f7 0% 0% no-repeat padding-box;
  padding: 13px 24px;
  margin-top: 20px;
  border-radius: 4px;
}
#contact-form .content form input[type=email]::-moz-placeholder, #contact-form .content form input[type=text]::-moz-placeholder, #contact-form .content form textarea::-moz-placeholder, #contact-form .content form select::-moz-placeholder {
  color: #9eabba;
}
#contact-form .content form input[type=email]::placeholder,
#contact-form .content form input[type=text]::placeholder,
#contact-form .content form textarea::placeholder,
#contact-form .content form select::placeholder {
  color: #9eabba;
}
#contact-form .content form input[type=email]:focus,
#contact-form .content form input[type=text]:focus,
#contact-form .content form textarea:focus,
#contact-form .content form select:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #f7f7f7;
}
#contact-form .content form textarea {
  min-height: 150px;
}
#contact-form .content form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
#contact-form .content form svg {
  position: absolute;
  top: 12px;
  right: 10px;
  margin-top: 20px;
  pointer-events: none;
}
#contact-form .content form input[type=submit] {
  width: 100%;
  padding: 13px 24px;
  margin-top: 20px;
  border: none;
  font: normal normal medium 14px/18px Montserrat;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
}
#contact-form .content form input[type=submit]:hover {
  background: black;
  color: white;
}
#contact-form .content .first-col{
  flex: 1 1 0%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
#contact-form .content .first-col .forgot-password-text {
  font: normal normal medium 14px/18px Montserrat;
}
#contact-form .content .first-col input[type=submit] {
  background: #ffeb00;
}
#contact-form .content .second-col {
  background-color: #ffeb00;
}
.hover\:table-fixed:hover{
  table-layout: fixed;
}
.hover\:bg-transparent:hover{
  background-color: transparent;
}
.hover\:bg-blue-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.hover\:bg-black:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-yellow-300:hover{
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity));
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 640px){
  .sm\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .sm\:block{
    display: block;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .sm\:p-6{
    padding: 1.5rem;
  }
  .sm\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 768px){
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:flex{
    display: flex;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:justify-center{
    justify-content: center;
  }
  .md\:pl-10{
    padding-left: 2.5rem;
  }
  .md\:pt-4{
    padding-top: 1rem;
  }
}
@media (min-width: 1024px){
  .lg\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .lg\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:flex-1{
    flex: 1 1 0%;
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:pt-0{
    padding-top: 0px;
  }
}
@media (min-width: 1280px){
  .xl\:mb-0{
    margin-bottom: 0px;
  }
  .xl\:grid{
    display: grid;
  }
  .xl\:pr-12{
    padding-right: 3rem;
  }
}

/*******Reprise*********/

#navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

#navbar .center-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#click-collect-icon, .login-icon, #cart-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#click-collect-icon img {
    margin-bottom: 5px; /* Adjust margin as needed */
}

#click-collect-icon .text, .to-hide, #cart-icon .text {
    margin-top: 5px; /* Adjust margin as needed */
    font-size: 10px;
}

#cart-icon {
    position: relative; /* Required for absolute positioning of the badge */
}

#logo
{
  width: 160px;
}

#navbar #cart-button > a > div > div {
    right: 5px;
}

@media screen and (max-width: 767px) {
  #logo {
      width: 130px;
  }
  #navbar #cart-button > a > div > div {
      right: -9px;
  }
}

.panier-text
{
    position: relative;
    top: 2px;
}

/*
.note-editable
{
  height: 40vh !important;
}*/

@media (min-width: 768px) {
    #content-contact {
        max-width: 830px;
        margin: auto;
    }
}


