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

@media(min-width: 768px){
    /*-----------------*/
    /* CONTENT */
    /*-----------------*/
    .home #content .icons-item .wp-block-media-text {
        max-width: 350px;
        grid-template-columns: 100px 1fr !important;
        margin: 0;
        text-align: left;
    }
	.home #content .icons-item{flex-wrap: nowrap!important;}

	/*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	.prestations-img{
		position: absolute;
		left: 0;
		top: 5%;
		bottom: 0;
		height: 90%;
		width: 0;
		-webkit-transition: width 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
		transition: width 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	.bloc_prestations:hover .prestations-img{width: 15.22vw;}
	.bloc_prestations:hover .prestations-title{transform: translateX(16.5vw);}
	.bloc_prestations:hover .tc_excerpt, 
	.bloc_prestations:hover .prestations-title .specialthumb{
		opacity: 0;
		transform: translateX(15%);
	}
	.bloc_prestations:hover .prestations-title .specialthumb{width: 0}
}

@media(min-width: 1025px){
    /*-----------------*/
    /* HEADER */
    /*-----------------*/
	#headerGrid{
		grid-template-areas:
			"headerCoordonnees"
			"navprimary";
		grid-template-columns: 1fr;
	}
    .navigtoogle.social .naviglink.lvl-0{
    padding: 0 14px;
}
    #logo{display: none;}
	#header-coordonnees>div br { display: none;}
    #header-coordonnees{
        padding: 16px 8px;
        grid-template-columns: repeat(3, 1fr);
        display: grid;
    }
	#header-coordonnees > div{grid-area: auto;margin: 7px 0;}
	#header-coordonnees > div:first-child{order: -1;}
	
	#header-coordonnees .rightHeader{
		padding-left: initial;
		padding-right: 25px;
		text-align: right;
	}
	#header-coordonnees .rightHeader:before {
	    left: initial;
	    right: 0;
	}
	#header-coordonnees .headerCoordonnees_vide{
		order: -1;
		grid-row: span 2;
	}

    /*-----------------*/
    /* NAVPRIMARY */
    /*-----------------*/
    #navprimary {
        background: var(--black);
        border-radius: 3px;
    }
	#navprimary .navigmenu .naviglink.lvl-0.item-logo{
		border-radius: 50%;
		--size: 170px;
		width: var(--size);
		height: var(--size);
		background: var(--white);
		display: flex;
		align-items: center;
		justify-content: center;
		margin: -70px 30px;
	}
	#navprimary .navigmenu .naviglink.lvl-0.item-logo span{background-size: 84%;}

	#headerHome-content{
    padding-bottom: 40px;
}

    /*-----------------*/
    /* CONTENT */
    /*-----------------*/
    .home  #content .imgContentWrap {
        display: grid;
        height: 100%;
    }
    .home #content .contentBottom .tc_content{padding: 40px 0 30px 40px;}
	.home #content .contentBottom .tc_content p{margin-bottom: 20px;}

    .home #content .wrapperContentHome {gap: 60px;}

    .home #content .imgContent img {
        border-radius: 20px;
        overflow: hidden;
    }

    .home #content .specialthumb {grid-row: span 2;}

	.home #content .specialthumb img {
        top: 55%;
        transform: translateY(-50%);
        height: 70%;
    }

   .home #content .quaternarythumb {
        position: absolute;
        top: -5%;
        left: initial;
        right: 1%;
        width: 40%;
        height: 20%;
        overflow: hidden;
    }
	.home #content .textContent{padding: 0 0px 80px;}

	/*-----------------*/
    /* ACTU */
    /*-----------------*/
	#news .title_slider{font-size: 22px;}
    #news {
        margin-top: -90px;
        padding-bottom: 40px;
    }
	#news-bottom{
	    position: absolute;
	    bottom: 0;
	    left: 40px;
	}
	#news .wrapper_slider:first-child{ margin-top: -100px;}

    /*-----------------*/
    /* SECTIONS */
    /*-----------------*/
	#sections{
    padding-bottom: 150px;
    padding-top: 80px;
}
    #sections .sectionsbloc.even{padding: 20px 50px 180px;}
	#sections .sectionsbloc.even:not(:first-child){margin-top: 150px;}
	#sections .sectionsbloc.even:last-child{padding-bottom: 300px;}
    #sections .sectionsbloc.odd{
		padding: 100px 50px 0;
		margin-top: 300px;
	}
    #sections .sectionsbloc.even:before{
        background: var(--light-color);
        top: 90px;
        max-width: 80%;
        height: 54%;
        left: initial;
        right: 0;
    }
    #sections .sectionsbloc .wrap-text{
        padding: 100px 50px;
        max-width: 700px;
        margin: 0 auto;
     }
    #sections .sectionsbloc .specialthumb{
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 600px;
        z-index: -1;
        border-radius: 0 0 50px 0;
        overflow: hidden;
    }
	#sections .sectionsbloc .specialthumb img{height: 130%;}
    #sections .sectionsbloc.even .specialthumb {
        bottom: -295px;
        width: 80%;
    }
	#sections .sectionsbloc.even:last-child .specialthumb{bottom: -175px;}
	.template_cv  #sections .sectionsbloc.even .specialthumb {
		bottom: -375px;
	}
	.template_cv  #sections .sectionsbloc.even:last-child .specialthumb {
		bottom: 0;
		height: 370px;
	}
	
	.template_cv #sections .sectionsbloc.odd{margin-top: 500px;}
    #sections .sectionsbloc.odd .specialthumb {
        top: -200px;
        width: 30%;
        height: 60%;
        z-index: 1;
        border-radius: 0 50px 50px 0;
    }
    .sectionsbloc.odd .section_thumb{order: -1;}
    .sectionsbloc.even .section_thumb{order: 2;}

	.sectionsbloc.even .section_thumb .blocthumb{border-radius: 50px 0;}
	.sectionsbloc.odd .section_thumb .blocthumb{border-radius: 0 50px;}
	
	.sectionsbloc .section_thumb:before {
	    content: '';
	    position: absolute;
	    top: -80px;
	    left: -102px;
	    z-index: -1;
	    --size: 150px;
	    width: var(--size);
	    height: var(--size);
	    background-image: url(../images/shape_paws.svg);
	    background-position: center;
	    background-repeat: no-repeat;
	    background-size: contain;
	    animation: 4s floating infinite ease-in-out;
	}
	.sectionsbloc.odd .section_thumb::before {
	    left: initial;
	    right: -102px;
	    border-color: var(--secondary-color);
	    animation: 4s floating-reverse infinite ease-in-out;
	}

	/*-----------------*/
    /* GALLERY HOME */
    /*-----------------*/
	#galleryHome {
        height: 38em;
        font-size: 1.25vw;
        overflow: hidden;
        position: relative;
        margin-bottom: 120px;
    }

    #galleryHome .gallery {transition: .6s}

    #galleryHome .gallery .gallery-item {
        margin-bottom: 0;
        position: absolute;
    }

    #galleryHome .gallery .gallery-item:first-of-type {
        width: 17.9375em!important;
        height: 25.25em;
        top: 5em;
        left: 0;
        z-index: 1
    }

    #galleryHome .gallery .gallery-item:nth-child(2) {
        width: 11em!important;
        height: 16em;
        top: 0;
        left: 15em;
        z-index: 6
    }

    #galleryHome .gallery .gallery-item:nth-child(3) {
        width: 9.8125em!important;
        height: 13em;
        top: 25em;
        left: 25em;
        z-index: 4
    }

    #galleryHome .gallery .gallery-item:nth-child(4) {
        width: 24.5625em!important;
        height: 34.625em;
        top: 0;
        left: 30em;
        z-index: 2
    }

    #galleryHome .gallery .gallery-item:nth-child(5) {
        width: 15.4375em!important;
        height: 17em;
        top: 12em;
        left: 57em;
        z-index: 1
    }

    #galleryHome .gallery .gallery-item:nth-child(6) {
        width: 11.4375em!important;
        height: 17.5em;
        top: 5.125em;
        left: 69.4375em;
        z-index: 3
    }

	/*-----------------*/
    /* FOOTER */
    /*-----------------*/
	#footer:before{
	    height: 560px;
	    top: 60px;
	}
	.wrapperContact{width: 90%;}

	#wrapperForm .title {
        position: absolute;
        top: -37px;
        left: 0px;
        background: var(--primary-color);
        padding: 10px 15px;
        margin: 0;
    }
	#wrapperForm .title h2 {
        color: var(--white);
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 2px;
        font-weight: bold;
    }

    #wrapperForm .title::after {
        display: none
    }
	#infoadresseFooter br{display: none;}
	#footer{margin-top: 35px;}
}

@media(min-width: 1281px){
    /*-----------------*/
    /* HEADER */
    /*-----------------*/
    #header:before {
        content: "";
        position: absolute;
        top: 0;
        width: calc(100% - 100px);
        max-width: 1400px;
        height: calc(100% - 30px);
        border: 1px solid var(--white);
        border-top: 0;
        left: 50%;
        z-index: -1;
        pointer-events: none;
        transform: translateX(-50%);
        opacity: 0.5;
    }
	#navprimary .navigmenu .naviglink.lvl-0.item-logo{--size: 200px;}

    /*-----------------*/
    /* CONTENT */
    /*-----------------*/
	.home #content{padding: 100px 60px;}
	.home #content .textContent{ padding: 100px 20px;}
	.home #content .icons-item{flex-wrap: nowrap!important;flex-direction: row;}

	/*-----------------*/
    /* ACTU */
    /*-----------------*/
	#news-bottom{left: 80px;}
}

@media(min-width: 1481px){
    /*-----------------*/
    /* CONTENT */
    /*-----------------*/
	.home #content{padding: 100px 100px 0;}
    .home .textContent .title {margin-left: -50px;}
}

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

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

@media(max-width: 1480px){
	.home #prestations{
    padding-top: 0;
}
}

@media(max-width: 1280px){
	/*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	.prestations-title h2{font-size: 30px;}
}

@media(max-width: 1024px){
	/*-----------------*/
    /* HEADER */
    /*-----------------*/
	#logo a {
		display: flex;
		align-items: center;
		justify-content: center;
		background: var(--white);
		--size:120px;
		border-radius: 100px;
		height: var(--size);
		width: var(--size);
	}
	#logoheader{width: 100px;}

	/*-----------------*/
    /* HEADERHOME */
    /*-----------------*/
	#contactBones span{
	    top: 87px;
	    font-size: 20px;
	}
	#contactBones{
		width: 340px;
		bottom: -5px;
		right: 10%;
	}
	/*-----------------*/
    /* REASSURANCES */
    /*-----------------*/
	#img-reassurances img{
		
		max-width: 380px;
		margin: 0 auto;
		width: 100%;
	}
	.home #reassurances{margin-top: 0;}
	.picto-container li p{
		font-size: 15px;
	}
	#reassurances .picto-container{
		padding-left: 20px;
	}
		#reassurances .picto-container li{
		margin: 25px 0;
	}
	#reassurances .picto-container .picto-bloc:nth-child(2n) {margin-left: -20px;}
	#reassurances .picto-container li svg, #reassurances .picto-container li img {
	    height: 30px;
	    width: 30px;
	    max-width: 30px;
	    min-width: 30px;
	}
	.picto-container .picto-bloc:after{
		height: 25px;
		width: 25px;
		left: 60px;
		top: -24px;
		font-size: 12px;
		line-height: 26px;
	}
	.picto-container .picto-bloc:before{
		height: 70px;
		width: 70px;
		line-height: 70px;
		left: 9px;
	}

	
    /*-----------------*/
    /* CONTENT */
    /*-----------------*/
    .home #content :is(.textContent, .contentBottom .tc_content){
        max-width: 700Px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 0;
    }
	.home #content .imgContent{height: 150px;}
	.home #content .imgContentWrapChild{grid-gap: 5px;margin-top: 50px;}

	.home #content .textContent p:last-of-type{padding: 0;}
	.home #content .contentBottom {
		margin-top: 30px;
		display: flex;
		flex-direction: column-reverse;
	}
	.home #news #news-bottom{
	    text-align: center;
	    margin-top: 20px;
	}
	.imgContentWrapChild:before{
		left: -20px;
		--size: 140px;
		font-size: 13px;
	}

    /*-----------------*/
    /* ACTU */
    /*-----------------*/
	#news{padding: 40px 0 0;}
	#news .wrapper_slider{padding: 10px 10px;}
	.content_slider {padding: 20px 0;}


	/*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	.prestations-title h2{font-size: 25px;}
	.bloc_prestations .tc_excerpt{font-size: 15px;}
	.prestations-title{
	    width: 44%;
	    padding-right: 15px;
	}

	
    /*-----------------*/
    /* SECTIONS */
    /*-----------------*/
	.sectionsbloc .specialthumb {
	    height: 450px;
		order: 2;
	}

	/*-----------------*/
    /* GALLERY HOME */
    /*-----------------*/
	#galleryHome .gallery{
	   grid-template-rows: repeat(2, 200px);
	   grid-gap: 5px;
	   grid-template-columns: repeat(3, 1fr);
	   display: grid
	}
	#galleryHome .gallery .gallery-item{
	   grid-column: span 1 !important;
        grid-row: span 1 !important;
        width: auto !important;
	}

	/*-----------------*/
	/* FOOTER */
	/*-----------------*/
	#wrapperForm .title{margin-bottom: 20px;}
	#footer #footerbloc {
		grid-template-areas:
			"infotelportFooter   infoadresseFooter     infoouvertureFooter";
		grid-template-columns:  1fr  1fr 1fr;
		grid-column-gap: 20px;
	}
	#footer:before{content: none;}
	.imgContact {height: 300px;}
	
	#wrapperForm{padding: 40px 20px;}
	#footer-paw:before{bottom: 140px;}
	#footer-paw:before, #footer-paw:after{
		width: 100%;
		max-width: 340px;
		height: 300px;
	}
	#footer-paw:after{bottom: 118px;}
	.safari #wrapperForm .title {
		display: grid;
		width: 100%;
		
}

@media(max-width: 767px){

	/*-----------------*/
	/* ELEMENTS */
	/*-----------------*/
	.more-links.bigLink{
	    padding: 18px 30px 18px 0;
	    display: inline-block;
	}
	.more-links.bigLink:after{--size: 70px;}
	.more-links.bigLink .more-links_icon svg{--size: 30px;}

	
	/*-----------------*/
    /* HEADER */
    /*-----------------*/
	#logo a {--size: 100px;}
	#logoheader{width: 80px;}

	/*-----------------*/
    /* HEADERHOME */
    /*-----------------*/
	#contactBones span{
		font-size: 15px;
		top: 65px;
	}
	#contactBones {
		width: 250px;
		right: 8%;
	}

	/*-----------------*/
    /* LOADER */
    /*-----------------*/
	.loader-inner{transform: scale(0.4)}

	/*-----------------*/
    /* REASSURANCES */
    /*-----------------*/
	#reassurances .picto-container li p{
		font-size: 15px;
		margin-left: 65px;
	}
	#reassurances .picto-container{
		max-width: 350px;
		margin: auto;
	}
	
	 #reassurances, .nohome #reassurances{
		padding: 60px 15px 70px;
	}
	#img-reassurances img{
		max-width: 300px;
		width: 100%;
	}

	
    /*-----------------*/
	/* ACTU */
	/*-----------------*/
	.thumbnail_slider {height: 250px;}
    
    /*-----------------*/
    /* SECTIONS */
    /*-----------------*/
	.sectionsbloc .specialthumb {height: 300px;	}

	/*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	.home #prestations{padding: 0 15px;}
	.prestations-title .specialthumb{width: 40px;}
	#prestations .prestations-wrapper{
	    flex-direction: column;
	    align-items: flex-start;
	}
	#prestations .prestations-wrapper > div{width: 100%;height: auto;}
	#prestations .prestations-wrapper  .prestations-img{height: 200px;margin-bottom: 20px;}
	.prestations-title h2{
	    font-size: 22px;
	    margin-bottom: 6px;
	}
	.bloc_prestations .liresuite{text-align: right;margin-top: 10px;}

	/*-----------------*/
    /* GALLERY HOME */
    /*-----------------*/
	#galleryHome .gallery{
		grid-template-rows: repeat(3, 150px);
        grid-template-columns: repeat(2, 1fr);
	}

	/*-----------------*/
	/* FOOTER */
	/*-----------------*/
	#footer #footerbloc {
		grid-template-areas:
			"footerlogo"
	        "infoadresseFooter"     
			"infomailFooter"       
			"infotelportFooter"
			"infoouvertureFooter"
		;
	    grid-template-columns:  1fr;	
	}

	#footer-paw:before{bottom: 380px;}
	#footer-paw:after{bottom: 198px;}
}

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