@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700);

* {

    font-family: 'Roboto', sans-serif;

}

h1, h1 span {
    font-size: 1.8333em;

}
h2, h2 span {
    font-size: 1.7em;
    color: #1d1e20;
}
h3, h3 span {
    font-size: 1.4em;
}
h1, h2, h3, h4, h5 {
    font-weight: 300;
    margin : 15px 0;

}
.ml20 {
    margin-left:20px;
}
.mr20 {
    margin-right:20px;
}
table tr  {
    display:table-row;
    vertical-align:middle;
}


table.tablesorter tbody {
 background: white;   
}

table.tablesorter tbody td {
    vertical-align:middle;  
    padding: 7px ;
}

table.tablesorter tr:hover {
    background: #CCC !important;   
    color:white !important;
}

table.tablesorter td i.fa {
    font-size: 18px;
    text-decoration: none;
    margin-right: 5px;
    color:#0E617C;
}


table tr:hover *{

}

.cursor {
    cursor: pointer
}

.helpzone a.button {
    width: 100%;
    display:block;
    padding: 6px 0;
    text-align: center;
    font-size: 14px;
}

.uploaderbox {
    background: #fff;
   padding: 15px;
  border:3px solid #F1F2F7;
}
.uploaderboxactive {
    background: #D51D23;
    color:white;
}
#page.reportages .uploaderboxactive a{
    color:white;
}
.boxhelp {
    float:left;
    margin:10px;
    border: 1px solid grey;
    max-width: 350px;
    height:370px;
    background : white;;
}
.boxhelp .c {
    background: white;
    padding: 10px;
}
.boxsupport input {
    height: 45px !important;

}
.boxsupport input[type="text"] {
    width:80%;
    padding-left:10px;
    font-size:25px;
}

.reponseFAQ {
    display:none;
}

#left_menu {
    float:left;
    /*border:1px solid #f5f5f5;*/
    padding: 0;
    width: 150px;

}
#left_menu ul{
    background:#fff;
    list-style:none;
    margin:0;
    padding:0;
}
#left_menu li {
    border-bottom: 1px solid #f5f5f5;
    height: 20px;
    line-height: 20px;
}#left_menu li a{

    color:#000;

    padding:5px;

    text-decoration:none;
}


#footer a {
    color: #666;
}
#footer {
    padding: 10px;
    text-align:right;
    background:#333333 ;
    color:white;
    margin: 0;
}

.tableau {
    margin-top: 30px;
}
.button, input[type="submit"] {
    background: #e6e6e6 ;
    border: 1px solid #dddddd ;

    color: #666666;
    text-align: center;
    margin: 0;
    overflow: visible;
    padding: 3px 8px;
    transition: .3s all ease;
    text-shadow: none;

}
.button:hover {
    background: #2580A2;
    color:white;
}

.btn_menu img {
    height: 24px;
}

.btn_menu span, .btn_menu_petit span {
    font-size: 9px ;
}

.btn_menu i, .btn_menu_petit i{
    margin-right: 5px;
    font-size: 10px ;
}

.btn_menu, .btn_menu_petit {
    text-transform: uppercase;
    overflow: auto;
    text-decoration:none;
    padding: 8px 15px;
    float:left;
    margin: 0 15px 5px 0;
    color: #fff;
    display: inline-block;
    font-weight: 300;
    min-width: 170px;
    text-align: center;
    background: #0e617c;
    transition: .3s all ease;


}



 .btn_menu i, .btn_action_grouped i {  color : #0e617c ; }
 .btn_menu, .btn_action_grouped {  background:white; border: 1px solid #cccccc ;color : black ; }
.btn_menu:hover, .btn_action_grouped:hover, .btn_menu.active, .btn_menu_petit.active  { border: 1px solid #0e617c ;  box-shadow: 0 10px 10px -13.5px #656565;  }



div.filtresTable {


    clear:both;
    background: #fff;
    padding: 10px 15px;
    margin : 15px 0;
  

}

div.filtresTable a {
    display:inline-block;
    padding: 3px 10px;
    text-align:center;
    background:white;
   color:#0e617c;
    text-decoration: none;
    margin: 2px;
       border: 1px solid #dedede;
        background:#f5F5F5;
}
div.filtresTable a:hover {
    background:#dedede;
}
div.filtresTable a.active {
    border: 1px solid #dedede;
    background:#333;
    color:white;

}





#page.tirage a, #page.tirage table.tablesorter td i.fa {    color:#1e5625;}
#page.tirage .btn_menu i,#page.tirage .btn_action_grouped i {  color : #1e5625 ; }
#page.tirage .btn_menu,#page.tirage .btn_action_grouped {  background:white; border: 1px solid #cccccc ;color : black ; }
#page.tirage .btn_menu.active,#page.tirage .btn_menu:hover,#page.tirage .btn_action_grouped:hover { border: 1px solid #1e5625 ;  }

#page.tirage h1,#page.tirage h1 span, #page.tirage h2,#page.tirage h2 span, #page.tirage h3,#page.tirage h3 span { color: #3BA547 }
#page.tirage form p.double input[type="submit"], input[type="submit"], #page.tirage  table.tablesorter thead tr th, table.tablesorter tfoot tr th,#page.tirage  div.pagination a.active{
    background-color: #3BA547 ;
    color:white;
}
#page.tirage form p.double label span.info_label  {
  background: #3BA547 ;
  border: 2px solid #1e5625; 
}
#page.tirage div.filtresTable a.active {
     background: #3BA547 ;
     color:white;
}


#page.reportages a, #page.reportages table.tablesorter td i.fa {    color:#D51D23;}
#page.reportages .btn_menu i,#page.reportages .btn_action_grouped i {  color : #D51D23 ; }
#page.reportages .btn_menu,#page.reportages .btn_action_grouped {  background:white; border: 1px solid #cccccc ;color : black ; }
#page.reportages .btn_menu:hover,#page.reportages .btn_menu.active,#page.reportages .btn_action_grouped:hover { border: 1px solid #D51D23 ;  }


#page.reportages h1, #page.reportages h1 span, #page.reportages h2, #page.reportages h2 span, #page.reportages h3, #page.reportages h3 span { color: #D51D23 } 
#page.reportages form p.double input[type="submit"], input[type="submit"], #page.reportages  table.tablesorter thead tr th, table.tablesorter tfoot tr th,#page.reportages  div.pagination a.active{
    background-color: #D51D23 ;
    color:white;
}
#page.reportages form p.double label span.info_label  {
  background: #D51D23 ;
  border: 2px solid #791013; 
}

#page.reportages div.filtresTable a.active {
     background: #D51D23 ;
     color:white;
}



#page.parametres a, #page.parametres table.tablesorter td i.fa {    color:#9972B5;}
#page.parametres .btn_menu i,#page.parametres .btn_action_grouped i {  color : #9972B5 ; }
#page.parametres .btn_menu,#page.parametres .btn_action_grouped {  background:white; border: 1px solid #cccccc ;color : black ; }
#page.parametres .btn_menu:hover,#page.parametres .btn_menu.active, #page.parametres .btn_action_grouped:hover { border: 1px solid #9972B5 ;  }

#page.parametres h1,#page.parametres h1 span , #page.parametres h2, #page.parametres h2 span ,  #page.parametres h3, #page.parametres h3 span { color: #9972B5 }
#page.parametres form p.double input[type="submit"], input[type="submit"], #page.parametres  table.tablesorter thead tr th, table.tablesorter tfoot tr th,#page.parametres  div.pagination a.active{
    background-color: #9972B5 ;
    color:white;
}
#page.parametres form p.double label span.info_label  {
  background: #9972B5 ;
  border: 2px solid #63407b; 
}




#page.reportages a, #page.reportages table.tablesorter i.fa.fa-twitter-square  {
    color: #55acee;
}

#page.reportages a, #page.reportages table.tablesorter i.fa.fa-facebook-square  {
    color: #3b5999;
}




.btn_menu_petit {
    padding: 1px 5px;
    font-size: 10px;
    border: 1px solid #777;
    border: 3px solid #666;
    background-color: #999;
}
.btn_menu_petit img {
    height: 16px;
}

#header {

    background: none repeat scroll 0 0 #fff;
    color: #777;
    clear:both;
}
#header i {
    margin: 0 5px 0 0;
    color:#777;
}
#header a{ 
    color: #777;
    text-decoration: none;
}
#header a:hover{ 

}

#page {
    background: #F1F2F7;
    clear: both;
    padding: 15px 30px;
}

.menu{
    border:none;
    border:0px;
    margin:0px;


    font-size:14px;
    font-weight:bold;
}

.menu img.imgmenu{
    clear:both;
    display:block;
    margin-left:30px;
}

.menu img.img_maj_trad{
    clear:none;
    display:none;
}

.menu ul{
    background:#333;
    height:35px;
    list-style:none;
    margin:0;
    padding: 0;
   
}


.menu li{
    float:left;
    padding:0px;
    line-height: 1.3em;
    vertical-align: middle;
    margin-right:0px;

    max-height: 70px;
}
#header .menu li a,#header .menu li a span{
    font-size: 12px;
     text-transform: uppercase;
}
#header .menu li a i {
    display:none;
}

#header .menu li a{
    letter-spacing: 1px;
    color:white;
    display:block;
    font-weight:300;
    line-height:35px;
    margin:0px;
    padding:0px 20px ;
    text-align:center;
    text-decoration:none;
    
    border-right : 1px solid rgba(255,255,255,.3);
    border-left : 1px solid rgba(0,0,0,.1);


}
#header .menu li a:first-child{
    border-left: 0;
}
#header .menu li li a{
    padding: 0px 0 0 10px;   
}

/*#2580a2 */
#header  .menu li:first-child a:hover, #header  .menu ul li:hover a, #header  .menu ul li:hover a span{
    background: #f5f5f5;
    color:#262626;
    text-decoration:none;
}

#header  .menu ul li a{
    background: transparent;
   
}


.menu li ul{
    background:#333333;
    display:none;
    height:auto;
    padding:0px;
    margin:0px;
    border:0px;
    position:absolute;

    z-index:200;
    /*top:1em;
    width:225px;
    /*left:0;*/
    
    -moz-box-shadow: 7px 5px 15px -10px #c0c0c0;
-webkit-box-shadow: 7px 5px 15px -10px #c0c0c0;
-o-box-shadow: 7px 5px 15px -10px #c0c0c0;
box-shadow: 7px 5px 15px -10px #c0c0c0;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=125, Strength=15);
}
.menu li ul li ul {
    margin: -35px 0 0 220px;

    
    -moz-box-shadow: 7px 5px 15px -10px #c0c0c0;
-webkit-box-shadow: 7px 5px 15px -10px #c0c0c0;
-o-box-shadow: 7px 5px 15px -10px #c0c0c0;
box-shadow: 7px 5px 15px -10px #c0c0c0;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=125, Strength=15);
}



.menu li:hover ul{
    display:block;
   background: #f5f5f5;
    text-align: left;
}

.menu li:hover ul ul{
    display:none;	


}
.menu li ul li:hover ul{
    display:block;

}
.menu li li{

    display:block;
    float:none;
    margin:0px;

    padding:0px;
    padding-left: 10px;
    min-width:225px;
}
#header .menu li li a{
    background:none;
    text-align: left;
    font-weight:300;
}
.menu li li:hover{
   background: #e5e5e5;
}
.menu li ul a{
    display:block;
    height:35px;
    font-size:12px;
    font-style:normal;
    margin:0px;
    padding:0px 10px 0px 15px;
    text-align:left;
   
}

.menu li  ul li:hover ul a{
    background:#333333 url("../images/seperator.gif") bottom right no-repeat;
    background:url('../images/sub_sep.gif') bottom left no-repeat;
}


.menu li ul a:hover, .menu li ul li:hover a, .menu li  ul li ul a:hover,  .menu li  ul li ul li ul a:hover{
    background:#2580a2 url('../images/hover_sub.gif') center left no-repeat;
    border:0px;
    color:#ffffff;
    text-decoration:none;
}
.menu p{
    clear:left;
}	

/* couleur du menu pour la zone site */	
.menu.site ul ,  .menu.site li a {
    background:  #0d9ac9;


}

/* couleur du menu pour la zone reportage */	
.menu.reportages ul ,  .menu.reportages li a {
    background: #d51d23;

}
.menu.parametres ul ,  .menu.parametres li a {
    background: #9972B5;

}
.menu.tirage ul ,  .menu.tirage li a {
    background: #3ba547;

}

.menu.users ul ,  .menu.users li a {
    background: #0E617C;
}

.menu.config ul ,  .menu.config li a {
    background: #9972B5;
    color:#292929;

}

/* couleur du menu pour la zone tirage */	
.menu.tirages ul ,  .menu.tirages li a {
    background: #327d2d;
    color:#692d09;
    ftext-shadow: #a98d7d 1px 1px 1px;
}

div#filepreview {
    border: 2px solid #DEDEDE;
    padding: 20px;
    position: fixed;
    right: 25px;
}

#langues {
    float:right;
    margin: 0 10px 0;			
}

.thumb {
    clear:both;
    margin: 10px 0;
    overflow: auto;
    display:block;
    height: 140px;
}

.thumb img {
    float: left ;
}
.thumb input {
    margin-left:10px;
}
.thumb textarea {
    position:absolute;
    width: 300px;
    height: 100px;
    left: 170px;
    margin-top: 20px;
    overflow: auto;

}

input.radioyesno, input.radionoyes	{
    display:none;
}



.divmodule {
    border: 1px solid grey;
    margin: 20px;
    overflow:auto;
    padding: 10px;
    width: 300px;
    float:left;
    -moz-box-shadow: 5px 5px 5px #ccc; 
    -webkit-box-shadow: 5px 5px 5px #ccc; 
    box-shadow: 5px 5px 5px #ccc; 
    min-height: 220px;
}
.divmodule .desc {
    clear:both;
}
a.iconmodule img {
    vertical-align: middle;
}

a.iconmodule {
    height: 60px;
    display:block;
    width: 260px;
    line-height: 60px;
    text-align: center;
    float:left;
    margin: 10px;
    border: 1px solid #dedede;
    padding: 10px;
    background: #f8f8f8;
    text-decoration:none;

}


.produitdsRep {
    font-weight: normal;
    display:block;
    width: 350px;
    border: 1px solid grey;
    margin : 0 0 5px 0;
    padding: 5px;
    background: white;
    cursor:pointer;
}
span.supprproduitdsRep{
    margin: 4px 2px 0 0;
    float:right;
    cursor:pointer;
    background: url('../images/icons/icodelete.gif') #fff;
    width:16px;
    height:16px;
    display:block;
}
.produitdsRepSelected {
    background: lightgreen;
    font-weight: bold;
}
.icon-primary.icon-rounded, .icon-primary.icon-cornered, .icon-primary.icon-square {
    background-color: rgba(31, 181, 172, 1);
    color: #ffffff;
}
.icon-rounded {
    border-radius: 50%;
}
.icon-md.icon-rounded, .icon-md.icon-cornered, .icon-md.icon-square, .icon-md.icon-bordered {
    padding: 20px;
}
.icon-md {
    font-size: 28px;
}
.homezone {
    padding:0 20px;
}

.lastcmds .pagination  {
    display:none;
    
}

.lastcmds .tableau_menu  {
    display:none;
    
}
.lastcmds .btn_menu, .lastcmds .btn_menu_petit {
    float:none;
    margin: 5px auto;
}



.divhome {
    float:left;
    background: #ffffff;
    margin: 30px 30px 0px 0;
    padding:15px;
    min-height: 150px;
    min-width: 300px;

}
.divhome i.fa,.divhome2 i.fa {

    margin-right: 20px;
}
.divhome2 {
    float:left;
    background: #ffffff;
    margin: 30px 30px 0px 0;
    padding:15px;
    min-height: 130px;
    width: 300px;
    cursor:pointer;
}
.divhome  img ,.divhome2  img {
    margin : 0 10px 0 0 ;
}
.iconhome, .iconhome * {
    font-size: 18px;
    color: #505458;
    text-decoration : none;
}
.deschome ,.deschome *{
    font-size: 14px;
}
.deschome {
    margin : 10px 0 0 0;

    font-style: normal;
    font-weight: normal;
    line-height: 23px;
    color: rgba(118, 118, 118, 1);
}
#check_all_suppr_photo {
    float:right;
    margin-right: 15%;
}

ul.sortable li:hover {
    cursor: move
}
ul.sortable li {
    background:white;
    float: left;
    font-size: 2em;
    height: 250px;
    margin: 3px 3px 3px 0;
    padding: 1px;
    text-align: center;
    width: 250px;
    list-style:none;
    border:1px solid grey;
    text-align:center;
    font-size: 12px;

}
ul.sortable li img {
    margin : 10%
}

ul.sortablelist li {
    float:none;
    width:100%;
    height: 30px;
    text-align: left;
    font-size: 1em;
    padding-left: 10px;
}

.bggreen {
    background : green;
    width: 15px;
    height: 15px;
}
.bggrey {
    background : grey;
    width: 15px;
    height: 15px;
}
.bgred {
    background : red;
    width: 15px;
    height: 15px;
}
.bgorange {
    background : orange;
    width: 15px;
    height: 15px;
}
.bgblue {
    background : blue;
    width: 15px;
    height: 15px;
}
.icowarning {
    background : url('../images/icons/icowarning.gif');
    width: 15px;
    height: 15px;
}
.iconactive {
    background : url('../images/icons/active.png') no-repeat;
    width: 15px;
    height: 15px;
}
.iconinactive {
    background : url('../images/icons/inactive.gif') no-repeat;
    width: 15px;
    height: 15px;
}


img.yesno, img.noyes  {
    cursor: pointer;
}
form {
    background: white;
}
form p.double textarea {
    min-height:150px;
}
form p.double label, form p.double label * {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}

form p.double input[type=submit], input[type=submit]{
    background:#66BCD9;
    color: white;
    text-shadow:  none;
    font-weight: bold;
    font-size: 15px;
    height: 35px;
    border:0;
}
form p.double input[type=submit]:hover, input[type=submit]:hover{
    background:#0E617C;

    color:#f9f9f9;
}
.boxu {
    margin-top: 15px;
}
.print_cmd {
    display:block;
    overflow:visible;
    line-height:35px;
    height: 35px;
    padding: 10px;
    border: 3px solid white;
    color:white;
    background: #333;
    border-radius: 5px;
    cursor:pointer;
}

.menufaq {
    border: 1px solid grey;
    background: #f5f5f5;
    padding: 15px;
}
.messageAssistance, .assistanceReponse, .itemFAQ {
    padding: 15px;
    border: 1px solid grey;
    border-left: 5px solid grey;
    margin: 20px ;

}
.itemFAQ:hover {
    background: #C0ECFA;
}
.reponseFAQ {
    padding : 10px 0 0 20px;
}

.reponseAdmin {
    background-color: #e5fbcb;
}

.couv{
    border: 3px solid green;
    background-color: lightgreen;
    padding: 3px;
}

.msg_prive {
    border-bottom: 1px solid grey;
    overflow: auto;
    padding: 10px 0;
}
.datemsgprive {
    background-color: #333;
    color: white;
    font-size: 8px;
    padding: 5px;
    border-radius: 3px;
}


#preview_emp td, #preview_emp {
    background: none repeat scroll 0 0 white;
    border: 1px solid grey;
    border-collapse: collapse;
    color: #666;
    padding: 4px;
}
#preview_emp td.active {
    background: none repeat scroll 0 0 lightgreen;
    color: black;
}
#preview_emp td.disabled {
    background: none repeat scroll 0 0 #dedede;
    color: grey;
}


.linkbaccess {
    border: 1px solid grey;
    padding:5px;
    margin: 0 5px;
    cursor: pointer;
}
.linkbaccess.active{
    border: 1px solid green;
    background-color: lightgreen;
}

.bordered {
    border:1px solid grey;
    padding:5px;
}


.notifnbcmd {
    display: block;
    position: relative;
    float: right;
    margin-top:-30px;
    margin-right:-30px;
    height: 45px;
    width: 45px;
    border-radius: 45px;
    line-height: 45px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background: orange;
    color:white;
    border: 6px solid lightgrey;
    cursor: pointer;
}


#tab_commandes a:hover {
    text-decoration: underline;
}
#tab_commandes a {
    text-decoration: none;
    color:black;
}


.info_btn_action_grouped {
    position: fixed;
    bottom:0;
    right:0;
    background: rgba(0,0,0,0.5);
    color:white;
    padding:10px;
}





.sidebar .widget{
    background: white;
    padding: 15px;
    margin: 10px 0;
        border: 1px solid #ddd;
}
.sidebar .widget h2{
    margin: 0 0 10px 0;
    font-size: 1.4em;
}


.info-block-bg-success {
    background-color: #D51D23;
    color:white;
    padding-top: 10px;
    margin-bottom: 15px;
}

#page .info-block-bg-white {
      background-color: white;
      color:#D51D23;
    padding-top: 10px;
    margin-bottom: 15px;
     border: 1px solid #ddd;
}

.ph10 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
#page .info-block i {
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 39px;
  margin-top: 7px;
  padding: 13px;
  min-width: 43px;
}
#page  .info-block.info-block-bg-white i {
  border: 1px solid #D51D23;
 
}
#page .info-block h2, #page .info-block h6 {
  color: #fff;
  font-weight: 400;
}

#page  .info-block.info-block-bg-white h2, #page .info-block.info-block-bg-white  h6 {
  color: #D51D23;
  font-weight: 400;
}


#page .info-block h6 {
  font-size: 15px;
  margin-top: -5px;
  margin-bottom: 10px;
}
#page .info-block h2 {
  font-size: 60px;
  margin-bottom: 0;
  margin-top: 3px;
  
}
.circle {
    background-color: #D51D23;
    -moz-border-radius:50%;
    -webkit-border-radius: 50%;
    border-radius:50%;
    display: inline-block;
    text-align: center;
    line-height: 1;
    
}

.circle span {
    display: block;
    padding: 50%;
    margin: -3em -50% 0;
    position: relative;
    top: 1.5em;
    border: 1em solid transparent;
    white-space: nowrap;
    font-size: 2.5em;
}

.sidebar .widget .circle {
    width: 30%;
    color:white;
}



.googleseo .appercu {
     padding: 20px;
}
.alertdescseo, .alerttitleseo {
    background-color: #fbdab6;
    color:black;
    font-weight: normal;
    padding: 10px;
    margin: 5px 0 10px 0;
    border-bottom: 2px solid #CAB8A4;
    display:none;
}
.googleseo h2, .page_emplacements_used h2{
 margin:0;
 padding:5px;
 text-align:center;
 background: #333;
 color:white;
 cursor: none;
}
.googleseo, .page_emplacements_used {
    width: 600px;
    background: white;
   
    border: 1px solid #ddd;
    float:right;
}


.googleseo .descseo{
 color: #545454;
 line-height: 1.4;
    word-wrap: break-word;
    font-size: small;
}
.googleseo .linkseo{
     font-size: 14px;
      color: #006621;
    font-style: normal;
       display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
      line-height: 16px;
}
.googleseo .titleseo{
    color: #1a0dab;
    font-family: arial,sans-serif;
    font-size:18px;
    font-weight: 400;
    text-decoration: underline;
    line-height: 21.6px;
        display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}




.redir_pdf_overlay_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  background : rgba(0,0,0,0.8);
  z-index: 100;
}
.redir_pdf_overlay_txt {
  padding-top: 50px;
  text-align: center;
  color:white;
}


.goog-inline-block.goog-link-button.htmlLink {
    color:white;
    border: 1px solid rgb(221, 221, 221);
    background: #D51D23;
    padding: 5px 10px;
    text-decoration:none;
    font-size: 16px;
    margin: 0 5px;
    transition: all ease .4s;
}

.goog-inline-block.goog-link-button.htmlLink:hover {
      color:  #D51D23;
    border: 1px solid #D51D23;
    background:white;
}


span[data-autodebloquer="1"] {
    background:green;
    color:white;
    padding: 2px 5px;
    display:inline-block;
    cursor:pointer;
}

span[data-autodebloquer="0"] {
     background:#999;
    color:#DDD;
     padding: 2px 5px;
    display:inline-block;
    cursor:pointer;
}
span[data-autodebloquer="0"]:hover {
     background:#a0a0a0;
    color:white;
    
}


.page_emplacements_used {
    z-index:200;position:relative;margin-top:20px;
    padding-bottom: 20px; 
}

.page_emplacements_used a {
    padding-left: 20px; 
   
}
.page_emplacements_used h2 {
 
  margin-bottom: 20px; 
}
.page_emplacements_used h2 *{
 color:white;  
 
}

/* galeries photo */
div.galeryType {
    overflow:auto;
    clear:both;
    
}
div.galeryType label img{
   margin: 10px 0;
    
}
div.galeryType label:hover {
    background:#dfdfdf;
}
div.galeryType label {
    display:block;
    width: 400px;
    height: 315px;
    float:left;
    margin:10px;
    padding:10px;
    border:1px solid grey;
    background:white;
    text-align:center;
    cursor:pointer;
}