/*
     _____  _____ _   _  ___________  ___   _
    |  __ \|  ___| \ | ||  ___| ___ \/ _ \ | |
   | |  \/| |__ |  \| || |__ | |_/ / /_\ \| |
  | | __ |  __|| . ` ||  __||    /|  _  || |
 | |_\ \| |___| |\  || |___| |\ \| | | || |____
 \____/\____/\_| \_/\____/\_| \_\_| |_/\_____/
                                              */

*{
  margin: 0;
  padding: 0;
}

html{
  width: 100%;
  height: 100%;
  font-size: 10px;
}

body{
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
}

p, span, a{
  font-size: 1.6rem;
}

p{
  font-family: 'Roboto', sans-serif;
  font-weight:400;
}

ul{
  margin: 0;
}

li{
  list-style-type: none;
}

a{
  color: #000;
  transition: 0.3s ease;
}

h1{
  font-size: 4.4rem;
  color:#fff;
  font-weight:bold;
  text-transform: uppercase;
}

h2{
  font-size: 4.4rem;
  color:#fff;
  font-weight:bold;
  text-transform: uppercase;
}

h3{
  font-size: 2.2rem;
  color:#000;
  font-weight:600;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  h1{
    font-size: 3.4rem;
  }
  h2{
    font-size: 3.4rem;
    text-transform: uppercase;
  }
  h3{
    font-size: 2rem;
    color:#000;
    font-weight:600;
    text-transform: uppercase;
  }
}

a:hover{
  color: #DA1E1F;
  text-decoration: none;
}

img{
  width: 100%;
}

a.btn-plein{
  display: inline-table;
  text-transform: uppercase;
  font-family: almaq-rough, sans-serif;
  font-size: 2rem;
  line-height:1.2;
  font-weight: 500;
  padding: 20px;
  color:#fff;
  background-color:#DA1E1F;
  border: 2px solid #DA1E1F;
}

a.btn-plein.accueil{
  display: inline-table;
  opacity:0.9;
  text-transform: uppercase;
  font-family: almaq-rough, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height:1.2;
  padding: 15px 10px;
  width:300px;
  color:#fff;
  background-color:#DA1E1F;
}

a.btn-commande{
  display: inline-table;
  text-transform: uppercase;
  font-family: almaq-rough, sans-serif;
  font-size: 1.4rem;
  line-height:1.2;
  font-weight: 500;
  padding: 15px;
  color:#fff;
  background-color:#DA1E1F;
  border: 2px solid #DA1E1F;
}

a.btn-plein:hover, a.btn-commande:hover{
  color:#DA1E1F;
  background-color:#fff;
}

hr{
  background-color: #DA1E1F;
  width: 70%;
  height: 2px;
}

.index__ribbon{
    display: flex;
    align-items: center;
    width: 100%;
    font-style: normal;
    font-size: 2.4rem;
    color: #C8D2D6;
    white-space: nowrap;
    overflow: hidden;
}

.index__ribbon-scroll{
    white-space: nowrap;
    display: inline-block;
    width: auto;
}

#hamburger-icon {
  width: 30px;
  height: 20px;
  position: relative;
  display: block;
  cursor: pointer;
}
#hamburger-icon .line {
  display: block;
  background: #fff;
  width: 30px;
  height: 4px;
  position: absolute;
  left: 0;
  border-radius: 15px;
  transition: all 0.4s;
}
#hamburger-icon .line.line-1 {
  top: 0;
}
#hamburger-icon .line.line-2 {
  top: 50%;
}
#hamburger-icon .line.line-3 {
  top: 100%;
}
#hamburger-icon:hover .line-1, #hamburger-icon:focus .line-1 {
  transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
}
#hamburger-icon:hover .line-3, #hamburger-icon:focus .line-3 {
  transform: translateY(4px);
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
}
#hamburger-icon.active .line-1 {
  transform: translateY(10px) translateX(0) rotate(45deg);
  -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
  -moz-transform: translateY(10px) translateX(0) rotate(45deg);
}
#hamburger-icon.active .line-2 {
  opacity: 0;
}
#hamburger-icon.active .line-3 {
  transform: translateY(-10px) translateX(0) rotate(-45deg);
  -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
  -moz-transform: translateY(-10px) translateX(0) rotate(-45deg);
}

header{
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  padding: 10px 0px;
  z-index: 100;
}

.space-head{
  height: 97px;
}

@media (max-width: 992px) {
  .space-head{
    height: 97px;
  }
}


header ul{
  display: flex;
  justify-content: flex-end;
}

header li{
  margin-right: 35px;
}

header li:last-child{
  margin-right: 0px;
}

header li a{
  font-size: 1.5rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}

.lien-menu{
  font-size: 1.5rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}

.facebook {
  width:30px;
}

.icones-menu {
  width:12px;
}

header .logo{
  width: 200px;
}

header li.menu-item-has-children a{
  padding: 10px 0px;
}

header ul.sub-menu{
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  background-color: #fff;
  display: none;
	border-radius: 25px;
}

header li.menu-item-has-children:hover ul.sub-menu{
  display: block;
  width: 200px;
  text-align: center;
}

header ul.sub-menu li{
  margin: 20px 0px;
}

.btn-accueil {
  width:250px;
}

.reseaux-sociaux img{
  width: 35px;
}

.menu-hamburger{
  position: fixed;
  width: 100%;
  height: calc(100vh - 100px);
  background-color: #000;
  top: -100%;
  left: 0;
  z-index: 30;
  transition: 0.4s ease;
  overflow-y: scroll;
}

.menu-hamburger.open{
  top: 96px;
}

.menu-hamburger ul{
  padding: 70px 40px 30px 40px;
  display: block;
}

.menu-hamburger li{
  margin-bottom: 30px;
  text-align: right;
}

.menu-hamburger li a{
  color: #fff;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 500;
}


/*
          _____ _____ _    _ ______ _____ _
    /\   / ____/ ____| |  | |  ____|_   _| |
   /  \ | |   | |    | |  | | |__    | | | |
  / /\ \| |   | |    | |  | |  __|   | | | |
 / ____ \ |___| |____| |__| | |____ _| |_| |____
/_/    \_\_____\_____|\____/|______|_____|______|

*/

#entete{
  padding: 150px 0px;
  margin-top:-97px;
}

.entete{
    padding: 118px 0px;
  margin-top:-97px;
}

@media (max-width: 1200px) {
  #entete{
    padding: 150px 0px;
    margin-top:-97px;
  }

  .entete{
    padding: 118px 0px;
    margin-top:-97px;
  }
}

.pastille {
    width:250px;
}

.bande-rouge {
  background-color:#DA1E1F;
}

.bande-rouge-2 {
  padding-top:125px;
background-color:#DA1E1F;
}

.bloc-menu {
  padding:100px 50px;
}

.bloc-menu p {
  color:#fff;
}

.bloc-menu h3 {
  font-size:4rem;
  color:#fff;
}

.bloc-menu .red h3 {
  color:#DA1E1F;
}

.bloc-menu .red p {
  color:#000;
}

@media (max-width:992px) {
  .bloc-menu h3 {
    font-size:3rem;
  }
}


/* succursales */

.section-texte {
  padding:100px 25px;
}

.section-texte h2 {
  color:#DA1E1F;
  font-size: 4rem;
  font-weight:bold;
  text-transform: uppercase;
}

@media (max-width:1200px){
  .section-texte {
    padding:60px 25px;
  }
}

@media (max-width:992px){
  .section-texte h2 {
    font-size: 3rem;
  }
}

.wpsl-store-location{
	margin-bottom: 25px;
}

.wpsl-store-location span {
  font-size:1.4rem;
}

.wpsl-directions {
  color:#DA1E1F;
  font-weight:500;
  text-transform:uppercase;
  font-size:1.4rem;
}

#wpsl-search-wrap input[type="submit"]{
  display: inline-table;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  padding: 10px;
  background-color:#DA1E1F;
  color:#fff;
  text-transform: uppercase;
  border: 0px solid #fff;
  border-radius: 0px;
}

#wpsl-search-btn {
  background-image: -webkit-linear-gradient(top,#DA1E1F,#DA1E1F);
}

#wpsl-search-wrap label {
  color:#000;
  font-weight:400;
  font-size: 1.4rem;
}

#wpsl-search-wrap select {
    height: 40px;
}

#wpsl-search-input {
  height:40px;
}

#wpsl-wrap {
  border-bottom:1px solid #DA1E1F;
  margin-bottom:0px;
}

#wpsl-wrap #wpsl-result-list li {
  border-bottom: 1px solid #e5e5e5;
}

/* promotions */

.soustitre {
  font-weight: 800;
  font-size:2.5rem;
}

/* histoire */

.logo-fondation {
  width:170px;
}

/* franchise */

#accordion h3 {
  background-color: #DA1E1F;
  padding:12px 20px;
  color:#fff;
}

#accordion h3:focus {
  outline:none;
}

#accordion li {
  font-size: 1.6rem;
  font-family: 'Roboto', sans-serif;
  font-weight:400;
  list-style-type: disc;
  list-style-position: inside;
}

#accordion h4 {
  font-weight:600;
  font-size: 1.8rem;
}

#accordion  table, td, th, tr {
  border: 1px solid #DA1E1F;
}

#accordion td {
  padding:10px;
}

.ui-accordion .ui-accordion-content {
  border:0px solid #fff;
}

.franchise a {
  font-weight:800;
  font-size: 2.5rem;
  color:#DA1E1F;
}

.franchise a:hover {
  color:#000;
}

/* blogue */

.cases-blogue {
  box-shadow: 0px 0px 12px #A0A0A0;
  background-color:#fff;
}

.titre-article {
  color:#DA1E1F;
}

.img-articles {
  height:300px;
  width:auto;
}

.linkarticle a {
  font-size: 1.8rem;
  color:#DA1E1F;
  font-weight:600;
  text-transform: uppercase;
}

.linkarticle a:hover {
  text-transform: uppercase;
  border-bottom:2px solid #DA1E1F;
}

#articles a {
  color:#DA1E1F;
  font-weight:600;
}

#articles a.btn-plein {
  color:#fff;
}

#articles a.btn-plein:hover {
  color:#DA1E1F;
  text-decoration: none;
}

#articles a:hover {
  color:#DA1E1F;
  font-weight:600;
  text-decoration:underline;
}

#articles h2 {
  color:#000;
  font-size:2.2rem;
  text-transform:uppercase;
}

#articles h3 {
  color:#000;
  font-size:1.8rem;
  text-transform:none;
}

/* contact */

.contact {
  padding:150px 0px;
}

@media (max-width:1200px){
  .contact {
    padding:50px 0px;
  }
}

@media (max-width:575px){
  .contact {
    padding:0px 0px;
  }
}

.bloc-blanc {
  background-color: #fff;
}

.bloc-blanc a {
  font-weight:600;
}

td {
  font-size:1.6rem;
    font-family: 'Roboto', sans-serif;
    font-weight:400;
    border: 1px solid #DA1E1F;
    padding:10px;
}

/* contact form */

.wpcf7-form p {
    margin-bottom: 0;
}

.wpcf7-text,
.wpcf7-textarea,
.wpcf7-file,
.wpcf7-date,
.wpcf7-select {
    background-color: #fff;
        width:100%;
    color: #000;
    font-size:16px;
    font-weight: 400;
    padding: 10px 15px;
    margin-bottom: 25px;
    border: 1px solid #000;
    border-radius:0px;
    height:55px;
}

.wpcf7-text:focus,
.wpcf7-textarea:focus,
.wpcf7-date:focus,
.wpcf7-select:focus{
    border: 1px solid #DA1E1F;
    outline:none;
}

label.titre-champ {
  color:#000;
  font-size:18px;
  font-family: 'Roboto', sans-serif;
  font-weight:500;
  width:100%;
}

.wpcf7-form textarea{
    height: 150px;
}

.wpcf7-form input[type="submit"]{
  display: inline-table;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  padding: 20px;
  color:#fff;
  background-color:#DA1E1F;
  border: 2px solid #DA1E1F;
}

.wpcf7-form input[type="submit"]:hover{
  background-color: #fff;
  color:#DA1E1F;
}


.region-form {
  width: 50%;
float: left;
padding-right: 20px;
}

.type-form {
  width: 50%;
float: left;
}

.courriel-form {
  width: 50%;
float: left;
padding-right: 20px;
}

.tel-form {
  width: 50%;
float: left;
}


@media screen and (max-width: 768px) {
  .region-form {
    width: 100%;
  float: left;
  padding-right: 0px;
  }

  .type-form {
    width: 100%;
  float: left;
  }

  .courriel-form {
    width: 100%;
  float: left;
  padding-right: 0px;
  }

  .tel-form {
    width: 100%;
  float: left;
  }
}

/* formulaire infolettre */

.mc4wp-form-fields input[type="email"]{
  display: inline-table;
  font-size: 1.5rem;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  padding: 10px;
  color:#000;
  border: 0px solid #fff;
}

.mc4wp-form-fields input[type="email"]:hover{
  outline: none;
}

.mc4wp-form-fields input[type="submit"]{
  display: inline-table;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  padding: 10px;
  color:#fff;
  background-color:#DA1E1F;
  border: 2px solid #DA1E1F;
}

.mc4wp-form-fields input[type="submit"]:hover{
  background-color: #fff;
  color:#DA1E1F;
  outline: none;
}

.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* carrieres */

#carrieres .location{
  color:#000;
}

#carrieres .job-type {
  color:#DA1E1F;
}

#carrieres .search_submit input[type="submit"] {
  text-transform: uppercase;
  width:100%;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  padding: 10px;
  margin-top:20px;
  color:#fff;
  background-color:#DA1E1F;
  border: 2px solid #DA1E1F;
}

#carrieres .search_keywords input[type="text"], #carrieres .search_location input[type="text"] {
  color:#000;
  padding:10px;
  font-size:16px;
}

#carrieres .job_filters .job_types li {
  font-size:14px;
}

.job_application input[type="button"], .application {
      text-transform: uppercase;
  width:100%;
  font-size: 2rem;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  padding: 10px;
  margin-top:20px;
  color:#fff;
  background-color:#DA1E1F;
  border: 2px solid #DA1E1F;
}

.job_application input[type="button"]:hover, .application:hover {
  color:#DA1E1F;
  background-color:#fff;
  border: 2px solid #DA1E1F;
}

.single_job_listing .meta .job-type {
    background-color:#DA1E1F;
}


/*
 ______ ____   ____ _______ ______ _____
|  ____/ __ \ / __ \__   __|  ____|  __ \
| |__ | |  | | |  | | | |  | |__  | |__) |
|  __|| |  | | |  | | | |  |  __| |  _  /
| |   | |__| | |__| | | |  | |____| | \ \
|_|    \____/ \____/  |_|  |______|_|  \_\

*/



footer li{
  margin-bottom: 12px;
}

footer a, footer p{
  color: #fff;
}

footer .copyright {
  background-color:#000;
}

footer p {
  font-size: 1.8rem;
}

footer .infolettre p {
  color:#DA1E1F;
  font-weight:800;
}

footer .infolettre h3 {
  color:#fff;
}

footer .fb p {
  font-size: 2rem;
  font-weight:800;
}


footer li a{
  font-size: 1.5rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}

@media (max-width:1250px) {
  footer p {
    font-size: 1.5rem;
  }
}
