/*
Bismi Allah, 03-10-2022
Just me @ Yassine 
*/
html, body{
  height: 100%;
}
body{
	font-family: 'Noto Naskh Arabic', serif;
}
a {
    color: #214099;
    text-decoration: none;
}
a:hover {
    color: #3265f6;
    text-decoration: none;
}
section{
	padding: 50px 0 50px 0;
}
h1, h2, h3 h4, h5{
	font-weight: 700;
}
h2{
    font-size: 2.5rem;
}
p{
	font-size: 1.1rem;
	font-weight: 300;
}

.logo{
	max-width: 100%;
	width: 76px;
}
.logo:hover{
	opacity: 0.7;
	cursor: pointer;
}
.header-top-bg{
	background: url(../img/header-top-bg.png) center bottom no-repeat;
	background-size: 100% 100%;
    height: 56px;
    width: 100%;
    z-index: 9;
    position: absolute;
    margin-top: -1px;
}
.rs-icon img{
    width: 30px;
    max-width: 100%;
}
.rs-icon img:hover{
	cursor: pointer;
	opacity: 0.7;
}
@media (min-width: 992px){
.navbar-expand-lg .navbar-collapse {
    justify-content: center;
}
}
.masterhead .navbar-nav .nav-link{
	color: #006937;
	font-weight: 500;
}
.masterhead .navbar-nav .nav-link:hover, .masterhead .navbar-nav .nav-link.active, .masterhead .navbar-nav .show>.nav-link {
    color: #41b079;
}
@media (min-width: 1201px){
.masterhead .navbar-nav .nav-link{
	padding-left: 18px;
    padding-right: 18px;
}
}
.menu-cont{
	background: #fff;
}
.masterhead video{
    /*margin-top: -39px;*/
    margin-bottom: -10px;
}
.masterhead video:hover{
	cursor: pointer;
	filter: saturate(1.2) brightness(1.1);
}
#prix{
	background: #bc1b1f;
}
.color-yellow1{
	color: #ffcc33 !important;
}
#prix h1{
	color: #ffcc33;
}
#prix p{
	font-size: 1.2rem;
	font-weight: 500;
	color: #fff;
}
#prix img{
	width: 170px;
	max-width: 100%;
	transition: 0.8s all;
}
#prix img:hover{
	transform: rotate(5deg);
}
#localisation{
	background: #fcfcfc;
}
#localisation h2{
	color: #006937;
	margin-bottom: 20px;
}
#caracteristiques{
	background: #ebebeb;
}
#caracteristiques h2{
	color: #006937;
	margin-bottom: 56px;
}
#caracteristiques .caracteristiques-icon{
	width: 100px;
    max-width: 100%;
    margin-bottom: 12px;
}
#caracteristiques h6{
	color: #006937;
	margin-bottom: 60px;
	font-size: 1.2rem;
}
#caracteristiques video{
    box-shadow: 0 6px 18px #00000038;
}
#caracteristiques video:hover{
	cursor: pointer;
	filter: saturate(1.2) brightness(1.1);
}

#whatsup{
	background: #52d494;
}
#whatsup h2{
	color: #fff;
	margin-bottom: 26px;
}
#whatsup a img{
	width: 216px;
	max-width: 100%;
	transition: 0.5s all;
	animation: animbtn 1s infinite;
}
@keyframes animbtn {
  0%   {transform: scale(1)}
  50%  {transform: scale(0.93)}
  100% {transform: scale(1)}
}
#whatsup a img:hover{
	/*transform: scale(0.93);*/
	animation: none;
	filter: brightness(1.05);
}
#whatsup a img:focus{
	animation: none;
	transform: scale(0.93);
}
#contact{
	background: url(../img/bg-contact.jpg) center no-repeat;
	background-size: cover;
}
#contact .bloc-form{
	background: #fff;
	max-width: 600px;
	padding: 46px;
	margin: 0 auto;
}
#contact h2{
	color: #d31f24;
	margin-bottom: 22px;
}
#contact .form-control{
    background: #e1e1e1;
    border-radius: 0;
    padding: 0.675rem 0.75rem;
    margin-bottom: 15px;
    text-align: center;
    font-size: 1.1rem;
}
#contact .form-control:focus{
    color: #212529;
    background-color: #fff;
    border-color: #36b376;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(23 141 52 / 25%);
}
#contact .btn-envoyer{
	width: 100%;
    background: #d31f24;
    border-radius: 4px;
    color: #fff;
    padding: 0.675rem 0.75rem;
    text-align: center;
    font-size: 1.1rem;
    border: none;
    font-weight: 700;
}
#contact .btn-envoyer:hover{
    background: #006937;
}
#temoignages{
	background: #ffffff;
}
#temoignages h2{
	color: #006937;
    margin-bottom: 36px;
}
#temoignages video{
	max-width: 100%;
}
#temoignages .carousel-control-next-icon, #temoignages .carousel-control-prev-icon {
    display: inline-block;
    width: 1rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}
#temoignages .carousel-control-prev-icon{
	background-image: url(../img/right-arrow.png);
}
#temoignages .carousel-control-next-icon{
	background-image: url(../img/left-arrow.png);
}
footer{
	background: #0b1b17;
	padding: 18px 15px;
}
footer p{
	color: #fff;
	font-family: Arial;
	font-size: 0.9rem;
	margin-bottom: 0;
}
footer a{
	color: #fff;
	text-decoration: none;
}
footer a:hover {
    color: #08a86f;
}
.whatsup-btn2-bloc{
	position: relative;
}
.whatsup-btn2{
	width: 66px;
    max-width: 100%;
    /*position: fixed;
    bottom: 23px;*/
    position: absolute;
    bottom: -17px;
    transition: 0.5s all;
}
.whatsup-btn2:hover {
    transform: scale(0.93);
}
.align-items-center-modify{
	    align-items: center!important;
}
#slideTemoignages {
	max-width: 560px;
	margin: auto;
	text-align: center;
}






/*for Tablet*/
@media (max-width:768px){
h2 {
    font-size: 1.8rem;
}
.align-items-center-modify{
	    align-items: start!important;
	    padding-top: 5px;
}
.logo {
    max-width: 100%;
    width: 40px;
}
.rs-icon img {
    width: 23px;
    max-width: 100%;
    margin-top: 18px;
}
.header-top-bg {
    background-size: 130% 100%;
    height: 26px;
}
#caracteristiques video {
    margin-bottom: 35px;
}

}

