/* CSS Document */
* { box-sizing: border-box; }
html { font-size: 100%; }

body { 
  font-family: "Trebuchet MS", Helvetica, Sans-Serif;
  width: auto;
  font-size: 100%;
  line-height: 1.5;
  margin-left: 5px;
  margin-right: 5px; }

  h1 { font-size: 1.3em; }
  h2 { font-size: 1.3em; }
  h3 { font-size: 1em; }
  a { text-decoration: none; }
  
.contact-desktop { display: none; }

.header-container {
  height: auto;
  width: auto; 
  display: block;
  margin: auto; 
  background-color: #ffffff;
  position: sticky;
  z-index: 5;
  top: 0;
}

.header {
  display: block;
}

.header1 {
  display: flex;
  border-style: solid;
  border-width: 2px;
  border-color: #00cc00;
  border-radius: 20px;
  width: auto;
  height: auto;
  margin-top: auto;
  position: relative;
  background-color: auto;
  text-align: center;
}

.header11 {
  width: auto;
  height: auto;
  margin-left: 20px;
  background-color: #ffffff;
}

.mofogasy {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: 15px;
  background-color: #FFFFFF;
  border: none;
}

.rivo-location {
  font-size: 1em;
  color: #DE0000;
  font-weight: 600;
  letter-spacing: 1.2px;
}

.contact {
  height: 50px;
  display: flex;
}

.contact-mobile {
  border-radius: 20px;
  width: auto;
  height: auto;
  margin: auto;
  position: relative;
  background-color: #ffcc66;
  text-align: center;
  padding: 10px;
}

#mySidenav { background-color: #000099; background-image: url("sary/baobab.jpg"); border-radius: 20px; }

.sidenav {
  height: auto;
  width: 100%;
  position: fixed;
  z-index: 6;
  top: 0;
  left: -999px;
  padding-top: 60px;
  transition: left 0.5s ease;
}

.sidenav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* Sidenav menu links */
.sidenav a {
  color: #ffffff;
  font-size: auto;
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  display: block;
  transition: 0.3s;
}

/* Active class */
.sidenav.active {
  left: 0;
  font-size: 1em;
}

/* Close btn */
.sidenav .close {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 1em;
}

.banniere {
  color: #ffffff;
  background-image: url("sary/riziere-madagascar.jpg");
  background-size: cover;
  background-color: #9966CC;
  height: 250px;
  position: relative;
}

.titre {
  width: 70%;
  margin: auto;
  text-align: center;
}

.description {
  width: 70%;
  margin: auto;
  font-size: 1.2em;
  text-decoration: underline;
  text-align: center;
}

.zoky {
  height: auto;
  width: 97%;
  background-color: #ffffff;
  position: relative;
  margin: auto;
  top: -30px;
  z-index: 4;
  border-radius: 20px;
  border: solid #00cc00;
}

.zandry {
  padding: 0px 50px;
  text-align: center;
  color: #0000ff;
  font-weight: bold;
}

.zandry1 {
  display: block;
}

.zandry11 {
  padding: 5px 10px;
}

.zandry12 {
  padding: 5px 10px;
}

.zandry2 {
  width: auto;
  height: auto;
  margin: 5px auto 10px;
  text-align: center;
  border: solid transparent;
  background-color: #f0f0ff;
}

.profil {
  display: flex;
  justify-content: center;
}

.rivo {
  max-width: 50%;
  height: auto;
  border-radius: 20px;
  border: solid #ffff;
}

.footer {
  height: auto;
  width: auto;
  position: relative;
  border-radius: 20px;
  margin: auto;
  padding: 10px;
  background-image: url("sary/tsimanampetsotse.jpg");
  background-color: #9966CC;
}