body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #3D056A;
}

.header {
    background-color: #FFEFDB;
    color: #FFEFDB;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__icon {
    width: 24px;
    height: 24px;
}

.header__title {
    color: black;
    font-size: 1.5rem;
    margin: 0;
    flex-grow: 1; 
    text-align: center; 
    height: auto;
    display: block;
    margin: 0 auto;
}

img.img_1,
img.img_2 {
    width: 300px;
    height: auto;
    display: block;
    margin: 0 auto;
}
.text1 {
    color: white;
    height: auto;
    display: block;
    margin: 0 auto;
}

.text2 {
    color: white;
    text-align: center;
    height: auto;
    display: block;
    margin: 0 auto;
}

.fleche_down {
    width: 80px;
    height: auto;
    display: block;
    margin: 0 auto;
}

