   .mount_accueil {
     position: absolute;
     right: 7px;
     border-radius: 50%;
     border: 0.5px rgba(71, 70, 70, 0.534) solid;
     background-color: rgba(104, 102, 102, 0.849);
     align-items: center;
     text-align: center;
     display: flex;
     height: 45px;
     width: 45px;
     box-shadow: 0 0 10px 6px rgba(126, 122, 122, 0.4);
     margin-bottom: 100px !important;
   }

   .photo-dee {
     box-shadow: 0 5px 9px 0 rgba(66, 66, 66, 0.596),
       0 7px 21px 0 rgba(75, 75, 75, 0.609);
     margin-top: 20px !important;
   }

   /* Vitrine du content */
   .mount_accueil :hover {
     color: rgba(255, 38, 0, 0.904);
     height: 40px;
   }

   /* navbar change color 

    
.MountTop{
    background: rgba(6, 6, 12, 0) !important;
    transition: 0.5s !important;
    position: fixed relative !important;

}


.MountTop.scrolled {
    background: rgba(119, 115, 115, 0.829)!important;
    position: fixed !important;
}*/

   /* Vitrine du conten */
   .social {
     background-color: rgba(119, 115, 115, 0.774);
     width: 50px;
     height: 50px;
     display: flex;
     overflow: hidden;
     justify-content: center;
     align-items: center;
     border-radius: 50%;
     position: absolute;
   }

   /* Position de l'image socio par rapport au conteneur*/
   .social img {
     z-index: 2;
     width: 100%;
     height: 100%;
   }

   /* Div de fond des socio */
   .fond_face,
   .fond_twitter {
     top: -100px;
     z-index: 1;
     display: block;
     height: 100px;
     width: 100px;
     position: absolute;
     transition: 0.5s;
   }

   .fond_face,
   .fond_insta {
     top: -100px;
     z-index: 1;
     display: block;
     height: 100px;
     width: 100px;
     position: absolute;
     transition: 0.5s;
   }

   .fond_face,
   .fond_youtube {
     top: -100px;
     z-index: 1;
     display: block;
     height: 80px;
     width: 80px;
     position: absolute;
     transition: 0.5s;
   }

   /*Couleur socio */

   .fond_twitter{
     background-color: #000000;
   }

   .fond_face {
     background-color: #2969f6;
   }

   .fond_insta {
     background-color: #660159;
   }

   .fond_youtube {
     background-color: #0e76a8;
   }

   /* Position début du survol */
   .social:hover .fond_face {
     top: 0;
   }

   .social:hover .fond_twitter {
     top: 0;
   }

   .social:hover .fond_insta {
     top: 0;
   }

   .social:hover .fond_youtube {
     top: 0;
   }

   /* Conteneur des reseaux socio */
   .divons_t {
     display: inline-block;
     text-align: center;
     margin-top: 65px;
     position: absolute;
   }

   .divons_f {
     display: inline-block;
     text-align: center;
     position: absolute;
   }

   /* Position des reseaux socio */
   .divons_twi {
     text-align: center;
     position: absolute;
     margin-top: 50px;
     right: 57px;
   }

   .divons_face {
     text-align: center;
     position: absolute;
     margin-top: 100px;
     right: 57px;
   }

   .divons_insta {
     text-align: center;
     position: absolute;
     margin-top: 150px;
     right: 57px;
   }

   .divons_youtube {
     text-align: center;
     position: absolute;
     right: 57px;
     margin-top: 200px;
   }

   /* FONT ICONE  */

   .fa-color {
     color: red;
     background-color: rgba(255, 255, 0, 0);
   }

   .fa-customuze {
     font-size: 20px !important;
   }

   .fa-1x {
     font-size: 20px;
   }