/* Bouton pour formulaire Forminator (contact)*/

.forminator-button{
	background-color: #000091;
	color: #ffffff;
	font-weight: bold;
}

.forminator-button:hover{
	color: #000091;
	background-color: #ffffff;
}

.secteurs{
	max-width: 70%;
}

.secteurs h4 {
  color: var(--blue-france-sun-113-625);
  margin-bottom: 0.1em;
}

.bord-gris {
	background-image: linear-gradient(0deg,var(--border-default-grey),var(--border-default-grey)),linear-gradient(0deg,var(--border-default-grey),var(--border-default-grey)),linear-gradient(0deg,var(--border-default-grey),var(--border-default-grey)),linear-gradient(0deg,var(--border-default-grey),var(--border-default-grey));
	background-position: 100% 100%,0 0,100% 0,100% 0;
	background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
	background-size: 100% 1px,1px 100%,1px 100%,100% 1px;
	padding: 1px;
}

.secteurs h2{
  background-color: var(--background-alt-blue-france);
}

.fond-bleu{
  background-color: var(--background-alt-blue-france);
}


/* Bloc FileBird Documents*/
#filebird-document-library {
	max-width: 60%;
}

#filebird-document-library .fbdl-title svg path {
	fill: var(--wp--preset--color--background-action-high-blue-france) ;		
}

#filebird-document-library [href] {
	background-image: none; /*Liens du bloc  non soulignés*/
}

#filebird-document-library .fbdl-download-button, #filebird-document-library .fbdl-list-last-item a {	
	background-color: var(--wp--preset--color--background-action-high-blue-france) !important;
}

#filebird-document-library .fbdl-download-button:hover, #filebird-document-library .fbdl-list-last-item a:hover {
	background-color: var(--background-action-high-blue-france-hover) !important;
}

#filebird-document-library .fbdl-download-button:active, #filebird-document-library .fbdl-list-last-item a:active {
	background-color: var(--background-action-high-blue-france-active) !important;
}

#filebird-document-library .fbdl-list-item-title a:hover, #filebird-document-library .fbdl-title:hover {
	color: var(--wp--preset--color--background-action-high-blue-france) !important;
}

#filebird-document-library div.fbdl-gridview-container .fbdl-grid .fbdl-grid-item:hover {
	border-color: var(--wp--preset--color--background-action-high-blue-france) ;
}

#filebird-document-library div.fbdl-listview-container .fbdl-list table.fbdl-table tr:hover td.fbdl-list-first-item {
	border-color: var(--wp--preset--color--background-action-high-blue-france) ;
}
.category-parcours-de-leleve a[rel="tag"] {
    display: none !important;
}

/* Boutobns des sous-catégories */
.fr-tags-group {
	display: none;
}