* {margin: 0;
padding: 0;}
*:before,
*:after {
    box-sizing: border-box;
}


header >*{
    margin-bottom: 0.5em;
}

main{
    margin: 10vh 15vw;
    display: flex;
    flex-direction: row;
    gap: 50px;
}

.nav{
    flex-basis: 20vw;
  }

.main-content {
    flex-basis: 100vw;
  }

body{
    background-color: #fffbf7;
    font-size: 0.78em;
    color: rgba(6, 2, 29, 0.877);
    letter-spacing: 0.03em;
}

.keskia{
    background-color: #000000;
    color: #77eeb8;
    font-size: 0.78em;
    margin: 0 100 0 100;
}

a{
    color: #2ffeb6;

}

ol{
    list-style-image: url(hashtag.png);
    font-family: 'adelphe';
    margin-bottom: 10px;
    margin-left: 50px;
    font-size: 1.5em;
  line-height: 1.5em;
  letter-spacing: 0.03em;
    }
    
ul{
  list-style-type: square;
  margin-left:50px;
  margin-bottom: 10px;
  font-family: 'adelphe';
  font-size: 1.5em;
  line-height: 1.5em;
  letter-spacing: 0.03em;
}

ul a{
  color: #77eeb8;
}

p{
    font-family: 'adelphe';
    margin-bottom: 15px;
    font-size: 1.5em;
  line-height: 1.5em;
  letter-spacing: 0.03em;
  }
  
.abonnement p {font-size: 1.1em;}

h1{
    font-family: 'bricolage';
    line-height: 1.6em;
    margin-bottom: 30px;
}

h2{
    font-family: 'adelphe';
    line-height: 1.4em;
    font-style: normal;
    font-weight: bold;
}

form {

    border-radius: 5px;

    /* padding: 20px; */

    min-width: 12vw;

  }


  input[type=text], input[type=email] {

    font-family: "adelphe";
    width: 100%;
    padding: 12px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;

  }

  

  input[type=submit] {

    width: 100%;
    background-color: rgba(6, 2, 29, 0.877);
    color: white;
    padding: 14px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: "adelphe";
  }

  

  input[type=submit]:hover {

    background-color: #c9bb41;

  }
  
#more {display: none;}

button{

    padding: 12px;
    margin: 8px 0;
    font-family: "adelphe";
    background-color: #2ffeb6;
    display: inline-block;
    border: 0px solid #77eeb8;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    /* box-sizing: border-box; */

}



@font-face {

    font-family: 'bricolage';

    src: url('/fonts/BricolageGrotesque-VariableFont_opsz\,wdth\,wght.ttf');

    /* font-weight: bold; */

    font-style: normal;

}

@font-face {

    font-family: 'kreon';
    src: url('/fonts/Kreon-VariableFont_wght.ttf');

}

@font-face {

    font-family: 'adelphe';
    src: url('/fonts/Adelphe-FructidorRegular.woff');
    font-weight: 400;
    font-style: normal;

}

@font-face {

    font-family: 'adelphe';
    src: url('/fonts/Adelphe-FructidorItalic.woff');
    font-style: italic;
    font-weight: 400;

}

@font-face {

    font-family: 'adelphe';
    src: url('/fonts/Adelphe-FructidorBoldItalic.woff');
    font-weight: 900;
    font-style: italic;

}

@font-face {

    font-family: 'adelphe';
    src: url('/fonts/Adelphe-FructidorBold.woff');
    font-style: normal;
    font-weight: 900;

}

@media screen and (width <= 80rem) {

img{width: 100vw;}


       main{
        display: flex;
        flex-direction: column;
        margin: 30px;
    }

    .bandeau{
        width: 100vw;
        height: 40vh;     
    }

    .bandeau-bird{display: none;}
    .bandeau-info{padding: 40px; width: 80vw;}
    .keskia-logo{

        width: 264px;
        height: 168px;
    }


   }


