﻿.divAppli {
    max-width: 100%;
}

.col-principal {
    position: relative;
    z-index: 1;
    width: 82%;
    margin-left: 18%;
}



.cache {
    display: none;
}


/* colonne col-menu-fix  */
.col-menu-fix {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    width: 18%;
    padding-right: .5rem;
}

.col-principal {
    position: relative;
    z-index: 1;
    width: 82%;
    margin-left: 18%;
}



@media (max-width: 1400px) {
    .col-menu-fix {
        width: 25%;
    }

    .col-principal {
        width: 75%;
        margin-left: 25%;
    }
}



@media (max-width: 992px) {
    .col-menu-fix {
        width: 33%;
    }

    .col-principal {
        width: 67%;
        margin-left: 33%;
    }
}


/* iPhone */
@media (max-width: 768px) {
    .col-menu-fix {
        display: none;
    }

    .col-principal {
        width: 100%;
        margin-left: 0%;
        margin-top: 3.5rem;
    }
}



/* home Liens */
.divPanneau {
    position: relative;
    /*overflow-x: hidden;*/
    overflow: hidden;
    margin-top: 0rem;
    margin-bottom: 7rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
    padding-right: 0rem;
}

    .divPanneau .texte {
        min-height: 15rem;
        padding-top: 3rem;
        padding-bottom: 3rem;
        padding-left: 3rem;
        padding-right: 3rem;
    }


@media (max-width: 992px) {
    .divPanneau .texte {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}


.divPanneau .divTitre {
    position: absolute;
    z-index: 100;
    width: 50%;
    left: 0px;
    top: 3rem;
    padding: 3rem;
}


@media (max-width: 768px) {
    .divPanneau .divTitre {
        width: 100%;
        top: 0px;
    }
}




#divLiens .divPanneau .texte {
    padding-top: 0rem;
    padding-bottom: 0rem;
}

#divLiens a {
    color: #c55265;
    text-decoration: none;
}

#divLiens a:hover {
    color: #c55265;
    text-decoration: underline;
}


.divPanneau .divTitre-droite {
    left: 50%;
}

@media (max-width: 768px) {
    .divPanneau .divTitre-droite {
        left: 0px;
    }
}


.divPanneau .FondTitre {
    /*height: 100% !important;*/
    height: 100%;
    min-height: 100%;
}

@media (max-width: 768px) {
    .divPanneau .FondTitre {
        height: 7rem !important;
    }
}


#divHome a {
    color: #c55265;
}


/* Description Services Société */
.divMagique {
    position: fixed;
    z-index: -10;
    left: 18%; /* Correspond à la largeur du menu */
    top: 0rem;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position-x: 50%;
}


@media (max-width: 768px) {
    .divMagique {
        left: 0px;
    }
}


@media (max-width: 768px) and (max-height: 640px) {
    .divMagique {
        height: 600px;
    }
}





#divDescription .divGoogleMap,
#divContact .divGoogleMap {
    width: 100%;
    min-height: 100%;
}

    #divDescription .divGoogleMap #map,
    #divContact .divGoogleMap #map,
    #divContact .divGoogleMap #map2 {
        width: 100%;
        height: 40rem;
    }



@media (max-width: 1400px) {
    #divDescription .divGoogleMap #map {
        height: 30rem;
        min-height: 100%;
    }
}


@media (max-width: 992px) {
    #divDescription .divGoogleMap #map {
        height: 20rem;
    }
}


/* Filtrage de la liste */
#divFiltrage {
    position: absolute;
    top: 0px;
    right: 1rem;
    margin-top: 5rem;
}


@media (max-width: 1400px) {
    #divFiltrage {
        margin-top: 1.5rem;
    }
}


@media (max-width: 768px) {
    #divFiltrage {
        display: none;
    }
}


@media (max-width: 992px) {

    #divFiltrage label {
        display: none;
    }
}



#divListe  .divTitreListeSmart {
    display: none;
}

@media (max-width: 767px) {
    #divListe .divTitreListeSmart {
        position: fixed;
        display: block;
        height: 2.5em;
        top: 6em;
        z-index: 2000;
        background-color: white;
    }
}


#divListe .divTitreListeSmart h1 {
    margin-top: 0px;
    margin-left: 7.0%;
    color: #111;
}


#divListe .divTitreListeSmart .divChoixPiece {
    position: relative;
    z-index: 2500;
    overflow: hidden;
    width: 14em;
    height: 0px; /*replié au départ*/
    left: 14%;
    top: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: dimgray;
    background-color: white;
    opacity: .7;
    transition: height .25s, opacity .25s;
}

    #divListe .divTitreListeSmart .divChoixPiece a {
        width: 100%;
        display: block;
        margin-top: 1em;
        margin-bottom: 1em;
        padding-left: 1em;
        font-size: 1.2em;
        color: #111;
        text-decoration: none;
    }


    #divListe .divTitreListeSmart .divChoixPiece a:hover {
        text-decoration: underline;
    }



#divListe .divTitreListeSmart .divChoixPiece-Ouvert {
    opacity: 1;
    height: 26em;
    transition: height 1s, opacity 1s;
}






    #divListe .divChoixCarte {
        display: none;
    }

@media (max-width: 768px) {
    #divListe .divChoixCarte {
        display: block;
        position: absolute;
        z-index: 1000;
        top: 0px;
        right: 1rem;
        width: 25%;
        text-align: right;
    }
}

#divListe .divChoixCarte a {
    background-color: white;
    box-shadow: none;
}
    #divListe .divChoixCarte a:hover {
        color: #c55265;
    }

    /* Liste */
    #divListe {
        position: relative;
        z-index: 1000;
        background-color: white;
        min-height: 50rem;
    }

    @media (max-width: 1400px) {
        #divListe {
            min-height: 40rem;
        }
    }




    #divListe h1 {
        margin-top: 5rem;
        padding-left: 1rem;
    }



    @media (max-width: 1400px) {
        #divListe h1 {
            margin-top: 2rem;
        }
    }


@media (min-width: 767px) {
    #divListe .signet {
        display: none;
    }
}



#divListe .divAnnonce {
    position: relative;
    overflow: hidden;
    margin-bottom: 1.75rem;
    max-height: 26rem;
    min-height: 20rem;
}


    #divListe .divTechFond {
        background-color: #242424;
        opacity: 0.85;
        position: absolute;
        display: block;
        z-index: 100;
        width: calc(100% - .5rem);
        left: .25rem;
        height: 5.25rem;
        bottom: 0rem;
    }


    #divListe .divAnnonce .divTech {
        position: absolute;
        z-index: 200;
        left: 0px;
        height: 5rem;
        bottom: 0rem;
        padding-left: .25rem;
        padding-right: .25rem;
        margin-left: .25rem;
        margin-right: .25rem;
    }

        #divListe .divAnnonce .divTech p.Legende {
            height: 1.5rem;
            max-height: 1.5rem;
            margin-bottom: 0px;
            overflow: hidden;
            letter-spacing: -.5px;
        }


    #divListe .divAnnonce img {
        width: 100%;
        margin-top: -4rem;
    }


    /* carte des objets */
    #divListe .divGoogleMap {
        width: 100%;
        height: 40rem;
        background-color: transparent;
    }


    #divListe .divTitreCarte {
        width: 100%;
        height: 2.5rem;
        background-color: #242424;
        height: 5rem;
        opacity: .85;
        padding-top: 1.5rem !important;
    }

        #divListe .divTitreCarte a {
            color: white;
            text-decoration: none;
        }

        #divListe .divTitreCarte a:hover {
            text-decoration: underline;
        }


    #divListe .divGoogleMap #map {
        width: 100%;
        height: 40rem; /* idem hauteur du slideshow */
    }

    @media (max-width: 1400px) {
        #divListe .divGoogleMap,
        #divListe .divGoogleMap #map {
            max-height: 30rem;
        }
    }

    @media (max-width: 992px) {
        #divListe .divGoogleMap,
        #divListe .divGoogleMap #map {
            max-height: 20rem;
        }
    }


    .CarteCache {
        display: none;
        height: 0px;
    }

    .CarteVisible {
        display: flex;
        position: relative;
        z-index: 100;
        color: white;
    }



    /* Description */

    #divDescription .divTitre {
        position: absolute;
        z-index: 100;
        width: 50%;
        left: 0px;
        /*top: 3rem;*/
        /*padding: 3rem;*/
        left: 50%;
    }


    #divDescription .divTexte {
        position: relative;
        min-height: 37.5rem;
        padding-top: 2rem;
        padding-left: 6%;
        padding-right: .25rem;
    }


    @media (max-width: 1400px) {
        #divDescription .divTexte {
            min-height: 30rem;
        }
    }

    @media (max-width: 992px) {
        #divDescription .divTexte {
            min-height: unset;
            padding-bottom: 3rem !important;
        }
    }



    .divDemandLoc {
        position: relative;
        bottom: 1.25rem;
        left: 0px;
        width: 100%;
        height: 2.5rem;
        text-align: center;
    }


        /* lien sur fond rouge*/
        .divDemandLoc a {
            font-size: 1.25rem;
            text-decoration: none;
            color: white;
            width: 100%;
        }

            .divDemandLoc a:hover {
                text-decoration: underline;
                color: white;
            }





    /* renseignements techniques */
    #divTech {
        width: 100%;
        margin-top: 0rem;
        padding-bottom: 3rem;
    }



    .divTech .divLibelle {
        text-align: right;
        color: #c55265;
    }

    .divTech .divLibelle {
        position: absolute;
        z-index: 100;
        left: 0px;
        width: 50%;
        padding-left: 3rem;
        padding-right: 3rem;
    }

    @media (max-width: 768px) {
        .divTech .divLibelle {
            width: 100%;
            text-align: left;
            padding-left: 0.5rem;
            padding-right: 0.5rem;
        }
    }



    .divTech .divChamp {
        padding-left: 3rem;
        padding-right: 0.5rem;
    }

    @media (max-width: 768px) {
        .divTech .divChamp {
            padding-left: 0.5rem;
            padding-right: 0.5rem;
        }
    }

    .divTech p {
        margin-bottom: 0.75rem;
    }

    @media (max-width: 768px) {
        .divTech .fndGris {
            background-color: #f8f8f8;
        }
    }



    .divNaviObjet {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

        .divNaviObjet a {
            font-size: 1.25em;
            text-decoration: none;
            color: #212529;
        }

            .divNaviObjet a:hover {
                text-decoration: underline;
            }


    @media (max-width: 1400px) {
        .divNaviObjet a {
            font-size: 1em;
        }
    }


    @media (max-width: 576px) {
        .divNaviObjet {
            display: none;
        }
    }


    /* Espace client */

    .divEspaceClient {
        max-width: 50rem;
        margin-top: 10rem;
        margin-left: 3rem;
        margin-right: 3rem;
    }


        .divEspaceClient .divListeDoc {
            width: 100%;
        }


            .divEspaceClient .divListeDoc label,
            .divEspaceClient .divListeDoc a {
                color: dimgray;
                font-size: 1rem;
                width: auto;
                background-color: white;
            }

            .divEspaceClient .divListeDoc .pointeur {
                cursor: pointer;
            }


        .divEspaceClient .btnRSA {
            background-color: #c55265;
            border-color: red
        }





    /* Pied */

.divPied {
    position: relative;
    background-color: #5e646f;
    margin-bottom: 0rem;
    padding-top: 1rem;
    padding-bottom: 0rem;
}

    .divPied img {
        width: 100%;
        margin-left: 2.5rem;
    }

    .divPied p {
        font-size: 1.5em;
        font-weight: 100;
        color: white;
    }

    .divPied a {
        color: white;
        text-decoration: none;
    }

        .divPied a:hover {
            text-decoration: underline;
        }


    .divPied .adresse {
        text-align: center;
    }

    .divPied .telephone {
        text-align: right;
    }


        .divPied .telephone p {
            padding-right: 5%
        }



@media (max-width: 1400px) {
    .divPied p {
        font-size: 1.15em;
    }
}


@media (max-width: 992px) {
    .divPied {
        padding-left: .25rem;
    }

        .divPied img {
            margin-left: 0rem;
            margin-bottom: 1rem;
            max-width: 26rem;
        }

        .divPied .adresse,
        .divPied .telephone {
            text-align: left;
        }

        .divPied p {
            font-size: 1em;
        }
}


@media (max-width: 576px) {
    .divPied p {
        font-size: .9em;
    }
}