:root {
    --beckius-darkbrown: #4C3830;
    --beckius-brown: #9F4B1F;
    --beckius-grey: #ACACAC;
    --beckius-lightgrey: #F0F0F0;
    --beckius-lightgrey2: #F2F2EB;
    --beckius-lightgrey3: #F7F7F7;
    --beckius-lightgrey4: #F3F3F2;
    --beckius-red: #FF0303;
    --beckius-white: #FFFFFF;
}

.cms-toolbar{
    display: none !important;
}

@font-face {
    font-family: 'FHA';
    src: url("../assets/font/FHAlpha-Light.otf") format("opentype");
}

/*********** Mon CSS **************/
/*********** Biographie ***********/
.bio-show{
    display: block !important;
    opacity: 1 !important;
}

#bio_timeline{
    display: none;
    opacity: 0;
    transition: opacity .5s ease-in-out ;
}

.bio_image img{
    max-width: 250px;
}

.bio_image{
    display: flex;
    flex-direction: column;
    width: 250px;
}

.bio_image div{
    font-size: 14px;
    font-style: italic;
}

.bio_content{
    width: calc(100% - 275px);
}

.bio_date{
    width: 200px;
    position: relative;
    min-width: 100px;
    max-width: 100px;
}

.bio_section:last-child .bio_date::after{
    height: 0;
}

.bio_section:first-child{
    margin-top: 75px;
}

.bio_section::before{
    min-height:0!important;
    height: 10px !important;
}

.bio_date::after{
    content: '';
    position: absolute;
    box-sizing: border-box !important;
    width: 1px;
    height: calc(100% - 50px);
    bottom: 0px;
    background: var(--beckius-brown);
    left: 20px;
}

.right-section{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin: 0 !important;
}

.bio_block p{
    margin-top: 0 !important;
}

.bio_image span{
    color: var(--beckius-darkbrown);
      font-family: 'FHA', sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 300;
    margin-top: 20px;
}

/*********** Gallery *******************/

.gallery_img_info{
    margin-bottom:35px;
}

.gallery_img_info p{
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 0px !important;
    margin-bottom: 8px;
}

/*********** Form ******************/
.pt-3{
    width: 400px;
}

/************* Slider *************/

.slider-image{
    width: 100%;
    height: auto;
    max-height: 520px;
}

.slider-image img{
    max-height: 520px;
    width: 100%;
    object-fit: cover;
}


@media screen and (max-width: 1000px){
    .slider-image img{
        max-height: 400px;
    }
}

@media screen and (max-width: 749px){
    .slider-image img{
        max-height: 200px;
    }
}

/*******************************************/

a{
    text-decoration:unset;
    color:unset;
}
a:hover, button:hover{
    cursor:pointer;
}
*{
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}
*, ::before, ::after{
    box-sizing: unset!important;
}

.beckius-text-block p{
    margin: 0!important;
}
img{
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
body,html{
    margin:0;
    /*padding-top:10vw;*/
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    overflow-x: hidden;
}
body{
    position:relative;
    
    
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.it{
    font-style: italic;
}
.bold{
    font-weight:800;
}
.center{
    text-align:center;
}
.beckius-scale{
    max-width:1040px;
    padding: 0 5%;
    margin: 0 auto;
    width:90%;
}
.beckius-scale:before {
    content: '';
    width: 100%;
    height: 5vw;
    min-height: 75px;
    max-height: 100px;
    display: inline-block;
}
.beckius-text-block{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--beckius-darkbrown);
}
.beckius-text-block.text-column-2{
    column-count:2;
    column-gap: 50px;
}
@media screen and (max-width:1200px){
    .beckius-text-block.text-column-2{
        column-count:1;
    }
}
.beckius-button{
    font-style: normal;
    color: var(--beckius-white);
    background-color: var(--beckius-brown);
    text-transform: uppercase;
    border: 0;
    padding: 7px 16px;
    transition: padding .5s ease-in-out;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    margin: 0 10px;
    min-width:100px;
    text-align: center;
}

.beckius-button:hover{
    color: var(--beckius-white) !important;
}

.beckius-button.reverse{
    background-color: var(--beckius-white);
    color: var(--beckius-brown);
}
.beckius-link{
    color: var(--beckius-brown);
    text-decoration: underline;
}

.beckius-noscroll{
    overflow: hidden!important;
}

/* Loader Section */
.beckius-loader{
    width: 100%;
    height: 100vh;
    background-color: var(--beckius-white);
    position: absolute;
    z-index:99999;
    top:0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity .5s ease-in-out;
}
.beckius-loader.hide{
    opacity:0;
}
.beckius-loader img{
    height:100px;
    width: auto;
    display:block;
}
/* End Loader Section */


/* beckius header */
.beckius-header{
    display:flex;
    flex-wrap:nowrap;
    justify-content: space-between;
    align-items: center;
    margin-top:-50px;
}
.beckius-header *{
    font-family: 'FHA', sans-serif;
}
.beckius-header ul, .beckius-header li{
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: var(--beckius-darkbrown);
    font-size:16px;
}
.beckius-menu-container{
    display:flex;
    flex-direction: row;
    flex-wrap:nowrap;
    gap: 40px;
}
.beckius-header > a:first-of-type > img{
    /*height:75px;
    width:auto;*/
    max-width:150px;
    min-width: 101px;
    width:10vw;
    height:auto;
}
@media screen and (max-width:1200px){
    /*.beckius-header > a:first-of-type > img{
        height:51px;
    }*/
}
.beckius-menu-container li{
    position: relative;
}
.beckius-menu-container li::after{
    content: "";
    width: 0px;
    height: 0.02em;
    background: var(--beckius-darkbrown);
    position: absolute;
    bottom: -10px;
    left: 0;
}
.beckius-menu-container li::after{
    transition: width .3s ease-in-out;
}
.beckius-menu-container li.active::after {
    width: 40px;
}
.beckius-menu-container li:hover::after{
    width: 40px;
}
.beckius-menu-button{
    height: 13px;
    width: 25px;
    position: relative;
    display: inline-block;
    top: 2px;
    display:none;
    z-index:1;
}
.beckius-menu-button div{
    height: 2px;
    width: 100%;
    background-color: var(--beckius-darkbrown);
    position: absolute;
    transition: top ease-in-out .2s,opacity ease-in-out .2s, transform ease-in-out .2s;
    transition-delay: 0s, .03s, .2s;
    right: 0;
}
.beckius-menu-button.reverse div{
    transition: top ease-in-out .2s,opacity ease-in-out .2s, transform ease-in-out .2s;
    transition-delay: .2s, .2s, .0s;
}
.beckius-menu-button div:nth-of-type(1){
    top: -2px;
}    
.beckius-menu-button div:nth-of-type(2){
    top: 4px;
}
.beckius-menu-button div:nth-of-type(3){
    top: 10px;
}
.beckius-menu-button.active div:nth-of-type(1){
    top:6px;
    transform: rotate(45deg);
}
.beckius-menu-button.active div:nth-of-type(2){
    opacity:0;
}
.beckius-menu-button.active div:nth-of-type(3){
    top:6px;
    transform: rotate(-45deg);
}
.beckius-header-menu{
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    text-transform: uppercase;
    background-color: var(--beckius-brown);
    color: var(--beckius-white);
    text-align: center;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    z-index: 0;
    min-height: 750px;
    left:0;
}
.beckius-header-menu a{
    color: var(--beckius-white);
    text-decoration:none;
}
.beckius-menu-button:hover{
    cursor:pointer;
}
.beckius-header-menu-show {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 2;
}
@media screen and (max-width:800px){
    .beckius-menu-container li::after{
        background: white;
    }
    
    
    .beckius-menu-container a:hover::after{
        width: 0;
    }
    .beckius-menu-button{
        display:block;
    }      
    .beckius-menu-container{
        display:none;
        background-color: var(--beckius-brown);
        text-align: center;
        width: 100vw;
        height: 100vh;
        position: absolute;
        top: 0;
        z-index: -1;
        min-height: 750px;
        left:0;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 30px;
        align-content: center;
        justify-content: center;
        align-items: center;
        color: var(--beckius-white);
        opacity:0;
        visibility: 0;
        display: flex;
    }
    .beckius-menu-container li{
        color: var(--beckius-white);
        font-size:24px;
    }
    .beckius-menu-container.active{
        opacity: 1;
        visibility: 1;
        z-index:1;
        transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
        
    }
    .beckius-menu-container.active + .beckius-menu-button div{
        background-color:white;
    }
        
}
/* Beckius header End */



/* Beckius Footer */
.beckius-footer{
    margin-top: 100px;
    margin-top:auto;
}
.footer-pusher{
    height:100px;
}
.beckius-bg-lightgrey + .footer-pusher{
    height:0;
}
.beckius-footer{
    background-color: var(--beckius-brown);
    color: var(--beckius-white);
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    padding: 30px 0 40px 0;
}

.beckius-footer li{
    list-style: none;
}

.beckius-footer .beckius-scale:before {
    content: '';
    width: 100%;
    height: 0;
    min-height: 0;
    max-height: 0;
    display: inline-block;
}

@media screen and (max-width:800px){
    .beckius-footer{
        font-size: 8px;
        letter-spacing: 2px;
    }
}    
.beckius-footer-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap:10px;
    margin: 0 auto;
    padding-bottom:50px;
    justify-content: space-around;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.2em;
}
.beckius-footer-container p:first-of-type{
    font-size: 10px;
    font-weight: 400;
    letter-spacing: -0.015em;
}
.beckius-footer-container .beckius-button {
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.2em;
}

.beckius-footer li:last-child{
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.2em;
    background-color: var(--beckius-white);
    color: var(--beckius-brown);
    text-transform: uppercase;
    border: 0;
    padding: 7px 16px;
    transition: padding .5s ease-in-out;
    margin: 0 10px;
    min-width:100px;
    text-align: center;
    font-style: normal;
}

.beckius-footer .connected:last-child{
    display: none;
}

.beckius-footer .disconnected:last-child{
    display: block;
}

@media screen and (max-width:1200px){
    .beckius-footer .beckius-button{
        display:none;
    }

    .beckius-footer li:last-child{
        dispplay: none;
    }

    .beckius-footer-container{
        flex-direction: column;
        gap:25px;
    }
    .beckius-footer-container p:first-of-type{
            order: 99;
            margin-top:40px;
    }
    .beckius-footer{
        padding: 20px 0 0 0;
    }
}
/* Beckius Footer End*/




/* Beckius Image Carousel */
.beckius-image-carousel {
    margin-top:-50px;
    margin-bottom: 50px;
}
.beckius-image-carousel-show{
}
.beckius-image-carousel-show.hide{
    opacity:0;
}
.beckius-image-carousel .beckius-image-carousel-show > img{
    width: 100%;
    height: auto;
}
.beckius-image-carousel-holder{
    /*z-index: -1;*/
    position: relative;
    overflow-x: hidden;
    
}
.beckius-image-carousel-holder > div{
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    flex-direction: row;
    scroll-snap-type: both mandatory;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.beckius-image-carousel-holder > div::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}
.beckius-image-carousel-holder > div .beckius-image-carousel-show{
    max-width: 100%;
    flex: 0 0 auto;
    scroll-snap-align: center;
    width: 100%;
}
/*.beckius-image-carousel .beckius-image-carousel-show > div:first-of-type{
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    height: 520px;
}
@media screen and (max-width:1200px){
    .beckius-image-carousel .beckius-image-carousel-show > div:first-of-type{
        height: 316px;
    }
}
@media screen and (max-width:800px){
    .beckius-image-carousel .beckius-image-carousel-show > div:first-of-type{
        height: 192px;
    }
}  
.beckius-image-carousel .beckius-image-carousel-show > div:first-of-type img{
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
}


*/

.beckius-image-carousel .beckius-image-carousel-show h2{
    color: var(--beckius-darkbrown);
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-top:15px;
}
.beckius-image-carousel-slider{
    display:flex;
    justify-content: center;
    gap: 5px;
    margin-top:15px;
}
.beckius-image-carousel-slider > div{
    width:3px;
    height:3px;
    background-color: var(--beckius-lightgrey);
    border: 1px solid var(--beckius-lightgrey);
    border-radius:20px;
}
.beckius-image-carousel-slider > div:hover, .beckius-image-carousel-slider > div.active{
    cursor:pointer;
    background-color: var(--beckius-brown);
    border: 1px solid var(--beckius-brown);
}

.beckius-image-carousel .beckius-image-carousel-preload {
    display:none;
}



/* End Beckous IMage Carousel */



/* Short Quote Section */
.beckius-sQuote{
    display:flex;
    gap:60px;
}
.beckius-sQuote > div:not(:first-of-type){
    flex-shrink: 1.35;
    margin-top: -6px;
}

.beckius-sQuote > div:first-of-type img{
    width:100%;
    height: auto;}
.beckius-sQuote > div:first-of-type p{
    color: var(--beckius-darkbrown);
    font-family: 'FHA', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    margin-bottom:0
}
.beckius-sQuote > div:first-of-type small{
    color: var(--beckius-darkbrown);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.beckius-sQuote > div:nth-child(2) h2{
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    color: var(--beckius-darkbrown);
    font-family: 'FHA', sans-serif;
    text-transform: capitalize;
    position:relative;
    margin-top:0;
}
.beckius-sQuote > div:nth-child(2) h2::after {
    content: "";
    width: 40px;
    height: .009em;
    background: var(--beckius-darkbrown);;
    position: absolute;
    bottom: -10px;
    left: 0;
    line-height:46px;
}
.beckius-sQuote > div:nth-child(2) p{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: var(--beckius-darkbrown);
    line-height:24px;
}
.beckius-sQuote > div:nth-child(2) p:first-of-type{

    margin-top:58px;
}
.beckius-sQuote > div:nth-child(2) button{
    margin:0;
}
@media screen and (max-width:800px){
    .beckius-sQuote{
        flex-direction: column;
        gap:10px;
    }
   .beckius-sQuote.beckius-sQuote-rev{
        flex-direction: column-reverse;
    }

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

   .bio_image{
       margin-top: 15px;
       display: flex;
       justify-content: center;
       align-items: start;
       flex-direction: column;
       width: 100%;
   }

   .bio_date p{
       font-size: 15px !important;
   }

   .bio_date::after{
       height: calc(100% - 50px);
   }

   .bio_block{
       flex-direction: row !important;
   }

   .bio_content{
        width: 100%;
    }

   .right-section{
       width: 95%;
       flex-direction: column;
       align-items: start;
   }

   .bio_date{
       width:10%;
       min-width: 90px;
   }
}    
/* End Short Quote Section*/


/* Quote Section */
.beckius-quote{
    text-align: center;
    color:var(--beckius-darkbrown);
    padding: 40px 0;
}
.beckius-quote h2{
    font-family: 'FHA', sans-serif;
    font-size: 36px;
    font-weight: 300;
    margin-bottom:0;
}
.beckius-quote p{
    margin-top:5px;
    font-size: 16px;
    font-weight: 300;
}
@media screen and (max-width:800px){
    .beckius-quote h2{
        font-size: 24px;
    }     
}    
/* End QUote Section */

/* Beckius Masonry */
.beckius-masonry{
    margin-bottom:100px;
    /*display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 4px;
    gap:20px;
    margin-bottom:  100px;*/
}
.beckius-masonry .column{
    columns: 3;
    /*-ms-flex: calc(33% - 20px);
    flex: calc(33% - 20px);
    display: flex;
    flex-direction: column;
    gap: 40px;*/
}

.beckius-masonry a{
    width: 100%;
    background-color: var(--beckius-brown);
    color: var(--beckius-white);
    display:block;
}    
.beckius-masonry .column > div{
    margin-bottom:40px;
    break-inside: avoid;
}
.beckius-masonry img{
    vertical-align: middle;
    width: 100%;
}

.beckius-masonry .column small, .beckius-masonry .column h2{
    font-family: 'FHA', sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin-bottom:0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0;
    
}
.beckius-masonry .column p{
    font-size: 12px;
    font-weight: 300;
    margin:0;
}
.beckius-masonry .column > div > div{
    position: relative;
    margin-top:20px;
}
.beckius-masonry .column > div > div > div{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width:85%
}

.beckius-masonry .column > div > div > div:last-of-type{
    position: absolute;
    right:0;
    top:0;
}
.beckius-masonry .column > div:last-of-type a{
    background-color: var(--beckius-brown);
    height:412px;
    position: relative;
}
.beckius-masonry .column > div:last-of-type a span{
    font-family: 'FHA', sans-serif;
    font-size: 36px;
    font-weight: 300;
    position: absolute;
    bottom: 40px;
    left: 40px;
}
.beckius-masonry > div:last-of-type{
    display:none;
}
@media screen and (max-width:1200px){
    .beckius-masonry .column > div:last-of-type a{
        /*height: 94.1vw;*/
        max-height: 1102px;
    }
}
@media screen and (max-width:800px){
    .beckius-masonry .column > div:last-of-type{
        display:none;
    }
    .beckius-masonry > div:last-of-type{
        display:block;
        text-align: center;
    }
    .beckius-masonry a{
        background-color:unset;
    }
}    
.beckius-masonry .column > div:last-of-type img{
    height: 20px;
    color: white;
    width: unset;
    margin-left: 15px;
    margin-bottom: 0px;
}
.beckius-masonry .beckius-masonry-last {
    padding-left:30px;
    padding-bottom:10px;
    width: unset;
    height:100px;
}
.beckius-masonry .column > div.break-large{
    break-after: column;
}

@media screen and (max-width:1200px){
    .beckius-masonry .column > div.break-large{
        break-after: unset;
    }
    .beckius-masonry .column{
        columns: 2;
    }
    .beckius-masonry .column > div.break-tablet{
        break-after: column;
    }
}
@media screen and (max-width:800px){
    .beckius-masonry .column > div.break-large{
        break-after: unset;
    }
    .beckius-masonry .column{
        columns: 1;
    }
    .beckius-masonry .column > div.break-tablet{
        break-after: unset;
    }
}
.beckius-masonry .masonry-last > div:last-of-type{
    /*flex:1;
    background-color: var(--beckius-brown);*/
}









/* End Beckius Masonry*/


/* Beckius title */
.beckius-title{
    text-align: center;
}
.beckius-title > h1{
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    color: var(--beckius-darkbrown);
    font-family: 'FHA', sans-serif;
    position:relative;
    margin-top:0;
}
.beckius-title > h1::after {
    content: "";
    width: 40px;
    height: .009em;
    background: var(--beckius-darkbrown);
    position: absolute;
    bottom: -10px;
    left: calc(50% - 20px);
}
.beckius-title-left{
    text-align: left;
}
    
.beckius-title-left > h1::after {
    left: 0;
}
/* End Title*/


/* Bibliotheque section */
.beckius-biblio .beckius-biblio-switcher{
    display: flex;
    justify-content: center;
    gap:10px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    color: var(--beckius-grey);
    margin-top:50px;
    flex-wrap: wrap;
}
.break-mobile{
    display:none;
}
@media screen and (max-width:800px){
    .break-mobile{
        display:block;
    }
    .beckius-biblio .break-mobile{
        max-width:600px;
        flex-basis: 100%;
        height: 0;
    }
    .beckius-biblio .break-mobile +span{
        border-left:0!important;
    }
}
.beckius-biblio .beckius-biblio-switcher > span{
    transition: color .5s ease-in-out;
}
.beckius-biblio .beckius-biblio-switcher > span:hover{
    cursor:pointer;
    color: var(--beckius-darkbrown);
}
.beckius-biblio .beckius-biblio-switcher > span:not(:first-of-type){
    border-left: 1px solid var(--beckius-grey);
    text-align: center;
    padding-left: 10px;
}
.beckius-biblio .beckius-biblio-switcher > span.active{
    color: var(--beckius-darkbrown)
}
.beckius-biblio-switcher-content{
    min-height:1000px;
    margin-top:100px;
}
.beckius-biblio-switcher-content > div{
    display: flex;
    flex-direction: column;
    color: var(--beckius-darkbrown);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    gap: 30px;
    margin-top:30px;
    opacity:0;
    display:none;
    transition: opacity .3s ease-in-out;
}
.beckius-biblio-switcher-content > div.active{
    display:flex;
    opacity:0;
}
.beckius-biblio-switcher-content > div.show{
    opacity:1;
}
.beckius-biblio-switcher-content > div > div{
    background-color: var(--beckius-lightgrey);
    padding: 50px;
}
.beckius-biblio-switcher-content > div > div > div p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; 
    overflow: hidden;
}
.beckius-biblio-switcher-content > div > div > div:first-of-type p{
    text-align: right;
    font-family: 'FHA', sans-serif;
    font-weight: 300;
}
.beckius-biblio-switcher-content > div > div > a:first-of-type{
    color: var(--beckius-brown);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.beckius-biblio-switcher-content > div > div > a:first-of-type::after{
    content: ">";
    margin-left:5px;
    transition: margin-left .5s ease-in-out;
}
.beckius-biblio-switcher-content > div > div > a:first-of-type:hover::after{
    margin-left:10px;
}
.beckius-biblio-switcher-content > div > div > a:first-of-type:hover{
    cursor: pointer;
}

/* Additions for Galerie */
.beckius-biblio .beckius-biblio-switcher-sub{
    opacity: 0;
    display: none;
    transition: opacity .5s ease-in-out;
    font-size:10px;
    margin-top:25px;
}
#beckius-biblio-switcher-sub-container{
    height:75px;
    margin-top:25px;
}
.beckius-biblio .beckius-biblio-switcher-sub.active{
    display: flex;
}
.beckius-biblio .beckius-biblio-switcher-sub.show{
    opacity: 1;
}
.beckius-biblio .beckius-gal-switcher-content > div{
    color: var(--beckius-darkbrown);
    break-inside: avoid;
    display:none;
    opacity: 0;
    transition: opacity .5s ease-in-out;
}
.beckius-biblio .beckius-gal-switcher-content > div.active{
    display: block;
}
.beckius-biblio .beckius-gal-switcher-content > div.show{
    opacity: 1;
}
.beckius-biblio .beckius-gal-switcher-content:hover{
    cursor: pointer;
}
.beckius-biblio .beckius-gal-switcher-content > div > h2{
    font-family: 'FHA', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom:0;
    margin-top:20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 80%;
    overflow: hidden;
}
.beckius-biblio .beckius-gal-switcher-content > div > p{
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top:5px;
    margin-bottom:35px;
}
.beckius-biblio .beckius-gal-switcher-content > div > small{
    font-family: 'FHA', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    float:right;
    margin-top:20px;
}
.beckius-biblio .beckius-gal-switcher-content > div > img{
    width: 100%;
    height: auto;
}

.beckius-biblio .beckius-gal-switcher-content{
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
    min-height:1000px;
}
@media screen and (max-width:800px){
    .beckius-biblio .beckius-gal-switcher-content{
        -webkit-column-count: 2;
        -webkit-column-gap: 20px;
        -moz-column-count: 2;
        -moz-column-gap: 20px;
        column-count: 2;
        column-gap: 20px;
    }
}
@media screen and (max-width:600px){
    .beckius-biblio .beckius-gal-switcher-content{
        -webkit-column-count: 1;
        -webkit-column-gap: 20px;
        -moz-column-count: 1;
        -moz-column-gap: 20px;
        column-count: 1;
        column-gap: 20px;
    }
}  
/* End Additions for Galerie */
/* End Bibliotheque section */

/* Article AD Section */
.beckius-article-ad{
    max-height:250px;
    overflow:hidden;
    background-color:grey;
}
.beckius-article-ad a {
    height: 250px;
    display: block;
}    
.beckius-article-ad img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/*@media screen and (max-width:1200px){
    .beckius-article-ad{
        max-height:150px;
    }
.beckius-article-ad a {
        height: 150px;
    }    
}
@media screen and (max-width:800px){
    .beckius-article-ad{
        max-height: unset;
        overflow:unset;
    }
    .beckius-article-ad a {
        height: unset;
    }    
}*/
/* End Article AD Section */




/* Article section */
.beckius-article > div p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.beckius-article > div:first-of-type{
    text-align: right;
    font-family: 'FHA', sans-serif;
    font-weight: 300;
}

/* End Article Section */


/* Biblio Article section */
.beckius-biblio-article > div p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.beckius-biblio-article > div:first-of-type p{
    text-align: right;
    font-family: 'FHA', sans-serif;
    font-weight: 300;
    height:150px;
}
.beckius-biblio-article .beckius-font{
    font-family: 'FHA', sans-serif;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0em;
    color: var(--beckius-darkbrown);
}

/* End Article Section */


/*  Presse Section */
.beckius-presse{
    /*background-color: var(--beckius-lightgrey);*/
    /*padding: 50px 0;*/
    padding-bottom:100px;
}
.beckius-presse .beckius-title{
    padding-bottom:75px;
}
    
.beckius-bg-lightgrey{
    background-color: var(--beckius-lightgrey);  
}
.beckius-presse .beckius-presse-content img{
    width: 100%;
    height: auto;
}
.beckius-presse .beckius-presse-content > div{
    background-color: white;
    break-inside: avoid-column;
    margin-bottom: 20px;
}
.beckius-presse .beckius-presse-content > div > *:not(img){
    margin-block-start: 0;
    margin-block-end: 0;
    margin-left: 40px;
    margin-right: 40px;
}
.beckius-presse .beckius-presse-content > div > h2{
    font-family: 'FHA', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0em;
    padding-top:25px;
    
}
.beckius-presse .beckius-presse-content > div > small{
    font-size: 10px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    color: var(--beckius-grey);
    padding-top:10px;
    display:block;
}
.beckius-presse .beckius-presse-content > div > p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    color: var(--beckius-darkbrown);
    padding-top:7px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.beckius-presse .beckius-presse-content > div > a{
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0em;
    color: var(--beckius-brown);
    display:block;
    padding-top:40px;
    text-transform: uppercase;
}
.beckius-presse .beckius-presse-content  > div> a::after{
    content: ">";
    margin-left:5px;
    transition: margin-left .5s ease-in-out;
}
.beckius-presse .beckius-presse-content  > a:hover::after{
    margin-left:10px;
}
.beckius-presse .more_button{
    margin-top:100px;
}



.beckius-presse .beckius-presse-content > div >*:last-child{
    padding-bottom:35px;
}
.beckius-presse .beckius-presse-content{
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
    min-height:500px;
}
.beckius-presse .beckius-presse-content > *{
    display: inline-block;
    width: 100%;
    -webkit-column-break-inside: avoid;
    column-break-inside: avoid;
}
@media screen and (max-width:1200px){
    .beckius-presse .beckius-presse-content{
        -webkit-column-count: 2;
        -webkit-column-gap: 20px;
        -moz-column-count: 2;
        -moz-column-gap: 20px;
        column-count: 2;
        column-gap: 20px;
    }
}
@media screen and (max-width:800px){
    .beckius-presse .beckius-presse-content{
        -webkit-column-count: 1;
        -webkit-column-gap: 20px;
        -moz-column-count: 1;
        -moz-column-gap: 20px;
        column-count: 1;
        column-gap: 20px;
    }
}


.beckius-presse-article img{
    width: 100%;
    height: auto;
}
.beckius-presse-article > h2{
    font-family: 'FHA', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0em;
    padding-top:25px;

}
.beckius-presse-article > small{
    font-size: 10px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    color: var(--beckius-grey);
    padding-top:10px;
    display:block;
}
.beckius-presse-article > h2{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    color: var(--beckius-darkbrown);    
}    
/* End Presse Section */

/* Login Section */
.beckius-login > form{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap:20px;
    width: 400px;
    margin: 0 auto;
}
.beckius-login input{
    display:block;
    width:100%;
    height: 50px;
    background-color: var(--beckius-lightgrey4);
    border:0;
}
.beckius-login input::placeholder{
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    padding-left:10px;
}
.beckius-login input::-ms-placeholder{
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    padding-left:10px;
}
.beckius-login > form div:last-of-type{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.beckius-login > form div:last-of-type > a{
    color: var(--beckius-brown);
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0em;
}
.beckius-login > form div:last-of-type > button{
    width: 150px;
    height: 34px;
    background-color: var(--beckius-brown);
    border:0;
    color:white;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

/* end Login Section */


/* Image PopUp */
.blocked{
    overflow: hidden;
}

.beckius-imgPOP > div h2{
    font-family: 'FHA', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom:0;
    margin-top:20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 80%;
    overflow: hidden;
}
.beckius-imgPOP > div p{
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top:5px;
}
.beckius-imgPOP > div small{
    font-family: 'FHA', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    float:right;
    margin-top:20px;
}
.beckius-imgPOP > div img{
    position: relative;
    margin: 0 auto;
    display: block;
    max-height: 600px;
}
.beckius-imgPOP{
    position: fixed;
    background-color: rgba(255, 255, 255, 0.95);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*padding: max(10%, 20px) 100px;*/
    opacity: 0%;
    transition: opacity .2s ease-in-out 0s, z-index 0s ease-in-out .2s!important;
    z-index:-1;
}
.beckius-imgPOP > div{
    position: relative;
    margin: 0 auto;
    max-width: 100vw;
    max-height: 100vh;
}
.beckius-imgPOP > div > div{
    position: relative;
    max-width: 100vw;
    /*padding: 5%;*/
    /*padding-bottom: 5%;*/
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin: auto;
}
.pop_img_info{
    margin: 0 auto;
    width: 100%;
}
.pop_img_info_home div{
    flex-direction: row; !important;
}
.pop_img_info div{
    display: flex;
    flex-direction: row-reverse;
    align-items: start;
    justify-content: space-between;
}
.beckius-imgPOP #beckius-imgPOP-prev,.beckius-imgPOP #beckius-imgPOP-next{
    position: absolute;
    top: 50%;
    left:5%;
    transition: opacity .2s ease-in-out;
}
.beckius-imgPOP #beckius-imgPOP-prev:hover,.beckius-imgPOP #beckius-imgPOP-next:hover, .beckius-imgPOP .beckius-imgPOP-close:hover{
    cursor: pointer;
}
.beckius-imgPOP #beckius-imgPOP-next{
    right:5%;
    left:unset;
}
.beckius-imgPOP.visible{
    opacity: 100%;
    z-index:1;
    transition: opacity .2s ease-in-out 0s, z-index 0s ease-in-out 0s!important;
}
.beckius-imgPOP .hide{
    opacity:.2;
}
.beckius-imgPOP .beckius-imgPOP-close{
    position: absolute;
    width: max(1vw, 17px);
    height: auto;
    top: 10%;
    right: 3%;
    max-width: 30px;
}

.imgPOP_section{
    position: relative;
    margin: 0 auto;
    display: block;
}

@media screen and (max-width: 749px){
    .beckius-imgPOP > div img {
        max-width: 100%;
    }

    .beckius-imgPOP > div > div{
        width: 100%;
    }

    .beckius-imgPOP > div {
        width: 95%;
    }

    .beckius-imgPOP #beckius-imgPOP-prev, .beckius-imgPOP #beckius-imgPOP-next {
      position: absolute;
      top: 95%;
      left: 35%;
      transition: opacity .2s ease-in-out;
    }

    .beckius-imgPOP #beckius-imgPOP-next {
      right: 35%;
      left: unset;
    }
}
/* END Image PopUp */


/* Beckius Cookies */
.beckius-cookies{
    position: fixed;
    width: 400px;
    max-width:80vw;
    right:5%;
    bottom: 10%;
    background-color: white;
    padding: 50px;
    box-shadow: 0px 0px 15px 5px #00000040;
}
@media screen and (max-width:570px){
    .beckius-cookies{
       left: 50%;
       transform: translateX(-50%);
    }
}    
.beckius-cookies p{
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--beckius-darkbrown);
}
.beckius-cookies > p{
    margin-top:50px;
}
.beckius-cookies h1{
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0em;
    color: var(--beckius-darkbrown);
}
.beckius-cookies > a{
    font-size: 10px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
}
.beckius-cookies button{
    margin-left:0;
}
.beckius-cookies .beckius-cookies-settings{
    margin-top:25px;
}
.beckius-cookies .switch {
    display: inline-block;
    width: 40px;
    height: 21px;
    right: 51px;
    position: absolute;
    margin-top: -2px;
}
.beckius-cookies .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.beckius-cookies .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    border: 2px solid var(--beckius-darkbrown);
    -webkit-transition: .4s;
    transition: .4s;
}
.beckius-cookies .slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 1px;
    bottom: 1px;
    background-color: var(--beckius-darkbrown);
    -webkit-transition: .4s;
    transition: .4s;
}
.beckius-cookies input:checked + .slider {
    background-color: var(--beckius-brown);
    border-color: transparent;
}
.beckius-cookies input:checked + .slider:before {
    background-color:white;
    left: -5px;
}
.beckius-cookies input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}
.beckius-cookies input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.beckius-cookies .slider.round {
    border-radius: 34px;
}
.beckius-cookies .slider.round:before {
    border-radius: 50%;
}
.beckius-cookies > div:not(:first-of-type){
    margin-top:20px;
}
.beckius-cookies .beckius-cookies-settings{
    display: flex;
    flex-direction: column;
}
.beckius-cookies .beckius-cookies-settings > div > div span{
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--beckius-darkbrown);    
}
.beckius-cookies .beckius-cookies-settings > div .cookie-info-hidden{
    clear: both;
    overflow: hidden;
    border-top: 1px solid black;
    padding-top: 10px;
    height: 1px;
    margin: 5px 0;
}
.beckius-cookies .beckius-cookies-settings > div .cookie-info-hidden.visible{
    height: 100%;
}
.beckius-cookies .beckius-cookies-settings > div > div {
    display: inline-block;
}
.beckius-cookies .beckius-cookies-settings > div > div:hover {
    cursor: pointer;
}
    
.beckius-cookies .beckius-cookies-settings > div > div > img{
    transform: rotate(-90deg);
    display: inline-block;
    transition: transform .2s ease-in-out;
}
.beckius-cookies .beckius-cookies-settings > div > div.rot > img{
    transform: rotate(0);
}
.beckius-cookies .beckius-cookies-settings > div > div.rot > img{
    transform: rotate(0);
}
.beckius-cookies > div:last-of-type{
    display:flex;
    gap:10px;
    margin-top:10px;
}
.beckius-cookies > div:last-of-type button{
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    background-color: var(--beckius-brown);
    color:white;
    border:0;
    height:35px;
    width:100%;
    text-transform: uppercase;
}
.beckius-cookies > div:last-of-type button:not(:first-of-type){
    background-color: var(--beckius-darkbrown);
    flex-shrink: 1.7;
}
/* End Beckius Cookies*/