* {
    font-style: normal;
    font-size: 1em;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: .075em;
    box-sizing: border-box;
}


#quisommesnous {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: auto;
    padding: 0 5% 150px 5%;
    /*border: dotted 3px blue;*/
    overflow-x: hidden;
    overflow-y: hidden;
    background-size: contain;
    background-position: top;
    /*background-image: url(../select/logo/Mosaik/ondule5.png),
    linear-gradient(180deg, #040214 0%, #003357 50%, #0066aa 100%)!important;*/
    background-image: url(../select/logo/Mosaik/ondule5fa.png),
    linear-gradient(170deg, #040214 0%, #22436a 100%)!important;
    background-repeat: no-repeat;
    color: white;
}

#qsn_titre{
    width: 100%;
    padding: 250px 400px 150px 0;
    text-align: center;
    font-size: 3em;
    font-weight: bold;
    /*border: solid 3px fuchsia;*/
    color: white;
}

/*----------------------------------------*/

.txt_qsn {
    width: 25%;
    min-width: 240px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 50px 2% 0 2%;
    margin: 0 15px;
    /*border: solid 3px red;*/
    /*background-image: linear-gradient(to bottom ,rgba(0,0,0, 0.1) 0%,
    rgba(0,0,0, 0.3) 100%);*/
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

.txt_last{
    width: 90%;
    min-width: 240px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 50px 5%;
    /*border: solid 3px red;*/
    margin: 0 0 100px 0;
}

.txt_qsn h2 {
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.5em;
    height: auto;
    width: 100%;
    text-align: left;
    margin: 0;
    color: white;
    /* border: solid 1px #bb1111; */

}

.txt_qsn h3 {
    height: auto;
    width: 100%;
    text-align: left;
    color: white;
    opacity: .9;
    margin-top: 25px;
    /* border: solid 4px #bb1111;*/
}

.txt_last h2,
.txt_last h3{
    text-align: center;
}

.trait_qsn{
    width: 100px;
    height: 5px;
    background-color: #ad6c02;
}



.votreavantage {
    font-size: 1em;
    Font-Weight: bold;
    letter-spacing: 1px;
    color: #7dd6ec;
    white-space:nowrap;
}

.fct {
    white-space:nowrap;
}

#devisBoxClient{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 265px;
    background-size: cover;
    background-position: bottom;
    background-image: url(../select/logo/Mosaik/ondule2fa.png);
    background-repeat: no-repeat;
}



/*-------------GRAFIKART---------------------*/


@keyframes fade-text-anim {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,50px,0);
        -moz-transform: translate3d(0,50px,0);
        -ms-transform: translate3d(0,50px,0);
        -o-transform: translate3d(0,50px,0);
        transform: translate3d(0,50px,0);
    }
    25% {
        opacity: 0;
        -webkit-transform: translate3d(0,50px,0);
        -moz-transform: translate3d(0,50px,0);
        -ms-transform: translate3d(0,50px,0);
        -o-transform: translate3d(0,50px,0);
        transform: translate3d(0,50px,0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}