html {
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
    scroll-padding-top: 70px; /* height of sticky header */
}

body {
}


/* - HERO - */
section.hero {
    position: relative;
}

section.hero img {
    width: 100%;
    height: auto;
}

.hero-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero-content .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.hero-content h1 {
    max-width: 650px;
    color: #FFF;
    font-size: 50px;
    letter-spacing: 1.25px;
    line-height: 56px;
    margin-bottom: 16px;
    margin-top: 0;
    font-weight: normal;
}

.hero-content p {
    max-width: 650px;
    color: #FFF;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 28px;
    margin-bottom: 21px;
    margin-top: 0;
}

.hero-content button {
    height: 50px;
    width: 220px;
    max-width: 100%;
    border-radius: 92px;
    background-color: #3E50E5;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.4px;
    line-height: 24px;
    text-align: center;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
}

.hero-content button:hover {
    color: #3E50E5;
    background-color: #FFF;
    border: 1px solid #3E50E5;
}

section.info .container {
    max-width: 50%;
}

section.info p {
    text-align: justify;
}

/* Footer */
footer .bottom-nav {
    padding: 40px 0;
}
footer .bottom-nav .container {
    display: flex;
    justify-content: space-between;
    max-width: 950px;
}

footer .bottom-nav ul {
    list-style: none;
}

footer .bottom-nav ul li.list-title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #FFF;
}
    

@media (max-width: 576px) {
    .hero-content h1 {
        font-size: 32px;
        letter-spacing: 0.8px;
        line-height: 38px;
        text-align: center;
        margin-bottom: 32px;
        margin-top: 50px;
    }

    .hero-content p {
        display: none;
    }

    .hero-content button {
        font-size: 14px;
        letter-spacing: 0.35px;
        line-height: 21px;
        width: 196px;
        margin: auto;
    }

    /*section.offert .container {
        width: 100%;
    }*/
}

 /*@media (max-width: 768px) {
    section.offert .container {
        width: 100%;
    }
}*/

@media (max-width: 1024px){
    section.info .container {
        max-width: 100%;
        width: 75%;
    }
}

@media (max-width: 992px) {
    .hero-content h1 {
        font-size: 40px;
        letter-spacing: 1px;
        line-height: 46px;
    }

    .hero-content p {
        font-size: 16px;
        letter-spacing: 0.4px;
        line-height: 24px;
    }

    .hero-content button {
        font-size: 14px;
        letter-spacing: 0.35px;
        line-height: 21px;
        width: 196px;
    }

    section.offert .container {
        max-width: 100%;
        width: 100%;
    }
    section.info .container {
        max-width: 100%;
        width: 100%;
    }
    section.info p {
        text-align: left;
    }
}