/*

Template 2089 Meteor

http://www.tooplate.com/view/2089-meteor

*/

/*FONTS*/

/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:ital,wght@0,300;0,700;1,300&display=swap'); */


* {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans Condensed', arial, sans-serif;
}
ul {
	list-style: none;
}
p {
	color: rgb(141,141,141);
	font-size: 1.5em;
	letter-spacing: 0.em;
	line-height: 1.75em;
}
div.row ul li{
	font-size: 1.5em;
}
h2{
	

		font-family: 'Open Sans Condensed';
		font-size: 6em;
		color: rgb(160,190,55);
		font-weight: bold;
	
}
h3{
	

	font-family: 'Open Sans Condensed';
	font-size: 3.25em;
	color: rgb(160,190,55);
	letter-spacing: 0.2em;
	margin-top: 5px;
    margin-bottom: 25px;

}
h4{
	

	font-family: 'Open Sans Condensed';
	font-size: 2.25em;
	color: rgb(141,141,141);
	font-weight: bold;
	margin-top: 15px;
    

}
h5{
font-family: 'Open Sans Condensed';
	font-size: 2.25em;
	color: rgb(141,141,141);

	margin-top: 35px;
    

}
.primary-button a {
	display: inline-block;
	background-color: rgb(160,190,55);
	color: #fff;
	font-family: 'Open Sans Condensed';
    padding:0.5em 2em 0.5em 2em; 
	font-size: 1.75em;
	font-weight:normal;
	text-decoration: none;
	border-radius: 40px;
	transition: all 0.5s;
}
.primary-button a:hover {
	background-color: rgb(136, 163, 39);
	
	transition: all 1s;
}
.white-button a {
	display: inline-block;
	background-color: #fff;
	padding: 12px 18px;
	color: #121212;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
	transition: all 0.5s;
}
.white-button a:hover {
	background-color: #121212;
	color: #fff;
}
.section-heading h4 {
	text-align: center;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 700;
	color: #121212;
}
.section-heading .line-dec {
	width: 60px;
	height: 3px;
	background-color: #121212;
	margin: 0 auto;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 10000;
    transition: all 0.2s ease-in-out;
    height: 180px;
    background-color:#fff;  
    text-align: center;
    line-height: 40px;
}
.info-contact{
	background-color: rgb(160,190,55) !important;
	height: 40px;
	
}
.info-contact a{
	color:white;
	text-decoration: none;
	font-size: medium;
	padding-right: 10px;
}
.banner{
	background-image: url("../img/slide_01.jpg");
	height: 550px;
	margin-top: 180px;
}

.banner-partenariats,.banner-prestations,.banner-contact,.banner-produits,.banner-rapports{
	
	margin-top: 180px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
  	height: 550px;
}
.banner-partenariats{
	background-image: url("../img/partenariats/partenariats.jpg");
}
.banner-prestations{
	background-image: url("../img/prestations/prestations.jpg");
}
.banner-contact{
	background-image: url("../img/contact/contact.jpg");
	
}
.banner-produits{
	background-image: url("../img/produits/produits.jpg");
	
}
.banner-rapports{
	background-image: url("../img/rapports/Rapport-installation.jpg");
	
}
.eslogan{
    font-family: 'Open Sans Condensed', sans-serif !important;
    font-style: normal;
    font-size: 2em !important;
    text-shadow: 2px 2px rgb(0,0,0) !important;
    border-left: 0px !important;
    text-align: center;
    color: white;
    padding-top: 1.5em;
	animation: 1s ease-out;
	display: none;
}

.autor-eslogan{
	font-family: 'Open Sans Condensed', sans-serif !important;
	font-size: large;
	text-shadow:2px 2px rgb(0,0,0) !important;
}
.flecha-down {
    width:0px;
    height:0px;
    border-left:35px solid transparent; /* izquierda flecha */
    border-right:35px solid transparent; /* derecha flecha */
    border-top:35px solid white; /* base flecha y color*/
    font-size:0px;
	line-height:0px;
	position: relative;
	top:-35px;
	left: calc(50% - 35px);
}
/*partenariats*/
.counter{
	color:rgb(160, 190,55);
	font-size: 3em;
    font-weight: bold;

}
.feature-text{
	color:rgb(255,255,255)  !important;font-size: 3em; font-weight: bold;
	padding-bottom: 1em;
}
.feature-explanation{
	color:rgb(255,255,255); 
	font-size: 1.5em; font-weight: bold; 
	padding-left: 34%;
	padding-right: 34%;
}
.sello-descrip{

	font-size: 2em;
    font-weight: bold;
    line-height: 1.25em;
}
/*end partenariats*/
/*prestations*/
#prestations-clients{

	background-image: url("../img/prestations/solutions.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
  	height: 230px;
	color:white;
	
	font-weight: bold;
	position:relative;

}
.prestation-clients-text{
  	margin: 0;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
	text-align: center;
	width: 90%;
	
	font-size: 2.75em;
}
/*end prestations*/
/*Produits*/
.produits-remark{
	font-weight: bold;
	color: rgb(160,190,55);
}

/*End Produits*/

/*Cookies*/
.cookies_panel{

	position:fixed;
	bottom:0px;
	width: 100%;
	height: 120px;
	/* background-color: rgba(73,185,41,0.95); */
	background-color: rgba(102,102,102,0.95);
	color:white;
	font-size: large;
	text-align: center;
	border-radius: 20px 20px 0px 0px;

}
.cookies_content{

	position:relative;
	margin: 1rem;
}
.cookies_buttons{
	margin-top: 2.5rem;
}
#cookies_accept{
	background: rgb(160,190,55);
    padding: 1.5rem;
    border-radius: 7px !important;
}
#cookies_accept:hover{
	cursor: pointer;
	padding:1.75rem;
}
/*End Cookies*/
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a {
	text-shadow: none;
	font-size: large;
}

.navbar-brand {
	line-height: 80px;
	padding: 0px;
}

.navbar-nav>li>a {
	color: rgb(157,157,157) !important;
	font-size: large;
	font-weight: 300;
	text-shadow: none;
	line-height: 40px;
	padding-top: 25px;
	letter-spacing: 0.5px;
	
}
.navbar-nav>li>a:hover,.navbar-nav>li>a:focus{
	color:rgb(157,157,157) !important;
}

.navbar-nav>li>a.current,.header.active .navbar-nav>li>a.current{

	  border-bottom: 2px solid rgb(160,190,55);
	  padding-bottom: 0px;
	  padding-right: 3px;
	  padding-left:3px;
	  color:rgb(160,190,55) !important;
}
.navbar-nav>li {
	margin-left: 24px;
}

.header.active .navbar-nav>li>a {
	
	
	text-shadow: none;
	color: rgb(157,157,157) !important;
	
}

.header.active {
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.navbar-brand .logo,.header.active .navbar-brand .logo{
	background-image: url(../img/logo_talimai.png);
	display: inline-block;
	width: 314px;
	height: 136px;
	background-repeat: no-repeat;
}
#main-nav {
	background-color: transparent;
	background-image: none!important;
	padding-top:30px !important;
}
.header .navbar-brand {
    font-weight: 900;
}
.navbar-inverse {
	background-image: none;
	background-color: transparent;
}
.header .navbar {
    margin: 0;
    border: none;
}
.page-section {
    padding: 35px 0;
}
.navbar-inverse .navbar-toggle {
	margin-top: 22px;
	border-color:rgb(160,190,55);
	background-color: rgb(160,190,55);

}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: rgb(160,190,55);
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 15px!important;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.parallax{
	width: 100%;
    padding: 80px 0px;
    color: #fff;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}
.parallax-etude-realisation {
	background-image: url(../img/parallax.jpg);
    
}
.parallax-partenariats{
	background-image: url(../img/partenariats/parallax_partenariat.jpg);
}
.parallax .right-image img {
	overflow: hidden;
	display: block;
	margin: auto;
	padding: 3em 0 3em 0;
	max-width: 90%;
}
.parallax h4 {
	text-align: center;
}
.parallax p {
	margin-bottom: 3px;
	color: rgb(141,141,141);
	text-align: center;
	width: 50%;
	margin-left: 25%;
}

.parallax .right-image .primary-button  a{
	
	background-color:rgb(242,249,252);
	color:rgb(141,141,141);
	border-radius: 1px;
	margin-bottom: 25px;
}
.parallax .right-image .primary-button  a:hover{
	background-color: rgb(205, 211, 214);
}
/* CONTACT US */

#contact .section-heading h4 {
	color: #fff;
}

#contact .section-heading .line-dec {
	background-color: #fff;
}

#contact .section-heading {
	margin-bottom: 60px;
}

#contact {
	
	
	width: 100%;
	
}

#contact .map img {
	width: 100%;
	overflow: hidden;
}

#contact input, #change_pass_form input {
	border-radius: 0px;
	padding-left: 15px;
	font-size: 2rem;
	color: rgb(141,141,141);
	background-color: rgb(236, 236, 236);
	outline: none;
	border: none;
	box-shadow: none;
	line-height: 50px;
	height: 50px;
	width: 100%;
	margin-bottom: 30px;
	border: thin solid rgb(160,190,55);
}
.login_text{
	padding-left: 0.5rem;
	font-size: medium;
}
#main-nav ul li[data-option="logged"] a{
	color: rgb(160,190,55) !important;
	font-weight: bold;
	
}
#contact input[type="submit"]{

    background-color: white;
    color: rgb(160,190,55);
    border: thin solid rgb(160,190,55);
	border-radius: 40px;
	padding: 1rem 4rem 1rem 4rem;
	width: auto;
	line-height: normal;
	font-size: 3rem;
	height: auto;
}
#contact textarea {
	border-radius: 0px;
	padding-left: 15px;
	font-size: 2rem;
	color: rgb(141,141,141);
	background-color: rgb(236, 236, 236);
	outline: none;
	border: none;
	box-shadow: none;
	height: 165px;
	max-height: 220px;
	width: 100%;
	margin-bottom: 25px;
	border: thin solid rgb(160,190,55);
}

#contact button {
	display: inline-block;
	background-color: #a2cf8d;
	padding: 12px 18px;
	color: #fff;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
}

#contact button:hover {
	color: #fff;
	background-color: #5c9d7d;
	transition: all 0.3s;
}


/* FOOTER */

footer {
	background-color:  rgb(160,190,55);
	height: 88px;
	border-top: 4px solid yellow;
}

footer p {
	font-size: 1em;
	color:white;
	margin-bottom: 0px;
	margin-top: 1.75em;
	font-family: "Open Sans Condensed";
	line-height: normal;
}
footer p a{
	color:white;
}
footer p a:hover{
	color:white;
	text-decoration: none;
}
footer em {
	font-style: normal;
	font-weight: 700;
	color: #a2cf8d;
}

footer ul {
	margin-top: 15px;
	float: right;
}

footer ul li {
	display: inline-block;
	margin-left: 5px;
}

footer ul li a {
	font-size: 16px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	display: inline-block;
	background-color: #a2cf8d;
	color: #202628;
	border-radius: 50%;
}

footer ul li a:hover {
	color: #202628;
	background-color: #5c9d7d;
	transition: all 0.5s;
}


/* PORTFOLIO */

#portfolio {
	text-align: center;
	background-color: white;
	margin-top:150px;
}

.project-item {
	margin-top: 30px;
}

.project-item .thumb {
	position: relative;
	text-align: center;
	display: inline-block;
}

.project-item .thumb img {
	overflow: hidden;
    height: 166px;
	width: 250px;
    object-fit: cover;
	overflow: hidden;
}

.project-item .hover-effect {
	position: absolute;
	background-color: rgba(160, 190, 55, 0.6);
	width: 100%;
	top: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	transition:all 0.25s;
}

.project-item .hover-effect i {
	text-align: center;
	margin-top: 60px; 
	display: inline-block;
	width: 66px;
	height: 66px;
	background-color: #fff;
	line-height: 66px;
	color: rgb(160, 190, 55);
	border-radius: 50%;
	font-size: 18px;
}

.project-item .hover-effect i:hover {
	background-color: rgb(160, 190, 55);
	color: #fff;
	transition: all 0.5s;
}

.project-item:hover .hover-effect {
	opacity: 1;
	visibility: visible;
}

/* LIGHT BOX */

body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 100000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 16px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/*login*/
#loginPanel{
	padding:3rem;
	border-radius: 0.5rem;
	position: fixed;
	min-height: 20%;
	min-width: 33%;
	left: 33%;
    top: 40%;
	background-color: white;
	border-color: rgb(160,190,55);
	border-style: solid;
	opacity: 0.95;
	display: none;
  }
#loginPanel [data-widget-part="closePanel"]{

	cursor: pointer;
	text-align: right;
}

  #doLoginBtn{
	padding: 1rem;
	padding-right: 0;
}
#buttonLogin {
    position: absolute;
    top: 0px;
    right: 3%;
    font-size: x-large;
    color: white;
    cursor: pointer;
}
#loginPanel [data-widget-part="login_message"]{
	display: none;
	color:red;
	text-align: center;
}
#loginPanel [data-widget-part="logged-panel"]{
	text-align: center;
    
}
/* RESPONSIVE */

@media (max-width: 480px) {
	.page-section {
		padding: 20px 0;
	}
    .page-section h1 {
		font-size: 3em;
    }
    .page-section h2 {
        font-size: 2em;
    }
    .page-section p {
        font-size: 2rem;
        margin: 0 0 20px;
    }
	.feature-text{
		font-size: 2em;
	}
	#loginPanel{
		min-width: 60%;
		left: 20%;
	}
}

@media (max-width: 768px){
	
	
	.header{
		height: 150px;
	}
	
	.header .navbar-brand {
        padding-left: 0;
	}
	.container{
		width: 100% !important;
	
	}
   
	#main-nav {
		border-color: rgba(250, 250, 250, 0.95);
		margin-top: 0px;
		background-color: rgba(250, 250, 250, 0.95);
		box-shadow: 0px 5px 10px #cdcdcd;	
		padding-top: 20px !important;
		padding-left: 0px !important;
		
	}
	.navbar-nav {
		padding: 0px;
		margin-top: 0px;
		margin-top: 0px;
	}
	.navbar-nav>li {
		margin-left: 0px;
		border-bottom: 1px solid #eee;
	}
	.navbar-nav>li:last-child {
		border-bottom: none;
	}
	.navbar-nav>li>a {
		line-height: 30px;
		padding-top:20px;
	}

	.eslogan{

		font-size: x-large !important;
		padding: 5px 3px;
		text-shadow: 1px 1px rgb(141,141,141)
	}
	.banner,.banner-partenariats,.banner-prestations,.banner-produits,.banner-contact,.banner-rapports{
		margin-top: 150px;
		height: 220px;
		
		background-repeat: no-repeat;
	}
	.banner-partenariats{
		background-image: url("../img/partenariats/partenariats-small.jpg");
	}
	.banner-produits{
		background-image: url("../img/produits/produits-small.jpg");
	}
	.banner-contact{
		background-image: url("../img/contact/contact-small.jpg");
	}
	.banner-rapports{
		background-image: url("../img/rapports/Rapport-installation.jpg");
	}
	.autor-eslogan{
		font-size:medium;
	}
	
	
	#main-nav{
		padding-top:70px;
	}
	.cookies_panel{
		height: 165px;
	}
}
@media(max-width:992px){
	.navbar-brand .logo,.header.active .navbar-brand .logo {

		background-image: url(../img/logo_talimai_small.png);
		width:250px;
		

	}
	#main-nav{
		margin-top:52px;
		/* margin-left: 125px; */
		padding-top: 5px !important;
		padding-left: 120px;
	}
	.prestations-viabilite{
	
		padding-top: 0px !important;
		margin: auto;
		width: 80%;
	}
}
@media(min-width:1200px){

	.logo-partenariat-side{

		padding-top:3.2em;
	}
}
@media(max-width:1200px){

	/* .navbar-nav{
		float:left;
		padding-top: 20px;
		margin-left: 125px;
	} */
	.navbar-nav>li {
		margin-left: 0px;
	}
	.cd-hero-slider .cd-full-width, .cd-hero-slider .cd-half-width {
		padding-top: 250px;
	}
	.feature-explanation{
		padding-left: 2%;
		padding-right:2%;
	}
	.prestation-clients-text{
		font-size: 2em;
	}
}
@media (max-width: 1015px){
	
	.parallax .right-image {
		margin-top: 60px;
	}
	
	footer {
		text-align: center;
	}
	footer ul {
		float: none;
	}
}