/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 29 2025 | 23:39:13 */
.Titre-sous-menu {
  font-family: 'Avenir Next', 'Montserrat', 'Nunito Sans', Arial, sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: clamp(1.5rem, 6vw, 50px);
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 2vw;
  text-shadow:
    0 2px 8px rgba(0,0,0,0.12),
    0 0.5px 0 #fff6;
  text-transform: uppercase;   
  font-style: normal;        
}


@media (max-width:600px){
	.Titre-sous-menu{ 
	font-size: 1.5rem;
		padding-left:1%;
		padding-right:1%;
		margin-bottom: 2%;
		
	
	}
}