/*-----------------*/
/* STRUCTURE */
/*-----------------*/
body.home #wrappersite {
    grid-template-areas:
        "header"
        "headerHome"
        "content"
		"certifications"
        "prestations"
        "sections"
		"news"
		"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;
}



/*-----------------*/
/* 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/home-bg3.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 #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-bg2.jpg);
    background-position: center;
    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;}

	/*-----------------*/
    /* CV */
    /*-----------------*/
	.template_cv #content{padding-bottom: 100px;}
	.template_cv #footerMap{margin-bottom: -100px;}
	
	/*-----------------*/
    /* PARTENAIRES */
    /*-----------------*/
	#partenaires {padding: 100px 30px;}

	
	/*-----------------*/
	/* 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;
	}

	/*-----------------*/
    /* SECTIONS */
    /*-----------------*/
	#sections .sectionsbloc {margin: 120px 0;}
	
	#sections .sectionsbloc .section_thumb .blocthumb {
	    width: 84%;
	    height: 95%;
	}
	#sections .sectionsbloc.odd .section_thumb .blocthumb {margin-left: auto;}
	#sections .sectionsbloc .section_thumb .specialthumb{
	  --size: 300px;
	  position: absolute;
	  top: 50%;
	  transform:translateY(-50%);
	  right: 8px;
	  width: var(--size);
	  height: var(--size);
	  z-index: 2;
	}
	
	#sections .sectionsbloc.odd .section_thumb .specialthumb{
	  right: auto;
	  left: 8px;
	}

	/*-----------------*/
    /* 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;
	}
	/*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	.sectionsbloc .section_thumb {
	    display: grid;
	    grid-template-columns: 1fr 1fr;
	}
	
	
	/*-----------------*/
	/* 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){

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

	/*-----------------*/
    /* 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){}
