[data-composant="PresentationProjet"]
{
	&{
		width: var(--maxWidth);
		margin: auto;
		border-radius: var(--borderRadius);
		padding: var(--padding);
	}
	
	article
	{
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 1em;
	}
	
	.img {
		width: 100%;
		height: 300px;
		border-radius: var(--borderRadius);
	}
	
	img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: var(--borderRadius);
	}
	
}


[data-composant="PresentationProjet"][data-theme="image-height-100"]
{
	&{
	}
	
	article
	{
		min-height: calc(100dvh - var(--headerHeight) - var(--headerHeight));
		align-items: center;
	}	
	
	.img{
		height: 100%;
	}
	img{
		height: 100%;	
	}
}

[data-composant="PresentationProjet"][data-theme="image-height-50"]
{
	&{
	}
	
	article
	{
		min-height: calc(50dvh - var(--headerHeight) - var(--headerHeight));
		align-items: center;
	}	
	
	.img{
		height: 100%;
	}
	img{
		height: 100%;	
	}
}
[data-composant="footer"]
{
	&{
		background: var(--couleurDegrader1);
		color: white;
		padding: 20px;
		padding-top:40px;
		position: sticky;
		bottom: 0;
		margin-top: -20px;
		
	}
	
	@media (max-width: 820px)
	{
		h2, h3{
			font-size: 1.5em!important;
		}
	}
	
	& > div {
		display: flex;
		justify-content: space-between;
		gap: 1em;
	}
	
	@media (max-width: 720px)
	{
		& > div {
			display: block;
		}
	}
	
	
	@media (max-width: 820px)
	{
		& > div > div{
			max-width: 350px;
		}
	}
	
	.txt{
		max-width: 500px;
	}
	#menus{
		display: flex;
		gap: 1em;
	}
	
	@media (max-width: 720px)
	{
		nav {
			font-size: .8em;
		}
	}
	
	
	ul{
		padding-left: 0;
	}
	li{
		list-style: none;
		padding-left: 0;
	}
	
	h2, h3, h4{
		color: white !important;
	}
	
	
	a{
		color: white;
	}
	
	li a{
		text-decoration: none;
	}
	
	[data-composant="bouton"]
	{
		color: var(--couleurBTNTexte);
	}
	
	
	#copyright
	{
		&{
			font-size: .8em;
			
		}
		
		p{
		}
	}
	
	
}

.balise
{
	&{
		background: white;
		padding: 5px 30px;
		border-radius: var(--borderRadiusS);
		width: fit-content;
		font-size: .8em;
		position: relative;
		padding-right: 20px;
		margin-bottom: 20px
	}
	
	&:before
	{
		content: " ";
		aspect-ratio: 1/1;
		width: 10px;
		background: var(--couleurTexte);
		border-radius: 50%;
		position: absolute;
		left: 10px;
		top: 50%;
		transform: translateY(-50%);
	}
}


main{
	padding-bottom: 20px;
}


#_accueil main > section:not(#banniere)
, #_realisations-enfant main > section:not([data-composant="avant-apres"])
{
	margin: 100px auto;
}

#contact > div{
	background: var(--couleurBTN2);
}


#_realisations-enfant
{
	#banniere{
		&{
			margin: 0;
			height: 100dvh;
			background: rgb(from var(--couleur1) r g b / 20%);
			color: initial;
			position: sticky;
			top: 0;
		}
		
		h1{
			color: var(--couleurTitre);
			font-size: 3em;
		}
		
	}
	
	[data-composant="PresentationProjet"]
	{
		background: white;
		position: relative;
	}
	
	#retour{
		margin: auto;
		display: block;
		width: max-content;
		margin-bottom: 100px;
		background: none;
		color: var(--couleurBTN);
		border: 1px solid;
	}
}


#_aPropos
{
	section 
	{
		&:not([data-composant="banniere-hero"]) :is(h1, h2, h3, h4, h5, h6)
		{
			&
			{
				font-size: 1.5em;
			}
			
			& strong{
				font-size: 3em;
				display: block;
				text-transform: uppercase;
			}
		}
	}
	
	.histoire{
		&{
			margin: 0;
			height: 100dvh;
			background: rgb(from var(--couleur1) r g b / 20%);
			color: initial;
		}
		
		h2{
			color: var(--couleurTitre);
			font-size: 1.5em;
		}
		
		h2 strong{
			display: block;
			font-size: 2.5em;
		}
		
	}
	
	#realisations{
		margin: 50px auto;
		display: block;
		width: max-content;
		background: none;
		color: var(--couleurBTN);
		border: 1px solid;
	}
	
	
}
