@charset "utf-8";
/* CSS Document */


html{line-height:1.5;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.2;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=resetimg.fluid {
	width: 100%;
	height: auto;
}],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

*
{
	box-sizing: border-box;
}

html, body {
	height: 100%;
	width: 100%;
}

html { 
	scroll-behavior: smooth; 
}

body {
	font-family: Verdana;
	/* 15(320) to 16(1920) */
	font-size: clamp(0.9375rem, 0.925rem + 0.0625vw, 1rem);
	overflow-x: hidden;
}

img.fluid {
	width: 100%;
	height: auto;
}

.ws-nowarp {
	white-space: nowrap;
}

.ta-cntr {
	text-align: center;
}

.ff-georgia {
	font-family: Georgia;
}

/* ------------------------------------------------------------------------------ */
/* -------------------------- MESSAGE FLASH ----------------------- */

.supflash 
{
	display: none;
}

#supflash-0:checked ~ .alert-0
{
	display: none;
}

#supflash-1:checked ~ .alert-1
{
	display: none;
}

#supflash-2:checked ~ .alert-2
{
	display: none;
}

.lblsupflash
{
	display: block;
	cursor: pointer;
}

.sg1
{
	width: 100%;
}

.sg2
{
	font-size: 20px;
	width: 24px;
	border-radius: 50px;
}

.popup {
	display: flex;
	flex-direction: column;
	/*row-gap: 0.75rem;*/

	background-color: var(--main-color-orange);
}

.alert-message {

	text-align:center;
	word-wrap: break-word;

	display: flex;
	justify-content: space-around;
	align-items: center;
	column-gap: 20px;

	min-height: 58px;

	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);

	padding: 1rem;
	margin: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;

}

.alert-message:last-of-type {
	/*margin-bottom: 1rem;*/
}



.alert-success
{
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.alert-info
{
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
}

.alert-warning
{
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}


.alert-danger
{
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.alert-link
{
	font-weight: 600;
}

.alert-success .alert-link 
{
	color: #155724;
}

.alert-info .alert-link 
{
	color: #0c5460;
}

.alert-warning .alert-link 
{
	color: #856404;
}

.alert-danger .alert-link 
{
	color: #721c24;
}




/* ------------------------------------------------------------------------------ */
/* -----------------------------MESSAGE JAVASCRIPT PAS ACTIVé --------------------*/

.no_javascript
{
	min-height:35px;
	line-height:35px;
	margin-bottom:10px;
	text-align:center;
	background-color:#FFFCBF;
	word-wrap: break-word;
}



/* -------------------------------------------------------------- */
/* -----------------------------  ------------------------- */


:root {


	/* 18(320) to 20(1920) */
	--main-fs:  clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
	--min-fs:  16px;

	/* 32(320) to 64(1920) */
	/*--main-32_320--64_1920: clamp(2rem, 1.6rem + 2vw, 4rem);*/


	/* noir chrome*/
	--black-light-chrome: rgba(53, 54, 58, 1);
	--black-light-firefox: rgba(43, 42, 51, 1);
	--black-dark-firefox: rgba(28, 27, 34, 1);

	--muted:#8892a6;


}

/* 24(320) to 40(1920) */ /* 1.2em to 2em*/
h1 {
	font-size: clamp(1.5rem, 1.3rem + 1vw, 2.5rem);
	cursor: default;
}

/* 22(320) to 30(1920) */ /* 1.2em to 2em*/
h2 {
	font-size: clamp(1.375rem, 1.275rem + 0.5vw, 1.875rem);
}

.bold {
	font-weight: 600;
}



.cm1 {
	color: var(--main-color-blue);
}

.cm2 {
	color: var(--main-color-gold);
}



.lazy {
	display: none;
}



.fldstnb {
	border: none;
}

.crsr-dflt {
	cursor: default;
}

.discover
{
	display: none;
}

.dsply-nn
{
	display: none;
}

.anchor {
  scroll-margin-top: 120px;
}


/* **************************************** */
/*                                          */
/* **************************************** */


:root{ 

	--mcdb: 25 33 52;
	--mcdb100:rgb(var(--mcdb));

	--mcmb: 34 51 94;
	--mcmb100:rgb(var(--mcmb));

	--mclb: 14 165 233;
	--mclb100:rgb(var(--mclb));

}


.clr-mcdb100 {
	color: var(--mcdb100);
}

.clr-mcmb100 {
	color: var(--mcmb100);
}

.clr-mclb100 {
	color: var(--mclb100);
}





body { 
	background:var(--mcdb100); 
	color:#fff; 
	font-family:arial;
}

.ts1 {
	text-shadow: 1px 2px 2px rgba(0, 0, 0, .1),
      2px 4px 4px rgba(0, 0, 0, .1),
      4px 8px 8px rgba(0, 0, 0, .1),
      8px 16px 16px rgba(0, 0, 0, .1),
      16px 32px 32px rgba(0, 0, 0, .1);
}

.header { 
	text-align:center; 
	padding:28px 16px 8px;
}

.header h1 { 
	
	font-size:48px;
	font-weight: 800;
	/*text-shadow: 1px 1px 8px rgba(0, 0, 0, .8);*/
	text-shadow: 1px 2px 2px rgba(0, 0, 0, .1),
      2px 4px 4px rgba(0, 0, 0, .1),
      4px 8px 8px rgba(0, 0, 0, .1),
      8px 16px 16px rgba(0, 0, 0, .1),
      16px 32px 32px rgba(0, 0, 0, .1);
}

canvas {
	position: absolute;
	top: 0; 
	left: 0; 
	bottom: 0; 
	right: 0; 
	z-index: 1;
	opacity: 1
}

.gradient { 
	background: linear-gradient(135deg, var(--mclb100) 0%, var(--mcdb100) 75%); 
	position: relative; 
	z-index: 2; 
}

.maini {
	position: relative; 
	z-index: 3; 
	backdrop-filter: blur(2px);
	padding-top: 28px;
}

.wrap { 
	max-width:88%; 
	margin:0 auto; 
	padding:22px 16px 40px;
}

/*.grid{ display:grid; grid-template-columns:1fr 1fr 1fr; gap:36px; }*/

.grid2 { 
	display:flex; 
	gap:36px; 
	justify-content:center; 
	flex-wrap:wrap; 
}

.card { 
	width: 30%; 
	aspect-ratio: 2; 
	position:relative; 
	display:block; 
	border-radius:16px; 
	overflow:hidden; 
	box-shadow:0 10px 30px rgba(0,0,0,.45); 
	text-decoration:none 
}

.card img { 
	width:100%; 
	height:100%; 
	max-height:360px; 
	object-fit:cover; 
	display:block; 
	filter:brightness(80%); 
	transition:transform .35s ease 
}

.card:hover img { 
	transform:scale(1.04) 
}
.overlay { 
	position:absolute; 
	inset:0; 
	background:linear-gradient(180deg,transparent 40%, rgba(0,0,0,0.5) 78%); 
	display:flex; 
	align-items:flex-end; 
	padding:18px 
}

.overlay h2 { 
	margin:0; 
	font-size:20px; 
}

.badge { 
	position:absolute; 
	top:12px; 
	left:12px; 
	background:rgba(0,207,232,.9); 
	color:#0b1220; 
	font-weight:700; 
	padding:6px 10px; 
	border-radius:999px; 
	font-size:12px 
}

.card .soon {
	position: absolute;
	top: 0;
	left: 0;
	
	font-size: 34px;
	font-weight: 600;
	/*color: gray;*/
	backdrop-filter: blur(1px);
	background: rgba(0, 0, 0, 0.5);
	z-index: 10;
	width: 100%;
	height: 100%;
	
}
.card .soon span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(20deg);
	display: flex;
	justify-content: center;
	align-items: center;
}	






footer { 
	text-align:center; 
	color:#94a3b8; 
	font-size:12px;
	padding:24px 12px; 
	border-top:1px solid rgba(255,255,255,.08) 
}

@media (max-width:820px) { 
	.grid { 
		grid-template-columns:1fr; 
		gap:22px 
	} 

	header h1{ 
		font-size:22px 
	} 
}

.toph { 
	background:var(--mcdb100);
	padding:8px 16px; 
	height: 42px; 
	position: sticky; 
	top: 0; 
	left: 0; 
	right: 0; 
	z-index: 10;
	/*filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.5));*/
	filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 1));

	
}

.toph::after {
	content: "";
	position: absolute;
	top: 42px;
	left: 0;
	width: 600px; /* fixe la taille */
	height: 400px;
	/*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 200'%3E%3Cpath d='M 0 56 C 160 56 -100 -11 498 0 L 500 0 L 0 0' fill='%230f172a'%3E%3C/path%3E%3C/svg%3E");*/
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 400'%3E%3Cpath d='M 0 170 C 400 300 40 0 600 0 L 600 0 L 0 0' fill='%23192134'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain; /* ou "auto" selon ton besoin */
	z-index: 10;
	pointer-events: none;
}

.logo { 
	position: absolute; 
	top: 12px; 
	left: 12px; 
	z-index: 12; 
	width: 200px; 
	height: 200px;
}

.logo img {
	filter: drop-shadow(0px 0px 12px rgba(255, 255, 255, 0.5));
}

.mnav {
	display: flex;
	justify-content: flex-end;
	gap: 16px;
}


/* **************************************** */
/*           solution / secu alrm           */
/* **************************************** */

	.mnu {
		/*position: relative;*/
		position: sticky;
		top: 42px;
		left: 0;
		right: 0;
		backdrop-filter: blur(20px);
		z-index: 8; 
	}

	.menu--fixed {
		position: fixed !important;
		background: rgb(var(--mclb) / .3);
		transition: background 0.3s linear;
	}

	/* placeholder pour éviter les sauts (optionnel style) */
	.menu-placeholder {
	  display: block;
	  width: 100%;
	  height: 0; /* sera réglé en JS */
	}

	/* classe utilitaire pour désactiver toute transition pendant le move */
	.menu--no-transition {
	  /*transition: none !important;
	  -webkit-transition: none !important;*/
	}

	.hdr2 { 
		padding:28px 16px 8px;
	}



	.header2 h1 { 
		/*margin:14px 0 0; */
		font-size:48px;
		text-shadow: 1px 2px 2px rgba(0, 0, 0, .1),
      2px 4px 4px rgba(0, 0, 0, .1),
      4px 8px 8px rgba(0, 0, 0, .1),
      8px 16px 16px rgba(0, 0, 0, .1),
      16px 32px 32px rgba(0, 0, 0, .1);
	}

	.glass2 { 
    	background: rgba(255,255,255,0.05); 
    	backdrop-filter: blur(10px); 
    }

    .glass { 
    	background: rgba(255,255,255,0.05); 
    	backdrop-filter: blur(10px); 
    }

    .glass:hover { 
    	background: rgba(255,255,255,0.1); 
    	backdrop-filter: blur(10px); 
    }

    a.glass {
    	color: white;
    }

    .muted {
    	color:var(--muted)
    }

    .undr {
    	border-bottom: 3px solid;
    	border-image: linear-gradient(90deg, var(--mclb100) 0%, var(--mcdb100) 75%) 1;
    }


    .lead{color:var(--muted);margin:4px 0 16px}


    section a{color: rgba(0, 0, 0, .8);text-decoration:none}

    .btn{
    	display:inline-flex;
    	align-items:center;
    	gap:10px;
    	border:1px solid var(--ring);
    	padding:12px 16px;
    	border-radius:999px;
    	background:rgba(255,255,255,1);
    }

    .btn.primary{
    	background-image:var(--gradient);border-color:transparent;color:#031018;
    	font-weight:600
    }

    .btn:hover{
    	transform:translateY(-1px)
    } 

    .btn:active{
    	transform:none
    }
    

    
    .diapo {
    	width: 100vw;
    	height: 400px;
    	border-bottom: 8px solid var(--mcdb100);
    }

    .ct {
    	text-align: center;
    }

    .o45 {
    	max-height: 300px ;
    }

    .ga02 {
    	width: 100%;
    	aspect-ratio: 1/1;
    	
    }

    .ga02 img {
    	object-fit: cover;
    	width: 100%;
    	height: 100%;
    }

    .ghy img {
    	max-width: 60%;
    }

    .mw-90 {
    	max-width: 90%;
    }


/*prenom
nom
societe
ville
tel
email
besoins
delai
sites
message
*/

/* **************************************** */
/*              zone chalandise             */
/* **************************************** */

:root {--bg:#101b34;--bg-deep:#081021;--panel:rgba(255,255,255,0.06);--panel-border:rgba(255,255,255,0.1);--text:#ffffff;--text-soft:rgba(255,255,255,0.78);--text-muted:rgba(255,255,255,0.68);--accent:#9bc7ff;--accent-strong:#71aef7;--accent-dark:#0f1b34;--secondary:#d3d9e5;--shadow:0 24px 60px rgba(0,0,0,0.28);--radius-xl:28px;--radius-lg:22px;--radius-md:18px;--radius-sm:12px;--max-width:1280px;}
 * {box-sizing:border-box;}
 
 a {color:inherit;text-decoration:none;}
 .service-area {padding:64px 16px;}
 .service-area::before {content:"";removed-by-webmail:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,0.02),transparent 35%,transparent 65%,rgba(255,255,255,0.015));pointer-events:none;}
 .service-area__container {removed-by-webmail:relative;max-width:var(--max-width);margin:0 auto;}
 .service-area__header {max-width:820px;}
 
 .service-area__intro {margin:24px 0 0;max-width:980px;color:var(--text-soft);font-size:1.05rem;line-height:1.85;}
 .service-area__grid {
 		padding-top: 32px;
 		display: grid;
 		grid-template-columns: 4fr 1fr;
 		grid-column-gap: 16px;
		grid-row-gap: 16px;
 }
 .card {border-radius:var(--radius-xl);border:1px solid var(--panel-border);background:var(--panel);box-shadow:var(--shadow);backdrop-filter:blur(12px);}
 .card--map {padding:20px;}
 .card--info {padding:28px;display:flex;flex-direction:column;justify-content:space-between;}
 .map-frame {min-height:320px;}
 .map-frame svg {width:100%;height:100%;max-width:680px;display:block;}
 .map-note {right:14px;bottom:14px;max-width:calc(100% - 28px);}
 .map-note__title {margin:0;font-size:0.95rem;font-weight:700;}
 .map-note__text {margin:4px 0 0;color:var(--text-muted);font-size:0.92rem;}
 .legend {display:flex;flex-wrap:wrap;gap:24px;margin-top:20px;color:var(--text-soft);font-size:0.95rem;}
 .legend__item {display:inline-flex;align-items:center;gap:10px;}
 .legend__dot {width:14px;height:14px;border-radius:50%;flex:0 0 14px;}
 .legend__dot--primary {background:linear-gradient(180deg,var(--accent),var(--accent-strong));box-shadow:0 0 12px rgba(108,166,243,0.35);}
 .legend__dot--secondary {background:var(--secondary);}
 .tags {display:flex;flex-wrap:wrap;gap:10px;margin-top: 36px;}
 .tag {padding:8px 14px;border-radius:999px;border:1px solid rgba(156,195,255,0.2);background:rgba(156,195,255,0.1);color:#dce8ff;font-size:0.9rem;}
 .info-title {margin:0;font-size:1.6rem;letter-spacing:-0.02em;}
 .departments {

 	display: grid;
	grid-template-columns: 1fr;
	grid-column-gap: 16px;
	grid-row-gap: 16px;
 }
 .departments li {display:flex;align-items:center;gap:14px;
 		transition: all 0.2s ease;
	  cursor: pointer;
 }
 .department-code {display:inline-flex;align-items:center;justify-content:center;min-width:48px;height:48px;border-radius:14px;border:1px solid rgba(156,195,255,0.2);background:linear-gradient(180deg,rgba(155,199,255,0.22),rgba(108,166,243,0.15));color:var(--text);font-weight:700;}
 .department-name {color:rgba(255,255,255,0.9);}
 
 
 

 .card--map,.card--info {padding:18px;}

 .dep-list {
 	display: flex;
 	align-items: center;
 }



.pt-label {
  pointer-events: none;
}



.dep-path {
  transition: all 0.18s ease;
}


.departments li.highlight {
  filter: brightness(1.35) contrast(1.15);
  background: rgba(255,255,255,0.1);
	backdrop-filter: blur(10px);
}
.dep-path.highlight {
  fill: #0ea5e9;
}






/* **************************************** */
/*              Modale contact              */
/* **************************************** */

body.modal-open {
  overflow: hidden;
  padding-right: 15px;
}

.modal-bkgrd {
	width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, .2);

    position: fixed;
    inset: 0;
    overflow: auto;

    z-index: 50;

  opacity: 0;
	visibility: hidden;
	/*transition: opacity 200ms ease, visibility 200ms ease;*/
	/*transition: transform 250ms cubic-bezier(.2,.8,.2,1), opacity 200ms ease;*/

	display: flex;
    justify-content: center;
    /*align-items: center;*/

    gap: 32px;

    backdrop-filter: blur(6px);

    overscroll-behavior : contain;

}

.modal-bkgrd.mdl-newsletter {

    align-items: center;
}



.modal-bkgrd.is-open {
	/*display: flex;*/
	opacity: 1;
	visibility: visible;
}

.modal-bkgrd .modal-content {
	width: 720px;

	height: auto;


	border-radius: 8px;

	background: var(--mclb100);
	background: linear-gradient(135deg, var(--mclb100) 0%, var(--mcdb100) 75%);

    z-index: 52;
    display: flex;

    color: white;

    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 10px;

    position: relative;

    padding: 64px 64px;

  	transform: scale(0.95);
	opacity: 0;
	/*transition: transform 200ms ease, opacity 200ms ease;*/
	transition: transform 250ms cubic-bezier(.2,.8,.2,1), opacity 200ms ease;

}

/* Animation du contenu quand ouvert */
.modal-bkgrd.is-open .modal-content {
	transform: scale(1);
	opacity: 1;
}


/*.field {
	width: 100%;
	height: 3rem;
	color: black;
}

.field-2 {
	width: 100%;
	height: 16rem;
	color: black;
}*/


/*.form_contact .btn-submit {
	width: 100%;
	text-align: center;
	display: block;
}

.form_contact .btn-submit input {
	padding: 20px 40px;
	background-color: transparent;
	color: white;
	border: 3px solid white;
	font-weight: 600;
}


.form_contact .btn-submit input:hover {
	background-color: white;
	color: black;
	border: 3px solid white;
}*/



/*transition: transform 200ms ease, opacity 200ms ease;
transition: transform 250ms cubic-bezier(.2,.8,.2,1), opacity 200ms ease;*/



select option  {
	background: var(--mcdb100);
}



.quote-card.qc-newsletter {
	width:min(580px,100%);
}

.quote-card.qc-audit {
	width:min(820px,100%);
}

.quote-card.qc-contact {
	width:min(640px,100%);
}

.quote-card.qc-helpdesk {
	width:min(640px,100%);
}




.quote-card{
  /*width:min(920px,100%);*/
  background: linear-gradient(135deg, var(--mclb100) 0%, var(--mcdb100) 75%);
  border-radius:8px;
  padding:36px;
  margin: 36px;
  /*backdrop-filter: blur(10px);*/
  /*box-shadow: 0 10px 28px rgba(0,0,0,.35);*/
  color:#fff;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  position: relative;
}
.quote-card h2{margin:0 0 6px;font-size:28px}
.quote-subtitle{margin:0 0 18px;color:rgba(255,255,255,.75)}


.closeModal {
	position: absolute;
	top: 16px;
	right: 16px;
	font-size: 36px;
}


.quote-form {
	display: flex;
	flex-direction: column;
	gap: 12px;

}

.quote-form .gridc{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.quote-form .field{display:flex;flex-direction:column;gap:6px;}
.quote-form label{font-weight:600;font-size:14px}
.quote-form input,
.quote-form select,
.quote-form textarea{
  background:rgba(255,255,255,.08);
  color:#fff;
  border:1px solid rgba(255,255,255,.14);
  border-radius:12px;
  padding:12px 12px;
  outline:none;
}
.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
	border-color:rgba(70,180,255,.65);box-shadow:0 0 0 3px rgba(70,180,255,.18)}

.quote-form .choices{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:8px;
	margin-top:6px
}

.quote-form .choices label{font-weight:500}
.quote-form .hint{color:rgba(255,255,255,.6)}
.quote-form .consent{margin-top:10px}
.quote-form .privacy{margin:8px 0 0;color:rgba(255,255,255,.65);font-size:13px}
.quote-form .btn1{
  width:100%;
  margin-top:16px;
  padding:14px 14px;
  border:none;
  border-radius:999px;
  background:#fff;
  color:#0b1733;
  font-weight:800;
  cursor:pointer;
  /*text-align: center;*/
}
.quote-form .btn1:hover{filter:brightness(.96)}
.quote-form .meta{margin:10px 0 0;text-align:center;color:rgba(255,255,255,.7);font-size:13px}
.quote-form .hp-field{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
@media (max-width:720px){
  .quote-form .gridc{grid-template-columns:1fr}
  .quote-form .choices{grid-template-columns:1fr}
}





.badge-modal {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.9);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
}

.proof {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  color: rgba(255,255,255,0.93);
  font-size: 15px;
}

.proof li::before {
  content: "✓";
  font-weight: 800;
  margin-right: 10px;
  color: #9ce7ff;
}


.h14 {
	height: 12rem;
}

.boder {
	padding-left: 14px;
	border-left: 4px solid var(--mclb100);
}

.bdg1 {
	position: absolute;
	top: 14px;
	right: 14px;
	font-size: 0.72rem;
	font-weight: 700;
	color: black;
	background: rgb(125 211 252);
	padding: 3px 8px;
	border-radius: 999px;
}

.tri {
	position: relative;
}




/* **************************************** */
/*            Effacement loader             */
/* **************************************** */



.no-js .loader {
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.1s linear;
}

.no-js.vrflwhddn {
	overflow: auto;
	overflow-y: scroll;

}

.hide {
	display: none;
}