
/* LOGOS */
.logos div.no-margin-l { text-align:center; }

.logos img.opacite50 {
    opacity: 0.5;
}
.logos img.opacite50:hover {
    opacity: 1;
}


/* CONTACT */
.address-gl {
	margin-top: 65px;
}

/* ABOUT */
.about img {
	float: left;
	margin: 0 20px 10px 0;
}
/* MAP */

#map_canvas {
	height: 300px;
	width: 100%;
	marin-right: 0px;
}

/* VIDEO */
.video{
	max-width:980px;
	height: 1000px;
}

object{
	position:relative;
	float: left;
	margin: 20px 20px 20px 33px;
}
/* RECHERCHE */
#code_postal{
	width: 100px;
	float: left;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.recherche{
	color:#000;
	width: 44px;
	margin-left: 0%;
	float:left;
	background-color:#cbaf85;
	display:block;
	padding: 2px;
    vertical-align: middle;
    border: 1px solid #d1d2d3;
    font-size: 13px;
    font-family: arial, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.recherche:hover{
    background-color:#fff;
	color: #000;
}

td img{
	width:50%;
}

th{
	font-weight:bold;
	text-align:center;
}

td{
	border:#000 solid 1px;
	width:auto;
	text-align:center;
	padding: 10px 10px 10px 10px;
}

table, tbody, tr{
	width: 100%;
}


/* SPECIALITES - RECETTES */
#specialites {
	height: 155px;
}

.banner-specialites {
	position: absolute;
	bottom: 22px;
	padding: 8px 0 8px 0;
	width: 100%;
	min-height: 20px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.7);
	font-size:12px;
}

.box-specialites {
	position: relative;
}

.img-specialites {
	margin-bottom: 10px;
}

/* SECOND NAVIGATION */
#categories {
line-height:25px;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	margin-top: 10px;
	max-width: 700px;
	color: #242F3A;
}

#categories a {
	color: #242F3A;
}

#categories a:hover {
	color: #aa7d0b;
}

#categories p {
	display: inline-block;
}

/* POPIN */
#fade
{
/*--Masque opaque noir de fond--*/
	display: none;
/*--masqué par défaut--*/
	background: #000;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 9999;
}
.popup_block
{
	display: none;
/*--masqué par défaut--*/
	background: #FFF;
	padding: 20px;
	border: 10px solid #DDD;
	float: left;
	font-size: 11px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 30;
/*--Les différentes définitions de Box Shadow en CSS3--*/
	-webkit-box-shadow: 0px 0px 999px #000;
	-moz-box-shadow: 0px 0px 999px #000;
	box-shadow: 0px 0px 999px #000;
	width:800px;
}

.popup_block img
{width:50%;}
.popup_block .close img{
	width:20px;
}

IMG.btn_close
{
	float: right;
}
/*--Gérer la position fixed pour IE6--
*html #fade*/
#INVALID-RULE
{
	position: absolute;
}
/**html .popup_block*/
#INVALID-RULE
{
	position: absolute;
}

/* adjustement */
.no-margin-l {
    margin-left: 0;
}

.no-margin-b {
    margin-bottom: 0;
}

.margin-t {
    margin-top: 20px;
}

.margin-r {
    margin-right: 20px;
}

.margin-b {
    margin-bottom: 20px;
}

.margin-l {
    margin-left: 20px;
}

.black {
    color: black;
}

.box-home {
	min-height: 330px;
}

.img-home {
	margin-bottom: 10px;
}

.actu-home {
	height: 100px;
}


.aside-set, .aside-set a {
	color: #000;
	font-weight: bold;
    margin-bottom: 20px;
    padding: 0 0 20px 0;
    margin-left: 0;
	background-color: #FFF;
}

.aside-social {
	text-align: right;
	padding-bottom: 20px;
	background-color: #FFF;
}

.aside-social img {
	margin-right: 3px;
	width: 38px;
}

.aside-social img.last {
	margin-right: 0;
}

.video-sidebar {
	width: 100%;
	min-height: 18%;
}

.main-content {
    margin-bottom: 2px;
    padding-right: 20px;
}

.border_l {
    border-left: solid 1px #ccc;
}

.padding_r {
    padding-right: 20px;
}

.margin_h20 {
    margin: 20px 0 0 0;
    clear: both;
}

.margin_h40 {
    margin: 40px 0 0 0;
}

.clear {
    clear: both;
}

.f_left {
    float: left;
}

.f_right {
    float: right;
}

.divider-bottom {
    border-bottom: solid 1px #ccc;
}

#pro {
    padding-top: 20px;
    border-top: 1px solid #ccc;
}

.g-column img {
    vertical-align: bottom;
}


/* Global */
BODY {
    font-family: Arial, sans-serif;
}

A {
    color: #D12811;
}

A:HOVER {
    color: #666666;
}


/* Normalize */
.a-la-une {
	color:#D12811 !important; 
	background-color:#fff !important; 
	font-size: 25px !important;
	padding: 7px 0 0 0 !important;
}

.b-page h1 {
    color: #fff;
    padding: 8px;
    background: #CBAF85;
	margin-bottom: 20px;
	clear:both;
}

.b-page h2,
.b-page h3,
.b-page h4,
.b-page h5,
.b-page h6 {
    color: #D12811;
}

.b-page h6 a {
    color: #004c96;
}

.b-page h6 .current {
    color: #009fde;
}

.b-page h6 a:hover {
    color: #009fde;
}

.b-button {
    font-family: Arial, sans-serif;
    color: #DDEEE0!important;
    border: none;
    background: #004c96;
}

.b-button:HOVER {
    background: #009fde;
}

.b-button:ACTIVE {
    background: #004c96;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}

hr {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #ffffff;
}


/* Grid */
.g-has-border-left {
    padding-left: 30px;
    border-left: 1px solid #eee;
}

.g-has-border-right {
    padding-right: 30px;
    border-right: 1px solid #eee;
}

/* Header */
.b-header {
    color: #fff;
}

.b-header a {
    color: #fff;
}

.b-header .deco a{
	color:#000;
}

.b-header A:HOVER {
    color: #fff;
}

.b-logo__link {
    background: transparent url(../img/logo-gilbert-lemelle.png) no-repeat;
    margin: 10px auto 20px auto;
}


/* Slider */
.b-slider {
    color: #ebebeb;
}


/* Main Navigation */
.b-menu .menu-item A {
    display: inline-block;
}

.b-menu .menu-item:FIRST-CHILD {
    border-top: none;
	text-indent: -9999px;
}

.b-menu .menu-item:FIRST-CHILD A {
    background-image: url('../img/home-icon.png') !important;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
}

.b-menu .menu-item.current-menu-item A {
    color: #fff;
}

.b-menu .menu-item:HOVER A {
    color: #fff;
}

.b-menu .menu-item:HOVER UL A {
    color: #fff;
    background: none;
}

.b-menu .menu-item:HOVER UL A:HOVER {
    color: #fff;
}

.b-menu .menu-item A:HOVER {
	background: #6D747B;
}

.b-menu .menu-item.active A {
    color: #fff;
    background: #6D747B;
}

.b-menu .menu-item UL {
    background: #192328;
    border-top: 1px solid #F2F2F0;
}

.b-menu .menu-item UL LI {
    border-top: 1px solid #24363e;
    border-bottom: 1px solid #192328;
    display: inline;
}

.b-menu .menu-item UL LI:FIRST-CHILD {
    border-top: none;
}

/* Slider */
.b-slider__wrap {
    border-bottom: 1px solid #ccc;
}

.b-slider__slides:AFTER {
    ;
}

.b-slider__slides__item {
    color: #000;
    text-shadow: none;
}

.b-slider__slides__item__content HEADER H2 {
    font-family: Arial, sans-serif;
    font-weight: normal;
}

.b-slider_in_content {
    background: none;
    border-bottom: 1px solid #eee;
}


/* Page */
.b-page {
    background: #FFF;
}

.b-hgroup__title {
    color: #111;
}


/* Delimiter */
.b-delimiter {
    background: #ccc;
}


/* Footer */
.b-footer {
    color: #aeb6ba;
}

.b-footer__top {
    background: #242F3A;
    color: #aeb6ba;
}

.b-footer__top .g-container {
}

.b-footer__top_video {
    background: #242F3A;
    color: #aeb6ba;
}

.b-footer__top_video .g-container {
}

.b-footer__bottom {
    color: #666;
    text-align: center;
}


/* Widgets */
.b-footer .widget {
    color: #666;
}

.b-footer .widget-title {
    color: #fff;
    font-weight: bold;
    font-size: 1em;
}

.g-row_display_show .g-column {
    background: #ffdddd;
}


/* Desktop to Tablet */
@media (max-width: 979px) and (min-width: 768px) {
    .hidden-tablet {
        display: none !important;
    }

	.b-menu .menu-item:FIRST-CHILD A {
    	background-image: url('../img/home-icon-small.png') !important;
		width: 15px;
	}

	.actu-home {
		height: 120px;
	}

	.b-footer__top {
	  margin: 0 20px;
	}
	
	.b-footer__top_video {
	  margin: 0 20px;
	}

	.aside-social img {
		margin: 0;
	}

	.aside-social img.last {
		display: none;
		margin-right: 0;
	}

	.video-sidebar {
		width: 100%;
		min-height: 0;
		height: 20.5%
	};
}


/* Tablet */
@media (max-width: 767px) {
    body {
        background-color: #CBAF85;
        padding: 0 20px;
    }

    .b-menu .menu-item {
        border-top: 1px solid #000;
    }

    .b-footer .widget {
        border-bottom: 1px solid #ccc;
    }

    .b-footer__top .g-container {
        border-bottom: none;
    }
	
	.b-footer__top_video .g-container {
        border-bottom: none;
    }

    .main-content {
        padding-right: 0;
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc;
    }

    .border_l {
        border-left: none;
    }

    .aside-set {
        text-align: center;
        margin-left: 0;
    }

    .hidden-tab {
        display: none !important;
    }

    .padding_r {
        padding-right: 0;
    }

	.actu-home {
		height: 80px;
	}

	.b-menu .menu-item:FIRST-CHILD {
		text-indent: 0;
	}

	.b-menu .menu-item:FIRST-CHILD A {
		background-position: 3000px;
		background-repeat: no-repeat;
		text-align: left;
	}

	.aside-social {
		text-align: center;
		padding-bottom: 20px;
		background-color: #FFF;
	}

	.video-sidebar {
		width: 100%;
		min-height: 40%;
	};
}

/* Lanscape */
@media (max-width: 503px) {
    .address2 {
        margin-top: 10px;
    }
	
	.about p{
		margin: 0 0 0 0;
	}
}

/* Lanscape */
@media (max-width: 557px) {

    .more {
        margin: 20px 0 10px 0;
        text-align: center;
        vertical-align: middle;
        display: block !important;
    }

	.about p{
		margin: 0 0 0 0;
	}
	
    .more a {
        padding: 10px 20px;
        background-color: #004c96;
        color: #fff;
    }

    .more a:hover {
        padding: 10px 20px;
        background-color: #009fde;
        color: #fff;
    };
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (-moz-min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2) {

    .b-logo__link {
        background-image: url(../img/logo-gilbert-lemelle.png)!important;
        background-size: 98%;
    }

    .b-logo__link-pl {
        background-image: url(../img/logo-gilbert-lemelle.png)!important;
        background-size: 98%;
    };
}

}