/*-----------------------------------------------------------------------------------
	Lai Lab
	About: A shiny new Blocs website.
	Author: Lai Lab
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    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;}}

/* = 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-sm{
	padding:20px;
}


/* 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);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}


/* = 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;
}
.navbar-toggle.menu-icon-rounded-bars{
	margin-top:7px!important;
}
/* 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}
}

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

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

.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}


/* Rounded Image */
.img-rd-md{
	border-radius:20px;
}
.img-rd-lg{
	border-radius:34px;
}
/* Image Protection */
.img-protected{
	-webkit-touch-callout: none;
}

.text-justify{
	text-align: justify;
}


.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%;
}
}
/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}


.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.carousel-indicators li::marker{
	font-size:0;
}


/* 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;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.navbar-logo{
	text-transform:none;
	text-decoration:none;
	font-size:20px;
}
.img-style{
	border-radius:0px 0px 0px 0px;
	width:300px;
}
.h3-staff-style{
	width:100%;
	font-size:px;
}
.h2-style{
	width:97.12%;
}
.img-as-lo-style{
	width:100px;
	height:100px;
}
.img-15-style{
	width:120px;
	height:120px;
}
.divider-style{
	height:6px;
	background-color:var(--swatch-var-5493);
}
.divider-0-style{
	height:4px;
}
.divider-bloc-2-style{
	height:4px;
	width:65%;
}
.divider-bloc-4-style{
	height:4px;
	width:65%;
}
.divider-bloc-7-style{
	height:4px;
	width:65%;
}
.divider-bloc-8-style{
	height:4px;
	width:65%;
}
.h1-8-style{
	font-size:44px;
	line-height:50px;
	width:90.29%;
}
.divider-background-color{
	background-color:var(--swatch-var-5493);
	height:8px;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.h1-10-style{
	font-size:44px;
	line-height:50px;
}
.divider-0-bloc-7-style{
	height:5px;
	background-color:var(--swatch-var-919);
	width:820px;
	margin-left:auto;
	margin-right:auto;
}
.divider-38189-style{
	width:670px;
	height:3px;
	background-color:var(--swatch-var-5307);
}
.p-bloc-7-style{
	font-size:24px;
	line-height:28px;
}
.img-bloc-7-style{
	width:1107px;
	border-width:0px 0px 0px 0px;
}
.p-15-style{
	font-size:24px;
	width:97.08%;
	line-height:28px;
}
.list-style{
	opacity:0.3;
}
.p-3728-style{
	font-size:20px;
	line-height:24px;
}
.p-bloc-9-style{
	font-size:20px;
	line-height:24px;
}
.img-img-14-style{
	height:250px;
}
.img-28-style{
	height:250px;
}
.img-29-style{
	height:250px;
}
.img-30-style{
	height:250px;
}
.p-19-style{
	font-size:20px;
	line-height:27px;
}
.corner{
	border-radius:12px 12px 12px 12px;
	width:280px;
	text-align:center;
	height:auto;
}
.p-20-style{
	font-size:32px;
	line-height:38px;
	color:var(--swatch-var-6418)!important;
}
.text-red{
	color:var(--swatch-var-2656)!important;
	font-size:18px;
	font-weight:normal;
}
.text-black{
	color:var(--swatch-var-6418)!important;
	font-size:18px;
}
.p-21-style{
	font-size:20px;
}
.text-blue{
	color:var(--swatch-var-919)!important;
	font-size:18px;
	text-decoration:underline!important;
	font-weight:bold;
}
.p-30-style{
	font-size:18px;
	line-height:25px;
}
.link-bloc-9-style{
	font-weight:bold;
	font-style:italic;
	color:var(--swatch-var-6418)!important;
	cursor:pointer!important;
}
.h3-bloc-8-style{
	letter-spacing:px;
	line-height:30px;
}
.h4-style{
	line-height:30px;
}
.img-34-style{
	width:100px;
	height:100px;
}
.link-0-style{
	font-style:italic;
	font-weight:bold;
	color:var(--swatch-var-6418)!important;
}
.p-16{
	color:var(--swatch-var-6418)!important;
	font-size:16px;
}
.grid-style{
	column-gap:8px;
	grid-template-columns:0.20fr 1fr;
	row-gap:6px;
	grid-template-rows:auto auto auto auto;
	font-size:18px;
}
.active-light_blue_background{
	color:var(--swatch-var-6431)!important;
	font-weight:bold;
	background-color:#0070DD;
	border-color:var(--swatch-var-6431)!important;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	text-align:center;
	width:125px;
	font-size:15px;
}
.active-light_blue_background:hover{
	font-weight:bold;
	font-size:14px;
	background-color:var(--swatch-var-2812);
	border-color:var(--swatch-var-6431)!important;
	border-width:1px 1px 1px 1px;
	text-align:center;
	color:var(--swatch-var-6418)!important;
}
.carousel-border{
	border-width:1px 1px 1px 1px;
	border-color:var(--swatch-var-7754)!important;
	border-radius:15px 15px 15px 15px;
	border-style:solid;
	padding:10px 15px 10px 15px;
	background-size:contain;
	position:relative;
	overflow:scroll;
}
.p-bloc-1-style{
	line-height:24px;
	font-size:20px;
}
.text-span-style{
	font-style:italic;
	text-decoration:underline;
	font-weight:bold;
	color:var(--swatch-var-2656)!important;
}
.link-bloc-award-style{
	color:var(--swatch-var-6418)!important;
	font-weight:bold;
	text-decoration:none;
}
.link-bloc-award-style:hover{
	color:var(--swatch-var-4813)!important;
	font-weight:bold;
	cursor:pointer!important;
	text-decoration:none!important;
}
.img-bloc-3-style{
	width:225px;
}
.img-11-style{
	width:225px;
}
.img-10-style{
	width:225px;
}
.img-13-style{
	width:225px;
}
.img-steven-ch-style{
	width:225px;
}
.img-anthony--style{
	width:225px;
	height:230px;
}
.p-bloc-4-style{
	width:65.66%;
	font-size:18px;
}
.carousel-bloc-7-style{
	width:55.33%;
}
.row-style{
	width:100%;
}
.divider-11115-style{
	height:5px;
	background-color:var(--swatch-var-4869);
	width:820px;
	margin-left:auto;
	margin-right:auto;
}
.img-16-style{
	width:830px;
	height:792px;
}
.link-bloc-publication-style{
	color:var(--swatch-var-7754)!important;
	font-style:italic;
	text-decoration:underline!important;
}
.link-bloc-publication-style:hover{
	color:var(--swatch-var-4813)!important;
	cursor:pointer;
	font-style:italic;
	text-decoration:underline!important;
}
.link-bloc-publication-style:visited{
	color:var(--swatch-var-2143)!important;
	text-decoration:underline!important;
	font-style:italic;
}
.grid-bloc-9-style{
	grid-template-columns:0.10fr 1fr;
	column-gap:27px;
	row-gap:8px;
	font-size:20px;
}
.link-bloc-news-style{
	color:var(--swatch-var-7754)!important;
	font-weight:bold;
	text-decoration:none;
}
.link-bloc-news-style:hover{
	color:var(--swatch-var-4813)!important;
	font-weight:bold;
	cursor:pointer;
}
.link-bloc-news-style:visited{
	color:var(--swatch-var-2143)!important;
	font-weight:bold;
}
.link-charles-p-lai-style{
	font-weight:bold;
	color:var(--swatch-var-6418)!important;
	text-decoration:underline!important;
}
.link-charles-p-lai-style:hover{
	color:var(--swatch-var-4813)!important;
	text-decoration:none!important;
	cursor:pointer;
}
.link-bloc-award-style:visited{
	color:var(--swatch-var-2143)!important;
	font-weight:bold;
}
.img-img-06-style{
	width:750px;
}
.img-img-90-style{
	height:0px;
	width:100px;
}
.link-email-style{
	font-style:italic;
	color:var(--swatch-var-7754)!important;
}
.link-email-style:hover{
	color:var(--swatch-var-4813)!important;
	font-style:italic;
}
.link-email-style:visited{
	color:var(--swatch-var-2143)!important;
	font-style:italic;
}
.text-span-bloc-9-style{
	font-weight:bold;
	color:var(--swatch-var-2656)!important;
}
.text-span-color{
	color:var(--swatch-var-2656)!important;
	font-weight:bold;
}
.text-span-bloc-9-color{
	color:var(--swatch-var-2656)!important;
	font-weight:bold;
}
.text-span-0-style{
	font-weight:bold;
	color:var(--swatch-var-2656)!important;
}
.link-blue-underline-style{
	color:var(--swatch-var-4813)!important;
	text-decoration:underline!important;
	font-weight:bold;
	font-style:italic;
	cursor:pointer;
}
.hover-black:hover{
	border-color:var(--swatch-var-6418)!important;
	color:var(--swatch-var-6431)!important;
}
.corner:hover{
	background-color:var(--swatch-var-6418);
}
.text-span-0-color{
	color:var(--swatch-var-2656)!important;
	font-weight:bold;
}
.text-span-0-bloc-9-color{
	color:var(--swatch-var-2656)!important;
	font-weight:bold;
}
.text-span-18210-color{
	color:var(--swatch-var-2656)!important;
	font-weight:bold;
}
.text-span-20598-color{
	color:var(--swatch-var-2656)!important;
	font-weight:bold;
}
.text-span-17534-color{
	color:var(--swatch-var-2656)!important;
	font-weight:bold;
}
.text-span-34734-color{
	color:var(--swatch-var-2656)!important;
	font-weight:bold;
}
.text-span-1989-color{
	color:var(--swatch-var-2656)!important;
	font-weight:bold;
}
.text-span-40144-color{
	color:var(--swatch-var-2656)!important;
	font-weight:bold;
}
.text-span-5710-color{
	color:var(--swatch-var-2656)!important;
	font-weight:bold;
}
.text-span-0-bloc-9-style{
	font-weight:bold;
	color:var(--swatch-var-2656)!important;
}
.text-span-26117-color{
	color:var(--swatch-var-2656)!important;
	font-weight:bold;
}
.text-span-20962-color{
	color:var(--swatch-var-2656)!important;
	font-weight:bold;
}
.text-span-41087-color{
	color:var(--swatch-var-2656)!important;
	font-weight:bold;
}
.text-span-7303-color{
	color:var(--swatch-var-2656)!important;
	font-weight:bold;
}
.text-span-14594-style{
	font-weight:bold;
	color:var(--swatch-var-2656)!important;
}
.text-span-9023-style{
	font-weight:bold;
	color:var(--swatch-var-2656)!important;
}
.text-span-40687-style{
	font-weight:bold;
	color:var(--swatch-var-2656)!important;
}
.text-span-43487-color{
	color:var(--swatch-var-2656)!important;
	font-weight:bold;
}
.text-span-4810-color{
	color:var(--swatch-var-2656)!important;
	font-weight:bold;
}
.text-span-32688-style{
	font-weight:bold;
	color:var(--swatch-var-2656)!important;
}
.link_contact{
	text-decoration:none;
	color:var(--swatch-var-5307)!important;
}
.link_contact:hover{
	cursor:pointer;
	color:var(--swatch-var-5307)!important;
}
.carousel-img{
	background-size:contain;
	position:relative;
}
.carousel-indicators [data-bs-target]{
	height:8px;
	background-color:var(--swatch-var-2812);
}
.carousel-indicators [data-bs-target].active{
	height:8px;
	background-color:var(--swatch-var-5493);
}
.carousel-nav-icon{
	stroke:var(--swatch-var-2812);
	stroke-width:8;
	stroke-linecap:round;
}
.active-page-link{
	background-color:var(--swatch-var-2812)!important;
	color:var(--swatch-var-6418)!important;
	font-weight:bold;
}
.lailab_title{
	font-size:98px;
}
.img-pictur-style{
	width:336px;
}
.img-20221222-sp-style{
	width:428px;
}
.p-57-style{
	font-size:18px;
}
.h5-style{
	font-size:20px;
}
.h5-bloc-1-style{
	font-size:20px;
}
.carousel-style{
	width:66.92%;
}
.h5-bloc-9-style{
	font-size:24px;
}
.h5-14-style{
	font-size:24px;
}
.p-bloc-2-style{
	font-size:18px;
}
.p-bloc-3-style{
	font-size:18px;
}
.p-26-style{
	font-size:18px;
}
.p-27-style{
	font-size:18px;
}
.p-28-style{
	font-size:18px;
}
.p-29-style{
	font-size:18px;
}
.p-31-style{
	font-size:18px;
}
.p-bloc-8-style{
	font-size:18px;
}
.container-div-min-height{
	min-height:43px;
}
.grid-0-style{
	column-gap:8px;
	row-gap:7px;
	grid-template-columns:0.20fr 1fr;
	font-size:18px;
}
.p-style{
	font-size:20px;
}
.link-style{
	text-decoration:none;
}
.navbar-nav li a{
	font-family:"Helvetica";
}
.link-bloc-1-style{
	font-weight:bold;
	font-style:italic;
}
.link-bloc-1-style:hover{
	color:var(--swatch-var-4813)!important;
}
.btn-padding-top{
	font-weight:normal;
	font-size:30px;
	border-color:var(--swatch-var-5307)!important;
	border-style:solid;
	border-width:3px 3px 3px 3px;
}
.link-bloc-1-style:visited{
	color:var(--swatch-var-2143)!important;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-6418:rgba(0,0,0,1.00);
	
	--swatch-var-2956:rgba(0,112,227,1.00);
	
	--swatch-var-6431:rgba(255,255,255,1.00);
	
	--swatch-var-5493:rgba(0,255,255,1.00);
	
	--swatch-var-2622:rgba(180,192,206,1.00);
	
	--swatch-var-5307:rgba(127,127,127,1.00);
	
	--swatch-var-4869:rgba(255,1,255,1.00);
	
	--swatch-var-919:rgba(22,122,255,1.00);
	
	--swatch-var-4586:rgba(227,29,35,1.00);
	
	--swatch-var-4583:rgba(102,183,63,1.00);
	
	--swatch-var-1736:rgba(246,147,29,1.00);
	
	--swatch-var-2656:rgba(255,0,25,1.00);
	
	--swatch-var-2143:rgba(175,1,222,1.00);
	
	--swatch-var-818:rgba(252,231,102,1.00);
	
	--swatch-var-2812:rgba(210,243,253,1.00);
	
	--swatch-var-4813:rgba(4,51,255,1.00);
	
	--swatch-var-7754:rgba(0,0,0,1.00);
	
}


/* Background colour styles */

.bgc-2956{
	background-color:var(--swatch-var-2956);
}
.bgc-4583{
	background-color:var(--swatch-var-4583);
}
.bgc-1736{
	background-color:var(--swatch-var-1736);
}
.bgc-2143{
	background-color:var(--swatch-var-2143);
}

/* Text colour styles */

.tc-6418{
	color:var(--swatch-var-6418)!important;
}
.tc-6431{
	color:var(--swatch-var-6431)!important;
}
.tc-4813{
	color:var(--swatch-var-4813)!important;
}
.tc-5307{
	color:var(--swatch-var-5307)!important;
}

/* Button colour styles */

.btn-c-6431{
	background:var(--swatch-var-6431);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-6431:hover{
	background:#CCCCCC!important;
	color:rgba(0,0,0,.5)!important;
}

/* Link colour styles */

.ltc-6418{
	color:var(--swatch-var-6418)!important;
}
.ltc-6418:hover{
	color:#000000!important;
}
.ltc-5307{
	color:var(--swatch-var-5307)!important;
}
.ltc-5307:hover{
	color:#4C4C4C!important;
}

/* Bloc image backgrounds */




/* = Toggle Visibility
-------------------------------------------------------------- */

.toggled-item{transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;overflow: hidden;}
.toggled-item-hidden{padding-top:0!important;padding-bottom:0!important;border-top:0!important;border-bottom:0!important;outline:0!important;opacity: 0;}
.object-hidden{display:none;}


/* = 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){
	.lailab_title{
		font-size:60px;
		text-align:center;
	}
	.h2-style{
		text-align:center;
	}
	.img-pictur-style{
		width:720px;
	}
	.divider-bloc-2-style{
		width:65%;
	}
	.h1-8-style{
		font-size:36px;
		line-height:45px;
	}
	.h1-10-style{
		font-size:36px;
		line-height:45px;
	}
	.h2-bloc-7-style{
		font-size:24px;
	}
	.h1-bloc-7-style{
		font-size:30px;
	}
	.h1-7-style{
		font-size:30px;
	}
	.p-bloc-7-style{
		font-size:20px;
		line-height:26px;
	}
	.h4-bloc-7-style{
		font-size:20px;
		line-height:26px;
	}
	.p-15-style{
		font-size:20px;
		line-height:26px;
	}
	.corner{
		text-align:center;
	}
	.p-19-style{
		font-size:18px;
	}
	.p-21-style{
		font-size:18px;
	}
	.h5-14-style{
		font-size:18px;
	}
	.h5-bloc-9-style{
		font-size:18px;
	}
	.grid-0-style{
		row-gap:6px;
	}
	.grid-style{
	}
	.p-bloc-4-style{
		width:100%;
	}
	.p-31-style{
		font-size:18px;
	}
	.divider-bloc-4-style{
		width:65%;
	}
	.h5-style{
		font-size:18px;
	}
	.h5-4-style{
		font-size:18px;
	}
	.h5-bloc-1-style{
		font-size:18px;
	}
	.h5-2-style{
		font-size:18px;
	}
	.h5-5-style{
		font-size:18px;
	}
	.h5-6-style{
		font-size:18px;
	}
	.h4-2-style{
		font-size:20px;
	}
	.h4-3-style{
		font-size:20px;
	}
	.h4-4-style{
		font-size:20px;
	}
	.h4-5-style{
		font-size:20px;
	}
	.p-3728-style{
		font-size:18px;
	}
	.grid-bloc-9-style{
		font-size:18px;
		grid-template-columns:0.15fr 1fr;
	}
	.p-bloc-9-style{
		font-size:18px;
	}
	.p-bloc-1-style{
		font-size:18px;
	}
	.p-style{
		font-size:18px;
	}
	.navbar-nav li a{
		font-family:"Helvetica";
	}
	.btn-padding-top{
		opacity:0.5;
		font-size:25px;
	}
	
}

@media (max-width: 767px){
	.lailab_title{
		font-size:40px;
	}
	.img-pictur-style{
		width:163px;
		height:60%;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-2956)!important;
		fill:var(--swatch-var-2956)!important;
	}
	.img-34-style{
		width:80px;
		height:80px;
	}
	.img-as-lo-style{
		opacity:1.0;
		width:80px;
		height:80px;
	}
	.h1-bloc-7-style{
		font-size:24px;
	}
	.h1-7-style{
		font-size:24px;
	}
	.h1-10-style{
		font-size:32px;
		line-height:40px;
	}
	.h1-8-style{
		font-size:32px;
		line-height:40px;
	}
	.h2-bloc-7-style{
		font-size:24px;
	}
	.p-bloc-7-style{
		font-size:18px;
		line-height:24px;
	}
	.h4-bloc-7-style{
		font-size:18px;
		line-height:24px;
	}
	.p-15-style{
		font-size:18px;
		line-height:24px;
	}
	.h5-bloc-9-style{
		font-size:16px;
	}
	.h5-14-style{
		font-size:16px;
	}
	.p-10-style{
		font-size:18px;
	}
	.divider-bloc-2-style{
		width:65%;
	}
	.h4-style{
		font-size:22px;
	}
	.h4-2-style{
		font-size:18px;
	}
	.h4-3-style{
		font-size:18px;
	}
	.h4-4-style{
		font-size:18px;
	}
	.h4-5-style{
		font-size:18px;
	}
	.h2-style{
		font-size:26px;
	}
	.navbar-nav li a{
		font-family:"Helvetica";
	}
	
}

@media (max-width: 575px){
	.navbar-logo{
		font-size:18px;
	}
	.footer-link{
		text-align:center;
	}
	.lailab_title{
		font-size:40px;
		text-align:center;
	}
	.img-pictur-style{
		width:103px;
		border-radius:0px 0px 0px 0px;
		height:32px;
	}
	.h1-style{
		font-size:37px;
		width:100%;
	}
	.h4-bloc-9-style{
		font-size:16px;
		width:100%;
	}
	.img-34-style{
		width:60px;
		height:60px;
	}
	.img-as-lo-style{
		width:60px;
		height:60px;
	}
	.p-20-style{
		font-size:28px;
	}
	.h1-10-style{
		font-size:24px;
		line-height:25px;
	}
	.h1-8-style{
		font-size:24px;
		line-height:25px;
	}
	.h2-bloc-7-style{
		font-size:20px;
	}
	.p-bloc-7-style{
		font-size:16px;
		line-height:20px;
	}
	.p-15-style{
		font-size:16px;
		line-height:20px;
	}
	.h4-bloc-7-style{
		font-size:16px;
		line-height:20px;
	}
	.p-3728-style{
		font-size:16px;
	}
	.grid-bloc-9-style{
		font-size:16px;
	}
	.p-57-style{
		font-size:16px;
	}
	.p-bloc-1-style{
		font-size:16px;
		line-height:20px;
	}
	.p-19-style{
		font-size:16px;
		line-height:22px;
	}
	.grid-style{
		font-size:16px;
	}
	.grid-0-style{
		font-size:16px;
		grid-template-columns:0.27fr 1fr;
	}
	.p-bloc-3-style{
		font-size:16px;
	}
	.p-26-style{
		font-size:16px;
	}
	.p-27-style{
		font-size:16px;
	}
	.p-29-style{
		font-size:16px;
	}
	.p-bloc-4-style{
		font-size:16px;
	}
	.p-31-style{
		font-size:16px;
	}
	.p-bloc-8-style{
		font-size:16px;
	}
	.h4-bloc-11-style{
		font-size:18px;
	}
	.h4-39-style{
		font-size:18px;
	}
	.h4-37-style{
		font-size:18px;
	}
	.h4-36-style{
		font-size:18px;
	}
	.h4-35-style{
		font-size:18px;
	}
	.h4-34-style{
		font-size:18px;
	}
	.h4-33-style{
		font-size:18px;
	}
	.h4-32-style{
		font-size:18px;
	}
	.h4-31-style{
		font-size:18px;
	}
	.h4-30-style{
		font-size:18px;
	}
	.h4-29-style{
		font-size:18px;
	}
	.h4-28-style{
		font-size:18px;
	}
	.h4-27-style{
		font-size:18px;
	}
	.h4-26-style{
		font-size:18px;
	}
	.h4-25-style{
		font-size:18px;
	}
	.h4-24-style{
		font-size:18px;
	}
	.h4-23-style{
		font-size:18px;
	}
	.h4-22-style{
		font-size:18px;
	}
	.h4-21-style{
		font-size:18px;
	}
	.h4-20-style{
		font-size:18px;
	}
	.h4-19-style{
		font-size:18px;
	}
	.h4-18-style{
		font-size:18px;
	}
	.h4-17-style{
		font-size:18px;
	}
	.h4-16-style{
		font-size:18px;
	}
	.h4-15-style{
		font-size:18px;
	}
	.h4-14-style{
		font-size:18px;
	}
	.h4-13-style{
		font-size:18px;
	}
	.h4-12-style{
		font-size:18px;
	}
	.h4-11-style{
		font-size:18px;
	}
	.h4-10-style{
		font-size:18px;
	}
	.h4-9-style{
		font-size:18px;
	}
	.h4-8-style{
		font-size:18px;
	}
	.h4-7-style{
		font-size:18px;
	}
	.h4-6-style{
		font-size:18px;
	}
	.h3-bloc-8-style{
		font-size:18px;
	}
	.h4-style{
		font-size:18px;
	}
	.h3-style{
		font-size:20px;
	}
	.h5-style{
		font-size:16px;
	}
	.h5-2-style{
		font-size:16px;
	}
	.h5-bloc-1-style{
		font-size:16px;
	}
	.h5-4-style{
		font-size:16px;
	}
	.h5-5-style{
		font-size:16px;
	}
	.h5-6-style{
		font-size:16px;
	}
	.h4-2-style{
		font-size:16px;
	}
	.h4-3-style{
		font-size:16px;
	}
	.h4-4-style{
		font-size:16px;
	}
	.h4-5-style{
		font-size:16px;
	}
	.p-30-style{
		font-size:16px;
	}
	.p-style{
		font-size:16px;
	}
	.link-style{
	}
	.h2-style{
		font-size:20px;
	}
	.navbar-nav li a{
		font-family:"Helvetica";
	}
	.btn-padding-top{
		font-size:20px;
	}
	
}

