body {
    top: 0px;
    margin: 0px;
    overflow: visible;
}

/* Bandeau */
header {
    background-color: red;
    height: 25px;
    width: 100%;
}

#logo {
    width: 100px;
    height: 30px;
}

.contact {
    text-align: right;
    font-size: 120%;
}

.contactTxt {
    text-align: right;
    color: white;
    font-weight: bold;
    text-decoration: none;
    margin-right: 10px;
}

.bdeauSep {
    height: 3px;
    background-color: black;
}

/* Acceuil */
.contenant {
    position: relative;
    text-align: center;
    display: block;
}

.contenantBis {
    position: relative;
    text-align: center;
    display: none;
}

.texte_centrer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: white;
    text-shadow: 5px 5px 10px black;
    font-weight: bold;
    font-family: sans-serif;
}


.linkList {
    color: black;
    text-decoration: none;
    font-size: 95%;
    margin-left: 15px;
}

.linkList:hover {
    text-decoration: underline;
}

.titreUn {
    font-size: 25px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-family: sans-serif;
}

section {
    margin: 0px auto;
    margin-top: 0px;
}


/* .onlyFone {
    width: 100%;
} */

/* Div du bas (avec infos + map) */
.box {
    margin-top: -5px;
    flex-direction: column;
    background-color: rgb(255, 255, 255);
    width: 100%;
}
.sections{
    background-color: rgba(8, 140, 201, 0.884);
    justify-content: center;
    margin-left: 5%;
    margin-right: 5%;

}

iframe {
    width: 88%;
    height: 350px;
    margin-left: 6%;
    margin-right: 5%;
    margin-bottom: 50px;
}

/* Iframe est l'interface google map, #map est la div qui la contient */
#map {
    padding-top: 50px;
}

.infos{
    text-align: left;
    font-size: 120%;
    padding-bottom: 50px;
    padding-left: 10%;
    padding-right: 10%;
}

#contactBtn {
    margin-top: 50px;
}
label{
    font-weight: bold;
    font-size: 110%;
    font-family: sans-serif;
}
h2 {
    color: rgb(20,0,160);
    text-align: center;
    font-size: 130%;
}

p {
    margin-left: 15px;
}



/* CarROUXssel */


#ceJSvaMeTuer {
    display: flex;
    justify-content: 5px;
    list-style-type: none;
    grid-gap: 5px;
    list-style-type: none;
    grid-gap: 5px;
    align-items: center;
    padding-left: 4%;
}

#carroussel1,#carroussel0{
    width: 100%;
    height: auto;
}


.fleches{
    display: flex;
    justify-content: center;
    gap: 20px;
}
.defilement_photos{
    padding-left:50px;
    padding-right: 50px;
}

footer{
    background-color: rgb(180, 175, 253);
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 50px;
    font-size: 100%;
    color : black;
}

/* Computer/tablet */
@media screen and (min-width : 1080px) {
    header {
        height: 40px;
    }

    #logo {
        width: 150px;
        height: 50px;
    }

    .contactTxt {
        font-size: 150%;
    }


    .contenant {
        display: none;
    }

    .contenantBis {
        display: block;
    }
    .texte_centrer{
        top: 45%;
    }
    .box {
        padding-top: 50px;
        flex-direction: row;
        justify-content: center;
    }

    #map {
        width: 58%;
        padding-top: 50px;

        /*à laisser sinon ça descend*/
    }
    .sections{
        display: flex;  
        margin-left: 8%;
        margin-right: 8%;
        margin-top: 75px;
        padding-top: 50px;
        padding-bottom: 40px;
        
    }
    iframe {
        height: 500px;

    }

    h2 {
        font-size: 150%;
        /*A laisser car la taille est plus petite pour mobile*/
    }

    .linkList {
        font-size: 100%;
    }
    #ceJSvaMeTuer{
        margin-right: 25%;
        grid-gap: 20px;
    }
    #carroussel{
        width: 480px;
        height: auto;
    }
 
    /* Waiting screen */
    #WS h1 {
        font-size: 250%;
        width: 70%;
    }
    footer a{
        font-size: 150%;
    }
}
