/*-----------------------------------------------------------------------------------

    Template Name: App landing page Bootstrap5 HTML5 Template
    Template URI: site.com
    Description: App landing page Bootstrap5 HTML5 Template
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer

-----------------------------------------------------------------------------------*/
/*===========================
    01.navbar css 
===========================*/
.barsup{
	width:100%;
	padding: 10px;
	background:#1947B8;
	font-size: 20px;
	color: #fff;
}
.barsup a{
	color: #fff;
}
.header_navbar {
    position: absolute;
    top: 50px;
}
#logo{
	position: absolute;
	border-radius: 50%;
	border: solid 10px #f5f5f5;
	top: 10px;
}
@media screen and (max-width: 575px) {
    #logo{
		top: 50px;
	}
	.barsup{
		font-size: 16px;
	}
	.mobile{
		display:block;
	}
	.pas_mobile{
		display:none;
	}
	.hero-content h2{
	background-color : rgba(245,245,245,0.8);
	color:#1947B8;
	font-size: 8vw;
	padding: 20px 40px 20px 40px;
	}
	.hero-content h3{
		background-color : rgba(245,245,245,0.8);
		color:#1947B8;
		font-size: 5vw;
		padding: 20px;
	}
	.mtspe30{
		margin-top: 30px;
	}
	.count-up-wrapper p{
		padding: 80px 10px;
	}
}
@media screen and (min-width: 576px) {
	.mobile{
		display:none;
	}
	.pas_mobile{
		display:block;
	}
	.hero-content h2{
	background-color : rgba(245,245,245,0.8);
	color:#1947B8;
	font-size: 4.5vw;
	padding: 20px 40px 20px 40px;
	}
	.hero-content h3{
		background-color : rgba(245,245,245,0.8);
		color:#1947B8;
		font-size: 1.8vw;
		padding: 20px;
	}
	#header_navbar{
		height:100px;
		background: #f5f5f5;
	}
	#header_navbar ul li a{
		color: #666;
		text-transform:uppercase;
	}
	#header_navbar ul li a:hover, #header_navbar ul li a.active{
		color: #1947B8;
	}
	.count-up-wrapper p{
		padding: 80px 70px;
	}
}
@media screen and (min-width: 1820px) {
	.hero-content h2{
	font-size: 4vw;
	}
	.hero-content h3{
		font-size: 1.5vw;
	}
}
@media screen and (min-width: 1910px) {
	.hero-content h2{
	font-size: 3.8vw;
	}
	.hero-content h3{
		font-size: 1.3vw;
	}
}




.search-area p{
	text-align: center;
	color: #444;
}
.search-area p a{
	color: #444;
}


.video-area .video-wrapper {
    background-image: url("../images/video/tollens.jpg");
    position: relative;
    z-index: 1;
}
.video-area .video-wrapper2 {
    background-image: url("../images/video/realisations.jpg");
    position: relative;
    z-index: 1;
	height: 350px;
}
.video-area .video-wrapper3 {
    background-image: url("../images/video/chantier1.jpg");
    position: relative;
    z-index: 1;
	height: 350px;
}
.video-area .video-wrapper4 {
    background-image: url("../images/video/reparation3.jpg");
	background-size: cover;
    position: relative;
    z-index: 1;
	height: 350px;
}
.video-area .video-wrapper5 {
    background-image: url("../images/video/traitement2-2.jpg");
	background-size: cover;
    position: relative;
    z-index: 1;
	height: 400px;
}
.video-area .video-wrapper6 {
    background-image: url("../images/video/deco-int.jpg");
	background-size: cover;
    position: relative;
    z-index: 1;
	height: 350px;
}
.video-area .video-wrapper7 {
    background-image: url("../images/video/interieur-galerie.jpg");
	background-size: cover;
    position: relative;
    z-index: 1;
	height: 350px;
}
.video-wrapper h1, .video-wrapper h2, .video-wrapper2 h1, .video-wrapper2 h2{
	color: #f5f5f5;
}

.feature-product-area .product-content h3{
	font-size:18px;
	color: #444;
	font-weight: normal; 
}

.testimonial-area .testimonial-wrapper .single-testimonial .testimonial-top .testimonial-info .image {
    max-width: 100px;
    height: 100px;
    border-radius: 50% !important;
    width: 100%;
}
.single-product .product-img img {
    width: auto;
}
.logodubas img{
	height: 100px;
}
.footer-area {
    background: #333F57;
    padding-top: 0px;
}
.copy-right a, .copy-right span{
	color: #f5f5f5;
}
.copy-right a:hover{
	text-decoration: underline; 
}

/*===========================
    01.FACADE 
===========================*/

.count-up-wrapper span{
	font-size: 20px;
	color:#666;
}
.count-up-wrapper a{
	color:#1947B8;
}
.video-wrapper3 h2, .video-wrapper4 h2, .video-wrapper5 h2, .video-wrapper6 h2, .video-wrapper7 h2{
	color: #fff;
}

/*===========================
    01.CONTACT
===========================*/

.lestitles{
	font-size: 36px;
	color:#1947B8; 
}
form#form_index input, form#form_index textarea, form#form_index div#example_alea{
	background:#f7f7f7;
}
form#form_index textarea{
	height:200px;
}
div.check_rgpd{
	font-family: "calibri", sans-serif;
	font-size:16px;
	color:#000;
	opacity:0.5;
}
.spergpd input{
	width:25px;
	border:solid 1px #ccc;
}
a.btn_envois:hover{
	color:#1947B8;
	border: solid 1px #1947B8;
}
