body {
    background-color: #e3edf6;
    margin: 0;
    padding: 0;
    width: 100%;
}

main {
    padding: 20px;
    margin: 5px;
    width: 100%;
}

h1 {
    text-align: center;
    font-family: "Special Gothic Condensed One", sans-serif;
    font-weight: 999;
    font-size: 3.5rem;
    color: #38396e;
    text-transform: uppercase;
}

h2 {
    text-align: justify-all;
    font-family: "Special Gothic Condensed One", sans-serif;
    font-weight: bold;
    font-size: 2.5rem;
    color: #38396e;
    text-transform: capitalize;
}


h3 {
    text-align: justify-all;
    font-family: "Special Gothic Condensed One", sans-serif;
    font-weight: bold;
    font-size: 1.9rem;
    color: #38396e;
    text-transform: uppercase;
}

p {
    text-align: justify;
    font-family: Verdana, sans-serif;
    font-size: min(1.3rem);
    margin-top: 10px;
    margin-bottom: 20px;
}

ol.p2 {
    text-spacing: space-all;
    font-family: Verdana, sans-serif;
    font-size: 1.4rem;
    text-align: justify;
}

ul {
    justify-content: space-between;
    text-align: justify;
    font-family: "Special Gothic Condensed One", sans-serif;
    font-size: 1.3rem;
    margin-bottom: 10px;


}

.flexbox {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border: #7172a8 2px solid;
    width: 100%;
    height: 95px;
    background: #7172a8;

}

button {
    justify-content: center;
    align-items: center;
    text-align: center;
    background: rgb(69, 69, 110);
    border: #7172a8 2px solid;
    color: rgb(217, 217, 255);
    border-radius: 10px;
    width: 220px;
    height: 70px;
    font-size: 1.8rem;
    font-family: "Special Gothic Condensed One", sans-serif;
    transition: all 0.3s ease;
}

button:hover {
    background: #d9d9ff;
    color: #999bff;
    cursor: pointer;
    transform: scale(1.2);

}

li {
    justify-content: space-between;
    text-spacing: auto;
    text-align: justify;
    font-family: "Special Gothic Condensed One", sans-serif;
    font-size: 1.3rem;
    margin-bottom: 10px;

}

ul.no-puces {
    list-style: none;
    justify-content: space-between;
    text-spacing: auto;
    text-align: justify;
    font-family: "Special Gothic Condensed One", sans-serif;
    margin-bottom: 10px;
    padding-left: 10px;
    color: #d9d9ff;
}

ul.indentation {
    padding-right: 5px;
}

ul.titre-liste {
    list-style: none;
    padding-left: 0;
}

.image-text {
    display: flex;
    justify-content: right;
    align-items: center;
    text-align: justify-all;
    gap: 25px
}

.image_lorem {
    width: 40%;
    height: auto;
    display: block;
    flex-shrink: 0;
    border-radius: 10px;

}

.parcours-paragraphe {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.logo {
    display: flex;
    align-items: center;
    gap: 15px;
}


footer {
    background-color: #7172a8;
    width: 100%;
    height: 120px;
    padding-left: 10px;
    align-content: space-evenly;
    justify-content: space-evenly;
}

.footer-mention {
    padding-left: 10px;
    color: #d9d9ff;
}

.mail {
    text-align: justify;
    font-family: "Special Gothic Condensed One", sans-serif;
    margin-bottom: 10px;
    padding-left: 0;
    color: #38396e;
    font-size: min(1.3rem);
}