body 
{ 
	/*background-image:  url(http://static.tumblr.com/458f963b329da55a73a9c33fc1fb3186/ncvby2q/Varmgv9oc/tumblr_static_wood_background_03.jpg);
	background-repeat : no-repeat;
	background-attachment : fixed;
	background-size: 100% 100%;*/
	/*background-attachment: fixed;
    background-image: url("http://www.counterfx.net/img/backgroundcfx.png");
    background-repeat: repeat;
    background-size: 6% 9%;*/
	/*font-size: 13px;
    line-height: 1.3;
	background-color: #FAA85C;*/

    /*background-attachment: fixed;
    background-image: url(./img/fontjak.png);
    background-repeat: repeat;
    background-size: 12px 8px;*/
 margin: 0;
 background-image: url(.../img/fontjak.png);
 background-size: 1440px 800px;
 background-repeat:no-repeat;
 display: compact;
}

#n-menu
{
	margin: auto;
	width:1300px;
	background-color: #212529;
}

#main
{
	margin: auto;
	padding-top:30px;
	padding-left:25px;
	padding-right:40px;
	width:1300px;
	min-height:800px;
	background-color: #3e3f40 /*#E6E6E6;*/
}

#pub {
	margin: auto;
	padding-top:20px;
	padding-bottom:10px;
    background-color: #2d3640;
	width:1300px;
    min-height: 90px;
    text-align: center;

}

#footer
{
	/*padding:40px;*/
	padding-left:100px;
	padding-top:30px;
	padding-bottom:40px;
	margin: auto;
	width:1300px;
	min-height: 250px;
	background-color: #212529;
	color: #ffffff;
}


#main a
{
	font-weight: bold;
}

#main a:hover
{
	color :red;
	font-weight: bold;
}


#footer a
{
color:#ccc;
text-decoration: none;
}

#footer a:hover
{
color:#999;
text-decoration: none;
}

.galerie_image
	{
	float: left; 
	margin: 5px;
	border: 1px solid #000000;
	text-align: center;
	height: 7.5em;
	width: 6em;
	}
	
.blog
{
	/*border: 1px solid #000000 !important;*/
	background-color: white;
}


/*a SUPPRIMER EN DESSOUS 
#carrousel, #surf, #surf_ind, #surf_live, #footer
{
	width:1054px;
}*/

.photo-gallery {
  color:#313437;
  background-color:#fff;
}

.photo-gallery p {
  color:#7d8285;
}

.photo-gallery h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
  .photo-gallery h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.photo-gallery .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom:0;
}

.photo-gallery .photos {
  padding-bottom:20px;
}

.photo-gallery .item {
  padding-bottom:30px;
}

















	#n-menu.btn-twitch {
	 background-color: #9146FF;
	 color: white;
	 }
	 
	 #n-menu.btn-twitch:hover {
		 background-color: #772ce8;
		 color: green;
}
















i.icon-2x {
  font-size: 30px;
}

.color-light{
    color:#FFFFFF;
}

/*Colored Content Boxes
------------------------------------*/
.servive-block {
  padding: 20px 30px;
  text-align: center;
  margin-bottom: 20px;
}

.servive-block p,
.servive-block h2 {
  color: #fff;
}

.servive-block h2 a:hover{
  text-decoration: none;
}

.servive-block-light,
.servive-block-default {
  background: #fafafa;
  border: solid 1px #eee; 
}

.servive-block-default:hover {
  box-shadow: 0 0 8px #eee;
}

.servive-block-light p,
.servive-block-light h2,
.servive-block-default p,
.servive-block-default h2 {
  color: #555;
}

.servive-block-u {
  background: #72c02c;
}
.servive-block-blue {
  background: #3498db;
}
.servive-block-red {
  background: #e74c3c;
}
.servive-block-sea {
  background: #1abc9c;
}
.servive-block-grey {
  background: #95a5a6;
}
.servive-block-yellow {
  background: #f1c40f;
}
.servive-block-orange {
  background: #e67e22;
}
.servive-block-green {
  background: #2ecc71;
}
.servive-block-purple {
  background: #9b6bcc;
}
.servive-block-aqua {
  background: #27d7e7;
}
.servive-block-brown {
  background: #9c8061;
}
.servive-block-dark-blue {
  background: #4765a0;
}
.servive-block-light-green {
  background: #79d5b3;
}
.servive-block-dark {
  background: #555;
}
.servive-block-light {
  background: #ecf0f1;
}






















body{
    background-color: #f0f3f5;
    margin-top:20px;}

.boxs {
    position: relative;
    margin-bottom: 30px;
    color: #4d585f;
    /*background-color: white;*/
    background-color: black;
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: opacity 0.25s ease-out;
    -moz-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    border-radius: 3px;
}
.project_widget .pw_img {
    position: relative;
    overflow: hidden
}

.project_widget .pw_img:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.project_widget .pw_img:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.project_widget .pw_img img {
    border-radius: 3px 3px 0 0
}

.project_widget .pw_content .pw_header {
    padding: 20px;
    border-bottom: 1px solid #e6eaee
}

.project_widget .pw_content .pw_header h6 {
    font-size: 16px;
    margin: 0
}

.project_widget .pw_content .pw_header small {
    font-size: 12px
}

.project_widget .pw_content .pw_meta {
    padding: 20px
}

.project_widget .pw_content .pw_meta small,
.project_widget .pw_content .pw_meta span {
    display: block
}

.project_widget .pw_content .pw_meta span {
    font-weight: 500
}











/*

.rounded {
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
}

.mini-stat {
  padding: 15px;
  margin-bottom: 20px;
}

.mini-stat-icon {
  width: 60px;
  height: 60px;
  display: inline-block;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
  background: none repeat scroll 0% 0% #EEE;
  border-radius: 100%;
  float: left;
  margin-right: 10px;
  color: #FFF;
}

.mini-stat-info {
  font-size: 12px;
  padding-top: 2px;
}

span, p {
  color: white;
}

.mini-stat-info span {
  display: block;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 7px;
}

/* ================ colors =====================*/

/*

.bg-facebook {
  background-color: #3b5998 !important;
  border: 1px solid #3b5998;
  color: white;
}

.fg-facebook {
  color: #3b5998 !important;
}

.bg-twitter {
  background-color: #00a0d1 !important;
  border: 1px solid #00a0d1;
  color: white;
}

.fg-twitter {
  color: #00a0d1 !important;
}

.bg-googleplus {
  background-color: #db4a39 !important;
  border: 1px solid #db4a39;
  color: white;
}

.fg-googleplus {
  color: #db4a39 !important;
}

.bg-bitbucket {
  background-color: #205081 !important;
  border: 1px solid #205081;
  color: white;
}

.fg-bitbucket {
  color: #205081 !important;
} */

