/* RGPD TEXT PAGE */
.rgpd-text-header {
	margin-top:50px; 
	margin:50px;
	font-family: "Roboto";
}

.rgpd-text-header h1 {
	text-align: center;
}

.rgpd-text-core {
	margin:50px;
    font-family: "Roboto";
}
.rgpd-text-core h2 {
	font-weight: 900;
    color: #006f9e;
    text-transform: uppercase;
}

/* MENTIONS LEGALES TEXT PAGE */
.mentions-legales-header {
	margin-top:50px; 
	margin:50px;
	font-family: "Roboto";
}

.mentions-legales-header h1 {
	text-align: center;
	font-family: "Roboto";
}

.mentions-legales-core {
	margin:50px;
    font-family: "Roboto";
}
.mentions-legales-core h2 {
	font-weight: 900;
    color: #006f9e;
    text-transform: uppercase;
}


/* COOKIES ALERT IN FOOT */
#div_cookie_info {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.95);
	z-index: 100;
}

#div_cookie_info .link {
	color: #00a0d1
}

#div_cookie_info .btn {
	padding-top: 12px;
	padding-bottom: 12px;
	margin-right: 20px;
	margin-left: 20px;
	min-width: 65px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: -5px;
}

.rgpd-card-info {
    padding-right: 22px;
    padding-left: 22px;
    padding-top: 15px;
    padding-bottom: 30px;
	font-size: 14px;
    font-family: sans-serif;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 10px;
}

.rgpd-buttons-div {
	width: 100%;
	text-align: center !important;
    margin-bottom: 30px;
    margin-top: -5px;
}

.btn-rgpd {
    background-color: white;
	color: black;
	border: 1px;
	border-style: solid;
	padding: 1em 1.5em;
	font-size: 14px;
    font-family: sans-serif;
	font-weight:600;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	margin: 25px;
}



