body {
    font-family: 'Open Sans';
}
:root {
    --marron-color: #673918;
    --noir-color: #000;
    --blanc-color: #fff;
    --rose-color: #f5333f;
    --jaune-color: #ffcd00;
    --gris-color: #6e6e6e;
}
@font-face {
    font-family: 'icomoon';
    src:  url('vhs-assets-css-072088dc5f814e70fbc1581b58b6ee57.eot?hafc17');
    src:  url('vhs-assets-css-754337d82d97ab5e54ffe37fb9015b86.eot?hafc17#iefix') format('embedded-opentype'),
    url('vhs-assets-css-d9bd2767e223745649b97391dfa34593.ttf?hafc17') format('truetype'),
    url('vhs-assets-css-0055c6342e709b244cd72efe3927862b.woff?hafc17') format('woff'),
    url('vhs-assets-css-87f439a8268c42214a1b294b9ff542b4.svg?hafc17#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-icone-wifi:before {
    content: "\e910";
}
.icon-icone-hotel:before {
    content: "\e911";
}
.icon-icone-siege:before {
    content: "\e912";
}
.icon-icone-plat-serving:before {
    content: "\e913";
}
.icon-icon-baggage-suppl:before {
    content: "\e914";
}
.icon-close-button:before {
    content: "\e90f";
    font-size:20px;
}
.icon-icone-globe:before {
    content: "\e90b";
}
.icon-icone-alert1:before {
    content: "\e901";
    /*color: #5b5b5b;*/
    color:var(--blanc-color);
}
.icon-icone-carte:before {
    content: "\e902";
    color: #673918;
}
.icon-icone-enregistrement:before {
    content: "\e903";
    color: #673918;
}
.icon-icone-home:before {
    content: "\e904";
}
.icon-icone-horaire:before {
    content: "\e905";
    color: #673918;
}
.icon-icone-imprimante:before {
    content: "\e906";
}
.icon-icone-nos-contact:before {
    content: "\e907";
    color: #673918;
}
.icon-icone-partage:before {
    content: "\e908";
    color: #fff;
    font-size:36px;
    text-shadow: 2px 2px 4px #444;
    font-weight:600;
}

.icon-icone-plane:before {
    content: "\e915";
    color: #fff;
}

.content-bloc-partage .liste-bloc-partage li a.partage:hover .icon-icone-partage:before{font-size:38px;}
.icon-icone-pdf:before {
    content: "\e909";
}
.icon-icone-reservation:before {
    content: "\e90a";
    color: #673918;
}
.icon-icone-alert:before {
    content: "\e900";
    color: #5b5b5b;
}

.list-etape-commande [class^="icon-"]{font-size:30px;margin-right:12px;color:var(--marron-color);}
.content-top-pdf [class^="icon-"]{font-size:40px;}
.contenu .content-top-pdf a{text-decoration:none;color:var(--noir-color);}
.breadcrumb-accueil [class^="icon-"]{font-size:30px;}
/*bloc alert top*/
.top {
    background-color: var(--noir-color);
    color: var(--blanc-color);
    margin: 0;
    padding: 0;
    position: relative;
}

.text-defilant .owl-dots {
    display: none;
}

.content_bloc_fil_actu {
    display: flex;
    height: 36px;
    overflow: hidden;
    align-items: center;
}

.titre_fil_actu_alerte {
    width: 40px;
    height: 36px;
    display: flex;
    position: absolute;
    z-index: 10;
    background-color: var(--rose-color);
    justify-content: center;
    align-items: center;
}

.titre_fil_actu_alerte img {
    width: 25px;
    height: 23px;
}

.content_bloc_fil_actu .item {
    height: 36px;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans';
    text-transform: uppercase;
    position: relative;
    max-width: 80%;
    font-size: 14px;
}

.content_bloc_fil_actu .item a {
    color: var(--blanc-color);
    padding: 0 5px;
}

.content_bloc_fil_actu .item a:hover {
    text-decoration: none;
}

.content_bloc_fil_actu .item:before {
    content: "\f105";
    font-size: 30px;
    color: var(--blanc-color);
    position: absolute;
    font-family: 'FontAwesome';
    right: 10%;
}

.text-defilant {
    padding-left: 67px;
}

.close-top {
    position: absolute;
    right: 0;
    top: 8px;
    right: 12px;
    z-index: 100;
}

.close-top i {
    font-size: 30px;
}

.top.hidden {
    display: none;
}

* {
    outline: none;
}

:focus {
    outline: none;
    background: none;
    box-shadow: none;
}

.close-top:hover {
    cursor: pointer;
}

img {
    max-width: 100%;
    height: auto;
}

/*header*/
header .navbar {
    padding-left: 0;
    padding-right: 0;
}

.nav-item-parent {
    padding: 0px;
    margin: 0 20px 0 0;
}

.navbar-nav .nav-item-parent:hover .dropdown-menu {
    display: block;
}

.navbar-nav .dropdown-toggle:after {
    display: none;
}

.navbar-nav .nav-item-parent a.nav-link {
    color: var(--noir-color);
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 8px 13px !important;
}

.navbar-nav .nav-item-parent a.nav-link:hover {
    background-color: var(--blanc-color);
    color: var(--noir-color);
    border-radius: 30px;
    /*text-shadow: 1px 1px 2px #999;*/
}

.navbar-nav .nav-item-parent a.nav-link.covidlink {
    background: var(--rose-color) !important;
    color: #fff;
    border-radius: 18px;
    transition: none;
}

.navbar-nav .nav-item-parent.show.covid a.nav-link.covidlink {
    background: var(--rose-color) !important;
    color: #fff;
    border-radius: 18px;
    transition: none;
}

.navbar-nav .nav-item-parent.show.covid a.nav-link {
    background: var(--rose-color) !important;
    color: #fff;
    border-radius: 18px;
    transition: none;
}

.navbar-nav .nav-item-parent a.nav-link.covidlink:hover {
    background-color: var(--rose-color);
    color: #fff;
    border-radius: 20px;
}

.navbar-nav .nav-item-parent .dropdown-menu {
    left: 15px;
    border: 0;
    background: var(--blanc-color);
    width: 100%;
    top: 36px;
    box-shadow: 1px 1px 12px #999;
    padding: 0;
}

.navbar-nav .nav-item-parent .dropdown-menu a.nav-link {
    color: var(--blanc-color);
    font-size: 11px;
    text-transform: uppercase;
    border-radius: 0;
    /*text-shadow: 1px 1px 2px #999;*/
}
.navbar-nav .nav-item-parent.show  .dropdown-menu a.nav-link{color: var(--noir-color);}

.navbar-nav .nav-item-parent .dropdown-menu a.nav-link:hover {
    background-color: #f6f6f6;
    color: var(--marron-color);
}

.navbar-nav .nav-item-parent.show a.nav-link {
    background: var(--blanc-color);
    color: var(--noir-color);
    border-radius: 0;
}

.lang .btn-primary,
.lang.show .btn-primary {
    color: var(--noir-color);
    background-color: transparent;
    border: 0;
}

.lang .btn-primary:after {
    content: "\f078";
    font-family: 'FontAwesome';
    border: 0;
}

.lang.show .btn-primary:after {
    content: "\f077";
    font-family: 'FontAwesome';
    border: 0;
}

.lang .btn-primary:focus,
.show.lang>.btn-primary.dropdown-toggle:focus {
    outline: none !important;
    border: 0 !important;
    box-shadow: none !important;
}

.lang .btn-primary .dropdown-menu {
    display: block;
    float: none;
    top: 0;
    padding: 0;
    background: none;
    border: 0;
    margin: 0;
    box-shadow: none;
}

.lang .btn-primary .dropdown-menu li.active {
    position: absolute;
    display: block;
    left: 0;
}

.lang .btn-primary .dropdown-menu li {
    display: none;
}

.lang .btn-primary .dropdown-menu.show li {
    display: block;
}

.lang .btn-primary .dropdown-menu.show li.active {
    position: initial;
}

.lang .btn-primary .dropdown-menu {
    margin-top: 8px;
    margin-left: -10px;
}

.lang .btn-primary .dropdown-menu li span {
    font-size: 14px;
    font-weight: bold;
}

/*slider*/
.slider .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 110px;
}

.slider .owl-dots .owl-dot {
    cursor: default;
}

.slider .owl-theme .owl-dots .owl-dot.active span,
.slider .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--noir-color);
}

.slider .owl-theme .owl-dots .owl-dot span {
    background-color: var(--blanc-color);
    width: 8px;
    height: 8px;
}

.slider .owl-theme .owl-dots .owl-dot:focus {
    outline: none;
}

/*reservation*/
.commande-vol {
    margin: -102px 0 0 0;
    padding: 0;
    position: relative;
    z-index: 10;
}

.commande-vol .commande-top {
    margin: 0;
    padding: 10px 48px;
    background-color: var(--marron-color);
}

.commande-vol .content-text-et-liste {
    display: flex;
    flex-wrap: wrap;
    align-items: top;
}

.commande-vol .content-text-et-liste .content_text {
    font-size: 48px;
    color: var(--blanc-color);
    font-weight: normal;
    padding: 10px 30px 0 0;
    font-family: 'Quattrocento Sans';
}

.commande-vol .content-lste-select {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.commande-vol .list-reserve:first-child {
    width: 40%;
    max-width: 100%;
    flex: initial;
}

.commande-vol .list-reserve:last-child {
    width: 60%;
    max-width: 100%;
    flex: initial;
}

.commande-vol .list-reserve:first-child .content-lste-select select,
.commande-vol .list-reserve:first-child .content-lste-select .dropdown-select.wide,
.commande-vol .list-reserve:first-child .content-lste-select .dropdown-select.wide.open,
.commande-vol .list-reserve:first-child .content-lste-select .dropdown-select.wide:active {
    width: 220px;
}

.commande-vol .content-lste-select .titre-destination {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #e0bb15;
    text-transform: uppercase;
}

.commande-vol .content-lste-select select,
.commande-vol .content-lste-select .dropdown-select.wide,
.commande-vol .content-lste-select .dropdown-select.wide.open,
.commande-vol .content-lste-select .dropdown-select.wide:active {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    /*background: url('vhs-assets-css-a873fd339f79c5e5ec41437009572786.png') no-repeat 100% center;*/
    padding: 0 25px 0 10px;
    cursor: pointer;
    color: var(--blanc-color);
    font-family: 'Quattrocento Sans';
    font-size: 28px;
    width: auto;
    position:relative;
    background:none;
}
.commande-vol .content-lste-select .dropdown-select.wide:before{content: "\f107"; font-family: 'FontAwesome';color: var(--blanc-color);position: absolute;right:0;font-size:30px;top:0;}

.commande-vol .text-choix {
    background-color: transparent;
    border: 0;
    font-size: 28px;
    font-family: 'Quattrocento Sans';
    border-right: 1px solid var(--blanc-color);
    height: 18px;
    padding: 0 10px 0 0;
    color: #e0bb15;
    text-transform: uppercase;
    line-height: 80%;
}

.commande-vol input[type="text"] {
    width: 55px;
    background-color: transparent;
    border: 0;
    font-size: 20px;
    font-family: 'Quattrocento Sans';
    border-right: 1px solid var(--blanc-color);
    height: 18px;
    padding: 0 10px 0 0;
    color: #e0bb15;
    text-transform: uppercase;
}

.commande-vol .content-lste-select select option {
    background: #643612;
    padding: 10px;
}

.commande-vol .content-lste-select select option:hover {
    cursor: pointer;
}

.commande-vol input[type="text"] {
    color: #e0bb15;
}

.commande-vol ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #e0bb15;
;
    opacity: 1;
    /* Firefox */
}

.commande-vol ::-webkit-input-placeholder {
    color: #e0bb15;
}

.commande-vol :-moz-placeholder {
    /* Firefox 18- */
    color: #e0bb15;
}

.commande-vol ::-moz-placeholder {
    /* Firefox 19+ */
    color: #e0bb15;
}

.commande-vol :-ms-input-placeholder {
    color: #e0bb15;
}

.commande-bottom {
    margin: 0;
    padding: 0;
    background: var(--jaune-color);
}

.commande-bottom .list-etape-commande {
    margin: 0;
    padding: 20px 48px;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.commande-bottom a i {
    margin-right: 11px;
    font-size: 34px;
}

.commande-bottom .enregistrement a i {
    font-size: 45px;
}

.commande-bottom .reservation a i,
.commande-bottom .enregistrement a i {
    position: relative;
}

.commande-bottom .enregistrement a i:after {
    content: "\f055";
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 15px;
    bottom: 5px;
    right: -10px;
}

.commande-bottom .reservation a i:after {
    position: absolute;
    content: "\f05d";
    font-family: 'FontAwesome';
    font-size: 20px;
    bottom: 0;
    right: 0;
}

.commande-bottom li a {
    height: 28px;
    display: flex;
    align-items: center;
    color: var(--marron-color);
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.commande-bottom li a:hover {
    text-decoration: none;
}

/*bloc voyage meilleure prix*/
.voyage-meilleur-prix {
    margin: 0;
    padding: 80px 0;
}

.voyage-meilleur-prix h2 {
    text-align: center;
    font-family: 'Quattrocento Sans';
    font-size: 40px;
    font-weight: normal;
    text-transform: uppercase;
}

.voyage-meilleur-prix .list-select {
    display: flex;
    list-style-type: none;
    margin: 0 -10px 20px -10px;
    padding: 0;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
}

.voyage-meilleur-prix .list-select select,
.voyage-meilleur-prix .list-select .dropdown-select.wide,
.voyage-meilleur-prix .list-select .dropdown-select.wide.open,
.voyage-meilleur-prix .list-select .dropdown-select:active {
    /*background: url('vhs-assets-css-4420c08d32aca8a42ad72174b6a733de.png') no-repeat 100% center;*/
    padding: 0 20px 0 0;
    font-size: 14px;
    text-transform: uppercase;
    width: auto;
    position: initial;
    background:none;
}
.voyage-meilleur-prix .list-select .dropdown-select.wide span.current{position:relative;}
.voyage-meilleur-prix .list-select .dropdown-select.wide span.current:before{content: "\f107"; font-family: 'FontAwesome';color: var(--noir-color);position: absolute;right:-20px;font-size:25px;top:-8px;}

.voyage-meilleur-prix .list-select li {
    position: relative;
}

.voyage-meilleur-prix .list-select .dropdown-select.wide .list {
    margin-left: 15px;
    width: 90%;
}

.voyage-meilleur-prix .list-select select.classe-select {
    max-width: 80px;
    padding-right: 20px;
}

.voyage-meilleur-prix .list-select li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.voyage-meilleur-prix .list-select li span {
    font-size: 14px;
    font-weight: bold;
    padding: 0 5px 3px 0;
    text-transform: uppercase;
    display: inline-block;
}

.voyage-meilleur-prix .list-select li span.current {
    font-weight: normal;
}

.voyage-meilleur-prix .list-select select option {
    color: var(--noir-color);
}

.content-bloc-partage {
    margin: 0;
    padding: 0;
}

.content-bloc-partage .liste-bloc-partage {
    list-style-type: none;
    margin: 0 -10px;
    padding: 0;
}

.content-bloc-partage .liste-bloc-partage li {
    padding-bottom: 20px;
}

.content-bloc-partage .liste-bloc-partage li.rouge .partage-inner {
    background: var(--noir-color);
    /* Old browsers */
    background: -moz-linear-gradient(top, #af242d 0%, #f5333f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #af242d 0%, #f5333f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #af242d 0%, #f5333f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#af242d', endColorstr='#f5333f', GradientType=1);
    /* IE6-9 */
}

.content-bloc-partage .liste-bloc-partage li.vert .partage-inner {
    background: #00953b;
    /* Old browsers */
    background: -moz-linear-gradient(top, #006a2a 0%, #00953b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #006a2a 0%, #00953b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #006a2a 0%, #00953b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006a2a', endColorstr='#00953b', GradientType=1);
    /* IE6-9 */
}

.content-bloc-partage .liste-bloc-partage li.jaune .partage-inner {
    background: #ffcd00;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ff9300 0%, #ffcd00 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ff9300 0%, #ffcd00 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ff9300 0%, #ffcd00 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9300', endColorstr='#ffcd00', GradientType=1);
    /* IE6-9 */
}

.content-bloc-partage .liste-bloc-partage li.marron .partage-inner {
    background: #673918;
    /* Old browsers */
    background: -moz-linear-gradient(top, #41240e 0%, #673918 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #41240e 0%, #673918 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #41240e 0%, #673918 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#41240e', endColorstr='#673918', GradientType=1);
    /* IE6-9 */

}

.content-bloc-partage .liste-bloc-partage li .partage-inner {
    color: var(--blanc-color);
    text-align: center;
    position: relative;
}

.content-bloc-partage .liste-bloc-partage li .partage-inner .content-lien-bloc {
    padding: 60px 10px 19px 10px;
    color: var(--blanc-color);
    display: block;
}

.content-bloc-partage .liste-bloc-partage li .partage-inner .content-lien-bloc:hover {
    color: #dddddd;
}

.content-bloc-partage .liste-bloc-partage li a:hover {
    text-decoration: none;
}

.content-bloc-partage .liste-bloc-partage .ville {
    margin: 0;
    padding: 0 0 5px 0;
    font-family: 'Quattrocento Sans';
    font-weight: bold;
    font-size: 40px;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px #444;
    line-height: 100%;
}

.content-bloc-partage .liste-bloc-partage .pays {
    margin: 0;
    padding: 0 0 15px 0;
    font-family: 'Montserrat';
    font-weight: normal;
    font-size: 24px;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px #444;
}

.content-bloc-partage .liste-bloc-partage .prix {
    display: block;
    text-align: center;
    font-family: 'Quattrocento Sans';
    font-size: 40px;
    font-weight: normal;
    line-height: normal;
    text-shadow: 2px 2px 4px #444;
}

.content-bloc-partage .liste-bloc-partage .unite {
    display: block;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    text-shadow: 2px 2px 4px #444;
    text-align: right;
    padding: 0 50px 20px 0;
}

.content-bloc-partage .liste-bloc-partage .direction {
    display: block;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-shadow: 2px 2px 4px #444;
    text-transform: uppercase;
}

.content-bloc-partage .liste-bloc-partage li a.partage {
    position: absolute;
    right: 15px;
    top: 15px;
}

.content-bloc-partage .liste-bloc-partage li a.partage i {
    color: var(--blanc-color);
    text-shadow: 2px 2px 4px #444;
    font-size: 25px;
}

.content-bloc-partage .liste-bloc-partage li a.partage:hover i {
    font-size: 28px;
}

/*bloc doc voyage*/
.content-doc-voyage {
    margin: 0;
    padding: 50px 0 0 0;
    background: var(--jaune-color);
}

.content-doc-voyage .content-doc-voyage-inner {
    margin: 0;
    padding: 0 0 20px 0;
}

.content-doc-voyage .content-doc-voyage-inner h2 {
    margin: 0;
    padding: 20px 0 40px 0;
    font-family: 'Quattrocento Sans';
    font-size: 50px;
    font-weight: normal;
    color: var(--rose-color);
    line-height: 100%;
}

.content-doc-voyage .content-doc-voyage-inner p {
    margin: 0 0 70px 0;
    padding: 0;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 600;
}

.content-doc-voyage .content-doc-voyage-inner .savoir-plus {
    background-color: var(--rose-color);
    color: #fff;
    font-family: 'Quattrocento Sans';
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    line-height: 100%;
    display: flex;
    align-items: center;
    width: 154px;
    justify-content: center;
}

.content-doc-voyage .content-doc-voyage-inner .savoir-plus:hover {
    background-color: var(--blanc-color);
    color: var(--noir-color);
}

/*bloc destination et service*/
.destination-service {
    margin: 0;
    padding: 80px 0;
}

h2.titre {
    text-align: center;
    font-family: 'Quattrocento Sans';
    font-size: 50px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.destination-service .content-liste-destination {
    padding: 0;
    margin: 0;
}

.destination-service .content-liste-destination ul {
    margin: 0 -15px;
    padding: 0;
    list-style-type: none;
}

.destination-service .content-liste-destination ul li {
    padding-bottom: 20px;
}

.destination-service .content-liste-destination .content-image {
    margin: 0;
    padding: 0;
}

.destination-service .content-liste-destination .content-image img {
    border-radius: 10px 10px 0 0;
}

.destination-service .content-liste-destination .content-text-destination {
    box-shadow: -1px 2px 5px 1px rgba(200, 200, 200, 0.7);
    padding: 37px 20px;
    text-align: center;
}

.destination-service .content-liste-destination .content-text-destination h3 {
    font-family: 'Quattrocento Sans';
    font-size: 36px;
    font-weight: bold;
    color: var(--marron-color);
    margin: 0;
    padding: 0;
    line-height: normal;
    text-transform: uppercase;
    height: 40px;
    overflow: hidden;
}

.destination-service .content-liste-destination .content-text-destination h4 {
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: normal;
    color: var(--marron-color);
    margin: 0 0 30px 0;
    padding: 0;
    line-height: normal;
    text-transform: uppercase;
    height: 30px;
    overflow: hidden;
}

.destination-service .content-liste-destination .content-text-destination p {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 28px 0;
    padding: 0;
    height: 110px;
    overflow: hidden;
    color: var(--noir-color);
;
}

.destination-service .content-liste-destination .content-text-destination p span {
    display: block;
    font-weight: bold;
}

.destination-service .content-liste-destination .content-text-destination span.savoir-plus {
    font-family: 'Quattrocento Sans';
    font-size: 14px;
    text-transform: uppercase;
    color: var(--noir-color);
    border: 2px solid #8a8a8a;
    padding: 10px 25px;
    border-radius: 8px;
}

.destination-service .content-liste-destination .content-text-destination span.savoir-plus:hover {
    text-decoration: none;
}

.destination-service a {
    text-decoration: none;
}

.destination-service a:hover span.savoir-plus {
    background: #121212;
    color: var(--blanc-color) !important;
}

/*bloc footer */
footer {
    margin: 0;
    padding: 0;
    color: var(--blanc-color);
}

.footer-top {
    background-color: var(--marron-color);
    margin: 0;
    padding: 0;
}

.footer-top .footer-top-top {
    padding: 30px 0;
    border-bottom: 1px solid #795134;
}

.footer-top .footer-top-top ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

.footer-top .footer-top-top ul li a {
    color: var(--blanc-color);
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 71px 0 0;
}

.footer-top .footer-top-top ul li:first-child a {
    padding-right: 41px;
}

.footer-top .footer-top-top ul li:nth-child(2) a {
    padding-right: 51px;
}

.footer-top .footer-top-top ul li a:hover {
    text-decoration: none;
    text-shadow: 2px 2px 4px var(--noir-color);
;
}

.footer-top .footer-top-bottom {
    padding: 30px 0;
}

.footer-top .footer-top-bottom ul.row {
    margin: 0 -15px;
    padding: 0;
    list-style-type: none;
}

.content-footer-top-bottom h3 {
    margin: 0;
    padding: 0 0 20px 0;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    line-height: 160%;
}

.content-footer-top-bottom ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.content-footer-top-bottom ul li {
    margin: 0;
    padding: 0 0 10px 0;
}

.content-footer-top-bottom ul li a {
    color: var(--blanc-color);
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: normal;
}

.content-footer-top-bottom ul li a:hover {
    text-decoration: none;
    text-shadow: 2px 2px 4px var(--noir-color);
}

.content-footer-top-bottom .list-reseau-socio {
    margin: 40px 0 0 0;
    display: flex;
    justify-content: center;
}

.content-footer-top-bottom .list-reseau-socio a {
    color: var(--blanc-color);
    padding: 0 10px;
    font-size: 18px;
}

.footer-bottom {
    background: var(--noir-color);
    border-top: 1px solid #808080;
    padding: 30px 0;
}

.content-lang-footer-et-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.lang-bottom {
    margin: 0;
    padding: 0;
    /*background: url('vhs-assets-css-3504f65dd6c0a8db6568390d2393c2fd.png') no-repeat left center;*/
    display: flex;
    align-items: center;
    position: relative;
}

.lang-bottom i {
    margin-right: 10px;
    font-size: 24px;
    position: relative;
    top: -2px;
}

.lang-bottom select,
.lang-bottom .dropdown-select.wide,
.lang-bottom .dropdown-select.wide.open,
.lang-bottom .dropdown-select.wide:active {
    background-image: none;
    color: var(--blanc-color);
    padding: 0 25px 0 0;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: normal;
    position: relative;
    background-color:var(--noir-color);
}

.lang-bottom select option {
    color: var(--noir-color);
}

.lang-bottom .dropdown-select.wide {
    width: 50px;
}
.lang-bottom .dropdown-select.wide:before{content: "\f107"; font-family: 'FontAwesome';color: var(--blanc-color);position: absolute;right:0;font-size:25px;top:0;}

.lang-bottom .dropdown-select {
    height: inherit;
    line-height: 200%;
}

.lien-footer-bottom {
    margin: 0;
    padding: 0;
}

.lien-footer-bottom ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 15px;
    flex-wrap: wrap;
}

.lien-footer-bottom ul li a {
    color: var(--blanc-color);
    padding: 0 30px;
    font-family: 'Montserrat';
    font-size: 12px;
}

.lien-footer-bottom ul li:last-child a {
    padding: 0 0 0 30px;
}

.lang-top {
    margin: 0;
    padding: 0;
}

.lang-top select optgroup {
    padding: 0;
}

.lang-top select,
.lang-top .dropdown-select:active,
.lang-top .dropdown-select.open,
.lang-top .dropdown-select.wide {
    /* background: transparent url('vhs-assets-css-4420c08d32aca8a42ad72174b6a733de.png') no-repeat 100% 6px;*/
    color: var(--noir-color);
    padding: 0 25px 0 0;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: bold;
    position:relative;
}
.lang-top .dropdown-select.wide:before{content: "\f107"; font-family: 'FontAwesome';color: var(--noir-color);position: absolute;right:0;font-size:25px;top:-8px;}

.fixedTop {
    position: fixed;
    top: 0;
    width: 100%;
    background: var(--blanc-color);
    z-index: 1000;
    box-shadow: 0 2px 2px rgb(0 0 0 / 40%);
}

.content-image-faq img {
    width: 100%;
    height: auto;
    max-width: inherit;
}

optgroup {
    background: #643713;
    color: var(--blanc-color);
    font-style: normal;
    font-weight: normal;
}

select {
    display: none !important;
}

.dropdown-select {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40FFFFFF', endColorstr='#00FFFFFF', GradientType=0);
    background-color: var(--blanc-color);
    /* border-radius: 6px;
         border: solid 1px #eee;
         box-shadow: 0px 2px 5px 0px rgba(155, 155, 155, 0.5);*/
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    /*height: 42px;*/
    /*line-height: 40px;*/
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;

}

.dropdown-select:focus {
    background-color: var(--blanc-color);
}

.dropdown-select:hover {
    background-color: var(--blanc-color);
}

/*.dropdown-select:active,
     .dropdown-select.open {
         background-color: #fff !important;
         border-color: #bbb;
         box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
     }*/

.dropdown-select:after {
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #777;
    -webkit-transform: origin(50% 20%);
    transform: origin(50% 20%);
    transition: all 0.125s ease-in-out;
    content: '';
    display: block;
    margin-top: -2px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
    display: none;
}

.dropdown-select.open:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.dropdown-select.open .list {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
}

.dropdown-select.open .option {
    cursor: pointer;
    color: var(--noir-color);
    font-size: 16px;
}

.dropdown-select.wide {
    width: 100%;
}

.dropdown-select.wide .list {
    left: 0 !important;
    right: 0 !important;
    width: 250px;
    padding: 0;
}

.lang-top .dropdown-select.wide .list,
.lang-bottom .dropdown-select.wide .list {
    width: 50px;
}

.lang-bottom .dropdown-select.wide .list {
    top: -78px;
}

.dropdown-select .list {
    box-sizing: border-box;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
    background-color: var(--blanc-color);
    border-radius: 6px;
    margin-top: 0;
    padding: 3px 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 92%;
    left: 0;
    z-index: 999;
    max-height: 250px;
    overflow: auto;
    border: 1px solid #ddd;

}

.dropdown-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.dropdown-select .dd-search {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.5rem;
    display: none;
}

.dropdown-select .dd-searchbox {
    width: 90%;
    padding: 0.5rem;
    border: 1px solid #999;
    border-color: #999;
    border-radius: 4px;
    outline: none;
    display: none;
}

.dropdown-select .dd-searchbox:focus {
    border-color: #12CBC4;
}

.dropdown-select .list ul {
    padding: 0;
    margin: 0;
}

.dropdown-select .option {
    cursor: default;
    font-weight: 400;
    line-height: 40px;
    outline: none;
    /* padding-left: 18px;
         padding-right: 29px;*/
    text-align: left;
    transition: all 0.2s;
    list-style: none;
    text-align: center;
    justify-content: center;
}

.dropdown-select .option:hover,
.dropdown-select .option:focus {
    background-color: #f6f6f6 !important;
}

.dropdown-select .option.selected {
    font-weight: 600;
    color: var(--marron-color);
}
.dropdown-select .option.selected:focus {
    background: #f6f6f6;
}

.dropdown-select a {
    color: #aaa;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.dropdown-select a:hover {
    color: #666;
}

.top-menu .navbar-brand h1 {
    margin: 0;
    padding: 0;
}

.breadcrumb {
    background-color: transparent;
    align-items: center;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 20px;
    color: var(--noir-color);
    padding-left: 10px;
    padding-right: 10px;
}

.breadcrumb-item {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: normal;
    color: var(--noir-color);
    line-height: 120%;
}

.breadcrumb-item a {
    color: var(--noir-color);
}

.breadcrumb a:hover {
    text-decoration: none;
    text-shadow: 1px 1px 2px #999;
}

.breadcrumb-item.active {
    color: var(--noir-color);
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: normal;
    line-height: 120%;
}

.breadcrumb .breadcrumb-accueil img,
.breadcrumb .breadcrumb-accueil i,.breadcrumb-accueil [class^="icon-"] {
    margin: -5px 5px 0 0;
    position: absolute;
    font-size: 30px;
    left: -15px;
    top: -3px;
}

.breadcrumb .breadcrumb-accueil {
    position: relative;
}

.breadcrumb .breadcrumb-accueil a {
    padding-left: 30px;
}

.content-fil-ariane {
    border-bottom: 1px solid var(--noir-color);
}

/*page contenu*/
.content-top-pdf {
    display: flex;
    justify-content: flex-end;
    padding: 60px 0;
}

.content-top-pdf a {
    padding: 0 40px;
}

.content-top-pdf a:last-child {
    padding: 0;
}

.contenu {
    padding-left: 90px;
    padding-right: 90px;
}

.titre-contenu {
    margin: 0;
    padding: 0 0 60px 0;
    font-family: 'Quattrocento Sans';
    text-transform: uppercase;
    font-size: 36px;
    font-weight: bold;
    color: var(--rose-color);
}

.content-faq h3,.content-faq h2,.contenu h3,.contenu h2 {
    margin: 0;
    padding: 0 0 30px 0;
    font-family: 'Quattrocento Sans';
    font-size: 21px;
    font-weight: bold;
    color: var(--rose-color);
    text-transform: uppercase;
}
.contenu a{color: var(--noir-color);text-decoration:underline;}
.contenu a:hover{text-decoration:none;}

.content-faq p,
.contenu p {
    margin: 0;
    padding: 0 0 40px 0;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: normal;
    color: var(--noir-color);
    line-height: 200%;
}

.content-faq .col-faq {
    padding-right: 37px;
    padding-left: 37px
}

.content-faq {
    margin-left: -37px;
    margin-right: -37px;
}

.contenu p.text-description {
    font-family: 'Lato';
    font-weight: normal;
    color: var(--noir-color);
    font-size: 21px;
    line-height: 160%;
}

.contenu ul {
    margin: 0;
    padding: 0 10px 30px 10px;
    list-style-type: none;
}

.contenu ul li {
    background: transparent url('vhs-assets-css-0eb44a08450e78f4810ba912a8b62a90.png') no-repeat left 10px;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: normal;
    color: var(--noir-color);
    padding: 0 0 10px 23px;
    list-style-position: inside;
}

.titre_fil_actu_alerte {
    font-size: 26px;
}
.navbar-nav .nav-item-parent .dropdown-menu .list-unstyled .active a.nav-link{background-color: #f6f6f6;color: var(--marron-color);}
.nav-item.active .nav-link.dropdown-toggle{text-shadow: 1px 1px 2px #999;}
/*select modif*/
.content-lste-select .content-select-toogle{width:100%;}
.content-select-toogle{position:relative;width:100%;}
.content-select-toogle button{position: absolute;right:-10px;top:0;z-index:10;}
.content-select-toogle .list-select-toogle,.content-select-toogle .list-select-toogle-destination{position: absolute;top:0;left:0;display:block;height:36px;overflow: hidden;}
.reservation .content-select-toogle .list-select-toogle{position: absolute;top:0;left:0;display:block;height:27px;overflow: hidden;width:100%;}
.class-voyage-outer .content-select-toogle .list-select-toogle{position: absolute;top:0;left:0;display:block;height:27px;overflow: hidden;width:100%;}
.content-lste-select .content-select-toogle .list-select-toogle,.content-lste-select .content-select-toogle .list-select-toogle-destination{top:-30px;}
/* collapsing */
.content-select-toogle .list-select-toogle.show,
.content-select-toogle .list-select-toogle.collapsing,
.content-select-toogle .list-select-toogle-destination.show,
.content-select-toogle .list-select-toogle-destination.collapsing
{overflow-y:auto;background:#fff;top:5px;width:100%;border-radius:5px;box-shadow: 0 0 0 1px rgb(0 0 0 / 9%);height:auto;border:1px solid var(--jaune-color);}
.content-select-toogle .list-select-toogle.show,.content-select-toogle .list-select-toogle-destination.show{overflow-y:auto;background:#fff;top:10px;width:100%;border-radius:5px;box-shadow: 0 0 0 1px rgb(0 0 0 / 9%);height:auto;border:1px solid var(--jaune-color);}
/* collapsing */
.content-select-toogle .list-select-toogle.collapsing ul,
.content-select-toogle .list-select-toogle.show ul,
.content-select-toogle .list-select-toogle-destination.collapsing ul
.content-select-toogle .list-select-toogle-destination.show ul
{height:200px;overflow: auto;}
.content-select-toogle .list-select-toogle li.active{position: absolute;top:0;left:0;background:var(--marron-color);z-index:2;}
/* collapsing */
.content-select-toogle .list-select-toogle.collapsing li.active,
.content-select-toogle .list-select-toogle.show li.active
{position:initial;background:var(--blanc-color);}
.content-select-toogle .list-select-pays{margin:0;padding:0;list-style-type:none;width:100%;}
.content-select-toogle .list-select-pays li{margin:0;padding:0 5px 0 0;width:100%;}
.commande-vol .content-lste-select{width:100%;}
.content-lste-select .content-select-toogle button{background:none;border:0;padding:0;line-height: 0;top:-30px;cursor: pointer;width:100%;height:36px;left:0;}
.class-voyage-outer .content-select-toogle button{background:none;border:0;padding:0;line-height: 0;top:0;cursor: pointer;right:0;z-index:101;width:100%;height:27px;}
.reservation .content-select-toogle button{background:none;border:0;padding:0;line-height: 0;top:0;cursor: pointer;right:0;z-index:101;width:100%;height:27px;}
.content-select-toogle button{border:0;outline: none;}
.content-lste-select .content-select-toogle button:after{color:#fff;font-size:30px;position: absolute;right:-5px;}
.content-select-toogle button:after{content: "\f107";font-family: 'FontAwesome';border:0;background:none;}
.reservation .content-select-toogle button:after{color:#fff;font-size:30px;font-size:20px;right:0;position: absolute;}
.reservation .content-select-toogle button[active-button="true"]:after,.class-voyage-outer .content-select-toogle button[active-button="true"]:after{transform: rotate(180deg);color:var(--marron-color);right:5px;top:12px;z-index:100;}
.class-voyage-outer .content-select-toogle button:after{color:#fff;font-size:30px;font-size:20px;right:0;position: absolute;}
.content-lste-select .content-select-toogle li{color:var(--blanc-color); font-family: 'Quattrocento Sans';font-size: 25px;position: relative;}
.content-lste-select .content-select-toogle li.active{color:var(--blanc-color); font-family: 'Quattrocento Sans';font-size: 25px;}
.content-lste-select .content-select-toogle li.active span{background:var(--marron-color);}
/* collapsing */
.content-lste-select .content-select-toogle .list-select-toogle.collapsing li span:first-child,
.content-lste-select .content-select-toogle .list-select-toogle.show li span:first-child
{font-weight:bold;border:1px solid var(--marron-color);padding:1px 3px;border-radius:2px;width:45px;display:inline-block;text-align:center;margin:0 3px 0 0;color:var(--marron-color);}
/* collapsing */
.content-lste-select .content-select-toogle .list-select-toogle.collapsing span.ville,
.content-lste-select .content-select-toogle .list-select-toogle.show span.ville
{font-weight: 600;padding: 0 10px;display: inline-block;}
/* collapsing */
.content-select-toogle .list-select-toogle.show li.active span,
.content-select-toogle .list-select-toogle.collapsing li.active span
{background:var(--blanc-color);}
/* collapsing */
.content-select-toogle .list-select-toogle.collapsing li:hover,
.content-select-toogle .list-select-toogle.show li:hover
{cursor: pointer;}
/* collapsing */
.content-lste-select .content-select-toogle .list-select-toogle.collapsing li,
.content-lste-select .content-select-toogle .list-select-toogle.show li
{color:var(--noir-color);font-size:16px;padding:5px 10px;}
/* collapsing */
.content-lste-select .content-select-toogle .list-select-toogle.collapsing li.active,
.content-lste-select .content-select-toogle .list-select-toogle.show li.active
{color:var(--marron-color);}
.content-lste-select .content-select-toogle li span:first-child{color:#e0bb15;padding:0 5px 0 0;position:relative;margin:0;}

.reservation .content-select-toogle li span:first-child{color:#fff;padding:0 5px 0 0;position:relative;margin:0;}
.reservation .content-select-toogle li span:first-child:after{content:'';width:1px;height:14px;background:#fff;position: absolute;right:-2px;top:4px;}
.reservation .content-select-toogle li span.ville{padding:0 10px;display: inline-block;}
.content-lste-select .content-select-toogle li span.ville{padding:0 10px;display: inline-block;}
/* collapsing */
.content-lste-select .content-select-toogle li span:first-child:after{content:'';width:1px;height:18px;background:#fff;position: absolute;right:-2px;top:5px;}
/* collapsing */
.content-lste-select .content-select-toogle  .list-select-toogle.collapsing li span:first-child:after,
.content-lste-select .content-select-toogle  .list-select-toogle.show li span:first-child:after
{display:none;}
.content-lste-select .content-select-toogle .list-select-toogle{z-index: 3;}
/* collapsing */
.reservation .content-select-toogle .list-select-toogle.collapsing,
.reservation .content-select-toogle .list-select-toogle.show
{z-index:100;width:100%;padding:10px;border-radius:3px;border:1px solid var(--jaune-color);top:39px;}
/* collapsing */
.class-voyage-outer .content-select-toogle .list-select-toogle.collapsing,
.class-voyage-outer .content-select-toogle .list-select-toogle.show
{z-index:100;width:100%;padding:10px;border-radius:3px;border:1px solid var(--jaune-color);top:39px;}
/* collapsing */
.content-select-toogle .list-select-toogle.collapsing li,
.content-select-toogle .list-select-toogle.show li
{color:var(--marron-color);}
.line{width:100%;height:1px;background:#9d806a;position: absolute;top:26px;}
.content-select-toogle .list-select-toogle.show .text-choix{display:none;}
/* collapsing */
.reservation .content-select-toogle .list-select-toogle.collapsing span:first-child,
.reservation .content-select-toogle .list-select-toogle.show span:first-child
{font-weight:bold;border:1px solid var(--marron-color);padding:1px 3px;border-radius:2px;width:45px;display:inline-block;text-align:center;margin:0 3px 0 0;color:var(--marron-color);}
/* collapsing */
.reservation .content-select-toogle .list-select-toogle.collapsing, span.ville,
.reservation .content-select-toogle .list-select-toogle.show span.ville
{font-weight:600;}
/* collapsing */
.reservation .content-select-toogle .list-select-toogle.collapsing li,
.reservation .content-select-toogle .list-select-toogle.show li
{padding:0 0 10px 0;}
/* collapsing */
.class-voyage-outer .content-select-toogle .list-select-toogle.collapsing li,
.class-voyage-outer .content-select-toogle .list-select-toogle.show li
{padding:0 0 10px 0;}
/* collapsing */
.reservation .content-select-toogle .list-select-toogle.collapsing ul,
.reservation .content-select-toogle .list-select-toogle.show ul
{height:300px;}
/* collapsing */
.class-voyage-outer .content-select-toogle .list-select-toogle.collapsing ul,
.class-voyage-outer .content-select-toogle .list-select-toogle.show ul
{height:auto;}
.text-plus-frequente{color:var(--marron-color);font-family: 'Open Sans';font-size:16px;padding:0 0 10px 0;font-weight:600;text-transform: uppercase;}
#passager{z-index: 1000;width: 100%;padding: 10px;border-radius: 3px;border: 1px solid var(--jaune-color);top:10px;background-color:var(--blanc-color);position: absolute;}
.content-passager .contenu-passager{width:100%;background:none;border:0;color:var(--blanc-color);text-align: left;padding:0;border-bottom:1px solid #9d806a;font-family: 'Quattrocento Sans';font-size:18px;position:relative;cursor: pointer;}
.content-passager .contenu-passager:focus{outline:none;}
.content-passager .contenu-passager:after{content: "\f107";font-family: 'FontAwesome';border: 0;background: none;right:0;position: absolute;bottom:0;}
.content-liste-passager{width:100%;position:relative;}
.contenu-passager span{display:inline-block;margin:0 3px 0 0;}
*{transition: none!important;}
.list-select-voyageur{width:100%;margin:0;padding:0;list-style-type: none;}
.list-select-voyageur li{display:flex;margin:0 0 10px 0;padding:0;color:var(--marron-color);width:100%;justify-content: space-between;align-items: center;font-family: 'Quattrocento Sans';font-size: 18px;}
.list-select-voyageur li .content-nombre-outer{display: flex;align-items: center;}
.list-select-voyageur li .content-nombre{display: flex;align-items: center;}
.list-select-voyageur li .content-nombre .nombre{width:20px;text-align:center;height:20px;display:flex;align-items: center;justify-content: center;line-height:0;padding:4px 0 0 0;}
.list-select-voyageur li .content-nombre button{width:20px;height:20px;background-color:var(--marron-color);color:var(--blanc-color);display: flex;align-items: center;justify-content: center;text-align: center;padding:0;margin:0;border:1px solid var(--marron-color);border-radius:50% 50% 0 50%;cursor: pointer;}
.list-select-voyageur li .content-nombre button:focus,.list-select-voyageur li .content-nombre button:hover{background-color:var(--blanc-color);color:var(--marron-color);outline: none;}
.list-select-voyageur li span.type{font-weight:600;}
.list-select-voyageur li span.content-age{margin:0 0 0 5px;display: inline-block;position: relative;padding:0 5px;}
.list-select-voyageur li span.content-age:before{content:'';position: absolute;width:1px;height:18px;background-color:var(--marron-color);left:0;top:3px;}
.ferme-formulaire .icon-close-button{top:0;}
.ferme-formulaire .icon-close-button:before{font-size:10px;}
.collapsing{transition: none!important;height:auto!important;background:#fff;}
/*modif 28/05/2021*/
.content-choix-blanc{display:none;}
.content-select-toogle button[active-button="true"] .content-choix-blanc{display:block;background:#fff;height:60px;border:1px solid var(--jaune-color);border-radius:5px;top:-30px;position: relative;z-index:10;padding:0;text-align:left;color:var(--marron-color);font-size:20px;font-family: 'Quattrocento Sans';}
.content-select-toogle button[active-button="true"] .content-choix-blanc:after{content:'\f0dd';width:20px;height:20px;position: absolute;font-family: 'FontAwesome';left:50%;bottom:-19px;color:var(--blanc-color);font-size:20px;}
.content-select-toogle button[active-button="true"] .content-choix-blanc:before{content:'\f107';width:20px;height:20px;position: absolute;font-family: 'FontAwesome';left:50%;bottom:-23px;color:var(--jaune-color);font-size:20px;}
.content-select-toogle button[active-button="true"] .content-choix-blanc span{display:block;margin:0 0 20px 0;font-size:14px;}
.content-select-toogle button[active-button="true"] .content-choix-blanc .text-choix-inner{padding:20px 10px;}
.content-lste-select .content-select-toogle button[active-button="true"]:after{transform: rotate(180deg);top:12px;color:var(--marron-color);z-index:100;right:5px;}
@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }

    header .navbar-nav {
        padding-left: 30px;
    }

    .commande-vol .content-text-et-liste {
        flex-wrap: nowrap;
    }
}

@media(max-width:1024px) {
    .voyage-meilleur-prix .list-select .dropdown-select.wide span.current:before{font-size:20px;}
    .content_bloc_fil_actu .item {
        max-width: inherit;
        font-size: 14px;
    }

    .navbar-nav .nav-item-parent a.nav-link {
        font-size: 12px;
        padding: 8px 5px !important;
    }

    .commande-vol .commande-top {
        padding: 10px 20px;
        min-height:120px;
    }

    .commande-bottom .list-etape-commande {
        padding: 20px;
    }

    .voyage-meilleur-prix .list-select li span {
        font-size: 11px;
    }

    .voyage-meilleur-prix .list-select select {
        font-size: 11px;
    }

    .lien-footer-bottom ul li a {
        font-size: 11px;
        padding: 0 10px;
    }

    .lien-footer-bottom ul li:last-child a {
        padding: 0 0 0 10px;
    }

    .content-bloc-partage .liste-bloc-partage .unite {
        padding-right: 0;
        text-align: center;
    }

    .commande-vol .content-lste-select {
        width: 100%;
    }

    @-moz-document url-prefix() {
        .voyage-meilleur-prix .list-select li span.current {
            padding-bottom: 5px;
        }
    }

    /*page faq*/
    .contenu {
        padding-left: 0;
        padding-right: 0;
    }

    .content-faq {
        margin-left: -15px;
        margin-right: -15px;
    }

    .content-faq .col-faq {
        padding-left: 15px;
        padding-right: 15px;
    }

    .breadcrumb {
        padding-bottom: 10px;
    }

    .breadcrumb-item {
        padding-bottom: 20px;
    }

    .destination-service .content-liste-destination .content-text-destination h3 {
        height: 30px;
        font-size: 26px;
    }

    .destination-service .content-liste-destination .content-text-destination h4 {
        font-size: 20px;
        height: 30px;
    }

    .voyage-meilleur-prix .list-select li span.current {
        padding-bottom: 6px;
    }
    .content-select-toogle{position: inherit;}
    .content-text-et-liste{position: relative;}
    .commande-vol .content-text-et-liste .content_text{padding-top:0;font-size:30px;}
    .content-lste-select .content-select-toogle .list-select-toogle, .content-lste-select .content-select-toogle .list-select-toogle-destination{top:70px;}
    .content-lste-select .content-select-toogle button{top:70px;}
    .content-select-toogle .list-select-toogle.collapsing,
    .content-select-toogle .list-select-toogle.show
    {top:110px;}
    .content-select-toogle button[active-button="true"] .content-choix-blanc{font-size:18px;}
}

@media(max-width:991px) {
    .navbar-nav {
        padding: 10px;
    }

    .navbar-nav .nav-item-parent:hover .dropdown-menu {
        display: none;
    }

    .navbar-nav .nav-item-parent .dropdown-menu.show {
        display: block;
        margin-top: -5px;
    }

    .container {
        max-width: inherit;
    }

    .navbar-toggler {
        width: 30px;
        height: 30px;
    }

    .navbar-toggler:focus {
        outline: none;
    }

    .navbar-toggler-icon {
        width: 30px;
        height: 30px;
        background: url('vhs-assets-css-b733123959b0414e4bb48b723888283c.png') no-repeat left top;
    }

    .navbar-toggler {
        position: absolute;
        top: 30px;
        right: 15px;
        z-index: 1000;
    }

    .lang-top {
        position: absolute;
        top: 38px;
        right: 50px;
        z-index: 1000;
    }

    header .navbar-brand img {
        max-width: 100px;
    }

    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .navbar-collapse.collapse.show {
        position: absolute;
        top: 80px;
        z-index: 1000;
        background: rgb(255, 255, 255);
        right: -15px
    }

    .navbar-collapse {
        position: absolute;
        top: 80px;
        z-index: 1000;
        background: rgb(255, 255, 255);
        right: -15px;
        width: 250px;
    }

    .navbar-nav .nav-item-parent a.nav-link:hover,
    .navbar-nav .nav-item-parent.show a.nav-link {
        border-radius: 0;
    }

    .nav-item-parent {
        margin: 0 0 10px 0;
    }

    .navbar-nav .nav-item-parent a.nav-link.covidlink {
        border-radius: 0;
    }

    .footer-top .footer-top-top ul {
        padding: 0 15px;
    }

    .content-faq {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .content-bloc-partage .liste-bloc-partage {
        margin: 0 -15px !important;
    }

    .voyage-meilleur-prix .list-select {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
    .navbar-nav .nav-item-parent a.nav-link.covidlink:hover{border-radius:0;}
}

@media(max-width:800px) {

    .commande-top .list-reserve,
    .commande-vol .list-reserve:first-child,
    .commande-vol .list-reserve,
    .commande-vol .list-reserve:last-child {
        width: 100%;
        max-width: 100%;
        flex: initial;
        padding-bottom:40px;
    }

    .commande-vol .content-text-et-liste .content_text {
        width: 100px;
        font-size: 30px;
    }

    .commande-vol {
        margin-top: -20px;
    }

    .slider .owl-dots {
        bottom: 30px;
    }

    .content_bloc_fil_actu .item {
        font-size: 11px;
    }

    .commande-bottom .list-etape-commande li {
        width: 50%;
        padding: 0 0 20px 0;
    }

    .commande-bottom .list-etape-commande li a {
        padding-left: 15px !important;
    }

    .commande-bottom .list-etape-commande li a i {
        width: 50px;
        text-align: right;
    }

    .commande-bottom .enregistrement a i {
        font-size: 34px;
        margin-right: 11px;
        padding-right: 10px;
    }

    .commande-bottom .enregistrement a i:after {
        right: 0;
    }

    .voyage-meilleur-prix .list-select li {
        width: 33.333%;
        max-width: 100%;
        flex: initial;
    }

    .voyage-meilleur-prix .list-select .dropdown-select.wide .list li {
        width: 100%;
        padding-bottom: 0;
    }

    .content-bloc-partage .liste-bloc-partage li {
        width: 50%;
        max-width: 100%;
        flex: initial;
        padding-bottom: 20px;
    }

    .footer-top-bottom ul li {
        width: 100%;
        max-width: 100%;
        flex: initial;
    }

    .footer-bottom .row div.col-xl-4.col-lg-4.col-md-4.col-sm-12.col-xs-12,
    .footer-bottom .row div.col-xl-8.col-lg-8.col-md-8.col-sm-12.col-xs-12 {
        width: 100%;
        max-width: 100%;
        flex: initial;
        text-align: center;
        padding-bottom: 20px;
    }

    .commande-vol .text-choix {
        width: 50px;
        font-size: 20px;
    }

    .destination-service .content-liste-destination ul li {
        width: 100%;
        max-width: 100%;
        flex: initial;
    }

    .destination-service .content-liste-destination .content-image img {
        width: 100%;
    }

    .footer-top .footer-top-top ul li a {
        padding-right: 40px !important;
    }

    .content-lang-footer-et-menu {
        justify-content: center;
    }

    .content-footer-top-bottom .list-reseau-socio {
        justify-content: left;
        margin-top: 0;
    }

    .content-footer-top-bottom h3 br {
        display: none;
    }

    .content-footer-top-bottom ul {
        padding-bottom: 20px;
    }

    .commande-vol .content-lste-select select {
        font-size: 18px;
    }

    .commande-vol .list-reserve:first-child .content-lste-select select {
        width: auto;
    }
    .list-etape-commande [class^="icon-"]{width:50px;text-align:right;}
    .commande-vol .commande-top {min-height:250px;}
    .content-lste-select .content-select-toogle .list-select-toogle{top:inherit;bottom:-30px;}
    .content-lste-select .content-select-toogle button{top:inherit;bottom:-30px;}
    .content-lste-select .content-select-toogle button[active-button="true"] .content-choix-blanc{top:40px;}
    .content-lste-select .content-select-toogle button[active-button="true"]:after{top:80px;}
    .content-select-toogle button[active-button="true"] .content-choix-blanc{font-size:14px;}
}

@media(max-width:768px) {
    .commande-top .list-reserve {
        width: 100%;
        max-width: 100%;
        flex: initial;
    }

    .commande-vol .content-text-et-liste .content_text {
        width: 100px;
        font-size: 30px;
    }

    .commande-vol {
        margin-top: -20px;
    }

    .slider .owl-dots {
        bottom: 30px;
    }

    .content_bloc_fil_actu .item {
        font-size: 11px;
    }

    .commande-bottom .list-etape-commande li {
        width: 50%;
        padding: 0 0 20px 0;
    }

    .commande-bottom .list-etape-commande li a {
        padding-left: 15px !important;

    }

    .commande-bottom .list-etape-commande li a i {
        width: 50px;
        text-align: right;
    }

    .commande-bottom .enregistrement a i {
        font-size: 34px;
        margin-right: 11px;
        padding-right: 10px;
    }

    .commande-bottom .enregistrement a i:after {
        right: 0;
    }

    .voyage-meilleur-prix .list-select li {
        width: 33.333%;
        max-width: 100%;
        flex: initial;
    }

    .content-bloc-partage .liste-bloc-partage li {
        width: 50%;
        max-width: 100%;
        flex: initial;
        padding-bottom: 20px;
    }

    .footer-top-bottom ul li {
        width: 100%;
        max-width: 100%;
        flex: initial;
    }

    .footer-bottom .row div.col-xl-4.col-lg-4.col-md-4.col-sm-12.col-xs-12,
    .footer-bottom .row div.col-xl-8.col-lg-8.col-md-8.col-sm-12.col-xs-12 {
        width: 100%;
        max-width: 100%;
        flex: initial;
        text-align: center;
        padding-bottom: 20px;
    }

    .commande-vol .text-choix {
        width: 50px;
    }

    .destination-service .content-liste-destination ul li {
        width: 100%;
        max-width: 100%;
        flex: initial;
    }

    .destination-service .content-liste-destination .content-image img {
        width: 100%;
    }

    .footer-top .footer-top-top ul li a {
        padding-right: 40px !important;
    }

    .content-lang-footer-et-menu {
        justify-content: center;
    }

    .content-footer-top-bottom .list-reseau-socio {
        justify-content: left;
        margin-top: 0;
    }

    .content-footer-top-bottom h3 br {
        display: none;
    }

    .content-footer-top-bottom ul {
        padding-bottom: 20px;
    }
}

@media(max-width:767px) {
    .destination-service .content-liste-destination .content-image img {
        max-width: inherit;
        width: 100%;
        height: auto;
    }

    .content-doc-voyage img {
        margin: 0 auto;
        display: block;
    }

    .footer-top-bottom ul li.col-xl-2.col-lg-2.col-md-2.col-sm-12.col-xs-12 {
        width: 100%;
        padding: 0 0 20px 0;
    }

    .destination-service .content-liste-destination .col-xl-4.col-lg-4.col-md-4.col-sm-12.col-xs-12 {
        padding-bottom: 20px;
    }
}

@media(max-width:640px) {
    .commande-bottom .list-etape-commande li {
        width: 100%;
    }

    .voyage-meilleur-prix .list-select li {
        width: 50%;
        padding-bottom: 20px;
    }

    .content-bloc-partage .liste-bloc-partage li {
        width: 100%;
    }

    .voyage-meilleur-prix .list-select li:last-child {
        margin-left: 0;
    }

    .content_bloc_fil_actu .item {
        text-transform: initial;
    }

    .content-lang-footer-et-menu {
        justify-content: center;
    }

    .lien-footer-bottom ul {
        justify-content: center;
    }

    h2.titre {
        font-size: 30px;
    }

    .content_bloc_fil_actu .item:before {
        display: none;
    }

}

@media(max-width:600px) {
    .content_bloc_fil_actu .item {
        display: inherit;
    }

    .content_bloc_fil_actu .item a {
        padding: 0;
    }

}

@media(max-width:480px) {
    .commande-vol .content-text-et-liste .content_text {
        width: 60px;
        font-size: 20px;
    }

    .content_bloc_fil_actu .item:before {
        display: none;
    }

    .footer-top .footer-top-top ul {
        justify-content: center;
    }

    .footer-top .footer-top-top ul li {
        width: 100%;
    }

    .voyage-meilleur-prix .list-select li {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    h2.titre {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .content-bloc-partage .liste-bloc-partage .unite {
        text-align: center;
        padding-right: 0;
    }

    .commande-vol .content-lste-select select {
        max-width: 280px;
        font-size: 13px;
    }

    .voyage-meilleur-prix .list-select li span {
        padding: 0 10px 0 0;
    }

    .voyage-meilleur-prix .list-select select {
        width: 100%;
    }

    .voyage-meilleur-prix .list-select li {
        padding-bottom: 10px;
    }

    .voyage-meilleur-prix .list-select li:last-child {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .voyage-meilleur-prix .list-select select {
        padding-left: 0;
    }

    @-moz-document url-prefix() {
        .voyage-meilleur-prix .list-select select {
            margin-left: -4px;
        }
    }

    .text-defilant {
        padding-left: 50px;
    }

    .commande-vol .content-lste-select {
        width: 100%;
    }

    .voyage-meilleur-prix .list-select {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .content-bloc-partage .liste-bloc-partage li {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .destination-service .content-liste-destination .col-xl-4.col-lg-4.col-md-4.col-sm-12.col-xs-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .commande-vol .list-reserve:first-child .content-lste-select select,
    .commande-vol .list-reserve:first-child .content-lste-select .dropdown-select.wide,
    .commande-vol .list-reserve:first-child .content-lste-select .dropdown-select.wide.open,
    .commande-vol .list-reserve:first-child .content-lste-select .dropdown-select.wide:active {
        width: 100%;
    }

    .commande-vol .content-lste-select select,
    .commande-vol .content-lste-select .dropdown-select.wide,
    .commande-vol .content-lste-select .dropdown-select.wide.open,
    .commande-vol .content-lste-select .dropdown-select.wide:active {
        width: 100%;
        padding-left: 0;
        font-size: 18px;
    }
    .commande-vol .content-lste-select .dropdown-select.wide:before{font-size:22px;top:-3px;}
    .voyage-meilleur-prix .list-select select,
    .voyage-meilleur-prix .list-select .dropdown-select.wide,
    .voyage-meilleur-prix .list-select .dropdown-select.wide.open,
    .voyage-meilleur-prix .list-select .dropdown-select:active {
        width: 100%;
    }

    /*breadcrumb*/
    .breadcrumb {
        padding-bottom: 10px;
    }

    .breadcrumb-item {
        padding-bottom: 20px;
    }

    .breadcrumb .breadcrumb-item.breadcrumb-accueil a span {
        display: none;
    }
    .breadcrumb .breadcrumb-item.breadcrumb-accueil a span[class^="icon-"]{ font-size: 20px;
        top: -6px;
        left: -15px;
        display:block;
    }

    .breadcrumb .breadcrumb-item {
        font-size: 12px;
    }

    .breadcrumb .breadcrumb-item.breadcrumb-accueil i {
        font-size: 20px;
        top: -6px;
        left: -15px;
    }

    .breadcrumb .breadcrumb-accueil a {
        padding-left: 0;
    }

    .breadcrumb-item+.breadcrumb-item::before {
        font-size: 12px;
        padding-left: 12px;
    }

    .content-top-pdf {
        padding: 30px 0;
    }

    .titre-contenu {
        padding: 0 0 30px 0;
        font-size: 26px;
    }

    .content-faq h3,
    .contenu h3 {
        font-size: 15px;
        padding: 0 0 15px 0;
    }

    .content-faq p,
    .contenu p {
        padding: 0 0 20px 0;
        font-size: 12px;
    }

    .content-doc-voyage .content-doc-voyage-inner h2 {
        padding-bottom: 20px;
        font-size: 25px;
    }

    .content-doc-voyage .content-doc-voyage-inner p {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .contenu p.text-description {
        font-size: 16px;
    }

    .contenu ul li {
        font-size: 12px;
    }

    .voyage-meilleur-prix .list-select .dropdown-select.wide .list {
        margin-left: 0;
        width: 100%;
    }

    .close-top i {
        font-size: 15px;
    }

    .close-top {
        right: 5px;
    }

    .content_bloc_fil_actu .item {
        display: inherit;
        padding-top: 3px;
    }
    .voyage-meilleur-prix .list-select li span.current{width:100%;}
    .icon-close-button:before{font-size:12px;}
    .content-lste-select .content-select-toogle button{top:inherit;bottom:-30px;}
}


@media(max-width:375px) {
    .commande-vol .content-lste-select select {
        max-width: 280px;
        font-size: 13px;
    }

    .commande-vol .content-lste-select select,
    .commande-vol .content-lste-select .dropdown-select.wide,
    .commande-vol .content-lste-select .dropdown-select.wide.open,
    .commande-vol .content-lste-select .dropdown-select.wide:active {
        width: 100%;
        padding-left: 0;
        font-size: 14px;
    }
    .commande-vol .content-lste-select .dropdown-select.wide:before{font-size:18px;top:-3px;}
    .content_bloc_fil_actu .item {
        font-size: 10px;
    }
}

@media(max-width:360px) {
    .commande-vol .content-lste-select select {
        max-width: 280px;
        margin-left: -10px;
        margin-top: 5px;
    }

    .content_bloc_fil_actu .item {
        font-size: 9px;
    }

    .commande-vol .list-reserve:first-child .content-lste-select select {
        width: 100%;
    }

    .commande-vol .content-lste-select select {
        width: 100%;
    }
}

@media(max-width:320px) {
    .content_bloc_fil_actu .item {
        font-size: 9px;
    }
}

.flex{
    height:100%;
    display:flex;
    justify-content:space-between;
    align-items:stretch;
}
/*** offres speciales - BEGIN - ***/
section.voyage-meilleur-prix .content-bloc-partage .liste-bloc-partage .ville {
    height: 85px;
}

.content-bloc-partage .liste-bloc-partage .col-xl-12 .unite,
.content-bloc-partage .liste-bloc-partage .col-xl-6 .unite,
.content-bloc-partage .liste-bloc-partage .col-xl-4 .unite {
    text-align: center;
    padding-right: 0;
}

section.voyage-meilleur-prix.voyage-meilleur-prix-inner {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.voyage-meilleur-prix-inner .content-bloc-partage .liste-bloc-partage .ville {
    color: var(--blanc-color);
}

.voyage-meilleur-prix-inner .content-bloc-partage .liste-bloc-partage li .partage-inner a.content-lien-bloc,
.voyage-meilleur-prix-inner .content-bloc-partage .liste-bloc-partage li a.partage {
    text-decoration: none;
}

.voyage-meilleur-prix-inner .list-select li {
    background: none;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    font-weight: inherit;
    padding: inherit;
    list-style-position: unset;
}

.voyage-meilleur-prix-inner .content-bloc-partage .liste-bloc-partage li {
    background: none;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    font-weight: inherit;
    padding-right: 15px;
    padding-left: 15px;
    list-style-position: unset;
}

.voyage-meilleur-prix .moreoffers-holder {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.voyage-meilleur-prix .moreoffers {
    color: var(--noir-color);
    border: 2px solid #8a8a8a;
    padding: 10px 25px;
    border-radius: 8px;
    font-family: 'Quattrocento Sans';
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 100%;
    text-align: center;
}

.voyage-meilleur-prix .moreoffers:hover {
    background: #121212;
    border-color:#121212 !important;
    color: var(--blanc-color) !important;
}

.voyage-meilleur-prix .dropdown-select.open .option {
    font-size: 14px;
    text-align: left;
    display: block;
    padding-left: 20px;
}

/*** offres speciales - END - ***/

/*** alertes - BEGIN - ***/
.content_bloc_fil_actu .item{
    max-width: 81%;
}

.content_bloc_fil_actu .item.no_link:before{
    display: none;
}
/*** alertes - END - ***/

/*** menu - BEGIN - ***/
.nav-item-parent{
    margin: 0 19px 0 0;
}

.navbar-nav .nav-item-parent a.nav-link.dropdown-toggle:hover {
    background-color: var(--blanc-color);
    color:var(--rose-color);
    border-radius: 30px;
    /*text-shadow: 1px 1px 2px #999;*/
}

.navbar-nav .nav-item.active .nav-link.dropdown-toggle{
    text-shadow:none;
}

.navbar-nav .nav-item-parent.dropdown .dropdown-menu{
    /*box-shadow: 1px 1px 6px #999;*/
    transform-origin: 50% 0;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 9%);
    background-color: var(--blanc-color);
    border-radius: 6px;
    border: 1px solid var(--jaune-color);
    overflow: hidden;
}

.navbar-nav .nav-item-parent.dropdown .dropdown-menu a.nav-link{
    font-size: 14px;
    font-weight: normal;
}

.navbar-nav .nav-item-parent.dropdown .dropdown-menu a.nav-link:hover,
.navbar-nav .nav-item-parent.dropdown .dropdown-menu .list-unstyled .active a.nav-link:hover{
    background-color: var(--marron-color);
    color: var(--blanc-color);
}

.navbar-nav .nav-item-parent.dropdown .dropdown-menu .list-unstyled .active a.nav-link,
.navbar-nav .nav-item-parent.dropdown .dropdown-menu a.nav-link {
    background-color: var(--blanc-color);
    color: var(--noir-color);
}

.lang-select .dropdown-select .option.selected,
.list-select .dropdown-select .option.selected {
    color: var(--noir-color) !important;
}

.lang-select .dropdown-select .option:hover,
.lang-select .dropdown-select .option:focus,
.lang-select .dropdown-select .option.selected,
.lang-select .dropdown-select .option.selected:focus,
.list-select .dropdown-select .option:hover,
.list-select .dropdown-select .option:focus,
.list-select .dropdown-select .option.selected,
.list-select .dropdown-select .option.selected:focus{
    background-color: var(--marron-color) !important;
    color: var(--blanc-color) !important;
}

.lang-select .dropdown-select .list:hover .option:not(:hover),
.list-select .dropdown-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
    color: var(--noir-color) !important;
}

.dropdown-select .list{
    border: 1px solid var(--jaune-color) !important;
}

.lang-top select, .lang-top .dropdown-select:active,
.lang-top .dropdown-select.open, .lang-top .dropdown-select.wide.open,
.lang-top .dropdown-select.wide.open:before {
    color:var(--rose-color) !important;
}

.lang-top .dropdown-select.wide .list, .lang-bottom .dropdown-select.wide .list{
    margin-top:10px;
}

/*** menu - END - ***/
/*** destination services - BEGIN - ***/

.destination-service a:hover span.savoir-plus {
    border-color:#121212 !important;
}

/*** destination services - END - ***/

/*** footer - BEGIN - ***/

.content-footer-top-bottom h3 {
    text-transform: uppercase;
}

.lang-bottom .dropdown-select.wide{
    z-index: 1000;
}

.content-lang-footer-et-menu .lang-bottom {
    padding: 0px;
}

@media(max-width:570px) {
    .content-lang-footer-et-menu .lang-bottom {
        padding: 20px 0px;
        margin-left: auto;
        margin-right: auto;
        width: 75px;
    }
}

.content-footer-top-bottom ul li a:hover,
.footer-top .footer-top-top ul li a:hover,
.content-footer-top-bottom .list-reseau-socio a:hover .fa:before,
.lien-footer-bottom ul li a:hover {
    text-decoration: none;
    text-shadow: none !important;
    color: var(--jaune-color);
}

.lang-bottom .dropdown-select.wide.open, .lang-bottom .dropdown-select.wide.wide:active, .lang-bottom .dropdown-select.wide.open:before {
    color: var(--jaune-color) !important;
}
.lang-bottom .dropdown-select.wide .list{
    top: -94px !important;
}

/*** footer - END - ***/

/*** Contenu Inner - BEGIN - ***/

.contenu .content-top-pdf{
    padding: 60px 0px 10px;
}

.contenu-inner {
    margin-bottom: 50px;
}

.contenu .contenu-inner h2 {
    font-size: 36px;
    padding-bottom: 15px;
}

.contenu .titre-contenu{
    padding-bottom: 40px;
}

.contenu .text-description p{
    font-family: 'Lato';
    font-weight: normal;
    color: var(--noir-color);
    font-size: 21px;
    line-height: 160%;
}

.content-faq p, .contenu .contenu-inner p{
    padding: 0 0 23px 0;
}

.contenu a.btn-red {
    background: var(--rose-color) !important;
    color: #fff;
    font-family: 'Quattrocento Sans';
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    line-height: 100%;
    align-items: center;
    width: auto;
    justify-content: center;
}

.contenu a.btn-red:hover {
    background-color: var(--blanc-color);
    color: var(--noir-color);
}

.contenu a.btn-white {
    color: var(--noir-color);
    border: 2px solid #8a8a8a;
    padding: 10px 25px;
    border-radius: 8px;
    font-family: 'Quattrocento Sans';
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 100%;
    text-align: center;
}

.contenu a.btn-white:hover {
    background: #121212;
    border-color:#121212 !important;
    color: var(--blanc-color) !important;
}

.contenu .btn-wrapper{
    text-align: center;
    margin-top: 40px;
}

.breadcrumb a:hover, .contenu .content-top-pdf a:hover, .contenu a:hover {
    text-shadow: none !important;
    color: var(--rose-color) !important;
}

/*** Contenu Inner - END - ***/

/*** Formulaire - BEGIN - ***/

.formulaire{
    padding-bottom:118px;
}

.formulaire .container{
    max-width:970px;
}

.formulaire_form{
    margin-top:77px;
}

.formulaire .half{
    float:left;
    width:435px;
    margin-left: 15px;
    margin-right:15px;
    margin-bottom:25px;
}

.formulaire .half.last{
    margin-right:0;
}

.formulaire_label{
    margin-left:30px;
    font-size:14px;
    color: var(--noir-color);
    line-height:22px;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:13px;
}

.powermail_fieldwrap_textarea, .powermail_fieldwrap_captcha, .powermail_fieldwrap_check{
    margin-left: 15px;
    margin-right:15px;
}

.formulaire_form input, .formulaire_form textarea{
    color: var(--noir-color);
    border: 2px solid #8a8a8a;
    border-radius:25px;
    height:50px;
    width:430px;
    padding:0 30px;
    font-size:16px;
    text-align:left;
}

.formulaire_form textarea{
    width:100%;
    height:150px;
    padding:20px 30px;
    line-height:26px;
}

.powermail_check_inner{
    display: flex;
}

.col_checkbox{
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100px;
    height: 50px;
    float: left;
}

.col_label{
    margin: 0px;
    padding: 0px;
    width: 80%;
}

.formulaire_form input.powermail_checkbox,
.formulaire_form input[type="checkbox"]{
    width: 30px;
    height: 30px;
}

.formulaire_form input:focus, .formulaire_form textarea:focus{
    border-color:#fff;
    box-shadow:0 20px 50px rgba(0,0,0,0.2);
}

.formulaire_form button{
    float:right;
    color: var(--noir-color);
    background:#fff;
    border: 2px solid #8a8a8a;
    padding: 10px 25px;
    border-radius: 8px;
    font-family: 'Quattrocento Sans';
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 100%;
    text-align: center;
    margin-top:10px;
    margin-right:15px;
}
/*.formulaire_form button{
    float:right;
    display:inline-block;
    color:#fff;
    text-transform:uppercase;
    font-size:14px;
    letter-spacing:1.5px;
    padding:0 30px;
    height:50px;
    line-height:50px;
    border-radius:25px;
    background:var(--rose-color);
    margin-top:10px;
    margin-right:15px;
}
*/
.formulaire_form button:hover{
    background:var(--noir-color);
    color:#fff;
    border: 2px solid var(--noir-color);
}

.powermail_fieldwrap_captcha .g-recaptcha{
    display: none;
}

.clr {
    clear: both;
}

#ma-resa-form .formulaire_form {
    margin-top: 35px;
}

@media(max-width:1170px){
    .formulaire_form button{float:right;}
    .formulaire_form input{width:100%;}
}

@media(max-width:570px){
    .formulaire_form .half{width:100%;float:none;margin-right:0;margin-left: 0px;}
    .formulaire_form input{width:100%;}
    .powermail_fieldwrap_textarea, .powermail_fieldwrap_captcha, .powermail_fieldwrap_check{
        margin-left: 0px;
        margin-right:0px;
    }
    .formulaire_form{
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 0px;
    }
    .col_checkbox{
        justify-content: center;
        align-items: center;
        display: flex;
        width: 50px;
        height: auto;
        float: none;
    }
    .formulaire_form button{float:none;}
    .powermail_fieldwrap_submit{
        text-align: center;
    }
}

@media(max-width:992px){

}
@media(max-width:770px){
    .formulaire_form{padding-right: 33px;margin-top: 0px;}
    .formulaire .half{
        width:100%;
    }
}
@media(max-width:410px){
    .formulaire_form{
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 0px;
    }
}
/*** Formulaire - END - ***/

/** Formulaire Login B2B ***/
.formulaire_form.login_b2b {
    margin-top: 0;
}

.formulaire_form.login_b2b input{
    width : auto;
}

.formulaire_form.login_b2b input[type="submit"],
.formulaire_form.logout_b2b input[type="submit"]
{
    float: left;
    margin-top: 30px;
    color: var(--noir-color);
    background: #fff;
    border: 2px solid #8a8a8a;
    padding: 10px 25px;
    border-radius: 8px;
    font-family: 'Quattrocento Sans';
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 100%;
    text-align: center;
    margin-right: 15px;
    width : auto;
    transition : all 0.3s;
}
.formulaire_form.login_b2b input[type="submit"]:hover,
.formulaire_form.logout_b2b input[type="submit"]:hover{
    background: var(--noir-color);
    color: #fff;
    border: 2px solid var(--noir-color);
    cursor : pointer;
}

.formulaire_form.login_b2b .form-input-group {
    margin: 20px 0 0 0;
}

.formulaire_form.login_b2b .formulaire_label{
    min-width: 175px;
    display: inline-block;

}

 /** Logout */
form.formulaire_form.logout_b2b {
    margin-top: 30px;
}
.formulaire_form.logout_b2b input[type="submit"]{
    margin-top: 10px !important;
}


/*** FCE bloc texte et image - BEGIN - ***/
.sec1_13{
    padding-top:0px;
    padding-bottom:73px;
}

.sec1_13 .container{
    max-width:970px;
}

.sec1_13_text{
    font-size:18px;
    line-height:28px;
    color:#8c8f94;
    text-align:center;
    font-weight:300;
    margin-top:25px;
    margin-bottom:15px;
}

.sec1_13_block{
    padding:50px 0 20px;
}

.sec1_13_block img{
    max-width:370px;
    float:left;
    border-radius:10px;
}

.sec1_13_block .inner{
    margin-left:430px;
}

/*.sec1_13 .title, .sec1_13 .title:focus{
    display:block;
    font-size:28px;
    line-height:38px;
    padding-top:25px;
    color:#222328;
}*/

.sec1_13_block .title:hover, .sec1_13_block img:hover{
    opacity:0.7;
}

.sec1_13 .text{
    font-size:18px;
    line-height:28px;
    font-weight:300;
    color:#8c8f94;
    /*margin-top:15px;*/
}

.sec1_13_block.right img{
    float:right;
}

.sec1_13_block.right .inner{
    margin-left:0;
    margin-right:430px;
}

.sec1_13_block img, .sec4_11_block .link img, .sec5_15_block .img {
    transition: all 0.2s;
}

.sec1_13 .line {
    border-bottom: 1px solid #f4f4f4;
    position: relative;
    top:0px;
}

@media(max-width:990px){
    .sec1_13{padding:80px 0 40px 0;}
    .sec5_15{padding:80px 0;}
    .sec5_15 .flex{display:block;}
    .sec5_15_block{margin:0 auto 67px auto;}
}

@media(min-width:970px){
    .sec1_13_text span{
        display:block;
    }
    .sec1_13 .title, .sec1_13 .title:focus{padding-top:0px;}
}

@media(max-width:770px) {
    .sec1_13_block .inner {margin-left: 0;}
    .sec1_13_block.right .inner {margin-right: 0;}
    .sec1_13_block img, .sec1_13_block.right img {float: none;margin-bottom: 20px;}
}

@media(max-width:410px) {
    .sec1_13_block img {width: 100%;}
}

/*** FCE bloc texte et image - END - ***/

/*** FCE bloc destinations - BEGIN - ***/
.sec4_11{
    padding-top:100px;
    padding-bottom:107px;
    border-bottom:1px solid #e8e9e9;
    text-align:center;
}

.sec4_11 .container{
    max-width:970px;
}

.sec4_11_text{
    font-size:18px;
    line-height:28px;
    color:#8c8f94;
    max-width:770px;
    font-weight:300;
    margin: 27px auto 54px auto;
}

.sec4_11_text b{
    font-weight:400;
}

.sec4_11_block{
    /*min-height:320px;*/
    padding-top:30px;
    text-align:left;
    clear:both;
}

.sec4_11_block .link:hover img{
    opacity:0.7;
}

.sec4_11_block .image{
    border-radius:10px;
    float:left;
}

.sec4_11_block .inner{
    margin-left:430px;
}

.sec4_11_block .title{
    /*font-size:28px;
    line-height:38px;*/
    padding-top:30px;
}

.sec4_11_block .title a{
    color:#222328;
}

.sec4_11_block .title a:hover{
    opacity:0.7;
}

.sec4_11_block .title .time{
    font-size:12px;
    margin-left:5px;
    display:inline-block;
}

/*.sec4_11_block .text{
    font-size:16px;
    line-height:26px;
    color:#3a3d4b;
    font-weight:300;
    opacity:0.8;
    margin-top:15px;
}*/

.sec4_11_block .author{
    margin-top:32px;
}

.sec4_11_block .author img{
    float:left;
    border-radius:50%;
}

.sec4_11_block .author .left{
    float:left;
    margin-left:19px;
}

.sec4_11_block .author .left .name{
    font-size:18px;
    line-height:28px;
}

.sec4_11_block .author .left .info{
    font-size:12px;
    line-height:22px;
    color:#8c8f94;
    text-transform:uppercase;
    letter-spacing:1px;
}

.sec4_11_block .author .left .info i{
    text-transform:none;
}

.sec4_11_block .author .left .info a.red{
    color:#f42267;
}

.sec4_11_block .author .left .info a.yellow{
    color:#f2bc3b;
}

.sec4_11_block .author .left .info a.green{
    color:#30ce91;
}

.sec4_11_block .author .left .info a:hover{
    opacity:0.7;
}

.sec4_11_block.no_image{
    border-top:1px solid #e8e9e9;
    border-bottom:1px solid #e8e9e9;
    padding-top:20px;
}

.sec4_11_block.no_image .inner{
    margin-left:0;
}

.sec4_11 .sec4_5_btn{
    margin-top:50px;
    padding:0 30px;
}

@media(max-width:990px){
    .sec1_13_text{text-align:center;}
    .sec1_13{padding:80px 0 40px 0;}
    .sec4_11_block{margin-bottom:40px;}
    .sec4_11_block.last{margin-bottom:30px;}
    .sec4_11_block .image{float:none;}
    .sec4_11_block .inner{margin-left:0;margin-top: 20px;}
    .sec1_13_text{margin-left:auto;margin-right:auto;}
}

@media(max-width:570px){
    .sec4_11_block img{max-width:100%;}
    .sec4_11_block.no_image .author{padding-bottom:40px;}

    .sec5_15_block{width:100%;}
    .sec5_15_popup{padding:20px;}
}

@media(max-width:970px){
    .sec1_13 .title, .sec1_13 .title:focus{padding-top:0px;}
}

@media(max-width:770px){
    .sec1_13_text{text-align:center;}
    .sec1_13_block .inner{margin-left:0;}
    .sec1_13_block.right .inner{margin-right:0;}
    .sec1_13_block img, .sec1_13_block.right img{float:none;margin-bottom:20px;}
}

@media(max-width:410px){
    .sec1_13_block img{width:100%;}
}

/*** FCE bloc destinations - END - ***/

/*** bloc booking shotcut - BEGIND - ***/
@media(max-width:770px) {
    .list-etape-commande .icon-icone-carte:before {
        font-size: 23px;
    }
}
.commande-bottom li a:hover, .commande-bottom li a:hover [class^="icon-"]:before{
    color: var(--blanc-color);
}
/*** bloc booking shotcut - END - ***/


/*** FCE lame voyage- BEGIND - ***/
.content-doc-voyage .content-doc-voyage-inner .savoir-plus:hover {
    background-color: var(--noir-color) !important;
    color: var(--blanc-color) !important;
}
/*** FCE lame voyage- END - ***/

/*** actus - BEGIN - ***/
/* Section 5 (15) */

.sec5_15{
    padding-top:110px;
    padding-bottom:116px;
    text-align:center;
}

.sec5_15 .container{
    max-width:970px;
}

.sec5_15 .flex{
    flex-wrap:wrap;
    margin-top:63px;
}

.sec5_15_block{
    width:460px;
    /*width:470px;*/
    margin-bottom:67px;
    text-align:left;
}

.sec5_15_block .img{
    position:relative;
    cursor:pointer;
}

.sec5_15_block .img:hover{
    opacity:0.8;
}

.sec5_15_block .cover{
    width:100%;
    border-radius:10px;
}

.sec5_15_block .sec5_15_play{
    position:absolute;
    top:50%;
    left:50%;
    margin:-35px 0 0 -35px;
}

.sec5_15_block .title,
.sec5_15_block .title a{
    font-size:22px;
    line-height:28px;
    font-weight:300;
    margin-top:28px;
    text-decoration: none;
    color: #212529;
}

/*.sec5_15_block .title span{
    font-size:12px;
    font-weight:400;
    letter-spacing:1px;
    color:#8c8f94;
    margin-left:20px;
    display:inline-block;
}*/

.sec5_15_block .text{
    font-size:14px;
    line-height:22px;
    color:#3a3d4b;
    font-weight:300;
    margin-top:12px;
}
.sec5_15_block .text p:last-child{
    padding-bottom: 0;
}

.sec5_15_block .author{
    font-size:12px;
    line-height:26px;
    letter-spacing:1px;
    color:#8c8f94;
    text-transform:uppercase;
    margin-top:14px;
}

.sec5_15_block .readmore-link,
.news-single .news-backlink-wrap {
    margin-top: 20px;
    text-align: center;
}

.sec5_15_block .readmore-link a,
.news-single .news-backlink-wrap a {
    font-family: 'Quattrocento Sans';
    font-size: 14px;
    text-transform: uppercase;
    color: var(--noir-color);
    border: 2px solid #8a8a8a;
    padding: 10px 25px;
    border-radius: 8px;
    text-decoration: none;
}

.sec5_15_block .readmore-link a:hover,
.news-single .news-backlink-wrap a:hover {
    border-color: #121212 !important;
    background: #121212 !important;
    color: #fff !important;
}

.sec5_15 .sec4_5_btn{
    margin-top:0;
}

.sec5_15_popup{
    position:fixed;
    top:0;
    left:0;
    height:100%;
    width:100%;
    padding:60px;
    background:rgba(0,0,0,0.8);
    z-index:1500;
    display:none;
}

.sec5_15_popup .close{
    display:block;
    width:16px;
    height:16px;
    position:absolute;
    top:20px;
    right:20px;
    background:url(../i/mobile_menu_close_white.png) no-repeat 50% 50%;
    opacity:1;
}

.sec5_15_popup .close:hover{
    opacity:0.7;
}

.sec5_15_popup img{
    width:100%;
    height:100%;
}

.news-single .footer p {
    color: #8c8f94;
}

.news-single .teaser-text p {
    font-weight: bold;
}

.news-single .news-other-medias .outer {
    display: inline-block;
    margin-top: 30px;
    margin-right: 30px;
}

.news-single .news-img img,
.news-single .news-other-medias img {
    width: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
    max-width: 100%;
    height: auto;
    border-radius: 30px;
}

.news-single .news-img img {
    border-radius: 30px;
}

.news-single .news-backlink-wrap {
    text-align: right;
}

.news-single .news-related {
    width: 100%;
    border: none;
    display: block;
}

.news-single .news-related ul li span {
    padding-left: 10px;
}

/*** actus - END - ***/

ol {
    list-style-type: decimal;
}

/*** recherche - BEGIN - ***/
.search-item {
    margin-bottom: 20px;
}

.search-item h3.tx-indexedsearch-result-title {
    padding-bottom: 10px;
}

.search-item h3.tx-indexedsearch-result-title a {
    color: var(--rose-color);
    text-decoration: none;
}

.tx-indexedsearch-searchbox legend {
    display: none;
}

.tx-indexedsearch-searchbox {
    margin-bottom: 40px;
}

.tx-indexedsearch-info-sword {
    display: none;
}

.tx-indexedsearch-searchbox .formulaire_form .tx-indexedsearch-searchbox-button {
    float: none;
    margin-bottom: 10px;
    margin-left: 15px;
}

.tx-indexedsearch-form label {
    margin-right: 15px;
}
/*** recherche - END - ***/

/*** social Share - BEGIN - ***/
.social-network-sharing {
    margin-top: 60px;
    text-align: right;
}

.social-network-sharing-label {
    font-style: italic;
    font-size: 1.1rem;
}

.social-network-sharing #social-network-sharing-inner .jssocials-share-link {
    border-color: var(--noir-color);
    color: var(--noir-color);
}

.social-network-sharing #social-network-sharing-inner .jssocials-share-link:hover {
    border-color: var(--rose-color);
}

/*.social-network-sharing .jssocials-share-link .jssocials-share-logo {
    font-size: 1.4em;
}*/
/*** social Share - END - ***/

/*** pagination - BEGIN - ***/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline;
}

.pagination>li>a,.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #795134;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
    z-index: 2;
    color: #795134;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #795134;
    border-color: #795134
}

.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.contenu-inner ul.pagination{
    margin : 0 auto;
    /*display: block;*/
}

.contenu ul.pagination>li {
    background-image: none;
    padding: 0;
}

.contenu-inner ul.pagination-sm>li>a, .pagination-sm>li>span{
    padding: 10px 20px;
    font-size: 16px;
}

.contenu ul.pagination>.active>a:hover {
    color: #fff !important;
}
/*** pagination - END - ***/


.tx_form_form .form-check-label > span {
    margin-left: 15px;
    display: inline-block;
    margin-top: -10px;
    vertical-align: text-top;
}

.tx_form_form .btn-toolbar,
.tx_form_form .btn-toolbar .btn-group {
    display: block;
}

.tx_form_form input {
    width: 100%;
}

/*** modifications pour le survol des blocs promo ***/
.content-bloc-partage .liste-bloc-partage li .partage-inner .content-lien-bloc:hover:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.30) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.30) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.30) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}


.content-bloc-partage .liste-bloc-partage li .partage-inner .content-lien-bloc:hover {
    color: var(--blanc-color);
}


.content-bloc-partage .liste-bloc-partage .ville,
.content-bloc-partage .liste-bloc-partage .pays,
.content-bloc-partage .liste-bloc-partage .prix,
.content-bloc-partage .liste-bloc-partage .unite,
.content-bloc-partage .liste-bloc-partage .direction {
    z-index: 2;
    position: relative;
    color: var(--blanc-color);
    text-shadow: none;
}


.jssocials-shares {
  margin: 0.2em 0; }

.jssocials-shares * {
  box-sizing: border-box; }

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em 0.6em 0.3em 0; }

.jssocials-share:last-child {
  margin-right: 0; }

.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em; }

img.jssocials-share-logo {
  width: auto;
  height: 1em; }

.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1; }
  .jssocials-share-link.jssocials-share-link-count {
    padding-top: .2em; }
    .jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
      display: block;
      font-size: .6em;
      margin: 0 -.5em -.8em -.5em; }
  .jssocials-share-link.jssocials-share-no-count {
    padding-top: .5em; }
    .jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
      height: 1em; }

.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle; }

.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default; }
  .jssocials-share-count-box.jssocials-share-no-count {
    display: none; }

.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle; }


.jssocials-share-twitter .jssocials-share-link {
  color: #00aced; }
  .jssocials-share-twitter .jssocials-share-link .jssocials-share-label {
    color: #00aced; }
  .jssocials-share-twitter .jssocials-share-link:hover, .jssocials-share-twitter .jssocials-share-link:focus, .jssocials-share-twitter .jssocials-share-link:active {
    color: #0087ba; }
    .jssocials-share-twitter .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-twitter .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-twitter .jssocials-share-link:active .jssocials-share-label {
      color: #0087ba; }

.jssocials-share-facebook .jssocials-share-link {
  color: #3b5998; }
  .jssocials-share-facebook .jssocials-share-link .jssocials-share-label {
    color: #3b5998; }
  .jssocials-share-facebook .jssocials-share-link:hover, .jssocials-share-facebook .jssocials-share-link:focus, .jssocials-share-facebook .jssocials-share-link:active {
    color: #2d4373; }
    .jssocials-share-facebook .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-facebook .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-facebook .jssocials-share-link:active .jssocials-share-label {
      color: #2d4373; }

.jssocials-share-googleplus .jssocials-share-link {
  color: #dd4b39; }
  .jssocials-share-googleplus .jssocials-share-link .jssocials-share-label {
    color: #dd4b39; }
  .jssocials-share-googleplus .jssocials-share-link:hover, .jssocials-share-googleplus .jssocials-share-link:focus, .jssocials-share-googleplus .jssocials-share-link:active {
    color: #c23321; }
    .jssocials-share-googleplus .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-googleplus .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-googleplus .jssocials-share-link:active .jssocials-share-label {
      color: #c23321; }

.jssocials-share-linkedin .jssocials-share-link {
  color: #007bb6; }
  .jssocials-share-linkedin .jssocials-share-link .jssocials-share-label {
    color: #007bb6; }
  .jssocials-share-linkedin .jssocials-share-link:hover, .jssocials-share-linkedin .jssocials-share-link:focus, .jssocials-share-linkedin .jssocials-share-link:active {
    color: #005983; }
    .jssocials-share-linkedin .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-linkedin .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-linkedin .jssocials-share-link:active .jssocials-share-label {
      color: #005983; }

.jssocials-share-pinterest .jssocials-share-link {
  color: #cb2027; }
  .jssocials-share-pinterest .jssocials-share-link .jssocials-share-label {
    color: #cb2027; }
  .jssocials-share-pinterest .jssocials-share-link:hover, .jssocials-share-pinterest .jssocials-share-link:focus, .jssocials-share-pinterest .jssocials-share-link:active {
    color: #9f191f; }
    .jssocials-share-pinterest .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-pinterest .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-pinterest .jssocials-share-link:active .jssocials-share-label {
      color: #9f191f; }

.jssocials-share-email .jssocials-share-link {
  color: #3490F3; }
  .jssocials-share-email .jssocials-share-link .jssocials-share-label {
    color: #3490F3; }
  .jssocials-share-email .jssocials-share-link:hover, .jssocials-share-email .jssocials-share-link:focus, .jssocials-share-email .jssocials-share-link:active {
    color: #0e76e6; }
    .jssocials-share-email .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-email .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-email .jssocials-share-link:active .jssocials-share-label {
      color: #0e76e6; }

.jssocials-share-stumbleupon .jssocials-share-link {
  color: #eb4823; }
  .jssocials-share-stumbleupon .jssocials-share-link .jssocials-share-label {
    color: #eb4823; }
  .jssocials-share-stumbleupon .jssocials-share-link:hover, .jssocials-share-stumbleupon .jssocials-share-link:focus, .jssocials-share-stumbleupon .jssocials-share-link:active {
    color: #c93412; }
    .jssocials-share-stumbleupon .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-stumbleupon .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-stumbleupon .jssocials-share-link:active .jssocials-share-label {
      color: #c93412; }

.jssocials-share-whatsapp .jssocials-share-link {
  color: #29a628; }
  .jssocials-share-whatsapp .jssocials-share-link .jssocials-share-label {
    color: #29a628; }
  .jssocials-share-whatsapp .jssocials-share-link:hover, .jssocials-share-whatsapp .jssocials-share-link:focus, .jssocials-share-whatsapp .jssocials-share-link:active {
    color: #1f7d1e; }
    .jssocials-share-whatsapp .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-whatsapp .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-whatsapp .jssocials-share-link:active .jssocials-share-label {
      color: #1f7d1e; }

.jssocials-share-telegram .jssocials-share-link {
  color: #2ca5e0; }
  .jssocials-share-telegram .jssocials-share-link .jssocials-share-label {
    color: #2ca5e0; }
  .jssocials-share-telegram .jssocials-share-link:hover, .jssocials-share-telegram .jssocials-share-link:focus, .jssocials-share-telegram .jssocials-share-link:active {
    color: #1c88bd; }
    .jssocials-share-telegram .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-telegram .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-telegram .jssocials-share-link:active .jssocials-share-label {
      color: #1c88bd; }

.jssocials-share-line .jssocials-share-link {
  color: #25af00; }
  .jssocials-share-line .jssocials-share-link .jssocials-share-label {
    color: #25af00; }
  .jssocials-share-line .jssocials-share-link:hover, .jssocials-share-line .jssocials-share-link:focus, .jssocials-share-line .jssocials-share-link:active {
    color: #1a7c00; }
    .jssocials-share-line .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-line .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-line .jssocials-share-link:active .jssocials-share-label {
      color: #1a7c00; }

.jssocials-share-viber .jssocials-share-link {
  color: #7b519d; }
  .jssocials-share-viber .jssocials-share-link .jssocials-share-label {
    color: #7b519d; }
  .jssocials-share-viber .jssocials-share-link:hover, .jssocials-share-viber .jssocials-share-link:focus, .jssocials-share-viber .jssocials-share-link:active {
    color: #61407b; }
    .jssocials-share-viber .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-viber .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-viber .jssocials-share-link:active .jssocials-share-label {
      color: #61407b; }

.jssocials-share-pocket .jssocials-share-link {
  color: #ef4056; }
  .jssocials-share-pocket .jssocials-share-link .jssocials-share-label {
    color: #ef4056; }
  .jssocials-share-pocket .jssocials-share-link:hover, .jssocials-share-pocket .jssocials-share-link:focus, .jssocials-share-pocket .jssocials-share-link:active {
    color: #e9132e; }
    .jssocials-share-pocket .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-pocket .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-pocket .jssocials-share-link:active .jssocials-share-label {
      color: #e9132e; }

.jssocials-share-messenger .jssocials-share-link {
  color: #0084ff; }
  .jssocials-share-messenger .jssocials-share-link .jssocials-share-label {
    color: #0084ff; }
  .jssocials-share-messenger .jssocials-share-link:hover, .jssocials-share-messenger .jssocials-share-link:focus, .jssocials-share-messenger .jssocials-share-link:active {
    color: #006acc; }
    .jssocials-share-messenger .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-messenger .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-messenger .jssocials-share-link:active .jssocials-share-label {
      color: #006acc; }

.jssocials-share-vkontakte .jssocials-share-link {
  color: #45668e; }
  .jssocials-share-vkontakte .jssocials-share-link .jssocials-share-label {
    color: #45668e; }
  .jssocials-share-vkontakte .jssocials-share-link:hover, .jssocials-share-vkontakte .jssocials-share-link:focus, .jssocials-share-vkontakte .jssocials-share-link:active {
    color: #344d6c; }
    .jssocials-share-vkontakte .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-vkontakte .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-vkontakte .jssocials-share-link:active .jssocials-share-label {
      color: #344d6c; }

.jssocials-share-link {
  -webkit-transition: color 200ms ease-in-out;
          transition: color 200ms ease-in-out; }
  .jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
    font-size: .5em; }

.jssocials-share-label {
  font-size: 0.8em;
  color: #444;
  -webkit-transition: color 200ms ease-in-out;
          transition: color 200ms ease-in-out; }

.jssocials-share-count-box {
  margin-left: 0.3em;
  border: 1px solid #efefef;
  border-radius: 0.3em; }
  .jssocials-share-count-box .jssocials-share-count {
    line-height: 1.8em;
    font-size: 0.8em;
    color: #444; }


body {
    font-family: 'Open Sans';
}
:root {
    --marron-color: #673918;
    --noir-color: #000;
    --blanc-color: #fff;
    --rose-color: #f5333f;
    --jaune-color: #ffcd00;
    --gris-color: #6e6e6e;
    --yellow-color :#e0bb15;
}
@font-face {
    font-family: 'icomoon';
    src:  url('vhs-assets-css-665b360d90e4a713327779b20cb61f92.eot?snxyka');
    src:  url('vhs-assets-css-dba2368a4f08f26d22eb05bd4a7712b3.eot?snxyka#iefix') format('embedded-opentype'),
    url('vhs-assets-css-cfbe97506759c87f80f5edc844ba24bc.ttf?snxyka') format('truetype'),
    url('vhs-assets-css-51f9c72c82e188bc58a9f0b08bdf241b.woff?snxyka') format('woff'),
    url('vhs-assets-css-1cede577e9e5c27af9b4535bc7a60f3f.svg?snxyka#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-icone-wifi:before {
    content: "\e910";
}
.icon-icone-hotel:before {
    content: "\e911";
}
.icon-icone-siege:before {
    content: "\e912";
}
.icon-icone-plat-serving:before {
    content: "\e913";
}
.icon-icon-baggage-suppl:before {
    content: "\e914";
}
.icon-close-button:before {
    content: "\e90f";
    font-size:20px;
}
.icon-icone-globe:before {
    content: "\e90b";
}
.icon-icone-alert1:before {
    content: "\e901";
    /*color: #5b5b5b;*/
    color:var(--blanc-color);
}
.icon-icone-carte:before {
    content: "\e902";
    color: #673918;
}
.icon-icone-enregistrement:before {
    content: "\e903";
    color: #673918;
}
.icon-icone-home:before {
    content: "\e904";
}
.icon-icone-horaire:before {
    content: "\e905";
    color: #673918;
}
.icon-icone-imprimante:before {
    content: "\e906";
}
.icon-icone-nos-contact:before {
    content: "\e907";
    color: #673918;
}
.icon-icone-partage:before {
    content: "\e908";
    color: #fff;
    font-size:36px;
    text-shadow: 2px 2px 4px #444;
    font-weight:600;
}
.content-bloc-partage .liste-bloc-partage li a.partage:hover .icon-icone-partage:before{font-size:38px;}
.icon-icone-pdf:before {
    content: "\e909";
}
.icon-icone-reservation:before {
    content: "\e90a";
    color: #673918;
}
.icon-icone-alert:before {
    content: "\e900";
    color: #5b5b5b;
}

.list-etape-commande [class^="icon-"]{font-size:30px;margin-right:12px;color:var(--marron-color);}
.content-top-pdf [class^="icon-"]{font-size:40px;}
.contenu .content-top-pdf a{text-decoration:none;color:var(--noir-color);}
.breadcrumb-accueil [class^="icon-"]{font-size:30px;}
/*bloc alert top*/
.top {
    background-color: var(--noir-color);
    color: var(--blanc-color);
    margin: 0;
    padding: 0;
    position: relative;
}

.text-defilant .owl-dots {
    display: none;
}

.content_bloc_fil_actu {
    display: flex;
    height: 36px;
    overflow: hidden;
    align-items: center;
}

.titre_fil_actu_alerte {
    width: 40px;
    height: 36px;
    display: flex;
    position: absolute;
    z-index: 10;
    background-color: var(--rose-color);
    justify-content: center;
    align-items: center;
}

.titre_fil_actu_alerte img {
    width: 25px;
    height: 23px;
}

.content_bloc_fil_actu .item {
    height: 36px;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans';
    text-transform: uppercase;
    position: relative;
    max-width: 80%;
    font-size: 14px;
}

.content_bloc_fil_actu .item a {
    color: var(--blanc-color);
    padding: 0 5px;
}

.content_bloc_fil_actu .item a:hover {
    text-decoration: none;
}

.content_bloc_fil_actu .item:before {
    content: "\f105";
    font-size: 30px;
    color: var(--blanc-color);
    position: absolute;
    font-family: 'FontAwesome';
    right: 10%;
}

.text-defilant {
    padding-left: 67px;
}

.close-top {
    position: absolute;
    right: 0;
    top: 8px;
    right: 12px;
    z-index: 100;
}

.close-top i {
    font-size: 30px;
}

.top.hidden {
    display: none;
}

* {
    outline: none;
}

:focus {
    outline: none;
    background: none;
    box-shadow: none;
}

.close-top:hover {
    cursor: pointer;
}

img {
    max-width: 100%;
}

/*header*/
header .navbar {
    padding-left: 0;
    padding-right: 0;
}

.nav-item-parent {
    padding: 0px;
    margin: 0 20px 0 0;
}

.navbar-nav .nav-item-parent:hover .dropdown-menu {
    display: block;
}

.navbar-nav .dropdown-toggle:after {
    display: none;
}

.navbar-nav .nav-item-parent a.nav-link {
    color: var(--noir-color);
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 8px 13px !important;
}

.navbar-nav .nav-item-parent a.nav-link:hover {
    background-color: var(--blanc-color);
    color: var(--noir-color);
    border-radius: 30px;
    /*text-shadow: 1px 1px 2px #999;*/
}

.navbar-nav .nav-item-parent a.nav-link.covidlink {
    background: var(--rose-color) !important;
    color: #fff;
    border-radius: 18px;
    transition: none;
}

.navbar-nav .nav-item-parent.show.covid a.nav-link.covidlink {
    background: var(--rose-color) !important;
    color: #fff;
    border-radius: 18px;
    transition: none;
}

.navbar-nav .nav-item-parent.show.covid a.nav-link {
    background: var(--rose-color) !important;
    color: #fff;
    border-radius: 18px;
    transition: none;
}

.navbar-nav .nav-item-parent a.nav-link.covidlink:hover {
    background-color: var(--rose-color);
    color: #fff;
    border-radius: 20px;
}

.navbar-nav .nav-item-parent .dropdown-menu {
    left: 15px;
    border: 0;
    background: var(--blanc-color);
    width: 100%;
    top: 36px;
    box-shadow: 1px 1px 12px #999;
    padding: 0;
}

.navbar-nav .nav-item-parent .dropdown-menu a.nav-link {
    color: var(--blanc-color);
    font-size: 11px;
    text-transform: uppercase;
    border-radius: 0;
    /*text-shadow: 1px 1px 2px #999;*/
}
.navbar-nav .nav-item-parent.show  .dropdown-menu a.nav-link{color: var(--noir-color);}

.navbar-nav .nav-item-parent .dropdown-menu a.nav-link:hover {
    background-color: #f6f6f6;
    color: var(--marron-color);
}

.navbar-nav .nav-item-parent.show a.nav-link {
    background: var(--blanc-color);
    color: var(--noir-color);
    border-radius: 0;
}

.lang .btn-primary,
.lang.show .btn-primary {
    color: var(--noir-color);
    background-color: transparent;
    border: 0;
}

.lang .btn-primary:after {
    content: "\f078";
    font-family: 'FontAwesome';
    border: 0;
}

.lang.show .btn-primary:after {
    content: "\f077";
    font-family: 'FontAwesome';
    border: 0;
}

.lang .btn-primary:focus,
.show.lang>.btn-primary.dropdown-toggle:focus {
    outline: none !important;
    border: 0 !important;
    box-shadow: none !important;
}

.lang .btn-primary .dropdown-menu {
    display: block;
    float: none;
    top: 0;
    padding: 0;
    background: none;
    border: 0;
    margin: 0;
    box-shadow: none;
}

.lang .btn-primary .dropdown-menu li.active {
    position: absolute;
    display: block;
    left: 0;
}

.lang .btn-primary .dropdown-menu li {
    display: none;
}

.lang .btn-primary .dropdown-menu.show li {
    display: block;
}

.lang .btn-primary .dropdown-menu.show li.active {
    position: initial;
}

.lang .btn-primary .dropdown-menu {
    margin-top: 8px;
    margin-left: -10px;
}

.lang .btn-primary .dropdown-menu li span {
    font-size: 14px;
    font-weight: bold;
}

/*slider*/
.slider .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 110px;
}

.slider .owl-dots .owl-dot {
    cursor: default;
}

.slider .owl-theme .owl-dots .owl-dot.active span,
.slider .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--noir-color);
}

.slider .owl-theme .owl-dots .owl-dot span {
    background-color: var(--blanc-color);
    width: 8px;
    height: 8px;
}

.slider .owl-theme .owl-dots .owl-dot:focus {
    outline: none;
}

/*reservation*/
.commande-vol {
    margin: -102px 0 0 0;
    padding: 0;
    position: relative;
    z-index: 10;
}

.commande-vol .commande-top {
    margin: 0;
    padding: 10px 48px;
    background-color: var(--marron-color);
}

.commande-vol .commande-top .commande-top-title{
    font-size: 48px;
    color: var(--blanc-color);
    font-weight: normal;
    padding: 10px 30px 0 0;
    font-family: 'Quattrocento Sans';
    text-transform: uppercase;
}

.commande-vol .commande-top .commande-top-title .accent{
    color:var(--yellow-color);
}

.commande-vol .commande-top .commande-top-texte{
    display: flex;
    flex-wrap: wrap;
    margin-left: 19px;
}
.commande-vol .commande-top .commande-top-title h2{
    margin-left : 30px;
    font-weight: 700;
}

.commande-vol .commande-top .commande-top-texte .icon-icone-plane{
    font-size: 31px;
}


.commande-vol .content-text-et-liste {
    display: flex;
    flex-wrap: wrap;
    align-items: top;
}

.commande-vol .content-text-et-liste .content_text {
    font-size: 48px;
    color: var(--blanc-color);
    font-weight: normal;
    padding: 10px 30px 0 0;
    font-family: 'Quattrocento Sans';
}

.commande-vol .content-lste-select {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.commande-vol .list-reserve:first-child {
    width: 40%;
    max-width: 100%;
    flex: initial;
}

.commande-vol .list-reserve:last-child {
    width: 60%;
    max-width: 100%;
    flex: initial;
}

.commande-vol .list-reserve:first-child .content-lste-select select,
.commande-vol .list-reserve:first-child .content-lste-select .dropdown-select.wide,
.commande-vol .list-reserve:first-child .content-lste-select .dropdown-select.wide.open,
.commande-vol .list-reserve:first-child .content-lste-select .dropdown-select.wide:active {
    width: 220px;
}

.commande-vol .content-lste-select .titre-destination {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color:var(--yellow-color);;
    text-transform: uppercase;
}

.commande-vol .content-lste-select select,
.commande-vol .content-lste-select .dropdown-select.wide,
.commande-vol .content-lste-select .dropdown-select.wide.open,
.commande-vol .content-lste-select .dropdown-select.wide:active {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    /*background: url('vhs-assets-css-bf47c43ac88c9c5aad134f32d7a5088c.png') no-repeat 100% center;*/
    padding: 0 25px 0 10px;
    cursor: pointer;
    color: var(--blanc-color);
    font-family: 'Quattrocento Sans';
    font-size: 28px;
    width: auto;
    position:relative;
    background:none;
}
.commande-vol .content-lste-select .dropdown-select.wide:before{content: "\f107"; font-family: 'FontAwesome';color: var(--blanc-color);position: absolute;right:0;font-size:30px;top:0;}

.commande-vol .text-choix {
    background-color: transparent;
    border: 0;
    font-size: 28px;
    font-family: 'Quattrocento Sans';
    border-right: 1px solid var(--blanc-color);
    height: 18px;
    padding: 0 10px 0 0;
    color:var(--yellow-color);;
    text-transform: uppercase;
    line-height: 80%;
}

.commande-vol input[type="text"] {
    width: 55px;
    background-color: transparent;
    border: 0;
    font-size: 20px;
    font-family: 'Quattrocento Sans';
    border-right: 1px solid var(--blanc-color);
    height: 18px;
    padding: 0 10px 0 0;
    color:var(--yellow-color);;
    text-transform: uppercase;
}

.commande-vol .content-lste-select select option {
    background: #643612;
    padding: 10px;
}

.commande-vol .content-lste-select select option:hover {
    cursor: pointer;
}

.commande-vol input[type="text"] {
    color:var(--yellow-color);;
}

.commande-vol ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:var(--yellow-color);;
;
    opacity: 1;
    /* Firefox */
}

.commande-vol ::-webkit-input-placeholder {
    color:var(--yellow-color);;
}

.commande-vol :-moz-placeholder {
    /* Firefox 18- */
    color:var(--yellow-color);;
}

.commande-vol ::-moz-placeholder {
    /* Firefox 19+ */
    color:var(--yellow-color);;
}

.commande-vol :-ms-input-placeholder {
    color:var(--yellow-color);;
}

.commande-bottom {
    margin: 0;
    padding: 0;
    background: var(--jaune-color);
}

.commande-bottom .list-etape-commande {
    margin: 0;
    padding: 20px 48px;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.commande-bottom a i {
    margin-right: 11px;
    font-size: 34px;
}

.commande-bottom .enregistrement a i {
    font-size: 45px;
}

.commande-bottom .reservation a i,
.commande-bottom .enregistrement a i {
    position: relative;
}

.commande-bottom .enregistrement a i:after {
    content: "\f055";
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 15px;
    bottom: 5px;
    right: -10px;
}

.commande-bottom .reservation a i:after {
    position: absolute;
    content: "\f05d";
    font-family: 'FontAwesome';
    font-size: 20px;
    bottom: 0;
    right: 0;
}

.commande-bottom li a {
    height: 28px;
    display: flex;
    align-items: center;
    color: var(--marron-color);
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.commande-bottom li a:hover {
    text-decoration: none;
}

/*bloc voyage meilleure prix*/
.voyage-meilleur-prix {
    margin: 0;
    padding: 80px 0;
}

.voyage-meilleur-prix h2 {
    text-align: center;
    font-family: 'Quattrocento Sans';
    font-size: 40px;
    font-weight: normal;
    text-transform: uppercase;
}

.voyage-meilleur-prix .list-select {
    display: flex;
    list-style-type: none;
    margin: 0 -10px 20px -10px;
    padding: 0;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
}

.voyage-meilleur-prix .list-select select,
.voyage-meilleur-prix .list-select .dropdown-select.wide,
.voyage-meilleur-prix .list-select .dropdown-select.wide.open,
.voyage-meilleur-prix .list-select .dropdown-select:active {
    /*background: url('vhs-assets-css-b3531089df505d686902db818b8da2c2.png') no-repeat 100% center;*/
    padding: 0 20px 0 0;
    font-size: 14px;
    text-transform: uppercase;
    width: auto;
    position: initial;
    background:none;
}
.voyage-meilleur-prix .list-select .dropdown-select.wide span.current{position:relative;}
.voyage-meilleur-prix .list-select .dropdown-select.wide span.current:before{content: "\f107"; font-family: 'FontAwesome';color: var(--noir-color);position: absolute;right:-20px;font-size:25px;top:-8px;}

.voyage-meilleur-prix .list-select li {
    position: relative;
}

.voyage-meilleur-prix .list-select .dropdown-select.wide .list {
    margin-left: 15px;
    width: 90%;
}

.voyage-meilleur-prix .list-select select.classe-select {
    max-width: 80px;
    padding-right: 20px;
}

.voyage-meilleur-prix .list-select li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.voyage-meilleur-prix .list-select li span {
    font-size: 14px;
    font-weight: bold;
    padding: 0 5px 3px 0;
    text-transform: uppercase;
    display: inline-block;
}

.voyage-meilleur-prix .list-select li span.current {
    font-weight: normal;
}

.voyage-meilleur-prix .list-select select option {
    color: var(--noir-color);
}

.content-bloc-partage {
    margin: 0;
    padding: 0;
}

.content-bloc-partage .liste-bloc-partage {
    list-style-type: none;
    margin: 0 -10px;
    padding: 0;
}

.content-bloc-partage .liste-bloc-partage li {
    padding-bottom: 20px;
}

.content-bloc-partage .liste-bloc-partage li.rouge .partage-inner {
    background: var(--noir-color);
    /* Old browsers */
    background: -moz-linear-gradient(top, #af242d 0%, #f5333f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #af242d 0%, #f5333f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #af242d 0%, #f5333f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#af242d', endColorstr='#f5333f', GradientType=1);
    /* IE6-9 */
}

.content-bloc-partage .liste-bloc-partage li.vert .partage-inner {
    background: #00953b;
    /* Old browsers */
    background: -moz-linear-gradient(top, #006a2a 0%, #00953b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #006a2a 0%, #00953b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #006a2a 0%, #00953b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006a2a', endColorstr='#00953b', GradientType=1);
    /* IE6-9 */
}

.content-bloc-partage .liste-bloc-partage li.jaune .partage-inner {
    background: #ffcd00;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ff9300 0%, #ffcd00 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ff9300 0%, #ffcd00 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ff9300 0%, #ffcd00 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9300', endColorstr='#ffcd00', GradientType=1);
    /* IE6-9 */
}

.content-bloc-partage .liste-bloc-partage li.marron .partage-inner {
    background: #673918;
    /* Old browsers */
    background: -moz-linear-gradient(top, #41240e 0%, #673918 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #41240e 0%, #673918 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #41240e 0%, #673918 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#41240e', endColorstr='#673918', GradientType=1);
    /* IE6-9 */

}

.content-bloc-partage .liste-bloc-partage li .partage-inner {
    color: var(--blanc-color);
    text-align: center;
    position: relative;
}

.content-bloc-partage .liste-bloc-partage li .partage-inner .content-lien-bloc {
    padding: 60px 10px 19px 10px;
    color: var(--blanc-color);
    display: block;
}

.content-bloc-partage .liste-bloc-partage li .partage-inner .content-lien-bloc:hover {
    color: #dddddd;
}

.content-bloc-partage .liste-bloc-partage li a:hover {
    text-decoration: none;
}

.content-bloc-partage .liste-bloc-partage .ville {
    margin: 0;
    padding: 0 0 5px 0;
    font-family: 'Quattrocento Sans';
    font-weight: bold;
    font-size: 40px;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px #444;
    line-height: 100%;
}

.content-bloc-partage .liste-bloc-partage .pays {
    margin: 0;
    padding: 0 0 15px 0;
    font-family: 'Montserrat';
    font-weight: normal;
    font-size: 24px;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px #444;
}

.content-bloc-partage .liste-bloc-partage .prix {
    display: block;
    text-align: center;
    font-family: 'Quattrocento Sans';
    font-size: 40px;
    font-weight: normal;
    line-height: normal;
    text-shadow: 2px 2px 4px #444;
}

.content-bloc-partage .liste-bloc-partage .unite {
    display: block;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    text-shadow: 2px 2px 4px #444;
    text-align: right;
    padding: 0 50px 20px 0;
}

.content-bloc-partage .liste-bloc-partage .direction {
    display: block;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-shadow: 2px 2px 4px #444;
    text-transform: uppercase;
}

.content-bloc-partage .liste-bloc-partage li a.partage {
    position: absolute;
    right: 15px;
    top: 15px;
}

.content-bloc-partage .liste-bloc-partage li a.partage i {
    color: var(--blanc-color);
    text-shadow: 2px 2px 4px #444;
    font-size: 25px;
}

.content-bloc-partage .liste-bloc-partage li a.partage:hover i {
    font-size: 28px;
}

/*bloc doc voyage*/
.content-doc-voyage {
    margin: 0;
    padding: 50px 0 0 0;
    background: var(--jaune-color);
}

.content-doc-voyage .content-doc-voyage-inner {
    margin: 0;
    padding: 0 0 20px 0;
}

.content-doc-voyage .content-doc-voyage-inner h2 {
    margin: 0;
    padding: 20px 0 40px 0;
    font-family: 'Quattrocento Sans';
    font-size: 50px;
    font-weight: normal;
    color: var(--rose-color);
    line-height: 100%;
}

.content-doc-voyage .content-doc-voyage-inner p {
    margin: 0 0 70px 0;
    padding: 0;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 600;
}

.content-doc-voyage .content-doc-voyage-inner .savoir-plus {
    background-color: var(--rose-color);
    color: #fff;
    font-family: 'Quattrocento Sans';
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    line-height: 100%;
    display: flex;
    align-items: center;
    width: 154px;
    justify-content: center;
}

.content-doc-voyage .content-doc-voyage-inner .savoir-plus:hover {
    background-color: var(--blanc-color);
    color: var(--noir-color);
}

/*bloc destination et service*/
.destination-service {
    margin: 0;
    padding: 80px 0;
}

h2.titre {
    text-align: center;
    font-family: 'Quattrocento Sans';
    font-size: 50px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.destination-service .content-liste-destination {
    padding: 0;
    margin: 0;
}

.destination-service .content-liste-destination ul {
    margin: 0 -15px;
    padding: 0;
    list-style-type: none;
}

.destination-service .content-liste-destination ul li {
    padding-bottom: 20px;
}

.destination-service .content-liste-destination .content-image {
    margin: 0;
    padding: 0;
}

.destination-service .content-liste-destination .content-image img {
    border-radius: 10px 10px 0 0;
}

.destination-service .content-liste-destination .content-text-destination {
    box-shadow: -1px 2px 5px 1px rgba(200, 200, 200, 0.7);
    padding: 37px 20px;
    text-align: center;
}

.destination-service .content-liste-destination .content-text-destination h3 {
    font-family: 'Quattrocento Sans';
    font-size: 36px;
    font-weight: bold;
    color: var(--marron-color);
    margin: 0;
    padding: 0;
    line-height: normal;
    text-transform: uppercase;
    height: 40px;
    overflow: hidden;
}

.destination-service .content-liste-destination .content-text-destination h4 {
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: normal;
    color: var(--marron-color);
    margin: 0 0 30px 0;
    padding: 0;
    line-height: normal;
    text-transform: uppercase;
    height: 30px;
    overflow: hidden;
}

.destination-service .content-liste-destination .content-text-destination p {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 28px 0;
    padding: 0;
    height: 110px;
    overflow: hidden;
    color: var(--noir-color);
;
}

.destination-service .content-liste-destination .content-text-destination p span {
    display: block;
    font-weight: bold;
}

.destination-service .content-liste-destination .content-text-destination span.savoir-plus {
    font-family: 'Quattrocento Sans';
    font-size: 14px;
    text-transform: uppercase;
    color: var(--noir-color);
    border: 2px solid #8a8a8a;
    padding: 10px 25px;
    border-radius: 8px;
}

.destination-service .content-liste-destination .content-text-destination span.savoir-plus:hover {
    text-decoration: none;
}

.destination-service a {
    text-decoration: none;
}

.destination-service a:hover span.savoir-plus {
    background: #121212;
    color: var(--blanc-color) !important;
}

/*bloc footer */
footer {
    margin: 0;
    padding: 0;
    color: var(--blanc-color);
}

.footer-top {
    background-color: var(--marron-color);
    margin: 0;
    padding: 0;
}

.footer-top .footer-top-top {
    padding: 30px 0;
    border-bottom: 1px solid #795134;
}

.footer-top .footer-top-top ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

.footer-top .footer-top-top ul li a {
    color: var(--blanc-color);
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 71px 0 0;
}

.footer-top .footer-top-top ul li:first-child a {
    padding-right: 41px;
}

.footer-top .footer-top-top ul li:nth-child(2) a {
    padding-right: 51px;
}

.footer-top .footer-top-top ul li a:hover {
    text-decoration: none;
    text-shadow: 2px 2px 4px var(--noir-color);
;
}

.footer-top .footer-top-bottom {
    padding: 30px 0;
}

.footer-top .footer-top-bottom ul.row {
    margin: 0 -15px;
    padding: 0;
    list-style-type: none;
}

.content-footer-top-bottom h3 {
    margin: 0;
    padding: 0 0 20px 0;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    line-height: 160%;
}

.content-footer-top-bottom ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.content-footer-top-bottom ul li {
    margin: 0;
    padding: 0 0 10px 0;
}

.content-footer-top-bottom ul li a {
    color: var(--blanc-color);
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: normal;
}

.content-footer-top-bottom ul li a:hover {
    text-decoration: none;
    text-shadow: 2px 2px 4px var(--noir-color);
}

.content-footer-top-bottom .list-reseau-socio {
    margin: 40px 0 0 0;
    display: flex;
    justify-content: center;
}

.content-footer-top-bottom .list-reseau-socio a {
    color: var(--blanc-color);
    padding: 0 10px;
    font-size: 18px;
}

.footer-bottom {
    background: var(--noir-color);
    border-top: 1px solid #808080;
    padding: 30px 0;
}

.content-lang-footer-et-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.lang-bottom {
    margin: 0;
    padding: 0;
    /*background: url('vhs-assets-css-11e6853ffa3076f8fec3e359624491d7.png') no-repeat left center;*/
    display: flex;
    align-items: center;
    position: relative;
}

.lang-bottom i {
    margin-right: 10px;
    font-size: 24px;
    position: relative;
    top: -2px;
}

.lang-bottom select,
.lang-bottom .dropdown-select.wide,
.lang-bottom .dropdown-select.wide.open,
.lang-bottom .dropdown-select.wide:active {
    background-image: none;
    color: var(--blanc-color);
    padding: 0 25px 0 0;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: normal;
    position: relative;
    background-color:var(--noir-color);
}

.lang-bottom select option {
    color: var(--noir-color);
}

.lang-bottom .dropdown-select.wide {
    width: 50px;
}
.lang-bottom .dropdown-select.wide:before{content: "\f107"; font-family: 'FontAwesome';color: var(--blanc-color);position: absolute;right:0;font-size:25px;top:0;}

.lang-bottom .dropdown-select {
    height: inherit;
    line-height: 200%;
}

.lien-footer-bottom {
    margin: 0;
    padding: 0;
}

.lien-footer-bottom ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 15px;
    flex-wrap: wrap;
}

.lien-footer-bottom ul li a {
    color: var(--blanc-color);
    padding: 0 30px;
    font-family: 'Montserrat';
    font-size: 12px;
}

.lien-footer-bottom ul li:last-child a {
    padding: 0 0 0 30px;
}

.lang-top {
    margin: 0;
    padding: 0;
}

.lang-top select optgroup {
    padding: 0;
}

.lang-top select,
.lang-top .dropdown-select:active,
.lang-top .dropdown-select.open,
.lang-top .dropdown-select.wide {
    /* background: transparent url('vhs-assets-css-b3531089df505d686902db818b8da2c2.png') no-repeat 100% 6px;*/
    color: var(--noir-color);
    padding: 0 25px 0 0;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: bold;
    position:relative;
}
.lang-top .dropdown-select.wide:before{content: "\f107"; font-family: 'FontAwesome';color: var(--noir-color);position: absolute;right:0;font-size:25px;top:-8px;}

.fixedTop {
    position: fixed;
    top: 0;
    width: 100%;
    background: var(--blanc-color);
    z-index: 1000;
    box-shadow: 0 2px 2px rgb(0 0 0 / 40%);
}

.content-image-faq img {
    width: 100%;
    height: auto;
    max-width: inherit;
}

optgroup {
    background: #643713;
    color: var(--blanc-color);
    font-style: normal;
    font-weight: normal;
}

select {
    display: none !important;
}

.dropdown-select {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40FFFFFF', endColorstr='#00FFFFFF', GradientType=0);
    background-color: var(--blanc-color);
    /* border-radius: 6px;
         border: solid 1px #eee;
         box-shadow: 0px 2px 5px 0px rgba(155, 155, 155, 0.5);*/
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    /*height: 42px;*/
    /*line-height: 40px;*/
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;

}

.dropdown-select:focus {
    background-color: var(--blanc-color);
}

.dropdown-select:hover {
    background-color: var(--blanc-color);
}

/*.dropdown-select:active,
     .dropdown-select.open {
         background-color: #fff !important;
         border-color: #bbb;
         box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
     }*/

.dropdown-select:after {
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #777;
    -webkit-transform: origin(50% 20%);
    transform: origin(50% 20%);
    transition: all 0.125s ease-in-out;
    content: '';
    display: block;
    margin-top: -2px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
    display: none;
}

.dropdown-select.open:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.dropdown-select.open .list {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
}

.dropdown-select.open .option {
    cursor: pointer;
    color: var(--noir-color);
    font-size: 16px;
}

.dropdown-select.wide {
    width: 100%;
}

.dropdown-select.wide .list {
    left: 0 !important;
    right: 0 !important;
    width: 250px;
    padding: 0;
}

.lang-top .dropdown-select.wide .list,
.lang-bottom .dropdown-select.wide .list {
    width: 50px;
}

.lang-bottom .dropdown-select.wide .list {
    top: -78px;
}

.dropdown-select .list {
    box-sizing: border-box;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
    background-color: var(--blanc-color);
    border-radius: 6px;
    margin-top: 0;
    padding: 3px 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 92%;
    left: 0;
    z-index: 999;
    max-height: 250px;
    overflow: auto;
    border: 1px solid #ddd;

}

.dropdown-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.dropdown-select .dd-search {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.5rem;
    display: none;
}

.dropdown-select .dd-searchbox {
    width: 90%;
    padding: 0.5rem;
    border: 1px solid #999;
    border-color: #999;
    border-radius: 4px;
    outline: none;
    display: none;
}

.dropdown-select .dd-searchbox:focus {
    border-color: #12CBC4;
}

.dropdown-select .list ul {
    padding: 0;
    margin: 0;
}

.dropdown-select .option {
    cursor: default;
    font-weight: 400;
    line-height: 40px;
    outline: none;
    /* padding-left: 18px;
         padding-right: 29px;*/
    text-align: left;
    transition: all 0.2s;
    list-style: none;
    text-align: center;
    justify-content: center;
}

.dropdown-select .option:hover,
.dropdown-select .option:focus {
    background-color: #f6f6f6 !important;
}

.dropdown-select .option.selected {
    font-weight: 600;
    color: var(--marron-color);
}
.dropdown-select .option.selected:focus {
    background: #f6f6f6;
}

.dropdown-select a {
    color: #aaa;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.dropdown-select a:hover {
    color: #666;
}

.top-menu .navbar-brand h1 {
    margin: 0;
    padding: 0;
}

.breadcrumb {
    background-color: transparent;
    align-items: center;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 20px;
    color: var(--noir-color);
    padding-left: 10px;
    padding-right: 10px;
}

.breadcrumb-item {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: normal;
    color: var(--noir-color);
    line-height: 120%;
}

.breadcrumb-item a {
    color: var(--noir-color);
}

.breadcrumb a:hover {
    text-decoration: none;
    text-shadow: 1px 1px 2px #999;
}

.breadcrumb-item.active {
    color: var(--noir-color);
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: normal;
    line-height: 120%;
}

.breadcrumb .breadcrumb-accueil img,
.breadcrumb .breadcrumb-accueil i,.breadcrumb-accueil [class^="icon-"] {
    margin: -5px 5px 0 0;
    position: absolute;
    font-size: 30px;
    left: -15px;
    top: -3px;
}

.breadcrumb .breadcrumb-accueil {
    position: relative;
}

.breadcrumb .breadcrumb-accueil a {
    padding-left: 30px;
}

.content-fil-ariane {
    border-bottom: 1px solid var(--noir-color);
}

/*page contenu*/
.content-top-pdf {
    display: flex;
    justify-content: flex-end;
    padding: 60px 0;
}

.content-top-pdf a {
    padding: 0 40px;
}

.content-top-pdf a:last-child {
    padding: 0;
}

.contenu {
    padding-left: 90px;
    padding-right: 90px;
}

.titre-contenu {
    margin: 0;
    padding: 0 0 60px 0;
    font-family: 'Quattrocento Sans';
    text-transform: uppercase;
    font-size: 36px;
    font-weight: bold;
    color: var(--rose-color);
}

.content-faq h3,.content-faq h2,.contenu h3,.contenu h2 {
    margin: 0;
    padding: 0 0 30px 0;
    font-family: 'Quattrocento Sans';
    font-size: 21px;
    font-weight: bold;
    color: var(--rose-color);
    text-transform: uppercase;
}
.contenu a{color: var(--noir-color);text-decoration:underline;}
.contenu a:hover{text-decoration:none;}

.content-faq p,
.contenu p {
    margin: 0;
    padding: 0 0 40px 0;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: normal;
    color: var(--noir-color);
    line-height: 200%;
}

.content-faq .col-faq {
    padding-right: 37px;
    padding-left: 37px
}

.content-faq {
    margin-left: -37px;
    margin-right: -37px;
}

.contenu p.text-description {
    font-family: 'Lato';
    font-weight: normal;
    color: var(--noir-color);
    font-size: 21px;
    line-height: 160%;
}

.contenu ul {
    margin: 0;
    padding: 0 10px 30px 10px;
    list-style-type: none;
}

.contenu ul li {
    background: transparent url('vhs-assets-css-ebb7e568c75a25681bf366576ee709cd.png') no-repeat left 10px;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: normal;
    color: var(--noir-color);
    padding: 0 0 10px 23px;
    list-style-position: inside;
}

.titre_fil_actu_alerte {
    font-size: 26px;
}
.navbar-nav .nav-item-parent .dropdown-menu .list-unstyled .active a.nav-link{background-color: #f6f6f6;color: var(--marron-color);}
.nav-item.active .nav-link.dropdown-toggle{text-shadow: 1px 1px 2px #999;}
/*select modif*/
.content-lste-select .content-select-toogle{width:100%;}
.content-select-toogle{position:relative;width:100%;}
.content-select-toogle button{position: absolute;right:-10px;top:0;z-index:10;}
.content-select-toogle .list-select-toogle,.content-select-toogle .list-select-toogle-destination{position: absolute;top:0;left:0;display:block;height:36px;overflow: hidden;}
.reservation .content-select-toogle .list-select-toogle{position: absolute;top:0;left:0;display:block;height:27px;overflow: hidden;width:100%;}
.class-voyage-outer .content-select-toogle .list-select-toogle{position: absolute;top:0;left:0;display:block;height:27px;overflow: hidden;width:100%;}
.content-lste-select .content-select-toogle .list-select-toogle,.content-lste-select .content-select-toogle .list-select-toogle-destination{top:-30px;}
.content-select-toogle .list-select-toogle.show,.content-select-toogle .list-select-toogle-destination.show{overflow-y:auto;background:#fff;top:5px;width:100%;border-radius:5px;box-shadow: 0 0 0 1px rgb(0 0 0 / 9%);height:auto;}
.content-select-toogle .list-select-toogle.show ul,.content-select-toogle .list-select-toogle-destination.show ul{height:200px;overflow: auto;}
.content-select-toogle .list-select-toogle li.active{position: absolute;top:0;left:0;background:var(--marron-color);z-index:2;}
.content-select-toogle .list-select-toogle.show li.active{position:initial;background:var(--blanc-color);}
.content-select-toogle .list-select-pays{margin:0;padding:0;list-style-type:none;width:100%;}
.content-select-toogle .list-select-pays li{margin:0;padding:0 5px 0 0;width:100%;}
.commande-vol .content-lste-select{width:100%;}
.content-lste-select .content-select-toogle button{background:none;border:0;padding:0;line-height: 0;top:-30px;cursor: pointer;width:100%;height:36px;left:0;}
.class-voyage-outer .content-select-toogle button{background:none;border:0;padding:0;line-height: 0;top:0;cursor: pointer;right:0;z-index:101;width:100%;height:27px;}
.reservation .content-select-toogle button{background:none;border:0;padding:0;line-height: 0;top:0;cursor: pointer;right:0;z-index:101;width:100%;height:27px;}
.content-select-toogle button{border:0;outline: none;}
.content-lste-select .content-select-toogle button:after{color:#fff;font-size:30px;position: absolute;right:0;}
.content-select-toogle button:after{content: "\f107";font-family: 'FontAwesome';border:0;background:none;}
.reservation .content-select-toogle button:after{color:#fff;font-size:30px;font-size:20px;right:0;position: absolute;}
.class-voyage-outer .content-select-toogle button:after{color:#fff;font-size:30px;font-size:20px;right:0;position: absolute;}
.content-lste-select .content-select-toogle li{color:var(--blanc-color); font-family: 'Quattrocento Sans';font-size: 25px;position: relative;}
.content-lste-select .content-select-toogle li.active{color:var(--blanc-color); font-family: 'Quattrocento Sans';font-size: 25px;}
.content-lste-select .content-select-toogle li.active span{background:var(--marron-color);}
.content-select-toogle .list-select-toogle.show li.active span{background:var(--blanc-color);}
.content-select-toogle .list-select-toogle.show li:hover{cursor: pointer;}
.content-lste-select .content-select-toogle .list-select-toogle.show li{color:var(--noir-color);font-size:16px;padding:5px 10px;}
.content-lste-select .content-select-toogle .list-select-toogle.show li.active{color:var(--marron-color);}
.content-lste-select .content-select-toogle li span:first-child{color:#e0bb15;padding:0 5px 0 0;position:relative;margin:0;}
.reservation .content-select-toogle li span:first-child{color:#fff;padding:0 5px 0 0;position:relative;margin:0;}
.reservation .content-select-toogle li span:first-child:after{content:'';width:1px;height:14px;background:#fff;position: absolute;right:-2px;top:4px;}
.reservation .content-select-toogle li span.ville{padding:0 10px;display: inline-block;}
.content-lste-select .content-select-toogle li span.ville{padding:0 10px;display: inline-block;}
.content-lste-select .content-select-toogle .list-select-toogle.show li span.ville{padding:0;}
.content-lste-select .content-select-toogle li span:first-child:after{content:'';width:1px;height:18px;background:#fff;position: absolute;right:-2px;top:5px;}
.content-lste-select .content-select-toogle  .list-select-toogle.show li span:first-child:after{display:none;}
.content-lste-select .content-select-toogle .list-select-toogle{z-index: 3;}
.reservation .content-select-toogle .list-select-toogle.show{z-index:100;width:100%;padding:10px;border-radius:3px;border:1px solid var(--jaune-color);top:35px;}
.class-voyage-outer .content-select-toogle .list-select-toogle.show{z-index:100;width:100%;padding:10px;border-radius:3px;border:1px solid var(--jaune-color);top:35px;}
.content-select-toogle .list-select-toogle.show li{color:var(--marron-color);}
.line{width:100%;height:1px;background:#9d806a;position: absolute;top:26px;}
.content-select-toogle .list-select-toogle.show .text-choix{display:none;}
.reservation .content-select-toogle .list-select-toogle.show span:first-child{font-weight:bold;border:1px solid var(--marron-color);padding:1px 3px;border-radius:2px;width:45px;display:inline-block;text-align:center;margin:0 3px 0 0;color:var(--marron-color);}
.reservation .content-select-toogle .list-select-toogle.show span.ville{font-weight:600;}
.reservation .content-select-toogle .list-select-toogle.show li{padding:0 0 10px 0;}
.class-voyage-outer .content-select-toogle .list-select-toogle.show li{padding:0 0 10px 0;}
.reservation .content-select-toogle .list-select-toogle.show ul{height:300px;}
.class-voyage-outer .content-select-toogle .list-select-toogle.show ul{height:auto;}
.text-plus-frequente{color:var(--marron-color);font-family: 'Open Sans';font-size:16px;padding:0 0 10px 0;font-weight:600;text-transform: uppercase;}
#passager{z-index: 1000;width: 100%;padding: 10px;border-radius: 3px;border: 1px solid var(--jaune-color);top:10px;background-color:var(--blanc-color);position: absolute;}
.content-passager .contenu-passager{width:100%;background:none;border:0;color:var(--blanc-color);text-align: left;padding:0;border-bottom:1px solid #9d806a;font-family: 'Quattrocento Sans';font-size:18px;position:relative;cursor: pointer;}
.content-passager .contenu-passager:focus{outline:none;}
.content-passager .contenu-passager:after{content: "\f107";font-family: 'FontAwesome';border: 0;background: none;right:0;position: absolute;bottom:0;}
.content-liste-passager{width:100%;position:relative;}
.contenu-passager span{display:inline-block;margin:0 3px 0 0;}
*{transition: none!important;}
.list-select-voyageur{width:100%;margin:0;padding:0;list-style-type: none;}
.list-select-voyageur li{display:flex;margin:0 0 10px 0;padding:0;color:var(--marron-color);width:100%;justify-content: space-between;align-items: center;font-family: 'Quattrocento Sans';font-size: 18px;}
.list-select-voyageur li .content-nombre-outer{display: flex;align-items: center;}
.list-select-voyageur li .content-nombre{display: flex;align-items: center;}
.list-select-voyageur li .content-nombre .nombre{width:20px;text-align:center;height:20px;display:flex;align-items: center;justify-content: center;line-height:0;padding:4px 0 0 0;}
.list-select-voyageur li .content-nombre button{width:20px;height:20px;background-color:var(--marron-color);color:var(--blanc-color);display: flex;align-items: center;justify-content: center;text-align: center;padding:0;margin:0;border:1px solid var(--marron-color);border-radius:50% 50% 0 50%;cursor: pointer;}
.list-select-voyageur li .content-nombre button:focus,.list-select-voyageur li .content-nombre button:hover{background-color:var(--blanc-color);color:var(--marron-color);outline: none;}
.list-select-voyageur li span.type{font-weight:600;}
.list-select-voyageur li span.content-age{margin:0 0 0 5px;display: inline-block;position: relative;padding:0 5px;}
.list-select-voyageur li span.content-age:before{content:'';position: absolute;width:1px;height:18px;background-color:var(--marron-color);left:0;top:3px;}
.ferme-formulaire .icon-close-button{top:0;}
.ferme-formulaire .icon-close-button:before{font-size:10px;}
.collapsing{transition: none!important;height:auto!important;background:#fff;height:0!important;display:none!important;}
@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }

    header .navbar-nav {
        padding-left: 30px;
    }

    .commande-vol .content-text-et-liste {
        flex-wrap: nowrap;
    }
}

@media(max-width:1024px) {
    .voyage-meilleur-prix .list-select .dropdown-select.wide span.current:before{font-size:20px;}
    .content_bloc_fil_actu .item {
        max-width: inherit;
        font-size: 14px;
    }

    .navbar-nav .nav-item-parent a.nav-link {
        font-size: 12px;
        padding: 8px 5px !important;
    }

    .commande-vol .commande-top {
        padding: 10px 20px;
        min-height:120px;
    }

    .commande-bottom .list-etape-commande {
        padding: 20px;
    }

    .voyage-meilleur-prix .list-select li span {
        font-size: 11px;
    }

    .voyage-meilleur-prix .list-select select {
        font-size: 11px;
    }

    .lien-footer-bottom ul li a {
        font-size: 11px;
        padding: 0 10px;
    }

    .lien-footer-bottom ul li:last-child a {
        padding: 0 0 0 10px;
    }

    .content-bloc-partage .liste-bloc-partage .unite {
        padding-right: 0;
        text-align: center;
    }

    .commande-vol .content-lste-select {
        width: 100%;
    }

    @-moz-document url-prefix() {
        .voyage-meilleur-prix .list-select li span.current {
            padding-bottom: 5px;
        }
    }

    /*page faq*/
    .contenu {
        padding-left: 0;
        padding-right: 0;
    }

    .content-faq {
        margin-left: -15px;
        margin-right: -15px;
    }

    .content-faq .col-faq {
        padding-left: 15px;
        padding-right: 15px;
    }

    .breadcrumb {
        padding-bottom: 10px;
    }

    .breadcrumb-item {
        padding-bottom: 20px;
    }

    .destination-service .content-liste-destination .content-text-destination h3 {
        height: 30px;
        font-size: 26px;
    }

    .destination-service .content-liste-destination .content-text-destination h4 {
        font-size: 20px;
        height: 30px;
    }

    .voyage-meilleur-prix .list-select li span.current {
        padding-bottom: 6px;
    }
    .content-select-toogle{position: inherit;}
    .content-text-et-liste{position: relative;}
    .commande-vol .content-text-et-liste .content_text{padding-top:0;font-size:30px;}
    .content-lste-select .content-select-toogle .list-select-toogle, .content-lste-select .content-select-toogle .list-select-toogle-destination{top:70px;}
    .content-lste-select .content-select-toogle button{top:70px;}
    .content-select-toogle .list-select-toogle.show{top:100px;}
}

@media(max-width:991px) {
    .navbar-nav {
        padding: 10px;
    }

    .navbar-nav .nav-item-parent:hover .dropdown-menu {
        display: none;
    }

    .navbar-nav .nav-item-parent .dropdown-menu.show {
        display: block;
        margin-top: -5px;
    }

    .container {
        max-width: inherit;
    }

    .navbar-toggler {
        width: 30px;
        height: 30px;
    }

    .navbar-toggler:focus {
        outline: none;
    }

    .navbar-toggler-icon {
        width: 30px;
        height: 30px;
        background: url('vhs-assets-css-3ffd89727545da679d1322425b79498a.png') no-repeat left top;
    }

    .navbar-toggler {
        position: absolute;
        top: 30px;
        right: 15px;
        z-index: 1000;
    }

    .lang-top {
        position: absolute;
        top: 38px;
        right: 50px;
        z-index: 1000;
    }

    header .navbar-brand img {
        max-width: 100px;
    }

    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .navbar-collapse.collapse.show {
        position: absolute;
        top: 80px;
        z-index: 1000;
        background: rgb(255, 255, 255);
        right: -15px
    }

    .navbar-collapse {
        position: absolute;
        top: 80px;
        z-index: 1000;
        background: rgb(255, 255, 255);
        right: -15px;
        width: 250px;
    }

    .navbar-nav .nav-item-parent a.nav-link:hover,
    .navbar-nav .nav-item-parent.show a.nav-link {
        border-radius: 0;
    }

    .nav-item-parent {
        margin: 0 0 10px 0;
    }

    .navbar-nav .nav-item-parent a.nav-link.covidlink {
        border-radius: 0;
    }

    .footer-top .footer-top-top ul {
        padding: 0 15px;
    }

    .content-faq {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .content-bloc-partage .liste-bloc-partage {
        margin: 0 -15px !important;
    }

    .voyage-meilleur-prix .list-select {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
    .navbar-nav .nav-item-parent a.nav-link.covidlink:hover{border-radius:0;}
}

@media(max-width:800px) {

    .commande-top .list-reserve,
    .commande-vol .list-reserve:first-child,
    .commande-vol .list-reserve,
    .commande-vol .list-reserve:last-child {
        width: 100%;
        max-width: 100%;
        flex: initial;
        padding-bottom:40px;
    }

    .commande-vol .content-text-et-liste .content_text {
        width: 100px;
        font-size: 30px;
    }

    .commande-vol {
        margin-top: -20px;
    }

    .slider .owl-dots {
        bottom: 30px;
    }

    .content_bloc_fil_actu .item {
        font-size: 11px;
    }

    .commande-bottom .list-etape-commande li {
        width: 50%;
        padding: 0 0 20px 0;
    }

    .commande-bottom .list-etape-commande li a {
        padding-left: 15px !important;
    }

    .commande-bottom .list-etape-commande li a i {
        width: 50px;
        text-align: right;
    }

    .commande-bottom .enregistrement a i {
        font-size: 34px;
        margin-right: 11px;
        padding-right: 10px;
    }

    .commande-bottom .enregistrement a i:after {
        right: 0;
    }

    .voyage-meilleur-prix .list-select li {
        width: 33.333%;
        max-width: 100%;
        flex: initial;
    }

    .voyage-meilleur-prix .list-select .dropdown-select.wide .list li {
        width: 100%;
        padding-bottom: 0;
    }

    .content-bloc-partage .liste-bloc-partage li {
        width: 50%;
        max-width: 100%;
        flex: initial;
        padding-bottom: 20px;
    }

    .footer-top-bottom ul li {
        width: 100%;
        max-width: 100%;
        flex: initial;
    }

    .footer-bottom .row div.col-xl-4.col-lg-4.col-md-4.col-sm-12.col-xs-12,
    .footer-bottom .row div.col-xl-8.col-lg-8.col-md-8.col-sm-12.col-xs-12 {
        width: 100%;
        max-width: 100%;
        flex: initial;
        text-align: center;
        padding-bottom: 20px;
    }

    .commande-vol .text-choix {
        width: 50px;
        font-size: 20px;
    }

    .destination-service .content-liste-destination ul li {
        width: 100%;
        max-width: 100%;
        flex: initial;
    }

    .destination-service .content-liste-destination .content-image img {
        width: 100%;
    }

    .footer-top .footer-top-top ul li a {
        padding-right: 40px !important;
    }

    .content-lang-footer-et-menu {
        justify-content: center;
    }

    .content-footer-top-bottom .list-reseau-socio {
        justify-content: left;
        margin-top: 0;
    }

    .content-footer-top-bottom h3 br {
        display: none;
    }

    .content-footer-top-bottom ul {
        padding-bottom: 20px;
    }

    .commande-vol .content-lste-select select {
        font-size: 18px;
    }

    .commande-vol .list-reserve:first-child .content-lste-select select {
        width: auto;
    }
    .list-etape-commande [class^="icon-"]{width:50px;text-align:right;}
    .commande-vol .commande-top {min-height:250px;}
    .content-lste-select .content-select-toogle .list-select-toogle{top:inherit;bottom:-30px;}
    .content-lste-select .content-select-toogle button{top:inherit;bottom:-30px;}

    .commande-vol .commande-top .commande-top-title{
        padding: 10px 10px 0 0;
    }
}

@media(max-width:768px) {
    .commande-top .list-reserve {
        width: 100%;
        max-width: 100%;
        flex: initial;
    }

    .commande-vol .content-text-et-liste .content_text {
        width: 100px;
        font-size: 30px;
    }

    .commande-vol {
        margin-top: -20px;
    }

    .slider .owl-dots {
        bottom: 30px;
    }

    .content_bloc_fil_actu .item {
        font-size: 11px;
    }

    .commande-bottom .list-etape-commande li {
        width: 50%;
        padding: 0 0 20px 0;
    }

    .commande-bottom .list-etape-commande li a {
        padding-left: 15px !important;

    }

    .commande-bottom .list-etape-commande li a i {
        width: 50px;
        text-align: right;
    }

    .commande-bottom .enregistrement a i {
        font-size: 34px;
        margin-right: 11px;
        padding-right: 10px;
    }

    .commande-bottom .enregistrement a i:after {
        right: 0;
    }

    .voyage-meilleur-prix .list-select li {
        width: 33.333%;
        max-width: 100%;
        flex: initial;
    }

    .content-bloc-partage .liste-bloc-partage li {
        width: 50%;
        max-width: 100%;
        flex: initial;
        padding-bottom: 20px;
    }

    .footer-top-bottom ul li {
        width: 100%;
        max-width: 100%;
        flex: initial;
    }

    .footer-bottom .row div.col-xl-4.col-lg-4.col-md-4.col-sm-12.col-xs-12,
    .footer-bottom .row div.col-xl-8.col-lg-8.col-md-8.col-sm-12.col-xs-12 {
        width: 100%;
        max-width: 100%;
        flex: initial;
        text-align: center;
        padding-bottom: 20px;
    }

    .commande-vol .text-choix {
        width: 50px;
    }

    .destination-service .content-liste-destination ul li {
        width: 100%;
        max-width: 100%;
        flex: initial;
    }

    .destination-service .content-liste-destination .content-image img {
        width: 100%;
    }

    .footer-top .footer-top-top ul li a {
        padding-right: 40px !important;
    }

    .content-lang-footer-et-menu {
        justify-content: center;
    }

    .content-footer-top-bottom .list-reseau-socio {
        justify-content: left;
        margin-top: 0;
    }

    .content-footer-top-bottom h3 br {
        display: none;
    }

    .content-footer-top-bottom ul {
        padding-bottom: 20px;
    }

    .commande-vol .commande-top .commande-top-title{
        margin-bottom: 15px;
    }
    .commande-vol .commande-top .commande-top-title h2{
        font-size: 1.5rem;
    }
}

@media(max-width:767px) {
    .destination-service .content-liste-destination .content-image img {
        max-width: inherit;
        width: 100%;
        height: auto;
    }

    .content-doc-voyage img {
        margin: 0 auto;
        display: block;
    }

    .footer-top-bottom ul li.col-xl-2.col-lg-2.col-md-2.col-sm-12.col-xs-12 {
        width: 100%;
        padding: 0 0 20px 0;
    }

    .destination-service .content-liste-destination .col-xl-4.col-lg-4.col-md-4.col-sm-12.col-xs-12 {
        padding-bottom: 20px;
    }
}

@media(max-width:640px) {
    .commande-bottom .list-etape-commande li {
        width: 100%;
    }

    .voyage-meilleur-prix .list-select li {
        width: 50%;
        padding-bottom: 20px;
    }

    .content-bloc-partage .liste-bloc-partage li {
        width: 100%;
    }

    .voyage-meilleur-prix .list-select li:last-child {
        margin-left: 0;
    }

    .content_bloc_fil_actu .item {
        text-transform: initial;
    }

    .content-lang-footer-et-menu {
        justify-content: center;
    }

    .lien-footer-bottom ul {
        justify-content: center;
    }

    h2.titre {
        font-size: 30px;
    }

    .content_bloc_fil_actu .item:before {
        display: none;
    }

}

@media(max-width:620px){

    .commande-vol .commande-top .commande-top-texte{
        flex-wrap: nowrap;
    }
    .commande-vol .commande-top .commande-top-title .icon-icone-plane:before{
        font-size : 24px;
    }
    .commande-vol .commande-top .commande-top-title h2{
        font-size: 1.3rem;
        margin-left: 11px;
        margin-top: 7px;
    }
}
@media(max-width:600px) {
    .content_bloc_fil_actu .item {
        display: inherit;
    }

    .content_bloc_fil_actu .item a {
        padding: 0;
    }

}

@media(max-width:480px) {
    .commande-vol .content-text-et-liste .content_text {
        width: 60px;
        font-size: 20px;
    }

    .content_bloc_fil_actu .item:before {
        display: none;
    }

    .footer-top .footer-top-top ul {
        justify-content: center;
    }

    .footer-top .footer-top-top ul li {
        width: 100%;
    }

    .voyage-meilleur-prix .list-select li {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    h2.titre {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .content-bloc-partage .liste-bloc-partage .unite {
        text-align: center;
        padding-right: 0;
    }

    .commande-vol .content-lste-select select {
        max-width: 280px;
        font-size: 13px;
    }

    .voyage-meilleur-prix .list-select li span {
        padding: 0 10px 0 0;
    }

    .voyage-meilleur-prix .list-select select {
        width: 100%;
    }

    .voyage-meilleur-prix .list-select li {
        padding-bottom: 10px;
    }

    .voyage-meilleur-prix .list-select li:last-child {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .voyage-meilleur-prix .list-select select {
        padding-left: 0;
    }

    @-moz-document url-prefix() {
        .voyage-meilleur-prix .list-select select {
            margin-left: -4px;
        }
    }

    .text-defilant {
        padding-left: 50px;
    }

    .commande-vol .content-lste-select {
        width: 100%;
    }

    .voyage-meilleur-prix .list-select {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .content-bloc-partage .liste-bloc-partage li {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .destination-service .content-liste-destination .col-xl-4.col-lg-4.col-md-4.col-sm-12.col-xs-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .commande-vol .list-reserve:first-child .content-lste-select select,
    .commande-vol .list-reserve:first-child .content-lste-select .dropdown-select.wide,
    .commande-vol .list-reserve:first-child .content-lste-select .dropdown-select.wide.open,
    .commande-vol .list-reserve:first-child .content-lste-select .dropdown-select.wide:active {
        width: 100%;
    }

    .commande-vol .content-lste-select select,
    .commande-vol .content-lste-select .dropdown-select.wide,
    .commande-vol .content-lste-select .dropdown-select.wide.open,
    .commande-vol .content-lste-select .dropdown-select.wide:active {
        width: 100%;
        padding-left: 0;
        font-size: 18px;
    }
    .commande-vol .content-lste-select .dropdown-select.wide:before{font-size:22px;top:-3px;}
    .voyage-meilleur-prix .list-select select,
    .voyage-meilleur-prix .list-select .dropdown-select.wide,
    .voyage-meilleur-prix .list-select .dropdown-select.wide.open,
    .voyage-meilleur-prix .list-select .dropdown-select:active {
        width: 100%;
    }

    /*breadcrumb*/
    .breadcrumb {
        padding-bottom: 10px;
    }

    .breadcrumb-item {
        padding-bottom: 20px;
    }

    .breadcrumb .breadcrumb-item.breadcrumb-accueil a span {
        display: none;
    }
    .breadcrumb .breadcrumb-item.breadcrumb-accueil a span[class^="icon-"]{ font-size: 20px;
        top: -6px;
        left: -15px;
        display:block;
    }

    .breadcrumb .breadcrumb-item {
        font-size: 12px;
    }

    .breadcrumb .breadcrumb-item.breadcrumb-accueil i {
        font-size: 20px;
        top: -6px;
        left: -15px;
    }

    .breadcrumb .breadcrumb-accueil a {
        padding-left: 0;
    }

    .breadcrumb-item+.breadcrumb-item::before {
        font-size: 12px;
        padding-left: 12px;
    }

    .content-top-pdf {
        padding: 30px 0;
    }

    .titre-contenu {
        padding: 0 0 30px 0;
        font-size: 26px;
    }

    .content-faq h3,
    .contenu h3 {
        font-size: 15px;
        padding: 0 0 15px 0;
    }

    .content-faq p,
    .contenu p {
        padding: 0 0 20px 0;
        font-size: 12px;
    }

    .content-doc-voyage .content-doc-voyage-inner h2 {
        padding-bottom: 20px;
        font-size: 25px;
    }

    .content-doc-voyage .content-doc-voyage-inner p {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .contenu p.text-description {
        font-size: 16px;
    }

    .contenu ul li {
        font-size: 12px;
    }

    .voyage-meilleur-prix .list-select .dropdown-select.wide .list {
        margin-left: 0;
        width: 100%;
    }

    .close-top i {
        font-size: 15px;
    }

    .close-top {
        right: 5px;
    }

    .content_bloc_fil_actu .item {
        display: inherit;
        padding-top: 3px;
    }
    .voyage-meilleur-prix .list-select li span.current{width:100%;}
    .icon-close-button:before{font-size:12px;}
    .content-lste-select .content-select-toogle button{top:inherit;bottom:-30px;}
}


@media(max-width:375px) {
    .commande-vol .content-lste-select select {
        max-width: 280px;
        font-size: 13px;
    }

    .commande-vol .content-lste-select select,
    .commande-vol .content-lste-select .dropdown-select.wide,
    .commande-vol .content-lste-select .dropdown-select.wide.open,
    .commande-vol .content-lste-select .dropdown-select.wide:active {
        width: 100%;
        padding-left: 0;
        font-size: 14px;
    }
    .commande-vol .content-lste-select .dropdown-select.wide:before{font-size:18px;top:-3px;}
    .content_bloc_fil_actu .item {
        font-size: 10px;
    }
}

@media(max-width:360px) {
    .commande-vol .content-lste-select select {
        max-width: 280px;
        margin-left: -10px;
        margin-top: 5px;
    }

    .content_bloc_fil_actu .item {
        font-size: 9px;
    }

    .commande-vol .list-reserve:first-child .content-lste-select select {
        width: 100%;
    }

    .commande-vol .content-lste-select select {
        width: 100%;
    }
}

@media(max-width:320px) {
    .content_bloc_fil_actu .item {
        font-size: 9px;
    }
}

:root {
    --marron-color: #673918;
    --marron-600: #673918;
    --marron-900: #673918;
    --noir-color: #000;
    --blanc-color: #fff;
    --rose-color: #f5333f;
    --jaune-200: #ffcd00;
    --jaune-pale-200: #fed16d;

}
@font-face {
    font-family: 'icomoon';
    src:  url('vhs-assets-css-c8188ebebf680fb6e700b42f5555c3e0.eot?pu7dh4');
    src:  url('vhs-assets-css-c81b2df7b76faeb6411a2c8e4b8093fe.eot?pu7dh4#iefix') format('embedded-opentype'),
    url('vhs-assets-css-265b2c6e3e736903c75b8b3c765b0e0f.ttf?pu7dh4') format('truetype'),
    url('vhs-assets-css-7ebe80d43c802cdf74f2e6cf0ffefdbe.woff?pu7dh4') format('woff'),
    url('vhs-assets-css-1ca5deb4927b480fcd974a0a16cfee32.svg?pu7dh4#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-close-button:before {
    content: "\e90f";
}
.icon-icone-destination:before {
    content: "\e90d";
    color: #ecf1f9;
}
.icon-icone-date:before {
    content: "\e90e";
    color: #fff;
}
.icon-icone-globe:before {
    content: "\e90b";
}
.icon-icon-close:before {
    content: "\e90c";
}
.icon-icone-alert1:before {
    content: "\e901";
    color: #fff;
}
.icon-icone-carte:before {
    content: "\e902";
    color: #673918;
}
.icon-icone-enregistrement:before {
    content: "\e903";
    color: #673918;
}
.icon-icone-home:before {
    content: "\e904";
}
.icon-icone-horaire:before {
    content: "\e905";
    color: #673918;
}
.icon-icone-imprimante:before {
    content: "\e906";
}
.icon-icone-nos-contact:before {
    content: "\e907";
    color: #673918;
}
.icon-icone-partage:before {
    content: "\e908";
    color: #fff;
}
.icon-icone-pdf:before {
    content: "\e909";
}
.icon-icone-reservation:before {
    content: "\e90a";
    color: #673918;
}
.icon-icone-alert:before {
    content: "\e900";
    color: #5b5b5b;
}

.content-formulaire {
    background-color: var(--marron-color);
    margin: 0 auto;
    padding: 30px 50px;
    max-width: 800px;
    color: var(--blanc-color);
    font-family: 'Open Sans';
}

.content-formulaire-inner .head-formulaire {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0 0 30px 0;
    align-items: center;
}

.content-formulaire-inner .head-formulaire .ferme-formulaire {
    font-size: 17px;
    text-transform: uppercase;
    top : -2px;
}

.content-formulaire-inner .head-formulaire .ferme-formulaire i {
    font-size: 24px;
    position: relative;
    top: 3px;
}
.content-formulaire-inner .ferme-formulaire .icon-close-button{
    padding-left : 10px;
    top: -2px;
}

.content-formulaire-inner .head-formulaire .ferme-formulaire:hover {
    cursor: pointer;
}

.content-formulaire-inner .content-radio input {
    margin-left: 0;
    margin-right: 5px;
    appearance: none;
    position: relative;
    border-radius: 50%;
    /*border: 1px solid var(--blanc-color);*/
    height: 20px;
    position: absolute!important;
    width:100%;
    cursor: pointer;
}
.content-formulaire-inner .content-radio input:before{width:12px;height:12px;border: 1px solid var(--blanc-color);content:'';border-radius: 50%;position: absolute;top:2px;}
.content-formulaire-inner .content-radio label{padding:0 0 0 20px;}

.content-formulaire-inner .content-radio input[type="radio"]:focus {
    outline: none;
}

.content-formulaire-inner .content-radio input[type="radio"]:checked {
    position: relative;
}

.content-formulaire-inner .content-radio input[type="radio"]:checked:after {
    position: absolute;
    width: 10px;
    height: 10px;
    content: '';
    background: #fff;
    border-radius: 50%;
    border: 2px solid var(--marron-color);
    top:3px;left:1px;
}

.content-formulaire-inner label {
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.content-formulaire-inner .reservation .col-xl-6.col-lg-6.col-md-6.col-sm-12.col-xs-12:first-child {
    position: relative;
}

/*.content-formulaire-inner .reservation .col-xl-6.col-lg-6.col-md-6.col-sm-12.col-xs-12:first-child:after { */
#toggleRetour {
    width: 40px;
    height: 40px;
    color: #fff
}
#toggleRetour:after {
    content: "\e90d";
    position: absolute;
    width: 18px;
    height: 15px;
    right: -10px;
    top: 25px;
    font-family: 'icomoon';

}

.content-formulaire-inner .dropdown-select.wide {
    appearance: none;
    border: 0;
    border-bottom: 1px solid #9d806a;
    background:none;
    padding: 0 10px 0 0;
    cursor: pointer;
    color: var(--blanc-color);
    font-family: 'Quattrocento Sans';
    font-size: 18px;
    position:relative;
}
.content-formulaire-inner .dropdown-select.wide:before{content: "\f107";
    font-family: 'FontAwesome';
    color: var(--blanc-color);
    position: absolute;
    right: 0;
    font-size: 30px;
    top: -8px;}
.content-formulaire-inner .dropdown-select.wide span.current{width:90%;overflow: hidden;display:block;}

.content-formulaire-inner .dropdown-select.wide .list {
    width: 100%;
}

.content-formulaire-inner .form-group {
    margin-bottom: 20px;
}
.content-formulaire-inner .form-group .content-radio .col-xl-4{position:relative;}

.content-formulaire-inner .form-group.reservation{margin-bottom:30px;}

.content-formulaire-inner .col-xl-6 {
    padding-left: 20px;
    padding-right: 20px;
}
.content-formulaire-inner .col-xl-6.content-date-outer{margin-top:20px;}

.content-formulaire-inner .dropdown-select .option {
    text-align: left;
}

.content-formulaire-inner .dropdown-select.open .list {
    border-radius: 3px;
    padding: 8px
}

.content-formulaire-inner .dropdown-select .option:hover,
.content-formulaire-inner .dropdown-select .option:focus {
    background-color: var(--blanc-color) !important;
}

.content-formulaire-inner .dropdown-select .option {
    line-height: normal;
    padding: 5px 0;
    color: var(--marron-color);
    font-family: 'Quattrocento Sans';
    font-size: 18px;
    font-weight: 500;
}

.recherche-vol {
    margin: 30px auto 0 auto;
    display: block;
    background-color: transparent;
    border: 1px solid var(--blanc-color);
    font-size: 14px;
    font-weight: 500;
}

.recherche-vol:hover,
.recherche-vol:focus {
    background: var(--blanc-color)!important;
    color: var(--noir-color);
    border: 1px solid var(--blanc-color)!important;
    box-shadow: none!important;
}

.content-formulaire-inner .code-promo {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #9d806a;
    background-color: transparent;
    color: #fff;
    font-family: 'Quattrocento Sans';
    font-size: 18px;
}

.content-formulaire-inner ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
;
    opacity: 1;
    /* Firefox */
}

.content-formulaire-inner ::-webkit-input-placeholder {
    color: #fff;
}

.content-formulaire-inner :-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.content-formulaire-inner ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.content-formulaire-inner :-ms-input-placeholder {
    color: #fff;
}

.content-formulaire-inner .reservation .dropdown-select.wide.open .list:before {
    content: 'Les plus fréquentes';
    position: relative;
    color: #000;
    color: var(--marron-color);
    font-family: 'Quattrocento Sans';
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
.content-date-outer label{width:100%;}
.content-date-outer .content-date{width:100%;}
.content-date-outer .content-date{position:relative;border-bottom:1px solid #9d806a;height:28px;}
.content-date-outer .content-date input{width:100%;padding-right:10%;position:relative;border:0;color:#fff; font-family: 'Quattrocento Sans';
    font-size: 18px;display:flex;align-items: center;background-color:transparent;}
.content-date-outer .content-date:before{content: "\e90e";position: absolute;right:0;top:-3px; font-family: 'icomoon';font-size:20px;}
.vc-weekday{color: var(--marron-color)!important;font-family: 'Quattrocento Sans'!important;font-size: 28px!important;font-weight:normal!important;}
.vc-day-box-center-center{border-left:1px solid #fff;border-right:1px solid #fff;}
.vc-day-box-center-center .vc-day-content{width:100%!important;font-family: 'Quattrocento Sans'!important;font-size: 20px!important;font-weight:normal!important;}
.vc-highlight{width:100%!important;}
.vc-day-content:focus{background-color:transparent!important;}
.vc-highlight .vc-day-content{color:var(--marron-color)!important;}
.vc-arrow.is-left{margin-left:-5px;}
.vc-arrow.is-right{margin-left:-5px;}
.content-formulaire-outer{background-color:var(--marron-color);width:100%;margin:0;padding:0;clear:both;z-index:9999;position:fixed;top:0;height:100%;/*display:block;*/}
.content-formulaire-outer.hidden{display:none;}
/*calendrier*/
.vc-container {
    width: 100% !important;
}

.row.form-group.content-calendrier {
    background: #fff;
    margin: 0 5px 20px 5px;
    border-radius: 5px;
}

.row.form-group.content-calendrier .col-xl-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.row.form-group.content-calendrier .vc-container {
    border: 0;
}

.row.form-group.content-calendrier .vc-title {
    color: var(--marron-color);
    font-family: 'Quattrocento Sans';
    font-size: 28px;
    font-weight: normal;
}

.row.form-group.content-calendrier .vc-title::first-letter {
    text-transform: uppercase;
}

.row.form-group.content-calendrier .vc-arrow .vc-svg-icon path {
    color: var(--marron-color) !important;
    font-size: 28px;
}

.row.form-group.content-calendrier .vc-arrow .vc-svg-icon {
    width: 50px !important;
    height: 50px !important;
}

.vc-highlight {
    border-radius: 0 !important
}

span.vc-day-content:hover {
    border-radius: 0 !important
}

.vc-pane-container *:hover {
    border-radius: 0 !important;
}
.vc-header{padding-top:15px!important;margin-bottom:15px;}
.vc-arrows-container{padding:0 10px!important;}
.row.form-group.content-calendrier .vc-arrow .vc-svg-icon:hover,.vc-container [role=button]:hover{background-color: transparent!important;}
.icon-close-button{position:relative;top:2px;}
@media(max-width:1024px) {
    .content-formulaire{max-height:1024px;overflow-y:auto;}


}
.content-formulaire-outer{
    overflow-y:scroll;
    overflow-x:hidden;
}

@media(max-width:767px) {
    .content-formulaire-inner .col-xl-6{margin-bottom:15px;}
    .content-formulaire-inner .form-group{margin-bottom:0;}
    .content-formulaire-inner .form-group.content-radio{margin-bottom:15px;}
    .content-formulaire-inner .col-xl-6{padding-left:0;padding-right:0;}
    .content-radio .col-xl-4{padding-left:0;padding-right:0;}
    .content-formulaire-inner .reservation .col-xl-6.col-lg-6.col-md-6.col-sm-12.col-xs-12:first-child:after{display:none;}
    .content-formulaire-inner .reservation .col-xl-6{margin-bottom:50px;}
    .class-voyage-outer .col-xl-6{margin-bottom:50px;}
    .class-voyage-outer .col-xl-6.content-passager{margin-bottom:20px;}
    .content-formulaire-inner .form-group.reservation{margin-bottom:0;}
    .content-formulaire-inner .col-xl-6.content-date-outer{margin-top:0;}
    .content-date-outer .vc-popover-content-wrapper{z-index:2000!important;}
}
@media(max-width:480px) {
    .content-formulaire{padding-left:20px;padding-right:20px;}
    .content-formulaire-inner .col-xl-6{padding-left:0;padding-right:0;}
    .content-formulaire-inner .reservation .col-xl-6.col-lg-6.col-md-6.col-sm-12.col-xs-12:first-child:after{display:none;}
    .content-radio .col-xl-4{padding-left:0;padding-right:0;}
}
@media(max-width:320px) {.content-formulaire{padding-left:10px;padding-right:10px;}}


/**** SURCHARGE CSS ****/




.select-no-choice{
    /*pointer-events: none;*/
    /*opacity: 0.6;*/
}



.content-select-toogle button[active-button="true"] .content-choix-blanc{
    transition : 0.5s all;
}


/** Btn rechercher bol disabled **/
button.btn.btn-primary.recherche-vol:disabled {
    color: #000;
    background-color: lightgrey;
    border-color: lightgrey;
}
button.btn.btn-primary.recherche-vol.disabledInput {
    display: none;
}

/** Cache li sélectionné dans l'autre input **/
#destination-reservation ul.list-select-pays li.hideDestination,
#destination ul.list-select-pays li.hideDestination{
    display: none;
}

#depart-reservation ul.list-select-pays li.hideDestination,
#depart ul.list-select-pays li.hideDestination{
    display: none;
}

/** modifs formulaire Overlay **/
.content-formulaire-outer:not(.modal){
    visibility: visible;
    /*opacity: 1;*/
    opacity: 0.98;

}
.reservation .list-select-pays li:hover{
    color : var(--noir-color) !important;
}

.vc-pane .vc-weeks .vc-day{
    min-height : 45px;
}

.vc-pane .vc-weeks .vc-day span,
.vc-pane .vc-weeks .vc-day .vc-highlight
{
    height: 42px;
    width: 42px;
}

.vc-pane .vc-weeks .vc-day span:not(.is-disabled):hover{
    border: solid #673918 1px;
}

.content-lste-select .content-select-toogle button{
    /*font-size: 14px;*/
    /*padding: 0px 10px;*/
    /*display: inline-block;*/
}

.destinationFormOverlay.disabledInput{
    display : none;
}

div.list-select-toogle.collapse#depart li.select-no-choice-collapse,
div.list-select-toogle.show#destination li.select-no-choice-collapse{
    display: block;
    height: 13px;
    padding: 0;
}

div.list-select-toogle.collapse#depart li.select-no-choice-collapse{
    height: 5px;
}

span.errorPassenger{
    display: none;
    color :red;
}


/** modifs formulaire HP **/
/** cache le choix votre départ / votre destination lors select toggled**/

div.list-select-toogle.collapse#depart li.select-no-choice .textToDisplaySelect{
    display: none;
}
div.list-select-toogle.collapse#depart li.select-no-choice{
    /*display: none;*/
}
div.list-select-toogle.show#destination li.select-no-choice{
    /*display: none;*/
    padding: 0;
    height: 0;
    font-size: 14px;
    display: inline;
}


div.list-select-toogle.collapse#depart li.select-no-choice .textToDisplaySelect,
div.list-select-toogle.show#destination li.select-no-choice .textToDisplaySelect{
    display: inline;
    font-size: 15px;
    height : 10px
}

div.list-select-toogle.collapse#depart li.select-no-choice .textToDisplayOnLoad,
div.list-select-toogle.show#destination li.select-no-choice .textToDisplayOnLoad{
    display: none;
}


.commande-vol .list-reserve:first-child {
    width: 48.5%;
}

.commande-vol .list-reserve:last-child {
    width: 51.5%;
}

ul.list-select-pays li:hover{
    color : var(--marron-color) !important;
}

.commande-vol .commande-top{
    background: rgba(103, 57, 24, 0.9);
}


@media(max-width:800px) {
    .commande-vol .list-reserve:first-child, .commande-vol .list-reserve:last-child {
        width: 100%;
    }
}


.content-lste-select .content-select-toogle li span.ville{
    padding : 0 0 0 10px;
}

.reservation .content-select-toogle li span.ville{
    padding : 0 0 0 5px;
}

