/*
Theme Name: NQ Paris Futur
Theme URI: http://www.newquest.fr/?pol=parisfutur
Author: NQ Team
Author URI: http://www.newquest.fr/?pol=parisfutur
Description: NQ Paris Futur Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: parisfutur
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

NQ Paris Futur is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

figure {
    margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/* ------------ NEWQUEST ------------ */

.ff_light {
    font-family: 'Roboto Slab', serif;
    font-style: normal;
    font-weight: 300;
}

.ff_reg {
    font-family: 'Roboto Slab', serif;
    font-style: normal;
    font-weight: 400;
}

.ff_bold {
    font-family: 'Roboto Slab', serif;
    font-style: normal;
    font-weight: 700;
}

*{
    box-sizing: border-box;
}

html, body {
    margin: 0;
}

body {
    font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
    color: #c4c4c4;
    background: #131820;
}

a {
    color: inherit;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
}

input[type="text"], input[type="email"], input[type="url"],
input[type="password"], input[type="search"], input[type="number"],
input[type="tel"], input[type="range"], input[type="date"], input[type="month"],
input[type="week"], input[type="time"], input[type="datetime"],
input[type="datetime-local"], input[type="color"], textarea {
    padding:5px;
    border: 1px solid #31353c;
    border-radius: 3px;
    background: #131820;
    color: white;
    outline: none;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button {
    border: none;
    border-radius: 3px;
    background: #49c1b9;
    color: white;
    font-weight: 600;
    padding: 10px 25px;
    text-transform: uppercase;
}

.wpcf7{display:block; margin:40px 0 0 0;}

.wpcf7 .wpcf7-form .wpcf7-response-output{display:block; margin:20px auto 30px auto; background:white; padding:20px 10px; font-size:16px; line-height:20px; text-align:center;  }
.wpcf7 .wpcf7-form .wpcf7-response-output.wpcf7-display-none{display:none;}
.wpcf7 .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok { color: #6EC955; border-left:5px solid #6EC955; }
.wpcf7 .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ng { color: #DF1F1F; border-left:5px solid #DF1F1F; }
.wpcf7 .wpcf7-form .wpcf7-response-output.wpcf7-spam-blocked { color: #DF1F1F; border-left:5px solid #DF1F1F; }
.wpcf7 .wpcf7-form .wpcf7-response-output.wpcf7-validation-errors { color: #DF1F1F; border-left:5px solid #DF1F1F; }
.wpcf7 .wpcf7-form .wpcf7-not-valid-tip { display:block;color: #DF1F1F;}
.wpcf7 .screen-reader-response{display:none !important;}

#page {
    position: relative;
    overflow: hidden;
}

.site-header {
    display: block;
    height: 110px;
    position: relative;
    padding: 0 50px;
}

.logo_lnk {
    display: block;
    width: 252px;
    height: 80px;
    margin: 15px 0 0 0;
}

.logo_lnk .logo_img {
    display: block;
}

.header_nav {
    position: absolute;
    top: 28px;
    left: 350px;
    display: inline-block;
    height: 54px;
    margin: 0;
    padding: 0;
}

.header_nav ul.menu {
    height: 54px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header_nav ul.menu li {
    display: inline-block;
    margin: 0 0 0 18px;
    padding: 0;
    border-radius: 3px;
    border: 1px solid #2c3037;
    color: #b9babd;
    line-height: 54px;
}

.header_nav ul.menu li:first-child {
    margin: 0;
}

.header_nav ul.menu li a {
    display: block;
    padding: 0 30px;
    line-height: 54px;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}

.header_nav ul.menu li:hover {
    border-color: #49c1b9;
    color: #49c1b9;
}

.header-right-nav {
    display: inline-block;
    position: absolute;
    height: 64px;
    text-align: right;
    top: 23px;
    right: 50px;
}

.header-right-nav a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 15px;
    width: 64px;
    height: 64px;
    text-align: center;
    border-radius: 32px;
    border: 1px solid #31353c;
}

.header-right-nav a .fa {
    display: inline-block;
    font-size: 30px;
    line-height: 64px;
}

.header-right-nav a:hover .fa-instagram {
    color: #D2258D;
}

.header-right-nav a:hover .fa-facebook {
    color: #3b5998
}

.header-right-nav a:hover .fa-twitter {
    color: #55acee
}

.header-right-nav a:hover .fa-envelope-o {
    color: #49c1b9
}

.mobile-menu-icon {
    display: none;
}

.site-content {
    position: relative;
    margin: 20px 0;
}

.site-footer {
    display: block;
    min-height: 60px;
    padding: 20px 50px;
}

.site-footer .site-info {
    display: block;
    line-height: 20px;
    font-size: 11px;
    color: #8c8989;
}

.site-footer .site-info a {
    color: #b4b1b1;
    text-decoration: none;
}

#primary.with-sidebar {
    display: inline-block;
    vertical-align: top;
    width: 75%;
}

#secondary.widget-area {
    display: inline-block;
    vertical-align: top;
    width: 24%;
    padding: 20px;
}

.widget-area .widget {
    display: block;
    max-width: 450px;
    margin: 20px auto;
}

.widget-area .widget .widget-title {
    margin: 0 0 0 10px;
    text-align: left;
    color: #49c1b9;
}

.widget-area .widget ul {
    margin: 0;
    padding: 5px;
    border: 1px solid #31353c;
    border-radius: 3px;
    list-style: none;
}

.widget-area .widget ul li {
    padding: 5px 10px;
    border-bottom: 2px dotted #31353c;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.widget-area .widget ul li.half {
    display:inline-block;
    vertical-align: top;
    width:46%;
    margin:0 2%;
}

.widget-area .widget ul li.active {
    color: #49c1b9;
}

.widget-area .widget ul li:hover {
    color: #fff;
}

.widget-area .widget ul li:last-child,
.widget-area .widget-localisation ul li:nth-last-child(-n+2) {
    border-bottom: none;
}
/* @NewQuest */
.widget-area .widget .widget-content {
    margin: 0;
    padding: 10px;
    border: 1px solid #31353c;
    border-radius: 3px;
}
/* End @NewQuest */

.archive-breadcrumb {
    display: block;
    margin: 0 1%;
    padding: 5px 0;
    border-top: 2px dotted #31353c;
    border-bottom: 2px dotted #31353c;
    text-transform: uppercase;
}

.archive-breadcrumb .breadcrumb-heading{
    margin:0;
    font-size: 22px;
}

.archive-breadcrumb .breadcrumb-heading .blue{
    color:#49c1b9;
}

/* ------------ ARCHIVE PROJETS ------------ */
.projets-archive-container {
    font-size:0; /* inline-block margin fix*/
}

.projets-archive-title {
    border-top: 2px dotted #31353c;
    border-bottom: 2px dotted #31353c;
    font-size: 21px;
    text-transform: uppercase;
    color: #49c1b9;
    margin: 0 1%;
}

.projets-archive-container article {
    display: inline-block;
    vertical-align: top;
    width: 23%;
    margin: 1%;
    font-size: 14px;
}

.projets-archive-container .thumbnail {
    position: relative;
    width: 100%;
    padding-bottom: 55%;
    background: url(images/thumbnail-default.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
}
.projets-archive-container .thumbnail::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0;
    transition: opacity .3s;
    content: ' ';
}
.projets-archive-container .hover {
    width: 100%;
    position: absolute;
    top: 50%;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 14px;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
.projets-archive-container .hover .icon {
    display: block;
    position: relative;
    margin: 0 auto 4%;
    width: 18%;
    height: 0;
    padding-bottom: 18%;
    color: #fff;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: transform .3s;
    transition: transform .3s;
    will-change: transform;
}
.projets-archive-container .hover .icon::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #fff;
    content: ' ';
}
.projets-archive-container .hover .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48%;
    height: 48%;
    max-width: 46px;
    max-height: 46px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    will-change: transform;
}

.projets-archive-container .projet-title {
    margin: 5px 0;
    font-size: 18px;
    color: #fff;
}

.projets-archive-container .post-link:hover .hover {
    opacity: 1;
}
.projets-archive-container .post-link:hover .hover .icon {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.projets-archive-container .post-link:hover .thumbnail::before {
    opacity: 0.8;
}
.projets-archive-container .post-link:hover .projet-title {
    /*color: #49c1b9;*/
}

.projets-archive-container .projet-infos {
    list-style: none;
    padding: 0;
    margin: 0;
}

.projets-archive-container .projet-infos .fa {
    margin-right: 5px;
}

.projets-archive-container .projet-infos span {
    color: #828282;
}

.featured_projects {
    overflow: hidden;
    white-space: nowrap;
    margin: 0 0.5%;
    text-align: center;
}
.projets-archive-container article.featured {
    text-align: left;
    width: 32.33%;
    margin: 1% 0.5%;
    white-space: normal;
    transition: width .5s;
}
.projets-archive-container article.featured.hovering {
    width: 66%;
}
.projets-archive-container article.featured.reduced {
    width: 15.5%;
}
.projets-archive-container article.featured.reduced .projet-infos-container {
    opacity: 0.3;
}
.projets-archive-container .featured_projects article.featured .thumbnail::before{
    opacity: 1;
    background: url(images/gradient.png) bottom repeat-x;
}
.projets-archive-container article.featured .thumbnail {
    text-align: left;
    height: 570px;
    padding-bottom: 0;
    overflow: hidden;
}
.projets-archive-container article.featured .projet-infos-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    opacity: 1;
    transition: opacity .3s;
}
.projets-archive-container  article.featured .projet-title {
    font-size: 23px;
    text-transform: uppercase;
}
.projets-archive-container article.featured .projet-infos span {
    color: #fff;
}

/* ------------ SINGLE PROJETS ------------ */
.single-projet {
    padding: 20px;
}

.single-projet .post-gallery {
    display: inline-block;
    vertical-align: top;
    width: 65%;
    margin-right: 2%;
    cursor: pointer;
}

.single-projet .post-gallery figure{
    position: relative;
    margin:0;
}

.single-projet .post-gallery figure:after {
    content:"\f065";
    position: absolute;
    bottom:0;
    right:0;
    width:25px;
    height:25px;
    text-align: center;
    background:#000;
    opacity: 0.5;
    transition: opacity .3s ease;

    font: normal normal normal 14px/25px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.single-projet .post-gallery figure:hover:after {
    opacity:0.8;
}

.single-projet .post-gallery img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 1%;
}

.single-projet .post-content {
    display: block;
    vertical-align: top;
    width: 100%;
    max-width: 900px;
    margin:0 auto;
}

.single-projet .post-gallery + .post-content {
    display: inline-block;
    vertical-align: top;
    width: 32%;
}

.single-projet .projet-title {
    margin: 0 0 10px 0;
    font-size: 25px;
    line-height: 30px;
    color: white;
}

.single-projet .projet-infos {
    list-style: none;
    padding:0;
    margin:0;
}

.single-projet .projet-infos li{
    padding: 8px 0;
    border-top: 2px dotted #31353c;
}

.single-projet .projet-infos .fa{
    margin:0 5px;
}

.single-projet #projet_map_div {
    display: block;
    margin: 0 auto;
    position: relative;
}

.single-projet #projet_map_div #projet_map {
    display: block;
    z-index: 1;
    width: 100%;
    padding-bottom: 60%;
    background: #353535;
    position: relative;
}

.single-projet .projet-infos .video-container{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.single-projet .projet-infos .video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ------------ SINGLE PAGE ------------ */
.page-main {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}
/* ------------ 404 ------------ */
.error-404{
    margin: 50px;
    text-align: center;
}
.error-404 .page-header .page-title{
    font-size: 70px;
    font-weight: 600;
    line-height: 80px;
    margin: 0;
}
.error-404 .page-header .page-subtitle{
    font-size: 50px;
    line-height: 60px;
    margin: 0;
}
.error-404 .button{
    display:inline-block;
    margin-top: 40px;
}

/* ------------ MQ ------------ */

@media (max-width: 1200px) {
    .header_nav ul.menu li a {
        font-size: 16px;
    }

    .header-right-nav {
        display: none;
    }

    .widget-area .widget ul li.half {
        width:96%;
    }

    .archive-breadcrumb{
        margin: 0 2%;
    }

    .projets-archive-title {
        margin-left: 2%;
        margin-right: 2%;
    }

    .projets-archive-container article {
        display: inline-block;
        vertical-align: top;
        width: 46%;
        margin: 2%;
    }
    .featured_projects {
        margin-left: 1.5%;
        margin-right: 1.5%;
    }
    .projets-archive-container article.featured {
        text-align: left;
        width: 32.33%;
        margin: 1% 0.5%;
    }
    .projets-archive-container article.featured .thumbnail {
        height: 480px;
    }
    .projets-archive-container article.featured .projet-title {
        font-size: 18px;
    }
}

@media (max-width: 900px) {

    .logo_lnk {
        display: block;
        width: 150px;
        margin: 30px 0 0 0;
    }

    .header_nav {
        position: fixed;
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
        opacity: 0;
        z-index:999;

        transition: all .3s ease;
    }

    .site-header.open .header_nav {
        opacity: 1;
        top: 0;
    }

    .header_nav ul.menu {
        position: relative;
        height: auto;
        top: 30%;

    }

    .header_nav ul.menu li {
        display: block;
        margin: 0;
        text-align: center;
        border: none;
    }

    .header_nav ul.menu li a {
        font-size: 22px;
    }

    .header-right-nav {
        position: fixed;
        display: block;
        top: auto;
        bottom: 100%;
        left: 0px;
        right: auto;
        width: 100%;
        text-align: center;
        opacity: 1;
        z-index:999;

        transition: all .3s ease;
    }

    .site-header.open .header-right-nav {
        opacity: 1;
        bottom: 30px;
    }

    .header-right-nav a {
        width: 48px;
        height: 48px;
        margin: 0 7px;
        border-radius: 24px;
    }

    .header-right-nav a .fa{
        font-size: 25px;
        line-height: 48px;
    }

    .mobile-menu-icon .fa {
        display: none;
        width: 48px;
        height: 48px;
        text-align: center;
        border-radius: 32px;
        font-size: 25px;
        line-height: 48px;
        border: 1px solid #31353c;
    }

    .mobile-menu-icon {
        display: block;
        position: absolute;
        top: 30px;
        right: 30px;
        z-index:999;
    }

    .site-header.open .mobile-menu-icon {
        position: fixed;
    }

    .site-header .mobile-menu-icon .fa-bars {
        display: block;
    }

    .site-header.open .mobile-menu-icon .fa-times {
        display: block;
    }

    .site-header.open .mobile-menu-icon .fa-bars {
        display: none;
    }

    #primary.with-sidebar {
        width: 100%;
    }

    #secondary.widget-area {
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }

    .widget-area .widget ul li.half {
        width:46%;
    }

    .single-projet .post-gallery + .post-content {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .single-projet .post-gallery{
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    .single-projet .post-gallery figure {
        display: none;
        width: 100%;
        height: auto;
        margin-bottom: 1%;
    }

    .single-projet .post-gallery figure:first-child {
        display: block;
    }
}

@media (max-width: 768px) {
    .projets-archive-container article.featured {
        text-align: left;
        width: 49%;
        margin: 1% 0.5%;
    }
    .projets-archive-container article.featured.hovering {
        width: 68%;
    }
    .projets-archive-container article.featured.reduced {
        width: 30%;
    }
}

@media (max-width: 720px) {

    .archive-breadcrumb{
        margin: 0 4%;
    }

    .archive-breadcrumb .breadcrumb-heading{
        font-size: 18px;
    }

    .projets-archive-container article {
        display: inline-block;
        vertical-align: top;
        width: 92%;
        margin: 4%;
    }
}

@media (max-width: 425px) {
    .projets-archive-container .featured_projects {
        display: none;
    }
}





