/* Styles par défaut (utilisés sur tous les appareils) */
/* @media (min-width: 481px){} ==> Media query pour les écrans de plus de 481px de large ( grands smartphones) */
/* @media (min-width: 768px){} ==> Media query pour les écrans de plus de 768px de large (tablettes et ordinateurs) */
/* @media (min-width: 1024px){} ==> Media query pour les écrans de plus de 1024px de large (ordinateurs) */
.contact {
  margin-top: 135px;
}
.contact header {
  font-family: "Barlow", sans-serif;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.contact header h1 {
  font-size: 40px;
  margin-bottom: 5px;
}
.contact header p {
  font-size: 15px;
  line-height: 30px;
}
.contact .footer .bloc-image {
  position: relative;
}
.contact .footer .bloc-image div {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
}
.contact .footer .bloc {
  font-family: "Barlow", sans-serif;
  padding: 30px;
  color: #002633;
  text-align: right;
  background: #FFF;
}
.contact .footer .bloc h2 {
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.contact .footer .bloc p {
  color: #7697A2;
  font-size: 15px;
}
.contact .footer .bloc p b {
  color: #002633;
  font-weight: 400;
}
.contact .footer .bloc.bloc-0 {
  text-align: left;
}
.contact .footer .bloc.bloc-0 p {
  color: #002633;
}
.contact .footer .bloc.bloc-1,
.contact .footer .bloc.bloc-2 {
  background: #002633;
  color: #FFF;
}
.contact .footer .bloc.bloc-1 b,
.contact .footer .bloc.bloc-2 b {
  color: #FFF;
}
.contact .footer .bloc.bloc-1 {
  margin-bottom: 15px;
}
@media (min-width: 481px) {
  .contact .footer .bloc.bloc-1 {
    margin-left: 20px;
  }
}
@media (min-width: 481px) {
  .contact .footer .bloc.bloc-2 {
    margin-left: 20px;
  }
}
.contact .footer .bloc.bloc-2 a {
  text-decoration: none;
  color: #7697A2;
}
.contact .footer .bloc.bloc-3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "Barlow", sans-serif;
}
.contact .footer .bloc.bloc-3 h2 {
  text-align: center;
}
.contact .footer .bloc.bloc-3 .message {
  padding: 20px;
  margin: 20px 0;
  text-align: center;
}
.contact .footer .bloc.bloc-3 .message.red {
  background-color: #ba2221;
  color: #fff;
}
.contact .footer .bloc.bloc-3 .message.green {
  background-color: #49BF4C;
  color: #fff;
}
.contact .footer .bloc.bloc-3 form {
  text-align: center;
}
.contact .footer .bloc.bloc-3 form input,
.contact .footer .bloc.bloc-3 form textarea,
.contact .footer .bloc.bloc-3 form select {
  width: 100%;
  padding: 10px;
  margin: 5px 0 15px 0;
}
.contact .footer .bloc.bloc-3 form textarea {
  height: 150px;
  resize: vertical;
}
.contact .footer .bloc.bloc-3 form .politique-confidentialite {
  font-size: 13px;
  color: #999;
  font-weight: normal;
  font-style: italic;
  margin-bottom: 15px;
}
.contact .footer .bloc.bloc-3 form .politique-confidentialite a {
  color: #999;
  font-weight: bold;
  text-decoration: none;
}
.contact .footer .bloc.bloc-3 form .btn-submit {
  font-family: "Barlow", sans-serif;
  background: #262628;
  border: none;
  color: #FFF;
  cursor: pointer;
}
.contact .footer .bloc.bloc-3 form .btn-submit:hover {
  background: #595959;
}
