body {
    font-family: Arial, sans-serif;
    background-image: url('images/back.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.unused-class {
    color: red;
    font-size: 24px;
    padding: 50px;
}

.another-unused {
    display: flex;
    justify-content: center;
}

#logo{
    width: 110px!important;
}

.navbar a {
    color: #000;
}

.nav-item .nav-link{
    color: #5a5e67!important;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"!important;
    font-size: 1rem!important;
    font-weight: 500!important;
}

.active .nav-link{
    font-weight: 700!important;
    color: #518065!important;
}

.nav-item:hover .nav-link, .nav-item:active .nav-link, .nav-item:focus .nav-link{
    font-weight: 700!important;
    color: #518065!important;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}

.carousel-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    z-index: 20;
    font-family: 'Lato', sans-serif!important;
    font-weight: 800!important;
}

@media (max-width: 740px) {
    .carousel-title{
        font-size: 25px;
    }

    .display-4{
        font-size: 30px;
    }

    .pages, .social, .image {
        text-align: center;
    }

    .social .row {
        justify-content: center;
    }
}

#shop-now{
    font-size: 20px;
}

.jumbotron {
    background-color: whitesmoke;
    color: rgb(44, 44, 44);
    margin-bottom: 0!important;
}

.display-4{
    font-family: 'Lato', sans-serif!important;
    font-weight: 600!important;
}


/* économisez */
.economies {
    margin-top: 5%;
    margin-bottom: 5%;
}

.row {
    width: 100%;
}

.economies .row div {
    background-color: rgb(0, 53, 0);
    border: 6px solid rgb(7, 126, 80);
    box-shadow: 6px 6px rgba(0,0,0,.45);
    border-radius: 50%;
    padding-bottom: 1%;
    padding-top: 3%;
}

.economies h1
{
    color: white;
    font-weight: bolder;
    text-align: center;
    
}
.economies p
{
    color: white;
    font-weight: bolder;
    text-align: center;
}

.card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.card-img-top {
    border-radius: 10px 10px 0 0;
}

.btn-primary {
    background-color: #4287f5;
    border-color: #4287f5;
}

.btn-primary:hover {
    background-color: #3e7efc;
    border-color: #3e7efc;
}


/*--------------------------------------------PRODUCTS----------------------------------------*/
.product
{
    padding-bottom: 50px;
}
.product h2
{
    font-family: Avantgarde, TeX Gyre Adventor, URW Gothic L, sans-serif;
    color: #518065;
    font-size: 35px;
    text-align: center;
    padding: 20px;
}
.product .product_container
{
    display:flex;
    margin-left: 5%;
    margin-right: 5%;
}
.product .product_container .item:hover
{
    box-shadow:0px 3px 65px 0px #bef0d3;
}
.product .product_container .item .item_img
{
    width:100%;
    overflow:hidden;
}
.product .product_container .item .item_img img
{
    width:100%;
    height: 100%;
}
.product .product_container .item .item_content
{
    text-align: center;
    margin-top: 20px;
}
.product .product_container .item .item_content h3
{
    font-size: 15px;
    line-height: 2px;
}
.product .product_container .item .item_content p
{
    font-size: 15px;
    line-height: 15px;
}
.product .product_container .item .item_content a
{
    text-decoration: none;
    padding: 5px 10px;
    font-weight: bold;
    color:#518065;
    text-align: center;
    border: 3px solid #518065;
    transition: 0.5s;
}
.product .product_container .item .item_content a:hover
{
    background-color: #518065;
    color: white;
    border: none;
    transition:0.5s;
}
/*--------------------------------------------KEY HIGHLIGHTS----------------------------------------*/
.keypoint
{
    padding:20px;
}
.keypoint h2
{
    font-family: Avantgarde, TeX Gyre Adventor, URW Gothic L, sans-serif;
    color: rgb(92, 0, 47);
    font-size: 35px;
    text-align: center;
}

.keypoint .key_container .key_content li
{
    list-style: none;
    margin:15px;
    padding:20px;
    border-left:2px solid #518065;
    color: rgb(37, 0, 19);
    font-size:17px;
    text-align: left;
    font-family: Avantgarde, TeX Gyre Adventor, URW Gothic L, sans-serif;
    box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.2);
}

.keypoint .key_container .key_img img
{
    width:100%;

}
/*--------------------------------------------EQUIPE----------------------------------------*/
.team
{
    padding: 50px;
}
.team h2
{
    font-family: Avantgarde, TeX Gyre Adventor, URW Gothic L, sans-serif; 
    color: rgb(92, 0, 47);
    font-size: 35px;
    text-align: center;
}

.team .team_container .team_video video
{
    width:100%;
    border: 8px solid #518065;
    outline: none;
}

/*--------------------------------------------FORMULAIRE----------------------------------------*/
.feed
{
    background-image: url("images/feed.jpg");
    background-size:cover;
    padding: 50px;
    text-align: center;
    font-family: Avantgarde, TeX Gyre Adventor, URW Gothic L, sans-serif; 
}
.feed h2
{
    font-family: Avantgarde, TeX Gyre Adventor, URW Gothic L, sans-serif; 
    color: white;
    font-size: 35px;
    text-align: center;
    padding: 10px;
}
.feed .feed_form
{
    text-align: center;
}
.feed .feed_form form
{
    padding:20px;
}
.feed .feed_form form input
{
    width:30%;
    margin: 10px;
    padding: 8px;
    outline: none;
    border:none;
}
.feed .feed_form form textarea
{
    width:30%;
    margin: 10px;
    padding: 8px;
    outline: none;
    border:none;
}
.feed .feed_form form button
{
    width:30%;
    margin: 10px;
    padding: 8px;
    outline: none;
    border:none;
    background-color: #518065;
    color: white;
    border: 5px;
}

.g_map::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 400px;
    background-color: rgba(0, 0, 0, 0.5); 
    pointer-events: none; 
}

footer {
    background-color: white;
    padding: 30px 0;
}

footer a {
    color: #6c757d;
}

footer a:hover {
    color: #5a5e67;
}

/* Ajout des styles pour centrer le contenu */
footer .justify-content-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pages, .social, .image {
    width: 100%;
}

body div.product div.product_container div.row div.item div.item_img img {
    border-radius: 5px;
}

.social-icons {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.social-icons a {
    font-size: 24px;
    color: #518065;
    transition: color 0.3s;
}

.social-icons a:hover {
    color: #3e6050;
}