@font-face {
	font-family: "Poppins";
	src: url('/squelettes/fonts/Poppins/Poppins-Regular.ttf');
}
@font-face {
	font-family: "Poppins";
	font-style: italic;
	src: url('/squelettes/fonts/Poppins/Poppins-Italic.ttf');
}
@font-face {
	font-family: "Poppins";
	font-weight: bold;
	src: url('/squelettes/fonts/Poppins/Poppins-Bold.ttf');
}

body, input, textarea, select {
		font-family: Poppins, 'Open Sans', sans-serif;
    color: #000;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: inherit;
    color: #464a48;
}

b, strong {
    color: #464a48;
}

p {
	font-size: 1.1em;
}

p, ul, ol, dl, table {
  margin-bottom: 1.5em;
}

.box.page-content h2 {
	color: inherit;
}

#header {
	padding: 0;
	background-color: #fff;
}
#header .logo {
	border-top: 0;
}
#bannerlogo {
	background-color: #fff;
}
@media screen and (max-width: 736px) {
	#bannerlogo {
		padding-top: 3em;
	}
}

#titleBar {
	background-color: inherit;
}
#nav {
    //height: 8em; //3.25em;
}
#banner {
	display: none;
}

#main {
	border-top: 0;
}

#footer a {
	text-decoration: underline;
}

.exergue p {
  margin-bottom: 1em;
}

.box.highlight h2.slogan_site_spip {
	font-size: 1.5em;
	font-weight: bold;
}

h2.major {
	font-size: 1.2em;
}

input[type="button"], input[type="submit"], input[type="reset"], button, .button {
	font-size: 1em;
	padding: 0.85em 1.5em;
}
input[type="button"].alt, input[type="submit"].alt, input[type="reset"].alt, button.alt, .button.alt {
  background: #c1cac5;
}

.box.feature {
  text-align: left;
}

/* la sidebar a droite est caché sur petite écran */
@media screen and (max-width: 980px) {
  .row > .col-0-medium {
	  display: none;
  }
}