* {
    list-style-type: none;
    box-sizing: border-box;
    text-decoration: none;
}

html {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #181818;
}

body {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "woven";
    src: url("./fonts/Woven.ttf") format("truetype");
}

.container_12 {
    padding-top: 20px;
}


h1 {
    color: white;
    font-size: 50px;
    line-height: 1.3em;
    text-align: center;
    font-family: "woven";
    text-shadow: 1px 1px 5px #2869FF;
}


span {
    font-variation-settings: 'weav'1;
    transition: font-variation-settings 0.5s;
}

span:hover {
    font-variation-settings: 'weav'900;
}




h2 {
    color: white;
    font-size: 0.8vw;
    line-height: 1.3em;
    text-align: center;
    margin: auto;
    font-family: "woven";
    font-variation-settings: 'weav'1;
    transition: font-variation-settings 1s;
    margin-bottom: 2vw;
}

h2:hover {
    font-variation-settings: 'weav'900;
}

.ada {
    font-size: 15px;
    margin-top: -120px;
}


h3 {
    color: white;
    font-size: 0.65vw;
    line-height: 0.8vw;
    margin-bottom: 10px;
    font-family: "woven";
    font-variation-settings: 'weav'1;
    transition: font-variation-settings 1s;
    text-shadow: 1px 1px 10px #2869FF;
}

h3:hover {
    font-variation-settings: 'weav'900;
}



h4 {
    font-family: "woven";
    margin: auto;
    font-size: 10px;
    line-height: 1.3em;
    color: white;
    margin-bottom: 50px;
}


h5 {

    color: #2869FF;
    font-size: 5px;
    line-height: 1.3em;
    font-family: "woven";
    animation: 2s infinite alternate linear anim;
    animation-timing-function: ease-in-out;
    text-shadow: 1px 1px 5px white;
}

.droite {
    margin-left: 45px;
}


.gauche {
    margin-right: 45px;
}


h6 {
    font-family: "woven";
    margin: auto;
    font-size: 20px;
    line-height: 1.3em;
    color: white;
}


p {
    font-variation-settings: 'weav'100;
    transition: font-variation-settings 0.5s;
    color: white;
    font-size: 19px;
    line-height: 1.3em;
    font-family: "woven";
}

p:hover {
    font-variation-settings: 'weav'1;
}





.try_me {
    height: 160px;
    left: 80vw;
    margin-top: -8vw;
    position: fixed;
    border: none;
    cursor: pointer;

    color: white;
    font-family: "woven";
    font-size: 50px;
    transform: rotate(10deg);
    z-index: 1000;

    font-variation-settings: 'weav'1;
}

.try_me:hover {
    text-shadow: 2px 2px 5px grey;
    font-variation-settings: 'weav'900;
}



@keyframes anim {
    from {
        font-variation-settings: 'weav'1;
    }

    to {
        font-variation-settings: 'weav'900;
    }
}

.window {
    border: 1px solid white;
    position: fixed;
    width: 30vw;
    left: 66vw;
    bottom: 10vw;
    padding: 20px;
}

.colonnes4 {
    font-size: 15px;
    font-variation-settings: 'weav'600;
    transition: font-variation-settings 0.5s;
    margin: 30px 30px 40px 30px;
}

.colonnes4:hover {
    font-variation-settings: 'weav'1;
}

.grid_6 {
    margin-bottom: 50px;
}

.grid_8 {
    margin-bottom: 50px;
}

.grid_12 {
    margin-bottom: 50px;
}

.colonnes8 {
    font-size: 25px;
    font-variation-settings: 'weav'1;
    transition: font-variation-settings 0.5s;
    margin-bottom: 50px;
    margin-top: 50px;
}

.colonnes8:hover {
    font-variation-settings: 'weav'300;
}

footer {
    visibility: hidden;
   
}

header{
    padding-top: 20px; 
}

.titre-ordi {
    display: block;

}

.titre-ordi h2{
    margin-bottom: 0px;
}

.titre-tel {
    display: none;
    margin: auto;
}

@media screen and (max-width: 992px) {

    .titre-tel {
        font-variation-settings: 'weav'900;
    }

    .container_12 .grid_8 {
        width: 98%;
    }

    .container_12 .grid_6 {
        width: 98%;
        float: none;
    }

    .container_12 .grid_4 {
        width: 98%;
        float: none;
    }

    h5 {}

    .droite {
        margin-left: 0px;
    }

    .gauche {
        margin-right: 0px;
    }

    .try_me {
        font-size: 45px;
    }

}


@media screen and (max-width: 600px) and (orientation: portrait) {

    .container_12 {
        padding: 0px 20px 0px 20px;
        margin: auto;
    }
    body{
        padding-bottom: 80px;
    }
    p {
        font-size: 17px;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 0.35vmin;
        line-height: 0.6vh;
    }


    header .titre-ordi {
        display: none;
    }

    header .titre-tel {
        display: block;


    }

    header .titre-tel h2 {
        font-size: 1vmin;
        font-variation-settings: 'weav'900;

    }

    h3 {
        font-size: 0.65vmin;
        line-height: 0.6vh;
        text-shadow: 50px 50px 90px 10px #A25B2C;

    }

    h5 {
        font-size: 1.3px;
        line-height: 3em;
        text-align: center;
        color: blue;

    }



    .droite {
        margin-left: 0px;
    }

    .gauche {
        margin-right: 0px;
    }


    .container_12 .grid_8 {
        width: 96%;
        float: none;
    }

    .container_12 .grid_6 {
        width: 96%;
        float: none;
    }

    .container_12 .grid_4 {
        width: 96%;
        float: none;
        margin: auto;

    }

    .colonnes4 {

        font-variation-settings: 'weav'600;
        transition: font-variation-settings 0.5s;
        margin: 30px 0px 40px 0px;
    }

    .colonnes8 {
        font-size: 15px;
        margin-bottom: 50px;
        margin-top: 50px;
    }

    .try_me {
        font-size: 30px;
        left: 75vmin;
        margin-top: -5vw;
    }

    .ada {
        margin-top: 20px;
        font-size: 4px;
        text-align: center;

    }

    .prefix_4 .grid_12 h2 {
        width: 96%;
        float: none;
    }

    footer {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        visibility: visible;
        background-color: white;
padding: 0 10px 0 10px;
        opacity: 0.5;

  
    }


    footer p {
        color: black;
font-variation-settings: 'weav'1;
line-height: 1.3 em;
        text-align: center;
        font-size: 15px;
    }


}
