@import url("https://fonts.googleapis.com/css2?family=Gluten:wght@200;400;600;900&display=swap");
body,
nav,
section {
  font-family: massilia, sans-serif;
  color: #262525;
}

section,
header {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 890px) {
  p {
    font-size: 14px;
  }
}
header nav {
  display: flex;
  justify-content: space-between;
}
header nav .logo {
  width: 160px;
}
header nav ul {
  display: flex;
  gap: 50px;
  margin-top: auto;
  margin-bottom: auto;
  align-items: center;
  font-style: normal;
  font-size: 15px;
  padding: 25px 193px 30px 50px;
  background-color: rgb(255, 255, 255);
  border-radius: 15px;
}
@media (max-width: 670px) {
  header nav ul {
    gap: 10px;
    font-size: 13px;
    padding: 25px 100px 30px 34px;
  }
}
header nav li {
  list-style: none;
}
header nav li a {
  list-style: none;
  text-decoration: none;
  color: black;
  padding-bottom: 10px;
}
header nav li a:hover {
  border-bottom: solid 1px;
}
header nav .btn {
  right: 145px;
  top: 52px;
  position: absolute;
  padding: 27px 36px;
  background-color: #262525;
  display: inline-block;
  border-radius: 15px;
  font-size: 16px;
  cursor: pointer;
}
header nav .btn .etoile {
  align-items: center;
}
header nav .btn a {
  list-style: none;
  text-decoration: none;
  color: #ffd600;
  font-weight: 700;
}
@media (max-width: 670px) {
  header nav .btn a {
    display: none;
  }
}
header nav .btn:hover {
  text-decoration: underline;
  color: #ffd600;
}
@media (max-width: 1180px) {
  header nav .btn {
    right: 100px;
  }
}
@media (max-width: 890px) {
  header nav .btn {
    top: 179px;
  }
}
@media (max-width: 670px) {
  header nav .btn {
    right: 65px;
  }
}
@media (max-width: 580px) {
  header nav .btn {
    right: 57px;
  }
}
@media (max-width: 425px) {
  header nav .btn {
    right: 40px;
    padding: 35px;
  }
}
@media (max-width: 890px) {
  header nav {
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
  }
}

h1 {
  font-family: "Gluten";
  font-weight: 700;
  color: #262525;
  font-size: 35px;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  h1 {
    font-size: 28px;
  }
}
.hero-banner {
  background-color: #f0e8e0;
  border-radius: 40px;
  box-shadow: 4px 8px 20px 0px rgba(0, 0, 0, 0.14);
}
.hero-banner img {
  border-radius: 40px;
}

.bandeau-text {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bandeau-text .text {
  text-align: left;
  width: 60%;
}
.bandeau-text .text h1 {
  padding-bottom: 40px;
}
.bandeau-text .text p {
  padding-bottom: 20px;
}
.bandeau-text .right {
  text-align: right;
}
.bandeau-text .img {
  display: flex;
  justify-content: flex-end;
  width: 40%;
}
.bandeau-text .img-bas {
  width: 40%;
}

@media (max-width: 890px) {
  .bandeau-text {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .bandeau-text .img {
    justify-content: center;
  }
  .bandeau-text .img,
  .bandeau-text .img-bas {
    width: 60%;
  }
}
.bandeau-equipe {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.bandeau-equipe h1 {
  text-align: center;
}
.bandeau-equipe .equipe-top {
  gap: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bandeau-equipe .equipe-top .equipe {
  width: 23%;
  position: relative;
  cursor: pointer;
}
.bandeau-equipe .equipe-top .equipe img {
  border-radius: 40px;
  border: 1px solid #e3e3e3;
  box-shadow: 4px 8px 20px 0px rgba(0, 0, 0, 0.14);
}
@media (max-width: 580px) {
  .bandeau-equipe .equipe-top .equipe img {
    border-radius: 20px;
  }
}
.bandeau-equipe .equipe-top .equipe .hover .overlay {
  border-radius: 40px;
  border: 1px solid #2b2b2b;
  box-shadow: 4px 8px 20px 0px rgba(0, 0, 0, 0.14);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: 0.5s ease;
  background-color: #262525;
  opacity: 0;
}
@media (max-width: 580px) {
  .bandeau-equipe .equipe-top .equipe .hover .overlay {
    border-radius: 20px;
  }
}
.bandeau-equipe .equipe-top .equipe .hover .text {
  width: 90%;
  opacity: 0;
  color: #e6a4b6;
  font-size: 30px;
  font-family: "Gluten", cursive;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  text-transform: uppercase;
}
.bandeau-equipe .equipe-top .equipe .hover .text span {
  color: white;
  font-family: massilia, sans-serif;
  font-size: 17px;
  font-weight: 400;
}
@media (max-width: 890px) {
  .bandeau-equipe .equipe-top .equipe .hover .text {
    font-size: 20px;
  }
  .bandeau-equipe .equipe-top .equipe .hover .text span {
    font-size: 14px;
  }
}
.bandeau-equipe .equipe-top .equipe .hover:hover .overlay {
  opacity: 0.9;
}
.bandeau-equipe .equipe-top .equipe .hover:hover .text {
  opacity: 1;
}
@media (max-width: 580px) {
  .bandeau-equipe .equipe-top {
    flex-direction: column;
  }
  .bandeau-equipe .equipe-top .equipe {
    width: 45%;
  }
}
@media (max-width: 425px) {
  .bandeau-equipe .equipe-top .equipe {
    width: 55%;
  }
}

.contact-img .gojo-mobil {
  display: none;
}
.contact-img img {
  position: relative;
  width: 100%;
  top: 42px;
}
@media (max-width: 1100px) {
  .contact-img img {
    top: 25px;
  }
}
@media (max-width: 670px) {
  .contact-img .gojo {
    display: none;
  }
  .contact-img .gojo-mobil {
    display: block;
    top: 45px;
    width: 80%;
  }
}
@media (max-width: 425px) {
  .contact-img .gojo-mobil {
    top: 42px;
    width: 100%;
  }
}

.contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #262525;
  padding: 50px 25px;
  border-radius: 15px;
}
.contact .contact-text h1 {
  color: #f0e8e0;
  font-weight: 600;
}
.contact .contact-text h1 span {
  font-family: massilia, sans-serif;
  font-size: 25px;
  font-weight: 100;
  text-transform: none;
}
@media (max-width: 425px) {
  .contact .contact-text h1 {
    font-size: 20px;
  }
  .contact .contact-text h1 span {
    font-size: 15px;
  }
}
.contact .contact-btn {
  border-radius: 100px;
  background-color: #f0e8e0;
  font-family: "Gluten", cursive;
  padding: 15px 60px;
  border: 2px solid #f0e8e0;
  color: #262525;
  text-decoration: none;
}
.contact .contact-btn:hover {
  background-color: #262525;
  color: #f0e8e0;
}
@media (max-width: 1100px) {
  .contact .contact-btn {
    padding: 15px 25px;
  }
}

@media (max-width: 670px) {
  .contact {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
}
footer {
  margin-top: 100px;
  padding: 50px;
  background-color: #262525;
  display: flex;
  justify-content: center;
}
footer .footer {
  display: flex;
  align-items: center;
}
footer .footer .logo-footer {
  display: flex;
  width: 14%;
  margin-right: 85px;
}
@media (max-width: 670px) {
  footer .footer .logo-footer {
    margin-right: 30px;
  }
}
footer .footer .big-bloc-footer {
  display: flex;
}
footer .footer .big-bloc-footer .mentions-left {
  gap: 30px;
  margin-right: 65px;
}
footer .footer .big-bloc-footer .mentions-left h3 {
  font-size: 15px;
  color: #8b8682;
  font-weight: 700;
  padding: 20px 0px;
}
footer .footer .big-bloc-footer .mentions-left p {
  font-size: 13px;
  padding-bottom: 5px;
  color: #f0e8e0;
}
@media (max-width: 670px) {
  footer .footer .big-bloc-footer .mentions-left {
    margin-right: 20px;
  }
}
footer .footer .big-bloc-footer .bloc2-footer {
  display: flex;
  align-items: center;
}
footer .footer .big-bloc-footer .bloc2-footer .mentions-right {
  margin-right: 116px;
}
footer .footer .big-bloc-footer .bloc2-footer .mentions-right h3 {
  font-size: 15px;
  color: #8b8682;
  font-weight: 700;
  padding: 20px 0px;
}
footer .footer .big-bloc-footer .bloc2-footer .mentions-right p {
  font-size: 13px;
  padding-bottom: 5px;
  color: #f0e8e0;
}
footer .footer .big-bloc-footer .bloc2-footer .icons {
  display: flex;
  width: 30px;
  height: 30px;
  gap: 5px;
}
@media (max-width: 1100px) {
  footer .footer .big-bloc-footer .bloc2-footer .mentions-right {
    margin-right: 50px;
  }
  footer .footer .big-bloc-footer .bloc2-footer .icons {
    display: block;
  }
}
@media (max-width: 890px) {
  footer .footer .big-bloc-footer .bloc2-footer .mentions-right {
    margin-right: 0px;
  }
  footer .footer .big-bloc-footer .bloc2-footer .icons {
    display: block;
  }
}
@media (max-width: 425px) {
  footer .footer .big-bloc-footer {
    align-items: flex-start;
    padding-top: 20px;
  }
}
@media (max-width: 425px) {
  footer .footer {
    flex-direction: column;
  }
  footer .footer .logo-footer {
    margin-right: 0px;
    width: 30%;
  }
}

.scroll-to-top {
  position: fixed;
  padding: 15px 16px;
  z-index: 1;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  transition: 0.3s;
  opacity: 0;
}
.scroll-to-top img {
  height: 50px;
  width: auto;
}
.scroll-to-top:hover {
  transform: translateY(-5px);
}
.scroll-to-top.show {
  opacity: 1;
}

.animated-image-y {
  animation-name: fla;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}

@keyframes fla {
  50% {
    transform: translateY(50px);
  }
}
.animated-image-x {
  animation-name: fle;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}

@keyframes fle {
  50% {
    transform: translateX(50px);
  }
}/*# sourceMappingURL=entreprise-style.css.map */