@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Cinzel:wght@400..900&display=swap');

.chakra-petch-regular {
    font-family: "Chakra Petch", sans-serif;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'static_buzzregular';
    src: url('fonts/staticbuzz-webfont.woff2') format('woff2'),
         url('fonts/staticbuzz-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'beausite_edu_classicregular';
    src: url('fonts/beausiteeduclassic-regular-webfont.woff2') format('woff2'),
         url('fonts/beausiteeduclassic-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body,
html {
    margin: 0;
    padding: 0;
   
  
	background-color: black!important;
}

header {
	position: fixed;
	top: 0;
    width: 100vw;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
	backdrop-filter: blur(5px);
	
}

.navbar {
    display: flex;
    align-items: center;
    width: 90%;
    justify-content: space-between;


}

.logo img {
    height: 50px;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.nav-links li {
    display: inline;
}

.nav-links a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}
.nav-links a:hover {
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border-bottom: solid white 1px;
}


model-viewer {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.rond-container {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    top: 0;
    left: 0;
}

.rond {
    position: absolute;
    width: 10px;
    height: 10px;
    pointer-events: auto;
    transition: transform 0.2s ease;
}

.rond:hover {
    transform: scale(3.2);
}

.popup {
	  font-family: "Chakra Petch", sans-serif;
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 10px;
    border-radius: 5px;
    display: none;
    font-size: 14px;
    z-index: 1000;
}

.popup a {
	  font-family: "Chakra Petch", sans-serif;
    color: #FFD700;
    text-decoration: none;
    font-weight: bold;
}
.nav-links{
    font-family: "Chakra Petch", sans-serif;
text-transform: uppercase!important}

.avions{
    color: #DDEFF7
}


.pet{
    color: #C5B7F2
}
.violet{
    color: #C5B7F2
}

.elec{
    color: #78FF80
}

.nav-links li a.active {
    background: rgba(255, 255, 255, 0.0);
    color: white;
    padding: 5px 10px;
    border-radius: 0px;
    border-bottom: solid white 1px;
}

.nav-links li a.activeg {
    background: rgba(255, 255, 255, 0.0);
    color: white;
    padding: 5px 10px;
    border-radius: 0px;
    border-bottom: solid white 1px;
}

.nav-links li a.hover{
    background: rgba(255, 255, 255, 0.0);
    color: white;
    padding: 5px 10px;
    border-radius: 0px;
    border-bottom: solid white 1px;
}

.blanc{
    color: white!important
}
#popupLink{ 
	 font-family: 'beausite_edu_classicregular';
	font-weight: bold;
	
	
}


#popupLink:hover { 
	 font-family: 'beausite_edu_classicregular';
	font-weight: bold;
		text-decoration: underline;
	
}



p{   font-family: 'beausite_edu_classicregular';
	color: white
}


h4 {
	font-family:  "Chakra Petch", sans-serif ;
	font-size: 30px!important;
	font-weight: 400;
	color: white!important;
}

h3 {
	font-family:  "Chakra Petch", sans-serif ;
	font-size: 30px!important;
	font-weight: bold;
	color: white!important;
	text-transform: uppercase
}

h1{
	    font-family: "Chakra Petch", sans-serif;
	font-weight: bold;
	font-size: 80;
	color: white;

}
h2{
	    font-family: "Chakra Petch", sans-serif;
	font-weight: bold;
	font-size: 50;
	color: white;
}

.bl {
	background-color: black;
	margin-top: 200px;
}


.marge{
	border-bottom: 0.5px solid white; 
	
}

.light{
	 font-weight: lighter;
	
}

.vert{
	color: #7CFF84;
}

.gris{
	color: #DDEFF7;
}

.img-container {
  position: relative;
}

.base-img {
  display: block;
}



.hover-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.img-container:hover .hover-img {
  opacity: 1;
}

.img-container:hover .base-img {
  opacity: 0;
}




.legend {
  display: flex;
  align-items: center;
  gap: 20px;
  color: white;
 margin-bottom: -0px!important;
 
}

.square {
  width: 15px;
  height: 15px;
  background-color: #7CFF84;
}
.square-g{
  width: 15px;
  height: 15px;
  background-color: #DDEFF7;
}

.square-gb{
  width: 55px;
  height: 55px;
  background-color: #1c1d24;
}

.bracket {
  width: 30px;
  height: 10px;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  transform: rotate(0deg);
}
.bracket2 {
 width: 55px;
  height: 15px;
  background-color: #DDEFF7;
}


.barette {
	width: 50px;
	border-bottom: solid 1px white;
	height: 10px;
}

.carre{
	width: 10px;
	height: 10px;
	background-color: #7CFF84
}



.img-switch-container {
  position: relative;
  width: fit-content;
  display: inline-block;
}

.img-switch {
  display: block;
  max-width: 50%;
  height: auto;
  transition: opacity 0.4s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}

.img-original {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.img-hover {
  opacity: 0;
  z-index: 2;
}

.img-switch-container:hover .img-hover {
  opacity: 1;
}

.img-switch-container:hover .img-original {
  opacity: 0;
}



.section-besoin-envie {
  padding: 200px 0; /* Pour que le scroll soit visible */
  /* comme ton fond */
  color: white;
}

.carre {
  width: 150px;
  height: 150px;
  background-color: #6AFF96;
  margin: 0 auto 20px auto;
  transition: transform 0.3s ease;
}
.carreg {
  width: 150px;
  height: 150px;
  background-color: #DDEFF7;
  margin: 0 auto 20px auto;
  transition: transform 0.3s ease;
}



.container-fluid{
	width: 90vw!important;
	
}

	
	
	.tree {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease;
}

.tree.visible {
  opacity: 1;
  transform: translateY(0);
}
#mobile-blocker p{
	padding: 10px;
	text-align: left!important
}

#mobile-blocker h1{
	font-size: 20px;
	padding: 10px;
	text-align: left!important
}


.static{
	font-family: 'static_buzzregular'!important;
	letter-spacing: 1px;
	font-weight: lighter
	
}


.border1{
	border-top: white solid 1px;
}


button:hover {
	text-decoration: underline 1px white
}


.pasdestyle a{
	text-decoration: none;
	color: #DDEFF7;
}


footer a {
	color: inherit;
	text-decoration: none;

	
}


.ligne{
	width: 550px;
	height: 1px;
	border: solid white 1px
}