@font-face {
    font-family: Titillium Web;
    src: url(../fonts/TitilliumWeb-Regular.ttf) format("truetype")
}

@font-face {
    font-family: Titillium Web;
    src: url(../fonts/TitilliumWeb-Bold.ttf) format("truetype");
    font-weight: 700
}

@font-face {
    font-family: Myriad Pro;
    src: url(../fonts/MyriadPro-Bold.otf) format("opentype");
    font-weight: 700
}

body {
    font-family: Titillium Web, sans-serif;
    font-size: 14px
}

body,
body #app {
    background: #fff
}

body #app {
    position: relative
}

body #app #main h1 {
    font-family: Myriad Pro;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #2f4254
}

body #app #main h1 span {
    position: relative;
    display: inline-block
}

body #app #main h1 span:after {
    content: "";
    position: absolute;
    display: block;
    background: #4bb8e3;
    height: 2px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto
}

@media (min-width:1200px) {
    .container {
        width: 950px
    }
}

aside {
    position: fixed;
    left: -225px;
    top: 30%;
    width: 270px;
    z-index: 9999;
    transition: left .3s linear
}

aside.mobile .menu-toggler {
    display: flex
}

aside.mobile.open {
    left: 0
}

aside.mobile.open .menu-toggler button {
    background-image: url(../images/icons/close.svg)
}

aside.desktop:hover {
    left: 0
}

aside .menu-toggler {
    display: none;
    background: #2f4254;
    color: #fff;
    padding: .25rem .5rem;
    border-radius: 0 0 12px 0;
    margin: 0
}

aside .menu-toggler button {
    width: 28px;
    height: 28px;
    background: url(../images/icons/list.svg) no-repeat 50%;
    border: 0;
    outline: none;
    transition: background-image .3s linear
}

aside .nav .nav-item {
    background: no-repeat top 50% right 10px;
    background-size: 24px auto;
    border-radius: 0 0 12px 0;
    height: 40px
}

aside .nav .nav-item.index {
    background-color: #4bb8e3;
    background-image: url(../images/icons/foot.svg)
}

aside .nav .nav-item.types-entreprises {
    background-color: #f5883d;
    background-image: url(../images/icons/doc.svg)
}

aside .nav .nav-item.types-entreprises .nav-link span {
    display: inline-block;
    width: 70%
}

aside .nav .nav-item.documents {
    background-color: #a2cc55;
    background-image: url(../images/icons/pen.svg)
}

aside .nav .nav-item.toolbox-entrepreneur {
    background-color: #cc2d6a;
    background-image: url(../images/icons/toolbox.svg)
}

aside .nav .nav-item .nav-link {
    color: #fff;
    font-size: 16px;
    line-height: 15px;
    padding: .25rem .5rem;
    width: 100%
}

aside .nav .nav-item .nav-link span {
    display: block;
    width: 90%
}

header {
    position: relative;
    background: url(../images/header-bg-blue.svg) no-repeat bottom;
    background-size: cover;
    height: 240px;
    margin-bottom: 40px
}

header>.container {
    text-align: center;
    height: 100%;
    padding-bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column
}

header>.container .logo {
    background: #fff;
    display: inline-block;
    padding: 10px;
    border-radius: 0 0 15px 14px
}

header>.container .slogan {
    color: #fff;
    font-size: 22px;
    margin-bottom: 20px
}

@media (max-width:768px) {
    header>.container .slogan {
        font-size: 18px
    }
}

@media (max-width:575px) {
    header>.container .slogan {
        font-size: 15px
    }
}

header>.container .slogan p {
    margin-bottom: 0
}

#app.typesEntreprisesPage header {
    background-image: url(../images/header-bg-orange.svg)
}

#app.documentsPage header {
    background-image: url(../images/header-bg-green.svg)
}

#app.toolboxEntrepreneurPage header {
    background-image: url(../images/header-bg-pink.svg)
}

footer {
    background: #f1f1f1;
    padding-top: 55px;
    padding-bottom: 90px;
    margin-top: 100px;
}

footer .nav.nav-socials .nav-item {
    margin-left: 20px
}

footer .nav.nav-socials .nav-item .nav-link {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: no-repeat 50%;
    background-size: 100%;
    transition: background .3s linear
}

footer .nav.nav-socials .nav-item.nav-item-fb .nav-link {
    background-image: url(../images/social/fb-social.png)
}

footer .nav.nav-socials .nav-item.nav-item-fb .nav-link:hover {
    background-image: url(../images/social/fb-social-hover.png)
}

footer .nav.nav-socials .nav-item.nav-item-tw .nav-link {
    background-image: url(../images/social/tw-social.png)
}

footer .nav.nav-socials .nav-item.nav-item-tw .nav-link:hover {
    background-image: url(../images/social/tw-social-hover.png)
}

footer .nav.nav-socials .nav-item.nav-item-ln .nav-link {
    background-image: url(../images/social/ln-social.png)
}

footer .nav.nav-socials .nav-item.nav-item-in .nav-link {
    background-image: url(../images/social/insta-social.png)
}

footer .nav.nav-socials .nav-item.nav-item-in .nav-link:hover {
    background-image: url(../images/social/insta-social-hover.png)
}

footer .nav.nav-socials .nav-item.nav-item-yt .nav-link {
    background-image: url(../images/social/yt-social.png)
}

footer .nav.nav-socials .nav-item.nav-item-yt .nav-link:hover {
    background-image: url(../images/social/yt-social-hover.png)
}

footer .nav.nav-menu .nav-item .nav-link {
    color: #b5b5b5
}

footer .nav.nav-menu .nav-item.active .nav-link {
    font-weight: 700
}

footer .copyright {
    color: #818181
}

@media (max-width:991px) {
    #app.indexPage header .slogan {
        margin-bottom: 40px
    }
}

@media (min-width:992px) {
    #app.indexPage #main article h1 {
        margin-right: 140px;
        text-align: right
    }
}

@media (max-width:575px) {
    #app.indexPage #main article h1 {
        height: 130px
    }
}

#app.indexPage #main article h1 span:after {
    width: 40%;
    left: auto
}

@media (max-width:991px) {
    #app.indexPage #main article h1 {
        text-align: center
    }
    #app.indexPage #main article h1 span:after {
        left: 0
    }
}

#app.indexPage #main article section.steps {
    margin-top: 20px
}

#app.indexPage #main article section.steps .container {
    position: relative
}

#app.indexPage #main article section.steps .container:after,
#app.indexPage #main article section.steps .container:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    z-index: 1
}

#app.indexPage #main article section.steps .container:before {
    top: -210px;
    right: 38px;
    width: 147px;
    height: 56px;
    background: url(../images/route-start.svg) no-repeat;
    background-size: cover
}

@media (max-width:1199px) {
    #app.indexPage #main article section.steps .container:before {
        top: -210px
    }
}

@media (max-width:991px) {
    #app.indexPage #main article section.steps .container:before {
        top: -170px;
        left: 0;
        margin: auto;
        right: 6px;
        transform: rotate(10deg)
    }
}

@media (max-width:575px) {
    #app.indexPage #main article section.steps .container:before {
        top: -250px
    }
}

#app.indexPage #main article section.steps .container:after {
    top: -150px;
    background: url(../images/route.svg) repeat-y;
    background-position: 100% 0;
    width: 100%;
    height: calc(100% + 175px)
}

@media (min-width:992px) {
    #app.indexPage #main article section.steps .container:after {
        background-size: contain;
        height: calc(100% + 100px)
    }
}

@media (max-width:991px) {
    #app.indexPage #main article section.steps .container:after {
        top: -108px;
        background: url(../images/route-mobile.svg) repeat-y;
        background-position: top;
        opacity: .3
    }
}

@media (max-width:575px) {
    #app.indexPage #main article section.steps .container:after {
        top: -190px;
        height: calc(100% + 200px)
    }
}

#app.indexPage #main article section.steps .section {
    position: relative;
    z-index: 3;
    margin-bottom: 30px
}

@media (min-width:992px) {
    #app.indexPage #main article section.steps .section {
        margin-bottom: 120px
    }
}

#app.indexPage #main article section.steps .section:last-child {
    margin-bottom: 50px!important
}

#app.indexPage #main article section.steps .section .section-title {
    margin-bottom: 50px
}

#app.indexPage #main article section.steps .section .section-title h2 {
    color: #2f4254;
    font-size: 36px;
    font-weight: 700
}

@media (min-width:992px) {
    #app.indexPage #main article section.steps .section .section-title h2 {
        width: 75%
    }
}

@media (max-width:575px) {
    #app.indexPage #main article section.steps .section .section-title h2 {
        font-size: 28px
    }
}

#app.indexPage #main article section.steps .section .section-content .section-meta-container {
    list-style: none;
    padding: 0
}

@media (min-width:400px) and (max-width:767px) {
    #app.indexPage #main article section.steps .section .section-content .section-meta-container {
        width: 70%
    }
}

#app.indexPage #main article section.steps .section .section-content .section-meta-container .section-meta-item {
    display: flex
}

#app.indexPage #main article section.steps .section .section-content .section-meta-container .section-meta-item .section-meta-icon {
    display: inline-block;
    margin-right: 10px
}

#app.indexPage #main article section.steps .section .section-content .section-meta-container .section-meta-item .section-meta-text {
    display: inline-block
}

#app.indexPage #main article section.steps .section .section-content .section-meta-container .section-meta-item .section-meta-text .section-meta-label {
    font-weight: 700;
    margin-right: 3px
}

#app.indexPage #main article section.steps .section .section-content .section-meta-container .section-meta-item.section-orange .section-meta-icon {
    color: #f5883d
}

#app.indexPage #main article section.steps .section .section-content .section-meta-container .section-meta-item.section-green .section-meta-icon {
    color: #a2cc55
}

#app.indexPage #main article section.steps .section .section-content .section-meta-container .section-meta-item.section-pink .section-meta-icon {
    color: #cc2d6a
}

#app.indexPage #main article section.steps .section .section-content .section-text {
    text-align: justify
}

@media (max-width:991px) {
    #app.indexPage #main article section.steps .section .section-content .section-text {
        text-align: center
    }
}

#app.indexPage #main article section.steps .section .section-content .section-text a {
    font-weight: 700
}

#app.indexPage #main article section.steps .section .section-icon img {
    width: 168px
}

@media (max-width:991px) {
    #app.indexPage #main article section.steps .section .section-icon img {
        margin: 0!important
    }
}

#app.indexPage #main article section.steps .section.section-step-1 .section-icon img {
    margin-left: 70px
}

#app.indexPage #main article section.steps .section.section-step-2 .section-icon img {
    margin-left: 50px;
    margin-top: -190px
}

#app.indexPage #main article section.steps .section.section-step-3 .section-icon img {
    margin-left: 30px;
    margin-top: -70px
}

#app.indexPage #main article section.steps .section.section-step-4 .section-icon img {
    margin-left: 40px;
    margin-top: 35px;
    margin-bottom: -35px
}

#app.indexPage #main article section.steps .section.section-step-5 .section-icon img {
    margin-left: 45px
}

#app.indexPage #main article section.steps .section.section-step-6 .section-icon img {
    margin-left: 50px
}

#app.indexPage #main article section.steps .section.section-step-7 .section-icon img {
    margin-left: 45px
}

#app.indexPage #main article section.steps .section.section-step-8 .section-icon img {
    margin-left: 65px
}

#app.indexPage #main article section.steps .section.section-step-9 .section-icon img {
    margin-left: 65px;
    margin-top: 20px;
    margin-bottom: -20px
}

#app.indexPage #main article section.steps .section.section-step-10 .section-icon img {
    margin-left: 65px
}

#app.indexPage #main article section.steps .section.section-step-11 .section-icon img {
    margin-left: 45px
}

#app.indexPage #main article section.steps .section.section-blue .section-content .section-text a {
    color: #4bb8e3
}

#app.indexPage #main article section.steps .section.section-blue .section-content .section-meta-container .section-meta-item .section-meta-icon svg {
    fill: #4bb8e3
}

#app.indexPage #main article section.steps .section.section-orange .section-content .section-text a {
    color: #f5883d
}

#app.indexPage #main article section.steps .section.section-orange .section-content .section-meta-container .section-meta-item .section-meta-icon svg {
    fill: #f5883d
}

#app.indexPage #main article section.steps .section.section-green .section-content .section-text a {
    color: #a2cc55
}

#app.indexPage #main article section.steps .section.section-green .section-content .section-meta-container .section-meta-item .section-meta-icon svg {
    fill: #a2cc55
}

#app.indexPage #main article section.steps .section.section-pink .section-content .section-text a {
    color: #cc2d6a
}

#app.indexPage #main article section.steps .section.section-pink .section-content .section-meta-container .section-meta-item .section-meta-icon svg {
    fill: #cc2d6a
}

#app.indexPage #main article section.finish {
    background: url(../images/finish-bg.png) repeat-x;
    padding: 80px 0 110px;
    margin-top: 30px;
    font-size: 15px;
    color: #5d5d5d
}

#app.indexPage #main article section.finish p {
    margin-top: 10px
}

#app.indexPage #main article section.finish a.toolbox-link {
    display: block;
    background: #cc2d6a;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    font-size: 13px;
    text-align: center
}

@media (max-width:767px) {
    #app.indexPage #main article section.finish .row>div {
        margin-bottom: 40px
    }
}

#app.typesEntreprisesPage #main {
    margin-top: 60px
}

#app.typesEntreprisesPage #main article h1 span:after {
    width: 70%
}

#app.typesEntreprisesPage #main article .description {
    margin-top: 40px
}

#app.typesEntreprisesPage #main article .sections {
    margin-bottom: 120px
}

#app.typesEntreprisesPage #main article .sections .section {
    margin-top: 150px
}

#app.typesEntreprisesPage #main article .sections .section h2.section-title {
    color: #2f4254;
    font-size: 36px;
    font-weight: 700
}

#app.typesEntreprisesPage #main article .sections .section h2.section-title .section-title-index {
    position: relative;
    display: inline-block;
    padding-right: 15px;
    margin-right: 10px
}

#app.typesEntreprisesPage #main article .sections .section h2.section-title .section-title-index:after {
    content: "";
    display: block;
    background: #2f4254;
    width: 2px;
    height: 60%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0
}

#app.typesEntreprisesPage #main article .sections .section .section-items {
    list-style: none;
    padding-left: 45px
}

#app.typesEntreprisesPage #main article .sections .section .section-items .section-item:before {
    background-color: #cc2d6a;
    border-radius: 50%;
    content: "";
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
    height: 10px;
    width: 10px
}

#app.documentsPage #main article h1 span:after {
    width: 30%
}

#app.documentsPage #main article #documents .tooltip .tooltip-inner {
    background: none;
    color: #2f4254;
    font-family: Titillium Web, sans-serif;
    font-weight: 700
}

#app.documentsPage #main article #documents .tooltip .arrow {
    display: none
}

#app.documentsPage #main article #documents .document-item {
    margin-top: 10px
}

#app.documentsPage #main article #documents .document-item .document-title {
    background: #eaeaeb;
    color: #2f4254;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 18px
}

#app.documentsPage #main article .toolbox {
    margin: 75px 0 150px
}

#app.documentsPage #main article .toolbox .toolbox-link {
    display: inline-block;
    background: #cc2d6a;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    font-size: 13px;
    text-align: center;
    margin: 0 auto;
    width: 100%
}

@media (min-width:768px) {
    #app.documentsPage #main article .toolbox .toolbox-link {
        width: auto;
        padding-left: 70px;
        padding-right: 70px
    }
}

#app.toolboxEntrepreneurPage #main article h1 span img {
    margin-top: -20px
}

#app.toolboxEntrepreneurPage #main article h1 span:after {
    width: 90%;
    margin-top: 5px
}

#app.toolboxEntrepreneurPage #main article .toolbox {
    margin: 42px 0 175px
}

#app.toolboxEntrepreneurPage #main article .toolbox .toolbox-image {
    margin-bottom: 38px
}

#app.toolboxEntrepreneurPage #main article .toolbox .toolbox-text {
    color: #2f4254;
    margin-bottom: 20px
}

#app.toolboxEntrepreneurPage #main article .toolbox .toolbox-text p {
    margin-bottom: 0
}

#app.toolboxEntrepreneurPage #main article .toolbox .toolbox-button a {
    background: #cc2d6a url(../images/download-button.svg) no-repeat;
    background-position: top 50% right 10px;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    text-align: center;
    padding: 10px 50px 10px 15px
}

.section {
    padding-top:10px;
    padding-bottom:10px;
    margin-top:50px;
    margin-bottom:50px;
    
}

.section-header {
    display: flex;
    width: '100%';
    height: auto;
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: #4bb8e3;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 20px;
    margin-bottom: 50px;
}

.section-number-box {
    background-color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-right: 10px;
}

.section-number-text {
    font-size: 25px;
    padding-top: 5px;
    color: #4bb8e3;
    background-color: transparent;
    justify-content: center;
    display: flex;
}

h2 {
    color: white;
    text-align: center;
}


.article {
    padding: 20px;
    text-align: start;
    font-size: 18px;
    color: black;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.container-iframe {
    position: relative;
    overflow: hidden;
    justify-content: center;
    width: 100%;
    padding-top: 56.25%;
    align-content: center;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.buttons-box {
    width: 100%;
    height: auto;
    flex-direction: column;
}

.bt {
    font-weight: 500;
    font-size: 30px;
    color: black;
    width: 100%;
    text-align: start;
}

.buttons {
    display: flex;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    flex-direction: row;
    justify-content: space-around;
}

.button {
    width: 100%;
    height: 100px;
    background-color: whitesmoke;
    box-shadow: 2px 8px 8px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.button-bloc {
    width: 40%;
    height: 100px;
    align-items: center;
    display: flex;
    flex-direction: column;
    
}
.image-button{
    width: auto;
    height: 70%;
    margin-top: 15px;
}
.button:hover {
    background-color: #eee;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.15);
}

.button-image {
    width: 65%;


}

@media only screen and (max-width: 800px) {

    .buttons {
        display: flex;
        width: 100%;
        margin-top: 20px;
        flex-direction: column;
        justify-content: space-around;
    }

    .section-header {
        display: flex;
        width: '100%';
        height: auto;
        padding-top: 20px;
        padding-bottom: 10px;
        background-color: #4bb8e3;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        border-radius: 20px;
    }
    .button-bloc {
        margin-top: 50px;
        width: 100%;
        height: 100px;
        
    }

  }