/*  Version 13.01 */
@font-face {
	font-family: "Roboto";
	src: url('../font/roboto/Roboto-Regular.ttf');
}
@font-face {
	font-family: "Roboto";
	font-style: italic;
	src: url('../font/roboto/Roboto-Italic.ttf');
}
@font-face {
	font-family: "Roboto";
	font-weight: bold;
	src: url('../font/roboto/Roboto-Bold.ttf');
}
body {
    margin: auto;
    /*padding: auto;*/
/*color : #000000;*/
    /*font-family: 'Open Sans',Arial, sans-serif;*/
    /*font-family: 'Open Sans Condensed', sans-serif;*/
    font-family: Roboto,Arial,sans-serif;
/*    font-family: Arial, Helvetica, sans-serif;*/
    font-size: 0.8rem;
}

#bandeau {
    background-color: #fff;
    margin: 0px;
    background-size: cover;
    position: fixed;
    z-index: 10;
    top: 0px;
    width: 100%;
}
    #bandeau table {
        width: 100%;
    }
#div_bandeau {
    height:110px;
}
#div_footer {
    height:0px;
}
@media (max-height: 580px) {
    #bandeau{
        position: relative;
    }
    #div_bandeau{
        height:0px;
    }
    #div_footer{
        height:70px;
    }
}

#menu {
    margin: auto;
    padding: 0px 0px;
    height: 35px;
}
    #menu form {
        float: right;
        margin: 3px 3px;
    }

#multi-langue {
    float: right;
    margin: 7px 10px;
}
    #multi-langue a {
        float: right;
        padding: 0px;
        margin: 0px;
    }
     #multi-langue a img {
    vertical-align: bottom;
        margin-left: 8px;
    }


#contenu_page {
    clear: both;
    margin: 44px 0px;
    padding: 0px;
    text-align: center;
}

#footer {
    padding: 0px;
    margin: 0px;
    background-color: white;
    border-top: 0px solid #a9a9a9;
    box-shadow: 0px 0px 4px #B0C4DE;
    font-size: smaller;
    position: fixed;
    z-index: 10;
    bottom: 0px;
    width: 100%;
}
    #footer table {
        margin: 0px auto;
        height: 25px; /* Hauteur du footer ! */
        width: 100%;
    }
    #footer table td {
        width: 33%;
        padding: 0px 10px;
    }
    
.top_control {
    padding: 0px;
    margin: -7px;
    margin-left: 15px;
    position: relative;
    top: -7px;
    height: 30px;
}
.volant {
    position:fixed;
    display:flex;
    justify-content: center;
    align-content: space-between;
    background-color: white;
    box-shadow: 0px 0px 15px #B0C4DE;
    border: 0px solid #a9a9a9;
    border-radius:18px;    
    width: 972px;
    height:50px;
    flex-direction:row;
    align-items: flex-start;
    margin-left : -1px;
    padding:3px 5px;
    bottom : 23px;
    /*transform: translateY(0%);*/
    z-index: 5;

}
.visible_petite_fenetre {
    visibility:visible;
    width:32px;
}

@media (min-width: 1150px) and (min-height:560px) {
    .volant {
        flex-direction: column;
        height:auto;
        max-height:800px;
        width: 74px;
        margin-left : 1007px;
        border-radius : 18px;
        box-shadow: 0px 0px 15px #B0C4DE;
        border: 0px solid #c0c0c0; 
        bottom : 45vh;
/*        transform: translateY(calc(50% + 41px));*/
        transform: translateY(45%);
        z-index: 20;
        padding:15px 5px;
    }    
/*    .visible_petite_fenetre {
        visibility:hidden;
        width:0px;
    }*/
}
.volant_admin {
    position:fixed;
    display:flex;
    justify-content: center;
    align-content: space-between;
    background-color: white;
    box-shadow: 1px 3px 5px #B0C4DE;
    border: 1px solid #a9a9a9;
    flex-direction: column;
    height:auto;
    max-height:800px;
    width: 58px;
    right : 5px;
    border-radius:18px;
    bottom : 45vh;
/*        transform: translateY(calc(50% + 41px));*/
    transform: translateY(50%);
    z-index: 20;
}
.volant_admin .boutonchoix {
    width:50px;
}
@media screen and (max-height: 900px) {
    .icone_haut {
        display: none!important;
    }
}

