/*   
Theme Name: Gabarit 1
Theme URI: 
Description: Gabarit 1
Author: Votre nom
Author URI:
Version: 1
*/





/***** LIENS AVEC LES DIFFÉRENTS FICHIERS CSS *****/

/* hexagon */
@import "hexagons_profs.css";
/* css Typographie */
@import "css_typographie.css";
/* css Menu */
@import "css_menu_nav.css";
/* css grille */
@import "gridlex.css";
/* css Normalize pour normaliser la lecture des éléments de base par l’ensemble des navigateurs */
@import "normalize.css";




/***** STYLES RESET *****/

ul {
    margin: 0px;
}

/* Lorsque le menu est visible, le contenu en arrière-plan ne se déroulera pas */
body.overflow-hidden {
    overflow: hidden;
}
a:-webkit-any-link, a:-moz-any-link {
    text-decoration: none;
}





/***** ÉLÉMENTS DE STRUCTURE *****/


/***** STYLES GLOBAUX *****/



body {
    background-color: #211a37;
    margin: 0;
    padding: 0;
}

/* conteneur principale */
#wrapper {
    margin: 0;
    padding: 0;
    position: relative;
}

/* conteneur image en-tête */
header {
    width: 100%;
}

/* vidéo */
#media {
    position: absolute;
    max-width: 1920px;
    height: 1080px;
    margin-right: auto;
    margin-left: auto;
    z-index: 1;
}


/* Bande fixe comportant le logo et le menu en haut de page */
#bandeLogo {
    position: fixed;
    top: 0;
    left: 0;
    height: 40px;
    width: 50px;
    z-index: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Conteneur du logo */
#logo {
    display: block;
    position: fixed;
    z-index: 2000;
    height: 110px;
    width: 65px;
    top: 10px;
    right: 10px;
}

#entetefinissants {
    margin-top: 10%;
    margin-bottom: 5%;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    width: 90%;
    text-align: center;
}



/***** Pied de page *****/
footer {
    width: 100%;
    left: 0;
    margin-top: 50px;
}

#contentFooter {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#contenantMap {
    position: relative;
}

#footerInsert {
    width: 100%;
    margin-top: -50px;
    padding-top: 75px;
    background-color: #e60a5f;
}

#osezoser {
    margin-bottom: 0;
    padding-bottom: 0;
}


#legal {
    position: relative;
    text-align: center;
    width: 100%;
    height: 14px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
}

#map {
    position: absolute;
    width: 95%;
    z-index: 1;
}

#adresse {
    width: 100%;
    padding-top: 0px;
    background-color: #1e1932;
    padding-bottom: 50px;
}

#icon-fab {
    margin-top: 10px;
    padding-top: 0px;
    padding-bottom: 10px;
}

#icon-fab li {
    width: 50%;
    text-align: center;
    display: block;
    margin: auto;
    position: relative;
    height: 1.5em;
}





/* ==========================================================================
TÉLÉPHONE CELLULAIRE - ÉCRAN - PLUS PETIT QUE 750 PX - iPhone 6
========================================================================== */

@media screen and (max-width: 800px) {
    
    .divVide {
        display: none;
    }

    /* Conteneur du logo */
    #logo {
        display: none;
    }

    #map {
        position: relative;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #entetefinissants {
        margin-top: 20%;
        margin-bottom: 10%;
    }
}

/* ==========================================================================
Fermeture Media Querie - TÉLÉPHONE CELLULAIRE
========================================================================== */