/*[ FONT ]
///////////////////////////////////////////////////////////
*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

@import url('https://fonts.googleapis.com/css?family=Courgette');

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

@import url('https://fonts.googleapis.com/css?family=Noto+Sans');

@font-face {
    font-family: Montserrat-Regular;
    src: url('../fonts/montserrat/Montserrat-Regular.ttf');
}

@font-face {
    font-family: Montserrat-Bold;
    src: url('../fonts/montserrat/Montserrat-Bold.ttf');
}

@font-face {
    font-family: Courgette-Regular;
    src: url('../fonts/courgette/Courgette-Regular.ttf');
}

@font-face {
    font-family: Poppins-Regular;
    src: url('../fonts/poppins/Poppins-Regular.ttf');
}

@font-face {
    font-family: Poppins-Medium;
    src: url('../fonts/poppins/Poppins-Medium.ttf');
}

@font-face {
    font-family: Poppins-Bold;
    src: url('../fonts/poppins/Poppins-Bold.ttf');
}

@font-face {
    font-family: Poppins-Light;
    src: url('../fonts/poppins/Poppins-Light.ttf');
}

@font-face {
    font-family: NotoSans-Regular;
    src: url('../fonts/notosans/NotoSans-Regular.ttf');
}

@font-face {
    font-family: akaDora;
    src: url('../fonts/akaDora.ttf');
}

/*[ RESTYLE TAG ]
///////////////////////////////////////////////////////////
*/
* {
    margin: 0 auto;
    padding: 0px;
    box-sizing: border-box;
}

body,
html {
    height: 100%;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
}

.center {
    margin: 0 auto;
    width: 960px;
}

/* ------------------------------------ */
a {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

a:focus {
    outline: none !important;
}

a:hover {
    text-decoration: none;
    color: #c79a3b;
}

/* ------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

h1.tit3 {
    font-family: akaDora;
    text-transform: none;

}

h6.tit1 {
    font-family: akaDora;
    text-transform: none;

}

p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
}

ul,
li {
    margin: 0px;
    list-style-type: none;
}


/* ---------------------------CONTACT----------------------------------------- */




/* ------------------------------------ */
button {
    outline: none !important;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

iframe {
    border: none !important;
}


/* ------------------------------------ */
.section-booking {
    background-image: url(../img/fondvector.png);
    background-position: center;
    background-size: cover;
}

.vector {
    background-image: url(../img/fondvector.png);
    background-position: top;
    background-size: cover;
}

.container {
    max-width: 1200px;
}

.slick-slide {
    outline: none !important;
}

/*[ LOADDING ]
///////////////////////////////////////////////////////////
*/

.animsition-loading-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cp-spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    box-sizing: border-box;
    position: relative
}

.cp-meter {
    border-radius: 50%;
    border-top: solid 6px #c79a3b;
    border-right: solid 6px #c79a3b;
    border-bottom: solid 6px #c79a3b;
    border-left: solid 6px #c79a3b;
    width: 48px;
    height: 48px;
    display: inline-block;
    box-sizing: border-box
}

.cp-meter:before {
    border-radius: 3px;
    content: " ";
    width: 6px;
    height: 12px;
    display: inline-block;
    box-sizing: border-box;
    background-color: #c79a3b;
    position: absolute;
    top: 5px;
    left: 16px;
    transform-origin: center bottom;
    animation: cp-meter-animate-before 1s linear infinite
}

@keyframes cp-meter-animate-before {
    0% {
        transform: rotate(-45deg)
    }

    100% {
        transform: rotate(315deg)
    }
}

/*[ BOUTON SCROLL]
///////////////////////////////////////////////////////////
*/
.btn-back-to-top {
    display: none;
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 40px;
    right: 40px;
    background-color: black;
    opacity: 0.5;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    border-radius: 4px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.symbol-btn-back-to-top {
    font-size: 22px;
    color: white;
    line-height: 1em;
}

.btn-back-to-top:hover {
    opacity: 1;
    cursor: pointer;
}

@media (max-width: 576px) {
    .btn-back-to-top {
        bottom: 15px;
        right: 15px;
    }
}


/*[ Header ]
///////////////////////////////////////////////////////////
*/

.wrap-menu-header {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    width: 100%;
    height: 120px;
    top: 0;
    left: 0;
    z-index: 100;
    border-top: 5px solid #c79a3b;
}

.wrap_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    background-color: transparent;
    justify-content: space-between;
    align-items: center;
}

.header-fixed .wrap-menu-header {
    position: fixed;
    height: 100px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

/*[ Logo ]
-----------------------------------------------------------
*/
.logo {
    height: 90%;
}

.logo > a {
    display: block;
    height: 100%;

}

.logo > a > img {
    width: auto;
    max-height: 100%;
    vertical-align: middle;
}

/*[ Menu ]
-----------------------------------------------------------
*/
.wrap_menu {
    height: 100%;
}

.menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.main_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_menu li {
    display: block;
    position: relative;
}

.main_menu > li {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.main_menu > li > a {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    color: white;
    padding: 15px;
}

.header-fixed .main_menu > li > a {
    color: #222222;
}

.main_menu > li:hover > a {
    color: #c79a3b;
    text-decoration: none;
   
}


/*[ Social ]
-----------------------------------------------------------
*/
.social a {
    font-size: 20px;
    color: white;
}

.header-fixed .social a {
    color: #222222;
}

.social a:hover {
    color: #c79a3b;
}

.btn-show-sidebar {
    width: 26px;
    height: 15px;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}

.header-fixed .btn-show-sidebar {
    border-top: 2px solid #222222;
    border-bottom: 2px solid #222222;
}

.btn-show-sidebar:hover {
    border-top: 2px solid #c79a3b;
    border-bottom: 2px solid #c79a3b;
}

@media (max-width: 1200px) {
    .main_menu > li {
        margin-left: 4px;
        margin-right: 4px;
    }

    .social {
        padding-right: 0px;
    }

    .logo {
        height: 90%;
    }
}

@media (max-width: 992px) {
    .wrap_menu {
        display: none;
    }

    .wrap_header {
        height: 100px;
    }
}




/*[ Sidebar ]
///////////////////////////////////////////////////////////
*/
.sidebar {
    position: fixed;
    z-index: 1200;
    width: 390px;
    height: 100%;
    overflow: auto;
    background-color: white;
    top: 0;
    right: -390px;
}

@media (max-width: 576px) {
    .sidebar {
        width: 300px;
    }
}

.show-sidebar {
    right: 0px;
}

.btn-hide-sidebar {
    position: absolute;
    font-size: 20px;
    color: #111111;
    padding: 10px;
    top: 20px;
    right: 20px;
}

.overlay-sidebar {
    position: fixed;
    z-index: 1150;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
}

.show-overlay-sidebar {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.65);
}

/* ------------------------------------ */
.item-gallery-sidebar {
    display: block;
    position: relative;
    width: calc((100% - 30px) / 3);
    margin: 5px;
}

.item-gallery-sidebar::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.item-gallery-sidebar:hover:after {
    background-color: rgba(236, 29, 37, 0.7);
}

@media (max-width: 576px) {
    .wrap_header {
        height: 80px;
    }

    .gallery-sidebar {
        padding-left: 20px;
        padding-right: 20px;
    }
}



/*[ Slide1 ]
///////////////////////////////////////////////////////////
*/

/*[ Slick1 ]
-----------------------------------------------------------
*/
.wrap-slick1,
.wrap-slick2,
.wrap-slick3 {
    position: relative;
}

.item-slick1,
.item-slick2,
.item-slick3 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.item-slick1 {
    height: 100vh;
}

.arrow-slick1,
.arrow-slick2,
.arrow-slick3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    font-size: 18px;
    color: white;
    position: absolute;
    background-color: black;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    z-index: 200;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.wrap-slick1:hover .arrow-slick1,
.wrap-slick2:hover .arrow-slick2,
.wrap-slick3:hover .arrow-slick3 {
    opacity: 0.5;
}

.arrow-slick1:hover,
.arrow-slick2:hover,
.arrow-slick3:hover {
    background-color: #c79a3b;
}

.next-slick1,
.next-slick2,
.next-slick3 {
    right: 50px;
    left: auto;
}

.prev-slick1,
.prev-slick2,
.prev-slick3 {
    left: 50px;
    right: auto;
}

@media (max-width: 576px) {
    .next-slick1 {
        right: 15px;
    }

    .prev-slick1 {
        left: 15px;
    }
}

/* -------------Bouton défil en bas du header ----------------------- */
.wrap-slick1-dots {
    position: absolute;
    width: 100%;
    height: 65px;
    left: 0;
    bottom: 0;
}

.slick1-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.slick1-dots li {
    padding-left: 3px;
    padding-right: 3px;
}

.slick1-dots li button {
    display: block;
    color: transparent;
    background-color: #958e88;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid transparent;
    background-clip: padding-box;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}


.slick1-dots li button:hover {
    border: 3px solid white;
    background-color: #c79a3b;
}

.slick1-dots li.slick-active button {
    border: 3px solid white;
    background-color: #c79a3b;
}

/*[ Caption h1 Verr'in & co ]
-----------------------------------------------------------
*/
@media (max-width: 768px) {
    .wrap-content-slide1 .tit1 {
        font-size: 70px;
    }

    .wrap-content-slide1 .txt1 {
        font-size: 60px;
    }
}

@media (max-width: 576px) {
    .wrap-content-slide1 .tit1 {
        font-size: 60px;
    }

    .wrap-content-slide1 .txt1 {
        font-size: 50px;
    }
}


/*[ BOUTON voir la carte header ]
///////////////////////////////////////////////////////////
*/
.btn1 {
    background: white;
    border-radius: 10px;
    color: black;
}

.btn1:hover {
    background-color: black;
    color: #c79a3b;
}

/*[ BOUTON Envoyer contact ]
///////////////////////////////////////////////////////////
*/
.btn3 {
    background: #111111;
    border-radius: 10px;
}

.btn3:hover {
    background-color: #111111;
    color: #c79a3b;
}


/*[ BOUTON Misesen bouche galerie]
///////////////////////////////////////////////////////////
*/
.btn2 {
    background-color: white;
    border-radius: 10px;
    opacity: 0.9;
    width: 50%;
}

.btn2:hover {
    background-color: rgba(0, 0, 0, 0.25);
    color: white;
}




/*[ Intro ]
///////////////////////////////////////////////////////////
*/
.header-intro {
    background-attachment: local;
    background-position: center ;
    background-repeat: no-repeat;
    background-size: cover;
}






/*[ header de la galeire ]
///////////////////////////////////////////////////////////
*/
.bg-title-page {
    width: 100%;
    min-height: 650px;
    padding-left: 15px;
    padding-right: 15px;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover;
}

@media (max-width: 576px) {
    .bg-title-page .tit6 {
        font-size: 30px;
    }
}


/*[ Gallery ]
///////////////////////////////////////////////////////////
*/


/* ------------------------------------ */
.wrap-gallery {
    width: 100%;
    box-sizing: border-box;
}

.item-gallery {
    width: calc((100% - 140px) / 3);
    margin: 30px 15px;
    position: relative;
}

.overlay-item-gallery {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(199, 154, 59, 0.79);
    opacity: 0;
    
}

.overlay-item-gallery:hover {
    opacity: 1;
}

@media (max-width: 768px) {
    .item-gallery {
        width: calc((100% - 110px) / 2);
    }
}

@media (max-width: 576px) {
    .item-gallery {
        width: calc((100% - 30px) / 1);
    }

    .wrap-gallery {
        padding-left: 0;
        padding-right: 0;
    }
}

/*[ Pagination ]
///////////////////////////////////////////////////////////
*/
.item-pagination {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 13px;
    color: #808080;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    margin: 6px;
}

.item-pagination:hover {
    background-color: #333333;
    color: white;
}

.active-pagination {
    background-color: #333333;
    color: white;
}



