﻿@font-face {
   font-family: tahu;
   src: url(tahu.ttf);
}



/*
Appliw
*/
 
/*body{font-family: 'Fira Sans Extra Condensed', cursive !important; }*/

.bigover:hover, img:hover {

transform: scale(1.08);
  
}

input[type="submit"]{
 cursor:pointer;
}


input[type="submit"],input[type="button"], #submit {
   background-color: green;
   padding: .5em;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 6px;
   color: #fff;
   font-size: 20px;
   text-decoration: none;
   border: none;
 }

input[type="submit"]:hover,input[type="button"]:hover, #submit:hover {
   border: none;
   background: white;
	color:green;
   box-shadow: 0px 0px 1px #777;
 }


/*box{background-color:#eaeff5;}*/


/*h1, h2,h3{font-family: 'Damion', cursive !important;}*/
h1, h2,h3{font-family: 'Sriracha', cursive !important;}
h1{text-align:center!important;}
h2,h3,h4{color:#fcb80d!important;}

h1, h2, h3, h4, h5, h6 {
    /*font-size: 0.8em;*/
}

/*
.box, s-12, m-6,m-4,l-4,l-6{background-color:#fffeec!important;}
*/
h1,h3,h4{color:#28c339!important;}
h2{color:orange;}


:root {
    --h1-size: 2em; /* Ajustez cette valeur selon vos besoins */
    --h2-size: 1.5em;
    --h3-size: 1.17em;
    --h4-size: 1em;
    --h5-size: 0.83em;
    --h6-size: 0.67em;
}

h1 {
    font-size: calc(var(--h1-size) * 0.9);
}

h2 {
    font-size: calc(var(--h2-size) * 0.9);
}

h3 {
    font-size: calc(var(--h3-size) * 0.9);
}

h4 {
    font-size: calc(var(--h4-size) * 0.9);
}

h5 {
    font-size: calc(var(--h5-size) * 0.9);
}

h6 {
    font-size: calc(var(--h6-size) * 0.9);
}




#RFOOTER, #menu2 {background-color:#f06014!important;color:white;font-variant:small-caps;font-weight:bold;}

div.top-nav ul li{ }


.top-nav li a  { 

   /* font-family: tahu !important; */
   font-family: 'Sriracha', cursive !important;

   background-color:white !important; 
   padding:0.8rem 1rem!important; 
}
.top-nav li.active-item a  { background-color:white !important; }


.nav-text.menumain.top-nav{width:95%!important;}
.nav-text.menumain.l-2{width:5%!important;}