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

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

  h1 { font-size: 2em; }
  h2 { font-size: 2em; }
  h3 { font-size: 1.5em; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }

.mofogasy { display: none; }
.contact-mobile { display: none; }
#closeBtn { display: none }

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

.header {
  display: flex;
}

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

.header11 {
  padding: 5px 15px;
}

.rivo-location{
  color: #00cc00;
  font-weight: 600;
  letter-spacing: 2px;
}

.rivo:hover {
  color: #DE0000;
  text-decoration: none;
  background-color: #FFDDDD;
}

.contact {
  display: flex;
  gap: 20px;
}

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

.sidenav {
  width: auto;
  height: auto; 
  margin: auto;
  padding: 1px;
  background-color: #ffffff;
  position: sticky;
  z-index: 5;
  top: 76px;
  font-size: auto;
}

.sidenav ul {
  list-style-type: none;
  display: flex;
  }
  
.sidenav ul li{
    position: relative;
    flex: 1 1 auto;
    text-align: center;
}

.sidenav a{
    border-bottom: none;
    display: block;
    color: #0000ff;
    text-decoration: none;
}

.sidenav a:hover{
    border-bottom: 2px solid;
}

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

.titre {
  width: 70%;
  margin: auto;
  padding-top: 5px;
  text-align: center;
}

.description {
  font-size: 1.3em;
  text-decoration: underline;
  text-align: center;
}

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

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

.zandry1 {
  display: flex;
}

.profil {
  padding: 20px;
}

.rivo {
  border-radius: 20px;
  border: solid #ffff;
}

.zandry11 {
  display: flex;
  text-align: center;
  align-items: center;
}

.zandry12 {
  padding: 0px 20px;
}         

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

.footer {
  border-radius: 20px;
  padding: 5px 20px;
  background-image: url("sary/tsimanampetsotse.jpg");
  background-color: #9966CC;
}