/*
Theme Name: AZEO Theme
Author: AZEO
Version: 1.5
*/

body {
  font-family: Helvetica, Arial, sans-serif;
  background-color: white;
  margin: 0;
  color: #333;
  line-height: 1.6;
}

.banner {
  background-color: #b0cde2;
  background-image: url('images/dessin_distillation.png');
  background-repeat: repeat; /* Répétition sur X ET Y */
  background-position: top left;
  background-size: auto; /* conserve la taille d'origine de l'image */
  text-align: center;
  padding: 40px 20px;
}



.lab {
  font-size: 0.7em;
  vertical-align: super;
  letter-spacing: -0.5px;
}

.logo {
  max-width: 280px;
  height: auto;
}

.nav {
  background-color: #70A94B; /* Vert AZEO */
  text-align: center;
  padding: 10px 0;
}

.nav-link {
  display: inline-block;
  font-size: 1em;
  padding: 8px 14px;
  margin: 0 10px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid transparent;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}


.nav-link:hover {
  border-color: #70A94B;
  background-color: #f0f0f0;
  color: #70A94B;
}

.lab {
  font-size: 0.7em;
color:#AA4A44;
  vertical-align: super;
  letter-spacing: -0.5px;
}

main {
  padding: 60px 20px;
  max-width: 1000px;
  margin: auto;
}

.intro {
  text-align: center;
  margin-bottom: 60px;
}

.intro h1 {
  text-transform: uppercase;
  font-size: 2.4em;
  color: #70A94B;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 20px;
}

.intro p {
  font-size: 1.2em;
  color: #999999;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.offres {
  text-align: center;
}

.offres h2 {
  text-transform: uppercase;
  font-size: 1.8em;
  font-weight: 600;
  color: #666666;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.card {
  background: #CAEEFB;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  width: 240px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  text-align: left;
}

.card h3 {
  text-transform: uppercase;
  font-size: 1.1em;
  margin: 0 0 12px 0;
  color: #70A94B;
  letter-spacing: 0.5px;
  font-weight: bold;
  min-height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}



.contact-page .offres h2 {
  color: #666666 !important;
}
.contact-page h1,
.contact-page h2 {
  text-transform: uppercase;
  color: #70A94B;
  text-align: center;
}

.contact-page p {
  text-align: center;
  color: #666;
}

.contact-page ul {
  list-style: none;
  padding: 0;
  text-align: center;
}

.contact-page ul li {
  margin: 10px 0;
  color: #333;
}


.card p {
  font-size: 1em;
  color: #333;
  line-height: 1.5;
  margin: 0;
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
}

footer {
  text-align: center;
  padding: 40px 20px;
  background-color: #fafafa;
  color: #666;
}

footer .icon {
  height: 50px;
  margin-bottom: 10px;
}

.positions h2 {
  text-transform: uppercase;
  color: #70A94B;
  text-align: center;
}

.positions ul {
  list-style: none;
  padding: 0;
  text-align: center;
}

.positions ul li {
  margin: 6px 0;
  color: #333;
}

.card ul {
  list-style-type: square;
  color: #333;
  padding-left: 20px;
  margin: 0;
}

.card li {
  margin-bottom: 6px;
}


.contact-page h1 {
  text-transform: uppercase;
  color: #70A94B;
  text-align: center;
}

.contact-page h2 {
  text-transform: uppercase;
  color: #66666 !important;
  text-align: center


.contact-page p {
  text-align: center;
  color: #666;
}

.contact-page ul {
  list-style: none;
  padding: 0;
  text-align: center;
}

.contact-page ul li {
  margin: 10px 0;
  color: #333;
}

