@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.cdnfonts.com/css/coolvetica');
*{
	box-shadow: none !important;
}
body{
	font-family: "Poppins", sans-serif;
}
nav.navbar{
    background: #E94F33;
}
nav.navbar.home-header{
	background: transparent;
	z-index: 1;
}
nav.navbar .navbar-brand{
	padding: 0;
	width: 100%;
	text-align: center;
}
nav.navbar .navbar-toggler{
    position: absolute;
    right: 0;
    border: 1px solid #ffff;
    border-radius: 5px;
}
nav.navbar .navbar-toggler svg{
    width: 30px;
    height: 35px;
    fill: #fff;
}
nav.navbar .offcanvas{}
nav.navbar .offcanvas .offcanvas-header{}
nav.navbar .offcanvas .offcanvas-body{}
nav.navbar .offcanvas .offcanvas-body ul{}
nav.navbar .offcanvas .offcanvas-body ul .nav-item{}
nav.navbar .offcanvas .offcanvas-body ul .nav-item a{
    font-size: calc(1rem + 1vw);
    font-weight: 600;
    color: #ffffff;
    position: relative;
}
nav.navbar .offcanvas .offcanvas-body ul .nav-item a:after{
	content: "";
	background: #e94f33;
	position: absolute;
	width: 0;
	height: 7px;
	left: 0;
	bottom: 16px;
	transition: 0.5s;
	z-index: -1;
}
nav.navbar .offcanvas .offcanvas-body ul .nav-item a:hover:after{
	width: 100px;
}
nav.navbar .offcanvas .offcanvas-body ul li.button{
    margin-bottom: 10px;
}
nav.navbar .offcanvas .offcanvas-body ul li.button a{
    background: #ffffff;
    padding: 10px 10px;
    text-decoration: none;
    color: #5b5b5b;
    font-weight: 600;
    border-radius: 5px;
    width: 100%;
    transition: 0.5s;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}
nav.navbar .offcanvas .offcanvas-body ul li.button a svg{
	width: 30px;
    fill: #5b5b5b;
    transition: 0.5s;
}
nav.navbar .offcanvas .offcanvas-body ul li.button a:hover{
	background-color: #e94f33;
	color: #ffffff;
}
nav.navbar .offcanvas .offcanvas-body ul li.button a:hover svg{
	fill: #ffffff;
}
nav.navbar .offcanvas .offcanvas-body ul li.languages{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    gap: 15px;
    padding: 10px 0;
    margin-bottom: 15px;
}
nav.navbar .offcanvas .offcanvas-body ul li.languages a{
    width: 35px;
    height: 22px;
    padding: 0;
    border: 2px solid #ffffff;
    border-radius: 5px;
    box-sizing: initial;
    display: flex;
    overflow: hidden;
}
nav.navbar .offcanvas .offcanvas-body ul li.languages svg{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.hero{
    /*background-image: linear-gradient(to bottom, rgb(0 0 0 / 0.65), rgba(0, 0, 0, 0.65)), url(../images/discover-the-el-badi-palace-villa-marrakech.avif);*/
    background-image: url(../images/medina.jpg);
    background-size: cover;
    /*height: 620px;*/
    height: 515px;
    position: relative;
    margin: -80px 0 0 0;
}
section.hero .text{
    color: #fff;
    display: block;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 400px;
    text-align: center;
    padding-top: 110px;
}
section.hero .text h1{
    font-size: calc(2rem + 2vw);
    font-weight: 700;
    text-transform: uppercase;
}
section.hero2{
    background-image: url(../images/medina.jpg);
    background-size: cover;
    height: 380px;
    position: relative;
    margin: -80px 0 0 0;
}
section.hero2 .text{
    color: #fff;
    display: block;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 400px;
    text-align: center;
    padding-top: 110px;
}
section.hero2 .text h1{
    font-size: calc(2rem + 2vw);
    font-weight: 700;
    text-transform: uppercase;
}
section.hero2 .text p{
    font-size: 16px;
    margin: 10px 0 25px;
}
section.hero2 .text a.button-index{
    text-decoration: none;
    background: #363636ed;
    padding: 10px 30px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 2px solid #e94f33;
    border-radius: 40px;
}
section.hero2 .text a svg{
    width: 30px;
    fill: #ffffff;
    transition: 0.5s;
}
section.hero2 .text a.button-index:hover{
	color: #ffffff;
	background: #e94f33;
}
section.hero2 .text a.button-index:hover svg{	
    fill: #ffffff;
}

section.hero .text p{
    font-size: 16px;
    margin: 10px 0 25px;
}
section.hero .text a.button-index{
    text-decoration: none;
    background: #ffffff00;
    padding: 10px 30px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 2px solid #e94f33;
    border-radius: 40px;
}
section.hero .text a svg{
    width: 30px;
    fill: #ffffff;
    transition: 0.5s;
}
section.hero .text a.button-index:hover{
	color: #ffffff;
	background: #e94f33;
}
section.hero .text a.button-index:hover svg{
	fill: #ffffff;
}
section.hero .book-mobile{
	/*display: none;*/
	align-items: center;
	border: 1px solid #ffffff;
	padding: 15px;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 20px;
	width: 100%;
	max-width: 430px;
	border-radius: 15px;
	background: #0000008a;
}
section.hero .book-mobile .prices{
    text-align: center;
    margin-bottom: 15px;
}
section.hero .book-mobile .prices h4{}
section.hero .book-mobile .prices p{
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
}
section.hero .book-mobile .prices p.price span{
    color: #e94f33;
    font-size: 24px;
}
section.hero .book-mobile .option-price{
    margin-bottom: 10px;
}
section.hero .book-mobile .option-price p{
    margin: 0;
}
section.hero .book-mobile .button{}
section.hero .book-mobile .button a{
    color: #ffffffff;
    text-decoration: none;
    background: #e94f33;
    padding: 10px 20px;
    display: block;
    max-width: 240px;
    width: 100%;
    margin: 0 auto;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 500;
}
section.hero .book-mobile img{
    width: 170px;
    margin-top: 15px;
}
section.hero3{
    background-image: url(../images/audio-guide.png);
    background-size: cover;
    height: 380px;
    position: relative;
    margin: -80px 0 0 0;
}
section.hero3 .text{
    color: #fff;
    display: block;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 400px;
    text-align: center;
    padding-top: 110px;
}
section.hero3 .text h1{
    font-size: calc(2rem + 2vw);
    font-weight: 700;
    text-transform: uppercase;
}
section.hero3 .text a.button-index{
    text-decoration: none;
    background: #363636ed;
    padding: 10px 30px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 2px solid #e94f33;
    border-radius: 40px;
}
section.hero3 .text a svg{
    width: 30px;
    fill: #ffffff;
    transition: 0.5s;
}
section.hero3 .text a.button-index:hover{
	color: #ffffff;
	background: #e94f33;
}
section.hero3 .text a.button-index:hover svg{	
    fill: #ffffff;
}
.header-title{
	background: #fef9f7;
	padding: 30px 0;
}
.header-title h1{
    font-size: calc(1.2rem + 2vw);
    text-align: center;
    font-weight: 700;
    color: #4a4a4a;
}
.header-title p{}
.header-title a{
    text-decoration: none;
    background: #ffffff;
    padding: 10px 30px;
    border-radius: 5px;
    text-transform: uppercase;
    color: #5b5b5b;
    font-weight: 700;
    letter-spacing: 1px;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: fit-content;
    width: 100%;
    border: 1px solid #e94f33;
    margin: 0 auto;
}
.header-title a svg{
    width: 30px;
    fill: #5b5b5b;
    transition: 0.5s;
}
.header-title a:hover{
	color: #ffffff;
	background: #e94f33;
}
.header-title a:hover svg{
	fill: #ffffff;
}
.main-text{}
.main-text .text{}
.main-text .text h2{
    width: fit-content;
    margin-bottom: 10px;
    font-size: calc(1rem + 1.2vw);
    font-weight: 700;
    color: #e94f33;
    position: relative;
}
.main-text .text p{
    text-align: justify;
    margin-bottom: 30px;
}
.main-text .text .about-tour{
    padding: 15px 0 20px 0;
}
.main-text .text .about-tour li{
    list-style: none;
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
}
.main-text .text .about-tour li svg{
    width: 24px;
    position: absolute;
    top: 0;
    left: 0;
}
.main-text .text .about-tour li h5{
    margin-bottom: 0;
    font-size: 1rem;
}
.main-text .text .about-tour li p{
    margin-bottom: 0;
    font-size: 0.9rem;
    color: #636364;
}
.main-text .text .itinerary{
    margin-left: 15px;
    padding: 0;
    list-style: none;
    position: relative;
}
.main-text .text .itinerary:before{
	content: "";
	background: #e94f33;
	position: absolute;
	height: calc(100% - 24px);
	width: 16px;
	left: -14px;
}
.main-text .text .itinerary li{
    padding: 0 0 0 25px;
    position: relative;
    margin-bottom: 39px;
}
.main-text .text .itinerary li .icon{
    position: absolute;
    left: -24px;
    top: -6px;
    fill: #fff;
    background: #1a2b49;
    width: 35px;
    height: 35px;
    border-radius: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 32px #0000000f, 0 4px 8px #00000029 !important;
}
.main-text .text .itinerary li .icon svg{
    width: 20px;
}
.main-text .text .itinerary li .icon.end {
    background: #1cba38;
    border: 2px solid #fff;
}
.main-text .text .itinerary li .icon.end svg{}
.main-text .text .itinerary li .title{
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 600;
}
.main-text .text .itinerary li .text{
    margin-bottom: 0;
    font-size: 0.9rem;
    color: #636364;
}
.main-text .map{}
.main-text .map iframe{
    width: 100%;
    height: 400px;
}
.main-text .map{}
.main-text .map iframe{
    width: 100%;
    height: 400px;
}

.main-text .side-buttons{
	position: sticky;
    top: 20px;
}
.main-text .side-buttons .button-item{
    width: 100%;
    background: #e94f3312;
    margin-bottom: 20px;
    border-radius: 10px;
    display: flex;
    gap: 20px;
    padding: 20px;
    transition-duration: 0.5s;
    cursor: pointer;
}
.main-text .side-buttons .button-item .button-icon{}
.main-text .side-buttons .button-item .button-icon a{}
.main-text .side-buttons .button-item .button-icon a svg{}
.main-text .side-buttons .button-item .button-icon a svg{
    width: 60px;
    height: 60px;
}
.main-text .side-buttons .button-item .button-name{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
}
.main-text .side-buttons .button-item .button-name a{
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
}

.main-text .side-buttons .button-item:hover{
    background: #e94f33;
}
.main-text .side-buttons .button-item:hover .button-icon a svg{
    fill: #ffffff;
}
.main-text .side-buttons .button-item:hover .button-name a{
    color: #fff;
}
.slider-side .swiper-side{
    position: relative;
    width: 100%;
    height: 320px;
    margin-bottom: 20px;
    display: block;
    border-radius: 10px;
    z-index: 0;
}
.slider-side .swiper-side .swiper-wrapper{
	/*transform: translate3d(0px, 0px, 0px) !important;*/
}
.slider-side .swiper-side .swiper-wrapper .swiper-slide{
    width: 100% !important;
    height: 320px;
    position: relative;
    border-radius: 10px;
    margin: 0 !important;
}
.slider-side .swiper-side .swiper-wrapper .swiper-slide .swiper-image{
    width: 100%;
    height: 100%;
}
.slider-side .swiper-side .swiper-wrapper .swiper-slide .swiper-image img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider-side .swiper-side .swiper-wrapper .swiper-slide .swiper-content{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    background: #0000007d;
}
.slider-side .swiper-side .swiper-wrapper .swiper-slide .swiper-content h3{
    color: #fff;
    margin: 0;
    line-height: 26px;
}
.slider-side .swiper-side .swiper-wrapper .swiper-slide .swiper-content p{
    margin: 0;
    color: #fff;
    line-height: 18px;
    font-size: 16px;
}
.slider-side .swiper-side .swiper-wrapper .swiper-slide .swiper-content a{
    background: #e94f33;
    text-decoration: none;
    padding: 5px 20px;
    border-radius: 10px;
    color: #ffffff;
}
.slider-side .swiper-side .swiper-button-prev:after, .slider-side .swiper-side .swiper-button-next:after{
    font-size: 14px;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
}
.slider-side .swiper-side .swiper-button-prev{
	background: #e94f33;
	width: 30px;
	height: 30px;
	border-radius: 30px;
}
.slider-side .swiper-side .swiper-button-next{
    background: #e94f33;
    width: 30px;
    height: 30px;
    border-radius: 30px;
}
.book-block{
    display: flex;
    align-items: center;
    border: 1px solid #e94f33;
    padding: 15px;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
    border-radius: 10px;
}
.book-block .prices{
    text-align: center;
    margin-bottom: 10px;
}
.book-block .prices .price{
    color: #1a2b49;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;
}
.book-block .prices .price span{
    color: #e94f33;
    font-size: 24px;
}
.book-block .prices .price small{}
.book-block .option-price{
    margin: 0 0 10px;
}
.book-block .option-price p{
    margin: 0;
    text-align: center;
}
.book-block .prices .sub-price{
    color: #1a2b49;
    font-size: 0.9rem;
    margin-bottom: 0;
}
.book-block .button{}
.book-block .button a{
    padding: 14px;
    text-decoration: none;
    color: #fff;
    background: #e94f33;
    font-weight: 500;
    border-radius: 30px;
    display: block;
    width: 180px;
    text-align: center;
}
.right-side-picture{
    text-align: center;
    margin: 20px 0;
}
.right-side-picture img{
    width: 100%;
    max-width: 393px;
}
.faqs-section{
    background: #fef9f7;
}
.faqs-section .title{}
.faqs-section .title h2{
    font-size: calc(1.2rem + 2vw);
    text-align: center;
    font-weight: 700;
    color: #4a4a4a;
}
.faqs-section .accordion{}
.faqs-section .accordion .accordion-item{
    margin-bottom: 10px;
    border: 1px solid #f08976;
    border-radius: 10px;
    overflow: hidden;
}
.faqs-section .accordion .accordion-item .accordion-header{}
.faqs-section .accordion .accordion-item .accordion-header .accordion-button{
    font-size: 18px;
    font-weight: 600;
}
.faqs-section .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed){background: #e94f332b;color: #000000;}
.faqs-section .accordion .accordion-item .accordion-collapse{}
.faqs-section .accordion .accordion-item .accordion-collapse .accordion-body{
    text-align: justify;
    font-weight: 500;
}
.slider-besttrips{}
.slider-besttrips .title h2{
    font-size: calc(1.2rem + 2vw);
    text-align: center;
    font-weight: 700;
    border-bottom: 2px solid #e94f33;
    color: #4a4a4a;
}
.slider-besttrips .title p{
    font-size: 1.2rem;
}
.slider-besttrips .swiper{
	height: 500px;
}
.slider-besttrips .swiper .swiper-wrapper{
	align-items: center;
}
.slider-besttrips .swiper .swiper-slide{
	position: relative;
	height: 92% !important;
	background-color: #000;
	border-radius: 10px;
	transition: 0.2s;
	overflow: hidden;
}
.slider-besttrips .swiper .swiper-slide.active{
	height: 100% !important;
}
.slider-besttrips .swiper .swiper-slide .swiper-image{
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.slider-besttrips .swiper .swiper-slide .swiper-image img{
    width: 100%;
    height: 100%;

    object-fit: cover;
}
.slider-besttrips .swiper .swiper-slide .swiper-content{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000080;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.slider-besttrips .swiper .swiper-slide .swiper-content h3{
    text-align: center;
    padding: 0 60px;
    display: none;
    transition-duration: 0.5s;
}
.slider-besttrips .swiper .swiper-slide.active .swiper-content h3{
    display: block;
}
.slider-besttrips .swiper .swiper-slide .swiper-content h3 a{
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 20px;
}
.slider-besttrips .swiper .prev, .slider-besttrips .swiper .next{
	cursor: pointer;
	z-index: 100;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0.65;
	transition: 0.5s;
	border-radius: 50px;
	background: #e94f33;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slider-besttrips .swiper .prev:hover, .slider-besttrips .swiper .next:hover{
	opacity: 1;
}
.slider-besttrips .swiper .prev svg, .slider-besttrips .swiper .next svg{
	width: 20px;
	height: 20px;
}
.slider-besttrips .swiper .prev svg path, .slider-besttrips .swiper .next svg path{
	fill: #fff;
}
.slider-besttrips .swiper .prev{
	left: 25px;
}
.slider-besttrips .swiper .next{
	right: 25px;
}
.slider-besttrips .swiper .pagination{
	margin-left: 8px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
	z-index: 100;
}
.slider-besttrips .swiper .pagination span{
	font-size: 0;
	opacity: 1;
	margin: 0px 6px !important;
	border: 1px solid #fff;
}
.slider-besttrips .swiper .pagination span.swiper-pagination-bullet-active{
	background-color: transparent;
	transform: scale(1.5);
}
.price-choices{}
.price-choices .item{
    border: 2px solid #000;
    border-radius: 10px;
    margin-bottom: 10px;
}
.price-choices .item .header{
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    flex-direction: row;
    padding: 10px 20px;
    cursor: pointer;
}
.price-choices .item .header .checkbox-btn{
	display: block;
	position: relative;
	padding-left: 25px;
	padding-bottom: 26px;
	margin-bottom: 0;
	cursor: pointer;
	font-size: 20px;
}
.price-choices .item .header .checkbox-btn input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.price-choices .item .header .checkbox-btn .checkmark {
	position: absolute;
	top: 3px;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 5px;
}
.price-choices .item .header .checkbox-btn:hover input ~ .checkmark {
	background-color: #ccc;
}
.price-choices .item .header .checkbox-btn input:checked ~ .checkmark {
	background-color: #ea5033;
}
.price-choices .item .header .checkbox-btn .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.price-choices .item .header .checkbox-btn input:checked ~ .checkmark:after {
	display: block;
}
.price-choices .item .header .checkbox-btn .checkmark:after {
	left: 9px;
	top: 4px;
	width: 8px;
	height: 15px;
	border: solid white;
	border-width: 0px 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.price-choices .item .header .title{
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    cursor: pointer;
}
.price-choices .item .header .title .price{
    font-weight: 800;
}
.price-choices .item .body{
    display: none;
    background: #ea503314;
    padding: 20px;
}
.price-choices .item .body h3{
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 15px;
}
.price-choices .item .body p{
    text-align: justify;
    margin-bottom: 20px;
}
.price-choices .item .body a{
	max-width: 300px;
    width: 100%;
    display: block;
    background: #212529;
    color: #ffff;
    text-decoration: none;
    padding: 0.6rem;
    text-align: center;
    font-size: 18px;
    border-radius: 10px;
}
footer{
    background: #000000;
    padding: 50px 0 0 0;
}
footer .footer-logo{
    text-align: center;
}
footer .footer-logo img{
    width: 200px;
}
footer .footer-link-privacy{
    border-top: 1px solid #ffffff54;
    margin-top: 30px;
    padding-top: 30px;
}
footer .footer-link-privacy ul{
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
footer .footer-link-privacy ul li{
    list-style: none;
}
footer .footer-link-privacy ul li a{
	color: #ffffff !important;
	text-decoration: none;
	font-weight: 500;
}
footer .copyright{
    border-top: 1px solid #ffffff54;
    margin-top: 30px;
    padding-top: 20px;
}
footer .copyright p{
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
}
.whatsapp-chat{
    position: fixed;
    z-index: 999;
    bottom: 20px;
    right: 20px;
    background: rgb(21,179,49);
    background: linear-gradient(0deg, rgb(21 179 49) 0%, rgb(76 234 105) 100%);
    padding: 5px 15px;
    border: 2px solid #ffffff;
    border-radius: 15px;
}
.whatsapp-chat a{
    display: flex;
    align-content: center;
    align-items: center;
    gap: 20px;
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
}
.whatsapp-chat a svg{
    width: 30px;
    fill: #ffffff;
}
.modal{}
.modal .modal-dialog{
    max-width: 1200px;
    width: 100%;
}
.modal .modal-dialog .modal-content{
    background: transparent;
    border: none;
}
.modal .modal-dialog .modal-content .modal-header{
	background: transparent;
	padding: 0;
	border-bottom: none;
}
.modal .modal-dialog .modal-content .modal-body{
    text-align: center;
}
.modal .modal-dialog .modal-content .modal-body .modal-1{
    background: #fff;
    padding-bottom: 15px;
    border-left: 15px solid #ea5033;
    border-right: 15px solid #ea5033;
    border-bottom: 15px solid #ea5033;
}
.modal .modal-dialog .modal-content .modal-body .modal-1 .title{
    margin-bottom: 15px;
}
.modal .modal-dialog .modal-content .modal-body .modal-1 .title h5{
	color: #FFFFFF;
	font-size: 32px;
	background: #ea5033;
	padding: 23px;
	font-family: 'Coolvetica', "Poppins", sans-serif;
	line-height: 32px;
	letter-spacing: 2px;
}
.modal .modal-dialog .modal-content .modal-body .modal-1 .sous-tarif{
      color: #ffffff;
    background: #ea5033;
    padding-bottom: 12px;
    margin-top: -6px;
}
  
.modal .modal-dialog .modal-content .modal-body .modal-1 .grandprix{
    font-weight: 900;
    font-size: 17px;
}
.modal .modal-dialog .modal-content .modal-body .modal-1 img{
    width: 100%;
    max-width: 393px;
    margin-bottom: 40px;
}
.modal .modal-dialog .modal-content .modal-body .modal-1 h3{
    font-size: 16px;
}
.modal .modal-dialog .modal-content .modal-body .modal-1 p{
	padding: 0;
	font-size: 14px;
	text-align: justify;
	margin: 0 0 10px;
}
.modal .modal-dialog .modal-content .modal-body .modal-1 h5{
	color: #ea5033;
	background: #ea50331c;
	padding: 5px;
}
.modal .modal-dialog .modal-content .modal-body .modal-1 ul{
    padding: 0;
    list-style: none;
    margin: 0 auto;
    max-width: 600px;
}
.modal .modal-dialog .modal-content .modal-body .modal-1 ul li{
    font-size: 13px;
    margin-bottom: 10px;
    padding: 0 10px;
}
.modal .modal-dialog .modal-content .modal-body .modal-1 .btn-link{
    background: #ea5033;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 10px;
    margin-top: 20px;
}
.modal .modal-dialog .modal-content .modal-body .modal-1 .btn-link:hover{}
.modal .modal-dialog .modal-content .modal-body .modal-2{
    background: blue;
    padding-bottom: 15px;
    border-left: 15px solid #fff;
    border-right: 15px solid #fff;
    border-bottom: 15px solid #fff;
}
.modal .modal-dialog .modal-content .modal-body .modal-2 .title{
    margin-bottom: 15px;
}
.modal .modal-dialog .modal-content .modal-body .modal-2 .title h5{
	color: #000000;
	text-transform: uppercase;
	font-size: 26px;
	background: #ffffff;
	line-height: 20px;
	padding: 15px 0 5px 0;
}
.modal .modal-dialog .modal-content .modal-body .modal-2 .title h4{}
.modal .modal-dialog .modal-content .modal-body .modal-2 h3{
    font-size: 16px;
    color: #ffffff;
}
.modal .modal-dialog .modal-content .modal-body .modal-2 p{
    padding: 0 15px;
    font-size: 14px;
    text-align: justify;
    color: #ffffff;
}
.modal .modal-dialog .modal-content .modal-body .modal-2 h5{
    color: #ffffff;
    background: #ffffff1c;
    padding: 5px;
}
.modal .modal-dialog .modal-content .modal-body .modal-2 ul{
    padding: 0;
    list-style: none;
    margin: 0 auto;
    max-width: 600px;
}
.modal .modal-dialog .modal-content .modal-body .modal-2 ul li{
    font-size: 13px;
    margin-bottom: 10px;
    color: #ffffffff;
    padding: 0 10px;
}
.modal .modal-dialog .modal-content .modal-body .modal-2 .btn-link{
    background: #ffffff;
    color: #000000;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 10px;
}
.modal .modal-dialog .modal-content .modal-body .modal-2 .btn-link:hover{}
.modal .modal-dialog .modal-content .modal-footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    border: none;
    padding: 0;
}
.modal .modal-dialog .modal-content .modal-footer button{
    border: none;
    color: #ffffff;
    background: transparent;
    font-size: 20px;
    text-decoration: underline;
    padding: 0;
    margin: 0;
}

.avantage li{
    margin-bottom: 13px;
}
.slider-side-display{
    display:none;
}
@media only screen and (max-width: 766px){
	section.hero .text{
	    height: 620px;
	}
	section.hero .text a.button-index{
	    display: none;
	}
	section.hero .book-mobile{
	    display: flex;
	}
	section.hero{
        height: 260px;
    }
    .slider-side-display{
        display:block;
    }
    .slider-side-pc{
        display:none;
    }
}