*{
    margin: 0;
    padding: 0;
}
  
body{
    font-family: 'Darker Grotesque', sans-serif;
    font-size: 20px;
    line-height: 150%;
    background-color: #f8f1eb;
    max-width: 2000px;
    margin: 0 auto;
}

body[data-menu] .nav{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 500;
    background: #692125;
  }
  
body[data-menu] .nav-button{
    color: #fff;
}

.container{
    max-width: 2000px;
    margin: 0 15px;
}

a{
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

small{
    font-size: 18px;
}

.content{
    max-width: 2000px;
    padding: 50px 0px;
    margin: 0px 15px;
}

.content--med{
    background: #692125;
    margin: 0px;
    padding: 50px 20px;
}

.intro{
    max-width: 600px;
    margin: 0 auto;
}

.hf{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin: 30px;
}

.hf--foot{
    background-color: #692125;
    margin: 0px;
    padding: 40px;
    justify-content: center;
    flex-direction: column-reverse;
}

.link:hover,
.link:active{
    color: #014D3D;
    font-weight: 600;
}

.link--medium{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.link--medium a{
    list-style: none;
}

.link--medium:hover,
.link--medium:active{
    border-bottom: 1px solid #f8f1eb;
    color: #f8f1eb;
}

.nav{
    display: none;
}

.nav--foot{
    display: flex;
}

.nav-button{
    font-size: 18px;
    z-index: 1000;
    background: transparent;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    outline: none;
}

.nav__list{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    font-size: 60px;
}

.nav__item {
    padding-bottom: 60px;
    list-style: none;
}

.nav__item a{
    color: #fff;
}

.nav__item a:hover,
.nav__item a:active{
    border-bottom: 1px solid #f8f1eb;
}

.nav__item--foot{
    padding-bottom: 10px;
}
.nav__item--foot a{
    font-size: 18px;
}

.nav__pict{
    text-align: center;
    max-width: 800px;
    margin: 20px auto;
}

.nav__picture{
    display: inline-block;
    text-align: center;
    margin: 25px;
}

.nav__med{
    margin-top: 40px;
}
  
.nav__medium{
    margin: 20px auto;
    max-width: 600px;
    list-style: none;
}

.title{
    font-family: 'Voltaire', sans-serif;
    font-size: 30px;
    line-height: 140%;
    text-align: center;
    color: #692125;
}

.title--logo{
    font-size: 25px;
}

.title--logo a{
    color: #000;
    cursor: pointer;
}

.title--none{
    text-align: start;
}

.title--big{
    font-size: 60px
}

.title--white{
    color: #f8f1eb;
}

.txt{
    color: #000;
}

.txt--white{
    color: #fff;
}

.rond{
    width: 100px;
    height: 100px;
    background: chartreuse;
    border-radius: 100%;
    margin: 0 auto;
    display: block;
}

.illu{
    display: block;
    max-width: 600px;
    margin: 40px auto 0px;
    
}
@media(min-width: 869px){
    .body{
        font-size: 22px;
    }

    a{
        font-size: 25px;
    }

    small{
        font-size: 20px;
    }

    .content--land{
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: center;
        padding-top: 0;
    }
    
    .intro{
        margin: 0px;
        padding-left: 40px;
    }

    .hf{
        margin: 20px 80px;
    }

    .hf--foot{
        flex-direction: row;
        justify-content: space-between;
        margin: 0;
    }

    .link{
        font-size: 25px;
    }

    .link--medium{
        width: 100px;
        font-size: 22px;
    }

    .nav{
        display: flex;
    }

    .nav-button{
        display: none;
    }

    .nav__list{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .nav__item{
        padding-bottom: 20px;
        margin: 10px;
    }

    .nav__item a{
        color: #000;
    }

    .nav__item a:hover,
    .nav__item a:active{
        color: #014D3D;
        border-bottom: 1px solid #014D3D;
    }

    .nav__item--foot a{
        font-size: 25px;
        color: #f8f1eb;
    }

    .nav__item--foot a:hover,
    .nav__item--foot a:active{
        border-bottom: 1px solid #f8f1eb;
        color: #f8f1eb;
    }
    .nav__pict{
        max-width: 1200px;
    }

    .nav__picture{
        margin: 50px;
    }

    .nav__medium{
        max-width: 800px;
        text-align: center;
    }

    .title{
        font-size: 40px;
    }

    .title--logo{
        font-size: 30px;
    }

    .title--big{
        font-size: 100px;
    }

    .rond{
        width: 150px;
        height: 150px;
    }

    .illu{
        max-width: 400px;
        margin: 0;
    }
}

@media(min-width: 1339px){
    .illu{
        max-width: 700px;
    }
}