@import url(https://db.onlinewebfonts.com/c/5c81010800152b142ea357ccbee8c40e?family=euphemia-ucas);


html,
body {
  height: 100%;
  width: 100%;
  margin: 0px;
  font-size: 1.1rem;
  background-color: #fff;

  font-family: "euphemia-ucas", sans-serif;
}

.background {
  height: initial;
  background-image: url("../img/Photo_cotes.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

  background-attachment: fixed;
}

.transition {
  width: 100%;
  height: 20px;
  background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0));
}

tr,
td,
th {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}


header {
  display: flex;
  padding: 0% 2% 2% 2%;
  justify-content: space-between;
  align-items: baseline;
  background-color: white;
}

header img {
  max-width: 25%;
  /* largeur maximale */
  height: auto;
  /* hauteur automatique pour garder le ratio */
}


table input,
select {
  width: 100%;
  box-sizing: border-box;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

input[type="submit"] {
  font-size: 1.2rem;
  padding: 1rem 2rem;
  line-height: 1.5;
  border-radius: .25rem;
}

input[type="radio"],
input[type="checkbox"] {
  height: 25px;
  width: 25px;
}


.form-container {
  max-width: 210mm;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.95);
  /* léger fond blanc pour lisibilité */
  padding: 20px;
  border-radius: 10px;
}




h1 {
  text-decoration: underline;
}

h2 {
  color: #435FCB;
}


@font-face {
  font-family: "Mak";
  src: url("Mak-Font/Mak-SemiBoldHigh.otf") format("truetype");
}

.mak {
  font-family: "Mak", sans-serif;
  color: #D75835;
}

.arial-nova {
  font-family: "Arial Nova", Arial, sans-serif;
  color: #2c3b7d;
}