/**
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;}

.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: 0.8em; 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: 0.8em; 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 {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: 0.8em;
    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_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;
}

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

.webcam-notes {
    background-color: #fff;
    padding: 0 60px;
    padding-top: 20px;
    margin-bottom: 0;
    margin-top: 20px;
}
.webcam-notes.last {
    margin-top: 0;
}
.webcam-notes p:last-child {
    margin-bottom: 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-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 15px; color: #fff; font-weight: 600; display: inline-block; font-size: 1.8em; line-height: 1em;}

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

/* *************************** page processus ****************** */
.processus-quotidien-row .elementor-row {width: calc(100% + 50px); margin-left: -25px; margin-right: -25px;}
.processus-quotidien-row .elementor-row>div {margin-left: 25px; margin-right: 25px; 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 h3 {padding-bottom: 25px!important;}
.processus-list-title h3 a {display: flex; flex-direction: column; justify-content: space-between;}
.processus-list-title h3 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;
}
.processus-list-title>*, .processus-list-title>*>*, .processus-list-title>*>*>a {height: 100%;}

.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;
}

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

/* *************** 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: 1.2em; line-height: 1.3em;}
.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.5em;}
.row-programme-jeunesse h3 {    font-family: 'Raleway', sans-serif;    font-weight: 300;    font-size: 2.1em; margin-bottom: 0;}

/* ********************** page capsules list ********** */
.capsules-cat-list-wrapper h2, .capsules-cat-list-wrapper h1 {font-family: 'Raleway', sans-serif;    font-weight: 400;    font-size: 2.1em; 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: 0.8em; text-transform: uppercase; color: #0b7dbe; letter-spacing: 3px;}
.capsules-list-subtitle-wrapper {display: flex; justify-content: space-between;}
.nb-videos {color: #5d6166;}

.capsules-cat-list {display: flex; flex-wrap: wrap; justify-content: space-between;}
.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; font-size: 1.5em; color: #5d6166; text-transform: initial; margin-bottom: 0;}
.capsule-bloc-content span {flex: 0 0 auto;}
.capsule-play {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: min(71px, 15%); aspect-ratio: 1/1; background-image: url('../avalanchequebec-astra-child/images/btn-play.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;}

/* ************************* 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: 0.8em; 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;}
.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;}
.incident-item-wrapper:nth-child(n+11) {display: none;}
.incidents-list .elementor-button-link {background-color: #0B7DBE; margin-top: 20px;}

/* ************************* 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;
}




/***************************** 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;
}

/**
 * AVQC - Bulletin
 */

.avqcb_frame {font-family: Arial, sans-serif; font-size: 15px; line-height: 1.15; padding: 30px;}
.avqcb_header {display: flex; flex-direction: row; flex-wrap: wrap; font-size: 0.85em;}
.avqcb_header > div {display: flex; flex-direction: column; justify-content: center; flex: 50% 1; box-sizing: border-box; min-height: 3em; padding: 0.25em; border-bottom: 2px solid #f7f7f7; text-transform: uppercase;}
.avqcb_header > div > .label {color: #245eac; font-weight: 700; white-space: nowrap;}
.avqcb_header > div > .text {flex: 1 0; margin-left: 0; color: #b3b3b3; font-weight: 700;}

.avqcb_desc {margin: 1em 0; text-align: center; font-weight: 700; font-size: 1.5em;}
.avqcb_desc p {margin: 0.75em 0;}

.avqcb_content .tabs {display: flex; flex-direction: row; flex-wrap: wrap; padding: 0; margin: 0; list-style: none;}
.avqcb_content .tabs > div {background-color: #e6e6e6; border-bottom: #b3b3b3 solid 5px; z-index: 1; flex: 1 1; position: relative; padding: 1em; text-align: center; color: #0f0f0f; white-space: nowrap; cursor: pointer; text-decoration: none;}
.avqcb_content .tabs > div.active {background-color: #245eac; border-bottom-color: #245eac; color: #FFF;}

.avqcb_content .panels {padding: 1em;}
.avqcb_content .panels > div {display: none;}
.avqcb_content .panels > div.active {display: block;}
.avqcb_content .panels > div section h3 {font-size: 1.2em; font-family: inherit; color: #FFF; background: #000; padding: 0.75em; font-weight: 400; text-transform:initial; margin: 0;}
.avqcb_content .panels > div section h3:first-letter {text-transform: uppercase;}
.avqcb_content .panels > div section .ratings_first {position:relative; height:370px; background-image: url('../avalanchequebec-astra-child/images/bulletin/mountain_icon_big.png'), url('../avalanchequebec-astra-child/images/bulletin/mountain_bg_big.png'); background-position: left, left; background-repeat: no-repeat, repeat;}
.avqcb_content .panels > div section .ratings_first .names {font-size: 1.25em; color: #000; position: absolute;}
.avqcb_content .panels > div section .ratings_first .names > div {position: absolute; width: 300px;}
.avqcb_content .panels > div section .ratings_first .status {position:absolute; right:0px; width:780px; }
.avqcb_content .panels > div section .ratings_first .status > div {height: 123px; width: 100%; align-items: center; padding-top: 12px; position: relative;}
.avqcb_content .panels > div section .ratings_first .status > div .icon {position:absolute; z-index:2; height: 123px; width: 100%;}
.avqcb_content .panels > div section .ratings_first .status > div .icon img {height: 100px;}
.avqcb_content .panels > div section .ratings_first .status > div .box {font-family: Arial, sans-serif; position:relative; border:solid 2px #000; height: 100px; margin-left: 49px; padding-left: 100px; font-size: 1.3em; padding-right: 40px;  overflow: hidden;}
.avqcb_content .panels > div section .ratings_first .status > div .box h4 {font-family: Arial, sans-serif; margin:0; text-transform: initial; color:inherit; font-weight: initial;}
.avqcb_content .panels > div section .ratings_first .status > div .box p {margin-bottom: 1em;  letter-spacing: 0.02em;}
.avqcb_content .panels > div section .ratings_first .status > div button {position: absolute; background: none; border:none; font-size: 3em; line-height:1em; top:12px; right:2px; padding: 10px; color:#000; cursor: pointer;}

.avqcb_content .panels > div section .ratings_first .status > div.open .box {height: auto;}
.avqcb_content .panels > div section .ratings_first_table {display: none;}

.avqcb_content .panels > div section > div > table {table-layout: fixed; width: 100%; border-collapse: collapse; margin: 0;}
.avqcb_content .panels > div section > div > table td {border-bottom: solid 2px #fff; padding: 0 12px; height: 45px; vertical-align:middle; color:#000;}

.avqcb_content .panels h5 {text-transform: initial; color:#245eac; font-size: 1.2em; font-family: inherit; margin: 15px 0 5px 0;}
.avqcb_content .panels ul {color:#245eac; margin:5px 0; list-style: initial; padding-left:40px;}
.avqcb_content .panels ul li {margin: 2px 0;}
.avqcb_content .panels ul li span {color:#595959; }

.avqcb_content .panels > div section .problems_grid {background-color:#e6e6e6; display: flex; flex-wrap: wrap; justify-content: center;}
.avqcb_content .panels > div section .problems_grid > div {width: 25%; text-align: center; min-width: 260px;}
.avqcb_content .panels > div section .problems_grid > div > div {padding: 10px 0;}
.avqcb_content .panels > div section .problems_grid > div > img {padding-bottom: 10px;}
.avqcb_content .panels > div section .problems_desc {border: solid 2px #e6e6e6; padding: 15px; margin: 0;}

.avqcb_content .panels > #avqcb_problems > p {font-weight: bold; font-weight: 1.2em; margin: 10px;}
.avqcb_content .panels p {margin-bottom: 1em;}

.avqcb_footer > section {margin-bottom: 1px;}
.avqcb_footer > section h3 {font-size: 1em; font-family: inherit; color: #FFF; background: #000; padding: 1em; font-weight: bold; text-transform:initial; margin: 0; cursor: pointer;}
.avqcb_footer > section h3:first-letter {text-transform: uppercase;}
.avqcb_footer > section h3 span {font-weight: 400; font-size: 2em; position: absolute; right:50px; line-height: 0.7em;}

.avqcb_footer > section > div {padding:10px; display: none;}
.avqcb_footer > section.open > div {display: block;}

.avqcb_footer ul {color:#245eac; margin:5px 0; list-style: initial; padding-left:40px;}
.avqcb_footer ul li {margin: 2px 0;}
.avqcb_footer ul li span {color:#595959; }

.avqcb_footer > section {margin-bottom: 1px;}
.avqcb_footer > section h4 {font-size: 1.1em; font-family: inherit; color: #FFF; padding: 0.5em 1em; font-weight: bold; text-transform:initial; margin: 0; cursor: pointer;}
.avqcb_footer > section h4:first-letter {text-transform: uppercase;}
.avqcb_footer > section p {margin: 1em;}

@media (max-width: 1060px) {
    .avqcb_content .panels > div section .ratings_first {zoom: 0.7;}
}
@media (max-width: 820px) {
    .avqcb_content .panels > div section .ratings_first {zoom: 0.6;}
}
@media (max-width: 720px) {
    .avqcb_content .panels > div section .ratings_first {zoom: 0.5;}
}
@media (max-width: 620px) {
    .avqcb_frame {font-size: 13px; padding: 10px;}
    .avqcb_content .panels > div section .ratings_first {display: none;}
    .avqcb_content .panels > div section .ratings_first_table {display: block;}
}


/**
 * 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: 20px;}
.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: 15px;}
.modal-col-wrapper .modal-next {font-family: 'Raleway', sans-serif; font-weight: 900; font-size: 0.8em; text-transform: uppercase;  color: #0b7dbe; letter-spacing: 3px;}
.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 {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;}

    /* 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 */
    
    .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 30px 0}

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

    
    /* capsules */
    .capsules-list-subtitle-wrapper {flex-direction: column;}

    .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%;}

    /* 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;}


    /* 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: 500px) {
    .elementor-section.elementor-section-boxed:not(.home-season-number-bloc)>.elementor-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .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;}
}


