@import url("https://use.typekit.net/qvh5xuc.css");
body {
  font-family: "poppins";
}

header {
  height: 300px;
  background-image: url(/img/fond.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  margin-bottom: 70px;
}
header nav {
  padding: 20px;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 20px;
}
header nav a {
  flex: none;
  text-decoration: none;
  color: rgb(245, 238, 231);
  font-size: 16px;
}
header nav :hover {
  text-decoration: underline;
}
@media (max-width: 580px) {
  header nav a {
    font-size: 14px;
  }
}
header .logo {
  width: 350px;
}
@media (max-width: 580px) {
  header .logo {
    width: 250px;
  }
}
header .baseline {
  font-weight: 200;
  font-size: 20px;
  color: #ffffff;
}
@media (max-width: 580px) {
  header .baseline {
    font-size: 16px;
  }
}

@media (max-width: 580px) {
  header {
    margin-bottom: 40px;
    height: 250px;
  }
}
.section1 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

h1 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  padding: 10px;
}

@media (max-width: 890px) {
  h1 {
    font-size: 25px;
  }
}
.inter-section1 {
  background-color: rgb(216, 208, 217);
  margin: 20px;
}
.inter-section1 .bloc-section1 {
  padding: 50px;
}
.inter-section1 .bloc-section1 .bloc-intro {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}
.inter-section1 .bloc-section1 .bloc-intro .bloc-intro-titre {
  font-size: 25px;
  font-weight: 600;
}
@media (max-width: 400px) {
  .inter-section1 .bloc-section1 .bloc-intro {
    font-size: 16px;
  }
  .inter-section1 .bloc-section1 .bloc-intro .bloc-intro-titre {
    font-size: 20px;
  }
}
.inter-section1 .bloc-section1 .bloc-explication {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 40px;
}
@media (max-width: 890px) {
  .inter-section1 .bloc-section1 .bloc-explication {
    padding-top: 20px;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 14px;
  }
}
@media (max-width: 580px) {
  .inter-section1 .bloc-section1 {
    padding: 20px;
  }
}
.inter-section1 .bloc-bandeau {
  background-color: rgb(43, 43, 42);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #ffffff;
  gap: 20px;
  font-size: 16px;
}
@media (max-width: 1100px) {
  .inter-section1 .bloc-bandeau {
    font-size: 12px;
  }
}

@media (max-width: 1180px) {
  .mot-masque4 {
    display: none;
  }
}
@media (max-width: 700px) {
  .mot-masque3,
  .mot-masque4 {
    display: none;
  }
}
@media (max-width: 400px) {
  .mot-masque2,
  .mot-masque3,
  .mot-masque4 {
    display: none;
  }
}
@media (max-width: 890px) {
  .inter-section1 {
    margin: 10px;
  }
}
.section2 {
  margin-top: 90px;
  background-color: rgb(43, 43, 42);
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
  padding-top: 50px;
}
.section2 .titre {
  flex: none;
  text-transform: uppercase;
  color: rgb(43, 43, 42);
  background-color: rgb(216, 208, 217);
  padding: 15px 30px;
  font-weight: 600;
  position: absolute;
  top: -28px;
  rotate: 3.6deg;
}
.section2 .bloc-form {
  flex: none;
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section2 .bloc-form img {
  flex: none;
  width: 200px;
}
.section2 .bloc-form form {
  color: #ffffff;
}
.section2 .bloc-form form li {
  text-decoration: none;
}
.section2 .bloc-form form .deux_input {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.section2 .bloc-form form input {
  width: 100%;
  padding: 5px 10px;
  margin-bottom: 15px;
  font-size: 14px;
  border-radius: 5px;
}
.section2 .bloc-form form label {
  font-size: 14px;
}
.section2 .bloc-form form .civilite {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
}
.section2 .bloc-form form .civilite .input_civilite {
  width: auto;
  margin-bottom: 0px;
  margin-left: 20px;
}
.section2 .bloc-form form .btn_placement {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section2 .bloc-form form .btn_placement .btn {
  flex: none;
  background-color: rgb(43, 43, 42);
  color: #ffffff;
  border: 2px solid rgb(245, 238, 231);
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 25px;
  margin-top: 20px;
}
.section2 .bloc-form form .btn_placement :hover {
  background-color: rgb(245, 238, 231);
  color: rgb(43, 43, 42);
  border: 2px solid rgb(245, 238, 231);
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}

@media (max-width: 890px) {
  .section2 {
    display: none;
  }
}
.section2-tab {
  margin-top: 90px;
  background-color: rgb(43, 43, 42);
  position: relative;
  display: none;
  justify-content: center;
  padding-bottom: 50px;
  padding-top: 50px;
}
.section2-tab .titre {
  flex: none;
  text-transform: uppercase;
  color: rgb(43, 43, 42);
  background-color: rgb(216, 208, 217);
  padding: 15px 30px;
  font-weight: 600;
  position: absolute;
  top: -28px;
  rotate: 3.6deg;
}
.section2-tab .bloc-form {
  flex: none;
  width: 90%;
}
.section2-tab .bloc-form .bloc-img {
  display: flex;
  justify-content: center;
}
.section2-tab .bloc-form .bloc-img img {
  flex: none;
  width: 200px;
  margin-bottom: 20px;
}
@media (max-width: 580px) {
  .section2-tab .bloc-form .bloc-img img {
    width: 150px;
  }
}
@media (max-width: 400px) {
  .section2-tab .bloc-form .bloc-img img {
    width: 120px;
  }
}
.section2-tab .bloc-form form {
  color: #ffffff;
}
.section2-tab .bloc-form form li {
  text-decoration: none;
}
.section2-tab .bloc-form form .deux_input {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.section2-tab .bloc-form form input {
  width: 100%;
  padding: 5px 10px;
  margin-bottom: 15px;
  font-size: 14px;
  border-radius: 5px;
}
.section2-tab .bloc-form form label {
  font-size: 14px;
}
.section2-tab .bloc-form form .civilite {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.section2-tab .bloc-form form .civilite .input_civilite {
  width: auto;
  margin-bottom: 0px;
  margin-left: 20px;
}
.section2-tab .bloc-form form .btn_placement {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section2-tab .bloc-form form .btn_placement .btn {
  flex: none;
  background-color: rgb(43, 43, 42);
  color: #ffffff;
  border: 2px solid rgb(245, 238, 231);
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 25px;
  margin-top: 20px;
}
.section2-tab .bloc-form form .btn_placement :hover {
  background-color: rgb(245, 238, 231);
  color: rgb(43, 43, 42);
  border: 2px solid rgb(245, 238, 231);
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}

@media (max-width: 890px) {
  .section2-tab {
    display: flex;
  }
}
.footer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer img {
  flex: none;
  width: 150px;
}
.footer .footer-mention {
  flex: none;
  display: flex;
  margin: 40px;
  gap: 40px;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.footer .footer-mention .mention {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.footer .footer-mention .mention .icons {
  cursor: pointer;
}
.footer .footer-mention .mentions-left h3 {
  font-size: 14px;
  color: #868686;
  font-weight: 700;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.footer .footer-mention .mentions-left a {
  padding-bottom: 10px;
  font-size: 12px;
  text-decoration: none;
  color: black;
}
.footer .footer-mention .mentions-left p {
  padding-bottom: 7px;
  font-size: 12px;
}
@media (max-width: 700px) {
  .footer {
    flex-wrap: wrap;
  }
  .footer img {
    padding-top: 20px;
  }
  .footer .footer-mention {
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
  }
}

.scroll-to-top {
  position: fixed;
  padding: 15px 16px;
  z-index: 1;
  right: 10px;
  bottom: 20px;
  cursor: pointer;
  transition: 0.3s;
  opacity: 0;
}
.scroll-to-top img {
  width: 65px;
}
.scroll-to-top:hover {
  transform: translateY(-5px);
}
.scroll-to-top.show {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */