@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/Poppins/Poppins-Regular.ttf");
}
@font-face {
  font-family: "Poppins-SemiBold";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/Poppins/Poppins-SemiBold.ttf");
}
body {
  font-family: "Poppins", sans-serif;
  color: #000;
  background-color: #FBFBFE;
  margin: 0;
  font-size: 18px;
}
body h1, body h2, body h3 {
  font-family: "Poppins-SemiBold", sans-serif;
}
body h1 {
  font-size: 48px;
  color: #2E9B08;
}
body h2 {
  font-size: 32px;
}
body h3 {
  font-size: 26px;
}
body span {
  font-weight: bold;
}
body .bouton-telechargement {
  display: inline-block;
  padding: 10px 20px;
  background-color: #4CAF50;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  border-radius: 5px;
  transition: background-color 0.3s, box-shadow 0.3s;
  border: none;
  outline: none;
}
body .bouton-telechargement :hover {
  background-color: #45a049;
}
body .bouton-telechargement :focus {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
  outline: none;
}
body nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 100px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
body nav .logo img {
  height: 90px;
}
body nav ul {
  display: flex;
  list-style: none;
}
body nav ul li {
  padding: 0 20px;
  font-family: "Poppins-SemiBold", sans-serif;
}
body nav ul li a {
  text-decoration: none;
  color: #000;
}
body section {
  margin: 0 120px;
}
body main .introduction .presentation {
  display: flex;
  padding-top: 24px;
  gap: 18px;
}
body main .introduction .presentation .present-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}
body main .introduction .presentation .present-text h1, body main .introduction .presentation .present-text h2 {
  margin: 0;
}
body main .introduction .presentation .present-img {
  display: flex;
  align-items: center;
}
body main .introduction .presentation .present-img img {
  height: 300px;
}
body main .introduction .description p:last-child {
  font-weight: bold;
}
body main #valeurs {
  text-align: center;
  margin-top: 40px;
}
body main #valeurs .valeur {
  display: flex;
  justify-content: space-between;
}
body main #valeurs .valeur .card-valeur {
  background-color: #E5FBF2;
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  width: 344px;
  padding: 12px 24px;
}
body main #valeurs .valeur .card-valeur h3 {
  margin: 0;
}
body main #valeurs .valeur .card-valeur p {
  margin: 8px 0;
}
body main .mission {
  text-align: center;
  margin-top: 40px;
}
body main .mission p {
  font-weight: bold;
}
body main .engagements {
  text-align: center;
  margin-top: 40px;
}
body main .engagements .engagement {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  padding: 0 48px;
  margin-bottom: 32px;
}
body main .engagements .engagement .card-engagement {
  background-color: rgba(46, 155, 8, 0.7);
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  padding: 24px 24px;
  display: flex;
  text-align: left;
  gap: 8px;
}
body main .engagements .engagement .card-engagement .img-card-engagement {
  display: flex;
  align-items: center;
}
body main .engagements .engagement .card-engagement .text-card-engagement h3 {
  margin: 0;
}
body main .engagements #eco-cycle {
  width: 100%;
}
body main #histoire h2 {
  text-align: center;
  margin-top: 40px;
}
body main #histoire p:last-child {
  font-weight: bold;
}
body main .membres {
  margin: 0;
  padding: 0 120px 48px 120px;
  background-color: #E5FBF2;
}
body main .membres h2 {
  text-align: center;
  padding-top: 40px;
}
body main .membres .main-membres {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
body main .membres .main-membres .row-membres {
  display: flex;
  gap: 48px;
}
body main .membres .main-membres .row-membres .card-membre {
  background-color: #FBFBFE;
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  display: flex;
  align-items: start;
  flex-direction: column;
  width: 732px;
  padding: 36px 80px;
}
body main .membres .main-membres .row-membres .card-membre img {
  margin: auto;
}
body main .membres .main-membres .row-membres .card-membre p {
  margin: 8px 0;
}
body main .soutenir {
  text-align: center;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body main .soutenir img {
  height: 300px;
}
body main .soutenir h2 {
  margin-bottom: 64px;
}
body main .soutenir h3 {
  margin-bottom: 0;
}
body main .soutenir .soutien {
  max-width: 1131px;
  padding: 24px 12px;
}
body main .soutenir .soutien img {
  height: 300px;
  transform: scale(0.5);
}
body main .soutenir .soutien h3 {
  margin-bottom: 48px;
}
body main .soutenir .soutien form {
  display: flex;
  justify-content: center;
  gap: 96px;
}
body main .soutenir .soutien form .form-box {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  display: flex;
  flex-direction: column;
  text-align: left;
}
body main .soutenir .soutien form .form-box label {
  padding-left: 8px;
}
body main .soutenir .soutien form .form-box input {
  border: none;
  border-radius: 8px;
  margin: 8px 0;
  padding: 8px;
}
body main .soutenir .soutien button {
  background-color: rgba(171, 239, 99, 0.8);
  color: #000;
  border: none;
  border-radius: 8px;
  padding: 8px 16px;
  margin-top: 18px;
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 18px;
  cursor: pointer;
}
body footer {
  background-color: rgb(174, 224, 182);
  display: flex;
  justify-content: space-between;
  padding: 24px 120px;
}
body footer ul {
  list-style: none;
  padding: 0;
}
body footer ul li {
  font-family: "Poppins-SemiBold", sans-serif;
  padding: 6px 0;
}
body footer ul li a {
  text-decoration: none;
  color: #000;
}
body footer .reseau {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body footer .reseau .link-reseau {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
body footer .reseau .link-reseau img {
  width: 90px;
  height: 90px;
}

@media screen and (max-width: 1450px) {
  body section {
    margin: 0 60px;
  }
  body main #valeurs .valeur .card-valeur {
    width: 300px;
    padding: 12px 18px;
  }
  body main .membres {
    padding: 0 60px 48px 60px;
  }
  body main .membres .main-membres .row-membres .card-membre {
    width: 600px;
    padding: 24px;
  }
  body main .membres .main-membres .row-membres .card-membre img {
    height: 200px;
  }
  body main .soutenir img {
    height: 200px;
  }
  body footer .reseau img {
    height: 75px;
  }
  body footer .reseau .link-reseau img {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 1165px) {
  body section {
    margin: 0 40px;
  }
  body main #valeurs .valeur .card-valeur {
    width: 250px;
    padding: 12px 18px;
  }
  body main .membres {
    padding: 0 40px 48px 40px;
  }
  body main .membres .main-membres .row-membres .card-membre {
    width: 500px;
    padding: 24px;
  }
  body main .membres .main-membres .row-membres .card-membre img {
    height: 150px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  body h1 {
    font-size: 40px;
    color: #2E9B08;
  }
  body h2 {
    font-size: 28px;
  }
  body h3 {
    font-size: 22px;
  }
  body nav {
    padding-left: 5px;
  }
  body nav .logo img {
    height: 60px;
  }
  body section {
    margin: 0 20px;
  }
  body main .introduction .presentation {
    gap: 18px;
  }
  body main .introduction .presentation .present-img img {
    height: 200px;
  }
  body main #valeurs .valeur .card-valeur {
    width: 200px;
    padding: 12px 18px;
  }
  body main .membres {
    padding: 0 20px 48px 20px;
  }
  body main .membres .main-membres {
    align-items: center;
  }
  body main .membres .main-membres .row-membres {
    flex-direction: column;
    gap: 24px;
  }
  body main .membres .main-membres .row-membres .card-membre {
    width: 500px;
    padding: 24px;
  }
  body main .membres .main-membres .row-membres .card-membre img {
    height: 150px;
  }
  body main .soutenir {
    margin: 0;
  }
  body footer {
    padding: 24px 20px;
  }
  body footer div {
    width: 230px;
  }
  body footer .apropos ul li {
    padding: 6px 0;
  }
  body footer .reseau .link-reseau img {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  body p, body label {
    font-size: 16px;
  }
  body h1 {
    font-size: 30px;
    color: #2E9B08;
  }
  body h2 {
    font-size: 22px;
  }
  body h3 {
    font-size: 18px;
  }
  body nav {
    padding-left: 0;
    flex-direction: column;
  }
  body nav .logo img {
    height: 60px;
  }
  body nav ul {
    padding-left: 0;
    gap: 14px;
  }
  body nav ul li {
    padding: 0;
  }
  body section {
    margin: 0 10px;
  }
  body main .introduction .presentation {
    flex-direction: column;
  }
  body main .introduction .presentation .present-img img {
    height: 200px;
  }
  body main #valeurs .valeur {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  body main #valeurs .valeur .card-valeur {
    width: 260px;
    padding: 12px 18px;
  }
  body main .engagements .engagement {
    padding: 0 12px;
    gap: 24px;
  }
  body main .engagements .engagement .card-engagement {
    flex-direction: column;
    align-items: center;
  }
  body main .engagements .engagement .card-engagement .img-card-engagement img {
    height: 90px;
  }
  body main .membres {
    padding: 0 10px 48px 10px;
  }
  body main .membres .main-membres {
    align-items: center;
  }
  body main .membres .main-membres .row-membres {
    flex-direction: column;
  }
  body main .membres .main-membres .row-membres .card-membre {
    width: 300px;
    padding: 24px;
  }
  body main .membres .main-membres .row-membres .card-membre img {
    height: 100px;
  }
  body main .soutenir .soutien {
    background-image: none;
  }
  body main .soutenir .soutien form {
    flex-direction: column;
    gap: 5px;
  }
  body footer {
    flex-direction: column;
    padding: 24px 10px;
  }
  body footer .apropos {
    text-align: center;
  }
  body footer .contact {
    text-align: center;
  }
}

/*# sourceMappingURL=main.css.map */
