#rgpd_bloc,
.rgpd_bloc {
	width: 100%;
	height: 100%;
}

#rgpd_bloc {
	top: 0;
	background-color: #CCCCCCCC;
}

#rgpd_bloc > div {
	max-width: 50%;
	max-height: 60%;
}

#rgpd_bloc > div,
.rgpd_bloc > div {
	border: 1px solid #5084BD;
	bottom: 25px;
	left: 25px;
	background-color: #F3F3F3BD;
	padding: 0 15px;
	border-radius: 10px;
	overflow: auto;
}

#rgpd_bloc,
#rgpd_bloc > div {
	position: fixed;
	z-index: 1000;
}

@media only screen and (max-width: 860px), only screen and (max-device-width: 860px) {
	#rgpd_bloc > div,
	.rgpd_bloc > div {
		max-width: 70%;
		max-height: 80%;
	}
}

@media only screen and (max-width: 460px), only screen and (max-device-width: 460px) {
	#rgpd_bloc > div,
	.rgpd_bloc > div {
		max-width: 80%;
		max-height: 90%;
	}
}

.rgpd_titre {
	font-size: 120%;
	color: #1E6CA0;
	text-align: center;
	font-weight: bold;
}

.rgpd_titre iconify-icon {
	font-size: 250%;
	color: #1E6CA0;
	margin-top: -5px
}

.rgpd_politique_confidentialite {
	color: #375b73;
	border-top: 1px solid #375b7333;
	border-bottom: 1px solid #375b7333;
	width: 90%;
	margin: -10px auto 20px auto;
	padding: 5px;
}

.rgpd_politique_confidentialite a {
	text-decoration: none;
}

#rgpd_bloc button,
.rgpd_bloc button {
	margin: 15px auto 5px auto;
	padding: 7px;
	font-weight: bold;
	color: #6A4545;
	border-radius: 10px;
	border: 1px solid;
	background-color: #E3E3E3;
	display: block;
	text-align: center;
}

#rgpd_bloc button iconify-icon,
.rgpd_bloc button iconify-icon {
	font-size: 200%;
}

#rgpd_bloc button.rgpd_bouton_validation,
.rgpd_bloc button.rgpd_bouton_validation {
	color: #005400;
}

#rgpd_bloc button:hover,
.rgpd_bloc button:hover {
	color: #375b73;
	background-color: #E3E3E3;
	cursor: pointer;
}

#rgpd_bloc button.rgpd_bouton_validation:hover,
.rgpd_bloc button.rgpd_bouton_validation:hover {
	color: #00A200;
	cursor: pointer;
}

#rgpd_bloc button iconify-icon
.rgpd_bloc button iconify-icon {
	font-size: 220%;
	margin-top: -3px
}

.rgpd_liste_de_choix {
	display: table;
	width: 100%;
	border-collapse: collapse;
	background-color: #DDDDDD;
}

.rgpd_liste_de_choix div {
	display: table-cell;
	padding: 5px;
	vertical-align: middle;
}

@media only screen and (max-width: 460px), only screen and (max-device-width: 460px) {
	.rgpd_liste_de_choix div {
		display: table;
	}
	.rgpd_liste_de_choix div:nth-child(1) {
		display: table-cell;
	}
}

.rgpd_liste_de_choix div:nth-child(1) {
	width: 35px;
	color: #799B00;
	font-size: 250%;
}

.rgpd_liste_de_choix div:nth-child(3) {
	width: 115px;
}

@media only screen and (max-width: 460px), only screen and (max-device-width: 460px) {
	.rgpd_liste_de_choix div:nth-child(3) {
		margin: 10px auto;
	}
}

.rgpd_liste_de_choix:nth-child(2n) {
	background-color: #F1F1F1;
}

input[type="checkbox"].rgpd_par_defaut + label {
	opacity: 0.5;
}

input[type="checkbox"].rgpd_yes_no {
	display: none;
}

input[type="checkbox"].rgpd_yes_no + label {
	box-sizing: border-box;
	display: inline-block;
	width: 3rem;
	height: 1.5rem;
	border-radius: 1.5rem;
	padding:2px;
	background-color: #FF0000;
	transition: all 0.5s;
}

input[type="checkbox"].rgpd_yes_no + label::before {
	box-sizing: border-box;
	display: block;
	content: "";
	height: calc(1.5rem - 4px);
	width: calc(1.5rem - 4px);
	border-radius: 50%;
	background-color: #FFFFFF;
	transition: all 0.5s;
}

input[type="checkbox"].rgpd_yes_no:checked + label {
	background-color: #028200;
}

input[type="checkbox"].rgpd_yes_no:checked + label::before {
	margin-left: 1.5rem;
}

input[type="checkbox"].rgpd_yes_no:checked + label::after {
	content: 'Autoriser';
	color: #028200;
}

input[type="checkbox"].rgpd_yes_no + label::after {
	content: 'Refuser';
	color: #FF0000;
}

input[type="checkbox"].rgpd_yes_no + label::after,
input[type="checkbox"].rgpd_yes_no:checked + label::after {
	position: absolute;
	margin: -17px 50px;
}

.rgpd_titre_cookie {
	color: #0011FF;
	font-weight: bold;
	display: block;
	margin-bottom: 5px
}

#rgpd_bouton_align {
	text-align: center;
	margin-top: -10px;
}

#rgpd_bouton_align button {
	display: inline-block;
	margin-top: 0;
}

#rgpd_prise_en_compte {
	text-align: center;
	font-weight: bold;
	color: #028200;
	margin: 20px 0 17px;
}

#rgpd_prise_en_compte iconify-icon {
	font-size: 200%;
}

.fermeture_reglages_cookies {
	float: right;
	font-size: 280%;
	margin: -5px -10px 0 0;
	color: #FF0000;
}

.fermeture_reglages_cookies:hover {
	color: #D60101;
	cursor: pointer;
	opacity: 0.8;
}