
*{
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all.2s linear;
    text-decoration: none;
    border: none;
    
}

body{
    position: relative;
}
header{
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    z-index: 20;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 8%;
    height: 50px;
    
}
header .logo{
    color: #000000;
}
nav{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
header ul {
    display: flex;
    gap: 15px;
    list-style: none;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
header ul li a{
    color: #000000;
}
header .Login{
    padding: 4px 15px;
    background-color: #ff6600;
}
header .Login a{
    color: #ffffff;
}
main{
    position: relative;
}
#header{
    background-image: url(Fichier\ 1.svg);
    background-size: cover;
    height: 650px;
    width: 100%;
    display: flex;
    justify-content: center;
    background-position: bottom;
    flex-wrap: wrap;
}
#header .objet{
    padding: 10px;
    margin-top:5em;
    position: relative;
}
#header .objet .texte{
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#header .objet .texte p{
    font-size: 20px;
    gap: 10px;
    margin-top: 10px;
}
#header .objet .texte h1{
    font-size: 40px;
}
#header .objet .texte .bouton{
    padding: 10px 20px;
    background-color: aquamarine;
    margin-top: 20px

}
#header .objet img{
    position: absolute;
    margin-top: 2em;
    height: 400px;
}
#bar {
   padding: 20px;
   margin-top: 100px;
    
}
marquee{
    height: 100px;
}
#bar .element{
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;  
    gap: 10px;
    height: 100px;  
} 
#bar .element .logo{
    display: flex;
    height: 300px;
}
#bar .element .logo img{
    height: 10%;
}
#aprops{
position: relative;
   display: flex;
   flex-direction: column;
   align-items: center;
   padding: 20px;
}
#aprops .title{
    width: 60%;
    font-size: 20px;
    text-align: center;
}
.title p::before{
    position: absolute;
    top: -10px;
    bottom: 0;
    left: 45%;
    right: 45%;
    content: "";
    background-color: #ea1f33;
    width: 10%;
    height: 5px;
    border-radius: 6px;
}
.conteneur{
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.box{
    margin-top: 10%;
    height: 350px;
    width: 300px;
    background-color: #ffffff;
    box-shadow: 0 0 10px 1px #00000048;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px;
    gap: 20px;
}
#icon{
    height: 50px;
    width: 50px;
    background-color: #ea1f33;
}
.box p{
    text-align: center;
}
.box .lien{
    background-color: non;
    height: 10px;
    color: black;
}
.box .lien img{
    height: 100%;
}
@media (max-width: 441px) {
    header ul{
        display: none;
    }  
    #header .objet .texte{
        
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    } 
    #header .objet img{
        position: absolute;
        margin-top: 2em;
        height: 250px;
    }
}