body {
    background-size: cover;
    background-position: center;
    font-family: 'Raleway', sans-serif;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    /* ajouté */
    /* background: #f4f4f4; */
}


p {
    line-height: 30px;
}

h1 {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 30px;
    color: #484848;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 200;
    line-height: 50px;
    /*modifié */
}

.image_carre {
    display: inline-block
}

.ligne hr {
    width: 400px;
}

#container {
    width: 100%;

}

nav {
    /* background-color: #333; */
    display: block;
    text-align: center;
    width: 950px;
    margin: 0 auto;
    text-transform: uppercase;
    color: #8e8e8e;

}

.menu_anglais {
    width: 870px;
}

/* nav ul {
    display: inline-block;
    list-style-type: none;
} */

.trait_menu {
    width: 170px;
    background-color: #d0d0d0;
    border-color: #d0d0d0;
    border: 0 none;
    height: 1px;
    position: relative;
    top: -2px;
}

#menu_table {
    margin: 0 auto;
}

.menu {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    display: flex;
    position: relative;
    z-index: 10000;
}

.menu li {
    position: relative;

}

.menu li a {
    display: block;
    padding: 0.5em 1em;
    color: #8e8e8e;
    font-weight: 400 !important;
    font-size: 13px;
    text-decoration: none;
}

.menu li a:hover,
.actif {
    background-color: #f6f6f6;
    color: #484848;
}

.sous-menu {
    display: none;
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    text-align: left;
    min-width: 100%;
}

.sous-menu li a {
    display: block;
    padding: 0.5em 1em;
    color: #8e8e8e;
    font-weight: 400 !important;
    font-size: 13px;
    text-decoration: none;
}

.sous-menu li a:hover {
    background-color: #ddd;
    color: #333;
}

.drapeau {
    width: 25px;
    height: 17px;
}

h2 {
    margin-top: 20px;
    text-align: center;
    font-size: 25px;
    color: rgb(72, 72, 72);
    font-weight: 400;
    text-transform: uppercase;
}

.imagefloat {
    display: inline-block;
}

.imagefloat td {
    text-align: center;
    vertical-align: middle;
}





#drapeaux {
    position: absolute;
    top: 10px;
    width: 60px;
    height: 20px;
}


#logo {
    width: 200px;
    position: relative;
    top: 30px;
    left: 30px;
}

#bouton_responsive {
    width: 30px;

}

#bouton_responsive hr {
    height: 2px;
    background: black;
    margin: 5px;
}

#menu_responsive li,
.sous_menu_bloc li {
    list-style-type: none;

}



.avec_sous_menu a:after {
    content: " \25BA";
    color: #aaa;
}

#menu_responsive a,
.sous_menu_bloc a {

    display: block;
    padding: 0.5em 1em;
    color: #8e8e8e;
    font-weight: 400 !important;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
}


#menu_responsive a:hover,
.sous_menu_bloc a:hover {
    background-color: #ddd;
    color: #333;
}

#menu_responsive,
.sous_menu_bloc {
    width: 250px;
    position: absolute;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
}

#content {
    padding-left: 50px;
    padding-right: 50px;
    position:relative;
}

#conteneur_menu_responsive {
    width: 250px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    height: 360px;
}

#menu_responsive {
    top: 0px;
    left: 0px;
}

.sous_menu_bloc {
    top: 0px;
    left: 250px;
}

a {
    text-decoration: none
}