/*
Theme Name: Bonmont
Theme URI:
Author: Starling
Author URI: http://www.starlinghotels.ch/
Description: Thème Wordpress pour Bonmont
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bonmont
*/

/*--------------------------------------------------------------
>>> UTILISISATION DE KNACSS.CSS http://knacss.com/
--------------------------------------------------------------*/

.type_offre_golf,.type_offre_hotel,.type_offre_restaurant{
	display: none !important;
}

.footer-content .menu::before {
	content: "";
	display: none;
}

#site-footer .menu {
	display: flex;
}

#site-footer .menu > * {
	width: 33%;
}

#site-footer .menu .inner-center .dots {
	display: block;
	text-align: center;
	margin-bottom: 3rem;
}

#site-footer .menu .inner-right {
	text-align: right;
	margin-left: 2rem;
}

#site-footer .menu .inner-right .partner {
	display: inline-block;
	text-align: left;
}

#site-footer .menu .inner-right strong {
	margin-bottom: 6px;
	display: block;
}

#site-footer .menu .inner-right a {
	display: block;
	margin-top: 2.7rem;
}

#cycle-slidehome .cycle-slideshow-slide {
	width: 100%;
}

#cycle-slidehome .cycle-slideshow-slide img {
	width: 100%;
}

#cycle-slidehome ~ #cycle-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 50px;
	margin: auto;
	background-color: #a9a376;
	z-index: 99;
	cursor: pointer;
	transition: all .3s;
    
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 9999 !important;
}

#cycle-slidehome ~ #cycle-prev:hover {
	background-color: #00625c;
}

#cycle-slidehome ~ #cycle-prev:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 10px;
    height: 10px;
    border: 3px solid #ffffff;
    margin: auto;
    transform: rotate(45deg);
    border-right: none;
    border-top: none;
}

#cycle-slidehome ~ #cycle-next {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	margin: auto;
	background-color: #a9a376;
	z-index: 99;
	cursor: pointer;
	transition: all .3s;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 9999 !important;
}

#cycle-slidehome ~ #cycle-next:hover {
	background-color: #00625c;
}

#cycle-slidehome  ~  #cycle-next:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 10px;
    height: 10px;
    border: 3px solid #ffffff;
    margin: auto;
    transform: rotate(45deg);
	border-left: none;
    border-bottom: none;
}

.st-breadcrumb.large-center{
     z-index: 9999;
}
@media screen and (min-width: 641px) {
    .bloc-top-content {
       z-index: 999;
    }
    .btn-offers {
         z-index: 999;
    }
    .btn-book{   
     z-index: 999;
    }
}

.flex-buttons.bg-gold .btn, .flex-buttons.bg-gold .nav-post .next>a, .flex-buttons.bg-gold .nav-post .prev>a, .nav-post .flex-buttons.bg-gold .next>a, .nav-post .flex-buttons.bg-gold .prev>a {
    padding: 2rem 4rem;
    background-color: #a9a376;
}

.flex-buttons.bg-gold .btn:hover, 
.flex-buttons.bg-gold .nav-post .next>a:hover, 
.flex-buttons.bg-gold .nav-post .prev>a:hover, 
.nav-post .flex-buttons.bg-gold .next>a:hover, 
.nav-post .flex-buttons.bg-gold .prev>a:hover {
    background-color: #b0aa80;
}
#nonprod {
	background-color: red;
	color: white;
        bottom: 0;
        right: 0;
        position: fixed;
        z-index: 3000;
}
