
/* main{
background: #e1c68f;
} */
#color
{
background: #1e69b3;
}
body {

background-color: white;

color: black;

}
.center{
    text-align: center;
    margin-top: 80px;
}
.dark {

background-color: black;

color: white;

}
#lien
{
position: fixed;
width: 35px;
height: 35px;
bottom: 50px;
right: 30px;
}
#autre
{
position: fixed;
bottom: 50px;
right: 30px;
width: 60px;
height: 60px;


}
/* *******DEF****** */



/* Box styles */
.myBlock {
border: none;
padding: 5px;
font: 20px aerial;
width:100%;
height: 400px;


overflow-y: scroll;
}
body{
    overflow-x: none;
}

/* Scrollbar styles */
::-webkit-scrollbar {
width: 10px;
height: 10px;
}

::-webkit-scrollbar-track {
border: 1px solid #4f4e4e;
border-radius: 15px;
}

::-webkit-scrollbar-thumb {
background: #4f4e4e;  
border-radius: 15px;
}

::-webkit-scrollbar-thumb:hover {
background: #4f4e4e;  
}
.foter{

background: #4d8eee;


}

.example{
background: none;   
background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("img/20230114_104905.jpg" );
background-size: cover;
background-position: center;
padding: 2%;
height:700px;
background-size: 100% 130%;
font-size: 20px; 
color: beige;
text-align: center;
}
/* ********contact********* */


html, body, div, input, span, a, select, textarea, option, h1, h2, h3, h4, main, aside, article, section, header, p, footer, nav, pre {
box-sizing: border-box;
font-family: Tahoma, Geneva, sans-serif;
}
html {
background-color: #F8F9F9;

}
.lead{
    font-size: 18px;
    padding: auto;  
}

