/*-----------------------------------------------------------------------------------
	kreation_research
	About: Test website
	Author: --
	Version: 2.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-lg{
	padding:100px 20px;
}
.bloc-sm{
	padding: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;
}


/* Edge Dividers */

.bloc-shape-divider{
	position: absolute;
	width:100%;
	text-align:center;
	left:0;
	right:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
}
.svg-divider{
	width:100%;
	height:100px;
	fill:#000000;
}
.bloc-divider-top{
	top:-1px;
	align-items: flex-start;
}
.bloc-divider-bottom{
	bottom:-1px;
	align-items: flex-end;
}


/* Flip Edge Divider */

.bloc-divider-flip-x svg{
	transform:scale(-1,1);
}
.bloc-divider-flip-y svg{
	transform:scale(1,-1);
}
.bloc-divider-flip-x.bloc-divider-flip-y svg{
	transform:scale(-1,-1);
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}
.texture-darken-strong::before{
	background: rgba(0,0,0,0.8);
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


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

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}
.voffset-md{
	margin-top:50px;
}


/* = 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;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}

/* = 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-glossy{
	border:1px solid rgba(0,0,0,.09);
	border-bottom-color:rgba(0,0,0,.2);
	text-shadow:0 1px 0 rgba(0,0,1,.2);
	box-shadow: 0 1px 3px rgba(0,0,1,.35), inset 0 1px 0 0 rgba(255,255,255,.4), inset 0 1px 0 2px rgba(255,255,255,.08);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	 background-image: -o-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
}
.btn-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-xl{
	padding: 16px 40px;
	font-size: 28px;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}

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

/* Image Frame */
.img-frame,.img-frame-md,.img-frame-lg,.img-frame-rd,.img-frame-rd-md,.img-frame-rd-lg{
	background:#FFF;
	border:1px solid rgba(0,0,0,0.1);
	box-shadow:0 2px 2px rgba(0,0,0,0.05);
	padding:4px;
}
.img-frame{
	border-radius:3px;
}
.img-frame-md,.img-frame-lg{
	border-radius:6px;
}
.img-frame-md,.img-frame-rd-md{
	padding:8px;
}
.img-frame-lg,.img-frame-rd-lg{
	padding:14px;
}

/* = Text & Icon Styles
-------------------------------------------------------------- */
.pressed-t{
	text-shadow:0 1px 0 #FFF;
}
.text-justify{
	text-align: justify;
}


/* = 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%;
}
}
/* = 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-caption-top{
	bottom: inherit;
	top: 20px;
}

.carousel-indicators li::marker{
	font-size:0;
}
/* Scroll FX */
.scroll-fx-in-range{
	will-change: opacity;
}


/* 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;
}
/* = iPhone 11 & 12
-------------------------------------------------------------- */

.blocsapp-device-iphone11,.blocsapp-device-iphone12{
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	display: block;
	width:100%;
	height:auto;
	padding: 9.6%;
	position: relative;
}
.blocsapp-device-iphone11::after,.blocsapp-device-iphone12::after{
	content:"";
	position:absolute;
	width:100%;
	height:5%;
	left:0;
	top:5%;
	margin-top:-0.5%;
	background-repeat:no-repeat;
	background-size:40%;
	background-position:top center;
	background-image:url("img/iphone-notch.png");
	background-image: -webkit-image-set(url("img/iphone-notch.webp") 1x,
url("img/iphone-notch.webp") 2x);background-image: image-set(url("img/iphone-notch.png") 1x,
url("img/iphone-notch.png") 2x,url("img/iphone-notch.webp") 1x,
url("img/iphone-notch.webp") 2x);
}
.blocsapp-device-iphone11 img,.blocsapp-device-iphone12 img{
	width:100%;
	height:auto;
	margin: 0 auto;
	border-radius:9%/4%;
}
.blocsapp-device-iphone11 .ratio::before,.blocsapp-device-iphone12 .ratio::before{
	padding-top: 106.25%;
}
.blocsapp-device-iphone11 .ratio,.blocsapp-device-iphone12 .ratio{
	padding-bottom: 90%;
	width: 90.0%;
	right: -5%;
	border-radius: 2%/3%;
}
.blocsapp-device-iphone11.iphone11-green{
	background-image:url("img/Apple-iPhone-11-Green.png");
	background-image: -webkit-image-set(url("img/Apple-iPhone-11-Green.webp") 1x,
url("img/Apple-iPhone-11-Green.webp") 2x);background-image: image-set(url("img/Apple-iPhone-11-Green.png") 1x,
url("img/Apple-iPhone-11-Green.png") 2x,url("img/Apple-iPhone-11-Green.webp") 1x,
url("img/Apple-iPhone-11-Green.webp") 2x);
}
.blocsapp-device-iphone11.iphone11-purple{
	background-image:url("img/Apple-iPhone-11-Purple.png");
	background-image: -webkit-image-set(url("img/Apple-iPhone-11-Purple.webp") 1x,
url("img/Apple-iPhone-11-Purple.webp") 2x);background-image: image-set(url("img/Apple-iPhone-11-Purple.png") 1x,
url("img/Apple-iPhone-11-Purple.png") 2x,url("img/Apple-iPhone-11-Purple.webp") 1x,
url("img/Apple-iPhone-11-Purple.webp") 2x);
}
.blocsapp-device-iphone11.iphone11-red{
	background-image:url("img/Apple-iPhone-11-Red.png");
	background-image: -webkit-image-set(url("img/Apple-iPhone-11-Red.webp") 1x,
url("img/Apple-iPhone-11-Red.webp") 2x);background-image: image-set(url("img/Apple-iPhone-11-Red.png") 1x,
url("img/Apple-iPhone-11-Red.png") 2x,url("img/Apple-iPhone-11-Red.webp") 1x,
url("img/Apple-iPhone-11-Red.webp") 2x);
}
.blocsapp-device-iphone11.iphone11-white{
	background-image:url("img/Apple-iPhone-11-White.png");
	background-image: -webkit-image-set(url("img/Apple-iPhone-11-White.webp") 1x,
url("img/Apple-iPhone-11-White.webp") 2x);background-image: image-set(url("img/Apple-iPhone-11-White.png") 1x,
url("img/Apple-iPhone-11-White.png") 2x,url("img/Apple-iPhone-11-White.webp") 1x,
url("img/Apple-iPhone-11-White.webp") 2x);
}
.blocsapp-device-iphone11.iphone11-yellow{
	background-image:url("img/Apple-iPhone-11-Yellow.png");
	background-image: -webkit-image-set(url("img/Apple-iPhone-11-Yellow.webp") 1x,
url("img/Apple-iPhone-11-Yellow.webp") 2x);background-image: image-set(url("img/Apple-iPhone-11-Yellow.png") 1x,
url("img/Apple-iPhone-11-Yellow.png") 2x,url("img/Apple-iPhone-11-Yellow.webp") 1x,
url("img/Apple-iPhone-11-Yellow.webp") 2x);
}
.blocsapp-device-iphone11.iphone11-gold{
	background-image:url("img/Apple-iPhone-11-Gold.png");
	background-image: -webkit-image-set(url("img/Apple-iPhone-11-Gold.webp") 1x,
url("img/Apple-iPhone-11-Gold.webp") 2x);background-image: image-set(url("img/Apple-iPhone-11-Gold.png") 1x,
url("img/Apple-iPhone-11-Gold.png") 2x,url("img/Apple-iPhone-11-Gold.webp") 1x,
url("img/Apple-iPhone-11-Gold.webp") 2x);
}
.blocsapp-device-iphone11.iphone11-silver{
	background-image:url("img/Apple-iPhone-11-Silver.png");
	background-image: -webkit-image-set(url("img/Apple-iPhone-11-Silver.webp") 1x,
url("img/Apple-iPhone-11-Silver.webp") 2x);background-image: image-set(url("img/Apple-iPhone-11-Silver.png") 1x,
url("img/Apple-iPhone-11-Silver.png") 2x,url("img/Apple-iPhone-11-Silver.webp") 1x,
url("img/Apple-iPhone-11-Silver.webp") 2x);
}
.blocsapp-device-iphone11.iphone11-midnight-green{
	background-image:url("img/Apple-iPhone-11-Midnight-Green.png");
	background-image: -webkit-image-set(url("img/Apple-iPhone-11-Midnight-Green.webp") 1x,
url("img/Apple-iPhone-11-Midnight-Green.webp") 2x);background-image: image-set(url("img/Apple-iPhone-11-Midnight-Green.png") 1x,
url("img/Apple-iPhone-11-Midnight-Green.png") 2x,url("img/Apple-iPhone-11-Midnight-Green.webp") 1x,
url("img/Apple-iPhone-11-Midnight-Green.webp") 2x);
}
/* = iPad Devices
-------------------------------------------------------------- */

.blocsapp-device-ipad{
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	display: block;
	width:100%;
	height:auto;
	padding: 13.4%;
}
.blocsapp-device-ipad img{
	width:100%;
	height:auto;
	margin: 0 auto;
}
.blocsapp-device-ipad .ratio::before{
	padding-top: 106.25%;
}
.blocsapp-device-ipad .ratio{
	padding-bottom: 25%;
}
.blocsapp-device-ipad.ipad-silver{
	background-image:url("img/Apple-iPad-Air-Silver.png");
	background-image: -webkit-image-set(url("img/Apple-iPad-Air-Silver.webp") 1x,
url("img/Apple-iPad-Air-Silver.webp") 2x);background-image: image-set(url("img/Apple-iPad-Air-Silver.png") 1x,
url("img/Apple-iPad-Air-Silver.png") 2x,url("img/Apple-iPad-Air-Silver.webp") 1x,
url("img/Apple-iPad-Air-Silver.webp") 2x);
}
/* = iMac Device
-------------------------------------------------------------- */

.blocsapp-device-imac{
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	display: block;
	width:100%;
	height:auto;
	padding: 2.1% 8.5% 23.7%;
	background-image:url("img/apple-imac.png");
	background-image: -webkit-image-set(url("img/apple-imac.webp") 1x,
url("img/apple-imac.webp") 2x);background-image: image-set(url("img/apple-imac.png") 1x,
url("img/apple-imac.png") 2x,url("img/apple-imac.webp") 1x,
url("img/apple-imac.webp") 2x);
}
.blocsapp-device-imac.imac-pro{
	padding: 4% 8.5% 23.7%;
	background-image:url("img/apple-imac-pro.png");
}
.blocsapp-device-imac img{
	width:100%;
	height:auto;
	margin: 0 auto;
}
.blocsapp-device-imac .ratio::before{
	padding-top: 56.25%;
}
/* = MacBook Devices
-------------------------------------------------------------- */

.blocsapp-device-mb{
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	display: block;
	width:100%;
	height:auto;
	padding: 6% 10% 8%;
}
.blocsapp-device-mb img{
	width:100%;
	height:auto;
	margin: 0 auto;
}
.blocsapp-device-mb .ratio::before{
	padding-top: 56.25%;
}
.blocsapp-device-mb .ratio{
	padding-bottom: 7%;
}
/* = MacBook Space Grey
-------------------------------------------------------------- */

.mb-space-grey{
	background-image:url("img/Apple-Macbook-Space-Grey.png");
	background-image: -webkit-image-set(url("img/Apple-Macbook-Space-Grey.webp") 1x,
url("img/Apple-Macbook-Space-Grey.webp") 2x);background-image: image-set(url("img/Apple-Macbook-Space-Grey.png") 1x,
url("img/Apple-Macbook-Space-Grey.png") 2x,url("img/Apple-Macbook-Space-Grey.webp") 1x,
url("img/Apple-Macbook-Space-Grey.webp") 2x);
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.img-style{
	width:200px;
	height:151px;
}
.img-bloc-3-style{
	width:120px;
	height:100px;
}
.img-13-style{
	width:210px;
	height:100px;
}
.img-14-style{
	width:120px;
	height:100px;
}
.img-12-style{
	height:100px;
	width:300px;
}
.h6-style{
	line-height:17px;
}
.h6-bloc-3-style{
	font-size:14px;
	line-height:18px;
}
.p-style{
	line-height:18px;
	font-size:12px;
	width:76.05%;
	text-align:center;
}
.p-bloc-3-style{
	font-size:14px;
	line-height:18px;
}
.h6-1-style{
	font-size:14px;
	line-height:18px;
}
.h6-2-style{
	font-size:14px;
	line-height:18px;
}
.p-bloc-5-style{
	font-size:12px;
	line-height:17px;
}
.p-24-style{
	font-size:12px;
}
.p-25-style{
	font-size:12px;
	width:100%;
}
.link-style{
	width:100%;
}
.p-1-style{
	line-height:17px;
	font-size:14px;
}
.card-header-style{
	height:38px;
}
.card-body-bloc-6-style{
	height:170px;
	width:100%;
}
.container-div-style{
	height:170px;
}
.link------1-style{
	width:97.14%;
}
.p-bloc-6-style{
	font-size:6px;
}
.divider-padding{
	padding-top:0px;
	padding-bottom:0px;
}
.divider-bloc-6-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.divider-0-padding{
	padding-top:6px;
	padding-bottom:6px;
}
.divider-0-bloc-17-padding{
	border-color:transparent!important;
	background-color:transparent;
	stroke:transparent;
	border-style:_NS:2416;
	padding:17px 17px 17px 17px;
}
.divider-8941-padding{
	padding-top:12px;
	padding-bottom:12px;
}
.p-2-style{
	width:75.67%;
	font-size:12px;
	text-align:center;
	line-height:15px;
}
.img-proje-style{
	height:151px;
}
.p-bloc-1-style{
	width:76.05%;
	line-height:15px;
	font-size:12px;
	text-align:center;
}
.p-4-style{
	width:76.43%;
	font-size:12px;
	text-align:center;
	line-height:15px;
}
.img-8-style{
	width:200px;
	height:151px;
}
.img-9-style{
	width:200px;
	height:151px;
}
.img-logokreationbr-style{
	width:325px;
	height:103px;
}
.item_lista{
	color:transparent!important;
}
.link-home-style{
	width:100%;
	font-weight:bold;
}
.p-bloc-12-style{
	width:100%;
	font-size:16px;
}
.p-200-style{
	line-height:20px;
}
.carousel-style{
	width:48.23%;
}
.divider-style{
	width:100%;
	border-style:_NS:2416;
}
.card-43-style{
	width:100%;
}
.card-footer-style{
	height:40px;
	position:relative;
}
.p-287-style{
	font-size:18px;
	width:100%;
}
.img-111-style{
	width:550px;
}
.img-113-style{
	width:550px;
}
.carousel-bloc-19-style{
	width:100%;
}
.link-bloc-9-style{
	text-decoration:underline;
	font-weight:normal;
}
.link-0-style{
	text-decoration:underline;
	font-weight:normal;
}
.link-0-bloc-9-style{
	text-decoration:underline;
	font-weight:normal;
}
.link-7045-style{
	font-weight:bold;
	text-decoration:underline;
}
.link-47281-style{
	text-decoration:underline;
}
.link-20627-style{
	text-decoration:underline;
}
.link-21667-style{
	text-decoration:underline;
}
.link-6726-style{
	text-decoration:underline;
}
.link-421-style{
	text-decoration:underline;
}
.link-18651-style{
	text-decoration:underline;
}
.link-8567-style{
	text-decoration:underline;
}
.link-39432-style{
	text-decoration:underline;
}
.link-29705-style{
	font-weight:bold;
}
.link-47471-style{
	font-weight:bold;
}
.link-30560-style{
	text-decoration:underline;
	font-weight:bold;
}
.txt_helvetica_16_gray{
	color:#E8E8E8!important;
}
.card-footer-bloc-6-style{
	height:42px;
}
.container-div-bloc-6-style{
	height:917px;
}
.btn-style{
	width:100%;
}
.btn-mais-info-style{
	width:100%;
}
.btn-2-style{
	width:100%;
}
.btn-6-style{
	width:100%;
}
.p-266-style{
	font-size:14px;
	line-height:17px;
}
.p-267-style{
	font-size:14px;
	line-height:17px;
}
.p-268-style{
	font-size:14px;
	line-height:17px;
}
.p-269-style{
	font-size:14px;
	line-height:17px;
}
.p-270-style{
	font-size:14px;
	line-height:17px;
}
.p-271-style{
	font-size:14px;
	line-height:17px;
}
.p-272-style{
	font-size:14px;
	line-height:17px;
}
.p-273-style{
	font-size:14px;
	line-height:17px;
}
.p-312-style{
	font-size:14px;
	line-height:17px;
}
.p-273-bloc-12-style{
	font-size:14px;
	line-height:17px;
	width:100%;
}
.p-275-style{
	font-size:14px;
	line-height:17px;
}
.p-275-bloc-12-style{
	font-size:14px;
	line-height:17px;
}
.p-278-style{
	font-size:14px;
	line-height:17px;
}
.p-279-style{
	font-size:14px;
	line-height:17px;
}
.p-278-bloc-12-style{
	font-size:14px;
	line-height:17px;
}
.p-13340-style{
	font-size:14px;
	line-height:17px;
}
.divider-bloc-12-padding{
	padding-top:28px;
	padding-bottom:28px;
}
.p-328-style{
	font-size:18px;
}
.p-339-style{
	font-size:18px;
}
.p-340-style{
	font-size:18px;
}
.h3-1-style{
	font-size:28px;
}
.link-bloc-1-style{
	text-decoration:none;
}
.h6-bloc-4-style{
	line-height:19px;
}
.card-header-bloc-12-style{
	height:25px;
}
.card-header-37-style{
	height:25px;
}
.container-div-bloc-12-style{
	height:334px;
}
.h3-nietzsche-style{
	font-size:22px;
}
.p-373-style{
	font-size:30px;
}
.divider-background-color{
	background-color:rgba(255,255,255,0.37);
}
.h1-spero-style{
	font-size:80px;
	line-height:80px;
}
.h4-bloc-5-style{
	width:100%;
	font-size:20px;
}
.h4-em-curso…-style{
	width:100%;
}
.p-399-style{
	font-size:15px;
}
.p-400-style{
	font-size:16px;
}
.img-bloc-12-style{
	width:471px;
}
.h6-70-style{
	opacity:0.9;
}
.h6-71-style{
	opacity:0.9;
}
.img-179-style{
	width:307px;
}
.h3-bloc-12-style{
	line-height:40px;
}
.h2-style{
	font-family:"Lato";
}
.row-bloc-1-style{
	width:78.71%;
}
.navbar-logo{
	text-transform:none;
	text-decoration:none;
	font-size:20px;
	color:var(--swatch-var-2941)!important;
}
.link-investigação-style{
	width:100%;
}
.link-company-style{
	width:82.94%;
	font-size:14px;
}
.row-bloc-2-style{
	width:100%;
}
.link-mec-style{
	text-decoration:underline;
}
.h6-89-style{
	line-height:32px;
}
.img-bloc-2-style{
	width:172px;
	background-image:url("img/Filipe_Pais_sketch1.jpg");
	background-image: -webkit-image-set(url("img/Filipe_Pais_sketch1.webp") 1x,
url("img/Filipe_Pais_sketch1.webp") 2x);background-image: image-set(url("img/Filipe_Pais_sketch1.jpg") 1x,
url("img/Filipe_Pais_sketch1.jpg") 2x,url("img/Filipe_Pais_sketch1.webp") 1x,
url("img/Filipe_Pais_sketch1.webp") 2x);
	background-image: -webkit-image-set(url("img/Filipe_Pais_sketch1.webp") 1x,
url("img/Filipe_Pais_sketch1.webp") 2x);background-image: image-set(url("img/Filipe_Pais_sketch1.jpg") 1x,
url("img/Filipe_Pais_sketch1.jpg") 2x,url("img/Filipe_Pais_sketch1.webp") 1x,
url("img/Filipe_Pais_sketch1.webp") 2x);
}
.h5-style{
	line-height:28px;
}
.h6-92-style{
	line-height:32px;
}
.h6-2-bloc-2-style{
	font-size:17px;
}
.h4-style{
	font-size:24px;
}
.h5-bloc-10-style{
	font-size:20px;
	line-height:28px;
}
.link-spero--style{
	width:100%;
	text-decoration:none;
	font-style:italic;
	font-weight:bold;
}
.link-team-style{
	font-weight:bold;
}
.link-research-style{
	font-weight:bold;
}
.link-visit-style{
	font-weight:bold;
}
.link-gems-style{
	font-weight:bold;
}
.link-r-d-tools-style{
	width:100%;
	font-weight:bold;
}
.img-placeholder-us-style{
	width:172px;
}
.link-aulas-style{
	width:100%;
}
.img-229-style{
	width:309px;
}
.h6-106-style{
	line-height:32px;
}
.p-505-style{
	font-size:20px;
}
.h5-bloc-2-style{
	line-height:28px;
}
.h5-39-style{
	line-height:28px;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-2941:rgba(255,255,255,1.00);
	
	--swatch-var-2332:#000000;
	
	--swatch-var-7609:#3C3C3C;
	
	--swatch-var-4229:rgba(176,179,178,1.00);
	
	--swatch-var-6847:rgba(98,98,98,1.00);
	
	--swatch-var-3436:#898989;
	
	--swatch-var-1429:#BEC0BE;
	
	--swatch-var-569:#00A5FF;
	
	--swatch-var-7281:#FF0000;
	
}


/* Background colour styles */

.bgc-2332{
	background-color:var(--swatch-var-2332);
}
.bgc-4229{
	background-color:var(--swatch-var-4229);
}
.bgc-3436{
	background-color:var(--swatch-var-3436);
}
.bgc-6847{
	background-color:var(--swatch-var-6847);
}
.bgc-2941{
	background-color:var(--swatch-var-2941);
}

/* Text colour styles */

.tc-7281{
	color:var(--swatch-var-7281)!important;
}
.tc-4229{
	color:var(--swatch-var-4229)!important;
}
.tc-2941{
	color:var(--swatch-var-2941)!important;
}
.tc-569{
	color:var(--swatch-var-569)!important;
}

/* Button colour styles */

.btn-c-6847{
	background:var(--swatch-var-6847);
	color:#FFFFFF!important;
}
.btn-c-6847:hover{
	background:#2F2F2F!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-4229{
	color:var(--swatch-var-4229)!important;
}
.ltc-4229:hover{
	color:#7D807F!important;
}
.ltc-2332{
	color:var(--swatch-var-2332)!important;
}
.ltc-2332:hover{
	color:#FFFFFFCDFFFFFFCDFFFFFFCD!important;
}
.ltc-7609{
	color:var(--swatch-var-7609)!important;
}
.ltc-7609:hover{
	color:#090909!important;
}
.ltc-2941{
	color:var(--swatch-var-2941)!important;
}
.ltc-2941:hover{
	color:#CCCCCC!important;
}
.ltc-569{
	color:var(--swatch-var-569)!important;
}
.ltc-569:hover{
	color:#FFFFFFCD72CC!important;
}

/* Icon colour styles */

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

/* Bloc image backgrounds */

.bg-photo-1502668613814-274b06f1ebb4{
	background-image:url("img/photo-1502668613814-274b06f1ebb4.jpg");
	background-image: -webkit-image-set(url("img/photo-1502668613814-274b06f1ebb4.webp") 1x,
url("img/photo-1502668613814-274b06f1ebb4.webp") 2x);background-image: image-set(url("img/photo-1502668613814-274b06f1ebb4.jpg") 1x,
url("img/photo-1502668613814-274b06f1ebb4.jpg") 2x,url("img/photo-1502668613814-274b06f1ebb4.webp") 1x,
url("img/photo-1502668613814-274b06f1ebb4.webp") 2x);
}
.bg-teddy2-h-36186-unsplash{
	background-image:url("img/teddy2-h-36186-unsplash.jpg");
	background-image: -webkit-image-set(url("img/teddy2-h-36186-unsplash.webp") 1x,
url("img/teddy2-h-36186-unsplash.webp") 2x);background-image: image-set(url("img/teddy2-h-36186-unsplash.jpg") 1x,
url("img/teddy2-h-36186-unsplash.jpg") 2x,url("img/teddy2-h-36186-unsplash.webp") 1x,
url("img/teddy2-h-36186-unsplash.webp") 2x);
}
.bg-Cabled-structure-px{
	background-image:url("img/Cabled_structure_px.jpg");
	background-image: -webkit-image-set(url("img/Cabled_structure_px.webp") 1x,
url("img/Cabled_structure_px.webp") 2x);background-image: image-set(url("img/Cabled_structure_px.jpg") 1x,
url("img/Cabled_structure_px.jpg") 2x,url("img/Cabled_structure_px.webp") 1x,
url("img/Cabled_structure_px.webp") 2x);
}
.bg-Cabled-structure-px-original{
	background-image:url("img/Cabled_structure_px_original.jpg");
	background-image: -webkit-image-set(url("img/Cabled_structure_px_original.webp") 1x,
url("img/Cabled_structure_px_original.webp") 2x);background-image: image-set(url("img/Cabled_structure_px_original.jpg") 1x,
url("img/Cabled_structure_px_original.jpg") 2x,url("img/Cabled_structure_px_original.webp") 1x,
url("img/Cabled_structure_px_original.webp") 2x);
}
.bg-architecture-buildings-city-1209978-1280-720-200{
	background-image:url("img/architecture-buildings-city-1209978_1280_720_200.jpg");
	background-image: -webkit-image-set(url("img/architecture-buildings-city-1209978_1280_720_200.webp") 1x,
url("img/architecture-buildings-city-1209978_1280_720_200.webp") 2x);background-image: image-set(url("img/architecture-buildings-city-1209978_1280_720_200.jpg") 1x,
url("img/architecture-buildings-city-1209978_1280_720_200.jpg") 2x,url("img/architecture-buildings-city-1209978_1280_720_200.webp") 1x,
url("img/architecture-buildings-city-1209978_1280_720_200.webp") 2x);
}
.bg-verde-e-queda-áfgua-pex{
	background-image:url("img/verde_e_queda_a%CC%81fgua-pex.jpg");
}
.bg-Fernando-Pessoa-por-JPomar-1{
	background-image:url("img/Fernando_Pessoa_por_JPomar_1.jpeg");
	background-image: -webkit-image-set(url("img/Fernando_Pessoa_por_JPomar_1.webp") 1x,
url("img/Fernando_Pessoa_por_JPomar_1.webp") 2x);background-image: image-set(url("img/Fernando_Pessoa_por_JPomar_1.jpeg") 1x,
url("img/Fernando_Pessoa_por_JPomar_1.jpeg") 2x,url("img/Fernando_Pessoa_por_JPomar_1.webp") 1x,
url("img/Fernando_Pessoa_por_JPomar_1.webp") 2x);
}
.bg-estrada-sinuosa-1920x1280{
	background-image:url("img/estrada_sinuosa_1920x1280.jpg");
	background-image: -webkit-image-set(url("img/estrada_sinuosa_1920x1280.webp") 1x,
url("img/estrada_sinuosa_1920x1280.webp") 2x);background-image: image-set(url("img/estrada_sinuosa_1920x1280.jpg") 1x,
url("img/estrada_sinuosa_1920x1280.jpg") 2x,url("img/estrada_sinuosa_1920x1280.webp") 1x,
url("img/estrada_sinuosa_1920x1280.webp") 2x);
}
.bg-windy-road-946-532-200dpi{
	background-image:url("img/windy_road_946_532_200dpi.jpg");
	background-image: -webkit-image-set(url("img/windy_road_946_532_200dpi.webp") 1x,
url("img/windy_road_946_532_200dpi.webp") 2x);background-image: image-set(url("img/windy_road_946_532_200dpi.jpg") 1x,
url("img/windy_road_946_532_200dpi.jpg") 2x,url("img/windy_road_946_532_200dpi.webp") 1x,
url("img/windy_road_946_532_200dpi.webp") 2x);
}
.bg-aviao-e-edificios-ruido-pex-1381106{
	background-image:url("img/aviao_e_edificios_ruido_pex_1381106.jpg");
	background-image: -webkit-image-set(url("img/aviao_e_edificios_ruido_pex_1381106.webp") 1x,
url("img/aviao_e_edificios_ruido_pex_1381106.webp") 2x);background-image: image-set(url("img/aviao_e_edificios_ruido_pex_1381106.jpg") 1x,
url("img/aviao_e_edificios_ruido_pex_1381106.jpg") 2x,url("img/aviao_e_edificios_ruido_pex_1381106.webp") 1x,
url("img/aviao_e_edificios_ruido_pex_1381106.webp") 2x);
}
.bg-1920x1080-darker-pexels-ludovic-delot-18471529{
	background-image:url("img/1920x1080_darker-pexels-ludovic-delot-18471529.jpg");
	background-image: -webkit-image-set(url("img/1920x1080_darker-pexels-ludovic-delot-18471529.webp") 1x,
url("img/1920x1080_darker-pexels-ludovic-delot-18471529.webp") 2x);background-image: image-set(url("img/1920x1080_darker-pexels-ludovic-delot-18471529.jpg") 1x,
url("img/1920x1080_darker-pexels-ludovic-delot-18471529.jpg") 2x,url("img/1920x1080_darker-pexels-ludovic-delot-18471529.webp") 1x,
url("img/1920x1080_darker-pexels-ludovic-delot-18471529.webp") 2x);
}
.bg-Drak-pexels-altaf-shah-19000416{
	background-image:url("img/Drak-pexels-altaf-shah-19000416.jpg");
	background-image: -webkit-image-set(url("img/Drak-pexels-altaf-shah-19000416.webp") 1x,
url("img/Drak-pexels-altaf-shah-19000416.webp") 2x);background-image: image-set(url("img/Drak-pexels-altaf-shah-19000416.jpg") 1x,
url("img/Drak-pexels-altaf-shah-19000416.jpg") 2x,url("img/Drak-pexels-altaf-shah-19000416.webp") 1x,
url("img/Drak-pexels-altaf-shah-19000416.webp") 2x);
}
.bg-Dark-Cabled-structure-px{
	background-image:url("img/Dark-Cabled_structure_px.jpg");
	background-image: -webkit-image-set(url("img/Dark-Cabled_structure_px.webp") 1x,
url("img/Dark-Cabled_structure_px.webp") 2x);background-image: image-set(url("img/Dark-Cabled_structure_px.jpg") 1x,
url("img/Dark-Cabled_structure_px.jpg") 2x,url("img/Dark-Cabled_structure_px.webp") 1x,
url("img/Dark-Cabled_structure_px.webp") 2x);
}
.bg-pexels-jan-kroon-1038935{
	background-image:url("img/pexels-jan-kroon-1038935.jpg");
	background-image: -webkit-image-set(url("img/pexels-jan-kroon-1038935.webp") 1x,
url("img/pexels-jan-kroon-1038935.webp") 2x);background-image: image-set(url("img/pexels-jan-kroon-1038935.jpg") 1x,
url("img/pexels-jan-kroon-1038935.jpg") 2x,url("img/pexels-jan-kroon-1038935.webp") 1x,
url("img/pexels-jan-kroon-1038935.webp") 2x);
}

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



/* = 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){
	.p-78-style{
		font-size:12px;
	}
	.row-bloc-1-style{
		width:76.33%;
	}
	.img-logokreationbr-style{
		width:325px;
		height:103px;
	}
	.img-194-style{
		width:395px;
	}
	.img-bloc-12-style{
		width:373px;
	}
	
	/* MD Row Margin Offsets */
	.voffset-md{
		margin-top:30px;
	}
	
}

@media (max-width: 767px){
	.text-right{
	}
	.text-left{
	}
	.text-center{
	}
	.row-style{
		width:100%;
	}
	.p-style{
		width:39.64%;
	}
	.p-2-style{
		width:39.64%;
	}
	.img-logokreationbr-style{
		width:160px;
		height:50px;
	}
	.row-bloc-1-style{
		width:100%;
		font-size:7px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.menu-icon-stroke{
		stroke:#FFFFFF!important;
		fill:#FFFFFF!important;
	}
	.link-company-style{
		width:79.38%;
	}
	.img-194-style{
		width:379px;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.card-body-bloc-6-style{
		width:100%;
	}
	.p-style{
		width:72.95%;
	}
	.p-2-style{
		width:72.24%;
	}
	.p-bloc-1-style{
		width:71.53%;
	}
	.p-4-style{
		width:72.6%;
	}
	.img-logokreationbr-style{
		width:80px;
		height:25px;
	}
	.navbar-logo{
		font-size:18px;
	}
	.p-bloc-2-style{
		font-size:1px;
	}
	.h3-bloc-12-style{
		line-height:30px;
	}
	
}

