@import url(https://fonts.googleapis.com/css?family=Poiret+One);
@import url(https://fonts.googleapis.com/css?family=Julius+Sans+One);
@import url(https://fonts.googleapis.com/css?family=Quicksand:400,700);
@import url(https://fonts.googleapis.com/css?family=Megrim);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100);

body{
    margin:0;
    padding-bottom:50;
    background: url() no-repeat center fixed;
    -webkit-background-size: cover; /* pour Chrome et Safari */
    -moz-background-size: cover; /* pour Firefox */
    -o-background-size: cover; /* pour Opera */
    background-size: cover; /* version standardisée */
    font-family: Raleway, Helvetica, sans-serif;
}

#content {
    margin-bottom: 5em;
    text-align: center;
}

hr { width: 75%; margin: 1.5em auto; }

img.standalone {
    margin: 1em auto;
    display: block;
}

.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
  padding-top: 75%;
}

/* ITEMS LIST */
.items-list .row {
    margin: 1.5em auto;
}

.items-list h1 {
    font-size: 1.7em;
    font-weight: 700;
    margin: 2em auto 1em auto;
}

.items-list h2 {
    font-size: 1.1em;
    font-weight: 700;
    margin-left: 0.9375rem;
    text-align: justify;
}

.items-list h2 span {
    font-family: Raleway;
    font-weight: 400;
}

.items-list .item {
    position: relative;
    margin: 0.9375rem auto;
    width: 100%;
}

.items-list .item .item-hover,
.items-list .item .item-hover .item-info,
.items-list .item .item-hover .item-info .headline,
.items-list .item .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.items-list .item-type-line .item-hover {
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 0;
    display: block;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}

.items-list .item-type-line .item-hover:hover {
    opacity: 1;
}

.items-list .item .item-hover .item-info .headline {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1;
}

.items-list .item .item-hover .item-info .headline .project_title {
    color: #FFF;
    font-size: 2.5rem;
    text-transform: uppercase;
}

.items-list .item .item-hover .item-info .headline .project_description {
    color: #FFF;
    font-size: 1.1rem;
}

.items-list .item .mask {
    background-color: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 0;
}

.items-list .item .item-img {
    padding-bottom: 80%;
    width: 100%;
    display: block;
    background-size: cover;
}

/* SINGLE PROJECT */
.single_project h1 {
    font-size: 1em;
    font-family: lato-bold, Helvetica, Arial, sans-serif;
    text-align: center;
}

.single_project .description {
    width: 80%;
    margin: 3em auto 2em;
}

.single_project .description p {
    font-size: 0.8em;
    text-align: justify;
}

.single_project .description.center p {
    text-align: center;
}

/* ACTUALITES */
#news .item .item-img {
    padding-bottom: 50%;
    width: 100%;
    display: block;
    background-size: cover;
}

#wip .item .item-img {
    padding-bottom: 65%;
}

#links .item .item-img {
    padding-bottom: 50%;
}

/* CONTACT */
#contact #biography h1 {
    font-size: 1em;
    font-weight: 700;
    margin: 2em auto 1em;
}

#contact #biography .columns {
    padding-top: 0.5em;
    padding-bottom: 0.2em;
}

#contact #biography .columns p {
    text-align: justify;
    font-size: 0.7em;
}

#contact #biography #bio_fr {
    border-right: 1px solid #CECECE;
}

#contact #biography #bio_en p {
}

@media screen and (max-width: 39.9375em) {
    #contact #biography #bio_fr {
        border-right: none;
        border-bottom: 1px solid #CECECE;
        margin-bottom: 1em;
    }
}

#png {
    text-align: center;
    padding-left: 10px;
    padding-top: 20px;
    margin-top: 20px;
    font-size: 20px;
}

#png ul {
    margin: 0 auto 2em;
}

#png ul li {
    display: inline-block;
    margin: 15px;
}

#png ul li a {
    display: block;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

#png ul li a:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

#png ul li a img {
    width: 45px;
}

/* FOOTER */
#footer{
    display : table-row;
	font-family: 'Quicksand', sans-serif;
	position: fixed;
	bottom: 0;
	margin: 0 auto 20px auto;
	width: 100%;
	text-align: center;

}