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

body.home.template_cv #wrappersite {
    grid-template-areas:
        "header"
        "headerHome"
        "content"
        "sections"
		"galleryHome"
		"reassurances"
        "partenaires"
		"footerMap"
        "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;
}
/*-----------------*/
/* NAVPRIMARY */
/*-----------------*/
.navigmenu .naviglink{ color: var(--white);}

/*-----------------*/
/* HEADERHOME */
/*-----------------*/
#headerHome-content_wrapper{
	width: 650px;
	text-align: center;
	/* background: var(--overlay-color); */
	padding: 70px 40px;
	margin: 0 auto;
}
/*-----------------*/
/* CONTENT */
/*-----------------*/
.content-imgHome{display: none!important;}

/*-----------------*/
/* PRESTATIONS */
/*-----------------*/
#prestations .prestations-img::before {
    background: var(--secondary-color);
    transform: rotate(0deg);
    transition: all .4s;
}
#prestations .bloc_prestations:hover .prestations-img:before {transform: rotate(-5deg);}
#prestations .wrapPresta::before {
    background: var(--primary-color);
    height: 50px;
    width: 4px;
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
}
#prestations .wrapPresta {padding: 10px 20px;}
#prestations .prestations-content .liresuite{margin: 0;}

#prestations .prestations-content .tc_excerpt {padding: 15px;}

#prestations .prestations-content .liresuite a {
    background: #fff0;
    border: 1px solid var(--primary-color);
    border-radius: 50%!important;
    color: var(--primary-color);
    letter-spacing: -.1em;
    --size: 45px;
    width: var(--size);
    height: var(--size);
    padding: 8px;
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#prestations .prestations-content .liresuite a:hover {
    background: var(--primary-color);
    color: var(--white);
}

#prestations .prestations-content h2, 
#prestations .prestations-content h3{margin: 0;}

/*-----------------*/
/* SECTIONS */
/*-----------------*/
.sectionsbloc.odd:before {background: var(--title-color);}

/*-----------------*/
/* REASSURANCES */
/*-----------------*/
#reassurances {
    background-image: url(../../images/home-bg1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#reassurances .picto-container li p{
	color: var(--white);
	margin-top: 20px;
    line-height: 1.3em;
    font-family: var(--font-bold);
    text-transform: uppercase;
}
/*-----------------*/
/* PARTENAIRES */
/*-----------------*/
.partenaires-header {margin-bottom: 60px}

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

#partenaires .widget_partenaires li {
    border: 1px solid #eee;
    min-height: 150px;
}

#partenaires .widget_partenaires img {
    max-width: 81%;
    height: auto;
    max-height: 100px
}
#partenaires .widget_partenaires li .wrap-element{
	height: auto;
	border: none;
	padding: 0;
}
#partenaires .partenaires-intro{
    background-image: url('../../images/confiance.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    width: 100%;
}

/*-----------------*/
/* GALLERY HOME */
/*-----------------*/
body.template_cv #galleryHome{padding: 10px 0;}

/*-----------------*/
/* FOOTER */
/*-----------------*/
#footer #footerbloc {
     grid-template-areas:
          "infoouvertureFooter	infoadresseFooter      infotelportFooter";
     grid-template-columns: 1fr 1fr 1fr;
}
#footer:before{
    background: url(../../images/home-bg1.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.wrapperContact {
    padding: 0;
    background: var(--white);
    box-shadow: 0px 0px 30px #1a1a2612;
    width: auto;
}
#wrapperForm {padding: 50px;}
.imgContact{
    background: url(../../images/home-bg.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
}

#footerLinks {
    padding: 20px;
    margin: 0 auto 50px;
    border-top: 1px solid rgb(0 0 0 / 10%);
}
#footer #footerbloc {padding: 40px 15px;}

body.template-contact-php #footer:before,
body.template-contact-php #footer:after{content: none}


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

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

@media(min-width: 1025px){
    /*-----------------*/
	/* HEADER */
	/*-----------------*/
	#headerGrid{
		grid-template-areas:
			"headerCoordonnees              headerCoordonnees"
			"logo                           navprimary";
		grid-template-columns: 180px  1fr;
	}

	#header{padding: 15px;}
	#header-coordonnees{
		/* background: var(--black); */
		border-bottom: 1px solid #ffffff1f;
		padding: 15px 10vw;
		margin: -15px -15px 15px;
	}
	#header-coordonnees>div br,
	#header-coordonnees>div span{ display: none;}

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

	/*-----------------*/
	/* HEADERHOME */
	/*-----------------*/
	#headerHome-content{padding: 70px 30px 30px;}

	/*-----------------*/
	/* CONTENT */
	/*-----------------*/
	.home #content{padding: 0;position: relative;z-index: 2;}
	.home #content > .wrappercontent{
		position: relative;
		margin-top: -290px;
		padding: 50px 50px 0;
		width: 95%;
		/* margin-bottom: -90px; */
	}
	.home #content > .wrappercontent:before {
	    content: "";
	    position: absolute;
	    left: 0;
	    top: 0;
	    background-color: var(--white);
	    width: 100%;
	    height: 100%;
	    z-index: -1;
	    border-radius: 10px;
	    border-bottom-left-radius: 0;
	    border-bottom-right-radius: 0;
	    overflow: hidden;
	}

	.home #content > .wrappercontent:after {
	    content: "";
	    position: absolute;
	    left: 0;
	    top: 0;
	    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
	    width: 100%;
	    height: 250px;
	    z-index: -2;
	}
	/*-----------------*/
    /* CV */
    /*-----------------*/
	.template_cv #content{padding-bottom: 100px;}
	.template_cv #footerMap{margin-bottom: -100px;}
	
	/*-----------------*/
    /* PARTENAIRES */
    /*-----------------*/
	#partenaires {padding: 100px 30px;}

	/*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	.section_txt { z-index: 2}
	.sectionsbloc .wrap-text{
		width: 100%;
	    margin: 0 auto;
	    max-width: 900px;
	}
	.sectionsbloc .specialthumb{
		position: relative;
		left: -200px;
		width: 450px;
		margin-bottom: 90px;
		height: 450px;
	}
	.sectionsbloc.odd .specialthumb {left: 200px;}
	.sectionsbloc.odd:before {
		top: 400px;
		height: calc(100% - 400px);
	}
	
	.sectionsbloc {padding: 70px 0;}
	.sectionsbloc:first-child {padding-top: 0;}

	/*-----------------*/
	/* REASSURANCES */
	/*-----------------*/
	.picto-container li{position: relative;margin: 35px 0 15px;}
	.picto-bloc:not(:last-child)::after {
	    content: '';
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    z-index: 0;
	    background: var(--white);
	    width: 1px;
	    left: initial;
	    right: 0;
	    opacity: .3;
	}

	/*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	.bloc_prestations:nth-child(2) {margin-top: 50px;}
	.bloc_prestations:nth-child(3) {margin-top: -40px;}

	/*-----------------*/
    /* FOOTER */
    /*-----------------*/
	#footer:before,
	#footer:after{
	    height: 500px;
	    top: 100px;
	}
	.wrapperContact{width: 90%;}
}

@media(min-width: 1281px){
	/*-----------------*/
    /* HEADER */
    /*-----------------*/
	#headerGrid{ grid-template-columns: 280px  1fr;}
}

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

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

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

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

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

@media(max-width: 1024px){
	/*-----------------*/
    /* CV */
    /*-----------------*/
	.template_cv #content{padding-bottom: 0;}
	.template_cv #content .tc_content{
		display: flex;
		flex-direction: column-reverse;
	}
	.template_cv #content .content-imgHome{
		display: grid!important;
		grid-template-columns: repeat(2, 1fr);
		grid-auto-rows: 300px;
		gap: 5px;
	}
	.template_cv #content .content-imgHome :is(figure, a){height: 100%;}
	.template_cv #content .content-imgHome  img{
		object-fit: cover;
		height: 100%;
	}
	/*-----------------*/
    /* NAVPRIMARY */
    /*-----------------*/
	.ckmenu-nav{/* background: var(--title-color); */}

	/*-----------------*/
	/* HEADERHOME */
	/*-----------------*/
	#headerHome-content {padding: 70px 20px 20px;}
	#headerHome-content_wrapper{
		padding: 30px;
		max-width: 450px;
		width: auto;
	}

	/*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	.home #prestations{background: var(--light-color);}
	#prestations .wrapPresta{grid-gap: 10px;}

	/*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#sections .sectionsbloc .section_thumb{width: 50%;}
	#sections .sectionsbloc .specialthumb{
		right: 0;
		width: 50%;
		position: absolute;
		top: -350px;
		height: 350px;
	}
	
	/*-----------------*/
	/* FOOTER */
	/*-----------------*/
	#footer #footerbloc {
		grid-template-areas:
			"infoouvertureFooter	infoadresseFooter     infotelportFooter";
		grid-template-columns:  1fr 1fr 1fr;
		grid-column-gap: 20px;
	}
	#footer:before,
	#footer:after{content: none;}
	.imgContact {height: 300px;}
	
	#wrapperForm{padding: 40px 20px;}
}


@media(max-width: 767px){
	/*-----------------*/
	/* CONTENT */
	/*-----------------*/
	.home #content > .wrappercontent{grid-gap: 30px;}

	/*-----------------*/
	/* HEADERHOME */
	/*-----------------*/
	#headerHome-content_wrapper{padding: 30px 15px;	}
	#headerHome-content {padding: 60px 20px 20px;}

	/*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#sections .sectionsbloc .specialthumb{
		top: -300px;
		height: 300px;
	}

	/*-----------------*/
    /* PARTENAIRS */
    /*-----------------*/
	#partenaires .partenaires-intro{height: 200px;}
	
	/*-----------------*/
	/* FOOTER */
	/*-----------------*/
	#footer #footerbloc {
		grid-template-areas:
			"footerlogo"
	        "infoadresseFooter"     
			"infotelfixeFooter"       
			"infotelportFooter"
			"infoouvertureFooter"
		;
	    grid-template-columns:  1fr;	
	}
}

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