/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/
Description: Thème enfant pour Hello Elementor
Author: Robin Lejeune
Template: hello-elementor
Version: 1.0
*/





::-webkit-scrollbar {
  display: none;
}

html {
  scrollbar-width: none;
}

html, body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

body, .elementor, .site {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  
  
  position: relative;
  z-index: 1;
}

/* Font */
body, p, a, li, h1, h2, h3, h4, h5, h6,
.header-container,
.main-nav .menu a, 
.elementor, .site,
footer {
  font-family: 'Oxanium', sans-serif;
}

.footer-left p {
  margin: 0;
}





#bg-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  background: #ffffff;
}





#site-header {
  display: flex;
  justify-content: center;
  padding: 20px;
  position: relative;
}

.header-container {
  display: flex;
  align-items: center;
  width: 95%;
  max-width: 1400px;
  border-radius: 50px;
}

.header-left {
  padding: 6px 18px;
  display: flex;
    flex: 1;
  align-items: center;
  justify-content: center;
}

.imgs {
    display: block;
  max-height: 50px;
  max-width: 50px;
}

/* Zone menu */
.header-right {
  background: #515050;
  padding: 6px 25px;
  height: 100%;
  opacity: 95%;

  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-right .menu {
  list-style: none;
  display: flex;
  gap: 25px;
  margin: 0;
  padding: 0;
}

.header-right .menu li {
  margin: 0;
  padding: 0;
}

.header-right .menu a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.header-right .menu a:hover {
  color: #ec950e;
}





#site-footer {
  background: #ea5a09;
  color: #FFFFFF;
  padding: 20px 40px;
  font-size: 16px;
  position: relative;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-top {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding-bottom: 20px;
}

.footer-left .footer-nav ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.footer-right {
  border-left: 1px solid rgba(255,255,255,0.3);
  padding-left: 20px;
  /*flex: 1;*/
}

.footer-bot {
  text-align: center;
  padding-top: 10px;
  font-size: 13px;
}

#site-footer a {
  color: #FFFFFF;
  text-decoration: none;
  transition: color 0.2s;
}

#site-footer a:visited {
  color: #FFFFFF;
}

#site-footer a:hover {
  color: #515050;
}

@media (max-width: 768px) {
  .footer-top {
    flex-direction: column;
    border: none;
    gap: 20px;
  }

  .footer-right {
    border-left: none;
    padding-left: 0;
  }
}
