#bandeauConsentement {
  position: fixed;
  left: 0px;
  bottom: 0%;
  width: 100%;
  z-index: 99;
  background-color: #0C419A;
  color: #fff;
  text-align: center;
  padding: 2%;
  opacity: 1;
}

#pageConsentement{
  	z-index: 50;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	position: fixed;				
	background-color: #cccccc;
	color: #aaaaaa;
	opacity: .4;
	filter: alpha(opacity = 50);
}

#premierElementConsentement {
   position: fixed;
   left: 0;
   top: 0;
}

.consentRefuser{
    border: solid 1px #FFFFFF;
    color: #FFFFFF;
    background: linear-gradient(to right,#003763 50%, #0C419A 50%);
    background-color: #0C419A;
}

.consentAccepter{
    border: solid 1px #255EA7;
    color: #255EA7;
    background: linear-gradient(to right,#003763 50%, #FFFFFF 50%);
}

.texteBandeau{
	margin: auto;
	text-align: left;
	font-size: 1rem;
    line-height: 1.375rem;
    font-family: Open Sans, sans-serif;
	margin-bottom: 20px;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
	width: 640px;
}

.texteBandeau a {
	border-bottom: solid 1px;
	text-align: left;
	font-size: 1rem;
    line-height: 1.375rem;
    font-family: Open Sans, sans-serif;
	letter-spacing: 0px;
	color: #FFF;
	opacity: 1;
}

.consentRefuser,
.consentAccepter{
    background-size: 200% 100%;
    background-position: right bottom;
    margin-left: 10px;
    transition: all 0.5s ease;
    font-family: Open Sans, sans-serif;
    height: 40px;
    border-radius: 19.5px;
    cursor: pointer;
    white-space: normal !important;
    line-height: 1.14;
    width: 140px;
}

.cache {
  display: none;
}

/* Responsive */
@media(max-width : 767px) {
	.texteBandeau {
		width: 300px;
	}
	#accepteCookie {
	  margin-left: 5px;
	}
}
