@import "font-awesome.css";
html { 
  margin:0;
  padding:0;
  background: url(../images/fond.jpg) no-repeat center fixed; 
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
}
body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-family: Arial;
}
.clear{
	clear:both;
}

#box{
	width:900px;
	min-height:450px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-top:50px;
}
#svg, #dgl{
	width:220px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	float:left;
}
#svg{
	margin-left:200px;
	margin-right:60px;
}
#dgl{
	padding-top:18px;
}
#svg img{
	width:100%;
}
h1{
	color:#1b4298;
	font-family: Arial;
	font-weight:normal;
	margin-top:40px;
	*margin-bottom:60px;
}
p.more{
	color:#1b4298;
	margin-top:10px;
	margin-bottom:40px;
}
p.more a{
	color:#1b4298;
	text-decoration:none;
}
p.more a:hover{
	color:#f36;
}
.btn_link{
	font-family: Arial;
	color: #ffffff;
	font-size: 20px;
	*background-image:url('../images/fond_btn.png');
	*background-repeat:repeat;
	background-color: rgba(0, 0, 0, 0.25);
	padding: 10px 20px 10px 20px;
	border: solid #ffffff 2px;
	text-decoration: none;
	-webkit-transition: background .5s;
	transition: background .5s;
}
.btn_link:hover{
	*background-image:url('../images/fond_btn_hover.png');
	*background-repeat:repeat;
	color:#1b4298;
	background-color: rgba(255, 255, 255, 1);
	-webkit-transition: background .5s;
	transition: background .5s;
}
.link_left{
	float:left;
	margin-left:50px;
}
.link_right{
	float:right;
	margin-right:50px;
}
.right_margin{
	margin-right:20px;
}
#cg{
	width:100%;
	text-align:center;
	font-size:15px;
	color:#1b4298;
	margin-top:20px;
}

#cg a, #mentions a:hover{
	color:#f36;
	text-decoration:none;
}
#cg a:hover, #mentions a{
	color:#1b4298;
	text-decoration:none;
}
#partenaires{
	position:absolute;
	width:99.99999%;
	bottom:0;
	text-align:justify;
	z-index:100;
}
#partenaires ul{
	width:100%;
	margin:0;
	padding:0;
	text-align:center;
	list-style:none;
	
}
#partenaires ul li{
	float:left;
	width:25%;
	background-color:rgba(255, 255, 255, 0.5);
}
#mentions{
	width:100%;
	text-align:center;
	padding-bottom:15px;
}
#mentions a{
	font-size:16px;
	font-weight:bold;
	
}
.overlay {
	color:#1b4298;
	position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  text-align:justify;
  z-index:1500;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
  z-index:1000;
}

.popup h2 {
  margin-top: 0;
  color: #1b4298;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #1b4298;
}
.popup .close:hover {
  color: #00aba8;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}
div#campagneSein{
	width:28.4375%;
	position : absolute;
	float:right;
	bottom:120px;
	right:10px;
}
div#campagneSein img{
	width:100%;
	height:auto;
}
div#rapportSein{
	width:28.4375%;
	position : absolute;
	float:left;
	top:20px;
	left:10px;
}


div.infoflash{
	background-color: #1d99d5;
    height: 100px;
    margin: 0;
    padding: 0;
	text-align: center;
	margin-top:30px;
}
div.infoflash div#infoflash_txt p{
	color: #ffffff;
    font-size: 22px;
    font-variant: small-caps;
    margin: 0;
    padding: 10px 0 0;
    text-align: center;
}
div.infoflash div#infoflash_txt a{
	background-color: #f7a600;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    font-variant: small-caps;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    margin: 15px 0 0;
    padding: 0;
    text-align: center;
    width: 150px;
}
div.infoflash div#infoflash_txt a:hover{
	background-color: #fff;
    border: 1px solid #f7a600;
    color: #f7a600;
}

#info_ccr{
	margin-left:auto;
	margin-right:auto;
	width:20%;
	text-align:center;
	padding-top:30px;
}
#info_ccr a{
	display:block;
	color:#fff;
	font-weight:bold;
	background-color: rgba(0, 0, 0, 0.25);
	padding:10px;
	border: solid 2px #fff;
	text-decoration:none;
}
#info_ccr a:hover{
	color:#f36;
	background-color: #fff;
	border: solid 2px #f36;
	-webkit-transition: background .5s;
	transition: background .5s;
}
/* --------------------------------------------------- */
/*                        OVERLAY                       */
/* --------------------------------------------------- */
#overlay {
  position: fixed; /* Sit on top of the page content */
  *display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.7); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}
#overlay #message_covid{
	position: relative;
	margin-left:auto;
	margin-right:auto;
	text-align : center;
	width:65%;
	background-color:#eee;
	margin-top:250px;
	padding:30px;
}
#overlay #message_covid h1{
	font-size:19px;
	text-align:left;
	padding-bottom:20px;
}
#overlay #message_covid p{
	font-size:15px;
	text-align:justify;
	padding-top:10px;
	padding-bottom:10px;
}
#overlay #message_covid #quit_covid{
	width:20px;
	height:20px;
	position:fixed;
	top:20px;
	right:20px;
}
/*PROTECTION LIENS MAILTO*/
.e-mail_container{
	direction: rtl;
	unicode-bidi: bidi-override;
	text-align: left;
}
.e-mail:before {
        content: attr(data-website) "\0040" attr(data-user);
        *unicode-bidi: bidi-override;
        *direction: rtl;
    }
/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (max-height:767px){
	#box {
		margin-left: auto;
		margin-right: auto;
		min-height: 400px;
		padding-top: 10px;
		text-align: center;
		width: 900px;
	}
	h1 {
		color: #1b4298;
		font-family: Arial;
		font-weight: normal;
		margin-top: 30px;
		font-size:25px;
	}
}

@media only screen and (max-width: 995px) {

	#box{
		margin-left:auto;
		margin-right:auto;
		text-align:center;
		width:90%;
	}
	h1{
		font-size:22px/36px;
		width:100%;
	}
	.btn_link{
		font-size:16px/20px;		
	}
}

@media only screen and (max-width: 767px) {
	#box{
		margin-left:auto;
		margin-right:auto;
		text-align:center;
		width:90%;
	}
	h1{
		font-size:16px/22px;
		width:100%;
	}
	a{
		display:block;
		margin-bottom:15px;		
	}
	.btn_link{
		font-size:16px;		
	}
	.link_left{
		float:none;
		margin-left:0px;
	}
	.link_right{
		float:none;
		margin-right:0px;
	}
	.right_margin{
		margin-right:10px;
	}
	#partenaires{
		position:relative;
		background-color:rgba(255, 255, 255, 0.5);
		margin:0;
		padding:0;
	}
	#partenaires ul {
		margin:0;
		padding:0;
	}
	#partenaires ul li{
		float:none;
		width:100%;
		margin:0;
		padding:0;
	}
}
#campagnes{
	position:absolute;
	z-index:1000;
	width:100%;
	padding-left:0.5%;
	margin-top:40px;
}
#campagnes > .colCampagne{
	width:33%;
	float:left;
	text-align:center;
	margin-top:40px;
	margin-bottom:40px;
}
#logos{
	width:100%;
}