/*
 Theme Name:   Cobble Child Theme
 Theme URI:    https://cobble.themerex.net
 Description:  Cobble Child Theme
 Author:       ThemeREX
 Author URI:   https://themerex.net/
 Template:     cobble
 Version:      1.0.0    
 Tags:         flooring, construction, design, doors, handyman, maintenance, repair, shop, windows, kitchen, roofing, furniture, remodeling, renovation, interior design
 Text Domain:  cobble
*/


/* =Theme customization starts here
------------------------------------------------------------ */

#portfolio-nav-top-relative {
    display: flex;
    justify-content: space-between; /* les boutons aux extrémités */
    flex-wrap: wrap; /* passe à la ligne si nécessaire */
    margin-bottom: 1rem;
}

#portfolio-nav-top-relative a {
    padding: 8px 12px;
    background: transparent;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}

#portfolio-nav-top-relative a:hover {
    color: #DA9B62;
}
.lm-breadcrumb span {
    color: #ffffff;
    font-weight: bold;
}

/* Fil d’Ariane */
.lm-breadcrumb a {
    color: #F86B4F; 
    text-decoration: none;
    font-weight: bold;
}

.lm-breadcrumb a:hover {
    color: #FE5C3B;
}

.form-avis {
    max-width: 600px;
    margin: 20px 0;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 6px;
    border: 1px solid #ddd;
}

.form-avis-row {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}

.form-avis-row label {
    margin-bottom: 5px;
    font-weight: bold;
}

.form-avis-row input,
.form-avis-row textarea {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
}

.form-avis-row textarea {
    min-height: 100px;
    resize: vertical;
}

.form-avis-row button {
    background-color: #F86B4F !important;
    color: #fff;
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
	
	display: flex;             /* active le flex pour alignement */
    justify-content: center;   /* centre horizontalement */
    align-items: center;       /* centre verticalement */
    
    text-align: center;        /* au cas où */
}

.form-avis-row button:hover {
    background-color: #FE5C3B !important;
}

/* Message de succès / erreur */
.form-avis-message {
    padding: 10px;
    background: #d4edda;
    color: #155724;
    border-radius: 5px;
    margin-bottom: 15px;
    border: 1px solid #c3e6cb;
}

.form-avis-erreur {
    padding: 10px;
    background: #f8d7da;
    color: #721c24;
    border-radius: 5px;
    margin-bottom: 15px;
    border: 1px solid #f5c6cb;
}



@media (max-width: 768px) {
    #portfolio-nav-top-relative a {
        padding: 6px 10px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    #portfolio-nav-top-relative {
        flex-direction: column; /* boutons l'un sous l'autre sur très petit écran */
        align-items: stretch;  /* prend toute la largeur */
    }
    #portfolio-nav-top-relative a {
        padding: 4px 8px;
        font-size: 12px;
        text-align: center; /* centré quand ils sont en colonne */
        margin-bottom: 4px; /* petit espace entre les boutons */
    }
}
