/* DEBUT BANDEAU COOKIE RGPD */
/* afin de rendre le bandeau facilement portable d'un site à l'autre, certaines règles ont uniquement pour but d'annuler des règles éventuellement établies par le CSS général du site */ 
.rgpd_ouvrir_banniere {
	cursor: pointer;
}
#rgpd_ouvrir_banniere {
	display: inline-block;
	font-size: 1em;
	/* border: 1px solid #797979; */
	padding: 10px 10px;
	line-height: 1.1em;
	height: 1.1em;
	text-align: center;
	width: 100%;
	/*
	color: #999;
	position: absolute;
	right: 19px;
	bottom: 20px;
	border-radius: 6px;
	height: 13px;
	width: 115px;
	*/
}
#rgpd_ouvrir_banniere:hover {
	/* background-color: #333; */
	/* color: #333; */
}

#rgpd_main * {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 1.4em;
}
#rgpd_main {
	z-index: 200;
	position: fixed;
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	-moz-hyphens: none;
	hyphens: none;
}
#rgpd_main.rgpd_pos_haut {
	left: 0;
	top: 0;
	margin-top: 1em;
}
#rgpd_main.rgpd_pos_bas {
	left: 0;
	bottom: 0;
}
#rgpd_main h1 {
	font-size: 1.7em;
}
#rgpd_main h2 {
	font-size: 1.5em;
}
#rgpd_main h3 {
	font-size: 1.2em;
}
#rgpd_main h4 {
	font-size: 1.1em;
}
#rgpd_main_content {
	font-size: 12px;
	display: inline-block;
	text-align: center;
	width: 100%;
	background: #23282d;
	color: white;
	margin-bottom: 3px;

	border: 5px solid white;
}
#rgpd_texte_intro {
	padding: 0.5em;
}
#rgpd_texte_intro_titre {
	font-size: larger;
	font-weight: bold;
}
#rgpd_onglets {
	display: none;
}

#rgpd_choix {
	margin-top: 0.4em;
}
#rgpd_choix_ok, #rgpd_choix_refus, #rgpd_choix_reset, #rgpd_choix_fermer_reglage_cookies, #rgpd_choix_fermer_onglets {
	display: inline-block;
	background: #fff;
	color: #23282d;
	margin-bottom: 3px;
	margin-left: 7px;
	padding: 4px 10px;
	text-decoration: none;		
	cursor: pointer;
	border: none;
	border-radius: 3px;
	width: inherit;
	height: inherit;
	font-size: 1.3em;
	text-shadow: none;
	font-weight: normal;
}
#rgpd_choix_savoir_plus {
	display: inline-block;
	cursor: pointer;
	color: white;
	text-decoration: underline;
	font-size: 0.9em;
	margin-left: 3em;
	margin-top: 0.5em;
	margin-bottom: 0.8em;
}
/* rectification suite à nouvelle loi */
#rgpd_choix_ok, #rgpd_choix_refus, #rgpd_choix_savoir_plus
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#rgpd_choix_savoir_plus:hover {
	text-decoration: none;
}
#rgpd_choix_ok, #rgpd_choix_refus, #rgpd_choix_fermer_reglage_cookies {
	/* background: #008300; VERT */
	background: #00B5D3; /* BLEU */
	color: #fff;
	padding: 5px 10px;
}
#rgpd_choix_refus {
	background: #4a4a4a;
}
#rgpd_choix_ok:hover, #rgpd_choix_refus:hover, #rgpd_choix_fermer_reglage_cookies:hover {
	background: #fff;
	color: black;
}
#rgpd_choix_fermer_onglets {
	margin-top: 1em;
}
.bouton_fermer {
	text-align: center;
}

#rgpd_onglets_titre {
	clear: both;
}
#rgpd_onglet1_titre, #rgpd_onglet2_titre {
	box-sizing: border-box;
	width: 50%;
	border: 1px solid #888;
	display: inline-block;
	cursor: pointer;
	padding: 2px 0;
	font-weight: bold;
	line-height: 1.3em;
}
#rgpd_onglet1_titre {
	float: left;
}
#rgpd_onglet2_titre {
	float: right;
}
#rgpd_onglet1_titre.open, #rgpd_onglet2_titre.open {
	background: #fff;
	color: black;
}

#rgpd_onglet1_content, #rgpd_onglet2_content {
	text-align: left;
	padding: 1em;
	clear: both;
}
#rgpd_onglet2_content {
	display: none;
	overflow: auto;
	height: 230px;
	/* width: 95%; */
}
#rgpd_onglet2_content p {
	margin: inherit;
}
#rgpd_onglet2_content ul {
	margin: 0.6em 2em;
	list-style: inherit;
}
#rgpd_onglet2_content li {
	margin: 0.2em 0;
}
#rgpd_onglet2_content a {
	color: white;
	text-decoration: underline;
}
#rgpd_onglet2_content a:hover {
	text-decoration: none;
}

.rgpd_choix_ligne {
	clear: both;
	border-top: 1px solid #999;
	padding-top: 1em;
	padding-bottom: 1em;
}
.rgpd_choix_explication {
	display: inline-block;
	width: 77%;
	float: left;
	margin-bottom: 1em;
}
.rgpd_choix_radios {
	display: inline-block;
	float: left;
	width: 23%;
	margin-top: -5px;
	margin-bottom: 0.5em;
}
.rgpd_choix_radios label {
	display: inline;
	white-space: pre;
	cursor: pointer;
}

/*
@media only screen and (min-width: 740px) and (max-width: 980px) {
}
*/

@media only screen and (min-width: 680px) {
	#rgpd_main_content {
		width: 600px;
	}
}
/* FIN BANDEAU COOKIE RGPD */