/*
Theme Name: Hello Elementor Child
Description: Child theme for Hello Elementor
Author: Ronan
Template: hello-elementor
Version: 4.20.4
Text Domain: hello-elementor
*/
/*------------------------------------------------------------------------------------------
GLOBAL
-------------------------------------------------------------------------------------------- */
/* line 19, style.less */
.p_sans_marge .elementor-widget-container p:last-child,
.p_sans_marge p:last-child {
  margin-bottom: 0px;
  margin-block-end: 0px;
}
/* line 24, style.less */
.hyphenate p {
  text-align: justify;
  hyphens: auto;
  -webkit-hyphens: auto;
  /* Pour compatibilité avec d'anciens navigateurs */
  -moz-hyphens: auto;
  /* Pour compatibilité avec Firefox */
  lang: fr;
  /* Indique la langue pour les règles de césure */
}
/* line 32, style.less */
.btn-fade > .elementor-button,
a {
  transition: all .3s ease !important;
}
/* line 36, style.less */
.separator-points {
  width: 100%;
  height: 12px;
  background-size: 10px 6px;
  background-repeat: repeat-x;
  background-position: left center;
}
/* line 43, style.less */
.separator-points-claire {
  background-image: radial-gradient(circle, #dddddd 2px, transparent 2px);
}
/*------------------------------------------------------------------------------------------
FORMULAIRE
-------------------------------------------------------------------------------------------- */
/* line 51, style.less */
.elementor-form .elementor-field-option {
  display: inline-flex;
  align-items: center;
  margin: 5px 8px 5px 0;
}
/* line 57, style.less */
.elementor-form div.elementor-field-group-field_information_sur input[type="checkbox"] {
  display: none !important;
}
/* line 60, style.less */
.elementor-form div.elementor-field-group-field_information_sur input[type="checkbox"] + label {
  font-size: 14px;
  padding: 4px 10px;
  border: 2px solid #2b6360;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: 500;
}
/* line 70, style.less */
.elementor-form div.elementor-field-group-field_information_sur input[type="checkbox"]:checked + label,
.elementor-form div.elementor-field-group-field_information_sur input[type="checkbox"]:hover + label {
  background-color: #378884;
  color: white !important;
}
/* line 76, style.less */
.elementor-form .elementor-message.elementor-message-success {
  background: #f89300;
  padding: 20px;
  border-radius: 4px;
  font-weight: bold;
  text-align: center;
}
/* line 84, style.less */
.elementor-form .elementor-message {
  margin-top: 40px;
  margin-bottom: 0px;
}
/* line 89, style.less */
.elementor-form .elementor-message:before {
  display: none !important;
}
/*------------------------------------------------------------------------------------------
MENU DU HAUT
-------------------------------------------------------------------------------------------- */
@media (max-width: 1250px) and (min-width: 1024px) {
  /* line 101, style.less */
  header .accueil_btn,
  header .blog_btn {
    display: none !important;
  }
  /* line 105, style.less */
  header a {
    font-size: 14px !important;
  }
}
/* line 111, style.less */
header .sur_entete a {
  color: #f89300;
}
/* line 115, style.less */
header .sur_entete a:hover {
  color: #fca11e;
}
@media (max-width: 365px) {
  /* line 121, style.less */
  header .elementor-widget-theme-site-logo img {
    max-width: 220px !important;
  }
}
@media (max-width: 365px) {
  /* line 127, style.less */
  header .elementor-menu-toggle {
    font-size: 22px !important;
  }
}
/* line 132, style.less */
header .elementor-item-active:hover {
  color: #2b6360 !important;
}
/* line 138, style.less */
header .link_reservation {
  text-align: center;
}
@media (max-width: 1024px) {
  /* line 142, style.less */
  header .link_reservation {
    padding: 20px 0px;
  }
  /* line 144, style.less */
  header .link_reservation a {
    display: inline-block;
    padding: 10px 20px !important;
  }
}
/* line 150, style.less */
header .link_reservation a {
  color: #FFF !important;
  background-color: #2b6360;
  border-radius: 4px;
  transition: all .3s ease;
}
/* line 157, style.less */
header .link_reservation a:hover {
  background-color: #378884;
  color: #FFF !important;
}
/* line 165, style.less */
.header_principal,
.header_sticky_remplace {
  /*@media screen and (max-width: 1500px) {
        .accueil_link {
            display: none !important;
        }
    }
    @media screen and  (max-width: 1300px) and  (min-width: 1024px) {
        .logo_blanc img {
            max-width: 150px !important;
        }
    }
    @media screen and  (max-width: 1100px) {
        nav li > a {
            margin: 0px 15px !important;
        }
    }*/
}
/* line 183, style.less */
.header_principal.fixed {
  position: fixed;
  top: -200px !important;
  background: #2b6360;
  /*  .logo_blanc {
        > div {
            padding: 10px 0px !important;

            img {
                max-width: 150px !important;
            }
        }

    }

    .burger_mobile a {
        font-size: 20px !important;
    }*/
}
/* line 188, style.less */
.header_principal.fixed > div {
  padding: 0px !important;
}
/* line 208, style.less */
.header_principal.fixed.rentre {
  top: 0px !important;
  transition: top ease 0.3s, background ease 0.3s !important;
}
/* line 214, style.less */
.header_principal.fixed.remonte {
  top: -200px !important;
  background: transparent;
}
/*------------------------------------------------------------------------------------------
ACCUEIL
-------------------------------------------------------------------------------------------- */
@media (max-width: 767px) {
  /* line 226, style.less */
  .galerie_avec_separator_accueil div.galerie_elem::after {
    content: "";
    display: block;
    height: 6px;
    margin: 10px auto 5px auto;
    background: radial-gradient(circle, #000000 3px, transparent 3px) repeat-x;
    background-size: 22px 6px;
    max-width: 300px;
    width: 100%;
  }
  /* line 236, style.less */
  .galerie_avec_separator_accueil div.galerie_elem:last-child::after {
    display: none;
  }
}
/*------------------------------------------------------------------------------------------
PAGE FAQ
-------------------------------------------------------------------------------------------- */
/* line 246, style.less */
.faq_section .faq_accordeon details {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
/* line 248, style.less */
.faq_section .faq_accordeon details a:hover {
  color: #378884 !important;
}
/* line 260, style.less */
.dressage_fonctionnement .etages .etage .titre {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  left: -40px;
  padding-left: 20px;
}
/* line 269, style.less */
.dressage_fonctionnement .etages .etage .titre::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../../uploads/2026/02/Icon_blanc.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/* line 280, style.less */
.dressage_fonctionnement .etages .etage .p_sans_marge {
  border-left: 2px solid #FFF !important;
  padding-left: 30px;
}
/*------------------------------------------------------------------------------------------
PAGE BLOG
-------------------------------------------------------------------------------------------- */
/* line 291, style.less */
.blog_categories {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 467px) {
  /* line 298, style.less */
  .blog_categories {
    flex-direction: column;
  }
  /* line 301, style.less */
  .blog_categories a {
    display: block !important;
    width: 100%;
  }
}
/* line 307, style.less */
.blog_categories a {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 4px;
  background-color: #2b6360;
  color: white;
  text-decoration: none;
  transition: all .3s ease;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
/* line 319, style.less */
.blog_categories a:hover,
.blog_categories a.on {
  background-color: #378884;
  color: #FFF;
}
/* line 327, style.less */
.blog_categorie_section .titre {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 32px;
  color: #2b6360;
  gap: 15px;
}
/* line 336, style.less */
.blog_categorie_section .titre::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url("../../uploads/2026/02/logo-les-pins-de-l-aumonerie-112x112-1.png") no-repeat center;
  background-size: contain;
}
/* line 344, style.less */
.blog_categorie_section .titre::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #3f3f3f;
}
/*------------------------------------------------------------------------------------------
PAGE RESERVATION
-------------------------------------------------------------------------------------------- */
/* line 358, style.less */
.formules_elevage .categories_chien li img {
  transition: all .3s ease;
}
/* line 364, style.less */
.formules_elevage .categories_chien li:hover img {
  opacity: 0.9;
}
/* line 374, style.less */
.formules_dressage .categories_chien .products {
  width: 80% !important;
  margin: 0 auto !important;
}
/* line 380, style.less */
.formules_dressage .categories_chien li img {
  transition: all .3s ease;
}
/* line 386, style.less */
.formules_dressage .categories_chien li:hover img {
  opacity: 0.9;
}
