html {
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
}
body {
    font-family: 'Quicksand', sans-serif;
}
footer a {
	text-decoration: none;
}
/********************** CSS FOOTER **********************/
footer {
    background-color: #E03400;
    width: 100%;
    padding: 0;
}
@media (min-width: 640px) {
	.contentFooter.fixedElement{
		position: fixed;
		width: 100%;
		bottom: 0;
		z-index: 10;
	}
}
@media (min-width: 1024px) {
	footer {
		z-index: 12;
	}
	
}

/**** CSS FOOTER LINKRESO ****/
.contentLinkReso {
	text-align: center;
	padding-top: 10px;
}
.contentLinkReso .picto {
	vertical-align: middle;
}
.contentLinkReso a {
	color: #ffffff;
	margin: 0 5px;
	font-weight: 700;
	vertical-align: middle;
	display: inline-block;
	line-height: 40px;
}
@media (max-width: 639px) {
	.contentLinkReso .picto {
		font-size: 30px;
		font-size: 3rem;
	}
	.contentLinkReso > a {
    	font-size: 20px;
    	font-size: 2rem;
	}
} 
@media (min-width: 640px) {
	.contentLinkReso {
		padding: 0px;
		line-height: 39px;
		text-align: left;
		cursor: default;
	}
	.contentLinkReso a {
		font-weight: 400;
	}
}          
/**** CSS FOOTER CGV MENTION ****/
.contentCgvMention {
    color: #ffffff;
	font-weight: 700;
	padding: 10px;
	margin: 0;
	cursor: default;
	
}
.contentCgvMention a {
	color: #ffffff;
	text-transform: none;
}
.contentCgvMention li {
	font-size: 20px;
	font-size: 2.0rem;
    list-style: none;
	text-align: center;
}
@media (min-width: 640px) {
	.contentCgvMention {
		font-weight: 400;
	    line-height: 39px;
	    padding-bottom: 0;
	    padding: 0 5px;
	    text-align: right;
	  
	}
	.contentCgvMention li {
		display: inline;
		font-size: 14px;
		font-size: 1.4rem;
	}
}
/*** footer light **/
.k-footer-light {
	width: auto;
}
.k-footer-light ul  {
	text-align: right;
}
/***/
.cookies-control, .contentCgvMention {
	padding: 5px 10px;
}
.cookies-control p {
	margin: 10px 0;
    color: #fff;
}
.cookies-control a {
    color: #fff;
    text-decoration: underline;
}
.cookies-control a:hover, .cookies-control a:focus {
	color: #fff;
    text-decoration: none;
}
.footer-info {
    font-weight: lighter;
    font-size: 11px;
    line-height: normal;
    text-align: justify;
    color: #FFFFFF;
    background-color: #333333;
    padding: 16px;
    margin: 0px;
}
.footer-info p {
	max-width: 1250px;
	margin: auto;
}