/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 07 2023 | 12:28:54 */
strong {
	color: #74DDFF;
}

body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden; /* Pour éviter les barres de défilement horizontales */
}

img, iframe, video {
    max-width: 100%; /* Assurez-vous que les images, vidéos, et iframes ne dépassent pas la largeur de l'écran */
}

.elementor a {
	color: #FF6262;
}

:focus { 	
	outline: none; 	
	-webkit-box-shadow: none !important; 	
	-moz-box-shadow: none !important; 	
	box-shadow: none !important; 
}

/* Add transition to svg icons */
.st0, .cls-1, .s0, path{
    transition: all .2s ease-in-out;
}

html {
	/* Hide scrollbar for IE, Edge and Firefox */
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
	scroll-behavior: auto;	
	/* Prevent users from selecting text on the website */
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

/* Prevent users from selecting images on the website*/
img {  
   user-drag: none;  
   user-select: none;
   -moz-user-select: none;
   -webkit-user-drag: none;
   -webkit-user-select: none;
   -ms-user-select: none;
}

/* Add offset to text-decoration: underline */
a, span a {
	text-underline-offset: 4px!important;
}

/* Remove line-height on icons */
.fa, .fab, .fad, .fal, .far, .fas {
	line-height: 0;
}

/* Hide scrollbar for Chrome, Safari and Opera */
html::-webkit-scrollbar {
	display: none;
}
