
/* BANNER */
#cours #slider { width: 100%; display: block; height: 300px; position: relative; z-index: 9997; top: 100px;  }
#cours #slider .slide { height: 300px; width: 100%; position: absolute; z-index: 0; top: 0; left: 0; bottom: 0; right: 0; }
#cours #slider .mask_slider { height: 300px; width: 100%; position: absolute; z-index: 1; top: 0; left: 0; bottom: 0; right: 0; background: rgba(0,0,0,0.3) }
#cours #slider .centered { z-index: 1; position: relative; padding-top: 110px;}
#cours #slider h1 { width: auto; float: left; color: #fff; font-size: 50px; line-height: 50px; font-weight: 300; font-family: Oswald  }
#cours #slider h1:after {
    transition: all ease-in-out .2s;
    background: #fff;
    content: "";
    display: block;
    height: 3px;
    width: 70px;
    margin-left: 0px;
    margin-top: 20px;
}

@media (max-width: 768px) {
    #cours #slider { width: 100%; display: block; height: 200px; position: relative; z-index: 9997; top: 100px;  }
    #cours #slider .slide { height: 200px; width: 100%; position: absolute; z-index: 0; top: 0; left: 0; bottom: 0; right: 0; }
    #cours #slider .mask_slider { height: 200px; width: 100%; position: absolute; z-index: 1; top: 0; left: 0; bottom: 0; right: 0; background: rgba(0,0,0,0.3) }
    #cours #slider .centered { z-index: 1; position: relative; padding-top: 60px; width: calc(100% - 20px); margin-left: 20px}
    #cours #slider h1 { width: auto; float: left; color: #fff; font-size: 40px; line-height: 40px; font-weight: 300; font-family: Oswald  }
}


/* HOME FIRST */ 
#cours #corps { width: 100%; background: #ece9e5; clear:both; float: left; position: relative }
#cours .content { width:1200px; display: table; margin: auto; }
#cours h2 { clear: both; float: left; font-size: 24px; font-weight: 500; color:#b21959; letter-spacing: 1px; line-height: 24px; margin-bottom: 20px; text-transform: uppercase; }
#cours h3 { clear: both; float: left; font-size: 24px; font-weight: 500; color:#333; letter-spacing: 1px; line-height: 24px; margin-bottom: 20px; font-family: Galada, cursive; }
#cours h4 { clear: both; float: left; font-size: 20px; font-weight: 500; color:#333; line-height: 24px; margin-bottom: 10px;  }
#cours p { clear: both; font-size: 14px; font-weight: 400; color: #333; line-height: 22px; margin-bottom: 30px; }  
#cours .image { display: table; margin: auto; width: 1000px; padding: 10px; background: #fff; box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2); }
#cours .image img { width: 100%; } 

#cours .sep { height: 1px; background: #ccc; width: 90%; margin-left: 5%;  } 
#cours .left_50 { float: left; width: 50%; }
#cours .right_50 { float: right; width: calc(50% - 40px); border: 5px solid #fff; }

#cours .produit { float: left; width: 370px; height: 555px; padding: 5px; margin-right: 25px; background: #fff; position: relative; overflow: hidden; cursor: pointer; font-family: Raleway  }
#cours .nomargin { margin-right: 0px; }
#cours .produit .img1 { position: absolute; top: 5px; left: 5px; width: 370px; z-index: 1;  }
#cours .produit .img2 { position: absolute; top: 5px; left: 5px; width: 370px; z-index: 2; opacity: 0; transition: .3s all; }
#cours .produit .infos { position: absolute; bottom: 5px; left: 5px; width: 340px; padding: 25px; padding-left: 15px; padding-right: 15px; padding-bottom: 0px; z-index: 3; background: #fff; display:none; }
#cours .produit .title { color: #333; font-size: 22px; line-height: 24px; float: left; }
#cours .produit .price { color: #333; font-size: 24px; line-height: 24px; float: right;  }
#cours .produit .link_produit { display:block; float: left; line-height: 40px; font-size: 16px; width: calc(100% + 30px); margin-left: -15px; text-align: center; color: #fff; font-weight: 300; letter-spacing: 1px; background: rgba(0,0,0,0.8);  transition: .3s all; text-transform: uppercase;  }
#cours .produit .link_produit:hover { background: rgba(0,0,0,1); color:#fff }

#cours .button { display:table; margin: auto; line-height: 50px; font-size: 18px; padding-left: 40px; padding-right: 40px; color: #fff; font-weight: 300; letter-spacing: 1px; background: #b21959; transition: .3s all; cursor: pointer; text-transform: uppercase; }
#cours .button:hover { background: #a50045; color:#fff }

#cours .button2 { float: left; margin-left: 20px; line-height: 35px; font-size: 16px; padding-left: 20px; padding-right: 20px; color: #fff; font-weight: 300; letter-spacing: 1px; background: #333; transition: .3s all; cursor: pointer; text-transform: uppercase; }
#cours .button2:hover { background: #111; color:#fff }

@media (max-width: 768px) {
    #cours .content { margin:auto; width:calc(100% - 40px); margin-left:20px; }
    #cours .right_50 { float: right; width: calc(100% - 0px); border: 5px solid #fff; }
    #cours .left_50 { float: left; width: 100%; margin-bottom: 20px; }
    #cours .image { width:calc(100% - 10px); padding: 5px; }




    
}