
@font-face {
  font-family: "Dafont";
  src:
    url("../fonts/Dave.ttf") format("truetype");
}

@font-face {
  font-family: "DafontI";
  src:
    url("../fonts/DaveI.ttf") format("truetype");
}

/**********  COMMUN  *********/
:root{
	--home-color: #e74514;
	--orange: #e74514;
	--orange-clair: #EA8C2E;
	--marron: #9B4836;
		font-family: "Dafont" ;
}
body{
	padding:2rem;
}
header {
	display:flex;
	border-bottom: 1px solid black; 
	width:95%;
	margin:0 auto;
	align-items:center;
	h1{
		text-transform: uppercase;
		font-family:"dafontI";
	}
	h2{
		margin-left:auto;
	}
	
	h1:hover + h2{
			a:link,
			a:visited{
				color:#00FF00;
			}
	}
	h1:has(+ h2:hover){
			a:link,
			a:visited{
				color:#00FF00;
			}
	}
}
header:has(a:hover){
	border-bottom: 1px solid #00FF00; 
}


a:link, a:visited{
	text-decoration: none;
	color:black;
}
a:hover{
	color:#00FF00;
}

	.grid{
		width:95%;
		margin:10rem auto;
	}
	/* à commenter */
	.grid-item {
	  width: 22%;
	  margin:6px;
	  float:left;
	  box-sizing: border-box;
	}

	.grid-item--width2 { width: 44%; }
	.grid-item--width3 { width: 66%px; }
	.grid-item img {
	  display: block;
	  width: 100%;
	}
	.bordure{
		border:1px solid #ccc;
	}
#about{
	main{
		width:95%;
		margin:0 auto;
	}
	p, address {
		border-bottom: 1px solid black; 
		padding:2rem 0;
		margin:0;
		font-style:normal;
	}
	#backlink{
		position: relative;
    top: 1rem;
  }
}

.glightbox-clean{ 
	.gslide-media{
	}
	.gslide-title{
		font-family:"Dafont";
		font-size:1.5rem;
		margin-top:-0.5rem;
		margin-bottom:0.5rem;
	}
	.gslide-description {
		border-top: 1rem solid black;
  	max-width: 50%;
	  XXclip-path: polygon(0% 99%, 1% 31%, 13% 20%, 21% 28%, 28% 15%, 48% 29%, 59% 19%, 67% 31%, 79% 22%, 88% 31%, 96% 18%, 100% 38%, 100% 99%);	
	}
	.gslide-desc{
		font-family:"Dafont";
	}
}