@charset "UTF-8";
html {
  margin:0;
  padding:0;
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardis�e */
}
@font-face {
	font-family: "Gotham";
	src: url('../test-css/GothamMedium_1.ttf');
}
@font-face {
	font-family: "Gotham-t";
	src: url('../test-css/GothamLight.ttf');
}
/* @font-face {
	font-family: "Maven Pro";
	font-weight: bold;
	src: url('../images/maven-pro/MavenPro-Bold.ttf');
} */

.begin {
	width: 100%;
  height: auto;
  background-color: #DA2650;
}
/*.b_begin {
	width: 133.4%;
	height: 120%;
	max-width: 133.5%;
}*/
/*.nav_menu {

	font-size: 20px;
	padding: 10px 0px 10px 20px;
	width: 100%;
	text-decoration: none;
	color: #115670;
}*/
/*.s_n_menu {
	margin: -6% 11% 0%;
	padding: 5px 5px 0% 5px;
	max-width: 70%;
}*/
/* .p_logo {
	width: 100%;
} */
/*.nav_principal {
}*/
h1 {
    font-family: 'Gotham', sans-serif;
    font-style: normal;
    font-weight: 600px;
    text-transform: none;
    font-size: 48px;
    letter-spacing: 1px;
    color: #284065;
}
a {
  text-decoration: none;
  font-family: 'Gotham-t', sans-serif;

}
body {
	position: relative;
	margin: auto;
	width: 1440px;
}
strong {
	color:#5f6263;
	letter-spacing: .5px;
  font-family: 'Gotham', sans-serif;

}
h4 {

  font-family: 'Gotham', sans-serif;

	font-style: bold;
	color: #696969;
}
p {
  font-family: 'Gotham-t', sans-serif;
}
.menu {
  font-family: 'Gotham-t', sans-serif;
  font-weight: bold;
  font-size: 10pt;
	width: 100%;
  height: 50px;
  text-align: center;
  margin-left: 250px;
  /* border: black 1px solid; */
}
.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.menu li {
  padding: 0;
  float: left;
  margin: auto;
  background-color: #009edf;
  /* background-position: left center; */
}
.menu li a {
  display: block;
  width: 180px;
  color: white;
  text-decoration: none;
  padding: 9px 0px 15px 0px;
  border-left: #86C7E4 solid 1px;
  border-right: #86C7E4 solid 1px;
}
.menu ul li:hover {
  background-color: #006E9C;
}
.menu ul li ul li a {
  border-left: 0;
  border-right: 0;
  border-bottom: dashed 0.1px #009edf;
  color: #009edf;
}
.menu li a:hover {
  background-color: #006E9C;
  color: white;
}
.menu ul li ul {
  display: none;
}
.menu ul li:hover ul {
  display: block;
}
.menu li:hover ul li {
  float: none;
  background-color: white;
}
.menu li ul {
  position:absolute;
 }
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
  padding-bottom: 20px;
}
.p_space {
  font-family: 'Gotham-t', sans-serif;
	width: 100%;
  margin-left: 165px;
  margin-top: 60px;
  color: gray;
  font-size: small;
}
.p_space a {
  font-family: 'Gotham-t', sans-serif;
  color: #DA2650;
}
.p_space a:hover {
  font-family: 'Gotham-t', sans-serif;
  color: #337ab7;
}
.p_image {
	width: 50%;
	margin-top: 0%;
	padding: 1% 20%;
	min-width: 10%;
	margin: 2% 10% 10% 2%;
	background-color: #A9A4A0;
}
.synapse {
  font-family: 'Gotham-t', sans-serif;
  width: 1240px;
	height: 500px;
  margin-left: 150px;
  font-size: 17px;
}
.paragraph {
  font-family: 'Gotham-t', sans-serif;
  margin-top: 0px;
  background-color: white;
  clear: both;
  padding: 20px 0px 20px 20px;
  width: 50%;
  max-width: 50%;
  text-align: justify;
  float: left;
}
.text1 {
	color: #4c4c4c;
}
.text1 a {
  color: #DA2650;
}
.text2 {
	color: #DA2650;
}
.login_synapse {
  font-family: 'Gotham-t', sans-serif;
  float: right;
  width: 255px;
  height: 300px;
  margin: 30px 20% 0px 0px;
}
.Login {
  font-family: 'Gotham-t', sans-serif;
	color: white;
	padding: 0px 10px 10px 10px;
	background-color: #DA2650;
	margin-top: -10px;
}
.id_part1 {
  font-family: 'Gotham-t', sans-serif;
	color: black;
}
.id_part2 {
  font-family: 'Gotham-t', sans-serif;
	color: black;
}
.id {
  font-family: 'Gotham-t', sans-serif;
	font-size: small;
  width: 255px;
  height: 255px;
  background-color: #284065;
  padding: 10px 0px 10px 40px;
}
.a_btn {
  color: white;
  position: absolute;
  width: 270px;
  text-align: center;
  padding: 20px 20px 20px 20px;
  background-color:#DA2650;
  border-radius: 15px;
  font-weight: bold;
  top: 500px;
  left: 880px;
}
.a_btn:hover {
  color:#DA2650;
  background-color:white;
  border: 3px solid #DA2650;
}
.end {
  font-family: 'Gotham-t', sans-serif;
  background-repeat: no-repeat;
  background-position: bottom;
	text-align: center;
  margin-top: -20px;
	min-width: 100%;
  height: auto;
  clear: both;
  background-color: #DA2650;
}
.menu_end {
  font-family: 'Gotham-t', sans-serif;
  font-size: 9pt;
	width: 100%;
  height: 50px;
  margin-left: 450px;
  list-style-type: none;
  padding: 0;
  text-align: center;
}
.fa {
  padding: 15px;
  font-size: 30px;
  width: 20px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa:hover {
    color: #DA2650;
    background: white;
}

.fa-facebook {
  background: #DA2650;
  color: white;
  border: 2px solid white;
}

.fa-twitter {
  background: #DA2650;
  color: white;
  border: 2px solid white;

}
.fa-linkedin {
  background: #DA2650;
  color: white;
  border: 2px solid white;
}

.fa-youtube {
  border: 2px solid white;
  background: #DA2650;
  color: white;
}

.fa-instagram {
  border: 2px solid white;
  background: #DA2650;
  color: white;
}
