@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ultra&display=swap");
body {
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
}

.logo {
  display: block;
  position: absolute;
  width: 250px;
  height: 220px;
  top: 15px;
  left: 40px;
  z-index: 9999;
  border-radius: 30px;
  box-shadow: 3px 3px 10px black;
}
@media screen and (max-width: 1100px) {
  .logo {
    width: 130px;
    height: 110px;
    top: 10px;
    left: 20px;
  }
}

.navcontact {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: linear-gradient(to right, rgb(190, 190, 190), rgb(32, 32, 32));
}

.logotel {
  padding-bottom: 2px;
  padding-top: 2px;
  margin-right: 7px;
}

.telephone {
  font-weight: 300;
  padding-right: 15px;
}
.telephone a {
  text-decoration: none;
  color: white;
}

.address {
  display: flex;
  align-items: center;
}
.address a {
  text-decoration: none;
  color: white;
}

.addressLink {
  text-decoration: none;
  color: white;
}
@media screen and (max-width: 450px) {
  .address {
    display: none;
  }
}

.markermap {
  padding-bottom: 2px;
}

.navadresse {
  margin: 0;
  padding-right: 10px;
  color: white;
  font-weight: 300;
}

.navlinks {
  width: 100%;
  height: 70px;
  background: linear-gradient(to right, rgb(190, 190, 190), rgb(0, 0, 0));
  display: flex;
  align-items: center;
}

.flexHr {
  display: flex;
  flex-direction: column;
}

.hr {
  width: 100%;
  height: 1px;
  background-color: gold;
}

.navDesktop {
  width: 100%;
  padding-left: 25%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.navDesktop a {
  color: white;
  font-size: 1.1rem;
  text-decoration: none;
  text-shadow: 1px 1px 2px black;
  transform: scale(1);
  transition: transform 0.2s;
}
.navDesktop a:hover {
  color: rgb(255, 219, 100);
  transform: scale(1.2);
}
.navDesktop button {
  border: none;
  background-color: rgba(128, 128, 128, 0);
  color: white;
  font-size: 1.1rem;
  text-decoration: none;
  text-shadow: 1px 1px 2px black;
  transform: scale(1);
  transition: transform 0.2s;
}
.navDesktop button:hover {
  color: rgb(255, 219, 100);
  transform: scale(1.2);
}
@media screen and (max-width: 1000px) {
  .navDesktop button {
    font-size: 0.8rem;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 450px) {
  .navDesktop {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .navDesktop {
    flex-wrap: wrap;
    padding-left: 30%;
  }
  .navDesktop a {
    font-size: 0.8rem;
  }
}

.dropdown-menu.show {
  margin-top: 18px !important;
  border-radius: 0;
}

.dropdown-menu {
  background-color: rgba(53, 52, 52, 0.9);
}

.dropdown-item {
  padding-top: 20px;
  font-weight: 300;
}

.dropdown-item:hover {
  background-color: rgba(128, 128, 128, 0);
}

.cta {
  height: 35px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  background: linear-gradient(to right, rgb(221, 188, 43), rgb(146, 120, 5));
  border-radius: 30px;
}
.cta:hover {
  background: linear-gradient(rgb(146, 120, 5), rgb(223, 204, 35));
}
.cta a {
  color: rgb(0, 0, 0);
  padding-top: 4px;
}
.cta a:hover {
  color: black;
}

@media screen and (min-width: 450px) {
  .navPhone {
    display: none;
  }
}

.menuBurger {
  width: 45px;
  height: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  z-index: 4;
  top: 50px;
  right: 50px;
}
.menuBurger:hover {
  cursor: pointer;
}

.burger {
  width: 45px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(to right, white, rgb(0, 0, 0));
  box-shadow: -1px 1px 2px black;
}

.modal-content {
  width: 70%;
  margin: auto;
}

.modal-body {
  width: 100%;
  height: 400px;
  margin: auto;
  background: linear-gradient(to right, rgb(83, 83, 83), rgb(39, 39, 39));
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.modal-body a {
  color: white;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 300;
}
.modal-body a:hover {
  color: rgb(255, 219, 100);
}

.line {
  width: 100%;
  height: 1px;
  background-color: rgb(255, 219, 60);
}

.carouselImg {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

@media screen and (max-width: 450px) {
  .carouselImg {
    height: 60vh;
  }
}

.titre {
  margin: 0;
  padding: 7px 15px 0 15px;
  position: absolute;
  right: 5%;
  bottom: 15%;
  font-size: 3rem;
  font-weight: 700;
  color: white;
  background-color: rgba(0, 0, 0, 0.61);
}
@media screen and (max-width: 1200px) {
  .titre {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 850px) {
  .titre {
    font-size: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .titre {
    font-size: 1.6rem;
    right: 20px;
    bottom: 10px;
  }
}

.presentation {
  background: linear-gradient(white, grey);
  padding-bottom: 25px;
}

h1 {
  padding: 70px;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 450px) {
  h1 {
    font-size: 1.2rem;
    padding: 30px 0 22px 0;
  }
}

.presentationTxt {
  width: 70%;
  margin: auto;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 450px) {
  .presentationTxt {
    text-align: center;
    width: 85%;
  }
}

.contactCta {
  display: block;
  width: 190px;
  text-align: center;
  margin: 70px auto;
  padding: 10px;
  background: linear-gradient(to right, rgb(221, 188, 43), rgb(146, 120, 5));
  color: rgb(0, 0, 0);
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 4px 4px 4px rgb(43, 43, 43);
}
.contactCta:hover {
  background: linear-gradient(to right, rgb(146, 120, 5), rgb(221, 188, 43));
}

.activites {
  padding-bottom: 100px;
  width: 95%;
  margin: auto;
}
.activites h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  padding: 70px 0;
}

.gridActivites {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 38px;
}
.gridActivites a {
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 700;
}
@media screen and (max-width: 450px) {
  .gridActivites {
    gap: 27px;
  }
}

.cube {
  position: relative;
  z-index: 2;
  width: 300px;
  height: 188px;
  box-shadow: 5px 5px 5px black;
}
@media screen and (max-width: 450px) {
  .cube {
    width: 160px;
    height: 160px;
  }
}

.cubeTxt {
  width: 300px;
  height: 188px;
  color: rgb(255, 217, 94);
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cubeTxt:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.cubeTxt p {
  font-size: 1.5rem;
  margin: 0;
}
@media screen and (max-width: 450px) {
  .cubeTxt p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 450px) {
  .cubeTxt {
    width: 160px;
    height: 160px;
  }
}

.cubeImg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 450px) {
  .cubeImg {
    width: 160px;
    height: 160px;
  }
}

.engagements {
  background: linear-gradient(rgb(172, 172, 172), rgb(90, 90, 90));
}
.engagements h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  padding: 70px 0;
}

.gridEngagements {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 30px;
}

.gridCard {
  width: 210px;
  height: 220px;
  border-radius: 30px;
  background-color: white;
  box-shadow: -5px -5px 5px rgba(0, 0, 0, 0.541);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.gridCard p {
  text-align: center;
  font-size: 1.1rem;
}

.linkEngagements {
  width: 90%;
  margin: auto;
  padding: 70px 0;
  font-size: 1.3rem;
  display: flex;
  justify-content: flex-end;
}
.linkEngagements a {
  text-decoration: none;
  color: black;
}
.linkEngagements a:hover {
  text-decoration: underline;
}

.realisations {
  overflow: hidden;
}
.realisations h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  padding: 70px 0;
}

.gridRealisations {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 50px;
}

.gridRealImg {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.473);
  max-height: 400px;
  overflow: hidden;
}

.linkRealisations {
  width: 90%;
  margin: auto;
  padding: 70px 0;
  display: flex;
  justify-content: flex-end;
}
.linkRealisations a {
  text-decoration: none;
  color: black;
}
.linkRealisations a:hover {
  text-decoration: underline;
}

#contact {
  background: linear-gradient(rgb(88, 88, 88), white);
}
#contact h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  padding: 70px 0;
  margin: 0;
}

.contactInfos {
  width: 100%;
  margin: auto;
  padding-bottom: 100px;
  display: flex;
  justify-content: center;
  gap: 100px;
}
@media screen and (max-width: 850px) {
  .contactInfos {
    flex-direction: column;
    gap: 50px;
  }
}
@media screen and (min-width: 451px) and (max-width: 850px) {
  .contactInfos {
    width: 50%;
  }
}

.contactAdresse {
  display: flex;
}
@media screen and (max-width: 450px) {
  .contactAdresse {
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    text-align: center;
  }
}
.contactAdresse address {
  margin: 15px;
}

.big {
  font-size: 1.2rem;
  font-weight: 700;
  color: rgb(0, 0, 0);
  padding-left: 12px;
}

.adresseImg {
  margin: 20px 20px 0 20px;
}

.map {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.541);
}

.contactTel {
  display: flex;
  flex-direction: column;
}
.contactTel p {
  margin: 0;
}
.contactTel a {
  text-decoration: none;
  color: black;
}
@media screen and (max-width: 450px) {
  .contactTel {
    justify-content: center;
    padding-left: 10px;
  }
}

.horaire {
  text-align: center;
}
@media screen and (max-width: 450px) {
  .horaire {
    text-align: center;
  }
}

.bigUnderline {
  font-size: 1.2rem;
  font-weight: 700;
  margin-right: 10px;
}

.tel {
  display: flex;
  align-items: center;
  padding: 50px;
  gap: 30px;
  transform: scale(1);
  transition: transform 0.2s;
}
.tel p {
  font-size: 1.3rem;
}

.tel:hover {
  transform: scale(1.2);
  transition: transform 0.2s;
}

@media screen and (max-width: 450px) {
  .tel {
    flex-direction: column;
    padding: 15px 0 0 0;
    gap: 5px;
  }
}

.mail {
  display: flex;
  align-items: center;
  padding: 20px;
  gap: 30px;
  transform: scale(1);
  transition: transform 0.2s;
}
.mail p {
  font-size: 1.3rem;
}

.mail:hover {
  transform: scale(1.2);
  transition: transform 0.2s;
}

@media screen and (max-width: 450px) {
  .mail {
    flex-direction: column;
    padding: 15px 0 0 0;
    gap: 5px;
  }
}

hr {
  margin: 0;
}

footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 115px;
  background-color: black;
}
footer a {
  text-decoration: none;
  color: white;
  font-weight: 300;
}
footer a:hover {
  text-decoration: underline;
}
footer p {
  margin: 0;
}
@media screen and (max-width: 450px) {
  footer {
    flex-direction: column;
    height: auto;
  }
}

.rights {
  display: flex;
  text-align: center;
  gap: 10px;
}
@media screen and (max-width: 950px) {
  .rights {
    flex-direction: column;
  }
}

.logoFooter {
  position: relative;
  top: -25px;
  border: 1px solid black;
  border-radius: 30px;
}

@media screen and (max-width: 450px) {
  .pixcrafter {
    padding-bottom: 15px;
  }
}
.pixcrafter img {
  opacity: 0.8;
}
.pixcrafter img:hover {
  opacity: 1;
}