body{
	font-family:"Open Sans",Arial,Helvetica,FreeSans,sans-serif;
	font-size:13px;
	color:black;
	background-color:#f5f5f5;
	cursor:default;
	text-align:center;
	background-color:#FFFAFF;
}
#alert-container{
    display:none;
    left:10%;
    position:fixed;
    top:60px;
    width:80%;
    z-index:2000;
}
#alert-container .alert{
    box-shadow:2px 2px 5px rgba(0, 0, 0, 0.5);
}
a:hover{
	text-decoration:none;
}
div.container{
	width:100%;
	padding:0px;
	margin:0px;
}
.absolute{
	position:absolute;
}
#header-banner .absolute{
	background-color:rgba(255, 255, 255, 0.80);
    bottom:5vh;
    width:100%;
}
#header-banner {
	padding-top:10px;
}
.wrap-inner{
	width:80%;
	margin:0 auto;
}
#logo{
    height:auto;
    width:150px;
}
div.header{
	background:url(img/bg.jpg) top center no-repeat;
	background-size:cover;
	height:50vh;
	position:relative;
    width:100%;
}
ul.menu{
	list-style-type:none;
	display:flex;
	padding:0;
	margin:0;
	justify-content:space-between;
}
ul.menu li{
	display:inline-block;
}
.button{
	display:inline-block;
	font-size:15px;
	font-weight:normal;
	background-color:#51a1db;
	text-align:center;
	text-decoration:none;
	padding:5px 10px;
	color:white;
	border:none;
}
.button:hover{
	box-shadow:2px 1px 3px gray;
	cursor:pointer;
	text-decoration:none;
	color:white;
}
ul.menu .button{
	margin-top:28px;
}
div.header span.title{
	font-size:50px;
	color:#8ED2E9;
}
div.header h1 {
	color:#774141;
	font-size:30px;
	text-transform:uppercase;
	font-weight:normal;
	margin-top:30px;
	margin-bottom:20px;
}

.content{
	padding:20px 0;
	text-align:left;
}
h2 {
	color:#51a1db;
    text-transform:uppercase;
    font-weight:bold;
    font-size:15px;
}
div.description-container {
	margin-left:auto;
	margin-right:auto;
	font-size:13px;
	line-height:22px;
	text-align:justify;
    border:0px;
    border-left:2px;
    border-style:solid;
    border-color:#51a1db;
	padding-left:15px;
}
.encart{
	border:10px solid #C6DDEF;
	background:#fff;
	color:#448DCA;
	text-align:center
}
.encart h3{
	font-family:Pacifico,Arial,Helvetica,FreeSans,sans-serif;
	text-transform:none;
}
.encart h5{
	font-size:1.2em;
	font-weight:bold;
}
.encart h6{
	text-transform:none;
	font-weight:bold;
}

div.bottom-buttons{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	/* width: 600px; */
	/* height: 50px; */
	/* display: inline; */
}
div.bottom-buttons .button:hover{
	cursor:pointer;
	font-weight:bold;
}
div.bottom-buttons .button:first-child{
	margin-left:10px;
}
div.bottom-buttons .button.button-disabled{
	background-color:#BBB;
}
div.bottom-buttons .button.button-disabled:hover{
	cursor:auto;
	font-weight:normal;
}

div.footer{
	margin-top:20px;
	margin-bottom:5px;
	color:#994141;
	font-weight:normal;
}

span.subscription-form{
	display:block;
	height:35px;
	background-color:#51a1db;
	width:250px;
	max-width:100%;
	color:white;
	font-size:16px;
	line-height:35px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}
span.subscription-form:hover{
	cursor:pointer;
	box-shadow:2px 1px 3px gray;
}
span.subscription-form:active{
	background-color:#206496;
}

#overlay{
	position:fixed;
	display:none;
	background-color:rgba(0,0,0,0.6);
	width:100%;
	height:100%;
	top:0;
	left:0;
}
#overlay:hover{
	cursor:pointer;
}

#old-newsletters-container{
	padding-top:50px;
	display:none;
	z-index:5;
	position:fixed;
	top:150px;
	left:50%;
	margin-left:-210px;
	width:420px;
	background-color:#F5F5F5;
	border:solid #eee 1px;
}
#old-newsletters-container .container-title{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:50px;
	line-height:50px;
	font-size:18px;
	background-color:#994141;
	color:#F5F5F5;
	text-align:center;
}
#subscribe-container form input:focus, form textarea:focus{
	border-color:#51A1DB;
}
#subscribe-container form div.label{
	font-weight:400;
	cursor:pointer;
}
#subscribe-container form div.label span{
	font-size:12px;
	color:#999;
	margin-left:5px;
	font-weight:300;
	display: block;
}
#mc-embedded-subscribe{
	border:0px;
}
.subscribe-label{
    display:block;
	text-align:left;
}
div.label{
	color:black;
}
#old-newsletters-list{
	list-style:none;
	padding:0;
	text-align:left;
}
.modal{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1050;
	display:none;
	overflow:hidden;
	-webkit-overflow-scrolling:touch;
	outline:0;
	width:40%;
	min-width:350px;
	margin-right:auto;
	margin-left:auto;
	
}
.button-small{
	padding-right:10px;
	padding-left:10px;
	padding-bottom:3px;
	padding-top:3px;
	height:40px;
	border:0px;
}
.grey{
	background-color:silver;
}
.grey:active{
	background-color:grey;
}
.modal-header {
	text-transform:uppercase;
	background-color:#994141;
	color:white;
}
.modal-content{
	margin-top:10%;
	border-radius:3px;
	max-width:100%;
}
.form-center{
    margin-right:auto;
    margin-left:auto;
}
.newsletters-old-table th{
	padding:5px;
}
.newsletters-old-table tr{
    border:0px;
    border-bottom:1px;
    border-style:solid;
    border-color:#cecccc;
}
#avis-container .modal-body{
	text-align:left;
}

@media screen and (max-width:1080px){
	ul.menu .button{
		margin:16px 2px;
	}
}

@media screen and (max-width:750px){
	ul.menu{
		display:block;
	}
	ul.menu li{
		display:block;
	}
	ul.menu li:first-child{
		float:left;
		padding:20px 0;
	}
	ul.menu .button{
		margin:2px;
	}
}
@media screen and (max-width:480px){
	div.header{
		height:100vh;
		min-height:300px;
	}
	ul.menu li:first-child{
		float:none;
		padding:10px 0;
	}
}