#speakersTitle {
    font-size: 2.5em;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    height: auto;
    min-height: 50vh;
    padding: 0;
    background: url("https://img.freepik.com/free-photo/info-word-written-wooden-dices_23-2148101442.jpg?size=626&ext=jpg&ga=GA1.2.2086119515.1652265857") no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

#speakersTitle .row {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

#speakersTitle h1 {
    font-size: 1em;
    font-weight: 700;
    color: var(--white);
    height: auto;
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

#speakersTitle .col-12 {
    background: rgba(20, 48, 58, .6);
}

#infosPratiques {
   margin-top: 100px;
}

#infosPratiques h5 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #CF463C;
}

#registerSection {
    margin-top: 150px;
    padding-bottom: 45px;
    padding-top: 45px;
}

#registerSection form {
    margin-top: 20px;
}

#formIllustration {
    height: auto;
}

#formIllustration img {
    width: 80%;
    height: auto;
}

#registerRow {
    justify-content: space-between;
}

#registerSection form input {
    border-radius: 0;
}

#registerSection form select {
    border-radius: 0;
}

#registerSection form button {
    border-radius: 0;
    border: none;
    background: #CF463C;
    color: #fff;
    font-weight: 700;
    font-size: 1.1em;
    padding: 10px 20px;
    margin-top: 25px;

}