.page-fid {
	font-family: 'Catamaran', Arial, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #23191A;
	width: 1280px;
	margin: 0 auto;
	background: #F7F7F5;
}
.page-fid .banniere-fid {
	min-height: 500px;
	background: url("images/banniere.jpg") no-repeat;
	display: flex;
	align-items: center;
}
.page-fid .content {
	width: 995px;
	margin: 0 auto;
}
.page-fid .content h2 {
	font-weight: 900;
	color: #23191a;
	font-size: 30px;
	line-height: 35px;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 40px 0;
}
.page-fid .content h2 span {
	color: #FF010A;
}
.page-fid .banniere-fid .content .titre {
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	display: flex;
	margin: 20px 0 0 0;
}
.page-fid .banniere-fid .content .titre span {
	margin-left: 20px;
	position: relative;
}
.page-fid .banniere-fid .content .titre span::before {
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	background: url("images/plus-rouge.svg") no-repeat;
	background-size: cover;
	position: absolute;
	top: 3px;
	left: -15px;
}
.page-fid .banniere-fid .content .cta {
	margin-top: 30px;
	display: flex;
}
.page-fid .banniere-fid .content .cta a {
	width: 220px;
	height: 55px;
	background: #fff;
	color: #2d2d2d;
	text-decoration: none;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 16px;
	line-height: 18px;
}
.page-fid .banniere-fid .content .cta a:first-child {
	margin-right: 10px;
}
.page-fid .banniere-fid .content p {
	color: #fff;
	margin: 20px 0 10px 0;
}
.page-fid .banniere-fid .content p a {
	color: #E2001A;
	text-decoration: underline;
}
.page-fid .coupon {
	padding: 60px 0;
}
.page-fid .coupon .content div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.page-fid .comment-obtenir {
	background: #fff;
	padding: 60px 0;
}
.page-fid .comment-obtenir .content h3 {
	margin: 20px 0;
	font-weight: 500;
	color: #23191A;
	font-size: 28px;
	line-height: 35px;
}
.page-fid .comment-obtenir .content h3.rouge {
	color: #E2001A;
}
.page-fid .comment-obtenir .content h3 a {
	text-decoration: underline;
	color: #E2001A;
}
.page-fid .comment-obtenir .content ul,
.page-fid .acces .content ul {
	padding: 0px;
}
.page-fid .comment-obtenir .content ul li,
.page-fid .acces .content ul li {
	list-style-type: none;
	margin-bottom: 10px;
	position: relative;
	padding-left: 15px;
}
.page-fid .comment-obtenir .content ul li::before,
.page-fid .acces .content ul li::before {
	content: "";
	background: url("images/plus-rouge.svg") no-repeat;
	background-size: cover;
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	top: 2px;
	left: 0px;
}
.page-fid .comment-obtenir .content .encadre {
	display: flex;
	margin-top: 40px;
}
.page-fid .comment-obtenir .content .encadre a,
.page-fid .comment-obtenir .content .encadre div {
	border-radius: 6px;
	border: 1px solid #EFEFEF;
	display: flex;
	width: 300px;
	height: 130px;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #23191A;
	font-weight: 300;
	margin-right: 50px;
	position: relative;
}
.page-fid .comment-obtenir .content .encadre a:hover {
	border-color: #E2001A;
}
.page-fid .comment-obtenir .content .encadre a::after {
	content: "";
	display: block;
	background: url("images/chevron.svg") no-repeat;
	width: 10px;
	height: 15px;
	position: absolute;
	left: -30px;
}
.page-fid .comment-obtenir .content .encadre a:last-child {
	margin-right: 0px;
} 
.page-fid .comment-obtenir .content .encadre a:first-child::after {
	display: none;
}
.page-fid .comment-obtenir .content .encadre a p,
.page-fid .comment-obtenir .content .encadre div p {
	margin:0 0 0 20px;
}
.page-fid .comment-obtenir .content .encadre a p span {
	text-decoration: underline;
}
.page-fid .acces {
	background: #3C1C1F;
	padding: 60px 0;
	color: #fff;
}
.page-fid .acces .content h2 {
	color: #fff;
}
.page-fid .acces .content h2 img {
	width: 114px;
	height: 22px;
}
.page-fid .acces .content .carte {
	display: flex;
	justify-content: space-around;
}
.page-fid .acces .content .carte h3 {
	color: #fff;
	text-transform: uppercase;
	margin: 30px 0;
	font-size: 18px;
	line-height: 22px;
	font-weight: 900;
}
.page-fid .acces .content .carte div div {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.page-fid .acces .content .carte div div img {
	margin-right: 10px;
}
.page-fid .acces .content .carte div div p {
	margin: 0px;
}
.page-fid .acces .content .carte div div p a {
	color: #fff;
	text-decoration: underline;
}
.page-fid .contact {
	background: url("images/carton.jpg") no-repeat;
	padding: 40px 0;
	background-size: cover;
}
.page-fid .contact .content h3 {
	font-weight: 700;
	color: #23191A;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	text-align: center;
}
.page-fid .contact .content h2 {
	text-transform: none;
	font-weight: 500;
}
.page-fid .contact .content .encart {
	display: flex;
	justify-content: space-between;
}
.page-fid .contact .content .encart a {
	background: #fff;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 318px;
	height: 200px;
	color: #23191A;
	text-decoration: none;
	text-align: center;
}
.page-fid .contact .content .encart a h4 {
	margin: 20px 0 10px 0;
}
.page-fid .contact .content .encart a p {
	text-decoration: underline;
	margin: 0;
}
.page-fid .contact .content .ml {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0px;
}
.page-fid .contact .content .ml a {
	color: #23191A;
}
.cta-mobile-footer {
	display: none;
	position: -webkit-sticky;
	position: sticky;
	bottom: 0;
	left: 0;
	z-index: 20;
	background: #23191A;
	padding: 10px;
}
.cta-mobile-footer .contenaire {
	display: flex;
	justify-content: center;
}
.cta-mobile-footer .contenaire a {
	width: 164px;
	background: #fff;
	border-radius: 6px;
	color: #23191A;
	text-decoration: none;
	display: flex;
	height: 45px;
	align-items: center;
	justify-content: center;
}
.cta-mobile-footer .contenaire a:first-child {
	margin-right: 10px;
}
/*RESPONSIVE*/
@media screen and (max-width:767px) {
	.page-fid {
		width: 100%;
	}
	.page-fid .content {
		width: 90%;
	}
	.page-fid .content h2 {
		text-align: left;
	}
	.page-fid .banniere-fid {
		min-height: 450px;
		background: url("images/banniere-mobile.jpg") no-repeat;
		align-items: flex-start;
		text-align: center;
		padding-top: 40px;
		padding-bottom: 0px;
		background-position: center top;
	}
	.page-fid .banniere-fid .content .titre {
		justify-content: center;
	}
	.page-fid .banniere-fid .content .cta {
		flex-direction: column;
		margin-top: 170px;
	}
	.page-fid .banniere-fid .content .cta a {
		width: 100%;
		margin-top: 10px;
	}
	.page-fid .banniere-fid .content .cta a:first-child {
		margin: 0px;
	}
	.page-fid .banniere-fid .content p {
		margin: 40px 0 10px 0;
		color: #23191A;
		text-align: left;
		letter-spacing: -0.2px;
	}
	.page-fid .coupon,
	.page-fid .comment-obtenir,
	.page-fid .acces {
	  padding: 30px 0;
	}
	.page-fid .coupon .content div {
		flex-direction: column;
	}
	.page-fid .coupon .content img {
		max-width: 100%;
	}
	.page-fid .comment-obtenir .content .encadre {
		flex-direction: column;
	}
	.page-fid .comment-obtenir .content .encadre a, 
	.page-fid .comment-obtenir .content .encadre div {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.page-fid .comment-obtenir .content .encadre a:first-child::after {
  		display: block;
	}
	.page-fid .comment-obtenir .content .encadre a::after {
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: -25px;
		transform: rotate(90deg);
		width: 15px;
	}
	.page-fid .comment-obtenir .content .encadre div::after {
		content: "";
		display: block;
		background: url("images/chevron.svg") no-repeat;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: -25px;
		transform: rotate(90deg);
		width: 15px;
		height: 15px;
	}
	.page-fid .comment-obtenir .content .encadre a:last-child::after {
		display: none;
	}
	.page-fid .acces .content h2 {
		text-align: center;
		margin-bottom: 20px;
	}
	.page-fid .acces .content .carte .carte-fid {
		display: none;
	}
	.page-fid .contact .content h2 {
		text-align: center;
	}
	.page-fid .contact .content .encart {
		flex-direction: column;
	}
	.page-fid .contact .content .encart a {
		width: 100%;
		margin-bottom: 10px;
	}
	.page-fid .contact .content .ml br {
		display: none;
	}
}
@media screen and (min-width:767px) and (max-width:980px) {
	.page-fid {
		width: 100%;
	}
	.page-fid .content {
		width: 90%;
	}
	.page-fid .banniere-fid {
		background-position: center top;
	}
	.page-fid .coupon .content div {
		flex-direction: column;
	}
	.page-fid .coupon .content div img {
		max-width: 100%;
	}
	.page-fid .comment-obtenir .content .encadre a,
	.page-fid .comment-obtenir .content .encadre div {
		padding: 10px;
	}
	.page-fid .comment-obtenir .content .encadre a img,
	.page-fid .comment-obtenir .content .encadre div img {
		width: 40px;
		height: 40px;
	}
	.page-fid .contact .content .encart {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.page-fid .contact .content .encart a {
		margin-top: 20px;
	}
}
@media screen and (min-width:981px) and (max-width:1279px) {
	.page-fid {
		width: 100%;
	}
	.page-fid .content {
		width: 90%;
	}
	.page-fid .banniere-fid {
		background-position: center top;
	}
	.page-fid .coupon .content div img {
		max-width: 50%;
	}
	.page-fid .contact .content .encart a {
		width: 32.5%
	}
}