/* roboto-slab-300 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-slab-v8-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Slab Light'), local('RobotoSlab-Light'),
       url('../fonts/roboto-slab-v8-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-slab-v8-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-slab-v8-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-slab-v8-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-slab-v8-latin-300.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}
/* roboto-slab-700 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-slab-v8-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Slab Bold'), local('RobotoSlab-Bold'),
       url('../fonts/roboto-slab-v8-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-slab-v8-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-slab-v8-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-slab-v8-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-slab-v8-latin-700.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}
/* roboto-slab-regular - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-slab-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'),
       url('../fonts/roboto-slab-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-slab-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-slab-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-slab-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-slab-v8-latin-regular.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}

body {
  font-family: 'Roboto Slab' !important;
}

h1, h2, h3, h4, h5, h6, p, a {
   color: #5b4d3e !important; 
}

h1 {
  font-family: 'Roboto Slab';
  font-weight: 300;
  font-size: 30px !important;
}

h2, h3, h4, h5, h6 {
  font-family: 'Roboto Slab';
  font-weight: 300;
  font-size: 22px !important;
}

p {
  font-family: 'Roboto Slab';
  font-weight: 400;
  font-size: 16px !important;
}

a {
  font-weight: 700 !important;
}

.cadre_texte p {
  color: #a5927e !important; 
  text-align: left !important; 
}

.t3-wrapper {
/*  background-color: #a5927e; */
  background-color: #e2e9ee;
}

.t3-header {
/*  background-color: #5b4d3e !important; */
  background-color: #313131 !important;
}

.row {
  width: 100%;
}

.navbar-default {
  background-color: transparent !important;
  border-color: transparent !important;
}

.t3-mainnav a {
  font-size: 22px !important;
  font-weight: 400 !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent !important;
  text-decoration: underline;
}

.t3-footer {
/*  background: #5b4d3e !important; */
  background: #313131 !important;
  border-top: transparent !important;
}

.t3-footer p, .t3-footer a, .t3-footer h1, .t3-footer h2, .t3-footer h3 {
   color: #a5927e !important; 
}

.t3-copyright {
  border-top: transparent !important;
}