@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:wght@300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Questrial&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
}
html{
    scroll-behavior: smooth;
}
#container {
    height: 100vh;
    background-image:linear-gradient(rgba(0, 0, 0, 0.7),#675afe), url(Images/R-Q6.jpg);
    background-size: cover;
   
}
.logo img{
    margin-top: 100px;
}
header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 15px;
    box-shadow: rgba(0, 0, 0 , 0.1) 0 0 10px;
    background-color: #fff;
    position: fixed;
    left: 0;
    right: 0;
   
    
    
}
header .logo {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
   
}
.logo{
    text-align: center;
}
.menu {
    display: flex;
    list-style: none;
}
.menu li {
    margin: 0 15px;
    color: #fff;
    font-size: 20px;
}
.menu a {
    padding: 15px;
    font-weight: bold;
    text-decoration: 0;
    color: #000;
    cursor: pointer;
    border-radius: 8px;
}
.menu :hover{
    background-color: #000;
    color: #fff;
}

#container-text{
    margin: 0 15%;
}
#container-text h1 {
    color: #f8f6f6;
    font-size: 50px;
    text-transform: capitalize;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: center;

}
#container-text h1 samp{
    color: #9494a3;

}
#container-text h2 {
    color: #f8f6f6;
    font-size: 30px;
    text-align: center;
}

#container-text p {
    color: #fff;
    font-size: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin: 20px 0 30px 0;
    
}
.container-text a{
    color: #000;
    text-decoration: 0;
    text-transform: lowercase;
    padding: 10px 30px;
    border-radius: 6px;
    border: 2px solid #fff;
    transition: 0.5s;
    font-size: 15px;
   

}

.container-text a:hover{
        background-color: #080808;
        color: #fff;
        letter-spacing: 1px;
        text-align: center;
    }

#home-info a{
        background: url(Images/R-Q7);
        border-radius: 6px;
        padding: 40px;
        animation: anime 2s linear;

    }

/*Scrollbar*/
::-webkit-scrollbar{
    width: 15px;
    height: 20px;
}
::-webkit-scrollbar-thum{
    background-color: #0e0c0c;
}
#a-propos {
    height: 100vh;
    margin:  0 10%;
}
.tittle-section{
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #675afe;
    font-size: 25px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
#sub-tittle-section{
    text-align: center;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 22px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-top: 30px;
    margin-bottom: 10px;
    background-color: #c5c3c3;
    border-radius: 6px;
}

 
#galerie{
    height: 100vh;
    width: 100%;
    margin-bottom: 150px;
    
}
.liste-photos{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
    padding: 0 22.5%;
    

}
.liste-photos .galerie-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.liste-photos .galerie-img{
    width: 49%;
    border-radius: 10px;
    position: relative;
    margin-bottom: 1%;
    overflow: hidden;
    cursor: pointer;
}
.liste-photos .galerie-img:hover img{
    transform: scale(1.2);
}
.Show-contry{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0 , 0.5);
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.Show-contry p{
    font-weight: bold;
    font-size: 20px;
}
.liste-photos .galerie-img:hover img .Show-contry{
    opacity: 1;
}
#Contact {
    margin:  5%;
    width: 80%;
    margin-bottom: 50px;
    text-align: center;
    box-shadow: rgba(0, 0, 0 , 0.1) 0 0 10px;
    background-color: #928e8e;
    
    
}

#Contact h1 {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 2px;
    
}
#Contact h2 a{
    font-size: 20px;
    text-decoration: none;
    color: #443232;
    
}
#Contact h3 a{
    font-size: 20px; 
    text-decoration: none;
    color: #443232;
    
    
}
#Contact h4 a{
    font-size: 20px; 
    text-decoration: none;
    color: #6b4c4c;
}
#Contact h3 a:hover{
    background-color: #a388f1;
    color:#000;
    border-radius: 3px;


}
#Contact h2 a:hover{
    background-color: #a388f1;
    color:#000;
    border-radius: 3px;

}
#Contact h4 a:hover{
    background-color: #09080c;
    color:#fff;
    border-radius: 3px;

}

#Noservice{
    text-align: center;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 22px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #1e1e1f;
    margin-top: 20px;
    background-color: #e6e1e1;
    border-radius: 6px;
    margin-bottom: 10px;
}


footer {
    
    text-align: center;
    padding: 5px 0;
    color: #706e6e;
}

.galerie{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.incendie{
        text-transform: capitalize;
        margin-bottom: 2px;
        font-weight: bold;
    }
    .container-text{
        padding: 0px 100px;
        font-size: 12px;
        
    }

@media screen and (max-width:926px){
    body{
        position: relative;
    }
    header {
        padding: 10px 20px;
    }
    .menu{
        flex-direction: column;
        position: absolute;
        background-color: rgb(243, 242, 242);
        top:0;
        left: 1500px;
        width: 50%;
        height: 50vh;
        align-items: center;
        display: flex;
        justify-content: center;
        backdrop-filter: blur(10px);
        transition: 0.2s;
        border-radius: 10px;
        
    }
    .menu li{
        margin: 10px 0;
    }
    .menu li a{
        text-transform: uppercase;
    }
    
    .button{
        width: 50px;
        height: 50px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        z-index: 100;
    }
    .button::after{
        content: "";
        position: absolute;
        width: 35px;
        height: 2px;
        background-color: #000;
        box-shadow: 0 10px 0 #000;
        transform: translateY(-10px);
        transition: 0.5s;
    }

    .button.active::after{
        box-shadow: 0 0 0 #000;
        transform: rotate(45deg);
    }
    .button::before{
        content: "";
        position: absolute;
        width: 35px;
        height: 2px;
        background-color: #000;
        transform: translateY(10px);
        transition: 0.5s;
    }
    .button.active::before{
        transform: rotate(-45deg);
    }
    .active{
        left: 0;
    }
    
    .logo img{
        width: 180px;
        text-align: center;
        justify-items: center;
        margin-bottom: 30px;
       
    }

    #container-text h1{
        margin-top: -23%;
        font-size: 35px;

    }
    #container-text h2{
        margin-bottom: 2px;
        font-size: 15px;  
        margin: 0%;
    }
    #container-text p{
        font-size: 15px;
        margin-top: -10%;

    }
    #container-text a{
        font-size: 10px;
        text-decoration: 0;
        border: 2px solid #93d6d0;
        border-radius: 6px;
        color: #fff;
        padding: 5px 20px;
        margin-top: 5px;
        font-weight: 600;
        text-transform: capitalize;
        transition: 0.5s;
        width: 100%;
        
    }
    .container-text{
        padding: 0px 30px
    }

    .container-text a:hover{
        background-color: #080808;
        color: #fff;
        letter-spacing: 1px;
    }

    .galerie img{
        width: 100%;
    }
    #Contact{
        width: 100%;
        background-color: rgb(165, 124, 97);
        border-radius: 15px;
    }
    .incendie{
        text-transform: capitalize;
        margin-bottom: 2px;
        font-weight: bold;
    }
    #Noservice{
        margin-top: 30px;
        margin-bottom: 10px;
        background-color: #c5c3c3;
    border-radius: 6px;
    }
    
    #home-info{
        border-radius: 6px;
        padding: 30px;
        animation: anime 2s linear;
    }
    
}