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

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

/*-----------------*/
/* HEADER */
/*-----------------*/

/*-----------------*/
/* NAVPRIMARY */
/*-----------------*/


/*-----------------*/
/* 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 .title{
	max-width: 720px;
}
.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 */
/*-----------------*/


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

#partenaires .widget_partenaires {
    background-color: var(--white);
    border-bottom: none;
    border-right: 0;
    border-radius: 50px;
    position: relative;
    z-index: 2
}

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

#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-bg1.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(--black);}
#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: 120px 50px 220px;
    z-index: 3;
}
#footerForm #wrapperForm{
	max-width: 700px;
	margin: auto;
	background-color: var(--background-color);
	padding: 70px 50px;
}
#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: 17px;
    padding: 45px 20px 20px 20px;
}
#footer-coordonnees .wrappercontent>div:before {top: 20px;}

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

@media(min-width: 768px){
	/*-----------------*/
	/* CONTENT */
	/*-----------------*/


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

	*/
    /*-----------------*/
    /* PARTENAIRES */
    /*-----------------*/
    #partenaires {padding: 100px 40px;margin-top: -140px;}
    #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}

    /*-----------------*/
    /* 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: 250px 30px 120px;}
	
    /*-----------------*/
    /* CONTENT */
    /*-----------------*/
    /* body.home:not(.template_cv) #content{padding-bottom: 0;} */
	.home #content .content-imgHome{max-width: 100%;margin-bottom: 10px!important;}
		
	.home #content .content-imgHome{
		padding: 0 90px;
		margin-bottom: -30px;
		margin-top: 170px;
	}
	.home #content .content-imgHome .wp-block-column:first-of-type .wp-block-image{
		top: 50%;
        transform:translateY(-50%);
		height: 250px;
	}
	.home #content .content-imgHome .wp-block-column:last-of-type .wp-block-image{
		height: 420px;
	}
    

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

    /*-----------------*/
    /* HEADER */
    /*-----------------*/
	/*#headerGrid{
		padding: 20px 15px;
		grid-template-columns: 200px 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: 13px;} */
	/*#header-coordonnees > div:not(:last-of-type){margin-right: 24px;}*/

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

   


    /*-----------------*/
    /* SECTIONS */
    /*-----------------*/
	#sections{padding-top: 140px;}
    .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: 700px;
        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(--white);
    }

    .sectionsbloc.odd :is(.section_txt,.section_txt .title h2,blockquote p)  {color: var(--black)}
    .sectionsbloc.odd blockquote:after, .sectionsbloc.odd .wp-block-quote:after
    {
        background-color: var(--primary-color);
    }
    .sectionsbloc.odd :is(strong, a:not(.button,:hover)), .sectionsbloc.odd blockquote:before, .sectionsbloc.odd .wp-block-quote:before
    {
        color: var(--primary-color);
    }
    .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: 14px;} */
	/*#header-coordonnees > div:not(:last-of-type){margin-right: 30px;	}*/

	/*-----------------*/
    /* PARTENAIRES */
    /*-----------------*/
    #partenaires {padding: 0 30px 100px;}
	
    /*-----------------*/
    /* 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: 80px;
    }*/

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


    /*-----------------*/
    /* REASSURANCES */
    /*-----------------*/
  /*  #reassurances {background-color: var(--light-color);}

    .picto-container li:before {
        font-size: 55px;
        margin-left: -70px
    }

    .picto-container li:after {
        --size: 100px;
        margin-left: -50px
    }

    .picto-container .picto-bloc {
        flex: 1 1 calc(50% - 40px);
        padding: 33px 22px 0!important
    }

    .picto-container li p {
        margin-top: 40px;
        letter-spacing: 1px;
        font-size: 13px
    }*/

	
    /*-----------------*/
    /* FOOTER */
    /*-----------------*/
	#footer-coordonnees .wrappercontent > div{padding: 45px 10px 20px 10px;font-size: 16px;}
	
	#footer #footerbloc {
	    grid-template-areas:
    	    "footerlogo"
    	    "footerLinks";
	    grid-template-columns: 1fr;
	    justify-items: center;
	    grid-row-gap: 0;
	}
}

@media(max-width: 767px){

    /*-----------------*/
    /* REASSURANCES */
    /*-----------------*/
 /* 	.picto-container li {
	    flex: 1 1 50%;
	    margin: 40px 0;
	    padding: 0 15px;
	}
	.picto-container {
	    flex-direction: row;
		flex-wrap: wrap;
	}
	.picto-container li p{
		letter-spacing: 0.5px;
		font-size: 12px;
	}*/
	/*-----------------*/
    /* 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: 13px;}*/

	
	/*-----------------*/
    /* PARTENAIRS */
    /*-----------------*/
	#partenaires .partenaires-intro{height: 200px;}
	
    /*-----------------*/
	/* FOOTER */
	/*-----------------*/
	#footerForm {padding: 60px 15px 300px;}

    #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: 180px;
	    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){}
