@charset "utf-8";

*	{ outline: none!important; }
div.clear, span.clear	{ display: block; overflow: hidden; height: 0; clear: both; }

/* -- html5 pour IE -- */

header, section, article, nav, footer, aside, address
{
    display: block;
}

address
{
    font-style: normal;
}

/* :::::::::::::::::: */
/* ::::: common ::::: */
/* :::::::::::::::::: */

body.common.index
{
    -o-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background: -webkit-gradient(
        linear,
        left top, left bottom,
        from(#e5e5e5),
        to(#ffffff)
    );
    background: -webkit-linear-gradient(
        top,
        #e5e5e5,
        #ffffff
    );
    background: -moz-linear-gradient(
        top,
        #e5e5e5,
        #ffffff
    );
    background: -o-linear-gradient(
        top,
        #e5e5e5,
        #ffffff
    );
    background: linear-gradient(
        top,
        #e5e5e5,
        #ffffff
    );		


}



.index .bg-ombre
{
    margin: 0;
    padding: 0;
    background: url(../img/bg-ombre.png) no-repeat center 467px;
}




body.common.page {
    margin: 0;
    padding: 0;
    background: url(../img/bg-ombre.png) no-repeat center 529px;
}


.page .bg-ombre 
{
    -o-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background: -webkit-gradient(
        linear,
        left top, left bottom,
        from(#e5e5e5),
        to(#ffffff)
    );
    background: -webkit-linear-gradient(
        top,
        #e5e5e5,
        #ffffff
    );
    background: -moz-linear-gradient(
        top,
        #e5e5e5,
        #ffffff
    );
    background: -o-linear-gradient(
        top,
        #e5e5e5,
        #ffffff
    );
    background: linear-gradient(
        top,
        #e5e5e5,
        #ffffff
    );
    height : 500px ;
}


/*styles G.C*/

#global-container
{
    width : 960px ;
    margin : auto ;
}

#header .acces
{
    float: right;
    /*margin: 0px 20px;*/
    padding:0px;
    color:#39aecd;
}

#header .acces ul {
    list-style:none;
    margin:0px;
    padding:0px;
}
#header .acces ul li {
    float:left;
    margin:0px 5px;
}
#header .acces a {
    color:#39aecd;
}

#header .langues
{
    float: right;
    margin: 0;
}

#header .langues ul
{
    margin : 0;
}

#header .langues li
{
    float: left;
    list-style : none ;
}

#header .langues li a
{
    text-decoration : none ;
    font-family : titilliummaps29l800_wt , arial , sans-serif ;
    font-size : 12px ;
    color : #484848 ;
    display : block ;
    width : 32px ;
    height : 24px ;
    text-align: center;
    padding-top : 4px ;
    text-transform : uppercase ;
}

#header  li.compte a
{
    text-decoration : none ;
    font-family : titilliummaps29l800_wt , arial , sans-serif ;
    font-size : 12px ;
    display : block ;
    height : 24px ;
    width : 104px ;
    text-align: center;
    padding-top : 4px ;
    text-transform : uppercase ;
    color: white;
    background: #aaaaaa;
    border-radius: 0px 0px 5px 5px;
}

#header  li.compte a:hover
{
    color : #484848 ;
}


#header .langues li a.selected
{
    color : white ;
    background : #aaaaaa ;
    border-radius : 0px 0px 5px 5px ;
}


/*logo*/
#header .logo
{
    display : block ;
    float : left ;
    margin-top: 16px;
    margin-bottom: 32px;
}

#header .accroche
{/* float : right ; */
    display : block;
    font-family : titilliumtext22l_ththin , arial , sans-serif;
    font-size : 24px;
    color : #444444;
    text-align: center;
    line-height: 28px;
    letter-spacing : -1px;
    margin-top: 26px;}

#header .accroche strong
{
    font-family : titilliumtext22l_rgregular , arial , sans-serif ;
    font-weight : normal ;	
}


/*MENU*/

#menu
{
    background : url(../img/fond-menu.jpg) no-repeat ;
    width : 960px ;
    height : 60px ;
    border-radius : 5px 5px 0px 0px ;
}

#menu ul
{
    margin : 0 ;
}

#menu .mdrecherche form
{
    margin-bottom : 0px ;
}

#menu li
{
    float : left ;
    list-style : none ;
}

#menu li a
{
    text-decoration : none ;
    font-family : titilliummaps29l800_wt , arial , sans-serif ;
    font-size : 14px ;
    color : #484848 ;
    padding-right: 18px;
    padding-left: 18px;
    display : block ;
    text-transform : uppercase ;
    height: 40px;
    padding-top: 19px;
    background : url(../img/separateur-menu.png) no-repeat center right ;
}

.page #menu li a
{
    height : 41px ;
}

#menu li a.selected ,
#menu li a:hover
{
    background : url(../img/bg-menu-select.jpg) ;
    color : white ;	
}

#menu li:first-child a
{
    border-radius : 5px 0px 0px 0px ;
}


#menu .mdrecherche
{float: right;}

#menu .mdrecherche input
{
    border : none;
    border-radius : 5px;width: 80%;
    padding-left : 10px;
    height : 30px;
    margin-right: -34px;


    -moz-box-shadow: inset 2px 2px 3px 0px #e3e3e3;
    -webkit-box-shadow: inset 2px 2px 3px 0px #e3e3e3;
    -o-box-shadow: inset 2px 2px 3px 0px #e3e3e3;
    box-shadow: inset 2px 2px 3px 0px #e3e3e3;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#e3e3e3, Direction=134, Strength=3);}

#menu .mdrecherche button
{
    background: url(../img/loupe.png) no-repeat center;
    border: none;
    width: 30px;	
    height : 19px ;
}


/*couleur placeholder*/

input, textarea {
    color: #666666;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #666666;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #666666;
}

input.placeholder, textarea.placeholder {
    color: #666666;
}



/*slider*/
.sliderhome {
    margin-top: -1px;
    margin-bottom: 50px;
    background: url(../img/ombre-slider.png) center 397px no-repeat;
    padding-bottom: 1px;
    padding-left: 23px;
    padding-right: 20px;
    margin-right: -20px;
    margin-left: -23px;
}

.sliderhome .pager
{
    display: block;
    margin-left: 448px;
    margin-top: 17px;
    text-align: center;
    margin-bottom: -7px;
}

.sliderhome .pager li
{
    float : left ;
    list-style : none ;
}

.sliderhome .pager li a
{
    font-size : 0 ;
    display : block ;
    width : 18px ;
    height : 18px ;
    background : url(../img/bulle-slider-home-deselect.png ) no-repeat center center ;
    margin-right : 6px ;
}

.sliderhome .pager li.selected a
{
    background : url(../img/bulle-slider-home-select.png ) no-repeat center center ;
}

#slidesaccueil .items-layer
{
    height : 400px !important ;
}

#slidesaccueil .items-layer li
{
    width: 960px !important;
}


#blocs .produits ,
#blocs .services ,
#blocs .actualites
{width: 266px;
    height: 250px;
    margin-right: 22px;
    background: url(../img/bg-cube-actu.png) no-repeat;
    float: left;
    padding: 18px;}

#blocs .actualites
{
    margin-right : 0 !important ;
}

#blocs .fr
{
    background : url(../img/encart-produits.png) no-repeat ;

}

#blocs .services .solutions-sur-mesures {
    background : url(../img/texte-solutions-sur-mesures.png) no-repeat;
    height: 180px;
    width: 100%;
}

#blocs .produits h2,
#blocs .services h2,
#blocs .actualites h2
{
    margin-top: 4px;
    font-family : titilliumtext22l_ththin , arial , sans-serif ;
    font-size : 28px ;
    color : #484848 ;
    font-weight : normal ;
    letter-spacing : -1px ;
    margin-bottom: 16px;		
}

#blocs .produits h3,
#blocs .services h3,
#blocs .actualites h3
{
    font-family : titilliummaps29l1_wt, arial , sans-serif ; /*a changer*/
    font-size : 23px ;
    color : #10b3da ;
    font-weight : bold ;
    letter-spacing : -1px ;
    margin-top: 0;
    margin-bottom : 0 ;
}

#blocs .actualites {
    background: url(../img/bg-cube-actu-blue.png) no-repeat;
    position: relative;
    overflow: hidden;
}

#blocs #actualites-container > * {
    color: #FFF;
}

#blocs .actualites h3 a {
    font-family: titilliummaps29l800_wt , arial , sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #FFF;
    text-decoration: none;
}

#blocs .actualites h3 a:hover
{
    text-decoration : underline ;
}

.has-vignette-actu {
    width: 150px;
    /* display: block; */
}

.vignette-actu-home {
    position: absolute;
    top: 20%;
    right: 10%;
    height: auto;
    max-width: 181px;
}

#blocs .produits p,
#blocs .services p,
#blocs .actualites p
{
    font-family : arial , sans serif ;
    font-size : 12px ;
    color : #444444 ;
    margin-top: 15px;
}

#blocs .actualites .date
{
    font-family : titilliummaps29l800_wt , arial , sans-serif ; 
    color : #444444 ;
    text-transform : uppercase ;
    margin-bottom: 2px;
}

#blocs .produits a,
#blocs .services a
{
    font-family : titilliummaps29l800_wt , arial , sans-serif ; 
    color : white ;
    text-transform : uppercase ;
    background : url(../img/bg-btn-savoir-plus1.png) no-repeat;
    text-decoration : none ;
    display: block;
    width: 168px;
    height: 30px;
    padding-top: 5px;
    padding-left: 15px;
    font-size : 13px ;
    position: absolute;
    top: 875px;
}


#btn-services-de
{
    background : url(../img/bg-btn-savoir-plus2.png) no-repeat;
    width: 190px;
    padding-left : 2px ;
}

#blocs .actualites a.btntteactus
{
    font-family : titilliummaps29l800_wt , arial , sans-serif; 
    color : white;
    text-transform : uppercase;
    background : url(../img/bg-btn-savoir-plus2.png) no-repeat;
    text-decoration : none;
    display: block;
    width: 174px;
    height: 30px;
    padding-top: 5px;
    padding-left: 15px;
    font-size : 13px;
    position: absolute;top: 200px;}

#blocs .actualites h3
{
    padding-right: 20px;line-height: 25px;}


/*references*/

#references
{
    margin-top : 5px ;
}

#references h2
{
    font-family : titilliumtext22l_ththin , arial , sans-serif ;
    font-size : 28px ;
    color : #484848 ;
    font-weight : normal ;
    letter-spacing : -1px ;
    margin-bottom : 5px ;
}

#references h3,
#references .slidesreferences strong
{
    font-family : titilliummaps29l1_wt , arial , sans-serif ;
    font-size : 20px ;
    color : #10b3da ;
    font-weight : normal ;
    letter-spacing : -1px ;
    margin-top: 11px;

}

#references .slidesreferences
{
}

#references .slidesreferences h3,
#references .slidesreferences strong
{
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 0;
    font-size: 15px;
    display: block;
    color: #484848;
    text-align: center;
}




#references .slidesreferences ul
{
    margin : 0 ;
    width: 10000000px;
}

#references .slidesreferences li
{
    list-style : none ;
    float : left ;
    margin-right : 1px ;
    width: 238px;
}



#references ::-webkit-scrollbar {
    width: 12px;
}

#references ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}

#references ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background : url(../img/bg-scrollbar.png) no-repeat center center , url(../img/bg-degrade-scrollbar.jpg) repeat-x center center ;
}


/*footer*/

#footer
{
    background : #e5e5e5 ;	
    float : left ;
    margin-top: 40px;
    width: 100%;
}

#footer .footerinterne
{
    width : 960px;
    margin : auto ;
}

#footer .contact ,
#footer .newsletter ,
#footer .activites
{
    width : 260px ;
    float : left ;
}


#footer .contact .titrecontact
{
    margin-bottom : 14px ;
}

#footer .contact .twiga
{
    margin-bottom : 0px ;
    margin-top : 14px ;
}

#footer .contact p
{
    font-size : 18px ;
    color : #484848 ;
    margin-top : 0 ;
}

#footer .contact p strong
{
    font-size : 14px ;
}

#footer .newsletter
{
    margin-left : 80px ;
    margin-right: 35px;
}

#footer .newsletter p
{
    color : #484848 ;
}

#footer .newsletter p strong
{
    color : #39aecd ;
    font-size : 14px ;
}

#footer .newsletter input
{
    border: none;
    height: 29px;
    padding-left: 5px;
    border-radius: 5px;
    margin-right: -7px;
    width: 160px;
    float : left ;

}

#footer .newsletter button
{
    background : url(../img/btn-nl-inscrire.png) no-repeat ;
    border : none ;
    width : 82px ;
    height : 29px ;
    margin-top: 1px;
}

#footer .newsletter button#btn-register-en
{
    background : url(../img/btn-nl-inscrire-en.png) no-repeat ;
}

#footer .newsletter button#btn-register-de
{
    background : url(../img/btn-nl-inscrire-de.png) no-repeat ;
}



#footer .activites
{
    margin-left : 40px ;
}

#footer .activites ul
{
    margin-left: 14px;
    margin-top: 10px;
}

#footer .activites li
{
    list-style : url("../img/triangle-puce.png");
}

#footer .activites li a
{
    text-decoration : none ;
}

#footer .activites li a:hover
{
    text-decoration : underline ;
}



#footer .footerlink
{
    float : left ;
    background: url(../img/separateur-footerlink.png) no-repeat 76px center;
    margin-top : 15px ;
    margin-bottom : 10px ;

}

#footer .footerlink a
{
    text-decoration : none ;
    color : #484848 ;
    margin-right : 19px ;
}

#footer .footerlink a:hover
{
    text-decoration : underline ;
}




#footer .contact h4 ,
#footer .newsletter h4 ,
#footer .activites h4
{
    font-family : titilliummaps29l800_wt , arial , sans-serif ;
    font-size : 16px ;
    text-transform : uppercase ;
    color : #39aecd ;
    margin-bottom : 5px ;
    font-weight : normal ;
}


#contenu
{
    float: left;
    width: 900px;
    padding: 30px;
    min-height: 300px;
    background : white ;
    margin-left : 15px ;
    color : #484848; 
}

.ombrecontenu
{
    /*background: url(../img/ombre-slider.png) no-repeat left bottom;*/
    width: 990px;
    float: left;
    padding-bottom: 4px;
    margin-left: -15px;
}

.seperateurombrecontenu
{
    background: url(../img/ombre-slider.png) no-repeat left bottom;
    width: 990px;
    float: left;
    padding-bottom: 4px;
    margin-left: -15px;
    margin-top: 40px;
}

#contenu .titre
{
    color : #39aecd ;
    font-size : 40px ;
    font-family : titilliummaps29l1_wt , arial , sans-serif ;
    margin-top : 11px ;
    margin-bottom : 30px ;
    letter-spacing: -1px;
    line-height: 32px;
    width:540px;
}

#contenu .texteintroprod
{
    text-align: justify;
}

#contenu .texteintroprod p {
    font-size: 14px;
    /* width: 468px; */
    text-align: justify;
    line-height: 22px;
    margin-bottom: 8px;
}


.ssmenuproduits ul
{
    margin : 0 ;
}

.ssmenuproduits li
{
    list-style : none ;
    float : left ; 
    height: 168px;
    margin-right: 3px;
    margin-bottom: 3px;
    position:relative;
}

.ssmenuproduits
{
    margin-right: -3px;
    margin-top: 20px;
}

.filariane
{
    height: 33px;
    width: 935px;
    background: url(../img/bg-ariane.jpg);
    color: white;
    padding-left: 25px;
    padding-top: 17px;
}

.filariane .sep
{
    text-indent : -90000px ;
    overflow : hidden ;
    background : url(../img/fleche-ariane.png) no-repeat center ;
    margin-right: 10px;
    margin-left: 10px;
}

.filariane strong
{
    font-weight : normal ;
}

.filariane a
{
    color : white ;
}






/**************Page qui sommes nous***********************/

#qsn
{
    color : #484848 ;
}

#qsn li {
    font-size: 14px;
    line-height: 22px;
}

#qsn #navigation
{
    float : right ;
    margin-top: -34px;
    margin-right: -12px;
}

#qsn #navigation ul 
{
    margin : 0 ;
}

#qsn #navigation ul li
{
    list-style : none ;
    float : left ;
    margin-right : 23px ;
}

#qsn #navigation ul li a 
{
}

#qsn #navigation ul li a:hover
{
    text-decoration : underline ;
}

#qsn #activite
{background: url(../img/t-de-twiga.jpg) no-repeat 500px 30px;
    width: 930px;height: 470px;margin-bottom: 10px;}

#qsn #activite h2
{
    font-family : titilliumtext25l800_wt , arial , sans-serif ;
    font-size : 26px ;
    color : #39aecd ;
    margin-bottom: 9px;
    letter-spacing: -1px;
    font-weight : normal ;
    line-height:30px;
    text-align: center;
}

#qsn #activite .contenuactivite
{
    float: left;
    margin-left: 19px;
    margin-top: 9px;
}

#qsn #activite p
{
    font-size : 14px ;
    width : 468px ;
    text-align : justify ;
    line-height: 22px;
    margin-bottom: 8px;
}

#qsn #activite strong
{
    color : #39aecd ;
}

#qsn #activite img
{
    float: right;
    margin-right: -30px;
    margin-top: -149px;
}


#qsn #localisation
{
    height : 275px;
    background : url(../img/bandeau-localisation.jpg);
    color : white;
    width: 960px;margin-left: -30px;
    margin-top: 30px;}

#qsn #localisation h2
{
    float: right;
    margin-right: 317px;
    font-family: titilliumtext25l800_wt , arial , sans-serif;
    font-size: 26px;
    margin-top: 47px;
    margin-bottom: 10px;
    letter-spacing : -1px ;
    font-weight : normal ;
}

#qsn #localisation p
{
    float: right;
    text-align: justify;
    width: 412px;
    margin-right: 30px;
    font-size: 14px;
    line-height: 22px;
}

#qsn #equipe
{margin-left: -10px;
    width: 930px;
    float : left;
    margin-top : 40px;}


#qsn #equipe h2
{
    font-family: titilliumtext25l800_wt , arial , sans-serif;
    font-size: 26px;
    color: #39AECD;
    margin-bottom: 9px;
    margin-top: 27px;
    font-weight : normal ;
}

#qsn #equipe td p
{width: 270px;
    font-size : 14px;
    float : left;
    text-align : justify;
    line-height: 22px;
    margin-right: 18px;}


#qsn #equipe strong
{
    color : #39aecd ;
}

#qsn #equipe a, #contenu a[href="/contact"],
{
    font-family: titilliummaps29l800_wt , arial , sans-serif;
    color: white;
    text-transform: uppercase;
    background: url(../img/bg-btn-savoir-plus1.png) no-repeat;
    text-decoration: none;
    display: block;
    width: 168px;
    height: 30px;padding-top: 5px;padding-left: 16px;
    font-size: 14px;
    line-height: 18px;
    margin-top: -16px;text-align: r;float: right;margin-top: 0px;}
#qsn #equipe a, #contenu a[href="/en/contact"]
{
    font-family: titilliummaps29l800_wt , arial , sans-serif;
    color: white;
    text-transform: uppercase;
    background: url(../img/bg-btn-savoir-plus1.png) no-repeat;
    text-decoration: none;
    display: block;
    width: 168px;
    height: 30px;padding-top: 5px;padding-left: 16px;
    font-size: 14px;
    line-height: 18px;
    margin-top: -16px;text-align: r;float: right;margin-top: 0px;}
#qsn #equipe a, #contenu a.btn-bleu
{
    font-family: titilliummaps29l800_wt , arial , sans-serif;
    color: white;
    text-transform: uppercase;
    background: url(../img/bg-btn-savoir-plus1.png) no-repeat;
    text-decoration: none;
    display: block;
    width: 168px;
    height: 30px;padding-top: 5px;padding-left: 16px;
    font-size: 14px;
    line-height: 18px;
    margin-top: -16px;text-align: r;float: right;margin-top: 0px;}
#qsn #equipe .photo-equipe
{
    width: 233px;/* float: left; */margin-top: 0;padding-left: 35px;box-sizing: border-box;display: table-cell;text-align: center;}

#qsn #equipe .photo-equipe img {
    padding-bottom: 10px;
}

#qsn #equipe .photo-equipe h3
{
    font-family: titilliumtext25l800_wt ,arial ,sans-serif;
    color: #39AECD;
    font-size: 16px;
    text-transform: uppercase;/* margin-left: 29px; */
    margin-top: -2px;
    margin-bottom: 0px;
    font-weight : normal;}

#qsn #equipe .photo-equipe strong
{
    color : #484848;
    font-size : 14px;/* margin-left: 29px; */}

#qsn #equipe .photo-equipe p
{/* margin-left : 28px; */
    margin-top : 0;width: auto;float: none;text-align: center;margin-right: 0;}

#qsn #techniques
{
    background: url(../img/bg-tech.jpg) no-repeat;
    width: 940px;
    margin-left: -30px;/* height: 1200px; */
    padding-left : 20px;padding-top: 20px;margin-top: 20px;padding-bottom: 20px;margin-bottom: 20px;background-color: #f2f2f2;}
ul.conception {
    margin-left:60px;
    margin-top: 0px;
}

#qsn #techniques p.conception {
    margin:0px;
    padding:0px;
}

#qsn #techniques li {
    margin-left: 10px;
}

#qsn #techniques ul.conception li {
    font-size: 20px;
    list-style: none;
    display: inline-block;
    width: 210px;
    text-align:center;
    margin-left: 0;
}
#qsn #techniques ul.conception li:nth-child(1)
{
    width:150px;
}
#qsn #techniques ul.conception li:nth-child(2)
{
    width:270px;
}
#qsn #techniques ul.conception li:nth-child(3)
{
    width:170px;
}
#qsn #techniques ul.conception li:nth-child(4)
{
    width:270px;
}

#qsn #techniques ul.pucebleu li {
    list-style-image: url(../img/list-puce-tests.png);
    font-size: 16px;
    font-family: titilliummaps29l800_wt , arial , sans-serif;
    color: #39aecd;
    line-height: 30px;
}

#qsn #techniques h2
{
    color : #39aecd;
    font-size : 26px;
    font-family : titilliumtext25l800_wt ,arial ,sans-serif;padding-top: 10px;
    margin-left: 29px;margin-bottom: 20px;
    letter-spacing: -1px;
    font-weight : normal;}

#qsn #techniques h3
{
    color: #39AECD;
    font-size: 25px;
    font-family: titilliummaps29l400_wt ,arial ,sans-serif;
    font-weight: normal;
    margin-left: 51px;
    display: block;
    float: left;
    width: 400px;
    line-height: 28px;
    letter-spacing: -1px;
    margin-top: 14px;
}

#qsn #techniques p
{/* float: left; */
    font-size: 14px;/* text-align: justify; */
    margin-left: 29px;
    margin-right: 29px;
    line-height: 22px;
    margin-top: 10px;margin-bottom: 20px;}

/* Liste icones expertises
------------------------------------------*/
.icones-expertises {
    border: 0;
    outline: 0;
    width: 100% !important;
    max-width: 920px;
    text-align: center;
}

.icones-expertises tr {
    /* border: 0; */
}

.icones-expertises td {
    border: 0;
}

.icones-expertises td img {
    max-width: 90px;
    height: auto;
    text-align: center;
    margin: auto;
    padding-bottom: 20px;
    align-content: center;
    align-items: center;
}


#qsn #techniques .colonne5
{
    width: 160px;height: 280px;
    background: white;
    border-radius: 4px;
    float: left;
    margin-right: 5px;
    padding-left: 20px;}

#qsn #techniques .colonne5 h4
{
    color : #39aecd ;
    font-family : titilliummaps29l800_wt , arial , sans-serif ;
    text-transform : uppercase ;
    font-size : 14px ;
    line-height : 16px ;
    width: 113px;
    letter-spacing: -1px;
    font-weight : normal ;
}

#qsn #techniques .colonne5 ul
{
    margin-left : 20px ;
}

#qsn #techniques .colonne5 > ul > li
{
    list-style : url(../img/puce-qsn.png);
    color : #666666 ;
}

#qsn #techniques .colonne5 ul ul {
    list-style: circle;
    margin-left: 20px;
}

#qsn #techniques .production
{
    width: 900px;
    height: 200px;
    background: white;
    float: left;
    margin-top: 5px;
    border-radius: 5px;
    padding-left : 20px ;
}

#qsn #techniques .production h4
{
    color : #39aecd ;
    font-family : titilliummaps29l800_wt , arial , sans-serif ;
    text-transform : uppercase ;
    font-size : 14px ;
    letter-spacing: -1px;
    font-weight : normal ;
}


#qsn #techniques .production img
{
    float : left ;
}

#qsn #techniques .production p
{
    width: 302px;
    margin-right : 5px ;
    font-size : 12px ;
    margin-top : -2px ;
    line-height : 20px ;
}

#qsn #presence
{/* background : url(../img/clientsoem.jpg) no-repeat center right; */height: auto;
    margin-bottom: 30px;
    padding-top : 20px;}

#qsn #presence h2
{
    color : #39aecd ;
    font-size : 26px ;
    font-family : titilliumtext25l800_wt ,arial ,sans-serif ;
    margin-top : 0px ;
    letter-spacing : -1px ;
    font-weight : normal ;
}

#qsn #presence h3
{
    color : #39aecd ;
    font-size : 20px ;
    font-family : titilliummaps29l800_wt ,arial ,sans-serif ;
    margin-bottom: 33px;
    letter-spacing : -1px ;
    font-weight : normal ;
}

#qsn #presence p
{/* width: 322px; *//* text-align: justify; */
    line-height: 22px;
    font-size: 14px;}

#qsn #presence img
{
    float : right ;
}

#qsn #reseau
{
    height: 372px;
    background: url(../img/carte-du-monde.jpg) no-repeat;
    color: white;
    width: 912px;margin-left: -30px;
    padding-top: 41px;
    padding-left: 50px;
    margin-bottom: -37px;}

#qsn #reseau h2
{
    font-family : titilliummaps29l800_wt ,arial ,sans-serif ;
    font-size : 20px ;
    letter-spacing : -1px ;
    margin-top: 0;
    font-weight : normal ;
}

#qsn #reseau p
{
    width : 485px ;
    font-size : 14px ;
}

/**********************Fin page qsn********************************/



/*************************Page produit*********************************/

.type-produit #contenu
{
    min-height: 380px;
    color : #484848 ;
}

.type-produit #contenu .titre
{
    margin-bottom: 20px;
}

.type-produit #contenu .descriptif
{
    float : left ; 
    position:relative;
}

.type-produit #contenu .descriptif h3
{
    font-size: 18px;
    font-weight: normal;
    width: 350px;
    line-height: 22px;
    margin: 0;
}




.type-produit #contenu .descriptif h4
{
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    color : #39aecd ;
    text-transform : uppercase ;
    font-family : titilliumtext25l800_wt ,arial ,sans-serif ;
    margin-top: 20px;
}


.type-produit #contenu .descriptif p
{
    width: 525px;
    line-height: 18px;
    margin-top: 5px;
    text-align: justify;
}

.type-produit #contenu .descriptif a
{
    font-family : titilliummaps29l800_wt , arial , sans-serif ;
    text-transform : uppercase ;
    font-size : 13px ;
    background : url(../img/enveloppe.png) no-repeat center left ;
    padding-left : 26px ;
    text-decoration : none ;
    color: #484848;
    position: absolute;
    bottom:-20px;
}

.type-produit table
{
    width : 960px ;
    color : #484848 ;
    font-size : 12px ;
    /*margin-top: -18px;*/
    margin-left: -2px;
}

/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .type-produit table {
        margin-top: -18px;
    }
}
*/



.type-produit table strong
{
    font-size : 14px ;
}


.type-produit table td
{
    padding : 10px ;
}

.type-produit table tr
{
    background-color: #f5f5f5;
}

.type-produit table tr:nth-child(2n+1)
{
    background-color: #ededed;
}

.type-produit a.link_pdf {
    background: url(../img/icone_pdf.png) no-repeat left 0;
    width: 19px;
    height: 18px;
    padding-left:25px;
    color:#39aecd;
}


/****************************************************slider de fiche produit**********************************************************/

.sliderproduit
{
    float: right;
    width: 372px;
    margin-top: -47px;
    margin-right: -24px;
}

.sliderproduit ul
{
    margin : 0 ;
    margin-top: 3px;
}

.sliderproduit li
{
    float : left ;
    list-style : none ;
    height : 60px ;
    width: 75px;
    padding-right: 5px;
}

.sliderproduit li img
{
    border: 1px solid #e7e7e7;
    margin-top: 1px;
}


.sliderproduit li.selected img
{
    border: 2px solid #39aecd;
    margin-top: 0px;
}


.sliderproduit .diaporama-image-container
{
    width: 350px;
    height: 300px;
    border: 1px solid #e7e7e7;
    overflow: hidden;
}


.sliderproduit .diaporama-band-inner
{
    width: 320px;
    overflow: hidden;
    margin-left: 19px;
    margin-top: 1px;
}

.sliderproduit .diaporama-image-title
{
    display : none ;
}

.diaporama-btn-previous {
    background : url(../img/slider-produit-prev.jpg) no-repeat ;
    display : block ;
    font-size : 0 ;
    width : 12px ;
    height : 60px ;
    margin-top: -61px;
    margin-left: 1px;
}

.diaporama-btn-next {
    background: url(../img/slider-produit-next.jpg) no-repeat;
    display: block;
    font-size: 0;
    width: 12px;
    height: 60px;
    margin-top: -60px;
    margin-left: 338px;
}



/******************************Slidesmachines de la page produit**********************  */

.type-produit .infotech
{
    float: left;
    width: 960px;
    margin-top: 60px;
}



.type-produit .infotech ul.pager 
{
    margin : 0 ;
}

.type-produit .infotech .pager li a strong
{
    font-family : titilliumtext25l250_wt ,arial ,sans-serif ;
    font-weight: normal;
}

.type-produit .infotech .pager li a {
    text-decoration: none;
    margin-right: 1px;
    color: white;
    background: url(../img/bg-pager-infotech-deselect.jpg) ;
    padding: 15px 20px 12px 20px;
    border-radius: 5px 5px 0px 0px;
    font-family : titilliumtext25l800_wt ,arial ,sans-serif ;
    font-size : 16px ; 
    text-transform : uppercase ;
}

.type-produit .infotech .pager li.selected a {
    background: url(../img/bg-pager-infotech.jpg) ;
}

.type-produit .etudedk
{
    float: left;
    width: 960px;
    margin-top: 30px;
}

.type-produit .infotech .items-container h2
{
    display: none  ;
}

.type-produit .infotech .pager li
{
    display : inline-block ; 
    list-style : none ;
    margin-bottom : 10px ;
}



/**********************Etude des cas********************/

.type-produit .etudedk h2
{
    font-family: titilliumtext22l_ththin ,arial ,sans-serif;
    font-size: 28px;
    color: #484848;
    font-weight: normal;
    margin-bottom: -7px;
}

.type-produit .etudedk ul.pager
{
    margin : 0 ;
    margin-bottom: 20px;
    margin-left: 840px;
    max-width: 200px;
}

.type-produit .etudedk ul.pager li
{
    display: inline-block;
    margin-right: 3px;
}

.type-produit .etudedk ul.pager li a
{
    width : 16px ;
    height : 12px ;
    background : url(../img/puce-carre-slider-deselect.jpg) ;
    overflow: hidden;
    text-indent: 100px;
    display : block ;
}

.type-produit .etudedk ul.pager li.selected a
{
    background : url(../img/multipuce.png) ;
    width : 70px ;
}

.type-produit .etudedk ul.pager li:nth-last-child(-n+3)  {
    display : none ;
}

.type-produit .etudedk .items-container h4
{
    color: #39AECD;
    font-family: titilliummaps29l400_wt , arial , sans-serif;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: normal;
    letter-spacing: -1px;
    width: 230px;
    text-align: left;
}

.type-produit .etudedk .items-container p
{
    color :#484848 ;
}

.type-produit .print
{
    float: right;
    margin-top: 52px;
    margin-bottom: -89px;
    margin-right: 10px;
    display: block;
    position: relative;
    z-index: 100000;
}



/*Page contact*/

#pagecontact .identite
{
    width: 300px;
    float: left;
    background: #F0F0F0;
    padding: 25px;
    border-radius: 7px;
    font-size: 14px;
    margin-top: 26px;
}

#pagecontact .identite h3
{
    margin-top : 0 ;
}

#pagecontact .ggmap
{
    float : right ;
    margin-bottom : 15px ;
}

#pagecontact .separateur
{
    width: 100%;
    border-bottom: 1px dashed #39AECD;
}

#pagecontact h2
{
    color: #39AECD;
    font-size: 36px;
    font-family: titilliummaps29l1_wt , arial , sans-serif;
    margin-bottom: 30px;
    letter-spacing: -1px;
    font-weight: normal;
    margin-top: 18px;
}


/*.formulairecontact .formudroite
{
float: right;
margin-top: -195px;
margin-right: 275px;
}*/

h2.titre-paragraphe
{
    font-family: titilliumtext25l800_wt , arial , sans-serif;
    font-size: 24px;
    color: #39AECD;
    letter-spacing: -1px;
    margin: 0;
    line-height: 21px;
    font-weight : normal ;
}


#support
{
    font-size : 14px ;
}

#support .accesdoctechnique
{
    width: 47%;
    margin-right : 3% ;
    float: left;
    border-right: 1px dashed #39aecd;
    height: 291px;
}


#support .accesdoctechniqueprivate
{
    width: 48%;
    float: left;
    margin-top: 34px;
}

#support form
{
    /*		border-radius : 3px ;
    background: -webkit-gradient(linear, bottom, left 175px, from(#CCCCCC), to(#EEEEEE));
    background: -moz-linear-gradient(bottom, #CCCCCC, #EEEEEE 175px);
    margin:auto;
    position:relative;
    width:550px;
    height:450px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
    font-style: italic;
    line-height: 24px;
    font-weight: bold;
    color: #09C;
    text-decoration: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding:10px;
    border: 1px solid #999;
    border: inset 1px solid #333;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);*/

}

#support input
{
    /*width: 300px;
    display:block;
    border: 1px solid #999;
    height: 25px;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);*/

    width: 260px;
    border: 1px solid #c5c5c5;
    background-image: url(../img/form/form-okey.png);
    background-repeat: no-repeat;
    background-position: right 11px;
    padding: 5px 30px 5px 10px;
    color: #7d7d7c;
    font-size: 1.1em;
    border-radius: 3px;		
    margin-bottom: 2px;
}




/*************Page services******************/

#services
{
    color : #484848 ;
}

#services #prodspef
{
    height: 470px;
}

#services h2
{
    font-family : titilliumtext25l800_wt , arial , sans-serif ;
    font-size : 26px ;
    color : #39aecd ;
    letter-spacing: -1px;
    font-weight : normal ;
}


#services #navigation
{
    float: right;/* margin-top: -36px; *//* margin-right: -28px; */}

#services #navigation ul
{
    margin : 0 ;
}

#services #navigation ul li
{
    float: left;
    list-style: none;
    max-width: 169px;
    text-align: center;
    margin-right: 26px;
    line-height: 16px;
}

#services #navigation ul li a 
{
}

#services #navigation ul li a:hover
{
    text-decoration : underline ;
}

#services .contenuprodspef
{
    float: left;
    /*width: 410px;*/
    margin-top: 21px;/* margin-left: 16px; */max-width: 100%;}

#services .contenuprodspef h2
{
    margin-bottom: 33px;
    width: 550px;
}
#services .contenuprodspef h2.de{
    margin-bottom: 33px;
    width: 100%;
}

#services .contenuprodspef p ,
#services .contenuprodspef li,
#services .contenuvalidation p ,
#services .contenuproduction p,
#services .contenutest p,
#services .contenurecherche p,
#services #refclients p
{
    font-size : 14px ;
    text-align : justify ;
    line-height: 22px;
}

#services .sliderprdospef
{
    width : 419px ;
    height : 324px ;
    background : url(../img/bg-slider-realisations.png) no-repeat ;
    float : right  ;
    padding-left: 21px;
    margin-top: 49px;
    margin-top: 86px;
    margin-right: -3px;
    padding-top: 2px;
}

#services .sliderprdospef img
{
    margin-left : 100px ;
}

#services .sliderprdospef h3
{
    color : #39aecd ;
    font-size : 18px ;
    text-transform : uppercase ;
    font-family: titilliummaps29l400_wt , arial , sans-serif;
    font-weight : normal ;
    margin-top: 16px;
    margin-bottom: 29px;
}

#services .sliderprdospef h4
{
    color : #39aecd ;
    font-size : 14px ;
    text-transform : uppercase ;
    font-family : titilliummaps29l800_wt , arial , sans-serif ;
    font-weight : normal ;
    margin-top: 20px;
    margin-bottom: 8px;
}
#services .sliderprdospef h4 a
{
    color : #39aecd ;
    text-decoration:none;
}
#services .sliderprdospef h4 a:hover
{
    text-decoration:underline;
}
#services .sliderprdospef .labelrea
{
    display : block ;
    /*width : 155px ;*/
    float : left ;
}



#services .sliderprdospef .paramrea
{
    font-weight : bold ;
    font-size : 14px ;
    color : #39aecd ;
}

#services .sliderprdospef .arrow.next a
{
    display : block ;
    width : 10px ;
    height : 12px ;
    background : url(../img/fleche-suiv-bleue.png) no-repeat ;
    text-indent : -99999px ;
    right: 24px;
    top: 271px;
    position : absolute ;
}

#services .sliderprdospef .arrow.prev a
{
    display : block ;
    width : 10px ;
    height : 12px ;
    background : url(../img/fleche-prev-bleue.png) no-repeat ;
    text-indent : -99999px ;	
    right: 104px;
    top: 271px;
    position: absolute;
}

#services .sliderprdospef ul.pager 
{
    margin: 0;
    position: absolute;
    right: 37px;
    top: 267px;
}

#services .sliderprdospef ul.pager  li
{
    list-style : none ;
    float : left ;
    margin-right: 7px;
}

#services .sliderprdospef ul.pager  li a
{
    text-decoration : none ;
    font-size : 13px ;
    font-family : TitilliumText22LBold , arial , sans-serif ;
}

#services .sliderprdospef ul.pager  li.selected a ,
#services .sliderprdospef ul.pager  li a:hover
{
    color : #39aecd ;
}


/*validation*/

#services #validation
{background: url(../img/bg-validation.jpg) no-repeat, #F2F2F2;height: 550px;width: 930px;
    margin-left : -30px;
    padding-left : 30px;
    padding-top: 45px;}

#services #validation h2
{
    margin-top : 0 ;
    margin-left: 16px;
    margin-bottom: 16px;
}

#services #validation .imagevalidation
{
    float: right;
    margin-top: 4px;margin-right: 0px;}

#services .contenuvalidation
{
    width: 420px;
    float: left;
    margin-left: 18px;
}

#services .contenuvalidation ul
{
    margin-left: 35px;
    margin-top: 19px;
    margin-bottom: 22px;
}

#services .contenuvalidation ul li 
{
    list-style-image:url(../img/list-puce-tests.png);
    font-size : 14px ;
    font-family : titilliummaps29l800_wt , arial , sans-serif ;
    color : #39aecd ;
    line-height : 30px ;
    text-transform : uppercase ;
}


/*production*/

#services #production
{
    background-color: #39aecd;height: 600px;
    width : 930px;
    margin-left : -30px;
    padding-left : 30px;
    color: white;
    margin-top: -5px;}

#services #production h2
{
    color : white ;
}

#services .contenuproduction
{
    width: 420px;
    float: left;
    margin-top: 23px;
    margin-left: 18px;
}

#services .imageproduction
{
    float: right;margin-top: 45px;margin-right: 55px;max-width: 360px;}

#services .imageproduction > img {
    max-width: 360px;
    height: auto;
    margin-bottom: 20px;
}

/*recherche*/

#services #recherche
{
    margin-top: -40px;
    padding-top: 13px;
    margin-left: 19px;
    height: 305px;
}

#services #recherche .imagerecherche
{
    float: left;
    margin-left: -2px;
    margin-right: 41px;
    margin-top: 16px;
}

#services #recherche .contenurecherche h3
{
    font-family : TitilliumText22LLight , arial , sans-serif ;
    font-size : 26px ;
    color : #39aecd ;
    letter-spacing : -1px ;
    font-weight : normal ;
}

#services #recherche .contenurecherche
{
    margin-top: 43px;
}




/*test*/

#services #test 
{
    padding-top: 24px;
    margin-left: 17px;
}

#services #test .phototest
{
    float: right;
    margin-right: -30px;
}

#services .contenutest
{/* width : 430px ; *//* float : left; */}


/*reference*/

#services #refclients
{
    background: url(../img/bg-references.jpg) no-repeat;
    background-color: #f2f2f2;
    width: 930px;
    margin-left: -30px;
    padding-left: 30px;
    padding-top: 28px;
}

#services #refclients h3
{
    font-family : TitilliumText22LLight , arial , sans-serif ;
    font-size : 26px ;
    color : #39aecd ;
    letter-spacing : -1px ;
    font-weight : normal ;
    width: 580px;
    line-height : 28px ;
    margin-top : 0 ;
    margin-left : 17px ;
}

#services #refclients p
{
    margin-left : 17px ;
    margin-right: 70px;
}

#services #refclients img
{
    margin-left : 17px ;
}



/*Styles de listing produits*/

/*.produits-liste
{
margin-left : 4px ;
}*/

.produits-liste ul
{
    margin : 0 ;
}

.produits-liste ul li
{
    list-style : none ;
}

/*.produits-liste ul li a
{
text-decoration: none;
float: left;
width: 405px;
border: 1px solid rgb(230, 230, 230);
margin-left: 13px;
margin-bottom: 13px;
padding: 10px;
color: #39aecd;
font-size: 16px;
font-family: titilliumtext22l_rgregular , arial , sans-serif ;
}*/

.produits-liste h3
{
    /*float: left;*/
    width: 800px;
    border: 1px solid rgb(230, 230, 230);
    /*margin-left: 13px;
    margin-bottom: 13px;*/
    padding: 10px;
    color: #fff;
    font-size: 18px;
    font-family: titilliumtext22l_rgregular , arial , sans-serif ;
    font-weight : normal ;
    margin: 1px;
    background-color: #39aecd;
}


.produits-liste ul
{
    padding: 10px 0px 10px 30px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.produits-liste ul li 
{
    list-style-image:url("../img/triangle-puce.png");
}

.produits-liste ul li a
{
    font-size : 14px ;
    color : #484848 ;
    text-decoration : none ;
}

.produits-liste ul li a:hover
{
    text-decoration : underline ;
}




/* -------------------- */
/* mode dev */
/* -------------------- */
div#modedev.produits-liste ul
{
    margin:10px 0px 10px 0px;
    padding:0;
}

div#modedev.produits-liste ul li 
{
    /*list-style-image:url("../img/triangle-puce.png");*/

    text-decoration: none;
    width: 800px;
    border: 1px solid rgb(230, 230, 230);
    margin: 0px 0px 5px 0px;
    padding: 5px 10px 5px 10px;
    color: #39aecd;
    font-size: 16px;
    font-family: titilliumtext22l_rgregular , arial , sans-serif ;
    list-style:none;

}
div#modedev.produits-liste ul li a.photo {
    float:left;
    margin:0px 10px 0px 0px;
    display:block;
}
div#modedev.produits-liste ul li div.desc {
    float:left;
    width:680px;
}

div#modedev.produits-liste ul li div.desc a.titre {
    color: #39aecd;
    font-weight: bold;
    display: block;
    font-size: 18px;
    font-family: titilliummaps29l1_wt , arial , sans-serif;
    margin: 0px 0px 0px 0px;
}
div#modedev.produits-liste ul li div.desc div.intro {
    color: #484848;
    font-size:14px;
}



div#modedev.ssmenuproduits ul li{
    border:1px solid #e0e0e0;
    width: 270px;
    height:170px;
    margin:0px 20px 40px 0px;
}

div#modedev.ssmenuproduits a.titrecat
{
    position: absolute;
    top: 0px;
    text-decoration: none;
    text-align: center;
    display: block;
    width: 270px;
    font-size: 16px;
    padding: 10px;

    font-family: titilliummaps29l800_wt , arial , sans-serif;
    font-size: 14px;
    color: #484848;
    text-transform: uppercase;

}
div#modedev.ssmenuproduits a.savoirplus
{
    font-family : titilliummaps29l800_wt , arial , sans-serif ; 
    color : white ;
    text-transform : uppercase ;
    background : url(../img/bg-btn-savoir-plus1.png) no-repeat;
    text-decoration : none ;
    display: block;
    width: 168px;
    height: 30px;
    padding-top: 5px;
    padding-left: 15px;
    font-size : 13px ;
    position: absolute;
    right: -10px;
    bottom: -40px;
}
/* -------------------- */
/* fin mode dev */
/* -------------------- */








/*Fin styles listing produits*/

/*ajout style bouton detail actus*/
#detail-actus .btntteactusdetail a
{
    font-family: titilliummaps29l800_wt , arial , sans-serif;
    color: white;
    text-transform: uppercase;
    background: url(../img/bg-btn-savoir-plus1.png) no-repeat;
    text-decoration: none;
    display: block;
    width: 168px;
    height: 30px;
    padding-top: 5px;
    padding-left: 15px;
    font-size: 13px;
    margin-top: 40px;
}

.formulairecontact p
{
    display: block;
    width: 100%;
}

.formulairecontact table
{
    float : left ;
}

.diaporama-image-caption
{
    display : none ;
}


.etudedk li
{
    padding:15px;
    text-align: justify;
    box-sizing: border-box;
    margin:0px;
}

#twiga
{
    margin-top: 30px;
    font-size:14px;
    margin-bottom: 50px;
}

div.items-layer
{
    min-height:62px;
}

/* :::::::::::::::::: */
/* ::::: helpers ::::: */
/* :::::::::::::::::: */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.texthidden {
    border: 0;
    font: 0/0 a;
    font-size: 0 !important;
    font-family: a !important;
    text-shadow: none;
    color: transparent !important;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}

/**** EDIT ****/

#support .accesdoctechnique {
	height: auto;
}

#support .accesdoctechnique .form-rgpd {
	margin-right: 1.12em;
}

/* cookie */
#alertCookie
{
    left:0px;
    position:fixed;
    background-color:#dddddd;
    text-align:center;
    color:#2f3a44;
        bottom: 0px;
        height: auto;
        padding:20px;
        right:0px;
        z-index:9999;
}
 
#alertCookie a
{
    color:#2f3a44;
}
 
#alertCookie div
{
   display:inline-block;
}
 
#cookieok
{
    margin-left:20px;
    background-color:#2f3a44;
    color:#dddddd;
    border:1px solid #bbb;
}