/*
Theme Name: PIC
Theme URI: #
Author: Jeremy Bornerand
Author URI: http://jeremybornerand.com/
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
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.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	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;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	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: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.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;
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer: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,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #000;
	font-family: "Space Mono", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.4;
	margin: 0 0 1em;
	padding: 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
}

h1 {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 300;
}

h2,
.home.blog .entry-title {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

p {
	margin: 0 0 1.5em;
	padding: 0;
}

p:last-child, ul:last-child{
	margin-bottom: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #666;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.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: #eee;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
	content: "";
}

:focus {
	outline: none;
}


/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

label {
	color: #333;
	display: block;
	font-weight: 800;
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
}

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 {
	color: #666;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 0.7em;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #222;
	border-color: #333;
}

select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
	background-color: #222;
	border: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1;
	padding: 1em 2em;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #767676;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #bbb;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #333;
	font-family: "Space Mono", "Helvetica Neue", helvetica, arial, sans-serif;
}

:-moz-placeholder {
	color: #333;
	font-family: "Space Mono", "Helvetica Neue", helvetica, arial, sans-serif;
}

::-moz-placeholder {
	color: #333;
	font-family: "Space Mono", "Helvetica Neue", helvetica, arial, sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #333;
	font-family: "Space Mono", "Helvetica Neue", helvetica, arial, sans-serif;
}

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

hr {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

ul,
ol {
	margin: 0 0 1.5em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
}

thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

th {
	padding: 0.4em;
	text-align: left;
}

tr {
	border-bottom: 1px solid #eee;
}

td {
	padding: 0.4em;
}

th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a {
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-bottom: 1px solid transparent;
}

a:focus {
	outline: 0!important;
}

a:hover,
a:active {
	color: #000;
	outline: 0!important;
	border: 0;
}



/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/



/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
	opacity: 0;
/* 	min-width: 1310px; */
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
/* 	-webkit-font-smoothing: antialiased; */
}

.wrapper{
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0 120px;
	max-width: 1200px;
}

.wrapperr{
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0;
	/* max-width: 1240px; */
}

.clear{
	clear: both;
}

.owl-theme .owl-nav .disabled {
	cursor: default!important;
}


/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/

#masthead .wrap {
	position: relative;
}

.site-header {
	position: relative;
	z-index: 10;
}

.opened .site-header {
	background: #F01021;
}

/* Site branding */


.site-title {
	clear: none;
	font-size: 50px;
	font-weight: 700;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	position: fixed;
	left: 30px;
	bottom: 12px;
}

.site-title,
.site-title a {
	color: #000;
	border-bottom: 0!important;
	opacity: 1; /* Prevent opacity from changing during selective refreshes in the customize preview */
}

.site-title a:hover{
	color: #fff;
}

/* .contact-open .site-title a:hover{
	color: #FFF;
} */


header h2{
	text-transform: uppercase;
	position: fixed;
	left: 230px;
	bottom: 12px;
	font-size: 50px;
	font-weight: 700;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
	opacity: 0;
}

.opened header h2{
	opacity: 1;
}

.menu-principal-container{
	float: right;
}

.main-menu{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

.main-menu li{
	display: inline-block;
	margin-right: 30px;
}

.main-menu li a{
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	color: black;
	border-bottom: 0!important;
}

.main-menu li a:hover{
	color: #F01021;
}

.contact-open .main-menu li a:hover{
	color: #FFF;
}

.infos{
	display: none;
	font-size: 50px;
	font-weight: 700;
	position: fixed;
	left: 0;
	top: 0;
	background: white;
	width: 100%;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	z-index: 1;
	padding: 15px 30px 120px;
	line-height: 1.2;
}

.infos a{
	position: relative;
	border: 0!important;
}

.infos a:after{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 5px;
	left: 0;
	bottom: 4px;
	background: #000;
	opacity: 0;
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}

.infos a:hover:after{
	opacity: 1;
}

.infosc{
	opacity: 0;
	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}

.opened .infosc{
	opacity: 1;
}

.botom{
	display: none;
	position: fixed;
	width: 100%;
	height: 100px;
	background: white;
	z-index: -1;
	left: 0;
	bottom: 0;
}

/* .opened .botom{
	opacity: 1;
} */

#ascrail2000{
	z-index: 20!important;
}

/*--------------------------------------------------------------
13.3 Regular Content
--------------------------------------------------------------*/

html.scrolloff{
	overflow: hidden;
	position: relative;
}

.scrolloff body{
	overflow: hidden;
	position: relative;
}

.scrolloff #content{
	position: fixed;
	width: 100%;
}

.site-content {
	padding: 0;
}

.intro, .contact{
	font-size: 23px;
	line-height: 34px;
	text-transform: uppercase;
}

.classique{
	font-size: 23px;
	line-height: 34px;
}

.contentmob{
	margin-bottom: 40px;
	display: none;
}

.contact{
	width: 100%;
	position: fixed;
	z-index: 8;
	margin-top: -200px;
	left: 0;
	top: 0;
	transform: translate(0,-100%);
    -webkit-transform: translate(0,-100%);
	-webkit-transition: all 600ms cubic-bezier(1, 0, 0, 1) 400ms;
	transition:         all 600ms cubic-bezier(1, 0, 0, 1) 400ms;
}

.contact-open .contact{
	transform: translate(0,0);
    -webkit-transform: translate(0,0);
	margin-top: 0;
	-webkit-transition: all 600ms cubic-bezier(1, 0, 0, 1) 0ms;
	transition:         all 600ms cubic-bezier(1, 0, 0, 1) 0ms;
	
}

.contact-open.opened .contact{
	top: 0;
}

.contact:after{
	content: '';
	display: block;
	height: 0;
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	margin-top: -1px;
	background: inherit;
	-webkit-transition: all 600ms cubic-bezier(1, 0, 0, 1) 0ms;
	transition:         all 600ms cubic-bezier(1, 0, 0, 1) 0ms;
}

.contact-open.opened .contact:after{
	height: 100%;
}

.contact .wrapper{
	padding: 118px 120px 50px;
	opacity: 0;
	transition: opacity 0.4s ease 0ms;
	-webkit-transition: opacity 0.4s ease 0ms;
}

.contact-open .contact .wrapper{
	opacity: 1;
	transition: opacity 0.4s ease 600ms;
	-webkit-transition: opacity 0.4s ease 600ms;
}

.menucategories{
	margin: 0 -10px;
}

.annee{
	width: 25%;
	float: left;
	padding: 50px 10px 0;
}

.annee:nth-of-type(4n+1){
	clear: both;
}

.annee h3, .classique h3{
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 10px;
}

.annee ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.annee ul li{}

.annee ul li a, .legleft h3{
	font-size: 23px;
	line-height: 34px;
	text-transform: uppercase;
	font-weight: 400;
}

.annee ul li span, .legleft h3 span{
	font-size: 12px;
	line-height: 34px;
	font-weight: 700;
	text-transform: none;
}

.projet{
	margin-top: 0;
}

.projet .owl-dots{
	display: none!important;
}

.projet .owl-nav{
	margin: 0;
}

.projet .owl-nav .owl-prev{
	position: absolute;
	text-indent: -999em;
	overflow: hidden;
	display: block;
	width: 40%;
	height: 70%;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	cursor: w-resize;
	background: transparent!important;
}

.projet .owl-nav .owl-next{
	cursor: e-resize;
	position: absolute;
	text-indent: -999em;
	overflow: hidden;
	display: block;
	width: 40%;
	height: 70%;
	right: 0;
	top: 0;
	margin: 0;
	padding: 0;
	background: transparent!important;
}

.projet .owl-item{
	background: url(assets/css/AjaxLoader.gif) no-repeat center center;
	background-size: 16px 16px;
	width: 100%;
	padding: 0;
}

.portrait .owl-item, .portrait .item-video{
	height: 900px!important;
}

.projcont{
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	line-height: normal;
}

.projet .item-video{
	/* min-height: 600px;
	position: absolute; */
	width: 100%;
}

.projet .item-video > *, .projet .item-video iframe{
	width: 100%;
	height: 100%;
	margin: 0;
}

.iti{
	overflow: hidden;
	display: block;
    height: 100%;
}

.projet .owl-item img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.projet .owl-item .vert img{
	display: block;
	margin: 0 auto;
	height: 100%;
	width: auto;
}

.legende{
	padding: 20px 0;
}

.legleft{
	display: inline-block;
	line-height: 34px;
	margin-top: -5px;
}

.legleft h3, .legleft p{
	margin: 0;
	display: inline-block;
}

.legleft h3{
	margin-right: 34px;
}

.legright{
	float: right;
	text-align: right;
	line-height: 34px;
	padding-left: 40px;
}

.legright p{
	margin-bottom: 0;
	font-weight: 700;
}

/* 404 page */

.error404 .page-content {
	padding-bottom: 4em;
}

.error404 .page-content .search-form,
.search .page-content .search-form {
	margin-bottom: 3em;
}

/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/

.site-footer {
	
}





/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/

img,
video {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

img.alignleft,
img.alignright {
	float: none;
	margin: 0;
}

.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 {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption,
.gallery-caption {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	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;
}

#nav-icon3 {
	display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 50px;
  top: 52px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 12;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #000;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/*
#nav-icon3.open span{
	background: white;
}
*/

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 24px;
}

#nav-icon3 span:nth-child(4) {
  top: 12px;
}

#nav-icon3.open span:nth-child(1) {
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  width: 0%;
  left: 50%;
}

.projet .owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 5px 5px;
}

.projet .owl-theme .owl-dots .owl-dot.active span, .projet .owl-theme .owl-dots .owl-dot:hover span {
    background: #000;
}

/* .mobdetect .projet .owl-nav{
	display: none;
} */

.projet .slide-num, .mobilfix{
	display: none;
}

.single .projet {
	margin-top: 0;
}

/* .single .site-content{
	padding-top: 44px;
} */

a.mail{
	word-break: break-word;
}

.plyr{
	height: 100%;
}

:root {
	--plyr-color-main : #f01021;
}

.plyr__menu{
	display: none!important;
}

.plyr__video-wrapper{
	z-index: 0;
}

.plyr--video .plyr__controls{
	z-index: 4;
}

.projet .item-video > iframe{
	//display: none;
}

/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/

@media screen and (max-width: 1490px) {
	.infos, .site-title, header h2{
		font-size: 45px;
	}
}

@media screen and (max-width: 1400px) {
	.portrait .owl-item, .portrait .item-video{
		height: 800px!important;
	}
}

@media screen and (max-width: 1390px) {
	.infos, .site-title, header h2{
		font-size: 40px;
	}
}

@media screen and (max-width: 1300px) {
	.portrait .owl-item, .portrait .item-video{
		height: 700px!important;
	}
}

@media screen and (max-width: 1200px) {
	.annee {
    	width: 33.33%;
    }
    .annee:nth-of-type(4n+1) {
	    clear: none;
	}
	.annee:nth-of-type(3n+1) {
	    clear: both;
	}
	.legleft h3 {
	    margin-right: 25px;
	}
	.portrait .owl-item, .portrait .item-video{
		height: 600px!important;
	}
	
}

@media screen and (max-width: 1190px) {
	.infos, .site-title, header h2 {
		font-size: 35px;
	}
	header h2{
		left: 170px;
	}
	.botom{
		height: 85px;
	}
}

@media screen and (max-width: 990px) {
	.site-header{
	    border-bottom: 0;
	    line-height: normal;
	    background: transparent!important;
	}
	.openedd .site-header{
		z-index: 7;
	}
	.menucategories{
		display: none;
	}
	/* .site-title{
		position: relative;
	    left: 0;
	    top: 0;
	    font-size: 122px;
	    line-height: 1;
	    margin: 30px 0 0 43px;
	} */
	.site-content {
		padding-top: 0;
	}
	.menu-principal-container, .intro, .legright, .legleft p{
		display: none;
	}
	.legleft{
		width: 100%;
		margin-top: 0;
	}
	.legleft h3 {
	    margin-right: 0;
	}
	.wrapper{
		padding: 0 50px;
	}
	.portrait .owl-item, .portrait .item-video{
		height: 500px!important;
	}
	.projet{
		line-height: normal!important;
		height: auto!important;
	}
	#nav-icon3 {
		display: block;
	}
	.openedd #nav-icon3{
		position: fixed;
	}
	.annee h3, .classique h3{
		font-size: 33px;
	    margin-bottom: 15px;
	}
	.annee ul li a, .legleft h3 {
    	font-size: 28px;
    	line-height: 36px;
    }
    .annee ul li span, .legleft h3 span {
	    font-size: 15px;
	    line-height: 36px;
    }
    .contentmob{
	    display: block;
    }
    .contact{
        font-size: 26px;
		line-height: 38px;
    }
    .contact .wrapper {
    	padding: 0 50px 50px;
    }
    .contentmob h3.logo{
	    font-size: 122px;
	    line-height: 1;
	    margin: 30px 0 45px -7px;
    }
    
    .contact .wrapper > p{
	    font-weight: 700;
    }
    .single .projet{
	    margin-top: 11px;
    }
    .classique{
	        padding-top: 40px;
    }
    .projet .item-video{
		min-height: 500px;
	}
	.mobilfix {
		display: block;
    	position: fixed;
    	top: 0;
    	width: 100%;
    	z-index: 9;
    	transform: translate(0,-100%);
    	-webkit-transform: translate(0,-100%);
    	-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
    }
	.scrolled.scrollup .mobilfix{
		transform: translate(0,0);
		-webkit-transform: translate(0,0);
	}
	.opened .mobilfix .site-title a{
		opacity: 0;
	}
	.infos, .site-title, header h2 {
		font-size: 29px;
	}
	header h2 {
		left: 125px;
	}
}

@media screen and (max-width: 900px) {
	.annee {
    	width: 50%;
    }
    .annee:nth-of-type(3n+1) {
	    clear: none;
	}
	.annee:nth-of-type(2n+1) {
	    clear: both;
	}
	.portrait .owl-item, .portrait .item-video{
		height: 420px!important;
	}
	.projet .slide-num {
	    display: none!important;
	    position: absolute;
	    right: 20px;
	    bottom: 20px;
	}
	.projet .item-video{
		min-height: 400px;
	}
	.botom{
		height: 80px;
	}
}

@media screen and (min-width: 800px) {
	.contact p a i{
		display: none;
	}
}

@media screen and (max-width: 800px) {
	.contact p a i{
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.infos, .site-title, header h2 {
		font-size: 25px;
	}
	.infos a{
		word-break: break-word;
	}
	.projet .item-video > iframe{
		display: block;
		border: 0;
		margin: 0;
		width: 100%;
		height: 100%;
	}
	.projet .item-video .plyr{
		display: none!important;
	}
	.wrapper {
	    padding: 0 30px;
	}

	.portrait .owl-item, .portrait .item-video {
	    height: 340px!important;
	}
	#nav-icon3{
		width: 42px;
		height: 42px;
		right: 30px;
		top: 30px;
	}
	#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
	    top: 17px;
	}
	#nav-icon3 span:nth-child(4) {
	  top: 9px;
	}

	/* .site-title{
		font-size: 80px;
		margin: 16px 0 0 28px;
	} */
	.annee{
		padding: 30px 10px 0;
	}
	.annee ul li {
	    margin-bottom: 5px;
	}
	.annee h3, .classique h3 {
	    font-size: 27px;
	    margin-bottom: 12px;
	}
	.annee ul li a, .legleft h3 {
	    font-size: 23px;
	    line-height: 26px;
	}
	.annee ul li span, .legleft h3 span {
	    font-size: 13px;
	    line-height: 26px;
	}
	/* .projet {
	    margin-top: 65px;
	}
	.projets{
		padding-top: 20px;
	} */
	.contact .wrapper {
	    padding: 0 30px 50px;
	}
	.contact, .classique{
		font-size: 21px;
		line-height: 32px;
	}
	.contentmob h3.logo {
	    font-size: 80px;
	    margin: 16px 0 24px -2px;
	}
	/* .projet .slide-num{
		bottom: -46px;
	} */
	.single .projet{
	    margin-top: 0;
    }
    .single .site-content{
		padding-top:33px;
	}
    .projet .item-video{
		min-height: 350px;
	}
	.infos{
		/* font-size: 15px; */
		padding-top: 25px;
	}
	header h2{
		font-size: 15px;
		bottom: 20px;
		line-height: 1;
		left: 112px;
		display: none;
	}
	.botom{
		height: 70px;
	}
}

@media screen and (max-width: 427px) {
	.infos{
		/* font-size: 13px; */
	}
	.infos, .site-title, header h2 {
		font-size: 22px;
	}
	header h2 {
		font-size: 13px;
		bottom: 21px;
		left: 106px;
	}
	/* .wrapper, .wrapperr {
	    padding: 0 20px;
	}
	.portrait .owl-item{
		padding: 0 20px;
	} */
	.portrait .owl-item, .portrait .item-video {
	    height: 270px!important;
	}
	.legende {
	    padding: 10px 0;
	}
	#nav-icon3{
		width: 36px;
		height: 36px;
		right: 20px;
		top: 23px;
	}
	#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
	    top: 16px;
	}
	#nav-icon3 span:nth-child(4) {
	    top: 8px;
	}
	/* .site-title{
		font-size: 60px;
		margin: 12px 0 0 17px;
	} */
	.annee{
		padding: 22px 10px 0;
	}
	.annee ul li {
	    margin-bottom: 0;
	}
	.annee h3, .classique h3 {
	    font-size: 20px;
	    margin-bottom: 9px;
	}
	.annee ul li a, .legleft h3 {
	    font-size: 16px;
	    line-height: 23px;
	}
	.annee ul li span, .legleft h3 span {
	    font-size: 9px;
	    line-height: 23px;
	}
	/* .projet {
	    margin-top: 45px;
	}
	.projets{
		padding-top: 10px;
	} */
	.contact .wrapper {
	    padding: 0 20px 30px;
	}
	.contact, .classique{
		font-size: 14px;
		line-height: 19px;
	}
	.contentmob h3.logo {
	    font-size: 60px;
	    margin: 12px 0 21px -3px;
	}
	/* .projet .slide-num{
		bottom: -34px;
		font-size: 9px;
	} */
	.projet .owl-theme .owl-dots .owl-dot span{
		margin: 5px 3px;
	}
	.single .site-content {
	    padding-top: 25px;
	}
	.projet .item-video{
		min-height: 220px;
	}
	.site-content {
	    padding-bottom: 50px;
	}
	a.insta {
	    word-break:  break-all;
	}
	.botom{
		height: 64px;
	}
}

@media screen and (max-width: 374px) {
	.projet .owl-dots{
		bottom: -40px;
	}
	.infos, .site-title, header h2 {
		font-size: 17px;
	}
	.botom{
		height: 55px;
	}
}

/*--------------------------------------------------------------
20.0 Print
--------------------------------------------------------------*/

@media print {

	/* Hide elements */

	form,
	button,
	input,
	select,
	textarea,
	.navigation-top,
	.social-navigation,
	#secondary,
	.content-bottom-widgets,
	.header-image,
	.panel-image-prop,
	.icon-thumb-tack,
	.page-links,
	.edit-link,
	.post-navigation,
	.pagination.navigation,
	.comments-pagination,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link,
	.site-footer aside.widget-area,
	.site-info {
		display: none !important;
	}

	.entry-footer,
	#comments,
	.site-footer,
	.single-featured-image-header {
		border: 0;
	}

}
