body {
font-size: 16px;
line-height: 28px;
background-color:#01A0D8;
background-image: url("../images/full-width-images/fond_vtc168_1_bis.jpg");
background-position-x:right;
background-repeat: no-repeat;	
color:#000100;	
}
body#resa, body#contact {
/*background-position-y:-280px;
*/}
body#resa .main-nav.light-after-scroll.dark .logo-white, body#contact .main-nav.light-after-scroll.dark .logo-white {
  display: block;
  margin-top: -30px;
}
.main-nav {
	box-shadow:0 0 0 0;
}
.main-nav.stick-fixed {
position: absolute !important;
background-color: transparent;
border-bottom: 0;	
}
.page-section.faq .toggle > dt {
	font-size:18px;
}
.page-section.faq .toggle > dd {
  margin-bottom: 20px;
  color: #111;
  background-color:transparent;
  padding: 10px;
}
.pricing-wrap .pr-list li svg {
  color: #055D85 !important;
}
p.pricing-title, .btn-mod, a.btn-mod {
  background-color: #055D85;
}
.pricing-features {
  border: 1px solid #055D85;
}
#contact .page-section {
  background-color: #fff;
}
h1, h2, h3 {
font-weight: 400;
font-style: normal;
letter-spacing: 1px;	
}
.description.fonce p, .description.fonce li {
color:#FFF;	
}
h3.section-title-small {
  font-size: 26px !important;
}
h3, .h3 {
  font-size: 24px;
}
#main {
margin-top: 30px;
}

/* animation */
.airplaneAnimation {  
/*position: relative; 
width:600px;
height:400px;
background-color:transparent;
overflow: hidden;*/
}
.plane {
position: relative;
left:100px;
top:80px;
width:200px;
}
@media (min-width: 992px) {
.plane {
	animation: plane 30s linear infinite;
}
}
@media (max-width: 991px) {
.plane {
	animation: plane_smartphone 12s linear infinite;
}
body .airplaneAnimation, body .clouds {
display:none;	
}
body#page_accueil .airplaneAnimation, body#page_accueil .clouds {
display:inherit;	
}	
}
@keyframes fly {
  0% {transform: translateY(0);}
  25% {transform: translateY(-4px);}
  50% {transform: translateY(0);}
  75% {transform: translateY(4px);}
  100% {transform: translateY(0);}
}

.main {
  position: absolute;
  z-index:2;
}

.clouds.xl {
position: absolute;
top:80px;
width:100%;
}
@keyframes plane {  
  from{ 
    left:-650px; 
  }
  to{ 
    left:1900px; 
  }
  20% {opacity: 1;}
  55% {opacity: 0.75;}
  90% {opacity: 0;} 
  100% {opacity: 0;} 
}
@keyframes plane_smartphone {  
  from{ 
    left:-350px; 
  }
  to{ 
    left:450px; 
  }
  20% {opacity: 1;}
  85% {opacity: 0.75;}
  90% {opacity: 0.5;} 
  100% {opacity: 0;} 
}
@keyframes cloud {  
  from{ 
    left:1900px; 
  }
  to{ 
    left:-250px; 
  }
  20% {opacity: 1;}
  55% {opacity: 0.75;}
  90% {opacity: 0;} 
  100% {opacity: 0;} 
}
.cloudOne {
position: absolute;
width: 180px;
height: auto;
top:0;
left:0;
animation: cloud 40s linear infinite;
}

.cloudTwo {
position: absolute;
width: 200px;
height:auto;
top:75px;
left:0;
animation: cloud 70s linear infinite;
}
.cloudThree {
position: absolute;
width: 180px;
height: auto;
top:200px;
left:0;
animation: cloud 50s linear infinite;
}

.pollution {
  position: absolute;
  background-color: #fff;
  top:33px;
  left:-38px;
  width: 40px;
  height: 1px;
  border-radius: 10px;
  opacity: 0;
  animation: up 1s linear infinite;
}

.pollution:before, .pollution:after {
  content:"";
  position: absolute;
  background-color: #fff;
  border-radius:20px;
  opacity:0;
  width:40px;
  height:1px;
}
.pollution:after {
  top: 10px;
  left: -25px;
  animation: up 2s linear infinite;
}
.pollution:before {
  top: -10px;
  left: -35px;
  animation: up 3s linear infinite;
 
}

@keyframes up { 
    20% {opacity: 0.7;}
    35% {left: 100px opacity: 0.7;}
    70% {left: 70px opacity: 0;} 
  }
@media (max-width: 991px) {
body {
background-image: url("../images/full-width-images/fond_vtc168_2_bis_smartphone.jpg");
}
body#page_accueil {
background-image: url("../images/full-width-images/fond_vtc168_2_bis_smartphone.jpg");
}
#main {
  margin-top: 170px;
}
body#page_accueil #main {
  margin-top: 20px;
}	
.airplaneAnimation {
position: absolute; 
top: 30px;
left: 45px;	
}
.clouds {
position: absolute;
top:10px;
width:1000px;
}
.plane {
  left: 50px;
  top: 40px;
  width: 200px;
}
.pollution {
  top: 34px;
  left: -30px;
}
.cloudOne {
top:10px;
animation: cloud_smartphone 40s linear infinite;

}
.cloudTwo {
top:55px;
animation: cloud_smartphone 80s linear infinite;
}
.cloudThree {
top:100px;
animation: cloud_smartphone 60s linear infinite;
}
}
@keyframes cloud_smartphone {  
  from{ 
    left:500px; 
  }
  to{ 
    left:-550px; 
  }
  20% {opacity: 1;}
  55% {opacity: 1;}
  90% {opacity: .3;} 
  100% {opacity: 0;} 
}

/*fin animation*/

.inner-nav ul li .mn-sub li a {
color:#FFF !important;
}
.slider-booking.sans-api {
  position:relative;
  top:auto;
  left:auto;
  width: 480px;
  padding:0;
/*  z-index:9999;
*/}
#avantages .section-caption {
  color:#000100;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 20px;
  display: inline-block;
}
#avantages h3 {
  color:#000100;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.bg-dark-1 {
 background-color:transparent !important;
}
h2.section-title, h3.section-title {
  line-height: 1.107;
  letter-spacing: 1px;
}
h1 {
font-size:32px;
margin-bottom:8px;	
}
.team-carousel .owl-prev, .team-carousel .owl-next {
  top: 220px;
}
.inner-nav ul li {
    margin: 0;
}
.inner-nav ul li.tel {
margin-right: 6px
}
li.reseaux {
position: absolute !important;
right: 60px;
top: 50px;
opacity: .9;
}
.main-nav.light-after-scroll.dark .logo-white {
  display: block;
}
.nav-logo-wrap .logo {
max-width: 200px;
margin-top:30px;
}
#page_accueil .nav-logo-wrap .logo {
max-width: 200px;
margin-top:-30px;
	color:#0E88A8
}
.moteur-neutre .slider-booking.new-moteur-simple .tabs-1 li a {
  padding: 6px 0px;
}
.description p a, .description li a {
color:#000100;
text-decoration: underline;	
}
.description.fonce p a {
color:#FFF;
}
.page-section.bg-0 .description p a, .page-section.bg-0 .description li a {
color:#000100;
text-decoration: underline;	
}
.description p a:hover, .description li a:hover {
text-decoration: none !important;	
}
h4.alt-features-title {
  margin-bottom: 11px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
}
.team-item-descr h2 {
margin: 30px 10px 25px;
font-size: 22px;
color: var(--color-dark-1);
font-weight: bold;
}
.team-item-descr p {
margin: 30px;
line-height: 26px;	
}
.page-section.marge.pt-50 {
	padding-top:70px !important;
}
.page-section.marge.pb-50 {
	padding-bottom:60px !important;
}
.moteur-neutre .slider-booking.new-moteur-simple.slider-avecmoteur .row.date_heure .col-md-4 label {
font-size: 13px;
font-weight:600;
}
.slider-booking.sans-api {
opacity: 1;
}
div.cadre-moteur label {
	font-size:12px;
}
#page_accueil .slider-booking.sans-api {
}
#home .page_section.pt-100 {
	padding-top:140px !important;
}
.slider-booking.sans-api:hover, #page_accueil .slider-booking.sans-api:hover {
  opacity: 1;
}
.slider-booking.sans-api:hover, #resa .slider-booking.sans-api {
  opacity: 1;
}
.home-section.owl-carousel .owl-item .home-content .offset-md-4 {
    margin-left: 10%;
}
.home-section.owl-carousel .owl-item .home-content .col-md-8 {
  width: 40%;
}
.home-content {
  position: absolute;
  text-align: left;
  bottom: 100px;
  left: 60px;
}
.home-section.owl-carousel h2 {
color:#FFF;
line-height:1.3;
font-size: 24px;	
}
.team-carousel .owl-item .team-item {
background-color:#FFF;
padding-bottom:20px;
min-height:800px;	
}
.team-carousel .owl-item .team-item.pro {
background-color: #efefef;
}
.team-item-name {
margin:0;
font-size: 13px;
font-weight: normal;
background-color: #fc0;
color: #000100;
padding: 10px;
line-height: normal;	
}
.team-item-role {
margin: 20px auto;
margin: 30px 10px 25px;	
}
.team-item-name strong {
display: block;
font-size: 18px;
font-weight: 600;	
}
.team-item-role span {
font-size:14px;
font-weight:normal;
display:block;
text-align: left;
line-height: 1.6;	
}
div.jereserve {
position: absolute;
right: 23px;
top:135px;
opacity:1;
}
div.jereserve:hover {
  position: absolute;
  opacity:.9;
}
.page-section.detail-resa.description {
	background-color:#FFF;
}
.pricing-wrap {
background-color: #EFEFEF;
}
.marquee-style-2 {
background-color:#01A0D8;
color: #fff;
font-size: 20px;
text-emphasis: darkgray;
text-transform: uppercase;
padding: 0.4em 0;	
}
.carte_google h3, .carte_google p {
	color:#000100;
}
.cadre_paiement {
background:#ccc;
background: linear-gradient(330.24deg,#02B7E6 11.99%,#38D6F3 42.79%,#02B7E6 88.79%);	
}
.cadre_paiement p {
color:#000100;
margin-top:10px;
}
.section-title-medium {
font-size: 42px !important;
}
.item-carousel.owl-carousel .owl-item {
  padding: 0 10px;
}
.item-carousel.owl-carousel h3 {
  padding: 20px 0 0;
  margin: 0;
  background-color: #efefef;
}
.item-carousel.owl-carousel h3 {
background-color: #01A0D8;
  padding: 20px;
  color: #FFF !important;
  margin: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.item-carousel.owl-carousel .features-icon {
  padding: 30px 0 0;
  margin: 0;
  background-color: #efefef;
}
.item-carousel.owl-carousel .features-descr {
padding: 20px 15px;
background-color: #efefef;
opacity:1;
color:#000100;	
}
.col-md-7.ligne_avec_moteur {
margin-top: 220px;
}
.col-md-7.ligne_avec_moteur h2.heading-title-3, .col-md-7.ligne_avec_moteur .info-texte {
  color: #FFF !important;
  margin-bottom: 0;
}
@media (max-width: 991px) {
li.reseaux {
position:relative !important;
right:auto;
top:auto;
opacity:1;
}
.home-content {
left:0;
}
.hs-status {
display:none;
}
.main-nav.light-after-scroll.dark .logo-white {
  display: block;
  margin-top: 20px;
}		
.slider-booking.sans-api {
opacity: 1;
top:0;
left: 0;
width: 100%;
margin-top: 180px;	
}
#resa .ligne_avec_moteur .slider-booking.sans-api {
margin-top:60px;	
}
#page_accueil .slider-booking.sans-api {
margin-top: 520px;	
}
.home-section.owl-carousel .owl-item .home-content .col-md-8 {
  width: 80%;
}	
div.jereserve {
  right: -10px;
  top: 140px;
}
.owl-wrapper .home-content h2 {
	font-size:26px;
}
.owl-item .home-section.item1 {
	background-position-x: -100px !important;
}	
.owl-item .home-section.item2 {
	background-position-x: -200px !important;
}		
.owl-item .home-section.item3 {
	background-position-x: -280px !important;
}	
.owl-item .home-section.item4 {
	background-position-x: -280px !important;
}	
}
.portfolio-4-carousel .owl-controls {
margin-top: 0;
}
.portfolio-4-carousel .owl-buttons {
  padding-right:0;
  text-align: center;
}
.moteur-neutre .slider-booking.new-moteur-simple .tabs-1 #tabs_container div.tabsx {
    background-color: #01A0D8;
}
#page_accueil.moteur-neutre .slider-booking.new-moteur-simple .tabs-1 #tabs_container div.tabsx {
    background-color: #01A0D8;
}
.slider-avecmoteur .slider-booking.new-moteur-simple .form-moteur .autocomplete-input select, 
.moteur-neutre .slider-booking.new-moteur-simple.slider-avecmoteur .row.date_heure .col-md-4.left , 
.moteur-neutre .slider-booking.new-moteur-simple.slider-avecmoteur .row.info_supp, 
.slider-booking.new-moteur-simple .cadre-moteur, .moteur-neutre .slider-booking.new-moteur-simple.slider-avecmoteur .row.date_heure .col-md-4.right {
    background-color: #FFF;
    color: #000100;
}
.moteur-neutre .slider-booking.new-moteur-simple.slider-avecmoteur .row.date_heure .col-md-4.left, .moteur-neutre .slider-booking.new-moteur-simple.slider-avecmoteur .row.info_supp, .slider-booking.new-moteur-simple .cadre-moteur, .moteur-neutre .slider-booking.new-moteur-simple.slider-avecmoteur .row.date_heure .col-md-4.right {
	border: 0 solid #333;
}
.form-moteur input[type="text"], .form-moteur textarea, .form-moteur select, .confirmation-resa-1 input[type="text"], .confirmation-resa-1 textarea, .confirmation-resa-1 select , 
.moteur-neutre .slider-booking.new-moteur-simple.slider-avecmoteur .row.info_supp label, 
.moteur-neutre .slider-booking.new-moteur-simple.slider-avecmoteur .row.info_supp label, 
.moteur-neutre .slider-booking.new-moteur-simple.slider-avecmoteur .row.info_supp label.titre, 
.moteur-neutre .slider-booking.new-moteur-simple.slider-avecmoteur .row.date_heure .col-md-4 label , 
.slider-booking.new-moteur-simple .moteur .cadre-moteur label {
color: #000100 !important;
font-weight: 500;	
}
.slider-booking.new-moteur-simple .moteur .cadre-moteur label {
  color: #000100 !important;
  padding: 0;
  font-weight: 600 !important;
  font-size: 13px;
}
.form-moteur input[type="text"], .form-moteur textarea, .form-moteur select, 
.confirmation-resa-1 input[type="text"], .confirmation-resa-1 textarea, .confirmation-resa-1 select {
color: #000100 !important;
}
.confirmation-resa-1 input[type="text"], .confirmation-resa-1 textarea, .confirmation-resa-1 select {
color: #000100 !important;
}
#accordion8 h4, .light-content .scroll-down-4::before, .light-content .owl-page.active span {
background-color:#EFEFEF;
}
.toggle-content.opened, #accordion6 .opened {
  background-color: #111;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current {
background-color:green;
color:#FFF;
box-shadow: none;
}
h2.heading-title-3, .description .info-texte h3, h2.section-title, .light-content .scroll-down-4, .light-content .owl-prev svg, .light-content .owl-next svg, h3.section-title-small, h4.alt-features-title {
color:#000100;
}
.page-section h2.heading-title-3, .page-section h2.section-title, 
h3.section-title-medium {
	color:#000100;
	padding-bottom:10px;
	font-weight:400;
}
.page-section h2.heading-title-3 {
	color:#FFF !important;
	font-size:26px;
	margin-bottom:10px;
}
.page-section.bg-0 h2.heading-title-3 {
	color:#000100 !important;
}
.page-section.clair h2.heading-title-3, .page-section.clair .description .info-texte h3, 
.page-section.clair h2.section-title {
	color:#000100;
}
.page-section.fonce h2.heading-title-3, .page-section.fonce .description .info-texte h3, 
.page-section.fonce h2.section-title {
	color:#01A0D8;
}
.alt-features-descr, .section-caption {
  color: #000100;
}
.alt-features-item.border-left {
  border-left: 1px solid #02B7E6;
}
.light-content .scroll-down-4 {
border-color: #FFF;
}
.light-content .owl-page span, .light-content .owl-page.active span {
  border: 1px solid #FFF;
}
.round, .description figure img, .description .info-texte img {
/*  border: 6px solid #FFF;
*/}
.description .featured-box.clair.border-only .info-texte p img, 
.description .info-texte .text-center a img {
  border: 0;
}
.form-control::placeholder {
color: #777;
font-weight:normal;
}
.form-control::-moz-placeholder {
color: #777;
opacity: 1;
font-weight:normal;
}
.form-control:-ms-input-placeholder {
color: #777;
font-weight:normal;
}
.form-control::-webkit-input-placeholder {
color: #777;
font-weight:normal;
}
body .tabs-1 #tabs_container div.tabsx.hideleft {
  display: none;
}
body .tabs-1 #tabs_container div.tabsx.showleft {
  display: block;
}
.moteur-neutre .slider-booking.new-moteur-simple.slider-avecmoteur .row.info_supp .form-control {
    border: 1px solid #000100;
    border-radius: 6px;
    padding:4px 4px 4px 14px;
}
.form-moteur .form-control {
    background-color: #FFF;
    color: #000100;
}
#contact_form .btn-mod.btn-medium, .moteur-neutre .slider-booking.new-moteur-simple .tabs-1 li a.tabulous_active, .moteur-neutre .slider-booking.new-moteur-simple .tabs-1 li a:hover {
background-color:#000100 !important;
color:#FFF;
/*background-color:transparent !important;
background-image: url("../img/bouton_or_02.jpg");
background-position: top left;
background-repeat: no-repeat;*/
}
#contact_form .btn-mod.btn-medium, .moteur-neutre .row.date_heure .btn, .pricing-item .btn.btn-mod, .options #detailresa .btn.btn-mod, .encart-resa .btn.btn-mod  {
border-radius:0;
padding:10px 20px;	
font-size: 15px;
border:1px solid #FFF !important;
}
.moteur-neutre .row.date_heure .btn {
border-radius:0;
padding:4px 20px;	
font-size: 14px;
border:0 solid #FFF !important;
}
#contact_form .btn-mod.btn-medium:hover  {
background-color: #efefef !important;
}
.moteur-neutre .slider-booking.new-moteur-simple.slider-avecmoteur .row.info_supp label.titre {
font-size: 13px;
font-weight: 600;	
}
.encart-resa .btn.btn-mod  {
padding:15px 0 0;
margin-top:40px;	
}
@media (max-width: 991px) {
 .slider-booking.sans-api {
left: 2%;
}	
.encart-resa .btn.btn-mod  {
margin-top:10px;	
}
.alt-features-item.border-left {
  border-left: 0;
}
}
.moteur-neutre .slider-booking.new-moteur-simple .tabs-1 li a {
/*background-color:transparent !important;
background-image: url("../img/bouton_or_02_dark.jpg");
background-position: top left;
background-repeat: no-repeat;	*/
background-color:#055D85 !important;
	
}
.moteur-neutre .row.date_heure .btn:hover, .pricing-item .btn.btn-mod:hover, .options #detailresa .btn.btn-mod:hover, .encart-resa .btn.btn-mod:hover {
color: #FFF !important;
border:0;	
}
.btn-mod.btn-hover-anim::before {
  content: "";
  display: block;
  width: 100%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  transform:none;
  background:transparent;
  border-radius: 0;
  transition: none;
border:0;	
}
.tabs-1 li a.tabulous_active, .tabs-1 li a, .tabs-1 li a:hover {
    color: #FFF !important;
	font-weight:600;
}
.main-nav .top_tel .link-hover-anim, .main-nav .top_tel .link-hover-anim .link-strong-hovered {
/*background-color:transparent !important;
background-image: url("../img/bouton_or.jpg");
background-position: top left;
background-repeat: no-repeat;
color: #000;
padding: 4px 10px;*/
}
.main-nav .top_tel .link-hover-anim.underline .link-strong {
/*	border-bottom: 0;
*/}
.encart-pub .alt-features-item {
	background-color:#222;
}
.encart-pub .alt-features-item .alt-features-descr {
	color:#CCC;
}
#page_accueil .main-nav.light-after-scroll.dark .logo-white {
  margin-top: 80px;
}
@media (max-width: 991px) {
.nav-logo-wrap .logo {
  max-width: 300px;
  height: 140px;
}
#resa .slider-booking.sans-api {
  left: auto;
  right: auto;
}
 .main-nav.dark .mobile-nav-icon, .main-nav.dark .mobile-nav-icon::before, .main-nav.dark .mobile-nav-icon::after {
  background: #FFF;
}
#page_accueil .main-nav.light-after-scroll.dark .logo-white {
  margin-top:40px;
}
}

/* Couleurs fond */
#home.page-section.pt-100, #home.page-section.pt-140 {
padding-top: 80px !important;
}
/* noir */
.page-section.bg-black {
	background-color:#000100;
}
/* blanc */
.page-section.bg-0 {
background-color: #FFF;
color: #000100;
}
.bg-black {
background-color: #000100;
}
/* clair */
.page-section.bg-yellow {
background-color: #C6F1F8;
background: linear-gradient(330.24deg,#02B7E6 11.99%,#38D6F3 42.79%,#02B7E6 88.79%);	
color: #000100;
}
/* foncé */
.page-section.bg-blue {
background-color:#01A0D8;
/*background: linear-gradient(330.24deg,#0196D0 11.99%,#0375A5 42.79%,#0196D0 88.79%);	
*/	
}
.page-section.bg-blue .container.description {
padding-top:40px;
}
/* foncé */
.page-section.bg-black.fonce {
	color:#FFF;
}
.bg-dark {
	background-color:#1A171B;
	color:#FFF;
}
.encart-resa h2.section-title-small {
	color:#FFF;
}
.encart-resa .decoration-12 {
	background-color:#FFF;
	opacity:1;
}
.encart-resa .decoration-13 {
	background-color:#FFF;
	opacity:1;	
}
.text-gray {
  color:#000100;
}
.inner-nav > ul {
  margin-top: 20px;
}
.body-scrolled .inner-nav > ul {
  margin-top: 0;
}
.inner-nav > ul.items-end {
  margin-top: 2px;
}
.inner-nav > ul.items-end.langue {
  top:50px;
}
.body-scrolled .inner-nav ul li {
  padding: 0 8px;
}
.main-nav.dark .inner-nav ul > li > a {
  text-transform: uppercase;
  font-size: 16px;
  padding: 2px 10px 6px;
  margin: 4px;
  color: #FFF;
  opacity:1;
  height: auto;
  margin-top: 10px;
  font-weight: 500;
}
.main-nav.dark .inner-nav ul.items-end.langue > li > a {
  padding: 2px 3px 6px;
}
div.whatsapp {
  position: fixed;
  right: 10px;
  top: 90px;
  opacity: 1;
  z-index: 99;
}
@media (max-width: 991px) {
#home.page-section.pt-100, #home.page-section.pt-140 {
  padding-top: 40px !important;
}
#home.page-section h1 {
padding-top: 40px !important;
padding-bottom: 130px;	
}
#home.page-section.bg-dark-1 text-white p {
color:#000;
}
.main-nav.dark .inner-nav ul > li > a {
background-color: transparent;
  text-transform: uppercase;
  font-size: 14px;
  padding: 8px 10px;
  margin: 2px;
  color: #fff;
  opacity: 1;
  height: auto;
  font-weight: 500;
}
.main-nav.dark .mobile-nav {
z-index:9999;	
}	
div.whatsapp {
   top: 80px;
}
.col-md-7.ligne_avec_moteur {
top: 160px;
position: absolute;
margin-top: 0;	
}	
}
.main-nav.dark .inner-nav ul > li > a.langue, .mobile-nav a.langue {
opacity:1 !important;
cursor: pointer !important;	
}
.mobile-nav a.langue {
opacity:1;
}
.link-hover-anim {
  font-size: 14px;
  font-weight: 500;
}
.main-nav.dark .inner-nav ul li .mn-sub li a {
  font-size: 13px;
}
.main-nav.dark .inner-nav ul > li > a:hover {
background-color:transparent;
opacity: 1;
color: #FFF !important;
}
.main-nav.dark .inner-nav ul li .mn-sub li a:hover {
color:#01A0D8 !important;
}
.mn-sub {
  background:#1A171B;
}
.page-section.bg-blue.fonce .alt-features-title, .bg-blue.fonce h3, .page-section.bg-blue.fonce .alt-features-icon, .page-section.bg-blue.fonce .section-caption {
	color:#FFF;
}
.page-section.bg-blue.fonce .section-line, .resa.moteur-neutre .page-section.bg-yellow {
	background:#000100;
}
.resa.moteur-neutre .page-section.bg-yellow {
	background:transparent;
}
.resa.moteur-neutre .page-section.bg-yellow .col-md-6.align-items-center {
align-items: unset !important;
}
.resa.moteur-neutre .page-section.bg-yellow .col-md-6.align-items-center h3.section-title-medium {
  color: #fff;
  padding-bottom: 10px;
  font-weight: 400;
  margin-top: 80px;
  margin-bottom: 0;
}
.resa.moteur-neutre .page-section.bg-yellow .col-md-6.align-items-center p {
  color: #fff;
}
.fonce a {
	color:#FFF;
}
.fonce a:hover {
	color:#CCC;
}
.page-section.bg-blue.fonce .alt-features-item.border-left {
  border-left: 1px solid #000100;
}
.moteur-neutre .slider-booking.new-moteur-simple a.tabulous_a.tabulous_active::after {
  border-top: 15px solid #000100;
}
.owl-item .features-title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}
.page-section.light-content.sliders .owl-prev svg, .page-section.light-content.sliders .owl-next svg {
  color: #000100;
}
.page-section.light-content.sliders .owl-page span, .page-section.light-content.sliders .owl-page.active span {
border: 1px solid #000100;
}
.page-section.light-content.sliders .owl-page.active span {
  background-color: #000100;
}
.featured-box.fonce .info-texte h2, .featured-box.fonce .info-texte h3, 
.featured-box.clair .info-texte h2, .featured-box.clair .info-texte h3 {
background-color: #FFF;
padding: 20px 10px 10px;
border-top-right-radius: 50px;
border-top-left-radius: 20px;
color: #FFF !important;
margin-bottom: 0;
font-size:20px;
}
.featured-box.fonce .info-texte p {
  background-color: #FFF;
  padding: 10px 20px;
  color: #000100;
  margin: 0;
}
.featured-box.clair .info-texte p {
  color: #000100;
}
.footer {
  background-color: #000100 !important;
}
.footer .row.text-gray {
	color:#CCC;
}
.footer .row.text-gray a {
	color:#FFF;
}
.footer .row.text-gray a:hover {
	color:#CCC !important;
}
.footer .row.text-gray a i, .footer .row.text-gray a:hover i {
	color:#000100 !important;
}
