@charset "UTF-8";

/*
Theme Name: ajmi
Description: Child theme for SMAC AJMI
Author: UX Themes
Template: flatsome
Version: 1.1
*/


/*  ===============================================================
    FONT
    =============================================================== */

    /*  AcuminVariableConcept
        https://www.onlinewebfonts.com/download/066ce24dae3730ed6c648b09efaea93a */

    @font-face {
        font-family: "Acumin Variable Concept";
        src: url("./assets/fonts/AcuminVariableConcept/AcuminVariableConcept.eot");
        src: url("./assets/fonts/AcuminVariableConcept/AcuminVariableConcept.eot?#iefix") format("embedded-opentype"),
             url("./assets/fonts/AcuminVariableConcept/AcuminVariableConcept.woff2") format("woff2"),
             url("./assets/fonts/AcuminVariableConcept/AcuminVariableConcept.woff")  format("woff"),
             url("./assets/fonts/AcuminVariableConcept/AcuminVariableConcept.ttf")   format("truetype"),
             url("./assets/fonts/AcuminVariableConcept/AcuminVariableConcept.svg#Acumin Variable Concept") format("svg");
    }


    /*
    @font-face {
        font-family: "Monotalic";
        font-weight: 100 400;
        src: url('./assets/fonts/Monotalic/webFonts/MonotalicNarrowLight/font.woff2') format('woff2'),
             url('./assets/fonts/Monotalic/webFonts/MonotalicNarrowLight/font.woff')  format('woff');
    }
    @font-face {
        font-family: "Monotalic";
        font-weight: 700;
        src: url('./assets/fonts/Monotalic/webFonts/MonotalicBold/font.woff2') format('woff2'),
             url('./assets/fonts/Monotalic/webFonts/MonotalicBold/font.woff')  format('woff');
    }


    @font-face {
        font-family: "Breakers";
        font-weight: 100 400;
        src: url('./assets/fonts/breakers/webFonts/Breakers/font.woff2') format('woff2'),
             url('./assets/fonts/breakers/webFonts/Breakers/font.woff')  format('woff');
    }
    @font-face {
        font-family: "Breakers";
        font-weight: 700;
        src: url('./assets/fonts/breakers/webFonts/BreakersBold/font.woff2') format('woff2'),
             url('./assets/fonts/breakers/webFonts/BreakersBold/font.woff')  format('woff');
    }
    */


/*  ===============================================================
    HEADERS
    =============================================================== */

    h1, .banner h1 {
        font-size: 2.0em;
        font-family: "Acumin Variable Concept" !important; /* ex "Monotalic" */
        text-transform: uppercase;
    }


    h2, .banner h2 {
        font-size: 1.5em;
        font-family: "Acumin Variable Concept" !important; /* ex "Monotalic" */
        text-transform: uppercase;
    }

    h3 {
        font-size: 1.17em;
        text-transform: uppercase;
        font-family: "Acumin Variable Concept", sans-serif !important; /* ex "Breakers" */
    }

    h2.section-title-normal,
    h3.section-title-normal {
        color: #444;
    }

    .section-title span {
        text-transform: uppercase !important;
    }


    body {
        font-family: "Acumin Variable Concept", sans-serif !important; /* ex "Breakers" */
    }

    .nav > li > a {
        font-family: "Acumin Variable Concept", sans-serif !important; /* ex "Breakers" */
    }

    .nav-outline > li.active > a {
        color: #444 !important;
    }



    .section.ticket .section-title-container.main-title {
        margin-bottom: 0;
    }

    .section-title-container.main-title h2 {
        font-size: 1.5em;
    }

    .section-title span {
        text-transform: none;
    }


/*  ===============================================================
    COLORS
    =============================================================== */

    /*       
    ROUGE : #444 - rgb(68, 68, 68)   - rgba(68, 68, 68, 1)   rgba(68, 68, 68, 0)
    ROUGE : #444 - rgb(68, 68, 68)   - rgba(68, 68, 68, 1)   rgba(68, 68, 68, 0)
    VERT  : #444 - rgb(68, 68, 68)   - rgba(68, 68, 68, 1)   rgba(68, 68, 68, 0)

    225

    */



    /*

    PANTONE BLUE 072C (bleu)     : #10069f - rgb(16, 6, 159)
    PANTONE 382 (vert)           : #c4d600 - rgb(196, 214, 0)
    PANTONE 803 (jaune)          : #ffe817 - rgb(68, 68, 68)  444
    PANTONE 805 (orange)         : #f93a2b - rgb(249, 58, 63)
    PANTONE 806 (rose - magenta) : #ff0099 - rgb(255, 0, 153)
    PANTONE 807 (mauve)          : #444 - rgb(190, 0, 170)


    rouge    : #dd4b4e - rgb(222, 75, 78)   - rgba(222, 75, 78, 1)   rgba(222, 75, 78, 0)
    bordeaux : #f93a2b - rgb(138, 47, 47)   - rgba(138, 47, 47, 1)
    blanc    : #ffffff
    gris     : #e9e9e9 - rgb(232, 232, 232) - rgba(232, 232, 232, 1) (fonds des articles)
    noir     : #1c1c1c - rgb(28, 28, 28)    - rgba(28, 28, 28, 1)

    jaune    : #ebaf3b - rgb(235, 177, 61) (breves)
    bleu     : #79bdd9 - rgb(119, 189, 217) (photos)
    violet   : #b464a0 - rgb(181, 101, 161) (videos)
    rouge    : #d1484b (articles)


    border-color: var(--primary-color);

    */


    .primary-color {
        color: #444; /* PANTONE xxx - jaune */
    }

    .secondary-color {
        color: #f93a2b; /* PANTONE 805 - orange */
    }

    .success-color {
        color: #FFC810;
    }

    .alert-color {
        color: #ff0099;
    }

    .bg-primary-color {
        background-color: #444;
    }

    .bg-secondary-color {
        background-color: #f93a2b;
    }

    .bg-success-color {
        background-color: #FFC810;
    }

    .bg-alert-color {
        background-color: #ff0099;
    }

    .dark a {
        color: #fff;        
    }



/*  ===============================================================
    RESET ITEMS
    =============================================================== */

    /*
    .col, .gallery-item, .columns {
        padding: 0 15px;
    }
    */

    blockquote {
        font-size: 1em;
    }

    pre, blockquote, form, figure, p, dl, ul, ol {
        margin-bottom: 0.7em;
    }

    li {
        margin-bottom: .2em;
    }



/*  ===============================================================
   SELECTION
   ================================================================ */

    ::-moz-selection {
        color: white;
        background: #444;
    }

    ::selection {
        color: white;
        background: #444;
    }


/*  ===============================================================
   IMAGE
   ================================================================ */

/*
img[src$='.svg'] {
    width: 100%;
    height: auto;
}
*/

/*  ===============================================================
   ICON
   ================================================================ */

    .fas.fa-ticket-alt {
        -moz-transform: rotate(-60deg);
        -ms-transform: rotate(-60deg);
        transform: rotate(-60deg)
    }

    .fa-music:before {
        margin-left: -2px;
    }

    .fa-music:hover {
        -webkit-animation:spin 4s linear infinite;
        -moz-animation:spin 4s linear infinite;
        animation:spin 4s linear infinite;
    }

    .box.box-paloma .picto {
        margin-top: 7px;
    }

    .box.box-paloma .picto-ticket {
        font-size:  1.5em;
    }

    .box.box-paloma .free {
        color: #fff;
        margin-top: 7px;
    }


/*  ===============================================================
    NO JAVASCRIPT
    =============================================================== */

    .no-javascript {
        color: #fff;
        background-color: #444;
        padding: 20px;
        margin: 10px 0;
        /* max-width: 240px; */
    }

    .no-javascript h3 {
        color: #fff;
    }

/*  ===============================================================
    EASTER EGGS
    =============================================================== */

    span.easter,
    em.easter {
        color: #444;
    }

    span.easter:hover,
    em.easter:hover {
        display: inline-block;
    }


    .easter {
        -webkit-animation:spin 2s linear infinite;
        -moz-animation:spin 2s linear infinite;
        animation:spin 2s linear infinite;
    }

    @-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
    @-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
    @keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }




/*  ===============================================================
    BUTTONS
    =============================================================== */


    .button.primary {
        border-radius: 99px;
    }


    .button br {
        display: initial;
    }


    /* social buttons */

    .button.deezer:not(.is-outline),
    .button.deezer:hover {
        color: #73bb02 !important
    }

    .dark .social-icons {
        color: #999;
    }


    @media screen and (min-width: 849px) and (max-width: 1020px) {
        .nav-dark .social-icons {
            display: none;
        }
    }




    /* buttons event */

    .button-bus {
        font-size: 30px;
    }

    .button-facebook-event {
        font-size: 30px;
    }


    /* buttons blog */


    .button.button-blog-post {
        background-color: #444;
    }

    .button.button-blog-brief {
        background-color: #ebaf3b;
    }

    .button.button-blog-photo {
        background-color: #79bdd9;
    }

    .button.button-blog-video {
        background-color: #b464a0;
    }


    /* button index in bottom position */

    .button .box-index {
        position: absolute;
        bottom: -14px;
        left: 50%;
        width: 28px;
        height: 28px;
        background-color: inherit;
        -ms-transform: translateX(-50%) rotate(45deg);
        transform: translateX(-50%) rotate(45deg);
        box-shadow: inherit;
        border-radius: 14px;
        z-index: -1;

    }

    /* button index for all positions */

    .button.is-button-index {
        /* margin-top: -7px; */
    }

    .button.is-button-index:after {
        display: inline-block;
        content: '';
        position: absolute;

        left: 50%; /* default bottom */
        bottom: -7px; /* default bottom */

        width: 14px;
        height: 14px;

        background-color: inherit;
        -ms-transform: translateX(-50%) rotate(45deg);
        transform: translateX(-50%) rotate(45deg);
        box-shadow: inherit;
    }

    .button.is-button-index.is-button-index-top {
        /* margin-bottom: -7px; */
    }

    .button.is-button-index.is-button-index-top:after {
        left: 50%;
        top: -7px;
    }

    .button.is-button-index.is-button-index-right {
        margin-right: 7px;
    }

    .button.is-button-index.is-button-index-right:after {
        left: auto;
        right: -14px;
        top: 7px;
    }

    .button.is-button-index.is-button-index-bottom {
        /* margin-top: -7px; */
    }

    .button.is-button-index.is-button-index-bottom:after {
        left: 50%;
        bottom: -7px;
    }

    .button.is-button-index.is-button-index-left {
        margin-left: 7px;
    }

    .button.is-button-index.is-button-index-left:after {
        top: 7px;
        left: 0;
    }




    /* nav buttons */

    .button-nav {
        display: inline-block;
        white-space: nowrap;
    }

    .button-nav i {
        font-size: 200%;
        display: inline-block;
        margin-top: -2px;
    }

    .button-nav.button-nav-prev {
        text-align: left;
        /*text-align-all: left;*/
    }

    .button-nav.button-nav-prev {
        text-align: right;
        /*text-align-all: right; */
    }

    .button-nav.button-nav-prev i {
        margin-left: 0;
        margin-right: .4em;
    }

    .button-nav.button-nav-next i {
        margin-left: .4em;
        margin-right: 0;
    }


    .button-nav span {
        /* color:  #000; */
        /*
        display: inline-block;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
        */
    }

    /*
    .button-nav.button-nav-prev span {
        margin-left: 10px;
    }

    .button-nav.button-nav-next span {
        margin-right: 10px;
    }
    */


/*  ===============================================================
    TOOLTIPS
    =============================================================== */

    .tooltipster-default {
        border: 1px solid rgba( 255, 255, 255, 0.3);
    }



/*  ===============================================================
    LOGO
    =============================================================== */

    /*
    .logo-left .logo {
        margin-right: 0;
    }
    */

    /* desactivate height of main header bar */

    /*
    #logo img {
        max-height: none !important;
        padding: 5px 0 !important;
        margin: 0 !important;
    }

    @media screen and (min-width: 1020px) {
        #logo img {
            margin-left: 40px !important;
        }
    }



    #logo img:hover {

        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);

        -webkit-transition: filter 0.5s ease, transform 1s ease;
        transition: filter 0.5s ease, transform 1s ease;
    }
    */

    #logo img:hover {

        -webkit-animation: spin 4s linear infinite;
        -moz-animation: spin 4s linear infinite;
        animation: spin 4s linear infinite;
    }


/*  ===============================================================
    COLS
    =============================================================== */

    .nav-anim>li+li+li+li+li+li+li,
    .col+.col+.col+.col+.col [data-animate],
    [data-animate]+[data-animate]+[data-animate]+[data-animate]+[data-animate],
    [data-animate-delay="800"] {
        transition-delay: .2s;
    }

/*  ===============================================================
    ROWS
    =============================================================== */

    .row .section {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }


    .row-light {
        background-color: #fff;
    }



/*  ===============================================================
    TITLE
    =============================================================== */

    .with-slider .main-title {
        margin-top: 50px;
    }


    /* title for blog */

    .section-title.section-blog-post,
    .section-title.section-blog-brief,
    .section-title.section-blog-photo,
    .section-title.section-blog-video {
    }

    .section-title.section-blog-post {
        border-bottom-color: #444;
    }

    .section-title.section-blog-brief {
        border-bottom-color: #FFC810;
    }

    .section-title.section-blog-photo {
        border-bottom-color: #79bdd9;
    }

    .section-title.section-blog-video {
        border-bottom-color: #b464a0;
    }


    .section-title.section-blog-post span,
    .section-title.section-blog-brief span,
    .section-title.section-blog-photo span,
    .section-title.section-blog-video span {
        color: #fff;
        padding-top:   7px;
        padding-left:  10px;
        padding-right: 10px;
    }

    .section-title.section-blog-post span {
        background-color: #444;
    }

    .section-title.section-blog-brief span {
        background-color: #FFC810;
    }

    .section-title.section-blog-photo span {
        background-color: #79bdd9;
    }

    .section-title.section-blog-video span {
        background-color: #b464a0;
    }


    .section-title.section-blog span img,
    .section-title.section-blog-post span img,
    .section-title.section-blog-brief span img,
    .section-title.section-blog-photo span img,
    .section-title.section-blog-video span img {
        width: 50px;
        margin-left: 10px;
    }


    a:hover > .section-title {
        border-bottom-color: rgba(0, 0, 0, 0.2);
    }

    a:hover > .section-title span {
        /*background-color: #ccc;*/
        box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
    }



/*  ===============================================================
    BREADCRUMB
    =============================================================== */

    /*
    .header-bottom.wide-nav.nav-dark {
        background-color: #333;
    }
    */

    nav.breadcrumbs {
        font-size: 1.5em;
    }

    .header-bottom.wide-nav.nav-dark .breadcrumbs {
        color: #fff;
    }

    .header-bottom.wide-nav.nav-dark .breadcrumbs a {
        color: #aaa;
        font-weight: normal;
    }

    .header-bottom.wide-nav.nav-dark .breadcrumbs a.current {
        color: #fff;
    }

    .header-bottom.wide-nav.nav-dark .breadcrumbs a:hover {
        color: #444;
    }





/*  ===============================================================
    HEADER FOR HOMEPAGE
    =============================================================== */


     /* hide header bottom bar for front-page */


     /*
    body.home #wide-nav {
        display: none;
    }
    */

     /* slider front-page */

    .section-front-page-slider {
        padding: 0 !important;
    }

    /*
    body.front-page-slider .header-main {
        background-color: #000;
    }
    */

    body.front-page-slider .header, body.front-page-slider .header-wrapper {
        margin-top: 0px;
    }

    /*
    body.front-page-slider.full-screen-slider .header, body.front-page-slider .header-wrapper {
        margin-top: -33px;
    }
    */

    /*
    body.front-page-slider .header-top {
        background-color: transparent !important;
    }
    */

    /*
    body.front-page-slider .header-bg-color, body.front-page-slider .header-wrapper {
        background-color: transparent !important;
    }
    */

    body.front-page-slider .header-wrapper.stuck {
        margin-top: 0;
    }

    body.front-page-slider .header-wrapper.stuck .header-top {
        background-color: rgba(68, 68, 68, 0.95) !important;
    }



     /* banner front-page mobile apps */

    .section.banner-mobile-apps {
        background-color: #e9e9e9;
        /* padding-bottom: 0; */
    }

    .section.banner-mobile-apps:after {
        height: 7px;
        width: 100%;
        background: url('/wp-content/themes/smac/assets/images/triangle-bandeau-crante.svg') repeat-x;
        content: '';
        position: absolute;
        bottom: -7px;
        left: 0;
    }



/*  ===============================================================
    TOP HEADER BAR
    =============================================================== */

    .header-top {
        border-top: 5px solid rgba(68, 68, 68, 0.01);
        background-color: rgba(68, 68, 68, 0.95) !important;
    }



    body.front-page-slider .header-top {
        border-top: none;
    }

    body.front-page-slider .header-wrapper.stuck .header-top {
        border-top: 5px solid rgba(68, 68, 68, 0.01); /* size need to be 0.01 for not hiding border */
    }

    .nav.top-bar-nav > li > a {
        font-size: .75em;
        font-weight: 700;
        line-height: 1.2;
        text-transform: uppercase;
    }



/*  ===============================================================
    TOP HEADER BAR MENU TABS
    =============================================================== */

    ul.nav.top-bar-nav.nav-right.nav-small.nav-tabs li {

    }

    ul.nav.top-bar-nav.nav-right.nav-small.nav-tabs li a {
        border-color: #888;
        border-bottom: none;
        color: #000;
        background-color: rgba(170, 170, 170, 0.8);
        font-weight: 700;
        border-radius: 10px 10px 0 0;
        margin: 0 0px;

        border-bottom: 1px solid rgba(255, 255, 255, 0.3);

    }

    ul.nav.top-bar-nav.nav-right.nav-small.nav-tabs a:hover {
        color: #000;
        background-color: rgba( 170, 170, 170, 1);
        border-color: #aaa;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.85);
        z-index: 99999;
    }



    /* topmenu tinals tab */

    ul.nav.top-bar-nav.nav-right.nav-small.nav-tabs li.tinals a {
        color: #fff;
        background-color: rgba( 0, 0, 0, 1);
        border-color: #333;
        text-transform: uppercase;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .nav-tabs li.tinals {
    }

    .nav.nav-sidebar.nav-vertical li.tinals a,
    .nav-tabs li.tinals a {
        width: 182px;
        height: auto;
        content: "";
        background-color: rgba( 0, 0, 0, 1);
        background-image: url('/wp-content/uploads/2018/01/logo-tinals-2018-horizontal.svg');
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: 50% 50%;
        background-size: contain;
        background-size: 150px 16px;
    }



    /*
    .nav.nav-sidebar.nav-vertical li.tinals {
        width: 150px;
    }

    .nav.nav-sidebar.nav-vertical li.tinals a {
        width: auto;
        text-align: left;
    }
    */

    .nav-tabs li.tinals a:hover {
        color: #444;
        border-color: #111;
        background-image: url('/wp-content/uploads/2018/01/logo-tinals-2018-horizontal-hover.svg');

    }


    /* topmenu ticket tab */


    ul.nav.top-bar-nav.nav-right.nav-small.nav-tabs li.ticket a {
        background-color: rgba(255, 255, 255, 1);
    }

    .nav-tabs li.ticket a {
        background-color: rgba(255, 255, 255, 1);
    }


/*  ===============================================================
    MAIN HEADER BAR
    =============================================================== */

    /*
    #masthead {
        background-color: #000;
    }
    */


    /* line under menu */

    .header-nav-main.nav-line-bottom li a:before {
        width: 50%;
    }


    /* search button */

    li.header-search.header-search-lightbox.has-icon a i {
        color: #444;
    }

    .mfp-wrap {
        z-index: 10000;
    }

    .searchform-wrapper .button {
        background-color: #444 !important;
    }




    /* submenu */

    ul.header-nav-main .nav-dropdown-default .nav-column li>a,
    ul.header-nav-main .nav-dropdown.nav-dropdown-default>li>a {
        /* border-bottom: none; */
        padding: 7px 0;
    }


    /* submenu : current-dropdown */

    .nav-dropdown .nav-dropdown-col > a,
    .nav-dropdown.dark .nav-dropdown-col > a {
        color: #444;
    }



/*  ===============================================================
    MOBILE BAR
    =============================================================== */

    @media screen and (max-width: 849px) {
        /*
        .header-main {
            height: 65px !important;
        }

        #header.custom-header {
            height: 65px !important;
        }

        #masthead {
            height: 65px !important;
        }
        */

        #logo {
            width: 110px !important;
        }

    }


    @media screen and (max-width: 549px) {
        /*
        .header-main {
            height: 60px !important;
        }

        #header.custom-header {
            height: 60px !important;
        }

        #masthead {
            height: 60px !important;
        }
        */

        #logo {
            width: 100px !important;
        }

    }



/*  ===============================================================
    HEADER SHADOW
    =============================================================== */

    .header-wrapper.stuck, .header-shadow .header-wrapper, .layout-shadow #wrapper {
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.45);
    }



/*  ===============================================================
    BOX
    =============================================================== */

    .nav-outline > li.active > a {
        color: #444;
        border-color: currentColor;
    }


    .nav-outline > li > a {
        line-height: 2.4em;
        padding: 0 .75em;
        position: relative;
        z-index: 10;
        border: 2px solid transparent;
        border-radius: 0;
    }



    /* box-paloma */

    .box-paloma {
        overflow: hidden;
    }




    /* bug flatsome css */

    .box-paloma a {
        display: inline;
    }


    .box-paloma .box-text {

        max-height: 0; /* need for transition */
        min-height: 81px;
        display: block;

        transition: max-height 1s cubic-bezier(0,1.66,.52,.35);

        background-color: #444;
        padding: 0;
        position: absolute;

        bottom: 0;
        z-index: 1;
        line-height: 1.20em;
    }



    .blog-post .box-paloma .box-text {
        background-color: #d1484b;
    }

    .blog-brief .box-paloma .box-text {
        background-color: #FFC810;
    }

    .blog-photo .box-paloma .box-text {
        background-color: #79bdd9;
    }

    .blog-video .box-paloma .box-text {
        background-color: #b464a0;
    }


    .box-paloma:hover .box-text {

        max-height: 100%; /* need for transition */
        height: 100%;
        transition: max-height .3s ease-in;

        background-color: rgba(68, 68, 68, 0.85);
    }


    .blog-post .box-paloma:hover .box-text {
        background-color: rgba(68, 68, 68, 0.85);
    }

    .blog-brief .box-paloma:hover .box-text {
        background-color: rgba(235, 177, 61, 0.85);
    }

    .blog-photo .box-paloma:hover .box-text {
        background-color: rgba(119, 189, 217, 0.85)
    }

    .blog-video .box-paloma:hover .box-text {
        background-color: rgba(181, 101, 161, 0.85);
    }




    .box-paloma .box-text .before-title.show-on-hover.hover-reveal,
    .box-paloma .box-text .after-title.show-on-hover.hover-reveal {
        transition-delay: 0s;
        transition-duration: 0.1s;
        color:  #555;
    }

    .box-paloma:hover .box-text .before-title.show-on-hover.hover-reveal,
    .box-paloma:hover .box-text .after-title.show-on-hover.hover-reveal {
        transition-delay: .4s;
        transition-duration: 0s;
    }




    .box-paloma .box-text .box-text-inner {
        position: absolute;
        top: 50.3%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        padding: 0 20px;
        color:  #fff;
    }


    .box-paloma .box-text span {
        /*white-space: nowrap;*/
    }

    .box-paloma .box-text h5 {
        padding-top: 5px;
        line-height: 1.15em;
        color: #fff;
        text-transform: uppercase;
        font-weight: 400;
    }

    .box-paloma:hover .box-text h5 {
        color: #fff;
        border-bottom: 1px solid #000;
    }

    .box-paloma.box-text .before-title {
        padding-bottom: 3px;
    }

    .box-paloma .box-text .after-title,
    .box-paloma .box-text .human-status,
    .box-paloma .box-text .time {
        padding-top: 6px;
    }

    .box-paloma .box-text .human-status {
        color: #000;
    }

    .box-paloma .box-text .from_the_blog_excerpt {
        color:  #ddd;
    }

    .box-paloma .box-text .portfolio-box-category {
        margin-top: 5px;
    }


    .box-paloma {
        border-top-right-radius:  20px;
        border-bottom-left-radius:  20px;
    }

    .box-paloma .box-image .date-insert {
        position: absolute;
        top: 0;
        right: 0;
        width: 60px;
        height: 60px;
        background: #f0f0f0;
        color: #000;
        text-align: center;
        text-transform: uppercase;
        z-index: 10;
        border-left: 1px solid #eee;
        border-bottom: 1px solid #eee;
        border-top-right-radius:  20px;
        border-bottom-left-radius: 10px;
    }

    .box-paloma .box-image .date-insert.dual-date {
        width: 80px;
    }

    .box-paloma .box-image .date-insert.dual-date span {
        white-space: nowrap;
    }


    .box-paloma .status-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: transparent;
        color: white;
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 2em;
    }

    .box-paloma .status-overlay.is-cancelled {
        background-color: rgba(138, 47, 47, 0.8);
    }

    .box-paloma .status-overlay.is-postponed {
        background-color: rgba(0, 0, 0, 0.7);
    }

    .box-paloma .status-overlay.is-finished {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .box-paloma .status-overlay.is-underway {
        background-color: transparent;
    }

    .box-paloma .status-overlay.is-sold-out {
        background-color: rgba(68, 68, 68, 0.4);
    }

    .box-paloma .status-overlay.is-rescheduled {
        background-color: rgba(0, 0, 0, 0.7);
    }

    @media screen and (max-width: 849px) {

        .box-paloma .box-text {
            min-height: 70px;
        }

        .box-paloma .box-text .box-text-inner {
            padding: 0 5px;
        }

        .box-paloma .box-text h5 {
            font-size: 0.9em;
        }

        .box-paloma .box-image .date-insert {
            width: 40px;
            height: 40px;
            font-size: 0.75em;
        }

        .box-paloma .box-image .date-insert.dual-date {
            width: 60px;
        }

        .box-paloma .status-overlay {
            font-size: 1.2em;
        }

    }


    @media screen and (max-width: 549px) {

        .box-paloma .box-text {
            min-height: 60px;
        }

        .box-paloma .box-text .box-text-inner {
            padding: 0 5px;
        }

        .box-paloma .box-text h5 {
            font-size: 0.80em;
        }

        .box-paloma .box-image .date-insert {
            width: 35px;
            height: 35px;
            font-size: 0.6em;
        }

        .box-paloma .box-image .date-insert.dual-date {
            width: 50px;
        }

        .box-paloma .status-overlay {
            font-size: 1.0em;
        }

    }



    /* box index on the top position */

    .box-text .box-index {
        position: absolute;
        top: -14px;
        left: 50%;
        width: 28px;
        height: 28px;
        background: inherit;
        box-shadow: inherit;
        opacity: inherit;
        -ms-transform: translateX(-50%) rotate(45deg);
        transform: translateX(-50%) rotate(45deg);
        border-radius: 14px;
    }

    .box-paloma:hover .box-text .box-index {
        background-color: rgba(68, 68, 68, 0);
    }





/*  ===============================================================
    AGENDA
    =============================================================== */

    .agenda-page ul.nav-spacing-small li {
        margin-left: 0.5em;
    }




/*  ===============================================================
    SLIDER BOX (HOME PAGE & EVENT)
    =============================================================== */


    .slider-box .text-inner > div {
        display: table;

        padding: 5px 10px;
        margin: .25em auto;
    }


    .slider-box .main-title,
    .slider-box .sub-title,
    .slider-box .datetime {

    }

    .slider-box .main-title,
    .slider-box .sub-title {
        font-family: "Acumin Variable Concept"; /* ex "Monotalic" */
        text-transform: none;
    }

    .slider-box .main-title:hover,
    .slider-box .sub-title:hover {
        color:  #fff;
    }


    .slider-box .main-title,
    .slider-box .sub-title {
        color:  #fff;
        background-color: #000;
        font-size: 1.5em;
    }

    .slider-box .datetime {
        color:  #fff;
        background-color: #444;
        display: inline-block;
        padding: 1px 5px;
        font-family: 'Monotalic';
        font-size: 1.25em;<

    }

    .slider-box h1,
    .slider-box h2 {
        color:  #fff;
        background-color: #444;
        display: inherit;
        padding: 5px;
        font-size: 1.5em;
        font-weight: 400 !important;
    }


    .slider-box .text-home {
        color:  #fff;
        background-color: #444;
    }

    .slider-box .action-home a.button.black {
        font-size: 1em;
        background-color: #000;
        font-weight: 700;
    }

    .slider-box .action a.button:hover {
        background-color: #f93a2b;
    }

    .slider-box .action-home a.button.black {
        background-color: #000;
    }
    .slider-box .action-home a.button:hover {
        background-color: #f93a2b;
    }



    .slider-box .status {
        color:  #fff;
        background-color: #f93a2b;
        display: inline-block;
        padding: 5px;
    }



/*  ===============================================================
    BOX HEADER (AGENDA)
    =============================================================== */

    span.is-divider {
        background-color: white;
        display: block;
        height: 4px;
        margin: 10px auto;
        max-width: 30px;
        text-align: center;
        width: 100%;
    }

    .col-header-full span.is-divider {
        background-color: black;
    }

    .header-month {
        background-color: #444;
    }

    .col-header-full .header-month {
        background-color: white;
    }

    .header-month-text h2 {
        font-size: 2.0em;
        font-weight: 700;
        line-height: 1em;
        color: white;
        text-transform: uppercase;
        text-align: center;
    }


    .col-header-full .header-month-text h2 {
        font-size: 1.7em;
        color: black;
        text-align: left;
    }


    @media screen and (max-width: 849px) {
        .header-month-text h2 {
            font-size: 1.8em;
        }
    }


    @media screen and (max-width: 549px) {
        .header-month-text h2 {
            font-size: 1.2em;
        }
    }



    .video-button-wrapper .open-video {
        color:  #b464a0;
    }

    .video-button-wrapper .open-video:hover {
        border-color: #b464a0;
        background-color: #fff;
    }



/*  ===============================================================
    SINGLE EVENT
    =============================================================== */

    /* pull up the main content above the slider if exists */

    body.single-aw_event article {
        margin-top: 50px;
        z-index: 2;
    }

    /*
    body.is-mobile.single-aw_event .col-main.with-slider {
        margin-top: -25px;
    }
    */

    @media screen and (max-width: 1098px) {
        body.single-aw_event .col-main.with-slider {
            margin-top: -25px;
        }
    }



    body.single-aw_event .col-block-summary {
        color:  #fff;
        background-color: #000;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 0;
    }


    body.single-aw_event .col-block-summary .col-inner ul li {
        margin-left: 0;
    }


    /* grey block with a zig zag bottom border */

    .section.ticket {
        background-color: #e9e9e9;
        padding-bottom: 0;
    }
    .section.ticket:after {
        height: 7px;
        width: 100%;
        background: url('/wp-content/themes/smac/assets/images/triangle-bandeau-crante.svg') repeat-x;
        content: '';
        position: absolute;
        bottom: -7px;
        left: 0;
    }


    body.single-aw_event .col-block,
    .col .ticket {
        background-color: #e9e9e9;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 0;
    }

    body.single-aw_event .col-block:after,
    .col .ticket:after  {
        height: 7px;
        width: 100%;
        background: url('/wp-content/themes/smac/assets/images/triangle-bandeau-crante.svg') repeat-x;
        content: '';
        position: absolute;
        bottom: -7px;
        left: 0;
    }

    body.single-aw_event .col-block-summary .col-inner,
    body.single-aw_event .col-block .col-inner {
        padding-bottom: 0;
    }



    body.single-aw_event .event-resume {
        font-size: .75em;
    }

    body.single-aw_event .event-resume ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    body.single-aw_event .event-resume li.pricelist {
        margin-top: 20px;
    }





    .col-block-summary-picto {
        border-left: 1px solid white;
    }

    .col-block-summary-info,
    .col-block-summary-picto {
        padding-bottom: 0;
    }


    @media screen and (max-width: 849px) { /* passe en mode colonne pour les pictogrammes */
        .col-block-summary-picto {
            border-left: none;
        }
    }





    body.single-aw_event .col-block {
        margin-bottom: 2.0em;
    }


    body.single-aw_event .event-time {
        color: #fff ;
    }

    body.single-aw_event .event-place {
        color: #444 ;
    }


    /* bullet list */

    .bullet-list {
        /* width: 100%; */
        position: relative;
        display: inline;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: flex-start; /* flex alignement hauteur */
        align-items: flex-start;    /* flex alignement hauteur */
        margin: 0;
        /* height: 100%; */
        padding-bottom: 0 !important;
    }

    .bullet-list > li {
        display: inline;
        list-style: none;
        margin: 0;
        padding: 0 0 0 10px;
        position: relative;
        transition: background-color .3s;
    }


    .bullet-list > li:before {

        display: inline-block;

        font-family: "Font Awesome 5 Pro" !important; /* fas fa-circle */
        content: "\f111" !important;
        font-size: 7px;
        font-weight: 900;

        vertical-align: 25%; /* alignment of icon */

        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;

        /* color: #c4d600; */

        padding: 0 5px 0 0;
        margin: 0 0 0 0;
    }



    .bullet-list > li.dash.not-first:before {

        font-family: 'fl-icons' !important;
        content: "\2014" !important;
        font-size: 10px;
        font-weight: 400;

        vertical-align: 10%; /* alignment of icon */

        /* color: #c4d600; */
    }


    .bullet-list li:first-child {
        margin-left: 0 !important;
        padding: 0
    }

    .bullet-list > li:first-child:before {
        content: ' ' !important;
        padding: 0;
    }

    .bullet-list li:last-child {
        margin-right: 0 !important;
    }



    /* picto list */

    .picto-list {
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin-bottom: 0;
        height: 100%;
        line-height: 1em;
    }

    .picto-list li {
        list-style: none;
        margin: 0;
        transition: background-color .3s;
    }


    .picto-list li a:hover {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }


    @media screen and (max-width: 849px) { /* passe en mode colonne pour les pictogrammes */
        .picto-list {
            /*
            flex-direction: column;
            line-height: 2em;
            */
            justify-content: center;
            margin-top: 4px;
        }

        .picto-list li {
            margin-left:  15px;
            margin-right: 15px;
        }

    }







    /* event-composition */

    .event-composition ul.head {
        width: 100%;
        position: relative;
        display: inline-block;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center; /* flex alignement hauteur */
        align-items: center;    /* flex alignement hauteur */

        /* justify-content: center; */
        margin: 0;
        margin-bottom: 1em;
        /*background-color: #aaa;*/
    }

    .event-composition ul.head li {
        display: inline-block;
        list-style: none;
        margin: 0;
        padding: 0 0 0 15px;
        position: relative;
        transition: background-color .3s;

        vertical-align: middle;
        align-self: center;
    }

    .event-composition ul.head li:first-child {
        padding: 0;
    }

    .event-composition ul.head li.title h3,
    .event-composition ul.head li.title a {
        color: #000;
        margin: 0;
        padding: 0;
        font-size: 1.05em;
        font-weight: 700;
    }

    .event-composition ul.head li.title h3:hover,
    .event-composition ul.head li.title a:hover {
        color: #f93a2b;
    }


    .event-composition ul.head li.title .is-normal,
    .event-composition ul.head li.title a.is-normal {
    }

    .event-composition ul.head li.genre  {
    }

    .event-composition ul.head li.genre a {
        font-style: italic;
    }

    .event-composition ul.head li.genre a:before {
        content: '#';
    }

    .event-composition ul.head .button {
        margin-bottom: 0;
    }


    .event-composition .description {
    }


    /* event-videos */


    @media screen and (min-width: 1098px) {
        .event-videos .players {
            padding-left: 0;
        }

        .event-videos .thumbs {
            padding-right: 0;
        }
    }


    .event-videos .players .video-player {
        display: none;
    }

    .event-videos .players .video-player.is-active {
        display: block;
    }


    .event-videos .thumbs {
        /* background: #666; */
    }

    .event-videos .thumbs .video-player {
        overflow: hidden;
        position: relative;
        cursor: pointer;
    }


    .event-videos .thumbs .video-player:before {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(68, 68, 68, 0.5);
        content: '';
        z-index: 2;
        opacity: 0;
        -webkit-transition: opacity 0.3s ease;
        -moz-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    .event-videos .thumbs .video-player.is-active:before,
    .event-videos .thumbs .video-player:hover:before {
        opacity: 1;
    }

    .event-videos .thumbs .video-player + .video-player {
        margin: 8px 0 0;
    }





/*  ===============================================================
    GRID COL (CUSTOM)
    =============================================================== */

    .grid-col h5 {
        text-transform: uppercase;
        margin: 0;
    }

    /* h5 + blog_excerpt + copyright  */

    .grid-col.blog-post h5 {
        color: #000;
        line-height: 1.20em;
    }


    .grid-col.blog-brief h5,
    .grid-col.blog-photo h5,
    .grid-col.blog-video h5,
    .grid-col.blog-photo .from_the_blog_excerpt,
    .grid-col.blog-video .from_the_blog_excerpt,
    .grid-col .copyright {
        color: #fff;
    }

    .grid-col.blog-post .from_the_blog_excerpt,
    .grid-col.blog-brief .from_the_blog_excerpt {
        color: #000;
    }

    .grid-col.blog-post  .from_the_blog_excerpt,
    .grid-col.blog-brief .from_the_blog_excerpt,
    .grid-col.blog-photo .from_the_blog_excerpt,
    .grid-col.blog-video .from_the_blog_excerpt {
        font-size: 1.125em;
        line-height: 1.25em;
    }




    /* box-text */


    .grid-col .box:not(.box-shade):not(.box-overlay):not(.box-badge) .box-text {
        padding: 0.6em;
    }

    .grid-col.blog-post .box:not(.box-shade):not(.box-overlay):not(.box-badge) .box-text {
        background-color: rgba(255, 255, 255, 0.9);
    }

    .grid-col.blog-brief  .box:not(.box-shade):not(.box-overlay):not(.box-badge) .box-text {
        background-color: rgba(235, 177, 61, 0.90);
    }

    .grid-col.blog-photo  .box:not(.box-shade):not(.box-overlay):not(.box-badge) .box-text {
        background-color: rgba(119, 189, 217, 0.70);
    }

    .grid-col.blog-video  .box:not(.box-shade):not(.box-overlay):not(.box-badge) .box-text {
        background-color: rgba(181, 101, 161, 0.70);
    }

    .box.box-paloma .box-text-inner,

    .grid-col.blog-post  .box-text, .grid-col.blog-post  .box-text-inner,
    .grid-col.blog-brief .box-text, .grid-col.blog-brief .box-text-inner,
    .grid-col.blog-photo .box-text, .grid-col.blog-photo .box-text-inner,
    .grid-col.blog-video .box-text, .grid-col.blog-video .box-text-inner {
        pointer-events: none;
    }

    .grid-col:hover .box-text {
        height: auto !important;
        max-height: 100% !important;
    }

    .grid-col:hover .box-text .box-text-inner {
        /*height: 100%;*/
        max-height: 100% !important;
    }


    /* badge */

    .badge-visible {
        display: table;
        z-index: 20;
        height: 2.8em;
        width: 2.8em;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden

        /* desactivate this because it's remove events on item

        pointer-events: none;

        */
    }

    .badge-visible.top {
        left: 0;
    }


    .badge-outline .badge-inner {
      background-color: #999;

    }


    .grid-col.grid-col-post-item .badge-visible.top {
        margin-left: -12px;
        margin-top: 10px;
        -webkit-backface-visibility: visible;
        backface-visibility: visible;
    }


    .grid-col.grid-col-post-item .badge-visible.top a.badge_link {
        padding: 10px 0;
    }


    .grid-col.grid-col-post-item .badge-visible.top a.badge_link:hover {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);

        -webkit-transition: filter 0.5s ease, transform 1s ease;
        transition: filter 0.5s ease, transform 1s ease;

        color: #fff;
    }


    .grid-col.grid-col-post-item .badge-visible .badge-inner {
        text-transform: uppercase;
        padding: 0 10px;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.85);

    }

    .grid-col.blog-post  .badge-visible .badge-inner {
        background-color: rgb(68, 68, 68);
    }

    .grid-col.blog-brief  .badge-visible .badge-inner {
        background-color: rgba(235, 177, 61, 1);
    }

    .grid-col.blog-photo  .badge-visible .badge-inner {
        background-color: rgba(119, 189, 217, 1);
    }

    .grid-col.blog-video  .badge-visible .badge-inner {
        background-color: rgba(181, 101, 161, 1);
    }

    .grid-col.grid-col-post-item .badge-visible .badge-inner:hover {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);

        -webkit-transition: filter 0.5s ease, transform 1s ease;
        transition: filter 0.5s ease, transform 1s ease;
    }



/*  ===============================================================
    SINGLE ACTIVITY
    =============================================================== */

    /*
    .has-filtering .filter-nav {
        justify-content: space-between;
    }
    */

    /*
    .has-filtering .filter-nav li.all-items {
        display: block;
    }
    */

    .has-filtering .filter-nav li.all-items a {
        color: #000;
    }

    .has-filtering .filter-nav li.all-items.active a {
        color: #444;
    }



/*  ===============================================================
    SINGLE ACTION
    =============================================================== */


    .section-tab {
        background-color: #eee;
    }

    .section-tab .tabbed-content .nav-line-bottom li.tab {
        margin-left: 20px;
    }


    .section-tab .tabbed-content .nav-line-bottom li.tab a {
        color: #444;
    }

    .section-tab .tabbed-content .nav-line-bottom li.tab a:hover {
        color: #000;
    }

    .section-tab .tabbed-content .nav-line-bottom li.tab a:before {
        width: 50%;
    }

    .section-tab .tabbed-content .nav-line-bottom li.tab a:hover:before {
        background-color: #000;
    }

    .section-tab .tabbed-content .nav-line-bottom li.tab a span:before {
        content: "\2022";
        margin-right: 5px;
    }

    .section-tab .tabbed-content {
        color: #444;
    }



/*  ===============================================================
    FOOTER
    =============================================================== */

    .absolute-footer, html {
        background-color: #ddd;;
    }


    .footer-primary > section {
        /* background-color: #fff; */
    }

    .footer-primary p, .footer-primary p.dark {
        color: #666;
    }


    footer .absolute-footer {
        text-transform: uppercase;
    }

    footer .absolute-footer .section {
        padding: 0 !important;
    }


    footer .absolute-footer .primary-color {
        color: #444;
    }

    footer .absolute-footer .primary-color:hover {
        color: #fff;
    }


    /*
    footer .absolute-footer .footer-left {
        border-right: 1px dashed #444;
    }
    */

    footer .absolute-footer .footer-right ul.footer-nav {
        margin-bottom: 10px;
    }

    /* logos in footer */

    .logo-footer img {
        width: 100%;
        max-width: 160px;
    }

    .logo-footer img:hover {

        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);

        -webkit-transition: filter 0.5s ease, transform 1s ease;
        transition: filter 0.5s ease, transform 1s ease;
    }


    /* list */

    .absolute-footer ul {
        padding-bottom: 0;
        opacity: .8;
        border-bottom: none;
    }

    /* col padding + p */

    @media screen and (max-width: 849px) {
        .absolute-footer .col {
            padding-bottom: 0;
        }
    }

    @media screen and (min-width: 850px) {
        .absolute-footer .col {
            padding-bottom: 10px;
        }

        .absolute-footer p {
            margin-bottom: 0;
        }
    }

    /* logo partners */


    .partners {
        overflow-x: auto;
    }


    .partners table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        margin: 0;
        padding: 0;
    }

    .partners table, .partners td {
        border: 0;
    }

    .partners tr {
        margin: 0;
        padding: 0;
    }


    .partners td {
        text-align: left;
        vertical-align: middle;
        width: auto;
        padding: 3px 0;
    }

    .partners img {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
        width: 100%;
        max-width: 128px;
    }

    .partners td.logo-nimes-metropole {
        /*padding-left: 10px;*/
        text-align: center;
    }

    .partners td.logo-nimes-metropole img {
        max-width: 130px;
    }



    .partners img:hover {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        -webkit-transition: filter 0.5s ease, transform 1s ease;
        transition: filter 0.5s ease, transform 1s ease;
    }


    .partners .next-row {
        border-top: 12px solid #000;
    }

    @media screen and (max-width: 849px) {
        .logo-footer {
            text-align: center;
        }

        .partners {
            margin-top: 15px;
        }
    }

    @media screen and (min-width: 550px) and (max-width: 849px) {
        .col.show-for-medium .col-inner.text-center {
            text-align: left;
        }
    }


/*  ===============================================================
    CONTACT
    =============================================================== */

    .dark .accordion-title {
        border-color: rgba(255,255,255,0.05);
    }

    .accordion-item .accordion-inner a::before {
        content: "> ";
        color:  #444;
    }


/*  ===============================================================
    FOOTER MENUS
    =============================================================== */

    ul.flat-links {
        margin: 0;
        padding-bottom: 0;

        font-size: .8em;
        opacity: 1;
        border-bottom: none;

        text-align: left;

    }

    ul.flat-links ul {
        margin: 0;
        text-align: left;

    }

    ul.flat-links li {
        margin: 0;
        margin-bottom: 0.2em;
        display: block;
        color: #fff
    }

    ul.flat-links li a {
        color: #444;
    }

    ul.flat-links ul.sub-menu li a,
    ul.flat-links li.highlight a {
        opacity: 1;
        color: #666
    }

    ul.flat-links ul.sub-menu li a:hover,
    ul.flat-links li.highlight a:hover {
        opacity: 1;
        color: #fff
    }

    ul.flat-links li:first-child {
        margin-left: 0;
    }

    ul.flat-links li:last-child {
        margin-right: 0;
    }



/*  ===============================================================
    SCROLL DOWN
    =============================================================== */

    a.scroll-down {
        margin: 0;
        opacity: 0;
        bottom: 150px;
        right: 20px;
        pointer-events: none;

        -webkit-transition: all 1s ease;
        transition: all 1s ease;

        -webkit-animation: none;
        animation: none;

    }

    a.scroll-down:hover {
        -webkit-animation: none;
        animation: none;
    }

    a.scroll-down.active {
        opacity: 1;
        pointer-events: inherit;
        -webkit-animation: bounceScrollbefore 2s infinite;
        animation: bounceScrollbefore 2s infinite;
    }



/*  ===============================================================
    FOOTER BACK TO TOP
    =============================================================== */



    a.back-to-top {
        /* border:  2px solid rgba(162, 56, 58, 0.4); */
        /* border-radius: 5px !important; */
        /* object-fit: cover; */
        /* box-shadow: 0px 0px 30px 10px rgba(255, 255, 255, .2); */

        background-color: #444;
    }

    a.back-to-top:hover {
        -webkit-animation: none;
        animation: none;
    }

    @keyframes bounceScrollbefore {
        0%,
        100%,
        20%,
        50%,
        80% {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }
        40% {
            -webkit-transform: translateY(-20px);
            -ms-transform: translateY(-20px);
            transform: translateY(-20px);
        }
        60% {
            -webkit-transform: translateY(-5px);
            -ms-transform: translateY(-5px);
            transform: translateY(-5px);
        }
    }


/*  ===============================================================
    price-tooltip
    =============================================================== */

    .price-tooltip {
        margin-left: 10px;
    }

    .content-tooltip-lightbox {
        padding: 20px 20px 14px 20px;
        color:  #fff;
        background-color: #000;
        border: 1px solid #666;
        /* border-radius: 2px; */
    }

    .content-tooltip-lightbox ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .content-tooltip-lightbox ul li {
        list-style-image: none;
        list-style-type: none;
        margin-left: 0;
    }

    .content-tooltip-lightbox ul li:before {
        margin: 0 6px 0 0;
        content: '\002022';
    }



/*  ===============================================================
    price-tooltip
    =============================================================== */

    .error404 .searchform-wrapper  {
        max-width: 80%;
    }


/*  ===============================================================
    plugin notice browser
    =============================================================== */

    /*

    rouge    : #444 - rgb(68, 68, 68)   - rgba(68, 68, 68, 1)   rgba(68, 68, 68, 0)
    bordeaux : #f93a2b - rgb(138, 47, 47)   - rgba(138, 47, 47, 1)
    blanc    : #ffffff
    gris     : #e9e9e9 - rgb(232, 232, 232) - rgba(232, 232, 232, 1) (fonds des articles)
    noir     : #1c1c1c - rgb(28, 28, 28)    - rgba(28, 28, 28, 1)

    jaune    : #ebaf3b - rgb(235, 177, 61) (breves)
    bleu     : #79bdd9 - rgb(119, 189, 217) (photos)
    violet   : #b464a0 - rgb(181, 101, 161) (videos)
    rouge    : #d1484b (articles)


    border-color: var(--primary-color);

    */



body .buorg {
    color: #333 !important;
    position: absolute;
    position: fixed;
    z-index: 111111;
    width: 100%;
    top:auto !important;
    bottom:0px;
    left: 0px;
    /*border-top:1px solid #666 !important; */
    border-bottom: none !important;
    text-align: center;
    cursor: pointer;
    background-color: #ccc !important;
    font-family: inherit !important;
    font-size: inherit !important;
    box-shadow: 0px -5px 10px rgba(0,0,0,0.2) !important;
}

body .buorg div {
    padding: 9px;
    line-height: 1.7em;
}

body .buorg .buorg-buttons {
    display: block;
    text-align: center;
}

body .buorg div a, body .buorg div a:visited {
    text-indent: 0;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    padding: 1px 10px;
    border-radius: 4px;
    font-weight: normal;
    background: #f93a2b !important;
    white-space: nowrap;
    margin: 0 2px;
    display: inline-block;
}

body #buorgul {
    background-color: #444 !important;
    position: relative;
}

body #buorgig {
    background-color: #f93a2b !important;
    position: relative;
}

@media only screen and (max-width: 850px) {

    body .buorg {
        font-size: 0.85em !important;
    }

    body .buorg div {
        padding: 5px 12px 5px 9px;
        line-height: 1.3em;
    }
}

@media only screen and (max-width: 550px) {

    body .buorg {
        font-size: 0.85em !important;
    }
}



@keyframes buorgfly2 {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

.buorg {
    animation: 2s ease-out 0s buorgfly2 !important;
}


.instagram-media {
    background:#FFF;
    border:0;
    border-radius:3px;
    box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);
    margin: 1px;
    max-width:658px;
    padding:0;
    width:99.375%;
    width:-webkit-calc(100% - 2px);
    width:calc(100% - 2px);
}


