/**/
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,700);
/*       'Open Sans', sans-serif     */


@import "reset.css";
@import "grid.css";
@import "menu.css";

@import "font-awesome.css";

@font-face {
	font-family: 'MyRavie';
	src: url('../fonts/ravie.eot'); /* IE9+ */
	src: url('../fonts/ravie.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('../fonts/ravie.woff2') format('woff2'), /* Super Modern Browsers */
	     url('../fonts/ravie.woff') format('woff'), /* Pretty Modern Browsers */
	     url('../fonts/ravie.ttf') format('truetype'); /* TTF file for CSS3 browsers */
}

@font-face {
	font-family: 'My3Dumb';
	src: url('../fonts/3dumb.eot'); /* IE9+ */
	src: url('../fonts/3dumb.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('../fonts/3dumb.woff2') format('woff2'), /* Super Modern Browsers */
	     url('../fonts/3dumb.woff') format('woff'), /* Pretty Modern Browsers */
	     url('../fonts/3dumb.ttf') format('truetype'); /* TTF file for CSS3 browsers */
}

@font-face {
	font-family: 'MyDrawveticaMini';
	src: url('../fonts/drawveticamini.eot'); /* IE9+ */
	src: url('../fonts/drawveticamini.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     /*url('../fonts/drawveticamini.woff2') format('woff2'), Super Modern Browsers */
	     url('../fonts/drawveticamini.woff') format('woff'), /* Pretty Modern Browsers */
	     url('../fonts/drawveticamini.ttf') format('truetype'); /* TTF file for CSS3 browsers */
}

@font-face {
	font-family: 'MyEraserRegular';
	src: url('../fonts/eraserregular.eot'); /* IE9+ */
	src: url('../fonts/eraserregular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('../fonts/eraserregular.woff2') format('woff2'), /* Super Modern Browsers */
	     url('../fonts/eraserregular.woff') format('woff'), /* Pretty Modern Browsers */
	     url('../fonts/eraserregular.ttf') format('truetype'); /* TTF file for CSS3 browsers */
}


input {
	outline:  none !important;
	border-radius: 0 !important;	 
}


html {
	width: 100%;
}

a[href^="tel:"] {
color: inherit;
text-decoration:none;
}

* {
	-webkit-text-size-adjust: none;
}


body {
	font: 14px/20px  Arial, Helvetica, sans-serif;
	color:#666666;
	position: relative;
	width:960px;
	margin-left: auto;
    margin-right: auto;
	/* ben */
	background-color: #1A1A1A;
	background-image: url("../img/fond.jpg");
	background-repeat: no-repeat;
	background-position: center;
    background-attachment: fixed;
}

/* ben */
.container_12{
	background: rgba(26,26,26,0.9); /* opacity=0.9 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e51a1a1a', endColorstr='#e51a1a1a'); /* IE */
}

/* ben */
nav.bt-menu ul li:first-child + li + li{
	margin-right: 0px;
}
.menu_block {
	padding-left: 0px;
}
nav.bt-menu  ul li a:hover, nav ul li.current  {
	color: #993333;
}

/* ben */
.rblogo{
	background-color:#CC0000;
	text-align: center;
	margin: 0 20px 0 0;
}

/* ben */
.rblogo>a>h1{
	font-family: 'MyRavie', 'Ravie', Fallback, sans-serif;
	font-size: 50px;
	color: #FFFF00;
	margin: 0 0 0 0;
}

/* ben */
.rblogo>h2{
	font-family: 'MyRavie', 'Ravie', Fallback, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	margin: 0 0 0 0;
}

/* ben */
.rblogo>h4{
	font-family: 'Open Sans', sans-serif ;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0 0 0 0;
}

/* ben */
.eraser{
	font-family: 'MyEraserRegular', 'EraserRegular', Fallback, sans-serif;
	font-size: 50px;
	color: #FFFFFF;
	padding-top: 50px;
	padding-bottom: 15px;
	text-transform: uppercase;
}

/* ben */
.hr{
	border-top: 1px solid #666666;
	margin: 10px 0 10px 0;
}

/* ben */
.rbconstr{
	padding: 30px 0 20px 0;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

/* ben */
.post .ardoise{
	background: url('../img/ardoise.png') no-repeat;
	height: 306px;
	text-align: center;
	font-family: 'MyEraserRegular', 'EraserRegular', Fallback, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 20px;
	padding: 0 20px 0 20px;
}

/* ben */
.post .ardoise h1{
	font-family: 'MyEraserRegular', 'EraserRegular', Fallback, sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	color: #FFFFFF;
	padding: 50px 0 0px 0;
}

h3, h4, h5, h6 {
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	color: #993333;

}

h3 {
	font-size: 50px;
	line-height: 50px;
	color: #666666;
	padding-top: 98px;
	margin-bottom: 49px;
}

/* ben */
table.carte{
	width: 100%;
	margin-top: 10px;
}

/* ben */
td.carte_titre{
	color: #FFFFFF;
	text-align: left;
	font-size: 1.2em;
}

/* ben */
td.carte_contenance{
	color: #666666;
	text-align: left;
	font-size: 1em;
	width: 130px;
}

/* ben */
td.carte_prix{
	color: #FFFFFF;
	text-align: right;
	font-size: 1.2em;
	width: 80px;
}

/* ben */
td.carte_detail{
	color: #666666;
	text-align: left;
	padding-left: 20px;
	font-size: 0.9em;
	font-style: italic;
}

.ic {
	border:0;
	float:right;
	background:#fff;
	color:#f00;
	width:50%;
	line-height:10px;
	font-size:10px;
	margin:-220% 0 0 0;
	overflow:hidden;
	padding:0
}

.page1 h3 {
	text-align: center;
	padding-top: 97px;
	margin-bottom: 138px;
}

h3.head1 {
	text-align: center;
	padding-top: 91px;
	margin-bottom: 136px;
}

h3.head2 {
	text-align: center;
	padding-top: 96px;
	margin-bottom: 47px;
}

h3.head3 {
	font-size: 36px;
	padding-top: 93px;
	margin-bottom: 42px;
}

ul.list+h3.head3 {
	padding-top: 40px;
}

p {
	margin-bottom: 20px;
}

img {
	max-width: 100%;
}

address {
	font-style: normal;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.list {
	padding-top: 3px;
}

ul.list li {
	padding-left: 33px;
	/*background: url(../images/marker.png) 0 6px no-repeat;*/

}
ul.list li+li {

}

/*links*/

a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {
	color: #993333;
	
}

/*preclass*/

.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}

.mb1  {
	margin-bottom: 25px !important;
}

.ind1 {
	margin-top: 11px;
}

.pad0 {
	padding: 0 !important;
}


.pt0 {
	padding-top: 0;
}

.img_inner {
	max-width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin: 5px 0 5px 0;
	position: relative;
}

.fleft {
	float: left;
	margin-right: 20px;
	margin-top: 5px;	
	margin-bottom: 0px;
}

.page1 .fleft {
	margin-top: 1px;
	margin-right: 22px;
}

.fright {
	float: right !important;

}

.upp {
	text-transform: uppercase;
}

.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}


/*header*/

header {
	display: block;
	position: relative;
	z-index: 999;
	padding: 29px 0 21px;
}


h1 {
	float: none;
	z-index: 999;
	font-size: 0;
	text-align: center;
	line-height: 0;
	margin-bottom: 58px;

}
h1 a {
	display: inline-block;
	overflow: hidden;
	width: 424px;
	height: 126px;
	text-indent: -999px;
	transition: 0s ease;

	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}

h1 a img {
	display: block;	
}

/*Content*/


.content {
	background-color: #fff;
	padding-bottom: 113px;
}

.page1 .content {
	padding-top: 4px;
	padding-bottom: 105px;

}

.block1 {
	margin-bottom: 5px;
	position: relative;
	text-align: center;
	overflow: hidden;
	display: block;
}

.block1 .price {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 70px 0 67px;
	left: 50%;
	height: 180px;
	display: block;
	top: 50%;
	overflow: hidden;
	margin-top: -90px;
	margin-left: -90px;
	font: bold 20px/20px 'Open Sans', sans-serif;
	color: #fff;
	width: 180px;
	position: absolute;
	border: 5px solid #fff;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
}

.block1 .price span {
	top: -15px;
	font-size: 20px;
	display: block;
	position: relative;
}

.block1 .price span+span {
	padding-top: 10px;
	font-size: 36px;
	display: block;
	position: relative;
}

.block1 .price small {
	font-size: 30px;
	position: relative;
	top: 2px;
}

.block1 .price * {
	position: relative;
	z-index: 10;
}

.block1 .price strong {
	z-index: 0;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	border-radius: 500px;	
	opacity: 0.3;
	right: 0;
	height: 100%;
	/*background: url(../images/overlay.png) 0 0 repeat;*/
	background-color: #DDDDDD;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

.block1:hover .price strong {
	opacity: 1;

}

.block1:hover .price {
	color: #4f4f4f;
}

.block1 img {
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

.block1.blur  img {
	filter: url(../js/blur.svg#blur);
}

.block1.blur img {
	filter: blur(3px);
	-webkit-filter: blur(3px); 
	-moz-filter: blur(3px); 
	-o-filter: blur(3px); 
	-ms-filter: blur(3px);
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
}

.box {
	padding: 0 15px 30px;
	text-align: center;
	background-color: #f6f7ea;
}

.box img {
	border-radius: 500px;
	margin-top: -65px;
}

.box .title {
	padding-top: 24px;
	margin-bottom: 26px;
	font: 24px/20px 'Open Sans', sans-serif;
}

.box>div>a {
	position: relative;
	display: inline-block;
	margin-top: 24px;
	font: 300 16px/20px 'Open Sans', sans-serif;
}

.box>div>a:after {
	display: block;
	position: absolute;
	content: '';
	/*background: url(../images/link_marker.png) right 0 no-repeat;*/
	right: -27px;
	width: 16px;
	height: 8px;
	padding-right: 20px;
	top: 7px;
}

.col1 {
	color: #b39f63;
}

.col1 span a {
	color: #000000;
}

.col1 span a:hover {
	color: inherit;
}

a.col1:hover, .col1>a:hover {
	color: #000000;
}

.pad1 {
	padding-right: 40px;
}

.nav {
	font-size: 0;
	text-align: center;
	line-height: 0;
	margin: 0 0 15px 0;
}

.nav li {
	margin: 0 10px 0 10px;
	display: inline-block;
	font: 18px/20px 'Open Sans', sans-serif;
}

.nav li.selected {
	color: #993333;
}

.col2 {
	color: #993333;
}

.col3{
	color: #666666;
}

.tab-content:after {
	clear: both;
}

.col3 a:hover {
	color: #993333;
}

a.link1 {
	font: 300 16px/20px 'Open Sans', sans-serif;
	display: inline-block;
	margin-top: 15px;
}

.div-tabs  {
	text-align: center;
}

.div-tabs .clear {
}

.div-tabs a.gal  {
	margin-top: 52px;
	margin-bottom: 23px;
}

.div-tabs a.gal img {
	border: 1px solid #993333;
	border-radius: 500px;
	max-height: 130px;
}

.post {
	overflow: hidden;
	color:
}

.post .fleft {
	margin-top: 4px;
}
.post+.post {
	margin-top: 10px;
}
.post .title {
	font: 18px/20px 'Open Sans', sans-serif;
	margin-bottom: 7px;
}

.post time {
	position: relative;
	top: 2px;
}
.post .col1 {
	margin-bottom: 19px;
}

.post .col1 span {
	display: inline-block;
	background-color: #666666;
	width: 1px;
	height: 15px;
	position: relative;
	top: 4px;
	margin: 0px 8px 0 8px;
}

.post .extra-wrapper{
	color: #888888;
}

.cont_phone {
	color: #d9c381;
	position: relative;
	top: -1px;
	font:  16px/20px 'Open Sans', sans-serif;
}

a.reserv {
	color: #f6f7ea;
	display: inline-block;
	background-color: #9b9a87;
	padding: 29px 20px 28px 18px;
	margin-top: 54px;
	font:  27px/27px 'Open Sans', sans-serif;
}

a.reserv:hover {
	background-color: #D7D7B1;
	color: #9b9a87;
}

a.reserv span {
	font-size: 50px;
	position: relative;
	display: inline-block;
	top: -4px;
	margin-right: 2px;
}

.hours {
	padding-left: 80px;
	margin-top: 105px;
	position: relative;
	padding-top: 33px;
	padding-bottom: 32px;
	background-color: #f6f7ea;
}

.hours  div {
	position: relative;
	z-index: 10;
}

.hours  .title {
	background-color: #f6f7ea;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(-90deg); /* Chrome y Safari */
   -moz-transform: rotate(-90deg); /* Firefox */
	font:  36px/36px 'Open Sans', sans-serif;
	position: absolute;
	z-index: 1;
	bottom: 0;
	display: block;
	left: 55px;
	color: #85846d;
	top: 0px;
}

.hours +h3.head3 {
	padding-top: 41px;
	padding-left: 24px;
}

.news {
	overflow: hidden;
	padding-top: 1px;
}

.news+.news {
	margin-top: 23px;
	padding-top: 20px;
	border-top: 1px solid #f6f7ea;
}

.news time {
	-moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
	float: left;
	padding-top: 9px;
	display: block;
	width: 57px;
	margin-top: 5px;
	color: #85846d;
	height: 57px;
	margin-right: 22px;
	background-color: #f6f7ea;
	border-radius: 500px;
	text-align: center;
}

.news time span {display: block;
	margin-top: -2px;
font-size: 18px;}



a.gal {
	display: block;
	position: relative;
	
	
}

a.gal span {
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/magnify.png) -100% center no-repeat;
}

a.gal:hover span {
	background-position: center center;
}


/****Map***/

.map {
}

.map figure {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	margin-bottom: 43px;
}

.map figure iframe {
	width: 100%;
	height: 325px;
	max-width: 100%;
}

.map address {
	overflow: hidden;
	margin-bottom: 18px;

}

.adresse{
	font:  14px/20px 'Open Sans', sans-serif;
	color: #FFFFFF;
	margin: 15px 0 15px 0;
	text-align: center;
	display: inline-block;
}

.adresse .rambla{
	font-family: 'MyRavie', 'Ravie', Fallback, sans-serif;
	font-size: 20px;
	margin: 0 0 0 0;
}

address dt {
	margin-bottom: 20px;
}

address dd span {
	min-width: 85px;
	display: inline-block;
	text-align: left;
}

#map {
	width: 100%;
	margin-top: 20px;
	height: 500px;
}

.contact h3.head3 {
	padding-top: 58px;
	margin-bottom: 44px;
}

a.col2:hover {
	color: #000000;
}

/************Footer***********/

footer {
	padding: 25px 0 20px;
	display: block;
	color: #85846d;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
}

footer a:hover {
	color: #5f5e4e;
}

.f_logo {
	display: inline-block;
	margin-bottom: 28px;
}


.copy {
	padding: 0 0 20px 0;
	margin: 0 7px;
	display: block;
	color: #85846d;
	font-size: 12px;
}

#toTop {
    background: url("../img/totop.png") no-repeat scroll left 0 rgba(0, 0, 0, 0);
    border: medium none;
    bottom: 70px;
    display: none;
    height: 55px;
    width: 55px;
    left: 58%;
    margin-left: 500px;
    overflow: hidden;
    position: fixed;
    text-decoration: none;
    text-indent: -999px;
    transition: all 0s ease 0s;
    z-index: 20;
}
#toTop:hover {
    background-position: right 0;
    outline: medium none;
}

#ml_footer, #ml_contact{
	display: inline-block;
}
