/* CSS Document */

div#popup-cookie{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: transparent;
	top: 0;
	left: 0;
	z-index: 9999999999;
	display: none;
}
div#popup-cookie .content{
	position: absolute;
	right: 50px;
	bottom: 50px;
	width: 600px;
	max-width: calc(100% - 100px);
	background-color: #fff;
	padding: 32px;
	border-radius: 8px;
	border: 1px solid #DCDCDC;
}
div#popup-cookie .content p{
	color: #000000;;
	font-size: 14px;
	line-height: 1.3;
}
div#popup-cookie .content h3{
	color: #000000;;
	font-size: 22px;
	line-height: 1.3;
	margin-bottom: 1em;
	text-align: center;
}
div#popup-cookie .content .flex{
	justify-content: space-between;
	margin: 30px 0 10px;
}
div#popup-cookie .content .flex button{
	width: calc( 33.3333% - 8px);
	border: none;
	background-color: #F1F2F4;
	border-radius: 8px;
	height: 45px;
	color: #000000;;
	font-size: 16px;
	cursor: pointer;
	line-height: 1;
}
div#popup-cookie .content .flex button#accepter{
	background-color: #45BE55;;
	color: #fff;
}
div#popup-cookie .content a{
	font-size: 14px;
	text-decoration: underline;
	color: #000000;;
	display: block;
	text-align: center;
}
div#popup-cookie #x-close-popup-cookie{
	color: #000000;;
	font-size: 25px;
	margin: 0;
	padding: 0;
	line-height: 1;
	top: 20px;
	right: 20px;
	cursor: pointer;
	position: absolute;
}
div#popup-cookie #preference-cookie{
	display: none;
	margin-top: 25px;
}
div#popup-cookie #preference-cookie .contain{
	padding: 10px 55px 10px 25px;
	border-radius: 8px;
	background-color: #f1f1f1;
}
div#popup-cookie #preference-cookie .contain .explication p{
	margin: 0;
	padding-top: 2em;
}
div#popup-cookie #preference-cookie .row-button{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
div#popup-cookie #preference-cookie .row-button .open{
	font-size: 0px;
	background-image: url("../images/chevron-down.svg");
	width: 20px;
	height: 20px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	font-weight: 100;
	color: #555555;
	transform: rotate(-0deg) translate(-0%,-0%);
	position: absolute;
	right: -42px;
	top: 3px;
	cursor: pointer;
}
div#popup-cookie #preference-cookie .row-button .open.active{
	transform: rotate(-180deg) translate(-0%,-0%);
}
div#popup-cookie .explication{
	display: none;
}
div#open-popup-cookie{
	width: 500px;
	position: fixed;
	bottom: 0;
	right: 50px;
	background-color: #C1C7D1;
	border: 1px solid #DCDCDC;
	border-bottom: none;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999999999999;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	cursor: pointer;
}
div#open-popup-cookie p{
	margin: 0;
	font-size: 14px;
	color: #000000;;
	display: none;
}
div#open-popup-cookie:hover p{
	display: block;
}




/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #1485f0;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}



section#politique{
	padding-top:  20px;
	color: #000000;
}
section#politique ol{
	padding: 0;
	margin: 0;
	margin-top: 30px;
}
section#politique ul{
	margin-top: 20px;
}
section#politique ol ul li{
	list-style: disc;
	padding-left: 0px;
	margin-left: 10px;
	margin-bottom: .5em;
}
.politique-de-confidentialite footer a.lien{
	display: none;
}
section#politique ol li{
	padding-left: 40px;
	margin-bottom: 1em;
	position: relative;
	list-style: none;
}
section#politique ol li:before{
	content: attr(data-numero);
	position: absolute;
	top: 0;
	left: 0;
}
section#politique ol strong{
	font-size: 20px;
	font-weight: 700;
}
section#politique h2{
	font-size: 1.5rem;
}
section#politique h3{
	font-size: 1.25rem;
}
section#politique a{
	color: #fff;
	text-decoration: underline;
}
section#politique ol li{
	padding-left: 25px;
}
section#politique ul{
	margin: 0;
	padding: 0;
	margin-top: 20px;
}
@media (max-width: 767px){
	div#popup-cookie .content .flex{
		flex-wrap: wrap;
	}
	div#popup-cookie .content{
		width: calc( 100% - 50px);
		transform: translateX(-50%);
		left: 50%;
		max-height: calc( 100% - 115px);
		overflow-y: auto;
		bottom: 25px;
	}
	div#popup-cookie .content .flex button{
		width: 100%;
		margin-bottom: 10px;
	}
	div#open-popup-cookie{
		width: calc( 100% - 50px);
		transform: translateX(-50%);
		left: 50%;
	}
}