@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Condensed&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
:root{
    --fr-color-site: 157 184 200 !important;
    --fr-color-site-dark: 109 142 162 !important;
    --fr-color-site-light : 80 120 200;
    --fr-color-site-acc : 250 190 40;
    --bs-gradient: linear-gradient(0deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0)) !important;
}
body {
    position: relative;
    font-family: 'Ubuntu', Arial;
    background-color: rgb(var(--fr-color-site)/10%);
    font-weight: 300;
}
p{
    margin-bottom: .5rem !important;
}
.w-20{
    width: 20% !important;
}
.prix-bulle {
    width: 150px;
}
.prix-item {
    line-height: 120%;
    height: auto;
    margin: 2rem;
}
.prix {
    font-family: 'Ubuntu Condensed';
    text-shadow: 3px 3px 2px rgb(0 0 0 / 30%);
}
.prix sup {
    font-size: 50%;
    vertical-align: middle;
}
.condensed{
    font-family: 'Ubuntu Condensed';
}
.header h2 {
    font-size: 3vw;
    color: rgb(var(--fr-color-site-dark));
    line-height: 100%;
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: solid 2px rgb(var(--fr-color-site-dark));
}
article h1 span {
    font-weight: 200;
    font-size: 60%;
    display: block;
    color: rgb(var(--fr-color-site-dark));
}
.ombre {
    padding: 15px;
    background-color: rgb(0 0 0 / 50%);
    border-radius: 50%;
    box-shadow: 0 0 15px black;
    position: absolute;
    width: 95%;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 0;
}

.affiche a:hover {
    text-decoration: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(3deg);
    width: 100%;
    height: auto;
    box-shadow: 0 7.5px 15px rgb(0 0 0 /30%);
}
.vedette {
    transform: rotate(3deg);
    position: relative;
    top: -51px;
    left: -1rem;
    width: 85%;
    transition: all 0.3s ease-in-out;
}
.vedette:hover {
    text-decoration: none;
    /* top: 50%; */
    /* left: 50%; */
    transform: rotate(6deg);
    width: 85%;
    height: auto;
    box-shadow: 0 7.5px 15px rgb(0 0 0 / 30%);
}
.logo{
    height: 47px;
}
.navbar-site .dropdown-item:hover {
    color: white;
    /*background-color: rgb(var(--fr-color-site) /30%);*/
}
@media (min-width: 992px) {

    .navbar-site .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .navbar-site .dropdown-menu {
        display: none;
    }
    .navbar-site .dropdown-menu li:last-child {
        border-bottom-left-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
    }
}
.btn-outline-site {
    --bs-btn-color: rgb(var(--fr-color-site)/50%);
    --bs-btn-border-color: var(--bs-border-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(var(--fr-color-site)/50%);
    --bs-btn-hover-border-color: rgb(var(--fr-color-site)/50%);
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(var(--fr-color-site)/50%);
    --bs-btn-active-border-color: rgb(var(--fr-color-site)/50%);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: rgb(var(--fr-color-site)/50%);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: rgb(var(--fr-color-site)/50%);
    --bs-gradient: none;

}
.btn-site {
    --bs-btn-color: #fff;
    --bs-btn-bg: rgb(var(--fr-color-site));
    --bs-btn-border-color: rgb(var(--fr-color-site));
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(var(--fr-color-site-dark));
    --bs-btn-hover-border-color: rgb(var(--fr-color-site-dark));
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(var(--fr-color-site-dark));
    --bs-btn-active-border-color: rgb(var(--fr-color-site-dark));
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: rgb(var(--fr-color-site));
    --bs-btn-disabled-border-color: rgb(var(--fr-color-site));
}

.btn-site-light {
    --bs-btn-color: #fff;
    --bs-btn-bg: rgb(var(--fr-color-site-light));
    --bs-btn-border-color: rgb(var(--fr-color-site-light));
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(var(--fr-color-site-dark));
    --bs-btn-hover-border-color: rgb(var(--fr-color-site-dark));
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(var(--fr-color-site-dark));
    --bs-btn-active-border-color: rgb(var(--fr-color-site-dark));
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: rgb(var(--fr-color-site-light));
    --bs-btn-disabled-border-color: rgb(var(--fr-color-site-light));
}
.fr-bg-opacity-5{
    --bs-bg-opacity: .05;
}
.fr-opacity-5{
    --fr-opacity : 5% !important;
}
.fr-opacity-10{
    --fr-opacity : 10% !important;
}
.fr-opacity-20{
    --fr-opacity : 20% !important;
}
.fr-opacity-30{
    --fr-opacity : 30% !important;
}
.fr-opacity-40{
    --fr-opacity : 40% !important;
}
.fr-opacity-50{
    --fr-opacity : 50% !important;
}
.fr-opacity-60{
    --fr-opacity : 60% !important;
}
.fr-opacity-70{
    --fr-opacity : 70% !important;
}
.fr-opacity-80{
    --fr-opacity : 80% !important;
}
.fr-opacity-90{
    --fr-opacity : 90% !important;
}
.bg-site{
    --fr-opacity: 100%;
    background-color: rgb(var(--fr-color-site) / var(--fr-opacity)) !important;
}
.text-bg-site{
    --fr-opacity: 100%;
    background-color: rgb(var(--fr-color-site) / var(--fr-opacity)) !important;
    color: rgb(255 255 255) !important;
}
.text-site{
    --fr-opacity: 100%;
    color:rgb(var(--fr-color-site) / var(--fr-opacity)) !important;
}
.border-site{
    --fr-opacity: 100%;
    border-color: rgb(var(--fr-color-site) / var(--fr-opacity)) !important;
}
.bg-site-light{
    --fr-opacity: 100%;
    background-color: rgb(var(--fr-color-site-light)/var(--fr-opacity)) !important;
}
.text-bg-site-light{
    --fr-opacity: 100%;
    background-color: rgb(var(--fr-color-site-light)/var(--fr-opacity)) !important;
    color: rgb(255 255 255) !important;
}
.text-site-light{
    --fr-opacity: 100%;
    color:rgb(var(--fr-color-site-light) / var(--fr-opacity)) !important;
}
.border-site-light{
    --fr-opacity: 100%;
    border-color: rgb(var(--fr-color-site-light) / var(--fr-opacity)) !important;
}
.bg-site-dark{
    --fr-opacity: 100%;
    background-color: rgb(var(--fr-color-site-dark) / var(--fr-opacity)) !important;
}
.text-bg-site-dark{
    --fr-opacity: 100%;
    background-color: rgb(var(--fr-color-site-dark) / var(--fr-opacity)) !important;
    color: rgb(255 255 255) !important;
}
.text-site-dark{
    --fr-opacity: 100%;
    color: rgb(var(--fr-color-site-dark) / var(--fr-opacity)) !important;
}
.border-site-dark{
    --fr-opacity: 100%;
    border-color: rgb(var(--fr-color-site-dark) / var(--fr-opacity)) !important;
}
.bg-site-acc{
    --fr-opacity: 100%;
    background-color: rgb(var(--fr-color-site-acc) / var(--fr-opacity)) !important;
}
.text-bg-site-acc{
    --fr-opacity: 100%;
    background-color: rgb(var(--fr-color-site-acc) / var(--fr-opacity)) !important;
    color: rgb(0 0 0) !important;
}
.text-site-acc{
    color:rgb(var(--fr-color-site-acc)) !important;
}
.btn-site-acc {
    --bs-btn-color: #000;
    --bs-btn-bg: rgb(var(--fr-color-site-acc));
    --bs-btn-border-color: rgb(var(--fr-color-site-acc) / 30%);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(var(--fr-color-site-dark));
    --bs-btn-hover-border-color: rgba(var(--bs-black-rgb), .3);
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: rgb(var(--fr-color-site-dark));
    --bs-btn-active-border-color: rgb(var(--fr-color-site-dark) / 30%);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: rgb(var(--fr-color-site-acc));
    --bs-btn-disabled-border-color: rgb(var(--fr-color-site-acc));
}
.ft-10 {
    font-size: 10px !important;
}
.ft-12 {
    font-size: 12px !important;
}
.ft-14 {
    font-size: 14px !important;
}
.ft-16 {
    font-size: 16px !important;
}
.ft-18 {
    font-size: 18px !important;
}
.ft-19 {
    font-size: 19px !important;
}
.ft-24 {
    font-size: 24px !important;
}
.ft-32 {
    font-size: 32px !important;
}
.ft-36 {
    font-size: 36px !important;
}
.ft-48 {
    font-size: 48px !important;
}
.ft-52 {
    font-size: 52px !important;
}
.ft-72 {
    font-size: 72px !important;
}

@media (max-width: 768px){
    .ft-sm-12 {
        font-size: 12px;
    }
    .ft-sm-14 {
        font-size: 14px;
    }
    .ft-sm-16 {
        font-size: 16px;
    }
    .ft-sm-18 {
        font-size: 18px;
    }
    .ft-sm-20 {
        font-size: 20px;
    }
    .ft-sm-24 {
        font-size: 24px;
    }
    .ft-sm-28 {
        font-size: 28px;
    }
    .ft-sm-32 {
        font-size: 32px;
    }
    .ft-sm-36 {
        font-size: 36px;
    }
    .ft-sm-48 {
        font-size: 48px;
    }
    .ft-sm-52 {
        font-size: 52px;
    }
    .ft-sm-60 {
        font-size: 60px;
    }
    .ft-sm-72 {
        font-size: 72px;
    }
}
.header {
    background-size: cover;
    background-position: center;
    height: calc(100vh - 77px);
    background-image: url(../img/bg-img-header.svg), linear-gradient(180deg, white, rgb(var(--fr-color-site)));
    max-height: 650px;
}
.carousel-item h1{
    color: #9c9c9c;
}

@media (min-width: 768px) and (max-width: 991px){

}
