a img:hover {
	opacity:0.6;
}

@font-face {
font-family:legende;
src: url('../../site/fonts/Roboto-Light.ttf');
font-weight: normal;
font-style: normal;
}

.legende {
font-family: 'legende';
font-size: 14pt;
text-transform: uppercase
}

.doctext_C_1{
	color:#414141;
}

.menu_burger:before, .menu_burger:after, .menu_burger div{
   background: #2D2D2D;
}

.header_img, .mobile_icon{
   filter: invert(67%) sepia(7%) saturate(10%) hue-rotate(25deg) brightness(94%) contrast(83%);
}

.textegris, .titreexpo, .titreoeuvre, .textbio, .gdtitrerubrique, .titrerubrique, .textedate, .lien_couleur, .lien_couleur:visited,  .lien_couleur:link{
	color:#2D2D2D;
}

.hr_style {
	background-color: #414141;
}

.survol:hover {
    opacity: 1;
	transition: all 0.6s ease; 
} 

@media all and (min-width: 100px) {
img.responsive {
  width: 800px;
}
}


@media all and (min-width: 1200px) {
img.responsive {
  width: 1000px;
}
}

@media all and (min-width: 1400px){
img.responsive {
  width: 1100px;
}
}

@media all and (min-width: 1500px){
img.responsive_home {
  width: 1200px;
}
}

@media all and (min-width: 1600px){
img.responsive_home {
  width: 1300px;
}
}


@media all and (min-width: 1700px){
img.responsive_home {
  width: 1500px;
}
}