body {
    font-size: 16px;
    margin: 0;
    background: rgb(51, 51, 51);
    text-align: center;
}

#content {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    background: rgb(80, 80, 80);
}


/* Header */

.header {
    padding: 20px;
    text-align: center;
    background: url("image/fond.jpg");
    color: black;
    font-size: 30px;
    background-size: cover;
    max-width: 100%;
    height: 350px;
}

#icon-lang {
    display: block;
    float: right;
}

#icon-lang>a>img {
    width: 50px;
    height: auto;
}

#icon-index {
    display: block;
    float: left;
}

#icon-index>a>img {
    width: 50px;
    height: auto;
}


/* Navigation */

#navbar,
nav,
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgb(234, 91, 12);
    position: sticky;
    top: 0;
}

#navbar li {
    float: left;
    border-right: 3px solid rgb(0, 0, 0);
}

#navbar li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 22px;
}

#navbar li a:hover {
    background-color: rgb(151, 150, 146);
}

#navbar .active {
    background-color: rgb(248, 176, 62);
}

.nul {
    cursor: not-allowed;
}


/* Pied de page */

footer {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: rgb(234, 91, 12);
    width: 100%;
}

footer img {
    height: 60px;
    padding: 10px 50px 20px;
}

footer .legals {
    text-align: right;
    float: right;
    margin-right: 0px;
    margin-top: 30px;
    line-height: 1.5;
}

footer .legals a {
    font-family: sans-serif;
    text-decoration: none;
    color: rgb(0, 0, 0);
    padding-right: 50px;
    font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p {
    font-family: sans-serif;
}

a,
a:visited {
    color: initial;
    text-decoration: initial;
}

#contenaire100 {
    display: block;
    width: 1190px;
    padding-bottom: 30px;
    padding-top: 30px;
    margin: 1px 5px 30px 5px;
    background: rgb(141, 141, 141);
}

#contenaire75 {
    display: block;
    width: 685px;
    height: 200px;
    margin: 5px;
    float: left;
    background: rgb(208, 89, 89);
    border: 2mm ridge rgba(22, 20, 23, 0.6);
}

#map {
    height: 315px;
    width: 100%;
}

#contenaire25 {
    display: block;
    width: 465px;
    height: 200px;
    margin: 5px;
    float: right;
    background: rgb(208, 89, 89);
    border: 2mm ridge rgba(22, 20, 23, 0.6);
}

#contenaire25>p {
    font-size: 40px;
    text-align: center;
}

table, td, th {
    border: 1px solid black;
}

table, h1 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 95%;
    border-collapse: collapse;
}