/*
Theme Name: Bobex Planet Theme
Requires at least: 6.2
Tested up to: 6.3
Requires PHP: 7.4
Text Domain: planet
Author: Maxime De Ro & Pauline De Ro
Description: Minisites theme based on bootstrap layout
Update URI: https://wp.bobex.com/bbx_plugins_fetcher/theme.php?theme=planet-theme
Version: 1.1.1
Updated: 2023-09-05 09:00:00
Template: bobex-core
*/

/* Debug grid error with anchor link #home */
a#home {
    display: none;
}

.container:empty {
    display: none;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

@media (max-width: 1000px) {
    .collapse:not(.show) {
        display: none !important;
    }
}

@media (max-width: 768px) {
    #header {
        padding-top: 20px !important;
    }

    h1 {
        font-size: 1.80rem !important;
    }

    h2 {
        font-size: 1.60rem !important;
    }

    h3 {
        font-size: 1.40rem !important;
    }

    h4 {
        font-size: 1.20rem !important;
    }

    .sidebar-header {
        display: none !important;
    }

    .sidebar {
        display: none !important;
    }
}

.jumbotron {
    padding: 2rem 2rem;
}

.alert {
    background-color: #ffd633 !important;
    color: #333 !important;
    margin: 10px 0px;
}

.alert-a {
    color: #333 !important;
}

.form-horizontal {
    margin-top: 1.5em;
    margin-bottom: 3em;
}

.figure-caption {
    padding-bottom: 10px !important;
}

.subtitle {
    color: #007bff;
    padding: 10px 0px 0px 0px;
    font-size: 24px;
    font-weight: 500;
}

h2 {
    padding: 10px 0px;
}

h3 {
    color: #007bff;
    padding: 5px 0px;
    font-size: 24px;
}

h4 {
    color: #3396ff;
    font-size: 20px;
}

.sidebar {
    position: -webkit-sticky;
    position: sticky;
    /*top: 10%;*/
    margin-bottom: 30px;
    background-color: #e6f2ff;
}

.sidebar-header {
    padding: .5rem 1rem;
}

.list-group-item {
    margin-bottom: -1px;
    text-decoration: none !important;
}

.cta {
    background-color: #007bff !important;
    color: #fff;
    border-radius: 5px !important;
}


.list-group-item:hover {
    background-color: #fff !important;
}

.cta:hover {
    background-color: #0063cc !important;
    color: #fff;
}

.list-group.list-group-flush br {
    display: none;
}

.sidebar-title {
    margin-bottom: .5rem;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2;
    margin-top: .5rem;
}

.subtitle-contact {
    color: #007bff;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
}

label {
    color: #007bff;
    font-weight: 500;
}

.header {
    padding: 10px 0px !important;
}

footer a {
    color: white;
}

footer a:hover {
    color: white;
}

#footer-planet {
    background-color: #4b4c5e;
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0px;
    padding: 50px 0px;
}

#footer-planet li {
    list-style: none;
    width: fit-content;
    padding: 0px 10px;
    border-right: 2px solid black;
}

#footer-planet li:last-child {
    border-right: none;
}

@media (max-width: 768px) {
    #footer-planet {
        padding: 10px;
    }

    #footer-planet li {
        border-right: none;
        padding: 10px 0px;
    }
}

#planet-city-list > *, #planet-city-list .children {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#planet-city-list li {
    border-top: 1px solid #e6e6e6;
}

#planet-city-list a {
    display: block;
    margin: 10px 10px 10px 25px;
}

#planet-city-list {
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 0px;
}

@media (min-width: 768px) and (max-width: 1000px) {
    #navbar-planet {
        justify-content: space-between;
        flex-flow: row wrap;
    }

    .navbar-expand-md .navbar-collapse {
        flex-basis: 100% !important;
        flex-grow: 1 !important;
    }

    .navbar-expand-md .navbar-toggler {
        display: block !important;
    }

    .navbar-nav {
        flex-direction: column !important;
    }
}

