.main{
  position:absolute;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.index_content{
  position:absolute;
  width: 70%;
  max-width: 1200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  overflow: hidden;
  display: flex;
}

.container{
  max-width: 800px;
}

.column{
  flex: auto;
  position: relative;
}

.index_content > .column{
  padding-bottom: 26px;
}

.index_content > .column img{
  display: block;
  margin: 0 auto;
  transition: transform .22s ease;
  will-change: transform;
}

.index-icon-label{
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: 0;
  color: #fff;
  font-family: "Inter", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine){
  .index_content > .column img:hover{
    transform: scale(1.06);
  }
}

h2{
  color: rgb(220,220,220);
  font-weight: normal;
}

/*.form-control, .form-control:focus{
  background: rgba(209,209,209,0.5);
}*/

.popup_content{
  color: white;
  padding: 30px;
  text-align: center;
}

#restau_popup .modal-content{
  overflow: hidden;
  border-radius: 16px;
}

.sub_content{
  color: white;
  position: absolute;
  text-align: center;
  top: 100%;
  left: 50%;
  width: min(920px, calc(100% - 80px));
  box-sizing: border-box;
  padding: 22px 28px 82px;
  border-radius: 8px 8px 0 0;
  background: rgba(0,0,0,0.48);
  transform: translateX(-50%);
}

.scroll-cue{
  position: absolute;
  bottom: 72px;
  left: 50%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255,255,255,0.48);
  font-family: inherit;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  animation: index-scroll-cue-bounce 1.35s ease-in-out infinite;
}

.scroll-cue:hover,
.scroll-cue:focus{
  color: rgba(255,255,255,0.75);
  outline: none;
}

.scroll-cue:focus-visible{
  outline: 1px solid rgba(255,255,255,0.55);
  outline-offset: 6px;
  border-radius: 4px;
}

.scroll-cue i{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-style: normal;
}

.scroll-cue i::before{
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translate(-2px,-2px);
}

@keyframes index-scroll-cue-bounce{
  0%,
  100%{
    transform: translate(-50%, 0);
  }

  50%{
    transform: translate(-50%, 8px);
  }
}

small{
  color: rgb(220,220,220);
  font-size: 20px;
}

.modal_content{
  text-align: center;
}

#icons_modal .modal-content{
  overflow: hidden;
  border-radius: 16px;
}

.icons_content{
  display: flex;
}

#icons_modal .icons_content img{
  transition: transform .22s ease;
  will-change: transform;
}

.icons_content .index-service-label{
  display: block;
  margin-top: 0;
  color: #fff;
  font-family: "Inter", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine){
  #icons_modal .icons_content img:hover{
    transform: scale(1.06);
  }
}

#corriger-email{
  float: left;
  margin-left: 5%;
}

#confirmer-email{
  float: right;
  margin-right: 5%;
}

.type-image{
  height: 160px;
  margin: 20px;
  object-fit:contain;
}

.period-option{
  display: inline-block;
  margin: 10px 20px 18px;
  text-align: center;
  vertical-align: top;
}

.period-option .type-image{
  display: block;
  margin: 0 auto 0;
  transition: transform .22s ease;
  will-change: transform;
}

.period-label{
  color: #fff;
  font-family: "Inter", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine){
  .period-option .type-image:hover{
    transform: scale(1.06);
  }
}

.mode-choisi{
  border: 2px solid #cd1c24;
}
