@import url('structure.css');

/*---------------------------------------------------------*/

.groupe-illustration{
    position: relative;
    display: inline-block;
    max-width: 100%;
    text-align: center;
}

.img-illustration {
    display: flex;
    border-radius: 5px;
    margin-top: 25px;
    height: auto;
    width: 100%;
}

.txt-illustration{
    position: absolute;
    top: 40%;
    left: 25%;
    transform: translate(-40%, -30%); 
    color: white;
    font-size: 4vw;
    padding: 10px;
    box-sizing: border-box;
    font-family: 'Gill Sans', 'Gill Sans MT';
}

.boutton-illustration {
    transition: background-color 0.3s ease;
    background-color: transparent;
    font-family: 'Gill Sans', 'Gill Sans MT';
    border: 1px solid #ffffff;
    color: #ffffff; 
    align-items: center;
    padding: 10px 20px;
    font-size: 2vw;
    position: absolute;
    border-radius: 50px;
    top: 51%;
    left: 12%;
}

/*---------------------------------------------------------*/

.groupe-presentation {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 3px;
    margin: 50px 70px;
    line-height: 2.5;
    font-size: 15px;
    text-align: left;
    gap: 90px;
    text-align: justify;
}

.img-presentation {
    width: 50%;
    max-width: 400px;
    height: auto;
    border-radius: 10px;
    gap: 50px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);

}

/*---------------------------------------------------------*/

@media screen and (max-width: 1000px) {
    .img-presentation {
        display: none;
    }

    .nom{
        font-size: 20px;
    }
}
/*---------------------------------------------------------*/

