/* HEADER */
.sticky-top.header {
    background: white!important;
    padding: 0;
}
.topHeader {
    background: var(--primary);
    text-align: center;
    color: white;
    padding: 13px;
}
.topHeader .container {
    position: relative;
}
.topHeader + .container {
    padding-left: 0;
    padding-right: 0;
}
.topHeader p {
    margin: 0;
    font-size: 15px;
    color: white;
}
.topHeader a {
    color: white;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.rightHeader {
    flex: 1;
}
.rightHeader a {
    font-size: 20px;
    margin: 0 0 0 10%;
    text-transform: capitalize;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.rightHeader a i {
    margin: 0 10px 0 0;
}
.rightHeader a:last-child i {
    font-size: 22px;
}
.rightHeader a:last-child i {
    font-size: 18px;
}

/* STICKY HEADER */
header.bg-primary .topHeader {
    display: none;
}
header.bg-primary .navbar-brand img {
    height: 2rem;
    transition: height .5s ease 0s;
}


/* SLIDER */
.hero-header {
    /*background: url(../img/difficultes-financieres.jpg) center center no-repeat;*/
    background: url(../img/difficultes-financieres-entreprise.jpg) center center no-repeat;
    background-size: cover;
    padding: 4% 15px;
}
.hero-header h2 {
    font-size: 27px;
    padding: 0 5% 0 0;
}
.hero-header a {
    padding: 0;
    color: white;
    font-size: 33px;
    margin: 20px 0 0;
    text-transform: capitalize;
}
.hero-header a:hover,
.hero-header a:active,
.hero-header a:focus {
    color: var(--secondary);
}

/* ABOUT */
.section-about {
    padding: 4rem 1.5rem!important;
}
.section-about h1 {
    color: #033859;
    font-size: 2rem;
}
.section-about .col-lg-6 {
    margin: 0;
}

/* ACCOMPAGNEMENT */
.section-accompagnement {
    background: url(../img/accompagnement-la-belle-marquis.jpg) left center no-repeat;
    background-size: cover;
    padding: 6rem 1.5rem 9rem!important;
    overflow: hidden;
}
.section-accompagnement h2 {
    color: white;
    margin: 2.25rem 0 3rem;
    font-size: 2.5rem;
}
.section-accompagnement a {
    border-radius: 0;
    font-size: 22px;
    font-weight: 700;
    padding: 19px 33px;
}
.section-accompagnement ul {
    margin: 0;
    padding: 0;
}
.section-accompagnement ul li {
    list-style: none;
    color: white;
    position: relative;
    padding: 15px 26px 15px 29px;
    display: flex;
    align-items: center;
    font-size: 20px;
    margin: 22px 0;
}
.section-accompagnement ul li:before {
    content: '\e921';
    font-family: 'fontello';
    font-size: 32px;
    display: inline-block;
    margin: 0 25px 0 0;
}
.section-accompagnement ul li:nth-child(odd) {
    background-color: #0c4684;
}
.section-accompagnement ul li:nth-child(odd):after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0c4684;
}
.section-accompagnement ul li i {
    margin: 0 25px 0 0;
}


/* PROPOSITION */
.section-proposition {
    background: url(../img/entraide.jpg) right center no-repeat;
    background-size: cover;
    padding: 6rem 1.5rem 9rem!important;
    overflow: hidden;
}
.section-proposition h2 {
    color: white;
    margin: 2.25rem 0 3rem;
    font-size: 2.5rem;
}
.section-proposition h5 {
    font-weight: 600;
}
.section-proposition p {
    color: white;
}

/* PROPOSITION */
.section-faillite {
    background: url(../img/faillite.jpg) center no-repeat;
    background-size: cover;
    padding: 6rem 1.5rem 9rem!important;
    overflow: hidden;
}
.section-faillite h2 {
    color: #25232a;
    margin: 2.25rem 0 3rem;
    font-size: 2.5rem;
}
.section-faillite h5 {
    font-weight: 600;
}

/* CTA */
.section-cta {
    padding: 1rem 1.5rem 3rem!important;
}
.section-cta h2 {
    color: #25232a;
    margin: 2.25rem 0 3rem;
    font-size: 3rem;
}
.section-cta h2 + a {
    font-size: 19px;
}
.section-cta h5 {
    font-weight: 600;
    color: #184f8a;
}
.list-cta {
    margin: 1rem auto 0;
}
.list-cta > div {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    background: var(--primary);
    padding: 60px;
}
.list-cta > div:nth-child(even) {
    background: #255991;
}
.list-cta h3 {
    text-align: left;
    display: flex;
    align-items: center;
    font-size: 24px;
    line-height: 26px!important;
    margin: 0 auto 2.5rem!important;
}
.list-cta h3 i {
    margin: 0 25px 0 0;
    font-size: 45px;
}
.list-cta > div a {
    font-size: 18px;
    color: white;
    transition: .5s ease 0s;
}
.list-cta > div a:hover,
.list-cta > div a:active,
.list-cta > div a:focus
{
    color: var(--secondary);
}
.list-cta > div:last-child a {
    font-size: 35px;
    font-weight: 800;
    margin: -15px 0 0;
    display: inline-block;
}


/* FIXED NAV */
#ssb-container {
    position: fixed;
    top: 50%;
    z-index: 1;
    right: 0;
    transform: translate(0, -50%);
}
#ssb-container ul {
    margin: 0;
    padding: 0;
}
#ssb-container li {
    list-style: none;
}
.ssb-btns-right p {
    margin: 0 0 1px;
}
.ssb-btns-right a {
    background-color: var(--secondary);
    color: white;
    transition: .5s ease 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    padding: 1.5rem;
}
.ssb-btns-right a:hover,
.ssb-btns-right a:active,
.ssb-btns-right a:focus
 {
    background-color: var(--primary);
}

/* FOOTER */
.upFooter {
    padding: 0 12px 4.5rem;
}
footer .upFooter p,
footer .upFooter a {
    color: white;
    font-size: 18px;
    line-height: 31px;
    transition: .5s ease 0s;
}
footer a:hover,
footer a:active,
footer a:focus {
    color: var(--secondary);
}
footer h5 {
    font-weight: 700!important;
    position: relative;
}
footer h5:after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 79px;
    height: 2px;
    background: white;
}
footer .col-md-6 {
    display: flex;
    flex-direction: column;
}
.copyright .col-md-6 {
    display: flex;
    flex-direction: row;
}
.copyright .col-md-6 a {
    display: inline-block;
    margin: 0 0 0 10px;
}
footer .col-md-6 a {
    display: flex;
}
footer .col-md-6 a i {
    transform: translate(0px, 6px);
}

/* MOBILE */
@media screen and (max-width: 1024px) {
    .section-proposition {
        background: url(../img/entraide.jpg) 60% center no-repeat;
        background-size: cover;
    }
    .section-faillite {
        background: url(../img/faillite.jpg) 25% center no-repeat;
        background-size: cover;
    }
    .list-cta h3 {
        flex-direction: column;
        text-align: center;
    }
    .list-cta h3 i {
        margin: 0 0 25px 0;
    }
}

@media screen and (max-width: 991px) {
    .rightHeader a:last-child {
        font-size: 20px;
    }
    header a.navbar-brand {
        flex: 0 0 100%;
        margin: 0;
        text-align: center;
    }
    header > .container.d-flex {
        flex-wrap: wrap;
    }
    .rightHeader {
        flex: 1;
        justify-content: center!important;
        margin: 10px auto 0;
    }
    .rightHeader a {
        margin: 0 1.5rem;
    }
}

@media screen and (max-width: 800px) {
    .ssb-btns-right a {
        padding: 1rem;
    }
    .section-proposition {
        background: url(../img/entraide.jpg) left center no-repeat;
        background-size: cover;
    }
    .section-faillite {
        background: url(../img/faillite.jpg) right center no-repeat;
        background-size: cover;
    }
}

@media screen and (max-width: 640px) {
    .topHeader p {
        text-align: left;
    }
    .rightHeader a {
        font-size: 18px;
    }
    #ssb-container {
       display: none;
    }
    .rightHeader {
        flex-direction: column;
    }
    header.bg-primary .rightHeader {
        display: none!important;
    }
    .hero-header a {
        font-size: 23px;
    }
    .section-accompagnement h2,
    .section-proposition h2,
    .section-faillite h2,
    .section-cta h2 {
        font-size: 2rem;
    }
    .list-cta > div:last-child a {
        font-size: 27px;
    }
    .footer:before {
        bottom: 6.5rem;
    }
}
