@import url("https://fonts.googleapis.com/css2?family=Major+Mono+Display&family=Poppins:wght@100;400;600;700&family=Vollkorn:ital,wght@0,400;0,600;0,700;1,500;1,600&display=swap");
@import url(menu.css);
@import url(menu-accueil.css);
/* @import url(formulaire.css); */

/* Variables */
:root {
  /* clr: color */
  --clr-astraunaut-blue: #1c4a5c;
  --clr-azure: #f4fffd;
  --clr-outrageous-orange: #f95738;
  --clr-rolling-stone: #6b7d7d;
  --clr-Mustard: #f9dc5c;
  --clr-outer-space: #323b3b;

  /* ff: font-family */
  --ff-mono: "Major Mono Display", monospace;
  --ff-poppins: "Poppins", sans-serif;
  --ff-vollkorn: "Vollkorn", serif;
}

/* pour partir à zéro */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.cache-ecran {
  position: absolute;
  height: 0;
  width: 0;
  left: -9999px;
  font-size: 0;
}

figure img {
  /* width: 100%; */
  margin-top: 2rem;
  height: 85vh;
  border-radius: 2rem;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  /* margin: 2rem; */
}

body {
  background-color: var(--clr-azure);
  font-family: var(--ff-poppins);
  line-height: 1.725rem;
}
main {
  margin: 3rem;
}



main .main-presentation {
  position: relative;
}

.hero {
    display: flex
}

.hero-image img {
  width: 450px;
  height: auto;
  border-radius: 2rem;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  /* padding-bottom: 1rem; */
  margin-bottom: 1rem;
}
.hero-image-carrousel img {
  width: 450px;
  height: auto;
  border-radius: 2rem;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  /* padding-bottom: 1rem; */
  margin-bottom: 1rem;
}

.hero-texte {
  /* line-height: 2rem; */
  padding: 0 3rem;
}
.hero-texte-carrousel {
  /* line-height: 2rem; */
  padding: 0 3rem;
}

figcaption {
  margin: 0 2rem 2rem 2rem;
  text-align: left;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: var(--ff-vollkorn);
}

h1,
h2,
h3,
h4 {
  color: var(--clr-outrageous-orange);
}

h1 {
  text-align: center;
  margin: 3rem 2rem 2rem;
}

h3{
    margin: 1rem 0;
}

p{
    padding-bottom: 1rem;
}

.hero-texte h2 {
  padding-bottom: 1rem;
}

@media screen and (max-width: 1204px) {
  .hero-image img {
    width: 400px;
    height: auto;
  }
  .hero-image-carrousel img {
    width: 400px;
    height: auto;
  }
  .inner{
    display:flex;
    flex-direction: row;
}
}

@media screen and (max-width: 1100px) {
  .hero-image img {
    width: 350px;
    height: auto;
  }
  .hero-image-carrousel img {
    width: 350px;
    height: auto;
  }
  .inner{
    display:flex;
    flex-direction: row;
}
}

@media screen and (max-width: 1000px) {
  /* .hero {
    flex-direction: row;
  }
  .hero-texte {
    padding: 0 0 2rem 0;
  } */
  .hero-texte-carrousel {
    padding: 0 0 2rem 0;
  }

  /* .hero-image img {
    width: 50%;
    height: auto;
    border-radius: 2rem;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    margin-bottom: 1rem;
  } */
  .hero-image-carrousel img {
    /* width: 350px; */
    width: 95%;
    height: auto;
    border-radius: 2rem;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    /* padding-bottom: 1rem; */
    margin-bottom: 1rem;
  }
  .inner{
    display:flex;
    flex-direction: row;
}

}

/* FOOTER */

footer {
  background-color: var(--clr-outrageous-orange);
  color: var(--clr-astraunaut-blue);
  /* display: flex; */
  /* flex-direction: column; */
}

.footer-conteneur {
  display: flex;
  flex-direction: column;
  /* flex-wrap: wrap; */
}

.footer-conteneur div {
  padding: .5rem 3rem 0 3rem;
}

.footer-conteneur h3 {
  color: var(--clr-astraunaut-blue);
}

.carte {
  flex-grow: 1;
  /* background-color: aquamarine ; */
  /* padding: 1rem; */
  flex-basis: 100%;
}
.adresse {
  flex-grow: 1;
  /* background-color: gold; */
  flex-basis: 100%;
  /* line-height: 1rem; */
}
.reseaux-sociaux {
  flex-grow: 1;
  /* background-color: green; */
  flex-basis: 75%;
}

.copyright p {
  text-align: center;
  font-size: 0.725rem;
  /* padding: 2rem 0; */
}

iframe {
  width: 95%;
  height: auto;
  margin: 3rem 0 1rem;
  /* position: relative; */
}

.adresse .coordonnees {
  color: var(--clr-astraunaut-blue);
    /* margin: 0 2rem; */
}

.adresse .coordonnees:hover {
  color: var(--clr-azure);
  text-decoration: underline;
}

.social {
  display: flex;
}

.social li {
  padding: 0 2rem 0 0;
}
@media screen and (max-width: 839px){
    .inner{
        flex-direction: column;
    };
    
}
@media screen and (min-width: 840px) {
  .footer-conteneur {
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
  }
  h3{
    margin: 2rem 0 1.5rem;
}
.footer-conteneur div {
    padding: 2rem 3rem 1rem 3rem;
  }
}

@media screen and (max-width: 895px){
    .formulaire .hero .hero-image img{
        /* position: fixed;
        left: -100%; */
        display: none;
    }
    .formulaire .hero .hero-texte{
        padding: 0;
    }
}

.formulaire .hero {
  margin-top: 3rem;
}

#suggestion-formulaire .formulaire-saisie input,
#suggestion-formulaire .formulaire-saisie textarea {
  padding: 11px 20px;
  font-size: 1rem;
  font-family: var(--ff-poppins);
  width: 100%;
  border-radius: 0.5rem;
  border: 1px solid var(--clr-rolling-stone);
}

input[type="file"],
input[type="submit"],
input[type="reset"],
.prev,
.next,
.show-detail,
.show-detail-eng {
  background-color: var(--clr-astraunaut-blue);
  border: none;
  color: var(--clr-azure);
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  font-family: var(--ff-poppins);
  font-size: 1rem;
}

input[type="submit"],
input[type="reset"] {
  margin-top: 2rem;
  margin-right: 2rem;
  border-radius: 0.5rem;
}

.choix-langue {
  font-size: 1rem;
  padding: .5rem;
  background: #fff;
  border: 1px solid var(--clr-rolling-stone);
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  width: 100%;
  display: block;

}



.choix-langue .select select {
  background: transparent;
  line-height: 1;
  border: 0;
  /* padding: 1rem 0 0 0; */
  border-radius: 0;
  width: 100%;
  position: relative;
  z-index: 10;
  font-size: 1rem;
}


hr{
    margin: 2rem;
}

.regles-css li {
    list-style-type: disc;
    margin-left: 2rem;    
    padding-left: .725rem;
    font-family: var(--ff-poppins);
    font-style: normal;
    font-size: 1rem;
}

.slogan{
    /* margin: 2rem; */
    display: block;
    margin-top: 1rem;
}

sup {
    line-height: 0;
    font-size: 0.83em;
    vertical-align: super;
}

#formulaire{
    margin-top: 0;
}

.quatre-cent-quatre {
    /* color: var(--clr-azure); */
    color: var(--clr-outrageous-orange);
    text-decoration: none;
  }

.required:after {
    color: var(--clr-outrageous-orange);
    content: ' *';
    display:inline;
}

label{
    display: block;
}

#carrousel{
    position: relative;
}

.inner{
    display:flex;
    /* flex-direction: column; */
}


.hero-texte-carrousel{
    margin: 1rem 2rem 2rem;
}

.prev,
.next,
.show-detail,
.show-detail-eng {
    border-radius: 0.5rem;
    margin-right: 1rem;
}

.show-detail,
.show-detail-eng {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 8px 16px;
}

.hide{
    display: none;
}

.audio-conteneur {
    position: relative;
    margin-bottom: 4rem;
}