@keyframes animate-fade-in-left
{
   0% { transform: translate(-100px,0px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes animate-fade-in-right
{
   0% { transform: translate(100px,0px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@keyframes animate-opacity
{
   0% { opacity: 1;  }
   50% { opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes transform-bounch-out
{
   0% { transform: rotate(0deg) ;  }
   25% { transform: rotate(0deg) scale(0.95,0.95) ;  }
   50% { transform: rotate(0deg) scale(1.1,1.1) ; opacity: 1;  }
   100% { transform: rotate(0deg) scale(0.3,0.3) ; opacity: 0;  }
}
@keyframes transform-swing
{
   0% { transform: rotate(0deg) ;  }
   20% { transform-origin: top center; transform: rotate(15deg) ;  }
   40% { transform-origin: top center; transform: rotate(-10deg) ;  }
   60% { transform-origin: top center; transform: rotate(5deg) ;  }
   80% { transform-origin: top center; transform: rotate(-5deg) ;  }
   100% { transform-origin: top center; transform: rotate(0deg) ;  }
}
@keyframes infos
{
}
h1, .h1
{
   font-family: "Allerta Stencil";
   font-weight: 400;
   font-weight: normal;
   font-size: 35px;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h2, .h2
{
   font-family: "Allerta Stencil";
   font-weight: 400;
   font-weight: normal;
   font-size: 27px;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h3, .h3
{
   font-family: "Allerta Stencil";
   font-weight: 400;
   font-weight: normal;
   font-size: 21px;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h4, .h4
{
   font-family: "Allerta Stencil";
   font-weight: 400;
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h5, .h5
{
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h6, .h6
{
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
.paragraphe
{
   font-family: "Allerta Stencil";
   font-weight: 400;
   font-weight: normal;
   font-size: 16px;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: transparent;
}
.bouton-decouvrir
{
   font-family: "Allerta Stencil";
   font-weight: 400;
   font-weight: normal;
   font-size: 19px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: rgba(0,0,205,0.49);
   --background-color: rgba(0,0,205,0.49);
   border: 2px solid #4F4F4F;
   --border-color: #4F4F4F;
   border-radius: 5px;
   box-shadow: 1px 1px 5px #000000;
}
.darktheme .bouton-decouvrir
{
   color: #FFFFFF;
   --color: #FFFFFF;
   box-shadow: 1px 1px 5px #FEFEFE;
}
@media only screen and (max-width: 1249px)
{
}
