@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?1lhrt2");
  src: url("../fonts/icomoon.eot?1lhrt2#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?1lhrt2") format("truetype"), url("../fonts/icomoon.woff?1lhrt2") format("woff"), url("../fonts/icomoon.svg?1lhrt2#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@keyframes menuhover {
  0% {
    transform: translateY(0%);
    opacity: 1;
  }
  50% {
    transform: translateY(-100%);
    opacity: 0;
  }
  51% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
[class^=icon-] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ico-application:before {
  content: "\e900";
  color: #53514f;
}

.icon-ico-arrowbtn:before {
  content: "\e901";
}

.icon-ico-avantage:before {
  content: "\e903";
  color: #53514f;
}

.icon-ico-catalogue:before {
  content: "\e904";
}

.icon-ico-contact:before {
  content: "\e905";
}

.icon-ico-devis:before {
  content: "\e906";
}

.icon-ico-dl:before {
  content: "\e907";
}

.icon-ico-fonction:before {
  content: "\e908";
  color: #53514f;
}

.icon-ico-rea1:before {
  content: "\e909";
}

.icon-ico-rea2:before {
  content: "\e90a";
}

.icon-ico-rea3:before {
  content: "\e90b";
}

.icon-ico-rea4:before {
  content: "\e90c";
}

.icon-ico-search:before {
  content: "\e90d";
  color: #53514f;
}

.formation,
.product-formation {
  background: url(../images/bg-fond.jpg) top center no-repeat;
  background-size: cover;
  color: #aaa08b;
}

/*////////////////////////////////////////////////////////////   FORM   /////////////*/
/*////////////////////////////////////////////////////////////   slider   /////////////*/
.homeslider {
  background: #000;
}

.homeslider .slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow: hidden;
  background: #000;
}

.homeslider .slide-description {
  position: absolute;
  z-index: 1;
  text-align: center;
  top: 45%;
}

@media (max-width: 992px) {
  .homeslider .slide-description {
    top: 30%;
  }
}
@media (max-width: 576px) {
  .homeslider .slide-description {
    top: 40%;
  }
}
.homeslider .slide-description .slidetitle {
  font: normal 52px/62px "Noto Serif", serif;
  text-shadow: -1px 0 2px #000, 1px 0 2px #000, 0 -1px 2px #000, 0 1px 2px #000;
  color: #fff;
}

@media (max-width: 768px) {
  .homeslider .slide-description .slidetitle {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 576px) {
  .homeslider .slide-description .slidetitle {
    font-size: 30px;
    line-height: 45px;
  }
}
.homeslider .slide-description p {
  line-height: 1.7rem;
  text-shadow: -1px 0 2px #000, 1px 0 2px #000, 0 -1px 2px #000, 0 1px 2px #000;
  color: #eaeaea;
  width: 70%;
  margin: 0 auto 50px;
}

@media (max-width: 576px) {
  .homeslider .slide-description p {
    margin: 0 auto 30px;
  }
}

.homeslider .headimg {
  background-size: cover;
  background-position-x: center;
  background-position-y: 0px;
  background-repeat: no-repeat;
  width: 100%;
}

.homeslider .headimg img {
  visibility: hidden;
}

/*////////////////////////////////////////////////////////////   Bandeau parallax   /////////////*/
.parallax {
  background: url(../images/bg-parallax.jpg) center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 0;
  text-align: center;
  font: normal 26px/34px "Open Sans", sans-serif;
  color: #fff;
}

@media (max-width: 576px) {
  .parallax {
    padding: 50px 20px;
  }
}
.parallax p {
  margin-bottom: 20px;
}

#map {
  min-height: 370px;
}

.page-intro.introuvable .introuvable-label {
  font-weight: bold;
  color: #8d1713;
  letter-spacing: 1px;
  font-size: 1.5rem;
}

/*////////////////////////////////////////////////////////////   GLOBAL   /////////////*/
body {
  font: 400 15px/25px "Open Sans", sans-serif;
  color: #adadad;
}

body ul,
body p,
body h1,
body h2,
body h3,
body h4,
body h5 {
  list-style: none;
  margin: 0;
  padding: 0;
}

body a {
  text-decoration: none;
  color: #adadad;
}

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

.project-btn {
  border-radius: 50px;
  padding: 10px 45px;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  overflow: hidden;
  color: #8d1713;
  z-index: 2;
}

@media (max-width: 768px) {
  .project-btn {
    padding: 5px 25px;
    letter-spacing: 0;
  }
}
.project-btn:before {
  content: "";
  display: block;
  position: absolute;
  background: #faecce;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  border-radius: 50px;
}

.project-btn:after {
  content: "";
  display: block;
  position: absolute;
  background: #fbbd36;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 0;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

.project-btn:hover:after {
  height: 100%;
}

.project-btn:hover {
  color: #8d1713;
}

.project-btn:hover i:before {
  color: #fff;
}

.project-btn i:before {
  transition: all 0.3s;
}

.project-btn i.icon-ico-search:before,
.project-btn i.icon-ico-dl:before {
  padding-right: 10px;
}

.project-btn i.icon-ico-arrowbtn:before {
  padding-left: 10px;
}

.project-btn.dark {
  color: #fff;
}

.project-btn.dark:before {
  background: #8d1713;
}

.project-btn.dark i:before {
  color: #fbbd36;
}

.project-btn.dark:hover i:before {
  color: #fff;
}

.icon-title {
  margin: auto;
  width: 20px;
  display: block;
  text-align: center;
  font-size: 20px;
  position: relative;
}

.icon-title:after {
  content: "";
  display: block;
  width: 2px;
  height: 40px;
  background: #e3e1e0;
  margin: 15px auto 20px;
}

.icon-title.normalbg {
  color: #8d1713;
}

.icon-title.darkmainbg {
  color: #b56363;
}

.icon-title.darkmainbg:after {
  height: 7px;
  width: 1px;
  background: #b56966;
  margin: 10px auto 20px;
}

.icon-title.darkmainbg-title {
  color: #b56363;
}

.icon-title.darkmainbg-title:after {
  display: none;
}

.icon-title.beigebg {
  color: #8d1713;
}

.icon-title.beigebg:after {
  background: #ddcfb1;
}

.maintitle {
  font: normal 33px/40px "Noto Serif", serif;
  color: #000;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .maintitle {
    margin-bottom: 30px;
  }
}
.page-intro {
  margin: 30px auto 65px;
}

@media (max-width: 576px) {
  .page-intro {
    margin: 20px auto 50px;
    padding: 0;
  }
}
.page-intro-bloc {
  background: url(../images/bg-attache1.png) left bottom no-repeat, #8d1713;
  padding: 20px 100px 55px;
  color: #fff;
}

@media (max-width: 992px) {
  .page-intro-bloc {
    padding: 20px 70px 35px;
  }
}
@media (max-width: 576px) {
  .page-intro-bloc {
    padding: 20px 35px 35px;
    text-align: center;
  }
}
.page-intro .fil-ariane {
  font-size: 12px;
  color: #444444;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

@media (max-width: 576px) {
  .page-intro .fil-ariane {
    margin-bottom: 20px;
    padding: 0 15px;
  }
}
.page-intro .fil-ariane li {
  margin-right: 15px;
}

.page-intro .fil-ariane a {
  color: #cecece;
}

.page-intro .fil-ariane a:hover {
  color: #9b9b9b;
}

.scrolldownbtn {
  position: absolute;
  bottom: 30px;
  background: none;
  border: none;
  outline: none;
  animation-duration: 4s;
  display: block;
}

.scrolldownbtn.inside {
  left: calc(50% - 16px);
}

/*////////////////////////////////////////////////////////////   HEADER   /////////////*/
header.top {
  /*////   global   ////*/
  position: fixed;
  padding: 40px 15px;
  z-index: 1100;
  transition: all 0.3s ease-in-out;
  /*////   menu   ////*/
  /*////   burger   ////*/
  /*////   scroll animation   ////*/
  /*////   attachement   ////*/
}

header.top:after {
  content: "";
  display: block;
  background: white;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.05);
  height: 100%;
  width: 100%;
  position: absolute;
  top: -100%;
  left: 0;
  z-index: -1;
  transition: all 0.35s ease-in-out;
}

@media (max-width: 576px) {
  header.top {
    padding: 15px;
  }
  header.top .logo,
  header.top .logo-black {
    max-width: 100px;
  }
}
header.top div.row {
  padding: 0 10%;
  justify-content: space-between;
}

@media (max-width: 576px) {
  header.top div.row {
    padding: 0 3%;
  }
}
header.top .logo-black {
  position: absolute;
  top: 0;
  display: block;
  opacity: 0;
  transition: all 0.3s ease-out;
}

header.top nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /*////   responsive menu   ////*/
}

header.top nav > ul {
  flex-wrap: wrap;
  justify-content: flex-end;
}

header.top nav > ul > li {
  margin: 0 20px;
}

@media (max-width: 1600px) {
  header.top nav > ul > li {
    margin: 0 10px;
  }
}
header.top nav > ul > li > a {
  text-shadow: -1px 0 2px #000, 1px 0 2px #000, 0 -1px 2px #000, 0 1px 2px #000;
}

header.top nav ul a {
  position: relative;
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  transition: all 0.35s ease-in-out;
}

header.top nav ul.d-flex > li:hover > a span {
  display: block;
  animation-name: menuhover;
  animation-duration: 0.8s;
}

header.top nav .custom-select {
  border: none;
  background: url("../images/bg-select-top.png") right center no-repeat;
  height: auto;
  padding: 0 20px 0 5px;
  text-align: right;
  cursor: pointer;
  color: #fbbd36;
  text-transform: uppercase;
}

header.top nav .custom-select:focus {
  box-shadow: none;
}

@media (max-width: 1200px) {
  header.top nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    justify-content: center;
    opacity: 0;
    background: url("../images/bg-attache1.png") left bottom no-repeat, #8d1713;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
  }
  header.top nav ul {
    flex-direction: column;
    align-items: center;
  }
  header.top nav ul li {
    margin: 8px 0;
  }
  header.top nav.animate {
    opacity: 1;
    pointer-events: all;
  }
}
header.top .burger-wrap {
  justify-content: flex-end;
  align-items: center;
}

header.top .burger {
  height: 20px;
  width: 26px;
  cursor: pointer;
  z-index: 1110;
}

header.top .burger .x,
header.top .burger .y,
header.top .burger .z {
  height: 2px;
  width: 26px;
  position: relative;
  background: #fff;
  border-radius: 2px;
  transition: all 200ms ease-out;
}

header.top .burger .y {
  top: 5px;
}

header.top .burger .z {
  top: 10px;
}

header.top .rotate30 {
  transform: rotate(45deg);
  transform-origin: 4px;
}

header.top .rotateneg {
  transform: rotate(-45deg);
  transform-origin: 5px;
}

header.top .aside-particulier {
  position: absolute;
  top: 20px;
  right: calc(10% + 35px);
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1600px) {
  header.top .aside-particulier {
    right: calc(10% + 25px);
  }
}
@media (max-width: 1200px) {
  header.top .aside-particulier {
    top: 90vh;
    right: 50%;
    transform: translateX(50%);
    visibility: hidden;
    pointer-events: none;
  }
  header.top .aside-particulier.open {
    visibility: visible;
    pointer-events: all;
    display: flex;
    flex-direction: column;
  }
}
header.top .aside-particulier a {
  font-size: 11px;
  color: #fff;
  opacity: 0.7;
}

header.top .aside-particulier a:hover {
  opacity: 1;
}

header.top.scrolled {
  padding: 20px 15px;
}

@media (max-width: 576px) {
  header.top.scrolled {
    padding: 10px;
  }
}
header.top.scrolled:after {
  top: 0;
}

header.top.scrolled .logo-black {
  opacity: 1;
}

header.top.scrolled .x,
header.top.scrolled .y,
header.top.scrolled .z {
  background: #8d1713;
}

header.top.scrolled .burger.open .x,
header.top.scrolled .burger.open .y,
header.top.scrolled .burger.open .z {
  background: white;
}

header.top.scrolled nav a {
  color: #8d1713;
  text-shadow: none;
}

@media (max-width: 1200px) {
  header.top.scrolled nav a {
    color: #fff;
  }
}
@media (min-width: 1200px) {
  header.top.scrolled .aside-particulier {
    top: 10px;
  }
  header.top.scrolled .aside-particulier a {
    color: black;
  }
}
header.top .aside {
  position: absolute;
  top: 15rem;
  left: calc(100% - 50px);
  width: 220px;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

header.top .aside i {
  width: 50px;
  text-align: center;
  font-size: 22px;
  display: block;
}

header.top .aside a {
  text-align: center;
  width: 170px;
  height: 100%;
  background: #740f0c;
  font-size: 12px;
  line-height: 20px;
  padding: 3px 0;
}

header.top .aside a span {
  font-size: 18px;
  color: #fbbd36;
  font-weight: bold;
  display: block;
}

header.top .aside.aside-contact {
  background: #8d1713;
  color: #fbbd36;
}

header.top .aside.aside-devis {
  background: #faecce;
  color: #8d1713;
  top: calc(15rem + 60px);
}

header.top .aside.aside-devis a {
  font-size: 14px;
  text-transform: uppercase;
  color: #fbbd36;
  font-weight: bold;
  padding: 15px;
}

header.top .aside:hover,
header.top .aside.hovered {
  left: calc(100% - 220px);
}

header.head-banner {
  background: #000;
  height: 440px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 992px) {
  header.head-banner {
    height: 350px;
  }
}
@media (max-width: 576px) {
  header.head-banner {
    height: 270px;
  }
}
header.head-banner .headimg-banner {
  background-size: cover;
  background-position-x: center;
  background-position-y: 0px;
  background-repeat: no-repeat;
  width: 100%;
}

header.head-banner .headimg-banner img {
  visibility: hidden;
  width: 100%;
  height: auto;
}

.header-title {
  position: absolute;
  color: #fff;
  left: 50%;
  bottom: 30%;
  text-align: center;
  transform: translateX(-50%);
  z-index: 1000;
}

@media (max-width: 576px) {
  .header-title {
    width: 100%;
  }
}
.header-title .subtitle {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  animation-delay: 0.1s;
  display: inline-block;
}

@media (max-width: 576px) {
  .header-title .subtitle {
    font-size: 11px;
    letter-spacing: 3px;
  }
}
.header-title .headtitle {
  font: normal 42px/52px "Noto Serif", serif;
  animation-delay: 0.25s;
}

@media (max-width: 768px) {
  .header-title .headtitle {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 576px) {
  .header-title .headtitle {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .menu ul.nivo2 {
    display: none !important;
    position: relative;
    background: transparent;
    color: #FFF;
    box-shadow: none;
  }
  .menu ul li ul.nivo2 li {
    text-align: center;
    padding: 0;
  }
  .menu ul.nivo2 li a {
    color: #FFF;
  }
  .menu ul.nivo2 li a:hover {
    color: #fbbd36;
  }
}
.aside-particulier {
  display: flex;
}

.aside-particulier .input-group {
  opacity: 0.7;
}

.aside-particulier .linkmoulin {
  min-width: 200px;
  text-align: center;
  display: flex;
}

.aside-particulier .linkmoulin > * {
  margin: auto;
}

.aside-particulier .linkmoulin > img {
  margin-right: 5px;
}

.aside-particulier .linkmoulin > a {
  margin-left: 0;
}

.aside-particulier .input-group-text {
  background-color: transparent;
  border: none;
  margin-bottom: 0 !important;
  border-bottom: 1px solid white;
  border-radius: 0;
  font-size: 0.9em;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.aside-particulier .form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid white;
  line-height: 1;
  border-radius: 0;
  color: white;
  font-size: 0.8em;
}

.aside-particulier .form-control:focus {
  outline: none;
  box-shadow: none;
}

.aside-particulier .icon-ico-search:before {
  color: #fbbd36;
}

@media (min-width: 1200px) {
  header.top.scrolled .aside-particulier .form-control {
    border-color: black;
    color: black;
  }
  header.top.scrolled .aside-particulier .input-group-text {
    border-color: black;
  }
  header.top.scrolled .aside-particulier ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: black !important;
  }
  header.top.scrolled .aside-particulier ::-moz-placeholder {
    /* Firefox 19+ */
    color: black !important;
  }
  header.top.scrolled .aside-particulier :-ms-input-placeholder {
    /* IE 10+ */
    color: black !important;
  }
  header.top.scrolled .aside-particulier :-moz-placeholder {
    /* Firefox 18- */
    color: black !important;
  }
}
@media (max-width: 1200px) {
  header.top .aside-particulier {
    top: 80vh !important;
  }
}
.page-link {
  color: #8d1713;
}

.page-link:hover {
  color: #8d1713;
}

.page-item.active .page-link {
  background-color: #8d1713;
  border-color: #8d1713;
  color: white;
}

.menu {
  position: relative;
}

.menu ul {
  position: relative;
}

/*.menu ul.d-flex > li{
  position: relative;
}*/
.menu ul.nivo2 li a {
  font-size: 15px;
  color: #8d1713;
  vertical-align: middle;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.4s;
}

.menu ul.nivo2 li:hover a {
  color: #fbbd36;
}

.menu ul.nivo2 li i {
  position: absolute;
  right: 5px;
  left: initial;
  display: inline-block;
  top: 10px;
  vertical-align: text-bottom;
}

.menu ul.nivo2 {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  background: #FFF;
  box-shadow: 0 3px 5px;
}

.menu ul li:hover ul.nivo2 {
  display: block;
}

.menu ul li ul.nivo2 li {
  padding: 10px 15px;
}

.menu ul.nivo3 {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0;
  background: #FFF;
}

.menu ul.nivo2 li:hover ul.nivo3 {
  display: block;
}

.menu ul li ul.nivo3 li {
  border: none;
}

@media (max-width: 991px) {
  .menu ul.nivo2 {
    display: none !important;
    position: relative;
    background: transparent;
    color: #FFF;
    box-shadow: none;
  }
  .menu ul li ul.nivo2 li {
    text-align: center;
    padding: 0;
  }
  .menu ul.nivo2 li a {
    color: #FFF;
  }
  .menu ul.nivo2 li a:hover {
    color: #fbbd36;
  }
}
/*////////////////////////////////////////////////////////////   FOOTER   /////////////*/
.reassurance {
  background: url(../images/bg-reassurance.jpg) top center no-repeat;
  background-size: cover;
  padding: 75px 0 85px;
}

@media (max-width: 768px) {
  .reassurance {
    padding: 65px 20px 55px;
  }
}
@media (max-width: 576px) {
  .reassurance {
    background: url(../images/bg-reassurance2.jpg) top center no-repeat;
  }
}
.reassurance > p {
  font: normal 33px/40px "Noto Serif", serif;
  text-align: center;
  color: #fff;
  font-family: "Noto Serif", serif;
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .reassurance > p {
    margin-bottom: 45px;
  }
}
.reassurance-list {
  margin: auto;
  text-align: center;
  font: 600 18px/24px "Open Sans", sans-serif;
  color: #fff;
}

@media (max-width: 768px) {
  .reassurance-list > div {
    margin-bottom: 30px;
  }
}
.reassurance-list i {
  color: #fbbd36;
  font-size: 60px;
  margin-bottom: 20px;
  display: block;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .reassurance-list i {
    margin-bottom: 15px;
  }
}
.reassurance-list p {
  width: 60%;
  margin: auto;
}

@media (max-width: 576px) {
  .reassurance-list p {
    width: 80%;
  }
}
.reassurance-list > div:hover i {
  color: #fccd68;
}

.gmap {
  min-height: 370px;
  background: #f5f5f5;
}

.foot-info {
  background: #8d1713;
  padding: 45px 0 70px;
  color: #c58686;
}

.foot-info a {
  color: #c58686;
}

@media (max-width: 992px) {
  .foot-info {
    text-align: center;
    padding: 40px 0;
  }
  .foot-info div.col-12 {
    margin-bottom: 25px;
  }
}
.foot-info div.container {
  margin: auto;
}

.foot-info h5 {
  text-transform: uppercase;
  color: #fff;
  font: 600 19px/22px "Open Sans", sans-serif;
  letter-spacing: 1px;
  margin-bottom: 17px;
}

.foot-info-social {
  font-size: 24px;
}

@media (max-width: 768px) {
  .foot-info-social {
    font-size: 30px;
  }
}
.foot-info-social a {
  color: #fbbd36;
  margin: 0 15px;
  transition: all 0.3s ease-in-out;
}

.foot-info-social a:hover {
  color: #fff;
}

.foot-info-link li,
.foot-info-gamme li {
  margin: 5px 0;
}

.credit {
  background: #740f0c;
  padding: 20px 0;
  font-size: 12px;
  color: #fff;
}

.credit a {
  color: #fff;
}

.credit ul {
  justify-content: center;
  flex-wrap: wrap;
}

.credit ul li {
  margin: 0 15px;
}

.page-intro {
  margin: 30px auto 25px;
}

#section_modal {
  background-color: red;
}

#section_modal .modal {
  z-index: 999999;
  margin: 5%;
}

#section_modal .modal .modal-content .popup-header {
  background-position: bottom left;
  background-repeat: no-repeat;
  background-color: #8d1713;
  padding: 5%;
  text-align: center;
}

#section_modal .modal .modal-content .popup-body {
  margin: 5%;
}

.quantity {
  position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.quantity input {
  width: 100px;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 1px solid #eee;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}

#reservation .popup-header {
  color: white;
}

#reservation h4 {
  font-family: "Noto Serif";
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 30px;
}

#reservation #votre_projet {
  max-width: 100%;
}

.config_prix {
  margin-top: 2%;
  color: #8d1713;
}

.config_prix .date,
.config_prix .title {
  font-weight: 800;
}

.config_prix .participants_title {
  margin-top: 1%;
  font-weight: 600;
}

.config_prix .total_prix {
  font-weight: 900;
}

.config_prix .total_prix .total {
  padding-top: 30px;
  text-transform: uppercase;
}

.config_prix .total_prix span {
  font-size: 23px;
}

.config_prix .quantity input {
  height: 50px;
  width: 100px;
  color: #8d1713;
  font-weight: 900;
}

.config_prix .quantity-nav .quantity-button {
  color: #8d1713;
  font-weight: 900;
  font-size: 13px;
}

.config_prix .quantity-nav {
  height: 50px;
}

.submit-btn {
  margin-top: 2%;
  text-align: right;
}

.icon-ico-wheat:before {
  content: "\e90e";
}

.filter-form {
  border: 2px solid #cdcdcd;
  padding-right: 0;
}

.filter-form select:focus {
  border: none;
}

.filter-form select {
  position: relative;
  font-family: "Open Sans";
  font-weight: 800;
  font-size: 12px;
  border: none;
  padding: 8px;
  background-color: transparent;
}

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