/*-----------------------------------------------------------------------------------
	MATT BALCER | Art Director | PrefrontalCortex.net
	About: Art Direction and Graphic Design portfolio of Matt Balcer
	Author: Matthew Balcer
	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-lg{
	padding:100px 20px;
}
.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);
}


/* = 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}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}

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



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



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




/* 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";
	color:rgba(0,0,0,0.60)!important;
}
.container{
	max-width:1140px;
}
.navbar-logo{
	text-transform:none;
	text-decoration:none;
	font-size:20px;
}
.p-style{
	width:100%;
}
.link-style{
	font-size:24px;
	width:56.29%;
	font-family:Helvetica;
	opacity:0.8;
}
.navbar-brand img{
	height:40px;
	width:40px;
}
.img-style{
	height:334px;
}
.img-bloc-1-style{
	height:334px;
}
.img-bloc-2-style{
	height:334px;
}
.img-6-style{
	height:334px;
}
.img-7-style{
	height:334px;
}
.img-bloc-3-style{
	height:334px;
}
.img-9-style{
	height:334px;
}
.img-10-style{
	height:334px;
}
.img-bloc-4-style{
	height:334px;
}
.img-12-style{
	height:334px;
}
.img-13-style{
	height:334px;
}
.img-4f0a10-style{
	height:334px;
}
.p-1-style{
	width:76%;
	text-indent:10px;
}
.p-2-style{
	width:75.43%;
}
.img-brain-ic-style{
	width:40px;
	height:40px;
}
.img-15-style{
	height:334px;
}
.img-16-style{
	height:334px;
}
.img-17-style{
	height:334px;
}
.h3-style{
	font-size:20px;
}
.h3-bloc-1-style{
	font-size:20px;
}
.h3-3-style{
	font-size:20px;
}
.h3-bloc-2-style{
	font-size:20px;
}
.h3-5-style{
	font-size:20px;
}
.h3-6-style{
	font-size:20px;
}
.h3-print-style{
	font-size:20px;
}
.h3-logos-style{
	font-size:20px;
}
.h3-bloc-3-style{
	font-size:20px;
}
.h3-bloc-4-style{
	font-size:20px;
}
.h3-apparel-style{
	font-size:20px;
}
.h3-12-style{
	font-size:20px;
}
.h3-bloc-6-style{
	font-size:20px;
}
.h3-3d-printing-style{
	font-size:20px;
}
.h3-15-style{
	font-size:20px;
}
.p-bloc-8-style{
	font-size:16px;
}
.img-linkedin-bad-style{
	width:30px;
	border-radius:16px 16px 16px 16px;
}
.img-20-style{
	width:30px;
}
.img-bloc-10-style{
	width:800px;
	height:517px;
}
.img-22-style{
	width:800px;
	height:517px;
}
.img-23-style{
	width:260px;
	height:338px;
}
.img-bloc-9-style{
	width:500px;
	height:503px;
}
.img-bloc-11-style{
	width:800px;
	height:313px;
}
.img-26-style{
	width:250px;
	height:325px;
}
.img-27-style{
	width:800px;
	height:517px;
}
.img-28-style{
	width:800px;
	height:518px;
}
.img-27-bloc-9-style{
	width:245px;
	height:338px;
}
.img-28-bloc-9-style{
	width:245px;
	height:338px;
}
.img-29-bloc-9-style{
	width:245px;
	height:338px;
}
.row-style{
	width:48.48%;
}
.img-30-style{
	height:517px;
	width:800px;
}
.img-31-style{
	width:800px;
	height:406px;
}
.img-36-style{
	width:800px;
	height:402px;
}
.img-35-style{
	height:518px;
	width:800px;
}
.img-24-style{
	width:250px;
	height:325px;
}
.img-25-style{
	width:250px;
	height:325px;
}
.img-26-bloc-9-style{
	width:800px;
	height:517px;
}
.p-bloc-9-style{
	width:76.1%;
}
.img-29-style{
	width:800px;
	height:517px;
}
.img-32-style{
	width:800px;
	height:526px;
}
.img-33-style{
	width:800px;
	height:518px;
}
.img-34-style{
	width:800px;
	height:525px;
}
.img-37-style{
	width:800px;
	height:520px;
}
.img-38-style{
	width:800px;
	height:313px;
}
.img-39-style{
	width:800px;
	height:313px;
}
.img-bloc-13-style{
	width:800px;
	height:519px;
}
.p-16-style{
	width:75%;
}
.img-42-style{
	width:500px;
	height:275px;
}
.img-43-style{
	width:600px;
	height:351px;
}
.img-44-style{
	width:600px;
	height:407px;
}
.img-43-bloc-9-style{
	width:800px;
	height:501px;
}
.img-46-style{
	width:500px;
	height:362px;
}
.img-47-style{
	width:500px;
	height:389px;
}
.blocs-card-width{
	width:25%;
}
.img-45-style{
	width:600px;
	height:356px;
}
.img-48-style{
	width:350px;
	height:700px;
}
.img-49-style{
	width:350px;
	height:362px;
}
.img-50-style{
	width:800px;
	height:497px;
}
.img-51-style{
	width:800px;
	height:390px;
}
.img-52-style{
	width:800px;
	height:432px;
}
.img-53-style{
	width:800px;
	height:328px;
}
.img-54-style{
	width:350px;
	height:485px;
}
.img-55-style{
	width:800px;
	height:493px;
}
.img-60-style{
	width:500px;
	height:324px;
}
.img-61-style{
	width:500px;
	height:1086px;
}
.img-62-style{
	width:500px;
	height:684px;
}
.img-63-style{
	width:500px;
	height:1064px;
}
.img-65-style{
	width:500px;
	height:724px;
}
.img-66-style{
	width:800px;
	height:485px;
}
.img-67-style{
	width:500px;
	height:779px;
}
.img-68-style{
	width:500px;
	height:680px;
}
.img-69-style{
	width:800px;
	height:616px;
}
.img-70-style{
	width:500px;
	height:638px;
}
.img-71-style{
	width:500px;
	height:650px;
}
.img-72-style{
	width:500px;
	height:779px;
}
.img-76-style{
	width:500px;
	height:304px;
}
.img-75-style{
	width:500px;
	height:169px;
}
.img-77-style{
	width:500px;
	height:251px;
}
.img-78-style{
	width:500px;
	height:284px;
}
.img-79-style{
	width:450px;
	height:425px;
}
.img-80-style{
	width:380px;
	height:380px;
}
.img-81-style{
	width:450px;
	height:606px;
}
.img-82-style{
	width:450px;
	height:406px;
}
.img-83-style{
	width:450px;
	height:368px;
}
.img-84-style{
	width:450px;
	height:500px;
}
.img-85-style{
	width:450px;
	height:242px;
}
.img-86-style{
	width:500px;
	height:513px;
}
.img-87-style{
	width:500px;
	height:769px;
}
.img-88-style{
	width:500px;
	height:500px;
}
.img-89-style{
	width:800px;
	height:450px;
}
.img-90-style{
	width:500px;
	height:774px;
}
.img-91-style{
	width:500px;
	height:889px;
}
.img-92-style{
	width:500px;
	height:889px;
}
.img-94-style{
	width:500px;
	height:473px;
}
.img-94-bloc-9-style{
	width:500px;
	height:595px;
}
.img-95-style{
	width:500px;
	height:310px;
}
.img-98-style{
	width:500px;
	height:592px;
}
.img-100-style{
	width:500px;
	height:620px;
}
.img-102-style{
	width:515px;
	height:473px;
}
.img-103-style{
	width:472px;
	height:473px;
}
.img-104-style{
	width:556px;
	height:473px;
}
.img-93-style{
	width:500px;
	height:543px;
}
.img-61-bloc-9-style{
	width:500px;
	height:683px;
}
.img-105-style{
	width:500px;
	height:667px;
}
.img-106-style{
	width:500px;
	height:277px;
}
.img-107-style{
	width:500px;
	height:667px;
}
.img-108-style{
	width:500px;
	height:431px;
}
.img-109-style{
	width:500px;
	height:667px;
}
.img-110-style{
	width:500px;
	height:667px;
}
.img-105-bloc-9-style{
	width:500px;
	height:473px;
}
.img-106-bloc-9-style{
	width:475px;
	height:473px;
}
.img-107-bloc-9-style{
	width:473px;
	height:473px;
}
.img-108-bloc-9-style{
	width:489px;
	height:473px;
}
.img-109-bloc-9-style{
	width:480px;
	height:473px;
}
.img-110-bloc-9-style{
	width:488px;
	height:473px;
}
.img-111-style{
	width:502px;
	height:473px;
}
.img-112-style{
	width:483px;
	height:473px;
}
.img-113-style{
	width:473px;
	height:473px;
}
.img-114-style{
	width:473px;
	height:473px;
}
.img-115-style{
	width:473px;
	height:473px;
}
.img-116-style{
	width:473px;
	height:473px;
}
.img-117-style{
	width:800px;
	height:449px;
}
.img-118-style{
	width:473px;
	height:473px;
}
.img-119-style{
	width:473px;
	height:473px;
}
.img-120-style{
	width:473px;
	height:473px;
}
.img-127-style{
	width:800px;
	height:518px;
}
.img-128-style{
	width:800px;
	height:523px;
}
.img-129-style{
	width:800px;
	height:523px;
}
.img-127-bloc-9-style{
	width:800px;
	height:474px;
}
.img-128-bloc-9-style{
	width:800px;
	height:418px;
}
.img-130-style{
	width:800px;
	height:517px;
}
.img-131-style{
	width:800px;
	height:517px;
}
.img-132-style{
	width:500px;
	height:683px;
}
.img-133-style{
	width:350px;
	height:357px;
}
.img-134-style{
	width:350px;
	height:357px;
}
.img-134-bloc-9-style{
	width:350px;
	height:735px;
}
.img-135-style{
	width:350px;
	height:357px;
}
.img-136-style{
	width:350px;
	height:357px;
}
.img-137-style{
	width:350px;
	height:357px;
}
.img-138-style{
	width:350px;
	height:357px;
}
.img-139-style{
	width:350px;
	height:456px;
}
.img-140-style{
	width:350px;
	height:456px;
}
.h3-bloc-7-style{
	font-size:20px;
	line-height:24px;
}
.img-145-style{
	width:800px;
	height:359px;
}
.img-146-style{
	width:500px;
	height:542px;
}
.img-147-style{
	width:500px;
	height:634px;
}
.img-148-style{
	width:800px;
	height:579px;
}
.img-43236-style{
	height:334px;
}
.img-21-style{
	height:334px;
}
.img-bloc-7-style{
	width:334px;
	height:334px;
}
.img-150-style{
	width:500px;
	height:647px;
}
.img-151-style{
	width:500px;
	height:360px;
}
.img-152-style{
	width:500px;
	height:360px;
}
.img-153-style{
	width:500px;
	height:373px;
}
.img-154-style{
	width:500px;
	height:373px;
}
.img-155-style{
	width:500px;
	height:389px;
}
.img-156-style{
	width:500px;
	height:359px;
}
.img-157-style{
	width:500px;
	height:418px;
}
.img-158-style{
	width:300px;
	height:493px;
}
.img-159-style{
	width:300px;
	height:422px;
}
.img-160-style{
	width:300px;
	height:419px;
}
.img-161-style{
	width:500px;
	height:420px;
}
.img-162-style{
	width:500px;
	height:317px;
}
.img-163-style{
	width:500px;
	height:605px;
}
.img-100-bloc-9-style{
	width:500px;
	height:661px;
}
.img-101-style{
	width:500px;
	height:567px;
}
.img-59-style{
	width:407px;
	height:505px;
}
.img-60-bloc-9-style{
	width:500px;
	height:505px;
}
.img-38739-style{
	width:628px;
	height:400px;
}
.img-62-bloc-9-style{
	width:268px;
	height:400px;
}
.img-63-bloc-9-style{
	width:450px;
	height:225px;
}
.img-64-style{
	width:450px;
	height:225px;
}
.img-65-bloc-9-style{
	width:925px;
	height:474px;
}
.img-66-bloc-9-style{
	width:925px;
	height:546px;
}
.img-147-bloc-9-style{
	width:500px;
	height:403px;
}
.img-40-style{
	width:800px;
	height:313px;
}
.img-41-style{
	width:250px;
	height:325px;
}
.img-42-bloc-9-style{
	width:800px;
	height:525px;
}
.img-44-bloc-9-style{
	width:800px;
	height:501px;
}
.img-45-bloc-9-style{
	width:250px;
	height:324px;
}
.img-46-bloc-9-style{
	width:800px;
	height:519px;
}
.img-47-bloc-9-style{
	width:800px;
	height:518px;
}
.img-48-bloc-9-style{
	width:800px;
	height:518px;
}
.img-49-bloc-9-style{
	width:800px;
	height:518px;
}
.img-4-style{
	width:334px;
	height:334px;
}
.img-5-style{
	width:334px;
	height:334px;
}
.link-booklets-style{
	text-decoration:none;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-2869:rgba(0,0,0,1.00);
	
	--swatch-var-5043:#0000FF;
	
	--swatch-var-1830:#FFFFFF;
	
	--swatch-var-4593:rgba(255,255,255,0.5);
	
}



/* Link colour styles */

.ltc-5043{
	color:var(--swatch-var-5043)!important;
}
.ltc-5043:hover{
	color:#0000CC!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){
	.blocs-card-width{
		width:50%;
	}
	
}

@media (max-width: 767px){
	.img-24-style{
		width:350px;
		height:455px;
	}
	.img-25-style{
		width:350px;
		height:455px;
	}
	.img-26-bloc-9-style{
		width:350px;
		height:226px;
	}
	.img-27-style{
		width:350px;
		height:226px;
	}
	.img-28-style{
		width:350px;
		height:178px;
	}
	.img-29-style{
		width:350px;
		height:226px;
	}
	.img-bloc-10-style{
		width:350px;
		height:226px;
	}
	.img-31-style{
		width:350px;
		height:178px;
	}
	.img-32-style{
		width:350px;
		height:226px;
	}
	.img-33-style{
		width:350px;
		height:178px;
	}
	.p-bloc-9-style{
		width:94.11%;
	}
	.img-34-style{
		width:350px;
		height:230px;
	}
	.img-bloc-11-style{
		width:350px;
		height:133px;
	}
	.img-36-style{
		width:350px;
		height:176px;
	}
	.img-39-style{
		width:350px;
		height:137px;
	}
	.img-37-style{
		width:350px;
		height:228px;
	}
	.p-1-style{
		width:92.02%;
	}
	.p-16-style{
		width:92.16%;
	}
	.navbar-brand img{
		width:35px;
		height:35px;
	}
	.link-style{
		font-size:20px;
	}
	.img-42-style{
		width:350px;
		height:193px;
	}
	.img-46-style{
		width:350px;
		height:254px;
	}
	.img-47-style{
		width:350px;
		height:272px;
	}
	.blocs-card-width{
		width:50%;
	}
	.img-45-style{
		width:350px;
		height:208px;
	}
	.img-43-style{
		width:350px;
		height:205px;
	}
	.img-44-style{
		width:350px;
		height:237px;
	}
	.img-50-style{
		width:350px;
		height:217px;
	}
	.img-51-style{
		width:350px;
		height:171px;
	}
	.img-52-style{
		width:350px;
		height:189px;
	}
	.img-53-style{
		width:350px;
		height:143px;
	}
	.img-55-style{
		width:350px;
		height:216px;
	}
	.img-60-style{
		width:350px;
		height:227px;
	}
	.img-61-style{
		width:350px;
		height:760px;
	}
	.img-62-style{
		width:350px;
		height:479px;
	}
	.img-63-style{
		width:350px;
		height:745px;
	}
	.img-65-style{
		width:350px;
		height:507px;
	}
	.img-66-style{
		width:350px;
		height:212px;
	}
	.img-67-style{
		width:350px;
		height:545px;
	}
	.img-68-style{
		width:350px;
		height:476px;
	}
	.img-69-style{
		width:350px;
		height:269px;
	}
	.img-70-style{
		width:350px;
		height:447px;
	}
	.img-71-style{
		width:350px;
		height:455px;
	}
	.img-72-style{
		width:350px;
		height:545px;
	}
	.img-67-bloc-9-style{
		width:350px;
		height:528px;
	}
	.img-68-bloc-9-style{
		width:350px;
		height:428px;
	}
	.img-75-style{
		width:350px;
		height:119px;
	}
	.img-76-style{
		width:350px;
		height:213px;
	}
	.img-77-style{
		width:350px;
		height:176px;
	}
	.img-78-style{
		width:350px;
		height:199px;
	}
	.img-86-style{
		width:350px;
		height:359px;
	}
	.img-79-style{
		width:325px;
		height:307px;
	}
	.img-81-style{
		width:325px;
		height:438px;
	}
	.img-82-style{
		width:325px;
		height:293px;
	}
	.img-83-style{
		width:325px;
		height:266px;
	}
	.img-84-style{
		width:325px;
		height:361px;
	}
	.img-85-style{
		width:325px;
		height:174px;
	}
	.img-80-style{
		width:300px;
		height:300px;
	}
	.img-87-style{
		width:350px;
		height:538px;
	}
	.img-88-style{
		width:350px;
		height:350px;
	}
	.img-89-style{
		width:350px;
		height:197px;
	}
	.img-90-style{
		width:350px;
		height:542px;
	}
	.img-91-style{
		width:350px;
		height:622px;
	}
	.img-92-style{
		width:350px;
		height:622px;
	}
	.img-94-style{
		width:350px;
		height:331px;
	}
	.img-94-bloc-9-style{
		width:350px;
		height:417px;
	}
	.img-95-style{
		width:350px;
		height:217px;
	}
	.img-98-style{
		width:350px;
		height:414px;
	}
	.img-100-style{
		width:350px;
		height:434px;
	}
	.img-93-style{
		width:350px;
		height:380px;
	}
	.img-61-bloc-9-style{
		width:350px;
		height:478px;
	}
	.img-105-style{
		width:350px;
		height:467px;
	}
	.img-107-style{
		width:350px;
		height:467px;
	}
	.img-109-style{
		width:350px;
		height:467px;
	}
	.img-110-style{
		width:350px;
		height:467px;
	}
	.img-106-style{
		width:350px;
		height:194px;
	}
	.img-108-style{
		width:350px;
		height:302px;
	}
	.img-113-style{
		width:350px;
		height:350px;
	}
	.img-114-style{
		width:350px;
		height:350px;
	}
	.img-115-style{
		width:350px;
		height:350px;
	}
	.img-116-style{
		width:350px;
		height:350px;
	}
	.img-118-style{
		width:350px;
		height:350px;
	}
	.img-119-style{
		width:350px;
		height:350px;
	}
	.img-120-style{
		width:350px;
		height:350px;
	}
	.img-117-style{
		width:350px;
		height:196px;
	}
	.img-102-style{
		width:350px;
		height:321px;
	}
	.img-103-style{
		width:350px;
		height:351px;
	}
	.img-104-style{
		width:350px;
		height:298px;
	}
	.img-105-bloc-9-style{
		width:350px;
		height:312px;
	}
	.img-106-bloc-9-style{
		width:350px;
		height:349px;
	}
	.img-107-bloc-9-style{
		width:350px;
		height:350px;
	}
	.img-108-bloc-9-style{
		width:350px;
		height:339px;
	}
	.img-109-bloc-9-style{
		width:350px;
		height:345px;
	}
	.img-110-bloc-9-style{
		width:350px;
		height:340px;
	}
	.img-111-style{
		width:350px;
		height:330px;
	}
	.img-112-style{
		width:350px;
		height:343px;
	}
	.img-103-bloc-9-style{
		width:350px;
		height:331px;
	}
	.img-127-style{
		width:350px;
		height:229px;
	}
	.img-128-style{
		width:350px;
		height:229px;
	}
	.img-129-style{
		width:350px;
		height:229px;
	}
	.img-130-style{
		width:350px;
		height:226px;
	}
	.img-131-style{
		width:350px;
		height:226px;
	}
	.img-132-style{
		width:350px;
		height:476px;
	}
	.img-127-bloc-9-style{
		width:350px;
		height:208px;
	}
	.img-128-bloc-9-style{
		width:350px;
		height:183px;
	}
	.img-145-style{
		width:350px;
		height:157px;
	}
	.img-146-style{
		width:350px;
		height:380px;
	}
	.img-147-style{
		width:350px;
		height:443px;
	}
	.img-148-style{
		width:350px;
		height:253px;
	}
	.img-150-style{
		width:350px;
		height:453px;
	}
	.img-100-bloc-9-style{
		width:350px;
		height:463px;
	}
	.img-101-style{
		width:350px;
		height:397px;
	}
	.img-59-style{
		width:350px;
		height:434px;
	}
	.img-60-bloc-9-style{
		width:350px;
		height:353px;
	}
	.img-38739-style{
		width:350px;
		height:223px;
	}
	.img-62-bloc-9-style{
		width:350px;
		height:523px;
	}
	.img-63-bloc-9-style{
		width:350px;
		height:175px;
	}
	.img-64-style{
		width:350px;
		height:175px;
	}
	.img-65-bloc-9-style{
		width:350px;
		height:179px;
	}
	.img-66-bloc-9-style{
		width:350px;
		height:207px;
	}
	.img-151-style{
		width:350px;
		height:252px;
	}
	.img-152-style{
		width:350px;
		height:251px;
	}
	.img-153-style{
		width:350px;
		height:261px;
	}
	.img-154-style{
		width:350px;
		height:261px;
	}
	.img-155-style{
		width:350px;
		height:272px;
	}
	.img-156-style{
		width:350px;
		height:252px;
	}
	.img-157-style{
		width:350px;
		height:293px;
	}
	.img-158-style{
		width:350px;
		height:575px;
	}
	.img-159-style{
		width:350px;
		height:493px;
	}
	.img-160-style{
		width:350px;
		height:468px;
	}
	.img-161-style{
		width:350px;
		height:294px;
	}
	.img-162-style{
		width:350px;
		height:222px;
	}
	.img-163-style{
		width:350px;
		height:424px;
	}
	.img-bloc-9-style{
		width:350px;
		height:352px;
	}
	.img-147-bloc-9-style{
		width:350px;
		height:282px;
	}
	.img-26-style{
		width:350px;
		height:455px;
	}
	.img-30-style{
		width:350px;
		height:226px;
	}
	.img-35-style{
		width:350px;
		height:227px;
	}
	.img-38-style{
		width:350px;
		height:137px;
	}
	.img-40-style{
		width:350px;
		height:137px;
	}
	.img-41-style{
		width:350px;
		height:455px;
	}
	.img-42-bloc-9-style{
		width:350px;
		height:230px;
	}
	.img-43-bloc-9-style{
		width:350px;
		height:219px;
	}
	.img-44-bloc-9-style{
		width:350px;
		height:219px;
	}
	.img-45-bloc-9-style{
		width:350px;
		height:454px;
	}
	.img-46-bloc-9-style{
		width:350px;
		height:227px;
	}
	.img-47-bloc-9-style{
		width:350px;
		height:226px;
	}
	.img-48-bloc-9-style{
		width:350px;
		height:226px;
	}
	.img-49-bloc-9-style{
		width:350px;
		height:226px;
	}
	
}

@media (max-width: 575px){
	.navbar-logo{
		font-size:18px;
	}
	.blocs-card-width{
		width:100%;
	}
	
}

