.titre {
    height: 70px;
    background: #000;
    width: 100%;
    color: #ffcef0;
    text-align: center
}

.titre h1 {
    font-size: 24px;
    font-weight: 900;
    line-height: 70px
}

div.pict_parrainage {
    height: 360px;
    background: #000
}

.form_sponsorship {
    width: 100%
}

.form_sponsorship h2 {
    text-align: center;
    margin: 25px;
    font-size: 22px
}

.form {
    margin: 0 25px;
    text-align: center
}

.user-box {
    position: relative;
    text-align: left;
    margin: 7px 0
}

.user-box input {
    width: 100%;
    padding: 10px 0;
    font-size: 17px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
    border: none;
    border-bottom: 1px solid #f62188;
    outline: 0;
    background: 0 0
}

.user-box label {
    position: absolute;
    top: 0;
    left: 0;
    letter-spacing: .05rem;
    padding: 10px 0;
    font-weight: 500;
    font-size: 15px;
    font-style: italic;
    color: #1e2533;
    pointer-events: none;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.user-box input:focus ~ label, .user-box input:required:valid ~ label {
    top: -20px;
    left: 0;
    color: #f62188;
    font-size: 13px
}

select option {
    cursor: pointer;
    margin: 5px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    background: var(--main-white-color)
}

.styled-select {
    text-align: left;
    margin: 10px 0 10px 0
}

.selekt {
    font-size: 18px;
    position: absolute;
    color: var(--main-dark_gray-color);
    font-weight: 600;
    margin: 5px 0 0 0
}

select {
    width: 100%;
    height: 50px;
    margin: 35px 0 20px 0;
    color: var(--main-dark_gray-color);
    padding: 10px;
    font-size: 16px;
    font-weight: 300;
    border-radius: 5px;
    background: 0 0;
    border: solid 1px #f62188
}

select:focus-within, select:visited {
    border: solid 1px #000
}

.glow-on-hover {
    width: 220px;
    height: 50px;
    border: none;
    outline: none;
    font-size: 26px;
    margin: 50px auto;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px
}

.glow-on-hover:before {
    content: "";
    background: linear-gradient(45deg, #f62188, #ffcef0, #f62188, #ffcef0, #f62188, #ffcef0, #f62188, #ffcef0, #f62188);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent
}

.glow-on-hover:hover:before {
    opacity: 1
}

.glow-on-hover:after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px
}

@keyframes glowing {
    0% {
        background-position: 0 0
    }
    50% {
        background-position: 400% 0
    }
    100% {
        background-position: 0 0
    }
}

div.form_sponsorship p {
    font-size: 12px;
    text-align: left;
    padding: 9px;
    font-weight: 600
}

.form p {
    font-size: 12px;
    font-weight: 700
}

@media (min-width: 320px) and (max-width: 480px) {
    .pict_parrainage svg {
        width: 100%
    }

    .form p {
        font-size: 11px
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .pict_parrainage svg {
        width: 100%;
        height: 100%
    }
}