@import url('https://fonts.googleapis.com/css2?family=Chivo&family=Open+Sans:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');

html,body{
    margin: 0%;
    padding: 0%;
}

body{
background: rgb(134,166,255);
background: linear-gradient(180deg, rgba(134,166,255,0.7469362745098039) 0%, rgba(254,254,254,1) 51%, rgba(254,254,254,1) 100%);   
}

header{
        background: rgb(42,151,214);
    background: linear-gradient(94deg, rgba(42,151,214,1) 0%, rgba(42,151,214,0.8337710084033614) 24%, rgba(80,163,226,0.4248074229691877) 44%, rgba(102,170,233,0.6320903361344538) 56%, rgba(137,182,244,0.7161239495798319) 67%, rgba(169,192,254,0.8169642857142857) 77%, rgba(169,192,254,1) 100%);
}
/* NAVBAR */
.dropbutton{
    background-color: rgba(0,151,215,1);
    opacity: 0.9;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    margin-left: 5%;
}
.drop{
    position: relative;
    display: inline-block;
}
.drop a{
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.container-button{
    display: none;
    position: absolute;
    background-color: rgba(0,151,215,1);
    opacity: 0.9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,151,215,1);
    z-index: 1;
    margin-left: 5%;
}
.drop:hover .container-button {
    display: block;
}
/* Navbar fin */


/* FOOTER */
footer{
    color: aliceblue;
    background-color: rgba(0, 71, 163, 1);
    display: flex;
    justify-content: space-evenly;
margin-top: 5%;}

footer img{
    opacity: .4;}

footer h4{
    text-decoration: underline;}

footer a{
    text-decoration: none;
    color: aliceblue}
/* FOOTER FIN */



.slider {
    box-shadow: 1px 1px 13px rgba(0, 0, 0, 0.705);
    overflow: hidden;
    transform: scale(1);
    transition: 0.1s;
    border-radius: 3%;
    margin: 2%;
}
    
    
.slider:hover{
    opacity: 1;
}
    
.slider:hover {
    transform: scale(1.1);
}
    
.slide {
    float: left;
    width: 600px;
    height: auto;
    opacity: 0.9;
}
    

.slides {
    width: calc(600px *5);
    animation: glisse 20s infinite;
    position: relative;
    }
    
@keyframes glisse {
        0% {
            transform: translateX(0);
        }
        25% {
            transform: translateX(-600px);
        }
        50% {
            transform: translateX(-1200px);
        }
        75% {
            transform: translateX(-1800px);
        }
        100% {
            transform: translateX(0px);
        }
    }


.contenaire1 , .contenaire2{
    display: grid;
    grid-template-columns: repeat(2, auto);
    margin-top: 4%;
}

article section {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

section h2{
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 2rem;
}


.texteaccueil{
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    letter-spacing: 2px;
    line-height: 26px;

}

b{
    font-family: 'Oswald', sans-serif;
}
