<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: ALIOKI CrÃ©ation
Description: Theme enfant
Author: ALIOKI
Author URI: https://alioki.fr
Template: twentynineteen
Version: 0.1.0*/

/*---------------------------------------------------------------------------------------
|                                  Global Style                                          |
----------------------------------------------------------------------------------------*/

body{
    overflow-x:hidden !important
}
*, *:hover, *:focus, *:visited{
    outline:none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
}
a, a:hover, a:focus, a:visited{
    outline: none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; 
}
button, button:hover, button:focus, button:visited{
    outline: none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; 
}

h1:before, h2:before {
    display: none !important;
}
img{
	pointer-events: none;
}

/*Custom Scrollbar*/
/* width */
 ::-webkit-scrollbar {
     width:4px;
 }
 /* Track */
 ::-webkit-scrollbar-track {
     box-shadow: inset 0 0 5px grey; 
     border-radius: 0px;
 }
 /* Handle */
 ::-webkit-scrollbar-thumb {
     background: linear-gradient(#232527, #434547);
 }
 /* Handle on hover */
 ::-webkit-scrollbar-thumb:hover {
     background: #ee76445; 
 }



/*---------------------------------------------------------------------------------------
|                               Responsive design                                        |
----------------------------------------------------------------------------------------*/</pre></body></html>