@font-face {
    font-family: "LibreBaskerville";
    src: local("../fonts/LibreBaskerville-Bold.ttf"), local("../fonts/LibreBaskerville-Italic.ttf"), local("../fonts/LibreBaskerville-Regular.ttf");
}

* {
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
    box-sizing: border-box;
    color: #707070;
}

.bg {
    background-image: url("../images/bg-2ts-virginie.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: -0vw -48vh;
}


hr {
    width: 100vw;
}
/* -----------------------HEARDER------------------------------ */
header {
    background-color: white;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.bandeau1 {
    position: relative;
}

.logo {
    position: absolute;
    left: 70px;
    top: 20px;
    align-items: center;
    text-align: center;
}

    .logo a {
        text-decoration: none;
    }

    .logo #titre {
        margin-bottom: 5px;
        font-size: 25px;
        text-shadow: 2px 2px 2px rgba(255,255,255,0.4);
    }

    .logo #span-titre {
        text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
    }

    .logo hr {
        background-color: #707070;
        height: 1px;
        border: none;
        width: 76%;
        margin-left: 35px;
    }

    .logo #num1 {
        font-family: "Arial Regular", sans-serif;
        font-weight: bold;
        color: black;
        margin-top: 5px;
    }

    .logo img {
        height: 220px;
    }

    .bandeau-icones {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 5px;
        max-width: 1200px;
        width: 100%;
    }
    .bandeau-icones div {
        display: flex;
        align-items: center;
    
    }
    .bandeau-icones img, .bandeau-icones svg {
        height: 80px;
        margin: 0 10px 0 0;
    }
    .bandeau-icones p {
        font-family: "Arial Narrow", serif;
        font-size: 18px;
    }

/* -----------------------FOOTER------------------------------ */
footer {
    font-family: "Arial Regular", serif;
    background-color: white;
    width: 100%;
    padding: 2vh 2vw 5vh 2vw;
    color: #707070;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.bandeau-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1185px;
    padding-bottom: 2vh;
}

    .bandeau-footer img {
        height: 50px;
        margin-top: 2vh;
    }

#Payment {
    width: 15%;
}

#Member {
    width: 27%;
}

#FNA {
    width: 20%;
    padding-top: 16px;
}

/* --- */

#about {
    width: 15%;
    margin-right: 18%;
}

#liens-footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1185px;
}

    #liens-footer h4 {
        margin: 15px 0;
    }

    #liens-footer a {
        text-decoration: none;
        font-weight: bold;
        font-size: 13px;
        color: #707070;
    }

        #liens-footer a:hover {
            text-decoration: underline;
        }

    #liens-footer li {
        list-style-type: none;
    }

#other_sites {
    display: flex;
    flex-wrap: wrap;
    width: 20%;
}

.text-footer {
    font-size: 12px;
    margin-top: 25px;
    opacity: 0.7;
}

/* ---------------------------------------------------------- */

/* -- Responsive -- */
.col-gauche-bis {
    position: relative;
    padding: 25px 25px 5px 25px;
    flex-direction: column;
    align-items: center;
    width: 60vw;
    display: none;
}

.avis-bis {
    margin-bottom: 10px;
}
/* --------------- */

/* ------ Media queries -------- */
@media all and (max-width: 980px) {
    /* responsive header */
    .banniere, .bandeau-icones {
        display: none;
    }

    .logo {
        position: relative;
        top: 0px;
        left: 0px;
    }

    .col-gauche-bis {
        display: block;
    }

    /* --- API Google ---- */
    #avis {
        display: none;
    }
}


#other_sites {
    width: 45%;
}

.other_sites_right1, .other_sites_right2 {
    margin: 0 0;
    width: auto;
}

.other_sites_col1 {
    width: 50%;
}

.other_sites_right2 {
    width: 20%;
}

.other_sites_right1 {
    padding-top: 50px;
    width: 50%
}


@media all and (max-width: 890px) {
    /* responsive footer */
    #other_sites {
        flex-direction: column;
        width: 30%;
    }

    #about {
        width: 25%;
        margin-right: 0%;
    }

    .other_sites_right1 {
        padding-top: 0px;
        width: 100%
    }

    .other_sites_col1 {
        width: 100%;
    }

    .other_sites_right2 {
        width: 30%;
    }
    /* responsive logo */
    #Payment {
        width: 25%;
    }

    #Member {
        width: 30%;
    }

    #FNA {
        width: 30%;
    }
}

@media all and (max-width: 464px) {
    /* responsive footer */
    #liens-footer {
        justify-content: space-around;
        display: block;
        width: auto;
    }

    #about {
        width: auto;
    }

    .other_sites_right1, .other_sites_right2 {
        margin: 0 0;
        width: auto;
        padding-left: 0%;
    }

    .other_sites_right2 {
        width: auto;
        margin-top: 4vh;
    }

    .other_sites_col1 {
        width: auto;
    }

    .other_sites_col2 {
        width: auto;
    }

    #other_sites {
        margin-top: 2vh;
        width: auto;
    }

    .bandeau-footer {
        justify-content: center;
    }
    /* responsive logo */
    #Payment {
        width: auto;
    }

    #Member {
        width: auto;
        margin-left: 4%;
    }

    #FNA {
        width: auto;
        margin-left: 4%;

    }
}