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

/* = 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-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-face {
	font-family:'Roboto-Light';
	src: url('./fonts/Roboto-Light/Roboto-Light.ttf');
	src: url('./fonts/Roboto-Light/Roboto-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

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

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

@font-face {
	font-family:'ArialNarrow-Italic';
	src: url('./fonts/ArialNarrow-Italic/arialnarrow_italic.ttf');
	src: url('./fonts/ArialNarrow-Italic/arialnarrow_italic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'ArialNarrow';
	src: url('./fonts/ArialNarrow/arialnarrow.ttf');
	src: url('./fonts/ArialNarrow/arialnarrow.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;
}


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


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


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






.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;
}

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



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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.h1-bloc-13-style{
	font-family:"Roboto-Medium";
}
.p-style{
	font-family:"Roboto-Light";
}
.divider-style{
	width:30%;
	background-color:#FFFFFF;
	height:5px;
}
.divider-0-style{
	height:2px;
	background-color:#FFFFFF;
}
.h2-4-style{
	font-family:"Roboto-Medium";
}
.p-31-style{
	font-family:"Roboto-LightItalic";
	font-size:18px;
	line-height:22px;
}
.p-32-style{
	font-family:"Roboto";
	font-size:17px;
	line-height:22px;
	width:100%;
}
.p-bloc-14-style{
	font-family:"Roboto";
	line-height:20px;
}
.p-38-style{
	font-family:"Roboto-Light";
}
.p-40-style{
	font-family:"Roboto-LightItalic";
	color:#898989!important;
}
.bloc-divider-dt{
	border-style:solid;
	border-color:#FFFFFF!important;
	border-width:0px 0px 5px 0px;
}
.bloc-bgdt{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.p-lgmdsm-xps13-2-style{
	font-family:"Roboto";
}
.p-header-lgmdsm-style{
	font-family:"Roboto-Regular";
	font-size:24px;
}
.button-ac{
	border-style:solid;
	background-color:#FFFFFF;
	color:#004580!important;
	border-color:#FFFFFF!important;
	border-radius:5px 5px 5px 5px;
	border-width:5px 10px 2px 10px;
}
.button-pas{
	border-style:solid;
	background-color:transparent;
	color:#FFFFFF!important;
	border-color:transparent!important;
	border-radius:5px 5px 5px 5px;
	border-width:5px 10px 2px 10px;
}

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

/* Background colour styles */

.bgc-dark-cerulean{
	background-color:#00447C;
}

/* Text colour styles */

.tc-white{
	color:#FFFFFF!important;
}
.tc-dark-cerulean{
	color:#00447C!important;
}

/* Link colour styles */

.ltc-white{
	color:#FFFFFF!important;
}
.ltc-white:hover{
	color:#cccccc!important;
}

/* Bloc image backgrounds */

.bg-bg2{
	background-image:url("img/bg2.png");
}
.bg-bg3{
	background-image:url("img/bg3.png");
}
.bg-bg4{
	background-image:url("img/bg4.png");
}
.bg-bg5{
	background-image:url("img/bg5.png");
}
.bg-bg6{
	background-image:url("img/bg6.png");
}
.bg-bg7{
	background-image:url("img/bg7.png");
}
.bg-bgdt2{
	background-image:url("img/bgdt2.png");
}
.bg-bgdt3{
	background-image:url("img/bgdt3.png");
}
.bg-bgdt4{
	background-image:url("img/bgdt4.png");
}
.bg-bgdt1{
	background-image:url("img/bgdt1.png");
}
.bg-bgdt5{
	background-image:url("img/bgdt5.png");
}
.bg-bgdt7{
	background-image:url("img/bgdt7.png");
}
.bg-bgdt8{
	background-image:url("img/bgdt8.png");
}



/* = 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){
	.h1-bloc-13-style{
		font-size:32px;
		line-height:36px;
	}
	.p-style{
		line-height:20px;
	}
	.h2-4-style{
		line-height:36px;
	}
	.p-32-style{
		line-height:21px;
	}
	.p-38-style{
		line-height:20px;
	}
	.p-40-style{
		line-height:20px;
	}
	
	/* MD Text Margin Offsets */
	.mg-lg-md{
		margin-top: 10px;
		margin-bottom:40px;
	}
		.mg-clear-md{
		margin:0;
	}
	
}

@media (max-width: 767px){
	.h1-bloc-13-style{
		font-size:20px;
		line-height:24px;
	}
	.p-style{
		line-height:18px;
		font-size:14px;
	}
	.h2-4-style{
		font-size:20px;
		line-height:24px;
	}
	.p-31-style{
		font-size:14px;
		line-height:18px;
	}
	.p-32-style{
		font-size:16px;
		line-height:20px;
	}
	.p-bloc-14-style{
		font-size:14px;
		line-height:18px;
	}
	.p-38-style{
		line-height:20px;
	}
	.p-40-style{
		line-height:20px;
	}
	.img-icon-group{
		padding-top:30px;
		padding-bottom:30px;
	}
	
	/* Small Row Margin Offsets */
	.voffset-sm{
		margin-top:30px;
	}
	
	/* Small Text Margin Offsets */
	.mg-sm-sm{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-clear-sm{
		margin:0;
	}
	
}

@media (max-width: 575px){
	.h1-style{
		font-family:"Roboto-Medium";
		font-size:14px;
		line-height:16px;
	}
	.p-1-style{
		font-family:"Roboto-Light";
		font-size:12px;
		line-height:14px;
	}
	.h2-style{
		font-family:"ArialNarrow-Bold";
		font-size:16px;
		line-height:18px;
	}
	.p-2-style{
		font-family:"ArialNarrow-Italic";
		font-size:16px;
		line-height:18px;
	}
	.p-3-style{
		font-size:16px;
		line-height:18px;
		font-family:"ArialNarrow";
	}
	.p-4-style{
		font-family:"Roboto-Light";
		font-size:16px;
		line-height:20px;
	}
	.img-style{
		width:200px;
	}
	.rowpadding-1{
		margin-top:0px;
		padding-top:260px;
	}
	.bloc-divider{
		border-style:solid;
		border-color:#FFFFFF!important;
		border-width:0px 0px 3px 0px;
	}
	.divider-logo{
		background-color:#FFFFFF;
		width:100%;
		margin:10px 0px 20px 0px;
		padding:0px 0px 0px 0px;
	}
	.divider-text{
		background-color:#FFFFFF;
		width:30%;
		margin-top:10px;
		margin-bottom:10px;
	}
	.divider-text-2{
		background-color:#FFFFFF;
	}
	.p-5-style{
		font-family:"Roboto-LightItalic";
		font-size:12px;
		line-height:14px;
	}
	.img-icon-group{
		margin-top:30px;
		margin-bottom:30px;
	}
	.p-6-style{
		font-family:"Roboto-LightItalic";
		font-size:13px;
		line-height:14px;
		color:#767676!important;
	}
	.img-bloc-1-style{
		width:150px;
	}
	.rowpadding-2{
		padding-bottom:200px;
	}
	.p-f-style{
		font-family:"Roboto-Light";
		font-size:12px;
		line-height:14px;
	}
	.button-ac{
		border-bottom-width:5px;
	}
	.button-pas{
		border-bottom-width:5px;
	}
	.p-header-xs-style{
		font-family:"Roboto-Regular";
		font-size:14px;
		line-height:18px;
	}
	.p-header-style{
		font-family:"Roboto";
	}
	
	/* Mobile Row Margin Offsets */
	.voffset-xs{
		margin-top:30px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-md-xs{
		margin-top:10px;
		margin-bottom:20px;
	}
		.mg-clear-xs{
		margin:0;
	}
	
}

