/*-----------------------------------------------------------------------------------
	H2Initiatives
	About: A shiny new Blocs website.
	Author: Alexandre Broussac
	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;}


/* 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:'GothamPro-Italic';
	src: url('./fonts/GothamPro-Italic/GothamPro-Italic.woff2');
	src: url('./fonts/GothamPro-Italic/GothamPro-Italic.woff2') format('woff2'),
	url('./fonts/GothamPro-Italic/GothamPro-Italic.woff') format('woff'),
	url('./fonts/GothamPro-Italic/GothamPro-Italic.eot?#iefix') format('embedded-opentype'),
	url('./fonts/GothamPro-Italic/GothamPro-Italic.ttf') format('truetype'),
	url('./fonts/GothamPro-Italic/GothamPro-Italic.svg#GothamPro-Italic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'GothamRounded-Book';
	src: url('./fonts/GothamRounded-Book/GothamRoundedBook_21018.ttf');
	src: url('./fonts/GothamRounded-Book/GothamRoundedBook_21018.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'GothamPro-Black';
	src: url('./fonts/GothamPro-Black/GothamPro-Black.woff2');
	src: url('./fonts/GothamPro-Black/GothamPro-Black.woff2') format('woff2'),
	url('./fonts/GothamPro-Black/GothamPro-Black.woff') format('woff'),
	url('./fonts/GothamPro-Black/GothamPro-Black.eot?#iefix') format('embedded-opentype'),
	url('./fonts/GothamPro-Black/GothamPro-Black.ttf') format('truetype'),
	url('./fonts/GothamPro-Black/GothamPro-Black.svg#GothamPro-Black') format('svg');
	font-weight: normal;
	font-style: normal;
}

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

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

/* = 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-xl{
	padding:150px 20px;
}
.bloc-md{
	padding:50px 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;
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-br-edge{
	background-position: bottom right!important;
	background-repeat: no-repeat;
}


/* Video Background Styles */

.video-bg-container, .bloc-video{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: -50%;
	overflow: hidden;
	transform: translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.bloc-video, .video-bg-container iframe{
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	z-index: 0;
}


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


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

/* 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;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

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

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

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




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


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

/* Hide Object */
.object-hidden{
	display:none;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"GothamRounded-Book";
	color:#445368!important;
}
.container{
	max-width:1140px;
}
.hero-header-text{
	font-size:180px;
	font-weight:bold;
	font-family:"GothamPro-Black";
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background-blend-mode:normal;
	background-attachment:scroll;
	background-origin:initial;
	color:#FEFFFF!important;
	bottom:-350px;
}
.hero-subheader{
	font-size:35px;
	font-weight:normal;
}
.text-blue-gradient{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:radial-gradient(#FEFFFF 0%, #2F7DFF 100%);
	color:transparent!important;
}
.img-style{
	width:183px;
}
.text-span-color{
	color:#ffffff;
}
.img-bloc-0-style{
	width:825px;
	text-align:right;
	margin-top:40px;
	margin-bottom:40px;
	margin-left:40%;
	padding-left:20%;
	border-radius:0px 0px 0px 0px;
}
.h3-style{
	font-family:"GothamRounded-Medium";
	width:85.44%;
	color:#59667B!important;
	font-size:48px;
}
.img-1-style{
	width:40px;
}
.img-2-style{
	width:527px;
	position:sticky;
}
.container-div-style{
	height:61px;
}
.menu{
	position:fixed;
	left:0px;
	top:0px;
	display:flex;
	background-color:#FEFFFE;
	border-color:#445368!important;
	border-style:solid;
	cursor:default;
	border-width:0px 0px 1px 0px;
}
.blue-bg-gradient{
	background:linear-gradient(190deg, #00F9F0, #0149FF);
}
.text-trans-gradient{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(0deg, rgba(255,255,255,0.0), #FFFFFF);
	color:transparent!important;
}
.color-size{
	color:#0074F4!important;
	font-size:3rem;
}
.img-2-bloc-0-style{
	width:40px;
}
.img-fichier-4-h2i-style{
	width:38px;
	height:60px;
}
.img-fichier-6-h2i-style{
	height:60px;
}
.img-fichier-7-h2i-style{
	height:60px;
}
.img-fichier-1-h2i-style{
	height:60px;
	width:38px;
}
.img-fichier-2-h2i-style{
	height:60px;
	width:38px;
}
.img-fichier-3-h2i-style{
	height:60px;
	width:38px;
}
.illustration-section-title{
	font-size:55px;
	font-family:"GothamRounded-Bold";
	color:#59667B!important;
}
.p1{
	font-family:"GothamRounded-Book";
	font-weight:300;
	color:#455367!important;
}
.btn-style{
	font-family:"GothamRounded-Bold";
	color:#FFFFFF!important;
	border-radius:25px 25px 25px 25px;
}
.base-line{
	color:#455367!important;
	font-size:23px;
	font-family:"GothamPro-Italic";
	font-weight:normal;
}
.h3-bloc-welcome-style{
	width:82.72%;
	color:#445368!important;
	font-size:50px;
}
.container-div-bloc-welcome-style{
	height:365px;
}
.scroll-to-top-btn-icon{
	background-color:#455367;
}
.img-h2i-logo-int-style{
	width:638px;
}
.h3-1-style{
	width:80.44%;
}
.container-div-0-style{
	font-size:50px;
}
.sticky-top{
	position:static;
	top:0px;
	display:none;
	width:100%;
	height:70px;
}
.bloc-divider-b-fill{
	fill:#FFFFFF;
	height:300px;
}
.img-fichier-9-h2i-style{
	width:75px;
}
.img-3-style{
	width:320px;
}
.container-div-bloc-0-style{
	height:71px;
}
.bloc-divider-t-style{
	height:120px;
}
.footer-link{
	font-family:"Lato";
	font-weight:400;
}

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

/* Background colour styles */

.bgc-feldgrau{
	background-color:#445368;
}

/* Text colour styles */

.tc-ucla-blue{
	color:#577592!important;
}

/* Button colour styles */

.btn-cornflower-blue{
	background:#569EF9;
	color:#FFFFFF!important;
}
.btn-cornflower-blue:hover{
	background:#457ec7!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-white{
	color:#FEFFFF!important;
}
.ltc-white:hover{
	color:#cbcccc!important;
}

/* Icon colour styles */

.icon-feldgrau{
	color:#445368!important;
	border-color:#445368!important;
}
.icon-white{
	color:#FEFFFF!important;
	border-color:#FEFFFF!important;
}

/* Bloc image backgrounds */




/* = 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){
	.hero-header-text{
		font-size:140px;
		bottom:-150px;
	}
	.hero-subheader{
		font-size:30px;
	}
	.img-style{
		width:218px;
	}
	.img-2-style{
		width:611px;
	}
	.img-bloc-0-style{
		width:637px;
		margin-left:20%;
		padding-left:10%;
	}
	.h3-style{
		font-size:44px;
	}
	.menu{
		top:2px;
		left:0px;
	}
	.h3-bloc-welcome-style{
		width:89.28%;
		font-size:20px;
		color:#455367!important;
	}
	.img-fichier-3-h2i-style{
		width:38px;
	}
	.nav-back-appear{
		background-color:#FEFFFF;
	}
	.base-line{
		font-size:21px;
	}
	.img-h2i-logo-int-style{
		width:503px;
	}
	.h3-1-style{
		width:85.38%;
	}
	.img-fichier-2-h2i-style{
		width:38px;
	}
	.img-fichier-1-h2i-style{
		width:38px;
	}
	.img-fichier-4-h2i-style{
		width:38px;
		height:60px;
	}
	
}

@media (max-width: 767px){
	.text-right{
	}
	.text-left{
	}
	.text-center{
	}
	.hero-header-text{
		font-size:100px;
		bottom:-150px;
	}
	.hero-subheader{
		font-size:22px;
	}
	.img-style{
		width:183px;
	}
	.h3-style{
		font-size:38px;
	}
	.img-2-style{
		width:465px;
	}
	.img-bloc-0-style{
		width:487px;
		margin-left:20%;
		padding-left:10%;
	}
	.menu{
		left:0px;
		top:2px;
	}
	.base-line{
		font-size:17px;
	}
	.container-div-bloc-welcome-style{
		height:281px;
	}
	.h3-1-style{
		width:91.06%;
	}
	.img-h2i-logo-int-style{
		width:439px;
	}
	.img-fichier-4-h2i-style{
		width:38px;
	}
	.img-fichier-3-h2i-style{
		width:38px;
	}
	.img-fichier-2-h2i-style{
		width:38px;
	}
	.img-fichier-1-h2i-style{
		width:38px;
	}
	
}

@media (max-width: 575px){
	.hero-header-text{
		font-size:52px;
		bottom:-120px;
		display:block;
		width:100%;
	}
	.img-style{
		width:130px;
	}
	.container-div-style{
		height:37px;
	}
	.img-2-style{
		width:246px;
	}
	.img-bloc-0-style{
		width:253px;
		margin-left:20%;
		padding-left:10%;
	}
	.h3-style{
		font-size:32px;
		width:92.22%;
		text-align:center;
	}
	.color-size{
		font-size:2rem;
	}
	.menu{
		left:0px;
		top:3px;
	}
	.img-h2i-group-h-style{
		width:270px;
	}
	.base-line{
		text-align:right;
		font-size:13px;
	}
	.h3-bloc-welcome-style{
		width:96.3%;
	}
	.container-div-bloc-welcome-style{
		height:228px;
	}
	.h3-1-style{
		width:95.56%;
	}
	.container-div-0-style{
		width:100%;
		height:51px;
		color:#445368!important;
	}
	.img-fichier-4-h2i-style{
		height:60px;
	}
	.footer-link{
		text-align:center;
	}
	
}

