/*
 Theme Name:   Thaki Bolivie
 Theme URI:    https://studio-wmt.com/
 Description:  Thaki Bolivie Special Dev Theme
 Author:       Antoine Moreau
 Author URI:   https://studio-wmt.com/
 Template:     WMT
 Version:      2.0.0
 License:      WMT Studio use only
 Text Domain:  wmt-studio-child
*/

/* ///////////////////////////////////////////////////////////////////////////////////
*
* Global Style 
*
/////////////////////////////////////////////////////////////////////////////////// */

@font-face {
    font-family: "Pakenham";
    src: url(assets/fonts/pakenham.ttf);
}

@font-face {
    font-family: "Lovelo Black";
    src: url(assets/fonts/Lovelo-black.otf);
}

@font-face {
    font-family: "Lovelo Line";
    src: url(assets/fonts/Lovelo-line-light.otf);
    font-weight: 400;
}

@font-face {
    font-family: "Lovelo Line";
    src: url(assets/fonts/Lovelo-line-bold.otf);
    font-weight: 700;
}

h1, h2, h3, h4, h5, h6, p, ul, li, textarea, input, span, a, label{
    padding: 0;
    margin: 0;
    font-family: "Pakenham";
}

h1{
    color: #1a4256;
    font-size: 30px;
    text-transform: uppercase;
    font-family: "Lovelo Black";
}

h2{
    color: #1a4256;
    font-size: 25px;
    text-transform: uppercase;
    font-family: "Lovelo Black";
    padding-bottom: 5px;
    font-weight: 400;
}

h3{
    color: #64aad1;
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Lovelo Line";;
    font-weight: 400;
}

h4{
    color: #64aad1;
    font-size: 15px;
    text-transform: uppercase;
    font-family: "Lovelo Black";
    padding-bottom: 5px;
    font-weight: 400;
    margin-bottom: 20px;
}

p, .ttitle-text, li{
    font-family: "Pakenham";
    line-height: 33px;
    color: #939393;
    font-size: 16px;
}

a{
    color: #1a4256;
    border-bottom: solid 1px;
    padding-bottom: 4px;
}


.half-flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hf-child{
    width: 50%;
}

.tki-boxed{
    width: 80%;
    max-width: 1200px;
    margin: auto;
}

a.main-cta{
    color: #fff;
    background-color: #64aad1;
    border-radius: 5px;
    padding: 10px 30px;
    text-align: center;
    border: none;
    transition: all .2s linear;
}

a.main-cta:hover{
    background-color: #1c4156;
}

.dbd-wrap{
    padding-top: 60px;
}

.dbd-infos ul{
    padding-left: 30px;
}


.app-thumb.mountain-demo{
    background-color: #38748e;
}

.mountain-demo .appt-top{
    min-height: 170px;
}

.mountain-demo p{
    text-align: center; 
    color: #fff;
}

.mountain-demo h3{
    color: #fff;
}

.mountain-demo svg , .mountain-demo path{
    fill: #2c6881;
    width: 50%;
}

.svg-mount{
    display: flex;
    justify-content: center;
    align-items: center;
}



/* ///////////////////////////////////////////////////////////////////////////////////
*
* Style Header
*
/////////////////////////////////////////////////////////////////////////////////// */

header{
    overflow: visible;
    z-index: 999999;
    background-color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    transition: all .2s linear;
}

.header-wrapper, .logo, .main-nav, .main-contact, nav, .main-nav ul, .main-contact ul{
    height: 70px;
}

.header-wrapper{
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo{
    overflow: hidden;
     width: 10%;
}

.logo a{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    height: 70px;
    padding: 0;
}

.main-nav {
    width: 55%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.main-contact{
    width: 30%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 380px;
}


.logo img{
    display: block;
    margin: auto;
    width: 100%;
    max-width: 120px;
}

nav {
    overflow: visible;
}


.main-nav ul, .main-contact ul {
    padding: 0;
    margin: 0;
    display: flex;
    list-style-type: none;
}

.main-nav ul li, .main-contact ul li{
    padding: 25px 15px;
    cursor: pointer;
    color: #1a4256;
    position: relative;
}

.main-contact ul {
    list-style-type: none;
}

.main-contact ul li span {
    color: #1a4256;
}

.main-item i{
    color: #63aad1;
    margin-right: 15px;
}

.main-nav ul li a, .main-contact ul li a {
    border: none;
}

.hc-search a {
    text-decoration: none;
    border: none;
}


.is-scrolled {
    position: fixed;
    top: -70px;
    width: 100%;
}

.is-max-scrolled {
    transform: translateY(70px) !Important;
}

.main-nav .sub-menu, .main-contact .sub-menu{
    position: absolute;
    width: 250%;
    top: 70px;
    left: -69%;
    visibility: hidden;
    opacity: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    padding-top: 13px;
    border-radius: 5px;
    box-shadow: 0 2px 31px 0 rgba(0, 0, 0, .08);
    transition: all .1s linear;
}

.main-nav .sub-hover, .main-contact .sub-hover {
    visibility: visible;
    opacity: 1;
}


.main-nav .sub-menu > li, .main-contact .sub-menu > li {
    width: 100%;
    text-align: left;
    padding: 0;
    background-color: #fff;
}

.main-nav .sub-menu li a, .main-contact .sub-menu li a {
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    color: #1c4156;
    font-size: 15px;
    border: none;
    padding: 15px 25px;
}

.sub-menu svg{
    height: 30px;
    width: 30px;
}

.sub-menu svg path, .sub-menu svg circle, .sub-menu svg rect{
    fill: #63aad1;
}

span.head-icon{
    margin-right: 20px;
}

.sub-menu > li:last-of-type {
    border-right: none;
}

.drop-carret{
    position: absolute;
    bottom: -33px;
    left: 47px;
    opacity: 0;
    visibility: hidden;
    transition: all .1s linear;
}

.drop-carret i{
    color: #fff;
    font-size: 35px;
}


.main-nav .sub-menu li a:hover, .main-contact .sub-menu li a:hover {
    background-color: #63aad1;
    color: #fff;
}

.main-nav .sub-menu li a:hover path, .main-nav .sub-menu li a:hover circle, .main-nav .sub-menu li a:hover rect {
    fill: #fff;
}

.curr-item .drop-carret{
    opacity: 1;
    visibility: visible;
}

.curr-item .main-item{
    color: #63aad1;
}

.sub-menu li:first-child{
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.sub-menu li:last-child{
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}

.down-icon{
    color: #9e9e9e;
    font-size: 15px;
}

.main-item{
        margin-right: 10px;
}

.main-flag a{
    border: none;
    padding: 0;
}

.main-flag a img{
    width: 20px;
}

.main-flag{
    overflow: hidden;
    width: 20px;
    display: flex;
    justify-content: space-between;
    transition: all .1s linear;
}

.main-flag:hover{
    width: 70px;
}

.main-contact ul li span.is-grey{
    color: #939393;
    font-size: 13px;
    margin-left: 14px;
}

.main-contact ul li a:hover span.is-grey{
    color: #fff;
}

.sub-item-contact i{
    color: #63aad1;
}

.main-contact ul li a:hover i{
    color: #fff;
}

.main-contact .sub-menu {
    width: 186%;
    left: -46%
}

.head-icon i {
    color: #64aad1;
    font-size: 20px;
}

.main-nav .sub-menu li a:hover i, .main-contact .sub-menu li a:hover i{
    color: #fff;
}

.circuit .toogle .dbd-infos{
    height: 200px !important;
}


/* ///////////////////////////////////////////////////////////////////////////////////
*
* Style Home
*
/////////////////////////////////////////////////////////////////////////////////// */


.hero-top{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.hero-top{
        height: 80vh;
}

.ht-title{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.hero-inner{
    position: relative;
    z-index: 9;
    padding-top: 25vh;
}

.htt-wrap{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 40vh;
}

.htt-wrap h1{
    margin-bottom: 35px;
}

.htt-wrap h2{
    margin-bottom: 35px;
    font-family: "Pakenham";
    line-height: 30px;
    font-size: 15px;
    text-transform: unset;
}

.htt-cta{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.htt-cta a.main-cta{
    margin-right: 60px;
}

.htt-cta a.sec-cta{
    margin-right: 60px;
}


.hero-bot{
    align-items: center;
    padding: 100px 0;
}

.ht-title img{
    width: 100%;
    margin: auto;
    display: block;
}

.hbl-title{
    margin-bottom: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.hbl-txt p{
    margin-bottom: 50px;
}

.hero-wrap{
    position: relative;
}

.dot-pattern {
    position: absolute;
    display: flex;
    align-items: center;
}

.dot-pattern i{
    color: #1a4256;
    font-size: 9px;
    width: 15px;
    text-align: center;
}

.dots-vertical{
    flex-direction: column;
}

.dots-horizontal{
    flex-direction: row;
}

.dots-vertical, .dots-vertical .patern-body{
    height: 100%;
    width: 15px;
}

.dots-horizontal, .dots-horizontal .patern-body{
    width: 100%;
    height: 15px;
}

.dots-vertical .patern-body{
    background-repeat: repeat-y;
}

.dots-horizontal .patern-body{
    background-repeat: repeat-x;
}

.patern-body{
    background-image: url(assets/images/dots-patern.png);
    background-position: center center;
    background-size: 36%;
}

.cercling-dots{
    text-align: center;
}

.ht-title .dot-pattern{
    left: -80px;
}

.mark-dots{
    position: absolute;
    left: -80px;
    color: #1a4256;
    font-size: 9px;
    width: 15px;
    text-align: center;
    top: 5px;
}

.home-video{
    padding: 100px 0;
}

.video-wrap, .news-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vw-unit, .news-unit{
    width: 45%;
}

.video-unit{
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    background-color: #63aad1;
}

.video-unit img{
    width: 100%;
    display: block;
    margin: auto;
    transition: all .2s linear;
}

.video-unit:hover img{
    opacity: .2;
}

.playme{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s linear;
}

.playme i{
    color: #fff;
    font-size: 45px;
    animation: bounce 0.5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

@keyframes bounce {
  from { transform: translate3d(0, 0, 0);     }
  to   { transform: translate3d(0, -20px, 0); }
}

.playme:hover i{
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.vw-unit h2{
    font-size: 50px;
}

.vw-unit h3{
    font-size: 40px;
    margin-bottom: 30px;
}

.title-thaki{
    text-align: center;
}

.title-thaki img{
    width: 50px;
    margin: 0 auto 30px;
    display: block;
}

.is-top-title h1, .not-top-title h2{
    color: #1a4256;
    font-size: 25px;
    text-transform: uppercase;
    font-family: "Lovelo Black";
    padding-bottom: 5px;
}

.is-top-title h2, .not-top-title h3{
    color: #64aad1;
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Lovelo Line";
    font-weight: 400;
    margin-bottom: 30px;
}

.title-thaki p{
    margin-bottom: 50px;
}

.circuit-wrapper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.circuit-unit{
    width: 32%;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
}

.circuit-img{
    background-color: #63aad1;
}

.circuit-unit:hover img{
    opacity: .2;
}

.circuit-unit img{
    width: 100%;
    display: block;
    margin: auto;
     transition: all .2s linear;
}

.circuit-unit:hover .cu-svg{
    opacity: 1;
}

.cu-svg{
    position: absolute;
    bottom: 0px;
    width: 100px;
    height: 100px;
    transform: rotate(-20deg);
    right: 0px;
    transition: all .2s linear;
    opacity: 0;
}

.cu-svg path, .cu-svg circle, .cu-svg rect{
    fill: #1a4260;
    opacity: .5;
}

.circuit-title{
    position: absolute;
    bottom: 20px;
    width : 100%;
}

.circuit-title h4, .circuit-title h4 a{
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-family: "Lovelo Black";
    border: none;
    padding: 0;
}

.cu-meta{
    position: absolute;
    top: 10px;
    left: 10px;
    opacity: 0;
    transition: all .2s linear;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}

.cu-meta p{
    color: #1c4156;
    font-size: 13px;
}

.circuit-unit:hover .cu-meta{
    opacity: 1;
}

.circuit-cta{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

.tki-full{
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 680px;
    z-index: 99;
}

.review-wrapper{
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    z-index: 9;
    position: relative;
}

.review-unit{
    width: 31%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.review-unit img{
    border-radius: 50%;
    margin-bottom: 25px;
    width: 75px;
}

.review-unit h4{
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-family: "Lovelo Black";
    margin-bottom: 0;
}

.review-unit i{
    color: #FFEB3B;
    font-size: 13px;
    margin-right: 3px;
}

.review-unit p{
    text-align: center;
    color: #fff;
}

.star-rating{
    margin: 10px 0;
}

.review-title{
    width: 100%;
    text-align: center;
    padding: 80px 0;
}

.review-title h2, .review-title h3{
    color: #fff;
}


.review-cta {
    width: 100%;
    text-align: center;
    padding: 100px 0;
}

.review-cta a{
    color: #fff;
}

.news-unit a{
    border: none;
}

.news-unit img{
    display: block;
    margin: auto;
    width: 100%;
    border-radius: 5px;
}

.home-news{
    padding: 100px 0;
}

.news-unit h3, .news-unit p{
    margin-bottom: 30px;
}

.news-cta{
    display: flex;
    justify-content: flex-end;
}

.feat-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 80px 0;
}

.fw-unit{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 23%;
}

.fw-unit img{
    margin-bottom: 30px;
    width: 50px;
}

.fw-unit p{
    color: #1e4056;
    text-align: center;
}

.fw-unit i{
    margin-bottom: 30px;
    font-size: 10px;
    color: #1c4156;
}

.horizon-line{
    width: 100%;
    position: absolute;
    height: 15px;
    background-image: url(assets/images/dots-patern.png);
    background-position: center center;
    background-size: 0.5%;
    background-repeat: repeat-x;
    top: 42%;
}

.feat-cta{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
}

.feat-cta a.main-cta{
    margin-right: 40px;
}

.home-feat{
    padding-top: 80px;
}

li.menu-list{
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-unique{
    margin: 80px 0;
    display: flex;
    justify-content: center;
    align-content: center;
}

.news-wrap .swm-youtube{
    border-radius: 5px; 
    overflow: hidden;
}

.news-wrap .swm-youtube iframe{
    height: 350px;
}

/* ///////////////////////////////////////////////////////////////////////////////////
*
* App thaki
*
/////////////////////////////////////////////////////////////////////////////////// */

.app-container{
    height: 100vh;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 70px;
    background-color: #ecf9ff;
}

.aside-aff-thaki{
    width: 25%;
    background-color: #1a4256;
}
/*
.aside-aff-thaki::-webkit-scrollbar {
    width: 0;
    display: none;
}
*/
.app-thaki{
    width: 75%;
    background-color: #ecf9ff;
}

.aside-title, .tax-unit, .tax-unit-disabled{
    padding: 30px 40px 0 40px;
    transition: all .2s linear;
}

.aside-title h1{
    color: #63aad1;
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Lovelo Line";
    font-weight: 400;
    padding-bottom: 5px;
}

.aside-title h2{
    color: #fff;
    font-size: 15px;
}

.aside-title{
    padding: 40px 40px 0 40px;
}

.app-title-wrap{
    border-bottom: solid 1px #27576f;
    padding-bottom: 30px;
}

.tax-icon{
    width: 10%;
}

.tax-icon svg{
    width: 100%;
}

.tax-icon path, .tax-icon circle, .tax-icon rect{
    fill: #63aad1;
    transition: all .2s linear;
}

.link-icon{
    width: 5%;
}

.tax-unit, .tax-unit-disabled{
    cursor: pointer;
}

.tax-name{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 70%;
}

.tax-name button{
    
}

.etape-container .max-col{
    width: 40% !important;
    margin-top: 0 !important;
}

.link-icon i{
    color: #fff;
    transition: all .2s linear;
}

span.app-meta{
    color: #becfd8;
    font-size: 13px;
    transition: all .2s linear;
}

.tax-selected span.app-meta{
    color: #fff
}

.app-container button, .tax-name a{
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    font-family: "Lovelo Black";
    font-size: 13px;
    padding-bottom: 5px;
}

.tax-unit:hover,.tax-unit-disabled:hover,  .tax-selected{
    background-color: #64aad1;
}

.tax-unit:hover path,.tax-unit-disabled:hover path,  .tax-selected path, 
.tax-unit:hover rect,.tax-unit-disabled:hover rect,  .tax-selected rect{
    fill: #fff;
}

.tax-unit:hover i ,.tax-unit-disabled:hover i,  .tax-selected i{
    transform: translateX(10px);
}

.tax-unit:hover .tax-wrapper,.tax-unit-disabled:hover .tax-wrapper,  .tax-selected .tax-wrapper{
    border-bottom: solid 1px #63aad1;
}

.main-app-thaki{
    padding: 5%;
    height: 88%;
}
/*
.main-app-thaki::-webkit-scrollbar {
    width: 0;
    display: none;
}
*/
.app-thumb{
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    width: 31%;
    cursor: pointer;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    max-width: 300px;
    margin-right: 20px;
}

.app-main-wrap{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.appt-top img{
    width: 100%;
}

.appt-bot{
    padding: 30px;
}

.appt-tile h3{
    text-transform: uppercase;
    font-family: "Lovelo Black";
    text-align: center;
    font-size: 14px;
    line-height: 25px;
}

.appt-hover{
    margin: 30px 0 0 0;
    position: relative;
    overflow: hidden;
}

.appt-meta{
    transition: all .1s linear;
}

.appt-meta ul{
    list-style-type: none;
    line-height: 30px;
}

.appt-meta ul li{
    color: #939393;
    font-size: 13px;
    letter-spacing: 1px;
}

.appt-meta ul li svg{
    width: 20px;
    height: 20px;
    margin-right: 16px;
}

.appt-meta ul li path, .appt-meta ul li circle{
    fill : #1c4357;
} 

.appt-meta ul li i{
    color: #1c4357;
    margin-right: 20px;
    font-size: 17px;
    width: 20px;
    text-align: center;
}

span.appt-meta-label{
    font-size: 13px;
    font-style: italic;
    letter-spacing: 1px;
    margin-right: 10px;
    color: #1c4257;
}

.appt-link{
    position: absolute;
    bottom: -50px;
    width: 100%;
    transition: all .1s linear;
    display: flex;
    justify-content: center;
    align-items: center;
}

.app-thumb:hover .appt-meta{
    opacity: 0;
}

.app-thumb:hover .appt-link{
    transform: translateY(-60px);
}

.tax-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px #27576f;
    padding-bottom: 25px;
    transition: all .2s linear;
}

.thaki-app footer{
    margin: 0;
}

.page-sos-mam .ttitle-text{
    display: block;
    width: 100%;
}

/* ///////////////////////////////////////////////////////////////////////////////////
*
* Style circuits
*
/////////////////////////////////////////////////////////////////////////////////// */


.global-top-image, .top-image{
    height: 30vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 500px;
}

.top-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}

.ttitle-svg svg{
    width: 50px;
    height: 50px;
}

.ttitle-svg path, .ttitle-svg circle{
    fill: #63aad1;
}

.ttitle-svg{
    margin-bottom: 15px;
}

.ttitle-descript h2{
    text-transform: unset;
    font-size: 15px;
}

.ttitle-title h1{
    font-size: 25px;
    margin-bottom: 20px;
}

.overview-container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    background-color: #1c4156;
    padding: 40px 30px 30px 30px;
    border-radius: 5px;
}

.ovc-unit{
    width: 30%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.ovc-left{
    width: 25%;
    text-align: center;
}

.ovc-left i{
    font-size: 18px;
    color: #63aad1;
}

.ovc-right{
    width: 70%;
}

.ov-info{
    color: #62aad1;
}

.ov-txt{
    color: #fff;
}

.section-title{
    font-size: 15px;
    margin-bottom: 30px;
}


.etape-container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.etape-col{
    width: 48%;
    margin-right: 0;
}

.eec-top{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 50px;
}


.eec-top i{
    color: #1e4056;
    margin-right: 15px;
}

.eec-top h3{
    font-size: 15px;
    text-transform: unset;
    font-family: "Pakenham";
}

.etape-content ul{
    line-height: 35px;
    color: #939393;
    font-size: 14px;
}

.circuit-overview, .circuit-etapes{
    margin-bottom: 120px;
}

.etape-col .video-unit{
    max-height: 300px;
}

.circuit .acf-map{
    width: 100%;
    height: 300px;
    border: none;
    margin: 0;
    border-radius: 5px;
    overflow: hidden;
}

.dbdc-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 20px;
    cursor: pointer;
    position: relative;
    border-radius: 5px;
    transition: all .2s linear;
    margin-bottom: 10px;
}

.dbdc-title:hover{
    background-color: #f9f9f9;
}

.toogle .dbdc-title{
    background-color: #f9f9f9;
}

.dots-left{
    position: absolute;
    left: -80px;
}

.dots-left i{
    font-size: 9px;
    top: -5px;
    position: relative;
}

.dbdt-left h2{
    font-size: 15px;
    transition: all .1s linear;
    padding: 0;
}

.dbdt-right span{
    color: #939393;
    font-size: 14px;
    margin-right: 20px;
}

.dbdt-right{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dbdt-right i{
    color: #63aad1;
    transition: all .2s linear;
}

.dbd-info-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    background-color: #f4fcff;
    padding: 40px 30px 30px 30px;
    border-radius: 5px;
}

.dbd-info-wrap p{
    color: #939393;
}

.dbd-collapse{
    margin-bottom: 50px;
}

.dbd-content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 80%;
    margin: auto;
}

.dbd-left{
    width: 35%;
}

.dbd-left img{
    display: block;
    width: 100%;
    margin: auto;
    border-radius: 5px;
    overflow: hidden;
}

.dbd-right{
    width: 60%
}

.dbdc-title:hover h2{
    color: #63aad1;
}

.dbd-unit{
    margin-bottom: 120px;
}

.dbd-infos{
    height: 0;
    overflow: hidden;
    transition: all .2s linear;
}

.toogle .dbd-infos{
    height: 200px;
}

.toogle .dbdc-title i{
    transform: rotate(180deg);
}

.circuit-day-by-day{
    position: relative;
}

.toogle h2{
    color: #63aad1;
}

.circuit-day-by-day .dot-pattern{
    left: -83px;
}

.foot-cta{
    display: flex;
    justify-content: space-between;
    width: 65%;
    margin: auto;
    align-items: center;
    max-width: 800px;
    margin-bottom: 120px;
}

.focta-left{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50%;
}

.focl-l svg{
    width: 60px;
    height: 60px;
}

.focl-l path, .focl-l circle{
    
}

.focl-l{
    width: 20%;
}

.focl-r{
    width: 80%;
}

.focta-right{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.focl-r h2{
    font-size: 20px;
}

.related-title h2{
    text-align: center;
    font-size: 18px;
    margin-bottom: 60px;
}

.dbd-info-spec{
    padding-left: 20px;
    color: #4CAF50;
    border-left: solid 2px;
    margin-top: 10px;
}



.dbd-info-spec span{
    font-weight: bold;
    color: #4CAF50;
}
/* ///////////////////////////////////////////////////////////////////////////////////
*
* Blog INDEX thaki
*
/////////////////////////////////////////////////////////////////////////////////// */

.blog-index .blog-top-title{
    margin-bottom: 40px;
}

.blog-index-main{
    background-color: #f2fbff;
    padding: 80px 0;
}

.blog-index-main .app-thumb{
    max-width: unset;
}

.ttitle-descript p{
    text-align: center;
    max-width: 700px;
}

.ttitle-filters{
    width: 100%;
    margin: 50px 0 0 0;
    max-width: 1000px;
}

.ttitle-filters ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style-type: none;
    flex-wrap: wrap;
}

.ttitle-filters ul li a{
    border: solid 1px;
    padding: 7px 30px;
    border-radius: 5px;
    display: block;
    text-align: center;
    transition: all .2 linear;
}

.ttitle-filters ul li {
    width: 28%;
    margin-bottom: 20px;
    margin-right: 1%;
}

.curr-cat a, .ttitle-filters ul li a:hover{
    color: #63aad1;
}

/* ///////////////////////////////////////////////////////////////////////////////////
*
* Blog Articles thaki
*
/////////////////////////////////////////////////////////////////////////////////// */

.blog-container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.blog .top-title{
    margin-bottom: 80px;
}

.ttitle-meta{
    display: flex;
    max-width: 300px;
    justify-content: center;
    width: 100%;
}

.ttmeta-unit{
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.ttmeta-unit i{
    color: #e8e8e8;
    margin-right: 15px;
}

.ttmeta-unit p{
    color: #6cafd3;
}

.bc-wrapper{
    width: 65%;
}

.blog-aside{
    width: 25%;
}

.blog article img{
    width: 100%;
    display: block;
    margin: auto;
}

.sw-content h2{
    margin-bottom: 20px;
    font-size: 17px;
}

.sw-content{
    margin-bottom: 50px;
}


.swm-gallery{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.swm-unit{
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
}

.swmunit-1{
    width: 100%;
}

.swmunit-2{
    width: 48%;
}

.swmunit-4{
    width: 48%;
}

.section-wrap{
    margin-bottom: 80px;
}

.swm-map .acf-map{
    border: none;
    border-radius: 5px;
    overflow: hidden;
}

.swm-youtube{
    display: flex;
    justify-content: center;
    align-items: center;
}

.swm-youtube iframe{
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    height: 500px;
}

.sw-sheet{
    
    
}

.sw-sheet table{
    width: 100%;
}

.sw-sheet th{
    font-family: "Lovelo Black";
    text-align: center;
    padding: 10px;
    color: #63aad1;
    background-color: #f9f9f9;
}

.sw-sheet td{
   font-family: "Pakenham";
    text-align : center;
    padding: 10px;
}

.abw-top img{
    display: block;
    width: 100%;
    margin: auto;
}

.abw-bot{
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.aside-blog-wrap{
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 31px 0 rgba(0, 0, 0, .08);
}

.abw-bot h2, .abw-bot h3{
    margin-bottom: 20px;
    font-size: 15px;
    text-align: center;
}

.blog-related{
    margin-top: 80px;
}


/* ///////////////////////////////////////////////////////////////////////////////////
*
* Style Page Global &&  Partner 
*
/////////////////////////////////////////////////////////////////////////////////// */


.page .ttitle-text{
    padding-left: 40px;
    margin: 30px 0;
}

.page .ttitle-text h2 {
    color: #1a4256;
    text-transform: uppercase;
    font-family: "Lovelo Black";
    text-align: left;
    margin: 30px 0;
    font-size: 17px;
}

.page .ttitle-text h3{
    color: #64aad1;
    text-transform: uppercase;
    font-family: "Lovelo Black";
    font-size: 15px;
    margin: 20px 0;
}

.page .ttitle-text ul{
    padding-left: 40px;
    margin: 30px 0;
    color: #656565;
}

.page .ttitle-text u{
    text-decoration: none;
}

.partner-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.partner-unit{
    width: 30%;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-bottom: 40px;
}

.partner-unit a.main-cta{
    position: absolute;
    bottom: 0;
}

.part-top img{
    width: 60%;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}

.page .part-bot{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page .part-bot h2{
    color: #1a4256;
    font-size: 15px;
    text-transform: uppercase;
    font-family: "Lovelo Black";
    margin-bottom: 20px;
}

.page .part-bot p{
    margin-bottom: 30px;
}

.related-wrapper .app-thumb{
    max-width: unset;
}

/* ///////////////////////////////////////////////////////////////////////////////////
*
* Style Page Global &&  Partner 
*
/////////////////////////////////////////////////////////////////////////////////// */

.page-demande-de-devis .global-top-image, .page-demande-de-devis .top-image{
    height: 20vh;
    min-height: 300px;
}

.quote-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

input:focus, .form-col select, textarea:focus {
    outline: none;
}


.quote-main{
    width: 65%;
}


.quote-aside{
    width: 25%;
}

.form-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.form-half{
    width: 48%;
    display: flex;
    flex-wrap: wrap;
}

.form-full{
    width: 100%;
    display: flex;
}

.form-col input,  .form-col textarea{
    display: block;
    width: 100%;
    padding: 20px;
    border-radius: 5px;
    border: solid 1px #cecece;
    font-size: 15px;
    color: #cecece;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.form-col input:focus, .form-col select:focus, textarea:focus, .completed input, .completed textarea, .completed select{
    color: #63aad1;
    border-color: #63aad1;
}

.form-submit input[type="submit"]{
    color: #fff;
    background-color: #64aad1;
    border-radius: 5px;
    padding: 10px 30px;
    text-align: center;
    border: none;
    transition: all .2s linear;
    cursor: pointer;
    font-size: 15px;
}

.form-ui i{
    color: #cecece
}

input::placeholder, textarea::placeholder{
    color: #b5b5b5;
}


.form-submit input[type="submit"]:hover{
    background-color: #1a4256;
}

.form-submit{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.form-col select{
    -webkit-appearance: none;
     display: block;
    width: 100%;
    padding: 20px;
    border-radius: 5px;
    border: solid 1px #cecece;
    font-size: 15px;
    color: #cecece;
    background-color: #fff;
    cursor: pointer;
}

.form-col{
    position: relative;
}

.form-ui{
    position: absolute;
    right: 22px;
    top: 22px;
}

.form-ui .fa-check{
    color: #4CAF50;
}

.aside-quote-time{
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.aqt-l i{
    font-size: 40px;
}

.aqt-l{
    margin-right: 20px;
}

.aqt-r p{
    font-size: 30px;
}

.aqt-r span{
    
}

.aqd-top img{
    width: 100%;
    display: block;
    margin: auto;
}

.page .aqdt-t h2{
    color: #1a4256;
    font-size: 15px;
    text-transform: uppercase;
    font-family: "Lovelo Black";
    margin-bottom: 10px;
}

.aqdt-t span{
    color: #63aad1;
    text-align: center;
    display: block;
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 30px;
}

.aqd-bot{
    padding: 30px;
}

.aqdt-b ul li a{
    border: none;
}

.aqdt-b ul{
    line-height: 40px;
    list-style-type: none;
}

.aside-quote-details{
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 31px 0 rgba(0, 0, 0, .08);
}

.thaki-open i, .thaki-open p, .thaki-open  span {
    color: #4CAF50;
}

.thaki-close i, .thaki-close p, .thaki-close  span {
    color: #ea5555;
}

.page-demande-de-devis .ttitle-text p{
    text-align: center;
}

.form-verif {
    width: 40%;
}

.form-verif label{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #636363;
}

.form-verif input{
    padding: 10px 20px;
}

.form-col.has-label label{
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-align: right;
    color: #ea5554;
    font-size: 14px;
    padding-right: 10px;
    font-weight: bold;
}

.has-label .form-ui{
    top: 49px;
}

.has-label {
    flex-wrap: wrap;
}

.form-col.has-label.has-fac label{
    color: #cecece;
}

/* ///////////////////////////////////////////////////////////////////////////////////
*
* Style footer
*
/////////////////////////////////////////////////////////////////////////////////// */

.page h1{
    text-align: center;
    margin-bottom: 10px;
}

.page h2{
    text-align: center;
    color: #63aad1;
    font-size: 25px;
    text-transform: uppercase;
    font-family: "Lovelo Line";
    padding-bottom: 5px;
    font-weight: 400;
}

.page-agence .top-title {
    position: relative;
    z-index: 9;
}

.image-fullwidth img{
    width: 55%;
    display: block;
    margin: auto;
    max-width: 800px;
}

.agence-txt-decript{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
}

.atd-col{
    width: 42%;
    padding: 100px 0;
}

.atd-patern{
    width: 5%;
    display: flex;
    justify-content: center;
}

.atdc-top img{
    width: 50px;
    margin: 0 auto 40px;
    display: block;
}

.atdc-top{
    margin-bottom: 40px;
}

.atdc-top h3{
    color: #1c4156;
    font-size: 17px;
    text-transform: uppercase;
    font-family: "Lovelo Black";
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
}

.ats-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.ats-l{
    width: 40%
}

.ats-r{
    width: 50%
}

.ats-l img, .ats-r img{
    width: 100%;
    display: block;
    margin: auto;
    border-radius: 5px;
    overflow: hidden;
}

.ats-reverse{
    flex-direction: row-reverse;
}

.agence-thaki-spirit, .agence-conduite{
    padding: 60px 0;
}

.thaki-title h2{
    text-align: left;
    color: #1a4256;
    font-size: 50px;
    text-transform: uppercase;
    font-family: "Lovelo Black";
    padding-bottom: 5px;
    font-weight: 400;
}

.thaki-title h3{
    font-size: 50px;
    padding-left: 30px;
}

.thaki-title{
    margin-bottom: 50px;
}

.comment-patern, blockquote p{
    color: #63aad1;
    padding: 20px 0;
    display: block;
    line-height: 30px;
    font-family: Lovelo Black;
    font-size: 14px;
}

blockquote{
    position: relative;
}

blockquote:before {
    font-family: "Font Awesome 5 Pro";
    color: #62aad1;
    content: '\f10e';
    font-size: 20px;
    position: absolute;
    top: 0;
    left: -40px;
    margin: 0;
    padding: 10px;
}


/* ///////////////////////////////////////////////////////////////////////////////////
*
* Style Team 
*
/////////////////////////////////////////////////////////////////////////////////// */

.evm-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 40px;
    border-radius: 5px;
    background-color: #f4fcff;
}

.equipe-asso .foundr-wrap .founw-col{
    width: 100%;
    padding: 0;
}

.evm-l{
  width : 45% ;
}

.evm-r{
   width :  50%;
}

.evm-r h2{
    text-align: left;
    color: #1a4256;
    font-size: 25px;
    text-transform: uppercase;
    font-family: "Lovelo Black";
    padding-bottom: 5px;
    font-weight: 400;
}

.evm-r h3{
    margin-bottom: 40px;
}

.page-equipe-thaki-bolivie .top-title {
    max-width: 950px;
    margin: auto;
    text-align: center;
}

.foundr-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.founw-col{
    width: 43%;
    padding: 100px 0;
}

.founw-patern{
    width: 14%;
    display: flex;
    justify-content: center;
}

.founw-col img{
    width: 150px;
    border-radius: 100%;
    margin: auto;
    display: block;
    margin-bottom: 40px;
    height: 150px;
}

.founw-col h3, .equipe-fondateurs .ttitle-title h2, .equipe-all .ttitle-title h2,
.equipe-asso .ttitle-title h2{
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Lovelo Black";
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
    color: #1c4156;
}

.equipe-fondateurs, .equipe-all{
    margin-bottom: 40px;
}

.equipe-fondateurs .ttitle-title, .equipe-all .ttitle-title{
    margin-bottom: 80px;
}

.team-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.team-unit{
    width: 22%;
    margin-bottom: 100px;
}

.tunit-top{
    margin-bottom: 25px;
}

.tunit-top h4{
    font-size: 13px;
    text-transform: uppercase;
    font-family: "Lovelo Black";
    font-weight: 400;
    text-align: center;
    color: #1c4156;
    margin-bottom: 0;
}

.tunit-top span{
    text-align: center;
    display: block;
    color: #aaaaaa;
    font-size: 14px;
    padding-top: 5px;
}

.team-unit .playme i{
    animation: none;
}

li.sub-item-7 .fa-globe-americas, li.sub-item-10 .fa-map-marked-alt{
    padding-left: 7px;
}

.fakelist{
    height: 33px;
}

.hightlight{
    width: 100% !important;
    margin-top: 100px;
}
/* ///////////////////////////////////////////////////////////////////////////////////
*
* Style FAQ
*
/////////////////////////////////////////////////////////////////////////////////// */

.main-section{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.info-content{
    width: 65%;
    padding: 50px 0;
}

.aside-info{
    width: 25%;
    padding: 50px 0;
}

.info-content h3, .aside-info h3{
    color: #1a4256;
    font-size: 15px;
    text-transform: uppercase;
    font-family: "Lovelo Black";
}

.section-info-title h2{
    color: #63aad1;
    font-size: 15px;
    text-align: left;
    text-transform: uppercase;
    font-family: "Lovelo Black";
}

.main-section .dot-pattern{
    left: -83px;
}

.main-section .dbd-collapse.toogle{
    border: solid 1px #63aad1;
    border-radius: 5px;
}

.main-section .dbd-collapse {
    border: solid 1px #e2e2e2;
    padding: 20px;
    border-radius: 5px;
}
.main-section .toogle .dbdc-title{
    background-color: #fff;
    border-bottom: solid 1px #dedede;
}

.main-section .dbdc-title{
    border-radius: 0;
    margin-bottom: 0;
    padding: 20px 0;
    border-bottom: solid 1px #fff;
}

.main-section .dbdc-title:hover {
    border-bottom: solid 1px #ffffff;
    background-color: #fff;
}

.main-section .toogle .dbdc-title{
    margin-bottom: 40px;
    border-bottom: solid 1px #dedede;
}

.main-section .toogle .dots-left i{
    color: #63aad1
}

.main-section .dbd-collapse:hover{
        border: solid 1px #63aad1;
}

.main-section .dots-left i{
    transition: all .2s linear;
}

.main-section .dots-left {
    position: absolute;
    left: -101px;
}

.aside-info-wrap{
    padding: 40px;
    background-color: #f9f9f9;
    border-radius: 5px;
}

.aside-info-wrap h3{
    text-align: center;
    margin-bottom: 40px;
}

.aside-info-wrap ul{
    line-height: 35px;
    padding-left: 20px;
}

.ttitle-text{
    padding-top: 50px;
}



.aside-info-wrap ul li a{
    border: none;
    transition: all .2s linear;
}

.aside-info-wrap ul li a:hover{
    color: #63aad1;
}

.section-info{
    position: relative;
    margin-bottom: 80px;
}

.section-info-wrap{
    padding: 80px 0;
}

li.aside-active, .aside-active a{
    color: #63aad1
}

/* ///////////////////////////////////////////////////////////////////////////////////
*
* Style press  
*
/////////////////////////////////////////////////////////////////////////////////// */


.ress-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.press-unit{
    width: 24%;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 2%;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    background-color: #fff;
    transition: all .2s linear;
}

.press-unit:hover{
    transform: translateY(-5px);
}

.pru-top img{
    width: 100%; 
    display: block;
    margin: auto;
}

.pru-bot{
    padding: 9%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.pru-bot h2{
    color: #1a4256;
    font-size: 15px;
    text-transform: uppercase;
    font-family: "Lovelo Black";
}

.pru-bot p{
    margin-bottom: 10px;
}

.pru-bot a{
    }

.articles-press{
    background-color: #f2fbff;
    padding: 100px 0;
}


/* ///////////////////////////////////////////////////////////////////////////////////
*
* Style reviews
*
/////////////////////////////////////////////////////////////////////////////////// */

.page-reviews-title{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 80px;
}

.page-reviews-title h2{
    color: #1a4256;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Lovelo Black";
    text-align: left;
    padding: 0;
    line-height: 0;
}


.page-reviews-title i{
    color: #e7e7e7;
    margin-right: 20px;
    font-size: 20px;
}

.page-reviews-video{
    margin-bottom: 100px;
}

.rvwb-bot, .rvwb-top{
    display: flex;
    justify-content: center;
    align-items: center;
}

.rvwb-top p{
    color: #63aad1;
}

.rvwb-top span{
    font-size: 14px;
    color: #b2b2b2;
    margin-left: 10px;
}

.star i{
    color: #f7d343;
    font-size: 13px;
}

.review-video-wrap .video-unit i{
    animation: none;
}

.revmesu-wrap {
    margin-bottom: 80px;
    padding: 70px 0 70px 80px;
}

.revmess-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.revmesst-l{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.revmesst-l .star, .revmesst-l h3{
    margin-right: 20px;
}

.revmesst-l h3{
    color: #1a4256;
    font-size: 15px;
    text-transform: uppercase;
    font-family: "Lovelo Black";
    text-align: left;
    padding: 0;
    line-height: 0;
}

.revmess-bot{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.revmessb-l{
    width: 30%
}

.revmessb-l img{
    display: block;
    width: 100%;
    margin: auto;
    border-radius: 5px;
    overflow: hidden;
    
}

.revmessb-r{
     width: 65%
}

.revmesst-l p{
    color: #63aad1;
    font-size: 15px;
}

.review-video-unit{
    position: relative;
}


/* ///////////////////////////////////////////////////////////////////////////////////
*
* Style Guide pays
*
/////////////////////////////////////////////////////////////////////////////////// */



.guide-intro-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 80px 0;
}

.gi-l, .gi-r {
    width: 45%;
    position: relative;
}

.gi-l h2{
    color: #1a4256;
    font-size: 15px;
    text-transform: uppercase;
    font-family: "Lovelo Black";
    padding-bottom: 5px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 30px;
}

.gi-r .acf-map {
    width: 100%;
    height: 400px;
    border: none;
    margin: 0;
    border-radius: 5px;
}

.page-guide-pays .title-thaki h2{
    color: #1a4256;
    font-size: 25px;
    text-transform: uppercase;
    font-family: "Lovelo Black";
    padding-bottom: 5px;
}

.page-guide-pays .circuit-wrapper {
    margin-top: 100px;
}

.gm-style-iw h4{
    color: #1a4256;
    font-size: 15px;
    text-transform: uppercase;
    font-family: "Lovelo Black";
    margin-top: 15px;
}

.map-infos{
    background-color: #fff;
    position: absolute;
    top: 15px;
    left: 15px;
    border-radius: 5px;
    padding: 4px 20px;
}

.map-infos i{
    margin-right: 10px;
    color: #ea4336;
}

.map-infos p{
    font-size: 12px;
    color: #1c4156;
    font-family: "Lovelo Black";
    margin: 0;
}


/* ///////////////////////////////////////////////////////////////////////////////////
*
* Style footer
*
/////////////////////////////////////////////////////////////////////////////////// */


.page-country-guide .is-top-title h1, .page-country-guide .not-top-title h2{
    color: #1a4256;
    font-size: 25px;
    text-transform: uppercase;
    font-family: "Lovelo Black";
    padding-bottom: 5px;
}

footer{
    background-color: #e8f8ff;
    margin-top: 100px;
}

.footer-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 100px 0;
}

.footer-col{
    width: 23%;
}

.footer-col ul{
    list-style-type: none;
    line-height: 40px;
}

.footer-col ul li, .footer-col ul li a{
    color: #5c5c5c;
    border: none;
    transition: all .2s linear;
    font-size: 15px;
}

.footer-col ul li a:hover{
    color: #63aad1;
}

.footer-col h3{
    margin-bottom: 50px;
    color: #1a4256;
    font-size:17px;
    text-transform: uppercase;
    font-family: "Lovelo Black";
}

.footer-logo{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 80%;
    margin-bottom: 50px;
}

.footlogo-col{
    width: 16%;
}

.footlogo-col img{
    width: 50%;
    display: block;
    margin: auto;
}

.footer-credit{
    text-align: center;
}

.footer-credit p, .footer-credit a{
    font-family: sans-serif;
    font-weight: 100;
    text-decoration: none;
    border: none;
    color: #e8f8ff;
    font-size: 10px;
    padding: 10px 0;
}

.cta-tripadv{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.cta-tripadv h2{
    color: #1a4256;
    font-size: 15px;
    text-transform: uppercase;
    font-family: "Lovelo Black";
    text-align: left;
    padding: 0;
    line-height: 0;
    margin-bottom: 30px;
}

.count-txt{
    position: relative;
    top: -30px;
}


.social-medias{
    display: flex;
    justify-content: space-around;
    margin: 30px 0 0 0;
}

.social-medias i{
    font-size: 30px;
    color: #64aad1;
}

/* ///////////////////////////////////////////////////////////////////////////////////
*
* Dependances
*
/////////////////////////////////////////////////////////////////////////////////// */


.form-message{
    padding: 20px 40px;
    border-radius: 5px;
    transition: all .2s linear;
    opacity: 1;
    margin-bottom: 100px;
    width: 80%;
    margin: 50px auto;
    text-align: center;
}


.form-message p{
        color: #fff;
}

.error{
    background-color: #e26c6c;
}

.success{
    background-color: #4CAF50;
}

.fade-out{
    transform: translateX(100px);
    opacity: 0;
}

.cta-on-map{
    text-decoration: underline;
}

.overlay{
    height: 0%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(99, 170, 209, .9);
    overflow-y: hidden;
    transition: 0.5s;
    z-index: 999999999;
}

.overlay-content {
    position: relative;
    top: 15%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a{
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #e91e1e;
    display: block;
    transition: 0.3s;
    border: none;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn{
    position: absolute;
    top: 80px;
    right: 80px;
    font-size: 40px;
}

#frame{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    max-width: 820px;
    margin: auto;
    flex-direction: column;
}

#frame iframe{
    width: 100%;
    height: 500px;
}

#frame h1{
    margin-bottom: 50px;
}

#frame form{
    width: 100%;
}

#frame form .form-col{
    display: flex;
    justify-content: space-between;
}

#frame .form-col input[type="text"]{
    width: 70%;
    outline: none;
    border: none;
}

#frame .form-col input[type="submit"]{
    width: 20%;
    color: #fff;
    background-color: #1c4156;
    border-radius: 5px;
    padding: 10px 30px;
    text-align: center;
    border: none;
    transition: all .2s linear;
    cursor: pointer;
    font-size: 15px;
}


/* ///////////////////////////////////////////////////////////////////////////////////
*
* STYLES SEARCH
*
/////////////////////////////////////////////////////////////////////////////////// */

.result-title h1{
    text-align: left;
    font-size: 15px;
}

.result-title{
     margin: 50px 0;
    border-bottom: solid 2px;
    padding-bottom: 20px;
}

.result-title{
    margin: 50px 0;
    border-bottom: solid 1px #dcdcdc;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.result-title span{
    color: #9e9e9e;
}

.results{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#search{
    cursor: pointer;
}

#search i{
    transition: all .2s linear;
}

#search i:hover{
    color: #63aad1;
}

/* ///////////////////////////////////////////////////////////////////////////////////
*
* OWL STYLES
*
/////////////////////////////////////////////////////////////////////////////////// */

.owl-carousel .owl-dot, .owl-verbatim .owl-dot {
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 100%;
}

.owl-nav {
    position: absolute;
    top: 100px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next, 
.owl-verbatim .owl-nav .owl-prev,
.owl-verbatim .owl-nav .owl-next {
    color: #63aad1;
}

.owl-carousel .owl-nav .owl-prev,
.owl-verbatim .owl-nav .owl-prev {
    margin-left: -50px;
}

.owl-carousel .owl-nav .owl-next,
.owl-verbatim .owl-nav .owl-next {
    margin-right: -50px;
}

.review-video-wrap .owl-prev{
    margin-left: -50px;
}

.owl-dot{
    background-color: #ffffff !Important;
    margin-right: 3px;
    border: solid 1px #63aad1;
}

.owl-dot.active{
    background-color: #63aad1 !Important;
}

.owl-dots{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.owl-carousel,
.owl-carousel .owl-item,
.owl-verbatim,
.owl-verbatim .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel, .owl-verbatim {
    display: none;
    z-index: 1
}

.owl-carousel .owl-stage, 
.owl-verbatim .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after,
.owl-verbatim .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer,
.owl-verbatim .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    z-index: 9;
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper,
.owl-verbatim .owl-item,
.owl-verbatim .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-verbatim .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img,
.owl-verbatim .owl-item img {
    display: block;
    width: 100%
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded, 
.no-js .owl-verbatim,
.owl-verbatim.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-verbatim .owl-nav .owl-prev,
.owl-verbatim .owl-dot,
.owl-verbatim .owl-nav .owl-next,
.owl-verbatim .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading,
.owl-verbatim.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden,
.owl-verbatim.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item,
.owl-verbatim.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item,
.owl-verbatim.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab,
.owl-verbatim.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl,
.owl-verbatim.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item,
.owl-verbatim.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated,
.owl-verbatim .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in,
.owl-verbatim .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out,
.owl-verbatim .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut,
.owl-verbatim .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy,
.owl-verbatim .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy,
.owl-verbatim .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper,
.owl-verbatim .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon,
.owl-verbatim .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.page-reviews-verbatim{
    position: absolute;
    top: -200px;
    width: 50%;
    max-width: 500px;
    right: 0;
}

.pos-rel{
    position: relative
}

.page-reviews-verbatim .owl-dots{
    margin-top: 0;
    display: flex;
    justify-content: flex-end;
}

.page-reviews-verbatim .owl-nav{
    top: 0;
}

.page-reviews-verbatim .owl-nav i{
    display: none;
}

.verb-unit h3{
    color: #fff;
    font-family: "Lovelo Black";
}

.verb-unit p{
    text-align: right;
    color: #fff;
    font-size: 15px;
}

.verb-unit{
}

.page-reviews-verbatim .owl-dot{
    background-color: rgba(255, 255, 255, .5) !Important;
    margin-right: 3px;
    border: none;
    width: 5px;
    height: 5px;
}

.page-reviews-verbatim .owl-dot.active{
     background-color: #fff !important;
}

.page-agence .global-top-image, .page-agence .top-image{
    height: 40vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 600px;
}


/* ///////////////////////////////////////////////////////////////////////////////////
*
* Responsive & Media Queries 
*
/////////////////////////////////////////////////////////////////////////////////// */

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#loader{
    width: 100%;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#loader i{
    font-size: 100px;
    color: #64aad1;
    -webkit-animation: rotating .9s linear infinite;
      -moz-animation: rotating .9s linear infinite;
      -ms-animation: rotating .9s linear infinite;
      -o-animation: rotating .9s linear infinite;
      animation: rotating .9s linear infinite;
}

.nav-mobile {
    visibility: hidden;
    position: absolute;
    opacity: 0;
    width: 100%;
    left: 0;
    top: 0;
    margin-top: 70px;
    background-color: #1c4156;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
}

.bar-wrapper{
    position: absolute;
    right: 30px;
    overflow: hidden;
    height: 25px;
    width: 30px;
    top: 23px;
    cursor: pointer;
    display: none;
}

.bar {
    top: 10px;
}

.bar:before {
    top: -8px;
}

.bar:after {
    top: 8px;
}

.bar,
.bar:before,
.bar:after{
    transition: all .25s;
    content: "";
    position: absolute;
    height: 4px;
    width: 30px;
    border-radius: 15px;
    background-color: #375b80;
}

.expanded .bar {
    background-color: transparent;
    transition: all .25s;
}

.expanded .bar:before {
    transform: rotate(45deg);
}

.expanded .bar:after {
    transform: rotate(-45deg);
}

.expanded .bar:before,
.expanded .bar:after {
    top: 0px;
    background-color: #e61212;
}

.expanded .nav-mobile {
    visibility: visible;
    opacity: 1;
    overflow: hidden;
    height: 100vh;
    display: block;
}

.expanded ul#main-nav {
    display: flex;
    flex-direction: column;
}

.expanded ul#main-nav li {
    padding: 24px 0;
    width: 100%;
}

.expanded ul#main-nav li a {
    width: 100%;
    text-align: center;
}

.expanded #menu-item-17 a {
    padding: 24px 0;
    border-radius: 0;
}

.main-nav.sub-active{
    visibility: visible;
    opacity: 1;
}

.sub-active .nav-mobile{
    visibility: visible;
    opacity: 1;
    overflow: visible;
}

.scroll-locked, .scroll-locked body{
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.main-nav li.back-menu{
    position: absolute;
    top: 8px;
    left: -16px;
    z-index: 9999999;
}

.admin header{
    top: 30px !important;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input#amount_final{
    display: block;
    width: 100%;
    padding: 20px;
    border-radius: 5px;
    border: solid 1px #4CAF50;
    font-size: 15px;
    color: #4CAF50;
}

.payment i{
    color: #4CAF50;
}

.title-pay h3{
    text-align: center;
    font-family: "Lovelo Black";
    color: #1a4156;
}

#wpadminbar{
    z-index: 99999999;
}

.title-pay{
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
}

.title-pay h3{
    font-size: 15px;
}

.title-pay img{
    width: 200px;
}

.mobile-only{
    display: none;
}


@media screen and (max-width: 1200px) {
    
    .main-nav{
        visibility: hidden;
        opacity: 0;
    }
    
    .main-contact {
        width: 35%;
        max-width: 400px;
        min-width: 300px;
        position: relative;
        right: 30px;
    }
    
    .main-item{
        color: #fff;
    }
    
    .bar-wrapper{
        display: block;
    }
    
    .main-nav ul li a, .main-contact ul li a {
    border: none;
    color: #fff;
    }
    
    .press-unit {
    width: 32%;
    }
        
}

@media screen and (max-width: 980px) {
    
    .press-unit {
     width: 48%;
    }
    
    .main-contact {
    width: 50%;
    right: 40px;
    }
    
    .main-nav {
        width: unset;
    }
    
    .logo {
    overflow: hidden;
    width: 15%;
    }
    
    .main-nav .sub-menu{
        padding-top: 0;
    }
    
    .partner-unit {
    width: 100%;
    }

}


@media screen and (max-width: 1200px) and (min-width: 980px){
    
    .tax-selected:hover{
        background-color: #64aad1 !important;
    }
    
    .main-contact {
        width: 40%;
    }
    
    .aside-aff-thaki{
        width: 33%;
    }
    
    .app-thaki {
        width: 67%;
    }
    
    .app-thumb{
        width: 50%;
    }
    
    .dbd-content{
        width: 100%;
        align-items: flex-start;
    }
    
    .foot-cta {
        width: 90%;
        max-width: unset;
    }
    
    .related-wrapper .app-thumb{
        width: 32%;
    }
    
    #frame iframe {
        width: 100%;
        height: 350px;
    }
    
    .revmess-bot {
        align-items: flex-start;
    }
    
    .blog-index-main .app-thumb{
        width: 30%;
    }
    
    .page-conseils-et-formalites .ttitle-text p{
        text-align: center;
        max-width: 600px;
    }
    
    .tax-unit:hover, .tax-unit-disabled:hover {
        background-color: #1a4156;
    }
    
    .appt-link {
        position: relative;
        bottom: 0;
        margin-top: 35px;
    }
    
    .app-thumb:hover .appt-link {
        transform: none;
    }
    
    .app-thumb:hover .appt-meta {
        opacity: 1;
    }
        
    .tax-unit:hover .tax-wrapper,.tax-unit-disabled .tax-wrapper, .tax-selected .tax-wrapper {
        border-bottom: solid 1px #27576f;
    }
    
    /* #menu-item-1 .sub-menu, #menu-item-1 .down-icon, #menu-item-1 .drop-carret{
        display: none;
    } */
    
    .feat-wrapper{
        flex-wrap: wrap;
    }
    
    .fw-unit {
        width: 50%;
        margin-bottom: 20px;
    }
    
    .feat-wrapper .horizon-line, .fw-unit i{
        display: none;
    }
    
    .blog .related-wrapper .tki-boxed{
        width: 100%;
    }
    
    .related-wrapper .app-thumb {
    width: 30%;
    }
    .circuit .toogle .dbd-infos {
    height: 250px !important;
}
    
    
}

@media screen and (max-width: 980px) {
    #frame iframe {
    width: 100%;
    height: 300px;
    }
    .ats-wrap img{
        margin-bottom: 50px;
    }
    .revmesst-l h3{
        line-height: 20px;
    }
    .revmesst-l{
        flex-direction: column;
        align-items: flex-start;
    }
    .revmesst-l .star {
    margin-right: 0;
    margin-bottom: 20px;
    }
    
    .circuit .toogle .dbd-infos {
        height: 400px !important;
    }
    
    .blog .related-wrapper .tki-boxed{
        width: 100%;
    }
    
    .related-wrapper .app-thumb {
    width: 30%;
    }
    
    .feat-wrapper{
        flex-wrap: wrap;
    }
    
    .fw-unit {
        width: 50%;
        margin-bottom: 20px;
    }
    
    .feat-wrapper .horizon-line, .fw-unit i{
        display: none;
    }
    
    /* #menu-item-1 .sub-menu, #menu-item-1 .down-icon, #menu-item-1 .drop-carret{
        display: none;
    } */
    
    .guide-intro-wrap {    
        flex-direction: column;
    }
    
    .gi-l, .gi-r{
        width: 100%;
    }
    
    .gi-l{
        margin-bottom: 40px;
    }
    
    .appt-link {
        position: relative;
        bottom: 0;
        margin-top: 35px;
    }
    
    .app-thumb:hover .appt-meta {
    opacity: 1;
    }
    
    .app-thumb:hover .appt-link {
        transform: none;
    }
    
    html, body{
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    }
    
    .hc-details, .hc-search{
        display: none;
    }
    
    .main-contact {
        justify-content: flex-end;
        right: 60px;
        min-width: 200px;
    }
    
    .logo {
        overflow: hidden;
        width: 25%;
    }
    
    .sub-active .nav-mobile {
        visibility: visible;
        opacity: 1;
        overflow: visible;
        height: 95vh;
    }
    
     .sub-active .nav-mobile ul{
        flex-direction: column;
        justify-content: flex-start;
        position: absolute;
        left: 0;
        width: 100%;
    }
    
    .main-nav ul li, .main-contact ul li{
        color: #1a4256;
        position: relative;
        width: 100%;
        display: block;
        text-align: left;
        font-size: 17px;
    }
    
    .sub-active .nav-mobile ul{
        height: 95vh;
        z-index: 9999;
    }
    
    .main-nav ul li{
        padding: 0;
        position: unset;
    }
    
    .sub-active .nav-mobile ul{
        height: 95vh;
        z-index: 9999;
        justify-content: space-around;
        transition : all 0s linear;
    }
    
    .suwefeb-active .nav-mobile ul{
        transform: translateX(-100%);
    }
    
    .nav-mobile  ul.sub-menu {
        flex-direction: column;
        justify-content: space-between;
        position: absolute;
        left: 0;
        width: 100%;
        padding-left: 0;
        padding-top: 0;
        top: 0;
        height: 95vh;
        background-color: #f5f5f5;
        box-shadow: none;
    }
    
    .drop-carret{
        display: none;
    }
    
    .main-nav .sub-menu li a{
    font-size: 17px;
    padding: 10px 35px;
    }
    
    .main-item {
        padding-left: 40px;
    }
    
    .sub-menu li{
        border-radius: 0 !important;
    }
    
    .main-nav .sub-menu > li {
    background-color: #f5f5f5;
    }
    
    .main-flag {
        padding-left: 40px;
        padding-bottom: 40px;
    }
    
    #back i, #back-ui i{
        margin-right: 10px;
    }
    
    .back-menu i,  a#back, a#back-ui{
        color: #e66565;
    }
    
    .nav-mobile ul.sub-menu {
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 75px;
        border-radius: 0;
        left: 100%;
        transition : all .2s linear;
    }
    .nav-mobile ul.sub-menu.sub-hover{
        transform: translateX(-100%);
    }
    
    .ht-title .dot-pattern, .mark-dots {
        left: -50px;
    }
    
    .hf-child {
        width: 100%;
    }
    
    .hbl-txt{
    margin-bottom: 100px;
    }
    
    .circuit-unit {
        width: 48%;
    }
    
    .horizon-line {
        top: 36%;
    }
    
    .app-thaki {
        width: 65%;
    }
    
    .aside-aff-thaki {
        width: 35%;
    }
    
    .aside-title, .tax-unit, .tax-unit-disabled {
        padding: 40px 20px 0 20px;
    }
    
    .tax-name {
        width: 70%;
    }
    
    .ovc-unit {
    width: 50%;
    margin-bottom: 45px;
    }
    
    .etape-col {
        width: 48%;
        margin-right: 2%;
        margin-bottom: 50px;
    }
    
    .circuit-day-by-day .dot-pattern {
        left: -50px;
    }
    
    .dots-left {
        position: absolute;
        left: -47px;
    }
    
    .dbd-left {
        width: 100%;
        margin-bottom: 50px;
    }
    
    .dbd-right {
        width: 100%;
    }
    
    .dbd-content {
        width: 100%;
        flex-direction: column;
    }
    
    .dbd-info-spec {
        margin-top: 40px;
    }
    
    .toogle .dbd-infos {
        height: 300px;
    }
    
    .foot-cta {
        width: 100%;
    }
    
    .focl-l svg {
        width: 40px;
        height: 40px;
    }
    
    .related-wrapper .app-thumb {
        width: 46%;
    }
    
    .circuit .acf-map{
        height: 200px;
    }
    
    .circuit-overview, .circuit-etapes {
        margin-bottom: 80px;
    }
    
    .app-thumb {
        width: 45%;
    }
    
    .blog-container {
        flex-direction: column;
    }
    
    .bc-wrapper {
        width: 100%;
    }
    
    .blog-aside {
        width: 100%;
    }
    
    .ats-wrap {
        flex-direction: column;
    }
    
    .ats-l, .ats-r {
        width: 100%;
    }
    
    .ats-wrap imgats-wrap img {
        max-width: 300px;
        margin-bottom: 50px;
    }
    
    .team-unit {
        width: 42%;
    }
    
    .foundr-wrap .dot-pattern, .evm-r p{
    display: none;
    }
    
    .founw-col {
        width: 100%;
    }
    
    .evm-r h3 {
        margin-bottom: 20px;
        font-size: 17px;
    }
    
    .owl-nav {
        top: 60px;
    }
    
    .owl-prev{
        margin-left: -50px;
    }
    
    .revmess-bot {
        flex-direction: column;
    }
    
    .revmessb-l {
    width: 100%;
    margin-bottom: 50px;
    }
    
    .revmessb-r {
        width: 100%;
    }
    
    .page-reviews-verbatim{
        width: 70%
    }
    
    .ttitle-filters ul li {
        width: 32%;
        margin-bottom: 20px;
    }
    
    .ttitle-filters ul {
        flex-wrap: wrap;
    }
    
    .info-content, .aside-info{
        width: 100%;
    }
    
    .page-conseils-et-formalites .main-section {
        flex-direction: column-reverse;
    }
    
    .page-conseils-et-formalites .main-section .dot-pattern {
        left: -53px;
    }
    
    .page-conseils-et-formalites  .main-section .dots-left {
        position: absolute;
        left: -71px;
    }
    
    .quote-wrap {
    flex-direction: column-reverse;
    }
    
    .quote-main, .quote-aside {
    width: 100%;
    }
    
    .aside-quote-time{
        justify-content: center;
    }
    
    .aside-quote-details{
        margin-bottom: 100px;
    }
    .max-col {
    width: 100% !important;
    }
    
}

@media screen and (max-width: 700px){
    
    .press-unit {
    width: 100%;
    margin-bottom: 20px;
    }
    
    .max-col {
    width: 100% !important;
    }
    
    .httw-wrap{
        width: 100%;
    }
    
    .httw-wrap h1, .httw-wrap h2, .httw-wrap p{
        text-align: center;
    }
    
    .htt-cta {
    flex-direction: column;
    }
    
    .hero-wrap .hero-top {
        height: 100vh;
        background-position: 10% 10% !important;
    }
    
    .htt-cta a.main-cta {
        margin-right: 0;
        width: 80%;
        margin-bottom: 30px;
    }

    .htt-cta a.sec-cta {
        margin-bottom: 20px;
        margin-right: 0;
    }
    
    .ht-title .dot-pattern, .mark-dots {
        display: none;
    }
    
    .hero-inner {
        padding-top: 33vh;
    }
    
    .htt-wrap {
        padding-bottom: 23vh;
    }
    
    .video-wrap, .news-wrap {
        flex-direction: column;
    }
    
    .vw-unit, .news-unit {
        width: 100%;
        margin-bottom: 30px;
    }
    
    .home-video {
        padding: 50px 0;
    }
    
    .circuit-unit {
        width: 100%;
    }
    
    .review-unit {
        width: 100%;
        margin-bottom: 40px;
    }
    
    .tki-full{
        height: unset;
    }
    
    .fw-unit i {
        display: none;
    }
    
    .fw-unit{
        width: 100%;
    }
    
    .feat-wrapper {
        flex-wrap: wrap;
    }
    
    .horizon-line {
        top: 36%;
        display: none;
    }
    
    .home-news {
    padding: 100px 0 0;
    }
    
    .fw-unit {
        margin-bottom: 30px;
    }
    
    .footer-col {
        width: 100%;
        margin-bottom: 50px;
    }
    
    .feat-cta a{
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
    
    .feat-cta {
        flex-wrap: wrap;
    }
    
    .feat-cta a.main-cta {
        margin-bottom: 30px;
        margin-right: 0;
    }
    
    .app-container {
        height: auto;
    }
    
    .aside-aff-thaki{
        width: 100%;
        position: absolute;
        z-index: 999;
        height: 100vh;
        transition: all .2s linear;
    }
    
    .app-thaki{
        width: 100%;
    }
    
    .aside-collapsed {
        transform: translateX(-100%);
    }
    
    .app-thumb {
        width: 100%;
        max-width: unset;
    }
    
    .main-app-thaki {
        position: relative;
    }
    
    .app-mobile-ui {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        padding: 25px 0;
        background-color: #ffffff;
        border-top: solid 1px #e0e0e0;
        border-bottom: solid 1px #e0e0e0;
    }
    
    .app-mobile-ui span{
        padding-left: 20px;
    }
    
    .main-app-thaki {
        overflow: unset;
    }
    
    .ttitle-title h1 {
        text-align: center;
    }
    
    .ovc-unit{
        width: 100%;
    }
    
    .etape-col {
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px;
    }
    
    .dots-left, .dot-pattern{
        display: none;
    }
    
    .dbdc-title {
        flex-wrap: wrap;
    }
    
    .dbdt-left, .dbdt-right, .focta-left, .focta-right{
        width: 100%;
    }
    
    .dbdt-left, .focta-left{
        margin-bottom: 20px;
    }
    
    .toogle .dbd-infos {
        height: 650px;
    }
    
    .foot-cta {
        width: 100%;
        flex-wrap: wrap;
    }
    
    .related-wrapper .app-thumb, .image-fullwidth img {
        width: 100%;
    }
    
    .global-top-image, .top-image {
        height: auto;
        min-height: 300px;
    }
    
    .atd-col {
        width: 100%;
        padding: 30px 0;
    }
    
    .ats-l img, .ats-r img{
        margin-bottom: 50px;
    }
    
    .thaki-title h2, .thaki-title h3{
        font-size: 40px;
    }
    
    .evm-l {
        width: 100%;
        margin-bottom: 30px;
    }
    
    .evm-r {
        width: 100%;
    }
    
    .evm-r h2, .evm-r h3{
        text-align: center;
    }
    
    .team-unit {
        width: 100%;
    }
    
    #frame{
        width: 90%;
    }
    
    #frame iframe {
        width: 100%;
        height: 200px;
    }
    
    .overlay .closebtn{
        top: 10px;
        right: 10px;
    }
    
    .page-reviews-title h2{
        font-size: 12px;
    }
    
    .page-reviews-title{
        margin-bottom: 50px;
    }
    
    .owl-dots {
        margin-top: 20px;
    }
    
    .page-reviews-video {
        margin-bottom: 50px;
    }
    
    .revmesu-wrap {
        margin-bottom: 80px;
        padding: 0;
    }
    
    .revmess-top, .revmesst-l{
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .revmesst-l h3{
        line-height: 40px;;
    }
    
    .revmesst-l .star, .revmesst-l h3{
        margin-right: 0;
    }
    
    .page-reviews-verbatim {
        width: 100%;
    }
    
    .page .ttitle-text{
        padding-left: 0;
    }
    
    .info-content h3, .aside-info h3 {
        text-align: center;
        margin-bottom: 20px;
    }
    .section-info-wrap {
        padding: 30px 0;
    }
    .section-info {
        position: relative;
        margin-bottom: 0px;
    }
    
    .form-half{
        width: 100%;
        margin-bottom: 20px;
    }
    
    .form-row {
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    
    .form-verif.form-verif {
        width: 100%;
        margin: 30px 0;
    }
    
    .form-submit {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .appt-link {
        position: initial;
        margin-top: 30px;
    }
    
    .swmunit-4, .swmunit-2 {
        width: 100%;
    }
    
    .mobile{
        position: fixed;
        width: 100%;
        }
    
    .tax-unit:hover, .tax-unit-disabled:hover{
    background-color: #1a4156;
    }
    
    .tax-unit:hover .tax-wrapper, .tax-unit-disabled:hover .tax-wrapper{
    border-bottom: solid 1px #27576f;
    }
    .ttitle-filters ul li {
    width: 100%;
    margin-bottom: 20px;
    }
    .aside-title, .tax-unit, .tax-unit-disabled {
    padding: 20px 20px 0 20px;
    }
    .app-title-wrap {
    border-bottom: solid 1px #27576f;
    padding-bottom: 10px;
    }
    .app-container button {
    font-size: 12px;
    }
    
    .tax-wrapper{
    padding-bottom: 15px;
    }
    
    span.app-meta{
        display: none;
    }
    .tax-icon svg {
    width: 75%;
    }
    
    /* #menu-item-1 .sub-menu{
        display: none;
    } */
    
    .cir-all-device{
        display: none;
    }
    
    .mobile-only{
        display: block;
    }
    .circuit .toogle .dbd-infos {
    height: 650px !important;
    }
    .page-agence .top-image, .page-agence .global-top-image{
    height: auto;
    min-height: 300px;
}
    .dbdt-left h2 {
    line-height: 25px;
}
    .blog .top-title {
    margin-bottom: 0px;
}
    
}


@media screen and (max-width: 400px){
        
        
    .main-contact {
        min-width: 140px;
    }
        
}

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji',
 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1a4256;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s, visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #fff;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 100px;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 100px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar{
    right: 100px;
    top: 100px;
    border-radius: 5px;
    overflow: hidden;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994; 
  background-color: rgba(41, 77, 97, .65);
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; 
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */

.fancybox-toolbar .fancybox-button--zoom{
    display: none !important;
}

.fancybox-button {
  background: rgb(24, 40, 49);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; 
  color: #64aad1;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; 
    background: rgb(24, 40, 49);
    border: 0;
    border-radius: 5px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; 
    background: rgb(24, 40, 49);
    border: 0;
    border-radius: 5px;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs{
    background: #fff;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995;
    padding-top: 70px;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

.image-bg-merci{
    background-image: url(/wp-content/uploads/2018/08/questions-voyage-bolivie.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}


.parallax-mirror{
     z-index: 9 !important;
}

/******** PATCHED ***********/

.ttitle-descript h2 {
    text-align: center;
    max-width: 700px;
    font-family: "Pakenham";
    line-height: 33px;
    color: #939393;
    font-size: 16px;
}

.app-thaki{
    position: relative;
    z-index: 9;
}

.main-app-thaki {
    padding: 5% 0 5% 5%;
    height: calc(100% - 4%);
}

.app-container {
    position: relative;
    z-index: 2;
}

.thaki-app footer {
    position: relative;
    z-index: 1;
}

.term-description{
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    width: 100%;
    margin-bottom: 50px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    margin-right: 20px;
}

.term-wrapper{
    padding: 3em;
}

.ovc-cta-spec{
    width: 70%;
}

.ovc-cta-spec .ovc-left{
    width: 10%;
}


.ovc-cta-spec .ov-info{
    margin-right: 30px;
    display: block;
    margin-bottom: 20px;
}

.page-reviews-verbatim{
z-index: 999;
}

.inner-thanks{
    max-width: 700px;
    background-color: #fff;
    border-radius: 5px;
    padding: 50px;
}

.inner-thanks h1{
    color: #1a4156
}

.inner-thanks h2{
    color: #64aad1;
}

.inner-thanks p{
    margin-bottom: 40px;
}

.no-page-wrap p a{
    background-color: unset;
    border-radius: 3px;
    color: #64aad1;
    padding: 0;
    font-size: 15px;
}

.form-row-third .form-col{
    width: 32%;
}
    

@media screen and (max-width: 980px){
    .ovc-cta-spec .ovc-left {
        width: 25%;
    }

    .ovc-cta-spec {
        width: 50%;
    }

    .ovc-cta-spec .ov-info {
        margin-right: 30px;
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }
}

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

    .form-row-third .form-col{
        width: 100%;
    }

    .ovc-cta-spec .ovc-left {
        width: 25%;
    }
    .ovc-cta-spec {
        width: 100%;
    }

    .ovc-cta-spec .ovc-right {
        width: 100%;
    }

    .ovc-cta-spec .ov-info {
        margin-right: 0;
        margin-bottom: 30px;
        display: block;
    }
    
    .circuit .aside-aff-thaki{
        display: none;
    }
}

.term-wrapper{
    color: #939393;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: "Pakenham";
    line-height: 30px;
}

.term-wrapper h1{
    font-size: 16px;
    margin-bottom: 20px; 
    display: block;
}

.term-wrapper h2{
    font-size: 15px;
    margin: 20px 0; 
    display: block;
    color: #64aad1;
}


@media screen and (max-width: 700px){
   .main-item{
       width: 100%;
       display: block;
   }
   .down-icon{
       display: none;
   }
}


#pop-mobile{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #f9f9f9;
    width: 100%;
    height: calc(100vh - 70px );
    padding-top: 70px;
    display: none;
}

#pop-mobile.popmo-open{
    display: block;
}

#pop-mobile ul{
    list-style-type: none;
} 

#pop-mobile .sub-menu a{
    text-decoration: none;
    border: none;
}

#pop-mobile .sub-menu{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-direction: column;
    height: 80%;
    width: 90%;
    margin: auto;
    padding-top: 5%;
}

#close-pop{
    color: #e66565;
}

#close-pop i{
    margin-right: 10px;
}

#pop-mobile .sub-menu a, 
#pop-mobile .sub-menu li{
    width: 100%;
}


/* ///////////////////////////////////////////////////////////////////////////////////
*
*   Newsletter
*
/////////////////////////////////////////////////////////////////////////////////// */


.nh-open header{
    top: 70px
}

.news-front{
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 9999999;
    background-color: #1a4256;
    width: 100%;
    transition: all .2s linear;
}


.nh-close header{
    top:  0;
}

.nh-close .news-front{
   opacity: 0;
   visibility: hidden;
}

.n-inner, .n-form form,  .fc-form{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
}

.n-form{

}

.fc-form{
    max-width: 700px;
}

.n-close{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 70px;
    max-width: 70px;
    width: 10%;
    background-color: #e16060;
    position: absolute;
    right: 0;
}

.n-close i{
    color: #fff;
    font-size: 25px;
}

.fc-msg{
    width: 320px;
}

.fc-msg p{
    color: #fff; 
    margin-right: 20px;
}

.f-col{
    width: 24%;
    margin-right: 1%;
    display: flex;
}

.f-col input{
    width: 100%; 
    border : none; 
    border-radius: 5px;
    padding: 5px;
}

.f-col button{
    color: #fff;
    background-color: #64aad1;
    border-radius: 5px;
    padding: 5px 30px;
    text-align: center;
    border: none;
    transition: all .2s linear;
    font-family: "Pakenham";
    cursor: pointer;
}

.f-col button:hover{
    background-color: #397ca1;
}

.nh-pop .news-front{
    height: 100vh;
    background-color: rgb(255 255 255 / 70%);
}

.nh-pop .n-inner{
    height: 100vh;
}

.nh-pop .n-close{
    top: 0;
}
.nh-pop .n-form form {
    flex-direction: column;
    text-align: center;
    background-color: #1a4256;
    padding: 50px 30px;
    border-radius: 5px;
}


.nh-pop .fc-form {
    flex-direction: column;
    max-width: 200px;
}

.nh-pop .f-col {
    width: 100%;
    margin-right: 0;
    display: flex;
    margin-bottom: 3%;
}

.nh-pop .f-col input{
    padding: 10px;
}
.nh-pop .f-col button{
    width: 100%; 
    padding: 10px 30px;
}

.nh-pop .f-col {
    width: 100%;
}

.nh-pop .fc-msg p {
    color: #fff;
    margin-right: 0;
    margin-bottom: 30px;
}

.nh-pop .f-col input {
    width: 100%;
    border: none;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}

.nh-pop header{
    top: 0;
}

.news-message-ok{
        position: fixed;
        bottom: 0;
        height: 70px;
        background-color: #8bcd43;
        color: #fff;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        z-index: 99999999999999;
}

.news-message-ok p{
    color: #fff;
    font-size: 20px;
}

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

    .nh-open header{
        top: 0
    }
    .news-front {
        opacity: 0;
        visibility: hidden;
    }

    .nh-pop   .news-front {
        opacity: 1;
        visibility: visible;
    }

    .nh-pop .n-form form{
        padding: 40px 0;
    }
    .nh-pop .news-front {
        height: 100vh;
        background-color: rgb(255 255 255 / 90%);
    }

    .n-close {
        min-width: 70px;
    }

}
