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


.wrappercontent.xlarge {max-width: 1510px;}

/*-----------------*/
/* 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 */
/*-----------------*/
body .vegas-container {clip-path: polygon(100% 0,100% 60%,50% 100%,0 60%,0 0);background: var(--black);}
#headerHome{overflow: hidden;background: var(--background-color);}

/*-----------------*/
/* CONTENT */
/*-----------------*/
.content-txtHome{padding: 100px 80px;}
.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;
}
/*-----------------*/
/* PRESTATIONS */
/*-----------------*/
.home #prestations {
    background-image: url(../../images/home-bg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
}
.home #prestations:before {background:var(--overlay-color);}

#wrapperPrestations {box-shadow: 0 0 20px rgb(0 0 0 / 10%);}
#choixPrestations {
    box-shadow: 0 0 30px rgb(0 0 0 / 20%);
    background: var(--light-color);
    flex-wrap: wrap;
}
#choixPrestations .linkPresta p {
    padding: 25px 15px;
    color: var(--black);
    display: block;
    text-align: center;
    font-family: var(--font-title);
    font-size: 22px;
    line-height: 1.5;
    transition: 250ms all ease-in-out;
    cursor: pointer;
}
#choixPrestations .linkPresta p small {
    display: block;
    text-transform: uppercase;
    font-family: var(--font-text);
    color: var(--text-color);
    font-weight: bold;
    font-size: 10px;
    letter-spacing: 2px;
}
#choixPrestations .linkPresta.active p, 
#choixPrestations .linkPresta:hover p {
    box-shadow: 0 0 30px rgb(44 44 44 / 20%);
    z-index: 6;
    position: relative;
    background: var(--white);
    padding-bottom: 35px;
    margin-bottom: -10px;
}
#prestations .prestations-wrapper {
    display: grid;
    grid-template-columns: repeat(1,1fr);
}
#prestations .prestations-content {
	background: var(--white);
	padding: 30px 20px;
}

/*-----------------*/
/* SECTIONS */
/*-----------------*/
.sectionsbloc.odd{background-color: var(--light-color);}
.sectionsbloc .section_thumb .blocthumb{width: 100%;}

/*-----------------*/
/* REASSURANCES */
/*-----------------*/
#reassurances {
    background-image: url(../../images/home-bg1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.picto-container li{position: relative;}
.picto-container .picto-bloc:before {
    content: "";
    height: 100px;
    width: 100px;
    font-size: 70px;
    text-align: center;
    line-height: 150px;
    border-radius: 68% 32% 27% 73% / 60% 62% 38% 40%;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block;
    background-color: var(--swiper-theme-color);
    position: relative;
    position: absolute;
    left: 50%;
    z-index: -1;
    margin-left: -50px;
    top: -30px;
}
.picto-container li p{
	margin: 55px 0 0 0;
	font-size: 14px;
	color: var(--white);
	font-family: var(--font-bold);
	text-transform: uppercase;
	letter-spacing: 1px;
}
/*-----------------*/
/* PARTENAIRES */
/*-----------------*/

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

/*-----------------*/
/* FOOTER */
/*-----------------*/
#footer #footerbloc {
	grid-template-areas:
		"footerlogo footerLinks";
	grid-template-columns: 200px 1fr;
	justify-items: flex-end;
}
#footerForm{
	background-image: url(../../images/home-bg2.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(--white);
    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: 15px;
    padding: 45px 20px 20px 20px;
}
#footer-coordonnees .wrappercontent>div:before {top: 20px;}

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

@media(min-width: 768px){
    /*-----------------*/
    /* HEADERHOME */
    /*-----------------*/
    #headerHome:before,
    #headerHome:after {
        content: "";
        position: absolute;
        background: var(--primary-color);
        z-index: -1;
        --size: 600px;
        width: var(--size);
        height: var(--size);
        left: -100px;
        top: auto;
        bottom: 110px;
        transform: rotate(75deg)
    }

    #headerHome:after {
        left: initial;
        right: -100px;
        transform: rotate(-75deg)
    }

	/*-----------------*/
    /* PRESTATIONS */
    /*-----------------*/
	#prestations .prestations-wrapper {grid-template-columns: repeat(6,1fr);}
	#prestations .prestations-img {
	    grid-column: span 2;
	    height: 100%;
	}
	#prestations .prestations-content {
	    grid-column: span 4;
	    padding: 80px 50px;
	}

	/*-----------------*/
    /* 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 */
    /*-----------------*/
	#headerGrid{
		grid-template-areas:
			"headerCoordonnees"
			"navprimary";
		grid-template-columns: 1fr;
	}
		
	#logo{display: none;}
	#header-coordonnees>div br,
	#header-coordonnees>div span{ display: none;}
	#header-coordonnees {
		padding: 15px 20px;
		background: var(--primary-color);
	}
	#header-coordonnees > div:not(:last-of-type){margin:0 20px 0 0}
	#header-coordonnees > div:nth-child(3){margin-left:auto;}

	/*-----------------*/
    /* CONTENT */
    /*-----------------*/
	.home #content::before {
	    width: 35%;
	    left: 0px;
	    top: initial;
	    bottom: 0;
	    height: calc(100% - 380px);
	    border: 1px solid var(--secondary-color);
	    z-index: -2;
	    border-left: 0;
	    border-bottom: 0;
	    pointer-events: none;
	    border-top-right-radius: 100px;
	}
	.home #content .content-imgHome{
		flex-wrap: wrap!important;
		flex-direction: column;
		position: relative;
	}
	.home #content .content-imgHome .wp-block-column:first-of-type{
		width: 70%;
		margin-left: auto;
		
	}
	.home #content .content-imgHome .wp-block-column:first-of-type .wp-block-image{height: 70%;}
	.home #content .content-imgHome .wp-block-column:last-of-type{
		position: absolute;
		height: 50%;
		width: 80%;
		bottom: 0;
	}
	

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

	/*-----------------*/
    /* PRESTATIONS */
    /*-----------------*/
	#prestations .prestations-content {padding: 100px;}

	/*-----------------*/
    /* SECTIONS */
    /*-----------------*/
	#sections .sectionsbloc .specialthumb {
	    position: absolute;
	    left: 0;
	    width: 25%;
	    height: 80%;
	    top: 10%;
	    z-index: -1;
	}
	#sections .sectionsbloc.odd .specialthumb {
	    left: auto;
	    right: 0;
	}
	#sections .sectionsbloc .section_thumb .blocthumb{
		height: 50%;
		border-radius: 400px 400px 0 0;
		width: 60%;
		overflow: hidden;
	}
	#sections .sectionsbloc.even .section_thumb .blocthumb{margin-left: auto;}
	#sections .section_txt {width: 60%!important;}
	#sections .section_thumb {width: 40%!important;}
	#sections .sectionsbloc .section_txt .wrap-text,
	#sections .sectionsbloc.odd .section_txt .wrap-text {padding: 120px 40px;}


    /*-----------------*/
    /* NAVPRIMARY */
    /*-----------------*/
    #navprimary .navigmenu .naviglink.lvl-0.item-logo:after {
        content: "";
        clip-path: polygon(0 0, 50% 100%, 100% 0);
        position: absolute;
        width: 380px;
        height: 190px;
        left: 50%;
        transform: translateX(-50%);
        top: -40px;
        background: var(--white);
        z-index: -1;
    }
    #navprimary .navigmenu .naviglink.lvl-0.item-logo span{
        top: -10px;
        margin: 0px auto -20px;
        background-size: 50%;
    }
}


@media(min-width: 1281px){
    /*-----------------*/
    /* NAVPRIMARY */
    /*-----------------*/
    #navprimary .navigmenu .naviglink.lvl-0.item-logo:after {
	    width: 520px;
	    height: 250px;
	    top: -100px;
	}
	#navprimary .navigmenu .naviglink.lvl-0.item-logo{margin: 0 30px;}
	#navprimary .navigmenu .naviglink.lvl-0.item-logo span{
        top: -40px;
        background-size: 70%;
    }
	
	/*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#sections .sectionsbloc .section_txt .wrap-text {padding: 140px 80px 140px 110px;}
	#sections .sectionsbloc.odd .section_txt .wrap-text {padding: 140px 100px 140px 80px;}
}

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

@media(min-width: 1681px){
	/*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#sections .section_thumb {width: 30%!important;}
	#sections .section_txt {width: 70%!important;}
	#sections .sectionsbloc .section_txt .wrap-text {padding: 180px 100px 180px 150px;}
	#sections .sectionsbloc.odd .section_txt .wrap-text {padding: 180px 150px 180px 100px;}
	#sections .sectionsbloc .section_thumb .blocthumb{width: 80%;}
}

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

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

@media(max-width: 1280px){
	/*-----------------*/
    /* HEADER */
    /*-----------------*/
	#header-coordonnees {z-index:2;}

	/*-----------------*/
    /* CONTENT */
    /*-----------------*/
	.content-txtHome{padding: 70px 50px;}

	/*-----------------*/
    /* HEADERHOME */
    /*-----------------*/
	body .vegas-container{clip-path: polygon(100% 0,100% 80%,50% 100%,0 80%,0 0);}
}

@media(max-width: 1024px){
	/*-----------------*/
    /* HEADER */
    /*-----------------*/
	#headerGrid{
		grid-template-areas:
			"navprimary logo infoToogle";
		grid-template-columns: 55px 1fr 55px;
	}
	#logo:after {
	    content: "";
	    clip-path: polygon(0 0, 50% 100%, 100% 0);
	    position: absolute;
	    width: 400px;
	    height: 190px;
	    left: 50%;
	    transform: translateX(-50%);
	    top: 0;
	    background: var(--white);
	    z-index: 1;
	    pointer-events: none;
	}
	#logo a {
	    display: inline-block;
	    top: 17px;
	    position: relative;
	    z-index: 2;
	}
	/*-----------------*/
    /* HEADERHOME */
    /*-----------------*/
	body .vegas-container{clip-path: polygon(100% 0,100% 90%,50% 100%,0 90%,0 0);}
	#headerHome-content {padding: 200px 20px 20px;}
	
    /*-----------------*/
    /* NAVPRIMARY */
    /*-----------------*/
	.ckmenu-nav{
		top: 0;
		background: var(--title-color);
		padding-top: 210px;
		z-index: -1;
	}

	/*-----------------*/
    /* CONTENT */
    /*-----------------*/
	.home #content .content-imgHome{flex-wrap: nowrap!important;}
	.home #content .content-imgHome{gap: 10px;}
	.home #content .content-imgHome .wp-block-column .wp-block-image{height: 300px;}
	.home #content .content-txtHome {padding: 30px 0 0;}
	
	/*-----------------*/
    /* PRESTATIONS */
    /*-----------------*/
	#choixPrestations .linkPresta p {
	    font-size: 18px;
	    padding: 25px 10px;
	}
	/*-----------------*/
    /* SECTIONS */
    /*-----------------*/
	#sections .section_txt {width: 100%!important;}
	#sections .specialthumb{height: 350px;}
	#sections .sectionsbloc .section_thumb {order: -1!important;}

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

@media(max-width: 767px){
	/*-----------------*/
    /* HEADER */
    /*-----------------*/
	#logo:after {
	    width: 260px;
	    height: 120px;
	}
	#logo a {top: -25px;}
	#logoheader {/* width: 120px; */}
	#headerGrid{padding-top: 30px;}

	/*-----------------*/
    /* NAVPRIMARY */
    /*-----------------*/
	#header .ckmenu-nav{padding-top: 140px!important;}

	/*-----------------*/
    /* HEADERHOME */
    /*-----------------*/
	body .vegas-container{clip-path: polygon(100% 0,100% 95%,50% 100%,0 95%,0 0);}
	#headerHome-content {padding: 130px 20px 20px;}


	/*-----------------*/
    /* CONTENT */
    /*-----------------*/
	.home #content .content-imgHome .wp-block-column .wp-block-image{height: 200px;}
	.home #content .content-txtHome {padding: 0;}
	
	/*-----------------*/
    /* PRESTATIONS */
    /*-----------------*/
	#choixPrestations .linkPresta p {
	    font-size: 16px;
	    padding: 20px 6px;
	    line-height: 1;
	}
	#choixPrestations .linkPresta p small {
		letter-spacing: 0.5px;
		padding-top: 8px;
		font-size: 9px;
	}

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

	/*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#sections .specialthumb{height:300px;}
	
	/*-----------------*/
	/* 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: 170px;
	    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){}
