:root {
    --main_color: #87a1d4;
    --secondary-color: #d64a3d;
    /*--secondary-color: var(--main_color);*/
    --other-color: #1b1353;
}
.mb-20, .select-ve, .submenu-opto .megamenu-desc, .submenu-opto-megamenu .megamenu-desc {
    margin-bottom: 20px
}

.d-flex, .v-align {
    display: flex
}

.menu-opto, .nav-secline, a, a:hover, i, i:hover {
    transition: .3s
}

.light-blue a, section p a {
    text-decoration: underline
}

select {
    max-width: 100% !important;
    border-bottom: 1px solid #e9ebee;
    padding: 5px 0
}

.select-ve {
    width: 100%;
    height: 30px;
    margin-top: 10px;
    -webkit-appearance: auto !important;
    appearance: auto !important
}

table td {
    vertical-align: middle !important
}

input[type=submit] {
    color: #fff !important
}

h1 {
    font-size: 38px !important;
    line-height: 46px !important
}

h2 {
    line-height: 43px
}

h1, h2, h3 {
    color: #171254;
    font-weight: 700
}

article {
    padding: 20px 10px
}

.mt--10 {
    margin-top: -10px
}

.mt--25 {
    margin-top: -25px
}

.mb-30 {
    margin-bottom: 30px
}

.header-ve h3, .mb-40, .section-ressource {
    margin-bottom: 40px
}

.v-align {
    align-content: center;
    flex-wrap: wrap
}

.nav-container .bg--primary {
    background: #171254 !important
}

.bg--dark, .opto-blue-bg {
    background: var(--other-color)
}

.logo {
    height: 55px
}

.nav-bar {
    line-height: 60px;
    height: 60px;
    max-height: 60px
}

.nav-bar li a {
    line-height: normal;
    margin-top: 12px
}

.nav-secline {
    text-transform: lowercase
}

.block-ve h2, .caps {
    text-transform: uppercase
}

.menu-opto {
    height: 175px;
    position: absolute;
    background: #f4f4f4;
    width: 250px;
    right: 0;
    top: 0;
    z-index: 2
}

.menu-opto-logo {
    height: 115px;
    padding: 40px 30px 0
}

.menu-opto-logo img {
    max-width: 100%
}

.sous-menu-opto {
    text-align: center;
    background: #fff;
    padding: 30px;
    display: none
}

.sous-menu-opto a {
    display: block;
    color: #000 !important;
    padding: 5px
}

.nav-opto-toggle {
    height: 60px
}

#nav-icon-opto, #nav-icon1 {
    width: 32px;
    height: 32px;
    position: relative;
    margin: 55px auto;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}

#nav-icon-opto span, #nav-icon1 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #171254;
    border-radius: 25px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

#nav-icon-opto span {
    background: #4f4f50
}

#nav-icon-opto {
    margin: auto;
    top: 18px
}

#nav-icon-opto span:first-child, #nav-icon1 span:first-child {
    top: 0
}

#nav-icon-opto span:nth-child(2), #nav-icon1 span:nth-child(2) {
    top: 9px
}

#nav-icon-opto span:nth-child(3), #nav-icon1 span:nth-child(3) {
    top: 18px
}

#nav-icon-opto.open span:first-child, #nav-icon1.open span:first-child {
    top: 9px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

#nav-icon-opto.open span:nth-child(2), #nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px
}

#nav-icon-opto.open span:nth-child(3), #nav-icon1.open span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

#outils .submenu-opto-megamenu:before {
    left: 480px
}

#outils:lang(en) .submenu-opto-megamenu:before, #outils:lang(fr) .submenu-opto-megamenu:before {
    left: 600px
}

.blog-body-home .blog-link:hover, .blog-body-home a:hover h3, .nav-bar .menu .submenu-opto-megamenu a:hover .megamenu-desc, .nav-bar .menu .submenu-opto-megamenu a:hover .megamenu-title, .opto-blue-bg .container .has-dropdown .submenu-opto li a:hover, .opto-blue-bg .container .menu-module ul li a:hover, .opto-blue-bg .container .menu-module ul li a:hover > .nav-secline, .other-articles a:hover h3, .submenu-opto a:hover .megamenu-desc, .submenu-opto a:hover .megamenu-title, .submenu-opto a:hover span, .submenu-opto a:hover span i, .submenu-opto-megamenu a:hover span, .submenu-opto-megamenu a:hover span i {
    color: var(--main_color) !important
}

.header-ve {
    background: #f4f4f4;
    padding: 0
}

.header-text {
    padding: 90px 15px
}

.home-text {
    padding: 120px 15px
}

.header-ve h1 {
    color: var(--main_color);
    font-size: 3rem;
    line-height: 3.6rem;
    font-weight: 700;
    margin-top: 0
}

.header-ve h3 {
    color: #171254;
    line-height: 2rem;
    font-weight: 500
}

.header-bleu h5, .header-ve p, .pastille {
    color: #fff
}

.header-img {
    padding: 0;
    background: url("../images/home/programme-vision-entrepreneur-YZgOdJc.jpg") center/cover
}

.header-bleu {
    background: linear-gradient(180deg, #100c36 5%, #171254 100%)
}

.bloc-texte img, .block-ve-shadow img, .blog-section-home .blog-body-home .blog-link, .blog-section-home img {
    margin-bottom: 0
}

.blog-section-home .blog-body-home {
    padding: 20px 20px 40px;
    text-align: left
}

.mt-40 {
    margin-top: 40px
}

.headline {
    display: block;
    margin: 0 0 25px;
    border-bottom: 1px solid #fff;
    width: 100%
}

.headline h2 {
    margin: 0 0 -2px;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #171254;
    font-size: 22px
}

.blog-section-home h3, .blog-section-home p.blog-body-text-home {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.home-blog-list {
    display: flex;
    align-content: center;
    justify-content: center
}

.blog-card {
    padding: 0 25px 10px
}

.blog-section-home h3 {
    -webkit-line-clamp: 2;
    min-height: 50px;
    font-size: 20px
}

.blog-section-home .blog-body-home a.blog-link {
    color: #87a1d5;
    text-decoration: underline
}

.aside-ve-content, .blog-section-home .blog-story, .section-ressource-texte {
    padding: 30px
}

.blog-story .jssocials-share {
    display: inline-block;
    /*width: 40px;*/
    height: 40px;
    border-radius: 50%;
    text-align: center;
    padding-top: 7px;
    margin-right: 20px
}


.blog-story p.share-p {
    font-size: 18px;

    margin-bottom: 10px
}

.blog-story .jssocials-share-link {

    font-size: 20px
}

.blog-section-home .blog-story h1 {
    margin-bottom: 20px;
    margin-top: 0;
    color: #171254;
    font-size: 34px !important;
    font-weight: 700
}

.blog-body-home h3, .emphase {
    font-size: 20px
}

.blog-section-home .blog-body-home p {
    margin-bottom: 30px;
    color: #5d5c5c
}

.other-articles p {
    margin-bottom: 0 !important
}

.blog-section-home p.blog-body-text-home {
    -webkit-line-clamp: 3;
    min-height: 58px;
    font-size: 14px
}

.author-description-blog {
    float: left;
    padding: 20px
}

.author-description-blog p:first-child {
    color: #171254;
    font-weight: 700;
    margin-bottom: 10px
}

.author-description-blog p:last-child {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400
}

.author-date {
    font-size: 14px;
    font-style: italic
}

.header-acheter, .header-demarrer, .header-publier, .header-vendre {
    height: 400px
}

.header-demarrer {
    background: url("../images/entete-demarrer-2-IYwK4AX.jpg") top center;
    background-size: cover
}

.header-acheter {
    background: url("../images/entete-acheter--0wOAam.jpg") top center;
    background-size: cover
}

.header-vendre {
    background: url("../images/entete-vendre-x9L07mZ.jpg") center;
    background-size: cover
}

.header-publier {
    background: url("../images/entete-publier-rdB7FZ1.jpg") center;
    background-size: cover
}

.header-histoire {
    background: url("../images/histoires-a-succes-uQD8OIN.jpg") center/cover
}

.pastille {
    background: var(--secondary-color);
    padding: 4px 12px;
    border-radius: 25px;
    width: fit-content;
    font-size: 13px
}

.guide {
    margin-top: -250px;
    background: 0 0;
    padding: 0
}

.guide-image {
    margin-top: -25px;
    float: right
}

.guide-box {
    padding: 40px;
    margin-bottom: 20px
}

.guide-demarrer .guide-box h1, .jaune {
    color: #eae023!important;
}

.guide-acheter .guide-box h1, .orange {
    color: #f7966c!important;
}

.guide-box h2 {
    color: #171254 !important;
    font-weight: 400
}

.gray, .guide-box p {
    color: #5d5c5c !important
}

.etape {
    margin: 50px 0;
    position: relative
}

.etape:first-of-type {
    margin-top: 20px
}

.etape-icone {
    text-align: center
}

.bloc-texte {
    background: #fff;
    padding: 40px;
    margin-bottom: 91px
}

.cercle-numero {
    width: 70px;
    height: 70px;
    border-radius: 150px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    background-color: #f7966c;
    position: absolute;
    top: -20px;
    left: -20px;
    text-align: right
}

.cercle-numero p {
    color: #171254;
    font-size: 70px
}

.astuce {
    background: #171254;
    margin: 40px 0 25px;
    color: #fff
}

.astuce img {
    margin-bottom: 0;
    min-width: 100%
}

.astuce p {
    margin: 0 20px
}

.astuce em {
    margin: 0 20px 20px;
    font-size: 12px;
    font-style: normal
}

.numerotation, blockquote::before {
    font-size: 100px;
    font-weight: 700;
    position: absolute
}

.numerotation {
    top: -70px;
    z-index: 0;
    color: var(--main_color);
    opacity: .75
}
.btn-ve, .btn-ve-outline, .btn {
   font-weight:600!important;
}
.btn-ve, .btn-ve-outline:hover {
    background: var(--secondary-color);
    color: #fff
}

.aside-ve {
    position: sticky;
    top: 25%
}

.aside-ve-container {
    padding: 0 20px
}

.btn-ve {
    border-radius: 0;
    border: none;
    font-size: 1rem
}

.btn-ve-sm {
    padding: 8px 12px;
    font-size: 14px
}

.btn-ve-outline {
    background: 0 0;
    border-radius: 0;
    border: 2px solid var(--secondary-color);
    color: var(--secondary-color)
}

.btn-ve-outline:hover {
    border: 2px solid var(--secondary-color)
}

.block-ve-container {
    padding: 20px
}

.block-ve-shadow {
    box-shadow: -12px 12px 0 #171254;
    transition: .3s
}

.block-ve-container:hover > .block-ve-shadow {
    transition: .3s;
    box-shadow: -15px 15px 0 #171254
}

.block-ve {
    box-shadow: 0 10px 12px rgba(0, 0, 0, .25);
    padding: 40px;
    text-align: center
}

.block-ve h2 {
    font-weight: 700;
    color: #171254
}

.block-histoire {
    padding: 50px 40px;
    background-color: #fff;
    min-height:252.88px;
}

.block-histoire p {
    width: 100%;
    margin: 25px 0;
    padding: 0
}

.page-histoire-texte {
    padding: 50px
}

.extra-padding {
    padding: 115px 40px
}

.bandeau-histoire {
    background: url("../images/vision-entrepreneur-histoire-succes-N3KRApq.jpg") 0 0/cover no-repeat
}

.bandeau-modele {
    background: url("../images/modele-plan-affaire-0Ej7Lui.jpg") 0 0/cover no-repeat
}

blockquote::before {
    content: "\201C";
    font-family: Georgia, serif;
    color: #87a1d5;
    left: 10px;
    top: 5px
}

blockquote::after {
    content: ""
}

.citation {
    padding: 0 10%;
    position: relative;
    margin: 60px auto
}

.citation blockquote {
    font-size: 24px
}

.citation blockquote::before {
    font-size: 72px
}

.red-arrow {
    color: #87a1d5
}

.white-background {
    background: #fff
}

.gray-background, .opto-gray-bg {
    background: #f4f4f4
}

.lightgray-background {
    background: white;
}

#opto a {
    color: #383739
}

#opto a span.nav-secline {
    color: #6d6d6d !important
}

.dropdown .dropdown-menu {
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0
}

.dropdown.open .dropdown-menu {
    max-height: 300px;
    opacity: 1
}

.font-13 {
    font-size: 13px
}

.black {
    color: #000 !important
}

.dark-blue {
    color: #171254 !important
}

.light-blue {
    color: #6889cc
}

.light-blue a {
    color: #4569b1
}

.mauve {
    color: #b5abd4
}

.lightgray {
    color: #8f8f8f !important
}

.g-recaptcha {
    display: inline-block
}

.footer-auxilary a {
    margin-bottom: 10px;
    display: block
}

.veSlider h1, .veSlider h2 {
    font-weight: 700 !important;
    margin-top: 0 !important;
    font-size: 38px !important;
    line-height: 46px !important;
    margin-bottom: .81875em !important;
    padding-bottom: 0 !important;
    color: #171254 !important
}

.veSlider .row {
    margin: 0 !important
}

.veSlider li {
    padding: 0 !important
}

.veSlider img {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    object-fit: cover
}

.sliderImg {
    padding: 0
}

.sliderTxt {
    display: flex !important;
    flex-direction: column !important;
    text-align: left !important;
    align-items: center;
    justify-content: center
}

@media screen and (min-width: 800px) {
    .equal-height {
        display: flex;
        justify-content: space-between
    }

    .equal-height > [class*=col-] {
        flex-basis: 50%;
        box-sizing: border-box
    }
}

.sliderTxt div {
    padding: 60px 140px !important
}

@media (max-width: 1600px) {
    .sliderTxt div {
        padding: 60px 40px !important
    }
}

@media screen and (max-width: 1650px) {
    #top-call-to-action {
        margin-right: 200px
    }
}

@media screen and (max-width: 1199px) {
    .astuce p {
        margin: 0 10px
    }

    .astuce em {
        margin: 0 10px 10px
    }
}

@media (max-width: 1200px) {
    .veSlider .slides {
        height: auto
    }
}

@media screen and (max-width: 991px) {
    form {
        padding: 20px
    }

    .page-histoire {
        padding-top: 0
    }

    .page-histoire-texte {
        padding: 25px
    }

    .mt--25 {
        margin-top: 25px
    }

    .d-flex, .home-blog-list {
        display: block
    }

    .header-ve img {
        position: relative;
        margin-top: -80px
    }

    .nav-bar {
        height: auto
    }

    .guide img {
        margin-top: 0;
        float: none
    }

    .astuce p {
        margin: 0 20px 20px
    }

    .astuce em {
        margin: 20px 20px 10px
    }

    .author-description-blog p:first-child {
        margin-top: 20px
    }

    .author-description-blog {
        margin-bottom: 20px
    }

    .other-articles {
        clear: both
    }
}

@media (max-width: 800px) {
    .sliderTxt div {
        padding: 60px 0 !important
    }
}

.input-select .border-0 {
    border: 0;
}

form input[type=date] {
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.btn:not(.btn--primary), input[type=submit]:not(.btn--primary) {
    opacity: 1;
}
@font-face {
    font-family: "Sebino Soft Regular";
    src: url("../fonts/visionentrepreneur/7a1469469123f6118e23f35a799d327b-xryow4u.eot");
    src: url("../fonts/visionentrepreneur/7a1469469123f6118e23f35a799d327b-xryow4u.eot")format("embedded-opentype"),
    url("../fonts/visionentrepreneur/7a1469469123f6118e23f35a799d327b-iJa8B_-.woff")format("woff"),
    url("../fonts/visionentrepreneur/7a1469469123f6118e23f35a799d327b-H6opfWs.woff2")format("woff2"),
    url("../fonts/visionentrepreneur/7a1469469123f6118e23f35a799d327b-EWhhWuO.ttf")format("truetype"),
    url("../fonts/visionentrepreneur/7a1469469123f6118e23f35a799d327b-w8hdBlA.svg")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
     font-family: 'Sebino Soft Regular', sans-serif;
 }
body, blockquote, .menu>li {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.btn, .readmore {
    font-weight: 500;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}
.rechercher label, .rechercher.form-inline input, form label, form[action*='list-manage.com'] h2 {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.btn {
    font-size: 16px!important;
}

.btn-ve:hover{
   color:white;
    opacity:0.8!important;
}
.title-line {
    margin-top:40px;
    display: flex;
    align-items: center; /* Centre verticalement par rapport au mot */
}

.title-line h3 {
    white-space: nowrap; /* Empêche le titre de couper en deux lignes */
    color: #4d85c5;
    padding: 0 10px;
}


.title-line .line {
    flex-grow: 1;
    height: 3px; /* Épaisseur de la ligne, un peu plus épaisse pour mieux voir les bords arrondis */
    background-color: #d6e5f5;
    border-radius: 10px; /* Rond sur les bords */
}

form .input-select, form input[type=email], form input[type=date], form input[type=password], form input[type=tel], form input[type=text], form input[type=url], form textarea, select {
    border: 1px solid #d6e5f5!important;
    background-color: #d6e5f5!important;
    color: #000000 !important;
    padding: 5px 10px 4px 10px!important;
    transition: .2s linear!important;
    -webkit-transition: .2s linear!important;
    -moz-transition: .2s linear!important;
    opacity: .7!important;
    margin-bottom: 10px!important;
    margin-top: 0px!important;
    width: 100%!important;
    min-height: 40px!important;
}
form .input-select::placeholder, form input[type=email]::placeholder, form input[type=date]::placeholder, form input[type=password]::placeholder, form input[type=tel]::placeholder, form input[type=text]::placeholder, form input[type=url]::placeholder, form textarea::placeholder, select::placeholder {
    color: #000000 !important;
}

.guide-vendre .title-line h3 {
    color: #b5abd4!important;
}
.guide-vendre .title-line .line, .guide-vendre form .input-select, .guide-vendre form input[type=email], .guide-vendre form input[type=date], .guide-vendre form input[type=password], .guide-vendre form input[type=tel], .guide-vendre form input[type=text], .guide-vendre form input[type=url], .guide-vendre form textarea, .guide-vendre select{
    background-color: #ebe8f6!important;
    border: 1px solid #ebe8f6!important;
}
/*.guide-vendre .btn-ve{*/
/*    background-color: #b5abd4 !important;*/
/*}*/
.guide-acheter .title-line h3 {
    color: #f7966c!important;
}
.guide-acheter .title-line .line, .guide-acheter form .input-select, .guide-acheter form input[type=email], .guide-acheter form input[type=date], .guide-acheter form input[type=password], .guide-acheter form input[type=tel], .guide-acheter form input[type=text], .guide-acheter form input[type=url], .guide-acheter form textarea, .guide-acheter select{
    background-color: #fae9e1 !important;
    border: 1px solid #fae9e1 !important;
}

/*.guide-acheter .btn-ve{*/
/*    background-color: #f7966c !important;*/
/*}*/

.blog-title, .blog-content, .title-blog, .content-blog {
   text-align:left !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-title{
    min-height:90px;
}
.blog-content{
    -webkit-line-clamp: 4;
    min-height:95px;
}
.blog-overview .block-ve{
    width:100%!important;
    min-height:370px;
}
.other-articles h3 {
    min-height: auto;
    font-size: 16px!important;
}
.other-articles .block-ve{
    padding:20px;
}
.jssocials-share-logo{
    font-size:18px;
}
.jssocials-share-linkedin .jssocials-share-link {
    background: #0a66c2;
}
.jssocials-share-linkedin:hover .jssocials-share-link {
    background: #0a4988;
}
.jssocials-share-facebook .jssocials-share-link {
    background: #0865f6;
}
.blog-story .jssocials-share {
    margin-right: 0px;
}

.x-twitter {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../images/x-twitter-NL0NGFI.svg");
}
.featuredtext ul li{
    list-style: disc;
}
.featuredtext ol li, .featuredtext ul li {
    line-height: 22.8571px;
    padding-bottom:10px;
}
.featuredtext ul, .featuredtext ol {
    padding-left:25px;
}

.opto-nav-bar .container ul li a.btn-ve-outline{
    color: var(--secondary-color);
}

.opto-nav-bar .container ul li a.btn-ve-outline:hover{
    color: #ffffff;
}
.glowCookies__banner__1 .btn__section button{
    border-radius:0!important;
    text-transform: uppercase!important;
    font-weight:normal!important;
}
.hidefield{
    display: none;
}
.light-blue a:hover, section p a:hover {
    text-decoration: underline;
}
.jssocials-share-link {
    border-radius: 50% !important;
    color: white !important;
    border-color: white !important;
}
.jssocials-share-logo {
    font-size: 0.9em !important;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #87a1d5;
    border-color: #87a1d5;
}
.pagination>li>a, .pagination>li>span {
    color: #87a1d5;
}