/********************************************/
/*											*/
/*  			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 {
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1.3;
  font-size: 16px;
  background-color: #FFFFFF;
  color: #252525;
}
h1,
.h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 72px;
  letter-spacing: -3px;
  color: #bd8951;
  margin: 40px 0 60px 0;
  font-weight: bold;
}
h2,
.h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  letter-spacing: -2px;
  margin: 40px 0;
  font-weight: bold;
}
h3,
.h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  letter-spacing: -1px;
  margin: 24px 0;
  font-weight: bold;
}
h4,
.h4 {
  font-size: 20px;
  margin: 0 0 12px 0;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  h1,
  .h1 {
    font-size: 36px;
  }
  h2,
  .h2 {
    font-size: 24px;
  }
  h3,
  .h3 {
    font-size: 18px;
  }
}
.title-support {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.title-support.under {
  margin-bottom: 40px;
}
.highlight {
  line-height: 1.3;
}
.highlight span {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  background-color: #252525;
  color: #fff;
  display: inline;
  padding: 2px 0.3em;
  /* Needs prefixing */
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
/* Ajout d'une marge verticale pour séparer les colonnes en version mobile (1 colonne) */
.col-margin-mobile {
  margin-bottom: 60px;
}
/* LIST */
ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.listing li {
  list-style: disc;
  margin: 0.5em 1em;
}
/* Colors, font-weight; font-size, etc */
p {
  line-height: 1.5;
}
.main-color {
  color: #bd8951;
}
.gris-fonce {
  color: #252525;
}
.gris-pale {
  color: #393939;
}
.gris-tres-pale {
  color: #606060;
}
.blanc {
  color: #ffffff;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.spaced {
  letter-spacing: 1px;
}
.alert {
  padding: 20px;
  margin: 20px;
}
.no-margin {
  margin: 0!important;
}
.no-margin-top {
  margin-top: 0!important;
}
/* a, btn */
a,
button {
  transition: all 0.5s ease 0s;
  color: #bd8951;
}
a:hover {
  text-decoration: none;
  color: #a3621b;
}
a.btn,
button,
label.btn {
  display: inline-block;
  padding: 1.5em 2.5em;
  background-color: #bd8951;
  border: 3px solid #bd8951;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: bold;
  letter-spacing: 1px;
  cursor: pointer;
}
a.btn:hover,
button:hover,
label.btn:hover,
a.btn.active,
button.active,
label.btn.active {
  border-color: #252525;
  background-color: #a3621b;
}
a.btn.btn-small,
button.btn-small,
label.btn.btn-small {
  padding: 0.7em 1.1em;
  border-width: 0.3em;
}
a.btn.btn-block,
button.btn-block,
label.btn.btn-block {
  display: block;
  width: 100%;
  text-align: center;
}
a.btn.btn-gris,
button.btn-gris,
label.btn.btn-gris {
  background-color: #252525;
  border-color: #252525;
}
a.btn.btn-gris:hover,
button.btn-gris:hover,
label.btn.btn-gris:hover {
  background-color: transparent;
  border-color: #bd8951;
  color: #bd8951;
}
a.btn.btn-transparent,
button.btn-transparent,
label.btn.btn-transparent {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
a.btn.btn-transparent:hover,
button.btn-transparent:hover,
label.btn.btn-transparent:hover,
a.btn.btn-transparent.active,
button.btn-transparent.active,
label.btn.btn-transparent.active {
  border-color: #bd8951;
  color: #bd8951;
  background-color: rgba(0, 0, 0, 0.25);
}
/* btn addon */
.btn-addon .addon {
  float: right;
  font-size: 0.875em;
  padding: 1.8em;
  background-color: #ffffff;
}
.btn-addon.small .addon {
  padding: 1em;
}
/**********************************/
/* ENTÊTE
/**********************************/
header {
  background: url(../../images/main-menu-sticky-bkg.jpg) center center;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  transition: all 0.3s ease-in-out;
}
header .logo {
  max-width: 100px;
}
header.nav-is-opened {
  background: none;
}
header .boxed-content {
  border: 8px solid #ffffff;
  margin: 50px;
  position: relative;
  text-align: center;
  padding: 12px 0;
  transition: all 0.3s ease-in-out;
}
header.nav-is-opened .boxed-content {
  border-color: transparent;
}
/* Menu button */
header .main-menu-btn {
  width: 40px;
  float: left;
  cursor: pointer;
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
}
header .main-menu-btn .line {
  width: 40px;
  height: 2px;
  display: block;
  background-color: #fff;
  margin: 6px 0;
  transition: all 0.3s ease-in-out;
}
header .main-menu-btn .line-bottom {
  width: 27px;
}
header .main-menu-btn:hover .line {
  width: 40px;
}
header .main-menu-btn.clicked .line {
  -ms-transform: rotate(45deg) translateY(5px);
  transform: rotate(45deg) translateY(5px);
}
header .main-menu-btn.clicked .line-bottom {
  width: 40px;
  -ms-transform: rotate(-45deg) translateY(-5px);
  transform: rotate(-45deg) translateY(-5px);
}
/* Réservez une table button */
header .reservez-une-table {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 32px;
}
header .reservez-une-table .telephone a {
  font-size: 1.2em;
  color: #ffffff;
  margin-bottom: 12px;
  display: block;
  font-weight: bold;
}
header .reservez-une-table .telephone i.fa {
  color: #bd8951;
}
@media (max-width: 1200px) {
  header .boxed-content {
    border-width: 6px;
    margin: 30px;
  }
}
@media (max-width: 900px) {
  header .boxed-content {
    border-width: 3px;
    margin: 15px;
  }
}
@media (max-width: 767px) {
  header .boxed-content {
    height: 105px;
  }
  header .boxed-content .reservez-une-table {
    right: 6px;
  }
  header .boxed-content img.logo {
    display: none;
  }
  header.nav-is-opened .boxed-content {
    margin-bottom: 0;
  }
  header.nav-is-opened .boxed-content img.logo {
    display: inline;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  header.nav-is-opened .boxed-content .reservez-une-table {
    display: none;
  }
}
@media (max-width: 500px) {
  header .boxed-content {
    text-align: right;
  }
  header .boxed-content img.logo {
    margin-right: 32px;
    max-width: 20%;
  }
}
.is-sticky header .boxed-content {
  border: none;
  margin: 0.5em 0em;
  padding: 0;
}
/* Header transparent */
header.transparent {
  background-image: none;
}
header.transparent .boxed-content {
  border-color: transparent;
}
.is-sticky header.transparent {
  background-color: rgba(0, 0, 0, 0.85);
}
.is-sticky header.transparent.nav-is-opened {
  background: none;
}
/**********************************/
/* MAIN MENU
/**********************************/
.main-menu {
  opacity: 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../../images/menu-background.jpg) center center;
  background-size: cover;
  z-index: 2;
  transition: opacity 0.3s ease-in-out;
  text-transform: uppercase;
  padding-top: 230px;
  color: #ffffff;
  line-height: 1.5;
}
.main-menu.open {
  display: block;
}
.main-menu.opac {
  opacity: 1;
}
/* Navigation principale */
.main-menu nav {
  float: left;
  margin-left: 15%;
}
.main-menu nav ul.big-item {
  font-size: 9vh;
  font-weight: bold;
  line-height: 1.3;
  cursor: pointer;
}
.main-menu nav ul.big-item a {
  color: #ffffff;
  position: relative;
}
.main-menu nav ul.big-item a:hover {
  color: #bd8951;
}
.main-menu nav ul.small-item {
  font-size: 1.5em;
  margin-top: 50px;
}
.main-menu nav ul.small-item a {
  color: #ffffff;
}
.main-menu nav ul.small-item a:hover {
  color: #bd8951;
}
.main-menu nav ul.small-item li {
  display: inline;
}
.main-menu nav ul.small-item li:after {
  content: " / ";
  display: inline;
  color: #ffffff;
}
.main-menu nav ul.small-item li:last-child:after {
  display: none;
}
/* Informations générales qui s'affichent sur la droite */
.main-menu .infos {
  float: right;
  text-align: left;
  font-size: 1.25em;
  width: 36%;
  margin-top: 16px;
  margin-right: 4%;
}
.main-menu .infos a {
  color: #ffffff;
  text-decoration: underline;
}
.main-menu .infos a:hover {
  color: #bd8951;
}
.main-menu .infos .heures {
  overflow: hidden;
  margin-bottom: 1em;
}
.main-menu .infos .heures ul.left {
  float: left;
  width: 50%;
}
.main-menu .infos .heures ul.right {
  float: right;
  width: 50%;
}
/* Sous-menu mobile pour les menus restaurant */
.main-menu .mobile-submenu ul {
  display: none;
  font-size: 0.7em;
  margin: 12px 18px;
  font-weight: normal;
  text-transform: none;
}
.main-menu .mobile-submenu ul.display {
  display: block;
}
/* Bouton mobiles exclusifs */
.main-menu .mobile-call-to-action {
  margin-top: 16px;
}
.main-menu .mobile-call-to-action li {
  display: inline-block;
  margin-bottom: 8px;
}
@media (max-width: 1200px) {
  .main-menu nav {
    margin-left: 5%;
  }
  .main-menu nav ul.big-item {
    font-size: 8vh;
  }
  .main-menu .infos {
    font-size: 1.1em;
  }
}
@media (max-width: 500px) {
  .main-menu {
    padding-top: 120px;
  }
  .main-menu nav ul.big-item {
    font-size: 6vh;
  }
  .main-menu nav ul.small-item li {
    display: block;
  }
  .main-menu nav ul.small-item {
    margin-top: 1em;
  }
  .main-menu nav ul.small-item li:after {
    display: none;
  }
}
/**********************************/
/* FULLSCREEN
/**********************************/
.fullscreen {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
}
.fullscreen .boxed-content {
  border: 8px solid #ffffff;
  position: absolute;
  top: 50px;
  right: 50px;
  bottom: 50px;
  left: 50px;
  z-index: 999;
  pointer-events: none;
  /* pointer-events:none => Évènement qui permet de cliquer dans le contenu du carousel (Car le carousel est dans une DIV sous le .boxed-content) */
}
@media (max-width: 1200px) {
  .fullscreen .boxed-content {
    border-width: 6px;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }
}
@media (max-width: 900px) {
  .fullscreen .boxed-content {
    border-width: 3px;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }
}
/**********************************/
/* BANDES/STRIPS
/**********************************/
.strip {
  padding: 80px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.strip.first {
  margin-top: 229px;
}
@media (max-width: 767px) {
  .strip.first {
    margin-top: 100px;
  }
}
.strip.no-padding-bottom {
  padding-bottom: 0;
}
.strip.strip-textured {
  background-image: url(../../images/textured.png);
  background-repeat: repeat;
  background-size: initial;
}
.strip.strip-spectacles {
  background-image: url(../../images/bkg-spectacles.jpg);
  color: #ffffff;
}
.strip.strip-infolettre {
  color: #ffffff;
  background-image: url(../../images/bkg-infolettre.jpg);
}
.strip.strip-infolettre .interets {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
.strip.strip-infolettre .interets > label {
  position: relative;
  cursor: pointer;
  margin: 0 30px;
  padding-top: 55px;
  text-align: center;
  font-size: 1.5em;
}
.strip.strip-infolettre .interets > label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.strip.strip-infolettre .interets > label input[type=checkbox]:checked ~ .checkmark {
  background-color: #bd8951;
}
.strip.strip-infolettre .interets > label input[type=checkbox]:checked ~ .checkmark:after {
  display: block;
}
.strip.strip-infolettre .interets > label .checkmark {
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  left: 50%;
  height: 40px;
  width: 40px;
  background-color: #FFF;
  border: 1px solid #BBB;
}
.strip.strip-infolettre .interets > label .checkmark:after {
  content: "\f00c";
  font-family: fontAwesome;
  font-size: 1.25em;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  display: none;
}
.strip.strip-infolettre .interets > label:hover input[type=checkbox] ~ .checkmark {
  background-color: #BBB;
}
@media (max-width: 600px) {
  .strip.strip-infolettre .interets {
    flex-wrap: wrap;
  }
  .strip.strip-infolettre .interets > label {
    margin: 0;
    margin-bottom: 20px;
    flex: 0 50%;
  }
}
.strip.strip-infolettre input[type=email] {
  width: 450px;
  display: inline;
}
@media (max-width: 600px) {
  .strip.strip-infolettre input[type=email] {
    width: 100%;
  }
}
.strip.strip-infolettre button {
  border-width: 6px;
  padding: 14px 10px;
  font-size: 1em;
}
@media (max-width: 767px) {
  .strip.strip-infolettre input {
    width: 100%;
    display: block;
    margin-bottom: 18px;
  }
}
.strip.strip-promotions {
  padding: 50px 0;
  background-image: url(../../images/strip-promo.jpg);
}
.strip.strip-promotions a {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -3px;
  text-align: center;
  padding: 60px 0;
  text-transform: uppercase;
  display: block;
  width: 100%;
  border: 10px solid #ffffff;
  font-size: 4vw;
}
.strip.strip-promotions a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .strip.strip-promotions a {
    font-size: 24px;
  }
}
.strip .container-fluid {
  max-width: 1350px;
}
/**********************************/
/* GALERIE PHOTOS
/**********************************/
.galerie-photos .galerie {
  width: 100%;
  border: 0;
  left: 0;
  height: 385px;
  overflow: hidden;
  background-color: #000000;
}
.galerie-photos .galerie li {
  height: 385px;
  width: 20%;
  overflow: hidden;
  float: left;
  text-align: center;
}
.galerie-photos .galerie li img {
  width: auto;
  height: 100%;
  opacity: 1;
  transition: opacity 0.5s ease 0s;
}
.galerie-photos .galerie li img:hover {
  opacity: 0.7;
}
@media (max-width: 1200px) {
  .galerie-photos .galerie {
    height: 250px;
  }
  .galerie-photos .galerie li {
    width: 33.3%;
    height: 250px;
  }
}
@media (max-width: 767px) {
  .galerie-photos .galerie {
    height: 175px;
  }
  .galerie-photos .galerie li {
    height: 175px;
    width: 50%;
  }
}
/**********************************/
/* BREADCRUMBS
/**********************************/
.breadcrumbs {
  padding: 40px 0;
}
.breadcrumbs ol li {
  float: left;
  margin-right: 16px;
  color: #bd8951;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.breadcrumbs ol li a {
  color: #252525;
}
.breadcrumbs ol li a:hover {
  color: #bd8951;
}
.breadcrumbs ol li:after {
  display: inline;
  content: ">";
  color: #252525;
  margin-left: 16px;
}
.breadcrumbs ol li:last-child:after {
  display: none;
}
/**********************************/
/* IFRAME
/**********************************/
.responsive-iframe {
  position: relative;
  overflow: hidden;
  padding-top: 40%;
}
.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/**********************************/
/* FORMULAIRES
/**********************************/
form div.form-item {
  margin-top: 20px;
}
form input,
form textarea,
form select {
  border: 6px solid #FFFFFF;
  padding: 14px 10px;
  width: 100%;
  background-color: transparent;
  transition: all 0.5s ease 0s;
  color: #FFFFFF;
  letter-spacing: 1px;
}
form input.error,
form textarea.error,
form select.error {
  color: red;
  border-color: red;
}
form input:focus,
form textarea:focus,
form select:focus {
  outline: none;
  border-color: #BBBBBB;
}
form input[disabled] {
  background: #393939;
}
form input[type="file"].custom {
  /* Hide the file field */
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
form textarea {
  height: 190px;
  resize: none;
}
form label.error {
  color: red;
  text-align: left;
  margin-top: 4px;
  display: block;
}
form button:focus {
  outline: none;
}
form.alternate input,
form.alternate textarea,
form.alternate select {
  border-color: #f1f1f1;
  color: #252525;
}
form .file-selected {
  margin-top: 12px;
  font-style: italic;
}
/**********************************/
/* FOOTER
/**********************************/
footer {
  color: #393939;
  letter-spacing: 1px;
}
footer .row {
  padding: 1em 0;
}
footer h2 {
  color: #bd8951;
}
footer .social-icons li {
  display: inline-block;
  margin: 0 0.5em;
}
footer .social-icons a {
  display: block;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #ffffff;
  background-color: #252525;
}
footer .social-icons a:hover {
  background-color: #a3621b;
}
footer a {
  text-decoration: underline;
  color: #252525;
}
footer .copyright {
  font-size: 0.875em;
}
