html {
scroll-behavior: smooth;
}

a img:hover {
	opacity:0.6;
}


/*
.underline { 
border-bottom:1px solid #0000DC; 
}
*/

/* RESPONSIVE */

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

@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: 1200px) {
img.responsive {
  width: 1000px;
}
.texte_responsive {
	  display:flex;
}
}




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

}


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

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

.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%;
}


