*{
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    margin-bottom: 0;
    margin-top: 0;
    color-scheme: normal;
    display: flex;
    flex-direction: column;
}

/*
=====================================================================
=====================================================================
Partie Accueil
=====================================================================
=====================================================================
*/

body {
    height: 100%;
    background: url(imgs/fond.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
    font-family: 'customFont';
}

.menu_container {
    display: flex;
    justify-content: center;
}

.menu {
    margin-top: 1em;
    background-color: rgba(255, 242, 223, 0.85);
    border-radius: 10px;
    display: flex;

}

.menu a {
    color: black;
    text-align: center;
    padding: 15px;
    text-decoration: none;
    font-size: 2.4em;
    border-radius: inherit;
}

.menu a:hover {
    background-color: #d9ad7c;
    color: black;
    cursor: pointer;

}

.active {
    background-color: #d9ad7c;
}

.menu .icon {
    display: none;
}

.section.accueil {
    height: 100%;
}

.titre_section {
    width: 100%;
    text-align: center;
    font-size: 5em;
}

/*
=====================================================================
=====================================================================
Partie Accueil(Prestation.html)
=====================================================================
=====================================================================
*/

.liste_prix {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 20px;
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.lp_table {
    padding: 0 15px;
    min-width: 280px;
}

.lp_td_categorie {
    text-align: center;
    font-size: 2.4em;
    font-weight: bold;
}

.lp_td {
    font-size: 2em;
}

.lp_td.left {
    float: left;
    margin-left: 0.4em;
}

.lp_td.right {
    float: right;
    margin-right: 0.4em;
}

.body_prestations {
    background-attachment: fixed;
}


/*
=====================================================================
=====================================================================
Partie Accueil(Contact.html)
=====================================================================
=====================================================================
*/

.contact {
    height: auto;
    background: rgba(255, 255, 255, 0.7);
    margin-top: 3%;
}

.contact_map {
    height: 100%;
    width: 50%;
    float: left;
    padding-left: 12%;

}

.map_contact {
    padding-top: 10%;
    padding-bottom: 10%;
    width: 100%;
    vertical-align: middle;
    height: 85%;

}

.contact_reseaux {
    padding-left: 15%;
    width: auto;
    display: flex;
    flex-direction: row;
}
.contact_reseaux div{
    padding-right: 20px;
}

.contact_reseaux p {
    margin-bottom: 0px;
    margin-top: 0em;
    font-size: 2em;
}

.contact_reseaux h1 {
    margin-bottom: 0px;
    margin-top: 18%;
    font-size: 4em;
}

.contact_reseaux h1:nth-child(1) {
    margin-top: 30%;
}

/*
=====================================================================
=====================================================================
Partie Presentation
=====================================================================
=====================================================================
*/

.section.presentation {
    margin-top: 5%;
    margin-bottom: 10%;
}

.img_portrait {
    width: 200px;
    height: 305px;
}

.table_presentation {
    margin-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
}

.horizontal_container_img_portrait {
    padding-right: 10%;
    width: 30%;
    padding-left: 5%;
    border-left: 1px solid black;
}

.vertical_container_img_portrait {
    display: none;
}

.txt_presentation {
    padding-left: 13%;
    width: 70%;
    padding-right: 5%;
    text-align: justify;
    font-size: 2.7em;
}

/*
=====================================================================
=====================================================================
Partie Galerie
=====================================================================
=====================================================================
*/

.section.galerie {
    min-height: calc(300px + 50vh);
    background-color: #fbfbf0;
}

.lst_buttons_galerie {
    list-style-type: none;
    padding: 10px 0;
    display: flex;
    justify-content: center;
}

.li_btn_galerie {
    padding: 0 5px;
}

.btn_galerie_categorie {
    height: 100%;
    padding: 10px 18px;
    background-color: beige;
    border: 2px #edbc93 solid;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.3em;
    font-family: 'BebasNeue-Regular';
    border-radius: 15px;
}

.btn_galerie_categorie:hover {
    background-color: #edbc93;
    cursor: pointer;
}

.btn-image {
    height: 4em;
    width: 3em;
    background: white;
    border: 1px grey solid;
}

.btn-image:hover {
    cursor: pointer;
    background: #d3d3b1;
}

.btn-image.left {
    border-bottom-left-radius: 1em;
    border-top-left-radius: 1em;
    border-right: none;
}

.btn-image.right {
    border-bottom-right-radius: 1em;
    border-top-right-radius: 1em;
    border-left: none;
}


.div_slide {
    display: flex;
    align-items: center;
    justify-content: center;

}

.slide {
    max-height: 50vh;
    border: 1px black solid;
    border-bottom-left-radius: 2em;
    border-bottom-right-radius: 2em;
    border-top-left-radius: 2em;
    border-top-right-radius: 2em;
    user-select: none;
}

.titre_section.galerie {
    margin-top: 2%;
    margin-bottom: 0%;
}


/*
=====================================================================
=====================================================================
Partie Contact
=====================================================================
=====================================================================
*/

.section.contact {
    padding-top: 3%;
}

.div_infos {
    width: 100%;
    font-size: 1.8em;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 30px;
    background: white;
}

.info.reseaux {
    margin-top: 1%;
}

.info.adresse {
    margin-top: 1%;
}


.info {
    float: left;
    width: 33%;
}

.icon_reseaux {
    height: 2.5em;
    width: 2.5em;
}




/*
=====================================================================
=====================================================================
Partie @media
=====================================================================
=====================================================================
*/


@media screen and (max-width: 800px) {
    .contact_map {
        float: none;
        width: 90%;
        margin-left: 5%;
        padding-left: 0%;
    }

    .contact_reseaux {
        flex-direction: column;
        padding: 20px;
        margin: 0;
    }
    .contact_reseaux h1:nth-child(1) {
        margin-top: 10%;
    }
    .contact_reseaux h1 {
        margin-top: 4%;
    }
    .map_contact {
        width: 100%;
        height: 85%;
        margin-top: 20%;

    }
    .slide.demi {
        width: 100%;
        height: 30em;
        max-width: 28em;
        max-height: 50%;
        border-top-left-radius: 0em;
        border-top-right-radius: 0em;
        border-bottom-left-radius: 0em;
        border-bottom-right-radius: 0em;
    }
}

@media screen and (max-width: 1300px) {
    .lp_table {
        float: none;
        width: 100%;
    }
    .liste_prix{
        flex-direction: column;
        align-items: center;
    }
    .section.galerie {
        height: 90%;
    }
    .btn_galerie_categorie {
        font-size: 0.8em;
    }
}






@media screen and (max-width: 600px) {
    .menu a:hover {
        background-color: rgba(255, 242, 223, 0.85);
    }

    .menu a:not(:first-child) {
        display: none;
    }
    .menu a.icon {
        display: flex;
        font-size: 1.3em;
        align-items: center;
    }
    .menu.responsive {
        display: flex;
        flex-direction: column;
    }
    .menu.responsive a {
        display: block;
    }

    /*
=====================================================================
=====================================================================
Partie Galerie
=====================================================================
=====================================================================
*/
    .btn_galerie_categorie {
        font-size: 0.8em;
        padding: 5px 10px;
        width: min-content;
    }
    .li_btn_galerie {
        padding: 0 2px;
    }

    .div_slide {
        margin-left: 5%;
        margin-right: 5%;
        max-height: 100%;
        margin-top: 15%;
    }
    .btn-image {
        width: 2em;
        height: 3em;
    }
    .section.galerie {
        height: 80%
    }
    .slide {
        max-width: 100%;
    }
    .titre_section.galerie {
        margin-top: 3%;
    }

    /*
=====================================================================
=====================================================================
Partie Contact
=====================================================================
=====================================================================
*/
    .div_infos {
        flex-direction: column;
    }
    .info {
        width: 50%;
    }
    .info.map {
        margin: 5%;
        margin-top: 0%;
        width: 90%;
    }
    .info.adresse {
        margin-top: 1%;
    }



}

@font-face {
    font-family: 'customFont';
    src: url('fonts/HoneyScript-Light.ttf');
}
