/*------------------------------------------------ GENERALITES --------------------------------------------------------*/
html {
  background-color: #fff;
  scroll-behavior: smooth;
}
html,
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}

p,
a {
  font-family: "Roboto Condensed";
  font-weight: 300;
}
summary {
  font-family: "Roboto Condensed";
  font-weight: 400;
}
/*-------------------------------------------------------- FONTS ---------------------------------------------------------*/
@import url("stylesheet.css");
/*----------------------------------------------------- VARIABLES---------------------------------------------------*/

:root {
  --secondary-color: #ec6627;
  --third-color: #361f4c;
}


#overlay_accueil{
  overflow: hidden; /* Cache le texte qui dépasse */
  white-space: nowrap; /* Empêche le retour à la ligne */
}

/*-------------------------------------------------- Testimonials --------------------------------------------------------*/



/*----------------------------------------------------- TITRES -----------------------------------------------------*/

h2 {
  color: #fff;
  text-transform: uppercase;
  font-family: "Roboto Condensed";
  font-weight: 400;
  font-size: 35px;
}

h3 {
  font-family: "Roboto Condensed";
  font: 400;
  font-size: 25px;
}
h4 {
  text-align: center;
  font-weight: 350;
  font-family: 'Roboto Condensed';
}

h5 {
  font-family: "Roboto Condensed";
  font-weight: 300;
  font-size: 17px;
}
#promotion{
  text-align: center;
  margin: 15px !important;
  color: yellow !important;
  animation: defilement 10s linear infinite !important;
  display: inline-block;
  white-space: nowrap; /* Empêche le texte de revenir à la ligne */
  width: max-content; /* Permet à l'élément de prendre la largeur de son contenu */
}
@keyframes defilement{
    0% {
    transform: translateX(-100%); /* Début : élément hors écran à gauche */
  }
  100% {
    transform: translateX(100%); /* Fin : élément hors écran à droite */
  }
}
/*---------------------------------------------------- Bannière cookie ----------------------------------------*/
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  color: #ec6627;
  padding: 15px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  z-index: 1000;
}

.cookie-content {
  flex: 1;
  min-width: 200px;
  margin-right: 10px;
}

.cookie-content a {
  color: #ec6627;
  text-decoration: underline;
}

.cookie-buttons {
  display: flex;
  gap: 10px;
}

.cookie-button {
  width: 120px;
  height: 30px;
  background-color: #ec6627;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
}

.cookie-button:hover {
  background-color: #361f4c;
}

@media (max-width: 480px) {
  .cookie-banner {
    flex-direction: column;
    text-align: center;
  }

  .cookie-content {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .cookie-buttons {
    justify-content: center;
  }
}

/*------------------------------------------------- BASELINE ------------------------------------------------------*/

#basline {
  font-family: "Roboto Condensed";
  font-weight: 400;
  font-style: italic;
  font-size: 30px;
  color: #fff;
}

/*------------------------------------------------------------- BOUTONS ------------------------------------------------------*/

#grp_btn_section_1 {
  padding-bottom: 15px;
}

.btn {
  background-color: #361f4c;
  color: #fff;
  width: 120px;
  height: 25px;
  padding: 15px;
  text-decoration: none;
  border-radius: 5px;
}
.btn:hover {
  background-color: var(--secondary-color);
}

#contactez-nous {
  width: 100%;
  height: 65px;
  padding-top: 20px;
}

#contactez-nous p {
  text-align: center;
}
#contactez-nous p a {
  text-decoration: none;
  color: var(--secondary-color);
}

.resa-presta {
  background-color: var(--secondary-color);
  padding: 8px 20px;
  color: #fff;
  text-decoration: none;
}
.resa_mobile {
  background-color: var(--secondary-color);
  padding: 8px 8px;
  color: #fff;
  text-decoration: none;
}

.resa-presta:hover {
  background-color: var(--third-color);
}

#envoi-form {
  width: 150px;
  background-color: var(--third-color);
  height: 30px;
  color: #fff;
  cursor: pointer;
  border: none;
}

#envoi-form:hover {
  background-color: var(--secondary-color);
}

#backtotop {
  width: 40px;
  height: 40px;
  background-image: url(../img/icones/backtotop.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 3;
  display: none;
}

#backtotop:hover {
  background-image: url(../img/icones/backtotop-hover.png);
}


/*--------------------------------------------Decalage Ancre-----------------------------------------------*/


.bloc_section_2:nth-child(2){
     padding-top: 120px;
    margin-top: -120px;
}

/*--------------------------------------------Liens--------------------------------------------*/
.liens-ct{
  text-decoration: none;
  color: var(--secondary-color);
}

/*---------------------------------------------- Formulaire ---------------------------------------*/
form label,form input::placeholder, form input{
font-family: 'Roboto condensed';
font-weight: 300;

}



/*------------------------------------liens Hover---------------------------------------------*/

header a:hover,
.liens-accueil-5 a:hover, .liens-ct:hover {
  color: var(--third-color);
}
#liens-legaux a:hover,
#liens-contact-footer a span:hover,
#copyright p a:hover {
  color: #fff;
}
#contactez-nous p a:hover {
  color: #361f4c;
}
.contact-faq a:hover {
  color: var(--third-color);
}

#grp_mentions_legales a:hover {
  color: var(--third-color);
}

.grp-message-mail a:hover {
  color: var();
}
/*----------------------------------------------------------Liste Style ---------------------------------------------------------*/

#section_4_accueil ul, #partie_txt-controle ul:nth-child(1) {
  list-style: url(../img/icones/liste-style.png) !important;
}

/*--------------------------------------------------- HEADER ----------------------------------------------------------------*/

header {
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #fff;
  position: fixed;
  z-index: 10;
}
header a img {
  height: 95px;
}
header a,
nav {
  width: 50%;
}

header a {
  text-align: center;
}

header nav ul {
  display: flex;
  gap: 33px;
}

header nav ul li {
  list-style: none;
}

header nav ul li a {
  text-transform: uppercase;
  text-decoration: none;
  color: var(--secondary-color);
}

/*------------------------------------------------------ Style pour message envoyé -------------------------------->*/
.grp-message-mail {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  gap: 15px;
}

.grp-message-mail a {
  text-decoration: none;
  color: var(--secondary-color);
}

/*---------------------------------------------------------- FOOTER ------------------------------------------------------*/

footer {
  width: 100%;
  height: 350px;
  background-color: var(--third-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10%;
  margin-top: 70px;
}

footer p {
  color: var(--secondary-color);
}

#logo-footer {
  height: 65px;
}

.footer-icone {
  height: 20px;
}

#liens-contact-footer {
  display: flex;
  gap: 15px;
}

#liens-contact-footer a {
  display: flex;
  gap: 12px;
  align-items: center;
  text-decoration: none;
}

#liens-contact-footer a span,
#liens-legaux a,
#copyright p a {
  text-decoration: none;
  color: var(--secondary-color);
}
#liens-legaux span,
#copyright p {
  color: var(--secondary-color);
}
