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

/*-----------------*/
/* HEADERHOME */
/*-----------------*/
#headerHome-content_wrapper{
	max-width: 500px;
	text-align: center;
	background: #ffffffa8;
	color: var(--black);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	padding: 50px 40px;
	margin: 0 auto;
	position: relative;
}

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

/*-----------------*/
/* 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: 200px
}

#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-bg2.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:
          "infoadresseFooter      infoouvertureFooter      footerlogo       infotelfixeFooter       infotelportFooter";
     grid-template-columns: 1fr 1fr 160px 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){

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

	/*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	.section_txt { z-index: 2}
	.sectionsbloc .wrap-text{
		width: 100%;
	    margin: 0 auto;
	    max-width: 900px;
	}
	.sectionsbloc .specialthumb{
		position: relative;
		left: -200px;
		width: calc(100% + 100px);
		margin-bottom: 90px;
		height: 450px;
	}
	.sectionsbloc.odd .specialthumb {left: 200px;}
	.sectionsbloc.odd:before {
		top: 400px;
		height: calc(100% - 400px);
		width: 80%;
	}
	
	.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){
}

@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;height: auto;}
	#headerHome-content_wrapper{
		/* padding: 30px; */
		/* max-width: 450px; */
		/* width: auto; */
		color: var(--white);
	}

	/*-----------------*/
	/* 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;
		bottom: -350px;
		height: 350px;
	}
	
	/*-----------------*/
	/* FOOTER */
	/*-----------------*/
	#footer #footerbloc {
		grid-template-areas:
			"footerlogo             footerlogo              footerlogo          footerlogo"
			"infoadresseFooter      infoouvertureFooter     infotelfixeFooter   infotelportFooter";
		grid-template-columns:  1fr 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;}

	/*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#sections .sectionsbloc .specialthumb{
		bottom: -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){}
