
/****************************/
/****************************/
/****************************/
/* JL Content Filter Module */
/****************************/
/****************************/
/****************************/
.jlcontentfieldsfilter input {
    height: 12px!important;
}

.jlmf-label{
    font-weight:bold;
    margin-bottom:5px;
    text-decoration: underline;
}

.jlmf-section:first-child {
    margin-top: 0px!important;
}

.jlmf-section {
    margin-top: 20px!important;
}

.jlmf-section .jlmf-list-1 div div{
    margin-top: 0px!important;
}


/* Changement de la couleur du fond des case ï¿½ cocher */

   

/* filtres */

                          




.jlcontentfieldsfilter input {
    height: 0!important;
}

.rn-index-pg .jlmf-list-1 > div > div input[type="checkbox"]:before,
.rn-index-pg .jlmf-list-1 > div > div .jlmf-sublabel {
    transition: 0.2s;
}




input[type='checkbox']:before {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    vertical-align: middle;
    bottom: 0;
    border: solid #fff 1px;
    background-color: transparent;
    cursor: pointer;
    margin-top: -12px;
}
input[type='checkbox'][checked='checked']:after, 
input[type='checkbox']:focus:after {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    vertical-align: middle;
    margin-left: 1px;
    background-color: #fff;
    cursor: pointer;
    margin-top: -11px;
}


*, *::before, *::after {
    box-sizing: border-box;
}

label.jlmf-sublabel {
    display: inline-block;
    margin: 0;
}


button.jlmf-link{
    color:white;
}

/****************************/
/* Fin JL Content Filter Module */
/****************************/
















/***************************/
/***************************/
/***************************/
/******** Page Index ****** /
/***************************/
/***************************/
/***************************/

.page-header h2 a, .categories-list h2 a {
    color: inherit;
}


.rn-index-pg .page-header h2, 
.rn-index-pg .categories-list h2 {
    
    font-size: 36px;
    display: block;
    margin-bottom: 10px;
}




.rn-label {
    text-align: right;
}


.rn-auteur-ctn h1,
.rn-titre-ctn h2{
    margin:0;
}

      

/***************************/
/***** FIN Page Index ***** /
/***************************/
                          
                              
                              
                    
                    
                    
                    
                              

/***************************/
/***************************/
/***************************/
/***** Main NAV Bottom******/
/***************************/
/***************************/
/***************************/

.rn-main-nav .t4-megamenu .nav-link {
    font-size: 48px;
    padding: 0px 0px!important;
}









/*******************************/
/*******************************/
/* Module de recehrche de Joomla*/
/********************************/
/********************************/


.mod-search input.form-control {
    background: transparent;
    height:100px;
    border-top:none;
    border-bottom:1px solid;
    border-right:none;
    border-left:none;
    border-radius:0;
    font-size:36px;
    max-width: 100%;
}


.mod-search input.form-control:focus {
    color: #495057;
    background-color:transparent;
    border-color: inherit;
    outline: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0 ;
    -webkit-box-shadow: none;
    box-shadow: none;
}









/*****************************************************/
/*****************************************************/
/************* THEME DARK - LAYOUT DARK **************/
/*****************************************************/
/*****************************************************/
.theme-index-dark hr {
    border-bottom: 0.2px solid #535353;
    border-top: none;
    border-left: none;
    border-right: none;
}















/*****************************************************/
/*****************************************************/
/******  RESSOURCES  RESSOURCES  RESSOPURCES *********/
/*****************************************************/
/*****************************************************/

/* pAGE RESSOURCES */
.rn-ressources-pg .page-header h2 a, 
.rn-ressources-pg .categories-list h2 a {
    font-size: 28px;
    display: block;
    padding: 30px 60px 5px 0px;
}



/* Affichage des icones dans page catÃ©gorie */

.rn-ressources-pg .fields-container {
    display: none;
}


.rn-icon img {
    fill: red!important;
    color: red!important;
    border-color: red!important;
    height: 16px;
    display: inline-block;
    margin-right: 10px;
    margin-top: -10px;
}


.rn-spec-ctn{
  padding-right: 40px;
}


.rn-spec{

}

.rn-spec-theme{
    font-size: 14px;
}


.rn-spec-auteur{
    font-size: 22px;
    margin-top: -10px;
}

.rn-icon-ctn{
    margin-top:10px;
}


/* Flex */
.rsc-item{
 order:3;
 width: 33%;   
}

.blog.rn-ressources-pg {
    display: inline-flex;
    flex-flow: wrap
}