/****************************************************************************************
****************														****************
****************	   ALL OF THE CUSTOM CSS TANGUY HAS ADDED   		****************
****************														****************
*****************************************************************************************/ 

/*--------------- LOGO LIELENS NAV BAR ---------------*/
.logonavbar img,#navbar img.logo {
        width: auto !important;
        height:40px !important;
        margin : 15px;
        max-width: 200px !important;
        display: inline-block !important;
}


/*--------------- LIST CONTACT POEPLE ---------------*/
.team-section {
    padding: 60px 20px;
    font-family: 'Poppins', sans-serif;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.team-member {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.team-photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.team-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-align: left;
}

.team-name {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #000;
    font-family: 'Poppins', sans-serif;
    line-height: 1.2;
}

.team-function {
    color: #666;
    margin: 0;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 1.3;
}

.team-email,
.team-phone {
    display: block;
    color: #000;
    text-decoration: none;
    margin: 0;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.3;
}

.team-email:hover,
.team-phone:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
    .team-grid {
        grid-template-columns: 1fr;
    }
}


/*--------------- COULEUR DE SURVOL ---------------*/
a:hover {
    color: #FF5733 !important;
}

/* Survol des boutons */
button:hover,
.btn:hover,
input[type="submit"]:hover {
    background-color: #FF5733 !important;
    border-color: #FF5733 !important;
}

/* Survol des éléments de navigation */
nav a:hover,
.menu a:hover {
    color: #FF5733 !important;
}

/* Survol des éléments interactifs */
.pill:hover {
    background-color: #FF5733 !important;
}

/*--------------- HIDE BTN SEE MORE ---------------*/
.btnEnSavoirPlus {
  display: none !important;
}


/*--- CORRECTED STYLES FOR THE ADDRESS SECTION ---*/
/* Conteneur principal pour les adresses */
.addresses {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem; 
  margin: 2rem 0;
  background-color: #000; 
  padding: 3rem 2rem; 
  border-radius: 0;
}

/* Bloc pour une seule adresse (une colonne) */
.address-block {
  flex: 1;
  min-width: 250px;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #fff;
}

/* Lignes d'adresse */
.address-line {
  display: block;
  margin: 0.4rem 0;
  color: #fff; 
  font-family: 'Poppins', sans-serif;
}

/* Style spécifique pour le nom de la ville (qui est 'country_label' dans votre code) */
.address-block .country {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2rem; 
  margin-bottom: 1rem; 
  letter-spacing: 2px; 
}

/* Style pour le nom de la société ('company_name') */
.address-block .company {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

/* Style pour l'adresse complète ('address') */
.address-block .address {
  margin-top: 0.5rem;
  line-height: 1.5;
}

/* Style pour les lignes d'adresse postale ('address_line_1', 'address_line_2') */
.address-block .postal {
  font-weight: 400;
  margin-top: 0.3rem;
}

/* Responsive pour les mobiles */
@media (max-width: 768px) {
  .addresses {
    flex-direction: column; 
    gap: 2rem; 
    padding: 2rem 1.5rem; 
  }
  
  .address-block {
    min-width: 100%; 
  }
}



/* -------------------------------- STYLING OF WHAT WE DO SECTION ON HOMEPAGE -------------------------------- */
.conteneur-repeater {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: flex-start;
    align-content: center;
    gap: 20px; 
}

.bloc-de-contenu {
    padding: 20px;
    border: none;
    margin-bottom: 20px;
    width: 20%;
    height: auto;
    border: 1px solid #fff !important;
    border-radius: 15px !important; 
}

.bloc-de-contenu h3 {
    color: #000000;
    font-family: Poppins;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
}

.description-bloc {
    color: #000000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

/* Media query pour mobile */
@media (max-width: 768px) {
    .conteneur-repeater {
        flex-direction: column;
        flex-wrap: wrap;
		width: 90%;
      	margin : 0 auto;
    }
    
    .bloc-de-contenu {
        width: 90%;
    }
}


/* -------------------------------- STYLING OF FOOTER SECTION -------------------------------- */
#groupe .spots h3 {
  	color: #fff !important;
	text-align: left;
	font-family: Merriweather;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 33px;
	margin: 22px 0;
}


/* -------------------------------- STYLING OF NINJA FORMS WHITEPAPER-------------------------------- */
#nf-form-2-cont {
  font-family: 'Poppins', sans-serif !important;
}


.nf-field-label .nf-label-span, .nf-field-label label {
  font-family: 'Poppins', sans-serif !important;
}

.field-wrap>div input[type=checkbox], .field-wrap button, .field-wrap input[type=button], .field-wrap input[type=submit] {
  margin-bottom: 40px;
}


/* -------------------------------- STYLING OF NINJA FORMS CONTACT-------------------------------- */
#contact form {
  font-family: 'Poppins', sans-serif !important;
}

#nf-field-4.ninja-forms-field.nf-element {
  background-color: #000;
}


/* -------------------------------- STYLING OF SLIDER HOME 1-------------------------------- */
#videoCarousel .slick-dots li a svg {
  height: 40px !important;
}

/* -------------------------------- STYLING OF SLIDER HOME CASES -------------------------------- */
#caseClient .sliderCasesClient .slick-dots li a svg {
  width: 40px !important;
}


/* -------------------------------- STYLING OF CASES TITLES -------------------------------- */
#singleCase .singleCaseHeader .contentCaseClient {
  background-color: #fff;
}