body
{
    background-color: #FFFBF5;
}


h1{
  font-family: podkova;
  color: #3F372E;
  font-size: 28px;
  letter-spacing: 0.2em
}

h2{
  font-family: podkova;
  color: #3F372E;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.2em
}

h3{
 font-family: Lato;
 font-style: normal;
 font-weight: 300;
 font-size: 18px;
 line-height: 28px;
 text-align: center;
 letter-spacing: 0.02em;
}

h4{
  font-family: quicksand;
  color: #3F372E;
  font-size: 18px;
  letter-spacing: 0.3em;
  line-height: 22px; 
}

p{
  font-family: Quicksand;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 40px;
letter-spacing: 0.02em;
color: #3F372E;
}


.picture{
  width: 512px;
  height: 368px;
}

.page{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  background-color: #FFFBF5;
  height: 600px;
  width: 100%;
}

/* Boutons NavBar */
.navstate {
  height: 33%;
  padding: 10px;
  display: flex;
  justify-content: space-around;
  flex-flow: column;
}
#placeholder{
 height: 30px;
}


.tab {
  margin-right: 20px;
  width: 100px;
  height: 650px;
  display: flex;
  align-items: center;
  flex-flow: column;
  background-image: url("https://www.dropbox.com/s/60ac7wprlkmzt9n/Group%2046bg%20navbar.jpg?raw=1");
  background-position: center;
  background-repeat: no-repeat;
}

/* Style the buttons inside the tab */
.tab button {

  background-color: #FFFDFA;
  color: #9F9B96;
  padding: 4px 2px;
  width: 90px;
  border: solid #9F9B96 1px;
  border-radius: 7px;
  outline: none;
  text-align: center;
  cursor: pointer;
  transition: 0.1s;
  font-family: quicksand;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.05em;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  color: #3F372E;
  border: solid #3F372E 1px;
  font-weight: 600;
}

/* Style the tab content */
 .tabcontent{
  width: 100%;
  heigh: 256px;
  display: block;
}


/* Block illustration et texte accueil */
#pres{
  margin-top: 40px;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  
}

  
.bananier{
  padding: 18px;
  width: 30px; 
  height: 31px;
}

.logo{
  justify-content: flex-start;
  display: flex;
  flex-direction: row;
  align-items: center;
 
}
/* image accueil */
#accueil{
  width: 340px;
  heigh: 256px;
  display: block;
  margin-left: 20px;
  margin-right: 20px;
}

#contenu{
  width: 340px;
  heigh: 256px;
  display: block;
  margin-left: 20px;
  margin-right: 20px;
}


/* Block illustration et haiku */
 #printemps {
  margin-right: 100px; 
  margin-left: 200px;
  margin-top: 40px;
  height: 400px;
  justify-content: flex-end;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-image: url("https://www.dropbox.com/s/xo9fvu1sibpiluc/Printemps.jpg?raw=1");
  background-position: left;
  background-repeat: no-repeat; 
  background-size: 512px 368px; 
}

#ete {
  margin-right: 100px; 
  margin-left: 200px;
  margin-top: 40px;
  height: 400px;
  justify-content: flex-end;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-image: url("https://www.dropbox.com/s/308g8ho5istmwrg/Ete.jpg?raw=1");
  background-position: left;
  background-repeat: no-repeat; 
  background-size: 512px 368px;
}

#automne {
  margin-right: 100px; 
  margin-left: 200px;
  margin-top: 40px;
  height: 400px;
  justify-content: flex-end;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-image: url("https://www.dropbox.com/s/o0i3lqe1cg640dj/Automne.jpg?raw=1");
  background-position: left;
  background-repeat: no-repeat; 
  background-size: 512px 368px;
}

#hiver {
 margin-right: 100px; 
  margin-left: 200px;
  margin-top: 40px;
  height: 400px; 
  justify-content: flex-end;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-image: url("https://www.dropbox.com/s/ke6qywfwqfexh7j/Hiver.jpg?raw=1");
  background-position: left;
  background-repeat: no-repeat; 
  background-size: 512px 368px;
}


.haiku{
  padding: 5px;
  background: rgba(255, 251, 245, 0.8);
  backdrop-filter: blur(10px);
  border-radius: 2px;
}
  
/* ******** BURGER MENU ****** */
.header {
  position: fixed;
  width: 100%;
  z-index: 3;
}

.header ul {
  margin-left: 18px;
  padding: 0;
  width: 100px;
  list-style: none;
  overflow: hidden;
  background: rgba(255, 251, 245, 0.8);
  backdrop-filter: blur(15px);
  border-radius: 2px;
}

.header li a {
  display: block;
  padding: 20px 20px;
  border-right: 1px solid #F4F4F4;
  text-decoration: none;
  background-color: #FFFDFA;
  color: #9F9B96;
  padding: 4px 2px;
  width: 90px;
  border: solid #9F9B96 1px;
  border-radius: 7px;
  outline: none;
  text-align: center;
  cursor: pointer;
  transition: 0.1s;
  font-family: quicksand;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.05em;
}

.header li a:link:active, a:visited:active {
  color: #3F372E;
  border: solid #3F372E 1px;
  font-weight: 600;
}

.header li a:hover,
.header .menu-btn:hover {
  background-color: #F4F4F4;
}


.bananier{
  padding: 18px;
  width: 30px; 
  height: 31px;
}


/* menu */
.menu{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 200px;
}

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}
/* menu icon */
.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 60px;
  user-select: none;
}
.header .menu-icon .navicon {
  background: #3F372E;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}
.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #3F372E;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}
.header .menu-icon .navicon:after {
  top: -5px;
}
/* menu btn */
.header .menu-btn {
  display: none;
}
.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}
.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}
.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}
.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}


   
   @media all and ( orientation: portrait)
{
  .tab {
    display: none;  
  }
  .tabcontent h2 {
    font-size: 1.2em;
  }
  .tabcontent h3 {
    font-size: 1em;
  }
  p{
    font-size: 1.2em;
    font-weight: 700px;
    line-height: 1.5em;
  }
  #accueil {
    width: 300px;
    height: 216px; 
  }
  #printemps, #ete, #automne, #hiver{
    justify-content: center;
    align-items: flex-start;
    margin-right: 0px; 
   margin-left: -30px;
  }
    
}
   
  
   @media all and (orientation: landscape)
{
  .header {
    display: none;
  }

}
  

