@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Outfit:wght@100..900&display=swap');

:root {
    --color-gold: #f4e5b7;
    --color-blue: #17161b;
    --txt-btn: #25263e;
    --color-violet: #7b7a94;
}

* {
    box-sizing: border-box;
}

body {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    background: linear-gradient(to right, #17161b 30%, #272741 100%);
    min-height: 100vh;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
}

.site-logo {
    text-align: center;
}

.module-heading {
    font-family: "Bodoni Moda", serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    color: var(--color-gold);
    margin-bottom: 30px;
}

.module-heading .first-p {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 10px;
}

.module-heading .last-p {
    font-size: 35px;
}

.left-container {
    position: relative;
}

.site-contain {
    max-width: 80%;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.module-blurb.space {
    margin-right: 30px;
}

.module-blurb .image {
    height: 68px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.pictos-offres {
    display: flex; 
    justify-content: center;
    margin-bottom: 30px;
}

.picto-heading {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--color-gold);
}

.module-blurb {
    text-align: center;
}

.auth_container {
    text-align: center;
}

.card-text_box h2 {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.card-text_box .txt-break {
    display: block;
}

.card-text_box p {
    color: var(--color-gold);
}

.social_btn_container {
    margin-bottom: 20px;
}

.social_btn_container .line{
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.social_btn_container .social_btn {
    align-items: center;
    background-color: transparent;
    border: 1.8px solid #4e297b;
    border-radius: 6px;
    color: #2d1556;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 300 !important;
    margin: 5px 10px;
    overflow: hidden;
    padding-left: 0;
    width: 230px;
    background-color: #fff;
}

.social_btn_container .social_btn img {
    background-color: #eaf2f5;
    height: 35px;
    object-fit: contain;
    padding: 5px;
    width: 35px;
}

.social_btn_container .social_btn span {
    padding: 5px 10px;
    font-weight: 500;
    font-size: 15px;
}

.social_btn_container a {
    text-decoration: none;
}

.or-text {
    width: 230px;
    margin: 0 auto 10px;
    text-align: center;
}

.or-text span {
    position: relative;
    font-size: 20px;
    color: #fff;
}

.or-text span::before, .or-text span::after {
    width: 100px;
}

.or-text span::before {
    position: absolute;
    content: " ";
    background-color: #fff;
    height: 3px;
    width: 10px;
    top: 15px;
    left: 22px;
}

.or-text span::after {
    position: absolute;
    content: "";
    background-color: #fff;
    height: 3px;
    width: 10px;
    top: 15px;
    right: 22px;
    z-index: 7;
}

.picture {
    text-align: center;
}

.picture img {
    max-width: 100%;
}

.form-group {
    margin-bottom: 2rem !important;
}

.form-group input {
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    margin: 0 auto;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    width: 80%;
    height: 40px;
    padding: 5px;
    font-size: 17px;
    color: var(--color-violet);
}

.form-group input::placeholder {
    color: var(--color-violet);
}

.checkbox {
    text-align: left;
    margin-right: 10px;
}

.checkbox input {
    width: 15px;
    height: 15px;
}

.first-checkbox, 
.notice-rgpd p, 
.form-check-label, 
.form-footer-text {
    color: #ffffff;
    font-size: 15px;
    text-align: left;
}

.first-checkbox a, 
.notice-rgpd p a, 
.form-check-label a, 
.form-footer-text a {
    color: var(--color-gold);
}

.form-check-input {
    text-align: left;
    width: 18px !important;
    height: 18px !important;
    appearance: none; 
    -webkit-appearance: none;
    -moz-appearance: none; 
    border: 1px solid #fff !important;
    background-color: transparent;
    cursor: pointer;
    position: relative;
    border-radius: 0px !important;
    margin-right: 0 !important;
    margin-top: 3px !important;
}

.form-check-input:hover {
  border-color: var(--color-violet); 
}

.form-check-input:checked {
  background-color: var(--color-blue); 
  border-color: #fff;
}

.form-check-input:checked::after {
    content: "✔";
    color: var(--color-gold);
    position: absolute;
    top: -4px;
    left: 2px;
    font-size: 16px;
}

.form-check-label {
    padding-left: 10px !important;
}

.formGroup {
    display: flex;
}

button[type="submit"] {
    font-family: 'Outfit', sans-serif;
    background-image: linear-gradient(to top,#ddc290, #f4e5b7);
    margin: 0 auto;
    padding: 1.2rem 4rem 1.2rem 2rem;
    font-size: 18px;
    border: none;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 24px;
    font-weight: 600;
    outline: none;
    cursor: pointer;
    color: var(--txt-btn) !important;
    transition: all .3s ease-in-out;
    border-radius: 3px;
    position: relative;
}

button[type="submit"]::after {
    content: url('../img/chat.png');
    width: auto;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}

button[type="submit"]:focus {
    outline: none;
}

button[type="submit"]:hover {
    background-image: linear-gradient(#ddc290, #ddc290);
}

.first-checkbox {
    width: calc(100% - 25px);
}

@media screen and (min-width: 981px) {
    .page-container {
        display: flex;
        flex: 1;
    }

    .page-container > div {
        width: 50%;
    }

    .site-logo {
        position: absolute;
        top: 20px;
        left: 100px;
    }

    .picture {
        padding-top: 70px;
    }

    .module-heading {
        padding-top: 95px;
    }

    .right-container {
        padding-right: 20px;
    }

    .site-contain {
        background-image: url("../img/astro.png");
        background-position: top 90px center;
        background-repeat: no-repeat;
        background-size: auto;
    }

    .left-container {
        padding: 20px 0 0 20px;
        display: flex;
        align-items: center;
    }

    .form-group input {
        width: 480px;
    }
}

@media screen and (max-width: 1200px) {
    .site-contain {
        margin: auto;
        background-size: contain;
    }
}

@media screen and (max-width: 980px) {
    body {
        background: linear-gradient(to bottom, #17161b, #272741);
    }

    .picture img {
        width: 80%;
    }

    .left-container {
        padding: 20px 10px 0;
    }

    .right-container {
        padding: 0 10px;
    }

    .site-logo {
        margin-bottom: 30px;
    }

    .site-contain {
        margin: auto;
    }

    form.stardust-form {
        width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .site-contain {
        width: 95%;
        max-width: 95%;
    }

    .module-heading .first-p {
        font-size: 30px; 
    }

    .card-text_box {
        padding: 0 20px;
    }
}

@media screen and (max-width: 480px) {
    .module-heading .first-p {
        font-size: 25px;
    }

    .module-heading .last-p {
        font-size: 25px;
    }

    .picture img {
        width: 100%;
        max-width: 100%;
    }

    .picto-heading {
        width: 100%;
        margin: auto;
    }

    .social_btn_container .line {
        gap: 10px;
        margin-bottom: 10px;
    }

    .social_btn_container .social_btn {
        width: 160px;
        margin: 0;
    }

    .social_btn_container .social_btn span {
        font-size: 10px;
    }
}