html{
}
body{
  margin: 0 80px !important; /* marges gauche et droite de 40px */
  padding: 0;
  box-sizing: border-box;
  position: relative;
}
@font-face {
  font-family: 'Montserrat_Bold'; /* Nom de la police */
  src: url('montserrat/Montserrat-Bold.otf') format('otf'), /* Chemin vers le fichier de police */
}

/*configuration du navigateur*/
#nav{
  width: 100%;
  height: 80px;
  display: flex;
  flex-direction: row;
  box-shadow: 0 4px 2px -2px #96701860; /*box-shadow: offset-x offset-y blur-radius spread-radius color;*/
  align-items: center;
}
#nav_mobile {
  display: none;
  width: 100%;
  height: 80px;
  align-items: center;
  justify-content: space-between;
  top: 0;
  left: 0;
  z-index: 1000;
  background: white;
  box-shadow: 0 4px 2px -2px #96701860;
}

#nav_mobile .mobile_logo img {
  height: 60px;
}

#nav_mobile .ornemental_left,
#nav_mobile .ornemental_right {
  height: 50px;
}

.neon_scroll {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2rem;
  color: #00f0ff;
  animation: flash 1.5s infinite ease-in-out;
}

@keyframes flash {
  0%, 100% { opacity: 0.2; }
  50% { opacity: 1; }
}

.left{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
}
.left img{
  width: auto;
  height: 60%;
}
.left button{
  width: 100%;
  height: 100%;
  color: #967018;
  background-color: transparent;
  font-family: 'Montserrat_Bold', sans-serif;  
  text-transform: uppercase;
  border: none;
  font-size: 100%;
  cursor: pointer;
}
.logo{
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 80px;
  width: 100%;
  height: 100%;
}
.logo img{
  width: 75px;
  height: 75px;
}
.right{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
}
.right img{
  width: auto;
  height: 60%;
}
.right button{
  width: 100%;
  height: 100%;
  color: #967018;
  background-color: transparent;
  font-family: 'Montserrat_Bold', sans-serif;  
  text-transform: uppercase;
  border: none;
  font-size: 100%;
  cursor: pointer;
}
/*slide sous-menu*/
#slider{
  background: url('img/slide.png');
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 1840px;
  max-height: 440px;
  width: 100%;
  height: auto;
  padding-top: 23.78%; /* 440 / 1850 = 0.2378 ⇒ 23.78% de la largeur */
  position: relative;
  border-radius: 50px;
  box-shadow: 0 0 6px 5px #96701860; /*box-shadow: offset-x offset-y blur-radius spread-radius color;*/
  margin-top: 50px;
}
/*titre*/
#titre{
  width: 100%;
  font-family: 'Montserrat_Bold', sans-serif;  
  text-transform: uppercase;
  float: left;
  font-size: 5em;
  background: -webkit-linear-gradient(#661b0d, #B91C00,#FBA609,#FBF309);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*banner_cts*/
#banner_cts{
  width: 100%;
  max-height: 400px;
  height: 100%;
  display: flex;
  flex-direction: row;
  font-family: 'Montserrat_Bold', sans-serif;  
  text-transform: uppercase;
  font-size: 1vw;
  text-align: center;
  align-items: stretch 

}
#banner_cts .A{
  width: calc(100%/3);
  border-radius: 70px;
  margin: 5px;
  background: url('img/gradient_green_blue.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #ffffff;
  padding:10px;
  color: width;
  flex: 1; /* Permet aux divs de prendre la même largeur (ou hauteur) */
  overflow: auto; /* Gère le contenu qui déborde */
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
}
#banner_cts .B{
  width: calc(100%/3);
  border-radius: 70px;
  margin: 5px;
  background: url('img/gradient_orange_pink.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #ffffff;
  padding:10px;
  color: width;
  flex: 1; /* Permet aux divs de prendre la même largeur (ou hauteur) */
  overflow: auto; /* Gère le contenu qui déborde */
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
}
#banner_cts .C{
  width: calc(100%/3);
  border-radius: 70px;
  margin: 5px;
  background: url('img/gradient_yellow_orange.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #ffffff;
  padding:10px;
  flex: 1; /* Permet aux divs de prendre la même largeur (ou hauteur) */
  overflow: auto; /* Gère le contenu qui déborde */
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
}
/*banner*/
#banner_art {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 80px;
  padding: 0 80px;
  margin-left: calc(-1 * (80px)); /* annule la marge du body */
  margin-right: calc(-1 * (80px));
  background: url("img/fond_banner.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-family: 'Montserrat', sans-serif;
}

#banner_art .sous_banner_art {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  width: 100%;
  gap: 40px;
  padding: 40px;
}

#banner_art .img {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

#banner_art .img img {
  width: 100%;
  max-width: 300px;
  border-radius: 30px;
  box-shadow: 0 0 30px #edc17a;
}

.line-glow {
  width: 2px;
  height: 80%;
  background: linear-gradient(to bottom, #00f0ff, #a855f7);
  box-shadow: 0 0 10px #00f0ff, 0 0 20px #00f0ff;
  border-radius: 2px;
  animation: pulse-glow 2s infinite ease-in-out;
}

#banner_art .texte {
  flex: 2;
  color: #ffffff;
}

#banner_art h1 {
  font-size: 1.8vw;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 1.4em;
}

#banner_art p {
  font-size: 1.1vw;
  line-height: 1.6em;
  width: auto;
}

@keyframes pulse-glow {
  0%, 100% {
    box-shadow: 0 0 10px #00f0ff, 0 0 20px #00f0ff;
  }
  50% {
    box-shadow: 0 0 20px #00f0ff, 0 0 40px #00f0ff;
  }
}
.sous_banner_art_B{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  width: 100%;
  gap: 40px;
}

/*banner service*/
.services-section {
  background: url("img/fond_service.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  text-align: center;
  padding: 4rem 2rem;
  font-family: 'Montserrat_Bold', sans-serif;  
  text-transform: uppercase;
}

.services-section h2 {
  font-size: 3rem;
  margin-bottom: 1rem;
  letter-spacing: 2px;
}

.services-section .subtitle {
  font-size: 1.2rem;
  margin-bottom: 3rem;
  color: #ccc;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.service-card {
  background: #ffffff1c;
  padding: 2rem;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  transition: transform 0.4s ease, background 0.4s ease;
  font-family: 'Montserrat_Bold', sans-serif;
  text-transform: uppercase;
  box-shadow: 0 0 30px #edc17a;
  cursor: pointer;
}

.service-card:hover {
  transform: scale(1.05);
  background: #ffffff;
  color: #111;
}

.service-card::before {
  content: '';
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 0;
}

#electricite:hover {
  background: url("img/service/1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
}
#daliah:hover {
  background: url("img/service/2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
}
#rgstudio:hover {
  background: url("img/service/3.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
}
#owa:hover {
  background: url("img/service/4.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
}

.service-card .label {
  position: relative;
  z-index: 1;
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
  margin-bottom: 1rem;
}
/*contact bloque*/
.contact-block {
  background-color: transparent;
  text-align: center;
  font-family: 'Montserrat_Bold', sans-serif;  
  text-transform: uppercase;
  padding-bottom:40px;
  box-shadow: 0 4px 2px -2px #96701860; /*box-shadow: offset-x offset-y blur-radius spread-radius color;*/;
}

.contact-title h2 {
  font-size: 2.5em;
  font-weight: 800;
  margin-bottom: 10px;
  color: #2c2c2c;
  letter-spacing: -1px;
}

.contact-title p {
  font-size: 1.2em;
  color: #3b3b3b;
  margin-bottom: 40px;
}

.contact-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.contact-icon img {
  width: 100px;
  max-width: 100%;
  filter: drop-shadow(0 0 10px #a855f7) drop-shadow(0 0 20px #00f0ff);
}

.contact-buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.btn {
  padding: 15px 25px;
  border-radius: 15px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1em;
  transition: all 0.3s ease;
  width: 220px;
}

.btn.mail {
  background: #fff;
  border: 2px solid #ccc;
  color: #000;
}

.btn.mail:hover {
  border-color: #888;
  background-color: #f1f1f1;
}

.btn.facebook {
  background: #3478f6;
  color: white;
  border: none;
  box-shadow: 0 0 15px #3478f6;
}

.btn.facebook:hover {
  background: #1c5ddc;
}
/*footer*/
#footer_natola {
  width: 100%;
  display: flex;
  margin-left: calc(-1 * (80px)); /* annule la marge du body */
  margin-right: calc(-1 * (80px));
  color: #967018;
  background-color: transparent;
  font-family: 'Montserrat_Bold', sans-serif;  
  text-transform: uppercase;
  margin-top: 40px;
  align-content: center;
  padding: 0 80px;
  padding-bottom: 20px;
}

.footer_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer_container img {
  max-width: 160px;
}

.links_section a {
  font-family: 'Montserrat_Bold', sans-serif;  
  text-transform: uppercase;
  font-size: 1rem;
  text-decoration: none;
  color: #967018;
  cursor: pointer;
}


.contact_section p {
  margin: 4px 0;
  font-size: 0.9rem;
}
/*error*/
#mobile-warning {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 10%);
  height: 100vh;
  background: #000000ee;
  color: white;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  font-family: 'Montserrat_Bold', sans-serif;
}

.warning-box {
  max-width: 90%;
  font-size: 1.2em;
  background: #222;
  border: 2px solid #facc15;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 0 20px #facc15;
}