/*
Theme Name: IFP WeChat App - Custom Theme
Author: Alexandre Goncalves
Description: Custom theme  IFP WeChat App
Version: 1.0
*/


/* 

STYLESHEET STRUCTURE
_____________________

- GENERAL 
    - Main menu

- ACCUEIL
    - Carrousel Accueil

*/


@font-face {
    font-family: 'itc_avant';
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
    src: url('assets/fonts/itc_avant_garde_gothic_std_book.eot');
    src: url('assets/fonts/itc_avant_garde_gothic_std_book.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/itc_avant_garde_gothic_std_book.woff2') format('woff2'),
         url('assets/fonts/itc_avant_garde_gothic_std_book.woff') format('woff'),
         url('assets/fonts/itc_avant_garde_gothic_std_book.svg#montserratthin') format('svg');
}

@font-face {
    font-family: 'itc_avant';
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    src: url('assets/fonts/itc_avant_garde_gothic_std_demi.eot');
    src: url('assets/fonts/itc_avant_garde_gothic_std_demi.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/itc_avant_garde_gothic_std_demi.woff2') format('woff2'),
         url('assets/fonts/itc_avant_garde_gothic_std_demi.woff') format('woff'),
         url('assets/fonts/itc_avant_garde_gothic_std_demi.svg#montserratlight') format('svg');
}


@font-face {
    font-family: 'open-light';
    src: url('assets/fonts/open-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open-regular';
    src: url('assets/fonts/open-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


.afp-down-menu{
	display: none!important;
}




.pagination {
            font-size: 80%;
        }
        
.pagination a {
    text-decoration: none;
    border: solid 1px #AAE;
    color: #15B;
}

.pagination a, .pagination span {
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 5px;
    margin-bottom: 5px;
    min-width:1em;
    text-align:center;
}

.pagination .current {
    background: #26B;
    color: #fff;
    border: solid 1px #AAE;
}

.pagination .current.prev, .pagination .current.next{
    color:#999;
    border-color:#999;
    background:#fff;
}



/*

    GENERAL
    _____________________

*/


html{
    height: 100%;
}

body{
    font-family: itc_avant, sans-serif;
    background: #f4f4f4;
    overflow-x: hidden;
}

h1, h2, h3{
    font-weight: 600;
}


h2{
    font-size: 1.6rem;
}

p{
     font-family: open-regular, sans-serif!important;
}



::marker{
     content: "";
}



.home .slick-dots li{
    margin: 0!important;
}


/*
    LOGIN
*/


.page-template-template-login .main-menu{
    display: none!important;
}



.page-template-template-login .header-top{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.page-template-template-login .ifp-footer{
    display: none;
}

/*
.ifp-footer{
    display: none!important;
}
*/




body.page-template-template-login{
    background: #1B43A7;
 /*   background: rgb(53, 88, 162, 1);*/
/*    background: linear-gradient(78deg, rgba(73, 117, 208, 1) 16%, rgba(53, 88, 162, 1) 96%);*/
}



.page-template-template-login .language-chooser{
    display: none;
}



.page-template-template-login .st0{
    fill:#fff!important;
}


.page-template-template-login .account-login{
    position: absolute;
    bottom: 0;
    background: white;
    width: 100%;
}






/*
    lang menu

*/

.lang-fr.active,
.lang-zh.active{
    display: none;
}

.lang-fr,
.lang-zh{
    display: block;
}


.language-chooser{
    width: fit-content;
    position: absolute;
    top: 16px;
    right: 35px;
    font-size: 14px;
}


.language-chooser a{
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}




.page-template-template-event .logo-and-menu,
.page-template-template-cinema .logo-and-menu{
    top: 20px;
}


.page-template-template-mediateque .logo-and-menu,
.page-template-template-mediateque-temp .logo-and-menu{
    top: 45px!important;
}


.page-template-template-mediateque .logo-and-menu .st0,
.page-template-template-mediateque-temp .logo-and-menu .st0{
    fill:#fff;
}







.pages-hero{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 630px;
    background-size: cover;
}


.row-space{
    margin-bottom: 20px!important;
}

.date-horaire span{
    display: block;
    font-size: .75rem;
}


.date-horaire{
    display: inline-block;
}


.ifp-section-title{
    margin-top: 10px;
    font-size: 1.2rem!important;
}



.section-cta{
    text-decoration: none;
    color: #000;
    margin-bottom: 20px;
}

.section-cta h2{
    float: left;
}


.section-cta span{
    float: right;
    margin-top: 10px;
}

.section-cta img{
    width: 20px;
}

.afp-down-menu .col-8{
    display: none;
}





/*
    Header

*/


.site-header{
    z-index: 10;
}


.header-top{
    position: absolute;
/*    height: 600px;*/
    left: 0;
    width: 100%;
    z-index: 10;
}



/*
    Main menu
    _____________________
*/


.main-menu{
    margin-top: 3px;
}

.main-menu ul{
    list-style: none;
    padding: 0px;
}


.main-menu ul li{
    display: inline-block;
    padding: 0px 5px;
}



.main-menu ul li a{
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
}


.logo-and-menu{
    width: 100%;
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
}


.ifp-logo{
    width: 125px;
    height: auto;
    text-align: center;
    margin: auto;
}


.home .ifp-logo .st0,
.page-template-template-cinema .ifp-logo .st0,
.page-template-template-event .ifp-logo .st0{
    fill: #fff!important;
}



/*

 Carrousel Accueil

*/


.carrousel-wrap{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 510px;
}

.home .carrousel-wrap{
    padding: 10px;
}


.home .carrousel-wrap .slick-list{
    border-radius: 5px;
}


.ifc-home-slider{
    height: 600px;
}


.ifc-home-slider .home-slide{
    height: 100%;
}



/*

    HOME SLIDER
    -----------

*/


.home-slide{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 510px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


.slider-content{
    position: absolute;
    left: 5%;
    bottom: 10%;
  /*  transform: translateY(-50%);*/
}


.section-media-img-wrap{
    position: relative;
    width: 100%;
    height: 300px;
}


.section-media-img-wrap img{
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
}


.slider-content h2{
    color: #fff;
}


.ifp-home-slider button{
    display: none!important;
}

.ifp-home-slider .slick-dots li button{
    display: block!important;
}



.ifp-home-slider .slick-dots li button:before{
    color: #fff!important;
/*    content: '━━━'!important;
    font-size: 20px;*/
}


.row-space.map-row{
    margin-top: 20px!important;
    margin-bottom: 120px!important;
}


.row-space.map-row a{
    text-decoration: none;
    color: #000;
}

/*.ifp-home-slider .slick-dots li{
    width: 36px;
}*/

.ifp-home-slider .slick-dots .slick-active button:before{
    opacity: 1;
}


.ifp-home-slider .slick-dots{
    bottom: 15px!important;
    z-index: 20;
}


.ifp-home-slider .slider-content{
    bottom: 14%;
}


.ifp-home-slider .slider-content h2{
    /* text-transform: uppercase; */
    font-size: 1.6rem;
    /* letter-spacing: 4px; */
    line-height: 35px;
    margin: 0px 10%;
    line-height: 32px;
}



.home .carrousel-wrap .black-filter{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*  background: rgba(0, 0, 0, .35);*/
    background: #000;
    z-index: 20;
}



.home .carrousel-wrap .slider-content{
    z-index: 20;
    left: 0% !important;
    bottom: 12% !important;
    width: 100%;
    text-align: center;
    color: #fff;
}




/*
    HOME CONTENT
    ------------
*/


.ifp-home-content{
    margin-top: 25px;
}


.ifp-home-content h2{
    margin-top: 10px;
    font-size: .9rem;
}


.cine-film-container{
    margin-top: 20px;
    padding: 0px;
/*    margin-bottom: 120px;*/
}



.cine-film-container .row{
    padding: 0;
    margin: 0px;
    border-radius: 8px;
}


.cine-film-container .row.film-list-row{
    padding: 22px 15px;
}


.cine-film-container .row.film-list-row .col-12{
    padding: 0!important;
}



.cine-film-container .row.film-list-row .img-wrap,
.ifp-event-content .img-wrap{
    border-radius: 5px;
    position: relative;   
    /* margin-bottom: 40px; */
}


.cine-film-container .row.film-list-row .img-wrap{
    margin-bottom: 10px;
}


.cine-film-container .row.film-list-row a{
    text-decoration: none;
    color: #000;
}



.film-vignette-inner{
    margin-bottom: 40px;
    /* border-bottom: solid 1px rgba(0, 0, 0, .2); */
    width: 100%;
}


.cine-vignette-title{
    font-family: 'itc_avant' !important;
    font-size: .9rem;
    font-weight: 600;
}



.cine-film-container .row.film-list-row p.cine-vignette-real{
   font-family: 'itc_avant';
    font-size: .85rem;
    color: #555;
}




.cine-film-container .vignette-title-inner .film-vignette-btn{
    text-decoration: none;
    background: rgba(70, 70, 70, .75);
    color: #fff!important;
    padding: 10px 20px!important;
    border-radius: 7px;
    float: right;
}



.cine-film-container .row.film-list-row .vign-date{
    font-size: .85rem;
    line-height: 3px;
}



.cine-film-container .row.film-list-row .vign-date h2{
    font-size: .85rem;
}


.cine-film-container .ifp-cine-slider2{
    padding: 0 15px;
}


.home .cine-film-container .ifp-cine-slider2{
    padding: 0px;
}


.cine-film-container .row .col-6{
   padding: 0px 6px;
}



.ifp-cine-content .cine-vignette{
    background: #fff;
    margin-bottom: 10px;
    padding: 0px;
}



.ifp-cine-content .cine-section-title,
.ifp-event-content .event-section-title{
    font-size: 1.2rem;
    color: #333;
    margin-left: 2px;
    margin-bottom: 7px;
}


.section-slide{
    padding: 10px 10px 10px 0px;
    background: #fff;
    border-radius: 7px;
    margin-right: 5px;
}

.section-vignette{
    position: relative;
    height: 180px;
}


.section-vignette .vignette-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    border-radius: 5px;
}



.section-slider a{
    text-decoration: none;
    color: #000!important;
}


.section-slide h4.vignette-sub{
    color: #777;
}


.section-slide h3{
    margin: 10px 0px 15px;
    font-size: 0.85rem;
}


.section-slider .slick-list{
    padding:0 10% 0 0 !important;
}


.section-slider.slider-mediatheque .slick-list{
    padding:0 35% 0 0 !important;
}





.map-vignette{
    padding: 10px 10px 20px 10px;
    background: #fff;
    border-radius: 7px;
    margin-right: 5px;
    font-size: 14px;
}


.map-vignette strong{
    font-weight: 600;
    font-family: 'itc_avant';
}   


.map-vignette img{
    width: 100%;
}


.map-vignette p{
    margin: 0;
}


.map-vignette .map-title{
    margin-top: 20px;
}



.home .media-section{
    height: 295px;
    background-size: cover;
    background-position: center center;
    border-radius: 5px;
    position: relative;
     margin-bottom: 10px;
}


.home .media-section-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: rgba(0, 0, 0, .15);
}




/*
    CINEMA
*/


.page-template-template-cinema .ifp-cine-slider{
    padding: 10px;
    height: 660px;
}


.page-template-template-cinema{
    background: #fff!important;
} 


.page-template-template-cinema .slider-content,
.page-template-template-event .slider-conten{
    bottom: 4%!important;
}



/*.page-template-template-event .slider-content h2{
    color: #000;
}*/



.page-template-template-event .ifp-cine-slider .slider-mask{
    background: rgba(0, 0, 0, .4);
}


.page-template-template-cinema .slider-content h2{
    color: #fff!important;
}


.ifp-cine-slider2 .slick-list,
.section-slider2 .slick-list{
    padding: 0 10% 0 0%;
}



.page-template-template-cinema .cine-btn{
    cursor: pointer;
    background: #1C47B0;
    color: #fff;
    padding: 10px;
    width: 80%;
    text-decoration: none;
    display: block;
    border-radius: 3px;
    text-align: center;
    z-index: 10;
    position: relative;
    margin: 0px 10%;
    font-family: 'open-regular';
    top: -20px;
}


.ticket-qrcode-wrap{
    position: relative;
    text-align: center;
    display: none;
}


.ticket-qrcode-wrap:before{
    content: "";
    position: absolute;
    top: -10px;
    left: 49.99%;
    transform: translateX(-50%);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #e0e0e0;
}


.ticket-qrcode-wrap:after {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}


.ticket-qrcode-wrap img{
    width: 180px;
    border: 1px solid #e0e0e0;
}


.cine-btn-wrap.is-open .ticket-qrcode-wrap{
     display: block!important;
}



.page-template-template-cinema .cine-btn span{
    display: inline-block;
}


.page-template-template-cinema .cine-btn span.btn-text{
    font-size: 15px;
    margin-left: 3px;
}


.page-template-template-cinema .cine-btn svg{
    width: 21px;
    height: 21px;
}


.page-template-template-cinema .slider-content{
    left: 0%!important;
    bottom: 20% !important;
    width: 100%;
    text-align: center;
    color: #fff;
/*    text-transform: uppercase;*/
}


.page-template-template-cinema .slider-content h2{
    font-size: 2.2rem;
    /* letter-spacing: 7px; */
    line-height: 35px;
    margin-top: 6px;
}


.page-template-template-cinema .slider-content p{
    font-family: 'itc_avant' !important;
    line-height: 18px;
    margin: 0;
}

.page-template-template-cinema .slider-content p strong{
    font-weight: 600;
}



.ifp-cine-content{
    margin-top: 40px;
}


.section-slider2 a{
    color: #fff;
    text-decoration: none;
}


.home .section-slider2 a{
    color: #000!important;
    text-decoration: none;
}



.slider-color-layer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 660px;
    background: linear-gradient(0deg, rgb(255 255 255) 11%, rgb(255 255 255) 20%, rgba(0, 0, 0, 0) 44%);
}



.ifp-cine-slider .slider-mask{
    background: rgba(0,0,0,.25);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.ifp-cine-slider2 .slick-slide{
  /*  border-radius: 7px;*/
    margin-right: 15px;
   text-decoration: none!important;
}

.ifp-cine-slider2 .slick-slide .cine-slide2{
    border-radius: 4px;
    box-shadow: 0px 8px 8px -1px rgba(0, 0, 0, .3);
}

.film-vignette .cine-vignette-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: rgba(0,0,0,.3);
}



.event-vignette-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: rgba(0,0,0,.2);
    z-index: 1;
}


.ifp-event-content a{
    font-family: 'itc_avant';
    font-size: 1.4rem;
    font-weight: 600;
    color: #000;
    text-decoration: none;

}


.ifp-event-content .vignette-content{
    margin-bottom: 40px;
}


.vign-cat{
    position: absolute;
    bottom: 10px;
    background: #386be8;
    color: #fff !important;
    font-size: 12px;
    padding: 8px 7px;
/*    width: fit-content;*/
    /* margin-left: 15px; */
    z-index: 2;
}



.ifp-event-content .event-vignette-title{
    font-family: 'itc_avant' !important;
    font-size: .9rem;
    font-weight: 600;
    margin-top: 10px;
    color: #000!important;
    margin-bottom: 0;
}



.ifp-cine-slider2 .slick-slide h2{
    text-decoration: none;
    color: #000;
    font-family: 'itc_avant' !important;
    font-weight: 600;
    font-size: .9rem;
    margin-top: 15px;
    margin-bottom: 30px;
}



.ifp-cine-slider2 .slick-dots li button:before{
    color: #1c47b0!important;
    content: '━━━' !important;
    font-size: 15px;
}



.ifp-cine-slider2 .slick-dots li{
    margin: 0 8px;
}


.ifp-cine-slider2 .slick-slide{
   /* margin-top: 15px;*/
}


.ifp-cine-slider2 .slick-slide.slick-current{
   /* margin-top: 0px!important;*/
}


.ifp-cine-slider2 .slick-slide.slick-current .cine-slide2{
/*    height: 430px!important;*/
}

.ifp-cine-slider2 .slick-slide .cine-slide2{
/*   height: 400px!important;*/
}




.page-template-template-cinema .videoHero{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /* height: 820px; */
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    background-position: center;
    min-height: 720px;
    height: 720px;
}



.page-template-template-cinema .videoPlayer{
    z-index: 20;
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
    height: 230px;
}


.custom-video__control{
    position: absolute;
    top: 43%;
    left: 46%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 1em;
    font-weight: 400;
    width: 3em;
    height: 3em;
    white-space: nowrap;
    line-height: 0;
}




.custom-video__container {
    position: relative;
    top: 0;
    width: 32vw;
    height: auto;
    margin: 1em;
    font-family: 'Oswald', sans-serif;
}



/*

    ARBRE DU VOYAGEUR

*/


div.asl_w .probox .promagnifier .innericon svg {
    fill: #363636!important
}


div.asl_m .probox .promagnifier .innericon, 
div.asl_m .probox .prosettings .innericon, div.asl_m .probox .proclose .innericon{
    background-color: #f3f4fc !important;
}


#ajaxsearchlite1 .probox .proinput, 
div.asl_w .probox .proinput{
    background: #f2f4fb!important;
}


div.asl_m .probox .proinput{
    margin: 0!important;
}


.asl_m .probox .innericon{
    background: #f2f4fb!important;
}



div.asl_w .probox .proinput input::-webkit-input-placeholder{
    color: #000!important;
}

#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input{
    color: #000!important;
}


#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input{
    height: 50px;
}

#ajaxsearchlite1 .probox, div.asl_w .probox{
     height: 50px!important;
}


div.asl_w .probox .promagnifier{
    width: 50px!important;
    height: 50px!important;
}



body.page-template-template-mediateque,
body.page-template-template-mediateque-temp{
    background: #fff!important;
}


.asl_w_container{
    margin: 30px 0px 20px 0px!important;
}   


.page-template-template-mediateque .hero-content,
.page-template-template-mediateque-temp .hero-content{
    text-transform: uppercase;
    position: absolute;
    left: 0% !important;
    bottom: 20% !important;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 20;
}

.page-template-template-mediateque .hero-content h2,
.page-template-template-mediateque-temp .hero-content h2{
    color: #fff !important;
    font-size: 1.8rem;
    letter-spacing: 5px;
    line-height: 35px;
}



.page-template-template-mediateque .vignette-title-size,
.page-template-template-mediateque-temp .vignette-title-size{
    font-family: 'itc_avant' !important;
    font-size: .9rem;
    font-weight: 600;
    margin-top: 10px;
}


.page-template-template-mediateque p.vignette-sub-content,
.page-template-template-mediateque-temp p.vignette-sub-content{
    font-family: open-regular, sans-serif !important;
    font-size: .85rem;
    color: #555;
}



.single-adv_content .ifp-logo,
.single-adv_content .main-menu{
    display: none!important;
}


.single-adv_content .arrow-top-left{
    position: absolute;
    left: 3%;
    top: 5%;
    z-index: 20;
}


.single-adv_content .arrow-top-left img{
    width: 20px;
}




.single-adv_content .home-slide{
    min-height: 260px;
    height: 315px;
    width: 60% !important;
    margin-left: 20% !important;
}



.single-adv_content .carrousel-wrap{
    min-height: 260px;
    height: 315px;
}


.single-book-section-2,
.single-resume{
    font-family: open-regular, sans-serif !important;
}


.single-resume{
    margin-bottom: 20px;
}


.single-book-section-2{
    margin-bottom: 120px;
}


.single-underline label,
.single-underline span{
    text-decoration: underline;
}


.page-template-template-mediateque-temp .ifp-footer .member-icon .st6, 
.page-template-template-mediateque-temp .ifp-footer .compte-icon .st5{
    fill: none;
}





/*
    PRODUIT
*/


.product-template-default .logo-and-menu,
.product-template-default .woocommerce-notices-wrapper{
    display: none;
}



.single-product.postid-65643,
.single-productpostid-1982{

}


.single-product .wc-tabs-wrapper,
.single-product .product_meta,
.single-product .ifp-footer{
    display: none!important;
}

.single-product .woocommerce-product-gallery,
.single-product .summary.entry-summary{
    width: 100%;   
}


/*
Produit variable n'affiche que le prix annuel par default

*/

#product-1982 p.price{
    display: none;
}


.single-product .single_variation_wrap{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 90px;
    background: #fff;
}



.single-product .woocommerce-variation-price{
    width: fit-content;
}



.single-product .woocommerce-variation{
    width: fit-content;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
}


.single-product .woocommerce-variation-add-to-cart{
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}



.single-product .woocommerce-Price-currencySymbol::before{
    content: 'Total:  ';
    font-size: 15px;
    color: #333!important;
}



.woocommerce-product-gallery{
    width: 90%!important;
    margin-left: 5%;
}


.single-product .woocommerce-variation-price .woocommerce-Price-amount bdi{
    color: #1c47b0!important;
}


.single-product .single_add_to_cart_button{
    background:  #1c47b0!important;
    font-size: 14px!important;
    padding: 10px 20px!important;
}

.single-product .entry-summary .variations{
    padding: 0px 20px;
}


.woocommerce-product-details__short-description,
.single-product .variations{
    width: 90% !important;
    margin-left: 5%;
}


/*
   LIVRES
*/


.switch-toggle {
    --width: 245px;
    --height: 42px;
    --offset: 3px;
    --radius: 10px;
    position: relative;
    width: var(--width);
    height: var(--height);
    padding: var(--offset);
    background: rgb(187 187 187);
    border-radius: var(--radius);
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    font-style: normal;
    position: absolute;
    bottom: 8%;
    left: 50%;
    z-index: 20;
    transform: translateX(-50%);
}

.switch-toggle input {
  cursor: pointer;
  position: absolute;
  inset: 0;
  appearance: none;
  z-index: 2;
  -webkit-appearance: auto;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.switch-toggle input:checked + label.switch-toggle-label:before {
  translate: 100% 0;
}



.media-container .mediateque-filters{
    width: 100%;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
}


.mediateque-filters li{
    flex: 0 0 auto;
    padding: 10px;
}


.widget.AjaxSearchLiteWidget{
    list-style: none;
}

.switch-toggle input:checked + label.switch-toggle-label span:nth-child(1) {
  color:  #1a1a1a;
}

.switch-toggle input:checked + label.switch-toggle-label span:nth-child(2) {
  color: #1a1a1a;
}

.switch-toggle input + label.switch-toggle-label {
  position: absolute;
  inset: var(--offset, 0);
  padding: 10px 0;
  display: block;
  user-select: none;
  pointer-events: none;
  display: grid;
  gap: 2px;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  place-items: center;
}

.switch-toggle input + label.switch-toggle-label:before {
  content: "";
  position: absolute;
  width: 50%;
  inset: 0;
  background: #fff;
  border-radius: calc(var(--radius) - var(--offset));
  box-shadow: 0px 10px 20px 0px rgba(16, 39, 68, 0.1);
  translate: 0 0;
  transition: translate 250ms cubic-bezier(0.93, 0.26, 0.07, 0.69);
}

.switch-toggle input + label.switch-toggle-label span {
  position: relative;
  transition: 200ms linear;
  font-size: 13px;
}

.switch-toggle input + label.switch-toggle-label span:nth-child(1) {
  color: #1a1a1a;
}

.switch-toggle input + label.switch-toggle-label span:nth-child(2) {
  color:  #1a1a1a;
}


.page-template-template-mediateque .filter-wrapper,
.page-template-template-mediateque-temp .filter-wrapper{
    position: relative;
    width: 90%;
    left: 5%;
}



.page-template-template-mediateque div.asl_m.asl_w,
.page-template-template-mediateque-temp div.asl_m.asl_w{
    border-radius: 50px!important;
}

div.asl_m .probox .promagnifier{
    order: 1!important;
    -webkit-order: 1!important;
}



.page-template-template-mediateque .carrousel-wrap,
.page-template-template-mediateque-temp .carrousel-wrap{
    height: 180px !important;
    padding: 0px;
}


.page-template-template-mediateque .home-slide,
.page-template-template-mediateque-temp .home-slide{
    min-height: 180px!important;
}


.page-template-template-mediateque .col-media-cat,
.page-template-template-mediateque-temp .col-media-cat{
   background: #fff;
    padding: 0px;
}


.page-template-template-mediateque .media-rightside-content,
.page-template-template-mediateque-temp .media-rightside-content{
  /*  padding: 0px 7px;*/
    padding: 0px;
}


.page-template-template-mediateque .media-rightside-content .row,
.page-template-template-mediateque-temp .media-rightside-content .row{
    margin: 0px 7px;
}


.media-container{
    position: relative;
    margin-bottom:200px;
}


.media-container .col-media-cat li{
    font-size: 13px;
    border-radius: 20px;
    display: block;
    line-height: 20px;
    /* width: 120px; */
    height: 35px;
    /* line-height: 90px; */
    background: transparent;
    border: none;
}

.media-container li a.is-checked{
    color: #FFF!important;
    background: #1C47B0!important;
    font-size: 13px!important;
    border-radius: 20px;
    display: block;
    line-height: 15px;
    height: 35px;
    background: transparent;
    border: none;
}

.mediateque-filters li a{
    flex: 0 0 auto;
    padding: 10px;
}



.page-template-template-mediateque .mediateque-filters,
.page-template-template-mediateque-temp .mediateque-filters{
    margin: 0;
    padding: 0;
    height: 55px;
    overflow-x: auto;
    width: 90%;
    margin-left: 5%;
    margin: 10px 0px 30px 0px;
}


.page-template-template-mediateque .mediateque-filters li,
.page-template-template-mediateque-temp .mediateque-filters li{
    list-style: none;
    height: 50px;
   /* width: 100%;*/
    font-family: 'open-regular';
    color: #000;
    text-align: center;
    font-size: .85rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}



.page-template-template-mediateque .mediateque-filters li a,
.page-template-template-mediateque-temp .mediateque-filters li a{
    text-decoration: none;
    font-family: 'open-regular';
    color: #000;
    font-size: .85rem;
 /*   width: 100%;*/
}


.page-template-template-mediateque .col-6,
.page-template-template-mediateque-temp .col-6{
    padding: 4px!important;
}


.livres-vignette{
    margin: 0px 0px 10px;
    background: #fff;
}



.livres-vignette .l-vignette-inner{
    padding: 0px 15px 10px;
}

.livres-vignette h3{
    margin-top: 15px;
}


.livres-vignette .author-name p{
    font-size: .9rem;
    color: #777;
}



.page-template-template-mediateque .media-vignette-wrap h2,
.page-template-template-mediateque-temp .media-vignette-wrap h2{
    font-size: .9rem;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
}


.page-template-template-mediateque .media-vignette-wrap p,
.page-template-template-mediateque-temp .media-vignette-wrap p{
    margin-left: 10px;
    margin-bottom: 20px;
    font-size: .85rem;
}



.page-template-template-mediateque .media-vignette-inner,
.page-template-template-mediateque-temp .media-vignette-inner{
    background: #fff;
    padding: 0px 10px!important;
}


.page-template-template-mediateque .media-vignette-inner a,
.page-template-template-mediateque-temp .media-vignette-inner a{
    text-decoration: none;
    color: #000;
}


.page-template-template-mediateque .media-vignette,
.page-template-template-mediateque-temp .media-vignette{
    text-align: center;
}



.page-template-template-mediateque .page-numbers,
.page-template-template-mediateque-temp .page-numbers{
   margin-top: 20px;
}

.page-template-template-mediateque .page-numbers li,
.page-template-template-mediateque-temp .page-numbers li{
    display: inline-block;
}


.page-template-template-mediateque .page-numbers li a,
.page-template-template-mediateque-temp .page-numbers li a{
    font-size: 13px;
    color: #000;
    text-decoration: none;
    padding: 10px 5px;
}


.page-template-template-mediateque .page-numbers li span.current,
.page-template-template-mediateque-temp .page-numbers li span.current{
    font-size: 13px;
    color: #FFF;
    background: #1C47B0;
    padding: 10px 15px;
}


.page-template-template-mediateque .page-numbers li span.direction-text,
.page-template-template-mediateque-temp .page-numbers li span.direction-text{
    color: #fff;
    background: #1C47B0;
    padding: 10px 15px;
    box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.3);
}






/*

    SINGLE MEMBERSHIP FORM
*/


.single-member .header-top{
    display: none;
}



.single-member .arrow-top-left{
    position: absolute;
    left: 3%;
    top: 2%;
    background: rgba(255, 255, 255, .3);
    z-index: 20;
    border-radius: 30px;
    width: 40px;
    height: 40px;
}


.single-member .arrow-top-left a{
    width: 25px;
    position: absolute;
    top: 18%;
    left: 11%;
}


.single-member .ifp-single-content{
    margin-top: 10px;
    padding-top: 0px!important;
    margin-bottom: 0px!important;
}

.single-member .ifp-single-content .card-image{
    width: 100%;
}


.single-member .infos-perso-container{
    background: #fff;
}


.single-member .ifp-single-content{
    background: transparent!important;
}


body.single-member{
    background: #e5e5e5!important;
}


body.single-member input{
    font-family: 'open-regular';
    font-size: .8rem;
    width: 100%;
}


body.single-member input::placeholder{
    font-family: 'open-regular';
    font-size: .8rem;
    opacity: 0.5;
    color: #000;
}

body.single-member .infos-form-container {
    background: #fff;
}


body.single-member .infos-form-container .col-md-12{
    margin: 0px;
    padding: 0px;
}


body.single-member .infos-form-container .mem-form-fields{
   padding: 30px 20px;
}


body.single-member .infos-form-container h2{
    font-size: .9rem;
}


body.single-member .infos-form-container .text-input{
    background: #fff;
    border: none;
    border-bottom: solid 1px #c8c8c899;
    padding: 10px 0px;
}


body.single-member .ifp-footer{
    display: none;
}


body.single-member .single-member-footer{
    height: 65px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    filter: drop-shadow(1px -7px 10px rgba(0, 0, 0, .09));
    z-index: 9999999;
}


body.single-member .mem-form-btn{
   display: block;
    color: #fff;
    position: absolute;
    background-color: #1C47B0;
    width: 50%;
    top: 14px;
    left: 45%;
    line-height: 35px;
    font-size: 13px;
    border-radius: 30px;
    font-family: 'open-regular';
    border: none;
}



.single-member-footer h4 span{
     font-family: 'open-regular'!important;
     color: #555;
     font-size: .9rem;
}

.single-member-footer h4{
    width: fit-content;
    font-weight: 300;
    color: #1C47B0;
    line-height: 65px;
    font-size: 1rem;
    padding-left: 15px;
}



.copy{
    background: #1C47B0;
    color: #fff;
    border-radius: 7px;
    display: flex;
    align-items: center;
    padding: 8px 12px;
    gap: 8px;
    border: none;
    outline: none;
    cursor: pointer;
}


.copy .copy-icon-wrap{
    width: 20px;
    height: 20px;
}

.copy .copy-icon{
    background-image: url(assets/img/copy-white.png);
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 0.5rem;
    background-size: contain;
    background-repeat: no-repeat;
}

.copy:active{
    background: #275bd9;
}


.copy:disabled{
    background: #f1f1f1;
    color: #333;
    cursor: not-allowed;
}


.btn-pay{
    background: #1C47B0;
    color: #fff;
    border-radius: 7px;
    display: block;
    align-items: center;
    padding: 8px 12px;
    gap: 8px;
    border: none;
    outline: none;
    cursor: pointer;
    margin: 13px 20px;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
}




/*
    SINGLE MEDIATEQUE
*/


.single-mediatheque .arrow-top-left{
    position: absolute;
    left: 3%;
    top: 5%;
    z-index: 20;
}

.single-mediatheque .arrow-top-left img{
    width: 20px;
}

.single-mediatheque .logo-and-menu,
.single-mediatheque .language-chooser{
    display: none;
}



.single-mediatheque .home-slide{
    width: 60%!important;
    margin-left: 20%!important;
}



.single-mediatheque .carrousel-wrap,
.single-mediatheque .home-slide{
    min-height: 260px;
    height: 315px;
}


.single-mediatheque .carrousel-wrap{
    background: #ebebeb;
}



.single-mediatheque .dispo-btn{
    padding: 10px 20px;
    background: #1C47B0;
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
}


.single-mediatheque .ifp-single-content p{
    font-family: 'open-regular';
}
    



/*
    EVENEMENTS
*/

.vignette-date{
   width: 100%;
    display: flex;
    overflow-x: scroll;
}


.vignette-date > div{
   padding: 7px 15px 7px 0px;
    margin-right: 0 !important;
    margin-bottom: 10px;
}


.ifp-event-content h2{
    font-size: .85rem;
    margin: 0;
}




.ifp-event-content .vignette-date{
    font-size: .85rem;
    margin: 0;
}


.ifp-event-content p{
    font-size: .85rem;
   color: #555;
}


.event-vignette-title{
    text-align: left!important;
}


.main-menu .sub-menu{
    display: none;
}


.page-template-template-event .ifp-logo .ifp-logo-blue,
.page-template-template-cinema .ifp-logo .ifp-logo-blue{
    display: block;
}


.page-template-template-event .slider-content{
    position: absolute;
    left: 0%!important;
    line-height: 16px;
    bottom: 0%;
    /* transform: translateY(-50%); */
    padding: 30px;
}





.page-template-template-event .ifp-logo .ifp-logo-white,
.page-template-template-cinema .ifp-logo .ifp-logo-white{
    display: none;
}


.page-template-template-event .main-menu ul li a,
.page-template-template-membre .main-menu ul li a{
    color: #1C47B0;
}


body.page-template-template-membre{
    top: 30px!important;
}




.page-template-template-mediateque .main-menu ul li a,
.page-template-template-mediateque-temp .main-menu ul li a{
     color: #fff;
}



.page-template-template-membre .site-header{
    height: 130px!important;
    background: #fff!important;
}


.ifp-event-content{
    margin-top: 40px;
}


.page-template-template-cinema .main-menu ul li a,
.page-template-template-event .main-menu ul li a{
    color: #fff;
}


.cine-vignette img{
    border-radius: 8px 8px 0 0;
}


.ifp-event-content .cine-vignette{
    border-radius: 8px;
    background: #fff;
}


.page-template-template-event .home-slide,
.page-template-template-cinema .home-slide,
.page-template-template-event .carrousel-wrap,
.page-template-template-cinema .carrousel-wrap{
    min-height: 180px!important;
}


.page-template-template-cinema .carrousel-wrap{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 580px;
}


 .page-template-template-event .carrousel-wrap{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 510px;
 }


.page-template-template-cinema .carrousel-wrap .slick-list,
.page-template-template-cinema .carrousel-wrap .slick-track{
    height: 580px;
    border-radius: 5px;
}



.page-template-template-event .carrousel-wrap .slick-list{
    height: 510px;
    border-radius: 5px;
}

.page-template-template-event .carrousel-wrap .slick-track{
    height: 510px;
}



.page-template-template-mediateque .hero-wrapper .home-slide,
.page-template-template-mediateque-temp .hero-wrapper .home-slide{
    position: relative;
    height: 490px;
    border-radius: 5px;
}

.page-template-template-mediateque .livre-hero,
.page-template-template-mediateque-temp .livre-hero{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 490px;
    padding: 10px;
    position: relative;
}



.page-template-template-cinema .logo-and-menu,
.page-template-template-event .logo-and-menu{
    top: 45px!important;
}




.page-template-template-mediateque .language-chooser a,
.page-template-template-mediateque-temp .language-chooser a{
    color: #fff!important;
}


.page-template-template-cinema .language-chooser a,
.page-template-template-event .language-chooser a{
    color: #fff!important;
}



.page-template-template-event .ifp-cine-slider{
    padding: 10px;
    height: 510px;
}




body.page-template-template-membre,
body.page-template-template-event{
    background: #fff!important;
}




.page-template-template-event .carrousel-wrap h2{
/*    font-size: 1.2rem!important;*/
    font-size: 1.6rem;
    line-height: 35px;
    text-align: center;
    line-height: 28px !important;
    color: #fff;
}


.page-template-template-event .cine-vignette h2{
    font-size: .9rem!important;
    padding: 7px 10px;
}



/*
   MEMBRES
*/



.card-slider .btn-member a{
    text-decoration: none;
    border-radius: 3px;
    color: #fff;
    width: 50%;
    font-size: 14px;
    padding: 15px 20px;
    display: block;
    text-align: center;
    margin-top: 20px;
    margin: 20px 6%;
}


.card-slider .btn-member.blue a{
    background-color: #0025e3;
}

.card-slider .btn-member.bleu-if a{
    background-color: #1190CF;
}

.card-slider .btn-member.yellow a{
    background-color: orange;
}


.card-slider .btn-member.red a{
    background-color: red;
}

.page-template-template-membre .slick-list{
    padding:0 10% 0 0 !important;
    min-height: 650px;
}


.page-template-template-membre .memership-desc{
    padding: 20px;
}


.page-template-template-membre .memership-desc ul{
    padding: 0px;
}


.page-template-template-membre .memership-desc h3{
    font-size: 1.6rem;
}


.page-template-template-membre .memership-desc p{
    color: rgba(0,0,0, .75);
}


 
.page-template-template-membre .carrousel-wrap{
    margin-top: 20px;
    height: 550px;
}


.page-template-template-membre .language-chooser a{
    color: #1C47B0;
}



/*  Page color changes on Slide  */


.slide-1 .language-chooser a,
.slide-1 .main-menu ul li a,
.slide-1 .afp-down-menu p{
    color: #1190CF!important;
}


.slide-1 .ifp-logo .st0{
    fill: #1190CF!important;
}


.slide-2 .language-chooser a,
.slide-2 .main-menu ul li a,
.slide-2 .afp-down-menu p{
    color: orange!important;
}


.slide-2 .ifp-logo .st0{
    fill: orange!important;
}



.slide-3 .language-chooser a,
.slide-3 .main-menu ul li a,
.slide-3 .afp-down-menu p{
    color: red!important;
}


.slide-3 .ifp-logo .st0{
    fill: red!important;
}





/*
    SINGLE POSTS
*/




.ifp-single-content{
    margin-bottom: 120px;
}


.single-cinema .ifp-logo{
    display: none;
}



.single-cinema .carrousel-wrap .ifp-cine-slider{
    margin-bottom: 0px;
}

.single-cinema .single-btn{
   display: block;
    color: #fff;
    background-color: #1C47B0;
    width: 50%;
    height: 37px;
    top: 14px;
    left: 70%;
    line-height: 37px;
    font-size: 14px;
    border-radius: 10px;
    font-family: 'open-regular';
}



.single-cinema .home-slide,
.single-cinema .cine-slide-inner{
    min-height: 430px;
}

.single-cinema  .carrousel-wrap{
    height: 430px;
}


.single-cinema  .afp-down-menu{
    height: 65px;
}


.single-cinema .main-menu,
.single-cinema .member-icon,
.single-cinema .compte-icon,
.single-cinema .accueil-icon p{
    display: none!important;
}


.single-cinema .afp-down-menu .accueil-icon a{
    top: 20%;
}

.ifp-single-content{
    background: #fff;
    padding-top: 40px;
}


.ifp-single-content h2.single-title{
    font-size: 1.2rem;
    margin-bottom: 10px;
}


.ifp-single-content h2{
    font-size: .9rem;
    margin: 0;
}



.ifp-single-content h3{
    margin: 0;
    font-size: 14px;
}

.ifp-single-content .film-detail{
    margin-bottom: 120px;
}


/*.ifp-single-content .col-md-12{
    padding: 0px 20px;
}*/


.nav-pill-wrap{
    padding: 10px 20px 0px 20px;
}


.nav-pill-wrap button.nav-link{
    height: 54px;
    border-radius: 7px !important;
/*    filter: drop-shadow(1px 1px 10px rgba(45, 77, 239, .4));*/
}


.nav-pill-wrap ul{
    box-shadow: 1px 1px 11px 1px rgba(0, 0, 0, .1);
    border-radius: 7px !important;
}


.ifp-single-content .nav-pills .nav-link.active, 
.ifp-single-content .nav-pills .show>.nav-link{
    color: #fff !important;
    background: rgb(45 77 239) !important;
    line-height: 52px;
    filter: drop-shadow(1px 1px 2px rgba(45, 77, 239, .5));
}



.ifp-single-content button{
    border-radius: 2px!important;
}

.ifp-single-content button{
    color: #1C47B0!important;
}


.single-cinema .slick-dots li.slick-active button:before{
    z-index: 999999;
    color: #fff!important;
    opacity: 100%!important;
    font-size: 7px!important;
}


.single-cinema .slick-dots{
    bottom: 20px!important;
}



/*.single-btn-wrap .single-btn{
    display: none;
}
*/

.single-cinema .col-8.single-btn-wrap{
    width: 0%;
    padding: 0px;
}


.single-cinema .col-8{
    display: block;
}


.single-cinema .ifp-single-content p{
 font-family: 'itc_avant';
 font-size: 14px;
}



.single-cinema .ifp-logo,
.single-evenements .ifp-logo,
.single-evenements .main-menu{
    display: none!important;
}


.single-cinema .arrow-top-left,
.single-evenements .arrow-top-left{
    position: absolute;
    left: 5%;
    top: 8%;
    background: rgba(255, 255, 255, .3);
    z-index: 20;
    border-radius: 30px;
    width: 40px;
    height: 40px;
}


.single-cinema .arrow-top-left a,
.single-evenements .arrow-top-left a{
    display: block;
    width: 40px;
    height: 40px;
}





.single-cinema .arrow-top-left img,
.single-evenements .arrow-top-left img{
    width: 20px;
    position: absolute;
    top: 10px;
    left: 7px;
}



.single-cinema .language-chooser,
.single-evenements .language-chooser{
    top: 8px!important;
}



.single-cinema .black-filter,
.single-evenements .black-filter,
.page-template-template-mediateque .black-filter,
.page-template-template-mediateque-temp .black-filter{
   position: absolute;
    top: 0;
    left: 0;
    /* background: rgba(0, 0, 0, .5); */
    width: 100%;
    height: 100%;
    z-index: 1;
    /* background: rgb(0, 0, 0); */
    /* background: linear-gradient(0deg, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, 0.2133447128851541) 44%, rgba(0, 0, 0, .8) 100%); */
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, 0.21054359243697474) 16%, rgba(0, 0, 0, 0.20214023109243695) 69%, rgba(0, 0, 0, .3) 100%);
}


.page-template-template-mediateque .black-filter,
.page-template-template-mediateque-temp .black-filter{
    border-radius: 5px;
}


.page-template-template-mediateque-temp .media-container{
    margin-top: 40px;
    padding: 30px;
}





/*

    ACCOUNT
    _____________________

*/


/*  The menu  */



.woocommerce-MyAccount-navigation ul{
    display: flex;
    margin: 0;
    padding: 10px;
    text-align: center;
    background: #fff;
    margin-top: 10px;
    border-radius: 7px;
}

.woocommerce-MyAccount-navigation-link{
    width: 32%;
    display: inline-block;
    text-align: center;
    float: left;
    list-style-type: none;
    line-height: 12px;
}


.woocommerce-MyAccount-navigation-link a{
    text-align: center;
    text-decoration: none;
    color: #000;
    font-size: .7rem;
}




.woocommerce-MyAccount-navigation-link--pass a:before{
    background-image: url(assets/img/mon-pass.svg);
    width: 53px !important;
}

.woocommerce-MyAccount-navigation-link--orders a:before{
    background-image: url(assets/img/mes-commandes.svg);
    width: 35px !important;
}


.woocommerce-MyAccount-navigation-link--edit-account a:before{
    background-image: url(assets/img/mes-infos.svg);
    width: 37px !important;
}


.woocommerce-MyAccount-navigation-link--nous-contacter a:before{
    background-image: url(assets/img/contact-ifp.svg);
    width: 32px !important;
}


.woocommerce-MyAccount-navigation-link a:before{
    content: '';
    margin: auto;
/*    width: 60px;*/
    height: 53px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
}


.page-template-template-compte .woocommerce{
    padding: 0;
}


.woocommerce-MyAccount-content{
    background: #fff;
    border-radius: 7px;
    margin-top: 15px;
    padding: 20px;
}


.woocommerce-MyAccount-content legend{
    font-size: 14px;
}




.page-template-template-compte .member-card,
.page-template-template-login .member-card{
    width: 100%;
    height: 230px;
    position: relative;
    background: #1C47B0;
    border-radius: 5px;
}


.page-template-template-compte  .container-fluid .row,
.page-template-template-login  .container-fluid .row{
    padding: 10px;
}



.page-template-template-compte  .woocommerce h2{
    font-size: 1.2rem;
    padding: 10px;
    display: none;
}

.woocommerce form.checkout_coupon, 
.woocommerce form.login, .woocommerce form.register{
    margin: 0!important;
    border: none!important;
    padding: 10px!important;
}


.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea{
    background: #fff!important;
    border: solid 1px!important;
}



.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{
    background: #1C47B0;
    color: #fff;
}





.page-template-template-compte .logo-and-menu{
    display: none!important;
}

.page-template-template-compte .member-btn,
.page-template-template-login .member-btn{
    font-size: 9px;
    position: absolute;
    bottom: 12px;
    right: 22px;
    padding: 8px 12px;
    background: #000;
    color: #fff;
    border-radius: 20px;
    text-decoration: none;
}


.page-template-template-compte .card-logo,
.page-template-template-login .card-logo{
    position: absolute;
    margin-top: 12px;
}


.page-template-template-compte .member-card-content,
.page-template-template-login .member-card-content{
    position: absolute;
    bottom: 0px;
    width: 100%;
}



.page-template-template-compte .member-card-content h2,
.page-template-template-compte .member-card-content p,
.page-template-template-login .member-card-content h2,
.page-template-template-login .member-card-content p{
    color: #fff;
}


.page-template-template-compte .member-card-content h2,
.page-template-template-login .member-card-content h2{
    font-size: 14px;
    margin: 0;
}

.page-template-template-compte .member-card-content p,
.page-template-template-login  .member-card-content p{
    font-size: 11px;
    width: 50%;
}

.page-template-template-compte .member-card-content span.inscrip-member,
.page-template-template-login .member-card-content span.inscrip-member{
    padding: 0 5px;
}

.page-template-template-compte .member-btn a,
.page-template-template-login .member-btn a{
    font-size: 9px;
    text-decoration: none;
}



.page-template-template-compte .ifp-footer .member-icon .st6,
.page-template-template-compte .ifp-footer .accueil-icon .st3{
    fill: none !important;
    stroke: #1C47B0;
}




/*

    FOOTER MENU
    _____________________

*/



.ifp-footer{
    margin-top: 120px;
    height: 90px;
}


.home .ifp-footer .member-icon .st6,
.home .ifp-footer .compte-icon .st5{
    fill: none!important;
    stroke: #1C47B0;
    stroke-width: 2px;
}



.page-template-template-membre .ifp-footer .st3,
.page-template-template-membre .ifp-footer .compte-icon .st5{
    fill: none!important;
    stroke: #1C47B0;
    stroke-width: 2px;
}


.page-template-template-cinema .st3,
.page-template-template-cinema .ifp-footer .member-icon .st6,
.page-template-template-event .ifp-footer .st3,
.page-template-template-event .ifp-footer .st4,
.page-template-template-event .ifp-footer .member-icon .st6,
.page-template-template-mediateque .ifp-footer .st3,
.page-template-template-mediateque .ifp-footer .st4,
.page-template-template-mediateque .ifp-footer .st6{
    fill: none!important;
    stroke: #1C47B0;
    stroke-width: 2px;
}



.page-template-template-mediateque-temp .ifp-footer .st3,
.page-template-template-mediateque-temp .ifp-footer .st4,
.page-template-template-mediateque-temp .ifp-footer .st6{
    fill: none!important;
    stroke: #1C47B0;
    stroke-width: 2px;
}




.page-template-template-cinema .ifp-footer .compte-icon .st5,
.page-template-template-cinema .ifp-footer .compte-icon .st4{
    fill: none!important;
    stroke: #1C47B0;
    stroke-width: 1px;
}




.slide-1 .ifp-footer .compte-icon .st5,
.slide-1 .ifp-footer .accueil-icon .st3,
.slide-1 .ifp-footer .member-icon .st6{
    stroke: #1190CF!important;
}


.slide-2 .ifp-footer .compte-icon .st5,
.slide-2 .ifp-footer .accueil-icon .st3,
.slide-2 .ifp-footer .member-icon .st6{
    stroke: #eecd00 !important;
}


.slide-3 .ifp-footer .compte-icon .st5,
.slide-3 .ifp-footer .accueil-icon .st3,
.slide-3 .ifp-footer .member-icon .st6{
    stroke: red!important;
}



.slide-1 .ifp-footer .member-icon .st6{
    fill: #1190CF;
}

.slide-2 .ifp-footer .member-icon .st6{
    fill: #eecd00;
}

.slide-3 .ifp-footer .member-icon .st6{
    fill: red;
}




.ifp-footer .accueil-icon svg{
    width: 20px;
}


/*.ifp-footer .prog-icon img{
    
}
*/

.ifp-footer .member-icon svg{
    width: 26px;
}


.ifp-footer .compte-icon svg{
    width: 20px;
}




.afp-down-menu{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 90px;
    background: #fff;
    filter: drop-shadow(1px -7px 10px rgba(0,0,0,.09));
    z-index: 100;
}




.single-cinema .ticket-qrcode-wrap.is-open{
    display: block!important;
}


.single-cinema .single-btn{
    cursor: pointer;
}



.single-cinema .ticket-qrcode-wrap img{
   border: 1px solid #e0e0e0;
    position: fixed;
    bottom: 63px;
    right: 10%;
    z-index: 150;
    display: inline;
    margin: auto;
}



.single-cinema .ticket-qrcode-wrap:before{
    display: none;
    content: "";
    position: fixed;
    bottom: 52px;
    left: 66.99%;
    top: auto;
    /* transform: translateX(-50%); */
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #e0e0e0;
    z-index: 99999;
    transform: rotate(180deg);
}


.single-cinema .ticket-qrcode-wrap:after{
    display: none;
    content: "";
    position: fixed;
    bottom: 54.2px;
    left: 67.4%;
    top: auto;
    transform: translateX(-50%);
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    transform: rotate(180deg);
    z-index: 99999;
}



.afp-down-menu .col-4{
    position: relative;
    height: 90px;
}



.afp-down-menu ul{
    height: 90px;
    list-style: none;
/*    line-height: 90px;*/
    text-align: center;
    padding: 0;
    margin: 0;
}


.afp-down-menu a{
    text-align: center;
    position: absolute;
    left: 50%;
    top: 25%;
    text-decoration: none;
    color: #1C47B0;
    transform: translateX(-50%);
    width: 100%;
}


/*.afp-down-menu .member-icon a{
    top: 10%!important;
}*/


.afp-down-menu .member-icon p{
     margin-top: 7px;
}



.afp-down-menu p{
    font-family: itc_avant, sans-serif!important;
    font-size: 10px;
    font-weight: 600;
    margin-top: 8px;
    line-height: 1;
}


.cine-price-footer{
    text-align: center;
    position: absolute;
    left: 20%;
    margin-top: 16px;
    text-decoration: none;
    color: #1C47B0;
    transform: translateX(-50%);
    width: 100%;
    display: none;
}


.single-cinema .cine-price-footer{
    display: block;
}


.single-cinema .accueil-icon{
    display: none;
}



.afp-down-menu .cine-price-footer p{
    font-size: 1rem!important;
    text-decoration: underline;
}


.afp-down-menu .cine-price-footer p span{
    font-weight: 300!important;
}



.afp-down-menu ul li{
    display: inline-block;
    line-height: 50px;
    padding: 0px 5px;
    margin-top: 10px;
}



.afp-down-menu span.footer-icon{
    width: 95px;
    display: block;
    height: 45px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

.afp-down-menu .footer-icon{
    margin: 0;
    line-height: 0;
}





