@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-BoldItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Italic.woff2') format('woff2'),
        url('../fonts/Montserrat-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}




a{color:inherit; text-decoration:none;}
a:hover{color:inherit; text-decoration:none;}

body{font-size: 16px; font-family: "Montserrat"; color: #0d0d0d;}

.bg-warning{background-color:#f5b254 !important;}
.bg_orange{background-color:#eb9800;}
.bg_orangefonce{background-color:#cf582e;}
.bg_beige_rounded{border-radius: 12px; background-color: rgb(245, 241, 237);}
.bg_rounded{border-radius: 12px;}


.bg_orange{background-color: #eb9800; color:#FFF; }
.bg_gris{background-color: #F5F1ED; }
.bg_blanc{background-color: #FFF; }
.bg_rounded{border-radius: 16px;}

.h1{color: #CF582E; font-size: 55px; font-style: normal;  font-weight: 700; line-height: 65px;}
.h2{color: #CF582E; font-size: 24px; font-style: normal;  font-weight: 700;}
.h3{color: #3B3B3B; font-size: 24px;  font-weight: 700;}

.color_orange{color:#cf582e;}

.btn-primaire{display: inline-block; border-width: 1px; border-color: #eb9800; border-style: solid; border-radius: 16px; background-color: #eb9800; transition: all 0.3s ease; color:#FFF; font-size:18px; padding:8px 19px;}
.btn-primaire:hover{background-color: #ce8c13; color:#FFF; box-shadow: 0 15px 25px -3px rgb(0 0 0 / 0.2), 0 6px 10px -4px rgb(0 0 0 / 0.15);}

.btn-primaire.btn-sm{padding:4px 10px; font-size:16px;}

.btn-secondaire{display: inline-block; border-width: 1px; border-color: #0d0d0d; border-style: solid; border-radius: 16px; background-color: #FFF; transition: all 0.3s ease; color:#0d0d0d; font-size:18px; padding:8px 19px;}
.btn-secondaire:hover{border-color: #eb9800; color:#eb9800; box-shadow: 0 15px 25px -3px rgb(0 0 0 / 0.2), 0 6px 10px -4px rgb(0 0 0 / 0.15);}

.btn-dark{display: inline-block; border-width: 1px; border-color: #0d0d0d; border-style: solid; border-radius: 16px; background-color: #0d0d0d; transition: all 0.3s ease; color:#fff; font-size:18px; padding:8px 19px;}
.btn-dark:hover{border-color: #0d0d0d; color:#fff; box-shadow: 0 15px 25px -3px rgb(0 0 0 / 0.2), 0 6px 10px -4px rgb(0 0 0 / 0.15);}

.btn-link{display: inline-block; transition: all 0.3s ease; color:#eb9800; font-size:18px; padding:8px 16px; text-decoration: none;}
.btn-link:hover{color:#666; text-shadow: 0 2px 4px rgba(0,0,0,0.1);}

.btn-link-2{display: inline-block; transition: all 0.3s ease; color:#eb9800; font-size:18px; padding:8px 16px; text-decoration: none;}
.btn-link-2:hover{color:#E57E2E; text-shadow: 0 2px 4px rgba(229,126,46,0.2);}


.form-control:active, .form-control:focus{border:1px solid #0d0d0d !important; box-shadow:none !important;}

.custom-select .filter-option-inner-inner{ font-weight: normal; font-size: 16px; text-align: left; color: #1d1d1b; opacity: 0.31;}
.custom-select .dropdown-item {padding: 0px 10px; height:30px; line-height:30px; color:#FFF;}
.custom-select .dropdown-item.active, .custom-select .dropdown-item:active {background-color: #1D1D1B; color:#FFF;}
.custom-select .btn{background:#FFF; border-radius:16px; border:0; padding:8px 19px; border:1px solid #0d0d0d;}
.custom-select .btn.show{background-color: #1D1D1B; color:#FFF;}
.custom-select .btn.show .filter-option-inner-inner{color:#FFF;}
.custom-select .dropdown-menu{background-color: #1D1D1B; color:#FFF;}
.custom-select .dropdown-item:focus, .custom-select .dropdown-item:hover{background-color: #3A3A37; color:#FFF;}

.custom-select .dropdown-toggle::after{border:0; content:"\f078"; font-family:"Font Awesome 5 Pro"; font-size:10px;}


.logo{max-width:240px;}
.logo-canaux img{max-width:50px;}

.primary_nav{padding:16px 0;}
.primary_nav_baseline{font-size:14px;}

.second_nav{background-color: rgb(235, 152, 0); box-shadow: 0.209px 1.989px 23.49px 3.51px rgba(103, 103, 103, 0.17); padding:16px 0;}
.nav_search{border:0; background-color: #FFF; border-radius: 24px; padding:4px 8px 4px 30px; position:relative;}
.nav_search:before{content:"\f002"; color:#b0b2b2; font-family:"Font Awesome 5 Pro"; font-size:16px; position:absolute; left:10px; top:50%; transform: translateY(-50%);}
.nav_search input{border:0; background-color: #FFF; border-radius: 16px; padding:4px 16px; width:100%;}
.nav_search input:active, .nav_search input:focus{border:0 !important;}
.nav_search button{border:0; background-color: rgb(235, 152, 0); color:#FFF; font-size:15px; border-radius:100%; width:30px; height:30px; position:absolute; right:10px; top:50%; transform: translateY(-50%);}

#notifications{position:fixed; bottom:5px; right:10px; z-index:9999;}
#notifications .messageok{background:#9BFFB9; width:240px; border-radius:4px; border:1px solid #03BF3B; padding:5px; font-size:11px; margin-bottom:3px; color:#000000;}
#notifications .messageko{background:#FFA7B4; width:240px; border-radius:4px; border:1px solid #BF031C; padding:5px; font-size:11px; margin-bottom:3px; color:#000000;}
#notifications .messageinfo{background:#C9E0E8; width:240px; border-radius:4px; border:1px solid #0D6C93; padding:5px; font-size:11px; margin-bottom:3px; color:#000000;}

h1{font-size: 60px; margin-bottom:0; }
h2{font-size: 30px; margin-bottom:16px; }
h3{font-size: 28px; margin-bottom:16px; }
h4{font-size: 28px; margin-bottom:16px; }




.home_services{padding:40px; margin:-100px 80px 0 80px; position:relative; z-index:10;}
.home_services_texte{color:#0D0D0D}

.home_support{text-align:center;}
.home_support_icon{margin-bottom:8px;}
.home_support_titre{font-size: 20px; color:#FFF; font-weight: bold; line-height: 1.2;margin-bottom:8px;}
.home_support_texte{font-size: 14px; color:#000; line-height: 1.2;}

.home_tri{display:flex; flex-direction: row; gap:16px; justify-content: end; align-items: center;}


/* FOOTER */

#footer{background-color: #0d0d0d; color:#FFF;}
#footer .container h3{color:#FFF; font-size:22px; font-weight: bold;}
#footer .legal{font-size:12px; color:#FFF;}
#footer .bzh{font-size:0.8em;}

.footer_menu_sub ul{list-style-type: none; padding-left: 0;}
.footer_menu_sub ul li{margin-bottom: 4px;}

.footer_social li a{font-size:14px; display:flex; align-items: center; justify-content: center; margin-right:10px; width:50px; height:50px; background-color: #ed5827; color:#FFF; border-radius: 100%;} 

.footer_facebook, .footer_instagram{transition: all 0.3s ease;}
.footer_facebook:hover{color: #007bff;}
.footer_instagram:hover{color: #FF026A;}



/* FIN FOOTER */

.menu_moncompte {list-style-type: none; list-style-position: inside;}
.menu_moncompte li{margin-bottom:8px;}


.back-to-top {cursor: pointer; position: fixed; bottom: 20px; right: 20px; display:none; }
.grecaptcha-badge{visibility: collapse !important; }



/* Miniature expert - Style Figma */
.mini_expert_wrap{
    background-color: #FFF; 
    border-radius: 16px; 
    padding: 24px; 
    position: relative; 
    border: 2px solid #E9E9E9;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.mini_expert_wrap:hover{
    border-color: #CC6C1E;
    box-shadow: 0 8px 25px rgba(204, 108, 30, 0.15);
    transform: translateY(-2px);
}

/* Wrapper badges */
.mini_expert_badges_wrapper{
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    z-index: 10;
    flex-wrap: wrap;
    justify-content: flex-end;
}

/* Badge promo */
.mini_expert_promo_badge{
    display: inline-block;
    padding: 10px 20px;
    background: linear-gradient(135deg, #EB9800, #f5b254);
    color: #FFF;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 24px;
    border: 2px solid #FFF;
    box-shadow: 0 4px 20px rgba(235, 152, 0, 0.4), 0 0 0 2px rgba(235, 152, 0, 0.2);
    transition: all 0.3s ease;
    white-space: nowrap;
}

/* Badge nouveau */
.mini_expert_nouveau_badge{
    display: inline-block;
    padding: 10px 20px;
    background: linear-gradient(135deg, #84BE53, #95D164);
    color: #FFF;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 24px;
    border: 2px solid #FFF;
    box-shadow: 0 4px 20px rgba(132, 190, 83, 0.4), 0 0 0 2px rgba(132, 190, 83, 0.2);
    transition: all 0.3s ease;
    white-space: nowrap;
}

.mini_expert_photo{
    position: relative; 
    flex-shrink: 0;
    width: 120px;
    height: 120px;
    background-color: #EB9800;
    border-radius: 50%; 
    margin:auto;

}

.mini_expert_photo img{
    width: 120px;
    height: 120px;
    position:absolute;
    top:0;
    left:15px;
    object-fit: cover;
    border-radius: 50%; 
}

.mini_expert_info{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mini_expert_pseudo {
    font-size: 24px; 
    color: #CC6C1E; 
    font-weight: bold; 
    margin: 0;
    line-height: 1.2;
}

.mini_expert_specialites{ 
    font-size: 16px; 
    color: #303131; 
    font-weight: 600; 
    line-height: 1.3; 
    margin: 0;
}

.mini_expert_avis{
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}

.mini_expert_avis .stars{
    display: flex;
    gap: 2px;
}

.mini_expert_avis_nb{
    font-size: 14px; 
    color: #303131; 
    font-weight: 500;
}

/* Statut de disponibilité */
.mini_expert_disponible{
    display: block; 
    border: 0; 
    border-radius: 20px; 
    transition: all 0.3s ease; 
    color: #fff; 
    font-size: 14px; 
    font-weight: 500;
    padding: 8px 16px;
    text-align:center;
    letter-spacing: 0.5px;
}

.mini_expert_disponible_0{background: linear-gradient(135deg, #f51621, #d01427);}
.mini_expert_disponible_1{background: linear-gradient(135deg, #CC6C1E, #E57E2E);}
.mini_expert_disponible_2{background: linear-gradient(135deg, #84BE53, #95D164);}

/* Description */
.mini_expert_presentation{ 
    font-size: 14px; 
    color: #666; 
    line-height: 1.5;
    margin: 0;
    flex: 1;
}

/* Types de consultation */
.mini_expert_typeconsultations{
    display: flex; 
    flex-wrap: wrap; 
    gap: 12px; 
    align-items: center; 
    justify-content: flex-start;
    margin-top: 12px;
}

.mini_expert_typeconsultation_titre{
    font-size: 14px;
    color: #303131;
    font-weight: 600;
    margin-bottom: 8px;
}

.mini_expert_typeconsultation_actif{
    font-size: 18px; 
    width: 40px; 
    height: 40px; 
    background: linear-gradient(135deg, #84BE53, #95D164); 
    color: #FFF; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    border-radius: 50%;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.mini_expert_typeconsultation_actif:hover{
    transform: scale(1.1);
    border-color: #FFF;
    box-shadow: 0 4px 15px rgba(132, 190, 83, 0.3);
}

.mini_expert_typeconsultation_inactif{
    font-size: 18px; 
    width: 40px; 
    height: 40px; 
    background: #E9E9E9; 
    color: #939292; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    border-radius: 50%;
    transition: all 0.3s ease;
}

.mini_expert_typeconsultation_inactif:hover{
    background: #d0d0d0;
}

/* Lien et boutons */
.mini_expert_lien{
    margin-top: auto;
    position: relative;
}

.mini_expert_lien .mini_expert_lien_promo{
    position: absolute; 
    top: -15px; 
    left: 20px; 
    max-height: 30px;
}
/* FIN Miniature expert */

.expert_bloc{border-radius: 16px; overflow:hidden;}
.expert_titre{background:#EB9800; border-radius: 16px; padding:12px 33px; color:#FFF; font-size:24px; font-weight:700;}



.expert_intro{color: #CF582E; font-size: 24px; font-style: normal; font-weight: 700;}
.expert_nom{color: #CF582E; font-size: 40px; font-style: normal; font-weight: 700;}
.expert_supports{color: #3B3B3B; font-size: 24px; font-style: normal; font-weight: 700;}
.expert_photo{position: relative;  flex-shrink: 0; width: 200px; height: 200px; background-color: #EB9800;border-radius: 50%; margin:auto;}
.expert_photo img{ width: 200px; height: 200px; position:absolute; top:0; left:15px; object-fit: cover; border-radius: 50%; }
.expert_avis{border-radius: 16px; background-color: #FFF; padding:24px 16px; text-align:center;}
.expert_avis .stars{display: flex; gap: 2px; justify-content: center;}
.expert_avis .stars i{color: #CC6C1E;}
.expert_avis_nb{color: #3B3B3B; font-size: 14px; font-style: normal; font-weight: 700;}
.expert_disponible{color: #FFF; font-size: 14px; font-style: normal; font-weight: 700; border-radius: 20px; padding:8px 16px;}
.expert_disponible_0{background: linear-gradient(135deg, #f51621, #d01427);}
.expert_disponible_1{background: linear-gradient(135deg, #CC6C1E, #E57E2E);}
.expert_disponible_2{background: linear-gradient(135deg, #84BE53, #95D164);}



.home_expert{transition: all 0.3s ease; cursor: pointer;}
.home_expert:hover{transform: translateY(-10px); filter: drop-shadow(0 15px 25px rgba(207, 88, 46, 0.3));}
.home_expert:hover .home_expert_photo{transform: scale(1.1);}
.home_expert:hover .home_expert_nom a{color: #cf582e;}

.home_expert_photo{width:100px; height:100px; border-radius: 100%; display:flex; align-items: center; justify-content: center; background-color: #cf582e; padding:20px; margin:0 auto; transition: all 0.3s ease;}
.home_expert_nom{color: rgb(13, 13, 13); font-weight: bold; margin-top:24px; text-align: center;}
.home_expert_nom a{transition: all 0.3s ease;}
.home_experts{text-align:center;}
.home_experts h2 b{font-weight: 900; color:#FFF;}

.home_badge{text-align:center;}
.home_badge_image{margin-bottom:16px;}
.home_badge_special{margin-bottom:70px;}

.home_confiance h2 b{font-weight: 900; color:#cf582e;}
.home_confiance_encart{border-width: 2px; border-color: rgb(13, 13, 13); border-style: solid; border-radius: 12px; padding:40px;}
.home_confiance_encart_titre{font-size: 24px; color: rgb(207, 88, 46); font-weight: bold; text-align: center;}
.home_confiance_encart_soustitre{font-size: 22px; text-align: center;}
.home_confiance_encart_footer{font-size:24px; color: rgb(235, 152, 0); font-weight: bold; line-height: 1.2; text-align: center;}
.home_confiance_encart_item{ align-items: start; padding-left:40px; position:relative;}
.home_confiance_encart_item_icon{position:absolute; top:0; left:0; width:24px !important; height:24px !important; background-color:#ed5827; color:#FFF; border-radius: 100%; display:flex; align-items: center; justify-content: center; font-size:14px;}
.home_confiance_encart_item_texte{font-size: 16px; color: rgb(13, 13, 13); line-height: 1.2;}

.home_blog{background:url('../images/bg_home_blog.png') no-repeat center center; background-size:cover; padding:200px 0; position:relative;}
.home_blog::before{content:""; position:absolute; top:0; left:0; width:100%; height:30%; background:linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)); z-index:1;}
.home_blog > div{position:relative; z-index:10;}
.home_blog h2{color: rgb(255, 255, 255); font-size:30px;}
.home_blog h2 b{font-weight: 900;}
.home_blog h4{color: rgb(255, 255, 255); font-size:18px;}

.blog_card{border-radius: 12px; overflow:hidden; transition: all 0.3s ease;}
.blog_card_image img{object-fit: cover;  width: 100%;}
.blog_card:hover{transform: scale(1.05); box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);}
.blog_card_content{background-color: #FFF; padding:16px;}
.blog_card_text{line-height: 1.2;}
.blog_card_text b{color:#CF582E; font-weight: 900;}
.home_blog_link{font-size:18px; color:#FFF;}  

.commentcamarche_item{text-align: center; display:flex; flex-direction: column; align-items: center; justify-content: center;}
.commentcamarche_item_image{margin-bottom:16px;}
.commentcamarche_item_numero{margin-top:-24px; width:40px; height:40px; border-radius: 50%; background-color: #CF582E; color:#FFF; font-size:24px; font-weight:900; margin-bottom:16px; display:flex; align-items: center; justify-content: center;}
.commentcamarche_item_titre{font-size:24px; color:#CF582E; font-weight:900; margin-bottom:16px;}
.commentcamarche_item_contenu{color: #0D0D0D; text-align: center; font-size: 18px; font-weight: 700;}

.expert_footer_titre{color: #CF582E; text-align: center; font-size: 30px; font-weight: 700; letter-spacing: 1.796px;}

.commentcamarche{border :2px solid #0D0D0D; border-radius: 16px; padding:24px;}

.commentcamarche_titre h3{color: #CF582E; text-align: center; font-size: 42px; font-weight: 600;}
.commentcamarche_titre h4{color: #CF582E; text-align: center; font-size: 42px; font-weight: 300; line-height: 100%;}


.home_pro h3{color:#cf582e; font-size:24px; font-weight:900; margin-bottom:3px;}
.home_pro h4{color:#cf582e; font-size:24px; }
.home_pro p{line-height: 1.2;}
.home_pro_content{padding-left: 20px;}
.home_pro_image{max-width: 300px; height: auto; margin: 0 auto; display: block;}


.recherche_header{border-radius: 12px; padding:24px; border:1px solid #000;}
.recherche_header_texte{font-size:32px;}
.recherche_header_texte b{font-size:38px; font-weight:900; color:#cf582e;}
.recherche_header_texte span{font-size:20px; color:#3B3B3B;}

.recherche_mode_photo_titre{color: #EB9800; font-size:24px;}
.recherche_mode_photo_texte{color: #3B3B3B;}

.recherche_resultats{font-size:20px;}
.recherche_detailee{color:#cf582e; text-decoration: underline;}
.recherche_detailee i{color:#000;}

.recherche_affiner_titre{font-size:30px; font-weight:900; color:#cf582e;}
.recherche_affiner_soustitre{font-size:30px; color:#cf582e;}

.recherche_mode_bloc_titre{text-align: center; font-size: 24px; font-weight: 700;}
.recherche_mode_bloc_titre b{color: #EB9800;}
.recherche_mode_bloc_texte_item{display:flex; gap:16px; margin-bottom:16px;}
.recherche_mode_bloc_texte_item_numero{font-size:16px; font-weight:900; color:#FFF; background-color:#EB9800; width:25px; height:25px; border-radius:50%; display:flex; align-items: center; justify-content: center; flex-shrink:0;}
.recherche_mode_bloc_texte_item_texte{font-size:20px; color:#3B3B3B;}
.recherche_mode_bloc_texte_item_texte b{font-size:20px; font-weight:900;}

.expert_blog h3{color: #FFF; text-align: center;font-size: 42px; font-weight: 300;}

@media (max-width: 1199px) {
  #header .container{height:200px; background-position: -80px center;}
  #header .header_logo_wrapper{padding-left:110px;}
  .header_inscription_menu li{padding-right:0; margin-left:0;}

}


@media (max-width: 768px) {
    #header #header_logo {font-size: 45px;}
    #header .container{height:100px; background-position: left center;}
    #header .header_logo_wrapper{padding-left:95px;}
    #header #header_baseline{display:none;}
    #header{padding-bottom:50px; position:relative;}
    .header_inscription_menu{bottom:-50px; left:0; width:100%;}
    #header .header_logo_wrapper{position:unset}
    #navbarSupportedContent{top: 35px; left:0; padding:8px 30px; position: absolute; width: 100%; background: linear-gradient(90deg, rgb(12, 18, 41), rgb(23, 37, 73), rgb(12, 18, 41));}
    #navbarSupportedContent li::after{content:"";}
    #navbarSupportedContent .nav-link{color: #FFF !important; font-size: 16px; padding: 8px 16px;}
    #navbarSupportedContent .nav-link:hover{color: #EB9800 !important;}
    #navbarSupportedContent .navbar-nav{width: 100%;}
    #navbarSupportedContent .navbar-nav .nav-item{text-align: center; border-bottom: 1px solid rgba(255,255,255,0.1);}
    #navbarSupportedContent .navbar-nav .nav-item:last-child{border-bottom: none;}
    #header .navbar > .container{justify-content: center;}
    #header .container::after{display:none;}
    .header_login{display:none !important;}
}



.article_share{
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.article_share .share_label{
    color: #303131;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600;
    margin-right: 15px;
}

.article_share .btn-share{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.article_share .btn-share:hover{
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.article_share .btn-share.facebook{
    background: linear-gradient(135deg, #3b5998, #4c70ba);
}

.article_share .btn-share.twitter{
    background: linear-gradient(135deg, #1da1f2, #4fc3f7);
}

.article_share .btn-share.linkedin{
    background: linear-gradient(135deg, #0077b5, #00a0dc);
}

.article_share .btn-share.email{
    background: linear-gradient(135deg, #ea4335, #f44336);
}

.article_author_box{
    display: flex;
    gap: 25px;
    align-items: flex-start;
    padding: 30px;
    background: #FFF;
    border-radius: 16px;
    border: 2px solid #939393;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.article_author_box:hover{
    border-color: #CC6C1E;
    box-shadow: 0 8px 30px rgba(204, 108, 30, 0.15);
}

.article_author_box .author_avatar{
    flex-shrink: 0;
}

.article_author_box .author_avatar img{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 3px solid #FFF;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.article_author_box .author_info{
    flex: 1;
}

.article_author_box .author_info h3{
    color: #303131;
    font-family: "Chillax";
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.article_author_box .author_info h4{
    color: #CC6C1E;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px 0;
}

.article_author_box .author_info h4 a{
    color: #CC6C1E;
    text-decoration: none;
}

.article_author_box .author_info h4 a:hover{
    color: #E57E2E;
    text-decoration: underline;
}

.article_author_box .author_info p{
    color: #666;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 20px 0;
}

.article_author_box .author_info .btn-blog{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #CC6C1E;
    color: #FFF;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 16px;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.article_author_box .author_info .btn-blog:hover{
    background: #E57E2E;
    transform: scale(1.05);
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    color: #FFF;
    text-decoration: none;
}

/* Responsive design pour les articles */
@media (max-width: 768px) {
    .article_meta{
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .article_share{
        justify-content: center;
    }
    
    .article_author_box{
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    
    .article_author_box .author_avatar{
        align-self: center;
    }
    
    .article_author_box .author_avatar img{
        width: 70px;
        height: 70px;
    }
    
    .page-content h2, .page-content h3{
        font-size: 20px;
    }
    
    .page-content h3{
        font-size: 18px;
    }
}






/* *******************************
message-area
******************************** */

.message-area {
    height: 100vh;
    overflow: hidden;
    padding: 30px 0;
}

.chat-area {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 0.3rem;
    height: 90vh;
    overflow: hidden;
    min-height: calc(100% - 1rem);
}

.chatlist {
    outline: 0;
    height: 100%;
    overflow: hidden;
    width: 300px;
    float: left;
    padding: 15px;
}

.chat-area .modal-content {
    border: none;
    border-radius: 0;
    outline: 0;
    height: 100%;
}

.chat-area .modal-dialog-scrollable {
    height: 100% !important;
}

.chatbox {
    width: auto;
    overflow: hidden;
    height: 100%;
    border-left: 1px solid #ccc;
}

.chatbox .modal-dialog,
.chatlist .modal-dialog {
    max-width: 100%;
    margin: 0;
}

.msg-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chat-area .form-control {
    display: block;
    width: 80%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.chat-area .form-control:focus {
    outline: 0;
    box-shadow: inherit;
}

a.add img {
    height: 36px;
}

.chat-area .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    align-items: center;
    justify-content: space-between;
    flex-wrap: inherit;
}

.chat-area .nav-tabs .nav-item {
    width: 100%;
}

.chat-area .nav-tabs .nav-link {
    width: 100%;
    color: #180660;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
    margin-top: 5px;
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.chat-area .nav-tabs .nav-item.show .nav-link,
.chat-area .nav-tabs .nav-link.active {
    color: #222;
    background-color: #fff;
    border-color: transparent transparent #000;
}

.chat-area .nav-tabs .nav-link:focus,
.chat-area .nav-tabs .nav-link:hover {
    border-color: transparent transparent #000;
    isolation: isolate;
}

.chat-list h3 {
    color: #222;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}

.chat-list p {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}

.chat-list a.d-flex {
    margin-bottom: 15px;
    position: relative;
    text-decoration: none;
}

.chat-list .active {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    bottom: 3px;
    left: 34px;
    height: 12px;
    width: 12px;
    background: #00DB75;
    border-radius: 50%;
    border: 2px solid #fff;
}

.msg-head h3 {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
}

.msg-head p {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}

.msg-head {
    padding: 15px;
    border-bottom: 1px solid #ccc;
}

.moreoption {
    display: flex;
    align-items: center;
    justify-content: end;
}

.moreoption .navbar {
    padding: 0;
}

.moreoption li .nav-link {
    color: #222;
    font-size: 16px;
}

.moreoption .dropdown-toggle::after {
    display: none;
}

.moreoption .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: auto;
    right: 0;
    margin-top: 0.125rem;
}

.msg-body ul {
    overflow: hidden;
}

.msg-body ul li {
    list-style: none;
    margin: 15px 0;
}

.msg-body ul li.sender {
    display: block;
    width: 100%;
    position: relative;
}

.msg-body ul li.sender:before {
    display: block;
    clear: both;
    content: '';
    position: absolute;
    top: -6px;
    left: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 15px 12px;
    border-color: transparent transparent #f5f5f5 transparent;
    -webkit-transform: rotate(-37deg);
    -ms-transform: rotate(-37deg);
    transform: rotate(-37deg);
}

.msg-body ul li.sender p {
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding: 15px;
    background: #f5f5f5;
    display: inline-block;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 0;
}

.msg-body ul li.sender p b {
    display: block;
    color: #180660;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.msg-body ul li.repaly {
    display: block;
    width: 100%;
    text-align: right;
    position: relative;
}

.msg-body ul li.repaly:before {
    display: block;
    clear: both;
    content: '';
    position: absolute;
    bottom: 15px;
    right: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 15px 12px;
    border-color: transparent transparent #4b7bec transparent;
    -webkit-transform: rotate(37deg);
    -ms-transform: rotate(37deg);
    transform: rotate(37deg);
}

.msg-body ul li.repaly p {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding: 15px;
    background: #4b7bec;
    display: inline-block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 0;
}

.msg-body ul li.repaly p b {
    display: block;
    color: #061061;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.msg-body ul li.repaly:after {
    display: block;
    content: '';
    clear: both;
}

.time {
    display: block;
    color: #000;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
}

li.repaly .time {
    margin-right: 20px;
}

.divider {
    position: relative;
    z-index: 1;
    text-align: center;
}

.msg-body h6 {
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    color: #222;
    background: #fff;
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 0;
}

.divider:after {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 12px;
    left: 0;
    border-top: 1px solid #EBEBEB;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.send-box {
    padding: 15px;
    border-top: 1px solid #ccc;
}

.send-box form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.send-box .form-control {
    display: block;
    width: 85%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.send-box button {
    border: none;
    background: #3867d6;
    padding: 0.375rem 5px;
    color: #fff;
    border-radius: 0.25rem;
    font-size: 14px;
    font-weight: 400;
    width: 24%;
    margin-left: 1%;
}

.send-box button i {
    margin-right: 5px;
}

.send-btns .button-wrapper {
    position: relative;
    width: 125px;
    height: auto;
    text-align: left;
    margin: 0 auto;
    display: block;
    background: #F6F7FA;
    border-radius: 3px;
    padding: 5px 15px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}

.send-btns .button-wrapper span.label {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
    color: #343945;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 13px;
}

#upload {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.send-btns .attach .form-control {
    display: inline-block;
    width: 120px;
    height: auto;
    padding: 5px 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #343945;
    background-color: #F6F7FA;
    background-clip: padding-box;
    border: 1px solid #F6F7FA;
    border-radius: 3px;
    margin-bottom: 5px;
}

.send-btns .button-wrapper span.label img {
    margin-right: 5px;
}

.button-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    text-align: center;
    margin: 0 auto;
}

button:focus {
    outline: 0;
}

.add-apoint {
    display: inline-block;
    margin-left: 5px;
}

.add-apoint a {
    text-decoration: none;
    background: #F6F7FA;
    border-radius: 8px;
    padding: 8px 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    color: #343945;
}

.add-apoint a svg {
    margin-right: 5px;
}

.chat-icon {
    display: none;
}

.closess i {
    display: none;
}



@media (max-width: 767px) {
    .chat-area{
        height:unset;
        overflow: unset;
    }
    .chat-icon {
        display: block;
        margin-right: 5px;
    }
    .chatlist {
        width: 100%;
    }
    .chatbox {
        width: 100%;
        background: #fff;
        transition: all 0.5s ease;
        border-left: none;
    }
    .showbox {
        left: 0 !important;
        transition: all 0.5s ease;
    }
    .msg-head h3 {
        font-size: 14px;
    }
    .msg-head p {
        font-size: 12px;
    }
    .msg-head .flex-shrink-0 img {
        height: 30px;
    }
    .send-box button {
        width: 28%;
    }
    .send-box .form-control {
        width: 70%;
    }
    .chat-list h3 {
        font-size: 14px;
    }
    .chat-list p {
        font-size: 12px;
    }
    .msg-body ul li.sender p {
        font-size: 13px;
        padding: 8px;
        border-bottom-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }
    .msg-body ul li.repaly p {
        font-size: 13px;
        padding: 8px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-left-radius: 6px;
    }

    .home_tri{display:flex; flex-direction: column;}
    .home_tri_item{width:100%;}
    .home_tri_item .custom-select{width:100%;}

    /* Services home mobile */
    .home_services{padding:20px; margin:0px 20px 0 20px;}
    
    /* Expert cards mobile */
    .mini_expert_wrap{min-height: auto; padding: 16px;}
    .mini_expert_photo{width: 80px; height: 80px;}
    .mini_expert_photo img{width: 80px; height: 80px; left: 10px;}
    .mini_expert_pseudo{font-size: 20px;}
    .mini_expert_specialites{font-size: 14px;}
    .mini_expert_presentation{font-size: 13px;}
    .mini_expert_badges_wrapper{top: 12px; right: 12px; gap: 6px;}
    .mini_expert_promo_badge{padding: 8px 16px; font-size: 11px; border-width: 1.5px;}
    .mini_expert_nouveau_badge{padding: 8px 16px; font-size: 11px; border-width: 1.5px;}
    
    /* Expert page mobile */
    .expert_photo{width: 150px; height: 150px;}
    .expert_photo img{width: 150px; height: 150px; left: 10px;}
    .expert_nom{font-size: 32px;}
    .expert_intro{font-size: 20px;}
    .expert_supports{font-size: 20px;}
    
    /* Search header mobile */
    .recherche_header{padding: 16px;}
    .recherche_header_texte{font-size: 24px;}
    .recherche_header_texte b{font-size: 28px;}
    .recherche_header_texte span{font-size: 16px;}
    
    /* Comment ça marche mobile */
    .commentcamarche{padding: 16px;}
    .commentcamarche_titre h3{font-size: 28px;}
    .commentcamarche_titre h4{font-size: 28px;}
    .commentcamarche_item_titre{font-size: 20px;}
    .commentcamarche_item_contenu{font-size: 16px;}
    
    /* Blog cards mobile */
    .blog_card_content{padding: 12px;}
    .home_blog{padding: 100px 0;}
    .home_blog h2{font-size: 24px;}
    
    /* Confiance section mobile */
    .home_confiance{padding: 0 15px;}
    .home_confiance h2{font-size: 24px; margin-bottom: 30px !important;}
    .home_confiance h2 b{font-size: 24px;}
    
    .home_badge{margin-bottom: 20px !important;}
    .home_badge_special{margin-bottom: 20px !important;}
    .home_badge_image{margin-bottom: 8px;}
    .home_badge_image img{max-width: 60px;}
    .home_badge_texte{font-size: 12px; line-height: 1.3;}
    
    .home_confiance_encart{padding: 24px 16px; margin-top: 30px !important;}
    .home_confiance_encart_titre{font-size: 18px; margin-bottom: 12px !important;}
    .home_confiance_encart_soustitre{font-size: 16px; margin-bottom: 24px !important; line-height: 1.4;}
    .home_confiance_encart_footer{font-size: 16px; line-height: 1.4; margin-top: 20px !important;}
    .home_confiance_encart_item{padding-left: 28px; margin-bottom: 16px !important; display: flex; align-items: flex-start;}
    .home_confiance_encart_item_icon{width: 18px !important; height: 18px !important; font-size: 11px !important; flex-shrink: 0;}
    .home_confiance_encart_item_texte{font-size: 13px; line-height: 1.4;}
    
    /* Home pro section mobile */
    .home_pro{padding: 30px 0 !important;}
    .home_pro .container{padding: 20px 15px !important;}
    .home_pro h3{font-size: 20px; margin-bottom: 8px !important;}
    .home_pro h4{font-size: 18px; margin-bottom: 20px;}
    .home_pro_content{padding-left: 0 !important; margin-top: 20px !important;}
    .home_pro_content p{font-size: 14px; line-height: 1.5; margin-bottom: 16px;}
    .home_pro_content .btn-primaire{margin-top: 20px !important; width: 100%; text-align: center; padding: 12px 20px;}
    .home_pro .col-md-4{margin-bottom: 20px;}
    .home_pro_image{max-width: 200px !important;}

    .content_wrap{margin:20px 5px; padding:20px;}
    .message-area{height:100%;}
}


nav.pages{width:100%; display:flex; justify-content: space-between; padding:0 15px;}
.pagination{text-align:center; margin-top:16px; display:inline-block;}
.pagination > li {display:inline-block; margin:0 0px;}
.pagination > li > a, .pagination > li > span{display:inline-block; color:#1d1d1b; background-color:#EAEAEA; line-height:40px; text-align:center; width:44px; height:40px;}
.pagination > li.disabled > a{cursor: not-allowed; opacity:0.5;}
.pagination > li.first > a, .pagination > li.last > a{background-color:#1d1d1b; color:#FFF; width:214px;}
.pagination > li.first {justify-content: start;}
.pagination > .active > a, .pagination > .active > span, .pagination > a:hover, .pagination > span:hover, .pagination > a:focus, .pagination > span:focus{background-color:#f5b254; color:#FFF; }


.landing_image{position:relative; min-height:450px;}
.landing_image img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover;}
.landing_image:before{content:''; position:absolute; top:0; left:0; width:100%; height:100%; background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4)); z-index:10;}
.landing_image .landing_page_content_wrap{position:absolute; top:50%; left:0%; transform:translate(0%, -50%);  z-index:15; width:100%;}
.landing_image .landing_page_content{max-width:50%; margin-left:auto;}
.landing_image .landing_page_content .h1{color:#FFF; font-size:30px; font-weight:bold; text-shadow: 0.209px 1.989px 40.29px rgba(103, 103, 103, 0.32);}
.landing_image .landing_page_content .h2{color:#FFF; font-size:24px; text-shadow: 0.209px 1.989px 40.29px rgba(103, 103, 103, 0.32);}
.landing_cta{text-align:center; margin-top:40px;}
.landing_cta a{display:inline-block; background-color:#f5b254; color:#FFF; padding:10px 20px; border-radius:30px; text-decoration:none; font-weight:bold; font-size:1.2em; box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.3); transition:all 0.3s ease;}
.landing_cta a:hover{background-color:#DB9D4B; color:#FFF;}


.no-experts-container {
    text-align: center;
    padding: 60px 20px;
    background: #FFF;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    margin: 40px 0;
    border: 1px solid #e9ecef;
}

.no-experts-icon {
    font-size: 48px;
    color: #6c757d;
    margin-bottom: 20px;
    opacity: 0.7;
}

.no-experts-icon i {
    background: linear-gradient(135deg, #6c757d, #495057);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.no-experts-title {
    font-size: 24px;
    font-weight: 600;
    color: #495057;
    margin-bottom: 15px;
}

.no-experts-text {
    font-size: 16px;
    color: #6c757d;
    line-height: 1.6;
    max-width: 500px;
    margin: 0 auto;
}



/* Styles pour les messages de consultation */
.consultation-messages{
    max-width: 800px;
    margin: 0 auto;
}

.message-item{
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 16px;
    background: #FFF;
    border: 2px solid #E9E9E9;
    transition: all 0.3s ease;
    position: relative;
}

.message-item:hover{
    border-color: #CC6C1E;
    box-shadow: 0 4px 20px rgba(204, 108, 30, 0.1);
}

.message-item.message-client{
    border-left: 4px solid #CC6C1E;
    margin-left: 20px;
}

.message-item.message-expert{
    border-left: 4px solid #84BE53;
    margin-right: 20px;
}

.message-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E9E9E9;
}

.message-author{
    display: flex;
    align-items: center;
}

.author-badge{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.author-badge.author-client{
    background: linear-gradient(135deg, #CC6C1E, #E57E2E);
    color: #FFF;
}

.author-badge.author-expert{
    background: linear-gradient(135deg, #84BE53, #95D164);
    color: #FFF;
}

.author-badge i{
    font-size: 12px;
}

.message-date{
    color: #939292;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.message-date i{
    color: #CC6C1E;
}

.message-content{
    padding-top: 10px;
}

.message-text{
    color: #303131;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
    white-space: pre-line;
}

.message-attachments{
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #E9E9E9;
}

.attachment-item{
    margin-bottom: 10px;
}

.attachment-image{
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.attachment-image:hover{
    transform: scale(1.02);
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

/* Responsive design pour les messages */
@media (max-width: 768px) {
    .consultation-messages{
        max-width: 100%;
    }
    
    .message-item{
        margin-left: 10px !important;
        margin-right: 10px !important;
        padding: 15px;
    }
    
    .message-header{
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .message-date{
        font-size: 11px;
    }
    
    .author-badge{
        font-size: 12px;
        padding: 6px 12px;
    }
    
    .message-text{
        font-size: 13px;
    }
}

/* Animation d'apparition des messages */
.message-item{
    animation: fadeInUp 0.5s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Indicateur de statut pour les messages */
.message-item::before{
    content: '';
    position: absolute;
    top: 15px;
    right: 15px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #84BE53;
    opacity: 0.7;
}

.message-item.message-client::before{
    background: #CC6C1E;
}

/* Styles pour le formulaire de réponse */
.reply-form{
    max-width: 600px;
    margin: 0 auto;
}

.reply-form .form-group{
    margin-bottom: 20px;
}

.reply-form .form-label{
    color: #303131;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
    font-size: 14px;
}

.recipient-info{
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background: #F8F9FA;
    border: 2px solid #E9E9E9;
    border-radius: 8px;
    color: #666;
    font-size: 14px;
    font-weight: 500;
}

.recipient-info i{
    color: #CC6C1E;
    font-size: 16px;
}

.reply-form .form-control{
    border: 2px solid #E9E9E9;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 1.6;
    transition: all 0.3s ease;
    resize: vertical;
    min-height: 120px;
}

.reply-form .form-control:focus{
    border-color: #CC6C1E;
    box-shadow: 0 0 0 3px rgba(204, 108, 30, 0.1);
}

.reply-form .form-control::placeholder{
    color: #939292;
    font-style: italic;
}

.reply-form .btn-primaire{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 16px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.reply-form .btn-primaire:hover{
    transform: scale(1.05);
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.reply-form .btn-primaire i{
    font-size: 14px;
}

/* Responsive design pour le formulaire */
@media (max-width: 768px) {
    .reply-form{
        max-width: 100%;
    }
    
    .reply-form .form-control{
        font-size: 13px;
        min-height: 100px;
    }
    
    .recipient-info{
        font-size: 13px;
        padding: 10px 12px;
    }
    
    .reply-form .btn-primaire{
        width: 100%;
        justify-content: center;
        padding: 15px 20px;
    }
}

/* Animation pour le formulaire */
.reply-form{
    animation: fadeInUp 0.6s ease-out;
}

.reply-form .form-group{
    animation: fadeInUp 0.8s ease-out;
}

.reply-form .form-group:nth-child(2){
    animation-delay: 0.1s;
}

.reply-form .form-group:nth-child(3){
    animation-delay: 0.2s;
}


@media (max-width: 768px) {
    h1{font-size: 40px;}
    h2{font-size: 28px;}
    h3{font-size: 24px;}
    h4{font-size: 20px;}

    .h1{color: #CF582E; font-size: 40px; font-style: normal;  font-weight: 700; line-height: 40px;}
    .h2{color: #CF582E; font-size: 24px; font-style: normal;  font-weight: 700;}
    .h3{color: #3B3B3B; font-size: 22px;  font-weight: 700;}
    
    /* Landing page responsive */
    .landing_image .landing_page_content{max-width: 90% !important; margin: 0 auto; padding: 0 20px;}
    .landing_image .landing_page_content .h1{font-size: 24px; line-height: 1.2;}
    .landing_image .landing_page_content .h2{font-size: 18px; line-height: 1.3;}
    .landing_cta{margin-top: 30px;}
    .landing_cta a{font-size: 1em; padding: 12px 24px;}
    
    /* Buttons mobile */
    .btn-primaire, .btn-secondaire, .btn-dark{font-size: 16px; padding: 10px 16px;}
    .btn-primaire.btn-sm{font-size: 14px; padding: 6px 12px;}
    
    /* Navigation mobile improvements */
    .second_nav{padding: 12px 0;}
    .nav_search{padding: 6px 12px 6px 24px;}
    .nav_search input{padding: 6px 12px; font-size: 14px;}
    .nav_search button{width: 28px; height: 28px; font-size: 13px;}
    
    /* Footer mobile */
    #footer .container h3{font-size: 18px;}
    .footer_menu_sub ul li{margin-bottom: 8px; font-size: 14px;}
    .footer_social li a{width: 40px; height: 40px; font-size: 12px;}

    .mini_expert_disponible{font-size:8px; padding:6px;}

    .home_support_icon img{max-width:60px;}

    .home_tri_item .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){width:100%;}
}

/* Menu mobile moderne */
#mobileMenu{
    background: linear-gradient(135deg, #eb9800, #f5b254);
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    border-top: 3px solid #cf582e;
}

.mobile-menu-wrapper{
    width: 100%;
}

.mobile-menu-content{
    padding: 24px 20px;
    max-width: 100%;
}

/* Navigation links */
.mobile-nav-links{
    margin-bottom: 20px;
}

.mobile-nav-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    margin-bottom: 12px;
    background: #FFF;
    border-radius: 16px;
    color: #0d0d0d;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    border: 2px solid transparent;
}

.mobile-nav-item:hover{
    background: #FFF;
    border-color: #cf582e;
    color: #cf582e;
    transform: translateX(4px);
    box-shadow: 0 4px 15px rgba(207, 88, 46, 0.2);
    text-decoration: none;
}

.mobile-nav-item:active{
    transform: translateX(2px);
}

.mobile-nav-item i:first-child{
    color: #eb9800;
    font-size: 20px;
    width: 28px;
    text-align: center;
    margin-right: 12px;
    flex-shrink: 0;
}

.mobile-nav-item:hover i:first-child{
    color: #cf582e;
}

.mobile-nav-item span{
    flex: 1;
    text-align: left;
}

.mobile-nav-item i:last-child{
    color: #939292;
    font-size: 14px;
    margin-left: 12px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.mobile-nav-item:hover i:last-child{
    color: #cf582e;
    transform: translateX(4px);
}

/* Separator */
.mobile-menu-separator{
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.5), transparent);
    margin: 24px 0;
    border-radius: 2px;
}

/* Auth buttons */
.mobile-auth-buttons{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mobile-auth-item{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 20px;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.mobile-auth-item i{
    font-size: 20px;
    flex-shrink: 0;
}

.mobile-auth-item-account{
    background: linear-gradient(135deg, #84BE53, #95D164);
    color: #FFF;
}

.mobile-auth-item-account:hover{
    background: linear-gradient(135deg, #95D164, #84BE53);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(132, 190, 83, 0.3);
    color: #FFF;
    text-decoration: none;
}

.mobile-auth-item-logout{
    background: linear-gradient(135deg, #f51621, #d01427);
    color: #FFF;
}

.mobile-auth-item-logout:hover{
    background: linear-gradient(135deg, #d01427, #f51621);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(245, 22, 33, 0.3);
    color: #FFF;
    text-decoration: none;
}

.mobile-auth-item-login{
    background: #FFF;
    color: #0d0d0d;
    border-color: #0d0d0d;
}

.mobile-auth-item-login:hover{
    background: #0d0d0d;
    color: #FFF;
    border-color: #eb9800;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(13, 13, 13, 0.2);
    text-decoration: none;
}

.mobile-auth-item-login i{
    color: #eb9800;
}

.mobile-auth-item-login:hover i{
    color: #f5b254;
}

.mobile-auth-item-signup{
    background: linear-gradient(135deg, #eb9800, #f5b254);
    color: #FFF;
}

.mobile-auth-item-signup:hover{
    background: linear-gradient(135deg, #f5b254, #eb9800);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(235, 152, 0, 0.4);
    color: #FFF;
    text-decoration: none;
}

/* Animation d'apparition du menu */
#mobileMenu.show{
    animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive ajustements */
@media (max-width: 768px) {
    .mobile-menu-content{
        padding: 20px 16px;
    }
    
    .mobile-nav-item{
        padding: 14px 16px;
        font-size: 15px;
        margin-bottom: 10px;
    }
    
    .mobile-nav-item i:first-child{
        font-size: 18px;
        width: 24px;
        margin-right: 10px;
    }
    
    .mobile-auth-item{
        padding: 14px 16px;
        font-size: 15px;
    }
    
    .mobile-auth-item i{
        font-size: 18px;
    }
    
    .mobile-menu-separator{
        margin: 20px 0;
    }
}