﻿
body
{
    margin: 0;
    width: 100%;
    background: #f9f9f9; /* #F2F2F2 #004293 url(../imgs/bg.jpg) repeat-x; */
    font-family: 'Source Sans Pro';
    font-size  : 14px;   /* 14px;  */
}

* {outline: none;}

.fake_coins{
	background : #004193;
	position:fixed; /* absolute; */
	bottom:0;
	right:0;
	height:80px;
	width:10px;
	z-index:9999;
}


/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
    font-family: 'fontawesome';
    src:url('../fonts/fontawesome.eot');
    src:url('../fonts/fontawesome.eot?#iefix') format('embedded-opentype'),
        url('../fonts/fontawesome.svg#fontawesome') format('svg'),
        url('../fonts/fontawesome.woff') format('woff'),
        url('../fonts/fontawesome.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body, html { font-size: 100%;   padding: 0; margin: 0;}

#showeeks{
padding:15px;
width: 172px;
background: #4C9CF1;
color: #fff;
display: none;
position:absolute;
top: 89px;
margin-left: -55px;
text-align: left;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#showeeks a{
	color: #fff;
	text-decoration: none;
	line-height: 30px;
}

.sho_box{
	position: relative;
	background: #4C9CF1;
	display: block;
}
.sho_box:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(33, 197, 148, 0);
	border-bottom-color: #4C9CF1;
	border-width: 17px;
	margin-left: -17px;
}

#timetowork{
    display: inline-block;
}

#timetosearch{
    display: inline-block;
	width: 230px;
	padding-top: 15px;
}

#all{
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1001;
}

input[type="range"] {
    position: relative;
    margin-left: 1em;
    width: 250px;
}
input[type="range"]:after,
input[type="range"]:before {
    position: absolute;
    top: 1em;
    color: #aaa;
}
input[type="range"]:before {
    left:0em;
    content: attr(min);
}
input[type="range"]:after {
    right: 0em;
    content: attr(max);
}

.valide_range{
    margin:5px 0px 10px 15px;
    padding: 5px 15px 5px 15px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    background: #5BC0DE;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    /*border: 1px solid #2262AD;*/
    text-align: center;
    letter-spacing: 0.5px;
    cursor: pointer;
}

.valide_range:hover{
    opacity: 0.9;
}

#rangevalue{
    color: blue;
    font-weight: bold;
}

#panel {
  width: 100%;
  background: #F1F1F1; 
  display: none; 
  text-align: center;
}

.design_panel{
padding: 10px;
display: inline-block;
} 

.slide { 
    height:1px;
    margin: 0; 
    padding: 0; 
    border-top: 2px solid  #333;
} 

.secteur{
  margin-left: 30px;
  display: inline-block;
}

.btn-slide { 
    letter-spacing: 0.5px;
    background: #333 ; 
    text-align: center; 
    width: 200px; 
    height: 30px; 
    padding: 10px 10px 0 0; 
    margin: 0 auto; 
    display: block; 
    color: #fff; 
    text-decoration: none;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    transition:0.6s;
} 
.btn-slide:hover{
opacity: 0.96;
}


.main,
.container > header {
    width: 90%;
    max-width: 70em;
    margin: 0 auto;
    padding: 0 1.875em 3.125em 1.875em;
}

.container > header {
    padding: 2.875em 1.875em 1.875em;
}

.container > header h1 {
    font-size: 2.125em;
    line-height: 1.3;
    margin: 0;
    float: left;
    font-weight: 400;
}

.container > header span {
    display       : block;
	font-weight   : 700;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding       : 0 0 0.6em 0.1em;
}

.container > header nav {
    float: right;
    z-index: 1002;
}

.user{
    font-family   :"Source Sans Pro";
    font-size     : 14px;
  /*  background    : #232323; */
    color         : #fff;
    padding       : 5px;
    text-transform: uppercase;
    height: 18px;
}

.border{
    box-shadow: 8px 8px 0px #aaa; 
}

.mycardborder{
	/* box-shadow: 1px 1px 5px #555; */
	border: 0;
	box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
}

.back_acc{
        padding: 8px 65px 8px 65px;
        border: 2px solid #FFF;
        background: transparent;
        color: #fff;
        text-decoration: none;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-weight: bold;
        -moz-transition: 1s;
        -ms-transition: 1s;
        -o-transition:  1s;
        -webkit-transition: 1s;
        transition:  1s;
}

.back_acc:hover{
    background: #fff;
    color: #0079C2;
    border: none;
}

.container > header nav a {
             display      : block;
             float        : left;
             position     : relative;
             width        : 2.5em;
             height       : 2.5em;
             background   : #fff;
             border-radius: 50%;
             color        : transparent;
             margin       : 0 0.1em;
             border       : 3px solid #2262AD;
             text-indent  : -8000px;
}

.info_panier th{
        width: 165px;
        color: #fff;
        background: #2262AD;
        padding: 3px;
        font-weight: normal;
}

.info_panier td{
            padding-left: 10px;
}


.info_tarif th{
        /* width: 165px; */
        color: #fff;
        background: #2262AD;
        padding: 3px;
        font-weight: normal;
}

.info_tarif td{
    padding-left: 10px;
	padding-right: 35px;
}


.info_stock th{
        width: 230px;
        color: #fff;
        background: #2262AD;
        padding: 3px;
        font-weight: normal;
}

.info_stock td{
            padding-left: 10px;
}

.info_cmd{
    margin: 10px;
}

.info_cmd th{
        width: 250px;
        color: #fff;
        background: #2262AD;
        padding: 3px;
        font-weight: normal;
        text-align: left;
        padding-left: 20px;
}

.info_cmd td{
            padding-left: 10px;
}

.container > header nav a:after {
    content: attr(data-info);
    color: #2262AD;
    position: absolute;
    width: 600%;
    top: 120%;
    text-align: right;
    right: 0;
    opacity: 0;
    pointer-events: none;
}

.container > header nav a:hover:after {
    opacity: 1;
}

.container > header nav a:hover {
    background: #2262AD;
}

.icon-drop:before, 
.icon-arrow-left:before {
             font-family           : 'fontawesome';
             position              : absolute;
             top                   : 0;
             width                 : 100%;
             height                : 100%;
             speak                 : none;
             font-style            : normal;
             font-weight           : normal;
             line-height           : 2;
             text-align            : center;
             color                 : #2262AD;
             -webkit-font-smoothing: antialiased;
             text-indent           : 8000px;
             padding-left          : 8px;
}

.container > header nav a:hover:before {
    color: #fff;
}

.icon-drop:before {
    content: "\e000";
}

.icon-arrow-left:before {
    content: "\f060";
}

.partie2{
    text-align: left;
    padding: 5px;

}

.mini_photo{
   /* width: 220px; */
    height: 60px;
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 3px; 
}

#addLike{
    width                : 40%;
    min-width            : 70px;
    padding              : 3px;
    -moz-border-radius   :2px;
    -webkit-border-radius:2px;
    border-radius        :2px;
    background           : #2262AD;
    color                : #fff;
    font-size            : 14px;
    display              : inline-block;
    border               : 1px solid #2262AD;
    text-align           : center;
    font-family          : Source Sans Pro;
}

#addLike:hover{
opacity: 0.9;
cursor: pointer;
}


@font-face {
    font-family: 'icomoon';
    src:url('../fonts/icomoon.eot');
    src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.svg#icomoon') format('svg'),
        url('../fonts/icomoon.woff') format('woff'),
        url('../fonts/icomoon.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* main wrapper */
.cbp-contentslider {
    color: #2262AD;
    width: 100%;
    height: 500px;
    margin: -3em auto;
    position: relative;
    border: 3px solid #2262AD
}

.cbp-contentslider > ul {
    list-style: none;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0;
    margin: 0;
}

.cbp-contentslider > ul li {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 1em;
    background: #FFF;
}

/* Whithout JS, we use :target */
.cbp-contentslider > ul li:target {
    z-index: 100;
}

.cbp-contentslider nav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3.313em;
    z-index: 1000;
    border-top: 4px solid #2262AD;
    overflow: hidden;
}

.cbp-contentslider nav a {
    float: left;
    display: block;
    width: 20%;
    height: 100%;
    font-weight: 400;
    letter-spacing: 0.1em;
    overflow: hidden;
    color: #2262AD;
    background: #fff;
    outline: none;
    text-align: center;
    line-height: 3;
    position: relative;
    text-transform: uppercase;
    border-right: 4px solid #2262AD;
    -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.prodCarre{
    width: 60%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
}

.cbp-contentslider nav a span {
    display: block;
}

.cbp-contentslider nav a:last-child {
    border: none;
    box-shadow: 1px 0 #2262AD; /* fills gap caused by rounding */
}

.cbp-contentslider nav a:hover {
    background-color: #2262AD;
    color: #fff;
}

.cbp-contentslider nav a.rc-active {
    background-color: #2262AD;
    color: #fff;
}


.cbp-contentslider h3 {
    font-size: 1.0em;
    height: 2em;
    line-height: 1.7;
    font-weight: 300;
    margin: 0 0 0.3em;
    position: relative;
    color: #2262AD;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 0.2em;
    padding: 0 0.2em 0 0;
    border-bottom: 3px solid #2262AD;
    font-weight: bold;
}

.cbp-contentslider h3[class^="icon-"]:before, 
.cbp-contentslider h3[class*=" icon-"]:before {
    top: 0;
    left: 0;
    width: 2em;
    line-height: 1;
    height: 1.2em;
    margin: 0;
    color: #2262AD;
}

.cbp-contentslider li > div {
    position: absolute;
    top: 5em;
    bottom: 3.313em;
    width: 100%;
    left: 0;
    padding: 0 1em;
    overflow-x: hidden;
    overflow-y: auto;
    background: #FFF;
}

.cbp-contentslider p {
    color: #2262AD;
    padding: 0 0.5em 0.4em;
    margin: 0;
    font-size: 1.2em;
    font-weight: 300;
    text-align: justify;
    line-height: 1.6;
}

div::-webkit-scrollbar {                                   
    width: 7px;
}
div::-webkit-scrollbar-track-piece {                       
    background: #FFF;
}

  /* Barre */

div::-webkit-scrollbar-thumb {                            
    background : #2262AD;
}
div::-webkit-scrollbar-thumb:hover {                      
        background: #2976D3;
}

.cbp-content label{
    padding-left:25px;
    display: inline-block;
    font-weight: bold;
    width: 150px;
    line-height: 25px;
}

.dispo label{
    padding: 3px;
    width: 260px;
    display: inline-block;
    font-weight: bold;
}

/* Media queries */

@media screen and (max-width: 70em) { 
    .cbp-contentslider p {
        font-size: 100%;
        width: 90%;
    }
}

@media screen and (max-width: 67.75em) {

    .cbp-contentslider { font-size: 100%; }

    .cbp-contentslider nav a[class^="icon-"]:before, 
    .cbp-contentslider nav a[class*=" icon-"]:before {
        left: 50%;
        margin-left: -1.250em;
    }

    .cbp-contentslider nav a span {
        display: none;
    }
}

@media screen and (max-width: 43em) {

    .cbp-contentslider h3 {
        font-size: 0.55em;
    }

    .cbp-contentslider .cbp-content {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        -o-column-count: 1;
        column-count: 1;
    }

    .cbp-contentslider li > div {
        top: 5em;
    }

}

@media screen and (max-width: 25em) { 
    .cbp-contentslider nav a { padding: 0;}
    .cbp-contentslider h3[class^="icon-"]:before, 
    .cbp-contentslider h3[class*=" icon-"]:before { display: none;}
}

#grille{
   /* margin-left: -10px; */
    /* background:#FFF; */
   /* padding-left: 5%; */
    display: none;
}

#grille_histo{
      margin-left: -10px;
    background:#FFF;
    padding-left: 5%;
    display: none;  
}

.box{
    border-radius: 10px;
}

#grille_type{
    display: none;
  /*  margin-left: -10px; */
  /*  background:#FFF; */
  /*  padding-left: 5%; */
}

.grille_content{
    width: 205px;
    /* border: 1px solid #A6A8AB; */ /*  A6A8AB  2262AD*/
    margin-top: 1.5%;
    margin-left: 1%;
    margin-bottom: 1px;
    display: inline-block;
    vertical-align: top;
	box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2)
}


.grille_ref{
width: 69px;
padding: 5px;
background: rgba(34,98,173,0.6);
color: #fff;
z-index: 999;
position: absolute;
text-align: center;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-bottomright: 3px;
border-bottom-right-radius: 3px;
}


.grille_img{
    width: 100%;
    min-height: 175px;
    max-height: 175px;
	background: #FFF;
    z-index: 998;
}

.grille_titre{
    background: #FFF; /* 363636 0091D1; */
    color: #003F76;  /*  #FFF;   #0091D1*/
    text-align: center;
    z-index: 999;
    /* width: 203px; */
    padding: 2px;
    position: relative;
    min-height: 57px;
    font-size: 13px;
}

.grille_del{
background: url(../imgs/del.png) no-repeat;
width: 20px;
height: 20px;
border: 1px solid #black;
position: absolute;
margin-left: 185px;
z-index: 999;
}

.grille_del:hover{
opacity: 0.5;
cursor: pointer;
}


.grille_content:hover{
cursor: pointer;
opacity: 0.90;
}

.grille_prix{
color: orange;
position: absolute;
margin-left: 128px;
margin-top: 143px;
z-index: 999;
font-family: "Impact";
/* font-size: 24px; */
text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}


/**************************************/
/*  VIEW  LIST  GRID 				  */
/**************************************/


/* Grid view  */

.cbp-vm-view-grid .grille_content_new{
    width: 257px;
    border: 1px solid #A6A8AB; 
    margin-top: 1%;
    margin-left: 0.5%;
    margin-bottom: 1px;
    display: inline-block;
    vertical-align: top;
	box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2)
}


.cbp-vm-view-grid .grille_content_new:hover{
	cursor: pointer;
	opacity: 0.90;
}


.cbp-vm-view-grid .grille_new_img{
    width: 100%;
    min-height: 175px;
    max-height: 175px;
    display: flex;
	background: #FFF;
}

.cbp-vm-view-grid .responsIMG-grille_new{
    max-width: 100%;
    max-height: 165px; 
	margin: auto;
}

.cbp-vm-view-grid .grille_new_ref{
	width: 200px;
	padding: 5px;
	color: black;
	position: relative;
	text-align: left;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
}

.cbp-vm-view-grid .grille_new_ref > span {
    display: none;
}

.cbp-vm-view-grid .grille_new_titre{
    color: #0091D1;
    text-align: center;
    padding: 2px;
    position: relative;
    min-height: 40px;
    font-size: 13px;
}

.cbp-vm-view-grid .grille_new_titre > span {
    display: none;
}

.cbp-vm-view-grid .grille_new_condi{
    display: none;
	color: black;
	text-align: left;
    position: relative;
	white-space: normal;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
}


.cbp-vm-view-grid .grille_new_prix{
	color: orange;
	position: relative;
	text-align: center;
	font-family: "Impact";
	text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
	margin-bottom:0px;
}

.cbp-vm-view-grid .grille_new_prix > span {
    display: none;
}

.cbp-vm-view-grid .grille_new_valeur{
	display: none;
	position: relative;
	padding: 5px;
	text-align: right;
	white-space: normal;
}


.cbp-vm-view-grid .grille_new_par{
	display: none;
	position: relative;
	padding: 5px;
	text-align: right;
	white-space: normal;
}


.cbp-vm-view-grid .grille_new_qte{
	display: none;
	position: relative;
	padding: 5px;
	text-align: right;
	white-space: normal;
}


.cbp-vm-view-grid .grille_new_dispo{
	display: none;
	position: relative;
	padding: 5px;
	text-align: right;
	white-space: normal;
}



.cbp-vm-view-grid .grille_new_del{
	background: url(../imgs/del_b.png) no-repeat;
	width: 25px;
	height: 25px;
	border: 1px solid #black;
	margin-left: 220px;
	margin-bottom: 15px;
}

.cbp-vm-view-grid .grille_new_del:hover{
	opacity: 0.5;
	cursor: pointer;
}



/*    List view   */
.cbp-vm-view-list {
	font-family: Verdana;
    font-style: normal;
    font-weight: normal;
	font-size: 13px;
}
	
.grille_content_header{
    width: 99%;
	height: 42px;  /*  120px */
	border: 1px solid #A6A8AB; 
    margin-top: 0.2%;   /* 1%;  */
    margin-left: 0.5%;
    margin-bottom: 1px;
    display: flex;
	box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
}

.cbp-vm-view-list .grille_content_new{
    width: 99%;
	height: 80px;  /*  120px */
	border: 1px solid #A6A8AB; 
    margin-top: 0.2%;   /* 1%;  */
    margin-left: 0.5%;
    margin-bottom: 1px;
    display: flex;
	box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2)
}


.cbp-vm-view-list .grille_content_new:hover{
cursor: pointer;
opacity: 0.90;
}


.cbp-vm-view-list .grille_new_img{
    width: 5%;
    float: left;
    min-height: 78px;  /* 100px */
    max-height: 78px;  /*  100px */
	margin: auto;
    display: flex;
	background: #FFF;
}

.cbp-vm-view-list .responsIMG-grille_new{
    max-width: 100%;
    max-height: 78px;   /*  100px */
	margin: auto;
}

.cbp-vm-view-list .grille_new_ref{
	width: 10%;
	float: left;
	margin: auto;
	padding: 5px;
	color: black;
	text-align: left;
	white-space: normal;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
}

.cbp-vm-view-list .grille_new_titre{
	width: 30%;
	float: left;
	margin: auto;
    text-align: left;
    padding: 2px;
	white-space: normal;
}


.cbp-vm-view-list .grille_new_condi{
	width: 200px;
	float: left;
	margin: auto;
	padding: 5px;
	color: black;
	text-align: left;
	white-space: normal;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
}


.cbp-vm-view-list .grille_new_prix{
	width: 150px;
	float: left;
	margin: auto;
	padding: 5px;
	text-align: right;
	white-space: normal;
}

.cbp-vm-view-list .grille_new_valeur{
	width: 90px;
	float: left;
	margin: auto;
	padding: 5px;
	text-align: right;
	white-space: normal;
}


.cbp-vm-view-list .grille_new_par{
	width: 5%;
	float: left;
	margin: auto;
	padding: 5px;
	color: black;
	text-align: center;
	white-space: normal;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
}


.cbp-vm-view-list .grille_new_qte{
	width: 70px;
	float: left;
	margin: auto;
	padding: 5px;
	color: black;
	text-align: center;
	white-space: normal;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
}


.cbp-vm-view-list .grille_new_dispo{
	width: 50px;
	float: left;
	margin: auto;
	padding: 5px;
	color: black;
	text-align: left;
	white-space: normal;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
}

.cbp-vm-view-list .grille_new_del{
	background: url(../imgs/del_b.png) no-repeat;
	width: 25px;
	height: 25px;
	margin: auto;
	border: 1px solid #black;
	z-index: 999;
}

.cbp-vm-view-list .grille_new_del:hover{
opacity: 0.5;
cursor: pointer;
}


/**************************************/


#rightProduit {
display: inline-block;
width: 300px;
border:1px solid #333;
}

#file-content{
border: 2px solid red;
width: 100%;
}

.file{
    width: 150px;
    height: 145px;
    display: inline-block;
    margin-right: 35px;
    margin-top: 40px;
    vertical-align: top;
}

.file:hover{
    opacity: 0.8;
}

.overlay-file{
    z-index: 99999999;
    margin-top: 60px;
    margin-left: 62px;
    position: absolute;
}


.titre_file{
        color: #2263AD;
        font-size: 10px;
        text-align: center;
}

.poids{
position: relative;
top:5px;
font-size: 9px;
text-align: center;
display: none;
}

.img_file{
     width: 150px;
     height: 125px;
}

.red{
    width: 20px;
    height: 20px;
    z-index: 9999999;
    position: absolute;
    right: 5px;
    background: url(../imgs/size.png) no-repeat;
    margin-top:-396px; /* -406px; */
}

.red:hover{
    background: url(../imgs/size.png), rgba(255,255,255,0.2);
    cursor: pointer;
}

.red_back{
    display: none;
    width: 20px;
    height: 20px;
    z-index: 9999;
    position: fixed;
    right: 8px;
    bottom: 0px;
    background: url(../imgs/resize.png) no-repeat,#404040;
    -webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}

.red_back:hover, .v:hover{
    cursor: pointer;
}


.v{
    width: 20px;
    height: 20px;
    z-index: 9999999;
    position: absolute;
    right: 29px;
    background: url(../imgs/val.png) no-repeat;
    margin-top:-396px; /* -406px; */
}

.v:hover{
    width: 20px;
    height: 20px;
    z-index: 9999999;
    position: absolute;
    right: 29px;
    background: url(../imgs/val.png) no-repeat, rgba(255,255,255,0.2);
    margin-top:-396px; /* -406px; */
}

.responsIMG{
    max-width: 100%;
    height: auto;
}

.responsIMG-grille{
    max-width: 100%;
    max-height: 165px;  /*  165px; */
}

.scollableElement{
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
/*
.scollableElement *{
	-webkit-transform: translate3d(0,0,0);
}
*/
a{
    color: #333;
}
a:active{
    color: #000;
}
.titre {
width: 100%;
text-align: center;
}

body ::-webkit-scrollbar {
    background: transparent none;
}

/*############################################################### FONT */
/*
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,700);
*/
@font-face {
    font-family: "Source Sans Pro";
    src: url('../fonts/SourceSansPro.otf');
}

/*############################################################### FIN FONT */


#partenaire{
    width: 100%;
    background: #FFF;
    color: #2262AD;
    font-family: "Source Sans Pro";
    font-size: 25px;
    padding: 15px;
}

#bandeau_saisie_avancee{
width: 100%;
}

#recherche_multi_criteres{
width: 100%;
color: #2262AD;
}

#flagsLanguage{
	display: none;
    margin-top: 26px;
    margin-left: 40%;
}

.menu a{
    text-decoration: none;
}

#index p{
    padding: 15px;
}

img {
    border: 0;
    vertical-align: middle;
}

.vertical_top{
 vertical-align: top;
}

header {
    background: #0091D1; /* #0091D1; #03A8EF  #fff; */
    width: 100%;
    height: 88px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
   /* border-bottom: 1px solid #2262AD; */
}

#logo{
    margin-left: 100px; /* 5px 20px; */
    margin-top: 10px; 
    float: left;
    width: 210px;  /* 395px; */
    height: 52px;
    color: #000;
    display: block;
    background: url(../imgs/logo1.png) no-repeat;
    background-size: 205px;
}


#logo_principale{
    margin-left: 10px; /* 5px 20px; */
    margin-top: 10px; 
    float: left;
    width: 250px;  /* 395px; */
    height: 85px;
    color: #000;
    display: block;
    background: url(../imgs/logo.png) no-repeat;
    background-size: 250px; 
}

.separateur{
    margin: 0px auto;
    width: 100%;
    height: 9px;
    display: block;
    background: #FFF; /* #004293 url(../imgs/bg_band.jpg) repeat-x; #F9F9F9;*/
}

#Comp-Menu{
    position: absolute;
    right: 0px;
    top:18px;

}

#Comp-Menu a {
    color: #4C9CF1;
    text-decoration: none;
    font-family: 'Source Sans Pro';
}

#Comp-Menu ul {
    height: 70px;
    margin: 0;
    list-style: none;
}

#Comp-Menu li {
    display: inline-block;
    width: 85px;
    height: 70px;
    text-align: center;
	vertical-align: top;
    color: #FFF; /* #4C9CF1; */
    font-size: 17px;
    margin: 0;
    padding: 0;
}

#Comp-Menu li:hover{
    background: #5BC0DE;  /* #A5CCF8; */
    cursor: pointer;
}

#Comp-Menu li img{
    margin: 10px auto;
    display: block;
}


/* organisation menu vertical gauche */

#Comp-Menu-vertical a {
    color: #FFF;
    text-decoration: none;
    font-family: 'Source Sans Pro';
	padding-top: 10px;
}

#Comp-Menu-vertical ul {
    height: 76px;
    margin: 0;
    list-style: none;
}

#Comp-Menu-vertical li {
    display: inline-block;
    width: 100%;
    height: 50px;
    //text-align: center;
	//vertical-align: top;
    color: #FFF; 
    font-size: 17px;
    margin: 0;
    //padding: 0;
	padding-left: 20px;
}

#Comp-Menu-vertical li:hover{
    background: #5BC0DE;  /* #A5CCF8; */
    cursor: pointer;
}

#Comp-Menu-vertical li img{
    margin: 10px auto;
    display: block;
}

.picto-vertical {
width: 20px;
height: 21px;
display: inline-block;
vertical-align: top;
margin-right: 20px;
margin-top: -8px;
}

/* btn nav */
#Nav-Menu{
    position: absolute;
    left: 0px;
    top:18px;

}
#Nav-Menu a {
    color: #4C9CF1;
    text-decoration: none;
    font-family: 'Source Sans Pro';
}

#Nav-Menu ul {
    height: 76px;
    margin: 0;
    list-style: none;
}

#Nav-Menu li {
    display: inline-block;
    width: 85px;
    height: 70px;
    text-align: center;
	vertical-align: top;
    color: #FFF; /* #4C9CF1; */
    font-size: 17px;
    margin: 0;
    padding: 0;
}

#Nav-Menu li:hover{
    background: #5BC0DE;  /* #A5CCF8; */
    cursor: pointer;
}

#Nav-Menu li img{
    margin: 10px auto;
    display: block;
}



/* btn nav slide */
#Nav-Menu_slide{
    position: absolute;
    left: 0px;
    top:18px;

}
#Nav-Menu_slide a {
    color: #4C9CF1;
    text-decoration: none;
    font-family: 'Source Sans Pro';
}

#Nav-Menu_slide ul {
    height: 69px;
    margin: 0;
    list-style: none;
}

#Nav-Menu_slide li {
    display: inline-block;
    width: 90px;
    height: 70px;
    text-align: center;
	vertical-align: top;
    color: #FFF; /* #4C9CF1; */
    font-size: 17px;
    margin: 0;
    padding: 0;
}

#Nav-Menu_slide li:hover{
    background: #5BC0DE;  /* #A5CCF8; */
    cursor: pointer;
}

#Nav-Menu_slide li img{
    margin: 10px auto;
    display: block;
}



/* btn nav right */
#showRight{
    position: absolute;
    right: 0px;
    top:18px;

}
#showRight a {
    color: #4C9CF1;
    text-decoration: none;
    font-family: 'Source Sans Pro';
}

#showRight ul {
    height: 76px;
    margin: 0;
    list-style: none;
}

#showRight li {
    display: inline-block;
    width: 90px;
    height: 70px;
    text-align: center;
	vertical-align: top;
    color: #FFF; /* #4C9CF1; */
    font-size: 17px;
    margin: 0;
    padding: 0;
}

#showRight li:hover{
    background: #5BC0DE;  /* #A5CCF8; */
    cursor: pointer;
}

#showRight li img{
    margin: 10px auto;
    display: block;
}


.current {
    color: #2262AD;
}

#menu-left{
    width: 283px;
    height: 100%;
    background: #0091D1; /* #fff; */
    position: fixed;
}

#menu-left > #navigation{
    width: 100%;
    height: 40%;
    border-bottom: 1px solid #d9e0e2;
    overflow: auto;
}

#profil a{
    margin-left:10px; 
    text-decoration: none;
    color: #2262AD;
    font-family: 'Source Sans Pro';
}

#menu-left > #profil{
    width: 100%;
    margin-top: 10px;
}

#menu-left > #fiche-client{
    width: 100%;
}

#profil h3{
    margin-top: 10px;
    color: #2262AD;
    font-family: 'Source Sans Pro';
    text-align: center;
}

#menu-left h2{
    color:#fff;
    background: #2262AD;
    font-family: 'Source Sans Pro';
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #d9e0e2;
    border-bottom: 1px solid #d9e0e2;
    padding: 5px;
    margin:0;
}

#menu-left section{
    border-bottom: 1px solid #ABCAEF;
    padding: 20px;
    color: #4E5857;
    font-family: 'Source Sans Pro';
    }

#menu-left section:hover{
    cursor: pointer;
    background: #EBEDED;
    }

#midrrr{
        margin-top:88px;  /* 79 :83px 86px; */
}

#content p{
    padding: 10px;
    margin: auto;

}



#content{
    margin-left: 283px; /* 293px 323px; */
    margin-top:20px;   /* 30px; */
    margin-right: 0px;   /* 10px 23px; */
    /* background: #fff; */
   /* padding-bottom: 35px; */
   padding-bottom: 16px;
}

#content h2{
    color:#fff;
    background: #2262AD;
    font-family: 'Source Sans Pro';
    font-weight: bold;
    text-align: center;
    padding: 5px;
    margin:0;
}


#mc-form input[type="text"], #mc-form input[type="password"]{
    width: 73%;
    height: 20px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    background: #edf3fa;
    color: #2262AD;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    border: 1px solid #2262AD;
    text-align: left;
    margin: 10px;
    padding-left: 5px;
}


#mc-form input[type="text"]:focus, #mc-form input[type="password"]:focus{
outline-style: none;
padding-left: 5px;
}

input:focus {
    outline: 0;
}

.backtoseek{
    margin-left: 20px;
    margin-top: 20px; 
    color: #0089CF;
    /* width: 238px; */
	height:24px;
}

.backtoseek:hover{
    cursor: pointer;
    text-decoration: underline;
}

.pictos_saisie{
    margin-top  : 10px;
    margin-right: 10px; /*  20px; */
    float       : right;
   /* width       : 356px; */
    height      : 38px;
}


.uPrint{
        display     	: inline-block;
        width       	: 38px;
        height      	: 38px;
        margin-right	: 10px;
        vertical-align	: top;
        background	: url(../imgs/uPrint.png) no-repeat; 

}

.add_ref{
        display     	: inline-block;
        width       	: 30px;
        height      	: 30px;
        margin-bottom	: 10px;
        vertical-align	: top;
		background-size: contain;
        background	: url(../imgs/Add_ref.png) no-repeat; 

}

.insert_ref{
        display     	: inline-block;
        width       	: 30px;
        height      	: 30px;
        /* margin-right	: 10px; */
        vertical-align	: top;
		background-size: contain;
        background	: url(../imgs/Insert_ref.png) no-repeat; 

}


.pictos_saisie > .grille{
    display     : inline-block;
    width       : 38px;
    height      : 38px;
    /* margin-right: 10px; */
    vertical-align: top;
}

.expanded {background: url("../imgs/view_ligne.png") no-repeat;}
.collapsed {background: url("../imgs/view_grille.png") no-repeat;}

.pictos_saisie > .comment{
    display     : inline-block;
    width       : 38px;
    height      : 38px;
    margin-right: 10px;
    vertical-align: top;
    background: url(../imgs/commentaire.png) no-repeat;
}
.pictos_saisie > .produit{
        display     : inline-block;
        width       : 38px;
        height      : 38px;
        background: url(../imgs/informations.png) no-repeat; 
        margin-right: 10px;
        vertical-align: top;
}

.pictos_saisie > .uPrint{
        display     	: inline-block;
        width      	 	: 38px;
        height      	: 38px;
        background		: url(../imgs/uPrint.png) no-repeat; 
        margin-right	: 10px;
        vertical-align	: top;
}

.pictos_saisie > .like{
        display     : inline-block;
        width       : 38px;
        height      : 38px;
        margin-right: 10px;
        vertical-align: top;
        background: url(../imgs/like.png) no-repeat; 
}

.pictos_saisie > .euro{
        display     : inline-block;
        width       : 38px;
        height      : 38px;
        margin-right: 10px;
        vertical-align: top;
        background: url(../imgs/euro.png) no-repeat; 
}

.pictos_saisie > .calcul{
        display     : inline-block;
        width       : 38px;
        height      : 38px;
        margin-right: 10px;
        vertical-align: top;
        background: url(../imgs/calculator.png) no-repeat; 
}


.uDownload{
        display     	: inline-block;
        width      	 	: 38px;
        height      	: 38px;
        background		: url(../imgs/download.png) no-repeat; 
        margin-right	: 10px;
        vertical-align	: top;
}

.like:hover, .produit:hover, .comment:hover,.grille:hover,.euro:hover,.calcul:hover, .uPrint:hover{
    opacity: 0.7;
    cursor: pointer;
}

.insert_ref:hover, .add_ref:hover {
    cursor: pointer;	
}


 .close:hover{
    cursor: pointer;
 }
.pictos_saisie > .contentText{
    padding-top: 10px;
    display: none;
    width  : 170px;
    height : 30px;
    color: #356AA0;
    font-style: italic;
    vertical-align: top;
    font-family: Source sans pro;
    font-size: 16px;
    text-align: left;
}



#overlay-euro > #produit-euro{
border: 1px solid #333;
padding: 30px;
margin: 5% auto;
width: 60%;
background: #F1F1F1;
color: #333;
z-index: 9999;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}


#overlay-calcul > #produit-calcul > .close{
float: right;
height: 40px;
width: 40px;
margin-top: -10px;
background: url(../imgs/closeX.png) no-repeat;
}

#overlay-calcul > #produit-calcul{
border: 1px solid #333;
padding: 30px;
margin: 5% auto;
width: 26%;
background: #F1F1F1;
color: #333;
z-index: 9999;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

}


#overlay-euro > #produit-euro > .close{
float: right;
height: 40px;
width: 40px;
margin-top: -10px;
background: url(../imgs/closeX.png) no-repeat;
}


#overlay-like > #produit-like{
border: 1px solid #333;
padding: 35px;
margin: 5% auto;
width: 50%;
background: #F1F1F1;
color: #333;
z-index: 9999;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#view{
    margin-top: 20px;
    border: 1px solid #2263AD;
    padding: 25px;
    background: #CDDFF5;
}

#view input[type="submit"]{
    margin-top: 5px;
    width: 40%;
    min-width: 70px;
    padding: 3px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    background: #2262AD;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    border: 1px solid #2262AD;
    text-align: center;
    font-family: Source Sans Pro;
}

#produit-like textarea{
width: 100%;
height: 81px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
resize:none;
color: #2262AD;
}

#overlay-like > #produit-like > .close{
float: right;
position: absolute;
margin-top: -20px;
margin-left: 44.5%;
height: 40px;
width: 40px;
background: url(../imgs/closeX.png) no-repeat;
}

#overlay-produit > #produit-content{
padding: 35px;
margin: -1% auto;
width: 100%;
color: #333;
z-index: 9999;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#like_content h5{
color: #2263AD;
font-size: 20px;
margin: 0;
padding: 0;
}

#like_content select{
    width: 100%;
    height: 31px;
    font-size: 17px;
    color: #2263AD;
}

#like_content input[type="text"]{
    width: 100%;
    height: 31px;
    font-size: 17px;
    color: #2263AD;
}


#like_content button{
    margin-top: 18px;
    width: 101%;
    padding: 10px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    background: #2262AD;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    border: 1px solid #2262AD;
    text-align: center;
    font-family: Source Sans Pro;
}

.valide_devis{
    width:185px;
    padding: 5px;
    background: orange;
    color: #fff;
    font-size: 15px;
    border: 0;
    text-align: center;
    text-decoration :none;
    font-family: Source Sans Pro;
    font-weight:normal;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    letter-spacing:0.6px;
}

.valide_devis_button{
    display:none;
    width: 25px;
    header:25px;
    vertical-align:top;
}

.valide_devis a:focus{
    color:#FFF;
}

.valide_devis:hover{
   background:#FFB937;
}


.valide_pantype{
    width:153px;
    padding: 5px;
    background: orange;
    color: #fff;
    font-size: 15px;
    border: 0;
    text-align: center;
    text-decoration :none;
    font-family: Source Sans Pro;
    font-weight:normal;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    letter-spacing:0.6px;
}

.valide_pantype_button{
    display:none;
    width: 25px;
    header:25px;
    vertical-align:top;
}

.valide_pantype a:focus{
    color:#FFF;
}

.valide_pantype:hover{
   background:#FFB937;
}


#like_content button:hover{
cursor: pointer;
opacity: 0.96;
}

#overlay-produit > #produit-content > .close{
margin: 57px auto;
width: 203px;
padding: 10px 25px 10px 25px;
color: #fff;
background: #356AA0;
z-index: 99999;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#overlay-produit > #produit-content > label{
display: block;
font-size: 20px;
color: #356AA0;
}

.table_produit th{
    background: #356AA0;
    color: #FFF;
    padding: 4px;
    width: 170px;
    border: 1px solid #fff;
    font-weight: normal;
    font-family: "arial";
}

.table_produit td {
    background: none;
    color: #333;
    padding-left: 15px;
     border: none;
     width: 80%;
     font-size:18px;
}

.table_produit{
    margin-top: 20px;
    border: 1px;
    border-collapse: collapse;

}

.view_stock{
    margin-top           : 15px;
    padding              : 5px;
    background           :#174275;
    color                : #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius   : 3px;
    border-radius        : 3px;
    width                : 25%;
    text-align           : center;
    font-family          : arial;
}

.view_stock:hover{
    opacity:0.7;
    cursor: pointer;
}

#present {
    margin-top: 10px;
}

#present label{
padding-left: 5px;
margin-left: 30px;
display: inline-block;
width: 220px;
font-weight: bold;
line-height: 25px;
border-bottom: 1px solid #F1F1F1;
border-left: 1px solid #F1F1F1; 
margin-right: 50px;
background: #FDFEFF;
}

#overlay,#overlay-produit,#overlay-calcul,#overlay-like, #overlay-euro,#overlay-rdv, #overlay-modifiche, #overlay-notefiche, #overlay-visufiche {
top:0;
width: 100%;
height: 1000px;
background: rgba(0,0,0,0.7);
position: fixed;
z-index: 9998;
}

#overlay > .commentaire{
border: 1px solid #333;
padding: 35px;
margin: 10% auto;
width: 551px;
height: 359px;
background: #F1F1F1;
color: #333;
z-index: 9999;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}


#overlay_agenda{
top:0;
width: 100%;
height: 1000px;
background: rgba(0,0,0,0.4);
position: fixed;
z-index: 9998;
}


#overlay_agenda > #agenda_notif{
border: 1px solid #333;
padding: 35px;
margin: 10% auto;
width: 551px;
height: 359px;
background: #F1F1F1;
color: #333;
z-index: 9999;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}

#agenda_notif > .close{
float: right;
position: absolute;
margin-top: -23px;
margin-left: 541px;
height: 40px;
width: 40px;
background: url(../imgs/closeX.png) no-repeat;
}

#overlay > .commentaire input[type="button"] {
    margin-top: 18px;
    width: 101%;
    padding: 10px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    background: #2262AD;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    border: 1px solid #2262AD;
    text-align: center;
    font-family: Source Sans Pro;
}

#overlay > .commentaire input[type="button"]:hover {
          background-image  : none;
          outline           : 0;
          -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow        : inset 0 3px 5px rgba(0, 0, 0, .125);
          color             : #fff;
          background-color  : #3276b1;
          border-color      : #285e8e;
          cursor            : pointer;
}

#overlay > .commentaire textarea{
margin-top:20px;
width: 100%;
height: 200px;
}

#overlay > .commentaire > .close{
float: right;
margin-top: -23px;
height: 40px;
width: 40px;
background: url(../imgs/closeX.png) no-repeat;
}


#overlayQ{
top:0;
width: 100%;
height: 1000px;
background: rgba(0,0,0,0.6);
position: fixed;
z-index: 9998;
color: 
}

#overlayQ > #content-Q{
border: 1px solid #333;
padding: 35px;
margin: 50px auto;
width: 580px;
background: #F1F1F1;
color: #333;
z-index: 9999;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
height: 590px;
font-size: 16px;
font-family: Arial; 
}

#overflow{
       overflow: auto;
       height: 371px;
       width: 100%;
       margin-top: 20px;
       display: block;
}

.font-back{
    background           : #E3EDFD;
    margin               :20px;
    padding              : 10px;

    border 				 : 1px solid #2262AD; 
}

.font-back-new{
    background           : #C5C5C5;
    margin               :20px;
    padding              : 10px;
    border               : 1px solid #333; 
}

.valide{
    width: 50%;
    margin: auto;
    background: #DFF2BF; 
    color: green;
    border:1px solid green ;
    padding: 20px;
    font-size: 16px;
    font-family: Tahoma;
}

#overlayQ > #content-Q > .close{
float: right;
position: absolute;
margin-top: -47px;
margin-left: 598px;
height: 40px;
width: 40px;
background: url(../imgs/closeX.png) no-repeat;
}

#overlayQ label{
display: inline-block;
}

#overlayQ input[type="text"]{
width: 95%;
}

#overlayQ input[type="submit"]{
    margin-top: 18px;
    width: 101%;
    padding: 10px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    background: #2262AD;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    border: 1px solid #2262AD;
    text-align: center;
    font-family: Source Sans Pro;
}

#overlayQ input[type="submit"]:hover{
 opacity: 0.9;
 cursor: pointer;
}

#overflow::-webkit-scrollbar {                                   
    width: 6px;
}
#overflow::-webkit-scrollbar-track-piece {                       
    background: #FFF;
}

  /* Barre */

#overflow::-webkit-scrollbar-thumb {                            
    background           : #808080;
    -webkit-border-radius: 2px;
    -moz-border-radius   : 2px;
    border-radius        : 2px;
}
#overflow::-webkit-scrollbar-thumb:hover {                      
        background: #606060;
}

#newQuestionnaire{
    margin               : 10px;
    width                : 15%;
    min-width            : 200px;
    height               : 25px;
    -moz-border-radius   : 2px;
    -webkit-border-radius: 2px;
    border-radius        : 2px;
    background           : #2262AD;
    color                : #fff;
    font-size            : 15px;
    letter-spacing       : 1px;
    display              : inline-block;
    border               : 1px solid #2262AD;
    text-align           : center; 
}

#newQuestionnaire:hover{
    opacity: 0.9;
    cursor: pointer;
}

#mc-form input[type="submit"] {
    width                : 15%;
    min-width            : 200px;
    height               : 25px;
    -moz-border-radius   : 2px;
    -webkit-border-radius: 2px;
    border-radius        : 2px;
    background           : #2262AD;
    color                : #fff;
    font-size            : 15px;
    letter-spacing       : 1px;
    display              : inline-block;
    border               : 1px solid #2262AD;
    text-align           : center;
}

#mc-form input[type="submit"]:hover {
          background-image  : none;
          outline           : 0;
          -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow        : inset 0 3px 5px rgba(0, 0, 0, .125);
          color             : #fff;
          background-color  : #3276b1;
          border-color      : #285e8e;
          cursor            : pointer;
}

.input input[type="text"]{
    width: 16%;
    min-width: 20px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    background: #CFE1F1;
    color: #2262AD;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    border: 1px solid #2262AD;
    text-align: left;
    padding:4px;
}

.input input[type="text"]:focus{
background: #78AAD8;
color: #fff;
}

.input input[type="text"]:focus{
outline-style: none;
}

input:focus {
    outline: 0;
}

.input input[type="submit"] {
    width: 11%;
    min-width: 55px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    background: #2262AD;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    border: 1px solid #2262AD;
    text-align: center;
}

.input input[type="submit"]:hover {
          background-image  : none;
          outline           : 0;
          -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow        : inset 0 3px 5px rgba(0, 0, 0, .125);
          color             : #fff;
          background-color  : #3276b1;
          border-color      : #285e8e;
          cursor            : pointer;
}


#content input[type="submit"] {
    /* width: 11%; */
    min-width: 55px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    background: #2262AD;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    border: 1px solid #2262AD;
    text-align: center;
    padding:3px;
    font-family: "Source Sans Pro";
}

#content input[type="file"]:hover {
          background-image  : none;
          outline           : 0;
          -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow        : inset 0 3px 5px rgba(0, 0, 0, .125);
          color             : #fff;
          background-color  : #3276b1;
          border-color      : #285e8e;
          cursor            : pointer;
}


#content input[type="file"] {
    /* width: 11%; */
    min-width: 55px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    background: #2262AD;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    border: 1px solid #2262AD;
    text-align: center;
    padding:3px;
    font-family: "Source Sans Pro";
}

#content input[type="submit"]:hover {
          background-image  : none;
          outline           : 0;
          -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow        : inset 0 3px 5px rgba(0, 0, 0, .125);
          color             : #fff;
          background-color  : #3276b1;
          border-color      : #285e8e;
          cursor            : pointer;
}


h1{
        margin:0;
        height     : 30px;
        padding: 10px;
		background: #5BC0DE; 
	
        -webkit-box-shadow: inset 0px 1px 0px 0px #6ad2ef;
        -moz-box-shadow: inset 0px 1px 0px 0px #6ad2ef;
        box-shadow: inset 0px 1px 0px 0px #6ad2ef;
        color      : #fff;
        font-size  : 25px;
        font-family: 'Source Sans Pro'; 
        font-weight: bold;
		
}

h4{
        margin:0;
        height     : 50px;
        padding: 10px;
		
		background: #5BC0DE ; 		

        -webkit-box-shadow: inset 0px 1px 0px 0px #6ad2ef;
        -moz-box-shadow: inset 0px 1px 0px 0px #6ad2ef;
        box-shadow: inset 0px 1px 0px 0px #6ad2ef;
        color      : #fff;
        font-size  : 25px;
        font-family: 'Source Sans Pro'; 
        font-weight: bold;  
}

#index-acc{
    margin:106px auto;
    width: 100%;
}

.connexionIndex{
    margin: auto;
    width: 70%;
    background: #fff;
}

.pubIndex{
    margin: 10px auto;
    width: 50%;
    background: #fff;
    min-height: 150px;
}


.index input[type="text"]{
    margin: auto;
    width: 50%;
    min-width: 120px;
    height: 30px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    background: #fff;
    color: #2262AD;
    font-size: 15px;
    letter-spacing: 1px;
    display: block;
    border: 1px solid #2262AD;
    margin-bottom: 20px;
    padding-left: 5px;
}


.index input[type="text"]:focus{
outline-style: none;
}

.index input[type="password"]:focus{
outline-style: none;
}


.index input[type="password"]{
    margin: auto;
    width: 50%;
    min-width: 120px;
    height: 30px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    background: #fff;
    color: #2262AD;
    font-size: 15px;
    letter-spacing: 1px;
    display: block;
    border: 1px solid #2262AD;
    margin-bottom: 20px;
    padding-left: 5px;
}

input:focus {
    outline: 0;
}

.index input[type="submit"] {
    margin: auto;
    width: 50%;
    min-width: 120px;
    height: 30px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    background: #2262AD;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    display: block;
    border: 1px solid #2262AD;
    text-align: center;
    font-family: "Source Sans Pro";
}

.index input[type="submit"]:hover {
          background-image  : none;
          outline           : 0;
          -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow        : inset 0 3px 5px rgba(0, 0, 0, .125);
          color             : #fff;
          background-color  : #3276b1;
          border-color      : #285e8e;
          cursor            : pointer;
}

::-webkit-input-placeholder {
   text-align: left;
   color: #2262AD;
   padding-left: 5px;
   font-family: "Source Sans Pro";
}

:-moz-placeholder { /* Firefox 18- */
   text-align: left;
   color: #2262AD;
   padding-left: 5px;
   font-family: "Source Sans Pro";
}

::-moz-placeholder {  /* Firefox 19+ */
   text-align: left;
   color: #2262AD;
   padding-left: 5px;
   font-family: "Source Sans Pro";
}

:-ms-input-placeholder {  
   text-align: left;
   color: #2262AD;
   padding-left: 5px;
   font-family: "Source Sans Pro";
}

.forgot{
    text-align: center;
}

.forgot a{
text-decoration: none;
color: #2262AD;
}

.forgot a:hover{
opacity: 0.6;
}

/* par défaut on cache tout les menus */
.cbp-spmenu a, .cbp-spmenu, #showRight, .cbp-spmenu-vertical, .cbp-spmenu-left.cbp-spmenu-open, .cbp-spmenu-right.cbp-spmenu-open, .cbp-spmenu-push {
    display: none;
}




* {outline: none;}



ul, ul ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

li img{
    padding-right: 5px;
}

.menu {
    width: auto;
    height: auto;
	font-size: 16pt;
}
.menu > li > a {
    font-size: 20pt;
    background-color: #2262AD;
    -webkit-box-shadow: inset 0px 1px 0px 0px #878e98;
    -moz-box-shadow: inset 0px 1px 0px 0px #878e98;
    box-shadow: inset 0px 1px 0px 0px #878e98;
    display: block;
    position: relative;
    font-family: 'Source Sans Pro';
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0,0,0,.5);
    text-align: center;
    padding: 15px;

}

.menu ul li a {
    background: #5BC0DE; /* #fff; */
   /* border-bottom: 1px solid #efeff0; */
    width: 100%;
    line-height: 2.0em;  /*  2.50em;  */
    text-indent: 1.20em;
    display: block;
    position: relative;
    font-family: "Source Sans Pro";
    font-size: 1.25em;
    color: #FFF; /* #333;  */
	display: list-item;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.menu ul li a:hover {
    background: #F2F2F2;
    color:#000;
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
}


.menu > li > a:hover, .menu > li > a.active {
background: #174275;
}
.menu > li > a:before {
    content: '▶';
    background-image: url(#);
    background-repeat: no-repeat;
    font-size: 36px;
    height: 1em;
    width: 1em;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -.5em 0 0 0;
}

.menu > li > a span {
    font-size: 0.857em; 
    display: inline-block;
    position: absolute;
    right: 1em;
    top: 50%; 
    background: #48515c;
    line-height: 1em;
    height: 1em;
    padding: .4em .6em;
    margin: -.8em 0 0 0; 
    color: #fff;
    text-indent: 0;
    text-align: center;
    -webkit-border-radius: .769em;
    -moz-border-radius: .769em;
    border-radius: .769em;
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
    -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
    text-shadow: 0px 1px 0px rgba(0,0,0,.5);
}
.menu > li > a:hover span, .menu > li a.active span {
    background: #2173a1;
}
.menu > li > ul li a:before{
    content: '▶';
    font-size: 8px;
    color: #bcbcbf;
    position: absolute;
    width: 1em;
    height: 1em;
    top: 0;
    left: -2.7em;
}

.menu > li > ul li:hover a,
.menu > li > ul li:hover a span,
.menu > li > ul li:hover a:before {
    color: #32373D;  /* #32373D; */
}


.menu ul > li > a span {
    font-size: 0.857em; 
    display: inline-block;
    position: absolute;
    right: 1em;
    top: 50%; /
    background: #fff;
    border: 1px solid #d0d0d3;
    line-height: 1em;
    height: 1em;
    padding: .4em .7em;
    margin: -.9em 0 0 0; 
    color: #878d95;
    text-indent: 0;
    text-align: center;
    -webkit-border-radius: .769em;
    -moz-border-radius: 769em;
    border-radius: 769em;
    text-shadow: 0px 0px 0px rgba(255,255,255,.01));
}

.bugErr{
    color: red;
    padding: 5px;
    width: 200px;
    margin-top:20px;
}

.error{
    margin: auto;
    width: 70%;
    color: #FFF;
    text-align: center;
    padding:15px;
    background: #EF5665;
    font-family: Source Sans Pro;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.success{
    margin: auto;
    width: 70%;
    color: green;
    text-align: center;
    padding:15px;
    background: #95FF95;
    font-family: Source Sans Pro;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.hide{
	display: block;
	text-align:right; 
	padding-right:55px; 
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.catalogue{
    
    max-height: 120px;
    margin-right: 20px;
    margin-top: 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    overflow: hidden;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition:  0.5s;
    -webkit-transition: 0.5s;
    transition:  0.5s;
    text-align: left;
}

.catalogue:hover{
cursor: pointer;
opacity: 0.5;
}
.catalogue p{
margin-top: 15px;
}

.catalogue_img {
	height: 100px;
}

#menu-left .band{
        
        height     : 30px;
        padding: 10px;
        background-color: red;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(69, 199, 235)),to(rgb(38, 152, 219)));
        background-image: -webkit-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
        background-image: -moz-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
        background-image: -o-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
        background-image: -ms-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
        background-image: linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#45c7eb', EndColorStr='#2698db');
        -webkit-box-shadow: inset 0px 1px 0px 0px #6ad2ef;
        -moz-box-shadow: inset 0px 1px 0px 0px #6ad2ef;
        box-shadow: inset 0px 1px 0px 0px #6ad2ef;
        color      : #fff;
        font-size  : 25px;
        font-family: 'Source Sans Pro'; 
        font-weight: bold;
        text-align: center;
        display: none;
}

#bandeau-content{
    width: 100%;
    /* margin: 15px auto; */
}

.fiche-cli{
    padding-left: 10px;
    vertical-align: top;
    text-align: left;
    width: 40%;
    display: inline-block;
    line-height: 25px;
    margin-bottom: 30px;
    color:#333;
}

.fiche-cli-entete1{
    padding-left: 10px;
    vertical-align: top;
    text-align: left;
   width: 30%; 
    display: inline-block;
    line-height: 25px;
    margin-bottom: 30px;
    color:#2262AD;
}

.fiche-cli-entete2{
    padding-left: 10px;
    vertical-align: top;
    text-align: left;
    width: 40%;
    display: inline-block;
    line-height: 25px;
    /* margin-bottom: 30px; */
    color:#2262AD;
}

.fiche-cli img{
vertical-align: top;
padding-top: 5px;
    }
		


.comptafiche-cli{
    padding-left: 10px;
    vertical-align: top;
    text-align: left;
    width: 40%;
    display: inline-block;
    line-height: 25px;
    margin-bottom: 30px;
    color:#333;
}


.comptafiche-cli-entete1{
    padding-left: 10px;
    vertical-align: top;
    text-align: left;
    width: 30%;
    display: inline-block;
    line-height: 25px;
    margin-bottom: 30px;
    color:#2262AD;
}

.comptafiche-cli-entete2{
    padding-left: 10px;
    vertical-align: top;
    text-align: left;
    width: 20%;
    display: inline-block;
    line-height: 25px;
    margin-bottom: 30px;
    color:#2262AD;
}

.comptafiche-cli img{
vertical-align: top;
padding-top: 5px;
    }


		

.fiche-rapport{
    padding-left: 10px;
    vertical-align: top;
    text-align: left;
    width: 70%; 
    display: table;
    line-height: 25px;
    color:#2262AD;	
    display: inline-block;
}

.fiche-rapport td{
    text-align: left;
}

			#adresse {
			/* background                         : #FFFF8A; */
			padding                            : 5px;
			position                           : absolute;
			right                              : 2%;
			/* border                             : 1px solid #D5D500;*/
			-webkit-border-radius              : 2px;
			-moz-border-radius                 : 2px;
			border-radius                      : 2px;
			max-width                          : 20%;
			width							   : 400px;
			word-wrap                          : break-word;
			text-overflow                      : ellipsis;
			margin-top:	100px;
            text-align: center;
			}

			#adresse a{
				color: #fff;
			}

			#adresse .adresseButton{
                margin: 15px auto;
                padding: 5px;
                -moz-border-radius   : 2px;
                -webkit-border-radius: 2px;
                border-radius        : 2px;
                background           : #2262AD;
                color                : #fff;
                display              : inline-block;
                border               : 1px solid #2262AD;
                text-align           : center;
                font-size: 12px;
			}
			
			 #adresse .adresseButton:hover{
				          background-image  : none;
                          outline           : 0;
                          -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
                          box-shadow        : inset 0 3px 5px rgba(0, 0, 0, .125);
                          color             : #fff;
                          background-color  : #3276b1;
                          border-color      : #285e8e;
                          cursor            : pointer;
			}

            #adresse label{
                display: block;
            }

            #adresse input{
                width: 100%;
            }

.fiche-agenda{
   padding-left: 10px;
	padding-right: 10px;
    //margin-bottom: 30px;
    color:#2262AD;	
}


.register-table
 {
    margin-top: 10px;
    margin-bottom: 10px;
	width: 95%;
}

.register-table td, 
.register-table tr
  {
    margin: 0px;
    padding-right: 10px; /* 30px */
    border-spacing: 0px;
    border-collapse: collapse;
	border: 2px;
	background: #fff; 
}

.register-table tbody tr:hover {
    opacity: 1;
}

  #panier{
    font-family: 'Tahoma';
    height: 40px;
    width: 265px;
    color: #fff;
  }

#cbp-spmenu-vert-s4 button{
  height: 47px; /* 60px; */
  background: #404040;
  border: none;
  padding: 0;
  width: 101%;
}


#cbp-spmenu-vert-s4 button:hover{
    opacity: 0.96;
  cursor: pointer;
}

#cbp-spmenu-vert-s4 table{
padding: 15px;
}


#cbp-spmenu-vert-s4 td{
  color: #FFF; /* #333; */
  padding: 5px;
  width: 100%;
  font-size: 13.5px;
}

.pa{
    font-size: 13px;
    text-align: left;
    display: inline-block;
    height: 100%;
    width: 201px; 
    vertical-align: top;
    padding-left: 15px;
    letter-spacing: 1px;
  }
  
.titi{
    font-weight: bold;
    height: 19px;
    overflow: hidden;
}

  .caddy{
    width: 40px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    color:#fff;
    margin-top: 6px;
  }


#ticket{
  width: 100%;
  height: 350px;
  overflow: auto;
  display: block;
}

#ticket::-webkit-scrollbar {                                   
    width: 6px;

}
#ticket::-webkit-scrollbar-track-piece {                       
    background: #FFF;
}

  /* Barre */

#ticket::-webkit-scrollbar-thumb {                            
    background: #333;
}
#ticket::-webkit-scrollbar-thumb:hover {                      
        background: #444;
}



.moreDetails{
  text-align: center;
  bottom: 0;
  padding: 5px;
  position: absolute;
  width: 100%;
}

.cbp-spmenu-vert-bottom {
    bottom: -390px;
}
.cbp-spmenu-vert-bottom.cbp-spmenu-vert-open {
    bottom: 0px;
}

.cbp-spmenu-vert {
    background: #5BC0DE; /* 5BC0DE #F3F3F3; */
    position: fixed;
}

.cbp-spmenu-vert-horizontal {
    width: 310px;
    height: 437px; /* 450px; */
    right: 10px;  /* 23px */
    z-index: 1000;
    overflow: hidden;
}


.cbp-spmenu-vert-bottom.cbp-spmenu-vert-open {
    bottom: 0px;
}

.cbp-spmenu-vert,
.cbp-spmenu-vert-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#ticket table{
    margin-left: 7px;
     border-collapse: collapse; 
     width: 95%;
}
#ticket tr:nth-of-type(odd) { 
  background: none; 
}

#ticket td {
    text-align: left;
    border-bottom:1px solid silver;
    padding-top: 10px;
    padding-bottom: 10px;

}

.moreDetails a{
    color: #FFF; /* #222; */
}

.moreDetails a:hover{
    opacity: 0.7;
}

h1 .back,h4 .back{
    left: 0;
float: left;
}

h1 .right, h4 .right{
right: 0;
float: right;
}


.back:hover{
    opacity: 0.6;
}


#bandeau-version{
left: 0;
background: #0091D1; /* rgb(64,64,64); */
font-size: 11px;
color: #FFF;
position: fixed;
bottom: 0;
padding: 3px;
}

.validerCmd{
    background                     : #1C4F8C;
    display                        : inline-block;
    vertical-align                 : top;
    color                          : #fff;
    font-family                    : 'Source Sans Pro';
    text-align                     : center;
    -webkit-border-top-left-radius : 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft     : 2px;
    -moz-border-radius-topright    : 2px;
    border-top-left-radius         : 2px;
    border-top-right-radius        : 2px;
    right                          : 330px;
    position                       : fixed;
    bottom                         : 0;
    padding                        : 10px;
}


.validerCmd:hover{
    opacity: 0.98;
}

.addCmd{
    background                     : #029C02;
    display                        : inline-block;
    vertical-align                 : top;
    color                          : #fff;
    font-family                    : 'Source Sans Pro';
    text-align                     : center;
    -webkit-border-top-left-radius : 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft     : 2px;
    -moz-border-radius-topright    : 2px;
    border-top-left-radius         : 2px;
    border-top-right-radius        : 2px;
    right                          : 490px;
    position                       : fixed;
    bottom                         : 0;
    padding                        : 5px;
    width                          : 40px;
}


.addCmd:hover{
    background           : #028002;
}


.top{
    position: fixed;
    right: 19px;
    bottom: 86px;
    width: 50px;
    height: 50px;
    display: none;
    background:url(../imgs/top.png) no-repeat;
}


table.history {
     border-collapse: collapse; 
     width: 95%;
     margin: auto;
}


.history td{
    text-align: left;
    border-bottom:1px solid silver;
    padding: 10px;
    font-size: 16px;
    color: #AAA;
}

.history a{
    text-decoration: none;
    color:#555;
    font-weight: bold;
}

.history a:hover{
    text-decoration: underline;
}

#screenSaisie{
    width: 99%;
    /* height: 390px; */
    margin: 10px auto;
    /* overflow:scroll; */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#screenSaisie::-webkit-scrollbar {                                   
    width: 6px;

}
#screenSaisie::-webkit-scrollbar-track-piece {                       
    background: #FFF;
}

  /* Barre */

#screenSaisie::-webkit-scrollbar-thumb {                            
    background: #606060;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: none;
}
#screenSaisie::-webkit-scrollbar-thumb:hover {                      
    background: #707070;
}

#screenHistory{
    width: 90%;
    height: 500px;
    margin: 30px auto;
    overflow:scroll;
    background: #FBFBFB;
    border:1px solid #F4F4F4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#screenHistory::-webkit-scrollbar {                                   
    width: 6px;

}
#screenHistory::-webkit-scrollbar-track-piece {                       
    background: #FFF;
}

  /* Barre */

#screenHistory::-webkit-scrollbar-thumb {                            
    background: #606060;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: none;
}
#screenHistory::-webkit-scrollbar-thumb:hover {                      
    background: #707070;
}

.tableJQwidget{
  margin         : 1% auto;
  width          : 98.5%; 
  border-collapse: collapse;
  border         : 1px solid #b2b2b2;
  font-size: 12px;
}

.tableJQwidget td{ 
    font-family: Verdana;
    font-style : normal;
    font-weight: normal;
    border     : 1px solid #b2b2b2; 
    padding    : 3px;
    display    : table-cell;
}

.tableJQwidget th {
        /* font-size  : 1.8vh; */
    background : rgb(241, 241, 241);
    text-align : left;
    padding    : 6px 0px 6px 5px;
    font-family: Verdana;
    font-style : normal;
    font-weight: normal;
    color      : #333;
    border     : 1px solid #b2b2b2;
    background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #F8F8F8),
    color-stop(0.55, #E6E6E6)
    );
    background-image: -o-linear-gradient(bottom, #F8F8F8 0%, #E6E6E6 50%);
    background-image: -moz-linear-gradient(bottom, #F8F8F8 0%, #E6E6E6 50%);
    background-image: -webkit-linear-gradient(bottom, #F8F8F8 0%, #E6E6E6 50%);
    background-image: -ms-linear-gradient(bottom, #F8F8F8 0%, #E6E6E6 50%);
    background-image: linear-gradient(to bottom, #F8F8F8 0%, #E6E6E6 50%);

}

.tableJQwidget tbody tr:hover {
    color     : #fff;
    background: #2F7EB6;
    border    :1px solid #29547E;
}#404040


.tableJQwidget tr:nth-of-type(even) { 
  background: #F9F9F9; 
}


.tableJQwidgetsansHover{
/*
  margin               : auto;
  width                : 98.5%; 
*/
  margin-left          : 50px;
  margin-right         : 15px;
  width                : 93%; 
  
  border-collapse      : collapse;
  border               : 1px solid #b2b2b2;
}

.tableJQwidgetsansHover td{ 
    font-family: Verdana;
    font-style : normal;
    font-weight: normal;
    border     : 1px solid #b2b2b2; 
    padding    : 5px;
    display    : table-cell;
}

.tableJQwidgetsansHover th {
    background : rgb(241, 241, 241);
    text-align : left;
    padding    : 6px 0px 6px 5px;
    font-family: Verdana;
    font-style : normal;
    font-weight: normal;
    color      : #333;
    border     : 1px solid #b2b2b2;
    background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #F8F8F8),
    color-stop(0.55, #E6E6E6)
    );
    background-image: -o-linear-gradient(bottom, #F8F8F8 0%, #E6E6E6 50%);
    background-image: -moz-linear-gradient(bottom, #F8F8F8 0%, #E6E6E6 50%);
    background-image: -webkit-linear-gradient(bottom, #F8F8F8 0%, #E6E6E6 50%);
    background-image: -ms-linear-gradient(bottom, #F8F8F8 0%, #E6E6E6 50%);
    background-image: linear-gradient(to bottom, #F8F8F8 0%, #E6E6E6 50%);
    font-size: 13px;
}

.tableJQwidgetsansHover tr:nth-of-type(even) { 
  background: #F9F9F9; 
}

.tableJQwidgetsansHover input[type="text"],.tableJQwidget input[type="text"]{
min-width: 50px;
width: 100%;
}



  /* Barre */
  
#jqxNavigationBar::-webkit-scrollbar {                                   
    width: 8px;
}
#jqxNavigationBar::-webkit-scrollbar-track-piece {                       
    background: none;
}

#jqxNavigationBar::-webkit-scrollbar-thumb {                            
    background: #1A6791;
}

#jqxNavigationBar::-webkit-scrollbar-thumb:hover {                      
    background: #2590CC;
}

.ticket_validate{
    border               : 1px solid green;
    position             : fixed;
    right                : 23px;
    bottom               : 59px;
    width                : 220px;
    padding              : 5px;
    background           : #00A800;
    color                : #fff;
    text-align           : center;
    -webkit-border-radius: 2px;
    -moz-border-radius   : 2px;
    border-radius        : 2px;
    font-family          : Verdana, serif;
    font-size            : 11px;
	z-index	             : 1000;
}

.msg_validate{
    border               : 1px solid green;
    position             : fixed;
    right                : 0px;
    bottom               : 0px;
    width                : 17%;
    padding              : 15px;
    background           : #00A800;
    color                : #fff;
    text-align           : center;
    -webkit-border-radius: 2px;
    -moz-border-radius   : 2px;
    border-radius        : 2px;
    font-family          : Verdana, serif;
    font-size            : 11px;
    z-index              :1000;
}

.ticket_delete{
    border               : 1px solid red;
    position             : fixed;
    right                : 23px;
    bottom               : 59px;
    width                : 220px;
    padding              : 5px;
    background           : #FF3333;
    color                : #fff;
    text-align           : center;
    -webkit-border-radius: 2px;
    -moz-border-radius   : 2px;
    border-radius        : 2px;
    font-family          : Verdana, serif;
    font-size            : 11px; 
	z-index	             : 1000;	
}

#notifications{
    color: #444;
    font-family: Source Sans Pro;
    font-weight: bold;
    font-size: 14px;
}

#mini_bandeau {
display: none;
}


#enq{
	padding: 0 15px;
}

#hide_order{
    display: none;
color: green;
text-align: center;
}

#enq li {
    margin: 0 0 4px 0;
    padding: 5px 5px 5px 10px;
    border: #289ADC solid 1px;
    color:#333;
    background: #FFF;
    cursor: move;
}

#enq li:hover{
    background: #F2F2F2;
}


#enq textarea{
width :	100%;
height : 60px;  /* 100px */
border : 1px solid #289ADC;
}

#enq label{
	display: block;
	color: #333;
	font-size: 16px;
	font-weight:bold;
	margin-bottom : 2px;
}

#enq select{
	width :	100.1%;
	border : 1px solid #289ADC;
}

#enq input[type="text"]{
	width :	99%;
	border : 1px solid #289ADC;
	padding-left : 5px;
}

#enq fieldset{
border : 2px solid #289ADC;
padding:5px 25px;
width: 50%;
margin:auto;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
background: #F1F1F1;
}

#enq legend{
	color: #289ADC;
	font-size: 24px;
	font-weight:bold;
}

#enq input[type="submit"]{
	width: 100%;
}

#enq a{
text-decoration: none;
color: #2262AD;
font-size:20px;
}

#enq a:hover{
opacity: 0.6;
}

#enq .link{
	display: block;
	margin-bottom:20px;
}

#enq .link img{
	margin-right:10px;
}

.standart{
background:#174275;
text-decoration:none;
padding : 5px 20px 5px 20px;
color:#fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.standart:hover{
	opacity:0.7;
}

.standart:active{
    color:#fff;
}
.cbp-contentslider a{
    text-decoration: none;
}

.fake_view{
    width:202px;
    display:inline-block;
}


/* This is how you would create a theme called "my-custom-theme": */

.my-custom-theme {
    border-radius: 4px; 
    border: 1px solid steelblue;
    background: #2263AD;
    color: #fff;
}
/* Use this next selector to style things like font-size and line-height: */
.my-custom-theme .tooltipster-content {
    font-family: Verdana, sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 10px;
}

.my-custom-theme2 {
    border-radius: 4px; 
    border: 1px solid black;
    background: black;
    color: #fff;
}
/* Use this next selector to style things like font-size and line-height: */
.my-custom-theme2 .tooltipster-content {
    font-family: Verdana, sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 10px;
}

#left_actu{
display: inline-block;
margin-top: 10px;
margin-left: 10px;
}

.right_actu{
    padding                        : 10px;
    width                          : 200px;
    height                         : 200px;
    margin-top                     : 10px;
    margin-left                    : 10px;
    border                         : none;
    display                        : inline-block;
    vertical-align                 : top; 
    text-align                     : center;

    color                          : #fff;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topright    : 8px;
    border-top-right-radius        : 8px;
}

.right_actu > .nb{
display: block;
font-size: 100px;
color: #FFF;
}

.right_actu:hover{
  text-shadow: 0px 0px 9px #FFF;
  color: #fff;
  cursor: pointer;
}


.photo_nb{
width: 100px;
height: 50px;
background: url(../imgs/appareil_photo.png) no-repeat;
color: #fff;
z-index: 999;
position: absolute;
padding-left: 66px;
padding-top: 5px;
font-size: 24px;
right: 0;
top: 0;

}


.regla{
    padding-top: 20px;
}

.orange {
    background: #F68B1F;   
}
            
.rose{
    background: #E86850;
}

.vert{
    background: #21C594;
}

.bleu{
    background: #1E8CD0;
}

.saumon{
    background: #FFCBA4;
}

.jaune{
    background: #FDD017;
}

.bleupale{
    background: #82CAFF;
}

.grispale{
    background: #B6B6B4;
}

#message{
    margin   : 10px auto;
    width    : 95%;
    height   : 550px;
    border   : 1px solid #CCC;
    overflow :scroll;
    word-wrap: break-word;

}

#message input[type="submit"]{
    min-width: 30px;
}

#caracteres{
float:right;
color: #17628E;

}
#message table{
    width: 100%;
      border-collapse: collapse;
}

#message td{
    padding:5px;
        border-bottom: 1px solid #DDD;
}

#message > .ligne{

    padding: 5px;
    background: #F3F3F3;

}

#message a{
    text-decoration: none;
    color: #17628E;
}

#message a:hover{
    opacity: 0.85;
    text-decoration: underline;
}

#message  .new{
 background: #FFFFB0;
}



/* PAGE USER */


.img_logo_user{
    background: url('../imgs/client.png')no-repeat;
	background-size: 130px 130px;
	
    margin: 10px auto 5px 10px;  /*  20px auto 5px auto; */
    width: 130px;  /* 165px */
    height: 130px;
}


.comptaimg_logo_user{
    background: url('../imgs/client.png')no-repeat;
	background-size: 140px 140px;
	
    margin: 20px auto 5px auto;
    width: 140px;  /* 165px */
    height: 140px;
}

.title_code_cli{
  width: 100%;
  text-align: center;
  margin: 0px auto;
  font-size: 16px;
  color: #2262AD;
  display: inline-block;
  font-weight: bold;
}

  .nom_cli{
  width: 100%; 
  text-align: center;
  margin: 10px auto;
  font-size: 25px;
  color: #2262AD;
  display: inline-block;
  font-weight: bold;
  }

  .adresse_cli{
  width: 100%;
  text-align: center;
  margin: 10px auto;
  font-size: 14px;
  color: #5E5E5E;
  display: inline-block;
  font-weight: normal;
  }

  .bandeau_box{
    width: 100%;
    height: 20px;
    }

.prise_rdv{
    height:50px;
    width: 50px;
    background: url('../imgs/rdv.png') no-repeat;
   /* position: absolute; */
    right:35px;
   /* top:155px; */
    cursor: pointer;
}

.prise_rdv:hover{
    opacity: 0.8;
}

.prise_rdvold{
    height:50px;
    width: 50px;
    background: url('../imgs/rdv.png') no-repeat;
    position: absolute;
    right:35px;
    top:155px;
    cursor: pointer;
}

.prise_rdvold:hover{
    opacity: 0.8;
}



.content_blue{
    width: 100%;
    height: 55px;  /*  100px; */
    background: #003F76; /* 0091D1 #004A73  #2262AD;  black   */
}

.text_blue{
    padding-top: 10px;  /* 38px; */
    color: #fff;
    font-size: 16px;
    text-align: center;
}


.content_blueold{
    width: 100%;
    height: 72px;  /*  100px; */
    background: #003F76  /*  2262AD; */
}

.text_blueold{
    padding-top: 18px;  /* 38px; */
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.user_table {
   margin: 10px auto 0 10px;
}

.user_table th{
    text-align: left;
    font-weight: normal;
    color :#555;
    width: 160px;
}


.user_table td{
font-weight: bold;
color: #222;
}


.hard_strong{
    font-weight: bold;
    font-size: 28px;
    color: #DDD;
    display: inline-block;
}

#go_right{
  background: url('../imgs/right.png') no-repeat;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 5%;
  top: 30%;
  display: none;
}

#go_exit{
  background: url('../imgs/exit.png') no-repeat;
  width: 100px;
  height: 200px;
  position: absolute;
  left: 5%;
  top: 50%;
  display: none;
}

#produit-rdv label{
    margin-top: 10px;
    display: block;
    font-weight: bold;
}

#overlay-rdv > #produit-rdv{
border: 1px solid #333;
padding: 30px;
margin: 5% auto;
width: 40%;
background: #F1F1F1;
color: #333;
z-index: 9999;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#overlay-rdv > #produit-rdv > .close{
float: right;
position: relative;
margin-top: 0px;
right: 0;
height: 40px;
width: 40px;
background: url(../imgs/closeX.png) no-repeat;
}


#overlay-modifiche > #produit-rdv{
border: 1px solid #333;
padding: 30px;
margin: 5% auto;
width: 40%;
background: #F1F1F1;
color: #333;
z-index: 9999;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#overlay-modifiche > #produit-rdv > .close{
float: right;
position: relative;
margin-top: 0px;
right: 0;
height: 40px;
width: 40px;
background: url(../imgs/closeX.png) no-repeat;
}


#overlay-notefiche > #produit-rdv{
border: 1px solid #333;
padding: 30px;
margin: 5% auto;
width: 40%;
background: #F1F1F1;
color: #333;
z-index: 9999;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#overlay-notefiche > #produit-rdv > .close{
float: right;
position: relative;
margin-top: 0px;
right: 0;
height: 40px;
width: 40px;
background: url(../imgs/closeX.png) no-repeat;
}

#overlay-visufiche > #produit-rdv{
border: 1px solid #333;
padding: 30px;
margin: 5% auto;
width: 40%;
background: #F1F1F1;
color: #333;
z-index: 9999;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#overlay-visufiche > #produit-rdv > .close{
float: right;
position: relative;
margin-top: 0px;
right: 0;
height: 40px;
width: 40px;
background: url(../imgs/closeX.png) no-repeat;
}


#enreg-rdv  {
    margin-top: 18px;
    width: 101%;
    padding: 10px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    background: #2262AD;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    border: 1px solid #2262AD;
    text-align: center;
    font-family: Source Sans Pro;
}

#enreg-rdv :hover {
          background-image  : none;
          outline           : 0;
          -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow        : inset 0 3px 5px rgba(0, 0, 0, .125);
          color             : #fff;
          background-color  : #3276b1;
          border-color      : #285e8e;
          cursor            : pointer;
}

#enreg-modif {
    margin-top: 18px;
    width: 101%;
    padding: 10px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    background: #2262AD;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    border: 1px solid #2262AD;
    text-align: center;
    font-family: Source Sans Pro;
	cursor: pointer;
}

#enreg-modif :hover {
          background-image  : none;
          outline           : 0;
          -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow        : inset 0 3px 5px rgba(0, 0, 0, .125);
          color             : #fff;
          background-color  : #3276b1;
          border-color      : #285e8e;
          cursor            : pointer;
}


#enreg-somme {
    margin-top: 18px;
    width: 101%;
    padding: 10px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    background: #2262AD;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    border: 1px solid #2262AD;
    text-align: center;
    font-family: Source Sans Pro;
	cursor: pointer;
}

#enreg-somme :hover {
          background-image  : none;
          outline           : 0;
          -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow        : inset 0 3px 5px rgba(0, 0, 0, .125);
          color             : #fff;
          background-color  : #3276b1;
          border-color      : #285e8e;
          cursor            : pointer;
}


#enreg-lastcpt {
    margin-top: 18px;
    width: 101%;
    padding: 10px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    background: #2262AD;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    border: 1px solid #2262AD;
    text-align: center;
    font-family: Source Sans Pro;
	cursor: pointer;
}

#enreg-lastcpt :hover {
          background-image  : none;
          outline           : 0;
          -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow        : inset 0 3px 5px rgba(0, 0, 0, .125);
          color             : #fff;
          background-color  : #3276b1;
          border-color      : #285e8e;
          cursor            : pointer;
}



#enreg-note {
    margin-top: 18px;
    width: 101%;
    padding: 10px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    background: #2262AD;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    border: 1px solid #2262AD;
    text-align: center;
    font-family: Source Sans Pro;
	cursor: pointer;
}

#enreg-note :hover {
          background-image  : none;
          outline           : 0;
          -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow        : inset 0 3px 5px rgba(0, 0, 0, .125);
          color             : #fff;
          background-color  : #3276b1;
          border-color      : #285e8e;
          cursor            : pointer;
}


#Nav-Menu{
    display: block;
}


#Nav-Menu_slide{
    display: none;
}


/***  SANDWICH ***/
/*
#Comp-Menu li .three {
    margin: 10px auto;
    display: block;
*/
	
.three{
  padding: 6px 2px;
  width: 40px;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
 /* background-color: #0091D1; */
  color: #fff;
  text-align: center;
  margin: 3px auto;
}

.hamburger .line{
  width: 21px;
  height: 3px;
  background-color: #fff;
  display: block;
  margin: 4px auto; /*   8px auto; */
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover{
  cursor: pointer;
}


/* ONE */

#hamburger-1{
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#hamburger-1.is-active{
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger-1:before{
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 26px;
  height: 26px;
  border: 3px solid transparent;   /* #FFF transparent  */
  top: calc(50% - 13px);
  left: calc(50% - 13px);
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#hamburger-1.is-active:before{
  border: 3px solid #fff;
}

#hamburger-1.is-active .line{
  width: 15px;
}

#hamburger-1.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1){
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  -o-transform: translateY(7px);
  transform: translateY(7px);
}

#hamburger-1.is-active .line:nth-child(3){
  -webkit-transform: translateY(-7px) rotate(90deg);
  -ms-transform: translateY(-7px) rotate(90deg);
  -o-transform: translateY(-7px) rotate(90deg);
  transform: translateY(-7px) rotate(90deg);
}



/* TWO */

#hamburger-2{
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#hamburger-2.is-active{
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger-2:before{
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 26px;
  height: 26px;
  border: 3px solid transparent;   /* #FFF transparent  */
  top: calc(50% - 13px);
  left: calc(50% - 13px);
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#hamburger-2.is-active:before{
  border: 3px solid #fff;
}

#hamburger-2.is-active .line{
  width: 15px;
}

#hamburger-2.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger-2.is-active .line:nth-child(1){
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  -o-transform: translateY(7px);
  transform: translateY(7px);
}

#hamburger-2.is-active .line:nth-child(3){
  -webkit-transform: translateY(-7px) rotate(90deg);
  -ms-transform: translateY(-7px) rotate(90deg);
  -o-transform: translateY(-7px) rotate(90deg);
  transform: translateY(-7px) rotate(90deg);
}



/* THREE */

#hamburger-3{
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#hamburger-3.is-active{
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger-3:before{
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 26px;
  height: 26px;
  border: 3px solid transparent;   /* #FFF transparent  */
  top: calc(50% - 13px);
  left: calc(50% - 13px);
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#hamburger-3.is-active:before{
  border: 3px solid #fff;
}

#hamburger-3.is-active .line{
  width: 15px;
}

#hamburger-3.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger-3.is-active .line:nth-child(1){
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  -o-transform: translateY(7px);
  transform: translateY(7px);
}

#hamburger-3.is-active .line:nth-child(3){
  -webkit-transform: translateY(-7px) rotate(90deg);
  -ms-transform: translateY(-7px) rotate(90deg);
  -o-transform: translateY(-7px) rotate(90deg);
  transform: translateY(-7px) rotate(90deg);
}


/* ####################################################################################################################################################### TABLETTE ## MEDIA QUERY*/
/* ####################################################################################################################################################### TABLETTE ## MEDIA QUERY*/
/* ####################################################################################################################################################### TABLETTE ## MEDIA QUERY*/
/* ####################################################################################################################################################### TABLETTE ## MEDIA QUERY*/
/* ####################################################################################################################################################### TABLETTE ## MEDIA QUERY*/
/* ####################################################################################################################################################### TABLETTE ## MEDIA QUERY*/
/* ####################################################################################################################################################### TABLETTE ## MEDIA QUERY*/
/* ####################################################################################################################################################### TABLETTE ## MEDIA QUERY*/
/* ####################################################################################################################################################### TABLETTE ## MEDIA QUERY*/
/* ####################################################################################################################################################### TABLETTE ## MEDIA QUERY*/
/* ####################################################################################################################################################### TABLETTE ## MEDIA QUERY*/

/* ECRAN INTERMEDIAIRE  1200px de large */


@media only screen and (max-width : 1150px) { 
	
#go_right,#go_exit{
    display: block;
}

.prise_rdv{
    top:200px;
}

#menu-left{
    /* display: none; */
    margin-left: -283px;	
}

#Nav-Menu{
    display: none;
}


#Nav-Menu_slide{
    display: block;
}


#enq fieldset{
	width:90%;
}
#enq legend{
	font-size: 18px;
	font-weight:bold;
}

#notifications {
	font-size: 12px;
}

#overlay-euro > #produit-euro{
    width: 80%;
}


#content
{
    margin-left: 0px;  
    margin-right: 0px;
	
    width: 100%;
    background: #fff;
    display: block;
    text-align: justify;
}

.connexionIndex{
    margin: auto;
    width: 101%;
    background: #fff;
}

.pubIndex{
    margin: 10px auto;
    width: 95%;
    background: #fff;
    min-height: 150px;
}


#flagsLanguage{
	display: none;
    margin-top: 20px;
    margin-left: 20%;
}

#showTop{
        display: block;
        border: 0;
        width: 100%;
        height: 50px;
        background-color: red;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(69, 199, 235)),to(rgb(38, 152, 219)));
        background-image: -webkit-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
        background-image: -moz-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
        background-image: -o-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
        background-image: -ms-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
        background-image: linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#45c7eb', EndColorStr='#2698db');
        -webkit-box-shadow: inset 0px 1px 0px 0px #6ad2ef;
        -moz-box-shadow: inset 0px 1px 0px 0px #6ad2ef;      
        color: #fff;
        font-size  : 22px;
        font-family: 'Source Sans Pro';
        font-weight: bold;
}


#showTop:hover{
    cursor: pointer;
}


.cbp-content label{
    padding-left:15px;
    display: block;
    width: 80px;
    line-height: 15px;
}

.cbp-spmenu {
    background: #0091D1;
    position: fixed;
}


.cbp-spmenu h3 {
    color: #fff;
    font-size: 1.1em;
    padding: 5px 0px 5px 25px;
    margin: 0;
    background: #0d77b6;
    width: 100%;
    display: block;
}

.cbp-spmenu a {
    display: block;
    color: #fff;
    font-size: 1.1em;
}


/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-horizontal {
    width: 100%;
    height: auto;
    left: 0;
    z-index: 3;
    overflow: hidden;
}


.cbp-spmenu-horizontal a {
    float: left;
    width: 100%;
    padding: 5px 0px 5px 45px;
    background: #fff;
    color: #333;
}



/** Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top.cbp-spmenu-open {
    top: 78px;
}


/* Push classes applied to the body */

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/* General styles for all menus */

.cbp-spmenu-horizontal {
    display: block;
    background: #fff;
    position: fixed;
}

.cbp-spmenu-vertical {
    display: block;
    position: fixed;
}

.cbp-spmenu li {
    list-style: none;
}

.cbp-spmenu h2{
	text-align: center;
	color: #2262AD;
    font-family: 'Source Sans Pro';
}

.cbp-spmenu a:active {
    color: #47a3da;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
    height: 100%;
    top: 0;
    display: block;
    overflow: auto;
}

/* Vertical menu that slides from the right */
.cbp-spmenu-right {
    display: block;
    right: -290px;
	width: 200px;
}

.cbp-spmenu-right.cbp-spmenu-open {
    /* display: block; */
    right: 0px;
	margin-top: 77px;
}

/* Vertical menu that slides from the left */
.cbp-spmenu-left {
	left: -320px;
}

.cbp-spmenu-left.cbp-spmenu-open {
    display: block;
	left: 0px;
	margin-top: 88px;
	width: 283px;
}


/* Push classes applied to the body */

 .cbp-spmenu-push {
    display: block;
    overflow-x: hidden;
    position: relative;
    left: 0;
}

.cbp-spmenu-push-toright {
    left: 240px;
}

.cbp-spmenu-push-toleft {
    left: -240px;
}



/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


}

/* ECRAN TABLETTE  900px de large */

@media only screen and (max-width : 900px) { 
/*
#logo{
    margin-left: 90px; 
    margin-top: 0px;
    float: left;
    width: 100px;
    height: 77px;  
    color:#000;
    display: block;
    background: url(../imgs/logo.png) no-repeat;
	background-size: 67px;
}
*/

#logo {
    margin-left: 80px;
}


h1{
    font-size  : 20px;	
}

h4{
    font-size  : 20px;
}



.fake_coins{
	display : none;
}

.prodCarre{
    display:block;
}

.view_stock{
    width: 100%
}

.validerCmd{
    right: 218px;
}


#flagsLanguage{
    margin-top: 20px;
    margin-left: 20%;
}


#Comp-Menu li {
    width: 70px;
    font-size: 14px;
}

#Nav-Menu li
{
    width: 78px;
    font-size: 14px;
}

#Nav-Menu_slide li
{
    width: 70px;
    font-size: 14px;
}

#showRight li
{
    width: 78px;
    font-size: 14px;
}

#content
{
	margin: 20px auto;    
    width: 100%;
    background: #fff;
    display: block;
    text-align: justify;
}


/* ############################################################# MENU ?! */

.text_blue{
    font-size: 11px;
}

#showTop{
        display: block;
        border: 0;
        width: 100%;
        height: 50px;
        background-color: red;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(69, 199, 235)),to(rgb(38, 152, 219)));
        background-image: -webkit-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
        background-image: -moz-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
        background-image: -o-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
        background-image: -ms-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
        background-image: linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#45c7eb', EndColorStr='#2698db');
        -webkit-box-shadow: inset 0px 1px 0px 0px #6ad2ef;
        -moz-box-shadow: inset 0px 1px 0px 0px #6ad2ef;      
        color: #fff;
        font-size  : 22px;
        font-family: 'Source Sans Pro';
        font-weight: bold;
}


#showTop:hover{
    cursor: pointer;
}


.picto {
width: 35px;
height: 34px;
display: inline-block;
vertical-align: middle;
margin-right: 20px;
}

#Nav-Menu_slide li {
    height: 67px;

}

	#Comp-Menu li {
		height: 67px;

	}

	#showRight li {
		height: 67px;
	}

	header {
		height: 85px;
	}

	#midrrr {
		margin-top: 85px;
	}

	.cbp-spmenu-right.cbp-spmenu-open {
		margin-top: 85px;
	}	

	.cbp-spmenu-left.cbp-spmenu-open {
		margin-top: 85px;
	}

	
#overlay-like > #produit-like{
border: 1px solid #333;
padding: 20px;
margin: 10% auto;
width: 100%;
background: #F1F1F1;
color: #333;
z-index: 9999;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}


#overlay-like > #produit-like > .close{
float: right;
position: absolute;
margin-top: -20px;
right: 0;
height: 40px;
width: 40px;
background: url(../imgs/closeX.png) no-repeat;
}

#addLike{
    width: 50%;
}



#overlay-euro > #produit-euro{
    width: 80%;
}


.menu > li > a {
padding: 5px;
}

/* ####################### FIN MENU ?! */

button{
    border: 0;
    margin:0;
    padding: 0;
    /* font-size: 25px; */
    font-family: 'Source Sans Pro';
}

.catalogue-tab{
    width: 150px;
    height: 100px;
    margin-right: 50px;
    margin-top: 40px;
    display: inline-block;
    vertical-align: top;
    color: #2262AD;
    font-size: 16px;
    font-weight: bold;
}


.catalogue-tab:hover{
opacity: 0.6;
    cursor: pointer;
}
.catalogue-tab p{
margin-top: 5px;
}


#midrrr{
    margin-top:78px;
}

#mini_bandeau {
display: none;
}

.photo_nb{
    display: none;
}

#overlay-produit > #produit-content{
   margin: -10% auto; 
}

}


/****** PHABLETTE *****/
@media only screen and (max-width : 760px) { 
	
#logo{
    margin-left: 70px; 
	height: 50px;
	background-size: 196px;
	margin-top: 3px;
}

	/* menu de gauche */
	.cbp-spmenu-vertical {
		width: 283px; 
		height: 100%;
		top: 0;
		display: block;
		overflow: auto;
	}

	/* menu de droite plus petit */
	#Comp-Menu-vertical .cbp-spmenu-vertical {
		width: 200px; 
		height: 100%;
		top: 0;
	/*	display: block; */
		overflow: auto;
	}

	.cbp-spmenu-vertical a {
		display: block;
		color: #fff;
	}
	
	.cbp-spmenu-right {
		display: block;
		right: -290px;
		width: 200px;
	}

	.cbp-spmenu-right.cbp-spmenu-open {
		display: none; 
	}

	#Comp-Menu ul {
		height: 56px;
		margin: 0;
		list-style: none;
	}

	#Comp-Menu li {
		width: 66px;
		height: 52px;
		font-size: 12px;
	}

	#Nav-Menu li{
		width: 66px;
		font-size: 12px;
	}

	#Nav-Menu_slide li{
		width: 66px;
		font-size: 12px;
	}


	#showRight li{
		width: 66px;
		font-size: 12px;
	} 

	body{
		font-size: 11px;
	}

	.backtoseek {
		width: 168px;
	}

	.picto {
		width: 20px;
		height: 21px;
		display: inline-block;
		vertical-align: top;
		margin-right: 20px;
	}

	#Nav-Menu_slide ul {
		height: 56px;
		margin: 0;
		list-style: none;
	}

	#Nav-Menu_slide li img {
		margin: 4px auto;
		display: block;
	}


	.three {
		margin: -4px auto;
	}


	#Nav-Menu_slide li {
		height: 52px;
	}

	#showRight ul {
		height: 52px;
		margin: 0;
		list-style: none;
	}
	
	#showRight li img {
		margin: 4px auto;
		display: block;
	}


	#showRight li {
		height: 56px;
	}

	#Comp-Menu li img {
		margin: 4px auto;
		display: block;
	}

	header {
		height: 70px;
	}

	#midrrr {
		margin-top: 70px;
	}

	.cbp-spmenu-right.cbp-spmenu-open {
		margin-top: 70px;
	}	

	.cbp-spmenu-left.cbp-spmenu-open {
		margin-top: 70px;
	}	

}

/****** SMART PHONE *****/
@media only screen and (max-width : 680px) { 

	/***   Bascule du Menu  barre du haut  ***/
	#Comp-Menu
	{
		display: none;
	}

	#showRight{
		display: block;
	}


	/***   Resize des Menus **/
	#logo{
		background: url(../imgs/logo1.png) no-repeat;
		background-size: 169px;
		width: 200px;
	}

	.valide_devis{display:none;}
	.valide_devis_button{display:block;}

	.valide_pantype{display:none;}
	.valide_pantype_button{display:block;}

		
	/* menu de gauche */
	.cbp-spmenu-vertical {
		width: 283px; 
		height: 100%;
		top: 0;
		display: block;
		overflow: auto;
	}

	/* menu de droite plus petit */
	#Comp-Menu-vertical .cbp-spmenu-vertical {
		width: 200px; 
		height: 100%;
		top: 0;
		display: block;
		overflow: auto;
	}

	.cbp-spmenu-vertical a {
		display: block;
		color: #fff;
	}


	.picto {
		width: 20px;
		height: 21px;
		display: inline-block;
		vertical-align: top;
		margin-right: 20px;
	}

	#Nav-Menu_slide ul {
		height: 50px;
		margin: 0;
		list-style: none;
	}

	#Nav-Menu_slide li img {
		margin: 3px auto;
		display: block;
	}

	#Nav-Menu_slide li {
		height: 45px;
	}

	#showRight ul {
		height: 50px;
		margin: 0;
		list-style: none;
	}
	
	#showRight li img {
		margin: 3px auto;
		display: block;
	}


	#showRight li {
		height: 45px;
	}

	header {
		height: 63px;
	}

	#midrrr {
		margin-top: 63px;
	}

	.cbp-spmenu-right.cbp-spmenu-open {
		margin-top: 63px;
	}	

	.cbp-spmenu-left.cbp-spmenu-open {
		margin-top: 63px;
	}	
	
	.three {
		/* padding: 5px 2px; */
	  /* padding-bottom: 2px; */
	   height: 34px;
	}
}


@media only screen and (max-height: 700px) {

	.cbp-contentslider {
		height: 450px;
	}
}


@media only screen and (max-height: 650px) {

	.cbp-contentslider {
		height: 420px;
	}
}


@media only screen and (max-height: 500px) {

	.cbp-contentslider {
		height: 350px;
	}
}

/* ######################################################### MOBILE ########################################################### */

@media only screen and (max-width : 660px) { 

#go_right,#go_exit{
    display: none;
}

#overlay > .commentaire{
    width: 90%;
}

#overlay-euro > #produit-euro{
    width: 85%;
}

#overlay-euro > #produit-euro > .close{
  right:5%;  
}

#overlay-calcul > #produit-calcul{
    width: 85%;
}

#overlay-calcul > #produit-calcul > .close{
  right:5%;  
}

.titre {
width: 100%;
text-align: center;
font-size: 14px;
}


#bandeau-version{
display: none;
}
#enq a{
	font-size: 10px;
}


.link img{
	width: 5%;
}

.font-back{
	background: #E3EDFD;
	margin    : 10px -20px;
	padding   : 8px;
	border    : 1px solid #2262AD;
	width     : 108%;
}

.font-back-new{
	background: #C5C5C5;
	margin    : 10px -20px;
	padding   : 8px;
	border    : 1px solid #333;
	width     : 108%;
}

/*
.top{
	width: 0;
	height: 0;
}
*/

#enq legend{
	color: #289ADC;
	font-size: 12px;
	font-weight:normal;
	text-align: left;
}

#enq {
    padding: 0;
    margin-top: 10px;
}
#enq fieldset{
	width:81%;
}
#enq select{
	width: 95%;
}
#enq label, #enq input[type="submit"]{
    font-size: 11px;
    font-weight:normal;
}

#enq input[type="text"]{
	width: 92%;
}
.valide{
    width: 80%;
    margin: auto;
    background: #DFF2BF; 
    color: green;
    border:1px solid green ;
    padding: 5px;
    font-size: 9px;
    font-family: Tahoma;
}

#enq input[type="text"], select{
    font-size: 9px;
}


body{
	font-size: 11px;
}

#flagsLanguage{
	display: none;
    margin-top: 20px;
}

#mini_bandeau {
display: none;
}

h1{
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
}

#overlay > .commentaire{
border: 1px solid #333;
padding: 35px;
margin: 10% auto;
background: #F1F1F1;
color: #333;
z-index: 9999;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#overlay-erreur > .commentaire{
border: 1px solid #333;
padding: 35px;
margin: 10% auto;
background: #F1F1F1;
color: #333;
z-index: 9999;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#overlay > .commentaire textarea{
margin-top:20px;
width: 100%;
}

#overlay > .commentaire > .close{
float: right;
margin-top: -23px;
height: 40px;
width: 40px;
background: url(../imgs/closeX.png) no-repeat;
}


.tableJQwidget th{ 
    width: 10%;
}


.hide{
	display: none; 
}

.fiche-cli{
    vertical-align: top;
    text-align: left;
    width: 50%;
    display: inline-block;
    line-height: 25px;
    margin-bottom: 30px;
    color:#333;

}

.fiche-cli-entete1{
display: none;
}

.fiche-cli-entete2{
    padding-left: 10px;
    vertical-align: top;
    text-align: left;
    width: 27%;
    display: inline-block;
    line-height: 25px;
    margin-bottom: 30px;
    color:#2262AD;
}



.comptafiche-cli{
    vertical-align: top;
    text-align: left;
    width: 50%;
    display: inline-block;
    line-height: 25px;
    margin-bottom: 30px;
    color:#333;

}

.comptafiche-cli-entete1{
display: none;
}

.comptafiche-cli-entete2{
    padding-left: 10px;
    vertical-align: top;
    text-align: left;
    width: 27%;
    display: inline-block;
    line-height: 25px;
    margin-bottom: 30px;
    color:#2262AD;
}


.input input[type="text"]{
display: block;
margin: 5px;
width: 90%;
}

/*
h1{
	height: 20px;
}
*/


.pictos_saisie > .grille{
    display     : inline-block;
    width       : 34px;
    height      : 38px;
	background-size: 34px;
}

.pictos_saisie > .comment{
    display     : inline-block;
    width       : 34px;
    height      : 38px;
    margin-right: 5px;
	background-size: 34px;
}
.pictos_saisie > .produit{
    display     : inline-block;
    width       : 34px;
    height      : 38px;
    margin-right: 5px;
	background-size: 34px;
}

.pictos_saisie > .uPrint{
    display     	: inline-block;
    width      	 	: 34px;
    height      	: 38px;
    margin-right	: 5px;
	background-size: 34px;
}

.pictos_saisie > .like{
    display     : inline-block;
    width       : 34px;
	height      : 38px;
    margin-right: 5px;
	background-size: 34px;
}

.pictos_saisie > .euro{
    display     : inline-block;
    width       : 34px;
    height      : 38px;
    margin-right: 5px;
	background-size: 34px;
}

.pictos_saisie > .calcul{
    display     : inline-block;
    width       : 34px;
    height      : 38px;
    margin-right: 5px;
	background-size: 34px;
}


}


@media only screen and (max-width : 500px) { 

/*
.top{
    display: none;
}

*/

.pictos_saisie{
    display: none;
}


}


.try{
    padding-left: 30px;
}


/**
 * FAKE BANDEAU
 */

#top_fake{
    width: 100%;
    height: 30px;
    overflow: hidden;
    z-index: 9999;
    word-wrap: break-word;
}

#iTvScroller_fake {
    background:#111 url('../imgs/black.png') repeat-x top left;
    font:14px "Trebuchet MS", Tahoma, sans-serif;
    width:100%; 
    height:80px;
    /* Position en bas de l'écran */
    position:absolute; 
    word-wrap: break-word;
    overflow: hidden;
	/* margin-right: 10px; */
}
#iTvScroller_fake dt {
    color:#999;
    font-weight:bold;
    line-height:30px;
    height:30px;
    padding:0 20px 0 30px;
    background:url('../imgs/black-black.png')no-repeat center left;  
    float:left;  
}
#iTvScroller_fake dd {
    color:#FFF;
    font-size:120%;
    font-weight:bold;
    height:50px; 
	line-height:50px;
    margin:0;
    padding:0 30px;
    /* Les textes sont masqués par défaut */
    /* Et placés en bas */
    position:absolute; bottom:0; left:0;
}
#iTvScroller_fake dt.first {
    color:#FFF;
    /* Le 1er titre aura un fond rouge */
    background:url('../imgs/red.png');
}

#iTvScroller_fake dt.second {
    /* Le 2eme titre aura un fond rouge et une partie noire */
    background:url('../imgs/red-black.png')no-repeat center left;
    color: #fff;
}


/**
 * REAL BANDEAU
 */
    #top{
        width: 100%;
        height: 30px;
        overflow: hidden;
        z-index: 9998;
         word-wrap: break-word;
    }

#iTvScroller {
    background:#111 url('../imgs/black.png') repeat-x top left;
    font:14px "Trebuchet MS", Tahoma, sans-serif;
    width:100%; 
    height:80px;
    /* Position en bas de l'écran */
    position:fixed; 
    bottom:-14px;
    word-wrap: break-word;
    overflow: hidden;
	margin-right: 10px; 
}
#iTvScroller dt {
    color:#999;
    font-weight:bold;
    line-height:30px;
    height:30px;
    padding:0 20px 0 30px;
    background:url('../imgs/black-black.png')no-repeat center left;  
    float:left;   
}
#iTvScroller dd {
    color:#FFF;
    font-size:120%;
    font-weight:bold;
    height:50px; 
	line-height:35px;  /* 50px */
    margin:0;
    padding:0 30px;
    /* Les textes sont masqués par défaut */
    /* Et placés en bas */
    position:absolute; bottom:0; left:0;
}
#iTvScroller dt.first {
    color:#FFF;
    /* Le 1er titre aura un fond rouge */
    background:url('../imgs/red.png');
}

#iTvScroller dt.second {
    /* Le 2eme titre aura un fond rouge et une partie noire */
    background:url('../imgs/red-black.png')no-repeat center left;
    color: #fff;
}

#hover:hover{
    opacity: 0.7;
}


}

 @media only screen and (max-width : 1000px) { 

#iTvScroller dd {
font-size: 14px;
}

}


@media only screen and (max-width : 600px) { 

#iTvScroller dd {
font-size: 12px;
}



}

#menu-left.on {
margin-left: -283px;		
}

#content.on {
	
margin-left: 0px;	
}

