/*
MOBILE
*/
.self-checking #dateSejour div{
  display: inline-block !important;
  width: 49.5% !important;
}
.self-checking #dateSejour label{
  width: 50% !important;
}

.choix-self-checking-container{
  width: 70%;
  margin-left: 15%;
}
.choix-self-checking-container h2{
  margin: 0;
}
.choix-self-checking-container .sc-public-container{
  margin-bottom: 1.5em;
  position: relative;
}
.choix-self-checking-container .content-sidebar-wrap{
  padding-top: 0px;
}
.choix-self-checking-container h3{
  display: none;
}
.choix-self-checking-container .sc_copy{
  margin-left: 30px;
}
.choix-self-checking-container .indication_sc_public, .choix-self-checking-container .sc_public_link_container{
  width: 90%;
  margin-left: 5%;
}
@media only screen and (max-width: 768px) {
  .choix-self-checking-container{
    width: 95%;
    margin: 2.5%;
    font-size: 0.8em;
    text-align: justify;
  }
  .choix-self-checking-container h2{
    font-size: 1.3em;
  }
  .choix-self-checking-container .indication_sc_public, .choix-self-checking-container .sc_public_link_container{
    width: 100%;
    margin-left: 0%;
  }
  .choix-self-checking-container .sc_copy, .choix-self-checking-container #primaryValidateBtn{
    display: block;
    text-align: center;
    width: 100%;
    margin: 0px !important;
    margin-bottom: 40px;
  }
  .self-checking form {
    text-align: center;
  }
  .self-checking #dateSejour {
    width: 100% !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  #dateSejour label,
  #dateSejour input {
    width: 100% !important;
  }
  .self-checking #infoFalcu {
    width: 100% !important;
    float: none !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  #infoFalcu label,
  #infoFalcu input {
    width: 100% !important;
  }
  .self-checking #infoObli {
    width: 100% !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  #infoObli .leftBlock {
    width: 100% !important;
  }
  #infoObli .arrLine {
    width: 100% !important;
    margin: 0 !important;
  }
  #infoObli label,
  #infoObli input {
    width: 100% !important;
    margin: 0 !important;
  }
  #perSuppl {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  #perSuppl #adulte,
  #perSuppl #enfant {
    width: 100% !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  #perSuppl #enfant {
    margin-top: 25px;
  }
  #perSuppl #nbAdulte,
  #perSuppl #nbEnfant {
    width: 100% !important;
    margin-bottom: 10px;
  }
  #perSuppl #adulteListe,
  #perSuppl #enfantListe {
    width: 100% !important;
  }
  #perSuppl #adulte .arrLine,
  #perSuppl #enfant .arrLine {
    width: 100% !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  #perSuppl #adulte .arrLine .leftText,
  #perSuppl #enfant .arrLine .leftText {
    width: 100% !important;
    border-bottom: 1px solid #000000;
  }
  #perSuppl #adulte .arrLine .rightBlock,
  #perSuppl #enfant .arrLine .rightBlock {
    width: 100% !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-left: none !important;
  }
  .arrLine .rightBlock input {
    width: 100% !important;
  }
  #hostcard {
    width: 100% !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  #hostcard #giveCardContainer {
    width: 100% !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  #giveCardContainer div {
    width: 100% !important;
  }
  .self-checking .donneeValide {
    margin-top: 35px;
  }
  .inform-text{
    text-align: justify !important;
  }
  .self-checking #dateSejour div{
    width: 100% !important;
  }
  .info-baes{
    flex-direction: column !important;
  }
}
/* MOD-FDC 01.03.2024 : Centrage du bouton de validation */
.validateBtn {
	margin-top: 1em;
	text-align: center;
}

/* MOD-FDC 23.04.2024 : Ajout d'une coche de contact dans le formulaire de Self-Checking */
#ajoutBAE .contactable {
	width: 100%;
	text-align: center;
}

#ajoutBAE .contactable input[type='checkbox'] {
	margin-right: 5px;
}



/* MOD-LA 29.11.2024 Ajout du module multilingue */
#languageDiv{
  display: flex;
  justify-content: center;
}
#languageDiv img{
  margin-left: 10px;
  margin-right: 10px;
}
#languageDiv img:hover{
  cursor: pointer;
}

/* <!-- MOD-LA 21.01.2025 : Modif du design --> */
.form-part{
  display: flex;
  flex-direction: column;
  margin-right: 5vw;
}
#form-self-checking{
  display: flex !important;
}