
html,body{
    color:#888888;
    padding: 0px;
    margin: 0px;
    font-family: "Lucida Grande","Lucida Sans Unicode";
    /*    font-family:  sans-serif;*/
    /*    box-shadow: 0px 44px 20px -50px #333 inset;*/
    /*    position:relative;*/
    /*    height: 100%;*/
    /*    float: left;*/
    /*    padding-bottom: 100px;*/
    font-size: 14px;
    line-height: 24px;
    /*    letter-spacing: 1px;*/
    font-weight: normal;
    background: #eee;
}

a{color: #02B5FC; }
a:focus{outline: none;}
a img{border:none;}

.contener-footer a{color: #888; text-decoration: none;  font-weight: bold;}

p{margin-top: 0px;}
h1{margin-bottom: 25px;}
h2,h3{margin-bottom: 10px;}
#contener{
    position: relative;
    height: auto;
    min-height: 100%;
    float: left;
    width: 100%;
    display: block;
    /*    padding-bottom: 100px;*/
    /*    box-shadow:  0px 0px 9px #333 inset, 0px 0px 40px #ddd inset;*/
    /*    box-shadow:  0px 0px 9px #86D0FF inset, 0px 0px 210px -60px #86D0FF inset*/
    /*    background: url("/images/fond.png") repeat-y center  center #eee;*/
    background: url('../images/noise.png');
}

.date-blog{
    font-size: 14px;
    color:#02B5FC;

    float: left;
    clear: both;
}

.blog-box{
    width:140px;
    padding:10px;
    background: white;
    float: left;
    border: 1px solid #eee;
}
.blog-box ul{
    margin: 0px;
    padding: 0px;
}

.blog-box li{list-style: none;margin-bottom: 15px; }

.blog-box li a{
    text-decoration: none;
    color:#555;
}

.blog-posts{
    width:780px;
    float:left;
}

.blog-posts .tabs-contener, .blog-posts .bttabs-contener{
    width:690px !important;
}



.blog-menu{
    float:left;
    width:160px;
    padding: 0;
    margin-left: 20px;
}

.blog-menu h1 {margin-top: 29px; margin-bottom: 5px;}

.blog-aside{float:left;
            width: 180px;}

.blog-box-titre{
    font-size: 14px;
    color:#02B5FC;
    float: left;
    clear: both;

    margin-top: 9px;
}
.titre-blog{
    margin: 0px;
    color:#333;
    font-size: 20px;
    float: left;
}

.content-blog{float:left;
              margin-top:10px;	padding: 30px;
              background: white;
              border-bottom: 0;
              border: 1px solid #eee;
              border-bottom: 0px;
}
.shownext{
    float: left;
    padding: 10px;
    /*    border: 1px solid #eee;*/
    cursor: pointer;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 2px #ddd;

}
.shownext:hover{
    background: #67d1f7; /* Old browsers */
    background: -moz-linear-gradient(top,  #67d1f7 0%, #02b5fc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#67d1f7), color-stop(100%,#02b5fc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #67d1f7 0%,#02b5fc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #67d1f7 0%,#02b5fc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #67d1f7 0%,#02b5fc 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #67d1f7 0%,#02b5fc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67d1f7', endColorstr='#02b5fc',GradientType=0 ); /* IE6-9 */
    color:white;
}

th{text-align: right;}
.box-blog-main,.commentaires{float:left; width: 760px; padding: 10px; border: 1px solid #eee; border-top:none; border-bottom: none; }

.commentaire{ float:left; width: 740px; padding: 10px; border: 1px solid #eee; background: white; margin-bottom: 5px;}
.commentaire h4 {float : left; margin: 0; margin-right: 10px; font-size: 16px;}
.commentaires h3 {margin-top: 0;}

.contener-footer{
    box-shadow: 0 90px 70px -40px #eee inset;
    background: none;
    width: 100%;
    height: 100px;
    position: relative;
    float: left;
    border-top: 1px #ddd solid;
}

.commentaire p {margin-bottom: 2px; margin-top: 2px;}

.comment-date{ float:right; font-size: 12px;}
.comment{ float:left; font-size: 14px; width: 100%;}

.warning, .message {
    background: #ff3019; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */

    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 3px #333333;
    color: white;
    padding: 10px;
    width: 100%;
    margin-bottom: 20px;
}
.message {
    background: #67d1f7; /* Old browsers */
    background: -moz-linear-gradient(top,  #67d1f7 0%, #02b5fc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#67d1f7), color-stop(100%,#02b5fc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #67d1f7 0%,#02b5fc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #67d1f7 0%,#02b5fc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #67d1f7 0%,#02b5fc 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #67d1f7 0%,#02b5fc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67d1f7', endColorstr='#02b5fc',GradientType=0 ); /* IE6-9 */

}


.contener-header{
    height: 101px;
    padding-top: 10px;
    top: 0px;
}
.contener-header.admin{
/*    height: 160px;*/
    padding-top: 0px;
}


.admin #menu a{ height: 34px; line-height: 34px; padding: 0px;}

.sf_admin_list>table{width: 960px;}

.spacer{
    float: left;
    width: 960px;
    height: 40px;
    margin-bottom: 0px;
    margin-: 20px;
    background: url("../images/thin-shadow.png") no-repeat scroll 0 -2px transparent;
    margin-top: 30px;
}

.spacer.notop{
    margin-top: 0px;
}

.pager{
    float:left;
    width:780px;
    text-align: center;
    height: 40px;
}

.pager {color: #02B5FC;}
.pager a{
    text-decoration: none;
    color:#555555;
}


.pager a:hover{
    color:#02B5FC;

}

.blog-spacer{
    width: 780px;
    margin-top: 0;
    background-color: transparent;
    background-position: -100px -3px;
}

.jonathan {
    color: #02B5FC;
    text-shadow: 0px 0px 0px;
}

/*.logo{ text-indent: -270px; background: url("/images/logo-jona-big.png") no-repeat scroll 15px 12px transparent; overflow: hidden; width: 370px; height: 80px; padding: 0; }*/
.sign-logo{ text-indent: -270px; background: url("../images/logo-jona.png") no-repeat scroll -259px 0px transparent; overflow: hidden; width: 62px; margin-right: 0; height: 60px; float: right; }


h1, h2, h3 {
    color:#555;
}


.addthis_toolbox{

    float: left;
    width: 760px;
    padding: 10px;
    border: 1px solid #eee;
    border-top: dashed 1px #eee;
    background: white;
}

.home-block{
    width: 266.333px;
    padding: 20px;
    text-align: justify;
    float:left;
    height: 130px;

    /*    box-shadow: 0px 50px 100px #DDD inset, 0px 3px 5px #ccc, 0px 83px 75px -69px white,0px 30px 42px -32px #222;*/
    box-shadow: 0 0 3px 0 #BBB;
    /*    font-size: 14px;*/
    margin-bottom: 50px;
    color: #444;
    text-decoration: none;
    margin: 5px 20px 0px 0px;
    margin-bottom: 50px;
    background: white;
    border-radius: 5px;
    /*    font-size: 11px;*/
    /*    letter-spacing: 1px;*/
}
.home-block:nth-child(3){
    margin-right: 0px;
}
.home-block h1, .home-block h2{
    margin: 0px;
    margin-bottom: 10px;


    color: #02B5FC;
}

header, footer, .main{
    margin: auto;
    width:1000px;

}

.main{
    padding: 30px 20px 20px;
    width: 960px;
    padding-top: 130px;
}


.admin-header{
    height: 120px;

}
header {
    height: 80px;

    /*    margin-bottom: 20px;*/
}


footer{

/*    padding: 10px;*/
    width: 960px;
}

footer section{
    float:left;
    width: 280px;

    padding: 10px;
}

.post-blog{
    width:780px;
    float: left;
    background: none;
/*    margin-bottom: 40px;*/
}

.blog-spacer{margin-bottom: 40px;}

/*header h1,*/
header .logo {
    width: 380px;
    height: 80px;
    float: left;
    padding: 0px;
    margin: 0px;
    font-size: 30px;
    font-size: 20px;
    line-height: 40px;
    overflow: hidden;
}

header .logo img{    margin-left: 15px;
    margin-top: 18px;}

#menu, #menu ul{
    width: 600px;
    padding: 0px;
    margin: 0px;
    float: left;
}

#menu ul li{
    padding: 0px;
    margin: 0px;
    width: 120px;
    float: left;
    list-style: none;
    text-shadow: 0px -1px 0px rgb(187, 187, 187), 0px 2px 0px rgb(255, 255, 255);
}

#menu a {
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
    padding: 20px 0;
    float:left;
    height: 40px;
    line-height: 40px;
    width: 120px;
    text-align: center;
    /*        box-shadow: 0px 50px 100px #DDD inset;*/
    color:#333;
    color:#888;
    /*    text-shadow: 0 0 30px #ddd, 0 0 2px #bbb;*/
    /*    text-shadow: 0 3px 30px #ddd, 0 1px 2px #bbb;*/

    /*    text-shadow: 0 3px 30px #86d0ff, 0 1px 2px #5bb2cd;*/


    border-left: 1px solid #DDDDDD;
}
#menu a:hover{
    color:#02B5FC;
}
#menu a.active {
    /*    box-shadow: 0 0 10px -3px black inset, 0px -20px 90px #EEE inset;
        text-shadow: 0px -1px 0px #333, 0px 1px 1px white;
        color: #DDD;
        font-weight: normal;
        font-size: 23px;
        box-shadow: 0 0 10px -3px black inset, 0px -20px 90px #EEE inset;*/
    /*border-radius: 10px;
    margin: 10px;
    height: 40px;
    padding: 10px;*/
    font-weight: bold;
    /*    text-shadow: 0px -1px 0px #333, 0px 1px 1px white;*/
    /*        text-shadow: 0 3px 30px #ddd, 0 1px 2px #bbb;*/
    /*    text-shadow: 0 2px 30px #ddd, 0 0px 1px #bbb;*/
    text-shadow: 0 -1px 0px #bbb , 0 2px 0px #fff;
    /*    color:#86D0FF*/
    color:#555;



}

/*#menu a.active{
box-shadow: 0 0 9px 0px #AB9EED inset, 0px -20px 90px white inset;
text-shadow: 0px -1px 0px #333, 0px 1px 1px white;
color: #AB9EED;
font-weight: normal;
font-size: 23px;
background: #AB9EED;
}*/

.tab_content{
    position: absolute;
    height: 500px;
    overflow: hidden;
    text-decoration: none;
    margin-top: 0;
    margin: auto;
    width: 100%;

}

.tab_content h2{
    position:relative;
    top: -50px;
    background: rgba(255,255,255,.5);
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    color:#fff;
    margin: 0px;
    text-shadow: 0 1px 2px #333;
    box-sizing: border-box;
    width: 100%;
/*    float:left;*/
    /*    box-shadow: 0 0 9px 0px #AB9EED inset, 0px -20px 90px white inset;
    text-shadow: 0 1px 2px #333;
    color: #AB9EED;
    font-weight: normal;
    font-size: 23px;
    background: rgba(171, 158, 237,.8)*/
}

.text-home{
    float:left;
}

.tabs {
    float: left;
    width:15px;
    height: 15px;
    margin: 30px 0 20px 5px;
    margin-left: 5px;
    margin-right: 0px;
}

.tabs a {
    float: left;
    width:15px;
    height: 15px;
    background: #EEE;
    box-shadow: 0px 2px 3px 0px #AAA inset; 
    border-radius: 10px;
}

.tabs .active{
    background: #fff;
    box-shadow: 0px 0px 3px 0px #AAA, 0px -2px 3px 0px #eee inset;
    /*    box-shadow: 0px 0px 3px 0px #AAA, 0 -4px 6px white inset, 0px -5px 8px 0px #AAA inset*/
}

.tabs-contener{
    width: 960px;
    margin: auto;
    height: 500px;
    position: relative;
    float:left;
    /*    float: left;*/
    /*    margin-bottom: 50px;*/
    /*    box-shadow: 0px 200px 166px -168px white,0px 30px 42px -32px #222;*/
    box-shadow: 0 0 49px -37px #222222;
    overflow: hidden;
}


.contener-header{


    /*    background-image: linear-gradient(bottom, rgb(245,245,245) 4%, rgb(255,255,255) 50%);*/

    /*    box-shadow: 0 0 10px #333;*/

    border-bottom: 1px solid #eee;
    background: url("../images/noise.png") repeat scroll 0 0 transparent;
    position:fixed;
    width: 100%;
    z-index: 1000;
}


.solution > span{
    float:left;
    font-size: 200px;
    line-height: 200px;
    color: #02B5FC;
    text-shadow: -1px -1px #0189bf, 1px 1px #fff;
    margin-right: 20px;

}

.solution h1 {font-size: 30px;}


.solution .li{ line-height: 20px;}


.solution figure {float:left;
                  margin: 0 20px 0 0;
                  box-shadow: 0px 1px 5px #ddd; 

                  margin-right: 20px;
}


.solution section{float:left;width: 690px;}
.solution footer {float:left; width: 900px; padding: 10px; font-size: 14px;height: 10px; margin-top: 10px; padding-top: 10; border-top: 1px dashed #eee; margin: 10px 0 0; }

.realisation-list{float:left;
                  width: 960px;}

.logo-logiciel, .logo-logiciel img{
    float:left;
    width: 50px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: white;
    border-radius: 10px;
    height: 50px;



}

.logo-logiciel{
    padding: 5px !important;
    box-shadow: 0px 2px 62px -18px #888, 0px 0px 11px -5px #888;

}
.logo-logiciel.active{
/*    box-shadow: 0px 2px 62px -18px #888, 0px 0px 11px -5px #02B5FC;*/

}


.logo-solution{
    float:left;
    width: 190px;
    margin: 20px 13px 10px 0;
    /*    box-shadow: 0px 2px 72px -37px #222;*/
    /*    box-shadow: 0px 2px 62px -18px #86D0FF;*/
    box-shadow: 0px 2px 62px -18px #888;
    margin-bottom: 10px;

}


.logo-realisation{
    float: left;
    width: 440px;
    margin: 0 15px 15px 0;
    /*    box-shadow: 0px 2px 42px -18px black;*/
    /*    box-shadow: 0px 2px 62px -18px #86D0FF;*/
    /*    box-shadow: 0px 2px 62px -18px #86D0FF, 0px 0px 11px -5px #86D0FF;*/
    /*    box-shadow: 0 2px 62px -50px #aaa, 0 0 11px -5px #888888;*/
    /*    box-shadow: 0 2px 62px -50px #aaa, 0 0 6px -5px #888888;*/
    box-shadow:0 0 3px 0 #bbb;
    background: white;

    padding: 15px;
    color: #888;
    font-size: 14px;
    text-decoration: none;
    height: 280px;

}

.logo-realisation:hover{
    box-shadow:0 2px 8px 0 #bbb;


}

.logo-realisation:nth-child(2n+1){
    margin-right: 0px;
}
.logo-realisation figure{
    padding: 0px;
    margin: 0px;
    height: 150px;
}

.logo-realisation figcaption{margin-top: 2px;letter-spacing: 1px; font-size: 16px; }


.date-range-realisation{
    float:left;
    width: 960px;

}

.competences{
    float:left;
    width: 960px;
}


.logo-competence{
    float: left;
    width: 200px;
    /*    width: 450px;*/
    margin: 0px 13px 10px 0;
    /*    box-shadow: 0px 2px 42px -18px black;*/
    /*     box-shadow: 0px 2px 62px -18px #86D0FF;*/
    /*    box-shadow: 0 2px 42px -18px #888888, 0 0 11px -5px #888888;*/
    box-shadow: 0 0 3px 0 #bbb;

    padding: 15px;
    color: #aaa;
    text-decoration: none;
    /*    height: 25px;*/

    /*	border-radius: 35px 35px 35px 35px;*/
    background: white;
    border-radius: 5px 5px 5px 5px;
}

.logo-competence:hover{
    /*                box-shadow: 0 2px 62px -50px #aaa, 0 0 6px -5px #888888;*/
    /*                    box-shadow: 0 2px 42px -18px #888888, 0 0 11px -5px #888888;*/
    box-shadow:0 2px 8px 0 #bbb;
    color: #02b5fc;


}

.logo-competence:nth-child(4n){
    margin-right: 0px;
}
.logo-competence h2{
    font-size: 20px;
    text-shadow: 0 -1px 0px black, 0 -1px 13px #DDD;
    color: inherit;
    text-shadow: 0px -1px #888;

    margin: 0px;
    text-align: center;
}
.logo-competence figure{
    padding: 0px;
    margin: 0px;
    height: 100px;
}

.logo-competence figcaption{margin-top: 2px;color: #333; font-size: 14px; }

.logo-solution{
    color:#aaa;
    text-shadow: 0px -1px #888;
    text-spacing: 2px;
    line-height: 50px;

}
.logo-solution h2{
    font-size: 20px;
    margin: 0px;
    color:inherit;
}
.logo-solution span{
    font-size: 60px;
    float:left;
    margin-right: 20px;


}
.logo-solution{
    float: left;
    width: 280px;
    /*    width: 450px;*/
    margin: 0px 13px 10px 0;
    /*    box-shadow: 0px 2px 42px -18px black;*/
    /*     box-shadow: 0px 2px 62px -18px #86D0FF;*/
    /*    box-shadow: 0 2px 42px -18px #888888, 0 0 11px -5px #888888;*/
    box-shadow: 0 0 3px 0 #bbb;
    -webkit-box-shadow: 0 0 3px 0 #bbb;
    -moz-box-shadow: 0 0 3px 0 #bbb;
    -o-box-shadow: 0 0 3px 0 #bbb;
    padding: 15px;
    /*    color: #888;*/
    text-decoration: none;
    height: 50px;
    background: white;
    border-radius: 5px 5px 5px 5px;
    text-align: left;
}

.logo-solution:hover{
    box-shadow:0 2px 8px 0 #bbb;
    -webkit-box-shadow:0 2px 8px 0 #bbb;
    -moz-box-shadow:0 2px 8px 0 #bbb;
    -o-box-shadow:0 2px 8px 0 #bbb;
    color:  #02B5FC;
    text-shadow: 0px -1px #0189bf;
}

.logo-solution:nth-child(3n){margin-right:0;}

.bigshadow {
    background: url("../images/bigshadow.png");
    width: 960px;
    margin: auto;
    height: 70px;
    float: left;
}

.bttabs-contener{
    width: 940px;
    float:left;
    padding: 10px;

}
.realisation {
    box-shadow: 0 2px 62px -18px #ddd, 0 0 11px -5px #888888;
    /*    border-radius:20px 20px;*/
    margin-bottom: 20px;
    float:left;
    background: white;
}
.realisation header{ border-bottom: 1px dashed #ddd; width:960px; height: auto; float: left; /* background: #ddd; border-radius:20px 20px 0 0;*/ }
.realisation header h1{font-size:20px; width: auto; padding: 20px; height: 40px; line-height: 40px; color: #555; float:left; margin:0 }
.realisation footer{ border-top: 1px dashed #ddd; float: left; width:940px; padding: 10px; /* background: #ddd;border-radius:0 0 20px 20px*/ }
.real-center{margin:auto; display: block}
.realisation .date{ float:right; font-size:20px; width: auto; padding: 20px; height: 40px; line-height: 40px;color: #02B5FC; }
.realisation figure{width: 960px; text-align: center;padding: 0px; margin: 0px; float: left; margin-top: 0px; margin-bottom: 0px;}

/*.realisation section{ float: left;padding: 10px; }*/

.realisation footer > section{
    float:left;
    padding: 10px;
    /*    width: 215px;*/
    border:none;
    overflow: hidden;
    margin:0px;
}


.realisation footer > section.solution{width: 205px;}
.realisation footer > section.client{width: 300px;}
.realisation footer > section.partenaire{width: 300px;}
.realisation footer > section.logiciel{width: 55px; float:right;}


/*.realisation footer .solution li {overflow: hidden; height: 50px; float: left; clear: both; line-height: 50px;border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 3px 0 #BBBBBB; width: 100%; margin-bottom: 10px;}*/
.realisation footer .solution li a {
    overflow: hidden; height: 60px; float: left; clear: both; line-height: 50px;border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 3px 0 #BBBBBB;
    width: 100%; margin-bottom: 10px; text-decoration: none; font-weight: bold; padding: 5px; box-sizing: border-box; -moz-box-sizing: border-box;}


.realisation footer .logiciel li { float: right; width: 55px;}
.realisation footer  h3 { margin-top: 0; margin-bottom: 2px;}
.realisation footer .partenaire a {font-size: 11px; float:left; width:300px;}
.realisation footer .client a {font-size: 11px; float: left; width: 300px;}
.realisation footer .partenaire p {margin: 0px;}
.realisation footer .client p {margin: 0px;}

.realisation-part1{float:left; padding-top: 20px; padding-bottom: 10px; }
.realisation-part2{float:left; 
                   padding: 10px 20px;
                   border-top: 1px dashed #DDD;
                   width: 920px; }

.realisation footer ul, .realisation footer ul li{ color : #888; list-style: none; padding: 0px; margin:0px; }
.realisation footer ul, .realisation footer ul li .icon-logo{ color : #888; list-style: none; padding: 0px; margin:0px; }

.realisation footer ul li img {float:left;}

.next{float: right !important; margin-right: 0;}

.prevtab, .nexttab {width: 50%; position: relative; height: 100%; float: left; z-index: 100; cursor: pointer; }

.solution{
    float:left;
    padding: 20px;
    width: 920px;
    border: 1px solid #eee;
    /*    border-bottom: 0;*/
}

#freelance{ 
    background-color:#02B5FC;
    background: #8bdaf9;
    background: -moz-linear-gradient(top,  #8bdaf9 0%, #02b5fc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8bdaf9), color-stop(100%,#02b5fc));
    background: -webkit-linear-gradient(top,  #8bdaf9 0%,#02b5fc 100%);
    background: -o-linear-gradient(top,  #8bdaf9 0%,#02b5fc 100%);
    background: -ms-linear-gradient(top,  #8bdaf9 0%,#02b5fc 100%);
    background: linear-gradient(to bottom,  #8bdaf9 0%,#02b5fc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bdaf9', endColorstr='#02b5fc',GradientType=0 );

}
#freelance h1, #freelance h2{ color: white; }
.sb{float:left;
    width: 52px;
    height:52px;
    background-repeat: no-repeat;
    background-image: url(../images/social.png) ;
    margin-right: 10px;
    margin-bottom: 10px;

}



.sb.facebook{background-position: 0 0;}
.sb.facebook:hover{background-position: 0 -53px;}
.sb.googleplus{background-position: -56px 0;}
.sb.googleplus:hover{background-position: -56px -53px;}
.sb.twitter{background-position: -111px 0;}
.sb.twitter:hover{background-position: -111px -53px;}

.contener-footer footer section { height: 90px;}
.social, .infos {
    border-right: 1px solid #DDD;
}
.infos{text-align: center;}
.sign {text-align: right;}


.logtab{}
.logtab_content{
    float:left;
    width:920px;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 2px 62px -18px #888, 0px 0px 11px -5px #888;
    position:absolute;
    display:none;
}
.logtabs{}
.arrow-logiciel{
    position: absolute;
    top:-12px;
    font-size: 30px;
    color:#fff;
    left:17px;
    text-shadow: 0 -2px 2px #ddd;
    z-index: 100;
}
.logtabs-contener{

    position: relative;
    float: left;
    width: 960px;
    height: 100px;
}

/*  icone  iocmoon perso*/
@font-face {
    font-family: 'jona-solutions';
    src:url('../fonts/jona-solutions.eot');
    src:url('../fonts/jona-solutionsd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/jona-solutions.svg#jona-solutions') format('svg'),
        url('../fonts/jona-solutions.woff') format('woff'),
        url('../fonts/jona-solutions.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



footer .solution a span[class^="icon-"]:before, footer .solution a span[class*=" icon-"]:before {
    float: left !important;
    font-size: 50px !important;
    line-height: 50px !important;
    color:#02b5fc;
    margin-right: 10px;
}

/* Use the following CSS code if you want to have a class per icon */
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: 'jona-solutions';
    font-style: normal;
    speak: none;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}
.icon-visuel:before {
    content: "\e000";
}
.icon-app3d:before {
    content: "\e001";
}
.icon-animation:before {
    content: "\e002";
}
.icon-site-web:before {
    content: "\e003";
}
.icon-app-mobile:before {
    content: "\e004";
}
.icon-logo:before {
    content: "\e005";
}


#contact_form_comments{
    width:500px;
    height: 350px;
    
}

.coord{
    background: white;
    box-shadow: 0 2px 62px -18px #ddd, 0 0 11px -5px #888888;
    font-size: 16px;
    padding: 20px;
    float:left;
    margin-bottom: 30px;
}

.coord h2 { margin-top:  0;}


.contact-form{
    background: white;
    box-shadow: 0 2px 62px -18px #ddd, 0 0 11px -5px #888888;
    font-size: 16px;
    padding: 20px;
    border-collapse: separate;
    float: left;
    margin-bottom: 30px;
}


.contact-form tr td:first-child{
    text-align: right;
    vertical-align: top;
    padding: 5px;


}



.contact-form tr td:last-child{
    text-align: left;
}

input[type="submit"]{
/*    font-size: 14px !important;*/
    color: #02B5FC !important;
}