@charset "UTF-8";
* {
  font-family: "Raleway", sans-serif;
}

.grey {
  opacity: 0.1;
}

.cross {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  width: 2%;
}
@media (max-width: 767.98px) {
  .cross {
    width: 5%;
  }
}

.uploadFullPic {
  opacity: 0;
  z-index: -1;
  position: absolute;
}

.fullPic {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  border: none;
}

.logOut {
  height: 65px;
  cursor: pointer;
  border: none;
  background-color: transparent;
  display: flex;
}
.logOut img {
  height: 100%;
}

.modale {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: white;
  border-radius: 10px;
  text-align: center;
  margin-left: -10px;
  margin-top: -10px;
}

.photoModal {
  max-width: 90%;
  max-height: 85%;
  margin: 5%;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .photoModal {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.hidden {
  display: none;
}

.error {
  color: red;
  text-align: center;
}

.paragraphe {
  text-indent: 22px;
}

:root {
  --main-color: rgb(248, 249, 234);
  --main-bg-color: rgb(248, 249, 234);
  --filter-bg-color: #DEEBFF;
}

.body {
  position: relative;
  display: flex;
  justify-content: center;
}

body {
  background-color: rgb(248, 249, 234);
}

.main-container {
  width: 100%;
  max-width: 14400px;
  box-sizing: border-box;
}

header {
  /*border: 2px solid;*/
  border-radius: 10px;
  filter: drop-shadow(0px 3px 15px rgba(0, 0, 0, 0.1));
}

nav {
  display: flex;
  flex-direction: column;
  filter: drop-shadow(0px 3px 15px rgba(0, 0, 0, 0.2));
  position: sticky;
  top: 0;
  /*position: fixed;*/
  align-items: center;
}

.navlogo {
  width: 30%;
  padding-top: 10%;
}

.navlogo :hover {
  filter: invert(60%);
}

.intro {
  text-align: center;
  font-weight: 600;
  margin-top: 40px;
}

.img {
  width: 100%;
}

.photoVoiture {
  border-radius: 10px;
  width: 100%;
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .photoVoiture {
    max-width: 100%;
  }
}

.unePhoto {
  position: relative;
  max-width: 49%;
  min-height: 300px;
}

.unePhoto2 {
  position: relative;
  max-width: 32%;
  height: 195px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.unePhoto2 button {
  background-color: transparent;
  border: none;
}

.liens {
  border-radius: 10px;
  width: 12%;
}

.photo {
  width: 60%;
  padding: 2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.photo button {
  background: transparent;
  border: none;
  cursor: default;
}
.firstPic {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
  cursor: pointer;
}

.pictureContainer {
  position: relative;
}

.corp {
  display: flex;
  flex-direction: row;
  gap: 1%;
  margin-top: 10px;
  width: 100%;
}

.corp__photo {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.All {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 10px;
  gap: 1%;
  width: 100%;
}

.texte {
  width: 40%;
  border-radius: 10px;
  padding: 5px;
}

.enTete {
  width: 40%;
}

.moustaches {
  display: flex;
  justify-content: center;
}

.historiqueStrong {
  text-align: center;
  font-weight: 700;
}

footer {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  margin-left: 0%;
  margin-top: 10px;
  padding: 5px;
  border: 2px solid;
  border-radius: 10px;
}

footer p {
  margin: 5px;
}

.enHaut {
  display: flex;
  justify-content: center;
}

.lienFacebook {
  width: 30%;
  margin-top: 100%;
}

.logoFacebook {
  width: 100%;
}

.lienFacebook :hover {
  filter: invert(60%);
}

.slide {
  margin: 10px;
}

.main {
  display: flex;
  flex-direction: column;
  width: 88%;
}

.photoVoiture__slider {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  -o-object-position: top;
     object-position: top;
}

.texte__photo {
  width: 100%;
}

.contact {
  width: 100%;
}

h1, h2, h3, H4 {
  text-align: center;
  font-size: 24px;
}

.up {
  opacity: 0;
  z-index: -1;
  position: absolute;
}

.btn4 {
  background-color: transparent;
  border: none;
}

.photo__photo {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .photo__photo {
    flex-direction: column;
  }
}

.photoVoiture2 {
  margin-top: -10%;
  min-width: 100%;
  max-width: 120%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .photoVoiture2 {
    width: 100%;
  }
}

.video {
  border-radius: 10px;
  max-width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}

#video {
  text-align: center;
}

textarea {
  box-sizing: border-box;
  width: 100%;
  height: 300px;
  resize: none;
  border: 2px solid;
  border-radius: 10px;
}

.input {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

input {
  background-color: antiquewhite;
  border-radius: 10px;
  border-style: none;
  border: 2px solid;
  padding: 10px;
  margin-right: none;
}

.input :hover {
  background-color: white;
}

.input :active {
  background-color: black;
  color: white;
}

::-moz-placeholder {
  text-align: center;
}

::placeholder {
  text-align: center;
}

.telAndMail {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  margin-right: 0;
}
.telAndMail input {
  width: 45%;
  background-color: white;
}

#banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 470px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.banner-img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 1000ms, opacity 1ms;
  transform: translatex(100%);
}

/* Code CSS en prévision de l'ajout d'un carousel pour la bannière */
/* Gestion des fleches du carrousel */
#banner .arrow {
  position: absolute;
  cursor: pointer;
}

#banner .arrow_left {
  left: 10px;
  z-index: 4;
  opacity: 1;
  transition-duration: 500ms;
}

#banner .arrow_right {
  right: 10px;
  z-index: 4;
  opacity: 1;
  transition-duration: 500ms;
}

/* Gestion des points du carrousel */
.dots {
  position: absolute;
  bottom: 40px;
  display: flex;
  z-index: 4;
}

.dot {
  margin-inline: 5px;
  width: 13px;
  height: 13px;
  background-color: rgba(255, 255, 255, 0);
  border: 3px solid #fff;
  border-radius: 100%;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.dot_selected {
  background-color: #fff;
}

.lienFooter {
  text-decoration: none;
  color: black;
}

@media (max-width: 767.98px) {
  .navlogo {
    width: 80%;
  }
  .photoVoiture__slider {
    height: 200px;
  }
  .corp {
    flex-direction: column;
  }
  .texte {
    width: 100%;
  }
  .photo {
    width: 100%;
  }
  .unePhoto {
    max-width: 100%;
  }
  .unePhoto2 {
    max-width: 100%;
  }
}
.connexion {
  display: flex;
  flex-direction: column;
  margin-top: 20dvh;
  width: 100%;
}
.connexion * {
  margin: auto;
}
.connexion button {
  margin-top: 20px;
  width: 200px;
  height: 40px;
  background-color: antiquewhite;
  border-radius: 10px;
  border: solid 2px black;
  cursor: pointer;
  box-shadow: 1px 2px 5px black;
}
.connexion button:hover {
  box-shadow: 6px 8px 5px black;
  transition: 1s;
}
.connexion .logError {
  color: red;
  margin-top: 10px;
}

.plume {
  position: absolute;
  z-index: 10;
  filter: invert(1);
  width: 50px;
  background-color: rgba(255, 255, 255, 0.534);
  border-radius: 10px;
  border: solid 3px black;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.plume:hover {
  width: 54px;
  box-shadow: 2px 6px 2px white;
  transition: 1s;
}/*# sourceMappingURL=style.css.map */