blockquote {
    padding: 2rem 1.5rem;
    box-shadow: 0 2px 4px rgba(0,0,20,.08),0 1px 2px rgba(0,0,20,.08)!important;
    border-left: 0.45rem solid;
    border-color: #0d86bd;

}

blockquote a {
    font-weight: bold !important;
    color: #0d86bd !important;
    text-decoration: underline;
}

blockquote span {
    font-weight: bold;
    color: #64748b;
}

blockquote span:before {
    content: "\f430";
    display: inline-block;
    font-family: bootstrap-icons!important;
    font-style: normal;
    font-weight: 500!important;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    margin-right: 0.5rem;
}

.paragraphe {
    text-align: justify;
}

.paragraphe a {
    font-weight: 500;
    color: #0cbc87;
}

.paragraphe a:hover {
    text-decoration: none;
    color: #0a966c;
}

.paragraphe img {
    max-width: 100%;  
    border-radius: 7px;
}

.paragraphe strong {
    font-weight: 700;
}

.img_opacity {
    max-width: 100%;
    vertical-align: middle;
}
.img_opacity:hover {
    opacity: 0.8;
}

.butn {
    width: fit-content;
    box-shadow: 0 0.25rem 1.875rem rgb(42 53 79 / 6%);
    border: .0625rem solid transparent;
    padding: .7rem 1rem;
    color: #fff;
    background-color: #0cbc87; 
    font-weight: bold; 
    font-size: 20px;
    border-radius: 3px;
    line-height: 1.5;
}

.butn:hover{
    background-color:  #0a966c;
    color: #fff;
}

.greenlink {
    text-decoration: underline !important; 
    color: #0cbc87 !important;
}
.greenlink:hover {
    text-decoration: none !important; 
}
.menu-vert .nav-link:hover {
    color:  #0a966c !important;
}

.menu-vert a:hover {
    color:  #0a966c !important;
}

.menu-vert a:after {
    color: #0a966c !important;
}

.menu-vert button {
    border-color: #64748b !important;
}

.menu-vert .icon-bar {
    background-color: #64748b !important;
}

.img-drapeau {
    width: 35px; 
    margin-top: 12px;
}

.lien-accueil {
    text-decoration: underline !important; 
    font-weight: 500 !important;
}

.lien-accueil:hover {
    color: #0a966c;
}

.img-drapeau-nav {
    float: left; width: 17px; margin-top: 6px; margin-right: 10px;
}

.lien-drapeau-nav {
    text-decoration: underline; color: #64748b;
}
.lien-drapeau-nav:hover {
    color: #0a966c;
}

.img-100 {
    width: 100%;
}

.img-100:hover {
    box-shadow: 0 2px 4px rgba(0,0,20,.08),0 1px 2px rgba(0,0,20,.08)!important;
}

.lien-footer {
    text-decoration: underline; color: #64748b;
}

.scroll-vert:after {
    color: #38a169 !important;
}

.scroll-vert path {
    stroke: #38a169 !important;
}




/* Masquer les éléments avec la classe hide-on-mobile sur les appareils mobiles */
@media (max-width: 767.98px) {
    .hide-on-mobile {
        display: none !important;
    }
}

/* Styles pour la barre mobile fixe (appel à action) */
.mobile-fixed-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none; /* Caché par défaut, s'affichera au scroll */
}

.btn-offer {
    background-color: #28a745;
    color: white;
    font-weight: bold;
    white-space: nowrap;
}

/* Mobile only */
@media (min-width: 768px) {
    .mobile-fixed-bar {
        display: none !important;
    }
}

/* Styles pour la barre mobile */
.mobile-fixed-bar {
    position: fixed;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background-color: #242539;
    border-radius: 12px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: none;
    padding-top: 8px;  /* Augmenté de 5px à 8px */
    padding-bottom: 8px; /* Ajouté pour équilibrer */
}

.close-button {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 24px;
    height: 24px;
    background-color: #e6e6e6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #777;
    cursor: pointer;
    z-index: 1001;
    border: 2px solid #fff;
    opacity: 0.7;
}

.close-button i {
    font-size: 14px;
    line-height: 1;
}

/* Modifier la classe btn-offer pour ajouter une marge et ajuster la taille */
.btn-offer {
    background-color: #0cbc87 !important;
    color: white !important;
    font-weight: bold;
    white-space: nowrap;
    border-radius: 6px;
    padding: 10px 16px; /* Augmente le padding */
    border: none;
    width: 100%; /* Utilise toute la largeur disponible */
    max-width: 180px; /* Définit une largeur maximale */
    font-size: 15px;
}

.btn-offer:hover {
    background-color: #0aa073 !important;
    color: white;
}

/* Ajouter une marge à droite pour la colonne du bouton */
.mobile-fixed-bar .row .col-5 {
    padding-right: 10px; /* Ajouter une marge à droite */
}

.mobile-fixed-bar .col-3 img {
    max-height: 50px;
    width: auto;
}

.free-trial-text {
    color: white;
    font-size: 14px;
    display: block;
    text-align: center;
    width: 100%;
    padding: 0 5px;
}

/* Mobile only */
@media (min-width: 768px) {
    .mobile-fixed-bar {
        display: none !important;
    }
}
