/*
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 {
    text-indent: -999px;
  }
}
@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;
  }
}

@media only screen and (max-width: 600px) {
  .section-footer .coherence-core-nav-menu__layout-horizontal {
    justify-content: center;
  }
  .section-footer
    .coherence-core-nav-menu__layout-horizontal
    .coherence-core-nav-menu {
    justify-items: center;
  }
}

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

/*------------------------------------------------------***Begin Pages internes Style***------------------------------------------------------*/

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

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

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

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

/**************************************Style : SLIDER*********************************/
.button-slider {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.button-slider::before {
  content: "";
  background-image: url(/wp-content/uploads/2023/08/dog.svg);
  background-repeat: no-repeat;
  width: 45px;
  height: 35px;
  display: block;
  filter: brightness(0);
}
.button-slider:hover::before {
  filter: brightness(1);
}
.button-slider::after {
  content: "";
  border: 1px solid black;
  position: absolute;
  left: -10px;
  top: -6px;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.button-slider:hover::after {
  border: 1px solid var(--e-global-color-color_1);
}

.button-slider-2 {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.button-slider-2::before {
  content: "";
  background-image: url(/wp-content/uploads/2023/08/dog.svg);
  background-repeat: no-repeat;
  width: 45px;
  height: 35px;
  display: block;
  filter: brightness(1);
}
.button-slider-2:hover::before {
  filter: brightness(0);
}
.button-slider-2::after {
  content: "";
  border: 1px solid var(--e-global-color-color_1);
  position: absolute;
  left: -10px;
  top: -6px;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.button-slider-2:hover::after {
  border: 1px solid black;
}

.depicter-bullets-wrapper {
  transform: rotate(90deg);
}

@media only screen and (max-width: 1024px) {
  .depicter-bullets-wrapper {
    transform: rotate(0);
  }
}
.depicter-bullet-item {
  background-image: url(/wp-content/uploads/2023/08/dots.png);
  background-color: transparent !important;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 40px !important;
  height: 40px !important;
}
.depicter-bullet-item.depicter-bullet-active {
  background-image: url(/wp-content/uploads/2023/08/dots-active.png);
}
/**************************************Style : section_presentation*********************************/

/**************************************Style : section_prestations*********************************/
.item-body .top-content {
  transform: translatey(0px);
  transition: all 0.3s ease-in-out;
}
.item-body:hover .top-content {
  transform: translatey(-8px);
}

section {
  display: flex !important;
  align-items: stretch;
  padding-top: 8px !important;
}
.wrapper-presta {
  display: flex !important;
  flex-direction: column;
}

section p:empty {
  display: none !important;
}

.slick-track,
.item.slick-slide.slick-active,
.item.slick-slide {
  display: flex !important;
  align-items: stretch !important;
  overflow: hidden;
}

.item.slick-slide {
  min-height: unset !important;
  height: unset !important;
}

.item-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.item-content {
  flex-grow: 1;
  display: flex;
}

.wrapper-presta .top-content {
  border: 1px solid;
  border-radius: 20px;
  padding: 25px;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  gap: 25px;
  flex: 3 !important;
}

.top-content p {
  margin-bottom: 0em;
}

.top-content > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wrapper-presta .top-content .main-img,
.wrapper-presta .top-content .foot-fg-img {
  object-fit: fill !important;
  transition: all 0.8s ease-in-out;
}

.wrapper-presta .top-content .main-img {
  height: 120px;
  filter: grayscale(100%);
}

.wrapper-presta .top-content .title {
  font-family: "Montserrat";
  font-weight: 600;
  color: var(--e-global-color-color_1);
  text-align: center;
}

.wrapper-presta .top-content p {
  text-align: center;
  font-weight: 500;
}

.wrapper-presta .top-content .foot-fg-img {
  height: 40px;
  opacity: 0.2;
}

.wrapper-presta .bottom-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 !important;
}

.wrapper-presta .prestation-btn .button {
  font-family: "Montserrat";
  font-size: 20px;
  color: black;
  background-color: var(--e-global-color-color_1);
  border-radius: 30px;
  padding: 10px 40px 15px 15px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.wrapper-presta .prestation-btn .button:hover {
  background-color: var(--e-global-color-secondary);
  color: white;
}

.wrapper-presta .prestation-btn .button:hover:before {
  border: 1px solid var(--e-global-color-color_1) !important;
}

.wrapper-presta .prestation-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrapper-presta .prestation-btn .button::before {
  content: "";
  border: 1px solid black;
  position: absolute;
  left: -10px;
  top: -6px;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
}

.button::after {
  content: "";
  background-image: url(/wp-content/uploads/2023/08/dog.svg);
  background-repeat: no-repeat;
  width: 45px;
  height: 35px;
  display: block;
  float: left;
  filter: brightness(1);
}

.wrapper-presta .bottom-content .foot-img {
  width: 220px !important;
  transform: translateY(20px);
  transition: all 0.3s ease-in-out;
}

.wrapper-presta:hover .top-content .main-img {
  filter: grayscale(0);
}

.wrapper-presta:hover .top-content .foot-fg-img {
  opacity: 1;
}

.wrapper-presta:hover .bottom-content .foot-img {
  transform: translateY(12px);
}

/**************************************Style : page prestations*********************************/
span.slick-arrow {
  transform-style: preserve-3d;
}

span.slick-arrow:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: black;
  border-radius: 50px;
  isolation: isolate;
  top: 3px;
  transform: translateZ(-1px);
  transition: all 0.3s ease-in-out;
}

span.slick-arrow.slick-prev:before {
  left: -3px;
  transition: all 0.3s ease-in-out;
}

span.slick-arrow.slick-next:before {
  right: -3px;
  transition: all 0.3s ease-in-out;
}

span.slick-arrow:hover:before {
  background-color: var(--e-global-color-primary);
  top: -3px;
}

span.slick-arrow.slick-prev:hover:before {
  left: 3px;
}

span.slick-arrow.slick-next:hover:before {
  right: 3px;
}

.presta-slider .item-title {
  position: relative;
}

.presta-slider .item-title::before,
.presta-slider .item-title::after {
  content: "";
  border: 1px solid var(--e-global-color-color_1);
  position: absolute;
  width: 100%;
}

.presta-slider .item-title::before {
  top: -10px;
}

.presta-slider .item-title::after {
  left: 0;
  bottom: -10px;
}

.section-3-container img {
  filter: grayscale(100%);
}

.section-3-container .section-3-hoverimg:hover img {
  filter: grayscale(0);
}

/**************************************Style : section after prestations*********************************/
.block-4img .elementor-coherence-core-content-box-title {
  background-color: var(--e-global-color-secondary);
  padding: 10px 30px;
  width: fit-content;
  margin: auto;
  border-radius: 30px;
  border: 6px solid white;
  transition: all 0.5s ease-in-out;
  transform: translateY(-35px) translateX(5px) rotate(-5deg);
}

.block-4img .elementor-coherence-core-content-box-title:hover {
  transform: translateY(-35px) translateX(5px) rotate(15deg);
}

/**************************************Style : section_Actualites*********************************/
.fb-page iframe {
  border-radius: 38px;
  z-index: 1;
}
.fb-page::after {
  content: "";
  width: 115%;
  height: 116%;
  position: absolute;
  display: block;
  top: -54px;
  left: -25px;
  z-index: 0;
  background-image: url(/wp-content/uploads/2023/08/cadre-fb.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.post-item-img img {
  border-radius: 18px !important;
}

/**************************************Style : section_Realisations*********************************/
.gallery-icon.landscape {
  overflow: hidden;
  border-radius: 20px;
}

.gallery-item .gallery-icon img {
  transition: all 0.7s;
}

.gallery-item .gallery-icon:hover img,
.modula-item-content:hover img {
  transform: scale(1.05) !important;
}
/**************************************Style : section_valeurs*********************************/

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

/**************************************Style : section_avis*********************************/
.ti-widget.ti-goog .ti-reviews-container .ti-reviews-container-wrapper {
  height: 480px;
  overflow: auto;
}

.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;
  }
}
.section-avis-pg .ti-widget.ti-goog .ti-review-item > .ti-inner {
  background-color: #f4f4f4 !important;
}
.section-avis-pg .ti-header.source-Google {
  display: none !important;
}

/**************************************Style : section_contact*********************************/
#contact_select {
  display: grid;
  column-gap: 15px;
  row-gap: 15px;
  grid-template-columns: repeat(4, 1fr);
}

#contact_select .wpcf7-list-item {
  margin: 0;
}

#contact_select .wpcf7-list-item span {
  border-radius: 50%;
  background-color: #f2f2f2;
  text-align: center;
  font-size: 0;
  font-weight: 600;
  height: 165px !important;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  #contact_select .wpcf7-list-item span {
    height: 115px !important;
  }
  #contact_select .wpcf7-list-item:nth-child(1) span:before,
  #contact_select .wpcf7-list-item:nth-child(2) span:before,
  #contact_select .wpcf7-list-item:nth-child(3) span:before,
  #contact_select .wpcf7-list-item:nth-child(4) span:before {
    background-size: 45px !important;
  }
}

@media only screen and (max-width: 800px) {
  #contact_select .wpcf7-list-item span {
    height: 140px !important;
  }
  .prestation-cont span.slick-arrow {
    display: none !important;
  }
}

@media only screen and (max-width: 600px) {
  #contact_select .wpcf7-list-item span {
    height: 120px !important;
  }
}

#contact_select .wpcf7-list-item label {
  display: flex;
}

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

#contact_select .wpcf7-list-item span:before {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  width: 80px;
  height: 80px;
}

#contact_select .wpcf7-list-item:nth-child(1) span:before {
  content: "";
  background-image: url(/wp-content/uploads/2023/08/contact-5-1.png);
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
}
#contact_select .wpcf7-list-item:nth-child(2) span:before {
  content: "";
  background-image: url(/wp-content/uploads/2023/08/contact-4.png);
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
}
#contact_select .wpcf7-list-item:nth-child(3) span:before {
  content: "";
  background-image: url(/wp-content/uploads/2023/08/contact-3.png);
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
}
#contact_select .wpcf7-list-item:nth-child(4) span:before {
  content: "";
  background-image: url(/wp-content/uploads/2023/08/contact-1.png);
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
}

#contact_select span.wpcf7-list-item label input:checked + span {
  background: #fe940094;
}
input.wpcf7-submit {
  background-image: url(/wp-content/uploads/2023/08/icon-btn-black.svg);
  background-repeat: no-repeat;
  background-position: 35px;
  box-shadow: none;
  max-width: 220px;
  width: 220px;
  height: 55px;
  border-radius: 30px !important;
  padding: 12px 10px 12px 30px !important;
  position: relative;
}
input.wpcf7-submit:hover {
  background-image: url(/wp-content/uploads/2023/08/dog.svg);
  color: white !important;
}
.submit-button {
  position: relative;
  width: max-content;
}
.submit-button::before {
  position: absolute;
  content: "";
  border: 1px solid black;
  border-radius: 30px;
  bottom: 6px;
  left: 6px;
  z-index: 1;
  pointer-events: none;
  width: 220px;
  height: 56px;
}
.submit-button:hover::before {
  border-color: var(--e-global-color-color_1);
}

/*Style : buttons*/
/*white border button*/
.button-white .elementor-button-link {
  position: relative !important;
}
.button-white .elementor-button-link::before {
  content: "";
  border: 1px solid white;
  position: absolute;
  left: -10px;
  top: -6px;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.button-white .elementor-button-link:hover::before {
  border: 1px solid black;
}
.button-white .elementor-button-text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.button-white .elementor-button-text::before {
  content: "";
  background-image: url(/wp-content/uploads/2023/08/dog.svg);
  background-repeat: no-repeat;
  width: 45px;
  height: 35px;
  display: block;
}
.button-white .elementor-button-link:hover .elementor-button-text::before {
  filter: brightness(0);
}

/*black border botton*/
.button-black .elementor-button-link {
  position: relative !important;
}
.button-black .elementor-button-link::before {
  content: "";
  border: 1px solid black;
  position: absolute;
  left: -10px;
  top: -6px;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.button-black .elementor-button-link:hover::before {
  border: 1px solid var(--e-global-color-color_1);
}
.button-black .elementor-button-text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.button-black .elementor-button-text::before {
  content: "";
  background-image: url(/wp-content/uploads/2023/08/dog.svg);
  background-repeat: no-repeat;
  width: 45px;
  height: 35px;
  display: block;
  filter: brightness(0);
}
.button-black .elementor-button-link:hover .elementor-button-text::before {
  filter: brightness(1);
}
/*orange border botton*/
/*--------------------------------------------------------------***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;
}

.section-footer .coherence-core-nav-menu:before,
.section-footer .coherence-core-nav-menu:after {
  display: none !important;
}
.section-footer
  .coherence-core-nav-menu__layout-horizontal
  .coherence-core-nav-menu {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  width: max-content;
}
.section-footer
  .coherence-core-nav-menu__layout-horizontal
  .coherence-core-nav-menu
  .menu-item:nth-child(2),
.section-footer
  .coherence-core-nav-menu__layout-horizontal
  .coherence-core-nav-menu
  .menu-item:nth-child(4) {
  grid-row-start: 2;
}
/*------------------------------------------------------***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) {
  /*style header*/

  /*style main content*/

  /*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*/

  /*style footer*/
  .section-footer
    .coherence-core-nav-menu__layout-horizontal
    .coherence-core-nav-menu
    .menu-item:nth-child(2),
  .section-footer
    .coherence-core-nav-menu__layout-horizontal
    .coherence-core-nav-menu
    .menu-item:nth-child(4) {
    grid-row-start: auto;
  }
  .section-footer
    .coherence-core-nav-menu__layout-horizontal
    .coherence-core-nav-menu {
    grid-template-columns: repeat(1, 1fr);
  }
}

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

  /*style main content*/

  /*style footer*/
}

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

  /*style main content*/
  .wrapper-presta .bottom-content .button {
    opacity: 1;
  }
  .wrapper-presta .bottom-content .foot-img {
    transform: translateY(12%);
  }
  .wrapper-presta .top-content .main-img {
    filter: grayscale(0);
  }
  .wrapper-presta .top-content .foot-fg-img {
    opacity: 1;
  }

  /*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*/
}
@media only screen and (max-width: 425px) {
  #contact_select {
    grid-template-columns: repeat(2, 1fr);
  }
  #contact_select .wpcf7-list-item span {
    height: 140px !important;
  }

  .wrapper-presta .prestation-btn .button {
    font-size: 16px;
    padding: 10px 25px 10px 10px;
  }
}

/*------------------------------------------------------***End Media query***------------------------------------------------------*/
[data-wpr-lazyrender]{ content-visibility:visible !important;}