@charset "UTF-8";
/*
    Theme Name: JR Chapes
    Theme URI: https://jr-chapes.fr
    Author: JR Chapes
    Author URI: https://jr-chapes.fr
    Description: Thème sur mesure pour JR Chapes
    Template: hello-elementor
    Version: 1.0
    Requires at least: 5.0
    Tested up to: 5.4
    Requires PHP: 7.0
    Text Domain: jr-chapes
    License: BSD 3-Clause License
    License URI: https://opensource.org/licenses/BSD-3-Clause
 */
/* === Styles généraux des boutons (desktop par défaut) === */
.elementor-element .elementor-widget-elementor-menu42-menu .elementor-widget-container .a42__main-menu .tools-wrapper .tools {
  /* Bouton primary : underline noir + flèche */
  /* Bouton secondary : jaune plein */
}
.elementor-element .elementor-widget-elementor-menu42-menu .elementor-widget-container .a42__main-menu .tools-wrapper .tools a.primary {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 0 !important;
  height: auto !important;
  font-size: 18px !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: -0.27px !important;
  text-decoration: none !important;
  background-color: transparent !important;
  color: black !important;
  border: none !important;
  border-radius: 0 !important;
  position: relative !important;
  line-height: 1 !important;
  transition: all 0.3s ease !important;
}
.elementor-element .elementor-widget-elementor-menu42-menu .elementor-widget-container .a42__main-menu .tools-wrapper .tools a.primary .tool-text {
  color: inherit !important;
}
.elementor-element .elementor-widget-elementor-menu42-menu .elementor-widget-container .a42__main-menu .tools-wrapper .tools a.primary .arrow {
  display: inline-block !important;
  width: 13px !important;
  height: 13px !important;
  mask: url("../../../assets/img/arrow_cta.svg") no-repeat center !important;
  mask-size: contain !important;
  background-color: black !important;
  transition: background-color 0.3s ease !important;
}
.elementor-element .elementor-widget-elementor-menu42-menu .elementor-widget-container .a42__main-menu .tools-wrapper .tools a.primary::after {
  content: "" !important;
  position: absolute !important;
  bottom: 4px !important;
  left: 0 !important;
  width: 100% !important;
  height: 2px !important;
  background-color: black !important;
  transform: scaleX(1) !important;
  transform-origin: left !important;
  transition: transform 0.3s ease !important;
}
.elementor-element .elementor-widget-elementor-menu42-menu .elementor-widget-container .a42__main-menu .tools-wrapper .tools a.primary:hover {
  color: var(--jr-chapes-yellow) !important;
}
.elementor-element .elementor-widget-elementor-menu42-menu .elementor-widget-container .a42__main-menu .tools-wrapper .tools a.primary:hover .arrow {
  background-color: var(--jr-chapes-yellow) !important;
}
.elementor-element .elementor-widget-elementor-menu42-menu .elementor-widget-container .a42__main-menu .tools-wrapper .tools a.primary:hover::after {
  background-color: var(--jr-chapes-yellow) !important;
}
.elementor-element .elementor-widget-elementor-menu42-menu .elementor-widget-container .a42__main-menu .tools-wrapper .tools a.secondary {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 10px 20px !important;
  border-radius: 21px !important;
  font-size: 18px !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: -0.27px !important;
  text-decoration: none !important;
  background-color: var(--jr-chapes-yellow) !important;
  color: var(--jr-chapes-secondary) !important;
  border: 1px solid var(--jr-chapes-yellow) !important;
  transition: all 0.3s ease !important;
  position: relative !important;
}
.elementor-element .elementor-widget-elementor-menu42-menu .elementor-widget-container .a42__main-menu .tools-wrapper .tools a.secondary .tool-text {
  color: inherit !important;
}
.elementor-element .elementor-widget-elementor-menu42-menu .elementor-widget-container .a42__main-menu .tools-wrapper .tools a.secondary:hover {
  background-color: transparent !important;
  color: var(--jr-chapes-yellow) !important;
  border: 1px solid var(--jr-chapes-yellow) !important;
}

/* === Styles spécifiques au mobile === */
@media (max-width: 767px) {
  .elementor-element .elementor-widget-elementor-menu42-menu .elementor-widget-container {
    background-color: black !important;
    left: -25px !important;
    width: calc(100% - 30px) !important;
    top: 20px !important;
    height: calc(100% - 30px) !important;
    border-radius: 20px !important;
  }
  .elementor-element .elementor-widget-elementor-menu42-menu .elementor-widget-container .a42__main-menu .menu-item .item-title-label {
    color: white !important;
    font-size: 26px !important;
    margin-bottom: 40px !important;
  }
  .elementor-element .elementor-widget-elementor-menu42-menu .elementor-widget-container .a42__main-menu .tools-wrapper .tools a.primary {
    color: white !important;
    margin-top: -40px !important;
    margin-bottom: 20px !important;
  }
  .elementor-element .elementor-widget-elementor-menu42-menu .elementor-widget-container .a42__main-menu .tools-wrapper .tools a.primary .arrow {
    background-color: white !important;
  }
  .elementor-element .elementor-widget-elementor-menu42-menu .elementor-widget-container .a42__main-menu .tools-wrapper .tools a.primary::after {
    background-color: white !important;
    bottom: -6px !important;
  }
  .elementor-element .elementor-widget-elementor-menu42-menu .elementor-widget-container .a42__main-menu .tools-wrapper .tools a.secondary {
    margin-bottom: 40px !important;
  }
  /* Bouton hamburger fermé (par défaut) */
  .a42-menu-button {
    margin-bottom: 10px !important;
    margin-left: 5px !important;
  }
  /* Bouton hamburger ouvert */
  .a42-menu-button.opened .elementor-widget-container .bar {
    background-color: var(--jr-chapes-primary) !important;
  }
}
.a42__main-menu {
  --menu-mobile-top-padding: 120px;
}
.is-desktop .a42__main-menu > .menu-item:not(.has-children) .item-title-label {
  position: relative;
}
.is-desktop .a42__main-menu > .menu-item:not(.has-children) .item-title-label::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transform: translateX(-50%) scale(0);
  transform-origin: center;
  transition: all 0.3s cubic-bezier(0.28, 0, 0, 1) 0s;
}
.is-desktop .a42__main-menu > .menu-item:not(.has-children) .item-title-label:hover::after, .is-desktop .a42__main-menu > .menu-item:not(.has-children) .item-title-label.active::after {
  transform: translateX(-50%) scale(1);
}
.is-desktop .a42__main-menu > .menu-item:not(.has-children) .item-title-label.active {
  color: var(--jr-chapes-secondary);
}

.a42__main-menu__submenu {
  transition: all 0.3s cubic-bezier(0.28, 0, 0, 1) 0s;
}
.is-desktop .a42__main-menu__submenu {
  border-top: 0 solid var(--jr-chapes-secondary);
  box-shadow: 0 0 2px var(--jr-chapes-color-shadow-2), 0 5px 12px var(--jr-chapes-color-shadow-2), 0 8px 24px var(--jr-chapes-color-shadow-1);
}

.a42__main-menu .submenu.depth-1 {
  filter: drop-shadow(0px 3px 10px rgba(10, 0, 30, 0.35));
}
.a42__main-menu .submenu.depth-1:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--submenu-bg-color, #ffffff);
}
.a42__main-menu .item {
  transition: all 0.3s cubic-bezier(0.28, 0, 0, 1) 0s;
}
.is-mobile .a42__main-menu .item:nth-child(1) {
  transition-delay: 0.03s;
}
.is-mobile .a42__main-menu .item:nth-child(2) {
  transition-delay: 0.06s;
}
.is-mobile .a42__main-menu .item:nth-child(3) {
  transition-delay: 0.09s;
}
.is-mobile .a42__main-menu .item:nth-child(4) {
  transition-delay: 0.12s;
}
.is-mobile .a42__main-menu .item:nth-child(5) {
  transition-delay: 0.15s;
}
.is-mobile .a42__main-menu .item:nth-child(6) {
  transition-delay: 0.18s;
}
.is-mobile .a42__main-menu .item:nth-child(7) {
  transition-delay: 0.21s;
}
.is-mobile .a42__main-menu .item:nth-child(8) {
  transition-delay: 0.24s;
}
.is-mobile .a42__main-menu .item:nth-child(9) {
  transition-delay: 0.27s;
}
.is-mobile .a42__main-menu .item:nth-child(10) {
  transition-delay: 0.3s;
}
.is-mobile .a42__main-menu .item .a42-submenu-arrow-down, .is-mobile .a42__main-menu .item .a42-submenu-arrow-right {
  width: 50px;
  align-self: stretch;
  height: inherit;
}

.a42__main-menu .submenu .item-title {
  width: 100%;
}
.is-desktop .a42__main-menu .submenu.depth-1 {
  margin-top: -8px;
}
.is-desktop .a42__main-menu .submenu.depth-2 {
  margin-left: -8px;
  left: 100%;
  top: -4px;
}
.is-desktop .a42__main-menu .submenu:not(.depth-1) {
  font-size: 90%;
  box-shadow: 0 0 2px var(--jr-chapes-color-shadow-2), 0 5px 12px var(--jr-chapes-color-shadow-2), 0 8px 24px var(--jr-chapes-color-shadow-1);
}

.is-mobile .a42__main-menu .submenu {
  width: 100%;
  padding: 0 0 0 30px;
}
.is-mobile .a42__main-menu .submenu .submenu-item.item {
  background: transparent;
}
.is-mobile .a42__main-menu .submenu .submenu-item.item .item-title-label {
  color: var(--jr-chapes-white);
  align-self: stretch;
}

.is-mobile .a42__main-menu {
  flex-grow: 0;
}
.is-mobile .a42__main-menu .depth-0 > .item-title {
  font-weight: 500;
}
.is-mobile .a42__main-menu .depth-0.has-children > .item-title {
  position: relative;
}
.is-mobile .a42__main-menu .depth-0.has-children > .item-title:after {
  transition: all 0.5s cubic-bezier(0.28, 0, 0, 1) 0s;
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 0;
  height: 2px;
}
.is-mobile .a42__main-menu .depth-0.has-children.expanded > .item-title:after {
  width: 80px;
}
.is-mobile .a42__main-menu .item {
  opacity: 0;
  transform: translateX(-25px);
}
.menu-opened.is-mobile .a42__main-menu > .menu-item {
  opacity: 1;
  transform: translateX(0);
}

.is-mobile .a42__main-menu .expanded > .submenu > .item {
  opacity: 1;
  transform: translateX(0);
}
:not(.menu-opened).is-mobile .a42__main-menu .expanded > .submenu > .item {
  opacity: 0;
  transform: translateX(-25px);
}

.a42__main-menu .item-title-label {
  flex-grow: 1;
}
.is-mobile .a42__main-menu .item-title.link > .item-title-label {
  background: var(--jr-chapes-transparent);
}
.is-mobile .a42__main-menu .item-title.link > .a42-submenu-arrow-down, .is-mobile .a42__main-menu .item-title.link > .a42-submenu-arrow-right {
  aspect-ratio: initial;
}
.is-desktop .a42__main-menu .has-children:hover > .submenu.depth-1 {
  margin-top: -1px;
}
.is-desktop .a42__main-menu .has-children:hover > .submenu.depth-2 {
  margin-left: -1px;
}

.is-mobile .a42__main-menu .has-children > .submenu:not(.depth-1) {
  position: relative;
}
.is-mobile .a42__main-menu .has-children > .submenu:not(.depth-1):after {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: 1px;
  height: 0;
  transition: all 0.3s cubic-bezier(0.28, 0, 0, 1) 0s;
  background: var(--jr-chapes-primary);
}

.a42__main-menu .has-children.expanded > .submenu {
  padding: 15px 0 15px 30px;
}
.is-mobile .a42__main-menu .has-children.expanded > .submenu {
  padding: 5px 0 5px 30px;
}
.is-mobile .a42__main-menu .has-children.expanded > .submenu:not(.depth-1):after {
  height: 100%;
}

.is-mobile .a42__main-menu .tools-wrapper {
  padding: 20px;
}

.is-mobile .elementor-widget-elementor-menu42-menu > .elementor-widget-container {
  opacity: 0;
  background: rgba(0, 0, 0, 0.95);
}

.menu-opened .elementor-widget-elementor-menu42-menu > .elementor-widget-container {
  opacity: 1;
}

body {
  height: 100vh;
  display: flex;
  flex-direction: column;
}
body > main, body > article {
  flex-grow: 1;
}

.e-filter-item[aria-pressed=true]::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background: url("assets/img/croix-filtre.svg") center/contain no-repeat !important;
  vertical-align: middle;
  cursor: pointer;
}

.elementor-form {
  font-family: "Poppins", sans-serif;
}
.elementor-form .elementor-field-group {
  margin-bottom: 20px;
}
.elementor-form .elementor-field-group input[type=text],
.elementor-form .elementor-field-group input[type=email],
.elementor-form .elementor-field-group input[type=tel] {
  width: 100%;
  padding: 16px 20px;
  font-size: 16px;
  border: 1px solid #000;
  border-radius: 999px;
  font-family: "Poppins", sans-serif;
}
.elementor-form .elementor-field-group input::placeholder {
  color: var(--jr-chapes-secondary);
}
.elementor-form .elementor-field-group label {
  display: none;
}
.elementor-form .elementor-field-type-checkbox {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #000;
}
.elementor-form .elementor-field-type-checkbox input[type=checkbox] {
  margin-right: 10px;
}
.elementor-form .elementor-field-type-submit .elementor-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  width: auto;
  white-space: nowrap;
  border-radius: 21px;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: -0.27px;
  text-decoration: none;
  background-color: var(--jr-chapes-yellow);
  color: var(--jr-chapes-secondary) !important;
  border: 1px solid var(--jr-chapes-yellow);
  transition: all 0.3s ease;
  position: relative;
}
.elementor-form .elementor-field-type-submit .elementor-button .elementor-button-icon {
  width: 12px;
  margin-top: 4px;
}
.elementor-form .elementor-field-type-submit .elementor-button:hover {
  background-color: transparent;
  border: 1px solid var(--jr-chapes-secondary);
}

#custom-faq details summary {
  position: relative;
  padding-bottom: 8px;
  padding-left: 0px;
  cursor: pointer;
}
#custom-faq details summary::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--e-global-color-primary);
  z-index: 1;
}
#custom-faq details summary::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--e-global-color-primary);
  z-index: 2;
  transition: width 0.3s ease;
}
#custom-faq details[open] summary::before {
  background: var(--e-global-color-secondary);
}
#custom-faq details[open] summary::after {
  width: 100%;
}

.elementor-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
.elementor-pagination .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 32px;
  height: 32px;
  padding: 0 6px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  border-radius: 6px;
  line-height: 1;
  transition: all 0.2s ease;
  font-family: "Poppins", sans-serif;
}
.elementor-pagination .page-numbers:hover {
  background: #f5f5f5;
  color: #000;
}
.elementor-pagination .page-numbers.current {
  background: var(--jr-chapes-primary);
  color: #000;
  font-weight: 600;
}
.elementor-pagination .page-numbers.prev, .elementor-pagination .page-numbers.next {
  font-size: 16px;
  font-weight: 600;
  background: transparent;
  min-width: auto;
  padding: 0 10px;
}

#menu-main button.ultimate-menu__submenu-toggle {
    display: none;
}

.ultimate-menu__close-btn{
	left:40px;
	right:auto;
}

@media screen and (max-width:580px){
	a.ultimate-menu__link{
		font-size:18px !important;
	}
}
@media screen and (min-width:1024px){
	.home .img_metiers_home img {
		height: 300px !important;
		object-fit: cover;
	}

	.home .text_metiers_home {
		min-height: 250px !important;
	}
}

body {
  --jr-chapes-white: #ffffff;
  --jr-chapes-primary: var(--e-global-color-primary, #ffde00);
  --jr-chapes-secondary: var(--e-global-color-secondary, #161615);
  --jr-chapes-yellow: #fee600;
  --jr-chapes-light-gray-50: #f4f5f8;
  --jr-chapes-light-gray-100: #ecedf3;
  --jr-chapes-light-gray-200: #d6dbdf;
  --jr-chapes-light-gray-300: #c0c7cc;
  --jr-chapes-light-gray-400: #a9b2b8;
  --jr-chapes-light-gray-600: #7b9097;
  --jr-chapes-light-gray-700: #5c6b73;
  --jr-chapes-light-gray-800: #3d4a50;
  --jr-chapes-light-gray-900: #1e262a;
  --jr-chapes-color-shadow: rgba(27, 34, 49, 0.18);
  --jr-chapes-color-shadow-hover: rgba(27, 34, 49, 0.35);
  --jr-chapes-color-shadow-0: rgba(27, 34, 49, 0.06);
  --jr-chapes-color-shadow-1: rgba(27, 34, 49, 0.1);
  --jr-chapes-color-shadow-2: rgba(27, 34, 49, 0.14);
  --jr-chapes-color-shadow-3: var(--jr-chapes-color-shadow);
  --jr-chapes-color-shadow-4: rgba(27, 34, 49, 0.22);
  --jr-chapes-color-shadow-5: rgba(27, 34, 49, 0.26);
  --jr-chapes-color-shadow-6: var(--jr-chapes-color-shadow-hover);
  --jr-chapes-color-shadow-7: rgba(27, 34, 49, 0.42);
  --jr-chapes-color-shadow-8: rgba(27, 34, 49, 0.46);
  --jr-chapes-color-border: var(rgba(46, 45, 49, 0.1));
  --jr-chapes-color-border-dark: rgba(223, 226, 229, 0.1);
  --header-menu-height: 120px;
  --header-menu-height-mini: 70px;
  --header-menu-height-mobile: 100px;
  --header-menu-height-mobile-mini: 70px;
  --submenu-top-offset: 10px;
}

.ultimate-menu__close-btn{
	top: 0px;
    right: 0px;
	margin-top: 20px;
    margin-left: -15px;
}

.realisations-template-default .swiper-slide-image{
	height:500px;
	object-fit:cover;
}

/*# sourceMappingURL=style.css.map */
