/*-----------------*/
/* LOADER */
/*-----------------*/
.cup{
	height: 100px;
	width: 140px;
	border: 6px solid #222;
	border-radius: 0px 0px 70px 70px;
	background: url('../images/coffee.png');
	box-shadow: 0px 0px 0px 6px var(--white);
	animation: fill 2.5s infinite;
	background-repeat: repeat-x;
	background-position: 0 140px;
	box-sizing: content-box;
}
@keyframes fill{
	0% {
		background-position: 0 140px;
	}
	20%{
		background-position: -450px 100px;
	}
	40% {
		background-position: -900px 50px;
	}
	80% {
		background-position: -1350px -40px;
	}
	100% {
        background-position: 0 140px;
	}
}
.handle{
	height: 40px;
	width: 30px;
	background-color: transparent;
	border: 6px solid var(--white);
	position: relative;
	left: 150px;
	top: 2px;
	border-radius: 0px 25px 80px 0;
}
/*-----------------*/
/* ELEMENTS */
/*-----------------*/
:root .has-very-dark-gray-color strong{color: #313131;}


.title:not(.no-after):after{
    height: 25px;
    width: 50px;
    background-color: transparent;
    background-image: url(../images/grains-cafe.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.button:not(.buttonIcon),
.tc_content .wp-block-button__link {transition-delay: .4s , .5s}

.button:not(.buttonIcon):before,
.tc_content .wp-block-button__link:before,
.button:not(.buttonIcon):after,
.tc_content .wp-block-button__link:after {
    padding: 18px 0 11px;
    content: '';
    position: absolute;
    top: 0;
    left: calc(-100% - 60px);
    height: 100%;
    width: calc(100% + 40px);
    color: #fff;
    border-radius: 2px;
    transform: skew(-25deg)
}

.button:not(.buttonIcon) span,
.tc_content .wp-block-button__link span {
    position: relative;
    z-index: 10
}

.button:not(.buttonIcon):before,
.tc_content .wp-block-button__link:before {
    background: var(--secondary-color);
    z-index: 5;
    transition: left 1s cubic-bezier(.86,0,.07,1)
}

.button:not(.buttonIcon):after,
.tc_content .wp-block-button__link:after {
    background: #fff;
    transition: left .8s cubic-bezier(.86,0,.07,1) .2s;
    z-index: 0;
    opacity: .8
}

.button:not(.buttonIcon):hover:after,
.tc_content .wp-block-button__link:hover:after {
    left: calc(0% - 20px);
    transition: left .8s cubic-bezier(.86,0,.07,1)
}
.button:not(.buttonIcon):hover{background-color: transparent;}
.cekome_form .button.cf_submit:hover{background-color: var(--secondary-color)}

.button:not(.buttonIcon):hover:before,
.tc_content .wp-block-button__link:hover:before {
    left: calc(0% - 20px);
    transition: left 1s cubic-bezier(.86,0,.07,1)
}

.button.hollow:before, 
.tc_content .wp-block-button.is-style-outline .wp-block-button__link:before{background: var(--primary-color)}




/*-----------------*/
/* HEADER COFFEE */
/*-----------------*/
#img-coffee{height: 350px; }
#header-coffee{z-index: 2;}
#wrapper-coffee{
 	position: absolute;
 	right: 30px;
 	z-index: 9;
 	bottom: 70px;
}
.lte-effect-smoke {
    position: relative;
    pointer-events: none;
    z-index: 10;
}
.lte-effect-smoke img {
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    bottom: 0%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, 0px);
    animation: lte-smoke-1 12s infinite;
}
.lte-effect-smoke .lte-effect-item-2 {animation-delay: 2s;}
.lte-effect-smoke .lte-effect-item-3 {animation-delay: 4s;}
.lte-effect-smoke .lte-effect-item-4 {animation-delay: 6s;}
.lte-effect-smoke .lte-effect-item-5 {animation-delay: 8s;}
.lte-effect-smoke .lte-effect-item-6 {animation-delay: 10s;}

.lte-effect-smoke .lte-effect-item-2 img {
    animation-delay: 2s;
    transform: scaleX(-1);
}
.lte-effect-smoke .lte-effect-item-4 img {
    animation-delay: 6s;
    transform: scaleX(-1);
}
.lte-effect-smoke .lte-effect-item-6 img {
    animation-delay: 10s;
    transform: scaleX(-1);
}

@keyframes lte-smoke-1 {
    0% {
        opacity: 0;
        transform: translate(-50%, 650px);
   }
    50% {
        opacity: .8;
    }
    100% {
        opacity: 0;
        transform: translateY(-50%, 0px);
    }
}

/*-----------------*/
/* HEADER */
/*-----------------*/
#info-toogle{display: flex;}
#header-coordonnees{
    position: fixed;
    top: 0;
    right: -445px;
    width: 310px;
    height: 100%;
    min-height: 100%;
    padding: 70px 40px;
    background-color: var(--white);
    overflow: hidden;
    visibility: hidden;
    overflow: scroll;
    z-index: 9999;
    transition: all .6s cubic-bezier(.77,0,.175,1);
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}
body.is-toggle-open #header #header-coordonnees {
    right: 0;
    visibility: visible;
}

#header-coordonnees .flex > *{margin: 15px 0;}
#header-coordonnees .flex > div{font-size: 16px;}
#logoCoordonnees{order: -1;}
#logoCoordonnees img{width: 170px;}

/*-----------------*/
/* NAVPRIMARY */
/*-----------------*/
.navigmenu .naviglink.lvl-0 span:after,
.navigmenu .naviglink span:before {
    content: '';
    display: block;
    position: absolute;
    left: -.1em;
    bottom: -.4em;
    width: 100%;
    height: 1px;
    border-top: 1px solid var(--primary-color);
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    transition: transform .4s cubic-bezier(.48,.57,.33,.89) .1s;
}

.navigmenu .naviglink span:before {
    padding-bottom: 4px;
    transition: transform .4s cubic-bezier(.48,.57,.33,.89);
}


#navprimary .navigmenu .active .naviglink.lvl-0 {color: var(--primary-color)!important;}

#navprimary .navigmenu .active .naviglink.lvl-0 span:after,
#navprimary .navigmenu .naviglink.lvl-0:hover span:after,
#navprimary .navigmenu .active > .naviglink span:before,
#navprimary .navigmenu .naviglink:hover span:before {
    transform: scale(1,1)
}
/*-----------------*/
/* HEADERHOME */
/*-----------------*/
#headerHome:after,
#banner:after{
	left: -1%;
	z-index: 1;
	width: 102%;
	height: 100.1%;
	bottom: 0px;
	background: url(../images/curve.png) center bottom / 101vw no-repeat;
	background-position: center bottom;
}

/*-----------------*/
/* SOCIAL */
/*-----------------*/
.sociblock:not(#headerHome-social .sociblock) .share-buttons a {
    --size: 35px;
    width: var(--size);
    height: var(--size);
    align-items: center;
    justify-content: center;
    margin: 0 3px;
}

.sociblock:not(#headerHome-social .sociblock) .share-buttons a:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 100px;
    transition: all ease 250ms;
    border: solid 1px #b9b2b2;
}

.sociblock:not(#headerHome-social .sociblock) .share-buttons a:hover:before {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.sociblock:not(#headerHome-social .sociblock) .share-buttons a svg {--size: 15px;}
.sociblock:not(#headerHome-social .sociblock) .share-buttons a:hover svg {fill: var(--white);}


/*-----------------*/
/* GALLERY HOME */
/*-----------------*/

/*-----------------*/
/* PRODUITS  */
/*-----------------*/
#btformsinglewoo h2 {
    margin-top: 40px;
    font-size: 26px;
}
#backBTsingle{
    margin-bottom: 20px;
}
#primaryimgsinglewoo img{object-fit:contain}
#btformsinglewoo .button:hover{background-color: var(--secondary-color)}
/*-----------------*/
/* CONTENT */
/*-----------------*/
.home-col img{
    width: 200px;
}
/*-----------------*/
/* PRESTATIONS */
/*-----------------*/
.home #prestations{background-image: url(../images/bg-prestations.jpg);}

.home #prestations:before{
	background-color: var(--black);
	opacity: 0.6;
}
.home #prestations .prestations-content .title_content:not(:hover),
.home #prestations .prestations-content .content_link, 
.home #prestations .prestations-content .tc_excerpt{color: var(--white);}


.prestations-content {
	order: -1;
	padding: 30px 0 20px;
}
.prestations-wrapper{
	display: flex;
	flex-direction: column;
	height: 100%;
	position: relative;
}
#prestations .prestations-wrapper .liresuite{
	text-align: center;
}

/*-----------------*/
/* ACTU */
/*-----------------*/
#listarticles .listedarticle .title_content,
.title_link_slider {
    background-size: 100% 96%;
    background-repeat: no-repeat;
    background-image: -o-linear-gradient(transparent calc(100% - 2px),currentColor 2px);
    background-image: linear-gradient(transparent calc(100% - 2px),currentColor 2px);
    background-image: -ms-linear-gradient(transparent 95%,currentColor 2px);
    -webkit-transition: .6s cubic-bezier(.215,.61,.355,1);
    -o-transition: .6s cubic-bezier(.215,.61,.355,1);
    transition: .6s cubic-bezier(.215,.61,.355,1);
    background-size: 0 96%
}

#listarticles .listedarticle .title_content:hover,
.title_link_slider:hover {background-size: 100% 96%}

.design-link {
    display: inline-flex;
    align-items: center;
    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: 10px;
}

.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}

#news {background-image: url(../images/bg-news.jpg);}

#news::after {background: var(--overlay-color);}
#news .title_link_slider:not(:hover) {color: var(--white);}

#news-title {
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    padding-bottom: 10px;
    margin-bottom: 30px
}

.wrapper_slider {padding: 20px 0}

#news .thumbnail_slider {
    height: auto;
    min-height: 220px;
}

.thumbnail_slider a {
    height: 100%;
    display: block;
    position: relative
}

.thumbnail_slider a img {
    position: absolute;
    left: 0;
    top: 0
}

#news .content_slider {padding: 50px 0 50px 50px;}
.newsdate {
    position: absolute;
    top: 40px;
    background: var(--secondary-color);
    left: -90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: calc(100% - 80px);
    justify-content: center;
    padding: 20px 30px;
    font-family: var(
    --font-title);
    color: var(
    --white);
}

.text_slider,.text_slider a {
    font-size: 16px;
    line-height: 1.6
}

.newsdate .month {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 2px
}

.newsdate .day {
    font-size: 36px;
    line-height: 1;
}

#news .next_slider {
    display: flex;
    align-items: center;
    width: 200px;
    justify-content: flex-end;
    margin: 0
}
/*-----------------*/
/* SECTIONS */
/*-----------------*/

/*-----------------*/
/* REASSURANCES */
/*-----------------*/
#reassurances{overflow: hidden;}
.nohome #reassurances{box-shadow: 0 0 30px rgba(0,0,0,.1);}

.picto-container{align-items: center;}
#reassurances .picto-container > li{
	flex: 1 1 25%;
	margin: 0;
}
.picto-container li{
    padding: 0;
    margin: 60px 0;
    position: relative;
}
.picto-container li p strong{
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: var(--font-title);
    color: var(--black);
    letter-spacing: 2px;
    padding-left: 40px;
}
#reassurances .reassurances-left li p strong {
    padding-left: 0;
    padding-right: 40px;
}
.picto-container .reassurances-list :is(svg,img){
	--size: 30px;
	position: absolute;
	left: 0;
	top: -6px;
}
.picto-container .reassurances-list.reassurances-left  :is(svg,img){
	right: 0;
    left: auto;
}

.picto-container .reassurances-left {
    padding: 0 70px 0 0;
    text-align: right;
}
.picto-container .reassurances-right { padding: 0 0 0 70px;}
#reassurances .picto-container #img-reassurances {
    flex: 1 1 30%;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
}
#img-reassurances img{
    --size: 100%;
}
.leaf{
	position: absolute;
	width: auto;
	max-width: 100%;
	z-index: 1;
}
.leaf-1{
	right: -40px;
	top: 30px;
}
.leaf-2{
	top: 40px;
	left: -20px;
}
.leaf-3{
	top: -50px;
	right: -40px;
}

/*-----------------*/
/* PARTENAIRES */
/*-----------------*/
#partenaires .counter{display: none;}
/*-----------------*/
/* NEWSLETTER */
/*-----------------*/

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

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

/*-----------------*/
/* CONTACTFORM */
/*-----------------*/
.listTab>div {
    background: #f1f1f1;
    padding: 10px 20px;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 10px 10px 0 0;
    transition: all 0.4s;
    justify-content: center;
    text-align: center;
    font-family: var(--font-title);
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
}

.listTab>div:hover {
    background: var(--primary-color);
    color: var(--white);
}

.listTab .active {
    background: var(--primary-color);
    color: var(--white);
}
.wrap-fieldset .blc.hidden{display: none;}

#wrapperForm{
	max-width: none;
    padding: 40px;
    background: var(--primary-color);
}
#wrapperForm .mention{color: var(--white);}
.cekome_form .button.cf_submit:hover{background-color: var(--black)}

.cekome_form .blc_checkbox label a,
.descbloctel a{
	color: var(--white);
	font-weight: bold;
}

.cekome_form .blc_checkbox label av,
.descbloctel a:hover{color: var(--secondary-color);}
.desccontact {
	    position: absolute;
	    top: 10px;
	    left: 0;
	}
/*-----------------*/
/* GALLERY FOOTER */
/*-----------------*/
#galleryFooter .gallery{
	display: grid;
    grid-gap: 1px;
    transition: 0.6s;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 400px;
}
#galleryFooter .gallery .gallery-item{width: 100%!important;}

/*-----------------*/
/* FOOTER */
/*-----------------*/
.copyright{
	color: var(--text-color);
	font-size: 12px;
	display: block;
}
#footerSeo p{
	font-size: 14px;
    margin-bottom: 6px;
}
#footerSocial{padding: 0;}
#footerSocial:before{content: none;}
#footerSocial span {
    margin-right: 10px;
    padding: 0;
	
}
#footerSocial span,
#footerCoordonnees > div :is(.titlehoraires, span){
	color: var(--black);
    font-size: 11px;
}
#footerLinks{
    padding: 10px 0 0;
    margin-top: 20px;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
}
#footerLinks a{
    text-transform: uppercase;
    letter-spacing: 0.4px;
}
#footerCoordonnees > div{margin: 20px 0;}