@charset "UTF-8";
/***************************************************/
html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/* ***************************** body *******************************/
body {
  overflow-x: hidden;
  background: #000000;
  color: white;
  font: 1em/1.4 "lato";
  margin: 0;
}
body main {
  padding: 3% 0 0 0;
}
body .enveloppe {
  max-width: 1000px;
  margin: 0 auto;
}

.connexion {
  top: 0;
  position: fixed;
  right: 50px;
  margin: 20px 20px 0 0;
  z-index: 10000;
}
.connexion a {
  color: white;
}

article {
  width: 80%;
  margin: 0 auto;
  font-size: 1.3em;
}

.titreAcc {
  text-align: center;
}

.logoMoto {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30vh;
}

h1.titreAcc {
  color: #696768;
  font-family: "Alfa Slab One", cursive;
  font-size: 40px;
  text-shadow: 0em 0.1em 0.1em #f87000;
}

h2.titreAcc,
h3.titreAcc {
  color: #cacaca;
  font-family: "Alfa Slab One", cursive;
  text-shadow: 0em 0.1em 0.1em #757575;
  font-size: 40px;
}

h3.titreAcc {
  margin-top: 30px;
}

h4.titreAcc {
  font-size: 25px;
  color: #e6e6e6;
  font-family: "Alfa Slab One", cursive;
  text-shadow: 0em 0.1em 0.1em #b80707;
}

.vehic {
  color: #696768;
  font-family: "Alfa Slab One", cursive;
  text-shadow: 0em 0.1em 0.1em #cacaca;
}

@media (max-width: 525px) {
  h1.titreAcc {
    font-size: 20px;
    margin-top: 2em;
  }

  h4.titreAcc {
    font-size: 17px;
  }

  h2.titreAcc,
h3.titreAcc {
    font-size: 20px;
  }
}
.sortieLien {
  text-decoration: none;
}

@media (min-width: 850px) {
  .blocPhoto img {
    opacity: 0.5;
  }

  .blocPhoto img:hover {
    opacity: 1;
  }
}
.blocPhotoGalerie img {
  border: 2px solid white;
}
.blocPhotoGalerie img:hover {
  filter: grayscale(100%);
  transition-duration: 1s;
}

.lienInscr {
  text-align: center;
}

.lienApropos a {
  color: #f87000;
}
.lienApropos a:hover {
  color: white;
}

.blocYoutube {
  text-align: center;
}

.contentApropos p,
.contentApropos li {
  text-align: justify;
}

.contentApropos p {
  padding: 0 20px;
}

.contentApropos .lienApropos {
  text-align: center;
}

/* plan de millau*/
.plan {
  text-align: center;
}

/* partenaires */
.blocPartenaire {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.blocPartenaire img {
  margin-top: 20px;
}
.blocPartenaire img:hover {
  -webkit-transform:scale(120%);
  scale: 120%;
}

/********  bloc photo accueil et galerie ********/
.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Creation des quatres colonnes */
.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
  border: 2px solid white;
  border-radius: 1rem;
  cursor: zoom-in;
}

/* Responsive 2 colonnes*/
@media screen and (max-width: 1000px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}
/* Responsive 1 colonne*/
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}
.plan {
  margin-bottom: -10px;
}

.imgAccueil {
  -o-object-fit: contain;
     object-fit: contain;
  width: 500px;
  height: 300px;
  cursor: zoom-in;
}

.lienGalerie {
  color: white;
  text-align: center;
}

.imgSouvenir:hover {
  filter: grayscale(100%);
  scale: 103%;
  transition-duration: 1s;
}

.vignette {
  position: relative;
}

.texte-vignette {
  position: absolute;
  background: #f87000;
  padding: 10px 0 80px;
  text-align: center;
  width: 100%;
  bottom: -35%;
  opacity: 0;
  height: 10%;
  transition: all 0.7s ease;
  overflow: hidden;
}

.blc-vignette:hover .texte-vignette {
  opacity: 1;
  bottom: 0px;
  height: 10%;
}

/* ***************************** Fin body *******************************/
/****** separateurs ******/
.separateur {
  margin-top: 50px;
  height: 50px;
  background-image: url("../images/R.jpg");
  min-height: 80px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* boutton voir la sortie */
.bouton {
  margin-top: 30px;
  margin-bottom: 30px;
}
.bouton a {
  text-decoration: none;
  color: inherit;
}
.bouton .cta {
  position: relative;
  margin: auto;
  padding: 19px 22px;
  transition: all 0.2s ease;
}
.bouton .cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 28px;
  background: #f87000;
  width: 56px;
  height: 56px;
  transition: all 0.3s ease;
}
.bouton .cta span {
  position: relative;
  font-size: 16px;
  line-height: 18px;
  font-weight: 900;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  vertical-align: middle;
}
.bouton .cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #111;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}
.bouton .cta:hover:before {
  width: 100%;
  background: #f87000;
}
.bouton .cta:hover svg {
  transform: translateX(0);
}
.bouton .cta:active {
  transform: scale(0.96);
}

/********************* mentions legales***************************/
.mentions {
  padding-bottom: 20px;
}
.mentions H2,
.mentions h3 {
  color: #f87000;
}
.mentions .titreMentions {
  text-align: center;
}
.mentions p {
  font-size: 18px;
}

@media (max-width: 600px) {
  .mentions H2,
.mentions h3 {
    font-size: 20px;
  }
  .mentions p {
    font-size: 15px;
  }
}
/*page ajouter une photo*/
.listSories {
  text-align: center;
}

.formulaire.formulaireContact .submit {
  margin-bottom: 15px;
}
.formulaire.formulaireContact .reset {
  border: 1px solid black;
  padding: 5px;
  color: red;
  text-decoration: none;
}

/*   inscription sortie */
.titreInscription {
  text-align: center;
  color: #f87000;
}

.lienTouteSortie {
  text-decoration: none !important;
}

.listeSorties {
  color: black !important;
}

/*****************page 404 ***********************/
.p404 {
  text-align: center;
  font-size: 3rem;
}

.logo404 {
  text-align: center;
  margin: 0 auto;
}

/************************** politique de confidentialité */
.politique {
  color: #f87000;
}

/* ***************************** Connection *******************************/
.boutonConnect,
.boutonCompte {
  border: none;
  color: black;
  background-color: #f87000;
  border-radius: 5px;
  padding: 5px;
  border: none !important;
  font-family: "Alfa Slab One", cursive;
}

.boutonConnect a,
.boutonCompte a {
  color: black;
  text-decoration: none;
}

.boutonConnect a:hover,
.boutonConnect:hover,
.boutonCompte:hover,
.boutonCompte a:hover {
  background-color: white;
}

/************************** Les Sorties ****************************/
.rowSortie {
  display: flex;
  flex-wrap: wrap;
  margin: 0 20px;
}

.columnSortie {
  flex: 25%;
  max-width: 25%;
  padding: 0 5px;
  border: 1px solid white;
}

.columnSortie img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive 2 colonnes*/
@media screen and (max-width: 1140px) {
  .columnSortie {
    flex: 50%;
    max-width: 50%;
  }
}
/* Responsive 1 colonne*/
@media screen and (max-width: 600px) {
  .columnSortie {
    flex: 100%;
    max-width: 100%;
  }
}
.titreSortie {
  text-align: center;
  color: #f87000;
}

.DateSortie {
  text-align: center;
}

.photoUneSortie {
  margin: 0 auto;
  max-width: 500px;
  text-align: center;
}
.photoUneSortie img {
  max-width: 100%;
}

/********************* message flash *************************/
.blocFlashValid {
  font-size: 1.3rem;
  text-align: center;
  margin-top: 10px;
  color: green;
}

.blocFlashInvalid {
  font-size: 1.3rem;
  text-align: center;
  margin-top: 10px;
  color: red;
}

/*******************************compte ********************************/
.titreInfos {
  color: #f87000;
}

.bloc-compte {
  margin: 10px auto;
  text-align: center;
}

/* ***************************** Footer *******************************/
.lienInscr a {
  color: #f87000;
  text-decoration: none;
}

footer a:hover {
  color: black;
}

.footerAcc {
  margin-top: 0;
}

.footer {
  padding: 20px 50px;
  background-color: #5f5f5f;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}

.colonFoot {
  margin-top: 50px;
}

.colon1Foot {
  width: 20%;
  margin: 0 20px;
}

.imgFoot {
  width: 100%;
}

.titreFoot,
.footer a {
  color: #f87000;
  text-decoration: none;
}

@media (max-width: 1072px) {
  .colon1Foot {
    width: 100%;
    margin: 0;
  }

  .footer {
    padding: 0 10px;
    text-align: center;
    padding-bottom: 30px;
  }
}
/* ***************************** Fin Footer *******************************/
/*   inscription sortie */
.titreInscription {
  text-align: center;
  color: #f87000;
}

.lienTouteSortie {
  text-decoration: none !important;
}/*# sourceMappingURL=style.css.map */