/**
Theme Name: AvalancheQuebec - Astra Child
Author: Jean-François Lagarde
Author URI: https://JFLagarde.com
Description: Theme WordPress pour Avalanche Québec basé sur Astra (child theme).
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: avalanchequebec-astra-child
Template: astra
*/

h1,h2,h3,h4,h5,h6 {text-transform: uppercase;}

.dark a {color: #dadada;}

.avc_bulletin_module {display: flex;}
.avc_bulletin_module > div {flex:1; /*border:solid 1px #ccc;*/ padding:30px;}
.avc_bulletin_module > aside {width: 300px; background-color: #f7f7f7; font-weight: bold; padding: 20px; padding-top: 0;}
.avc_bulletin_module > div .partner {text-align: center;font-weight: bold; color:#999; padding-bottom: 20px; }
.avc_bulletin_module > aside nav a {color:#0274be;}
.avc_bulletin_module > aside nav > div {border-bottom:solid 5px #FFF; padding: 10px 0;}
.avc_bulletin_module > aside nav > div .sclitem {margin: 0 5px;}

.avc_bulletin_module_partner {text-align: right; margin-bottom: 5px;}
.avc_bulletin_module_partner h4 {color: #5D6166C4; font-family: "Raleway", Sans-serif; font-size: 12px; font-weight: 900; letter-spacing: 2px; margin-bottom: 10px;}
.avc_bulletin_module_partner img { width: 140px; height: 140px;}

.avq_weather_forecast_container {position: relative;}
.avq_weather_forecast_container .avq_wfc_date {margin-bottom: 30px; margin-top: 30px;}
.avq_weather_forecast_container .avq_wfc_date_next {margin-top: 20px;}
.avq_weather_forecast_container .avq_wfc_date span {font-weight: bold; }
.avq_weather_forecast_container .avq_wfc_date_next span {font-weight: bold; }
.avq_weather_forecast_container h5 {font-family: Roboto,Arial,sans-serif; text-transform: initial; font-weight: bold; font-size: 1.1em; margin-bottom: 5px;}

.avq_wfc_partner {text-align: right; margin-bottom: 5px;}
.avq_wfc_partner div { display: inline-block; margin-left: 15px;}
.avq_wfc_partner h4 {color: #5D6166C4; font-family: "Raleway", Sans-serif; font-size: 12px; font-weight: 900; letter-spacing: 2px; margin-bottom: 10px;}
.avq_wfc_partner img { width: 140px; height: 140px;}



.avq-public-forecast-map {position: relative; width: 400px; margin: 0 auto; height: 301px; border:solid 2px #000;}
.avq-public-forecast-map > div {position: absolute;}

.avq-public-forecast-map > div {position: absolute; pointer-events: none; z-index: 2;}
.avq-public-forecast-map svg path {pointer-events:all; 
    fill:#FFF;
    stroke-width:2px;
    stroke:#999;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill:#CCC;
    fill-opacity:0.3;
    cursor: pointer;
}
.avq-public-forecast-map svg path:hover {fill:#5689ec;}

.avq-public-forecast-map img {position: absolute;}
.avq-public-forecast-map .foreground {z-index: 3; pointer-events: none;}

.avq-public-forecast-map-zoom {position: relative; width: 400px; margin: 0 auto; height: 301px; border:solid 2px #000;}

.avq-public-forecast-map-zoom > a {position: absolute; z-index: 2;}
.avq-public-forecast-map-zoom > a span {position: relative; font-weight: bold; text-transform: uppercase; left:25px; top:1px;}
.avq-public-forecast-map-zoom > a:hover {opacity: 0.5;}
.avq-public-forecast-map-zoom img {position: absolute;}


#avqc_table_meteo {font-family: Roboto,"Helvetica Neue",sans-serif; border: none; font-size: 0.85em;}
#avqc_table_meteo td, #avqc_table_meteo th {border: none; text-align: center;}
#avqc_table_meteo thead {opacity: 0.7; font-size: 0.85em;}
#avqc_table_meteo tr th {border-bottom: solid 1px #CCC;}
#avqc_table_meteo tr td {border-bottom: solid 1px #CCC;}

#avqc_table_meteo thead tr th:first-child {text-align: left;}
#avqc_table_meteo tbody tr td:first-child {text-align: left;}
#avqc_table_meteo tbody tr td:last-child {display: none;}
#avqc_table_meteo tbody tr td:first-child span {font-weight: bold;}
#avqc_table_meteo tbody th, #avqc_table_meteo tbody td  {vertical-align: middle;}
#avqc_table_meteo tbody tr:hover td {background-color: #c4deff;}

#avqc_table_meteo_popup {
    z-index: 1000;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.40);
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#avqc_table_meteo_popup .avqc_tmp_ctn {
    width: 1200px;
    max-width: 90%;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 0px 45px 0px #000;
    padding: 20px;
}
#avqc_table_meteo_popup .avqc_tmp_ctn > h4 {margin:0; text-align: center;}
#avqc_table_meteo_popup .avqc_tmp_ctn > div {margin:20px 0;  overflow-y: scroll; max-height: 50vh;}
#avqc_table_meteo_popup .avqc_tmp_ctn > p {margin:0; text-align: center;}

#avqc_table_meteo_popup .avqc_tmp_ctn > div > table {font-family: Roboto,"Helvetica Neue",sans-serif; border: none; font-size: 0.85em;}
#avqc_table_meteo_popup .avqc_tmp_ctn > div > table td, #avqc_table_meteo_popup .avqc_tmp_ctn > div > table th {border: none; text-align: center;}
#avqc_table_meteo_popup .avqc_tmp_ctn > div > table thead {opacity: 0.7; font-size: 0.85em;}
#avqc_table_meteo_popup .avqc_tmp_ctn > div > table tr th {border-bottom: solid 1px #CCC;}
#avqc_table_meteo_popup .avqc_tmp_ctn > div > table tr td {border-bottom: solid 1px #CCC;}
#avqc_table_meteo_popup .avqc_tmp_ctn > div > table tbody th, #avqc_table_meteo_popup .avqc_tmp_ctn > div > table tbody td  {vertical-align: middle;}

#mc-embedded-subscribe.mce-disabled {opacity: 0.5; pointer-events: none;}


@media screen and (max-width: 900px) {
    .avc_bulletin_module {display: block;}
    .avc_bulletin_module > aside {width: 100%;}
}

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

    /* Force table to not be like tables anymore */
    #avqc_table_meteo,
    #avqc_table_meteo thead,
    #avqc_table_meteo tbody,
    #avqc_table_meteo th,
    #avqc_table_meteo td,
    #avqc_table_meteo tr {
        display: block;
        border: none;
    }
    #avqc_table_meteo {text-align: center; font-weight: normal;}
    #avqc_table_meteo tbody tr td:first-child {text-align: center; vertical-align: middle;}

    /* Hide table headers (but not display: none;, for accessibility) */
    #avqc_table_meteo thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #avqc_table_meteo tr {
        margin: 0 0 1.2rem 0;
    }
      
    tr:nth-child(odd) {
        background: #ddd;
    }

    #avqc_table_meteo td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #ccc;
        position: relative;
        padding-left: 50%;
    }

    #avqc_table_meteo td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 0;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
    #avqc_table_meteo td:before {content: attr(data-headername); font-weight: bold; padding: 5px;}
}



/* ******************* refonte website ****************** */
.menu-make-donation, .menu-report-avalanche, .menu-change-lang, .menu-app-mobile {display: none!important;}
.hidden-pc, .show-small-mobile {display: none;}

/* debug hide english header hook */
.home .astra-advanced-hook-22366  {
    display: none!important;
}

/* entete */
.main-header-menu .menu-text {
    font-size: 17px;
}

.wpml-ls-legacy-list-horizontal {
    padding: 0!important;
    line-height: 1em;
}

.elementor-menu-cart__toggle .elementor-button-icon {
    color: #fff;
}

.menu-search-btn .elementor-shortcode {
    display: flex;
    flex-direction: column;
}

.home .ast-flex.main-header-container, .post-template-default .ast-flex.main-header-container, .page-id-26844 .ast-flex.main-header-container {
    border-bottom: 1px solid #fff;
}

#avqc_avertissement_special {
    background: #d43b39;
    color: white;
    padding: 20px 35px;
    font-size: 1em;
    line-height: 26px;
    border-bottom: solid 1px white;
    text-align: left;
    position: relative;
}
#avqc_avertissement_special a {color: white; text-decoration: underline;}
#avqc_avertissement_special a:hover {opacity: 0.6;}

#avqc_avertissement_special>div {max-width: 1200px; display: block; margin: 0 auto; position: relative;}

.avqc_avertissement_special_link {
    display: inline-block;
    margin-top: 22px;
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 7px 20px;
    text-decoration: none!important;
}

.avqc_avertissement_special_close {
    position: absolute;
    border-radius: 50%;
    border:  1px solid #fff;
    padding: 7px 14px;
    bottom: 0px;
    right: 0px;
    cursor: pointer;
}

/* popup */
.dialog-close-button.dialog-lightbox-close-button i {
    width: 20px;
    height: 20px;
}

.dialog-close-button.dialog-lightbox-close-button i:before {
    content: ""!important;
    background-image: url('../avalanchequebec-astra-child/images/btn-close-rouge@2x.png');
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 20px;
    height: 20px;
}

/* ******* accueil ************** */
/* banner */
.home-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(93,97,102,0.2);
}

.home-banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(88,88,88);
    background: linear-gradient(180deg, rgba(88,88,88,0.41) 0%, rgba(115,115,115,0) 100%);
}

.home-banner .elementor-container {
    z-index: 1;
}

/* banner news */
.home-banner-column-news .elementor-widget-wrap {
    flex-direction: column;
}

.home-banner-column-news .elementor-widget-wrap .elementor-widget-shortcode {
    margin-top: auto;
}

.home_banner_last_news h4 {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: 0.9em;
    letter-spacing: 7px;
    color: #fff;
    margin-bottom: 15px;
}

.home_banner_last_news_bloc a {
    display: flex;
    flex-direction: row;
    color: RGB(93, 97, 102);
    background-color: #fff;
    align-items: center;
    position: relative;
    transition: all 0.35s;
}

.home_banner_last_news_bloc a:hover {
    background-color: #dfdfdf;
}

.home_banner_last_news_bloc a:after {
    display: inline-block;
    content: "";
    width: 24px;
    height: 12px;
    background-image: url('../avalanchequebec-astra-child/images/btn-arrow-right-bleu@2x.png');
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    padding: 0 1.5em;
}

.home_banner_last_news_infos {
    padding: 10px 15px 10px 15px;
    font-size: 1em;
    line-height: 1.2em;
    flex: 1 1 auto;
}

.home_banner_last_news_date {
    margin-bottom: 10px;
}

.home_banner_last_news_title {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}

.last-news-mobile {
    display: none;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
}


/* banner alert */
.avqc_homebanneralert {
    position: relative;
    margin-left: 6vw;
    height: 360px;
}
.avqc_homebanneralert_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}

.avqc_homebanneralert iframe{
    position: relative;
    display:block;
    height: 350px;
}

.home_banner_body {
    background-color: #fff;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.home_banner_last_alert {
    background-color: #fff;
    padding: 2vw;
    /*margin-left: 6vw;*/
}

.home_banner_last_alert>div:not(:last-child) {
    margin-bottom: 25px;
}

.home_banner_last_alert_meta {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}

.home_banner_last_alert_location {
    line-height: 1em;
    display: flex;
    align-items: center;
    letter-spacing: 0.9px;
}

.home_banner_last_alert_location:before {
    content: "";
    display: inline-block;
    background-image: url('../avalanchequebec-astra-child/images/icon-pin-grey.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 25px;
    margin-right: 10px;
}

.home_banner_last_alert_date {
    color: RGB(11, 125, 190);
    letter-spacing: 1px;
    line-height: 1em;
    text-align: right;
}

.home_banner_last_alert_date span {
    display: block;
    font-size: 12px;
    color: RGB(93, 97, 102);
    letter-spacing: 0.5px;
}

.home_banner_last_alert_img {
    text-align: center;
}

.home_banner_last_alert_img img {
    max-height: 100px;
}

.home_banner_last_alert_text {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.35em;
}

.home_banner_last_alert_btn  {
    text-align: center;
}

.home_banner_last_alert_btn a {
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    padding: 12px 24px;
    line-height: 1;
    transition: all 0.35s;
    background-color: #055F93;
    border-radius: 4px 4px 4px 4px;
}

.home_banner_last_alert_btn a:hover {
    transform: scale(1.1);
}

.home_banner_last_alert_img svg {
    max-height: 100px;
}

/* row shortcut */
.home-row-shortcut .elementor-row .elementor-column:before, .home-row-shortcut .elementor-row .elementor-column:after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    transition: 0.25s all;
    pointer-events: none;
}

.home-row-shortcut .elementor-row .elementor-column:before {
    background-color: #0B7DBE;
    mix-blend-mode: color;
}

.home-row-shortcut .elementor-row .elementor-column:after {
    opacity: 0.5;
    background-color: #417D9F;
    mix-blend-mode: unset;
}

.home-row-shortcut .elementor-row .elementor-column .elementor-widget-wrap {
    z-index: 2;
}

.home-row-shortcut .elementor-row .elementor-column:hover:before, .home-row-shortcut .elementor-row .elementor-column:hover:after {
    opacity: 0;
}

.home-row-shortcut .home-row-shortcut-subtitle {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
}

.home-row-shortcut .home-row-shortcut-subtitle, .home-row-shortcut h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 2em;
    line-height: 1.2em;
    color:  #fff;
}

.home-row-shortcut-subtitle + div {
    margin-bottom: 0!important;
}

.home-row-shortcut .home-row-shortcut-subtitle {
    font-weight: 300;
    
}

.home-row-shortcut .home-row-shortcut-subtitle p {
    margin-bottom: 0;
}

.home-row-shortcut h2 {
    font-weight: 900;
    margin-bottom: 45px;
}

.home-row-shortcut .elementor-button-text {
    font-size: 1.2em;
}

@media (min-width: 1024px) {
    .home-row-shortcut .elementor-inner-column .elementor-widget-wrap {
        flex-direction: column;
    }

    .home-row-shortcut .elementor-inner-column .elementor-widget-wrap .elementor-widget-button{
        margin-top: auto;
    }
}

/* row expertise */
.home-row-expertise-list .elementor-icon-box-wrapper {
    padding: 35px 15px;
}

.home-row-expertise-list .elementor-icon-box-wrapper:hover {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 2px 18px rgba(0,0,0,0.07);
}

/*.home-row-expertise-list .elementor-icon-box-wrapper:after {
    display: inline-block;
    content: "";
    width: 52px;
    height: 24px;
    background-image: url('../avalanchequebec-astra-child/images/btn-arrow-right-bleu@2x.png');
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    margin-top: 30px;
}*/

.home-row-expertise-btn-arrow {
    display: block;
    width: 52px;
    height: 54px;
    background-image: url('../avalanchequebec-astra-child/images/btn-arrow-right-bleu@2x.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    text-align: center;
    margin:  auto auto 0 auto;
    padding-top: 30px;
}

.home-row-expertise-wrapper {
    background-image: url('../avalanchequebec-astra-child/images/home-expertise-bg.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}

.home-row-expertise-list .elementor-element, .home-row-expertise-list .elementor-element .elementor-widget-container, .home-row-expertise-list .elementor-icon-box-wrapper {
    height: 100%;
}

.home-row-expertise-list .elementor-icon-box-description, .home-row-expertise-list .elementor-icon-box-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center!important;
}

.home-row-expertise-list  .elementor-icon-box-content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.home-row-expertise-list .elementor-icon-box-description {
    flex: 1 1 auto;
}

/* row ads */
.home-row-ads {
    padding-top: 70px!important;
}

.home-row-ads>.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 0!important;
}

.img_ads_mobile {
    display: none;
}

@media screen and (max-width: 767px) { 
    .img_ads_desk {display: none;}
    .img_ads_mobile {display: block;}
}

/* row season */
.home-season-title span {
    color: #0B7DBE;
    font-size: 1.3em;
}

.home-season-bloc-displaced .elementor-column {
    margin-left: -10vw;
}

.home-season-number-bloc .elementor-column>div {
    padding: 25px 50px 25px 85px!important;
}

.home-season-span {
    font-weight: 600;
}

.home-season-span.red {color: RGB(212, 59, 57);}
.home-season-span.blue {color: RGB(11, 125, 190);}

.home-season-span:after {
    display: inline-block;
    content: "";
    width: 32px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 15px;
}

.home-season-span.red:after {background-image: url('../avalanchequebec-astra-child/images/btn-arrow-right-rouge@2x.png');}
.home-season-span.blue:after {background-image: url('../avalanchequebec-astra-child/images/btn-arrow-right-bleu@2x.png');}

/* ******************************* page webcam ******************************* */
.img-blend {
    mix-blend-mode: multiply;
}

.webcam_body {background: rgba(0, 0, 0, 0);}


.webcam_date {
    background-color: #fff;
    padding: 20px 30px;
    text-align: left;
    margin-bottom: 15px;
    line-height: 1em;
}

.webcam_date h4 {
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: 0.9em;
    line-height: 1.1em;
    color: RGB(11, 125, 190);
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.webcam_note {font-style: italic; margin:12px; margin-bottom: 0;}


div.avalanche-webcam {
    background-color: #fff;
    padding: 25px;
    margin-bottom: 0;
}


.webcam_body.fullscreen .webcam_date {display:none;}
.webcam_body.fullscreen .webcam_note {display:none;}
.webcam_body.fullscreen .avalanche-webcam {padding: 0;}

.last.webcam-notes {
    padding-bottom: 20px;
    padding-top: 0;
}

.webcam-row-processus-title {
    padding: 20px 40px;
}

.webcam-row-processus-cta span {
    color: #d43b39;
}

.webcam-row-processus-column-btn {

}

.web-cta-processus-btn {
    margin-top: -150px;
    margin-left: -30px;
}

.row-processus-wrapper {
    box-shadow: inset 0px 240px 0 0 #ededee;
    -webkit-box-shadow: inset 0px 240px 0 0 #ededee;
    background-color: #f5f5f5;
    padding-top: 180px!important;
}

.new-page-content-wrapper {
    box-shadow: inset 0px 45px 0 0 #f5f5f5;
    -webkit-box-shadow: inset 0px 45px 0 0 #f5f5f5;
    background-color: #ededee;
}

/* *************************** page bulletin ************************ */
.page-header-partner .elementor-image {
    max-width: 140px;
}

.bulletin-column>div {
    padding-bottom: 30px;
}

.bulletin-capsule-column-text>div {
    padding: 20px 60px;
}

.bulletin-capsule-column-text p:last-child {
    margin-bottom: 0;
}

.bulletin-notes p {
    margin-bottom: 0;
}

.bulletin-row-processus-title {
    padding: 20px 40px;
}

.bulletin-row-processus-title span {
    color: #0b7dbe;
}

.bulletin-notes-img {
    margin-left: 15px;
    padding-bottom: 2px;
}

/* popup */
.hide-bulletin-popup #elementor-popup-modal-24146 {
    display: none !important;
}

.popup-don-btn-list .elementor-widget-wrap {
    justify-content: center;
}


/* ************************* page prévision météo alpine ************** */
.prevision_date_header {
    display: flex;
    flex-direction: row;
}

.prevision_date_header>div {
    width: 50%;
}

.pevision_content_wrapper {
    background-color: #fff;
}

.pevision_content_wrapper h2 {
    color: #fff;
    background-color: #0b7dbe;
    padding: 17px 30px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 1.4em;
    line-height: 1em;
    margin-bottom: 0;
}

.pevision_content, .prevision-inside-row {
    padding: 45px 60px;
}

.prevision-inside-row .elementor-column:nth-child(1) {
    padding-right: 30px;
}

.prevision-inside-row .elementor-column:nth-child(2) {
    padding-left: 30px;
}

/*.pevision_content_wrapper .elementor-widget-wrap>.elementor-element.elementor-widget-text-editor {
    padding-left: 60px; 
    padding-right: 60px;
}*/

.pevision_content h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 2em;
    line-height: 1.5em;
    color: #5d6166;
    text-transform: initial;
}

.pevision_content h3.smaller {
    font-weight: 500;
    color: #d43b39;
    font-size: 1.6em;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-top: 45px;
    letter-spacing: -0.5px;
}

.pevision_content p {
    font-size: 1.15em;
    line-height: 1.4em;
}

.pevision_content p:not(:last-child) {
    margin-bottom: 1em;
}

.pevision_content p:last-child {
    margin-bottom: 0em;
}

/* *********************** page meteo publique ********************* */
.meteo-public-iframe {
    max-width: 375px!important;
}


.meteo-public-map-canada {
    position: relative;
}

.meteo-public-map-canada>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
}

.map-bg {
    position: static!important;
}

.meteo-public-map-canada>div img {
    width: 100%;
    max-width: unset;
}

#cover {
    width: 100%;
    height: 100%;
}

.map-svg-parent {
    width: 100%;
    height: 100%;
    pointer-events: initial!important;
}

.map-svg-parent path {
    cursor: pointer;
}

.map-hover-text {
    /*width: auto!important;
    height: auto!important;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    pointer-events: none!important;
    z-index: 1;
    /*font-weight: 600;
    color: #fff;
    background-color: RGB(11, 125, 190);
    padding: 3px 8px;
    position: fixed;
    transition:  all 0.35s;
    border-radius: 5px;
    transform: translateX(-50%);*/
}

.map-hover-text.visible {
    visibility: visible;
    opacity: 1;
}

.meteo-public-map-text-col .elementor-widget-text-editor .elementor-widget-container {
    max-width: 280px;
}

.meteo-public-link .elementor-text-editor p a:after {
    display: inline-block;
    content: "";
    width: 24px;
    height: 12px;
    background-image: url('../avalanchequebec-astra-child/images/btn-arrow-right-bleu-meteo-public@2x.png');
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    margin-left: 15px;
}

.title-spotw h2 {
    background-color: #d43b39;
}

.map-spotwx .gm-style-iw-c {
    background-color: transparent;
    box-shadow: none;
    max-width: unset!important;
    max-height: unset!important;
    overflow: visible!important;
    pointer-events: none!important;

}

.map-spotwx .gm-style-iw-tc {
    display: none;

}


.map-spotwx .gm-style-iw-d {
    overflow: visible!important;
    max-height: unset!important;
    
}

.map-spotwx .gm-style-iw-t:after {
    content: none!important;
}

.map-spotwx .gm-ui-hover-effect {
    display: none!important;
}

.map-spotwx .uael-infowindow-title span {
    letter-spacing: -0.2px;
    
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 2em;
    text-transform: uppercase;
}

.map-spotwx .uael-infowindow-title a {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: 13px;
    letter-spacing: 2px;
    color: RGB(212, 59, 57);
    pointer-events: initial!important;
}

.map-spotwx .uael-infowindow-title {
    transform: translate(60%, 120%);
}

.spotwx-logo {
    margin: 40px 60px 10px 60px;
}

.spotwx-text {
    margin: 10px 60px 60px 60px;
    font-size: 1.1em;
}

.spotwx-text p {
    margin-bottom: 0;
}

.gm-mt-albert {
    transform: translateX(calc(-100% - 45px));
    display: block;
    text-align: right;
}


/* ************************** page rapport de neige ****************** */
.snow_report_date {
    line-height: 1;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 30px 60px 30px 60px;
    letter-spacing: 1px;
}

.snow_report_date h4 {
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: 0.9em;
    line-height: 1.1em;
    color: RGB(11, 125, 190);
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.snow_report_table_wrapper {
    margin: 45px 60px 60px 60px;
}

.rapport_bloc_content {
    padding: 45px 60px;
}

.snow_report_table_wrapper table thead  {
    background-color: #eeeeef;
    font-weight: bold;
}

.elementor-widget-ucaddon_flickr_latest_photos ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: -5px -5px;
}

.elementor-widget-ucaddon_flickr_latest_photos ul li {
    position: relative;
    width: calc(25% - 10px);
    height: 0;
    padding-bottom: 25%;
    margin: 5px;
}

.elementor-widget-ucaddon_flickr_latest_photos ul li a {
    height: 100%;
    width: 100%;
    position: absolute;
    display: flex;
}

.elementor-widget-ucaddon_flickr_latest_photos ul li img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.flux-flikr-btn {
    margin-top: 30px;
    background-color: #0B7DBE;
}

/* *************************** page education ********************* */
.row-education-wrapper {
    box-shadow: inset 0px -80px 0 0 #f5f5f5;
    -webkit-box-shadow: inset 0px -80px 0 0 #f5f5f5;
}
.education-link-rainbow.elementor-widget-text-editor .elementor-widget-container {
    background: rgb(180,209,96);
    background: linear-gradient(90deg, rgba(180,209,96,1) 6%, rgba(117,177,132,1) 23%, rgba(26,132,182,1) 59%, rgba(254,190,103,1) 84%);
    border-radius: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
}
.education-link-rainbow.elementor-widget-text-editor p {margin-bottom: 0;}
.education-link-rainbow a {padding: 10px 20px; color: #fff; font-weight: 600; display: inline-block; font-size: 1.8em; line-height: 1em;}

.education-col img {width: 100%;}

.education-spec-bloc .bloc-text-image-btn-wrapper {background-color: #0B7DBE; color: #fff; }
.education-spec-bloc h3 {color: #fff;}
.education-spec-bloc .elementor-button-link {background-color: #055F93; color: #fff;}

/* *************************** page processus ****************** */
/*.processus-quotidien-row {width: calc(100% + 40px); margin-left: -20px; margin-right: -20px;}*/
.processus-quotidien-row>.elementor-container {gap: 40px;}
.processus-quotidien-row>.elementor-container>div {margin-bottom: 50px;}
.processus-quotidien-row .elementor-widget-wrap {flex-direction: column;}
.processus-quotidien-row img {width: 100%;}
.processus-bloc-subtitle {transform: translateY(-50%); margin-left: 5%; }
.processus-bloc-subtitle>div, .processus-bloc-time>div {border-radius: 20px; padding: 8px 15px; display: inline-block}
.processus-bloc-subtitle p, .processus-bloc-time p {margin-bottom: 0;}
.processus-list-title {flex: 1 0 auto;}
.processus-list-title h4 {padding-bottom: 25px!important;}
.processus-list-title h4 a {display: flex; flex-direction: column; justify-content: space-between;}
.processus-list-title h4 a:after {
    display: block;
    content: "";
    width: 24px;
    height: 12px;
    background-image: url('../avalanchequebec-astra-child/images/btn-arrow-right-bleu@2x.png');
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    margin-top: 15px;
}
.reverse-arrow h4 a:after {
    -moz-transform: scaleX(-1) scaleY(-1);
    -o-transform: scaleX(-1) scaleY(-1);
    -webkit-transform: scaleX(-1) scaleY(-1);
    transform: scaleX(-1) scaleY(-1);
}
.processus-list-title>*, .processus-list-title>*>*, .processus-list-title>*>*>a {height: 100%;}

.processus-header-slider .elementor-image-carousel-caption { transform: translateY(min(-50%, -50px)); width: 80%; margin-left: auto; padding: 20px; background-color: #fff; color: #0B7DBE; margin-bottom: -40px; line-height: 1em;}
.processus-header-slider .elementor-swiper-button {background-color: #0b7dbe; padding: 15px 8px;}
.processus-header-slider .elementor-swiper-button-prev {left: -23px!important;}
.processus-header-slider .elementor-swiper-button-next {right: -23px!important;}

.processus-reset-block p {margin-bottom: 0}
.processus-reset-block:after {
    display: block;
    content: "";
    width: 17px;
    height: 17px;
    background-image: url('../avalanchequebec-astra-child/images/arrow-return.png');
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}

/* ************************* page  processus *********************** */
.processus-banner-credit-row {transform: translateY(min(-50%, -50px));}
.processus-banner-credit-col {width: 80%!important; margin-left: auto;}

.processus-acc-title {cursor: pointer;}
.processus-acc-title i {margin-right: 15px;}
.processus-acc-content {/*display: none;*/} /* à enlever pour voir contenu dans elementor si ancienne version */

.processus-quotidien-row.bottom-row {
    box-shadow: inset 0px 60px 0 0 #f5f5f5;
    -webkit-box-shadow: inset 0px 60px 0 0 #f5f5f5;
}
.processus-quotidien-row.bottom-row .processus-list-title {flex: 0 0 auto;}
.processus-quotidien-row.bottom-row .elementor-row>div {margin-bottom: 0;}
.processus-list-title.reverse-arrow h3 a:after {
    display: block;
    content: "";
    width: 24px;
    height: 12px;
    background-image: url('../avalanchequebec-astra-child/images/btn-arrow-left-bleu@2x.png');
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    margin-top: 15px;
}

.processus-quotidien-row .elementor-widget-image:before, .processus-quotidien-row .elementor-widget-image:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.processus-quotidien-row .elementor-widget-image:after {
    background-color: #5d6166;
    opacity: 0.2;
}

.processus-quotidien-row .elementor-widget-image:before {
    background-image: linear-gradient(180deg, rgba(88,88,88,0.41), rgba(115,115,115,0));
}

/* ************* page outils ********************* */
.page-outils-wrapper {
    box-shadow: inset 0px 80px 0 0 #f5f5f5;
    -webkit-box-shadow: inset 0px 80px 0 0 #f5f5f5;
}

.outil-bloc-text .ele-block-text {font-size: 1.2em;}
.education-col-spec {align-self: flex-start;}

/* *************** page formations ***************** */
.bloc-text-image-btn-wrapper {background-color: #fff;}
.bloc-text-image-btn-content {padding: 30px min(5%, 30px);}
.bloc-text-image-btn-content>*:not(:last-child) {margin-bottom: 20px;}
.bloc-text-image-btn-content h3 { /*font-family: "Raleway", Sans-serif; font-weight: 500;*/ text-transform: uppercase;}
.ele-block-text {font-size: 16px; line-height: 1.4em;}
.bloc-text-image-btn-content a {margin-top: 10px; background-color: var(--e-global-color-2986ab5 ); text-transform: uppercase;}
.row-programme-jeunesse h2 {font-family: 'Raleway', sans-serif;    font-weight: 900;    font-size: 3.1em;}
.row-programme-jeunesse h3 {    font-family: 'Raleway', sans-serif;    font-weight: 300;    font-size: 1.9em; margin-bottom: 0;}
.subtitle-design h4 {font-size: 12px; font-family: 'Raleway', sans-serif;  font-weight: 900; letter-spacing: 2px; }
.formation-btn-section a {text-align: left; display: inline-block; min-width: min(250px, 100%);}
.last-no-margin p:last-child {margin-bottom: 0;}

/* ********************** page capsules list ********** */
.page-capsule-listes {
    box-shadow: inset 0px 200px 0 0 #f5f5f5;
    -webkit-box-shadow: inset 0px 200px 0 0 #f5f5f5;
}
.capsules-cat-list-wrapper h2, .capsules-cat-list-wrapper h1 {font-family: 'Raleway', sans-serif;    font-weight: 400;    font-size: 1.9em; text-transform: uppercase; color: #5d6166; margin-bottom: 8px;}
.capsules-cat-list-wrapper h1 {text-transform: initial;}
.capsules-cat-list-wrapper h3, .nb-videos {font-family: 'Raleway', sans-serif;    font-weight: 900;    font-size: 12px; text-transform: uppercase; color: #0b7dbe; letter-spacing: 3px;}
.capsules-list-header-wrapper {display: flex; justify-content: space-between;}
.capsules-list-header-wrapper .nb-videos {align-self: center;}
.nb-videos {color: #5d6166;}

.capsules-cat-list {display: flex; flex-wrap: wrap; gap: 5%;}
.capsule-bloc-big {margin-bottom: 45px; width: 47%; cursor: pointer;}
.capsule-bloc-medium {margin-bottom: 45px; width: 30%; cursor: pointer;}
.capsule-bloc-img {margin-bottom: 20px; overflow: hidden; aspect-ratio: 16 / 9; display:flex; align-items: center; position: relative;}
.capsule-bloc-img img {width:100%;}
.capsule-bloc-img span {display: none;}
.capsule-bloc-big .capsule-bloc-content {display: flex; justify-content: space-between; align-items: center;}
.capsule-bloc-content h4 {font-family: 'Raleway', sans-serif;  font-weight: 600; color: #5d6166; text-transform: initial; margin-bottom: 0;}
.capsule-bloc-slider .capsule-bloc-content h4 {font-size: 19px;}
.capsule-bloc-content span {flex: 0 0 auto; font-size: 16px;}
..capsule-bloc-content span {flex: 0 0 auto; font-size: 16px;}
.capsule-play {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: min(71px, 12%); aspect-ratio: 1/1; background-image: url('../avalanchequebec-astra-child/images/btn-video-play@2x.png'); background-size: contain;  background-repeat: no-repeat;}

.capsules-cat-slider-wrapper {position: relative; margin-top: 30px;}
.capsules-cat-slider .slider-wrapper {display: flex;}
.swiper-scrollbar-wrapper {display: flex; justify-content: flex-end; margin-top: 30px;}
.swiper-scrollbar {width: min(200px, 50%)!important; background-color: #d8d8d8; height: 3px!important; width: 100%; cursor: pointer;}

.capsule-bloc-slider, .capsule-bloc-medium {background-color: #fff; cursor: pointer;}
.capsule-bloc-slider .capsule-bloc-content, .capsule-bloc-medium .capsule-bloc-content {padding: 0 10px 20px 10px;}
.slide-all-videos {border: 2px solid #d4e2e9; padding: 50px 20px; text-align: center;}
.slide-all-videos .elementor-button-link {background-color: #0882c1!important;}
.slide-all-videos .elementor-button-link .elementor-button-text {text-transform: uppercase;}
.slider-navigation .swiper-button-next, .slider-navigation .swiper-button-prev {top: 85px!important; width: 42px!important; height: 60px!important; background-color: #0b7dbe!important; opacity: 1; transition: all 0.35; border-radius: 5px; background-image: unset!important;}
.slider-navigation .swiper-button-next, .slider-navigation .swiper-button-prev, .slider-navigation .swiper-button-next:after, .slider-navigation .swiper-button-prev:after {color: #fff; font-size: 30px!important; font-weight: 900;}
.swiper-button-disabled {opacity: 0!important;}
.slider-navigation .swiper-button-prev {left: 0!important; transform: translateX(-50%)!important;}
.slider-navigation .swiper-button-next {right: 0!important; transform: translateX(50%)!important;}

.capsule-cat-insidelist {display: flex; flex-direction: row; padding: 20px 0; border-top: 2px solid #d8d9da;}
.capsule-cat-insidelist:last-child {border-bottom: 2px solid #d8d9da;}
.capsule-cat-insidelist a {flex: 0 1 auto; display: inline-block; position: relative;}
.capsule-cat-insidelist a:hover { text-decoration:underline; }
.capsule-cat-insidelist a h4 {font-weight: 400; margin-bottom: 0; display: inline;}
.capsule-cat-insidelist div {flex: 1 1 auto; text-align: right; font-size: 12px; letter-spacing: 2px; font-family: 'Raleway', sans-serif;}
/*
.capsule-cat-insidelist a:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: calc( 100% + 20px);
    transform: translateY(-50%);
    content: "";
    width: 24px;
    height: 12px;
    background-image: url('../avalanchequebec-astra-child/images/btn-arrow-right-bleu@2x.png');
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    padding: 0 1.5em;
}
*/
.capsule-cat-insidelist a span {
    display: inline;
    background-image: url('../avalanchequebec-astra-child/images/btn-arrow-right-bleu@2x.png');
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    padding: 0.5em 1.5em;
    font-size: 0.5em;
    margin-left: 2em;
}

/* ************************* page capsule archive taxonomy ****************/
.capsule-tax-archive-header {background-color: #edeeee; padding-top: 35px;}
.capsule-tax-subtitle {font-family: 'Raleway', sans-serif;  font-weight: 900;  font-size: 12px; text-transform: uppercase;  letter-spacing: 5px; margin-bottom: 50px;}
.capsule-tax-archive h1 {margin-bottom: 15px;}
.capsule-tax-archive .capsules-cat-list {padding-top: 25px;}
.capsule-tax-archive-content {
    box-shadow: inset 0px 80px 0 0 #edeeee;
    -webkit-box-shadow: inset 0px 80px 0 0 #edeeee;
}
.capsule-list-mobile-more {display: none;}


/* ************** page incidents ******************* */
.incidents-list {}
.incident-item {/*display: flex; flex-direction: row; flex-wrap: wrap; */font-size: 16px; padding: 20px 0; }
.incident-item > span {margin:0 0.5em;}
/*
.incident-item>*:not(:last-child) {margin-right: 10px;}
.incident-item>*:not(:last-child):after {content: "-"; margin-left: 10px;}
*/
.incident-item-wrapper:not(:last-child) {border-bottom: 1px solid #e4e5e6; padding-bottom: 15px; margin-bottom: 15px;}
.elementor-widget-avqc_incidents_list:nth-child(n+12) {display: none;}
.elementor-editor-active .elementor-widget-avqc_incidents_list:nth-child(n+12) {display: block;}
.elementor-widget-avqc_incidents_list {border-bottom: 1px solid #e4e5e6; margin-bottom: 0!important;}
.incidents-list .elementor-button-link {background-color: #0B7DBE; margin-top: 20px;}

/* ************** page application ****************** */
.list-app-btn-wrapper {display: flex; flex-direction: row; align-items:center; }
.list-app-btn-wrapper>*:not(:last-child) {margin-right:25px; }
.list-app-btn-wrapper .elementor-button {background-color: var(--e-global-color-2986ab5);}
.list-app-btn-wrapper img {max-height: 40px;}
.applimobile-list-btn-wrapper {display: none;}

.app-price {position: relative;}
.app-price:after {content: ""; position: absolute; right: 0; top: 50%; width: 40px; height: 21px; transform: translate(50%, -50%); background-image: url('../avalanchequebec-astra-child/images/pro-badge@2x.png'); background-size: 100%;}

.app-price p {margin-bottom: 0;}
.app-price p strong {font-size: 1.15em;}
.billed-price {font-size: 12px;}
.title-pro.pro-left h2:before {content: ""; display: inline-block; margin-right: 10px; vertical-align: middle; margin-bottom: 3px; width: 40px; height: 21px; background-image: url('../avalanchequebec-astra-child/images/pro-badge@2x.png'); background-size: 100%;}
.title-pro.pro-right h2:after {content: ""; display: inline-block; margin-left: 10px; vertical-align: middle; margin-bottom: 3px; width: 40px; height: 21px; background-image: url('../avalanchequebec-astra-child/images/pro-badge@2x.png'); background-size: 100%;}

.col-with-spacing>.elementor-column-gap-default {gap: 4%; flex-wrap: nowrap;}
.app-securite-hover { cursor: pointer;}
.app-securite-hover img {display: none; }
.app-securite-hover h4 {position: relative; display: inline-block;}
.app-securite-hover.lefthover.hover h4:after {content: ""; position: absolute; left: 100%; top: calc(50% - 1px); height: 2px; width: 300px; max-width: 15vw; background-image: linear-gradient(to right, #0B7DBE 50%, rgba(255,255,255,0) 0%); background-position: bottom; background-size: 12px 2px; background-repeat: repeat-x; margin-left: 30px; z-index:0; }
.app-securite-hover.righthover.hover h4:before {content: ""; position: absolute; right: 100%; top: calc(50% - 1px); height: 2px; width: 50%; max-width: 10vw; background-image: linear-gradient(to left, #0B7DBE 50%, rgba(255,255,255,0) 0%); background-position: bottom; background-size: 12px 2px; background-repeat: repeat-x; margin-right: 15px; z-index:0; }
#app-securite-frame {background-position: center; background-size: cover; z-index: 1; background-repeat: no-repeat;}
.bg-spacing-top {background: linear-gradient(to top, #EDEEEE calc(100% - 150px), transparent);}

.half-col-portee {max-width: 600px;}

/* ************************* woocommerce ************************** */
.woocommerce-store-notice.demo_store {
    background-color: #941515!important;
}


/* ************************* blog ********************************** */
article.type-post .entry-content {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

#main .ast-row .ast-article-post header.entry-header, 
#main #tribe-events {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
#main .ast-row .ast-article-post header.entry-header { padding-top:1em; }


/***************************** footer ******************************* */
/* row cta rapport */
/*.footer-cta-rapport-text {
    padding: 2vw 3vw;
}*/

body:not(.home) .site-footer {
    margin-top: 120px;
}

.footer-cta-column>div {
    padding: 40px 55px;
}

.footer-cta-rapport-text h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: 2.5em;
    line-height: 1.1em;
    color: RGB(212, 59, 57);
    margin-bottom: 20px;
}

.footer-cta-rapport-text h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 1.8em;
    line-height: 1.4em;
    margin-bottom: 15px;
    color: RGB(93, 97, 102);
}
.footer-cta-rapport-text h3:first-letter{
    text-transform: uppercase;
}

.footer-cta-rapport-text p:last-child {
    margin-bottom: 0;
}

.footer-rapport-avalanche-btn .elementor-button-content-wrapper {
    align-items: center;
}

.footer-rapport-avalanche-btn .elementor-button-icon {
    width: 13px;
    height: 13px;
    background-image: url('../avalanchequebec-astra-child/images/btn-+-icon.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.footer-rapport-avalanche-btn .elementor-button-icon i {
    display: none;
}

.btn-app-hidden, .btn-app-hidden * {
    height: 100%;
    width: 100%;
}

.btn-app-hidden a {
    position: absolute;
    opacity: 0;
    /*visibility: hidden;*/
}

/* row cta mobile */
.footer-cta-rapport-text.cta-mobile h2 {
    color: RGB(11, 125, 190);
}

/* row form */
.footer-adv-overlay .ast-row {
    display: flex;
}

.footer-adv-overlay .widget {
    margin-bottom: 0;
}

.footer-adv-widget-1 {
    display: flex;
    align-items: center;
}

.footer-adv-widget-1 .widget-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: 2.5em;
    line-height: 1.4em;
    margin-bottom: 15px;
    color: #fff;
}


.footer-adv-widget-1 .textwidget p {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 1.6em;
    line-height: 1.3em;
    text-transform: lowercase;
}

/* MailChimp Widget */
.footer-adv-overlay #mc-embedded-subscribe-form {
    max-width: 80%;
    margin: 0 auto;
}

.mailchimp-widget h3 {
    color: #fff;
    text-transform: uppercase;
}

.mailchimp-widget h5 {
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
    font-size: medium;
}

#mc_embed_signup .mc-field-group input {
    border: none;
    border-radius: 0;
    color: RGB(11, 125, 190);
}

#mc_embed_signup .mc-field-group input::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: RGB(11, 125, 190);}
#mc_embed_signup .mc-field-group input::-moz-placeholder { /* Firefox 19+ */ color: RGB(11, 125, 190);}
#mc_embed_signup .mc-field-group input:-ms-input-placeholder { /* IE 10+ */  color: RGB(11, 125, 190);}
#mc_embed_signup .mc-field-group input:-moz-placeholder { /* Firefox 18- */  color: RGB(11, 125, 190);}

#mc_embed_signup input[type=checkbox] {
    margin-right: 5px;
    font-size: 0.8em;
    line-height: 1.1em;
}

.mailchimp-widget select#newsletter-language {
    color: #ABB0B2;
    border-color: #ABB0B2;
    width: auto;
    /*display: inline-block;*/
    display: none;
}
.mailchimp-widget input#mc-embedded-subscribe {
    border-radius: 4px;
    background-color: RGB(5, 95, 147);
    height: 50px;
    text-transform: uppercase;
    color: #fff;
    font-size: 1em;
    font-weight: 600;
}
.mailchimp-widget input#mc-embedded-subscribe:hover {
    background-color: #348bbe;
}

/* copyright row */
.ast-footer-widget-1-area h2 {
    font-weight: 600;
    font-size: 1.2em;
    line-height: 1em;
    color: #fff;
    letter-spacing: 5px;
    margin-bottom: 30px;
}

.footer-social {
    margin-bottom: 15px;
}

.footer-social a {
    transition:  all 0.35s;
}

.footer-social a:hover {
    background-color: #fff!important;
}

.footer-social a:hover i {
    color: #5D6166!important;
}

.ast-footer-widget-1-area a:hover {
    text-decoration: underline;
}

.ast-footer-widget-1-area aside.widget {
    margin: 0;
}

.ast-footer-widget-1-area p:last-child {
    margin-bottom: 0;
}

.ast-footer-widget-1-area .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 0!important;
}

.ast-small-footer-section-2 {
    font-family: 'Raleway', sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 1.3em;
    line-height: 1.3em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ast-small-footer-section-2 .copyright {
    display: block;
    font-size: 14px;
    color: rgba(255,255,255,0.29);
}

.otgs-development-site-front-end {
    display: none;
}

.ast-above-header-section {
  flex:auto;
  align-items:center
}



/**
 * AVQC - Bulletin Murdoch/Littoral
 */

.bulletin_location_pin {color: #0B7DBE; font-family: 'Raleway', Sans-serif; font-size: 0.9em; font-weight: 900; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 6px;}


/* ***************** MODAL TRANSCRIPTION / SCULPTURES ************* */
.modal,.modal-box { z-index: 900;}
.modal-sandbox { position: fixed;  width: 100%;  height: 100%;  top: 0;  left: 0;  background: transparent;}
.modal { display: none;   position: fixed;  width: 100%;  height: 100%;  left: 0;  top: 0;  background: rgb(0,0,0);  background: rgba(0,0,0,.8);  overflow-y:auto;}
.modal-box {  position: relative;  width: min(80%, 1000px);  margin: 2.5% auto;}

.modal-header {  padding: 10px 20px; }
.modal-body {  padding: 0; }
.modal-body iframe {aspect-ratio: 16/9; width: 100%; height: 100%;}
.close-modal {  text-align: right;  cursor: pointer; font-size: 25px; color: #fff;}

.modal-col-wrapper {display: flex; flex-direction: row; margin-top: 10px;}
.modal-col-wrapper>div {flex: 1 1 0;}
.modal-col-wrapper .capsule-bloc-content {background-color: #fff; padding: min(15px, 10%); height: 100%; display: flex; flex-direction: column; justify-content: center;}
.modal-col-wrapper .capsule-bloc-content h4 {margin-bottom: 5px;}
.modal-col-wrapper .modal-next {font-family: 'Raleway', sans-serif; font-weight: 900; font-size: 12px; text-transform: uppercase;  color: #0b7dbe; letter-spacing: 3px; margin-bottom: 5px;}
.modal-col-wrapper .capsule-bloc-img {margin-bottom:0;}
.modal-col-wrapper .capsule-bloc-content, .modal-col-wrapper .capsule-bloc-img {cursor: pointer;}


/* **************************** responsive ******************** */
.swiper-pagination-bullets {display: none;}

@media (min-width: 769px) AND (max-width: 1199px) {

    
    
}

@media (max-width: 1199px) {
    .elementor-section-wrap>.elementor-section.elementor-section-boxed>.elementor-container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .entry-content>*:not(div) {
        padding: 0 15px;
    }

}


@media (max-width: 1024px) {

    /* hide above menu */
    .ast-above-header-wrap {display: none!important;}
    .ast-above-header .elementor-widget-uael-buttons {display: none!important;}

    .menu-make-donation, .menu-report-avalanche, .menu-change-lang, .menu-app-mobile {display: block!important;}
    .menu-make-donation {background-color: #0B7DBE; }
    .menu-make-donation a .menu-text {color: #fff!important;}
    .menu-report-avalanche {background-color: #d43b39; }
    .menu-report-avalanche a .menu-text {color: #fff!important;}
    .menu-app-mobile {background-color: #69727d; }
    .menu-app-mobile a .menu-text {color: #fff!important;}

    /* submenu */
    .ast-above-header-wrap {background-color: #fff;}
    .ast-above-header-wrap .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__toggle .elementor-button-icon {color: #000!important;}
    .ast-above-header-wrap .elementor-widget-uael-buttons {width: 100%!important;}

    /* menu */
    .ast-header-break-point .ast-mobile-menu-buttons-fill.menu-toggle {
        color: grey!important;
        border: none!important;
        border-radius: 0!important;
        outline: none;
    }

    .ast-header-break-point .menu-text {
        color: #1d7eb6!important;
    }

    .ast-theme-transparent-header .main-header-menu .menu-item .sub-menu .menu-link {
        background-color: #fff!important;
        color: #1d7eb6!important;
    }

    /* home */
    .home_banner_last_alert {
        padding: 20px 25px;
    }
    .avqc_homebanneralert {
        margin-left: 0;
        height: 370px;
    }
    .avqc_homebanneralert iframe{
        height: 370px;
    }


   #home_shortcut .elementor-container, #home_shortcut .elementor-container, #home_expertise .elementor-container, #home_expertise .elementor-container {
      width: 100%;
       height: 100%;
       margin-left: auto;
       margin-right: auto;
       position: relative;
       overflow: hidden;
       list-style: none;
       padding: 0;
       z-index: 1;
   }
   #home_shortcut .elementor-container .elementor-row, #home_shortcut .elementor-container .elementor-row, #home_expertise .elementor-container .elementor-row, #home_expertise .elementor-container .elementor-row {
     position: relative;
     width: 100%;
     height: 100%;
     z-index: 1;
     display: flex;
     transition-property: transform;
     box-sizing: content-box;
     -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
   }
   #home_shortcut .elementor-container .elementor-column, #home_shortcut .elementor-container .elementor-column, #home_expertise .elementor-container .elementor-column, #home_expertise .elementor-container .elementor-column {
     flex-shrink: 0;
     width: 100%;
     height: 100%;
     position: relative;
     transition-property: transform;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
   }

   .swiper-pagination-bullets {
        text-align: center;
        display: block;
    }

    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background: transparent;
        margin: 5px;
    }

    .home-shortcut-swiper-pagination .swiper-pagination-bullet {border: 2px solid rgba(255,255,255,0.5);}
    .home-shortcut-swiper-pagination .swiper-pagination-bullet-active {border-color: rgba(255,255,255,1);}
    .home-expertise-swiper-pagination .swiper-pagination-bullet {border: 2px solid rgba(184,184,184,0.5);}
    .home-expertise-swiper-pagination .swiper-pagination-bullet-active {border-color: rgba(184,184,184,1);}
    .home-shortcut-swiper-pagination {margin-top: -30px; z-index: 1;}
    .home-expertise-swiper-pagination {margin-top: 30px;}

    .home-row-expertise-list .elementor-icon-box-wrapper {background-color: #fff; border-radius: 8px; box-shadow: 0px 2px 18px rgb(0 0 0 / 7%);}

    /* webcam */
    div.avalanche-webcam {padding: 30px;}
    .webcam-notes {padding: 0 30px;}
    .last.webcam-notes {padding-bottom: 30px;}

    /* page bulletin et autres */
    /*.bulletin-row-title {
        padding-left: 20px;
        padding-right: 20px;
    }*/

    .bulletin-column .elementor-widget-button {
        width: 100%!important;
    }

    .bulletin-column .elementor-widget-button .elementor-widget-container {
        margin-left: 20px!important;
    }

    .bulletin-column .elementor-widget-button:not(:last-child) {
        margin-bottom: 15px;
    }

    /* capsules */
    .capsule-bloc-medium {width: 47%;}

    /* footer */
    .footer-rapport-avalanche-row, .footer-mobile-cta-row {
        padding: 110px 0!important;
    }

    .footer-rapport-avalanche-btn-column {
        min-height: 245px;
        height: 50vh;
        z-index: 1;
    }

    .footer-rapport-avalanche-btn-column .elementor-widget-wrap {
        align-content: flex-end!important;
    }

    .footer-rapport-avalanche-btn {
        margin-bottom: -14px;
    }
    
    .footer-cta-mobile-img-column {
        min-height: 245px;
        height: 50vh;
    }
    
}

@media (max-width: 768px) {
    .hidden-pc {display: block;}

    /* home */

    .entry-content p {margin-bottom: 0.4em;}
    
    .avqc_homebanneralert {
        margin-left: 0;
        margin-bottom: 50px;
        margin-top: 20px;
        height: 420px;
    }
    .avqc_homebanneralert iframe{
        height: 420px;
    }
    

    .home_banner_last_news_bloc a {
        display: flex;
        flex-direction: column;
    }

    .home_banner_last_news_infos {
        padding: 25px 0 10px 0;
    }

    .home_banner_last_news_bloc a:after {
        margin-bottom: 15px;
    }

    .last-news-desk {
        display: none;
    }

    .last-news-mobile {
        display: block;
    }

    .home-row-shortcut .elementor-column-wrap{
        min-height: 500px;
    }

    .home-row-number.img-right-side>div>.elementor-row>.elementor-column:nth-child(1) {width: 65%;}
    .home-row-number.img-right-side>div>.elementor-row>.elementor-column:nth-child(2) {width: 35%;}
    .home-row-number.img-left-side>div>.elementor-row>.elementor-column:nth-child(1) {width: 35%;}
    .home-row-number.img-left-side>div>.elementor-row>.elementor-column:nth-child(2) {width: 65%;}
    .home-season-number-bloc .elementor-column>div {padding: 25px 25px 25px 25px!important}
    .home-season-bloc-displaced .elementor-column {margin-left: 0;}

    /* page bulletin et autres */
    .page-header-partner {
        margin-bottom: 40px;
    }

    .page-header-partner .elementor-element {
        text-align: left!important;
    }

    .page-header-partner .elementor-heading-title {
        margin-bottom: 15px;
    }

    .page-header-partner .elementor-widget-wrap, .bulletin-row-column-btn .elementor-widget-wrap {
        justify-content: flex-start!important;
    }

    .bulletin-row-column-btn .elementor-widget-button {
        width: 100%!important;
    }

    .bulletin-row-column-btn .elementor-widget-button .elementor-widget-container {
        margin-left: 20px!important;
    }

    .bulletin-row-column-btn .elementor-widget-button:not(:last-child) {
        margin-bottom: 15px;
    }

    .bulletin-notes-img {
        display: none;
    }

    .webcam-row-processus-column-btn .elementor-widget-wrap .elementor-widget-image {order: 2;}
    .webcam-row-processus-column-btn .elementor-widget-wrap .elementor-widget-button {order: 1;}

    .elementor-widget-wrap .web-cta-processus-btn {
        /*margin-left: unset!important;*/
        text-align: center;
        margin: 0!important;
        padding: 0px 40px 20px 40px!important;
        background-color: #fff;
    }

    .web-cta-processus-btn a {display: block;}

    .row-capsule-educative .elementor-column:nth-child(1) {order: 2}
    .row-capsule-educative .elementor-column:nth-child(2) {order: 1}
    .bulletin-capsule-column-text>div {padding: 40px 20px}
    .pevision_content, .prevision-inside-row, .snow_report_date, .rapport_bloc_content {padding: 40px 20px;}
    .snow_report_table_wrapper {margin: 40px 20px;}
    .spotwx-logo {margin: 40px 20px 0 20px}
    .spotwx-text {margin: 10px 20px 40px 20px;}

    .webcam-row-processus-column-btn .elementor-widget-wrap {min-height: 250px;}

    .elementor-widget-ucaddon_flickr_latest_photos ul li { width: calc(50% - 10px); padding-bottom: 50%;}

    /*.meteo-public-map-shortcode {display: none;}*/

    div.avalanche-webcam {padding: 0 0 15px 0}

    .row-processus-wrapper {  padding-top: 60px!important;}

    
    /* capsules */
    .capsules-list-header-wrapper {flex-direction: column;}
    .capsules-list-header-wrapper .nb-videos {align-self: unset;}

    .capsules-cat-list {margin-top: 25px;}
    .capsule-bloc-big {width: 100%; margin-bottom: 35px;}

    .capsule-bloc-medium, .capsule-bloc-slider {width: 100%; display: flex!important; flex-direction: row; align-items: center; margin-bottom: 15px;}
    .capsule-bloc-medium .capsule-bloc-img, .capsule-bloc-slider .capsule-bloc-img {width: 40%; flex: 0 0 auto; margin-bottom: 0;}
    .capsule-bloc-medium .capsule-play, .capsule-bloc-slider .capsule-play {display: none;}
    .capsule-bloc-medium .capsule-bloc-content span, .capsule-bloc-slider .capsule-bloc-content span {display: none}
    .capsule-bloc-slider .capsule-bloc-content, .capsule-bloc-medium .capsule-bloc-content {padding: 10px;}
    .capsule-bloc-img span {display: inline-block; position: absolute; bottom: 0; right: 0; color: #fff; background-color: rgba(93,97,103,0.83); padding: 5px 8px;}

    .capsules-cat-slider .slider-wrapper {flex-direction: column;}
    .capsules-cat-slider .slider-wrapper .swiper-slide:nth-child(n+4) {display: none!important;}
    .capsules-cat-slider-wrapper .slider-navigation, .capsules-cat-slider-wrapper .swiper-scrollbar-wrapper {display: none;}
    .slide-all-videos {padding: 0; border: none;}
    .slide-all-videos a {width: 100%;}
    .capsule-list-mobile-more {display: block; background-color: #0b7dbe; border-radius: 8px; padding: 8px 8px 5px 8px; text-align: center; margin-top: 20px;}
    .capsule-list-mobile-more i {color: #fff; font-size: 24px;}
    .incidents-list-btn-wrapper {width: 100%;}
    .capsules-cat-slider .slider-wrapper .swiper-slide.visibleMobile:nth-child(n+4) {display: flex!important;}

    /* education */
    .education-link-rainbow a {padding: 5px 7px; font-size: 1.4em;}

    /* page processus */
    .processus-banner-credit-row { transform: translateY(-30px)}
    .processus-banner-credit-col {width: 95%!important;}
    .processus-quotidien-row>div>div.elementor-column {margin-left: auto;}
    .processus-header-slider .elementor-image-carousel-caption { transform: translateY(-50px);}


    /* footer */
    .footer-adv-overlay {padding: 80px 0;}
    .footer-adv-overlay .ast-row {flex-wrap: wrap;}

    .ast-footer-overlay * {text-align: center;}

    #mc_embed_signup_scroll {
        display: flex;
        flex-direction: column;
    }

    #mc-embedded-subscribe {
        align-self: flex-end;
    }

    .ast-footer-overlay {
        padding-top: 80px!important;
    }
}

@media (max-width: 767px) {

    .elementor-section.elementor-section-boxed:not(.home-season-number-bloc)>.elementor-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .over-hidden {overflow: hidden;}
    .app-securite-hover {margin-top: 35px;}
    .app-securite-hover img {display: block; margin-bottom: 35px; }
    .col-with-spacing>.elementor-column-gap-default {gap: 0%; flex-wrap: wrap;}
    .app-securite-hover figure {width: 60%!important; display: block!important;}
    .app-securite-hover h4:after {content: unset!important;}
}

@media (min-width: 500px) and (max-width: 900px) {
    /* Only for landscape phones (could affect tablets) */
    #ast-fixed-header {display: none !important;}
}

@media (max-width: 500px) {

    .ast-footer-widget-1-area .elementor-section.elementor-section-boxed:not(.home-season-number-bloc)>.elementor-container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .spotwx-row.elementor-section.elementor-section-boxed>.elementor-container {
        padding-left: 0px;
        padding-right: 0px;
    }

    /* webcam */
    .webcam-notes {padding: 0 20px;}
    .webcam-row-processus-column-btn .elementor-widget-wrap {min-height: unset;}

    .web-cta-processus-btn { margin-left: 15px!important; margin-right: 15px!important; }

    .pevision_content, .prevision-inside-row, .snow_report_date {padding: 10px;}
    .rapport_bloc_content {padding: 10px 0;}
    .snow_report_table_wrapper {margin: 10px;}
    .avc_bulletin_module > div {padding: 30px 10px;}

    /* rapport de neige */
    .prevision_date_header {flex-wrap: wrap;}
    .prevision_date_header>div {width: 100%;}
    .prevision_date_header>div:not(:last-child) {margin-bottom: 15px;}

    /* footer */
    .footer-cta-column>div {padding: 40px 20px}

    .footer-adv-overlay #mc-embedded-subscribe-form {max-width: 100%; padding: 0;}

    .ast-small-footer-section {width: 100%;}
    /*.ast-small-footer-section:nth-child(1) {text-align: left;}
    .ast-small-footer-section:nth-child(2) {text-align: right;}*/
    .ast-small-footer-section:not(:last-child) {margin-bottom: 60px}
}

@media (max-width: 400px) {
    .show-small-mobile {display: block;}

    .capsule-bloc-content h4 {font-size: 1em;}
}

/** New logo changes **/

.ast-site-identity {padding: 0.5em 0;}
@media (min-width: 1024px) AND (max-width: 1100px) {
    .ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo img { max-width: 150px;}
}

/** Override elementor preview logic */
html.elementor-html {
    padding-top: 50px !important;
}


#ast-scroll-top {margin-bottom:55px;}