html,
body,
.container-header,
.content-wrap {
  width: 100%;
  height: 100%; }

body {
  font-weight: 400;
  font-family: 'Raleway', Arial, sans-serif;
  color: #6b665a; }
  body #cdawrap {
    top: auto;
    bottom: 35px;
    right: 35px;
    border: 1px solid rgba(131, 135, 151, 0.6); }

.menu-wrap {
  position: fixed;
  z-index: 1001;
  width: 320px;
  height: 100%;
  background: #2f3138;
  padding: 2.5em 1.5em 0;
  font-size: 1.15em;
  -webkit-transform: translate3d(-320px, 0, 0);
  transform: translate3d(-320px, 0, 0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
  .menu-wrap a {
    color: #BB9955; }
    .menu-wrap a:hover {
      color: #c94e50; }
    .menu-wrap a:focus {
      color: transparent; }

.menu-button {
  position: fixed;
  z-index: 1000;
  margin: 1em;
  padding: 0;
  width: 2.5em;
  height: 2.25em;
  border: none;
  text-indent: 2.5em;
  font-size: 1.5em;
  color: transparent;
  background: transparent; }
  .menu-button::before {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    bottom: 0.5em;
    left: 0.5em;
    background: linear-gradient(#BB9955 20%, transparent 20%, transparent 40%, grey 40%, grey 60%, transparent 60%, transparent 80%, #BB9955 80%);
    content: ''; }
  .menu-button:hover {
    opacity: 0.6; }

.close-button {
  width: 1em;
  height: 1em;
  position: absolute;
  right: 1em;
  top: 1em;
  overflow: hidden;
  text-indent: 1em;
  font-size: 0.75em;
  border: none;
  background: transparent;
  color: transparent; }
  .close-button::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: 50%;
    background: #bdc3c7;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .close-button::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: 50%;
    background: #bdc3c7;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.menu {
  height: 100%; }

.icon-list {
  height: 100%;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0s 0.4s;
  transition: transform 0s 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
  .icon-list a {
    display: block;
    padding: 0.8em;
    -webkit-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0);
    -webkit-transition: -webkit-transform 0s 0.4s;
    transition: transform 0s 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
    .icon-list a:nth-child(2) {
      -webkit-transform: translate3d(0, 1000px, 0);
      transform: translate3d(0, 1000px, 0); }
    .icon-list a:nth-child(3) {
      -webkit-transform: translate3d(0, 1500px, 0);
      transform: translate3d(0, 1500px, 0); }
    .icon-list a:nth-child(4) {
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0); }
    .icon-list a:nth-child(5) {
      -webkit-transform: translate3d(0, 2500px, 0);
      transform: translate3d(0, 2500px, 0); }
    .icon-list a:nth-child(6) {
      -webkit-transform: translate3d(0, 3000px, 0);
      transform: translate3d(0, 3000px, 0); }
    .icon-list a span {
      margin-left: 10px;
      font-weight: 700; }

.show-menu .menu-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
.show-menu .icon-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
  .show-menu .icon-list a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-duration: 0.9s;
    transition-duration: 0.9s; }
.show-menu .content::before {
  opacity: 1;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/*#### HEADER ####*/
/* Trigger Button */
.header {
  position: relative;
  margin: 0 auto;
  min-height: 100vh;
  width: 100%;
  background-image: url(../../images/road_mountains.jpg);
  background-size: cover;
  background-position: bottom; }
  .header::after {
    width: 100%;
    height: 92%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 99;
    background: rgba(187, 153, 85, 0.1); }

.bg-img {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .bg-img img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100vh; }
  .bg-img::after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 99;
    background: rgba(0, 0, 0, 0.33); }

.title {
  z-index: 1000;
  margin: 0 auto;
  padding: 0 1.25em;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 25px; }
  .title h1 {
    padding: 0 0 0.2em;
    color: #fff;
    font-weight: 800;
    font-size: 2.5em;
    margin: 0 auto;
    line-height: 1; }
  .title p {
    color: #fff;
    padding: 0 0 0.6em;
    font-weight: 300;
    font-size: 0.85em;
    margin: 0 auto; }
  .title p.subline {
    line-height: 1;
    font-size: 1.75em; }

button.trigger {
  position: fixed;
  bottom: 40px;
  left: 50%;
  z-index: 5000;
  display: block;
  margin-left: -0.5em;
  padding: 0;
  width: 1em;
  height: 1em;
  border: none;
  background: transparent;
  color: transparent;
  font-size: 2.5em;
  cursor: pointer; }
  button.trigger::before {
    position: absolute;
    bottom: 100%;
    left: -100%;
    padding: 0.8em;
    width: 300%;
    color: #fff;
    content: attr(data-info);
    font-size: 0.35em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-weight: bold; }
  button.trigger:focus {
    outline: none; }
  button.trigger span {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%; }
    button.trigger span::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      color: #212121;
      content: "\e097";
      text-transform: none;
      font-weight: normal;
      font-style: normal;
      font-variant: normal;
      font-family: 'icomoon';
      line-height: 1;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

.fleche-effet:not(.notrans) button.trigger {
  -webkit-transition: opacity 0.3s 0.5s;
  transition: opacity 0.3s 0.5s; }

.fleche-effet.modify:not(.notrans) button.trigger {
  opacity: 0;
  pointer-events: none;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

div.telephone a:hover {
  text-decoration: none !important; }

.demo-wave body #cdawrap {
  top: 35px;
  right: 35px;
  bottom: auto; }

.content-wrap {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.content {
  position: relative;
  background: #fff; }
  .content::before {
    position: relative;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: opacity 0.4s, -webkit-transform 0s 0.4s;
    transition: opacity 0.4s, transform 0s 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

.img-name {
  position: relative;
  height: 80%;
  justify-content: center;
  background-size: cover;
  overflow: hidden; }

.img-header-admin {
  background-image: url(../../images/auto_sports.jpg);
  position: relative;
  height: 80%;
  justify-content: center;
  background-size: cover;
  overflow: hidden; }

.img-name-taille {
  height: 600px; }

.bar-header {
  padding: 20px;
  background: #BB9955;
  margin-top: -80px;
  color: white;
  font-size: 30px; }

.triangle {
  display: block;
  height: 0;
  width: 0;
  border-top: 25px solid #BB9955;
  border-right: 88vh solid transparent;
  border-left: 88vh solid transparent;
  margin: auto; }

.title-info {
  font-size: 3rem;
  color: #fff;
  font-weight: bold; }

.button-reserver {
  border: none;
  outline: none;
  width: 200px;
  height: 60px;
  font-size: 30px;
  font-weight: 700; }

.three {
  background-color: transparent;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: all .8s ease-in-out;
  border: 2px solid #FFFFFF; }
  .three:before {
    content: "";
    display: inline-block;
    width: 200px;
    height: 200px;
    position: absolute;
    background-color: #2f3138;
    left: 0;
    top: 70px;
    transition: all .8s ease-in-out;
    z-index: -2; }
  .three:after {
    content: "";
    display: inline-block;
    width: 200px;
    height: 200px;
    transform: rotate(180deg);
    position: absolute;
    background-color: #2f3138;
    left: 0;
    top: -300px;
    transition: all .8s ease-in-out;
    z-index: -3; }
  .three:hover {
    color: #BB9955; }
    .three:hover:after {
      top: 0; }
    .three:hover:before {
      top: 0; }

button a {
  color: #fff; }
  button a:hover {
    color: #BB9955;
    text-decoration: none; }

h3 span {
  font-size: 2.5rem !important; }
  h3 span:after {
    content: "";
    display: block;
    width: 160px;
    height: 4px;
    background-color: #BB9955;
    margin: 20px auto; }

section.objectif {
  background: #e9ecef; }

.objectif-bubble {
  width: 4%; }

.slogan {
  color: #BB9955;
  font-style: italic;
  text-align: center;
  font-size: 35px; }

.img-objectif {
  height: 290px;
  max-width: 100%;
  background-size: cover;
  background-position: -140px 0px;
  box-shadow: 5px 10px 10px lightgrey; }

.name {
  font-style: italic;
  margin: 0;
  font-size: 1em;
  line-height: 2em; }

.background-prix {
  background: #2f3138;
  padding: 19px 0;
  color: #fff;
  margin-left: -15px; }

.border-left-reserver {
  border-left: 1px solid #2f3138;
  height: 70px;
  position: absolute;
  margin-top: -17px; }

.fa-check-square {
  color: #2f3138; }

@keyframes buttonIn {
  0% {
    transform: skew(-45deg) translateX(-150%); }
  100% {
    transform: skew(-45deg) translateX(-50%); } }
@keyframes buttonOut {
  0% {
    transform: skew(-45deg) translateX(-50%); }
  100% {
    transform: skew(-45deg) translateX(150%); } }
button.btn-objectif-reserver {
  position: relative;
  display: inline-block;
  border: 2px solid #BB9955;
  font: inherit;
  padding: 10px 45px;
  text-transform: uppercase;
  color: #BB9955;
  overflow: hidden;
  cursor: pointer;
  font-size: 20px;
  background-color: transparent;
  font-weight: bold;
  transition: all 250ms ease;
  text-decoration: none;
  letter-spacing: 1px;
  box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.2); }
  button.btn-objectif-reserver:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 150%;
    height: 100%;
    background-color: #BB9955;
    z-index: -1;
    transform: skew(-45deg) translateX(-150%); }
  button.btn-objectif-reserver:hover {
    font-weight: bold;
    color: #fff;
    box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.6); }
    button.btn-objectif-reserver:hover:before {
      animation: buttonIn 300ms ease-out forwards; }

.bar-info {
  padding: 20px;
  background: #BB9955;
  margin-top: -80px;
  color: white; }

div.test p span {
  font-size: 16px !important; }

.fond-img-actu-mission-services {
  width: 100%;
  height: 300px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  outline: 2px solid white;
  outline-offset: -15px;
  background-color: #BB9955;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.5); }
  .fond-img-actu-mission-services .img-actu-mission-services {
    overflow: hidden;
    min-width: 250px;
    height: 300px;
    position: relative;
    opacity: 0.88;
    backface-visibility: hidden;
    transition: all 0.4s ease-out; }
    .fond-img-actu-mission-services .img-actu-mission-services img {
      position: absolute;
      z-index: 1;
      left: 50%;
      top: 50%;
      height: 119%;
      width: auto;
      transform: translate(-50%, -50%);
      backface-visibility: hidden; }
    .fond-img-actu-mission-services .img-actu-mission-services:hover {
      backface-visibility: hidden;
      transform: scale(1.15, 1.15);
      opacity: 1; }

.titre-actu-service {
  color: #2f3138;
  font-weight: 700; }
  .titre-actu-service:after {
    display: block;
    content: "";
    width: 126px;
    border: 2px solid #BB9955;
    margin-top: .5rem;
    margin-left: -1.8rem; }

.titre-mission {
  color: #2f3138;
  font-weight: 700; }
  .titre-mission:after {
    display: block;
    content: "";
    width: 180px;
    border: 2px solid #BB9955;
    margin-top: .5rem;
    margin-left: 24.4rem; }

section.actualites, section.services {
  text-align: left; }

section.mission {
  text-align: right; }

section.top-info span, p {
  font-size: 17.92px; }

.img-top-info {
  width: 35%;
  display: block; }

.text-admin-horaire {
  background-color: #2f3138;
  color: #fff;
  position: relative; }

.btn {
  font-size: 20px;
  background: none;
  cursor: pointer;
  padding: 5px 15px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #fff; }
  .btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
  .btn:before {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased; }

.btn-losange {
  overflow: hidden; }
  .btn-losange:after {
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg); }
  .btn-losange:hover {
    color: #6b665a; }
    .btn-losange:hover:after {
      height: 260%;
      opacity: 1; }
  .btn-losange:active {
    color: #6b665a; }
    .btn-losange:active:after {
      height: 400%;
      opacity: 1; }

div.bar-header span a button {
  color: #fff; }
  div.bar-header span a button:hover {
    color: #BB9955; }

.modal-header {
  border-bottom: none !important; }

.modal-body {
  padding: 0 !important; }

.modal-footer {
  border-top: none !important;
  justify-content: center !important; }

.modal-content {
  border: 2px solid #BB9955; }

.titre-horaires:after {
  content: "";
  display: block;
  width: 160px;
  height: 4px;
  background-color: #BB9955;
  margin: 15px -60px; }

.footer {
  background-color: #2f3138;
  color: #fff; }

.triangle-footer {
  border-bottom: 25px solid #BB9955;
  display: block;
  height: 0;
  width: 0;
  border-right: 88vh solid transparent;
  border-left: 88vh solid transparent;
  margin: auto;
  margin-bottom: 5rem !important; }

section.footer {
  text-align: left; }
  section.footer div p {
    margin: 2px 0 !important;
    font-size: 13.5px !important; }
  section.footer a {
    font-size: 12px;
    font-weight: 500;
    color: #fff; }

.btn_fb {
  padding-top: 1px;
  position: relative;
  display: block;
  border-radius: 3px;
  background: #3b5998;
  width: 160px;
  height: 42px;
  padding-left: 60px;
  margin-top: 1rem; }
  .btn_fb:hover {
    text-decoration: none !important; }

.btn_fb:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 15px;
  display: block;
  background: url(../../images/facebook.png) no-repeat;
  width: 32px;
  height: 32px; }

.logo-cb {
  margin-left: -10px; }

.contact-footer {
  margin-top: 1rem !important;
  font-size: 13.5px !important; }

.margin-btn-accueil {
  margin-left: 3.7rem; }

div.carousel-item img {
  height: 70vh; }

.carousel-control-next-icon, .carousel-control-prev-icon, .carousel-indicators li {
  display: none !important; }

.carousel-caption {
  bottom: 170px !important; }

#carouselExampleCaptions::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 99;
  background: rgba(187, 153, 85, 0.2); }

div#carouselExampleCaptions h2 {
  color: #fff;
  font-size: 2.5em;
  font-weight: 700; }
div#carouselExampleCaptions p {
  color: #fff;
  font-size: 2rem;
  font-weight: 700; }

.titre-hover-page {
  font-size: 3rem; }
  .titre-hover-page:after {
    content: "";
    display: block;
    width: 160px;
    height: 4px;
    background-color: #BB9955;
    margin: 15px auto; }

section.tarif span::after {
  display: none; }

span.decor {
  border: 2px solid #212121;
  height: 15px;
  width: 15px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  top: 15px; }
  span.decor::before {
    background: #212121 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: -95px;
    position: absolute;
    top: 6px;
    width: 80px; }
  span.decor::after {
    background: #212121 none repeat scroll 0 0;
    content: "";
    height: 2px;
    right: -95px;
    position: absolute;
    top: 6px;
    width: 80px; }

.border-prix-2 {
  border-left: 2px solid #BB9955;
  border-top: 2px solid #BB9955; }

.border-prix {
  border-right: 2px solid #BB9955;
  border-bottom: 2px solid #BB9955; }

/*# sourceMappingURL=style.css.map */
.cc-deny {
  display: none;
}
