/*
Theme Name: Twenty Twenty-Five Child Theme
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: René J. Babin
Author URI: https://www.drivenpublishing.ca/
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Template: twentytwentyfive
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.2
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive-child
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/* IMPORTANT: Media queries: Substract 15px when measuring width using the browser's Responsive design mode. */

html {
    height: 100%;
    width: 100%;
    scroll-behavior: smooth !important;
    scrollbar-color: #1479ad #dfdfdf;
    scrollbar-width: auto;

    background-color: #efefef;
}

body {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    touch-action: auto !important;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

/*-- Ensure mobile menu remains visible at beginning of mobile menu width */
.has-modal-open {
overflow: visible !important;
}

/*-- START - Scrollbar --*/

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 15px;
}

::-webkit-scrollbar-track {
    background-color: #dfdfdf !important;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background-color: #1479ad;
}

/*-- END - Scrollbar --*/

footer {
    margin-top: 0px;
}

.entry-content ul {
    margin-block-end: 1.5rem;
}

a:link {
    cursor: pointer !important;
}

a:focus,
a:active {
    text-decoration: none !important;
    border-width: 0;
    text-decoration-color: none !important;
    outline: 0;
    border: none;
    -moz-outline-style: none;
}

a:hover {
    text-decoration: none;
}
.wp-post-image {
    border: 2px solid #1b6890;
    border-radius: 16px;
}

main h1 {
    /*font-weight: 400;
letter-spacing: 0px;
margin-bottom: 30px;*/
    color: #393939;
}

h2 {
    padding-top: 20px;
    padding-bottom: 10px;
}

.entry-content p {
    margin-block-start: 0.25rem !important;
    margin-block-end: 1.25rem !important;
}

.entry-content a {
    color: #1b6890;
    font-weight: 600;
    text-decoration: none;
}

.entry-content a:focus {
    color: #1b6890 !important;
}
.entry-content a:hover {
    color: #1b6890;
    font-weight: 600;
    text-decoration: none;
}
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
    margin-bottom: 0px;
}
.skip-link {
    display: none;
}

.show {
    visibility: visible;
    opacity: 1;
    display: block !important;
}

.hide {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.hide_desktop {
    display: none;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.show_desktop {
    visibility: visible;
    opacity: 1;
    display: block !important;
}
.hideme {
    margin-bottom: -110px !important;
    visibility: hidden;
}

.site-plan ul {
    margin-block-end: 0px !important;
    line-height: 30px;
    margin-bottom: 20px;
}

.list-01 {
}
.list-02 {
}

.iframe-container iframe {
    border: 2px solid #459ac7 !important;
    border-radius: 9px;
    overflow: hidden;
    height: 450px;
}

.iframe-class {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}

.dt-container {
    overflow-y: auto;
    font-size: 18px;
}

.dt-container ul {
    margin-top: 0px;
}

/*-- START Homepage Slideshow --*/

.page-id-2495 .wp-block-post-title,
.page-id-1738 .wp-block-post-title {
    display: none;
}

.page-id-2495 main,
.page-id-1738 main {
    margin-top: 0 !important;
}

.page-id-2495 main > div:first-of-type,
.page-id-1738 main > div:first-of-type {
    padding-top: 0 !important;
    margin-top: -1px !important;
}

ss3-force-full-width {
    margin-top: -1px !important;
}

.page-id-2495 .entry-content,
.page-id-1738 .entry-content {
    margin-block-start: 0 !important;
}

/*-- END Homepage Slideshow --*/

/*-- START Navigation --*/

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    width: 240px !important;
    border: 2px solid #155678;
    border-radius: 6px;
    padding-top: 4px;
    padding-bottom: 8px;
}
.wp-block-navigation-submenu li {
    font-size: 16px;
    color: #155678;
}
.wp-block-navigation .wp-block-navigation-item {
    background-color: transparent !important;
    border: 0px !important;
    outline: none !important;
}

/* WPML */
.wp-block-navigation .wpml-language-switcher-navigation-block ul.horizontal-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin: 0 !important;
    gap: 1.5em !important;
}
.wpml-language-switcher-navigation-block ul li:nth-child(2) {
    color: #ffffff !important;
    background-color: transparent !important;
    border: 0px solid #ffffff !important;
    border-radius: 24px;
    font-weight: 700 !important;
    line-height: inherit;
    letter-spacing: 0px;
    padding-top: initial !important;
    padding-bottom: initial !important;
    padding-left: initial !important;
    text-decoration: none;
    padding-right: initial !important;
}
.wpml-ls-legacy-list-horizontal a {
    display: block;
    text-decoration: none;
    padding: 5px 0px 2px 10px;
    line-height: initial;
}

.wpml-ls-legacy-list-horizontal {
    padding-right: 0px;
}

:lang(en) .current-language-item {
    display: none !important;
    visibility: hidden !important;
}
:lang(fr) .menu-lang-switch .horizontal-list li:nth-child(n + 2) {
    display: none !important;
    visibility: hidden !important;
}

:lang(en) .horizontal-list [data-wpml="current-language-item"] {
    display: none !important;
    visibility: hidden !important;
}

.ha-top-row .menu-lang-switch span {
    color: #1b6890;

    letter-spacing: 1px;
    font-size: 12px;
    line-height: 12px;
    padding: 5px 4px;
}
.ha-top-row .wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
    margin-bottom: 0px;
}

:lang(en) .lang-btn {
    margin-top: 0px;
}
:lang(fr) .lang-btn {
    margin-top: -4px;
}

.ha-top-row .lang-btn a {
    font-size: 12px;
    text-transform: uppercase;
    background-color: #f6f6f6;
    padding: 2px 6px;
    border: 1px solid #459ac7;
    border-radius: 4px;
    margin-left: 6px;
}

.ha-bottom-row .ha-btn a,
.ha-bottom-row p a {
    font-size: 12px;
    text-transform: uppercase;
    background-color: #f6f6f6;
    padding: 8px 8px;
    border: 1px solid #459ac7;
    border-radius: 4px;
    text-decoration: none;
    color: #1b6890 !important;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 12px;
    display: flex;
}

.ha-bottom-row [data-wpml="language-item"]:first-of-type {
    margin-top: 0px !important;
}

.tools-btn {
}

.tools-btn a:before {
    content: "\f0ad";
    font-size: 14px;
    font-family: FontAwesome;
    width: 12px;
    height: 12px;
    display: block;
    position: relative;
    color: #1b6890;
    text-align: center;
    vertical-align: top;
    margin-top: -1px;
    -webkit-font-smoothing: antialiased;
    margin-right: 6px;
}

.btn-retour a:before {
    color: #ffffff;
    content: "\f060";
    font-size: 18px;
    font-family: FontAwesome;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
    margin-top: 0px;
    -webkit-font-smoothing: antialiased;
    padding-right: 9px;
}

.btn-retour a {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 16px;
}

.siteplan-btn a:before {
    content: "\f278";
    font-size: 14px;
    font-family: FontAwesome;
    width: 12px;
    height: 12px;
    display: block;
    position: relative;
    color: #1b6890;
    text-align: center;
    vertical-align: top;
    margin-top: -1px;
    -webkit-font-smoothing: antialiased;
    margin-right: 11px;
}

.totop:before {
    content: "\f062";
}

.totop {
    font-size: 20px;
    font-family: FontAwesome;
    width: 30px;
    height: 30px;
    display: block;
    position: relative;
    background-color: #459ac7;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    font-weight: initial;
    cursor: pointer;
}

:lang(en) .ha-top-row [data-wpml-label-type="native"] {
    font-weight: 600;
}

.ha-top-row {
    column-gap: 0px;
}
.ha-top-row nav {
    padding-left: 3px;
}
.top-contact-row {
    margin-top: 6px !important;
    gap: 20px;
}

.vert-sep:before {
    content: "";
    display: inline-block;
    border-left-color: #3ab4f5;
    height: 18px;
    border-left-width: 2px;
    border-left-style: dotted;
    margin: 0 3px;
    color: transparent;
    margin-bottom: -4px;
}

/*-- END Navigation --*/

/*-- START Header Layout --*/

.Local_Date_Time-fr p,
.Local_Date_Time p {
    margin-top: 0px;
    margin-bottom: 0px;
}
.ha-top-group {
}

.ha-top-group a {
    color: #023956;
}

.ha-bottom-group a {
    color: #023956;
    font-size: 18px;
    font-weight: 600;
}

.ha-bottom-group :is(a, p, div),
.ha-top-group :is(a, p, div) {
    text-decoration: none;
    word-break: keep-all;
    overflow-wrap: normal;
}

.ha-top-group-inner {
}
.ha-top-columns {
}
.ha-top-column-01 {
}

.ha-top-column-01 div {
    gap: 10px;
}
.ha-logo img {
    width: 60px;

height: auto;
}
.ha-sitetitle {
}

.ha-top-column-02 {
}
.ha-top-menu {
}

.ha-top-row {
    font-weight: 600;

    font-size: 16px !important;
    color: #1b6890;
}

.full-width-line {
}

.ha-tel a,
.ha-email a {
    display: block;
}

.ha-tel a:before {
    content: "\f098";
    font-size: 19px;
    font-family: FontAwesome;
    display: block;
    vertical-align: top;
    margin-right: 0px;
    height: 19px;
    width: 19px;
    -webkit-font-smoothing: antialiased;
    float: left;
    text-align: left;
    color: #1b6890;
    top: 0;
    margin-top: 0px;
    font-weight: normal;
    position: relative;
    align-content: start;
}
.ha-email a:before {
    content: "\f0e0";
    font-size: 17px;
    font-family: FontAwesome;
    display: block;
    vertical-align: top;
    margin-right: 2px;
    height: 20px;
    width: 20px;
    -webkit-font-smoothing: antialiased;
    float: left;
    text-align: left;
    color: #1b6890;
    top: 0;
    margin-top: 0px;
    font-weight: normal;
    position: relative;
    align-content: start;
}

/*-- END Header Layout --*/

/*-- START Buttons --*/

.go-button a:after {
    content: "\f061";
    font-size: 16px;
    font-family: FontAwesome;
    display: block;
    vertical-align: top;
    margin-left: 3px;
    height: 20px;
    width: 20px;
    -webkit-font-smoothing: antialiased;
    float: right;
    text-align: right;
    color: #ffffff;
    top: 0;
    margin-top: 2px;
    font-weight: normal;
}

.download-button a:after {
    content: "\f019";
    font-size: 16px;
    font-family: FontAwesome;
    display: block;
    vertical-align: top;
    margin-left: 3px;
    height: 20px;
    width: 20px;
    -webkit-font-smoothing: antialiased;
    float: right;
    text-align: right;
    color: #ffffff;
    top: 0;
    margin-top: 2px;
    font-weight: normal;
}

.wp-block-read-more:after {
    content: "\f061";
    font-size: 16px;
    font-family: FontAwesome;
    display: block;
    vertical-align: top;
    margin-left: 3px;
    height: 20px;
    width: 20px;
    -webkit-font-smoothing: antialiased;
    float: right;
    text-align: right;
    color: #ffffff;
    top: 0;
    margin-top: 0px;
    font-weight: normal;
}

.wp-block-read-more:after {
    content: "\f061";
    font-size: 16px;
    font-family: FontAwesome;
    display: block;
    vertical-align: top;
    margin-left: 3px;
    height: 20px;
    width: 20px;
    -webkit-font-smoothing: antialiased;
    float: right;
    text-align: right;
    color: #ffffff;
    top: 0;
    margin-top: 1px;
    font-weight: normal;
}

.return-btn a:before {
    content: "\f060";
    font-size: 16px;
    font-family: FontAwesome;
    display: block;
    vertical-align: top;
    margin-right: 3px;
    height: 20px;
    width: 20px;
    -webkit-font-smoothing: antialiased;
    float: left;
    text-align: left;
    color: #ffffff;
    top: 0;
    margin-top: 1px;
    font-weight: normal;
}

.return-btn a {
    padding-left: 24px !important;
    padding-right: 24px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}

.btn-menu {
    background-image: url(https://www.hacheticamp.ca/wp-content/uploads/driven-menu-word.webp);
    width: 144px;
    height: 54px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    vertical-align: text-top;
    border: none;
    cursor: pointer;
}

.homepage-btn a:after {
    content: "\f061";
    font-size: 18px;
    font-family: FontAwesome;
    display: block;
    vertical-align: top;
    margin-left: 7px;
    height: 18px;
    width: 18px;
    -webkit-font-smoothing: antialiased;
    float: right;
    text-align: right;
    color: #efefef;
    top: 0;
    margin-top: 0px;
    font-weight: 100;
}

/*-- END Buttons --*/

/*-- START Footer Icons --*/
.foot-address:before {
    content: "\f041";
    font-size: 19px;
    font-family: FontAwesome;
    display: block;
    vertical-align: top;
    margin-right: 3px;
    height: 20px;
    width: 20px;
    -webkit-font-smoothing: antialiased;
    float: left;
    text-align: left;
    color: #f8db32;
    top: 0;
    margin-top: 0px;
    font-weight: normal;
    position: relative;
    align-content: start;
    margin-bottom: 32px;
}

/*-- END Footer Icons --*/

/*-- START WPML --*/
[data-wpml="language-item"]:first-of-type {
    display: block;
}
/*-- END WPML --*/

.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: var(--wp--preset--color--blue-4);
    background-color: #f6f6f6;
    padding: 4px;
    border-radius: 16px;
    border: solid 1px #459ac7;
}

/* Media queries – RB - Nov. 26, 2025 */
/* IMPORTANT: Media queries: Substract 15px when measuring width using the browser's Responsive design mode. */

@media screen and (min-width: 1440px) {
}

@media screen and (max-width: 1224px) {
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 905px) {
    .ha-top-row {
        justify-content: center;
        gap: 0;
    }

    .ha-top-columns {
        display: block !important;
    }
    .ha-top-column-01 div {
        display: block;
        text-align: center;
    }

    .ha-top-column-01 {
        width: 100% !important;
        display: inline-block;
    }
    .ha-top-column-02 {
        width: 100% !important;
        display: inline-block;
    }

    .ha-logo img {
        width: 160px !important;
        height: 160px;
    }

    .top-contact-row {
        justify-content: center;
        margin-top: 12px !important;
        gap: 20px;
    }

    .ha-sitetitle {
        margin-bottom: 12px !important;
    }

    .ha-inner-row-top {
        padding-bottom: 12px !important;
    }
}

@media screen and (max-width: 800px) {
    .site-plan {
        flex-wrap: wrap;
        gap: 0;
    }

    .list-01 {
        width: 100%;
    }
    .list-02 {
        width: 100%;
    }

    .wp-block-navigation__responsive-container.is-menu-open
        .wp-block-navigation__responsive-container-content
        .has-child
        .wp-block-navigation__submenu-container {
        width: 100% !important;
    }

    .footer-cols {
        gap: 10px;
    }

    .foot-col-01 {
        justify-content: center;
        display: flex;
    }

    .foot-col-02 {
        justify-content: center;
        display: flex;
    }

    .Local_Date_Time-fr p,
    .Local_Date_Time p {
        font-size: 15px;
    }

    /*-- START Change Mobile Menu Breakpoint --*/

    .wp-block-navigation__responsive-container-open {
        display: flex !important;

        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 17px;
        padding-right: 10px;
        border: 2px solid #fff;
        border-radius: 26px;
        outline: none;
        background-color: #155678;
    }

    .wp-block-navigation__responsive-container-content {
        display: none !important;
    }

    .has-modal-open .is-menu-open .wp-block-navigation__responsive-container-content {
        display: flex !important;
    }

    /*-- END Change Mobile Menu Breakpoint --*/

    .ha-top-menu {
        background-color: #efefef !important;
    }

    .ha-top-menu div {
        padding-top: 0px !important;
    }

    .menu-rows nav {
        gap: 0;
    }

    .menu-rows nav:active,
    .menu-rows nav:focus {
        border: 0px !important;
    }

    .wp-block-navigation__responsive-container-open:before {
        content: "MENU";
        font-size: 17px;
    }

    .has-modal-open {
        overflow-x: hidden !important;
    }

    .top-contact-row {
        gap: 20px;
    }
    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
        padding-top: 40px !important;
        color: #10638f;
    }

    .wp-block-navigation__responsive-container-close {
        top: 20px;
    }

    .wp-block-navigation__responsive-container.is-menu-open
        .wp-block-navigation__responsive-container-content
        .wp-block-navigation__submenu-container {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .wp-block-navigation__responsive-container-content ul {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .wp-block-navigation__responsive-container-content ul li {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .wp-block-navigation__responsive-container span {
        font-size: 16px !important;
    }

    .wp-block-navigation__responsive-container a {
        padding: 8px 16px !important;
    }

    .wp-block-navigation-submenu li {
        font-size: 16px;
    }

    .ha-top-group > div {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 500px) {
    .hide_desktop {
        display: block;
        visibility: visible;
        opacity: 1;
        z-index: 100000;
    }

    .menu-rows .lang-btn,
    :lang(en) [data-wpml="link"] {
        font-size: 12px;
        text-transform: uppercase;
        background-color: #f6f6f6;
        padding: 2px 6px !important;
        border: 1px solid #459ac7;
        border-radius: 4px;
        margin-top: 16px;
    }

    [data-wpml="language-item"] a {
        margin-top: 0px !important;
    }

    .wpml-language-switcher-navigation-block {
        margin-top: 8px;
    }

    .wp-block-navigation__responsive-container .wpml-language-switcher-navigation-block span {
        font-size: 12px !important;
    }

    .wp-block-navigation__responsive-container .wpml-language-switcher-navigation-block a {
        padding: 2px 8px !important;
    }
    [data-wpml="language-item"] div {
        margin-top: -3px !important;
    }

    .menu-rows .lang-btn,
    :lang(en) [data-wpml="label"] {
        color: #10638f !important;
        letter-spacing: 1px;
        font-size: 12px;
        padding: 5px 4px !important;
        margin-bottom: 0px;
    }

    .menu-rows .lang-btn,
    :lang(fr) [data-wpml="label"] {
        color: #10638f !important;
        letter-spacing: 1px;
        font-size: 12px;
        padding: 0px 6px;
    }

    :lang(fr) .ha-bottom-row [data-wpml="label"] {
        padding: 0px 0px !important;
    }
}
@media screen and (max-width: 485px) {
    .ha-bottom-group a {
        font-size: 16px;
    }

    .full-width-line {
        display: block;
        text-align: center;
    }

    .ha-top-row nav {
        padding-left: 3px;
        display: none;
    }

    /* Hide the last .vert‑sep span inside .ha‑top‑row */
    .ha-top-row .vert-sep:last-of-type {
        display: none;
    }

    .ha-sitetitle {
        padding-bottom: 0px;
    }

    .ha-logo img {
        width: 130px !important;
        height: 130px;
    }
    .top-contact-row {
        flex-flow: column;
        gap: 10px;
    }
    .Local_Date_Time-fr p,
    .Local_Date_Time p {
        text-align: center;
        margin: 0 0;
    }

    .lang-btn span {
        color: #10638f !important;
        letter-spacing: 1px;
    }

    .ha-top-group-inner {
        padding-left: 10px;
        padding-right: 10px;
    }

    .is-menu-open {
        margin-right: 15px;
    }
}

@media screen and (max-width: 380px) {
    .totop {
        margin-top: 8px !important;
        margin-bottom: 10px !important;
    }

    .siteplan-btn {
        margin-bottom: 4px !important;
    }

    .footer-cols {
        flex-direction: column-reverse;
    }

    .foot-col-02 div {
        gap: 10px;
    }

    .ha-bottom-row {
        flex-wrap: wrap !important;
    }

    .ha-bottom-row div {
        width: 100%;
        justify-content: center;
    }

    .ha-bottom-group a {
        width: 100%;
        display: block;
        position: relative;
        margin-bottom: 8px;
    }

    .ha-bottom-group .vert-sep {
        display: none;
    }
}
