/*
Theme Name: Demeure de la Baronne
Theme URI: https://demeuredelabaronne.fr
Author: Didier Schneider
Description: Thème sur mesure pour la maison d'hôtes Demeure de la Baronne
Version: 1.0.0
Text Domain: demeurebaronne
*/

/* Reset et variables */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #111111;
    font-family: "Raleway", sans-serif;
    color: var(--text);
    padding-top: 50px;
}

/* :where(html) img {
    border-radius: 10px !important;
} */

.container {
    max-width: 1600px;
    margin: 0 auto;
}

.btn {
    display: inline-block;
    padding: .7rem 1rem;
    border: 1px solid #ddba5e;
    background-color: #ddba5e;
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 600 !important;
    color: #ffffff;
}
.btn.btn-outline {
    background-color: transparent;
    color: #ddba5e;
}
a.elementor-button {
    text-decoration: none !important;
}
b, strong {
  font-weight: 600;
}
.elementor-shape .elementor-shape-fill {
    fill: #111111 !important;
}
h2 a, h3 a {
    text-decoration: none !important;
    font-family: 'Vonique', serif !important;
}
.swiper-slide {
    align-self: center;
}