*{
    box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
.slider_2{
    width: 100%;
}
header{
    background-color: #F0F3F4;
}
body{
    background-color: #000;
 
}

.container{
margin: 0 auto;
width: 80%;

}

.sport{
    display: flex;
    justify-content: space-between;
    
}

.compte{
    display: flex;
    justify-content: flex-end;
    border: 1px gray solid;
    height: 60px;
    margin-top: 10px;
    
}
.mon_compte{
    display: flex;
    align-items: center;
    padding: 30px;
   
}
.logo{
   position: relative;
   left: 120px;
   top: 30px;
    
}
.nav_bar ul{
    display: flex;
    justify-content: flex-end;
    list-style-type: none;
    
    
    
}
.nav_bar a{
    text-decoration: none;
    margin: 30px;
    color: black;
    position: relative;
    right: 70px;
  
    
}
.nav_bar a:hover{
    background-color: orange;
    transition: ease-out 0.2s;
}
.nav_bar a {
    border-right: 1px solid gray;
    border-left: 1px solid gray;
    
}
h5{
    text-align: right;
    position: relative;
    bottom: 20px;
    font-size: 17px;
}
.logo span{
   color: #F5B041 ;
    
}


.slider{
    background-color: #F0F3F4;
    width: 80%;
    margin: 0 auto; 
}

.solde{
    width: 50px;
    height: 25px;
    background-color: #000;
    color: #F5B041;
    text-align: center;
    border-radius: 5px 5px 5px 5px;
    position: relative;
    bottom: 411px;
    left: 322px;
}
.slider h3{
    position: relative;
    bottom: 42px;
    left: 50px;
}
.vente{
    background-color: #000;
    width: 150px;
    text-align: center;
    color: white;
    position: relative;
    bottom: 14px;
    left: 27px;
    height: 25px;
}
.slider span{
text-decoration: line-through;
font-size: 18px;
color: black;

}
.prix{
    position: relative;
    bottom: 72px;
    left: 226px;
    font-size: 25px;
    color: #F5B041;
   
}
.slider .catalogue_1{
    display: flex;
    justify-content: space-around;
    margin-top: 25px;
    
}
 .gant img{
    box-shadow: 0px 0px 5px black;
}
.bordure{
    
    width: 100%;
    height: 20px;
    background-color: #515A5A;
    position: relative;
    bottom: 40px;
}
.navigation{
    display: flex;
    
    border: 1px solid black;
    background-color: #F0F3F4;
    width: 500px;
    height: 40px;
    border-radius: 5px ;
    position: relative;
    left: 419px;
    bottom: 40px;
    
    
    
    
}
.navigation ul{
    display: flex;
   align-items: center;
    list-style-type: none;
    
}
.navigation a{
    text-decoration: none;
    color: black;
    padding: 25px;
  
}
.navigation a:hover{
    background-color: orange;
    transition: ease-out 0.2s;
}
    footer{
    background-color: #515A5A;
    
    
    
}
.bas_du_site{
    display: flex;
    justify-content: space-evenly;    

    
   
    
}
.icon{
    padding: 25px;
    font-size: 8px;
    text-align: center;
    color: white;
}


.reseau{
    display: flex;
    
    justify-content: space-evenly;
    
}

.edition{
    text-align: center;
    color: white;
}
