/*!
Theme Name: STARTEO Starter Theme
Author: Starteo
Author URI: https://www.starteo.pro
Description: 
Version: 1.0
Requires at least: 5.0
Tested up to: 5.7
Requires PHP: 7.2
Text Domain: gbdi-starter
*/

/* Don't overwrite this file. Compile "/assets/main.(less|scss)" to "/assets/css/main.css" */


/* From http://codex.wordpress.org/CSS */

/* GENERAL */
body{
	font-family: "lato", sans-serif;
}

@font-face {
	font-family: "Aldo";
	src: url(assets/_fonts/Aldo.ttf) format("truetype");
}

.back-to-top{
	display: none; /* Hidden by default */
	position: fixed; /* Fixed/sticky position */
	bottom: 10px; /* Place the button at the bottom of the page */
	right: 10px; /* Place the button 30px from the right */
	z-index: 999; /* Make sure it does not overlap */
	outline: none; /* Remove outline */
	cursor: pointer; /* Add a mouse pointer on hover */
	font-size: 20px; /* Increase font size */
	color: #FFFFFF;
	background: #003B68;
	border: solid 2px #4FA767;
	border-radius: 50px;
	padding: 14px 16px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
}

.back-to-top.show {
	opacity: 1;
	visibility: visible;
}

.back-to-top:hover{
	background-color: #4FA767;
}

.gelibert-dark{
	color: #0A2741 !important;
	border-color: #0A2741 !important;
}

.gelibert-white{
	color: #FFFFFF !important;
	border-color: #FFFFFF !important;
}

.gelibert-blue{
	color: #003B68 !important;
	border-color: #003B68 !important;
}

.gelibert-blue-middle{
	color: #82A4C4 !important;
	border-color: #82A4C4 !important;
}

.gelibert-blue-light{
	color: #B6CCE0 !important;
	border-color: #B6CCE0 !important;
}

.gelibert-blue-text{
	color: #174269 !important;
	border-color: #174269 !important;
}

.gelibert-green{
	color: #4FA767 !important;
	border-color: #4FA767 !important;
}

.gelibert-yellow{
	color: #FCBD36 !important;
	border-color: #FCBD36 !important;
}

.gelibert-bg-white{
	background-color: #FFFFFF;
}

.gelibert-bg-blue{
	background-color: #003B68;
}

.gelibert-bg-dark{
	background-color: #0A2741;
}

.gelibert-bg-blue-middle{
	background-color: #82A4C4;
}

.gelibert-bg-blue-light{
	background-color: #B6CCE0;
}

.gelibert-bg-green{
	background-color: #4FA767;
}

.gelibert-bg-yellow{
	background-color: #FCBD36;
}

.gelibert-bg-50-dark-blue{
	background: linear-gradient(0deg,rgba(0, 59, 104, 1) 0%, rgba(0, 59, 104, 1) 50%, rgba(10, 39, 65, 1) 50%, rgba(10, 39, 65, 1) 100%);
}

.gelibert-bg-50-dark-white{
	background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(10, 39, 65, 1) 50%, rgba(10, 39, 65, 1) 100%);
}

.gelibert-bg-pattern{
	background-image: url(assets/images/Gelibert-Pattern.webp);
	background-position: top left;
	background-repeat: repeat;
}

.gelibert-clip-top{
	clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
}

.gelibert-clip-bottom{
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
}

.gelibert-clip-both{
	clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
}

.gelibert-page-std{
	padding-top: 150px;
	padding-bottom: 150px;
}

.gelibert-title{
	font-family: 'Aldo';
	font-size: 70px;
	line-height: 70px;
	font-weight: 600;
	text-transform: uppercase;
}

.gelibert-title-page{
	font-family: 'Aldo';
	font-size: 75px;
	line-height: 70px;
	font-weight: 600;
}

.gelibert-title-big{
	font-family: 'Aldo';
	font-size: 125px;
	line-height: 115px;
	font-weight: 600;
	text-transform: uppercase;
}

.gelibert-content{
	font-size: 24px;
	line-height: 35px;
}

.gelibert-content strong, .gelibert-content b{
	font-weight: 900;
}

.gelibert-content small{
	font-size: 16px;
	line-height: 22px;
}

.gelibert-banner-background{
	width: 92%;
	max-width: 92% !important;
	height: 100%;
	object-fit: cover;
	position: absolute;
	z-index: 500;
	top: 0;
	right: 0;
}

.gelibert-banner{
	position: relative;
}

.gelibert-banner .gelibert-banner-mask{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 600;
}

.gelibert-banner-logo{
	position: absolute;
	z-index: 700;
	top: 3.33%;
	left: 3.7%;
	max-width: 15% !important;
}

.gelibert-banner-bottom{
	padding-top: 35px;
	padding-bottom: 55px;
}

.gelibert-readmore{
	font-size: 20px;
	line-height: 20px;
	font-style: italic;
	font-weight: 900;
	text-transform: uppercase;
	display: flex;
	align-items: end;
	justify-content: end;
	column-gap: 25px;
}

.gelibert-readmore-line{
	display: flex;
	flex-grow: 1;
	height: 3px;
	transition: all .5s;
	max-width: 100%;
}

.gelibert-readmore:hover .gelibert-readmore-line{
	max-width: 30%;
}

.gelibert-separator{
	width: 100%;
	border-bottom: solid 3px;
	margin-top: 65px;
	margin-bottom: 65px;
}
/* GENERAL */

/* HEADER */
.gelibert-header{
	padding-top: 21px;
	padding-bottom: 21px;
	position: fixed;
	z-index: 800;
}

.gelibert-sticky-header{
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
}

.gelibert-sticky-header.is-sticky {
	opacity: 1;
	pointer-events: auto;
}

.gelibert-logo svg path{
	fill: #FFFFFF;
	transition: all .5s;
}

.gelibert-logo:hover svg path{
	fill: #4FA767;
}

.gelibert-header .navbar{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.gelibert-header .navbar-expand-md .navbar-nav{
	display: flex;
	column-gap: 85px;
	row-gap: 20px;
}

.gelibert-header .navbar-expand-md .navbar-nav .nav-link{
	padding: 0;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 1.8px;
	font-weight: 900;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
}

.gelibert-header .navbar-expand-md .navbar-nav .nav-link:hover, .gelibert-header .navbar-expand-md .navbar-nav .active .nav-link{
	color: #4FA767 !important;
}
/* HEADER */

/* FOOTER */
.gelibert-footer{
	padding-top: 145px;
	padding-bottom: 112px;
}

.gelibert-footer-address{
	font-size: 30px;
	line-height: 45px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.gelibert-footer-phone{
	font-size: 45px;
	line-height: 45px;
	font-weight: 900;
	margin-bottom: 33px;
}

.gelibert-socials{
	display: flex;
	column-gap: 20px;
}

.gelibert-socials a{
	width: 60px;
	height: 60px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.gelibert-socials a.gelibert-facebook{
	background-image: url(assets/images/Gelibert-Facebook.svg);
}

.gelibert-socials a.gelibert-facebook:hover{
	background-image: url(assets/images/Gelibert-Facebook-Hover.svg);
}

.gelibert-socials a.gelibert-linkedin{
	background-image: url(assets/images/Gelibert-Linkedin.svg);
}

.gelibert-socials a.gelibert-linkedin:hover{
	background-image: url(assets/images/Gelibert-Linkedin-Hover.svg);
}

.gelibert-footer-links{
	padding-top: 48px;
	padding-bottom: 48px;
	font-size: 18px;
	line-height: 18px;
}

.gelibert-footer-links a:hover{
	color: #4FA767 !important;
}
/* FOOTER */

/* HOME */
.gelibert-home-story{
	position: relative;
}

.gelibert-home-story-mask{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 600;
}

.gelibert-home-story-image{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 500;
}

.gelibert-knowledges{
	padding-top: 280px;
	padding-bottom: 280px;
}

.gelibert-page-content [class*="col-"]{
	padding-top: 180px;
	padding-bottom: 90px;
}

.gelibert-knowledges .gelibert-title-big{
	display: inline-block;
	padding-top: 65px;
	padding-bottom: 65px;
}

.gelibert-knowledges-elements{
  columns: 2;
  gap: 30px;
}

.gelibert-knowledges-item{
	break-inside: avoid;
	margin-bottom: 30px;
	display: block;
}

.gelibert-knowledges-item:last-child{
	margin-bottom: 0px;
}

.gelibert-knowledges-element{
	border-radius: 30px;
	padding: 40px;
}

.gelibert-knowledges-element-image{
	aspect-ratio: 1/0.9;
	position: relative;
	overflow: hidden;
	border-radius: 15px;
}

.gelibert-knowledges-element-title{
	position: absolute;
	left: 50%;
	bottom: 50%;
	transform: translate(-50%, 50%);
	font-family: 'Aldo';
	font-size: 70px;
	line-height: 67px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	transition: all .5s;
}

.gelibert-knowledges-element-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	mix-blend-mode: luminosity;
	transition: all .5s;
	transform: scale(1.0);
}

.gelibert-knowledges-element:hover .gelibert-knowledges-element-image img{
	transform: scale(1.4);
}

.gelibert-knowledges-element:hover .gelibert-knowledges-element-title{
	bottom: 60px;
	transform: translate(-50%, 0);
}

.gelibert-knowledges-element:hover .gelibert-readmore .gelibert-readmore-line{
	max-width: 30%;
}

.gelibert-knowledges-element .gelibert-readmore{
	padding: 60px 40px 40px 40px;
}

.gelibert-home-contact{
	padding-top: 100px;
	padding-bottom: 185px;
}

.gelibert-certifications{
	padding-top: 174px;
	padding-bottom: 130px;
}

.gelibert-certifications-title{
	font-family: 'Aldo';
	font-size: 55px;
	line-height: 55px;
	font-weight: 600;
	text-transform: uppercase;
}

.gelibert-certifications-elements{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 30px;
	direction: rtl;
}

.gelibert-certifications-element{
	border: solid 1px #0A2741;
	border-radius: 20px;
	overflow: hidden;
	height: 195px;
	max-height: 195px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.gelibert-certifications-element img{
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}

.gelibert-certifications-bottom{
	border-bottom: solid 2px #0A2741;
}
/* HOME */

/* CONTACT */
.gelibert-contact label{
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 5px;
}

.gelibert-contact input, .gelibert-contact textarea{
	width: 100%;
	max-width: 100%;
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 60px;
	resize: none;
	border: none;
	box-shadow: none;
	outline: none;
	color: #0A2741;
	font-size: 24px;
	line-height: 24px;
	padding: 10px 15px;
}

.gelibert-contact textarea{
	border-radius: 30px;
}

.gelibert-contact input[type="submit"]{
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	font-weight: 900;
	border: solid 3px #FFFFFF;
	border-radius: 60px;
	width: auto;
	display: inline-block;
	background-color: transparent;
	color: #FFFFFF;
}

.gelibert-contact input[type="submit"]:hover{
	background-color: #FFFFFF;
	color: #0A2741 !important;
}

.gelibert-contact .wpcf7-spinner{
	display: none;
}

/* Conteneur principal — flexbox pour mettre les boutons côte à côte */
.gelibert-contact .wpcf7-form-control.wpcf7-radio {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.5em;
    row-gap: 15px;
    width: 100%;
}

/* Chaque item prend la moitié de la largeur */
.gelibert-contact .wpcf7-radio .wpcf7-list-item {
    flex: 1;
    margin: 0; /* reset marge par défaut de CF7 */
}

/* Le label prend toute la place et centre le texte */
.gelibert-contact .wpcf7-radio .wpcf7-list-item label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    cursor: pointer;
    transition: all 0.2s ease;
    user-select: none;
    background-color: rgba(255, 255, 255, 0.3);
	border-radius: 60px;
	resize: none;
	border: none;
	box-shadow: none;
	outline: none;
	color: #0A2741;
	font-size: 24px;
	line-height: 24px;
	padding: 10px 15px;
	letter-spacing: initial;
}

/* Cacher le bouton radio natif */
.gelibert-contact .wpcf7-radio .wpcf7-list-item input[type="radio"] {
    display: none;
}

/* Hover */
.gelibert-contact .wpcf7-radio .wpcf7-list-item label:hover {
    background: #FFFFFF;
}

/* État sélectionné — via :has() */
.gelibert-contact .wpcf7-radio .wpcf7-list-item label:has(input[type="radio"]:checked) {
    background: #FFFFFF;
}
/* CONTACT */

/* PAGE */
.gelibert-page-introduction{
	padding-top: 194px;
	padding-bottom: 115px;
}

.gelibert-introduction{
	font-size: 30px;
	line-height: 40px;
}

.gelibert-page-color{
	padding-left: 160px;
	padding-right: 160px;
}

.gelibert-page-works .gelibert-page-color{
	padding-left: 90px;
	padding-right: 90px;
}
/* PAGE */

/* HISTOIRE */
.gelibert-numbers{
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.gelibert-numbers-element{
	border-bottom: solid 2px #FFFFFF;
}

.gelibert-numbers > .gelibert-numbers-element:nth-child(odd){
	text-align: left;
	position: relative;
}

.gelibert-numbers > .gelibert-numbers-element:nth-child(odd):after{
	content: '';
	position: absolute;
	right: 0;
	height: calc(100% - 30px);
	width: 2px;
	background-color: #FFFFFF;
}

/* Lignes impaires */
.gelibert-numbers > .gelibert-numbers-element:nth-child(4n+1):after,
.gelibert-numbers > .gelibert-numbers-element:nth-child(4n+2):after {
	top: 0;
}

/* Lignes paires */
.gelibert-numbers > .gelibert-numbers-element:nth-child(4n+3):after,
.gelibert-numbers > .gelibert-numbers-element:nth-child(4n+4):after {
	bottom: 0;
}

.gelibert-numbers > .gelibert-numbers-element:nth-child(even){
	text-align: right;
}

/* Lignes impaires */
.gelibert-numbers > .gelibert-numbers-element:nth-child(4n+1),
.gelibert-numbers > .gelibert-numbers-element:nth-child(4n+2) {
	padding-bottom: 30px;
}

/* Lignes paires */
.gelibert-numbers > .gelibert-numbers-element:nth-child(4n+3),
.gelibert-numbers > .gelibert-numbers-element:nth-child(4n+4) {
	padding-top: 30px;
}

.gelibert-numbers > .gelibert-numbers-element:nth-last-child(-n+2) {
  border-bottom: none;
}

.gelibert-number{
	font-family: 'Aldo';
	font-size: 85px;
	line-height: 85px;
}

.gelibert-number-title{
	font-size: 25px;
	line-height: 24px;
	font-weight: 900;
	text-transform: uppercase;

}

.gelibert-number-baseline{
	font-size: 25px;
	line-height: 24px;
	font-style: italic;
}
/* HISTOIRE */

/* PLOMBERIE */
.gelibert-renovation{
	padding-top: 145px;
}

.gelibert-renovation-image{
	width: 125%;
	max-width: 125% !important;
	position: relative;
	z-index: 400;
}

.gelibert-renovation-content{
	margin-top: 110px;
	position: relative;
	z-index: 300;
	padding-top: 185px;
	padding-bottom: 205px;
	padding-left: 28%;
	padding-right: 14%;
}
/* PLOMBERIE */