@font-face {
    font-family: 'Sen';
    src: url('../font/Sen-Regular.eot');
    src: url('../font/Sen-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/Sen-Regular.woff2') format('woff2'),
        url('../font/Sen-Regular.woff') format('woff'),
        url('../font/Sen-Regular.ttf') format('truetype'),
        url('../font/Sen-Regular.svg#Sen-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lunchtype22';
    src: url('../font/lunchtype22-medium-webfont.eot');
    src: url('../font/lunchtype22-medium-webfont.eot?#iefix') format('embedded-opentype'),
        url('../font/lunchtype22-medium-webfont.woff2') format('woff2'),
        url('../font/lunchtype22-medium-webfont.woff') format('woff'),
        url('../font/lunchtype22-medium-webfont.ttf') format('truetype'),
        url('../font/lunchtype22-medium-webfont.svg#lunchtype22medium') format('svg');
    font-weight: normal;
    font-style: normal;

}

.info{
    text-align: center;
    font-style: italic;
    width:90%;
    margin:0 auto;
}

body {
    position: relative;
    font-family: 'Sen', Arial, Verdana, sans-serif;
    font-size:15px;
    line-height:20px;
    width:100%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;    
    color:#000;
    margin:0;
    padding:0;
    background: #FEFEF6;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    border:none;
    border-radius: 0;
}
textarea, input { outline: none; }
input[type=checkbox]{vertical-align:-2px;}

input[type=radio]{vertical-align:-3px;}

button, a{cursor:pointer;}

a, a:hover{
    border:0px;
    text-decoration:none;
    color: #000;
}
a:hover, a:focus{
    color:#000;
    text-decoration: underline;
}

textarea{
    resize: none;
    overflow: auto;
}

textarea, sup, sub{vertical-align:baseline;}

sup{bottom:1ex;}

sub{top:.5ex;}

sup, sub{
    position:relative;
    height:0;
    line-height:1;
}

video{
    max-width:100%;
    /* height:auto;*/
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

table{border-collapse:collapse;}

img{border:none;max-width: 100%;vertical-align:bottom;}

ul{list-style-type:none;padding:0;margin:0;}

ul, ol{list-style-position:inside;padding:0;margin:0;}

canvas{-ms-touch-action:double-tap-zoom;}

h1, h2, h3, h4, h5{font-weight:normal;margin:0;padding:0;}

header, nav, footer, section, article, aside, figure, figcaption, mark, time{display:block;}

.clrb{clear:both;}

::-webkit-input-placeholder {
    color: #999999;
    opacity:1;
}
:-moz-placeholder { /* Firefox 18- */
    color: #999999;
    opacity:1;
}
::-moz-placeholder {  /* Firefox 19+ */
    color: #999999;
    opacity:1;
}
:-ms-input-placeholder {
    color: #999999;
    opacity:1;
}
input:focus { outline: none; }
:invalid {
    box-shadow: none;
}
:-moz-submit-invalid {
    box-shadow: none;
}
:-moz-ui-invalid {
    box-shadow:none;
}
.erreur{
    text-align: center;
    padding:78px;
}
strong{
    font-weight: normal;
}
.hidden{
    display: none;
}
.image_banniere{
    text-align: center;
    width: 100%;
    margin:0 auto;
    opacity: 0.5;
    margin-top:40px;
}
.breadcrumb{
    color: #000;
    display: block;
    font-family: "Sen",Arial,Verdana,sans-serif;
    font-size: 11px;
    margin-bottom: 15px;
    padding-left:20px;
    padding-top:20px;
    text-align: left;
}
.breadcrumb a{
    color: #000;
    font-family: "Sen";
    font-size: 11px;
    text-decoration: underline;
}

/******************************************************************************* HEADER *******************************************************************************/
header{
    margin:0 auto;
    z-index:99999;
    height:100%;
    text-align: center;
    font-family: 'Sen', Arial, Verdana, sans-serif;
    font-size:15px;
    position: relative;
    max-width: 1450px;
}
header a, header a:hover, header a:focus{
    color:#000;
}
header nav{
    width:100%;
    margin:30px auto 0 auto;
}
header nav a{
    font-family: 'Sen', Arial, Verdana, sans-serif;
    font-weight: bold;
    display:inline-block;
    padding:10px 4%;
    transition: background 0.5s linear;
}
header nav a.active, header nav a:hover{
    background: #ffebd4;
    color:#000;
    text-decoration: none !important;
}
header nav a.active:first-of-type, header nav a:first-of-type:hover{
    background: #FF6D50;
    color:#fff;
}
header nav a.active:nth-of-type(2), header nav a:nth-of-type(2):hover{
    background: #3F11BC;
    color:#fff;
}
header nav a.active:nth-of-type(3), header nav a:nth-of-type(3):hover{
    background: #0D5149;
    color:#fff;
}
header nav a.active:nth-of-type(4), header nav a:nth-of-type(4):hover{
    background: #C2BC25;
    color:#fff;
}




header .baseline{
    font-family: 'Sen', Arial, Verdana, sans-serif;
    line-height:17px;
}
header a{
    display:block;
    text-align: center;
    line-height:30px;
}
header .logo{
    margin-top:30px;
    margin-bottom: 10px;
    width: 300px;
    text-align: center;
}
header .reseau{
    position: absolute;
    top:30px;
    right:30px;
}
.reseau img{
    width:35px;
}
header .reseau a{   
    display:initial;
}

/******************************************************************************* SITE CONTENT *******************************************************************************/
#site-content{
    /* width: calc(100% - 450px);
     margin-left:450px;*/
    max-width: 1450px; 
    margin:0 auto;
}
#site-content section{
    padding:0;
}
#site-content h1{
    font-size:55px;
    line-height:58px;
    margin:20px 0 20px 0;
    font-family: 'Lunchtype22', Arial, Verdana, sans-serif;
}
#site-content section h2{
    font-size:40px;
    line-height:40px;
    margin:30px 0 20px 0;
    font-family: 'Lunchtype22', Arial, Verdana, sans-serif;
}
ul li{
    list-style-type:disc;
    padding-left:20px;
}
#site-content #lesprit-peeksee{
    max-width: 90%;
    margin: -60px auto 0 auto;
}
.cta-link{
    float: right;
}
.cta-link:hover, .cta-link:focus{
    text-decoration: underline;
}

/************************************ LOGOS ACCUEIL *************************/
.logos {
    overflow: hidden;
    width: 100%;
    padding: 10px 0;
}

.sliderlogos {
    display: flex;
    align-items: center;
    gap: 20px;
    animation: slide 25s linear infinite;
    white-space: nowrap;
}

/* 🔥 Chaque logo a une largeur mini */
.sliderlogos a {
    flex: 0 0 auto; 
}

/* 🔥 Chaque image a une hauteur max et prend la largeur du conteneur mini */
.sliderlogos img {
    width: 140px;
    height: auto;
    object-fit: contain;
    display: block;
}

/* Défilement qui démarre au tout début, sans attendre */
@keyframes slide {
    0%   { transform: translateX(0); }         /* commence immédiatement */
    100% { transform: translateX(-100%); }     /* file vers la gauche */
}

/* Pause au survol */
.logos:hover .sliderlogos {
    animation-play-state: paused;
}


/******************************************************************************* ANIMATION *******************************************************************************/
.animation {
    position: relative;
    margin-top:20px;
}
.animation .art-scene {
    position: relative;
    height: 500px;
    overflow: visible;
}
.animation .info-box {
    position: absolute;
    top: 225px;    
    right: 80px;
    padding: 0px;
    font-size: 55px;
    line-height: 58px;
    font-family: 'Lunchtype22', Arial, Verdana, sans-serif;
    color: #000;
    min-height: 300px;
    transition: all 0.3s ease;
    z-index: 999;
}
.animation .fond-scene {
    background: #ffebd4; 
    height: 400px;
    margin: -3px auto 0 auto;
    width:95%;
}
.animation .shape {
    position: absolute;
    width: 300px;
    height: auto;
    opacity: 0;
    cursor: pointer;
    transition:
        width 0.4s ease,
        height 0.4s ease,
        top 0.6s linear,
        left 0.6s linear,
        opacity 1s linear;
}
.animation .shape.hovered {
    width: 450px;
    height: auto;
    z-index: 10;
}
.animation a.shape-link {
    display: inline-block;
}

#engagement li{
    list-style: none;
    display: inline-block;
    width:25%;
    box-sizing: border-box;
    padding:30px 2%;
    vertical-align: middle;
    text-align: center;
    margin:0;
    background: #B4ADF5;
    color:#FEFEF6;
    position:relative;
    min-height: 140px;
}
#engagement li span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#engagement li:nth-of-type(2){
    background: #FF6D50;
}
#engagement li:nth-of-type(3){
    background: #3F11BC;
}
#engagement li:nth-of-type(4){
    background: #C2BC25;
}

/******************************************************************************* FOOTER *******************************************************************************/
footer{
    text-align: center;
    box-sizing: border-box;
    background: #FFEBD4;
    color:#000;
    margin-top:50px;
    position: relative;
    overflow: hidden;
}
footer::before {
    content: "";
    position: absolute;
    inset: 0;

    background-image: url("../img/design.png"),
        url("../img/developpement-web.png"),
        url("../img/audit.png"),
        url("../img/maintenance.png");

    background-repeat: no-repeat;
    background-position:
        0%   10%,
        33%  bottom,
        66%  10%,
        100% bottom;

    opacity: 0.1; 
    pointer-events: none; 
    z-index: 0;
}


footer .logo {
    width: 300px;
}
footer .contenu{
    width: 95%;
    max-width: 700px;
    box-sizing: border-box;
    margin: 0 auto;
    padding-bottom: 20px;
    position:relative;
    z-index:1;
}
footer .contenu .colonne{
    width: 55%;
    vertical-align: middle;
    display: inline-block;
    padding:100px 0;    
}
footer .contenu .colonne:nth-of-type(2){
    width: 45%;
}
footer nav a{
    display: block;
    line-height: 20px;
}
footer a{
    font-weight: bold;
    color:#000;
}
footer a:hover, footer a:focus{
    color:#000;
    text-decoration: underline;
}


/******************************************************************************* FOOTER *******************************************************************************/
.page_presta{
    position: relative;
    max-width: 1650px;
    margin:0px auto;
}
.page_presta .col1, .page_presta .col2{
    display: inline-block;
    position: relative;
    vertical-align: top;
    width:25%;
    padding-top:30px;
    box-sizing: border-box;
    padding-right:2%;
}
.page_presta .col2{
    width: 75%;
    box-sizing: border-box;
    padding-left:4%;
    padding-top:60px;
    padding-right: 4%;
}
.page_presta a{
    font-size: 30px;
    line-height: 32px;
    font-family: 'Lunchtype22', Arial, Verdana, sans-serif;
}
.page_presta .shape{
    width: 100%;
    z-index: 99;
    position: relative;    
    animation: float 3s ease-in-out infinite;
    display: block;
    will-change: transform;
    padding-top:30px;
}
.page_presta .fond{
    height:780px;   
    width: 100%;
    position: absolute;
    top: 0px;
    left:0;
    z-index: 1;
}
/* Animation fluide de haut en bas */
@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-7px);
    }
    100% {
        transform: translateY(0);
    }
}
.page_presta h1{
    margin-top:0 !important;
}
.page_presta article{
    display: inline-block;
    vertical-align: top;
    width: 33%;
    box-sizing: border-box;
    padding-right:3%;
    cursor: pointer;
}
.page_presta article div:hover{
    color:#000 !important;
}
.page_presta article img{
    margin-top:20px;
    //border-top:30px solid #EAE6E2;
    transition: border-top 0.2s linear;
    //border-radius: 15px;
}
.page_presta article div h2{
    margin-top:10px !important;
    margin-bottom: 5px !important;
}
#uxdesign article div img{
    //border-top:30px solid #FF6D50;  
}
#devweb article div img{
    //border-top:30px solid #3F11BC;    
}
#maintenance article div img{
    //border-top:30px solid #0D5149;
}
#maintenance article div{
    cursor:initial;
}
#maintenance .mockup{
    width: 100%;
}
#audit article div img{
    //border-top:30px solid #C2BC25;    
}
.page_presta article div:hover img{
    //border-top:30px solid #B4ADF5 !important;
}
.page_presta article div:hover a{
    text-decoration: underline;
}
/******************************************************************************* TRIBUNE *******************************************************************************/
.actualites{
    margin:0 auto 0 auto;
    padding-top:50px;
}
.actualites h1{    
    color: #013328;
    display: block;
    font-family: "Sen";
    font-size: 40px;
    line-height: 40px;

    width:100%;
    display: block;
    padding:10px 7%;
    text-align: right;
    border-bottom: 2px solid #013328;
    box-sizing: border-box;
    margin-bottom:30px;
}
.actualites .grandcontenu{
    width:91.5%;
    margin:0 auto;
}
.actualites .actualite {
    background-position: center center !important;
    cursor: pointer;
    display: block;
    padding: 0;
    position: relative;
    width: 100%;
}
.actualites .actualite:hover img{
    opacity: 0.8;
}
.actualites .actualite:hover button{
    background: #6A6083;
    color:#fff;
}
.actualites .actualite img{
    display:inline-block;
    width:26.5%;
    vertical-align: top;
    padding-top:25px;
}
.actualites .actualite .contenu{
    display:inline-block;
    width:65%;
    box-sizing: border-box;
    font-family: "Sen";
    font-size: 14px;
    line-height: 18px;
    padding: 20px;
}
.actualites .actualite .date{
    color: #95a9ad;
    font-family: "Sen";
    font-size: 13px;
    margin-bottom: 15px;
    display:block;
}
.actualites .actualite h2{
    display: block;
    font-family: "Sen";    

    font-size:22px;
    line-height: 25px;
    color:#000;
    padding-top:10px;
}
.actualites .actualite button{
    background: #013328; /*95A9AD;*/
    color:#FFF;
    display:block;
    margin-top:20px;
    font-size: 12px;
    height: 24px;
    line-height: 16px;
}
.actualite_article{
    width:100%;
}
.actualite_article .img-principale{
    width:100%;
}
.actualite_article .date{
    color: #95a9ad;
    font-family: "Sen";
    font-size: 13px;
    margin-bottom: 15px;
    text-align: center;
    display:block;
}
.actualite_article h1{    
    color: #fff;
    background:#013328;
    font-family: "Sen";
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-top: 0;

    text-align: center;
}
.actualite_article .description{
    max-width: 630px;
    width:90%;
    margin:0 auto;
    font-family: "Sen";
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 40px;
}
.actualite_article .description a{    
    text-decoration: underline;
}
.actualite_article .description img{
    /*  padding-right:25px;*/
    padding-bottom:25px;
}
.actualite_article .description strong{    
    font-family: "Sen";
}
.actualite_article .description h2, .actualite_article .description h2 strong{
    font-family: "Sen";
    font-size:16px;

}
.commentaires{
    max-width: 630px;
    width:90%;
    margin:60px auto 100px auto;
}
.commentaires article{
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 40px;
    margin-top:30px;
    color: #618087; 
}
.commentaires img{
    float: left;
    width: 20px;
    margin-right:10px;
}
.commentaires article strong{    
    font-family: "Sen";
    font-size:13px;
    display:block;
    line-height: 15px;
    color:#000;
    text-transform: none;
}



/********************************************************************* FORMULAIRE COMMENTAIRE TRIBUNE ET CONTACT ************************************************************************/
.formulaire form{
    position: relative;
    width:100%;
    margin-top:70px;
}
.formulaire h2{
    color: #000;
    font-family: "Sen";
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    padding-top: 0;
    text-align: center;

}
.formulaire input[type="text"], .formulaire input[type="email"], .formulaire textarea{
    background: none;    

    border: 2px solid #000;
    box-sizing: border-box;
    display: inline-block;
    color: #000;
    height: 40px;
    padding:15px;
    line-height: 25px;
    font-size:14px;
    width: 100%;
    margin-top:10px;
}
.formulaire textarea{
    height:130px;
    line-height: 14px;
    margin-top:10px;
    padding:15px;
    margin-bottom: 10px;
}
.formulaire .champ_oblig{

}
.formulaire .submit{
    font-size: 30px;
    line-height: 32px;
    font-family: 'Lunchtype22', Arial, Verdana, sans-serif;
    display:block;
    float: right;
    color:#FEFEF6;
    background: #000;
    padding:5px 15px;
}
.formulaire .submit:hover{
    background: #3F11BC;
    color:#FEFEF6;
}
.formulaire .retour{
    color:#3F11BC;
    text-align: center;
    display:block;
    font-size:15px;font-family: "Sen";

    line-height:16px;
}


/******************************************************************************* CONTACT *******************************************************************************/
.contact_contenu{
    text-align: center;
    width:90%;
    max-width: 500px;
    margin:100px auto;

    line-height: 25px;
}
.contact_contenu h2{

    line-height:25px;
    font-size:12px;
    font-family:'GothamRounded-Book';
    font-style: italic;
    font-weight: bold;
}
.formulaire_contact{
    display:block;
    width:100%;
    max-width: 630px;
    margin:0 auto 60px auto;
}
.formulaire_contact form{
    position: relative;
    width:90%;
    margin-right: 5%;
    margin-left: 5%;
}
.contact_rs{
    display:block;
    width:80%;
    max-width: 400px;
    margin:90px auto;
    font-size:30px;
    font-family: "GothamRounded-Light";
    line-height: 20px;
}
.contact_rs h2{
    background: rgba(0, 0, 0, 0) url("../img/trait_petit.png") no-repeat scroll 0 0;
    color: #000;
    font-family: "Sen";
    font-size: 30px;
    font-style: italic;
    line-height: 35px;
    margin-bottom: 40px;
    margin-top: 60px;
    padding-top: 20px;    

}
.contact_rs strong{
    font-family: "Sen";
    font-size: 15px;
    font-style: italic;

    line-height:15px;
}
.contact_rs img{
    height:35px;
    padding-bottom: 20px;
}
.contact_rs article{
    width:36%;
    margin-right:13%;
    display:inline-block;
    vertical-align: top;
    text-align: center;
    text-align: center;
}
.contact_rs article:first-of-type{
    margin-left:13%;
    margin-right: 0;
}
.contenu_legal{
    display:block;
    width:90%;
    max-width: 500px;
    margin:50px auto 80px auto;
    padding-top:50px;
    border-top:1px solid #000;
    line-height:25px;
    text-align: justify;
}
.contenu_legal article{
    width:47%;
    display:inline-block;
    vertical-align: top;
}
.contenu_legal article:first-of-type{   
    margin-right: 6%;
}

/******************************************************************************* PRESTATIONS ***************************************************************************/
.prestas{
    width:93.8%;
    margin:0 auto;
}
.prestas article{
    display: inline-block;
    width:31%;
    margin:1%;
    text-align: center;
    font-size:13px;
    vertical-align: top;
}
.prestas article img{
    width:100%;  
    padding-bottom: 10px;
}
.prestas article h1{    
    color: #fff;
    background:#013328;
    font-family: "Sen";
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;

}
.titreprestas{
    font-family: "Sen";    
    color: #013328;
    background:#fff;
    display: block;
    font-size: 30px;
    line-height: 40px;
    width:100%;
    display: block;
    padding:10px 7%;
    border-bottom: 2px solid #013328;
    text-align: right;
    box-sizing: border-box;
    margin-bottom:50px;

}
.prestas a{
    text-decoration: underline;
}

/******************************************************************************* PAGE TYPE *******************************************************************************/
.page_type{
    text-align: center;
    margin-bottom: 50px;
    // margin-top:20px;
}
.page_type h1{ 
    font-family: "Sen";
    font-size: 39px;
    text-align: center;
    padding-top:20px;
    margin-bottom: 20px;
    color:#000;
    font-weight: bold;
}


/******************************************************************************* CLIENTS *******************************************************************************/
.clients{
    margin:0 auto 40px auto;
    text-align: center;
    padding-top:50px;
}
.clients h1{    
    color: #013328;
    background:#fff;
    display: block;
    font-family: "Sen";
    font-size: 30px;
    line-height: 40px;

    width:100%;
    display: block;
    padding:10px 7%;
    text-align: right;
    border-bottom: 2px solid #013328;
    box-sizing: border-box;
    margin-bottom:30px;
}
.clients .client {
    background-position: center center !important;
    cursor: pointer;
    display: inline-block;
    height: 300px;
    margin-bottom:15px;
    margin-top:15px;
    padding: 0;
    position: relative;
    width: 25%;
}
.clients .clientsdeb{
    margin-top:0;
}
.clients .client:hover .fond {
    background: #FFF none repeat scroll 0 0;
    height: 100%;
    opacity: 0.35;
    width: 100%;
}
.clients .client .contenu{
    left: 51%;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 49%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%);
    width:53%;
    max-width: 210px;
}
.clients .client:hover h2{
    color:#000;
}
.clients .client .date{
    display: block;
    font-family: "Sen";

    font-size:15px;
    line-height: 30px;
    color:#FFF;
}

nav.nav_client{
    width:90%;
    margin: 20px auto 50px auto;
    text-align: center;
}
nav.nav_client a{
    border-bottom: 1px solid #000;
    padding:5px 25px;
    font-size:11px;
    display:inline-block;
    max-width: 120px;
    line-height: 15px;
    height:35px;
    vertical-align: top;
}
nav.nav_client a span{
    display:table-cell;
    height:35px;
    vertical-align: middle;
}
nav.nav_client a:hover, nav.nav_client a.cat_hover{
    background: #000;
    color:#FFF;
    font-style: italic;
}



.bx-pager-item{
    display:inline-block;
    display:none;
}
#slider li{
    padding-left:0 !important;
}
#slider img{
    width: 100%;
}
.bx-pager-item a{
    background:#FFF;
    border:2px solid #000;
    border-radius: 15px;
    display: block;
    height: 20px;
    margin: 0 3px;
    outline: 0 none;
    text-indent: -9999px;
    width: 20px;
}
.bx-pager-item a.active{
    background:#000;
}
.bx-wrapper{
    position:relative;
}
.bx-controls{
    width:100%;
    text-align: center;
    padding-top: 20px;
}
.bx-wrapper .bx-controls-direction a {
    height: 32px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 230px;
    width: 40px;
    z-index: 9999;
}
.bx-wrapper .bx-next {
    background: url("../img/next.png") no-repeat 15px ;
    right: 10%;
}
.bx-wrapper .bx-prev {
    background: url("../img/prev.png") no-repeat 15px;
    left: 10%;
}
.bxphotos li img{
    margin-top: 20px;
    margin-bottom: 30px;
}



/************************************************************************************* CLIENT SLIDER *********************************************************************************************/
.clientsslider{
    width:90%;
    max-width: 900px;
    margin:0 auto 80px auto;
    position:relative;
}
.clientsslider .client {
    background-position: center center !important;
    cursor: pointer;
    display: inline-block;
    height: 300px;
    margin-bottom:-8px;
    padding: 0;
    position: relative;
}
.clientsslider .bx-wrapper .bx-controls-direction a {
    height: 32px;
    margin-top: -16px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 49%;
    width: 32px;
    z-index: 9999;
}
.clientsslider .bx-wrapper .bx-next {
    background: url("../img/next.png") no-repeat 15px ;
    right: -15%;
}
.clientsslider .bx-wrapper .bx-prev {
    background: url("../img/prev.png") no-repeat 15px;
    left: -15%;
}

.clientsslider .client .contenu{
    left: 50%;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%);
    width:90%;
}
.clientsslider .client .contenu_hover{ 
    left: 50%;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%);
    opacity: 1;
    width:80%;
    display:none;
}
.clientsslider .client .contenu_hover button{
    font-size:13px;
    color:#FFF;
    border:1px solid #FFF;
    background: none;

    padding-top:17px;
    padding-bottom: 17px;
    width:90%;
}
.clientsslider .client:hover .contenu_hover{
    display: block;
}
.clientsslider .client:hover .contenu{
    display: none;
}
.clientsslider .client .date{
    display: block;
    font-family: "Sen";    

    font-size:15px;
    line-height: 30px;
    color:#FFF;
}
.clientsslider .client h2{
    display: block;
    font-family: "Sen";    

    font-size:25px;
    line-height: 30px;
    color:#FFF;
}

/************************************************************************************** NAVSLIDER ****************************************************************************************************/
#menuslidernav{
    bottom: 0;
    margin: auto;
    position: fixed;
    right: 76px;
    top: 1px;
    width: 26px;
    z-index: 50;
}
#menuslidernav ul{
    margin-top: 50vh;
    transform: translateY(-50%); 
    -moz-transform: translateY(-50%);
    -webkit-transform:translateY(-50%); 
}
#menuslidernav a{
    display:block;
    cursor:pointer;
    background: url("../img/slidernav.png") no-repeat left center;
    width:26px;
    height:10px;
    margin:10px;
}
#menuslidernav a:hover, #menuslidernav li.active a{
    background: url("../img/slidernav_active.png") no-repeat left center;    
}
#libmenuslidernav{
    bottom: 0;
    margin: auto;
    position: fixed;
    left: 76px;
    top: 1px;
    width: 26px;
    z-index: 50;
}
#libmenuslidernav ul{    
    margin-top: 53vh;
    transform: translateY(-50%); 
    -moz-transform: translateY(-50%);
    -webkit-transform:translateY(-50%);
    padding-left:-20px;
}
#libmenuslidernav li{
    display:none;
}
#libmenuslidernav li.active{
    display:block;

    font-size:11px;
    color: #cdcdcd;
    text-align: center;
    transform: rotate(270deg);
    transform-origin: 0 0 0;
}
.scrolltotop{
    bottom: 40px;
    margin: auto;
    position: fixed;
    right: 76px;    
    width: 15px;
    height:44px;
    z-index: 50;
    cursor: pointer;
}



.introapropos{
    max-width: 90%;
    margin:auto;
    text-align: left;
    line-height: 18px;
    font-size: 14px;
    font-family: "Sen";
}
.introapropos .col1 img{
    border-radius:200px;
    margin-top:100px;
}
.introapropos strong{
    font-family: "Sen";
}
.introapropos .col1, .introapropos .col2{
    display: inline-block;
    vertical-align: top;
    width: 20%;
    box-sizing: border-box;
}
.introapropos .col2{
    padding-top:40px;
    width: 80%;
    padding-right: 4%;
}
.contact .col1{
    width: 40%;
}
.contact .col2{
    width: 60%;
}
