/*
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 .menu-icon-home > a svg {
  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 i {
    display: block !important;
  }
  span.ac_home {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .section-header .menu-icon-home a i {
    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;
  }
}
.coherence-core-nav-menu__layout-horizontal .coherence-core-nav-menu {
  display: flex !important;
  align-items: center !important;
}

body .sticky-active{
	background:transparent !important;
	box-shadow:unset !important
}

.fa-home {font-size: 22px !important;}
/* header:not(.home) {
  width: 1880px !important;
  margin: 10px auto !important;
} */

header.header-is-sticky {
  width: 1880px !important;
  margin: 0px auto !important;
}

.section-header.header-is-sticky {
  right: 0 !important;
}

/*------------------------------------------------------***End***------------------------------------------------------*/
div#altEmail_container {display:none !important}
[data-wpr-lazyrender]{ content-visibility:visible!important; }
a.dib.link_phone1:hover,
a.dib.link_phone2:hover {
  text-underline-offset: 4px;
  text-decoration: underline;
}

/*------------------------------------------------------***Begin Pages internes Style***------------------------------------------------------*/
.section-interne {
  width: 1880px !important;
  margin: 30px auto !important;
}

/* =============================
 * == Phone SlideIn & Contact == 
 * ============================= */
.tele-formations a {
  color: var(--e-global-color-color_white) !important;
}
.tele-formations a:hover {
  color: var(--e-global-color-color_white) !important;
  text-decoration: underline !important;
}

/* =============================
 * =========== Contact =========
 * ============================= */
.tele-formations.footer-tele a {
  color: var(--e-global-color-color_black) !important;
}
.tele-formations.footer-tele a:hover {
  color: var(--e-global-color-color_black) !important;
  text-decoration: underline !important;
}

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

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

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

/**************************************Style : SLIDER *********************************/


/**************************************Style : section_presentation*********************************/
/* .item-content p:empty {
  display: none !important;
}
.item-content p {
  margin-bottom: 0em !important;
}
.presta-title-icon img.icon_p {
  width: 80px !important;
transition:width .5 ease-in-out !important
}

.item-body{
	height:460px !important;
	overflow:hidden;
}

.item-body:before{
	content:"";
	inset:0;
	position:absolute;
	background-color:#616161d6;
	z-index:1
}

.item-body img {
  height: 100% !important;
}
.presta-btn {
  display: flex;
}

.item-content section {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	z-index:2
}

.presta-content,.presta-title {
	text-align:center;
}

.presta-parent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	gap:20px
}

.presta-title-icon{
	display:flex;
	gap:20px;
	flex-direction: column;
}

.presta-content, .presta-btn {
    transform: translatey(600px);
    opacity: 0;
	transition:all .5s ease-in-out;
} */

/*********** hover **************/
/* .item-body:hover .presta-content ,.item-body:hover .presta-btn{
    opacity: 1;
	transform: translatey(0px);
}

.item-body:hover img.icon_p{
	width:0 !important
}
 */

/**************************************Style : section_prestations*********************************/
.item-body > img {
  height: 100% !important;
}
.slick-slide .imgCarContenair, .slick-slide .imgCarContenair img{width: 100% !important;height:100% !important;}
.presta-title-front h3,
.presta-title h3 {
  color: #fff !important;
}
.section-prestations .slick-slide * {
  transition: all 0.5s ease-in-out;
}
.section-prestations .slick-slide {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 10px !important;
}
.presta-parent {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-inline: 20px;
  justify-content: center;
}
.presta-back {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transform: translateY(270%);
  gap: 15px;
}
.presta-title-icon-front {
  text-align: center;
  position: absolute;
  width: 100%;
}

.presta-btn {
  display: flex;
  justify-content: center;
}

.presta-content p {
  margin-bottom: 0px;
  font-family: "Exo", sans-serif !important;
  color: white !important;
}

.presta-back:before {
  content: "";
}

a.presta-button {
  font-family: "Exo", sans-serif !important;
  background: transparent;
  padding: 15px 30px;
  color: #fff !important;
  border: 2px solid #fff;
  transition: unset !important;
  border-radius: 50px;
  font-weight: 400 !important;
}
.presta-icon-front {
  margin-top: -12%;
}
.section-prestations .slick-slide:before {
  content: "";
  border: 5px solid var(--e-global-color-color_2);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transform: rotate(10deg);
  z-index: -1;
  transition: all 0.5s ease-in-out;
}

/*BG*/
.section-prestations {
  position: relative;
}
/*****************hover***********************/
.section-prestations .slick-slide a.presta-button:hover {
  background: var(--e-global-color-color_1);
  color: #fff !important;
  transition: unset !important;
}
.section-prestations .slick-slide:hover .presta-back {
  transform: translateY(0%);
}
.section-prestations .slick-slide:hover .presta-title-icon-front {
  transform: translateY(100%);
}
.section-prestations .slick-slide:hover:before {
  height: 100%;
  transition: 0.6s;
  border-radius: 20px;
}

.section-prestations .basic-carousel .item-body:hover:after {
  transform: rotate(18deg);
}
.section-prestations .slick-slide:hover:after {
  display: none !important;
}

.slick-slide:hover:before {
  transform: rotate(18deg);
}

.presta-title-front {
  padding: 20px !important;
}
/**/

.section-prestations .slick-slide .item-content {
  bottom: 1% !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 99% !important;
  box-shadow: 0px 15px 0px var(--e-global-color-color_1);
}

.item-content {
  width: 100% !important;
  height: 100% !important;
}

.item-content section {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}
.section-prestations .slick-slide {
  height: 450px !important;
}
.section-prestations .slick-slide:hover .item-content {
  background: #313030c7;
  border-radius: 20px;
}

.section-prestations
  .elementor-widget-basic-carousel
  .basic-carousel
  .item
  img.icon_p {
  width: 120px;
  object-fit: none !important;
  height: 120px;
  opacity: 1;
}
.section-prestations .basic-carousel .slick-slide .item-body img {
  opacity: 0;
}
.section-prestations .basic-carousel .slick-slide:hover .item-body img {
  opacity: 1;
  height: 445px;
  transition: all 0.5s ease-in-out;
  border-radius: 20px;
}

.section-prestations .basic-carousel .item-body {
  position: relative;
  background: var(--e-global-color-color_1);
  border-radius: 20px;
  height: 470px !important;
  overflow: hidden;
}

.section-prestations,
.section_actus {
  width: 1850px !important;
  margin: 0 auto !important;
}

/**************************************Style : section_Actualites*********************************/
.fb_col {
  max-width: 420px;
  border: 15px solid var(--e-global-color-color_1);
  border-width: 15px 15px 15px;
  border-radius: 50px 50px 50px 50px;
}
.fb_col iframe {
  margin-bottom: -7px !important;
  border-radius: 35px 35px 35px 35px;
}
.fb_col:before {
  content: "";
  height: 40px;
  width: 180px;
  position: absolute;
  top: 0%;
  left: 120px;
  margin: auto;
  background: var(--e-global-color-color_1);
  border-radius: 70px;
  z-index: 9 !important;
}

.fb_col:after {
  content: "";
  height: 70px;
  width: 10px;
  position: absolute;
  top: 25%;
  right: 30px;
  margin: auto;
  background: var(--e-global-color-color_1);
}

/**************************************Style : section_Realisations*********************************/

/**************************************Style : section_valeurs*********************************/

/**************************************Style : section_contact*********************************/

/**************************************Style : section_avis*********************************/
body .ti-widget.ti-goog .ti-review-item > .ti-inner {
  border-radius: 50px !important;
}
/* body.home .ti-widget.ti-goog .ti-widget-container {
    width: 1400px !important;
} */
/*************************** arrows google respo ***********************/
@media (max-width: 1023px) {
    body .ti-widget.ti-goog .ti-reviews-container-wrapper {margin:0 20px !important}
	.ti-widget.ti-goog .ti-controls{display:block !important;}
}
@media (max-width: 479px) {
    body .ti-widget.ti-goog .ti-controls-line {display:none !important}
}
/**************** style Page avis (mettre cette classe dans le contenour des avis : section-avis-pg) ****************/

.section-avis-pg .ti-widget.ti-goog .ti-reviews-container {
  max-height: unset !important;
  overflow-y: initial !important;
}
.section-avis-pg .ti-widget.ti-goog .ti-reviews-container-wrapper {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  width: 100% !important;
  margin: 0px !important;
}
.section-avis-pg .ti-widget.ti-goog .ti-review-item {
  width: 31% !important;
  float: left !important;
  margin: 1%;
  position: relative !important;
  left: 0px !important;
  max-width: 31% !important;
  min-width: 31% !important;
  flex: 0 0 31% !important;
  padding: 0px !important;
}
.section-avis-pg .ti-widget.ti-goog .ti-reviews-container {
  width: 100% !important;
  overflow: hidden;
}
.section-avis-pg .ti-widget.ti-goog .ti-controls-dots,
.section-avis-pg .ti-widget.ti-goog .ti-controls {
  display: none !important;
}

@media only screen and (max-width: 1024px) {
  .section-avis-pg .ti-widget.ti-goog .ti-review-item {
    width: 48% !important;
    min-width: 48% !important;
    flex: 0 0 48% !important;
  }
}
@media only screen and (max-width: 600px) {
  .section-avis-pg .ti-widget.ti-goog .ti-review-item {
    width: 98% !important;
    min-width: 98% !important;
    flex: 0 0 98% !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 2 col ========*/
.menu-2-col ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
.col-widget-footer .menu-2-col .coherence-core-nav-menu:before,
.col-widget-footer .menu-2-col .coherence-core-nav-menu:after {
  display: none !important;
}

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

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

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

  /*style main content*/

  /*style footer*/
}

/*------------***Large devices (desktops, less than 1501px)***------------*/
@media only screen and (max-width: 1500px) {
  /*   header:not(.home) {
    width: unset !important;
    margin: 10px 5px !important;
  } */
  header.header-is-sticky {
    width: -webkit-fill-available !important;
    margin: 0px 0px !important;
  }
}

/*------------***Large devices (desktops, less than 1361px)***------------*/
@media only screen and (max-width: 1360px) {
  /* .section-prestations .slick-slide:hover .presta-back {
    transform: translateY(-20%);
} */
  .fb_col:after {
    right: -5px;
  }
  /* .elementor-28 .elementor-element.elementor-element-5a31c5c.coherence-pagination-position-absolute .basic-carousel .slick-dots {
    right: -545px !important;
} */
}

/*------------***Large devices (desktops, less than 1281px)***------------*/
@media only screen and (max-width: 1280px) {
  /*   header:not(.home) {
    width: unset !important;
    margin: 10px 4px !important;
  } */
  /* .elementor-28 .elementor-element.elementor-element-5a31c5c.coherence-pagination-position-absolute .basic-carousel .slick-dots {
    right: -500px !important;
}	 */
}

@media only screen and (max-width: 1200px) {
  .depicter-revert .depicter-1-element-89 {
    transform: rotate(0deg) !important;
  }
}

/*------------***Medium devices (tablets, less than 1025px)***------------*/
@media only screen and (max-width: 1024px) {
  a.presta-button {
    padding: 10px 20px;
  }
  body.home .ti-widget.ti-goog .ti-widget-container {
    width: unset !important;
  }
  .fb_col:after {
    right: 20px;
  }

  /* .elementor-28 .elementor-element.elementor-element-5a31c5c.coherence-pagination-position-absolute .basic-carousel .slick-dots {
    right: -395px !important;
}	 */
}

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

/*------------***Tablet Media query style***------------*/
@media only screen and (max-width: 800px) {
  .section-prestations .slick-slide {
    height: unset !important;
  }
  .elementor-28
    .elementor-element.elementor-element-5a31c5c.coherence-pagination-position-absolute
    .basic-carousel
    .slick-dots {
    bottom: 0 !important;
    right: 0 !important;
  }
}

/*------------***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) {
  .section-prestations .slick-slide .presta-title-icon-front {
    opacity: 0;
  }
  .section-prestations .slick-slide .presta-back {
    transform: translateY(-0%);
  }
  .elementor-widget-basic-carousel .basic-carousel .slick-slide .item-body img {
    opacity: 1;
    border-radius: 20px;
    height: 445px;
  }
  .elementor-widget-basic-carousel .basic-carousel .item-body {
    background: transparent !important;
  }
  .section-prestations .slick-slide .item-content {
    background: #616161d6;
    border-radius: 20px;
  }

  ul#menu-1-e22f645,
  ul#menu-1-f30425d {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
    align-content: center;
    align-items: center;
  }
  ul#menu-1-e22f645 li,
  ul#menu-1-f30425d li {
    width: unset !important;
    margin: 0px !important;
    margin-block: 0px !important;
    padding-block: 0px !important;
  }

  /*   header:not(.home) {
    width: unset !important;
    margin: 0px 0px !important;
    border-radius: 0px !important;
  } */
  .elementor-28
    .elementor-element.elementor-element-5a31c5c.coherence-pagination-position-absolute
    .basic-carousel
    .slick-dots {
    bottom: -25px !important;
    right: 0 !important;
  }
}
/*------------***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: 600px) {
  /*style header*/

  /*style main content*/

  /*style footer*/
  .section-footer .menu-footer .coherence-core-nav-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 400px) {
  /* .elementor-28 .elementor-element.elementor-element-5a31c5c .basic-carousel .slick-slide {
    margin: 50px 45px 50px 45px !important;
} */

  .elementor-widget-basic-carousel .basic-carousel .item-body:after {
    display: none !important;
  }
}

@media only screen and (max-width: 320px) {
  /* .elementor-28 .elementor-element.elementor-element-5a31c5c .basic-carousel .slick-slide {
    margin: 50px 30px 50px 30px !important;
} */
  .elementor-widget-basic-carousel .basic-carousel .item-body:after {
    transform: rotate(9deg);
  }
  .presta-parent {
    padding-inline: 10px;
  }
  a.presta-button {
    padding: 8px 15px;
  }
}
/*------------------------------------------------------***End Media query***------------------------------------------------------*/





/*Form Contact*/

span#id_check {
    display: flex !important;
    gap: 10px;
    padding-bottom: 10px;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}
#id_check .wpcf7-list-item{margin:0;width: calc(33.33% - (10px * 2 / 3) );}
/* #id_check .wpcf7-list-item:nth-child(1), #id_check .wpcf7-list-item:nth-child(2) {width: calc(50% - (10px / 2) );} */

@media only screen and (max-width: 600px){
span#id_check {
    display: unset !important;
	padding-inline: 0px;
}
.checkbox-div .wpcf7-form-control .wpcf7-list-item {
    width: 100% !important;
	margin-bottom: 10px !important;
}
}

#id_check .wpcf7-list-item span {
    padding: 20px;
    background-color: #000;
    border: 1px solid var(--e-global-color-color_1);
    color: #fff;
    flex: 1;
    text-align: center;
    border-radius: 10px;
}

#id_check .wpcf7-list-item:hover span {
    background-color: var(--e-global-color-color_1);
}

#id_check .wpcf7-list-item label {
	display: flex;
	cursor: pointer;
	height: 100%;
}

.section_contact_home .bottom-boxs span.wpcf7-list-item label{
   cursor: pointer;
}

#id_check .wpcf7-list-item input {
	visibility: hidden;
	position: absolute;
}

#id_check .wpcf7-list-item span:before {
	content: "";
    height: 80px;
    width: 80px;
	position: relative;
	display: block;
	text-align: center;
	margin-bottom: 10px !important;
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	margin-inline: auto;
}
#id_check .wpcf7-list-item label input:checked + span:before{
	filter: brightness(10);
}

#id_check .wpcf7-list-item label input:checked + span{
	color: white !important;
}

#id_check .wpcf7-list-item:hover span {
    color: white !important;
}

#id_check .wpcf7-list-item:hover span:before {
    filter: brightness(10);
}

#id_check .wpcf7-list-item:nth-child(1) span:before {
    background-image: url(https://www.bien-dans-ses-pattes.fr/wp-content/uploads/2025/06/bien-dans-ses-pattes-comportementaliste-canin-a-mulhouse-mantrailling.svg);
}
#id_check .wpcf7-list-item:nth-child(2) span:before {
    background-image: url(https://www.bien-dans-ses-pattes.fr/wp-content/uploads/2025/06/bien-dans-ses-pattes-comportementaliste-canin-a-mulhouse-leducation-canine.svg);
}
#id_check .wpcf7-list-item:nth-child(3) span:before {
    background-image: url(https://www.bien-dans-ses-pattes.fr/wp-content/uploads/2025/06/bien-dans-ses-pattes-comportementaliste-canin-a-mulhouse-cours-individuel.svg);
}


#id_check span.wpcf7-list-item label input:checked + span{
	background: var(--e-global-color-color_1);
	filter: drop-shadow(1px 1px 3px #535353);
}
.bottom-boxs span#id_checkboxs {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
	padding: 38px 0px;
}

@media only screen and (max-width: 800px){
form.wpcf7-form .col-sm-6 {
    width: 100% !important;
}
 
}

/*blog => Single blog*/

ul.blog-meta {
    display: none;
}

.single-blog-inner  .details {
    margin-top: 30px;
}


@media only screen and (max-width: 1024px){

	body .sec_prsts .parg_prest, body .sec_prsts .title_prest {
    margin-bottom: 30px!important;
		text-align:center !important;
}
	
	
body .sec_prsts .cnt_prest {
    transform: translateY(84%);
    min-height: 490px;
}
}