body{
    font-family: sans-serif;
    color:#373536;
}
.bandeau{
    display: flex;
    background-color: #555;
    color:#fff;
    justify-content: space-evenly;
    font-size:14px;
    padding:5px 0;
}
.head{
    background-color: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 15px 27px;
}
.top-right{
    display: flex;
}
.logo h1{
    font-size: 15px;
    font-style: italic;
}
.top-right h2, .mid-right h2{
    font-size:14px;
}
.top-right p, .mid-right p{
    font-size:13px;
    font-style: italic;
}
.mid-right{
    display: flex;
    align-items: center;
}
.mid-right i{
    font-size:30px;
}
.compte{
    margin-left: 77px;
}
.panier{
    margin-left: 50px;
}
.nav-top{
    display: flex;
    list-style-type: none;
    margin: 0 auto;
    width: 1260px;
    align-items: center;
    justify-content: space-between;
}
.nav-top a{
    text-decoration: none;
    color:#373536;
    font-size: 13px;
    font-weight: bold;
    padding: 0 24px;
}
nav{
background:linear-gradient(#ffffff, #ededed);
border-top:1px solid #e6e6e6;
}
.nav-top li{
    border-right:1px solid #e6e6e6;
    padding-top: 6px;
    padding-bottom: 6px;
}
.nav-top li:last-child{
    border-right:inherit;
}
.fa-home:before {
    font-size: 22px;
}
.save{
    background-color: #7a7a7a;
    border: none;
    width: 30px;
    height: 28px;
    border-radius: 3px
}
.save i{
    color:#fff;
}
input{
    font-style: italic;
    border:1px solid #cacaca;
    padding: 5px 12px;
}
.ban{
    width:1080px;
    margin:0 auto;
    display: flex;
    margin-top:28px;
}
.carrelage img{
    width:100%;
    margin-left:28px;
}
.carrelage{
    height:210px;
    overflow: hidden;
    width: 300px;
    margin-bottom: 28px;
    position:relative;
}
.parquet img{
    width:100%;
    margin-left:28px;
}
.parquet{
    height:210px;
    overflow: hidden;
    width: 300px;
    position:relative;
}
.chevron-left{
    background-color:#f62775;
    color:#fff;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    position: absolute;
    bottom: 250px;
}
.chevron-right {
    background-color: #f62775;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    position: absolute;
    bottom: 250px;
    /*left:739px;*/ /* comme c'est une valeur qui est très grande, je vais la remplacer par la fonction calc. J'utilise 100% pour utiliser 100% du parent, mon chevron de gauche pushe mon chevron de droite, donc je met - la taille de mon chevron, soit 40px*/
    left:calc(100%  - 40px);
}
.bandeau-slider{
    display: flex;
    justify-content: space-around;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    bottom: 34px;
    padding: 6px 0;
    align-items: center;
}
.bandeau-slider p{
    font-size: 13px;
    color:#fff;
}
.square i{
    border:1px solid lightgrey;
}
.grey{
    color: lightgrey;
}
.carrelage-ban{
    position: absolute;
    bottom: 0px;
    background-color: #f62775;
    color:#fff;
    font-size:13px;
    font-weight: bold;
    text-align: center;
    padding:5px 0;
    margin-left:28px;
    width: 272px;
}
.icons{
    width:1080px;
    margin:0 auto;
    margin-top: 15px;
}
.slider{
    position:relative;
}
.row1{
    display: flex;
    justify-content: space-between;
}
.flex-row {
    display: flex;
    align-items: center;
    font-size: 13px;
    text-transform: uppercase;
}
.row2{
    display: flex;
}
.row2 .flex-row{
    margin-right:58px;
}
.row2 .flex-row:last-child {
    margin-left: 36px;
}
main{
    width:1080px;
    margin:0 auto;
    margin-top: 30px;
    font-size:13px;
}
.titleProduit{
    position: relative;
    margin-bottom:35px;
}
.titleProduit h3{
    background-color: #f62775;
    display:inline;
    padding:10px 20px;
    font-size: 13px;
    color:#fff;
}
.triangle{
 display : inline;
 height : 0;
 width : 0;
 border-right : 22px solid transparent;
 border-bottom : 50px solid #f62775;
 position: relative;
 bottom: 26px;
}
hr{
    background-color: lightgrey;
    height: 1px;
    border: none;
}
.ciment img{
    width:100%;
}
.ciment{
    width:269px;
    border:1px solid lightgrey;
    font-weight: bold;
}
.ciment-img{
    height:170px;
    overflow: hidden;
}
.ciment-txt p{
    text-align: center;
}
.ciment-txt{
    padding-top:22px;
}
.ciment-txt p:nth-child(2){
    color:#f62775;
    margin-top:15px;
    margin-bottom:20px;
}
.span1{
    background-color: #000;
    color:#fff;
    float: left;
    width: 50%;
    padding: 2px 0px;
}
.span2 {
    background-color: #f62775;
    color: #fff;
    padding: 2px 0px;
}
.ciment-txt p:last-child {
    color: #fff;
    background-color: #b8b8b8;
    padding: 2px 0px;
}
.produit-row1{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.promo{
    position:absolute;
}
.promo img{
    width:inherit;
}
.titleEshop h3{
    background-color: #f62775;
    padding:10px 20px;
    color:#fff;
    width: 130px;
    text-align: center;
}