/*-----------------*/
/* STRUCTURE */
/*-----------------*/
body.home #wrappersite {
    grid-template-areas:
        "header"
        "headerHome"
        "content"
		"galleryHome"
        "reassurances"
		
        "prestations"
		
        "sections"
       
		"news"
		 "fournisseurs"
        "footer"
    ;
} 

body.home.template_cv #wrappersite {
    grid-template-areas:
     "header"
        "headerHome"
        "content"
        "reassurances"
        "sections"
        "fournisseurs"
        "footerMap"
		"galleryHome"
        "footer"
    ;
}
/*-----------------*/
/* ELEMENTS */
/*-----------------*/
.is-toggle-open #header #info-toogle {
	box-shadow: 0 0 0 100vw var(--title-color), 0 0 0 100vh var(--title-color);
    background-color: var(--title-color);
}
.is-toggle-open #header #info-toogle:before {background-image: url(../../images/icons/close-white.svg);}

/*-----------------*/
/* HEADER */
/*-----------------*/
#header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
#headerGrid{padding: 10px;}
/*-----------------*/
/* NAVPRIMARY */
/*-----------------*/
.navigmenu .naviglink{ color: var(--white);}

/*-----------------*/
/* HEADERHOME */
/*-----------------*/

/*-----------------*/
/* CONTENT */
/*-----------------*/
.home #content{padding-top: 0;}
.home #content .content-imgHome{flex-wrap: nowrap!important;}

.home #content .content-imgHome  .wp-block-column .wp-block-image,
.home #content .content-imgHome  .wp-block-column .wp-block-image a{height: 100%;}

.home #content .content-imgHome  .wp-block-column .wp-block-image img{
	height: 100%;
	object-fit:cover;
}

.home #content .content-imgHome{
    max-width: 410px;
    margin-left: auto;
    position: relative;
    top: -70px;
    margin-bottom: -40px;
    z-index: 3;
    gap: 0;
}
.home #content .content-imgHome .wp-block-column:first-of-type .wp-block-image{
    top: 35px;
    height: 125px;
    position: relative;
}
.home #content .content-imgHome .wp-block-column:last-of-type .wp-block-image{
    position: relative;
    border-radius: 0 0 200px 200px;
    overflow: hidden;
    height: 230px;
    left: -26%;
    width: 126%;
    z-index: -1;
}

/*-----------------*/
/* PRESTATIONS */
/*-----------------*/
.home #prestations{
	background-image: url(../../images/home-bg2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#choixPrestations .linkPresta p{
	padding: 15px 0;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 15px;
	cursor: pointer;
	transition: 250ms all ease-in-out;
	position: relative;
	display: inline-block;
}

#choixPrestations .linkPresta.active p,
#choixPrestations .linkPresta:hover p {color: var(--primary-color);}

#choixPrestations .linkPresta.active p{font-family: var(--font-bold);}

#choixPrestations .linkPresta p:before{
	content: "";
	border: none;
	height: 2px;
	width: 300%;
	background: var(--primary-color);
	position: absolute;
	top: 50%;
	left: 105%;
	z-index: 10;
	transition: all 300ms linear 0s;
	transform: scaleX(0);
	transform-origin: 0 50%;
}

#choixPrestations .linkPresta.active p:before{transform: scaleX(1);}

#prestations .prestations-content .liresuite a{
	--size: 140px;
	padding: 0px 52px;
	margin-bottom: -35px;
	float: none;
	position: absolute;
	right: 55px;
	bottom: 0px;
	margin-right: 0px;
	font-size: 30px;
	font-weight: bold;
	height: var(--size);
	width: var(--size);
	display: block;
	background-size: 35px;
	box-sizing: border-box;
	background-image: url(../../images/icons/arrowright.svg);
	background-position: center;
	background-repeat: no-repeat;
}
#prestations .prestations-content .liresuite a span{display: none;}
#prestations .prestations-img a:before{
	background: linear-gradient(transparent, var(--black));
	z-index: 1;
}

#prestations .prestations-content .title_content:not(:hover),
#prestations .prestations-content .content_link, 
#prestations .prestations-content .tc_excerpt{color: var(--white);}

/*-----------------*/
/* SECTIONS */
/*-----------------*/
#sections {
    position: relative;
    z-index: 10
}

.sectionsbloc .specialthumb {position: relative}

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

/*-----------------*/
/* fournisseurs */
/*-----------------*/
.fournisseurs-header {margin-bottom: 60px}

#fournisseurs .widget_fournisseurs {
    background-color: #fff;
    border-bottom: none;
    border-right: 0;
    position: relative;
    z-index: 2
}

#fournisseurs .widget_fournisseurs li {
    border: 1px solid #eee;
    min-height: 200px
}

#fournisseurs .widget_fournisseurs img {
    max-width: 81%;
    height: auto;
    max-height: 100px
}
#fournisseurs .widget_fournisseurs li .wrap-element{
    height: auto;
    border: none;
    padding: 0;
}
#fournisseurs .fournisseurs-intro{
    background-image: url('../../images/home-bg4.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    width: 100%;
}
/*-----------------*/
/* GALLERY HOME */
/*-----------------*/
body.template_cv #galleryHome{padding: 10px 0;}

/*-----------------*/
/* FOOTER */
/*-----------------*/
#footer{background-color: var(--title-color);}
#footerLinks a { color: var(--white);}

#footer #footerbloc {
	grid-template-areas:
		"footerLinks";
	grid-template-columns:  1fr;
	padding: 0;
}
#footerForm{
	background-image: url(../../images/home-bg1.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 200px 50px 220px;
	z-index: 3;
}
#footerForm #wrapperForm{
	max-width: 700px;
	margin: auto;
	background-color: var(--title-color);
	padding: 70px 50px;
	color: var(--white);
}
#footerForm #wrapperForm .title{margin-bottom: 40px;}

#footer-coordonnees{
	bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
#footer-coordonnees .wrappercontent > div {
    line-height: 1.3;
    font-size: 15px;
    padding: 45px 20px 20px 20px;
}
#footer-coordonnees .wrappercontent>div:before {top: 20px;}
#infoouvertureFooter{order:-1;}

@media(min-width: 481px){}

@media(min-width: 768px){
	

	/*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	#prestations .prestations-content {
	    padding: 40px 260px 40px 40px;
	    position: absolute;
	    bottom: 0;
	    z-index: 2;
	}
	.home #prestations-wrapper{padding-bottom: 120px;}

	
    /*-----------------*/
    /* fournisseurs */
    /*-----------------*/
    #fournisseurs {padding: 100px 40px;}
    #fournisseurs .ckctrldiv{display: none;}
    #fournisseurs .ckslidercontrols .prev,
    #fournisseurs .ckslidercontrols .next {
        top: 50%;
        --size: 38px;
        transform: translateY(-50%);
        bottom: auto;
    }
    #fournisseurs .cksliderwrap{padding: 0;}
    #fournisseurs .ckslidercontrols .prev {left: -18px}
    #fournisseurs .ckslidercontrols .next {right: -18px}

    /*-----------------*/
    /* FOOTER */
    /*-----------------*/
	#footer-coordonnees{border-top: solid 1px rgb(255 255 255 / 50%);}
	#footer-coordonnees .wrappercontent > div:not(:last-of-type) {border-right: solid 1px rgb(255 255 255 / 50%)}
}

@media(min-width: 1025px){
	/*-----------------*/
    /* HEADER HOME */
    /*-----------------*/
	#headerHome-content{padding: 100px 30px 250px;}
	
    /*-----------------*/
    /* CONTENT */
    /*-----------------*/
	.home #content .title{
	max-width: 700px;
}
    /* body.home:not(.template_cv) #content{padding-bottom: 0;} */
	.home #content .content-imgHome{max-width: 720px;}
		
	.home #content .content-imgHome{
		padding: 0 90px;
		top: -250px;
		margin-bottom: -200px;
	}
	.home #content .content-imgHome .wp-block-column:first-of-type .wp-block-image{
		top: 105px;
	    height: 295px;
	}
	.home #content .content-imgHome .wp-block-column:last-of-type .wp-block-image{
		height: 520px;
	}
    

	/*-----------------*/
    /* PRESTATIONS */
    /*-----------------*/
	.home #prestations-wrapper{padding: 200px 30px;}
	#prestations .prestations-img {height: 620px;}

    /*-----------------*/
    /* HEADER */
    /*-----------------*/
	#headerGrid{
		padding: 20px 15px;
		grid-template-columns: 260px 1fr;
		grid-column-gap: 10px;
	}
	#header-coordonnees{justify-content: flex-end;}
	
    #header-coordonnees > div span,
    #header-coordonnees > div br{display: none;}

	#header-coordonnees > div{font-size: 14px;}
	#header-coordonnees > div:not(:last-of-type){margin-right: 24px;}

	/*-----------------*/
    /* NAVPRIMARY */
    /*-----------------*/
	.navigmenu{justify-content: flex-end;}

   


    /*-----------------*/
    /* SECTIONS */
    /*-----------------*/
	#sections{padding-top: 100px;}
    .sectionsbloc.even {z-index: 2}
    .sectionsbloc {gap: 0 30px}

	.sectionsbloc:last-child.even{padding-bottom: 80px;}

    .sectionsbloc.even .section_thumb .blocthumb {
        position: relative;
        top: 250px;
        height: 90%;
        margin-right: -200px;
        border: 10px solid var(--white);
        border-left: initial;
        border-top: initial
    }
	.template_cv .sectionsbloc:not(:last-child).even{margin-bottom: 100px;}

    .sectionsbloc.odd .section_thumb,
    .sectionsbloc.odd .section_txt {grid-column: span 9}

    .sectionsbloc.odd .secondary_thumb {display: none}

    .sectionsbloc.odd .section_thumb {
        height: 800px;
        margin-top: -105px;
        filter: brightness(.5);
        order: inherit;
    }

    .sectionsbloc.odd .section_txt {
        max-width: 1300px;
        margin: 0 auto;
        margin-top: -280px;
        width: 95%;
        background: var(--title-color);
    }

    .sectionsbloc.odd .section_txt,
    .sectionsbloc.odd .section_txt :is(.wp-block-heading, .title h2) {color: var(--white)}

    .sectionsbloc .specialthumb {
        height: 70%;
        margin-left: -300px;
        border: 10px solid var(--background-color)
    }

}

@media(min-width: 1281px){
	/*-----------------*/
    /* HEADER */
    /*-----------------*/
	#headerGrid{
		grid-column-gap: 30px;
	    grid-template-columns: 280px 1fr;
	}
	#header-coordonnees > div{font-size: 15px;}
	#header-coordonnees > div:not(:last-of-type){margin-right: 30px;	}

	/*-----------------*/
    /* fournisseurs */
    /*-----------------*/
    #fournisseurs {padding: 100px 30px;}
	
    /*-----------------*/
    /* SECTIONS */
    /*-----------------*/
    .sectionsbloc.odd .section_thumb {margin-top: -125px;}
    .sectionsbloc.odd {padding-bottom: 100px}

}

@media(min-width: 1481px){
    /*-----------------*/
    /* SECTIONS */
    /*-----------------*/
     .sectionsbloc.odd .section_thumb .blocthumb {
        width:calc(100% - 100px);
        margin-left: auto
    }
}

@media(min-width: 1681px){
    
}

@media(max-width: 1680px){}

@media(max-width: 1480px){}

@media(max-width: 1280px){
	/*-----------------*/
    /* PRESTATIONS */
    /*-----------------*/
	.prestations-title{
		padding-right: 30px;
		min-width: 400px;
	}

}

@media(max-width: 1024px){
    /*-----------------*/
    /* NAVPRIMARY */
    /*-----------------*/
    .ckmenu-nav{
        background: var(--title-color);
        top: 63px;
    }

	/*-----------------*/
    /* PRESTATIONS */
    /*-----------------*/
	.prestations-img {height: 480px;}
	.prestations-title{
		min-width: auto;
		padding: 0;
		margin-bottom: 20px;
		overflow: hidden!important;
	}
    /*-----------------*/
    /* SECTIONS */
    /*-----------------*/
     .sectionsbloc .section_txt {
        max-width: 850px;
        margin: 0 auto;
        width: 100%
    }
    .sectionsbloc .specialthumb {height: 100%}
	.section_txt{order: -2}
	
     /*-----------------*/
	/* FOOTER */
	/*-----------------*/
	#footerForm {padding: 140px 50px 240px;}
	#footer-coordonnees .wrappercontent > div{padding: 45px 10px 20px 10px;	}
	
	#footer #footerbloc {
	    grid-template-areas:
    	    "footerlogo"
    	    "footerLinks";
	    grid-template-columns: 1fr;
	    justify-items: center;
	    grid-row-gap: 0;
	}
}

@media(max-width: 767px){
	/*-----------------*/
    /* PRESTATIONS */
    /*-----------------*/
	#choixPrestations .linkPresta p {
	    font-size: 13px;
	    letter-spacing: 1px;
	}
	.prestations-img {height: 220px;}
	.prestations-content{
		padding: 30px 20px 70px 20px;
		background: var(--title-color);
		position: relative;
	}
	#prestations .prestations-content .liresuite a{
		padding: 0px 14px;
		height: 50px;
		right: 0;
		width: 50px;
		margin: 0;
		background-size: 18px;
	}
	.prestations-content .content_link, 
	.prestations-content .tc_excerpt{font-size: 14px;}

	
	/*-----------------*/
    /* PARTENAIRS */
    /*-----------------*/
	#fournisseurs .fournisseurs-intro{height: 200px;}
	
    /*-----------------*/
	/* FOOTER */
	/*-----------------*/
	#footerForm {padding: 100px 15px 280px;}

    #footerForm #wrapperForm {
        padding: 40px 20px;
        max-width: 600px
    }

    #footer-coordonnees {bottom: 20px}
	#footer-coordonnees > .wrappercontent {flex-direction: column;}

	#footer-coordonnees .wrappercontent > div {
	    border: none;
	    max-width: 200px;
	    margin: 0 auto;
	    text-align: left;
	    padding: 10px 0 10px 24px;
	    align-items: flex-start;
	}
	#footer-coordonnees .wrappercontent > div:before {
	    left: 0;
	    top: 50%;
	    transform: translateY(-50%);
	}
}

@media(max-width: 480px){}
