.communaute-intro-bloc-orange {
  background-color: #ff6600;
  color: white;
  width: 100%;
  max-width: 800px;
  margin: -73px auto auto;
  padding: 2em 4em;
  font-weight: 400;
  text-align: center;
  font-size: 1.1rem;
  z-index: 5;
  position: relative;
}

.triangle-top-communaute {
  position: absolute;
  fill: white;
  margin-top: 23px;
}


.communaute-pourquoi {
  margin-top: 150px;
}

.communaute-pourquoi h2 {
  text-align: center;
  color: #231E47;
  font-weight: 800;
  font-size: 2.5rem;
}

.communaute-pourquoi .sous-titre-communaute-pourquoi {
  text-align: center;
  color: #ff6600;
  margin-bottom: 30px;
}

.communaute-aventure-content {
  background-color: #ff6600;
  color: white;
  display: flex;
}

.communaute-aventure-content img {
  width: 50%;
}

.communaute-aventure-content div {
  width: 50%;
  padding-left: 7%;
  padding-top: 5em;
}

.communaute-aventure-content div h3 {
  color: #ffa340;
  font-size: small;
  font-weight: bold;
  text-decoration: underline;
}

.communaute-aventure-content div h1 {
  font-weight: bold;
  font-size: 30px;
  margin-top: 12px;
}

.communaute-aventure-content div h2 {
  font-size: 25px;
}

.communaute-aventure-content div a {
  background-color: white;
  color: #ff6600;
  border-radius: 10px;
  border: thin solid white;
  font-weight: bold;
  padding: 1em 2em;
  transition: linear 0.2s;
  margin-top: 2em;
  display: block;
  width: fit-content;
}

.communaute-aventure-content div a:hover {
  background-color: #ff6600;
  text-decoration: none;
  color: white;
}

.triangle-communaute-aventure-top,
.triangle-communaute-aventure-bottom {
  fill: white;
}

.triangle-communaute-aventure-top {
  transform: rotate(180deg);
  margin-bottom: -73px;
}

.triangle-communaute-aventure-bottom {
  margin-top: -75px;
}

.container-video {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-top: -120px;

}

.lecteur-video {
  height: 700px;
  width: auto;
}

.texte-video {
  position: absolute;
  display: flex;
  flex-direction: column;
  color: white;
  font-weight: 800;
  font-size: 2.5rem;
  bottom: 3em;
}

.texte-video span {
  color: #ff6600;
}

.evenements {
  margin: 70px auto;
}


.inner-bloc-evenements {
  max-width: 900px;
  margin: 0 auto;
}

.inner-bloc-evenements h2 {
  color: #231E47;
  font-weight: 800;
  font-size: 3rem;
  line-height: 3rem;
  margin-bottom: 30px;
}


.inner-bloc-evenements h2 span {
  color: #ff6600;
}

.container-blocs-evenements {
  display: flex;
  justify-content: space-between;
}

.bloc-gauche-evenement,
.bloc-droit-evenement {
  width: 48%;
  display: flex;
  flex-direction: column;
}

.bloc-gauche-evenement p {
  font-size: 0.85rem;
  color: #303030;
  margin-bottom: 30px;
}

a.en-savoir-plus {
  border: 2px solid #ff6600;
  border-radius: 12px;
  padding: 20px 25px;
  color: #ff6600;
  font-weight: 600;
  transition: linear 0.2s;
  display: block;
  text-align: center;
  width: 300px;
  font-size: 1rem;
  margin: 10px auto;
  text-decoration: none;
}

a.en-savoir-plus:hover {
  background-color: #ff6600;
  color: white;
}

.bloc-image-evenement {
  margin: 0px 0 40px 0;
  position: relative;
}

.bloc-image-evenement .fond-lecteur {
  z-index: 10;
  top: -15px;
  width: 400px;
}

.bloc-image-evenement .fond-image-temoignage {
  width: 400px;
}

.bloc-image-evenement img {
  border-radius: 25px;
  width: 400px;
  text-align: center;
}

.bloc-image-evenement .titre-evenement {
  color: #231E47;
  font-weight: 800;
  padding-left: 10px;
  margin-top: 10px;
  font-size: 1.1rem;
}

.bloc-image-evenement .titre-evenement span {
  font-size: 0.8rem;
  font-style: italic;
}

.bloc-image-evenement .date-evenement {
  color: #ff6600;
  padding-left: 10px;
  font-weight: 600;
  margin-top: -5px;
  font-size: 0.9rem;
}

.bloc-unique-mobile {
  display: none;
}

@media screen and (max-width:1199px) {

  .container-video {
    margin-top: -45px;
  }

  .texte-video {
    padding: 20px 40px;
    font-size: 2rem;
    bottom: 2em;
  }

  .lecteur-video {
    height: 600px;
  }

  .communaute-intro-bloc-orange {
    margin: 0 auto;
    width: 80%;
    max-width: 600px;
    padding: 15px;
    margin-top: -60px;
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .triangle-top-communaute {
    margin-top: 45px;
  }

  .communaute-pourquoi {
    margin: 50px auto;
  }

  .inner-bloc-evenements {
    padding: 20px;
  }

  .inner-bloc-evenements h2 {
    font-size: 2.2rem;
    line-height: 2.5rem;

  }

  .container-blocs-evenements {
    flex-wrap: wrap;
  }

  .bloc-gauche-evenement,
  .bloc-droit-evenement {
    display: none;
  }

  .bloc-image-evenement {
    width: 100%;
  }

  .bloc-image-evenement img,
  .bloc-image-evenement .fond-image-temoignage,
  .bloc-image-evenement .fond-lecteur {
    width: 100%;
  }

  .bloc-image-evenement .fond-lecteur {
    background-size: 80px;
    height: 224px;
  }

  .bloc-image-evenement .fond-image-temoignage {
    height: 224px;
  }

  .bloc-unique-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}