/* Oswald + Open Sans */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300&family=Oswald:wght@400;600&display=swap');


:root {
    --font-oswald: 'Oswald', sans-serif;
    --font-open-sans: 'Open Sans', sans-serif;
    --font-bold: 700;
    --font-semi-bold: 600;
    --font-regular: 400;
    --font-light: 300;
    --font-light-italic: 300i;
    --color-black: #000000;
    --color-white: #ffffff;
    --color-off-white: #FAFAFA;
    --color-adviz: #84B760;
    --color-dark: #404041;
    --color-vert: rgba(132, 183, 96, 0.24);
    --color-light: #EAE8E8;
    --duration: 0.4s;
}

/* Bootstrap Grid Overide */
.container {
    max-width: 1010px;
}

html,
body {
    overflow-x: hidden;
}

html {
    font-size: 62.25% !important;
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: 'Open sans', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 38px;
    color: #404041;
}

h1 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 56px;
    line-height: 80px;
    letter-spacing: 1px;
    text-align: center;
}

h2 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 50px;
    color: #84B760;
    letter-spacing: 1px;
    margin-bottom: 30px;
    text-align: center;
}

h3 {
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

p strong,
ul li strong {
    color: #84B760;
    font-weight: 700;
}

ul {
    padding-left: 50px!important;
    padding-top: 10px;;
}

ul li {
    line-height: 3rem;
    padding-bottom: 1rem;
}

span ul {
    padding-left: 0!important;
}

figcaption {
    font-size: 37px;
    font-style: italic;
    line-height: 60px;
    color: #AAAAAA;
    padding-bottom: 30px;
    text-align: justify;
}

figcaption::before {
    content: "«";
    color: #84B760;
}

figcaption::after {
    content: "»";
    color: #84B760;
}

a {
    color: inherit;
}

p a {
    font-weight: 700;
    color: #84B760;
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(132, 183, 96, 0);
    transition-duration: 0.3s;
}

p a:hover {
    text-decoration: none;
    color: #84B760;
    border-color: rgba(132, 183, 96, 1);
    transition-duration: 0.3s;
    padding-bottom: 1px;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

.landing-page p {
    text-align: justify;
}

footer.footer p {
    text-align: center;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.p-left-right-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.v-align {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.float-r {
    float: right;
}

.btn {
    border-radius: 0;
    margin-top: 30px;
}

.btn-primary {
    background-color: #404041;
    border-color: #404041;
    font-size: 22px;
    font-weight: 600;
    padding: 0.5rem 1rem;
}

.btn-primary:hover {
    background-color: #84B760;
    border-color: #84B760;
}

.btn-outline-primary {
    background-color: #84B760;
    border-color: #84B760;
    color: white;
}

.btn-outline-primary:hover {
    background-color: #AAAAAA;
    border-color: #AAAAAA;
}


section {
    padding: 50px 0;
}

#positionnement section.intro {
    padding-bottom: 0;
}

/* HEADER */

/* main-menu */

.main-menu {
    width: 100%;
    padding: 10px 0;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2000;
    transition-duration: 0.8s;
    height: 84px;
    background-color: #fff;
} 

/* .main-menu.blanc {
    background-color: white !important;
} */

.main-menu__logo {
    width: 100%;
}

.main-menu__ctn-menu-burger {
    text-align: right;
    display: none;
}

.main-menu__menu-burger {
    width: 8%;
    margin-top: 2%;
    margin-right: 5px;
}

.main-menu__list {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    list-style: none;
    margin: 0 auto 0; 
    padding: 0; 
    width: 600px;
    text-align: center;
}

#concurrence .main-menu__list {
    justify-content: space-around;
}

.main-menu__item {
    margin-left: 50px;
    display: flex;
    align-items: center;
    font-weight: 300;
    transition-duration: 0.3s;
    position: relative; 
    padding: 0;
}

.main-menu__item a {
    position: relative;
    color: #000;
    font-weight: 500;
    transition-delay: 0.1s;
    transition-duration: 0.7s;
    padding: 10px 20px;
    padding-bottom: 5px;

}

.main-menu__item--cta a {
    font-weight: 700;
}

.item-concurence {
    margin-left: 0;
}

.item-concurence a {
    padding: 10px 10px;
}

.main-menu__item a:after {    
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    background: #000;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.main-menu__item a:hover:after { 
    width: 100%; 
    left: 0; 
  }
.main-menu__item a:hover {
    color: #000;
    text-decoration: none;
    border-color: #000;
    /* padding-bottom: 2px; */
    
    
}


.main-menu__item:hover {
    color: #AAAAAA;
    transition-duration: 0.3s;
}

.main-menu__item--cta {
    font-weight: 700;
}

.main-menu__item--cta:hover {
    color: #84B760;
}

.header-positionnement {
    /* background-image: url('../img/lp_cover_positionnement-strategique.jpg'); */
    width: 100%;
    height: 84px;
    background-size: cover;
    object-position: top;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    position: relative;
}

.header-concurrence {
    /* background-image: url('../img/lp_cover_positionnement-strategique.jpg'); */
    width: 100%;
    height: 84px;
    background-size: cover;
    object-position: top;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    position: relative;
}

.header-concurrence .container {
    max-width: 1070px;
}

.header-positionnement::after,
.header-concurrence::after {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(255, 255, 255, 0.3);
}

.header__title {
    position: relative;
    z-index: 2;
}

.header__caption {
    max-width: 800px;
    text-align: center;
    color: #404041;
    position: relative;
    z-index: 2;
}

.header__caption::before {
    display: none;
}

.header__caption::after {
    display: none;
}

.header-banner {
    background-image: url('../img/lp_cover_positionnement-strategique.jpg');
    position: relative;
    height: 500px;
    width: 100%;
    background-size: cover;
    object-position: top;
}

.header-banner-positionnement {
    background-image: url('../img/lp_cover_positionnement-strategique-2-bloc.jpg');
    position: relative;
    height: 500px;
    width: 100%;
    background-size: cover;
    object-position: top;
}

/* intro */

.intro {
    background-color: #fff;;
}

.img-png img.png {
    width: 50%;
}

/* démarche */

.demarche {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.demarche__ctn {
    border: 1px solid #EAE8E8;
    padding: 30px 0;
}

.demarche__ctn-intro {
    display: flex;
    justify-content: center;
}

.demarche__intro {
    margin-bottom: 60px;
}

.demarche__timeline {
    justify-content: center;
    position: relative;
    margin: 0;
}

.demarche__timeline__ligne {
    position: absolute;
    top: 35px;
    border-bottom: 2px #EAE8E8 solid;
    color: white;
    border-top: 0px;
    background: none;
}

.demarche__timeline__ligne--gauche {
    border-style: dotted;
    left: 0;
}

.demarche__timeline__ligne--droite {
    border-style: dotted;
    right: 0;
}

.demarche__timeline__colonne {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.demarche__timeline__ctn-picto {
    background-color: white;
    border: 3px solid #404041;
    border-radius: 50%;
    padding: 15px;
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}

.demarche__timeline__picto {
    width: 100%;
}

.demarche__timeline__texte {
    width: 100%;
    text-transform: uppercase;
    font-weight: 400;
}

/* 2 colonnes */

.deux-colonnes__ctn {
    justify-content: space-between;
    align-items: flex-start;
}

.deux-colonnes__titre {
    margin-bottom: 50px;
}

.deux-colonnes__img {
    margin-top: 10px;
}

.deux-colonnes__btn {
    display: block;
}

/* avantages */

.avantages {
    background-color: rgba(132, 183, 96, 0.2);
    padding-bottom: 20px;
}

.avantages__titre {
    color: #404041;
    margin-bottom: 60px;
}

.avantages__colonne {
    text-align: center;
    padding: 0 20px;
    margin-bottom: 30px;
}

.avantages__picto {
    max-width: 100px;
    max-height: 100px;
    object-fit: contain;
    margin-bottom: 20px;
}

.avantages__texte {
    text-transform: uppercase;
    font-weight: 400;
}

/* Section solution */

section.section-2,
section.section-4,
section.formulaire {
    border-top: 50px solid transparent;
    margin-top: -50px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

section.section-3 {
    border-top: 90px solid transparent;
    margin-top: -90px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

#concurrence section.section-4 {
    border-top: 80px solid transparent;
    margin-top: -80px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;  
}

.section-3,
.section-4 {
    padding-top: 0;
}


.solution__ctn-img {
    text-align: center;
    padding: 50px 15px;
}

.solution__ctn-img.img-bkg {
    padding: 0;
}

#positionnement .solution__ctn-img.roadmap {
    padding: 0;
}

.intro__ctn-img {
    text-align: center;
    padding: 30px 15px 30px 15px;
}

.img-png {
    padding: 30px 15px 0 15px;
}

.solution__ctn-img img,
.intro__ctn-img img {
    width: 100%;
}

.radar {
    padding: 0;
}

.radar img {
    width: 70%;
}



/* timeline */

.timeline__ctn {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.timeline__item {
    box-sizing: border-box;
    width: 50%;
    padding-top: 10px;
    padding-bottom: 20px;
    position: relative;
}

.timeline__item--gauche {
    border-right: 2px solid #EAE8E8;
    margin-left: 2px;
    padding-right: 70px;
}

.timeline__item--droite {
    border-left: 2px solid #EAE8E8;
    margin-left: 50%;
    padding-left: 70px;
}

.timeline__item:first-of-type::before {
    content: "";
    display: block;
    width: 100%;
    height: 60px;
    border-right: 2px dotted #EAE8E8;
    position: absolute;
    right: -2px;
    top: -60px;
}

.timeline__item:last-of-type::after {
    content: "";
    display: block;
    width: 100%;
    height: 60px;
    border-right: 2px dotted #EAE8E8;
    position: absolute;
    right: -2px;
    bottom: -60px;
}

.timeline__ctn-picto {
    position: absolute;
    top: 0;
    width: 60px;
    height: 60px;
    background-color: white;
    padding: 10px;
    border: 2px solid #404041;
    border-radius: 100%;
    z-index: 2;
}

.timeline__ctn-picto--gauche {
    right: -31px;
}

.timeline__ctn-picto--droite {
    left: -31px;
}

.timeline__picto {
    width: 100%;
}

.timeline__ligne {
    position: absolute;
    top: 10px;
    z-index: 0;
}

.timeline__ligne--gauche {
    right: -10px;
    width: 100%;
}

.timeline__ligne--droite {
    width: 70px;
    left: -10px;
}

.timeline__titre {
    display: inline-block;
    background-color: white;
    position: relative;
    z-index: 2;
    padding-right: 10px;
}

.timeline__ctn .timeline__item--gauche .timeline__titre,
.timeline__ctn .timeline__item--gauche .timeline__liste,
.timeline__ctn .timeline__item--gauche p {
    margin-left: -100px;
    margin-right: 100px;
    opacity: 0;
    transition-duration: 0.3s;
}

.timeline__ctn .timeline__item--droite .timeline__titre,
.timeline__ctn .timeline__item--droite .timeline__liste,
.timeline__ctn .timeline__item--droite p {
    margin-left: 100px;
    margin-right: -100px;
    opacity: 0;
    transition-duration: 0.3s;
}

.timeline__ctn.on .timeline__item .timeline__titre,
.timeline__ctn.on .timeline__item .timeline__liste,
.timeline__ctn.on .timeline__item p,
.timeline__ctn.off .timeline__item .timeline__titre,
.timeline__ctn.off .timeline__item .timeline__liste,
.timeline__ctn.off .timeline__item p {
    margin-left: 0;
    margin-right: 0;
    opacity: 1;
    transition-duration: 1s;
}

.timeline__ctn .timeline__ligne {
    opacity: 0;
}

.timeline__ctn.off .timeline__ligne,
.timeline__ctn.on .timeline__ligne {
    opacity: 1;
    transition-duration: 1s;
}

/* partenaires */

.partenaires {
    background-color: #fafafa;
}

.partenaires__slider {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slick-list {
    width: 80%;
}

.slick-arrow {
    width: 25px;
    height: 25px;
    color: rgba(132, 183, 96, 0);
    overflow: hidden;
    background-color: rgba(132, 183, 96, 0);
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
}

.slick-prev {
    background-image: url("/img/fleche-gauche-slider.png");
    background-position: left;
}

.slick-next {
    background-image: url("/img/fleche-droite-slider.png");
    background-position: right;
}

.partenaires__ctn-logo {
    padding: 10px;
    box-sizing: border-box;
}

.partenaires__ctn-logo:focus {
    outline: none;
}

.partenaires__logo {
    width: 100%;
}

/*---------------------------------------------
    SECTION FORMULAIRE
------------------------------------------------*/

section.formulaire {
    background-color: var(--color-light);
    position: relative;
}

section.formulaire h2 {
    padding-bottom: 20px;
}

section.formulaire p {
    line-height: 1.7;
}

section.formulaire .ctn-form {
    width: 841px;
    margin: 0 auto;
}

section.formulaire .form-control {
    height: 35px;
    border-radius: 0;
    border: 0;
    font-family: var(--font-open-sans);
    font-size: 2rem;
    font-weight: var(--font-regular);
}

section.formulaire .form-control::placeholder {
    opacity: 0.6;
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: var(--color-dark);
    width: 100%;
    height: 35px;
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--color-white);
    padding: 4px 15px;
    font-family: var(--font-open-sans);
    font-size: 2rem;
    
}

.select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    top: 14px;
    right: 10px;
}

.select-styled:hover {
    background-color: darken(#c0392b, 2);
}



.select-styled.active:after {
    top: 7px;
    border-color: transparent transparent #000 transparent;
}



.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    
}

.select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    background-color: var(--color-white);
    font-family: var(--font-open-sans);
    font-size: 2rem;
    font-weight: var(--font-regular);

}

.select-options li:hover {
    color: var(--color-white);
    background: var(--color-adviz);
}

.select-options li[rel="hide"] {
    display: none;
}

input[type=submit] {
    font-family: var(--font-open-sans);
    font-size: 2.2rem;
    font-weight: var(--font-semi-bold);
    color: var(--color-white);
    padding: 14px 27px;
    border: 0px;
    border-radius: 0;
    background-color: var(--color-adviz);
    transition: all var(--duration) ease;
}

input[type=submit]:hover {
    background-color: var(--color-dark);
    color: var(--color-white);
}

    
section.formulaire .btn-submit {
    padding: 50px 0 20px 0;
}


/* select 2 librairie */

.select2-container--default .select2-selection--multiple, .select2-container--focus {
    border: none !important;
    border-radius: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f1f1f1;
    border: none;
    border-radius: 0;
    font-size: 0.8em;
    line-height: 180%;
}

.select2-dropdown {
    border: none;
}

.select2-container--default .select2-results__option:first-of-type {
    display: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--color-adviz);
}

/* FOOTER */

.footer {
    background-color: #404041;
    color: white;
    padding: 20px 0;
    text-align: center;
}

.footer__logo {
    width: 230px;
    margin: 10px 0;
}

.footer__credit {
    font-size: 16px;
    margin: 0;
}

/* .ctn-img-cadena {
    padding-bottom: 0;
} */

.ctn-img-cadena .img-cadena {
    width: 50%;
}

/* #positionnement .section-3 {
    border-top: 50px solid transparent;
    margin-top: -29px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
} */


@media (max-width: 1199.98px) {  

}

@media (max-width: 991.98px) {
    .main-menu__item {
        margin-left: 25px;
    }

    .demarche__intro {
        padding: 0 50px;
    }

    .deux-colonnes__img {
        margin-bottom: 20px;
    }  

    .deux-colonnes__btn {
        margin-left: auto;
        margin-right: auto;
    }
    
    .timeline__item--gauche {
        border-left: 2px solid #EAE8E8;
        border-right: none;
        margin-left: 0;
        width: 100%;
        padding-left: 70px;
    }

    .timeline__item--droite {
        margin-left: 0;
        width: 100%;
    }
    
    .timeline__ctn-picto--gauche {
        left: -31px;
    }
    
    .timeline__ligne--gauche {
        width: 70px;
        left: -10px;
        right: auto;
    }

    .timeline__item:first-of-type::before {
        border-left: 2px dotted #EAE8E8;
        border-right: none;
        left: -2px;
        right: auto;
    }

    .timeline__item:last-of-type::after {
        border-left: 2px dotted #EAE8E8;
        border-right: none;
        left: -2px;
        right: auto;
    }
}

@media (max-width: 858px) {
    .main-menu__ctn-menu-burger {
        display: block;
    }
    .main-menu__list {
        flex-direction: column;
        height: 0;
        overflow: hidden;
        transition-duration: 0.2s;
        justify-content: center;
        align-items: flex-end;
    }

    #concurrence .main-menu__list {
        justify-content: unset;
    }
    .main-menu__list.ouvert {
        height: 220px;
        margin-top: -10px;
        background-color: #fff;
    }

    #concurrence .main-menu__list.ouvert {
        height: 230px;
        margin-top: -10px;
        background-color: #fff;
    }
}

@media (max-width: 767.98px) { 
    .main-menu__item {
        margin-left: 0;
        margin-bottom: 30px;
        justify-content: center;
        width: 100%;
    }

    .demarche__timeline__ligne {
        display: none;
    }

    .demarche__timeline__colonne {
        margin-bottom: 30px;
    }

    .demarche__timeline__colonne::last-of-type {
        margin-bottom: 0;
    }
}

@media (max-width: 575.98px) { 
    .main-menu__menu-burger {
        width: 15%;
        margin-top: 5%;
        margin-right: 5px;
    }

    .timeline__ligne {
        display: none;
    }

    .timeline__item--gauche {
        margin-left: 10%;
        width: 90%;
        padding-left: 40px;
        padding-right: 20px;
    }

    .timeline__item--droite {
        margin-left: 10%;
        width: 90%;
        padding-left: 40px;
        padding-right: 20px;
    }

    .timeline__liste {
        padding-left: 22px;
    }
    
}


.ctn-title {
    width: 900px;
    margin: 0 auto;
}

.navbar-fixed-top.scrolled {
    background-color: #fff !important;
    transition: background-color 200ms linear;
  }