@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&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #ece6e1;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #252525;
}

a {
    text-decoration: none;
    color: #869ed1;
}

a:hover{
    color: #4d5aa4;
}

.topbar {
    background-color: #ffffff;
    min-height: 91px;
}

.topbar-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 1200px;
    padding: 0 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.logo {
    padding-top: 16px;
    padding-bottom: 15px;
    max-height: 60px;
}

.logo img {
    max-height: 60px;
}

.container {
    margin: 0 auto;
}

.containerBlock {
    margin: 0 20px;
}

h1 {
    color: #252525;;
    text-align: center;
    font-weight: 700;
    font-size: 43px;
    letter-spacing: 0;
}

.titleBlock {
    padding-top: 70px;
    margin-bottom: 20px;
}

.sous-titre {
    font-size: 14px;
    text-align: center;
    font-weight: 400;
}

.formRegister {
    margin: 0;
}

.form-group {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.form-group .second {
    margin-left: 20px;
}

.form-group .linkPasswordForgot {
    margin: auto;
    text-decoration: none;
    color: rgba(136, 160, 211, 1);
}

.bloc{
    background-color: #FFFFFF;
    width: 100%;
    padding: 20px;
    border-radius: 8px;
    font-size: 16px;
    margin: 0 0 5px;
    text-decoration: none;
    font-weight: 700;

}

.linkRegistration {
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    font-size: 16px;
    margin: 0 0 5px;
    height: 52px;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 700;
}


.linkRegistration.mgel {
    background-color: #88a0d3;
    border: 2px solid #88a0d3;
}

.linkRegistration.mgel:hover {
    background-color: #FFFFFF;
    color: #88a0d3;
    transition: 0.3s;
}

.linkRegistration.mvs {
    background-color: #f7c44a;
    border: 2px solid #f7c44a;
}

.linkRegistration.mvs:hover {
    background-color: #FFFFFF;
    color: #f7c44a;
    transition: 0.3s;
}

.linkRegistration.yvon {
    background-color: #d8c9e4;
    border: 2px solid #d8c9e4;
}

.linkRegistration.yvon:hover {
    background-color: #FFFFFF;
    color: #d8c9e4;
    transition: 0.3s;
}


input, select, .cta {
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    display: inline-block;
    padding: 10px;
    border: 2px solid #88a0d3;
    border-radius: 8px;
    font-size: 15px;
    margin: 0 0 5px;
}

input, select {
    width: 100%;
}

input:focus, select:focus {
    color: #252525;
    background-color: rgba(255, 255, 255, 1);
    border-color: #252525;
}

input[type="submit"] {
    background-color: #9f78e2;
    color: #ffffff;
    border: 2px solid #9f78e2;
    font-size: 16px;
    font-weight: 700;
}

input[type="submit"]:hover {
    background-color: #ffffff;
    border-color: #9f78e2;
    color: #9f78e2;
    transition: 0.3s;
    cursor: pointer;
}

.cta {
    background-color: #9f78e2;
    color: #ffffff;
    border: 2px solid #9f78e2;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
}

.cta:hover {
    background-color: #ffffff;
    border-color: #9f78e2;
    color: #9f78e2;
    transition: 0.3s;
}

.centerText {
    text-align: center;
}

.highlight.highlight-underline {
    position: relative;
    padding: 0;
    border-radius: unset;
    background-image: unset;
}

.highlight.highlight-underline .highlight-word {
    position: relative;
    z-index: 1;
}

.highlight.highlight-underline .highlight-word .highlight-border {
    background-color: #f7c44a;
    content: "";
    position: absolute;
    left: 0;
    bottom: 20%;
    width: calc(100% + 0.3em);
    height: 15%;
    margin-left: -0.15em;
    transform: skew(-12deg) translateX(0);
    z-index: -1;
}

.titleBlock h1 {
    text-align: center;
}

.titleBlock h2 {
    text-align: center;
}

.highlight-word {
    color: #252525;;
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    letter-spacing: 0;
}

.flash {
    text-align: center;
    position: relative;
    padding: 1rem 1rem;
    margin: 1rem;
    border: 1px solid transparent;
    border-radius: 10px;
}

.flash-success {
    background-color: #d1e7dd;
    color: #0f5132;
}


.flash-danger {
    background-color: #f8d7da;
    color: #842029;
}

.formRegister.externe {
    margin-top: 20px;
}

.externe .sous-titre {
    margin-bottom: 20px;
}


/* Responsive Design */
@media (max-width: 768px) {

    .topbar {
        min-height: 88px;
    }

    .logo {
        padding-top: 10px;
    }

    .topbar-container {
        flex-direction: column;
        text-align: center;
    }

    .formRegister .form-group {
        display: block;
    }

    .formRegister .linkRegistration {
        display: block;
        margin: 10px 0;
    }

    input, .linkRegistration {
        height: 45px;
    }

    .form-group .second {
        margin-left: 0;
    }

    .titleBlock {
        padding-top: 40px;
    }

    .highlight-word {
        font-size: 38px;
    }


}

@media (max-width: 414px) {

}

@media only screen and (min-width: 1240px) {
    .container {
        max-width: 1166px;
    }
}
