/*BEC.CSS*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*This is main CSS file that contains custom style rules used on the BEC custom template*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 01 - FONTS */
/*-------------------------------------------------------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - RESET STYLES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
.drop b {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: 'Quicksand', sans-serif;
    vertical-align: baseline;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - GLOBAL STYLES */
/*-------------------------------------------------------------------------------------------------------------------------------*/

/* Hovers */

.footer-share a:hover,
a:hover,
.link-aqua:hover {
    color: #028DCC;
}

.hover-bec:hover .hover-it {
    color: #028DCC;
}

.hover-bec.underline-block:hover .underline:before {
    background: #028DCC;
}


.hover-bec.junior:hover .hover-it {
    color: #fff;
}

.hover-bec.junior.underline-block:hover .underline:before {
    background: #49bfcf;
}

.hover-bec.school:hover .hover-it {
    color: #fff;
}

.hover-bec.school.underline-block:hover .underline:before {
    background: #FF9179;
}


.hover-bec.etudiant:hover .hover-it {
    color: #fff;
}

.hover-bec.etudiant.underline-block:hover .underline:before {
    background: #98d0ab;
}


.hover-bec.scolaire:hover .hover-it {
    color: #fff;
}

.hover-bec.scolaire.underline-block:hover .underline:before {
    background: #e1d41a;
}

.c-button.bg-aqua {
    background: #028DCC;
    border: 2px solid #028DCC;
}

.c-button.bg-aqua:hover {
    background: transparent;
    color: #028DCC;
    border: 2px solid #028DCC;
}

.c-button.junior:hover {
    color: #49bfcf;
}

.c-button.school:hover {
    color: #FF9179;
}

.c-button.etudiant:hover {
    color: #98d0ab;
}

.c-button.scolaire:hover {
    color: #e1d41a;
}

.c-button.grey {
    background: #A2A2A2 !important;
    border-color: #A2A2A2 !important;
}

.c-button.grey:hover {
    color: #A2A2A2 !important;
    background: transparent !important;
}

/* Buttons */

button,
.c-button {
    cursor: pointer;
}

.c-button.bg-aqua {
    margin-top: 0;
    height: 40px;
    min-width: 212px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.main-title .c-button {
    height: 60px;
    min-width: 50%;
    width: auto;
    max-width: 400px;
    padding: 0 15px;
    margin: 30px auto 0;
}

.c-button.bg-aqua.junior {
    background-color: #49bfcf;
    border: 2px solid #49bfcf;
}

.c-button.bg-aqua.school {
    background-color: #FF9179;
    border: 2px solid #FF9179;
}

.c-button.bg-aqua.etudiant {
    background-color: #98d0ab;
    border: 2px solid #98d0ab;
}

.c-button.bg-aqua.scolaire {
    background-color: #e1d41a;
    border: 2px solid #e1d41a;
}

.c-button.bg-aqua.junior:hover,
.c-button.bg-aqua.etudiant:hover,
.c-button.bg-aqua.scolaire:hover {
    background-color: transparent;
}


.drop-list.act,
.drop .drop-list {
    bottom: 0;
    margin: 0;
    top: initial;
}

.drop span {
    top: 25px;
}

/* Selects */


.select-arrow {
    position: relative;
    overflow: hidden;
    background: #f8f8f8;
    border: 1px solid #23b0e8;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.select-arrow .form-control {
    cursor: pointer;
    background: transparent;
    border: 0;
    outline: 0;
    padding: 0 20px;
    font-size: 12px;
    width: 100%;
    height: 50px;
}

.select-arrow:after {
    content: '\f107';
    color: #A2A2A2;
    font-family: Font Awesome\ 5 Free;
    font-weight: bold;
    position: absolute;
    display: block;
    top: 0;
    right: 40px;
    height: 100%;
    width: 0px;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
}


/* Titles */

h1,
h2 {
    letter-spacing: 6px;
}

/* Img */

.bg-bg-chrome {
    background-position: 0 50%;
}

.bg-bg-chrome:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
}


.offers-arrow:hover {
    background: #028DCC;
    border: 5px solid #fff;
}


.offers-arrow:hover span {
    color: #fff;
}

/**
* Inputs 
*/

.input-entry.color-7 .checkbox-form+label span.sp-check {
    background: transparent;
    height: 20px;
    width: 20px;
    border-radius: 4px;
    border: 2px solid #979797;
    content: '';
}

.input-entry.color-7 input[type=radio].checkbox-form+label span.sp-check {
    border-radius: 50%;
}

.input-entry.color-7.junior .checkbox-form+label span.sp-check {
    height: 30px;
    width: 30px;
    border: 3px solid #979797;
    border-radius: 8px;
}

.input-entry.color-7.junior label span.date {
    font-size: 16px;
    line-height: 30px;
}

.input-entry.color-7 label span.offres {
    font-size: 16px;
}

.input-entry.color-7 label span {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
}

.input-entry.color-7 label span.price {
    font-size: 16px;
    padding-left: 10px;
    margin-left: 10px;
    line-height: 30px;
    color: black;
    border-left: 1px solid black;
}

.input-entry.color-7 .checkbox-form:checked+label span.sp-check {
    background-color: #028DCC;
    box-shadow: inset 0 0 0 2px #fff;
}

.input-entry.color-7.junior .checkbox-form:checked+label span.sp-check {
    background-color: #49bfcf;
    box-shadow: inset 0 0 0 2px #D8D8D8;
}

.input-entry.color-7.school .checkbox-form:checked+label span.sp-check {
    background-color: #FF9179;
    box-shadow: inset 0 0 0 2px #D8D8D8;
}

.input-entry.color-7 .checkbox-form:checked+label span {
    font-weight: bold;
}



/**
 * Social Sidebar
 */

.junior .fl-fl {
    background: #49bfcf;
}

.school .fl-fl {
    background: #FF9179;
}

.etudiant .fl-fl {
    background: #98d0ab;
}

.scolaire .fl-fl {
    background: #e1d41a;
}

.fl-fl {
    background: #028DCC;
    border-radius: 15px 0 0 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 10px;
    height: 50px;
    width: 210px;
    overflow: hidden;
    position: fixed;
    right: -160px;
    z-index: 998;
    font: normal normal 10px Arial;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.fl-fl img {
    margin-right: 15px;
    height: 30px;
    width: 30px;
}

.fl-fl:hover {
    right: 0;
}

.fl-fl:hover img {
    opacity: 1;
}


.fl-fl a {
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    text-align: center;
    height: 30px;
    line-height: 30px;
    vertical-align: top;
    font-size: 14px;
}


.float-tel {
    top: 105px;
    width: 330px;
    right: -280px;
}

.float-brochure {
    top: 160px;
    width: 390px;
    right: -340px;
}

.float-quotation {
    top: 215px;
    width: 350px;
    right: -300px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - NAVBAR*/
/*-------------------------------------------------------------------------------------------------------------------------------*/



header {
    z-index: 999;
}

.nav {
    height: 100px;
}

header.menu-3.hovered.scrol .nav {
    height: 60px;
}

.logo img {
    width: 99px;
    height: 99px;
    margin: 10px 0 0;
}

.nav-adresse {
    width: 190px;
    height: 48px;
    overflow: hidden;
    padding-left: 18px;
    border-left: 2px solid #028DCC;
    display: flex;
    flex-direction: column;
    margin: auto 0 auto 120px;
}

.nav-adresse p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
}

.nav-reservation,
.nav-reservation a {
    display: flex;
    align-items: center;
}

.nav-reservation a {
    padding: 5px 10px;
    border: 2px solid #028DCC;
    border-radius: 8px;
    background: #028DCC;
    color: #fff;
}

.nav-reservation.junior a {
    border: 2px solid #49bfcf;
    background: #49bfcf;
}

.nav-reservation.school a {
    border: 2px solid #FF9179;
    background: #FF9179;
}

.nav-reservation.etudiant a {
    border: 2px solid #98d0ab;
    background: #98d0ab;
}

.nav-reservation.scolaire a {
    border: 2px solid #e1d41a;
    background: #e1d41a;
}

.nav-reservation p {
    font-size: 16px;
    line-height: 24px;
    position: relative;
    text-transform: capitalize;
    margin: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.nav-reservation a:hover {
    background: transparent
}

.nav-reservation a:hover p {
    color: #028DCC;
}

.nav-reservation.junior a:hover p {
    color: #49bfcf;
}

.nav-reservation.school a:hover p {
    color: #FF9179;
}

.nav-reservation.etudiant a:hover p {
    color: #98d0ab;
}

.nav-reservation.scolaire a:hover p {
    color: #e1d41a;
}

.nav-reservation+.nav-menu-icon {
    margin: auto 0 auto 40px;
}

.nav-menu-icon {
    display: block;
    margin: auto 0 auto auto;
    width: 50px;
    height: 50px;
}

.nav-menu-icon a {
    width: 50px;
    height: 50px;
}

.nav-menu-icon a.active {
    width: 24px;
    height: 24px;
}

.nav-menu-icon a i,
.nav-menu-icon a i:before,
.nav-menu-icon a i:after {
    background: #222;
    width: 50px;
    height: 2px;
}

.nav-menu-icon a i {
    margin-top: 15px;
}


.nav-menu-icon a.active i,
.nav-menu-icon a.active i:before,
.nav-menu-icon a.active i:after {
    width: 24px;
}

.nav-menu-icon a i:before {
    top: -10px;
}

.nav-menu-icon a:hover i {
    background: #028DCC;
}

.nav-menu-icon a.active:hover i {
    background: #ffff;
}

.nav-menu-icon a:hover i:before {
    top: -15px;
    background: #028DCC;
}

.nav-menu-icon a.active:hover i:before {
    top: 0;
    background: #028DCC;
}


.nav-menu-icon a i:after {
    bottom: -10px;
}

.nav-menu-icon a:hover i:after {
    bottom: -15px;
    background: #028DCC;
}

.nav-menu-icon a.active:hover i:after {
    bottom: 0;
    background: #028DCC;
}

.nav-menu-icon a span {
    bottom: 0;
    left: 0;
    position: absolute;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.23px;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

.nav-menu-icon a:hover span {
    bottom: -5px;
    color: #028DCC;
}

.nav-menu-icon a.active span {
    display: none;
}


.menu-3 nav {
    position: fixed;
    width: 360px;
    height: auto;
    background: #333;
    right: 0px;
    top: 0px;
    padding: 70px;
    text-align: center;
    margin-right: -480px;
    transform: translateY(0);
    overflow: hidden;
    background: #F6F6F6;
}

.nav-tabs .nav-item {
    margin-bottom: 0;
}

nav.slide-menu {
    margin: 0;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
    padding: 70px 0 30px;
}

nav.slide-menu ul {
    height: calc(100% - 74px);
    overflow: auto;
    padding: 0 20px;
    margin-bottom: 10px;
}

.menu-3 nav>ul {
    padding: 0 0 50px;
}

.menu-3 nav>ul>li {
    width: 100%;
    padding: 15px 0;
    border: 0;
}

.menu-3 nav>ul>li.active {
    border: 0;
}

.menu-3 nav>ul>li:hover {
    border: 0;
}

.menu-3 nav>ul>li:last-child {
    padding-bottom: 70px;
}


.menu-3 nav>ul>li a {
    padding: 0;
    font-size: 16px;
}


.menu-3 nav>ul>li.active>a {
    color: #0083C3;
    font-weight: 700;
    cursor: default;
}


header.menu-3.color-1 nav>ul>li:hover>a {
    color: #0083C3;
}

.nav-contact img {
    height: 32px;
    width: 32px;
    opacity: 0.5;
}

.nav-contact span {
    height: 32px;
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    line-height: 32px;
    padding-left: 10px;
}

.nav-contact a span:hover {
    color: #0083C3;
}

.nav-contact .phone,
.nav-contact .brochure {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 05 - HERO */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.main-title h1,
.inner-banner h1 {
    font-size: 2.3em;
    font-weight: bold;
    line-height: 1;
}

.white-banner {
    height: calc(100vh - 200px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.white-banner .content {
    background: #fff;
    color: #000;
    width: 400px;
    padding: 30px;
    margin: auto;
    border-radius: 10px;
}

.white-banner h3 {
    margin: 20px 0 30px;
}

.white-banner .fas,
.white-banner .far {
    font-size: 90px;
    margin-bottom: 30px;
    color: #028DCC;
}

.white-banner .fas.error,
.white-banner .far.error {
    color: #A2a2a2;
}


.main-title>h2 {
    font-size: 1.4em;
    font-weight: 300;
    letter-spacing: 0.45px;
    text-transform: none;
}


.top-baner.home .swiper-container,
.top-baner.home .swiper-slide {
    min-height: calc(100vh - 100px);
}


.top-baner.home .swiper-slide .main-title {
    margin-top: -100px;
}

.home .tpl-tabs-cont {
    padding: 30px;
    min-height: 100px;
}

.home .baner-tabs {
    bottom: 0;
}

.home .baner-tabs .nav-link.active {
    color: white;
    background-color: rgba(0, 3, 5, 0.2);
    border-color: transparent;
}

.home .baner-tabs .c-button.b-60 {
    line-height: 40px;
}

.top-baner.landing-section .swiper-container {
    height: 480px;
}

.top-baner.landing-section .swiper-slide {
    min-height: 900px;
}

.top-baner.voyage-section {
    margin-top: 50px;
}

.top-baner.voyage-section .swiper-container,
.top-baner.voyage-section .swiper-slide {
    height: 400px;
    min-height: 400px;
}

.top-baner.small .swiper-container,
.top-baner.small .swiper-slide {
    height: 200px;
    min-height: 200px;
}

.top-baner.middle .swiper-container,
.top-baner.middle .swiper-slide {
    height: 400px;
    min-height: 400px;
}

.top-baner.small .swiper-container,
.top-baner.middle .swiper-container {
    margin-top: 100px;
}

.top-baner.voyage-section .swiper-container .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
    width: 100%;
    padding: 0 30px;
    max-width: 100%;
}

.top-baner.voyage-section.search .swiper-container .container {
    padding: 0 15px;
}

.top-baner.voyage-section .swiper-container .container .ariane {
    color: white;
}


.top-baner.voyage-section .vert-title {
    margin-top: 105px;
}

.top-baner.landing-section .swiper-wrapper {
    cursor: initial !important;
}

.top-baner.landing-section .baner-tabs {
    bottom: 0;
}


.top-baner.landing-section .baner-tabs .nav-tabs {
    width: 100%;
}


.top-baner.landing-section .baner-tabs .nav-tabs>li.active>a {
    font-size: 16px;
    font-weight: 300;
    padding: 5px 10px 5px 60px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    text-align: left;
}


.top-baner.landing-section .baner-tabs .tpl-tabs-cont {
    min-height: 10px;
    margin-top: 0;
    padding: 30px 45px;
    border-radius: 0;
}

.top-baner.landing-section .baner-tabs .tabs-block h5 {
    padding-bottom: 5px;
}


.top-baner.landing-section .baner-tabs .tabs-block {
    padding-bottom: 0;
}

.top-baner.landing-section .baner-tabs .tabs-block {
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

.top-baner.landing-section .baner-tabs .tabs-block.junior:hover {
    border-bottom: 2px solid #49bfcf;
}

.top-baner.landing-section .baner-tabs .tabs-block.junior:hover .drop-list {
    color: #49bfcf;
}

.top-baner.landing-section .baner-tabs .tabs-block.school:hover {
    border-bottom: 2px solid #FF9179;
}

.top-baner.landing-section .baner-tabs .tabs-block.school:hover .drop-list {
    color: #FF9179;
}

.top-baner.landing-section .baner-tabs .tabs-block.etudiant:hover {
    border-bottom: 2px solid #98d0ab;
}

.top-baner.landing-section .baner-tabs .tabs-block.etudiant:hover .drop-list {
    color: #98d0ab;
}

.top-baner.landing-section .baner-tabs .tabs-block.scolaire:hover {
    border-bottom: 2px solid #e1d41a;
}

.top-baner.landing-section .baner-tabs .tabs-block.scolaire:hover .drop-list {
    color: #e1d41a;
}

.inner-banner {
    margin-top: 80px;
}


.drop .drop-list {
    font-size: 20px;
}

.drop {
    font-size: 14px;
}

.top-baner.landing-section .baner-tabs .tab-pane .c-button.b-60 .fa {
    top: 0;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 05.2 - STICKY WIDGET */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.sticky-wrapper {
    position: relative;
}

.sticky-widget {
    width: 400px;
    margin: 0 60px 0 auto;
    position: sticky;
    position: -webkit-sticky;
    top: 80px;
    z-index: 99;
    max-height: 250px;
}

.sticky-widget.scolaire .sticky-body {
    margin-bottom: 30px;
}

.sticky-widget .sticky-header {
    height: 60px;
    margin-top: -60px;
    background: rgba(10, 10, 10, 0.4);
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 5px;
}

.sticky-widget .sticky-header .tarif {
    margin: auto;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 20px;
    letter-spacing: 0.45px;
}

.sticky-widget .sticky-header .detail {
    font-size: 16px;
    letter-spacing: 0.45px;
    color: white;
    margin: 0;
}


.sticky-widget .sticky-body {
    background-color: #D8D8D8;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0 5px;
}

.sticky-widget .sticky-body .contain-input {
    margin-bottom: 20px;
}

.sticky-widget .sticky-body button {
    height: 56px;
    width: 339px;
    border-radius: 8px;
    background-color: #002B40;
    overflow: hidden;
    color: white;
    cursor: pointer;
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
}

.sticky-widget .sticky-body button.cta {
    height: 40px;
    width: 339px;
    border-radius: 8px;
    background-color: #49bfcf;
    overflow: hidden;
    color: white;
    cursor: pointer;
    display: flex;
    margin-bottom: 10px;
    justify-content: center;
}

.sticky-widget.junior .sticky-body button.cta:hover {
    background-color: #A2A2A2A2;
}

.sticky-widget.junior .sticky-body button:hover {
    background-color: #49bfcf;
}

.sticky-widget.school .sticky-body button:hover {
    background-color: #FF9179;
}

.sticky-widget.etudiant .sticky-body button:hover {
    background-color: #98d0ab;
}

.sticky-widget.scolaire .sticky-body button:hover {
    background-color: #e1d41a;
}


.sticky-widget .sticky-body button img {
    height: 32px;
    width: 32px;
    object-fit: cover;
    margin-right: 15px;
}

.sticky-widget .sticky-body button span {
    line-height: 32px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.3px;
}


.sticky-widget .sticky-body .sticky-actions-call {
    width: 100%;
    display: flex;
    align-items: center;
}

.sticky-widget .sticky-body .sticky-actions-call button {
    margin: 0;
    border-radius: 0;
    height: 72px;
    background-color: #F2F2F2;
    color: black;
}

.sticky-widget .sticky-body .sticky-actions-call button:hover {
    background-color: #fcfcfc;
}

.sticky-widget .sticky-body .sticky-actions-call button:first-child {
    margin-right: 5px;
}

.sticky-widget .sticky-body .sticky-actions-call button span {
    font-weight: 300;
    line-height: 22px;
}

.sticky-widget .sticky-body .sticky-actions-call button img {
    height: 22px;
    width: 22px;
}


.sticky-wrapper .ariane {
    position: absolute;
    z-index: 100;
    top: 20px;
    left: 30px;
    color: #fff;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 06 - MAIN WRAPPER */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.main-wraper {
    padding: 30px 25px;
    overflow: hidden;
}

.main-wraper.voyage {
    padding: 0;
}


.ariane a,
.ariane {
    font-size: 13px;
    font-style: oblique;
    font-weight: 300;
    letter-spacing: 0.45px;
}

.main-description {
    padding: 20px 0;
}

h6,
p {
    margin-bottom: 20px;
}

h6 {
    font-size: 18px;
    line-height: 19px;
}

.main-description-grid {
    text-align: center;
}

.main-description-grid p {
    max-width: 219px;
    margin: 0 auto;
}

.second-title {
    padding-top: 80px;
}

.second-title h2 {
    font-size: 1.5em;
}

.second-title h2:after {
    content: '';
    width: 400px;
    height: 3px;
    background-color: #CCCCCC;
    display: block;
    position: relative;
    margin: 20px auto;
}

.voyage .container-fluid {
    width: calc(100% - 480px);
    margin-left: 0;
    padding: 10px 25px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 07 - LANDING-SECTION */
/*-------------------------------------------------------------------------------------------------------------------------------*/

/* Grid destination */

.landing-section .tour-caption .vertical-align {
    margin: auto;
}

.landing-section .tour-caption h3 {
    padding: 0;
    margin: 0;
    font-size: 1.5em;
}

.formules .tour-block {
    min-height: 250px;
    margin-bottom: 0;
}

.tour-block.hebergement {
    min-height: 150px;
    max-width: 600px;
    margin: 5px auto;
    float: none;
}


.plus-destination .tour-layer {
    opacity: 0.6;
}

.plus-destination.junior .tour-layer {
    background: rgba(73, 191, 207, 0.8)
}

.plus-destination.school .tour-layer {
    background: rgba(255, 145, 121, 0.8)
}

.plus-destination.etudiant .tour-layer {
    background-color: rgba(152, 208, 171, 0.8);
}

.plus-destination.scolaire .tour-layer {
    background-color: rgba(0, 60, 45, 0.8);
}

.plus-destination .tour-caption h3 {
    max-width: 245px;
    margin: 0 auto;
}

.plus-destination .fas {
    float: left;
    font-size: 75px;
    line-height: 30px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 0;
    margin-top: -20px;
    margin-right: -60px;
}




/* Offers Plus */

.offers-plus {
    padding: 0;
}

.offers-plus.etudiant .offers-plus-title,
.offers-plus.scolaire .offers-plus-title {
    color: white;
}

.offers-plus-title {
    display: block;
    height: auto;
    margin-top: calc(50% - 66px);
}

.offers-plus h2 {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.3px;
    line-height: 1.2;
}

.offers-plus h3 {
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 0.3px;
    line-height: 1.2;
    max-width: 150px;
}

.offers-plus .bg-bg-chrome {
    background-position: 0 0;
}

.offers-plus .bg-bg-chrome:after {
    background-color: rgba(0, 131, 195, 0.6);
}

.offers-plus.home {
    color: white;
}

.offers-plus.home .offers-plus-grid {
    padding: 60px 40px;
}



.offers-plus.home h2 {
    font-size: 1.5em;
}

.offers-plus.home h2:after {
    display: none;
}

.offers-plus.home .main-description-grid {
    font-size: 20px;
}

.offers-plus.home .main-description-grid .fas {
    font-size: 56px;
    margin-bottom: 10px;
}

.offers-plus.junior .bg-bg-chrome:after {
    background-color: rgba(73, 191, 207, 0.8);
}

.offers-plus.junior .bg-bg-chrome:after {
    background-color: rgba(255, 145, 121, 0.8);
}

.offers-plus.etudiant .bg-bg-chrome:after {
    background-color: rgba(152, 208, 171, 0.8);
}

.offers-plus.scolaire .bg-bg-chrome:after {
    background-color: rgba(0, 60, 45, 0.8);
}



.offers-plus-grid {
    padding: 30px 40px 15px;
}


.offers-grid-block {
    text-align: center;
    border-radius: 8px;
    background-color: #FFFFFF;
    padding: 30px 10px;
    height: 243px;
    margin-bottom: 15px;
}

.offers-grid-block p {
    font-size: 14px;
    margin: 15px 0;
}

/* Actions call section */

.actions-call {
    text-align: center;
    padding-bottom: 30px;
}

.baner-bar .c-button.b-60 {
    height: 50px;
}


.actions-call .c-button.b-60,
.baner-bar .c-button.b-60 {
    width: 100%;
    max-width: 400px;
    border-radius: 58px;
    background-color: #F9F6F6;
    border: 2px solid transparent;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.4);
    background-color: #028DCC;
    border: 2px solid #028DCC;
    color: #fff;
}

.actions-call .c-button.b-60 span,
.baner-bar .c-button.b-60 span {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 60px;
    text-transform: none;
}

.actions-call .c-button.b-60.junior,
.baner-bar .c-button.b-60.junior {
    background-color: #49bfcf;
    border: 2px solid #49bfcf;
}

.actions-call .c-button.b-60.school,
.baner-bar .c-button.b-60.school {
    background-color: #FF9179;
    border: 2px solid #FF9179;
}


.actions-call .c-button.b-60.etudiant,
.baner-bar .c-button.b-60.etudiant {
    background-color: #98d0ab;
    border: 2px solid #98d0ab;
}

.actions-call .c-button.b-60.scolaire,
.baner-bar .c-button.b-60.scolaire {
    background-color: #e1d41a;
    border: 2px solid #e1d41a;
}

.second-title.actions-call-title {
    padding-top: 40px;
}


.actions-call .c-button.b-60:hover,
.baner-bar .c-button.b-60:hover {
    background-color: transparent;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0);
    color: #028DCC;
}

.actions-call .c-button.b-60.junior:hover,
.baner-bar .c-button.b-60.junior:hover {
    color: #49bfcf;
}

.actions-call .c-button.b-60.school:hover,
.baner-bar .c-button.b-60.school:hover {
    color: #FF9179;
}

.actions-call .c-button.b-60.etudiant:hover,
.baner-bar .c-button.b-60.etudiant:hover {
    color: #98d0ab;
}

.actions-call .c-button.b-60.scolaire:hover,
.baner-bar .c-button.b-60.scolaire:hover {
    color: #e1d41a;
}



/* Temoignage */

.temoignage-wraper {
    padding: 0;
}

.temoignage-wraper .bg-bg-chrome {
    background-position: center 30%;
}

.temoignage-wraper .bg-bg-chrome:after {
    display: none;
}

.temoignage-wraper .side-help {
    background-color: rgba(0, 131, 195, 0.8);
    color: white;
    margin: 10px 0;
    height: 350px;
}

.temoignage-wraper .side-help>div {
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.temoignage-wraper .side-help>div h5 {
    margin-bottom: 20px;
}

.temoignage-wraper .side-help>div a {
    width: 300px;
    margin: 10px auto;
    border: 2px solid white;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    color: white;
    font-size: 14px;
}

.temoignage-wraper .side-help>div a:hover {
    background-color: white;
    color: rgba(0, 131, 195, 1);
}




.temoignage-wraper .swiper-container {
    margin: 10px 0;
    background-color: rgba(0, 0, 0, 0.54);
}

.temoignage-wraper .slide-tour {
    text-align: left;
    max-width: 100%;
    padding: 40px;
    overflow: hidden;
}

.temoignage-wraper .slide-tour h2 {
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 0.3px;
    line-height: 29px;
    padding-bottom: 20px;
}

.temoignage-wraper .slide-tour p {
    font-size: 14px;
}

.temoignage-wraper .slide-tour p.temoignage-texte {
    font-style: italic;
}

.temoignage-wraper .slide-tour p.signature {
    margin: 0;
    font-weight: bold;
}

.temoignage-wraper .arrow-wrapp {
    position: absolute;
    right: 15px;
    bottom: -30px;
    width: 20%;
    height: 20%;
    margin: 0 0 0 auto;
    top: inherit;
}

.temoignage-wraper .sw-arrow,
.temoignage-wraper .arr-s-1 .sw-arrow:hover {
    border: 0;
    background: none;
}


.temoignage-wraper .sw-arrow span {
    font-size: 40px;
}

.temoignage-wraper .sw-arrow:hover span {
    color: #028DCC;
}

.temoignage-wraper .sw-arrow.junior:hover span {
    color: #49bfcf;
}

.temoignage-wraper .sw-arrow.school:hover span {
    color: #FF9179;
}

.temoignage-wraper .sw-arrow.etudiant:hover span {
    color: #98d0ab;
}

.temoignage-wraper .sw-arrow.scolaire:hover span {
    color: #e1d41a;
}

/* Temoignage */


.assurance .icon-block .icon-img {
    margin-bottom: 20px;
    height: 200px;
    width: 200px;
    border: 4px solid #4A4A4A;
    border-radius: 50%;
    object-fit: contain
}


.assurance .icon-block {
    padding: 0 30px;
}

/* Popular */

.popular,
.formules {
    padding: 0;
}

.popular .second-title,
.formules .second-title {
    padding-bottom: 30px;
}

.popular h5,
.formules h5 {
    font-size: 16px;
}

.popular .tour-block-s-1 .tour-caption .vertical-bottom,
.formules .tour-block-s-1 .tour-caption .vertical-bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: rgba(10, 10, 10, 0.4);
    padding: 30px;
    overflow: hidden;
    height: 123px;
    display: flex;
    align-items: center;
}

.popular .tour-block-s-1 .tour-caption .vertical-bottom .fl,
.formules .tour-block-s-1 .tour-caption .vertical-bottom .fl {
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: auto;
}

.formules .tour-info span {
    padding: 0;
    font-size: 11px;
}

.formules .c-button.small {
    height: 38px;
}

.popular .res-img,
.formules .res-img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}



/* Offres Promotionnelles */

.promotion-offers .offers-block .vertical-bottom {
    padding: 20px 30px 30px;
    background-color: rgba(0, 0, 0, 0.5);
}

.promotion-offers .offers-block .vertical-bottom h5 {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 18px;
}

.promotion-offers .offers-block .vertical-bottom p {
    margin: 0;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 07.2 - VOYAGE */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.intro {
    margin-top: -170px;
    padding: 30px 30px;
    width: calc(100% - 480px);
    overflow: hidden;
}

.intro p,
.intro h6 {

    letter-spacing: 0.45px;
}

.intro p {
    font-size: 16px;
    font-weight: 300;

}

.intro .fas {
    color: #D8D8D8;
    width: 15px;
}

.intro ul li span {
    padding: 0 10px;
}

.intro ul li span:not(:nth-child(2)) {
    border-left: 1px solid black;
}

.sub-nav {
    height: 70px;
    width: 100%;
    position: sticky;
    position: -webkit-sticky;
    top: 70px;
    z-index: 10;
}

.sub-nav.scrolled {
    background-color: #A2A2A2 !important;
}

.sub-nav.etudiant {
    background-color: #98d0ab;
}

.sub-nav.junior {
    background-color: #49bfcf;
}

.sub-nav.school {
    background-color: #FF9179;
}

.sub-nav.scolaire {
    background-color: #e1d41a;
}

.sub-nav .nav {
    display: flex;
    align-items: center;
    padding: 0;
    height: 100%;
}

.sub-nav .nav .nav-item {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.45px;
    text-align: center;
}

.sub-nav .nav .nav-item:not(:last-child) {
    border-right: 2px solid white;
}

.sub-nav .nav .nav-item a:hover {
    color: #002B40;
}

.sub-nav.scolaire .nav .nav-item.active a {
    color: #e1d41a;
}

.sub-nav.etudiant .nav .nav-item.active a {
    color: #98d0ab;
}

.sub-nav.junior .nav .nav-item.active a {
    color: #49bfcf;
}

.sub-nav.school .nav .nav-item.active a {
    color: #FF9179;
}

.voyage .main-description h3 {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.68px;
    line-height: 29px;
    margin-bottom: 20px;
}

.voyage:nth-child(even) .main-description h3 {
    color: #9B9B9B;
}

.voyage:nth-child(odd) {
    background-color: rgba(242, 242, 242, 0.3);
}

.voyage:nth-child(odd).main-description h3 {
    color: black;
}


.voyage .main-description.cours h6 {
    color: #9B9B9B;
    width: 100%;
    border-bottom: 2px solid #9B9B9B;
    padding-bottom: 5px;
    margin-top: 40px;
}

.voyage .main-description.cours .options {
    margin: 15px 0;
}

.voyage .main-description.cours .options .icon {
    height: 30px;
    width: 30px;
    object-fit: contain;
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.voyage .main-description.cours .options .icon.round {
    height: auto;
    width: auto;
    margin-right: 15px;
    display: flex;
    align-items: center;
    border: 5px solid #000000;
    border-radius: 50%;
}

.voyage .main-description.cours .options .icon.round img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: block;
    margin: 10px;
}



.voyage .main-description.cours .options p {
    margin: 0;
}

.voyage .main-description.cours .options p.encart {
    border: 5px solid #e1d41a;
    border-radius: 15px;
    padding: 20px;
}

.voyage .main-description.cours .options p.encart .prix {
    font-weight: bold;
    font-size: 20px;
}

.voyage .accordion .acc-icon {
    right: 0px;
    left: initial;
    border-radius: 0;
}

.voyage .accordion {
    counter-reset: week-counter;
}

.voyage .accordion .acc-title {
    border-radius: 0;
    color: #9B9B9B;
    counter-increment: week-counter;
}

.voyage .accordion .acc-title:before {
    content: counter(week-counter);
    position: absolute;
    top: 12px;
    left: 15px;
    width: 25px;
    border-bottom: 2px solid #9B9B9B;
    border-top: 2px solid #9B9B9B;
    text-align: center;
}

.accordion.style-6.etudiant .acc-icon {
    background-color: #98d0ab;
}

.accordion.style-6.etudiant .acc-title.active .acc-icon:before {
    color: #98d0ab;
}

.accordion.style-6 .acc-title.active {
    background: #A2A2A2;
    color: #fff;
}

.accordion.style-6.scolaire .acc-icon {
    background-color: #e1d41a;
}

.accordion.style-6.scolaire .acc-title.active .acc-icon:before {
    color: #e1d41a;
}

.accordion.style-6.junior .acc-icon {
    background-color: #49bfcf;
}

.accordion.style-6.junior .acc-title.active .acc-icon:before {
    color: #49bfcf;
}

.accordion.style-6.school .acc-icon {
    background-color: #FF9179;
}

.accordion.style-6.school .acc-title.active .acc-icon:before {
    color: #FF9179;
}

.accordion.style-6 p {
    color: #000;
}

.voyage .accordion .acc-title.active:before {
    border-bottom: 2px solid white;
    border-top: 2px solid white;
}




.voyage .sticky-sidebar {
    position: absolute;
    width: 400px;
    top: 0;
    right: 80px;
    padding: 30px 0;
}

.voyage .sticky-sidebar .sticky-sidebar-content .d-block {
    margin-bottom: 20px;
}

.voyage .sticky-sidebar .sticky-sidebar-content img {
    height: 18px;
    width: 18px;
    object-fit: contain;
    margin-right: 10px;
}

.voyage .sticky-sidebar .sticky-sidebar-content img.grey {
    opacity: 0.4;
}

.voyage .sticky-sidebar .sticky-sidebar-content h6 {
    color: #9B9B9B;
    margin: 0;
}

.voyage-slider .swiper-wrapper {
    height: 350px !important;
    overflow: hidden;
}

.voyage-slider .radius-mask .bg {
    border-radius: 0;
}

.voyage-slider .offers-arrow.swiper-arrow-right {
    left: 150px;
}

.voyage-slider .offers-arrow.swiper-arrow-left {
    left: 100px;
}

.one-slide {
    max-width: 360px !important;
}

.one-slide-container .swiper-arrow-left,
.one-slide-container .swiper-arrow-right {
    display: none !important;
}

.one-slide .swiper-wrapper {
    width: 100% !important;
}

.voyage-slider .swiper-arrow-right,
.voyage-slider .swiper-arrow-left {
    top: auto;
    bottom: 0;
    background-color: #4A4A4A;
    border: 5px solid #4A4A4A;
}


.voyage-slider.etudiant .swiper-arrow-right:hover,
.voyage-slider.etudiant .swiper-arrow-left:hover {
    background-color: #98d0ab;
    border: 5px solid #98d0ab;
}

.voyage-slider.junior .swiper-arrow-right:hover,
.voyage-slider.junior .swiper-arrow-left:hover {
    background-color: #49bfcf;
    border: 5px solid #49bfcf;
}

.voyage-slider.school .swiper-arrow-right:hover,
.voyage-slider.school .swiper-arrow-left:hover {
    background-color: #FF9179;
    border: 5px solid #FF9179;
}

.voyage-slider.scolaire .swiper-arrow-right:hover,
.voyage-slider.scolaire .swiper-arrow-left:hover {
    background-color: #e1d41a;
    border: 5px solid #e1d41a;
}

.voyage .fas {
    margin-right: 10px;
}

.voyage table.etudiant thead {
    background-color: #A2A2A2;
    color: white;
    font-weight: bold;
}

/* Grid View */

.bec .gal-item {
    padding: 0 5px;
    margin-bottom: 10px;
}

.bec .gal-item .img-full {
    border-radius: 0;
    margin-bottom: 0;
}


.bec .gal-item .tour-layer {
    left: 5px;
    right: 5px;
    width: calc(100% - 10px);
    background: rgba(0, 0, 0, 0.3);
}

.bec .voyage-info {
    position: absolute;
    cursor: pointer;
    left: 5px;
    right: 5px;
    bottom: 0;
    margin: 0;
    min-height: 100px;
    transition: all ease-in 0.3s;
    background: rgba(0, 0, 0, 0.3);
}

.list-wrapper.bec .voyage-info,
.bec .tour-block .voyage-info {
    left: 0;
    right: 0;
}

.list-wrapper.bec .voyage-info {
    min-height: 60px;
    height: auto;
}

.bec .gal-item:hover .tour-layer,
.bec .list-item-entry:hover .tour-layer {
    opacity: 1;
}

.bec .voyage-info h3,
.bec .voyage-info h5 {
    margin: 0;
    font-family: Quicksand;
}

.bec .tour-block:hover h3 {
    color: white;
}

.bec .list-item-entry .voyage-info h5 {
    margin-left: 10px;
}

.bec .voyage-info span,
.bec .voyage-info i {
    color: white;
}

.bec .voyage-info span {
    width: 75px;
    overflow: hidden;
    overflow-wrap: break-word;
    margin-right: 10px;
}

.bec .list-item-entry .voyage-info span {
    width: auto;
}

.bec .voyage-info i {
    font-size: 35px;
}

.bec .home .voyage-info {
    height: 60px;
    background: rgba(0, 131, 195, 1);
}

.bec .tour-block.home .description {
    position: absolute;
    padding: 50px 30px;
    text-align: center;
}

.bec .tour-block.home .description h5 {
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
}

/* Grid View */

.newsletter-block {
    background-color: #EFEFEF;
    display: flex;
    align-items: center;
}

.newsletter-block form .form-block {
    margin: 30px;
}

.newsletter-block form .form-block .form-label {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.3px;
    line-height: 28px;
    margin-bottom: 50px;
}

.newsletter-block form .form-block .input-style-1 input {
    border-radius: 0;
    border: 15px solid rgba(216, 216, 216, 0.6);
    ;
}

.popular .list-wrapper {
    padding: 0 0 0 15px;
}

.popular .list-content,
.popular .list-content .hotel-item {
    margin: 0;
}

.popular .search-list .list-content .table-view {
    height: 165px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 07.2 - SEARCH */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.sidebar.search {
    background-color: #F5F8FB;
    position: sticky;
    top: 80px;
    height: calc(100vh - 80px);
    max-height: 900px;
    overflow-x: auto;
}

.sidebar.search a {
    cursor: pointer;
}

.sidebar-category ul.show {
    display: block;
}

.sidebar-category ul.hidden {
    display: none;
}


.sidebar.search .sidebar-block:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 2px solid #fff;
    margin-bottom: 20px;
}

.sidebar.search .input-style-1.color-3 input {
    border-color: #ffff;
    background: #ffff;
}

.sidebar.search .sidebar-category li ul {
    padding-left: 15px;
    padding-top: 20px;
}

.sidebar.search .search-inputs {
    margin-bottom: 0;
}

.sidebar.search .clear {
    height: auto;
    margin: -10px 0 10px;
}

.sidebar.search .clear a {
    text-transform: none;
    font-size: 10px;
    text-decoration: underline;
}


.search-list .list-header {
    margin-bottom: 20px;
    margin-right: 35px;
}

.search-list .list-header .list-sort {
    margin-right: 15px;
}

.search-list .drop {
    background-color: #F5F8FB;
    border-radius: 8px;
    height: 50px;
}

.search-list .list-view-change {
    margin: 0;
    display: flex;
}

.search-list .list-view-change .active {
    display: none;
}


.search-list .list-header .change-grid,
.search-list .list-header .change-list {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-left: 0;
}

.search-list .list-header .change-grid .fas,
.search-list .list-header .change-list .fas {
    font-size: 30px;
    line-height: 50px;
    color: #979797;
}

.search-list .list-header .change-grid:hover .fas,
.search-list .list-header .change-list:hover .fas {
    color: #fff;
}

/**
* List View 
**/

.search-list .list-content .table-view,
.search-list .grid-content .table-view {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
}

.search-list .list-content .table-view {
    height: 260px;
}

.search-list .list-content .background-image,
.search-list .grid-content .background-image {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    padding: 0;
}

.search-list .list-content .background-image:before,
.search-list .grid-content .background-image:before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    padding: 0;
    content: '';
    background-color: rgba(10, 10, 10, 0.4);
}

.search-list .list-content .background-image img,
.search-list .grid-content .background-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.search-list .hotel-item.style-3 .title {
    background: transparent;
    color: white;
}

.search-list .hotel-item.style-3 .title.hotel-middle {
    width: 100%;
}

.search-list .hotel-item.style-3 .date {
    color: white;
}

.search-list .title h4 {
    font-size: 25px;
    font-weight: bold;
}

.search-list .title p {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}

.search-list .hotel-item .hotel-person {
    font-size: 20px;
    font-weight: 300;
    line-height: 29px;
    color: white;
}

.search-list .list-content .hotel-right,
.search-list .grid-content .hotel-right {
    height: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}

.search-list .list-content .hotel-right {
    width: 200px;
}

.search-list .list-content .hotel-right a,
.search-list .grid-content .hotel-right a {
    height: 100%;
    width: 100%;
    border-radius: 0;
    border: 0;
    line-height: 50px;
    font-size: 16px;
    font-weight: 300;
}

.search-list .list-content .hotel-right a.junior,
.search-list .grid-content .hotel-right a.junior {
    background-color: #49bfcf;
}

.search-list .list-content .hotel-right a.school,
.search-list .grid-content .hotel-right a.school {
    background-color: #FF9179;
}

.search-list .list-content .hotel-right a.junior:hover,
.search-list .grid-content .hotel-right a.junior:hover {
    color: #49bfcf;
    background-color: #ffff;
}

.search-list .list-content .hotel-right a.school:hover,
.search-list .grid-content .hotel-right a.school:hover {
    color: #FF9179;
    background-color: #ffff;
}

.search-list .list-content .hotel-right a.etudiant,
.search-list .grid-content .hotel-right a.etudiant {
    background-color: #98d0ab;
}

.search-list .list-content .hotel-right a.etudiant:hover,
.search-list .grid-content .hotel-right a.etudiant:hover {
    color: #98d0ab;
    background-color: #ffff;
}

.search-list .list-content .hotel-right a.scolaire,
.search-list .grid-content .hotel-right a.scolaire {
    background-color: #e1d41a;
}

.search-list .list-content .hotel-right a.scolaire:hover,
.search-list .grid-content .hotel-right a.scolaire:hover {
    color: #e1d41a;
    background-color: #ffff;
}

.search-list .hotel-right a i {
    margin-left: 15px;
    font-size: 18px;
}

.search-list .cp_content.color-1 a {
    border-radius: 50%;
    border: 2px solid transparent;

}

.search-list .cp_content.color-1 .active a {
    background: transparent;
    border: 2px solid #028DCC;
    color: #028DCC;
}

.search-list .cp_content.color-1 a:hover {
    background: #028DCC;
    border: 2px solid #028DCC;
    color: white !important;
}

.search-list .cp_content.color-1.junior a:hover {
    background: #49bfcf;
    border: 2px solid #49bfcf;
    color: white;
}

.search-list .cp_content.color-1.junior .active a {
    border: 2px solid #49bfcf;
    color: #49bfcf;
}

.search-list .cp_content.color-1.school a:hover {
    background: #FF9179;
    border: 2px solid #FF9179;
    color: white;
}

.search-list .cp_content.color-1.school .active a {
    border: 2px solid #FF9179;
    color: #FF9179;
}

.search-list .cp_content.color-1.etudiant a:hover {
    background: #98d0ab;
    border: 2px solid #98d0ab;
}

.search-list .cp_content.color-1.etudiant .active a {
    border: 2px solid #98d0ab;
    color: #98d0ab;
}

.search-list .cp_content.color-1.scolaire a:hover {
    background: #e1d41a;
    border: 2px solid #e1d41a;
}

.search-list .cp_content.color-1.scolaire .active a {
    border: 2px solid #e1d41a;
    color: #e1d41a;
}

.search-list .list-content .table-view .promo-price,
.search-list .grid-content .table-view .promo-price {
    position: absolute;
    z-index: 9;
    color: white;
    text-transform: uppercase;
    padding: 5px 10px;
    top: 15px;
    background: #028DCC;
}

.search-list .list-content .table-view .promo-price.junior,
.search-list .grid-content .table-view .promo-price.junior {
    background: #49bfcf;
}

.search-list .list-content .table-view .promo-price.school,
.search-list .grid-content .table-view .promo-price.school {
    background: #FF9179;
}

.search-list .list-content .table-view .promo-price.etudiant,
.search-list .grid-content .table-view .promo-price.etudiant {
    background: #98d0ab;
}

.search-list .list-content .table-view .promo-price.scolaire,
.search-list .grid-content .table-view .promo-price.scolaire {
    background: #e1d41a;
}


/**
* Grid View 
**/

.search-list .grid-content .table-view {
    height: 500px;
    flex-direction: column;
}


.search-list .grid-content .hotel-item.style-3 .title {
    margin-top: auto;
    background-color: rgba(10, 10, 10, 0.4);
    height: 40%
}

.search-list .grid-content .hotel-item.style-3 .title.hotel-right {
    height: 50px;
}

.search-list .grid-content .hotel-right a {
    text-align: left;
}

.search-list .grid-content .hotel-right a i {
    margin-left: 50%;
}


.search-list .navbar-toggler {
    margin-left: auto;
    margin-right: 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    line-height: 50px;
    color: #979797;
    display: none;
}

.search-list .navbar-toggler:hover {
    background: #23b0e8;
    color: #fff;
}

.search-list .navbar-toggler .fas {
    margin: auto;
    display: block;
}

.c-button.bg-aqua span {
    margin: 0 10px;
}

.c-button.mobile {
    display: none;
}



/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 07.3 - FORMULAIRES */
/*-------------------------------------------------------------------------------------------------------------------------------*/


.baner-bar {
    position: relative;
    margin-top: -10%;
    box-shadow: none;
    bottom: initial;
    left: auto;
    right: auto;
}

.baner-bar.form {
    margin: 0;
}

.baner-bar.form .detail-wrapper {
    padding: 0;
}

.baner-bar .second-title {
    padding: 0;
}

.baner-bar>.container {
    padding: 0;
}

.baner-bar .drop-wrap.color-5 .drop {
    align-items: center;
    display: flex;
}

.baner-bar .drop .drop-list {
    position: relative;
    margin-left: auto;
    right: 0;
}

.baner-bar .input-style-1 input {
    border: 1px solid #23b0e8;
    height: 50px;
}

.baner-bar .input-style-1 input:focus {
    border: 1px solid transparent;
}

.baner-bar .sub-label {
    font-weight: normal;
}

.baner-bar .legende {
    font-size: 12px;
}

.baner-bar i {
    font-style: italic;
}

.baner-bar i.fa {
    font-style: normal;
}


.baner-bar .file {
    position: relative;
    cursor: pointer;
}

.baner-bar .file input {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    opacity: 0.01;
    cursor: pointer;
}


.baner-bar textarea {
    background: #f8f8f8;
    border-radius: 8px;
    max-width: 100%;
    width: 100%;
    border: 1px solid transparent;
}

.baner-bar textarea:focus {
    border: 1px solid #23b0e8;
}

.baner-bar .right-sidebar {
    margin-bottom: 30px;
}

.baner-bar .right-sidebar .link {
    padding: 15px 30px;
}

.baner-bar .icon-block button {
    width: 100px;
    height: 100px;
    overflow: hidden;
    background: white;
    border-radius: 50%;
    margin-bottom: 15px;
    border: 2px solid grey;
    cursor: pointer;
}

.baner-bar .icon-block button img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.baner-bar .tarif h4 {
    font-weight: bold;
    padding: 10px 0;
    margin: 10px 0;
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
}

.baner-bar .form-block .popover {
    max-width: 70%;
    max-height: 500px;
    overflow-x: auto;
}

.baner-bar .form-block .icon-block button {
    height: 50px;
    width: 50px;
}

.baner-bar .comm-info-slider.style-1 .swiper-slide {
    min-height: 250px;
}

.list-group-item {
    background-color: transparent;
}

.input-entry.color-2 .checkbox-text .fas {
    margin-right: 10px;
}

/**
 * Tooltip Styles
 */

[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

[data-tooltip]:before,
[data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}

[data-tooltip]:before {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 7px;
    width: 160px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
}

[data-tooltip]:after {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.bs-popover-bottom {
    margin-top: -5rem;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 08 - FOOTER */
/*-------------------------------------------------------------------------------------------------------------------------------*/

footer.bg-dark.type-2 {
    background: #002B40 !important;
}

footer .container-fluid {
    padding: 20px 40px;
}

footer.type-2 .footer-link .container-fluid {
    padding: 0 40px;
}

footer.type-2 .footer-link {
    padding: 10px 0px 10px;
}

.bg-dark.type-2 .logo-footer {
    margin-bottom: 0;
    margin-left: -5px;
    width: 150px;
}


.footer-block {
    margin-bottom: 0;
}

.footer-block ul {
    float: none !important;
}

.footer-block li a {
    color: #fff;
    font-size: 15px;
    line-height: 15px;
}

.footer-block.contact {
    margin-bottom: 0;
    float: right;
    text-align: right;
}

footer.type-2 .footer-block h6 {
    margin: 0;
    text-transform: capitalize;
    padding: 15px 0;
}

.contact-info {
    margin: 0;
}

.contact-info .contact-line {
    margin-bottom: 0;
}


.bg-dark.type-2 .contact-info i {
    color: #fff;
}

.bg-dark.type-2 .footer-link ul li a {
    text-transform: uppercase;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 09 - RESPONSIVE */
/*-------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 1199px) {
    .tabs-block {
        margin-bottom: 0;
    }

}


@media screen and (max-width:992px) {

    header.menu-3 .nav-menu-icon {
        margin-top: auto;
        margin-left: auto;
    }

    .menu-3 nav {
        transform: translateY(-100%);
        width: 100%;
        height: 100%;
    }

    nav.slide-menu {
        transform: translateY(0);
    }


    .nav-contact {
        right: 0;
        left: 0;
    }

    .nav-menu-icon a:hover i:before,
    .nav-menu-icon a:hover i:after,
    .nav-menu-icon a:hover i {
        background: #028DCC !important;
    }

    .vert-title {
        margin-top: -325px;
    }

    .sticky-wrapper .ariane {
        top: 0;
    }

    .drop-tabs {
        position: relative;
        width: 100%;
        text-align: center;
        z-index: 4;
    }

    .offers-grid-block {
        height: 100%;
        width: 100%;
    }

    .offers-plus .col-md-4 {
        margin-bottom: 15px;
    }

    .temoignage-wraper .col-md-10 {
        padding: 0;
    }


    .assurance .col-12:not(:first-child) {
        margin-top: 55px;
    }

    .popular .list-wrapper {
        padding: 0;
    }


    .footer-block.contact {
        margin-top: 30px;
        float: left;
        text-align: left;
    }

    .bg-dark.type-2 .footer-link ul {
        margin-top: 30px;
    }

    .bg-dark.type-2 .footer-link ul li {
        line-height: 2;
        width: 100%;
        margin: 0;
        text-align: left;
    }

    .sticky-widget {
        margin: -140px auto 0;
        position: relative;
        min-height: 100px;
        max-height: 100%;

    }

    .voyage .container-fluid {
        width: 100%;
    }

    .voyage .sticky-sidebar {
        position: initial;
        width: 100%;
        padding: 0 25px 10px;
    }

    .intro {
        margin-top: 70px;
        width: 100%;
    }

    .assurance .icon-block {
        padding: 0;
        margin: 20px 0;
    }

    .c-button.bg-aqua {
        width: auto;
        height: auto;
        min-height: 40px;
        min-width: 40px;
    }

    .c-button.bg-aqua span {
        display: none;
    }

    .second-title h2 {
        margin: 0 auto;
        max-width: 95%;
        overflow: hidden;
        overflow-wrap: break-word;
    }

    .bec .tour-block .voyage-info {
        padding: 0 15px;
    }

}

@media screen and (max-width: 785px) {

    .t-con-style-1.tab-content>.tab-pane .col-12:not(:first-child) {
        margin-top: 10px;
    }

    .actions-call .col-12 {
        margin-top: 10px;
    }

    .tab-pane .c-button.bg-aqua {
        margin-top: 10px;
    }

    .offers-arrow.swiper-arrow-left {
        left: -7px;
    }

    .offers-arrow.swiper-arrow-right {
        right: -7px;
    }

}

@media screen and (max-width: 767px) {

    .nav-tabs {
        height: auto;
    }

    .top-baner.home .swiper-container,
    .top-baner.home .swiper-slide {
        min-height: calc(100vh - 20px);
    }

    .home .baner-tabs .tabs-block {
        width: calc(100% - 80px);
    }

    .top-baner.landing-section .swiper-container {
        height: 550px;
    }

    .top-baner.landing-section .baner-tabs .tpl-tabs-cont {
        padding: 30px;
    }

    .home .baner-tabs .nav-link.active {
        color: black;
        background-color: rgba(0, 3, 5, 0);
    }

    .home .baner-tabs .nav-link.active:hover {
        background-color: rgba(0, 3, 5, 0.2);
    }


    .top-baner.search {
        position: relative;
        width: 100%;
        right: 0;
    }

    .container {
        max-width: 100%;
    }

    .main-slider .pagination-hidden.pagination {
        display: none;
    }


    .nav-adresse {
        width: 10px;
        padding: 0;
        content: '';
        margin: auto 0 auto 100px;
    }

    .nav-adresse p {
        display: none;
    }

    .nav-reservation {
        margin-left: 0 !important;
        margin-right: auto;
    }

    .nav-reservation img {
        height: 24px;
        width: 24px;
    }

    .drop-tabs b {
        background-color: rgba(10, 10, 10, 0.63);
    }

    .vert-title {
        margin-top: -375px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .main-title h1 {
        font-size: 1.7em;
        padding: 10px 0 5px;
    }

    .main-title>p {
        font-size: 1.2em;
    }

    .nav-menu-icon {
        margin: auto 0;
    }

    header .col {
        padding: 0 5px;
    }

    .logo img {
        width: 90px;
        height: 90px;
    }

    .temoignage-wraper .swiper-container {
        margin: 0;
    }

    .temoignage-wraper .slide-tour {
        padding: 10px;
    }

    .best-slider .pagination-hidden.pagination {
        display: none !important;
    }

    .sub-nav {
        height: 10px;
        position: initial;
    }

    .sub-nav .nav {
        display: none;
    }

    .second-title h2:after {
        width: 100%;
    }

    .voyage table {
        margin-left: -30px;
        font-size: 14px;
    }

    .sticky-widget {
        width: 100%;
    }

    .search-list .navbar-toggler {
        display: block;
    }


    .sidebar.search {
        position: initial;
        height: auto;
        margin-bottom: 15px;
        max-height: 100%;
    }

    .search-list .list-content .hotel-right {
        width: 100%;
    }

    .search-list .list-header {
        margin-top: 20px;
    }

    .list-header .drop-wrap {
        margin-top: 0;
    }

    .search-list .title h4 {
        font-size: 20px;
    }

    .hotel-item.style-3 .title p {
        padding: 5px 0px;
        font-size: 12px;
    }

    .baner-bar {
        padding: 0;
    }

    .best-slider {
        height: 450px;
    }

    .list-wrapper.bec .voyage-info {
        flex-direction: column;
        align-items: flex-start !important;
        min-height: 70px;
    }

    .state-grid-item {
        padding: 0;
    }

    .state-grid-item .tour-block {
        min-height: 400px;
    }

    .detail-wrapper .texte {
        order: 2;
    }

    .detail-wrapper .ancres {
        order: 1;
    }

    .detail-wrapper .ancres .right-sidebar {
        padding: 0;
    }

    .d-md-none {
        display: none;
    }

}

@media screen and (max-width: 502px) {
    .main-title h1 {
        font-size: 1.3em;
        padding: 10px 0 5px;
    }
}

@media screen and (max-width: 360px) {

    .main-title h1 {
        font-size: 1.3em;
    }

    .white-banner .content {
        width: 100%;
        border-radius: 0;
        padding: 30px 10px;
    }

    .nav-reservation {
        display: none;
    }

    .temoignage-wraper .side-help>div button {
        width: 250px;
    }

}