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

@media(min-width: 768px) {

	/*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	#prestations .widget_parentpage {
		min-height: 440Px;
	}

	#prestations .bloc_prestations {
		padding: 20px;
		display: grid;
		align-items: center;
		overflow: hidden;
	}

	#prestations .bloc_prestations.activeInfo .prestations-wrapper {
		height: 400px;
	}

	#prestations .prestations-content {
		padding: 50px 20px;
	}

	#prestations .prestations-txt .liresuite {
		margin-top: 50px;
	}

	/*-------------------REASSURANCES------------------*/
	.picto-container {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}
}

@media(min-width: 1025px) {

	/*-----------------*/
	/* HEADER */
	/*-----------------*/
	#header.fixed-header {
		background-color: var(--background-color);
		border-bottom: 2px solid var(--white);
	}

	.navigtoogle.lang {
		margin-left: auto;
	}

	#header-coordonnees .title h2 {
		font-size: 25px;
	}

	#header.fixed-header #logoheader {
		max-height: 50px;
	}

	/*------------------- HEADERHOME ---------------------*/
	#headerHome {
		padding-bottom: 150Px;
		clip-path: polygon(0 0, 0 100%, 10% 100%, 12% 95%, 88% 95%, 90% 100%, 100% 100%, 100% 0);
	}

	#headerHome-accroche
	{
		max-width: 800Px;
		margin: 0 auto;
	}

	/*-----------------*/
	/* CONTENT / INTRO */
	/*-----------------*/
	.home #content .blocthumb {
		position: absolute;
		left: 0;
		top: 0;
		width: 65.9%;
		height: 85%;
	}

	.home #content .wrap-text {
		padding: 0;
		max-width: 57%;
		margin-left: auto;
		background: var(--white);
		position: relative;
		z-index: 1;
		padding: 30px;
	}

	.home #content .content_txt {
		padding-top: 100px;
	}

	.home #content .content_title .title {
		max-width: 55%;
		margin-bottom: 60px;
	}

	.home #content .content_thumb .specialthumb {
		position: absolute;
		width: 284px;
		height: 284px;
		z-index: 1;
		top: -285px;
		left: -100px;
	}

	.home #content .content_thumb .tertiarythumb {
		height: 80%;
		position: relative;
		top: -15%;
	}

	.home #content .content_thumb .tertiarythumb img {
		object-position: right;
	}

	.home #content .content_thumb {
		padding-left: 30px;
	}

	.home #content {
		padding-top: 180px;
		padding-bottom: 120px;
	}

	/*-----------------REASSURANCES-----------------------*/
	#reassurances {
		padding-top: 100Px;
		padding-bottom: 0;
	}

	#reassurances::before,
	#reassurances .overlay {
		height: 450Px;
	}

	.imgRea {
		height: 500Px;
	}

	.picto-container {
		grid-template-columns: repeat(4, 1fr);
		position: relative;
	}

	.picto-container::before {
		content: '';
		position: absolute;
		top: calc(100% + 40px);
		left: 0;
		width: 100%;
		height: 1px;
		z-index: -1;
		border-bottom: 1Px solid var(--primary-color);
	}

	.picto-container li {
		padding: 30Px;
		margin-top: -50Px;
		border-radius: 10px;
		background: var(--background-color);
		box-shadow: -10px -10px 20px #0000000f;
		position: relative;
		z-index: 1;
	}

	.picto-container li::before {
		content: '';
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		width: 1px;
		height: 57px;
		z-index: -1;
		border-right: 1Px solid var(--primary-color);
	}

	.picto-container li::after {
		content: '';
		position: absolute;
		top: calc(100% - 1px);
		left: 50.25%;
		transform: translateX(-50%);
		--size: 10px;
		width: var(--size);
		height: var(--size);
		z-index: -1;
		background: var(--primary-color);
		clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	}

	.nohome #reassurances {
		padding-bottom: 0;
	}

	/*------------------PRESTATIONS-----------------------*/
	.home #prestations {
		padding-bottom: 0;
	}

	.home #prestations {
		margin-top: -230px
	}

	/*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#sections
	{
		padding: 100Px 0;
	}
	#sections .section_title {
		margin-bottom: 80px;
		padding: 0 60px;
	}

	#sections .section_title .title {
		padding: 0;
		margin: 0;
	}

	.sectionsbloc .section_thumb .blocthumb {
		height: 80%;
		top: 10%;
	}

	#sections .section_title p {
		margin: 0;
	}

	#sections .section_title .title:after {
		height: 100%;
		width: 2px;
		left: auto;
		right: -50px;
		background: rgb(0 0 0 / 10%);
	}

	#sections .section_txt {
		padding: 40px 40px 40px 0;
	}

	.sectionsbloc {
		padding: 70px 0 0;
	}

	#sections .section_txt .specialthumb {
		position: absolute;
		--size: 145px;
		bottom: 0;
		left: 5%;
		width: 200px;
		height: var(--size);
		overflow: hidden;
		border: solid var(--white) 10px;
	}

	.sectionsbloc .wrap-text {
		padding: 0;
		max-width: 62%;
		margin-left: auto;
	}

	#sections .tertiarythumb {
		position: absolute;
		left: 0;
		top: 0;
		width: 26.5%;
		height: 85%;
	}

	/*-------------------FOOTER---------------------*/
	body:not(.template-contact-php) #footer::before {
		background: url(../images/home-bg1.jpg);
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	body:not(.template-contact-php) #footer::before,
	body:not(.template-contact-php) #footer .overlay {
		height: 500Px;
		top: 100px;
	}

	.template-contact-php #footer .overlay {
		display: none;
	}

	#footerForm {
		z-index: 1;
		position: relative;
	}

	.wrapperContact {
		padding: 0;
		background: var(--white);
		box-shadow: 0px 0px 30px #1a1a2612;
	}

	#wrapperForm {
		padding: 50Px;
	}

	#footer h2 {
		color: var(--black);
	}

	#footerForm .privacyform_lab,
	#footerForm .wrapperForm .title h2,
	#footerForm .mention {
		color: var(--black);
	}

}

@media(min-width: 1281px) {

	/*------------------- HEADER ---------------------*/
	.navigmenu .naviglink.lvl-0 {
    	padding: 20px 14px;
	}
	/*-----------------*/
	/* CONTENT / INTRO */
	/*-----------------*/
	.home #content .content_thumb .specialthumb {
		width: 334px;
		height: 394px;
		top: -355px;
	}

	.home #content {
		padding: 150px 0 0px;
	}

	.home #content .wrap-text {
		padding: 50px;
		max-width: 47%;
	}

	/*------------------- REASSURANCES ---------------------*/
	.picto-container li {
		border-radius: 50%;
		--size: 200px;
		width: var(--size);
		height: var(--size);
		display: grid;
		align-items: center;
		justify-items: center;
		align-content: center;
		padding: 40px;
	}

	.picto-container li p {
		margin-top: 20px;
	}

	/*------------------- ACTU / NEWS ---------------------*/
	#news {
		padding: 150px 20px 100px;
	}

	/*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#sections .section_txt {
		padding: 80px 50px 80px 0;
	}

	#sections .tertiarythumb {
		width: 39.5%;
	}

	.sectionsbloc .wrap-text {
		max-width: 50%;
	}

	#sections .section_txt .specialthumb {
		left: 19%;
		--size: 175px;
		width: 230px;
	}
}

@media(min-width: 1481px) {

	/*------------------- HEADERHOME ---------------------*/
	#headerHome {
		width: calc(100% - 40px);
		margin: 0 auto;
	}
	/*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#sections .tertiarythumb {
		width: 47.5%;
	}

	.sectionsbloc .wrap-text {
		max-width: 40%;
	}

	#sections .section_txt .specialthumb {
		left: 26%;
		--size: 195px;
		width: 275px;
	}

	/*------------------- REASSURANCES ---------------------*/
	#reassurances {
		padding-top: 300Px;
	}

	#reassurances::before,
	#reassurances .overlay {
		height: 600Px;
		clip-path: polygon(0 0, 0 100%, 10% 100%, 12% 95%, 88% 95%, 90% 100%, 100% 100%, 100% 0);
		width: calc(100% - 40px);
		left: 50%;
		transform:translateX(-50%);
	}
}

@media(min-width: 1681px) {

	/*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#sections .section_txt .specialthumb {
		left: 30%;
		--size: 225px;
	}
}


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

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

@media(max-width: 1280px) {

	/*-----------------*/
	/* HEADER */
	/*-----------------*/
	#logo {
		justify-items: center;
	}

	#navprimary .navigmenu {
		justify-content: flex-start;
	}

	/*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#choixSections:before {
		left: 30px;
	}

	#choixSections:after {
		left: 20px;
	}

	/*-----------------*/
	/* NEWS / ACTU */
	/*-----------------*/
	#news .text_slider {
		width: 30%;
	}

}

@media(max-width: 1024px) {

	/*-----------------*/
	/* HEADER */
	/*-----------------*/
	#header.fixed-header {
		background-color: var(--background-color);
		border-bottom: 2px solid var(--white);
		position: fixed;
		top: 0;
		z-index: 99;
		box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
		left: 0;
		animation: slide-down 0.7s;
		right: 0;
	}

	#headerHome-img {
		height: 400px;
	}

	#headerHome-logo img {
		width: 250px;
	}

	#headerHome-hero {
		grid-gap: 5px;
		grid-template-rows: none;
		grid-auto-rows: 150px;
		grid-template-columns: repeat(3, 1fr);
	}


	#headerHome-logo,
	#headerHome-hero_content {
		display: none;
	}

	#headerHero-hero_img {
		grid-column: span 1 !important;
		grid-row: auto !important;
	}

	body #header-coordonnees
	{
		left: initial;
		transform: initial;
		gap: 0;
	}
	/*-------------------MDTAC---------------------*/
	.md-tac {
		text-align: center;
	}

	.title.md-tac:not(.no-after):after {
		left: 50%;
		transform: translateX(-50%);
	}
	/*------------------- &&& ---------------------*/
	.imgRea
	{
		min-height: 300px;
	}

	/*-----------------*/
	/* CONTENT / INTRO */
	/*-----------------*/
	.home #content {
		flex-direction: column;
		display: flex;
	}

	.home #content .content_thumb {
		display: grid;
		align-items: stretch;
		grid-template-columns: repeat(2, 1fr);
		grid-auto-rows: 200px;
		gap: 10px;
		margin-top: 10px;
	}

	.home #content .content_thumb>div {
		height: 100%;
	}

	.home #content .content_txt .wrap-text {
		grid-column: span 2;
	}

	.home #content .content_txt .blocthumb {
		height: 400px;
	}

	.home #content .content_title {
		padding: 0;
	}

	.home #content .linkTurn {
		--size: 9rem;
		position: absolute;
		top: -70px;
		margin: 0 auto;
		right: 0;
	}

	/*------------------- PRESTATIONS ---------------------*/
	.home #prestations {
		margin-top: -100Px;
		padding-bottom: 0;
	}

	/*-----------------*/
	/* ACTU / NEWS */
	/*-----------------*/
	.thumbnail_slider {
		height: 250px;
	}

	#news .thumbnail_slider {
		margin-bottom: 20px;
	}

	#news .wrapper_inner_slider {
		flex-direction: column;
		border: none !important;
	}

	#news .content_slider {
		width: 100%;
		padding: 0;
		text-align: center;
	}

	#news .text_slider {
		width: 100%;
		text-align: center;
		font-size: 14px;
		line-height: 1.5;
	}

	#news .title_slider {
		font-size: 15px;
	}

	#news .next_slider {
		margin: 10px 0 0 0;
	}

	#news-content {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	/*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#choixSections {
		display: none;
	}

	#sections .sectionsbloc {
		flex-direction: column;
		display: flex;
	}

	#sections .sectionsbloc>*:not(.section_thumb) {
		max-width: 700Px;
		margin: 0 auto;
		width: 100%;
	}

	#sections .section_txt {
		display: grid;
		align-items: stretch;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
		margin-bottom: 10px !important;
	}

	#sections .section_txt .wrap-text {
		grid-column: span 2;
	}

	#sections .section_txt :is(.tertiarythumb, .specialthumb) {
		height: 350px;
	}

	#sections .section_title {
		gap: 0;
		padding: 60px 30px 10px;
	}

	.sectionsbloc
	{
		position: relative;
	}
	/*------------------- FOOTER ---------------------*/
	.imgContact {
		height: auto;
	}

}
@media(min-width: 768px) and (max-width:1024px)
{

	.sectionsbloc:not(:first-child)
	{
		margin-top: -100px;
	}
	.sectionsbloc:nth-child(1){z-index: 6;}
	.sectionsbloc:nth-child(2){z-index: 5;}
	.sectionsbloc:nth-child(3){z-index: 4;}
	.sectionsbloc:nth-child(4){z-index: 3;}
	.sectionsbloc:nth-child(5){z-index: 2;}
	.sectionsbloc:nth-child(6){z-index: 1;}
}

@media(max-width: 767px) {

	/*-----------------*/
	/* HEADER */
	/*-----------------*/
	#header-coordonnees {
		right: -230px;
		width: 230px;
		padding: 70px 20px 65px;
	}

	/*-----------------*/
	/* CONTENT / INTRO */
	/*-----------------*/
	.home #content .content_txt .blocthumb {
		height: 300px;
	}

	#content .eb-feature-list-item {
		margin-bottom: 20px;
	}

	/*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#sections .section_txt :is(.tertiarythumb, .specialthumb) {
		height: 250px;
	}

	#sections .section_title {
		padding: 50px 20px 0;
	}
}

@media(max-width: 480px) {

	/*-----------------*/
	/* NEWS / ACTU */
	/*-----------------*/
	#news-content {
		grid-template-columns: repeat(1, 1fr);
		gap: 0;
	}

	#news .text_slider {
		display: none;
	}
}