html,body {
	margin:0;
	padding:0;
    
}

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
   }

.content{
    margin: 5%;

}
h2{
    color: rgba(80, 80, 80, 1);
    margin: 0 3% 3% 3%;
    font-size: 8em;
    font-family:amourist, sans-serif;
}

h3 {
    font-family:amourist, sans-serif;
    font-size: 4em;
    color: rgba(80, 80, 80, 1);
}

mark {
    color: rgba(80, 80, 80, 1);
    background-color: rgba(255, 180, 113, 0.25) ;
}
a{
    color: pink;
}
.gallery {

}

.pink{
    color: pink;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
 justify-content: center;
    align-items: center;
}

.column {
  flex: 30%;
  max-width: 50%;
  padding: 0 4px;
    text-align: center;
}

.columnB {
  flex: 20%;
  max-width: 20%;
  padding: 0 4px;
    text-align: center;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}
.columnB img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}




.card {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.5);
  width: auto;
  height: auto;
  margin: 0 2.5% 5% 5%;
}




.card div {
  padding: 10px 16px;
  color: rgba(80, 80, 80, 1);
}

.fixe {
   position:absolute;
   top: 7vh; left: 40px
}
.fixe a{
    color: rgba(80, 80, 80, 1);
    font-family: amourist, sans-serif;
    font-size: 3em;
    text-decoration: inherit;
}

.fixe a:hover{
    background-color:grey;
    color: white;
    border-radius: 20px;
}

footer {
  color: rgba(80, 80, 80, 1);
  display: flex;
  justify-content: center;
}


@font-face {
font-family: 'amourist';
src: url("../ressources/Amourist.otf?") format('otf'),
     url("../ressources/Amourist.otf?") format('truetype');
font-weight: normal;
font-style: normal;
}