/*@import url('https://fonts.googleapis.com/css?family=Fredericka+the+Great');*/
@font-face {
	font-family: "Orbitron";
	src: url('../fonts/Orbitron/Orbitron-Regular.ttf');
}

 @font-face {
	font-family: "Luckiest Guy";
	src: url('../fonts/LuckiestGuy-Regular.ttf');
}
 @font-face {
	font-family: "SourceSansPro-Regular";
	src: url('../fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf');
}
 @font-face {
	font-family: "SourceSansPro-Black";
	src: url('../fonts/Source_Sans_Pro/SourceSansPro-Black.ttf');
}

 .logo{background: url(../../../dist/img/skyline2.png) no-repeat center top;background-size:contain;}

.sidebar-menu > li.header {font-family: 'Luckiest Guy', cursive;font-size:1.1em;color:black;background: url(../../../dist/img/unionjack.jpg);background-size:cover;}
.sidebar-menu a {font-family: 'SourceSansPro-Regular', cursive;font-size:1em;}


.content-wrapper {
 animation: fadein 2s;    -moz-animation: fadein 2s;     -webkit-animation: fadein 2s; 
    -o-animation: fadein 2s; 
}

/*AFFICHAGE SMARTCOINS*/

.bonus {
	font-family: 'Luckiest Guy', cursive;font-weight:900;font-size:1em;
}
.nbcoins{
	font-family: 'Luckiest Guy', cursive;font-weight:900;font-size:2.5em;
}
.shiny{
	font-family: 'Luckiest Guy', cursive;font-weight:900;font-size:1.5em;
}
  /*--------------------------
partie réservée ORDINATEURS
___________________________*/
 /*@media (min-width: 1281px) {*/
@media (min-width: 1280px) {
  
 .bonus{
	font-size:1em; 
}

.nbcoins{
	font-size:3em;
}
.shiny{
	font-size:2.5em;
}
}
/*
 * Skin: red
 * ----------
 */
   /*BOX COINS*/
 .skin-red-light #coinsbackground {
background: url(../../../dist/img/unionjack2.jpg) no-repeat center; -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
 .skin-red-light #coinstext{ font-family: 'Luckiest Guy', cursive;font-size:2em;color:black;}
 
 /*TITRES PAGECLASSE*/
.skin-red-light .content-header {
  background: transparent;
  color:white;
}

.skin-red-light .main-sidebar{background: url(../../../dist/img/carreaux.bmp) repeat left top;}

/*LOGO*/
.skin-red-light .main-header .logo {
  background-color:#d73925;
  color:white;
}

 /*TITRE ordi*/ 
.skin-red-light .title1{
 font-family: 'Orbitron', cursive;font-size:1em;font-weight:bold;
  color:white;
}
.skin-red-light .title2{margin-left:-5px;
 font-family: 'Orbitron', cursive;font-size:1em;font-weight:bold;
  color:#f80304;
}
 /*TITRE MOBILE*/ 
@media handheld, only screen and (max-device-width:500px), only screen and (max-width:500px), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
.skin-red-light .title1{
 font-family: 'Orbitron', cursive;font-size:3em;font-weight:1;
  color:#BE0203;
}
.skin-red-light .title2{margin-left:-5px;
 font-family: 'Orbitron', cursive;font-size:3em;
  color:white;
}
}
 /*TITRE TABLETTES*/ 
/*portrait*/
			@media only screen and (min-device-width: 501px) and (max-device-width: 1024px) and (orientation:portrait) , only screen and (min-device-width: 501px) and (max-device-width: 1279px) and (orientation:portrait){ 
			.skin-red-light .title1{
			 font-family: 'Orbitron', cursive;font-size:3em;font-weight:1;
			  color:#BE0203;
			}
			.skin-red-light .title2{margin-left:-5px;
			 font-family: 'Orbitron', cursive;font-size:3em;
			  color:white;
			}
			}
/*landscape*/
			@media only screen and (min-device-width: 501px) and (max-device-width: 1024px) and (orientation:landscape) , only screen and (min-device-width: 501px) and (max-device-width: 1279px) and (orientation:landscape){ 
			.skin-red-light .title1{
			 font-family: 'Orbitron', cursive;font-size:2em;font-weight:1;
			  color:#BE0203;
			}
			.skin-red-light .title2{margin-left:-5px;
			 font-family: 'Orbitron', cursive;font-size:2em;
			  color:white;
			}
			}





/*PAGECLASSE*/
.skin-red-light .content-wrapper {
background: url(../../../dist/img/pencils2small.jpg) no-repeat center; -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color:#F4F2E5;
}
/*TITRES MENU*/
.skin-red-light .sidebar-menu > li.header {
   font-family: 'Orbitron', cursive;font-weight:900;font-size:1.5em;color:#D73925;background: url(../../../dist/img/unionjack.jpg);background-size:cover;
}  


.skin-red-light .main-header .navbar {
  background-color: #d73925;
}
.skin-red-light .main-header .navbar .nav > li > a {
  color: #ffffff;
}
.skin-red-light .main-header .navbar .nav > li > a:hover,
.skin-red-light .main-header .navbar .nav > li > a:active,
.skin-red-light .main-header .navbar .nav > li > a:focus,
.skin-red-light .main-header .navbar .nav .open > a,
.skin-red-light .main-header .navbar .nav .open > a:hover,
.skin-red-light .main-header .navbar .nav .open > a:focus,
.skin-red-light .main-header .navbar .nav > .active > a {
  background: #FDF248;
  color: #D73925;
}
.skin-red-light .main-header .navbar .sidebar-toggle {
  color: #ffffff;
}
.skin-red-light .main-header .navbar .sidebar-toggle:hover {
  color: #D73925;
  background: #d73925;
}
.skin-red-light .main-header .navbar .sidebar-toggle {
  color: #fff;
}
.skin-red-light .main-header .navbar .sidebar-toggle:hover {
  background-color: #FDF248;
}
@media (max-width: 767px) {
	
	.skin-red-light .title1{
 font-family: 'Orbitron', cursive;font-size:3em;font-weight:1;
  color:#D90619;
}
.skin-red-light .title2{
 font-family: 'Orbitron', cursive;font-size:3em;
  color:white;
}
  .skin-red-light .main-header .navbar .dropdown-menu li.divider {
    background-color: #d73925;
  }
  .skin-red-light .main-header .navbar .dropdown-menu li a {
    color: #fff;
  }
  .skin-red-light .main-header .navbar .dropdown-menu li a:hover {
    background: #d73925;
  }
}

.skin-red-light .main-header .logo:hover {
  background-color: #FDF248;
}
.skin-red-light .main-header li.user-header {
  background-color: #d73925;
}
.skin-red-light .content-header {
  background: transparent;
}

.skin-red-light .wrapper,
.skin-red-light .main-sidebar,
.skin-red-light .left-side {
  background-color: #f9fafc;
}
.skin-red-light .main-sidebar {
  border-right: 1px solid #d2d6de;
}
.skin-red-light .user-panel > .info,
.skin-red-light .user-panel > .info > a {
  color: #444444;
}
.skin-red-light .sidebar-menu > li {
  -webkit-transition: border-left-color 0.3s ease;
  -o-transition: border-left-color 0.3s ease;
  transition: border-left-color 0.3s ease;
}

/*TEXT SIDEBAR*/
.skin-red-light .sidebar-menu > li > a {
  border-left: 3px solid transparent;
  
  font-family: 'Source Sans Pro Bold', sans-serif;
}
.skin-red-light .sidebar-menu > li:hover > a,
.skin-red-light .sidebar-menu > li.active > a {
  color: white;
  background: #d73925;
}
.skin-red-light .sidebar-menu > li.active {
  border-left-color: #d73925;
}
.skin-red-light .sidebar-menu > li.active > a {
  font-weight: 600;
}
.skin-red-light .sidebar-menu > li > .treeview-menu {
  background: #f4f4f5;
}
.skin-red-light .sidebar a {
  color: #444444;
}
.skin-red-light .sidebar a:hover {
  text-decoration: none;
}
.skin-red-light .sidebar-menu .treeview-menu > li > a {
  color: #777777;
}
.skin-red-light .sidebar-menu .treeview-menu > li.active > a,
.skin-red-light .sidebar-menu .treeview-menu > li > a:hover {
  color: #000000;
}
.skin-red-light .sidebar-menu .treeview-menu > li.active > a {
  font-weight: 600;
}
.skin-red-light .sidebar-form {
  border-radius: 3px;
  border: 1px solid #d2d6de;
  margin: 10px 10px;
}
.skin-red-light .sidebar-form input[type="text"],
.skin-red-light .sidebar-form .btn {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid transparent;
  height: 35px;
}
.skin-red-light .sidebar-form input[type="text"] {
  color: #666;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
.skin-red-light .sidebar-form input[type="text"]:focus,
.skin-red-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  background-color: #fff;
  color: #666;
}
.skin-red-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  border-left-color: #fff;
}
.skin-red-light .sidebar-form .btn {
  color: #999;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
@media (min-width: 768px) {
  .skin-red-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
    border-left: 1px solid #d2d6de;
  }
}
.skin-red-light .main-footer {
  border-top-color: #d2d6de;
}
.skin-red.layout-top-nav .main-header > .logo {
  background-color: #d73925;
  color: #ffffff;
  border-bottom: 0 solid transparent;
}
.skin-red.layout-top-nav .main-header > .logo:hover {
  background-color: #d73925;
}



@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

