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

body { font-family: "Trebuchet MS", Helvetica, Sans-Serif; width: auto; font-size: 90%; line-height: 1.5; margin-left: 5px; margin-right: 5px; }
h1 { font-size: 1.3em; }
h2 { font-size: 1em; }
h3 { font-size: 1em; }
p { font-size: 1em; }
li { font-size: 1em; }
a { text-decoration: none; }

.conteneur-titre { display: none; }

.mobile-conteneur-titre {
  height: auto;
  width: auto; 
  display: block;
  margin: auto; 
  background-color: #ffffff;
  position: sticky;
  z-index: 1;
  top: 0;
  }

.mobile-colonne-titre {
  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; padding: 10px;
  }
  
.mobile-colonne-titre1 {
  height: 50px;
  background-color: #ffffff;
  display: flex;
  }
  
.mobile-colonne-titre11 {
  border-radius: 20px; width: auto; height: auto; margin: auto; position: relative; background-color: #ffcc66; text-align: center; padding: 10px;
  }  


.rivo405 {
  color: #DE0000;
  padding: 5px 8px;
  margin-top: 3px;
  width: auto;
}

.titre1 {
    width: auto;
    height: auto;
    text-align: center;
    box-shadow: 8px 8px 5px #444; background-image: linear-gradient(180deg, #fff, #ddd 40%, #ccc); 
}

/* CONTENU DU SITE */
.zoky { height: auto; width: auto; display: block; border: none; margin: auto; }
.zandry1 { width: auto; height: auto; position: relative; margin: auto; text-align: center; }
/* CONTENU DU SITE */

/* FOOTER */
.footer { height: auto; width: auto; display: block; border: none; margin: auto; padding: 10px; background-color: #000000; }
.footer1 { margin: 5px; position: relative; }
/* FOOTER */



.mofogasy {
  width: 15%;
  display: flex;
  background-color: #FFFFFF;
  position: sticky;
  z-index: 1;
  }




.mySlides {display: none;}
img {vertical-align: middle;}
/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
/* Caption text */
.text {
  color: #f2f2f2;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active {
  background-color: #717171;
}
/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

nav { display: none; }

#mySidenav { background-color: #F6F6F6; }

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

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

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

.sidenav a:hover {
  color: #0033FF;
}

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

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





.dada { height: auto; width: 800px; display: block; border: 1px solid red; margin: auto; }

.div1 { border-radius: 20%; width: 100px; height: 100px; position: relative; background-color: powderblue; margin: auto; text-align: center; }

.div2 { border-radius: 20%; width: 100px; height: 100px; margin: 20px; position: relative; background-color: royalblue; text-align: center; }

.div3 { display: flex; border: 2px solid green; }
.div31 { border-radius: 20%; width: 100px; height: 100px; margin: auto; position: relative; background-color: green; text-align: center; }
.div32 { border-radius: 20%; width: 100px; height: 100px; margin: auto; position: relative; background-color: #C0C0C0; text-align: center; }
.div33 { border-radius: 20%; width: 100px; height: 100px; margin: auto; position: relative; background-color: sienna; text-align: center; }

.div4 { border-radius: 20%; width: 100px; height: 100px; margin: 20px; position: relative; background-color: slateblue; text-align: center; }

.div5 { width: 15em; height: 100px; border: 1px solid #333; box-shadow: 8px 8px 5px #444; padding: 8px 12px; background-image: linear-gradient(180deg, #fff, #ddd 40%, #ccc); }

