/* ------------------------------------------------------------------------
        
Projet : Template site "Cliqeo template demo"

------------------------------------------------------------------------- */

/*-------------------------------------------------------------------------
============================================================================
            [ CSS Framework pour responsive themes pour CLIQEO ]
============================================================================
--------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
1/*-----------[ Reset ]
2/*----------[ Header ]
3/*--[ Main container ]
4/*------[ Navigation ]
5/*---------[ Content ]
6/*------[ Form Input ]
7/*----------[ Tables ]
8/*------------[ Line ]
9/*-----[ Search Form ]
10/*------[ Read More ]
11/*------------[ Map ]
12/*--------[ Sidebar ]
13/*---------[ Footer ]
14/*-[ Contact Widget ]
15/*-----[ Ad Widgets ]
16/*-----[page contact]
17/*-------[Responsive]
/*--------------------------------
/*-[ Reset ]
---------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Oxygen:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Asap:400,700,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Slabo+27px);
@import url(https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Alegreya:400italic,700italic,900italic,400,700,900);
@import url(https://fonts.googleapis.com/css?family=EB+Garamond);
@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
@import url('https://fonts.googleapis.com/css?family=Crimson+Text');
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Russo+One');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display');
@import url('https://fonts.googleapis.com/css?family=arial');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display');
@font-face {
  font-family: "HKGrotesk-Bold";
  src: url("https://www.avocat-rando-bremond.fr/fonts/HKGrotesk-Bold.ttf"); /* IE9 Compat Modes */
  src: url("https://www.avocat-rando-bremond.fr/fonts/HKGrotesk-Bold.ttf") format("embedded-opentype"), /* IE6-IE8 */
    url("https://www.avocat-rando-bremond.fr/fonts/HKGrotesk-Bold.ttf") format("opentype"), /* Open Type Font */
    url("https://www.avocat-rando-bremond.fr/fonts/HKGrotesk-Bold.ttf") format("svg"), /* Legacy iOS */
    url("https://www.avocat-rando-bremond.fr/fonts/HKGrotesk-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("https://www.avocat-rando-bremond.fr/fonts/HKGrotesk-Bold.ttf") format("woff"), /* Modern Browsers */
    url("https://www.avocat-rando-bremond.fr/fonts/HKGrotesk-Bold.ttf") format("woff2"); /* Modern Browsers */
  font-weight: bold;
}

@font-face {
  font-family: "KimberleyBl-Regular";
  src: url("fonts/HKGrotesk-Bold.ttf"); /* IE9 Compat Modes */
  src: url("fonts/HKGrotesk-Bold.ttf") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/HKGrotesk-Bold.ttf") format("opentype"), /* Open Type Font */
    url("fonts/HKGrotesk-Bold.ttf") format("svg"), /* Legacy iOS */
    url("fonts/HKGrotesk-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("fonts/HKGrotesk-Bold.ttf") format("woff"), /* Modern Browsers */
    url("fonts/HKGrotesk-Bold.ttf") format("woff2"); /* Modern Browsers */
  font-weight: bold;
}
width{
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    font:inherit;
    vertical-align:baseline;
}
html {
    overflow-x: hidden;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.class_box {
	background-color:#fff!important;
}
.dl-menuwrapper button:after {
    content: '';
    position: absolute;
    width: 68%;
    height: 5px;
    background: #252020 !important;
    top: 10px;
    left: 16%;
    box-shadow: 0 10px 0 #0e0b0b, 0 20px 0 #100b0b !important;
}
article, aside, details, .BlocsMain, figure,
footer, header, hgroup, menu, nav, section{
    display:block;
}
ol, ul{
    list-style:none;
}
blockquote, q{
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after{
    content:'';content:none;
}
table{
    border-collapse:collapse;
    border-spacing:0;
}
button, input, select, textarea{
    margin:0;
}
:focus{
    outline:0
}

img,video,object,embed{
    max-width:100%;
}
iframe {
    max-width:100%;
}
blockquote{
    font-style:italic;
    font-weight:normal;
    font-family:Georgia,Serif;
    font-size:15px;
    padding:0 10px 20px 27px;
    position:relative;
    margin-top: 25px;
}
blockquote:after{
    position:absolute;
    content:'"';
    font-size:40px;
    color:#D0D9E0;
    width:50px;
    top:-5px;
    left:0;
    font-family:arial;
}
blockquote p{
    margin-bottom:10px;
}
strong ,b {
    font-weight:bold;
}
em, i, cite {
    font-style:italic;
}
small{
    font-size:100%;
}
figure{
    margin:10px 0;
}
code,pre{
    font-family:monospace,consolas,sans-serif;
    font-weight:normal;
    font-style:normal;
}
pre{
    margin:5px 0 20px 0;
    line-height:1.3em;
    padding:8px 10px;
    overflow:auto;
}
code{
    padding:0 8px;
    line-height:1.5;
}
mark{
    padding:1px 6px;
    margin:0 2px;
    color:black;
    background:#FFD700;
}
address{
    margin:10px 0
}
form.cmxform { width: 50em; }
em.error {
background:url("https://static.b-forbiz.com/be147a7f67d06a47/templates/images/unchecked.gif") no-repeat 0px 0px;
  padding-left: 16px;
}
em.success {
background:url("https://static.b-forbiz.com/be147a7f67d06a47/templates/images/checked.gif") no-repeat 0px 0px;
  padding-left: 16px;
  
}
h2#summary {
color : red; 
}
h2#summary span {
color:#000!important;
font-weight:bold;
}
form.cmxform label.error {
	margin-left: auto;
	width: 250px;
}
em.error { 
line-height: 14px;
}
#warning { display: none; }
.more a, .bubble a:hover, #commentform input#submit {
    background-color: #79ACCD;
}
input.error{
	border-color:red!important;
} 

/*-----------------------------------------------
=================================================
                   [ Body ]
=================================================
------------------------------------------------*/
body{
    font-family: 'arial', sans-serif;
    color: #231f20;
    background: #DFF4EB;
    margin:0;
}
::-moz-selection{
    background:#333;
    color:white;

}
::selection{
    background:#333;
    color:white;
}
#page, .container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
}
#bandeaux .container{
	    position: relative;
    
    z-index: 9;
}
h1,h2,h3,h4,h5,h6{
    font-weight:normal;
    margin-bottom:12px;
    text-align:left;
    font-family: arial;
    font-weight: bold;
    color: #783D5B !important;
}
h1{
    font-size:28px;
    line-height:44px;
}
h2{
    font-size: 14pt;
    line-height: 30pt;
}
h3{
    font-size:22px;
    line-height: 38px;
}
h4{
    font-size:20px;
    line-height:24px;
}
h5{
    font-size:18px;
    line-height:34px;
}
h6{
    font-size:16px;
    line-height:24px;
}
.sub-title{
    font-size:12px;
}
p{
    margin-bottom: 20px;
    line-height: 20px;
}
a{
    text-decoration:none;
    color: #231f20 ;
    -webkit-transition: background-color, color 0.2s linear;
    -moz-transition: background-color, color 0.2s linear;
    transition: background-color, color 0.2s linear;
}
a:hover {
    color: #5b5c5f;
}
a:link, a:visited, a:active{
    text-decoration:none;
}
:target{
    padding-top:20px;
}
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
}
.clearfix{
	clear: both;
}
#bandeaux img{
	width:100%;
}
/*-----------------------------------------------
/*-[ Main container ]
-----------------------------------------------*/
#page{
    min-height:100px;
    float: none;
    clear: both;
    overflow:hidden;
}
/*-----------------------------------------------
/*-[ Header ]
-----------------------------------------------*/


.main-header {
    z-index: 99;
    background: #f3f3f3;
}
#logo{
    display: block;
	position:relative;
}
#logo-form a{
background: url(https://static.b-forbiz.com/be147a7f67d06a47/templates/images/logo-form.png) no-repeat center center;
    display: block;
    min-height: 95px;
}
#logo a{
background-image: url(https://static.b-forbiz.com/be147a7f67d06a47/templates/images/logo.svg);
	background-position:top 13px center;
	background-repeat:no-repeat;
    display: block;
    min-height: 125px;
    line-height: 28px;
    margin-right:0;
}
#logo span{
	font-size: 14px;
	color: #000;
	text-align: center;
	/* padding-left: 35px; */
	line-height: 16px;
	display: block;
}
.ncf_sidebar_cont_scrollable #logoForm a{
background: url(https://static.b-forbiz.com/be147a7f67d06a47/templates/images/logo.png);
	background-position:top 13px center;
	background-repeat:no-repeat;
    display: block;
    min-height: 90px;
    line-height: 28px;
    /* margin-left: 21%; */
}
#logo a:hover{ 
	opacity:1
}
#logo span.logo {
    color: #fff;
    position: absolute;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    font-family: 'Russo One', sans-serif;
    line-height: 15px;
}
.pos{
	/* float: right; */
	margin-top: 6px;
	text-align: center;
}
.breadli i.fa.fa-home {
    color: #313131!important;
}
.adress-top{
    color: #fff;
    display: inline-block;
}
.adress-top span{
    display: inline-block;
background: url(https://static.b-forbiz.com/be147a7f67d06a47/templates/images/adresse.png) left center no-repeat;
    padding: 10px 0 10px 35px;
}
header span.phone, header span.adress-header{
	display: block;
	color: #000;
}
header span.phone a{color: #fff;}
header span.adress-header {
    font-size: 20px;
    line-height: 26px;
}
header span.adress-header span{
    line-height: 28px;
    display: inline-block;
    text-shadow: 1px 0 1px #242424;
	text-align:center;
}
ul.sidebar_list{
	margin:0;
	padding:0;
}
header span.phone {
    line-height: 50px;
    font-size: 30px;
    white-space: nowrap;
    margin-top: 2px;
    text-align: right;
    position: relative;
    padding-right: 85px;
	font-family: 'Oswald', sans-serif;
}
header span.adresse {
    font-size: 24px;
    position: relative;
    padding-left: 86px;
    text-align: left;
    display: flex;
    margin-top: 24px;
    line-height: 26px;
	    font-family: 'Oswald', sans-serif;
}
header span.phone i.fa.fa-mobile{
    font-size: 40px;
    vertical-align:  top;
    padding-top: 5px;
    color: #040404;
}
header span.adresse i.fa.fa-map-marker{position: relative;vertical-align:  top;padding-top:  7px;color: #000000;}
header span.phone.Mobile, .NosFormules.mobile{
	display:none
}
.NosFormules.pc{
	display:block;
	background: #f7eee0;
}
header .BottomHead{
	position:relative;
	background: #000;
}
header .BottomHead:before{
    content: "";
    border-top: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 165px;
    right: 165px;
}
header .horaire{
	display:none
}
header .reseau a{
	color: #fff;
    font-size: 20px;
    margin-top: 15px;
    display: inline-block;
    margin-right: 5px;
}
header .reseau a:hover{
	color:#CF3427
}

.ad-300 h2 {
    font-size: 15px;
	margin-top: -13px !important;
	color: #333;
	line-height: 32px;
	float: left;
	margin-bottom: 0;
}    
.rappel form {
   margin: 0px;
   text-align: center;
   width: 87%;
}

input.numero {
    width: 160px;
    background: #fff;
    border: 1px solid rgba(10, 9, 9, 0.61);
}
input.send {
    background-color: #301860;
    padding: 5px 0px;
    color: white;
    cursor: pointer;
    margin-top: 5px;
    border: none;
    text-transform: uppercase;
    width: 35px;
    font-size: 18px;
    text-align: center;
    vertical-align: bottom;
    height: 35px;
}
.rappel-contact input.numero{
	padding-top:0;
}
.rappel-auto #txtrappel {
    top: 35px;
}
.rappel-auto {
    float: left;
}
.rappel {/* padding-right: 38%; */}
span.adresseprint {
    font-weight: 500;
    line-height: 25px;
    font-size: 15px!important;
    padding-left: 55px;
    text-align: left;
    display: block;
    color: #000!important;
}
td span.adress-header{
background: url('https://static.b-forbiz.com/be147a7f67d06a47/templates/images/adresseprint.png') left center no-repeat;
    line-height: 50px;
    white-space: nowrap;
    margin-top: 0px;
    display: block;	
}

td span.phone{
    line-height: 50px;
background: url(https://static.b-forbiz.com/be147a7f67d06a47/templates/images/phoneprint.png) no-repeat left center;
    font-size: 30px;
    white-space: nowrap;
    margin-top: 0px;
    display: block;
}
td span.phone {
    font-weight: 700;
    color: #000!important;
    font-size: 25px!important;
    padding-left: 40px;
}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 93%!important;
}
.lespictos a i.fa.fa-facebook.fa-2x {
    padding: 6px 5px;
    font-size: 1.3em;
    width: 30px;
    text-align: center;
    background: #3A589B;
}
.lespictos i.fa.fa-google-plus.fa-2x {
    background: #CF3427;
	padding: 6px 5px;
    font-size: 1.3em;
    width: 30px;
    text-align: center;
}
.lespictos i.fa.fa-twitter.fa-2x{
	background: #598DCA;
	padding: 6px 5px;
    font-size: 1.3em;
    width: 30px;
    text-align: center;
}
.lespictos i.fa.fa-print.fa-2x{
	background: #333333;
	padding: 6px 5px;
	font-size: 1.3em;
	width: 30px;
	text-align: center;
}
.article .lespictos:first-child i:nth-child(1) {
    color: #fff;
	-webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.article .lespictos:first-child i:nth-child(1):hover{color: #ccc!important;}


img.images {
    margin: 0px AUTO!important;
    padding: 0px!important;
    border: 1px solid #ffbe00!important;
    margin-bottom: 20px!important;
    width: 90%;
    display: block;
}
img.images-tab {
    margin: 0px AUTO!important;
    padding: 3px!important;
    border: none!important;
    margin-left: 20px!important;
}
.post.clearfix {
    border: 1px solid #252525;
    clear: initial!important;
    position: relative;
    margin-bottom: 20px;
    padding: 8px;
    float: left;
    margin: 10px 7px;
    min-height: 335px;
    width: 100%;
}
span.bloc {
    display: block;
    text-align: center;
    color: #111!important;
}
span.bloc-tab {
	display: block;
    text-align: center;
    color: #111!important;
    font-size: 15px!important;
    overflow: hidden;
}
.des-spann {
    float: right;
    width: 50%;
}
.pos-bloc {
    width: 50%;
    display: initial!important;
	float:left;
}
em.em-tab{
	font-size: 12px;
}
/*-----------------------------------------------
/*-[ Bandeaux]
-----------------------------------------------*/
#bandeaux .etre-rappeler{
    display: block;
    
    }
	#bandeaux .info-slider{
    left: 7%;
    position: absolute;
    z-index: 99;
    margin: 0 auto;
    background: rgba(18, 85, 62, 0.28);
}
#bandeaux{
    clear: both;
    float: none;
    /* min-height: 200px; */
    /* height: 100vh; */
    position: relative;
    /* background: url('https://www.avocat-rando-bremond.fr/templates/images/slider/slider.jpg'); */
    background-size: cover;
}
#bandeaux .Opslider{
	background: rgba(0,0,0,.6);
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
}
#bandeaux.Home{
	margin-bottom: 230px;
}
.right{
	position:relative;
}
.right a.next,.right a.prev {
	position:absolute;
	top:48%;
	display:block;
	width:33px;
	height:33px;
background-image:url('https://static.b-forbiz.com/be147a7f67d06a47/templates/images/navs.png');
	color:transparent;
	background-repeat:no-repeat;
	z-index: 998;
}
.right a.next{
	right:60px;
	background-position:-33px 0;
}
.right a.prev{
	left:60px;
	background-position:0 0;
}
.right a.next:hover,.right a.prev:hover {
	-moz-opacity: 0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	filter:alpha(opacity=70);
}
ul.callbacks_tabs{
	text-align:center;
	position:absolute;
	z-index:2;
	bottom: 4%;
    display: block;
    right: 33px;
}
ul.callbacks_tabs li{
    display: block;
    margin-bottom: 10px;
}
ul.callbacks_tabs li:last-child{
	margin:0
}
ul.callbacks_tabs:after{
   clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
}
ul.callbacks_tabs li a{
	color:transparent;
	display:block;
	width:40px;
	height:3px;
	/* background: #f3f3f3; */
	/* float: right; */
}
ul.callbacks_tabs li.callbacks_here a{
	background: #b12d2d00;
	width: 14px;
}
#owl-bandeaux .owl-pagination{
    position: absolute;
    bottom: 45px;
    right: 53px;
}
#owl-bandeaux .owl-pagination .owl-page{
	display:block!important
}
#owl-bandeaux .owl-pagination .owl-page span{
	color:transparent;
	display:block;
	width:40px;
	height:3px;
	background: #f3f3f3!important;
    float: right;
}
#owl-bandeaux .owl-pagination .owl-page.active span{
	background: #e2c285!important;
	width:50px;
}
#owl-bandeaux  div.item img{
	display:block
}
.owl-theme .owl-controls{
	margin-top: 10!important;
}
.ContSlider{
	position: absolute;
    left: 0;
    right: 0;
    bottom: 35%;
    color: #fff;
    padding: 15px 35px;
    font-size: 22px;
    z-index: 1;
	font-family: 'arial', sans-serif;
}
.ContSlider span.titleSlid{
	display: block;
    font-size: 45px;
    font-weight: bold;
    position: relative;
    bottom: 25px;
    animation: animFive 1s;
    animation-delay: 0.4s;
    animation-fill-mode: forwards;
    margin-bottom: 30px;
	color: #e2c285;
}
.ContSlider span.game {
    color: #e2c285;
    text-align: center;
    display: block;
    font-size: 71px;
    line-height: 75px;
    padding-bottom: 50px;
    font-family: 'arial', serif;
}
.ContSlider div.ContSlid{
	position: relative;
    bottom: 15px;
    animation: animFive 2s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
    margin-bottom: 30px;
    width: 50%;
    background: rgba(0,0,0, .5);
    padding: 15px;
    font-size: 17px;
    line-height: 28px;
    text-align: justify;
}
.ContSlider a.btnSlid{
    position: absolute;
    bottom: -58px;
    animation: animDom 3s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
    margin-bottom: 30px;
    display: inline-block;
    color: #fff;
	background:   #FF5D55;
    padding: 12px 25px;
    right: 0;
    text-align: center;
    left: 0;
    width: 270px;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 100;
}
.ContSlider a.btnSlid:hover{
	background:#000;
    color: #fff;
}
.ContSlider i.fa.fa-arrow-circle-right {
    padding-left: 12px;
}
.BlocxPicto{
	color:#212121;
	text-align:center;
	padding:25px 0 45px
}
.BlocxPicto span{
	display:block;
	font-size:20px;
	font-family: 'Russo One', sans-serif;
	text-align: center;
    margin-top: 20px;
}
.BlocxPicto img{
	border:0!important;
	border-radius:0!important;
}
/* set up the keyframes */
@keyframes anim {
    from { top: 115px; }
    to { top: 0; }
}
@keyframes animSecond {
    from { bottom: 44px}
    to { bottom: 0; }
}
@keyframes animBefore {
    from { right: 40px}
    to { right: 0; }
}
@keyframes animAfter {
    from { left: 40px}
    to { left: 0; }
}
@keyframes animFive {
    from { top: 48px}
    to { top: 0; }
}
@keyframes animTitle {
    to { bottom: 0; }
}
@keyframes animDom {
    to { left: 0; }
}

@keyframes bodyArrived {
	from { opacity: 0.99; }
	to { opacity: 1; }
}

@-moz-keyframes bodyArrived {
	from { opacity: 0.99; }
	to { opacity: 1; }
}

@-webkit-keyframes bodyArrived {
	from { opacity: 0.99; }
	to { opacity: 1; }
}

@-ms-keyframes bodyArrived {
	from { opacity: 0.99; }
	to { opacity: 1; }
}

@-o-keyframes bodyArrived {
	from { opacity: 0.99; }
	to { opacity: 1; }
}

/*-----------------------------------------------
/*-[ slideshow-partenaire ]
----------------------------------------------*/
@keyframes AutoSlide {
    0% {
        left: 0px;
    }
    15% {
        left: 0px; 
    }
    35% {
        left: -150px;
    }
    50% {
        left: -150px; 
    }
    70% {
        left: -300px; 
    }
    85% {
        left: -300px; 
    }
    100% {
        left: 0px; 
    }
}
@keyframes AutoSlide {
    0%, 15%, 100% {
        left: 0px; 
    }
    35%, 50% {
        left: -150px; 
    }
    70%, 85% {
        left: -300px; 
    }
}
#slideshow {
    position: relative;
    width: 960px;
    height: 90px;
    margin:  20px auto 0;
    overflow: hidden;
}
#sContent li {
    display: inline;
}
#sContent {
    position: absolute;
    top: 0;
    left: 0;
    width: 1140px;
    margin: 0;            
    padding: 0;
    
    
    animation-name: AutoSlide;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#partenaire {
	padding: 10px 0;
}

.form-group textarea {
    border: 1px solid #ccc !important;
}
.form-group textarea {
    width: 100%!important;
}

div.new-contact .form-control {
    width: 100%!important;
}
/*-----------------------------------------------
/*-[ Slider]
-----------------------------------------------*/

.rslides {
    
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.rslides li {
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}
.rslides_tabs {
    background: transparent;
    font-size: 18px;
    list-style: none outside none;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    width: 10%;
	position:absolute;
	bottom:20%;
	right:2%;
}
.rslides_tabs li{
	float:left;
	width:18px
}
.rslides_tabs a {
background-image:url("https://static.b-forbiz.com/be147a7f67d06a47/templates/images/nav.png");
	background-repeat:no-repeat;
	background-position:center;
	background-color:transparent;
    display: inline;
    height: auto;
    line-height: 20px;
    padding: 0 2px;
    width: auto;
	color: transparent;
}
.rslides_tabs .rslides_here a {
background-image:url("https://static.b-forbiz.com/be147a7f67d06a47/templates/images/nav-activ.png");
	background-repeat:no-repeat;
	background-position:center;
	background-color:transparent;
    color: transparent;
    font-weight: bold;
}

.title-slider strong {
	color: #231f20   ;
	text-shadow: 1px 1px 1px #000;
}
.title-slider strong span.pad{
	display: block;
    padding-left: 30px;
}
.title-slider {
	font-size: 21px;
	text-shadow: 1px 1px 1px #000;
	font-weight:700;
	text-align: center;
	display:block;
	color: #fff;
}
strong.title-slider {
    font-size: 45px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Russo One', sans-serif;
}
.title-slider:before {
    content: '';
    display: block;
    position: relative;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 1;
    width: 50%;
    height: 7px;
    margin: 0 auto;
   
    left: 20px;
    right: 0;
    top: 60px;
}
/*-----------------------------------------------
/*-[ menu ]
-----------------------------------------------*/
section.cont-menu-haut{
    margin-top: 30px;
}
#menu-nav {
    display: table-cell;
    vertical-align: bottom;
    text-align: right;
	position: fixed;
}
.MenuHead{
    margin: 0 auto;
    padding: 0px;
}
#menu-drink {
    display: none;
    z-index:999
}

#menu-drink ul {
	margin-bottom: 0;
	margin-top: 0;
    padding: 0;
}
#menu-drink li {
	text-align:center;
	 display:inline-block;
	 float:none;
}

#menu-drink a {
    color: #000;
    white-space: nowrap;
    text-decoration: none;
    display: block;
    font-family: 'Oswald', sans-serif;
    -webkit-transition: color 0.3s linear, background-color 0.3s linear;
    -ms-transition: color 0.3s linear, background-color 0.3s linear;
    transition: color 0.3s linear, background-color 0.3s linear;
    /* font-weight:400; */
    text-align:center;
    padding: .375em;
    position:relative;
    /* text-transform: uppercase; */
}

#menu-drink a.active, #menu-drink a:hover {
	color: #5a6069;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
#menu-drink a:before, #menu-drink a:before{
	content: "";
	position: absolute;
	z-index: -1;
	top: 10px;
	left: 0px;
	right: 0;
	bottom: 0;
	background: black;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	height: 1px;
}
#menu-drink a:after, #menu-drink a:after{
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	bottom: 10px;
	background: black;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	height: 1px;
}

#menu-drink ul > li{
    position:relative;
}
#menu-drink li  ul{
    position:absolute;
	height: auto;
	width: auto;
	font-size: 11px;
}
#menu-drink ul > li > ul {
    display:none;
    z-index:9999;
	background:#251d1a;
	width:auto;
}
#menu-drink ul > li > ul > li {
    padding: 5px 0;
  text-align: left;
  display: inline;
  border-bottom: 1px solid #fff;
  background: transparent;
  overflow: hidden;
  float: none;
  border-right: 0;
  margin:0;
}
#menu-drink ul > li > ul > li a{
	font-size:14px;
	text-align: left;
	font-weight:400;
	border-radius:0!important;
	border-bottom: 1px solid #fff;
}
#menu-drink ul > li > ul > li:first-child a{
	border-top:1px solid #fff
}
#menu-drink  ul li:hover ul {
    display:block;
}
#menu-drink li:hover ul li {
    float:none;
}
#dl-menu.dl-menuwrapper{
    display:none
}
#menu-drink {
	display: block;
}
.dl-menuwrapper ul{
	background: #dbefe7 !important;
}
.dl-menuwrapper button.dl-active, .dl-menuwrapper button{
	background: rgb(219 239 231);
}
.dl-menuwrapper span.phone {height: 45px;font-size: 23px!important;display: block;border: 1px solid #060505;margin-left: 15%;margin-right: 15%;display: block;font-weight: 700;color: #271e1e;text-align: center;margin-bottom: 10px;}
.dl-menuwrapper span.phone a{
	color:#fff;
}
.dl-menuwrapper span.phone i {
	margin-right:5px;
	font-size: 41px;
	vertical-align: sub;
}
.cont-menu-haut .dl-menuwrapper button:after {
    content: '';
    position: absolute;
    width: 68%;
    height: 5px;
    background: #ee151f;
    top: 10px;
    left: 16%;
    box-shadow: 0 10px 0 #ee151f, 0 20px 0 #ee151f;
}
no-touch .dl-menuwrapper li a:hover, .dl-menuwrapper li a:hover, .dl-menuwrapper li a.active, .dl-menuwrapper li a.active:hover {
    background:#000 !important;
    color: #2972ac;
}
.dl-menuwrapper li a.active {
    color: #231f20   ;
    background: #fff;
}
.impressionButton {
background: url('https://static.b-forbiz.com/be147a7f67d06a47/templates/images/print.png') no-repeat!important;
    color: #fff;
	float: none!important;
    border: 0;
    text-indent: -1000px;
}
.red-tooltip + .tooltip > .tooltip-inner {background-color: #f00!important}
.red-tooltip + .tooltip > .tooltip-arrow { border-bottom-color:#f00!important; }

header div.HeadHoraire{
    text-align: center;
    font-size: 18px;
}
header .HeaderBottom a.Contactez-moi, header .HeaderBottom .PlanAcces{
    display: inline-block;
    border-radius: 3px;
}
header .HeaderBottom a.Contactez-moi{
    padding: 8px 45px;
    float: right;
    font-size: 20px;
	margin-top: 36px;
	background: #110e0f;
    color: #fff;
    border: 1px solid #fff;
}
header .HeaderTop{
	background:#000
}
header .HeaderTop ul{
	text-align:center;
	margin:0;
    padding: 0;
}
header .HeaderTop ul li{
	display:inline-block
}
header .HeaderTop ul li a{
    color: #fff;
    display: inline-block;
    padding: 5px 20px;
    font-size: 14px;
    font-family: 'arial', sans-serif;
    font-weight: 400;
}
header .HeaderTop ul li a:hover, header .HeaderTop ul li a.active{
	color:#b12d2d
}
header .HeaderBottom a.Contactez-moi:hover, #avis a.voiravis:hover, header .HeaderBottom .PlanAcces:hover{
	background:#b12d2d;
}
header .HeaderBottom a.Contactez-moi:hover{
	color:#fff;
}
header .HeaderBottom{
	z-index: 99;
	/* position: absolute; */
	left: 0;
	right: 0;
	background: rgb(219 239 231);
	box-shadow: 0px 0px 4px #000;
}
header .HeaderBottom span.titre-widget{
    display: block;
    text-align: center;
    font-size: 18px;
    margin: 14px 0 10px;
}
#avis {
	text-align:center;
}
#avis span.aviscount{
	display:block
}
#avis a.voiravis{
    display: block!important;
    margin-bottom: 10px!important;
    padding: 8px 5px;
    font-size: 20px!important;
    background: #b12d2d!important;
    color: #fff!important;
    border: 1px solid #fff;
    text-transform: initial!important;
    line-height: 24px!important;
    width: 80%;
    font-family: 'Russo One', sans-serif!important;
}
#avis a.voiravis:hover{
    background: #383435!important;
	opacity:1!important
}

/*--------------------------------------------
/*-[EFFET DE PICTO FACEBOOK / TWITTER / GOOGLE+]
----------------------------------------------*/
.lespictos:first-child i:nth-child(1) {
    color: #ffffff !IMPORTANT;
}

/*-----------------------------------------------
/*-[ Main ]
----------------------------------------------*/
#main {
    padding-top: 30px;
    padding-bottom: 15px;
    background: #DFF4EB;
}
.home{
    background: #fff!important;
}
#main1{
	 background: rgb(101, 95, 148);
	 color: #fff;
	 text-align: center;
	 padding: 15px 0;
	 font-size: 24px;
}
#main1 span.phone a{
	color:#fff
}
#main3{
	position:relative;
	z-index: 1;
}
#main2 {
    position: relative;
    /* bottom: -64px; */
    background: #DFF4EB;
    padding-bottom: 10px;
}
#main2:before {
    content: "";
    width: 100%;
    height: 100px;
    left: 0;
    position: absolute;
    display: block;
    top:-40px;
    z-index: 1;
background: url(https://static.b-forbiz.com/be147a7f67d06a47/templates/images/bg-main2.png) top center/contain no-repeat;
}
#main2 .vignette{
    padding: 20px 0;
}
.hour {
    padding: 20px 0;
    overflow: hidden;
    color:#fff;
    font-style: italic;
    letter-spacing: 0.1em;
    text-align: center;
}
#main2 span.box-adresse {
background: url(https://static.b-forbiz.com/be147a7f67d06a47/templates/images/adresse.png) no-repeat left center;
}
#main2 span.horaires {
	text-align: center;
background: url(https://static.b-forbiz.com/be147a7f67d06a47/templates/images/horaires.png) no-repeat left center;
    padding: 15px 5px 15px;
    margin: 0;
    font-family: 'Russo One', sans-serif;
    font-weight: 400!important;
    display: block;
    line-height: 24px;
    color: #004a00;
}
#main2 .cont-small-4 {
    padding: 15px;
}
#main2 article.article1{
	text-align:center;
    padding-bottom: 15px;
}
#main1 div.title1 {
    line-height: 45px;
    color: #fff;
}
#main1 div.title1 span.phone{
     font-size: 33px;
     font-weight: 700;
     white-space: nowrap;
     color: #f5bf3d;
     line-height: 60px;
     /* text-shadow: 0px 1px 0px #f2f2f2; */
}
#main1 div.title1 span.phone a{color: #231f20 ;}

#main2 span.center {
	display:block;
	text-align:center;
	color: #004a00;
	font-size: 15px;
}
#main2 span.center span{
	display:block;
	font-weight:bold;
	font-size: 20px;
}
#hostel{
	display:block;
	background: #e2c285;
}
#hostel .cont-ligne {
  margin-right: 0px!important;
  margin-left: 0px!important;
  max-height: 549px;
}
#hostel .cont-ligne .cont-small-4, #hostel .cont-ligne .cont-moyen-4, #hostel .cont-ligne .cont-large-4, #hostel .cont-ligne .cont-x-small-12{
	padding-right: 0!important;
    padding-left: 0!important;
}
#hostel .bloc-chambre{
	background: #101010;
	min-height: 549px;
	color #fff;
}
#hostel .bloc-chambre span.description{
	color: #fff;
    padding: 12px 19px;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    font-weight: 100;
    display: block;
}
#hostel img{
	    max-width: none!important;
	    width:100%;
	    height: 549px;
}
#hostel span.title-chambre {
    color: #e2c285;
    text-align: center;
    display: block;
    font-size: 60px;
    line-height: 50px;
background: url(https://static.b-forbiz.com/be147a7f67d06a47/templates/images/bg.png) bottom center no-repeat;
    padding-bottom: 50px;
    padding-top: 35px;
    font-family: 'arial', serif;
}
.TitleService{
	color: #e2c285;
	font-size: 50px;
	font-weight: 100;
background: url(https://static.b-forbiz.com/be147a7f67d06a47/templates/images/bg.png) bottom center no-repeat;
	padding-bottom:60px;
	display: block;
	letter-spacing: 1px;
	margin-bottom: 50px;
	text-align: center;
	font-family: 'arial', serif;
}
.NosFormules.pc .TitleService{
	font-size: 50px;
	font-weight: 100;
	padding-bottom: 55px;
	display: block;
	letter-spacing: 1px;
	margin-bottom: 50px;
	text-align: center;
	padding-top: 20px;
}
a.btn{
    border: 1px solid rgb(226, 194, 133);
    color: rgb(226, 194, 133);
    background-color: transparent;
    padding: 10px 15px;
    left: 0;
    right: 0;
    display: block;
    width: 43%;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 100;
}
a.btn:hover{
    color:#000;
    background-color: rgb(226, 194, 133);
}
.scrollup {
    z-index: 11000;
    background: #ccc;
    display: none;
}
.cliqeo img{
	/* margin-top: 11px; */
	vertical-align: middle;
}
.cliqeo img:hover{opacity:0.8;}

/** Nos Formules **/

.NosFormules{
    padding: 20px 0 70px;
}
.ContFormule{
    margin: 0;
    position: relative;
    max-width: 100%;
    background: #f9f1e4 none repeat scroll 0 0;
    padding: 85px 28px 50px;
    transition: all 0.3s ease 0s;
    z-index: 1;
    margin: 0px auto 5px;
    height: 410px;
    width: 410px;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 50%;
}
.ContFormule:before{
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    right:0;
    z-index: -1;
    transition: 0.3s;	
	-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
    border-radius: 50%;
}
.ContFormule:after{
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    right:0;
    z-index: -1;
    transition: 0.3s;	
	-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.ContFormule .text-center{
    text-align: center;
}
.ContFormule .TexFormule .TitleFormule {
    display: block;
    padding-top: 2px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Russo One', sans-serif;
    font-size: 13px;
    margin-bottom: 8px;
    position: relative;
    color: #cb9734;
    font-weight: 400;
}
.ContFormule .TexFormule .TitleFormule:after {
    position: absolute;
    content: "";
    width: 55px;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.ContFormule.accelere .TexFormule .TitleFormule {
}
.ContFormule.accompagne .TexFormule .TitleFormule {
}
.ContFormule.code .TexFormule .TitleFormule {
}
.ContFormule.Promotion .TexFormule .TitleFormule {
}
.ContFormule:hover{
}
.ContFormule:hover a{
	color:#fff
}
.ContFormule:hover:before{
}
.ContFormule:hover:after{
}
.ContFormule.accelere:hover .TexFormule .TitleFormule {
}
.ContFormule.accompagne:hover .TexFormule .TitleFormule {
}
.ContFormule.code:hover .TexFormule .TitleFormule {
}
.ContFormule.Promotion:hover .TexFormule .TitleFormule {
}

/** Nos forfaits **/

.Nosforfaits{
background: url(https://static.b-forbiz.com/be147a7f67d06a47/templates/images/bg-forfaits.jpg) bottom no-repeat fixed;
    padding: 40px 0;
	background-size: cover;
}
.Nosforfaits .owl-carousel .owl-wrapper-outer{
	padding:20px 0
}
.Nosforfaits .TitleService{
    color: #e1c184;
    font-size: 50px;
    font-weight: 300;
background: url(https://static.b-forbiz.com/be147a7f67d06a47/templates/images/bg.png) bottom center no-repeat;
    padding-bottom: 55px;
}
.Nosforfaits .VignAll{
    background-color:#161616!important;
    text-align: center;
    margin: 0 7px;
    color: #fff;
    line-height: 28px;
    min-height: 475px;
    font-size: 15px;
	position: relative;
	-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.Nosforfaits .VignAll:hover{
	-moz-transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-o-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);	
}
.Nosforfaits .VignAll span{
	display:block;
	/* background: #000; */
}
.offre-boisson {
    color: #fff;
    font-size: 15px;
    font-weight: 100;
}
.Nosforfaits .VignAll span.forfait1 {
    background: #232020;
    padding: 20px 0;
}
.Nosforfaits .VignAll span.forfait2 {
    padding: 20px 0;
}
.Nosforfaits .VignAll span.TitleVign, .Nosforfaits .VignAll a.btnVign{
	background:#4d3302;
	color:#fff;
	-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
font-weight: 100;
}
.Nosforfaits .VignAll a.btnVign {
    background: #cb9734;
    color: #fff;
    text-transform: uppercase;
	    font-weight: 600;
}
.Nosforfaits .VignAll a.btnVign:hover{
	color:#fff;
}
.Nosforfaits .VignAll span.TitleVign{text-transform: uppercase;font-size: 25px;line-height: 35px;padding: 8px 5px;min-height: 54px;}
.Nosforfaits .owl-item:nth-child(4) .VignAll span.TitleVign{
	line-height: 19px;
}
.Nosforfaits .VignAll span.PrixVign{
    border: 1px solid #e2c285;
    color: #e2c285;
    margin: 20px;
    font-size: 26px;
    padding: 17px 5px;
    font-weight: 700;
    min-height: 85px;
}
.Nosforfaits .VignAll span.PrixVign span{
    font-weight: 200;
    font-size: 17px;
    line-height: 25px;
	color:#fff;
}
.Nosforfaits .VignAll .ContVign{
    padding: 0 10px;
}
.Nosforfaits .VignAll a.btnVign{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 38px;
    font-size: 18px;
}
.Nosforfaits .VignAll:hover span.TitleVign, .Nosforfaits .VignAll:hover a.btnVign{
	background:#000;
}
.Nosforfaits .VignAll .offre-boisson{
	color:#fff;
}

.NosPieces {
background: url(https://static.b-forbiz.com/be147a7f67d06a47/templates/images/bg-videos.jpg) bottom no-repeat fixed;
    padding: 40px 0;
	background-size: 100% 100%;
}
.NosPieces #nav-sidebar{
	background:#f3f3f3
}
.NosPieces #nav-sidebar li a{
background: #f3f3f3 url(https://static.b-forbiz.com/be147a7f67d06a47/templates/images/collapse.png) left 10px center no-repeat;
    border-bottom: 0;
    text-transform: initial;
    font-size: 18px;
    padding: 12px 10px 12px 53px;
    font-family: 'arial', sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.NosPieces #nav-sidebar li.expanded:first-child ul.sub-menu {
	display:block!important
}
.secondary-nav .accordion-label:after{
	background: transparent!important;
	content:""!important
}
.NosPieces #nav-sidebar li.expanded a, .NosPieces #nav-sidebar li a:hover{
background: #cb9734url(https://static.b-forbiz.com/be147a7f67d06a47/templates/images/collapse-active.png) left 10px center no-repeat;
    content: ""!important;
	color:#fff!important
}
.NosPieces #nav-sidebar ul.ContUl li{
	list-style-type: circle;	
}
.NosPieces .Audi{
	float:right;
	display:block
}

/** NousContacter **/

.NousContacter{
    background: #b12d2d;
	padding: 40px 0;
}
.NousContacter span {
    color: #fff;
    font-size: 26px;
	display:block;
    font-size: 26px;
    line-height: 38px;
    font-weight: 700;
}
.NousContacter a{
	font-family: 'Russo One', sans-serif;
    border: 2px solid #fff;
    color: #fff;
    font-size: 18px;
    padding: 8px 15px;
    display: inline-block;
    float: right;
    margin-top: 15px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.NousContacter a:hover{
	background: #4d4d4d;	
}

/*-----------------------------------------------
/*-[ Content ]
----------------------------------------------*/
.article{
    margin-bottom: 20px;
    overflow: hidden;
}
.home #content_box {
    font-family: 'arial', sans-serif;
    color: #fff;
    font-size: 16px;
    text-align: justify;
    line-height:26px;
    margin-bottom: 5px;
    /* font-weight: 500; */
}
#bloc1{
    background: #FF5D55;
    padding-left: 30px;
    min-height: 616px;
}
#bloc2{
    background: #a7a7a7;
    padding-right: 30px;
    min-height: 432.75px;
}
#bloc3{
    background: #545454;
    padding-left: 30px;
}
#bloc4{
    padding: 0;
}
#content_box{
    font-family: 'arial', sans-serif;
    color: #000;
    font-size: 16px;
    text-align: justify;
    line-height:26px;
    margin-bottom: 5px;
    /* font-weight: 500; */
}
#content_box li{
background: url(https://static.b-forbiz.com/be147a7f67d06a47/templates/images/list-style.png) no-repeat left 4px;
	padding-left: 19px;
	list-style: none;
	overflow:hidden;
	text-align:left;
}

.home #content_box li{
background: url(https://static.b-forbiz.com/be147a7f67d06a47/templates/images/list-style-home.png) no-repeat left 4px;
}
.home #content_box h1 {
	color: #fff;
	font-size: 30px;
	font-weight: 400;
}
.home #content_box h2{
	color: #fff;
	font-weight: 500;
	font-size:25px;
	line-height:36px;
}
.home #content_box h3{
	color: #fff;
	font-weight: 500;
	font-size:23px;
	line-height:30px;
}
.home #content_box h4{
	color:#fff;
	font-weight: 500;
	font-size:20px;
	line-height:30px;
}
.home #content_box h5{
	color: #fff;
	font-weight: 500;
	font-size:16px;
	line-height:30px;
}
#content_box h1 {
	color: #2d3142;
	font-size: 30px;
	font-weight: 400;
}
#content_box h2{
	color: #000;
	font-weight: 500;
	font-size:25px;
	line-height:36px;
}
#content_box h3{
	color: #000;
	font-weight: 500;
	font-size:23px;
	line-height:30px;
}
#content_box h4{
	color:#231f20;
	font-weight: 500;
	font-size:20px;
	line-height:30px;
}
#content_box h5{
	color: #000;
	font-weight: 500;
	font-size:16px;
	line-height:30px;
}
#content_box article {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    float: left;
    height: 222px;
    margin: 0 12px 30px 0;
    padding: 4px;
    position: relative;
    width: 173px;
    color: #fff;
}
#content_box img{
	vertical-align: middle;
	margin:10px auto;
    margin: 0 auto;
    display: block;
    border-radius: 3px;
}
#content_box img.garanties {
	display:block;
	margin: auto;
}

.article ul {
    padding: 0.5em 0 1.571em 0;
    list-style-type: circle;
	overflow:hidden
}
.article ol {
    margin: 1.5em 0 1.571em 1.571em;
    list-style-type: decimal;
}
.breadli {
    background: none!important;
    border-bottom: 2px solid #1b2320;
}
.btn-envoie {
    color: #fff!important;
    background-color: #2972ac;
    font-weight: 600!important;
    font-size: 20px!important;
    width: 100%!important;
}

.photoParis{
	position:relative
}
.photoParis span{
    font-size: 24px;
    font-weight: 700;
    left: 0;
    right: 0;
    bottom: 30%;
    color: #fff;
    position: absolute;
    text-align: center;
}

.horairem{
    padding: 40px 0;
}
.horairem table tbody tr:nth-child(2n+1) td, .horairem table tbody tr:nth-child(2n+1) th {
    background-color: #cb9734;
}
.horairem table th, .horairem table td {
    background: #e2c285;
}
.horairem {
	padding: 20px 0;
	text-align: center;
	color: #fff;
	background: rgba(22, 22, 22, 0.8)!important;
	font-size: 18px;
	line-height: 36px;
	position: absolute;
	z-index: 99999999;
	width: 100%;
}
.horairem span.title-horaire{
    color: #e1c184;
    font-size: 50px;
	line-height:80px;
    font-weight: 300;
background: url(https://static.b-forbiz.com/be147a7f67d06a47/templates/images/bg.png) bottom center no-repeat;
    padding-bottom: 22px;
}
/*-----------------------------------------------
/*-[ Tables ]
-----------------------------------------------*/

table{
    width:100%;
    text-align:center;
    margin-bottom:0;
	font-family: 'arial', sans-serif;
}
thead{
    background:#F7F8F9;
    font-size:14px;
    color:#585F65;
}
table th ,table td{
    padding: 4px 0px;
    color: #040605;
    background: #3a3a3a;
    text-align: center;
}   
table tbody tr:nth-child(2n+1) td,table tbody tr:nth-child(2n+1) th {
    background-color: #4e4d4d;
}
table tbody tr td.day{
    font-weight: bolder;
    padding-left: 8px;
	text-align:left
}
#content_box table th,#content_box  table td{ border: 1px solid #FFF;}
#content_box table th,#content_box  table td{ vertical-align:middle}
article p{color:#242424;}
#content_box  table td img{width:123px!important;}
/*-----------------------------------------------
/*-[ Line ]
------------------------------------------------*/
hr{
    border: none;
    border-bottom: 1px dashed #231f20 ;
    margin: 10px 15px!important;
    clear: both;
    position: relative;
}

/*-----------------------------------------------
/*-[ Search Form ]
-----------------------------------------------*/

nav #searchform {
    float: right;
}
nav #searchform fieldset {
    padding: 7px 0 6px 15px;
    border: 0;
    border-left: 1px solid #eee;
}
#searchform fieldset {
    border: 1px solid #D7D7D9;
    background:#fff;
    float: left;
}
#searchform input {
    border: 0;
}
.sbutton {
    padding: 6px 12px 6px 0;
}
.main-header #s {
    width: 150px;
}
.sidebar #s {
    width: 78%;
    padding: 10px 12px;
}
.footer-widgets fieldset, #sidebars fieldset {
    width: 99%;
}
.footer-widgets #s {
    width: 78%;
}
.footer-widgets .sbutton, #sidebars .sbutton {
    float: right;
}
.sidebar .sbutton {
    padding-top: 10px;
}

.breadcrumb {
    margin-top: 40px;
}
#plansite.modal {
    background: #fff;
}

/*-----------------------------------------------
/*-[ Read More ]
----------------------------------------------*/

.more {
    float: right;
    box-shadow: 0px 2px #CCC;
    -webkit-box-shadow: 0px 2px #CCC;
    -moz-box-shadow: 0px 2px #CCC;
    margin-bottom: 5px;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: -15px;
}
.more a{
    float: left;
    background-color: #ff8604;
    color: #666;
    padding: 4px 10px;
    overflow: hidden;

}
.more a:hover {
    color:#fff;
}

/*-----------------------------------------------
/*-[ Map ]
-----------------------------------------------*/

#map {
    display: block;
    height: 438px;
    width: 100%;
   /* filter: url(https://www.avocat-rando-bremond.fr/templates/css/grayscale.svg#greyscale);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);*/
}
div.map_home{
    display: block;
    height: 150px!important;
    width: 100%;
    margin:0!important
}
.map-activation {
    background: rgba(0, 0, 0, 0.8)!important;
    color: #fff!important;
    position: absolute!important;
    z-index: 99!important;
    width: 100%!important;
    height: 440px!important;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.72);
}
#map * {
	overflow:visible;
}
.map-activation em{
	font-size:12px;
	position:absolute;
	height:12px;
	top:50%;
	margin-top:10px;
	text-align:center;
	width:100%;
	font-weight:normal;
	opacity:0.7;
}

.map-activation strong{
	font-family:'arial', sans-serif;
	font-style:normal;
	position:absolute;
	height:20px;
	font-size:29px;
	top:50%;
	margin-top:-20px;
	text-align:center;
	width:100%;
	font-weight:normal;
	color: #ffffff;
}	
	/**fin map activation*/
.Informations{
	padding: 23px 20px 10px;
	text-align:center;
}
.Informations span.adresseMap, .Informations span.horaireMap, .Informations span.phone{
    font-size: 18px;
    display: inline-block;
    padding: 9px 0 9px 42px;
}
.Informations span.adresseMap{
background: url(https://static.b-forbiz.com/be147a7f67d06a47/templates/images/adresse.png) left center no-repeat;
}
.Informations span.horaireMap{
background: url(https://static.b-forbiz.com/be147a7f67d06a47/templates/images/horaire.png) left center no-repeat;
}
.Informations span.phone{
background: url(https://static.b-forbiz.com/be147a7f67d06a47/templates/images/phone.png) left center no-repeat;
	font-size: 26px;
	padding: 9px 0 9px 42px;
}
.Informations span.phone a{
	color:#231f20;
}

/*-----------------------------------------------
/*-[ Contactez-nous ]
----------------------------------------------*/

.ncf_sidebar_cont_scrollable #logo{
	margin-top:20px;
	margin-bottom:20px;
}
#ncf_sidebar.ncf_minimalistic {
    background-color: rgba(0, 0, 0, 0.53)!important;
}
.ncf_mobile .nks_cc_trigger_tabs.ncf_tab {
	top: 240px !important;
}

.ncf_exposed #ncf-overlay {
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.ncf_exposed #ncf-overlay:hover {
	cursor: pointer;
	cursor: url("http://www.laventlaw.com/wp-content/plugins/ninja-contact-form/img/close2.png") 16 16,pointer;
}
#ContNinja, .ContNinja{
	display:none
}
.ContNinja{
    background: #b12d2d;
    padding: 9px 5px;
    color: #fff;
    margin: 0 auto 20px;
    font-size: 20px;
	border: 1px solid #fff;
}
.ContNinja:hover{
	background: #4e4d4d ;
	color:#fff
}
#ContNinja{
    margin-bottom: 25px;
}



.ncf_color1, #ncf_sidebar .ncf_button:before {
	background-color: #c70f31 !important ;
}

#ncf_sidebar.ncf_minimalistic .wpcf7 p, #ncf_sidebar.ncf_minimalistic .wpcf7-response-output {
	color:  #c70f31;

}

.ncf_minimalistic .ncf_form_res_message {
	color:  #c70f31 !important;
}
.ncf_color2 {
	background-color: #210c10 !important ;
}
.ncf_minimalistic .ncf_user_bio, .ncf_minimalistic .wpcf7 p {
	color:  #210c10 !important;
}

#ncf_sidebar.ncf_aerial .ncf_user_title{
	color: #210c10;
}


.ncf_minimalistic .ncf_user_title{
	color:  #87555f !important;
}
.ncf_color3 {
	background-color: #87555f !important;
}
.ncf_color4 {
	background-color: #e06f86 !important ;
}
.ncf_color5 {
	background-color: #b31e41 !important ;
}
.ncf_imagebg_custom {
	background-image: url() !important;
}

.nks_cc_trigger_tabs .ncf-tab-icon .fa:before  {
			color: #231f20 !important;
		}
		.nks_cc_trigger_tabs.nks_metro .ncf-tab-icon .fa-stack-2x {
			background-color: rgb(62, 155, 241);
			}.nks_cc_trigger_tabs .ncf-tab-icon:after {
	font-family: inherit;
	content: 'CONTACTEZ-NOUS';
	position: absolute;
	top: -10%;
	font-size: 20px;
	left: 50%;
	line-height: 28px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: left top 0;
	-moz-transform-origin: left top 0;
	-ms-transform-origin: left top 0;
	-o-transform-origin: left top 0;
	transform-origin: left top 0;
	color: #FFF;
	padding: 6px 14px;
	margin-left: -20px;
	white-space: nowrap;
	background-color: #231f20 ;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-webkit-backface-visibility: hidden;
}

.ncf_hidden .nks-hover .fa-stack-1x.fa-inverse:before  {
	color: white !important;
}

.nks_cc_trigger_tabs.nks_metro .ncf-tab-icon:after {
	left: 0;
	top: 0;
	margin-left: 0px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.nks_cc_trigger_tabs.nks_metro .ncf-tab-icon.fa-3x:after {
	padding: 21px;
	font-size: 24px;
}

.nks_cc_trigger_tabs.nks_metro .ncf-tab-icon.fa-2x:after {
	padding: 10px 21px;
}

.nks_cc_trigger_tabs.nks_metro .ncf-tab-icon.fa-2x:after {
	font-size: 18px;
}



body.ncf_sidebar_push > * {
    position: relative;
}
.ncf_exposed #ns-overlay {
	opacity: 0.3;
}
/* set up the keyframes */
@keyframes bodyArrived {
	from { opacity: 0.99; }
	to { opacity: 1; }
}

@-moz-keyframes bodyArrived {
	from { opacity: 0.99; }
	to { opacity: 1; }
}

@-webkit-keyframes bodyArrived {
	from { opacity: 0.99; }
	to { opacity: 1; }
}

@-ms-keyframes bodyArrived {
	from { opacity: 0.99; }
	to { opacity: 1; }
}

@-o-keyframes bodyArrived {
	from { opacity: 0.99; }
	to { opacity: 1; }
}
#ncf_sidebar .ncf_select_wrap:before {
    display:none!important;
}
#soumettre-un-dossier .control-group textarea {
	height:100px;
}
#soumettre-un-dossier h2{
	font-size: 20px;
    color:#231f20    ;
}

#ncf_sidebar .ncf_sidebar_cont_scrollable span.phone {
	line-height: 49px;
	font-size: 30px;
	white-space: nowrap;
	display: block;
	font-family: 'Russo One', sans-serif;
	color: #282526;
	font-weight: 400;
	margin: 0 30% 0px 30%;
background: url(https://static.b-forbiz.com/be147a7f67d06a47/templates/images/phone.png) left center no-repeat;
    padding-left: 30px;
}
#ncf_sidebar .ncf_sidebar_cont_scrollable i.fa {
    font-size: 50px!important;
    color: #f1eeee;
    text-align: center;
    line-height: 40px!important;
    margin: 3px 10px 0 3px;
    float: left!important;
}
#ncf_sidebar.ncf_minimalistic .ncf_sidebar_cont {
    margin-top: 20px!important;
}
#ncf_sidebar input{
	line-height:normal;
}
.form-control {
    
 color: #a2a2a2;}
/*-----------------------------------------------
/*-[ Sidebar ]
----------------------------------------------*/

.sidebar.flexible {
    line-height: 23px;
    margin-top:0;
    background:transparent;
}
.widget {
    margin:0 auto;
    margin-bottom: 22px;
    overflow: hidden;
    width: 57%;
    text-align: center;
    font-weight: 400;
}
li.rappel{
    height:229px;
    position:relative;
}
li.rappel form{
    position:absolute;
    bottom:2%;
    margin:0 auto;
    text-align: center
}
 .widget.renseignement i.fa.fa-calendar {
    font-size: 100px!important;
    color:#C67559;
    text-align: center;
    line-height: 40px!important;
    margin: 30px 0px 40px 0px;
}

.widget.rdv i.fa {
    font-size: 100px!important;
    color:#00AB9D ;
    text-align: center;
    line-height: 40px!important;
    margin: 30px 0px 40px 0px;
}
.widget li {
    display: block;
    overflow: hidden;
    list-style-type: none;
	text-align: center;
	padding-top: 8px;
    color: #000;
}
.widget .rer-proximity li{
	text-align: left;
	color: #fff;
	padding-top: 0;
}

.widget li img.picto {
	 margin: 2px auto;
    color: #fff;
    line-height: 42px;
    float: left;
    margin-left: 5px;
}
.widget li span.station{
    line-height: 49px;
    float: left;
    margin-left: 7px;
}
.widget li span.center {
    padding: 0 0 0 70px;
    text-align: left;
    font-family: 'Russo One', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    text-transform: none;
    display: block;
}
.widget.hon{
	background:none
}
.widget.hon a {
	font-family: 'Russo One', sans-serif;
    display: block;
    line-height: 50px;
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    background: #0061af;
    text-align: center;
	border-radius: 15px 0 15px 0;
}
.widget.hon a:hover{
	opacity:0.8
}
.widget span.titre-widget {
    font-size: 22px;
    line-height: 45px;
	font-family: 'Russo One', sans-serif;
    color: #fff;
    font-weight:400;
    display: block;
    text-align: center;
}
.widget.moment span.titre-widget {
	background: #231f20;
    border-bottom: 1px solid #fff;
}
.Bloc_dispo{
	background:#231f20 
}
.Bloc_dispo .disponible{
	color:#fff!important
}
.Bloc_dispo .disponible img{
	margin:10px;
}
.widget div.disponible {
    padding: 15px;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-family: 'Russo One', sans-serif;
    border: none;
}
.widget div.disponible strong{
    line-height: 40px;
    font-size: 30px;
}
.widget div.disponible span {
       color: #231f20 ;
       line-height: 33px;
       padding: 10px 2px;
       margin: 0px 0 10px 0;
       font-weight: 400;
       display: block;
}
.widget div.disponible.intervention-rapide span.maitre {
	color:#231f20   ;
}
.widget div.disponible span{
	font-size: 17px;
	font-weight:700;
}
.renseignement span a, .renseignement a{
color: #fff;
}
.btna {
    outline: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: transparent;
    border: 0;
    padding: 1px 6px;
    color: #000;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 1.2px;
    overflow: hidden;
    cursor: pointer;
    font-family: 'Russo One', sans-serif;
    line-height: 37px;
}
.btna span.phone{
    display: inline-block;
background: url(https://static.b-forbiz.com/be147a7f67d06a47/templates/images/phone.png) top center no-repeat;
    white-space: nowrap;
    padding: 50px 5px 5px 5px;
}
.widget-sidebar .fa-home {
	padding-top: 10px;
	font-size: 32px!important;
	float: left;
	line-height: 38px!important;
	vertical-align: sub;
	padding-right: 0px;
	color: transparent;
background: url(https://static.b-forbiz.com/be147a7f67d06a47/templates/images/adresse-1.png) 7px center no-repeat;
} 
.btna span.phone a{
	color:#000;
}
.btna .fa-phone:before{
	color: transparent;
}
@-webkit-keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
  }
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
  }
}

.widget.coordonees{
	background:#fff;
}
.devis-button .fa {
    padding-right: 10px;
}
li.widget.widget-sidebar.intervention {
background: url(https://static.b-forbiz.com/be147a7f67d06a47/templates/images/bg-intervention.jpg) top center no-repeat!important;
    background-size: 100% 100%!important;
}
.intervention-rapide {
    color: #000;
    font-size: 17px;
    line-height: 25px;
    background: rgba(255, 255, 255, 0.54);
}
.widget div.profil span.InfoProfil{
    margin: 2px 0 10px;
    display: block;
    font-size: 15px;
    font-family: 'Russo One', sans-serif;
    font-weight: 300;
}
.widget.saviez, .widget.Bloc_Pai, .widget.offre{
	border-radius: 3px;
    padding: 15px 10px;
    color: #fff;
    font-size: 16px;
}
.widget.Bgprofil{
    background: #171415;
    padding: 15px 10px;
	color:#fff
}
.widget.Bgprofil span.phone{
    padding: 14px 25px 14px 60px;
    font-size: 20px;
    margin: 10px 0;
background: #110e0f url(https://static.b-forbiz.com/be147a7f67d06a47/templates/images/phone.png) left 8px center no-repeat;
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;	
	font-family: 'Russo One', sans-serif;
}
.widget.Bgprofil span.phone a{
    color: #fff;
}
.widget.Gmap {
    background: #231f20;
    color: #fff;
    padding: 10px 10px 25px;
}
.widget.Gmap .adresseMap, .widget.Gmap .phone{
	display:inline-block;
    padding: 10px 0 10px 44px;
}
.widget.Gmap .adresseMap{
background:url(https://static.b-forbiz.com/be147a7f67d06a47/templates/images/adresse.png) left center no-repeat;
	font-size: 18px;
}
.widget.Gmap .phone{
background:url(https://static.b-forbiz.com/be147a7f67d06a47/templates/images/phone.png) left center no-repeat;
	font-size: 25px;
}
.widget.Gmap .phone a{
	color:#fff
}
.widget.Gmap.pc{
	display:block
}
.widget.Gmap.mobile{
	display:none
}
.widget.saviez{
    background: #70bf7e;
}
.widget.Bloc_Pai{
	background: #110e0f;
}
.widget.Bloc_Pai div.Contpaiement strong{
    font-size: 40px;
    color: #054837;
    text-shadow: 1px 1px 0px #fff;
    margin-top: 10px;
    display: inline-block;
}
.widget.Moyens{
	background: #312d2e;
	padding: 15px 10px;
    color: #fff;
}
.widget.Moyens .BlocService{
	position:relative;
    margin-bottom: 8px;
    border: 1px solid #fff;
}
.widget.Moyens .BlocService img{
	display:block
}
.widget.Moyens .BlocService span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    color: #fff;
    padding: 36px 15px 10px;
    font-size: 20px;
    font-family: 'Russo One', sans-serif;
    text-shadow: 1px 1px 0px #000;
}
.widget.offre{
    background: #231f20;
}

img.picto {
	padding-left: 4px;
}
span.box-adresse {
	font-size: 19px;
	padding: 50px 5px 5px 5px;
	margin: 0;
	text-align: center;
	float: none;
	font-weight: 300!important;
	display: inline-block;
	font-family: 'Russo One', sans-serif;
	line-height: 28px;
	letter-spacing: 0.5px;
	margin-bottom:0;
}
.acceuil span.box-adresse, .acceuilAll span.box-adresse{
	color: #000;
background: url(https://static.b-forbiz.com/be147a7f67d06a47/templates/images/adresse.png) top center no-repeat; 
}
.Bloxaside .disponible{
	color: #000;
    text-align: center;
    font-size: 20px;
    padding: 79px 0 10px;
    line-height: 27px;
    margin: 30px 0;
}
.Bloxaside .disponible strong{
	font-size:19px;
}
.Bloxaside div.Contpaiement{
	color:#000;
	text-align:center;
}
div.Contpaiement a{
    font-size: 15px;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    font-size: 20px;
}
.Bloxaside div.Contpaiement a{
    width: 260px;
    height: 260px;
    margin: 0 auto 20px;
    border-radius: 50%;
	line-height:260px;
	color:#231f20 
}
div.Contpaiement a:hover{
	background:#231f20 ;
	color:#fff
}
.Bloc_Pai{
	border-bottom:0
}
aside div.Contpaiement a{
display: block;
    margin-bottom: 10px;
    padding: 8px 45px;
    font-size: 20px;
    background: #b12d2d;
    color: #fff;
    border: 1px solid #fff;
}
.Bloxaside div.Contpaiement span.titre-widget{
    font-size: 20px;	
}
.Bloxaside div.Contpaiement img{
	margin:10px
}

.widget.paiement{
	background:#004a00;
	color:#fff;
    padding-bottom: 5px;
    font-size: 16px;
    padding: 0 5px 5px;
}
.widget.box-info {
    text-align: center;
    padding: 15px 10px;
	color:#fff;
	background:#634997;
}
.widget div.box-info img{
    display: block;
    margin: 0 auto 10px;
}
.widget.savoir{
	background:#D4CECC;
	color:#fff;
    padding: 10px;
	border: 2px solid #004a00;
}
.widget.savoir a{
	color:#f5f5f5;
	text-decoration: underline;
}
.widget.savoir a:hover{
	opacity:0.8
}
.widget.savoir img {
	margin: 5px auto;
}
ul.proximite {
	padding-left:0;
    margin-bottom: 10px;
}
/*-----------------------------------------------
/*-[ Bon de reduction ]
----------------------------------------------*/
.owl-Bon{
    position: relative;
}
.MainBon .owl-Bon{
    margin-top: 55px;
}
.MainBon{
    background: #e0e0e0;
    padding: 35px 20px;
}
.ContOff{
	position:relative;
	text-align: center;
}
.MainBon .offre-bd{
	width: 375px;
    height: 375px;
    padding: 50px;
    left: -274px;
	border-radius:50%;
	background: #000000;
	background: -moz-linear-gradient(top, #000000 1%, #141112 50%, #141112 51%, #211d1e 100%);
	background: -webkit-linear-gradient(top, #000000 1%,#141112 50%,#141112 51%,#211d1e 100%);
	background: linear-gradient(to bottom, #000000 1%,#141112 50%,#141112 51%,#211d1e 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#211d1e',GradientType=0 );
	box-shadow: 0px 2px 12px #231f20;
}
.widget .offre-bd{
    padding: 20px;
    left: 0px;
	background: rgba(0,0,0,0.4);  
    right: 0;
    bottom: 0;
}
.offre-bd .cont-offre strong{
    font-family: 'Russo One', sans-serif;    
	font-size: 22px;	
}
.MainBon .ImgOffre{
    width: 320px;
    height: 320px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: inset 0px 2px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 1px 0px rgba(255, 255, 255, 0.75);
    box-shadow: inset 0px 2px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 1px 0px rgba(255, 255, 255, 0.75);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
	position:relative;
}
.MainBon .ImgOffre img{
	border-radius:50%;
}
.MainBon .owl-Bon .owl-wrapper-outer.autoHeight {
    height: 400px!important;
}
.widget .owl-Bon .owl-wrapper-outer.autoHeight {
    height: 300px!important;
}
.owl-Bon .owl-controls .owl-buttons div.owl-prev,.owl-theme .owl-controls .owl-buttons div.owl-next{
	position:absolute;
	top:45%
}
.owl-Bon .owl-controls .owl-buttons div.owl-prev{
background:url(https://static.b-forbiz.com/be147a7f67d06a47/templates/images/prevBon.png) left center no-repeat;
}
.widget .owl-Bon .owl-controls .owl-buttons div.owl-prev{
	left:5px
}
.MainBon .owl-Bon .owl-controls .owl-buttons div.owl-prev{
	left:230px
}
.owl-Bon .owl-controls .owl-buttons div.owl-next{
background:url(https://static.b-forbiz.com/be147a7f67d06a47/templates/images/nextBon.png) right center no-repeat;
}
.widget .owl-Bon .owl-controls .owl-buttons div.owl-next{
	right:5px
}
.MainBon .owl-Bon .owl-controls .owl-buttons div.owl-next{
	right:723px
}
.owl-Bon .owl-controls{
	margin:0!important
}
.sms{
    margin-top: 48px!important;	
}
#print-bd, .sms {
	display: block;
	background: #383435;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    width: 84%;
    margin: 10px auto;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 4px 10px;
	text-transform: initial;
    opacity: 1;
    border: 1px solid #fff;
	font-family: 'Russo One', sans-serif;
}
#print-bd:hover, .sms:hover {
    opacity: 1!important;
    background: #b12d2d;
	color:#fff
}
.widget #print-bd, .widget .sms {
	background: #b12d2d;
}
.widget #print-bd:hover, .widget .sms:hover {
    background: #383435;
}
#print{
	text-transform: uppercase;
	font-family: 'Russo One', sans-serif;
}
span.texte {
    color:#333!important;
   font-family: 'Russo One', sans-serif;
}
/*-----------------------------------------------
/*-[ Footer ]
------------------------------------------------*/

body > footer{
    width: 100%;
    background: #dbefe7;
    /* border-top: 10px solid rgba(35, 31, 32, 0.47058823529411764); */
}
div.ContFooter{
background: url(https://static.b-forbiz.com/be147a7f67d06a47/templates/images/bg-footer.jpg) center fixed;
    background-size: cover;
}
div.Allfooter{
	padding: 80px 0 75px;
}
div.ContFooter div.ContAvis, div.ContFooter div.MapPlan, div.ContFooter div.ActPlan{
    border-radius: 10px;
    padding: 15px 10px;
    color: #fff;
    font-size: 16px;
    text-align: center;
	min-height: 293px;
    margin-bottom: 15px;
}
div.ContFooter div.ContAvis{
    background: #231f20;
    line-height: 38px;
	padding: 59px 10px 33px;
}
div.ContFooter div.ContAvis #avis a.voiravis, div.ContFooter div.ActPlan a.bloger{
    line-height: 20px;
    background: #cec2b2;
    color: #000;
	display: block;
    text-align: center;
    padding: 8px 17px;
    font-size: 20px;
    width: 275px;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
div.ContFooter div.ContAvis #avis a.voiravis:hover, div.ContFooter div.ActPlan a.bloger:hover{
	background: #bfb2a1;
}
div.ContFooter div.ContAvis span.titre-widget, div.ContFooter div.ActPlan span.TitrePlan{
    font-size: 24px;
}
div.ContFooter div.MapPlan span.TitrePlan{
	display: block;
    margin-bottom: 5px;
    font-size: 18px;
}
div.ContFooter div.ActPlan span.TitleAct{
    display: block;
    margin-top: 15px;
    font-size: 18px;
}
div.ContFooter div.MapPlan{
    background: #509760;
	padding: 15px 25px 25px;
}
div.ContFooter div.ActPlan{
    background: #70bf7e;
    padding:39px 10px 25px;
}
footer div.bg-footer2{
	background:#333;
}
footer {
    position: relative;
    background: #000;
    padding-top: 25px;
    font-weight: 300;
    color: #fff;
}
footer .TitleFooter{
	display: block!important;
    font-size: 18px!important;
    margin-bottom: 20px;
}
footer .reseaux {
    /* float: right; */
    display: inline-block;
    text-align:  center;
    display:  block;
}
footer .reseaux i.fa {
    font-size: 45px;
    color: #2b2323;
    margin-top: 6%;
}
i.fa.fa-google-plus-square:hover{
	color:rgb(200, 50, 24);
}
i.fa.fa-facebook-square:hover{
	color:rgb(59, 89, 152); 
}
 i.fa.fa-linkedin-square:hover{
	   color: rgb(127 53 91);;
}
i.fa.fa-snapchat-square:hover{
	color:rgb(88, 148, 66);
}
.blocker {
    z-index: 99999!important;
}
.top {
    margin-bottom: 0;
    padding-left: 5px;
    text-align: center;
    color: #000;
    font-size: 17px;
    font-family: 'Oswald', sans-serif;
}
.top a{
	z-index: 9;
    position: relative;	
display: block;
}
img.logo {
    margin: 0 auto;
    display: block;
}
div.adresse.trouver{
	text-align:center;
}
div.adresse span{
	color: #cb9734;
	line-height: 21px;
	display: inline-block;
    font-weight: 400;
}
div.adresse span.adresse-footer{/* background: url(https://static.b-forbiz.com/be147a7f67d06a47/templates/images/adresse2.png) left center no-repeat; */padding: 10px 0 10px 40px;color: #000;}
div.adresse span.SlogFo{
	display:block;
    margin-top: 27px;
}
div.adresse span.phone{
    font-size: 27px;
    /* background: url(https://static.b-forbiz.com/be147a7f67d06a47/templates/images/phone2.png) left 5px center no-repeat; */
    padding: 10px 0 10px 40px;
    color: #000;
    display: inline-block!important;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
}
div.adresse span.phone a{
	color: #fff;
}
div.adresse div.adress-footer{
	margin-bottom:15px;
}
.adresse a.social-footer{
	color: #fff;
    font-size: 31px;
    margin: 8px 5px 5px 0;
    display: inline-block;
}
.adresse a.social-footer.googlePlus:hover{
	color: #d6492f;
}
.adresse a.social-footer.facebook:hover{
	color: #3b589e;
}
.adresse a.social-footer.instagram:hover{
	color: #e21437;
}
.adresse a.social-footer.snapchat:hover{
	color: #efe200;
}
.bg-footer1 {
    margin: 0 auto;
    text-align: center;
}
.ContNewPlan iframe{
	border: 2px solid #231f20;
}
.CoorPlan{
    border: 1px solid #eee;
    padding: 0 20px;
	margin: 10px 0 30px;
}
.ContNewPlan .BlocCoorPlan{
	width:33%;
	display:inline-block;
    vertical-align: top;
	margin-top: 20px;
}
.ContNewPlan .BlocCoorPlan span.TitreCoorPlan{
	font-size:18px;
    margin-bottom: 15px;
    display: block;
}
.ContNewPlan .BlocCoorPlan .ContCoorPlan i{
    color: #231f20;
    font-size: 20px;
    width: 28px;
    text-align: center;
    float: left;
    margin-top: 2px;
}
.ContNewPlan .BlocCoorPlan .ContCoorPlan span.adressePlan i{
    /* margin-top: 15px; */
}
.ContNewPlan .BlocCoorPlan .ContCoorPlan span.HorairesPlan i{
    margin-top: 0;
}
.ContNewPlan .BlocCoorPlan .ContCoorPlan span.HorairesPlan span{
	display:inline-block
}
.ContNewPlan .BlocCoorPlan img{
	border:0!important;
    display: inline-block!important;
	margin:0
}
.ContNewPlan .BlocCoorPlan li{
	background:none!important
}
.BlogActs{   
	margin-bottom: 15px;
}
.BlogActs .articleblog{
    clear: none!important;
    border-bottom: 0!important;
    min-height: 221px;
    position: relative;
    padding-bottom: 0!important;
    margin-bottom: 15px!important;
    background: #f7f4f1;
}
#content_box div.articleblog .ContBlog a.bloger {
	background-color: #cec2b2!important;
    color: #000!important;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 0;
    width: 100%;
    padding: 10px;
}
#content_box div.articleblog:nth-child(odd) .ContBlog a.bloger {
    text-align: right;
}
#content_box div.articleblog:nth-child(even) .ContBlog a.bloger {
    text-align: left;
}
#content_box div.articleblog a.bloger.Retour{
    background-color: #cec2b2!important;
    color: #000!important;
    padding: 6px 35px;
    font-size: 15px;
}
#content_box div.articleblog .ContBlog a.bloger:hover , #content_box div.articleblog a.bloger.Retour:hover{
	background-color: #231f20!important;
	color:#fff!important
}
#content_box div.articleblog img {
    max-width: 450px!important;
    border: 0;
    display: block;
    z-index: 9;
    position: relative;
    border-radius: 0;
}
#content_box div.articleblog:nth-child(odd) img {
    float: left;	
	margin-right:15px
}
#content_box div.articleblog:nth-child(even) img {
    float: right;
	margin-left:15px;	
    margin-right: 0;
}
#content_box div.articleblog .ContBlog{
	padding:10px;
}
#content_box div.articleblog .ContBlog h2 a{
    text-decoration: initial;
    color: #000;
    font-weight: 700;
}
 footer nav li{
	text-align: center;
	font-size: 17px;
}
footer ul.mention{
	text-align: center;
	padding-left:0;
	margin: 0;
	color: #fff!important;
	margin-top: 15px;
}
footer nav li a, footer li a {
    font-size: 18px;
    text-transform: none;
    line-height: 35px;
    color: #0!important;
    padding: 14px 5px;
    color: #000000;
    font-weight: 300;
    position: relative;
    z-index: 9;
    font-family: 'Oswald', sans-serif;
}
footer ul.mention li a:hover, footer ul.mention li a.active{color: #1f2321;}
footer ul.mention li{
	display:inline-block;
}
footer nav li a:hover, footer nav li a.active{
	font-weight: 700;
}
span.adresse-footer {
    color: #000;
    font-size: 15px;
    line-height: 22px!important;
	font-family: 'Oswald', sans-serif;
}
.phone-footer.clearfix {
    color: #fff;
    text-align: center; 
}
.address-footer.clearfix {
    color: #fff;
    text-align: center;
}

#navfooter select {
    display: inline-block;
    max-width: none;
    border: none;
    padding: 7px 15px;
    margin-top: 0;
    width: 100%;
    color: #fff;
    background: #000;
    font-size: 12px;
    margin: 5px 0;
}
.copyrights {
    color: #000;
    padding-bottom: 20px;
    text-align: center;
    margin-top: 10px;
    font-weight: 400;
    line-height: 25px;
    font-size: 19px;
    padding-top: 10px;
    border-top: 3px double #000000;
    font-family: 'Oswald', sans-serif;
}
.iconreseau{
    margin: 0 auto 0;
    padding: 0;
}
.iconreseau a{
	margin-bottom: 5px;
}
.iconreseau a i{
    color: #000;
    font-size: 24px!important;
    vertical-align: middle;
    padding: 7px 8px 0px 2px;
    margin: 0;
    font-style: normal;
    line-height: 35px;
}

.adresse.maitre{
    margin-top: 18px;
    text-align: justify;
	color: #fff;
	line-height: 34px;
}
/*-----------------------------------------------
/*-[ Form Input ]
-----------------------------------------------*/

input,textarea,select{
    padding: 11px 1%;
    border:none;
    font-size:12px;
    background:#fff;
    /* border: 1px solid #ccc; */
    color: #a2a2a2;
    width: 93%;
    font-family: 'arial', sans-serif;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.fail{
	width:95% !important;
}
input.bouton{
	 background-color:#1d2530;
	border-radius: 3px;
	padding:5px 10px;
	color:white;
    cursor: pointer;
	margin:5px 0 5px 105px;
	border:none;
	text-transform:upperecase;
}
div.cont input.bouton{
	float:right;
	color:#fff;
	text-transform:uppercase
}
input.numero{
   width: 286px;
   background: #fff;
   /* border: 1px solid #fff; */
   padding: 9px 3%!important;
   line-height: initial;
   /* margin-top: -12px; */
}
input.send{
	padding:5px 5px 28px;
	color: #fff;
	cursor: pointer;
	border: none;
	text-transform: uppercase;
	background: #787a77;
	height: 25px;
	font-family: 'Russo One', sans-serif;
	font-size: 15px;
	font-weight: 700;
}
#map-holder{ padding: 5px;}

textarea {
    overflow: auto;
    resize: vertical;
}
form label.control-label {
	text-align: left;
	color: #242424;
}
.control-group {
	margin-bottom: 10px;
	overflow: hidden;
}

input:focus,
textarea:focus{
}
::-webkit-input-placeholder{
    color:#a2a2a2;

}
::-moz-input-placeholder{
    color:#a2a2a2;

}
::-ie-input-placeholder{
    color:#a2a2a2;

}
::-o-input-placeholder{
    color:#a2a2a2;

}
::input-placeholder{
    color:#a2a2a2;

}

::-webkit-textarea-placeholder{
    color:#a2a2a2;

}
::-moz-textarea-placeholder{
    color:#a2a2a2;

}
::-ie-textarea-placeholder{
    color:#a2a2a2;

}
::-o-textarea-placeholder{
    color:#a2a2a2;

}
::textarea-placeholder{
    color:#a2a2a2;

}
.widget.rdv img {
    display: block;
    margin: 10px auto;
}
span.proximite{
color:#333;
}
/*-----------------------------------------------
/*-[ Contact Widget ]
-----------------------------------------------*/
ul.errors{
    float: left;
    padding: 0;
}
ul.errors li{
    color: #f30101!important;
	background: none!important;
	padding-left: 0!important;
    font-size: 12px!important;
}
.contact form{
    padding:10px
}
.contact form table td{
    background:transparent!important
}
.contact input[type="text"] {
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display:block;
    margin:0 auto;
    float: left;
    margin-bottom:8px;
}
.contact textarea:hover, .contact input[type="text"]:hover {
    opacity: 0.8;
    border: 1px solid #cfd5e1;
}
.contact input[type="submit"] {
    background-color: #973463;
    cursor: pointer;
    color: white!important;
    border: 0;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
    float: left;
    width: 93%;
    margin-top: 7px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 0px;
    line-height: 35px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.new-contact legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #000;
    border: 0;
    /* border-bottom: 1px solid #e5e5e5; */
}
.contact input[type="submit"]:hover{
	opacity:0.8
}
#searchsubmit {
    font-size: 20px;
    color: #fff;
    background:#231f20    ;
    border: 0;
	cursor: pointer;
}
#searchsubmit:hover {
	opacity:0.8
}
.contact textarea{
    float:left;
    height:100px;
}
.contact td{border:none;}

/*-----------------------------------------------
/*[page devis]
------------------------------------------------*/

.content article div.contact.devis input[type="text"] ,.content article div.contact.devis select{
	width:280px
}
.content article div.contact.devis textarea{
	width:254px
}
.content article div.contact.devis input[type="radio"] {
	margin-right: 10px;
}
ul.errors{
	color: #f30101;
	font-size: 12px;
	list-style: none;
	margin: 0;
}

/*-----------------------------------------------
/*-[ Ad Widgets ]
-----------------------------------------------*/
.ad-125 ul {
    float: left;
    width: 330px;
    margin: 0;
    list-style: none;
    max-width: 100%;
}
.ad-125 li{
    float: left;
    border: none;
    list-style: none!important;  
    padding-left: 0;
    background: none;
    margin-bottom: 15px;
}
.ad-125 img {
    padding: 0.4em;
    background: #fff;
    border: 1px solid #bbb;
}
li.oddad {
    margin-right: 8%;
}
.ad-300 img {
    padding: 0px;
    background: #fff;
    border: 1px solid #bbb;
    height:100%;
}
.rappel form {text-align: center;/* width: auto; *//* float: right; */margin-bottom: 25px;}
form#contactform{
	
	padding:0 15px
}

#main2 .phone{
    white-space: nowrap;
	    font-size: 38px;
    color: #000;
}
#ncf_sidebar .ncf_sidebar_content {
    margin-left: 50px!important;
}
header span.time{
	font-size: 15px;
	font-family: 'Russo One', sans-serif;
	color: #484f52;
}

.widget li img.picto {
	float: left;
	margin-right:12px;
	margin-top: 0;
	color: #fff;
}
span.nom {
    color: #231f20 ;
    font-size: 16px;
}
span.prox {
    color: #231f20 ;
    font-size: 16px;
}

.box-adresse
{padding: 0 5px;}
#navfooter  ul {display:inline-block;}
header{
	transition: all 0.4s ease;
    color: #000;
    font-weight: 300;
	position:relative
}
/*---------------*/
/***** Sarah *****/
/*---------------*/

figure.effect-sarah {
	background: rgba(14, 142, 204, 0.58);
}

figure.effect-sarah img {
	max-width: none;
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-sarah:hover img {
	opacity: 0.4;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sarah .BlocsMain {
	text-align: left;
}

figure.effect-sarah h2 {
	position: relative;
	overflow: hidden;
	padding: 0.2em 0;
	    font-size: 16px;
}

figure.effect-sarah h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

figure.effect-sarah:hover h2::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sarah p {
	padding: 1em 0;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

figure.effect-sarah:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

img.images {
    margin: 0px AUTO!important;
    padding: 0px!important;
    border: 1px solid #ffbe00!important;
    margin-bottom: 20px!important;
    width: 90%;
    display: block;
}
img.images-tab {
    margin: 0px AUTO!important;
    padding: 3px!important;
    border: none!important;
    margin-left: 20px!important;
}
.post.clearfix {
    border: 1px solid #252525;
    clear: initial!important;
    position: relative;
    margin-bottom: 20px;
    padding: 8px;
    float: left;
    margin: 10px 7px;
    min-height: 335px;
    width: 100%;
}
span.bloc {
    display: block;
    text-align: center;
    color: #111!important;
}
span.bloc-tab {
	display: block;
    text-align: center;
    color: #111!important;
    font-size: 15px!important;
    overflow: hidden;
}
.des-spann {
    float: right;
    width: 50%;
}
.pos-bloc {
    width: 50%;
    display: initial!important;
	float:left;
}
em.em-tab{
	font-size: 12px;
}
#logo1 {
    display: block;
    position: relative;
    /* background: #0cbadf; */
}
#logo1 a {
background: url(https://static.b-forbiz.com/be147a7f67d06a47/templates/images/logo-sidebar.png) no-repeat center 8px;
    display: block;
    min-height: 80px;
	background-size: contain;
}
.img-cliqeo{
    vertical-align: middle;
    /* background: #fff; */
    padding: 5px 5px 1px 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 3px;
    /* text-shadow: 4px 4px 4px #000; */
    /* background: #fff; */
}
.devis-button {
font-family: 'Russo One', sans-serif;
    display: block;
    line-height: 28px;
    color: #fff;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    text-align: center;
    width: 400px;
    margin: 0 auto 25px auto;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    padding: 10px 0;
    background: #231f20 ;
    font-weight: 400;
    margin-top: 1px;
    border-radius: 0;
    position: absolute;
    bottom: -49px;
    border-radius: 10px;
    left: 0;
    right: 0;
	cursor: pointer;
}
.devis-button:hover{
	background: #cec2b2;
	color: #fff;
}
.title2 {
	font-size: 40px;
	margin-top: 12px;
	color: #fff;
	margin-right: 26px;
}
#navfooter ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}
nav#navfooter {
    text-align: center;
}
.services {
    width: 20%;
	}
	select#situation {
    width: 8%!important;
    float: left;
    margin-right: 2%;
}
.phone2 {
	display: block;
    font-family: 'Russo One', sans-serif;
    color: #fff;
    font-weight: 500;
    font-style: italic;
    font-size: 28px;
    margin-top: 2px;
	}
	form#devis.form-control, textarea  {
	width: 74%!important;
	}
		form#soumettre-un-dossier.form-control, textarea  {
	width: 93%!important;
	}
		.fixed i.fa {
    font-size: 50px!important;
    color: #231f20 ;
    text-align: center;
    line-height: 40px!important;
    margin: 5px 10px 0 3px;
    /* float: left!important; */
}
.ncf_sidebar_slide #ncf_sidebar .ncf_sidebar_cont_scrollable {
    background: #bfbfbf!important;
}
select#listedevaleurs {
    width: 93%!important;
}
 f-nav#menu-drink {
	text-align:center;
	}
form div.controls.prestations {
    float: left;
    width: 100%;
}
form div.controls.prestations label{
	width: 30%;
    float: left;
}
form div.controls.message label{
	width: 93%!important;
}
input[type='radio'] {
    width: 20px!important;
}
#avis_form #rate img{
    display: inline-block;
 width: auto!important;
 border: 0!important;
}
#avis_list span.rating img{
 display:inline-block;
 width: auto!important;
 border: 0;
}
li.widget.widget-sidebar.avis {
    background: #403b3c;
	color: #fff;
}
span.titre1 {
    color: #fff;
    font-size: 22px;
    float: right;
    margin-top: 10px;
}
.bottom-click {
    display: none;
}
.HeaderBottom #logo a {
background-image: url(https://static.b-forbiz.com/be147a7f67d06a47/templates/images/logo.png);
    background-position: top 3px center;
    background-repeat: no-repeat;
    display: block;
    min-height: 125px;
    line-height: 28px;
    margin-right: 0;
    /* margin-top: 15px; */
}
.del-img-slice-over-white {
background-image: url(https://static.b-forbiz.com/be147a7f67d06a47/templates/images/triangle.png);
    background-position: top center;
    /* height: 36px; */
    position: relative;
    /* margin-top: -36px; */
    width: 100%;
}
.del-img-slice-actu {
    padding: 80px 0 125px 0;
background: url(https://static.b-forbiz.com/be147a7f67d06a47/templates/images/img-content.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment:  fixed;
}
.del-img-slice-over-kraft {
background:url(https://static.b-forbiz.com/be147a7f67d06a47/templates/images/kraft.png);
    background-position: top center;
    height: 36px;
    position: relative;
    margin-top: -36px;
    width: 100%;
}
.del-titlerub-white, .del-titlerub {
    margin-top: 40px;
    margin-bottom: 50px;
    font-size: 35px;
    font-weight: 300;
    text-transform: uppercase;
    text-align:  center;
}
.del-titlerub-white:after, .del-titlerub-white:before, .del-titlerub:after, .del-titlerub:before {
    content: "";
    width: 100px;
    display: inline-block;
    border-top: 1px solid #000000;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 15px;
    margin-left: 15px;
}
.slog-bg {
    position: absolute;
    top: 65%;
    z-index: 2;
    display: block;
    width: 50%;
    text-align: center;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0
}
span.adresse-slider {
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    color: #000;
    /* text-shadow: 1px 2px 2px #000; */
}
span.phone-slider {
    font-size: 45px;
    line-height: 49px;
    font-weight: 700;
    color: #000;
    text-shadow: 1px 2px 2px #fff;
}
i.fa.fa-mobile {
    font-size: 42px;
    margin-right: 12px;
}
i.fa.fa-map-marker {
    font-size: 35px;
    margin-right: 11px;
}
#plansite img {
    max-width: 100%;
}

/*-----------------------------------------------
/*-[ Bandeaux]
-----------------------------------------------*/
#bandeaux .etre-rappeler{
    display: block;
    
    }
	#bandeaux .info-slider{
    left: 7%;
    position: absolute;
    z-index: 99;
    margin: 0 auto;
    background: rgba(18, 85, 62, 0.28);
}
#bandeaux{
    clear: both;
    float: none;
	border-bottom: 1px solid #fff;
    position: relative;
}

.right{
	position:relative;
}
.right a.next,.right a.prev {
	position:absolute;
	top:55%;
	display:block;
	width: 64px;
	height: 64px;
background-image:url('https://static.b-forbiz.com/be147a7f67d06a47/templates/images/navs.png');
	color:transparent;
	background-repeat:no-repeat;
	z-index: 9;
}
.right a.next{
	right: 6px;
	background-position: -55px 0;
}
.right a.prev{
	left: 1px;
	background-position:0 0;
}
.right a.next:hover,.right a.prev:hover {
	-moz-opacity: 0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	filter:alpha(opacity=70);
}
ul.callbacks_tabs{
	width:100%;
	text-align:center;
	position:absolute;
	z-index:2;
	bottom: -10px;
    display: block;
    right: 33px;
}
ul.callbacks_tabs li{
    display: inline-block;
	margin-right:7px;
}
ul.callbacks_tabs li:last-child{
	margin:0
}
ul.callbacks_tabs:after{
   clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
}
ul.callbacks_tabs li a{
	color:transparent;
	display:block;
	width:14px;
	height:14px;
background-image:url('https://static.b-forbiz.com/be147a7f67d06a47/templates/images/nav.png');
}
ul.callbacks_tabs li.callbacks_here a{
background-image:url('https://static.b-forbiz.com/be147a7f67d06a47/templates/images/nav-activ.png');
}
/*-----------------------------------------------
/*-[ slideshow-partenaire ]
----------------------------------------------*/
@keyframes AutoSlide {
    0% {
        left: 0px;
    }
    15% {
        left: 0px; 
    }
    35% {
        left: -150px;
    }
    50% {
        left: -150px; 
    }
    70% {
        left: -300px; 
    }
    85% {
        left: -300px; 
    }
    100% {
        left: 0px; 
    }
}
@keyframes AutoSlide {
    0%, 15%, 100% {
        left: 0px; 
    }
    35%, 50% {
        left: -150px; 
    }
    70%, 85% {
        left: -300px; 
    }
}
#slideshow {
    position: relative;
    width: 960px;
    height: 526px;
    margin: 20px auto 0;
    overflow: hidden;
}
#sContent li {
    display: inline;
}
#sContent {
    position: absolute;
    top: 0;
    left: 0;
    width: 1140px;
    margin: 0;            
    padding: 0;
    
    
    animation-name: AutoSlide;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
#partenaire {
	padding: 10px 0;
}
/*-----------------------------------------------
/*-[ Slider]
-----------------------------------------------*/

.rslides {
    
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.rslides li {
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    width: 100%;
    border: 0;
}
.rslides_tabs {
    background: transparent;
    font-size: 18px;
    list-style: none outside none;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    width: 10%;
	position:absolute;
	bottom:20%;
	right:2%;
}
.rslides_tabs li{
	float:left;
	width:18px
}
.rslides_tabs a {
background-image:url("https://static.b-forbiz.com/be147a7f67d06a47/templates/images/nav.png");
	background-repeat:no-repeat;
	background-position:center;
	background-color:transparent;
    display: inline;
    height: auto;
    line-height: 20px;
    padding: 0 2px;
    width: auto;
	color: transparent;
}
.rslides_tabs .rslides_here a {
background-image:url("https://static.b-forbiz.com/be147a7f67d06a47/templates/images/nav-activ.png");
	background-repeat:no-repeat;
	background-position:center;
	background-color:transparent;
    color: transparent;
    font-weight: bold;
}

.title-slider strong {
	color: #125693  ;
	text-shadow: 1px 1px 1px #000;
}
.title-slider strong span.pad{
	display: block;
    padding-left: 30px;
}
.title-slider {
	font-size: 21px;
	text-shadow: 1px 1px 1px #000;
	font-weight:700;
	text-align: center;
	display:block;
	color: #fff;
}
strong.title-slider {
    font-size: 45px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Quicksand', sans-serif;
}
.title-slider:before {
    content: '';
    display: block;
    position: relative;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 1;
    width: 50%;
    height: 7px;
    margin: 0 auto;
   
    left: 20px;
    right: 0;
    top: 60px;
}
img.img.profile {
    display: block;
    margin: 0 auto;
    border: 1px solid #000;
    /* box-shadow: -2px 2px 3px #a2a2a2; */
}
.title {
    display: block;
    text-align: center;
    /* font-family: 'Oswald', sans-serif; */
    font-size: 30px;
    font-weight: bold;
    line-height: 20px;
    margin: 15px 0 0 0;
    position: relative;
    padding-bottom: 45px;
    margin-bottom: 20px;
    color: #783D5B;
}
.title:before {
    content: '';
    position: absolute;
    display: block;
background: url(https://static.b-forbiz.com/be147a7f67d06a47/templates/images/bg.png);
    width: 103px;
    height: 27px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
section.pres {
    padding: 50px 0;
    background: #DFF4EB;
    position:  relative;
    z-index: 0;
}
span.pres-content {
    display: block;
    font-size: 20px;
    line-height: 29px;
}
span.pres-content {
    display: block;
    color: #000000;
    font-size: 15px;
    line-height: 26px;
    text-align: justify;
    z-index:0;
}
section.pres:before {
    content: '';
    position: absolute;
    display: block;
    width: 9px;
    height: 100%;
    background: #2972ac;
    bottom: 0;
    left: 27%;
    /* box-shadow: -2px 2px 3px #a2a2a2; */
    /* transform: rotate(-45deg); */
    z-index: -5;
}
a.Lire:hover {background:#E3E3E3;color:#2e3243}
a.Lire {
    display: block;
    max-width: 50%;
    margin: 20px auto;
    background: #2e3243;
    color: white;
    font-size: 18px;
    padding: 10px 0;
    position: absolute;
    width:  100%;
    /* margin:  0 auto; */
    text-align:  center;
    left:  0;
    bottom:  0px;
    right:  0;
}
span.comp-content {
    display: block;
    font-size: 18px;
    margin: 10px 10px;
    color: #2e3243;
    text-align:  left;
    font-size: 16px;
    line-height:  25px;
    text-align:  center;
    margin: 15px 0;
}

span.comp-title {
    display: block;
    font-size: 25px;
    margin: 20px 0px;
}
img.comp-picto {
    display: block;
    margin: 0 auto;
}
.bloc:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2972ac;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.bloc:hover:before {-webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.bloc {
    border: solid 1px #ccc;
    padding: 25px;
    display: b;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    border: solid 2px #E3E3E3;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-align: center;
    max-width: 406px;
    min-height: 500px;
    margin:  0 auto;
    text-align:  center;
}
.compet{color: #2972ac;margin-bottom: 60px;}
a.bottom-btn {
    display: block;
    font-size: 22px;
    max-width: 350px;
    padding: 20px 0;
    background: #e3e3e3;
    text-align: center;
    margin: 20px auto;
}
a.bottom-btn {
    display: block;
    font-size: 22px;
    max-width: 350px;
    padding: 20px 0;
    background: rgba(201, 201, 201, 0.48);
    border: 2px solid #161d1a;
    text-align: center;
    color: #2e3243;
    margin: 20px auto;
}
a.bottom-btn:hover {
    background: #DFF4EB;
}
.logoSideAll a {
background-image: url(https://static.b-forbiz.com/be147a7f67d06a47/templates/images/logo.png);
    background-position: top 13px center;
    background-repeat: no-repeat;
    display: block;
    min-height: 93px;
    line-height: 28px;
    margin-right: 0;
}
span.phoneaside {
    display: flex;
    justify-content: center;
    font-size: 30px;
    line-height: 40px;
    background: #2d3142;
    padding: 20px;
    color: white;
}
li.widget.widget-sidebar.bureau {
    background: #e3e3e3;
    padding-bottom: 20px;
}
span.hour {
    display: flex;
    color: #2d3142;
    justify-content: center;
    line-height: 35px;
}
span.horaireStag {
    font-size: 19px;
    line-height: 19px;
}
span.box-adress {
    display: flex;
    justify-content: center;
    font-size: 18px;
    line-height: 30px;
}
.widget-sidebar .fa-home {
    padding-top: 10px;
    font-size: 32px!important;
    float: left;
    line-height: 38px!important;
    vertical-align: sub;
    padding-right: 0px;
    color: white;
background: url(https://static.b-forbiz.com/be147a7f67d06a47/templates/images/adresse-1.png) 7px center no-repeat;
}
.Bloc_dispo {
    background: #2d3142;
    color: white;
    padding: 20px 0;
}
span.box-adress span {
    text-align: left;
}
a.RDVContact {
    display: block;
    font-size: 22px;
    background: #2972ac;
    padding: 10px 0;
    color: #2d3142;
}
a.RDVContact:hover {

    background: #2d3142;
    color: #2972ac;
}
.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	/* padding: 1em 0 4em; */
	max-width: 100%;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	/* float: left; */
	overflow: hidden;
	margin: 10px 1%;
	min-width: 320px;
	/* max-width: 480px; */
	max-height: 360px;
	width: 100%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	width: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #2e3243;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
/*---------------*/
/***** Jazz *****/
/*---------------*/

figure.effect-jazz {
	background: black;
	background: black;
}

figure.effect-jazz img {
	opacity: 0.9;
}

figure.effect-jazz figcaption::after,
figure.effect-jazz img,
figure.effect-jazz p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-jazz figcaption::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.effect-jazz h2,
figure.effect-jazz p {
	opacity: 1;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
	font-family:  'Playfair Display';
}

figure.effect-jazz h2 {
	padding-top: 26%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	text-align:  center;
	font-size: 24px;
	color: white;
    font-weight: bold;
    text-shadow: 2px 2px 1px black;
    font-family: 'Oswald', sans-serif;
}

figure.effect-jazz p {
	padding: 0.5em 2em;
	text-transform: none;
	font-size: 0.85em;
	opacity: 0;
}

figure.effect-jazz:hover img {
	opacity: 0.7;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-jazz:hover figcaption::after {
	opacity: 1;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
}

figure.effect-jazz:hover h2,
figure.effect-jazz:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}
a.slide-btn:hover {
     background: #fff;
    color: #000;
}
.CoorPlan{
    padding: 0 20px;
    width: 100%;
    border: 1px dashed #4491c2;
    margin: 10px 0 30px;
}
.ContNewPlan  .BlocCoorPlan{
	display:inline-block;
	vertical-align: top;
	margin-top: 20px;
	margin-bottom: 19px;
}
.ContNewPlan  .BlocCoorPlan span.TitreCoorPlan{
	font-size:18px;
    margin-bottom: 15px;
    display: block;
}
.ContNewPlan  .BlocCoorPlan .ContCoorPlan i{
    color: #000;
    font-size: 25px;
    width: 28px;
    text-align: center;
    float: none;
    vertical-align: text-bottom;
}
.ContNewPlan  .BlocCoorPlan .ContCoorPlan  span.phone {
	    font-size: 20px;
	    margin-bottom: 0px;
	    display:  block;
}
.ContNewPlan  .BlocCoorPlan .ContCoorPlan i.fa.fa-clock-o {
    vertical-align: middle;
    display: inline-block;
    padding-right: 10px;
}
.ContNewPlan  .BlocCoorPlan .ContCoorPlan span.adressePlan i{
    vertical-align: top;
}
.ContNewPlan  .BlocCoorPlan .ContCoorPlan  span.adressePlan span{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 18px;
	text-align:  left;
}
.ContNewPlan  .BlocCoorPlan .ContCoorPlan span.HorairesPlan span{
    display: inline-block;
    text-align: left;
    vertical-align: middle;
	    font-size: 15px;
}
.ContNewPlan  .BlocCoorPlan .ContCoorPlan span.HorairesPlan u {
		display: block
}
.ContNewPlan  .BlocCoorPlan img{
	border:0!important;
    display: inline-block!important;
	margin:0
}
.ContNewPlan  .BlocCoorPlan li{
	background:none!important;
	margin-bottom: 10px;
	    font-size: 13px;
}

ol.breadcrumb li {
    float: left;
    color: #000;
    font-weight: 400;
    background: none!important;
    padding-left: 0!important;
    line-height: 19px!important;
    font-size: 16px;
}
a.logo-bottom  img {
    width: 100%!important;
	max-width:250px;
}
#button {
    float: left;
    width: 100%;
    background-color: #383e42;
    color: white;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}
a.map-toggle {
    display: block;
    position: relative;
    padding: 25px 0;
    width: 100%;
    background: #757575;
    color: #fff;
    font: normal 1.1em 'Oswald', sans-serif;
    letter-spacing: 2px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 19px;
}
#arrow-left {
    position: absolute;
    left: 18%;
    font-size: 35px;
    top: 25%;
}
#arrow-right {
    position: absolute;
    right: 19%;
    font-size: 35px;
    top: 25%;
}
.ease {
    width: 0px;
    height: 76px;
    background-color: white;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
    transition: .3s ease;
}
div.title1 {
    text-align: center;
    padding: 15px 0;
    font-size: 30px;
    color: #783D5B;
    /* text-shadow: #463b3b 0px 0px 0px; */
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    text-shadow: 1px 1px #000;
    background: #DFF4EB;
}
span.horaire-desktop {
    display: block;
    font-size: 22px;
    max-width: 350px;
    padding: 20px 0;
    text-align: center;
    color: #000;
    margin: 0 auto;
}
.horaire-desktop i {
    font-size: 29px;
    color: #08090a;
}
span.titre-horaires {
    font-size: 30px;
    color: #000000;
}
.modal {
    font-size:14px;
	line-height:20px;
}
#content_box .umg-cabinet img {
    vertical-align: middle;
    margin: 10px auto;
    margin: 0 auto;
    display: block;
    border-radius: 3px;
    border: 11px solid #2972ac;
}
#content_box .umg-cabinet {
    display: flex;
}
#gal div.slideshow img {
    margin: 0 auto;
}
#gal div.slideshow span.image-wrapper {
    right: 0;
}
#gal div.slideshow span.image-wrapper {
    text-align: center;
}
#gal div.navigation {
    max-width: 100%;
    margin-top: 99px!important;
}
i.fa.fa-linkedin-square {
    line-height: 59px;
    color: black;
 
    padding-left: 20px;
    font-size: 35px
    /* vertical-align: middle; */
}
.accordionItem {
    float: left;
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Open-sans',Arial,sans-serif;
    opacity: 1;
    text-shadow: 0 0 0;
  }
  
  .accordionItemHeading {
    cursor: pointer;
    margin: 0px 0px 10px 0px;
    padding: 10px;
    background: #a87c4f;
    color: #fff!important;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
  }
  
  .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
  }
  
  .accordionItemHeading:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: right;
    right: 16px;
    height: 46px;
  }
  
  .open .accordionItemHeading:after {
    content: "\2212";
  }
  .accordionWrapper {
    padding: 0;
   /* background: #fff;*/
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    /* box-shadow: 0 1.5em 85px 0 rgba(0, 0, 0, 0.2); */
    /* text-shadow: 0 0 0; */
    opacity: 1!important;
    margin-top: 18px;
}
.accordionItem {
    float: left;
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Open-sans',Arial,sans-serif;
    opacity: 1;
    text-shadow: 0 0 0;
}


.accordionItemHeading {
 cursor: pointer;
    margin: 0px 0px 10px 0px;
    padding: 10px;
    background: #9fbdb0;
    color: #773d5b!important;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
}
.close .accordionItemContent {
    height: 0px;
    transition: height 1s ease-out;
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    float: left;
    display: block;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    /*text-shadow: 0 1px 0 #fff;*/
    
}
.accordionItemHeading:after {
content: '\002B';
    color: #fff;
    font-weight: bold;
    float: right;
    right: 16px;
    height: 46px;
}
.open .accordionItemHeading:after {
    content: "\2212";
}
---------------------------------------------
/*[Responsive]
/*---------------------------------------------*/
/*-  MEDIA QUERIES
 ----------------------------------------------------------------------*/
/* Disable ios/winmob font size changes */
@media (max-width:374px){
.ncf_sidebar_pos_right .nks_cc_trigger_tabs.ncf_tab {
    
    display: block!important;
   
}
		header .pos-time{
 display:block;
}
	.widget-sidebar .fa-home {
    padding-top: 10px;
    font-size: 35px!important;
    float: left;
    line-height: 38px!important;
    vertical-align: sub;
    padding-right: 0px;
}
	span.prox {
    color: #231f20 ;
    font-size: 15px!important;
}
.right a.next, .right a.prev {
    top: 8%;
}
	#main1 div.title1 {
    font-size: 9px!important;
}
	.widget div.disponible {
    
    font-size: 12px!important;
	}
	#print-bd {
		font-size:14px;
	}
	.cont-offre {
		font-size:10px;
	}
	.widget div.disponible span {
		font-size: 17px;
	}
	#main2 span.box-adresse, #main2 span.horaires	{
		background-size: 30px;
	}
	#content_box div.bloc h2 {
		font-size: 18px;
	}
	.rappel {
    padding-right: 0;
}
}
@media (max-width: 500px) {
	.adress-top{
	font-size: 14px!important;
	}
	.engagements{
	font-size: 16px!important;
	font-weight: 600!important;
	line-height:30px!important;
	}
	.hour {
	line-height: 35px!important;
    font-size: 16px!important;
}
		.info-promos{
	line-height: 30px;
	font-size: 14px;

	}
.info-promos b{
	line-height: 23px;
	font-size: 16px;
}
	.service > .title {
    font-size: 16px;
}
		header .pos-time{
 display:block;
}
	.widget-sidebar .fa-home {
    padding-top: 10px;
    font-size: 35px!important;
    float: left;
    line-height: 38px!important;
    vertical-align: sub;
    padding-right: 0px;
}
	span.box-adresse{
		font-size: 15px!important;
	}
	.right a.next, .right a.prev {
    top: 8%!important;
}
	.ad-300 span.titre {
    font-size: 16px!important;
    line-height: 34px;
}
	figure.effect-honey  span,
figure.effect-honey span i {
	display: initial;
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	transition: all ease-in-out 0.5s;
}
	.map-activation strong {
    
    font-size: 16px;}
	#ncf_sidebar .ncf_sidebar_cont_scrollable span.phone {
		background-size: 20%;
		font-size: 5vw;
	}
	#ncf_sidebar .ncf_sidebar_cont_scrollable span.phone a, #ncf_sidebar .ncf_sidebar_cont_scrollable span.phone a:hover{color:#fff;}
	.phone {
    font-size: 24px!important;
}
#main2 div.title1 {
    font-size: 18px!important;
}
#main1 div.title1 {
    font-size: 7px!important;
    line-height: 16px;
}
}
@media (max-width: 767px) {
    i.fa.fa-linkedin-square {
        display: block;
        text-align: center;
    }
#gal div.navigation {
    max-width: 100%;
    margin-top: 0!important;
}
	div.title1 {
    text-align: center;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
}
	.CoorPlan {
    display: none;
}
	footer .reseaux i.fa {
    margin-top: 0%;
}
	.lespictos {
display:none!important;
}	div#mydiv .lespictos {
display:block!important;
}
		 	div.bottom-cardP {
	display: block;
	bottom: 0px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: fixed;
	z-index: 999;
}


div.bottom-cardP  button {
    background: #151515;
    width: 100%;
    color: #fff;
    border: none!important;
    font-size: 25px;
    line-height: 30px;
    box-sizing: border-box;
    text-align: left;	
	position: relative;
}

div.bottom-cardP  button i.fa.fa-angle-up{
    padding: 10px;
		transition:all 1s;
	 -webkit-transition:all 1s;
}	
	
	 #mydiv {
		height:auto;
		width:100%;
		background: rgba(41, 114, 172, 0.9);
		color:#222;
		text-shadow: 0px 1px 2px #555;
		display:none;
		text-align:center;
		padding: 20px 0;
	-moz-transition:  0.15s ease;
    -o-transition:  0.15s ease;
    -webkit-transition:  0.15s ease;
    transition:  0.15s ease;
	position: relative;
	}
#mydiv .lespictos {
    text-align: center!important;
	margin:0!important;
}

#mydiv .lespictos  a i.fa{
	 background: none;
	font-size: 30px;
	line-height: 40px;
	margin: 0 5px;
    width: 50px;
    height: 50px;
	vertical-align: middle;
	border: 1px solid #fff;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}
div.bottom-cardP button i.fa.fa-angle-up.animation {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-180deg);
	transition:all 1s;
	 -webkit-transition:all 1s;
}
.bottom-cardP .texte {
    display: none;
}
.bottom-cardP i.fa.fa-arrow-right.fa {
    display: none;
}
		.ContNewPlan .BlocCoorPlan {
    display:none;
}
	#content_box h1{font-size: 25px;line-height: 27px;} #content_box h2{font-size: 23px;line-height: 25px;x;} #content_box h3{font-size: 22px;line-height: 22px;} #content_box h4{font-size: 20px;line-height: 21px;} #content_box h5{font-size:18px;line-height:18px} legend{font-size:18px;line-height:18px} #mentionss h1{font-size:18px;line-height:18px} #mentionss h2{font-size: 21px;line-height: 22px;} #mentionss h3{font-size: 20px;line-height: 21px;} #mentionss h4{font-size:18px;line-height:18px} #mentionss h5{font-size:18px;line-height:18px}
	
	.title {
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
}
	.right{
	position:relative;
	display:  none;
}
	section.pres:before {
    content: '';

    background: none;

}
	
	.del-titlerub-white:after, .del-titlerub-white:before, .del-titlerub:after, .del-titlerub:before {
    width: 37px;
	}
	
	.del-img-slice-actu {
    /* display: none; */
 }
	
	.del-titlerub-white, .del-titlerub{
		    margin-bottom: 1px;
	}
	#main8 {
    margin-top: -5em;
	}
	.bottom-click {
    display: block;
	}
	
	.del-titlerub{
		font-size: 23px;
	}
	
	.service-box{
		    margin: 0px!important; 
	}

span.adresse-mobile {
    text-align: center;
    display: block;
    font-size: 14px;
    line-height: 24px;
 }
	i.fa.fa-map-marker {
    font-size: 43px;
    display: block;
    color: #DFF4EB;
}

span.horaire {
    color: #000;
    text-align: center;
    display: block;
    font-size: 17px;
    padding-bottom: 24px;
    padding-top: 19px;
    line-height: 33px;
    font-weight: 500;
}

footer .reseaux {
    float: none;
    display: block;
    text-align: center;
}
.HeaderBottom #logo a {
    background-size: auto;
    min-height: 95px;
    display: none;
}

.bottom-click .pull-right {
    float: none!important;
    margin: 0 auto;
    display: block;
    max-width: 300px;
}
.phone-bottom .fa {
    margin-right: 7px;
    padding-left: 11px;
    float: left;
    padding-top: 4px;
}
.HeaderBottom .phone.Mobile.f-navMobile{
	z-index: 9999;
    position: fixed;
    left: 0%;
    top: 44px;
    width: 100%;
    transform: translate(0%, 0%);
    transition: all .5s ease-in-out;
    background: #3a3a3a ;
    right: 0;
    padding: 5px 20px;
    margin: 0 auto;
    border: 0;
}
.HeaderBottom .phone.Mobile.f-navMobile a{
	color: #fff;
    width: 100%;
    width: 240px;
    padding: 5px 20px;
    display: block!important;
    margin: 0 auto!important;
    padding-left: 25px!important;
background: #4e4d4d url(https://static.b-forbiz.com/be147a7f67d06a47/templates/images/phone.png) left 10px center no-repeat!important;
    border: 1px solid #fff;
}
.HeaderBottom .ContNinja.f-navMobile{
	z-index: 9999;
    position: fixed;
    top: 105px;
    left: 0;
    right: 0;
    width: 240px;
}
.bottom-click {
    display: block;
    bottom: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    height: 48px;
    z-index: 99999999;
    padding: 0px;
    background-color: #3f3f3f;
    background: rgba(0,0,0,.85);
    border-top: 1px solid #000;
}
.phone-bottom {
    white-space: nowrap;
    background: #000;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.85);
    border: 2px solid rgba(0,0,0,0.1);
    -webkit-border-radius: 10px;
    -webkit-background-clip: padding-box;
    border-radius: 10px;
    float: right;
    width: 53%;
	padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 8px;
}
.phone-bottom span.phone{
	color:#fff
}
a.sticky-contact img {
    margin-top: 8px;
}
	.adress-top{
		font-size: 22px;
		margin-top: 0px;
		margin-bottom: 10px;
	}
	header span.phone a {
		color: #fff;
	}
	header .HeaderBottom .PlanAcces,#bandeaux .right, .widget.Bgprofil,.widget.saviez, div.ContFooter div.ContAvis, header span.phone.pc, .widget.Moyens, .widget.Gmap.pc, header .HeaderTop, .NosFormules.pc,.NosPieces, .NousContacter, .horairem, .reduc{
		display:none
	}
	header .HeaderBottom {
		position: relative;
	    background: #3a3a3a;
	}
	header .horaire{
		display:block;
	    margin-top: 15px;
	}
	header .BottomHead:before {
		left: 75px;
		right: 75px;
	}
	header span.phone.Mobile{
		display:block;
		margin-top: 53px;
	}
	.widget.Gmap.mobile {
		display: block;
	}
	.NosFormules.mobile {
		display: none;
	}
	.acceuil div.mobile , .acceuil div.mobile a.contacter{
		display:block;
	}
	select#situation  {
    width: 100%!important;
	}
	input#nom {
    width: 100%!important;
}
#ContNinja input, #ContNinja select{
	width:100%!important
}
#ContNinja select{
	padding: 10px 5px;
}
		input.numero {
    width: 200px;
    /* margin-top: -12px; */
}
form#devis input, textarea, select {
    width: 100%;
}
span.titre1  {
    float: none;
	}
	span.prestation {
    font-size: 21px;
    line-height: 25px;
}
div#dl-menu {
    position: fixed;
    max-width: 100%;
}
#dl-menuwrapper f-nav {
	
	display: block;
    z-index: 9999;
    float: left;
    text-align: left;
    border: none;
}
	div.fixed.f-nav {
    display: none;
	}
	div.fixed {
    display: none;
}
		.title2 {
    text-align: center;
}
	.adresse {
     margin-left: 0; 
}
.copyrights {
    margin-right: 0;
}
		.services {
    width: 100%;
}
.widget {
    width: 100%;
	}
.article {
    margin-left: 0;
}
	.btn-envoie{  font-size: 14px!important ;}
	#content_box h1, #content_box h2, #content_box h3, #content_box h4, #content_box h5, legend, #mentionss h1, #mentionss h2, #mentionss h3, #mentionss h4, #mentionss h5 {
    font-size: 19px; 
    line-height: 25px!important;
    display: block;
}
.engagements {
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
}
	.hour {
	line-height: 35px;
    font-size: 18px;
}
	.footer-widget h5, .footer-widget, .iconreseau, .iconreseau a{text-align:center;} 

		header .pos-time{
 display:block;
}
	#navfooter ul {
    display: none;
}
	.widget-sidebar .fa-home {
    padding-top: 10px;
    font-size: 35px!important;
    float: left;
    line-height: 38px!important;
    vertical-align: sub;
    padding-right: 18px;
}
	#bandeaux .info-slider {
    position: initial;
    left: 0;
	border-top:1px solid #fff;
}
header .pos i.fa.fa-clock-o {
    float: none!important;
}
header span.time{display:inline-block;}
header span.pos {
    margin: 10px auto;
    font-size: 16px;
    float: none;
}
.right a.next, .right a.prev{
	    display: none;
}
.Bloxaside {
    position: relative;
    bottom: 0;
}
.ContBloxaside, .logoSide, .acceuil, .Bloxaside .disponible, .Bloxaside div.Contpaiement {
    padding-top: 20px;
}
.logoSide, .logoSide a{
	margin-top:0;
    padding-top: 0;
}
.Bloxaside .disponible , .Bloxaside .disponible strong{
    font-size: 16px;
}
#bandeaux.Home {
    margin-bottom: 0;
}
.ContBloxaside{
	margin:25px 0
}
.ad-300 span.titre {
    display: none;
    font-size: 18px!important;
}
.address-footer{
	margin-top: 15px;
    margin-bottom: 10px;
}
.cliqeo img {
    display: block;
    float: none;
    margin: 20px auto;
}
section.cont-menu-haut{
	background:none;
	width: 100%;
    margin-top: 0;
}
	.scrollup {
    display: none!important;
}
	.rappel  {
    padding-top: 22px;
 }
header div{
	text-align: no;
	display:  none;
}
header .HeaderBottom a.Contactez-moi{
	float:none
}
.devis-button {
    font-size: 15px;
    width: 80%;
    padding: 6px 0;
    border-radius: 0;
    position: relative;
    -moz-transform: skewX(0deg);
    -webkit-transform: skewX(0deg);
    -o-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    transform: skewX(0deg);
    bottom: auto;
    margin-bottom: 0;
}
	.pos {
		float:none;
		margin: 0 auto 16px auto;
	}
	.rappel-auto {
    float: none!important;
    margin: 0 auto;
}
	strong.title-slider {
    display: none
}
.fail {
    font-size: 13px!important;
}

	#logo a{
		margin: 0 auto;
		margin-top: 10px;
		min-height: 110px;
		background-position: top 10px center;
	}
	#logo span.logo {
	left: 0;
	position: relative;
	display: inline-block;
	bottom: 3px;
	font-size: 14px;
	right: 0;
	}
	header span.phone, header span.adress-header {
		float: none;
	    display: inline-block;
		    
	}
	header span.phone{
		display: inline-block;
		padding: 1px 45px;
		font-size: 20px;
		margin: 10px 2px 10px;
background: #4e4d4d url(https://static.b-forbiz.com/be147a7f67d06a47/templates/images/phone.png) left 10px center no-repeat;
		color: #fff;
		border: 1px solid #fff;
		border-radius: 3px;
	}
	header .HeaderBottom a.Contactez-moi{
	    margin: 10px 25px;
		display: block;
		padding: 13px;
	}
	header span.phone{
	    font-size: 24px;
	}
	header span.adress-header{
	    font-size: 16px;
	    margin-top: 0;
	    line-height: 36px;
	    margin-left: 0;
	}
	#dl-menu.dl-menuwrapper{
		display:block;
		z-index: 99999;
		float: left;
		text-align: left;
		border: none;
		background: rgb(219 239 231);
		color: #211e1e;
		box-shadow: 0px 0px 4px #000;
	}
	#menu-drink {
		display: none;
	}
	#bandeaux{
	    min-height: 61px;
	    display: none;
	}
	.rslides_tabs{
		bottom:28%;
	}
	.ad-300 img{
		width:100%!important
	}
	body > footer{
	   min-height:70px;
background-image: url(https://static.b-forbiz.com/be147a7f67d06a47/templates/images/fond-footer.jpg) no-repeat;
	}
	footer nav {
		width:100%;
	}
	footer nav{
	    padding:0!important
	}
	#navfooter > ul{
		display:none;
	}
	#navfooter select {
		display: none
	}
	footer div.cont-footer:nth-child(2){
		border-right:0
	}
	footer div.cont-footer{
		min-height:auto;
		border-right:0
	}
	footer .copyrights{
		float: none;
		padding-bottom: 20px;
		text-align: center;
	}
	.iconreseau a{
    text-align: center;
	}
	div.adresse, .adresse.maitre{
		width:100%!important;
		text-align: center;
	}
	.top {
		float: none;
	}
	.widget div.dispo span {
		font-size: 16px;
	}
	.widget span.titre-widget {
		font-size: 16px
	}
	.btna{
		font-size: 30px;
	}
	.box-adresse {
		font-size: 19px!important;
	}
	#content_box article a img{
		width:100%;
		height:auto;
	}
	.article ul{
		clear:both
	}
	#content_box div.vignette img {
	  display: block;
	  width: 100%!important;
	  height:auto
	}
	#main1 div.title1{
	    font-size: 16px;

	} 
	#main2 div.title1{
	    font-size: 23px;

	}
	.phone {
    font-size: 28px;}
	#main2 a.btn-rdv{
		font-size: 11px;
		padding: 5px 6px;
	}
	.contact form tr td {
		display: block;
		clear: both;
		text-align: left;
	}
	.widget li span.center{
		font-size:12px;
	}
	div.adresse span.adresse-footer{
		text-align:center;
	}
	div.adresse span{
		font-size: 14px;
	}
	div.lespictos img{
		width:initial!important;
	}
	#slideshow {
		width: 69.5%!important;
	}
	span.garanties-title {
		display: block;
		text-align: center;
		padding: 10px 0;
		margin:0;
	}
	span.block-title:before {
		border: 0;
		top:0;
	}
	ul.callbacks_tabs li {
		display: none;
	}
	.title-slider {
	font-size: 15px;
    padding-bottom: 20px;
	}
	#bandeaux .etre-rappeler {
		height: 100px;
	}
	footer nav li a {
		font-size: 14px;
		padding: 14px;
	}
	footer ul.mention{
		display:block
	}
	div.ContFooter div.MapPlan {
		margin-bottom: 15px;
	}
	.ContNewPlan .BlocCoorPlan {
		width: 100%;
	}
	div.Devis{
		position: fixed;
		right: 0px;
		top: 97px;
		height: auto;
		background: transparent;
		padding: 5px 0;
		left: 0;
		display: none;
	}
	div.Devis.f-navMobile{
		display: block;
	}
	div.Devis a{
		height:auto;
	    bottom: 0;
		float: none;
	    text-align: center;
		width: 240px;
		margin: 0 auto;
		background: #110e0f;
	}
	div.Devis a:hover {
		background: #b12d2d;
	}
	div.Devis small {
		-moz-transform: rotate(0);
		-webkit-transform: rotate(0);
		-o-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		display: block;
		position: relative;
		top: 0;
		bottom: 0;
		left: 0;
		width: auto;
		font-family: 'Russo One', sans-serif;
	}
	div.Devis a:hover {
		width: 240px;
		padding-left: 0;
	}
	div.Devis i{
		display:none
	}
	.ContSlider {
		bottom: 5px;
		padding: 12px 20px;
		font-size: 14px;
	}
	.TitleService {
		font-size: 20px;
	}
	.MainBon .offre-bd {
		width: 275px;
		height: 275px;
		padding: 25px;
		left: 0;
		top: 231px;
	}
	.MainBon .ImgOffre {
		width: 270px;
		height: 270px;
	}
	.sms {
		margin-top: 8px!important;
	}
	#print-bd, .sms {
		font-size: 14px;
	    padding: 2px 10px;
	}
	.MainBon .owl-Bon .owl-wrapper-outer.autoHeight {
		height: 540px!important;
	}
	.owl-Bon .owl-controls .owl-buttons div.owl-prev, .owl-theme .owl-controls .owl-buttons div.owl-next {
		top: 66%;
	}
	.MainBon .owl-Bon .owl-controls .owl-buttons div.owl-prev {
		left: 13px;
	}
	.MainBon .owl-Bon .owl-controls .owl-buttons div.owl-next {
		right: 23px;
	}
	#owl-vignette .item .BlocService {
		height: 215px;
	}
	footer ul.mention {
		text-align: center;
	}
	#ContNinja, .ContNinja{
		display:block
	}
	.nks_cc_trigger_tabs.ncf_tab{
		display:none!important
	}
	#content_box table th, #content_box table td {
		width: auto!important;
		padding: 5px;
		font-size: 10px;
	}
	#hostel {
    display: none;
	}
	#main-mobile{
		display:block;
		padding-top: 132px;
	}
	i.fa.fa-clock-o {
    font-size: 35px;
    display: inline-block;
    padding-bottom: 4px;
    vertical-align: top;
    margin-right:  10px;
    color: #DFF4EB;
    }
	#main-mobile a.devis {
    background: #DFF4EB;
    padding: 13px 40px;
    font-weight: 600;
    font-size: 16px;
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    max-width: 304px;
    color: #3a3131;
    border: 1px solid;
 }
	#main-mobile a.devis:hover {
	opacity:.7;
	}
	#main-mobile img {
    text-align: center;
    margin: 10px auto 10px;
    display: block;
    line-height: 22px;
    max-width: 260px;
 }
	div.adresse span.phone{
		display:none!important;
	}
}
@media (min-width: 768px) {

	a#button {
    font-size: 24px;
}
	.bottom-cardP, .bottom-click {
    display: none!important;
}
		.ContNewPlan .BlocCoorPlan {
    width: 30%;
    text-align:  center;
}
	.del-img-slice-actu {
    padding: 40px 0 70px 0;

}
.slidementions {
    position: absolute;
    top: 19%;
    text-align: center;
    width: 100%;
    padding: 20px 10px;
    background: rgba(41, 114, 172, 0.6);
    max-width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
}
span.slider-txt {
    display: block;
    font-size: 16px;
    color: white;
    font-weight: bold;
    /* font-family: 'Oswald', sans-serif; */
    font-weight: bold;
}
a.slide-btn {
    display: block;
    font-size: 22px;
    color: white;
    padding: 10px 0px;
    background: #2d3142;
    margin: 10px;
    max-width: 558px;
    margin: 15px auto;
}
figure.effect-jazz h2 {
    padding-top: 23%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    text-align: center;
    font-size: 30px;
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px 1px black;
    font-family: 'Oswald', sans-serif;
}
	section.pres:before {
    content: '';
	display:none!important;
}
.logoSideAll a {background-size: 206px;}
span.phoneaside {font-size: 22px;}
.widget-sidebar .fa-home {
    padding-top: 10px;
    font-size: 23px!important;
    float: left;
    line-height: 30px!important;
    vertical-align: sub;
    padding-right: 8px;
    padding-left: 9px;
}
.title {
    font-size:26px;
    font-weight: bold;
line-height: 26px;}

	header span.adresse {
    font-size: 18px;
    text-align: left;
    display: flex;
    justify-content: center;
    margin-top: 16px;
    line-height: 25px;
    padding-left: 0;
}
	.right{float: right;display:block;}
	#content_box .box-equipe-1 img {
	float:left;
    margin: 6px 15px 15px 0;
}
span.adresse-slider {
    font-size: 22px;
}
.slog-bg {
    top: 46%;
}
.service-box span.title-services {
    font-size: 11px!important;
    line-height: 21px!important;
}
footer nav li a, footer li a {
     font-size: 16px;
}
.HeaderBottom #logo a {
    background-size: auto;
    min-height: 102px;
}
#hostel .bloc-chambre span.description {
    font-size: 15px;
    line-height: 20px;
}
.ContSlider span.game {
    font-size: 45px;
    line-height: 47px;
}
#main-mobile{
	display:none;
}
#content_box h1, #content_box h2, #content_box h3, #content_box h4, #content_box h5, legend {
    /* font-size: 22px; */
}
header .HeaderBottom {
    text-align: center;
}
header .HeaderBottom a.Contactez-moi {
    float: none;
}
#logo a {min-height: 235px;background-position: center;background-size: 28%;}
#logo span {
    font-size: 14px;
}
.ContSlider a.btnSlid {
    bottom: 0px;
}
.title2  {
    text-align: center;
    margin-bottom: 15px;
	}
span.prestation {
    font-size: 15px;
    line-height: 25px;
}
section.cont-menu-haut {
    border:none;
    text-align: center;
    margin-top: 10px;
}
div.fixed {
    display: none;
}
div.fixed.f-nav {
    display: none;
	}
.devis-button {
    margin-top: 0;
}
.box-equipe-2{
	display: block;
    float: left;
    width: 100%;
	}
	#content_box .box-equipe-2 img {
	float:right;
    margin: 6px 15px 15px 0;
}
.adress-top{
    font-size: 14px;
    margin-top: 0px;
float: right;
}
.engagements{
	font-size: 18px;
	font-weight: 600;
	line-height:30px;
	}
	.widget {
    width:100%
	}
.hour {
	line-height: 35px;
	font-size: 22px;
}
		.info-promos{
	line-height: 30px;
	font-size: 12px;
	}
.info-promos b{
	line-height: 23px;
	font-size: 14px;
}
	.iconreseau a i{width:40px!important;}
	.footer-menu{
	text-align: center;
	/* background: #333; */
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	}
	.service > .title {
    font-size: 20px;
}
	.pos-time {
    padding-right: 0px;
}
#logo1 a {
    min-height: 80px;
    background-size: contain;
}
#main1 div.title1  {
    font-size: 19px;
	}
header span.time  {
    font-size: 10px;
}
		header .pos-time{
 display:block;
}
	.devis-button {
   font-size: 26px;
   }
	.widget-sidebar .fa-home {
    padding-top: 10px;
    font-size: 23px!important;
    float: left;
    line-height: 30px!important;
    vertical-align: sub;
    padding-right: 29px;
}
	span.prox {
    color: #231f20 ;
    font-size: 11px;
}
	#bandeaux .info-slider {
    left: 0;
    right: 0;
    max-width: 630px;
    top: 15%;
    }
	.address-footer{
		margin-top: -5px;
	}
	#bandeaux .info-slider{
		padding: 1%;
	}
	.Bloxaside {
		position: relative;
		bottom: 0;
		margin-top:25px
	}
	#bandeaux.Home {
		margin-bottom: 0;
	}
	 .logoSide, .acceuil, .Bloxaside .disponible, .Bloxaside div.Contpaiement{
		border-radius:50%;
	    width: 260px;
		height: 260px;
		margin: 0 auto 20px;
	}
	.logoSide, .acceuil, .Bloxaside .disponible, .Bloxaside div.Contpaiement{
		background: #fff;
		border: 1px solid #231f20 ;
	}
	.title-slider {
    font-size: 14px;
}
	#menu-drink a {
		font-size: 12px;
		padding: .2em 13px;
		line-height: 39px;
	}
	#logo span.logo {
    left: 0;
    right: 0;
    font-size: 11px;
}
	
	.fail {
    font-size: 16px!important;
}
		strong.title-slider {
    display: block;
	font-size:18px
}
	.widget div.disponible {
    font-size: 12px;
}
	header span.adress-header{
	    font-size: 15px;
	    margin-left: 16%;
	    float: right;
	    margin-top: -7px;
	}
	.grid figure {
    width: 100%;
    margin-right: 0%;
}

	header span.phone{
	    font-size: 25px;
	    margin-top: 5px;
	    padding-right:  0;
	    text-align:  center;
	}
	div.adresse span{
	font-size: 16px;
    margin-top: 13%;
	}
	.adresse.maitre {
		font-size: 12px;
	}
	div.adresse span.phone {
		font-size: 20px;
	    margin-top: 7px;
	}
	
	#navfooter > ul{
		display:block;
		margin: 0;
		padding: 0;
		-webkit-columns: 1;
		-moz-columns: 1;
		columns: 1;
	}
	#navfooter select {
		display: none
	}
	footer nav li a {
		font-size: 15px;
		padding: 14px 5px;
		line-height: 35px;
	}
	.widget div.dispo span {
		font-size: 15px;
	}
	.btna{
		font-size: 16px;
	}
	.widget span.titre-widget {
		font-size: 17px;
	}
	.widget li span.center{
		font-size: 11px;
	}
	#print-bd,.sms {
		font-size: 13px;
	}
	.widget div.disponible span {
		font-size: 14px;
	}
	.cont-offre {
		font-size: 13px;
	}
	span.garanties-title {
		margin: 0 30%;
	}
	.btna span.phone a {
		font-size: 17px;
	}
	.btna {
		font-size: 20px;
	}
	.acceuilAll .btna {
		font-size: 17px;
	}
	.Bloxaside .disponible {
		font-size: 15px;
	}
	.acceuilAll span.box-adresse{
		font-size: 12px;
	}
	span.box-adresse, #main2 span.horaires {
		font-size: 12px;
		line-height: 23px;
	}
	#main2 .cont-small-4 {
		/* min-height:328px; */
	}
	#content_box div.bloc {
		min-height: 662px;
	}
.scrollup a {
    bottom: 30px;
    content: "";
    display: block;
    font-family: FontAwesome;
    position: fixed;
    right: 14px;
    text-align: center;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 39px;
    font-size: 20px;
    color: #fff;
    background: #000;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}
	header .HeaderBottom{
	    padding-bottom: 5px;
	}
	.ContNewPlan .BlocCoorPlan {
		width: 100%;
	}
	.MainBon .offre-bd {
		width: 333px;
		height: 333px;
		left: -188px;
	}
	.MainBon .owl-Bon .owl-controls .owl-buttons div.owl-next {
		right: 386px;
	}
	.MainBon .owl-Bon .owl-controls .owl-buttons div.owl-prev {
		left: 25px;
	}
	#owl-vignette .item .BlocService {
		height: 250px;
	}
	.offre-bd .cont-offre strong {
		font-size: 40px;
		line-height: 25px;
	}
	.sms {
		margin-top: 0px!important;
	}
	.widget .owl-Bon .owl-wrapper-outer.autoHeight {
		height: 221px!important;
	}
	.widget.Gmap .adresseMap {
		font-size: 13px;
	}
	.widget.Gmap .phone {
		font-size: 21px;
	}
	.widget.Moyens .BlocService span {
		padding: 15px 5px 10px;
		font-size: 15px;
	}
	#avis a.voiravis {
		font-size: 16px!important;
	}
	.ContSlider {
		font-size: 18px;
		bottom: 62%;
	}
	.ContSlider span.titleSlid {
		font-size: 22px;
	    margin-bottom: 15px;
	}
	.NousContacter span {
		font-size: 15px;
	}
	#bandeaux {
    /* height: 50vh; */
 }
}
@media (max-width: 991px){
	#slideshow {
		width: 667px;
	}
	footer ul.mention {
		font-size: 18px;
	}
}
@media (min-width: 992px) {
    i.fa.fa-linkedin-square{
 
       
        float: right;
        
        padding-left: 0px;
    }
	
	a#button {
    font-size: 24px;
}
	
	img.img.profile {
    margin-top: 110px;
	}
		.ContNewPlan .BlocCoorPlan {
    width: 100%;
    text-align:  center;
}
	.slidementions {
    position: absolute;
    top: 25%;
    text-align: center;
    width: 100%;
    padding: 20px 10px;
    background: rgba(41, 114, 172, 0.6);
    max-width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
}
span.slider-txt {
    display: block;
    font-size: 19px;
    color: #fff;
    font-weight: bold;
    /* font-family: 'Oswald', sans-serif; */
}
a.slide-btn {
    display: block;
    font-size: 22px;
    color: white;
    padding: 10px 0px;
    background: #2d3142;
    margin: 10px;
    max-width: 558px;
    margin: 15px auto;
}
	#menu-drink a {
    font-size: 18px;
    padding: .2em 8px;
    line-height: 39px;
}
header span.phone {
    font-size: 25px;
    margin-top: 39px;
    padding-right: 0;
    text-align: center;
}
		.del-img-slice-actu {
    padding: 40px 0 70px 0;

}
figure.effect-jazz h2 {
    padding-top: 27%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    text-align: center;
    font-size: 28px;
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px 1px black;
    font-family: 'Oswald', sans-serif;
}
	section.pres:before {
    content: '';
    display: non!important;
}
section.pres:before {
    content: '';
    position: absolute;
    display: none;
    width: 9px;
    height: 100%;
    background: #2972ac;
    bottom: 0;
    left: 21%;
    /* box-shadow: -2px 2px 3px #a2a2a2; */
    /* transform: rotate(-45deg); */
    z-index: -5;
}
.logoSideAll a {background-size: auto;}
span.phoneaside {

    font-size: 24px;

}
.widget-sidebar .fa-home {
    padding-top: 10px;
    font-size: 23px!important;
    float: left;
    line-height: 30px!important;
    vertical-align: sub;
    padding-right: 8px;
    padding-left: 9px;
}
.title {
    font-size:26px;
    font-weight: bold;
line-height: 26px;}

	header span.adresse {
    font-size: 13px;
    text-align: left;
    display: flex;
    justify-content: center;
    margin-top: 34px;
    line-height: 25px;
    padding-left: 0;
}
	.right{float: right;display:block;}
	#content_box .box-equipe-1 img {
	float:left;
    margin: 6px 15px 15px 0;
}
span.adresse-slider {
    font-size: 22px;
}
.slog-bg {
    top: 46%;
}
.service-box span.title-services {
font-size: 11px!important;}
  
	.adress-top{
		font-size: 13px;
		text-align: left;
		display: block;
	    margin-top: 2px;
	float: right;
	}

	span.adresse-slider {
    font-size: 19px;
}

.service-box span.title-services {
    font-size: 12px!important;
    line-height: 21px!important;
}
footer nav li a, footer li a {
    font-size: 18px;
}
	.HeaderBottom #logo a {
    background-size: contain;
    min-height: 80px;
}
	.ContSlider a.btnSlid {
    bottom: 0px;
 }
	#content_box h1 {
		font-size: 22px;
	}
	#content_box h2{
		font-size: 18px;
	}
	#content_box h3{
		font-size: 18px;
	}
	#content_box h4{
		font-size:20px;
	}
	#content_box h5{
		font-size:16px;
	}
	#logo a {
	background-size: 16%;
    min-height: 176px;
    background-position: top center;
	}
	header span.phone {
        margin-top: 31px;
		font-size: 30px;
	}
	header .HeaderBottom {
		text-align: center;
	}
	header .HeaderBottom a.Contactez-moi {
		float: right;
		font-size: 20px;
	}
		span.prestation {
		font-size: 18px;
		line-height: 22px;
	}
	.adresse.maitre {
		font-size: 14px;
	}
	#logo span {
		font-size: 14px;
	}
	div.fixed {
		display: none;
	}
	div.fixed.f-nav {
		display: none;
	}
	.devis-button {
		margin-top: 0;
	}
	.engagements{
		font-size: 20px;
		font-weight: 600;
		line-height:40px;
	}
	.acceuilAll .btna {
		font-size: 24px;
	}
	.acceuilAll span.box-adresse{
		font-size: 13px;
	}
	.hour {
		line-height: 37px;
		font-size: 20px;
	}
	.info-promos{
		line-height: 30px;
		font-size: 15px;
	}
	.info-promos b{
		line-height: 23px;
		font-size: 17px;
	}
	.iconreseau a i{width: 43px!important;}
	.right-address{float:left!important;}
	.service > .title {
		font-size: 20px;
	}
	.pos-time {
		padding-right: 0px;
	}
	#logo1 a {
		min-height: 91px;
background: url(https://static.b-forbiz.com/be147a7f67d06a47/templates/images/logo-sidebar.png) no-repeat center 8px;
			background-size: 100%;
	}
	header .pos-time{
		display:block;
	}
	footer nav li a {
		font-size: 13px;
		line-height: 33px;
		padding: 23px;
		font-family: 'Russo One', sans-serif;
	}
	#navfooter  ul {display:inline-block;}s
	footer nav li a {
		font-size: 13.7px;
		line-height: 40px;
	}
	footer nav li a {
		font-size: 14px;
		padding: 14px 5px;
	}
	.widget-sidebar .fa-home {
		padding-top: 7px;
		font-size: 35px!important;
		float: left;
		line-height: 38px!important;
		vertical-align: sub;
		padding-right: 18px;
	}
	span.prox {
		color: #231f20 ;
		font-size: 14px;
	}
	#bandeaux .info-slider{
		padding: 3%;
	}
	#bandeaux .info-slider {
    top: 12%;
    max-width: 800px;
    }
	.Bloxaside {
		position: relative;
		bottom: 0;
		margin-top: 25px;
	}
	.logoSide,.acceuil,.Bloxaside .disponible, .Bloxaside div.Contpaiement {
		width: 260px;
		height: 260px;
		margin: 0 auto 20px;
	}
	.title-slider {
    font-size: 16px;
   
}
	
	div.adresse span {
    font-size: 15px;
}
	#menu-drink a {
		font-size: 17px;
		padding: 0.5em 11px;
	}
	#logo span.logo {
    left: 0;
    right: 0;
    bottom: 0px;
    font-size: 16px;
 }
	.widget div.disponible {
    font-size: 14px;
}
	header span.adress-header{
	    font-size: 20px;
	    margin-top: 0;
	    float: right;
	}
	#bandeaux.Home {
		margin-bottom: 0;
	}
	.grid figure {
    width: 97%;
    /* margin-right: 1%; */
}
	div.adresse span.phone {
		font-size: 21px!important;
		display: initial;
	}
	.fail {
    font-size: 18px!important;
}
		strong.title-slider {
    display: block;
	font-size:30px
}
	#navfooter > ul{
		display:block;
		-webkit-columns:1;
		-moz-columns: 1;
		columns: 1;
	}
	#navfooter select {
		display: none
	}
	.widget div.dispo span {
		font-size: 22px;
	}
	.btna{
		font-size: 19px;
	}
	.widget span.titre-widget {
		font-size: 21px;
	}
	.widget li span.center{
		font-size: 15px;
	}
	.cont-offre {
		font-size: 15px;
	}
	.widget div.disponible span {
		font-size: 20px;
	}
	span.garanties-title {
		margin: 0 35%;
	}
	
	span.box-adresse, #main2 span.horaires {
		font-size: 12px;
	}
	.Bloxaside .disponible {
		font-size: 17px;
	}
	
	.btna span.phone a {
		font-size: 20px;
	}
	#content_box div.bloc {
		min-height: 636px;
	}
	.widget div.disponible span.cabinet-name {
		background: #fff;
	}
	.ContNewPlan .BlocCoorPlan {
		width: 100%;
	}
	.MainBon .offre-bd {
		width: 375px;
		height: 375px;
		left: -274px;
	}
	.MainBon .owl-Bon .owl-controls .owl-buttons div.owl-prev {
		left: 49px;
	}
	.MainBon .owl-Bon .owl-controls .owl-buttons div.owl-next {
		right: 540px;
	}
	#owl-vignette .item .BlocService {
		height: 236px;
	}
	#print-bd, .sms {
		font-size: 20px;
	}
	.offre-bd .cont-offre strong {
		font-size: 45px;
		line-height: 40px;
		margin-bottom: 15px;
		padding-bottom: 5px;
	}
	.widget .owl-Bon .owl-wrapper-outer.autoHeight {
		height: 280px!important;
	}
	.sms {
		margin-top: 48px!important;
	}
	.widget.Gmap .adresseMap {
		font-size: 18px;
	}
	.widget.Gmap .phone {
		font-size: 25px;
	}
	.widget.Moyens .BlocService span {
		padding: 30px 15px 10px;
		font-size: 20px;
	}
	.ContNewPlan .BlocCoorPlan {
		width: 49%;
	}
	.NousContacter span {
		font-size: 20px;
	}
	.ContSlider span.titleSlid {
		font-size: 28px;
	}
	#bandeaux {
    /* height: 55vh; */
 }
	.ContSlider{
		bottom: 63%;
	}
	.slog-bg {
    top: 44%;
}
}

@media (min-width: 1200px) {

	a#button {
    font-size: 24px;
}
  .slidementions {
    position: absolute;
    top: 44%;
    text-align: center;
    width: 100%;
    padding: 40px 10px;
    background: rgba(41, 114, 172, 0.6);
    max-width: 60%;
    margin: 0 auto;
    left: 0;
    right: 0;
}
span.slider-txt {
    display: block;
    font-size: 19px;
    color: #fff;
    font-weight: bold;
    /* font-family: 'Oswald', sans-serif; */
}
a.slide-btn {
    display: block;
    font-size: 22px;
    color: white;
    padding: 10px 0px;
    background: #2d3142;
    margin: 10px;
    max-width: 558px;
    margin: 15px auto;
}
	#content_box h1{font-size: 30px;line-height: 33px;} #content_box h2{font-size: 26px;line-height: 28px;x;} #content_box h3{font-size: 23px;line-height: 27px;} #content_box h4{font-size: 19px;line-height: 25px;} #content_box h5{font-size:16px;line-height:18px} legend{font-size:18px;line-height:18px} #mentionss h1{font-size:18px;line-height:18px} #mentionss h2{font-size: 21px;line-height: 22px;} #mentionss h3{font-size: 20px;line-height: 21px;} #mentionss h4{font-size:18px;line-height:18px} #mentionss h5{font-size:18px;line-height:18px}

		#menu-drink a {
    font-size: 18px;
    padding: .2em 8px;
    line-height: 39px;
}
header span.phone {
    font-size: 25px;
    margin-top: 39px;
    padding-right: 0;
    text-align: center;
}
		.del-img-slice-actu {
    padding: 40px 0 29px 0;

}
figure.effect-jazz h2 {
    padding-top: 21%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    text-align: c;
    display: block;
    font-size: 27px;
    color: white;
    width: 100%;
    display: block;
    font-size: bold;
    text-shadow: 2px 2px 1px black;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
}
	section.pres:before {
    content: '';
    display: no!important;
}
section.pres:before {
    content: '';
    position: absolute;
    display: none;
    width: 9px;
    height: 100%;
    background: #2972ac;
    bottom: 0;
    left: 21%;
    /* box-shadow: -2px 2px 3px #a2a2a2; */
    /* transform: rotate(-45deg); */
    z-index: -5;
}
.logoSideAll a {background-size: auto;}
span.phoneaside {

    font-size: 24px;

}
.widget-sidebar .fa-home {
    padding-top: 10px;
    font-size: 23px!important;
    float: left;
    line-height: 30px!important;
    vertical-align: sub;
    padding-right: 8px;
    padding-left: 9px;
}
.title {
    font-size:26px;
    font-weight: bold;
line-height: 26px;}

	header span.adresse {
    font-size: 17px;
    text-align: left;
    display: flex;
    justify-content: center;
    line-height: 25px;
    margin-top: 41px;
    padding-left: 0;
}
	section.pres:before {
    content: '';
    position: absolute;
    display: none;
    width: 9px;
    height: 100%;
    background: #2972ac;
    bottom: 0;
    left: 311px;
    /* box-shadow: -2px 2px 3px #a2a2a2; */
    /* transform: rotate(-45deg); */
    z-index: -5;
}
.adress-top{
	font-size: 16px;
    margin-top: 15px;
	}
	.ContSlider a.btnSlid {
    bottom: 0px;
}
.home #content_box{
    -webkit-column-count: initial!important; /* Chrome, Safari, Opera */
    -moz-column-count: initial!important; /* Firefox */
    column-count: initial!important;
    -webkit-column-gap: 0!important; /* Chrome, Safari, Opera */
    -moz-column-gap: 0!important; /* Firefox */
    column-gap: 0!important;
}
#content_box {
    /* -webkit-column-count: 2; */ /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    /* column-count: 2; */
    /* -webkit-column-gap: 40px; */ /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    /* column-gap: 40px; */
}
span.adresse-slider {
    font-size: 23px;
}
.slog-bg {
    top: 50%;
}
.service-box span.title-services {
    font-size: 15px!important;
    line-height: 21px!important;
}
footer nav li a, footer li a {
    font-size: 18px;
}
.HeaderBottom #logo a {
    background-size: 100%;
    min-height: 98px;
}

#hostel .bloc-chambre span.description {
    font-size: 16px;
    line-height: 28px;
}
.ContSlider span.game {
    font-size: 71px;
    line-height: 74px;
}
	.title2  {
    text-align: center;
    margin-bottom: 0;
	}
	input.numero {
    width: 286px;
}
#logo a {background-size: auto;min-height: 216px;}
span.titre1  {
    float: right;
	}
	span.prestation {
    font-size: 16px;
    line-height: 23px;
}
	form#soumettre-un-dossier.form-control, textarea  {
	width: 93%!important;
	}
	footer nav li a {
		padding: 14px;
	}
	div.adresse span {
    font-size: 14px;
}
header .HeaderBottom.f-nav {
    z-index: 9999;
    position: fixed!important;
    left: 0%;
    top: 0;
    width: 100%;
    transform: translate(0%, 0%);
    background: rgb(219 239 231);
    padding-bottom: 0!important;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}
header .HeaderBottom.f-nav span.phone {
    margin-top: 31px;
}
header .HeaderBottom.f-nav section.cont-menu-haut {
    margin-top: 13px;
}
div.fixed.f-nav #logoFixed a{
background: url(https://static.b-forbiz.com/be147a7f67d06a47/templates/images/logo-bottom.png) no-repeat top 6px right 16px;
    display: block;
    min-height: 92px;
    line-height: 28px;
    margin-right:0;
}
.acceuilAll span.box-adresse {
    font-size: 15px;
}
div.fixed.f-nav #logoFixed span{
    text-align: right;
    display: block;
    color: #fff;
    font-size: 15px;
}
div.fixed.f-nav #menu-drink ul{
    margin-top: 38px;
    text-align: center;	
}
div.fixed.f-nav #menu-drink a{
	font-size: 0.9em;
    padding: .7em 14px;
	color:#fff
}
div.fixed.f-nav #menu-drink a:hover, div.fixed.f-nav #menu-drink a.active{
	color:#adb8ce
}
div.fixed.f-nav .phone2{
background:url(https://static.b-forbiz.com/be147a7f67d06a47/templates/images/phone1.png) left center no-repeat;
	padding: 15px 0 14px 45px;
    margin-top: 31px;
}
div.fixed.f-nav .phone2 a{
	color:#fff
}
div.fixed.f-nav {
    display: block;
    background: #231f20 ;
}
.devis-button {
    margin-top: 19px;
}
div.fixed {
    display: none;
}
	.title2 {
    float: left;
}
	.services {
    width: 20%;
}
.widget {
    width: 92%;
 }
	.engagements{
	font-size: 24px;
	font-weight: 700;
	line-height:50px;
	}
	.hour {
	line-height: 52px;
	font-size: 35px;
}
section.cont-menu-haut {
    margin-top: 5px;
}
.info-promos{
	line-height: 33px;
	font-size: 17px;

	}
.info-promos b{
	line-height: 23px;
	font-size: 20px;
}
	#content_box .presentation h2{letter-spacing:6px;}
	.pos-time{padding-right: 34px;}
	header .pos-time{
 display:block;
}
#logo1 a {
    min-height: 76px;
    background-size: auto;
background: url(https://static.b-forbiz.com/be147a7f67d06a47/templates/images/logo-sidebar.png) no-repeat center 8px;
}
#main1 div.title1  {
    font-size: 28px;
 }
header span.time  {
    font-size: 15px;
}
	header.sticky{
  width: 100%;
}	
header.sticky .pos-time{
 display:none;
}
header.sticky #logo span.logo {
    left: 0;
    right: 0;
    bottom: 5px;
    font-size: 18px;
}
.cont-menu-haut.sticky{
  position: fixed;
  width: 100%;
  top: 16.6%;
  z-index: 999;
}
	#navfooter  ul {display:inline-block;}
	.widget-sidebar .fa-home {
    padding-top: 7px;
    font-size: 35px!important;
    float: left;
    line-height: 38px!important;
    vertical-align: sub;
    padding-right: 17px;
}
	.map-activation strong {
    font-size: 29px;
}
	footer nav li a {
    font-size: 14px;
    padding: 14px 4px;
}
header i.fa.fa-clock-o{
	font-size: 38px!important;
	line-height: 45px!important;
}
	.address-footer{
		margin-top:0;
	}
	.title-slider {
    font-size: 21px;
}
	#bandeaux .info-slider {
    top: 18%;
    max-width: 1000px;
}   
	#menu-drink a {
    font-size: 19px;
    padding: 1em 20px;
    line-height: 14px;
 }
.widget div.disponible {
    font-size: 16px;
}
#content_box #avis_form img{
	border:0;
}
.grid figure {
    width: 98%!important;
    /* margin-right: 1%; */
    margin: 0 auto;
}
.fail {
    font-size: 20px!important;
}
	strong.title-slider {
    display: block;
	font-size:40px
}
	#navfooter > ul{
		display:block;
		-webkit-columns: 1;
		-moz-columns: 1;
		columns: 1;
	}
	#navfooter select {
		display: none
	}
	header span.phone {
		font-size: 29px;
        margin-top: 40px;
		margin-bottom: 0;
		margin-left: 0;
	}
	.form-control, textarea{
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}
	header span.adress-header{
	    font-size: 25px;
	    margin-top: -13px;
	}
	#print-bd, .sms {
		font-size: 18px;
	}
	.cont-offre {
		font-size: 17px;
	}
	.widget div.disponible span {
		font-size: 20px;
	}
	span.garanties-title {
		display: inline-block;
		position: relative;
		z-index: 10;
		bottom: 10px;
		background: #F7F8FA;
		margin: 0 37%;
		color: #000!important;
		font-size: 19px!important;
		padding: 0 15px;
	}
	span.block-title:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left:0;
		right:0;
		z-index: 0;
		border-bottom: 1px solid #efefef;
	}
	span.block-title span.garanties-title:after{
		content: "+";
		display: inline-block;
		margin-left: 10px;
		vertical-align: bottom;
		font-weight: 700;
		font-family: 'Russo One', sans-serif;
		color: #a8a8a8;
	}
	div.adresse span.phone {
		font-size: 28px!important;
	}
	div.adresse span {
		font-size: 14px;
        margin-top: 21px;
		line-height: 24px;
	}
	
	span.box-adresse, #main2 span.horaires {
		font-size: 13px;
		line-height: 24px;
	}
	#content_box div.bloc {
		min-height: 574px;
	}
	#logo span.logo {
		left: 0;
		right: 0;
		bottom: 0;
		font-size: 18px;
	}
	#bandeaux.Home {
		margin-bottom: 200px;
	}
	.Bloxaside {
		position: absolute;
		bottom: -152px;
		margin-top: 25px;
	}
	#owl-vignette .item .BlocService {
		height: 215px;
	}
	.widget .owl-Bon .owl-wrapper-outer.autoHeight {
		height: 300px!important;
	}
	.MainBon .owl-Bon .owl-controls .owl-buttons div.owl-prev {
		left: 138px;
	}
	.MainBon .owl-Bon .owl-controls .owl-buttons div.owl-next {
		right: 633px;
	}
	.ContSlider span.titleSlid {
		font-size: 36px;
		margin-bottom: 30px;
	}
	.ContSlider {
		font-size: 22px;
		bottom: 55%;
	}
	header .HeaderBottom {
		position: absolute;
		background: rgb(219 239 231);
	}
	.NousContacter span {
		font-size: 26px;
	}
	#bandeaux {
    /* height: 84vh; */
}
}	

@media (min-width: 1360px){
	.container{
		width: 1300px;
	}
	#owl-vignette .item .BlocService {
		height: 215px;
	}
	.MainBon .owl-Bon .owl-controls .owl-buttons div.owl-prev {
		left: 228px;
	}
	.MainBon .owl-Bon .owl-controls .owl-buttons div.owl-next {
		right: 721px;
	}
	.ContSlider a.btnSlid {
 }
}
@media (min-width: 1400px) {
.ContSlider a.btnSlid {
}
}
@media (min-width: 1500px) {
	.HeaderBottom #logo a {
    background-size: auto;
    min-height: 111px;
}
	a#button {
    font-size: 24px;
}
	img.img.profile {
    margin-top: 123px;
 }
	
   .slidementions {
    position: absolute;
    top: 47%;
    text-align: center;
    width: 100%;
    padding: 50px 10px 30px 10px;
    background: #dff4eba6;
    max-width: 901px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
span.slider-txt {
    display: block;
    font-size: 22px;
    color: #191616;
    font-weight: bold;
    /* font-family: 'Oswald', sans-serif; */
}
a.slide-btn {
    display: block;
    font-size: 22px;
    color: white;
    padding: 10px 0px;
    background: #000;
    margin: 10px;
    max-width: 558px;
    margin: 15px auto;
}
	.adress-top {
    font-size: 18px;
    margin-top: 12px;
    float: right;
}
.container {
    width: 1470px;
}
#bandeaux img{
	height:100%;
}

.ContSlider a.btnSlid {
 }
	div.fixed.f-nav #menu-drink a{
	    font-size: 1em;
		padding: .7em 17px;
	}
	div.adresse span {
    font-size: 17px;
 }
#menu-drink a {
    font-size: 20px;
    padding: 0.6em 50px;
    line-height: 28px;
}
	.service > .title {
    font-size: 25px;
}
.widget {
    width: 90%
	}
	.pos-time{padding-right: 34px;}
	
	.cont-menu-haut.sticky {
    position: fixed;
    width: 100%;
    top: 16.6%;
    z-index: 999;
}
		header .pos-time{
 display:block;
}
	#navfooter  ul {
		display:inline-block;
		-webkit-columns: 1;
		-moz-columns: 1;
		columns: 1;
	}
	.widget-sidebar .fa-home {
    padding-top: 7px;
    font-size: 35px!important;
    float: left;
    line-height: 38px!important;
    vertical-align: sub;
    padding-right: 23px;
}
	span.prox {
    color: #231f20 ;
    font-size: 16px;
}
#bandeaux .info-slider {
    top: 24%;
    max-width: 1000px;
}
	.address-footer{
		margin-top:0;
	}
	footer nav li a {
		font-size: 17px;
		padding: 10px 3px;
		font-family: 'Russo One', sans-serif;
	    line-height: 34px;
	}
	.ContSlider {
		font-size: 22px;
		bottom: 52%;
	}
	.ContSlider span.titleSlid {
		font-size: 45px;
		line-height: 50px;
	}
}
#main8 {
	clear: both;
	float: none;
	position: relative;
	border-bottom: 1px solid #fff;
	overflow: hidden;
	background: #fff;
	padding-bottom: 40px;
}
.service > .description {
    margin-bottom: 0;
    font-size: 14px;
    text-align: justify;
    display: block;
}
.engagements{
	margin: 23px 0 20px 0;
	text-transform: uppercase;
	position: relative;
	display: block;
	text-align: center;
	font: normal 35px/45px Lora;
	color: #231f20 ;
}
.engagements::after {
    border-bottom: 2px solid #231f20 ;
    content: "";
    display: block;
    height: 2px;
    margin: 2px auto 0;
    width: 197px;
}
.service > .title {
    color: #231f20 ;
    font-size: 15px!important;
    font-family: 'Russo One', sans-serif;
    font-weight: bold!important;
    line-height: 21px!important;
    text-align: center;
}
.service {
    padding: 35px 20px;
    text-align: center;
    transition: .3s;
    position: relative;
    min-height: 160px;
	background: #e0e0e0;
}
div.service .fa-plus {
    vertical-align: top;
    line-height: inherit;
    font-size: 35px;
    margin-right: 12px;
    color: #231f20 ;
}
.titre-offre{
	display:block;
	color: #231f20 ;
	line-height: 46px;
	font-size: 28px;
	}
.promos{
	display:block;
	color: #000;
	line-height:20px;
	font-size: 23px;
	}
.promos b{
	line-height:20px;
	font-size: 30px;
	text-shadow: 2px 0px 1px #fff;
	}
.info-promos{
	display:block;
	color: #000;
	margin:11px;
	}
.info-promos b{
	color: #5f5656;	
	}			
	.box_offre{
		background: rgba(255, 255, 255, 0.59);
	}
	
.service-box {
    padding: 0;
    margin-bottom: 25px;
    border: none;
    background-color: transparent;
    text-align: center;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
	margin-top: 35px;
}
.service-box:hover {
    color: #231f20 ;
}

	.icon {
	float:none;
	width:118px;
	height: 119px;
	position:relative;
	text-align:center;
	margin:0 auto 24px;
	overflow:hidden;
}
.service-box .icon:before {
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-position:0 -119px;
	background-repeat:no-repeat;
	/* background-image:url(https://www.avocat-rando-bremond.fr/templates/images/icon-border.png); */
	/* -webkit-transition:transform 0.4s; */
	-moz-transition:transform 0.4s;
	-o-transition:transform 0.4s;
	/* transition:transform 0.4s; */
}
.service-box .icon:before { background-position:0 0; }
.service-box .icon img {
	/*margin-top:12px;*/
	-webkit-transition:transform 0.8s;
	-moz-transition:transform 0.8s;
	-o-transition:transform 0.8s;
	/* transition:transform 0.8s; */
}
.icon:before {
    /* border-radius: 100%; */
    /* border: 4px solid; */
    /* background: none!important; */
}
.service-box:hover img {
    margin-top: 0;
    -webkit-transform: rotateY(-360deg);
    -moz-transform: rotateY(-360deg);
    -ms-transform: rotateY(-360deg);
    -o-transform: rotateY(-360deg);
    /* width: 200px; */
    /* height:  200px; */
}
.service-box span.title-services {
    font-size: 15px;
    font-weight: bold!important;
    line-height: 21px;
    text-transform: uppercase;
    transition: inherit;
    margin: 0 0 15px 0;
    display: block;
    letter-spacing: 5px!important;
}
 a.btn-plus {
    font-size: 12px!important;
    font-weight: 700;
    font-family: 'Russo One', sans-serif;
    text-transform: uppercase;
    text-shadow: none!important;
    line-height: 20px!important;
    letter-spacing: 0.1em!important;
	color:#656161;
}
 .service-box:hover a.btn-plus {
	 color: #231f20 ;
 }
.btn-plus::before {
    border-bottom: 2px solid #231f20 ;
    content: "";
    display: block;
    height: 2px;
    margin: 4px auto 4px;
    width: 24px;
}



.infos-footer{
	margin: 0;
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	font-family: 'Russo One', sans-serif;
	font-style: italic;
	text-transform: none;
	padding-top: 15px;
	text-align: center;
}
.footer-widget{
    font-size: 15px;
    line-height: 21px;
    color: #fff;
    font-weight: 400;
 }
.footer-widget h5 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 20px;
    font-family: 'Russo One', sans-serif;
    margin-bottom: 5px;
}
.footer-widget a {
    text-decoration: underline;
    color: #fff;
}
.iconreseau{
	margin-top: 23px;
}
.iconreseau a{
    display: block;
}
.iconreseau a i {
    color: #fff;
    font-size: 40px!important;
    vertical-align: middle;
    margin: 0;
    font-style: normal;
    line-height: 35px;
    width: 44px;
    cursor: pointer;
}
.iconreseau a:hover i.fa-google-plus-square {
    color: #cb402f!important;
}
.iconreseau a i.fa-facebook-square:hover {
    color: #3b5998!important;
}
.iconreseau a i.fa-linkedin-square:hover {
    color: #0077b5!important;
}
.iconreseau a i.fa-twitter-square:hover {
    color: #1da1f2!important;
}
.fa-viadeo-square:before {
    content: "\f2aa";
}
.iconreseau a i.ic-viadeo{
background: url(https://static.b-forbiz.com/be147a7f67d06a47/templates/images/viadeo.png)no-repeat;
	width:38px;
	height: 37px;
	/* float:left; */
	display: inline-block;
}
.iconreseau a i.ic-viadeo:hover{
background: url(https://static.b-forbiz.com/be147a7f67d06a47/templates/images/viadeo-hover.png)no-repeat;
	width:38px;
	height: 37px;
	/* float:left; */
}
 a.tooltips {
  position: relative;
  display: inline;
  /* margin: 2px 4px 0px 0px; */
  z-index: 99999;
}

.tooltips span.titre-res {
   position: absolute;
   width: 204px;
   color: #1f7dd2!important;
   background: #fff;
   height: 36px;
   line-height: 19px;
   text-align: center;
   visibility: hidden;
   border-radius: 6px;
   padding: 0.5em;
   top: -57px;
   padding: 0.5em;
   -o- border-radius: 6px;
   -moz-border-radius: 6px;
   -webkit-border-radius: 6px;
   font-size: 0.9em;
   z-index: 99999;
   /* opacity: 1!important; */
 }
.tooltips span.titre-res:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 38%;
  margin-left: -8px;
  width: 0;
  color: #fff;
  z-index: 999999;
  height: 0;
  border-top: 10px solid #c9c7c5;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
:hover.tooltips span.titre-res {
  visibility: visible;
  /* opacity: 0.8; */
  bottom: 30px;
  left: 50%;
  margin-left: -76px;
  z-index: 999999999;
}
/**footer style*/
#content_box .presentation img {border:0;}

@media (min-width: 1600px){
	#owl-vignette .item .BlocService {
		height: 215px;
	}
}
@media (min-width: 1700px){
	div.fixed.f-nav #menu-drink a {
		font-size: 1em;
		padding: .7em 25px;
	}
	#owl-vignette .item .BlocService {
		height: 229px;
	}
}
@media (min-width: 1880px){
	#owl-vignette .item .BlocService {
		height: 250px;
	}	
}

@media (max-width: 1500px) {

#bloc1 {
    min-height: 470.75px;
}
#bloc2{
    min-height: 470.75px;
}
#bloc3{
    max-height: 713px;
}
}
@media (max-width: 1360px) {
#bloc1 {
    min-height: 772px;
}
#bloc2{
    min-height: 554.75px;
}
#bloc3{
    max-height: 739px;
}
#bloc4 {
    max-height: 739px;
}
#bloc4 img {
    height: 739px;
}
}

@media (max-width: 1200px) {

#bloc1 {
    min-height: 100%;
    padding-bottom: 30px;
    padding-right: 30px;
}
#bloc2{
    min-height: 100%;
    padding-bottom: 30px;
    padding-left: 30px;
}
#bloc3{
    max-height: 100%;
}
#bloc4 {
    max-height: 739px;
}
#bloc4 img {
    display: none;
}
}