@font-face {
font-family: 'Montserrat';
src: url(sftp://gertrude-perso@gertrude-diffusion-test.rbfc.hosting.priv.atolcd.com/perso-diffusion/public/stylesheets/Montserrat-Light.otf) format('opentype');
font-weight: 300; /* <--- indique au navigateur que c'est le style Light */
}


:root {
	--primary-font-family: 'Montserrat', sans-serif;
    --secondary-font-family: 'Montserrat', sans-serif;
    --theme-primary: #303030;   /* Gris anthracite */
	--theme-on-primary: #ffffff;
    --theme-secondary: #d0cd00; /* Vert */
	--theme-on-secondary: #303030;
	--theme-on-surface : #303030; /*La police sera noire */
	--theme-surface-secondary: #303030; 
	--theme-on-surface-secondary: #ffffff;
	--theme-on-background : #303030; /*La police sera noire */
	
	
font-size: 14px;
	
}

h1, h2, p {
    font-family: var(--primary-font-family);
    font-weight: 300; /*Force l'utilisation de la version Light chargee */
}


div #header-bandeau-search-bar {
	background-color: #ffffff80; /*Bandeau avec 50% d'opacitÃƒÆ’Ã‚Â©, fond flou */
}

.header-bandeau-logos {
    align-items: flex-end;
    gap: 0; /*pour enlever l'espace entre les 2 logos */
    padding-top: 1.875rem;
    
}

.search-bar-launch-btn { 
  --background-color: #d0cd00; 
  --color: #303030
} 

.search-bar-recherche-carto { 
  --background-color #d0cd00;
  --color: #303030
 } 

.accueil-bienvenue { 
  font-weight: 600; /*Pour que le titre apparaisse plus en gras*/
	
	}
	
.accueil-edito { 
  background-color: #303030;
	color: #ffffff
	
 }
 
 .accueil-edito-title { 
  	font-size: 16px ; /*pour jouer sur la taille du titre de l'ÃƒÆ’Ã‚Â©dito*/
	font-weight: 400 /*en gras, mettre 300 pour l'enlever*/
 }

.accueil-edito-title {
display:none; /*Pour que le titre Edito n'apparaisse pas car on l'a supprimÃ©*/
}

.accueil-edito-content { 
  	font-size: 14px ; /*pour jouer sur la taille du texte de l'ÃƒÆ’Ã‚Â©dito*/
		
 }
 
 
.infos-region .title { 
  font-weight: 400; /*=Valeur par dÃƒÆ’Ã‚Â©faut. Info remise pour jouer dessus si besoin : mettre 300 si on veut enlever le gras*/

	} 

.infos-region { 
  font-size: 13px;
	font-weight: 300; /*Force l'utilisation de la version Light chargee, enlÃƒÆ’Ã‚Â¨ve le gras. Mettre 400 si on veut en gras */
	} 

.link-with-icon { 
  font-weight: 400; /*Laisse le gras. Mettre 300 si on veut l'enlever. */
	} 

.bottom-link-group .title { 
  font-weight: 400; /*=Valeur par dÃƒÆ’Ã‚Â©faut. Info remise pour jouer dessus si besoin : mettre 300 si on veut enlever le gras*/
} 

.bottom-link-group { 
  font-weight: 300; /*Force l'utilisation de la version Light chargee, enlÃƒÆ’Ã‚Â¨ve le gras. Mettre 400 si on veut en gras */

} 

.listing-element-type[data-type=dossier] {
background-color: #303030;
}

.listing-element-type[data-type=illustration] {
background-color: #d0cd00;
color: #303030
}

.dossiers-carousel-title { 
  color: #303030
 } 

.dossiers-carousel-element-tico { 
  color: #303030
 } 


.carte-resultats-helper { 
  	background-color: #303030;
	color: #ffffff
	 }

.bouton.result.toggle { 
  	background-color: #303030;
	color: #ffffff
	 }

.illustration-details { 
  	background-color:#EBE9D7 ;
	color: #303030
	 }

.dossier-illustrations-apercu .footer { 
  	background-color:#303030 ;
	}

.legende { 
  	background-color:#303030 ;
	color: #ffffff
	 }

.auteurs { 
  	background-color:#303030 ;
	color: #ffffff
	 }

.dossier-designation { 
  	background-color:#EBE9D7 ;
	color: #303030
	 }

.dossier-titre-reference { 
  	font-size: 13px;
	 }

.dossier-titre-cadresEtude { 
  	font-size: 13px;
	 }

.dossier-lien-inter-articulation summary {
    color: #ffffff;
	}
	
.dossier-lien-inter-articulation a {
    color: #ffffff;
	}
	
.lien-dossier-tico {
    color: #303030;
	}

.references-documentaires-type-value a {
    color: #303030;
}

.bloc-thematique-close {
    color: #303030;
	}
	
.bloc-thematique-field-select {
    color: #ffffff;
	}
	
.bloc-thematique-field-select option {
    color: #ffffff;
	}
	
.expert-form-reset-btn {
    color: #ffffff;
	}

footer .politique-confidentialite {
display:none; /*Pour que le bloc Politique de confidentialitÃƒÂ© n'apparaisse pas car on l'a supprimÃƒÂ©*/
}

