/* CLIENTS */

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

#clients-sections #container {
    width: 900vw;
    background-color: #f3fcff;
}

#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: 0px;
    }
}

@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,
    .clientPerso8 {
        display: none;
    }
}

@media (orientation: landscape) and (max-width: 850px) {
    .simplePict {
        max-width: 600px;
    }
    #panel-2 .clientPerso3 {
        left: 0!important;
    }
    #panel-2 .wrap-cols {
        width: 450px;
        margin: 0 auto 20px auto;
    }
    #panel-2 .wrap-cols .col30 {
        display: none;
    }
    #panel-2 .wrap-cols .col70 {
        width: 100%;
    }
    #panel-4 .wrap-tickets {
        width: 80vw;
    }
    #floyaHand {
        bottom: 0px;
        scale: 0.5;
        transform-origin: bottom left;
    }
    #panel-5 .wrap-pl400 {
        padding-left: 190px;
    }
    #panel-5 video {
        width: 250px
    }
    #panel-5 .content ul li.nbrDisplay {
        margin-left: 0;
    }
    #panel-6 .plusCircle {
        position: relative;
        margin: 10px auto;
        top: 0 !important;
        left: 0
    }
    #panel-6 .pl-400 {
        padding-left: 130px;
    }
    #panel-0 video {
        max-width: 350px;
    }
}


/*@media (orientation: portrait) and (max-width: 850px) {
   
    .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%;
    }
}*/