@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Quicksand:wght@400;500;600&display=swap');

body {
    margin: 0 auto;
    padding: 0 auto;
    display: flex;
    flex-direction: column;
    height: 2500px;
    font-family: 'Raleway', sans-serif;
    position: relative;
    background-color: rgb(246, 240, 240);
}

/*Header*/
.header{
    background-image: url(../image/fondheader.jpg);
    background-size: cover;
    height: 85vh;
    width: 100%;
}

/*Debut css barre de navigatoion*/
.nav{
    background-color: #00868a;
    height: 70px;
    margin: 0;
    display: flex;
    align-items: center;
    padding-top: 10px;
    position: fixed;
    width: 100% ;
    z-index: 10000;
}

.ulhead{
    display: flex;
}

a{
    text-decoration: none;
    color: rgb(255, 255, 255);
    margin: 20px;
    padding: 10px;
    font-size: 19px; 
}

.active{
    font-weight: bold;
}

nav>ul{
    list-style-type: none;
    width: 600px;
    height: 30px;
    z-index: 1000;
}
/*Nom de marque en haut à droite "Le monde de la glisse*/
.nom{
    color: white;
    text-align: right;
    width: 540px;
    padding-right: 10px;
    font-size: 30px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
    position: absolute;
    right: 10px;
}
/*Sous menu vetement fermé*/
header .menud .content1 {
    display: none;
}
/*Sous menu vêtement ouvert quand on passe la souris dessus*/
header .menud:hover .content1 {
    display: block;
    display: flex;
    flex-direction: column;
    position: absolute;
} 
/*Quand on passe sur Vêtement le fond devient un peu plus foncé */
header .menud:hover .menubutton {
    background-color: #007f84;
    border-radius: 5px;
} 
/*Quand on passe sur Accesoires le fond devient un peu plus foncé */
header .menud2:hover .menubutton {
    background-color: #007f84;
    border-radius: 5px;
} 
/*Liste sous menu*/
.content1>ul{
    list-style-type: none;
    background-color: rgb(128, 128, 128) ;
    display: flex;
    flex-direction: column;
    padding: 5px;
    margin: 5px;
    height: 120px;
    width: 140px;
    border-radius: 5px;
}
/*chaque élément du sous menu vêtement*/
.Vsm {
    margin: 10px;
}
/*Sous menu fermé*/
.menud2 .content2 {
    display: none;
}
/*Sous menu ouvert quand on passe dessus*/
header .menud2:hover .content2 {
    display: block;
    display: flex;
    flex-direction: column;
    position: absolute;
} 
/*Liste sous menu*/
.content2>ul{
    list-style-type: none;
    background-color: gray ;
    display: flex;
    flex-direction: column;
    padding: 5px;
    margin: 5px;
    height: 200px;
    width: 180px;
}
/*chaque élément du sous menu accessoires*/
.Asm {
    text-align: center;
    display: flex;
    margin: 5px;
}

/*Fin css barre de naviogation*/

.titre {
    color: white;
    font-size: 50px;
    background-color: rgba(0, 18, 213,0,1);
    height: 500px;
    display: flex;
    align-items: center;
    text-align:left;
    padding-left: 40px;
    text-shadow: 8px 8px 16px #00868A;
    font-family: 'Raleway', sans-serif;
}
/*icone panier*/
.panier {
    display: flex;
    justify-content: center;
    height: 40px;
    width: auto;
    background-color: #00868A;
    border-radius: 100%;
    padding: 15px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index:100000000;
    border: 1px white solid;
}
/*l'ensemble du footer*/
.bottom{
    width: 100%;
    height: 300px;
    position: absolute;
    bottom: 0px;
    background-color: rgba(0, 134, 138, 0.8) ;
}
/*Le bas du footer*/
.finbottom {
    position: absolute;
    bottom: 0;
    width: 95%;
    height: 70px;
    margin-left: 2.5%;
    border-top: solid;
    border-width: 1px;
}
/*l'ensemble des informations tout en bas à droite de la page */
.fb123 {
    position: absolute ;
    right: 10px;
    bottom: 5px;
    line-height: 5px;
    text-align: right;
    font-size: 10px;
    color: black;
}
/*icone des drapeaux en bas de la page individuellement */
.icone {
    width: 25px;
    height: auto;
    margin: 5px;
}
/*l'ensemble des icones drapeau*/
.icones {
    position: absolute;
    bottom: 5px;
    left: 5px;
}
/*Partie haute du bottom*/
.hautbottom {
    display: flex;
    height: 180px;
    justify-content: space-between;
    padding-right: 120px;
    padding-left: 120px;
    padding-top: 20px;
}
/*Icone des réseaux sociaux */
.iconereseau {
    width: 40px;
    height: auto;
}
/*Liens des services et de "qui nous sommes ?"*/
.lienbas{
    text-decoration: none;
    color:black
}
/*ensemble de la div contenant les services */
.service{
    line-height: 23px;
}
/*ensemble de la div contenant "qui nous sommes ?"*/
.qui_nous_sommes {
    line-height: 23px;
}

/*Le bandeau d'informations au milieu de la page */
.bandeauinfo {
    background-color: rgba(0, 134, 138, 1);
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: space-around;
    align-items: center;  
    z-index: 0;
}


/*div contenant la partie livraison du bandeau*/
.livraison {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 150px;
}
/*l'ensemble des icones du bandeau*/
.iconeb{
    width: 80px;
    height: auto;
}
/*icone de retour*/
.livraison img {
    margin-left: auto;
    margin-right: auto;
}


/*div contenant la partie retour du bandeau*/
.retour{
    display: flex;
    flex-direction: column;
    position: relative;
    height: 150px;
}
/*icone de retour*/
.retour img{
    margin-left: auto;
    margin-right: auto;
}


/*div contenant la partie paiement du bandeau*/
.paiement{
    display: flex;
    flex-direction: column;
    position: relative;
    height: 150px;
}
/*icone de retour*/
.paiement img{
    margin-left: auto;
    margin-right: auto;
}


/*l'ensemble de la div des meilleurs ventes*/
.meilleurv{
    display: flex;
    flex-direction: column;
    height: 1500px;
    margin-top: 50px;
   
}


/*Div contenant le titre "Meilleurs ventes*/
.titrem{  
    display: flex;
    justify-content: end;
    margin-left: -50px;
    color: white;
    text-shadow: 8px 8px 16px #00868A;
    font-family: 'Raleway', sans-serif;
}
/*Titre "Meilleurs ventes"*/
.titrem p {
    font-size: 90px;
    font-style: Bold;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 40px;
}

/*Div contenant les images du caroussel*/
.image_car{
    display: flex;
    animation-duration: 40s;
    animation-name: MesImages;
    animation-iteration-count: infinite;
}
/*les images du caroussel*/
.image_car img{
    object-fit: cover;
    height: 800px;
}
/*Liens des images du caroussel*/
.image_car a{
    margin: 0;
    padding: 0;
}
/*Div du caroussel*/ 
.caroussel{
    overflow: auto;
    width: 1200px;
    height: 800px;
    justify-content: center;
    margin-right: auto ;
    margin-left: auto ;
    margin-top: 100px;
    border: 3px solid black;

}

/*Animation de défillment du caroussel*/
@keyframes MesImages {
    0%{
        transform: translateX(0);
    }
    25% {
        transform: translateX(-1200px);
    }
    50%{
        transform: translateX(-2400px);
    }
    75%{
        transform: translateX(-3600px) ;
    }
    100%{
        transform: translateX(0);
    }
}