@font-face {
  font-family: "Fira Condensed";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Fira_Condensed/FiraSansExtraCondensed-Regular.ttf") format('truetype');
}

@font-face {
  font-family: "Fira Condensed";
  font-weight: 600; /* Semi-Bold */
  font-style: normal;
  src: url("../fonts/Fira_Condensed/FiraSansExtraCondensed-SemiBold.ttf") format('truetype');
}

@font-face {
  font-family: "Fira Condensed";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/Fira_Condensed/FiraSansExtraCondensed-Bold.ttf") format('truetype');
}

body, table, td, input, select {
	font-family: 'Fira Condensed', sans-serif;
	font-size: 16pt;
	line-height: 1.4;
	border-collapse: collapse;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: inherit;
}

div {
  	background-repeat: no-repeat;
  	background-size: contain;
	border-collapse: collapse;
	box-sizing: border-box;
	position: static;
}

body {
	margin: 0 auto;
	width: 1200px;
}

.row {
	position: static;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
}

.row:before, .row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.row .row {
	position: static;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    padding: 0;
}

.row .row:before, .row .row:after {
    content: " ";
    display: table;
}

.row .row:after {
    clear: both;
}

.texteGras {
	font-weight: bold;
}

p.titre {
	font-size: 27pt;
	font-weight: 600;
	text-align: center;
}

p.sousTitre {
	font-size: 17.5pt;
	font-weight: normal;
	color: #0d3e60;
}

p.texte {
	font-size :17.5pt;
	color: #0d3e60;
}

div.photo {
	background-image: url(../img/fond.jpg);
}	

div.menuHaut a.menu {
	font-size: 17.5pt;
	font-weight: bold
	font-family: Fira Condensed;
	color: #0d3e60;
}

div.fondBleu {
	background-color: #c8eafc;
	font-family: Fira Condensed;
	text-align: center;
	padding: 10px 40px;
	color: #0d3e60;
}	

div.quatreLogo {
	text-align: center;
}

div.prestationService {
	font-family: Fira Condensed;
	text-align: center;
	padding: 10px 40px;
	color: #0d3e60;
}

div.contactezNous {
	font-family: Fira Condensed;
	text-align: center;
	padding: 10px 40px;
	color: #0d3e60;
}

a.adresseInternet {
	font-size: 17.5pt;
	font-weight: bold
	font-family: Fira Condensed;
	color: #0d3e60;
}



		