/*--------------------------------------*\ 
	LA BASE
\*--------------------------------------*/
html,body,div,ul,li,h1,h2,h3,h4,p,input,img{
	margin: 0;
	padding: 0;
}

body{
    font-family: 'Muli', sans-serif;
	color: #231f20;
}

.stop-float{
	clear: both;
}

li{
	list-style: none;
}

a{
	text-decoration: none;
	color: inherit;
}

/*--------------------------------------*\
	HEADER
\*--------------------------------------*/
.area-menu {
    position: absolute;
    width: 100%;
    top: 171px;
    z-index: 10;
}

.area-logo{
	background-color: #F1F2F2;
}

.bar-top{
	height: 5px;
	background-color: #EC1C24;
}

.logo{
	width: 200px;
	margin: auto;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}

.navigation-pc{
	background-color: #ec1c24;
	height: 50px;
	width: 100%;
	text-align: center;
}

.navigation-pc ul{
	display: inline-block;
}

.navigation-pc li{
	float: left;
	
}

.navigation-pc li:hover{
	background-color: #D11C29;
}

.navigation-pc li:hover a{
	text-decoration: none;
}

.navigation-pc a{
	color: #fff;
	font-family: "Raleway";
	font-weight: 700;
	line-height: 50px;
	text-transform: uppercase;
	padding: 0 25px;
	display: block;
	font-size: 15px;
}

.content-nav-mobile , .navigation-mobile{
	display: none;
}

/*--------------------------------------*\
	INDEX
\*--------------------------------------*/
.slider{
	overflow: hidden;
	margin-top: -40px;
}

.telechargement{
	padding: 40px 0;
	background-color: #F1F2F2;
}

.telechargement figure{
	width: 220px;
	margin: auto;
	display: block;
	text-align: center;
}

.telechargement figure figcaption a{
	font-weight: 700;
	font-size: 18px;
	color: #ec1c24;
	padding: 10px 0px;
	width: 100%;
	background-color: #fff;
	display: inline-block;
	font-family: "Raleway";
}

.telechargement figure figcaption a:hover{
	background-color: #ec1c24;
	color: #fff;
	text-decoration:none;
}

/*--------------------------------------*\
	FOOTER
\*--------------------------------------*/

footer {
	background-color: #404041;
	color: #fff;
	padding-top: 40px;
}

footer h4{
	color: #fff;
	font-family: "Raleway";
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
	text-transform: capitalize;
	letter-spacing: 0.3px;
}

footer h4::before {
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 30px;
    background-color: #ec1c24;
}

footer ul{
	font-size: 15px;
}

footer ul li{
	margin-bottom: 10px;
}

footer ul li:last-child{
	margin-bottom: 0px;
}

footer hr{
	border-top: 1px solid #231f20;
}

.footer-bottom{
	background-color: #231f20;
	padding:10px 0;
	margin-top: 40px;
}

/*--------------------------------------*\
	RESPONSIVE
\*--------------------------------------*/

@media (max-width: 1199px){
	.slider {
    	margin-top: 0px;
	}
}

@media (max-width: 991px){
	footer ul{
		margin-bottom: 20px;
	}

	footer .row:last-child .col-md-4:last-child ul {
		margin-bottom: 0px;
	}

	footer hr{
		display: none;
	}
}

@media (max-width: 767px){
	.content-nav-mobile{
		display: block;
	}
	.navigation-pc{
		display: none;
	}

	.area-menu{
		position: static;
		background-color: #EC1C24;
	}

	.bt-mobile{
		width: 50px;
		height: 40px;
		text-align: center;
		line-height: 40px;
		font-size: 35px;
		background-color: #fff;
		margin: auto;
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.telechargement .col-sm-6:first-child figure{
		margin-bottom: 30px;
	}

	.navigation-mobile{
		text-align: center;
		color: #fff;
		font-family: "Raleway";
		font-weight: 700;
		font-size: 15px;
		text-transform: uppercase;
		margin-left: -15px;
		margin-right:  -15px;
		background-color: #404041;
	}

	.navigation-mobile a{
		padding: 10px 0;
		display: block;
	}

	.navigation-mobile a:hover{
		background-color: #231f20;
		color: #fff;
		text-decoration: none;
	}

	.footer-bottom p{
		text-align: left;
	}

	.footer-bottom .text-left p{
		margin-bottom: 10px;
	}

	.footer-bottom  a{
		color: #ec1c24;
	}

	.footer-bottom  a:hover{
		color: #ec1c24;
	}
}