/*-----------------------------------------------------------------------------------
    Template Name: Last Ticket
    Description: Lite Template created by cste
    Version: 1.0
-----------------------------------------------------------------------------------
    
    [Table of contents] 
    1. Header css here
    2. Slider css here
    3. Categories css here
    4. Evenements css here
    5. Comment ca marche css here
    6. Banners css here
    7. Banners css here
    8. Temoignage css here
    9. Statistiques css here
    10. Blog css here
    11. Newsletter css here
    12. Footer css here
    13. Page Evenements css here
    14. Single Evenements css here
    15. Aboutus css here
    16. Contact css here
    17. Membre css here
-----------------------------------------------------------------------------------*/
html
{
    scroll-behavior: smooth;
}
body
{
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0px;
    color: #333333;
    padding-top: 72px;
}
a:hover
{
	text-decoration:none;
	color: unset;
}
a
{
	color: unset;
}
button:focus
{
    outline: none;
}
select:focus,input:focus
{
    border-color: #e2e2e2 !important;
    box-shadow: none !important;
}
.flex-2
{
    flex: 2;
}
.flex-1
{
    flex: 1;
}
section
{
	padding: 30px 10px 90px 10px;
}
section .head
{
	text-align: center;
	padding-bottom: 10px;
}
section .head .title
{
	font-family: "Roboto", Sans-serif;
    font-weight: 600;
    margin: 0px;
    font-size: 36px;
    line-height: 1.2;
    color: #222222;
    margin-bottom: 7px;
}
section .head .sub-title
{
	font-family: "Roboto", Sans-serif;
    font-weight: 600;
    margin: 0px;
    font-size: 18px;
    line-height: 1.2;
    color: #666666;
    margin-bottom: 6px;
}
section .head span
{
	background-color: #13eafe;
	display: inline-block;
    width: 50px;
    height: 2px;
}
ul
{
    list-style: none;
}
.disabled_btn
{
    pointer-events: none;
    opacity: .5;
}
input[type="text"],
input[type="password"],
textarea
{
    background: #fcfcfe;
    width: 100%;
    height: unset;
    border: 1px solid #e3e1f1;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    color: #333333;
    padding: 9px 20px 10px 20px;
    border-radius: 3px;
}
.form-control-sm {
    height: calc(1.5em + .5rem + 2px) !important;
    padding: .25rem .5rem !important;
    font-size: .875rem !important
    line-height: 1.5 !important;
    border-radius: .2rem !important;
}
.theme_btn {
    display: inline-block;
    background: transparent;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    font-family: Asap;
    height: unset;
    border: 2px solid;
    padding: 10px 25px 10px 25px;
    transition: 0.4s;
    border-color: #13eafe;
    color: #13eafe;
}
.theme_btn:hover {
    background-color: #13eafe;
    color: #fff;
}
.navbar .theme_btn
{
    border-color: #0a57b0;
    color: #0a57b0 !important;
    line-height: initial !important;
    padding: 5px 0 !important;
    font-size: 15px !important;
}
.navbar .theme_btn:hover
{
    background-color: #0a57b0 !important;
}
.navbar .partenaire_btn
{
    border-color: #ff3681 ;
    color: #ff3681 !important;
}
.navbar .partenaire_btn:hover
{
    background-color: #ff3681 !important;
}
.navbar .login_card .form-control
{
    padding: 5px 20px;
}
.navbar .login_card .password_forgotten a
{
    font-size: 12px !important;
    text-transform: none !important;
}
.theme_btn:hover {
    background-color: #ff3681 !important;
    color: #fff !important;
}
.theme_h3
{
    font-family: "Roboto", Sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 28px;
    position: relative;
    margin-bottom: 40px;
}
.theme_h3:after
{
    position: absolute;
    left: 0;
    bottom: -15px;
    content: "";
    width: 40px;
    height: 2px;
    background-color: #13eafe;
}
.third_color
{
    color: #ff3681 !important;
}
.bgthird_color
{
    background-color: #ff3681 !important;
}
/* Datatable Style */
table.dataTable thead th
{
    color: #22213f;
    font-family: "Roboto", Sans-serif;
    font-weight: 600 !important;
    font-size: 14px;
    line-height: 1.2;
}
table.dataTable tbody tr td,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_filter input
{
    color: #22213f;
    font-size: 14px;
    text-transform: capitalize;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
}
.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #343353;
    border-radius: 2px;
    padding-left: 5px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover
{
    background: #13eafe !important;
    color: #fff !important;
    border-color: #13eafe !important;  
}
table.dataTable.no-footer
{
    margin: 20px 0;
}
table.dataTable thead th, table.dataTable thead td,table.dataTable tbody td {
    border-bottom: 1px solid #c7c7ce !important;
}
table.dataTable.no-footer
{
    border: none !important;
}
/*====== 1. Header css here ======*/
.top_bar
{
    position: absolute;
    top: 0;
    width: 100%
}
#langform .dropdown-menu
{
    width: 20px;
    min-width: 40px;
}
#langform .dropdown-menu a
{
    display: block;
    padding: 0;
    text-align: center;
    margin: auto;
}
#langform .langform_btn
{
    background: none;
    border: none;
}
#langform .langform_btn i
{
    color: #fff;
    font-size: 20px;
    padding-top: 3px;
}
.navbar
{
    box-shadow: 6px 0px 10px 0px rgba(0,0,0,0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0px 15px 0px 25px;
    height: 72px;
    position: fixed;
    width: 100%;
    background: #000;
    z-index: 999;
}
.navbar svg
{
    fill: #fff;
}
.navbar_mobile svg
{
    fill: #fff;
}
.navbar_mobile .bars,.membre_bars
{
    border: none;
    background: none;
}
.navbar .bars
{
    border: none;
    background: none;
    display: none;
}
.navbar_mobile .bars span,
.navbar .bars span
{
    margin: 5px;
    width: 30px;
    height: 3px;
    background: #13eafe;
    display: block;
    border-radius: 3px;
}
.navbar_mobile ul,
.navbar ul
{
    list-style-type: none;
    padding: 0;
}
.navbar .links
{
    width: 80%;
}
.navbar .links .menu
{
    display: flex;
    margin: auto;
} 
.navbar_mobile .links .menu li
{
    position: relative;
}
.navbar_mobile .links .menu > li button
{
    width: 100%;
    background: none;
    border: none;
    position: relative;
}
.navbar_mobile .links .menu > li button a
{
    padding: 0;
    float: left;
}
.navbar_mobile .links .menu > li svg,
.navbar_mobile .links .menu > li button svg
{
        float: right;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 50px;
}
.navbar_mobile .links .menu > li .search_li button
{
    background: #ff3681;
    color: #fff;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 6px;
}
.navbar_mobile .links .menu .fav_cart
{
    /*display: grid;*/
}
.navbar_mobile .links .menu .fav_cart .fav
{
    /*display: contents;*/
}
.navbar_mobile .links .menu .fav_cart .cart
{
    /*display: grid;*/
}
.navbar_mobile .links .menu .fav_cart .cart a, 
.navbar_mobile .links .menu .fav_cart .search_li a, 
{
    width: 80px;
    position: relative;
    display: inline-block;
}
.navbar_mobile .links .menu .fav_cart .search_li a
{
    font-size: 22px;    
}
.navbar_mobile .links .menu .fav_cart .cart svg
{
    position: relative;
}
/*.navbar_mobile .links .menu .fav_cart .cart svg
{
    left: 0;
    padding: 0;
    margin: 0;
    top: 10px;
    z-index: 0;
}*/
.navbar_mobile .links .menu > li,
.navbar .links .menu > li
{
    padding: 0px 10px;
    position: relative;
}
.navbar_mobile .links .menu > li
{
    position: relative;
}
.navbar_mobile .links .menu > li
{
    padding: 7px 20px;
}
.navbar_mobile .links .menu > li:not(:last-child)
{
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: rgba(204,204,204,0.28);
}
.navbar_mobile .links .menu > li a,
.navbar .links .menu > li a
{
    padding: 25px 0px 25px 0px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
     webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.navbar .links .menu > li a:hover
{
    color: #13eafe;
}
.navbar .links .sub-menu
{
    visibility: hidden;
    display: block;
    z-index: 9999;
    webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    top: 100%;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.15);
    width: 200px;
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    margin: auto;
    min-width: 11rem;
    /*min-height: 300px;*/
}
.navbar .links .sub-menu li
{
    padding: 8px;
}
.navbar_mobile .links .sub-menu li:not(:last-child),
.navbar .links .sub-menu li:not(:last-child)
{
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: rgba(204,204,204,0.28);
}
.navbar_mobile .links .sub-menu li a,
.navbar .links .sub-menu li a
{
    padding: 5px 5px 5px 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: rgba(255,255,255,0.06);
    color: #343434;
    display: block;
}
.navbar_mobile .links .sub-menu li a,
.navbar_mobile svg
{
    color: #fff;
}
.navbar .links .coll-menu2 > a svg
{
    fill: #000;
}
.navbar .links .coll-menu2 > a
{
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}
.navbar .links .coll-menu2 ul
{
    visibility: hidden !important;
    display: none !important;
    background-color: #fff !important;
    /*min-height: 300px;*/
    box-shadow: 0px 0px 4px 0px #000;      
}
.navbar .links .coll-menu2:hover ul
{
    position: absolute;
    top: 0 !important;
    left: 150px;
    visibility: visible !important;
    display: block !important;
    z-index: 9999 !important;
    webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.navbar .links .coll-menu:hover ul
{
    display: block;
    z-index: 9999;
    webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    visibility: visible;
    top: 49px;
}
.navbar .links .coll-menu.colonnes:hover>ul, .navbar .links .sub-menu .coll-menu2.colonnes:hover>ul{
    display: flex !important;
    flex-wrap: wrap;
}
.navbar .links .coll-menu.colonnes_2>ul,.navbar .links .sub-menu .coll-menu2.colonnes_2:hover>ul{
    width: 350px;
}
.navbar .links .coll-menu.colonnes_3>ul,.navbar .links .sub-menu .coll-menu2.colonnes_3:hover>ul{
    width: 350px;
}
.navbar .links .coll-menu.colonnes_4>ul,.navbar .links .sub-menu .coll-menu2.colonnes_4:hover>ul{
    width: 350px;
}
.navbar .links .coll-menu.colonnes:hover>ul>li{
    position: relative;
}
.navbar .links .coll-menu.colonnes_2:hover>ul>li{
    width: 50%;
}
.navbar .links .coll-menu.colonnes_3:hover>ul>li{
    width: 33%;
}
.navbar .links .coll-menu.colonnes_4:hover>ul>li{
    width: 25%;
}
.links .sub-menu .coll-menu2.colonnes_2:hover>ul{
}
.navbar .links .sub-menu .coll-menu2 li{
    padding: 8px 20px;
    width: 250px;
}
.navbar .links .coll-menu2.colonnes_2:hover>ul>li{
    width: 50%;
}
.navbar .links .coll-menu2.colonnes_3:hover>ul>li{
    width: 33%;
}
.navbar .links .coll-menu2.colonnes_4:hover>ul>li{
    width: 25%;
    padding: 8px 8px;
}
.navbar_mobile .links .auth a,
.navbar .links .auth a
{
    color: #22213f;
    font-family: "Roboto", Sans-serif;
    font-weight: 600 !important;
    font-size: 14px;
    line-height: 1.2;
    transition: 0.4s;
    box-shadow: none;
    text-decoration: none;
}
.navbar .links .auth a:hover
{
    color: #13eafe;
}
.navbar_mobile .links .auth .slash,
.navbar .links .auth .slash
{
    font-size: 12px;
    color: #d1d1d1;
    padding: 0 9px;
}
.navbar_mobile .links .auth .event_btn,
.navbar .links .auth .event_btn
{
    margin: 0px 0px 0px 10px;
    font-size: 14px;
    font-weight: 500 !important;
    fill: #ffffff;
    color: #000;
    background-color: #13eafe;
    border-radius: 5px 5px 5px 5px;
    padding: 10px 5px 10px 5px;
    font-family: "Roboto", Sans-serif;
}
.header_panier
{
    position: relative;
}
.header_panier:hover span
{
    color: #fff;
}
.header_panier span
{
    position: absolute;
    top: 15px;
    left: -7px;
    background: #13eafe;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
}
.navbar_mobile .links .auth .event_btn
{
    display: block;
    margin: 20px auto;
}
.navbar .links .auth .event_btn:hover
{
    color: #000;
    background-color: #ffffff;
    border-style: solid;
}
.navbar .search_li i
{
    font-size: 21px;
    padding-top: 4px;
}
.navbar .search_li .dropdown-menu,
.navbar .auth .dropdown-menu
{
    min-width: 400px;
    border-radius: 0;
    margin-top: 10px;
}
.navbar .search_li form,
.navbar_mobile  .search_li form
{
    display: flex;
    padding: 5px 20px;
}
.navbar .search_li form input,
.navbar_mobile  .search_li form input
{
    margin-right: 5px;
    border-radius: 0;
    height: 40px;
}
.navbar .search_li form input:focus,
.navbar_mobile .search_li form input:focus
{
    outline-color: #333;
    outline-style: solid;
}
.navbar .search_li form button,
.navbar_mobile .search_li form button
{
    background: #ff3681;
    color: #fff;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 6px;
}
/* Mobile */
.navbar_mobile
{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background: #000;
    height: 100%;
    max-width: 300px;
    box-shadow: 6px 0px 10px 0px rgba(0,0,0,0.5);
    overflow: auto;
    width: 0px;
    webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.navbar_mobile .logo
{
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: rgba(204,204,204,0.28);
}
@media only screen and (max-width: 1240px) {
    
    .navbar .links .menu > li
    {
        padding: 0 7px;
    }
    .section_carousel .carousel_content img
    {
        width: 200px;
    }
    .section_carousel .carousel_content .title
    {
        font-size: 300%;
    }
    .navbar .links
    {
        width: 87%;
    }
    .navbar .logo img
    {
        width: 120px;
    }
}
@media only screen and (max-width: 985px) {
    .top_bar p
    {
        font-size: 15px; 
    }
    .top_bar img
    {
        max-width: 100px;
    }
    .top_bar .row
    {
        margin: auto;
        height: 50px;
    }    
    .top_bar .col-7,
    .top_bar .col-5
    {
        padding: 0;
        margin: auto;
    }
    .navbar .links
    {
        display: none;
    }
    .navbar .bars
    {
        display: block;
    }
    .section_carousel .carousel_content .title
    {
        font-size: 200% !important;
    }
}
@media only screen and (max-width: 650px)
{
    .top_bar p
    {
        font-size: 12px; 
    }
    .top_bar img
    {
        max-width: 83px;
    }
    .top_bar .row
    {
        margin: auto;
        height: 50px;
    }    
    .top_bar .col-7,
    .top_bar .col-5
    {
        padding: 0;
        margin: auto;
    }
    .section_carousel .carousel_content img
    {
        width: 100px;
    }
    .section_carousel .carousel_content .title {
        font-size: 150% !important;
    }
    .section_carousel .carousel_content .btn
    {
        padding: 5px 30px 5px 30px !important;
        font-size: 50% !important;
    }
    .section_carousel .carousel_content .title
    {
            font-size: 120% !important;
            padding: 0 10px !important;
    }
    .temoignage_section .carousel_content
    {
        padding: 0 50px !important; 
    }
}
/*====== 1. End Header css here ======*/
/*====== 2. Slider css here ======*/
.section_carousel .carousel-inner
{
    max-height: 300px
}
.section_carousel .carousel_content
{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    /* width: 50%; */
    height: 70%;
    text-align: center;
}
.section_carousel .carousel_content .title
{
    font-family: 'Roboto','Arial';
    color: #ffffff;
    font-size: 4vw;
    text-shadow: 0 0 6px black;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: inherit;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 700;
    display: block;
    padding: 0 100px;
}
.section_carousel .carousel_content .title:hover
{
	color: #13eafe;
}
.section_carousel .carousel_content .btn
{
	font-family: 'Roboto','Arial';
    color: #ffffff;
    font-size: 87.5%;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    background: RGBA(255,255,255,0.3);
    opacity: 1;
    padding: 10px 30px 10px 30px;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    box-shadow: none;
    border-width: 0px;
    border-style: solid;
    border-color: #000000;
    border-color: RGBA(0,0,0,1);
    border-radius: 0px;
    margin-top: 20px;
}
/*====== 2. End Slider css here ======*/
/*====== 3. Categories css here ======*/
.el-event-category
{
	display: block;
    border: 2px solid #eeeeee;
    text-align: center;
    border-radius: 5px;
    transition: 0.4s;
    padding: 40px 5px;
    margin-bottom: 10px;
}
.el-event-category img
{
    width: 350px;
    height: 150px;
    object-fit: contain;
    max-width: 100%;
}
.el-event-category:hover
{
	border-color: #13eafe;
}
.el-event-category .cate_name
{
	margin: 0px;
    font-size: 22px;
    line-height: 1.2;
    color: #222222;
    font-weight: 600;
    transition: 0.4s;
    font-family: Asap;
    padding: 0;
    padding-top: 10px;
}
.el-event-category .count
{
	margin: 0px;
    font-size: 16px;
    line-height: 1.2;
    margin-top: 8px;
    color: #888;
    font-family: Poppins;
    font-weight: 400;
}
/*====== 3. End Categories css here ======*/
/*====== 4. Evenements css here ======*/
.upcoming_event_section
{
	padding: 25px 0px 25px 0px;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	background: #f4f4fc;
}
.grid-event .cat_price .event_meta_cat a
{
	display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    padding: 3px 12px 2px 12px;
    transition: 0.4s;
    border-radius: 3px;
    margin-bottom: 0;
    background-color: #0a3ea0;
    font-family: Poppins;
    font-weight: 400;
}
.grid-event .cat_price .event_meta_cat a:hover
{
	background-color: #13eafe;
}
.grid-event .cat_price .price
{
	font-family: Asap;
	display: inline-block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #e86c60;
    float: right;
}
.grid-event .cat_price .old_price
{
    text-decoration: line-through;
}
.grid-event .card-title
{
	margin: 17px 0px 20px 0px;
    line-height: 1em;
    font-size: 22px;
    font-weight: 600;
    transition: 0.4s;
    color: #222222;
    font-family: Asap;
    min-height: 66px;
    position: relative;
}
.grid-event .card-title a:first-child
{
    max-width: 280px;
    display: block;
}
.grid-event .card-title .add_event_wishlist
{
    position: absolute;
    top: 0;
    right: 0;
}
.grid-event .card-title i
{
    color: #e86c60;
}
.grid-event .card-title:hover
{
	color: #13eafe;
}
.grid-event .card-text
{
	margin-bottom: 6px;
	font-size: 15px;
    line-height: 26px;
    color: #333333;
}
.grid-event .btn
{
	font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0px;
    color: #333333;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
    border: 2px solid #cccccc;
    padding: 3px 18px 2px 17px;
    border-radius: 3px;
    transition: 0.4s;
    float: right;
    margin-top: 17px;
}
.grid-event .btn:hover
{
	background-color: #13eafe;
    border-color: #13eafe;
    color: #fff;
}
.adresse_card
{
    padding: 20px;
    background-color: #fff;
    margin-top: 20px;
}
.adresse_card i
{
    color: #0a3ea0;
}
.adresse_card h4
{
    margin: 0px;
    font-size: 22px;
    font-weight: 600;
    color: #333333;
    position: relative;
    margin-bottom: 20px;
    line-height: 1em;
    font-family: Asap;
}
.adresse_card p
{
    display: inline-block;
    font-size: 15px;
    line-height: 28px;
    color: #333333;
    padding: 3px 15px 2px 15px;
    transition: 0.4s;
    border-radius: 3px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.adresse_card img
{
    width: 250px;
    height: 150px;
    object-fit: contain;
}
.adresse_card h4:after {
    position: absolute;
    left: 0;
    bottom: -15px;
    content: "";
    width: 30px;
    height: 1px;
    background-color: #ff3681;
}
/*====== 4. End Categories css here ======*/
/*====== 5. Commentcamarche css here ======*/
.commentcamarche_section
{
    padding: 81px 0px 86px 0px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.commentcamarche_section .widget:hover .media
{
    transform: scaleX(-1);
}
.commentcamarche_section .widget .media
{
    width: 168px;
    height: 168px;
    background-color: #f7f7f7;
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    border-radius: 100%;
    margin-bottom: 24px;
}
.commentcamarche_section .widget .title
{
    font-family: Asap;
    margin: 0px;
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    color: #222222;
    transition: 0.4s;
}
.commentcamarche_section .widget .sub-title
{
    margin: 0px;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
}
/*====== 5. End Commentcamarche css here ======*/
/*====== 6. Banners css here ======*/
.banners_section {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 90px 0px 90px 0px;
}
.banners_section .banner
{
    padding: 31px 0 21px 38px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 227px;
}
/*====== 6. End Banners css here ======*/
/*====== 7. Lieux css here ======*/
.lieux_section
{
    background-color: #f4f4fc;
    padding: 80px 35px 84px 35px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.lieux_section .item-venue
{
    position: relative;
}
.lieux_section .item-venue img
{
    display: block;
    width: 182px;
    height: 229px;
    object-fit: cover;
}
.lieux_section .item-venue .el-content
{
    position: absolute;
    bottom: 18px;
    left: 25px;
}
.lieux_section .item-venue .el-content .venue-name
{
    font-family: Asap;
    margin: 0;
    line-height: 22px;
}
.lieux_section .item-venue .el-content .venue-name a
{
    font-size: 20px;
    color: #fff;
    line-height: 22px;
    font-weight: 600;
    transition: 0.4s;
}
.lieux_section .item-venue .el-content .count-event
{
    margin: 0px;
    font-size: 15px;
    color: #fff;
    line-height: 0;
    visibility: hidden;
    transition: 0.4s;
    margin-top: 6px;
}
.lieux_section .item-venue .el-content .count-event span
{
    margin-left: 5px;
}
.lieux_section .item-venue:hover .el-content .count-event {
    line-height: 1.2;
    visibility: visible;
}
.lieux_section .owl-item
{
    padding: 0 20px;
}
.lieux_section .owl-dots
{
    text-align: center;
    margin-top: 45px;
}
.lieux_section .owl-dots button
{
    width: 12px;
    height: 12px;
    background: transparent;
    transition: 0.2s;
    background: #dddddd;
    border-radius: 50%;
}
.lieux_section .owl-dots button
{
    margin-right: 10px;
}
.lieux_section .owl-dots .active
{
    background-color: #13eafe;
}
.lieux_section .owl-dots button:focus
{
    outline: none;
}
/*====== 7. End Lieux css here ======*/
/*====== 8. Temoignage css here ======*/
.temoignage_section
{
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 90px 0px 86px 0px;
}
.temoignage_section .image
{
    display: inline-block;
    width: 105px;
    height: 105px;
    margin-bottom: 36px;
}
.temoignage_section .thumb
{
    border-radius: 50%;
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.temoignage_section .carousel_content
{
    padding: 0px 180px;
}
.temoignage_section .desc
{
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    color: #333333;
    margin: 0;
    margin-bottom: 38px;
    font-family: Asap;
}
.temoignage_section .name_author
{
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    color: #222222;
    margin: 0;
    margin-bottom: 9px;
    font-family: Asap;
}
.temoignage_section .job
{
    font-size: 18px;
    line-height: 1.2;
    color: #888888;
    margin: 0;
}
/*====== 8. End Temoignage css here ======*/
/*====== 9. Statistiques css here ======*/
.statistiques_section
{
    background-color: #f4f4fc;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 77px 0px 90px 0px;
}
.statistiques_section .count
{
    font-family: Asap;
    font-size: 56px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 2px;
    color: #13eafe;
}
.statistiques_section .title
{
    font-size: 22px;
    line-height: 1.2;
    color: #333333;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
}
/*====== 9. End Statistiques css here ======*/
/*====== 10. Blog css here ======*/
.blog_section
{
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 81px 0px 84px 0px;
}
.blog_section .card
{
    border: none;
    overflow: hidden;
}
.blog_section .card-body
{
    padding: 1.25rem 0;
}
.blog_section .card .cat_date
{
    margin-bottom: 15px;
}
.blog_section .card .cat_date a
{
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
    color: #666666;
    margin-left: 7px
}
.blog_section .card .card-title:hover,
.blog_section .card .cat_date a:hover
{
    color: #13eafe;
}
.blog_section .card .cat_date .meta-slash
{
    padding-left: 10px;
    padding-right: 10px;
    color: #eaeaea;
}
.blog_section .card .cat_date .date
{
    font-size: 15px;
    line-height: 25px;
    color: #666666;
    margin-left: 7px
}
.blog_section .card .card-title
{
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    color: #222222;
    text-transform: capitalize;
    transition: 0.4s;
    font-family: "Roboto", Sans-serif;
}
.blog_section .card .card-text
{
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
}
.blog_section .owl-item
{
    padding: 0 20px;
}
.blog_section .owl-dots
{
    text-align: center;
}
.blog_section .owl-dots button
{
    width: 12px;
    height: 12px;
    background: transparent;
    transition: 0.2s;
    background: #dddddd;
    border-radius: 50%;
}
.blog_section .owl-dots button
{
    margin-right: 10px;
}
.blog_section .owl-dots .active
{
    background-color: #13eafe;
}
.blog_section .owl-dots button:focus
{
    outline: none;
}
.recent_post a:hover
{
    color: #13eafe;
}
.recent_post .post_publist_date
{
    font-size: 13px;
}
.recent_post .single_recent_post
{
    border-bottom: 1px solid #E0E0E0;
    padding: 10px;
    margin-bottom: 20px;
}
/*====== 10. End Blog css here ======*/
/*====== 11. Newsletter css here ======*/
.newsletter_section
{
    background: #f4f4fc;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: -50px;
    padding: 64px 0px 98px 0px;
}
.newsletter_section .title
{
    font-family: "Roboto", Sans-serif;
    color: #666;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.2em;
}
.newsletter_section .sub-title
{
    color: #13eafe;
    font-size: 28px;
    line-height: 1.2em;
        font-family: "Roboto", Sans-serif;
    font-weight: 600;
    padding: 0;
    margin: 0;
}
.newsletter_section form
{
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0 10px;
}
.newsletter_section form .txt_input
{
    padding: 10px 115px 10px 0px;
    height: unset;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    border: none;
    border-bottom: 1px solid #dadada;
    background: transparent;
}
.newsletter_section form .subs_btn
{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    font-family: Asap;
    padding: 5px 27px 5px 0px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    cursor: pointer;
    transition: 0.4s;
    border: none;
    z-index: 2;
    background: transparent;
    color: #13eafe;
    text-transform: uppercase;
}
/*====== 11. End Newsletter css here ======*/
/*====== 12. Footer css here ======*/
.footer_section
{
    background-image: url(https://ovatheme.com/meup/wp-content/uploads/2019/08/bg_footer.png);
    background: #343353;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ccc;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 50px 0px 38px 0px;
}
.footer_section .text
{
    font-size: 16px;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
}
.footer_section h2
{
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    font-family: "Roboto", Sans-serif;
    padding: 0;
    margin: 0;
    line-height: 1;
    margin: 0px 0px 20px 0px;
}
.footer_section .menu
{
    list-style-type: none;
    padding: 0;
}
.footer_section .menu li
{
    /*border-bottom: 1px solid rgba(204,204,204,0.1);*/
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.footer_section .menu tr
{
    padding-bottom: calc(30px/2);
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    display: block;
}
.footer_section .menu tr:not(:last-child)
{
    border-bottom: 1px solid rgba(204,204,204,0.1);
}
.footer_section .menu tr:not(:first-child)
{
    margin-top: calc(30px/2);
}
.footer_section .menu tr:hover
{
    color: #fff;
}
.footer_section .contact tr
{
    font-weight: 600;
}
.footer_section .contact tt svg
{
    margin: auto;
}
.footer_section .contact tr a
{
    margin-left: 10px;
    display: flex;
}
.footer2
{
    border-top: 1px solid;
    padding-top: 20px;
}
.footer2 .social_networks_menu
{
    padding: 0;
    display: flex;
}
.footer2 .social_networks_menu i
{
    font-size: 30px;
    margin-right: 20px;
}
.footer2 span
{
    font-size: 10px;
    line-height: normal;
}
.lastfooter_section
{
    background-color: #22213f;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 35px 0px 35px 0px;
}
.lastfooter_section .title
{
    color: #cccccc;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    padding: 0;
    margin: 0;
    line-height: 1;
}
.lastfooter_section a
{
    color: #ccc;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
}
/*====== 12. End Footer css here ======*/
    
/*====== 13. Page Evenements css here ======*/
.events_section
{
    min-height: 150px;
    background-size: cover;
    display: flex;
    align-items: center;
    text-align: center;
}
.events_section h1
{
    color: #ffffff;
    font-family: "Asap", Sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2em;
}
.events_section a,
.events_section span
{
    color: #ffffff;
    font-family: "Asap", Sans-serif;
    font-size: 20px;
}
.search_section
{
    padding: 30px;
    background: #fff;
    box-shadow: 0 0px 20px -7px rgba(0, 0, 0, 0.6);
    margin-bottom: 60px;
    border-radius: 4px;
    max-width: 1190px;
    margin: auto;
    margin-top: -10%;
}
.search_section input,
.search_section select,
.select2-selection
{
    box-shadow: none;
    height: 50px !important;
    border: 1px solid #e2e2e2 !important;
    border-radius: 4px !important;
    padding: 0 20px;
    font-size: 15px;
    margin: 10px 0;
    width: 100%;
}
.select2-container
{
    display: block !important;
    width: 100% !important;
}
.select2-selection
{
    display: flex !important;
    align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow
{
    height: 26px;
    position: absolute;
    top: 0;
    right: 1px;
    width: 20px;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}
.search_section .search_btn
{
    background-color: #13eafe;
    border-color: #13eafe;
    color: #fff;
    height: 50px;
    font-weight: 600;
    font-size: 18px;
    border: 1px solid #f05537;
    border-radius: 4px;
    transition: .3s ease;
    line-height: 35px;
    padding-left: 20px;
    padding-right: 20px;
    width: 262px;
}
.search_section .search_btn:hover
{
    background-color: #343434;
    border-color: #343434;
}
.event_section
{
    margin-top: 60px;
}
.grid-event
{
    margin-bottom: 20px;
    overflow: hidden;
    min-height: 555px;
}
img.card-img-top:hover
{
    transform: scale(1.1);
}
.card-img-top
{
    width: 360px;
    height: 243px;
    object-fit: contain;
    transition: all 0.4s cubic-bezier(0.5, 0.12, 0.46, 0.88);
    max-width: 100%
}
/*====== 13.End Page Evenements css here ======*/
/*====== 14. Single Evenements css here ======*/
.single_event_page_head
{
    padding: 60px 10px 60px 10px;
    background: #fff;
}
.single_event_page_head h1
{
    font-family: Asap;
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px;
}
.single_event_page_head .date
{
    font-size: 16px;
    font-weight: 600;
}
.single_event_page_head .date-start
{
    padding-right: 30px;
}
.single_event_page_head .col-md-8 svg
{
    margin-right: 10px;
}
.single_event_page_head .date-start .month
{
    background: #13eafe;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 2px 2px 0 0;
    color: #fff;
    font-weight: 600;
    height: 22px;
    line-height: 22px;
}
.single_event_page_head .wp-date .day-week
{
    color: #666666;
    display: inline-flex;
    flex-direction: column;
    height: 80px;
    width: 85px;
    background: #FFF;
    border: 1px solid #ccc;
    border-bottom-width: 5px;
    border-top: 0;
    transition: all .3s;
    text-align: center;
}
.single_event_page_head .wp-date .day-week .day {
    font-size: 42px;
    line-height: 1.2;
    padding-top: 5px;
    display: inline-block;
}
.single_event_page_head .wp-date .day-week .weekday {
    font-size: 12px;
    line-height: 16px;
}
.single_event_page_head .res_btn
{
    padding: 15px 0px;
    border-radius: 2px;
    font-weight: bold;
    display: grid;
    display: -ms-grid;
    width: 360px;
    text-align: center;
    font-size: 18px;
    background-color: #13eafe;
    border-color: #13eafe;
    color: #fff;
    width: 100%;
}
.single_event_page_head .res_btn.btn_annule{
    background-color: #ff6a00;
}
.single_event_page_head .react
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 5px;
    color: #666;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
}
.single_event_page_body .tickets_info,
.single_event_page_body .calendar_info,
.single_event_page_body .description
{
    background-color: #fff;
    padding: 30px;
    margin-bottom: 40px;
}
.single_event_page_body
{
    background-color: #f1f1f1;
    margin-top: 50px;
}
#evenements_epuise,
#evenements_reporte
{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    height: 50px;
    text-align: center;
    background: #cc2b67ab;
    /* display: flex; */
    /* align-items: center; */
    /* align-content: center; */
    color: #fff;
    text-transform: uppercase;
    padding: 12px 0;
    font-size: 25px;
    z-index: 9;
}
#evenements_reporte
{
    background: #0a3c9fab;
}
#evenements_reporte.ev_annule
{
    background: #ff6a00d1;
}
.evenements_liees h3,
.single_event_page_body h3
{
    font-family: Asap;
    margin: 0px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color: #333333;
    position: relative;
    margin-bottom: 44px;
    line-height: 1em;
}
.evenements_liees h3:after,
.single_event_page_body h3:after
{
    position: absolute;
    left: 0;
    bottom: -15px;
    content: "";
    width: 30px;
    height: 1px;
    background-color: #13eafe;
}
.single_event_page_body .description p
{
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 14px;
}
.single_event_page_body .item_ticket
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border: 1px solid #ddd;
    padding: 13px 15px 11px 15px;
}
.single_event_page_body .item_ticket:not(:last-child),
.single_event_page_body .calendar_info .item_cal:not(:last-child)
{
    border-bottom: none;
}
.single_event_page_body .item_ticket .title
{
    font-size: 14px;
    line-height: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    text-align: center;
}
.single_event_page_body .item_ticket .price,
.single_event_page_body .calendar_info .price
{
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 4px;
    margin: 0;
    color: #333;
    text-align: center;
}
.single_event_page_body .item_ticket .price .old_price,
.single_event_page_body .calendar_info .price .old_price
{
    text-decoration: line-through;
    font-size: 10px;
    color: #db2e6f;
}
.single_event_page_body .calendar_info .ticket_vars span
{
    font-size: 10px;
    line-height: 1.2;
    font-weight: 700;
    color: #999999;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 4px 50px 3px 50px;
}
.single_event_page_body .calendar_info .item_cal
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #E4E5E6;
    padding: 20px 15px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.single_event_page_body .calendar_info .date
{
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    margin: 0;
}
.single_event_page_body .calendar_info .time
{
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}
.single_event_page_body .item_ticket .book_btn
{
    background-color: #13eafe;
    border-color: #13eafe;
    color: #fff;
    display: inline-block;
    padding: 6px 58px 6px 58px;
    font-size: 12px;
    line-height: 22px;
    transition: 0.4s;
}
.single_event_page_body .item_ticket .book_btn:hover
{
    opacity: .8
}
#map
{
    min-height: 300px;
}
.page_reservation h4
{
    margin: 0;
    padding-top: 0;
    padding-bottom: 9px;
    font-size: 14px;
    line-height: 1.2;
    color: #333;
    font-weight: 600;
    border-bottom: 3px solid #ccc;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.page_reservation table th
{
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    color: #666;
}
.page_reservation table td
{
    color: #666;
    font-size: 14px;
    line-height: 22px;
}
.page_reservation .table1 tr:first-child
{
    border-bottom: 3px solid #ccc;   
}
.page_reservation .table2 tr:first-child
{
    border-bottom: 1px dashed #bbb;
}
.page_reservation .table2 .total_row
{
    background: #666;
    padding: 20px;
}
.page_reservation .table2 .total_row td
{
    color: #fff;
    font-weight:bold;
}
.page_reservation input
{
    font-size: 16px;
    color: #666;
    line-height: initial;
    padding: 6px 10px;
    border-radius: 0;
}
.next_btn
{
    display: block;
    width: 100%;
    padding: 14px 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.28);
    transition: 0.3s;
    text-align: center;
    background-color: #90ba3e;
}
.next_btn:hover
{
    background-color: #13eafe;
    color: #fff
}
.quantity_increment
{
    border: 1px solid;
    width: fit-content;
}
.quantity_increment button
{
    background: none;
    border: none;
    font-size: 14px;
    padding: 5px 8px;
}
.quantity_increment .quantity_val
{
    font-size: 15px;
}
.quantity_increment button:not(:last-child)
{
    border-right: 1px solid
}
/*====== 14. End Single Evenements css here ======*/
/*====== 15. Aboutus Evenements css here ======*/
.aboutus_page h1
{
    line-height: 1em;
    font-size: 30px;
    font-weight: 600;
    transition: 0.4s;
    color: #222222;
    font-family: Asap;
}
.aboutus_page h2
{
    font-family: Asap;
    margin: 0px;
    font-size: 22px;
    font-weight: 600;
    color: #333333;
    position: relative;
    margin-bottom: 30px;
    line-height: 1em;
    margin-top: 40px;
}
.aboutus_page h2:after
{
    position: absolute;
    left: 0;
    bottom: -15px;
    content: "";
    width: 30px;
    height: 1px;
    background-color: #13eafe;
}
/*====== 15. End Aboutus Evenements css here ======*/
/*====== 16. Contact Evenements css here ======*/
.contact tr
{
    padding: 0px 0px 21px 0px;
    display: block;
}
.contact tr a,
.contact tr span
{
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    transition: 0.4s;
    margin-left: 10px;
}
.contact tr a:hover
{
    color: #13eafe;
}
/*====== 16. End Contact css here ======*/
/*====== 17. Membre css here ======*/
.sp-colorize
{
    width: 49px;
    height: 100%;
}
.login_card
{
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
    padding: 41px 45px 40px 45px;
}
.login_card a
{
    color: #13eafe;
}
.login_popup_card a
{
    display: block;
}
.login_popup_card .sisncrire
{
    font-size: 16px;
    text-align: center;
    text-transform: none !important;
    line-height: 26px;
}
.login_popup_card
{
    width: 300px;
}
#dropdownLogin i
{
    font-size: 25px;
}
.pack_card
{
    min-height: 271px;
    margin-bottom: 10px
}
.pack_card .theme_h3
{
    min-height: 56px;
}
.dash_menu
{
    background-color: #343353;
    width: 265px;
    min-height: 100%;
    overflow: auto;
    webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.dash_menu .head img
{
    width: 80px;
    border-radius: 50%;
    padding: 20px 0;
}
.dash_menu .head label
{
    color: #fff;
}
.dash_menu ul
{
    padding: 0px;
}
.dash_menu li
{
    display: flex;
    align-items: center;
    padding: 10px 20px;
    font-weight: 300;
    color: #fff;
    font-size: 14px;
}
.dash_menu li:not(:last-child)
{
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.dash_menu li .active,
.dash_menu li a:hover
{
    color: #13eafe;
}
.dash_content
{
    width: 100%;
}
.dash_content td img {
    height: 100px;
    width: 100px;
    object-fit: cover;
}
.div_img_page
{
    margin: 10px 2px;
    border: 1px solid #e86d61;
    padding: 10px;
}
.single_ticket input,
.single_calendrier input
{
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fcfcfe;
    border: 1px solid #e3e1f1;
    max-width: 100%;
}
.single_ticket label,
.single_calendrier label
{
    font-size: 14px;
}
.delete_img_p
{
    position: absolute;
    right: 10px;
    background: #fff;
    border: 1px solid #00000040;
}
.event_tabs
{
    border: 1px solid #EDE7F6;
    padding: 0;
    border-radius: 2px;
    margin: 0;
}
.event_tabs > .active
{
    background: #13eafe;
    color: #fff;
    border-radius: 2px;
}
.event_tabs a
{
    margin: 20px 0;
    display: inline-block;
}
.profil .nav li{
    margin: 0px 5px 0 0;
    display: flex;
}
.fade:not(.show)
{
    display: none
}
.profil .nav li a
{
    padding: 10px 30px; 
    background: #263238;
    color: #fff;
    border-radius: 2px;
}
.profil .nav li .active
{
    background: #13eafe;
}
.pack_card ul
{
    padding: 0px;
    min-height: 78px;
}
.pack_card ul li
{
    margin-bottom: 5px;
}
.pack_card ul li:before
{
    content: "✓";
    margin-right: 5px;
    color: #13eafe;
}
.dash_bars
{
    position: absolute;
    top: 75px;
    right: 20px;
    display: none;
}
.dash_bars span
{
    margin: 5px;
    width: 30px;
    height: 3px;
    background: #c75d52;
    display: block;
    border-radius: 3px;
}
@media only screen and (max-width: 985px) {
    .dash_bars
    {
        display: block;
    }
    .dash_menu
    {
        width: 0px;
        position: absolute;
        z-index: 9
    }
    .dash_menu .dash_bars
    {
        top: 10px;
    }
}
/*====== 17. End Membre css here ======*/
/* Extra Styles */
.videos-carousel .owl-nav,
.events-carousel .owl-nav
{
    position: absolute;
    top: 40%;
    width: 104%;
    margin: 0 0px 0 -23px;
}
@media only screen and (max-width: 767px) {
    .videos-carousel .owl-nav,
    .events-carousel .owl-nav
    {
        position: absolute;
        top: 40%;
        width: 100%;
        margin: 0 0px 0 0px;
    }
}
.videos-carousel .owl-nav{
    width: 107%;
}
.events-carousel .owl-nav button,
.videos-carousel .owl-nav button
{
    font-size: 50px !important;
    color: #0a3ea0 !important;
}
.events-carousel .owl-nav .owl-next,
.videos-carousel .owl-nav .owl-next
{
    float: right;
}
.longue_duree_label,
.hot_vente_label
{
    position: absolute;
    transform: rotate(-45deg);
    background: #ff3681;
    top: 30px;
    padding: 10px 40px;
    left: -46px;
    color: #fff;
    z-index: 99;
}
.hot_vente_label
{
    padding: 10px 55px;
}
.hot_vente_label_mt
{
    top: 63px;
    padding: 10px 107px;
    left: -58px;
}
.cart-table{
    overflow-x: auto;
}
.planning-table{
    font-size: 14px;
}
.planning-table td{
    padding: 0.5rem;
}
.blue-bg {
    background-color: #13eafe;
}
.pink-bg {
    background-color: #fa357d;
}
.pink-bg .cat_price .old_price, .pink-bg .cat_price .price, .blue-bg .cat_price .old_price, .blue-bg .cat_price .price {
    color: #FFF;
}
.pink-bg .card-text, .blue-bg .card-text{
    color: #000;
}
.pink-bg .card-text svg, .blue-bg .card-text svg{
    fill: #FFF;
}
.pink-bg .btn, .blue-bg .btn{
    border: 2px solid #FFF;
}
.pink-bg .btn:hover, .blue-bg .btn:hover {
    background-color: #FFF;
    border-color: #cccccc;
    color: #333333;
}
.pink-bg .card-title:hover, .blue-bg .card-title:hover{
    color: #FFF;
}
.events-carousel-alaune{
    border: 5px solid #c6a726;
}
.events-carousel-alaune .grid-event{
    border: none;
}