@font-face {
    font-family: 'roboto_cnbold';
    src: url('font/roboto-boldcondensed-webfont.eot');
    src: url('font/roboto-boldcondensed-webfont.eot?#iefix') format('embedded-opentype'),
    url('font/roboto-boldcondensed-webfont.woff') format('woff'),
    url('font/roboto-boldcondensed-webfont.svg#roboto_cnbold') format('svg'),
    url('font/roboto-boldcondensed-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto_thregular';
    src: url('font/roboto-thin-webfont.eot');
    src: url('font/roboto-thin-webfont.eot?#iefix') format('embedded-opentype'),
    url('font/roboto-thin-webfont.woff') format('woff'),
    url('font/roboto-thin-webfont.ttf') format('truetype'),
    url('font/roboto-thin-webfont.svg#roboto_thregular') format('svg');

    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'roboto_regular';
    src: url('font/roboto-regular-webfont.eot');
    src: url('font/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('font/roboto-regular-webfont.woff') format('woff'),
    url('font/roboto-regular-webfont.ttf') format('truetype'),
    url('font/roboto-regular-webfont.svg#roboto_thregular') format('svg');

    font-weight: normal;
    font-style: normal;

}

body{
    font-family: 'roboto_regular';
    background: url(img/fond.jpg);
    background-size: 100%;
    margin: 0 auto;
    color: white;
    display: flex;
    justify-content: center;
}

a{
    color: white;
    text-decoration: none;
}

h1{
    color: white;
    font-size: 24x;
    font-family: 'roboto_cnbold';
}

h2{
    text-transform: uppercase;
}

h3{
    margin-bottom: 5px;
}

#div_central{
    background: rgba(170,0,0,0.70);
    width: 1200px;
}



#header{
    width: 1200px;
    height: 150px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

#adresse{
    font-family: 'roboto_thregular';
    text-align: right;
    padding-right: 15px;
    padding-top: 15px;
    width: 230px;
    height: 131px;
    background-color: rgba(0,0,0,0.3);
    border-bottom-right-radius : 12px;
    border-bottom-left-radius : 12px;
    margin-left: 15px;
    color: white;
}

#ville{
    margin-top: 0;
    font-family: 'roboto_cnbold';
}

#t�l{
    font-family: 'roboto_cnbold';
    font-size: 24px;
}

#contenu{
    width:1140px;
    padding:30px;
}
.bloc{
    display: flex;
    flex-direction: row;
    justify-content: space-around;

}
.photo{
    margin : 10px;
    width: 100%;
    border-radius: 12px;
}

.menu *{
    width:300px;
    margin-top:0;
}

.menu h3{
    margin-top: 15px;

}

.menu h2{
    font-family: 'roboto_cnbold';
}

.menu{
    width: 350px;
    padding: 35px;
    margin: 15px;
    background:none;
    background-color:rgba(255,255,255,0.5);
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80ffffff,endColorstr=#80ffffff);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80ffffff,endColorstr=#80ffffff);
    border-radius: 12px;
}
.image_lrg {
    margin-top : 15px;
    width: 100%;
    border: 1px solid rgba(255,255,255,0.3);
}
.carte {
    margin : 15px;
}
#footer{
    text-align: center;
    font-size: 14px;
    margin-top: 25px;
}


@media (max-width: 1100px) {
    body{
        background-attachment: fixed;
        background-size: cover;
    }
    #adresse {
        width : calc(100% - 30px);
        margin : 0;
        border-radius: 0;
        padding : 15px;
    }
    .bloc {
        flex-direction: column;
        max-width: 100%;
        justify-content: center;
        align-items: center;
    }

    #header {
        flex-direction: column;
        width: 100%;
        text-align: center;
        min-height: 200px;
        align-items: center;
        justify-content: center;
        margin : 0;
        padding : 0;
    }
    #div_central {
        width: 100%;
        margin : 0;
        padding : 0;
    }
    #contenu{
        width : 100%;
        margin : 0;
        padding : 0;
    }
    .photonuit {
        display : none;
    }
    .carte {
        width : 100%;
    }
    .menu {
        width : 80%;
    }

}