/*-----------------------------------------------------------------------------------
	Normandiemedia.com | Multimedia & Audiovisuel
	About: Audiovisuel & Internet en Normandie (Eure - 27).
	Author: Normandie Media
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:var(--swatch-var-3424);
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'Roboto-Regular';
	src: url('./fonts/Roboto-Regular/Roboto-Regular.ttf');
	src: url('./fonts/Roboto-Regular/Roboto-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Roboto-Black';
	src: url('./fonts/Roboto-Black/Roboto-Black.ttf');
	src: url('./fonts/Roboto-Black/Roboto-Black.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Roboto-Bold';
	src: url('./fonts/Roboto-Bold/Roboto-Bold.ttf');
	src: url('./fonts/Roboto-Bold/Roboto-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'STIXTwoText';
	src: url('./fonts/STIXTwoText/STIXTwoText.ttf');
	src: url('./fonts/STIXTwoText/STIXTwoText.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'ClickerScript-Regular';
	src: url('./fonts/ClickerScript-Regular/ClickerScript-Regular.ttf');
	src: url('./fonts/ClickerScript-Regular/ClickerScript-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Roboto-Medium';
	src: url('./fonts/Roboto-Medium/Roboto-Medium.ttf');
	src: url('./fonts/Roboto-Medium/Roboto-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* = NavBar
-------------------------------------------------------------- */

/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}

/* = Icons
-------------------------------------------------------------- */
.icon-sm{
	font-size:18px!important;
}
.icon-md{
	font-size:30px!important;
}
.icon-lg{
	font-size:60px!important;
}

/*  Image Protection */
.img-protected{
	-webkit-touch-callout: none;
}



/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}




/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* = Modal
-------------------------------------------------------------- */

.modal-fill{
	max-width: 99%;
}

.close{
	color:#000;
	opacity:0.5;
}
.close:hover{
	opacity:1;
}
.modal-header > [data-bs-dismiss="modal"]{
	margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.10 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Roboto-Regular";
	font-size:18px;
}
.container{
	max-width:1260px;
}
.ft-bold{
	text-decoration:none;
	font-weight:normal;
	font-family:"Roboto-Bold";
}
.ft-bold:hover{
	text-decoration:none;
}
.bloc-00{
	padding:0px 0px 0px 0px;
	margin:0px 0px 18px 0px;
	border-radius:90px 90px 90px 90px;
	background-color:var(--swatch-var-946);
	overflow:hidden;
	background-size:contain;
	background-image:url("img/Loading.png");
}
.popup-button-close-ctnr{
	border-width:0px 0px 0px 0px;
}
.popup-butt-close{
	font-size:54px!important;
}
.popup-butt-close:hover{
	filter:blur(0px);
}
.popup-header{
	border-bottom-width:0px!important;
	padding:0px 0px 0px 0px!important;
}
.close-special-menu .close-icon{
	background-size:auto auto;
}
.popup-investors-tit1{
	font-family:"STIXTwoText";
	font-size:27px;
	text-transform:none;
	color:var(--swatch-var-5967)!important;
	text-align:center;
	letter-spacing:0.6em;
}
.popup-investors-tit2{
	font-family:"Roboto-Black";
	color:var(--swatch-var-5967)!important;
	font-size:90px;
	text-align:center;
}
.clr-wh{
	color:var(--swatch-var-5967)!important;
}
.scrollToTop{
	width:126px;
	height:126px;
	min-width:72px;
	min-height:72px;
	max-width:126px;
	max-height:126px;
	backdrop-filter:blur(36px);
	-webkit-backdrop-filter:blur(36px);
	border-radius:90px 90px 90px 90px;
}
.popup-logo{
	height:27px;
	width:240px;
}
.modal-sorry{
	border-radius:45px 45px 45px 45px;
	background-color:var(--swatch-var-946);
	margin-left:18%;
	margin-right:18%;
	padding:45px 45px 45px 45px!important;
	z-index:9999;
}
.modal-sorry:hover{
	background-color:#2D2D2D;
}
.modal-header{
	border-bottom-width:0px!important;
	padding:0px 0px 0px 0px!important;
	margin-right:18px;
}
.modal-button-close-ctnr{
	border-width:0px 0px 0px 0px;
}
.modal-butt-close{
	font-size:54px!important;
}
.modal-butt-close:hover{
	filter:blur(0px);
}
.modal-sorry-tit1{
	font-size:72px;
	text-transform:none;
	color:var(--swatch-var-5967)!important;
	text-align:center;
	font-family:"Roboto-Black";
}
.modal-p{
	font-size:21px;
	color:var(--swatch-var-5967)!important;
}
.modal-a{
	border-color:var(--swatch-var-3503)!important;
	text-decoration:none;
	font-size:21px;
}
.modal-a:hover{
	text-decoration:underline!important;
	color:var(--swatch-var-5967)!important;
}
.modal-wanted{
	padding:36px 36px 36px 36px;
	margin-left:18%;
	border-radius:18px 18px 18px 18px;
	margin-right:18%;
	z-index:9999;
	background-color:var(--swatch-var-2656);
}
.modal-wanted:hover{
	background-color:#B52664;
}
.responsive-img{
	border-radius:90px 90px 90px 90px;
	overflow:hidden;
	margin:36px auto 36px auto;
}
.responsive-img:hover{
	box-shadow:0.00px -0.00px 27px rgba(255,0,223,0.72);
}
.ft-versionmobile{
	font-size:45px;
	text-transform:none;
	padding-left:45px;
	padding-right:45px;
}
.responsive-00{
	filter:brightness(2);
	border-radius:90px 90px 90px 90px;
}
.spline{
	height:100vh;
	min-height:100vh;
	width:100vw;
	min-width:100vw;
	max-width:100vw!important;
}
.bloc-spline-colonne{
	width:100vw!important;
	min-width:100vw;
	height:100vh;
	min-height:100vh;
	max-width:100%!important;
}
.bloc-spline-rangee{
	width:100vw!important;
	min-width:100vw;
	height:100vh;
	min-height:100vh;
	max-width:100%!important;
}
.responsive-col{
	margin-left:auto;
	margin-right:auto;
	padding:0px 0px 0px 0px!important;
}
.stars{
	margin:120px 0px 120px 0px;
}
.bloc-bottom{
	border-radius:90px 90px 90px 90px;
	background-color:var(--swatch-var-5967);
	padding:0px 45px 0px 45px!important;
	overflow:hidden;
}
.bottom-col-spline{
	overflow:visible;
	padding:0px 0px 0px 0px!important;
}
.bottom-ico{
	z-index:9!important;
}
.bottom-col-sitemap{
	margin-top:144px!important;
}
.bottom-social{
	margin-bottom:9px;
}
.bottom-htts{
	font-size:12px;
	text-transform:none;
	margin-top:9px;
	margin-bottom:9px;
	color:var(--swatch-var-3424)!important;
}
.bottom-htts-p{
	font-size:15px;
	color:var(--swatch-var-3424)!important;
}
.ft-clicker{
	font-family:"ClickerScript-Regular";
	font-size:24px;
}
.bottom-htts-a-nm{
	text-transform:none;
	text-decoration:none;
	font-size:15px;
	color:var(--swatch-var-3424)!important;
	border-style:solid;
	padding:0px 0px 3px 0px;
	border-width:0px 0px 2px 0px;
	border-color:var(--swatch-var-5967)!important;
	font-family:"Roboto-Medium"!important;
}
.bottom-htts-a-nm:hover{
	text-decoration:none;
	border-style:solid;
	border-color:var(--swatch-var-3641)!important;
	padding-bottom:3px;
	border-width:0px 0px 2px 0px;
}
.bottom-htts-a-nm:active{
	border-width:0px 0px 2px 0px;
	border-color:var(--swatch-var-3722)!important;
}
.bottom-htts-a-nw{
	text-transform:none;
	border-color:var(--swatch-var-5967)!important;
	text-decoration:none;
	font-size:15px;
	color:var(--swatch-var-3424)!important;
	border-style:solid;
	padding:0px 0px 3px 0px;
	border-width:0px 0px 2px 0px;
	font-family:"Roboto-Medium"!important;
}
.bottom-htts-a-nw:hover{
	text-decoration:none;
	border-style:solid;
	border-color:var(--swatch-var-4667)!important;
	padding-bottom:3px;
	border-width:0px 0px 2px 0px;
}
.bottom-htts-a-nw:active{
	border-width:0px 0px 2px 0px;
	border-style:solid;
	border-color:var(--swatch-var-7984)!important;
}
.bottom-htts-a-nd{
	text-transform:none;
	border-color:var(--swatch-var-5967)!important;
	text-decoration:none;
	font-size:15px;
	color:var(--swatch-var-3424)!important;
	border-style:solid;
	padding:0px 0px 3px 0px;
	border-width:0px 0px 2px 0px;
	font-family:"Roboto-Medium"!important;
}
.bottom-htts-a-nd:hover{
	text-decoration:none;
	border-style:solid;
	padding-bottom:3px;
	border-width:0px 0px 2px 0px;
	border-color:#2FE66E!important;
}
.bottom-htts-a-nd:active{
	border-width:0px 0px 2px 0px;
	border-style:solid;
	border-color:var(--swatch-var-4667)!important;
}
.bottom-htts-a-np{
	text-transform:none;
	border-color:var(--swatch-var-5967)!important;
	text-decoration:none;
	font-size:15px;
	color:var(--swatch-var-3424)!important;
	border-style:solid;
	padding:0px 0px 3px 0px;
	border-width:0px 0px 2px 0px;
	font-family:"Roboto-Medium"!important;
}
.bottom-htts-a-np:hover{
	text-decoration:none;
	border-style:solid;
	padding-bottom:3px;
	border-width:0px 0px 2px 0px;
	border-color:#3A247B!important;
}
.bottom-htts-a-np:active{
	border-width:0px 0px 2px 0px;
	border-style:solid;
	border-color:var(--swatch-var-3722)!important;
}
.bottom-htts-a-mpm{
	text-transform:none;
	border-color:var(--swatch-var-5967)!important;
	text-decoration:none;
	font-size:15px;
	color:var(--swatch-var-3424)!important;
	border-style:solid;
	padding:0px 0px 3px 0px;
	border-width:0px 0px 2px 0px;
	font-family:"Roboto-Medium"!important;
}
.bottom-htts-a-mpm:hover{
	text-decoration:none;
	border-style:solid;
	border-color:var(--swatch-var-7984)!important;
	padding-bottom:3px;
	border-width:0px 0px 2px 0px;
}
.bottom-htts-a-mpm:active{
	border-width:0px 0px 2px 0px;
	border-style:solid;
	border-color:var(--swatch-var-2318)!important;
}
.bottom-htts-a{
	text-transform:none;
	padding:3px 3px 3px 3px;
	text-decoration:none;
	font-size:15px;
	border-width:0px 0px 2px 0px;
	color:var(--swatch-var-3424)!important;
	font-family:"Roboto-Medium"!important;
}
.bottom-htts-a:hover{
	text-decoration:none;
	border-width:0px 0px 2px 0px;
	border-style:solid;
	border-color:var(--swatch-var-3424)!important;
}
.bottom-htts-a:active{
	text-decoration:none;
	border-width:0px 0px 2px 0px;
}
.bottom-logo-normandiemedia{
	height:15px;
	max-height:15px;
	margin-bottom:18px;
	min-height:15px;
	margin-top:6px;
}
.bottom-spline{
	display:inline-block;
	overflow:visible;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-5967:rgba(255,255,255,1.00);
	
	--swatch-var-7984:rgba(255,0,0,1.00);
	
	--swatch-var-3424:rgba(0,0,0,1.00);
	
	--swatch-var-502:#E7E7E7;
	
	--swatch-var-5826:#FF1111;
	
	--swatch-var-6669:rgba(206,0,0,1.00);
	
	--swatch-var-7957:rgba(24,56,112,1.00);
	
	--swatch-var-3489:rgba(1,28,78,1.00);
	
	--swatch-var-3503:rgba(255,255,255,0);
	
	--swatch-var-3002:#0000D6;
	
	--swatch-var-6673:rgba(0,207,0,1.00);
	
	--swatch-var-4667:rgba(255,230,0,1.00);
	
	--swatch-var-2451:rgba(83,1,132,1.00);
	
	--swatch-var-3722:rgba(255,0,245,1.00);
	
	--swatch-var-4041:#1D193E;
	
	--swatch-var-2318:rgba(233,0,15,1.00);
	
	--swatch-var-1273:rgba(255,0,59,1.00);
	
	--swatch-var-6191:rgba(134,62,93,1.00);
	
	--swatch-var-847:rgba(137,0,63,1.00);
	
	--swatch-var-6281:#0126C9;
	
	--swatch-var-2656:rgba(138,0,63,1.00);
	
	--swatch-var-280:#8C1A4C;
	
	--swatch-var-3641:rgba(197,79,135,1.00);
	
	--swatch-var-656:rgba(254,33,137,1.00);
	
	--swatch-var-6311:rgba(7,7,7,1.00);
	
	--swatch-var-946:rgba(12,12,12,1.00);
	
}


/* Background colour styles */

.bgc-946{
	background-color:var(--swatch-var-946);
}

/* Text colour styles */

.tc-5967{
	color:var(--swatch-var-5967)!important;
}

/* Icon colour styles */

.icon-5967{
	color:var(--swatch-var-5967)!important;
	border-color:var(--swatch-var-5967)!important;
}

/* Bloc image backgrounds */


/* = Custom Bric Data
-------------------------------------------------------------- */

.smartnav{
	position:fixed;
	top:0;
	right:0;
	left:0;
	z-index:1030;
	-webkit-overflow-scrolling:touch;
}
.smartnav .navbar-nav>.nav-item a.nav-link{
	border:0 solid transparent}.scrolled-down{
	transform:translateY(-100%);
	transition:all .3s ease-in-out}.scrolled-up{
	transform:translateY(0);
	transition:all .3s ease-in-out}.page-scroll-progress-bar{
		top:0;
		left:0;
		right:0;
		width:0;
		position: fixed;
		z-index: 999999;
}
.page-scroll-progress-bar.bottom-edge{
	top: initial;
	bottom: 0;
}
.social-link-bric a svg{
	transition: all 0.3s ease-in-out;
}
.social-hover-fade a:hover svg{
	opacity: 0.5;
}
.social-hover-grow a:hover svg{
	transform: scale(1.2);
}
.social-hover-shrink a:hover svg{
	transform: scale(0.9);
}
.social-hover-shadow a:hover svg{
	filter: drop-shadow(0px 6px 2px rgba(0,0,0,0.3));
	overflow: visible;
}

/* = Additional CSS
-------------------------------------------------------------- */
/* Browser */

::-webkit-scrollbar {
	display:						none!important;
	width:							18px;
	background:					#000;
	}
::-webkit-scrollbar-track		{
	background:					#000;
	border-radius:				9px;
	}
::-webkit-scrollbar-thumb		{
	background:					#090909;
	border-radius:				18px;
	}
::-webkit-scrollbar-thumb:hover	{
	background:					#fff;
	}
::selection {
	background:					#000000;
	color:							#ffffff;
	}
:root {
	--clr1:						#ff0000;
	--clr1-light:					#FF1111;
	--clr1-lighter:				#;
	--clr1-dark:					#D00000;
	--clr1-darker:				#BF0000;
	--clr2:						#000000;
	--clr2-light:					#0A0A0A;
	--clr2-lighter:				#121212;
	--clr2-dark:					#;
	--clr2-darker:				#;
	--clrw:						#ffffff;
	--clrb:						#000000;
	}

body {
	padding:						18px;
	}
html, body {
	scrollbar-width:				none !important; /* Firefox */
	-ms-overflow-style:			none !important; /* IE / Edge Legacy */
	}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
	width:							0 !important;
	height:						0 !important;
	display:						none !important; /* Chrome / Safari / Opera */
	}








/* Scrollbutton */

.scrollToTop {
	bottom:						50%;
	}
.scrollToTop:hover {
	background-color:			#090909;
	}
.scroll-to-top-btn-icon {
	stroke:						var(--clrw);
	fill:							none;
	stroke-width:					6px;
	fill-rule:					evenodd;
	stroke-linecap:				round;
	}
.scroll-to-top-btn-icon:hover {
	stroke:						var(--clrw);
	}








/* BLOCS */

.blocs {
	}
.bloc-bottom {
	overflow:						hidden;
	}
.bloc-fill-screen {
	min-height:					96.6vh!important;
	max-height:					96.6vh!important;
	height:						96.6vh!important;
	}








/* BOTTOM */

.bottom-logo-ico {
	aspect-ratio: 312 / 75;   /* garde le ratio */
	width: 100%;              /* largeur flexible */
	height: auto;             /* hauteur calculée automatiquement */
	min-width: 270px;         /* jamais en dessous de 333px */
	max-width: 375px;         /* jamais en dessous de 333px */
	}


.bottom-3d {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bottom-3d spline-viewer {
	width: 100%;
	max-width: 420px;
	height: auto;
	display: block;
}








/* MODAL */

.modal{
	}
.modal-backdrop.show {
	background-color:			rgba(255, 255, 255, 0);
	opacity:						1;
	backdrop-filter:				blur(0px);
	-webkit-backdrop-filter:	blur(0px);
	filter:						blur(0px);
	}

.modal-sorry:not( :hover ) {
	transform:					scale(1, 1)rotate(-2.7deg);
	box-shadow:					rgba(0, 0, 0, 1) 0px 207px 270px -180px;
	-webkit-transition:			450ms ease-in-out;
	-moz-transition:				450ms ease-in-out;
	-ms-transition:				450ms ease-in-out;
	-o-transition:				450ms ease-in-out;
	transition:					450ms ease-in-out;
	backdrop-filter:				blur(0px);
	-webkit-backdrop-filter:	blur(0px);
	}
.modal-sorry:hover {
	transform:					scale(0.99, 0.99) rotate(-2.1deg);
	box-shadow:					rgba(0, 0, 0, 1) 0px 126px 144px -90px;
	-webkit-transition:			90ms ease-in-out;
	-moz-transition:				180ms ease-in-out;
	-ms-transition:				180ms ease-in-out;
	-o-transition:				180ms ease-in-out;
	transition:					90ms ease-in-out;
	backdrop-filter:				blur(0px);
	-webkit-backdrop-filter:	blur(0px);
	}
.modal-wanted:not( :hover ) {
	transform:					scale(1, 1)rotate(0deg);
	box-shadow:					rgba(0, 0, 0, 1) 0px 207px 270px -180px;
	-webkit-transition:			450ms ease-in-out;
	-moz-transition:				450ms ease-in-out;
	-ms-transition:				450ms ease-in-out;
	-o-transition:				450ms ease-in-out;
	transition:					450ms ease-in-out;
	backdrop-filter:				blur(0px);
	-webkit-backdrop-filter:	blur(0px);
	background-color:			;
	}
.modal-wanted:hover {
	transform:					scale(0.99, 0.99) rotate(0deg);
	box-shadow:					rgba(0, 0, 0, 1) 0px 126px 144px -90px;
	-webkit-transition:			90ms ease-in-out;
	-moz-transition:				180ms ease-in-out;
	-ms-transition:				180ms ease-in-out;
	-o-transition:				180ms ease-in-out;
	transition:					90ms ease-in-out;
	backdrop-filter:				blur(0px);
	-webkit-backdrop-filter:	blur(0px);
	background-color:			;
	}








/* Various */
#scrolltext {
	font-size:					12px!important;
	margin:						0px;
	padding:						0px;
	}








/* Responsive */
.responsive-img:not( :hover ) {
	transform:			scale(1, 1);
	-webkit-transition: 360ms ease-out;
	-moz-transition:    360ms ease-in-out;
	-ms-transition:     360ms ease-in-out;
	-o-transition:      360ms ease-in-out;
	transition:         360ms ease-in-out;
	}
.responsive-img:hover {
	transform:			scale(0.981, 0.981);
	-webkit-transition: 360ms ease-out;
	-moz-transition:    360ms ease-in-out;
	-ms-transition:     360ms ease-in-out;
	-o-transition:      360ms ease-in-out;
	transition:         360ms ease-in-out;
	}




/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.bloc-00{
		border-radius:45px 45px 45px 45px;
	}
	.popup-investors-tit1{
		font-size:27px;
		text-align:center;
	}
	.popup-investors-tit2{
		text-align:center;
		font-size:81px;
	}
	.popup-logo{
		height:27px;
		width:240px;
	}
	.modal-sorry{
		margin:9% 9% 9% 9%;
		padding:36px 36px 36px 36px;
		border-radius:45px 45px 45px 45px;
	}
	.modal-sorry-tit1{
		font-size:81px;
		text-align:center;
	}
	.modal-p{
		margin-bottom:27px;
		font-size:18px;
	}
	.modal-a{
		font-size:18px;
	}
	.modal-wanted{
		margin:9% 9% 9% 9%;
		padding:36px 36px 36px 36px;
	}
	.ft-versionmobile{
		font-size:21px;
	}
	.responsive-img{
		border-radius:45px 45px 45px 45px;
		margin-top:18px;
		margin-bottom:18px;
	}
	.responsive-00{
		filter:brightness(2);
		border-radius:45px 45px 45px 45px;
	}
	.stars{
		margin-top:90px;
		margin-bottom:90px;
	}
	.responsive-col{
		padding:0px 0px 0px 0px!important;
		text-align:center;
		left:auto;
		right:auto;
	}
	.bloc-bottom{
		padding-right:18px!important;
		padding-left:18px!important;
		border-radius:45px 45px 45px 45px;
		padding-top:36px!important;
	}
	.bottom-ico{
		margin-top:72px;
		margin-bottom:72px;
	}
	.bottom-logo{
		max-height:72px;
		height:72px;
		width:300px;
		max-width:300px;
	}
	.bottom-col-sitemap{
		margin-top:0px!important;
	}
	.bottom-htts-a-nm{
		font-size:15px;
	}
	.bottom-htts-a-nw{
		font-size:15px;
	}
	.bottom-htts-a-nd{
		font-size:15px;
	}
	.bottom-htts-a-np{
		font-size:15px;
	}
	.bottom-htts-a-mpm{
		font-size:15px;
	}
	.bottom-htts-a{
	}
	.bottom-htts-p{
		font-size:15px;
	}
	
}

@media (max-width: 767px){
	.popup-button-close-ctnr{
		margin-bottom:45px;
	}
	.bloc-00{
		border-radius:36px 36px 36px 36px;
	}
	.popup-investors-tit1{
		font-size:27px;
	}
	.popup-investors-tit2{
		font-size:72px;
	}
	.popup-logo{
		height:24px;
		width:213px;
	}
	.modal-sorry{
		margin:6% 6% 6% 6%;
		padding:27px 27px 27px 27px;
		border-radius:27px 27px 27px 27px;
	}
	.modal-button-close-ctnr{
		margin-bottom:45px;
	}
	.modal-sorry-tit1{
		font-size:72px;
	}
	.modal-p{
		font-size:15px;
	}
	.modal-a{
		font-size:15px;
	}
	.modal-wanted{
		margin:6% 6% 6% 6%;
		padding:27px 27px 27px 27px;
	}
	.popup-butt-close{
		padding:18px 18px 18px 18px;
	}
	.responsive-img{
		border-radius:36px 36px 36px 36px;
		margin:9px auto 9px auto;
	}
	.responsive-00{
		border-radius:36px 36px 36px 36px;
		filter:brightness(2);
	}
	.ft-versionmobile{
		font-size:18px;
	}
	.stars{
		margin-top:60px;
		margin-bottom:60px;
	}
	.responsive-col{
		padding:0px 0px 0px 0px!important;
	}
	.bloc-bottom{
		border-radius:36px 36px 36px 36px;
		padding:36px 18px 36px 18px!important;
	}
	.bottom-ico{
		margin-top:54px;
		margin-bottom:54px;
	}
	.bottom-logo{
		max-height:54px;
		min-width:112px;
		max-width:225px;
		width:225px;
		height:54px;
		min-height:27px;
	}
	.bottom-col-sitemap{
		margin-top:0px!important;
	}
	.bottom-htts-a-nm{
		font-size:15px;
	}
	.bottom-htts-a-nw{
		font-size:15px;
	}
	.bottom-htts-a-nd{
		font-size:15px;
	}
	.bottom-htts-a-np{
		font-size:15px;
	}
	.bottom-htts-a-mpm{
		font-size:15px;
	}
	.bottom-htts-a{
	}
	.bottom-htts-p{
		font-size:15px;
	}
	
}

@media (max-width: 575px){
	.popup-button-close-ctnr{
		margin-bottom:-9px;
	}
	.bloc-00{
		border-radius:27px 27px 27px 27px;
	}
	.popup-investors-tit1{
		font-size:24px;
		letter-spacing:0.3em;
	}
	.popup-investors-tit2{
		font-size:45px;
	}
	.popup-logo{
		height:21px;
		width:186px;
	}
	.modal-sorry{
		border-radius:18px 18px 18px 18px;
	}
	.modal-button-close-ctnr{
		margin-bottom:-9px;
	}
	.modal-sorry-tit1{
		font-size:54px;
	}
	.modal-p{
		margin-bottom:27px;
		font-size:15px;
	}
	.modal-a{
		font-size:15px;
	}
	.modal-wanted{
		padding:18px 18px 18px 18px;
		margin:0% 0% 0% 0%;
		background-color:var(--swatch-var-2656);
	}
	.popup-butt-close{
		padding:9px 9px 9px 9px;
	}
	.responsive-img{
		border-radius:27px 27px 27px 27px;
		margin:6px auto 6px auto;
	}
	.responsive-00{
		border-radius:27px 27px 27px 27px;
		filter:brightness(2);
	}
	.responsive-img:hover{
	}
	.img-style{
		width:260px;
		height:260px;
	}
	.modal-wanted:hover{
	}
	.ft-versionmobile{
		font-size:15px;
	}
	.stars{
		margin-top:45px;
		margin-bottom:45px;
	}
	.responsive-col{
		padding:0px 0px 0px 0px!important;
	}
	.bloc-bottom{
		border-radius:27px 27px 27px 27px!important;
		padding-left:0px!important;
		padding-right:0px!important;
	}
	.bottom-ico{
		margin-bottom:27px;
		margin-top:27px;
	}
	.bottom-logo{
		max-height:45px;
		max-width:188px;
		width:188px;
		height:45px;
		min-height:23px;
		min-width:94px;
	}
	.bottom-col-sitemap{
		margin-top:0px!important;
	}
	.bottom-htts{
	}
	.bottom-htts-cols{
		padding-left:0px;
		padding-right:0px;
	}
	.bottom-htts-p{
		font-size:12px;
	}
	.bottom-htts-a-nm{
		font-size:12px;
	}
	.bottom-htts-a-nw{
		font-size:12px;
	}
	.bottom-htts-a-nd{
		font-size:12px;
	}
	.bottom-htts-a-np{
		font-size:12px;
	}
	.bottom-htts-a-mpm{
		font-size:12px;
	}
	.bottom-htts-a{
		font-size:12px;
		border-width:0px 0px 2px 0px;
	}
	.ft-clicker{
		font-size:21px;
	}
	
}

