:root{
    --pinoups-red :  rgb(143 27 36) ;
    --pinoups-green:  rgb(163 172 121);
    --pinoups-darkgreen:  rgb(114 125 87);
}
.bg-pinoups-green{
    background-color: var(--pinoups-green)
}
.pinoups-red{
    color:  var(--pinoups-red);
}
@font-face {
    font-family: 'Milestone';
    src: url('fonts/MilestoneFreeVersion-Script.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* Définition de la police Gabriola */
@font-face {
    font-family: 'Gabriola';
    src: url('fonts/Gabriola.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Définition de la police Budmo */
@font-face {
    font-family: 'Budmo';
    src: url('fonts/budmo jiggler.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #f8f4f2; /* Couleur de fond de la maquette */
}

h1, h5, .nav-link, .milestone {
    font-family: 'Milestone', cursive; /* Style de police Pin-up */
    color :  var(--pinoups-red);
}
.tel{
    text-align:  right;
}
.gabriola{
    font-family: 'Gabriola';
    color :  var(--pinoups-red);
}
.budmo{
    font-family: 'Budmo';
    color :  var(--pinoups-red);
}
.logo-container {
    max-width: 250px;
    margin: 0 auto;
}

.article-card {
    overflow: hidden;
    border-bottom:  2px solid var(--pinoups-green);
}
.article-card .card-text{
    height:  57px;
}
.badge-promo{
    border:  2px solid var(--pinoups-red);
    background-color: white;
    transform: rotate(-15deg);
    display: block;
    float: left;
    padding:  0 15px;
    text-align:  center;
    font-size:  2rem;
    position: absolute;
    top:  25px;
    left:  25px;
}
.article-card .price{
    position:  relative;
    top: -30px;
}
.article-card .price>img{
    position: absolute;
    filter: drop-shadow(0px 10px 4px #00000055);
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    left: 0;
    z-index: 1;
    width: 100%;
}
.article-card .price .unit-price{
    position: relative;
    display: block;
    z-index: 2;
    text-align: center;
    font-size: 2rem;
}
.article-card .price .reduc.unit-price{
    position: absolute;
    display: block;
    z-index: 2;
    text-align: center;
    font-size: 1.5rem;
    left:  40px;
}
.article-card .price .percent-reduc.unit-price{
    position: absolute;
    z-index: 3;
    text-align: center;
    font-size: 1.5rem;
    left:  55px;
    top:  15px;
    border-radius: 50%;
    background-color: var(--pinoups-darkgreen);
}

.article-card .price .promo-price.unit-price{
    z-index: 3;
    font-size: 1.65rem;
    text-align: center;
    display: block;
    float: right;
    margin-right:  30px;
    margin-top:  1px;
    border-radius: 50%;
    border-color: var(--pinoups-red);
    border-style: solid;
    padding:  0 10px;
}
.contact{
    padding-top:  250px;
    font-size:  3.5rem;
    text-shadow: 1px 0 #fff, -1px 0 #fff, 0 1px #fff, 0 -1px #fff,
             1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
    padding-left:  50px;
    background: url('../assets/images/bgfooter.png') no-repeat;
    background-position:  20% 0;
    height: 500px;
    text-align: center;
    background-size:  110% 100%;
}
.leftline{
    text-align: center;
    font-size:  2.5rem;
}
.tel{
    font-size:  4.5rem;
    padding-left:  20px;
    text-shadow: none;
}
.unavailable{
    color: var(--pinoups-green);
    position: relative;
}
.unavailable::after{
    content: "\f05e";
    font-family: "Font Awesome 7 Free";
    display: block;
    font-weight: 600 ;
    color: var(--pinoups-red);
    position: absolute;
    top: 0;
    left:  -5px;

}

.card-img-top {
    height: 350px; /* Taille fixe pour les images */
    object-fit: contain;
}

.rotate-n-15 {
    transform: rotate(-15deg);
    left: -15px; /* Décaler un peu l'étiquette */
    top: 15px;
}
svg a{
    display: block;
}