@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
@import "https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700";


body {
    font-family: 'Open Sans', sans-serif;
    background: #DEDEDE;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #000000;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #DEDEDE;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 5px 20px;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul li a, #sidebar ul li p {
    padding: 10px;
    font-size: 0.9em;
    display: block;
    text-align: left;
}

#sidebar ul li a:hover {
    color: #af8554;
    background: #DEDEDE;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

a[data-toggle="collapse"] {
    position: relative;
}

#sidebar ul.menu {
    padding: 20px;
}

#sidebar ul.menu a {
    text-align: left;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

.nav-wrapper{
    position: fixed;
}

a.menu-link {
    background: #DEDEDE;
    color: #000000;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    min-height: 100vh;
    transition: all 0.3s;
    background-color: #f6f6f6;
}

.hotel-thumbnail{
    width: 100%;
}
.hotel-name{
    font-size: 0.9em;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0.5rem;
}
.hotel-star{
    text-align: center;
    color: #af8554;
    font-size: 0.6em;
    margin-bottom: 0;
    vertical-align: super;
}
.hotel-starting-price{
    font-size: 0.9em;
    text-align: center;
    margin-bottom: 0;
}
.hotel-adresse{
    text-align: center;
    margin-bottom: 0;
	font-size: 0.75em;
}
.thumbnail {
    position:relative;
    padding: 15px 0;
}

.full{
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.full img{
    opacity: .5;

}

.bookFull2 {
    border: 1px solid #ffffff;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    line-height: 20px;
    padding: 15px;
    text-align: center;
    width: 70%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}

.caption {
    position:absolute;
    top:-100%;
    right:0;
    background:rgba(250, 250, 250, 0.95);
    width:100%;
    height:100%;
    padding:2%;
    text-align:center;
    z-index:2;
    display: none;
}
.bookNow {
    margin: 15px 0 0 0;
    border: 1px solid #02518a;
    font-size: 1em;
    color: #02518a;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
}
.bookFull {
    margin: 15px 0 0 0;
    border: 1px solid #f30022;
    font-size: 1em;
    color: #f30022;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
}


.thumbnail:hover .caption {
    top:0%;
    display: inline;
}

.hotel{
    margin-bottom: 15px;
}

.caption-title{
    font-size: 1em;
    line-height: 25px;
    padding: 11px 0px;
    border-bottom: solid 1px;
    border-top: solid 1px;
    display: inline-block;
    color: #af8554;
    margin-top: 0.5em;
}

.caption-sub{
	font-size: 1.4em;
    color: #134556;
	font-weight: bold;
	text-align: center;
}

.caption-index{
	font-size: 2em;
	/* background-color: #AF8554; */
	background-color: #0C7C98;
    color: #ffffff;
    /* color: #016DB6; */
	font-weight: bold;
	text-align: center;
}

.caption-rate{
	font-size: 0.8em;
    color: #000000;
}

.caption-room{
	font-size: 0.9em;
    margin: 0;
    background-color: #AF8554;
    display: inline-block;
    padding: 0 5px;
    color: #ffffff;
}

.caption-price{
	font-size: 0.9em;
    margin: 0;
    display: inline-block;
    padding: 0 5px;
    color: #AF8554;
}
.alert {
   font-size: 1.5em;   
}
/* ---------------------------------------------------
    HOTEL
----------------------------------------------------- */

.header{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
    max-height: 350px;
}

.hotel-title{
    /* background: rgba(255, 255, 255, .9); */
    background: rgba(12, 124, 152, .9);
    /* margin: 0 17vh; */
    margin: 0 5vh;
    padding: 5px;
    text-align: center;
	color: #ffffff;
}

.hotel-title h1, .hotel-title p{
    text-align: center;
	color: #ffffff;
    /* margin: 0 17vh; */
    margin: 0 5vh;
}

.hotel-title i{
    margin: 0 2px;
}

.conf-logo{
    background: rgba(12, 124, 152, .9);
    margin: 10px 10px 1Opx 10px;
    padding: 0;
}

.conf-title{
    /* background: rgba(12, 124, 152, .9); */
    /* margin: 2vh 5vh 20vh 5vh; */
	margin-top: 1vh;
  margin-bottom: 25vh;
  margin-right: 5vh;
  margin-left: 5vh;
    padding: 0;
}

.conf-title h1, .conf-title p{
    text-align: center;
    margin: 2vh 5vh 2vh 5vh;
	font-size: 2em;
    /* color: #016DB6; */
    color: #ffffff;
	font-weight: bold;
}

.conf-title h2{
    text-align: center;
    margin: 2vh 5vh 2vh 5vh;
	font-size: 1em;
    /* color: #016DB6; */
    color: #ffffff;
	font-weight: bold;
}
/* #rooms{ */
    /* background-color: white; */
/* } */

.room-table{
    border: 1px solid #af8554;
    margin: 20px 0;
    padding: 25px 15px;
	min-width: 300px !important;
	max-width: 600px !important;
}

.room-table p, .room-table span{
    color: black;
}

 hr{
    border-top: 1px solid #af8554;
}

.btn-room{
    background-color: #af8554;
    color: white;
    border-radius: 0;
    padding: 0.375rem 2.75rem;
}
.table-price{
    float:  right;
}
.table-btn{
    text-align: center;
    margin: 0;
}
.gmap{
    margin-bottom: 20px;
}
.tos{
    font-size: 0.6em;
    margin-bottom: 20px;
	line-height: 0.8em;
}
.tos h6{
    color: #af8554;
}
.tos3{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3em;
    font-weight: 300;
    line-height: 0.8em;
    color: #000000;
}
.tos2{
    font-size: 2em;
    margin-bottom: 20px;
    color: #af8554;
}

.tos4{
    font-size: 1.2em;
    font-weight: bold;
    /* color: #af8554 */
    color: red;
}

/* ---------------------------------------------------
    PAYMENT PAGE
----------------------------------------------------- */
#paiement-form{
    border: solid 1px #af8554;
    background-color: white;
}

#paiement-form hr{
    margin-top: 1px;
}
#paiement-form h4{
	text-align: center;
}
#paiement-form h6{
	font-size: 2.5rem;
	text-align: center;
}
#paiement-form h5{
	font-size: 1.5rem;
}


/* ---------------------------------------------------
    BOOKING FORM
----------------------------------------------------- */
#booking-form{
    border: solid 1px #af8554;
    background-color: white;
}

#booking-form hr{
    margin-top: 1px;
}

#booking-form h4, #booking-form h6{
	text-align: center;
}


.subtitle{
    text-align: center;
    font-size: 0.7em;
}
.booking-hotel-name{
    text-align: center;
}

.english-label{
    width: 100%;
    min-width: 100%;
    margin: 0;
    line-height: 0.9em;
}

.french-label{
    font-size: 0.8em;
}

.col-form-label{
padding-top :  1px;
}
.mandatory-text{
    font-size: 0.5em;
    margin: 0;
}
.mandatory-star{
    color: red;
}

.form-check-date{
    text-align: center;
}

.form-date-english{
color: #676767;
    font-size: 0.8em;
}
.form-date-french{
color: black;
    font-size: 0.7em;
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}

/* ---------------------------------------------------
    SLIDER
----------------------------------------------------- */

.gallery > * {
    box-sizing: border-box;
}

.gallery {
    width: 100%;
    max-width: 500px;
    position: relative;
    margin: auto;
    box-sizing:border-box;

}
.gallery-row {
    display:flex;
    flex-direction: column;
    flex: 1 100%;
    height:100%;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.20);
}

.g_nav-cont {
    min-height:25%;
    width:100%;
    display:flex;
    align-items: center;
}

.g_img-cont {
    flex: 1;
    width:100%;
    display:flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.g_nav {
    height: 100%;
    width: calc(100% - 100px);
    overflow: hidden;
    padding: 7px 0;
    display: flex;
}

.arrow-div {
    height: 100%;
    width: 50px;
    display:flex;
    align-items: center;
    justify-content: center;
    color: #d8d8d8;;
    transition: 0.4s;
    cursor: pointer;
}

.arrow-div > * {
    font-size:40px;

}

.prev:hover {
    transform: translate(-5px,0px);
    color: #0023ff !important;
}

.next:hover {
    transform: translate(5px,0);
    color: #0023ff !important;
}

.g_s-img {
    width: 21%;
    height: 100%;
    margin:1px 2% 2px 2%;
    align-self: center;
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    align-items: center;
    position:relative;
    left:0;
    cursor: pointer;
    opacity: 0.35;
    transition: 0.25s;
}

.g_s-img img {
    width: 100%;
    height:100%;
    object-fit: contain;
}

.g_s-img:hover, .agi {
    opacity: 1;
}

.g_s-img:hover img {
    transform:scale(1.1);
}

.g_b-img {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
}

.g_b-img img {
    width: 100%;
    height: 100%;
    display: flex;
    object-fit: contain;
    position: relative;
}

.g_b-img img.cloned {
    position:absolute;
    top: 0;
    left: 0;
}

.g_f-s {
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255,1);
    display:flex;
    justify-content: center;
    align-items: center;
    position: fixed;
}

.g_f-s div {
    position:relative;
}

.g_f-s-image {
    display:flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height: 100%;
    width: calc(90% - 30px);
}


.g_f-s-image img {
    width: calc(100% - 30px);
    height: 85%;
    object-fit: contain;
    position: relative;
}

.g_f-s-arrow {
    width:calc(10% + 15px);
    height:100%;
    display:flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
}

.g_f-s .g_f-s-arrow > * {
    color: #d8d8d8;
    font-size:3rem;
    transition: 0.3s;
}


.g_f-s-arrow:hover {
    background-color: rgba(50, 50, 50, 0.1);
}

.g_f-s .prev:hover i {
    transform: translate(-5px,0px);
    color: #0023ff;
}

.g_f-s .next:hover i {
    transform: translate(5px,0px);
    color: #0023ff;
}

.g_f-s-hidden {
    display:none;
    position: absolute;
    z-index:9999;
}

.dots {
    position: absolute;
    bottom: 0;
    width:100%;
    height:10%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    margin: 0 4px;
    transition: 0.15s;
    box-shadow: 0px 0px 5px rgb(0,0,0);
    opacity: 0.6;
    cursor: pointer;
}

.dot:hover, .dot-active {
    opacity: 0.9;
    box-shadow: 0px 0px 5px 1px rgb(0,0,0);
}

.big-arrows {
    position: absolute;
    width: 100%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.g_img-cont .big-arrows > * {
    height:100%;
    display: flex;
    align-items: center;
    padding: 15px;
    font-size: 2rem;
    color: rgb(255, 255, 255);
    transition: 0.2s;
    text-shadow: 0px 0px 5px rgb(0,0,0);
    opacity: 0.9;
    cursor: pointer;
}

.g_img-cont .big-arrows > * > * {
    font-size: 3rem;
}

.g_img-cont .big-arrows > *:first-child:hover {
    transform: translate(-5px,0px);
    opacity: 1;
}
.g_img-cont .big-arrows > *:last-child:hover {
    transform: translate(5px,0px);
    opacity: 1;
}

.g_f-s .close-button {
    position: absolute;
    top:0;
    right:0;
    padding: 10px;
    cursor: pointer;
    font-size: 2rem;
}

.g_f-s .close-button > * {
    color: #d8d8d8;
    font-size: 3rem;
    transition: 0.3s;
}

.g_f-s .close-button > *:hover {
    color: #0023ff;
}

