.container{
    width: 75%;
    margin: 0 auto;
}

.evenements{
    display: flex;
    justify-content: space-between;
    font-family: Raleway;
    font-weight: 700;
    flex-wrap: wrap;
    margin-top: 5rem;
    color: #333333;
    margin-bottom: 3.25rem;
}

.evenement{
    display: flex;
    width: 100%;
    height: 18rem;
    margin-bottom: 2.5rem;

}

.background-evenement{
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/bimworld.png');*/
    /*background-size: cover;*/
    border-radius: 8px;
    width: 35%;
}
.background-evenement img{
    width: 100%;
    height: 100%;
    border-radius: 8px 0 0 8px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    object-fit: cover;
    object-position: center;
}

.text-evenement{
    width: 40%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background-color: #F7F7F7;
    padding: 0 5% 5% 5%
}
.titre-evenement{
    font-size: 1.9rem;
    line-height: 2.35rem;
    padding: 30px 0 10px 0;
}


.lieu{
    display: flex;
    margin-bottom: 17px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    align-items: center;
}

.lieu img{
    margin-right: 1rem;
    width: 1.75rem;
    height:1.75rem;
}

.lieu span{
    font-size: 1rem;
    line-height: 1.17rem;
}

.description-evenement{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
}

.date-evenement{
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #3399331A;
    border-radius: 0 8px 8px 0;
}

.date-chiffre{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 3rem;
}

.date-mois{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.75rem;
    text-align: center;
}

.date-mois .date-annee{
    font-weight: 700;
}

.plus-evenenement{
    font-family: Raleway;
    font-weight: 700;
    line-height: 1.5rem;
    cursor: pointer;
    padding: 0.75rem 1.5rem;
    color: #25871C;
    border: 2px solid #25871C;
    border-radius: 8px;
    margin: 0 auto;
    width: fit-content;
    margin-bottom: 7.5rem;
}

.plus-evenenement:hover {
    background: #339933;
    color: #fff;
}


/******************************/
/****** Evenement *************/
/******************************/

.evenement-information{
    position: relative;
    font-family: Roboto;
    font-weight: 400;
    width: 50%;
    background-color: #333333;
    border-radius: 16px;
    padding: 1.5rem 0;
    color: white;
    margin: 0 auto;
    margin-top: -54px;
    z-index: 3;
    margin-bottom: 5rem;
}

.contenu-information{
    display: flex;
    justify-content: space-between;
    padding: 0 25%;
}

.text-localisation, .text-date{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.1rem;
}

.titre{
    font-family: Raleway;
    font-weight: 700;
}

.titre-contenu-information{
    font-size: 1.12rem;
    line-height: 1.32rem;
    margin-bottom: 1rem;
}

.text-img-localisation{
    display: flex;
    align-items: center;
}

.text-img-localisation img{
    margin-right: 0.5rem;
    width: 1.75rem;
}

.evenement-presentation{
    display: flex;
    justify-content: space-between;
}
.evenement-presentation-text{
    min-height: 25rem;
    width: 45%;
}

.evenement-presentation-photo{
    width:45%
}

.titre-deco-dessous{
    font-family: Raleway;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 2.9rem;
    margin-bottom: 0.5rem;
    color: #333333;
}

.evenement-presentation-text span{
    font-size: 1.12rem;
    color: #333333;
    line-height: 1.8rem;
}

.evenement-galerie{
    margin-top: 5rem;
    margin-bottom: 7.5rem;
}

.evenement-photo{
    display: flex;
    justify-content: space-between;
}

.photo-galerie{
    width: 17%;
    padding-right: 3%;
}

.evenement-presentation-photo{
    position: relative;
    background-image: url('../images/evenement-img.png');
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 8px;
}

.evenement-presentation-photo .img-evenement{
    height: 26rem;
    z-index: 2;
    position: relative;
}

.back-blush{
    position: absolute;
    top: -15%;
    left: 0;
    height: 41rem;
    z-index: -1;
}

@media screen and (max-width: 1440px) {
    .container {
      width: 87%;
    }
}

@media (max-width: 768px) {
    .container{
        width: 91%
    }
    .background-evenement{
        width: 25%;
    }
	
	.background-evenement img{
		border-radius: 8px;
	}
	
    .text-evenement{
        width: 50%;
        height: 85%;
        margin: auto 0;
        padding: 0 5%;
    }
    .description-evenement{
        font-size: 14px;
    }
    .date-evenement{
        width: 15%;
        height: 85%;
        margin: auto 0;
    }
    .date-chiffre{
        font-size: 22px;
    }
    .date-mois{
        font-size: 14px;
    }
}

@media (max-width: 550px) {
    .evenement{
        height: 45rem;
        flex-direction: column;
        
    }
    .background-evenement{
        width: 100%;
        height: 25%;
        border-radius:8px 8px 0 0;
    }
    
    .background-evenement img{
        border-radius:8px 8px 0 0;
    }
    .text-evenement{
        width: 100%;
        height: 50%;
        padding: 0 5%;
        box-sizing: border-box;
        overflow: initial;
        justify-content:center;
    }
    .description-evenement{
        padding: 5% 0;
    }
    .date-evenement{
        width: 100%;
        height: 25%;
        border-radius: 0 0 8px 8px;
    }
}
