/* CLIENTS */

#clients-sections {
    background-color: #f3fcff;
}

#clients-sections #container {
    width: 1000vw;
}

#floyaHand {
    bottom: 0;
    left: 0;
    z-index: 12;
}

#panel-6 .contentInside {
    position: relative;
}

#floyaHand .floyaHandPict {
    display: block;
}

#floyaHand .floyaContent {
    position: absolute;
    top: 0;
    padding: 220px 20px 0 20px;
    width: 302px;
    left: 100px;
}

#floyaHand .floyaContent img {
    width: 100%;
}

#floyaHand .floyaContent a {
    display: block;
    margin-bottom: 10px;
}

#panel-1 .content ul li.nbrDisplay {
    text-align: center;
}

@media screen and (max-height: 800px) {
    #floyaHand {
        bottom: -80px;
    }
}

@media screen and (max-width: 1200px) {
    #floyaHand .floyaHandPict {
        width: 450px;
    }
    #floyaHand .floyaContent {
        padding-top: 200px;
        width: 252px;
        left: 72px;
    }
}

@media screen and (max-height: 740px) {
    /*#clients-sections #container {
        background-color: #E3F9FF;
    }*/
    .pictAndArrows h4 {
        font-size: 1em;
    }
    .pictAndArrows .texta-left h4 .arrow {
        left: -30px;
        width: 25px;
    }
    .pictAndArrows .texta-right h4 .arrow {
        width: 25px;
        right: -30px
    }
}

@media (max-width: 1000px) and (min-height: 600px) {
    .clientPerso4,
    .clientPerso7,
    .clientPerso8 {
        display: none;
    }
}

@media (max-width: 850px) {
    .simplePict {
        max-width: 600px;
    }
    #panel-2 .clientPerso3 {
        left: 0!important;
    }
    #floyaHand {
        bottom: -30px;
        scale: 0.6;
        transform-origin: bottom left;
    }
    #panel-6 .wrap-pl400 {
        padding-left: 190px;
    }
    #panel-5 .content ul li.nbrDisplay {
        margin-left: 0;
    }
    #panel-6 .plusCircle {
        position: relative;
        margin: 10px auto;
        top: 0 !important;
    }
}

@media (orientation: portrait) and (max-width: 800px) {
    .decoAbso {
        display: none;
    }
    .decoAbso.plusCircle {
        display: block;
    }
    .content ul li.nbrDisplay {
        display: inline-block!important;
    }
    #panel-6 .wrap-pl400 {
        padding-left: 0;
    }
    .pictAndArrows .texta-left h4 .arrow {
        display: none;
    }
    .pictAndArrows h4 {
        font-size: 1em;
    }
    .cardTitle {
        width: 100%;
    }
}