/*
Theme Name:   Bricks Child Theme
Theme URI:    https://bricksbuilder.io/
Description:  Use this child theme to extend Bricks.
Author:       Bricks
Author URI:   https://bricksbuilder.io/
Template:     bricks
Version:      1.1
Text Domain:  bricks
*/

/* ==========================================================================
GLOBAL
========================================================================== */
html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}
.brxe-section {
	scroll-margin-top: 124px;
}
.texte-highlighted {
	font-family: 'Antonio';
	font-size: 55px;
	font-weight: 700;
	margin-bottom: 0;  		
	line-height: 1.2;
	margin-bottom: 15px;
}
#brx-content.wordpress { 
	padding-left: 20px;
	padding-right: 20px;
}
.tag-post-type {
	font-family: 'Antonio', sans-serif;
	font-weight: 700;
	background: var(--zw-green);
	text-transform: uppercase;
	padding: 0px 5px;
	margin-bottom: 5px;
}
.chapo {
	font-weight: 600;
	font-size: 18px;
	line-height: normal;
	margin-bottom: 35px;
}
/* Boutons */
.btn-zw {
	color: var(--color-text);
	background: var(--zw-orange);
	background-image: url('/wp-content/uploads/2026/08/btn_texture_orange.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	font-family: 'Antonio', sans-serif;
	font-weight: 700;
	font-size: var(--text-l);
	text-transform: uppercase;
	padding: 0 20px; 
	display: inline-block;
}

.btn-zw i {
	margin-right: 10px;
}

.btn-zw:hover {
	color: #fff;
}
.legende-don-bloc-vert {
	max-width: 600px;
	margin: auto;
	padding: 15px;
	position: relative; 
}
.legende-don-bloc-vert::before {
	content: "";
	height: 100%;
	width: 100%;
	border-top: 2px solid #0E110F;
	border-bottom: 2px solid #0E110F;
	position: absolute; 
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
} 
.legende-don-bloc-vert::after{
	content: "";
	height: 100%;
	width: 100%;
	border-left: 2px solid #0E110F;
	border-right: 2px solid #0E110F;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}
/* Couleurs de fond utilitaires */
.fond-vert {
	background: var(--zw-green);
}
.fond-violet {
	background: var(--zw-purple);
}
.fond-creme {
	background: var(--zw-cream);
}
/* Typographie cartes */
.tag-carte,
.tag-titre,
.titre-carte,
.l-list__item__cartouche { 
	font-family: 'Antonio', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.l-list__item__cartouche {
	background: var(--zw-green);
	display: inline-block;
	padding: 0 5px;
} 
.l-list__item {
	max-width: 600px;
	margin: auto;
	margin-bottom: 35px;
}
.c-miniPost {
	background: var(--zw-cream);
	display: flex; 
	flex-direction: row-reverse; 
}
.c-miniPost__excerpt,
.c-cardInfos__meta {
	display: none;
}
.c-cardInfos__title {
	padding: 15px 35px;
	font-family: 'Antonio';
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
	position: relative;
	padding-left: 50px;
}
.c-cardInfos__title::after {
	content: "En Savoir plus";
	display: block;
	margin-top: 60px;
	font-size: 15px;
	background: url('/wp-content/uploads/2026/08/btn_texture_noir.jpg');  
	background-size: 50px 50px; 
	height: 50px;
	vertical-align: middle;
	line-height: 50px;
	padding-left: 60px;
	background-repeat: no-repeat;
}

.c-cardInfos__title::before{
	background: url('/wp-content/uploads/2026/08/icone_double-fleches-cta_wh.png');
	content: "";
	position: absolute;
	bottom: 15px;
	left: 50px;
	height: 50px;
	width: 50px;
	background-repeat: no-repeat;
	background-position: center;
}
.c-miniPost__infos.c-cardInfos {
	width: calc(100% -200px);
}
.c-miniPost__thumbnail {
	width: 200px;
}
.brxe-container .carte-propositions {
	background: white; 
	padding: 35px;
} 
.container-cartes-propositions {
  counter-reset: cartes;
}
 
.carte-propositions::before {
  counter-increment: cartes;
  content: "#" counter(cartes);
	font-family: 'Antonio', sans-serif;
	font-weight: 700;
	font-size: 35px;
}
.carte-propositions h4 {
	font-size: 35px;
	margin-bottom: 25px;
}
/* Repères de coupe / Crop marks */
.image-crop-marks {
	padding: 10px;
	position: relative;
	z-index: 2;
}
.image-crop-marks:has(figcaption) {
	padding-left: 200px;
	
}
.image-crop-marks:has(figcaption) figcaption {
	max-width: 200px;
	left: 0;
	bottom: 80px;
	text-align: right;
	color: #454D48 !important;
	background: none; 
	box-shadow: none; 
}

.image-crop-marks:has(figcaption)::before {
	width: calc(100% - 175px);
	left: 185px;
	transform: translate(0% , -50%);
} 
.image-crop-marks:has(figcaption)::after {
	width: calc(100% - 219px);
	left: 204px;
	transform: translate(0, -50%);
}
.image-crop-marks img {
	border: 4px solid white;
}

.image-crop-marks::after,
.image-crop-marks::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	opacity: 0.5;
}

.image-crop-marks::after {
	height: 100%;
	width: calc(100% - 30px); 
	border-left: 2px solid #0E110F;
	border-right: 2px solid #0E110F;
}

.image-crop-marks::before {
	height: calc(100% - 30px);
	width: 100%; 
	border-top: 2px solid #0E110F;
	border-bottom: 2px solid #0E110F;
}

.fond-creme .image-crop-marks img {
	border-color: var(--zw-cream);
}

.accordion-title-wrapper {
	background: var(--zw-green);
	padding: 15px;
}
.accordion-title:hover * {
	color: #fff;
}
.accordion-title-wrapper i {
	font-size: 2rem;
}
.accordion-item {
	margin-bottom: 15px;
}
.accordion-content-wrapper {
	padding: 15px;
	padding-bottom: 60px;
	position: relative;
}
.btn-accordion::before {
	content: "";
	height: 45px;
	width: 45px;
	background: red;
	position: absolute; 
	left: 0;
	top: 0;
}
.btn-accordion {
	width: 100%; 
	position: absolute; 
	left: 0;
	bottom: 5px;
	background: var(--zw-cream);
	height: 45px;
	font-family: 'Antonio';
	font-weight: 700;
	text-transform: uppercase;
	line-height: 45px;
	padding-left: 55px;
}
.btn-accordion::after { 
	content: "\e661"; 
	display: inline-block;
    font-family: themify;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
	position: absolute;
	right: 0;
	color: white;
	background: black;
	font-size: 35px; 
	padding: 5px;
}
.brxe-accordion {
	max-width: 800px;
	margin: 35px auto;
}

.bda-file-download {
	background: var(--zw-cream);
	max-width: 600px;
	margin: auto;
	margin-bottom: 15px;
	padding: 5px 20px 5px 50px;
	position: relative;
}

.bda-file-download a {
	font-family: 'Antonio';
	font-weight: 600;
	font-size: 20px;

}
.bda-file-download::before {
	content: "";
	background: url('/wp-content/uploads/2026/09/clipboard-text.svg');
	height: 30px;
	width: 30px;
	position: absolute;
	left: 10px;
	top: 8px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.bda-file-download .file-download {
	background-image: url('https://zerowaste.boldair.dev/wp-content/uploads/2026/08/icone_double-fleches-cta_wh.svg');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
	height: 35px;
	width: 35px;
}
/* Composant Carte */
.carte {
	background: var(--zw-light-sea-green);
	padding: 15px;
}

.carte-rose {
	background: var(--zw-pink);
}

.carte-violette {
	background: var(--zw-purple);
}

.carte *:not(i) {
	color: #fff !important;
	font-family: 'Antonio', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.content-carte {
	padding: 5px 15px 0;
}

.btn-carte {
	background: none !important; 
	padding-left: 0;
	font-family: 'Antonio', sans-serif;
	font-weight: 700; 
	font-size: 16px;
}
.actualite-liee {
	font-family: 'Antonio', sans-serif;
	font-weight: 700;
	text-transform: uppercase; 
	font-size: 18px;
	max-width: 600px; 
	margin: auto;
	margin-bottom: 15px;
	position: relative;
	background: var(--zw-cream);
	margin-top: 55px;
}
.actualite-liee::before {
	content: "Lire aussi";
	background: var(--zw-green);
	display: inline-block;
	padding: 0 5px; 
	font-family: 'Antonio', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	top: -40px;
}
.btn-carte i {
	background: url('/wp-content/uploads/2026/08/btn_texture_noir.jpg');
	background-size: cover; 
	background-position: center;
	padding: 10px;
}
.btn-carte i::before {
	transition: 0.2s;
	left: 2px;
	position: relative;
}
.btn-carte:hover i::before {
	left: 4px;
}
.img-carte {
	position: relative;
	z-index: 2;
} 

.img-carte img {
	display: block;
	width: 100%;
	height: auto;
	transition: transform 0.2s ease;
	border: 2px solid var(--zw-light-sea-green);
}

.carte:hover .img-carte img { 
	transform: scale(0.95);
	border: 2px solid var(--zw-light-sea-green);
}

.img-carte::after,
.img-carte::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	opacity: 0.5;
}

.img-carte::after {
	height: 100%;
	width: calc(100% - 15px); 
	border-left: 2px solid #FFF;
	border-right: 2px solid #FFF;
}

.img-carte::before {
	height: calc(100% - 15px);
	width: 100%; 
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}

.carte-rose.carte .img-carte img {
	border-color: var(--zw-pink);
} 

.carte-violette.carte .img-carte img {
	border-color: var(--zw-purple);
}
blockquote {
	border: none;
	padding-left: 100px;
	max-width: 80%;
	margin: auto; 
	margin-bottom: 50px;
}
blockquote::before {
	content: ""; 
	background: green;
	width: 80px;
	height: 80px;
	position: absolute;
	left: 0;
}
blockquote p {
	font-family: "Geist";
	font-weight: 600
}
.brxe-breadcrumbs {
	font-family: 'Antonio';
	text-transform: uppercase; 
	font-size: 20px;
}



/* ==========================================================================
HEADER
========================================================================== */

header { 
	position: sticky;
	top: 0; 
	background: #fff; 
	border-bottom: 4px solid var(--zw-green);
	font-size: 18px;
	padding: 0px 20px;
	z-index: 5000;
} 
.site-header {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.site-header nav a {
	color: var(--text-colo);
	font-family: 'Antonio', sans-serif;
	font-weight: 600; 
	text-transform: uppercase;
	width: 100%;
}
header .bricks-button {
	padding: 10px 20px;
}

/* ==========================================================================
PAGE D'ACCUEIL (HOME)
========================================================================== */

.home h2 {
	font-size: 60px;
	line-height: 70px;
	margin-bottom: 35px;
}

/* Slider Home */
.zw-slider-home { 
	position: relative;
	margin-top: 50px;
}

.acf-main-slider {
	overflow: hidden;
	width: 100%;
}

.acf-slider-track {
	display: flex;
	transition: transform 0.5s ease-in-out;
}

.zw-slider-home .slide {
	min-width: 100%;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: repeat(2, 1fr); 
	padding-right: 35px;
}

.titre-slide-home {
	font-family: 'Antonio', sans-serif;
	font-size: 7rem;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 7.5rem;
}

.slide-content {
	display: flex; 
	flex-direction: column;
	justify-content: space-between;
}

.slide-content,
.slide-image {
	padding: 15px;
}

.slide-image {
	position: relative;
}
 

.slide-image::after,
.slide-image::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	opacity: 0.5;
}
.slide-image img {
	mix-blend-mode: multiply;  
}
.slide-image::after {
	height: 100%;
	width: calc(100% - 36px); 
	border-left: 2px solid #0E110F;
	border-right: 2px solid #0E110F;
}

.slide-image::before {
	height: calc(100% - 36px);
	width: 100%; 
	border-top: 2px solid #0E110F;
	border-bottom: 2px solid #0E110F;
}
.texture-img {
	background: url('/wp-content/uploads/2026/09/texture-slider-accueil.png');
	border: 4px solid white;
	background-size: cover; 
	background-position: center;
}
/* Navigation Vignettes Slider */
.acf-thumbnails-nav {
	display: flex;
	gap: 50px;
	justify-content: center;
	margin-top: 20px;
	flex-wrap: wrap;
	background: var(--zw-cream);
	padding: 15px;
	position: relative;
}

.acf-thumbnails-nav::after {
	background: var(--zw-cream); 
	height: 100%;
	content: "";
	width: 100vw;
	position: absolute;
	z-index: -1;
	transform: translateX(-50%);
	left: 50%;
	top: 0;
}

.thumbnail-dot {
	cursor: pointer; 
	display: flex; 
	gap: 5px;
}

.thumbnail-dot span {
	font-family: 'Antonio', sans-serif;
	font-weight: 600;
	max-width: 150px;
	font-size: 20px;
	line-height: normal;
	padding-top: 15px;
}

.thumbnail-dot img {
	aspect-ratio: 4/3;
	object-fit: cover;
}
.thumbnail-dot:not(.active) img {
	filter: grayscale(100%);
}
/* Sections spécifiques Home */
#nos-combats > div {
	max-width: 700px;
	margin: auto;
	text-align: center;
} 

#home-banner-cta {
	background: var(--zw-cream);
	padding: 50px;
	background-image: url('/wp-content/uploads/2026/08/bg_texture1.jpg');
	background-size: cover;
	background-position: center;
}

#home-banner-cta h2 {
	font-size: 100px;
	line-height: normal;
	margin-bottom: 35px;
}

#home-banner-cta .btn-zw {
	margin-bottom: 15px;
}

#home-banner-cta .btn-zw:nth-child(odd of .btn-zw) {
	transform: rotate(-2deg);
}

#home-realisations {
	background: var(--zw-green);
}

.carte-action {
	border-left: 15px solid white;
	border-top: 15px solid white;
	background: white;
	position: relative;
	overflow: hidden;
}
.carte-action img {
	height: 150px;
	object-fit: cover;
	object-position: center;
	transform: rotate(-3deg);
	left: 25px;
	top: 15px;
	position: relative;
}
.carte-action a { 
	background: url('/wp-content/uploads/2026/08/btn_texture_noir.jpg');
	background-size: cover;
	background-position: center;
	position: absolute;
	width: 55px;
	height: 55px;
	bottom: 15px;
	left: 15px;
	z-index: 2;
} 
.carte-action a i {
	position: relative; 
	left: 2px;
	transition: 0.2s;
}

.carte-action a:hover i {
	left: 5px;
}
.carte-action h3 {
	margin-bottom: 35px;
}

#groupes-locaux-home img {
	margin-bottom: 50px;
}

.content-carte-home-gl {
	padding: 25px;
}





/* ==========================================================================
CAMPAGNE
========================================================================== */
.header-campagne * {
	color: white;
	z-index: 2
}
.header-campagne.rose {
	background: var(--zw-pink); 
}
.header-campagne.orange {
	background: var(--zw-orange); 
}
.header-campagne.vert {
	background: var(--zw-green); 
}
.header-campagne.violet {
	background: var(--zw-purple); 
}
.header-campagne {
    position: relative; 
    overflow: hidden; 
	padding: 70px 0 !important
}

.header-campagne img {
	position: absolute; 
	bottom: 0;
	max-width: 50%;
	right: 0;
}
.header-campagne::before {
    content: ""; 
    position: absolute; 
    inset: 0;
    background: url('/wp-content/uploads/2026/09/texture-header.png') center/cover no-repeat;
    mix-blend-mode: multiply;
    pointer-events: none; 
    z-index: 2; 
}
.header-campagne h1 {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 80px;
	line-height: 1.1; 
	width: 800px;
	max-width: 100%;
	margin-top: 15px;
}
.header-campagne p {
	font-weight: 600;
	margin-bottom: 35px;
	max-width: 600px;
}
.container-chiffre-cles *{	
	color: white;
	font-family: 'Antonio';
	font-weight: 700;
	z-index: 2;
}
.container-chiffre-cles p:not(.texte-highlighted) {
	text-transform: uppercase;
	font-size: 18px;
	line-height: normal;
}
.container-chiffre-cles {
	background: var(--zw-pink);
	padding: 15px;    
	position: relative;
} 
.container-chiffre-cles::before {
	background: url('/wp-content/uploads/2026/09/texture-slider-accueil.png');
	content: ""; 
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply; 
	position: absolute;
	left: 0;
	top: 0;	
	opacity: 0.6;
}
.brxe-container .container-chiffre-cles:nth-child(2) {
	background: var(--zw-light-sea-green); 

}
.brxe-container .container-chiffre-cles:nth-child(2)::before {
	background: url('/wp-content/uploads/2026/09/texture-form-popup_screen.png');
}
.brxe-container .container-chiffre-cles:nth-child(3) {
	background: var(--zw-dark-green); 
}
.brxe-container .container-chiffre-cles:nth-child(4) {
	background: var(--zw-purple); 
}
.single-combats #brx-content h2,
.single-combats #brx-content h3,
.container-900{
	width: 100%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.container-1200{
	width: 100%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.menu-sticky-campagne {
	position: sticky;
	top: 67px;
	z-index: 200
}
.menu-sticky-campagne ul {
	list-style: none;
	display: flex; 
	justify-content: space-between;
	gap: 15px;
}
.menu-sticky-campagne ul {
	font-family: 'Antonio';
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	font-size: 20px;
}
#en-quelques-chiffres {
	background: url('/wp-content/uploads/2026/08/bg_texture1.jpg');
	background-size: cover; 
	background-position: center;
}
/* ==========================================================================
ARTICLES
========================================================================== */
.single-post h1 {
	font-size: 50px;
	line-height: normal;	
}
.single-post h2 {
	margin-bottom: 20px;
	line-height: normal;
	font-size: 35px;
}

/* GRAVITY FORM */
.gform_wrapper {
	max-width: 900px;
	margin: auto; 
}
.gform_wrapper .gform_fields {
	row-gap: 20px !important; 
}
.gform_wrapper .gform_fields input {
	height: 50px !important;
	border-radius: 0 !important;
	border: none !important;
	padding: 0 20px !important;
}
.gform_wrapper .gform_fields input[type="checkbox"],
.gform_wrapper .gform_fields input[type="radio"] {
	height: auto !important;
	padding: 0 !important;
}
.gform_wrapper .gform_fields input::placeholder {
	font-family: 'Antonio' !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	text-transform: uppercase;
	color: #7e7e7e !important;
}
.fond-violet .gform_title {
	color: white !important;
	text-align: center
}
.gform_required_legend {
	display: none !important
}
.fond-violet .gform-field-label__text {
	color: white;
}
.gform-field-label__text {
	font-size: 20px !important;
	font-family: 'Antonio' !important;
	text-transform: uppercase !important;
}


.gform_button{
	color: var(--color-text) !important;
	background: var(--zw-orange) !important;
	background-image: url('/wp-content/uploads/2026/08/btn_texture_orange.jpg') !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	font-family: 'Antonio', sans-serif !important;
	font-weight: 700 !important;
	font-size: var(--text-l) !important;
	text-transform: uppercase !important;
	padding: 10px 20px !important; 
	display: inline-block !important;
	border-radius: 0 !important;
	margin: auto !important;
	margin-bottom: 35px !important;
}
.fond-violet .gchoice legend {
	color: white !important;
	max-width: 500px !important;
}
#comment-slider {
	margin: auto;
	max-width: 900px;
}

.fond-violet #comment-slider h3 {
	color: white;
	text-align: center; 
	font-size: 35px;
	margin-bottom: 15px;
}
.comment-content {
	background: #7A57B3;
	padding: 15px;
	margin-bottom: 15px;
}









/* ==========================================================================
FOOTER
========================================================================== */
footer {
	background: var(--zw-dark-green)
}
.menu-footer ul {
	display: flex; 
	list-style: none;
	color: white;
	font-family: 'Antonio';
	text-transform: uppercase;
	font-size: 25px;
	justify-content: space-between;
	width: 100%;
	margin: 0;
}































