body
{
    margin: 0;
    background-color: rgb(140, 140, 140);
    color: white;
    font-family: Arial;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
}

/*header*/

header
{
    background-color: rgb(100, 100, 100);
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

a:hover, a:focus
{
color : rgb(0, 200, 0);
}

h1 
{
    text-align: center;
    color : rgb(0, 0, 0);
}

.bande

{
    background-color: rgb(100, 100, 100);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;

}


/*nav(header)*/

header nav ul
{
    display: flex;

}

header nav ul li
{
    list-style-type: none;
    font-size: 1.5em;
    margin-right: 10px;
    font-weight: bold;

}
.vote  a p
{
    color: rgb(200, 200, 0);
    font-size: 1.25em;
}
.ouvert
{
    /*text-decoration: underline;*/
    text-decoration-color: rgb(0, 200, 0);
}

header nav ul li:hover
{
    text-decoration: underline;
    text-decoration-color: rgb(0, 200, 0);
}

header nav ul li a
{
    text-decoration: none;
    color: rgb(0, 200, 0);
}





/*header bis*/

header h1
{
    margin-top: 50px;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    justify-content: space-around;
}

/*sections*/

section
{
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.5em;
    text-align : justify;

}

.degrade
{
    background: linear-gradient(to bottom, rgb(0, 0, 0), rgb(30, 30, 30));
    margin: 0;
}
/*
.degrade p
{
    margin: 0;
}
*/
       
}
section h2
{
    color: rgb(0, 200, 0);
    border-bottom: 1px solid rgb(0, 200, 0);
}

h3 {
     color: rgb(175, 233, 244);
}

/*index.html*/
.section_1_index 
{
    display: flex;
    flex-direction: column;
   
}
.section_1_index article p
{
   
    color: rgb(255, 255, 255);

}

.section_1_index article p a
{
    color: rgb(0, 200, 0);
}
.Actuellement  {
  display: flex;
  flex-wrap: wrap; /* Permet le retour à la ligne automatique */
  
  /*padding: 10px; /* Espacement entre les images */
  justify-content: left; /* Centre les images horizontalement */
}

.Actuellement  img {
  width: 300px; /* Largeur fixe ou relative (ex: 20%) */
  height: auto; /* Garde les proportions */
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 0px;
  object-fit: cover; /* Optionnel : pour conserver les proportions */

}


.Actuellement.image-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5); /* Fond semi-transparent */
    color: white;
    padding: 10px;
    text-align: center;

}

.image-container {
    display: flex;
    flex-direction: column;
    width: 300px; /* Largeur fixe ou relative (ex: 20%) */
    height: auto; /* Garde les proportions */
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;

}

.image-google-earth {
    display: flex;
    justify-content: center;
}


.équipe {
    text-align: center; /* Centre le contenu horizontalement */
}
.équipe img {
    display: block; /* Supprime l'espace en dessous de l'image */
    margin: 0 auto; /* Centre l'image */
}
.équipe p {
    margin-top: 10px; /* Espace entre l'image et le texte */
}




/*footer*/

footer
{
    background-color: rgb(100, 100, 100);
}

footer div
{
    border-bottom: 1px solid rgb(0, 200, 0);
    display: flex;
    flex-direction: row;
    /*justify-content: stretch;
    align-items: center;*/
    padding-top: 20px;
    padding-bottom: 20px;
}

footer div button
{
    background-color: rgb(0, 200, 0);
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 20px;
    padding-left: 20px;
    color: white;
    font-weight: bold;
    font-size: 1.5em;
    border-radius: 15px;
    border: 1px solid white;
}

footer div button: active
{
    background-color: rgb(0, 150, 0);
}

footer p
{
    font-size: 1em;
    margin: 0;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 8px;
    display: flex;
    justify-content: flex-end;
}

.email-link {
    color: #0066cc;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

.email-link:hover {
    text-decoration: underline;
}


@media all and (max-width: 1024px)



{
    
    .ouvert
    {
        flex-direction: row;
    }

    .section_1_index article
    {
        flex-direction: column;
    }

    .Actuellement
    {
        flex-direction:column;
    }
 
  

    

   
}
 