/*-----------------------------------------------------------------------------------
	Batiroc
	About: Fabricant français de bacs acier pour couverture et bardage
	Author: Alain LANG
	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 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;}
.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 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;
}

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

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


/* Video Background Styles */

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


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

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* 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-lg{
	margin-top:80px;
}


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

.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}
/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
/* 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;
}
.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;
}

.btn-sq{
	border-radius: 0px;
}
.btn-xl{
	padding: 16px 40px;
	font-size: 28px;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.btn .caret{
	margin:0 0 0 5px}.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!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;
}

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


/* = Cards
-------------------------------------------------------------- */
.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-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.carousel-caption-center{
	top: 50%;
	bottom: initial;
	transform: translateY(-50%);
}
/* Scroll FX */
.scroll-fx-in-range{
	will-change: opacity;
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
/* = 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;
}

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

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Ubuntu";
	color:#000000!important;
}
.container{
	max-width:1140px;
}
.lawyer-button{
	background-color:#212121;
	font-family:"Lato";
	font-weight:700;
	font-size:14px;
	line-height:28px;
	text-transform:uppercase;
	letter-spacing:0.03em;
	padding-right:28px;
	padding-left:28px;
	color:#FEFFFF!important;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.lawyer-button:hover{
	background-color:#919191;
}
.lawyer-home-card{
	border-style:solid;
	border-color:#212121!important;
	margin-top:5px;
	margin-bottom:5px;
	padding:5px 30px 5px 30px;
	border-width:28px 0px 0px 0px;
}
.lawyer-home-card:hover{
	border-style:solid;
	border-color:#000000!important;
	border-width:28px 1px 1px 1px;
}
.lawyer-navigation-button{
	padding-right:28px;
	padding-left:28px;
	background-color:transparent;
	border-color:#FEFFFF!important;
	border-style:none;
	color:#FEFFFF!important;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.lawyer-navigation-item-button{
	margin-left:28px;
}
.lawyer-header{
	padding-top:12px;
	padding-bottom:12px;
}
.lawyer-topbar-text{
	font-family:"Lato";
	font-weight:400;
	font-size:14px;
	line-height:22px;
	color:#212121!important;
}
.lawyer-topbar-text:hover{
	color:#000000!important;
}
.lawyer-topbal-icon{
	margin-right:3px;
	color:#000000!important;
}
.lawyer-topbar{
	padding-top:10px;
	padding-bottom:10px;
}
.lawyer-responsive-bloc-padding{
	border-right-width:0px;
	border-left-width:0px;
	border-bottom-width:0px;
	padding:20px 20px 20px 20px;
}
.lawyer-white-button{
	font-family:"Lato";
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:0.03em;
	padding-right:28px;
	padding-left:28px;
	font-size:14px;
	line-height:26px;
	color:#003F80!important;
	background-color:#FEFFFF;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.lawyer-white-button:hover{
	color:#000000!important;
	background-color:#FEFFFF;
}
.lawyer-faq-bloc{
	background-color:rgba(0,0,0,0.7);
}
.lawyer-faq-question{
	font-family:"Lato";
	font-weight:700;
	font-size:20px;
	line-height:28px;
	color:#FEFFFF!important;
}
.lawyer-faq-question:hover{
	color:#EAEAEA!important;
}
.lawyer-faq-header{
	padding:5px 0px 5px 0px;
	border-width:0px 0px 0px 0px;
}
.lawyer-faq-body{
	padding:0px 0px 0px 0px;
}
.lawyer-faq-parent-body{
	max-width:800px;
	padding-left:50px;
	padding-top:50px;
	padding-bottom:50px;
	float:left;
}
.lawyer-form-field{
	font-family:"Lato";
	font-weight:300;
	color:#000000!important;
	border-style:solid;
	border-color:rgba(3,40,101,0.1)!important;
	padding-left:0px;
	margin-bottom:28px;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 1px 0px;
}
.lawyer-form-field:hover{
	border-style:solid;
	border-color:#005392!important;
	border-width:0px 0px 1px 0px;
}
.lawyer-form-field:active{
	border-style:solid;
	border-color:#005392!important;
	border-width:0px 0px 1px 0px;
}
.lawyer-check-text{
	font-family:"Lato";
	font-weight:400;
	font-size:14px;
	margin-bottom:14px;
	line-height:22px;
}
.lawyer-bold{
	font-family:"Lato";
	font-weight:900;
}
.lawyer-footer-thumbnail{
	margin-bottom:5px;
}
.lawyer-bottom-margin{
	margin-bottom:10px;
}
.lawyer-bold-blue{
	color:#005392!important;
	font-family:"Lato";
	font-weight:700;
}
.lawyer-practices-card{
	border-style:solid;
	border-color:#005392!important;
	box-shadow:0px 0px 28px rgba(0,0,0,0.1);
	margin-bottom:50px;
	border-width:28px 0px 0px 0px;
}
.lawyer-practices-card:hover{
	box-shadow:0px 0px 28px rgba(0,0,0,0.2);
}
.lawyer-wire-button{
	font-family:"Lato";
	font-weight:400;
	text-transform:uppercase;
	color:#005392!important;
	background-color:transparent;
	padding-right:28px;
	padding-left:28px;
	font-size:14px;
	line-height:22px;
	letter-spacing:0.03em;
	border-style:solid;
	border-color:#005392!important;
	border-width:1px 1px 1px 1px;
}
.lawyer-wire-button:hover{
	font-family:"Lato";
	font-weight:400;
	border-color:#000000!important;
	border-style:solid;
	color:#000000!important;
	background-color:transparent;
	border-width:1px 1px 1px 1px;
}
.lawyer-thumbnail{
	box-shadow:0px 0px 28px rgba(0,0,0,0.2);
	height:252px;
}
.img-style{
	width:253px;
	height:358px;
	opacity:1.0;
}
.img-10-style{
	height:200px;
	border-radius:0px 0px 0px 0px;
}
.container-div-style{
	height:28px;
	width:100%;
}
.container-div-bloc-6-style{
	height:33px;
}
.divider-padding{
	padding-top:14px;
	padding-bottom:14px;
}
.p-style{
	font-size:14px;
	font-family:"Ubuntu";
	font-weight:normal;
	color:#000000!important;
	border-style:none;
}
.p-16-style{
	font-size:21px;
}
.h3-style{
	font-size:NaNpx;
}
.img-11-style{
	width:458px;
}
.p-bloc-5-style{
	font-size:12px;
}
.p-style:hover{
	text-shadow:0px 0px 0px #000000;
}
.ph-style{
	font-size:16px;
}
.p-bloc-3-style{
	font-family:Ubuntu;
	width:100%;
}
.navbar-brand img{
	height:60px;
	width:224px;
}
.footer-texte{
	color:#FBFFFA!important;
}
.img-bloc-10-style{
	height:252px;
	width:360px;
}
.img-bloc-11-style{
	height:240px;
}
.img-18-style{
	height:240px;
}
.label-style{
	width:10.27%;
}
.h1-style{
	width:100%;
	font-size:50px;
}
.p-consultation-style{
	font-size:12px;
}
.row-style{
	width:100%;
	display:block;
	overflow:hidden;
	float:none;
	margin:0px 0px 0px 0px;
}
.btn-en-savoir-plus-padding{
	padding-top:0px;
	padding-bottom:0px;
}
.btn-contact-padding{
	padding-top:10px;
	padding-bottom:10px;
	width:150px;
}
.cvg-courant{
	font-size:14px;
	font-family:"Lato";
	font-weight:500;
	color:#000000!important;
}
.txt-slide{
	font-family:"Ubuntu";
	font-size:60px;
	font-weight:normal;
	text-shadow:2px 1px 3px #000000;
}
.btn-en-savoir-plus-padding:hover{
	text-shadow:0px 0px 0px #919191;
	background-color:#929292;
}
.btn-padding{
	padding-top:8px;
	padding-bottom:8px;
	width:100%;
	border-radius:0px 0px 0px 0px;
}
.btn-button-style{
	width:100%;
	font-family:"Ubuntu";
	font-size:24px;
}
.koalin-questions{
	color:#FEFFFF!important;
	font-family:"Ubuntu";
	text-decoration:none;
	font-size:16px;
	width:100%;
}
.img-style:hover{
	opacity:0.5;
}
.image_overlay{
	height:358px;
	width:253px;
	border-style:solid;
	background-position:center center;
	font-family:"Ubuntu";
	background-color:#FEFFFF;
	font-size:18px;
	margin-bottom:40px;
	border-width:1px 1px 1px 1px;
}
.image_overlay:hover{
	background-image:url("img/5.jpg");
	background-size:50px 50px;
	background-color:#000000;
}
.image_overlay:active{
	font-family:"Ubuntu";
	font-size:15px;
}
.doc_medias{
	background-color:#000000;
	background-size:50px 50px;
	background-repeat:no-repeat;
}
.doc_medias:hover{
	background-image:url("img/5.jpg");
	background-size:100px 100px;
	background-color:rgba(0,0,0,0.59);
	background-repeat:no-repeat;
}
.doc_medias:active{
	background-image:url("img/10.jpg");
	background-size:100px 100px;
	background-repeat:no-repeat;
}
.img-bloc-7-style{
	border-radius:0px 0px 0px 0px;
}
.container-div-bloc-7-style{
	height:37px;
}
.row-bloc-0-style{
	width:100%;
}
.btn-fr-style{
	background-color:transparent;
	padding-top:6px;
	padding-bottom:6px;
	color:#ffffff;
	width:100%;
	border-radius:1px 1px 1px 1px;
}
.h3-bardage-style{
	width:100%;
}
.h4-bloc-22-style{
	width:100%;
}
.card-body-bloc-22-style{
	width:88.69%;
	background-color:rgba(0,0,0,0.57);
	padding-top:5px;
	padding-bottom:5px;
	margin-top:5px;
	margin-bottom:5px;
}
.card-style{
	width:80.68%;
}
.drop{
	width:100%;
	color:#FFFFFF!important;
}
.img-15-style{
	height:252px;
}
.p-bloc-19-style{
	font-size:17px;
}
.img-batitoc-grenob-style{
	width:360px;
}
.divider-color{
	background-color:#000000;
}
.btn_doc_video-conseils{
	font-family:"Ubuntu";
	font-size:24px;
	font-weight:normal;
	color:#FEFFFF!important;
	background-color:#000000;
	padding:0px 0px 0px 0px;
}
.p-conseils-style{
	font-size:28px;
}
.bloc-margin-top{
	margin-top:-15px;
	margin-bottom:104px;
}
.row-bloc-8-style{
	width:100%;
}
.btn-vidéos-style{
	width:84.49%;
}
.btn-documentations-style{
	width:100%;
}
.row-margin-top{
	margin-top:-282px;
	margin-bottom:384px;
}
.h6-style{
	font-size:19px;
	color:#ff2600;
}
.h2-margin-top{
	margin-top:33px;
}
.h2-bloc-32-margin-top{
	margin-top:24px;
}
.h6-margin-top{
	margin-top:-13px;
}
.h6-bloc-32-margin-top{
	margin-top:13px;
	width:100%;
}
.h6-5-margin-top{
	margin-top:16px;
	width:100%;
}
.h6-bloc-32-style{
	font-size:15px;
}
.link-style{
	width:100%;
}
.h6-14-style{
	width:56.93%;
	margin-bottom:38px;
	margin-top:27px;
}
.h2-13-margin-top{
	margin-top:18px;
}
.h4-color{
	color:#ff2600;
}
.h2-17-margin-top{
	margin-top:43px;
}
.h2-16-margin-top{
	margin-top:39px;
}
.h2-15-margin-top{
	margin-top:40px;
}
.h2-18-margin-top{
	margin-top:37px;
}
.h2-19-margin-top{
	margin-top:37px;
}
.h2-20-margin-top{
	margin-top:38px;
}
.img-margin-bottom{
	margin-bottom:10px;
	margin-top:-1px;
}
.btn-3-padding{
	padding-top:10px;
	padding-bottom:10px;
	width:92.04%;
	border-radius:7px 7px 7px 7px;
}
.img-bloc-35-style{
	height:252px;
	width:360px;
}
.img-batiroc-visser-style{
	height:252px;
}
.img-54-style{
	height:252px;
	width:360px;
}
.img-55-style{
	height:252px;
	width:360px;
}
.img-bloc-23-style{
	height:389px;
}
.img-batiardois-style{
	width:360px;
}
.img-40-style{
	height:389px;
	width:554px;
}
.bloc-margin-bottom{
	margin-bottom:47px;
}
.h1-bloc-22-style{
	width:89.08%;
}
.dropdown:hover .dropdown-menu{
	display:block;
	margin-top:0px;
	box-shadow:0px 0px 0px rgba(0,0,0,0.00);
	background-color:#212121;
}
.dropdown-menu a{
	margin-top:0px;
	font-family:"Ubuntu";
	display:block;
}
.drop:hover{
	color:#FFFFFF!important;
}
.dropdown-menu li{
	font-family:"Ubuntu";
}
.dropdown-menu li:hover{
	background-color:#3F3F3F;
}
.dropdown:hover dropdown-menu{
	display:block;
	margin-top:0px;
	box-shadow:0px 0px 0px rgba(0,0,0,0.00);
	color:#00B4DF!important;
}
.carousel-style{
	color:#FFFFFF!important;
}
.divider-margin-bottom{
	margin-bottom:-10px;
	margin-top:-18px;
}
.img-33-style{
	width:360px;
}
.img-29-style{
	width:360px;
}
.img-32-style{
	width:360px;
}
.taille{
	display:block;
	padding-top:0px;
}
.h6-bloc-10-style{
	width:100%;
}
.btn-c-style{
	width:21.84%;
}
.container-div-bloc-10-style{
	width:100%;
}
.bloc-bloc-10-margin-bottom{
	margin-bottom:33px;
	margin-top:-14px;
}
.p-margin-bottom{
	margin-bottom:8px;
	margin-top:8px;
}
.img-5-style{
	width:555px;
}
.img-attenti-style{
	width:50px;
	border-radius:0px 0px 0px 0px;
}
.img-45-style{
	width:50px;
}
.html-widget-style{
	height:321px;
}
.footer-texte:hover{
	color:rgba(255,255,255,0.80)!important;
}
.p-32-style{
	color:#FEFFFF!important;
}
.h2-style{
	width:100%;
	font-size:60px;
}
.p-bloc-cgv-1-style{
	width:100%;
	font-size:14px;
	font-family:Lato;
	font-weight:400;
	color:#000000!important;
}
.p-128-style{
	width:100%;
}
.h1-18-style{
	width:100%;
}
.carré{
	font-family:"Lato";
	font-size:20px;
	font-weight:900;
	text-transform:uppercase;
	color:#FF2F92!important;
}
.bloc-style{
	width:100%;
}
.label-projekt-style{
	width:6.4%;
}
.label-telefon-style{
	width:12.61%;
}
.label-email-style{
	width:9.01%;
}
.img-logo-batiroc-style{
	width:224px;
	height:60px;
	padding-top:0px;
	margin-top:0px;
}
.row-bloc-37-margin-top{
	margin-top:14px;
	margin-bottom:12px;
}

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

/* Background colour styles */

.bgc-dark-jungle-green{
	background-color:#212121;
}
.bgc-white{
	background-color:#FFFFFF;
}
.bgc-white-smoke{
	background-color:#F8F8F8;
}

/* Text colour styles */

.tc-onyx{
	color:#151515!important;
}
.tc-white{
	color:#FFFFFF!important;
}
.tc-white-smoke{
	color:#F8F8F8!important;
}
.tc-black{
	color:#000000!important;
}
.tc-ferrari-red{
	color:#FF2600!important;
}

/* Link colour styles */

.ltc-white{
	color:#FFFFFF!important;
}
.ltc-white:hover{
	color:#cccccc!important;
}
.ltc-splashed-white{
	color:#FCFEFF!important;
}
.ltc-splashed-white:hover{
	color:#cacbcc!important;
}
.ltc-white-smoke{
	color:#F8F8F8!important;
}
.ltc-white-smoke:hover{
	color:#c6c6c6!important;
}

/* Icon colour styles */

.icon-dark-jungle-green{
	color:#212121!important;
	border-color:#212121!important;
}

/* Bloc image backgrounds */

.bg-INTERIEUR-201920x1280-20copie{
	background-image:url("img/INTERIEUR%201920x1280%20copie.jpg");
}
.bg-BardageHome{
	background-image:url("img/BardageHome.jpg");
}

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



/* = 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){
	.lawyer-home-card{
		padding:10px 10px 10px 10px;
	}
	.lawyer-navigation-item-button{
		margin-left:20px;
		text-align:center;
	}
	.lawyer-header{
		padding-top:10px;
		padding-bottom:10px;
	}
	.lawyer-topbar-text{
		font-size:13px;
		line-height:21px;
	}
	.lawyer-responsive-bloc-padding{
		padding-top:60px;
		padding-bottom:60px;
	}
	.lawyer-faq-parent-body{
		padding-top:28px;
		padding-bottom:28px;
		padding-left:28px;
	}
	.lawyer-footer-thumbnail{
		margin-bottom:0px;
	}
	.lawyer-attorneys-footer{
		margin-bottom:50px;
	}
	.card-body-style{
		height:106px;
	}
	.h3-bloc-4-style{
		font-size:16px;
	}
	.h3-5-style{
		font-size:16px;
	}
	.h3-bardage-style{
		font-size:16px;
	}
	.lawyer-button{
		font-size:12px;
	}
	.h3-bloc-5-style{
		font-size:25px;
	}
	.btn-contact-padding{
		width:35.65%;
		padding-top:2px;
		padding-bottom:2px;
	}
	.h2-consultation-style{
		font-size:27px;
	}
	.h3-consultation-style{
		font-size:21px;
	}
	.h3-style{
		font-size:20px;
	}
	.p-footer-style{
		font-size:12px;
	}
	.p-32-style{
		font-size:13px;
	}
	.p-33-style{
		font-size:13px;
	}
	.p-34-style{
		font-size:13px;
	}
	.p-36-style{
		font-size:12px;
	}
	.footer-texte{
		font-size:12px;
	}
	.p-bloc-6-style{
		font-size:12px;
	}
	.p-7-style{
		font-size:12px;
	}
	.p-8-style{
		font-size:12px;
	}
	.p-9-style{
		font-size:12px;
	}
	.p-10-style{
		font-size:12px;
	}
	.p-11-style{
		font-size:12px;
	}
	.p-12-style{
		font-size:12px;
	}
	.lawyer-wire-button{
	}
	.mt-md-0{
	}
	.mt-md-4{
	}
	.txt-slide{
		font-size:40px;
	}
	
	/* MD Text Margin Offsets */
	.mg-md-md{
		margin-top:10px;
		margin-bottom:20px;
	}
	
}

@media (max-width: 767px){
	.lawyer-home-card{
		max-width:350px;
		margin-right:auto;
		margin-left:auto;
		margin-bottom:28px;
		padding:28px 28px 28px 28px;
	}
	.lawyer-navigation-item-button{
		margin-left:0px;
		margin-top:14px;
		text-align:center;
	}
	.lawyer-header{
		padding-top:5px;
		padding-bottom:5px;
	}
	.lawyer-topbar-text{
		font-size:12px;
		line-height:20px;
	}
	.lawyer-responsive-bloc-padding{
		padding-top:50px;
		padding-bottom:50px;
	}
	.lawyer-faq-parent-body{
		margin-right:auto;
		margin-left:auto;
		max-width:500px;
		padding:28px 28px 28px 28px;
	}
	.lawyer-attorneys-footer{
		margin-bottom:28px;
	}
	.lawyer-stats-column{
		;
	}
	.txt-slide{
		font-size:30px;
	}
	
	/* Small Row Margin Offsets */
	.voffset-md-sm{
		margin-top:50px;
	}
	
}

@media (max-width: 575px){
	.lawyer-home-card{
		padding:14px 14px 14px 14px;
	}
	.lawyer-navigation-item-button{
		text-align:center;
	}
	.lawyer-header{
		padding-top:0px;
		padding-bottom:0px;
	}
	.lawyer-responsive-bloc-padding{
		padding-top:40px;
		padding-bottom:40px;
	}
	.lawyer-faq-parent-body{
		max-width:90%;
		padding:14px 14px 14px 14px;
	}
	.lawyer-footer-thumbnail{
		margin-bottom:5px;
	}
	.lawyer-attorneys-footer{
		margin-bottom:28px;
	}
	.mt-1{
	}
	
	/* Mobile Row Margin Offsets */
	.voffset-md-xs{
		margin-top:50px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-sm-xs{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-md-xs{
		margin-top:10px;
		margin-bottom:20px;
	}
	
}

