/*
Theme Name: Meddox Child
Theme URI: https://example.com/meddox-child
Description: Thème enfant pour le thème Meddox
Author: Christophe Le Bren
Author URI: https://example.com
Template: meddox
Version: 1.0.0
Text Domain: meddox-child
*/

/* Ajoutez ici vos styles personnalisés */

/***** HEADER *****/

#ctatel .pxl-item--link1,
#ctatel .pxl-item--link2 a{
    color: #fff;
}
.pxl-sticky-stb.pxl-header-fixed {
    background: #fff;
}
#pxl-wapper .container {
    max-width: 100% !important;
}

/***** GRIDBUILDER *****/
.recommandations .wpgb-card-content {
    border: 1px solid #555a5e !important;
    border-radius: 10px; 
    padding: 5px !important;
}
.recommandations .wpgb-card-content .wpgb-card-body {
    padding-top: 20px !important;
    padding-right: 5px !important;
    padding-left: 5px !important;
}
.recommandations .wpgb-card-content h3 {
    font-size: 18px !important;
    font-family: "Rajdhani", sans-serif !important;
}
.recommandations .wpgb-block-2 {
    margin: 10px !important;
}
.recommandations .wpgb-block-3 {
    font-size: 16px !important;
    font-family: "Rajdhani", sans-serif !important;
}
.recommandations .wpgb-block-term {
    color: #fff !important;
    background-color:#60a7c4 !important;
    padding: 5px !important;
    border-radius: 5px;
    margin-bottom: 10px !important;
}
.recommandations .wpgb-card-footer {
    padding: 10px 5px !important;
}
.recommandations .wpgb-block-6 {
    margin: auto !important;
}
.recommandations a.wpgb-block-6 {
    font-size: 14px !important;
    font-family: "Rajdhani", sans-serif !important;
}
/******* CARDS RECHERCHE CLINIQUE *******/
.recherche .wpgb-card-body a {
    pointer-events: none;
    display: flex !important;
    flex-direction: column;
}
.recherche .wpgb-card-body h2 {
    color: #60A7C4 !important;
    font-size: 25px !important;
    margin-bottom: 10px !important;
    font-family: Rajdhani !important;
}
.recherche .wpgb-card-body h3 {
    color: #585C60 !important;
    font-size: 20px !important;
    font-family: "Public Sans" !important;
    margin-bottom: 10px !important;
    text-decoration: underline;
    line-height: 12px !important
}
.recherche  p a.wpgb-block-1,
.recherche .wpgb-card-body p {
    color: #585C60 !important;
    font-size: 14px !important;
    font-family: "Public Sans" !important;
    margin-bottom: 20px !important;
    border: none !important;
}
.recherche .wpgb-card-body p a br {
    display: none;
}
.recherche .wpgb-card-body p a.wpgb-block-1 {
    pointer-events: none !important;
}
.recherche .wpgb-card-body p a {
    border: 1px solid;
    padding: 10px 0;
    pointer-events: all;
}
.recherche .wpgb-card-body {
    border: 1px solid #585C60 !important;
    border-radius: 5px;
    transition: all 0.3s !important;
}
.recherche .wpgb-card-body:hover {
    box-shadow: 1px 0px 4px 3px #60A7C4;
}

/* RESPONSIVE */
@media only screen and (max-width: 600px){
    sr7-txt {
        font-size: 25px !important;
        width: 95% !important;
        line-height: 25px !important;
    }
    sr7-slide a {
        font-size: 16px !important;
        width: auto !important;
        height: auto !important;
        transform: translateY(100px) !important
    }
}
