

body{
    font-family: serif;
    padding: 0;
    margin: 0;
    background-color: #B9B7BD;
}
ul{
    margin: 0;
    padding: 0;
}
nav li{
    list-style: none;

}

nav{
    overflow: hidden;
    background-color: darkcyan;
    position: fixed;
    width: 100%;
    top: 0;
    height: 50px;
    z-index: 1111;
}
header li {
    float: right;
    font-size: 1.2rem;
}
header li a {
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 10px 16px;
}
#solidarite{
    font-family: cursive;
    font-weight: bold;
    float: left;
}
/*---------------------partie 2-----------------------------------*/

.imagePrincipale{
    background: url(./ecran.jpg) no-repeat center/cover fixed;
    width: 100%;
    height: 550px;
}
h1 {
    text-align: center;
    padding: 40px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 2rem;
    text-transform: uppercase;
    text-shadow: white 4px 4px 4px;
    background: transparent;
}



#Infos{
    padding: 10px;
    margin: 10px;
    font-family: cursive;
    background: url(./feuMain.jpg) no-repeat center/cover;

}
.activite,
.cotisations{
    background-color: white;
    opacity: 0.99;
    margin: 30px;
    opacity: 0.7;
    border-radius: 10px;
}
.activite{
    padding: 40px;
}
.cotisations{
    padding: 10px;
}

#Historique{
    background-color: #679db8;
    margin: 50px;
    padding: 20px;
    border-radius: 10px;
    overflow:hidden ;
}


.Contact{
    background-color: #0C6980;
    height: 300px;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 20px;
    border-radius: 10px;

}
#form{
    text-align: center;
    align-items: center;
    justify-content: center;
    display: grid;
    padding: 10px;
    margin: 10px;
}
#form input, textarea, button{
    margin: 10px;
    font-family: inherit;
}
textarea{
    max-height: 80px;
    min-height: 80px;
    max-width: 250px;
    min-width: 250px;
}
#form button{
    background-color: turquoise;
    width: 200px;
    height: 40px;
    transform:  translateX(22px);
    cursor: pointer;
    box-shadow: inset 0 0 020px;
}
button:hover{
    box-shadow: 0 0 0 20px pink;
}


.appeler{
    text-align: end;
}
table{
    width: 400px;
    box-shadow: 10px 10px 10px white
}




.ml15 {
    font-weight: 800;
    font-size: 3.8em;
    text-transform: uppercase;
    letter-spacing: 0.5em;
  }
  
  .ml15 .word {
    display: inline-block;
    line-height: 1em;
  }
  



























html{
    scroll-behavior: smooth;
}