@charset "utf-8";

#validation{
	display:none;
	width:100%;
	min-height:105px;
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	z-index:3;
	border-top:solid 1px #CDA349;
	background-color: #4D301F;
}
#validation button{
	cursor: pointer;
}
#validation .centre {
    max-width: 690px;
    padding: 15px 0;
    box-sizing: border-box;
    display: flex;
    margin: 0 auto;
}

@media screen and (max-width:1280px){
	#validation .centre{
		max-width: 515px;
	}
}
@media screen and (max-width: 680px){
	#validation .centre {
		max-width: 480px;
		padding:20px 20px 8px;
		display: table;
	}
}
#cnt-vd{
	width:70%;
	display: inline-block;
	padding: 0 15px;
	box-sizing: border-box;
}
@media screen and (max-width: 680px){
	#cnt-vd{
		width:100%;
	}
}

#validation .txt{
	margin-top:0;
}
#validation .txt p {
    text-align: left;
    font-size: 14px;
    margin: 0;
	color:#FFF;
}
@media screen and (max-width: 680px){
	#validation .txt p{
		text-align: center;
	}
}
#validation a{
    display: inline-block;
	color:#FFF;
}
#validation a:hover{
	border-bottom:1px solid;
}
#btn-vd {
    display: inline-block;
    width: 100%;
    max-width: 239px;
}
@media screen and (max-width: 680px){
	#btn-vd {
		margin: 0 auto 0;
		display: table;
	}
}
#validation form{
	display: block;
	width:100%;
	float:left;
}

button{
	cursor: pointer;
}
#continuer{
    width: 100%;
    height: 54px;
    box-sizing: border-box;
    border: 3px solid #CDA349;
	padding: 7px 0 0 0;
    color: #FFF;
    display: block;
    font-family: 'Josefin Sans Bold';
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
	background:#4D301F;
	border-radius: inherit;
}
.btn a:hover{
	color:#FFF;
	background:#CDA349;
}
@media screen and (max-width: 680px){
	#continuer{
		margin-top:10px;
	}
}

#continuer:hover{
	color:#000;
	background-color:#FFF;
}
#alternative{
	width:auto;
	color:#FFF;   
	font-size: 10px;
    letter-spacing: 1px;
    margin:15px auto 15px;
	display:table;
	background:none;
	border: none;
	float: left;
	clear: both;
}
@media screen and (max-width: 680px){
	#alternative{
		width:100%;
		text-align: center;
	}
}
/* Toggle switch */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
  margin-right: 10px;
}
.switch input { display:none; }
.slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 24px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
input:checked + .slider {
  background-color: #4caf50;
}
input:checked + .slider:before {
  transform: translateX(26px);
}
.switch.disabled .slider {
  background-color: #bdbdbd; /* gris */
  cursor: not-allowed;
}


/* Style du texte à côté */
.toggle-group { display: flex; align-items: center; margin-bottom: 10px; }
.toggle-group span { 
	font-size: 14px;
	color:#FFF;
}

#cookie-options{
	width:100%;
	margin-top:15px;
	float: left;
}
@media screen and (max-width: 680px){
	#cookie-options {
		width: 100%;
		float: none;
		max-width: 200px;
		margin: 0 auto 0;
		padding-top: 20px;
		clear: both;
	}
}
.toggle-group{
	float: left;
}
.toggle-group:nth-child(n+1){
	margin-right:10px;
}
#manage-consent-banner {
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 10px;
    letter-spacing: 1px;
    margin: 12px auto 0;
    display: table;
    background: none;
    border: none;
    padding: 10px 0;
}

#manage-consent-footer {
    background: none;
    border: 0 none;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
    font-family: 'Roboto Lt';
}