html,
body {
    font-family: 'Secular One', sans-serif;
}

h1,
h2,
h3,
h4 {
    font-family: 'Righteous', cursive;
}

h1
{
    font-size: 4rem;
}

.mySlides {
    display: none
}

.w3-tag,
.fa {
    cursor: pointer
}

.w3-tag {
    height: 15px;
    width: 15px;
    padding: 0;
    margin-top: 6px
}

.w3-button:hover {
    color: #000 !important;
    background-color: orange !important
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

html {
    scroll-behavior: smooth;
}

.mySlides div span {
    border: 2px #000 solid;

}

/* media queries */
/* extra small */
@media screen and (max-width: 376px) {
    #titresite
    {
        font-size: 1.7rem;
    }
    .menuitem {
        font-size: 0.9rem;
    }
}

@media screen and (min-width: 377px) and (max-width: 425px) {
    #titresite
    {
        font-size: 2rem;
    }
}