/* 
 Theme Name:   Sydney Chalet et Caviar
 Theme URI:    
 Description:  Le thème du site Chalet et Caviar
 Author:       Celine Foucart
 Author URI:   
 Template:     sydney
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
.link {
    color: #bb4545 !important;
}

.cn-set-cookie.cn-button,
.cn-more-info.cn-button {
	color: #281d1d !important;
}

.title-post.entry-title {
    text-align: center;
}

.page-wrap .col-md-9 {
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    float: none;
}

.page-wrap {
    padding-top: 0 !important;
}

.text-center {
    text-align: center;
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers, .nav-links .page-numbers {
    color: #fff !important;
}

/* Style footer */
footer svg {
    height: 15px;
    width: 17px;
    display: inline-block;
    margin-right: 10px;
}

address {
    font-style: normal;
}

.social {
    padding: 15px 15px 25px 15px;
    border-bottom: 1px solid #fff;
}

.links {
    padding: 25px 15px;
}

.footer-title {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 1rem;
    color: #fff;
}

.credits {
    padding-top: 25px;
    border-top: 1px solid #fff;
}

@media (max-width: 768px) {
    .footer-title {
        margin-bottom: 5px;
    }
    .link-container {
        display: flex;
        gap: 10px;
    }

    .link-container p {
        margin: 0 0 5px;
    }
}

