/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.p-events-none{
    pointer-events: none;
}

.no-underline{
    text-decoration: none!important;
}

.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol{
    margin-bottom: 20px;
}

.elementor-widget-text-editor li{
    margin-bottom: 10px;
}

.cmplz-cookiebanner {
    z-index: 1999999999;
}

@media screen and (min-width: 1366px) {
    .height-30-desktop{
        height: calc(30% - 10px);
    }
    .height-40-desktop{
        height: calc(40% - 10px);
    }        
    .height-50-desktop{
        height: calc(50% - 10px);
    }    
    .height-60-desktop{
        height: calc(60% - 10px);
    }
    .height-70-desktop{
        height: calc(70% - 10px);
    }
    .height-100-desktop{
        height: calc(100% - 10px);
    }
}


/*Sticky menu*/
#menu-stickable{
    pointer-events: none;
    opacity: .5;
    transform: translateY(-100px);
    position: fixed!important;
    top: 0!important;
    left: 0!important;
    transition: .3s!important;
}

#menu-stickable.sticked{
    pointer-events: all;
    opacity: 1;
    transform: translateY(0);
    position: fixed!important;
    top: 0!important;
    left: 0!important;
}

/*Floating cookie button*/
#cmplz-manage-consent .cmplz-manage-consent {
    bottom: 25px !important;
    left: 25px !important;
    border-radius: 100% !important;
    color: var(--e-global-color-text) !important;
    background: var(--e-global-color-text) !important;
    padding: 15px 15px 15px 15px !important;
    min-width: unset !important;
    width: 45px;
    height: 45px !important;
    padding: 0 !important;
    background-image: url(images/cookie.png) !important;
    background-position: center;
    background-repeat: no-repeat !important;
}


/*Home slider*/

#home-slider .elementor-shape-bottom:after{
	content: "";
    display: block;
    width: 100%;
    height: 30px;
    background: rgb(255 255 255 / 50%);
}


/*PRODUCT LIST*/

#product-list .item{
	height: 350px;
    display: none;
    opacity: 0;
    overflow: hidden;
    transition: .3s;
}

#product-list .item.active{
    display: block;
    opacity: 1;
}

#product-list .item .elementor-widget-image{
    transition: .3s ease-out;
}

#product-list .item:hover .elementor-widget-image{
    transform: scale(1.05);
}

#product-list .item:hover .text{
    background-color: #E22012D9;
}

#product-list .item .elementor-widget-image{
	height: 100%;
	width: 100%;
}

#product-list-buttons .button a:hover{
    cursor: pointer;
    background-color: #555;
}

#product-list-buttons .button.current a{
    cursor: pointer;
    background-color: #555;
}

#product-list-select{
    width: 310px;
    padding: 10px 15px;
    margin-bottom: 10px;
    min-width: 400px;
    border: 1px solid #555;
    border-radius: 4px;
}

#product-list-select,
#product-list-select option{
    font-size: 18px;
    text-transform: uppercase;
}

#product-list-select{
    appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 0.7rem top 50%;
    background-size: 0.65rem auto;
}

/*Home product list - for elementor editor*/
.elementor-editor-active #product-list .item,
.elementor-editor-preview #product-list .item{
    display: block;
    opacity: 1;
}

/*Bloc cachés selon reglages responsive d'elementor*/
@media (min-width: 1367px) and (max-width: 99999px) {
    #product-list .item.elementor-hidden-desktop{
        display: none!important;        
    }
}
@media (min-width: 1025px) and (max-width: 1366px) {
    #product-list .item.elementor-hidden-laptop{
        display: none!important;        
    }
}
@media (max-width: 1024px) and (min-width: 768px) {
    #product-list .item.elementor-hidden-tablet{
        display: none!important;        
    }
}
@media (max-width: 767px) {
    #product-list .item.elementor-hidden-mobile{
        display: none!important;        
    }
}

/*SLIDER HOME*/
#slide-home .elementor-shape-bottom{
    bottom: 6px;
}
#slide-home .wpr-slider-controls .wpr-slider-dots{
    top: calc(96% - 35px);
    z-index: 999;
}
#slide-home .wpr-cv-inner{
    padding-bottom: 45px;
    padding-left: 45px;
    padding-right: 45px;
}
#slide-home .wpr-slider-content{
    background: #eb1a20bf;
    border-radius: 30px;
}
#slide-home .wpr-slider-content:has(.no-bg){
    background: none;
}
#slide-home .wpr-slider-arrow{
    top: calc(50% - 30px);
}

/*CATEGORIES HOME*/
.home-categories .categorie img{
    filter: grayscale(.92);
    transition: .4s;
}
.home-categories .categorie:hover img{
    transform: scale(1.1);
    filter: grayscale(0);
}
.home-categories .categorie:hover .text{
    background-color: #E22012D9;
}

/*PAGE GAMME / PRODUITS*/

.page-gamme{
    min-height: calc(100vh - 199px);
}



/*PAGE D'UN PRODUIT*/

.produit-galerie .swiper-slide img.swiper-slide-image{
    height: 420px;
    width: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1440px) {
    .produit-galerie .swiper-slide img.swiper-slide-image{
        height: 320px;
    }
}

@media screen and (max-width: 767px) {
    .produit-galerie .swiper-slide img.swiper-slide-image{
        height: 280px;
    }
}



/*PAGE SERVICES*/
.services{
    pointer-events: none;
}

.services .wpr-flip-box-front .wpr-flip-box-description{
    background: #000000D9;
    padding-top: 13px;
    padding-bottom: 2px;
}
.services .wpr-flip-box-front .wpr-flip-box-description p{
    font-size: 20px;
    font-family: 'Din';
}
.services .wpr-flip-box-back  .wpr-flip-box-link{
    display: none;
}
.services .wpr-flip-box-back .wpr-flip-box-description{
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.services .wpr-flip-box-back .wpr-flip-box-description a{
    color: #eb1a20bf;
    background: #fff;
    padding: 10px 24px 12px 24px;
    display: block;
    text-transform: uppercase;
    width: 170px;
    margin: 20px auto 0 auto;
    font-weight: 500;
}


/*PAGES : Répartion - Dépannage - Contrat d'entretien*/

@media (max-width: 768px) {
    .back-btn .elementor-icon-box-icon{   
        padding-top: 3px;
    }
}




/*PAGE DOCUMENTATION*/

.doc-link{
    text-decoration: none!important;
    max-width: 300px;
}
.doc-link:hover{
    background-color: #0c0d0e;
    border-color: #0c0d0e !important;
}
.doc-link:hover img{
    filter: brightness(100%)!important;
}
.doc-link:hover p{
    color: #fff!important;
}



/*POPIN / POPUP : MOBILE - LOGOS BAS DE PAGE */
.pop-mobile-galerie{
    justify-content: center;
}
.pop-mobile-galerie img{
    max-width: 140px;
}


/*POPIN / POPUP : RECHERCHE + SHORTCODE FORMULAIRE DE RECHERCHE*/
#pum-923 {
    backdrop-filter: blur(5px);
}
.impaakt-search-shortcode{
    margin-top: 45px!important;
    margin-left: auto;
    margin-right: auto;
    width: 460px;
    display: flex;
}
.impaakt-search-shortcode label.search-bar-container{
    width: 100%;
}
.impaakt-search-shortcode label.search-bar-container input[type="search"]{
    font-size: 18px;
    height: 100%;
    border-radius: 10px 0 0 10px;
    border: none;
}
.impaakt-search-shortcode input[type="submit"]{
    width: auto;
    border-radius: 0 10px 10px 0;
}
.impaakt-search-shortcode input[type="submit"]:hover{
    background-color: #ae0a0f;
    border-color: #ae0a0f;
    color: #fff;
}

/*pop catalogue*/

.catalogue-pop-title{
    font-size: 22px!important;
    text-transform: none!important;
    line-height: 24px!important;
    margin-top: 30px!important;
    margin-bottom: 45px;
    text-align: center;
}

/*SINGLE POST TEMPLATE*/

.single-template-featured-img img{
    height: 260px;
    object-fit: cover;
}

.single-template-content h2{
    color: #da291c;
    margin-top: 45px;
}

.single-template-content h3{
    margin-top: 30px;
    margin-bottom: 10px;
}

.single-template-content p{
    text-align: justify;
    
}

.single-template-post-nav .wpr-post-nav-divider{
    margin: 0 10px;
}
.single-template-post-nav .wpr-post-nav-next{
    text-align: right;
}

.single-template-recent-post article .wpr-grid-item-inner{
  /*  padding-bottom: 80px;*/
}

.single-template-recent-post article .wpr-grid-item-excerpt{
    padding: 0 15px;
}

.single-template-recent-post article .wpr-grid-item-excerpt .inner-block{
    margin-bottom: 15px;
}

.single-template-recent-post article .wpr-grid-image-wrap img{
    filter: grayscale(.9);
    transition: .3s;
}
.single-template-recent-post article .wpr-grid-image-wrap img:hover{
    filter: grayscale(0);
}

.single-template-recent-post article .wpr-grid-media-hover{
    display: none;
    pointer-events: none;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .single-template-recent-post article:last-child{
        display: none;
    }
}

/*POPIN / POPUP : MANUREGION RECRUTE*/
.btn-popin{
    display: block;
    width: 220px;
    color: #e22012;
    background: #fff;
    border: 2px solid #fff;
    padding: 10px 24px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 22px;
    font-family: 'Din';
    font-weight: 500;
    text-transform: uppercase;
    transition: .3s;
}

.btn-popin:hover{
    background: #e22012;
    color: #fff!important;
}

#popmake-947{
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 100%;
    backdrop-filter: blur(5px);
    left: unset!important;
}

#popmake-947 .pum-title{
    text-transform: uppercase;
}










/*Back to top button*/
#scroll-to-top i{
	position: relative;
}
#scroll-to-top{
	position: fixed;
    z-index: 999;
    right: 45px;
    bottom: -100px;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    padding: 0 0 4px 0;
    background: no-repeat center 12px var(--e-global-color-accent);
    border-color: #fff;
    transition: .3s;
}
#scroll-to-top:hover,
#scroll-to-top:focus{
	background-color: #fff;
	border-color: var(--e-global-color-primary);
}









/*ARCHIVE.PHP + SINGLE POST TEMPLATE ------------------------------------------------------------*/
#content.impkt-archive{
    margin-bottom: 60px;
}

#content.impkt-archive .page-header{
    margin-top: 45px;
    margin-bottom: 60px;
    text-align: center;
}
#content.impkt-archive h1{
    border-bottom: 5px solid #da291c;
    display: inline;
}

#content.impkt-archive .page-content{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 45px 45px;
    grid-auto-rows: minmax(100px, auto);
}

#content.impkt-archive article{
    position: relative;
    padding-bottom: 69px;
    border-radius: 25px;
    box-shadow: 0 0 22px -16px #000;
}

#content.impkt-archive article a.featured-img {
    border-radius: 25px 25px 0 0;
    overflow: hidden;
    display: block;
}

#content.impkt-archive article a.featured-img img {
    transition: .3s;
    height: 240px;
    width: 100%;
    object-fit: cover;
    filter: grayscale(.9);
}

#content.impkt-archive article a.featured-img:hover img {
    transform: scale(1.05);
    filter: grayscale(0);
}

#content.impkt-archive article .entry-title {
    font-family: var(--e-global-typography-57a0dae-font-family), Sans-serif;
    font-size: 21px;
    text-transform: var(--e-global-typography-57a0dae-text-transform);
    line-height: var(--e-global-typography-57a0dae-line-height);
    margin-top: 15px;
    margin-bottom: 8px;
    padding: 0 15px;
}
#content.impkt-archive article .entry-title a{
    color: #333;
    transition: .3s;
}
#content.impkt-archive article .entry-title a:hover{
    color: #54595f;
}
#content.impkt-archive article p {
    /*font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);*/
    color: var(--e-global-color-text);
    text-align: justify;
    padding: 0 15px;
    font-size: 16px;
}

.blog-header{
    height: 260px;
}

.archive .header-img,
.blog .header-img{
    margin-bottom: 45px;
    position: relative;
}
.archive .header-img img,
.blog .header-img img{
    height: 260px;
    width: 100%;
    object-fit: cover;
}

.archive .header-img:after,
.blog .header-img:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: absolute;
    top: 0;
    left: 0;
}

.archive .header-img .page-header,
.blog .header-img .page-header{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.archive .header-img .page-header,
.blog .header-img .page-header{
    z-index: 1;
    color: #fff;
    text-align: center;
}

.blog-title{
    height: 100%;
}

.blog-title .elementor-widget-container{
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-cta{
    margin-top: 40px;
    margin-bottom: 50px;
}

.blog-cta .wp-block-buttons{
    position: absolute;
    top: calc(50% - 29px);
    left: calc(50% - 101px);
    margin: 0;
}

.blog-cta .wp-element-button{
    border: 2px solid #da291c;
    transition: .3s;
}

.blog-cta .wp-element-button:hover{
    background-color: #fff!important;
    color: #da291c!important;
}

#content.impkt-archive a.read-more{
    position: absolute;
    bottom: 25px;
    right: 25px;
    background: var(--e-global-color-primary);
    border: 2px solid var(--e-global-color-primary);
    color: #fff;
    padding: 2px 12px;
    border-radius: 4px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Din', Sans-serif;
    text-decoration: none;
    transition: .3s;
}
#content.impkt-archive a.read-more:hover{
    background: #fff;
    color: var(--e-global-color-primary);
}

#content.impkt-archive .pagination{
    margin: 45px auto 20px auto;
}

#content.impkt-archive .pagination .nav-links{
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    font-size: 16px;
}

#content.impkt-archive nav.pagination a{
    color: #333;
    padding: 0 6px;
    transition: .3s;
}
#content.impkt-archive nav.pagination a:hover{
    color: var(--e-global-color-primary);
}

#content.impkt-archive .pagination .nav-links .page-numbers.current{
    background: #da291c;
    color: #fff;
    width: 26px;
    height: 26px;
    border-radius: 13px;
}


/*SEARCH RESULTS -----------------------*/

body.search main#primary{
    min-height: calc(100vh - 177px);
}

body.search h1{
    margin: 60px 0 60px 0;
}

body.search .search-results{
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

body.search .search-results article {
box-shadow: 0px 18px 16px -32px #000000, 0px -10px 40px -30px #5a5a5a;
    transition: .3s;
}

body.search .search-results article:hover {
    box-shadow: 0px 10px 20px -24px #e22012, 0px -10px 40px -30px #5a5a5a;
}

body.search .search-results article h2.entry-title{
    margin: 0;
    background: #000000;
    color: #fff;
    font-family: "Din", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    padding: 12px 24px;
    transition: .3s;
}

body.search .search-results article a:hover h2.entry-title{
    background: #e22012;
}

body.search .search-results article .entry-excerpt{
    padding: 12px 24px;
}

body.search .search-results article .entry-excerpt p{
    margin-bottom: 8px;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
    color: var(--e-global-color-text);
}

/*Search result page : pagination*/
body.search .pagination .nav-links{
    display: flex;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
}

body.search .pagination .nav-links .page-numbers{
    background-color: #fff;
    color: #000;
    /*border: 2px solid #e22012;*/
    border-radius: 50px;
    padding: 3px 9px;
    min-width: 30px;
    min-height: 30px;
    text-align: center;
    transition: .3s;
}

body.search .pagination .nav-links .page-numbers.current{
    background-color: #e22012;
    color: #fff;
}

body.search .pagination .nav-links .page-numbers:hover{
    color: #e22012;
}

body.search .pagination .nav-links .page-numbers.dots{
    background-color: transparent;
    color: #000;
    border: none;
}



/*ERROR 404 TEMPLATE*/
#content.erreur-404{
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: calc(100vh - 297px);
    padding-bottom: 60px;
}
#content.erreur-404 img{
    margin: 30px auto;
}
#content.erreur-404 h1,
#content.erreur-404 p{
    text-align: center;
}
#content.erreur-404 .elementor-button{
    margin: auto !important;
    display: block;
    width: 232px;
}



/*3D FlipBook - Page documentation -----------------------------------------------*/

.fb3d-modal.visible{
    z-index: 2000000000;
}

.impkt-flipbook {
    margin: 15px!important;
    border: 1px solid #ffe9e9;
}
.impkt-flipbook .book-thumbnail,
.impkt-flipbook .book-thumbnail a,
.impkt-flipbook .book-thumbnail a img{
    height: 100%;
}

.pop-title-center{
    text-align: center;
}

/*AGENCIES MAP (PAGE CONTACT) -----------------------------------------------------*/

#agencies-map .elementor-shortcode{
	display: flex;
    flex-direction: column-reverse;
    gap: 45px;
}

#agencies-map .wpgmza_infowindow_title{
    font-size: 24px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #cf271b;
}

#agencies-map .wpgmza_infowindow_address{
    text-align: center;
    font-size: 16px;
}

#agencies-map .wpgmza_infowindow_description{
    text-align: center;
    font-size: 16px;
}

.wpgmza-marker-grid {
    justify-content: center;
}

.wpgmza-grid-item{
    border: none !important;
    box-shadow: 0 0 22px -16px #0000008f;
    border-radius: 15px !important;
    padding-top: 12px;
    transition: .4s;
}

.wpgmza-grid-item:hover{
    box-shadow: 0 2px 24px -12px #0000008f !important;
}

.wpgmza-grid-item-content{
    text-align: center;
}

.wpgmza-grid-item .wpgmza_marker_icon{
    display: none;
}

#agencies-map .wpgmza-content-address-holder-inner.wpgmza_marker_title{
    font-size: 24px !important;
    text-transform: uppercase;
    color: #cf271b;
}

#agencies-map .wpgmza-desc p,
#agencies-map .wpgmza-address{
    font-size: 16px!important;
}

/*CONTACT FORM 7 ----------------------------------------------------------------*/
.cf-container {
	display: -ms-flexbox;
	display: flex;
    justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
    font-family: var(--e-global-typography-text-font-family);
}

.left-block,
.right-block{
    width: 50%;
    display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.cf-col-1, .cf-col-2, .cf-col-3, .cf-col-4, .cf-col-5, .cf-col-6, .cf-col-7, .cf-col-8, .cf-col-9, .cf-col-10, .cf-col-11, .cf-col-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 12px;
}
.cf-col-12.submit{
    text-align: center;
}
.cf-col-12.submit input{
    padding: 8px 36px;
    margin-top: 15px;
	color: #fff;
}
.cf-container label{
    width: 100%;
}
.cf-container input,
.cf-container textarea{
    border: none;
    background: #f5f5f5;
    border-bottom: 2px solid #dadada;
    border-radius: 0;
    margin-top: 10px;
	outline: none;
}
.cf-container textarea{
    height: 210px;
}
.cf-container input:focus,
.cf-container textarea:focus{
    border-bottom: 2px solid var(--e-global-color-primary);
}

.cf-container select{
	border: none;
    background: #f5f5f5;
    border-bottom: 2px solid #dadada;
    border-radius: 0;
    margin-top: 10px;
    outline: none;
	height: 42px;
}

.cf-container .multifile span.wpcf7-form-control-wrap{
	display: block;
    margin-top: 12px;

}

.cf-container .confidentialite .wpcf7-list-item{
	margin: 0;
}
.cf-container .confidentialite .wpcf7-list-item-label{
	padding-left: 8px;
}

.cf-container .confidentialite .wpcf7-list-item-label,
.cf-container .confidentialite .wpcf7-list-item-label a{
	font-size: 13px;
	line-height: 19px;
}
@media ( max-width: 767px ) {
    .left-block,
    .right-block{
        width: 100%;
    }
}
@media ( min-width: 768px ) {
	.cf-col-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.cf-push-1 { margin-left: 8.333333%; }
	.cf-col-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.cf-push-2 { margin-left: 16.66667%; }
	.cf-col-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.cf-push-3 { margin-left: 25%; }
	.cf-col-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.cf-push-4 { margin-left: 33.33333%; }
	.cf-col-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.cf-push-5 { margin-left: 41.66667%; }
	.cf-col-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cf-push-6 { margin-left: 50%; }
	.cf-col-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.cf-push-7 { margin-left: 58.33333%; }
	.cf-col-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.cf-push-8 { margin-left: 66.66667%; }
	.cf-col-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.cf-push-9 { margin-left: 75%; }
	.cf-col-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.cf-push-10 { margin-left: 83.33333%; }
	.cf-col-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.cf-push-11 { margin-left: 91.66667%; }
	.cf-col-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}




/*RESPONSIVE-----------------------------------------------------------------------*/

@media (max-width: 1199px) {
    /*search page*/
    body.search .search-results {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1024px) {
    /*Sticky menu*/
    #menu-stickable{
        transform: translateY(-170px);
    }

    /*search page*/
    body.search .search-results {
        grid-template-columns: repeat(1, 1fr);
    }
    /*archvie page*/
    #content.impkt-archive .page-content{
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (min-width: 768px)  {
    /*POPIN / POPUP : MOBILE - LOGOS BAS DE PAGE */
    .pum-theme-logos-bas-mobile{
        display: none!important;
    }
}

@media (max-width: 767px) {
    /*Back to top button*/
    #scroll-to-top{
        right: 40px;
    }


    /*Popin recrutement*/
    #popmake-947{
        max-width: calc(100% - 30px);
        left: unset !important;
        right: 15px !important;
    }

    /*Flipbook - Page documentation*/
    .popup-flipbooklist-catalogues {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .impkt-flipbook {
        height: 240px!important;
        margin: 15px;
    }
    .pop-button-list{
        flex-direction: column;
        gap: 45px;
    }

    /*Blog CTA*/
    .blog-cta .wp-block-buttons{
        top: calc(50% - 23px);
        left: calc(50% - 83px);
    }
    .blog-cta .wp-element-button{
        padding: 8px 16px;
        font-size: 16px;
    }
}

@media (max-width: 540px) {
        /*archvie page*/
    #content.impkt-archive .page-content{
        grid-template-columns: repeat(1, 1fr);
    }

    #content.impkt-archive nav.pagination a {
        padding: 0 4px;
    }

    /*PRODUCT LIST*/
    #product-list-select{
        min-width: unset;
        max-width: 100%;
    }
    #product-list .item{
        height: 320px;
    }

    /*SHORTCODE FORMULAIRE DE RECHERCHE EN POPIN / POPUP*/
    .impaakt-search-shortcode{
        flex-direction: column;
        align-items: center;
                width: 100%;
    }
    .impaakt-search-shortcode label.search-bar-container {
        width: 100%;
        margin-bottom: 15px;
    }
    .impaakt-search-shortcode input[type="submit"] {
        border-radius: 10px;
        width: 220px;
        padding: 12px 24px
    }
    .impaakt-search-shortcode label.search-bar-container input[type="search"]{
        border-radius: 10px;
    }

}

@media screen and (max-width:480px) {
    /*Blog CTA*/
    .blog-cta .wp-block-buttons{
        left: calc(50% - 73px);
    }
    .blog-cta .wp-element-button{
        padding: 6px 14px;
        font-size: 14px;
    }    
}
