/* HEADER */
.sticky-top.header {
    background: white!important;
    padding: 0;
}
.page-soumission .navbar-brand img {
    max-width: 350px;
}
.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;
}
.radio-container {
    display: flex;
    gap: 20px;
}
/* STICKY HEADER */
header.bg-primary .topHeader {
    display: none;
}
header.bg-primary .navbar-brand img {
    height: 2rem;
    transition: height .5s ease 0s;
}
.anchor-target#section-form {
    position: relative;
    top: -120px;
}

/* SLIDER */
.hero-header {
    /*background: url(../img/difficultes-financieres.jpg) center center no-repeat;*/
    background: url(../img/banniere.jpg) center center no-repeat;
    background-size: cover;
    padding: 4% 15px;
}
.hero-header.soumission-hero {
    background: url(../img/happycouple.jpg) center center no-repeat;
    background-color: #f3f3f3 !important;
    background-size: cover;
    background-position: top center;
    width: 1024px;
    max-width: 100%;
    position:relative;
    margin-bottom: 0 !important;
    margin-top:0 !important;
}
.hero-header.soumission-hero  .container {
    max-width: 100%;
    position: relative;
    z-index: 1;
}
.hero-header.soumission-hero:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000073;
    left: 0;
    top: 0;
    z-index: 0;
    height: 100%;
}
.hero-header h2 {
    font-size: 27px;
    padding: 0 5% 0 0;
}
.hero-header h2.text-secondary {
    font-size: 17px;
}
.hero-header h2.text-secondary + a {
    display: none;
}
.page-soumission ul.checklist {
    list-style: none;
    padding-left: 15px;
}
.page-soumission ul.checklist i.fa.fa-check {
    color: red;
    margin-right: 10px;
    font-size: 12px;
}
.page-soumission .hero-header h2 {
    font-size: 16px;
    padding: 0 5% 0 0;
    color: white;
    font-weight: 500 !important;
}
.page-soumission .bottom-btn {
    display: flex;
    padding: 30px;
    justify-content: center;
    gap: 30px;
    margin: 0 auto;
    max-width: 740px;
}
.bottom-btn a {
    flex: 1;
    text-align: center;
    background: #252a29;
    color: white;
    padding: 8px;
    font-weight: 500;
    border-radius: 3px;
    font-size: 13px;
}
.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;
}
.page-soumission .section-about {
    background: #f7f7f7;
}
.section-about h1 {
    color: #033859;
    font-size: 2rem;
    margin-bottom: 1em;
}
.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;
}
.icon-bloc {
    display: flex;
    flex-direction: column;
    gap: 25px;
    justify-content: flex-start;
    align-items: center;
}
.icon-bloc .img-container {
    width: 100px;
    height: 100px;
}
.icon-bloc .img-container {
    width: 100px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.icon-bloc-title {
    font-size: 20px;
}

/* PROPOSITION */
.section-proposition {
    background: url(../img/bg-yellow.jpg) right center no-repeat;
    background-size: cover;
    padding: 6rem 1.5rem 9rem !important;
    overflow: hidden;
    background: linear-gradient(89deg, #cf9707, #ebb427 40%);
}
.section-proposition h2 {
    margin: 2.25rem 0 3rem;
    font-size: 34px;
    font-weight: 500 !important;
}

.section-proposition h2 strong{
    font-weight: 700 !important;
    font-size: 38px;
}
.section-proposition h5 {
    font-weight: 600;
}
 .text-white, .text-white * {
    color: white;
}
.section-proposition p{
    font-weight: 500;
}
ul.text-white.ckecklist {
    padding: 0;
}
ul.ckecklist li {
    list-style: none;
    padding-left: 45px;
    margin-bottom: 15px;
    position:relative;
}

ul.ckecklist li:before {
    content: '';
    width: 50px;
    height: 50px;
    background: url(../img/check.png) center no-repeat;
    background-size: contain;
    position: absolute;
    left: -10px;
    top: -6px;
    mix-blend-mode: plus-lighter;
}
.section-proposition img {
    width:auto;
    max-width: 100%;
    mix-blend-mode: luminosity;
}
.btn.btn-ghost-white {
    color: white;
    padding: 10px 30px;
    border: 2px solid white;
    border-radius: 0px;
}

.btn.btn-ghost-white:hover {
    background: #f6af1e;
    border: 2px solid #f6af1e;
}

/* PROPOSITION */
.section-faillite {
    background: url(../img/section-approche-bg.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;
    max-width: 840px;
    margin: auto;
    font-size: 30px;
}
.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) {

    .anchor-target#section-form {
        top: -50px;
    }
    div.form-parent h3 {
        font-size: 16px;
        letter-spacing: 4px;
    }
    div.form-parent h3 strong {
        font-size: 24px;
    }
    .section-faillite {
        background-position: right;
    }
    .list-cta h3 {
        flex-direction: column;
        text-align: center;
    }
    .list-cta h3 i {
        margin: 0 0 25px 0;
    }
}

@media screen and (max-width: 991px) {

    section.section-proposition {
        padding: 3rem 1.5rem 0rem !important;
    }
    .form-parent h3 strong {
        font-size: 23px !important;
    }
    .form-parent h3 {
        font-size: 20px !important;
    }
    .section-about {
        max-width: 640px;
    }
    .page-soumission .section-about {
        max-width: 100%;
    }
    .container {
        max-width: 100%;
    }
    .hero-header a {
        font-size: 25px;
    }
    p.like-h1 {
        font-size: 18px;
    }
    p.like-h1 br {
        display: none;
    }
    .page-soumission p.like-h1 {
        font-size: 20px;
    }
    .section-about .form-parent {
        margin-top: 5% !important;
    }
    .rightHeader a:last-child {
        font-size: 15px;
    }
    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) {
    .section-about h1 {
        font-size: 1.5rem;
    }
    .ssb-btns-right a {
        padding: 1rem;
    }
    .section-faillite {
        background-size: cover;
        background-position: right;
        padding: 60px 15px !important;
    }
    .section-cta h5 {
        font-size: 22px;
    }
}

@media screen and (max-width: 640px) {
    .hero-header .col-md-5.text-content {
        display: none;
    }
    .section-about .form-parent {
        margin-top: -9% !important;
        margin-bottom: 30px;
    }
    .form-parent-container {
        display: flex;
        flex-direction: column-reverse;
    }
    .topHeader p {
        font-size: 13px;
    }
    .page-concept .form-parent h3{
        text-align: left !important;
    }
    .page-concept .form-parent .form-container {
        padding-left: 10px;
    }
    .form-parent .form-container  h3 {
        letter-spacing: 0;
        text-align: center;
        font-size: 12px;
    }
    body:not(.page-soumission) a.navbar-brand img {
        max-width: 150px;
    }
    .form-parent .form-container  h3 strong {
        letter-spacing: 0;
    }
        .form-parent h3 {
        font-size: 15px;
    }
    .topHeader p {
        text-align: left;
    }
    .rightHeader a {
        font-size: 15px;
    }
    #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: 1.6rem;
    }
    .list-cta > div:last-child a {
        font-size: 27px;
    }
    .footer:before {
        bottom: 6.5rem;
    }
    .section-proposition h2 strong {
        font-weight: 700 !important;
        font-size: 27px;
    }
    .section-proposition {
        padding: 3rem 1.5rem 5rem !important;
    }
}
