body{
    padding:0px;
    margin:0px;
    background-color:#B4C099;
    font-family: "Rhodium Libre", comic-sans-ms;
    color:#002400;
}

div.divider.white{
    margin-top:25px;
}

.divider{
    width : 100px; 
    height : 2px; 
    background-color: #58641D;
    margin : 0 auto 20px;
}


/*TITRE*/

#title h1 span.bi-escape{
    font-size:100%;
    color:#002400;
    transition: all .2s ease-in-out;
}

#title h1 span.bi-escape:hover{
    font-size:110%;
    color:#58641D;
    transition: all .2s ease-in-out;
}



#title h1{
    font-size:50px;
    margin:25px 0;
}
/* FOOTER */ 

footer{
    background-color: #6c735a;
    padding:  0px 0 0px; 
}

footer span{
    color:#58641D; 
    font-size: 25px;
    transition: font-size .2s ease-in-out;
    margin:0;
}

footer span:hover{
    font-size: 27px;
    transition: font-size .2s ease-in-out;
}

footer h5{
    color:#B4C099; 
    font-weight: normal; 
    margin-bottom:5px;
}

/*CAROUSEL*/

.carousel-item img{
    margin:0 auto;
}

/*LISTE UL*/
ul{
    list-style:none;
    padding:0px;
}

/*TEXTE*/

#text p{
    padding: 0 30px;
}

#text a{
    color:#58641D;
}

/*BOUTON*/

.button1{
    color : #B4C099; 
    text-transform: uppercase;
    border : 1px solid #B4C099; 
    padding : 18px 50px;
    font-weight: bold;
    display : inline-block; 
    border-radius: 3px;
    text-decoration: none;
    margin-top : 20px;
    transition : all 0.3s ease-in 0s;
    background-color: #58641D;
}

.button1:hover{
    color : #B4C099; 
    text-transform: uppercase;
    border : 1px solid #B4C099; 
    padding : 18px 50px;
    font-weight: bold;
    display : inline-block; 
    border-radius: 3px;
    text-decoration: none;
    margin-top : 20px;
    background-color: #002400;
}

#download a.button1{
    margin-bottom: 25px;
}