@charset "UTF-8";
/* CSS Document */

/* FONTS
==================================*/

@font-face { font-family: "bebas"; src:url('../fonts/BebasNeue.otf'); }
@font-face { font-family: "metric-regular"; src:url('../fonts/Metric-Regular.otf'); }
@font-face { font-family: "metric-medium"; src:url('../fonts/Metric-Medium.otf'); }
@font-face { font-family: "metric-bold"; src:url('../fonts/Metric-Bold.otf'); }
@font-face { font-family: "metric-semi-bold-italic"; src:url('../fonts/Metric-SemiboldItalic.otf'); }
@font-face { font-family: "metric-black-italic"; src:url('../fonts/Metric-BlackItalic.otf'); }
@font-face { font-family: "metric-black-italic"; src:url('../fonts/Metric-BlackItalic.otf'); }

/* TITLES
==================================*/
h1 {
	font-size: 17px;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
	padding-top: 20px;
}
h1.title-page {
    font-size: 50px;
    margin-bottom: 60px;
    margin-top: 20px;
}
h1.title-page2 {
    font-size: 50px;
    margin-bottom: 30px;
    margin-top: 20px;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
}
h2 {
	font-family: "metric-semi-bold-italic";
	font-weight: 100;
	color: #000;
}
h3 {
	color: #FFF;
	font-family: "metric-semi-bold-italic";
	font-weight: 100;
	border-bottom: #EDEDED solid 1px;
}
p {
	font-size: 18px;
    text-align: left;
    padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	color: #353535;
}
label {
	font-size: 16px;
	font-weight: 300;
}
a {
	color: #1DD3D1;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}

/* LOADING
==================================*/
#spinner-frequence {
  position: absolute;
  top: 800px;
  width: 200px;
  height: 200px;
  background : url('../img/frequence.gif');
  background-repeat:none;
  background-size:cover;
}

/* BTN
==================================*/
.btn {
	background: none;
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 18px;
	color: #FFF;
	border-radius: 3px;
	text-decoration: none;
	width: 80%;
	margin-left: 10%;
	background-color: #1DB954;
    border: solid 2px #9DFFB1;
	font-weight: bold;
	font-family: "Arial";
}
.btn:hover {
	background: #1ed760;
	color: #FFF;
	transition:0.3s all;
	-webkit-transition:0.3s all;
	-moz-transition:0.3s all;
	-o-transition:0.3s all;
	-ms-transition:0.3s all;
}
/* HEADER
==================================*/
header {
	top: 0;
	margin: auto;
	width: 100%;
	z-index: 1000;
	background: #FFF;
	height: 56px;
	-moz-box-shadow: 0px 0px 2px 0px #c0c0c0;
	-webkit-box-shadow: 0px 0px 2px 0px #c0c0c0;
	-o-box-shadow: 0px 0px 2px 0px #c0c0c0;
	box-shadow: 0px 0px 2px 0px #c0c0c0;
}
header img {
	height: 44px;
	margin-top: 7px;
	margin-bottom: 5px;
	margin-left: 15px;
}
/* MAIN
==================================*/
body {
	margin: 0 auto;
	padding: 0;
}
.container {
	margin-top: 30px;
	width: 50%;
	margin-left: 25%;
	border-radius: 5px;
	margin-bottom: 150px;
	-moz-box-shadow: 0px 0px 2px 0px #c0c0c0;
	-webkit-box-shadow: 0px 0px 2px 0px #c0c0c0;
	-o-box-shadow: 0px 0px 2px 0px #c0c0c0;
	box-shadow: 0px 0px 2px 0px #c0c0c0;
}
.champs {
	width: 80%;
	margin-left: 10%;
	margin-top: 20px;
}
.champs label {
	width: 100%;
    padding: 1%;
}
.input {
	width: 100%;
	height: 40px;
	border-radius: 3px;
	border: 1px solid #EAEAEA;
}
/*  ALERT
==================================*/
.alert {
	color: #000;
	width: 100%;
    z-index: 1;
    left: 0;
    text-align: center;
    padding: 15px 0px 15px 0px;
	border-radius: 0;
	border: none;
	width: 90%;
	margin-left: 5%;
	margin-top: 10px;
	border-radius: 5px;
}
.alert img {
	width: 60px;
}
.alert-error {
 	color: #FFF;
	background-color: rgba(245, 148, 49, 0.8);
}
/* FOOTER
==================================*/
footer {
	width: 100%;
	min-height: 200px;
	background: #083252;
	position:absolute;
	margin-top: 30px;
}
footer p {
	font-size: 12px;
	font-style: italic;
	font-family: "metric-regular";
	color: #FFF;
	padding: 0;
	}
footer h3 {
	color: #CCC;
	font-size: 18px;
}
footer nav {
	float: left;
    text-align: left;
	width: 20%;
    padding: 2%;
}
footer ul {
	margin: 0;
	padding:0;
}
footer li  {
	text-decoration: none !important;
	list-style-type: none;
	text-align: left;
	color: #FFF;
	font-family: "metric-regular";
	font-size: 16px;
}
footer a:hover {
	color: #FFF;
}
.copyright {
	padding-top: 20px;
}	

@media (max-width: 700px) {
footer nav {
	width: 95%;
}
.container {
	width: 90%;
	margin-left: 5%;
}
}