header h1 {
    font-size: 30px;
    margin-top: 40px;
    margin-left: 30px;
    float: left;
}

header nav {
    float: right;
    margin-top: 42px;
}

header {
    height: 120px;
}

header nav ul li {
    display: inline-block;
    margin-right: 15px;
}

#denous {
    /* height: 500px;
    width: 1300px;
    background-color: white;
    background: center;
    border: 2px solid;*/
    background-color: rgb(232, 233, 233);
    margin: 50px 100px 100px 100px;

}

#denous p {
    text-align: justify;
    font-size: 20px;
    padding-left: 50px;
    padding-right: 50px;
}

#denous ul {

    font-size: 20px;
    font-weight: bolder;
    padding-left: 120px;
}

#imagelog {
    margin: 25px 20px 0px 50px;
    width: 100px;
    height: 275px;
}

/* c'est ok a partir de ici*/
#contact {
    padding-top: 60px 0;
    text-align: center;

}

#contact p {

    text-align: center;
    margin-bottom: 30px;

}

#contact h3 {
    width: 400px;
    text-align: center;
    margin: 0 auto 20px auto;
    border-bottom: solid 2px blue;

}

form {
    margin: 60px 0 20px 0;
}

label {
    font-weight: bold;
    font-size: 20px;
    margin-right: 20px;
}

input[type="text"] {

    padding: 10px;
    font-size: 20px;
    margin-right: 20px;
    border-radius: 3px;
    border: 1px solid;
}

footer {
    height: 250;
    background-color: rgb(153, 149, 149);
}

footer h1 {
    text-align: center;
    padding-top: 80px;
    color: white;
}

footer h3 {
    text-align: center;
    color: white;
}

.footis {
    text-align: center;
}

img {
    width: 200px;
    height: 200px;
}

/*
Pour la caorusel tres important ( pour faire prendre l'image dans tout la carousel)
<div class="carousel-item">
                        <img src="images/ID.png" class="d-block w-100" alt="...">
                    </div> */