html, body {
    max-width: 100%;
    overflow-x: hidden;
}
body{
	font-family: inherit;
}
.zoom {
  transition: transform .2s;
  margin: 0 auto;
}
.zoom:hover {
  transform: scale(1.1);
  background-color: #fff!important;
  box-shadow:0px 0px 0px 9px #fff!important;
}
blockquote {
    padding: 3rem;
    position: relative;
    background: #dd3333;
    color: #fff;
    border-radius: 10px;
    height: 289px;
    margin-top: 30px;
}
blockquote:before {
    content: "\f10d";
    position: absolute;
    color: #fff;
    top: -30px;
    left: 45px;
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 50px;
    background: var(--primary);
    border: 8px solid #fff;
    border-radius: 50%;
}
.about{
	padding-top: 30px;
	padding-bottom: 30px;
}
.part .item{ border: 2px solid white; 
	border-radius: 10px;
	background: #fff;
}
.part img { border-radius: 10px; }
.part h2{
	
	padding-top: 50px;
	padding-bottom: 25px;
	font-weight: 900;
	color: #fff;}

.part{ background:url(../images/prix-moto-en-pieces.jpg);
	background-attachment: fixed;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px;
}
.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.team .team-item {
    position: relative;
    margin-bottom: 30px;
    background: #ffffff;
}

.team .team-img {
    position: relative;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}

.team .team-img img {
    position: relative;
    width: 100%;
    margin-top: 15px;
    transform: scale(1.1);
    transition: .3s;
}

.team .team-item:hover img {
    margin-top: 0;
    margin-bottom: 15px;
}

.team .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team .team-social a {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    font-size: 16px;
    color: #ffffff;
    background:#ff0000;
    opacity: 0;
}

.team .team-social a:hover {
   color: #f7ed61;
    background: #1e2561;
    text-decoration: none;
}

.team .team-item:hover .team-social {
    background: rgba(256, 256, 256, .5);
}

.team .team-item:hover .team-social a:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team .team-item:hover .team-social a:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team .team-item:hover .team-social a:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .2s;
}

.team .team-item:hover .team-social a:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .3s;
}

.team .team-text {
    position: relative;
    padding: 25px 15px;
    text-align: center;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .07);
    border-top: none;
    border-radius: 0 0 15px 15px;
}

.team .team-text h2 {
    font-size: 22px;
    font-weight: 700;
}

.team .team-text p {
    margin: 0;
    font-size: 16px;
}















































.ab .abc{
	padding-top: 0px;
}
/*.wrapper {
  padding-top:40px;
  padding-bottom: 40px;
}*/

.dropdown {
        float: center;
    width: 100%;
    /* position: relative; */
    padding-bottom: 2em;
    background: #122a5fbd;
    color: #fff;
    text-align: justify;
    text-align-last: start;
}

.dropdown input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.dropdown label {
  cursor: pointer;
    display: inline-block;
    padding-left: 6.75rem;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 600;
    color: #fff;
    font-family: Arial, sans-serif;
}

.dropdown label:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  border-left: 8px solid #F5634A;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  margin-left: 4px;
}

.dropdown input[type=checkbox]:checked ~ label:before {
  border-left: 8px solid transparent;
  border-top: 8px solid #F5634A;
  border-right: 8px solid transparent;
  margin: 6px 0 0;
}

.dropdown .text {
  max-height: 0;
  -webkit-transition: max-height 1s; 
  -moz-transition: max-height 1s; 
  -ms-transition: max-height 1s; 
  -o-transition: max-height 1s; 
  transition: max-height 1s;  
  overflow: hidden;
  font-family: Georgia, serif;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0.05em;
      color: #fff;
  padding-left: 1.75rem;
}

.dropdown input[type=checkbox]:checked ~ .text {
  max-height: 100px;
}
.as{
	/*background: url('../images/0_Tu3jmmNEe6Fd_ez_.gif');
	background-attachment: fixed; 
	position: relative;*/
	background-color: rgb(46 64 103);
}
.as h2{
	background: #122a5fbd;
    color: #fff;
    margin: 0px;
    padding-top: 50px;
    padding-bottom: 30px;
}

.food {
    position: relative;
    width: 100%;
    padding:31px 0 30px 0;
    /*margin: 45px 0;*/
    /*background: rgba(0, 0, 0, .04);*/
    background: url(../images/shutterstock_472177843.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.food .food-item {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    padding: 13px 9px;
    text-align: center;
    background: #f6b718;
    border-radius: 15px;
    box-shadow: 0 0 30px rgb(18 42 95);
    transition: .3s;
}

.food .food-item:hover {
    box-shadow: none;
}

.food .food-item i {
   /* position: relative;*/
    display: inline-block;
    color: #fbaf32;
    font-size: 60px;
   /* line-height: 60px;*/
    margin-bottom: 20px;
    transition: .3s;
}

.food .food-item:hover i {
    color: #719a0a;
}

.food .food-item i::after {
    position: absolute;
    content: "";
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -20px;
    left: -15px;
    /*border: 3px dotted #fbaf32;
    border-right: transparent;
    border-bottom: transparent;
    border-radius: 100px;*/
    transition: .3s;
}

.food .food-item:hover i::after {
    border: 1px dotted #719a0a;
    border-right: transparent;
    border-bottom: transparent;
}

.food .food-item h2 {
    font-size: 30px;
    font-weight: 700;
}

.food .food-item a {
    position: relative;
    font-size: 16px;
}

.food .food-item a::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    bottom: 0;
    left: calc(50% - 25px);
    background: #fbaf32;
    transition: .3s;
}

.food .food-item a:hover::after {
    width: 100%;
    left: 0;
    background: #719a0a;
}



















/* -- start edited nav --*/
/*.header{
	width:100%;
	height:auto;
	background-color: #fbfbfb;
}*/
#my-bg{
	/*background-color:#09099e !important;*/
	/*background-color:#cf8911 !important;*/
}
.navbar-light .navbar-nav .nav-link {
	padding: 4px 15px;
    font-weight: bold;
    /* font-size: 0.85rem; */
    color:#0c2d63;
    font-size: 16px;

}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #f6b718;
}
.navbar-light .navbar-brand span{
	color: #ffbc00;
}
.navbar-light .navbar-brand {
    font-size: 36px;
    color: rgb(95, 216, 3);
    text-shadow: 1px 1px 0px #22a001;
}
/* -- end edited nav --*/


/* -- start Default nav --*/
.navbar-light .navbar-brand{
/*	font-size:36px;
	color:rgba(69,159,0,1.00);
	text-shadow: 1px 1px 0px #d2d2d2;*/
}
.navbar-light .navbar-brand span{
	/*color: #fd9c00;*/
    text-shadow: 1px 1px 0px #b58300;
}
.navbar-light .navbar-nav .nav-item{
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #dd3333;
}
.navbar ul li a{
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* -- end Defalult nav --*/
.banner{
margin-top: 0px;
}

.ticket-booking-block{
	position: absolute;
    top: 175px;
    right: -15px;
}
.ticket-booking-block h3{
	text-align: center;
    color: #ffffff;
    background: #dd3333;
    padding: 15px;
    border-radius: 5px;
}
.ticket-booking-block form input,.ticket-booking-block form textarea{
	margin-bottom:15px;
}
.ticket-booking-block .home-form-wrap{
	background-color:rgba(0, 0, 0, 0.4);
    padding: 30px;
}
.ticket-booking-block form label{
	/*color:#ffbe00;*/
	color:#ffbe00;
	text-align:center;
	padding: 0 0 3px 0;
}
.welcome-box{
	    /* width: 100%; */
    /* height: auto; */
    background:#122a5f;
}

.welcome-box .row{
	padding:20px 0;
	margin:0;
	/*background-color:#ffbe00;*/
	/*background-color:#002767;*/
	text-align:center;
}
.welcome-box .call-box{
	color:#ffffff;
	font-size:24px;
}
.welcome-box h1{
	color:#f6b718;
}
.welcome-box .row h2,.welcome-box .row p{
	line-height:30px;
	color:#ffff;
	letter-spacing: 0.5px;
}

.services{
	text-align:center;
	background-color:#ccc2c2;
	width:100%;
	height: auto;
}
.services .row{
	/*background-color:#f9f9f9;*/
	/*background-color:#fbfbfb;*/
	padding:50px 0;
	margin:0;
}
.services h4{
	text-align: center;
    margin: 15px 0;
	font-size:22px;
	/*color:#078401;*/
	color:#0039ff;
}

.services-request-form form select,.services-request-form form input,.services-request-form form textarea{
	margin-bottom:15px;
}

.footer{
	/*padding:50px 0;*/
	/*background:#444444;*/
	/*background:#5f5012;*/
	/*background-color:#022554;*/
	background: #0c2c64;
}
.footer a{
	color:#ffffff;
	font-weight:400;
	padding: 10px;
}

.footer .social-icons{
	text-align:center;
}
.footer .address p{
	text-align:right;
}
.footer .address p i{
	font-size:15px;
}
.footer i{
	font-size:25px;
	color:#f6b718;
}
.copyright{
	/*background-color:#3c3b3b;*/
	/*background-color:#7a6300;*/
	background: #040f2d;
	/*background-color:#00692d;*/
}
.rsg-icon p{
	text-align:right;
}

.active{
	color:green !important;
}
/* -- start other Pages -- */
.pages{
	width:100%;
	height:auto;
	background-color: #eceef1;
}
.pages .row{
	padding:50px 0;
	margin:0;
	/*background-color:#e4e1d6;*/
	/*background-color:#eceef1;*/
}
.pages h1,.pages h2{
	color:#00ad4d;
}
.pages .row h2,.pages .row p,.pages .row ul{
	line-height:30px;
}
.pages .row p,.pages .row ul{
	text-align:justify;
}
#servicespg .row{
	padding:0;
}
#servicespg .row h1{
	font-size: 30px;
    padding: 15px;
    margin: 0;
    text-align: center;
}
#career .row{
	background-color:#ffffff;
}
.contact{
	width: 100%;
	/*height:auto;
	background-color: whitesmoke;*/
}
.contact i {
   font-size: 25px;
    color: #df3333;
    margin-right: 20px;

}
.play-store{
	width: 24%;
    margin-top: -11px;
}
/* -- end other Pages -- */

@media(max-width:2560px){
    .ab{
        padding: 30px 0;
    }
	.ab .abc2{
		display: none;
	}
	.ticket-booking-block {    
		top: 143px;
	    right: 0px;
	}
	nav .navbar-brand{
		width: 10%;
	}
	.ticket-booking-block .home-form-wrap {
    background-color: rgb(14 43 98 / 49%);
    padding: 30px;
    /* height: 145%; */
    margin-top: 76px;
    border-radius: 20px;
	}

    .footer p{
    color: #ffffff;
    font-weight: 400;
    margin: 0;
    padding: 10px 0;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 30px;
}
}



@media(max-width:1920px){
    /* .bqw{
        margin-top: 80px;
    } */
	.as .imgg{
	height: 425px;
}
	.ticket-booking-block {    
		top: 143px;
	    right: 0px;
	}
	nav .navbar-brand{
		width: 10%;
	}
	.ticket-booking-block .home-form-wrap {
    background-color: rgb(18 42 95 / 81%);
    padding: 30px;
    /* height: 145%; */
    margin-top: 178px;
    border-radius: 20px;
    width: 456px;
    border: 5px solid #f6b718;
	}
}



@media(max-width:1440px){
	.ticket-booking-block {    
		top: 143px;
	    right: 0px;
	}
	nav .navbar-brand{
		width: 10%;
	}
	.ticket-booking-block .home-form-wrap {
        background-color: rgb(18 42 95 / 81%);
    padding: 30px;
    /* height: 145%; */
    margin-top: 54px;
    border-radius: 20px;
    width: 352px;
    border: 5px solid #f6b718;
	}
}

@media(max-width:1200px){
    .banner {
    margin-top: 137px;
}
	.ticket-booking-block .home-form-wrap {
	    padding: 14px;
	}
}
@media(max-width:1024px){
     .banner {
    margin-top: 0px;
}
    .welcome-box .row h2, .welcome-box .row p {
    line-height: 30px;
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 27px;
}
	.navbar-light .navbar-nav .nav-link {
	    padding: 10px 10px;
	}
	.ticket-booking-block h3 {
	    text-align: center;
	    font-size: 18px;
	    color: #f7f7f7;
	    background: #0039ff;
	    padding: 8px;
	    border-radius: 5px;
	}
	.ticket-booking-block form input, .ticket-booking-block form textarea {
	    margin-bottom: 7px;
	}
	.ticket-booking-block {
	    top: 114px;
	    right: 0px;
	}
	.ticket-booking-block .home-form-wrap {
    background-color: rgb(18 42 95 / 81%);
    padding: 20px;
    /* height: 145%; */
    margin-top: 21px;
    border-radius: 20px;
    width: 245px;
    border: 5px solid #f6b718;
    margin-right: -10px;
	}

}
@media(max-width:992px){
.footer p {
    text-align: center;
}
.footer .address p {
    text-align: center;
}
.navbar-toggler {
    background-color: rgba(255, 189, 0, 0.86);
}
.banner .slider {
    padding-right: 15px;
}
.banner .ticket-booking-block {
    padding-left: 15px;
}
.ticket-booking-block .home-form-wrap {
    padding: 50px;
}
.services .row {
    background-color: #f9f9f9;
    padding: 25px 0 0 0;
    margin: 0;
}
.services-block-wrap{
    margin-top: 30px;
    background: #e8e6e6;
    padding: 40px;
}
}
@media(max-width: 768px){
    .banner {
    margin-top: 0px;
}
    blockquote {
    padding: 3rem;
    position: relative;
    background: #dd3333;
    color: #fff;
    border-radius: 10px;
    height: 381px;
    margin-top: 30px;
}

	/*.ticket-booking-block {
    position: relative;
    top: 0;
    background: #746e6e;
    right: 0px;
}*/
.banner .slider {
    padding-right: 0px;
}
.ticket-booking-block .home-form-wrap {
     background-color: rgba(0, 0, 0, 0); 
    padding: 30px;
}
}
@media(max-width:576px){
    .bqw {
        margin-top: 0px;
    }
    /* .bqw{
        margin-top: 80px;
    } */
    .ab{
        padding-top: 30px;
        padding-bottom: 0px;
    }
      .banner {
    margin-top: 0px;
}
    .video{
        font-size: 19px!important;
    }
    .img-fluid {
    max-width: 43%!important;
    height: auto;
}
    .footer p{
    color: #ffffff;
    font-weight: 400;
    margin: 0;
    padding: 10px 0;
    font-size: 11px!important;
    letter-spacing: 0.5px;
    line-height: 30px;
}
    .asdf .zoom{
        margin-bottom: 50px;
    }
	.food .ff{
		color: #fff;
	}
	nav .navbar-brand {
    width: 14%;
}
	
	.ticket-booking-block .home-form-wrap {
        background-color: rgb(18 42 95 / 81%);
    padding: 20px;
    /* height: 145%; */
    margin-top: 98px;
    border-radius: 20px;
    width: 100%;
    border: 5px solid #f6b718;
    margin-bottom: 15px;
	}
	.ticket-booking-block {
    position: relative;
    top: -85px;
    /* background: #746e6e; */
    /* right: 0px; */
    margin-bottom: -88px;
}
	.ab .abc1{
		display: none;
	}
	.ab .abc2{
		display: block;
	}
.footer a {
    padding: 5px;
}
.ticket-booking-block h3 {
    padding: 15px;
    font-size: 25px;
}

}







@media(max-width:425px){

    .footer p{
    color: #ffffff;
    font-weight: 400;
    margin: 0;
    padding: 10px 0;
    font-size: 12px!important;
    letter-spacing: 0.5px;
    line-height: 30px;
}


	nav .navbar-brand {
    	width: 27%;
	}
    blockquote {
    padding: 3rem;
    position: relative;
    background: #dd3333;
    color: #fff;
    border-radius: 10px;
    height: 355px;
    margin-top: 30px;
    }
}






@media(max-width:375px){
    .banner {
        margin-top: 0px;
    }
    blockquote {
    padding: 3rem;
    position: relative;
    background: #dd3333;
    color: #fff;
    border-radius: 10px;
    height: 367px;
    margin-top: 30px;
    }
	.play-store{
	width: 24%;
    margin-top: 11px;
	}
	.ticket-booking-block .home-form-wrap {
    padding: 20px;
}
.navbar-light .navbar-brand {
    font-size: 30px;
    color: rgb(95, 216, 3);
    text-shadow: 1px 1px 0px #22a001;
}
	
}
@media(max-width: 320px){
    blockquote {
    padding: 3rem;
    position: relative;
    background: #dd3333;
    color: #fff;
    border-radius: 10px;
    height: 461px;
    margin-top: 30px;
}
}






/* @media(min-width: 2560px){.mobile{display: none;}}
@media(min-width: 1440px){.mobile{display: none;}}
@media(min-width: 1024px){.mobile{display: none;}}
@media(min-width: 768px){.mobile{display: none;}}
@media(max-width: 576px){.desktop{ display: none}}
@media (max-width: 425px){.desktop{ display: none}}
@media (max-width: 375px){.desktop{ display: none}}
@media (max-width: 320px){.desktop{ display: none}} */