
/* Reset des marges internes et externes */
* { margin:0;padding:0;}

/* •••••••••••••••••••••••••    */
/* Gestion des balises standard */
/* •••••••••••••••••••••••••    */

body {
	background-color: #fff7ef;
	max-width:100%;
	
}

h1 { 
font-size: 6rem;
color:#AD4731;
font-family: 'Dancing Script', cursive;
margin:20px;
border-bottom: 2px solid #FFEBD7;
text-align: center;
background-image: url("../img/Background_wood.jpg");
background-clip:text;
-webkit-background-clip : text;
color:transparent;
-webkit-filter:contrast(120%) drop-shadow(0 1px 2px rgba(0,0,0,0.5));
filter: contrast(120%) drop-shadow(0 1px 2px rgba(0,0,0,0.5));

}

h2 {
	color: #b96958;
	font-family: verdana, serif;
	text-transform: uppercase;
	font-weight:bolder;
	text-indent: 1em;
	margin-left:5px;
	display: inline-block;
	}

h2.intro {
	display: block;
	font-family: 'Dancing Script', cursive;
	font-size: 3rem;
	text-transform: none;
	text-indent: 0;
	text-align: center;
	color: #ad4731;
	margin: 10px 20px 20px;
	}
	
	h3 {
		color: #fff;
		background-color: #726d69;
		display: inline-block;
		text-transform: capitalize;
		border-radius: 10px;
		padding:5px;
		}
	
	p { color:brown;
		font-size: 15px;
		font-family: helvetica, sans-serif;
		
	}


/* •••••••••••••••••••••••••*/
/* Gestion du titre et menu */
/* •••••••••••••••••••••••••*/

/*      Gestion du menu     */

.menu {
	background-color: #ad4731;
	max-width:100%;
	border:2px solid #ccc;
	text-align: center;
	
}

.menu a {
	margin: 20px;
	background-color: #965848;
	border: 1px solid #000;
	border-radius: 10px;
	padding: 5px;
	color: #ffffff;
	font-family: verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	box-shadow: 10px 3px 3px rgb(79, 77, 77);
}

.menu a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Gestion de l'image en dessous du menu */

.Bandeau_Menu {
	margin:10px auto;
	width:80%;
	height: auto;
	text-align: center;
	background-color: #fff7ef;
}

.Bandeau_Menu img {
	width:100%;
	height:auto;
	}

.position {
	position:relative;
	font-size: 2rem;
	background-color: #ad4731;
	width:100%;
	text-align: center;
	border:2px solid #ddd;
}

.button {
	position:fixed;
	bottom:0;
	right:0;
	margin:10px;
	padding:10px;
	background: #f09554;
	border:1px solid rgb(202, 198, 198);
	border-radius: 10px;
}

/* ••••••••••••••••••••••••••••••••••••*/
/* Gestion des sections et articles    */
/* ••••••••••••••••••••••••••••••••••••*/

section {
	display:flex;
	max-width:100%;
	flex-direction:row;
	flex-wrap: wrap;
	justify-content: center;
	margin:5px auto;
	}

section, h2 {
	margin:30px 20px 10px 0px;
	background-color: #ffead7;
}

article {
	width:400px;
	border:1px solid #000;
	border-radius: 10px;
	padding:20px;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #fff;
	box-shadow: 3px 3px 3px rgb(79, 77, 77);
}

article img {
	max-width: 100%;
	height:auto;
}

figcaption {
	text-align: right;
}

.logo_blender a {
	color: #ad4731;
	font-weight: bold;
}

.logo_blender::before {
	content: url(../img/logo_blender.png);
	position:relative; 
  	left:-6px;
  	top:10px;
}

article footer {
	margin-top:1em;
	background-color: #ddd;
}

/* ••••••••••••••••••••••••••••••••••••••*/
/* Gestion des sections ASIDE et FOOTER••*/
/* ••••••••••••••••••••••••••••••••••••••*/

aside {
	margin: 10px 30px;
}

.m_copyright {
	color:inherit;
	background-color: #ad4731;
	max-width: 100%;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 1rem;

}

/* ############################ */
/* Gestion de la page Contact   */
/* ############################ */

.formulaire {
	grid:display;
	grid-template-columns: repeat(2,fr);
}

form {
	
	background-color:#f6c66f;
	padding:10px;
	width:100%;
	margin:20px auto;
	display: inline-block;
	}

	label {
		display:block;
		padding:10px;
		width:100%;
	}

	input[type=text]  {
		display: block;
		background-color: #f2e0be;
	}

	input[type=mail] {
		background-color: #f2e0be;
	}
	

/* ############################ */
/* Gestion de la page Portfolio */
/* ############################ */

.grille {
	display:flex;
	max-width:100%;
	flex-direction:row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
	margin:10px auto;
	

}

.item {
	border:1px solid #000;
	padding:3px;
}

#verrou-galerie {
	display: block;
	margin: 10px 0 15px;
	background-color: #b96958;
	color: #fff;
	border: 1px solid #000;
	border-radius: 10px;
	padding: 8px 16px;
	cursor: pointer;
	font-family: verdana, sans-serif;
	font-weight: bold;
}

.grille[inert] {
	opacity: 0.4;
	transition: opacity 0.3s;
}

.lien-evasion {
	position: absolute;
	left: -9999px;
	top: 0;
	background-color: #ad4731;
	color: #fff;
	padding: 10px 20px;
	border-radius: 0 0 10px 0;
	z-index: 1000;
	font-family: verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.lien-evasion:focus {
	left: 0;
}

/* ##################################### */
/* Gestion des nouveautés HTML5 2026     */
/* ##################################### */

dialog {
	border: 1px solid #000;
	border-radius: 10px;
	padding: 20px;
	max-width: 90%;
	width: 500px;
	background-color: #fff7ef;
	box-shadow: 3px 3px 3px rgb(79, 77, 77);
}

dialog::backdrop {
	background-color: rgba(40, 20, 10, 0.6);
}

dialog img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 10px auto;
}

dialog .fermer {
	background-color: #ad4731;
	color: #fff;
	border: none;
	border-radius: 10px;
	padding: 6px 14px;
	cursor: pointer;
	font-family: verdana, sans-serif;
	display: block;
	margin: 10px auto 0;
}

.lightbox-trigger {
	background: none;
	border: none;
	padding: 0;
	cursor: zoom-in;
	display: block;
}

[popover] {
	border: 1px solid #000;
	border-radius: 10px;
	padding: 15px 20px;
	background-color: #f6c66f;
	max-width: 260px;
	box-shadow: 3px 3px 3px rgb(79, 77, 77);
	font-family: helvetica, sans-serif;
	color: brown;
}

.astuce-bouton {
	background-color: #b96958;
	color: #fff;
	border: 1px solid #000;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	cursor: pointer;
	font-weight: bold;
}

pre.demo-code {
	background-color: #3a2f27;
	color: #f2e0be;
	padding: 15px;
	border-radius: 10px;
	overflow-x: auto;
	font-family: "Courier New", monospace;
	font-size: 0.8rem;
	line-height: 1.5;
}

.support-badge {
	display: inline-block;
	font-family: verdana, sans-serif;
	font-size: 0.7rem;
	font-weight: bold;
	padding: 3px 10px;
	border-radius: 10px;
	margin-left: 10px;
	vertical-align: middle;
}

.support-large {
	background-color: #d9ead3;
	color: #2f6619;
}

.support-partiel {
	background-color: #fce8b2;
	color: #82560a;
}

select {
	appearance: base-select;
	padding: 6px;
	border-radius: 10px;
	background-color: #f2e0be;
}

::picker(select) {
	appearance: base-select;
	border-radius: 10px;
}

.inert-zone {
	background-color: #ffead7;
	border: 1px dashed #ad4731;
	border-radius: 10px;
	padding: 15px;
	margin: 10px 0;
	transition: opacity 0.3s;
}

.inert-zone[inert] {
	opacity: 0.4;
}

search {
	display: block;
	margin: 10px 0 20px;
	font-family: helvetica, sans-serif;
}

search input[type="search"] {
	padding: 6px 10px;
	border-radius: 10px;
	border: 1px solid #000;
	background-color: #f2e0be;
}

