body {
    background : url(/assets/background.png);
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'Open Sans', sans-serif;
    height: 100vh !important;
}

.slides
{
    width: 100%;
}

/* gestion des titre  */

h1 {
    font-size: 10em;
    font-family: 'Quicksand', sans-serif;
}

h2 {
    font-size: 2em;
    font-weight: bold;
    font-family: 'Rubik Mono One', sans-serif;
}

h3 {
    font-size: 1.5em;
    font-weight: bold;
    color: #FF6B00;
}

/* gestion des paragraphes  */

p {
    font-size: 1.2em;
}

ul {
    text-align: left ;
    font-size: 2em;
    display: block;
    margin : 0 auto;
    width: 40vw;
    margin-top: 1%;
    margin-bottom: 5%;
}

.objectif li {
    font-size: 0.6em;
}

.info li {
    font-size: 0.2em;
}

.organisation li {
    font-size: 0.4em;
}

span {
color: #FF6B00;
}

/* illustration */

img{
    width: 100%;
}

svg {
    color: #FF6B00;
}

/* décoration titre */

hr {
    background-color: #FF6B00;
    border-radius: 30px;
    height: 0.5vh;
    width: 3vw;
    margin-top: 2%;
    margin-bottom: 5%;
    border: none;
}

.little {
    font-size: 0.5em;
}

/* Section evenement  */

.title-evenement {
    margin-bottom: 20%;
    font-size: 1em;
    
}

.date {
    margin: 0;
    font-size: 0.5em;
    color: #FF6B00;
}

.container-events {
    display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}


h1 + p {
    font-size: 2em;
}

.orange {
    color: #FF6B00;
}

