
@import url('https://fonts.googleapis.com/css2?family=Gentium+Plus:ital,wght@0,400;0,700;1,400;1,700&display=swap');

.home {
    height:100vh;

}
.navbar {
    background-color: #fff;
    height: 80px;
    padding: 0.5rem;
    margin: 20px;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    
}
.offcanvas-body{
    justify-content: center;
}
.navbar-brand img {
    height: 50px;
    width: auto;
    cursor: pointer;
}

.nav-link {
    color: #787878;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding: 8px 15px;
    transition: color 0.3s ease;
    text-decoration: none;
}

.nav-link:hover,
.nav-link.active {
    color:#555151; 
}



.nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 100%;
    height: 2px;
    background-color: #555151;
    transition: transform 0.3s ease-in-out;
    visibility: hidden;
}

.nav-link:hover::before,
.nav-link.active::before {
    transform: translateX(-50%) scaleX(1);
    visibility: visible;
}
.home {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.9)),url(./assets/kitchen.jpg);
    color: #fff;
    background-position: center;
    background-size: cover;
    position:relative;

}
@media screen and (max-width: 1024px)
 {
    .home{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.9)),url(./assets/Kitchen-Living\ room.jpg);
    color: #fff;
    background-position: center;
    background-size: cover;
    position:relative;
    }
}


.home h6 , .home h1{
    text-transform: uppercase;
    text-align: center;
    font-family: "Gentium Plus", serif;

}
h1 {
    font-size: 70px;
    letter-spacing: -2px;
    font-family: "Gentium Plus", serif;
    
}
.home .arrow{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 60px;
    height: 60px;
    width: 60px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
     animation: animal 0.4s ease-out infinite;
}
.arrow img{
    width: 40px;
}
@keyframes animal{
    50%{
        transform: translate(5px);

    }
}









.Professionnel {
   
    display: flex;
    padding: 50px;
    justify-content: center; 
    align-items: flex-start; 
    flex-wrap: wrap; 
    gap: 40px; 
}

.professionnel-title {
    text-align: center; 
    width: 100%; 
    margin-bottom: 40px; 
    font-size:3rem; 
    
    color: #333; 
    
    font-family: "Oswald", sans-serif;
}

.card {
    width: 100%;
    max-width: 550px; 
}

.card img {
    object-fit: cover; 
    height: 100%; 
}

.card-body {
    padding: 15px;
}

button {
    margin-top: 10px;
}
.professionnel-title, .text p, .text h6 {
    text-align: center;
	
}

.imageentreprise {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.imageentreprise img {
    width: 200px;
    height: auto;
}



@media (max-width: 768px) {
    .Professionnel {
        justify-content: center; 
        padding: 20px; 
    }
    .card {
        max-width: 100%;
    }
}

















.sectionx{
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:1%;
    border-radius: 50px 50px 0 0;
}
.title {
    text-align: center; 
    width: 100%; 
    margin-bottom: 5%; 
    font-size:2rem; 
    
    color: #fff; 
    
    font-family: "Gentium Plus", serif;
}








.Catalogues {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; 
    justify-content: center; 
    padding: 20px;
}


.Catalogue-item {
    flex: 1 1 calc(33.33% - 20px); 
    max-width: calc(33.33% - 20px);
    min-width: 250px; 
    background-color: #f4f4f4;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
}


@media (max-width: 1024px) {
    .Catalogue-item {
        flex: 1 1 calc(50% - 20px); 
        max-width: calc(50% - 20px);
    }
}


@media (max-width: 600px) {
    .Catalogues {
        justify-content: center; 
    }

    .Catalogue-item {
        flex: 1 1 80%; 
        max-width: 80%;
    }
}


.card {
    width: 100%;
    max-width: 540px; 
    border-radius: 10px; 
    overflow: hidden; 
    margin: 20px auto; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
    flex-direction: column;
    display: grid;
}

.card-img {
    object-fit: cover; 
    height: 200px; 
}

.card-img-overlay {
    background-color: rgba(0, 0, 0, 0.3); 
    color: white;
    padding: 20px;
    border-radius: 10px;
}

.card-title {
    font-family: "Oswald", sans-serif;
    font-size: 1.25rem; 
    
}

.card-text {
    font-size: 70%; 
    line-height: 1.5;
    
}

.card-text sm



.Portfolio{
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    align-items: center;
    grid-gap: 2rem;

}
.about-img img{
    max-width: 100%;
    width: 300px;
    height: auto;
    border-radius: 10px;
    
}


.accordion-button {
    font-size: 1.1rem; 
  }

  @media (max-width: 768px) {
    .accordion-button {
      font-size: 1rem; 
    }

    .accordion-body {
      font-size: 0.95rem; 
    }
  }



.Contact { 
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 8%;
}

.Contact .row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1100px;
}

.row section.col {
    display: flex;
    flex-direction: column;
}

.row section.left {
    flex-basis: 35%;
    min-width: 320px;
    margin-right: 60px;
}

.row section.right {
    flex-basis: 60%;
}

section.left .contactTitle h2 {
    position: relative;
    font-size: 28px;
    color: #000;
    display: inline-block;
    margin-bottom: 25px;
    font-family: "Oswald", sans-serif;
}

section.left .contactTitle h2::before {
    content: '';
    position: absolute;
    width: 50%;
    height: 1px;
    background-color: #888;
    top: 120%;
    left: 0;
}

section.left .contactTitle h2::after {
    content: '';
    position: absolute;
    width: 25%;
    height: 3px;
    background-color: #cac0b7;
    top: calc(120% - 1px);
    left: 0;
}

section.left .contactTitle p {
    font-size: 17px;
    color: #ccc;
    letter-spacing: 1px;
    line-height: 1.2;
    padding-bottom: 22px;
}

section.left .contactInfo {
    margin-bottom: 16px;
}

.contactInfo .iconGroup {
    display: flex;
    align-items: center;
    margin: 25px 0px;
}

.iconGroup .icon {
    width: 45px;
    height: 45px;
    border: 2px solid #000;
    border-radius: 50%;
    margin-right: 20px;
    position: relative;
}

.iconGroup .icon i {
    font-size: 20px;
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.iconGroup .details span {
    display: block;
    color: #888;
    font-size: 18px;
}

.iconGroup .details span:nth-child(1) {
    text-transform: uppercase;
    color: #000;
}

@media (max-width: 768px) {
    .buttoncontact {
        display: flex;
        flex-direction: column;
        gap: 15px; 
        align-items: flex-end; 
        width: 100%;
    }

    .buttoncontact a {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        text-decoration: none;
    }

    .buttoncontact button {
        width: 100%; 
        max-width: 300px; 
        text-align: center; 
        padding: 10px 15px; 
    }
}



section.left .socialMedia {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 22px 0px 20px;
}

.socialMedia a {
    width: 35px;
    height: 35px;
    text-decoration: none;
    text-align: center;
    margin-right: 15px;
    border-radius: 5px;
    background-color: #555151;
    transition: 0.4s;
}

.socialMedia a i {
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    border: 1px solid transparent;
    transition-delay: 0.4s;
}

.socialMedia a:hover {
    transform: translateY(-5px);
    background-color: #2e2e2e;
    color: #ffffff;
    border: 1px solid #555151;
}

.socialMedia a:hover i {
    color: #555151;
}



footer {
    border-top: 1px solid #787878;
    text-align: center;
    color: #fff;
    background-color: #000;
    padding: 20px;
    font-size: 14px;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
}

.footer-section {
    flex: 1 1 30%;
    min-width: 200px;
    padding: 10px;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}


@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
    }
}
