/*
Theme Name: annuaire des commerçants et artisans du Grand Verdun
Theme URI: https://www.verdun.fr/commercants/
Author: Stéphanie Torzecki
*/


/* Effet de zoom sur l'image */
/*.card-img-wrapper {
    overflow: hidden; 
}

.zoom {
    transition: transform 0.3s ease; 
}

.zoom:hover {
    transform: scale(1.1); 
}*/





h2 {
    color: #55bcb9;
    font-weight: bold;
}


h5 {
    color: #fc0065;
    font-weight: bold;
}




a {
    color: #fc0065;
    text-decoration: none;
}

a:hover {
    color: #fc0065;
    text-decoration: underline;
}

a:focus {
    color: #fc0065;
    outline: none;
    text-decoration: underline;
}



.text-primary {
    text-color: #fc0065 !important;
}


/* Liens pour .text-secondary */
.text-secondary {
    color: #68839d!important;
    text-decoration: none;
}

.text-secondary:link {
    color: #68839d!important;
    text-decoration: none;
}

.text-secondary:visited {
    color: #68839d!important;
    text-decoration: none;
}

.text-secondary:hover {
    color: #68839d!important;
    text-decoration: underline;
}

.text-secondary:active {
    color: #eb0095 !important;
}

.text-secondary:focus {
    outline: 2px solid #eb0095; /* Ajoute un contour lorsqu'il est sélectionné via le clavier */
    outline-offset: 2px;
}








/* --- Formulaires --- */


.wpcf7 form, form.custom-form {
    /*background-color: #f8f9fa;*/
    padding: 20px;
    border-radius: 0px;
    /*box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);*/
}

.wpcf7 input, .wpcf7 textarea, .wpcf7 select,
form.custom-form input,
form.custom-form textarea,
form.custom-form select {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
    border: 2px solid #fc0065;
}

.wpcf7 input[type="submit"], form.custom-form input[type="submit"] {
    background-color: #fc0065;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 4px;
}

.wpcf7 input[type="submit"]:hover, form.custom-form input[type="submit"]:hover {
    background-color: #fc0065;
}



/* --- Boutons --- */
.bg-orange {
    background-color: #ef008f; !important;
    color: white;
    padding: 15px;
}



.bg-green, .bg-green:link {
    background-color: #68839d!important;
    color: white !important;
    padding: 15px;
    transition: all 0.3s ease;
    border-radius: 5px;
}

.bg-green:hover {
    background-color: #68839d;
    cursor: pointer;
}

.bg-green:focus {
    background-color: #68839d;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.bg-green:active {
    background-color: #409e94;
    transform: scale(0.98);
}


.bg-primary {
    background-color: #55bcb9;!important;
}



/* --- Navigation --- */
.navbar-dark .navbar-nav .nav-link {
    color: #ffffff !important;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:active {
    color: #ffffff !important;
}


#breadcrumb-section .breadcrumb a {
    color: #55bcb9; 
}

#breadcrumb-section .breadcrumb a:hover {
    color: #55bcb9; 
}






/* --- Bouton Retour en haut --- */
#topBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
}

#topBtn:hover {
    transform: scale(1.1);
}

/* --- Boutons Primaires --- */
.btn-primary {
    background-color: #3e9691;
    border-color: #3e9691;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #35736f;
    border-color: #35736f;
}


.download-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #55bcb9;
    color: white;
    font-size: 16px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.download-btn:hover {
    background-color: #68839d;
}





/* --- Modals --- */
.modal-content {
    border-radius: 1rem;
}
