@charset "UTF-8";
/*
	Theme Name:	XTRA Child
	Theme URI:	https://xtratheme.com/
	Description:Multipurpose Theme
	Author:		Codevz
	Author URI:	https://codevz.com/
	Template:	xtra
	Version:	1.0
*/
/* GLOBAL */
.header_1 {
  background-color: #243344;
}

#menu_header_2 .cz .cz a:hover, #menu_header_2 .cz .cz:hover > a, #menu_header_2 .cz .cz.current_menu > a, #menu_header_2 .cz .current_menu > .current_menu {
  background-color: transparent;
  color: #ce2e26;
  padding: 10px; /* correction sur le menu qui décale les libellés long au survol */
}

.cz_middle_footer {
  background-color: #243344;
}
.cz_middle_footer .cz_social_icons a {
  color: #fff !important;
}

.btn-custom {
  background-color: #009cdd;
  border-radius: 0;
  padding: 15px 40px;
  font-size: 16px;
  color: #fff;
}
.btn-custom:hover {
  background-color: #ce2e26;
  color: #fff;
}

.content-section h2 {
  color: #ce2e26;
  margin-bottom: 2rem !important;
  margin-top: 3rem !important;
}
.content-section h3 {
  margin-bottom: 1rem !important;
  margin-top: 2rem !important;
  font-size: 26px !important;
}
.content-section ul {
  padding-left: 20px;
}

#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
  max-width: 100%;
}

.elementor-widget-cz_service_box .service_img {
  height: 300px;
  display: block;
  overflow: hidden;
}
.elementor-widget-cz_service_box .service_img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.home sr7-mask::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 10%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 10;
}

.blog .cz_post_date, .blog .cz_post_icon {
  color: #fff !important;
}

/* Page activité */
.single-activite .slick-slide {
  margin: 0 10px;
  aspect-ratio: 1/1;
}
.single-activite .slick-slide div {
  max-height: 100%;
}
.single-activite .slick-slide div .elementor-widget-cz_banner {
  max-height: 100%;
}
.single-activite .slick-slide div .elementor-widget-cz_banner figure {
  background-color: #009cdd;
  z-index: 9;
  max-height: 100%;
  aspect-ratio: 1/1;
}
.single-activite .slick-slide div .elementor-widget-cz_banner figure img {
  max-height: 100%;
  opacity: 0.2;
  width: auto;
  height: 100%;
}
.single-activite .slick-slide div .elementor-widget-cz_banner figure figcaption {
  font-size: 32px;
  font-weight: 600;
}
.single-activite .slick-slide div .elementor-widget-cz_banner figure figcaption h4 {
  font-size: 32px;
  color: #ffffff;
  font-weight: 900;
}
.single-activite .slick-slide div .elementor-widget-cz_banner:hover img {
  opacity: 0.9;
}
.single-activite .elementor-widget-cz_service_box .services {
  background-color: #ffffff;
  padding: 50px 40px 0px;
  margin-bottom: 50px;
  box-shadow: 0px 10px 50px 0px rgba(0, 156, 221, 0.2);
}
.single-activite .elementor-widget-cz_service_box .services .service_img {
  width: auto;
  margin-bottom: 75px;
}
.single-activite .elementor-widget-cz_service_box .services .service_img img {
  height: 250px;
}
.single-activite .elementor-widget-cz_service_box .services .service_text {
  color: #8b8b8b;
  background-color: #fff;
  position: relative;
  z-index: 20;
  padding-bottom: 50px;
}
.single-activite .elementor-widget-cz_service_box .services h3 {
  color: #009cdd;
  padding-bottom: 15px;
  margin-bottom: 40px;
  border-style: solid;
  border-bottom-width: 4px;
  border-color: #ce2e26;
}
.single-activite .elementor-widget-cz_service_box .services .cz_btn {
  font-weight: 600;
  margin-top: 75px;
  margin-bottom: -45px;
  display: inline-block;
}
.single-activite .elementor-widget-cz_image .cz_svg_bg {
  position: relative;
}
.single-activite .elementor-widget-cz_image .cz_svg_bg:before {
  background-color: #ce2e26;
  top: 50px;
  left: -50px;
}
.single-activite .elementor-widget-cz_image .cz_svg_bg .cz_image_in {
  background-color: #fff;
  box-shadow: 0px 10px 50px 0px rgba(0, 156, 221, 0.15);
}
.single-activite .section-liste-fabricants .fabricants {
  display: flex;
  justify-content: space-around;
  gap: 5px;
}
.single-activite .section-liste-fabricants .fabricants .fabricant {
  display: flex;
  align-items: center;
}
.single-activite .section-fiche-produit .fiche-technique-produit a {
  color: #009cdd;
}
.single-activite .section-fiche-produit .fiche-technique-produit a:hover {
  color: #ce2e26;
}
.single-activite .section-fiche-produit .conteneur-modele .fiche-technique-modele a {
  background-color: #009cdd;
  border-radius: 0;
  padding: 15px 40px;
  font-size: 16px;
}
.single-activite .section-fiche-produit .conteneur-modele .fiche-technique-modele a:hover {
  background-color: #ce2e26;
}
.single-activite .cz_is_blank {
  margin-bottom: 0;
}

/* Article */
.single-post .cz_single_fi img {
  max-height: 500px;
  width: initial;
}/*# sourceMappingURL=style.css.map */