/*
Theme Name: Hub Child
Author: Mohamed Issam Adnane
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.3
License: GNU General Public License
License URI: license.txt
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

.traducteur-single {
    max-width: 960px;
    margin: 0 auto;
    padding: 2rem 1rem;
    font-family: 'Segoe UI', sans-serif;
}
.traducteur-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.traducteur-header h1 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
}
.traducteur-photo {
    border-radius: 100px;
    overflow: hidden;
    width: 150px;
    height: 150px;
    margin-bottom: 1rem;
}
.traducteur-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.infos-traducteur {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
    padding: 0;
    list-style: none;
}
.infos-traducteur li {
    background: #f9f9f9;
    border-left: 4px solid #19402D;
    padding: 1rem;
    border-radius: 8px;
    font-size: 0.95rem;
}

.traducteur-single.rtl .infos-traducteur li {
    border-left: none;
    border-right: 4px solid #19402D;
    text-align: right;
}

.infos-traducteur strong {
    display: block;
    font-weight: 600;
    margin-bottom: 0.3rem;
    color: #222;
}
.traducteur-map {
    margin-top: 3rem;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
    .traducteur-single {
        padding-top: 130px;
    }
}

/* GEO MY WP THEME */

/* Police moderne */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');


.gmw-element-template .gmw-item-header {
	background: #edf7f5 !important;
    border-radius: 90px;
}
.gmw-results-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    padding: 40px;
    font-family: 'Inter', sans-serif;
    justify-content: center;
    box-sizing: border-box;
}

.gmw-element-template .gmw-single-item {
    width: 340px;
}

.gmw-item-inner {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    padding: 30px 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    width: 340px; 
}

.gmw-item-inner .gmw-item-content .gmw-item-title{
	text-align: center;
}

.gmw-item-inner:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.12);
}

.gmw-item-inner .gmw-element-template .gmw-item-title {
    white-space : normal !important;
}

/* Avatar avec effet de bordure dégradée */
.gmw-item-thumbnail {
    width: 180px;
    height: 180px;
    margin: 0 auto 0px;
    border-radius: 50%;
    padding: 4px;
    background: linear-gradient(135deg, #184341, #47b285);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
}

.gmw-item-thumbnail img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Nom */
.gmw-item-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #184341;
    margin: 10px 0 5px;
}

/* Adresse ou distance */
.gmw-address,
.gmw-distance,
.gmw-item-content p {
    font-size: 0.95rem;
    color: #666;
    margin: 0;
}

/* Langues */
.gmw-langues {
    margin-top: 12px;
    background: #edf7f5;
    color: #184341;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    display: inline-block;
}

/* Badge actif */
.gmw-badge {
    margin-top: 12px;
    display: inline-block;
    padding: 4px 12px;
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 20px;
    color: white;
    background-color: #47b285;
}

.gmw-badge.inactif {
    background-color: #ccc;
}

/* Bouton profil */
.gmw-profil-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #184341;
    color: white;
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.gmw-profil-btn:hover {
    background-color: #137a5a;
}

/* Liste des méta-infos (ex : nom, email, téléphone) */
.gmw-meta-fields {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-top: 1px solid #e6e6e6;
    padding-top: 20px;
}



.gmw-meta-field:hover {
    background-color: #f0f4f3;
}

.gmw-meta-field .label {
    font-weight: 600;
    color: #184341;
    margin-right: 6px;
    min-width: 120px;
}

.gmw-meta-field .field {
    color: #444;
    word-break: break-word;
    flex: 1;
}

.gmw-meta-field.field-name-tel_bureau .field,
.gmw-meta-field.field-name-tel_mobile .field {
    direction: ltr;
    unicode-bidi: embed;
    display: inline-block;
}

