/*!
Theme Name: lovesuite
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lovesuite
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

lovesuite is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*font-family: 'Dancing Script', cursive;
font-family: 'Lato', sans-serif;
font-family: 'Montserrat', sans-serif;*/


/**General_styles_tags_starts**/

::-webkit-scrollbar{width:8px;height:5px; }
::-webkit-scrollbar-track{ background:#f1f1f1;}
::-webkit-scrollbar-thumb{background:#c0c0c0; border-radius:0;}
::-moz-scrollbar{width:8px;height:5px; }
::-moz-scrollbar-track{ background:#333;}
::-moz-scrollbar-thumb{background:#c0c0c0; border-radius:10px;}
::-webkit-selection{ background:#c0c0c0; color:#fff;}
::selection{ background:#c0c0c0; color:#fff;}
::-moz-selection{ background:#c0c0c0; color:#fff;}


body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #666666;
}

a{
    color: #e55982;
}

h1, h2, h3, h4, h5, h6 {
  color: #1f265c;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
  margin-bottom: 15px;
}

@media (min-width: 1260px) {
.container{
    max-width: 1240px !important;
}
}

@media (min-width: 1600px) {
.container{
    max-width: 1500px !important;
}
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

a{
    text-decoration: none;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}
a:hover{
     text-decoration: none;
}
p {
  color: #000000;
  opacity: 70%;
  line-height: 25px;
  margin: 0 0 15px;
  padding: 0;
  text-transform: none;
  font-weight: 400;
  font-size: 16px;  
  font-family: 'Lato', sans-serif;
}

.modal-dialog{
    max-width: 85% !important;
}

/**:root{
    --b-a-width:{10vw;}
    --b-a-md-width:{15vw;}
    --b-a-sm-width:{20vw;}
}**/

/**General_styles_tags_ends**/


/**header_banner_section_starts**/

.header_banner_section{
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0px;
    left: 0px;
}
.header_banner_section .banner{
    margin: 0;
    padding: 290px 0;
    width: 100%;
    height: 737px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
    background-color: #000000;
}

.carousel-wrap.Bannerslider .owl-carousel .owl-item{
     height: 737px;
     opacity: .75;
}
.header_banner_section .banner::before{
    /*background: #e55982;*/
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    opacity: 30%;
    display: none;
}
.header_banner_section .banner .banner_text{
    margin: 0;
    padding: 0; 
    position: relative;
    z-index: 9;
}
.header_banner_section .banner .banner_text h5{
    padding-bottom: 0;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 5px;
    color: #fff;
    font-weight: 500;
}
.header_banner_section .banner .banner_text h1{
    padding-bottom: 40px;
    font-size: 58px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
}
.banner_text_part{
    position: absolute;
    /*top: -191px;*/

}
.header_banner_section .banner .search_box{
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 9;
}
.header_banner_section .banner .search_box .input-group{
    margin: 0 auto;
    padding: 0;
    /*width: 1000px;*/
    height: auto;
}

.header_banner_section .banner .search_box .form-control{
    border-radius: 0px;
}


.header_banner_section .banner .search_box .input-group .form-outline{
    margin: 0;
    padding: 0;
}
.header_banner_section .banner .search_box .input-group .form-outline .form-control{
    margin: 0;
    padding: 15px 25px;
    border-radius: 0;
}
.header_banner_section .banner .search_box .input-group .form-outline input{
    color: #2c2c2c !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    background: #fff;
    border: none;
}
.header_banner_section .banner .search_box .input-group .form-outline input:focus{
    outline: 0;
    box-shadow: none;
}

.header_banner_section .banner .search_box .input-group .form-outline::placeholder{
    color: #2c2c2c;
    opacity: 70%;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
}
.header_banner_section .banner .search_box .input-group .btn-primary{
    background: #e55982;
    border-color: #e55982;
    border-radius: 0;
    padding: 0 18px;
    width: 70px;
}
.header_banner_section .banner .search_box .input-group .btn-primary:focus{
    outline: 0;
    box-shadow: none;
}
.header_banner_section .banner .search_box .input-group .btn-primary img{
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: auto;
}
.header_banner_section .banner .category_section{
    margin: 0 auto;
    padding: 20px 0;
    width: 1000px;
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: center;
}
.header_banner_section .banner .category_section li{
    margin: 0;
    padding: 0;
    list-style: none;
}
.header_banner_section .banner .category_section li a{
    margin: 0;
    padding: 0 0 0 65px;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #fff;
    transition: .25s;
    position: relative;
}
.header_banner_section .banner .category_section li a:hover{
    color: #FFFFFF;
    transition: .25s;
    text-decoration: underline;
}
.header_banner_section .banner .category_section li:first-child a::before{
    width: 24px;
    height: 25px;
    position: absolute;
    top: -8px;
    left: 32px;
    content: "";
    background-image: url(images/Jacuzzi.png);
    transition: .25s;
}
.header_banner_section .banner .category_section li:nth-child(2) a::before{
    width: 18px;
    height: 21px;
    position: absolute;
    top: -5px;
    left: 38px;
    content: "";
    background-image: url(images/Piscine.png);
    transition: .25s;
}
.header_banner_section .banner .category_section li:nth-child(3) a::before{
    width: 23px;
    height: 23px;
    position: absolute;
    top: -5px;
    left: 35px;
    content: "";
    background-image: url(images/Insolite.png);
    transition: .25s;
}
.header_banner_section .banner .category_section li:nth-child(4) a::before{
    width: 26px;
    height: 23px;
    position: absolute;
    top: -6px;
    left: 31px;
    content: "";
    background-image: url(images/Peti.png);
    transition: .25s;
}
.header_banner_section .banner .category_section li:last-child a::before{
    width: 23px;
    height: 23px;
    position: absolute;
    top: -6px;
    left: 35px;
    content: "";
    background-image: url(images/Diner.png);
    transition: .25s;
}

/*.header_banner_section .banner .category_section li:first-child a:hover::before{
    background-image: url(images/Jacuzzi_HVR.png);
    transition: .25s;
}
.header_banner_section .banner .category_section li:nth-child(2) a:hover::before{
    background-image: url(images/Piscine_hvr.png);
    transition: .25s;
}
.header_banner_section .banner .category_section li:nth-child(3) a:hover::before{
    background-image: url(images/Insolite_hvr.png);
    transition: .25s;
}
.header_banner_section .banner .category_section li:nth-child(4) a:hover::before{
    background-image: url(images/Peti_hvr.png);
    transition: .25s;
}
.header_banner_section .banner .category_section li:last-child a:hover::before{
    background-image: url(images/Diner_hvr.png);
    transition: .25s;
}*/

/**header_banner_section_starts**/

.carousel-wrap.Bannerslider{
    height: 737px;
}

/**nav_section_part_starts**/

.nav_section_part{
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: transparent;
    z-index: 999;
    transition: .25s;
}

.nav_section_part.sticky{
    background-color: #FFFFFF;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}



.nav_section_part{
    margin: 0;
    padding: 50px 0;
    width: 100%;
    height: auto;
     transition: .25s;
}
.nav_section_part.sticky{
    padding: 0px;
     transition: .25s;
}
.nav_section_part .portion .logo_part{
    margin: 0;
    padding: 0;
    width: 168px;
    height: 72px;
     transition: .25s;
}
.nav_section_part .logo_part a{
    display: block;
}

.nav_section_part .logo_part img{
    max-width: 100%;
    height: auto;
}
.nav_section_part .header_nav_section{
    margin: 0;
    padding: 0;
    z-index: 9;
}
.nav_section_part .header_nav_section .navbar-nav{
    margin: 0;
    padding: 30px 0;
}
.nav_section_part .header_nav_section .navbar-nav .nav-item{
    list-style: none;
    margin: 0;
    padding: 0 20px 0 20px;
}
.nav_section_part .header_nav_section .navbar-nav .nav-item.active .nav-link{
    color: #000;
}
.nav_section_part .header_nav_section .navbar-nav .nav-item.active a::before{
    width: 100%;
    height: 1px;
    position: absolute;
    top: 100%;
    left: 0;
    bottom: 0;
    content: "";
    background-color: #000;
    z-index: 1;
    transition: .25s;
}
.nav_section_part .header_nav_section .navbar-nav .nav-item .nav-link{
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Lato', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 15px;
    position: relative;
    padding-bottom: 0px;
    transition: .25s;
}
.nav_section_part .header_nav_section .navbar-nav .nav-item .nav-link:hover{
    color: #FFF;
    transition: .25s;
}
.nav_section_part  .header_nav_section .navbar-nav .nav-item a::before{
    width: 0%;
    height: 1px;
    position: absolute;
    top: 100%;
    left: 0;
    bottom: -5px;
    content: "";
    background-color: #FFF;
    z-index: 1;
    transition: .25s;
}
.header_nav_section .navbar-nav .nav-item a:hover::before{
    width: 100%;
}

.nav_section_part .header_nav_section .navbar-brand{
    width: 180px;
    display: block;
    height: 72px;
}

.nav_section_part.sticky .navbar-brand{
    background-image: url(images/footer_logo.svg);
     width: 100px;
    height: 72px;
    background-size: 100px;
    background-position: left center;
    background-repeat: no-repeat; 
}
.nav_section_part.sticky .navbar-brand a{
     width: 100px;
    height: 72px;
}
.nav_section_part.sticky .navbar-brand img{
    display: none;
}
.nav_section_part.sticky .header_nav_section .navbar-nav .nav-item .nav-link{
    color: #000;
}

.nav_section_part.sticky  .header_nav_section .navbar-nav{
        padding-bottom: 22px;
        padding-top:22px;
}

.nav_section_part.sticky .smenu{
    top: 13px;
}

.nav_section_part.sticky .smenu span, .nav_section_part.sticky .smenu span:before, .nav_section_part.sticky .smenu span:after{
    background-color: #000;
}

.Loginlink{
    font-size: 14px;
    color: #ffffff;
    position: static;
    right: 0px;
    top: 0px;
    z-index: 9;
    background: #e55982;
    border-radius: 20px;
    padding: 8px 20px;
    margin-left: 30px;
    transition: .25s;
    border: 1px #FFF solid;
}

.Loginlink:hover{
    background-color: #ffffff;
    color: #2c2c2c;
    text-decoration: none;
}

.nav_section_part.sticky .Loginlink{
    top: 15px;
    border: 0px;
}

.home .Loginlink{
    border: 0px;
}


.Boutiquelink{
    font-size: 14px;
    color: #ffffff;
    position: static;
    right: 0px;
    top: 0px;
    z-index: 9;
    background: #000000;
    border-radius: 20px;
    padding: 8px 20px;
    margin-left: 5px;
    transition: .25s;
}

.Boutiquelink:hover{
    background-color: #e55982;
    color: #FFFFFF;
    text-decoration: none;
}

.nav_section_part.sticky .Boutiquelink{
    top: 15px;
    background-color: #000000;
    color: #FFFFFF;
}

.Boutiquelink i{
    margin-right: 7px;
}





.logo_img{
    z-index: 9;
}
.sticky_social_icons{
    position: fixed;
    right: 0;
    top: 300px;
    margin: 0;
    padding: 0;
    z-index: 9;
}
.sticky_social_icons ul{
    margin: 0;
    padding: 0;
}
.sticky_social_icons ul li{
    margin: 0;
    padding: 3px 0;
    list-style: none;
    position: relative;
    right: -73%;
    transition: .25s;
    
}
.sticky_social_icons ul li:hover{
    right: 0;
    transition: .25s;
}
.sticky_social_icons ul li:first-child{
    background: #000000;
    border-radius: 50px 0 0 50px;
    padding: 15px 0;
    margin-bottom: 15px;
}
.sticky_social_icons ul li:nth-child(2){
    background: #e55982;
    border-radius: 50px 0 0 50px;
    padding: 15px 0;
    margin-bottom: 15px;
}
.sticky_social_icons ul li:last-child{
    background: #000000;
    border-radius: 50px 0 0 50px;
    padding: 15px 0;
}
 .sticky_social_icons ul li a{
    margin: 0;
    padding: 15px 30px 15px 25px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    letter-spacing: 3px;
}
.sticky_social_icons ul li a img{
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: auto;
    position: relative;
    top: -2px;
}
.sticky_social_icons ul li a span{
    margin: 0;
    padding: 0 0 0 15px;
}

/**nav_section_part_ends**/

/**our_concept_section_starts**/

.our_concept_section{
    margin: 0;
    padding-top: 75px;
}
.our_concept_section .text_part{
    margin: 0 0 70px 0;
    padding: 0;
    width: 100%;
    height: auto;
    text-align: center;
}
.our_concept_section .text_part h2{
    margin: 0;
    padding: 0;
    font-size: 35px;
    font-style: italic;
    font-weight: 600;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}
.our_concept_section .text_part h2::before{
    margin: 0;
    width: 80px;
    height: 2px;
    background: #e55982;
    content: "";
    position: absolute;
    bottom: -18px;
    left: 47%;
}
.our_concept_section .text_part .para{
    margin: 0 auto;
    width: 90%;
    padding: 30px 0 0 0;
    height: auto;
    max-width: 960px;
}
.our_concept_section .text_part .para p{
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    opacity: 70%;
}
.our_concept_section .owl-carousel .owl-stage-outer{
    padding-top: 30px;
    padding-bottom: 30px;
}
/*.our_concept_section .carousel-wrap .owl-nav{
    display: none;
}*/

.our_concept_section .owl-carousel .owl-nav button.owl-next, .our_concept_section .owl-carousel .owl-nav button.owl-prev{
    color: #000;
    font-size: 60px;
}

.our_concept_section .owl-carousel .owl-nav{
    position: absolute;
    bottom: 50%;
    width: 100%;
    margin-bottom: -25px;
}

.our_concept_section .concept_box::after, .our_concept_section .concept_box::before{
    display: none;
}


.our_concept_section .carousel-wrap .owl-dots{
    display: none;
}
.our_concept_section .concept_box{
    margin: 0 15px;
    padding: 35px 9px;
    width: auto;
    text-align: center;
    height: auto;
    box-shadow: 0 0 30px rgb(3 4 57 / 7%);
    position: relative;
}
.our_concept_section .concept_box::before{
    position: absolute;
    top: -15px;
    left: -2px;
    content: "";
    width: 200px;
    border-bottom: 15px solid #e55982;
    border-right: 20px solid transparent;
}
.our_concept_section .concept_box::after{
    position: absolute;
    top: -15px;
    left: -15px;
    content: "";
    width: auto;
    height: 265px;
    border-right: 15px solid #e55982;
    border-bottom: 20px solid transparent;
}
.our_concept_section .concept_box img{
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    height: auto;
    width: auto;
}
.our_concept_section .concept_box h4{
    margin: 0;
    padding: 42px 0 0 0;
    font-size: 22px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    position: relative;
}
.our_concept_section .concept_box h4::before{
    position: absolute;
    left: 37%;
    bottom: -15px;
    width: 80px;
    height: 2px;
    background: #000000;
    content: "";
}
.our_concept_section .concept_box h4::after{
    position: absolute;
    top: -3px;
    left: 0;
    content: "01";
    font-family: 'Lato', sans-serif;
    color: #e55982;
    opacity: 10%;
    font-size: 100px;
    width: 100%;
    height: 100%;
}
.our_concept_section .box_two h4::after{
    position: absolute;
    top: -3px;
    left: 0;
    content: "02";
    font-family: 'Lato', sans-serif;
    color: #e55982;
    opacity: 10%;
    font-size: 100px;
    width: 100%;
    height: 100%;
}
.our_concept_section .box_three h4::after{
    position: absolute;
    top: -3px;
    left: 0;
    content: "03";
    font-family: 'Lato', sans-serif;
    color: #e55982;
    opacity: 10%;
    font-size: 100px;
    width: 100%;
    height: 100%;
}
.our_concept_section .box_four h4::after{
    position: absolute;
    top: -3px;
    left: 0;
    content: "04";
    font-family: 'Lato', sans-serif;
    color: #e55982;
    opacity: 10%;
    font-size: 100px;
    width: 100%;
    height: 100%;
}
.our_concept_section .concept_box p{
    margin: 0;
    padding: 25px 0 0 0;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 25px;
}

/**our_concept_section_ends**/


/**love_section_starts**/

.love_section{
    margin: 0;
    padding: 55px 0 65px 0;
}
.love_section .text_part{
    margin: 0 0 35px 0;
    padding: 0;
    width: 100%;
    height: auto;
    text-align: center;
}
.love_section .text_part h2{
    margin: 0;
    padding: 0;
    font-size: 35px;
    font-style: italic;
    font-weight: 600;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}
.love_section .text_part h2::before{
    margin: 0;
    width: 80px;
    height: 2px;
    background: #e55982;
    content: "";
    position: absolute;
    bottom: -18px;
    left: 47%;
}
.love_section .text_part h3{
    margin: 0;
    padding: 30px 0 0 0;
    font-size: 25px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
}
.love_section .portion{
    margin: 0;
    padding: 45px 0 0 0;
    width: auto;
    height: auto;
}
.love_section .rooms_box{
   /* margin-right: 10px;
    margin-left: 10px;*/
    padding: 0;
    width: 100%;
    /*float: left;*/
    background: #e6ecf1;
    box-shadow: 0 0 30px rgb(3 4 57 / 3%);  
    display: block;  
    transition: .25s;
    margin: 30px;
}

.love_section .rooms_box:hover{
    transform: scale(1.1 ,1.1);
}


.love_section .rooms_box_Picture{
position: relative;
    height: 325px;
    background-position: center center;
    background-size: cover;
}
.love_section .rooms_box .rooms_box_Picture img{
   /* margin: 0;
    padding: 0;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);*/
}

.love_section .rooms_box .box_content{
    margin: 0 14px;
    padding: 0 15px;
    width: auto;
    background: #ffffff;
    text-align: center;
    position: relative;
    top: -15px;
    padding-bottom: 40px;
}
.love_section .rooms_box .box_content h3{
    margin: 0;
    padding: 0;
    position: relative;
    top: -20px;
}
.love_section .rooms_box .box_content h3 .btn-link{
    margin: 0;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    font-style: italic;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    background: #e55982;
}
.love_section .rooms_box .box_content h3 .btn-link span{
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 500;
}
.love_section .rooms_box .box_content h4{
    margin: 0;
    padding-top: 15px;
    font-size: 24px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.love_section .rooms_box .box_content h5{
    margin: 0;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
}
.love_section .rooms_box .box_content p{
    margin: 0;
    padding-top: 0px;
    padding-bottom:0px;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Lato', sans-serif;
    color: #000000;
    opacity: 70%;
    min-height: 75px;
    display: -webkit-box;
        -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 20px;
}
.love_section .btm_rooms{
    margin-top: 72px;
    padding: ;
    width: auto;
    text-align: center;
}
.love_section .btm_rooms a{
    margin: 0;
    padding: 12px 30px;
    text-decoration: none;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    background-color: #e55982;
    font-family: 'Dancing Script', cursive;
}

/**love_section_ends**/


/**love_suite_section_starts**/

.love_suite_section{
    margin: 0;
    padding: 70px 0;
    width: auto;
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fa85a8;
    position: relative;
}
.love_suite_section::before{
    width: 100%;
    height: 100%;
    background-color: #fa85a8;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    opacity: 70%;
}
.love_suite_section .text_part{
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    text-align: center;
}
.love_suite_section .text_part h2{
    margin: 0;
    padding: 0;
    font-size: 35px;
    font-style: italic;
    font-weight: 600;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}
.love_suite_section .text_part h2::before{
    margin: 0;
    width: 80px;
    height: 2px;
    background: #e55982;
    content: "";
    position: absolute;
    bottom: -18px;
    left: 47%;
}
.love_suite_section .portion{
    margin-top: 65px;
    padding: 0;
}
.love_suite_section .portion .love_suite_box{
    margin: 0;
    padding: 25px 25px 30px 25px;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    transition: .25s;
}
.love_suite_section .portion .love_suite_box::before{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(0,0,0,0.5);
}

.love_suite_section .portion .love_suite_box:hover{
    transform: scale(1.1,1.1);
}



.love_suite_section .portion .love_suite_box h4{
    margin: 0;
    padding: 12px 0 105px 0;
    position: relative;
    left: -25px;
}
.love_suite_section .portion .love_suite_box h4 span{
    margin: 0;
    padding: 12px 18px 12px 15px;
    text-transform: lowercase;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    background: rgba(229, 89, 130,0.7);
    border-radius: 0 50px 50px 0;
}
.love_suite_section .portion .love_suite_box img{
    margin: 0;
    padding: 0 0 15px 0;
    max-width: 100%;
    height: auto;
    position: relative;
}
}
.love_suite_section .portion .love_suite_box .map_icon_section{
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}
.love_suite_section .portion .love_suite_box .map_icon_section img{
    margin: 5px 0 0 0;
    padding: 0;
    float: left;
    max-width: 100%;
    height: auto;
    position: relative;
}
.love_suite_section .portion .love_suite_box .map_icon_section h2{
    margin: 0;
    padding: 0;
    font-size: 25px;
    font-family: 'Montserrat', sans-serif;
    color: #fffefe;
    font-weight: 600;
    position: relative;
    margin-left: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.love_suite_section .portion .love_suite_box p{
    margin: 20px 0 0;
    padding: 0px 0 0px 0;
    line-height: 25px;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    position: relative;
    opacity: 9;
    display: -webkit-box;
    -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 54px;
  margin-bottom: 15px;
}
.love_suite_section .portion .love_suite_box .btn-link{
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    position: relative;
    font-weight: 500;
    color: #fff;
}

.love_suite_section .portion .love_suite_box .btn-link img{
    padding: 0px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.starrating{
    width: 90px;
    height: auto;
    display: none;
}

/**love_suite_section_ends**/


/**map_section_starts**/

.map_section{
    margin: 0;
    padding: 70px 0;
}

.map_section .text_part{
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    text-align: center;
}
.map_section .text_part h2{
    margin: 0;
    padding: 0;
    font-size: 35px;
    font-style: italic;
    font-weight: 600;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}
.map_section .text_part h2::before{
    margin: 0;
    width: 80px;
    height: 2px;
    background: #e55982;
    content: "";
    position: absolute;
    bottom: -18px;
    left: 48%;
} 
.map_section .text_part h3{
    margin: 0;
    padding: 35px 0 0 0;
    font-family: 'Dancing Script', cursive;
    color: #000000;
    font-size: 30px;
    width: auto;
    text-align: center;
    font-weight: bold;
}
.map_section .map_img{
    margin-top: 45px;
    padding: 0;
    max-width: 100%;
    height: auto;
    position: relative;
}
.map_section .map_img img{
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: 700px;
}
.map_section iframe{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 700px;
}



.map_section .map_img::before{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 70%;
    content: "";
    width: 100%;
    height: 100%;
}

/**map_section_ends**/


/**blog_section_starts**/

.blog_section{
    margin: 0;
    padding: 60px 0 65px 0;
}
.blog_section .text_part{
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    text-align: center;
}
.blog_section .text_part h2{
    margin: 0;
    padding: 0;
    font-size: 35px;
    font-style: italic;
    font-weight: 600;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}
.blog_section .text_part h2::before{
    margin: 0;
    width: 80px;
    height: 2px;
    background: #e55982;
    content: "";
    position: absolute;
    bottom: -18px;
    left: 47%;
}
.blog_section .text_part h3{
    margin: 0;
    padding: 30px 0 0 0;
    font-size: 25px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
}
.blog_section .portion{
    margin: 0;
    padding: 45px 0 0 0;
    width: auto;
    height: auto;
}
.blog_section .portion .rooms_box{
    margin: 20px;
    padding: 0;
    background: #ffffff;
    box-shadow: 0 0 30px rgb(3 4 57 / 7%);
    padding-bottom: 20px;
    transition: .25s;
    display: block;
}
/*.blog_section .portion .rooms_box img{
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: auto;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateY(0) translateX(-50%);
    -webkit-transform: translateY(0) translateX(-50%);
}*/
.blog_section .portion .rooms_box .box_content{
    margin: 0 14px;
    padding-bottom: 25px;
    width: auto;
    background: #ffffff;
    text-align: center;
    position: relative;
    top: 0;
}
.blog_section .portion .rooms_box .box_content{
    margin: 0;
    padding: 0;
    position: relative;
   
}
.blog_section .portion .rooms_box .box_content .blogdate{
    margin: 0 auto;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    background: #e55982;
    position: relative;
    top: -20px;
    width: 150px;
    text-transform: capitalize;
}
.blog_section .portion .rooms_box .box_content .blogdate span{
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 500;
}
.blog_section .portion .rooms_box .box_content h4{
    margin: 0;
    padding-top: 15px;
    font-size: 24px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.blog_section .portion .rooms_box .box_content h5{
    margin: 0;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
}
.blog_section .portion .rooms_box .box_content p{
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Lato', sans-serif;
    color: #000000;
    opacity: 70%;
}
.blog_section .portion .rooms_box .box_content .btn-link{
    margin: 0 auto;
    padding: 0;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #000000;
    display: block;
    padding: 5px 15px;
}
.blog_section .portion .rooms_box .box_content .btn-link img{
   /* margin: 0;
    padding: 0;
    max-width: 100%;
    width: auto;
    height: auto;
    position: relative;
    top: -18px;
    left: 90%;*/
    display: inline-block;
    vertical-align: middle;
    width: 15px;
}

.blog_section .portion .rooms_box:hover {
    transform: scale(1.1,1.1);
}



.blog_section .portion .carousel-wrap .owl-nav{display: none;}
.blog_section .portion .carousel-wrap .owl-dots{display: none;}

/**blog_section_ends**/

/**footer_section_starts**/

.footer_section{
    margin: 0;
    padding: 70px 0 30px 0;
    width: auto;
    height: auto;
}
.footer_section .portion{
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}
.footer_section .portion .footer_box{
    width: auto;
    height: auto;
}
.footer_section .portion .footer_box img.f-logo{
    margin: 0;
    padding: 0;
    max-width: 170px;
    height: auto;
}
.footer_section .portion .footer_box p{
    margin: 0;
    padding: 15px 0 45px 0;
    color: #151515;
    opacity: 80%;
    font-size: 16px;
    line-height: 25px;
}
.footer_section .portion .footer_box .footer_icon{
    margin: 0;
    padding: 0;
}
.footer_section .portion .footer_box .footer_icon li{
    margin-right: 8px;
    padding: 0;
    list-style: none;
    float: left;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    border: 1px solid #f5c0cf;
}
.footer_section .portion .footer_box .footer_icon li a{
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 100%;
    text-align: center;
}
.footer_section .portion .footer_box .footer_icon li:first-child a{
    position: relative;
}
.footer_section .portion .footer_box .footer_icon li:nth-child(2) a{
    position: relative;
}
.footer_section .portion .footer_box .footer_icon li:last-child a{
    position: relative;
}

/**.footer_section .portion .footer_box .footer_icon li:first-child a::before{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-image: url(images/tweeter_footer.png);
    width: 17px;
    height: 14px;
}
.footer_section .portion .footer_box .footer_icon li:nth-child(2) a::before{
    position: absolute;
    top: 0;
    left: 25px;
    content: "";
    background-image: url(images/facebook_icon_footer.png);
    width: 10px;
    height: 18px;
}
.footer_section .portion .footer_box .footer_icon li:last-child a::before{
    position: absolute;
    top: 0;
    left: 45px;
    content: "";
    background-image: url(images/instagram_footer.png);
    width: 16px;
    height: 17px;
}**/

.footer_section .portion .footer_box h3{
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #151515;
    margin: 0;
    padding-bottom: 15px;
    font-weight: 600;
}
.footer_section .portion .footer_box .footer_heading{
    margin: 0;
    padding: 0;
}
.footer_section .portion .footer_box .footer_heading li{
    margin: 0;
    padding: 0;
    list-style: none;
    width: auto;
}
.footer_section .portion .footer_box .footer_heading li a{
    text-decoration: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    color: #000000;
}
.footer_section .portion .footer_box .footer_heading li{
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    color: #000000;
    opacity: 80%;
    padding-bottom: 8px;
}
.footer_section .portion .footer_box .footer_address li{
    position: relative;
    padding-left: 38px;
    min-height: 50px;
}
.footer_section .portion .footer_box .footer_address li:nth-child(2){
    padding-bottom: 15px;
}
.footer_section .portion .footer_box .footer_address li:first-child::before{
    position: absolute;
    top: 5px;
    left: 0;
    background-image: url(images/map_footer.png);
    content: "";
    width: 18px;
    height: 26px;
}
.footer_section .portion .footer_box .footer_address li:nth-child(2)::before{
   
     position: absolute;
    top: 5px;
    left: 0;
    background-image: url(images/call_hvr.png);
    content: "";
    width: 20px;
    height: 20px;
}
.footer_section .portion .footer_box .footer_address li:last-child::before{
    position: absolute;
    top: 5px;
    left: 0;
    background-image: url(images/mail_hvr.png);
    content: "";
    width: 20px;
    height: 15px;
}

/**footer_section_ends**/


/**inner_banner_section_starts**/
.inner_banner_section{
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    height: 180px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #e55982;
    background-image: none !important;
}

.single.single-room .inner_banner_section{
    background-color: #e55982;
}



.inner_banner_section::before{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(0,0,0,0.6);
    display: none;
}

.single.single-room .inner_banner_section::before{
    display: none;
}


.inner_banner_section .inner_banner_text{
    position: relative;
    margin: 0;
    padding: 135px 0 0 0;
    text-align: center;
    display: none;
}
.breadcrumbcontainer{
   display: none; 
}
.inner_banner_section .inner_banner_text h1{
    color: #ffffff;
    font-weight: 600;
    font-size: 45px;
    margin: 0;
    padding: 0;
    font-style: italic;
    font-family: 'Montserrat', sans-serif;
    display: none;
}

.nav_section_part_inner_page .portion .header_nav_section .navbar-nav .nav-item.active .nav-link{
    color: #e55982;
}
.nav_section_part_inner_page .portion .header_nav_section .navbar-nav .nav-item.active a::before{
    background-color: #e55982;
}
.nav_section_part_inner_page .portion .header_nav_section .navbar-nav .nav-item .nav-link:hover{
    color: #e55982;
}
.nav_section_part_inner_page .portion .header_nav_section .navbar-nav .nav-item a::before{
    background-color: #e55982;
}

.breadcrumb_section{
    margin: 0;
    padding: 0;
}
.breadcrumb_section .breadcrumb{
    margin: 0;
    padding: 25px 0 22px 0;
    background: transparent;
    border-bottom: 1px solid #e0e0e0;
}
.breadcrumb_section .breadcrumb li{
    margin: 0;
    padding: 0 35px 0 0;
    list-style: none;
    float: left;
    color: #7c7c7c;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}
.breadcrumb_section .breadcrumb li a{
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    position: relative;
}
.breadcrumb_section .breadcrumb li a::before{
    position: absolute;
    top: -3px;
    right: -24px;
    content: "/\00a0";
    color: #000000;
}
/**inner_banner_section_ends**/


/**love_suite_section_inner_starts**/
.love_suite_inner_section .portion .trouver_part{
    margin: 0 0 30px 0;
    padding: 0;
    margin-top: 30px;
}
.love_suite_inner_section .portion .trouver_part h3{
    margin: 0;
    padding: 0 0 15px 0;
    font-size: 25px;
    color: #000000;
    font-weight: 500;
    position: relative;
}
.love_suite_inner_section .portion .trouver_part h3::before{
    width: 55px;
    height: 3px;
    background: #e55982;
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
}
.love_suite_inner_section .portion .trouver_part .option_part{
    margin: 0;
    padding: 0;
}
.love_suite_inner_section .portion .trouver_part .option_part .form-group{
    margin: 0;
    padding: 25px 0 18px 0;
}
.love_suite_inner_section .portion .trouver_part .option_part .form-group label{
    color: #000000;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
}
.love_suite_inner_section .btm_blog{
    width: 100%;
    text-align: center;
}
.love_suite_inner_section .btm_blog button{
    margin: 0;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 500;    
    background: #000000;
    letter-spacing: 1px;
    transition: .25s;
    position: relative;
    display: block;
    cursor: pointer;
    border: 0px;
    width: 100%;
}
.love_suite_inner_section .btm_blog button span{
    position: relative;
    z-index: 2;
    font-size: 18px;
}
.love_suite_inner_section .btm_blog button:hover{
    transition: .25s;
}
.love_suite_inner_section .btm_blog button::before{
    width: 0%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    bottom: 0;
    z-index: 1;
    background: #e55982;
    transition: .25s;
}
.love_suite_inner_section .btm_blog button:hover::before{
     width: 100%;
}

.love_suite_inner_section .portion .trouver_part .option_part .form-group .form-control{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #bdc3c7;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 0;
}

.love_suite_inner_section .portion .ville_part{
    margin: 0;
    padding: 30px 0;
    border-bottom: 1px solid #e0e0e0;
}
.love_suite_inner_section .portion .ville_part h3{
    margin: 0 0 25px 0;
    padding: 0 0 15px 0;
    font-size: 25px;
    color: #000000;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
}
.love_suite_inner_section .portion .ville_part h3::before{
    width: 55px;
    height: 3px;
    background: #e55982;
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
}
.love_suite_inner_section .portion .ville_part .check_part{
    margin: 0;
    padding: 0;
}
.love_suite_inner_section .portion .ville_part .check_part .form-group{
    margin: 0;
    padding: 0;
}
.love_suite_inner_section .portion .ville_part .check_part .form-group .form-check{
    margin: 0;
    padding-bottom: 2px;
}
.love_suite_inner_section .portion .ville_part .check_part .form-group .form-check .right_text{
    float: right;
}
.love_suite_inner_section .portion .ville_part .check_part .form-group .form-check .right_text span{
    font-size: 16px;
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.ville_part select.form-control{
    height: 200px;
}

.love_suite_inner_section{
    margin: 0;
    padding: 70px 0;
}
.love_suite_inner_section .portion{
    margin-top: 0;
    padding: 0;
}
.love_suite_inner_section .portion .love_suite_box{
    margin: 0;
    padding: 25px 25px 30px 25px;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    transition: .25s;
}
.love_suite_inner_section .portion .love_suite_box:hover{
    transform: scale(1.1,1.1)
}
.love_suite_inner_section .portion .love_suite_box::before{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(0,0,0,0.15);
}
.love_suite_inner_section .portion .love_suite_box h4{
    margin: 0;
    padding: 12px 0 105px 0;
    position: relative;
    left: -25px;
}
.love_suite_inner_section .portion .love_suite_box h4 span{
    margin: 0;
    padding: 12px 18px 12px 15px;
    text-transform: lowercase;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    background: rgba(229, 89, 130,0.7);
    border-radius: 0 50px 50px 0;
    display: inline-block;
}
.love_suite_inner_section .portion .love_suite_box img{
    margin: 0;
    padding: 0 0 15px 0;
    max-width: 100%;
    height: auto;
    position: relative;
}
}
.love_suite_inner_section .portion .love_suite_box .map_icon_section{
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}
.love_suite_inner_section .portion .love_suite_box .map_icon_section img{
    margin: 0;
    padding: 2px 10px 0 0;
    float: left;
    max-width: 100%;
    height: auto;
    position: relative;
}
.love_suite_inner_section .portion .love_suite_box .map_icon_section h2{
    margin: 0;
    padding: 0;
    font-size: 25px;
    font-family: 'Montserrat', sans-serif;
    color: #fffefe;
    font-weight: 600;
    position: relative;
    /*margin-left: 40px;*/
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.love_suite_inner_section .portion .love_suite_box p{
    margin: 0;
    padding: 0px 0 0px 0;
    line-height: 25px;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    position: relative;
    opacity: 9;
    min-height: 60px;
    margin-bottom: 15px;
     -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 15px;
}
.love_suite_inner_section .portion .love_suite_box .btn-link{
    margin: 0;
    padding: 7px 15px;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    position: relative;
    font-weight: 500;
    color: #fff;
    background-color: #e55982;
    display: block;
    width: 100%;
}
.love_suite_inner_section .portion .love_suite_box .btn-link img{
    padding: 0 0 0 0px;
    width: 18px;
    margin-left: 5px;
}
.pd_inner{
    padding-right: 10px !important;
    padding-left: 10px !important;
    padding-bottom: 10px;
    padding-top: 10px;
}

/**love_suite_section_inner_ends**/




.copyright{
    background-color: #f8f8f8;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #323232;
    font-size: 15px;
}
.copyright a{
    color: #323232;
}
.copyright .fa-heart{
    color: #ee2a22;
     -webkit-animation: breathing 3s ease-out infinite normal;
    animation: breathing 3s ease-out infinite normal;
}
.copyright p{
    margin-bottom: 0px !important;
}

@-webkit-keyframes breathing {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes breathing {
  0% {
   -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  25% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}



@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');

.BottomCookiesBar{
   background-color: #99153a;
   padding-bottom: 15px;
   padding-top: 15px;
   font-family: 'Oswald', sans-serif;
   color: #FFF;
   position: fixed;
   width: 100%;
   bottom: 0px;
   z-index: 999;
    text-align: center;
}
.BottomCookiesBar p{
    color: #FFF;
}
.CookiesBarButtonsArea{
    justify-content: center;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.CookiesBarButtonsArea li{
    width: 27%;
    margin-left: 1%;
    margin-right: 1%;
}
.CookiesBarButtonsArea .btn{
  font-size: 14px;
}



/**nos_actualites_section_starts**/
.nos_actualites_section{
    margin: 0;
    padding: 0 0 65px 0;
}
.nos_actualites_section .text_part{
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    text-align: center;
}
.nos_actualites_section .text_part h2{
    margin: 0;
    padding: 0;
    font-size: 35px;
    font-style: italic;
    font-weight: 600;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}
.nos_actualites_section .text_part h2::before{
    margin: 0;
    width: 80px;
    height: 2px;
    background: #e55982;
    content: "";
    position: absolute;
    bottom: -18px;
    left: 47%;
}
.nos_actualites_section .text_part h3{
    margin: 0;
    padding: 30px 0 0 0;
    font-size: 25px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
.nos_actualites_section .portion{
    margin: 0;
    padding: 75px 0 0 0;
    width: auto;
    height: auto;
}
.nos_actualites_section .portion .rooms_box{
    margin-bottom: 30px;
    padding: 0;
    width: auto;
    background: #ffffff;
    box-shadow: 0 0 30px rgb(3 4 57 / 7%);
    display: block;
    transition: .25s;
}
.nos_actualites_section .portion .rooms_box:hover{
    transform: scale(1.1,1.1);
}
.nos_actualites_section .portion .rooms_box img{
    margin: 0;
    padding: 0;
    max-width: 100%;
    width: 100%;
    height: auto;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateY(0) translateX(-50%);
    -webkit-transform: translateY(0) translateX(-50%);
}
.nos_actualites_section .portion .rooms_box .box_content{
    margin: 0 14px;
    padding-bottom: 25px;
    width: auto;
    background: #ffffff;
    text-align: center;
    position: relative;
    top: 0;
}
.nos_actualites_section .portion .rooms_box .box_content h3{
    margin: 0;
    padding: 0;
    position: relative;
    
}
.nos_actualites_section .portion .rooms_box .box_content .blogdate{
    margin: 0;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    background: #e55982;
    margin-top: -20px;
}
.nos_actualites_section .portion .rooms_box .box_content .blogdate span{
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 500;
}
.nos_actualites_section .portion .rooms_box .box_content h4{
    margin: 0;
    padding-top: 15px;
    font-size: 24px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.nos_actualites_section .portion .rooms_box .box_content h5{
    margin: 0;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
}
.nos_actualites_section .portion .rooms_box .box_content p{
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Lato', sans-serif;
    color: #000000;
    opacity: 70%;
}
.nos_actualites_section .portion .rooms_box .box_content button{
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #000000;
}
.nos_actualites_section .portion .rooms_box .box_content button img{
    margin: 0;
    padding: 0;
    max-width: 100%;
    width: auto;
    height: auto;
    position: relative;
    top: -2px;
    left: 15px;
}
.nos_actualites_section .list_number{
    margin: 90px 0 20px 0;
    padding: 0;
    text-align: center;
}
.nos_actualites_section .list_number li{
    margin: 0;
    padding: 0 2px;
    list-style: none;
    display: inline-block;
}
.nos_actualites_section .list_number li a{
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 40px;
    height: 40px;
    color: #000000;
    background-color: #f2f3f5;
    display: block;
    line-height: 40px;
    transition: .25s;
    font-size: 14px;
}
.nos_actualites_section .list_number li a:hover{
    background-color: #e55982;
    transition: .25s;
    color: #fff;
}
.nos_actualites_section .list_number li a span{
    margin: 0;
    padding: 0;
}
.nos_actualites_section .list_number li a span img{
    margin: 0;
    padding: 0;
    max-width: 100%;
    width: auto;
}
/**nos_actualites_section_ends**/

/**contact_section_starts**/
.contact_section{
    margin: 0;
    padding: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #FFFFFF;
    width: auto;
    height: auto;
    position: relative;
}
/*.contact_section::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 688px;
    background-color: #f9f9f9;
    content: "";
}*/
.contact_section .portion{
    margin: 0;
    padding: 80px 0;
}
.contact_section .portion .contact_address_box{
    margin: 0;
    padding: 40px 40px;
    background-color: #ffffff;
    text-align: center;
    border: 1px solid #eeeeee;
}
.contact_section .portion .contact_address_box .img_box{
    margin: 0 auto;
    padding: 0;
    width: 130px;
    height: 131px;
    border-radius: 100%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    box-shadow: 0 0 30px rgb(3 4 57 / 7%);
}
.contact_section .portion .contact_address_box .img_box img{
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    width: auto;
}
.contact_section .portion .contact_address_box h3{
    margin: 0;
    padding: 30px 0 8px 0;
    text-transform: uppercase;    
    color: #000000;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;   
}
.contact_section .portion .contact_address_box p{
    margin: 0 0 25px 0;
    padding: 0;
    color: #7c7c7c;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
}
.contact_section .portion .contact_address_box p a{
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #7c7c7c;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
}

.contact_section .portion .contact_address_box .btm_blog{
    width: auto;
    text-align: center;
}
.contact_section .portion .contact_address_box .btm_blog a{
    margin: 0 auto;
    padding: 3px 20px 4px;
    text-decoration: none;
    font-size: 16px;
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: #ffffff;
    letter-spacing: 1px;
    transition: .25s;
    position: relative;
    display: block;
    cursor: pointer;
    border: 0px;
    border: 1px solid #e55982;
}
.contact_section .portion .contact_address_box .btm_blog a span{
    position: relative;
    z-index: 2;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    transition: .25s;
}
.contact_section .portion .contact_address_box .btm_blog a:hover span{
    color: #fff;
    transition: .25s;
}
.contact_section .portion .contact_address_box .btm_blog a:hover{
    transition: .25s;
}
.contact_section .portion .contact_address_box .btm_blog a::before{
    width: 0%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    bottom: 0;
    z-index: 1;
    background: #e55982;
    transition: .25s; 
}
.contact_section .portion .contact_address_box .btm_blog a:hover::before{
     width: 100%;
}
.map_section{
    margin: 0;
    padding: 65px 0 0 0;
}
.map_section img{
    margin: 0;
    padding: 0;
    max-width: 100%;
    width: 100%;
    height: 537px;
}

.contact_section .form_section{
    margin: 0 0 0px 0;
    padding: 30px 30px 30px 30px;
    background: #ffffff;
    /*box-shadow: 0 0 30px rgb(3 4 57 / 7%);*/
    position: relative;
}
.contact_section .form_section .text_part h2{
    margin: 0;
    padding: 0;
    font-size: 35px;
    font-style: italic;
    font-weight: 600;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px;
}
.contact_section .form_section .text_part h2::before{
    margin: 0;
    width: 80px;
    height: 2px;
    background: #e55982;
    content: "";
    position: absolute;
    bottom: -18px;
    left: 47%;
}
.contact_section .form_section .portion_form{
    margin: 70px 0 50px 0;
    padding: 0;
}
.contact_section .form_section .portion_form .form_input{
    margin: 10px 0;
    padding: 23px 30px;
    width: 100%;
    height: auto;
    background: #f8f7f7;
    border: none;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    color: #000000;
}
.contact_section .form_section .portion_form .inputtextarea{
    height: 155px;
}
.contact_section .form_section .portion_form .form_input:focus{
    outline: 0px;
    box-shadow: none;
}
.contact_section .form_section .portion_form .form_input::placeholder{
    color: #000000;
    font-weight: 600;
}

.form_section .btm_blog{
    width: auto;
    text-align: center;
}
.form_section .btm_blog{
    margin: 0 0 0 auto;
    padding: 15px 60px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: #e55982;
    letter-spacing: 1px;
    transition: .25s;
    position: relative;
    display: block;
    cursor: pointer;
    border: 0px;
}
.form_section .btm_blog span{
    position: relative;
    z-index: 2;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    transition: .25s;
}
.form_section .btm_blog:hover span{
    color: #fff;
    transition: .25s;
}
.form_section .btm_blog:hover{
    transition: .25s;
}
.form_section .btm_blog::before{
    width: 0%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    bottom: 0;
    z-index: 1;
    background: #000000;
    transition: .25s; 
}
.form_section .btm_blog button:hover::before{
     width: 100%;
}
/**contact_section_ends**/

/**our_enterprise_section_starts**/

.our_enterprise_section{
    margin: 0;
    padding-top: 75px;
    padding-bottom: 30px;
}
.our_enterprise_section .text_part{
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    text-align: center;
}
.our_enterprise_section .text_part h2{
    margin: 0;
    padding: 0;
    font-size: 35px;
    font-style: italic;
    font-weight: 600;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    text-transform: uppercase;
}
.our_enterprise_section .text_part h2::before{
    margin: 0;
    width: 80px;
    height: 2px;
    background: #e55982;
    content: "";
    position: absolute;
    bottom: -18px;
    left: 47%;
}
.our_enterprise_section .text_part .para{
    margin: 0 auto;
    width: 60%;
    padding: 30px 0 0 0;
    height: auto;
}
.our_enterprise_section .text_part .para p{
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    opacity: 70%;
}
.our_enterprise_section .portion{
    margin: 0;
    padding: 70px 0 30px 0;
    width: auto;
    height: auto;
}
.our_enterprise_section .portion .concept_box{
    margin: 20px 15px;
    padding: 35px 10px;
    width: auto;
    text-align: center;
    height: auto;
    box-shadow: 0 0 30px rgb(3 4 57 / 7%);
    position: relative;
    width: 95%;
}
.our_enterprise_section .portion .concept_box img{
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    height: auto;
    width: auto;
}
.our_enterprise_section .portion .concept_box h4{
    margin: 0;
    padding: 22px 30px 0;
    font-size: 20px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    position: relative;
}
.our_enterprise_section .portion .concept_box h4::before{
    position: absolute;
    left: 37%;
    bottom: -15px;
    width: 80px;
    height: 2px;
    background: #000000;
    content: "";
}
.our_enterprise_section .portion .box_four h4{
    padding: 22px 50px 0;
}
.our_enterprise_section .portion .concept_box p{
    margin: 0;
    padding: 25px 0 0 0;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 25px;
}
.our_enterprise_section .portion .carousel-wrap .owl-nav{
    display: none;
}
.our_enterprise_section .portion .carousel-wrap .owl-dots{
    display: none;
}

/**our_enterprise_section_ends**/

/**programe_form_section_starts**/
.programe_form{
    margin: 0;
    padding: 80px 0;
}
.programe_form .portion{
    margin: 0;
    padding: 0;
}
.programe_form .portion .image_section{
    margin: 0;
    padding: 0;
    width: 865px;
}
.programe_form .portion .image_section img{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.programe_form .portion .form_section{
    margin: 0;
    padding: 55px 45px 65px;
    background: #ffffff;
    box-shadow: 0 0 29px rgb(30,28,30,12%);
    position: relative;
    top: 50px;
}
.programe_form .portion .form_section .form_input{
    margin: 10px 0;
    padding: 10px 10px;
    width: 100%;
    height: auto;
    background: #f8f7f7;
    border: none;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    color: #000000;
}
.programe_form .portion .form_section .form_input:focus{
    outline: 0px;
    box-shadow: none;
}
.programe_form .portion .form_section .form_input::placeholder{
    color: #000000;
    font-weight: 400;
}
.programe_form .portion .form_section .form-group .form-control{
    margin: 10px 0 0 0;
    padding: 11px 10px;
    width: 100%;
    height: auto;
    background: #f8f7f7;
    border: none;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    color: #000000;
    border-radius: 0;
}
.programe_form .portion .form_section .form-group .form-control:focus{
    outline: 0px;
    box-shadow: none;
}

.programe_form .portion .form_section .text_form{
    margin: 0;
    padding: 0;
}
.programe_form .portion .form_section .text_form h2{
    margin: 0 0 50px 0;
    padding: 0;
    position: relative;
    font-size: 30px;
    color: #000000;
    font-weight: 700;
}
.programe_form .portion .form_section .text_form h2::before{
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: -20px;
    left: 0;
    content: "";
    width: 80px;
    height: 2px;
    background-color: #000000;
}
.programe_form .portion .form_section .form-check{
    margin: 20px 0 35px 0;
}
.programe_form .portion .form_section .form-check .form-check-label{
    font-size: 16px;
    color: #000000;
}
.programe_form .portion .form_section .form-check .form-check-label a{
    margin: 0;
    padding: 0;
    text-decoration: underline;
    font-size: 16px;
    color: #000000;
}

.form-check .form-check-input{
    margin-top: 7px;
}

.starating .form-check .form-check-input{
    margin-top: 9px;
}

.programe_form .portion .form_section .btm_blog{
    width: 100%;
    text-align: center;
    padding: 0px;
}
.programe_form .portion .form_section .btm_blog button{
    margin: 0;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: #e55982;
    letter-spacing: 1px;
    transition: .25s;
    position: relative;
    display: block;
    cursor: pointer;
    border: 0px;
    width: 100%;
}
.programe_form .portion .form_section .btm_blog button span{
    position: relative;
    z-index: 2;
    font-size: 18px;
}
.programe_form .portion .form_section .btm_blog button:hover{
    transition: .25s;
}
.programe_form .portion .form_section .btm_blog button::before{
    width: 0%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    bottom: 0;
    z-index: 1;
    background: #000000;
    transition: .25s; 
}
.programe_form .portion .form_section .btm_blog button:hover::before{
     width: 100%;
}
/**programe_form_section_ends**/

/**chambre_section_strats**/
.chambre_section{
    margin: 0 auto;
    padding: 0 55px 50px;
    box-shadow: 0 0 30px rgb(3 4 57 / 7%);
    width: 80%;
    position: relative;
    margin-top: -50px;
    z-index: 2;
    background: #fff;
}
.chambre_section .text_part{
    margin: 0;
    padding: 0;
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 35px;
}
.chambre_section .text_part h2{
    margin: 0;
    padding: 55px 0 12px 0;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000000;
    font-style: italic;
    border-bottom: 1px #ccc solid;
    margin-bottom: 20px;
}
.chambre_section .text_part h3{
    margin: 0;
    font-size: 25px;
    color: #000000;
    font-style: italic;
    font-weight: 700;
}
.chambre_section .text_part h3 span{
    color: #e55b83;
}
.chambre_section .portion{
    margin: 0;
    padding: 0;
}
.chambre_section .portion .text_para_box{
    margin: 0;
    padding: 0;
}
.chambre_section .portion .text_para_box .box_apercu{
    margin: 40px 0 0 0;
    padding: 0;
    border-bottom: 1px solid #dfdfdf;
}
.chambre_section .portion .text_para_box .box_apercu h4{
    margin: 0 0 35px 0;
    padding: 0;
    font-size: 30px;
    color: #000000;
    font-weight: 700;
    position: relative;
}
.chambre_section .portion .text_para_box .box_apercu h4::before{
    width: 80px;
    height: 2px;
    background-color: #000000;
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
}
.chambre_section .portion .text_para_box .box_apercu p{
    font-size: 16px;
    margin: 0;
    padding: 0 0 30px 0;
    line-height: 25px;
    color: #000000;
    opacity: 100%;
}

.chambre_section .portion .text_para_box .box_services{
    margin: 40px 0 0 0;
    padding: 0;
}
.chambre_section .portion .text_para_box .box_services h4{
    margin: 0 0 35px 0;
    padding: 0;
    font-size: 30px;
    color: #000000;
    font-weight: 700;
    position: relative;
}
.chambre_section .portion .text_para_box .box_services h4::before{
    width: 80px;
    height: 2px;
    background-color: #000000;
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
}
.chambre_section .portion .text_para_box .box_services .services_list{
    margin: 0;
    padding: 0;
}
.chambre_section .portion .text_para_box .box_services .services_list li{
    margin: 0;
    padding: 0 0 25px 30px;
    list-style: none;
    position: relative;
    font-size: 17px;
    color: #000000;
    font-family: 'Lato', sans-serif;
}
.chambre_section .portion .text_para_box .box_services .services_list li::before{
    position: absolute;
    width: 17px;
    height: 16px;
    content: "";
    background-image: url(images/services_list_icon.png);
    top: 5px;
    left: 0;
}

.chambre_section .portion .list_section{
    margin: 0;
    padding: 0;
}
.chambre_section .portion .list_section .list_services{
    margin: 40px 0 0 0;
    padding: 0;
}
.chambre_section .portion .list_section .list_services h4{
    margin: 0 0 35px 0;
    padding: 0;
    font-size: 30px;
    color: #000000;
    font-weight: 700;
    position: relative;
}
.chambre_section .portion .list_section .list_services h4::before{
    width: 80px;
    height: 2px;
    background-color: #000000;
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
}
.chambre_section .portion .list_section .list_services .services_list_icon{
    margin: 0;
    padding: 0;
}
.chambre_section .portion .list_section .list_services .services_list_icon li{
    margin: 0;
    padding: 0;
    list-style: none;
    width: 47%;
    max-width: 47%;
    float: left;
}
.chambre_section .portion .list_section .list_services .services_list_icon li .iconimg{
    margin: 0 10px 0 0;
    padding: 7px 0 0 0;
    max-width: 100%;
    width: 30px;
    display: inline-block;
    vertical-align: top;
}
.chambre_section .portion .list_section .list_services .services_list_icon li .text{
    margin: 0;
    padding: 7px 0 7px 18px;
    display: block;
    border-left: 1px solid #dfdfdf;
    display: inline-block;
    vertical-align: top;
}
.chambre_section .portion .map_section{
    margin: 0;
    padding: 0;
}
.chambre_section .portion .map_section .map_text{
    margin: 40px 0 0 0;
    padding: 0;
}
.chambre_section .portion .map_section .map_text h4{
    margin: 0 0 35px 0;
    padding: 0;
    font-size: 30px;
    color: #000000;
    font-weight: 700;
    position: relative;
}
.chambre_section .portion .map_section .map_text h4::before{
    width: 80px;
    height: 2px;
    background-color: #000000;
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
}

.chambre_section .portion .map_section .map_text .btm_blog{
    width: 100%;
    text-align: center;
}
.chambre_section .portion .map_section .map_text .btm_blog a{
    margin: 0;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: #e55982;
    letter-spacing: 1px;
    transition: .25s;
    position: relative;
    display: block;
    cursor: pointer;
    border: 0px;
    display: block;
}
.chambre_section .portion .map_section .map_text .btm_blog a span{
    position: relative;
    z-index: 2;
    font-size: 18px;
}
.chambre_section .portion .map_section .map_text .btm_blog a:hover{
    transition: .25s;
}
.chambre_section .portion .map_section .map_text a::before{
    width: 0%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    bottom: 0;
    z-index: 1;
    background: #cc2b5a;
    transition: .25s; 
}
.chambre_section .portion .map_section .map_text .btm_blog a:hover::before{
     width: 100%;
}

.chambre_section .portion .map_section .map_part{
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}
.chambre_section .portion .map_section .map_part h4{
    margin: 35px 0 20px 0;
    padding: 0;
   /* font-family: 'Dancing Script', cursive;*/
    font-weight: bold;
    font-size: 35px;
    color: #000000;
    position: relative;
}
.chambre_section .portion .map_section .map_part h4::before {
    width: 80px;
    height: 2px;
    background-color: #000000;
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
}

.chambre_section .portion .map_section .map_part iframe{
    height: 265px;
    border-radius: 5px;
}


.hotelcityname{
    font-size: 20px;
    padding-top: 15px;
}




/**chambre_section_ends**/

/**slider_section_chambre**/
.slider_section{
    margin: 10px 0 0 0;
    padding: 0;
    width: auto;
    height: auto;
    position: relative;
}
.slider_section .banner{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 515px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/**slider_section_chambre**/

/**decouvrez_section_starts**/
.decouvrez_section{
    margin: 0;
    padding: 30px 0 65px 0;
}
.decouvrez_section .text_part{
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    text-align: center;
}
.decouvrez_section .text_part h2{
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 35px;
    font-style: italic;
    font-weight: 600;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}
.decouvrez_section .text_part h2::before{
    margin: 0;
    width: 80px;
    height: 2px;
    background: #e55982;
    content: "";
    position: absolute;
    bottom: -18px;
    left: 47%;
}
.decouvrez_section .text_part h3{
    margin: 0;
    padding: 30px 0 0 0;
    font-size: 25px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
.decouvrez_section .portion{
    margin: 0;
    padding: 45px 0 0 0;
    width: auto;
    height: auto;
}
.decouvrez_section .portion .rooms_box{
    margin-right: 9px;
    padding: 0;
    width: 285px;
    float: left;
    background: #e6ecf1;
    box-shadow: 0 0 30px rgb(3 4 57 / 3%);
}
.decouvrez_section .portion .rooms_box img{
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: auto;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateY(0) translateX(-50%);
    -webkit-transform: translateY(0) translateX(-50%);
}
.decouvrez_section .portion .rooms_box .box_content{
    margin: 0 14px;
    padding: 0;
    width: auto;
    background: #ffffff;
    text-align: center;
    position: relative;
    top: -15px;
}
.decouvrez_section .portion .rooms_box .box_content h3{
    margin: 0;
    padding: 0;
    position: relative;
    top: -20px;
}
.decouvrez_section .portion .rooms_box .box_content h3 a{
    margin: 0;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    font-style: italic;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    background: #e55982;
}
.decouvrez_section .portion .rooms_box .box_content h3 a span{
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 500;
}
.decouvrez_section .portion .rooms_box .box_content h4{
    margin: 0;
    padding-top: 15px;
    font-size: 24px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.decouvrez_section .portion .rooms_box .box_content h5{
    margin: 0;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
}
.decouvrez_section .portion .rooms_box .box_content p{
    margin: 0;
    padding-top: 15px;
    padding-bottom: 30px;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Lato', sans-serif;
    color: #000000;
    opacity: 70%;
}
.decouvrez_section .btm_rooms{
    margin-top: 72px;
    padding: ;
    width: auto;
    text-align: center;
}
.decouvrez_section .btm_rooms a{
    margin: 0;
    padding: 12px 30px;
    text-decoration: none;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    background-color: #e55982;
    font-family: 'Dancing Script', cursive;
}
/**decouvrez_section_ends**/

/**inner_page_css_ends**/






.breadcrumbcontainer {
    text-align: center;
    color: #FFF;
}
.breadcrumbcontainer a{
    color: #FFF;
}
.breadcrumbcontainer .breadcrumb{
    background-color: transparent;
    text-align: center;
    justify-content: center;
}
.breadcrumbcontainer .breadcrumb li{
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
}
.breadcrumbcontainer .breadcrumb li.breadcrumb-home{
    background-image: url(images/home.png);
    background-size: 20px;
    background-repeat: no-repeat;
    padding-left: 38px;
}

.breadcrumbcontainer .breadcrumb li:before{
   font-family: 'FontAwesome';
    content: '\f105';
    position: absolute;
    left: 0px;
}

.breadcrumbcontainer .breadcrumb li:first-child::before{
    display: none;
}


.breadcrumbs span {
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
}


.breadcrumbcontainer span a.home{
    /*background-image: url(images/home.png);
    background-size: 20px;
    background-repeat: no-repeat;
    padding-left: 18px;*/
}

.bc-sep{
    display: none;
}


.breadcrumbcontainer .breadcrumbs span:before{
   font-family: 'FontAwesome';
    content: '\f105';
    position: absolute;
    left: 0px;
}

.breadcrumbcontainer .breadcrumbs span:first-child::before{
    display: none;
}






.InnerpageContent{
    padding-top: 80px;
    padding-bottom: 80px;
}

.InnerpageContent img{
    width: 100%;
    height: auto;
}

.InnerpageContent .page-header .pagesubtitle{
    text-align: left;
}


.InnerpageContent .page-header h2.page-title{
    text-align: left;
    background-position: left bottom;
}
.InnerpageContent p{
    padding-bottom: 30px;
}



.InnerpageContent p{
    font-size: 16px;
    margin-bottom: 20px;
}


.InnerpageContent ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
}

.InnerpageContent ul li{
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
}
.InnerpageContent ul li:before{
    position: absolute;
    width: 8px;
    height: 8px;
    top: 10px;
    background-color: #ffa500;
    border-radius: 50%;
    content: '';
    left: 0px;
}





.IndexContactUsForm {
    position: relative;
    margin-bottom: 10px;
}

.IndexContactUsForm input:focus ~ .floating-label,
.IndexContactUsForm input:not(:focus):valid ~ .floating-label{
  top: -20px;
  left: 20px;
  font-size: 11px;
  opacity: 1;
}

.IndexContactUsForm input:focus ~ .floating-border,
.IndexContactUsForm input:not(:focus):valid ~ .floating-border{
  width: 100%;
  transition: .5s;
}

.inputText {
  font-size: 14px;
  width: 100%;
  height: 60px;
  border-radius: 0px;
/*    box-shadow: 0px 4px 15px rgba(0,0,0,.05);*/
    border: 0px #ffffff solid;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 14px;
    color: #000000;
    margin-bottom: 15px;
    background-color: #f8f7f7;
    transition: .25s;
}
.inputText:focus{
    border: 0px;
    outline: 0px;
}
.floating-label {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 18px;
  transition: 0.2s ease all;
    font-size: 16px;
    color: #000000;
}
.floating-border{
  display:block;
  width: 0%;
  height: 2px;
  background-color: #000000;
  position: absolute;
  bottom: 15px;
  transition: 0.5s ease all;
}
.inputtextarea{
    height: 140px;
}

.form-check-label{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

.ActualitesContainer{
    padding-top: 50px;
    padding-bottom: 50px;
}

.ActualitesContainer .page-header{
  padding-bottom: 30px;
}
.ActualitesContainer .card{
    padding: 15px;
    border:0px;
    border-bottom: 1px solid #dedede;
    transition: .25s;
}
.ActualitesContainer .card .card-title{
  font-family: 'Titillium Web', sans-serif; 
    font-size: 32px;
    font-weight: 500;
    line-height: 32px;
    color: #000;
    margin-bottom: 10px;
    min-height: 60px;
}
.ActualitesContainer .card-text{
    font-size: 14px;
}


.ActualitesContainer .card{
    margin-bottom: 20px;
}

.datePost {
    font-size: 13px;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
}


.datePost i{
  margin-right: 5px;
}
.article-tags .tag {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0px 15px;
    margin-left: 15px;
    margin-bottom: 5px;
    color: rgba(68,68,68,.9);
    /* background: rgba(68,68,68,.9); */
    border-radius: 5px;
    text-decoration: none;
    border: 1px solid rgba(68,68,68,.9);
}
.article-tags .tag:hover {
    opacity: 0.7;
}
.article-content p {
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
}
.article-content h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 36px;
    margin-top: 20px;
}
.article-content {
    color: rgba(0,0,0,0.87);
}


.blogimg{
  height: 300px;
  margin-bottom: 20px;
  background-color: #f2f2f2;
  background-size:  cover;
  background-position: center center; 
}

.ActualitesContainer .buttonreadmore{
  /*background-color: #e06a38;*/
    width: 140px;
    border-radius: 40px;
    color: #394f77;
    border: 0px;
    padding: 4px 0px;
    display: block;
    cursor: pointer;
    text-align: left;
    line-height: 28px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    transition: .25s;
}

.ActualitesContainer .buttonreadmore i{
  margin-left: 7px;
   transition: .25s;
}


.ActualitesContainer .buttonreadmore:hover{
/*  background-color: #335377;*/
  letter-spacing: 0.02em;
}
.ActualitesContainer .buttonreadmore:hover i{
  margin-left: 13px;
}

/*User Dashboard*/

.UserDashboardHeaderSpace{
    height:180px ;
    background-color: #e55982;
}

.DashboardHeaderTopHeader{
    background-color: #f2f2f2;
}

.headersidebar{
    background-color: #ffffff;
    padding-top:30px;
    padding-bottom: 30px;
    border-bottom: 2px #e55982 solid;
}
.headersidebar h3{
    margin-bottom: 0px;
    font-size: 20px;
    padding-left: 30px;
    color: #1c1517;
    padding-bottom: 0px;
    letter-spacing: 0.02rem;
}
.dashboardheaderright{
    font-size: 18px;
    color: #000000;
}

.dashboardheaderright a{
    color: #000000;
    font-weight: 700;
}

.dashboardheaderright a:hover{
    color: #e55982;
    text-decoration: none;
}

.topuserid{
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url(images/user-icon.png);
    background-repeat: no-repeat;
    background-position:0px 33px;
    padding-left: 35px;
     padding-right: 0px;
     background-size: 24px;
    position: relative;
}

/*.topuserid:before{
    position: absolute;
    right: 0px;
    top: 50%;
    width: 1px;
    height: 50px;
    content: '';
    background-color: #7a7a7a;
    margin-top: -25px;
}*/

.TopSettings{
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 35px;
}

.TopSettings a{
   width: 24px;
   height: 24px;
   background-image: url(images/settings-icon.png);
   background-size: 24px;
   background-repeat: no-repeat;
   background-position:0px 0px;
   text-indent: -11111px;
   display: block;
}

.UserDashboardBody{
    border-top: 1px #FFF solid;
    background-color: #f8f3f5;
}
.UserDashboardBody .DashboardSideBar{
    background-color: #ffffff;
    height: 100%;
}
.UserDashboardBody .DashboardSideBar{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.UserDashboardBody .DashboardSideBar {
    margin-bottom: 1px;
}
.UserDashboardBody .DashboardSideBar a{
    font-size: 20px;
    color: #000000;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    position: relative;
    transition: .25s;
    font-weight: 600;
}
.UserDashboardBody .DashboardSideBar a:hover{
    text-decoration: none;
}
.UserDashboardBody .DashboardSideBar a:after{
    background: rgba(229,89,130,.2);
    top: 0px;
    bottom: 0px;
    left: 0px;
    content: '';
    width: 0%;
    position: absolute;
    transition: .25s;
}
.UserDashboardBody .DashboardSideBar a:hover::after{
    width: 100%;
}
.UserDashboardBody .DashboardSideBar a img{
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}
.UserDashboardBody .DashboardSideBar a.active:after{
    width: 100%;
}

.UserDashboardBody .DashboardSideBar a span{
    display: inline-block;
    vertical-align: middle;
}

.addroomsection1{
    background-color: transparent;
    border-radius: 0px;
    border: 0px;
    padding-top: 50px;
}

.addroomsection1 h3{
    font-size: 24px;
    color: #000000;
    margin-bottom: 0px;
}


.addroomsection1 h3 img{
    width: 19px;
    height: auto;
    margin-top: -5px;
    opacity: .7;
    transition: .25s;
}

.addroomsection1 h3 img:hover{
    opacity: 1;
}

.addroomsection1 .hdright{
    color: #ee4e0f;
}


.addroomsection1 .card-header{
    padding: 0px;
    /*border: 0px;*/
    background-color: transparent;
    padding-bottom: 27px;
    margin-bottom: 36px;
}

.card-heading-rightext{
    font-size: 14px;
    font-weight: 700;
}


.card-heading-rightext.invalidtext{
    color: #ee4e0f;
}
.card-heading-rightext.validtext{
    color: green;
}
.card-heading-rightext:hover{
    color: #000000;
    text-decoration: none;
}
    





.UserDashboardform {
    position: relative;
    margin-bottom: 10px;
}

.UserDashboardform input:focus ~ .UserDashboardfloating-label,
.UserDashboardform input:not(:focus):valid ~ .UserDashboardfloating-label{
  top: -24px;
  left: 20px;
  font-size: 11px;
  opacity: 1;
}

.UserDashboardform input:focus ~ .UserDashboardfloating-border,
.UserDashboardform input:not(:focus):valid ~ .UserDashboardfloating-border{
  width: 100%;
  transition: .5s;
}

.UserDashboardinputText {
  font-size: 14px;
  width: 100%;
  height: 60px;
  border-radius: 0px;
/*    box-shadow: 0px 4px 15px rgba(0,0,0,.05);*/
    border: 0px #ffffff solid;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 14px;
    color: #000000;
    margin-bottom: 15px;
    background-color: #ffffff;
    transition: .25s;
}
.UserDashboardinputText:focus{
    border: 0px;
    outline: 0px;
}
.UserDashboardfloating-label {
  position: absolute;
  pointer-events: none;
  font-size: 18px;
  left: 20px;
  top: 18px;
  transition: 0.2s ease all;
    color: #000000;
}
.UserDashboardfloating-border{
  display:block;
  width: 0%;
  height: 2px;
  background-color: #6b6b6b;
  position: absolute;
  bottom: 15px;
  transition: 0.5s ease all;
}
.UserDashboardinputtextarea{
    height: 140px;
}

.UserDashboardform-check-label{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

.UserDashboardformtext1{
    font-size: 18px;
    color: #000;
}

.UserDashboardformtext1 label{
    font-size: 18px;
    color: #000;
}
.addroomsection1 .form-inline label{
    font-size: 18px;
    color: #000; 
}
.addroomsection1 .form-inline .form-control{
    height: 50px;
    background-color: #FFF;
    border: 0px;
    border-radius: 0px;
    width: 100%;
}

.addroomsection2{
    margin-bottom: 20px;
    border: 0px;
    border-radius: 0px;
}
.addroomsection2 h5{
    font-size: 18px;
    color: #000000;
    margin-bottom: 20px;
}

.addroomsection2 ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
}
.addroomsection2 ul li{

    margin-right: 15px;
    margin-bottom: 8px;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 7px 35px;
  border: 1px dashed #717171;
  font-size: 16px;
  font-weight: 500;
  color:  #717171;
}

.styled-checkbox:checked + label {
  border: 1px solid #e55982;
  color:  #FFF;
  background-color: #e55982;
}


.addroomsection3{
    margin-bottom: 20px;
    border: 0px;
    border-radius: 0px;
}
.addroomsection3 h5{
    font-size: 18px;
    color: #000000;
    margin-bottom: 20px;
}

.addroomsection3 ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
}
.addroomsection3 ul li{
    margin-right: 15px;
    margin-bottom: 40px;
    width: 30%;
}


.styled-checkbox2 {
  position: absolute;
  opacity: 0;
}
.styled-checkbox2 + label {
  position: relative;
  cursor: pointer;
  padding: 0px 0px;
  font-size: 18px;
  font-weight: 500;
  color:  #e55982;
  margin-bottom: 0px;
  filter: grayscale(100%);
  opacity: .6;
  transition: .25s;
}
.styled-checkbox2 + label img{
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.styled-checkbox2 + label span{
    display: inline-block;
    vertical-align: middle;
}
.styled-checkbox2 + label:hover{
    filter: grayscale(0%);
    opacity: 1;
}
.styled-checkbox2:checked + label {
  filter: grayscale(0%);
  opacity: 1;
}



.addroomsectionphotouploadsection{
    margin-bottom: 20px;
    border: 0px;
    border-radius: 0px;
}
.addroomsectionphotouploadsection h5{
    font-size: 18px;
    color: #000000;
    margin-bottom: 20px;
}


.GoogleMapsection{
    margin-bottom: 20px;
    border: 0px;
    border-radius: 0px;
}
.GoogleMapsection h5{
    font-size: 18px;
    color: #000000;
    margin-bottom: 20px;
}


.GoogleMapsection textarea.form-control{
    border: 0px;
    height: 170px;
    font-size: 14px;
    color: #a7a7a7;
}

.Submitbutton{
    padding-bottom: 150px;
}


.Submitbutton .btn-primary{
    border: 0px;
    width: 250px;
    height: 50px;
    border-radius: 0px;
    background-color: #e55982;
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
}

.Submitbutton .btn-primary:hover{
    background-color: #cd426b;
}









/**log_in_section_starts**/
.log_in_section{
    margin: 0;
    padding: 120px 0 100px 0;
}
.log_in_section .portion{
    margin: 0 auto;
    padding: 0;
    width: 80%;
}
.log_in_section .portion .img_text_section{
    margin: 0;
    padding: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 100%;
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.log_in_section .portion .img_text_section::before{
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(236,47,103,0.8);
    content: "";
    width: 100%;
    height: 100%;
}
.log_in_section .portion .img_text_section .text_logo_part{
    margin: 0;
    padding: 80px 35px 80px 35px;
    text-align: center;
    position: relative;
    /*height: 716px;*/
}
.log_in_section .portion .img_text_section .text_logo_part img{
    margin: 0 0 45px 0;
    padding: 0;
    max-width: 100%;
    height: auto;
}
.log_in_section .portion .img_text_section .text_logo_part h2{
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-size: 27px;
    font-weight: 700;
    text-transform: uppercase;
}
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');
.log_in_section .portion .form_pd_subheading{
    font-size: 27px;
    font-family: 'Dancing Script', cursive;
    font-weight: 700;
    color: #FFFFFF;
    margin-top: 18px;
}


.log_in_section .portion .img_text_section .text_logo_part p{
    margin: 15px 0 0 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    opacity: 1;
}
.log_in_section .portion .form_text{
    margin: 0;
    padding: 120px 50px;
    background: #FFFFFF;
    /*height: 716px;*/
    box-shadow: 0 0 29px rgba(30,28,30,0.12);
}
.log_in_section .portion .form_text h3{
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    text-align: left;
    margin-bottom: 25px;
    padding-bottom: 24px;
    position: relative;
}

.log_in_section .portion .form_text h3:after{
    position: absolute;
    width: 80px;
    height: 2px;
    background-color: #000000;
    content: '';
    left: 0px;
    bottom: 0px;
}

.log_in_section .custom-control-label{
    opacity: 1;
}


.log_in_section .portion .form_text .form-group label{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin: 0 0 8px 0;
    padding: 0;
    opacity: 80%;
}
.log_in_section .portion .form_text .form-group .form-control{
    height: 48px;
    border-radius: 0;
    border: 1px solid #f8f7f7;
    font-size: 16px;
    color: #a2a2a2;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    background-color: #f8f7f7;
}
.log_in_section .portion .form_text .form-check{
    margin: 0;
    padding: 0 0 0 20px;
    float: left;
}
.log_in_section .portion .form_text .form-check .form-check-input{
    
}
.log_in_section .portion .form_text .form-check .form-check-label{
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    color: #606060;
    font-family: 'Roboto', sans-serif;
}
.log_in_section .portion .form_text .click_form{
    margin: 0;
    padding: 0;
}
.log_in_section .portion .form_text .click_form a{
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    color: #e55982;
    font-family: 'Roboto', sans-serif;
    float: right;
}

.log_in_section .portion .form_text .click_form a:hover{
    color: #333;
}


.log_in_section .portion .form_text .btm_form{
    width: 100%;
    text-align: center;
    margin: 70px 0 0 0;
}
.log_in_section .portion .form_text .btm_form button{
    margin: 0;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: #e55982;
    letter-spacing: 1px;
    transition: .25s;
    position: relative;
    display: block;
    cursor: pointer;
    border: 0px;
    width: 100%;
}
.log_in_section .portion .form_text .btm_form button span{
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}
.log_in_section .portion .form_text .btm_form button:hover{
    background-color: #cb315e;
    transition: .25s;
}
.log_in_section .portion .form_text .btm_form button::before{
    width: 0%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    bottom: 0;
    z-index: 1;
    background: #cb315e;
    transition: .25s;
}
.log_in_section .portion .form_text .btm_form button:hover::before{
     width: 100%;
}
.form_pd{
    padding: 0;
}
.btm_form_text{
    margin: 30px 0 0 0;
    padding: 0;
    text-align: center;
}
.btm_form_text h5{
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    color: #e55982;
    font-weight: 400;
}
.btm_form_text h5 a{
    margin: 0;
    padding: 0;
    font-weight: 700;
    text-decoration: none;
    color: #e55982;
}
.btm_form_text h5 a:hover{
    color: #000;
}


.Signinsection{
  position: absolute;
  color: #FFF;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ec2f67;
  transition: .25s;
  z-index: 2;
  transform: scale(0,0);
 /* background-image: url('images/log_in_img.jpg');*/
}

.Signinsection .close{
    margin-right: 50px;
     margin-top: 50px;
     color: #FFFFFF;
     text-shadow: none;
}

.SigninsectionBody .form-control::placeholder{
    color: #FFF;
}

.SigninsectionBody{
  text-align: left;
  color: #FFF;
  position: absolute;
  top: 50%;
  right: 40px;
  left: 40px;
  transform: translateY(-50%); 
  z-index: 1;
  color: #c3c3c3;
}



.SigninsectionBody .form-control{
  border: 1px #ffffff solid;
  height: 48px;
  border-radius: 0px;
  color: #ffffff;
  background-color: transparent;
}

.SigninsectionBody .btn-primary{
    margin: 0;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: #FFFFFF;
    color: #e55982;
    letter-spacing: 1px;
    transition: .25s;
    position: relative;
    display: block;
    cursor: pointer;
    border: 0px;
    border-radius: 0px;
}

/**log_in_section_ends**/



.smenu {
	position: absolute;
    top: 15px;
    right: 0;
    background-color: transparent;
    height: 50px;
    width: 65px;
    cursor: pointer;
    transition: 0.3s;
    z-index: 9999;
    display: none;
}
.smenu span {
	position: absolute;
	height: 1px;
	width: 48px;
	background-color: #fff;
   	top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: 0.3s;
    border-radius: 5px;
}
.smenu span:before {
	content: '';
	position: absolute;
	top: -8px;
	background-color: #fff;
	height: 1px;
	width: 35px;
	transition: 0.3s;
    border-radius: 5px;
    left: 13px;
}
.smenu span:after {
	content: '';
	position: absolute;
	top: 8px;
	background-color: #fff;
	height: 1px;
	width: 35px;
	transition: 0.3s;
    border-radius: 5px;
    left: 13px;
}
.smenu.active span { background-color: transparent !important; }
.smenu.active span:before { transform: rotate(45deg);top: 0; left: 0px; width: 48px;}
.smenu.active span:after { transform: rotate(-45deg);top: 0;left: 0px; width: 48px; }

/* End */


/* Navigationbar */

.navbar-menu {
    background-color: #e55982;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 50px;
    transform: translateX(-100%);
    transition: 0.5s;
    bottom: 0px;
    z-index: 99;
    padding-top: 80px;
    height: 100vh;
}

.navbar-menu:after{
    position: absolute;
    right: 0%;
    width: 50%;
    height: 100%;
    background-image: url(images/EBT_Slogan.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 480px 0;
    content: '';
    z-index: 1;
    top: 0px;
    display: none;
}


.navbar-menu.active { transform: translateX(0);transition: 0.5s; }
.navbar-menu .menu-listing {
    padding: 0;
    margin: 0;
    position: relative; 
    text-align: center; 
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: #28608d;
}
.topnavigation.navbar-expand-lg .navbar-nav .nav-link{
    position: relative;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
.topnavigation.navbar-expand-lg .navbar-nav .nav-link:before{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width:0%;
    height:1px;
    background-color: #383e42;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
.topnavigation.navbar-expand-lg .navbar-nav .nav-link:hover:before{
    width: 100%;
}
.navbar-menu .menu-listing{
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
}
.menu-listing li { 
/*    display: inline-block;*/
    display: block;
}
.menu-listing li a {
	background-color: #e55982;
	color: #f3f3f3;
	display: block;
	font-size: 18px;
/*
	height: 50px;
	line-height: 50px;
*/
	padding: 10px 20px;
	letter-spacing: 1px;
	text-decoration: none;
	transition: 0.5s;
    text-align: center;
}
.menu-listing li a:hover { background-color: #fff; color: #e55982;transition: 0.5s; }


/* End */



.styled-checkbox3 {
  position: absolute;
  opacity: 0;
}
.styled-checkbox3 + label {
  position: relative;
  cursor: pointer;
  padding: 5px 0px 8px;
  font-size: 14px;
  font-weight: 500;
  color:  #FFFFFF;
  margin-bottom: 0px;
  opacity: 1;
  transition: .25s;
  border-radius: 0px;
  /*border-bottom: 1px solid transparent;*/

}
.styled-checkbox3 + label img{
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.styled-checkbox3 + label span{
    display: inline-block;
    vertical-align: middle;
}
.styled-checkbox3 + label:hover{
   /* filter: grayscale(0%);*/
    opacity: 1;
    /*background-color: #e55982;*/
    /* border-bottom: 1px solid #FFFFFF;*/
}
.styled-checkbox3:checked + label {
   opacity: 1;
   /*background-color: #e55982;*/
    /*border-bottom: 1px solid #FFFFFF;*/
}

.styled-checkbox3 + label:hover span{
    text-decoration: underline;
}

.styled-checkbox3:checked + label span{
    text-decoration: underline;
}





.Editprofilecontainer{
	min-height:620px;
}


.Editprofilecontainer{
    padding-top: 45px;
    background-color: transparent;
    border-radius: 0px;
    border: 0px;
}

.Editprofilecontainer .card-header{
    background-color: transparent;
    padding: 0px;
    padding-bottom: 15px;
    border-bottom: 1px #868686 solid;
}

.Editprofilecontainer .card-header h3{
    font-size: 24px;
    color: #000000;
}



.Editprofilecontainer .contect_form1 input{
    width: 100%;
    background: #fff;
    border: 1px solid #f8a8c0;
    padding: 12px 12px;
    font-size: 16px;
    color: #7c7c7c;
    font-family: 'Nunito', sans-serif;
    border-radius: 0px;
    font-weight: 600;
    margin-bottom: 15px;
}
.Editprofilecontainer .contect_form1 input::placeholder{
    color: #7c7c7c;
}
.Editprofilecontainer .contect_form1 input:focus{
    outline: 0px;
    box-shadow: none;
}
.Editprofilecontainer .contect_form1 textarea{
    width: 100%;
    background: #fff;
    border: 1px solid #8bccbc;
    padding: 12px 12px;
    font-size: 16px;
    color: #000000;
    border-radius: 0px;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
}
.Editprofilecontainer .contect_form1 textarea:focus{
    outline: 0px;
    box-shadow: none;
}
.Editprofilecontainer .contect_form1 textarea::placeholder{
    color: #7c7c7c;
}
.address_hg textarea{
    height: 100px;
}
.Editprofilecontainer .contact_text_btm .btm_blog{
    width: 250px;
    text-align: center;
    margin-top: 10px;
}
.Editprofilecontainer  .contact_text_btm button{
    margin: 0;
    padding: 13px 20px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    background-color: #e55982;
    letter-spacing: 1px;
    transition: .25s;
    position: relative;
    display: block;
	width: 250px;
	border:0px;
	cursor:pointer;
}
.Editprofilecontainer  .contact_text_btm button span{
    position: relative;
    z-index: 2;
}
.Editprofilecontainer .contact_text_btm button:hover{
    transition: .25s;
}
.Editprofilecontainer .contact_text_btm button::before{
    width: 0%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    bottom: 0;
    z-index: 1;
    background: #000000;
    transition: .25s;
}
.Editprofilecontainer .contact_text_btm button:hover::before{
     width: 100%;
}

.UserDashboardBody .nav-pills .nav-link.active, .UserDashboardBody .nav-pills .show>.nav-link {
    color: inherit;
    background-color: inherit;
}


.single.single-room .owl-nav{
    position: absolute;
    bottom: 50%;
    left: 10%;
    right: 10%;
    margin-bottom: -20px;
}

.owl-carousel .owl-nav button.owl-next{
    float: right;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    width: 40px;
    height: 40px;
    background-size: 40px;
    background-repeat: no-repeat;
}

.owl-carousel .owl-nav button.owl-prev{
    background-image: url(images/left-arrow.png);
}


.owl-carousel .owl-nav button.owl-next{
    background-image: url(images/right-arrow.png);
}

.owl-carousel .owl-nav button span{
    display: none;
}

.owl-carousel button:focus{
    outline: 0px;
    border: 0px;
    box-shadow: none;
}


.BoutiqueContainer{
    padding-top: 70px;
    padding-bottom: 70px;
}



.ProductListTop {
    padding-bottom: 15px;
    /*border-bottom: 1px #ebebeb solid;*/
    width: 100%;
    clear: both;
    display: block;
    margin-bottom: 22px;
}

.ProductListTop .ProductListTopLeft {
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

.ProductListTopRight {
    display: flex;
    align-items: center;
}
.ProductListTopRight label {
    font-size: 14px;
    color: #4c4c4c;
    margin-right: 16px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0;
}
.ProductListTopRight select {
    font-size: 14px;
    font-weight: 600;
    padding: 5px;
    color: #7e7e7e;
    border: 1px #ebebeb solid;
}
.BoutiqueContainer .map_icon_section {
    margin-top: 80px;
}

.BoutiqueContainer .map_icon_section h2{
    margin-left: 0px !important;
}

.BoutiqueContainer .love_suite_box h4{
    padding-bottom: 0px!important;
    font-size: 17px !important;
    font-weight: 700;
}

.BoutiqueContainer .love_suite_box ins{
    font-size: 30px;
    text-decoration: none;
}
.textrev{
    padding-top: 5px;
    color: #FFFFFF;
    font-size: 16px;
        z-index: 2;
    position: relative;
}

.BoutiqueContainer .love_suite_inner_section{
    padding: 0px;
}

.FLoatingCartIcon{
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: #e55982;
    z-index: 9999;
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 50%;
}
.FLoatingCartIcon span{
    position: absolute;
    width:24px;
    height: 24px;
    right: -3px;
    top: -3px;
    background-color: #000000;
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    border-radius: 50%;
    text-align: center;
    line-height: 23px;
    box-shadow: 0 0px 5px rgba(0,0,0,.18);
}
.textrev a {
	pointer-events: none !important;
	color: #fff;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message{
    border-color: #e55982;
}
.woocommerce-message::before{
    color: #e55982;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
    background-color: #e55982;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
    background-color: #c6325d;
}
.woocommerce-cart table.cart td.actions  .input-text{
    width: 100px;
}

.woocommerce-info::before{
    color: #e55982;
}


.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
    max-width: 50%;
    flex: 0 0 50%;
}

.InnerpageContent ul.payment_methods li:before{
    display: none;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
    font-size: 14px;
    width: 100%;
    height: 60px;
    border-radius: 0px;
    border: 0px #ffffff solid;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 14px;
    color: #000000;
    margin-bottom: 15px;
    background-color: #f8f7f7;
    transition: .25s;
}

.woocommerce form .form-row textarea{
    height: 80px;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{

}

.woocommerce-input-wrapper{
    display: block;
    width: 100%;
}

.InnerpageContent ul.woocommerce-error{
    padding: 1em 2em 1em 3.5em !important;
}

.InnerpageContent .woocommerce-error li:before{
    display: none;
}

.woocommerce-terms-and-conditions-wrapper{
    display: block;
    width: 100%;
}

.woocommerce-terms-and-conditions-wrapper p{
    padding-bottom: 0px;
}

.woocommerce form .form-row .select2-container, .select2-container--default .select2-selection--single{
    height: 50px;
    border: 0px;
    border-radius: 0px;
    border: 0px;
    background-color: #f8f7f7;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 50px;
    right: 10px;
}

.woocommerce .col2-set, .woocommerce-page .col2-set h3{
    font-size: 18px;
}

.custom-file-label::after {
	content: "Parcourir" !important;
}

.sswrap{
    display: flex;
}

.sswrap a{    
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.searchoptions {
	width: 100%;
	background: #fff;
	top: 50px;
	display: none;
    box-shadow: 0 0 15px rgba(0,0,0,.15);
}
#searchoptionul {
	text-align: left;
	list-style: none;
	padding: 0;
	columns: 3;
	font-size: 14px;
	transition: all 300ms linear;
}
.searchoptionli {
	background-color: #fff;
	transition: all 200ms linear;
	margin: 3px 0;
	padding: 0 3px;
}
.searchoptionli:hover {
	background-color: #f7f7f7;
	cursor: pointer;
    color: #e55982;
}
.searchclear {
	line-height: 1;
	top: 50%;
	transform: translateY(-50%);
	right: 80px;
	font-size: 10px;
	text-shadow: 1px 1px 0 #fff;
	cursor: pointer;
    /*display: none;*/
    width: 24px;
    height: 24px;
    background-image: url(images/close-cross.png);
    background-size: 12px;
    background-repeat: no-repeat;
    z-index: 9;
    text-indent: -111111px;
    border: 0px;
    background-position: center center;
    cursor: pointer;
    transition: .25s;
}




#searchoptions::before {
	content: "";
	width: 0;
	position: absolute;
	height: 0;
	border-style: solid;
	border-width: 0 12px 12px 12px;
	border-color: transparent transparent #fff transparent;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
}

.nos-lovesuites-banner{
    height: 200px;
}
.nos-lovesuites-banner .container{
    display: none;
}
.btn-mobile-filter{
    background-color: #e55982;
    border: 0px;
}

.btn-primary.btn-mobile-filter:hover, .btn-primary.btn-mobile-filter:active, .btn-primary.btn-mobile-filter:focus {
    background-color: #e55982 !important;
}


.addroomsection3{
    margin-bottom: 20px;
    border: 0px;
    border-radius: 0px;
}
.addroomsection3 h5{
    font-size: 18px;
    color: #000000;
    margin-bottom: 20px;
}


.addroomsection4{
    margin-bottom: 20px;
    border: 0px;
    border-radius: 0px;
}
.addroomsection4 h5{
    font-size: 18px;
    color: #000000;
    margin-bottom: 20px;
}

.UserDashboardinputtextarea{
    height: 80px;
}

.searchoptions{
    height: 250px;
    overflow: auto;
}

.aux_section{
    padding-top: 30px;
}

.aux_section h4{
  margin: 0 0 35px 0;
    padding: 0;
    font-size: 30px;
    color: #000000;
    font-weight: 700;
    position: relative;

}

.aux_section h4::before {
    width: 80px;
    height: 2px;
    background-color: #000000;
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
}

.roomreating{
    width: 90px;
    margin: 0 auto;
    display: none;
}




.SocialShareingbts{
    padding-top: 40px;
}
.SocialShareingbts h4{
    margin: 0 0 35px 0;
    padding: 0;
    font-size: 30px;
    color: #000000;
    font-weight: 700;
    position: relative;
}
.SocialShareingbts h4::before{
    width: 80px;
    height: 2px;
    background-color: #000000;
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
}
.SocialShareingbts ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.SocialShareingbts ul li{
    margin-right: 8px;    
}
.SocialShareingbts ul li a{
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 100%;
    text-align: center;
    display: block;
    padding: 0;
    list-style: none;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #f5c0cf;
    text-align: center;
    margin-right: 10px;
}
.SocialShareingbts ul li a:hover{
    background-color: #f5c0cf;
    color: #FFFFFF;
}

.footerbutton .btn-link{
margin: 0;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: #e55982;
    letter-spacing: 1px;
    transition: .25s;
    position: relative;
    display: block;
    cursor: pointer;
    border: 0px;
    width: 100%;
    text-transform: uppercase;
}

.contact-left{
    font-size: 20px;
    padding-top: 30px;
}

.contact-left p{
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 36px;
    opacity: 1;
}
.contact-left .btn-link{
    background: #000000;
    border-radius: 0px;
    padding: 12px 40px;
    line-height: 17px;
    font-size: 14px;
    transition: .25s;
    color: #FFFFFF;
    text-transform: uppercase;
}
.contact-left .btn-link:hover{
    background: #e55982;
    text-decoration: none;
}
.viewcounts .pvc_stats {
	text-align: center !important;
	display: block;
	float: none !important;
	line-height: 1;
	margin-bottom: 0 !important;
	font-size: 14px !important;
	margin-top: 15px;
}

.Signinsection .floating-label{
    font-size: 13px;
}



.ContactForm .btn-primary{
    background-color: #000;
    border: 0px;
    color: #FFF;
}

.ui-slider .ui-slider-range{
    background-color: #6b0f1a;
    background-image: linear-gradient(90deg, #b91372 0%, #6b0f1a 74%);
}

