/*------------------------------------------------------------------
[Custom Template Stylesheet]

Project:	Cosmetic Agency Html Responsive Template
Version:	1.1
Primary use:	Cosmetic Agency Html Responsive Template
-------------------------------------------------------------------*/

/*add your style css here*/
.wrapper {
    margin-top: -20px;
}
.wrap-sticky{
    height: 79px !important;
}
.fa-play:before {
    content: "\f04b";
    margin-top: 14px;
    display: block;
}
.blog-posts .post-image .img-responsive{
	margin: 0 auto;
}
.blog-single-post .post-image{
	    position: relative;
}
.blog-posts .play-trigger{
	position: absolute;
    left: 50%;
    top: 55%;
    width: 70px;
    height: 45px;
    margin-left: -30px;
    margin-top: -30px;
    border: 0;
    border-radius: 10%;
    color: #fff;
    background: #cd201f;
    font-size: 1.4285714285714286em;
    line-height: 45px;
    text-align: center;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0;
}
.pagination-wrap ul li{
    vertical-align: top;
    margin: 5px;
}
.fa-long-arrow-left:before {
    content: "\f177";
    display: block;
    margin-top: 10px;
}
.fa-long-arrow-right:before {
    content: "\f178";
    display: block;
    margin-top: 10px;
}
.pagination-wrap .pages{
    display: none;
}
.pagination-wrap li{
    border: 1px solid transparent;
    color: #333;
    display: inline-block;
    height: 35px;
    line-height: 32px;
    width: 35px;
    text-align: center;
}
.pagination-wrap li.current{
    border-color:#ccc;
    background-color: #ee2b63;
    color: #fff;
    text-decoration: none;
}
.newsletter>p{
    display: inline-block;
}
.product-slide{
    border: none;
}
.featured-product{
    border: none;
}
footer{
    margin-top: -20px;
}
.container-fluid > .navbar-header{
    height: 79px;
}
.res-video{
    width: 580px;
    height: 320px;
    display: block;
    margin: 0 auto;
}
@media screen and (max-width: 580px) {
    .res-video{
        width: 300px;
        height: 260px;
    }
}
.aucun{
    padding-left: 20px;
}
.none{
    display: none;
}
.single-produit .ms-view{
        height: 588px !important;
}
.single-produit .ms-slide{
    height: 588px !important;
}
@media screen and (max-width: 1200px){
    .single-produit .ms-view{
        height: 480px !important;
    }
    .single-produit .ms-slide{
        height: 480px !important;
    }
}
@media screen and (max-width: 991px){
    .single-produit .ms-view{
        height: 603px !important;
    }
    .single-produit .ms-slide{
        height: 603px !important;
    }
}
@media screen and (max-width: 767px){
    .single-produit .ms-view{
        height: 693px !important;
    }
    .single-produit .ms-slide{
        height: 693px !important;
    }
}
.block-caption1 h4{
    min-height: 80px;
}
@media screen and (max-width: 767px){
  .block-caption1 h4{
    min-height: auto;
}  
}
@media screen and (max-width: 1024px){
    .block-sticker-tag3{
        top: -25px;
        right: 0px;
        opacity: 1;
    }
}



/* *** Override link *** */

/* Start Products */
.product-slide .products_slider__link{
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
}

/* Featured Products */
.featured-product .produit__lien_externe{
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
}

/* Top container */
.top-container {
    float: none;
}

/* Header menu - level 2 */
@media (min-width: 1024px) {
    .custom-col {
        width: 20%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
}