/* Add here all your css styles (customizations) */

.pagination a
{
    color:#555;
}

.panel ul
{
    padding:0px;
    margin:0px;
    list-style:none;
}

.coming-soon-page {
    background-image: url('user/themes/beauty/images/fond-attente.jpg');
    background-position: center;
    background-size: cover;
}

@media (min-width: 992px) {
.li-contact-lg {
    padding: 20px 15px 0px 15px;
    height: 48px;
}
.btn-bg-green-lg {
    background-color: rgba(71, 156, 38, 0.95);
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
}

.coming-soon-bg-cover:before {
    background: rgba(0,0,0,0.1);
}

.color-white {
    color: white !important;
}

.btn-pink {
    background-color: pink;
    color: white;
    font-size: 24px;
}

.news-item
{
    padding:4px 4px;
    margin:0px;
    border-bottom:1px dotted #555; 
}

#access_map {
    height: 550px;
    width: 100%;
}

.footer .footer-widget ul li, .footer .footer-widget .post {
    padding-bottom: 0;
}

.panel-group .panel-title a::after {
    color: #fff;
    background-color: #01cbd9;
}

.features-health {
    border-radius: 20px;
}

ul.parsley-errors-list {
    padding-left: 0;
    list-style-type: none;
    margin-top: 5px;
    color: red;
}

li.parsley-length, li.parsley-required, li.parsley-type {
    color: red;
}

.pt0 {
    padding-top: 0 !important;
}

.breadcrumb-title-active {
    color: #fff;
}

.font-size-20 {
    font-size: 20px !important;
}

.font-size-24 {
    font-size: 24px;
}

.blog-posts h3 {
    margin-top: 20px;
    color: #469726;
}

.blog-posts h4 {
    font-weight: 600;
}

.mt-20 {
    margin-top: 20px;
}

.mt-40 {
    margin-top: 40px;
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
}