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




/*-----------------*/
/* REASSURANCES */
/*-----------------*/
#reassurances {
    background-image: url(../../images/home-bg1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#reassurances .picto-container li{
	padding: 0 10px;
}
#reassurances .picto-container li p{
	color: var(--white);
	font-family: var(--font-bold);
}

/*-----------------*/
/* PARTENAIRES */
/*-----------------*/
#partenaires .ckslidercontrols .next, 
#partenaires .ckslidercontrols .prev{
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
}
#partenaires .cksliderwrap{padding-bottom: 0;}
#partenaires .ckctrldiv{display: none;}

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

/*-----------------*/
/* FOOTER */
/*-----------------*/
#footerForm {
    background-image: url(../../images/home-bg2.jpg);
    background-position: center;
    background-size: cover;
}
#footerLinks{background-color: var(--title-color);}
#footerLinks a{color: var(--white);}


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

@media(min-width: 768px){
   

	/*-----------------*/
	/* REASSURANCES */
	/*-----------------*/
	#reassurances .title{margin-bottom: 0;}
}

@media(min-width: 1025px){
	

	/*-----------------*/
    /* HEADERHOME */
    /*-----------------*/
	#headerHome-content{padding: 100px 50px 50px;}



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

@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){

	
	/*-----------------*/
    /* HOME HEADER */
    /*-----------------*/
	#headerHome-content{padding: 60px 20px 80px;}
	
}

@media(max-width: 767px){
	/*-----------------*/
    /* PRESTATIONS */
    /*-----------------*/
	#prestations{padding-bottom:0;}
	
	/*-----------------*/
    /* PARTENAIRES */
    /*-----------------*/
	#partenaires .title{margin-bottom: 20px;}
	

	
}

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

