body {
    background : url(https://www.code42.fr/wp-content/uploads/2023/08/background-info-min.png);
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'Open Sans', sans-serif;
    height: 100vh !important;
}

/* gestion des titre  */

h1, h2, h3 {
    color: #7caa72;
}

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

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

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

h3 li {
    list-style-type: none;
}

/* gestion des paragraphes  */

p {
    font-size: 1.2em;
}


svg {
    color: #7caa72;
}

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

span {
color: #7caa72;
}

img{
    width: 100%;
}

.img-event{
    width: 75%;
    border-radius: 30px;
}

.img-event-min{
    width: 40%;
    border-radius: 30px;

}

.picto{
    width: 10%;
}


hr {
    background-color: #7caa72;
    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: 1.2em;
    color: #7caa72;
    font-weight: bold;
}

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

.event{
    border-radius: 40px;
    margin: 2%;
}

.objectif
{
    font-size: 0.5em;
}



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

.orange {
    color: #7caa72;
}

ul {
    margin-top: 1%;
    margin-bottom: 5%;
}

.slides
{
    width: 100%;
}

.activity-card {
    display: flex;
    margin-bottom: 20px;
}

.image-container {
    width: 40%; /* Ajustez la largeur de l'image selon vos besoins */
}

.image-container img {
    max-width: 100%;
    height: auto;
}

.info-container {
    width: 60%; /* Ajustez la largeur du contenu texte selon vos besoins */
    padding-left: 20px;
}

.info-container h2 {
    font-size: 1.5em;
    margin-top: 0;
}

.info-container .date {
    font-style: italic;
    color: #5d9474;
    font-size: 0.8em;

}

.info-container .description {
    font-size: 1em;
}
