﻿
.input-group {
    display: table!important;
}

.emailinput{
    border: medium none!important;
    display: table-cell!important;
    color: #666!important;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s!important;
    width: 100%!important;
    font-size: 1em!important;
    height: 50px!important;
    line-height: 100%!important;
    margin: 0!important;
    min-height: 28px!important;
    padding: 5px 24px!important;
    vertical-align: middle!important;
    box-sizing: border-box!important;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}


.btnemail{

    vertical-align: middle!important;
    white-space: nowrap!important;
    width: 1%;
    display: table-cell!important;
}

    .btnemail button {
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 40px;
        border-bottom-right-radius: 40px;
        padding: 14px 25px 12px !important;
        background: #3a3f51 none repeat scroll 0 0 !important;
        padding: 1em 2em !important;
        transition: all 0.2s ease-in-out 0s !important;
        -moz-user-select: none !important;
        background-image: none !important;
        border: 0 none !important;
        box-sizing: border-box !important;
        cursor: pointer !important;
        font-weight: 400 !important;
        margin: 0 !important;
        outline: 0 none !important;
        text-align: center !important;
        text-decoration: none !important;
        vertical-align: middle !important;
        white-space: nowrap !important;
        height: 50px;
    }
.formemail{
    padding-top:50px;

}

.input-group{
    margin:0 auto;
    width:70%!important;

}

@media (max-width: 767px) {

    #intro .input-group{
        width:100%!important;
    }
    .btnemail
    {
    float:left;
        width:100%;
        padding-top:5px;
        
    }
    .btnemail button{
        width:100%;
      
        border-radius: 40px!important;
    }

    .emailinput {
        float:left;
        width:100%;
        border-radius: 40px!important;
    }
}

@media (max-width: 320px) {

    .formemail{
        padding-top:0px!important;

    }
}


.applicationActionsPanel {
    margin-top: 35px;
}

.applicationActionsPanelLeft {
    width: 50%;
    float: left;
    right: 0;
}

    .applicationActionsPanelLeft a img {
        margin: auto;
        margin-right: 0;
    }

.applicationActionsPanelRight {
    width: 50%;
    float: left;
    text-align: left;
}

    .applicationActionsPanelRight a img {
        margin: auto;
        margin-left: 0;
    }





/* Style général de la modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    margin: 10%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

/* Contenu de la modal */
.modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    width: 80%;
    max-width: 500px;
}

/* Bouton de fermeture */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

/* Style du bouton */
.button {
    background-color: #4CAF50; /* Couleur de fond */
    border: none;
    color: white; /* Couleur du texte */
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
}

    /* Hover sur le bouton */
    .button:hover {
        background-color: #45a049;
    }


/* Download buttons */
.button-store .custom-btn {
    padding: 5px 10px;
    border: 1px solid #fff;
    font-weight: 500;
    border-radius: 3px;
}

    .button-store .custom-btn:hover {
        border-color: #fff;
        
    }

    .button-store .custom-btn i {
        font-size: 20px;
        margin-right: 10px;
        color: #fff;
        transition: all 0.3s;
        margin-top: 9px;
    }

    .button-store .custom-btn p {
        display: block;
        font-size: 12px !important;
        line-height: 1.4;
        color: #fff;
        font-weight: bold !important;
        margin: 0;
        transition: all 0.3s;
    }

#features .button-store .custom-btn p {
    background-color: transparent !important;
    color:white!important;
}

#features .button-store .custom-btn:hover p {
    border-color: #fff;
    color: #333 !important;
    text-decoration: none !important;
}
    .button-store .custom-btn p em {
    display: block;
    clear: both;
    font-style: normal;
    font-size: 10px !important;
    margin: 0;
    color: #fff;
    font-weight: 500;
    transition: all 0.3s;
}

    .button-store .custom-btn:hover {
        border-color: #fff;
       
    }
        .button-store:hover{
            background-color:white;
        }
.button-store .custom-btn:hover p, .button-store .custom-btn:hover em, .button-store .custom-btn:hover i {
    border-color: #fff;
    color: #333 !important;
    text-decoration: none !important;
}


.banner-btn-store {
    display: flex;
    justify-content: center;
}


.button-store {
    margin-left: 10px;
    margin-right: 10px;
    width: 150px;
    flex: 1;
    max-width: 140px;
}

.custom-btn {
    display: flex;
   text-decoration:none;
    margin:0px!important;
   
}
.custom-btn:hover {

    text-decoration: none;
  
}

.custom-btn:hover p {
    color:transparent;

}

    .custom-btn:hover a {
        color: transparent;
        background-color:transparent
    }

#intro .custom-btn p {
    margin: 0px;
     background-color:transparent;
}

.button-store .custom-btn p {
    margin: 0px;
    background-color: transparent;
}

.carousel-caption-center a {
    color: white;
    font-weight: bold;
}




    .banner-btn-store .button-store.active {
        opacity: 1;
    }



.btn-primary:hover {
    background-color: #555555!important;
    transition: all 0.2s ease-in-out;
}



.image-wrapper-actu {
   
}

    .image-wrapper-actu img {
        margin-top: 20px !important;
        display: block;
        max-width: 100%;
        height: auto;
        width: 100% !important;
        border-radius: 10%;
    }

.text-wrapper
{
    text-align:left;
}

.pagination a {
    color: #3a3f51;
    font-size:16px;
    margin-right:5px;
}
    .pagination a:hover {
        font-weight: bold;
        text-decoration:none;
    }



.pagination .active {
    font-weight:bold;
}

.pagination .previous{
    margin-right:15px;
}
.pagination .next {
    margin-left: 15px;
}

.citationSection p {
    color:white;
    margin-bottom:15px;

}

.citationSection .author {
    font-weight: bold;
    color: white;
}

.lastarticles p{
    padding-left:0px;
}




.breadcrumb {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #3a3f51;
    z-index: 15 !important;
}

    .breadcrumb ul {
        padding-left: 0px;
    }

    .breadcrumb li {
        display: inline;
        margin-right: 5px;
        color: #3a3f51;
        z-index: 15 !important;
    }

        .breadcrumb li:last-child {
            margin-right: 0;
        }

        .breadcrumb li a {
            text-decoration: none;
            color: #3a3f51;
        }

            .breadcrumb li a:hover {
                text-decoration: underline;
            }

        /* Ajout d'un icône entre chaque lien */
        .breadcrumb li:not(:last-child)::after {
            content: "\00BB"; /* Utilisation de l'entité unicode pour le caractère '»' */
            margin-left: 5px; /* Espacement entre l'icône et le lien suivant */
        }


.containerWine {
    display: flex;
    justify-content: left;
   
}
.containerImage {
    margin-right:20px;
}
.containerImage img{
    width: 100px;
    border-radius:10px;
}
.containerDescription {
    text-align:left;
   
}

#features .TitleWineType {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}

#features .TitleWineCastle {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight:bold;
}


.wineDetail p {
    text-align: left;
    text-align: justify;
}

.wineDetail h2{
    font-size:18px!important;
    margin:0px!important;
    padding:0px!important;
}

.wineDetail .row {
    margin-bottom: 25px;
}

#containerAgedPhase {
    margin-bottom: 20px;
}

.wineDetail .overlay-text, .wineDetail .breadcrumb, .wineDetail .overlay-bg {
    background-color: white;
    background-image:none;
}


.text-bold {
    font-weight: bold;
}

.titleWine {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}
.titleCastle {
    text-align: center;
    font-size: 18px;
}


section .sectionlink h2 {
    font-size: 18px;
    margin: 0;
    padding: 0;
    margin-top: 30px;
}
section .sectionlink
{
    margin-top:15px;
}

section .sectionlink h2 {
    font-size: 18px;
    margin: 0;
    padding: 0;
    margin-top: 30px;
}

section .sectionlink a {
    margin-right: 10px;
    line-height: 30px;
}


.containerPageWine p{
    text-align:justify;
}

.wineDetail .btn, .containerPageWine .btn {
    margin-top: 15px;
}


.scroll-down{
    margin-top:20px;
}

.scroll-down .fa {
    font-size:24px;
}





#features h2 {
    padding: 0px !important;
    font-size: 2em !important;
    margin-top: 24px !important;
    color: #3a3f51 !important;
}

#features h3 {
    font-size: 18px;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    color: #3a3f51 !important;
}

.featured p{
    margin-bottom:15px!important;
}
#features p, section li, .featured p,  .lastarticles p {
   
    color: #3a3f51 !important;
    background-color: #fff !important;
    font-size: 16px;
    font-weight: normal;
    text-align:left;
}

#try p {
    color: #3a3f51 !important;
    background-color: #fff !important;
    font-size: 18px;
    font-weight: normal;
}

#features {
    background-color: #fff !important;
}

.espacement {
    margin-bottom: 15px !important;
}


body{
    background-color:white!important;
}

.carousel-caption-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.breadcrumb {
    background-color: white !important;
}


.panel-1 {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
    color: #3a3f51 !important;
    word-wrap: break-word !important;
    background-color: #fff !important;
    background-clip: border-box !important;
    border: 1px solid #ebf1f6 !important;
    border-radius: 7px !important;
    box-shadow: rgba(145, 158, 171, .2) 0 0 2px 0, rgba(145, 158, 171, .12) 0 12px 24px -4px !important;
    margin-top: 20px !important;
    padding:20px;
}

.panel-1 .img-responsive {
    border-radius:7px;
    margin-bottom:15px;
}

.tableInformationWine td{
    text-align:left;
}



.imageWineContainer {
    padding-top: 3px;
    position: relative;
}

.imageWineContainer .wineFlag {
    position: absolute;
    top: 3px;
    right: 0;
    width: 50px; /* ajustez la taille selon vos besoins */
    height: auto; /* permet de maintenir le ratio d'aspect */
    z-index: 1; /* assure que le drapeau est au-dessus de l'image du vin */
    width: 14px;
}

.listWithPhoto img {
    width: 80px;
    height: 80px; 
    object-fit: cover;
    object-position: center; 
    border-radius: 8px;
    margin-right: 15px !important;
}

.listWithPhoto h4 {
    font-size: 14px;
    margin: 5px !important;
  
}

#features .appDispo h2 {
    color: white !important;
    font-size: 24px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
#features .appDispo p {
    background-color:transparent!important;
    color:white!important;
    padding-top:10px!important;
}


.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.pagination li {
margin: 0 10px;
}

.pagination a {
text-decoration: none !important;
color: #3a3f51 !important;
font-size: 16px !important;
padding: 5px 10px !important;
border:0px!important;
font-size:14px!important;
}

.pagination a:hover {
    text-decoration:underline!important;
}


.link-container {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

    .link-container .overlay-text {
        margin-bottom: 20px;
    }

        .link-container .overlay-text h3 {
            font-size: 1.5rem;
            color: #343a40;
            font-weight: bold;
            margin: 0;
        }

    .link-container a {
        display: block;
     
        text-decoration: none;
        padding: 3px;
        border-radius: 4px;
        transition: background-color 0.3s, color 0.3s;
    }

        .link-container a:hover {
           
          
            text-decoration: underline;
        }


.padding15{
    padding:15px;
}


.container-btn-panel-ads {
    display: flex;
    align-self: center;
}

.zoomable{
    cursor:pointer;
}
.margin15{
    margin:15px;
}
@media (max-width: 500px) {
    .modal {
        width:100%;
        margin:0px;
        margin-top:10%;
    }

    .modal-content {
        width: 100%;
    }

}

.image-container-article {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 340px;
    padding-bottom: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.image-container-article img{
    margin:0!important;
}
.image-paragraph {
    width: 512px; /* Largeur de l'image */
    max-height: 340px!important; /* Hauteur personnalisée pour le rectangle */
    object-fit: cover; /* Ajuste l'image en conservant son ratio */
   
}

.marginTop{
    margin-top:35px;
}

.red {
    color: #800020;
}

.featureItem {
    min-height: 140px;
}

.margin-top {
    margin-top: 10px!important;
}

#features .margin-bottom-5 {
    margin-bottom: 5px !important;
}
#features .padding-top-5 {
    padding-top: 5px !important;
}


.selectLangue {
    background-color: #2b2d35;
    color: #ffffff;
    padding: 8px 12px;
    border: 1px solid #444; /* Bordure pour contraster avec le fond */
    border-radius: 4px;
    font-size: 14px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    /* Ajout de la flèche SVG blanche à droite */
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg fill='white' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
    padding-right: 36px; /* Pour ne pas chevaucher la flèche */
    width:100M;
}

    .selectLangue:focus {
        outline: none;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
    }



.cookie-banner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 500px;
    background: rgba(58, 63, 81, 0.98);
    color: white;
    padding: 1.5em;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    border-radius: 8px;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    padding-top:40px;
    padding-bottom:40px;
}

.cookie-buttons .btn {
    margin:5px;
}

.cookie-buttons button:hover {
    background: #ccc;
}

.dimmed-background::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(58, 63, 81, 0.4); 
    z-index: 999;
    pointer-events: none;
}
.cookie-title {
    font-weight: bold;
    font-size:16px;
    margin-bottom:15px;
}

.homeFlag img {
    width: 40px;
    height: 40px;
}


/* Panel global */
#features .panel-ads {
    border: 2px solid #f39c12;
    border-radius: 12px;
    padding: 20px;
    background: #fffaf3;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

    /* Titres */
    #features .panel-ads h3 {
        font-size: 24px;
        font-weight: 700;
        color: #3a3f51;
        text-align: center;
        margin-bottom: 5px;
    }

/* Séparateur 🍷 */
#features .panel-separator {
    font-size: 18px;
    color: #3a3f51;
    margin: 0px !important;
    padding: 0px !important;
    text-align: center;
    display: block;
}

/* Liste des avantages */
#features .panel-list {
    list-style: none;
    padding: 0;
    margin: 20px auto;
    max-width: 420px;
    font-size: 16px;
    color: #444;
    line-height: 1.6;
}

/* Bloc mise en avant */
#features .panel-highlight {
    background: #fef2d0;
    padding: 14px;
    margin: 15px auto;
    border-radius: 8px;
    text-align: center;
    font-size: 15px;
    color: #3a3f51;
    font-weight: 600;
    line-height: 1.6;
}

    #features .panel-highlight span {
        color: #e67e22;
        font-size: 18px;
    }

/* Bouton principal */
#features .btn-try {
    font-size: 18px;
    font-weight: 700;
    padding: 12px 25px;
    border-radius: 50px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
    display: inline-block;
    text-align: center;
}

/* Lien secondaire */
#features .panel-link {
    font-size: 14px;
    margin-top: 10px;
    color: #3a3f51;
    text-align: center;
}

    #features .panel-link a {
        color: #e67e22;
        font-weight: 600;
        text-decoration: none;
    }

/* Bloc notation */
#features .panel-rating {
    margin-top: 15px;
    text-align: center;
}

    #features .panel-rating span {
        background: #fff;
        border-radius: 20px;
        padding: 6px 14px;
        font-size: 14px;
        font-weight: 600;
        color: #3a3f51;
        display: inline-block;
        box-shadow: 0 2px 5px rgba(0,0,0,0.08);
    }

/* Footer baseline */
#features .panel-footer {
    font-size: 14px;
    margin-top: 10px;
    color: #3a3f51;
    font-weight: 600;
    text-align: center;
    border:0px;
}


.text-center {
    text-align: center!important;
}



.floating-add-wine-btn {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    border-radius: 50px; /* adapte à la forme du bouton */
    overflow: hidden; /* évite tout débordement visuel */
    background: transparent; /* si jamais */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

#features .floating-add-wine-btn .btn {
    font-size: 14px !important;
    margin-top: 0 !important;
    border-radius: 50px !important; /* au cas où ton thème ne le force pas déjà */
}

@media (max-width: 576px) {
    #features .floating-add-wine-btn .btn {
        font-size: 14px !important;
        padding: 10px 20px;
    }
}

.btn-link {
    background: none;
    border: none;
    color: #3a3f51; /* ta couleur principale */
    text-decoration: underline;
    cursor: pointer;
    padding: 0;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

    .btn-link:hover {
        color: #2a2e3f; /* un ton un peu plus foncé au survol */
        text-decoration-color: #2a2e3f;
    }

    .btn-link:active {
        color: #1f2230; /* encore plus foncé au clic */
    }

    .btn-link:focus {
        outline: none;
        text-decoration: underline wavy #3a3f51;
    }


.grape-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.grape-line {
    width: 40px;
    height: 3px;
    border-radius: 3px;
    transition: width 0.3s ease;
}

.grape-info {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.3px;
}

.grape-red .grape-line {
    background-color: #8b1a1a;
}

.grape-red .grape-info {
    color: #8b1a1a;
}

.grape-white .grape-line {
    background-color: #d6b85a;
}

.grape-white .grape-info {
    color: #b79a3c;
}

