/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


/*  Boxed Element In Fullwidth Section (with container) */

:root {
    --padding: 15px;
    --container: 1630px;
    --scroll-bar-width-windows: 17px;
    --scroll-bar-width-mac: 15px;
}


@media only screen and (min-width : 1620px) {

    .boxed_left {
        padding-left: calc( ( ( ( 100vw - var(--scroll-bar-width-windows) ) - var(--container) ) / 2 ) - var(--padding) ) !important;
    }

    .boxed_left_no_padding {
        padding-left: calc( ( ( ( 100vw - var(--scroll-bar-width-windows) ) - var(--container) ) / 2 ) ) !important;
    }

    .boxed_right {
        padding-right: calc( ( ( ( 100vw - var(--scroll-bar-width-windows)) - var(--container) ) / 2 ) - var(--padding) ) !important;
    }

    .boxed_right_no_padding {
        padding-right: calc( ( ( ( 100vw - var(--scroll-bar-width-windows)) - var(--container) ) / 2 ) ) !important;
    }

    body.mac .boxed_left {
        padding-left: calc( ( (  100vw - var(--container) ) / 2 ) - var(--padding) ) !important;
    }

    body.mac .boxed_left_no_padding {
        padding-left: calc( ( (  100vw - var(--container) ) / 2 ) ) !important;
    }

    body.mac .boxed_right {
        padding-right: calc( ( ( 100vw - var(--container) ) / 2 ) - var(--padding) ) !important;
    }

    body.mac .boxed_right_no_padding {
        padding-right: calc( ( ( 100vw - var(--container) ) / 2 ) ) !important;
    }

    body.mac.scrollbars-visible .boxed_left {
        padding-left: calc( ( ( ( 100vw - var(--scroll-bar-width-mac)  ) - var(--container) ) / 2 ) - var(--padding) ) !important;
    }

    body.mac.scrollbars-visible .boxed_left_no_padding {
        padding-left: calc( ( ( ( 100vw - var(--scroll-bar-width-mac)  ) - var(--container) ) / 2 ) ) !important;
    }

    body.mac.scrollbars-visible .boxed_right {
        padding-right: calc( ( ( ( 100vw - var(--scroll-bar-width-mac) ) - var(--container) ) / 2 ) - var(--padding) ) !important;
    }

    body.mac.scrollbars-visible .boxed_right_no_padding {
        padding-right: calc( ( ( ( 100vw - var(--scroll-bar-width-mac) ) - var(--container) ) / 2 ) ) !important;
    }
}


/* slider in all Fenetre pages */
#fenetre_custom_slider .elementor-swiper-button-next{
    left:50% !important;
    bottom:-40px !important;
    top:unset !important;
    right:unset !important;
    background:#383838 !important;
    color:#fff !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left:40px;
    padding-right:20px;
}

#fenetre_custom_slider .elementor-swiper-button-prev{
    left:30% !important;
    bottom:-40px !important;
    top:unset !important;
    right:unset !important;
    background:#383838 !important;
    color:#fff !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left:20px;
    padding-right:40px;
}

@media(max-width:1024){

    #fenetre_custom_slider .elementor-swiper-button-next{
        left:90% !important;
    }
    #fenetre_custom_slider .elementor-swiper-button-prev{
        left:90% !important;
    }
}

@media(max-width:450){

    #fenetre_custom_slider .elementor-swiper-button-next{
        left:30% !important;
    }
    #fenetre_custom_slider .elementor-swiper-button-prev{
        left:50% !important;
    }
}

/* Slider in A propos and porte pages */

#custom_slider .elementor-swiper-button-next{
    position:absolute !important;
    top:45% !important;
    right:-20px !important;
    background:#383838 !important;
    color:#fff !important;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left:10px;
    padding-right:10px;
}

#custom_slider .elementor-swiper-button-prev{
    position:absolute !important;
    top:50% !important;
    background:#383838 !important;
    color:#fff !important;
    left:unset !important;
    right:-20px !important;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left:10px;
    padding-right:10px;
}


@media(max-width:1024px){

    #custom_slider .elementor-swiper-button-next{
        left:50% !important;
        right:unset !important;
        top:unset !important;
        bottom:-40px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        padding-left:40px !important;
        padding-right:20px !important;
    }
    #custom_slider .elementor-swiper-button-prev{
        left:42% !important;
        right:unset !important;
        top:unset !important;
        bottom:-40px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        padding-left:20px !important;
        padding-right:40px !important;
    }
}

@media(max-width:450px){

    #custom_slider .elementor-swiper-button-next{
        left:50% !important;
    }
    #custom_slider .elementor-swiper-button-prev{
        left:30% !important;
    }
}

/* Header */

/* Slide In From The Top Option */

.header-2 {
    transform: translatey(-180px);
    -moz-transition: all .3s ease!important;
    -webkit-transition: all .3s ease!important;
    transition: all .3s ease!important;
    position:fixed;
}


.header-2.she-header  {
    height: auto!important;
    transform: translatey(0px);
}

/* End Of Slide In From The Top Option */

/* Fade In Option */

.header-2 {
    opacity: 0;
    -moz-transition: opacity .25s ease-out!important;
    -webkit-transition: opacity .25s ease-out!important;
    transition: opacity .25s ease-out!important;
}


.header-2.she-header  {
    opacity: 1!important;
}

/* End Of Fade In Option */

/* End Of Slide In From The Top Option */

/* 	Mega menu background color */
.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-mega-container__inner{
    background:#fff !important;
}

/* Language Text Bold On Header */
#change__lang__text .wpml-ls-link{
    font-weight:bold !important;
}

.change__lang__text .wpml-ls-link{
    font-weight:bold !important;
}

/* 	Footer Wpml Active lang color */
.wpml-ls-current-language a{
    color:#C32033 !important;
}

/* 	Sticky Header Fix Double Language Problem */
#change__lang__text .wpml-ls-item{
    display:block;
}
#change__lang__text .wpml-ls-current-language{
    display:none;
}

/* 	Main Header Language Item Color Black */

#main_header_lang .wpml-ls-native{
    color:#000 !important;
}

/* 	Mega menu dropdown width fix on header menu */

.jet-mega-menu-sub-menu__list .jet-mega-menu-item{
    display:block !important;
}
.jet-mega-menu-sub-menu__list .jet-mega-menu-item__inner{
    width:100% !important;
}


/* Homepage - Fenomax C'est Aussi box & text hover color */

.animated__box:hover .elementor-icon-box-description,.animated__box:hover .elementor-icon-box-title span{
    color:#fff !important
}

/* 	Main Header Underline Effect */

#main_header_lang .jet-mega-menu-item__inner{
    padding-bottom:10px !important;
}

#main_header_lang .jet-mega-menu-item__inner::after{
    content:"";
    position:absolute;
    width:100%;
    height:3px;
    background:#C32033;
    bottom:0;
    left:0;
    display:none;
}
#main_header_lang .jet-mega-current-menu-item .jet-mega-menu-item__inner::after{
    display:block;
}

/* 	FENETRE - Hover Animation */

.fenetre__hover:hover .hover__text h2{
    color:#fff !important;
}

/* 	Select dropdown icon color black */

.select-caret-down-wrapper i{
    color: #000 !important;
}

/* 	Mega menu font bold */
#font__bold a{
    font-weight: bold !important;
}

/* 	Menu item add active design */
.jet-menu-item-wrapper{
    position:relative;
}
.jet-menu > .jet-current_page_item > a .jet-menu-item-wrapper::after,.jet-menu > .jet-current-page-parent > a .jet-menu-item-wrapper::after{
    content:"";
    position:absolute;
    width:100%;
    height:4px;
    background:var( --e-global-color-primary );
    bottom:-10px;
    left:0;
}

/* 	Header menu dropdown position */
#header__menu__desktop .jet-menu-item .jet-sub-menu{
    left:50px !important;
}

/* header fix */

.header_lang_switcher {
    display: none;
}

.main_header .telephone svg .st0 {
    fill: #fff;
}

.main_header .succursale svg .st0 {
    fill: #fff;
}
.main_header .top_header .top_header_col_1 {
    width: 1px !important;
    flex-basis: 1px !important;
}

.main_header .top_header .top_header_col_2 {
    width: auto !important;
    flex-basis: auto !important;
    flex-grow: 0;
    flex-shrink: 0;
}
.franchises_list.contact.alt-display{
    display: block;
}
.franchises_list.contact.alt-display>ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.franchises_list.contact.alt-display>ul>li>a{
    display: inline-flex;
    min-width: 350px;
}
.main_header .top_header .succursale {
    padding: 0 20px !important;
}

.single-franchise .main_header .top_header .succursale a {
    font-size: 16px !important;
}

.single-franchise .main_header .top_header .succursale .pf_name {
    font-size: 20px !important;
}

.main_header .top_header .telephone {
    padding: 0 20px !important;
}

.main_header .top_header .estimation {
    padding: 0 20px !important;
}

.main_header .top_header .estimation > div {
    margin: 0px !important;
}

.main_header .header_menu_mobile {
    display: none;
}

.main_header .logo_col {
    width: 450px !important;
    flex-basis: 450px !important;
}

.main_header .menu_col {
    width: calc( 100% - 450px ) !important;
    flex-basis: calc( 100% - 450px ) !important;
}

@media (max-width: 1320px) {

    .main_header .logo_col {
        width: 375px !important;
        flex-basis: 375px !important;
    }

    .main_header .logo_col img {
        width: 350px !important;
        max-width: 350px !important;
        height: auto !important;
    }

    .main_header .menu_col {
        width: calc( 100% - 375px ) !important;
        flex-basis: calc( 100% - 375px ) !important;
    }
}

@media (max-width: 1199px) {

    .elementor-menu-toggle {
        position: fixed !important;
        top: 15px !important;
        right: 15px !important;
        z-index: 2010 !important;
    }

    .elementor-nav-menu {
        background-color: #f6f6f6;
    }

    .elementor-nav-menu--dropdown {
        top: 0 !important;
    }

    .main_header .top_header .succursale .elementor-icon-list-text {
        display: none;
    }

    .main_header .logo_col {
        width: 325px !important;
        flex-basis: 325px !important;
    }

    .main_header .logo_col img {
        width: 300px !important;
        max-width: 300px !important;
        height: auto !important;
    }

    .main_header .menu_col {
        width: calc( 100% - 325px ) !important;
        flex-basis: calc( 100% - 325px ) !important;
    }
}

@media (max-width: 1024px) {

    .main_header .header_menu_desktop {
        display: none;
    }

    .main_header .header_menu_mobile {
        display: block;
    }

    .main_header .top_header .succursale .elementor-icon-list-text {
        display: block;
    }

    .main_header .top_header .telephone svg {
        width: 28px !important;
        height: 28px !important;
    }

    .main_header .top_header .succursale svg {
        width: 28px !important;
        height: 28px !important;
    }

    .main_header > div {
        display: block !important;
    }

    .main_header .logo_col {
        width: 100% !important;
        margin-bottom: 18px;
    }

    .main_header .logo_col img {
        width: 200px !important;
        max-width: 200px !important;
        height: auto !important;
    }

    .main_header .menu_col {
        width: 100% !important;
    }

    .main_header .top_header .top_header_col_2 {
        width: 100% !important;
    }

    .main_header .top_header .succursale {
        padding: 0 10px !important;
    }

    .main_header .top_header .telephone {
        padding: 0 10px !important;
    }

    .main_header .top_header .estimation {
        padding: 0 10px !important;
    }

    .main_header .top_header .estimation > div {
        padding: 5px 10px 5px 10px !important;
    }
}

@media (max-width: 799px) {

    .main_header .top_header .telephone .elementor-icon-list-text {
        display: none;
    }

    .main_header .top_header .succursale .elementor-icon-list-text {
        display: none;
    }
}

/* sticky */

body.sticky {
    margin-top: 175px;
}

@media (max-width: 1550px) {

    body.sticky {
        margin-top: 195px;
    }
}

@media (max-width: 1024px) {

    body.sticky {
        margin-top: 160px;
    }
}

body.sticky .main_header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2000;
    background-color: #fff;
}


body.admin-bar.sticky .main_header {
    top: 32px;
}

.header_pf_menu {
    margin: 10px 0 !important;
}

body.sticky .header_pf_menu,
body.sticky .bottom_header {
    display: none;
}

.main_header .top_header .succursale .elementor-icon-list-text {
    color: #fff !important;
}

.main_header .top_header .succursale .elementor-icon-list-text:hover,
.main_header .top_header .succursale .elementor-icon-list-text:focus,
.main_header .top_header .succursale .elementor-icon-list-text:active {
    color: #000 !important;
}

.main_header .top_header .telephone .elementor-icon-list-text {
    color: #fff !important;
}

.main_header .top_header .telephone .elementor-icon-list-text:hover,
.main_header .top_header .telephone .elementor-icon-list-text:focus,
.main_header .top_header .telephone .elementor-icon-list-text:active {
    color: #000 !important;
}

@media (min-width: 1024px) {

    body.sticky .main_header .header_menu_desktop {
        display: none;
    }

    body.sticky .main_header .logo_col img {
        width: 240px !important;
        max-width: 240px !important;
        height: 50px !important;
    }

    body.sticky .main_header .header_lang_switcher {
        display: block;
    }

    body.sticky .main_header .telephone svg .st0 {
        fill: #C32033;
    }

    body.sticky .main_header .succursale svg .st0 {
        fill: #C32033;
    }

    body.sticky .main_header .top_header .elementor-widget-wrap > div {
        width: auto;
        flex-basis: auto;
        flex-grow: 0;
        flex-shrink: 0;
    }

    body.sticky .main_header .top_header .succursale {
        order: 2;
    }

    body.sticky .main_header .top_header .succursale > div {
        margin: 0px 25px 0px 25px !important;
        padding: 0px 20px 0px 20px !important;
        border-style: solid !important;
        border-width: 2px 2px 2px 2px !important;
        border-color: #C32033 !important;
        min-height: 35px !important;
        display: flex;
        align-items: center;
    }

    body.sticky .main_header .top_header .succursale .elementor-icon-list-text {
        color: #C32033 !important;
    }

    body.sticky .main_header .top_header .succursale .elementor-icon-list-text:hover,
    body.sticky .main_header .top_header .succursale .elementor-icon-list-text:focus,
    body.sticky .main_header .top_header .succursale .elementor-icon-list-text:active {
        color: #000 !important;
    }

    body.sticky.single-franchise .main_header .top_header .succursale .elementor-icon-list-item > a {
        font-size: 16px !important;
        text-transform: none !important;
        font-style: normal !important;
        line-height: 27px !important;
        color: #C32033 !important;
    }

    body.sticky.single-franchise .main_header .top_header .succursale .elementor-icon-list-item > a .pf_mame {
        font-size: 20px !important;
    }

    body.sticky .main_header .top_header .succursale .elementor-icon-list-icon svg {
        width: 12px !important;
        height: 12px !important;
    }

    body.sticky .main_header .top_header .telephone .elementor-icon-list-text {
        color: #C32033 !important;
    }

    body.sticky .main_header .top_header .telephone .elementor-icon-list-text:hover,
    body.sticky .main_header .top_header .telephone .elementor-icon-list-text:focus,
    body.sticky .main_header .top_header .telephone .elementor-icon-list-text:active {
        color: #000 !important;
    }

    body.sticky .main_header .top_header .telephone {
        order: 1;
    }

    body.sticky .main_header .top_header .telephone .elementor-icon-list-item > a {
        font-size: 30px !important;
        font-weight: 600 !important;
        line-height: 40px !important;
        font-style: normal !important;
    }

    body.sticky .main_header .top_header .estimation {
        order: 3;
    }

    body.sticky .main_header .top_header .estimation .elementor-widget-container {
        margin: 0 !important;
    }

    body.sticky .main_header .top_header .estimation > div {
        background-color: #C32033 !important;
        border-color: #C32033 !important;
    }

    body.sticky .main_header .top_header .estimation > div:hover,
    body.sticky .main_header .top_header .estimation > div:focus,
    body.sticky .main_header .top_header .estimation > div:active {
        background-color: #000 !important;
        border-color: #000 !important;
    }

    body.sticky .main_header .top_header .estimation .elementor-icon-list-text {
        color: #fff !important;
    }

    body.sticky .main_header .top_header .estimation .elementor-icon-list-item > a {
        text-transform: none !important;
    }

    body.sticky .main_header .top_header .header_lang_switcher {
        order: 4;
    }

    body.sticky .main_header .top_header .header_lang_switcher .wpml-ls-display {
        font-weight: 700 !important;
    }

    body.sticky .main_header .top_header .wpml-ls-current-language {
        display: none;
    }

    body.sticky .main_header .top_header .top_header_col_1 {
        display: none;
    }

    body.sticky .main_header .top_header .top_header_col_2 {
        width: 100%;
    }

    body.sticky .main_header .top_header .top_header_col_2 > div {
        justify-content: flex-end !important;
        background-color: transparent !important;
        flex-wrap: nowrap !important;
    }
}

@media (max-width: 830px) {

    body.sticky .main_header .top_header .succursale .elementor-icon-list-text {
        display: none;
    }

    body.sticky .main_header .top_header .telephone .elementor-icon-list-text {
        display: none;
    }
}


/* products_page_list */

.products_page_list.icon_and_text {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.products_page_list.icon_and_text > li {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 250px;
    margin: 18px;
    display: block;
    list-style: none;
    padding: 0;
}

.products_page_list.icon_and_text > li .image {
    margin-bottom: 18px;
    display: block;
}

.products_page_list.icon_and_text > li .image img {
    display: block;
    object-fit: contain;
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

.products_page_list.icon_and_text > li .text {
    width: 100%;
    font-family: "Barlow", Sans-serif;
    display: block;
}

.products_page_list.icon_and_text > li .text a {
    background-color: #C32033;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    padding: 8px 8px 9px 8px;
    display: block;
    font-size: 16px;
    line-height: 1.3;
}



/* services_page_list */

.services_page_list.icon_and_text {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.services_page_list.icon_and_text > li {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 250px;
    margin: 18px;
    display: block;
    list-style: none;
    padding: 0;
}

.services_page_list.icon_and_text > li .image {
    margin-bottom: 18px;
    display: block;
}

.services_page_list.icon_and_text > li .image img {
    display: block;
    object-fit: contain;
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

.services_page_list.icon_and_text > li .text {
    width: 100%;
    font-family: "Barlow", Sans-serif;
    display: block;
}

.services_page_list.icon_and_text > li .text a {
    background-color: #C32033;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    padding: 8px 8px 9px 8px;
    display: block;
    font-size: 16px;
    line-height: 1.3;
}

/* products_page_list footer_menu */

.products_page_list.footer_menu {
    display: block;
    margin: 0;
    padding: 0;
}

.products_page_list.footer_menu > li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.products_page_list.footer_menu > li a {
    display: block;
    margin: 0;
    padding: 0;
    font-family: "Barlow", Sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 36px;
    color: #000;
}

.products_page_list.footer_menu > li a:hover {
    color: #C32033;
}

/* services_page_list footer_menu */

.services_page_list.footer_menu {
    display: block;
    margin: 0;
    padding: 0;
}

.services_page_list.footer_menu > li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.services_page_list.footer_menu > li a {
    display: block;
    margin: 0;
    padding: 0;
    font-family: "Barlow", Sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 36px;
    color: #000;
}

.services_page_list.footer_menu > li a:hover {
    color: #C32033;
}

/* pf_hours_franchise_home */

.pf_hours_franchise_home table.pf_hours {
    border: none !important;
    width: auto !important;
}

.pf_hours_franchise_home table.pf_hours th,
.pf_hours_franchise_home table.pf_hours td {
    background-color: transparent !important;
    line-height: 1.3 !important;
    border: none !important;
    width: auto !important;
    padding: 0 1em .5em 0 !important;
    text-align: left  !important;
    font-weight: 400 !important;
}

/* pf_schema */

.pf_schema {
    display: none !important;
}

/* wpml_language_switcher */

.no_margin_after {
    margin-bottom: 0 !important;
}

.wpml_language_switcher .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
    margin-bottom: 0px !important;
    border: none !important;
    padding: 0 !important;
}

.wpml_language_switcher li {
    display: block !important;
}

.wpml_language_switcher a {
    display: block !important;
    padding: 0 !important;
    text-align: left !important;
    font-family: "Barlow", Sans-serif !important;
    font-size: 19px !important;
    font-weight: bold !important;
    line-height: 36px !important;
    color: #000 !important;
}

.wpml_language_switcher a:hover,
.wpml_language_switcher a:focus,
.wpml_language_switcher a:active {
    color: #C32033 !important;
}

.top_header .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
    margin-bottom: 0 !important;
}
.top_header .wpml-ls-legacy-list-horizontal a span {
    font-size: 18px !important;
    font-weight: 700 !important;
}

/* franchises_list contact */

.franchises_list.contact {
    display: flex;
}

.franchises_list.contact ul {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    list-style: none;
    margin: 0;
    padding: 0;
}

.franchises_list.contact ul li {
    list-style: none;
    margin:  0 0 20px 0;
    padding: 0;
}

.franchises_list.contact ul li:last-child {
    margin: 0;
}

.franchises_list.contact ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #000;
}

.franchises_list.contact ul li a .text {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    padding: 0 40px 0 20px;
    color: #fff;
    font-family: "Barlow", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 38px;
}

.franchises_list.contact ul li a .icon {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    padding: 16px;
    background-color: #c32033;
}

.franchises_list.contact ul li a .icon img {
    display: block;
    width: 25px;
    height: 17px;
}

.pf_hours th,
.pf_hours td {
    font-size: 20px !important;
}

@media only screen and (max-width : 425px) {

    .franchises_list.contact ul li a .text {
        padding: 0 20px 0 10px;
        font-size: 16px;
    }

    .franchises_list.contact ul li a .icon img {
        display: block;
        width: 20px;
        height: 13px;
    }

    .franchises_list.contact ul li a .icon {
        padding: 13px;
    }


}

/* franchise header sub menus */

.elementor-location-header .pf_menu_header .elementor-nav-menu--main .elementor-item:hover,
.elementor-location-header .pf_menu_header .elementor-nav-menu--main .elementor-item.elementor-item-active,
.elementor-location-header .pf_menu_header .elementor-nav-menu--main .elementor-item.highlighted,
.elementor-location-header .pf_menu_header .elementor-nav-menu--main .elementor-item:focus {
    color: #c32033 !important;
}

.pf_menu_header .elementor-nav-menu--dropdown {
    background-color: #fff !important;
    box-shadow: 0 0 3px #999;
}

.pf_menu_header .elementor-nav-menu--dropdown a {
    padding: 13px 20px !important;
    color: #000 !important;
}

.pf_menu_header .elementor-nav-menu--dropdown a:hover,
.pf_menu_header .elementor-nav-menu--dropdown a.highlighted {
    background-color: #c32033 !important;
    color: #fff !important
}

#franchise_header_menu > ul > li > a {
    color: #c32033 !important;
}

#franchise_header_menu > ul > li.promotions > a {
    padding: 5px 12px 7px 12px !important;
    border-radius: 28px !important;
    border: 3px solid #c32033 !important;
}

#franchise_header_menu > ul > li > a:hover,
#franchise_header_menu > ul > li > a:focus,
#franchise_header_menu > ul > li > a:active {
    color: #000 !important;
}

/* footer succursale */

.single-franchise .elementor-location-footer .succursale .elementor-button-text {
    font-size: 16px !important;
}

.single-franchise .elementor-location-footer .succursale .elementor-button-text .pf_name {
    font-size: 20px !important;
}

/* free_estimate_contact */


.free_estimate_form.page {
    margin: 100px 0;
}

.free_estimate_form.page .estimate_form_outer_grey {
    background-color: #F0F0F0;
    padding: 80px 125px 30px 125px;
}

.free_estimate_form.page .estimate_form_outer_grey h2 {
    color: var( --e-global-color-text );
    font-family: "Barlow", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    margin: 0 0 .5em 0;
}

.free_estimate_form.contact .estimate_form_outer_grey h2 {
    display: none;
}

.free_estimate_form .estimate_form_outer_grey p {
    margin: 0;
}

.free_estimate_form .estimate_form_outer_grey ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #aaa;
}
.free_estimate_form .estimate_form_outer_grey ::-moz-placeholder { /* Firefox 19+ */
    color: #aaa;
}
.free_estimate_form .estimate_form_outer_grey :-ms-input-placeholder { /* IE 10+ */
    color: #aaa;
}
.free_estimate_form .estimate_form_outer_grey :-moz-placeholder { /* Firefox 18- */
    color: #aaa;
}

.free_estimate_form .estimate_form_outer_grey input[type=submit] {
    background-color: #C32033;
    border-color: #c32033;
    color: #fff;
    font-weight: 700;
}

.free_estimate_form.contact .estimate_form_outer_grey input[type=submit] {
    width: calc( 50% - 20px );
}

.free_estimate_form.page .estimate_form_outer_grey .fields {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.free_estimate_form .estimate_form_outer_grey .fields > div {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.free_estimate_form.page .estimate_form_outer_grey .fields > div {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 50% - 64px );
}

.free_estimate_form .estimate_form_outer_grey .fields .full,
.free_estimate_form .estimate_form_outer_grey .fields .half {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 50% - 10px );
    margin-bottom: 20px;
}

.free_estimate_form .estimate_form_outer_grey .fields .full {
    flex-basis: 100%;
}

/* .free_estimate_form .estimate_form_outer_grey .fields .full:last-child {
    margin-bottom: 0;
} */

.free_estimate_form .estimate_form_outer_grey input,
.free_estimate_form .estimate_form_outer_grey select,
.free_estimate_form .estimate_form_outer_grey textarea,
.free_estimate_form .fs-selector select {
    border: none !important;
    border-radius: 0px !important;
    font-size: 18px !important;
}

.free_estimate_form.page .estimate_form_outer_grey textarea {
    height: 327px;
}

.free_estimate_form .estimate_form_outer_grey label,
.free_estimate_form .estimate_form_outer_grey .label {
    display: block;
    margin: 0 0 .5em 0;
    font-family: "Barlow", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

.free_estimate_form .estimate_form_outer_grey .wpcf7-list-item-label {
    font-weight: 400 !important;
}

.free_estimate_form .estimate_form_outer_grey .hide_row,
.free_estimate_form .estimate_form_outer_grey .no_label {
    display: none;
}

.free_estimate_form.page .estimate_form_outer_black {
    background-color: #000;
    padding: 30px 125px;
}

.free_estimate_form.page .estimate_form_outer_black p {
    margin: 0;
    text-align: right;
}

.free_estimate_form.page .estimate_form_outer_black .wpcf7-spinner {
    display: none;
}

.free_estimate_form .estimate_form_outer_black input[type=submit] {
    background-color: #C32033;
    color: #fff;
    font-weight: 700;
    border: 1px solid #fff;
    border-radius: 0px !important;
    font-size: 18px !important;
    padding-left: 60px;
    padding-right: 60px;
}

.free_estimate_form.contact .estimate_form_outer_black input[type=submit] {
    width: calc( 50% - 10px );
    border: 0px solid #fff;
    padding-left: 24px;
    padding-right: 24px;
}

@media only screen and (max-width : 1299px) {

    .free_estimate_form .estimate_form_outer_grey input,
    .free_estimate_form .estimate_form_outer_grey select,
    .free_estimate_form .estimate_form_outer_grey textarea {
        font-size: 16px !important;
    }

    .free_estimate_form.page .estimate_form_outer_grey textarea {
        height: 327px;
    }

    .free_estimate_form .estimate_form_outer_grey label,
    .free_estimate_form .estimate_form_outer_grey .label {
        font-size: 16px;
    }

}

@media only screen and (max-width : 1199px) {

    .free_estimate_form.page {
        margin: 50px 0;
    }

    .free_estimate_form.page .estimate_form_outer_grey {
        padding: 80px 80px 30px 80px;
    }

    .free_estimate_form.page .estimate_form_outer_black {
        padding: 30px 80px;
    }

    .free_estimate_form .estimate_form_outer_grey .fields > div {
        flex-basis: calc( 50% - 40px );
    }

    .free_estimate_form.page .estimate_form_outer_grey textarea {
        height: 308px;
    }

}

@media only screen and (max-width : 1024px) {

    .free_estimate_form.page .estimate_form_outer_grey {
        padding: 40px 40px 20px 40px;
    }

    .free_estimate_form.page .estimate_form_outer_black {
        padding: 20px 40px;
    }

    .free_estimate_form.page .estimate_form_outer_grey .fields > div {
        flex-basis: calc( 50% - 20px );
    }

}

@media only screen and (max-width : 767px) {

    .free_estimate_form.page {
        margin: 25px 0;
    }

    .free_estimate_form.page .estimate_form_outer_grey {
        padding: 40px 40px 20px 40px;
    }

    .free_estimate_form.page .estimate_form_outer_black {
        padding: 20px 40px;
    }

    .free_estimate_form .estimate_form_outer_grey .fields > div {
        flex-basis: 100%;
    }

    .free_estimate_form .estimate_form_outer_grey textarea {
        height: 200px;
        margin-top: 10px;
    }

}

@media only screen and (max-width : 600px) {

    .free_estimate_form .estimate_form_outer_grey .fields .half {
        flex-basis: 100%;
    }

}

@media only screen and (max-width : 424px) {

    .free_estimate_form.page .estimate_form_outer_grey {
        padding: 20px 20px 20px 20px;
    }

    .free_estimate_form.page .estimate_form_outer_black {
        padding: 20px 20px;
    }

    .free_estimate_form .estimate_form_outer_grey input,
    .free_estimate_form .estimate_form_outer_grey select,
    .free_estimate_form .estimate_form_outer_grey textarea {
        font-size: 14px !important;
    }

    .free_estimate_form .estimate_form_outer_grey label,
    .free_estimate_form .estimate_form_outer_grey .label {
        font-size: 14px;
    }

}

.pf_phone {
    white-space: nowrap !important;
}

/* succussales */

#result {
    height: 100%;
    overflow-y: visible;
    padding-right: 30px;
}

#result .result_item {
    margin-bottom: 20px;
}

#result .result_item:last-child {
    margin-bottom: 0;
}

#result .result_item h4 {
    color: #fcb603;
    font-family: "Barlow", Sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 .5em 0;
}

#result .result_item h4 a {
    color: #c32033;
    text-decoration: none;
}

#result .result_item p {
    color: #000;
    font-family: "Barlow", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

#result .result_item p a {
    color: #000;
    text-decoration: none;
}

#result .result_item p strong {
    font-weight: 700;
}

#result .result_item p.link {
    font-family: "Barlow", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    fill: #A8B3BF;
    color: #A8B3BF;
    margin: 1em 0;
    border-bottom: 1px solid #A8B3BF;
    padding-bottom: 12px;
}

#result .result_item p.link a {
    color: #A8B3BF;
    text-decoration: none;
}

#result .result_item p.link a:hover {
    text-decoration: underline;
}

#result .result_item p.link svg {
    fill: #A8B3BF;
    width: 12px;
    height: 12px;
}

#result .view_all_franchises {
    font-family: "Barlow", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    fill: #fcb603;
    color: #fcb603;
    margin: 2em 0 1em 0;
}

#result .view_all_franchises a {
    color: #fff;
    text-decoration: none;
    padding: 12px 36px;
    background-color: #fcb603;
    border-radius: 36px;
}

#result .view_all_franchises a:hover {
    text-decoration: none;
    background-color: #000;
}

#result {
    height: 500px;
    overflow-y: auto;
}


@media only screen and (max-width : 1024px) {
    #result {
        height: auto;
        overflow-y: hidden;
    }
}

@media only screen and (max-width : 768px) {

    #result {
        padding-right: 10px;
    }

    #result .result_item h4 {
        font-size: 24px;
        margin: 0 0 .5em 0;
    }

    #result .result_item p {
        font-size: 18px;
    }

    #result .result_item p a {
        color: #000;
        text-decoration: none;
    }

    #result .result_item p strong {
        font-weight: 700;
    }

    #result .result_item p.link {
        font-size: 18px;
        padding-bottom: 9px;
    }

    #result .result_item p.link svg {
        fill: #A8B3BF;
        width: 12px;
        height: 12px;
    }

    #result .view_all_franchises {
        font-size: 18px;
    }
}

.franchise_search_box {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 500px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

.franchise_search_box .get_location_btn {
    margin-right: 24px;
    color: #c32033;
}

.franchise_search_box .get_location_btn:hover,
.franchise_search_box .get_location_btn:focus,
.franchise_search_box .get_location_btn:active {
    color: #fff;
}

.franchise_search_box .get_location_btn .fa-lg {
    font-size: 36px;
    vertical-align: -10px;
}

.elementor-location-footer h2 a {
    font-weight: 700;
}

/* promotion menu */

.header_menu_desktop a {
    padding: 5px 0 7px 0 !important;
    border-top: 3px solid transparent !important;
    border-bottom: 3px solid transparent !important;
}

.header_menu_desktop .jet-sub-mega-menu a {
    padding: 5px 12px 7px 12px !important;
}

.header_menu_desktop .promotions a {
    display: inline-block !important;
    padding: 5px 12px 7px 12px !important;
    border-radius: 28px !important;
    border: 3px solid #c32033 !important;
    height: auto !important;
}

/* find_a_branch_home */


.find_a_branch_home .franchise_search_box {
    max-width: none !important;
    width: 100% !important;
}

.find_a_branch_home .get_location_btn {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50px;
}

.find_a_branch_home .get_location_btn {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 27px;
}

.find_a_branch_home form {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 100% - 27px );
    display: flex;
}

.find_a_branch_home form button {
    background-color: #c32033;
    border-color: #c32033;
    border-radius: 0;
    color: #fff;
}

.find_a_branch_home form button:hover {
    background-color: #000;
    border-color: #000;
    border-radius: 0;
    color: #fff;
}


body.sticky .pac-container {
    margin-top: -163px;

}

.jet-sub-mega-menu {
    margin-top: 20px;
}

/* promotions */


.promo-hero-box {
    border: 1px solid #fff;
    background-color: #C32033;
}

.promo-hero-box .top {
    font-family: Barlow, sans-serif;
    font-size: 106px;
    line-height: 1.0;
    font-weight: 900;
    color: #fff;
    text-align: center;
    padding: 9px;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
}

.promo-hero-box .bot {
    padding: 12px 60px 35px 60px;
}

.promo-hero-box .bot .year {
    display: flex;
    align-items: center;
    justify-content: center;
}

.promo-hero-box .bot .year .payer {
    font-family: Barlow, sans-serif;
    font-size: 40px;
    line-height: 1.0;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.promo-hero-box .bot .year .number {
    font-family: Barlow, sans-serif;
    font-size: 104px;
    line-height: 1.0;
    font-weight: 900;
    color: #fff;
    text-align: center;
    margin-left: .125em;
}

.promo-hero-box .bot .note {
    display: flex;
    align-items: stretch;
    justify-content: center;
    background-color: #fff;
    margin-top: 12px;
}

.promo-hero-box .bot .note .plus {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 0 12px;
}

.promo-hero-box .bot .note .plus img {
    width: 46px;
    height: 46px;
    display: block;
}

.promo-hero-box .bot .note .texte {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    font-family: Barlow, sans-serif;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 500;
    color: #C32033;
    text-align: left;
    background-color: #fff;
    padding: 6px 0;
}


@media only screen and (max-width : 1550px) {

    .promo-hero-box .top {
        font-size: 90px;
    }

    .promo-hero-box .bot {
        padding: 12px 40px 35px 40px;
    }

    .promo-hero-box .bot .year .number {
        font-size: 85px;
    }

    .promo-hero-box .bot .year .payer {
        font-size: 29px;
    }

    .promo-hero-box .bot .note .plus img {
        width: 36px;
        height: 36px;
    }

    .promo-hero-box .bot .note .texte {
        font-size: 20px;
    }


}

@media only screen and (max-width : 1300px) {

    .promo-hero-box .top {
        font-size: 77px;
    }

    .promo-hero-box .bot {
        padding: 12px 20px 25px 20px;
    }

    .promo-hero-box .bot .year .number {
        font-size: 65px;
    }

    .promo-hero-box .bot .year .payer {
        font-size: 29px;
    }

    .promo-hero-box .bot .note .plus img {
        width: 30px;
        height: 30px;
    }

    .promo-hero-box .bot .note .texte {
        font-size: 17px;
    }

}

@media only screen and (max-width : 1024px) {


}

@media only screen and (max-width : 767px) {

    .promo-hero-box .top {
        font-size: 63px;
    }

    .promo-hero-box .bot {
        padding: 12px 15px 15px 15px;
    }

    .promo-hero-box .bot .year .number {
        font-size: 54px;
    }

    .promo-hero-box .bot .year .payer {
        font-size: 21px;
    }

    .promo-hero-box .bot .note .plus img {
        width: 30px;
        height: 30px;
    }

    .promo-hero-box .bot .note .texte {
        font-size: 14px;
    }


}

@media only screen and (max-width : 424px) {

    .promo-hero-box .top {
        font-size: 45px;
    }

    .promo-hero-box .bot {
        padding: 12px 15px 15px 15px;
    }

    .promo-hero-box .bot .year .number {
        font-size: 45px;
    }

    .promo-hero-box .bot .year .payer {
        font-size: 14px;
    }

    .promo-hero-box .bot .note .plus img {
        width: 30px;
        height: 30px;
    }

    .promo-hero-box .bot .note .texte {
        font-size: 14px;
        flex-basis: calc( 100% - 48px );
    }

    .promo-hero-box .bot .note .texte br {
        display: none;
    }


}


/* promo formulaire */


.free_estimate_form.promo .fe_request label {
    display: none;
}

.free_estimate_form.promo .fe_installation {
    background-color: #fff;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    margin-bottom: 20px !important;
}

.free_estimate_form.promo .fe_installation .label,
.free_estimate_form.promo .fe_installation label {
    font-weight: 400 !important;
    margin: 0 !important
}

.free_estimate_form.promo .fe_installation label p {
    margin: 0 !important
}

.free_estimate_form.promo textarea {
    height: 120px;
}

/* promo-fenomax-list */

.promo-fenomax-list .elementor-icon-list-item,
.promo-fenomax-list .elementor-icon-list-item a {
    align-items: flex-start !important;

}

.promo-fenomax-list .elementor-icon-list-item .elementor-icon-list-icon {
    padding-top: 6px !important;
}

.jet-menu > .jet-current_page_item.promotions > a .jet-menu-item-wrapper::after, .jet-menu > .jet-current-page-parent > a .jet-menu-item-wrapper::after {
    display: none !important;
}



/* distributeurs */

.distributeur {
    /* display: flex; */
    /* align-items: flex-start; */
    /* justify-content: space-between; */
    margin-bottom: 18px;
}

.distributeur:last-child {
    margin-bottom: 0;
}

/* .distributeur .logo {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 150px;
} */

/* .distributeur .info {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 100% - 150px - 36px);
} */

.distributeur h3 {
    margin: 0 0 0.25em 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    color: #C32033;
}

.distributeur p {
    margin: 0 0 0.5em 0;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
}

.distributeur p:last-child {
    margin: 0;
}

.distributors_map_col .elementor-widget-shortcode,
.distributors_map_col .elementor-widget-shortcode .elementor-widget-container,
.distributors_map_col .elementor-widget-shortcode .elementor-widget-container .elementor-shortcode {
    height: 100%;
}

@media only screen and (max-width : 767px) {
    .distributeur {
        display: block;
    }

    .distributeur img {
        max-width: 150px;
    }
}


.dist_list > div {
    max-height: 600px;
    overflow-y: scroll;
}


/* header fix */

.bottom_header {
    margin-left: -200px !important;
    width: calc( 100% + 200px) !important;
}

.logo_col > div {
    align-items: flex-start !important;
    align-content: flex-start !important;
}

body.sticky .logo_col > div {
    align-items: center !important;
    align-content: center !important;
}

@media only screen and (max-width : 1024px) {

    .bottom_header {
        margin-left: 0 !important;
        width: 100% !important;
    }


}

/* career_form */
.career_form .elementor-field-type-acceptance .elementor-field-option {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: 0;
}
.career_form .elementor-field-type-acceptance .elementor-field-option input {
    margin-right: 18px;
    margin-top: 3px;
}

body.page-id-3497 .acceptance label,
body.page-id-1834 .acceptance label,
body.page-id-6572 .acceptance label,
body.page-id-6576 .acceptance label,
.acceptance_white .acceptance label {
    color: #fff;
}

body.page-id-3497 .acceptance label a,
body.page-id-1834 .acceptance label a,
body.page-id-3497 .acceptance label a:hover,
body.page-id-1834 .acceptance label a:hover,
body.page-id-3497 .acceptance label a:focus,
body.page-id-1834 .acceptance label a:focus,
body.page-id-3497 .acceptance label a:active,
body.page-id-1834 .acceptance label a:active {
    color: #C32033;
}

/* formulaire brochure */

.brochure_form {
    margin: 0 auto;
}

.brochure_form .brochure_form_outer_grey ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #aaa;
}
.brochure_form .brochure_form_outer_grey ::-moz-placeholder { /* Firefox 19+ */
    color: #aaa;
}
.brochure_form .brochure_form_outer_grey :-ms-input-placeholder { /* IE 10+ */
    color: #aaa;
}
.brochure_form .brochure_form_outer_grey :-moz-placeholder { /* Firefox 18- */
    color: #aaa;
}

.brochure_form .brochure_form_outer_grey input[type=submit] {
    background-color: #C32033;
    border-color: #c32033;
    color: #fff;
    font-weight: 700;
}

.brochure_form .brochure_form_outer_grey .fields {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.brochure_form .brochure_form_outer_grey .fields > div {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.brochure_form .brochure_form_outer_grey .fields .full,
.brochure_form .brochure_form_outer_grey .fields .half {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 50% - 10px );
    margin-bottom: 20px;
}

.brochure_form .brochure_form_outer_grey .fields .full {
    flex-basis: 100%;
}

.brochure_form .brochure_form_outer_grey .fields .full:last-child {
    margin-bottom: 0;
}

.brochure_form .brochure_form_outer_grey .fields .full p,
.brochure_form .brochure_form_outer_grey .fields .half p {
    width: 100%;
}

.brochure_form .brochure_form_outer_grey input,
.brochure_form .brochure_form_outer_grey select,
.brochure_form .brochure_form_outer_grey textarea {
    border: none !important;
    border-radius: 0px !important;
    font-size: 18px !important;
}

.brochure_form .brochure_form_outer_grey label,
.brochure_form .brochure_form_outer_grey .label {
    display: block;
    margin: 0 0 .5em 0;
    font-family: "Barlow", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

.brochure_form .brochure_form_outer_grey .wpcf7-list-item-label {
    font-weight: 400 !important;
}

.brochure_form .brochure_form_outer_grey .hide_row,
.brochure_form .brochure_form_outer_grey .no_label {
    display: none;
}

.brochure_form .brochure_form_outer_black input[type=submit] {
    background-color: #C32033;
    color: #fff;
    font-weight: 700;
    border: 1px solid #fff;
    border-radius: 0px !important;
    font-size: 18px !important;
    padding-left: 60px;
    padding-right: 60px;
}

.estimate_form_outer .acceptance a,
.brochure_form .acceptance a {
    line-height: 1.3 !important;
}

.estimate_form_outer .acceptance label span,
.brochure_form .acceptance label span {
    flex: 1 1 auto;
}

.estimate_form_outer .acceptance label span:first-child,
.brochure_form .acceptance label span:first-child {
    flex: 0 0 auto;
}

.brochure_form .wpcf7-spinner {
    margin-top: 12px;
}

@media only screen and (max-width : 1299px) {

    .brochure_form .brochure_form_outer_grey input,
    .brochure_form .brochure_form_outer_grey select,
    .brochure_form .brochure_form_outer_grey textarea {
        font-size: 16px !important;
    }

    .brochure_form .brochure_form_outer_grey label,
    .brochure_form .brochure_form_outer_grey .label {
        font-size: 16px;
    }
}

@media only screen and (max-width : 1199px) {

    .brochure_form .brochure_form_outer_grey .fields > div {
        flex-basis: calc( 50% - 40px );
    }
}

@media only screen and (max-width : 767px) {

    .brochure_form .brochure_form_outer_grey .fields > div {
        flex-basis: 100%;
    }

    .brochure_form .brochure_form_outer_grey textarea {
        height: 200px;
        margin-top: 10px;
    }

    .brochure_form .brochure_form_outer_grey .fields .full,
    .brochure_form .brochure_form_outer_grey .fields .half {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width : 600px) {

    .brochure_form .brochure_form_outer_grey .fields .half {
        flex-basis: 100%;
    }
}

@media only screen and (max-width : 424px) {

    .brochure_form .brochure_form_outer_grey input,
    .brochure_form .brochure_form_outer_grey select,
    .brochure_form .brochure_form_outer_grey textarea {
        font-size: 14px !important;
    }

    .brochure_form .brochure_form_outer_grey label,
    .brochure_form .brochure_form_outer_grey .label {
        font-size: 14px;
    }
}

.brochure_form_submit p {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.grecaptcha-badge {
    display: none !important;
}

/* acceptance */

.acceptance {
    margin-bottom: 0 !important;
}

.acceptance label {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    margin-bottom: 24px !important;
}

.acceptance input {
    margin: 0;
}

.acceptance .wpcf7-list-item {
    margin: 1px 18px 0 0 !important;
}

.format_inputs .wpcf7-checkbox .wpcf7-list-item {
    display: flex;
    align-items: flex-start;
    margin: 0;
}

.format_inputs .wpcf7-checkbox .wpcf7-list-item input {
    margin-right: 12px;
    margin-top: 7px;
}

.format_inputs .wpcf7-radio .wpcf7-list-item {
    margin: 0;
    display: block;
}

.format_inputs .wpcf7-radio .wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
}

.format_inputs .wpcf7-radio .wpcf7-list-item input {
    margin-right: 12px;
    margin-top: 4px;
}

/* formulaire SAV */

.formulaire_sav p {
    margin: 0 !important;
}

.formulaire_sav .row {
    display: flex;
    margin-bottom: 24px;
}

.formulaire_sav .row:last-child {
    margin-bottom: 0;
}

.formulaire_sav .row .label {
    flex: 0 0 30%;
    padding-top: 8px;
	z-index: 1;
}

.formulaire_sav .row .field {
    flex: 0 0 70%;
}

.formulaire_sav .hide_row {
    display: none;
}

.formulaire_sav input,
.formulaire_sav select,
.formulaire_sav textarea {
    border: none !important;
    border-radius: 0px !important;
    font-size: 18px !important;
}

.formulaire_sav textarea {
    height: 327px;
}

.formulaire_sav label {
    display: block;
    margin: 0 0 .5em 0;
    font-family: "Barlow", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

.formulaire_sav input[type=submit] {
    background-color: #C32033;
    border-color: #c32033;
    color: #fff;
    font-weight: 700;
}

.formulaire_sav p.link {
    text-align: right;
	margin-top: 6px !important;
}

.formulaire_sav .submit_btn {
	margin-top: 24px;
	text-align: center;
}

.formulaire_sav .submit_btn .wpcf7-spinner {
	display: block;
	margin: 12px auto 0 auto;
}

@media only screen and (max-width : 767px) {
	.formulaire_sav .row {
		display: block;
		margin-bottom: 24px;
	}
}

.formulaire_sav .acceptance p {
	display: flex;
}

.formulaire_sav .acceptance label {
	font-weight: 400 !important
}

.formulaire_sav .file_message {
	margin-bottom: 12px !important;
}

.formulaire_sav .tooltip {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1.5px solid #000;
	width: 20px;
	height: 20px;
	font-size: 18px;
	font-weight: 700;
	border-radius: 50%;
	cursor: pointer;
}

.formulaire_sav .tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: white;
	border: 1px solid black;
	color: black;
	text-align: center;
	border-radius: 6px;
	padding: 5px;

	/* Position the tooltip */
	position: absolute;
	z-index: 1;

	width: 280px;
	bottom: calc(100% + 5px);
	left: 50%;
	margin-left: -140px; /* Use half of the width (120/2 = 60), to center the tooltip */
}

.formulaire_sav .tooltip:hover .tooltiptext {
	visibility: visible;
}

.tooltiptext_holder {
	display: inline-block;
	transform: translateY(-2px);
	padding-left: 6px;
}

.fs-selector {
    padding-bottom: 2em !important;
    margin-bottom: 2em !important;
}

.fs-tabs{
    display: none;
}
.fs-tabs.active{
    display: block;
}


.fs-selector-sav {
    margin-bottom: 2em !important;
}

.fs-selector-item {
    margin-bottom: 1em;
    padding: 12px 18px;
    background-color: #fff;
    border: 2px solid #aaa;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fs-selector-item.active {
    background-color: #eee;
}

.fs-selector-item .icon {
    flex: 0 0 80px;
}

.fs-selector-item .icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    display: block;
}

.fs-selector-item .text {
    flex: 0 0 calc( 100% - 80px - 20px);
    font-size: 18px;
    line-height: 1.3;
}

.fs-selector-item .text strong {
    font-size: 150%;
    color: #C32033;
}

.fs-selector-item:hover {
    background-color: #eee;
    cursor: pointer;
}

.fs-selector-item:last-child {
    margin-bottom: 0em;
}

.formulaires_sav h3 {
    color: #C32033;
    font-weight: 700;
}

@media only screen and (max-width : 424px) {
    .fs-selector-item {
        display: block;
    }

    .fs-selector-item .icon img {
        margin: 0 auto;
    }

    .fs-selector-item .text {
        text-align: center;
    }
}


/*
.fs-selector-sav .fs-select {
    border: 1px solid var(--e-global-color-primary);
    border-radius: 6px;
    padding: 12px 24px;
    display: block;
    cursor: pointer;
    background-color: #fff;
    color: var(--e-global-color-primary) !important;
    margin: 0 9px 9px 0;
    font-weight: 700 !important;
}

.fs-selector-sav .fs-select.active {
    background-color: var(--e-global-color-primary);
    color: #fff !important;
}

*/




.free_estimate_form.promotion_page .label p {
    color: #fff !important;
}

.free_estimate_form.promotion_page span.wpcf7-list-item-label {
    color: #fff !important;
}

/* Prevent Multiple Contact Form 7 Submissions */

.wpcf7-form.submitting .wpcf7-submit {
    pointer-events: none;
}



.wpcf7 input.qbutton {
    background-color: #C32033 !important;
    color: #fff !important;
    padding: 8px 24px !important;
    font-family: "Barlow", Sans-serif !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    font-size: 16px !important;
    margin-top: 6px;
}

.wpcf7-file {
	margin-bottom: 6px !important;
}

/* header fix */

.header_canada .menu_mobile {
    display: none !important;
}

.header_canada .menu_desktop a {
    padding: 5px 15px 7px 0 !important;
    border-top: 3px solid transparent !important;
    border-bottom: 3px solid transparent !important;
}

.header_canada .menu_desktop .jet-sub-mega-menu a {
    padding: 5px 12px 7px 12px !important;
}

.header_canada .menu_desktop .promotions a {
    display: inline-block !important;
    padding: 5px 12px 7px 12px !important;
    border-radius: 28px !important;
    border: 3px solid #c32033 !important;
    height: auto !important;
}

.header_canada .estimation2 .elementor-widget,
.header_canada .estimation2 .elementor-widget .elementor-widget-container {
    padding: 0 !important;
}

.header_canada .estimation2 .elementor-widget a {
    padding: 15px 20px 15px 20px !important;
    display: block !important;
    text-align: center !important;
}

.header_canada .jet-menu-item .jet-sub-mega-menu {
    margin-top: 15px !important;
}

@media only screen and (max-width : 1659px) {

    .header_canada .fabrique_au_canada {
        width: 67px !important;
    }
    .header_canada .fabrique_au_canada_texte {
        display: none !important;
    }
}

@media only screen and (max-width : 1300px) {
    .header_canada .succursale .elementor-icon-list-text {
        display: none !important;
    }
}

@media only screen and (max-width : 1024px) {

    .header_canada .menu_desktop {
        display: none !important;
    }
    .header_canada .menu_mobile {
        display: flex !important;
    }

    .header_canada .succursale .elementor-icon-list-text {
        display: flex !important;
    }

    .header_canada .elementor-menu-toggle {
        position: fixed !important;
        top: 25px !important;
        right: 15px !important;
        z-index: 2010 !important;
    }
}

@media only screen and (max-width : 767px) {

    .header_canada .succursale .elementor-icon-list-text {
        display: none !important;
    }

    .header_canada .telephone .elementor-icon-list-text {
        display: none !important;
    }
}

@media only screen and (min-width : 1025px) {

    body.sticky_canada .header_canada .red_bg {
        background-color: #fff !important;
    }

    body.sticky_canada .header_canada .succursale .elementor-icon-list-icon svg {
        fill: #C32033 !important;
    }

    body.sticky_canada .header_canada .succursale .elementor-icon-list-text {
        color: #C32033 !important;
    }

    body.sticky_canada .header_canada .telephone .elementor-icon-list-icon svg {
        fill: #C32033 !important;
    }

    body.sticky_canada .header_canada .telephone .elementor-icon-list-text {
        color: #C32033 !important;
    }

    body.sticky_canada .estimation2 .elementor-widget-container {
        background-color: #C32033 !important;
    }

    body.sticky_canada .estimation2 .elementor-icon-list-text {
        color: #fff !important;
    }

    body.sticky_canada .fabrique_au_canada {
        border-color: #C32033 !important;
    }

    body.sticky_canada .fabrique_au_canada .elementor-heading-title {
        color: #C32033 !important;
    }

}

@media only screen and (max-width : 1300px) {
    body.sticky_canada .header_canada .succursale .elementor-widget-container {
        border-color: #fff !important;
    }
}



.br_in_email br {
	display: none;
}

@media only screen and (max-width : 599px) {
	.br_in_email br {
		display: block;
	}
}