html,body {
    margin:0;
	padding:0;
    background-repeat: no-repeat;
    background-color: #FFC0CB1A;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    font-family: system-ui;

}

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

section {
    display: block;
    padding: 2%;
    margin-left: 1%;
}

.row {
    justify-content: center;
}


h2{
    color: pink;
    margin: 0% 4% 4% 30%;
    font-size: 5em;
    font-family:amourist, sans-serif;   
}

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

h3 {
    
    font-weight: bold;
    font-size:3em;
    color: rgba(80,80,80,1)
}
strong{
    color: rgba(80,80,80);
}

/* Page content. The value of the margin-left property should match the value of the sidebar's width property */
div.content {
  margin-left: 200px;
  padding: 1px 16px;
  height: 1000px;
  display: flex;
  flex-direction: column;
}

/* Three columns side by side */
.column {
  float: left;
  width: 50%;
  margin-bottom: 16px;
  padding: 0 8px;
}

/* Display the columns below each other instead of side by side on small screens */
@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .column {
    width: 50%;
    
  }
}

@media screen and (min-width: 1706px) {
  .column {
    /*width: 50%;*/
    
  }
}





/* MES TRAVAUX */
#travaux {
    font-size: 5.5em;
    font-family: amourist, sans-serif;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}


.container {
  padding: 16px 0px;
}


.title {
  color: grey;
}

.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px; 
  background-color: rgba(80, 80, 80, 1);
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.button:hover {
  background-color: #555;
}

.button a {
    color: white;
    text-decoration: none;
}
.button a:hover {
    color: pink;
    text-decoration: none;
}
/* FIN MES TRAVAUX */


footer {
  color: rgba(80, 80, 80, 1);
}

