/* =========================
   CUSTOM FONTS
========================= */

/* Bastardo Rounded */
@font-face {
    font-family: 'Bastardo Rounded';
    src: url('./fonts/BastardoRounded-Regular.woff2') format('woff2'),
         url('./fonts/BastardoRounded-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Garabosse Parangon */
@font-face {
    font-family: 'Garabosse Parangon';
    src: url('./fonts/Garabosse-Parangon.woff2') format('woff2'),
         url('./fonts/Garabosse-Parangon.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


body {
    margin: 0;
    height: 100vh;
    color : #000;
    font-family: 'Garabosse Parangon', serif;
    font-size : 14px;
    margin: 0;
    background-image: url('./img/matrice_site_1.jpg');
    background-size: cover;        /* makes it cover entire screen */
    background-position: center;   /* keeps it centered */
    background-repeat: no-repeat;
    background-attachment: fixed;  /* optional: subtle parallax feel */
  }


  .logo_wrap {
    position: relative;
    top : -4px;
  }

  .logo_wrap img {
      width: 15vw;         /* adjust to taste */
      height: auto;
      display: block;
  }

  .site-main {
    display: flex;
    padding : 20px;
  }
  .site-main p {
    margin : 0;
  }

  .construction_wrap,
  .contact,
  .projet_wrap {
    width : 250px;
    margin-left : 30px;

  }


  .constr2 a,
  .constr2 a:visited,
  .constr2 a:active {
    color : #000;
  }

  .constr2 a:hover {
    text-decoration: none;
  }

  footer {
    display : none;
  }

  .construction {
    display: flex;
    flex-direction: column;
    height : calc(100vh - 40px);
    justify-content: space-between;
  }

  .construction_wrap {
    margin-left : 100px;
  }



  .projet_title {
    font-family: 'Bastardo Rounded', sans-serif;
    font-size : 16px;
    line-height : 0.8;
    margin-bottom : 5px;
  }
  .projet_content {
    margin-left : 15px;
  }

  #mlb2-37377846.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody, #mlb2-37377846.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody{
    padding : 0!important;
  }

  #mlb2-37377846.ml-form-embedContainer .ml-form-embedWrapper {
    background-color: transparent!important;
  }

  #mlb2-37377846.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p, #mlb2-37377846.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
    color: #000000;
    font-family: 'Garabosse Parangon', serif!important;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px 0;
    text-align: left;
  }

  #mlb2-37377846.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
    background-color: transparent !important;
    color: #000 !important;
    border-color: #cccccc;
    border-radius: 0px !important;
    border-style: solid !important;
    border-width: 0px !important;
    font-family: 'Garabosse Parangon', serif !important;
    font-size: 14px !important;
    height: auto;
    line-height: 21px !important;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 10px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    max-width: 100% !important;
}

#mlb2-37380915.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody, #mlb2-37380915.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
  padding : 0!important;
  font-family: 'Garabosse Parangon', serif !important;

}

#mlb2-37380915.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
  border-bottom : 0.5px solid grey!important;
  border-radius : 0px !important;
  padding : 0px!important;
  padding-top: 10px!important;
  font-family: 'Garabosse Parangon', serif !important;

}

#mlb2-37380915.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:focus-visible {
  border : 0px!important;
}

#mlb2-37380915.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
  padding : 0!important;
  font-family: 'Garabosse Parangon', serif !important;

}

#mlb2-37380915.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p, #mlb2-37380915.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
  font-family: 'Garabosse Parangon', serif !important;
  text-decoration: underline!important;
}

#mlb2-37380915.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent, #mlb2-37380915.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {
  margin-bottom : 5px!important;
}

.ml-form-embedContainer
.ml-form-embedWrapper
.ml-form-embedBody
.ml-form-horizontalRow
input:focus-visible {
    outline: none!important;
    box-shadow: none!important;
}

#mlb2-37380915.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4, #mlb2-37380915.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
  font-family: 'Garabosse Parangon', serif !important;
  font-size : 14px !important;
}

.projet_pdf {
  margin-top : 30px;
}

.projet_content a,
.projet_content a:hover,
.projet_content a:visited {
  color : black;
}

@media (max-width: 1000px) {
  .logo_wrap img {
      width: 180px;         /* adjust to taste */
  }
}

@media (max-width: 600px) {
  body {
    background-image: url('./img/matrice_1.jpg');
  }
  .site-main {
    flex-direction: column;
  }
  .logo_wrap img {
      width: 90%;
      text-align : center;
      margin : 0 auto;        /* adjust to taste */
  }
  .construction_wrap,
  .contact,
  .projet_wrap {
    width : 90vw;
    margin-left: 0px;
    margin-top : 15px;
    padding-top : 15px;
  }

  .construction_wrap {
    margin-left: 0px;
  }

  footer {
    display: block;
    padding-top : 20px;
    padding-bottom : 30px;
    margin : 20px;
    border-top : 0.5px solid grey;
    font-size : 12px;
  }



  .hide {
    display: none;
  }

  .construction {
    display: block;
    height : initial;
  }


}
