/***********************
        TITRE
***********************/
h1 {
  margin: 16px 0px;

  font-size: 1.5em;
}

h2 {
  font-size: 23px;
  color: #f3a41e;
}

h3 {
  font-size: 16px;
  color: black;
  margin-bottom: 20px;
}

/***********************
        BUTTON
***********************/
main a {
  color: #f3a41e;
}

button {
  width: 290px;
  height: 40px;
  margin: 12px 0px 72px 0;
  padding: 0px;
  border-radius: 16px;
  background-color: rgba(52, 52, 52, 1);
  color: rgba(227, 225, 225, 1);
  font-size: 20px;
  font-weight: bold;
}

button:hover {
  background-color: #6d6d6d;
  cursor: pointer;
}

/***********************
        SECTION
***********************/
#formContact section.enclose {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 16px auto;
  padding: 16px;
}

.form-control {
  width: 100%;
  height: 48px;

  border: none;
  border-radius: 10px;
  background: #f3f3f3;

  color: #6d6d6d;
  font-family: 'soleil';
  font-size: 16px;
  font-style: italic;
  font-weight: 100;
}

.form-control:focus {
  border-color: #f3a41e;
  border-width: thin;
  border-style: solid;
  outline: none;
}

select.form-control {
  background-color: #f3f3f3;
  box-shadow: none;
}

/***************************
        NOTIFICATION
***************************/
.invalid-feedback {
  margin-bottom: 15px;
  color: #b40100;
}

/***************************
        SUCCESS SEND
***************************/
#valide {
  height: auto;
  margin: 10% 15% 0% 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

#valide img {
  width: 40px;
  height: 40px;
}

.faq-question {
  margin-top: 16px;
}

.faq-bottom-text {
  margin-bottom: 32px;
}

.faq {
  display: flex;
  flex-direction: row;
  margin-left: 16%;
  margin-bottom: 48px;
}

.text-faq {
  margin-left: 16px;
}

.faq img {
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  background-color: #f3a41e;
}
