
.lineHnormal{
    line-height: normal;
    font-size: small;
}
.scroller {
    /* height: 400px; */
    max-height: 800px;
    overflow-y: scroll;
    scrollbar-color: white white;
    scrollbar-width: thin;
}

.imgTemoignage{
    height: 64px;
    width: 64px;
    /*background-image: url(https://picsum.photos/seed/{{600 + random(50)}}/{{ 200 + random(50)}});*/
    border-radius:50%;
    object-fit: cover;
    object-position: center center;
}

/*************   Map  ********************/

#mapid{
    height:100%;
    min-height:40px;
    border-radius:3px
}
/*********************************/
/**** Formulaire de recherche ***/
/*******************************/

/*.destination-laos {
    /*background-image: url(../images/laos.jpeg);
    background-image: url(../../uploads/Pays/laos.jpg);
    background-size: cover;
}
.destination-birmanie-myanmar {
    /*background-image: url(../images/birmanie.jpeg);
    background-image: url(../images/Birmanie-accueil-odasie.jpeg);
    background-size: cover;
}
.destination-thailande {
    /*background-image: url(../images/thailand.jpg);
    background-image: url(../images/Thailande-accueil-odasie.jpg);
    background-size: cover;
}
.destination-cambodge {
    /*background-image: url(../images/cambodia.jpg);
    background-image: url(../images/Cambodge-accueil-odasie.jpg);
    background-size: cover;
}
.destination-indonesie {
    /*background-image: url(../images/indonesia.jpg);
    background-image: url(../images/Indonesie-accueil-odasie.jpg);
    background-size: cover;
}
.destination-sri-lanka {
    /*background-image: url(../images/sri-lanka.jpg);
    background-image: url(../images/Sri-Lanka-2-accueil-odasie.jpg);
    background-size: cover;
}
.destination-vietnam {
    /*background-image: url(../images/vietnam.jpg);
    background-image: url(../images/Vietnam-accueil-odasie.jpg);
    background-size: cover;
}
.destination-philippines {
    /*background-image: url(../images/philippines.jpg)
    background-image: url(../images/Philipinnes-accueil-odasie.jpg);
    background-image: url(../images/Visuel-accueil-odasie-Philippines.jpg);
    background-size: cover;
    
}
*/

.destination-voyages-en-couple {
    background-image: url(../images/Visuel-encouple-odasie1.png);
    background-size: cover;
}

.destination-voyages-en-famille {
    background-image: url(../images/Visuel-enfamille-odasie.png);
    background-size: cover;
}

.destination-voyages-entre-amis {
    background-image: url(../images/Visuel-entreamis-odasie.png);
    background-size: cover;
}

.destination-voyages-en-groupe {
    background-image: url(../images/Visuel-group2-odasie.png);
    background-size: cover;
}

.destination-voyages-de-noces {
    background-image: url(../images/Visuel-noces-odasie.png);
    background-size: cover;
}

.destination-all {
    background-image: url(../images/destinations.jpg);
    background-size: cover;
}
.heroPresentation{
    margin-top:110px;
    font-size:100%;
}
#search-container-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    max-height: 1020px;
    background-color: #3c3536;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#search-container {
    margin-top: 460px;
    width: 1200px;
    border-radius:10px;
}
#search-container .container{
    max-width:1090px !important;
}
.search-container-inner {
    width: 100%;
    color: #212121;
    padding: 0.5rem 2rem;
    background: rgba(255,255,255,.9);
    border-radius: 20px;
}
.search-container-inner select.form-control {
    width: 350px;
    border-color: #fff;
    border-color: #ccc;
}
.search-container-inner .btn-outline {
    color: #fff;
    border-color: #fff;
}
.search-container-inner .btn-outline:hover {
    background-color: #fff;
    color: #585858;
}
.search-container-inner .btn {
    margin-top: 26px;
    height: 38px;
    font-weight: bold;
    padding: .5rem 1rem;
}
.search-container-inner label {
    font-size: 1.1rem;
}



/****/
.mainSection{
    /* margin:0px 160px !important; */
}

#contenu-5 {
    padding: 0;
    text-align: left;
}

#contenu-5 .introduction-more {
    display: none;
    font-size: 1.2rem;
    color: #999;
    font-weight: 400;
    background: #000;
    color: white;
    border-radius: 20px;
}

.js #contenu-5 .introduction-more {
    display: inline-block;
}

.js #contenu-5 .presentation {
    height: 0;
    opacity: 0;
    padding: 0;
    transition: height, opacity .2s ease-in-out;
    overflow:hidden;
}

.js #contenu-5 .presentation.expanded {
    height: auto;
    padding-top: 1rem;
    opacity: 1;
}

@media (max-width: 1198px) {
    #search-container {
        width: 800px;
    }
    .search-container-inner select.form-control {
        width: 200px;
    }
}

@media (max-width: 992px) {
    #search-container {
        width: 800px;
    }
    #search-container .container {
        max-width:100% !important;
    }
    .search-container-inner select.form-control {
        width: 200px;
    }
}
@media (max-width: 768px) {

    #search-container {
        width: 600px;
    }
    .search-container-inner select.form-control {
        width: 100%;
    }
    .search-container-inner .btn {
        width: 100% !important;
        margin-top: 5px;
    }
    #search-container-wrapper {
        /* max-height: 400px; */
    }
}
@media (max-width: 580px) {
    #search-container {
        width: 400px;
    }
}
@media (max-width: 420px) {
    #search-container {
        width: 300px;
    }
}

/* Carte du pays */
#containerMap {
    height: 500px !important;
    max-height: 600px !important;
}

@media (max-width: 768px) {
    #containerMap {
        min-height: 250px !important
    } 
}

/*********************************/
/********* Coups de coeur *********/
/*******************************/

select.dropdown-dark{
    margin: 0;      
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.dropdown-dark {
    background: #444;
    border-color: #111111 #0a0a0a black;
    background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
    background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
    background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.4));
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #fff !important;
    border: solid transparent 1px;
    padding: 0px 1rem;
    border-radius: 4px;
    /* arrow */

  
}
  
.dropdown-dark:before {
    border-bottom-color: #aaa;
}

.dropdown-dark:after {
    content:"\25BC";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 60%;
    line-height: 30px;
    padding: 0 7px;
    background: #000;
    color: white;
}

.dropdown-dark .dropdown-select {
    color: #fff !important;
    text-shadow: 0 1px black;
    background: #444;  /* Fallback for IE 8 */
  }
  
  .dropdown-dark .dropdown-select:focus {
    color: #fff !important;
  }
  
  .dropdown-dark .dropdown-select > option {
    background: #444;
    text-shadow: 0 1px rgba(0, 0, 0, 0.4);
    color: #fff !important;
  }

.bgRedGradient{
    background:linear-gradient(90deg, rgb(219, 25, 25) 0%, rgb(255, 98, 36) 100%);
}

#btnTripFavorites{
    border-radius: 15px; 
    color:#fff;
}
#btnTripFavorites:hover{
    color:#fff !important;
}
.highlights ul{
    padding:0px;
}
.highlights ul li{
    display:inline-block;
    text-align: center;
    padding: 2px ;
    margin: 0;
}
.highlights ul li::before{
    content: "";
    background-image: url("../images/icons/voyage/Vectorlocation.svg");
    height: 21px;
    width: 17px;
    display: inline-block;
    margin-right: 4px;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: bottom;
}

.swiperVoyage {
    overflow: hidden;
}
#voirAllCoupDeCoeur{
    border-radius:20px;
}

.swiperVoyage .swiper-slide .tour {
    height: 680px;
    overflow-y: hidden;
}

.tour-card{
    background-color: #F0F0F0;
}
.swiperVoyage .swiper-slide .tour .tour-card {
    min-height: 610px;
    /*background-color: #eee;*/
    border-radius: 20px;
    z-index: 11;
    position: relative;
}

.swiperVoyage .swiper-slide .tour .tour-card .picture{
    border-radius: 20px 20px 0 0;
    height: 340px;
}

.swiperVoyage .swiper-slide .tour .content{
    display:flex;
    flex-direction: column;
    height: 280px;
}

.swiperVoyage .swiper-slide .price {
    position: absolute;
    left:0;
    bottom:0;
    border-radius: 0 10px 0 0;
    padding: 5px 10px;
    background: rgb(253, 29, 29);
    background: linear-gradient(90deg, rgb(219, 25, 25) 0%, rgb(255, 98, 36) 100%);
    color: #fff
}

.swiperVoyage .swiper-slide .tour-card-title {
    min-height:4rem;  
    font-weight: bold;
    height:100%;  
}
.swiperVoyage .swiper-slide .tour-card-introduction {
    min-height:3rem;  
    /* max-height:4rem;   */
    overflow-y: scroll;
}
.swiperVoyage .swiper-slide .tour-card-introduction > * {
    font-size:13px;
    text-align: center;
    height: 100%;
    text-align: justify;
}
.swiperVoyage .swiper-slide .tour-card-bottom {
    min-height:3rem;  
    margin-top:auto;
}
.swiperVoyage .swiper-slide .tour-card-hover {
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(219, 25, 25) 0%, rgb(255, 98, 36) 100%);
    color: #fff;
    text-align: center;
    visibility: hidden;
    margin-top: 0.5rem;
}

.swiperVoyage .swiper-slide:hover .tour-card-hover {
    /*
    border-radius: 0 0 20px  20px;
    background: linear-gradient(90deg, rgb(219, 25, 25) 0%, rgb(255, 98, 36) 100%);
    color: #fff;
    text-align: center;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    
    padding-top: 1rem;
    position: relative;
    
    margin-top: -16px;
    */
    visibility: visible;
    z-index: 10;
    cursor:pointer;

}
.swiperVoyage .swiper-slide:hover .tour-card-hover a{
    width: 100%;
}
.swiper-button-prev, .swiper-button-next{
    padding: 0px;
}
.swiperVoyage div.swiper-button-prev::after , .swiperVoyage div.swiper-button-next::after{
    font-size:20px;
}
.swiperVoyage div.swiper-button-prev{
    position:absolute;
    top: 50%;
    left: -1rem;
    transform: translateY(-50%);
}
.swiperVoyage div.swiper-button-next{
    position:absolute;
    top: 50%;
    right: -1rem;
    transform: translateY(-50%);
}

.footerVoyageList {
    height: 100%;
    /* max-height: 1040px; */
    overflow: hidden;
}
.footerVoyageList > div.col:first-child{
    height: 100%;
    flex: 0 0 100%;
    max-width:100%;
    background:linear-gradient(90deg, #0059b7 0%, #00c0f9 100%);
}
.footerVoyageList > div.col:nth-child(2){
    background-color: #272727;
    max-height: 1050px;
    
}
#avisContainer{
    padding-left:0px;
    padding-right:0px;
    /*
    padding-top:60px;
    padding-bottom:60px;
    */
}


#avisContainer .avisContainerTitle{
    max-width:340px;
    font-size:22px;
}
.testimonyTitle{
    font-size:22px;
}
#visiteAutrePays{
    margin: 0 20px;
}
#visiteAutrePays p{
    font-size: 1.5rem;
}
/* Odasie+ */
#odasiePlusContainer{
    flex:0 0 100%; 
    max-width:100%; 
    margin-top:60px;
    margin-bottom:60px;
}
#odasiePlusContainer .odasiePlusTitle p{
    font-size:2.8rem;
    line-height:100%;
    text-align: center;
}
#odasiePlusContainer .odasiePlusSubtitle{
    font-size:1.8rem;
    text-align: center;
}
#odasiePlusContainer .odasiePlusSubSubtitle
{
    font-size:1.1rem;
    text-align: center;
}
#odasiePlusContainer hr{
    border-top:solid white 1px;
    margin:0.4rem 0px;
}
#odasiePlusContainer .odasiePlusLink{
    border-radius:20px;
}
.countryMainText{
    margin-top:2rem;
    margin-bottom:2rem;
    order:2;
}
/* Temoignages */
#testomoniesContainer{
    overflow-y:auto;
    max-height: 900px;
    padding-bottom:60px;
}
#testomoniesContainer img{
    max-width: 64px;
}
#btnSeeAllTestimonies{
    border:solid white 1px;
    border-radius:20px;
    background-color:transparent;
    color:#fff;
}
.odasiePlusDayByDayFooter{
    border-top: 2px solid #fff;
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    margin-top:0.3rem;
}
.odasiePlusDayByDayFooter > li{
    position: relative;
    margin-top: 12px;
}
.odasiePlusDayByDayFooter > li > svg{
    position: absolute;
    top: -95px;
    left: -19px;
}

.odasiePlusDayByDayFooter li::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    position: absolute;
    border-radius: 10px;
    top: -18px;
    left: 50%;
    transform: translatex(-50%);
}

.odasiePlusDayByDayFooter li:last-child:after {
   content:unset;
}

.odasiePlusDayByDayFooter li:last-child > div {
    text-align: right;
    position: absolute;
    right: -4px;
    top: -26px;
}
#odasiePlusImage > img{
    height:320px;
}
#cursors{
    margin-left:3rem;
    margin-right:3rem;
}
#cursorsLine{
    margin-left:3rem;
    margin-right:3rem;
}
#cursors > div{
    flex: 0 0 25%;
    max-width: 25%;
}
#cursors > div > svg{
    height:32px !important;
}
#cursors > div > svg {
    transform:translateX(-50%);
}
#cursors > div > p {
    transform:translateX(-1.5rem);
}

@media (min-width: 768px) {
    .lineHnormal{
        line-height: normal;
        font-size: small;
    }
    .scroller {
        /* height: 900px;*/
        overflow-y: scroll;
        scrollbar-color: white white;
        scrollbar-width: thin;
    }
    .countryMainText{
        margin-top:2rem;

    }
    .mainButtonsContainer{
        flex:0 0 390px;
        max-width:390px;
    }

    .swiperVoyage div.swiper-button-prev::after , .swiperVoyage div.swiper-button-next::after{
        font-size:44px;
    }
    .swiperVoyage div.swiper-button-prev{
        position:absolute;
        top: 50%;
        left: -4rem;;
        transform: translateY(-50%);
    }
    .swiperVoyage div.swiper-button-next{
        position:absolute;
        top: 50%;
        right: -4rem;
        transform: translateY(-50%);
    }
    #avisContainer .avisContainerTitle{
        max-width:340px;
        font-size:22px;
    }
    #odasiePlusImage > img{
        height:475px;
    }
    /* Odasie+ */
    #odasiePlusContainer{
        min-width:530px;
        flex:0 0 530px; 
        max-width:530px; 
        margin-top:60px;
        margin-bottom:60px;
    }
    #odasiePlusContainer .odasiePlusTitle p{
        font-size:107px;
        line-height:100%;
    }
    #odasiePlusContainer .odasiePlusSubtitle{
        font-size:44px;
    }
    #odasiePlusContainer .odasiePlusSubSubtitle
    {
        font-size:29px;
    }
    #odasiePlusContainer hr{
        border-top:solid white 1px;
        margin:0.4rem 0px;
    }
    #odasiePlusContainer .odasiePlusLink{
        border-radius:20px;
    }
    .mainSection{
        /* margin:0px 160px !important; */
        margin:0px 70px !important;
        width: auto;
    }
    .footerVoyageList {
        height: 100%;
        max-height: 1050px;
        overflow: hidden;
    }
    .footerVoyageList > div.col:first-child{
        /* height: 100%;
        flex: 0 0 1164px;
        max-width:1164px; */
        height: 100%;
        max-width:65%;
        background:linear-gradient(90deg, #0059b7 0%, #00c0f9 100%);
    }

    .footerVoyageList > div.col:nth-child(2){
        background-color: #272727;
        max-height: 1050px;
    }
}

.temoignage .temoignageContent{
    padding-left:10px;
}
.temoignage .temoignageImage img{
    width:100px;
    height:100px;
    object-fit:cover;
    border-radius:60px !important;
}
.temoignage .temoignageImage {
    flex-direction: column;
}
.temoignage .temoignageImage span{
    /* margin-top:auto;
    margin-bottom:auto;*/
    padding-left:5px;
    width: 100%;
    text-align: left;
    color:rgb(248, 249, 250);
    text-align:center;
}

/* Ipad */
/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .footerVoyageList > div.col:nth-child(2){
        background-color: #272727;
        max-height: 100%;
    }
    .scroller {
        max-height:800px;
        overflow-y: scroll;
        scrollbar-color: white white;
        scrollbar-width: thin;
    }
    #search-container-wrapper{
        max-height: calc(400px + 20vh);
    }
    #search-container{
        width: auto !important;
        margin-top:30%;
    }
    .heroPresentation{
        margin-top:30px;
    }
    /*
    .temoignage .temoignageImage{
        max-width:calc(32px + 1rem);
    }
    */
    .temoignage .temoignageImage img{
        width:32px !important;
        height:32px !important;
        object-fit:cover;
        border-radius:60px !important;
    }

    .footerVoyageList > div.col:first-child{
        max-width:60%;
    }
    #odasiePlusContainer .odasiePlusTitle p{
        font-size: 5.5rem;
    }
    #odasiePlusContainer .odasiePlusSubtitle{
        font-size: 2.2rem;
    }
    #odasiePlusContainer {
        min-width: unset;
        flex:unset;
        max-width: 530px;
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .avisContainerMain{
        /* col-11 */
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
}


@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1366px) {
    .temoignage{
        flex-direction: column;
    }
    .temoignage .temoignageImage {
        flex-direction: row;
    }
    .temoignage .temoignageImage span{
        margin-top:auto;
        margin-bottom:auto;
        padding-left:6%;
        width: 100%;
        text-align: left;
    }
    .temoignage .temoignageImage img{
        width:64px !important;
        height:64px !important;
        object-fit:cover;
        border-radius:50% !important;
    }
    .temoignageContent{
        margin-left:0px;
        margin-top:10px;
    }
   
}


/* Portrait - spécifique à certaines largeurs */
@media only screen 
  and (min-device-width: 768px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
    #search-container-wrapper{
        max-height: calc(400px + 26vh);
    }
    #search-container{
        width:80%;
        margin-top:30%;
    }
}
@media only screen 
  and (min-device-width: 834px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
    #search-container{
        width:90%;
        margin-top:30%;
    }
}
@media only screen 
  and (min-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
    #search-container{
        width:75%;
        margin-top:30%;
    }
}


/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {

}



