body{
    background-color: rgb(0, 0, 0);
    border-top: 0px;
    padding-top: 0;
    margin-top:0;
}

.header {
    position: sticky;
    background-image: url(images/sky.jpg);
    background-size: 100%;
    background-position-x: 50%;
    background-position-y: 90%;
    opacity: 0.8;
    
}



.menu{
    display : flex;
    flex-direction: left;
    justify-content: center;
    text-align: center;
    list-style-type: none;
    gap: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
 
.menu-font{
    color : rgb(63, 39, 170);
    font-size: 1.5em;
    font-style: normal;
    text-decoration: none;
    font-weight: 800;
}

.menu-font:hover{
    color: whitesmoke;
    text-decoration: overline;
    font-weight: 500;
}

.borders{
    border-top: 3px burlywood solid;
    border-bottom: 3px burlywood solid;
    border-radius: 25px;
    padding : 40px;
}
 
.texte_boutons{
    color: burlywood;
    font-size: 2em;
    text-decoration: none;
}

.div_bouton{
    text-align: center;
    padding-top: 0px;
    padding-bottom : 50px;
}

.eclairs{
    background-image: url(images/sky.jpg);
    background-size: 140%;
    background-position-y: 70%;
    padding-top: 10px;
}


.footer {
    padding: 0px;
    background-image: url(images/sky.jpg);
    background-size: 100%;
    background-position-x: 50%;
    background-position-y: 60%;
    margin-top: 0px;    
    margin-bottom: 0px;  
    opacity: 70%;
    bottom:0;
    width : 100%;
}

.menu_footer{
    display : flex;
    flex-direction: left;
    justify-content: space-between;
    align-items: stretch;
    gap: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.footer1{
    color: rgb(132, 139, 182);
    font-size: 1em;
    font-style: normal;
    text-decoration: none;
    font-weight: 800;
    text-align: left;
    min-width: 40%;
    padding-top: 20px;
    
}



.footer3{
    
    margin-top: 70px;
    margin-right: 30px;
    text-align: right;
    width: 1000px;
    gap : 100px;
}

.footer3-list{display : flex;
    flex-direction: flex;}

.footer3_font{
    color: rgb(132, 139, 182);
    font-size: 2.5em;
    font-style: normal;
    text-decoration: none;
    font-weight: 800;
    text-align: center;
    
}

.siret_font{
    color: rgb(132, 139, 182);
    font-size: 0.9em;
    font-style: normal;
    text-decoration: none;
    font-weight: 800;
    text-align: left;
    min-width: 40%;
    padding-top: 20px;
}

.littlepad{
    padding-right:20px;
}

.littlepad-top{
    padding-top:20px;
}


