@charset "UTF-8";
/*
            Created on : 9 sept. 2020, 23:12:53
            Author     : webmaster
        */
body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100vw;
  min-height: 100vh;
  font-family: arial;
  overflow-y: auto;
  background-color: rgb(51, 51, 51);
}
@media screen and (max-width: 825px) {
  body {
    height: auto;
    overflow-y: auto;
  }
}
@media screen and (max-width: 320px) {
  body {
    width: 320px;
  }
}

header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: center;
  width: 80vw;
  height: 10vh;
  min-height: 40px;
  max-height: 75px;
  color: white;
  margin: 3px;
  padding: 15px;
}
@media screen and (max-width: 320px) {
  header {
    width: 310px;
  }
}

main {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100vw;
  height: 75vh;
}
@media screen and (orientation: landscape) {
  main {
    flex-direction: row;
  }
}
@media screen and (max-width: 1023px) {
  main {
    flex-direction: column;
    align-items: center;
    width: 100vw;
    height: 100%;
    overflow-y: auto;
  }
}
@media screen and (max-width: 1023px) {
  main {
    flex-direction: column;
    align-items: center;
    width: 100vw;
    height: 100%;
    overflow-y: auto;
  }
}
@media screen and (orientation: portrait) and (min-width: 1023px) {
  main {
    flex-direction: row;
    align-items: center;
    width: 100vw;
    height: 100%;
    overflow-y: auto;
  }
}
@media screen and (max-width: 320px) {
  main {
    width: 320px;
  }
}

main:nth-child(1) {
  flex-grow: 1;
}

article {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 30vw;
}
@media screen and (max-width: 320px) {
  article {
    width: 310px;
    font-size: 14px;
  }
}

#sectioncontact {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  align-self: center;
  width: 45vw;
  min-width: 280px;
  height: 95%;
  padding-bottom: 5px;
  border: 2px solid #FFC107;
  margin: 5px;
  padding: 5px;
  overflow-y: auto;
  border-radius: 15px;
}
@media screen and (max-width: 1023px) {
  #sectioncontact {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  #sectioncontact {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 320px) {
  #sectioncontact {
    width: 320px;
    min-width: 310px;
  }
}

#contactslogan {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  align-self: center;
  width: 45vw;
  min-width: 280px;
  height: 95%;
  padding-bottom: 5px;
  border: 2px solid #FFC107;
  margin: 5px;
  padding: 5px;
  overflow-y: auto;
  border-radius: 15px;
}
@media screen and (max-width: 1023px) {
  #contactslogan {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 320px) {
  #contactslogan {
    width: 310px;
    min-width: 300px;
    margin-bottom: 15px;
  }
}

#contact {
  margin-left: 0%;
}

div {
  margin: 0;
  padding: 0;
  border: none;
}

h1 {
  margin-top: 0;
  font-size: 16px;
  color: white;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 1.5em;
  text-align: center;
  font-weight: 500;
  line-height: 1.1;
  box-sizing: inherit;
}
@media screen and (max-width: 320px) {
  h1 {
    width: 310px;
    font-size: 1.2em;
  }
}

#contacth2 {
  color: white;
  padding: 15px;
}
@media screen and (max-width: 320px) {
  #contacth2 {
    width: 310px;
    font-size: 1.2em;
    padding: 5px;
  }
}

#form-contact {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: flex-start;
  align-content: flex-start;
  flex-wrap: no-wrap;
  height: 100%;
  width: 45vw;
  padding-top: 15px;
}
@media screen and (max-width: 1023px) {
  #form-contact {
    width: 100vw;
  }
}
@media screen and (max-width: 640px) {
  #form-contact {
    width: 100vw;
    height: 100%;
    min-height: 100%;
  }
}
@media screen and (orietation: portrait) and (max-height: 360px) {
  #form-contact {
    width: 100vw;
    height: 100%;
    min-height: 100%;
  }
}
@media screen and (orietation: portrait) and (max-width: 320px) {
  #form-contact {
    width: 100vw;
    height: 100%;
    min-height: 100%;
  }
}
@media screen and (max-width: 320px) {
  #form-contact {
    width: 320px;
  }
}

.form-group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  height: 5%;
  min-height: 55px;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1400px) {
  .form-group {
    height: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .form-group {
    width: 100vw;
    min-height: 40px;
    height: 25px;
    align-content: space-around;
  }
}
@media screen and (max-width: 640px) {
  .form-group { /*form-group*/
    width: 100vw;
    min-height: 40px;
    height: 50px;
    padding-top: 2px;
    align-content: space-around;
  }
}
@media screen and (max-width: 360px) {
  .form-group { /*form-group*/
    width: 100vw;
    min-height: 40px;
    height: 50px;
    padding-top: 2px;
    align-content: space-around;
  }
}
@media screen and (max-height: 360px) {
  .form-group { /*form-group*/
    width: 100vw;
    min-height: 40px;
    height: 25px;
    padding-top: 2px;
    align-content: space-around;
  }
}
@media screen and (max-width: 320px) {
  .form-group {
    width: 310px;
  }
}

.form-group:nth-child(1) {
  width: 97%;
}

.form-group:nth-child(2) {
  width: 97%;
}

.form-group:nth-child(3) {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  align-self: flex-start;
}
@media screen and (max-width: 320px) {
  .form-group:nth-child(3) {
    width: 310px;
  }
}

.form-group:nth-child(4) {
  flex-direction: row;
  width: 100%;
  max-width: 100%;
  min-height: 360px;
  flex-grow: 1;
  margin-bottom: 50px; /* c’est lui qui absorbe l’espace restant */
}
@media screen and (max-width: 320px) {
  .form-group:nth-child(4) {
    width: 310px;
  }
}

.form-control {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: center;
  width: 300px;
  max-width: 300px;
  min-width: 250px;
  margin-left: 1vw;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: #FFC107;
  --tw-text-opacity: 1;
  color: rgb(2, 2, 2);
  padding-top: 5px;
  padding-bottom: 5px;
}
@media screen and (max-width: 1023px) {
  .form-control {
    width: 45vw;
  }
}
@media screen and (max-width: 799px) {
  .form-control {
    min-height: 20px;
    padding: 0%;
    padding-left: 5px;
  }
}
@media screen and (max-width: 640px) {
  .form-control {
    width: 100vw;
    min-height: 20px;
    padding: 0%;
    padding-left: 5px;
  }
}
@media screen and (max-width: 360px) {
  .form-control {
    width: 100vw;
    min-height: 20px;
    padding: 0%;
    padding-left: 5px;
  }
}
@media screen and (max-width: 320px) {
  .form-control {
    width: 310px;
    min-width: 250px;
    min-height: 20px;
    padding: 0%;
    padding-left: 1px;
  }
}

.form-group::before {
  display: table;
  content: " ";
  box-sizing: border-box;
}

#choixcontact {
  background-color: white;
  border-radius: 7px;
  color: black;
}
@media screen and (max-width: 1023px) {
  #choixcontact {
    width: 45vw;
  }
}
@media screen and (max-width: 799px) {
  #choixcontact {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 45vw;
    min-width: 300px;
  }
}
@media screen and (max-width: 640px) {
  #choixcontact {
    width: 45vw;
    height: 50%;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
    min-height: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 360px) {
  #choixcontact {
    max-width: 300px;
    width: 100vw;
    min-height: 20px;
  }
}
@media screen and (max-width: 320px) {
  #choixcontact {
    width: 280px;
    min-width: 280px;
  }
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.label-control {
  margin-top: 1vh;
  margin-bottom: 1vh;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1vh;
  font-weight: 700;
}

hr {
  margin-top: 2vh;
  margin-bottom: 2vh;
  border: 0;
  border-color: #FFC107;
  border-top-style: solid;
  border-top-width: 1px;
  width: 100%;
  height: 0;
  box-sizing: content-box;
}

h3 {
  margin-top: 1vh;
  padding-bottom: 0vh;
}
@media (min-width: 768px) and (max-width: 1281px) {
  h3 {
    margin-top: 1vh;
    padding-bottom: 3vh;
  }
}
@media (min-width: 1281px) and (max-width: 1441px) {
  h3 {
    margin-top: 1vh;
    padding-bottom: 3vh;
  }
}
@media (min-width: 1441px) and (max-width: 2561px) {
  h3 {
    margin-top: 1vh;
    padding-bottom: 0vh;
  }
}

#confirmation {
  width: 18%;
  margin-top: 1%;
  margin-left: 31.5%;
  border: solid thin #FFC107;
}

#contact {
  margin-left: 0%;
  margin-top: 1vh;
  margin-bottom: 1vh;
}

button {
  margin-top: 1vh;
}

/*photo contact background-image: url("/images/scroll/email.webp"); */
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.texteContact {
  padding-top: 2em;
  font-size: 1.4em;
  padding-left: 2em;
  padding-right: 3em;
  left: 0;
  color: white;
}
@media only screen and (max-height: 1024px) {
  .texteContact {
    padding: 5px;
    padding-top: 25px;
  }
}

#text-email {
  width: 95%;
  height: 88%;
  max-width: 100%;
  padding: 2px;
}
@media only screen and (max-width: 320px) {
  #text-email {
    width: 88%;
  }
}

#labemChoix {
  display: none;
}

.select-placeholder {
  color: gray;
}

noscript {
  display: block;
  width: 100vw;
  height: 100vh;
  z-index: 9999999999;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(51, 51, 51, 0.8);
  color: white;
  font-size: 2rem;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  text-align: center;
}

.noscript {
  display: block;
  width: 100vw;
  height: 100vh;
  z-index: 9999999999;
  position: fixed;
  top: 0;
  left: 0;
  background: rgb(51, 51, 51);
  margin-left: auto;
  margin-right: auto;
  color: white;
  font-size: 2rem;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  text-align: center;
}

#pagepied {
  min-height: 145px;
  max-height: 175px;
}
@media only screen and (max-width: 320px) {
  #pagepied {
    margin-top: 5px;
  }
}

.button {
  background-color: #FFC107;
  /* Jaune doré */
  color: #1a1e3b;
  /* Texte bleu foncé pour contraste */
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2vh;
  margin-bottom: 1vh;
}

.button:hover {
  background-color: #FFA000;
  /* Légère variation au survol */
}

/* Bust pour nom/prénom */
#nom:before,
#prenom:before {
  content: "👤"; /* U+1F464 */
  font-size: 1.1rem;
}

/* Courriel */
#idcontact:before {
  content: "✉️"; /* U+2709 U+FE0F */
}

/* Téléphone */
#idtel:before {
  content: "📞"; /* U+1F4DE */
}