/*-----------------------------------------------------------------------------------
	venusmedicalesthetics.be
	About: A shiny new Blocs website.
	Author: Khalid
	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;}}

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

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


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

.b-divider{
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
}


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


/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}
.icon-round{
	margin:0 auto;
	border:2px solid transparent;
	border-radius: 50%;
	padding: 32px 30px 26px 30px;
	min-width:80px;
}
.icon-round.icon-md,.icon-square.icon-md,.icon-rounded.icon-md{
	min-width: 92px;
}
.icon-round.icon-lg,.icon-square.icon-lg,.icon-rounded.icon-lg{
	min-width: 122px;
}
.icon-round.icon-xl,.icon-square.icon-xl,.icon-rounded.icon-xl{
	min-width: 162px;
}

/* 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
-------------------------------------------------------------- */
.sm-shadow{
	text-shadow:0 1px 2px rgba(0,0,0,.3);
}
.lg-shadow{
	text-shadow:0 2px 5px rgba(0,0,0,.5);
}
.glow-t{
	text-shadow:0 0 10px #FFF;
}
.blockquote{
	padding:0 20px;
	border-left:2px solid;
}
.blockquote.text-right{
	border-left:0;
	border-right:2px solid;
}


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

/* = Dividers
-------------------------------------------------------------- */
.divider-h{
	padding:20px 0;
	width:100%;
	display:inline-block;
}
.divider-h span{
	display: block;
	border-top:1px solid transparent;
}
.divider-half{
	width: 50%;
	margin: 0 auto;
}
.dropdown-menu .divider-h,.dropdown-menu .divider-half{
	padding:0;
}

/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}



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

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

.mb-space-grey{
	background-image:url("img/Apple-Macbook-Space-Grey.png");
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.5);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 5px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
.lightbox-close-svg{
	pointer-events:none;
}

/* Framless */
.frameless-lb{
	border-radius: 0;
	border:none;
}
.frameless-lb .modal-body{
	padding:0;
}
.frameless-lb .lightbox-caption{
	left:0;
	right:0;
	bottom:-16px;
}

/* Snap Shot */
.snapshot-lb .modal-body{
	padding-bottom:45px;
}
.snapshot-lb .lightbox-caption{
	padding: 0;
	color:rgba(0,0,0,.5);
	background: none;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.navbar-brand img{
	height:80px;
	width:80px;
}
.h3-style{
	font-family:"Lato";
	font-weight:900;
	font-size:34px;
}
.h4-style{
	font-size:34px;
}
.h2-style{
	font-size:22px;
}
.row-style{
	width:96.46%;
}
.bloc-padding-left{
	padding-left:23px;
}
.img-margin-bottom{
	margin-bottom:27px;
	padding-bottom:1px;
	padding-top:39px;
	border-radius:0px 0px 0px 0px;
}
.p-style{
	font-size:19px;
	width:100%;
	padding-right:0px;
	margin-bottom:16px;
	padding-bottom:27px;
}
.bloc-padding-right{
	padding-right:0px;
	padding-left:49px;
}
.bloc-margin-bottom{
	margin-bottom:2px;
	padding-right:10px;
}
.team-card{
	min-height:350px;
}
.feature-col-mt{
	margin-top:29px;
}
.hero-first-col-mb{
	margin-bottom:30px;
}
.p-6-style{
	font-size:20px;
}
.bloc-bloc-4-margin-top{
	margin-top:3px;
	padding-top:8px;
}
.img-42-style{
	height:167px;
}
.link-epilation-style{
	font-weight:bold;
}
.h3-5-style{
	font-size:22px;
}
.h3-epilation-style{
	margin-top:-78px;
}
.link--322306554-style{
	font-weight:bold;
}
.link-padding{
	margin-bottom:12px;
}
.h2-bloc-12-style{
	font-size:30px;
}
.bloc-style{
	width:100%;
}
.btn-style{
	border-radius:7px 7px 7px 7px;
}
.p-bloc-9-style{
	font-size:22px;
	line-height:22px;
}

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

/* Background colour styles */

.bgc-white{
	background-color:#FEFFFF;
}
.bgc-skobeloff{
	background-color:#006C84;
}
.bgc-electric-blue{
	background-color:#89FDFF;
}

/* Text colour styles */

.tc-blush{
	color:#DF638C!important;
}
.tc-skobeloff{
	color:#006C84!important;
}
.tc-dark-magenta{
	color:#942092!important;
}
.tc-white{
	color:#FEFFFF!important;
}
.tc-black{
	color:#000000!important;
}

/* Link colour styles */

.ltc-dark-magenta{
	color:#942092!important;
}
.ltc-dark-magenta:hover{
	color:#761a75!important;
}
.ltc-skobeloff{
	color:#006C84!important;
}
.ltc-skobeloff:hover{
	color:#00566a!important;
}

/* Icon colour styles */

.icon-skobeloff{
	color:#006C84!important;
	border-color:#006C84!important;
}
.icon-blue-ryb{
	color:#0432FF!important;
	border-color:#0432FF!important;
}

/* Bloc image backgrounds */

.bg-fond-20venus-20blue{
	background-image:url("img/fond%20venus%20blue.png");
}

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

/* = Snap Scroll Pagination-------------------------------------------------------------- */.snap-scroll-pagination {
		font-size:1.1em;
		list-style: none;
		padding:0 5px;
		position:fixed;
		left:20px;
		top: 50%;
	  	transform: translateY(-50%);
		z-index: 10;
}
.right-align.snap-scroll-pagination{
		right:20px;
		left: initial;
}
.snap-scroll-paginate-bg.snap-scroll-pagination{
		background: rgba(255,255,255,0.3);
		border-radius: 6px;
}
.snap-scroll-pagination a {
		display:block;
		color:rgba(0,0,0,.8);
		height:20px;
		width: 20px;
		margin:5px 0;
		position:relative;
}
.snap-scroll-paginate-dashes a{
		height:30px;
		width:8px;
}
.snap-scroll-pagination a .hover-text {
		color: rgba(0,0,0,0.5);
		position:absolute;
		display: none;
		left:35px;
		top:-5px;
		opacity:0;
		width:300px;
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
}
.snap-scroll-paginate-dashes.snap-scroll-pagination a .hover-text{
		top:2px;
}
.right-align.snap-scroll-pagination a .hover-text {
		text-align:right;
		right:35px;
		left:initial;
}
.snap-scroll-pagination a:hover .hover-text {
		opacity: 1;
		display: inline-block;
}
.snap-scroll-pagination a:after {
		content:"";
		-webkit-transition:box-shadow 0.5s ease;
		transition:box-shadow 0.5s ease;
		width:10px;
		height:10px;
		display: block;
		border:1px solid;
		border-radius:50%;
		position: absolute;
		margin:auto;
		top:0;
		left:5px;
		bottom:0;
}
.snap-scroll-paginate-dashes.snap-scroll-pagination a:after{
		background-color: transparent;
		width: 4px;
		height:20px;
		border-radius:0;
		left:2px;
		opacity: 0.5;
}
.snap-scroll-pagination a.active:after, .snap-scroll-paginate-dashes.snap-scroll-pagination a:after {
		box-shadow:inset 0 0 0 5px;
}
.snap-scroll-pagination a.active:after{
		opacity: 1;
}
.light-snap-scroll-theme.snap-scroll-pagination a, .light-snap-scroll-theme.snap-scroll-pagination a .hover-text{
		color:#FFF;
}
.light-snap-scroll-theme.snap-scroll-paginate-bg{
		background: rgba(0,0,0,0.3);
}
@media (max-width: 767px){
		.snap-scroll-pagination{
			left:5px;
	}
	.right-align.snap-scroll-pagination{
			right:5px;
			left: initial;
	}
}

/* = 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){
	.link-style{
		width:100%;
		padding-right:10px;
		margin-right:4px;
		margin-left:8px;
		padding-left:9px;
	}
	.navbar-brand img{
		width: px;
		height:60px;
	}
	.img-margin-bottom{
		width:584px;
		margin-top:-5px;
		padding-top:61px;
		border-radius:17px 17px 17px 17px;
	}
	.mt-md-0{
	}
	.mt-md-4{
	}
	.h1-le-principe--style{
		font-size:46px;
	}
	.h3-soins-style{
		font-size:34px;
	}
	.h3-traitement-style{
		font-size:34px;
	}
	.h3-amélioration-style{
		font-size:34px;
	}
	.h3-epilation-style{
		font-size:34px;
	}
	.text-span-color{
		color:#000000;
	}
	.link-bloc-0-style{
		font-family:"PT Sans Narrow";
		font-weight:700;
		font-size:36px;
	}
	.h3-style{
		font-size:34px;
	}
	.img-style{
		height:226px;
		width:340px;
	}
	.img-bloc-11-style{
		width:340px;
		height:226px;
	}
	.img-38-style{
		width:340px;
		height:226px;
	}
	.img-39-style{
		width:340px;
		height:226px;
	}
	.link-bloc-3-style{
		font-weight:bold;
	}
	.img-42-style{
		width:340px;
		height:237px;
	}
	.p-style{
		font-size:19px;
	}
	.btn-style{
		border-radius:6px 6px 6px 6px;
	}
	.row-bloc-9-style{
		width:100%;
	}
	.img-bloc-9-style{
		width:675px;
	}
	.p-bloc-9-style{
		line-height:22px;
	}
	
	/* MD Row Margin Offsets */
	.voffset-clear-md{
		margin-top:0;
	}
	
}

@media (max-width: 767px){
	.text-right{
	}
	.text-left{
	}
	.text-center{
	}
	.btn-margin-bottom{
		font-weight:bold;
	}
	.h3-bloc-3-style{
		font-size:26px;
		margin-top:-31px;
		line-height:56px;
		padding-bottom:39px;
		margin-bottom:10px;
		padding-top:37px;
	}
	.h4-bloc-3-style{
		font-size:24px;
		margin-bottom:24px;
	}
	.img-style{
		width:390px;
	}
	.h4-padding-bottom{
		padding-bottom:0px;
		padding-top:1px;
		margin-top:6px;
		margin-bottom:12px;
	}
	.link-padding{
		padding-top:2px;
		padding-bottom:2px;
		font-weight:bold;
		width:100%;
	}
	.h3-style{
		margin-bottom:-59px;
		padding-bottom:59px;
	}
	.h2-style{
		font-size:40px;
		padding-top:0px;
		margin-top:-19px;
	}
	.bloc-margin-top{
		margin-top:-65px;
	}
	.h4-contact-style{
		font-size:32px;
		margin-top:11px;
		padding-top:4px;
		padding-bottom:20px;
	}
	.link-bloc-0-style{
		font-size:28px;
	}
	.bloc-bloc-1-margin-bottom{
		margin-bottom:-165px;
	}
	.h3-bloc-2-margin-bottom{
		margin-bottom:-89px;
		margin-top:10px;
	}
	.bloc-bloc-3-margin-bottom{
		margin-bottom:-100px;
	}
	.bloc-bloc-4-margin-top{
		margin-bottom:-92px;
		padding-bottom:0px;
		padding-top:8px;
		margin-top:-15px;
	}
	.bloc-0-margin-bottom{
		margin-bottom:-62px;
	}
	.img-margin-top{
		margin-top:-2px;
		padding-top:0px;
	}
	.img-padding-top{
		margin-top:-5px;
	}
	.img-bloc-3-padding-top{
		margin-top:-46px;
	}
	.h3-margin-bottom{
		margin-bottom:-1px;
	}
	.p-style{
		margin-bottom:-76px;
	}
	.icon-margin-top{
		margin-top:-63px;
	}
	.form-padding-top{
		margin-bottom:-56px;
	}
	.h3-bloc-1-margin-bottom{
		margin-bottom:16px;
		margin-top:6px;
		padding-bottom:7px;
	}
	.p-bloc-13-style{
		font-size:18px;
	}
	.device-margin-top{
		margin-top:3px;
	}
	.h4-style{
		font-size:30px;
	}
	.h4-telephone-style{
		font-size:30px;
	}
	.h5-style{
		font-size:24px;
	}
	.bloc-bloc-2-margin-top{
		margin-top:-1px;
	}
	.h3-bloc-2-margin-top{
		margin-top:11px;
		padding-top:7px;
	}
	.p-bloc-12-style{
		font-size:20px;
		line-height:30px;
	}
	.link-style{
		width:85.22%;
	}
	.navbar-brand img{
		width:80px;
		height:80px;
	}
	.p-bloc-9-style{
		font-size:16px;
		line-height:22px;
	}
	
}

@media (max-width: 575px){
	.btn-margin-bottom{
		margin-bottom:27px;
	}
	.bloc-margin-top{
		margin-top:-4px;
	}
	.h3-style{
		font-size:38px;
		margin-top:-79px;
		padding-bottom:68px;
		padding-top:0px;
	}
	.footer-link{
		text-align:center;
	}
	.h4-style{
		font-size:24px;
	}
	.h1-style{
		font-size:32px;
	}
	.h5-style{
		font-size:24px;
	}
	.navbar-brand img{
		width:80px;
	}
	.mt-1{
	}
	.link-bloc-0-style{
		font-size:20px;
	}
	.bloc-padding-top{
		padding-top:0px;
		margin-top:-72px;
	}
	.h4-bloc-3-style{
		margin-bottom:-1px;
	}
	.btn-style{
		font-weight:bold;
		width:38.01%;
		border-radius:14px 14px 14px 14px;
	}
	.icon-padding-bottom{
		padding-bottom:7px;
	}
	.container-div-padding-top{
		padding-top:0px;
		margin-top:-38px;
	}
	.h2-style{
		padding-top:0px;
		margin-top:-55px;
		padding-bottom:6px;
	}
	.h3-bloc-3-style{
		margin-top:12px;
		padding-top:0px;
		font-size:24px;
		line-height:36px;
		padding-bottom:6px;
		margin-bottom:14px;
	}
	.p-6-style{
		font-size:18px;
	}
	.bloc-bloc-4-margin-top{
		margin-top:-37px;
		padding-bottom:5px;
		margin-bottom:5px;
		padding-top:5px;
	}
	.img-margin-top{
		margin-top:17px;
		padding-top:8px;
	}
	.img-padding-top{
		padding-top:0px;
		margin-top:-303px;
		margin-bottom:-1px;
	}
	.img-bloc-3-padding-top{
		padding-top:0px;
		margin-top:-244px;
		margin-bottom:0px;
	}
	.h3-margin-bottom{
		margin-bottom:0px;
		margin-top:10px;
	}
	.form-padding-top{
		padding-top:0px;
		margin-top:-93px;
		margin-bottom:-105px;
	}
	.h5-margin-bottom{
		margin-bottom:4px;
		margin-top:-2px;
	}
	.link-padding{
		margin-top:1px;
	}
	.h4-padding-top{
		padding-top:1px;
		margin-top:-3px;
		margin-bottom:4px;
	}
	.container-div-margin-bottom{
		margin-bottom:4px;
		padding-top:2px;
	}
	.container-div-margin-top{
		margin-top:15px;
	}
	.icon-margin-top{
		margin-top:0px;
		padding-top:0px;
		padding-bottom:0px;
		margin-bottom:-1px;
	}
	.h3-bloc-1-margin-bottom{
		margin-bottom:3px;
		margin-top:6px;
	}
	.h3-bloc-2-margin-bottom{
		margin-top:11px;
		padding-bottom:1px;
	}
	.bloc-bloc-3-margin-bottom{
		margin-bottom:-64px;
		padding-bottom:0px;
	}
	.p-bloc-13-style{
		font-size:16px;
	}
	.p-bloc-10-style{
		width:100%;
	}
	.row-margin-top{
		margin-top:22px;
	}
	.p-margin-bottom{
		margin-bottom:0px;
	}
	.img-bloc-3-margin-top{
		margin-top:10px;
	}
	.bouton-vr{
	}
	.h5-bloc-5-style{
		font-size:19px;
	}
	.liste-des-prix {
	}
	.p-bloc-12-style{
		font-size:17px;
		line-height:24px;
	}
	.h2-bloc-12-style{
		font-size:30px;
		line-height:38px;
	}
	.p-style{
		font-size:18px;
	}
	.link-style{
		width:79.56%;
	}
	.row-bloc-9-style{
		width:100%;
	}
	.img-padding-bottom{
		padding-bottom:12px;
	}
	.p-bloc-9-style{
		font-size:12px;
		line-height:20px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-md-xs{
		margin-top:10px;
		margin-bottom:20px;
	}
	
}

