html {
	font-family: "Helvetica Neue", "Yu Gothic", "Yugothic";
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	
}

body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Helvetica Neue", "Yu Gothic", "Yugothic";

}

.w1, .w2, .w3, .w6 { -webkit-font-smoothing: antialiased; }

.w1 {
  font-family: "HelveticaNeue-Thin", "Helvetica Neue Thin", "Helvetica Neue", ".HiraKakuInterface-W1";
  font-weight: 100;
  line-height: 1.5;
  color: #3a3a3a;
}

.w2 {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", ".HiraKakuInterface-W2";
    font-weight: 300;
    color: #3a3a3a;
    line-height: 1.5;
}


.w3 {
	font-family: "Helvetica Neue", "Yu Gothic", "Yugothic";
	font-weight: 400;
	color: #3a3a3a;
	line-height: 1.5;
}

.w6 {
	font-family: "Helvetica Neue", "Yu Gothic", "Yugothic";
  font-weight: 700;
  color: #3a3a3a;
  line-height: 1.5;
}



article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}
header#masthead {
    height: 60px;
    position: fixed;
    background-color: white;
    z-index: 2;
    width: 100%;
	
}
.site-branding {
    display: inline-block;
}
p.site-title {
    font-size: 21px;
	margin: 16px 0 0 0;
	padding-left: 2vw;
}
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: 1.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;
}
/*--------------------------------------------------------------
## SELECTION
--------------------------------------------------------------*/
::-moz-selection {
  color: white;
  background: #b5d0e2;
}

::selection {
  color: white;
  background: #b5d0e2;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	font-family: "Helvetica Neue", "Yu Gothic", "Yugothic";
	font-size: 14px;
	line-height: 1.5;
}
div#page {
    min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
}

p {
	margin: 0;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	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-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. */
}

.le_gros_lien img {
	height: auto;
    width: auto;
    max-width: 100%;
	    vertical-align: middle;
    max-height: 18.9vw;
}

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
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border:none;
	background: white;
	color: #3a3a3a;
/*	float: right;*/
	padding: 0;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border:none;
	outline: none;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border:none;
	    padding: 0;
    text-indent: 0;
    margin: 0;
}

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;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

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: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #3a3a3a;
	text-decoration: none;
	outline : none;
}

a:visited {
	color: #3a3a3a;
	outline: none;
}

a:hover,
a:focus,
a:active {
	color: #ccc;
	outline: none;
}

a:focus {
	outline: none;
	color:#3a3a3a;
}

a:hover,
a:active {
	outline: none;
	color: #ccc;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
    display: inline-block;
    float: right;
    width: auto;
	padding-right: 2vw;
	margin: 23px 0 0 0;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.menu-menu-afl-container {
    display: inline-block;
}
span.btn.js-scroll-to-ancre, span.les_projets {
    display: inline-block;
    vertical-align: top;
}
.main-navigation li {
	float: left;
	position: relative;
    padding-left: 16px;
}
#primary-menu .menu-item-object-category a {
    color: #ccc;
	outline: none;
}

.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 {
}
/* qtranslate */
.main-navigation ul ul {
    box-shadow: none;
    float: left;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
}
p.qtranxs-available-languages-message.qtranxs-available-languages-message-fr, p.qtranxs-available-languages-message.qtranxs-available-languages-message-en {
    display: none;
}
p.site-description {
    display: none;
}
.qtranxs-lang-menu>a {
    display: none;
}
.main-navigation ul ul a {
    width: auto;
}
.main-navigation ul ul li {
    padding-left: 0;
}
/* pages */
.page .entry-content>p {
text-align: center;
	margin: 40px;
}
.page .entry-content img {
	max-width: 800px;
	width: 100%;
}
.page .hentry ul {
    list-style: none;
    -webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
    margin: 50px 2vw 20px 2vw;
    line-height:inherit;
    padding: 0;
}
.page .hentry ul li {
	margin-bottom: 8px;
}






.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%;
}

/* 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,
.entry-content_sp:before,
.entry-content_sp: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,
.entry-content_sp: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
--------------------------------------------------------------*/
.projets, .les_categories {
    display: flex;
	flex-direction: row;
    flex-wrap: wrap;
	width: 100%;
	    min-height: 85vh;
}
.projets .lepost, .les_categories .lepost {
    width: 10.5vw;
    height: 10.5vw;
    margin: 2.9vw;
}
a.le_gros_lien {
    width: 10.5vw;
	height: 10.5vw;
	}
.projets img.attachment-post-thumbnail, .les_categories img.attachment-post-thumbnail {
    vertical-align: middle;
    max-height: 10.5vw;
    max-width: 10.5vw;
    width: auto;
}	
a.le_gros_lien {
    width: 10.5vw;
    height: 10.5vw;
    position: absolute;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.projets img.attachment-post-thumbnail, .les_categories img.attachment-post-thumbnail  {
    vertical-align: middle;
    max-height: 10.5vw;
    max-width: 10.5vw;
	width: auto;
}
#le_titre {
    opacity: 0;
	margin-top: 4px;
	font-size: 15px;
	text-align: center;
}
.le_gros_lien:hover #le_titre {
    opacity: 1;
	color: #3a3a3a;
}
.projets h2, .projets span.cat-proj, .les_categories h2, .les_categories span.cat-proj, ul.post-categories {
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-top: 5px;
}
.bloc_titre {
    display: inline-block;
}
.bloc_titre, .pagination {
	padding-top: 3vh;
    height: 10vh;
}
.bloc_titre{
	padding-left: 35px;
}
.pagination {
	padding-right: 35px;
}
span.les_archis p::before {
    content:'—';
	margin-right: 10px;
}
span.les_archis {
    display: inline-block;
}
.les_archis p {
    margin:0;
	padding:0;
}
.pagination {
    width: auto;
    float: right;
}
span.titre_post {
    font-weight: bold;
    margin-right: 10px;
}

footer.entry-footer {
    display: none;
}
.projets .cat-proj a, .les_categories .cat-proj a, ul.post-categories a {
    color: #ccc;
}
.projets .box, .les_categories .box {
    width: 335px;
    margin: 0;
    text-align: center;
}

ul.post-categories{
    list-style: none;
    margin: 0;
    padding: 0;
}
.sticky {
	display: block;
}

.hentry {
	margin: 0;
}
div#primary {
/*    margin-top: 10vh;*/
    margin: 10vh 3vw 2vh 3vw;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-content_sp,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}
/*--------------------------------------------------------------
## ACF
--------------------------------------------------------------*/
span.lelien p::before {
	content:"— "
}
span.lelien {
    display: inline-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%;
}
.category-video p, .category-film p, .category-vr p {
	text-align: center;
}
.category-video iframe, .category-film iframe, .category-vr iframe {
    width: 142.2vh; 
    height: 80vh;
}
/*--------------------------------------------------------------
## 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;
}

/*--------------------------------------------------------------
## OWL
--------------------------------------------------------------*/

.owl-theme .owl-controls .owl-buttons div {
    opacity: 0!important;
	padding: 0!important;
    border-radius: 0!important;
	    font-size: inherit!important;
}
.owl-theme .owl-controls .owl-page {
    pointer-events: none;
}
.owl-theme .owl-controls {
    width: 100px;
    margin: auto;
}
.owl-prev, .owl-next {
    width: 50%;
    height: 100%;
    margin: 0!important;
}
.owl-next {
    cursor: url("../../pack/img/cursor_right.png"), pointer!important;
	cursor: -webkit-image-set(  url("../../pack/img/cursor_right.png") 1x,  url("../../pack/img/cursor_rightHD.gif") 2x), auto;	
}
.owl-prev {
    cursor: url("../../pack/img/cursor_left.png"), pointer!important;
	cursor: -webkit-image-set(  url("../../pack/img/cursor_left.png") 1x,  url("../../pack/img/cursor_leftHD.gif") 2x), auto;	
}
.owl-theme .owl-buttons {
    margin: 0;
    text-align: center;
    position: absolute;
    height: 80vh;
    width: 100%;
    top: 0;
	left:0;
}
.owl-theme .owl-controls {
        margin-top: 0!important;
    padding-top: 3vh; }
div.owl-numbers {
    display: none;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
    display: none;
}
.owl-pagination {
	counter-reset: my-badass-counter;
}
.owl-pagination div:before {
	content: counter(my-badass-counter);
	counter-increment: my-badass-counter;
	float:left;
	text-indent: -999999px;
}
div.owl-page.active:before {
	text-indent: 0px;
}
.owl-pagination div:last-child:after {
	content: '/'counter(my-badass-counter);
	float:left;
	text-indent: 0px;
}
div.owl-page {
    margin: 0;
}
.owl-item {
    height: 80vh;
}
.owl-item .item {
    text-align: center;
    height: 100%;
	background-color: white;
}
.owl-carousel .item img {
    height: 100%;
    width: auto!important;
} 
.owl-carousel {
    height: 80vh;
} 
 
/* Construction */
.wrap h1 {
	font-size: 80px;
}
/* fooooter credits */
.page.page-id-204 {
	min-height: 100vh;
}
.page.page-id-204 #mainfooter {
    position: absolute;
    bottom: 0;
}
/* fooooter */
div#mainfooter h2 {
    display: none;
}
#mainfooter div {
	display: inline-block;
}
.foo_droite {
    float: right;
    padding-right: 2vw;
}
.columns .textwidget {
    margin-right: 20px;
}
.foo_droite .textwidget {
    margin-left: 20px;
}
div#mainfooter {
    padding-left: 2vw;
    padding-bottom: 20px;
    padding-top: 10px;
	width: 100%;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.main-navigation ul li:first-child {
    display: none;
}
.qtranxs-lang-menu-item {
    display: block!important;
}
@media screen and (min-width: 1025px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}

}


@media screen and (max-width: 1920px) { 
.projets .lepost, .les_categories .lepost, a.le_gros_lien, .projets img.attachment-post-thumbnail, .les_categories img.attachment-post-thumbnail {
    width: 13.9vw;
    height: 13.9vw;
}
	.le_gros_lien img {
    max-height: 13.9vw;
}
}
@media screen and (max-width: 1024px) { 
.projets .lepost, .les_categories .lepost, a.le_gros_lien, .projets img.attachment-post-thumbnail, .les_categories img.attachment-post-thumbnail {
    width: 18.9vw;
    height: 18.9vw;
}
	.le_gros_lien img {
    max-height: 18.9vw;
}
}

@media screen and (max-width: 1024px) { 
.page .hentry ul {
    margin: 50px 2.9vw 20px 2.9vw;
}
p.site-title {
    padding-left: 2vw;
	}
div#mainfooter {
     padding-left: 2.9vw;
}
.foo_droite {
    padding-right: 2.9vw;
}
.main-navigation {
    padding-right: 2.9vw;
}
#le_titre {
		opacity: 1;}
.projets .lepost, .les_categories .lepost, a.le_gros_lien, .projets img.attachment-post-thumbnail, .les_categories img.attachment-post-thumbnail {
    width: 26.9vw;
    height: 26.9vw;
}
.category-video iframe, .category-film iframe {
    width: 94vw;
    height: 52.8vw;
	margin-top: 50px;
}
.category-vr iframe {
	width: 94vw;
    height: 80vh;
	margin-top: 50px;
}
	
.le_gros_lien img {
    max-height: 26.9vw;
}
p.site-title {
    padding-left: 2.9vw;
	}
.main-navigation {
    padding-right: 2.9vw;
}

.owl-carousel {
	height: auto;
}
.bloc_titre {
    position: absolute;
    top: 50px;
    padding-left: 2.9vw;
}
.owl-wrapper{
	display: inline;
	width: 100%!important;
	transform:none!important;
}
.owl-item {
    width: 100%!important;
}
.owl-item {
    height: auto;
    padding-bottom: 20px;
}
.owl-carousel{
	position:relative!important;
	top: inherit;
	padding: 2.9vw;
    margin-top: 40px;
}
.owl-carousel .item img {
    height: auto;
    width: 100%!important;
}
.owl-theme .owl-controls {
	display:none;	
}
.owl-pagination {display:none;}
.owl-theme .owl-buttons{display: none!important;}
}
@media screen and (max-width: 1024px) {
.team-zoom-out .team-item {
    width: 100%!important;	
	margin: 0!important;
}
	.page-id-13 .entry-content h2 {
		text-align: left;
	}
.page .hentry ul {
    list-style: none;
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
	-webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;
	}
}
/* tablet */
@media screen and (max-width: 1024px) { 
	#le_titre {
		opacity: 1;}

}
@media screen and (max-width: 1024px) {
	.les_projets {display: none!important;}
	.main-navigation ul li:first-child {
    display: block;
	width: 100%;
}
	span.btn.js-scroll-to-ancre, .pagination {
	display: none;	
}
	.main-navigation li {
		float: inherit;
	padding-left: 0;
	padding-right: 0;}
ul.sub-menu {
    width: 100%!important;
	}
ul.sub-menu li {
	text-align: center;
}
.main-navigation {
	padding-left: 35px;
    padding-right: 35px;
}
	.main-navigation.toggled {
    display: inline-block;
    width: 100%;
    height: 100vh;
    text-align: center;
    font-size: 42px;
    top: 0;
    left: 0;
    position: absolute;
    background-color: white;
	z-index: 0;
}
	
.menu-menu-afl-container {
    margin-top: 10vh;
}	
.site-branding {
    z-index: 1;
    position: absolute;
}
	.menu-toggle {
position: absolute;	
		right: 2.9vw;
	}
	.foo_droite {
		    float: left;
		    display: block;
		margin-bottom: 20px;
	}
	.foo_droite .textwidget {
		margin-right: 20px;
		margin-left: 0px;
		display: block;
	}
	#mainfooter div {
    display: block;
    float: left;
}
	p.site-title {
    font-size: 17px; 
	margin: 20px 0 0 0;
	}
}
@media screen and (max-width: 425px) {	
.projets .lepost, .les_categories .lepost {
    width: 43.9vw;
    height: 43.9vw;
    margin: 2.9vw;
}
a.le_gros_lien {
    width: 43.9vw;
	height: 43.9vw;
	}
#le_titre {margin-top: 0; 
	}
.le_gros_lien img {max-height: 40vw;}
.projets img.attachment-post-thumbnail, .les_categories img.attachment-post-thumbnail {
    vertical-align: middle;
    max-height: 43.9vw;
    max-width: 43.9vw;
    width: auto;
}	
	.page .hentry ul {
    list-style: none;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	-webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;
	margin: 40px 2.9vw;
	}
	
.entry-content h1 {
    font-size: 30px;
	padding-bottom: 0;
	line-height: inherit;
	}
.entry-content h2 {
    font-size: 16px;
	line-height: inherit;
}
.page .entry-content>p {
    margin: 10px!important;
}
}
@media only screen and (max-width: 320px){

		.page .hentry ul {
    list-style: none;
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	}
}