@import "footer.css";
@import "travaux.css";
@import "sidebar.css";
@import "contact.css";
@import "quoidautres.css";
@import "unerealisation.css";
@import "about.css";

@font-face {
	font-family: Raisonne;
	src: url(../fonts/Raisonne.TTF);
}

@font-face {
	font-family: OpenSans-Regular;
	src: url(../fonts/OpenSans-Regular.ttf);
	}

@font-face {
	font-family: OpenSans-SemiBold;
	src: url(../fonts/OpenSans-SemiBold.ttf);
	}

.no-padding {
  padding: 0 !important;
}

html body {
  font-family: OpenSans-Regular;
  overflow-x: hidden;
  background-color: #1E272E;
  color: #FFFFFF;
}

h1 {
	font-family: Raisonne;
	color: #1de8b5;
	padding: 30px;
	font-size: 43px !important;
	margin-bottom: 0 !important;
}

h2 {
	font-family: OpenSans-SemiBold;
	padding: 25px;
	font-size: 24px !important;
	text-align: center;
	margin-bottom: 0px !important;
}

h3 {
       font-family: OpenSans-SemiBold;
       font-size: 16px !important;
}
