:root{
	--main-color:#3db5ff;
	--second-color:#2d3443;
}
/* Font Face */
@font-face {
    font-family: 'Greycliff';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../font/GreycliffCF-Light.woff2?1') format('woff2'),
         url('../font/GreycliffCF-Light.woff?1') format('woff');
}
@font-face {
    font-family: 'Greycliff';
    font-style: Oblique;
    font-weight: 300;
    font-display: swap;
    src: url('../font/GreycliffCF-LightOblique.woff2?1') format('woff2'),
         url('../font/GreycliffCF-LightOblique.woff?1') format('woff');
}
@font-face {
    font-family: 'Greycliff';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../font/GreycliffCF-Regular.woff2?1') format('woff2'),
         url('../font/GreycliffCF-Regular.woff?1') format('woff');
}
@font-face {
    font-family: 'Greycliff';
    font-style: Oblique;
    font-weight: 400;
    font-display: swap;
    src: url('../font/GreycliffCF-Oblique.woff2?1') format('woff2'),
         url('../font/GreycliffCF-Oblique.woff?1') format('woff');
}
@font-face {
    font-family: 'Greycliff';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../font/GreycliffCF-Medium.woff2?1') format('woff2'),
         url('../font/GreycliffCF-Medium.woff?1') format('woff');
}
@font-face {
    font-family: 'Greycliff';
    font-style: Oblique;
    font-weight: 500;
    font-display: swap;
    src: url('../font/GreycliffCF-MediumOblique.woff2?1') format('woff2'),
         url('../font/GreycliffCF-MediumOblique.woff?1') format('woff');
}
@font-face {
    font-family: 'Greycliff';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../font/GreycliffCF-DemiBold.woff2?1') format('woff2'),
         url('../font/GreycliffCF-DemiBold.woff?1') format('woff');
}
@font-face {
    font-family: 'Greycliff';
    font-style: Oblique;
    font-weight: 600;
    font-display: swap;
    src: url('../font/GreycliffCF-DemiBoldOblique.woff2?1') format('woff2'),
         url('../font/GreycliffCF-DemiBoldOblique.woff?1') format('woff');
}
@font-face {
    font-family: 'Greycliff';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../font/GreycliffCF-Bold.woff2?1') format('woff2'),
         url('../font/GreycliffCF-Bold.woff?1') format('woff');
}
@font-face {
    font-family: 'Greycliff';
    font-style: Oblique;
    font-weight: 700;
    font-display: swap;
    src: url('../font/GreycliffCF-BoldOblique.woff2?1') format('woff2'),
         url('../font/GreycliffCF-BoldOblique.woff?1') format('woff');
}
@font-face {
    font-family: 'Greycliff';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../font/GreycliffCF-ExtraBold.woff2?1') format('woff2'),
         url('../font/GreycliffCF-ExtraBold.woff?1') format('woff');
}
@font-face {
    font-family: 'Greycliff';
    font-style: Oblique;
    font-weight: 800;
    font-display: swap;
    src: url('../font/GreycliffCF-ExtraBoldOblique.woff2?1') format('woff2'),
         url('../font/GreycliffCF-ExtraBoldOblique.woff?1') format('woff');
}
@font-face {
    font-family: 'Greycliff';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../font/GreycliffCF-Heavy.woff2?1') format('woff2'),
         url('../font/GreycliffCF-Heavy.woff?1') format('woff');
}
@font-face {
    font-family: 'Greycliff';
    font-style: Oblique;
    font-weight: 900;
    font-display: swap;
    src: url('../font/GreycliffCF-HeavyOblique.woff2?1') format('woff2'),
         url('../font/GreycliffCF-HeavyOblique.woff?1') format('woff');
}
html{
    scroll-behavior:smooth;
    overflow-x:hidden
}
body{
	background: #F7F8FC;
	color: #2d3443;
	font-size: 16px;
	margin: 0;
	padding: 0;
	font-family:Greycliff;
    letter-spacing: .8px;
    -webkit-font-smoothing: antialiased;
    word-break: break-word;
}
img{
    object-fit: cover;
    width: 100%;
    height: auto;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
}
.hidden{
	display: none;
}
.preloader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #F7F8FC;
    z-index: 99;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
}
.container-loader{
  display:flex;
  flex-direction:row;
  align-items: center;
}
.part1{
  font-weight:600;
  font-size:4rem;
  color: #282423;  
}
.part2{
  background-color: #3db5ff;
    color: white;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 4rem;
  margin-right: 0.5rem;
}
.loader{
    height: 5px;
    width: 15rem;
    background-color: #f1f1f1;
    margin-top:2rem;
}
.loading{
  background-color: #3db5ff;  
  width:5rem;
  height:5px;
  animation: animation 1.8s infinite;
}

@keyframes animation {
    0% {
        transform: translateX(0rem);
    }
    50% {
        transform: translateX(10rem);
    }
    100% {
        transform: translateX(0rem);
    }
  }
.main-container{
	max-width: 1400px;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}
.d-flex{
display: flex;
align-items: center;
}
.header {
    width: 100%;
    height: 90px;
    position: absolute;
    background: transparent;
    top: 0;
    z-index: 5;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition: .3s;
    transition: .3s;
}
.header.fixed {
    position: fixed;
    padding: 0 13px;
    height: 90px;
    z-index: 88;
    background-color: rgb(250, 251, 255);
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 0 10px 20px 0 rgb(5 16 44 / 15%);
    box-shadow: 0 10px 20px 0 rgb(5 16 44 / 15%);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition: .3s;
    transition: .3s;
}
.nav{
    margin-left: 35px;
    margin-right: 2px;
    -webkit-transition: margin-right .8s;
    transition: margin-left .8s, margin-right .8s;
}
.header.fixed .nav {
    margin-left: 30%;
}
.nav ul li a.active {
    color: #3db5ff;
    padding: 14px 19px;
}
.logo {
    width: 10%;
    height: auto;
}
.logo img {
    width: 100%;
    height:100%;
}
.nav ul {
    list-style: none;
}
.nav ul li {
    padding: 15px 10px;
    margin-right: 5px;
}
.nav ul li a {
    font-weight: 600;
    color: var(--second-color);
    font-size: 17px;
}
.nav ul li:hover a {
    color: var(--main-color);
}
li.close-nav, label.navMenu {
    display: none;
}
.mainContent.homepage {
    padding-top: 90px;
    background: #F7F8FC url(../images/zencab-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
}
.background {
    position: absolute;
    width: 40%;
    bottom: 0;
    right: 0;
}
.site-intro {
    width: 50%;
    height: fit-content;
    z-index: 1;
}
p.mini-text{
   margin: 0; 
   font-weight: 600;
}
.site-intro h1 {
    font-size: 3.5em;
    font-weight: 700;
    margin-top: 10px;
}
.site-intro h1 b {
    color: #3db5ff;
}
.site-intro p {
    color: #121212;
    padding-right: 30px;
}
.watch-vid {
    display: flex;
    align-items: center;
    margin-top: 8%;
}
.watch-vid span a {
    display: block;
    padding: 15px 25px;
    background: transparent linear-gradient(90deg,rgba(31,108,199,1) 0%,rgba(73,172,229,1) 100%) 0% 0% no-repeat padding-box;
    margin-right: 20px;
    border-radius: 8px;
    color: #fcfcfc;
    font-weight: 600;
    font-size: 20px;
    transition: ease-in-out .2s;
}
.wv a:hover {
    transform: translateY(-6px);
}
.watch-vid .watch-button a {
    display: flex;
    align-items: center;
    background: none;
    padding: 0;
}
.watch-vid .watch-button a p.vid-button {
    padding: 4px;
    display: block;
    border-radius: 50%;
    border: 2px dashed #3a95da;
    margin-right: 12px;
}
.site-intro .watch-button p {
    margin: 0;
    padding: 0;
    width: max-content;
}
.rv-text {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: ease-in-out .2s;
    left: 0;
    font-size: 17px;
}
.watch-button:hover .rv-text {
    opacity: 1;
    visibility: visible;
    left: 75px;
}
.watch-button {
    position: relative;
    transition: ease-in-out .2s;
}
.watch-button svg {
    width: 38px;
    z-index: 6;
    vertical-align: middle;
    height: 38px;
    stroke: #3a95da;
    stroke-width: 3px;
    padding: 8px;
    border-radius: 50%;
}
p.teaser {
    line-height: 35px;
}
.intro-image {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.intro-image img {
    width: 570px;
    height: auto;
    z-index: 1;
}

/* Animation */
.jump {
    position: relative;
    -webkit-animation: jump 2s ease-in-out infinite;
    animation: jump 2s ease-in-out infinite;
}
.bounce {
    -webkit-animation: bounce 4s ease-in-out infinite;
    animation: bounce 4s ease-in-out infinite;
    width: 30px;
    height: 30px;
    stroke: #2d3443;
    stroke-width: 2px;
    margin-right: 12px;
}
.puls {
    -webkit-animation: puls 3s ease-in-out infinite;
    animation: puls 3s ease-in-out infinite;
}
.bg-animation {
    -webkit-animation: bg-animation 25s ease-in-out infinite;
    animation: bg-animation 25s ease-in-out infinite;
}
.play-rotate {
    -webkit-animation: play-rotate 3s infinite;
    animation: play-rotate 3s infinite;
}
@-webkit-keyframes bg-animation{0%{background-position:top}50%{background-position:bottom}100%{background-position:top}}
@keyframes bg-animation{0%{background-position:top}50%{background-position:bottom}100%{background-position:top}}
@-webkit-keyframes jump{0%{top:5px}50%{top:-5px}100%{top:5px}}
@keyframes jump{0%{top:5px}50%{top:-5px}100%{top:5px}}
@-webkit-keyframes bounce{0%{-webkit-transform:translateY(0);transform:translateY(0)}30%{-webkit-transform:translateY(-60px);transform:translateY(-60px)}40%{-webkit-transform:translateY(15px);transform:translateY(15px)}50%{-webkit-transform:translateY(-12px);transform:translateY(-12px)}60%{-webkit-transform:translateY(5px);transform:translateY(5px)}70%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}
@keyframes bounce{0%{-webkit-transform:translateY(0);transform:translateY(0)}30%{-webkit-transform:translateY(-60px);transform:translateY(-60px)}40%{-webkit-transform:translateY(15px);transform:translateY(15px)}50%{-webkit-transform:translateY(-12px);transform:translateY(-12px)}60%{-webkit-transform:translateY(5px);transform:translateY(5px)}70%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}
@-webkit-keyframes puls{0%{-webkit-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(1.1);transform:scale(1.1)}50%{-webkit-transform:scale(1);transform:scale(1)}}
@keyframes puls{0%{-webkit-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(1.1);transform:scale(1.1)}50%{-webkit-transform:scale(1);transform:scale(1)}}
@-webkit-keyframes play-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
@keyframes play-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}


.header-tooltip {margin-top: 8%;}

.Etapes .main-container {
    overflow: visible;
}
.Etapes-heading h2 {
    margin: 0;
    font-size: 2.5em;
    font-weight: 400;
}
.Etapes-heading p {
    margin: 25px 0;
    font-size: 16px;
}
.Etape {
    width: 23%;
    height: 180px;
    z-index: 1;
}
.fbox_title {
    font-weight: 600;
}
.Etapes-line {
    transform: translateY(30px);
    z-index: -1;
    width: 75%;
    margin-left: -5%;
    height: 6px;
    background-color: rgb(250, 251, 255);
    -webkit-box-shadow: 0 2px 5px 0 rgb(5 16 44 / 7%);
    box-shadow: 0 2px 5px 0 rgb(5 16 44 / 7%);
}
.bg-color-2 {
    text-align: center;
    font-weight: bold;
    height: 60px;
    width: 60px;
    font-size: 29px;
    color: #F7F8FC;
    background: transparent linear-gradient( 90deg,rgba(31,108,199,1) 0%,rgba(73,172,229,1) 100%) 0% 0% no-repeat padding-box;
    border-radius: 50%;
    line-height: 60px;
    -webkit-box-shadow: 0 10px 20px 0 rgb(5 16 44 / 15%);
    box-shadow: 0 10px 20px 0 rgb(5 16 44 / 15%);
}

.video {
    height: 400px;
    background-image: url(../images/video-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: #00000061;
    background-blend-mode: darken;
}
.video-text {
    color: #fff;
    font-size: 2.5em;
}
.video-button {
    margin-left: auto;
    margin-right: 8%;
}
.palyBut {
    position: relative;
    left: 50%;
    padding: 40px;
    text-align: center;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-image: linear-gradient( 100deg, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, 0.00) 50%);
}
.paly-button a:hover .svg-paly {
    transform: scale(1.15);
}
.svg-paly {
    width: 60px;
    height: 60px;
    fill: none;
    stroke: #fff;
    stroke-width: 10px;
    stroke-linecap: round;
    stroke-linejoin: round;
    border-radius: 50%;
    background: transparent linear-gradient(90deg,rgba(31,108,199,1) 0%,rgba(73,172,229,1) 100%) 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0 15px 30px 0 rgb(5 16 44 / 15%);
    box-shadow: 0 15px 30px 0 rgb(5 16 44 / 15%);
    -webkit-transition: .4s;
    transition: .4s;
}
.paly-button.page {
    position: relative;
}
.popup {
    position:fixed;
    z-index:99;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    opacity:0;
    visibility:hidden;
    transition:.3s ease;
}
.popup iframe {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 15%;
    bottom: 15%;
    width: 100%;
    max-width: 800px;
    max-height: 100%;
    min-height: 70%;
}
.show-popup .popup {
    opacity:1;
    visibility: visible;    
}

.fullclose{display:block;position:fixed;transition: ease-in-out .3s;top:0;left:0;right:0;bottom:0;z-index:2;background:rgb(0 0 0 / 30%);opacity:0;visibility:hidden}

.reservation-homep {
    padding: 40px;
    text-align: center;
}

.best-paris {
padding: 30px 0;
background-image:url(../images/bg-animated.jpg);
}
.best-paris svg {
width: 190px;
height: auto;
fill: #fefefe;
}
.best-paris span {
width: calc(70% - 220px);
}
.best-paris span h2 {
color: #fefefe;
font-size: 30px;
}
.best-paris a {
display: flex;
padding: 17px 30px;
width: fit-content;
margin: 0 auto;
justify-content: center;
align-items: center;
background: #fefefe;
color: var(--second-color);
font-weight: 600;
border-radius: 30px;
transition: ease-in-out .2s;
}
.best-paris a:hover {
    padding: 17px 40px;
}
.best-paris p {
color: #fefefe;
}
.vehicles {
    padding: 40px 0 70px;
}
.vehicles-head{
    margin-bottom: 50px;
    text-align: center;
}
.vehicles-head h2 {
    font-size: 30px;
    padding: 0 50px;
}
.media, .text {
    width: 50%;
}
.media {
    position: relative;
    height: 30pc;
}
.text {
    padding: 0 35px;
}
.vehicle.w-1 {
    top: 0;
    position: absolute;
    right: 0;
    z-index: 1;
}
.vehicle.w-2 {
    position: absolute;
    bottom: 8%;
    left: 0;
}
.vehicle.h-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.vehicle.h-2 {
    position: absolute;
    bottom: 10%;
    right: 0;
}
.text h3 {
    font-size: 2em;
    margin-top: 15px;
}
.text p {
    letter-spacing: .8px;
    line-height: 25px;
}
.buttons {
    margin-top: 10%;
}
.button {
    cursor: pointer;
    display: inline-block;
    padding: 15px 30px;
    color: #F7F8FC;
    font-weight: 600;
    font-size: 17px;
    border: none;
    border-radius: 5px;
    margin: 15px 15px 0 0;
    -webkit-box-shadow: 0 15px 30px 0 rgb(5 16 44 / 15%);
    box-shadow: 0 15px 30px 0 rgb(5 16 44 / 15%);
    transition: .4s;
    -webkit-transition: .4s;
}
.button:hover {
    transform: translateY(-5px);
}
.outline:hover {
    color: #206dc7;
}
.solid {
    background: transparent linear-gradient(
90deg,rgba(31,108,199,1) 0%,rgba(73,172,229,1) 100%) 0% 0% no-repeat padding-box;
}
.outline {
    font-weight: 600;
    font-size: 17px;
    color: #3db5ff;
    transition: .4s;
    -webkit-transition: .4s;
}
.vehicles-1 {
    margin-bottom: 40px;
}
.vehicle {
    width: fit-content;
    padding: 25px;
    background-color: rgb(250, 251, 255);
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 30px 0 rgb(5 16 44 / 15%);
    box-shadow: 0 10px 30px 0 rgb(5 16 44 / 15%);
}

.vehicle img {
    width: 100%;
    max-height: 200px;
    min-height: 180px;
}
.vehicle span {
    width: 50%;
    text-align: left;
    padding-left: 5%;
}

.gallery {
    padding: 20px 55px;
    text-align: center;
}
.gallery-head {
    margin: 35px 0;
}
.hideImage {
	position: relative;
    padding: 15px 0;
    display: grid;
    grid-template-columns: calc(25% - 7.5px) calc(25% - 7.5px) calc(25% - 7.5px) calc(25% - 7.5px);
    grid-template-rows: auto auto auto auto;
    grid-template-areas:'item-1 item-1 item-2 item-2''item-3 item-3 item-4 item-5''item-6 item-7 item-8 item-9''item-10 item-11 item-11 item-12';
    gap: 10px 10px;
}
.hideImage img {
    object-fit: cover;
    width: 100%;
    height: 320px;
    border-radius: 4px;
}
.showImage img {
    width: calc(25% - 12px);
    margin-right: 6px;
    margin-left: 6px;
    flex: 1 0 auto;
    margin-bottom: 20px;
}
.item-box {
    height: 100%;
    object-fit: cover;
}

.hideImage .item-1 {grid-area: item-1}
.hideImage .item-2 {grid-area: item-2}
.hideImage .item-3 {grid-area: item-3}
.hideImage .item-4 {grid-area: item-4}
.hideImage .item-5 {grid-area: item-5}
.hideImage .item-6 {grid-area: item-6}
.hideImage .item-7 {grid-area: item-7}
.hideImage .item-8 {grid-area: item-8}
.hideImage .item-9 {grid-area: item-9}
.hideImage .item-10 {grid-area: item-10}
.hideImage .item-11 {grid-area: item-11}
.hideImage .item-12 {grid-area: item-12}

.services{
    padding: 4pc 0 6pc;
}
.services-head {
    margin-bottom: 4pc;
}
.services-head h2 {
    font-size: 2.5em;
    margin: 15px 0 30px;
    font-weight: 400;
}
.services-entry {
    display: flex;
    align-items: flex-start;
}
.service {
    width: calc(25% - 40px);
    text-align: center;
    margin: 0 20px;
    padding: 30px 30px 15px;
    background-color: rgb(250, 251, 255);
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 30px 0 rgb(5 16 44 / 15%);
    box-shadow: 0 10px 30px 0 rgb(5 16 44 / 15%);
}
.service img {
    margin: 0 auto;
    width: 30%;
    margin-bottom: 15px;
}
.service h3 {
    font-weight: 600;
    font-size: 1em;
}
.service:hover h3{
    color: #1e8fe2;
}
.service p {
    font-size: 14px;
}
.price-card{
shape-rendering:geometricPrecision;
text-rendering:geometricPrecision;
image-rendering:optimizeQuality;
fill-rule:evenodd;
clip-rule:evenodd
}
.container {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.app-presentaion {
    padding: 20px 40px;
    background-image: url(../images/bg-animated.jpg);
    text-align: center;
    overflow: hidden;
}
.app-head {
    margin-bottom: 55px;
    line-height: 35px;
    color: #fff;
}
.app-head h2 {
    font-size: 30px;
}
.app-entry {
    display: flex;
    align-items: flex-start;
    position: relative;
}
.app-image {
    width: 45%;
    padding-left: 40px;
}
.app-image img {
    width: 270px;
    height: 100%;
}
.app-text {
    width: 55%;
    text-align: left;
    height: 580px;
}
.app-text ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    line-height: 30px;
}
.app-text ul li {
    width: 50%;
}
.app-text h3 {
    font-size: 25px;
    color: #fefefe;
}
.app-text ul li span {
    font-size: 14px;
    text-transform: lowercase;
    color: #fefefe;
}
.phase {
    font-size: 23px;
    font-weight: 600;
    color: #fefefe;
}
.download {
    position: absolute;
    bottom: 13%;
    left: 15px;
}
.download span {
    display: flex;
    align-items: center;
}
.download span a {
    border: 1px solid #fefefe;
    margin-right: 25px;
    padding: 0 10px;
    border-radius: 50px;
    transition: ease-in-out .2s;
}
.download span a:hover {
    background: #fefefe;
}
.download span a svg path{
transition: ease-in-out .2s;
}
.download span a:hover svg path {
    fill: #000 !important;
}
.footer {
    position: relative;
    overflow: hidden;
}
.footer-container {
    display: flex;
    align-items: flex-start;
    padding: 35px;
}
.footer-container div {
    width: 23.5%;
    padding-left: 1%;
}
.footer-container .footer-4 {
    width: 29.5%;
}
.footer-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 32px;
}
.footer-container div h3 {
    color: #555;
    font-size: 20px;
}
.footer-container ul li {
    position: relative;
    z-index: 1;
}
.footer-container ul li span {
    font-size: 14px;
    color: #777;
}
.footer-container ul li:hover span {
    color: var(--main-color);
}
.footer-4 ul:not(:last-child) {
    margin-bottom: 30px;
}

.wave {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.social-media ul {
    display: flex;
    align-items: center;
}
.social-media ul li {
    margin-right: 15px;
}
.social-media ul li svg {
    width: 33px;
    fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;
    transition: ease-in-out .2s;
}
.social-media ul li svg:hover {
    transform: scale(1.1);
}
.f1{
	fill:#1877f2;fill-rule:nonzero;

}
.f2 {
    fill: #fff;
	fill-rule:nonzero;
}
.t1{fill:#1DA1F2;}
.st1{fill:#FFFFFF;}
.t2{fill:none;}
.wave-3-bottom-0{fill:#377DFF;}

body.pages, .pages .header.fixed, .pages .header {
    background-color: #fefefe;
}

/* Accordion */
.accordion{position:relative; list-style:none;margin:30px 0 0;padding:0; font-size:14px;line-height:1.7em}
.accordion li{width:100%;padding:18px 0;border-bottom:1px solid #eee}
.accordion .content{margin:0;padding-left:32px; position:relative; overflow:hidden;max-height:0; transition:ease .2s; opacity:.8}
.accordion p:first-child{margin-top:0}
.accordion p:last-child{margin-bottom:0}
.accorTitle{display:flex;align-items:center; font-weight:900;color:var(--second-color);padding:0 5px}
.accorTitle span{flex-grow:1}
.accorIcon{flex-shrink:0; display:flex;align-items:center;justify-content:center; width:12px;height:12px;margin-right:15px;position:relative}
.accorIcon:before, .accorIcon:after{content:''; display:block;width:100%;height:2px; border-radius:2px; background-color:var(--second-color)}
.accorIcon:after{position:absolute; transform:rotate(90deg)}
.accorMenu:checked ~ .accorTitle span{color:var(--main-color)}
.accorMenu:checked ~ .accorTitle .accorIcon:before, .accorMenu:checked ~ .accorTitle .accorIcon:after{background-color:var(--main-color)}
.accorMenu:checked ~ .accorTitle .accorIcon:after{visibility:hidden;opacity:0}
.accorMenu:checked ~ .content{max-height:100vh;padding-top:15px;padding-bottom:8px}

.mainContent {padding-top: 100px;}
.faq-page {display: flex;padding-top: 20px;}
.faq-page .page-content {width: 75%;padding-bottom: 40px;}
.faq-page .sidebar {width: 25%;background-color: #f2f2f2;margin-right: 3%;position: sticky;top: 0;border: 1px solid #ddd;height: fit-content;padding: 15px;}
.faq-page .contact-info svg {stroke: var(--second-color);width: 22px;height: 22px;vertical-align: middle;margin-right: 15px;stroke-width: 1.5;}
.faq-tsvg {fill: #222;width: 150px;vertical-align: middle;height: auto;}

.page-title {text-align: left;padding: 20px 2%;}
.page-title p {opacity: 0.7;}
.faq-page .sidebar h2 {font-size: 19px;margin: 0;color: #777;padding: 15px 10px 30px;border-bottom: 2px solid #ccc;margin-bottom: 20px;}
.faq-page .phone-number {display: block;width: fit-content;padding: 15px 20px 20px;margin-bottom: 10px;font-weight: 500;font-size: 16px;}
.faq-page .work-time {background-color: #fcfcfc;padding: 20px;color: #555;}
.faq-page .work-time svg {stroke: #555;width: 19px;height: 19px;}
.faq-page .work-time span p {margin: 21px 0;}
.faq-page .email {width: fit-content;display: block;margin-top: 10px;padding: 20px 20px 15px;}


/* Equipment */ 

.category h2 {
    font-size: 23px;
    color: #999;
    margin-bottom: 40px;
    padding-left: 1%;
}
.category h2:after {
    content: '';
    display: block;
    width: 15%;
    height: 2px;
    background-color: var(--main-color);
    position: relative;
    top: 15px;
    left: 5px;
}
.category ul {list-style: none;margin: 0;padding: 0;display: flex;align-items: center;flex-wrap: wrap;}
.category ul li {width: calc(25% - 10px);margin-right: 5px;margin-left: 5px;margin-bottom: 15px;}
.cat-equipment {
    padding: 0px 15px 15px;
    border: 1px solid #eee;
    text-align: left;
    height: 100%;
    border-radius:2px;
}
.cat-equipment img {object-fit: contain;height: 200px;width: 100%;}
.cat-equipment span h3 {
    font-size: 20px;
    color: var(--second-color);
}
.cat-equipment span p {
    opacity: .7;
    color: #121212;
    font-size: 14px;
}
/* Offer Enterprise */
.page-intro {
    height: 500px;
    padding-top: 20px;
}
.intro-container{
    display: flex;
    align-items: center;
}
.pIntro-text {
    margin-top: -4%;
    width: 40%;
}
.pIntro-img img {
    width: auto;
    height:500px;
}
.pIntro-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
    height: 500px;
}
.pIntro-text h1 {
    font-size: 35px;
}

.pIntro-text a {
    background: var(--main-color);
    display: block;
    color: #fefefe;
    padding: 12px 30px;
    font-size: 18px;
    width: fit-content;
    font-weight: 500;
    border-radius: 40px;
    margin-top: 14%;
    transition: ease-in-out .3s;
    -webkit-transition: ease-in-out .3s;
}
.pIntro-text a:hover {
    transform: translateY(-4px);
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.slider {
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: auto;
  padding: 10px 0px;
  background: #fff;
}
.slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide {
  height: 100px;
  width: 250px;
}

.offers {
    padding: 20px;
}
.offers-container{
    width: 90%;
}
.offers-head {
    width: fit-content;
    padding: 20px;
    margin-bottom: 25px;
    text-align: center;
}
.offers-head h2 {
    font-size: 30px;
    margin-bottom: 35px;
}
.offers-head p {
    width: fit-content;
    font-size: 14px;
    padding-left: 20px;
}
.offers-entry {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.offers-entry span {
    width: calc(33.33% - 10px);
    flex: 0 0 auto;
    text-align: center;
    margin: 0 5px 15px;
}

.offers-entry span svg {
    width: 60px;
    fill: #999;
}
.offers-entry span svg.line {
    stroke: #999;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.2px;
    stroke-miterlimit: 10;
}
.offers-entry span h3 {
    font-size: 20px;
    color: #777;
}
.offers-entry span p {
    padding: 0 8%;
    font-size: 14px;
}
.ask-for-offer {
    padding: 20px 40px;
}
.ask-offer-head {
    text-align: center;
    padding: 25px 45px;
    margin-bottom: 30px;
}
.ask-offer-head h2 {
    font-size: 30px;
    margin-bottom: 35px;
}
.ask-offer-head p {
    font-size: 14px;
}
.offer-fea {
    display: flex;
    align-items: center;
    justify-content: center;
}
.offer-fea span {
    display: flex;
    align-items: center;
    margin: 0 15px;
    width: fit-content;
}
.offer-fea span svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    vertical-align: middle;
}
.ask-offer-entry {
    display: flex;
}
.features-offer {
    width: 50%;
}
.features-offer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 60px;
}
.features-offer ul li {
    display: flex;
    align-items: center;
}
.features-offer ul li svg.line {
    fill: none;
    stroke: #121212;
    width: 23px;
    height: 23px;
    stroke-width: 1.5px;
    stroke-linecap: round;
    stroke-linejoin: round;
    margin-right: 10px;
    vertical-align: middle;
}

/* Widget ContactForm */
.contact-form {
    width: 50%;
}
.contact-form .person {
    display: flex;
    align-items: center;
}
.contact-form .person .formcolumn {
    width: 50%;
}
.contact-form .person .formcolumn:not(:last-child) {
    margin-right: 20px;
}
.formcolumn {
    display: flex;
    align-items: center;
    border: 1px solid #eee;
    height: 45px;
    margin-bottom: 20px;
    border-radius: 30px;
    padding-left: 15px;
    position: relative;
}
.formcolumn input {
    width: 100%;
    height: 43px;
    outline: 0;
    border: 0;
    font-size: 15px;
    border-radius: 30px;
    padding-left: 30px;
    background: transparent;
    color: #999;
}
.formcolumn input:focus ~ svg {
    stroke: var(--main-color);
}
.formcolumn input:focus ~ svg.icon {
    fill: var(--main-color);
}

.contact-form svg {
    stroke: #999;
    fill: none;
    width: 22px;
    height: 22px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5px;
    margin-right: 8px;
}
.contact-form .formcolumn svg {
    position: absolute;
}
.contact-form .formcolumn svg.icon {
    fill: #999;
    stroke: none;
}
.message-lable {
    display: flex;
    align-items: center;
    color: #999;
    padding-left: 5px;
}
#contact-form-message {
    border-radius: 5px;
    border: 1px solid #eee;
    height: 180px;
    width: 100%;
    background: transparent;
}
.submit-data {
    border: 0;
    background: var(--main-color);
    color: #fefefe;
    font-size: 16px;
    margin: 10px 0 0;
    padding: 7px 17px;
    border-radius: 2px;
}

/* Point de Rencontres */
.rencontre-page {
    background: #fff;
}
.rencontre-Intro {
    display: flex;
    align-items: center;
    height: 500px;
}
.rencontre-Intro-text {
    width: 50%;
    margin-top: -4%;
}
.rencontre-itro-img {
    width: 50%;
}
.rencontre-itro-img img {
    width: 100%;
    height: 100%;
}
.rencontre-Intro-text h1 {
    font-size: 35px;
    color: #444;
}
.rencontre-Intro-text p {
    padding: 10px 40px 10px 5px;
    font-size: 14px;
    color: #888;
}
.rencontre-Intro-text a {
    font-size: 18px;
    background: var(--main-color);
    color: #fefefe;
    display: block;
    width: fit-content;
    margin-top: 8%;
    font-weight: 500;
    padding: 12px 30px;
    border-radius: 30px;
}

.rencontre-point .accordion li {
    border: 0;
}
.rencontre-point {
    display: flex;
    align-items: flex-start;
}
.rencontre-point ul.accordion {
    width: 50%;
    font-size: 18px;
}
.rencontre-point .content {
    font-size: 14px;
}
.rencontre-entry {
    padding: 20px;
    background: #fefefe;
}
.rencontre-container h2 {
    font-size: 30px;
    text-align: center;
    color: #555;
}
.rencontre-container p.desc {
    text-align: center;
    margin-top: 35px;
    padding: 0 10%;
    font-size: 14px;
}
.rencontre-point .accordion li .accorTitle span h3 {
    font-size: 18px;
    margin: 0;
    font-weight: 500;
}

/* Tarifs */
.th-container {
    display: flex;
    align-items: center;
    padding: 40px 20px 20px;
}
.th-container div {
    width: 50%;
}
.th-img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.th-text h1 {
    font-size: 35px;
    color: #444;
}
.th-text a {
    font-size: 18px;
    background: var(--main-color);
    color: #fefefe;
    display: block;
    width: fit-content;
    margin-top: 10%;
    font-weight: 500;
    padding: 12px 30px;
    border-radius: 30px;
}
.th-container .Tarifs-fea {
    display: flex;
    width: 100%;
    align-items: flex-start;
    margin-top: 8%;
}
.Tarifs-fea span {
    width: 25%;
    padding: 0 20px 0 0;
    font-size: 15px;
    display: flex;
    justify-content: center;
    line-height: 3;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
}

.Tarifs-fea span svg {
    height: 50px;
    width: 50px;
    fill: #666;
}

.prices-container {
    display: flex;
    align-items: flex-start;
}
.notre-tarifs {
    width: 45%;
    padding-right: 5%;
}
.Tarifs-price {
    padding: 30px 0;
}
.prices-head {
    text-align: center;
    margin-bottom: 50px;
}
.prices-head h2 {
    font-size: 30px;
    color: #555;
}
.notre-tarifs h3 {
    font-size: 22px;
    margin-top: 0;
    color: #444;
    margin-bottom: 35px;
}
.notre-tarifs h3:after {
    content: '';
    display: block;
    width: 40%;
    height: 2px;
    background: var(--main-color);
    position: relative;
    top: 15px;
    left: 5px;
}
.notre-tarifs span:not(:last-child) {
    margin-bottom: 40px;
    display: block;
}
.notre-tarifs p {
    font-size: 14px;
    letter-spacing: 0.5px;
    opacity: .7;
}

.main-tabs input[type=radio] {
  display: none;
}

#tab-1:checked ~ .tab label:nth-child(1),
#tab-2:checked ~ .tab label:nth-child(2),
#tab-3:checked ~ .tab label:nth-child(3),
#tab-4:checked ~ .tab label:nth-child(4) {
    background-color: rgb(61 181 255);
    color: #fefefe;
}

.content > div {
  display: none;
  height: 363px;
}

#tab-1:checked ~ .content div:nth-child(1),
#tab-2:checked ~ .content div:nth-child(2),
#tab-3:checked ~ .content div:nth-child(3),
#tab-4:checked ~ .content div:nth-child(4) {
  display: block;
}

.main-tabs {
    margin: 0;
    width: 50%;
    border: 1px solid #eee;
}
.tab{
display: flex;
align-items: center;
}
.tab label {
    font-size: 17px;
    cursor: pointer;
    color: #000;
    width: 33.33%;
    display: inherit;
    font-weight: 500;
    line-height: 29px;
    text-align: center;
    padding: 15px 10px;
    border-bottom: 1px solid #eee;
}
.tab label:not(:last-child) {
    border-right: 1px solid #eee;
}
.sec1, .sec2 {
    border-bottom: 1px solid #eee;
    padding: 10px 30px;
    height: 100px;
    line-height: 100px;
}
.sec3 {
    padding: 10px 30px;
    height: 100px;
    line-height: 100px;
}
.sec2 {
    background-color: #eeeeee45;
}
.content-dis p {
    margin: 2% 0 3%;
    height: auto;
    line-height: normal;
}
.ponctual-entry {
    display: flex;
    align-items: center;
}
.ponctual-entry div {
    width: 50%;
}
.ponctual-img img {
    width: 100%;
    height: 100%;
}
.ponctual-text h2 {
    font-size: 30px;
}
.ponctual-text p {
    padding-right: 12%;
    font-size: 14px;
    letter-spacing: 1px;
}
.ponctual {
    background-color: #fff;
    padding: 15px;
}

@media screen and (max-width:1300px){
    .header.fixed .nav {
    margin-left: 27%;
}
}
@media screen and (min-width:768px){
::-webkit-scrollbar{-webkit-appearance:none;width:7px;}
::-webkit-scrollbar-track{background-color:transparent}
::-webkit-scrollbar-thumb{background-color:#767676;border-radius:10px}
}
@media screen and (max-width: 1100px){
  .logo {width: 13%;}
  .header.fixed .nav {margin-left: 8%;}
  .intro-image img {width: 470px;}
  .resreve{position: initial;width: 100%;font-size: 13px;margin-top: 20px;}
  .resreve a{width: 35%;padding: 13px 0px;}
  .mainContent.homepage{padding-top:120px;}
  .site-intro h1{font-size: 2.5em;margin-top: 20px;}
  .service {
    width: calc(25% - 20px);
    margin: 0 10px;
    padding: 30px 20px 15px;
    -webkit-box-shadow: 0 10px 30px 0 rgb(5 16 44 / 8%);
    box-shadow: 0 10px 30px 0 rgb(5 16 44 / 8%);
}
  .vehicles-head h2, .services-head h2, .best-paris span h2{font-size: 30px;}
  .service span svg {width: 90px;height: 90px;}
  .rencontre-Intro {padding-top: 30px;}
  .tab label {font-size: 15px}

}
@media screen and (max-width:896px){
li.close-nav, label.navMenu {display: block;
margin-left: auto;
}
.nav ul {display: block;list-style: none;align-items: center;position: fixed;background: #fff;top: 0;left: 0;right: 0;max-width: 480px;bottom: 0;z-index: 3;transition: ease-in-out .3s;margin-left: -200%;width: 85%;margin-top: 0;margin-bottom: 0;padding: 0;border-top-right-radius: 15px;border-bottom-right-radius: 15px;box-shadow: 3px 0px 12px #00000017;}
.nav ul li {padding: 15px;margin-bottom: 10px;}
.navMenu svg{display: block;stroke-width: 2.5px;stroke: #000;z-index: 2;width: 30px;height: 30px;}
label.close svg.line {stroke: var(--second-color);stroke-linecap: round;stroke-linejoin: round;width: 22px;height: 22px;vertical-align: middle;}
label.close {display: flex;align-items: center;font-size: 12px;}
label.close span {margin-right: auto;font-size: 18px;}
.nav li.close-nav {padding: 18px 25px;border-bottom: 1px solid #eee;}

#navInput:checked ~ label.fullclose{background:rgb(0 0 0 / 20%);-webkit-backdrop-filter:blur(50px); backdrop-filter:blur(10px);opacity:1;visibility:visible}
#navInput:checked ~ .nav ul {margin-left: 0;}

.header {
    position: fixed;
    height: auto;
    padding: 5px 15px;
    background-color: rgb(250, 251, 255);
    border-radius: 0 0 10px 10px;
    box-shadow: 0 10px 20px 0 rgb(5 16 44 / 15%);
    -webkit-box-shadow: 0 10px 20px 0 rgb(5 16 44 / 15%);
}
.header.fixed .nav, .nav {margin-left: 0;}
.mainContent.homepage {
    background-image: url(../images/bg-animated.jpg);
    padding-top: 70px;
    margin-top: 50px;
    background-size: 100% 470px;
}
.header-tooltip {
    margin: 5% auto 0;
    width: fit-content;
}
.site-intro h1, .site-intro h1 b, .site-intro p {
    color: #fff;
}
p.teaser{
    font-size: 20px;
}
.watch-button svg, .bounce{
    stroke: #fff;
}
.watch-vid .watch-button a p.vid-button{
    border-color:#fff;
}
.Header-container{justify-content: center;}
.logo {width: auto;}
.watch-vid {
    width: fit-content;
    margin: 10px auto;
}
.Etapes-heading {
    text-align: center;
    font-size: 16px;
}
.etapes-fr {
    flex-wrap: wrap;
    width: 100%;
}
.Etape {
    width: 50%;
    text-align: center;
    padding: 10px 25px;
}
.bg-color-2 {
    margin: 0 auto;
}
.Etapes-line {
    display: none;
}
.video {
    height: 300px;
}
.video-text {
    font-size: 30px;
}
.vehicles-1 ,.vehicles-2{
    flex-wrap: wrap;
}
.vehicles-2 {
    flex-direction: column-reverse;
}
.media, .text{
    width: 100%;
}
.media {
    display: flex;
    height: fit-content;
    margin: 35px 0;
}
.vehicle.w-1, .vehicle.w-2, .vehicle.h-1, .vehicle.h-2{
    inset: 0;
    position: initial;
    padding: 25px 25px 15px;
    width: calc( 50% - 20px);
    margin: 0 10px;
    background-color: rgb(247 248 252);
    -webkit-box-shadow: 0 10px 30px 0 rgb(5 16 44 / 10%);
    box-shadow: 0 10px 30px 0 rgb(5 16 44 / 10%)
}
.best-paris a{
    padding: 15px 20px;
}
.hideImage {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.hideImage img {
    width: calc(50% - 10px);
}
.intro{background-size: cover;height: 450px;}
.intro .main-container, .reservation-entry{flex-wrap: wrap;}
.site-intro{width: 100%;top: 0;text-align: center;margin: 15px 0;}
.intro-image {display: none;}

.reservation-video{width: 100%;}
.reservation-text {width: 100%;padding-left: 0;padding-top: 30px;}
.reservation-text ul, .reservation-text h3 {width: fit-content;margin: 0 auto;margin-bottom: 20px;}
.resreve{justify-content: center;}

.best-paris svg {width: 150px;}
.best-paris span {width: calc(80% - 150px);}
.best-paris a {width: 20%;text-align: center;padding: 11px 20px;}

.vehicles-head h2, .services-head h2, .best-paris span h2 {font-size: 2.2em;}
.services-head {
    text-align: center;
}
.popup iframe {
    top: 25%;
    bottom: 25%;
    width: 90%;
    min-height: 50%;
}

.services-entry{
    flex-wrap: wrap;
}
.service {
    width: calc(50% - 20px);
    margin: 0 10px 25px;
}
.service span svg {width: 70px;height: 70px;}

.hideImage {
    display: flex;
    flex-wrap: wrap;
}
.hideImage img{
    width: calc(50% - 10px);
}
.app-entry{
    flex-wrap: wrap;
}
.app-text, .app-image{
    width: 100%;
}
.app-image img {
    width: 320px;
}
.download {position: relative;bottom: -10px;left: 0;}

.footer-container{flex-wrap: wrap;}
.footer-container div {width: 49%;padding-left: 1%;}
.footer-container .footer-4 {width: 49%;}

.faq-page .sidebar h2 {font-size : 16px;}
.faq-page .phone-number, .faq-page .email{font-size: 14px;}
.faq-page .work-time {font-size: 13px;}

.category ul li {width: calc(50% - 10px);}

.th-container .Tarifs-fea {
    flex-wrap: wrap;
}
.Tarifs-fea span {
    width: 40%; 
}

}
@media screen and (max-width:540px){

.Etapes-heading h2 {
    font-size: 2em;
}
.Etape {
    height: 250px;
}
.video-text {
    font-size: 23px;
}
.media {
    display: block;
}
.vehicle.w-1, .vehicle.w-2, .vehicle.h-1, .vehicle.h-2 {
    width: 90%;
    margin: 0 auto 25px;
}
.bp-container {
    flex-wrap: wrap;
}

.services-entry, .best-paris {flex-wrap: wrap;}
.service {width: 100%;}
.reservation-head h2 {font-size: 19px;margin-top: 40px;}
.reservation-head p {margin: 20px 0px 50px;padding: 0;font-size: 12px;line-height: 1.8;}
.reservation-text h3 {font-size: 19px;}
.reservation-text ul li span {font-size: 12px;}

.best-paris svg {width: 100%;height: 125px;}
.best-paris span {width: 100%;text-align: center;}
.best-paris a {width: 70%;text-align: center;padding: 15px 20px;}

.vehicles-head h2 {padding: 0;font-size: 28px;margin-bottom: 30px;}
.gallery {padding: 20px;}
.hideImage img {width: 100%;}

.app-head {margin-bottom: 20px;}
.app-head h2 {font-size: 28px;}
.app-head p {font-size: 12px;}
.app-entry {flex-wrap: wrap;}
.app-text {width: 100%;text-align: center;height: 100%;}
.app-text h3 {font-size: 20px;}
.app-text ul li span {font-size: 18px;}
.download span {justify-content: center;margin-bottom: 25px;flex-wrap: wrap;}
.download span a{width: 100%;margin-bottom: 10px;}
.download span a svg {width: 180px;}
.app-image img {margin-top: 30px;width: 200px;}
.app-image {width: 100%;padding-left: 0;}
.app-text ul{
    flex-wrap: wrap;
}
.app-text ul li {
    width: 100%;
}

.footer-container div {width: 100%;padding-left: 0;}
.footer-container div h3{font-size: 22px;}
.footer-container ul li span {font-size: 18px;}

.faq-page {
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.faq-tsvg{
    width: 90px;
}
.page-title h1 {
    font-size: 20px;
}
.page-title p {
    font-size: 13px;
    line-height: 20px;
}
.faq-page .page-content {
    margin: 0 auto;
    width: 85%;
}
.faq-page .sidebar {
    width: 85%;
    position: initial;
    margin: 30px auto 0;
}

.intro-container {
    flex-wrap: wrap;
}
.pIntro-text, .pIntro-img{
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0 15px;
    height: 300px;
}
.pIntro-img img{
    height: 300px;
}
.page-intro {
    height: auto;
}
.pIntro-text h1 {
    font-size: 22px;
}
.pIntro-text a {
    margin: 20px auto 0;
    font-size: 14px;
    padding: 13px 25px;
}
.offers-head{
    padding: 15px 0;
}
.offers-head h2 {
    font-size: 22px;
}
.offers-head p {
    padding-left: 0;
}
.offers-entry span {
    width: 100%;
}
.ask-offer-head{
    padding: 15px 0;
}
.ask-offer-head h2 {
    font-size: 22px;
    margin-bottom: 25px;
}
.ask-offer-entry {
    flex-wrap: wrap;
}
.features-offer, .contact-form{
    width: 100%;
}
.contact-form {
    margin-top: 25px;
}
.rencontre-Intro {
    flex-wrap: wrap;
}
.rencontre-Intro-text, .rencontre-itro-img{
    width: 100%;
}
.rencontre-Intro-text {
    text-align: center;
    margin: 0;
}
.rencontre-Intro-text h1 {
    font-size: 25px;
}
.rencontre-Intro-text p {
    padding: 15px 0;
}
.rencontre-Intro-text a {
    font-size: 16px;
    padding: 10px 25px;
    margin: 0 auto;
}
.rencontre-container h2 {
    font-size: 23px;
}
.rencontre-container p.desc {
    padding: 0;
}
.rencontre-point {
    flex-wrap: wrap;
}
.rencontre-point ul.accordion {
    width: 100%;
}
.th-container {
    flex-wrap: wrap;
}
.th-container div {
    width: 100%;
    text-align: center;
}
.th-text h1 {
    font-size: 30px;
}
.th-text a {
    font-size: 16px;
    margin: 0 auto;
}
.th-container .Tarifs-fea {
    flex-wrap: initial;
}
.Tarifs-fea span {
    width: 33.33%;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.th-img img {
    width: 280px;
    height: 100%;
}
.prices-head h2 {
    font-size: 25px;
}
.prices-container, .ponctual-entry {
    flex-wrap: wrap;
}
.notre-tarifs {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
}
.main-tabs {
    width: 100%;
}
.tab label {
    font-size: 14px;
    height: 90px;
    width: fit-content;
}
.main-tabs {
    margin-top: 35px;
}
.ponctual-entry div {
    width: 100%;
    margin-bottom: 20px;
}
.th-container{
    padding: 40px 0 20px;
}
.Tarifs-price {
    padding: 0;
}

}
@media screen and (max-width:375px){
    .category ul li {width: 100%;}
    .site-intro h1{
        font-size: 2em;
    }
    p.teaser {
    font-size: 17px;
}
.Etapes-heading{
    font-size: 14px;
}
.Etape{
    width: 100%;
}
.vehicles-head h2, .services-head h2, .best-paris span h2 {
    font-size: 1.8em;
}
.video .main-container {
    flex-wrap: wrap;
}
.video-text {
    width: 100%;
    text-align: center;
}
.video-button {
    margin: 0;
    width: 100%;
}
.palyBut{
    left: 25%;
}
.svg-paly {
    position: relative;
    right: 50%;
}
.vehicle img {
    max-height: 160px;
    min-height: 150px;
}
.buttons a {
    width: 100%;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
}

}