@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik+Doodle+Shadow&display=swap");

.modal-icon {
    border: none;
    box-shadow: 0px 3px 4px hsla(236, 50%, 50%, 0.3);
    background-color: #0093e9;
    background: linear-gradient(160deg, #0093e9 0%, #80d0c7 100%);

    border-radius: 8px;
    color: #ffffff;
    font-family: Phantomsans, sans-serif;
    font-size: 20px;
    width: 70%;
    text-align: center;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-weight: bold;
    transition: 0.3s;
}
.modal-icon:hover,
.modal-icon:focus {
    color: white;
    transform: translateX(0.2rem);
    box-shadow: 0 0 4.4rem 0.2rem hsla(236, 50%, 50%, 0.4);
}
.formStyle {
    border: none;
    top: 10%;
    padding: 2%;
    background-color: #ffffff;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}
.formStyle::after {
    content: "";
    display: block;
    clear: both;
}
.h1titre {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    font-style: italic;
}

.formats {
    border: none;
    top: 10%;
    padding: 2%;
    background-color: #ffffff;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    z-index: 1;
}

.titreh4 {
    margin-left: 10px;
    text-transform: capitalize;
    margin-bottom: 30px;
    display: block;
    background: #fff;
    padding-left: 12px;
}

.fa-users {
    border-radius: 100%;
    border: 2px solid #f0ad4e;
    padding: 10px;
}
