@font-face {
	font-family: "new_edge_666";
	/*
	src: url("NewEdge666Test-LightRounded.otf") format("opentype");
	*/
	src: url("NewEdge666-RegularRounded.otf") format("opentype");
}

@font-face {
	font-family: "Syncro-Book";
	font-style: normal;
	src: url("Syncro-Book.otf") format("opentype");
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.titre {
	font-family: "new_edge_666", system-ui, sans-serif;
	font-size: 1.5rem;
	text-align: center;
	color: #222;
	margin: 0;
}

.block_titre {
	padding-top: 0rem;
	padding-bottom: 0rem;
}

/*
.block_titre h1:nth-child(n+2) {
	padding-top: 0.8rem;
}
*/

div:has(> h1) {
	margin-top: 1rem;
	border-bottom: 1px dotted #fff;
	margin-bottom: 1.5rem;
}

div:has(> h1):nth-child(n+2) {
	padding-top: 1.3rem;
	padding-bottom: 0rem;
	border-bottom: 1px dotted #fff;
	margin-bottom: 1.5rem;
}

p {
	/*
	font-size: 1.05rem;
	letter-spacing: 0.05em;
	font-family: "new_edge_666", system-ui, sans-serif;
	*/
	font-family: "Syncro-Book", system-ui, sans-serif;

	font-size : 0.89rem;
	line-height : 1.35rem;
	font-weight : 100;
	letter-spacing : 0.01rem;
	
	margin-bottom: 1.5rem;
}



h1 {
	font-family: "Syncro-Book", system-ui, sans-serif;
	font-size: 1.05rem;
	font-weight: 100;

	text-align: center;
	color: #fff;
	margin-top: 1rem;
	margin-bottom: 1.5rem;
}

div:has(> h2) {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

h2 {
	font-family: "Syncro-Book", system-ui, sans-serif;
	font-size: 0.96rem;

	color: #fff;
	margin-bottom: 1.5rem;
	text-decoration: underline;
	text-underline-offset: 7px;
	line-height: 1.7rem;

	margin-bottom: -0.5rem;
	margin-top: -0.5rem;
	letter-spacing: 0rem;

	font-weight: 100;
}

h3 {
	letter-spacing: 0.02rem;
}



.client {
	font-family: "Syncro-Book", system-ui, sans-serif;
	font-size: 1rem;
	color: #fff;
	margin-bottom: 0.2rem;
	margin-top: 1rem;
	text-decoration: underline;
	text-underline-offset: 7px;
}

.client + p {
	margin-top: 0.2rem;
}

ul {
	font-family: "Syncro-Book", system-ui, sans-serif;
	font-size : 0.89rem;
	line-height : 1.35rem;
	font-weight : 100;
	letter-spacing : 0.01rem;
	
	margin-bottom: 1.5rem;
	margin-left: 1rem;
}



a {
	color: #fff;
	transition: color 0.3s ease;
	font-weight: 100;
}

.input_style {
	width: 100%;
	border-style: none;

	padding: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: text;

	font: inherit;
	text-align: left;
	font-size: 1.1em;

	font-size: 0.89rem;
	font-weight: 100;

	margin-top: 10px;
	margin-bottom: 10px;

	color: white;

	/*
border-bottom: 1px dashed #fff;
	*/

	background: none;
}

.input_style::placeholder {
	color: rgb(255, 255, 255, 0.9);
}

.input_style_message {
	resize: none;
	height: 120px;
	padding: 5px;
	padding-top: 0px;
	margin: 0px;
	margin-left: 0px;
	margin-right: 0px;
	line-height: 1.5rem;

	font-size: 0.89rem;
	font-weight: 100;

	color: white;
}

.input_style_message::placeholder {
	color: rgb(255, 255, 255, 0.9);
}



figure {
	margin: 0;
	padding: 0;
	width: 100%;
}

figure img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.field {
	margin-top: 1px;
	margin-bottom: 1px;
	display: flex;
	align-items: center;
	gap: 4px;

	color: white;
}

.field_under {
	margin-top: 15px;
	margin-bottom: -5px;
	align-items: center;
	gap: 4px;
}

.hr_contact {
	border: none;
	border-top: 1px dotted #fff;
	margin: 0rem;
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 10px;
}

.honeypot {
	display: none;
}

.div_submit_button {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.submit_button {
	display: inline-block;
	padding: 0.5rem 1rem;
	padding-top: 0.7rem;
	margin: 0.5rem;

	font-family: "new_edge_666", system-ui, sans-serif;

	color: white;
	text-decoration: none;
	transition: background-color 0.3s ease;
	border: 1px solid white;
	cursor: pointer;
	background-color: transparent; /* Example color */
	align-items: center;
	text-align: center;
}

.submit_button:hover {
	background-color: white; /* Example hover color */
	color: rgb(157, 25, 15);
}

input:focus {
	outline: none;
	border-color: rgb(255, 255, 255, 0);
	border: 0px solid rgb(255, 255, 255, 0);
}
textarea:focus {
	outline: none;
	border-color: rgb(255, 255, 255, 0);
	border: 0px solid rgb(255, 255, 255, 0);
}
/*-------------------------------------------
			spécial field for contact form
-------------------------------------------*/
.center {
	text-align: center;
}

.continue {
	text-align: center;
	margin: 17px;
	padding: 3px;
	
	font-size: 0.89rem;
	font-weight: 100;
}

.br_space {
	position: relative;
	display: block;
	margin: 1.5rem 20px;
	height: 20px;

	border : solid blue 1px;
}

.br_space_2 {
	position: relative;
	display: block;
	margin: 1.5rem 20px;
	height: 20px;

	border : solid blue 1px;
}

.logo_footer{
	margin-top: 30px;
}


@-moz-document url-prefix() {
  p {
    font-size : 1.10rem;
		line-height : 1.55rem;	
  }
	h1{
		font-size: 1.15rem;
	}
	h2{
		font-size: 1.05rem;
	}
	ul {
		font-size : 1.10rem;
		line-height : 1.55rem;	
	}
	.input_style {
		font-size: 1.10rem;
	}
	.input_style_message {
		font-size: 1.10rem;
	}
	.submit_button {
		font-size: 1.10rem;
	}
	.continue {
		font-size: 1.10rem;
	}
}

img {
	-moz-user-select: none; /* Firefox */
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* Old Edge/IE */
	user-select: none; /* Standard */
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* Old Edge/IE */

	-webkit-user-drag: none; /* Safari: prevent drag ghost */
	user-drag: none; /* Non-standard but harmless */
}

.image_in_div_container {
	display: flex;
	justify-content: center; /* centre horizontal */
	align-items: center; /* centre vertical */
}

.image_in_div {
	width: 50%;
	height: auto;
	object-fit: cover;
}

/*-------------------------------------------
			class spécial inserer a la volée
			dans les snippets
			(voir display_blocks.php)
-------------------------------------------*/
.text_center {
	text-align: center;
}



/*-------------------------------------------
			OTHERS
-------------------------------------------*/
.debug {
	font-size: 0.8rem;
	font-family: "Open Sans", sans-serif;

	position: relative;
	display: block;
	background-color: grey;

	width: fit-content;
	padding: 2px;
	border: 1px solid #000;
}
