/*
CTC Separate Stylesheet
Updated: 2023-11-23
Theme Name: Bobex minisite
Template: bobex-core
Author: Maxime De Ro
Description: Bobex theme for minisite
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Update URI: https://wp.bobex.com/bbx_plugins_fetcher/theme.php?theme=bobex-minisite
Version: 1.2.6
Text Domain: bobex-minisite
Domain Path: /languages
*/
th {
    background-color: #185da6 !important;
    color: #fff !important;
}

h1, .h1 {
    margin-bottom: 0.6em;
    margin-top: 0.6em;
    font: 700 30px/36px "Roboto";
    color: #185da6;
}

h2, .h2 {
    font-family: 'Roboto';
    font: 700 24px/28px "Roboto";
    color: #444444;
    margin-bottom: 0.6em;
    margin-top: 0.6em;
}

h3, .h3 {
    font-family: 'Roboto';
    font: 700 20px/26px "Roboto";
    color: #f2643b;
    margin-bottom: 0.6em;
    margin-top: 0.6em;
}

h4, .h4 {
    color: #175da6;
    font: 500 20px/26px "Roboto";
    margin-bottom: 0.6em;
    margin-top: 0.6em;
}

h5, .h5 {
    color: #175da6;
    font: 500 14px/20px "Roboto";
    margin-bottom: 0.6em;
    margin-top: 0.6em;
}

html {
    scroll-behavior: smooth;
    background: white;
}

body {
    font-family: 'Roboto', 'Segoe UI', Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0;
}

footer {
    width: 100%;
}

footer .container {
    padding-top: 30px;
}

.page-header .desc,
.page-header .desc a,
em {
    font: italic 14px/18px "Raleway";
    color: #898989;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

::selection {
    color: #ffffff;
    background: #f0542d;
}

.customize-support {
    margin: 0;
    padding: 0;
}

html {
    font: normal 16px/22px 'Roboto';
    line-height: 24px;
}

article {
    margin-bottom: 4rem !important;
}



p {
    font: normal 16px/22px "roboto";
    line-height: 24px;
    margin-bottom: 25px;
    margin-top: 0;
    color: #333;
}

em * {
    font: italic 14px/18px "Raleway";
}

aside {
    margin-top: 13px;
}

b,
strong {
    font-weight: bold;
    font-family: inherit;
}

a,
li,
ul {
    /*margin: 0;*/
}

a {
    text-decoration: none;
    transition: color .3s;
}

h1,
.h1 {
    margin-bottom: 0.6em;
    margin-top: 0.6em;
    font: 700 36px/42px "Roboto";
}

h2,
.h2 {
    font-family: 'Roboto';
    font: 700 28px/34px "Roboto";
    margin-bottom: 0.8em;
    margin-top: 1.8em;
}

h3,
.h3 {
    font-family: 'Roboto';
    font: 700 24px/30px "Roboto";
    margin-bottom: 0.6em;
    margin-top: 0.6em;
}

h4,
.h4 {
    font: 500 20px/26px "Roboto";
    margin-bottom: 0.6em;
    margin-top: 0.6em;
}

h5,
.h5 {
    font: 500 14px/20px "Roboto";
    margin-bottom: 0.6em;
    margin-top: 0.6em;
}

.widget-title {
    position: relative;
    overflow: hidden;
    padding: 0 5px 5px 0;
    border-bottom: 1px solid #ededed;
    margin-bottom: 10px;
}

.textwidget h5 {
    background-color: #175da6;
    margin: 0;
    padding: 20px;
    color: white;
    font-size: 19px;
}

.textwidget a {
    color: #434343;
    display: block;
    padding: 7px 15px 7px 15px;
    font-size: 15px;
    font-family: 'Roboto' !important;
    font-weight: normal !important;
    transition: none;
    text-decoration: none !important;
}

.textwidget a:hover {
    background-color: #f2643b;
    color: #ffffff !important;
}

.bobex-footer-widget > .textwidget a,
.bobex-footer-widget > .textwidget p,
.bobex-footer-widget > .textwidget a:hover {
    color: inherit;
    background-color: inherit;
    text-decoration: none;
}

.textwidget br {
    display: none;
}

.textwidget p {
    margin: 0;
    margin-bottom: 6px;
}

.search_one_title {
    color: inherit;
}

.search_one_content > p {
    margin: 0;
}

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

p:empty {
    display: none;
}

.blog-posts {
    border: 2px solid;
    border-color: #f0f0f0;
    border-radius: 15px;
    margin-top: 30px;
    margin-bottom: 4rem !important;
    color: #3a3a44 !important;
    font: normal 16px/22px "roboto";
    line-height: 24px;
    padding: 15px !important;
    box-shadow: 5px 5px #f0f0f0;
}

.cta-image-wrapper {
    overflow: hidden;
    line-height: 0;
    border-radius: 15px;
}
.cta-image-wrapper img {
    max-width: 100%;
}

.bobex-button,
button.accent1,
.vamtam-button.accent1 {
    box-shadow: 2px 3px #c8c8c8;
    border-radius: 3px;
    padding: 0.7em;
    text-decoration: none;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.3);
    display: inline-block;
    text-align: center;
}

.bobex-button:hover,
button.accent1:hover,
.vamtam-button.accent1:hover {
    box-shadow: 0px 0px #722f1c;
    top: 3px;
    left: 1px;
    color: #ffffff;
}

.bobex-button > span {
    position: relative;
    font-weight: 500;
    vertical-align: middle;
    letter-spacing: 1px;
    font: normal 18px/22px 'Roboto'
}

.button-text {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.page_content iframe {
    display: block;
    margin: auto;
}

.extra-info {
    background-color: #f0f0f0;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 20px;
    padding-top: 20px;
    border-left: 6px solid;
    border-color: #f2643b !important;
    margin-top: 20px !important;
    color: #3a3a44 !important;
    line-height: 1.6rem;
    font-family: 'Roboto', 'Segoe UI', Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
    font-size: 14px !important;
    margin-bottom: 15px;
}

.vamtam-button,
.vamtam-button.accent1 {
    font-size: 1em;
    font-weight: normal;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 0;
    vertical-align: middle;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: none;
    text-shadow: none;
    line-height: 1.15em;
    border-width: 2px;
    padding: 0;
}

a.bobex-button {
    display: inline-block;
}

.collapse:not(.show) {
    display: none;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

.button.accent1,
.vamtam-button.accent1 {
    background: #f0542d;
    color: #ffffff;
}

a.button {
    font-size: 1em;
    font-weight: normal;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 0;
    vertical-align: middle;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: none;
    text-shadow: none;
    line-height: 1.15em;
    background-color: #f2643b;
    padding: 15px 15px;
    color: #fff !important;
    font-weight: 600;
    font-family: Roboto, sans-serif;
    transition: color .3s ease, border .3s ease, background .3s ease;
}

.sidebar-title {
    background-color: #175da6;
    padding: 5px;
    padding-left: 15px;
    margin-top: 0px;
    font-family: 'Roboto' !important;
    font-weight: bold;
    color: #ffffff !important;
    font-size: 17px !important;
}

.sidebar {
    border: 2px solid #185da6;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(0, 0, 0, .05);
}

.table-primary,
.table-primary > td,
.table-primary > th {
    background-color: #b8daff;
}

.textwidget p {
    display: block;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.card-post img {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    min-width: 100%;
    min-height: 100%;
}

.card-post:hover {
    background-color: #fcf4f2;
}

.card-post {
    height: 100%;
}

.card-post a {
    position: relative;
    height: 100%;
}

.read-more {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.img_wrapper {
    width: 100%;
    height: 165px;
    overflow: hidden;
}

.bobex-footer-widget .widgettitle {
    color: white;
}

#footerid span,
#footerid a {
    color: inherit;
}

.bobex-widget {
    margin-bottom: 15px;
}

.footer-line {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.social-icon i {
    font-size: 1.8em;
    margin: 5px;
}

.social-icon:hover {
    color: #f2643b !important;
}

.newsletter-footer-submit {
    padding: 5px;
    background-color: #f2643b;
    color: white;
    border: none;
    transition: all 0.1s;
}

#thankyou-modal-footer {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.79);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    top: 100%;
    transition: all 0.3s;
}

#bob-newsletter-footer {
    overflow: hidden;
}

#footerid a,
#footerid div {
    font-size: 13px;
    line-height: 18px;
}

@media (min-width: 992px) {
    .padding-sidebar {
        padding-left: 5rem !important;
    }
}


.ez-toc-section {
    font-size: inherit;
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
}

.page_content li,
.page_content ul,
.page_content ol {
    /*list-style: none;*/
    /*list-style-position: inside;*/
    color: #333;
    /*padding-left: 0;*/
}

.page_content li::marker {
    font-weight: bold;
}

#back_to_top {
    position: fixed;
    bottom: -100px;
    right: 15px;
    transition: all 0.2s ease-in-out;
    color: grey;
    border-radius: 40px;
    background-color: white;
}

#back_to_top.enabled {
    bottom: 15px;
}

#back_to_top:hover {
    color: #175da6;
}

#back_to_top > i {
    color: inherit;
}

.bob-widget-menu-title {
    font-size: 1.2em;
    font-weight: bold;
}

.bob-widget-menu-element {
    padding-top: 3px;
    padding-bottom: 3px;
}

.bob-widget-menu-element > a {
    color: black;
    transition: none;
    display: block;
}

.bob-widget-menu-element:hover > a {
    color: white;
}

.bob-widget-menu-element:hover {
    background-color: #f2643b;
}

.testimonials-wrapper {
    border: 1px solid #175DA6;
}

.testimonials-title {
    margin: 0;
    padding: 10px;
    font-size: 19px;
}

.testimonials-items {
    margin: 10px 10px 20px 10px;
    color: #333;
}

.testimonials-author {
    font: italic 14px/18px "Raleway";
    color: #898989;
}

.testimonials-hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.cta-title {
    margin: 0;
    padding: 15px;
    font-size: 19px;
}

.searchForm {
    margin: 0;
}

a.linkarea {
    color: inherit;
}

a.linkarea:hover {
    color: inherit;
}

.cta-content > ul {
    list-style-type: none;
}

.is-style-circle-mask img,
.is-style-rounded img {
    border-radius: 20px !important;
}

blockquote {
    border-left: 4px solid #f2643b;
    margin-left: 0;
    padding-left: 1em;
}

.bbx_modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #3333336e;
    z-index: 99999;
    display: none;
    height: 100vh;
    overflow-y: scroll;
}

.bbx_modal.active {
    display: flex;
}

.bbx_inner_modal {
    max-width: 600px;
    width: 90vw;
    margin: auto;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 3px 20px 4px #0000008f;
    text-align: center;
    display: flex;
    font-weight: bold;
    padding: 15px;
    display: block;
}

.btn {
    background-color: #f0542d;
    padding: 5px;
    margin: 7px;
    color: white;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
    transition: all ease-in-out 0.05s;
    box-shadow: 1px 2px 3px 1px #808080bf;
    border: 1px solid gray;
}

.btn:hover {
    transform: scale(1.02);
    box-shadow: 3px 4px 5px 1px #808080bf;
}

.btn:active {
    transform: scale(0.98);
    box-shadow: 0px 1px 2px 1px #808080bf;
}

#bbx_modal_cookie .tab > p {
    text-align: left;
}

#cookie_title {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 20px;
}

#menu-contact {
    list-style-type: none;
}

.wp-block-table {
    margin: 0;
    max-width: 100%;
}

.bobex_bottom_banner {
    padding: 25px 0;
}

.bobex_bottom_banner img {
    max-width: 100%;
}

.bbx-card img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .padding-sidebar {
        padding-left: 20px !important;
        padding-right: 20px;
    }

    #cookie_title {
        font-size: 1em;
        margin-bottom: 10px;
    }

    #bbx_modal_cookie .tab > p {
        font-size: 0.8em;
        margin-bottom: 5px;
        text-align: justify;
    }

    #bbx_modal_cookie .tab a {
        font-size: 1em;
        margin-bottom: 5px;
    }

    #mobile_search > span {
        position: relative;
        top: -5px;
    }
}

.gvx-header-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: white;
    padding: 10px 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.gvx_header-spacer {
    transition: height 0.3s ease;
}

.gvx-top-bar {
    transition: all 0.3s ease;
    opacity: 1;
    min-height: 30px;
    max-height: 100px; /* ou auto si nécessaire */
    overflow: hidden;
}

.gvx-top-bar.hidden {
    opacity: 0;
    max-height: 0;
    padding: 0 !important;
    margin: 0 !important;
}

.govex-footer {
    background-color: #f8f9fa;
    /*background-color: #93B1C6;*/
    padding: 20px;
    color: #333;
    border-radius: 25px 25px 0 0;
    border-top: 1px solid #ddd;
    box-shadow: rgba(0, 0, 0, 0.05) 0 0 0;
}

.govex-footer a {
    color: #333;
    text-decoration: none;
}

.govex-footer a:hover {
    color: #f2643b;
}