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

@media(min-width: 768px){
	/*-----------------*/
	/* REASSURANCES */
	/*-----------------*/
	.picto-container {
	    grid-template-columns: repeat(2, 1fr);
	    gap: 30px;
    }
	.home #reassurances{
	    padding-top: 0;
	    margin-top: -110px;
	    padding-left: 30px;
	    padding-right: 30px;
	}
	
	/*-----------------*/
    /* GALLERY HOME */
    /*-----------------*/
    #galleryHome {
        position: relative;
        z-index: 2;
        margin: 50px 0 200px;
    }

    #galleryHome .gallery {
        display: grid;
        width: 100%;
        grid-gap: 10px;
        transition: .6s;
        grid-template-columns: repeat(38,1fr);
        max-width: 100%;
        grid-template-rows: repeat(7,120px);
        position: relative
    }

    #galleryHome .gallery .gallery-item {
        grid-column: span 6;
        position: relative;
        width: 100%!important
    }

    #galleryHome .gallery .gallery-item:first-of-type {
        grid-row: span 2;
        grid-column: span 13;
        padding-top: 15px
    }

    #galleryHome .gallery .gallery-item:nth-child(2) {
        grid-column: span 9;
        grid-row: span 3;
        padding-top: 98px
    }

    #galleryHome .gallery .gallery-item:nth-child(3) {
        grid-column: span 12;
        grid-row: span 3
    }

    #galleryHome .gallery .gallery-item:nth-child(4) {
        grid-column: span 4;
        grid-row: span 3;
        padding-top: 55px
    }

    #galleryHome .gallery .gallery-item:nth-child(5) {
        grid-column: span 7;
        grid-row: span 2
    }

    #galleryHome .gallery .gallery-item:nth-child(7) {
        grid-column: span 10;
        grid-row: span 2
    }

    #galleryHome .gallery .gallery-item:nth-child(8) {
        grid-column: span 13;
        grid-row: span 3
    }

    #galleryHome .gallery .gallery-item:nth-child(9) {
        grid-column: span 7;
        grid-row: span 2
    }

    #galleryHome .gallery .gallery-item:nth-child(10) {
        grid-column: span 7;
        grid-row: span 2
    }

    #galleryHome .gallery .gallery-item:nth-child(11) {
        grid-column: span 8;
        grid-row: span 2
    }

    #galleryHome .gallery .gallery-item:nth-child(12) {
        grid-column: span 8;
        grid-row: span 2
    }

    #galleryHome .gallery .gallery-item .gallery-icon {
        height: 100%!important;
        position: relative
    }

    #galleryHome .gallery .gallery-item:first-child .gallery-icon {
        width: 55%;
        margin: 0 auto
    }
}

@media(min-width: 1025px){

	/*-----------------*/
    /* HEADER */
    /*-----------------*/
	#infoadresse {order: -1}
    #header-coordonnees div br {display: none}

    #logoCoordonnees {
        grid-row: span 2;
        order: -1;
        margin: 0 60px;
    }

    #logoCoordonnees a {width: 260px;margin: 0 auto;}
	#header-coordonnees{margin: 10px auto 20px;}
	
	#header-coordonnees>:nth-child(1), 
	#header-coordonnees>:nth-child(4) {
        padding: 0 24px 0 0;
        text-align: right
    }

    #header-coordonnees>:nth-child(1) span, 
	#header-coordonnees>:nth-child(4) span {text-align: right}
	#headerSocial .sociblock .share-buttons {justify-content: flex-start}

    #header-coordonnees>:nth-child(1):before,
	#header-coordonnees>:nth-child(4):before {
        right: 0;
        left: auto
    }
	
	/*-----------------*/
	/* NAVPRIMARY */
	/*-----------------*/
	 #navprimary {
        background: var(--primary-color);
        border-radius: 3px;
        padding: 0 20px;
        z-index: 2;
        border-top-left-radius: 100px;
        border-bottom-right-radius: 100px;
        width: 96%;
        margin: 0 auto -30px;
    }
	
	.navigmenu .navigBloc{
		display: grid;
		grid-template-columns: repeat(3,1fr);
	}
	.navigtoogle.social .naviglink.lvl-0{padding: 14px 10px;}
	.navigmenu .naviglink.lvl-3 span {
		padding: 0 0 0 14px;
		display: inline-block;
	}
	.navigmenu .naviglink.lvl-3  span:before {
		content: "";
		--size: 5px;
		position: absolute;
		top: 5px;
		left: 0;
		background: var(--primary-color);
		width: var(--size);
		height: var(--size);
	}


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

	/*-----------------*/
    /* CONTENT */
    /*-----------------*/
    .home #content {padding: 100px 0 50px;}

    .home #content .eb-wrapper-inner-blocks {
        width: 73%!important;
        padding: 0 80px 0 0px;
        max-width: 1000px;
    }

	.home #content .eb-wrapper-inner-blocks .wp-block-quote{margin: 0 0 20px !important;}

    .home #content .wp-block-gallery {
        margin-bottom: -400px!important;
        display: grid;
        transition: .6s;
        grid-template-columns: repeat(18,1fr);
        grid-gap: 60px;
        grid-auto-rows: 164px;
        grid-auto-flow: row dense;
        z-index: 1;
        position: relative;
        margin-top: -70px!important;
    }
    .home #content .wp-block-gallery .gallery-item {
        grid-column: span 4;
        width: 100%!important;
        display: none;
        grid-row: span 2
    }

    .home #content .wp-block-gallery .gallery-item:nth-child(-n+5) {display: flex}

    .home #content .wp-block-gallery .gallery-item:nth-child(1) {
        grid-column: span 4;
        grid-row: span 2
    }

    .home #content .wp-block-gallery .gallery-item:nth-child(1) > a {height: 63%!important}

    .home #content .wp-block-gallery .gallery-item:nth-child(2) {
        grid-column: span 10;
        padding-top: 100px;
        grid-row: span 3;
        z-index: 3
    }

    .home #content .wp-block-gallery .gallery-item:nth-child(3) {
        padding-top: 165px;
        padding-left: 100px
    }

    .home #content .wp-block-gallery .gallery-item:nth-child(4) > a {
        height: 59%!important;
        width: 43%!important
    }

    .home #content .wp-block-gallery .gallery-item:nth-child(4) {
        grid-column: span 5;
        top: -145px;
        grid-row: span 1
    }

    .home #content .wp-block-gallery .gallery-item:nth-child(5) {
        grid-column: span 13;
        top: -226px
    }

    .home #content .wp-block-gallery .gallery-item:nth-child(5) > a {
        width: 26%!important;
        margin-left: auto;
        height: 91%!important;
        flex: 1 1 100%!important
    }
	
	/*-----------------*/
	/* REASSURANCES */
	/*-----------------*/
	.home #reassurances{margin-top: -220px;}
	#reassurances-img {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(--white);
	    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;
		padding-top: 200px;
	}

	/*-----------------*/
    /* PRESTATIONS */
    /*-----------------*/
	#prestations .bloc_prestations .prestations-img {height: 500px;}
	
	/*-----------------*/
    /* GALLERY HOME */
    /*-----------------*/
    #galleryHome .gallery {grid-template-rows: repeat(7, 160px);}


    /*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#sections{
	    padding: 100px 0 50px;
	    background: var(--background-color);
	}
    .section_thumb {width: 38%;}
	.section_txt {width: 62%;}
	.sectionsbloc{
		padding: 70px 0;
		width: 100%;
	}
    .section_thumb .blocthumb {
        height: 100%;
        width: 81%;
    }
    .section_thumb .specialthumb {
        position: absolute;
        top: 190px;
        right: 5%;
        width: 30%;
        height: 350px;
        border: solid var(--background-color) 10px;
    }
    .section_txt .wrap-text{
        padding: 50px 20px;
        width: 80%;
        margin-left: auto;
        max-width: 770px;
    }
    .sectionsbloc .section_txt .wrap-content {
        padding-left: 70px;
        padding-right: 0;
    }
    .sectionsbloc .section_txt .tertiarythumb {
        position: absolute;
        left: -30%;
        bottom: 70px;
        width: 38%;
        height: 50%;
    }

	/*-----------------*/
	/* ACTU */
	/*-----------------*/
	#news{padding-bottom: 340px;padding-left: 30px;padding-right: 30px;}

	/*-----------------*/
    /* FOOTER */
    /*-----------------*/
	#footer:before{
	    height: 500px;
	    top: 100px;
	    z-index: 0;
		 background: url(../images/home-bg1.jpg);
	    background-attachment: fixed;
	    background-position: center;
	    background-repeat: no-repeat;
	    background-size: cover;
	}
	.wrapperContact{width: 90%;}

}

@media(min-width: 1281px){
	/*-----------------*/
	/* NAVPRIMARY */
	/*-----------------*/
	#navprimary{
		width: 90%;
	}
    /*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#sections{padding: 120px 0;}
	.section_thumb {width: 40%;}
    .section_txt {width: 60%;}
}

@media(min-width: 1481px){
    /*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	.section_txt .wrap-text {padding: 60px 70px;}
}

@media(min-width: 1681px){
	/*-----------------*/
	/* CONTENT */
	/*-----------------*/
	.home #content .eb-wrapper-inner-blocks{
		padding: 0 50px;
		max-width: 1100px;
	}
}

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

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

@media(max-width: 1280px){

	/*-----------------*/
	/* HEADERHOME */
	/*-----------------*/
	#headerHome-content{padding-bottom: 200px;}
	#certifications{
	    left: 10px;
	    bottom: 10px;
	}
	#certifications .linkTurn{--size: 160px;}
	#certifications img{width: 50px;}
	
	.bloc-offreGlobale{
		right: 20px;
		bottom: 20px;
		max-width: 375px;
	}
	.bloc-offreGlobale .offreGlobale-content{
    padding: 15px;
    font-size: 14px;
}
	/*-----------------*/
	/* NAVPRIMARY */
	/*-----------------*/
	.navigmenu .naviglink.lvl-0 {
	    padding: 20px 10px;
	    font-size: 14px;
	}
    /*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#choixSections:before {left: 70px;}
	#choixSections:after {left: 60px;}
}

@media(max-width: 1024px){
	
	/*-----------------*/
    /* LOADER */
    /*-----------------*/
	#loader-wrapper svg{width: 120px;}
	
	/*-----------------*/
    /* HEADER */
    /*-----------------*/
	#logoCoordonnees {order:-1}
	#logoCoordonnees img{width: 150px;}
    #header-coordonnees>div {
        max-width: 190px;
        width: 100%;
        margin: 15px auto
    }

	/*-----------------*/
    /* NAVPRIMARY */
    /*-----------------*/
	.navigmenu .naviglink.lvl-0 {padding: 10px 15px;    }
	.navigmenu .naviglink.lvl-0:hover {color: var(--primary-color);}
	.sociblock .share-buttons a:hover {
	    background: var(--primary-color);
	    border-color: var(--primary-color);
	}
	.navigmenu .naviglink.lvl-3{padding: 5px;}
	.navigmenu .naviglink:is(.lvl-2, .lvl-3){text-align: center;}	

	/*-----------------*/
    /* CONTENT */
    /*-----------------*/
	.home #content .eb-wrapper-inner-blocks {width: auto}
    .home #content .eb-wrapper-outer {padding: 0!important;}
	.home #content .wp-block-columns.grid{grid-gap: 0;}

	/*-----------------*/
    /* PRESTATIONS */
    /*-----------------*/
	#prestations .prestations-content p{display: none;}
	#prestations .prestations-content>:is(h2, h3){
    font-size: 16px;
}

	/*-----------------*/
	/* GALERY HOME */
	/*-----------------*/
	#galleryHome{padding-bottom: 2px;}

	/*-----------------*/
	/* REASSURANCES */
	/*-----------------*/
	#reassurances-img {min-height: 230px;border-radius: 20Px;}

	.nohome #reassurances::before,
	.nohome  #reassurances::after {height: 250px;}

	.nohome #reassurances{
	    padding-top: 120px;
	    background: var(--light-color);
	}
	/*-----------------*/
    /* ACTU */
    /*-----------------*/
	#news {padding: 60px 30px 160px;}
	#news .next_slider {width: 140px;}
	
	.title_slider {font-size: 22px}
    .newsdate .day {font-size: 30px}
    .newsdate .month {font-size: 17px}
	.newsdate {
        padding: 20px 20px;
        height: calc(100% - 140px);
        top: 50px;
        left: -60px;
        min-height: 150px
    }
	
    #news .content_slider {padding: 50px 0 50px 80px;}
	.thumbnail_slider{height: 300px;}
	#news-title {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        border: none;
        padding-bottom: 0;
        margin-bottom: 30px;
    }

    #news-title .title { margin-bottom: 10px   }
	
    /*-----------------*/
    /* SECTIONS */
    /*-----------------*/
    #choixSections {display: none;}
    #sections .sectionsbloc {
	    flex-direction: column;
	    display: flex;
	}
	.section_thumb {
        height: 450px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 450px;
    }
	#sections .tertiarythumb{
	    margin-top: 50px;
	    height: 300px;
	}

	/*-----------------*/
    /* FOOTER */
    /*-----------------*/
	.imgContact{height: auto;}
		#logoCoordonneesFooter{
		margin-bottom: 15px;
		width: 220px;
	}
	#footerLinks{
	    padding: 20px 10px;
	    font-size: 15px;
	}
	.home .wrapperContact{box-shadow: none;}
}

@media(max-width: 767px){
	/*-----------------*/
    /* LOADER */
    /*-----------------*/
	#loader-wrapper svg{width: 80px;}

	/*-----------------*/
    /* HEADER HOME */
    /*-----------------*/
	#headerHome-content{padding-bottom: 120px;}
	#headerHome-title{padding-bottom: 20px;}
	.home #headerHome{z-index: 2;}
	#headerHome-title_wrapper{padding: 10px;}
	.bloc-offreGlobale{
		position: relative;
		right: auto;
		bottom: auto;
		max-width: 360px;
		margin: 0 auto;
		top: 34px;
		left: 0;
		width: 90%;
	}
	.offreGlobale-img{padding: 10px;width: 160px;}
	.bloc-offreGlobale .offreGlobale-content{
	    font-size: 13px;
	    padding: 15px;
	}
	.bloc-offreGlobale .offreGlobale-content p strong{font-size: 12px;}

	#certifications{
	    left: 0px;
	    bottom: 0px;
	}
	#certifications .linkTurn{--size: 120px;}
	#certifications img{ width: 40px;}
	
	/*-----------------*/
    /* ACTU */
    /*-----------------*/
	.thumbnail_slider{height: 250px;}
	#news {padding: 50px 15px}

    #news .content_slider {padding: 40px 0 20px}
	.text_slider, .text_slider a{font-size: 14px;}
    .newsdate {
        left: 20px;
        top: -40px;
        height: auto;
        padding: 10px 15px;
        min-height: auto
    }
    .newsdate .month {font-size: 14px;}
    .newsdate .day {font-size: 20px;}
    .title_slider {font-size: 20px}
    #news .next_slider {
		justify-content: flex-start;
		width: auto;
	}

	/*-----------------*/
	/* CONTENT */
	/*-----------------*/
	.home #content {padding-top: 240px;}
	.home #content .wp-block-gallery {
        grid-template-rows: repeat(3, 150px);
        grid-gap: 5px;
        grid-template-columns: repeat(2, 1fr);
        display: grid;
    }
	 .home #content .wp-block-gallery .gallery-item {
        grid-column: span 1!important;
        grid-row: span 1!important;
        width: auto!important
    }

    .home #content .wp-block-gallery .gallery-item:last-of-type {
        grid-column: span 2!important
    }
	
    /*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	.section_thumb{grid-auto-rows: 300px;}
	#sections .tertiarythumb{height: 200px;}

	/*-----------------*/
    /* FOOTER */
    /*-----------------*/
	#wrapperForm {
		max-width: 600px;
		padding: 40px 20px;
	}
	.imgContact_content img{width: 230px;}
}

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