/*   
Theme Name: BMO
Theme URI: BMO
Description: This is an exclusive, fully SEO optimized Wordpress theme developed by BMO for BMO website.
Author: BMO
Author URI: BMO
*/

@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@font-face {
    font-family: 'Dax';
    src: url('fonts/Dax-Regular.eot');
    src: url('fonts/Dax-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Dax-Regular.woff2') format('woff2'),
        url('fonts/Dax-Regular.woff') format('woff'),
        url('fonts/Dax-Regular.ttf')  format('truetype'),
        url('fonts/Dax-Regular.svg#Dax') format('svg');
}

@font-face {
    font-family: 'daxbold';
    src: url('fonts/dax_bold-webfont.woff2') format('woff2'), url('assets/fonts/dax_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
    --font-weight: 300;
    --font-size: 14px;
    --line-height: 18px;
    --spacing: 15px;
    --width-sm: 576px;
    --width-md: 768px;
    --width-lg: 992px;
    --width-xl: 1200px;
    --width-xxl: 1400px;
    --color-primary: #0075BE;
    --color-primary-dark: #00357E;
    --color-secondary: #DDEFFF;
    --color-third: #AEACAC;
    --color-bmo: #E30613;
    --color-ultralightgrey: #e4e4e4;
    --color-grey: #D4D4D4;
    --color-white-grey: #F5F4EF;
    --color-txt: #363636;
    --color-error: #af2828;
    --color-error-bg: #f1b6b6;
    --color-success: #288d1b;
    --color-success-bg: #f2ece0;
    --border-radius: 3px;
    --transition: all 400ms;
}
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
::after,
::before {
    box-sizing: border-box;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 400;
}

h2, .h2{
    font-family: 'Dax';
    font-size: 100px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 30px;
}
h3, .h3{
    font-family: 'Dax';
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height:1.2;
    margin: 0 0 30px;
}
h4, .h4{
    font-family: 'Dax';
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height:1.2;
    margin: 0 0 30px;
}
a{
    text-decoration: none;
}
.top-offset {
    display: inline-block;
    width: 100%;
    height: 76px;
}
.font_dax{
    font-family: 'Dax';
}
.font-230{
    font-size: 230px;
}
.text-white{
    color: #fff;
}
.p-lead p {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -1.5px;
    font-weight: 400;
}
.p-lead p:last-child{
    margin-bottom: 0;
}
p{
    margin: 0 0 30px;
    ;
}
.color-white{
    color:#fff;
}
.color-blue{
    color: #0075BE;
}
.section-space{
    padding: 120px 0;
}
@media (min-width:1400px) {
    .container{
        max-width:1350px;
    }
}
@media (min-width:1800px) {
    .container{
        /*max-width:1650px;*/
    }
}
/**************Header Css**************/
#masthead {
    padding: 14px 15px;
    display: flex;
    align-items: center;
    background-color: var(--color-primary);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}
#wpadminbar + body #masthead{
    /*top: 32px;*/
}
.trigger__open-menu-mobile {
    display: inline-block;
}
.menu-burger {
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    -webkit-transition: var(--transition);
    -moz-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    transition-timing-function: cubic-bezier(0.36, 0, 0, 1);
}
.menu-burger:hover {
    cursor: pointer;
    opacity: 0.8;
    -webkit-transition: var(--transition);
    -moz-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    transition-timing-function: cubic-bezier(0.36, 0, 0, 1);
}
.menu-burger span {
    height: 2px;
    width: 24px;
    margin: 0 auto;
    display: inline-block;
    background-color: white;
    margin-top: 6px;
    -webkit-transition: var(--transition);
    -moz-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    transition-timing-function: cubic-bezier(0.36, 0, 0, 1);
}
body.filtres-mobile-ouverts .menu-burger span:nth-child(1), body.filtres-mobile-ouverts .menu-burger span:nth-child(3) {
    opacity: 0;
    width: 0;
    -webkit-transition: var(--transition);
    -moz-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    transition-timing-function: cubic-bezier(0.36, 0, 0, 1);
}
@media only screen and (min-width: 1199px) {
    .trigger__open-menu-mobile {
        display: none;
    }
}
.menu_mobile {
    position: fixed;
    top: 0px;
    width: 100vw;
    height: 100vh;
    left: -100vw;
    z-index: 2;
    padding-top: 80px;
    background-color: var(--color-primary);
    transition: var(--transition);
}
.menu_mobile ul {
    height: calc(100vh - 80px);
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}
.menu_mobile ul li {
    list-style: none;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-block: 1rem;
    margin-bottom: -100%;
    opacity: 0;
    transition: var(--transition);
    animation-duration: 800ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
}
.menu_mobile ul li:nth-child(1) {
    animation-delay: 200ms;
}
.menu_mobile ul li:nth-child(2) {
    animation-delay: 300ms;
}
.menu_mobile ul li:nth-child(3) {
    animation-delay: 400ms;
}
.menu_mobile ul li:nth-child(4) {
    animation-delay: 500ms;
}
.menu_mobile ul li:nth-child(5) {
    animation-delay: 600ms;
}
.menu_mobile ul li:nth-child(6) {
    animation-delay: 700ms;
}
.menu_mobile a {
    font-family: Roboto;
    font-weight: 700;
    line-height: 41px;
    font-size: 40px;
    display: inline-block;
    color: white;
}
.menu_mobile.active {
    left: 0;
    transition: var(--transition);
}
.menu_mobile.active li {
    animation-name: animSlideLeft;
    transition: var(--transition);
}
@keyframes animSlideLeft {
    0% {
        margin-bottom: -100%;
        opacity: 0;
    }
    100% {
        margin-bottom: 0;
        opacity: 1;
    }
}


/***************Home Page***********/
.banner_and_content{
    overflow: hidden;
}
.home-anmated-banner {
    background-color: var(--color-primary);
    font-family: 'Dax';
    color: #fff;
    text-transform: uppercase;
    background-position: center center !important;
    position: relative;
    padding-bottom: 130px;
}
.home-anmated-banner .banner-main-image img {
    width: 100%;
    /* height: calc(100vh - 200px); */
    object-fit: cover;
    object-position: center bottom;
    top: -230px;
    position: relative;
}
.banner-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px 0;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.banner-content .banner-title {
    font-size: 185px;
    line-height: 0.86;
    letter-spacing: -6.3px;
    /*font-family: 'Dax';*/
    font-family: 'daxbold';
    /*font-weight: 900;*/
}
.banner-content .banner-title:nth-child(2) {
    z-index: 20;
    position: relative;
}
.banner-content .banner-title:nth-child(even) {
    text-align: right;
}
 .banner-content .banner-title:nth-of-type(3) .split-line > div:first-of-type{
    margin-right: 60px;
}
.banner-player-img img {
    max-width: 80%;
    position: absolute;
    top: 5px;
    left: -30%;
    right: 0;
    margin: auto;
}
section.content-section {
    z-index: 20;
    position: relative;
    margin: -1px 0;
}
.contentSec_2{
        background: #fff;
    }
.content-section .p-lead {
    color: #fff;
    font-family: 'Dax';
}
.videoSection{
    position: relative;
    height: calc(100vh - 46px);
    overflow: hidden;
    margin: -1px 0;
}
.videoSection video,
.videoSection iframe{
    position: absolute;
    top: 0;
    left: 0;
    background: #0075be;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: top center;
}

.moving-text {
    color: #fff;
    font-size: 400px;
    letter-spacing: -20px;
    /*font-weight: 700;*/
    /* font-size: 140px; */
    background: #002740;
    /* overflow: hidden; */
    /* display: flex; */
    /* line-height: 140px; */
    line-height: 400px;
    padding: 60px 0 10px;
    /*font-family: 'Dax';*/
    font-family: 'daxbold';
    text-transform: uppercase;
}

.eocjs-newsticker {
    padding: 0;
    background-color: transparent;
}
.eocjs-newsticker > div > div {
    line-height: 90% !important;
    height: 100% !important;
}
.newsTicker > div{
    height: 400px !important;
}

.athelete-slider .athelete-slide-bg img {
    width: 100%;
}
.playIconSmall{
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 20;
}
.athelete-slider{

}
.credit_row > div:nth-of-type(even){
    float:right;
}
.slideOuter{
    display: inline-block;
    width: 100%;
    margin: -1px 0;
    
}

.athelete-slider .athelete-slide{
    position: relative;
    color: #fff !important;
    /*cursor: url('/wp-content/uploads/2023/07/w1.png') 50 50, auto;*/
}
div#html5-lightbox-box div#html5lightbox-watermark,
div#html5-lightbox-box div.html5-text{
    display: none !important;
}

.athelete-slide-row {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.athelete-slide-row .row{
    align-items: center;
    margin: 0;
    height: 100%;
}
.athelete-slide-row .container {
    height: 100%;
}
.parallex-image-sec img {
    width: 100%;
}
.slideOuter:nth-of-type(odd) .athelete-slide-row .row {
    justify-content: flex-end;
}
.no-sidebar .slideOuter:nth-of-type(odd) .athelete-slide-row .row {
    justify-content: flex-start;
}
.no-sidebar .slideOuter:nth-of-type(even) .athelete-slide-row .row {
    justify-content: flex-end;
}
.content-with-img-bg {
    padding: 200px 0;
    background-size: cover !important;
    background-position: center right !important;
    margin: -1px 0;
}
.content-over-img-section .content-col {
    /*    position: absolute;
        left: 0;*/
    position: relative;
    z-index: 20;
}
.content-over-img-section .image_col {
    position: absolute;
    right:  0;
    z-index: 10;
}

.content-over-img-section .row {
    position: relative;
}
.charUp, .split-parent, .split-line{
    overflow: hidden;
}
/**************Footer Css starts**************/

.site-footer {
    background: #0075BE;
    color: #fff;

}
.footerContent{
    padding: 60px 0;
}
.site-footer .footer-logo-col {
    display: flex;

}
.site-footer .footer-logo-col .logo-col {
    display: flex;
    align-items: center;
    border-left: 2px solid #fff;
    padding: 0 40px;
}
.site-footer .footer-logo-col .logo-col:first-child {
    border: none;
    padding-left: 0;
}
.site-footer .footer-logo-col .logo-col img{
    max-height: 80px;
}
.footerLine {
    font-size: 14px;
    font-family: 'Dax';
    margin: 0;
    padding: 20px 0 0;
    font-weight: 600;
}
.footer-copy {
    border-top: 1px solid rgba(255,255,255,0.5);
    padding: 15px 0;
    font-size: 14px;
}
