/* CSS Document */
* { box-sizing: border-box; }
html { font-size: 100%; }
body { font-family: "Trebuchet MS", Helvetica, Sans-Serif; width: 950px; font-size: 1.1em; line-height: 1.5; margin-left: auto; margin-right: auto; }
h1 { font-size: 1em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.5em; }
p { font-size: 1em; }
li { font-size: 1em; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }

.mobile-conteneur-titre { display: none; }

.conteneur-titre {
  height: auto;
  width: auto; 
  display: block;
  margin: auto; 
  background-color: #ffffff;
  position: sticky;
  z-index: 1;
  top: 0;
  }
  
.colonne-titre {
  height: 100px;
  background-color: #ffffff;
  display: flex;
  }
  
.colonne-titre1 {
  border-style: solid; border-color: #00cc00; border-radius: 20px; width: auto; height: auto; margin: auto; position: relative; background-color: auto; text-align: center; padding: 10px;
  }
.colonne-titre2 {
  border-radius: 20px; width: auto; height: auto; margin: auto; position: relative; background-color: #ffcc66; text-align: center; padding: 10px;
  }
  
.titre1 {
    width: auto;
    height: auto;
    text-align: center;
    box-shadow: 8px 8px 5px #444; background-image: linear-gradient(180deg, #fff, #ddd 40%, #ccc); 
}

.rivo405 {
  color: #00cc00;
  background-color: auto;
  padding: 5px 8px;
  margin-top: 3px;
  width: auto;
  voice-family: "\"}\"";
  voice-family:inherit;
  width: auto;
}
.rivo405:hover{ color: #DE0000; text-decoration: none; background-color: #FFDDDD; }


.sidenav { display: none; }




.mySlides {display: none;}
img {vertical-align: middle;}
/* Slideshow container */
.slideshow-container {
  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}
}




/* MENU PRINCIPAL*/
nav{
    display: none;
    width: 100%;
    margin: 0 auto;
    background-color: #FFFFFF;
    position: sticky;
    top: 120px;
    font-size: auto;
	z-index: 2;
	}
.conteneur-nav {
	background-color: #CCFFFF;
	}
nav ul{
    display: none;
    list-style-type: none;
    }

nav input[type=checkbox]:checked + ul, nav ul{
    display: flex;
    flex-flow: row wrap;
    background-color: auto;
}
nav ul li{
    position: relative;
    flex: 1 1 auto;
    text-align: center;

}
nav > div > ul > li > a{
    color: black;
}
nav a{
    border-bottom: 2px solid transparent;
    display: block;
    text-decoration: none;
    color: black;
    padding: 10px 0px;
}
nav a:hover{
    color: orange;
    border-bottom: 2px solid gold;
}
.sous{
    display: none;
    box-shadow: 0px 1px 2px #CCC;
    background-color: white;
    position: absolute;
    width: 100%;
}
.sous li{
    flex: 1 1 auto;
    text-align: left;
}
nav > div > ul li:hover .sous{
    display: flex;
    flex-flow: column wrap;
}
.sous a{
    border-bottom: none;
    background-color: white;
}
.sous a:hover{
    border-bottom: none;
    background-color: RGBa(200,200,200,0.1);
}
/* MENU PRINCIPAL */

/* TITRE */

/* TITRE */

/* 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-style: solid; border-radius: 20px; margin: auto; padding: 10px; background-color: #000000; }
.footer1 { margin: 20px; position: relative; }
/* FOOTER */



/* TEST */

.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); }

