@charset "utf-8";

/* CSS Document */

html{font-size:100%;font-size: 0.625em;}html,body{width:100%;height:100%;}body{margin:0;padding:0;line-height:normal;font-family: 'Muli', Helvetica, Arial, sans-serif;font-weight: 400;color:#354853; background:#FFF;}h1,h2,h3,h4,h5,h6{margin:1.25em 0 .5em 0;line-height:1.2;font-style:normal;font-weight:normal;font-family: 'Muli', Helvetica, Arial, sans-serif;}h1{font-size:2.75em;color:#5C4B42;margin-top:20px;}h2{font-size:1.875em; color: #2d2d2d;}h3{font-size:1.375em}h4{font-size:1em}ol,ul{margin:.75em 0 .75em 32px;padding:0}p{margin:1.375em 0}address{margin:.75em 0;font-style:normal}a{text-decoration:none;color:#000;cursor:pointer;}a:hover{color: #1A171B;}a img{border:none}em{font-style:italic} fieldset,form{margin:0;padding:0;border:none}button,input,select{vertical-align:middle}.clear{clear:both}.clearfix::after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.actualite-liste p{    display: inline-block;	vertical-align: top;	padding-left: 25px;}form[name=form_contact] label{	font-size: 2em;	text-align: right;	padding-right: 50px;}form[name=form_contact] input[type=submit]{	background-color: white;    border: 3px solid #ED7000;    color: #ED7000;    padding: 16px 24px;    display: inline-block;    font-size: 1.8em;    font-weight: 800;    text-transform: uppercase;    margin-top: 24px;	float: right;	margin-right: 6%;    transition: padding .3s, background .3s .3s, color .3s .3s;}form[name=form_contact] input[type=submit]:hover{    color: #FFF;    padding: 16px 38px;    background: #ED7000;}.contact_droite input[type=tel]{	display: block;	padding: 0 5px;	min-height: 30px;	margin-bottom: 10px;	width: 90%;	box-sizing: border-box;	border: 1px solid #CCC;}
img{
	max-width: 100%;
	height: auto;
}
p, ul, ol{
	color: #798489;
	line-height: 1.25em;
	font-family: 'Muli', Helvetica, Arial, sans-serif;
	font-weight: 400;
}
p strong, ul strong, ol strong{
	font-family: 'Muli', Helvetica, Arial, sans-serif;
	font-weight: 700;
}
input, textarea, select, button{
	font-family: 'Muli', Helvetica, Arial, sans-serif;
	font-weight: 400;
}

input[type="submit"], button{
	cursor: pointer;
}
.overall{
    max-width: 1420px;
	margin: auto;
}
.overall_pad{
    max-width: 1420px;
	padding: 0 24px;
	margin: auto;
}
.center{
	text-align: center;
}
#btn_menu{    background: url('../images/menu-burger.png') no-repeat;	background-size: contain;	text-indent: -1000px;    overflow: hidden;    width: 35px;    height: 35px;}

/* HEADER */

body{
	background: url(../images/bg.png) repeat-x center top #FFF;
}

header#haut{
	max-width: 1420px;
	padding: 36px 24px 26px 24px;
	margin: auto;
}
header#haut h1{
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}
header#haut #logo{
	display: inline-block;
	vertical-align: middle;
	width: 190px;
	height: 102px;
	background: url(../images/logo.svg) no-repeat center;
	background-size: contain;
	margin: 0 60px 0 20px;
}
header#haut #logo strong{
	font-size: 0em;
}
#menu{
	display: inline-block;
	vertical-align: middle;
}
#menu #deroulant{	
	padding: 0;
	margin: 0;
	list-style: none;
}
#menu #deroulant{
	font-size: 0;
}
#menu #deroulant > li{
	display: inline-block;
	vertical-align: middle;
	font-size: 1.6rem;
	line-height: 1.2em;
}
#menu #deroulant > li > a{
	color: #7494A5;
	display: block;
	padding: 15px;
	transition: color .3s;
	position: relative;
	
}
#menu #deroulant > li > a::after{
	content: "";
	position: absolute;
	bottom: 8px;
	left: 20px;
	width: 0;
	border-bottom: 1px solid #ED7000;
	transition: width .3s;
}
#menu #deroulant > li:hover > a::after{
	width: calc(100% - 40px);
}
#menu #deroulant > li:hover > a{
	color: #FFF;
}

#btn_menu{
	display: none;
}


#nav_cat {
	padding-bottom: 60px;
}
#nav_cat ul {
	padding: 0;
	margin: 0 -10px;
	padding: 0;
	list-style: none;
	font-size: 0;
}
#nav_cat ul > li{
	float: left;
	position: relative;
	font-size: 1rem !important;
	line-height: 1.2rem !important;
}
#nav_cat ul > li:nth-child(1){
	width: 29.1%;
}
#nav_cat ul > li:nth-child(1) img{
	height: 580px;
	width: auto;
	max-width: none !important;
}
#nav_cat ul > li:nth-child(2){
	width: 29.1%;
}
#nav_cat ul > li:nth-child(2) img{
	height: 580px;
	width: auto;
	max-width: none !important;
	margin-left: -32px;
}
#nav_cat ul > li:nth-child(3){
	width: 20.8%;
}
#nav_cat ul > li:nth-child(3) img{
	height: 320px;
	width: auto;
	max-width: none !important;
}
#nav_cat ul > li:nth-child(4){
	width: 20.8%;
}
#nav_cat ul > li:nth-child(4) img{
	height: 320px;
	width: auto;
	max-width: none !important;
}
#nav_cat ul > li:nth-child(5){
	width: 41.6%;
}
#nav_cat ul > li:nth-child(5) img{
	height: 240px;
	width: 100%;
	max-width: none !important;
}
#nav_cat ul > li > div {
	margin: 10px;
	overflow: hidden;
	position: relative;
}
#nav_cat ul > li > div a{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 10;
	line-height: 1.2em !important;
}
#nav_cat ul > li > div a h2{
	color: #0E2430;
	font-size: 2.7rem;
	line-height: 1.1em;
	display: inline-block;
	font-weight: 800;
	transition: color .2s;
	position: relative;
	margin: 0;
}
#nav_cat ul > li > div a h2::after{
	content: "";
	display: block;
	margin: 4px 0 0 0;
	border-bottom: 3px solid #ED7000;
	width: 0;
	transition: width .3s;
}
#nav_cat ul > li > div:hover a h2::after{
	width: 100%;
	transition: width .3s .3s;
}
#nav_cat ul > li > div:hover a h2{
	color: #FFF;
}
#nav_cat ul > li > div a > div{
	position: absolute;
	bottom: 56px;
	left: 56px;
	right: 56px;
}
#nav_cat ul > li > div > span.masque{
	position: absolute;
	//top: 30px;
	height: 90px;
	left: 30px;
	right: 30px;
	bottom: 30px;
	z-index: 1;
	background: rgba(255,255,255,.9);
	transition: background .3s, top .3s, left .3s, right .3s, bottom .3s;
}
#nav_cat ul > li:nth-child(3) > div > span.masque, #nav_cat ul > li:nth-child(4) > div > span.masque{
	height: 110px;
}

#nav_cat ul > li > div:hover > span.masque {
	background: rgba(14,36,48,.6);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: auto;
}
#nav_cat ul > li > div > img {
	display: block;
	position: relative;
	z-index: 0;
	transition: transform 2s;
}
#nav_cat ul > li > div:hover > img {
	transform: scale(1.1);
}
#nav_cat ul > li > div a em{
	display: block;
	font-size: 1.5em;
	line-height: 1.3em;
	opacity: 0;
	color: #FFF;
	margin-top: 0;
	font-style: normal;
	height: 0;
	overflow: hidden;
	transition: height .3s, opacity .3s, margin-top .3s;
}
#nav_cat ul > li > div:hover a em{
	height: auto;
	opacity: 0.7;
	margin-top: 12px;
	transition: height .3s .6s, opacity .6s .6s, margin-top .3s .6s;
}
#menu > nav{
    display: inline-block;
}
a.menu-home{
	position: relative;
	display: inline-block;
	vertical-align: 19px;
	font-size: 2em;
	width: 26px;
	color: #7494A5;
	transition: all .3s;
}
.menu-home::after{
	content: "";
	position: absolute;
	bottom: -7px;
	left: -5px;
	width: 0;
	border-bottom: 1px solid #ED7000;
	transition: width .3s;
}
a.menu-home:hover{
    color: white;
}
a.menu-home:hover::after{
	width: calc(100% - 20px);
}

#edito{
	width: 59.25%;
	padding: 2.5%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#edito h1, #actualites h2{
	color: #ED7000;
	font-size: 5.4em;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 46px;
}
#edito h1::after, #actualites h2::after{
	content: "";
	display: block;
	margin: 12px auto 24px 0;
	width: 130px;
	height: 3px;
	background: #ED7000;
}
#edito p{
	font-size: 1.5em;
	line-height: 1.6em;
	color: #798489;
}
#edito p.intro{
	color: #0E2430;
	font-size: 1.8em;
	line-height: 1.4em;
}

#actualites{
	width: 40.75%;
	float: right;
	padding: 2.5%;
	background: #e7edef;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.btn{
	border: 3px solid #ED7000;
	color: #ED7000;
	padding: 16px 24px;
	display: inline-block;
	font-size: 1.8em;
	font-weight: 800;
	text-transform: uppercase;
	margin-top: 24px;
	transition: padding .3s, background .3s .3s, color .3s .3s;
}
.btn:hover{
	color: #FFF;
	padding: 16px 38px;
	background: #ED7000;
}

p#titre_bloc_actu{
	font-size: 4.6em;
	color: #0E2430;
	font-weight: 700;
	margin: 8px 0 0 0;
}
p#titre_bloc_actu::after{
	content: "";
	display: block;
	margin: 12px auto 24px 0;
	width: 130px;
	height: 3px;
	background: #0E2430;
}

#actualites ul{
	padding: 20px 0 0 0;
	margin: 0;
	list-style: none;
}
#actualites ul li{
	display: block;
	position: relative;
	margin: 0 0 36px 0;
}
#actualites ul li img{
	display: inline-block;
	vertical-align: middle;
	max-width: 29%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#actualites ul li > div{
	display: inline-block;
	vertical-align: middle;
	max-width: 65%;
	margin-left: 5%;
	padding: 20px 0;
}
#actualites ul li > div h2{
	font-size: 1.9em;
	margin: 0 0 8px 0;
}
#actualites ul li > div p{
	font-size: 1.4em;
	line-height: 1.6em;
	margin: 0;
}
#actualites ul li > div a::before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#actualites ul li > div a{
	transition: color .2s;
}
#actualites ul li:hover > div a{
	color: #ED7000;
}

#btn_tte_actu{
	float: left;
	padding: 14px 28px;
	background: #0E2430;
	color: #FFF;
	font-size: 1.8em;
	margin: 10px 0 0px 0;
	font-weight: 800;
	text-transform: uppercase;
	transition: background .2s, padding .2s;
}
#btn_tte_actu:hover{
	background: #ed7000;
	padding: 14px 36px;
}
form[name=form_contact]{
	text-align: right;
}
.contact_droite input[type="text"], .contact_droite input[type="email"], .contact_droite input[type="tel"], .contact_droite textarea{
	width: 100%;
}

/* FOOTER */

footer#bas{
	margin-top: 60px;
	padding: 20px;
	background: #e7edef;
	text-align: center;
}
footer#bas p{
	font-size: 1.5em;
}
footer#bas p strong{
	color: #ED7000;
}


/* PAGE */

#page{
	background: #FFF;
}
#telechargements{
	width: 400px;
	padding: 40px;
	background: #E7EDEF;
	float: right;
	margin: 0 -400px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#bloc_col{
	padding: 0 400px 0 0;
}
#contenu_page{
	float: left;
	width: 100%;
	padding: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contenu_page h1{
	color: #ED7000;
	font-size: 5.4em;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 46px;
}
#contenu_page h1::after{
	content: "";
	display: block;
	margin: 12px auto 24px 0;
	width: 130px;
	height: 3px;
	background: #ED7000;
}
#contenu_page h2{
	color: #ED7000;
	font-size: 3.2em;
	font-weight: 700;
}
#contenu_page h3{
	color: #0e2430;
	font-size: 2.6em;
	font-weight: 700;
}
#contenu_page p, #contenu_page ul, #contenu_page ol{
	font-size: 1.5em;
	line-height: 1.6em;
	color: #798489;
}
#contenu_page ul, #contenu_page ol{
	list-style-image: url(../images/puce_li.png);
}
#contenu_page ul p, #contenu_page ol p{
	font-size: 1em;
}
#contenu_page p.intro{
	color: #0E2430;
	font-size: 1.8em;
	line-height: 1.4em;
}

#telechargements h2{
	color: #0E2430;
	font-size: 3.6em;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 46px;
}
#telechargements h2::after{
	content: "";
	display: block;
	margin: 12px auto 24px 0;
	width: 130px;
	height: 3px;
	background: #0E2430;
}
#telechargements ul{
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 1.7em;
}
#telechargements ul li{
	border-bottom: 1px solid #C3D1D8;
}
#telechargements ul li a{
	display: block;
	position: relative;
	padding: 34px 30px 34px 50px;
	color: #0E2430;
	transition: color .2s;
}
#telechargements ul li:hover a{
	color: #ed7000;
}
#telechargements ul li a::before{
	content: "";
	position: absolute;
	left: 8px;
	top: 50%;
	margin: -16px 0 0 0;
	background: url(../images/sprite.png) no-repeat 0 0;
	width: 26px;
	height: 32px;
}
#telechargements ul li a::after{
	content: "";
	position: absolute;
	right: 8px;
	top: 50%;
	margin: -7px 0 0 0;
	background: url(../images/sprite.png) no-repeat -41px 0;
	width: 15px;
	height: 14px;
}

.gsc-input-box{
    height: 40px!important;
}
.gsc-input-box input[type=text]{
    height: 35px!important;
}

/* STYLE CK */
.image_titre img{
	float: left;
	margin: 0 3% 10px 0;
	max-width: 40% !important;
	width: auto !important;
	height: auto !important;
}

.img_txt img, .txt_img img{
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto !important;
	margin: 0 0 12px 0;
}
.img_txt_100 img{
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto !important;
	margin: 0 0 20px 0;
}
.img_1_3, .txt_1_3{
	width: 32%;
}
.img_2_3, .txt_2_3{
	width: 64%;
}
.left{
	float: left;
}
.right{
	float: right;
}
.marges_neg_content{
	margin: 0 -12px;
}
.marges_neg_content img{
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto !important;
	margin: 0 auto 20px auto;
}
.marges_neg_content .col_2_3{
	width: 66.6666%;
	float: left;
	padding: 0 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.marges_neg_content .col_1_2{
	width: 50%;
	float: left;
	padding: 0 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.marges_neg_content .col_1_3{
	width: 33.3333%;
	float: left;
	padding: 0 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.marges_neg_content .col_1_4{
	width: 25%;
	float: left;
	padding: 0 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.img_gauche{
	float: left;
	margin: 0 24px 12px 0;
	max-width: 38%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.img_droite{
	float: right;
	margin: 0 0 12px 24px;
	max-width: 38%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.col_gauche{
	float: left;
	width: 48%;
}
.col_droite{
	float: right;
	width: 48%;
}
@media screen and (max-width:980px) {
	.marges_neg_content .col_1_4{
		width: 50%;
	}
}
@media screen and (max-width:640px) {
	.marges_neg_content .col_1_3, .img_1_3, .txt_1_3, .img_2_3, .txt_2_3, .col_2_3{
		width: 100% !important;
	}
	.marges_neg_content .col_1_2, .marges_neg_content .col_1_4{
		width: 100%;
	}
}
@media screen and (max-width:480px) {
}
/* STYLE CK */




/* FORMS */

.obli{
	color: #000 !important;
	font-weight: bold;
}
.obli::before{
	display: inline-block;
	margin: 0 6px 0 0;
	content: "*";
	color: #AA1832;
	font-size: 1.2em;
}

.td_gauche{
	float: left;
	width: 30%;
	clear: both;
	padding: 12px 0;
}
.td_gauche label, .td_gauche p{
	display: block;
	padding: 12px 24px;
	margin: 0;
	text-align: right;
	font-size: 1.6rem;
	color: #666;
}

.td_gauche .mandatory {
	color: #AA1832;
	padding-left: 4px;
}

.td_droite{
	float: right;
	width: 70%;
	padding: 12px 0;
}
.td_droite input[type="text"], .td_droite input[type="date"], .td_droite input[type="number"], .td_droite input[type="tel"], .td_droite input[type="email"], .td_droite input[type="password"] {
	padding: 14px;
	width: 75%;
	border: 1px solid #CCC;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
	background: #F4F4F4;
	font-size: 1.6em;
}
.td_droite label{
	display: inline-block;
	vertical-align: middle;
	font-size: 1.6em;
	padding: 14px 40px 14px 0;
	cursor: pointer;
}
.td_droite label input{
	margin: 0 6px 0 0;
}

.td_droite select {
	padding: 14px;
	width: 75%;
	border: 1px solid #CCC;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
	background: #F4F4F4;
	font-size: 1.6em;

}

.td_droite textarea{
	padding: 10px 14px;
	width: 75%;
	min-height: 140px;
	border: 1px solid #CCC;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
	background: #F4F4F4;
	font-size: 1.6em;
}

.td_droite input[type="submit"]{
	border: none;
	padding: 16px 40px;
	color: #FFF;
	font-size: 2.3rem;
	font-family: "Dosis";
	background: #A7BA1C;
	border-radius: 40px;
	text-transform: uppercase;
}
.td_droite input[type="submit"]:hover{
	background: #DB0F2C;
}

#txt_legal{
	text-align: center;
	padding-top: 32px;
	font-size: 1.2rem !important;
}

.td_1_3{
	width: 25.5%;
	display: inline-block;
	vertical-align: middle;
}
.td_1_3 select{
	width: 90%;
}

.alert {
	padding: 10px 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	font-size: 13px;
}

.alert-danger {
	background-color: #fbeeed;
	border-color: #f7d8dd;
	color: #d9534f;
}



/* RESPONSIVE */
@media screen and (max-width:1400px) {
	#nav_cat ul > li > div a h2 {
		font-size: calc(0.9vw + 0.8rem);
	}
	#nav_cat ul > li > div > span.masque{
		position: absolute;
		left: 20px;
		right: 20px;
		bottom: 20px;
	}
	#nav_cat ul > li > div a > div{
		bottom: 46px;
		left: 35px;
		right: 35px;
	}
	#nav_cat ul > li > div:hover a > div{
		bottom: 46px;
		left: 20px;
		right: 20px;
	}
}
@media screen and (max-width:1200px) {
	header{
		height: 150px;
	}
	a.menu-home{
	    display: none;
	}
	#btn_menu{
		display: block;
		position: absolute;
		top: 76px;
		right: 32px;
		padding: 10px 0;
		cursor: pointer;
		z-index: 1000;
	}
	#btn_menu span{
		display: block;
		position: relative;
		width: 30px;
		height: 3px;
		background: #FFF;
	}
	#btn_menu span::before{
		content: "";
		width: 30px;
		height: 3px;
		background: #FFF;
		position: absolute;
		top: -10px;
		transition: top .2s, transform .2s;
	}
	#btn_menu span::after{
		content: "";
		width: 30px;
		height: 3px;
		background: #FFF;
		position: absolute;
		top: 10px;
		transition: top .2s, transform .2s;
	}
	#btn_menu.actif{
		position: fixed !important;
		top: 32px !important;
	}
	#btn_menu.actif span{
		background: none;
	}
	#btn_menu.actif span::before{
		transform: rotate(45deg);
		top: 0;
	}
	#btn_menu.actif span::after{
		transform: rotate(-45deg);
		top: 0;
	}
	#menu{
		display: block;
	}
	#menu #deroulant{	
		position: fixed;
		top: 0;
		bottom: 0;
		left: 100%;
		right: 0;
		transition: left .3s;
		z-index: 900;
		width: 100%;
		background: #0e2430;
		padding: 60px 10% 10% 10%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#menu #deroulant li{
		display: block;
		text-align: center;
	}
	#menu #deroulant li a{
		font-size: 1em;
		padding: 20px;
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}
	#menu #deroulant.actif{	
		display: block;
		left: 0;
		transition: left .6s;
	}
	#logo{
		float: left;
	}
	#nav_cat ul{
		display: block;
	}
}
@media screen and (max-width:920px) {
	#nav_cat ul > li:nth-child(3){
		width: 41.6%;
	}
	#nav_cat ul > li:nth-child(3) img{
		height: auto;
		width: 100%;
	}
	#nav_cat ul > li:nth-child(3) > div{
		height: 180px;
	}
	#nav_cat ul > li:nth-child(4){
		width: 41.6%;
	}
	#nav_cat ul > li:nth-child(4) img{
		height: auto;
		width: 100%;
	}
	#nav_cat ul > li:nth-child(4) > div{
		height: 180px;
	}
	#nav_cat ul > li:nth-child(5){
		width: 41.6%;
	}
	#nav_cat ul > li:nth-child(5) > div{
		height: 180px;
	}
	
	#edito, #actualites{
		width: 100%;
		margin-bottom: 40px;
	}
	#edito h1{
		font-size: 4.2em;
	}
	#actualites{
		padding: 4%;
	}
	#telechargements{
		width: 100%;
		margin: 0;
	}

	#bloc_col{
		padding: 0;
	}
	#contenu_page, #telechargements{
		padding: 24px;
	}
	#nav_cat{
		padding-bottom: 0;
		margin: 0 -24px;
		margin-bottom: 40px;
		background: #0e2430;
	}
	#nav_cat ul{
		margin: 0 12px;
	}
	#nav_cat ul > li {
		width: 100% !important;
	}
	#nav_cat ul > li > div{
		height: 64px !important;
		margin: 0 -12px 1px -12px;
	}
	#nav_cat ul > li > div a h2 {
		font-size: calc(2vw + 1rem);
		color: #FFF;
	}
	#nav_cat ul > li img{
		height: auto !important;
		width: 100% !important;
		min-height: 100%;
	}
	#nav_cat ul > li > div a > div{
		top: 50%;
		bottom: auto;
		left: 30px;
		right: 30px;
		transform: translate(0, -50%);
	}
	#nav_cat ul > li > div a > div > h2::after{
		display: none;
	}
	#nav_cat ul > li > div a > div > em{
		display: none;
	}
	#nav_cat ul > li > div > span.masque{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(14,36,48,.6);
	}
}
@media screen and (max-width:640px) {
	#edito h1{
		font-size: 3.4em;
	}
	p#titre_bloc_actu{
		font-size: 3em;
	}
	
}
@media screen and (max-width:480px) {
	header#haut #logo{
		height: 51px;
		width: 95px;
		margin: 0;
	}
	header#haut h1{
		margin: 0;
	}
	header#haut {
		padding: 18px 24px;
		height: 80px;
	}
	#btn_menu{
		top: 32px;
		right: 32px;
	}
	#actualites{
		text-align: center;
	}
	#btn_tte_actu{
		float: none;
		margin: auto;
	}
	p#titre_bloc_actu::after{
		margin-left: auto;
		margin-right: auto;
	}
	#actualites ul li img, #actualites ul li > div {
		display: block;
		margin: auto;
		max-width: 100%;
	}
}



/* REDIM IMAGES HD */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),  only screen and (-o-min-device-pixel-ratio: 3/2),  only screen and (-moz-min-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5) {
	
}