@font-face{
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat/Montserrat-VariableFont_wght.ttf')format('truetype');
	font-style: normal
}
@font-face{
	font-family: 'Montserrat Italic';
	src: url('../fonts/Montserrat/Montserrat-Italic-VariableFont_wght.ttf')format('truetype');
	font-style: italic
}

html {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}

:root {
	--main-bg-color: #121212;
	--main-bg-color-grad-1: #5F4E3E;
	--main-bg-color-grad-2: #7E6956;
	--main-bg-color-title: #ffffff;
	--main-bg-color-title-a: #ffffff;
	--main-color-text: #ffffff;
	--main-color-checkbox: #695846;
	--main-color-border: #fff;
	--main-color-legend: #6B5847;
	--main-color-legend-1: #6B5847;
	--main-color-legend-2: #c4b4a6;
	--main-color-deco: #463C44;
	--main-color-a: #b0967d;
	--main-color-hover: #b0967d;
	--main-color-svg: #b0967d;
	--main-color-blink-1: #715942;
	--main-color-blink-2: #c9b7a5;
	--main-color-blinkSvg: #c9b7a5;
	--main-color-blinkSvg2: #c9b7a5;
	--main-color-grad-1: rgba(95,78,62,0.95);
	--main-color-grad-2: rgba(107,88,71,0.95);
	--main-color-grad-3: rgba(126,105,86,0.95);
	--main-color-border-top: #c9b7a5;
	--main-color-border-bottom: #c9b7a5;
	--main-color-border-horiz: rgb(201 183 165 / 24%);
	--main-color-border-shadow: rgb(174 150 124 / 34%);
	--main-color-filedset: rgb(95 78 62 / 45%);
	--main-color-filedset-border: #5F4E3E;
	--main-color-sub: #e3c3a5;

}

html {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
*, *::before, *::after {
	box-sizing: inherit;
}

/***************************
General Body
*/
body {
	opacity: 0;
	animation: fade-in 1s forwards;
	animation-delay: 0.5s;
	padding: 0;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	background-color:var(--main-bg-color);
	color: var(--main-color-text);
	overflow-x: hidden;
	position: relative;
	-webkit-font-smoothing: antialiased;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background-image 1s ease;
}
@keyframes fade-in {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

h1 {
	font-family: 'Montserrat', sans-serif;
}
h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
}

header,section,footer {
	position: relative;
	z-index: 40;
}

.s_icon path,
.s_icon svg {
	fill:#fff;
}

header {
	width: 100%;
	display: flex;
	padding-top: 56px;
	padding-bottom: 20px;
	flex-direction: column;
	text-align: center;
	align-items: center;
	align-self: center;
	align-content: center;
	justify-items: center;
	background: linear-gradient(90deg, var(--main-color-grad-1) 0%, var(--main-color-grad-2)  50%, var(--main-color-grad-3)  100%);
}
header .header_wrapper{
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
}

header .logo {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: center;
	
	border-radius: 100%;
	background: linear-gradient(90deg, var(--main-color-grad-1) 0%, var(--main-color-grad-2)  50%, var(--main-color-grad-3)  100%);
	width: 170px;
	height: 170px;
	border: 10px solid #ffffff;
	margin: 0 0 30px 0;
}

header .logo a{
	display: inline-block;
	width: 100%;
	height: auto;
}
	
header .logo_wrapper {
	width: 140px;
	height: auto;
	display: flex;
	align-items: center;
	border-radius: 100%;
	flex-direction: row;
	justify-content: center;
	margin: 30px;
}
header .logo_wrapper img {
	
	max-width: 100%;
	max-height: 100%;
}
header .fullName {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
	}
header .jobTitle {
	font-size: 14px;
	margin-top: 8px;
	text-align: center;
	line-height: 23px;
	color: #ffffff;
    font-weight: normal;
}
.contact_tools {
	display: flex;
	justify-content: space-between;
}
header a.w_s_icon {
	width: 48px;
	height: 48px;
	border-radius: 4px !important;
	background-color:var(--main-color-a);
	color: rgb(255, 255, 255);	
	display: flex;
	align-items: center;
}
header a.w_s_icon svg {
	width: 100%;
	display: inherit;
	align-items: inherit;
	justify-content: inherit;
}
.s_icon {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: center;
	min-width: 40px;
	flex-shrink: 0;
}
header a.w_s_icon svg {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: center;
	width: 1em;
	height: 1em;
	display: inline-block;
	font-size: 1.5rem;
	transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	flex-shrink: 0;
	user-select: none;
	width: 100%;
	display: inherit;
	align-items: inherit;
	justify-content: inherit;
	font-size: 15px;
	background-color:var(--main-color-a);
	color: #fff;
	fill: #fff;
}
header a.w_s_icon.email svg path{
	stroke:var(--main-color-a);
}
header a.w_s_icon.phone svg path{
	stroke:var(--main-color-a);
}
header a.w_s_icon.location svg path:last-child{
	stroke:var(--main-color-a);
}
.valise {
	fill: none;
	stroke:#000000;
}
header span {
	
	display: inline-flex;
	min-width: 72px;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
header .w_s_text {
	font-size: 12px;
	margin-top: 10px;
	text-align: center;
	font-weight: 500;
	line-height: 20px;
	color: #ffffff;
	white-space: pre-wrap;
	height: 56px;
	padding: 0;
	position: relative;
	min-width: 64px;
	box-sizing: border-box;
	transition: all 0.2s ease-in-out;
	font-family: Lato, sans-serif;
	font-weight: 700;
	line-height: 1.75;
	white-space: nowrap;
	border-radius: 28px;
	text-transform: none;
	text-decoration: none;
}
/**/
article{
	background-image: url(../images/frostpannelbg.webp);
	width: 100%;
	margin: 0 auto;
	display: flex;
	max-width: 500px;
	flex-direction: column;
	padding-bottom: 25px;
	word-break: break-word;
	border-radius: 16px;
	box-shadow: 0 4px 30px var(--main-color-border-shadow) inset;
	backdrop-filter: grayscale(.8) blur(6px);
	-webkit-backdrop-filter: grayscale(.8) blur(4.5px);
	border: 1px solid var(--main-color-border-horiz);
	border-top: 2px solid var(--main-color-border-top);
	border-bottom: 0px solid var(--main-color-border-bottom);
	margin: 30px auto;
	padding: 30px 20px;
}
.gap {
	padding:0 5px;
}
.rows {
	display: flex;
	flex-direction: row;
	justify-content: left;
	padding: 15px 0;
}
.row1 {
	margin: 0 30px 0 0;
}
article p {
	color: var(--main-color-sub);
	line-height: 19px;
	font-size: 13px;
	padding: 0;
	margin: 0;
}
article a {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
	font-size: 15px;
	line-height: 20px;
	text-decoration: none;
	color: var(--main-color-text);
}
article .title {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
	font-size: 15px;
	line-height: 20px;
	text-decoration: none;
	color: var(--main-color-text);
}
article .displayMap {
	color: var(--main-color-sub);
	display: inline-block;
	margin-top: 14px;
	font-weight: 500;
	line-height: 19px;
	font-size: 13px;
}

.rows {
	border-bottom: 1px solid #EAEAEC;
}
#phone-list {
	border-top: 0;
	border-bottom: 1px solid #EAEAEC;
}
#phone-list .rows {
	border: 0;
}
.add_contact-old {
	color: var(--main-color-text);
	line-height: 1;
	display: flex;
	padding: 20px 40px;
	margin: 20px 0 0 0;
	text-align: center;
	justify-content: center;
	background: white;
	border: 1px solid black;
	align-items: center;
	font-size: 16px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
}
.add_contact-old:hover {
	border: solid 1px var(--main-color-hover);
	color: var(--main-color-hover);
	background: #000;
	transition: all 0.3s ease;
}
.bsub{
	display: flex;
	justify-content: center;
}
.add_contact {
	position: relative;
	width: 100%;
	height: 100px;
	background: transparent;
	border: 2px solid rgba(255, 255, 255, .5);
	border-right: 2px solid rgba(255, 255, 255, .2);
	border-bottom: 2px solid rgba(255, 255, 255, .2);
	border-radius: 10px;
	color: #fff;
	letter-spacing: 1px;
	cursor: pointer;
	overflow: hidden;
	transform: scale(0.6);
	font-size: 35px;
	font-family: 'Montserrat';
	transition-duration: 0.25s;
	text-align: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin: 30px 0 0 0;
}
.add_contact:hover {
	color: var(--main-color-hover);
}
.add_contact::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: rgba(255, 255, 255, .2);
}

.add_contact::after {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .4), transparent);
	transition: .5s;
}
.add_contact .s_icon {

	width: 35px;
	height: 35px;
	margin: 0 15px 0 0;
}
.add_contact:hover::after {
	left: 100%;
}

add_contact span{
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
	width: 270px;
	height: 3px;
	background: var(--main-color-a);
	border-radius: 2000px / 50px;
	box-shadow:
		0 0 10px var(--main-color-a),
		0 0 20px var(--main-color-a),
		0 0 20px var(--main-color-a),
		0 0 20px var(--main-color-a),
		0 0 40px var(--main-color-a),
		0 0 80px var(--main-color-a),
		0 0 160px var(--main-color-a);
}

add_contact span::before {
	content: '';
	position: absolute;
	bottom: 4px;
	left: 50%;
	transform: translateX(-50%);
	width: 240px;
	height: 3px;
	background: var(--main-color-a);
	border-radius: 2000px / 50px;
	box-shadow:
		0 0 10px var(--main-color-a),
		0 0 20px var(--main-color-a),
		0 0 20px var(--main-color-a),
		0 0 20px var(--main-color-a),
		0 0 40px var(--main-color-a),
		0 0 80px var(--main-color-a),
		0 0 160px var(--main-color-a);
}

add_contact span::after {
	content: '';
	position: absolute;
	bottom: 83px;
	left: 50%;
	transform: translateX(-50%);
	width: 270px;
	height: 3px;
	background: var(--main-color-a);
	border-radius: 2000px / 50px;
	box-shadow:
		0 0 10px var(--main-color-a),
		0 0 20px var(--main-color-a),
		0 0 20px var(--main-color-a),
		0 0 20px var(--main-color-a),
		0 0 40px var(--main-color-a),
		0 0 80px var(--main-color-a),
		0 0 160px var(--main-color-a);
}
add_contact span:nth-child(2) {
	position: absolute;
	top: 50%;
	left: 8px;
	transform: translateY(-50%);
	width: 3px;
	height: 70px;
	border-radius: 70px / 2000px;
}

add_contact span:nth-child(2)::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 277px;
	transform: translateY(-50%);
	width: 2.5px;
	height: 70px;
	border-radius: 70px / 2000px;
}

add_contact span:nth-child(2)::after {
	display: none;
}



.background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center; /* Centrer horizontalement */
	opacity: 0; /* Opacité initiale de l'image de fond */
	transition: opacity 1s ease; /* Transition pour le fondu de l'image de fond */
}

/***************************
Footer
*/
footer {
	background-color:#1B1B1B;
	background-color:rgb(27 27 27 / 95%);
	position: relative;
	z-index: 40;
	border-top: 1px solid #070707;
	
	background: linear-gradient(90deg, var(--main-color-grad-1) 0%, var(--main-color-grad-2)  50%, var(--main-color-grad-3)  100%);
}

.footer-content {
	padding: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: #ffffff;
	font-size: 13px;
}
.fblock {
	margin: 30px 0 30px 0;
}
.fblock:first-child {
	margin: 30px 0 0 0;
}
a {
	color: #ffffff;
	text-decoration: none;
}
.title2 {
	margin: 0 0 10px 0;
	font-family: 'Montserrat', sans-serif;
	line-height: 26px;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--main-color-title);
}
.title2 a {
	color: var(--main-color-title-a);
	margin: 0 0 20px 0;
	display: inline-block;
}

.address p {
	margin: 5px 0;
}

.bottom_bar {
	width: 100%;
	background: #756350;
	text-align: center;
	color: white;
	padding: 30px 0 30px 0;
	font-size: 10px;
	z-index: 90;
	position: relative;
}
/***************************
Social network Icon
*/

footer nav {
	background: transparent;
	display: flex;
	width: 100%;
	justify-content: center;
	padding: 0;
	flex-direction: row;
}
.st0{fill:#fff;}
.social_network {
	margin: 0 5px;
	width: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.social_network svg {
	/* transform: scale3d(1.5, 1.5, 1.5); */
}
.social_network-disabled:last-child {
	margin: 0 0 0 7px;
	top: 3px;
	position: relative;
}
.social_network-disabled:last-child svg {
	transform: scale3d(1.6,1.6,1.6)
}
.social_network_fb {
	margin-right:5px;
}
.social_network_lnk {
	margin-left:5px;
}
footer svg:hover polygon{
  fill: var(--main-color-svg);
  animation: blinkSvg 0.25s linear 1;
}
footer svg:hover path{
  fill: var(--main-color-svg);
  animation: blinkSvg 0.25s linear 1;
}
footer svg:hover rect{
  fill: var(--main-color-svg);
  animation: blinkSvg 0.25s linear 1;
}
footer svg:hover circle{
  fill: var(--main-color-svg);
  animation: blinkSvg 0.25s linear 1;
}


/***************************
Official website link
*/
	
.HYT_LINK {
	transform: translateX(0) ;
	animation: slide-in 1s forwards;
	animation-delay: 0.5s;
	opacity: 0;
	position: relative;
	z-index: 60;
}
.HYT_LINK a{
	transform: rotate(270deg);
	background-color: var(--main-color-a);
	position: fixed;
	right: -57px;
	top: 52px;
	padding: 5px 10px 5px 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	transition: all 0.3s ease;
	font-weight: 600;
}
body .HYT_LINK a:hover {
	background-color: var(--main-color-svg);
	color: #000 !important;
}
@keyframes slide-in {
	from {
		transform: translateX(100%);
		opacity: 0;
	}
	to {
		transform: translateX(0);
		opacity: 1;
	}
}



/*
* Animation
*/

header a:hover svg polygon,
header svg:hover polygon{
	fill:var(--main-color-svg);
  stroke:var(--main-color-svg);
  animation: blinkSvg 0.25s linear 1;
}
header a:hover svg path,
header svg:hover path{
	fill:var(--main-color-blinkSvg2);
  stroke:var(--main-color-blinkSvg2);
  animation: blinkSvg 0.25s linear 1;
}
header a:hover svg circle,
header svg:hover circle{
	fill:var(--main-color-blinkSvg2);
  stroke:var(--main-color-blinkSvg2);
  animation: blinkSvg 0.25s linear 1;
}

header a:hover svg polygon  {
  animation: blinkSvg 0.25s linear 1;
}
header a:hover svg polygon {
	fill:var(--main-color-svg);
}
header a:hover svg polygon  {
  animation: blinkSvg 0.25s linear 1;
}
header svg:hover path{
  fill: var(--main-color-svg);
  animation: blinkSvg 0.25s linear 1;
}
header svg:hover circle{
  fill: var(--main-color-svg);
  animation: blinkSvg 0.25s linear 1;
}
header a:not(:has(img)):hover {
	animation: blinkSvg 0.25s linear 1;
	color: var(--main-color-blinkSvg);
}


header .location svg:hover path:nth-child(4),
header .location svg:hover path:nth-child(3){
  stroke: none;
}
header a.location:hover svg path:nth-child(4), header svg:hover path:nth-child(4),
header a.location:hover svg path:nth-child(3), header svg:hover path:nth-child(3){
  stroke: none;
}

a,
a:not(:has(img)) {
  text-decoration: none;
  color: var(--main-color-text);
  transition: color 0.25s ease-in-out;
}

a:hover {
-webkit-animation: blink 0.25s linear 1;
-moz-animation: blink 0.25s linear 1;
-ms-animation: blink 0.25s linear 1;
-o-animation: blink 0.25s linear 1;
  animation: blink 0.25s linear 1;
  color: var(--main-color-hover);
}

a:not(:has(img)):hover  {
-webkit-animation: blink 0.25s linear 1;
-moz-animation: blink 0.25s linear 1;
-ms-animation: blink 0.25s linear 1;
-o-animation: blink 0.25s linear 1;
  animation: blink 0.25s linear 1;
  color: var(--main-color-hover);
}

@keyframes blink {
  50% {
   color: var(--main-color-blinkSvg2);
  }
}
@keyframes blinkSvg {
  50% {
   fill: var(--main-color-blinkSvg2);
  }
}
@keyframes fade-in {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

body {
	opacity: 0;
	animation: fade-in 1s forwards;
	animation-delay: 0.5s;
}

/*
* Mobile
*/
@media only screen and (max-width: 768px) {
	.add_contact-disable {
		margin: 30px;
	}
	.add_contact .s_icon {
		width: 25px;
		height: 25px;
		margin: 0 10px 0 0;
	}
	.add_contact {
		position: relative;
		width: 100%;
		height: 100px;
		background: transparent;
		border: 2px solid rgba(255, 255, 255, .5);
		border-right: 2px solid rgba(255, 255, 255, .2);
		border-bottom: 2px solid rgba(255, 255, 255, .2);
		border-radius: 10px;
		color: #fff;
		letter-spacing: 1px;
		cursor: pointer;
		overflow: hidden;
		transform: scale(0.6);
		font-size: 25px;
		font-family: 'Montserrat';
		transition-duration: 0.25s;
		text-align: center;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		max-width: 100%;
		margin: 20px 0 0 0;
	}
}