html {
  margin: 30px;
  height: 100%;
}
body {
    background-color:#181818;
    height: 100%;
    font-size:15px;
    color: #FFF; 
font-family: 'Noto Serif Khojki', cursive;
}
p {
    font-family: 'Noto Serif Khojki', cursive;
}
strong {
    font-weight:700;
}
#left {
  left: 0;
}
#right {
  right: 0;
}
#top {
 top: 0;
 text-align:right;
 margin-right:30px;    
}
#top .btn {
    background-color:transparent;
    color: #181818;    
    padding: 0 12px 5px;
    margin-top: 3px;
    font-weight: normal;
    text-transform: capitalize;
    margin-left:2px;
    font-size:12px;
}
#top .btn.green {
/*    background-color:#AE841A;
    color: #FFF; */   
}
#top .btn:hover {
    background-color:#AE841A;
    color: #FFF;    
}
#bottom {
  bottom: 0;
}
#left, #right {
  top: 0;
  bottom: 0;
  width: 30px;
}
#top, #bottom, #left, #right {
  background: #FFF;
  position: fixed;
  z-index: 9999;
}

.je_reserve {
  display: inline-block;
  height: 120px;
  width: 66px;
  position: fixed;
  top: 280px;
  right: 10px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: center 50%;
  background-image: url(../img/icon/je-reserve.png);
  background-color: #FFF;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 10000;
}
.je_reserve:hover, .me_rappeler:hover {
  background-color: #EFEFEF;
}
.me_rappeler {
  display: inline-block;
  height: 100px;
  width: 66px;
  position: fixed;
  top: 380px;
  right: 10px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: center 50%;
  background-image: url(../img/icon/me-rappeler.png);
  background-color: #AE841A;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 10000;
    
}
.me_rappeler:hover {
  background-color: #CCC;
}

.compteur h2 span, .compteur h3 span {
color:#FFF;
}
.compteur h2, .compteur h3, .compteur .counter-text {
    color:#000;
}
.compteur .counter-3-wrap .counter-number {
  font-family: 'Open Sans', sans-serif;
  font-size: 50px;
  font-weight: bold;
  margin-top: 10px;
  letter-spacing: 1px;
  color: #000;
}
.compteur .counter-3-wrap span.plus {
font-size: 22px;
margin-bottom: 120px;
color: #000;
}
.compteur .heading-wrap hr {
border-top: 1px solid #000;
}

/**************************/
/*      Écran modal       */
/**************************/
.modal {
  z-index: 10050;
}
.modal-default-dialog {
  top: 40px;
}
.modal-dark.modal-default-fade {
  background-color: rgba(0,0,0,0.70);
}
.modal-default-header {
  border: none;
  text-align: left;
  padding: 20px 0 0;
  background: #AE841A;
}
.modal-default-header img {
  margin-left:20px;
}
.modal-dark .modal-default-body {
  background: #AE841A;
  padding:30px 20px;
}
.modal-default-content {
  background-color: transparent;
  -webkit-border-radius: 0px;
  border-radius: 0px;
left: 12%;
width: 75%;
border: none;
overflow: hidden;
box-shadow: none;
position: relative;    
}
.modal-default-content p {
color:#FFF;
line-height:normal;
margin-bottom:20px;
}
.modal-default-content .span span {
color:#FFF;
font-size:12px;
}
.modal-header .close {
  margin: 20px;
}
.modal-header .close:hover, .modal-default-content.modal-default-header > button:hover {
    color:#AE841A;
    opacity:1;
}
.modal-default-header > button {
  opacity: 1;
  z-index: 1;
  left: 10px;
  border: none;
  bottom: 17px;
  outline: none;
  font-size: 75px;
  text-shadow: none;
  position: relative;
  font-weight: 100;
  padding: 0 9px;
  -webkit-transition: color 0.5s ease-in-out 0s;
  transition: color 0.5s ease-in-out 0s;
  color: #FFF;
}

.modal-default-content .form-group input, .modal-default-content .form-group select, .modal-default-content .form-group textarea {
  color: #2B3346;
  font-weight:400;
  font-size:14px;
}
.modal-default-content .form-group .mail {
  float:left;
  width:52%;
  margin-right:3%;
}
.modal-default-content .form-group .telephone {
  float:left;
  width:45%;
}
.modal-default-content .form-group .clear {
  clear:both;
}
.modal-default-content .btn-gray:hover {
  background-color: #FFF;
  color: #2B3346;
}

a, p a {
    color: #fff;
    text-decoration: none;
}
h1, h2, h3, h4 {
font-family: 'Noto Serif Khojki', cursive;
  color: #fff;
}
.bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, 
.bg-black h1, .bg-black h2, .bg-black h3, .bg-black h4, 
.bg-dark a, .bg-dark p a, .bg-black a, .bg-black p a {
  color: #FFF;
}
.bg-blue h1, .bg-blue h2, .bg-blue h3, .bg-blue h4, 
.bg-blue p, .bg-blue a, .bg-blue p a {
  color: #AE841A;
}
.bg-blue p, .bg-blue ul li {
  color: #FFF;
}
.description p a, .description li a {
    color: #2B3346;
    text-decoration: underline;
}
.bg-dark .description p a, .bg-dark .description li a, 
.bg-black .description p a, .bg-black .description li a {
    color: #FFF;
}
a:hover, .description p a:hover, .description li a:hover {
    color: #AE841A;
    text-decoration: none;
}
.in_th_022_slide {
    top:35%;
    width:100%;    
}
.in_th_022_slide > h2 {
    left:6%;
    color: #AE841A;
    font-size: 42px;
    font-weight: 600;
    font-family: 'Noto Serif Khojki', cursive;
    margin-bottom:15px;
}
.in_th_022_slide > h3 {
  color: #FFF;
  font-size: 26px;
  font-weight: 300;
  font-family: 'Noto Serif Khojki', cursive;
  text-transform: none;
}
.in_th_022_slide > p {
    color: #AE841A;
}
.col-md-12.ligne-vehicule {
    margin-top:30px;
}
.col-md-12.ligne-vehicule hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
  border-top: 0 solid #eee;
}
.col-md-12.ligne-vehicule .pricing-1-box {
    background-color:#CCC;
    border: 1px solid #CCC;
    padding:10px;
}
.col-md-12.ligne-vehicule .pricing-1-box .cost {
  padding: 0 0 10px;
  border-bottom: 0;
  margin-bottom: 0;
}
.col-md-12.ligne-vehicule .pricing-1-box ul li {
  color: #000;
  margin-bottom: 4px;
}
.col-md-12.ligne-vehicule .pricing-1-box ul.prix {
  margin-top: 10px;
}
.col-md-12.ligne-vehicule .pricing-1-box ul.prix li.icones {
  margin-top:20px;
}

.detail-resa-3 .col-md-12.ligne-vehicule .img-responsive {
  float: left;
  margin: 10px 0 0 80px;
  max-width: 480px;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    color: #AAAAAA;
}
.bg-dark h1 span, .bg-dark h2 span, .bg-dark h3 span, .bg-dark h4 span, .bg-dark h5 span, .bg-dark h6 span, 
.bg-black h1 span, .bg-black h2 span, .bg-black h3 span, .bg-black h4 span, .bg-black h5 span, .bg-black h6 span {
    color: #AE841A;
}
h1 strong {
    color:#AAAAAA;
}
.bg-dark h1 strong, .bg-black h1 strong {
    color:#AE841A;
}
.heading-title, .heading-title-2 {
  font-size: 30px;
}
.theme-creative-2 {
  padding-top: 0;
}
.faq p, .cadre-features p, .faq li, .cadre-features li {
    font-size: 14px;
    line-height: 24px;
    color: #FFF;
}
#bg-img h1 {
    font-size: 26px;
    line-height: 30px;
    color:#AE841A;
}

.bg-black .txt-light {
    color: #999 !important;
}
.bg-black p {
    color:#FFF !important;
}
.bg-black h1, .bg-black h1.txt-light {
    color: #FFF !important;
}
.contact-form-2 .form-control {
    color: #FFF;
}
.contact-form-2 .btn {
    background-color: #FFF;
    color:#000;
}
.theme-creative-2 {
/*    background:#000 url("../img/fond-argent-05.jpg") no-repeat center top;
*/}
#contact hr {
    border-top: 1px solid #999;
}
.contact-form-2 .form-group .form-control {
    border: 1px solid #999;
}
.heading-title-3, h2, .bg-0 h2, .bg-3 h2, .bg-0 h3, .bg-3 h3 {
    color: #AE841A;
    font-weight:300;
}

/**************************/
/*     Fond couleur       */
/**************************/

/* blanc */
.bg-0 {
    background:#fafafa;     
}
/* couleur claire */
.bg-yellow {
    background-color: #AE841A;
    color:#111;
}
/* couleur foncée */
.bg-blue {
    background:#333;
    color:#FFF;
}
/* gris foncé */
.bg-dark {
    color:#FFF;
    background:#AE841A;     
}
/* noir */
.bg-black {
    color:#FFF;
    background:#373737;     
}

.bg-montagne-1 {
    background-color: #181818;
    background:#181818 url("../img/ligne_montagne_01.png") no-repeat center top;
    padding:200px 0 50px !important;
    margin-top: -70px;    
}
.bg-montagne-2 {
    background-color: #181818;
    background:#181818 url("../img/ligne_montagne_02.png") no-repeat center top;
    padding:200px 0 50px !important;
    margin-top: -50px;    
}
.bg-montagne-moderne {
    background-color: #181818;
    background:#181818 url("../img/ligne_montagne_moderne.png") no-repeat center top;
    padding:200px 0 50px !important;
    margin-top: -60px;    
}
.bg-ville {
    background-color: #181818;
    background:#181818 url("../img/ligne_ville_01.png") no-repeat center top;
    padding:200px 0 50px !important;
    margin-top: -100px;    
}
.bg-route-1 {
    background-color: #181818;
    background:#181818 url("../img/ligne_route_01.png") no-repeat center top;
    padding: 480px 0 50px !important;
    margin-top: -80px;
}
.bg-route-2 {
    background-color: #181818;
    background:#181818 url("../img/ligne_route_02.png") no-repeat center top;
    padding: 320px 0 50px !important;
    margin-top: -70px;
}

.box-slide-2.owl-theme .owl-dots .owl-dot.active span,
.box-slide-2.owl-theme .owl-dots .owl-dot:hover span {
	background: #2B3346;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #555;
}

/**************************/
/*       cadre equipe     */
/**************************/
.about {
  position: relative;
}
.about .box-left img {
    top: 70px;
    left: 50px;
    position: relative;
    width: 290px;
    height: 450px;
    overflow: hidden;
    box-shadow: 0 23px 44px rgba(0, 0, 0, 0.25);    
}
.about .box-right img {
    right: 0;
    top: -10px;
    position: relative;
    width: 290px;
    height: 450px;
    overflow: hidden;
    box-shadow: 0 23px 44px rgba(0, 0, 0, 0.25);    
}
/**************************/
/* cadre cadre_intro */
/**************************/
.content-intro {
    background-color:#664A1E;
}
.rlAccordion > h4 {
  border: 1px solid #E1E1E1;
  box-shadow: 0 23px 44px rgba(0, 0, 0, 0.25);
  background-color: transparent;
  color: #2B3346;
}

/**************************/
/*   cadre cadre_intro_1  */
/**************************/
.cadre_intro_1 {
    background-color:#0070C0;
}
.cadre_intro_1 p {
    font-size:13px;
    line-height: 22px;
    color:#2B3346;
}
.cadre_intro_1 .heading-des {
    color:#111;
}
.cadre_intro_1 .border-v-gray > [class*="col-"]::before {
    background-color: #d3ae19;
}
.cadre_intro_1 .heading-title span {
    color: #FFF;
}

/**************************/
/*  cadre cadre_intro_3   */
/**************************/
.cadre_intro_3 {
    background-color:#333;
}
.cadre_intro_3 .heading-title, .cadre_intro_3 p span {
    color:#0070C0;
}
.cadre_intro_3 p.heading-intro {
    font-size:14px;
    line-height:20px;
    color:#FFF;
}
.cadre_intro_3 .border-v-gray > [class*="col-"]::before {
    background-color: #444;
}
.cadre_intro_3 .heading-slide-orange span {
    color: #FFF;
}

/**************************/
/* cadre avantages */
/**************************/
.cadre_avantages {
    background-color: #222;
    color:#999;
}
.txt-square {
    color:#2B3346;
    font-size: 9px;
    line-height: 14px;
    padding: 0;
    font-weight: normal;
    border: 0px solid #333;
    letter-spacing: 3px;
    text-transform: none;
}
.txt-square.titre {
    color: #030102 !important;
    font-size: 12px;
    line-height: 18px;
    padding: 20px;
    font-weight: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.txt-square.titre strong {
    color: #0070C0 !important;
}

/**********************/
/* photos adventure */
/**********************/
.bg-0 .tour p, .bg-0 .tour .price {
    background-color:#FFF;
}
.bg-0 .tour.line-r-dark::before {
    background-color: #2B3346;
}
.bg-3 .bg-6 {
    background-color:#2B3346;
}
.bg-3 .bg-6 h2 {
    color:#0070C0 !important;
}
.bg-3 .tour p, .bg-3 .tour .price {
    background-color:#EFEFEF;
}
.bg-3 .tour.line-r-dark::before {
    background-color: #2B3346;
}
.bg-3 .heading-title span {
    color:#555;
}
.bg-3 .heading-side-l span {
    color:#FFF;
    opacity:.3;
}
.bg-3 .heading-side-l .line-orange-l {
    background-color:#FFF;
}

/************************************/
/*  cadre Texte - slider 50% - 50%  */
/************************************/
.slide-text-image {
    background:#000 url("../img/fond-argent-04.jpg") no-repeat center top;
    color:#FFF;
}
#resa .slide-text-image {
    padding-top:200px;
}
.slide-text-image .heading-intro {
    line-height:2;
}
.slide-text-image p span {
    color: #2B3346;
}
.slide-text-image .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
    text-align: right;
}
.slide-text-image h1, .slide-text-image h2 {
    color:#AAAAAA;
}
.slide-text-image .border-v-gray > [class*="col-"]::before {
    background-color: #404040;
}
.slide-text-image .sep-orange-2, .slide-text-image .sep-orange-2::before {
    background: #777;
}

/************************************/
/*                FAQ               */
/************************************/
.faq {
    color:#FFF;
    background-color:#2B3346;
}
.faq p {
    font-size: 14px;
    line-height: 24px;
    color:#FFF;
}
.faq h2 {
    color:#AAAAAA;
}
.faq li {
    font-size: 13px;
    line-height: normal;
    color: #AAAAAA;
}
.faq .line-orange-l {
    background-color:#AAAAAA;
}
.faq .rlAccordion > h4 {
    background-color: #AAAAAA;
    border: 1px solid #AAAAAA;
    color: #AAAAAA !important;
}
.faq .rlAccordion > h4 + div {
    border-left: 1px dashed #888;
    padding: 10px 0 20px 20px;
}

/**************************/
/*     section features   */
/**************************/

.section_icones {
    background-color: #181818;
    padding:50px 0 50px;
}
.section_icones div.clients-1 div {
    text-align: center;
    vertical-align: middle;
}
.section_icones div.clients-1 div p {
    font-size:12px;
    line-height:18px;
    margin-top:20px;
    color:#AE841A;
}

/**************************/
/*     cadre 3 photos     */
/**************************/

.cadre_3_photos .box-info {
    text-align: center;
    background:transparent url("../../templates/images/background_transparent_blanc_70.png") repeat center top;
    color:#2B3346;
}
.cadre_3_photos .box-info h3 {
    font-size:18px;
    margin:0;
    padding:0;
    color:#2B3346;
    border-bottom:1px dashed #2B3346;
}
.cadre_3_photos .box-info p {
    font-size:12px;
    color:#111;
}
.cadre_3_photos .box-info .btn {
    background-color:#2B3346;
    color:#FFF;
}
.cadre_3_photos .box-info .btn:hover {
    color:#0070C0;
}
.cadre_3_photos .box-texte .btn {
    background-color:#FFF;
    color:#2B3346;
}
.cadre_3_photos .box-texte .btn:hover {
    color:#0070C0;
}


/**************************/
/*     cadre 4 photos     */
/**************************/
.bg-dark.cadre_4_photos {
    background: #222;
    color:#FFF;
}
.bg-dark.cadre_4_photos .col-md-6 h2 {
    color: #AAAAAA;
}
.bg-blue.cadre_4_photos .col-md-6 h3, .bg-blue.cadre_4_photos p {
    color: #FFF;
}
.bg-dark.cadre_4_photos .sep-orange-2, .bg-dark.cadre_4_photos .sep-orange-2::before {
    background: #AAAAAA;
}
.bg-blue.cadre_4_photos i {
    color: #2B3346;
}
.bg-yellow .tour p, .bg-yellow .tour .price {
    background-color:#0070C0;
}
.bg-yellow .tour.line-r-dark::before {
    background-color: #2B3346;
}
.tour.line-r-dark::before {
    background-color:transparent;
}
.bg-dark .tour h3 {
    color:#FFF;
}
.bg-dark .tour .price, .bg-dark .tour .price i {
    color:#AAAAAA;
}
.bg-dark .tour.line-r-dark p.sous-titre {
    color:#AAAAAA;
}
.bg-dark .heading-des {
    color:#FFF;
}
.bg-dark .tour p, .bg-dark .tour .price {
    background-color:#222;
}
.bg-dark .tour .dot {
    border-top: 1px solid #AAAAAA;
}
.bg-dark .tour .price {
    color:#2B3346;
    margin-top: 1px;
}
.bg-dark .tour .dot {
    top: 60px;
}
.bg-blue .tour .dot {
    border-top: 1px solid #2B3346;
}
.bg-blue .tour.line-r-dark p.sous-titre {
    color:#2B3346;
    font-weight:400;
}
.tour a.btn {
    background-color:#0070C0;
    font-weight:normal;
    display:inline-block;
    color:#FFF;
    font-size:9px;
}
.tour a.btn:hover {
    background-color:#FFF;
    color:#2B3346;
}
.bg-dark .tour a.btn {
    background-color:#AAAAAA;
    color:#2B3346;
}
.bg-dark .tour a.btn:hover {
    background-color:#FFF;
    color:#2B3346;
}
.work-6-des div {
    background:transparent url("../../templates/images/background_transparent_blanc_90.png") repeat center top;
    margin:50px;
    padding:20px;
}
.work-6-item {
    cursor: pointer;
}
.work-6-overlay {
    background-color:transparent;
    border: 0px solid #FFF;
}
.heading-side-l, .heading-side-r {
  background-color: #AE841A;
}
.heading-side-l h2, .heading-side-r h2 {
  color: #2B3346 !important;
}
.sep-orange-2, .sep-orange-2::before {
    background: #2B3346;
}
.bg-dark .sep-orange-2, .bg-dark .sep-orange-2::before, 
.bg-black .sep-orange-2, .bg-black .sep-orange-2::before {
    background: #AE841A;
}
.bg-black .btn, bg-dark .btn, .btn-dark, .btn-dark:focus, .btn-gray, .btn-gray:focus {
    background:#AE841A;
    color:#2B3346;
    border: 1px solid #AE841A;
    font-weight:600;
    line-height:1.2;
    font-size:12px;
}
.bg-black .btn:hover, bg-dark .btn:hover {
    background-color: #FFF;
    color:#2B3346;
    border: 1px solid #FFF;
}
.line-orange-l {
  width: 220px;
  height: 4px;
  background-color: #AE841A;
  margin: 20px auto 20px 0;
}

#header-megamenu {
}
ul#dropdown-slide {
    margin:70px 0 0 0;
}
.slider-booking.sans-api {
    top:auto;
    left:auto;
    position:relative;
}
.slider-booking.sans-api .heading-side-l h2, .slider-booking.sans-api .heading-side-r h2 {
    color: #AAAAAA;
}
.row div.moteur {
    position:relative;
    border: 0px solid #AAAAAA;
    opacity:1;
    padding:20px 32px 22px 70px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 0 24px rgba(0,0,0,0.11);
	background: #383838;
/*	background: -moz-linear-gradient(left, rgba(160,102,13,1) 1%, rgba(225,181,103,1) 100%);
	background: -webkit-linear-gradient(left, rgba(160,102,13,1) 1%,rgba(225,181,103,1) 100%);
	background: linear-gradient(to right, rgba(131,103,54,1) 1%,rgba(193,172,135,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A0660D', endColorstr='#DCB060',GradientType=0 );
*/}
.row div.moteur:hover {
/*    background:#0070C0;
*/}
.row div.moteur h3 {
    font-size: 12px;
    line-height: normal;
    margin: 2px;
    text-align: justify;    
}
.row div.moteur .heading-side-l, .row div.moteur .heading-side-r {
    width: auto;
    height: auto;
    position: absolute;
    bottom: 0;
    top:auto;
    left: 50px;
    background-color: transparent;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    padding-top: 0;
    z-index: 100;
    margin-left: -30px;
    color: #030102 !important;
}
.section-avantages {
    background-color:#222;
}
.section-avantages h2 {
    color:#0070C0;
}
.section-avantages h5 {
    color:#FFF;
}
.cd-top {
    background-color:#8d8d8d;
}
.cd-top.cd-fade-out {
    opacity: 1;
}
.service-1-up ul li:nth-of-type(2n+1), .service-1-down ul li:nth-of-type(2n+1), .service-1-left ul li:nth-of-type(2n+1), .service-1-right ul li:nth-of-type(2n+1) {
    background-color: #0070C0;
    color:#222;
}
.section-avantages .service-1-down h2, .section-avantages .service-1-up h2 {
    color:#222;
}
.section-avantages .service-1-down .number, .section-avantages .service-1-up .number {
/*    color:#0070C0;
*/}
.menu-dark .nav-transparent-dropdown-menu {
    background: #000 !important;
    box-shadow: 0px 1px 2px #222;
}
.menu-dark .nav-transparent-dropdown-menu li a, .menu-dark .nav-transparent-dropdown-menu li a:visited {
    color:#FFF !important;
    font-size: 12px;
    font-weight: 400;    
}
.tabs-1 li a {
    padding: 12px 0px;
}
.navbar-nav.navbar-top-info {
    padding: 0;
    margin: 12px 0 6px;
}
ul.navbar-nav.navbar-top-info li.telephone {
    margin-left: 0;
    margin-top: 0px;
}
ul.navbar-nav.navbar-top-info li a {
    display: block;
    margin: 0 0 0 1px;
}
ul.navbar-nav.navbar-top-info li a {
    border: 0;
    color: #FFF;
    background-color:transparent;
    width: auto;
    height: auto;
    line-height: auto;
    border-radius: 0px;
    font-size: 13px; 
    padding:0px 30px 0 0;
}
ul.navbar-nav.navbar-top-info li.whatsapp a {
    color: #FFF;
    background-color: transparent;
}
ul.navbar-nav.navbar-top-info li {
    display: inline-block;
    margin:0px 0px 0 0px;
    font-weight:400;
}
ul.navbar-nav.navbar-top-info li.telephone {
    margin-right:0;
}
ul.navbar-nav.navbar-top-info li a:hover {
    border: 0;
    background-color: transparent;
    color:#8d8d8d;
}
ul.navbar-nav.navbar-top-info li.telephone a {
    border: 0 solid #001F3E;
}
ul.navbar-nav.navbar-top-info li.telephone.resa a {
    background-color: transparent;
}
ul.navbar-nav.navbar-top-info li.telephone.contact a, ul.navbar-nav.navbar-top-info li.telephone.contact.compte a:hover {
    background-color:transparent;
}
ul.navbar-nav.navbar-top-info li.telephone.contact.compte a {
  background-color: transparent;
  color: #FFF;
}
ul.navbar-nav.navbar-top-info li.drapeau a {
    background-color:transparent;
    font-size: 10px;
}
ul.navbar-nav.navbar-top-info li.telephone a:hover, ul.navbar-nav.navbar-top-info li.drapeau a:hover, 
ul.navbar-nav.navbar-top-info li.telephone.contact.compte a:hover {
    border: 0;
    background-color:transparent;
    color: #8d8d8d;
}
ul.navbar-nav.navbar-top-info li.telephone.contact a:hover {
    background-color:transparent;
}
ul.navbar-nav.navbar-top-info.nav-langue li a {
    border: 0;
    background-color:transparent;
}
ul.navbar-nav.navbar-top-info.nav-langue li a:hover {
    border: 0;
    background-color:transparent;
    opacity: 1;
}
.nav-transparent-dropdown-menu li a, .nav-transparent-dropdown-menu li a:visited {
    padding: 10px 40px 10px 10px;
}
.tableau_prix_ville {
    opacity: 1;
    padding-bottom:0 !important;
    background-color: transparent !important;
}
.tableau_prix_ville thead tr {
    background-color:#8d8d8d !important;
}
 .tabs-2 #tabs-slide-left-3 {
    background-color: transparent !important;
     padding-top:10px;
}
.tabs-2 #tabs-slide-left-3 .table {
    background-color: #FFF !important;
}
.tabs-2 #tabs-slide-left-3 .table h6 {
    color: #222 !important;
    font-size:14px;
    margin-bottom:2px;
}
.tabs-2 #tabs_container .table > tbody > tr > td.province.libelle a {
    color: #0070C0;
}
.tabs-2 #tabs_container .table > tbody > tr > td.province.libelle a:hover {
    text-decoration: underline;
}
.tabs-2 #tabs-slide-left-3 .nav-tabs > li > a {
    border: 0;
}
.tabs-2 #tabs-slide-left-3 li a {
    padding: 16px 10px;
    background-color: #444;
    margin: 0;
    opacity: 1;
    border-radius: 0;
    color:#999;
}
.tabs-2 #tabs-slide-left-3 .nav-tabs.nav-justified > li > a {
    border-bottom: 0;
}
.tabs-2 #tabs-slide-left-3 ul {
    margin-bottom: 0;
}
.tabs-2 #tabs_container div {
    margin-left:0;
    margin-right:0;
}
.tabs-2 #tabs_container .table > tbody > tr > td {
    vertical-align: middle;
}
.tabs-2 #tabs_container .table > tbody > tr > td.province.libelle {
    font-size:12px;
}
.tabs-1 #tabs_container div {
  width: 100%;
}
.cdwhatsapp {
    display:none;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 60px;
	right: 4px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-position: center 50%;
	background-image: url(../img/icon/to-top-whatsapp.png);
	background-color: #FFF;
	opacity: 1;
     -webkit-border-radius: 8px;
     border-radius: 8px;    
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	z-index: 10301020;
}
.alert-warning {
    background-color: #EE9920;
    color:#222;
}
.zEWidget-launcher {
    /* Zendesk */
    bottom:70px !important;
}

.ps_indicators_cs_icon > .carousel-indicators li::after {
    content: "\f041";
}
/* Index Corporate 2 */

/*--------------------------------*/
/* FULL WIDTH ANIMATED kenburns_063
/*--------------------------------*/
#kenburns_063 {
    max-height: 580px;
    background: #2B3346;
}
::before, ::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.kenburns_063_slide > h1 > span, .kenburns_063_slide > p.titre > span {
    font-size: 26px;
    color: #AAAAAA;
}
.kenburns_063_slide > p, .kenburns_063_slide > p.titre {
    text-align: left;
    width:auto;
}
.kenburns_063_slide {
    top: 230px;
    left: 14%;
    width: 60%;
    right: auto;
    text-align: left;
    position: absolute;
}

.kenburns_063_slide > h1 > span {
    font-size: 30px;
    color: #747675;
}
.kenburns_063_slide > p {
    color: #FFF;
}
.kenburns_063_slide > a, .kenburns_063_slide > a:visited {
    color: #FFF;
    background:#000 url("../img/fond-argent-08.jpg") no-repeat center top;
}
.kenburns_063_slide > a:hover {
	background: #FFF;
    color: #222;
}
#kenburns_063 > .carousel-inner > .item > img, #kenburns_063 > .carousel-inner > .item > a > img {
    opacity:1;
}
.carousel-control {
    display:none;
}
.carousel-inner .in_th_022_slide a {
    padding-top: 30px;
    color: #AE841A;
    display: block;    
}
.carousel-inner .in_th_022_slide a:hover {
    color: #FFF;
}
.ps_indicators_blue > .carousel-indicators li {
    background:#FFF;
    opacity:.4;
}
.ps_indicators_blue > .carousel-indicators .active {
    opacity:1;
    background:#8d8d8d;
}

/*---------- ZOOM EFFECT ----------*/
.ps_zoom_i {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
.ps_zoom_i .item {
 top: 0;
 z-index: -1;
 opacity: 0;
 width: 100%;
 position: absolute;
 left: 0 !important;
 display: block !important;
 -webkit-transform: scale(3);
 transform: scale(3);
 -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.230, 1.030102, 0.320, 1.030102) 0s, opacity cubic-bezier(0.230, 1.030102, 0.320, 1.030102) 1.5s;
 transition: transform 1.5s cubic-bezier(0.230, 1.030102, 0.320, 1.030102) 0s, opacity cubic-bezier(0.230, 1.030102, 0.320, 1.030102) 1.5s;
}
.ps_zoom_i .item:first-child {
 top: auto;
 position: relative;
}
.ps_zoom_i .item.active {
 opacity: 1;
 z-index: 2;
 -webkit-transform: scale(1);
 transform: scale(1);
 -webkit-transition: -webkit-transform 1.5s ease-in-out 0s, opacity ease-in-out 1.5s;
 transition: transform 1.5s ease-in-out 0s, opacity ease-in-out 1.5s;
}
/*---------- INDICATORS CONTROL ----------*/
.ps_indicators_numb_long > .carousel-indicators {
 bottom: 60px;
 cursor: e-resize;
 overflow-x: auto;
 line-height: 80px;
 overflow-y: hidden;
 white-space: nowrap;
}
.ps_indicators_numb_long > .carousel-indicators li {
 width: 30px;
 height: 8px;
 text-indent: 0;
 line-height: 0;
 color: #ffffff;
 font-size: 14px;
 background: rgba(255,255,255,0.5);
 border: none; /* set color #2B3346 */
 font-family: 'Open Sans', sans-serif;
 -webkit-border-radius: 0;
 border-radius: 0;
 -webkit-font-smoothing: antialiased;
 -webkit-transition: all 0.5s cubic-bezier(0.230, 1.030102, 0.320, 1.030102);
 transition: all 0.5s cubic-bezier(0.230, 1.030102, 0.320, 1.030102);
 /* [disabled]-webkit-box-shadow: 0 0 0 1px rgba(255,255,255,0.8);
*/
 /* [disabled]box-shadow: 0 0 0 1px rgba(255,255,255,0.8);
*/
}
.ps_indicators_numb_long > .carousel-indicators li span {
 opacity: 0;
 top: -20px;
 left: -25px;
 position: relative;
}
.ps_indicators_numb_long > .carousel-indicators .active {
 width: 30px;
 margin: 1px;
 height: 8px;
 text-indent: 0;
 background: #ffffff;
 border: none; /* set color #2B3346 */
 /* [disabled]-webkit-box-shadow: 0 0 0 1px #ffffff;
*/
 /* [disabled]box-shadow: 0 0 0 1px #ffffff;
*/
}
.ps_indicators_numb_long > .carousel-indicators .active span {
 left: 0;
 opacity: 1;
 -webkit-transition: all 0.5s cubic-bezier(0.230, 1.030102, 0.320, 1.030102);
 transition: all 0.5s cubic-bezier(0.230, 1.030102, 0.320, 1.030102);
}
.ps_indicators_numb_long > .carousel-indicators::-webkit-scrollbar {
 height: 5px;
}
.ps_indicators_numb_long > .carousel-indicators::-webkit-scrollbar-thumb {
 background: rgba(255, 255, 255, 0.8);
 -webkit-border-radius: 0;
 border-radius: 0;
}
/*---------- LEFT/RIGHT CONTROL ----------*/
.ps_control_xlongicon .carousel-control {
 top: 43%;
 opacity: 0;
 width: 45px;
 height: 45px;
 z-index: 100;
 color: #ffffff;
 display: block;
 cursor: pointer;
 overflow: hidden;
 line-height: 45px;
 text-shadow: none;
 position: absolute;
 font-weight: normal;
 background: transparent;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
 transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
}
.ps_control_xlongicon:hover .carousel-control {
 opacity: 1;
}
.ps_control_xlongicon .carousel-control.left {
 left: 1%;
}
.ps_control_xlongicon .carousel-control.right {
 right: 1%;
}
.ps_control_xlongicon .carousel-control.left:hover, 
.ps_control_xlongicon .carousel-control.right:hover {
 color: #ffffff;
}
.ps_control_xlongicon .carousel-control.left span:nth-child(1) {
 margin-right: 0;
}
.ps_control_xlongicon .carousel-control.right>span:nth-child(1) {
 margin-left: 0;
}
.ps_indicators_square_dots > .carousel-indicators {
    right:60px;
}
.testimonial-2 i {
    margin-bottom: 10px;
}
.testimonial-2 h2, .testimonial-2 h3, .testimonial-2 .app, i.testimonial-2 p, .testimonial-2 p.comments, .testimonial-2 i,.testimonial-2 {
    color: #FFF;
}
.moyenne_note {
    background-color: #444;
    color:#B6802B;
}
.moyenne_note.liste_moyenne {
    margin: 80px 0 20px;
}
.testimonial-2.overlay-light::before {
    background-color: #fff;
    opacity: .1;
}
.line-orange-c {
    width: 150px;
    height: 2px;
    background-color: #8d8d8d;
}
.testimonial-2 .testimonial.owl-theme .owl-dots .owl-dot span {
    background-color: #8d8d8d;
    border-color:#8d8d8d;
}
.testimonial-2 .testimonial.owl-theme .owl-dots .owl-dot.active span {
    background-color: #FFF;
    border-color:#FFF;
}
p, .description ul li {
    font-size: 16px;
}
.description ul {
    margin-bottom:30px;
}
#header-megamenu .owl-content-des h1 {
    color:#222;
}
#header-megamenu .destination .owl-content-des h1 {
    background-color:#0070C0;
    margin:0;
    padding:10px;
    font-size: 22px;
    color:#222;
    text-transform: none;
}
.tabs-2 .tabulous_active {
    background-color: #FFF !important;
    color: #222 !important;
}
.tabs-2.tableau_prix_ville .tabulous_active {
    background-color:#8d8d8d !important;
    color: #FFF !important;
}
.tabs-2 #tabs-slide-left-3 {
    padding-bottom: 0px;
}
.blog-slide.owl-theme .owl-nav [class*="owl-"] {
  padding: 8px;
  background: #8d8d8d;
  opacity: 0.6;
  border: 0;
  border-radius: 1px;
}
.blog-slide.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #8d8d8d;
  opacity: 1;    
  color: #FFF;
}

.menu-dark .nav-transparent-nav > li > a, .menu-dark .nav-transparent-nav > li > a:visited,
.navbar-nav.navbar-top-info {
    color: #FFF;
}

.ps_indicators_square_dots > .carousel-indicators .active {
    background:#AE841A;
}
.detail-resa.bg-dark.description {
    background-color: transparent !important;
    background-image: none;
    padding: 20px 0 0;
}
.detail-resa-2, .detail-resa-3, .confirmation-resa-1 {
    background-color: transparent !important;
    padding-top: 0;
}
.menu-dark.nav-transparent.affix, .menu-dark.nav-transparent {
/*    background:transparent url("../../templates/images/background_transparent_noir_50.png") repeat left top !important;
*/
}
.pricing-1-box {
    background-color:#efefef;
    color:#111;
}
.pricing-1-box .btn-m {
    padding: 15px 20px;
}
.pricing-1-box .price {
    font-weight: 600;
    color: #030102 !important;
}
.pricing-1-box .price.sur_devis {
    font-size:35px;
}
.row div.moteur:hover {
    opacity:1;
}
.row div.moteur h3, .row div.moteur h6, .row div.moteur p {
    color: #FFF;
}
.tabs-1 li a.tabulous_a {
    background-color: #747675;
    color: #999;
}
.rlAccordion > h4 > span {
    margin-right: 6px;
    color: #2B3346;
}
.tabs-1 li a.tabulous_active, .tabs-1 li a:hover {
    background-color:#2B3346;
    color: #0070C0;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
  margin-left: 0;
}  
.nav.navbar-nav > li > a {
    padding:10px;
}
.nav.navbar-nav > li.langue > a {
    padding:40px 5px 20px;
}
.nav-transparent-dropdown-menu {
    border-top: 1px solid #222 !important;
}
.nav-transparent .navbar-brand img {
    max-height: 240px;
    padding: 5px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-top: 50px;
    margin-left: 0;
}
.nav-container-fix {
}
.menu-dark .nav-transparent-nav > li {
    margin-bottom: 0px;
}
.menu-dark .nav-transparent-nav > li > a, .menu-dark .nav-transparent-nav > li > a:visited {
    background-color: #AE841A !important;
    font-weight: 300;
    font-family: 'Noto Serif Khojki', cursive;
    font-size: 11px;
    margin-right:1px;
    width: auto;
    min-width: 120px;
    text-align: center;    
}
.navbar-nav.navbar-top-info {
    color: #001F3E;
}
.nav-transparent-nav > li > a:hover {
    background:#AE841A !important;
}
.navbar-collapse {
    padding:0;
}

.footer-3 .info {
    color: #8d8d8d;
    font-weight:300;
}
.footer-3 {
    background-color: #121212;
}
.footer-3 .sub {
    background-color:#121212;
    margin: 0;
    padding-top: 50px;
    padding-bottom: 20px;
}
.footer-3 .sub .col-md-4 {
    border-top:1px solid #AE841A;
    padding-top: 20px;
}

/* Transparent */
.description.no-marge .row {
    background-color:#EFEFEF;
}

.featured-box h2, .featured-box h3 {
    padding:20px 0 10px;
    margin:0;
}
.featured-box .info-texte h2, .featured-box .info-texte h3 {
    margin-bottom:20px;
    color:#AE841A;
}
.description.marge .featured-box .clair h2, .description.marge .featured-box.clair h3, .description.marge .featured-box.clair div, 
.description.marge .featured-box.fonce h2, .description.marge .featured-box.fonce h3, .description.marge .featured-box.fonce div {
    position:relative;
    padding:20px 20px;
    margin:0;
    color:#FFF !important;
}
.featured-box.clair div.clearfix, .description.marge .featured-box.fonce div.clearfix {
    padding:0;
    margin:0;
}
.description.marge .featured-box.fonce h2, .description.marge .featured-box.fonce h3, 
.description.marge .featured-box.clair h2, .description.marge .featured-box.clair h3 {
    text-align: center;
    font-size:18px;
    border-bottom:0;
    color: #111 !important;
    background-color: #AE841A;
    padding:10px;
}
.description.marge .featured-box.fonce h2, .description.marge .featured-box.fonce h3 {
    background-color: #222;
    color: #AE841A !important;
}
.description.marge .featured-box.clair p, .description.marge .featured-box.clair li  {
    color:#FFF !important;
}
.description.marge .featured-box.fonce div {
    margin:0;
    color:#FFF !important;
}
.description.marge .featured-box.fonce p  {
    color:#FFF !important;
}
.description .featured-box p  {
    text-align:justify;
}
.description .col-md-3 .featured-box p, .description .col-md-4 .featured-box p  {
    text-align:left;
}
.description.marge .featured-box.clair > h2::after, .description.marge .featured-box.clair > h3::after, 
.description.marge .featured-box.fonce > h2::after, .description.marge .featured-box.fonce > h3::after {
}
.description.marge .featured-box.fonce h2::after, .description.marge .featured-box.fonce h3::after {
    border-color: rgba(89, 42, 42, 0);
    border-bottom-color: rgba(89, 42, 42, 0);
    border-bottom-color: #592A2A;    
}
.featured-box div.clearfix  {
    padding:0;
}
.description.marge .featured-box.clair {
    background:#222;
    color:#FFF;
}
.description.marge .featured-box.fonce {
    background:#121212;
    color:#fff;
}
.featured-box .btn.btn-xs {
    font-size:11px;
    font-weight:400;
}
.bg-dark .featured-box.fonce a, .bg-black .featured-box.fonce a, .bg-blue .featured-box.fonce a, 
.featured-box.fonce .btn a {
    color: #fff;
}
.featured-box .btn {
    background-color:#8d8d8d;
    color:#fff;
    margin-top:10px;
    font-weight: normal;
    text-transform: none; 
    text-decoration: none;
}
.featured-box .btn.btn-transparent-dark {
    background-color: #A1670E;
    color: #111;
    margin-top: 10px;
    font-weight: 500;
}
.featured-box.clair .btn {
    background-color:#030102;
    color:#fff;
    margin-top:20px;
}
.featured-box .btn:hover {
    background-color:#333;
}
.featured-box h2 {
    font-size:28px;
}
.featured-box h2.heading-title-3 {
    margin-top:0px;
}
.featured-box h2.heading-title-3.pad-b-25 {
    padding-bottom:20px;
}
.bg-yellow .featured-box h2.heading-title-3.pad-b-25 {
    color:#111;
}

.nav-transparent-nav > li > a::before {
    background: #000 !important;
}
.nav-transparent-nav > li > a:hover, .nav-transparent-nav > li > a:active, .nav-transparent-nav > li > a:focus {
    color: #FFF !important;
}
.menu-dark .nav-transparent-dropdown-menu li a:hover, .menu-dark .nav-transparent-dropdown-menu li a:active, .menu-dark .nav-transparent-dropdown-menu li a:focus {
    color: #FFF !important;
    background: #AE841A !important;
}
.container.description.ville h2 {
    margin-top:35px;
    margin-bottom:20px;
}
.btn-blue, .btn-blue:focus {
    background-color: #AE841A;
    color: #fff;
    border: 1px solid #AE841A;
}
.btn-blue:hover {
    background-color: #2B3346;
    color: #fff;
    border: 1px solid #2B3346;
}
.cd-top {
    background-color: #AE841A;
    opacity: 1;
}
.cd-top:hover {
    background-color: #000;
    opacity: 1;
}
#header-megamenu #bg-img.bg-black {
/*    background:#494949 url("../img/fond_header_29.jpg") repeat-y left top;
*/}
#bg-img .cadre_entete {
    padding: 240px 100px 10px;
    text-align: center;
}
.non_accueil_resa .menu-dark .nav-transparent-nav > li > a, .non_accueil_resa  .menu-dark .nav-transparent-nav > li > a:visited {
/*    color: #222;
*/}
@media (max-width: 991px) { 
    #top {
      display: block;
      position:absolute;
      margin-top:220px;
      text-align:left;
      background:transparent;
      max-width: 200px;    
    }  
    #top .btn {
      padding: 6px 16px;
      margin-top: 5px;
      margin-left: -4px;
      font-size: 13px;
    }    
    #top a.contact {
      display: none;
    }   
    .je_reserve {
      top: 60px;
    }
    .me_rappeler {
      top: 20px;
    }
    #top .btn.green {
        background-color:#AE841A;
        color: #FFF;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        text-align: center;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);  
        margin-left: 20px;
        font-size: 15px;        
    }
    #top .btn:hover {
        background-color:#CCC;
        color: #111;    
    }    
    .modal-default-content .form-group .mail {
      width:100%;
      margin-right:0%;
    }
    .modal-default-content .form-group .telephone {
      width:100%;
      margin:15px 0 0;
    } 
    .about .box-left img, .about .box-right img {
        display:none;
    }    
    .featured-box h2.heading-title-3 {
        margin-top: 20px;
    }
    .paiement .bg-blue {
        margin-bottom:20px;
    }
    .container.description .row .col-md-3:nth-child(1n+2), .container.description .row .col-md-4:nth-child(1n+2), .container.description .row .col-md-6:nth-child(1n+2) {
        margin-top:20px;
    }
    .container.description .row .col-md-3:nth-child(1n+2) figure, .container.description .row .col-md-4:nth-child(1n+2) figure, .container.description .row .col-md-6:nth-child(1n+2) figure {
        margin-top:40px;
    }
    
    .tabs-1 li a.tabulous_a {
    }
    .tabs-1 li a.tabulous_active, .tabs-1 li a:hover {
        background-color: #2B3346;
        color: #0070C0;
    }    
    .nav-container-fix {
        position:relative;
        background-color:transparent !important;
    }
    .menu-dark.nav-transparent.affix, .menu-dark.nav-transparent {
        background:transparent !important;
    }    
    .slider-booking.sans-api {
        bottom: auto;
        top: 30px;
        margin-bottom: 30px;
        background:transparent;
    }
    .detail-resa-3 .col-md-12.ligne-vehicule .img-responsive {
      float: none;
      margin: 0;
      max-width: 100%;
    }    
    #bg-img .cadre_entete {
        padding: 20px;
        text-align: center;
    }
    .navbar-nav.navbar-top-info {
        margin: 10px 0 30px;
    }
    .nav-transparent .navbar-brand img {
        margin-top: -12px !important;
        max-height: 110px !important;
    }
    #bg-img h1 {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 15px;
    }
    .menu-dark .nav-transparent-nav > li > a, .menu-dark .nav-transparent-nav > li > a:visited {
        color: #2B3346;
    }    
    .navbar-collapse {
        padding-right:15px !important;
        padding-left:15px !important;
    }    
    .menu-dark.nav-transparent.navbar-default .navbar-collapse {
      border-color: #AE841A;
    }    
    ul#dropdown-slide {
        margin-top: 0;
        margin-bottom: 10px;
        min-width: 320px;
        background:#efefef !important;
    }
    .menu-dark .nav-transparent-nav > li:hover {
        background:#CCC !important;
    }    
    ul.nav.navbar-nav.navbar-top-info.pull-right {
        float:none !important;
        text-align:center;
    }
    .non_accueil_resa .nav-transparent .navbar-brand img {
        margin-left: 10px;
    }
    .container > .navbar-header {
        margin:20px;
    }
    .nav-transparent .navbar-brand img {
        margin-left: 20px;
    }
    .menu-dark.nav-transparent.affix, .menu-dark.nav-transparent {
/*        background:#222 url("../img/fond_header_29.jpg") repeat-y left top !important;
*/    }    
    .nav.navbar-nav > li > a {
    padding: 10px 12px 12px;
    }
    .nav.navbar-nav > li.langue > a {
        padding: 10px 5px 12px;
    }
    .nav-toggle, .nav-toggle:hover, .nav-toggle:active, .nav-toggle:focus {
    background: #AE841A !important;
    margin: 20px;
    }     
    .carousel .item p {
        background:transparent;
        opacity: 1;
        text-align: center;
        display:none;
    }
    .navbar-toggle {
      position: relative;
      float: none;
    }
    .carousel-inner .item.item1 {
      background-position-x: -450px;
      background-position-y: 70px;
      background-color: #010101;
    }
    .carousel-inner .item.item2 {
      background-position-x: -380px;
      background-position-y: 90px;        
      background-color:#000000;
    }
    .carousel-inner .item.item3 {
      background-position-x: -360px;
      background-position-y: 90px;          
      background-color:#000000;
    }
    .bg-route-1 {
      background-position-x: -706px;
    }
    .nav-transparent .navbar-brand img {
        margin: 0 auto !important;
        max-height: 230px !important;
        display: block;
    }    
    .description .featured-box p {
      text-align: left;
    }    
}
@media (max-width: 768px) {
html {
  margin: 0;
}
#left, #right {
  width: 0;
}    
    #in_th_022 {
      min-height: auto;
      position: inherit;
    }       
    .cdwhatsapp {
        display: inline-block;
    }
    .zEWidget-launcher {
        /* Zendesk */
        display:none !important;
    }    
    .cd-top {
        right:10px;
    }   
    .nav-toggle-orange.nav-toggle.collapsed .top-icon-bar, .nav-toggle-orange.nav-toggle.collapsed .middle-icon-bar, .nav-toggle-orange.nav-toggle.collapsed .bottom-icon-bar, .nav-toggle-orange.nav-toggle .top-icon-bar, .nav-toggle-orange.nav-toggle .bottom-icon-bar {
        background: #FFF !important;    
    }
    .row div.moteur h6 {
        margin-top: 20px;
    }
    .row.date_heure div {
        padding-right: 15px;
    }
    .div_passagers_bagages h4 {
       padding: 10px 30px; 
    }    
    .div_passagers_bagages.rlAccordion > h4 > span {
        margin-left: -15px;
        margin-top: -10px;    
    }
    #header-megamenu #bg-img.bg-black {
    }
    .navbar-toggle p.button-span {
      padding: 8px 0 0 10px;
    }    
    #kenburns_063 {
        position:absolute;
        top:0;
    }
    .container > .navbar-header {
    margin:0;
    text-align: center;
    }
   
    .nav-toggle p {
      margin: 0;
      color:#FFF;
    }        
    .menu-top-fix {
        position: fixed;
        top: 0;
        left: auto;
        right: 10%;
    }
    a.navbar-brand {
        height:auto;
        float:none;
        margin-top: 0; 
        text-align: center;        
    }   
    #dropdown-slide {
        background-color:#00203F;
    }
    .description h2.heading-title {
        padding-top:30px;
        font-size:32px;
        }
    .footer-3 {
        padding:0;
    }
    .footer-3 .sub {
        margin-top: 0px;
    }
    .row div.moteur {
        border:0 solid #FFF;
        opacity:1;
        padding:20px 20px;
        margin-bottom:30px;
    /*    background:transparent url("../../templates/images/background_transparent_noir_30.png") repeat center top;
    */}
    .row div.moteur h3 {
        font-size: 13px;
        line-height: normal;
        margin: 8px;
    }
    .form-moteur input, .form-moteur select {
        height: 40px;
    }
    .tabs-1 li a {
        padding: 18px 0px;
    }
    .ui-spinner-input {
        height:32px !important;
        padding: 4px 4px 4px 20px;
        color:#222;
        vertical-align: middle;
        margin-left: .4em;
        margin-right: 6px;
    }  
    .row div.moteur .btn.btn-s {
        padding: 12px;
        font-size: 12px;
    }   
    .moteur h6, .row.info_supp h6 {
        margin-top:14px;
        margin-bottom:10px;
    }    
    .row.info_supp {
        margin-top:20px;
        margin-bottom:20px;
        padding-top:10px;
        padding-bottom:10px;
    }    
}