@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px !important;
    }  
}
.post, .page {
    margin: 0;
}
.post,
.page,
.site-main,
.footer-width-fixer {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.page-content, .entry-content, .entry-summary {
    margin: 0;
}
p{
    margin-bottom:  1.5em;
}
body{
    font-family: "Roboto", Sans-serif;
}
a:visited {
    color: inherit;
}

/* header */
body.home .glr-header,
body.page-id-583 .glr-header{
  position:absolute;
  left:0;
  background:transparent !important;
}
body.home .glr-header>.e-con-full,
body.home .glr-header>.e-con-inner {
/*     padding-block-end: 40px;
    padding-block-start:40px; */
}
.btn-custom-width{
  flex: 1;
}
.btn-custom-width .elementor-button{
	width:100%;
}
/* footer */
@media (max-width: 767px) {
  .glr-footer .hfe-nav-menu a.hfe-menu-item,
  .glr-footer .hfe-nav-menu a.hfe-sub-menu-item {
    justify-content: center !important;
  }
}

/* slider nos produits */
.nos-produits-slider .n2-ss-section-main-content{
	border-radius:20px;
}

/****************/
/* banniere page produits and articles and blog archive */
.banniere-wrapper {
  position: relative;
  background: url(../img/banniere.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.banniere-wrapper .b-overly {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
/*   background-color: rgba(2, 2, 2, 0.5); */
  z-index: 2;
}

.banniere-wrapper-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding:20px;
  color: #000;
}

.banniere-wrapper-content .banniere-title {
    color: #0E76BC;
    font-size: 62px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
	margin:0 0 3px 0;
}
@media (max-width: 1024px) {
  .banniere-wrapper-content .banniere-title {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .banniere-wrapper-content .banniere-title {
    font-size: 38px;
  }
}
/*  breadcrumbs */
.breadcrumbs {
    position: relative;
    z-index: 3;
    color: #000;
    font-size: 20px;
    text-align:center;
}
.breadcrumbs a,
.breadcrumbs span{
    color: #000;
	text-decoration:none;
	transition:all 0.3s;
}
.breadcrumbs a:hover span{
    color: #0e76bc;
}
@media (max-width: 1024px){
    .breadcrumbs {
        font-size: 18px;
    }
}
@media (max-width: 767px){
    .breadcrumbs {
        font-size: 16px;
    }
    
}

/* taxonomy categorie produit */
.gamme-produits-wrapper{
    padding: 70px 20PX 40px 20px;
}

.gamme-produits-wrapper .category-img {
    height: 520px;
    object-fit: cover;
}
.gamme-produits-wrapper .category-card {
    position: relative;
}
.gamme-produits-wrapper .category-card .category-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    color: #fff;
}

.gamme-produits-wrapper .category-card-desc p{
   font-size: 20px;
   margin-bottom:0;
}
.card-produit .card-body{
    padding: 15px 5px 10px 5px;
}
.card-produit .card-produit-img{
    height:220px;
    object-fit:cover;
    background-color:#eee;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.card-produit .card-produit-titre{
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    TEXT-ALIGN: START;
}
@media (max-width: 767px) {
   .gamme-produits-wrapper .container-xl{
        max-width:500px;
    }
    .gamme-produits-wrapper .category-card .category-overlay{
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        top:0;
        background:linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    }
    .gamme-produits-wrapper .category-card-titre,
    .gamme-produits-wrapper .category-card-desc p{
            text-align:center;
    }
    .gamme-produits-wrapper .category-card,
    .gamme-produits-wrapper .card-produit{
        max-width:380px;
        margin-left:auto;
        margin-right:auto;
        margin-bottom:20px;
    }
}
@media (max-width: 991px) {
    .gamme-produits-wrapper .category-img {
        height: 300px;
    }
}

.autres-cat-produits-wrapper
{
    padding: 20px 20px 70px 20px;
}
.autres-cat-produits-wrapper .autres-cat-title
{
    font-family: "Roboto", Sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4em;
    color: #000000;
    margin-bottom:40px;
}
.autres-cat-produits-wrapper .card img:hover{
    transform: scale(1.05);
}
.autres-cat-produits-wrapper .card-divider{
    width: 55%;
    height: 5px;
    background: #0E76BD;
    border-radius: 10px;
    margin: 15px auto 20px auto;
}
.autres-cat-produits-wrapper .card img{
    border-radius: 15px;
    height:260px; 
    object-fit:cover; 
     object-position: top;
    transition:0.3s;
}
.autres-cat-produits-wrapper .card-title{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
}
@media (max-width: 1024px) {
    .autres-cat-produits-wrapper .autres-cat-title {
        font-size: 32px;
    }
}
@media (max-width: 767px) {
    .autres-cat-produits-wrapper .container-xl{
        max-width:500px;
    }
    .autres-cat-produits-wrapper .autres-cat-title{
        font-size: 26px;
        text-align:center;
    }
    .autres-cat-produits-wrapper .card{
        max-width:380px;
        margin-left:auto;
        margin-right:auto;
        margin-bottom:20px;
    }
    .autres-cat-produits-wrapper .card img{
        height:300px; 
    }
}
/*  archive produits */
.archives-glr-produits{
	padding-top:40px;
}
.archives-glr-produits .autres-cat-produits-wrapper .autres-cat-title{
	text-align:center;
}

/* single page produit */
.single-product-wrapper{
    padding:20px;
}
.single-product-wrapper .product-image {
    border-radius: 16px;
    overflow: hidden;
    border:1px solid #cbc8c8;
    background: #fff;
}
.single-product-wrapper .product-image img {
    width: 100%;
    transition: transform 0.4s ease;
}
.single-product-wrapper .product-image:hover img {
    transform: scale(1.05);
}
.single-product-wrapper .product-badge {
    display: inline-block;
    padding: 5px 12px;
    background: #f1f3f5;
    border-radius: 20px;
    font-size: 13px;
    margin-right: 5px;
}
.single-product-wrapper .product-badge a{
    color:#222 !important;
}
.single-product-wrapper .product-desc{
    text-align:justify;
}
.single-product-wrapper .product-desc ol,
.single-product-wrapper .product-desc ul{
    margin-left:0;
}
.single-product-wrapper .product-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 25px;
    border-radius: 30px;
    background: #0E76BD;
    color: #fff !important;
    text-decoration: none;
    transition: 0.3s;
}
.single-product-wrapper .product-btn:hover {
    background: #ED1B24;
    color:#fff;
}

@media (max-width:767px) {
    .single-product-wrapper .container-xl{
        max-width:480px;
    }
    .single-product-wrapper .product-title,
    .single-product-wrapper .product-desc,
    .single-product-wrapper .product-cats,
    .single-product-wrapper .product-btn-section {
        text-align:center;
    }
    .single-product-wrapper .product-title
    {
        font-size:24px;
    }
}
/* paginate */
.paginate > .page-numbers {
    display: flex;
    padding-left: 0;
    list-style: none;
    margin: 0;
}
.paginate li a, .paginate li span, .paginate li .next {
    padding: 0.375rem 0.75rem;
    position: relative;
    display: block;
    color: #222;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -ms-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.paginate li .current {
    z-index: 3;
    color: #fff;
    background-color: #222;
    border-color: #222;
}
/* section avant footer - marques de refferences */
body:not(.home) .marque-ref{
	border-top: 2px solid #FCFCFD;
}

/* apropos page */
/* slider a propos  */
div#n2-ss-5 .n-uc-1bb7ce0ad95b6-inner {
    min-height: 270px;
}
.left-block{
	align-self:flex-start;
}
.right-block{
	align-self:flex-end;
}
/*  a propos - notre engagement */
.notre-engagement .ha-infobox-text{
	position:relative;
	padding-bottom:15px;
}
.notre-engagement .ha-infobox-text::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px; 
    height: 4px;
    background: #a9a1a1; 
    border-radius: 10px;
	transition: all 0.3s;
}
.notre-engagement .elementor-widget-ha-infobox.happy-addon.ha-infobox,
.notre-engagement .elementor-widget-ha-infobox.happy-addon.ha-infobox  .ha-infobox-figure--icon,
.notre-engagement .elementor-widget-ha-infobox.happy-addon.ha-infobox  .ha-infobox-figure--icon svg,
.notre-engagement .elementor-widget-ha-infobox.happy-addon.ha-infobox  .ha-infobox-figure--icon svg *{
    transition: all 0.3s;
}
.notre-engagement .elementor-widget-ha-infobox.happy-addon.ha-infobox:hover  .ha-infobox-figure--icon{
	background-color:#0E76BD;
}
.notre-engagement .elementor-widget-ha-infobox.happy-addon.ha-infobox:hover  .ha-infobox-figure--icon svg,
.notre-engagement .elementor-widget-ha-infobox.happy-addon.ha-infobox:hover  .ha-infobox-figure--icon svg *{
	fill:#eee;
}
.notre-engagement .elementor-widget-ha-infobox.happy-addon.ha-infobox:hover .ha-infobox-text::after{
    width: 80px;
    background: #0E76BD; 
}

/* single post - actualités */
.main-single-post{
    background-color: #EEEEEE;
    padding-bottom: 50px;
}
.main-post-excerpt{
    color: #54595F;
}
#content-single-post{
    padding-top: 60px;
    padding-bottom: 20px;
    color:#000;
}
#content-single-post .entry-content{
    background-color: #fff;
    padding: 25px 25px 50px 25px;
    text-align: justify;
}
#content-single-post .post_date{
    color: #0E76BD;
    font-size: 14px;
}
#content-single-post .post_date i{
    color: #7A7A7A;
    font-size: 18px;
}
#content-single-post .main-post-image img{
    width: 100%;
}
#content-single-post .main-post-content{
 color: #222;
}
.tag-btn{
    border-radius: 0;
    background-color: #e5e5e5;
    border: none;
    color:#7e7d7d;
}
.tag-btn a{
    color:#7e7d7d;
    text-decoration:none;
}



/* sidebar single Actualités */
#glr-sidebar{
    padding-left: 20px;
}
@media (max-width: 767px){
    #glr-sidebar{
       /* display: none; */
       padding-right: 20px;
       margin-top: 70px;
    }
}



#glr-sidebar .wp-block-heading{
    color: #0E76BC;
	font-size: calc(1.115rem + .9vw);
}
@media (min-width: 1200px){
	#glr-sidebar .wp-block-heading{
		font-size: 1.7rem;
	}
}
#glr-sidebar ul{
	margin: 0 0 20px 20px;
    list-style: none;
    padding-left: 0;
}
#glr-sidebar li a{
	color: #000;
	text-decoration: none;
	line-height: 2;
}
#glr-sidebar .wp-block-tag-cloud a{
    color: #000;
}
#glr-sidebar .wp-block-tag-cloud a:hover{
    color: #0E76BD;
}
#glr-sidebar  li:hover a,
#glr-sidebar li:hover::before{
    color: #0E76BC;
}
#glr-sidebar li {
  position:relative;
} 
#glr-sidebar li::before {
  content: "●"; 
  color: #484646;
  font-weight: bold; 
  display: inline-block; 
  width: 1.5em; 
  margin-left: -1em;
}

/* category and  archives */
.glr-main-posts{
    padding-top: 40px;
    background-color: #EEEEEE;
}
.glr-main-posts .section_posts {
    padding: 50px 10px 80px 10px;
}
.glr-main-posts .card.post_item {
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
}
.glr-main-posts .card.post_item{
    margin-bottom: 20px;
    border-radius: 0;
    border: none;
}
.glr-main-posts .banniere_wrapper {
    height: 235px;
    overflow: hidden;
}
.glr-main-posts .banniere_wrapper img {
    min-height: 100%;
    width: 100%;
    opacity: 0.9;
    border-radius: 0;
    transition-duration: 0.2s;
}
.glr-main-posts .banniere_wrapper img:hover {
    opacity: 1;
    transition-duration: 0.3s;
    transform: scale(1.1);
}
.glr-main-posts  .card.post_item .card-body{
    padding: 25px 14px 10px 14px;

}
.glr-main-posts  .card.post_item .card-body p{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align:justify;
}
.glr-main-posts  .card.post_item .card-body .card-title{
    color: #333333;
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 10px;
}
.glr-main-posts  .card.post_item .card-body .card-title:hover{
    color: #0E76BD;
}
.glr-main-posts .card-date{
    font-size: 14px;
    font-weight: 400;
    color: #709d35;
}
.glr-main-posts  .card-btn{
    padding: 2px 0px;
    color: #0E76BD;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    transition: 0.2s ease-in;
}
.glr-main-posts .card-btn:hover{
    color: #ED1B24;
}
@media (max-width: 767px){
    .glr-main-posts .container-xl{
        max-width:460px;
    }
    .glr-main-posts .section_posts {
        padding-bottom: 30px;
    }
}
/*  paginate */
.paginate > .page-numbers {
    display: flex;
    padding-left: 0;
    list-style: none;
    margin: 0;
}
.paginate li a, .paginate li span, .paginate li .next {
    padding: 0.375rem 0.75rem;
    position: relative;
    display: block;
    color: #0E76BC;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #eee;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -ms-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.paginate li .current {
    z-index: 3;
    color: #fff;
    background-color: #0E76BC;
    border-color: #0E76BC;
}
.paginate li a:hover{
    background-color: #ED1B24;
    border-color:#ED1B24;
    color: #fff;
}
/*  contact page */
.ctct-info .eael-feature-list-content{
    word-wrap: anywhere;
}
.ctct-info .eael-feature-list-items.eael-feature-list-vertical .eael-feature-list-item{
    border:1px solid #eee;
    padding: 20px;
}
/* Divider */
.elementor-divider-separator {
    border-image: linear-gradient(
        to right,
        #4aa3d8,
        #b9dff0
    ) 1;
    transition: all 0.35s ease;
}
/* Hover */
.elementor-widget-heading:hover + .elementor-widget-divider .elementor-divider-separator {
    width: 90px !important;
}

/* remove contry anti-palestine from select contry */
.iti__flag.iti__il,
#iti-0__item-il,
[data-dial-code="972"],
[data-country-code="il"]
{
    display: none !important;
    visibility: hidden !important;
}
