/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
  padding-top: 0px;
  font-family: 'Raleway', sans-serif;
  padding-bottom: 0px;
  background-color: #3c2b1a;
  color: white;
  
}

table{
	width: 100%;
}

td {
    border: 2px solid #0555588a;
    padding: 2px 6px;
}

main{
	background-image: url(/imgs/pattern.png);
}

footer {
    line-height: 50px;
    /* border-top: 1px solid #5a5a5a; */
    font-size: 12px;
}

img.bienvenue-ferme {
    width: 100px;
    position: absolute;
    right: 20px;
    top: 98px;
    border-radius: 4px;
}

/*
 * Typography
 */

h1 {
	text-transform: uppercase;
    font-weight: bold;
    border-bottom: 3px solid #055558;
    margin-bottom: 10px;
    border-left: 4px solid #055558;
    padding-left: 5px;
	margin-top: 10px;
	font-size: 2rem;
	color: #00a4b5;
}

h2 {
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 3px solid #055558;
    margin-bottom: 10px;
    border-left: 4px solid #055558;
    padding-left: 5px;
    margin-top: 10px;
    color: #00a4b5;
}

img.logo{
    height: 40px;
}

.main-box{
	border-right: 2px solid #322416;
    border-left: 2px solid #322416;
}

.bg-dark {
    background-color: #272727!important;
}

.box-part .box {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #eee;
}

.box-part i.fa {
    font-size: 80px;
    display: block;
}

@media (max-width: 767px){
	#menu {
		background: #4e4e4ea8;
		z-index: 99999;
	}
	.menu-txt{
		margin : 0px;
		line-height : inherit;
		display : block;
	}
	
	.menu-txt a, .lang-choice a {
		text-transform: uppercase;
		color: white;
		font-weight: bold;
		display: block;
		margin-right: 0px;
		line-height: 38px;
		box-shadow: inset 0px 0px 1px #2d2d2d;
	}
	
	.menu-txt a:hover, .lang-choice a:hover, .expand-menu:hover {
		color : white;
	}
	
	.menu-logo img{
		width : 90px;
		height: auto;
	}
	
	.expand-menu{
		display : block;
		padding : 6px 6px;
		font-size: 18px;
		background: #00a4b5;
		color: white;
	}
	
	.lang-choice {
		color: inherit;
		font-size: inherit;
		display: block;
		top: inherit;
		position: inherit;
		border: inherit;
		padding: inherit;
		background: #353535;
	}
	
	.lang-choice a{
		color: #ffffff;
	}
	
}

@media (min-width: 768px){
	.expand-menu{
		display : none;
		width : 0px;
		height : 0px;
		overflow: hidden;
	}
	
	#menu {
		display: block;
		margin-top: 157px;
	}
	
	.navbar-expand-md .navbar-collapse {
    display: none !important;
     display: none!important; 
	}
	
	.menu-txt, .menu-logo{
	color: white;
	font-weight: bold;
	display: inline-block;
	margin-right: 0px;
	vertical-align: bottom;
	/* line-height: 34px; */
	}

	.menu-logo img{
		width: 250px;
		height: auto;
		opacity: 0.8;
	}
	
	.lang-choice {
    font-size: 12px;
    display: inline-block;
    top: 18px;
    border: 1px solid #3c2b1a17;
    padding: 2px 8px;
 }
	
	.bookmenu{
		color: #272727;
	}
}

.nav-pills .nav-link.active, .show>.nav-pills .nav-link {
    background-color: #cd6000;
}

a {
    color: #00a4b5;
}

a:hover {
    color: #272727;
    font-weight: bold;
	text-decoration : none;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 51px;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 20px;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
  border-right: 1px solid #eee;
}

/* Sidebar navigation */
.sidebar {
  padding-left: 0;
  padding-right: 0;
}

.sidebar .nav {
  margin-bottom: 20px;
}

.sidebar .nav-item {
  width: 100%;
}

.sidebar .nav-item + .nav-item {
  margin-left: 0;
}

.sidebar .nav-link {
  border-radius: 0;
}

li.nav-item.section-menu {
    text-align: center;
    color: #716a6a;
    font-weight: bold;
    margin-top: 10px;
    text-transform: UPPERCASE;
}

/*
 * Dashboard
 */

 /* Placeholders */
.placeholders {
  padding-bottom: 3rem;
}

.placeholder img {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.map {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100%;
	  height: 100%;
    }
	
.batterie.Green {
    background-color: #335a05;
    color: white;
}

.batterie.Orange{
	background-color : #f9a300;
}

#menu{

}

.menu-txt a{
	color: white;
	text-transform: uppercase;
	background: #00a4b5;
	padding: 8px 10px;
}

.menu-txt a:hover, .menu-txt.active a{
	background: #055558;
}

div#bandeau-top {
    text-align: center;
    min-height: 358px;
    background: url(/imgs/slide/bandeau-top.png) #055558;
    background-position: center top;
    border-bottom: 1px solid #251b11;
    box-shadow: 0px 0px 12px #000000;
    /* vertical-align: bottom; */
    /* display: block; */
    /* position: relative; */
}

div#bandeau-top.moke {
	background: url('/imgs/slide/bandeau-top.png') #dedede;
}

.container-fluid {
    padding-top: 8px;
    max-width: 1144px;
    background: #3c2b1a;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 14px;
}

.contact-box {
    font-size: 14px;
}

.contact-box .fa{
	color: #92ad00;
	font-weight : bold;
	padding-right: 10px;
	width : 26px;
	text-align: center;
}

.rigth-box {
    margin-bottom: 28px;
}

.lang {
    color: #00a4b5;
    text-shadow: 0px 0px 15px #000000;
    font-weight: bold;
}

.lang.active {
    color: #ffffff;
    font-weight: bold;
}

.lang:hover {
    color: #ffffff;
}

.home-box {
    margin-top: 30px;
	opacity : 1;
	transition : ease 0.7s;
	box-shadow : none;
}

.home-box:hover {
    opacity : 0.8;
	transition : ease 0.7s;
	box-shadow : 0px 0px 10px #cecece;
}

.home-box a{
	position: relative;
    display: block;
}

.home-box img {
    width: 100%;
    border: 1px solid #c5c5c5;
    box-shadow: 0px 0px 10px #bbbbbb;
}

.bot-title {
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: white;
    background: #e48f24a6;
    padding: 10px 0px;
    font-weight: bold;
    text-shadow: 0px 0px 11px #000000;
	text-transform: uppercase;
}

.intro p{
	font-size: 12px;
	text-indent : 8px;
}

.bd-footer-links {
    padding-left: 0;
    margin-bottom: 0px;
    font-weight: bold;
    text-transform: uppercase;
    border-top: solid 2px #859a04;
}

.bd-footer-links li {
    display: inline-block;
	padding : 0px 6px;
}

.bd-footer a {
    font-weight: 500;
    color: #495057;
}

.bd-footer-links a:hover {
    color: #ffffff;
}

footer p {
	margin-bottom : 0px;
	padding-bottom : 0px;
}

footer .container-fluid{
	margin-bottom: 0px;
	padding-bottom : 0px;
	margin-top: 0px;
}

.img-grid {
	text-align : center;
}

.img-grid img{
    height: 170px;
    border-radius: 2px;
    margin: 0px;
    opacity : 1;
    transition : ease 0.7s;
    padding: 0px;
    border: 2px solid #00a4b563;
    vertical-align: initial;
}

.img-grid img:hover{
	opacity : 0.8;
	transition : ease 0.7s;
	transform: scale(1.2,1.2);
}

.page-paragraph{
	text-indent : 6px;
	font-size: 12px;
}

.quote-box{
	margin-bottom : 20px;
	margin-top : 10px;
}

.quote-box a {
    background: #859a04;
    display: block;
    padding: 6px 10px;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    color: #f7f7f7;
    transition: ease 0.7s;
    text-transform: uppercase;
}

.quote-box a:hover {
    transition: ease 0.7s;
    background: #ffffff;
    color: #055558;
}

.message-box {
    position: fixed;
    right: 0px;
    bottom: 0px;
        box-shadow: 0px 0px 12px #00000075;
}

a.open-msg-box {
    text-align: center;
    display: block;
    padding: 6px 10px;
    color: #ffffff;
    background: #4267b2;
}

.fb-comments{
	width : 100%;
}

.blue-box{
	background: #055558;
	color: white;
	padding-bottom : 10px;
}

.map-tour {
    background: #ffffff;
    color: #686868;
}

.map-tour .btn{
	background : #686868;
	color: white;
}

.row1, .row2 {
    margin-bottom: 20px;
}

.video-box{
	position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
	margin-bottom : 20px;
}

.video{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

ul.bd-footer-meta {
    padding: 0px;
    margin-bottom: 0px;
    font-size: 12px;
    color: #686868;
}


.bd-footer-meta li {
    list-style-type: none;
    display: inline-block;
    padding: 0px 6px;
}

p.copyright{
	text-align: center;
	border-top: solid 2px #859a04;
}

h1.maintitle {
    border: none;
    color: #e8e8e8;
    font-size: 22px;
    text-shadow: 0px 0px 10px #000000;
}

p {
    text-indent: 10px;
}

.blue-box h2 {
    border-bottom: 3px solid #00a4b5;
    border-left: 4px solid #00a4b5;
    color: #00a4b5;
}

b {
    color: #859a04;
}

.green-box {
    background: #ffffff;
    color: #3c2b1a;
}

.asidebar{
	    font-size: 14px;
		background: #2d1a08;
}

.nav-link.active {
    color: #859a04 !important;
    font-weight: bold;
}

.nav-link {
    color: #495057;
    font-weight: bold;
}

.modal-content {
    color: #ffffff;
    background-color: #1e160d;
}

.modal-footer{
    text-align: center;
    display: block;
    border-top: 1px solid #434d02;
}

.close {
    color: #ffffff;
    text-shadow: none;
}

.btn-publi {
    text-align: center;
    background: #ffffff;
    font-weight: bold;
}

.btn-publi div{
	margin-top : 10px;	
}

.right-box svg{
    color: #859a04;
    margin-right: 10px;
}

.checkbox-inline {
    padding-right: 20px;
}

.carousel-item h5 {
    font-weight: bold;
    text-shadow: 0px 0px 10px black;
    text-transform: uppercase;
    font-size: 28px;
}

.carousel-item p {
    font-size: 14px;
    margin-bottom: 0px;
	text-shadow: 0px 0px 10px black;
}

.carousel-caption {
    padding-bottom: 0px;
}