/*
Theme Name: Coherence Child
Theme URI: http://weshore.com/
Author: Weshore Themes
Author URI: https://weshore.com
Template: coherence
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: Private License
License URI: license.txt
Text Domain: coherence-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

/*-----------------------------------------***style header***----------------------------------*/
.section-header .menu-with-logo .coherence-core-nav-menu {
  align-items: center !important;
}
.section-footer .home-icone a i {
  display: none !important;
}
.section-header .menu-center-logo > a:hover {
  background: unset !important;
}
.section-header .coherence-core-nav-menu .menu-icon-rs {
  margin-inline: 5px !important;
}
.section-header .coherence-core-nav-menu .menu-icon-rs > a {
  padding-inline: 5px !important;
}

@media only screen and (min-width: 1025px) {
  .section-header .menu-icon-home > a {
    text-indent: -999px;
  }
  .section-header .home-icone span {
    display: none;
  }
	body .ti-widget.ti-goog .ti-controls {top:-140px!important;}
}
@media only screen and (max-width: 1024px) {
  .section-header .menu-icon-home > a svg {
    display: none !important;
  }
  .section-header .coherence-core-dropdown {
    min-width: 290px !important;
    right: 0px !important;
    left: auto !important;
  }
  .section-header .coherence-core-dropdown .menu-center-logo,
  .section-header .coherence-core-dropdown .menu-icon-rs {
    display: none !important;
  }
  .home-icone i {
    display: none;
  }
}

/*------------------------------------------------------***End***------------------------------------------------------*/

a.dib.link_phone1:hover,
a.dib.link_phone2:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

/*------------------------------------------------------***Begin Pages internes Style***------------------------------------------------------*/
/* Page Single blog */
.carousel-article img.swiper-slide-image, .carousel-article img {transition:opacity 0.3s ease;}
.carousel-article figure.swiper-slide-inner:hover img.swiper-slide-image, .carousel-article img:hover {opacity:0.78}
/*------------------------------------------------------***End***------------------------------------------------------*/

.elementor-coherence-core-content-box-title :is(a[href^="tel:"]):hover {
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
}

/*------------------------------------------------------***Begin Home page Style***------------------------------------------------------*/

/**************************************Style : PRE-HOME*********************************/

/**************************************Style : SLIDER REVOLUTION*********************************/
/*****left-leg*************/
.left-leg:hover {
  transform: translatex(-10px);
  transition: 0.7s !important;
}
.left-leg {
  position: relative !important;
  overflow: visible !important;
  transform: translatex(0px);
  transition: 0.6s !important;
}
.left-leg:before {
  position: absolute !important;
  height: 100%;
  background: url(/wp-content/uploads/2025/12/le-clos-des-vickings-pension-canine-sainte-foy-la-grande-en-gironde-animalerie-demo-01-12.svg);
  content: "";
  width: 10%;
  right: -5px;
  background-repeat: no-repeat;
  top: 12px;
  z-index: 999 !important;
  transform: translatex(0px);
  transition: 0.6s !important;
}
.left-leg:hover:before {
  transform: translatex(2px);
  transition: 0.6s !important;
}
.left-leg:after {
  position: absolute !important;
  height: 100%;
  background: url(/wp-content/uploads/2025/12/le-clos-des-vickings-pension-canine-sainte-foy-la-grande-en-gironde-animalerie-demo-01-14.svg);
  content: "";
  width: 100%;
  left: 30px;
  background-repeat: no-repeat;
  top: 25px;
  z-index: 999 !important;
  transform: translatex(0px);
  transition: 0.6s !important;
}
.left-leg:hover:after {
  transform: translatex(-9px);
  transition: 0.6s !important;
}

/*****right-leg*************/
.right-leg:hover {
  transform: translatex(10px);
  transition: 0.7s !important;
}
.right-leg {
  position: relative !important;
  overflow: visible !important;
  transform: translatex(0px);
  transition: 0.6s !important;
}
.right-leg:before {
  position: absolute !important;
  height: 100%;
  background: url(/wp-content/uploads/2025/12/le-clos-des-vickings-pension-canine-sainte-foy-la-grande-en-gironde-animalerie-demo-01-12.svg);
  content: "";
  width: 10%;
  left: -3px;
  background-repeat: no-repeat;
  top: 12px;
  z-index: 999 !important;
  transform: translatex(0px);
  transition: 0.6s !important;
}
.right-leg:hover:before {
  transform: translatex(-2px);
  transition: 0.6s !important;
}
.right-leg:after {
  position: absolute !important;
  height: 100%;
  background: url(/wp-content/uploads/2025/12/le-clos-des-vickings-pension-canine-sainte-foy-la-grande-en-gironde-animalerie-demo-01-16.svg);
  content: "";
  width: 89%;
  right: -30px;
  background-repeat: no-repeat;
  top: 25px;
  z-index: 999 !important;
  transform: translatex(0px);
  transition: 0.6s !important;
}
.right-leg:hover:after {
  transform: translatex(9px);
  transition: 0.6s !important;
}
/**************************************Style : section_presentation*********************************/
.button-home .elementor-button-content-wrapper {
  align-items: center !important;
}
.button-home .elementor-button-icon {
  font-size: 50px !important;
  position: relative;
  z-index: 1 !important;
}
.button-home .elementor-button-icon:before {
  background: url(/wp-content/uploads/2023/08/animalerie-demo-01-1.svg);
  content: "";
  position: absolute;
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  bottom: -3px;
  right: -20px;
  z-index: -1;
  transform: rotate(0deg);
  transition: 0.6s;
}

/******** button-hover*********/
.button-home
  .elementor-button-content-wrapper:hover
  .elementor-button-icon:before {
  transform: rotate(180deg);
  filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(22%)
    hue-rotate(83deg) brightness(105%) contrast(105%);
  transition: 0.6s;
}
.button-home
  .elementor-button-content-wrapper:hover
  .elementor-button-icon
  svg {
  filter: brightness(0) saturate(100%) invert(49%) sepia(65%) saturate(4753%)
    hue-rotate(240deg) brightness(101%) contrast(103%);
}
.button-home
  .elementor-button-content-wrapper:hover
  .elementor-align-icon-right {
  margin-left: 8px !important;
  transition: 0.4s;
}
/*****h1-img-resize**********/
@media only screen and (max-width: 1870px) and (min-width: 1771px) {
  .h1-img-col {
    margin-right: -6% !important;
  }
}
@media only screen and (max-width: 1770px) and (min-width: 1716px) {
  .h1-img-col {
    margin-right: -5% !important;
  }
}
@media only screen and (max-width: 1715px) and (min-width: 1441px) {
  .h1-img-col {
    margin-right: -2% !important;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 1025px) {
  .h1-img-col {
    margin-right: 0% !important;
    width: 50% !important;
  }
}
/**************************************Style : section_prestations*********************************/
.item-content section p:empty {
  display: none !important;
}
.section-prestation .item-body {
  border-radius: 30px !important;
  background: #566A15 !important;
}
/* .section-prestation .presta-icone {margin-bottom: 15px;} */

.prestation-main {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.section-prestation .presta-back-title {
  text-align: center;
}

.section-prestation .presta-back-title h3 {
  text-align: center;
  color: white !important;
  /*     font-size:28px !important; */
}

.section-prestation .presta-content {
  text-align: center;
  color: white !important;
  margin-bottom: 70px;
}

.section-prestation .presta-button {
  text-align: center !important;
}
.section-prestation .presta-button a {
  color: black !important;
}
.section-prestation .presta-button img {
  position: absolute;
  left: 0 !important;
  right: 0 !important;
  bottom: -35px;
  width: 250px !important;
  z-index: 0;
}
.section-prestation .presta-button a {
  position: absolute !important;
  right: 0;
  left: 0;
  top: -15px;
  z-index: 1;
}
.section-prestation .presta-button {
  position: absolute !important;
  bottom: -100px;
  left: 0;
  right: 0;
  transition: 0.8s;
}
.section-prestation .presta-button a img {
  width: 15px !important;
  bottom: 30px;
  height: 25px !important;
}
/***hover****/
.section-prestation .item-body:hover {
  background: var(--e-global-color-color_1) !important;
}
.section-prestation .item-body:hover .presta-button {
  bottom: 25px;
  transition: 0.8s;
}
.section-prestation .slick-prev,
.slick-next {
  background: transparent !important;
  position: relative;
  overflow: visible;
}
.section-prestation .slick-prev:before {
  position: absolute;
  content: "";
  background: var(--e-global-color-color_1);
  z-index: -1;
  height: 150%;
  width: 120%;
  border-radius: 22px;
  transform: scale(1) rotate(-17deg);
  transition: 0.6s;
}
.section-prestation .slick-prev:hover:before {
  background: var(--e-global-color-color_3);
  transform: scale(1.2) rotate(-23deg);
  transition: 0.6s;
}

.section-prestation .slick-next:before {
  position: absolute;
  content: "";
  background: var(--e-global-color-color_1);
  z-index: -1;
  height: 150%;
  width: 120%;
  border-radius: 22px;
  transform: scale(1) rotate(17deg);
  transition: 0.6s;
}
.section-prestation .slick-next:hover:before {
  background: var(--e-global-color-color_3);
  transform: scale(1.2) rotate(23deg);
  transition: 0.6s;
}
/**************************************Style : section_Actualites*********************************/
.post-item-img img {
  border-radius: 30px !important;
}
.fb_iframe_widget iframe {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, #1f2020 0px 0px 0px 15px;
  border-radius: 30px;
}
.fb_iframe_widget :after {
  position: absolute !important;
  content: "" !important;
  height: 100px !important;
  width: 10px !important;
  right: -22px !important;
  top: 250px !important ;
  border-radius: 15px;
  background: #1f2020 !important;
}
.fb_iframe_widget :before {
  position: absolute !important;
  content: "" !important;
  height: 150px !important;
  width: 10px !important;
  right: -22px !important;
  top: 40px !important ;
  border-radius: 15px;
  background: #1f2020 !important;
}
.elementor-widget-coherence-core-facebook-page .elementor-widget-container {
  text-align: center;
}
/**************************************Style : section_Realisations*********************************/
body .ti-widget.ti-goog .ti-controls .ti-next,body .ti-widget.ti-goog .ti-controls .ti-prev,body .ti-widget.ti-goog .ti-controls .ti-next:hover,body .ti-widget.ti-goog .ti-controls .ti-prev:hover{background-color:transparent!important;outline:unset!important;}
body .ti-widget.ti-goog .ti-controls .ti-next:before,body .ti-widget.ti-goog .ti-controls .ti-prev:before{border:unset!important;}
/**************************************Style : section_valeurs*********************************/

/**************************************Style : section_points_forts*********************************/

/**************************************Style : section_avis*********************************/

body .ti-widget.ti-goog .ti-controls .ti-next {
  right: 40px !important;
  left: unset !important;
}

body .ti-widget.ti-goog .ti-controls .ti-prev {
  left: unset !important;
  right: 145px !important;
}

@media only screen and (min-width: 901px) {
  /* 	.ti-widget.ti-goog .ti-controls .ti-prev{
    left: 88% !important;
}
.ti-widget.ti-goog .ti-controls .ti-next{
    right: 40px !important;
} */
  .ti-widget.ti-goog .ti-controls .ti-prev,
  .ti-widget.ti-goog .ti-controls .ti-next {display: block !important;}
  .ti-widget.ti-goog .ti-controls .ti-prev:after {
    position: absolute !important;
    content: "" !important;
    background: var(--e-global-color-color_1) !important;
    z-index: -1 !important;
    height: 180% !important;
    width: 250% !important;
    top: -20px !important;
    border-radius: 22px !important;
    transform: scale(1) rotate(-17deg) !important;
    transition: 0.6s !important;
  }
  .ti-widget.ti-goog .ti-controls .ti-next:after {
    position: absolute !important;
    content: "" !important;
    background: var(--e-global-color-color_1) !important;
    z-index: -1 !important;
    height: 180% !important;
    width: 250% !important;
    top: -20px !important;
    border-radius: 22px !important;
    transform: scale(1) rotate(17deg) !important;
    transition: 0.6s !important;
  }
  .ti-widget.ti-goog .ti-controls .ti-next:before {
    position: absolute !important;
    content: "" !important;
    background: url(https://www.animalerie-1.coherencedemos7.fr/wp-content/uploads/2023/09/animalerie-demo-01-2.svg) !important;
    z-index: 1 !important;
    background-repeat: no-repeat !important ;
    height: 180% !important;
    width: 200% !important;
    top: 0px !important;
    border-radius: 22px !important;
    transform: scale(1) rotate(-4deg) !important;
    transition: 0.6s !important;
  }
  .ti-widget.ti-goog .ti-controls .ti-prev:before {
    position: absolute !important;
    content: "" !important;
    background: url(https://www.animalerie-1.coherencedemos7.fr/wp-content/uploads/2023/09/animalerie-demo-01-3.svg) !important;
    z-index: 1 !important;
    background-repeat: no-repeat !important ;
    height: 180% !important;
    width: 200% !important;
    top: 0px !important;
    left: 10px !important;
    border-radius: 22px !important;
    transform: scale(1) rotate(-4deg) !important;
    transition: 0.6s !important;
  }
  .ti-widget.ti-goog .ti-controls .ti-prev:hover:after {
    background: var(--e-global-color-color_3) !important;
  }
  .ti-widget.ti-goog .ti-controls .ti-next:hover:after {
    background: var(--e-global-color-color_3) !important;
  }
}
/*--------------------------------------------------------------***End***----------------------------------------------------------------------*/

/*------------------------------------------------------***Begin footer style***------------------------------------------------------*/
.coherence-logo svg {
  width: 130px !important;
  height: auto !important;
}
/* .coherence-logo svg * {fill: #fff !important;} */
/* .section-footer .menu-center-logo {
  display: none !important;
} */
.menu-main-footer .hide-sub-mn .sub-menu,
.menu-main-footer .hide-sub-mn .sub-arrow {
  display: none !important;
}
/*------------------------------------------------------***Begin footer style***------------------------------------------------------*/
.coherence-logo svg{width: 130px !important;height: auto !important;}
.menu-main-footer .hide-sub-mn .sub-menu , .menu-main-footer .hide-sub-mn .sub-arrow,body .ti-widget.ti-goog .ti-controls-line,#cc_div #cm{display:none!important;}
body .ti-widget.ti-goog .ti-controls{display:block!important;}
body .menu-main-footer .menu-icon-home i,body .menu-main-footer .hide-sub-mn .sub-menu,body .menu-main-footer .hide-sub-mn .sub-arrow{display:none!important;}
body .gallery-icon a:hover img,body .wpmf-gallery-icon a:hover img,body .modula-items .modula-item:hover{opacity:0.8!important;}
body .gallery-icon{ overflow: hidden;border-radius:20px!important;}
figure.gallery-item img { transition: all .5s ease-in-out; }
figure.gallery-item:hover img { transform: scale(1.1) }
figure.gallery-item { padding: 10px; transition: all .5s ease-in-out }
button.cmplz-btn:hover{background-color:#000!important;border-color:#fff!important;color:#fff!important;}
body .wpcf7-form .focused .sp-label{top:0px!important;font-size:9px!important;border-radius:3px;padding:3px;left:13px!important;}
body .wpcf7-not-valid-tip{color:var(--e-global-color-color_error)!important;}
body .wpcf7-acceptance label{display:flex;}
body .wpcf7-acceptance input[type=checkbox]{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:15px;height:15px;background-color:#fff;position:relative;cursor:pointer;border:1px solid var(--e-global-color-color_1);margin-right:8px!important;}
body .wpcf7-acceptance input[type=checkbox]:checked{background-color:var(--e-global-color-color_1);border-color:var(--e-global-color-color_1)}
body .wpcf7-acceptance input[type=checkbox]:checked::after{content:'\2713';position:absolute;top:0;left:3px;font-size:9px;color:#fff}
body a[href^="tel:"]:hover{text-decoration:underline!important;}
body .pg-mp-titre-h1-bg form.wpcf7-form.invalid .wpcf7-response-output{border-color:red;background:red;color:#fff !important;}
body .pg-mp-titre-h1-bg form.wpcf7-form.invalid input.wpcf7-not-valid,body .pg-mp-titre-h1-bg form.wpcf7-form.invalid select.wpcf7-not-valid{border-color:red;background:transparent;color:red!important;}
body .pg-mp-titre-h1-bg input[type=submit]{margin-top:20px!important;}
body .pg-mp-titre-h1-bg form.wpcf7-form.sent  .wpcf7-response-output{border-color:green;background:green;color:#fff !important;}
body .pg-mp-titre-h1-bg a:hover,body .content-area a:hover{text-decoration:underline!important;}
body .coherence-slideup-content-bottom{width:auto!important;height:auto!important;}
body [data-wpr-lazyrender]{content-visibility:visible!important;}

/*------------------------------------------------------***End***------------------------------------------------------*/

/*------------------------------------------------------***Begin Responsive Media query style***------------------------------------------------------*/

/*------------***Large devices (desktops, more than 800px)***------------*/
@media only screen and (min-width: 801px) {

    /* Animations */
    .animate_01 {animation: mymove ease-in-out 1.618s infinite alternate !important;}
    .animate_02 {animation: mymove2 ease-in-out 1.618s infinite alternate !important;}
    .animate_03 {animation: mymove3 ease-in-out 1.618s infinite alternate !important;}
    .animate_04 {animation: mymove4 ease-in-out 1.618s infinite alternate !important;}
    .animate_05 {animation: mymove5 ease-in-out 1.618s infinite!important;}
	.animate_06 {transform:translatey(12px);animation:float 3s ease-in-out infinite !important;}
	.animate_07 {transform:translatey(12px);animation:float2 3s ease-in-out infinite !important;}
    @keyframes mymove {from {transform: translatey(-5px);} to {transform: translatey(5px);}}
    @keyframes mymove2 {from {transform: translatey(5px);}to {transform: translatey(-5px);}}
    @keyframes mymove4 {from {transform: scale(1);} to {transform: scale(1.2);}}
    @keyframes mymove3 {from {transform: translatex(-5px);} to {transform: translatex(5px);}}
    @keyframes mymove5{0%{transform:translate(0,0)}50%{transform:translate(0,10px)}100%{transform:translate(0,0)}}
	@keyframes float{0%{transform: translatey(0px);}50%{transform: translatey(-50px);}100%{transform:translatey(0px);}}
	@keyframes float2{0%{transform: translatey(0px);}50%{transform: translatey(50px);}100%{transform:translatey(0px);}}
}

/*------------***Large devices (desktops, less than 1501px)***------------*/
@media only screen and (max-width: 1440px) {
  /*style header*/

  /*style main content*/
/*   .slick-arrow.slick-prev {
    left: 85% !important;
  } */
  .ti-widget.ti-goog .ti-controls .ti-prev {
    left: 80% !important;
  }
  /*style footer*/
}

/*------------***Large devices (desktops, less than 1361px)***------------*/
@media only screen and (max-width: 1360px) {
  /*style header*/

  /*style main content*/

  /*style footer*/
}

/*------------***Large devices (desktops, less than 1281px)***------------*/
@media only screen and (max-width: 1280px) {
  /*style header*/

  /*style main content*/

  /*style footer*/
}

@media only screen and (max-width: 1200px) {
  /*style header*/

  /*style main content*/

  /*style footer*/
}

/*------------***Medium devices (tablets, less than 1025px)***------------*/
@media only screen and (max-width: 1024px) {
  /*style header*/

  /*style main content*/
/*   body .ti-widget.ti-goog .ti-controls .ti-next,
  body .ti-widget.ti-goog .ti-controls .ti-prev {
    display: none !important;
  } */
	body .ti-widget.ti-goog .ti-controls{top:unset!important;bottom:-50px!important;margin:0px auto!important;max-width:200px;left:0;right:0;}
  .ti-widget.ti-goog .ti-controls .ti-prev {
    left: 75% !important;
  }

  .section-prestation .slick-dots {
    margin-top: 10px;
  }
  .section-prestation .slick-dots li {
    background: black !important;
    margin-inline: 5px !important;
    width: 20px !important;
    border-radius: 5px !important;
  }
  .section-prestation .slick-dots li.slick-active {
    background: var(--e-global-color-color_1) !important;
  }

  /*style footer*/
}

/*------------***Medium devices (tablets, Bootstrap less than 993px)***------------*/
@media only screen and (max-width: 900px) {
  /*style header*/

  /*style main content*/
  .ti-widget.ti-goog .ti-controls .ti-prev {
    left: 0% !important;
  }
  /*style footer*/
}

/*------------***Tablet Media query style***------------*/
@media only screen and (max-width: 800px) {
  /*style header*/

  /*style main content*/
  .col-tel-footer {
    gap: 0px !important;
    width: 265px !important;
  }

  .section-prestation .item-body {
    background: var(--e-global-color-color_1) !important;
  }
  .section-prestation .item-body .presta-button {
    bottom: 25px;
    transition: 0.8s;
  }

  /*style footer*/
}

/*------------***Tablet Mini Media query style***------------*/
@media only screen and (max-width: 767px) {
  /*style header*/

  /*style main content*/

  /*style footer*/
}

/*------------***Between Big Mobile and Tablet Media query style***------------*/
@media only screen and (min-width: 601px) and (max-width: 800px) {
  /*style header*/

  /*style main content*/

  /*style footer*/
}

/*------------***Begin Big Mobile Media query style***------------*/
@media only screen and (max-width: 600px) {
  /*style header*/

  /*style main content*/

  /*style footer*/
}

/*------------***Between Mobile and Tablet Media query style***------------*/
@media only screen and (min-width: 498px) and (max-width: 600px) {
  /*style header*/

  /*style main content*/

  /*style footer*/
}

/*------------***Mobile Media query style***------------*/
@media only screen and (max-width: 497px) {
  /*style header*/

  /*style main content*/

  /*style footer*/
}

/*------------------------------------------------------***End Media query***------------------------------------------------------*/
