@font-face {
  font-family: 'Questrial';
  font-style: normal;
  font-weight: 400;
  src: url(http://fonts.gstatic.com/s/questrial/v13/QdVUSTchPBm7nuUeVf70viFg.ttf) format('truetype');
}

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
  padding-bottom: 40px;
  color: #5a5a5a;
  background-image: url("../themes/lebeau/assets/site/bg.png");
  background-repeat: repeat;
  font-family: 'Questrial', sans-serif; }

a {
  color: #ab5b05; }

.newsWrapper {
  margin-top: 30px;
  background-color: #eaeaea; }

.promoContent {
  min-height: 120px; }

.newsWrapper h2 {
  display: block;
  background-color: #fa6e71;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  margin: 0;
  color: white;
  text-transform: uppercase;
  padding: 10px 0;
  font-size: 20px; }

.NewsSummary {
  padding: 30px; }

.NewsSummaryLink {
  font-weight: 700; }

p {
  font-size: 18px;
  /*-webkit-hyphens: auto;
		-ms-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;*/ }

div.website, div.website * {
  display: none !important; }

.marginCorrect {
  margin-left: -20px; }

.gris {
  color: #4A4A49; }

.navbar-dark {
  background-color: #4A4A49; }

.white {
  color: white; }

.fond-gris {
  background-color: #4A4A49; }

.fond-blanc {
  background-color: white; }

.logoWrapper {
  position: absolute;
  width: 300px;
  height: 190px;
  padding: 50px;
  margin-left: -20px; }

.contentWrapper img {
  width: 100%;
  height: auto; }

.img-responsive {
  width: 100%;
  height: auto; }

h1 {
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 40px; }

h4 {
  margin-top: 40px;
  font-size: 15px;
  font-weight: 700; }

h5 {
  font-size: 10px;
  margin-top: 4px; }

.introWrapper {
  padding: 100px 0; }

/**/
.infoBox {
  padding: 0.5em;
  border: 1px solid-black;
  background-color: yellow; }

.m_tooltip {
  padding: 0.5em;
  border: 1px solid-black;
  border-radius: 3px;
  background-color: white; }

.GGmap {
  width: 100%;
  height: 350px; }

/*FORM*/
.form-horizontal label {
  width: 100%;
  margin-bottom: 0px;
  margin-top: 20px; }

.form-horizontal input {
  width: 100%; }

legend {
  border: 0;
  margin: 0; }

.form-horizontal textarea {
  width: 100%; }

.form-horizontal .submit {
  text-align: center; }

.fb_invalid input, .fb_invalid textarea {
  border: 2px solid red;
  background-color: rgba(253, 0, 0, 0.1); }

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  z-index: 20; }

/* Flip around the padding for proper display in narrow viewports */
.navbar {
  min-height: 20px;
  margin-bottom: 0; }

.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0; }

.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px; }

.navbar-wrapper .navbar .container {
  width: auto; }

.active .nav-link {
  color: #e5892e !important; }

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #e5892e; }

.navbar-inverse {
  background-color: #4A4A49;
  border-radius: 0;
  border: 0; }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: transparent; }

.nav > li > a:focus, .nav > li > a:hover {
  background-color: transparent;
  color: #e5892e;
  -webkit-transition: All 0.2s ease;
  -moz-transition: All 0.2s ease;
  -o-transition: All 0.2s ease; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 5px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: rgba(74, 74, 73, 0);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px transparent;
  box-shadow: 0 6px 12px transparent; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #4a4a49;
  white-space: nowrap; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  color: #e5892e;
  text-decoration: none;
  background-color: rgba(74, 74, 73, 0);
  outline: 0; }

.no-responsive {
  width: 25px !important;
  height: 18px !important; }

.promobox p {
  font-size: 14px; }

footer p {
  font-size: 12px; }

/* Customize the nav-justified links to be fill the entire space of the .navbar */
.nav-justified {
  background-color: none; }

.nav-justified > li > a {
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 0;
  color: white;
  text-align: center;
  border: 0; }

.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
  color: #e5892e; }

@media (min-width: 768px) {
  .nav-justified {
    max-height: 52px; }
  .nav-justified > li:first-child > a {
    border-left: 0;
    border-radius: 5px 0 0 5px; }
  .nav-justified > li:last-child > a {
    border-right: 0;
    border-radius: 0 5px 5px 0; } }

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0; } }

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 60px; }

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10; }

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777; }

.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px; }

footer {
  font-size: 12px; }

/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center; }

.marketing h2 {
  font-weight: normal; }

.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px; }

/* Featurettes
------------------------- */
.promobox {
  margin: 50px 0;
  padding: 50px 0; }

.promobox h3 {
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  letter-spacing: 2px; }

.promobox a {
  display: block;
  text-align: center;
  color: white; }

.promobox a:hover {
  color: #e5892e;
  text-decoration: none; }

.thePadder {
  padding: 0 0px; }

.featurette-divider {
  margin: 80px 0;
  /* Space out the Bootstrap <hr> more */ }

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px; }

.logoFooter img {
  padding: 0 50px; }

footer {
  padding-bottom: 30px; }

.pixinside {
  font-size: 10px;
  text-align: center;
  margin-top: 10px; }

hr {
  border: 0; }

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 100px) and (max-width: 1024px) {
  .lesPartenaires {
    padding: 20px 0; }
  .logoWrapper {
    position: relative;
    width: 100%;
    margin-left: 0;
    padding: 5% 25%; }
  .bigImage {
    display: none; }
  .promobox {
    margin: 0 10%;
    padding: 0; }
  .promobox .col-md-4 {
    margin: 0px 0 20px 0; }
  .promobox p, .promobox h3, .promobox a {
    margin: 10px 30px; }
  .navbar-wrapper .container {
    padding-right: 0px;
    padding-left: 0px; }
  .nav > li > a {
    padding: 10px 0px; }
  .introWrapper {
    padding: 0 20px; }
  .logoFooter {
    margin: 0 20%;
    padding: 30px 0; }
  footer {
    padding: 20px;
    text-align: center; }
  footer p {
    font-size: 15px; }
  .dropdown-menu {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    z-index: 1000;
    display: none;
    float: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 5px 0 0;
    font-size: 14px;
    text-align: center;
    list-style: none;
    background-color: rgba(74, 74, 73, 0);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px transparent;
    box-shadow: 0 6px 12px transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.5); }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: white;
    white-space: nowrap; }
  .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #e5892e;
    text-decoration: none;
    background-color: rgba(74, 74, 73, 0);
    outline: 0; } }

@media (min-width: 1025px) and (max-width: 1280px) {
  .nav > li > a {
    padding: 10px 0px; } }

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 0px; }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px; }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0; }
  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 0px; }
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4; }
  .featurette-heading {
    font-size: 50px; } }

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px; }
  .leftCorrection {
    margin-left: -40px;
    margin-right: 30px; } }
