@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');

@font-face {
    font-family: 'Nauticus';
    src: url('../site/fonts/nauticus_script_bold-webfont.woff2') format('woff2'),
    url('../site/fonts/nauticus_script_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
    font-size: 2.5vw;
    color: #4F0C28;
    font-family: "Poppins", "Arial", sans-serif;
    background: #FFFFF2;
}

.nautilus{
    font-family: 'Nauticus', "Arial", sans-serif;
}

.text-big{
    font-size: 2.5vw;
    font-weight: 700;
}

.text-big .nautilus{
    font-size: 2.8vw;
    font-weight: 700;
}

.text-normal{
    font-size: 1.5vw;
    font-weight: 500;
}

.text-normal .nautilus{
    font-size: 1.5vw;
    font-weight: 500;
}

.text-normal-bold {
    font-size: 1.5vw;
    font-weight: 700;
}

.text-normal-bold .nautilus{
    font-size: 1.5vw;
    font-weight: 700;
}

.text-tiny{
    font-size: 1.1vw;
}

.text-tiny .nautilus{
    font-size: 1.1vw;
}

.text-mini{
    font-size: 0.8vw;
}

.text-bold{
    font-weight: 700;
}

*{
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: inherit;
    text-decoration: none;
}

main>section>h1, main>section>h2{
    text-align: center;
}

main>section>h1{
    margin-bottom: 1.2vw;
}

main>section>h2{
    margin-bottom: 3.4vw;
}

.bloc-key{
    box-sizing: border-box;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-bottom: 5vw;
    transition: 0.2s;
}

.bloc-key>.img{
    border-radius: 2vw;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
}

.bloc-key>.img h1{
    font-size: 3vw;
    line-height: 3.3vw;
}

.bloc-key>.img h1 .nautilus{
    font-size: 3.3vw;
}

.bloc-key ul{
    display: flex;
    justify-content: space-between;
    flex-flow: row;
    margin-top: 3vw;
}

.bloc-key>.img>img{
    width: 45%;
    margin-right: 3%;
}

.bloc-key>.img p{
    margin-top: 2vw;
}

.bloc-key>.img>div{
    width: 53%;
    padding-left: 5vw;
    box-sizing: border-box;
}


.bloc-content{
    width: 100%;
    box-sizing: border-box;
    padding: 4.7vw 13.5vw 5.2vw;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.bloc-accroche{
    width: 100%;
    box-sizing: border-box;
    padding: 7vw 13vw 5.9vw;
    color: #FFFFF2;
}

.titre-cta{
    margin-top: 2vw;
}

.bg-blue{
    background-color: #C0BFEB;
}

.bg-orange{
    background-color: #FFDED4;
}

.bg-beige{
    background-color: #FFFFF2;
}

.bg-prune{
    background-color: #4F0C28;
}

.orange{
    background-color: #ff5d40;
    color: #FFFFFF;
}

.button, input[type='submit']{
    text-transform: uppercase;
    font-size: 1vw;
    font-weight: 400;
    border: none;
    border-radius: 2vw;
    padding: 1vw 2vw;
    transition: 0.2s;
}

input[type='submit']:disabled{
    background-color: #F8F8F8;
    color: #666666;
}

.button:hover, input[type='submit']:hover{
    background-color: #4F0C28;
    cursor: pointer;
    color: #FFFFFF;
}

input[type='submit']:disabled:hover{
    background-color: #F8F8F8;
    cursor: default;
    color: #666666;
}

.text-orange{
    color :#ff5d40;
}

.text-white{
    color: #FFFFFF
}

header{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
    padding: 1.8vw 5vw;
}

#headerTransparent{
    display:none;
    position : fixed;
    top : 0;
    padding-top : 0.2vw;
    padding-bottom : 0.2vw;
    background-color : rgba(255,255,255,0.94);
    z-index: 999;
    backdrop-filter: blur(5px);
}

header>nav>ul{
    display: flex;
    flex-flow: row;
    font-size: 0.8vw;
}

header>nav>ul>li>a{
    display: block;
    color: inherit;
    padding: 0.5vw 1vw;
    border-radius: 2vw;
    transition: 0.2s;
    margin-left: 0.5vw;
}

header>nav>ul>li:last-child>a{
    color: #FFFFF2;
    background-color: #4F0C28;
    margin-left: 1vw;
}

header>nav>ul>li>a:hover{
    background-color: #ff5d40;
    color: #FFFFF2;
}

header>nav>ul>li>a.active{
    background-color: #ff5d40;
    color: #FFFFF2;
}

header>#logo>a>img{
    width: 15vw;
    margin-top: 0.5vw;
    transition: 0.2s;
}

#headerTransparent>#logo>a>img{
    width: 8vw;
}

.list-steps{
    max-width: 60vw;
}

.list-steps article{
    border-radius: 1.5vw;
    margin-bottom : 2vw;
    padding: 3vw;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
}

.list-steps article h1{
    margin-bottom : 2vw;
}

.list-steps article:nth-child(even){
    flex-direction: row-reverse;
}

.list-steps article div{
    width: 45%;
}


.list-steps article div.step-img{
    text-align: center;
    height: 18vw;
    width: 55%
}

.list-steps article div img{
    height: 100%;
}

.list-cta{
    display: flex;
    justify-content: space-around;
}

.list-cta li{
    margin-right: 1vw;
    margin-left: 1vw;
}

.list-proches{
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    height: 15vw;
    margin-bottom: 5vw;
}

.list-proches li{
    width: 15vw;
    height: 15vw;
    text-align: center;
}

.list-proches li div{
    width: 15vw;
    height: 15vw;
    border-radius: 2vw;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 1vw;
    transition: 0.2s;
}

.list-proches li:hover div{
    cursor: pointer;
    box-shadow: 0px 0px 1vw rgba(0,0,0,0.3);
}

.list-proches li div img{
    height: 95%;
}

#listServicesSituations{
    display: none;
    flex-flow: wrap;
    justify-content: space-between;
    margin-top: 3vw;
}

#listServicesSituations div{
    width: 30%;
}

#listServicesSituations div li.bull{
   list-style-type: circle;
}

#listServicesSituations div li.bull::before{
    content : '- ';
}

.list-cm{
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.list-soutien{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
}

.list-soutien li{
    width: 22%;
}

.list-soutien li img{
    width: 100%
}

.list-cm-bis{
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
    margin-top: 3.4vw;
}

.list-cm-bis li img{
    width: 100%;
    border-radius: 100%;
}

.list-cm-bis li{
    width: 17%;
    text-align: center;
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 4vw;
}

.list-cm li{
    width: 40%;
    text-align: center;
    margin-left: 10%;
    margin-bottom: 2vw;
}

.list-cm li img{
    width: 100%;
    border-radius: 100%;
}


.bloc-cms{
    display: flex;
    flex-flow: row;
    margin-top: 2vw;
}

.bloc-cms>div{
    width: 47%;
}

footer{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    padding: 4.7vw 13.5vw 5.2vw;
}

footer section{
    width: 30%;
}

footer h1{
    margin-bottom: 1.5vw;
    margin-top: 1.5vw;
}

footer section a{
    color: #FFFFFF;
    text-decoration: underline;
}

.list-networks{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.list-networks li{
    width: 10%;
}

.list-networks li img{
    width: 100%;
    border-radius: 100%;
    transition: 0.2s;
}

.list-networks li img:hover{
    transform: rotate(20deg);
}

/* PAGE ENTREPRISE */

.list-stats{
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-top: 3.4vw;
}

.list-stats li{
    width: 22vw;
    height: 22vw;
    border-radius: 2vw;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 3vw;
}

.list-stats li h1{
    font-size: 1.5em;
    line-height: 1em;
    margin-bottom: 2vw;
}

.list-services{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    min-width: 86vw;
}

.list-services li{
    width: 19vw;
    height: 33vw;
    border-radius: 2vw;
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: center;
    margin-bottom: 3vw;
}

.list-services li h1{
    margin-bottom: 2vw;
}

.list-services li img{
    height: 8vw;
    margin-top: 4vw;
    margin-bottom: 3vw;
}

.list-services li:nth-child(3) img{
    height: 6vw;
    margin-top: 5vw;
    margin-bottom: 4vw;
}

.list-pilotage{
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-top: 3.4vw;
}

.list-pilotage li{
    width: 34vw;
    height: 29vw;
    border-radius: 2vw;
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: center;
    margin-bottom: 3vw;
}

.list-pilotage li img{
    height: 7.5vw;
    margin-top: 4vw;
    margin-bottom: 3vw;
}

.list-pilotage li:nth-child(1) img, .list-pilotage li:nth-child(3) img{
    height: 5vw;
    margin-top: 5.5vw;
    margin-bottom: 4vw;
}

.list-testimonials{
    display: flex;
    flex-flow: column;
    margin-top: 3.4vw;
    justify-content: center;
}

.list-testimonials li{
    border-radius: 2vw;
    display: flex;
    flex-flow: wrap;
    margin-bottom: 3vw;
    box-sizing: border-box;
    overflow: hidden;
    padding: 3vw;
    width: 60vw;
    align-items: center;
}

.list-testimonials h1{
   margin-bottom: 3vw;
}

.list-testimonials li div:first-child{
    border-radius: 100%;
    width: 13vw;
    height: 13vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 3vw;
}

.list-testimonials li div:first-child img{
    width: 85%;
}

.list-testimonials li div:last-child{
    flex: 1;
}

.key-entreprises{
    background-image: url("../site/img/key-entreprises.png");
    background-size: 95% auto;
    background-position-x: center;
    background-position-y: bottom;
    background-repeat: no-repeat;
    height: 39.7vw;
}

#key-entreprises-content{
    align-items: center;
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    margin-top: -3vw;
}

/* SALAROES */

.list-steps-salaries{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 3.4vw;
    position: relative;
}

.list-steps-salaries li{
    width: 18vw;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    z-index: 99;
}

.list-steps-salaries li img{
    height: 8vw;
    margin-bottom: 5vw;
    z-index: 99;
}

.list-steps-salaries li div{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3vw;
    height: 3vw;
    border-radius: 100%;
    margin-bottom: 3vw;
    z-index: 99;
}

.steps-arrow{
    position: absolute;
    height: 4vw;
    background-color: #ff5d40;
    width: 85vw;
    left: -8vw;
    top: 12.5vw;
    z-index: 1;
    border-radius: 2vw 0 0 2vw;
}

.steps-arrow img{
    position: absolute;
    right: -3vw;
    height: 8vw;
    top: -50%;
}

.steps-arrow div{
    position: absolute;
    display : inline-block;
    right: -1.9vw;
    top: 0;
    height : 0;
    width : 0;
    border-top : 2vw solid transparent;
    border-bottom : 2vw solid transparent;
    border-left : 2vw solid #ff5d40;
}

/* CAUSE */

#key-cause-2-img{
    height: 30vw;
    width: auto;
}

#key-cause-2-text{
    padding: 2vw 5vw 2vw 0;
}

#bloc-missions{
    width: 100%;
    box-sizing: border-box;
    padding-left: 5vw;
    padding-bottom: 5.2vw;
    padding-right: 5vw;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

#bloc-missions div{
    border-radius: 2vw;
    text-align: center;
    width: 41.3vw;
    box-sizing: border-box;
    height: 41.3vw;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

#bloc-missions div p{
    margin-top: 2.5vw;
}

/*legals*/
.biggerText{
    font-weight: 600;
    margin-bottom: 2.5vw;
    text-transform: uppercase;
}

.intermediateText{
    font-weight: 600;
    margin-bottom: 2.5vw;
    text-transform: uppercase;
}

/*COOKIES*/

#bandeauCookies{
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    background-color : rgba(255,255,255,0.94);
    z-index: 999;
    backdrop-filter: blur(5px);
    width: 100%;
    box-sizing: border-box;
    font-size: 0.8vw;
    justify-content: space-around;
    padding: 1vw 5vw;
    align-items: center;
}


#bandeauCookies>div:last-child{
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}

#bandeauCookies ul{
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}

#bandeauCookies ul li a{
    display: block;
    padding: 0.5vw 1vw;
    border-radius: 2vw;
    transition: 0.2s;
    color: #FFFFF2;
    background-color: #4F0C28;
    margin-left: 1vw;
}

#bandeauCookies ul li a:hover{
    background-color: #ff5d40;
}

/*CONTACT */

.bloc-contact{
    box-sizing: border-box;
    margin-left: 5vw;
    margin-right: 5vw;
    margin-bottom: 5vw;
    display: flex;
    flex-flow: column;
    align-items: center;
    border-radius: 2vw;
    padding-top: 3vw;
}

form{
    width: 100%;
    padding-left: 6.5vw;
    padding-right: 6.5vw;
    box-sizing: border-box;
    margin-bottom: 5vw;
}

.input-smooth{
    width: 100%;
    position: relative;
}

.input-smooth input{
    width: 100%;
    box-sizing: border-box;
    border: 1px solid transparent;
    border-radius: 3vw;
    padding: 1.5vw 1.5vw 1.5vw 1.5vw;
    font-size: 1.5vw;
    margin-bottom: 2vw;
    z-index: 90;
    background-color: #FFFFF2;
}

.input-smooth div{
    position: absolute;
    top: 1.3vw;
    left: 1.6vw;
    font-size: 1.5vw;
    color: #545365;
    transition: 0.2s;
    z-index: 95;
    color: #ff5d40;
}

.input-smooth div.active{
    top: 0.5vw;
    font-size: 1vw;
    color: #4F0C28;
}

.divide{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
}

.divide>div{
    width: 49%;
}

textarea{
    width: 100%;
    box-sizing: border-box;
    border: 1px solid transparent;
    border-radius: 3vw;
    padding: 1.5vw 1.5vw 1.5vw 1.5vw;
    font-size: 1.5vw;
    z-index: 90;
    background-color: #FFFFF2;
    height: 20vw;
    color: #ff5d40;
    font-family: Poppins, sans-serif;
}

textarea::placeholder{
    color: #ff5d40;
    font-family: Poppins, sans-serif;
}

.stores{
    margin-top: 4vw;
    display: flex;
    justify-content: flex-start;
}

.stores img{
    border-radius: 1vw;
    border: 2px solid #000000;
    transition: 0.2s;
    margin-right: 1vw;
    width: 8vw;
}

.stores img:hover{
    border: 2px solid #FFFFFF;
}

#etude-cas{
    width: 100%;
    margin-bottom: 5vw;
}

#etude-cas>ul{
    width: 100%;
    display: flex;
    justify-content: wrap;
    align-items: flex-end;
}

#etude-cas>ul>li{
    width: 25%;
    background-color: #FFDED4;
    padding: 1.5vw;
    border-right: 1px solid #e8e8e8;
    list-style-type: none;
    color: #787D82;
    display: flex;
    flex-flow: column;
    align-items: center;
    transition: 0.2s background-color;
    text-align: center;
    cursor: pointer;
}

#etude-cas>ul>li:last-child{
    border-radius: 0px 1.5vw 0 0;
    border-right: 0px solid #FFFFFF;
}

#etude-cas>ul>li:first-child{
    border-radius: 1.5vw 0px 0 0;
}

#etude-cas>ul>li.active{
    background-color: #FFFFFF;
    border-radius: 1.5vw 1.5vw 0 0;
    border-right: 0px solid #979797;
    font-size: 1.2em;
}

.bold{
    font-weight: 500;
}

#etude-cas>ul>li img{
    width: 4vw;
    height: 4vw;
    margin-bottom: 25px;
}

#etude-cas>ul>li.active img{
    width: 5vw;
    height: 5vw;
    margin-bottom: 1.5vw;
}
#etude-cas>ul>li.active em{
    color: #ff5d40;
    text-align: center;
    font-weight: 700;
    font-style: normal;
}

#etude-cas>ul>li span:before{
    content: '-';
}

#etude-cas>ul>li:hover{
    background-color: #FFFFFF;
    cursor: pointer;
}

#etude-cas>ul>li:hover em{
    color: #ff5d40;
}

#etude-content{
    background-color: #FFFFFF;
    padding: 3.5vw;
    border-radius: 0 0 1.5vw 1.5vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -2px;
}

#etude-content div:last-child{
    text-align: center;
}

#etude-content img{
    height: 5vw;
    margin-bottom: 1vw;
}

@media only screen and (max-width: 1024px)
{
    body{
        font-size: 2.5vw;
        color: #4F0C28;
        font-family: "Poppins", "Arial", sans-serif;
        background: #FFFFF2;
    }

    .stores{
        margin-top: 4vw;
        display: flex;
        flex-flow: column;
        justify-content: flex-start;
    }

    .stores img{
        border-radius: 1vw;
        border: 2px solid #000000;
        transition: 0.2s;
        margin-bottom: 1vw;
        width: 16vw;
    }

    header{
        display: flex;
        flex-flow: column;
        justify-content: center;
        width: 100%;
        box-sizing: border-box;
        align-items: center;
        padding: 1.8vw 3vw;
        margin-bottom: 3vw;
    }

    #headerTransparent{
        display:none;
        position : fixed;
        top : 0;
        padding-top : 2vw;
        padding-bottom : 2vw;
        background-color : rgba(255,255,255,0.94);
        z-index: 999;
        backdrop-filter: blur(5px);
    }

    header>nav>ul{
        display: flex;
        flex-flow: row;
        font-size: 2.3vw;
    }

    header>nav>ul>li>a{
        display: block;
        color: inherit;
        padding: 0.5vw 1vw;
        border-radius: 2vw;
        transition: 0.2s;
        margin-left: 0.5vw;
        white-space: nowrap
    }

    header>nav>ul>li:last-child{
        position: fixed;
        bottom: 5vw;
        right: 3vw;
        font-size: 4vw;
        z-index: 9999;
    }

    header>nav>ul>li:last-child a{
        padding-left: 2vw;
        padding-right: 2vw;
        text-transform: uppercase;
        font-weight: 600;
        border: 2px solid #FFFFFF;
        box-shadow: 0px 0px 3px rgba(0,0,0,0.4)
    }

    header>nav>ul>li:last-child>a{
        color: #FFFFF2;
        background-color: #4F0C28;
        margin-left: 1vw;
    }

    header>nav>ul>li>a:hover{
        background-color: #ff5d40;
        color: #FFFFF2;
    }

    header>nav>ul>li>a.active{
        background-color: #ff5d40;
        color: #FFFFF2;
    }

    header>#logo>a>img{
        width: 25vw;
        margin-top: 2.3vw;
        transition: 0.2s;
        margin-bottom: 2vw;
    }

    #headerTransparent>#logo>a>img{
        display: none;
        width: 8vw;
    }

    .text-big{
        font-size: 3.5vw;
        font-weight: 700;
    }

    .text-big .nautilus{
        font-size: 3.8vw;
        font-weight: 700;
    }

    .text-normal{
        font-size: 3vw;
        font-weight: 500;
    }

    .text-normal .nautilus{
        font-size: 3.3vw;
        font-weight: 500;
    }

    .text-normal-bold {
        font-size: 3vw;
        font-weight: 700;
    }

    .text-normal-bold .nautilus{
        font-size: 3.3vw;
        font-weight: 700;
    }

    .text-tiny{
        font-size: 2.8vw;
    }

    .text-tiny .nautilus{
        font-size: 1.1vw;
    }

    .text-mini{
        font-size: 2vw;
    }

    .bloc-content{
        width: 100%;
        box-sizing: border-box;
        padding: 4.7vw 7vw 5.2vw;
        display: flex;
        flex-flow: column;
        align-items: center;
    }

    .bloc-accroche{
        width: 100%;
        box-sizing: border-box;
        padding: 7vw 7vw 5.9vw;
        color: #FFFFF2;
    }

    .list-steps{
        max-width: 82vw;
        display: flex;
        flex-flow: column;
        align-items: center;
    }

    .list-steps article{
        border-radius: 1.5vw;
        margin-bottom : 2vw;
        padding: 5vw;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        align-items: center;
        width: 95%;
        box-sizing: border-box;
    }

    .list-steps article h1{
        margin-bottom : 2vw;
    }

    .list-steps article:nth-child(even){
        flex-direction: column;
    }

    .list-steps article div{
        width: 100%;
    }


    .list-steps article div.step-img{
        text-align: center;
        height: 18vw;
        width: 55%;
        margin-bottom: 4vw;
    }

    .list-steps article div img{
        height: 100%;
    }

    .button, input[type='submit']{
        text-transform: uppercase;
        font-size: 2.8vw;
        font-weight: 400;
        border: none;
        border-radius: 2vw;
        padding: 1vw 2vw;
        transition: 0.2s;
    }

    .list-proches{
        width: 100%;
        display: flex;
        flex-flow: wrap;
        justify-content: space-around;
        height: auto;
        margin-bottom: 0vw;
    }

    .list-proches li{
        width: 30vw;
        height: auto;
        text-align: center;
        margin-bottom: 4vw;
    }

    .list-proches li div{
        width: 30vw;
        height: 30vw;
        border-radius: 2vw;
        overflow: hidden;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        margin-bottom: 1vw;
    }

    .list-proches li div img{
        height: 95%;
    }

    .bloc-cms{
        display: flex;
        flex-flow: wrap;
        margin-top: 2vw;
    }

    .bloc-cms>div{
        width: 100%;
    }

    .bloc-cms>div:first-child{
        display: flex;
        flex-flow: column;
        align-items: center;
        margin-bottom: 10vw;
    }

    .list-cm li{
        width: 20%;
        text-align: center;
        margin-left: 0;
        margin-bottom: 2vw;
    }

    .list-cm li img{
        width: 100%;
        border-radius: 100%;
    }

    footer{
        display: flex;
        flex-flow: wrap;
        justify-content: space-around;
        padding: 4.7vw 7vw 5.2vw;
    }

    footer section{
        width: 45%;
        margin-bottom: 5vw;
    }

    footer section:last-child{
        width: 100%;
    }

    footer h1{
        margin-bottom: 1.5vw;
        margin-top: 1.5vw;
    }


    .bloc-key{
        box-sizing: border-box;
        padding-left: 0vw;
        padding-right: 0vw;
        padding-bottom: 0vw;
        transition: 0.2s;
    }

    .bloc-key>.img{
        border-radius: 0vw;
        display: flex;
        flex-flow: row;
        justify-content: space-between;
        align-items: center;
        padding-top: 5vw;
    }

    .bloc-key>.img h1{
        font-size: 4vw;
        line-height: 4.3vw;
    }

    .bloc-key>.img h1 .nautilus{
        font-size: 4.3vw;
    }

    .bloc-key ul{
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        margin-top: 3vw;
        margin-bottom: 0vw;
    }

    .bloc-key ul li{
        margin-top: 3vw;
    }

    .bloc-key>.img>img{
        width: 30%;
        margin-right: 3%;
    }

    .bloc-key>.img p{
        margin-top: 2vw;
    }

    .bloc-key>.img>div{
        width: 65%;
        padding-left: 5vw;
        box-sizing: border-box;
    }

    #key-entreprises-content{
        align-items: center;
        text-align: center;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        margin-top: 0;
    }

    #key-entreprises-content h1, #key-entreprises-content p{
        text-shadow: 0px 0px 2px #FFFFFF, 0px 0px 2px #FFFFFF, 0px 0px 2px #FFFFFF, 0px 0px 2px #FFFFFF, 0px 0px 2px #FFFFFF, 0px 0px 2px #FFFFFF, 0px 0px 2px #FFFFFF, 0px 0px 2px #FFFFFF, 0px 0px 2px #FFFFFF, 0px 0px 2px #FFFFFF, 0px 0px 2px #FFFFFF, 0px 0px 2px #FFFFFF, 0px 0px 2px #FFFFFF, 0px 0px 2px #FFFFFF, 0px 0px 2px #FFFFFF, 0px 0px 2px #FFFFFF, 0px 0px 2px #FFFFFF, 0px 0px 2px #FFFFFF;
    }

    .list-stats li{
        width: 40vw;
        height: 33vw;
        box-sizing: border-box;
        padding: 2vw;
        border-radius: 2vw;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-bottom: 3vw;
    }

    .list-services{
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
        min-width: 86vw;
    }

    .list-services li{
        width: 40vw;
        height: 62vw;
        border-radius: 2vw;
        box-sizing: border-box;
        padding: 2vw;
        display: flex;
        flex-flow: column;
        align-items: center;
        text-align: center;
        margin-bottom: 3vw;
    }

    .list-pilotage li{
        width: 39vw;
        height: 65vw;
        box-sizing: border-box;
        padding-left: 3vw;
        padding-right: 3vw;
        border-radius: 2vw;
        display: flex;
        flex-flow: column;
        align-items: center;
        text-align: center;
        margin-bottom: 3vw;
    }

    .list-testimonials li{
        border-radius: 2vw;
        display: flex;
        flex-flow: wrap;
        margin-bottom: 3vw;
        box-sizing: border-box;
        overflow: hidden;
        padding: 3vw;
        width: 85vw;
        align-items: center;
    }

    .saut{
        display: none;
    }

    #bandeauCookies{
        position: fixed;
        left: 0;
        bottom: 0;
        display: none;
        background-color : rgba(255,255,255,0.94);
        z-index: 999;
        backdrop-filter: blur(5px);
        width: 100%;
        box-sizing: border-box;
        font-size: 0.8vw;
        justify-content: space-around;
        padding: 1vw 5vw;
        align-items: center;
    }

    .list-steps-salaries{
        display: flex;
        flex-flow: row;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: 3.4vw;
        position: relative;
    }

    .list-steps-salaries li{
        width: 18vw;
        display: flex;
        flex-flow: column;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
        z-index: 99;
    }

    .list-steps-salaries li img{
        height: 8vw;
        margin-bottom: 5vw;
        z-index: 99;
    }

    .list-steps-salaries li div{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 3vw;
        height: 3vw;
        border-radius: 100%;
        margin-bottom: 3vw;
        z-index: 99;
    }

    .steps-arrow{
        position: absolute;
        height: 4vw;
        background-color: #ff5d40;
        width: 85vw;
        left: -8vw;
        top: 12.5vw;
        z-index: 1;
        border-radius: 2vw 0 0 2vw;
    }

    .steps-arrow img{
        position: absolute;
        right: -3vw;
        height: 8vw;
        top: -50%;
    }

    .steps-arrow div{
        position: absolute;
        display : inline-block;
        right: -1.9vw;
        top: 0;
        height : 0;
        width : 0;
        border-top : 2vw solid transparent;
        border-bottom : 2vw solid transparent;
        border-left : 2vw solid #ff5d40;
    }

    #bloc-missions{
        width: 100%;
        box-sizing: border-box;
        padding-left: 5vw;
        padding-bottom: 5.2vw;
        padding-right: 5vw;
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
    }

    #bloc-missions div{
        border-radius: 2vw;
        text-align: center;
        width: 100%;
        box-sizing: border-box;
        height: 80vw;
        display: flex;
        flex-flow: column;
        justify-content: center;
        margin-top: 5vw;
    }

    #quisommes{
        padding-bottom: 4vw;
    }

    #caremanagement>div{
        padding-bottom: 2vw;
    }

    .input-smooth input{
        width: 100%;
        box-sizing: border-box;
        border: 1px solid transparent;
        border-radius: 3vw;
        padding: 3vw 3vw 3vw 3vw;
        font-size: 16px;
        margin-bottom: 2vw;
        z-index: 90;
        background-color: #FFFFF2;
    }

    .input-smooth div{
        position: absolute;
        top: 2.5vw;
        left: 3vw;
        font-size: 2.8vw;
        color: #545365;
        transition: 0.2s;
        z-index: 95;
        color: #ff5d40;
    }

    .input-smooth div.active{
        top: 0.7vw;
        font-size: 1.8vw;
        color: #4F0C28;
    }

    .divide{
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .divide>div{
        width: 100%;
    }

    textarea{
        width: 100%;
        box-sizing: border-box;
        border: 1px solid transparent;
        border-radius: 3vw;
        padding: 1.5vw 1.5vw 1.5vw 1.5vw;
        font-size: 16px;
        z-index: 90;
        background-color: #FFFFF2;
        height: 20vw;
        color: #ff5d40;
        font-family: Poppins, sans-serif;
    }

    #emergency{
        margin-top: 4vw;
        margin-bottom: 4vw;
    }

    #etude-cas{
        margin-bottom: 3vw;
    }

    #etude-cas>ul{
        width: 100%;
        display: flex;
        flex-flow: column;
        align-items: flex-end;
        margin-top: 2vw;
    }

    #etude-cas>ul>li{
        width: 100%;
        box-sizing: border-box;
        background-color: #FFDED4;
        padding: 1.5vw;
        border-bottom: 1px solid #e8e8e8;
        list-style-type: none;
        color: #787D82;
        display: flex;
        flex-flow: column;
        align-items: center;
        transition: 0.2s;
        text-align: center;
    }

    #etude-cas>ul>li:last-child{
        border-radius: 0px 0px 0 0;
    }
}

button{
    white-space: nowrap;
}