/*
**
*/
.center{
	text-align: center;
}

.row{
	margin: 0px;
}

.footer{
	padding: 60px 0px 40px;
}

.footer div h3{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.lien-pages-web a{
	color: #003e68;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 15px;
}

.lien-pages-web{
	display: block;
}

.lien-pages-mobile{
	display: none;
}

.footer div p{
	font-size: 15px;
}

.footer div p a{
	color: #818283;
	text-decoration: none;
	font-weight: bold;
}

.voyages{
	text-align: right;
}

.tirie{
	background-color: #ed591a;
	height: 5px;
    width: 25%;
    margin-top: -18px;
    margin-bottom: 12px;
}

.voyages .tirie{
	float: right;
}

.rs{
	padding: 20px 0px 60px;
}

.rs div a i{
	color: #001b4d;
	margin: 0px 10px;
	font-size: 35px;
}

.ligne{
	background-color: #b7b7b7;
	width: 100%;
	height: 2px;

}

@media (max-width: 1024px){

	.lien-pages-web a{
		padding: 0px 10px;
		font-size: 15px;
	}
	
}

@media (max-width: 768px){

	.lien-pages-web{
		display: none;
	}

	.lien-pages-mobile{
		display: block;
	}

	.lien-pages-mobile a{
		color: #003e68;
		text-decoration: none;
		font-size: 16px;
		font-weight: bold;
		text-transform: uppercase;
		padding: 15px 0px;
	}

	.voyages{
		text-align: left;
	}

	.voyages .tirie{
		float: left;
	}

	.tirie{
		width: 20%;
	}

}

@media (max-width: 840px){
	
}

@media (max-width: 480px){
	
}