/* Site internet LoCo Architectes */
/* Page d'accueil */
/* Developpeurs : Corentin Divol & Loic Raineval */
/* Date : 09/06/2023 */

/*-------------------------------- POLICES --------------------------------*/

@font-face{
    font-family: 'DINNextLTPro-Medium';
    src: url('../police/DINNextLTPro-Medium.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'DINNextLTPro-Regular';
    src: url('../police/DINNextLTPro-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'DINNextLTPro-Light';
    src: url('../police/DINNextLTPro-Light.otf');
    font-weight: normal;
    font-style: normal;
}

/*-------------------------------- ACCUEIL --------------------------------*/

/* titre de la page en H1 : Referencement */
.titre_page{
    color: white;
    font-size: 0px;
    font-family: 'DINNextLTPro-Regular';
    text-align: center;
    padding: 0;
    margin: 0 auto;
}

.body_accueil{
    width: 60%;
    margin: 0 auto;
    padding: 0;
}

.box_grille{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: 3%;
    margin-bottom: 3%;
}

/* grille */
.grille{
    /*max-width: 1250px;*/
    width: 100%;
    height: 100%;
    /*margin: 0 auto;*/
    /*margin-top: 10%;*/
    /*margin-top: 1.4vw;*/
    /*border: 1px solid black;*/
    display: grid;
    grid-template-columns: repeat(auto-fill, 10vw);
    justify-content: space-between;
    grid-gap: 6vw;
}

/* carre dans la grille */
.carre_grille{
    width: 10vw;
    height: 10vw;
}

/* effet de style subriance sur les carres de la grille - Debut */
.bloc_principal{
    position: relative;
    width: 100%;
}

.image_dans_bloc_principal{
    display: block;
    width: 100%;
    height: auto;
}

.bloc_texte{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.75);
    overflow: hidden;
    width: 100%;
    height: 0;
    /*transition: .5s ease;*/
}

.bloc_principal:hover .bloc_texte{
    height: 100%;
}

.titre_h1_carre_grille{
    font-family: 'DINNextLTPro-Regular';
    font-size: 1.1vw; /* taille texte */
    letter-spacing: 0vw; /* espace entre les lettre */
    line-height: 1.3vw;
    color: black;
    position: absolute;
    text-align: center;
    width: 100%;
    margin-top: 50%; /* a modifier comme on veut */
    transform: translate(0,-50%);
}
/*
.titre_h2_carre_grille{
    
    font-family: 'DINNextLTPro-LightCondensed', sans-serif;
    color: black;
    font-weight: 300;
    font-size: 1em; 
    text-align: center;
    margin-top: 50%; 
    position: absolute;
    width: 50%; 
    letter-spacing: 1px; 
    line-height: 5em;  
}*/
/* effet de style subriance sur les carres de la grille - Fin */

/*-------------------------------- PAGES PROJET --------------------------------*/

.body_projet{
    width: 60%;
    margin: auto;
    /*min-height: 100%;*/
    /*height: 100%;*/
    /*position: relative;*/
    overflow-x: hidden;
}

.header_projet{
    height: 10vw;
    margin: auto;
    margin-top: 2.6vw;
    justify-content: center;
}

.logo_retour_accueil{
    width: 10vw;
    height: 10vw;
    /*border: solid;
    border-width: 2px;
    border-color: black;*/
    display: flex;
}

.galerie_projet{
    /*max-width: 60vw;*/
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    gap: 12px;
    padding: 0;
    /*overflow-y: scroll;*/
    overflow-x: hidden;
}

.galerie_projet_colonne{
    list-style: none;
    max-width: 50%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    /*flex-wrap: wrap;*/
    gap: 10px;
    padding: 0;
}

.element_galerie_projet{
    max-width: 100%;
    height: auto;
    flex-grow: 1;
}

.element_galerie_projet_texte{
    max-width: 100%;
    height: auto;
    flex-grow: 1;
}

.element_galerie_projet_image{
    min-width: 100%;
    max-width: 100%;
    height: auto;
    flex-grow: 1;
    cursor: pointer;

}

/*.galerie_projet img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}*/

.texte_projet_h1{
    font-family: 'DINNextLTPro-Medium';
    font-size: 26px;
    font-variant: small-caps;
    margin-top: 0;
}

.texte_projet_h1_bis{
    font-family: 'DINNextLTPro-Medium';
    font-size: 20px;
    font-variant: small-caps;
    margin-top: -10px;
}

.texte_projet_h2{
    font-family: 'DINNextLTPro-Light';
    font-size: 20px;
    color: black;
    font-variant: small-caps;
    line-height: 5px;
}

.texte_projet_h3{
    font-family: 'DINNextLTPro-Light';
    font-size: 16px;
    color: gray;
    font-variant: small-caps;
    line-height: 30px;
}

.texte_projet_h3_bis{
    font-family: 'DINNextLTPro-Light';
    font-size: 16px;
    color: rgb(175, 175, 175);
    font-variant: small-caps;
    line-height: 30px;
    margin-top: -20px;
}

.texte_projet_h6{
    font-family: 'DINNextLTPro-Light';
    font-size: 16px;
    color: black;
    font-variant: small-caps;
    line-height: 0px;
}

.texte_projet_p_h6{
    font-family: 'DINNextLTPro-Regular';
    font-size: 16px;
    color: rgb(175, 175, 175);
    text-align: justify;
    margin-top: -20px;
}

.texte_projet_p{
    font-family: 'DINNextLTPro-Regular';
    font-size: 16px;
    color: black;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    /*width: 85%;*/
    text-align: justify;
    line-height: 20px;
}

/*.logo_lecture_video{
    position: absolute;
    width: 15%;
    margin-left: 50%;
    margin-top: 37.5%;
    transform: translate(-50%,-50%);
}*/

.logo_lecture_video{
    position: absolute;
    width: 100%;
    /*margin-left: 50%;*/
    /*margin-top: 37.5%;*/
    /*transform: translate(-50%,-50%);*/
}

.tampon_central{
    list-style: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

.lien_mas_reemploi{
    text-decoration: none;
    color: black;
}

.lien_mas_reemploi:hover{
    text-decoration: none;
    color: gray;
}

.lien_entreprise{
    text-decoration: underline;
    color: rgb(175, 175, 175);
}

.lien_entreprise:hover{
    text-decoration: underline;
    color: rgb(225, 225, 225);
}

.lien_entreprise{
    text-decoration: none;
    color: rgb(175, 175, 175);
}

.lien_entreprise:hover{
    text-decoration: none;
    color: rgb(225, 225, 225);
}

.lien_projet{
    text-decoration: none;
    color: rgb(53, 122, 159); /*rgb(139, 67, 31)*/
}

.lien_projet:hover{
    text-decoration: none;
    color: rgb(175, 175, 175);
}

/*-------------------------------- POP UP --------------------------------*/

html{
    height: 100vh;
    width: 100vw;
    background-color: white;
    /*position: relative;*/
}

#pop_up_background{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 1);
    z-index: 3;
    align-items: center;
    justify-content: center;
}

#pop_up_background.active{
    display: flex;
}

#pop_up_contenu{
    max-width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#pop_up_image{
    width: 100%;
    max-height: 90vh;
}

#pop_up_close{
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(100%,0%);
    /*left: 0;*/
    /*transform: translate(-100%,0%);*/
    /*border-radius: 50%;*/
    /*background-color: white;*/
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.bloc_icon_close_blanc{
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(100%,0%);
    /*left: 0;*/
    /*transform: translate(-100%,0%);*/
    z-index: 4;
}

.bloc_icon_close_noir{
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(100%,0%);
    /*left: 0;*/
    /*transform: translate(-100%,0%);*/
    height: 0;
    z-index: 0;
}

.icon_close{
    width: 2vw;
    min-width: 20px;
    height: auto;
}

.bloc_icon_close_noir:hover{
    z-index: 4;
}

.bloc_icon_close_blanc:hover{
    z-index: 0;
}

/*-------------------------------- PAGES ATELIER --------------------------------*/

.bloc_header_atelier{
    height: 10vw;
    margin: auto;
    margin-top: 2.6vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.logo_contact{
    width: 10vw;
    height: 10vw;
    /*border: solid;
    border-width: 2px;
    border-color: black;*/
    display: flex;
}

.logo_contact_bas{
    width: 10vw;
    height: 10vw;
    margin-top: 15px;
}

.titre_atelier_h1{
    font-family: 'DINNextLTPro-Regular';
    font-size: 26px;
    color: black;
    text-align: center;
    font-variant-caps: small-caps;
}

.paragraphe_atelier{
    font-family: 'DINNextLTPro-Regular';
    font-size: 16px;
    color: black;
    text-align: justify;
    margin-top: 3vw;
    line-height: 20px;
}

strong{
    font-family: 'DINNextLTPro-Medium';
}

.nom_architecte_corentin{
    font-family: 'DINNextLTPro-Regular';
    font-size: 18px;
    color: black;
    text-align: center;
    font-variant-caps: small-caps;
}

.nom_architecte_loic{
    font-family: 'DINNextLTPro-Regular';
    font-size: 18px;
    color: black;
    text-align: center;
    font-variant-caps: small-caps;
}

.strong_light{
    font-family: 'DINNextLTPro-Medium';
}

.element_galerie_portrait_corentin{
    width: 15vw;
    height: auto;
    flex-grow: 1;
    margin-left: 7.5vw;
}

.element_galerie_portrait_loic{
    width: 15vw;
    height: auto;
    flex-grow: 1;
    margin-left: 7.5vw;
}

.texte_architecte_p_gauche{
    font-family: 'DINNextLTPro-Regular';
    font-size: 16px;
    color: black;
    margin-top: 2vw;
    margin-left: 10px;
    text-align: justify;
    line-height: 20px;
    /*width: 90%;*/
    margin-right: 10px
}

.texte_architecte_p_droite{
    font-family: 'DINNextLTPro-Regular';
    font-size: 16px;
    color: black;
    margin-top: 2vw;
    margin-left: 10px;
    text-align: justify;
    line-height: 20px;
    /*width: 90%;*/
    margin-left: 10px
}

.bloc_prix{
    margin-top: 50px;
    margin-bottom: 40px;
}

.prix_h2{
    font-family: 'DINNextLTPro-Regular';
    font-size: 26px;
    color: black;
    text-align: center;
    font-variant-caps: small-caps;
}

.texte_prix_p{
    font-family: 'DINNextLTPro-Regular';
    font-size: 16px;
    color: black;
    margin-top: 2vw;
    text-align: justify;
    line-height: 20px;
}

.strong_prix{
    /*font-variant-caps: small-caps;*/
    text-transform: uppercase;
}

.image_atelier_banniere{
    width: 60vw;
    padding: 0;
}

.bloc_footer_atelier{
    height: 10px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}

.bloc_footer_mentions_obligatoires{
    height: 15px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}

.bloc_mentions_obligatoires{
    font-family: 'DINNextLTPro-Light';
    font-size: 13px;
    margin: auto;
    /*background-color: gray;*/
    justify-content: center;
    vertical-align: bottom;
    display: flex;
    flex-direction: row;
    gap: 20px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}

.texte_mentions_legales{
    text-decoration: none;
    color: gray;
}

.texte_confidentialite{
    text-decoration: none;
    color: gray;
}

.texte_plan_du_site{
    text-decoration: none;
    color: gray;
}

/*-------------------------------- PAGES CONTACT --------------------------------*/


.titre_contact_h1{
    font-family: 'DINNextLTPro-Regular';
    font-size: 26px;
    color: black;
    text-align: center;
    font-variant-caps: small-caps;
}

.bloc_contact_principal{
    display: flex;
    flex-direction: column;
    margin-top: 100px;
    margin-bottom: 100px;
    /*background-color: brown;*/
    /*width: 100%;*/
}

.bloc_contact_phone{
    display: flex;
    margin: auto;
}

.bloc_contact_mail{
    display: flex;
    margin: auto;
}

.bloc_contact_horaires{
    display: flex;
    margin: auto;
    margin-top: 80px;
}

.bloc_contact_adresse{
    display: flex;
    margin: auto;
    margin-top: 15px;
}

.bloc_contact_reseaux_sociaux{
    display: flex;
    margin: auto;
    margin-top: 5vw;
}

.contact_phone_p{
    font-family: 'DINNextLTPro-Regular';
    font-size: 16px;
    color: black;
    text-align: center;
    /*font-variant-caps: small-caps;*/
    letter-spacing: 1px;
}

.contact_mail_p{
    font-family: 'DINNextLTPro-Regular';
    font-size: 16px;
    color: black;
    text-align: center;
    /*font-variant-caps: small-caps;*/
    letter-spacing: 1px;
}

.contact_horaires_p{
    font-family: 'DINNextLTPro-Regular';
    font-size: 16px;
    color: black;
    text-align: justify;
    /*font-variant-caps: small-caps;*/
    letter-spacing: 1px;
}

.contact_adresse_p{
    font-family: 'DINNextLTPro-Regular';
    font-size: 16px;
    color: black;
    text-align: justify;
    /*font-variant-caps: small-caps;*/
    letter-spacing: 1px;
    text-decoration: none;
}

.logo_instagram{
    width: 40px;
    height: auto;
    margin: auto;
}

.texte_mentions_legales_bold{
    text-decoration: none;
    color: gray;
    font-family: 'DINNextLTPro-Medium';
}

/*-------------------------------- MENTIONS LEGALES --------------------------------*/

.bloc_mentions_legales{
    margin-top: 50px;
    margin-bottom: 100px;
}

.bloc_confidentialite{
    margin-top: 50px;
    margin-bottom: 331px;
}

.titre_mentions_legales_h1{
    font-family: 'DINNextLTPro-Regular';
    font-size: 26px;
    color: black;
    text-align: center;
    font-variant-caps: small-caps;
}

.titre_mentions_legales_h2{
    font-family: 'DINNextLTPro-Regular';
    font-size: 20px;
    color: black;
    text-align: left;
    font-variant-caps: small-caps;
    margin-top: 50px;
}

.mentions_legales_p{
    font-family: 'DINNextLTPro-Regular';
    font-size: 16px;
    color: black;
    margin-top: 2vw;
    text-align: justify;
    /*line-height: 20px;*/
    margin-top: 20px;
}

/*-------------------------------- PLAN DU SITE --------------------------------*/

.bloc_plan_site_principal{
    width: 100%;
}

.bloc_plan_site_niveau_1{
    margin-left: -25px;
}

.bloc_plan_site_niveau_2{
    margin-left: 10px;
    margin-top: -10px;
    margin-bottom: -10px;
}

.plan_site_liste_niveau_1{
    list-style-type: square;
}

.plan_site_liste_niveau_2{
    list-style-type: square;
}

.plan_site_element_liste{
    text-decoration: none;
    font-family: 'DINNextLTPro-Regular';
    font-size: 16px;
    color: black;
    line-height: 26px;
}

.plan_site_element_liste_secondaire{
    text-decoration: none;
    font-family: 'DINNextLTPro-Regular';
    font-size: 16px;
    color: gray;
    line-height: 26px;
}

/*-------------------------------- RESPONSIVE --------------------------------*/
/*-------------------------------- RESPONSIVE --------------------------------*/
/*-------------------------------- RESPONSIVE --------------------------------*/


@media screen and (max-width: 800px) {

   /*-------------------------------- ACCUEIL --------------------------------*/

    /* titre de la page en H1 : Referencement */
    .titre_page{
        color: white;
        font-size: 0px;
        font-family: 'DINNextLTPro-Regular';
        text-align: center;
        padding: 0;
        margin: 0 auto;
    }

    .body_accueil{
        width: 90vw;
        margin: 0 auto;
        padding: 0;
    }

    .box_grille{
        display: block;
        justify-content: center;
        align-items: center;
    }

    /* grille */
    .grille{
        /*max-width: 1250px;*/
        width: 100%;
        height: auto;
        margin: 0 auto;
        margin-top: 5vw;
        margin-bottom: 5vw;
        /*border: 1px solid black;*/
        display: grid;
        grid-template-columns: repeat(auto-fill, 40vw);
        justify-content: space-between;
        grid-gap: 10vw;
    }

    /* carre dans la grille */
    .carre_grille{
        width: 40vw;
        height: 40vw;
    }

    /* effet de style subriance sur les carres de la grille - Debut */
    .bloc_principal{
        position: relative;
        width: 100%;
    }

    .image_dans_bloc_principal{
        display: block;
        width: 100%;
        height: auto;
    }

    .bloc_texte{
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(255, 255, 255, 0.75);
        overflow: hidden;
        width: 100%;
        height: 0;
        /*transition: .5s ease;*/
    }

    .bloc_principal:hover .bloc_texte{
        height: 100%;
    }

    .titre_h1_carre_grille{
        font-family: 'DINNextLTPro-Regular';
        font-size: 4vw; /* taille texte */
        letter-spacing: 0vw; /* espace entre les lettre */
        line-height: 26px;
        color: black;
        position: absolute;
        text-align: center;
        width: 100%;
        margin-top: 50%; /* a modifier comme on veut */
        transform: translate(0,-50%);
    }
    /*
    .titre_h2_carre_grille{
        
        font-family: 'DINNextLTPro-LightCondensed', sans-serif;
        color: black;
        font-weight: 300;
        font-size: 1em; 
        text-align: center;
        margin-top: 50%; 
        position: absolute;
        width: 50%; 
        letter-spacing: 1px; 
        line-height: 5em;  
    }*/
    /* effet de style subriance sur les carres de la grille - Fin */

    /*-------------------------------- PAGES PROJET --------------------------------*/

    .body_projet{
        width: 90%;
        margin: auto;
        /*min-height: 100%;*/
        /*height: 100%;*/
        /*position: relative;*/
    }

    .header_projet{
        height: 40vw;
        margin: auto;
        margin-top: 2.6vw;
        justify-content: center;
    }

    .logo_retour_accueil{
        width: 40vw;
        height: 40vw;
        /*border: solid;
        border-width: 2px;
        border-color: black;*/
        display: flex;
    }

    .galerie_projet{
        /*max-width: 60vw;*/
        margin: 0 auto;
        margin-top: 50px;
        display: flex;
        gap: 10px;
        padding: 0;
        /*overflow-y: scroll;*/
    }

    .galerie_projet_colonne{
        list-style: none;
        max-width: 50%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        /*flex-wrap: wrap;*/
        gap: 10px;
        padding: 0;
    }

    .element_galerie_projet{
        max-width: 100%;
        height: auto;
        flex-grow: 1;
    }

    .element_galerie_projet_texte{
        max-width: 100%;
        height: auto;
        flex-grow: 1;
    }

    .element_galerie_projet_image{
        max-width: 100%;
        height: auto;
        flex-grow: 1;
        cursor: pointer;
    }

    /*.galerie_projet img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }*/

    .texte_projet_h1{
        font-family: 'DINNextLTPro-Medium';
        font-size: 26px;
        font-variant: small-caps;
        margin-top: 0;
        line-height: 26px;
    }

    .texte_projet_h1_bis{
        font-family: 'DINNextLTPro-Medium';
        font-size: 20px;
        font-variant: small-caps;
        margin-top: 0px;
        line-height: 26px;
    }

    .texte_projet_h2{
        font-family: 'DINNextLTPro-Light';
        font-size: 20px;
        color: black;
        font-variant: small-caps;
        line-height: 22px;
    }

    .texte_projet_h3{
        font-family: 'DINNextLTPro-Light';
        font-size: 15px;
        color: gray;
        font-variant: small-caps;
        line-height: 20px;
    }

    .texte_projet_h3_bis{
        font-family: 'DINNextLTPro-Light';
        font-size: 15px;
        color: rgb(175, 175, 175);
        font-variant: small-caps;
        line-height: 20px;
        margin-top: 10px;
    }

    .texte_projet_p{
        font-family: 'DINNextLTPro-Regular';
        font-size: 13px;
        color: black;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
        /*width: 85%;*/
        text-align: justify;
        line-height: 20px;
    }

    /*.logo_lecture_video{
        position: absolute;
        width: 15%;
        margin-left: 50%;
        margin-top: 37.5%;
        transform: translate(-50%,-50%);
    }*/

    .logo_lecture_video{
        position: absolute;
        width: 100%;
        /*margin-left: 50%;*/
        /*margin-top: 37.5%;*/
        /*transform: translate(-50%,-50%);*/
    }

    .tampon_central{
        list-style: none;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    /*-------------------------------- POP UP --------------------------------*/

    html{
        height: 100vh;
        width: 100vw;
        background-color: white;
        /*position: relative;*/
    }

    #pop_up_background{
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(255, 255, 255, 1);
        z-index: 3;
        align-items: center;
        justify-content: center;
    }

    #pop_up_background.active{
        display: flex;
    }

    #pop_up_contenu{
        max-width: 90%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    #pop_up_image{
        width: 100%;
        max-height: 90vh;
    }

    #pop_up_close{
        position: absolute;
        top: 0;
        right: 0;
        transform: translate(100%,0%);
        /*left: 0;*/
        /*transform: translate(-100%,0%);*/
        /*border-radius: 50%;*/
        /*background-color: white;*/
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: background-color 0.2s ease;
    }

    .bloc_icon_close_blanc{
        position: absolute;
        top: 0;
        right: 0;
        transform: translate(100%,0%);
        /*left: 0;*/
        /*transform: translate(-100%,0%);*/
        z-index: 4;
    }

    .bloc_icon_close_noir{
        position: absolute;
        top: 0;
        right: 0;
        transform: translate(100%,0%);
        /*left: 0;*/
        /*transform: translate(-100%,0%);*/
        height: 0;
        z-index: 0;
    }

    .icon_close{
        width: 2vw;
        min-width: 20px;
        height: auto;
    }

    .bloc_icon_close_noir:hover{
        z-index: 4;
    }

    .bloc_icon_close_blanc:hover{
        z-index: 0;
    }

    /*-------------------------------- PAGES ATELIER --------------------------------*/

    .bloc_header_atelier{
        height: 40vw;
        margin: auto;
        margin-top: 2.6vw;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .logo_contact{
        width: 40vw;
        height: 40vw;
        /*border: solid;
        border-width: 2px;
        border-color: black;*/
        display: flex;
    }

    .logo_contact_bas{
        width: 40vw;
        height: 40vw;
        margin-top: 15px;
    }

    .titre_atelier_h1{
        font-family: 'DINNextLTPro-Regular';
        font-size: 24px;
        color: black;
        text-align: center;
        font-variant-caps: small-caps;
        margin-top: 50px;
    }

    .paragraphe_atelier{
        font-family: 'DINNextLTPro-Regular';
        font-size: 13px;
        color: black;
        text-align: justify;
        margin-top: 3vw;
        line-height: 20px;
    }

    strong{
        font-family: 'DINNextLTPro-Medium';
        
    }

    .nom_architecte_corentin{
        font-family: 'DINNextLTPro-Regular';
        font-size: 18px;
        color: black;
        text-align: center;
        font-variant-caps: small-caps;
    }

    .nom_architecte_loic{
        font-family: 'DINNextLTPro-Regular';
        font-size: 18px;
        color: black;
        text-align: center;
        font-variant-caps: small-caps;
    }

    .strong_light{
        font-family: 'DINNextLTPro-Medium';
    }

    .element_galerie_portrait_corentin{
        width: 30vw;
        height: auto;
        flex-grow: 1;
        margin-left: 7.5vw;
    }

    .element_galerie_portrait_loic{
        width: 30vw;
        height: auto;
        flex-grow: 1;
        margin-left: 7.5vw;
    }

    .texte_architecte_p_gauche{
        font-family: 'DINNextLTPro-Regular';
        font-size: 13px;
        color: black;
        margin-top: 2vw;
        margin-left: 10px;
        text-align: justify;
        line-height: 20px;
        /*width: 90%;*/
        margin-right: 10px
    }

    .texte_architecte_p_droite{
        font-family: 'DINNextLTPro-Regular';
        font-size: 13px;
        color: black;
        margin-top: 2vw;
        margin-left: 10px;
        text-align: justify;
        line-height: 20px;
        /*width: 90%;*/
        margin-left: 10px
    }

    .bloc_prix{
        margin-top: 50px;
        margin-bottom: 40px;
    }

    .prix_h2{
        font-family: 'DINNextLTPro-Regular';
        font-size: 24px;
        color: black;
        text-align: center;
        font-variant-caps: small-caps;
    }

    .texte_prix_p{
        font-family: 'DINNextLTPro-Regular';
        font-size: 13px;
        color: black;
        margin-top: 2vw;
        text-align: justify;
        line-height: 20px;
    }

    .strong_prix{
        /*font-variant-caps: small-caps;*/
        text-transform: uppercase;
    }

    .image_atelier_banniere{
        width: 90vw;
        padding: 0;
    }

    /*.footer_atelier{
        width: 100%;
    }*/

    .bloc_footer_atelier{
        height: 50px;
        width: 90vw;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 10px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        position: relative;
    }

    .bloc_footer_mentions_obligatoires{
        height: 50px;
        width: 90vw;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 10px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        position: relative;
    }

    .bloc_mentions_obligatoires{
        font-family: 'DINNextLTPro-Light';
        font-size: 12px;
        margin: auto;
        margin-bottom: 5px;
        /*background-color: gray;*/
        /*justify-content: justify;*/
        text-align: center;
        vertical-align: center;
        display: flex;
        flex-direction: row;
        /*gap: 10vw;*/
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%);
    }

    .texte_mentions_legales{
        text-decoration: none;
        color: gray;
    }

    .texte_confidentialite{
        text-decoration: none;
        color: gray;
    }

    .texte_plan_du_site{
        text-decoration: none;
        color: gray;

    }

    /*-------------------------------- PAGES CONTACT --------------------------------*/


    .titre_contact_h1{
        font-family: 'DINNextLTPro-Regular';
        font-size: 24px;
        color: black;
        text-align: center;
        font-variant-caps: small-caps;
        margin-top: 50px;
    }

    .bloc_contact_principal{
        display: flex;
        flex-direction: column;
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .bloc_contact_phone{
        display: flex;
        margin: auto;
    }

    .contact_phone_p{
        font-family: 'DINNextLTPro-Regular';
        font-size: 15px;
        color: black;
        text-align: center;
        /*font-variant-caps: small-caps;*/
        letter-spacing: 1px;
    }

    .bloc_contact_mail{
        display: flex;
        margin: auto;
        text-align: center;
    }

    .contact_mail_p{
        font-family: 'DINNextLTPro-Regular';
        font-size: 15px;
        color: black;
        text-align: center;
        /*font-variant-caps: small-caps;*/
        letter-spacing: 1px;
    }

    .bloc_contact_horaires{
        display: flex;
        margin: auto;
    }

    .contact_horaires_p{
        font-family: 'DINNextLTPro-Regular';
        font-size: 15px;
        color: black;
        text-align: justify;
        /*font-variant-caps: small-caps;*/
        letter-spacing: 1px;
    }

    .bloc_contact_reseaux_sociaux{
        display: flex;
        margin: auto;
        margin-top: 5vw;
    }

    .logo_instagram{
        width: 40px;
        height: auto;
        margin: auto;
    }

    .texte_mentions_legales_bold{
        text-decoration: none;
        color: gray;
        font-family: 'DINNextLTPro-Medium';
    }

    /*-------------------------------- MENTIONS LEGALES --------------------------------*/

    .bloc_mentions_legales{
        margin-top: 50px;
        margin-bottom: 100px;
    }

    .bloc_confidentialite{
        margin-top: 50px;
        margin-bottom: 331px;
    }

    .titre_mentions_legales_h1{
        font-family: 'DINNextLTPro-Regular';
        font-size: 24px;
        color: black;
        text-align: center;
        font-variant-caps: small-caps;
        margin-top: 50px;
    }

    .titre_mentions_legales_h2{
        font-family: 'DINNextLTPro-Regular';
        font-size: 20px;
        color: black;
        text-align: left;
        font-variant-caps: small-caps;
        margin-top: 50px;
    }

    .mentions_legales_p{
        font-family: 'DINNextLTPro-Regular';
        font-size: 15px;
        font-weight: lighter;
        color: black;
        margin-top: 2vw;
        text-align: justify;
        /*line-height: 20px;*/
        margin-top: 20px;
    }

    /*-------------------------------- PLAN DU SITE --------------------------------*/

    .bloc_plan_site_principal{
        width: 100%;
    }

    .bloc_plan_site_niveau_1{
        margin-left: -25px;
    }

    .bloc_plan_site_niveau_2{
        margin-left: 10px;
        margin-top: -10px;
        margin-bottom: -10px;
    }

    .plan_site_liste_niveau_1{
        list-style-type: square;
    }

    .plan_site_liste_niveau_2{
        list-style-type: square;
    }

    .plan_site_element_liste{
        text-decoration: none;
        font-family: 'DINNextLTPro-Regular';
        font-size: 13px;
        font-weight: lighter;
        color: black;
        line-height: 26px;
    }

    .plan_site_element_liste_secondaire{
        text-decoration: none;
        font-family: 'DINNextLTPro-Regular';
        font-size: 13px;
        font-weight: lighter;
        color: gray;
        line-height: 26px;
    }

}