/* IMPORT FONTS */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'Now';
    src: url('../fonts/Now-Thin.eot');
    src: url('../fonts/Now-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Now-Thin.woff2') format('woff2'),
        url('../fonts/Now-Thin.woff') format('woff'),
        url('../fonts/Now-Thin.ttf') format('truetype'),
        url('../fonts/Now-Thin.svg#Now-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Now';
    src: url('../fonts/Now-Bold.eot');
    src: url('../fonts/Now-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Now-Bold.woff2') format('woff2'),
        url('../fonts/Now-Bold.woff') format('woff'),
        url('../fonts/Now-Bold.ttf') format('truetype'),
        url('../fonts/Now-Bold.svg#Now-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Now';
    src: url('../fonts/Now-Regular.eot');
    src: url('../fonts/Now-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Now-Regular.woff2') format('woff2'),
        url('../fonts/Now-Regular.woff') format('woff'),
        url('../fonts/Now-Regular.ttf') format('truetype'),
        url('../fonts/Now-Regular.svg#Now-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Now';
    src: url('../fonts/Now-Black.eot');
    src: url('../fonts/Now-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Now-Black.woff2') format('woff2'),
        url('../fonts/Now-Black.woff') format('woff'),
        url('../fonts/Now-Black.ttf') format('truetype'),
        url('../fonts/Now-Black.svg#Now-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Now';
    src: url('../fonts/Now-Medium.eot');
    src: url('../fonts/Now-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Now-Medium.woff2') format('woff2'),
        url('../fonts/Now-Medium.woff') format('woff'),
        url('../fonts/Now-Medium.ttf') format('truetype'),
        url('../fonts/Now-Medium.svg#Now-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Now';
    src: url('../fonts/Now-Light.eot');
    src: url('../fonts/Now-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Now-Light.woff2') format('woff2'),
        url('../fonts/Now-Light.woff') format('woff'),
        url('../fonts/Now-Light.ttf') format('truetype'),
        url('../fonts/Now-Light.svg#Now-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'More Sugar';
    src: url('../fonts/MoreSugarRegular.eot');
    src: url('../fonts/MoreSugarRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MoreSugarRegular.woff2') format('woff2'),
        url('../fonts/MoreSugarRegular.woff') format('woff'),
        url('../fonts/MoreSugarRegular.ttf') format('truetype'),
        url('../fonts/MoreSugarRegular.svg#MoreSugarRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Abramo Script';
    src: url('../fonts/AbramoScript.eot');
    src: url('../fonts/AbramoScript.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AbramoScript.woff2') format('woff2'),
        url('../fonts/AbramoScript.woff') format('woff'),
        url('../fonts/AbramoScript.ttf') format('truetype'),
        url('../fonts/AbramoScript.svg#AbramoScript') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}






:root {
    --black: #2f2f2f;
    --white: #ffffff;
    --f1: "Poppins", sans-serif;
    --f2: "Now", sans-serif;
    --f3: "More Sugar", sans-serif;
    --f4: "Abramo Script", sans-serif;
    --text: normal 16px/24px var(--f1);
    --title: 700 44px/60px var(--f2);
}




/* RESET */
body,
ul,
li,
ol,
form,
h1,
h2,
h3,
h4,
h5,
h6,
div,
span,
p {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

input,
textarea,
select {
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    border-radius: 0;
}

* {
    outline: none !important;
}



ul {
    list-style-type: none;
}

body {
    font: var(--text);
    color: var(--black);
    background: url(../images/bg-body.png)center repeat;
}

body * {
    box-sizing: border-box;
    outline: 0
}

a {
    text-decoration: none;
    outline: none;
    color: var(--text);
}

img {
    border: none;
}

p {
    margin-bottom: 25px
}



/* CLASS */
.clear {
    clear: both;
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block;
}

.clr:after {
    content: '';
    display: table;
    width: 100%;
    clear: both
}

.slick-dots {
    display: flex;
    justify-content: center;
}

.slick-dots button {
    font-size: 0;
    line-height: 0;
    text-indent: -99999;
    width: 16px;
    height: 16px;
    border: 1px solid #6a455e;
    background: transparent;
    border-radius: 50%;
    padding: 0;
}

.container {
    max-width: 1322px;
    padding: 0 40px;
    margin: auto;
}

.slick-dots li {
    margin: 0 11px;
    font-size: 0;
    line-height: 0;
    text-indent: -99999
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.slick-dots li.slick-active button {
    background-color: #6a455e;
}

.title {
    font: var(--title);
}

.before-title {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 35px;
    font-family: var(--f4);
}

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


.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

.align-items-start {
    align-items: flex-start;
}

.align-items-end {
    align-items: flex-end;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-end {
    justify-content: flex-end;
}

.justify-content-start {
    justify-content: flex-start;
}

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

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

.mt-100 {
    margin-top: 100px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-100 {
    margin-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.slick-arrow {
    width: 60px;
    height: 60px;
    background: url(../images/arrow-slide.png)center no-repeat;
    z-index: 50;
    cursor: pointer;
    text-indent: -9999px;
    outline: none;
    border: 1px solid #d6d6d6;
    padding: 0;
    border-radius: 50%;
    transition: all ease-in-out .4s;
}




.slick-prev {
    transform: rotate(180deg);
}


.btn {
    display: inline-flex;
    padding: 18px 33px;
    font: 600 16px/24px var(--f1);
    color: #6a455e;
    background: #ffd320;
    align-items: center;
    border-radius: 30px;
}

.btn span {
    width: 18px;
    height: 11px;
    display: block;
    background: url(../images/arrow-btn.png)center no-repeat;
    margin-left: 30px;
}


/*HEADER*/
.btn-menu {
    display: none;
}

.blc-nav ul {
    display: flex;
    align-items: center;

}

.blc-nav li a {
    color: var(--white);
    font-family: var(--f2);
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    padding: 11px 17px 10px;
    background: transparent;
    border-radius: 20px;
}





.blc-nav li:first-child {
    margin-left: 45px;
}

.nav-home {
    
    background: url(../images/ico-home-brown.png) center no-repeat var(--white);
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
}

.blc-top .ico-search {
    width: 18px;
    height: 18px;
    background: url(../images/ico-search.png)center no-repeat;
    display: block;
    z-index: 5;
    cursor: pointer;
    position: relative;
}

.blc-top .container-search-form {
    margin-left: 20px;
}

.blc-top .search-form {
    position: relative;
    margin-left: 5px
}

.blc-top .search-form .form-control {
    position: absolute;
    width: 0;
    height: 40px;
    background: rgba(0, 0, 0, 0.1);
    top: -12px;
    left: -20px;
    border: none;
    box-shadow: none;
    padding: 0;
    color: var(--white);
    transition: all ease-in-out .4s;
}

.blc-top .search-form.open .form-control {
    width: 275px;
    padding: 10px 15px 8px 43px;

    text-overflow: ellipsis;
}


.blc-top .search-form ::-webkit-input-placeholder {
    opacity: .7;
    color: var(--white);
}

.blc-top .search-form ::-moz-placeholder {
    opacity: .7;
    color: var(--white);
}

.blc-top .search-form ::-ms-input-placeholder {
    opacity: .7;
    color: var(--white);
}

.blc-top .tel {
    color: var(--white);
    font-family: var(--f3);
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    display: block;
    padding-left: 34px;
    background: url(../images/ico-tel.png)left center no-repeat;
}

.blc-top {
    padding: 35px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}


/*SECTION BANNER*/
.sec-banner {
    height: 100vh;
    background-size: cover;
    background-position: center;
    /*padding-top: 186px;*/
    display: flex;
    align-items: center;
    position: relative;
}

.sec-banner:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .35;
    position: absolute;
    top: 0;
    left: 0;
}

.sec-banner .container {
    position: relative;
    z-index: 10;
}

.sec-banner .logo {
    display: inline-block;
    margin-bottom: 25px;
}

.sec-banner .title {
    color: var(--white);
    margin-bottom: 34px;
    margin-top: 34px;
    position: relative;
    top: 90px
}


.sec-banner .text-banner {
    font-family: var(--f3);
    font-size: 24px;
    line-height: 28px;
    color: var(--white);
    top: 70px;
  position: relative;
}


/*SECTION INTRO*/
.sec-intro .title {
    color: #8f7f55;
}


.sec-intro .text{
    padding-top: 80px;
}

.sec-intro p:last-child {
    margin-bottom: 0;
}

.sec-intro p a {
    color: var(--black);
    font-weight: bold;
}

.sec-intro p a:hover {
    color: #ffd320;
}
.sec-intro p {
	text-align: justify !important;
}

.sec-intro .container {
    position: relative;
}


.sec-intro .deco {
    position: absolute;
    right: 40px;
    top: -222px;
}

.title-deco {
    padding-bottom: 55px;
    background: url(../images/deco-title.png)bottom center no-repeat;
    margin-bottom: 60px;
}


/*SECTION CIRCUIT*/
.sec-circuit {
    overflow: hidden;
}

.sec-circuit .container {
    max-width: 1352px;
}

.sec-circuit .title {
    color: #6a455e;
}

.sec-circuit .list .item {
    padding: 0 15px;
}

.sec-circuit .list .img {
    display: block;
    border-radius: 30px;
    position: relative;
    height: 287px
}

.sec-circuit .list .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec-circuit .list .img:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 30px;
    background: linear-gradient(to bottom, rgba(1, 1, 1, 0) 1%, rgba(1, 1, 1, 0.5) 100%);

}


.sec-circuit .list .img:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 30px;
    background: #000;
    opacity: 0;
    transition: all ease-in-out .4s;
}

.sec-circuit .list .img img {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 30px;
}

.sec-circuit .list .img .duration {
    position: absolute;
    right: 30px;
    top: 0;
    background: #ffd320;
    width: 49px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--f2);
    font-size: 16px;
    font-weight: 700;
    color: #6a455e;
    z-index: 5;
    padding-top: 5px
}

.sec-circuit .list .img .duration:after {
    content: '';
    border-left: solid transparent 24px;
    border-right: solid transparent 25px;
    border-top: solid #ffd320 14px;
    bottom: -14px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -24px;
    position: absolute;
    width: 0;
}

.sec-circuit .list .title-item {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 20px 23px;
    color: var(--white);
    text-align: center;
    font-family: var(--f2);
    font-size: 16px;
    font-weight: 700;
    z-index: 5;
    text-transform: uppercase;
}


.sec-circuit .list .item .content {
    padding: 33px 20px 10px;
}

.sec-circuit .title-tarif {
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 7px;
}

.sec-circuit .tarifs span {
    text-transform: uppercase;
}


.sec-circuit .content .remarque-tarif {
    margin: 14px 0 30px;
    font-size: 14px;
    text-transform: uppercase;
    font-style: italic;
}

.sec-circuit .title-point-fort {
    font-size: 16px;
    font-weight: 900;
    color: #c64518;
    margin-bottom: 15px;
    margin-top: 20px
}
.point-fort p {
	text-align: justify !important;
}



.sec-circuit .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -30px;
}

.sec-circuit .slick-prev {
    left: -60px;
}

.sec-circuit .slick-next {
    right: -60px;

}

.sec-circuit .list {
    margin-bottom: 30px;
}


/*SECTION STEP*/
.sec-step .container {
    max-width: 1372px;
}

.sec-step .title {
    color: #0a6888;
}

.sec-step .item {
    width: 20%;
    padding: 0 25px;
}

.sec-step .number {
    width: 61px;
    height: 60px;
    background: url(../images/bg-step.png)center no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-family: var(--f3);
    font-size: 36px;
    margin: 0 auto 25px;

}

.sec-step .icon {
    height: 81px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.sec-step .title-item {
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    font-family: var(--f2);
    font-weight: bold;
    color: #6a455e;
    margin-bottom: 30px;
    min-height: 64px;
}

.sec-step .item p:last-child {
    margin-bottom: 0;
}

/*SECTION MADA*/
.sec-mada {
    position: relative;
}

.sec-mada .container {
    position: relative;
}

.sec-mada .deco {
    position: absolute;
    top: -238px;
    left: 40px;
}


.sec-mada .bg {
    background-color: #8f7f55;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--white);
}

.sec-mada h3 {
    font-size: 24px;
    line-height: 24px;
    font-family: var(--f2);
    font-weight: bold;
    margin-bottom: 24px;
}


.sec-mada .text {
    column-count: 2;
    column-gap: 113px;
    word-spacing: 3px;
    text-align: justify;
}


.sec-mada .blc-btn {
    margin-top: 20px;
}

.sec-mada .logo {
    position: absolute;
    top: 0;
    right: 104px;

}


.sec-mada .item-accordion:not(:first-child) {
    margin-top: 25px;
}




/*SECTION ATOUTS*/
.sec-atouts .container {
    max-width: 1386px;
}

.sec-atouts .item {
    width: 33.33%;
    text-align: center;
    padding: 0 32px;
}

.sec-atouts .title {
    color: #0a6888;
}

.sec-atouts .icon {
    height: 124px;
    margin-bottom: 17px;
}

.sec-atouts .title-item {
    font-size: 24px;
    line-height: 24px;
    font-family: var(--f2);
    font-weight: bold;
    color: #6a455e;
    margin-bottom: 30px;
    min-height: 45px;
}

.sec-atouts .inner p:last-child {
    margin-bottom: 0;
}

.sec-atouts .item {
    margin-bottom: 45px;
}


/*SECTION TOURIST ATTRACTION*/
.sec-tourist-attr {
    padding-top: 40px;
}

.sec-tourist-attr .slide-mobile {
    display: none;
}

.sec-tourist-attr .list {
    margin: 0 -15px;
}

.sec-tourist-attr .blc-title {
    width: 30%;
    padding: 15px 80px 15px 15px;
}

.sec-tourist-attr .blc-title.mobile {
    display: none;
}

.sec-tourist-attr .col-item {
    padding: 15px;
}

.sec-tourist-attr .col-item:nth-child(2),
.sec-tourist-attr .col-item:nth-child(3),
.sec-tourist-attr .col-item:nth-child(5) {
    width: 35%;
}

.sec-tourist-attr .col-item:nth-child(4) {
    width: 65%;
}

.title-sec {
    font-size: 85px;
    line-height: 85px;
    font-family: var(--f2);
    color: #6a455e;
    margin-bottom: 30px;
}

.sec-tourist-attr .item-site {
    position: relative;
    display: block;
}

.sec-tourist-attr .item-site:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #1f141b;
    opacity: .2;
    transition: all ease-in-out .4s;
}

.sec-tourist-attr .col-item:hover .item-site:before {
    opacity: .4;
}

.sec-tourist-attr .title-item {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 37px 30px;
    color: var(--white);
    font-family: var(--f2);
    font-weight: bold;
    text-transform: uppercase;
    z-index: 5;
    font-size: 16px;
}

.sec-tourist-attr .item-site img {
    width: 100%;
    display: block;
    height: 417px;
    object-fit: cover;
}


/*SECTION TESTIMONIAL*/
.sec-testimonial .container {
    position: relative;
}

.sec-testimonial .deco {
    position: absolute;
    right: 40px;
    top: -32px;
}

.sec-testimonial {
    overflow: hidden;
}

.sec-testimonial .title {
    color: #6a455e;
}

.sec-testimonial .item {
    text-align: center;
}

.sec-testimonial .item .inner {
    max-width: 1024px;
    margin: auto;
}

.top-testimonial {
    letter-spacing: .3px;
    margin-bottom: 40px;
}

.bottom-testimonial {
    display: flex;
    justify-content: space-between;
}

.stars {
    display: flex;
}

.stars .star {
    width: 20px;
    height: 20px;
    background: url(../images/star.png)center no-repeat;
    margin-left: 5px;
}

.bottom-testimonial .author {
    font-weight: bold;
}

.sec-testimonial .list {
    position: relative;
}

.sec-testimonial .list .slick-arrow {
    width: 18px;
    height: 11px;
    border: none;
    background: url(../images/arrow.png)right center no-repeat;
    position: absolute;
    top: 40px;

}

.sec-testimonial .list .slick-prev {
    left: 0;
}


.sec-testimonial .list .slick-next {
    right: 0;
}


/*PAGE AGENCE*/
.sec-banner-page {
    height: 480px;
    background-size: cover;
    background-position: center;
    padding-top: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    background-color: #000000;
}


.sec-banner-page:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #271922;
    opacity: .5;
}

.sec-banner-page .title {
    color: var(--white);
    margin-bottom: 35px;
}

.breadcrumb a,
.breadcrumb li {
    color: var(--white);
}

.breadcrumb li {
    font-size: 18px;
    font-family: var(--f2);
}

.breadcrumb li:last-child {
    text-decoration: underline;
}

.breadcrumb li:last-child:after {
    display: none;
}

.breadcrumb ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


.breadcrumb li:after {
    content: '>';
    margin: 0 7px;
}

.sec-banner-page .container {
    position: relative;
    z-index: 5;
}


/*.sec-intro.intro-page .container {
    max-width: 1208px;
}*/

.sec-team .list {
    margin: 0 -15px;
}

.sec-team .title {
    color: #8f7f55;
}

.sec-team {
    padding-bottom: 50px;
}

.sec-team .item {
    padding: 15px;
    width: 25%;
    margin-bottom: 10px;
}


.sec-team .item .img img {
    width: 100%;
    display: block;
    border-radius: 20px;
}

.sec-team .item .img {
    position: relative;
    border-radius: 20px;
}

.sec-team .item .img:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    background: #1f141b;
    opacity: 0;
    transition: all ease-in-out .4s;
}

.sec-team .item .name {
    font-size: 18px;
    font-weight: 900;
    margin: 35px 0 5px;
}

.sec-team .item .post {
    margin-bottom: 15px;
}


.sec-coord {
    background-size: cover;
    background-position: center;
    position: relative;
}

.sec-coord:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #e6e3db;
    opacity: .8;
}

.sec-coord .container {
    position: relative;
    z-index: 5;
}

.sec-coord .title {
    color: #6a455e;
}

.sec-coord .list {
    margin: 0 -15px;
}

.sec-coord .item {
    width: 33.33%;
    padding: 0 15px;
}

.sec-coord .inner {
    height: 100%;
    padding: 129px 20px 35px;
    text-align: center;
    border-radius: 30px;
    color: var(--white);
    position: relative;
    overflow: hidden;
}


.sec-coord .item .inner:before {
    content: '';
    width: 100%;
    height: 181px;
    position: absolute;
    top: -75px;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
}

.sec-coord .item.mail .inner:before {
    background-image: url(../images/picto-mail.png);
}

.sec-coord .item.adr .inner:before {
    background-image: url(../images/picto-adr.png);
}

.sec-coord .item.tel .inner:before {
    background-image: url(../images/picto-whatsapp.png);
}

.sec-coord .item.mail .inner {
    background: #435326;

}

.sec-coord .item.adr .inner {
    background: #6a455e;
}

.sec-coord .item.tel .inner {
    background: #0a6888;
}

.sec-coord .title-item {
    font-family: var(--f3);
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 27px;
}

.sec-coord .content {
    font-size: 18px;
    line-height: 24px;
    font-family: var(--f2);
    font-weight: bold;
}

.sec-coord .container {
    position: relative;
}

.sec-coord .deco {
    position: absolute;
    top: -171px;
    left: 40px;
}


/*PAGE MADAGASCAR*/
.intro-mada .title{
    color: #0a6888;
}

.intro-mada .blc-btn{
    margin-top: 80px;
}

.blc-accordion{
    padding-top: 0;
}
.intro-mada .text-center {
    margin-bottom: 40px;
}


/*.blc-accordion p i{
    font-size: 14px;
}*/



.blc-accordion .title-accordion{
    padding: 20px 0;
    display: flex;
    align-items: center;
    border-bottom:1px solid #ebe9e6;
    cursor: pointer;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}

.blc-accordion .title-accordion.active{
    border-bottom: none;
}


.blc-accordion .icon{
    width:60px;
    height: 60px;
    background: var(--white);
    border:1px solid #ebe9e6;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blc-accordion .title-accordion span{
    width: calc(100% - 60px);
    padding:0 20px 0 30px;
    position: relative;
}



.blc-accordion .title-accordion span:after{
    content: '';
    width: 17px;
    height: 9px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -4px;
    background: url(../images/arrow-accord.png)center no-repeat;

}

.blc-accordion .title-accordion.active span:after{
    transform: rotate(180deg);
}

.blc-accordion .content{
    padding:0 0 34px 90px;
     border-bottom:1px solid #ebe9e6;
     display: none;
}

.blc-accordion .content li{
    padding-left: 15px;
    position: relative;
}

.blc-accordion .content>ul>li:before{
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #6a455e;
    position: absolute;
    left: 0;
    top: 8px;
}

.blc-accordion .content ul{
    margin-bottom: 25px;
}

.blc-accordion .content ul:last-child{
    margin-bottom: 0;
}


.blc-accordion .content>ul>li>ul>li:before{
    content: '-';
    position: absolute;
    left: 0;
    top: 0;
}

/*FOOTER*/
.footer {
    color: var(--white);
}

.footer .logo-foot {
    display: block;
    margin-bottom: 28px;
}

.footer .top-footer {
    background: url(../images/bg-foot.jpg)center;
}

.footer .col-logo,
.footer .col-coord {
    width: 35%;
    padding-right: 45px;
}

.footer .col-coord,
.footer .col-liens-rapides {
    padding-top: 48px;
}

.footer .col-liens-rapides {
    width: 30%;
}

.footer .info-logo {
    line-height: 30px;
}

.title-foot {
    font-size: 30px;
    line-height: 30px;
    font-family: var(--f2);
    font-weight: bold;
    margin-bottom: 35px;
}

.footer .col-coord li {
    padding-left: 33px;
    background-position: left 7px;
    margin-bottom: 3px;
    background-repeat: no-repeat;
    line-height: 30px;
}

.footer .col-coord .adr {
    background-image: url(../images/ico-adr.png);
}

.footer .col-coord .tel {
    background-image: url(../images/ico-whatsapp.png);
}

.footer .col-coord .mail {
    background-image: url(../images/ico-mail.png);
}


.col-liens-rapides li a {
    text-transform: uppercase;
}


.col-liens-rapides li {
    margin-bottom: 8px;
    padding-left: 25px;
    position: relative;
}

.col-liens-rapides li:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #ffd320;
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: 50%;
}

.footer .container {
    position: relative;
}

.footer .blc-rs {
    position: absolute;
    top: -70px;
    right: 40px;
    display: flex;
}

.footer .blc-rs a {
    width: 60px;
    height: 60px;
    background-color: #1f141b;
    border-radius: 50%;
    display: block;
    margin-left: 10px;
    background-position: center;
    background-repeat: no-repeat;
}

.footer .blc-rs .fb {
    background-image: url(../images/ico-fb.png);
}

.footer .blc-rs .insta {
    background-image: url(../images/ico-insta.png);
}

.bottom-footer {
    background: #1f141b;
    padding: 18px 0;
}

.maki {
    padding-left: 28px;
    background: url(../images/maki.png)left center no-repeat;
}

.maki a {
    font-weight: bold;
}


.blc-btn-mobile {
    display: none;
}

.sec-circuit .list.blc-list {
    flex-wrap: row wrap;
}
.sec-circuit .list.blc-list  .item {
    width: 33.33%;
    text-align: left;
    margin-bottom: 40px
}

.pagination {
    display: inline-block;
    width: 100%
}
.pagination ul {
    justify-content: center;
}
.pagination ul li{
    margin: 0 10px;
}
.pagination ul li a {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: #d8d8d8 solid 1px;
    color: #6a455e;
    font-size: 18px;
    font-family: var(--f2);
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.pagination ul li.selected a {
        background-color: #6a455e;
        color: #fff;
        border-color: #6a455e
}
.pagination ul li.prev {
    margin-right: 50px
}
.pagination ul li.next {
    margin-left: 50px
}

.pagination ul li.prev a {
    background:url(../images/next.png) no-repeat center;
    transform: rotate(-180deg);
    opacity: 0.4
}
.pagination ul li.next a {
    background:url(../images/next.png) no-repeat center;
    opacity: 0.4
}

.pagination ul li.prev.disable a, 
.pagination ul li.next.disable a {
    opacity: 1

}



.sec-details .title {
    color: #6a455e;
    font-size: 36px;
    text-transform: uppercase;
    line-height: normal;
}
.blc-details {
    display: flex;
}
.blc-details .blc-img .img {
    border-radius: 20px;
    overflow: hidden;
    max-height: 578px;
    height: 578px
}
.blc-details .blc-img {
    margin-top: 10px;
    margin-bottom: 100px;
    position: relative;
}
.blc-details .blc-img .img  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.blc-details .blc-img .duration {
    position: absolute;
    right: 30px;
    top: 0;
    background: #ffd320;
    width: 100px;
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--f2);
    font-size: 35px;
    font-weight: 700;
    color: #6a455e;
    z-index: 5;
    flex-direction: column;
    padding-top: 15px
}
.blc-details .blc-img .duration span {
    display: block;
    font-size: 18px;
}
.blc-details .blc-img .duration::after {
    content: '';
    border-left: solid transparent 50px;
    border-right: solid transparent 50px;
    border-top: solid #ffd320 27px;
    bottom: -27px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    width: 0;
}

.blc-details .blc-img .blc-tarifs {
    background-color: #ffd320;
    position: absolute;
    right: 0;
    bottom: -80px;
    padding:20px 38px 20px 45px;
    height: 127px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.blc-details .blc-img .blc-tarifs:before {
    content: "";
    background:url(../images/arw-deco.png);
    width: 40px;
    height: 127px;
    position: absolute;
    left: -40px;
    top: 0
}

.blc-details .blc-img .blc-tarifs .title-tarifs {
    font-size: 20px;
    color: #0a6888;
    font-family: var(--f1);
    font-weight: 900
}
.blc-details .blc-img .blc-tarifs  .tarifs li {
    font-size: 18px;
    font-family: var(--f1)
}
.blc-details .blc-img .blc-tarifs .tarifs li span {
    text-transform: uppercase;
}
.blc-details .blc-img .blc-tarifs .tarifs li strong {
    font-family: var(--f3)
}

.deco-arw {
    background:url(../images/arrow-deco3.png);
    width: 118px;
    height: 107px;
    position: absolute;
    bottom: -53px;
    left: 200px
}


.blc-itineraire .col {
  margin-bottom: 60px
}

.blc-itineraire .col h3 {
    color: #6a455e;
    font-size: 48px;
    font-family: var(--f2);
    margin-bottom: 40px
}
.blc-itineraire .col ul li,
.blc-itineraire .col p {
    font-family: var(--f2);
    margin-bottom: 5px
}

.lst-itineraire {
    margin-top: 80px;
}

.lst-itineraire h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    font-family: var(--f2)

}
.lst-itineraire h3 strong {
    color: #6a455e
}

.lst-ico {
    margin: 3px 0 10px;
    display: flex;
    align-items: center;
}
.lst-ico li {
    margin-right:40px ;
    display: flex;
    align-items: center;
}
.lst-ico li strong {
    font-size:18px;
    font-family: var(--f2)
}

.lst-itineraire .item {
    border-bottom: #ccc solid 1px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.lst-itineraire .item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.lst-itineraire .item .inner {
    display: flex;
}


.lst-itineraire .item .inner .img {
    border-radius: 20px;
    overflow: hidden;
    width: 250px;
    height: 200px;
    min-width: 250px;
    margin-bottom: 20px
}
.lst-itineraire .item .inner .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover
}
.lst-itineraire .item .inner .txt {
    padding-left: 25px
}
.lst-itineraire .item .inner .txt p {
    font-family: var(--f2);
    text-align: justify;
}

.lst-itineraire .item .inner ul li {
    font-family: var(--f2)
}






.recherche .title {
    color: #6a455e;
}
.recherche .title em {
    font-style: normal;
    color: var(--black);
    font-weight: 500;
    font-family: var(--f2);
    font-size: 30px
}
.lst-recherche {
    margin-top: 40px;
    margin-bottom: 80px
}

.lst-recherche h3 {
    font-size: 30px;
    margin-bottom: 25px;
    line-height: normal;
    font-family: var(--f2);
}
.lst-recherche h3 em {
    background-color: #ffd320;
    padding: 0 5px
}
.lst-recherche p em {
     background-color: #ffd320;
    padding: 0 5px
}

.lst-recherche .item {
    margin-bottom: 40px
}

.lst-recherche .inner {
    display: flex;
}
.lst-recherche .inner .img {
    border-radius: 20px;
    overflow: hidden;
    width: 320px;
    min-width: 320px;
    display: block;
}
.lst-recherche .inner .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-position: cover
}
.lst-recherche .inner .texte {
    width: calc(100% - 320px);
    padding-left: 40px
 }

 .blc-formulaire {
    padding-top: 62px;
    display: flex;
}

.blc-chp .form-control {
    border: #cccccc solid 1px;
    height: 60px;
    padding: 10px 30px;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    color: #999999;
    font-family: var(--f2);
    font-size: 16px
}
 .blc-formulaire .blc-chp  {
    margin-bottom: 30px
 }

 .blc-chp textarea.form-control {
    height: 290px
 }

 .blc-formulaire .info {
    color: #999999;
    font-size: 14px;
    margin-bottom: 60px;
    font-style: italic;
    font-family: var(--f2);
    text-align: left;
    margin-top: -20px;
}
  .blc-formulaire .info span {
    font-size: 30px;
    font-family: var(--f2);
    position: relative;
    top: 7px;
    padding-right: 3px
}

 .btn-submit {
    background:url(../images/arrow.png) no-repeat calc(100% - 24px) center;
    background-color: #ffd320;
    padding: 10px 60px 10px 30px;
    border-radius: 30px;
    border:none;
    color:#6a455e;
    font-family: var(--f1);
    font-weight: 600;
    cursor: pointer;
    height: 60px
 }

 .blc-formulaire .blc-btn {
    text-align: right;
    margin-top: 54px;
}
.blc-formulaire .blc-btn {
    text-align: right;
    margin-top: 54px;
    display: flex;
    justify-content: end;
}

.blc-formulaire .blc-left {
    width: calc(100% - 380px);
    padding-left: 80px;
    position: relative;
}
.blc-formulaire .blc-left:after {
    content: "";
    border-right: #ccc solid 1px;
    position: absolute;
    left: 40px;
    top: 0;
    height: calc(100% - 120px);

}

.blc-formulaire .blc-right {
    width: 380px;
}
.blc-formulaire .blc-right .img {
    border: #cccccc solid 1px;
    border-radius: 20px;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 5px
}
.blc-formulaire .blc-right .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-position: cover
}

.blc-details .blc-right {
    width: calc(100% - 300px);
    padding-left: 40px;
    position: relative;
}
.blc-details .blc-right:before {
    content: "";
    border-left: #ccc solid 1px;
    position: absolute;
    left: 18px;
    top: 72px;
    height: calc(100% - 68px)
}

.blc-details .blc-left {
    width: 300px;
    margin-top: 57px;
}

.blc-details .blc-left .carte {
    margin-bottom: 60px
}
.blc-details .blc-left .carte img {
    width: 100%;
}

.blc-itineraire {
    position: sticky;
    top: 20px;
}
.lst-point li {
    position: relative;
    padding-left: 26px;
    font-family: var(--f2);
    margin-bottom: 5px
}
.lst-point li:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ffd320;
    position: absolute;
    left: 0;
    top: 6px;
}

.blc-inclus {
    padding-top: 100px;
    display: flex;
    gap: 78px;
}


.blc-inclus h3 {
    font-size: 48px;
    color: #6a455e;
    font-family: var(--f2);
    line-height: normal;
    margin-bottom: 30px
}
.blc-inclus .col {
    border-top: #ccc solid 1px;
    width: 50%;
    padding-top: 40px;
    position: relative;
}

.blc-inclus .col .ico {
    position: absolute;
    top: -43px;
    right: 60px
}

.blc-link  {
    margin-top: 40px;
    text-align: center;
}

.blc-link .link { 
    text-align: center;
    color: #0a6888;
    font-size: 30px;
    font-family: var(--f2);
    text-decoration: underline;
    line-height: normal;
 }

 .sec-mentions h2 {
    margin-bottom: 12px;
}

 .sec-mentions ul li {
    position: relative;
    padding-left: 26px;
 }
 .sec-mentions ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ffd320;
    position: absolute;
    left: 0;
    top: 6px;
}
 .sec-mentions ul {
    margin-bottom: 40px
 }

 .sec-mentions ul, .sec-mentions ol, .sec-mentions p {
 	text-align: justify;

 }
 .nav-home.active {
    background: url(../images/ico-home.png)center no-repeat #6a455e;
}
.sec-mentions h3 {
    margin-bottom: 10px;
}

.wpcf7-spinner {
    display: none !important;
}
.blc-accordion .content ul li ul {
    padding-bottom: 15px;
}

.search-form.open .form-control {
    background-color: #6a455e;
    border-radius: 25px;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    font-family: var(--f2);
    min-width: 230px;
}
#pp-carte {
    padding: 20px;
}

#pp-carte .img {
    width: 100%;
    max-height:700px
}
#pp-carte .img img {
    width: 100%;
    object-fit: cover;
    height: 100%
}

.coming-soon {
    background:url(../images/Manambato136.jpg) no-repeat center;
    background-size: cover;
    height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    padding: 40px;
    box-sizing: border-box;
}
.coming-soon .content {
    width: auto;
    background: rgba(255, 255, 255, 0.85);
    text-align: center;
    padding: 40px 40px 10px;
    width: 450px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.coming-soon .content img {
    margin-bottom: 20px;
    width: 200px
}
.coming-soon .content p {
    font-size: 16px;
    line-height: normal;
    font-family: var(--f1);
    margin-bottom: 0
}
.coming-soon .content span {
    font-weight: bold
}
.coming-soon .content .mail {
    color: #2f2f2f;
    font-family: var(--f2)
}

.coming-soon .content .mail:hover {
    color: #0a6888
}

.coming-soon .content .tel {
    color: #0a6888;
    font-family: var(--f2)
}
.coming-soon .content .tel:hover{
    color: #2f2f2f
}







@media (min-width:1200px) {

    body a,
    input,
    a,
    .btn,
    .btn span,
    .nav-home,
    .slick-arrow {
        -webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
    }

    .slick-arrow:hover {
        background: url(../images/arrow-slide-white.png)center no-repeat #6a455e;
        border-color: #6a455e;
    }

    .footer a:hover,
    .blc-top .tel:hover {
        color: #edc320;
    }

    .footer .blc-rs a:hover {
        background-color: #edc320;
    }

    .footer .blc-rs .fb:hover {
        background-image: url(../images/ico-fb-black.png);
    }

    .footer .blc-rs .insta:hover {
        background-image: url(../images/ico-insta-black.png);
    }

    .btn:hover span {
        background: url(../images/arrow-btn-yellow.png) center no-repeat;
    }

    .btn:hover {
        color: #edc320;
        background: #6a455e;
    }

    .nav-home:hover {
       /* background: url(../images/ico-home-brown.png) center no-repeat var(--white);*/
        background: url(../images/ico-home.png)center no-repeat #6a455e;
    }

    .sec-testimonial .list .slick-arrow:hover {
        background: url(../images/arrow-yellow.png) right center no-repeat;
    }

    .blc-nav li a:hover,
    .blc-nav li.current-menu-item a{
        background: #6a455e;
    }


    .sec-circuit .list .item:hover .img:after {
        opacity: .2;
    }

    .sec-coord a.content:hover {
        color: #edc320;
    }

    .breadcrumb a:hover {
        color: #edc320;
    }

    .sec-team .item:hover .img:before {
        opacity: .2;
    }
    .pagination ul li a:hover {
        background-color: #6a455e;
        color: #fff;
        border-color: #6a455e
    }
    .pagination ul li.prev a:hover {
        background-color: #fff;
        border-color: #d8d8d8;
        opacity: 1
        
       
    }
    .pagination ul li.next a:hover {
        background-color: #fff;
        border-color: #d8d8d8;
        opacity: 1
        
    }
     .btn-submit:hover {
        background-image: url(../images/arrow-btn-white.png);
        background-color: #6a455e;
        color: #fff
     }
     .blc-link .link:hover {
        color: #6a455e
     }

}



@media (max-width:1200px) {

    .blc-nav,
    .nav-home {
        display: none;
    }

    .btn-menu {
        display: block;
        width: 40px;
        height: 40px;
        background: #6a455e;
        z-index: 100;
        border-radius: 0;
        position: relative;
    }

    .btn-menu>div {
        width: 19px;
        height: 1px;
        background: var(--white);
        position: absolute;
        top: 50%;
        margin-top: -1px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .btn-menu>div:before {
        content: '';
        width: 100%;
        height: 1px;
        background: var(--white);
        position: absolute;
        top: -6px;
    }

    .btn-menu>div:after {
        content: '';
        width: 100%;
        height: 1px;
        background: var(--white);
        position: absolute;
        top: 6px;
    }


    .btn-menu.active>div {
        height: 0;
    }

    .btn-menu.active>div:before {
        transform: rotate(-45deg);
        top: 0;
        transition: transform ease-in-out 0.4s;
    }

    .btn-menu.active>div:after {
        transform: rotate(45deg);
        top: 0px;
        transition: transform ease-in-out 0.4s;
    }

    .btn-menu span {
        color: var(--white);
        font-family: var(--f2);
        font-weight: bold;
        position: absolute;
        right: -53px;
        top: 10px;
    }

    .blc-top .container-search-form {
        margin-left: 75px;
    }

    .sec-intro .deco,
    .sec-mada .deco,
    .sec-testimonial .deco,
    .sec-coord .deco{
        display: none;
    }

    .sec-circuit .list {
        padding-bottom: 60px;
    }


    .sec-circuit .slick-prev,
    .sec-circuit .slick-next {
        top: inherit;
        bottom: 0;
        margin: 0;
    }

    .sec-circuit .slick-prev {
        left: calc(50% - 70px);
    }

    .sec-circuit .slick-next {
        left: calc(50% + 10px);
    }

    .sec-step .slick-arrow {
        position: absolute;
        top: 92px;
    }

    .sec-step .slick-prev {
        left: 0;
    }

    .sec-step .slick-next {
        right: 0;
    }

    .sec-mada .text {
        column-gap: 50px;
    }

    .title-sec {
        font-size: 55px;
        line-height: 60px;
    }

    .sec-tourist-attr .blc-title {
        padding-right: 20px;
    }


    .blc-top .blc-nav {
        display: none;
        position: absolute;
        top: 95px;
        width: 100%;
        background: var(--white);
        z-index: 9999;
        left: 0;
        padding: 0;
        -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.22);
        -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.22);
        box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.22);
        max-width: 100%;
    }


    .blc-nav>ul>li>a,
    .main-header.sticky .blc-nav>ul>li>a {
        color: #6a455e;
        padding: 10px 40px;
        text-align: left;
        width: 100%;
        display: block;
    }

    .blc-nav>ul {
        display: block;
    }

    .blc-nav>ul>li {
        margin: 0;
        border-bottom: 1px solid #6a455e26;
    }

    .blc-nav>ul>li:last-child {
        border: none;
    }

    .blc-nav ul>li.menu-item-has-children>a::after {
        background: url(../images/arrow-dropdown-black.svg) center no-repeat;
        right: 15px;
        top: 16px;
        content: '';
        width: 14px;
        height: 9px;
        position: absolute;
        margin-top: 0;
        opacity: 1;
    }

    .blc-nav .sub-menu {
        position: static;
        width: 100%;
        margin: 0;
        opacity: 1;
        visibility: visible;
        background: var(--white);
        transform: translate(0, 0);
        display: none;
        padding: 0;
        box-shadow: none;
        border: none;
    }

    .blc-nav .sub-menu a {
        padding: 5px 15px;
        border: none;
        font-size: 14px;
        text-transform: inherit;
        color: var(--black);
    }

    .blc-nav ul>li.menu-item-has-children.active>a::after {
        transform: rotate(180deg);
    }

    .blc-nav li:first-child {
        margin-left: 0;
    }

    .blc-details .blc-left {
        width: 300px
    }
    .blc-details .blc-right {
        width: calc(100% - 300px);
    }
    .lst-itineraire .item .inner .img {
        width: 250px;
        height: 200px;
        min-width: 250px;
    }
    .deco-arw {
        left:40px;
    }




}

@media (max-width:991px) {
    .pt-100 {
        padding-top: 60px;
    }

    .pb-100 {
        padding-bottom: 60px;
    }


    .pb-60 {
        padding-bottom: 60px;
    }

    :root {
        --title: 700 30px / 35px var(--f2);
    }

    .sec-mada h3 {
        font-size: 20px;
    }

    .sec-atouts .icon {
        display: flex;
        justify-content: center;
    }

    .sec-atouts .slick-arrow {
        position: absolute;
        top: 40px;
    }

    .sec-atouts .slick-prev {
        left: 0;
    }

    .sec-atouts .slick-next {
        right: 0;
    }

    .sec-tourist-attr .slick-dots {
        justify-content: center;
        width: 100%;
        margin-top: 25px;
        flex-wrap: wrap;
    }

    .sec-tourist-attr .slick-dots li {
        margin: 10px;
    }

    .bottom-testimonial {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .sec-tourist-attr .blc-title.mobile {
        display: block;
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .sec-tourist-attr .blc-title:not(.mobile) {
        display: none;
    }

    .title-sec br {
        display: none;
    }

    .sec-tourist-attr .item-site img {
        height: 320px;
    }

    .bottom-testimonial .author {
        margin-bottom: 45px;
    }


    .sec-testimonial .list .slick-arrow {
        top: inherit;
        bottom: 5px;
    }

    .footer .col-logo,
    .footer .col-coord {
        width: 100%;
    }

    .footer .blc-rs {
        position: static;
        width: 100%;
        margin-top: 25px;
    }

    .footer .blc-rs .fb {
        margin-left: 0;
    }

    .sec-step,
    .sec-atouts,
    .sec-tourist-attr,
    .sec-testimonial {
        overflow: hidden;
    }

    .sec-tourist-attr .slide-desk {
        display: none;
    }

    .sec-tourist-attr .slide-mobile {
        display: block;
    }

    .sec-tourist-attr .list {
        margin: 0;
    }

    .sec-team .slick-dots{
        width: 100%;
    }
    .sec-coord .item{
        width: 50%;
        margin-bottom: 30px;
    }

    .sec-coord .item:last-child{
        margin-bottom: 0;
    }

    .blc-accordion{
        padding-top: 20px;
    }
    .intro-mada .blc-btn{
        margin-top: 60px;
    }
    .sec-intro .text{
        padding-top: 60px;
    }
    .sec-circuit .list.blc-list .item {
        width: 50%;
    }

    .blc-formulaire .blc-right {
        width: 300px;
    }
    .blc-formulaire .blc-left {
        width: calc(100% - 300px);
    }
    .blc-formulaire .blc-right .img.img2 {
        margin-bottom: 0;
    }

    .blc-details .blc-left {
        width: 100%;
        margin-top: 0;
    }
    .blc-details .blc-right {
        width: 100%;
        padding-left: 0;
        margin-bottom: 20px
    }
    .blc-details {
        flex-direction: column-reverse;
    }
    
     .blc-details .blc-right:before {
        display: none
     }
     .blc-details .blc-left .carte {
        margin-bottom: 40px;
    }
    .blc-inclus .col .ico {
        right: 10px;
    }
    .blc-inclus h3 {
        margin-bottom: 10px;
        font-size: 40px
    }
    .blc-inclus {
        gap: 40px;
    }






}

@media (max-width:767px) {

      .sec-circuit .list.blc-list .item {
        width: 100%;
    }

    .pagination ul li.next {
        margin-left: 30px;
    }
    .pagination ul li.prev {
        margin-right: 30px;
    }


    .container {
        padding: 0 20px;
    }

    .blc-top .tel {
        font-size: 0;
        padding: 0;
        width: 20px;
        height: 20px;
    }

    .sec-banner .logo img {
        width: 180px;
    }

    .sec-banner .title {
        font-size: 24px;
        margin-bottom: 10px;
        margin-top: 10px
    }

    .sec-banner .text-banner {
        font-size: 16px;
        line-height: 24px;
        top: 0
    }

    .sec-banner .logo {
        margin-bottom: 10px;
    }

    .sec-banner {
        height: auto;
        padding-top: 50px;
        padding-bottom: 30px;
        min-height: 320px;
    }

    .blc-top {
        padding: 20px 0;
    }

    .pt-100 {
        padding-top: 50px;
    }

    .pb-100 {
        padding-bottom: 50px;
    }

    .before-title {
        margin-bottom: 20px;
    }

    .title-deco {
        padding-bottom: 45px;
        margin-bottom: 45px;
    }

    .sec-circuit .list .item {
        padding: 0;
    }


    .sec-step .item {
        padding: 0;
    }

    .sec-step .slick-prev {
        left: 60px;
    }

    .sec-step .slick-next {
        right: 60px;
    }

    .sec-step .title-item {
        min-height: inherit;
    }

    .sec-mada .text {
        column-count: 1;
    }

    .sec-mada h3 {
        text-decoration: underline;
        padding-right: 25px;
        position: relative;
    }

    .sec-mada h3:after {
        content: '';
        width: 17px;
        height: 10px;
        position: absolute;
        top: 8px;
        right: 0;
        background: url(../images/arrow-down.png) center no-repeat;
    }

    .sec-mada .content {
        display: none;
        transition: all 0.3s ease;
    }

    .sec-mada .logo {
        display: none;
    }

    .sec-mada .item-accordion.active h3:after {
        transform: rotate(180deg);
    }

    .sec-mada .blc-btn {
        margin-top: 0;
    }

    .sec-atouts .title-item {
        min-height: inherit;
    }

    .sec-atouts .item {
        margin-bottom: 0;
    }

    .title-sec {
        font-size: 48px;
    }

    .sec-testimonial .list .slick-prev {
        left: 20px;
    }

    .sec-testimonial .list .slick-next {
        right: 20px;
    }

    .footer .col-liens-rapides {
        display: none;
    }

    .footer .col-coord {
        padding-top: 35px;
        padding-right: 0;
    }

    .footer .logo-foot img {
        max-width: 250px;
        width: 100%;
    }

    .footer .col-logo {
        padding: 0;
    }

    .blc-btn-mobile {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 25px;
    }

    .btn-mob {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 264px;
        padding: 18px 30px;
        background: #ffd320;
        border-radius: 30px;
        color: #6a455e;
        font-size: 16px;
        font-weight: bold;
    }

    .btn-mob:first-child {
        margin-bottom: 20px;
    }

    .btn-mob span {
        display: flex;
        align-items: center;
        margin-right: 18px;
    }

    .btn-mob span img {
        margin-right: 10px;
    }

    .footer .col-coord .tel,
    .footer .col-coord .mail {
        display: none;
    }

    .footer .blc-rs {
        display: flex;
        justify-content: center;
    }

    .footer .container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .maki {
        margin-top: 5px;
    }

    .blc-top .blc-nav {
        top: 60px;
    }

    .blc-nav>ul>li>a,
    .main-header.sticky .blc-nav>ul>li>a {
        padding: 10px 20px;
    }

    .title-foot {
        margin-bottom: 25px;
    }

    body {
        background: var(--white);
    }

    .sec-testimonial {
        padding-top: 40px;
    }

    .sec-coord .item{
        width: 100%;
    }

    .sec-banner-page {
        height: 300px;
    }
    .sec-coord .title-item{
        font-size: 25px;
    }

    .blc-accordion .icon{
        width: 45px;
        height: 45px;
    }
    .blc-accordion .icon img{
        transform: scale(.7);
    }

    .blc-accordion .title-accordion span {
    width: calc(100% - 45px);
    padding-left: 20px;
    }
    .blc-accordion .title-accordion{
        font-size: 18px;
    }
    .blc-accordion .content {
        padding-left: 65px;
    }
    .intro-mada .blc-btn {
        margin-top: 50px;
    }
     .sec-intro .text{
        padding-top: 50px;
    }
    .sec-circuit .list.blc-list {
        padding-bottom: 0;
    }

    .lst-recherche h3 {
        font-size: 20px;
    }
    .lst-recherche .inner {

        flex-direction: column;
    }

    .lst-recherche .inner .img {
        width: 100%;
        min-width: inherit;
        display: block;
        margin-bottom: 20px;
    }
    .lst-recherche .inner .texte {
        width: 100%;
        padding-left: 0;
    }
    .lst-recherche {
        margin-top: 20px;
    }
    .lst-recherche .item {
        margin-bottom: 20px;
    }
    .lst-recherche {
        margin-bottom: 20px
    }
    .blc-formulaire{
        flex-direction: column-reverse;
        padding-top: 40px;
    }
    .blc-formulaire .blc-right {
        width: 100%;
    }
    .blc-formulaire .blc-left {
        width: 100%;
        padding-left: 0;
        margin-bottom: 40px
    }
    .blc-formulaire .blc-left:after {
        display: none
    }
    .blc-formulaire .blc-btn {
        margin-top: 25px;
    }
    .blc-formulaire .info {
        margin-bottom: 30px
    }
    

    .deco-arw {
        left: 40px
    }
    .lst-itineraire {
        margin-top: 40px;
    }
    .blc-details .blc-img {
        margin-bottom: 100px;
    }
    .lst-itineraire .item .inner .img {
        width: 250px;
        height: 200px;
        min-width: 250px;
    }
    .lst-itineraire .item .inner .txt {
        padding-left: 20px;
    }
    .blc-inclus h3 {
        font-size: 35px;
    }
    .blc-inclus {
        padding-top: 80px;
    }
    .blc-inclus .col .ico {
        width: 60px;
        height: 70px;
        top: -33px
    }
      .blc-inclus .col .ico img {
        width: 100%;
        height: 100%;
        object-position: cover
      }
      .sec-banner-page .title {
        margin-bottom: 0
      }
      .sec-banner-page {
        padding-top: 0
      }
      .blc-details .blc-img .img {
        height: 400px
      }
      .sec-banner .title {
        top: 0
      }
     
  
}

@media (max-width:600px) { 
    .pagination ul li.prev {
        margin-right: 20px;
    }
    .pagination ul li.next {
        margin-left: 20px;
    }
    .pagination ul li {
        margin: 0 5px;
    }
    .pagination ul li a {
        width: 50px;
        height: 50px;
        
    }
    .sec-details .title {
        font-size: 30px
    }
    .lst-itineraire h3 {
        font-size: 25px;
    }
    .lst-itineraire .item .inner {
        flex-direction: column;
    }
    .lst-itineraire .item .inner .img {
        width: 100%;
        height: auto;
        min-width: inherit;
    }
    .lst-itineraire .item .inner .txt {
        padding-left: 0;
        padding-top: 15px;
    }
    .lst-itineraire .item {
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .blc-details .blc-right {
        margin-bottom: 20px;
    }
    .blc-itineraire .col h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .blc-itineraire .col {
        margin-bottom: 30px;
    }
    .blc-inclus .col {
        width: 100%;
    
    }
    .blc-inclus {
        flex-direction: column;
    }

    .blc-inclus {
        padding-top: 60px;
    }
    .deco-arw {
        display: none
    }
    .blc-details .blc-img .blc-tarifs {
        position: static;
        padding: 20px;
        height: auto;
        margin-top: 10px
    }
    .blc-details .blc-img .blc-tarifs::before { 
        display: none

    }
    .lst-itineraire {
        margin-top: 40px;
    }
    .blc-details .blc-img {
        margin-bottom: 0;
        margin-top: 20px
    }
    
    .blc-top .search-form.open .form-control {
        width: 100px;
        min-width: 170px;
    }
    .sec-banner .logo {
        margin-bottom: 0;
    }
    .coming-soon .content img {
        max-width: 150px;
        margin-bottom: 10px
    }
    .coming-soon .content {
        width: auto;
        padding: 20px;
        height: auto;
    }
    .coming-soon .content p{
        font-size: 16px;
        margin-bottom: 0
    }
    .coming-soon {
        padding: 20px
    }
        


}

@media (max-width:479px) {
    .sec-step .slick-prev {
        left: 20px;
    }

    .sec-step .slick-next {
        right: 20px;
    }

    .blc-top .search-form .form-control {
        left: -10px;
    }
    .pagination ul li a {
        width: 40px;
        height: 40px;
    }
    .pagination ul li {
        margin: 0 2px;
    }
    .pagination ul li.prev {
        margin-right: 10px;
    }
    .pagination ul li.next {
        margin-left: 10px;
    }
    .copyright {
    	display: block;
    	text-align: center;
    }


        
}

@media (max-width:340px) {
    .blc-top .search-form.open .form-control {
        width: 150px;
    }

}