
body {
    font-family:  'Comic Sans MS','Arial', sans-serif;
    height: 100%;
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
    background-color: #ffffff;

}

header {
    position: sticky;
    top: 0;
    margin-top: 0;
    background-color: #010622;
    color: white;
    text-align: center;
    z-index: 10;
}

section {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1,h3 {
    color: #ffffff;
}

h2 {
    color: #1f1f1f;
    text-align: center;
}

p {
    line-height: 1.6em;
    color: #7e8285;
    text-align: center;
    font-size: larger;
}
footer {
    position:relative;
    margin :auto;
    background-color: #000;
    color: #ffffff;
    border-radius: 50px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    width: fit-content;
    padding-left: 10px;
    padding-right: 10px; 
}
a {
    text-align: center; 
    text-decoration: none;
    padding: 15px 25px;
   
}
label {
    margin-right: 10px;
}
select {
    padding: 10px;
    font-size: 14px;
    border-radius: 5px;
}
img {
    max-width: 500px;
    height: auto;
    justify-content: center;
    height: auto;
    display: block;
    margin: 0 auto;
    border: 1px solid black;
}
form {
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
    box-sizing: border-box;
  }
  form p {
    margin: 0 0 0.25rem;
    font-weight: bold;
    color: #333;
  }
  input[type="text"],
  input[type="email"],
  textarea {
    width: 100%;
    padding: 0.75rem;
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 1rem;
    resize: vertical;
  }
  button {
    width: 100%;
    padding: 0.75rem;
    background-color: #4a90e2;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  button:hover {
    background-color: #357ab8;
  } 
.titre_page{
    color: #000000;
    display: flex;
    justify-content: center; 
}
.header_lien{
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    
}
 .lien-accueil {
    color: rgb(255, 255, 255);
   
}
.image-speciale {
    border: 1px solid rgb(0, 0, 0); 
    border-radius: 10px;
    max-width: 100%;  /* Ajustez la largeur maximale si nécessaire */
    height: auto;
    display: block;
    margin: 0 auto;
}
.lien {
    display: flex;
    flex-direction: column;
    text-align: right;
    justify-content: right;
    font-size: 20px;
  }
  .lienmajeur {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    text-decoration: underline;
  }
  .lienmajeur a{
    color: #000000;
  }
  .liengauche {
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: left;
    font-size: 20px;
    
  }

  .dropdown {
    position: relative; /* Important pour le positionnement absolu du contenu */
    display: inline-block;
    margin-right: 0;
    justify-content: center; 
 
}
.dropdown-content {
    display: none;
    position: absolute;
    top: 100%; /* Juste en dessous du bouton */
    left: 50%; /* Centre horizontalement par rapport au parent */
    transform: translateX(-50%);
    background-color: #020202;
    color: #ffffff;
    z-index: 1;
    padding: 7px 14px;
    font-size: 20px;
    border-radius: 0 0 10px 10px;
    white-space: nowrap;
    
}
.dropdown:hover  {
    border-radius: 10px 10px 0 0;
}
.dropdown:hover .dropdown-content {
    display: block;
    border-radius: 0 0 10px 10px;
}
.dropdown-content .contentacc {
  /*ne marche pas sous telephone*/
    width: auto; 
    min-width: none!important;  
}
/* Style du lien dans la zone d'options */
.dropdown-content a {
    color: rgb(0, 0, 0);
    color: #ffffff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown:hover .dropdown-content a:hover{
    background-color: #666;
}
.center-container {
    flex-direction:row;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    padding: 0 15px;
  
}

.tete{
    width: auto;
    height: 10em;
    border-radius: 50%;
}


.centree h2{
    font-weight: bolder;
    margin-top: 5%;
}
.cvcentre{
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    padding-bottom: 5%;
}
.contact{
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);

}
.texte_explicatif{
    width: 80%;
    margin:  auto;
    text-align: justify;
}

/* Media query pour les appareils mobiles */
@media screen and (max-width: 768px) {
    .center-container {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }



    .dropdown {
        width: 80%;
        max-width: 300px;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .dropdown-content {
        width: 100%;
        position: relative;
        min-width: 100%;
    }

    .dropdown-content a {
        padding: 12px;
        text-align: center;
    }
}

/* Media query pour les écrans moyens */
@media screen and (min-width: 769px) and (max-width: 1200px) {
    .center-container {
        gap: 10px;
    }

  
}