a img:hover {
	opacity:0.6;
}

@media all and (min-width: 100px) and (max-width: 1100px) {
	.texte_ordi {
		display: none;
	}

}

@media all and (min-width: 1100px) {
	.texte_mobile {
		display: none;
	}


}

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


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



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

.notice {
	font-size:14pt;
	font-family:SimplonNormRegular, Helvetica, Arial, sans-serif;
}

.texte_responsive {
	font-size:15pt;
	font-family:SimplonNormRegular, Helvetica, Arial, sans-serif;
}

.texte_responsiveFR {
	width: 100%;
}


.texte_responsiveEN {
	color:#A0A0A0;
	width: 100%;
}


