body {
    background-image: url("/images/fond.jpg");
}

.container-xl{
    background-color: #FFF !important;
}

.logo {
    max-width: 40%;
}
.bloc_social {
    font-size: 20px !important;
}

.socials {
    display: flex;
    justify-content: end;

    column-gap: 10px;
    font-size: 35px;
}
.socials > a {
    color: #A0328C !important;
    transition: 0.4s ease !important;
}
.socials > a:hover {
    color: #32B9C8 !important;
}
.content {
    min-height: 100vh;
    padding-top: 20px;
    padding-bottom: 20px;
}

.input-group-text {
    background-color: #32B9C8 !important;
    color: white !important;
    font-weight: 500 !important;
}

.btn-custom {
    color: white !important;
    background-color: #32B9C8 !important;
    transition: 0.4s ease;
    width: 100% !important;
    font-weight: 500 !important;
}
.btn-custom:hover {
    background-color: #A0328C !important;
}
a {
    text-decoration: none !important;
}

.check_rgpd_link {
    cursor: pointer;
}