body{
    margin: 0;
    padding: 0;
}
header {
    background-color: #020c16;
    gap: 20px;
    padding: 8px;
    display: flex;
}
img {
    margin: 5px;
    height: 50px;
}
.heade {
    display: flex;
}
.a {
    color: white;
}
.a h5{
    margin: 0;
}
.a h3 {
    margin: 0;
}
.a p{
    font-weight: bold;
    margin: 0;
    font-size: 12px;
    display: flex;
}

.b {
    color: blue;
    margin: 0;
    font-weight: bold;
    font-size: 11px;
}
.c{
    color: red;
    font-weight: bold;
    font-size: 11px;
}
.d {
    color: green;
    font-weight: bold;
    font-size: 11px;
}

ul {
    display: flex;
    gap: 20px;
    padding: 0 30px;
    list-style: none;
    flex-wrap: wrap;
}
ul li a{
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    color: white;
    padding: 8px;
}
ul li a:hover{
    background-color: green;
    border-radius: 10px;
}
.actif{
    background-color: green;
    border-radius: 5px;
}

.titre {
    background-color: #6e0606;
    color: white;
    text-align: center;
    padding: 40px 30px;
    margin: 0;
}

.titre h2 {
    font-size: 30px;
}
.formulaire {
    background-color: white;
    padding: 30px;
}

.formulaire h3 {
    font-size: 22px;
    color: #020c16;
    margin-bottom: 20px;
}

.champ {
    margin-bottom: 18px;
}

.champ h4 {
    display: block;
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
    font-weight: bold;
}

.champ input {
    width: 100%;
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    font-size: 14px;
}
.champ textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    font-size: 14px;
    height: 100px;
}

.envoyer {
    background-color: #020c16;
    color: white;
    border: 1px solid #cccccc;
    padding: 12px 30px;
    border-radius: 5px;
    font-size: 15px;
}

.envoyer:hover {
    background-color: #032241;
}
footer{
    background-color: #020c16;
    height: auto;
    padding: 10px;
}
.foo {
    font-size: small ;
    display: flex;
    gap: 10%;
    justify-content: center;
}
.foot {
    display: flex;
}
.foott {
    width: auto;
    color: white;
}

.foott h5{
    font-size: 16px;
}
.imaje{
    display: flex;
    flex-wrap: wrap;
}
.imaje img{
    width: 30%;
    height: 30%;
}
hr{
    width: 100%;
}
.div1{
    color: white;
    display: flex;
    gap: 5%;
    font-size: 12px;
    justify-content: center;
}