@media not all and (min-resolution:.001dpcm) { 
	@media {
    /*
      MEDIA QUERIES POUR CIBLER SAFARI UNIQUEMENT
     */   
    
    }
}
@media(min-width: 481px){}

@media(min-width: 768px){
    /*-----------------*/
    /* LOADER */
    /*-----------------*/
    .nameLoader{font-size: 8em;	}

    /*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	#prestations .prestations-img {height: 500px;}
	#prestations .prestations-txt{height: 160px;}
	#prestations .prestations-title:after {
		top: -90px;
		height: 80px;
	}
	#prestations .prestations-title{
		padding-top: 40px;
		transform: translateY(170px);
	}
	#prestations .prestations-title h2{font-size: 24px;}
}

@media(min-width: 1025px){
    /*-----------------*/
    /* CONTENT */
    /*-----------------*/
	.home #content .eb-wrapper-outer .wp-block-columns{gap: 78px;}
	.home #content .title {margin-bottom: 0;}
    .home #content {padding: 120px 0 100px;}

    .home #content .eb-wrapper-inner-blocks {
        width: 73%!important;
        padding-right: 90px;
        max-width: 1000px;
        padding-left: 60px;
    }

    .home #content .wp-block-gallery {
        margin-bottom: -350px!important;
        display: grid;
        transition: .6s;
        grid-template-columns: repeat(18,1fr);
        grid-gap: 60px;
        grid-auto-rows: 164px;
        grid-auto-flow: row dense
    }

    .home #content .wp-block-gallery .gallery-item {
        grid-column: span 4;
        width: 100%!important;
        grid-row: span 2
    }

  

    .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
    }

    .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: 63%!important;
    }

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

    .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 */
    /*-----------------*/
    #reassurances-wrapper{padding: 180px 15px;}

    /*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	#prestations .prestations-img {height: 600px;}
	#prestations .prestations-txt{height: 200px;}
	#prestations .prestations-content{padding: 40px 20px;}
	#prestations .prestations-title:after {
		top: -170px;
		height: 150px;
	}
	#prestations .prestations-title{
		padding-top: 70px;
		transform: translateY(190px);
	}

    /*-----------------*/
    /* SECTIONS */
    /*-----------------*/
	.sectionsbloc .specialthumb::before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 20px;
        --size: 100%;
        width: var(--size);
        height: calc(var(--size) + 40Px);
        border: 1px solid var(--tertiary-color);
    }

    .sectionsbloc.even .specialthumb::before {
        left: initial;
        right: 20px
    }
}

@media(min-width: 1281px){
    /*-----------------*/
    /* PRESTATIONS  */
    /*-----------------*/
	#prestations .prestations-content{padding: 50px 30px;}
	#prestations .prestations-txt{height: 170px;}
	#prestations .prestations-title h2{font-size: 28px;}
}

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

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

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

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

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

@media(max-width: 1024px){
	/*-----------------*/
    /* LOADER */
    /*-----------------*/
	#loader-wrapper .loader{transform: scale(0.6)}
	/*-----------------*/
    /* ELEMENTS */
    /*-----------------*/
	.section-separator svg{
		height: 30px;
		top: -29px;
	}
	/*-----------------*/
    /* REASSURANCES */
    /*-----------------*/
	#reassurances .section-separator.bottom{display: none;}
}

@media(max-width: 767px){
    /*-----------------*/
    /* CONTENT */
    /*-----------------*/
    .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:nth-child(5) {grid-column: span 2!important}
	
	.home #content .eb-wrapper-outer{
		padding: 25px 10px 0!important;
		margin: 0;
	}

    /*-----------------*/
    /* PRESTATIONS */
    /*-----------------*/
	#prestations .prestations-content .tc_excerpt{display: none;}
	#prestations .prestations-title h2{font-size: 20px;}
}

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