/*******
COLOR FR 
*********/
/**Classe de couleur**/
/*Post meta category link color + title hover color*/
a.synthese-txt, .category-synthese .entry-title > a:hover{color: #25a59a !important;}
a.prep-ech-txt, .category-preparation-dechantillons .entry-title > a:hover {color: #4a7274 !important;}
a.tips-txt, .category-tips-tricks .entry-title > a:hover {color: #34a7c2 !important;}
a.purifi-txt, .category-purification .entry-title > a:hover {color: #26b7cd !important;}
a.identifi-txt, .category-detection-identification .entry-title > a:hover {color: #3a739c !important;}
a.analyse-txt, .category-analyse .entry-title > a:hover {color: #0075be !important;}
a.news-txt, .category-actualites .entry-title > a:hover {color: #002a5c !important;}
a.others-txt, .category-others .entry-title > a:hover {color: #002a5c !important;}
/*on hover*/
a.synthese-txt, a.prep-ech-txt, a.tips-txt, a.purifi-txt,  
a.identifi-txt, a.analyse-txt,  a.news-txt,  a.others-txt {
    transition: all ease-in-out .15s;
}
/*Post meta category link color on :hover*/
a.synthese-txt:hover {background-color: #25a59a !important; color:#fff !important;}
a.prep-ech-txt:hover {background-color: #4a7274 !important;color:#fff !important;}
a.tips-txt:hover {background-color: #34a7c2 !important;color:#fff !important;}
a.purifi-txt:hover {background-color: #26b7cd !important;color:#fff !important;}
a.identifi-txt:hover {background-color: #3a739c !important;color:#fff !important;}
a.analyse-txt:hover {background-color: #0075be !important;color:#fff !important;}
a.news-txt:hover {background-color: #002a5c !important;color:#fff !important;}
a.others-txt:hover {background-color: #002a5c !important;color:#fff !important;}

/*Overlay Featured image color*/
.category-synthese .et_pb_extra_overlay {
    background-color: rgba(37, 165, 154, 0.8) !important;
    border-color: rgba(37, 165, 154, 0.8) !important;
}
.category-preparation-dechantillons .et_pb_extra_overlay {
    background-color: rgba(74, 114, 116, 0.8) !important;
    border-color: rgba(74, 114, 116, 0.8) !important;
}
.category-tips-tricks .et_pb_extra_overlay {
    background-color: rgba(52, 168, 194, 0.8) !important;
    border-color: rgba(52, 168, 194, 0.8)  !important;
}
.category-purification .et_pb_extra_overlay {
    background-color: rgba(38, 183, 205, 0.8) !important;
    border-color: rgba(38, 183, 205, 0.8) !important;
}
.category-detection-identification .et_pb_extra_overlay {
    background-color: rgba(58, 115, 156, 0.8) !important;
    border-color: rgba(58, 115, 156, 0.8) !important;
}
.category-analyse .et_pb_extra_overlay {
    background-color: rgba(0, 117, 190, 0.8) !important;
    border-color: rgba(0, 117, 190, 0.8) !important;
}
.category-actualites .et_pb_extra_overlay {
    background-color: rgba(0, 41, 92, 0.8) !important;
    border-color: rgba(0, 41, 92, 0.8) !important;
}
.category-divers .et_pb_extra_overlay {
    background-color: rgba(0, 41, 92, 0.8) !important;
    border-color: rgba(0, 41, 92, 0.8) !important;
}

/*Catégorie Border*/
.category-synthese .post-content-box { border-top: 5px solid #25a59a !important;}
.category-preparation-dechantillons .post-content-box { border-top: 5px solid #4a7274 !important;}
.category-tips-tricks .post-content-box { border-top: 5px solid #34a7c2 !important;}
.category-purification .post-content-box { border-top: 5px solid #26b7cd !important;}
.category-detection-identification .post-content-box { border-top: 5px solid #3a739c !important;}
.category-analyse .post-content-box { border-top: 5px solid #0075be !important;}
.category-actualites .post-content-box { border-top: 5px solid #002a5c !important;}
.category-divers .post-content-box { border-top: 5px solid #002a5c !important;}

/*Before Color for each caté*/
.synthe-before .module-head::before {background: #25a59a;}
.prep-before .module-head::before {background: #4a7274;}
.tips-before .module-head::before {background: #34a7c2;}
.puri-before .module-head::before {background: #26b7cd;}
.iden-before .module-head::before {background: #3a739c;}
.analy-before .module-head::before {background: #0075be;}

/*Before Color for each caté in the sidebar*/
.synthese-menu::after{background: #25a59a;}
.prep-ech-menu::after {background: #4a7274;}
.tips-menu::after {background: #34a7c2;}
.purifi-menu::after {background: #26b7cd;}
.identifi-menu::after{background: #3a739c;}
.analyse-menu::after{background: #0075be;}

/*Border top of each article on archive page*/
.category-synthese article.category-synthese{ border-top: 5px solid #25a59a !important;}
.category-preparation-dechantillons article.category-preparation-dechantillons { border-top: 5px solid #4a7274 !important;}
.category-tips-tricks article.category-tips-tricks { border-top: 5px solid #34a7c2 !important;}
.category-purification article.category-purification{ border-top: 5px solid #26b7cd !important;}
.category-detection-identification article.category-detection-identification { border-top: 5px solid #3a739c !important;}
.category-analyse article.category-analyse { border-top: 5px solid #0075be !important;}
.category-actualites article.category-actualites { border-top: 5px solid #002a5c !important;}
.category-divers article.category-divers { border-top: 5px solid #002a5c !important;}

/*Border top of each article on result search page*/
.search-results article.category-synthese{ border-top: 5px solid #25a59a !important;}
.search-results article.category-preparation-dechantillons { border-top: 5px solid #4a7274 !important;}
.search-results article.category-tips-tricks { border-top: 5px solid #34a7c2 !important;}
.search-results article.category-purification{ border-top: 5px solid #26b7cd !important;}
.search-results article.category-detection-identification { border-top: 5px solid #3a739c !important;}
.search-results article.category-analyse { border-top: 5px solid #0075be !important;}
.search-results article.category-actualites { border-top: 5px solid #002a5c !important;}
.search-results article.category-divers { border-top: 5px solid #002a5c !important;}

/*Border top of each article on post page*/
.post-template-default article.category-synthese{ border-top: 5px solid #25a59a !important;}
.post-template-default article.category-preparation-dechantillons { border-top: 5px solid #4a7274 !important;}
.post-template-default article.category-tips-tricks { border-top: 5px solid #34a7c2 !important;}
.post-template-default article.category-purification{ border-top: 5px solid #26b7cd !important;}
.post-template-default article.category-detection-identification { border-top: 5px solid #3a739c !important;}
.post-template-default article.category-analyse { border-top: 5px solid #0075be !important;}
.post-template-default article.category-actualites { border-top: 5px solid #002a5c !important;}
.post-template-default article.category-divers { border-top: 5px solid #002a5c !important;}

/*Background of share on article post page*/
.post-template-default article.category-synthese .post-footer{ background-color: #25a59a !important;}
.post-template-default article.category-preparation-dechantillons .post-footer{ background-color: #4a7274 !important;}
.post-template-default article.category-tips-tricks .post-footer{ background-color: #34a7c2 !important;}
.post-template-default article.category-purification .post-footer{ background-color: #26b7cd !important;}
.post-template-default article.category-detection-identification .post-footer{ background-color: #3a739c !important;}
.post-template-default article.category-analyse .post-footer{ background-color:  #0075be !important;}
.post-template-default article.category-actualites .post-footer{ background-color: #002a5c !important;}
.post-template-default article.category-divers .post-footer{ background-color: #002a5c !important;}

/*Newsletter form */
form.es_subscription_form div p b {
    display: none;
}