:root{
  --beeside-darkblue: #202332;
  --beeside-lightblue: #4584f0;
  --beeside-black: #000;
  --beeside-red: #4584f0;
  --beeside-primary: #4584f0;
  --beeside-lightgrey: #f7f7f7;
}




a {
    color: var(--beeside-darkblue);
}

.liame {
	cursor: pointer !important;
}

.btn-style-one {
    background-color: var(--beeside-lightblue);
}

/*
	HEADER
*/

@media only screen and (max-width: 767px) {

	.main-header .header-top .top-left {
	    display: block;
	    width: 100%;
	}
	
	.main-header .header-top .top-right {
	    display: none;
	}
	
	.main-header .header-top .info-list li {
		margin-right: 0;
		padding-left: 0;
	}
	.main-header .header-top .info-list li:last-of-type {
		padding-left: 18px;
		margin-left: 8px
	}
	
	.main-header .header-upper .logo img {
		max-width: 280px;
	}

}


.main-header .header-top .top-left:before {
	background-color: var(--beeside-lightblue);
}


@media only screen and (max-width: 360px) {
	.main-header .header-top .info-list li:first-of-type {
		display: none;
	}
}


.main-header .header-top .info-list li span {
    color: #fff;
}

.nav-outer .mobile-nav-toggler {
	font-size: 30px;
}

.nav-outer .mobile-nav-toggler {
    color: var(--beeside-darkblue);
}

.social-icon-one li a {
    color: var(--beeside-darkblue);
}


@media only screen and (min-width: 1024px){

	#menu-menu-1 li:last-of-type {
		display: none;
	}
	
	.main-header .outer-box {
    	margin-left: 30px;
    }

}

.sticky-header .main-menu .navigation > li:hover > a, .sticky-header .main-menu .navigation > li.current > a, .sticky-header .main-menu .navigation > li.current-menu-item > a {
    opacity: 1;
    color: var(--beeside-primary);
}


.main-header .header-top .info-list li a:hover {
	color: var(--beeside-darkblue);
}


/*
	HOMEPAGE
*/




.about-section .image-column .inner-column {
	padding-bottom: 0;
}

.text h3 {
	font-size: 24px;
    line-height: 1.2em;
    color: #1a2940;
    font-weight: 700;
    margin-bottom: 15px;
}


.banner-section .slide-item .content {
    vertical-align: bottom;
    padding-bottom: 70px;
}
    
    
.top-sections:before {
	background: none;
}


.feature-block .image-box .overlay-box .icon-box span {
    font-size: 100px;
    line-height: 1em;
    color: #fff;
}


.clients-section:before {
    background:none;
}
.clients-section:after {
    background-color: var(--beeside-darkblue);
    background: linear-gradient(to bottom right, var(--beeside-lightblue), var(--beeside-darkblue));
    opacity: 1;
}
.clients-section .sponsors-carousel {
	padding-bottom: 0px;
}
.client-block .image img {
	opacity: 1;
}



.project-block .overlay-box:before {
    border: 1px solid var(--beeside-red);    
}


/*
	Pages
*/

.services-section-two .owl-nav {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -50px;
}

.page-banner:before {
    background-color: var(--beeside-black);
    opacity: .85;
}

.services-section-two:before {
    background:none;
    opacity: .02;
}


.about-section {
    position: relative;
    padding: 110px 0 30px;
}
.about-section.first {
    position: relative;
    padding: 110px 0 30px;
}

.about-section .content-column {
    position: relative;
    margin-bottom: 30px;
}



.about-section.imgright .content-column .inner-column {
    padding-left: 0;
    padding-right: 65px;
}


.about-section.entreprise .image-column .inner-column {
	padding-bottom: 30px;
}





.call-to-action-three {
	padding-bottom: 10px;
}

.call-to-action-three i {
	font-size: 32px;
    background-color: #fff;
    margin-top: -40px;
    padding: 20px;
    color: var(--beeside-darkblue);    
}


.choisirclim .services-carousel {
	padding-bottom: 20px;
}
.choisirclim .inner-box:hover {
    background-color:#fff;
}
.choisirclim .info-box {
    padding: 40px 20px 40px;
    text-align: center;
}
.choisirclim .info-box .text {
    padding-top: 10px;
}

/*
	Realisations
*/

.realisation {
	background-color: #fff;
	padding-top: 30px;
}

.realisation.pos0 {
	padding-top: 40px;
}





/*
	Contact
*/

.contact-page-section .info-column .map  {
	position: relative;
    margin-left: -30px;
}
.contact-page-section .info-column .map iframe {
	width: 400px;
	height: 400px;
	max-width: 100%;
}
.contact-page-section .info-column .inner-column {
	padding-bottom: 10px;
}

@media only screen and (max-width: 768px){
	.contact-page-section .info-column .map iframe {
    	margin-left: 0px;
    		width: 100%;

	}
}



/*
	footer
*/

.newsletter-section.style-two.devisgratuit {
   padding: 50px 0px 10px;
}

.newsletter-section.style-two.devisgratuit:before {
    background: linear-gradient(to bottom right, var(--beeside-lightblue), var(--beeside-lightblue));
    opacity: 1;
}

.newsletter-section.devisgratuit .title-column .inner-column {
    padding-left: 80px;
}
.newsletter-section.devisgratuit .icon-box span {
	font-size: 50px;
	color:#fff;
}

.newsletter-section.devisgratuit .btn-style-one {
	background-color: #fff!important;
	color:var(--beeside-lightblue)!important;
}
.newsletter-section.devisgratuit .btn-style-one:hover {
    background-color: var(--beeside-lightblue)!important;
	color:#fff!important;
}
.newsletter-section.devisgratuit .btn-style-one:before {
    background-color: var(--beeside-lightblue)!important;
}


@media only screen and (max-width: 768px){
	.newsletter-section.devisgratuit .title-column .inner-column {
		padding-left: 0;
	}
	.newsletter-section.devisgratuit .inner-column {
		text-align: center;
	}
}




.main-footer {
    position: relative;
    background-color: #0d1522;
    color:#222;
}
.main-footer .widgets-section {
    padding: 80px 0px 0px;
}

.main-footer .logo img {
    max-width: 250px;
    opacity: 1;
}
.main-footer a {
	color:#fff;
}


.main-footer .noustrouver {
	color:#fff;
	margin-top: 5px;
	font-size: 16px;
}
.main-footer .noustrouver i {
	font-size: 20px;
	margin-right: 5px;
}

.scroll-to-top:hover {
    background: var(--beeside-red);
}


