/* #region Général */
html, body {
    margin:0;
    padding:0;
    height:100%;
    background-color:#002348;
}

.fond {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}


.noSelect {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.noSelect:focus {
    outline: none !important;
}
/* #endregion */


#main_container {
    background-color:#002348;
}

#header {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height: 80px;
    text-align:center;
}

#logo {
    height:50px;
    margin-top:15px;
}

#content {
    position:absolute;
    left:0;
    top:80px;
    width:100%;
    height:calc(100% - 80px);
    /* overflow:scroll; */
}
#sommaire-big-container {
    position:absolute;
    left:50%;
    top:0%;
    width:100%;
    height:100%;
    max-width:80%;
    transform:translate(-50%);
}

#menu {
    display:flex;
    flex-flow:row wrap;
    justify-content: center; 
    margin:15px 0 25px 0;
}
.menu_item {
    cursor:pointer;
    height:30px;
    width:auto;
}
.menu_item .menu_cartouche {
    fill:rgba(255, 255, 255, 0);
}
#menu>svg.actif .menu_cartouche {
    fill:rgba(214, 185, 147, 1);
}
#menu>svg:hover .menu_cartouche {
    fill:rgba(214, 185, 147, 0.85);
}
.sommaire-container {
    display:flex;
    flex-flow: row wrap;
    justify-content:center;
    align-items:center;
    align-content:center;
}
#sommaire_toulouse {
    display:flex;
}
#sommaire_paris {
    display:none;
}
#sommaire_rhone {
    display:none;
}

/* #region Vignette */
.vignette {
    cursor:pointer;
    width:220px;
    height: auto;
    margin-top:10px;
    margin-bottom:10px;
    
    margin-left:10px;
    margin-right:10px;
}

.vignette_lien_visite{
    cursor:pointer;
}
.vignette_lien_axo{
    cursor:pointer;
}

.vignette_lien_visite:hover .cls-1 {
    fill: #707271;
}
.vignette_lien_axo:hover .cls-4 {
    fill: #d6b993;
}
/* #endregion */

/* #region svg classes */
.transparent {
    opacity:0;
}
.cls-1 {
    transition: fill 1s ease;
    fill: #001e48;
    opacity: 0.72;
}
.cls-2 {
    fill: #fff;
}
.cls-3 {
    fill: #d6b993;
}
.cls-4 {
    transition: fill .5s ease;
    fill: #fff;
}
/* #endregion*/

/* #region Media queries" */
@media (min-width:1801px) {
    
}
@media (min-width:1200px) and (max-width:1800px) {
    
}
@media (max-width:1400px)  {
    #header {
        height: 70px;
    }
    #content {
        top:70px;
        height:calc(100% - 70px);
    }
    .menu_item {
        height:24px;
    }

    .vignette {
        width:160px;
    }
    #logo {
        height:40px;
        margin-top:10px;
    }
}

@media (max-height:750px) {
    #header {
        height: 40px;
    }
    #content {
        top:40px;
        height:calc(100% - 40px);
    }
    .menu_item {
        height:20px;
    }

    .vignette {
        width:150px;
        margin-top:5px;
        margin-bottom:5px;
    }
    #logo {
        height:25px;
        margin-top:10px;
    }
}
/* #endregion */


/* #region Popup Orbitale/Axo */
#orbitale_residence {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    display:none;
    opacity: 0;
    z-index:10;
}
#orbitale_residence iframe {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}
#close_frame_residence {
    position:absolute;
    right:7px;
    top:7px;
    width:32px;
    height:32px;
    cursor: pointer;
}
/* #endregion */
