.footer {
  background-image: linear-gradient(45deg, #7c91f3, #7c91f3) !important
}

@media only screen and (max-width: 419px) 
{
  .container_taille2 {
    width: 373px !important;
  }

  .iti--allow-dropdown{
    width: 280px;
  }

  .dateNaissance{
    margin-top: 20px;
  }

  .h2_section{
    font-size: 20px;
  }

  .h3_section{
    font-size: 18px;
  }

  .window {
    padding: 10px !important;
  }

  .cgu{
    font-size: 15px;
    margin-left: 0px;
    margin-top: 0px;
  }

  .window_attente{
    border: 2px solid #76c9be;
    border-radius: 10px;
    margin: 0 auto;
    padding: 20px;
    background: #f9f9f9;
    position: relative;
  }

  .img_resa_prio_1{
    width: 230px;
  }

  .h4_invite{
    font-size: 18.7px;
  }

  .h5_invite{
    font-size: 18px;
  }

  #telephonePro{
    width: 320px;
  }

  .img_adhesion {
    height: 200px !important;
  }

  .Btn_envoie_sms{
    padding: 7px 52px;
    background-color: #7c91f3;
  }

  #verif{
    display: block !important;
  }

  #verificationCode{
    width: 100% !important;
  }

  .logo {
    max-width: 265px !important;
  }

  .question {
    font-size: 1.0em !important;
  }

  .btn-option {
    width: 120px;
  }

  .container-step {
    padding: 20px !important;
  }
}

section {
  padding: 0px 0 !important;
}

@media only screen and (min-width: 420px) and (max-width: 600px) 
{
  .container_taille2 {
    width: 419px !important;
  }

  .iti--allow-dropdown{
    width: 310px;
  }

  .dateNaissance{
    margin-top: 20px;
  }

  .h2_section{
    font-size: 23px;
  }

  .h3_section{
    font-size: 18px;
  }

  .Btn_envoie_sms{
    padding: 10px 75px !important;
  }

  .window {
    padding: 10px !important;
  }

  .cgu{
    font-size: 15px;
  }

  .window_attente{
    border: 2px solid #76c9be;
    border-radius: 10px;
    margin: 0 auto;
    padding: 20px;
    background: #f9f9f9;
    position: relative;
  }

  .img_resa_prio_1{
    width: 230px;
  }

  .h4_invite{
    font-size: 18.7px;
  }

  .h5_invite{
    font-size: 18px;
  }

  .logo {
    max-width: 300px !important;
  }
}

@media only screen and (min-width: 601px) and (max-width: 767px)
{
  .container_taille2 {
    width: 570px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
  .container_taille2 {
    width: 730px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1280px)
{
  .img_resa_prio_1{
    width: 240px;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1600px) 
{
  .img_resa_prio_1{
    width: 250px;
  }

  .window_attente {
    border: 2px solid #76c9be;
    border-radius: 10px;
    margin: 0 auto;
    padding: 20px 85px;
    background: #f9f9f9;
    position: relative;
  }

  footer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }

}
.confirmation-section {
    padding: 20px;
    background-color: #f9f9f9;
    text-align: center;
  }

  .confirmation-buttons {
    margin-top: 20px;
  }

  .confirmation-buttons button {
    margin: 0 10px;
    padding: 10px 20px;
    border: none;
    background-color: #007bff;
    color: white;
    border-radius: 5px;
    cursor: pointer;
  }

  .confirmation-buttons button:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
  }

  .confirmation-buttons button:hover:not(:disabled) {
    background-color: #0056b3;
  }

  #new-section {
    padding: 0px 20px;
    display: none;
  }

  .confirmation-box{
    text-align: center;
  }

  /* Masquer toutes les étapes par défaut */
.step {
    display: none;
  }
  
  /* Afficher uniquement l'étape active */
  .step.active {
    display: block;
  }
  
  /* Boutons de navigation */
  .button-container {
    margin-top: 20px;
    text-align: center;
  }
  
  button {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  
  button:hover {
    background-color: #0056b3;
  }
  
  button[disabled] {
    background-color: #cccccc;
    cursor: not-allowed;
  }
  
  /* Indicateurs des étapes */
  .step-indicator {
    text-align: center;
    margin-bottom: 20px;
  }
  
  .step-indicator span {
    display: inline-block;
    padding: 8px 16px;
    background-color: #cccccc;
    border-radius: 50%;
    margin-right: 10px;
    color: white;
  }
  
  .step-indicator .active {
    background-color: #007bff;
  }

  .container_taille2{
    width: 1400px;
  }

  .customCompetence{
    width: 20%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .btn_remove{
    margin-right: 22px;
  }

  .btn_effacer{
    padding: 10px 35px;
  }

  .window {
    border: 2px solid #76c9be;
    border-radius: 10px;
    margin: 0 auto;
    padding: 20px;
    background: #f9f9f9;
    position: relative;
  }

@media only screen and (min-width: 992px) and (max-width: 1280px)
{
  .container_taille2 {
    width: 965px !important;
  }

  #multiStepForm {
    margin: 0 auto;
    width: 890px;
  }
}

@media only screen and (min-width: 1281px) and (max-width: 1600px) 
{
  .container_taille2 {
    width: 1250px !important;
  }

  .img_resa_prio_1{
    width: 250px;
  }

  .window_attente {
    border: 2px solid #76c9be;
    border-radius: 10px;
    margin: 0 auto;
    padding: 20px 85px;
    background: #f9f9f9;
    position: relative;
  }

  .Btn_envoie_sms{
    margin-left: 35px;
    padding: 7px 25px;
    background-color: #7c91f3;
  }

  #multiStepForm{
    margin: 0 auto;
    width: 1000px;
  }
}

@media only screen and (min-width: 1601px) and (max-width: 1920px) 
{
  .img_resa_prio_1{
    width: 250px;
  }

  .window_attente {
    border: 2px solid #76c9be;
    border-radius: 10px;
    margin: 0 auto;
    padding: 20px 85px;
    background: #f9f9f9;
    position: relative;
  }

  .Btn_envoie_sms{
    margin-left: 35px;
    padding: 7px 25px;
    background-color: #7c91f3;
  }

  .container_taille2{
    width: 1475px !important;
  }

  #multiStepForm{
    margin: 0 auto;
    width: 1000px;
  }

}

@media only screen and (min-height: 1000px){
  footer {
    /*position: fixed;*/
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

@media only screen and (min-width: 1921px) 
{
  footer {
    /*position: fixed;*/
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .window_attente {
    border: 2px solid #76c9be;
    border-radius: 10px;
    margin: 0 auto;
    padding: 20px 85px;
    background: #f9f9f9;
    position: relative;
  }

  .img_resa_prio_1 {
    width: 250px;
  }
}
 .confirmation-section {
    padding: 20px;
    background-color: #f9f9f9;
    text-align: center;
  }

  .confirmation-buttons {
    margin-top: 20px;
  }

  .confirmation-buttons button {
    margin: 0 10px;
    padding: 10px 20px;
    border: none;
    background-color: #007bff;
    color: white;
    border-radius: 5px;
    cursor: pointer;
  }

  .confirmation-buttons button:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
  }

  .confirmation-buttons button:hover:not(:disabled) {
    background-color: #0056b3;
  }

  #new-section {
    padding: 0px 20px;
    display: none;
  }

  .confirmation-box{
    text-align: center;
  }

  /* Masquer toutes les étapes par défaut */
 .step {
    display: none;
  }
  
  /* Afficher uniquement l'étape active */
  .step.active {
    display: block;
  }
  
  /* Boutons de navigation */
  .button-container {
    margin-top: 20px;
    text-align: center;
  }
  
  button {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  
  button:hover {
    background-color: #0056b3;
  }
  
  button[disabled] {
    background-color: #cccccc;
    cursor: not-allowed;
  }
  
  /* Indicateurs des étapes */
  .step-indicator {
    text-align: center;
    margin-bottom: 20px;
  }
  
  .step-indicator span {
    display: inline-block;
    padding: 8px 16px;
    background-color: #cccccc;
    border-radius: 50%;
    margin-right: 10px;
    color: white;
  }
  
  .step-indicator .active {
    background-color: #007bff;
  }

  .container_taille2{
    width: 1400px;
  }

  .customCompetence{
    width: 20%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .btn_remove{
    margin-right: 22px;
  }

  .btn_effacer{
    padding: 10px 35px;
  }

  .window {
    border: 2px solid #76c9be;
    border-radius: 10px;
    margin: 0 auto;
    padding: 20px;
    background: #f9f9f9;
    position: relative;
  }

/* Ajout de bordure rouge si erreur */
.error {
  border-color: red !important;
}

/* Style du bouton focus */
.iti__flag-container {
  background-color: #f4f4f4;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* Placeholder plus discret */
input::placeholder {
  color: #ccc;
}

.iti__country-list{
  width: 190px;
}

.img_adhesion{
  height: 250px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.btn_sumbit_adhesion{
  background-color: #78F3DE;
  border: 1px solid #78F3DE;
  width: 205px;
  font-size: 20px;
}

.btn_sumbit_adhesion:hover{
  color: #78F3DE;
  background-color: white;
}

.h2_section{
  color: black;
}

.h3_section{
  color: black;
  margin-top: 20px;
  margin-bottom: 20px;
}
