/**
 2. Colonnes
 4. icones


**/

@media (min-width: 10px) {
    .container{
        width:340px;
    }
}

@media (min-width: 750px) {
    .container{
        width:750px;
    }
}

@media (min-width: 1080px) {
    .container{
		width: 1030px;
        padding-left:0;
        padding-right:0;
    }
}

@media (min-width: 1370px) {
    .container{
		width: 1365px;        
        padding-left:0;
        padding-right:0;
    }
}



/**
Généré avec https://www.fontsquirrel.com/tools/webfont-generator
**/
@font-face {
    font-family: 'abelregular';
    src: url('../fonts/abel-regular-webfont.eot');
    src: url('../fonts/abel-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/abel-regular-webfont.woff2') format('woff2'),
         url('../fonts/abel-regular-webfont.woff') format('woff'),
         url('../fonts/abel-regular-webfont.ttf') format('truetype'),
         url('../fonts/abel-regular-webfont.svg#abelregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/** BODY **/

body {
  padding-top: 50px;
  color:white;
  background:#FFF;
  font-family:'abelregular' !important;
  
}

section{
	text-align:left;
	clear:both;
}


.main {
  text-align: left;
  margin-top:10px;
  margin-bottom:30px;
}

/* Navigation */
.navbar{	
	background:white !important;
	background-image: none;
	border:1px solid black;
	border-left-width: 0;
	border-right-width: 0;
	margin-bottom:10px;
}

#navbar a{
	color:black;
	font-size:2em;
	text-decoration-color: rgb(0,0,0);
	margin-left:10px;
	margin-right:10px;
}

.nav li+li{
	float:right;
	display:block;
}

#navbar ul.nav{
	width: 100%;
}
.navbar-inverse .navbar-toggle .icon-bar{
	 background-color: grey;
}


/* Articles */
#realisations article{
	height:162px;
	width:288px;
	padding:0;
	display: inline-block;
    float: none; /* this is the part that makes it work */
    color:white;
  	position: relative;
  	overflow: hidden;
  	margin:25px;
  	border:1px solid rgba(0,0,0,1);
  	box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.5);
}

#realisations article:hover {
	box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.8);
}

#realisations article:hover img{
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
    filter: blur(2.5px);
    -webkit-filter: blur(2.5px);
}

#realisations article header {
	background-color:rgba(20,20,20,0.4);
}

#realisations article:hover header{
	background-color:rgba(20,20,20,0.9);
}

#realisations article p {
	text-align: right;
	font-size: 1.2em;
	padding:10px;
	color:black;
	display: none;
}

#realisations article:hover p {
	display: inline-block;
}

#realisations article img {
	position: absolute;
	top:0;
	left: 0;
	z-index: -5;
}

#realisations article .popup-youtube{
	display: block;
	height:162px;
	width:288px;
	position: absolute;
	text-align: right;
	font-size: 1.2em;
	padding:10px;
	color:transparent;
	text-decoration: none;
}

#realisations article:hover .popup-youtube{
	color:black;
}



/** FOOTER **/
#footer{
	color: black;
	height: 100%;
	clear: both;
	margin-left:10px;
}

/* About */
#footer section{
	padding-left:25px;
}

#contact span{
	 display:none;
}

#liens-ext a{	
	display: block;
	width:75px;
	height:75px;
	margin:5px;
	float:left;
	color: transparent;
}
#chaine-youtube{
	background: url(../img/youtube-small.png) no-repeat center;
}
#cv{
background: url(../img/cv-small.png) no-repeat;
}
#photo{
	min-width: 170px !important;
}

footer{
	margin-top:35px;
	padding-left:25px;
	clear:both;
	color: black;
}