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

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-VariableFont_wght.ttf');
    font-style: normal;
}

*, *::before, *::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}


body {
    line-height: 1.45;
    -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
    display: block;
    height: auto;
    max-width: 100%;
}

input, button, textarea, select {
    font: inherit;
    margin: 0;
}

iframe {
    border: 0;
}




/* MINIMIZE CSS*/


body {
    background-color: rgb(255, 255, 255);
    scroll-behavior: smooth;
    font-family: 'Quicksand', serif;
    font-style: normal;
    background-position: top;
    background-size: cover;
}



.lien {
    text-decoration: none;
    color: black;
    text-transform: none;
    font-size: 20px;

}


.titre {
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    color: rgb(91, 159, 208);
}


.titre2 {
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    color: #5B9FD0;
    text-align: center;
}

.action_button {
    background-color: #5B9FD0;
    color: white;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    padding: 20px 50px;
    border: solid transparent;
    width: 45%;
    margin: 20px;

}

.action_button:hover {
    cursor: pointer;
    color: #5B9FD0 !important;
    background-color: white;
    border: #0073BE 1px solid;
}

.lien_action {
    color: rgb(249, 249, 249);
    text-decoration: none;
}

.lien_action:hover{
    color: #5B9FD0;
}

.actions_titre {
    color: black;
    font-size: 20px;
    padding-left: 10%;
    text-align: center;
}

.actions_titre.un {
    color: #0073BE;
}

.actions_titre.deux {
    color: #5EC1C1;
}

.actions_titre.trois {
    color: #FCC510;
}

.actions_titre.quatre {
    color: #0B8A37;
}

.actions_titre.cinq {
    color: #F08A1D;
}



.slider {
    margin: 10px;
    display: flex;
    justify-content: center;
}

.slider_img {
    width: 50%;
}

.activites {
    display: flex;
    flex-direction: row;
    align-content: space-between;
    justify-content: space-around;
    width: 100%;
    align-items: center;
    padding: 20px 0 20px 0;
}



.ffvl_lien {
    text-decoration: none;
}

.partenaires {


    display: flex;
    align-items: center;

}

.img_partenaires {
    width: 70%;
}

.contact {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact_container {
    margin-top: 10%;
}

.contact_content {
    display: flex;
    width: 100%;
    list-style: none;
    align-items: center;
}


.contact_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.img_contact {
    height: 10%;
}

/* .txt {
    color: black;
    font-size: 20px;
    padding-left: 10%;
    text-align: center;
} */


.lienpage_{
    text-decoration: none;
    color: black;
    text-transform: none;
    font-size: 20px;
    cursor: pointer;
    margin-left: 10%;
}

.lienpage_:visited {
    color: black;
    text-decoration: none;
}