/*-----------------------------------------------------------------------------------
	    Site NATURE
        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 ugly blue 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;}
@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 50px;
	-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 50px;
}
.bloc-md{
	padding:50px;
}
.bloc-sm{
	padding:20px 50px;
}

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


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


/* Background Effects */

.b-parallax{
	background-attachment:fixed;
}

/* Disable Parallax on Mobile Touch Devices */
@media (hover: none) {
	.b-parallax{
	background-attachment:scroll;
}
}

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

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


/* = NavBar
-------------------------------------------------------------- */

.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}
/* Handle Multi Level Navigation */.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 64, 64);
}
.btco-menu li > a {
	padding: 10px 15px;
	color: #000;
}
.btco-menu .active a:focus,.btco-menu li a:focus ,.navbar > .show > a:focus{
	background: transparent;
	outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
	transform: rotate(-90deg);
}

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

.btn-rd{
	border-radius: 40px;
}
.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%);
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}

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

/*  Rounded Image */
.img-rd-md{
	border-radius:20px;
}
.img-rd-lg{
	border-radius:34px;
}

/* = Text & Icon Styles
-------------------------------------------------------------- */
.lg-shadow{
	text-shadow:0 2px 5px rgba(0,0,0,.5);
}


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


.carousel-caption-center{
	top: 50%;
	bottom: initial;
	transform: translateY(-50%);
}


/* ScrollToTop button */

.scrollToTop{
	width:40px;
	height:40px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity: 0;
	z-index: 500;
	transition: all .3s ease-in-out;
}
.scrollToTop span{
	margin-top: 6px;
}
.showScrollTop{
	font-size: 14px;
	opacity: 1;
}
/* = 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,.6);
	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{
	color:#FFF;
	font-size: 30px;
	position: absolute;
	top:20px;
	right:20px;
	z-index: 20;
	background:rgba(0,0,0,.5);
	border:none;
	line-height: 30px;
	padding:0 9px 5px;
	opacity: 0.3;
	border-radius:.25rem;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	opacity: 1.0;
	color:#FFF;
}
.next-lightbox, .prev-lightbox{
	font-size:20px;
	color:rgba(255,255,255,.9);
	background:rgba(0,0,0,.5);
	transition: all .2s ease-in-out;
	position: absolute;
	top:45%;
	z-index:1;
	opacity: 0.4;
	border-radius:.25rem;
}
.next-lightbox{
	padding:6px 8px 1px 13px;
	right:25px;
}
.prev-lightbox{
	padding:6px 13px 1px 10px;
	left:25px;
}

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

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1200px;
}
.img-style{
	width:1200px;
	border-radius:34px 34px 34px 34px;
}
.img-1-style{
	border-radius:15px 15px 15px 15px;
}
.h1-style{
	font-family:"Open Sans";
	font-weight:800;
	font-size:57px;
}
.h4-style{
	font-family:"helvetica";
	font-weight:800;
	font-size:28px;
}
.h2-style{
	font-family:"helvetica";
	font-weight:800;
	font-size:43px;
}
.h3-style{
	font-family:"helvetica";
	font-weight:800;
	font-size:28px;
	text-indent:0px;
}
.p-style{
	font-family:"helvetica";
	font-weight:800;
	font-size:14px;
}
.h3-3-style{
	font-family:"Open Sans";
	font-weight:800;
}
.h3- prestations-style{
	font-family:"Open Sans";
	font-weight:800;
	font-size:28px;
}
.h3-4-style{
	font-family:"helvetica";
	font-weight:800;
	font-size:23px;
}
.p-2-style{
	line-height:24px;
	width:100%;
	font-size:14px;
}
.img-3-style{
	width:278px;
	height:278px;
}
.img-img-01-style{
	width:163px;
}
.img-bloc-2-style{
	width:275px;
	height:134px;
}
.img-imag-style{
	width:230px;
}
.img-6-style{
	width:358px;
}
.img-7-style{
	width:214px;
}
.h1-bloc-0-style{
	font-size:55px;
	width:100%;
	font-family:"helvetica";
}
.p-4-style{
	font-size:20px;
	font-family:"helvetica";
	font-weight:400;
	line-height:24px;
}
.h3-19918-style{
	font-family:"Open Sans";
	font-weight:800;
}
.h1-2-style{
	font-family:"Sonsie One";
	font-weight:800;
	font-size:63px;
	width:100%;
}
.h3-47486-style{
	font-family:"helvetica";
	font-weight:800;
}
.h3-6-style{
	font-family:"helvetica";
	font-weight:800;
	font-size:55px;
}
.h3-5-style{
	font-family:"helvetica";
	font-weight:800;
}
.h3-7-style{
	font-family:"helvetica";
	font-weight:800;
	font-size:54px;
}
.p-6-style{
	font-family:"helvetica";
	font-weight:400;
	font-size:17px;
	line-height:22px;
	text-indent:45px;
}
.p-7-style{
	line-height:22px;
	font-size:17px;
	text-indent:25px;
	font-family:"helvetica";
	font-weight:400;
}
.p-8-style{
	font-size:17px;
	line-height:22px;
	font-family:"helvetica";
	font-weight:400;
}
.img-4-style{
	width:460px;
}
.h3-8-style{
	font-family:"helvetica";
	font-weight:800;
	font-size:27px;
}
.h3-9-style{
	font-family:"helvetica";
	font-weight:800;
	font-size:29px;
}
.h1-4-style{
	font-family:"helvetica";
	font-weight:800;
	font-size:52px;
}
.p-15-style{
	width:100%;
	font-family:"helvetica";
	font-weight:800;
}
.p-19492-style{
	font-family:"helvetica";
	font-weight:800;
	font-size:18px;
}
.p-16472-style{
	font-size:14px;
	line-height:18px;
}
.h4-blond-indien-style{
	font-family:"helvetica";
	font-weight:800;
}
.p-9-style{
	font-size:14px;
	line-height:18px;
	font-family:"helvetica";
	font-weight:400;
}
.h4-henné-neutre-style{
	font-family:"helvetica";
	font-weight:800;
}
.p-7509-style{
	font-family:"helvetica";
	font-weight:400;
}
.p-10-style{
	font-family:"helvetica";
	font-weight:400;
	font-size:14px;
	line-height:18px;
}
.p-11-style{
	font-family:"helvetica";
	font-weight:400;
	font-size:14px;
	line-height:18px;
}
.h4-title-here-style{
	font-family:"helvetica";
	font-weight:800;
}
.h4-5-style{
	font-family:"helvetica";
	font-weight:800;
}
.h4-6-style{
	font-family:"helvetica";
	font-weight:800;
}
.h4-7-style{
	font-family:"helvetica";
	font-weight:800;
}
.h4-8-style{
	font-family:"helvetica";
	font-weight:800;
}
.h4-9-style{
	font-family:"helvetica";
	font-weight:800;
}
.p-12-style{
	font-size:14px;
	line-height:18px;
}
.p-13-style{
	font-size:14px;
	line-height:18px;
}
.p-14-style{
	font-size:14px;
	line-height:18px;
}
.p-20536-style{
	font-size:14px;
	line-height:18px;
}
.p-26-style{
	font-family:"helvetica";
	font-weight:800;
}
.p-27-style{
	font-family:"helvetica";
	font-weight:800;
}
.h4-bloc-4-style{
	font-family:"helvetica";
	font-weight:800;
	font-size:27px;
}
.h4-rdv-en-ligne-style{
	font-family:"helvetica";
	font-weight:800;
	font-size:27px;
}
.h4-suivez-nous-style{
	font-family:"helvetica";
	font-weight:800;
	font-size:27px;
}
.h4-13-style{
	font-family:"helvetica";
	font-weight:800;
	color:#FFFFFF!important;
}
.img-8-style{
	width:278px;
	height:278px;
}
.img-9-style{
	width:278px;
	height:278px;
}
.h3-43427-style{
	font-family:"helvetica";
	font-weight:800;
	font-size:35px;
}
.img-13-style{
	;
}
.img-14-style{
	;
}
.img-17-style{
	;
}
.img-bloc-6-style{
	height:451px;
	width:460px;
}
.img-20-style{
	height:547px;
	width:522px;
	border-radius:0px 0px 0px 0px;
}
.h2-couleurs-style{
	font-family:"helvetica";
	font-weight:800;
	font-size:101px;
	width:100%;
}
.h3-3658-style{
	font-family:"helvetica";
	font-weight:800;
	font-size:44px;
}
.p-bloc-4-style{
	font-family:"helvetica";
	font-weight:800;
}
.h1-bloc-3-style{
	font-family:"helvetica";
	font-weight:800;
}
.h2-2-style{
	font-size:40px;
}
.h2-3-style{
	font-size:40px;
}
.h2-4-style{
	font-size:35px;
}
.btn-padding{
	padding-top:6px;
	padding-bottom:6px;
	font-weight:bold;
	border-radius:15px 15px 15px 15px;
}
.h3-coupes--style{
	font-size:30px;
}
.h3-30958-style{
	font-size:30px;
}
.h3-34295-style{
	font-size:30px;
}
.h1-39243-style{
	font-size:51px;
}
.btn-style{
	font-weight:bold;
	padding-top:6px;
	padding-bottom:6px;
	border-radius:15px 15px 15px 15px;
}
.h3-9127-style{
	font-size:30px;
}
.h4-bloc-3-style{
	font-size:25px;
}
.h4-6-bloc-3-style{
	font-size:25px;
}
.h3-épilations-style{
	font-size:25px;
}
.label-style{
	width:100%;
}
.btn-bloc-3-style{
	padding-top:6px;
	padding-bottom:6px;
	font-weight:bold;
	border-radius:14px 14px 14px 14px;
}
.btn-4-style{
	padding-top:6px;
	padding-bottom:6px;
	font-weight:bold;
	border-radius:15px 15px 15px 15px;
}
.h3-4-bloc-3-style{
	font-size:43px;
}
.h3-5-bloc-3-style{
	font-size:42px;
}
.h3-6-bloc-3-style{
	font-size:40px;
}
.h4-4-style{
	font-size:25px;
}
.h3-bloc-1-style{
	font-size:29px;
}
.btn-bloc-1-style{
	font-weight:bold;
	border-radius:14px 14px 14px 14px;
}
.p-bloc-6-style{
	font-family:"helvetica";
}
.btn-bloc-6-style{
	border-radius:14px 14px 14px 14px;
}
.img-26-style{
	width:249px;
}
.btn-rdv-en-ligne-style{
	width:82.01%;
	padding-top:6px;
	padding-bottom:6px;
	font-weight:bold;
	border-radius:15px 15px 15px 15px;
}
.h2-bloc-7-style{
	font-size:90px;
}
.h4-11-style{
	font-size:50px;
	background-color:transparent;
	background-clip:padding-box!important;
	-webkit-background-clip:padding-box!important;
	background-repeat:repeat;
	border-style:none;
	border-color:rgba(217,0,189,0.0)!important;
	border-top-left-radius:15px;
	color:#332F35!important;
}
.p-13-bloc-4-style{
	font-size:17px;
	line-height:22px;
}
.link-bloc-13-style{
	font-weight:bold;
}
.link-horaires-salon-style{
	font-weight:bold;
	color:#8ADE46!important;
	background-color:transparent;
}
.p-bloc-13-style{
	line-height:20px;
	width:100%;
}
.carousel-style{
	width:44.17%;
}
.navbar-brand img{
	height:75px;
}
.link-home-style{
	font-weight:bold;
}
.row-bloc-1-style{
	width:13%;
}
.h3-1-style{
	font-size:21px;
}
.h2-bloc-3-style{
	font-size:53px;
}
.h4-bloc-2-style{
	font-size:27px;
}
.h5-style{
	font-size:45px;
}
.h6-style{
	font-size:23px;
}
.img-3-bloc-2-style{
	height:100px;
	width:271px;
}
.img-4-bloc-2-style{
	width:131px;
}
.img-5-style{
	width:176px;
}
.p-bloc-1-style{
	font-size:14px;
}
.p-14-bloc-1-style{
	font-size:14px;
}
.bloc-style{
	height:245px;
	width:255px;
}
.img-bloc-4-style{
	;
}
.img-20-bloc-4-style{
	border-radius:33px 33px 33px 33px;
}
.img-21-style{
	border-radius:33px 33px 33px 33px;
}
.img-bloc-3-style{
	height:278px;
}
.img-14-bloc-3-style{
	height:278px;
}
.img-15-style{
	height:278px;
}
.img-16-style{
	height:278px;
}
.img-19-style{
	height:278px;
}
.h1-bloc-4-style{
	font-size:50px;
}
.p-22-style{
	line-height:22px;
}
.p-bloc-11-style{
	font-family:"helvetica";
}
.p-bloc-3-style{
	font-size:17px;
}
.divider-style{
	width:100%;
}
.h1-bloc-19-style{
	font-size:67px;
}
.h4-10-style{
	font-size:24px;
}
.h2-26004-style{
	font-size:70px;
}
.h2-bloc-21-style{
	font-size:46px;
}
.h6-bloc-13-style{
	font-size:65px;
}
.h3-bloc-13-style{
	font-size:35px;
}
.h6-2-style{
	font-size:17px;
}
.h2-7-style{
	font-size:46px;
}
.p-58-style{
	font-size:20px;
}
.h1-6-style{
	font-size:63px;
}
.h2-bloc-25-style{
	font-size:50px;
}
.p-bloc-25-style{
	font-size:29px;
}
.h1-7-style{
	font-size:57px;
}
.h2-12-style{
	font-size:48px;
}
.h3-24-style{
	font-size:38px;
}
.h3-25-style{
	font-size:37px;
}
.btn-envoyer-style{
	font-weight:bold;
}
.h3-27-style{
	font-size:30px;
}
.p-69-style{
	font-size:16px;
}
.p-bloc-0-style{
	font-size:19px;
}
.h3-bloc-0-style{
	font-size:54px;
}

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

/* Background colour styles */

.bgc-myrtle{
	background-color:#274014;
}
.bgc-black{
	background-color:rgba(0,0,0,0.2);
}
.bgc-dark-jungle-green{
	background-color:#1D2E0F;
}
.bgc-black-2{
	background-color:rgba(0,0,0,0.5);
}
.bgc-dark-slate-blue{
	background-color:#443173;
}
.bgc-black-3{
	background-color:rgba(0,0,0,0.5);
}
.bgc-black-4{
	background-color:rgba(0,0,0,0.5);
}
.bgc-dark-lava{
	background-color:#363636;
}
.bgc-army-green{
	background-color:#37591C;
}
.bgc-ucla-blue{
	background-color:#49629A;
}
.bgc-antique-fuchsia{
	background-color:#A55282;
}
.bgc-black-5{
	background-color:rgba(0,0,0,0.7);
}
.bgc-yellow-green{
	background-color:#8ADE46;
}
.bgc-yellow-green-2{
	background-color:#8ADE46;
}

/* Text colour styles */

.tc-white{
	color:#FFFFFF!important;
}
.tc-yellow-green{
	color:#8ADE46!important;
}
.tc-yellow-green-2{
	color:#8ADE46!important;
}
.tc-persian-rose{
	color:#FF2F91!important;
}

/* Button colour styles */

.btn-persian-rose{
	background:#FF2F91;
	color:#FFFFFF!important;
}
.btn-persian-rose:hover{
	background:#cc2674!important;
	color:#FFFFFF!important;
}
.btn-cool-black{
	background:#002B5F;
	color:#FFFFFF!important;
}
.btn-cool-black:hover{
	background:#00224c!important;
	color:#FFFFFF!important;
}
.btn-dark-jungle-green{
	background:#1D2E0F;
	color:#FFFFFF!important;
}
.btn-dark-jungle-green:hover{
	background:#17250c!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-dark-jungle-green{
	color:#1D2E0F!important;
}
.ltc-dark-jungle-green:hover{
	color:#17250c!important;
}
.ltc-yellow-green{
	color:#8ADE46!important;
}
.ltc-yellow-green:hover{
	color:#6eb238!important;
}
.ltc-white{
	color:#FFFFFF!important;
}
.ltc-white:hover{
	color:#cccccc!important;
}

/* Icon colour styles */

.icon-dark-jungle-green{
	color:#1D2E0F!important;
	border-color:#1D2E0F!important;
}
.icon-white{
	color:#FFFFFF!important;
	border-color:#FFFFFF!important;
}

/* Bloc image backgrounds */

.bg-background-grass{
	background-image:url("img/background-grass.jpg");
}
.bg-background-grass{
	background-image:url("img/background-grass.jpg");
}
.bg-background-grass{
	background-image:url("img/background-grass.jpg");
}
.bg-wood-back-1694x1066{
	background-image:url("img/wood-back_1694x1066.jpg");
}



/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc{
        padding-left: 20px; 
        padding-right: 20px;  
    }
    .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%;}
    .page-container{overflow: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */
    .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)
{
    .page-container{
        overflow: hidden;
        position:relative;
    }
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .a-block{
        padding:0 10px;
    }
    .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){
	.mt-md-0{
	}
	.mt-md-4{
	}
	.p-style{
		font-size:15px;
	}
	.h1-bloc-0-style{
		font-size:52px;
	}
	.img-1-style{
		width:284px;
		height:260px;
		border-radius:63px 63px 63px 63px;
	}
	.img-style{
		border-radius:50px 50px 50px 50px;
	}
	.h4-style{
		font-size:17px;
	}
	.h3-47486-style{
		font-size:26px;
	}
	.h3-5-style{
		font-size:26px;
	}
	.img-bloc-7-style{
		width:250px;
		height:250px;
	}
	.h2-couleurs-style{
		font-size:120px;
	}
	.h3-3658-style{
		font-size:52px;
	}
	.p-bloc-6-style{
		line-height:22px;
	}
	.btn-rdv-en-ligne-style{
		width:100%;
		padding-top:0px;
		padding-bottom:0px;
	}
	.h3-6-bloc-3-style{
		font-size:34px;
	}
	.h5-style{
		font-size:41px;
	}
	.h3-bloc-1-style{
		font-size:53px;
	}
	.h1-7-style{
		font-size:46px;
	}
	.h2-12-style{
		font-size:32px;
	}
	.h3-24-style{
		font-size:41px;
	}
	.h3-25-style{
		font-size:39px;
	}
	.h2-bloc-23-style{
		font-size:35px;
	}
	.h2-7-bloc-23-style{
		font-size:35px;
	}
	.h4-4-style{
		font-size:20px;
	}
	.h4-8-bloc-3-style{
		font-size:20px;
	}
	.p-8-bloc-3-style{
		font-size:14px;
	}
	.p-12-bloc-3-style{
		font-size:14px;
	}
	.h4-bloc-3-style{
		font-size:20px;
	}
	.p-9-bloc-3-style{
		font-size:14px;
	}
	.h4-9-bloc-3-style{
		font-size:20px;
	}
	.p-13-bloc-3-style{
		font-size:14px;
	}
	.h4-6-bloc-3-style{
		font-size:20px;
	}
	.p-10-bloc-3-style{
		font-size:14px;
	}
	.h4-10-style{
		font-size:20px;
	}
	.p-14-bloc-3-style{
		font-size:14px;
	}
	.h1-6-style{
		font-size:68px;
	}
	.img-bloc-23-style{
		width:344px;
	}
	.h2-26004-style{
		font-size:67px;
	}
	.p-bloc-25-style{
		font-size:22px;
	}
	.h3-4-bloc-3-style{
		font-size:34px;
	}
	.h3-5-bloc-3-style{
		font-size:33px;
	}
	.h4-2-style{
		font-size:17px;
	}
	.h4-3-style{
		font-size:17px;
	}
	.p-5-style{
		font-size:14px;
	}
	.p-6-bloc-3-style{
		font-size:14px;
	}
	.p-7-bloc-3-style{
		font-size:14px;
	}
	.p-11-bloc-3-style{
		font-size:14px;
	}
	.p-bloc-20-style{
		font-size:16px;
	}
	.p-58-style{
		font-size:18px;
	}
	.h2-7-style{
		font-size:44px;
	}
	
	/* MD Row Margin Offsets */
	.voffset-md{
		margin-top:30px;
	}
	
}

@media (max-width: 767px){
	.h1-bloc-0-style{
		font-size:53px;
		line-height:70px;
	}
	.img-1-style{
		height:207px;
		border-radius:30px 30px 30px 30px;
	}
	.h4-style{
		font-size:22px;
	}
	.img-style{
		border-radius:30px 30px 30px 30px;
	}
	.text-right{
	}
	.text-left{
	}
	.text-center{
	}
	.h3-6-style{
		font-size:60px;
	}
	.h3-7-style{
		font-size:52px;
	}
	.img-bloc-6-style{
		width:460px;
	}
	.img-bloc-7-style{
		width:250px;
		height:250px;
	}
	.p-19492-style{
		font-size:17px;
	}
	.p-7509-style{
		font-size:16px;
		line-height:20px;
	}
	.p-9-style{
		font-size:16px;
		line-height:20px;
	}
	.p-10-style{
		font-size:16px;
		line-height:20px;
	}
	.p-11-style{
		font-size:16px;
		line-height:20px;
	}
	.p-12-style{
		font-size:16px;
		line-height:20px;
	}
	.p-13-style{
		font-size:16px;
		line-height:20px;
	}
	.p-14-style{
		font-size:16px;
		line-height:20px;
	}
	.p-20536-style{
		font-size:16px;
		line-height:20px;
	}
	.p-7-style{
		font-size:16px;
		line-height:20px;
	}
	.p-8-style{
		font-size:16px;
		line-height:20px;
	}
	.h1-4-style{
		font-size:61px;
	}
	.h2-couleurs-style{
		font-size:97px;
	}
	.h3-3658-style{
		font-size:41px;
	}
	.p-style{
		font-size:26px;
	}
	.p-2-style{
		font-size:23px;
		line-height:30px;
	}
	.h3-4-style{
		font-size:43px;
	}
	.h3-style{
		font-size:55px;
	}
	.h3-bloc-1-style{
		font-size:55px;
	}
	.p-bloc-1-style{
		font-size:28px;
	}
	.p-14-bloc-1-style{
		font-size:31px;
	}
	.p-bloc-0-style{
		font-size:18px;
	}
	.p-bloc-3-style{
		font-size:18px;
		line-height:24px;
	}
	.h3-4-bloc-3-style{
		font-size:55px;
	}
	.h3-5-bloc-3-style{
		font-size:55px;
	}
	.h5-style{
		font-size:37px;
	}
	.h6-style{
		font-size:21px;
	}
	.h4-2-style{
		font-size:22px;
	}
	.h4-4-style{
		font-size:22px;
	}
	.h4-bloc-3-style{
		font-size:22px;
	}
	.h4-6-bloc-3-style{
		font-size:22px;
	}
	.h3-6-bloc-3-style{
		font-size:55px;
	}
	.h1-7-style{
		font-size:33px;
	}
	.h2-12-style{
		font-size:36px;
	}
	.h3-24-style{
		font-size:38px;
	}
	.h3-25-style{
		font-size:33px;
	}
	.h2-bloc-21-style{
		font-size:34px;
	}
	.h1-6-style{
		font-size:51px;
	}
	.img-bloc-23-style{
		width:450px;
	}
	.h2-7-bloc-23-style{
		font-size:50px;
	}
	.p-8-bloc-3-style{
		font-size:15px;
	}
	.h2-bloc-23-style{
		font-size:52px;
	}
	.h4-8-bloc-3-style{
		font-size:22px;
	}
	.p-12-bloc-3-style{
		font-size:15px;
	}
	.h4-9-bloc-3-style{
		font-size:22px;
	}
	.h4-10-style{
		font-size:22px;
	}
	.h2-26004-style{
		font-size:50px;
	}
	.p-bloc-24-style{
		font-size:15px;
	}
	.h2-bloc-25-style{
		font-size:50px;
	}
	.p-bloc-25-style{
		font-size:18px;
	}
	.h1-bloc-19-style{
		font-size:51px;
	}
	.p-56-style{
		font-size:14px;
	}
	.h2-7-style{
		font-size:33px;
	}
	.p-58-style{
		font-size:16px;
	}
	
	/* Small Text Margin Offsets */
	.mg-md-sm{
		margin-top:10px;
		margin-bottom:20px;
	}
	
}

@media (max-width: 575px){
	.mt-1{
	}
	.h1-bloc-0-style{
		font-size:31px;
		line-height:45px;
	}
	.h4-style{
		font-size:20px;
	}
	.img-style{
		border-radius:18px 18px 18px 18px;
	}
	.h3-style{
		font-size:20px;
	}
	.p-style{
		font-size:14px;
	}
	.h2-style{
		font-size:25px;
	}
	.h3-4-style{
		font-size:20px;
	}
	.p-2-style{
		font-size:13px;
		line-height:20px;
	}
	.p-bloc-1-style{
		font-size:14px;
		line-height:20px;
	}
	.h3-6-style{
		font-size:36px;
	}
	.h3-7-style{
		font-size:29px;
	}
	.img-bloc-6-style{
		width:265px;
		height:265px;
	}
	.p-19492-style{
		font-size:16px;
		line-height:22px;
	}
	.h3-8-style{
		font-size:26px;
	}
	.h1-4-style{
		font-size:30px;
	}
	.p-6-style{
		font-size:16px;
	}
	.h1-2-style{
		font-size:54px;
	}
	.h3-47486-style{
		font-size:18px;
		line-height:20px;
	}
	.h3-5-style{
		font-size:18px;
		line-height:20px;
	}
	.img-20-style{
		height:275px;
	}
	.h2-couleurs-style{
		font-size:53px;
	}
	.h3-3658-style{
		font-size:22px;
	}
	.h3-43427-style{
		font-size:26px;
	}
	.h3-bloc-3-style{
		font-family:"Open Sans";
		font-weight:800;
	}
	.h3- qualité-style{
		width:100%;
	}
	.navbar-brand img{
		width:280px;
	}
	.p-bloc-0-style{
		font-size:10px;
	}
	.p-bloc-3-style{
		font-size:17px;
	}
	.h3-4-bloc-3-style{
		font-size:46px;
	}
	.h4-2-style{
		font-size:20px;
	}
	.p-5-style{
		font-size:14px;
	}
	.p-6-bloc-3-style{
		font-size:13px;
	}
	.h4-3-style{
		font-size:20px;
	}
	.p-7-bloc-3-style{
		font-size:13px;
	}
	.h3-5-bloc-3-style{
		font-size:42px;
	}
	.h4-4-style{
		font-size:17px;
	}
	.p-8-bloc-3-style{
		font-size:13px;
	}
	.h4-bloc-3-style{
		font-size:17px;
	}
	.p-9-bloc-3-style{
		font-size:13px;
	}
	.h4-6-bloc-3-style{
		font-size:17px;
	}
	.p-10-bloc-3-style{
		font-size:13px;
	}
	.h3-6-bloc-3-style{
		font-size:41px;
	}
	.h4-7-bloc-3-style{
		font-size:20px;
	}
	.h4-8-bloc-3-style{
		font-size:18px;
	}
	.h4-9-bloc-3-style{
		font-size:18px;
	}
	.h4-10-style{
		font-size:18px;
	}
	.p-11-bloc-3-style{
		font-size:13px;
	}
	.p-12-bloc-3-style{
		font-size:13px;
	}
	.p-13-bloc-3-style{
		font-size:13px;
	}
	.p-14-bloc-3-style{
		font-size:13px;
	}
	.h5-style{
		font-size:26px;
	}
	.h6-style{
		font-size:18px;
	}
	.h3-bloc-1-style{
		font-size:30px;
	}
	.p-14-bloc-1-style{
		font-size:16px;
	}
	.container-div-style{
		width:35%;
	}
	.container-div-bloc-4-style{
		width:40.83%;
	}
	.h1-7-style{
		font-size:24px;
	}
	.h2-12-style{
		font-size:21px;
	}
	.h3-24-style{
		font-size:32px;
	}
	.h3-25-style{
		font-size:30px;
	}
	.h2-bloc-21-style{
		font-size:27px;
	}
	.p-bloc-22-style{
		font-size:15px;
	}
	.h1-6-style{
		font-size:50px;
	}
	.h2-7-bloc-23-style{
		font-size:29px;
	}
	.h2-26004-style{
		font-size:30px;
	}
	.p-bloc-24-style{
		font-size:12px;
	}
	.h2-bloc-25-style{
		font-size:35px;
	}
	.p-bloc-25-style{
		font-size:17px;
	}
	.h1-bloc-19-style{
		font-size:45px;
	}
	.p-56-style{
		font-size:14px;
	}
	.h2-7-style{
		font-size:31px;
	}
	.h1-bloc-3-style{
		line-height:50px;
		font-size:38px;
	}
	.p-4-style{
		font-size:15px;
		line-height:18px;
	}
	.p-bloc-6-style{
		font-size:15px;
	}
	.h4-11-style{
		font-size:31px;
	}
	.p-21-style{
		font-size:15px;
		line-height:18px;
	}
	.h1-bloc-4-style{
		font-size:31px;
	}
	.p-22-style{
		font-size:15px;
		line-height:18px;
	}
	.h2-bloc-7-style{
		font-size:36px;
	}
	.carousel-style{
		width:100%;
	}
	.h6-bloc-13-style{
		font-size:32px;
	}
	.h3-bloc-13-style{
		font-size:25px;
	}
	.p-bloc-13-style{
		font-size:15px;
		line-height:18px;
	}
	.p-7-style{
		font-size:15px;
		line-height:18px;
	}
	.h3-9-style{
		font-size:26px;
	}
	.p-8-style{
		font-size:15px;
		line-height:18px;
	}
	.p-15-style{
		font-size:15px;
		line-height:18px;
	}
	.p-bloc-11-style{
		font-size:15px;
		line-height:18px;
	}
	.p-26-style{
		font-size:15px;
		line-height:18px;
	}
	.p-27-style{
		font-size:15px;
		line-height:18px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-md-xs{
		margin-top:10px;
		margin-bottom:20px;
	}
		.mg-lg-xs{
		margin-top: 10px;
		margin-bottom:40px;
	}
		.mg-clear-xs{
		margin:0;
	}
	
}

