/*
Theme Name: Vaadigm
Theme URI: 
Version: 1.0.0
Author: Vaadigm/Kaudiz
Author URI: 
*/
@font-face {
	font-family: 'Hurme';
	src: url('fonts/HurmeGeometricSans1-Regular.eot');
	src: url('fonts/HurmeGeometricSans1-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/HurmeGeometricSans1-Regular.woff') format('woff'),
		url('fonts/HurmeGeometricSans1-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Hurme';
	src: url('fonts/HurmeGeometricSans1-SemiBold.eot');
	src: url('fonts/HurmeGeometricSans1-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('fonts/HurmeGeometricSans1-SemiBold.woff') format('woff'),
		url('fonts/HurmeGeometricSans1-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Hurme';
	src: url('fonts/HurmeGeometricSans1-Bold.eot');
	src: url('fonts/HurmeGeometricSans1-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/HurmeGeometricSans1-Bold.woff') format('woff'),
		url('fonts/HurmeGeometricSans1-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
/*styles génériques*/
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

*{
	margin:0;
	padding:0;
	outline:none;
}
html, body{
	width:100%;
	height:100%;
}
object, embed, iframe{
	position:relative;
	z-index:1;
	max-width:100%;
	/*height:auto;*/
}

a, a:hover, a:focus{
	color:inherit;
}
.relative{
	position:relative;
	z-index:1;
}
img{
	max-width:100%;
	height:auto;
}
.poz_static{
	position:static;
}
.nopadding{
	padding:0 !important;
	margin:0 !important;
}
html{
	font-size:62.5%;
}
body{
	font-family: 'Hurme', Arial, Helvetica, sans-serif;
	font-size: 1.4rem;
	background-color: #000;
	color: #000;
	overflow-y: scroll;
}
#main{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;
	animation-duration: 0.25s;
    transition-timing-function: ease-in;
    animation-fill-mode: both;
	min-height: 100%;
}
/*#main.out, .ghost.out{*/
#main.out{
	animation-name: fadeOut;
	-webkit-animation-name: fadeOut;
	animation-duration: 0.5s;
    transition-timing-function: ease-in;
    animation-fill-mode: both;
}
#main.in article{
	opacity: 0;
}
.ghost{
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: #000;
}
.ghost.out{
	z-index: 3;
}
.ghost.in{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
}
.ghost.in:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 29;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
}
.load{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 30;
	width: 0;
	height: 8px;
	background-color: #ff0000;
}
.load_overlay{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 29;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	display: none;
}
/*FIN styles génériques*/

.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;
}
/*/
defaut : #ff0000
/*/
.btop, .bright, .bbottom, .bleft{
	position: fixed;
	z-index: 20;
	background-color: #fff;
	overflow: hidden;
	cursor: default;
}
.btop{
	top: 0;
	left: 0;
	width: 100%;
	height: 21px;
}
.bright{
	top: 0;
	right: 0;
	width: 21px;
	height: 100%;
}
.bbottom{
	bottom: 0;
	left: 0;
	width: 100%;
	height: 21px;
}
.bleft{
	top: 0;
	left: 0;
	width: 21px;
	height: 100%;
}
/**/
section.intro{
	width:100%;
	height:100%;
	position:fixed;
	z-index:1;
	overflow: hidden;
}
section.intro .visuel{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}
section.intro .visuel img{
	height: auto;
	max-width: 1000%;
	min-height: 100%;
	min-width: 100%;
	min-width: 100vw;
	width: auto;	
	position: absolute;
	z-index: 1;
	left: 50%;
	bottom: 0;
	top: auto;
	-ms-transform: translateX(-50%) translateY(0);
	-moz-transform: translateX(-50%) translateY(0);
	-webkit-transform: translateX(-50%) translateY(0);
	transform: translateX(-50%) translateY(0);
}
@supports ( object-fit: cover ) {
	section.intro .visuel img{
		/*height: 100%;*/
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		top: 0;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
		width: 100%;
		margin: auto;
	}
}
.fullscreen-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}

@media (max-width: 640px) {
  .fullscreen-bg__video {
    display: none;
  }
}
section.intro .content{
	position:absolute;
	z-index:2;
	top:50%;
	left:0;
	right:0;
	margin:auto;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	text-align: center;
}
section.intro .content>div .down{
	display: block;
	width: 15px;
	height: 15px;
	border-bottom: solid 1px #fff;
	border-left: solid 1px #fff;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: auto;
	margin-top: 25px;
	cursor: pointer;
}
section.intro .content h1{
	margin-top: 0;
	font-size: 6rem;
	margin-bottom: 20px;
	font-weight: 600;
}
section.intro .content p{
	font-size: 1.6rem;
	text-transform: uppercase;
}
.home_logo{
	color: #fff !important;
	text-decoration: none !important;
	font-size: 2.4rem;
	font-weight: 600;
	padding-top: 20px;
	margin-bottom: 70px;
}
section.posts_list{
	background-color: #000;
	position: relative;
	z-index: 2;
	top: 100%;
	left: 0;
	width: 100%;
	padding-top: 100px;
}
section.posts_list .grid-item{
	margin-bottom: 30px;
}
.bloc_extrait{
	width: 100%;
	max-width: 640px;
	margin: auto;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.bloc_extrait.aside{
	cursor: default;
}
.bloc_extrait figure img{
	width: 100%;
}
.bloc_extrait .content{
	position: absolute;
	top: -999px;
	right: -999px;
	bottom: -999px;
	left: -999px;
	z-index: 2;
	margin: auto;
	width: 102%;
	height: 102%;
	opacity: 0;
	background-color: rgba(0,0,0,0.8);
	-moz-transition: all 400ms ease-out;
	-webkit-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}
.bloc_extrait .content>div{
	position:absolute;
	z-index:2;
	top:50%;
	left:0;
	right:0;
	margin:auto;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	text-align: center;
}
.bloc_extrait .content>div em{
	display: block;
	color: #ff0000;
	text-transform: uppercase;
	margin-bottom: 18px;
	font-size: 1.4rem;
	font-style: normal;
	-moz-transition: all 400ms ease-out;
	-webkit-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	opacity: 0;
	-ms-transform: translateY(15px);
	-moz-transform: translateY(15px);
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
}
.bloc_extrait .content>div h2{
	color: #fff;
	margin: 0;
	font-size: 2.4rem;
	font-weight: bold;
	-moz-transition: all 400ms ease-out;
	-webkit-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	-moz-transition-delay: 0.15s;
	-webkit-transition-delay: 0.15s;
	-o-transition-delay: 0.15s;
	transition-delay: 0.15s;
	-ms-transform: translateY(15px);
	-moz-transform: translateY(15px);
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
	opacity: 0;
}
.bloc_extrait .content>div .more{
	display: inline-block;
	font-size: 1.2rem;
	padding: 0 16px;
	line-height: 27px;
	height: 27px;
	border-radius: 20px;
	color: #000;
	background-color: #fff;
	margin-top: 30px;
	-moz-transition: all 400ms ease-out;
	-webkit-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	-moz-transition-delay: 0.25s;
	-webkit-transition-delay: 0.25s;
	-o-transition-delay: 0.25s;
	transition-delay: 0.25s;
	-ms-transform: translateY(15px);
	-moz-transform: translateY(15px);
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
	opacity: 0;
}
.bloc_extrait:hover .content{
	opacity: 1;
}
.bloc_extrait:hover .content em{
	opacity: 1;
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.bloc_extrait:hover .content h2{
	opacity: 1;
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.bloc_extrait:hover .content .more{
	opacity: 1;
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-moz-transition-delay: 0.025s;
	-webkit-transition-delay: 0.025s;
	-o-transition-delay: 0.025s;
	transition-delay: 0.025s;
}
.bloc_extrait .content>div .more:hover{
	color: #fff;
	background-color: #ff0000;
}
/**/
.site_logo{
	color: #fff !important;
	text-decoration: none !important;
	position: fixed;
	top: 50px;
	left: 55px;
	z-index: 10;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1;
}
.site_logo.home{
	opacity: 0;
}
.open-burger, .close_page{
	display: block;
	width: 18px;
	height: 18px;
	position: fixed;
	top: 52px;
	right: 50px;
	z-index: 10;
	cursor: pointer;
}
.close_page>span{
	display: none;
}
.open-burger:before, .open-burger:after, .close_page:before, .close_page:after, .close_burger:before, .close_burger:after {
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index:1;
	margin:auto;
	content: ' ';
	height: 18px;
	width: 2px;
	background-color: #fff;
}
.open-burger:before, .open-burger:after{
	top: 0;
	bottom: auto;
	width: 18px;
	height: 2px;
	-moz-transition: all 400ms ease-out;
	-webkit-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}
.open-burger:after{
	top: auto;
	bottom: 4px;
}
.close_page:before, .close_burger:before {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.close_page:after, .close_burger:after {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
header>nav{
	position: fixed;
	z-index: 9;
	width: 100%;
	height: 100%;
	background-color: #fff;
	top: -100%;
	left: 0;
	text-align: center;
	padding: 21px;
	-moz-transition: all 400ms ease-out;
	-webkit-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}
header.active>nav{
	top: 0;
}
header.active .open-burger:before, header.active .open-burger:after{
	background-color: #ff0000;
}
header.active .open-burger:before {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transform-origin: top left;
	-webkit-transform-origin: top left;
	transform-origin: top left;
}
header.active .open-burger:after {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-transform-origin: bottom left;
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
}
header nav .site_name{
	position: absolute;
	top: 10%;
	left: 0;
	right: 0;
	z-index: 1;
	display: block;
	max-width: 200px;
	margin: auto;
	font-size: 2.4rem;
	font-weight: 600;
	color: #ff0000 !important;
	text-decoration: none !important;
	opacity: 0;
	-moz-transition: all 500ms ease-out;
	-webkit-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
	-moz-transition-delay: 0.6s;
	-webkit-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
    transition-delay: 0.6s;
	-ms-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
}
header.active nav .site_name{
	opacity: 1;
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
header nav #nav_menu-2{
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	z-index: 1;
}
header nav #nav_menu-2 li{
	list-style: none;
	opacity: 0;
	-moz-transition: all 500ms ease-out;
	-webkit-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
	-moz-transition-delay: 0.75s;
	-webkit-transition-delay: 0.75s;
	-o-transition-delay: 0.75s;
    transition-delay: 0.75s;
	-ms-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
}
header nav #nav_menu-2 li:first-child{
	-moz-transition-delay: 0.70s;
	-webkit-transition-delay: 0.70s;
	-o-transition-delay: 0.70s;
    transition-delay: 0.70s;
}
header.active nav #nav_menu-2 li{
	opacity: 1;
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
header nav #nav_menu-2 a{
	text-decoration: none !important;
	font-size: 4.8rem;
	font-weight: 600;
	color: #000 !important;
	position: relative;
}
header nav .widget_text{
	position: absolute;
	bottom: 20%;
	left: 0;
	right: 0;
	z-index: 1;
	opacity: 0;
	-moz-transition: all 400ms ease-out;
	-webkit-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	-moz-transition-delay: 0.65s;
	-webkit-transition-delay: 0.65s;
	-o-transition-delay: 0.65s;
    transition-delay: 0.65s;
	-ms-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
}
header.active nav .widget_text{
	opacity: 1;
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
header nav .widget_text a{
	text-decoration: none !important;
	font-size: 1.4rem;
	color: #000 !important;
	position: relative;
}
header nav #nav_menu-3{
	position: absolute;
	bottom: 10%;
	left: 0;
	right: 0;
	z-index: 1;
	opacity: 0;
	-moz-transition: all 400ms ease-out;
	-webkit-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	-moz-transition-delay: 0.55s;
	-webkit-transition-delay: 0.55s;
	-o-transition-delay: 0.55s;
    transition-delay: 0.55s;
	-ms-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
}
header.active nav #nav_menu-3{
	opacity: 1;
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
header nav #nav_menu-3 li{
	list-style: none;
	display: inline-block;
	margin: 0 30px;
}
	header nav #nav_menu-3 li a{
		text-decoration: none !important;
		position: relative;
	}
	
	header nav #nav_menu-2 a:after, header nav .widget_text a:after, header nav #nav_menu-3 li a:after{
		content: '';
		background-color: #000;
		display: block;
		width: 0;
		height: 1px;
		overflow: hidden;
		position: absolute;
		bottom: -1px;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 1;
		-moz-transition: all 250ms ease-out;
		-webkit-transition: all 250ms ease-out;
		-o-transition: all 250ms ease-out;
		transition: all 250ms ease-out;
	}
	header nav #nav_menu-2 a:after{
		height: 2px;
		bottom: -3px;
	}
	header nav #nav_menu-2 a:hover:after, header nav .widget_text a:hover:after, header nav #nav_menu-3 li a:hover:after{
		width: 100%;
	}
/**/
article{
	padding: 21px 0;
}
.entete{
	text-align: center;
	color: #fff;
	margin-bottom: 80px;
}
body.page .entete, body.single .entete{
	padding-top: 140px;
}
	.entete .client{
		font-size: 2.4rem;
		font-weight: 600;
		color: #ff0000;
		display: block;
		font-style: normal;
		margin-bottom: 25px;
	}
	.entete h1{
		margin: 0 auto;
		width: 60%;
		font-size: 4.8rem;
		font-weight: 600;
		line-height: 1;
	}
.content_page{
	background-color: #fff;
}

div.section{
	-moz-transition: all 400ms ease-out;
	-webkit-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}
.section.texte{
	text-align: center;
	padding: 70px;
}
.section.image img{
	width: 100%;
	height: auto;
	max-width: 100%;
	display: block;
	margin: 0;
}
.section iframe{
	margin: auto;
}
article h2{
	font-size: 1.8rem;
	font-weight: bold;
	/*margin-bottom: 40px;*/
}
.post_intro .chapo{
	font-size: 2rem;
	font-weight: bold;
	text-align: left;
}
.post_intro .tags{
	text-align: left;
	float: left;
	width: 37.5%;
}
.post_intro .tags + .chapo{
	width: 62.5%;
	float: left;
}
.post_intro .tags>p{
	margin-bottom: 15px;
}
.post_intro .tags .element{
	margin-bottom: 5px;
}
.post_intro .tags .element span{
	font-size: 1.2rem;
	text-transform: uppercase;
	display: inline-block;
	line-height: 1;
	padding: 11px 14px;
	background-color: #f1f1f1;
}
.nav_post{
	position: fixed;
	right: 20px;
	bottom: 20px;
	background-color: #fff;
	width: 90px;
	height: 42px;
}
.nav_post>span{
	float: left;
	width: 50%;
	height: 100%;
}
.nav_post>span a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.nav_post>span a:before{
	content: '';
	border-style: solid;
	border-width: 2px 2px 0 0;
	border-color: #1a1a1a;
	display: inline-block;
	height: 10px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right:0;
	margin: auto;
	vertical-align: middle;
	width: 10px;
	transform: rotate(-135deg);
	border-radius: 1px;
}
.nav_post>span.next_post a:before{
	transform: rotate(45deg);
}
@media (min-width: 768px) {
	section.posts_list .col2{
		top: 20px;
	}
}
@media (max-width: 768px) {
	.nav_post{
		left: 0;
		bottom: 0;
		width: 100%;
		border: solid 7px #fff;
		text-align: center;
		height: auto;
	}
	.nav_post:before{
		display: block;
		width: 100%;
		height: 1px;
		background-color: #515151;
		content: '';
		position: absolute;
		top: -7px;
	}
	.nav_post>span{
		float: none;
		display: inline-block;
		vertical-align: middle;
		width: 45px;
		height: 45px;
	}
}
@media (max-width: 640px) {
	.open-burger{
		width: 49px;
		height: 49px;
		background-color: #fff;
		top: 0;
		right: 0;
	}
	.close_page{
		width: 42px;
		height: 42px;
		background-color: #fff;
		top: 10px;
		right: 10px;
	}
	.open-burger:before, .open-burger:after, .close_page:before, .close_page:after{
		background-color: #ff0000;
	}
	.open-burger:before{
		top: 20px;
		bottom: auto;
	}
	.open-burger:after{
		top: 32px;
		bottom: auto;
	}
	header.active .open-burger:before {
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-ms-transform-origin: top left;
		-webkit-transform-origin: top left;
		transform-origin: top left;
	}
	header.active .open-burger:after {
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-ms-transform-origin: bottom left;
		-webkit-transform-origin: bottom left;
		transform-origin: bottom left;
	}
	.container,.col-xs-12{
		padding-left: 10px;
		padding-right: 10px;
	}
	.container>.row{
		margin-left: -10px;
		margin-right: -10px;
	}
.btop{
	height: 10px;
}
.bright{
	width: 10px;
}
.bbottom{
	height: 10px;
}
.bleft{
	width: 10px;
}
body #main{
	background-size: 100% auto !important;
}
	.site_logo{
		display: none;
	}
	body.page .entete, body.single .entete{
		padding-top: 100px;
	}
	body.page .entete{
		margin-bottom: 100px;
	}
		body .entete h1{
			font-size: 2.4rem;
		}
	.section.texte{
		padding: 35px 20px;
	}
	.post_intro .tags, .post_intro .tags + .chapo{
		width: 100%;
		float: none;
	}
	.post_intro .tags{
		margin-bottom: 25px;
	}
	.post_intro .tags + .chapo{
		font-size: 1.4rem;
	}
}
@media (max-width: 480px) {
	header nav #nav_menu-3{
		bottom: 5%;
	}
	header nav #nav_menu-3 li{
		display: block;
	}
}
@media (max-width: 380px) {
	body.page .entete, body.single .entete{
		padding-top: 80px;
	}
	body.page .entete{
		margin-bottom: 80px;
	}
}

.mejs-container{
	max-width: 100%;
}
@media print {
}