/*-----------------*/
/* LOADER */
/*-----------------*/

.pre-loader {height: 100%;left: 0;position: fixed;top: 0;width: 100%;z-index: 999991;background-color: #fff;}
.loader-inner {padding: 0px;position: absolute;left: 53%;top: 42%;text-align: center;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.paw-footprint-loader {position: absolute;top: 25%;left: 55%;transform: rotate(90deg) translate(-50%, 0%);font-size: 50px;width: 1em;height: 3em;color: #d31145;}
.paw-footprint-loader .paw-footprint {width: 1em;height: 1em;-webkit-animation: 2050ms pawAnimation ease-in-out infinite;animation: 2050ms pawAnimation ease-in-out infinite;opacity: 0;}
div.loader-icon svg{display: none;}
.paw-footprint-loader .paw-footprint svg {width: 100%;height: 100%;display: block;}
.paw-footprint-loader .paw-footprint .paw-icon {fill: currentColor;}
.paw-footprint-loader .paw-footprint:nth-child(odd) {transform: rotate(-10deg);}
.paw-footprint-loader .paw-footprint:nth-child(even) {transform: rotate(10deg) translate(125%, 0);}
.paw-footprint-loader .paw-footprint:nth-child(1) {-webkit-animation-delay: 1.25s;animation-delay: 1.25s;}
.paw-footprint-loader .paw-footprint:nth-child(2) {-webkit-animation-delay: 1s;animation-delay: 1s;}
.paw-footprint-loader .paw-footprint:nth-child(3) {-webkit-animation-delay: 0.75s;animation-delay: 0.75s;}
.paw-footprint-loader .paw-footprint:nth-child(4) {-webkit-animation-delay: 0.5s;animation-delay: 0.5s;}
.paw-footprint-loader .paw-footprint:nth-child(5) {-webkit-animation-delay: 0.25s;animation-delay: 0.25s;}
.paw-footprint-loader .paw-footprint:nth-child(6) {-webkit-animation-delay: 0s;animation-delay: 0s;}
.no-cssanimations .paw-footprint-loader .paw-footprint {opacity: 1;}

@-webkit-keyframes pawAnimation {
  0% {opacity: 1;}
  50% {opacity: 0;}
  100% {opacity: 0;}
}

@keyframes pawAnimation {
  0% {opacity: 1;}
  50% {opacity: 0;}
  100% {opacity: 0;}
}
/*-----------------*/
/* ELEMENTS */
/*-----------------*/
.title:not(.no-after):after {
    background-image: url(../images/double-paw.svg);
    background-color: transparent;
    --size: 40px;
    width: var(--size);
    height: var(--size);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -15px;
}

/*----------------- MORE LINKS -----------------*/
.more-links {
    color: var(--title-color);
    position: relative;
    padding: 0 20px;
    font-family: var(--font-title);
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 15px;
    z-index: 1;
    display: inline-block
}

.more-links_icon {
    margin-left: 20px;
    bottom: -2px;
    position: relative
}

.more-links_icon svg {
    --size: 16px;
    width: var(--size);
    height: var(--size);
    stroke: var(--title-color);
    stroke-width: 10px;
    transform: rotate(-35deg);
    transition: all .4s
}

.more-links:after {
    content: '';
    --size: 40px;
    position: absolute;
    right: 7px;
    top: -6px;
    width: var(--size);
    height: var(--size);
    border-radius: var(--size);
    background: var(--primary-color);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: -1;
}

.more-links:hover:after {
    width: 100%;
    right: 0
}

.more-links:hover .more-links_icon svg { transform: rotate(0)}

.more-links.white {color: var(--white)}
.more-links:hover{
    color: var(--title-color);
}

.more-links.bigLink .more-links_icon {
    margin-left: 60px;
    bottom: -3px
}

.more-links.bigLink .more-links_icon svg {--size: 36px;}
.more-links.bigLink.white .more-links_icon svg{stroke: var(--white);}
.more-links.bigLink:after {
    margin-left: 30px;
    border: solid 1px;
    --size: 100px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
}

.more-links.bigLink {
    text-transform: uppercase;
    padding: 30px 43px 30px 0;
    display: flex;
    align-items: center;
    width: max-content;
   
}
.more-links.bigLink{font-size: 0;}
.more-links.bigLink span{ font-size: 16px}
.more-links.bigLink:hover:after {
    width: var(--size);
    right: 7px;
    background: var(--black);
    transform: translateY(-50%) scale(1.2);
    z-index: -1
}

.more-links.bigLink:hover .more-links_icon svg {
    stroke: var(--white);
    z-index: 2;
    transform: scale(1.2) rotate(0)
}



/*-----------------*/
/* HEADER */
/*-----------------*/

/*-----------------*/
/* SOCIAL */
/*-----------------*/
.sociblock .share-buttons a {
    --size: 35px;
    width: var(--size);
    height: var(--size);
    align-items: center;
    justify-content: center;
    margin: 0 3px
}

.sociblock .share-buttons a:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 100px;
    transition: all ease 250ms;
    border: solid 1px #acacac;
}

.sociblock .share-buttons a:hover:before {background: var(--primary-color);border-color: var(--primary-color);}

.sociblock .share-buttons a svg {
    fill: var(--white)!important;
    --size: 15px
}

/*-----------------*/
/* NAVPRIMARY */
/*-----------------*/
.navigmenu .naviglink:not(.button, .item-logo) span:after {
    content: '';
    display: inline-block;
    width: calc(100% - 2px);
    height: 1px;
    background-color: currentColor;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .26s cubic-bezier(.33,.02,0,.93)
}

.navigmenu .naviglink:not(.button, .item-logo):hover span:after,
.active .naviglink:not(.button, .item-logo) span:after{transform: scaleX(1)}

/*-----------------*/
/* HEADERHOME */
/*-----------------*/
#headerHome:after,
#banner:after{
    height: 280px;
    max-height: 32%;
    top: auto;
    right: 0;
    bottom: -1px;
    z-index: 2;
    -webkit-mask-image: url(../images/slider-cloud-bg.svg),url(../images/slider-cloud-bg-2.svg);
    -webkit-mask-size: contain;
    -webkit-mask-position: bottom center;
    -webkit-mask-repeat: repeat-x;
    background-color: var(--background-color);
    pointer-events: none;
}

#en-teteImg {
    position: absolute!important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}

#en-teteImg1 {
	position: absolute;
	left: 58%;
	top: 27%;
}
#en-teteImg2 {
	position: absolute;
	left: 13%;
	top: 247px;
}
#en-teteImg3 {
	position: absolute;
	left: 31%;
	bottom: 30%;
}
#en-teteImg4 {
	position: absolute;
	left: 77%;
	bottom: 553px;
}

.en-teteImg{
	animation: 4s floating infinite ease-in-out;
}
#en-teteImg2, #en-teteImg4 {
	animation-delay: 1s;
}
@keyframes floating {
	0% {
	    -webkit-transform: translateY(0);
	    transform: translateY(0);
	}
	
	50% {
	    -webkit-transform: translateY(16px);
	    transform: translateY(16px);
	}
	100% {
	    -webkit-transform: translateY(0);
	    transform: translateY(0);
	}
}

#contactBones{
	position:absolute;
	z-index: 10;
	bottom: 2%;
	left: 13%;
	animation: 4s floating infinite ease-in-out;
	animation-delay: 1.6s;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white);
	cursor: pointer;
}
#contactBones:hover img{transform: rotate(10deg);}
#contactBones:hover span{transform: rotate(0deg);}

#contactBones img,
#contactBones span{
	-webkit-transition: transform 700ms cubic-bezier(.68,-.55,.265,1.55);
    -moz-transition: transform 700ms cubic-bezier(.68,-.55,.265,1.55);
    transition: transform 700ms cubic-bezier(.68,-.55,.265,1.55);
}

#contactBones span{
	position: absolute;
	font-family: var(--font-title);
	transform: rotate(-10deg);
	font-size: 28px;
	z-index: 20;
	top: 149px;
	font-weight: bold;
}

/*-----------------*/
/* GALLERY HOME */
/*-----------------*/
#galleryHome .gallery .gallery-item :is(a, img){border-radius: 15px;}
/*-----------------*/
/* PRODUITS HOME */
/*-----------------*/

/*-----------------*/
/* CONTENT */
/*-----------------*/
.home #content{
	background-image: url(../images/paw-pattern.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.home #content .icons-item .wp-block-media-text__media{height: 90px;}
.home #content .imgContent img {
    position: absolute;
    top: 0;
    left: 0;
    --size: 100%;
    width: var(--size);
    height: var(--size);
}

.home #content .textContent #content-text > p:last-of-type {
    padding-left: 20px;
    margin-top: 20px;
}

.home #content .contentBottom {margin-top: 50px;}

.home #content .icons-item .wp-block-media-text__media {
    display: grid;
    align-items: center;
    justify-items: center;
    position: relative;
}

.home #content .icons-item .wp-block-media-text__media img {
    --size: 60px;
    width: var(--size);
    height: var(--size);
    object-fit: contain;
}

.home #content .icons-item {margin-top: 30px;}

.home #content .icons-item .wp-block-media-text__content {
    padding: 20px 10px;
    line-height: 1.3
}

.home #content .icons-item .wp-block-media-text__content p {font-size: 20px!important;}

.home #content .icons-item .wp-block-media-text__media::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    --size: 40px;
    width: var(--size);
    height: var(--size);
    background: var(--white);
    box-shadow: 0 1px 18px 0 rgba(0,0,0,.050980392156862744);
    padding: 20px;
    border-radius: 50%;
    z-index: -1
}

/*-----------------*/
/* ACTU */
/*-----------------*/
#news .title_slider{
    font-family: var(--font-bold);
}
.title_link_slider, .title_content {
	background-size: 100% 96%;
    background-repeat: no-repeat;
    background-image: -o-linear-gradient(transparent calc(100% - 2px),currentColor 2px);
    background-image: linear-gradient(transparent calc(100% - 2px),currentColor 2px);
    background-image: -ms-linear-gradient(transparent 95%,currentColor 2px);
    -webkit-transition: .6s cubic-bezier(.215,.61,.355,1);
    -o-transition: .6s cubic-bezier(.215,.61,.355,1);
    transition: .6s cubic-bezier(.215,.61,.355,1);
    background-size: 0 96%
}
.title_link_slider:hover,
.title_content:hover{background-size: 100% 96%}

#news .wrapper_slider:hover .content_slider {background: #0c0e0fa8;}

#news .wrapper_slider:hover :is(.title_link_slider, .text_slider, .text_slider a){
    color: var(--white);
}
#news .thumbnail_slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}

#news .wrapper_inner_slider {
    border-radius: 10px;
    overflow: hidden;
    background: none;
    transition: 250ms all ease-in-out;
}

#news .wrapper_slider .content_slider {
    background: var(--light-color);
    box-shadow: 0 1px 18px 0 rgba(0,0,0,.050980392156862744);
    color: var(--text-color);
    position: relative;
    z-index: 1;
    transition: 250ms all ease-in-out;
    padding: 30px 20px;
}

/*-----------------*/
/* PRESTATIONS */
/*-----------------*/
.prestations-wrapper{
	padding-top: 35px;
    padding-bottom: 35px;
}
.bloc_prestations:not(:last-child){border-bottom: solid 1px #545454;}

.prestations-title{
	height: 30%;
	margin: auto 0;
	will-change: transform;
	flex: 0 0 auto;
	width: 50%;
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
	display: flex;
	align-items: center;
}
.prestations-title .specialthumb{
    width: 50px;
    margin-right: 10px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.prestations-title h2 a{
	color: var(--title-color);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.prestations-title h2{
	margin: 0;
	text-transform: uppercase;
	font-size: 34px;
}

.bloc_prestations .tc_excerpt{
	height: 53%;
	margin: auto 0 auto 0;
	width: 35%;
	flex: 0 0 auto;
	-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.bloc_prestations .liresuite{
	height: 0%;
    margin: auto 0 auto auto;
	
}
.bloc_prestations:hover .prestations-title h2 a{color: var(--primary-color);}

/*-----------------*/
/* SECTIONS */
/*-----------------*/

/*-----------------*/
/* REASSURANCES */
/*-----------------*/
.home #reassurances{margin-top: 140px;}

#reassurances{
	padding: 100px 20px;
	background: var(--light-color);
	border-top: solid 1px #e8e8e8;
	border-bottom: solid 1px #e8e8e8;
}
#reassurances:before,
#reassurances:after{
	background-repeat: no-repeat;
	background-size: contain;
	width: 50%;
	height: 80%;
	top: auto;
}
#reassurances:before{
	left: 0;
	bottom:0;
	background-image: url(../images/bg-reassurances_left.png);
	background-position: bottom left;
}
#img-reassurances img{animation: 4s floating infinite ease-in-out;}

#reassurances:after{
	right: 0;
	background-image: url(../images/bg-reassurances_right.png);
	background-position: top right;
	left: auto;
}
.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: #fef0eb;
	position: relative;
	color: #fa6943;
	position: absolute;
	left: 0;
	z-index: -1;
}

.picto-container .picto-bloc:after{
	 content: "0" counter(reassurances);
	 counter-increment: reassurances;
	 position: absolute;
	 font-size: 14px;
	 font-weight: 700;
	 background: var(--primary-dark-color);
	 line-height: 31px;
	 color: #fff;
	 height: 30px;
	 width: 30px;
	 border-radius: 50%;
	 text-align: center;
	 left: 70px;
	 top: -30px;
	 font-family: var(--font-bold);
}
.picto-container li p strong{
	color: #fa6943;
	background-color: #f9e7e0;
}
.picto-container .picto-bloc:nth-child(2n){
	margin-left: -60px;
}
.picto-container .picto-bloc:nth-child(2):before,
.picto-container .picto-bloc:nth-child(2) p strong{
	color: #4BB3E6;
    background-color: #EDF7FC;
}
.picto-container .picto-bloc:nth-child(3):before,
.picto-container .picto-bloc:nth-child(3) p strong{
	color: #DB4176;
    background-color: #FBEEF3;
}
.picto-container .picto-bloc:nth-child(4):before,
.picto-container .picto-bloc:nth-child(4) p strong{
	color: #98CB46;
	background-color: #f2fae1;
}
.picto-container .picto-bloc:nth-child(2):after {background-color: #4BB3E6;}
.picto-container .picto-bloc:nth-child(3):after {background-color: #DB4176;}
.picto-container .picto-bloc:nth-child(4):after {background-color: #98CB46;}


.picto-container .picto-bloc:nth-child(2){color: #4BB3E6;}
.picto-container .picto-bloc:nth-child(3){color: #DB4176;}
.picto-container .picto-bloc:nth-child(4){color: #98CB46;}

.picto-container .picto-bloc svg, .picto-container .picto-bloc img{
    --size: 40px;
    position: relative;
    left: 33px;
}

.picto-container li p{
	font-size: 17px;
	line-height: 1.5;
	color: var(--title-color);
	margin-left: 85px;
	font-family: var(--font-bold);
}

/*-----------------*/
/* PARTENAIRES */
/*-----------------*/

/*-----------------*/
/* NEWSLETTER */
/*-----------------*/

/*-----------------*/
/* SHARE */
/*-----------------*/

/*-----------------*/
/* AGENCES */
/*-----------------*/

/*-----------------*/
/* CONTACTFORM */
/*-----------------*/

/*-----------------*/
/* FOOTER */
/*-----------------*/
#footer #footerbloc {
     grid-template-areas:
          "    infotelportFooter        infoadresseFooter          infoouvertureFooter";
     grid-template-columns: 1fr 1fr  1fr;
}
#footer-paw{
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    pointer-events: none;
}
#footer-paw:before,
#footer-paw:after{
	width: 500px;
	height: 480px;
	background-repeat: no-repeat;
	background-size: contain;
	top: auto;
	bottom: 0;
}
#footer-paw:before{
   left: 0;
   background-image: url(../images/bg-footer_left.png);
}
#footer-paw:after{
	right: -90px;
	background-image: url(../images/bg-footer_right.png);
	background-position: right;
	left: auto;
}
#footer:before{
    background: url(../images/home-bg2.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#footer:after{background: var(--title-color);z-index: -2;top: 100px;height: calc(100% - 100px);}
.wrapperContact {
    padding: 0;
    background: var(--white);
    box-shadow: 0px 0px 30px #1a1a2612;
    width: auto;
}
#wrapperForm {padding: 50px;}
.imgContact{
    background: url(../images/home-bg4.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


#footerLinks {
    padding: 20px;
    margin: 0 auto 50px;
    border-top: 1px solid rgb(255 255 255 / 20%);
}
#footer #footerbloc {padding: 60px 15px;}

body.template-contact-php #footer{margin:0;}
body.template-contact-php #footer:before{content: none}
body.template-contact-php #footer:after{
	top: 0;
	height: 100%;
}
