/*
 * Custom code goes here.
 * A template should always ship with an empty edpagecms.css
 */

 @media only screen and (min-width: 1250px){
#module-edpagecms-edcms .container{
    max-width:1250px !important;
}

}

img{
    max-width: 100%;
}
.breadcrumb-section {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    max-width: 1120px;
    left: 0;
    right: 0;
}
.breadcrumb-section .breadcrumb {
    margin: 0;
    background-color: transparent;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #454545;
    content: ">";
}
.page-cms {
    float: left;
    width: 100%;
}
.banner-cms .banner-cms-descktop,
.banner-cms .banner-cms-mobile {
    width: 100%;
}
.banner-cms-mobile {
    display: none;
}
.contenu-cms {
    /*padding: 25px;*/
    width: 100%;
   
    margin: 0 auto;
}
.contenu-cms h1 {
    text-align: center;
    font-size: 40px;
    color: #424242;
    margin: 40px 0 20px;
    text-transform: uppercase;
}


.contenu-cms h2 {
    text-align: center;
    font-size: 24px;
    color: #424242;

}

#module-edpagecms-edcms h2{
       text-align: center; 
       margin-bottom: 60px; 
       font-size: 40px; 
       color: #1d1b1b; 
       letter-spacing: 1px; 
       font-family: 'Van Condensed LF Bold'; 
       font-weight: bold; 
       width: 80%; 
       margin: 55px auto 60px auto;
    }


#content.page-content.page-cms div div, #content.page-content.page-cms div > p {
   margin-bottom:55px;
}


.media-cms {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}
.media-cms .row {
    margin-right: 0;
    margin-left: 0;
}
.media-cms .card-columns {
    -webkit-column-count: 1;
    column-count: 1;
}
.media-cms .card {
    border: 0;
    box-shadow: 0 0 0;
}

.media-cms .card iframe{
    min-height: 460px;
}
.media-cms .card-body {
    margin: 0;
    padding: 1rem;
    padding-left: 0;
}
.media-cms .card-body h4 {
    margin: 0;
}
.full-card .card-img-top {
    width: 75%;
    float: left;
}
.full-card .card-body {
    width: 23%;
    float: right;
    border-top: 1px solid #9b9b9b;
}
.full-card .card-body h4 {
    float: left;
    width: 100%;
}
.breadcrumb-section .breadcrumb a {
    color: #454545;
}

#module-edpagecms-edcms header{
    padding:0;
}

#module-edpagecms-edcms .breadcrumb.clearfix {
    margin-bottom:2px;
    text-align: left;
    top: -3px;
    display: block;
    position: relative;
}

.row.cms_categories{
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.col.category-miniature{
    width: calc(100% * (1/2));
    margin-bottom:30px;
    padding:0 12.5px;
}


.col.category-miniature h3{
    margin-top:25px;
}

.col.category-miniature p {
    color: #1d1b1b;
    display: block;
    display: -webkit-box;
    width: 60%;
    text-align: center;
    margin: 10px auto;
    font-size: 16px;
    height: 55px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.col.category-miniature h3 a{
    color:#1d1b1b;
    text-transform: uppercase;
    display:block;
    text-align: center;
    padding: 0;
    margin: 0;
    border: none;
    font-size: 18px;
    font-weight: bold;
        width: 80%;
    margin: auto;
        line-height: 22px;
        font-family:"Roboto Condensed Bold";
}

.cms_category_title{
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin-top: 43px;
    font-family: "Van Condensed LF Bold";
    font-weight: bold;
    font-size: 30px;
    margin-bottom:30px;
}

.cms_category_desc{
    display:none;
}

#module-edpagecms-edcms .containerImg{
    position: relative;
  text-align: center;
  color: white;
  max-width: 1170px;
  background: #46508e;
  margin:auto;

}

#module-edpagecms-edcms p{
    color:#1d1b1b;
    font-size:18px;
}

#module-edpagecms-edcms .containerImg img{
    opacity: 0.2;
}

#module-edpagecms-edcms .titleImg{
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:100%;
}

#module-edpagecms-edcms .titleImg h1 {
    font-family: Van Condensed LF Bold;
    font-size:70px;
    color:#fff;
    max-width:100% !important;
    margin:0;
    margin-bottom:9px;
}

#module-edpagecms-edcms p iframe{
    width:1170px;
    height:500px;
}

.push-to-action {
    display: flex;
    max-width: 832px;
    margin: 60px auto 5px;
}

.push-to-action p {
    display:flex;
    align-items: center;
}

.push-to-action p:first-child {
    width: 265px;
    font-weight: bold;
    text-transform: uppercase;
    border: solid 5px #859aaf;
    padding: 35px 15px;
    font-size: 22px;
    background: #a1c9e5;
    color: white;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

.push-to-action p:first-child a {
    color: #fff;
    text-decoration: none;
}

.push-to-action p:first-child a span {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
    line-height: 1.1;
}

.push-to-action p:nth-child(2) {
    width: 567px;
    border: solid 5px #a1c9e5;
    text-align: center;
    vertical-align: middle;
    border-left: none;
    padding: 35px 35px;
    font-size: 18px;
    color: #1d1b1b;
    line-height: 24px;
}

.push-to-action p:nth-child(2) span {
    color: #1d1b1b;
    text-decoration: none;
}

.push-to-action p:nth-child(2) span a {
    color: #1d1b1b;
    text-decoration: none;
}

#module-edpagecms-edcms ul.product_list.grid > li .product-container{
	max-width:270px;
}

#module-edpagecms-edcms .left-block, #module-edpagecms-edcms .right-block, #module-edpagecms-edcms ul.product_list.grid > li .product-container .product-image-container{
	margin-bottom:10px !important;
}

#module-edpagecms-edcms .matiere{
	display:none;
}

#module-edpagecms-edcms ul.product_list.grid > li .product-container h5{
	height:40px;
}	

#module-edpagecms-edcms ul.product_list .functional-buttons div.wishlist{
	right:5px !important;
}

#module-edpagecms-edcms ul.product_list.grid > li .product-container .functional-buttons{
	margin-bottom:0 !important;
}

#module-edpagecms-edcms ul.product_list.grid > li .product-container{
	min-height:auto !important;
	margin-bottom:5px;
	display: block;
	position: relative;
}

#module-edpagecms-edcms .bloc_bas, #module-edpagecms-edcms .ajax_block_product, #module-edpagecms-edcms ul.product_list.grid > li .product-container .content_price{
	margin-bottom:0 !important;
	margin-top:0;
}

#module-edpagecms-edcms ul.product_list .product-name{
	color:#1d1b1b;
    display: -webkit-box;
    font-size: 14px;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
}

#module-edpagecms-edcms #product_list_cms .ajax_block_product{
	height:411px;
}







@media screen and (min-width:1200px){
    img{
        max-width:auto !important;
    }


}

@media screen and (max-width:1200px){
     #module-edpagecms-edcms p iframe {
            width:100%;

    
    }

    img{
        max-width:100%;
         height:auto;
         margin: auto;
    }

    .cms_categories img{
        max-width:95%;
    }


}

@media screen and (max-width:1000px){
    #module-edpagecms-edcms .titleImg h1 {
    font-family: Van Condensed LF Bold;
    font-size:35px;
    color:#1d1b1b;
    
}


#module-edpagecms-edcms .titleImg{
    position: relative !important;
    top: 0 !important;
  left: 0 !important;
  transform: translate(0, 0) !important;
    text-align:center !important;
     width:100% !important;
}
}


@media screen and (max-width:768px){
    #module-edpagecms-edcms p iframe {

        height:300px !important;
    }

    #module-edpagecms-edcms  h2{
        font-size:35px !important;
        margin-bottom:60px;
        margin-top:60px;
    }   

    #module-edpagecms-edcms #center_column p {
        width:90% !important;
        margin: 30px auto;
    }

    .push-to-action{
    flex-direction:column;
    align-items:center;
    margin-bottom:60px !important;
}

.push-to-action p{
    margin:0 !important;
}

.push-to-action p:nth-child(2){
      border: solid 5px #a1c9e5 !important;
      border-top:none !important;
      border-left:solid 5px #a1c9e5 !important;
}

.col.category-miniature{
    width: calc(100%);
    margin-bottom:30px;
    display: block;
    text-align: center;
}

#module-edpagecms-edcms .breadcrumb.clearfix {
    margin-bottom:2px;
    text-align: left;
    top: -3px;
    display: block;
    position: relative;
    margin:30px 20px 0;
}



}

@media screen and (max-width:767px) and (min-width: 480px) {
	#module-edpagecms-edcms ul.product_list.grid > li {
		width:100%;
}

#module-edpagecms-edcms ul.product_list.grid > li .product-container {
    min-height: auto !important;
    margin-bottom: 5px;
    display: block;
    position: relative;
    margin: auto;
}
}




@media screen and (max-width:768px){
    #module-edpagecms-edcms #center_column iframe {
        height:300px !important;
    }

    #module-edpagecms-edcms #center_column h2{
        font-size:30px !important;
        margin-bottom:60px;
    }   

    #module-edpagecms-edcms #center_column .category-miniature p {
        width:80% !important;
    }

    .push-to-action{
    flex-direction:column;
    align-items:center;
    margin-bottom:60px !important;
}

.push-to-action p{
    margin:0 !important;
}

.push-to-action div{
      border: solid 5px #a1c9e5 !important;
      border-top:none !important;
      border-left:solid 5px #a1c9e5 !important;
      width:90% !important;
}

.push-to-action div p{
	margin:auto !important;
}

}



@media screen and (max-width:600px){
    #module-edpagecms-edcms tr{
    justify-content: center;
    display:flex;
    flex-direction: column;
}
}

@media screen and (max-width:500px){
    #module-edpagecms-edcms p iframe {
        height:200px !important;
    }

    #module-edpagecms-edcms h2{
        font-size:20px !important;
        margin-bottom:60px;
        width:100% !important;
    }

#module-edpagecms-edcms .titleImg h1 {
    font-family: Van Condensed LF Bold;
    font-size:25px;
    color:#1d1b1b;
    
}

#module-edpagecms-edcms ul.product_list.grid > li .product-container{
	margin:auto;
}

}


@media screen and (max-width: 1025px) {
    .banner-cms .banner-cms-descktop {
        display: none;
    }
    .banner-cms-mobile {
        display: block;
    }
}



