/*
Theme Name: OceanWP Child - LRCS
Theme URI: https://oceanwp.org/
Template: oceanwp
Author: OceanWP
Author URI: https://oceanwp.org/about-oceanwp/
Description: OceanWP is the perfect theme for your project. Lightweight and highly extendable, it will enable you to create almost any type of website such a blog, portfolio, business website and WooCommerce storefront with a beautiful &amp; professional design. Very fast, responsive, RTL &amp; translation ready, best SEO practices, unique WooCommerce features to increase conversion and much more. You can even edit the settings on tablet &amp; mobile so your site looks good on every device. Work with the most popular page builders as Elementor, Beaver Builder, Brizy, Visual Composer, Divi, SiteOrigin, etc... Developers will love his extensible codebase making it a joy to customize and extend. Best friend of Elementor &amp; WooCommerce. Looking for a Multi-Purpose theme? Look no further! Check the demos to realize that it's the only theme you will ever need: https://oceanwp.org/demos/
Tags: two-columns,right-sidebar,footer-widgets,blog,news,custom-background,custom-menu,post-formats,rtl-language-support,sticky-post,editor-style,threaded-comments,translation-ready,buddypress,custom-colors,featured-images,full-width-template,theme-options,e-commerce,block-styles,wide-blocks,accessibility-ready
Version: 4.1.2.1756805226
Updated: 2025-09-02 11:27:06

*/


.content-area{
	width: 100%;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

.content-area .site{
	margin: 0px;
}


.single-equipe-lrcs > div > div > main > div > div > div > article > div.thumbnail img{
	width: 100px;
	border-radius: 50% !important;
}

body.tax-type-equipe .oceanwp-row .span_1_of_2 {
	text-align: center;
}

/*
article > div > div.blog-entry-summary.clr{
	display: none;
}
*/



/* Custom archive page styling */
.custom-archive-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.archive-header {
    text-align: center;
    margin-bottom: 40px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}

.archive-header h1 {
    color: #333;
    margin-bottom: 15px;
}

.archive-posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
}

.archive-post-item {
    background: white;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.archive-post-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.post-meta {
    color: #666;
    font-size: 14px;
    margin-bottom: 15px;
}

.post-excerpt {
    color: #555;
    line-height: 1.6;
}

/* Responsive design */
@media (max-width: 768px) {
    .archive-posts-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .custom-archive-container {
        padding: 15px;
    }
}

.publication{
    margin: 0 0 10px;
    line-height: 1.4;
}

.single-equipe-lrcs-thumb,
.publication a{
    color: #1a7090;
    text-decoration: none !important;
}

.filtre-publication{
    width: 33%;
    float: right;
}

/* Responsive design */
@media (max-width: 768px) {
    .filtre-publication{
      width: 100%;
    }
}


/*
.publication a{
    color: #000;
    text-decoration: none !important;
}
*/

.equipe-lrcs{
    text-align: center;
    box-shadow: none;
}

.equipe-lrcs:hover{
    box-shadow: none;
    transform: none;
}

.equipe-lrcs > img{
    width: 330px;
}

.thumbnail{
    width: 300px;
    height: 300px;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-equipe-lrcs-thumb{
    font-size: 23px;
    color: #1a7090;
    line-height: 1.2px;
}

.single-equipe-lrcs-fonction{
    color: black;
    /* font-weight: bold; */
    font-size: 20px;
    line-height: 35.2px;
    list-style: none;
}

ul:has(.single-equipe-lrcs-fonction){
    margin-left: 0px
}

.single-equipe-lrcs-icone{
    float: left;
    margin-right: 10px;
    clear: both;
    height: 36px;
}

.single-equipe-lrcs-content{
    height: 36px;
}

.upjv-pub-autheur{
    text-decoration: underline;
}

.groupes-dexpertises{
    list-style: none;
    display: flex;
    flex-flow: wrap;
}

.groupes-dexpertises li{
    margin: 5px;
    border-radius: 10px;
    text-align: center;
    padding: 5px;
    width: fit-content;
}

.groupes-dexpertises-violet{
    background-color: #a66bd3;
    color: white;
}

ul.groupes-dexpertises > li.groupes-dexpertises-violet > a
.groupes-dexpertises-violet li a:hover{
    color: white !important;
}

.groupes-dexpertises-vert{
    background-color: #c5e0b4;
    color: #385724;
}

.groupes-dexpertises-saumon{
    background-color: #ff8989;
    color: #580000;
}

.groupes-dexpertises-gris{
    background-color: #ccc;
    color: black;
}
