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

.index_content > .column img{
  transition: transform .22s ease;
  will-change: transform;
}

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

.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_content{
  display: flex;
}

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

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

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

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