body
{
	font-family: 'Georgia', serif;
	background-color: #f5f3ef;
	color: #333;
}

a a:visited
{
	color : #231f20;
	text-decoration : none;
}

header 
{
	background-color: #231f20;
	text-align: center;
	border-bottom: 5px solid #b4a89a;
}

header p 
{
	font-style: italic;
	font-size: 2.5rem;
	padding-bottom : 4rem;
}

section 
{
	padding: 4rem 1rem;
}

h2 
{
	font-family: 'Georgia', serif;
	margin-bottom: 2rem;
}

.gallery img 
{
	width: 100%;
	border-radius: 0;
	border: 1px solid #ccc;
	height: 250px;
	object-fit: cover;
}

.bg-light 
{
	background-color: #ece8e1 !important;
}

footer 
{
	background-color: #391b1d;
	color: white;
	text-align: center;
	padding: 1.5rem;
	font-size: 0.9rem;
	border-top: 5px solid #8f7f6b;
	width : 100%;
}

iframe
{
	border: 1px solid #ccc;
}

.gradient-text 
{
	background: linear-gradient(to bottom,
	    #391b1d,
	    #391b1d,
	    #c18f44,
	    #f0f3ab,
	    #ede162,
	    #c18f44,
	    #391b1d
	);

	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

	/* Pour une compatibilité plus large */
	background-clip: text;
	color: transparent;
}

.construction
{
	text-align : center;
	color : #c18f44;
	font-size : 25px;
	font-style : italic;
	font-weight : bold;
}


/* Mobile (paysage à moyen) */
@media screen and (max-width: 767px) 
{
	header h1
	{
		padding-top : 2rem;
		font-size: 2.5rem;
		font-weight: bold;
		margin-bottom: 0.5rem;
	}

	#soustitre
	{
		display : none;
	}

	#logo
	{
		width : 250px;
		display : block;
		margin : auto;
	}

	.contact
	{
		width : 400px;
		display : block;
		margin : auto;
	}
	
	h3
	{
		font-size : 1.2rem;
	}

	iframe
	{
		width : 600px;
		height : 450px;
		border : 0px;
		display : block;
		margin:auto;
	}
}

/* Tablettes */
@media screen and (max-width: 1024px)
{
	header h1
	{
		padding-top : 4rem;
		font-size: 4.5rem;
		font-weight: bold;
		margin-bottom: 0.5rem;
	}

	#soustitre
	{
		display : none;
	}

	#logo
	{
		width : 250px;
		display : block;
		margin : auto;
	}

	.contact
	{
		width : 500px;
		display : block;
		margin : auto;
	}	

	h3
	{
		font-size : 1.3rem;
	}

	iframe
	{
		width : 600px;
		height : 450px;
		border : 0px;
		display : block;
		margin:auto;
	}
}

/* Laptops */
@media screen and (min-width: 1025px) and (max-width: 1280px) 
{
	header h1
	{
		padding-top : 4rem;
		font-size: 4.5rem;
		font-weight: bold;
		margin-bottom: 0.5rem;
	}

	#soustitre
	{
		display : block;
	}
	
	#logo
	{
		width : 250px;
		float : left;
		padding : 1rem;
	}

	.contact
	{
		width : 700px;
		display : block;
		margin : auto;
	}

	h3
	{
		font-size : 1.5rem;
	}

	iframe
	{
		width : 600px;
		height : 450px;
		border : 0px;
		display : block;
		margin:auto;
	}
}

/* Styles pour grands écrans */
@media screen and (min-width: 1281px) 
{
	header h1
	{
		padding-top : 4rem;
		font-size: 4.5rem;
		font-weight: bold;
		margin-bottom: 0.5rem;
	}

	#soustitre
	{
		display : block;
	}
	
	#logo
	{
		width : 250px;
		float : left;
		padding : 1rem;
	}

	.contact
	{
		width : 700px;
		display : block;
		margin : auto;
	}

	h3
	{
		font-size : 1.6rem;
	}

	iframe
	{
		width : 600px;
		height : 450px;
		border : 0px;
		display : block;
		margin:auto;
	}
}

/* Mobile (portrait) */
@media screen and (max-width: 480px) 
{
	header h1
	{
		padding-top : 2rem;
		font-size: 2.5rem;
		font-weight: bold;
		margin-bottom: 0.5rem;
	}

	#logo
	{
		width : 250px;
		display : block;
		margin : auto;
	}

	#soustitre
	{
		display : none;
	}

	.contact
	{
		width : 380px;
		display : block;
		margin : auto;
	}

	h3
	{
		font-size : 1rem;
	}

	iframe
	{
		width : 450px;
		height : 400px;
		border : 0px;
		display : block;
		margin:auto;
	}
}


