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


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

body {
    background: #181818;
    font-family: "woven";
    font-size: calc(1em + 0.35vw);
    line-height: 1.5;
    color: white;
}

a {
    color: grey;
}

h1 {
    font-family: "woven";
    margin-bottom: 20px;
}

h6 {
    margin-bottom: 15px;
    line-height: 1.2em;
    font-size: 16px;
}

img{
    width: 100%;

}


textarea {
    width: 100%;
    height: 900px;
    font-family: "woven";
    background-color: #181818;
    color: white;
    animation: 2s infinite alternate cubic-bezier(0.1, -0.6, 0.2, 0) anim;
    padding: 45px;
    border: none;
}

.window {
    border: 1px solid white;
    position: fixed;
    background-color: black;
    width: 30%;
    left: 68vw;
    top: 24vw;
    padding: 20px;
}

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

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



.slide-container {
    width: 100%;
    align-items: center;
    display: flex;
    flex-shrink: 1;
    flex-wrap: wrap;
    margin-bottom: 1em;
}

.input-description,
.input-result {
    margin: 0.5em 0;
    font-family: "woven";
    line-height: 0.5;
    text-transform: uppercase;
}

.input-description {
    margin-right: 25px;
    width: 6em;
}

.input-result {
    width: 3em;
    text-align: left;
}

.slider {
    -webkit-appearance: none;
    appearance: none;
    flex: 100%;
    height: 4px;
    margin: 0.5em 0;
    background: white;

    outline: none;
    opacity: 0.7;
    -webkit-transition: 0.2s;
    transition: opacity 0.2s;

}

@media screen and (min-width: 480px) {
    .slider {
        flex: 2;
    }

    .input-result {
        margin-left: 25px;
        text-align: right;
    }
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    /* Override default look */
    appearance: none;
    width: 20px;
    /* Set a specific slider handle width */
    height: 20px;
    /* Slider handle height */
    background: #4d4d4d;
    /* Green background */
    border-radius: 50%;
    cursor: grab;
    /* Cursor on hover */
    line-height: 1;
}

.slider::-moz-range-thumb {
    width: 25px;
    /* Set a specific slider handle width */
    height: 25px;
    /* Slider handle height */
    background: #4d4d4d;
    /* Green background */
    cursor: grab;
    /* Cursor on hover */
    border-radius: 50%;
    border: 2px solid black;
    line-height: 1;
    box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.08), 1px 1px 2px rgba(0, 0, 0, 0.15);

}

.slider::-moz-range-thumb:active {
    cursor: grabbing;
}

.slider::-webkit-slider-thumb:active {
    cursor: grabbing;
}

#font-size-value {
    text-transform: lowercase;
}

#draggable-elem {
    cursor: move;
  
}


.grid_6{

    padding: 23px 0 0 5px;
    

}
p{
    font-size: 23px;
    line-height:  1.3em;
}

#petit{
    width:45.0%;
    margin: 0 20px 0 20px;
}

/*MENU DEROULANT*/


.menu-tel .flip:hover {
color: white;
    background-color: black;
}

.flip {

    font-size: 20px;
    color: black;
  background-color: white;
    display: inline;
    cursor: pointer;
    text-align: center;
    padding: 10px;
    width: 30%;
    margin: 20vw 0 0 66vw;
    position: fixed;
 

}

#menu-deroulant {
    top: 0;
    bottom: 0;
    font-size: 16px;
    line-height: 1.3em;
    background-color: white;
    color: black;
    overflow-y: scroll;

    padding: 11px 0 13vw 20px;
    display: none;
    text-decoration: none;
    width: 100%;
    margin: 16vw 30vw 0 0;
    position: fixed;
    
    z-index: 1000;
    height:calc(100vh - 70px);
}
/*
#menu-deroulant button img {
    width: 10%;
}
*/




button {
    border: none;
    background: none;
    cursor: pointer;
    float: left;
}

.close {

    width: 32px;
    height: 32px;
    opacity: 0.3;

}


.close:hover {
    opacity: 1;
}

.close:before,
.close:after {
    position: absolute;

    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #333;
}

.close:before {
    transform: rotate(45deg);
}

.close:after {
    transform: rotate(-45deg);
}


/*MENU DEROULANT*/
