/* ############################################# Menu ############################################## */
.Header {
  background: #34495e;
  height: 100px;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
}

.Logo {
  display: inline-block;
  width: 33%;
  margin: 10px 50px;
}

.Logo>img {
  display: inline-block;
  max-height: 80px;
}

.Menu {
  display: inline-block;
  vertical-align: middle;
  color: white;
  position: fixed;
  right: 105px;
}

div.Lien {
  display: inline-block;
  height: 100px;
  padding: 35px 0 0 0;
  margin: 0 25px;
}
  
a.Lien {
  display: inline-block;
  color: white;
  text-decoration: none;
  font-variant: small-caps;
  font-size: 15px;  
}

a.Lien:hover {
  background: #2980b9;
  transition: 0.5s all;
}

.HeaderAdmin {
  background: #c0392b;

}
a.LienAdmin:hover {
  background: #e74c3c;
}

.adminTitle {
  color: white;
  text-decoration: none;
  font-variant: small-caps;
  font-size: 60px; 
}

.SubHeader {
 border-bottom: 3px solid #c0392b;
	background: #e74c3c;
	width: 100%;
	height: 55px;
	position: fixed;
	left: 0px;
	z-index: 99;
	font-size: 20px;
	padding: 0px 0 0 39%;
}

.SubHeader>.listWidgets>.iconWidget>img {
  width: 32px;		
}

.SubHeader>.listWidgets>.iconWidget {
  font-size: 10px;
  padding: 4px;
  height: 50px;
  color: white;
}

.SubHeader>.listWidgets>.iconWidget:hover {
  background: white;
  color: black;
  text-decoration: none;
}

.list_Autres {
	padding: 0 0 0 30em;
}

.list_Staff {
	padding: 0 0 0 20em;
}

.list_confServ {
  padding: 0 0 0 15em;
}
/* ############################################# Main ############################################# */
.Main {
	width: 80%;
  margin: 0px auto 0;
  padding: 90px 30px;
  background-color: #fff;
  min-height: 44em;
}
/* ############################################# Depenser ############################################## */
.onglet_recharger>a, .noValid {  
  -webkit-animation: blink 2s infinite;
  -moz-animation:    blink 2s infinite;
  -o-animation:      blink 2s infinite; 
  animation:         blink 2s infinite;
  margin: 0;
  color: white;
}

@-webkit-keyframes blink {
  0%   { opacity: 0; }
  10%  { opacity: 1; }
  90%  { opacity: 1; }
  100% { opacity: 0; }
}
@-moz-keyframes blink {
  0%   { opacity: 0; }
  10%  { opacity: 1; }
  90%  { opacity: 1; }
  100% { opacity: 0; }
}
@-o-keyframes blink {
  0%   { opacity: 0; }
  10%  { opacity: 1; }
  90%  { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes blink {
  0%   { opacity: 0; }
  10%  { opacity: 1; }
  90%  { opacity: 1; }
  100% { opacity: 0; }
}

.onglet {
	cursor: pointer;
}

.onglet_end {
	float: right!important;
}

.onglet_recharger {
	  color: #fff!important;
    background-color: #9b59b6!important;
    border-color: #8e44ad!important;
}

.onglet_recharger:hover {
    color: #fff!important;
    border-color: #9b59b6!important;
}

.contenu_onglets {
  border: 1px solid #ddd;
border-top: none;
}

.nav-tabs>li>a {
	border-radius: 0px;
}

.wrapper:after {
  content: "";
  width: 100%;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

div.itemIcon > img , div.itemIconBuy > img {
    width: auto;
    max-width: 150px;
    max-height: 150px;

}

.itemIcon, .itemIconBuy {
  margin: 10px;
  text-align: center;
}

.itemBox {
  width: 22%;
  display: inline-block;
    margin-right: 9px;
  vertical-align: top;
  margin-top: 15px;
  border: 1px solid white;
  margin: 5px;
}

.itemBox:hover {
  border-color: #428bca;
  transition: all 0.65s;
  
}

.itemBoxTexte {
  display:  inline-block;
  text-align: left;
  width: 54%;
  font-size: 12px;
    line-height: 15px;
    margin-left: 5px;
}

.itemDesc {
  overflow: auto;
  color: #999;
  width: 100%;
}

.itemName {
  font-weight: bold;
    color: #333;
}

.itemAmount {
  display: inline-block;
  width: 42px;
}

.itemPrix {
    color: #333;
}
.itemBuy {
  display: inline-block;
    vertical-align: top;
    margin: 5px;
  margin-left: 0px;
}

.devise {
  display: inline-block;
}

.prix {
  display: inline-block;
}

div.modal-body>img {
  margin: 10px;
}

div.modal-body>p {
  display: inline-block;
  vertical-align: top;
  margin: 20px 0 10px;
}
/* ######################################### Footer ################################################ */


.footer {
    background-color: #272727;
    padding: 10px;
    color: white;
    width: 100%;
    bottom: 0px;
    margin-top: 7%;
}

.spacer2 {
	height: 100%;
	position: fixed;
	background: white;
	width: 1120px;
	z-index: -99;
}

.footer>p {
  display: inline-block;
}
/* ######################################### General ################################################ */
body {
  margin: 0 auto ;
  font-family: Oswald, sans-serif;
  color: black;
}

fieldset {
  border: none;
}

/*label {
  display: none;
}*/

a {
  color: black;
}

/* ######################################### Login ################################################ */
form.container {
  width: 400px;
  padding: 10px 20px 10px;
  background: url('?resource=log.png');
  border: 1px solid #4a4a4a;
  /*box-shadow: 12px 12px 100px 20px #000000;*/
  color: white;
  height: 285px;
}

input.login {
  margin-bottom: 15px;
  padding: 7px 9px;
  border: 1px solid #ccc;
  width: 100%;
  min-height: 30px;
  color: black;
}

#Login {
  padding: 10%;
}

.register {
  margin-top: 4em;
}
/* ######################################### Autres ################################################ */
.maintenance-admin {
  text-align: center;
  width: 100%;

}

.Bouton {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid transparent;
}

.Bouton:hover {
	text-decoration: none;
}

.XS {
	padding: 1px 5px;
  font-size: 12px;
}

.forbidden {
  color: red;
}

div.achat {
  display: inline;
  margin-right: auto;
}
.subproduct{
  background-color: darkgray;
  border: 1px solid grey;
  padding: 15px;
  margin: 10px;
}

.menu .menu-item {
  display: inline-block;
  margin-left: 32px;
}

.menu .menu-item:first-child {
  margin-left: 0;
}

.categorie {
  border-color: #D3D3D3;
  border-width: 3px;
  border-style: solid;
  margin: 10px;
  padding: 10px;
}

.vote {
  background-color: IndianRed;
  text-align: center;
  width: 50%;
}

.form-control {
  display: inline-block;
}

.btn-email {
  padding: 2px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.alert {
  border-radius: 0px;
}

.alert-sm {
  width: 30%;
  display: inline-block;
}

.input-group-addon-middle {
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  height: 46px;
  padding: 12px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-right: 0;
  border-left: 0;
  vertical-align: middle;
}

.form-control
  [disabled],.form-control[readonly],fieldset[disabled]
  .form-control {
  background-color: white;
}
 
div.modal-body>p {
width: 68%;
}

.inputTime {
  text-align: center;
  border: none;
}

.btn {
	border-radius: 0px;
}

.alert-gris {
color: #555;
background-color: #bdc3c7;
border-color: #95a5a6;
}

.Subtitle {
  color: #7f8c8d;
  text-decoration: none;
  font-variant: small-caps;
  font-size: 33px; 
}
/* ######################################### Recharger ################################################ */

#Recharger>form>div {
  margin: 30px 30px 0px 30px;
  border-left: 5px #34495e dashed;
  border-right: 5px #34495e dashed;
  
}
.nav-buy>li>a:hover, .nav>li>a:focus {
  background: #34495e;
  transition: .5s all; 
  }

.nav-buy>li {
  display: inline-block;
}

#Recharger>form {
  width: 95%;
  background: #2c3e50;
}

.onglet_buy {
  border: none;
  border-top: 5px #34495e dashed;
  margin-right: 3em;
  margin-left: 3em;
  padding: 1em;
}

.nav-buy>div {
color: whitesmoke;
font-size: 20px;
}

.itemBoxBuy>.itemIcon {
  Background: white;
  width: 150px;
  height: 150px;
  vertical-align: middle;
  display: table-cell;
}

.itemBoxBuy {
  background: white;
}

.progress {
  margin-bottom: 10px;
}

.buyDesc {
  color: black;
}

.buy {
  display: inline-block;
  width: 100%;
}

.content_achat {
  margin: 5em;
}

.chargement div {
  width: 20px;
  height: 100px;
  display: inline-block;
  -webkit-animation: chargement 0.7s infinite linear;
  -moz-animation:    chargement 0.7s infinite linear;
  -o-animation:      chargement 0.7s infinite linear; 
  animation:         chargement 0.7s infinite linear;
}

@-webkit-keyframes chargement {
  0%   { background: #09C;
         height: 36px;
         margin-top: -8px; 
         }
  70%  { background: transparent;
         height: 20px;
         margin-top: 0px; 
         }
  100%  { background: transparent;
          height: 20px;
          margin-top: 0px; 
          }
}
@-moz-keyframes chargement {
  0%   { background: #09C;
         height: 36px;
         margin-top: -8px; 
         }
  70%  { background: transparent;
         height: 20px;
         margin-top: 0px; 
         }
  100%  { background: transparent;
          height: 20px;
          margin-top: 0px; 
          }
}
@-o-keyframes chargement {
  0%   { background: #09C;
         height: 36px;
         margin-top: -8px; 
         }
  70%  { background: transparent;
         height: 20px;
         margin-top: 0px; 
         }
  100%  { background: transparent;
          height: 20px;
          margin-top: 0px; 
          }
}
@keyframes chargement {
  0%   { background: #09C;
         height: 36px;
         margin-top: -8px; 
         }
  70%  { background: transparent;
         height: 20px;
         margin-top: 0px; 
         }
  100%  { background: transparent;
          height: 20px;
          margin-top: 0px; 
          }
}

.chargement div:first-child {
  animation-delay: 0s;
}

.chargement div:nth-child(2) {
  animation-delay: 0.1s;
}

.chargement div:last-child {
  animation-delay: 0.2s;
}

/* ######################################### WIDGETS ################################################ */
.iconWidget {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  padding: 4px;
  height: 160px;
}

.iconWidget:hover {
  background: #bdc3c7;
  color: #7f8c8d;
  text-decoration: none;
}

.iconWidget>img {
  width: 128px;
}

.confWidget {
	color: #7f8c8d;
	float: right;
	font-size: 50px;
}

.confWidget:hover {
  color: #95a5a6;
}

.errorConfWidget {
	font-size: 10px;
}
/* ######################################### Profil ################################################ */
#Profil {
  
}

#Profil>h1 {
  text-transform: uppercase;
  color: #7f8c8d;
}

div.Information {
  display: inline-block;
  width: 70%;
  color: #7f8c8d;
}

div.Information>div.top {
  border-top: 1px solid #7f8c8d;
}

div.Information>div {
  border-bottom: 1px solid #7f8c8d;
  padding: 5px;
}

div.Information>div>span {
  width: 205px;
  display: inline-block;
}

#Profil>img {
  vertical-align: top;
  margin: 10px;
}

div.Information>div>span.BtnProfil {
  float: right;
  width: auto;
  margin: 0px 0px 0px 5px;
}

#changeMail {
  margin: 20% auto;
}

#validMail>div {
  margin: 20% auto;
}

img.avatar {
  vertical-align: top;
  margin-bottom: 10px;
}

div.avatar {
  width: 160px;
  display: inline-block;
  vertical-align: top;
  margin: 0px 30px;
}

.texthover {
  position: absolute;
  margin: -23px 150px;
  background: grey;
  color: white;
  padding: 1px;
}

.fleche_gauche {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 10px solid grey;
  display: inline-block;
  position: absolute;
  left: -10px;
  top: 7px;
  }

.abonnements {
  width: 100%;
}
/*======================================== Maps ========================================*/
.panel-map {
	border: 3px solid #8e44ad;
	margin: 10px;
	width: 250px;
	padding: 10px;
	}
	
.input-xs {
	height: 22px;
}

img.map {
	width: 128px;
	height: 128px;
	background: #bdc3c7;
	margin: 5px;
}

/*======================================== VOTE ========================================*/
.blocVote {
	width: 100%;
	margin: 10px;
	background-color: #e67e22;
	border: 1px solid #d35400;
	border-right: 2px solid #d35400;	
}

.blocVote-title, .blocVote-title:focus, .blocVote-title:hover {
	color: white;
  font-size: 20px;
  text-decoration: none;
  padding: 10px 200px;
  border-bottom: 1px solid #d35400;
  width: 100%;
  display: block;
}

.blocVote-body {
  background: white;
  padding: 20px;
}

/*==================================== SURVEY ==================================*/
.actionSurvey {
  float: right;
}

/*==================================== Wiki ==================================*/
.wikiTitle {
	text-align: center;
	margin: 10px 0 0 0;
}

.wikiBtn {
	text-decoration: none;
  vertical-align: top;
  float: right;
  margin: 0 5px 0 0 
}

.wikiTitle>h1 {
  font-variant: small-caps;
  font-size: 70px;
  font-family: serif;
}

.wikiBody {
	margin: 0 0 0 10%;
}

/*======================================== Admin ========================================*/

.adminCategorie {
  width: 100%;
  margin: 10px;
  padding: 0px 20px 10px;
  border: 2px solid #7f8c8d;
}

/*======================================== FormElements ========================================*/
.formElements { 
  color: #555;
  background: #eee;
  border: solid 1px #ccc;
  padding: 8px;
  margin-bottom: 7px;
}
.Desc_text {
	
}
.Input_text {
	padding: 6px;
  margin-left: -5px;
  background: white;
}

/*========== other ===========*/
div.widget_subtitle_icon {
   display: inline-block; 
   float: right;
}
.widget_subtitle_icon a {
    line-height: 0;
    text-align: center;
}

.widget_subtitle_icon .fs-label {
    font-size: 0.3em;
}

.fs-icon {
  height: 60px;
}

.content_achat {
  background-color: white;
  width: 500px;
}

.notification {
    display:       none;
    position:      fixed;
    z-index:       1000;
    top:           5px;
    right:         5px;
    padding-bottom: 2px;
    width:         13em;
    background:    rgba( 255, 255, 255, .8 );
    font-size:     12pt;
    padding-top:   4px;
    padding-left:  10px;
    border:        1px solid;
    border-radius: 10px;
    width: 500px;
}
tr.clickable-row:hover {
  background-color:grey;
}
tr.fenshop-clickable-row:hover {
  background-color:grey;
}
tr.fenshop-clickable-row td a {
  display: block;
}
