/****************VARIABLES***************/
/*
$yellow:#fabd05;
$orange:#e25c1c;
$gray:#706f6f;
$graylight:#f5f4f4;
$graydark:#111;
*/
/*******************************/
/********************MIXINS********************/
/********************************************/
/* line 61, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
body {
  overflow-x: hidden;
  font-family: "Roboto",Helvetica,Arial,sans-serif;
}

/* line 67, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.text-muted {
  color: #777;
}

/* line 71, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.text-primary {
  color: #fabd05;
}

/* line 75, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.text-green {
  color: #99ca3c;
}

/* line 79, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
p {
  font-size: 14px;
  line-height: 1.75;
}

/* line 84, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
p.large {
  font-size: 16px;
}

/* line 88, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: 0;
}

/* line 96, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
a {
  color: #fabd05;
}

/* line 100, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
a:hover,
a:focus,
a:active,
a.active {
  color: #fabd05;
}

/* line 107, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111;
  /*
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
*/
}

/* line 121, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.mt-60 {
  margin-top: 60px;
}

/* line 124, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.mt-30 {
  margin-top: 30px;
}

/* line 127, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.mt-0 {
  margin-top: 0;
}

/* line 130, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.pb-0 {
  padding-bottom: 0;
}

/* line 136, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.img-centered {
  margin: 0 auto;
}

/* line 140, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.bg-light-gray {
  background-color: #EDEDED;
}

/* line 144, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.bg-darkest-gray {
  background-color: #111;
}

/* line 148, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.bg-white {
  background-color: white;
}

/* line 152, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.btn-primary {
  border-color: #706f6f;
  text-transform: uppercase;
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 300;
  color: #fabd05;
  background-color: #111;
}

/* line 161, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  border-color: #f6bf01;
  color: #fff;
  background-color: #fabd05;
}

/* line 171, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

/* line 177, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  border-color: #fabd05;
  background-color: #fabd05;
}

/* line 196, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.btn-primary .badge {
  color: #fabd05;
  background-color: #fff;
}

/* line 201, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.btn-xl {
  padding: 20px 40px;
  border-color: #fabd05;
  border-radius: 3px;
  text-transform: uppercase;
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #fabd05;
}

/* line 213, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  border-color: #f6bf01;
  color: #fff;
  background-color: #fabd05;
}

/* line 223, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}

/* line 229, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  border-color: #fabd05;
  background-color: #fabd05;
}

/* line 248, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.btn-xl .badge {
  color: #fabd05;
  background-color: #fff;
}

/* line 254, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.navbar {
  min-height: 60px;
}

/* line 258, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.navbar-default #page {
  background-color: #e25c1c;
}

/* line 261, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.navbar-default {
  border-color: transparent;
  background-color: #222;
}

/* line 266, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.navbar-default .navbar-brand {
  font-family: "Dosis",Helvetica,Arial,cursive;
  color: white;
  font-weight: 800;
  font-size: 1.2857142em;
}

/* line 273, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.navbar-default .navbar-brand .logo-dot {
  color: #e25c1c;
}

/* line 278, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
  color: #fabd05;
}

/* line 285, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.navbar-default .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
  margin-top: 10px;
}

@media (min-width: 768px) {
  /* line 285, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
  .navbar-default .navbar-collapse {
    margin-top: 0;
  }
}

/* line 293, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.navbar-default .navbar-toggle {
  border-color: #fabd05;
  background-color: #fabd05;
}

/* line 298, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 302, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fabd05;
}

/* line 307, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
ul.navbar-nav {
  padding-top: 10px !important;
}

/* line 310, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.navbar-nav li a {
  padding: 0 10px;
}

/* line 315, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.navbar-default .nav li {
  font-weight: 400;
  font-size: 1.1428571em;
}

/* line 318, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.navbar-default .nav li a {
  color: white;
  display: block;
}

/* line 323, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.navbar-default .nav li .menu-end {
  border-right: white 1px solid;
  padding-right: 20px;
}

/* line 331, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
  outline: 0;
  color: #fabd05;
}

/* line 337, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.navbar-default .navbar-nav > .active > a {
  border-radius: 0;
  color: #fff;
  background-color: #fabd05;
}

/* line 343, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #fabd05;
}

/* line 350, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.navbar .menu-top {
  text-align: right;
  padding-top: 10px;
}

/* line 353, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.navbar .menu-top ul {
  margin-bottom: 0;
}

/* line 355, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.navbar .menu-top ul li {
  display: inline-block;
  margin-left: 10px;
  text-transform: uppercase;
}

/* line 359, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.navbar .menu-top ul li a {
  text-decoration: none;
}

/*************************HOMEPAGE MAIN HEADER*********************/
/* line 368, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
header {
  text-align: center;
  color: #fff;
  background-attachment: scroll;
  background-image: url(https://9db1b8.claudeassets.com/20251012145443im_/https://www.quelle-huile-moteur-choisir.com/themes/bootstrap/img/header-bg.jpg);
  background-position: center top;
  background-repeat: none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  border-bottom: #e25c1c 6px solid;
}

/* line 380, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
header .bonus {
  color: white;
}

/* line 385, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
header .intro-text {
  padding-top: 120px;
  padding-bottom: 20px;
}

/* line 388, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
header .intro-text .intro-heading {
  color: white;
  font-size: 2.5714285em;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1em;
}

/* line 395, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
header .intro-text .intro-lead-in {
  color: #fabd05;
  font-size: 1.5714285em;
  font-weight: 700;
  line-height: 1em;
  padding-top: 20px;
}

/* line 402, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
header .intro-text h3 {
  color: white;
  font-size: 1.4285714em;
}

/* line 414, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.alpha50 {
  opacity: 0.5;
}

/* line 418, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.intro-search h3 {
  color: white;
  font-size: 2.5714285em;
}

/* line 424, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.intro-search h4 {
  color: white;
  font-weight: 300;
  opacity: 0.75;
}

/* line 431, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.intro-search p {
  opacity: 0.5;
  margin: 10px 0;
  line-height: 1em;
}

/* line 442, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.intro-search .form-control {
  text-align: center;
  height: 70px;
  border-radius: 6px;
  font-size: 2em;
  font-weight: 300;
  padding-left: 25px;
  border-color: #999;
}

/* line 453, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.intro-search select.form-control {
  width: 90%;
  display: inline;
  font-weight: 800;
  color: black;
}

/* line 460, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.intro-search .btn-search {
  height: 70px;
  color: #3bb2ff;
  font-size: 18px;
  line-height: 1em;
  font-weight: 400;
  border-color: #707070;
  margin-top: 10px;
}

/* line 473, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.intro-search .recherche-autre {
  margin-top: 10px;
}

/* line 475, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.intro-search .recherche-autre p {
  opacity: 1;
}

/* line 477, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.intro-search .recherche-autre p a {
  color: white;
}

/* line 481, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.intro-search .recherche-autre p a :focus, .intro-search .recherche-autre p a :hover, .intro-search .recherche-autre p a :active, .intro-search .recherche-autre p a .active {
  color: white !important;
  text-decoration: none !important;
}


/* line 414, ../scss/pva.scss */
.bloc-immat {
  background-color: #222222;
  background: rgba(34, 34, 34, 0.8);
  padding: 10px 0;
  margin-bottom: 30px;
  border-radius: 5px;
}
/* line 421, ../scss/pva.scss */
.bloc-immat p {
  margin-top: 2px;
  font-size: 1.2857142em;
  line-height: 1.125em;
  font-weight: 300;
}
/* line 429, ../scss/pva.scss */
.bloc-immat p.autre-recherche a {
  color: #3399ff;
}
/* line 433, ../scss/pva.scss */
.bloc-immat h4 {
  color: white;
  margin: 8px 0;
  font-size: 1.4285714em;
}

.bloc-immat .immat {
  display: inline-block;
}

.immat {
	margin: 0 auto;
    width: 325px;
}

/* line 447, ../scss/pva.scss */
.plaque_gauche {
  float: left;
  width: 40px;
  height: 60px;
  /*     background-image: url(https://83c99b.claudeassets.com/20251012145443im_/https://www.quelle-huile-moteur-choisir.com/images/home/plaque_gauche.png); */
  background-image: url(https://39c02c.claudeassets.com/20251012145443im_/https://www.quelle-huile-moteur-choisir.com/themes/bootstrap/img/plaque_gauche.png);
  background-repeat: no-repeat;
  /*    position: absolute; 
      z-index: 1;*/
}

/* line 459, ../scss/pva.scss */
.plaque_droite {
  float: left;
  width: 61px;
  height: 60px;
  /*     background-image: url(https://c25866.claudeassets.com/20251012145443im_/https://www.quelle-huile-moteur-choisir.com/images/home/plaque_droite.png); */
  background-image: url(https://a932b8.claudeassets.com/20251012145443im_/https://www.quelle-huile-moteur-choisir.com/themes/bootstrap/img/plaque_droite.png);
  background-repeat: no-repeat;
  font-size: 2em;
  font-weight: 700;
  color: white;
  line-height: 60px;
}
/* line 470, ../scss/pva.scss */
.plaque_droite a:hover {
  color: black;
}

/* line 475, ../scss/pva.scss */
.plaque_central {
  float: left;
  /*     width: 215px; */
  height: 60px;
}

/* line 481, ../scss/pva.scss */
.plaque_central .form-control {
  border-radius: none;
}

/* line 485, ../scss/pva.scss */
#bloc-recherche-plaque input.form-control {
  border-radius: inherit;
  border-radius: none;
}

/* line 492, ../scss/pva.scss */
.intro-search
h2 {
  color: white;
  font-size: 1.4285714em;
  font-weight: 300;
}



/* line 445, ../sass/qhmc.scss */



.intro-search .input-immat {
  width: 220px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: none;
  border: none;
  padding-left: 0;
  text-align: center;
  font-weight: 700;
  color: #111;
  text-transform: uppercase;
  font-size: 2em;
  display: inline-block !important;
}

/* line 511, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.input-immat::-webkit-input-placeholder {
  font-weight: 300;
  font-size: 0.8181818em;
}

/* line 515, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.input-immat:-moz-placeholder {
  /* Firefox 18- */
  font-weight: 300;
  font-size: 0.8181818em;
}

/* line 519, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.input-immat::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 300;
  font-size: 0.8181818em;
}

/* line 523, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.input-immat:-ms-input-placeholder {
  font-weight: 300;
  font-size: 0.8181818em;
}

/* line 528, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.btn-black {
  font-size: 1.1428571em;
  color: #FFF;
  font-weight: 400;
  background-color: #111;
  border-color: #333;
  text-transform: uppercase;
  margin: 20px 0;
}

/* line 540, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.btn-black.active, .btn-black.focus, .btn-black:active, .btn-black:focus, .btn-black:hover, .open > .dropdown-toggle.black {
  background-color: #e25c1c;
  border-color: #e25c1c;
  color: #FFF;
}

/* line 548, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.trust-section {
  text-align: center;
  background-color: #111;
  margin-top: 40px;
  opacity: 0.95;
}

/* line 556, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.trust-section .menuitem a div {
  padding: 20px 0 15px;
  color: white !important;
}

/* line 561, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.trust-section .menuitem a:hover div {
  background-color: #e25c1c;
}

/* line 564, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.trust-section p {
  font-size: 1.2857142em;
  font-weight: 400;
  line-height: 1em;
  padding-top: 5px;
}

/* line 573, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.trust-section .active {
  background-color: #e25c1c;
}

/* line 578, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
section {
  padding: 40px 0 40px 0;
  background-color: #EDEDED;
  margin-top: 40px;
}

/* line 582, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
section h2 {
  color: #e25c1c;
  margin-bottom: 20px;
}

/* line 588, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
section h2.section-heading, h2.section-heading {
  margin: 30px 0 20px 0;
  font-size: 2.8571428em;
  font-weight: 400;
  color: #706f6f;
}

/* line 595, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
section h3.section-subheading, h3.section-subheading {
  /*     margin-bottom: 35px; */
  text-transform: none;
  font-size: 1.8571428em;
  font-weight: 300;
  color: #e25c1c;
}

/* line 603, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
h1.section-heading {
  margin-top: 30px;
}

/* line 607, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
h2.section-subheading {
  margin-top: 0;
}

/* line 611, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.service-heading {
  margin: 15px 0;
  text-transform: none;
}

/* line 617, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
section.page {
  background-color: white;
  padding: 10px 0;
}

/*************************FOOTER*************************/
/* line 626, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
footer {
  text-align: center;
  background-color: #FFF;
}

/* line 631, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.footer-logo {
  font-family: "Dosis",Helvetica,Arial,cursive;
  color: white;
  font-weight: 800;
  font-size: 1.4285714em;
  line-height: 0.7em;
}

/* line 637, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.footer-logo .logo-dot {
  color: #e25c1c;
}

/* line 642, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.footer-link {
  padding: 30px 0;
  background-color: #111;
  /*
	background-image: url(https://9b107d.claudeassets.com/20251012145443im_/https://www.quelle-huile-moteur-choisir.com/themes/bootstrap/img/mtf_bkg_footer.gif);
	background-repeat: repeat;
*/
  text-align: left;
  color: #706f6f;
}

/* line 654, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.footer-link p.heading {
  font-size: 1.4285714em;
  font-weight: 300;
  line-height: 1.1em;
}

/* line 660, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.footer-link a {
  color: #706f6f;
}

/* line 664, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.footer-link a:hover {
  color: #e25c1c;
  text-decoration: none;
}

/* line 669, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.footer-link ul {
  list-style: none;
  padding-left: 0;
  line-height: 1.5714285em;
}

/* line 675, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.footer-link .fa-facebook, .footer-link .fa-twitter, .footer-link .fa-google, .footer-link .fa-instagram {
  color: #111;
}

/* line 679, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.footer-link .fa-circle {
  color: #e25c1c;
}

/* line 682, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.menu-footer {
  color: #CCC;
  font-weight: 300;
  padding: 10px 0 40px 0;
}

/* line 687, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.menu-footer p {
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: bold;
  color: #111;
}

/* line 694, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.menu-footer p a {
  color: #111;
}

/* line 697, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.menu-footer p a:hover {
  text-decoration: none;
}

/* line 701, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.footer-brand {
  text-align: center;
  background-color: #111;
  margin: 0;
  padding: 20px;
}

/* line 706, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.footer-brand ul li {
  display: inline;
  margin: 0 10px;
}

/* line 709, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.footer-brand ul li a {
  color: white;
}

/* line 711, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.footer-brand ul li a:hover {
  text-decoration: none;
  color: #e25c1c;
}

/* line 719, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
footer span.copyright {
  text-transform: uppercase;
  text-transform: none;
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 40px;
}

/* line 726, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
footer ul.quicklinks {
  margin-bottom: 0;
  text-transform: uppercase;
  text-transform: none;
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 40px;
}

/* line 734, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
ul.social-buttons {
  margin-bottom: 0;
}

/* line 738, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
ul.social-buttons li a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  outline: 0;
  color: #fff;
  background-color: #222;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

/* line 753, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  background-color: #fabd05;
}

/* line 759, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: 0;
}

/*************************************************HEADER PAGE********************************************/
/* line 767, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.header-page .navbar {
  margin-bottom: 0;
}

/* line 770, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.navbar-inverse {
  background: none !important;
  border: none;
  font-size: 1.14286em;
}

/* line 776, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.header-page {
  background-color: #333;
  background-image: url("https://cce3df.claudeassets.com/20251012145443im_/https://www.quelle-huile-moteur-choisir.com/themes/bootstrap/img/header_pages_bkg.jpg");
  background-position: 40% 0px;
  background-repeat: no-repeat;
  -moz-box-shadow: inset 0px -50px 100px 0px #000;
  -webkit-box-shadow: inset 0px -50px 100px 0px #000;
  -o-box-shadow: inset 0px -50px 100px 0px #000;
  box-shadow: inset 0px -50px 100px 0px #000;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#000, Direction=90, Strength=100);
}

@media (max-width: 992px) {
  /* line 789, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
  .header-page {
    background-image: none;
  }
}

/* line 793, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.mon-agence {
  border-radius: 5px;
  background: #444444;
  background: -moz-linear-gradient(top, #444444 0%, rgba(68, 68, 68, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #444444), color-stop(100%, rgba(68, 68, 68, 0)));
  background: -webkit-linear-gradient(top, #444444 0%, rgba(68, 68, 68, 0) 100%);
  background: -o-linear-gradient(top, #444444 0%, rgba(68, 68, 68, 0) 100%);
  background: -ms-linear-gradient(top, #444444 0%, rgba(68, 68, 68, 0) 100%);
  background: linear-gradient(to bottom, #444444 0%, rgba(68, 68, 68, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#444444', GradientType=0 );
  padding: 10px 20px;
  margin-top: 5px;
}

/* line 807, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.mon-agence-hp {
  text-align: left;
  padding-top: 5px;
}

@media (max-width: 992px) {
  /* line 814, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
  .mon-agence {
    margin-top: 15px;
  }
}

/* line 818, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.mon-agence p {
  font-size: 1.4285714em;
  font-weight: 600;
  color: #3bb2ff;
  line-height: 1.2857142em;
  padding: 0;
  margin: 0;
}

/* line 827, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.grey {
  color: #666 !important;
}

/* line 831, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.mon-agence p.adresse {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 300;
  line-height: 1em;
}

/* line 838, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.mon-agence-hp {
  background-color: rgba(17, 17, 17, 0.7);
  padding: 5px 10px;
  /* 	border-bottom-left-radius: 5px; */
  border-bottom-right-radius: 5px;
}

/* line 846, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.mon-agence-hp p {
  font-size: 1.1428571em;
  font-weight: 600;
  color: #3bb2ff;
  line-height: 1.2857142em;
  padding: 0;
  margin: 0;
}

/* line 855, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.mon-agence-hp p.adresse {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 300;
  line-height: 1em;
}

/***********************PAGES GENERAL****************************/
/* line 865, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.page .leftdesktop {
  text-align: center;
}

/* line 867, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.page .leftdesktop table {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  /* line 872, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
  .page .leftdesktop {
    text-align: left;
  }
}

/* line 876, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.page .footer-link p.heading {
  color: #706f6f;
}

/* line 879, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.page p {
  color: #333;
  font-size: 1.1428571em;
}

/* line 883, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.page p em {
  font-weight: 600;
  color: #999;
  font-size: 0.875em;
}

/* line 891, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.page .italic {
  line-height: 1em;
}

/* line 894, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.page h2 {
  margin: 10px 0 30px;
}

/* line 898, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.page .calltoaction {
  font-weight: 700;
  line-height: 1.1875em;
  margin-bottom: 30px;
}

/* line 905, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.page .step p {
  text-align: left;
}

/* line 907, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.page .step p span.stepnumber {
  font-size: 2em;
  float: left;
  font-size: 1.4285714em;
  font-weight: 500;
  margin-left: -35px;
  line-height: 1.1875em;
  color: #999;
}

@media (max-width: 768px) {
  /* line 907, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
  .page .step p span.stepnumber {
    display: none;
  }
}

/* line 921, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.page .step .img-responsive {
  min-width: 100%;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  /* line 904, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
  .page .step {
    margin-top: 20px;
  }
  /* line 928, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
  .page .step p {
    margin-left: 35px;
  }
}

/* line 935, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.page ul {
  padding-left: 0;
}

/* line 938, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.page ul li {
  list-style: none;
}

/* line 940, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.page ul li a {
  color: #e25c1c;
}

/* line 946, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.page table th, .page table td {
  padding: 5px;
  vertical-align: top;
  text-align: left;
}

@media (min-width: 768px) {
  /* line 946, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
  .page table th, .page table td {
    padding: 8px;
  }
}

@media (max-width: 768px) {
  /* line 957, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
  .page table td:nth-child(3) {
    font-size: 0.875em;
  }
}

/* line 962, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.page table thead th {
  line-height: 1em;
}

@media (min-width: 768px) {
  /* line 965, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
  .page table thead th:nth-child(2) {
    white-space: nowrap;
  }
}

/*********************************TAB CATALOGUE*****************/
/* line 976, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.car-connected {
  text-transform: uppercase;
  font-size: 1.2857142em;
  font-weight: 100;
  background-color: #e25c1c;
  padding: 6px 10px;
  color: #FFF;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  background-clip: padding-box;
}

/* line 987, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.connected .car-connected {
  margin: 70px 0 0 0;
  position: fixed;
  left: 0;
  z-index: 1;
}

/* line 994, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
section.page .car-connected {
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  background-clip: padding-box;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  background-clip: padding-box;
  display: inline-block;
}

/**********************************/
/* line 1003, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
section.trust-line .trust-section {
  margin-top: 0;
  background-color: #000;
  text-align: center;
  opacity: 0.8;
}

/* line 1010, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
section.trust-line {
  margin-top: 0;
  padding-top: 0;
  color: #FFF;
}

/**********************************PAGE PRODUIT******************************************/
/* line 1017, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.produit h2 {
  color: #111;
  font-size: 1.8571428em;
  font-weight: 300;
  text-transform: uppercase;
}

/* line 1024, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.produit h1 {
  font-size: 2.5714285em;
  text-transform: uppercase;
  font-weight: 800;
  margin-top: 10px;
}

/* line 1030, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.produit p {
  text-transform: uppercase;
  font-weight: 100;
  font-size: 1.2857142em;
}

/* line 1034, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.produit p .fa {
  color: green;
}

/**********************************PAGE PRODUIT TABLEAUX******************************************/
/* line 1050, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.table td {
  font-size: 1.2857142em;
  text-transform: uppercase;
}

/* line 1053, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.table td input[type='number'] {
  width: 50px;
  font-size: 0.875em;
}

/* line 1061, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.table {
  margin-top: 60px;
}

/* line 1068, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.table .price {
  font-weight: 800;
}

/* line 1071, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.table .total {
  background-color: #e25c1c;
  color: white;
  font-size: 1.4285714em;
}

/* line 1075, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.table .total td {
  padding-left: 20px;
}

/************************SEARCH CATALOGUE****************/
/* line 1087, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.heading-cat {
  background-color: #3bb2ff;
  padding: 10px 0;
  border-bottom: #f8bd00 6px solid;
}

/* line 1093, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.heading-cat i.fa-chevron-right {
  color: #FFF;
  margin-right: 20px;
}

/* line 1097, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.heading-cat h1 {
  color: #FFF;
  font-weight: 300;
  font-size: 2.8571428em;
}

/* line 1102, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
section#listing {
  padding-top: 0;
}

/* line 1105, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
section.header-page {
  padding-top: 20px;
  min-height: 80px;
}

/* line 1110, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.search-cat label {
  color: #FFF;
  font-weight: 300;
}

/* line 1115, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.search-cat i.fa-search {
  color: #FFF;
  opacity: 0.5;
  padding-top: 8px;
}

/* line 1120, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.input-group i.fa-search {
  color: #333;
  padding-top: 0;
}

/* line 1128, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
::-moz-selection {
  text-shadow: none;
  background: #fabd05;
}

/* line 1133, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
::selection {
  text-shadow: none;
  background: #fabd05;
}

/* line 1138, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
img::selection {
  background: 0 0;
}

/* line 1142, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
img::-moz-selection {
  background: 0 0;
}

/* line 1146, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
body {
  webkit-tap-highlight-color: #fabd05;
}

/*********** CARTE GOOGLE ************/
/* line 1152, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
#googlemap {
  width: 100%;
  height: 800px;
  /*
    display:block;
    float:left;*/
}

/*********** ZOOM IMAGE FICHE PRODUIT ************/
/* line 1161, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.img-cursor {
  cursor: pointer;
}

/*************************MODAL STYLE *******************/
/* line 1169, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.modal-content {
  background-color: #e25c1c;
  color: #FFF;
  padding: 0 5px 20px 5px;
  text-align: center;
}

/* line 1176, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.modal-title {
  color: #FFF;
  font-size: 1.7142857em;
}

/* line 1181, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.modal-body p {
  font-size: 1.2857142em;
  line-height: 1.4em;
  text-transform: uppercase;
  padding: 10px 0;
}

/* line 1188, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.modal-content .form-control {
  /* 	margin-top: 20px; */
  /* 	width: 50%; */
}

/* line 1193, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.modal-slogan {
  border-top: #FFF 1px solid;
  margin-top: 40px;
  opacity: 0.5;
  padding-top: 15px;
}

/* line 1200, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.modal-slogan p {
  text-transform: none;
  font-weight: 700;
  padding-bottom: 0;
  margin-bottom: 0;
}

/********************************HP CATALOGUE********************/
.catalogue {
	background-color: #f5f4f4;
	padding: 10px 0 30px;
	background-image: url(https://6df624.claudeassets.com/20251012145443im_/https://www.quelle-huile-moteur-choisir.com/themes/bootstrap/img/arrow_top_catalogue.png);
	background-position: center top;
	background-repeat: no-repeat;
}
/*.catalogue h3 {
	font-size: 1.2142857em;
	color: #e25c1c;
}*/

.catalogue h2 {
	font-size: 1.2142857em;
	color: #e25c1c;
}

.catalogue ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.catalogue img {
	margin: 30px 0;
}
.separator {
	border-bottom: #efedec 6px solid;
	padding-bottom: 30px;

}
.catalogue ul li {
	line-height: 1em;
	margin: 0;
	padding: 4px 0;
}

.catalogue ul li h3.cat-family {
    cursor: pointer;
    font-size: inherit;
    font-weight: inherit;
    margin:inherit;
    color: #000;
    text-decoration: none;
}

.catalogue ul li h3.cat-family:hover {
    color: #e25c1c;
}

.catalogue ul li a.cat-family {
    cursor: pointer;
    font-size: inherit;
    font-weight: inherit;
    margin:inherit;
    color: #000 !important;
    text-decoration: none;
}

.catalogue ul li a.cat-family:hover {
    color: #e25c1c !important;
}

.catalogue ul li a {
		color: #000;
		text-decoration: none;
}

.catalogue ul li a:visited {
	color: #999;
}
.catalogue ul li a:hover {
	color: #e25c1c;
	}

.catalogue ul li ul li {
	font-size: 0.9285714em;
/* 	color: #111; */
	line-height: 1em;
	margin: 0;
	padding: 3px 0;
	}

.catalogue ul li ul li a {
/* 	color: #111 !important; */
	}
	
.catalogue ul li ul li a:hover {
	color: #111 !important;
	}
	
.catalogue .cat-sub-family	{
	background-color: #efedec;
	padding: 10px;
	border-radius: 5px;
}

.catalogue .cat-sub-family ul li h4.lib-cat-sub-family {
/*	border: 1px solid red;*/
        color: inherit;
        font-size: inherit;
        font-weight: inherit;
        margin: inherit;
        color: #999;
        cursor: pointer;
}

.catalogue .cat-sub-family ul li h4.lib-cat-sub-family:hover {	
        color: #000;
}


/*********************************PAGE CMS HEADER********************/
/* line 1209, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.heading-cms {
  background-color: #f5f4f4;
  padding: 20px 0;
  border-top: #f8bd00 6px solid;
  /*	margin-top: 20px;*/
}

/* line 1216, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.heading-cms h1 {
  color: #333;
  font-weight: 300;
  font-size: 1.8571428em;
  text-transform: uppercase;
  padding-top: 0;
  margin-top: 10px;
}

/* line 1225, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
ul.shop-step {
  list-style: none;
  color: #333;
  font-weight: 300;
  font-size: 1.8571428em;
  text-transform: uppercase;
  margin-top: 10px;
}

/* line 1234, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.heading-cms i.fa.fa-shopping-cart {
  margin-right: 35px;
  color: #3bb2ff;
}

/* line 1239, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
ul.shop-step i.fa.fa-angle-right {
  color: #999;
  padding-right: 20px;
}

/* line 1244, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
ul.shop-step li a {
  padding-right: 35px;
}

/* line 1248, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
ul.shop-step li a:hover {
  text-decoration: none;
}

/* line 1252, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
ul.shop-step li.selected a {
  color: #000;
  padding-right: 40px;
}

/* line 1257, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
li a.selected {
  color: #000;
}

/* line 1261, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.heading-cms p {
  font-size: 1.2857142em;
  /* 	line-height: 1.8571428em; */
  margin-top: 10px;
  font-weight: 300;
}

/* line 1267, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.total-price {
  color: #3bb2ff;
  font-size: 1.4285714em;
}

/* line 1271, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.total-price {
  padding-right: 20px;
  line-height: 1.4285714em;
}

/* line 1278, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
.cms-content {
  background-color: #FFF;
  padding-bottom: 35px;
}

/******************MEDIA QUERIES*********************/
@media (min-width: 768px) {
  /* line 1289, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
  .navbar-default {
    padding: 20px 0;
    border: 0;
  }
  /* line 1294, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
  body.index .navbar-default {
    background-color: transparent;
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s;
  }
  /* line 1301, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
  body.page .navbar-default {
    background-image: url(https://9db1b8.claudeassets.com/20251012145443im_/https://www.quelle-huile-moteur-choisir.com/themes/bootstrap/img/header-bg.jpg);
    background-position: center center;
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s;
  }
  /* line 1309, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
  .navbar-default .navbar-brand {
    font-size: 1.5714285em;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
  }
  /* line 1316, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
  .navbar-default .navbar-nav > .active > a {
    border-radius: 3px;
  }
  /* line 1320, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
  body.index .navbar-default.navbar-shrink {
    padding: 10px 0 20px 0;
    background-color: #222;
  }
  /* line 1325, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
  .navbar-default.navbar-shrink .navbar-brand {
    font-size: 1.5em;
  }
  /* line 1332, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
  header .intro-text {
    padding-top: 200px;
  }
  /* line 1334, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
  header .intro-text .intro-heading {
    font-size: 4.5714285em;
  }
  /* line 1337, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
  header .intro-text .intro-lead-in {
    font-size: 3.5714285em;
  }

  h2.intro-heading{
    color:white;

  }

  /* line 1340, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
  header .intro-text h3 {
    font-size: 1.7142857em;
  }
  /* line 1345, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
  .car-connected {
    text-transform: uppercase;
    font-size: 2.1428571em;
  }
  /* line 1348, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
  .connected .car-connected {
    /*margin-top: 100px;*/
  }

  /* line 1141, ../sass/qhmc.scss */
  
  @media (min-width: 768px) {
  

  /* line 2289, ../scss/pva.scss */
  .intro-search .input-immat {
    /*background-image: url(https://4069b4.claudeassets.com/20251012145443im_/https://www.quelle-huile-moteur-choisir.com/themes/bootstrap/img/bkg_immat.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: center center;*/
    border-radius: none;
    border: none;
    padding-left: 0;
    text-align: center;
    font-weight: 700;
    color: #111;
    text-transform: uppercase;
    font-size: 2.8571428em;
    display: inline-block !important;
  }
}
  
  
  /*
.intro-search .input-immat {
    background-image: url("https://4069b4.claudeassets.com/20251012145443im_/https://www.quelle-huile-moteur-choisir.com/themes/bootstrap/img/bkg_immat.png");

    width: 400px;
    height: 67px;
    font-size: 2.5714285em;
  }
  /* line 1365, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
  .intro-search select {
    width: 400px;
    height: 67px;
  }
  /* line 1368, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
  .intro-search select.form-control {
    display: inline;
    width: 400px;
    /*font-size: 2.5714285em !important;*/
	font-size: 2.1em !important;
  }
}

@media (min-width: 1199px) {
  /* line 1388, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
  .connected .car-connected {
    /*margin-top: 100px;*/
  }
  /* line 1391, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
  .intro-search select.form-control {
    width: 300px;
  }
  /* line 1396, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
  .intro-search h3 {
    color: white;
    font-size: 2.5714285em;
    margin-top: 50px;
  }
  /* line 1401, /Users/kalk/Documents/WORK 2018/QHMC 2018/qhmc.fr/sass/qhmc.scss */
  .intro-search .recherche-autre p {
    text-align: left;
    padding-left: 25px;
  }
}

/*# sourceMappingURL=../css/qhmc.map */


#loading{
  display: none;
}

#loading-bottom {
  display: none;
}

.container .row.step {
  margin: 0;
}

.container .row .txt {
  margin-left: 15px;
  margin-right: 15px;
}

.container .row .txt .row .container,
.container .row .txt .row .container .col-sm-3,
.container .row .txt .row .container .col-sm-9,
.container .row .txt .row .col-sm-4 {
  margin: 0;
  padding: 0;
}

.page p > img {
  max-width: 100%;
}

.caddy-step2 .account__box--auth .signin__log .pwdforgot {
  padding: 0;
}

@media (max-width: 768px) {
  .catalogue div {
    text-align: center;
  }
}

@media (max-width: 768px) {
	#zone_products .product .text-xs-center {
		text-align: center;
	}
	#bloc-recherche-plaque {
		margin: auto;
		width: 75%;
	}
}
/*
     FILE ARCHIVED ON 09:43:28 Jul 25, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:04:27 Jun 12, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.437
  exclusion.robots: 0.048
  exclusion.robots.policy: 0.039
  esindex: 0.008
  cdx.remote: 9.174
  LoadShardBlock: 149.887 (3)
  PetaboxLoader3.resolve: 133.105 (4)
  PetaboxLoader3.datanode: 166.087 (4)
  load_resource: 194.822
*/