body {
    background-color: black;
    background-image: url(Images/fond-ecrain1.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.entete {
    color: white;
    width: fit-content;
    margin: auto;
    padding: 16px 0px;
}

.navbar__sous_menu {
    display: none;
    list-style-type: none;
    margin: 0px 0px;
    padding: 0px 12px 0px 1px;
    width: 15.9em;
    background-color: blue;
}

.navbar {
    padding-top: 30px;
    width: 1024px;
    margin: auto;
}

.navbar__menu {
    list-style-type: none;
    display: flex;
    background-color: blue;
    margin: 0px;
    padding: 0px;
    width: 1024px;
    position: relative;
    z-index: 10;
}

.navbar__titre-niv1 a {    
    background-color: black;
    margin: 1px;
    padding: 5px 10px 5px 10px;
    font-family: Verdana, Geneva, Arial, sans-serif;
    display: block;
    text-align: center;
    font-style: normal;
    text-decoration: none;
}

.navbar__titre-niv1 {
    padding-right: 1px;
}

a {
    color: white;
  }


.navbar__titre-niv1 a:hover {
    background-color: dodgerblue;
}

.navbar__titre-niv1:hover .navbar__sous_menu {
    display: block;
    position: absolute;
    z-index: 100;
}

.navbar__titre-niv2 {
    background-color: black;
    margin: 3px 1px;
    padding: 4px;
    font-family: Verdana, Geneva, Arial, sans-serif;
    width: 100%;
}
.navbar__titre-niv2:hover {
    background-color: dodgerblue;
}
.contenu {
    text-align: center;
    background: url(Images/corp.jpg);
    width: 1024px;
    margin: auto;
    height: 715px;
    background-size: 1024px 715px;
}

.texte-inutile {
    font-family:Verdana, Geneva, sans-serif;
    font-style: italic;
    font-size: 1em;
    background-color: white;
    position: absolute;
    left: 50%;
    margin-top: 60px;
}

.contenu img {
    width: 200px;
    height: 150px;
}

.footer {
    text-align: center;
    color: red;
    background-color: grey;
    width: 1024px;
    margin: auto;
    padding: 1.5em 0px;
    margin-top: 15px;
}

.nb_visite {
    font-weight: bold;
}

.visite{
    margin: 0px;
}

p {
    margin: 0px;
    padding: 0px;
}

h2 {
    font-family:Verdana, Geneva, sans-serif;
    font-style: italic;
    background-color: white;
    margin: 0px;
    padding: 15px;
}

.the-question, #the-question {
    margin: 0px;
    padding: 0px;
    width: 278px;
    height: 86px;
}

.the-question {
    padding: 629px 0px 0px 746px;
}