@charset "UTF-8";

/*
Theme Name: smac
Description: Child theme for SMAC PALOMA
Author: UX Themes
Template: flatsome
Version: 1.0
*/

/*  ===============================================================
    FONTS
    =============================================================== */

    /* Lato --> Yanone-Kaffeesatz */

    /*
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz:wght@200;300;400;500;600;700&display=swap" rel="stylesheet">
    */

    /*
    body     : Yanone-Kaffeesatz - 16px (1em)      - regular (400)
    nav      : Yanone-Kaffeesatz - 16px (1em)      - regular (400)
    heading  : Yanone-Kaffeesatz - 66.4px (3.5em) - bold (700)
    alt-font : Yanone-Kaffeesatz - 16px (1em)      - regular (400)


    */


    body {
        font-size: 120% !important;
        color:  #000;
    }

    .filter-nav.nav > li > a { font-size: 1.0em; padding: 0 0.25em; }
    .col-inner ul li { margin-left: 0.85em; }

    b, strong { font-weight: 700; }

    .is-large {
        font-size: 1.25em;
    }

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

    /*

    rouge    : #dd4b4e - rgb(222, 75, 78)   - rgba(222, 75, 78, 1)   rgba(222, 75, 78, 0)
    bordeaux : #8a2f2f - 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: #dd4b4e;
    }

    .secondary-color {
        color: #8a2f2f;
    }

    .success-color {
        color: #7a9c59;
    }

    .alert-color {
        color: #b20000;
    }

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

    .bg-secondary-color {
        background-color: #8a2f2f;
    }

    .bg-success-color {
        background-color: #7a9c59;
    }

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



/*  ===============================================================
    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: #8a2f2f;
    }

    ::selection {
        color: white;
        background: #8a2f2f;
    }


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

    .header,
    .header-wrapper {
        z-index: 500;
    }


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

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

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

    .box .picto-heart {
        color: #fff;
        font-size: 2em;
        /*
        text-shadow: rgba(255, 255,255, 0.5) 1px 0 5px;
        */
        text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;
    }

    .event-resume .icon-heart {
        color: rgb(221, 75, 78);
        font-size: 2em;
    }


    .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: #8a2f2f;
        padding: 20px;
        margin: 10px 0;
        /* max-width: 240px; */
    }

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

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

    span.easter,
    em.easter {
        color: #8a2f2f;
    }

    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); } }


/*  ===============================================================
    MENU
    =============================================================== */

    .header-nav-main.nav-size-large > li > a {
        font-size: 1.15em;
    }


    .nav-dropdown .menu-item-has-children>a,
    .nav-dropdown .title>a,
    .nav-dropdown .nav-dropdown-col>a {
        text-transform: uppercase;
        font-size: 1.0em;
        font-weight: 400;
        color: #000;
    }



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

    .button br {
        display: initial;
    }


    /* social buttons */

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

    @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: #dd4b4e;
    }

    .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: -7px;
        left: 50%;
        width: 14px;
        height: 14px;
        background-color: inherit;
        -ms-transform: translateX(-50%) rotate(45deg);
        transform: translateX(-50%) rotate(45deg);
        box-shadow: inherit;
    }

    /* 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: 10px !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;
    }


/*  ===============================================================
    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;
    }


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

    body .col-main.with-slider {
        margin-top: -120px;
        z-index: 2;
        background-color: #fff;
    }


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

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



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

    h1 {
        text-transform: uppercase;
        font-size: 2.5em;
        font-weight: 700;
        color: #000;
    }

    h2 {
        font-size: 1.25em;
        text-transform: uppercase;
        color: #000;
    }

    h3 {
        font-size: 1.17em;
        text-transform: uppercase;
    }

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


    .banner .main-title  a,
    .banner .sub-title  a {
        color: #fff;
    }

    .banner .main-title  a:hover,
    .banner .sub-title  a:hover {
        color: rgb(138, 47, 47);
    }

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

    .section-title-container {
      text-align: center;
    }

    h1.section-title.section-title-normal {
        display: block;
        border-bottom: 2px solid #ccc;
        margin-bottom: 0px;
        width: 80%;
        display: inline-block;
        text-align: center;

    }

    h1.section-title.section-title-normal span {
        border: none;
    }


    .home h2 {
        font-size: 2.5em;
    }

    .home .button.uppercase {
      line-height: 2.3;
    }





    /* title for section ticket */

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

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


    /* 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: #dd4b4e;
    }

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

    .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: #dd4b4e;
    }

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

    .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: #dd4b4e;
    }





/*  ===============================================================
    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: -41px;
    }

    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(222, 75, 78, 0.95) !important; */
        background-color: rgba(255, 255, 255, 1) !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 MENU
    =============================================================== */

    #top-bar.nav-dark .nav.top-bar-nav ul {
        background-color: transparent;
    }

    #top-bar.nav-dark .nav.top-bar-nav li {
        margin: 0px;
    }

    #top-bar.nav-dark .nav.top-bar-nav > li > a {
        background-color: rgba(0, 0, 0, 0.7);
        border-color: transparent;
        padding:  8px 12px;
    }

    #top-bar.nav-dark .nav.top-bar-nav li:first-child a {
        padding-left: 20px;

        -webkit-border-radius: 20px 0 0 0;
        -moz-border-radius: 20px 0 0 0;
        border-radius: 20px 0 0 0;
    }

    #top-bar.nav-dark .nav.top-bar-nav li:last-child a {
        padding-right: 20px;

        -webkit-border-radius: 0 20px 0 0;
        -moz-border-radius: 0 20px 0 0;
        border-radius: 0 20px 0 0;

    }



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

    .accessibility {
    }

    .accessibility  .nav {
        height: 32px;
        max-height: 32px;
    }

    .accessibility  .nav li {
        background-color: #fff;
        padding: 5px 5px;
        margin: 0;
    }

    .accessibility  .nav li:first-child {
        overflow: hidden; /* need for radius */

        -webkit-border-radius: 20px 0 0 0;
        -moz-border-radius: 20px 0 0 0;
        border-radius: 20px 0 0 0;

        padding-left: 20px;
    }

    .accessibility  .nav li:last-child {
        padding-right: 20px;
        overflow: hidden; /* need for radius */

        -webkit-border-radius: 0 20px 0 0;
        -moz-border-radius: 0 20px 0 0;
        border-radius: 0 20px 0 0;
    }

    .accessibility .title {
        font-size: 1.0em;
        line-height: 1.1em;
        font-weight: 400;
        color:  #000 !important;
    }

    .accessibility .title:hover {
        color:  #dd4b4e !important;
    }

    .nav-small .accessibility  .nav > li > a {
        vertical-align: middle;
    }

    .nav-small .accessibility  .nav > li > a {
        padding: 0;
    }



    .accessibility img {
        height: 22px;
        width: auto;
    }

    #top-bar.nav-dark .accessibility .nav.top-bar-nav  > li > a {
        background-color: rgba(0, 0, 0, 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: #dd4b4e;
    }

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

    .searchform-wrapper .button {
        background-color: #dd4b4e !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: #dd4b4e;
    }



/*  ===============================================================
    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: #dd4b4e;
        border-color: currentColor;
    }


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

        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        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: #dd4b4e;
        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: #ebaf3b;
    }

    .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(222, 75, 78, 0.85);
    }


    .blog-post .box-paloma:hover .box-text {
        background-color: rgba(222, 75, 78, 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:  #fff;
    }

    .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: #000;
        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:  #fff;
    }

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






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

        .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 .header-month-text {
            font-size: 0.9em;
        }

        .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: -7px;
        left: 50%;
        width: 14px;
        height: 14px;
        background: inherit;
        box-shadow: inherit;
        opacity: inherit;
        -ms-transform: translateX(-50%) rotate(45deg);
        transform: translateX(-50%) rotate(45deg);
    }

    .box-text:hover .box-index {
        background-color: inherit;
    }



/*  ===============================================================
    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 {
        color:  #fff;
        background-color: #000;
    }

    .slider-box .datetime {
        color:  #000;
        background-color: #dd4b4e;
    }

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

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

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



    .slider-box .status {
        color:  #fff;
        background-color: #8a2f2f;
    }



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

    .agenda.row-full-width  {
        max-width: 1280px !important;
    }

    .agenda .box {
        overflow: hidden; /* need for radius */

        -webkit-border-radius: 20px 0 0 20px;
        -moz-border-radius: 20px 0 0 20px;
        border-radius: 20px 0 0 20px;
    }

    .box h5 {
        font-size: 1.87em;
        line-height: 1.0em;
        text-transform: uppercase;
        font-weight: 700;
    }



    .agenda .box-image .date-insert {
        position: absolute;
        top: 0;
        left: 0;
        width: 75px;
        height: 75px;
        background: #000;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        z-index: 10;
        /* border-left: 1px solid #eee; */
        /* border-bottom: 1px solid #eee; */

        font-size: 1.1em;
        font-weight: 400;

        -webkit-border-bottom-right-radius: 25px;
        -moz-border-bottom-right-radius: 25px;
        border-bottom-right-radius: 25px;
    }


    .agenda .box-image .date-insert .text-inner {
        width: 75px;
    }



    .agenda .box-image .date-insert.dual-date {
        width: 85px;
    }


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


    .agenda .box-image .picto-insert {
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
    }


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

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

    .agenda .header-month {
        background-color: white;
        border: 2px #999 dotted;
    }

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

    .agenda .header-month-text h2 {
        font-size: 3.5em;
        font-weight: 300;
        line-height: 0.75em;
        color: #000;
        text-transform: uppercase;
        text-align: center;
    }

    .agenda .header-month-text h2 .month {
        color: #dd4b4e;
    }

    .agenda .header-month-text .is-divider {
        height: 4px;
        margin-top: 20px;
    }

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

    .agenda .event-more {
        font-size: 1.15em;
        line-height: 1.1em;
        font-weight: 700;
        text-transform: uppercase;
    }

    .agenda .event-more .event-cat {
        text-transform: lowercase;
    }


    .agenda .event-excerpt {
        font-size: 1.15em;
        line-height: 1.1em;
        font-weight: 700;
    }

    .agenda .event-excerpt.after-title.show-on-hover.hover-reveal {
          -webkit-transform: none;
          transform: none;
    }


    .agenda .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: 4.95em;*/
        font-size: 3.5em;
        line-height: 1em;

    }


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

    .agenda .status-overlay.is-postponed {
        background-color: rgba(0, 0, 150, 0.5);
    }

    .agenda .status-overlay.is-finished {
        background-color: rgba(0, 0, 0, 0.4);
    }

    .agenda .status-overlay.is-underway {
        background-color: rgba(0, 150, 0, 0.5);
    }

    .agenda .status-overlay.is-sold-out {
        background-color: rgba(222, 75, 78, 0.4);
    }

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

    /*
    .agenda a:hover .status-overlay {
        transition: opacity 1.5s;
        opacity: 0;
    }
    */


    .agenda .box .box-image .image-cover .overlay {
        background-color: rgba(0,0,0,.15);
    }

    .agenda a:hover .box .box-image .image-cover .overlay {
        background-color: rgba(0,0,0,.50);
    }


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


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


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

        .agenda .status-overlay {
            font-size: 2.5em;
        }

        .agenda .event-excerpt {
          font-size: 1.0em;
          line-height: 1.0em;
        }

    }




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

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



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

    .col-block-title {
        color:  #000;
        background-color: #fff;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .single-aw_event .col-block-title {
        border-bottom: 2px solid #000;
    }

    .single-aw_event .col-block-title a.button {
        margin: 0;
        background-color: #000;
    }

    .single-aw_event .col-block-title .col {
        padding-bottom: 0;
    }

    .single-aw_event .datetime {
        color:  #dd4b4e;
        font-size: 1.8em;
        line-height: 0.9em;
        text-transform: uppercase;
    }

    .single-aw_event h1 {
        line-height: 0.9em;
        margin-top: 16px;
        margin-bottom: 0;
    }

    .single-aw_event h2,
    .single-aw_event .subtitle {
        font-size: 1.8em;
        line-height: 0.9em;
        margin-top: 16px;
        margin-bottom: 2px;
    }

    .single-aw_event .subtitle {
        font-weight: 700;
    }


    .single-aw_event .status-overlay {
        color: white;
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 4.95em;
        line-height: 1em;
    }


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


    .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;
    }



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

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


    .single-aw_event .col-block-status {
        padding-bottom: 0px;
        margin-bottom: 30px;
    }

    .single-aw_event .col-block-status.dark {
        background-color: #000;
    }

    .single-aw_event .col-block-status.dark h3 {
        color:  #fff;
        padding: 10px 0px;
    }

    .single-aw_event .col-block-status.dark a {
        color:  rgb(221, 75, 78);
    }


    .single-aw_event .col-block-citation {
    }



    @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: 1.675em;
    }


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

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


    /* 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: #7a9c59; */

        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: #7a9c59; */
    }


    .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: 1098px) {
        body .col-main.with-slider {
            margin-top: -25px;
        }
    }


    @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-resume */

    .event-resume ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .event-resume ul li {
        list-style-image: none;
        list-style-type: none;
        margin-left: 0;
    }

    .event-resume ul li.event-tag a:before {
        content: '#';
    }

    .event-resume  .event-tag {
        text-transform: lowercase;
    }



    /* 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 h2 {
        color: #000;
        margin: 0;
        padding: 0;
        font-size: 1.4em;
        font-weight: 700;
    }

    .event-composition ul.head li.title a h2:hover {
        color: #8a2f2f;
    }


    .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: normal;
        font-weight: 700;
        font-size: 1.4em;
        margin-top: 1px;
    }

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

    .event-composition ul.head li.picto {
        font-size: 0.8em;
    }

    .event-composition ul.head li.picto a {
        margin-top: -3px;
    }

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


    .event-composition .description {
    }


    /* event-videos */


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

        .event-videos .thumbs {
            padding-left: 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(222, 75, 78, 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;
    }


    .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(222, 75, 78);
    }

    .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;
    }


    /*
    rouge    : #dd4b4e - rgb(222, 75, 78)   - rgba(222, 75, 78, 1)   rgba(222, 75, 78, 0)
    bordeaux : #8a2f2f - rgb(138, 47, 47)   - rgba(138, 47, 47, 1)
    jaune    : #ebaf3b - rgb(235, 177, 61) (breves)
    bleu     : #79bdd9 - rgb(119, 189, 217) (photos)
    violet   : #b464a0 - rgb(181, 101, 161) (videos)
    */


/*  ===============================================================
    CHILDREN PAGES
    =============================================================== */

    .children_pages h5 {
        font-weight: 300;
        font-size: 2.6em;
    }

    .children_pages p {
        font-size: 1.2em;
    }

    .children_pages .box .box-image .image-cover .overlay {
        background-color: rgba(0,0,0,.15);
    }

    .children_pages a:hover .box .box-image .image-cover .overlay {
        background-color: rgba(0,0,0,.50);
    }



/*  ===============================================================
    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: #dd4b4e;
    }

    .featured_item-category.col  .box-label .box-text {
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }


/*  ===============================================================
    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: #dd4b4e;
    }

    .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;
    }


/*  ===============================================================
    INFOS PRATIQUES
    =============================================================== */

    .col-inner ul li.tab {
        margin-left: 15px;
    }



/*  ===============================================================
    ASIDE
    =============================================================== */

    aside {
        background-color: #fff;
    }


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

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

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


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

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


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

    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(100%);
        filter: grayscale(100%);
        width: 100%;
        max-width: 80px;
    }

    .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(0%);
        filter: grayscale(0%);

        -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;
        }
    }




/*  ===============================================================
    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: #dd4b4e;
    }

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

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

    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); */

    }

    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    : #dd4b4e - rgb(222, 75, 78)   - rgba(222, 75, 78, 1)   rgba(222, 75, 78, 0)
    bordeaux : #8a2f2f - 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;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    font-weight: normal;
    background: #8a2f2f !important;
    white-space: nowrap;
    margin: 0 2px;
    display: inline-block;
}

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

body #buorgig {
    background-color: #8a2f2f !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;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    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);
}


