@charset "UTF-8";
html {
  margin:0;
  padding:0;
  background-color: white no-repeat center fixed;
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardis�e */
}

.begin {
  display: inline-block;
	width: 100%;
  height: 50px;
	/* min-width: 100px; */
	background-color: #f8f8f8;
  border-bottom: #53534d 1px solid;
}

.b_begin {
	width: 100%;
	height: 100%;
}

.nav_menu {
	max-width: 8%;
	text-decoration: none;
	color: #FFFFFF;
}

.s_n_menu {
	margin: -6% 11% 0% 200px;
	padding: 5px 5px 0% 5px;
	max-width: 70%;
}

.p_logo {
	width: 200px;
  margin-left: 10%;
  top: 0px;
  /* position: ab; */
}

.breadcrumb
{
  font-size: 0.95em;
  margin-left: 150px;
  color: #545454;
}

.breadcrumb span
{
  font-family: 'Muli', sans-serif;
}

.breadcrumb a
{
  font-size: 0.95em;
  text-decoration: none;
  color: #545454;
}

.breadcrumb a:hover
{
  font-size: 0.95em;
  text-decoration: underline;
}

.content h1
{
  font-family: 'Muli', sans-serif;
  font-size:1.2em;
  font-weight: 500;
  color: #504F50;
  position: absolute;
  line-height: 1.6em;
  top: 49px;
  left: 305px;
}

.content h1 span
{
  font-family: 'Muli', sans-serif;
  color: #a61a1b;
  font-size: 1.3em;
  display: block;
}
.nav_principal {
}
a {
  font-family: 'Muli', sans-serif;
	color: #31838E;
}
body {
	color: #4c4c4c;
	font-size: auto;
     max-width: 1200px;
     margin-left:auto;
     margin-right:auto;
	background-color: #f8f8f8;
}
strong {
	color:#1d1d1b;
}
h4 {
	color:#1d1d1b;
}
.menu {
	color: #FFFFFF;
	width: 100%;
	min-width: 12.5%;
	margin-left: 0%;
	background-color: #FFFFFF;
	font-size: 12;
}
.p_space {
	margin-top: 2%;
	min-width: 50%;
	float: left;
  margin-left: 10%;
	background-color: #f8f8f8;
	font-size: small;
}
.p_image {
	width: 50%;
	margin-top: 0%;
	padding: 1% 20%;
	min-width: 10%;
	margin: 2% 10% 10% 2%;
	background-color: #A9A4A0;
}
.synapse {
  font-family: 'Muli', sans-serif;
	display: inline-block;
	text-align: justify;
	margin-left: 10%;
	padding: 30px;
	max-width: 40%;
	max-height: 50%;
	background-color: #FFFFFF;
}
.text1 {
	color: #4c4c4c;
  font-family: 'Muli', sans-serif;
	font-size: small;
}
.text2 {
	color: #1d1d1b;
  font-family: 'Muli', sans-serif;
	font-size: small;
}
.Login {
	color: #4c4c4c;
	padding: 0px 10px 10px 10px;
	color: white;
	background-color: #8c368c;
  font-family: 'Muli', sans-serif;
	margin-top: -10px;
}
.id_part1 {
  font-family: 'Muli', sans-serif;
	color: black;
}
.id_part2 {
  font-family: 'Muli', sans-serif;
	color: black;
}

.btn-green {
  background-color: #50af31;
  color: white;
  border-radius: .1875rem;
  text-decoration: none;
  border: solid 1px #50af31;
  padding: 7px 7px 7px 7px;
}

.btn-green:hover {
  background-color: white;
  color: #50af31;
}

.btn-purple {
  background-color: #8c368c;
  color: white;
  border-radius: .1875rem;
  text-decoration: none;
  border: solid 1px #8c368c;
  padding: 7px 7px 7px 7px;
}

.btn-purple:hover {
  background-color: white;
  color: #8c368c;
}

.btn-orange {
  background-color: #ee7202;
  color: white;
  border-radius: .1875rem;
  text-decoration: none;
  border: solid 1px #ee7202;
  padding: 7px 7px 7px 7px;
}

.btn-orange:hover {
  background-color: white;
  color: #ee7202;
}

.id {
	color: #4c4c4c;
  font-family: 'Muli', sans-serif;
	font-size: small;
	width: 20%;
	max-width: 30%;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 3%;
	max-height: 70%;
	display: inline-block;
	float: right;
	padding: 0px 25px 0px 50px;
	background-color: #ECECEC;
}

.end_info {
  border-left:1px solid #4c4c4c;
  font-family: 'Muli', sans-serif;
  font-size: 7pt;
  line-height: 1.5em;
  width: 200px;
  margin-left: 80%;
}

.end {
  padding-top: 20px;
  font-family: 'Muli', sans-serif;
	border: solid #FFFFFF;
	text-align: center;
	width: 100%;
	min-width: 0%;
	margin-top: 0%;
	margin-left: 0%;
  height: 100px;
	background-color: white;
}
