/*
 * Title:   Custom Style File
 * Author:  http://themeforest.net/user/soaptheme
 */

.button {
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 0 15px;
  white-space: nowrap;
  font-size: 0.9167em;
  font-weight: bold;
  background: #98ce44;
  height: 34px;
  line-height: 34px;
}


.button.btn-large {
  padding: 0 32px;
  height: 43px;
  font-size: 1.1667em;
  line-height: 43px;
}

.button.btn-medium {
  padding: 0 32px;
  height: 34px;
  line-height: 34px;
  font-size: 1em;
}

.button:hover {
  background: #7fb231;
}

select.ui-datepicker-year {
    color : black;
    width : 100px;
}


iframe.carte {
	height: 400px;
	width: 100%;
	border: 0;
}

h1.h1-description {
	margin-left: 3%;
	margin-right: 3%;
	background-color: transparent;
}

h2.entry-title {
	color : #285e8e;
	font-weight: bold;
}

.tab-pane {
  /* padding: 10px !important; */
}

.page-title-container .breadcrumbs li:after {
	content: "";
}

.page-title-container .breadcrumbs li a {
	padding-right: 0px;
}

#content {
  padding: 30px 0;
  min-height: 300px;
}

 label {
  display: inline-block !important;
 }

.carousel-caption {
	bottom: 14px;
	left: 35px;
}


.carousel-caption * {
	display: table;
}

.carousel-caption h1, .carousel-caption h2, .carousel-caption h3, .carousel-caption h4, .carousel-caption h5, .carousel-caption h6 {
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: left;
	font-size: 2em;
	padding: 5px 30px;
	margin: 0 0 5px 0;
}

.carousel-caption p {
	background-color: rgba(0, 0, 0, 0.38);
	color: #fff;
	text-align: left;
	font-size: 1.5em;
	padding: 5px 10px;
	margin: 0 0 5px 0;
}

.carousel-caption h2 { font-size: 2.5em; }
.carousel-caption h3 { font-size: 2em;   }
.carousel-caption h4 { font-size: 1.35em; }
.carousel-caption h5 { font-size: 1.2em; margin-top:200px; }
.carousel-caption h6 { font-size: 1em; }

.carousel-caption a { font-size: 0.89em; }

.carousel-caption a:hover {
  color: #fff;
}

.ekko-lightbox.modal {
  z-index: 9999;
}

#medias-photo-tab .media {
  width: 24%;
    min-height: 200px;
  overflow: hidden;
  float: left;
  margin: 0 1% 10px 0;
  background-color: #fff;
  padding: 5px;
  vertical-align: middle;
  text-align: center;
}
#medias-photo-tab .media:hover {
  background-color: #f7f7f7;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#medias-photo-tab .media .title {

}

#medias-photo-tab .media img {
  width: 100%;
  height: auto;
  max-height: 165px;
  margin-bottom: 10px;
}

#medias-photo-tab .caption {
  padding-bottom: 2px;
}

/* HOMEPAGE galeries */

.home-page #medias-photo-tab .media {
  height: 250px;
}
.home-page #medias-photo-tab .media:hover {
  background-color: #f7f7f7;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.home-page #medias-photo-tab .media a {
  max-height: 160px;
  overflow: hidden;

  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.home-page #medias-photo-tab .media img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.home-page #medias-photo-tab .caption .title {
  margin-top: 10px !important;
  margin-bottom: 4px !important;
}

/* Gallery modal lightbox bootstrap 3 */
.modal-dialog {
  margin-top: 30px !important;
}

.modal-body {
  padding-top: 0px;
}

.modal-content .modal-header {
  border: 0;
  padding: 8px 20px 4px 20px !important;
  line-height: 0.1 !important;
}

.modal-title {
  font-size: 1.2em;
}



#search-bar {
  border: 1px solid #444;
  border-bottom: 2px solid #555;
  background-color: #444;
  min-height: 210px;
  width:100%;
  z-index: 10000;
  position: absolute;
  top: 69px;

}

/* Marie Custom */

#logo_company_site {
	top: 0;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    border: 0;
    margin-bottom: 25px;
    overflow: hidden;
	float:left;
}

#logo_company_site img {
    margin: 0 auto;  
}

.navbar-nav {
	width: 90%;
    margin: 0 10%;
}

@media (max-width: 1280px) {
#menu {
    right: 30px !important;

}
}
