@charset "utf-8";
/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Fredericka+the+Great&family=Open+Sans:wght@300;400;500;600;800&display=swap');

/* Font family */
/*
    font-family: 'Fredericka the Great', cursive;
    font-family: 'Open Sans', sans-serif;
*-/

/* Icones */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

/* Global */
*{font-family: 'Open Sans', sans-serif;}
p{ color:#593825; }
a:hover{ text-decoration: none; }

/* Colors */
.clr-dark-1{color:#593825;}
.clr-jaune-1{color:#f29f05;}
.clr-orange-1{color:#F2DCC2;}
.clr-brun-1{color:#8c6f56;}
.clr-light-1{color:#d9c2ad;}

/* Buttons */
.btn-dark-1{background:#593825;}
.btn-jaune-1{
    background:#f29f05;
}
.btn-orange-1{
    background:#F2DCC2;
    color:#593825;
    box-shadow: 2px 2px 0px 0px rgba(191,117,75,0.75);
    -webkit-box-shadow: 2px 2px 0px 0px rgba(191,117,75,0.75);
    -moz-box-shadow: 2px 2px 0px 0px rgba(191,117,75,0.75);
}
.btn-orange-1:hover{
    background:#BF754B;
    color:#F2DCC2;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.btn-brun-1{background:#8c6f56;}
.btn-light-1{background:#d9c2ad;}

/* Links */
.lk-dark-1{color:#593825;}
.lk-jaune-1{color:#f29f05;}
.lk-orange-1{color:#F2DCC2;}
.lk-brun-1{color:#593825;}
.lk-brun-1:hover{color:#593825;}
.lk-light-1{color:#d9c2ad;}

/* Bg Image */
body, html {
    background-image: url("../images/shop-inside-004.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

/* Pop Up */
.pop-up .uk-modal-dialog{
	width:800px;
    background:#F2DCC2;
}
.pop-up h4{
    font-family: 'Fredericka the Great', cursive;
    text-align:center;
    font-size:2.25em;
    color:#BF754B;
}
.pop-up img{
	width:100%;
	max-width:800px;
	height:auto;
}

/* Site */
.site{ background:rgba(242,220,194, 0.9); }
.site-med{ background:rgba(242,220,194, 0); }

/* Header */
.header h1{
    font-family: 'Fredericka the Great', cursive;
    text-align:center;
    font-size:5.5em;
    color:#593825;
    margin-bottom:0px;
}
.header h1 a{
    font-family: 'Fredericka the Great', cursive;
    color:#593825;
}
.header h2{
    font-family: 'Fredericka the Great', cursive;
    text-align:center;
    font-size:2.6em;
    color:#BF754B;
    margin-top:0px;
}

/* Navbar */
.navbar{
    border-top:1px solid #BF754B;
    border-bottom:1px solid #BF754B;
}
.navbar ul li{
    padding:5px;
}
.navbar ul li a{
    min-height:40px;
    color:#BF754B;
    font-weight:bold;
    padding:0 5px;
}
.navbar ul li a:hover{
    color:#593825;
}
.navbar ul li.active > a{
    background:#BF754B;
    color:#F2DCC2;
}
.navbar ul li.active:hover{
    color:#F2DCC2 !important;
}
.navbar .uk-navbar-dropdown{
    background:#F2DCC2;
    min-width: auto;
    padding:10px;
}
.navbar .uk-navbar-dropdown-nav li a{ min-height:35px; }
.uk-sticky-fixed{ background:rgba(242,220,194, 0.9); }

/* Mobile Off-Canvas */
.mobile-off-canvas{ background:#593825; }

/* Header */
.header-off-canvas h1{
    font-family: 'Fredericka the Great', cursive;
    text-align:center;
    font-size:2.1em;
    color:#d9c2ad;
    margin-bottom:0px;
}
.header-off-canvas h1 a{
    font-family: 'Fredericka the Great', cursive;
    color:#d9c2ad;
}
.header-off-canvas h2{
    font-family: 'Fredericka the Great', cursive;
    text-align:center;
    font-size:1em;
    color:#d9c2ad;
    margin-top:0px;
}

/* A propos */
.apropos{ background:#BF754B; }
.apropos h3{
    font-family: 'Fredericka the Great', cursive;
    text-align:left;
    font-size:2em;
    color:#F2DCC2;
}

/* Contenu */
.contenu h3{
    font-family: 'Fredericka the Great', cursive;
    text-align:left;
    font-size:2em;
    color:#593825;
}
.contenu h4{
    font-family: 'Fredericka the Great', cursive;
    text-align:center;
    font-size:1.75em;
    color:#593825 !important;
}
.contenu h4 a{
    font-family: 'Fredericka the Great', cursive;
    text-align:center;
    font-size:1.25em;
    color:#593825;
}
.contenu h4 a:hover{ color:#BF754B; }
.contenu h5{
    color:#BF754B;
    font-weight: bold;
}
.contenu h5 a:hover{
    color:#593825;
}

.contenu .bloc-activite{
    margin-bottom:25px;
}
.contenu .bloc-activite h5{
    margin:0 auto 10px auto;
    font-size:1.25em;
}
.contenu .bloc-activite ul{
    margin:5px auto;
}
.contenu .uk-card-body{ padding:20px; }

.contenu .slide-magasin i{
    font-size:2em;
    color:#BF754B;
}
.contenu .slide-magasin i:hover{
    color:#593825;
}

/* Footer */
.footer h3{
    font-family: 'Fredericka the Great', cursive;
    text-align:left;
    font-size:2em;
    color:#593825;
}
.footer table{ color:#BF754B; }
.footer address{ color:#BF754B; }
.footer table tr td:last-child{
    text-align:right;
}
.footer a{ color:#593825; }
.footer a:hover{ color:#8c6f56; }
.footer i{
    color:#593825;
    font-size:1.25em;
}

/* Copyright */
.copyright{ background:#BF754B; }
.copyright p{ color:#593825; }
.copyright p a{ color:#F2DCC2; }

/* Modal Style */
.modal-style{background:#d9c2ad;}
.modal-style .uk-modal-header, .modal-style .uk-modal-footer{background:#BF754B;}
.modal-style .uk-modal-header h2{
    font-family: 'Fredericka the Great', cursive;
    text-align:left;
    font-size:2em;
    color:#d9c2ad;
}
.modal-style .uk-modal-body h3{
    font-family: 'Fredericka the Great', cursive;
    font-size:1.75em;
    color:#593825;
}
.modal-style .uk-modal-body ul li a{ color:#8c6f56; }
.modal-style .uk-modal-body ul li a:hover{ color:#593825; }