@charset "utf-8";
/* CSS Document */
/***********************
Couleurs du site:
Jaune : #fef208
Noir : #000000
***************************/
.majuscule {
    text-transform: lowercase;
    display: inline-block;
}
.majuscule::first-letter {
    text-transform: uppercase;
}
/* Couleur de la loupe recherche */
.fl-button-icon::before {
	color: #ffffff !important;
    font-size: 36px;
}
.searchwp-revised-search-notice {
    display: none;
}
/* Fix du texte dans le input */
.fl-form-field input[type="search"] {
	color: black !important;
}
/* Fix à cause du fil d'ariane */
.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 0 30px 0;
}
/* Bogue affichage fil arianne avec page accueil anglaise */
.home .fl-builder-content-2556 {
    display: none;
}
/* Fix pour affichage langue dans menu mobile */
@media (max-width: 480px) {
    #menu-item-wpml-ls-106-fr,
    #menu-item-wpml-ls-106-en {
        width: 120px;
        margin: 0 auto;
    }
}

/**************************************
Fix pour sélecteur de langue en mobile
***************************************/
@media (max-width: 480px) {
    #menu-item-wpml-ls-9-en,
    #menu-item-wpml-ls-9-fr {
        width: 120px;
        margin: 0 auto;
    }
}

/* Fix pour page de la liste des disques */
.post-type-archive-disque .entry {
	margin-bottom: 30px;
}
.voir-plus {
	width: 70px;
	margin: 0 auto;
}

/* Fix pour le texte de bas de page */
.footer-widgets p {
	font-size: 12px;
	line-height: 14px;
}
/* Fix pour les titres de l'affichage des pages de disques */
.fl-node-3ro405jsdyam.fl-module-heading .fl-heading {
	font-size: 36px;
	text-align: left;
	text-transform: uppercase;
}
/* Fix pour la page des résultats de recherche incluant FacetWP listing */
.resultat-titre {
    text-align: center;
}
.resultat-titre a {
	font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}
.resultat-titre a:hover {
    text-decoration: underline;
}
/* Type contenu Document affichage liste FacetteWp */
.lien-nac a {
    text-decoration: none;
}
.lien-nac a:hover {
    text-decoration: underline;
}


/* Ajustements CSS pour complianz */
.cmplz-cookiebanner .cmplz-title {
	justify-self: center;
	grid-column-start: 2;
	font-size: 22px !important;
	color: var(--cmplz_text_color);
	font-weight: 600 !important;
}
/* Fix CSS FacetWp */
.facetwp-facet {
	margin-bottom: 20px !important;
}
.facetwp-bb-module h4 {
	margin: 0 0 10px;
}
/* Ajustement du la checkbox */
.facetwp-checkbox {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
    background-position: 0 20% !important;
}
.facetwp-toggle {
	font-size: 14px;
}

/*************************************************** 
	Ajustements CSS pour CPT documents
***************************************************/
.fl-post-grid-post {
	background: #fff;
	border: none;
	visibility: hidden;
}
.fl-post-grid-post h2 {
    line-height: 20px !important;
    margin-top: 10px !important;
}



/*************************************************** 
	Ajustements CSS pour Complianz
***************************************************/
.cmplz-cookiebanner .cmplz-title {
    justify-self: center;
    grid-column-start: 2;
    font-size: 22px !important;
    color: var(--cmplz_text_color);
    font-weight: 600 !important;
}
.cmplz-buttons .cmplz-btn {
    font-weight: bold !important;
    text-transform: none;
}
.cmplz-show-banner {
    cursor: pointer;
}
@media (max-width: 768px) {
    #cmplz-cookiebanner-container {
        display: none;
    }
}
/*************************************************** 
	CSS pour page résultats de recherche
***************************************************/
#recherche {
    margin: 20px 0 0 0;
}
#recherche::after {
    clear: both;
}

#recherche .fl-post-image {
    width: 30%;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
#recherche .fl-post-text {
    display: inline;
    padding: 0;
}
#recherche .fl-post-title {
	font-size: 24px;
    font-weight: 600;
	line-height: 28px;
	margin: 0;
	padding: 0 0 15px;
}
#recherche .fl-post-more-link {
	margin-bottom: 20px;
}
.fl-post-feed-post {
	border-bottom: 1px solid #2f2f2f;
	margin-bottom: 20px;
}

/*************************************************** 
	Ajustement affichage d'une page des disques
***************************************************/
.disque-template-default .fl-mosaicflow-col {
  float: none;
  width: 100% !important;
}


@media (max-width: 768px) {
    .disque-template-default .fl-builder-content .fl-col-small-custom-width {
        width: 100% !important;
        max-width: none;
        clear: none;
        float: left;
    }
}

