html {
    width: 100%;
    height: 100%;
}

body {
    background-image: url("../photo/motifAgnes.png");
    height: 100%;
    width: 100%;
}

#titre {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.titres {
    font-size: 1.5em;
    text-align: center;
    color: white;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.gold {
    color: gold;
}

#presentationAccueil {
    text-align: center;
    color: white;
    font-family: sans-serif;
}

#space {
    line-height: 1.5em;
}

@media only screen and (min-width: 688px) {
    #logo {
        width: 50%;
        text-align: center;
    }
    #logo img {
        width: 100%;
    }
    #navigationLigne {
        display: none;
        color: white;
        margin: 20px;
        margin-top: 0px;
        margin-bottom: 10px;
    }
    #barreNavigation {
        display: flex;
        justify-content: space-around;
        font-family: Arial, Helvetica, sans-serif;
        height: 30px;
        background-color: #737373;
        margin-top: 15px;
    }
    .bouton,
    .bouton2 {
        background-color: transparent;
        border: none;
        color: white;
        cursor: pointer;
        padding: 0px;
        text-align: center;
    }
    #croix,
    #sup,
    .noDisplay {
        display: none;
    }
    .bouton,
    .bouton2 span {
        line-height: 30px;
    }
    .hrNav {
        background-color: white;
    }
    #presentation {
        display: none;
        width: 90%;
        margin: auto;
        text-align: center;
        font-size: 0.8em;
        font-family: Arial, Helvetica, sans-serif;
        margin-top: 20px;
    }
    .hrPortable {
        display: none;
    }
    .bouton:hover,
    .bouton2:hover {
        /* text-shadow: 2px 2px 4px white; */
        background-color: #c1c1c1;
        color: black !important;
    }
    #frame,
    #stage {
        height: 100%;
        text-align: center;
        display: none;
    }
    /* .frame {
        width: 80%;
        min-height: 100%;
        border-top: 5px solid white !important;
        border-left: 5px solid white !important;
        background-color: white !important;
    } */
    #contact,
    #realisation,
    #formation,
    #renovation,
    #accueil,
    #expo,
    #bois,
    #platre,
    #pierre,
    #cours,
    #stage {
        display: none;
    }
    #texteContact,
    #presentation {
        width: 80%;
        color: white;
        text-align: center;
        margin: auto;
    }
    #texteContact p {
        line-height: 1.5em;
    }
    footer {
        display: none;
        position: fixed;
        left: 0px;
        bottom: 0px;
        width: calc(100% - 20px);
        justify-content: space-between;
        padding-left: 10px;
        padding-right: 10px;
    }
    .tailleLogo {
        height: 50px;
    }
    #ml {
        line-height: 50px;
        color: white;
        font-family: Arial, Helvetica, sans-serif;
    }
    .dropdown {
        position: relative;
        display: inline-block;
    }
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #737373;
        /* min-width: 160px; */
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }
    .dropdown-content p {
        color: white;
        /* padding: 12px 16px; */
        text-decoration: none;
        display: block;
    }
    .dropdown:hover .dropdown-content {
        display: block;
    }
    .dropdown-content p:hover {
        color: black !important;
    }
    .barreBottom {
        border-bottom: 1px solid black;
    }
    #noDisplay {
        display: none;
    }
    #hamburger {
        display: none;
    }
}

@media only screen and (max-width: 687px) {
    #logo {
        width: 100%;
        text-align: center;
    }
    #logo img {
        width: 90%;
    }
    #navigationLigne {
        display: none;
        position: fixed;
        top: 0px;
        left: 0px;
        background-color: #737373;
        z-index: 100;
    }
    #barreNavigation {
        height: 75%;
        width: 100%;
        display: flex;
        justify-content: start;
        flex-direction: column;
    }
    .bouton,
    .bouton2 {
        background-color: transparent;
        border: none;
        color: white;
        cursor: pointer;
        padding: 0px;
        margin-left: 20px;
        font-family: arial;
        font-size: 1.4em;
        border-bottom: 1px solid white;
    }
    .bouton,
    .bouton2 span {
        line-height: 60px;
    }
    #contact,
    #realisation,
    #formation,
    #renovation,
    #accueil,
    #expo,
    #bois,
    #platre,
    #pierre,
    #cours,
    #stage,
    #presentation {
        display: none;
    }
    .hrPortable {
        background-color: white;
    }
    #presentation {
        color: white;
        width: 100%;
        /* margin: auto; */
        margin-top: 0px;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.8em;
    }
    .tailleLogo {
        height: 50px;
    }
    .white {
        background-color: white;
    }
    #ml {
        display: none;
    }
    #hamburger {
        display: none;
        position: absolute;
        top: 13px;
        right: 15px;
        height: 40px;
        width: 44px;
        cursor: pointer;
    }
    #hamburger img {
        width: 44px;
        height: 40px;
    }
    .dropdown {
        position: relative;
        display: inline-block;
    }
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #c1c1c1;
        /* min-width: 160px; */
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.8);
        width: 95%;
        z-index: 1;
    }
    .dropdown-content p {
        color: black;
        padding-left: 12px;
        text-decoration: none;
        display: block;
        font-size: 1em;
        width: calc(100% - 12px);
    }
    .dropdown:hover .dropdown-content {
        display: block;
    }
    .dropdown-content p:hover {
        color: black !important;
    }
    #sup {
        position: relative;
        top: 0px;
        left: 0px;
    }
    #croix {
        height: 30px;
        float: right;
        margin-right: 16px;
        margin-top: 13px;
    }
    .footerScreem {
        display: none;
    }
    .socialLogo {
        display: flex;
        justify-content: space-around;
        width: 100%;
    }
    #boutonSocial {
        border-bottom: 0px;
        padding-top: 10px;
        margin-left: 0px;
    }
    .titres {
        margin-top: 20px;
    }
}

#accueil {
    padding-bottom: 20px;
}