@import url("https://fonts.googleapis.com/css2?family=Caveat&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.text-primary-custom {
  color: #0a8080;
}
.btn-primary {
  background-color: #0a8080 !important ;
  border-color: #0a8080 !important ;
}
.bg-color-lagarde {
  background: #1d1e1c;
}
.custom-size-title {
  font-size: 4.5rem !important;
}
.custom-size-subtitle {
  font-size: 2.5rem !important;
}
.custom-font {
  font-family: "Caveat", cursive;
}

.custom-list-style {
  list-style: none; /* Remove default bullets */
}

ul li::before {
  content: " "; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  border: #0a8080 solid 1px;
  border-radius: 50%;
  background-color: #0a8080;
  
  color: #0a8080; /* Change the color */
  font-weight: 900; 
  font-size: 2rem;/* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 0.3em;
  height: 0.3em; /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  margin-right: 0.5em;
 /* Also needed for space (tweak if needed) */
}

.element {
  height: 60vh;
}

.max-img-size {
  max-width: 100%; /* La largeur maximale de l'image est égale à la largeur du conteneur parent */
  max-height: 100%; /* La hauteur maximale de l'image est égale à la hauteur du conteneur parent */
  height: auto; /* Garantit que l'aspect ratio de l'image est préservé */
}
.bg-hover-zoom {
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: background-size 1s ease;
}
.element-grid {
  min-width: 25vh;
  height: 25vh;
}

.bg-hover-zoom:hover {
  background-size: 120%;
  background-position: center;
}
#btp,
.btp {
  background-image: url("vendors/img/btp.jpg");
}
#nautisme,
.nautisme {
  background-image: url("vendors/img/nautisme.jpg");
}
#aeronautique,
.aeronautique {
  background-image: url("vendors/img/aeronautique.jpg");
}
#environnement,
.environnement {
  background-image: url("vendors/img/environnement.jpg");
}
#energie,
.energie {
  background-image: url("vendors/img/energies.jpg");
}
#produit,
.produit {
  background-image: url("vendors/img/produit.jpg");
}
#innovant,
.innovant {
  background-image: url("vendors/img/innovant.jpg");
}
#acteur,
.acteur {
  background-image: url("vendors/img/acteur.jpg");
}
#responsable,
.responsable {
  background-image: url("vendors/img/responsable.jpg");
}
#ecoute,
.ecoute {
  background-image: url("vendors/img/ecoute.jpg");
}
.btn-mail {
  background-color: #0a8080;
  padding: 3px;
  border-radius: 5px;
  transition: 500ms;
}
.btn-mail:hover {
  background-color: #0a8080;

  height: auto;
  transform: scale(1.3);
}
#landing {
  background-image: url("vendors/img/Groupe-Artzainak_industries-mecaniques-et-plastiques.jpg");
  width: 100%;
  min-height: 65vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.fsize-custom {
  font-size: 3rem;
}
.bg-min-height {
  min-height: 65vh;
}
.bg-epareuses {
  background-size: cover;
  background-image: url("https://www.lagarde-sas.fr/wp-content/uploads/2023/10/Lagarde_epareuse_entretien-du-paysage-2.jpg");
  background-repeat: no-repeat;
  background-position: right;
  padding: 20px;
}
.bg-broyeurs {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("https://www.lagarde-sas.fr/wp-content/uploads/2023/10/Lagarde_broyeur-1.jpg");
  padding: 20px;
}
.bg-broyeurs-forest {
  background-size: cover;
  background-image: url("https://www.lagarde-sas.fr/wp-content/uploads/2023/10/Lagarde_broyeur-forestier2-3.jpg");
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px;
}
.bg-robots {
  background-size: cover;
  background-image: url("https://www.lagarde-sas.fr/wp-content/uploads/2023/10/Lagarde_robot-2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px;
}
.encapse {
  background-color: #ffffffa8;
  height: 35%;
  width: 100%;
}
.custom-chevron-hover:hover {
  color: #ffffff;
}
.size-2em {
  font-size: 2em;
}
.img-article {
  content: "";
  min-height: 80%;
  width: 100%;
}
.img-paysage {
  background-image: url("https://www.lagarde-sas.fr/wp-content/uploads/elementor/thumbs/Lagarde-entretien-du-paysage-1-qefok69g2jwh8q36x5va6ap41gdruswqngh5t06h1g.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.img-agricole {
  background-image: url("https://www.lagarde-sas.fr/wp-content/uploads/2023/10/Lagarde-agricole-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.img-forestier {
  background-image: url("https://www.lagarde-sas.fr/wp-content/uploads/2023/10/Lagarde-forestier-1.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
.carroussel-min-height {
  min-height: 65vh;
}
