/********** Template CSS **********/
:root {
    --primary: #F7E9E68F;
    --secondary: #8CC641;
    --light: #F2F2F2;
    --dark: #54595F;
}

.btn {
    font-weight: 700;
    transition: .5s;
}

.btn:hover {
    -webkit-box-shadow: 0 8px 6px -6px #555555;
    -moz-box-shadow: 0 8px 6px -6px #555555;
    box-shadow: 0 8px 6px -6px #555555;
}

.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.navbar-dark .navbar-nav .nav-link {
    position: relative;
    margin-left: 30px;
    padding: 35px 0;
    font-size: 18px;
    color: var(--light);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

/* Debut video*/

.full-screen-video-container {
    position: relative;
    height: 100vh; !important;
    width: 100%; !important;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
 
 }

#im_cataab{height: 400px !important;}
/*.full-screen-video-container_cover{ height: 100vh;  width: 100vw; margin-top:- 100vh; position:absolute;background-color:rgba(28, 122, 56, 0.2);}*/

.full-screen-video-container video {
    z-index: -1;
    position: absolute;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
 	/*background-color:rgba(28, 122, 56, 0.2);*/
	height:140vh !important;

}


.full-screen-video-content {
    background-color: white;
    color: #333;
    padding: 20px;
    font-size: 70px;
    margin-top: 0px;
}


.full-screen-image-container {
    position: relative;
    height: 100vh; !important;
    width: 100%; !important;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.full-screen-image-container_cover
{
    
    height: 100vh;
    width: 100vw;
    margin-top:- 100vh;
    position:absolute;
	background-color:rgba(28, 122, 56, 0.2);
}
.full-screen-image-container img {
    z-index: -1;
    position: absolute;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	height:140vh !important;
}

.full-screen-image-content {
    background-color: white;
    color: #333;
    padding: 20px;
    font-size: 70px;
    margin-top: 0px;
}
	

.full-screen-video-container h1 , .full-screen-image-container h1 {
   /* margin-top: 200px!important;*/
   margin-top: 475px!important;
    color: white;
    position: relative;
    z-index: 3000000;
    text-align: center !important;
	 
  }

.acrrocheh1 {color:#54595F !important;}
/* Fin video*/

/* ----------  Cookie consent ----------- */

.cookie_consent .flex{align-items:center;}

	.cookie_consent input[type=radio] {
		display:none;		
	}
	.cookie_consent .t-c-4-1-o2{
		position:relative;
		height:25px;
		
	}
	.btn_background{
		position:absolute;top:0;left:20px;
		width:60px; height:25px;
		border-radius:20px;		
		background-color:ffffff;
		
		z-index:1;
		border:1px solid grey;
		line-height:20px;
		transition:background-color 0.6s ease 0s;
	}
	
	/*couleur du rond dans bouton */
		.ball{
			width:23px;height:23px;border-radius:15px;
			background-color:white;
			background: -webkit-linear-gradient(top, #fafafa 0%, lightGrey 100%);
			background:    -moz-linear-gradient(top, #fafafa 0%, lightGrey 100%);
			background:         linear-gradient(top, #fafafa 0%, lightGrey 100%);
			border:1px solid grey;
			position:absolute;
			top:1px;left:21px;
			transition:left 0.6s ease 0s;
			z-index:2;
		}
		.btn_background span{
			font-size:0.6em;
		}
		.color_on{
			color:#fafafa;
			padding-left:8px;
		}
		.color_off{
			color:#fbb63e;
			padding-left:2px;
		}
		.cursor_disabled,.cursor_disabled+.ball{cursor:not-allowed;}
	.cookie_consent label{
		cursor:pointer;
		width:60px;height:25px;
		position:absolute;top:0;left:20px;
		z-index:3;
	}
		.cookie_consent .btn_enable:checked  ~ .ball{left:56px;}
		.cookie_consent .btn_enable:checked  ~ .btn_background{background-color:#fbb63e;}
		
		.cookie_consent input[type=radio]+label{display:block;} /* Other way around, to show label which allows to enable the opposite */
		.cookie_consent input:checked+label{display:none;}
		
	#cookie_save{
		text-align:right;
		margin:20px 80px 0 0;
	}


/* ------------------------------------------------------------------------------------------ */
/* -------------------------------    COOKIES POPUP      ------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
#close_cookie{display:none;}
	#close_cookie:checked + #cookie_consent_popup{display:none;}

#cookie_consent_popup{
position:fixed;
	/*bottom:30px;left:30px;*/
	bottom:0px;
	left:0px;
	width:100%;
	/*height:180px;*/
	
	background-color:#fbb63e;
	background-color: rgb(0, 0, 0, 0.9);
	height:auto;
	 padding:15px 20px;
	 z-index:2000;
}
	#cookie_consent_popup h1{
		font-size:1.2em;
	}
		#cookie_consent_popup h1:before{
			content:"";
			padding:0;
		}
#cookie_consent_popup p{
		font-size:0.7em;
		
	}
	
	
	#cookie_consent_popup #close_cookie_box{
		 padding:5px 10px;
		cursor:pointer;
		font-size:1em;
		/*border:1px solid #eeeeee;*/ 
		 background-color:#FF0000; 
		color:white;
	}
	#cookie_consent_popup a:link{ text-decoration: none; }

	#cookie_consent_popup #ok_cookie_box{
		padding:5px 10px;
	   cursor:pointer;
	   font-size:1em;
	   /*border:1px solid #eeeeee;*/ 
		background-color:#21A524; 
	   color:white; margin-right:0.2%;
   }


	#cookie_consent_popup #param_cookie_box{
		 
		cursor:pointer;
		font-size:1em;
		 padding:5px 10px;
		font-weight:700;
		color:white;
		/*border:1px solid #eeeeee;*/ 
		  background-color:#696969; 
	}#cookie_consent_popup p{
		font-size:0.7em;
		
	}
	
	
	#cookie_consent_popup #close_cookie_box{
		 padding:5px 10px;
		cursor:pointer;
		font-size:1em;
		/*border:1px solid #eeeeee;*/ 
		 background-color:#FF0000; 
		color:white;
	}
	#cookie_consent_popup #param_cookie_box{
		 
		padding: 5px 10px;
cursor: pointer;
font-size: 1em;
 
margin-right: 0.2%;
		color:white;
		/*border:1px solid #eeeeee;*/ 
		  background-color:#696969; 
	}
	
/* FIN COOKIES */	
	
	
#im_log{ height:80px !important;}

@media (min-width: 992px) {
    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        bottom: 0;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}

.bg-hero {
    background: url(../img/accueil-im1.png) top right no-repeat;
    background-size: contain;
}

@media (max-width: 991.98px) {

#lap-rech {display:none;}
    .bg-hero {
        background-size: cover;
    }
}

.about-start,
.about-end {
    background: url(../img/about-bg.png) center center no-repeat;
    background-size: contain;
}

@media (min-width: 992px) {

#mob-rech {display:none;}

    .about-start {
        position: relative;
        margin-right: -90px;
        z-index: 1;
    }

    .about-end {
        position: relative;
        margin-left: -90px;
        z-index: 1;
    }
}

.service-item,
.contact-item {
    /*background: url(../img/service.png) top center no-repeat;*/
    background-size: cover;
    transition: .5s;
 	background-color: rgba(8, 9, 7, 0.8);
}

.service-item:hover,
.contact-item:hover {
   /* background: url(../img/service.png) bottom center no-repeat;*/
    background-size: cover;
	background-color:rgba(35, 23, 36, 0.8);
}

.service-item .service-icon,
.contact-item .contact-icon {
    margin-top: -50px;
    width: 100px;
    height: 100px;
    color: var(--secondary);
    background: #FFFFFF;
    transform: rotate(-45deg);
}

.service-item .service-icon div,
.contact-item .contact-icon div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    transition: .5s;
}

.service-item .service-icon i,
.contact-item .contact-icon i {
    transform: rotate(45deg);
    transition: .5s;
}

.service-item:hover .service-icon div,
.contact-item:hover .contact-icon div {
    background: var(--secondary);
}

.service-item:hover .service-icon i,
.contact-item:hover .contact-icon i {
    color: var(--primary);
}

.service-item a.btn {
    position: relative;
    bottom: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: 0;
    opacity: 1;
}

.bg-quote {
    background: url(../img/quote.png) top right no-repeat;
    background-size: contain;
}

@media (max-width: 991.98px) {
    .bg-quote {
        background-size: cover;
    }
	
	#im_cataab{height: auto !important;}
	
	
}

.team-item {
    position: relative;
    margin-bottom: 45px;
}

.team-text {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*background: url(../img/team.jpg) bottom center no-repeat;*/
    background-size: cover;
    height: 90px;
    padding: 0 30px;
    right: 45px;
    left: 45px;
    bottom: -45px;
    transition: .5s;
    z-index: 1;
	background-color:#131113;
}

.team-item:hover .team-text {
    height: 50%;
    bottom: 0;
	color:#FFFFFF;
	background-color:rgba(117, 128,94,0.5);
}

.team-social {
    position: absolute;
    transition: .1s;
    transition-delay: .0s;
    opacity: 0;
}

.team-item:hover .team-social {
    transition-delay: .3s;
    opacity: 1;
}

.bg-testimonial {
    background: url(../img/testimonial.png) top left no-repeat;
    background-size: contain;
}


.bg-service-cat{
 background: url(../img/testimonial.png) top left no-repeat;
    background-color:green;
    background-size: auto;
  background-size: contain;
}

@media (max-width: 991.98px) {
    .bg-testimonial {
        background-size: cover;
    }
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: start;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next{
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--secondary);
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .owl-item img {
    width: 60px;
    height: 60px;
}

.bg-call-to-action {
    background: url(../img/call-to-action.png) top right no-repeat;
    background-size: contain;
}

.bg-footer {
   /* background: url(../img/footer.jpg) center center no-repeat;*/
    background-size: contain;
}

@media (max-width: 991.98px) {
    .bg-call-to-action,
    .bg-footer {
        background-size: cover;
    }
}


@media screen and (max-width: 870px){
.container_refonte_produits {margin-bottom: 7%;!important;   }
.container_refonte_produits img {height:7%!important; width:auto!important; margin-bottom:0px!important;  }
.full-screen-image-container, .full-screen-video-container  {height: 50vh;!important;}
.full-screen-image-container img, .full-screen-video-container img {width:auto; height:auto; top:50%; left:50%; height:30vh !important;}
 
.full-screen-video-container{  height: 78vh; width: 100%; margin: auto; }

}


@media (max-width: 429px) {

.btn { width: 100%!important; margin-top:1% !important; }
#im_log{ height:70px !important;}
}