/*
MOBILE
*/
.self-checking #dateSejour div {
  display: inline-block !important;
  width: 49.5% !important;
}
.self-checking #dateSejour label {
  width: 50% !important;
}
.self-checking #dateSejour input {
  width: 50% !important;
}
.confirm-btn-container {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.type-identity-container {
  display: flex;
  flex-direction: column;
}
.type-identity-container input[type="radio"] {
  width: auto !important;
  margin-right: 10px !important;
}
#infoObli .arrLine #origine {
  margin-right: 8%;
}
#infoObli .arrLine input[type="date"] {
  width: auto !important;
}
.self-checking #adulteListe, .self-checking #enfantListe{
  width: 100% !important;
}
.contact_news{
  width: 100%;
  text-align: center;
}
.contact_news #contactable{
  margin-right: 5px;
}


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

  .type-identity-container div {
    display: flex;
    flex-direction: row;
  }
  #infoObli input[type="radio"],
  #infoObli .type-identity-container div label {
    width: auto !important;
    margin-right: 10px !important;
  }
}


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



/* <!-- //MOD-LA 13.01.2025 : Ajout nouveau design --> */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

#languageDiv{
    display: flex;
    justify-content: center;
}
#languageDiv img{
    margin-left: 10px;
    margin-right: 10px;
}
#primaryValidateBtn:not(.choice-self-checking-button){
    font-family: 'Open Sans' !important;
    font-weight: 600;
}
.page-header{
    padding-top: 4rem;
}
#logo-heremence{
    height: 10vh;
    margin-left: 2vw;
}
#fake-footer{
    position:fixed;
    bottom: 0;
    background-color: #e3001b;
    width: 100vw;
    display: flex;
    align-items: center;
    /* flex-direction: column; */
    /* padding-left:5vw;
    padding-top: 5vh; */
    font-family: 'Open Sans' !important;
    justify-content: space-around;
}
#fake-footer h3{
    font-size: 20px;
    font-weight: bold;
    color:white;
    font-family: 'Open Sans' !important;
}
#fake-footer p{
    color:white;
    font-size: 16px;
    margin: 0;
}
#fake-footer a{
    color:white;
    font-size: 16px;
    margin: 0;
    text-decoration: none;
}
#footer-img img{
    width:10vw;
    max-width: 200px;
}

#white-bar{
    width: 40px;
    background-color: #fff !important;
    height: 1px;
    display: inline-block;
    margin: 0 32px;
}
#socials-footer{
    display: flex;
    align-items: center;
    line-height: 0;
}
#socials-footer svg{
    width: 24px;
    height: 24px;
    margin-left: 10px;
    margin-right: 10px;
}

.form-part{
    display: flex;
    flex-direction: column;
    margin-right: 5vw;
}
#form-self-checking{
    display: flex !important;
}
.site-footer{
  margin-bottom: 20vh;
}