@charset "utf-8";
@import url("fonts.css");
	
/* CSS Document */

.body{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #000000;
}

.texte{
	font-family: FuturaLightBT, Sans-serif;
    color: white;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
}

a:link{color: white;font-weight: normal;text-decoration: none;}
a:visited{color: white;font-weight: normal;text-decoration: none;}
a:hover{color: white;font-size: 10pt;font-weight: bold;text-decoration: underline overline;}
a:active{color: white;font-weight: normal;text-decoration: none;}

.centre{
    text-align: center;
	margin-left: auto;
    margin-right: auto;
}

.responsive {
  width: 90%;
  max-width: 1000px;
  min-width: 50%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.svg {
  width: 25px;
  max-width: 50px;
  min-width: 25px;
  height: auto;
  /*! * border: 1px solid rgba(65,83,100, 0.8);
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}