/* Colin LALLAURET 1B1 MMI - 2023 */

body {
    margin: 0;
    background-image: url(../img/background1.svg);
    background-repeat:no-repeat;
    background-size: auto auto;
    overflow-x: hidden;
    caret-color: transparent;
}

a {
    text-decoration: none;
    color: black;
}

p, a, div, span, li {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

h1 {
    font-family: 'Archivo Black', sans-serif;
    font-weight: 400;
}

h2, h3, h4, h5 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

::selection {
    background: #000000;
    color: #ffffff;
}

* {
    scrollbar-width: none;
    scrollbar-color: #c7c7c7 #ffffff;
}

*::-webkit-scrollbar {
    width: 10px;
}

*::-webkit-scrollbar-track {
    background: #ffffff;
}

*::-webkit-scrollbar-thumb {
    background-color: #c7c7c7;
    border-radius: 30px;
    border: 10px double #ffffff;
}

progress[value]
{
    background-color: #eee;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25) inset;
    position: relative;
}

input {
    caret-color: black;
}

@media screen and (max-width: 1100px) {
    header #bouton3 {
      display: none;
    }
}


@media (min-width: 1100px) and (max-width: 3000px) {
    header #burger_menu {
      display: none;
    }
}

@media screen and (max-width: 700px) {
    footer .trait {
        display: none;
    }
}