@font-face {
    font-family: 'Roboto-Light';
    src: url('font/Roboto-Light.woff2') format('woff2'),
    url('font/Roboto-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('font/Roboto-Bold.woff2') format('woff2'),
    url('font/Roboto-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Black';
    src: url('font/Roboto-Black.woff2') format('woff2'),
    url('font/Roboto-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Bold-condensed';
    src: url('font/robotocondensed-bold-webfont.woff2') format('woff2'),
    url('font/robotocondensed-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}





html {
    height: 100%;
}
body {
    margin: 0 auto;
    height : 100%;
    text-align: center;
    font-family: 'Roboto-Light', sans-serif;
    -webkit-box-shadow: inset 0 6px 0 #00a14e;
    background-image: url("images/fond.jpg");
    font-size : 16px;
}
h1 {
    font-size: 1.4em;
    font-weight : 700;
    margin : 0;
    padding : 0;
}
h2 {
    font-family: 'Roboto-Bold', sans-serif;
    font-size : 16px;
    text-transform: uppercase;
    margin : 0;
    padding : 0;
    font-weight: normal;

}
h3 {
    font-family: 'Roboto-Bold', sans-serif;
    font-size : 22px;
    margin : 0;
    padding : 0;

}
#corps {
    width : 1200px;
    margin : 0 auto;
}
#bd_top {
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;

}
#bd_top_logo {
    position : relative;
    float : left;
    margin-right : 30px;
    /*margin-left : 30px;*/
    /*margin-top:   -192px;*/
    margin-top:   -153px;
    top:71px;
    /*top:97px;*/
}

#bd_top_logo_respnsive{
    display: none;
}
#bandeau-menu{
    width : 100%;
    height: 80px;
    background-color : #00534d;
    margin : 0 auto;
    margin-top: 27px;
    font-size : 16px;
    font-family: 'Roboto-Bold', sans-serif;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-bottom : 2px solid #00a14e;
    color : white;
}

.bandeau-menu-a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right : 15px;
    margin-right: 15px;

    text-decoration : none;
    color : white;
}
.menu_borderLeft {
    padding-left : 15px;
}
.menu_selected {
    font-weight: bold;
}
#menu {
    display: flex;
    justify-content: space-around;
    margin : 0 auto;
}
.menu_contact {
    background: white;
    color : #00534d;
    border-radius: 8px;
    padding: 8px;
}
#contenu {
    margin: 0 auto;
    width:1160px;
    padding : 20px;
    text-align: left;
    background-color: rgba(255,255,255,0.9);
}

#bd_Photo {
    clear : both;
    margin : -4px;
    width : 1200px;
}
#footer {
    padding: 10px 0px;
    margin-top: 30px;
    color: white;
    width : 100%;
    background-color: #00a14e;
    font-size: 14px;
    text-align : center;
}
#footer-contenu {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
    width : 1100px;
    margin : 0 auto;
}


#footer a {
    text-decoration: none;
    color: white;
}
#footer_adr {
    text-align : center;
}
#copy {
    padding : 15px;
}


.cols {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}
.cols div {
    margin: 5px;
}
.centrerV {
    align-items: center;
}
.centrerH {
    width: 100%;
   text-align: center;
}
.centrerBloc {
    justify-content: center;
}
.trait110 {
    width : 110px;
    height : 2px;
    background-color: #00a14e;
    margin-bottom: 8px;
}
.titre {
    font-size: 24px;
    font-family: 'Roboto-Bold-condensed', sans-serif;
    text-align : left;
    margin-bottom: 20px;
}

.vert {
    color : #00a14e;
    font-size: 20px;
    font-family: 'Roboto-Bold-condensed', sans-serif;
    margin : 10px 0px;
}
#contenu a {
    text-decoration: none;
    color : #00534d;

}
.div_texbox input, .button_div input, .textarea_contact {
    color: #00534d;
    border : 1px solid #00534d;
    padding : 10px;
    margin : 5px;
}
.div_texbox input {
    width : 200px;
}
.textarea_contact {
    margin : 10px;
}
.button_div {
    text-align: right;
}
.button_div input {
    background-color: #00534d;
    color : white;
    border-radius: 5px;
    width: 100px;
}


@media (min-width: 1921px) {
    body {
        background-size: 100%;
    }
}
/* ================================================= */
/* RESPONSIVE */
@media (max-width: 1200px) {
    #corps {
        width: 100%;
        border: none;
    }

    #contenu {
        width: 90%;
    }

    #menu {
        flex-direction: column;
        margin: 0 auto;
    }

    #menu a {
        flex-direction: column;
        margin: 10px auto;
    }

    #bandeau-menu {
        padding: 0;
        height: 100%;
        flex-direction: column;

    }

    #bd_top_logo {
        display: none;
    }

    #bd_top_logo_respnsive {
        display: block;
        width: 100%;
        background: white;
        margin-top: 15px;
    }

    #bd_top {
        height: auto;
        flex-direction: column;
        text-align: center;
        margin: 0 auto;
    }

    #bd_Photo {
        display: none;
    }


    #contenu_page {
        flex-direction: column;
        width: 100%;
    }

    #googlemaps {
        display: none;
    }

    #footer-contenu {
        width: 100%;
        flex-direction: column;
    }


    #contact-formulaire {
        flex-direction: column;
    }

    #contact-div-input {
        width: 100%;
        text-align: center;
    }

    #contact-zone-saisie {
        width: 100%;
        text-align: center;
    }

    img {
        max-width: 99%;
    }

    .cols {
        flex-direction: column;
        align-items: center;
    }

}