/*-----------------*/
/* LOADER */
/*-----------------*/

/*-----------------*/
/* ELEMENTS */
/*-----------------*/
.overlay{background: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, .45098039215686275) 80%, #000);}
.title:not(.no-after):after {
    content: "";
    background-image: url(../images/separator.svg);
    width: 100px;
    display: block;
    height: 13px;
    background-size: contain;
    background-position: center;
    margin: 16px 0;
    position: relative;
    background-color: transparent
}

.patternBG:before{
    background: url(../images/pattern.png);
    background-size: 300px;
    opacity: .1;
}
.patternSides{
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}
.patternSides:before,
.patternSides:after{
    background: url(../images/pattern-sides.png);
    width: 40px;
    background-position: bottom center;
    background-size: 70px;
}

.patternSides:after{
    right: 0;
    z-index: 0;
    transform: scale(-1);
    left: auto;
    z-index: 2;
}
/*-----------------*/
/* HEADER */
/*-----------------*/

/*-----------------*/
/* NAVPRIMARY */
/*-----------------*/
.navigmenu .naviglink:not(.item-logo) span:after {
    content: '';
    display: inline-block;
    width: calc(100% - 2px);
    height: 1px;
    background-color: currentColor;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .26s cubic-bezier(.33,.02,0,.93)
}
.navigtoogle.active .naviglink{color: var(--primary-color);}
.navigtoogle.active .naviglink span:after,
.navigmenu .naviglink:not(.item-logo):hover span:after {transform: scaleX(1)}
/*-----------------*/
/* HEADERHOME */
/*-----------------*/

/*-----------------*/
/* GALLERY HOME */
/*-----------------*/
#galleryHome .gallery {
    display: grid;
    width: 100%;
    transition: .6s;
    grid-template-columns: repeat(3,1fr);
    max-width: 100%;
    grid-auto-rows: 120px;
    position: relative;
    grid-gap: 2px
}

#galleryHome .gallery .gallery-item {
    grid-column: span 1;
    position: relative;
    display: none;
    width: 100%!important
}

#galleryHome .gallery .gallery-item:nth-child(-n+12) {display: block}

/*-----------------*/
/* PRODUITS HOME */
/*-----------------*/

/*-----------------*/
/* CONTENT */
/*-----------------*/

/*-----------------*/
/* PRESTATIONS */
/*-----------------*/

/*-----------------*/
/* ACTU */
/*-----------------*/
.design-link {
    display: inline-flex;
    align-items: center;
    padding: 0;
    padding-left: 52px;
    text-transform: uppercase;
    font-family: var(--font-bold);
    font-size: 12px;
    letter-spacing: 1px;
    position: relative;
    color: var(--title-color);
}

.design-link:before,
.design-link:after {
    content: '';
    position: absolute;
    width: 46px;
    background: var(--text-color);
    height: 1px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .3s linear 0s
}

.design-link.white {color: var(--white)}

.design-link.white:before,
.design-link.white:after {background: var(--white)}

.design-link span:before {
    content: "";
    --size: 6px;
    width: var(--size);
    height: var(--size);
    display: inline-block;
    margin: 0;
    margin-right: 6px;
    order: -1;
    background: var(--primary-color);
    z-index: 1;
    position: relative;
    vertical-align: middle;
    top: -1px;
    border-radius: 100%;
}

.design-link:after {
    width: 0;
    left: unset;
    right: 0
}

.design-link:hover {
    padding-left: 0;
    padding-right: 52px;
    color: var(--primary-color);
}
.design-link:hover:before {width: 0}
.design-link:hover:after {width: 46px}

.thumbnail_slider{border: solid 1px #ececec;}
.thumbnail_slider a{
	overflow: hidden;
	display: block;
	height: 100%;
}
.thumbnail_slider img{transition: transform .8s cubic-bezier(0,.14,.19,1), opacity .8s cubic-bezier(0,.14,.19,1);}
.wrapper_slider:hover .thumbnail_slider  img{transform: scale(1.08);}

#news .title_slider{
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.4;
}
#news .title_link_slider{
	background-repeat: no-repeat;
	background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
	transition: .4s cubic-bezier(.215,.61,.355,1);
	background-size: 0 100%;
}
#news .title_slider:hover .title_link_slider{
	background-size: 100% 100%;
}
#news .newsdate {
    position: absolute;
    left: -10px;
    top: 20px;
    z-index: 2
}
#news .newsdate{
    padding: 0;
    color: var(--secondary-color);
}

#news .newsdate span {
    position: relative;
    padding: 5px 12px 5px 10px;
    color: var(--white);
    background-color: var(--primary-color);
    border-radius: 0 5px 5px 0
}

#news .newsdate span:after {
    content: "";
    display: block;
    background-color: #864e1b;
    height: 5px;
    width: 10px;
    left: 0;
    position: absolute;
    top: -2px;
    transform: skewY(-18deg);
    z-index: -1
}
#news .wrapper_inner_slider{
	height: 100%;
	position: relative;
}


#news #news-title{margin-bottom: 20px;}
#news #news-title h2{
	font-family: var(--font-alt);
	font-size: 60px;
}

#news .next_slider{margin-top: 0;}
#news .content_slider{padding: 20px 0;}
#news  .wrapper_inner_slider{background: none;}

/*-----------------*/
/* SECTIONS */
/*-----------------*/


/*-----------------*/
/* REASSURANCES */
/*-----------------*/

/*-----------------*/
/* PARTENAIRES */
/*-----------------*/
#partenaires{background: var(--light-color);}
/*-----------------*/
/* NEWSLETTER */
/*-----------------*/

/*-----------------*/
/* SHARE */
/*-----------------*/

/*-----------------*/
/* AGENCES */
/*-----------------*/

/*-----------------*/
/* CONTACTFORM */
/*-----------------*/

/*-----------------*/
/* FOOTER */
/*-----------------*/
