@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

.video-container {
      position: relative;
      padding-bottom: 46%;
      padding-top: 30px;
      height: 0;
      overflow: hidden
}

.video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%
}

#main {
  font-family: 'Poppins';
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

h2 {
  margin-top: 2%;
  margin-bottom: 2%;
}

h3 {
  opacity: 1;
  font-weight: bold;
  padding-top: 20%;
  padding-bottom: 5%;
  text-align: center;
  font-size: 1.6em;
  color: #FFFFFF;
}

.left-title h3{
  font-weight: bold;
  padding-top: 10%;
  padding-bottom: 7%;
  padding-left: 2%;
  text-align: left;
  font-size: 1.6em;
  color: #000000;
  width: 100%;
}

.left-title1 h3{
  font-weight: bold;
  padding-top: 1%;
  padding-bottom: 3%;
  padding-left: 2%;
  text-align: left;
  font-size: 1.6em;
  color: #000000;
  width: 100vw;
}

#main p {
  max-width: 80%;
  margin-bottom: 3%;
}



.pic-container {
  background-image: url('../images/mada/lemurien.jpg');
  background-size: cover;
  margin-bottom: 1%;
}



.pic-container2 {
  background-image: url('../images/mada/tsingy.jpg');
  background-size: cover;
  margin-bottom: 1%;
}

.pic-container3 {
  background-image: url('../images/mada/baleine.jpg');
  background-size: cover;
  margin-bottom: 1%;
}

.text-in-pic {
  display: flex;
  flex-direction: column;
  width: 45%;
  background-color: #3fb0cc;
  opacity: 0.9;
  text-align: center;
  align-items: center;
  padding-bottom: 10%;
}



.text-in-pic p {
  width: auto;
  opacity: 1;
  color: #FFFFFF;
  text-align: center;
  line-height: 2em;
  font-size: 1.1em;
}

.pic1 {
  padding-bottom: 6%;
}

.baobab {
  display: flex;
  width: 100%;
  padding-left: 2%;
}

.text-in-baobab {
  display: flex;
  flex-direction: column;
  max-width: 60%;
  margin-right: 2%;
}

.text-in-baobab p {
  max-width: 100% !important;
}

#bao-zebu {
  max-width: 35%;
}

.sub-baobab {
  background-image: url('../images/mada/baobab-hug.jpg');
  background-size: cover;
  margin-top: 3%;
  margin-bottom: 1%;
  margin-left: 2%;
  margin-right: 3%;
}

.text-sub-baobab {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  opacity: 0.9;
  margin-left: 10%;
  margin-right: 60%;
  margin-top: 8%;
  margin-bottom: 8%;
  padding-bottom: 10%;
}

.text-sub-baobab h3 {
  color: #3fb0cc;
}

.text-sub-baobab p {
  text-align: center;
}

.baobab-alley {
  display: flex;
  margin-left: 2%;
  margin-right: 3%;
  margin-top: 5%;
}

.baobab-alley img {
  width: 65%;
}

.text-in-alley {
  display: flex;
  flex-direction: column;
  width: 35%;
}

.text-in-alley p {
  line-height: 2em;
}

.map {
  display:flex;
  flex-direction: row;
  margin-top: 7%;
  margin-bottom: 2%;
  justify-content: center;
  margin-left: 2%;
  margin-right: 0;
}

.text-map {
  background-color: #deb670;
  width: 49%;
  margin:0;
  padding:0;
}

.text-map p {
  text-align: center;
  margin: auto;
  padding: auto;
  color: #8c2416;
}

.text-map h3 {
  color: #8c2416;
  font-size: 2em;
  font-weight: bold;
  padding-bottom: 10%;
}
