/*
Theme Name: Alloggio Child
Theme URI: https://alloggio.qodeinteractive.com
Description: A child theme of Alloggio
Author: Edge Themes
Author URI: https://qodeinteractive.com
Version: 1.0.0
Text Domain: alloggio
Template: alloggio
*/
/* ----------------------------- */
/* Sticky header & boutons     
 * @SBCREATION s-bachir.com - 11.25  */
/* ----------------------------- */
.qodef-header-sticky .qodef-header-sticky-inner {
    display: flex;
    align-items: center;
    position: relative;
}

.qodef-flex-spacer {
    flex: 1;
}

.sticky-menu-button-wrapper {
    display: flex;
    align-items: center;
}

.sticky-reservation-button {
    margin-right: 15px;
}

.qodef-header-sticky .sticky-reservation-button .wp-block-button__link,
.qodef-header-sticky .boutonserversurmobile .wp-block-button__link {
    color: #000;
    background-color: transparent;
    border: 1px solid rgba(0,0,0);
    padding: 6px 14px;
    border-radius: 4px;
    font-family: Raleway, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .25em;
    text-transform: uppercase;
    line-height: 2em;
    display: inline-block;
    transition: 0.2s ease;
    text-align: center;
}

.qodef-header-sticky .sticky-reservation-button .wp-block-button__link:hover,
.qodef-header-sticky .boutonserversurmobile .wp-block-button__link:hover {
    opacity: 0.8;
}

/* Bouton mobile */
.boutonserversurmobile {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/* Responsive : mobile <= 992px */
@media screen and (max-width: 992px) {
    .boutonserversurmobile {
        display: block;
    }
    .sticky-reservation-button {
        display: none;
    }
}


