body {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 1.2;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  background: #fff;

  padding-top: max(30px, 4vw);
}

a {
  color: #11601a;
  text-decoration: none;
  font-weight: bold;
}

img {
  border: 0;
}

.container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 20px;
}

.contenu {
  text-align: center;
}

h1 {
  text-transform: uppercase;
  font-size: clamp(24px, 4vw, 36px);
  line-height: 1.1;
  font-weight: 800;
  margin: 0;
  margin-bottom: 1em;
}
h1 span.dl {
  display: block;
  font-size: 0.8em;
  margin-top: 0.2em;
  font-weight: 300;
}

h2 {
  /* text-transform: uppercase; */
  font-size: calc(clamp(24px, 4vw, 36px) * 30/36);
  line-height: 1.1;
  font-weight: 800;
  margin: 0;
  margin-bottom: 0.4em;
 color: #11601a;
}

h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 0.2em;
  background-color: #11601a;
  margin-bottom: 8px;
  margin-top: 0.2em;
  margin-left: auto;
  margin-right: auto;
}

ul.none {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.puce {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

ul.puce > li {
  padding-left: 14px;
  position: relative;
}
ul.puce > li::before{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 12px;
    background: url(assets/puce.svg) center center no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 40px;
  gap: 20px;

  background: rgba(17, 96, 26, 0.1);
  padding: 20px;
}

.actions > div {
  text-align: left;
}

.actions h3 {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 8px;
}

p {
  display: inline-block;
  max-width: 800px;
}

.logos-partenaires {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;

  margin-top: 40px;
}
.logos-partenaires img {
  width: auto;
  height: 80px;
}

.wrapper-galerie {
  margin-top: 40px;
}

footer img {
  vertical-align: top;
  margin-top: 4vw;
}




/* isotope */
img {max-width: 100%;
    height: auto;}

.isotope-grid-item { width: 33%; }

.pix-wrapper-image-galerie {
    padding: 5px;
    box-sizing: border-box;
}

@media (max-width:1200px) {
    .isotope-grid-item { width: 50%; }
}

@media (max-width: 550px) {
  .actions {
    flex-direction: column;
    align-items: center;
  }
  .actions > div {
    width: 100%;
  }
}

@media (max-width:520px) {
    .isotope-grid-item { width: 100%; }
}



@media (max-width: 800px) {
  body {
    font-size: 16px;
  }

  .logos-partenaires {
    gap: 10px;
  }
  .logos-partenaires img {
    height: 60px;
  }
}