
#page {
  display: flex;
  margin-top: 10%;
}
#page .retour {
  text-align: center;
  align-content: center;

  padding-top: 0%;
  border-radius: 7%;

  font-size: 40px;
  color: white;
  margin-top: 2%;
  margin-left: 2%;
  padding-bottom: 8px;
  background-color: #636363;
  width: 60px;
  height: 60px;
}
#page .retour .fleche a{
  color: white;
  text-decoration: none;
  line-height: 0;
}





/* ############################# */

#page #contenu {
  margin-top: 2%;
  width: 80%;
}
#page #contenu .tete {
  background-color: #efefef;
  margin-bottom: 15%;
  padding-bottom: 5%;
}
#page #contenu .tete .titre {
  font-size: 25px;
  text-align: center;
  letter-spacing: 3px;
  padding-top: 2%;
}
#page #contenu .tete .contenu {
  display: flex;
}
#page #contenu .tete .contenu img {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 4);
  width: 15%;
  margin-left: 5%;
}
#page #contenu .tete .contenu .desc {
  font-style: italic;
  padding: 2% 10%;
}
#page #contenu .barreau {
  height: 1px;
  width: 80px;
  margin-left: 40%;
  padding-right: 40%;
  background-color: black;
  margin-top: 5%;
}

/* ##### */
#page #contenu .nom {
  text-align: center;
  font-style: italic;
  color: #9e9d9d;
  font-size: 12px;
  margin-left: 5%;
}
#page #contenu .video {
  display: flex;
  margin-left: 5%;
  background-color: #f7f7f7;
  padding: 3%;
  margin-bottom: 7%;
}
#page #contenu .video video{
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
  background-color: rgb(255, 255, 255);
  height: 300px;
  width: 50%;
  color: aliceblue;
  text-align: center;
  font-size: 40px;
  align-content: center;
}
#page #contenu object:not(p) {
  width: 100%;height: 100%;
}
#page #contenu .video .barreau_gauche{
  margin-top: 14%;
  background-color: black;
  height: 1px;
  width: 25%;
  margin-right: 2%;
}
#page #contenu .video .barreau_droite{
  margin-top: 14%;
  background-color: black;
  height: 1px;
  width: 25%;
  margin-left: 2%;
}




/* ##### */


#page #contenu #contenu1 {
  margin-top: 5%;
  padding-top:7% ;
  display: flex;
  background-color: white;
}
#page #contenu #contenu1 .texte .sous-titre {
  margin-left: 30% ;
  font-size: 30px;
}
#page #contenu #contenu1 .texte .contenu {
  margin-left: 40%;
  margin-right: 5%;
}
#page #contenu #contenu1 img{
  width: 36%;
  height: 0%;
  margin-right: 10%;
}
#page #contenu #contenu1 .texte .barreau {
  height: 1px;
  margin-top: 25%;
  width: 300px;
}

/* ##### */

#page #contenu #contenu2 {
  margin-top: 7%;
  padding-top:7% ;
  display: flex;
  background-color: white;
}
#page #contenu #contenu2 .texte .sous-titre {
  margin-left: 30% ;
  font-size: 30px;
}
#page #contenu #contenu2 .texte .contenu {
  margin-left: 5%;
  padding-right: 50%;
}
#page #contenu #contenu2 img{
  width: 30%;
  height: 0%;
  margin-left: 10%;
}
#page #contenu #contenu2 .texte .barreau {
  height: 1px;
  margin-top: 7.5%;
  width: 300px;
  margin-left: 10%;
}
/* ##### */


#page #contenu #contenu3 {
  margin-top: 5%;
  padding-top:7% ;
  display: flex;
  background-color: white;
}
#page #contenu #contenu3 .texte .sous-titre {
  margin-left: 30% ;
  font-size: 30px;
}
#page #contenu #contenu3 .texte .contenu {
  margin-left: 40%;
  margin-right: 5%;
}
#page #contenu #contenu3 img{
  width: 40%;
  height: 0%;
  margin-right: 10%;
}
#page #contenu #contenu3 .texte .barreau {
  height: 1px;
  margin-top: 20%;
  width: 300px;
}

/* ##### */


#lien {
  margin: 5%;
  padding: 2%;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  background-color: rgb(255, 255, 255);
}
#lien a{
  padding-left: 2%;
  color : rgb(108, 108, 108);
  text-decoration: none;
}

/* ##### */

#fin {
  margin: 5%;
  padding: 2%;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
  background-color: rgb(255, 255, 255);
}
#fin .titre {
  text-align: center;
  text-decoration: underline;
}



/* ################################ */



article {
  opacity: 0;
  transition: opacity 1.5s, transform 1.5s;
}
article.visible {
  opacity: 1;
  transform: translateY(-15%);
} 

