/* Compiled Less CSS File */
/* Generated from "style.css" */

/********************************************/
/*											*/
/*  			Feuille de style			*/
/*  	 Créée par : Joël Fréchette			*/
/*			  jfrechette@dgk.ca				*/
/*			pachooca@hotmail.com			*/
/* 	 		Date : 20 mars 2013				*/
/* 			  Copyright DGK 2013			*/
/*											*/
/*		--------------------------------	*/
/*											*/
/*	Toute modification à ce document se		*/
/*  doit d'être accompagnée d'un 			*/
/*	commentaire ou d'être rapportée au		*/
/*  créateur de la feuille de style			*/
/*											*/
/********************************************/
/**/
/* IMPORTS
*/
/********************************************/
/*											*/
/*  			VARIABLES - STYLES			*/
/* 	 			Date : 7 juin 2017			*/
/* 			  Copyright DGK 2017			*/
/*											*/
/*		--------------------------------	*/
/*											*/
/*	Toute modification à ce document se		*/
/*  doit d'être accompagnée d'un 			*/
/*	commentaire ou d'être rapportée au		*/
/*  créateur du fichier.         			*/
/*											*/
/********************************************/
/* PALETTE DE COULEURS */
body {
  color: #424242;
}
h1,
h2,
.h1,
.h2 {
  font-size: 2.65em;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 900;
  border: double 9px #ffffff;
  background-color: #0e2f6a;
  padding: 0.2em 1em;
  display: inline-block;
  margin-bottom: 28px;
}
h2,
.h2 {
  font-size: 1.75em;
}
h3,
.h3 {
  font-size: 1.363em;
  text-transform: uppercase;
}
h4,
.h4 {
  text-transform: uppercase;
}
h1.invert,
.h1.invert,
h2.invert,
.h2.invert {
  color: #0e2f6a;
  border-color: #0e2f6a;
  background-color: #ffffff;
}
.sous-titre {
  font-size: 1.363em;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
}
/* LIST */
ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.listing li {
  list-style: disc;
  margin: 0.5em 1em;
}
/* Colors */
.main-color {
  color: #0e2f6a;
}
.second-color {
  color: #b08642;
}
.gris-pale {
  color: #909090;
}
/* Font-size */
.bigger {
  font-size: 1.363em;
}
.h2-size {
  font-size: 1.75em;
}
/* Font weight */
.light {
  font-weight: 300;
}
strong,
.strong {
  font-weight: 700;
}
.black {
  font-weight: 900;
}
/* Divers */
.margin-bottom {
  margin-bottom: 1em;
}
.uppercase {
  text-transform: uppercase;
}
.row.spacer {
  margin-top: 3em;
  margin-bottom: 3em;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 1.75em;
  }
  h2,
  .h2,
  .h2-size {
    font-size: 1.363em;
  }
  h3,
  .h3,
  .bigger {
    font-size: 1.118em;
  }
}
/* a, btn */
a {
  transition: all 0.5s ease 0s;
}
a.btn,
button.btn {
  display: inline-block;
  padding: 0.7em 1.2em;
  border-radius: 5px;
  background-color: #0e2f6a;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.875em;
}
a.btn:hover,
button.btn:hover {
  background-color: #174dae;
  color: #ffffff;
}
a.btn.big,
button.btn.big {
  font-size: 1.250em;
  padding: 0.7em 1.5em;
  border-radius: 7px;
}
a.btn.or,
button.btn.or {
  color: #ffffff;
  background-color: #b08642;
  border: none;
}
a.btn.or:hover,
button.btn.or:hover {
  background-color: #cbaa74;
}
input,
button {
  transition: all 0.5s ease 0s;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
.form-control:focus {
  border-color: #0e2f6a;
}
input.error {
  background-color: #ffd8d8;
  border-color: #FF0000;
}
/* Hover sur les images */a.special-hover {
  position: relative;
  background-color: #000000;
  display: block;
}
a.special-hover:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-150%);
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  background: url(../../images/image-hover.png) center center no-repeat;
  opacity: 0;
  transition: all 0.5s ease 0s;
  z-index: 999;
}
a.special-hover:hover:before {
  opacity: 1;
  transform: translateY(-50%);
}
a.special-hover:hover img {
  opacity: 0.85;
}
/**********************************/
/* ENTÊTE
/**********************************/
header {
  position: relative;
}
header img.principale {
  width: 100%;
}
header .caption {
  position: absolute;
  bottom: 17px;
  left: 0;
  right: 0;
  background: rgba(66, 66, 66, 0.9);
  color: #ffffff;
  padding: 15px;
}
header .caption p {
  float: left;
  font-size: 2vw;
  font-weight: 900;
  text-transform: uppercase;
}
header .caption .logo {
  float: right;
  width: 8%;
}
@media (max-width: 640px) {
  header .caption {
    display: none;
  }
}
/**********************************/
/* NAVIGATION
/**********************************/
.navigation {
  background-color: #ffffff;
  box-shadow: 0 5px 10px #DDDDDD;
  width: 100%;
  padding: 15px 0;
  height: 110px;
  display: flex;
}
.navigation .logo {
  float: left;
  margin-left: 10%;
  height: 100%;
  width: auto;
}
.navigation .logo.menu-ouvert {
  display: none;
}
.navigation .logo img {
  height: 100%;
  width: auto;
}
.navigation > nav {
  float: right;
  margin: auto;
  margin-right: 7.5%;
  font-weight: 900;
  font-size: 1.118em;
  text-transform: uppercase;
}
.navigation > nav > ul {
  width: 100%;
}
@media (max-width: 1300px) {
  .navigation > nav {
    font-size: 1em;
  }
}
@media (max-width: 1119px) {
  .navigation .logo {
    margin-left: 2%;
  }
  .navigation > nav {
    margin-right: 2%;
  }
}
/* 1er niveau */
.navigation > nav > ul > li {
  float: left;
  white-space: nowrap;
  text-align: center;
  margin-left: 36px;
  box-sizing: border-box;
}
.navigation > nav > ul > li > a {
  cursor: pointer;
  display: inline-block;
  color: #424242;
  border-bottom: 3px solid #ffffff;
}
.navigation > nav > ul > li > a:hover,
.navigation > nav > ul > li > a:focus {
  border-bottom: 3px solid #b08642;
}
.navigation > nav > ul > li > a.active {
  border-bottom: 3px solid #0e2f6a;
}
/* Dropdown */
.navigation nav ul li ul.dropdown-menu {
  font-size: 0.9em;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: none;
  margin-top: 0;
}
.navigation nav ul li ul.dropdown-menu > li > a {
  font-weight: 500;
  padding: 0.5em 0.9em;
  border: 1px solid #ffffff;
  background-image: none;
  background-color: #424242;
  color: #ffffff;
  text-transform: none;
}
.navigation nav ul li ul.dropdown-menu > li > a:hover,
.navigation nav ul li ul.dropdown-menu > li > a:focus {
  background-color: #b08642;
}
#mobile-btn {
  display: none;
}
@media (max-width: 959px) {
  .dropdown-backdrop {
    position: static;
  }
  #mobile-btn {
    width: 23px;
    height: 20px;
    background-size: 23px 20px!important;
    display: block;
    right: 40px;
    background: url(../../images/menu.gif) 0 0 no-repeat;
    cursor: pointer;
    position: absolute;
    top: 20px;
  }
  .navigation {
    height: auto;
    position: relative;
    padding: 6px 0;
  }
  .navigation .logo {
    float: none;
    position: absolute;
  }
  .navigation .logo img {
    max-height: 60px;
  }
  .navigation > nav {
    float: none;
    max-height: 0;
    overflow: hidden;
    z-index: 99;
    margin: 56px 0 0 0;
    transition: all 0.5s ease 0s;
    display: block;
    width: 100%;
  }
  .navigation > nav.open {
    max-height: 800px;
  }
  .navigation > nav > ul > li {
    float: none;
    text-align: left;
    background: #ffffff;
    padding: 0;
    margin-left: 0;
  }
  .navigation > nav > ul > li > a {
    display: block;
    color: #909090;
    padding: 10px;
    border-top: 1px solid #909090;
  }
  .navigation .btn-connexion {
    background-color: transparent;
    border: 1px solid #2076c6;
    color: #2076c6;
    padding: 0.5em 3em;
    margin: 10px 20px;
    display: block;
    text-align: center;
    font-size: 14px;
  }
  .navigation > nav ul li ul.dropdown-menu {
    font-size: 1em;
    position: static;
    display: block;
    max-height: 0;
    overflow: hidden;
    border: 0;
    float: none;
    box-shadow: none;
    margin: 0;
    transition: all 0.5s ease 0s;
    margin-top: 0;
  }
  .navigation > nav .dropdown.open .dropdown-menu {
    max-height: 500px;
  }
  .navigation nav ul li ul.dropdown-menu > li > a {
    border-bottom: 1px solid #ededed;
    background-color: #909090;
    padding: 0.7em 1.5em;
  }
  .navigation nav ul li ul.dropdown-menu > li:last-child > a {
    border-bottom: none;
  }
}
/**********************************/
/* BANDES / STRIPS
/**********************************/
.strip {
  padding: 80px 0;
  background-size: cover;
  background-position: center center;
}
.strip.strip-grise {
  background-color: #f5f5f5;
}
.strip.strip-desamiantage {
  background-image: url(../../images/temp-strip-desamiantage.jpg);
  color: #ffffff;
}
.strip.strip-desamiantage .divers-1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 32px;
}
.strip.no-top-gap {
  padding-top: 0;
}
.strip.no-bottom-gap {
  padding-bottom: 0;
}
/**********************************/
/* FOOTER
/**********************************/
footer {
  background-color: #f5f5f5;
}
footer .ending {
  margin-top: 3em;
  color: #909090;
  font-size: 0.75em;
}
@media (max-width: 991px) {
  footer {
    text-align: center;
  }
}