.gFonts {
    font-family: 'Roboto', sans-serif; /* Main Font*/
    font-family: 'Fjalla One', sans-serif; /* Important titles*/
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    background: aliceblue;
    color: white;
    height: 100%;
}

html {
    height: 100%;
}

.blue {
    color: #007bff !important;
}

@media screen and (max-width: 480px) {
    .with-margin {
        margin-top: 20px;
    }
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}

@media screen {
    .scrollableUL {
        height: 500px;
        overflow: auto;
    }
}

@media screen and (min-width: 768px)  and (max-width: 1200px) {
    .with-margin {
        margin-top: 15px;
    }
}

.header {
    padding-top: 20px;
    width: 100%;
    color: #fff;
    font-family: 'Fjalla One', sans-serif;
    background-image: url("./../img/header2-mobile.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media screen and (min-width: 480px) {
    .header {
        background-image: url("./../img/header2.png");
    }
}

@media screen and (max-width: 900px) {
    .invisible-900 {
        display: none;
    }
}

#head-left-title {
    font-size: 30px;
}

.transparent-input {
    margin-top: 10px;
    background: transparent;
    border: none;
    border-bottom: 3px solid #fff;
    width: 150px;
    color: white;
}

.transparent-input::placeholder {
    color: white !important;
    background: transparent !important;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -webkit-text-fill-color: black !important;
}

.transparent-input:focus {
    outline: none;
}

#commentaires {
    margin-top: 10px
}

#header-big-text {
    margin-top: 90px;
    text-transform: uppercase;
    font-size: 50px;
}

#header-note {
    font-family: 'Roboto', sans-serif;
}

#header-inscription {
    padding-top: 120px;
    padding-bottom: 120px;
}

#offer-details {
    color: black;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f7f9fa;
}

.offer-x-title {
    font-size: 30px;
    margin-bottom: 60px;
}

.offer-detail-sub-title {
    font-size: 18px;
    font-weight: bold;
}

#offer-steps {
    padding-top: 100px;
    padding-bottom: 100px;
    color: #fff;
    background-color: #009cde;
    background-image: radial-gradient(circle farthest-side at center bottom, #009cde, #003087 125%);
}

.step-title {
    font-size: 18px;
    margin-bottom: 20px;
}

#registration {
    color: black;
    background-color: #f7f9fa;
    padding-top: 100px;
    padding-bottom: 100px;
}

.footer {
    margin-top: -1px;
    padding-top: 30px;
    padding-bottom: 10px;
    font-size: 12px;
    background-color: aliceblue;
}

.footer-title {
    padding-top: 20px;
    font-size: 15px;
    color: #007bff !important;
}

.footer-section > a {
    color: grey;
}

.btn:hover {
    cursor: pointer;
}

.blue-background {
    background: #009cde radial-gradient(circle farthest-side at center bottom, #009cde, #003087 125%);
    color: white;
}

.card {
    color: black;
}

.hidden-small {
    display: inline;
}

@media (max-width: 781px) {
    .hidden-small {
        display: none;
    }
}


