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

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


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

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

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

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

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('../fonts/OpenSans-CondensedLightItalic.woff2') format('woff2'),
        url('../fonts/OpenSans-CondensedLightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

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

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

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

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

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

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Semibold.woff2') format('woff2'),
        url('../fonts/OpenSans-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

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

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

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.woff2') format('woff2'),
        url('../fonts/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('../fonts/OpenSans-CondensedLight.woff2') format('woff2'),
        url('../fonts/OpenSans-CondensedLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiboldItalic.woff2') format('woff2'),
        url('../fonts/OpenSans-SemiboldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}



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

body{font-size: 16px; font-family: "Open Sans"; color: #666;}

.table{color:#303131;}
.bg-warning{background-color:#CC6C1E !important;}

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

.btn-primaire{display: inline-block; background: #CC6C1E; border-radius: 16px; transition: all 0.3s ease; color:#FFF; font-size:18px; padding:8px 16px; border:0}
.btn-primaire:hover{background-color: #E57E2E; color:#FFF; 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);}

.btn-secondaire{display: inline-block; background: #303131; border-radius: 16px; transition: all 0.3s ease; color:#FFF; font-size:18px; padding:8px 16px; border:0}
.btn-secondaire:hover{background-color: #666; color:#FFF; 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);}

.btn-link{display: inline-block; transition: all 0.3s ease; color:#303131; font-size:18px; padding:8px 16px; text-decoration: none;}
.btn-link:hover{color:#666; transform: scale(1.05);}

.btn-link-2{display: inline-block; transition: all 0.3s ease; color:#CC6C1E; font-size:18px; padding:8px 16px; text-decoration: none;}
.btn-link-2:hover{color:#E57E2E; transform: scale(1.05);}

.form-control{background-color: #FFF; border-radius: 8px; padding:12px; position:relative; border:2px solid #666;}
.form-control:active, .form-control:focus{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:#1d1d1b;}
.custom-select .dropdown-item.active, .custom-select .dropdown-item:active {background-color: #E9E9E9; color:#1d1d1b;}
.custom-select .btn{background:#FFF; border-radius: 8px; padding:12px; position:relative; border:2px solid #666;}
.custom-select .btn.show{background-color: #E9E9E9; color:#1d1d1b;}
.custom-select .btn.show .filter-option-inner-inner{color:#1d1d1b;}
.custom-select .dropdown-menu{background-color: #E9E9E9; color:#1d1d1b;}
.custom-select .dropdown-item:focus, .custom-select .dropdown-item:hover{background-color: #CC6C1E; color:#FFF;}

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

.input-group-text {background-color: #E57E2E; border: none; color: #fff; cursor: pointer;}
.input-group-text:hover {background-color: #f5b254;}

/* Style des checkbox */
.custom-checkbox {display: flex; align-items: center; margin-bottom: 15px; cursor: pointer;}
.custom-checkbox input[type="checkbox"] { margin-right: 10px; width: 20px; height: 20px; accent-color: #E57E2E;}
.form-label { color: #E57E2E; font-weight: 500; margin-bottom: 8px; display: block;}


#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; font-weight: 300; margin-bottom:0; }
h2{font-size: 30px; font-weight: 300; margin-bottom:16px; }
h3{font-size: 28px; font-weight: 300; margin-bottom:16px; }
h4{font-size: 28px; font-weight: 300; margin-bottom:16px; }

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



/* Header */

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

.primary_nav{padding:16px 0;}
.primary_nav_baseline{font-family: Chillax; font-size: 18px;}

.second_nav{padding:16px 0;}
.nav_search{border:0; background-color: #FFF; border-radius: 8px; padding:4px 8px 4px 30px; position:relative; border:2px solid #666;}
.nav_search:before{content:"\f002"; color:#666; 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 button{border:0; color:#666; font-size:16px; background:none; width:30px; height:30px; position:absolute; right:10px; top:50%; transform: translateY(-50%);}

.primary_nav_langue_btn{background:none; border:0; padding:0; padding:0 16px 0 0;}
.primary_nav_langue_btn:after{content:"\f078"; font-family:"Font Awesome 5 Pro"; font-size:10px; position:absolute; right:0; top:50%; transform: translateY(-50%);}


.page_content h1{font-size: 40px; font-weight: 300; margin-bottom:0; color:#CC6912; }
.page_content h2{font-size: 30px; font-weight: 300; margin-bottom:16px; color:#CC6912; }
.page_content h3{font-size: 28px; font-weight: 300; margin-bottom:16px; color:#CC6912; }
.page_content h4{font-size: 28px; font-weight: 300; margin-bottom:16px; color:#CC6912; }


/* Home Page */

.home_hero{position: relative; height: 680px; overflow: hidden;}
.home_hero_image{position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; object-position: center;}
.home_hero_image:after{content:''; position:absolute; top:0; left:0; width:100%; height:100%; background:#CC6C1E; opacity:0.2; z-index:10;}
.home_hero_wrap{position:relative; z-index:11; height:100%; display:flex; align-items: center; justify-content: center;}
.home_hero_content{position:relative; z-index:11; height:100%; display:flex; align-items: center; justify-content: center; flex-direction: column; gap:16px;}
.home_hero_titre{font-family: Chillax; font-size: 50px; font-weight: 600; color:#FFF; line-height:1;}
.home_hero_soustitre{font-family: Chillax; font-size: 50px; font-weight: 300; color:#FFF; line-height:1;}
 
.home_title{font-size: 45px; color: #CC6912; font-style: normal; font-weight: 400; text-align:center;}
.home_soustitre{color: #666; text-align: center;}

.home_experts{text-align:center;}
.home_experts_list{gap:24px;}
.home_expert_photo{margin-bottom:28px; text-align:center; display:flex; align-items: center; justify-content: center; height:30px;}
.home_expert_photo img{max-width:30px; max-height:30px; }
.home_expert_nom{color:#666; font-weight: 700; text-align: center; border-top:2px solid #FFF; padding-top:2px; transition: all 0.3s ease;}
.home_expert:hover .home_expert_nom{border-top:2px solid #CC6C1E; color:#CC6C1E;}
.home_expert:hover .home_expert_photo img{filter: invert(41%) sepia(99%) saturate(440%) hue-rotate(345deg) brightness(86%) contrast(91%);}


.home_reassurance_image{text-align:center; margin-bottom:24px; height:80px;}
.home_reassurance_titre{font-size: 24px; margin-bottom:16px; text-align:center;}
.home_reassurance_texte{font-size: 18px; line-height: 1.2; text-align:center; }

.home_pro{position:relative; overflow:hidden; background-color: #E8E8E8; }
.home_pro_image {background-image: url('../images/home_pro_image.jpg'); background-size: cover; background-position: center; min-height: 500px; }

.home_pro_title{color: #CC6C1E; font-size: 40px;}
.home_pro_texte{font-size: 18px;}

/* Miniature expert */
.mini_expert_wrap{background-color: #FFF; border-radius: 16px; padding:16px; position:relative; border: 2px solid #939393;}
.mini_expert_photo{position:relative; display: block; margin-bottom:24px; text-align: center;}
.mini_expert_photo img{border-radius: 100%; position:relative; display: block; text-align: center; margin:0 auto;}
.mini_expert_pseudo {font-size: 20px; color: #CC6C1E; font-weight: bold; margin-bottom:16px;}
.mini_expert_specialites{ font-size: 16px; color: rgb(13, 13, 13); font-weight: bold; line-height: 1.2; margin-bottom:16px;}
.mini_expert_avis{margin-bottom:24px; text-align:center;}
.mini_expert_avis_nb{font-size: 14px; color: rgb(13, 13, 13); font-weight: 700; color: #CC6C1E;}
.mini_expert_presentation{ font-size: 16px; color: #666; line-height: 1.2;  }
.mini_expert_typeconsultations{display:flex; flex-wrap:wrap; gap:16px; align-items: center; justify-content: start;}
.mini_expert_disponible{position:absolute; top:-18px; right:30px; display: inline-block; border:0; border-radius: 8px; background-color: #0d0d0d; transition: all 0.3s ease; color:#fff; font-size:18px; padding:4px 6px;}
.mini_expert_disponible_0{background-color: #f51621;}
.mini_expert_disponible_1{background-color: #CC6C1E;}
.mini_expert_disponible_2{ background-color: #84BE53;}
.mini_expert_lien{text-align:center; position:relative;}
.mini_expert_lien .mini_expert_lien_promo{position:absolute; top:-15px; left:20px; max-height:30px;}
.mini_expert_typeconsultation_actif{font-size:24px; width:50px; height:50px; background:#84BE53; color:#FFF; display:flex; align-items: center; justify-content: center; border-radius: 100%;}
.mini_expert_typeconsultation_inactif{font-size:24px; width:50px; height:50px; background:#303131; color:#FFF; display:flex; align-items: center; justify-content: center; border-radius: 100%;}
/* FIN Miniature expert */



/* Page Expert */
.expert_profil_infos{background:#FFF; border-radius: 16px; padding:29px 24px;}
.expert_photo_wrap{text-align:center;}
.expert_photo img{border-radius: 100%; max-width:100%;}
.expert_nom{font-size: 24px; color: #CC6C1E; font-weight: bold; margin-bottom:16px;}
.expert_supports{font-size: 16px; color: #303131; line-height: 1.2; margin-bottom:16px;}
.expert_typeconsultations{display:flex; flex-wrap:wrap; flex-direction: column; gap:16px; align-items: center; justify-content: start;}
.expert_typeconsultation{background:#FFF; border-radius: 16px; padding:8px 24px; width:100%; display:flex; align-items: center; justify-content: space-between;}
.expert_tarifconsult_nom{font-size: 16px; color: #303131; }
.expert_tarifconsult_nom i{display:inline-block;margin-right:8px;}
.expert_presentation{background:#FFF; border-radius: 16px; padding:24px;}
.expert_presentation h3{color: #303131; font-size: 24px; font-weight: 700;}
.expert_presentation h3 i{display:inline-block;margin-right:8px;}
.expert_avis{background:#FFF; border-radius: 16px; padding:24px;}
.expert_avis h3{color: #303131; font-size: 24px; font-weight: 700;}
.expert_avis h3 i{display:inline-block;margin-right:8px;}
.expert_commentaire {background:#FFF; border-radius: 16px; padding:29px 24px; }
.expert_commentaire i {color: #CC6C1E; display:inline-block;margin-right:8px;}

.expert_avis_chiffres{display:flex; align-items: center; justify-content: space-between;}
.expert_avis_chiffre{display:flex; align-items: center; justify-content: center; gap:8px; font-weight:bold; }
.expert_avis_chiffre i{display:inline-block;margin-right:8px; color:#84BE53;}

.expert_avis_item{border-top:2px solid #303131; padding-top:16px; margin-top:16px;}
.expert_avis_item_meta{color: #939292; font-style: normal; margin-top:4px;}

.expert_description{background:#FFF; border-radius: 16px; padding:24px;}
.expert_description h3{color: #303131; font-size: 24px; font-weight: 700;}
.expert_description h3 i{display:inline-block;margin-right:8px;}
.expert_description_intro{color: #303131; font-size:18px;}
.expert_description_activite_titre{color: #CC6C1E; font-size:18px; font-weight: 600;}
.expert_description_activite_soustitre{color: #666; font-size:18px;}


.expert_blog{background:#FFF; border-radius: 16px; padding:24px;}
.expert_blog h3{color: #303131; font-size: 24px; font-weight: 700;}
.expert_blog h3 i{display:inline-block;margin-right:8px;}

/* Fin Page Expert */


/* Page de résultats */
.recherche_header{padding:50px 0 100px 0; text-align:center;}
.recherche_header h1{font-size:40px; color: #FFF; font-weight:400; margin-bottom:16px;}
.recherche_header h2{font-size:30px; color: #3B3B3B; font-weight:500;}
.recherche_bloc_avancee{ margin-top:-80px; margin-bottom:100px;}

.recherche_avantages{background:#303131;}
.recherche_avantages_titre{color: #FFF; font-size: 30px; text-align: center;}
.recherche_avantage{display: flex; flex-direction: column; align-items: center; justify-content: center;}
.recherche_avantage_image{text-align: center; margin: auto; margin-bottom:24px;}
.recherche_avantage_titre{text-align: center; color: #FFF; font-size: 20px; margin-bottom:8px;}
.recherche_avantage_texte{text-align: center; color: #FFF;}

.recherche_etapes_titre{color: #CC6C1E; font-size:30px; margin-bottom:8px;}
.recherche_etapes_soustitre{color: #3B3B3B; margin-bottom:24px;}
.recherche_etapes_texte{font-size:20px;color: #CC6C1E; margin-bottom:24px;}
.recherche_etape_bloc{background:#FFF; border-radius: 16px; padding:29px 24px; border:2px solid #939393;}
.recherche_etape_bloc_titre{color:#CC6C1E; font-size:24px; text-align:center; margin-bottom:24px; }
.recherche_etape_bloc_item{display:flex; align-items: start; margin-bottom:16px;}
.recherche_etape_bloc_item_nombre{width:30px !important; height: 30px !important; flex-basis: 30px; flex-grow: 0; flex-shrink: 0; border: 2px solid #CC6C1E; color:#CC6C1E; justify-content: center; align-items: center; border-radius: 100%; text-align: center; margin-right:16px;}


/* Fin Page de résultats */


/* Blog Mini */

.blog_card {background-color: #FFF; border-radius: 8px; padding:20px; overflow: hidden; height: 100%; border: 2px solid #666; transition: all 0.3s ease; position: relative; display: flex; flex-direction: column;}
.blog_card:hover {box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4); border-color:#CC6C1E;}
.blog_card_title{color: #CC6C1E !important; font-size: 18px !important; font-weight: 500; margin-bottom: 15px; transition: color 0.3s ease;}
.blog_card_image {position: relative;overflow: hidden;height: 150px; margin-bottom: 16px;}
.blog_card_image img {width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease;}
.blog_card:hover .blog_card_image img { transform: scale(1.05);}
.blog_card_text {color:#939292}

@media (max-width: 767px) {
    .blog_card_image {
    height: 180px;
    }
}
/* Fin Blog Mini */



/* FOOTER */

#footer{background-color: #2D2D2D; 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:18px; display:flex; align-items: center; justify-content: center; margin-right:10px; width:30px; height:30px; background-color: #E86803; color:#2D2D2D; border-radius: 100%;} 

.footer_facebook, .footer_instagram{transition: all 0.3s ease;}
.footer_facebook:hover{color: #007bff;}
.footer_instagram:hover{color: #FF026A;}
.footer_twitter:hover{color: #1DA1F2;}
.footer_linkedin:hover{color: #0077B5;}
.footer_tiktok:hover{color: #000000;}

/* FIN FOOTER */

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


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



@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:"";}
    #header .navbar > .container{justify-content: center;}
    #header .container::after{display:none;}
    .header_login{display:none !important;}
}


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

.message-area {
    height: 100vh;
    overflow: hidden;
    padding: 30px 0;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}

.chat-area {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 16px;
    height: 90vh;
    overflow: hidden;
    min-height: calc(100% - 1rem);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border: 2px solid #E9E9E9;
}

.chatlist {
    outline: 0;
    height: 100%;
    overflow: hidden;
    width: 300px;
    float: left;
    padding: 15px;
    background: #fff;
    border-right: 2px solid #E9E9E9;
}

.chat-area .modal-content {
    border: none;
    border-radius: 16px;
    outline: 0;
    height: 100%;
    background: #fff;
}

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

.chatbox {
    width: auto;
    overflow: hidden;
    height: 100%;
    border-left: 2px solid #E9E9E9;
    background: #fff;
}

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

.msg-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 2px solid #E9E9E9;
}

.chat-area .form-control {
    display: block;
    width: 80%;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #303131;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #666;
    border-radius: 8px;
    transition: all 0.3s ease;
}

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

a.add img {
    height: 36px;
}

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

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

.chat-area .nav-tabs .nav-link {
    width: 100%;
    color: #303131;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
    margin-top: 5px;
    margin-bottom: -1px;
    background: 0 0;
    border: 2px solid transparent;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    transition: all 0.3s ease;
}

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

.chat-area .nav-tabs .nav-link:focus,
.chat-area .nav-tabs .nav-link:hover {
    border-color: #CC6C1E #CC6C1E #fff;
    color: #CC6C1E;
}

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

.chat-list p {
    color: #666;
    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;
    padding: 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.chat-list a.d-flex:hover {
    background: #f8f9fa;
    border-color: #CC6C1E;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(204, 108, 30, 0.1);
}

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

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

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

.msg-head {
    padding: 20px;
    border-bottom: 2px solid #E9E9E9;
    background: #fff;
}

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

.moreoption .navbar {
    padding: 0;
}

.moreoption li .nav-link {
    color: #303131;
    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;
    border-radius: 8px;
    border: 2px solid #E9E9E9;
}

.msg-body ul {
    overflow: hidden;
    padding: 20px;
}

.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 p {
    color: #303131;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    padding: 15px;
    background: #f8f9fa;
    display: inline-block;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 0;
    border: 2px solid #E9E9E9;
    max-width: 70%;
}

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

.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 #CC6C1E 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.6;
    font-weight: 400;
    padding: 15px;
    background: linear-gradient(135deg, #CC6C1E, #E57E2E);
    display: inline-block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 0;
    max-width: 70%;
    box-shadow: 0 4px 15px rgba(204, 108, 30, 0.2);
}

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

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

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

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

.divider {
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 20px 0;
}

.msg-body h6 {
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    background: #fff;
    display: inline-block;
    padding: 8px 16px;
    margin-bottom: 0;
    border-radius: 20px;
    border: 2px solid #E9E9E9;
}

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

.send-box {
    padding: 20px;
    border-top: 2px solid #E9E9E9;
    background: #fff;
}

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

.send-box .form-control {
    display: block;
    width: 85%;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #303131;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #666;
    border-radius: 8px;
    transition: all 0.3s ease;
}

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

.send-box button {
    border: none;
    background: linear-gradient(135deg, #CC6C1E, #E57E2E);
    padding: 12px 20px;
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    width: 24%;
    margin-left: 1%;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.send-box button:hover {
    background: linear-gradient(135deg, #E57E2E, #CC6C1E);
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(204, 108, 30, 0.3);
}

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

.send-btns .button-wrapper {
    position: relative;
    width: 125px;
    height: auto;
    text-align: left;
    margin: 0 auto;
    display: block;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 8px 16px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    border: 2px solid #E9E9E9;
    transition: all 0.3s ease;
}

.send-btns .button-wrapper:hover {
    border-color: #CC6C1E;
    background: #fff;
}

.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: #303131;
    font-weight: 500;
    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: 8px 12px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #303131;
    background-color: #f8f9fa;
    background-clip: padding-box;
    border: 2px solid #E9E9E9;
    border-radius: 8px;
    margin-bottom: 5px;
    transition: all 0.3s ease;
}

.send-btns .attach .form-control:focus {
    border-color: #CC6C1E;
    background-color: #fff;
}

.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: #f8f9fa;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    color: #303131;
    border: 2px solid #E9E9E9;
    transition: all 0.3s ease;
}

.add-apoint a:hover {
    background: #CC6C1E;
    color: #fff;
    border-color: #CC6C1E;
}

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

.chat-icon {
    display: none;
}

.closess i {
    display: none;
}

/* Animation pour les messages */
.msg-body ul li {
    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 conversations */
.conversation {
    position: relative;
}

.conversation .active {
    background: #84BE53;
    border-color: #84BE53;
}

/* Styles pour les avatars */
.conversation img {
    border: 2px solid #E9E9E9;
    transition: all 0.3s ease;
}

.conversation:hover img {
    border-color: #CC6C1E;
    transform: scale(1.05);
}

/* Responsive design */
@media (max-width: 767px) {
    .chat-area{
        height:unset;
        overflow: unset;
        border-radius: 8px;
    }
    .chat-icon {
        display: block;
        margin-right: 5px;
    }
    .chatlist {
        width: 100%;
        border-right: none;
        border-bottom: 2px solid #E9E9E9;
    }
    .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: 16px;
    }
    .msg-head p {
        font-size: 12px;
    }
    .msg-head .flex-shrink-0 img {
        height: 30px;
    }
    .send-box button {
        width: 28%;
        padding: 10px 15px;
    }
    .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: 10px;
        border-bottom-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        max-width: 85%;
    }
    .msg-body ul li.repaly p {
        font-size: 13px;
        padding: 10px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-left-radius: 6px;
        max-width: 85%;
    }
    .msg-body ul {
        padding: 15px;
    }
    .send-box {
        padding: 15px;
    }

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

    .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; }


.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 articles */
.article_meta{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    padding: 20px 0;
    border-bottom: 2px solid #E9E9E9;
    margin-bottom: 30px;
    color: #666;
    font-family: "Open Sans";
    font-size: 14px;
}

.article_meta .article_date,
.article_meta .article_author{
    display: flex;
    align-items: center;
    gap: 8px;
    color: #939292;
    font-family: "Open Sans";
    font-size: 14px;
}

.article_meta .article_date i,
.article_meta .article_author i{
    color: #CC6C1E;
    font-size: 16px;
}

.article_meta .article_author a{
    color: #CC6C1E;
    text-decoration: none;
    font-weight: 600;
}

.article_meta .article_author a:hover{
    color: #E57E2E;
    text-decoration: underline;
}

.article_featured_image{
    margin: 25px 0;
    text-align: center;
}

.article_featured_image img{
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.page-content{
    line-height: 1.6;
    color: #666;
    font-family: "Open Sans";
    font-size: 16px;
    margin: 25px 0;
}

.page-content p{
    margin-bottom: 20px;
}

.page-content h2, .page-content h3{
    color: #CC6912;
    font-family: "Chillax";
    font-size: 24px;
    font-weight: 600;
    margin: 30px 0 20px 0;
}

.page-content h3{
    font-size: 20px;
}

.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;
    }
}

/* 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) {

    .home_pro_image{background:none;}

    .btn-secondaire{padding:8px; font-size:16px;}

    .home_hero{height:350px}
    .home_hero_titre{font-size: 24px;}
    .home_hero_soustitre{font-size: 16px;}

    .home_title {font-size: 24px;}
    .home_experts_list{gap:8px;}

    .mini_expert_typeconsultation_titre{font-size:12px;}
    .mini_expert_typeconsultation_actif{font-size: 16px; width:26px; height:26px;}
}