#nav {
	display:none;
}

#nav_mobile {
	display:block;
}

.logo {
	width:90%;
	margin-left:-45%;
	margin-top:-50px;
}

.box {
	width:47%;
	height:170px;
	overflow:hidden;
}

.box img {
	margin-top:-190px;
}

.legende {
	width:100%;
	height:150px;
}

#popup_content {
	width:100%;
	left:0px;
	margin-left:0px;
	padding:0px;
	overflow:hidden;
}

#popup_content h1 {
	font-size: 3em;
	margin: 120px auto 20px;
}

#popup_content h4 {
	margin: 0px;
}

#accueil {
    height: 370px;
}

#reportages {
	padding-top:0px;
}

.arrow {
	border-width: 50px 50px medium;
	margin-left:-48px;
}

.arrow::after {
	left: 49px;
}

.arrow::before {
    right: 49px;
}

.top {
	height:49px;
}

.adresse_contact {
	width:100%;
	clear:both;
}

.fields_contact {
	width:100%;
	clear:both;
	margin-top:40px;
}

#popup_contact h1 {
	font-size: 8vw;
}

#popup_contact {
	width:100%;
	left:0px;
	margin-left:0px;
	padding:0px;
	overflow:hidden;
	height: auto;
	position:absolute;
}

#nav_mobile {
	display:block;
}

#nav_mobile {
	list-style-type: none;
	margin-top:0px;
	margin-left: -40px;
	text-align: center;
    font-weight: bold;
    position: relative;
    z-index: 999;
    height:40px;
    width:100%;
}

.no-act {
	color:#fff;
}

.s_menu_mobile {
	min-width: 100%;
	padding-top: 5px;
	display: none;
	background: #f6f6f6;
	border-bottom: 5px solid #020912;
	list-style-type: none;
	padding: 3px 0px 3px 0px;
	position: absolute;
	text-align: center;
	z-index: 999;
	-moz-box-shadow: 0px 5px 10px -5px #000000;
	-webkit-box-shadow: 0px 5px 10px -5px #000000;
	-o-box-shadow: 0px 5px 10px -5px #000000;
	box-shadow: 0px 5px 10px -5px #000000;
}

.s_menu_mobile a {
	color: #fff;
}

.s_s_menu_mobile {
	
	min-width: 99.6%;
	padding-top: 5px;
	margin-top:5px;
	display: none;
	border-bottom: 5px solid #020912;
	list-style-type: none;
	padding: 3px 0px 3px 0px;
	position: relative;
	text-align: center;
	z-index: 999;
	-moz-box-shadow: 0px -5px 5px -5px #000000;
	-webkit-box-shadow: 0px -5px 5px -5px #000000;
	-o-box-shadow: 0px -5px 5px -5px #000000;
	box-shadow: 0px -5px 5px -5px #000000;
	background:#CC0003;
}

#nav_mobile a
{
	display: block;
	font-size: 16px;
	padding: 11px 5px 10px 5px;
	position: relative;
	text-decoration: none;
}
#nav_mobile li
{
	position: relative;
}
#nav_mobile > li
{
	color: #fff;
	float: left;
	font-weight: bold;
	width: 100%;
	z-index: 999;
}


.activated_parent {
	display: block;
	list-style-type: none;
	moz-box-shadow: inset 0px 0px 5px 0px #000000;
	box-shadow: inset 0px 0px 5px 0px #000000;
	o-box-shadow: inset 0px 0px 5px 0px #000000;
	webkit-box-shadow: inset 0px 0px 5px 0px #000000;
	moz-transition: all 0.2s ease-in-out;
	o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	webkit-transition: all 0.2 ease-in-out;
	z-index: 1000;
}

.activated {
	display: block;
	list-style-type: none;
	box-shadow: inset 0px 0px 5px 0px #000000;
	moz-box-shadow: inset 0px 0px 5px 0px #000000;
	o-box-shadow: inset 0px 0px 5px 0px #000000;
	webkit-box-shadow: inset 0px 0px 5px 0px #000000;
	moz-transition: all 0.2s ease-in-out;
	o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	webkit-transition: all 0.2 ease-in-out;
	z-index: 1000;
}
	
.activated a {
	color:#fff;
}

.a_menu
{
	color: #87CBFE;
}

#nav_mobile li li a
{
	margin-top: 1px;
}
#nav_mobile a:first-child:nth-last-child(2):before
{
	border: 5px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	right: 5px;
	top: 50%;
	width: 0;
}


#nav_mobile > li li ul
{
	border-left: 1px solid #020912;
	width: 150px;
}

#nav_mobile > li > a:first-child:nth-last-child(2):before
{
	border-top-color: #020912;
}
#nav_mobile > li:hover > a:first-child:nth-last-child(2):before
{
	border: 5px solid transparent;
	border-bottom-color: #0B376A;
	margin-top: -5px;
}
#nav_mobile li > a:first-child:nth-last-child(2):before
{
	border-top-color: #020912;
	margin-top: -5px;
}
#nav_mobile li:hover > a:first-child:nth-last-child(2):before
{
	border: 5px solid transparent;
	border-bottom-color: #0B376A;
	right: 10px;
}
