
html { 
  font-size: 100%;
} 
body { 
  margin: 0; 
  padding: 0;
  font-family: Arial, Helvetica, FreeSans, sans-serif; 
  font-size: 12px;
  color: black; 	
} 
 
h1, h2, h3, h4, h5, h6 { 
  margin: 4px 0;
  line-height: 1.2; 
  font-weight: bold; 
  font-style: normal; 
} 
h1 { 
  font-size: 21px; 
} 
h2 { 
  font-size: 18px; 
} 
h3 { 
  font-size: 15px; 
} 
h4 { 
  font-size: 12px; 
} 

ul, ol { 
  margin: 9px 0 9px 32px; 
  padding: 0; 
} 
p { 
  margin: 0;
} 

a { 
  text-decoration: underline; 
} 
a:link { 
  color: #000; 
} 
a:visited { 
  color: #000; 
} 
a:hover, a:focus, a:active { 
  color: #e70; 
	text-decoration:none;
} 
a img { 
  border: none; 
} 

a.orange{
  text-decoration:none;
  color:#e70;
}
a.orange:hover, a.orange:focus, a.orange:active { 
  color: #e70; 
	text-decoration:underline;
}
a.grey{color:#666;}
a.white{
  text-decoration:none;
  color:#fff;
}
a.white:hover, a.white:focus, a.white:active {   
	text-decoration:underline;
}  

.bold{
  font-weight:bold;
}
.orange{
  color:#e70;
}
.blue{
  color:#055099;
}
.clear{
  clear:both;
}
/* NEWS */
div.news_3
{
  border:1px solid #e70;
  background-color:#ffcf9f;
  padding:2px;
}
div.news_1
{
  border:1px solid #85bc00;
  background-color:#ddeeb3;
  padding:2px;
}
div.news_thumb{
  float:left;
  width:100px;
  text-align:center;
}
div.news_abstract{
  margin-left:106px;
}
span.news_pays{
  font-weight:bold;
  text-transform:uppercase;
  color:#e70;
  font-size:12px;
}
div.news_sep{
  clear:both;
      border-bottom:1px solid #e70;
      margin-bottom:10px;
}
/* EVENTS */
.event_pic{
  width:20px;
  float:left;
}
.event_ev{
  margin-left:20px;
}
.event_sep{
  clear:both;
  border-bottom:1px solid #e70;
  margin-bottom:10px;
}
span.event_pays{
  font-weight:bold;
  text-transform:uppercase;
  color:#e70;      
}
span.event_nom{
  font-weight:bold;
  font-size:13px;
}
div.event_organiser{
  font-size:10px;
  color:#444;
  margin-left:15px;
}
/* FORMS */
.form_label {
	display: block;
	width: 150px;	
	float: left;	
	font-weight:bold;		
	text-align:right;
	margin-right:5px;
	padding:1px;	
	padding-top:3px;
}
.form_valid{
  text-align:center;
  border-top:1px solid #e70;
  margin-top:10px;
  padding-top:10px;
}
.fieldname{
text-align: right;
font-weight: bold;   
background-color:#ffd;
width:20%;
}
.watermark{color:#666;}
.tooltip
{
  display:none;
  background-color:#ffa;
	border:1px solid #cc9;
	padding:3px;
	font-size:13px;
	-moz-box-shadow: 2px 2px 11px #666;
	-webkit-box-shadow: 2px 2px 11px #666;
}

/*Cookies popup*/

body {
	padding: 0;
	margin: 0;
}

.cookie-footer {
	font-family: arial;
	position: fixed;
	bottom: 20px;
	margin-left: -45%;
	left: 50%;
	z-index: 999;
	width: 90%;
	box-shadow: 0 10px 64px rgb(0 0 0 / 31%);
	display: none;
    background: #fff;
}

.container-conent-cookies {
	padding: 20px 30px 20px 30px;
	overflow: hidden;
}

.left-content {
	float: left;
	width: 65%;
	box-sizing: border-box;
}

.content-title {
	font-size: 15px;
	color: #262637;
	font-weight: bold;
	margin: 10px 0px;
}

.content-text {
	font-size: 13px;
	font-family: sans-serif;
	color: #646464;
	margin: 0px 0px;
}

.buttons-container {
	float: right;
	max-width: 34%;
	padding-top: 20px;
	padding-left: 0px;
	box-sizing: border-box;
}

.manage-button {
	display: inline-block;
	margin-right: 10px;
	border: 2px solid #000;
	border-radius: 3px;
	background-color: #fff;
	color: #000;
	padding: 10px 20px;
	cursor: pointer;
}

.allow-all {
	display: inline-block;
	border-radius: 3px;
	background-color: #ffaa00;
	border: 2px solid #ffaa00;
	padding: 10px 20px;
	color: #fff;
	cursor: pointer;
}
/*popup*/
.overlay {
	background-color: #000;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	display: none;
}

.cookie-popup {
	font-family: arial;
	font-size: 13px;
	position: fixed;
	left: 50%;
	width: 730px;
	z-index: 10000;
	border-radius: 10px;
	background: #fff;
	margin-left: -365px;
	top: 50%;
	height: 400px;
	margin-top: -200px;
	display: none;
}
.cookie-popup p {
    padding-bottom: 7px;
    padding-top: 7px;
}
.popup-container {
	overflow: hidden;
	padding: 25px;
}

.popup-title {
	font-size: 22px;
	text-align: center;
	padding: 0 0 7px 0;
	border-bottom: 2px solid #ffaa00;
}

.clearfix-container {
	overflow: hidden;
	height: 230px;
}

.setting-tabs {
	float: left;
	width: 275px;
}

.setting-tabs ul {
	list-style: none;
	padding: 0;
	margin: 0px;
	padding-right: 25px;
	padding-top: 30px;
}

.setting-tabs ul li {
	display: block;
	padding: 15px 20px 15px 25px;
	border-top: 1px solid #ffaa00;
	cursor: pointer;
}

.setting-tabs ul li.first {
	border-top: none;
}

.setting-tabs ul li.active {
    color: #ffaa00;
    font-weight: bold;
}

.setting-content {
	margin-top: 45px;
	padding-bottom: 30px;
}

.setting-content .cookie-text {
	max-height: 150px;
	overflow-y: auto;
}

.popup-buttons-container {
	padding: 10px;
	padding-top: 20px;
	border-top: 1px solid #ffaa00;
	text-align: right;
}