@import url('https://fonts.googleapis.com/css2?family=Elms+Sans:ital,wght@0,100..900;1,100..900&display=swap');


.evenements {
    background-color: rgb(0, 132, 255);
    padding: 40px;

    width: auto;

}

.titreevent {
    font-family: 'Nexmod Regular', sans-serif;

    font-size: 3em;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: center;

}


.texteevenement2 {
    font-family: "Elms Sans", sans-serif;
    font-size: 22px;
    line-height: 1.5;
    color: #000000;
    max-width: 800px;
    text-align: center;
    text-align: justify;
    padding: 30px;


}

.evenements {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;

}


.evenementstitle {
    font-size: 3em;

    color: #000000;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background-color: rgb(252, 252, 252); */
    padding: 30px;
    border-radius: 10px;

}


.corporatecontainer {
    display: flex;

    align-items: center;

    padding: 20px;
}


.videocorporate {
    width: 100%;
    max-width: 200px;
    border-radius: 10px;
}

.evenementscontainer {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    flex-direction: column;


}

.evenementsbox {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.texteevenement {
    font-family: "Elms Sans", sans-serif;
    font-size: 22px;
    line-height: 1.5;
    color: #ffffff;
    /* max-width: 600px; */
    width: 70%;
    text-align: justify;

}

h2 {
    color: #000000;
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;

}




.listevenement {
    font-size: 22px;
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-family: "Elms Sans", sans-serif;
    color: #000000;
    text-align: center;
    text-align: justify;
}

.contactboite {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nouscontacter {
    width: 70%;
    margin-top: 40px;
    background-color: rgb(252, 252, 252);
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.contact-link {
    color: #000000;
    text-decoration: none;
    font-size: 22px;
    line-height: 1.5;
    font-family: "Elms Sans", sans-serif;
}

.galerie {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.galerietitle {
    color: white;
}

.galeriestitle {
    text-align: center;
}

.photogalerie:hover, .photogalerie2:hover {
    transform: scale(2);
    cursor: pointer;
}

.photogalerie {
    width: 300px;
    border-radius: 10px;
    border: #ffffff 5px solid;
    transition: transform .1s;

}

.photogalerie2 {
    width: 150px;
    border-radius: 10px;
    border: #ffffff 5px solid;
    transition: transform .1s;
}

.install {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
}


.corporatetxt {
    width: 50%;
}

.corporate, .classique {
    display: flex;
    flex-direction: column;
}

.imginstall {
    margin-top: 30px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.eventimg {
    width: 50%;
    border-radius: 10px;
}

.imgclassique {
    display: flex;
    justify-content: left;
}

.txtevenement {

    flex-direction: column;
    align-items: center;

}

aside {

    padding-left: 0.5rem;
    margin-left: 0.5rem;
    float: right;
}

.aside2 {
    padding-left: 0.5rem;
    margin-left: 0.5rem;
    float: left;
}