/*
 * Style by Datagif
 *
 */

/* @group RESETS */

/* Eric Meyer reset.css v2.0 20110126 -- & -- normalize.css v3.0.0 git.io/normalize --- merge v1.2 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;}

*, *:before, *:after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

html {overflow-y: scroll; font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {display: block;}
audio, canvas, progress, video {display: inline-block; vertical-align: baseline;}
audio:not([controls]) {display: none; height: 0;}
i{font-style: italic;}
[hidden], template {display: none;}

a {background: transparent;}
a,a:active, a:hover, a:visited {outline: 0 !important;}

abbr[title] {border-bottom: 1px dotted;}
strong {font-weight: bold;}
em, dfn {font-style: italic;}
mark {background: #ff0; color: #000;}
small {font-size: 80%;}
sub, sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

img {border: 0; max-width: 100%; height: auto;}
svg:not(:root) {overflow: hidden;}

ol, ul {list-style: none;}

hr {-moz-box-sizing: content-box; box-sizing: content-box; height: 0;}
pre {overflow: auto;}
code, kbd, pre, samp {font-family: monospace, monospace; font-size: 1em;}

button, input, optgroup, select, textarea {color: inherit; font: inherit; margin: 0;}
button {overflow: visible;}
button, select {text-transform: none;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance: button; cursor: pointer;}
button[disabled], html input[disabled] {cursor: default;}
button::-moz-focus-inner, input::-moz-focus-inner {border: 0; padding: 0;}
input {line-height: normal;}
input[type="checkbox"], input[type="radio"] {padding: 0;}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {height: auto;}
input[type="search"] {-webkit-appearance: textfield; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
textarea {overflow: auto;}
optgroup {font-weight: bold;}

table {border-collapse: collapse; border-spacing: 0;}
td, th {padding: 0;}

/* Personal & h5bp defaults */

a[role="button"] {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
          /*user-select: none;*/ /* not supported yet */
}

.no-underline {
    text-decoration: none;
}

audio, canvas, img, svg, video {vertical-align: middle;}

img {display: block;}
textarea {resize: vertical;}

:lang(fr) {quotes: "\00ab\00a0" "\00a0\bb" "\201c" "\201d";} /* « … “…” … » */
:lang(en) {quotes: "\201c" "\201d" "\2018" "\2019";} /* “ … ‘…’ … ” */
q::before, blockquote > p::before {content: open-quote;}
q::after, blockquote > p::after {content: close-quote;}

:focus {outline: 0 none;}

/* @end RESETS */

/* @group BASE */

html {
    height: 100%;
    color: #222;
    font: 1em/1.4 "proxima-nova", sans-serif;
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*html, button, input, select, textarea {color: #222;}*/ /* https://github.com/h5bp/html5-boilerplate/commit/1c4df2aa073a4f791e54d4eede91e3bfbb8ee233 --- to be tested*/

body {
    min-height: 100%;
}


.single main .enoff-right-inner ol, .single main .enoff-right-inner ul {margin: 0;}
.single main .enoff-right-inner ol li, .single main .enoff-right-inner ul li {margin: 0;}
.single main ol {list-style: initial; margin: 20px 40px;}
.single main ol li {margin: 10px;}

@font-face {
  font-family: 'Franklin Gothic Medium';
  src: url('fonts/Franklin Gothic Medium.eot');
  src: url('fonts/Franklin Gothic Medium.eot?#iefix') format('embedded-opentype'),
       url('fonts/Franklin Gothic Medium.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FranklinGothic-Medium';
  src: url('fonts/FranklinGothic-Medium.woff') format('woff'),
       url('fonts/FranklinGothic-Medium.ttf') format('truetype'),
       url('fonts/FranklinGothic-Medium.svg#FranklinGothic-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}




body ::-moz-selection {background-color: #EF183D; color:#fff; text-shadow: none}
body ::selection {background-color: #EF183D; color:#fff; text-shadow: none}

body.tag .main-container {
  padding-top: 60px;
}

a {
    color: inherit;
    cursor: pointer;
}

a:hover {

}

a:active:not(.link) {
    position: relative;
    top: 1px;
}

a:focus {outline: thin dotted;}
a.link:focus {outline: 0 none;}
a:active, a:hover {outline: 0 none;}

a.link{
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
}

/*
a {
    transition: color 100ms, background-color 100ms;
}

a:hover {
    transition: color 0ms, background-color 0ms;
}

a svg {transition: fill 100ms ease;}
a:hover svg {transition: fill 50ms ease;}
*/
.twtshare {
  border-radius: 4px;
  margin-left: -35px;
  background: #14485f;
  color: #FFF;
  width: 70px;
  height: 35px;
  display: block;
  transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  text-align: center;
}
.twtshare .icon {
  fill: #fff;
}
.twtshare:hover {
  background-color: #19b4cf;
}
.twtshare:before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 50%;
  margin-right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #14485f transparent transparent transparent;
  transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
}
.twtshare:hover:before {
  border-color: #19b4cf transparent transparent transparent!important;
}


.red-button {
  text-decoration: none;
}

/* Helpers / utils */

.hidden,
.template {
    display: none !important;
    visibility: hidden;
}

.shake {
    display: inline-block;
    transform-origin: center center;
    box-shadow: 0 0 5px red;
    animation-play-state: running;
    animation: shake 500ms ease-in-out infinite;
    animation-iteration-count: 1;
}

@keyframes shake {
  2% {
    transform: translate(-2px, 0) rotate(0); }
  4% {
    transform: translate(-8px, 0) rotate(0); }
  6% {
    transform: translate(7px, 0) rotate(0); }
  8% {
    transform: translate(3px, 0) rotate(0); }
  10% {
    transform: translate(-6px, 0) rotate(0); }
  12% {
    transform: translate(0px, 0) rotate(0); }
  14% {
    transform: translate(-9px, 0) rotate(0); }
  16% {
    transform: translate(-2px, 0) rotate(0); }
  18% {
    transform: translate(3px, 0) rotate(0); }
  20% {
    transform: translate(0px, 0) rotate(0); }
  22% {
    transform: translate(9px, 0) rotate(0); }
  24% {
    transform: translate(-5px, 0) rotate(0); }
  26% {
    transform: translate(6px, 0) rotate(0); }
  28% {
    transform: translate(5px, 0) rotate(0); }
  30% {
    transform: translate(4px, 0) rotate(0); }
  32% {
    transform: translate(-5px, 0) rotate(0); }
  34% {
    transform: translate(9px, 0) rotate(0); }
  36% {
    transform: translate(1px, 0) rotate(0); }
  38% {
    transform: translate(7px, 0) rotate(0); }
  40% {
    transform: translate(0px, 0) rotate(0); }
  42% {
    transform: translate(2px, 0) rotate(0); }
  44% {
    transform: translate(-3px, 0) rotate(0); }
  46% {
    transform: translate(10px, 0) rotate(0); }
  48% {
    transform: translate(-3px, 0) rotate(0); }
  50% {
    transform: translate(10px, 0) rotate(0); }
  52% {
    transform: translate(-3px, 0) rotate(0); }
  54% {
    transform: translate(-5px, 0) rotate(0); }
  56% {
    transform: translate(6px, 0) rotate(0); }
  58% {
    transform: translate(-4px, 0) rotate(0); }
  60% {
    transform: translate(10px, 0) rotate(0); }
  62% {
    transform: translate(6px, 0) rotate(0); }
  64% {
    transform: translate(-3px, 0) rotate(0); }
  66% {
    transform: translate(1px, 0) rotate(0); }
  68% {
    transform: translate(-5px, 0) rotate(0); }
  70% {
    transform: translate(3px, 0) rotate(0); }
  72% {
    transform: translate(-9px, 0) rotate(0); }
  74% {
    transform: translate(-3px, 0) rotate(0); }
  76% {
    transform: translate(6px, 0) rotate(0); }
  78% {
    transform: translate(-7px, 0) rotate(0); }
  80% {
    transform: translate(-3px, 0) rotate(0); }
  82% {
    transform: translate(7px, 0) rotate(0); }
  84% {
    transform: translate(1px, 0) rotate(0); }
  86% {
    transform: translate(1px, 0) rotate(0); }
  88% {
    transform: translate(8px, 0) rotate(0); }
  90% {
    transform: translate(5px, 0) rotate(0); }
  92% {
    transform: translate(10px, 0) rotate(0); }
  94% {
    transform: translate(-4px, 0) rotate(0); }
  96% {
    transform: translate(7px, 0) rotate(0); }
  98% {
    transform: translate(-4px, 0) rotate(0); }
  0%, 100% {
    transform: translate(0, 0) rotate(0); }
}

.live-in-progress {
  width: 14px;
  height: 14px;
  margin-right: 15px;
  background-color: #fff;
  float: left;
  border-radius: 100%;
  display: inline-block;
  margin-top: 12px;
}

.blink {
/*    animation: live-pulse 1.5s steps(2, start) infinite;*/
    animation: live-pulse 1s infinite;
}
/*
@keyframes blink {
    to {
        visibility: hidden;
        stroke: #ef183d;
    }
}
*/

@-webkit-keyframes live-pulse {
    0%{opacity:1}
    10%{opacity:.25}
    40%{opacity:1}
    100%{opacity:1}
}
@keyframes live-pulse {
    0%{opacity:1}
    10%{opacity:.25}
    40%{opacity:1}
    100%{opacity:1}
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visual-ir { /* /!\ Must be re-tested on several browsers - creat validator error for font: 0 */
    border: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background-color: transparent;
}

.clearfix::before, .clearfix::after {
    content: " ";
    display: block;
}
.clearfix::after {clear: both;}

/* @end BASE */

/* @group LAYOUTS */

    /* Global wrapers */

.width-wrap {
    width: 1060px;
    margin-left: auto;
    margin-right: auto;
}

.width-padded {
    padding: 22px;
}

@media (max-width: 1100px) {


    .width-wrap {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .width-padded {
        padding: 2%;
    }

}

    /* Centering */

.v-centerer {

}

    .v-centerer::before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        width: 0.1em;
        margin-right: -0.4em;
    }

    .v-centered {
        display: inline-block;
        vertical-align: middle;
    }

.abs-centered {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.table {
    display: table;
}

.v-centering-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

#landing .main-container{
    padding-top:0;
}

/* @end LAYOUTS */

/* @group TEXTS & COLORS */

    /* Color classes */

.white-bg {background-color: #fff;}
.dark-bg {background-color: #222;}
.light-grey-bg {background-color: #f7f7f7;}

    /* Utils */

.underline {
    text-decoration: none;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 50%, currentColor 50%);
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 100% 0.12em;
    padding-bottom: 0.3em;
    /*text-shadow: 6px -1px 0 #fff, -6px -1px 0 #fff, -6px -2px 0 #fff;*/
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.highlight {
    display: inline;
    color: #fff;
    box-shadow: -6px 0 0 4px #1d1d1d, 6px 0 0 4px #1d1d1d;
    -webkit-box-decoration-break: clone;
        -ms-box-decoration-break: clone;
         -o-box-decoration-break: clone;
            box-decoration-break: clone;
}

    .highlight > .hl-inner {
        display: inline;
        background-color: #1d1d1d;
        position: relative;
    }

    .highlight-padding,
    .highlight-h-padding {
        padding-left: 12px;
        padding-right: 12px;
    }

    .highlight-padding,
    .highlight-v-padding {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    /* Titles */

.article h1 {

}

/* @end TEXTS & COLORS */

/* @group CSS3 PREFIXES EXAMPLES */

.css3ftw {
    border-radius: 12px;
    background-clip: padding-box;
    /* http://caniuse.com/#feat=border-radius */

    box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.5);
    /* http://caniuse.com/#feat=css-boxshadow */

    background-image: linear-gradient(to bottom, #444, #999);
    /* http://caniuse.com/#feat=css-gradients */

    -webkit-transform: rotate(7.5deg) scale(0.8);
        -ms-transform: rotate(7.5deg) scale(0.8); /* IE9 */
            transform: rotate(7.5deg) scale(0.8);
    -webkit-transform-style: preserve-3d; /* 3D not supported on IE */
            transform-style: preserve-3d;
    -webkit-perspective: 800px;
            perspective: 800px;
    /* Nb: -webkit- for Safari only – http://caniuse.com/#search=transform */

    transition: opacity 350ms ease-out; /* NEVER do transition: all; */
    /* http://caniuse.com/#feat=css-transitions */

    -webkit-animation: simple-anim 5s infinite;
            animation: simple-anim 5s infinite;
    /* -name -duration -timing-function -delay -iteration-count -direction -fill-mode */
    /* http://caniuse.com/#feat=css-animation */

    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    /* http://caniuse.com/#feat=multicolumn */

    display: -webkit-flex;
    display:         flex;
    -webkit-flex: 1;
            flex: 1;
    /* http://caniuse.com/#feat=flexbox
    http://css-tricks.com/old-flexbox-and-new-flexbox */

    width: calc(100% - 20px);
    /* http://caniuse.com/#feat=calc */

    -webkit-filter: grayscale(50%); /* Chrome 23+, Safari 6.0+ */
            filter: grayscale(50%); /* Sadly, nobody yet… */
    /* http://caniuse.com/#feat=css-filters */

    pointer-events: none;
    /* Carefull: IE >= 11 – http://caniuse.com/#feat=pointer-events */
}

@-webkit-keyframes simple-anim {
    0%   {opacity: 0;}
    100% {opacity: 1;}
}

@keyframes simple-anim {
    0%   {opacity: 0;}
    100% {opacity: 1;}
}

/* Example with a prefixed animated property */

@-webkit-keyframes transform-anim {
    0%   {-webkit-transform: translateY(0); transform: translateY(0);}
    100% {-webkit-transform: translateY(-100%); transform: translateY(-100%);}
}

@keyframes transform-anim {
    0%   {transform: translateY(0);}
    100% {transform: translateY(-100%);}
}

/* Placeholder styling */

::-webkit-input-placeholder {color:#808080;}
::-moz-placeholder          {color:#808080;}
:-ms-input-placeholder      {color:#808080;}

/* @end CSS3 PREFIXES EXAMPLES */

/* @group ELEMENT */

header {

}

.header-little {
    height: 65px;
    background: #FFF;
    width: 100%;
    text-align: center;
}


.menu {
    height: 30px;
    display: inline-block;
    /*width: 184px;*/
    /*height: 100%;*/
    float: left;
    cursor: pointer;
    transition: color 300ms;
    position: absolute;
    left: 0;
     top: 0px;
}


.menu-link .logo-little{
        margin-left: 18px;
    }

    .menu .menu-border{
        /*height: 65px;
        border-right: 1px solid #dadada;
        border-bottom: 1px solid #dadada;
        padding-left: 50px;
        padding-top: 18px;*/
        border: 1px solid #dadada;
        border-radius: 35px;
        margin-left: 50px;
        margin-top: 20px;
        padding: 10px 25px;
        min-width:134px !important;
    }



    .menu:hover {
        color: #ef183d;
    }

.menu .burger{
      width: 24px;
      background: #333;
      height: 3px;
      position: relative;
      display: inline-block;
      -webkit-transition: background 0.3s; /* Safari */
     transition: background 0.3s;
  }

    .menu:hover .burger{
        background: #ef183d;
    }



    .menu:active {
        position: absolute;
        top: 0px;
    }

     .menu .burger:before{
            width: 24px;
            background: #333;
            height: 3px;
            position: absolute;
            top: -7px;
            left: 0;
            content: " ";
            cursor: pointer;
             transition: background 0.3s;
        }

         .menu:hover .burger:before{
            background: #ef183d;
        }

        .menu .burger:after{
            width: 24px;
            background: #333;
            height: 3px;
            position: absolute;
            bottom: -7px;
            left: 0;
            content: " ";
            cursor: pointer;
             transition: background 0.3s;
        }

         .menu:hover .burger:after{
            background: #ef183d;
        }


.menu .name{
    display: inline-block;
    vertical-align: -5px;
    margin-left: 18px;
    font-family: franklin-gothic-urw;
    font-size: 1.1rem;
}

.overlay{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 400;
    cursor: pointer;
    transition: background-color 500ms ease-out;
    display: none;
    background-color: rgba(0,0,0, 0);
}

.overlay.seeme{
    background-color: rgba(0,0,0, 0.5);
}

.overlay-search{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 145px;
    z-index: 400;
    cursor: pointer;
    transition: background-color 500ms ease-out;
    display: none;
    background-color: rgba(0,0,0, 0);
}

.overlay-search.seeme{
    background-color: rgba(0,0,0, 0.5);
}


.menu-link{
    width: 410px;
    /*width: 440px;*/
    background: #FFF;
    padding: 20px 35px;
    position: fixed;
    left: -440px;
    top: 0;
    height: 100%;
    z-index: 500;
    overflow-x: hidden;
    overflow-y: scroll;
    transition: left 300ms ease-out;
}

    .menu-link.seeme{
        left: 0;
    }



.menu-link .menu-close {
    height: 30px;
    width: 30px;
    display: block;
    position: relative;
    float: right;
    margin-right: 5%;
    margin-top: 20px;
    cursor: pointer;
}

   .menu-link .menu-close:before{
        background: #333 none repeat scroll 0 0;
        content: " ";
        display: block;
        height: 3px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: rotate(45deg);
        width: 100%;
        transition: transform 300ms ease 0s;
    }



    .menu-link .menu-close:after{
         background: #333 none repeat scroll 0 0;
        content: " ";
        display: block;
        height: 3px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: rotate(-45deg);
        width: 100%;
        transition: transform 300ms ease 0s;
    }


    .menu-link ul{
        border-top: 1px solid #d9d9d9;
        margin-top: 20px;
    }

        .menu-link ul li{
            border-bottom: 1px solid #d9d9d9;
            color: #333333;
            font-family: jubilat;
            font-size: 1.6rem;
            font-weight: 400;
            padding: 9px 18px;;
        }

            .menu-link ul li a{
                opacity: 1;
                -webkit-transition: opacity 300ms;
                transition: opacity 300ms;
                text-decoration: none;
                display: block;
            }

                .menu-link ul li a:hover{
                    opacity:0.65;
                }

                .menu-link ul li a span{
                    display: block;
                }

           /* .menu-link ul li a span{
                text-decoration: none;
                display: inline-block;
                position: relative;
            }

                .menu-link ul li a span::after {
                    border-bottom-style: solid;
                    border-bottom-width: 2px;
                    content: "";
                    height: 0;
                    left: auto;
                    position: absolute;
                    right: 0.44em;
                    top: 100%;
                    transition: width 150ms ease-out 0s;
                    width: 0;
                }
                .menu-link ul li a span:hover::after {
                    left: 0.44em;
                    right: auto;
                    width: calc(100% - 0.44em * 2);
                }*/

            .menu-link ul li span.custom-entry{
                font-weight: 600;
            }
            .menu-link ul li span.custom-entry span{
                color: #fff;
                display: inline-block;
                fill: #fff;
                font-family: "proxima-nova";
                font-size: 1.3rem;
                font-weight: 700;
                line-height: 1.3rem;
                margin-left: 5px;
                padding: 0 8px;
                stroke: #fff;
                vertical-align: 3px;
            }

			.menu-link ul li span.arabia{
                color: #EF183D;
            }
			.menu-link ul li span.arabia span {
                background: #EF183D;
				padding: 2px 8px;
            }
            .menu-link ul li span.culture{
                color: #c1a05d;
            }
            .menu-link ul li span.auto {
                color: #686A6C;
            }

            span.custom-entry.auto span {
                    background: #686A6C;
                }

		.culture-main-left .centered-ad {
        margin:0 auto;
        width:300px;
        }
            .menu-link ul li span.culture span{
                background: #c1a05d none repeat scroll 0 0;
            }
            .menu-link ul li span.premium{
                color: #f3b200;
            }
            .menu-link ul li span.premium span{
                background: #f3b200 none repeat scroll 0 0;
            }

            .menu-link ul li span.greenbiz{
                color: #238652;
            }
            .menu-link ul li span.greenbiz span{
                background: #238652 none repeat scroll 0 0;
            }

            .menu-link ul li span.videos{
                color: #9e005d;
            }
            .menu-link ul li span.videos span{
                background: #9e005d none repeat scroll 0 0;
            }

            .menu-link ul li span.live{
                color: #EF183D;
            }
            .menu-link ul li span.live span{
                background: #EF183D none repeat scroll 0 0;
            }

        .menu-link ul.second{
            border-top: 0px;
            margin-top: 20px;
            /*margin-top: 45px;*/
        }

        .menu-link ul.second li{
            color: #828282;
            font-family: franklin-gothic-urw;
            font-size: 1rem;
            padding: 5px 18px;
            text-transform: uppercase;
        }


.searchandconnect {
    display: inline-block;
    float: right;
    margin-right: 30px;
    margin-top: 20px;
    width: auto;
    position: absolute;
    right: 0;
}

.search-form{
    width: 100%;;
    background: #FFF;
    position: fixed;
    top: 144px;
    left: 0;
    height: 0px;
    z-index: 500;
    transition: height 300ms ease-out;
    overflow: hidden;
}

    .search-form.seeme{
        height: 160px;
        border-bottom: 1px solid #dadada;
        border-top: 1px solid #dadada;
    }

.search-form-inline{
    width: 100%;;
    background: #FFF;
    top: 65px;
    height:160px;
    widht: 100%;
    z-index: 2;
    position: absolute;
    transition: height 300ms ease-out;
    overflow: hidden;
    border-bottom: 1px solid #dadada;
    border-top: 1px solid #dadada;
}


.search-form form,
.search-form-inline form{
    max-width:1180px;
    margin: auto;
    padding-top: 40px;
}

    .search-form input,
    .search-form-inline input{
        border: 0px;
        height: 80px;
        width: 100%;
        font-family: franklin-gothic-urw;
        font-size: 3rem;
    }

.search-form-autocomplete{
    background: #f2f2f2;
    position: fixed;
    top: 304px;
    width: 100%;
    z-index: 500;
    display: none;
    padding-bottom: 35px;
}


    .search-form-autocomplete li{
        height: 65px;
        border-bottom: 1px solid #dadada;
    }

        .search-form-autocomplete li:hover{
            background: #e6e6e6;
        }

        .search-form-autocomplete li a{
            text-decoration: none;
            display: block;
            max-width: 1180px;
            margin: auto;
            font-size: 1.3rem;
            line-height: 35px;
        }

        .search-form-autocomplete li .img-mask {
            background-position: center center;
            background-size: cover;
            border-radius: 50%;
            display: inline-block;
            margin-top: 8px;
            overflow: hidden;
            padding-top: 50px;
            position: relative;
            width: 50px;
            float: left;
            margin-right: 20px;
        }

             .search-form-autocomplete li .txt {
                 float: left;
                 margin-top: 15px;
             }

    .search-form-autocomplete .more-result{
        max-width:1180px;
        display: block;
        margin: auto;
        margin-top: 35px;
        padding: 20px;
        border: 1px solid #dddddd;
        font-family: franklin-gothic-urw-cond;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 600;
        letter-spacing: 0.1rem;
        margin-bottom: 10px;
        position: relative;
    }

        .search-form-autocomplete .more-result span{
            position: relative;
        }

        .search-form-autocomplete .more-result::before{
            position: absolute;
            background: #FFF;
            left: 0;
            top: 0;
            height: 0;
            content: " ";
            width: 100%;
            transition: height 250ms;
        }

             .search-form-autocomplete .more-result:hover::before{
                height: 100%;
            }

.search-nb-result {
    font-family: franklin-gothic-urw;
    font-size: 1.2rem;
    margin: auto auto -35px;
    max-width: 1180px;
    padding-top: 75px;
    text-transform: uppercase;
}


.header-rubric{
    /*height: 160px
    height: 65px;;*/
    height: 105px;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    width: 100%;
    text-align: center;
    transition: height 400ms;
    overflow: hidden;
    position: fixed;
    background: #fff;
    left: 0;
    top:0;
    z-index: 5;
}

.header-rubric.header-light .logocontainer{
    margin-top: 0px
}

.header-bigone{
    /*height: 160px;*/
    height: 120px;
    border-bottom: 1px solid #dadada;
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: fixed;
    background: #fff;
    left: 0;
    top:65px;
    z-index: 5;
    transition: height 200ms;
}

    .header-rubric .logocontainer{
        margin-top: 0;
        transition: margin 200ms;
        text-decoration: none;
    }

        .header-rubric.seeme .logocontainer{
            margin-top: 0px
        }

    .header-bigone .logocontainer{
        height: 75px;
        margin-top: 0px;
        overflow:hidden;
        /*transition: margin 300ms;*/
    }
        .header-bigone.dontsee{
            height:0px;
        }

        /*.header-bigone.dontsee .logocontainer{
            margin-top: -120px;

        }*/

    .header-rubric.little{
        height: 65px;
        z-index: 15;
    }

    .header-bigone .logo-rubric {
        width: 250px;
        display: inline-block;
       /* margin-top: 50px;*/
         margin-top: 20px;
        transition: width 300ms, margin 300ms;
    }

        .header-rubric .logo-rubric{
            width: 215px;
            margin-top: 25px;
            display: inline-block;
            transition: width 300ms, margin 300ms;
        }

    .header-bigone .logo-rubric-txt{
        display: inline-block;
        font-family: "jubilat";
        font-size: 3.6rem;
        font-weight: 200;
        line-height: 1;
        padding-left: 10px;
        padding-top: 14px;
        transition: font-size 300ms, vertical-align 300ms, font-weight 300ms;
    }
    .header-bigone .logo-rubric-txt a, .header-rubric .logo-rubric-txt a{
        text-decoration:none;
		text-transform: capitalize;
    }

        .header-bigone .logo-rubric-txt.culture{
        }

        .header-rubric .logo-rubric-txt{
             font-size: 2.8rem;
            vertical-align: -26px;
            font-weight: 400;
            /*font-family: franklin-gothic-urw-cond;*/
            font-family: "franklin-gothic-urw";
            font-weight: 200;
            line-height: 1;
            padding-left: 10px;
            transition: font-size 300ms, vertical-align 300ms, font-weight 300ms;
        }

    .header-rubric .subtitle,
    .header-bigone .subtitle  {
        color: #999999;
        font-family: franklin-gothic-urw-cond;
        font-size: 1rem;
        font-weight: 500;
        letter-spacing: 0.08rem;
        position: relative;
        text-decoration: none;
        text-transform: uppercase;
         transition: transform 300ms;
    }

         .header-rubric.little .subtitle {
             transform: scale(0.01);
         }

.main-container-home .social-banner-menu .tw,
.social-banner-menu .fb{
    width: 100%;
    margin: 0;
    padding: 11px 18px;
    border-bottom: 1px solid #d9d9d9;
}
.encontinu-social .tw,
.encontinu-social .fb{
    border: none;
}



.social-banner-menu .tw-logo,
.social-banner-menu .fb-logo{
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 4px;
    position:relative;
}

.global-social .fb-logo svg,.global-social .fb-logo svg{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.encontinu-social .tw,
.encontinu-social .fb{
  display: inline-block;
  width: auto;
  padding: 0 0 0 5px;
  vertical-align: top;
}



.social-banner-menu .fb-logo{
    padding-top: 4px;
}
/*.social-banner-menu .fb-logo{
    padding: 0;
    padding-left: 35px;
}*/

.social-banner-menu .tw-title,
.social-banner-menu .tw-nb,
.social-banner-menu .fb-title,
.social-banner-menu .fb-nb{
    margin-left: 0px;
}

.social-banner-menu .tw-title,
.social-banner-menu .fb-title{
    font-size: 1.25em;
}

.social-banner-menu .tw-nb,
.social-banner-menu .fb-nb{
    font-size: 1.05em;
}

.main-container-home{
    padding-top: /*145px*/  170px !important;
}

.desk-logo-typo{
    font-family: jubilat;
    font-weight: 600;
}

.connect{
    display: inline-block;
    width: 65px;
    height: 100%;
    text-align: center;
    float: right;

}

    .connect .connect-border{
        border: 1px solid #dadada;
        border-radius: 50%;
        height: 50px;
        padding-left: 5px;
        width: 50px;
    }

    .connect a{
        display: block;
    }

    .connect .icon{
        fill:#FFF;
        stroke:#333;
        transition: stroke 300ms;
        margin-top: -6px;
    }
        .connect:hover .icon{
            stroke:#ef183d;
        }

.search{
    display: inline-block;
    width: 65px;
    height: 100%;
    text-align: center;
    float: right;
    cursor: pointer;
}
.search.active .icon,
.search-results .search .icon{
    stroke: #EF183D;
}

    .search .search-border{
        border: 1px solid #dadada;
        border-radius: 50%;
        height: 50px;
        padding-left: 11px;
        padding-top: 0;
        width: 50px;
    }

    .search a{
        display: block;
    }

    .search .icon{
        fill:#FFF;
        stroke:#333;
         transition: stroke 300ms;
    }
        .search:hover .icon{
            stroke:#ef183d;
        }



.logo-little{
    display: inline-block;
    margin-top: 20px;
    width: 115px;
}

.logo-little-home{
    display: inline-block;
    margin-top: 15px;
    width: 200px;
}

.logo-subtitle{
    display: inline-block;
     font-family: jubilat;
    font-size: 1.8rem;
    padding-left: 10px;
    vertical-align: -17px;

}


.logo-subtitle-header{
    display: inline-block;
     font-family: jubilat;
    font-size: 1.8rem;
    padding-left: 10px;
    vertical-align: -17px;

}


.logo-subtitle-jub{
    display: inline-block;
     font-family: jubilat;
    font-size: 1.8rem;
    padding-left: 10px;
    vertical-align: -17px;

}

.main-container{
    background:#f2f2f2;
    width: 100%;
    display: block;
    padding-top: 105px;
    padding-bottom: 30px;
}

.single-grandangle .main-container{
    padding-top: 152px;
}

.page-template-abonnements .header-bigone{ display:none ;}

.single-offre .main-container, .page-template-abonnements .main-container, .single-offre .main-container, .author .main-container{ padding-top: 65px !important; }

.grandangle-header-bigfoto{
    border-top: 1px solid #e6e6e6;
    width: 100%;
    height:auto;
    color: #666666;
    font-size: 1.7rem;
    line-height: 1.2;
    padding: 30px 0;
}

    .grandangle-header-bigfoto img{
        width: 100%;
        height: auto;
        /*max-height: 550px;*/
    }

.grandangle-main-tag{
    margin-top: -245px;
    position: relative;
    text-align: center;
}

.grandangle-main{
    background: #FFF;
    border: 1px solid #dddddd;
    max-width: 1400px;
    width: 90%;
    margin: auto;
    margin-top: 45px;
    position: relative;
}

.grandangle-main h1{
    font-family: jubilat;
    font-size: 5rem;
    font-weight: 800;
    line-height: 0.9;
    padding: 3% 15%;
    text-align: center;
}

.grandangle-main h2{
    font-family: jubilat;
    font-size: 3rem;
    line-height: 0.9;
    padding: 3% 15%;
    letter-spacing: 0.1rem;
    text-align: center;
}

.grandangle-main h3{
    font-family: franklin-gothic-urw;
    font-size: 1.7rem;
    letter-spacing: 0.4rem;
    line-height: 0.9;
    padding: 2% 10% 0;
    text-align: center;
}

.grandangle-main h4{
    font-family: franklin-gothic-urw;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 0.9;
    padding-bottom: 5px;
    text-transform: uppercase;
    padding-top: 1.6em;
}

.btn-orange{
    background: rgb(234, 181, 50) none repeat scroll 0% 0%;
    border-bottom: 2px solid rgb(247, 202, 62);
    font-size: 0.8em;
    padding: 5px 25px;
    text-decoration: none;
color: #fff;
font-family: jubilat;
}

.btn-orange[disabled]{
    background: #333;
border-color: #DADADA;
color: #ddd;
}

.abonnement-btn{
    position: absolute;
    left: 12.7em;
    top: 29%;
}
.abonnement-btn a {
    font-family: "Franklin Gothic Medium";
    font-size: 1rem;
}
.grandangle-main .grandangle-main-content{
    padding: 0 6%;
}

h4{
    padding-top: 1.5em;
}

.grandangle-main .grandangle-content{
    font-family:"ff-tisa-web-pro";
    color: #353535;
    font-size: 1.2rem;
    margin: auto;
    padding: 0% 5%;
    width: 62%;
    display: inline-block;
}

.grandangle-main .ga-share{
    margin-top: 2em;
}

.grandangle-main .grandangle-content iframe{
    max-width: 100%;
    margin: 2em;
}
.grandangle-main .grandangle-content img,
.grandangle-main .grandangle-content-center img{
    max-width: 100%;
}

.grandangle-main .grandangle-content .standfirst-ad iframe{
    margin: 0;
}
.standfirst-ad {
    position:absolute;
    left:-320px;
    top: 56px;
}

.large-1180-ad {
	width: 1180px;
	margin: auto;
}
.large-1180-ad iframe {
	/*width: 1180px;*/
	height: 250px;
	margin-bottom: 20px;
}
#div-gpt-ad-1467396500821-0 {
    height: 250px;
    margin-bottom: 20px;
}
#div-gpt-ad-1467396500821-0 > div {
	display: block!important;
}

#div-gpt-ad-1467345902272-0 {
    margin: auto;
}

.grandangle-main .grandangle-content-center{
    display: block;
}

.grandangle-main .grandangle-content a{
    color: #e63323;
    text-decoration: none;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 50%, currentColor 50%);
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 100% 0.12em;
    padding-bottom: 0.1em;
    transition: color 100ms, opacity 100ms;
}

.grandangle-main .grandangle-content a:hover{
    color: #d12c1f;
    opacity: 0.70;
}


.grandangle-main .push-articles{
    float: right;
    width: 225px;
    /*margin-top: 150px;*/
    position: relative;
}

/*.grandangle-main .push-articles:after{
    position: absolute;
    height: 100%;
    width:2px;
    left: 50%;
    top: 0;
    content: " ";
    background: #dddddd
}*/

.push-articles .push-article:not(:last-child) {
    background: red;
}

.grandangle-main .push-articles .push-article.not-last-article:after {
    position: absolute;
    height: 32px;
    width: 2px;
    left: 50%;
    bottom: -34px;
    content: " ";
    background: #dddddd;
}


.grandangle-main .push-articles .push-article{
    height: auto;
    margin-bottom: 30px;
    width: 100%;
    background: #F2F2F2 none repeat scroll 0% 0%;
    position: relative;
    z-index: 2;
    border: 2px solid rgb(221, 221, 221);
}

/*.grandangle-main .push-articles .push-article:last-child{
     margin-bottom: 0;
}*/

.grandangle-main .push-articles .push-article img{
    width: 100%;
    /*height: 71px;*/
}

.grandangle-main .push-articles .push-article .cat {
    color: #666666;
    font-family: jubilat;
    font-size: 1.1rem;
    width: 100%;
    text-align: center;
}


.grandangle-main .push-articles .push-article .title{
    font-family: franklin-gothic-urw;
    color:#353535;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    padding: 4%;
}
.grandangle-main .push-articles .push-article .title a {
    text-decoration: none;
}

.grandangle-main .standfirst{
    position: relative;
    margin-left: 320px;
    font-family: franklin-gothic-urw;
    color: #666666;
    font-size: 1.7rem;
    line-height: 1.2;
    padding: 50px 0;
}


.grandangle-main.cantread .standfirst{
    position: relative;
    margin-left: 320px;
    font-family: franklin-gothic-urw;
    color: #666666;
    font-size: 1.7rem;
    line-height: 1.2;
    padding: 50px 0;
    margin: 0 auto;
    width: 52%;
}

.grandangle-main.cantread .standfirst .standfirst-ad {
    position: absolute;
    left: -322px;
    top: 56px;
    width: 300px;
    height: 250px;
}

.grandangle-main .dispo-container .standfirst{
    margin-left: 30px;
}

.grandangle-main .cat{
    font-family: franklin-gothic-urw;
    color: #e30422;
    display: block;
    float: left;
    font-size: 1.4rem;
    margin-top: 5px;
    padding-right: 5px;
    text-transform: uppercase;g
}


.grandangle-bigpicture{
    width:100%;
    margin: 30px 0px;
}


    .grandangle-push-left .push-articles,
    .grandangle-push-left .grandangle-picture,
    .grandangle-push-right .push-articles,
    .bio-express,
    .grandangle-push-right .grandangle-picture{
        margin-bottom: 55px;
    }

.grandangle-picture{
  position: relative;
    width: 100%;
}

.zoom-glass {
  position: absolute;
  display: inline-block;
  top: 0px;
  right: 0px;
  color: #fff;
}
.zoom-glass .icon {
  fill: transparent;
  stroke: #fff;
  transition: stroke 300ms;
}

    .grandangle-picture img{
        width: 100%;
        height: auto;
    }

    .grandangle-picture .legend, .legend{
        color:#666666 ;
        font-size: 0.9rem;
        font-family: franklin-gothic-urw;
        /*padding-top:15px;*/
        padding-top:5px;
        line-height: 1em;
        display: inline-block;
    }

.grandangle-push-left{
    float: left;
    width: 38%;
}

.grandangle-push-right{
    float: right;
    width: 38%;
}

.grandangle-push-left .push-direction{
    float: right;
}

.grandangle-push-left .encadre{
    float: inherit;
    max-width: 100%;
}

.grandangle-push-right .push-direction{
    float: left;
    max-width:100%;
}

.push-block-focus{
    width: 305px;
    margin-bottom: 2em;
}

.grandangle-push-right .quotes {
    margin-bottom: 55px;
}
.grandangle-push-right .quotes,
.grandangle-push-left .quotes,
.grandangle-push-right .bio-express,
.grandangle-push-left .bio-express{
    width:305px;
}

.dispo-container div.push-direction:last-child{
    margin-bottom:0 !important;
}

.encadre{
    border: 1px solid #DADADA;
    padding: 3% 5%;
    font-family: franklin-gothic-urw;
    margin: 2% 0px;
    background: #F2F2F2;
}

.encadre .attachment-tumbnail{min-width: 100%;}

.encadre .encadre-keyword{
    font-weight: bold;
}

.encadre .encadre-keyword:first-letter {
 text-transform:uppercase;
}

.encadre .encadre-text{
    margin-top: 0.2em;
}

.encadre .encadre-title{
    text-transform: uppercase;
    font-size: 1.2em;
    margin: 0 0 10px 0;
}

.datadesk-main{
    background: #FFF;
    max-width: 1180px;
    margin: auto;
    margin-top: 45px;
    border: 1px solid #dddddd;
    padding-top: 40px;
    margin-bottom: 20px;
}

    .datadesk-tag{
        width: 100%;
        padding-top: 32px;
        text-align: center;
    }

    .datadesk-main h1{
        font-family: ff-tisa-web-pro;
        font-size: 3.4rem;
        font-weight: 400;
        line-height:1.1;
        padding: 2% 10%;
        text-align: center;
    }


    .datadesk-main .subtitle{
        font-family: franklin-gothic-urw;
        color: #666666 ;
        font-size: 1.7rem;
        line-height: 1.2;
        padding: 0% 10% 3%;
        text-align: center;
    }

    .datadesk-main .infog{
        padding: 0 3.5%;
    }

    .datadesk-main .datadesk-infolog-texte{
        border-top: 1px solid #e2e2e2;
        border-bottom: 1px solid #e2e2e2;
        background: #fcfcfc ;
        width: 100%;
        color: #353535;
        display: inline-block;
        font-family: "ff-tisa-web-pro";
        font-size: 1.3rem;
        margin: auto;
        margin-top: 45px;
        padding: 75px 10% 75px 7%;
        position: relative;
    }

    .datadesk-main .datadesk-infolog-texte .close{
        position: absolute;
        right: 20px;
        top: 20px;
        display: block;
        padding: 10px;
    }
    .datadesk-main .datadesk-infolog-texte .close span{
         width:30px;
        border-top: 2px solid #333333;
        display: block;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .datadesk-main .datadesk-infolog-texte .close span:before{
            border-left: 2px solid #333333;
            content: " ";
            height: 30px;
            left: 13px;
            position: absolute;
            top: -16px;
            width: 0;
        }

    .datadesk-main .datadesk-content{
        color: #353535;
        display: inline-block;
        font-family: "ff-tisa-web-pro";
        font-size: 1.2rem;
        margin: auto;
        padding: 45px 2% 45px 2%;
        width: 71%;
    }


    .datadesk-main .datadesk-content a{
        color: #e63323;
        text-decoration: none;
        background-image: linear-gradient(to bottom, rgba(0,0,0,0) 50%, currentColor 50%);
        background-position: 0 95%;
        background-repeat: no-repeat;
        background-size: 100% 0.12em;
        padding-bottom: 0.1em;
        transition: color 100ms;
}

        .datadesk-main .datadesk-content a:hover{
            color: #d12c1f;
        }



    .datadesk-main h4{
        font-family: franklin-gothic-urw;
        font-size: 1.2rem;
        font-weight: 600;
        line-height: 0.9;
        padding-bottom: 5px;
        text-transform: uppercase;
    }

	h1, h2, h3, h4, h5, h6 {
		padding-bottom: 5px;
		font-family: franklin-gothic-urw;
	}
	h1 {font-size: 3rem;}
	h2 {font-size: 2.2rem;}
	h3 {font-size: 1.6rem;}
	h4 {font-size: 1.2rem;}
	h5 {font-size: 1.1rem;}
	h6 {font-size: 1rem;}

    .datadesk-main .infog img{
        width: 100%;
        height: auto;
    }


    .infog-text-button{
        border: 1px solid #dddddd;
        text-transform: uppercase;
        display: table;
        padding: 15px;
        font-size: 1.1rem;
        font-family: franklin-gothic-urw-cond;
        letter-spacing: 0.15rem;
        color: #333;
        text-decoration: none;
        margin-top: 45px;
        margin-left: 42%;

    }

        .infog-text-button span:before{
            display: block;
            content: " ";
            height: 20px;
            width: 20px;
            border-left: 1px solid #333;
            border-bottom: 1px solid #333;
            float: left;
            margin-right: 18px;
            margin-top: -3px;
            transform: rotate(-45deg);
        }

.datadesk-social{
    width: 71%;
    padding-left: 11.5%;
}

.datadesk-keywords{
    width: 71%;
    padding-left: 11.5%;
    padding-bottom: 20px;
}

.datadesk-push{
    max-width: 1180px;
    margin: auto;
    padding-top: 50px;
}

    .datadesk-push .box-push-container{
    }
    .datadesk-push .box-push{
        width: 23.5%;
        margin-left: 2%;
        margin-top: 2%;
        float: left;
    }

    .datadesk-push .box-push:first-child{
        margin-left: 0px;
        /*margin-top:0;*/

    }

    .box-push-container .box-push-big-left{
        margin-top: 0px;
    }

#desintox-all .more-of-container{margin-top:2%;}

.box-push-datadesk{
    width: 100%;
    border-top: 4px solid #1a1a1a;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    text-align: center;
    background: #FFF;
    height: 330px;
    box-shadow: 0 0 8px -9px rgba(0, 0, 0, 0.1);
    transition: box-shadow 300ms;
    position: relative;
}

    .box-push-datadesk:hover{
       /* box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);*/
    }



     .box-push-datadesk .img-mask{
        border-radius: 50%;
        width: 58%;
        display: inline-block;
        margin: auto;
        padding-top: 58%;
        margin-top: 20px;
        position: relative;
        overflow: hidden;
        background-size: cover;
        background-position: center;
        transition: opacity 300ms ease 0s;
    }

        .box-push-datadesk .img-mask:hover{
            opacity: 0.70;
        }

    .box-push-datadesk .title{
        color: #1a1a1a;
        display: inline-block;
        font-family: "ff-tisa-web-pro";
        font-size: 1.2rem;
        height: 90px;
        line-height: 1;
        overflow: hidden;
        padding: 14px 10% 20px;
        text-decoration: none;
        transition: opacity 300ms ease 0s;
    }

        .box-push-datadesk .title:hover{
            opacity: 0.65;
        }

    .box-push-datadesk .tag{
        color: #666;
        display: inline-block;
        font-family: franklin-gothic-urw;
        font-size: 1rem;
        text-decoration: none;
        opacity: 1;
        transition: opacity 300ms;
        display: none;
    }

        .box-push-datadesk .tag:hover{
            opacity: 0.65;
        }


.newsroom-main{
    background: #FFF;
    max-width: 1180px;
    margin: 0 auto 10px auto ;
    border: 1px solid #dddddd;
    padding-top: 40px;
}

.newsroom-main-container{
    max-width: 915px;
    margin: auto;
}

    .newsroom-tag{
        width: 100%;
        text-align: left;
    }

    .blue-category-tag {
        display: inline-block;
        color: #00B3E2;
        border: 2px solid #00B3E2;
        text-transform: uppercase;
        background-image: none;
        font-size: 0.875em;
        padding: 0 10px;
        margin-right: 10px;
        line-height: 1.3;
        letter-spacing: 0.1em;
        font-family: "franklin-gothic-urw-cond";
    }

      .newsroom-main .meta-article{
          text-align: left;
          padding-top: 20px;
      }

    .newsroom-main h1{
        font-family: ff-tisa-web-pro;
        font-size: 2.7rem;
        font-weight: 400;
        line-height: 0.9;
        padding: 20px 10% 45px 0;
        text-align: left;
    }

    .desintox-header-bigfoto .sup {
            background: #ef183d none repeat scroll 0 0;
            border: 0 none;
            bottom: 0;
            color: #fff;
            opacity:0.85;
            font-family: franklin-gothic-urw-cond;
            font-size: 0.95rem;
            font-weight: 600;
            left: 0;
            padding: 6px 6px 6px 4%;
            position: absolute;
            text-align: left;
            text-transform: uppercase;
            width: 25%;
    }

    .newsroom-main .newsroom-content{
        color: #353535;
        display: inline-block;
        font-family: "ff-tisa-web-pro";
        font-size: 1.2rem;
        margin: auto;
        /*padding: 0px 0% 45px 11.5%;
        width: 100%;*/
        max-width: 700px;
        float: right;
        position: relative;
    }

    .newsroom-w-habillage .newsroom-content {
        max-width: 619px;
    }


    .newsroom-main .newsroom-content a{
        color: #e63323;
        text-decoration: none;
        background-image: linear-gradient(to bottom, rgba(0,0,0,0) 50%, currentColor 50%);
        background-position: 0 95%;
        background-repeat: no-repeat;
        background-size: 100% 0.12em;
        padding-bottom: 0.1em;
        transition: color 100ms;
    }

        .newsroom-main .newsroom-content a:hover{
            color: #d12c1f;
        }



    .newsroom-main h4{
        font-family: franklin-gothic-urw;
        font-size: 1.2rem;
        font-weight: 600;
        line-height: 0.9;
        padding-bottom: 5px;
        text-transform: uppercase;
    }


    .newsroom-main .chapo,
    .video-main-container-content .chapo,
    .enclair-main .chapo, .desintox-main .chapo{
        font-family: franklin-gothic-urw;
        color: #666666 ;
        font-size: 1.7rem;
        line-height: 1.2;
        padding: 0% 10% 35px 0;
        text-align: left;
    }
.desintox-main .chapo{
padding-left:6%;
}

    .newsroom-main .chapo{
        padding-top: 35px;
    }


    .newsroom-social{
        max-width: 700px;
        /*padding-left: 11.5%;*/
    }

    .newsroom-keywords{
         max-width: 700px;
        /*padding-left: 11.5%;*/
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .newsroom-main .box-push-pub-conatiner{
        position: absolute;
        top: 0;
        left: -320px;
    }

        .newsroom-main .box-push-pub-conatiner .box-push-pub{
            margin-bottom: 20px;
        }



.newsroom-picture{
    width: 100%;
}

    .newsroom-picture img{
        width: 100%;
        height: auto;
    }

    .newsroom-picture .legend{
        color:#666666 ;
        font-size: 0.9rem;
        font-family: franklin-gothic-urw;
        /*padding-top:15px;*/
        display: inline-block;
        padding-top:5px;
        line-height: 1em;
    }

.newsroom-push{
    padding-top: 50px;
    background: #FFF;
}

    .newsroom-push .box-push-container{
        max-width: 1180px;
        margin: auto;
    }
    .newsroom-push .box-push{
        width: 23.5%;
        margin-left: 2%;
        margin-top: 25px;
        float: left;
    }

    .newsroom-push .box-push:first-child{
        margin-left: 0px;
    }

.desintox-cat-wrap {
    margin-bottom: 20px;
}
.desintox-main,
.enclair-main{
    background: transparent;
    max-width: 1180px;
    margin: 0px auto 45px auto ;
    padding-top: 45px;
}

.desintox-main-container,
.enclair-main-container{
    max-width: 860px;
    width: 100%;
    float: left;
    border: 1px solid #dddddd;
    background: #FFF;
}

    .desintox-header-bigfoto,
    .enclair-header-bigfoto{
        position: relative;
    }

    .desintox-header-bigfoto img,
    .enclair-header-bigfoto img{
        width: 100%;
        height: auto;

    }

    .desintox-main-tag,
    .enclair-main-tag{
        margin-top: -70px;
        position: relative;
        text-align: center;
        margin-bottom: 25px;
    }

    .desintox-header-bigfoto .tag-shadow,
    .enclair-header-bigfoto .tag-shadow{
        position: absolute;
        left:0;
        right: 0;
        bottom: 0;
        height: 150px;
        background: -moz-linear-gradient(bottom, rgba(0,0,0,0.60) 0%, rgba(0,0,0,0) 50%);
        background: -webkit-gradient(linear,  bottom,  top, color-stop(0%,rgba(0,0,0,0.60)), color-stop(50%,rgba(0,0,0,0)));
        background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.60) 0%,rgba(0,0,0,0) 50%);
        background: -o-linear-gradient(bottom, rgba(0,0,0,0.60) 0%,rgba(0,0,0,0) 50%);
        background: -ms-linear-gradient(bottom, rgba(0,0,0,0.60) 0%,rgba(0,0,0,0) 50%);
        background: linear-gradient(bottom, rgba(0,0,0,0.60) 0%,rgba(0,0,0,0) 50%);
    }


    .desintox-main-container .meta-article,
    .enclair-main-container .meta-article{
        padding-left: 6%;
        text-align: left;
    }
.home .grandangle-listing .shadow, .grandangle-others-container .grandangle-listing .shadow{
    bottom:0;
}
    .desintox-main-container h1,
    .enclair-main-container h1{
        font-family: ff-tisa-web-pro;
        font-size: 2.5rem;
        font-weight: 400;
        line-height: 0.9;
        padding: 20px 10% 45px 6%;
        text-align: left;
    }

        .enclair-main-container h1 .nb{
            color: #ef183d;
            font-family: jubilat;
            font-size: 1.9rem;
            font-weight: 300;
            padding-right: 10px;
        }

        .main-news-home-text a span.nb{
            color: #ef183d;
            font-family: jubilat;
            font-size: 1.4rem;
            font-weight: 300;
            padding-right: 10px;
        }

    .desintox-content,
    .enclair-content{
        padding-left: 15%;
        padding-bottom: 45px;
        color: #353535;
        display: inline-block;
        font-family: "ff-tisa-web-pro";
        font-size: 1.2rem;
        width: 100%;
        padding-right: 6%;
    }
.desintox-content {
padding-left:6%;
}

        .desintox-content a,
        .enclair-content a{
            background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, currentcolor 50%);
            background-position: 0 95%;
            background-repeat: no-repeat;
            background-size: 100% 0.12em;
            color: #e63323;
            padding-bottom: 0.1em;
            text-decoration: none;
            /*padding-right: 12%;*/
            transition: color 100ms ease 0s;
        }

        .desintox-content a{
            padding-right: 0;
        }

        .desintox-content .desintox-section-header{
            display: block;
            outline:0;
            width: 100%;
            color: #1a1a1a;
            font-family: franklin-gothic-urw;
            text-transform: uppercase;
            font-size: 1.7rem;
            border-top:3px solid #e6e6e6;
            padding-top: 15px;
            text-decoration: none;
            padding-bottom: 10px;
            margin-top: 18px;
            background:none;
        }

            .desintox-content .desintox-section-header .triangle{
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                border-top: 8px solid black;
                border-bottom:0px;
                display: inline-block;
                height: 1px;
                margin-left: 15px;
                margin-right: 20px;
                transform: scale(1.1);
                vertical-align: 6px;
                width: 1px;
            }


            .desintox-content .desintox-section-header.expended .triangle{
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                border-bottom: 8px solid black;
                border-top:0px;
                display: inline-block;
                height: 1px;
                margin-left: 15px;
                margin-right: 20px;
                transform: scale(1.1);
                vertical-align: 6px;
                width: 1px;
            }

            .expended .enoff-keywords{
                display:block !important;
                margin-bottom: 24px;
            }

    .off-block.expended .off-social,
    .off-block.expended .enoff-keywords {
        display: block;
    }

    .off-block .off-social,
    .off-block .enoff-keywords {
        display: none;
    }


    .desintox-keywords,
    .enclair-keywords{
        padding-left: 20%;
        width: 100%;
        padding-bottom: 20px;
    }

    .desintox-social,
    .enclair-social{
        padding-left: 20%;
        width: 100%;
    }

    .desintox-main-container .author-article,
    .enclair-main-container .author-article{
        padding-bottom: 30px;
    }


.desintox-main-push-right,
.enclair-main-push-right{
    width: 300px;
    float: right;
}

    .desintox-main-push-right .box-push-block,
    .enclair-main-push-right .box-push-block{
        margin-bottom: 20px;
    }


.desintox-push,
.enclair-push,
.encontinu-push,
.off-push{
    background: #FFF;
}

    .desintox-push .header,
    .enclair-push .header,
    .encontinu-push .header,
    .off-push .header{
        max-width: 1180px;
        margin: auto;
    }

    .desintox-push .box-push-container,
    .enclair-push .box-push-container,
    .encontinu-push .box-push-container,
    .off-push .box-push-container,
    .page404-push{
        max-width: 1180px;
        margin: auto;
    }
    .desintox-push .box-push,
    .enclair-push .box-push,
    .encontinu-push .box-push,
    .off-push .box-push,
    .page404-push .box-push{
        max-width: 23.7%;
        margin-left: 1.7%;
        margin-bottom: 25px;
        float: left;
    }

    .desintox-push .box-push:first-child,
    .enclair-push .box-push:first-child,
    .encontinu-push .box-push:first-child,
    .off-push .box-push:first-child,
    .page404-push .box-push:first-child{
        margin-left: 0px;
    }

   .social-banner-desintox{
       padding: 45px 0!important;
   }

    .enclair-main h4{
        font-family: franklin-gothic-urw;
        font-size: 1.2rem;
        font-weight: 600;
        line-height: 0.9;
        padding-bottom: 5px;
        text-transform: uppercase;
    }

.grandangle-content h4:first-child{
    padding-top:0;
}

.box-push-last-container .box-push{
    margin-bottom: 0px;
}


.encontinu-main,
.off-main{
    background: transparent;
    max-width: 1180px;
    margin:0 auto ;
}

.encontinu-main-container{
    max-width: 700px;
    float: left;
    /*border: 1px solid #dddddd;*/
    background: #FFF;
    width: 59%;
    border: 1px solid #dddddd;
    overflow: hidden;
}

    .encontinu-main-container-left .encontinu-main-container{
        width: auto;
    }

.encontinu-main-container-left{
    max-width: 700px;
    float: left;
    width: 59%;
}

.encontinu-current-date {
    position: absolute;
    top: 21px;
    right: 18px;
    font-size: 1.2rem;
}

.off-main-container{
    max-width: 700px;
    float: left;
    width: 60%;
}

.off-block{
    border: 1px solid #dddddd;
    background: #FFF;
    margin-bottom: 25px;
}

    .encontinu-main-container .meta-article,
    .off-main-container .meta-article{
        padding-left: 6%;
        padding-top: 6%;
        text-align: left;
    }

    .encontinu-main-container h1,
    .off-main-container h1{
        font-family: ff-tisa-web-pro;
        font-size: 2.6rem;
        font-weight: 400;
        line-height: 0.9;
        padding: 20px 10% 45px 6%;
        text-align: left;
    }

    .off-main-container h1 a{
        background-image: none;
        color: #222;
        outline:0;
     }
    .off-main-container .off-block .plus{
                border: 1px solid #333;
                border-radius: 50%;
                display: inline-block;
                height: 18px;
                margin-right: 34px;

                width: 18px;
                float: right;
                position: relative;
                cursor: pointer;
                opacity: 1;
                transition: opacity 300ms ease 0s;
            }

            .off-main-container .off-block .plus:hover{
                opacity: 0.7;
            }

            .off-main-container .off-block .plus:after{
                content: "+";
                left: 4px;
                position: absolute;
                top: -2px;
                pointer-events: none;
            }


            .off-main-container .off-block.expended .plus:after{
                content: "-";
                left: 6px;
                position: absolute;
                top: -4px;
                pointer-events: none;
            }

    .off-main-container h1{
        padding-bottom: 65px;
    }

    .encontinu-main-container h1 .spe,
    .off-main-container h1 .spe{
            font-family: franklin-gothic-urw-cond;
            color: #ef183d;
            font-size: 2rem;
            padding-right: 10px;
            text-transform: uppercase;
            letter-spacing: 0.1rem;
        }

    .encontinu-main-container a,
    .off-main-container a {
            color: #e63323;
            padding-bottom: 0.1em;
            text-decoration: none;
            transition: color 100ms ease 0s;
        }

     .encontinu-main .encontinu-main-container .encontinu-content a {
        color: #E63323;
        font-family: "Franklin Gothic Medium" !important;
    }

    .encontinu-content ,
    .off-content {
        color: #353535;
        display: inline-block;
        font-family: "ff-tisa-web-pro";
        font-size: 1.2rem;
        padding-bottom: 45px;
        padding-left: 6%;
        padding-right: 6%;
        width: 100%;
    }

    .live-content {
        padding: 0;
    }

    .off-block .off-content {
        max-height: 0px;
        height: auto;
        overflow: hidden;
        padding-bottom: 0px;
        transition: max-height 300ms ease 0s;
    }

    .off-block.expended .off-content{
        /*max-height: 50em;*/
        max-height:1200em;
        padding-bottom: 45px;
    }

    .off-block .off-social{
        /*max-height: 0px;*/
        height: auto;
        overflow: hidden;
        padding-bottom: 0px;
        transition: max-height 300ms ease 0s;
        /*margin-top: 45px;*/

    }

    .off-block.expended .off-social, .enoff-social, .enoff-wrapper .off-social{
        margin-left: 6%;
    }

    .off-block.expended .enoff-social, .off-block.expended .off-social{
      display:block !important;
    }

    .encontinu-content img,
    .off-content img{
        width: 100%;
        height: auto;
    }

    .encontinu-content .chapo,
    .off-content .chapo{
        font-family: franklin-gothic-urw;
        color: #666666 ;
        font-size: 1.7rem;
        line-height: 1.2;
        padding: 25px 10% 35px 0;
        text-align: left;
    }

    .off-main-container .chapo{
        padding-top: 0px;
    }

    .encontinu-main .encontinu-content a,
    .off-main .encontinu-content a{
        color: #e63323;
        text-decoration: none;
        background-image: linear-gradient(to bottom, rgba(0,0,0,0) 50%, currentColor 50%);
        background-position: 0 95%;
        background-repeat: no-repeat;
        background-size: 100% 0.12em;
        padding-bottom: 0.1em;
        transition: color 100ms;
    }

    .off-main .encontinu-content a:hover,
    .encontinu-main .encontinu-content a:hover{
        color: #d12c1f;
    }


    .encontinu-main-container .back,
    .page404-main .back{
        display: block;
        height: 60px;
        border-top: 1px solid #e6e6e6;
        color: #333;
        font-family: franklin-gothic-urw-cond;
        letter-spacing: 0.1rem;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 600;
        background-image: none;
    }

    .encontinu-main-container .back .arrow,
    .page404-main .back .arrow{
        border-top: 2px solid #333;
        display: inline-block;
        height: 0;
        margin-left: 15px;
        margin-top: 25px;
        position: relative;
        transform: rotate(-45deg);
        width: 22px;
        transition: margin 300ms;
    }

    .encontinu-main-container .back:hover .arrow,
    .page404-main .back:hover .arrow{
        margin-left: 10px;
        margin-right: 5px;
    }

    .encontinu-main-container .back .arrow:before,
    .page404-main .back .arrow:before{
        border-top: 2px solid #333;
        content: " ";
        height: 0;
        left: -10px;
        margin-top: 25px;
        position: absolute;
        top: -17px;
        transform: rotate(90deg);
        width: 22px;
    }

    .encontinu-main-container .back .txt,
    .page404-main .back .txt{
        display: inline-block;
        padding-left: 15px;
        vertical-align: -10px;
    }

.encontinu-main-push-right,
.off-main-push-right,
.culture-main-push-right{
    max-width: 460px;
    float: right;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    background: #FFF;
    width: 39%;
}

.off-main-push-right ul, .encontinu-main-push-right ul, .culture-main-push-right ul{
    overflow: hidden;
    max-height: 1000px;
    overflow-y: scroll;
}

.encontinu-main-push-right ul li .infos{
    /*padding-left: 65px;*/
}

.right-off-content ul li:hover{
    background:#EF183D;
    color:#fff;
}

.right-off-content ul li:hover a, .right-off-content ul li:hover span, .right-off-content ul li:hover div{
    color:#fff !important;
    text-decoration:none;
}

.home-main .encontinu-main-push-right,
.home-main .off-main-push-right,
.home-main .culture-main-push-right{
    width: auto;
}

.datadesk-wrapper .datadesk-push, .desintox-wrapper .desintox-main-rubric{  padding-top:0 !important;}
.datadesk-wrapper .home-main, .desintox-wrapper .home-main{  margin-top:0 !important;}

.encontinu-main-container-rubric{
    float: none;
}

.encontinu-main-push-right .header,
.off-main-push-right .header,
.encontinu-main-container-rubric .header{
    border-top: 8px solid #ef183d;
    /*height: 60px;
    font-family: jubilat;*/
    height: 68px;
    font-family: franklin-gothic-urw-cond;
    padding: 8px 20px;
    padding-top: 10px;
    text-transform: uppercase;
    font-size: 1.6rem;
    color: #333333;

    border-bottom: 1px solid #dddddd;
    position: relative;
}

.encontinu-main-container-rubric .header{
    border:1px solid #ddd;
    padding: 13px 25px;
}

    .off-main-push-right .header .triangle,
    .encontinu-main-push-right .header .triangle,
    .encontinu-main-container-rubric .header .triangle{
        border-color: #dddddd transparent;
        border-style: solid solid none;
        border-width: 10px 8px 0;
        bottom: -10px;
        display: inline-block;
        height: 1px;
        left: 3%;
        margin-left: 15px;
        margin-right: 20px;
        position: absolute;
        transform: scale(1.1);
        vertical-align: 6px;
        width: 1px;
    }

    .off-main-push-right .header .triangle:before,
    .encontinu-main-push-right .header .triangle:before,
    .encontinu-main-container-rubric .header .triangle:before {
        border-color: #fff transparent;
        border-style: solid solid none;
        border-width: 8px 6px 0;
        bottom: 2px;
        content: " ";
        display: inline-block;
        height: 1px;
        left: -21px;
        margin-left: 15px;
        margin-right: 20px;
        position: absolute;
        transform: scale(1.1);
        vertical-align: 6px;
        width: 1px;
    }

    ul li .text strong {
      font-size: 1.15rem!important;
      font-family: "Franklin Gothic Medium" !important;
    }

    .encontinu-main-push-right li {
        padding: 15px;
        border-bottom: 1px solid #dddddd;
        /*height: 100px;*/
        cursor: pointer;
    }

    .off-main-push-right li,
    .encontinu-main-container-rubric li {
        margin: 15px;
        /*border-bottom: 1px solid #dddddd;*/
        height: auto;
        padding-bottom: 15px;
        position: relative;

    }

    .encontinu-main-container-rubric li {
        margin: 0px;
        padding: 25px;
        border: 1px solid rgb(221, 221, 221);
        border-top:0;
    }

    .encontinu-main-container-rubric li:first-child {
        border-top:none;
    }

    .encontinu-main-container-rubric li.datesep, .encontinu-wrapper li:last-child {
        border-bottom:1px solid #ddd;
    }

    .encontinu-main-push-right li:last-child,
    .off-main-push-right li:last-child {
        border-bottom: 0px;
    }

    .encontinu-main-push-right li .date,
    .off-main-push-right li .date,
    .encontinu-main-container-rubric li .date{
        /*float: left;*/
        display: inline-block;
        color: #808080;
        font-family: "franklin-gothic-urw";
        font-size: 0.85rem;
        /*width: 50px;*/
        width: 10%;
        overflow: hidden;
    }
    .encontinu-main-container-rubric li .date{
      /*float: left;*/
    }

    	.encontinu-main-push-right li .infos,
    .off-main-push-right li .infos,
    .encontinu-main-container-rubric li .infos{
      display: inline-block;
      width: 86%;
      padding-left: 2%;
      vertical-align: top;
    }

    .encontinu-main-push-right li .infos .link,
    .off-main-push-right li .infos .link,
    .encontinu-main-container-rubric li .infos .link,
    .live-home .link {
      /*position: relative;*/
      /*bottom: 0;*/
    }

    .encontinu-main-container-rubric li .date{
        width: 75px;
        font-size: 0.95rem;
    }


    .encontinu-main-push-right li .title,
    .off-main-push-right li .title,
    .encontinu-main-container-rubric li .title{
        color: #ef183d;
        ont-size: 1.1rem;
        font-family: franklin-gothic-urw-cond;
        letter-spacing: 0.1rem;
        text-transform: uppercase;
        text-decoration: none;
    }

    .encontinu-main-push-right li .text{
        color:#1a1a1a ;
        font-size: 1.15rem;
        font-family: "franklin-gothic-urw";
        overflow: hidden;
    }


    .off-main-push-right li .infos
    .encontinu-main-container-rubric li .infos{
         float: left;
        width: 84%;
    }

    .off-main-push-right li .text,
    .encontinu-main-container-rubric li .text{
        color:#1a1a1a ;
        font-size: 1.05rem;
        line-height: 1.3;
        font-family: "franklin-gothic-urw";
        overflow: hidden;
        display: inline;
        /*width: 84.5%;*/
        /*float: right;*/
    }

    .pull-right-side{
        padding: 0% 5%;
        width: 62%;
        float: right;
    }

    .pull-left-side{
        padding: 0% 5%;
        width: 68%;
        float: left;
    }

    .pull-center{
        padding: 0% 20%;
        width: 100%;
        float: none;
        margin:auto;
    }

        /*    .off-main-push-right li .text img,
            .encontinu-main-container-rubric li .text img{
                margin-left: 15%;
            }*/

                .encontinu-main-container-rubric li .title{
                    font-size: 1.1rem;
                }
                .encontinu-main-container-rubric li .text{
                    font-size: 1.25rem;
                }

                .encontinu-main-container-rubric li .text{
                    width: auto;
                    /*padding-left: 75px;*/
                    float: left;
                }

                .off-main-push-right li .text a,
                .encontinu-main-container-rubric li .text a{
                    color:#1a1a1a ;
                    text-decoration: none;
                    transition: opacity 300ms;
                    background-image: none;
                }


                    .off-main-push-right li .text a:hover,
                    .encontinu-main-container-rubric li .text a:hover{
                        opacity: 0.70;
                    }

                .off-main-push-right li .text .tag,
                .encontinu-main-container-rubric  li .text .tag,
                .encontinu-main-push-right li .text .tag{
                    color: #666;
                    font-family: franklin-gothic-urw;
                    font-size: 1rem;
                    text-align: left;
                    padding-bottom: 0.2em;
                    line-height: 1.6;
                    text-decoration: none;
                    opacity: 1;
                    transition: opacity 300ms;
                    display: none;
                }

                    .off-main-push-right li .text .tag:hover,
                    .encontinu-main-container-rubric li .text .tag:hover{
                        opacity: 0.65;
                    }

        .encontinu-main-container-rubric li img,
        .encontinu-main-push-right li img{
            float: left;
            height: auto;
            margin-right: 15px;
            margin-top: 5px;
            width: 18%;
        }

        .encontinu-main-push-right li img{
            display: none;
        }

            .encontinu-main-container-rubric li img{
                float: none;
                width: 95%;
                margin: 20px 0;
            }


        .off-main-push-right li .link,
        .live-home .link,
        .encontinu-main-container-rubric li .link{
            border: 1px solid #808080;
            border-radius: 50%;
            bottom: 10px;
            height: 25px;
            position: absolute;
            right: 10px;
            width: 25px;
            text-align: center;
            transition: opacity 300ms;
            background-image: none;
        }

        .live-home .txt a{ text-decoration: none;}

            .encontinu-main-container-rubric li .link,
            .box-encontinu-container li .link{
                background-image: none;
                border: 1px solid #808080;
                border-radius: 50%;
                display: inline-block;
                height: 25px;
                position: relative;
                text-align: center;
                transition: opacity 300ms ease 0s;
                width: 25px;
                right: 0;
                bottom: 0;
                vertical-align: -7px;
            }

            .off-main-push-right li .link:hover,
            .live-home .link:hover,
            .encontinu-main-container-rubric li .link:hover,
            .box-encontinu-container li .link:hover{
                opacity: 0.65;
            }

            .off-main-push-right li .link   span,
            .live-home .link   span,
            .encontinu-main-container-rubric .link   span,
            .box-encontinu-container .link   span{
                border-top: 1px solid #808080;
                display: block;
                height: 1px;
                margin-left: 6px;
                margin-top: 11px;
                width: 10px;
                position: relative;
            }


                .off-main-push-right li .link  span:before,
                .live-home .link  span:before,
                .encontinu-main-container-rubric .link  span:before,
                .box-encontinu-container .link  span:before{
                    border-top: 1px solid #808080;
                    content: " ";
                    height: 1px;
                    position: absolute;
                    right: 0;
                    top: -4px;
                    transform: rotate(45deg);
                    width: 6px;
                }

                .off-main-push-right li .link  span:after,
                .live-home .link  span:after,
                .encontinu-main-container-rubric .link  span:after,
                .box-encontinu-container .link  span:after{
                    border-top: 1px solid #808080;
                    content: " ";
                    height: 1px;
                    position: absolute;
                    right: 0;
                    top: 2px;
                    transform: rotate(-45deg);
                    width: 6px;
                }


.encontinu-main-push-right .forward,
.off-main-push-right .forward,
.encontinu-main-container-rubric .forward,
.culture-main-push-right .forward{
        display: block;
        height: 60px;
        border-top: 1px solid #e6e6e6;
        color: #333;
        text-transform: uppercase;
        text-decoration: none;
        font-family: franklin-gothic-urw-cond;
        font-weight: 600;
        letter-spacing: 0.1rem;
        background-image: none;
    }

        .encontinu-main-push-right .forward .arrow,
        .off-main-push-right .forward .arrow,
        .encontinu-main-container-rubric .forward .arrow,
        .culture-main-push-right .forward .arrow,
        .go-top .arrow{
            border-top: 2px solid #333;
            display: inline-block;
            height: 0;
            margin-left: 20px;
            margin-right: 5px;
            margin-top: 35px;
            position: relative;
            transform: rotate(135deg);
            width: 22px;
            transition: margin 300ms;
        }

            .encontinu-main-push-right .forward:hover .arrow,
            .off-main-push-right .forward:hover .arrow,
            .encontinu-main-container-rubric .forward:hover .arrow,
            .culture-main-push-right .forward:hover .arrow{
                margin-left: 25px;
                margin-right: 0px;
            }

        .encontinu-main-push-right .forward .arrow:before,
        .off-main-push-right .forward .arrow:before,
        .encontinu-main-container-rubric  .forward .arrow:before,
        .culture-main-push-right  .forward .arrow:before,
        .go-top .arrow:before{
            border-top: 2px solid #333;
            content: " ";
            height: 0;
            left: -10px;
            margin-top: 25px;
            position: absolute;
            top: -17px;
            transform: rotate(90deg);
            width: 22px;
        }


        .encontinu-main-push-right .forward .txt,
        .off-main-push-right .forward .txt,
        .encontinu-main-container-rubric .txt,
        .culture-main-push-right .txt{
            display: inline-block;
            padding-left: 15px;
            vertical-align: 2px;
        }

.home-main .culture-main-push-right {
    width: 100%;
}

.culture-main-push-right .header{
    height: 40px;
    background:#c1a05d;
    color: #FFF;
    font-weight: 600;
    font-family: jubilat;
    font-size: 1.6rem;
    text-align: center;
    padding-top: 4px;
}

     .culture-main-push-right .header span.culture span{
        background: #FFF none repeat scroll 0 0;
        color: #c1a05d;
        display: inline-block;
        fill: #fff;
        font-family: "proxima-nova";
        font-size: 1.3rem;
        font-weight: 700;
        line-height: 1.1rem;
        margin-left: 5px;
        padding: 0 8px;
        stroke: #fff;
        vertical-align: 2px;
    }

.culture-main-push-right .subtitle{
    background: #333;
    height: 30px;
    color: #c1a05d;
    font-family: jubilat;
    font-size: 1.1rem;
    padding-left: 20px;
    padding-top: 3px;
}

            .culture-main-push-right .subtitle span{
                color: #FFF;
                font-size: 0.85rem;
            }

.culture-main-push-right .bloc-note-left{
    float: left;
    width: 50%;
    border-right: 1px solid #e6e6e6 ;
    padding: 5%;
}

.culture-main-push-right .bloc-note-right{
    float: left;
    width: 50%;
    padding: 5%;
}

.culture-main-push-right .bloc-note img{
    width: 100%;
    margin-bottom: 15px;
    transition: opacity 300ms;
}

    .culture-main-push-right .bloc-note img:hover {
        opacity: 0.7;
    }

.culture-main-push-right .bloc-note .culture-spe{
        color: #333333;
        fill:#333;
        stroke:#333;
        font-family: franklin-gothic-urw-cond;
        font-size: 0.8rem;
        font-weight: 600;
        letter-spacing: 0.2rem;
        margin-right: 15px;
        text-transform: uppercase;
        vertical-align: 6px;
    }

        .culture-main-push-right .bloc-note .culture-spe .icon{
            margin-right: 5px;
            vertical-align: -4px;
        }

.culture-main-push-right .bloc-note .titre {
    color: #1a1a1a;
    font-family: "proxima-nova";
    font-size: 1.2rem;
    line-height: 1.2;
    padding: 6px 0;
    text-decoration: none;
    display: block;
    transition: opacity 300ms;
}

    .culture-main-push-right .bloc-note .titre:hover {
        opacity: 0.7;
    }

.culture-main-push-right .bloc-note .date {
    color: #808080;
    font-family: franklin-gothic-urw;
    font-size: 0.8rem;
    line-height: 1.2;
    transition: opacity 300ms;
    text-decoration: none;
}

    .culture-main-push-right .bloc-note .date:hover {
        opacity: 0.7;
    }

.culture-main-push-right .agenda .agenda-bloc{
    border-bottom: 1px solid #e6e6e6;
    margin: 3%;
    margin-bottom: 0;
    padding-bottom: 3%;
}

    .culture-main-push-right .agenda .agenda-bloc:last-child{
        border-bottom: 0px;
    }


.culture-main-push-right .agenda .date {
    color: #c1a05d;
    font-family: jubilat;
    font-size: 1.3rem;
    line-height: 1;
    font-weight: 200;
    width: 25%;
    float: left;
}

    .culture-main-push-right .agenda .date .arrow{
            background-image: none;
            display: inline-block;
            height: 25px;
            right: 10px;
            text-align: center;
            vertical-align: -5px;
            width: 25px;
        }



            .culture-main-push-right .agenda .date .arrow   span{
                border-top: 1px solid #c1a05d;
                display: block;
                height: 1px;
                margin-left: 6px;
                margin-top: 11px;
                width: 9px;
                position: relative;
            }


                .culture-main-push-right .agenda .date .arrow  span:before{
                    border-top: 1px solid #c1a05d;
                    content: " ";
                    height: 1px;
                    position: absolute;
                    right: 0;
                    top: -3px;
                    transform: rotate(45deg);
                    width: 4px;
                }

                .culture-main-push-right .agenda .date .arrow  span:after{
                    border-top: 1px solid #c1a05d;
                    content: " ";
                    height: 1px;
                    position: absolute;
                    right: 0;
                    top: 1px;
                    transform: rotate(-45deg);
                    width: 4px;
                }

.culture-main-push-right .agenda .infos {
    width: 75%;
    float: left;
}

    .culture-main-push-right .agenda .infos .culture-spe{
        color: #333333;
        fill:#333;
        stroke:#333;
        font-family: franklin-gothic-urw-cond;
        font-size: 0.8rem;
        font-weight: 600;
        letter-spacing: 0.2rem;
        margin-right: 15px;
        text-transform: uppercase;
        vertical-align: 6px;
    }

        .culture-main-push-right .agenda .infos .culture-spe .place{
            color: #b3b3b3;
            font-family: franklin-gothic-urw;
            font-size: 0.7rem;
            font-weight: 400;
            letter-spacing: 0;
            text-transform: initial;
        }

        .culture-main-push-right .agenda .infos .culture-spe .icon{
            margin-right: 5px;
            vertical-align: -4px;
        }


    .culture-main-push-right .agenda .infos .titre {
        color: #1a1a1a;
        font-family: franklin-gothic-urw;
        font-size: 1.1rem;
        line-height: 1.2;
        padding: 6px 0;
    }

.box-push-block{
    width: 100%;
   /* border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;*/
    text-align: center;
    background: #FFF;
     box-shadow: 0 0 8px -9px rgba(0, 0, 0, 0.1);
    /*transition: box-shadow 300ms;*/
    position: relative;
}

    .box-push-block:before{
        border-top: 4px solid #1a1a1a;
        content: " ";
        display: block;
        height: 0;
        width: 100%;
    }


    .box-push-block:hover{
/*        box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);*/
    }

.box-push-block-bycat{
    height: 365px;
}

.box-push-block-nocat{
    height: 335px;
}



     .box-push-block .img-mask{

        width: 100%;
        height: 150px;
        display: block;
        position: relative;

        overflow: hidden;
        background: #FFF;
    }


        .box-push-block .img-mask img{
            width: 100%;
            height: auto;
             transition: opacity 300ms;
             min-height: 100%;
        }

        .box-push-block .img-mask:hover img{
            opacity: 0.70;
        }


    .box-push-block .cat{
        background: #f2f2f2 none repeat scroll 0 0;
        border-bottom: 1px solid #ddd;
        color: #333;
        display: block;
        font-family: jubilat;
        font-size: 1.2rem;
        height: 36px;
        line-height: 1;
        overflow: hidden;
        padding: 9px 6% 0;
        text-align: left;
        text-decoration: none;
        width: 100%;
    }

        .box-push-block .cat.catgrandangle{
            padding: 0px 6% 0;
        }

            .box-push-block .cat.catgrandangle .icongrandangle{
                display: inline-block;
                margin-right: 10px;
                vertical-align: -10px;
            }
    .box-push-block .title{
        color: #333;
        font-family: ff-tisa-web-pro;
        font-size: 1.4rem;
        line-height: 1;
        padding: 14px 6% 20px 6%;
        height: 175px;
        text-align: left;
        overflow: hidden;
        display: block;
        text-decoration: none;
        opacity: 1;
        transition: opacity 300ms;
        position: relative;
    }

        .box-push-block .title a{
            text-decoration: none;
        }

        .box-push-block .title .global-subtitle,
        .enclair-main-container .global-subtitle{
            display: inline;
            margin-right: 5px;
            font-size: 0.9rem;
        }

        .box-push-block .title .date{
            font-family: franklin-gothic-urw;
            display: block;
            color: #808080;
            font-size: 0.8rem;
        }

        .box-push-block-bycat .title{
            height: 130px;
        }

        .box-push-block .title:hover{
            opacity: 0.65;
        }

        .box-push-block .title .nb{
            color: #ef183d;
            font-size: 1.3rem;
            padding-right: 10px;
            font-family: jubilat;
            font-weight: 300;
        }


    .box-push-block .sup{
        background: #ef183d none repeat scroll 0 0;
        border: 0 none;
        bottom: 0;
        color: #fff;
        font-family: franklin-gothic-urw-cond;
        font-size: 0.95rem;
        etter-spacing: 0.05rem;
        font-weight: 600;
        left: 0;
        padding: 6px 6px 6px 6%;
        position: absolute;
        text-align: left;
        text-transform: uppercase;
        width: 45%;
    }

    .box-push-block .icon{
        bottom: 10px;
        left: 10px;
        position: absolute;
        opacity: 1;
        transition: opacity 300ms;
    }

        .box-push-block:hover .icon{
            opacity: 0.65;
        }

    .box-push-block .shadow{
        position: absolute;
        left:0;
        right: 0;
        bottom: 0;
        height: 150px;
        background: -moz-linear-gradient(45deg, rgba(0,0,0,0.60) 0%, rgba(0,0,0,0) 50%);
        background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(0,0,0,0.60)), color-stop(50%,rgba(0,0,0,0)));
        background: -webkit-linear-gradient(45deg, rgba(0,0,0,0.60) 0%,rgba(0,0,0,0) 50%);
        background: -o-linear-gradient(45deg, rgba(0,0,0,0.60) 0%,rgba(0,0,0,0) 50%);
        background: -ms-linear-gradient(45deg, rgba(0,0,0,0.60) 0%,rgba(0,0,0,0) 50%);
        background: linear-gradient(45deg, rgba(0,0,0,0.60) 0%,rgba(0,0,0,0) 50%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
    }


    .box-push-block .tag{
        color: #666;
        display: block;
        font-family: franklin-gothic-urw;
        font-size: 1rem;
        text-align: left;
        width: 100%;
        padding: 0 6%;
        height: 45px;
        text-decoration: none;
        display: none;
         transition: opacity 300ms;
    }

        .box-push-block .tag:hover, .encontinu-main-push-right .tag:hover, .off-main-push-right .tag:hover{
            opacity: 0.65;
        }

.keywords{
    border: 1px solid #dddddd;
    display: inline-block;
    color: #666;
    padding: 5px 15px;
    border-radius: 4px;
    font-family: franklin-gothic-urw;
    margin-bottom: 5px;
}

.quotes{
    border: 10px solid #f2f2f2;
    text-align: center;
    position: relative;
}

    .quotes .triangle{
        border-right: 10px solid #f2f2f2;
        height: 35px;
        left: 75%;
        position: absolute;
        top: -10px;
        width: 1px;
    }
        .quotes .triangle span{
            border-bottom: 4px solid #fff;
            border-left: 10px solid #f2f2f2;
            bottom: -20px;
            content: " ";
            height: 76px;
            left: -28px;
            position: absolute;
            top: -16px;
            transform: rotate(-65deg);
            width: 1px;
        }

    .quotes .triangle-w{
        border-right: 46px solid #fff;
        height: 24px;
        left: 59%;
        position: absolute;
        top: -10px;
        width: 1px;
    }
        .quotes .triangle-w span{
            background: #FFF none repeat scroll 0 0;
            border-bottom: 4px solid #fff;
            border-left: 5px solid #FFF;
            bottom: -20px;
            content: " ";
            height: 60px;
            left: 15px;
            position: absolute;
            top: -19px;
            transform: rotate(-65deg);
            width: 1px;
        }

    .quotes .img-mask{
        border-radius: 50%;
        width: 50%;
        display: inline-block;
        margin: auto;
        padding-top: 50%;
        margin-top: 20px;
        position: relative;
        overflow: hidden;
        background-size: cover;
        background-position: center;
    }

    .quotes .quotes-text{
        font-family: "jubilat";
        font-weight: 500;
        line-height: 1.2;
        font-size: 1.6rem;
        padding: 10%;
    }


    .quotes .author{
        font-family: franklin-gothic-urw;;
        font-weight: 600;
        font-size: 1rem;
    }

    .quotes .date{
        font-family: franklin-gothic-urw;;
        font-size: 1rem;
        margin-bottom: 30px
    }

.bio-express{
    border: 10px solid #f2f2f2;
    text-align: center;
}

    .bio-express .img-mask{
        border-radius: 50%;
        width: 50%;
        display: inline-block;
        margin: auto;
        padding-top: 50%;
        margin-top: 20px;
        position: relative;
        overflow: hidden;
        background-size: cover;
        background-position: center;
    }

    .bio-express .label{
            text-transform: uppercase;
            font-size: 1rem;
            font-family: franklin-gothic-urw;
            margin-top: 30px;
        }

    .bio-express .name{
            font-size: 1.3rem;
            font-family: franklin-gothic-urw;
            margin-bottom: 20px;
        }

    .bio-express .date:after{
        height: 30px;
        margin-bottom: 10px;
        margin-top: 5px;
        content: " ";
        width: 0px;
        border-left: 1px dashed #000;
        display: inline-block;
    }

    .bio-express .date:last-child:after{
        height: 0px;
    }

        .bio-express .date .year{
            font-family: franklin-gothic-urw;
            font-size: 1.1rem;
            font-weight: 600;
        }

        .bio-express .date .text{
            padding: 0px 10%;
            font-family: franklin-gothic-urw;
            font-size: 1rem;
        }


.focus{
    width: 100%;
}

    .focus img{
        width: 100%;
        height: auto;
    }

    .focus .focus-block{
        margin-top: 3px;
        width: 100%;
        padding: 30px;
        background: #333333;
        color: #FFF;
    }

        .focus .focus-block .label{
            text-transform: uppercase;
            font-size: 1rem;
            font-family: franklin-gothic-urw;
        }

        .focus .focus-block .title{
            font-size: 1.3rem;
        }

        .focus .focus-block .text{
            font-size: 1rem;
            margin-top:25px;
        }

.grandangle-others {
    background: transparent;
    margin: 0 auto auto;
    max-width: 1180px;
    position: relative;
    width: 90%;
}

    .grandangle-others .grandangle-others-container{

    }

    .grandangle-others .grandangle-others-container .header{
        margin-bottom: 20px;
    }


.grandangle-listing {
    border: 1px solid #dddddd;
    padding: 20px;
    width: 100%;
    background: #FFF;
    margin-bottom: 35px;
    box-shadow: 0 0 8px -9px rgba(0, 0, 0, 0.1);
    transition: box-shadow 300ms;

}
    .grandangle-listing-image-and-tag{
        height:auto;
        position:relative
    }
    .grandangle-listing .shadow{
        position: absolute;
        left:0;
        right: 0;
        bottom: -26px;
        /*bottom: 0;*/
        height: 150px;
        background: -moz-linear-gradient(bottom, rgba(0,0,0,0.60) 0%, rgba(0,0,0,0) 50%);
        background: -webkit-gradient(linear,  bottom,  top, color-stop(0%,rgba(0,0,0,0.60)), color-stop(50%,rgba(0,0,0,0)));
        background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.60) 0%,rgba(0,0,0,0) 50%);
        background: -o-linear-gradient(bottom, rgba(0,0,0,0.60) 0%,rgba(0,0,0,0) 50%);
        background: -ms-linear-gradient(bottom, rgba(0,0,0,0.60) 0%,rgba(0,0,0,0) 50%);
        background: linear-gradient(bottom, rgba(0,0,0,0.60) 0%,rgba(0,0,0,0) 50%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
        pointer-events: none;
    }

    .grandangle-listing:hover{
       /* box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);*/
    }

    .grandangle-listing:last-child {
        margin-bottom: 0px;
    }

    .grandangle-listing img{
        width: 100%;
        height: auto;
    }


    .grandangle-listing .title{
        font-family: jubilat;
        font-size: 3.5rem;
        font-weight: 800;
        line-height: 0.9;
        padding: 50px 15% 20px;
        text-align: center;
        display: block;
        text-decoration: none;
        opacity: 1;
        transition: opacity 300ms;
    }

        .grandangle-main-rubric .grandangle-listing .title{
            padding: 60px 24% 30px;
            font-size: 3.3rem;
        }

        .grandangle-listing .title:hover{
            opacity: 0.75;
        }

        .grandangle-listing .title .icon{
            margin-left: -60px;
            margin-top: 2px;
            position: absolute;
            width: 40px;
        }



    .grandangle-listing .related-news, .home-main-left .related-news{
        padding: 0px 50px;
    }

        .grandangle-listing .related-news li, .home-main-left .related-news li{
            border-top: 1px solid #dddddd;
            padding: 4px 0px;
            color: #1a1a1a;
            font-family: franklin-gothic-urw;
            font-size: 1.2em;
        }


        .grandangle-listing .related-news li:last-child, .home-main-left .related-news li:last-child{
            border-bottom: 1px solid #dddddd;
            margin-bottom: 25px;
        }


        .grandangle-listing  .related-news li img, .home-main-left .related-news li img{
            width: 95px;
            height: 60px;
            display: inline-block;
        }

        .grandangle-listing  .related-news li .cat, .home-main-left .related-news li .cat{
            color:#707070;
            display: inline-block;
            font-family: jubilat;
            font-size: 1.1em;
            padding: 0 2% 0 3%;
        }

        .grandangle-listing  .related-news li .related-title, .home-main-left .related-news li .related-title{
            color: #1a1a1a;
            text-decoration: none;
            font-family: franklin-gothic-urw;
            transition: opacity 300ms;
        }

            .grandangle-listing  .related-news li .related-title:hover, .home-main-left .related-news li .related-title:hover{
                opacity: 0.70;
            }

.more-of{
    margin: auto;
    /*padding: 30px 0px 65px;*/
    max-width: 1180px;
    width: 100%;
    font-family: franklin-gothic-urw-cond;
}

.more-of-container{
    height: 58px;
    border: 1px solid #dddddd;
    text-decoration: none;
    display: block;
    position: relative;
    background: none!important;
}

    .more-of-container::before{
        position: absolute;
        background: #FFF;
        left: 0;
        top: 0;
        height: 0;
        content: " ";
        width: 100%;
        transition: height 250ms;
    }

         .more-of-container:hover::before{
            height: 100%;
        }


    .more-of .plus{
        height: 0px;
        width:30px;
        border-top: 2px solid #333333;
        margin-top: 27px;
        margin-left: 20px;
        position: relative;
        display: inline-block;

    }

        .more-of .plus::before{
            border-left: 2px solid #333333;
            content: " ";
            height: 30px;
            left: 13px;
            position: absolute;
            top: -16px;
            width: 0;

        }

        .more-of .arrow{
            vertical-align: -4px;
            border-top: 2px solid #333;
            display: inline-block;
            height: 0;
            margin-left: 20px;
            margin-right: 5px;
            margin-top: 35px;
            position: relative;
            transform: rotate(135deg);
            width: 22px;
            transition: margin 300ms;
        }

            .more-of .more-of-container:hover .arrow{
                margin-left: 25px;
                margin-right: 0px;
            }

        .more-of .arrow:before{
            border-top: 2px solid #333;
            content: " ";
            height: 0;
            left: -10px;
            margin-top: 25px;
            position: absolute;
            top: -17px;
            transform: rotate(90deg);
            width: 22px;
        }

    .more-of .section{
        color: #333;
        display: inline-block;
        font-size: 1rem;
        font-weight: 600;
        letter-spacing: 0.1rem;
        padding: 0 10px 0 20px;
        position: relative;
        text-decoration: none;
        text-transform: uppercase;
        vertical-align: -5px;
    }

        .more-of .subtitle{
            color: #999999;
            display: inline-block;
            font-size: 1rem;
            font-weight: 500;
            letter-spacing: 0.08rem;
            position: relative;
            text-decoration: none;
            text-transform: uppercase;
            vertical-align: -5px;
        }

.meta-article a.author,
    .author-article a.author {
            background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, currentcolor 50%);
            background-position: 0 95%;
            background-repeat: no-repeat;
            background-size: 100% 0.12em;
            color: #000;
            padding-bottom: 0.1em;
            text-decoration: none;
            transition: color 100ms ease 0s;
        }

.social-banner{
    width: 100%;
    background: #FFF;
    padding: 65px 0px;
}

    .social-banner-container{
        max-width: 1180px;
        margin: auto;
    }

    .social-banner-block{
        background: #f2f2f2;
        border: 1px solid #e4e4e4;
        height: 120px;
        margin-top: 16px;
    }

        .social-banner-block:first-child{
            margin-top: 0px;
        }

    .social-banner .logo{
        float: left;
        margin-left: 58px;
        margin-top: 50px;
    }

    .social-banner .type{
        color: #333333;
        display: inline-block;
        font-family: jubilat;
        font-size: 1.5em;
        float: left;
        padding-left: 4px;
        margin-top: 42px;
    }

    .social-banner .form-newsletter{
        margin-top: 35px;
    }

        .social-banner .form-newsletter .txt{
            border: 1px solid #cecece;
            color: #808080;
            padding: 12px;
            width:27%;
            border-radius: 4px;
            font-size: 1.2rem;
            font-family: franklin-gothic-urw;
            margin-left: 4%;
        }

        .social-banner .form-newsletter .select{
            border: 1px solid #cecece;
            background: transparent;
            color: #333;
            padding: 12px;
            width:25%;
            border-radius: 4px;
            font-size: 1.2rem;
            font-family: franklin-gothic-urw;
            margin-left: 10px;
        }

        .social-banner .form-newsletter .sub{
            background: #ef183d none repeat scroll 0 0;
            border: 0 none;
            border-radius: 4px;
            color: #fff;
            font-family: franklin-gothic-urw;
            font-size: 1.1rem;
            font-weight: 600;
            margin-left: 10px;
            opacity: 1;
            padding: 15px 20px;
            text-transform: uppercase;
            transition: background-color 300ms ease 0s;
        }

            .social-banner .form-newsletter .sub:hover{
                 background-color: #ef4166;
            }

    .social-banner .tw-logo{
        text-align: center;
        padding-top: 14px;
    }

    .social-banner .fb-logo{
        text-align: center;
        padding-top: 10px;
    }

    .tw{
        display: inline-block;
        float: left;
        margin-top: 2px;
        margin-left: 6%;
        text-decoration: none;
        transition: opacity 300ms;
    }

    .tw:hover,
    .fb:hover{
        opacity: 0.65;
    }
        .tw-logo{
            position: relative;
            line-height:16px;
            background: #00afee;
            width: 55px;
            height: 55px;
            border-radius: 50%;
            display: block;
            float: left;
            fill:#FFF;
        }



        .tw-title{
            color: #000;
            display: block;
            font-family: franklin-gothic-urw;
            font-size: 1.35em;
            line-height: 0.8;
            margin-left: 75px;
            margin-top: 8px;
        }

        .tw-nb{
            color: #808080;
            font-family: franklin-gothic-urw;
            font-size: 1.35em;
            display: block;
            margin-left: 75px;
        }

    .fb{
        display: inline-block;
        float: left;
        margin-top: 2px;
        margin-left: 3%;
        text-decoration: none;
        transition: opacity 300ms;
    }
        .fb-logo{
            position:relative;
            line-height:16px;
            background: #3d69af ;
            width: 55px;
            height: 55px;
            border-radius: 50%;
            display: block;
            float: left;
            fill:#FFF;
        }

        .fb-title{
            color: #3d69af ;
            display: block;
            font-family: franklin-gothic-urw;
            font-size: 1.35em;
            line-height: 0.8;
            margin-left: 75px;
            margin-top: 8px;
        }

        .fb-nb{
            color: #808080;
            font-family: franklin-gothic-urw;
            font-size: 1.35em;
            display: block;
            margin-left: 75px;
        }





.grandangle-listing-tag{
    margin-top: -64px;
    position: relative;
    text-align: center;
    display: none;
}

.home-main .grandangle-listing-tag{
    position: absolute;
    display: block;
    width: 100%;
}


.copyright{
    width: 100%;
    text-align: right;
    padding: 10px;
    color: #b3b3b3;
    font-size: 0.9rem;
    font-family: franklin-gothic-urw;
}

.single-encontinu .copyright{
  padding-top:0 !important ;
}

.meta-article{
    color: #808080;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    font-family: franklin-gothic-urw;
}
    .meta-article a{
        color: #000;
        text-decoration: none;
        font-family: jubilat;
        font-weight: 500;
        opacity: 1;
        transition: opacity 300ms;
    }

        .meta-article a:hover{
            opacity: 0.65;
        }

    .meta-article a.author .underline,
    .author-article a.author .underline{
        position: relative;
        padding-bottom: 0;
        background: none;
    }


.tag-radius-transparent{
   background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-family: franklin-gothic-urw;
    font-size: 1rem;
    height: 34px;
    padding: 4px 25px 0;
    text-decoration: none;
    transition: background-color 300ms ease 0s;
}

    .tag-radius-transparent:hover{
        background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    }

.encontinu-wrapper li:hover .encontinu-social {
  opacity: 1;
}

.social{
    width: 100%;
}

.single-encontinu .encontinu-social {
  opacity: 1;
  padding: 0px 6%;
  position: relative;
  top: inherit;
  left: inherit;
}

.single-encontinu .encontinu-content .image-container {
  margin-bottom: 2%;
}


.encontinu-social {
    width: auto;
    transition: all 400ms ease 0s;
    top: 55px;
    left: 15px;
    padding-left: 6%;
}
    .social a{
        background-image: none !important;
        color: #fff !important;
        display: inline-block;
        font-family: franklin-gothic-urw;
        font-size: 0.9rem;
        opacity: 1;
        padding: 4px 10px;
        text-decoration: none;
        text-transform: uppercase;
        transition: opacity 300ms ease 0s;
        width: 140px;
        line-height: 1.6;
        margin-bottom: 4px;
    }

        .social a:hover{
            opacity: 0.75;
        }

    .social .icon{
        fill:#FFF;
        padding-right: 5px;
        margin-right: 5px;
    }

    .social .tw-post{
        background-color: #00afee;
    }

        .social .tw-post .icon{
            vertical-align: -3px;
        }

    .social .fb-post{
        background-color: #3d69af;
    }

        .social .fb-post .icon{
            vertical-align: -3px;
        }

    .social .in-post{
        background-color: #0177b5;
    }

        .social .in-post .icon,
        .social .mail-post .icon{
            vertical-align: -1px;
        }

    .social .mail-post{
        background-color: #333333;
    }

.author-article{
    color: #666!important;
    width: 100%;
    text-align: left;
    font-size: 1.1rem;
    font-family: franklin-gothic-urw;
    padding: 15px 0px;
}
    .author-article a{
        color: #000!important;
        text-decoration: none;
        font-family: jubilat;
        font-weight: 500;
        opacity: 1;
        transition: opacity 300ms;
    }

        .author-article a:hover{
            opacity: 0.65;
        }

    .author-article a.tw-author{
        color:#00afee!important;
        background-image: none!important;
        text-decoration:none;
        padding-left: 20px;
        font-family: franklin-gothic-urw;
    }

     .author-article .icon-tw-author {
        fill: #00afee;
        margin-right: 7px;
        vertical-align: -1px;
    }

.realisation-article{
    color: #666!important;
    width: 100%;
    text-align: left;
    font-size: 1.1rem;
    font-family: franklin-gothic-urw;
    margin-bottom: 40px;
}

.single-post .realisation-article{
    margin-left: 11.5%;
}
    .realisation-article a{
        color: #000!important;
        text-decoration: none;
        font-family: franklin-gothic-urw;
        font-weight: 500;
        opacity: 1;
        transition: opacity 300ms;
    }

        .realisation-article a:hover{
            opacity: 0.65;
        }
        .realisation-article a .underline{
            padding-bottom: 0.1em;
        }

.balises{
    border: 2px solid #00b3e2;
    color: #00b3e2;
    display: inline-block;
    font-family: franklin-gothic-urw-cond;
    font-size: 0.9rem;
    letter-spacing: 0.08rem;
    margin-right: 6px;
    padding: 3px 9px;
    text-transform: uppercase;
    vertical-align: 3px;
}

.canbeopen{
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: max-height 350ms ease-out;
}

.canbeopen.expended{
    /*max-height: 50em;*/
    max-height: 250em;
}


.datadesk-main-rubric .datadesk-push{
    padding-top: 20px;
}

.home .datadesk-main-rubric .box-push-big-left, .home .datadesk-main-rubric .box-push-big-right{
    margin-top:0;
}

.box-push-little-right{
    float: right;
    width: 49%;
}

.box-push-little-right .box-push:nth-child(2), .box-push-little-right .box-push:first-child{
    margin-top:0;
}

.box-push-little-left{
    float: left;
    width: 49%;
}



    .box-push-little-right .box-push{
        margin-left: 4.15%;
        margin-top: 4.05%;
        width: 47.9%;
        float: left;
    }

    .box-push-little-left .box-push{
        margin-right: 4.15%;
        margin-left: 0%;
        margin-top: 4.05%;
        width: 47.9%;
        float: left;
    }


    .box-push-little-left-w-middle,
    .box-push-little-right-w-middle{
        margin-top: 1.8%;
        width: 23.5%;
        float: left;
    }

        .box-push-little-left-w-middle .box-push:nth-child(3n-1),
        .box-push-little-right-w-middle .box-push:nth-child(3n-1){
            margin-top: 8.8%;
        }

            .box-push-big-left .box-push-block .img-mask,
            .box-push-big-right .box-push-block .img-mask,
            .box-push-big-middle .box-push-block .img-mask{
                height: 310px;
            }

            .box-push-big-left .box-push-block .title-and-subtitle,
            .box-push-big-right .box-push-block .title-and-subtitle,
            .box-push-big-middle .box-push-block .title-and-subtitle{
                /*height: 325px;*/
                height: 370px;
                position: relative;
            }

            .box-push-big-left .box-push-block .title,
            .box-push-big-right .box-push-block .title,
            .box-push-big-middle .box-push-block .title{
                height: auto;
                font-size: 2rem;
            }

            .box-push-big-left .box-push-block .subtitle,
            .box-push-big-right .box-push-block .subtitle,
            .box-push-big-middle .box-push-block .subtitle{
                color: #808080;
                font-family: franklin-gothic-urw;
                font-size: 1.1rem;
                text-align: left;
                text-decoration: none;
                padding:0 6%;
                display: inline-block;
                opacity: 1;
                transition: opacity 300ms ease 0s;
            }

                .box-push-big-left .box-push-block .subtitle:hover,
                .box-push-big-right .box-push-block .subtitle:hover,
                .box-push-big-middle .box-push-block .subtitle:hover{
                    opacity: 0.75;
                }

            .box-push-big-left .box-push-block .sup,
            .box-push-big-right .box-push-block .sup{
                width: 25%;
            }


    .box-push-little-right .box-push:nth-child(2n-1){
        margin-left:0px;
   }

    .box-push-little-left .box-push:nth-child(2n){
        margin-right:0px;
    }

.box-push-big-left,
.box-push-big-right{
    width: 49%!important;
    margin-top: 2.02%;
}

.desintox-main-rubric .box-push-big-left:first-child,
.desintox-main-rubric .box-push-big-right:first-child{
    margin-top: 0;
    margin-bottom: 2.02%;
}

/*.desintox-main-rubric .box-push-big-left:first-child > .box-push-block,*/
.desintox-main-rubric .box-push-little-right:first-child > .box-push{
    margin-top: 2.02%;
}

.loading_completed .desintox-main-rubric{
  clear:both;
}

    .box-push-big-left{
        float: left!important;
    }

    .box-push-big-right{
        float: right!important;
    }

.box-push-big-middle{
    width: 49%!important;
    margin-top: 1.8%;
    float: left;
    margin-left: 2%;
    margin-right: 2%;
}

    .box-push-big-left .box-push-datadesk,
    .box-push-big-right .box-push-datadesk,
    .box-push-big-left .box-push-block,
    .box-push-big-right .box-push-block,
    .box-push-big-middle .box-push-block{
        height: 689px;
    }


    .box-push-big-left .box-push-datadesk .img-mask,
    .box-push-big-right .box-push-datadesk .img-mask{
        border-radius: 0%;
        margin: 0px;
        width: 100%;
        padding-top: 70%;
        transition: opacity 300ms ease 0s;
    }



        .box-push-big-left .box-push-datadesk .title ,
        .box-push-big-right .box-push-datadesk .title {
            color: #1a1a1a;
            display: inline-block;
            font-family: "ff-tisa-web-pro";
            font-size: 2.1rem;
            height: 222px;
            line-height: 1;
            overflow: hidden;
            padding: 25px 15% 20px;
            text-decoration: none;
            transition: opacity 300ms ease 0s;
        }

.box-push-full-width .box-push{
    float: left;
    margin-left: 2%;
    margin-top: 1.9%;
    width: 23.5%;

}

    .box-push-full-width .box-push:first-child {
        margin-left: 0;
    }


.enclair-main-rubric,
.desintox-main-rubric,
.video-main-rubric,
.newsroom-main-rubric{
    margin: auto;
    max-width: 1180px;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .main-container .video-main-rubric{
         padding-top: 30px;
        margin-bottom: 0 !important;
    }

    .video-main-rubric .box-push{
        float: left;
        margin-left: 2%;
        margin-top: 2%;
        max-width: 23.5%;
    }

        .video-main-rubric .box-push:nth-child(4n+1){
            margin-left: 0px;
        }


        .video-main-rubric .box-push-block,
        .newsroom-wrapper .box-push-video,
        .box-push-video {
            background: #9e005d;
        }

        .newsroom-wrapper .box-push-video .title,
        .newsroom-wrapper .box-push-video .tag,
        .video-main-rubric .title,
        .video-main-rubric .tag{
            color: #FFF;
        }

.video-first{
    width: 60%;
    background: #FFF;
    border-top: 4px solid #1a1a1a;
    float: left;
}

    .video-first .title,
    .video-mostviewed .title{
        display: block;
        font-family: franklin-gothic-urw-cond;
        padding: 8px 20px;
        padding-top: 10px;
        text-transform: uppercase;
        font-size: 1.6rem;
        color: #333333;
        position: relative;
    }



    .video-mostviewed .title{
        border-bottom: 1px solid #e6e6e6;
        position: relative;
    }

    .video-mostviewed .title .triangle{
        border-color: #dddddd transparent;
        border-style: solid solid none;
        border-width: 10px 8px 0;
        bottom: -10px;
        display: inline-block;
        height: 1px;
        left: 3%;
        margin-left: 15px;
        margin-right: 20px;
        position: absolute;
        transform: scale(1.1);
        vertical-align: 6px;
        width: 1px;
    }

        .video-mostviewed .title .triangle:before{
            border-color: #fff transparent;
            border-style: solid solid none;
            border-width: 8px 6px 0;
            bottom: 2px;
            content: " ";
            display: inline-block;
            height: 1px;
            left: -21px;
            margin-left: 15px;
            margin-right: 20px;
            position: absolute;
            transform: scale(1.1);
            vertical-align: 6px;
            width: 1px;
        }

    .video-first .box-push{
        margin: 0;
        width: 100%;
        max-width: 100%;
    }

    .video-first .box-push .tag {
        padding: 0 3%;
    }

      .video-first .box-push  .box-push-block::before{
          border-top: 0px;
      }

    .video-first .box-push .box-push-block .img-mask{
        height: 375px;
    }

    .video-first .box-push .box-push-block-nocat{
        height: 525px;
    }

      .video-first .box-push .box-push-block-nocat .title{
          height: 112px;
          color: #FFF;
      }

.video-mostviewed{
    width: 38%;
    background: #FFF;
    border-top: 4px solid #9e005d;
    float: left;
    margin-left:2%;
}



        .video-mostviewed .video-mostviewed-list li{
            border-bottom: 1px solid #dddddd;
            color: #1a1a1a;
            font-family: franklin-gothic-urw;
            font-size: 1.3em;
            padding: 20px 5%
        }

        .video-mostviewed  .video-mostviewed-list li .thumbnail{
            display: block;
            float: left;
            width: 35%;
            height: 90px;
            position: relative;
            transition: opacity 300ms;
        }

            .video-mostviewed  .video-mostviewed-list li .thumbnail:hover{
                opacity:0.70;
            }

        .video-mostviewed  .video-mostviewed-list li .thumbnail img{
            width: 100%;
            height: 100%;;
        }

        .video-mostviewed  .video-mostviewed-list li .thumbnail .icon{
            bottom: 8px;
            height: 30px;
            left: 8px;
            position: absolute;
            width: 30px;
        }

        .video-mostviewed  .video-mostviewed-list li .thumbnail .shadow{
            background: rgba(0, 0, 0, 0) linear-gradient(45deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 50%) repeat scroll 0 0;
            bottom: 0;
            height: 90px;
            left: 0;
            position: absolute;
            right: 0;
        }

        .video-mostviewed  .video-mostviewed-list li .txt-and-tag{
            display: block;
            float: left;
            margin: 0 5%;
            width: 55%;

        }

        .video-mostviewed  .video-mostviewed-list li .list-title{
            font-family: franklin-gothic-urw;
            font-size: 1.1rem;
            text-decoration: none;
            transition: opacity 300ms;
        }

            .video-mostviewed  .video-mostviewed-list li .list-title:hover{
                    opacity: 0.70;
            }

            .video-mostviewed  .video-mostviewed-list li .txt-and-tag .tag{
                font-size: 0.9rem;
                color: #333;
                display: block;
                text-decoration: none;
                transition: opacity 300ms;
            }

                .video-mostviewed  .video-mostviewed-list li .txt-and-tag .tag:hover{
                    opacity: 0.70;
                }


.desintox-filter,
.video-filter{
    border-top:1px solid #dddddd;
    border-bottom:1px solid #dddddd;
    margin-bottom: 20px;
    margin-top: 25px;
}

    .video-filter{
        margin-top: 70px;
    }

    .desintox-filter a{
        border-right: 1px solid #dddddd;
        color: #999999;
        display: block;
        float: left;
        font-family: franklin-gothic-urw-cond;
        font-size: 1rem;
        font-weight: 600;
        letter-spacing: 0.08rem;
        padding: 20px 0;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        width: 25%;
    }

    .video-filter a{
        border-right: 1px solid #dddddd;
        color: #999999;
        display: block;
        float: left;
        font-family: franklin-gothic-urw-cond;
        font-size: 1rem;
        font-weight: 600;
        letter-spacing: 0.08rem;
        padding: 20px 0;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        width: 33.33%;
    }

         .desintox-filter a.in,
        .desintox-filter a:hover,
        .video-filter a.in,
        .video-filter a:hover{
             color: #1a1a1a;
             background: #FFF
         }

        .desintox-filter li:first-child a,
        .video-filter li:first-child a{
            border-left:1px solid #dddddd;
        }

    .desintox-box-filter,
    .video-box-filter{
        opacity: 0.01;
         height: 1px;
        /*overflow: hidden;*/
        display: none;
        transition: opacity 1200ms, height 300ms;
    }

        .desintox-box-filter.in,
        .video-box-filter.in{
            opacity: 1;
            display: block;
            height: auto;
        }
.player-wrapper {
    width: 854px;
    margin: auto;
}
.player-container {
    position: relative;
    padding-bottom: 53.25%;
    padding-top: 26px;
    height: 0;
    overflow: hidden;
}

.player-container iframe,
.player-container embed,
.player-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.box-push-by-three-container .box-push{
    float: left;
    margin-left: 2%;
    margin-top: 2%;
    max-width: 28.5%;
    width: 28.5%;
}

    .box-push-by-three-container .box-push-block{
        border: 1px solid #ddd;
    }

    .box-push-by-three-container .box-push-block:before,
    .home-main-left .box-push-block:before{
        border: 0px;
    }

    .box-push-by-three-container .box-push:nth-child(3n+1){
        margin-left: 0px;
    }

    .box-push-by-three-container .box-push-block-nocat,
    .home-main-left .box-push-block-nocat{
        height: 360px;
    }

    .box-push-by-three-container .box-push-block .img-mask,
    .home-main-left .box-push-block .img-mask{
        height: 180px;
    }

    .box-push-by-three-container .box-push.medium{
         max-width: 39%;
         width: 39%;
    }

    .box-push-by-three-container .box-push-block .shadow,
    .home-main-left .box-push-block .shadow{
        height: 180px;
    }


    .box-push.medium .box-push-block .title,
    .home-main-left .box-push-block .title{
        font-size: 1.6rem;
    }

.tags-header{
    margin: auto;
    max-width: 1180px;
    padding-top: 20px;
    text-align: center;
}


    .tags-header-title{
        font-family: jubilat;
        font-size: 4.6rem;
        font-weight: 800;
        line-height: 0.9;
        margin-top: 20px;
    }

    .tags-header-desc{
       color: #333333;
        font-family: franklin-gothic-urw;
        font-size: 1.7rem;
        padding: 30px 5% 20px;
        line-height: 1.2;
    }

    .tags-header .img-mask{
        background-position: center center;
        background-size: cover;
        border-radius: 50%;
        display: inline-block;
        margin: 40px auto auto;
        overflow: hidden;
        padding-top: 150px;
        position: relative;
        width: 150px;
    }



.author-content{
    margin: auto;
    max-width: 1180px;
    background: #FFF;
    /*border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;*/
    border-bottom: 1px solid #ddd;
    margin-top: 45px;
}

    .author-content .img-mask{
        background-position: center center;
        background-size: cover;
        border-radius: 50%;
        display: inline-block;
        overflow: hidden;
        padding-top: 8%;
        position: relative;
        width: 8%;
        margin: 2% 3%;
        float: left;
    }

    .author-header{
        border-top:4px solid #1a1a1a;
        border-bottom:1px solid #dadada;
    }

    .name-and-job{
        float: left;
        margin-left: 2%;
        margin-top: 1%;
    }

    .author-header .name{
        font-family: jubilat;
        font-size: 2.4rem;
        font-weight: 500;
        line-height: 0.9;
        margin-top: 20px;
    }

    .author-header .job{
        font-family: jubilat;
        font-size: 1.6rem;
        font-weight: 200;
        line-height: 0.9;
        margin-top: 10px;
    }

    .author-header  .contact{
        float: right;
        margin: 2% 3%;
        text-align: right;
        width: 34%;
    }

    .author-content-txt{
        padding-top: 20px;
    }

    .securedrop-logo-container {
      margin-bottom:60px;text-align:center;
    }
    .securedrop-logo-text {
      width: 28%;display: inline-block;
    }
    .securedrop-logo {
      width: 10%;display: inline-block;
    }

    .contact-secure-and-mail-txt{
        float: left;
        font-family: franklin-gothic-urw;
        font-size: 1rem;
        padding-top: 8px;
    }

    .contact .contact-secure{
        display: inline-block;
        background: #808080;
        padding: 2% 5%;
        color: #FFF;
        border-right: 2px solid #c0c0c0;
        text-decoration: none;
        border-top-left-radius: 18px;
        border-bottom-left-radius: 18px;
        font-family: franklin-gothic-urw;
        font-size: 1rem;
        float: right;
        opacity: 1;
        transition: opacity 300ms ease 0s;
    }

            .contact .contact-secure:hover{
                opacity: 0.7;
            }

    .contact .contact-mail{
        display: inline-block;
        background: #808080;
        padding: 2% 5%;
        color: #FFF;
        text-decoration: none;
        border-top-right-radius: 18px;
        border-bottom-right-radius: 18px;
        font-family: franklin-gothic-urw;
        font-size: 1rem;
        float: right;
        opacity: 1;
        transition: opacity 300ms ease 0s;
    }

            .contact .contact-mail:hover{
                opacity: 0.7;
            }


    .contact .contact-tw{
        background:#3fa9f5;
        display: inline-block;
        margin-top: 8px;
        padding: 2% 8% 2% 6%;
        color: #FFF;
        text-decoration: none;
        border-radius: 18px;
        font-family: franklin-gothic-urw;
        font-size: 1rem;
        fill:#FFF;
        opacity: 1;
        transition: opacity 300ms ease 0s;
    }

            .contact .contact-tw:hover{
                opacity: 0.7;
            }

.author-content{
    background: #FFF;
    padding-bottom: 65px;
    color:#353535;
}

    .publications{
        float: left;
        width: 14%;
        text-align: center;
        /*padding-top: 45px;*/
        color: #000;
    }

        .publications .nb{
            font-family: jubilat;
            font-size: 2.9rem;
            font-weight: 300;
            line-height: 0.9;
        }

        .publications .nb-txt{
            font-family: franklin-gothic-urw;
            font-size: 1.2rem;
        }



    .bio{
        float: left;
        /*padding-top: 45px;*/
        width: 65%;
        font-family: franklin-gothic-urw;
        margin-left: 2%;
    }

    .bio  a{
        color: #ef183d;
        text-decoration: none;
        background-image: linear-gradient(to bottom, rgba(0,0,0,0) 50%, currentColor 50%);
        background-position: 0 95%;
        background-repeat: no-repeat;
        background-size: 100% 0.12em;
        padding-bottom: 0.1em;
        transition: color 100ms;
    }

        .bio-subtitle{
            font-size: 1.2rem;
            padding-bottom: 5px;
            text-transform: uppercase;
            color: #000;
        }

        .bio-txt {
            font-size: 1.2rem;
            padding-bottom: 40px;
        }

.chronology{
    position: relative;
}
    .chronology:before{
        border-left: 1px solid #e6e6e6;
        top: 0;
        left: 29px;
        content: " ";
        position: absolute;
        width: 1px;
        height: 90%;
    }

    .chronology-bloc{
        margin: 15px 0;
        min-height:40px;
        padding-left: 70px;
        position: relative;
        font-family: franklin-gothic-urw;
        font-size: 1.05rem;
    }

    .chronology-bloc p{
        padding:8px 0;
    }

        .chronology-bloc .date{
            background: #fff none repeat scroll 0 0;
            border: 2px solid #e6e6e6;
            border-radius: 50%;
            display: inline-block;
            font-family: franklin-gothic-urw-cond;
            font-size: 0.9rem;
            height: 45px;
            margin-left: -64px;
            padding-top: 10px;
            position: absolute;
            text-align: center;
            width: 45px;
            color: #000;
        }

        .chronology .chronology-bloc:last-child .date{
           background: #EF183D;
           color: #fff;
        }

            .chronology-bloc .date:before{
               background: transparent none repeat scroll 0 0;
                border: 3px solid #FFF;
                border-radius: 50%;
                content: " ";
                display: inline-block;
                height: 51px;
                left: -5px;
                position: absolute;
                top: -5px;
                width: 51px;
            }

.his-publications{
    margin: auto auto -20px;
    max-width: 1180px;
    padding-top: 45px;
    font-family: franklin-gothic-urw;
    text-transform: uppercase;
    font-size: 1.2rem;
}

.box-push-author{
    padding-top: 0px;
}



.home-main-left .tag-home-container{
    margin-bottom: 3.4%;
    padding: 2% 4%;
    background: #FFF;
}

.home-main-left .tag-home-container .tag-home-container-tagname {
    color: #666666;
    font-family: franklin-gothic-urw;
    text-decoration: none;
    font-size: 1.6rem;
    margin-bottom: 20px;
    display: block;
}

.home-main-left .tag-home-container .related-news{

    }

        .home-main-left .tag-home-container .related-news li{
            border-top: 1px solid #dddddd;
            padding: 10px 0px;
            color: #1a1a1a;
            font-family: franklin-gothic-urw;
            font-size: 1.3em;
        }


        .home-main-left .tag-home-container .related-news li:last-child{

        }


        .home-main-left .tag-home-container  .related-news li img{
            display: block;
            float: left;
            height: 105px;
            width: 200px;
            transition: opacity 300ms;
        }

        .home-main-left .tag-home-container .related-news li img:hover{
            opacity: 0.7;
        }

        .home-main-left .tag-home-container  .related-news li .cat{
            color:#707070;
            display: inline-block;
            font-family: jubilat;
            font-size: 1.1em;
            padding: 0 2% 0 3%;
        }

        .home-main-left .tag-home-container .related-news li .related-title{
            color: #1a1a1a;
            display: block;
            float: left;
            padding-left: 5%;
            text-decoration: none;
            width: 65%;
            font-family: ff-tisa-web-pro;
            transition: opacity 300ms;
        }

        .home-main-left .tag-home-container .related-news li .related-title:hover{
            opacity: 0.7;
        }

.live-home{
    margin-bottom: 35px;
}

.live-home-smallscreen{
    display: none;
}

    .live-home .live-home-header{
        background: #ef183d;
        border-bottom: 8px solid #db123d;
        height: 45px;
        color: #FFF;
        padding-left: 6%;
    }


        .live-home .live-home-header .subtitle{
            font-family: franklin-gothic-urw;
            font-size: 1.3rem;
            padding-top: 5px;
            display: block;
            text-transform: uppercase;
        }


        .live-home .live-home-header img{
            height: 40px;
            float: left;
            margin-right: 10px;
        }

    .live-home .txt{
       background: #fff none repeat scroll 0 0;
        font-family: ff-tisa-web-pro;
        font-size: 1.4rem;
        line-height: 1.1;
        padding: 6%;
        padding-top: 4%;
        position: relative;
        text-decoration: none;
        display: block;
        transition: opacity 300ms;
    }

        .live-home .txt:hover{
            opacity: 0.70;
        }

.live-home .link{
    bottom: 22px;
    right: 12px;
}


.home-main-left .box-push {
    float: left;
    margin-left: 3.4%;
    margin-bottom: 3.4%;
    width: 48.3%;
}

    .home-main-left .box-push:nth-child(2n-1){
        margin-left: 0px;
    }

  .home-main-left .box-push .box-push-block{
      border-top: 0px;
}


.home .grandangle-listing img{
    height: auto;
    /*max-height: 250px;*/
    overflow: hidden;
}

 .home-main-left .grandangle-others-container{
     margin-bottom: 3.4%;
}

 .home-main-left .grandangle-listing .title{
     font-size: 2.2rem;
     padding: 25px 11% 10px;
 }

.home-main-left .grandangle-listing .title .icon{
     margin-top: -9px;
}

.section-home-title{
    background: #333333 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-family: jubilat;
    font-size: 2.5rem;
    font-weight: 600;
    height: 120px;
    padding-left: 4%;
    padding-top: 40px;
    text-decoration: none;
    width: 100%;
    position: relative;
}

    .section-home-title:after{
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 12px solid #333;
        border-bottom:0px;
        display: inline-block;
        height: 1px;
        margin-left: 15px;
        margin-right: 20px;
        transform: scale(1.1);
        vertical-align: 6px;
        width: 1px;
        bottom: -12px;
        left: 5%;
        content: " ";
        position: absolute;
    }


.grandangle-others-home{
    background: transparent none repeat scroll 0 0;
    margin: 22px auto auto;
    max-width: 1180px;
    position: relative;
    width: 100%;
}


.box-enclair-container-inline{
    width: 100%;
    border-top: 4px solid #1a1a1a;
    margin-top: 22px;
    background: #FFF;
}

.box-enclair-container-inline .box-enclair{
    padding:1.4% 2%;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

    .box-enclair-container-inline .box-enclair .title {
        color: #333;
        display: block;
        font-family: ff-tisa-web-pro;
        font-size: 1.4rem;
        line-height: 1.5;
        opacity: 1;
        overflow: hidden;
        text-align: left;
        text-decoration: none;
        transition: opacity 300ms ease 0s;
        float: left;
         transition: opacity 300ms ease 0s;
         width: 78%;
    }
    .box-enclair-container-inline .box-enclair .title:hover {
        opacity: 0.65;
    }

    .box-enclair-container-inline .box-enclair .nb {
        color: #ef183d;
        font-family: jubilat;
        font-size: 1.3rem;
        font-weight: 300;
        float: left;
        width: 7.5%;
    }

    .box-enclair-container-inline .box-enclair .tag {
        color: #666;
        display: block;
        float: left;
        font-family: franklin-gothic-urw;
        font-size: 1rem;
        padding-left: 4%;
        text-align: left;
        text-decoration: none;
        transition: opacity 300ms ease 0s;
        width: 22%;
    }
    .box-enclair-container-inline .box-enclair .tag:hover {
        opacity: 0.65;
    }

.contact-home{
    background: #FFF;
    padding:5% 5% 9%;
    float: right;
    width: 100%;
    padding-bottom: 10%;
    margin-top: 33px;
    font-family: franklin-gothic-urw;
    font-size: 1.1rem;
}

    .contact-home .contact-button{
        margin-top: 20px;
        display: block;
        height: 45px;
    }

         .contact-home .contact-button a{
            display: inline-block;
            background: #ef183d;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            padding: 6px 12px;
            color: #FFF;
            font-family: franklin-gothic-urw;
            font-size: 1.25rem;
             text-decoration: none;
             border-bottom: 4px solid #701d2f;

         }

            .contact-home .contact-button a:hover{
                margin-top: 4px;
                border-bottom: 0px;
             }

.home-banner{
    position: relative;
    height: auto;
    background-position: center;
    background-size: cover;
}



    .home-banner .banner-shadow{
        background:#000;
        opacity: 0.5;
        filter: alpha(opacity=50);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .home-banner-container{
        margin: auto;
        max-width: 1180px;
        position: relative;
        height: 100%;
    }

    .home-banner-container .title-and-tag{
        width: 60%;
        bottom: 70px;
        position: absolute;
        background: #FFF;
        border-top: 8px solid #ef183d;
        padding: 20px;
    }
    .home-banner-container .title{
        color: #333;
        font-size: 2.7em;
        font-weight: 400;
        font-family:"Jubilat";
        text-decoration: none;
        line-height: 0.85;
    }


        .home-banner-container .title > .hl-inner {
            display: inline;
            position: relative;
            transition: opacity 300ms ease 0s;
        }

    .home-banner-container .title:hover > .hl-inner{
        opacity: 0.65;
    }

   /* .tag-radius-transparent{
        padding: 5px 17px 0;
        font-size: 0.85rem;
    }*/

    .home-banner-container .tag-radius-transparent{
        margin: 5%;
    }


.alert-banner{
  display: none;
    background: #FFF;
    transition: height 300ms ease 0s;
    z-index: 1;
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    height: 0;
    padding: 0;
    border-top: 8px solid #ef183d;
    margin-bottom: 25px;
    z-index: 0;
}


    .alert-banner.seeme{
      padding: 10px 0px;
      height: 64px;
    }

    .alert-banner .title{
        font-family: franklin-gothic-urw-cond;
        color: #333;
        font-size: 1rem;
        text-transform: uppercase;
        letter-spacing: 0.1rem;
        display: inline-block;
        margin: 0 3% 0;
        line-height: 36px;
    }

    .alert-banner .title a, .alert-banner .alert-banner-time a{ text-decoration: none;}


    .alert-banner-time{
        font-family: franklin-gothic-urw-cond;
        font-size: 1.3rem;
        text-transform: uppercase;
        letter-spacing: 0.2rem;
        display: inline-block;
        color: #FFF;
        font-weight: bold;
        border-right: 1px solid;
        width: 184px;
        text-align: right;
        padding-right: 20px;
    }

    .alert-banner .txt{
        font-family: franklin-gothic-urw;
        color: #333;
        font-size: 1.5rem;
        text-decoration: none;
        transition: opacity 300ms;
        display: block;
        width: 2000px;
        float: left;
        overflow: hidden;
        line-height: 43px;
        top: 0;
        position: absolute;
        left: 250px;
        top: 4px;
    }

    .alert-banner a.txt:focus{
        position:absolute !important;
        left: 250px !important;
        top: 4px !important;
    }

        .alert-banner .txt:after{

                transform: rotate(-45deg);
            }

    .alert-banner #close-alert-banner{
        height: 30px;
        width: 30px;
        display: block;
        position: relative;
        float: right;
        margin-right: 15px;
        margin-top: 0px;
        transition: opacity 300ms ease 0s;
    }

    .alert-banner #close-alert-banner:hover{
            opacity: 0.65;
        }

       .alert-banner #close-alert-banner:before{
            background: #FFF none repeat scroll 0 0;
            content: " ";
            display: block;
            height: 2px;
            position: absolute;
            right: 0;
            top: 50%;
            transform: rotate(0deg);
            width: 100%;
            transition: transform 300ms ease 0s;
        }

            .alert-banner.seeme #close-alert-banner:before{

                transform: rotate(45deg);
            }


        .alert-banner #close-alert-banner:after{
             background: #FFF none repeat scroll 0 0;
            content: " ";
            display: block;
            height: 2px;
            position: absolute;
            right: 0;
            top: 50%;
            transform: rotate(0deg);
            width: 100%;
            transition: transform 300ms ease 0s;
        }

            .alert-banner.seeme #close-alert-banner:after{

                transform: rotate(-45deg);
            }

    .alert-banner .alert-lin,
    .last-minute-banner .alert-link{
            border: 1px solid #fff;
            border-radius: 50%;
            bottom: 5px;
            height: 25px;
            width: 25px;
            text-align: center;
            transition: opacity 300ms;
            display: inline-block;
            vertical-align: -5px;
            margin-left: 1%;
            text-decoration: none;
        }

            .alert-banner .alert-link:hove,
            .last-minute-banner .alert-link:hover{
                opacity: 0.65;
            }


                .alert-banner .alert-link   spa,
                .last-minute-banner .alert-link   span{
                        border-top: 1px solid #fff;
                        display: block;
                        height: 1px;
                        margin-left: 6px;
                        margin-top: 11px;
                        width: 10px;
                        position: relative;
                    }

                        .alert-banner .alert-link   span::before,
                        .last-minute-banner .alert-link   span::before {
                            border-top: 1px solid #fff;
                            content: " ";
                            height: 1px;
                            position: absolute;
                            right: 0;
                            top: -4px;
                            transform: rotate(45deg);
                            width: 6px;
                        }

                        .alert-banner .alert-link   span::after,
                        .last-minute-banner .alert-link   span::after {
                            border-top: 1px solid #fff;
                            content: " ";
                            height: 1px;
                            position: absolute;
                            right: 0;
                            top: 2px;
                            transform: rotate(-45deg);
                            width: 6px;
                        }

.main-news-home{
    width: 100%;
    margin-bottom: 20px;
    background: #FFF;
    position: relative;
}
    .main-news-home .img {
        width: 68%;
		height: 360px;
        float: left;
		text-align: center;
        position: relative;
		background: #252525
    }

	.main-news-home .img iframe{
    	max-width: 100%;
/*		height: 100%;*/
	}

    .main-news-home .img .icon {
        position: absolute;
        bottom: 15px;
        left: 15px;
    }

        .main-news-home .img img{
            width: 100%;
/*            height: 367px;*/
			height: 100%;
        }

     .main-news-home .main-news-home-text {
        width: 32%;
        float: left;
        padding: 16px;
        min-height: 360px;
    }

    .main-news-home .main-news-home-text .global-title {
      font-family: "Patua One", cursive;
    }


.main-header-pub{
    display: block;
    text-align: center;
    margin-bottom: 20px;
	overflow:hidden;
}

    .main-header-pub.m-t-20,
    .box-push-pub.m-t-20{
         margin-top: 20px;
    }
    .main-header-pub.m-b-20,
    .box-push-pub.m-b-20{
         margin-bottom: 20px;
    }

    .main-header-pub img{
        display: inline-block
    }

    .main-header-pub-container-600h{
        position: relative;
        height: 600px;
        overflow: hidden;
        margin-bottom: 20px;
    }

        .main-header-pub.main-header-pub-600h{
            height: 600px;
            width: 2500px;
            margin: auto;
            left: 50%;
            margin-left: calc(-1250px);
            display: block;
            position: absolute;
        }

            .main-header-pub.main-header-pub-600h img{
                height: 600px;
                width: 2500px;
            }


     .main-header-pub-container-380h{
        position: relative;
/*        height: 380px;*/
        overflow: hidden;
         margin-bottom: 20px;
    }

        .main-header-pub.main-header-pub-380h{
/*            height: 380px;*/
            width: 2500px;
            margin: auto;
            left: 50%;
            margin-left: calc(-1250px);
            display: block;
            position: relative;
        }

/*
            .main-header-pub.main-header-pub-380h img{
                height: 380px;
                width: 2500px;
            }
*/

.global-subtitle{
    color: #ef183d;
    font-family: franklin-gothic-urw-cond;
    letter-spacing: 0.1rem;
    text-decoration: none;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    transition: opacity 300ms;
}

.global-subtitle-green{
    color:#238652 !important;
}

    .global-subtitle:hover{
        opacity: 0.65;
    }

.global-title{
    color: #333;
    font-family: "ff-tisa-web-pro";
    font-size: 1.5rem;
    line-height: 1;
    text-decoration: none;
    display: block;
    transition: opacity 300ms;
}

    .global-title:hover{
        opacity: 0.65;
    }

.global-text{
    color: #7C7C7C;
    font-family: "franklin-gothic-urw";
    font-size: 1.2rem;
    line-height: 1.2;
    padding-top: 8px;
    text-decoration: none;
    display: block;
    transition: opacity 300ms;
}

    .global-text:hover{
        opacity: 0.65;
    }

.global-social{
    height: 34px;
    width: 70px;
    position: absolute;
    bottom: 2%;
    right: 2%;
}

    .global-social .tw-logo {
        background: #FFF;
        border:2px solid #000;
        border-radius: 50%;
        display: block;
        fill: #000;
        float: left;
        height: 30px;
        width: 30px;
        text-align: center;
        padding-top: 1px;
    }

    .global-social .fb-logo {
        background: #FFF;
        border:2px solid #3d69af;
        border-radius: 50%;
        display: block;
        fill: #3d69af;
        float: left;
        height: 30px;
        width: 30px;
        text-align: center;
        padding-top: 1px;
    }

.global-paydesk{
    height: 34px;
    width: 34px;
    position: absolute;
    bottom: 2%;
    left: 2%;
}





    .home-banner-container{
        margin: auto;
        max-width: 1180px;
        position: relative;
        height: 100%;
    }

.abonnement-header-banner,
.securebox-header-banner{
    position: relative;
    height: 615px;
    background-position: center;
    background-size: cover;
}

.abonnement-header-banner.abonnement-header-banner-boxed{
    height: 385px;
}




    .abonnement-header-banner .banner-shadow,
    .securebox-header-banner .banner-shadow{
        background:#000;
        opacity: 0.65;
        filter: alpha(opacity=65);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .abonnement-header-banner-container{
        margin: auto;
        max-width: 1180px;
        position: relative;
        height: 100%;
        text-align: center;
    }

    .icon-abonnement{
        margin-top: 70px;
    }


    .abonnement-header-banner-container .title{
        font-family: franklin-gothic-urw;
        font-size: 1rem;
        color: #f7ca3e;
        padding: 0 15%;
        line-height: 1;
        font-size: 4rem;
        font-weight: 600;
        padding-top: 70px;
    }

    .abonnement-header-banner-container .title span{
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #fff 50%);
        background-position: 0 95%;
        background-repeat: no-repeat;
        background-size: 100% 0.08em;
        padding-bottom: 0;
        text-decoration: none;
    }

    .abonnement-header-banner-container .sub-title{
         color: #fff;
        font-family: franklin-gothic-urw-cond;
        font-size: 1.7rem;
        padding-top: 10px;
        text-transform: uppercase;

    }


    .abonnement-offer{
        height:auto;
        background: #f7ca3e;
        width: 100%;
        padding-bottom: 70px;
    }

        .abonnement-offer-container{
            margin: auto;
            max-width: 1180px;
            margin-top: -70px;
            position: relative;
        }

            .newsroom-content .abonnement-offer-article{
              /*margin:50px -3% 50px -16% !important;*/
            }

            .datadesk-content .abonnement-offer-article{
              /*margin:50px -7% 50px 0 !important;*/
            }

            .single-encontinu .abonnement-offer-article, .single-enoff .abonnement-offer-article, .single-live .abonnement-offer-article{
              margin:50px -3% 50px -3% !important;
            }

            .single-encontinu .abonnement-offer-container .box .headerbox,.single-enoff .abonnement-offer-container .box .headerbox, .single-live .abonnement-offer-container .box .headerbox {
                height: 42px;
                font-size: 1.4rem;
            }

            .abonnement-offer-article{
                background: #f7ca3e none repeat scroll 0 0;
                height: auto;
                margin: 50px 2%;
                padding: 3%;
                width: auto;
            }
            .abonnement-offer-article .abonnement-offer-container{
                margin-top: 0px;
            }

          

            .abonnement-offer-article .intro {
                padding: 32px 21px;
                padding-bottom: 11px;
                }

            .abonnement-offer-article .intro p {
                font-family: Patua One;
                font-size: 35px;
                font-weight: 400;
                line-height: 45px;
                text-align: center;
                text-underline-position: from-font;
                text-decoration-skip-ink: none;
            }

            .abonnement-offer-article .intro p:nth-child(2) {
                font-size: 31px !important;
                margin-top: 15px;
            }

            .abonnement-offer-article .intro p span.price-red {
                color: #ef173d;
            }


            .abonnement-offer-article .intro button {
                display: block;
                margin: 0 auto;
                margin-top: 40px;
                padding: 9px 16px;
                border-radius: 30px;
                background: #EDB62E;
                border: none;
                min-width: 230px;
                font-family: Encode Sans Expanded;
                font-size: 20px;
                font-weight: 600;
                line-height: 30.8px;
                text-align: center;
                text-underline-position: from-font;
                text-decoration-skip-ink: none;
            }

            .abonnement-offer-article  .condition{
                color:#808080;
                font-family: franklin-gothic-urw;
                font-size: 0.8rem;
                margin-top: 15px;
            }

            .abonnement-offer-article  .already{
                color:#1a1a1a;
                font-family: franklin-gothic-urw;
                font-size: 1.2rem;
                float: right
            }

                 .abonnement-offer-article  .already a{
                     transition: opacity 300ms;
                 }

                    .abonnement-offer-article  .already a:hover{
                        opacity:0.65;
                    }

            .abonnement-offer-article  .intro-read{
                font-family: jubilat;
                font-weight: 500;
                font-size: 1.8rem;
                width: 100%;
                display: block;
                text-align: center;
            }

            .abonnement-offer-container  .box{
                width: 31%;
                float: left;
                height: 345px;
                background: #FFF;
                border-bottom-left-radius: 5px;
                border-bottom-right-radius: 5px;
            }

            .abonnement-offer-container .box.selected{
                height: 100px;
                border-bottom-left-radius: 0px;
                border-bottom-right-radius: 0px;
            }

            .abonnement-offer-container .box.not-selected{
                height: auto;
                margin-top: 18px;
                border-bottom-left-radius: 0px;
                border-bottom-right-radius: 0px;
                cursor: pointer;
            }

                .abonnement-offer-container .box.not-selected .headerbox{
                    background: #dddddd;
                }

                    .abonnement-offer-container .box.not-selected .headerbox:hover{
                        background: #eab532;
                    }

             .abonnement-offer-container .box:nth-child(2){
                 margin-left: 3.5%;
                 margin-right: 3.5%;
             }

                .abonnement-offer-container .box .headerbox{
                    background: #eab532;
                    height: 52px;
                    font-family: jubilat;
                    font-size: 1.7rem;
                    font-weight: 400;
                    color: #FFF;
                    padding-top: 6px;
                    text-align: center;
                }



                     .abonnement-offer-container .box .headerbox span{
                         font-weight: 500;
                     }

                .abonnement-offer-container .box .contentbox{
                    padding: 5%;
                    color: #666666;
                    text-transform: uppercase;
                    font-family: franklin-gothic-urw;
                    font-size: 1.2rem;
                    text-align: center;
                }

                    .abonnement-offer-container .box.selected .contentbox,
                    .abonnement-offer-container .box.not-selected .contentbox{
                        display: none;
                        position: relative;
                        /*z-index: 4;*/
                        background: #fff;
                    }



                    .abonnement-offer-container .box .contentbox .type{
                        padding: 10px 0;
                        border-bottom: 1px solid #dddddd;
                    }

                    .abonnement-offer-container .box .contentbox .price{
                        position: relative;
                        padding: 22px 0;
                        color: #000;
                        font-size: 2.8rem;
                        font-family: alternate-gothic-no-3-d;
                        border-bottom: 1px solid #dddddd;
                    }
                    .price .ps-txt {
                        position: absolute;
                        text-align: center;
                        width: 100%;
                        font-size: 0.3em;
                        color: #555;
                        text-decoration: none;
                    }

                    .abonnement-offer-article  .box .contentbox .price{
                        height: 120px;
                        position: relative;
                    }

                    .contentbox .price .price-before {
                        font-size: .4em;
                        color: #555;
                    }

                        .abonnement-offer-container .box .contentbox .price .offer{
                            display: inline-block;
                            background: #22b573;
                            padding:  2px 10px;
                            color: #FFF;
                            font-size: 1.2rem;
                            text-transform: none;
                            margin-left: 20px;
                            vertical-align: 10px;
                            position: relative;
                        }

                              .abonnement-offer-article .abonnement-offer-container .box .contentbox .price .offer{
                               /* display: inline-block;
                                background: #22b573;
                                padding:  3px 10px;
                                color: #FFF;
                                font-size: 1.2rem;
                                text-transform: none;
                                margin-left: 20px;
                                vertical-align: 10px;
                                position: absolute;
                                bottom: 8px;
                                left: 18%;*/
                            }


                        .abonnement-offer-container .box .contentbox .price .offer:after{
                            border-top: 6px solid transparent;
                            border-bottom: 6px solid transparent;
                            border-right: 10px solid #22b573;
                            border-left: 0px solid transparent;
                            bottom: 9px;
                            content: " ";
                            display: inline-block;
                            height: 1px;
                            left: -25px;
                            margin-left: 15px;
                            margin-right: 20px;
                            position: absolute;
                            transform: scale(1.1);
                            vertical-align: 6px;
                            width: 1px;
                        }

                            .abonnement-offer-article .abonnement-offer-container .box .contentbox .price .offer:after{
                                /*border-top: 0px solid #FFF;
                                border-bottom: 7px solid #22b573;
                                border-right: 6px solid #FFF;
                                border-left: 6px solid #FFF;
                                bottom: 12px;
                                content: " ";
                                display: inline-block;
                                height: 1px;
                                left: 30%;
                                top: -7px;
                                margin-left: 15px;
                                margin-right: 20px;
                                position: absolute;
                                transform: scale(1.1);
                                vertical-align: 6px;
                                width: 1px; */
                            }


                    .abonnement-offer-container .box .contentbox .price-soutien{
                        padding: 10px 0;
                        font-size: 1.1rem;
                        font-family: franklin-gothic-urw;
                        text-transform: none;
                        line-height: 1.05;
                    }

                        .abonnement-offer-article  .box .contentbox .price-soutien{
                            font-size: 0.95rem;
                        }

                         .abonnement-offer-container .box .contentbox .price-soutien input{
                             border: 1px solid #b3b3b3;
                            display: block;
                            height: 40px;
                            margin: auto;
                            width: 60%;
                             margin-top: 10px;
                             text-align: center;
                         }

                    .abonnement-offer-container .box .contentbox .action{
                        margin-top: 7%;
                        display: block;
                        height: 45px;
                    }

                         a.offer-btn,
                         .abonnement-offer-container .box .contentbox .action a{
                            display: inline-block;
                            background: #b3b3b3;
                            border-top-left-radius: 4px;
                            border-top-right-radius: 4px;
                            padding: 6px 12px;
                            color: #FFF;
                            font-family: franklin-gothic-urw;
                            /*font-size: 1.25rem;*/
                             text-decoration: none;
                             border-bottom: 4px solid #666666;
                             text-transform: none;
                             font-size: 0.95rem;

                         }

                            a.offer-btn:hover,
                            .abonnement-offer-container .box .contentbox .action a:hover{
                                margin-top: 4px;
                                border-bottom: 0px;
                             }

    .abonnement-header-border,
    .securebox-header-border{
        padding-top: 8%;
        margin: auto;
        max-width: 1180px;
    }

        .abonnement-header-banner.abonnement-header-banner-boxed .abonnement-header-border{
            padding-top: 5%;
        }

    .abonnement-rubrique .abonnement-offer .abonnement-offer{
        height:auto;
        background: #f7ca3e;
        width: 100%;
        padding-bottom: 70px;
    }

        .abonnement-rubrique .abonnement-offer .abonnement-offer-container{
            margin: auto;
            max-width: 1180px;
            margin-top: -111px;
            position: relative;
        }

            .abonnement-rubrique .abonnement-offer .abonnement-offer-container .box{
                width: 31%;
                float: left;
                height: 345px;
                background: #FFF;
                border-bottom-left-radius: 5px;
                border-bottom-right-radius: 5px;
            }

            .abonnement-rubrique .abonnement-offer .abonnement-offer-container .box.selected{
                height: 100px;
                border-bottom-left-radius: 0px;
                border-bottom-right-radius: 0px;
            }

            .abonnement-rubrique .abonnement-offer .abonnement-offer-container .box.not-selected{
                height: auto;
                margin-top: 18px;
                border-bottom-left-radius: 0px;
                border-bottom-right-radius: 0px;
                cursor: pointer;
            }

                .abonnement-rubrique .abonnement-offer .abonnement-offer-container .box.not-selected .headerbox{
                    background: #dddddd;
                }

                    .abonnement-rubrique .abonnement-offer .abonnement-offer-container .box.not-selected .headerbox:hover{
                        background: #eab532;
                    }

             .abonnement-rubrique .abonnement-offer .abonnement-offer-container .box:nth-child(2){
                 margin-left: 3.5%;
                 margin-right: 3.5%;
             }

                .abonnement-rubrique .abonnement-offer .abonnement-offer-container .box .headerbox{
                    background: #eab532;
                    height: 52px;
                    font-family: jubilat;
                    font-size: 1.7rem;
                    font-weight: 400;
                    color: #FFF;
                    padding-top: 6px;
                    text-align: center;
                }

                     .abonnement-rubrique .abonnement-offer .abonnement-offer-container .box .headerbox span{
                         font-weight: 500;
                     }

                .abonnement-rubrique .abonnement-offer .abonnement-offer-container .box .contentbox{
                    padding: 5%;
                    color: #666666;
                    text-transform: uppercase;
                    font-family: franklin-gothic-urw;
                    font-size: 1.2rem;
                    text-align: center;
                }

                    .abonnement-rubrique .abonnement-offer .abonnement-offer-container .box.selected .contentbox,
                    .abonnement-rubrique .abonnement-offer .abonnement-offer-container .box.not-selected .contentbox{
                        display: none;
                        position: relative;
                        /*z-index: 4;*/
                        background: #fff;
                    }

                    .abonnement-rubrique .abonnement-offer .abonnement-offer-container .box .contentbox .time{
                        padding-bottom: 10px;
                        border-bottom: 1px solid #dddddd;
                    }
                    .abonnement-rubrique .abonnement-offer .abonnement-offer-container .box .contentbox .type{
                        padding: 10px 0;
                        border-bottom: 1px solid #dddddd;
                    }

                    .abonnement-rubrique .abonnement-offer .abonnement-offer-container .box .contentbox .price{
                        position: relative;
                        padding: 22px 0;
                        color: #000;
                        font-size: 2.8rem;
                        font-family: alternate-gothic-no-3-d;
                        border-bottom: 1px solid #dddddd;
                    }
                    .abonnement-rubrique .abonnement-offer .price .ps-txt {
                        position: absolute;
                        text-align: center;
                        width: 100%;
                        font-size: 0.3em;
                        color: #555;
                        text-decoration: none;
                    }

                    .abonnement-rubrique .abonnement-offer .abonnement-offer-article  .box .contentbox .price{
                        height: 120px;
                        position: relative;
                    }

                    .abonnement-rubrique .abonnement-offer .contentbox .price .price-before {
                        font-size: .4em;
                        color: #555;
                    }

                        .abonnement-rubrique .abonnement-offer .abonnement-offer-container .box .contentbox .price .offer{
                            display: inline-block;
                            background: #22b573;
                            padding:  2px 10px;
                            color: #FFF;
                            font-size: 1.2rem;
                            text-transform: none;
                            margin-left: 20px;
                            vertical-align: 10px;
                            position: relative;
                        }



                        .abonnement-rubrique .abonnement-offer .abonnement-offer-container .box .contentbox .price .offer:after{
                            border-top: 6px solid transparent;
                            border-bottom: 6px solid transparent;
                            border-right: 10px solid #22b573;
                            border-left: 0px solid transparent;
                            bottom: 12px;
                            content: " ";
                            display: inline-block;
                            height: 1px;
                            left: -25px;
                            margin-left: 15px;
                            margin-right: 20px;
                            position: absolute;
                            transform: scale(1.1);
                            vertical-align: 6px;
                            width: 1px;
                        }

                    .abonnement-rubrique .abonnement-offer .abonnement-offer-container .box .contentbox .price-soutien{
                        padding: 10px 0;
                        font-size: 1.1rem;
                        font-family: franklin-gothic-urw;
                        border-bottom: 1px solid #dddddd;
                        text-transform: none;
                        line-height: 1.05;
                    }

                         .abonnement-rubrique .abonnement-offer .abonnement-offer-container .box .contentbox .price-soutien input{
                             border: 1px solid #b3b3b3;
                            display: block;
                            height: 40px;
                            margin: auto;
                            width: 60%;
                             margin-top: 10px;
                             text-align: center;
                         }

                    .abonnement-rubrique .abonnement-offer .abonnement-offer-container .box .contentbox .action{
                        margin-top: 7%;
                        display: block;
                        height: 45px;
                    }

                         .abonnement-rubrique .abonnement-offer .abonnement-offer-container .box .contentbox .action a{
                            display: inline-block;
                            background: #b3b3b3;
                            border-top-left-radius: 4px;
                            border-top-right-radius: 4px;
                            padding: 6px 12px;
                            color: #FFF;
                            font-family: franklin-gothic-urw;
                            /*font-size: 1.25rem;*/
                             text-decoration: none;
                             border-bottom: 4px solid #666666;
                             text-transform: none;
                             font-size: 0.95rem;

                         }

                            .abonnement-rubrique .abonnement-offer .abonnement-offer-container .box .contentbox .action a:hover{
                                margin-top: 4px;
                                border-bottom: 0px;
                             }


    .subscribe-border{
        background-image: url(../images/subscribe-border.svg);
        background-size: 100% 100%;
        background-position: center;
        max-width: 847px;
        height: 315px;
        position: relative;
        margin: auto;
        text-align: center;
    }

    .securebox-border{
        background-image: url(../images/securebox-border.svg);
        background-size: 100% 100%;
        background-position: center;
        max-width: 847px;
        height: 315px;
        position: relative;
        margin: auto;
        text-align: center;
    }

        .subscribe-border-title,
        .securebox-border-title{
            color: #FFF;
            font-family: jubilat;
            font-size: 3rem;
            font-weight: 600;
            padding: 5% 15% 2%;
            line-height: 1;
        }

            .abonnement-header-banner.abonnement-header-banner-boxed .subscribe-border-title,
            .securebox-header-banner.securebox-header-banner-boxed .securebox-border-title{
               font-size: 2rem;
            }

        .subscribe-border-subtitle{
            color: #fff;
            font-family: franklin-gothic-urw;
            font-size: 1.5rem;
            font-weight: 400;
            padding: 0 10%;
        }

        .securebox-border-subtitle{
            color: #fff;
            font-family: franklin-gothic-urw;
            font-size: 1.3rem;
            font-weight: 400;
            padding: 0 10%;
        }

    .abonnement-icon{
        background: #f2f2f;
        padding: 40px 0px;
    }

    .abonnement-icon-container{
        margin: auto;
        max-width: 1180px;
    }

    .abonnement-icon-container .box{
        height: 345px;
        width: 33%;
        float: left;
        margin: 40px 0px;
    }



        .abonnement-icon-container .box .box-img{
            position: relative;
            background: #FFF;
            border-radius: 50%;
            width: 70%;
            padding-top: 70%;
            position: relative;
            height: 0;
            margin: auto;
        }

            .abonnement-icon-container .box .box-img img{
                position: absolute;
            }

            .abonnement-icon-container .box .box-img .number{
                position: absolute;
                height: 45px;
                width: 45px;
                border-radius: 50%;
                background: #ef183d;
                left: 5%;
                bottom: 5%;
                color: #FFF;
                font-size: 2rem;
                font-family: jubilat;
                font-weight: 600;
                text-align: center;
            }


            .abonnement-icon-container .box .txt{
                color: #333333;
                font-family: franklin-gothic-urw;
                font-size: 1.6rem;
                line-height: 1.1;
                padding-top: 15px;
                text-align: center;
            }

    .abonnement-red-box{
        background: #f2f2f;
        padding: 40px 0px;
    }

    .abonnement-red-box-container{
        margin: auto;
        max-width: 1180px;
    }

    .abonnement-red-box-container .box{
        height: 400px;
        width: 24.2%;
        margin-left: 1%;
        float: left;
        background: #FFF;
        border-top: 8px solid #ef183d;
    }

        .abonnement-red-box-container .box:first-child{
            margin-left: 0;
        }

        .abonnement-red-box-container .box .box-img{
            position: relative;
            background: #ef183d;
            border-radius: 50%;
            width: 40%;
            padding-top: 40%;
            position: relative;
            height: 0;
            margin: 10% auto;
        }

            .abonnement-red-box-container .box .box-img img{
                position: absolute;
            }

        .abonnement-red-box-container .box .txt{
                color: #333333;
                font-family: franklin-gothic-urw;
                font-size: 1.2rem;
                line-height: 1.1;
                text-align: center;
                padding:0px 6%;
            }

    .subscribe-border-y{
        background-image: url(../images/subscribe-border-y.svg);
        background-size: 100% 100%;
        background-position: center;
        max-width: 847px;
        height: 315px;
        position: relative;
        margin: auto;
        text-align: center;
    }

    .subscribe-border-little{
        background-image: url(../images/subscribe-border-little.svg);
        background-size: 100% 100%;
        background-position: center;
        max-width: 847px;
        height: 185px;
        position: relative;
        margin: auto;
        text-align: center;
    }

.payment-decouverte-container-main{
    background:#f7ca3e;
    padding-top: 25px;
    padding-bottom: 65px;
}

.payment-decouverte-container{
    max-width:1180px;
    margin: auto;
    background: #FFF;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 4%;
    position: relative;
    margin-top: 56px;
    padding-top: 60px
}

    .payment-decouverte-container .intro{
        color: #000;
        font-family: franklin-gothic-urw;
        font-size: 1.5rem;
        padding-bottom: 4%;
        line-height: 1.2;
    }

    .payment-decouverte-container .explaintxt{
        color: #353535 ;
        font-family: franklin-gothic-urw;
        font-size: 1.3rem;
        padding: 5% 15%;
        text-align: center;
        line-height: 1.2;
    }

    .payment-decouverte-container .boxpay{
        box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
        float: left;
        height: 180px;
        margin-left: 2.5%;
        padding: 0.5%;
        width: 18%;
        position: relative;
        cursor: pointer;
    }

        .payment-decouverte-container .boxpay.choosen:after{
            border-left: 24px solid transparent;
            border-right: 24px solid transparent;
            border-top: 14px solid #333;
            bottom: -30px;
            left: 34%;
            border-bottom:0px;
            display: block;
            height: 1px;
            margin-left: 15px;
            margin-right: 20px;
            transform: scale(1.1);
            vertical-align: 6px;
            width: 1px;
            position: absolute;
            content: " ";
        }

        .payment-decouverte-container .boxpay-container .boxpay:first-child {
            margin-left: 0;
        }

    .payment-decouverte-container .boxheader{
        background: #fff none repeat scroll 0 0;
        height: 100px;
        left: 0;
        position: absolute;
        top: -95px;
        width: 32%;
    }

    .payment-decouverte-container .boxheader .headerbox{
        background: #eab532 none repeat scroll 0 0;
        color: #fff;
        font-family: jubilat;
        font-size: 1.7rem;
        font-weight: 400;
        height: 52px;
        padding-top: 6px;
        text-align: center;
    }

     .payment-decouverte-container .boxpay .title{
        background: #333 none repeat scroll 0 0;
        border-radius: 5px;
        color: #fff;
        font-family: franklin-gothic-urw;
        font-size: 1.3rem;
        line-height: 0.9;
        padding: 8% 6%;
    }

    .payment-decouverte-container .boxpay .icon-box{
        margin-top: 28px;
        text-align: center;
    }

    .payment-decouverte-container .boxpay .icon-box2{
        margin-top: 24px;
    }
.cashplus-order {
	font-size: 2rem;
}

.gallery{
	margin: 30px 0;
}

.gallery figure {
	width: 32%;
	margin-top: 10px;
}
.gallery figure figcaption{
	display: none;
}
.gallery figure img {
    width: 100%;
}

    .icon-box2 .icon{
        display: inline-block;
    }

    .icon-box2 .icon-sep{
        border-left: 2px solid #dcdcdc;
        display: inline-block;
        height: 52px;
        margin: 0 4px 0 7px;
        vertical-align: -22px;
        width: 1px;
    }

.profil-main{
    background: #f2f2f2;
    padding-top: 70px;
    padding-bottom: 50px;
}

.profil-main-container{
    margin: auto;
    max-width: 1180px;
}

.securebox-main-container{
    margin: auto;
    max-width: 1180px;
    padding-top: 100px;
}

    .profil-main-container ul,
    .securebox-main-container ul{
        margin: auto;
        max-width: 1180px;
        height: 60px;
    }

        .profil-main-container ul li,
        .securebox-main-container ul li{
            height: 60px;
            width: 20%;
            float: left;
            background: #FFF;
            color: #808080;
            font-family: franklin-gothic-urw;
            text-transform: uppercase;
            font-size: 1.1rem;
            border-top: 1px solid #dddddd;
            border-left: 1px solid #dddddd;
            transition: background-color 300ms;
        }

            .profil-main-container ul li:last-child,
            .securebox-main-container ul li:last-child{
                border-right: 1px solid #dddddd;
            }

            .profil-main-container ul li:hover,
            .securebox-main-container ul li:hover{
                background-color: #F4F4F4;
            }

            .securebox-main-container ul li{
                 width: 22%;
                font-size: 1.2rem;
            }

            .profil-main-container ul li a,
            .securebox-main-container ul li a{
                padding: 16px 10%;
                display: block;
                text-decoration: none;

            }

                .profil-main-container ul li a .icon{
                    margin-right: 10px;
                    fill:#808080;
                    stroke:#808080;
                }



            .profil-main-container ul li.active,
            .securebox-main-container ul li.active{
                background: #ef183d ;
                color: #FFF;
                position: relative;
            }

                    .profil-main-container ul li.active a .icon{
                        fill:#FFF;
                        stroke:#FFF;
                    }

                .profil-main-container ul li.active:after,
                .securebox-main-container ul li.active:after{
                    border-top: 11px solid #ef183d;
                    border-bottom: 0px solid #FFF;
                    border-right: 7px solid #FFF;
                    border-left: 7px solid #FFF;
                    bottom: -11px;
                    content: " ";
                    display: inline-block;
                    height: 1px;
                    left: 6%;
                    margin-left: 15px;
                    margin-right: 20px;
                    position: absolute;
                    transform: scale(1.1);
                    vertical-align: 6px;
                    width: 1px;
                }

        .profil-main-container .content,
        .securebox-main-container .content{
            background: #FFF;
            height: auto;
            width: 100%;
            border: 1px solid #dddddd;
            padding: 6%;
        }

            .securebox-main-container .content{
                padding: 6%;
            }

            .profil-main-container .content .field{
                padding: 1%;
                border-bottom: 1px solid #dddddd;
                font-family: franklin-gothic-urw;
                line-height: 1.2;
            }

                .profil-main-container .content .field:first-child{
                    border-top: 1px solid #dddddd;
                }

            .profil-main-container .content .field .modify{
                float: left;
                width: 15%;
            }

            .profil-main-container .content .field .modify a{
                color:#808080;
                text-decoration: none;
                background: #f7f7f7 ;
                border: 1px solid #e6e6e6;
                border-radius: 5px;
                font-size:0.85rem;
                padding: 5px 10px;
                vertical-align: -8px;
            }

                .profil-main-container .content .field .modify .icon{
                    margin-right: 8px;
                    margin-top: -4px;
                }


            .profil-main-container .content .field .label-and-value{
                float: left;
                width: 80%;
                font-size: 1.2rem;
            }

            .profil-main-container .content .field .label-and-value label{
                color:#808080;
                display: inline-block;
            }


            .profil-main-container .content .field .label-and-value .profil-value{
                color:#333;
            }

            .profil-main-container .content .field .label-and-value input{
                display: block;
                border: 2px solid #b3b3b3;
                height: 40px;
                width: 40%;
                margin-top: 10px;
            }


            .profil-main-container .content .field .label-and-value .modify-box{
                position: relative;
                border-left: 4px solid #ef183d;
                margin-left: -15px;
                padding-left: 15px;
                margin-top: 10px;
            }

                .profil-main-container .content .field .label-and-value .modify-box label{
                    padding-top: 10px;
                }

                    .profil-main-container .content .field .label-and-value .modify-box label:first-child{
                        padding-top: 0px;
                    }

                .profil-main-container .content .field .label-and-value .modify-box .button{
                    color:#808080;
                    text-decoration: none;
                    background: #f7f7f7 ;
                    border: 1px solid #e6e6e6;
                    border-radius: 5px;
                    font-size:0.85rem;
                    padding: 5px 10px;
                    margin-top: 20px;
                    height: auto;
                    width: auto;
                }

        .profil-main-container .content .field .label-and-value .modify-box select{
                    display: block;
                    border: 2px solid #b3b3b3;
                    height: 40px;
                    width: 100%;
                    -webkit-appearance: none;
                   -moz-appearance:    none;
                    appearance:         none;
                    border-radius: 0px;
                    background: #FFF;
                    position: relative;
            }
                .profil-main-container .content .field .label-and-value .modify-box .select-box{
                    position: relative;
                    display: block;
                    width: 95px;
                    margin-top: 10px;
                    margin-left: 2%;
                    float: left;
                    display: block;
                    height: auto;
                }

                .profil-main-container .content .field .label-and-value .modify-box .select-box:before{
                    border-left: 2px solid #b3b3b3;
                    content: " ";
                    height: 40px;
                    position: absolute;
                    right: 40px;
                    top: 0;
                    z-index: 3;
                }

                .profil-main-container .content .field .label-and-value .modify-box .select-box:after{
                        /*border-color: #ef183d  transparent -moz-use-text-color;*/
                        border-color: #ef183d  transparent;
                        border-style: solid solid none;
                        border-width: 12px 9px 0;
                        bottom: 14px;
                        content: " ";
                        display: block;
                        height: 1px;
                        right: -8px;
                        margin-left: 15px;
                        margin-right: 20px;
                        position: absolute;
                        transform: scale(1.1);
                        vertical-align: 6px;
                        width: 1px;
                }

                .profil-main-container .content .field .label-and-value .modify-box  .modifadress{
                    float:left;
                    width: 105px;
                }

                .profil-main-container .content .field .label-and-value .modify-box  .modifadress .select-box{
                  width: 105px;
                }

                 .profil-main-container .content .field .label-and-value .modify-box  .modifadress input{
                   width: 70%;
                }

        .profil-main-container .content .label-compte{
            font-family: franklin-gothic-urw;
            line-height: 1.2;
            font-size: 1.2rem;
            color: #000;
        }

        .profil-main-container .content .offre .offre-title{
            font-family: jubilat;
            font-size: 1.6rem;
            font-weight: 200;
            color: #eab532;
        }

        .profil-main-container .content .offre .offre-type{
            font-family: jubilat;
            font-size: 1.6rem;
            font-weight: 600;
            color: #eab532;
        }

        .profil-main-container .content .offre .offre-price{
            font-family: franklin-gothic-urw;
            line-height: 1.2;
            font-size: 1.2rem;
            color: #000;
        }

        .profil-main-container .content .offre-button{
            margin-top: 30px;
        }
        .profil-main-container .content .offre-button a{
            color:#808080;
            text-decoration: none;
            background: #f7f7f7 ;
            border: 1px solid #e6e6e6;
            border-radius: 5px;
            font-size:0.85rem;
            padding: 5px 10px;
            margin-top: 20px;
            height: auto;
            width: auto;
            display: inline-block;
        }

    .content-preference h2{
        background: #f2f2f2 none repeat scroll 0 0;
        border-bottom: 1px solid #dddddd;
        color: #8d8d8d;
        font-family: franklin-gothic-urw;
        font-size: 1.3rem;
        height: 60px;
        line-height: 1.2;
        padding: 1.7% 2%;
    }

         .content-preference h2.alertes{
             margin-top: 50px;
         }

    .content-preference .block{
        margin-top: 30px;
        border-top: 1px solid #dddddd;
    }

          .content-preference .block{
              color: #8d8d8d;
              font-family: franklin-gothic-urw;
              font-size: 0.95rem;
          }

     .half-choice{
         width: 48%;
         margin-right: 1%;
         float: left;
     }

    .choice {
        font-family: franklin-gothic-urw;
        line-height: 1.2;
        font-size: 1.2rem;
        color: #333333;
        margin-top: 20px;
        overflow:hidden;
        cursor: pointer;
    }


    .choice.half-choice .radio{
            opacity: 0;
                height: 100%;
                width: 100%;
        }

     .choice.half-choice .radiobox{
        width: 25px;
        height: 25px;
        border: 2px solid #c1c1c1 ;
        border-radius: 50%;
         float: left;
         position: relative;
         margin-right: 10px;
     }


        .choice.half-choice .radio:checked + .buttonn {
            background: #9d9d9d none repeat scroll 0 0;
            border-radius: 50%;
            display: block;
            height: 17px;
            left: 2px;
            position: absolute;
            top: 2px;
            width: 17px;
        }

      .choice.half-choice .iconbox{
         float: left;
          width: 12%;
     }
      .choice.half-choice .txt{
         float: left;
          width: 70%;
          padding-left: 2%;
     }

    .choice .radio{
        opacity: 0;
        height: 100%;
        width: 100%;
    }

    .choice .radiobox{
        width: 25px;
        height: 25px;
        border: 2px solid #c1c1c1 ;
        border-radius: 50%;
         float: left;
         position: relative;
        margin-right: 10px;
     }

        .choice .radio:checked + .buttonn {
            background: #9d9d9d none repeat scroll 0 0;
            border-radius: 50%;
            display: block;
            height: 17px;
            left: 2px;
            position: absolute;
            top: 2px;
            width: 17px;
        }

      .choice .iconbox{
         float: left;
          width: 4.3%;
     }

            .choice .iconbox .icon{
                stroke:#ef183d;
                fill:#ef183d;
                transition: all 1s ease;
            }

      .choice .txt{
         float: left;
          width: 70%;
          padding-left: 2%;
     }

    .choice .txt .txt-title{
        font-size: 1.4rem;
        color:#ef183d;
        font-family: jubilat;
    }

    .content-preference .tag-container{
        padding-top: 20px;
    }

    .content-preference .tag-container .tag-radius-transparent{
        margin: 0.3%;
        float: left;
    }

    .tag-radius-transparent .delete{
        color: #fff;
        display: inline-block;
        font-family: franklin-gothic-urw;
        font-size: 1.4rem;
        font-weight: 200;
        margin-left: 20px;
        margin-right: -15px;
        margin-top: -3px;
        vertical-align: -7px;
    }


.video-main-container{
    width: 100%;
    height: auto;
    border:1px solid #dddddd ;
    background: #FFF;
}

    .video-main-container-content{
        max-width: 777px;
        margin: auto;
        padding-top: 40px;
    }

    .video-main-container h1 {
        font-family: franklin-gothic-urw;
        font-size: 2.5rem;
        font-weight: 300;
        line-height: 0.9;
        padding: 20px 10% 45px 0%;
        text-align: left;
    }

    .video-main-container-content .meta-article{
        text-align: left;
    }

    .video-content {
        color: #353535;
        display: inline-block;
        font-family: "ff-tisa-web-pro";
        font-size: 1.2rem;
        padding-bottom: 45px;
        padding-left: 20%;
        padding-right: 6%;
        width: 100%;
    }

    .video-keywords {
        padding-bottom: 20px;
        padding-left: 20%;
        width: 100%;
    }

    .enoff-keywords {
        padding-left: 6%;
    }

    .video-social, .enclair-social {
        padding-left: 20%;
        width: 108%;
    }

.video-background_player{
    position: relative;
    height: auto;
    width: 100%;
}
.video-background{
    background-color: #333333;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    width: 100%;
/*    padding-top: 43%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
}

.video-box-push-container,
.video-main-rubric {
    margin-bottom: 3%;
}

.video-player{
    max-width: 880px;
    margin: auto;
    padding-top: 33px;
    min-height: 550px;
    position: relative;
}

.securebox-main-container .content .intro {
    color: #000;
    font-family: franklin-gothic-urw;
    font-size: 1.5rem;
    line-height: 1.2;
    padding-bottom: 50px;
}


.securebox-main-container .content .warning {
    color: #000;
    font-family: franklin-gothic-urw;
    font-size: 0.95rem;
    line-height: 1.2;
    margin-top: 30px;
}

    .securebox-main-container .content .warning .icon{
        float: left;
        margin-right: 18px;
    }

.securebox-main-container .content .steps .step{
    border:1px solid #dddddd ;
    height: 470px;
    width: 23.5%;
    margin-left: 2%;
    float: left;
    text-align: center;
}

.securebox-main-container .content#divconseil .steps .step{
        height: 370px;
}


    .securebox-main-container .content .steps .step:first-child{
        margin-left: 0;
    }

.securebox-main-container .content .steps .step .step-title{
    font-family: ff-tisa-web-pro;
    font-size: 1.6rem;
    font-weight: 400;
    color: #ef183d;
    margin: 30px 7% 15px
}

.securebox-main-container .content .steps .step .step-txt{
   color: #000;
    font-family: franklin-gothic-urw;
    font-size: 1.15rem;
    line-height: 1.2;
    margin: 0px 7%
}

    .securebox-main-container .content .steps .step .step-icon .icon.icon1{
        margin-left: 8px;
        margin-top: 8px;
    }
    .securebox-main-container .content .steps .step .step-icon .icon.icon2{
           margin-top: 15px;
            margin-left: 12px;
    }

    .securebox-main-container .content .steps .step .step-icon .icon.icon3{
            margin-top: 12px;
            margin-left: 10px;
    }

   .securebox-main-container .content .steps .step .step-icon .icon.icon4{
        margin-left: 14px;
       margin-top: 24px;
    }





.securebox-main-container .content .rules .rule{
    border:1px solid #dddddd ;
    height: 265px;
    width: 49%;
    padding: 3%;
    float: left;
    position: relative;
    font-family: franklin-gothic-urw;
    font-size: 1.1rem;
}
    .securebox-main-container .content .rules .rule:after{
        border-top: 8px solid #ef183d;
        content: " ";
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0;
    }
    .securebox-main-container .content .rules .rule:first-child{
        margin-right: 2%;
    }

.securebox-main-container .content .usefull-links{
    border:1px solid #dddddd ;
    width: 100%;
    margin-top: 35px;
    position: relative;
    padding-top: 8px;
}
    .securebox-main-container .content .usefull-links:after{
        border-top: 8px solid #1a1a1a;
        content: " ";
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0;
    }

    .securebox-main-container .content .usefull-links .links{
        border-bottom: 1px solid #dddddd;
        color: #000;
        font-family: franklin-gothic-urw;
        font-size: 1.2rem;
        line-height: 1.2;
        padding: 2.1% 3%;
        position: relative;
        width: 100%;
    }

        .securebox-main-container .content .usefull-links .links:last-child{
            border-bottom: 0px;
        }

        .securebox-main-container .content .usefull-links .links a{
            text-decoration: none;
            color: #666666;
            transition: opacity 300ms;
        }

             .securebox-main-container .content .usefull-links .links a:hover{
                 opacity:0.7;
             }


.securebox-main-container .content .steps .step .step-icon{
    width: 105px;
    height: 105px;
    border-radius: 50%;
    background: #ef183d;
    margin: 20px auto;
}

#divhow .steps .step .step-icon{
    text-align: center;
}

#divhow .steps .step .step-icon:before{
    margin-right: 0;
}

.guidelines div{
    margin: 40px 0px;
}

.guidelines h1{
    font-family: ff-tisa-web-pro;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 0.9;
    text-align: left;
}
.guidelines h2{
    font-family: franklin-gothic-urw;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 0.9;
    padding-bottom: 5px;

}
.guidelines h3{

}
.guidelines h4{
    font-family: franklin-gothic-urw;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 0.9;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.guidelines p{
    color: #353535;
    display: inline-block;
    font-family: "ff-tisa-web-pro";
    font-size: 1.2rem;
    width: 100%;
}

.guidelines a{
    font-family: "ff-tisa-web-pro";
    font-size: 1.2rem;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, currentcolor 50%);
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 100% 0.12em;
    color: #e63323;
    padding-bottom: 0.1em;
    text-decoration: none;
    transition: opacity 300ms ease 0s;
}

    .guidelines a:hover{
        opacity: 0.65;
    }

.guidelines .keywords {
    border: 1px solid #dddddd;
    border-radius: 4px;
    color: #666;
    display: inline-block;
    font-family: franklin-gothic-urw;
    padding: 5px 15px;
}

.guidelines .tag-radius-transparent {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-family: franklin-gothic-urw;
    font-size: 1rem;
    height: 38px;
    padding: 3px 25px 0;
    text-decoration: none;
    transition: background-color 300ms ease 0s;
    width: auto;
}

    .guidelines .tag-radius-transparent:hover {
        background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
        opacity: 1;
    }

.guidelines ul{
    padding-left: 20px;
}
.guidelines li{
    color: #353535;
    font-family: franklin-gothic-urw;
    font-size: 1.2rem;

}

.guidelines .copyright {
    color: #b3b3b3;
    font-family: franklin-gothic-urw;
    font-size: 0.9rem;
    padding: 10px;
    text-align: right;
    width: 100%;
}


.footer{
    background: #f2f2f2;
    padding-top: 50px;
    padding-bottom: 70px;
}

.logo-little-footer{
    width: 220px;
}

    .footer .footer-container{
        max-width:1180px;
        margin: auto;
    }
        .footer .section{
            margin-bottom: 20px;
            display: inline-block;
            padding-top: 5px;
        }

        .footer .section li{
            color: #333;
            float: left;
            font-family: jubilat;
            font-size: 1.6rem;
            font-weight: 400;
        }

            .footer .section li:before{
                content: "-";
                margin: 0px 10px;
                float: left;
            }

                .footer .section li:first-child:before{
                    content: "";
                    margin: 0px;
                }

            .footer .section li a{
                text-decoration: none;
                position: relative;
            }

                .footer .section li a::after {
                    border-bottom-style: solid;
                    border-bottom-width: 2px;
                    content: "";
                    height: 0;
                    left: auto;
                    position: absolute;
                    right: 0.44em;
                    top: 100%;
                    transition: width 150ms ease-out 0s;
                    width: 0;
                }
                .footer .section li a:hover::after {
                    left: 0.44em;
                    right: auto;
                    width: calc(100% - 0.44em * 2);
                }

    .footer .usefull-link li{
        color: #828282;
        float: left;
        font-family: franklin-gothic-urw;
        font-size: 1rem;
        /*padding-right: 22px;*/
        padding-right: 18px;
        text-transform: uppercase;
    }

        .footer .usefull-link li a{
            text-decoration: none;
            position: relative;
        }

        .footer .usefull-link li a::after {
            border-bottom-style: solid;
            border-bottom-width: 2px;
            content: "";
            height: 0;
            left: auto;
            position: absolute;
            right: 0.44em;
            top: 100%;
            transition: width 150ms ease-out 0s;
            width: 0;
        }
        .footer .usefull-link li a:hover::after {
            left: 0.44em;
            right: auto;
            width: calc(100% - 0.44em * 2);
        }




.end, .endc{
    background: #1a1a1a;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    display: inline-block;
}



.static-main{
    background: transparent;
    max-width: 1180px;
    margin: 0px  auto ;
    padding-top: 45px;
}

.static-main-container{
    background: #fff none repeat scroll 0 0;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    position: relative;
    color: #333333;
    margin-bottom: 45px;
    display: inline-block;
    width: 100%;
}

    .static-main-container::before {
        border-top: 4px solid #1a1a1a;
        content: " ";
        display: block;
        height: 0;
        width: 100%;
    }

    .static-main-container .static-title{
        font-family: "jubilat";
        font-size: 1.8rem;
        font-weight: 400;
        padding: 11px 1.5%;
        border-bottom: 1px solid #dadada;
    }

     .static-main-container .static-txt{
        font-family: franklin-gothic-urw;
        font-size: 1.15rem;
        padding: 2%;
        color: #000000;
     }

     .static-main-container .static-txt h4{
        font-family: franklin-gothic-urw;
        font-size: 1.2rem;
        line-height: 0.9;
        text-transform: uppercase;
        color: #EF183D;
     }

     .static-main-container .static-txt p{
        padding: 0 1% 2%;
     }




    .static-main-container .static-container-content{
        padding: 3%;
    }

    .static-main-container .static-container-content .team{
        border-bottom: 1px solid #dadada;
        padding-bottom: 3.5%;
    }

        .static-main-container .static-container-content .team .people{
            width: 25%;
            padding-right: 2%;
            float: left;
        }

            .static-main-container .static-container-content .team .people .name{
                font-family: "jubilat";
                font-size: 1.4rem;
                font-weight: 500;
            }

            .static-main-container .static-container-content .team .people .function{
                font-family: "jubilat";
                font-size: 1.4rem;
                font-weight: 200;
            }

    .static-main-container .static-container-content .edition{
        font-family: franklin-gothic-urw;
        font-size: 1.2rem;
        padding: 3.5% 0;
    }

    .static-container-content-block{
        background: #fff none repeat scroll 0 0;
        border-left: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd;
        position: relative;
        height: 125px;
        width: 24.4%;
        margin-left:0.7%;
        margin-bottom:0.7%;

        float: left;
    }

        .static-container-content-block:nth-child(4n+1){
            margin-left:0;
        }

    .static-container-content-block::before {
        border-top: 4px solid #4d4d4d;
        content: " ";
        display: block;
        height: 0;
        width: 100%;
    }


      .static-container-content-block .title{
          font-family:"ff-tisa-web-pro";
        font-size: 1.3rem;
          padding: 3% 5%;
      }

    .static-container-content-block .txt{
        font-family: franklin-gothic-urw;
        font-size: 1.15rem;
        padding: 0 5%;
    }

    .static-main-line-infos{
        font-family: franklin-gothic-urw;
        font-size: 1.2rem;
        padding: 1.2% 2%;
        border-bottom: 1px solid #dadada;
    }

  .main-container.main-container-culture-habillage{
        background: #f2f2f2;
    }

  .main-container.main-container-culture{
      padding-top: 125px;
  }

    .culture-main-rubric{
        margin: auto;
        max-width: 1180px;
        padding-top: 20px;
    }



        .main-container-culture .culture-main-header{
            background: #333;
            color: #fff;
            display: block;
            font-family: jubilat;
            font-size: 2.5rem;
            font-weight: 600;
            height: 120px;
            padding-left: 4%;
            padding-top: 40px;
            text-decoration: none;
            width: 100%;
            position: relative;
            margin-bottom: 35px;
            cursor: pointer;
        }

            .main-container-culture .culture-main-header:after{
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                border-top: 12px solid #333;
                border-bottom:0px;
                display: inline-block;
                height: 1px;
                margin-left: 15px;
                margin-right: 20px;
                transform: scale(1.1);
                vertical-align: 6px;
                width: 1px;
                bottom: -12px;
                left: 5%;
                content: " ";
                position: absolute;
            }

            .main-container-culture .culture-main-header .author{
                color: #c1a05d;
                font-size: 1.6rem;
                font-weight: 400;
            }

                .main-container-culture .culture-main-header:hover .culture-author{
                    display: block;
                }

                .main-container-culture .culture-main-header .culture-author{
                    position: absolute;
                    width: 285px;
                    /*height: 250px;*/

                    background: #F2F2F2;
                    z-index: 2;
                    top: 120px;
                    left: 0;
                    text-align: center;
                    padding: 20px 30px;
                    display: none;
                    cursor: auto;
                    box-shadow: 4px 1px 7px 1px rgba(0, 0, 0, 0.50);
                }

                    .main-container-culture .culture-main-header .culture-author::before {
                        border-left: 6px solid transparent;
                        border-right: 6px solid transparent;
                        border-bottom: 12px solid #FFF;
                        border-top:0px;
                        top: -12px;
                        content: " ";
                        display: inline-block;
                        height: 1px;
                        left: 15%;
                        margin-left: 15px;
                        margin-right: 20px;
                        position: absolute;
                        transform: scale(1.1);
                        vertical-align: 6px;
                        width: 1px;
                    }

                    .main-container-culture .culture-main-header .culture-author .label{
                        color:#b3b3b3;
                        font-size: 0.9rem;
                        font-family: franklin-gothic-urw;
                        font-weight: 300;
                    }

                    .main-container-culture .culture-main-header .culture-author .author{
                        font-size: 1.4rem;
                    }

                    .main-container-culture .culture-main-header .culture-author .txt{
                        color:#333333;
                        font-size: 0.9rem;
                        font-family: franklin-gothic-urw;
                        font-weight: 300;
                    }

                    .main-container-culture .culture-main-header .culture-author .culture-tw{
                        color:#b3b3b3;
                        border: 2px solid #b3b3b3;
                        font-size: 0.9rem;
                        font-family: franklin-gothic-urw;
                        font-weight: 300;
                        padding: 2px 5px;
                        text-decoration: none;
                        fill:#b3b3b3;;
                        stroke:#b3b3b3;
                    }






.header-bigone .logo-rubric-txt.culture{
    background: #c1a05d none repeat scroll 0 0;
    color: #fff;
    fill: #fff;
    font-family: "proxima-nova";
    font-size: 2.7rem;
    font-weight: 600;
    margin-left: 15px;
    padding: 0px 8px;
    stroke: #fff;
    vertical-align: -23px;
}

.header-rubric .logo-rubric-txt.culture{
    background: #c1a05d none repeat scroll 0 0;
    color: #fff;
    fill: #fff;
    font-family: "proxima-nova";
    font-size: 1.3rem;
    font-weight: 600;
    margin-left: 15px;
    padding: 0 8px;
    stroke: #fff;
    vertical-align: -12px;
}

.post-type-archive-grandangle .grandangle-others-container .grandangle-listing .shadow {
    bottom: -26px;
}

.culture-main-left{
    float: left;
    width: 72.5%;
}



.post-type-archive-culture .more-of-container{
    width: 72.5%;
}

.culture-main-right{
    float: right;
    width: 25.5%;
    margin-left:2%;
}

    .culture-main-left-container{
       background: #fff none repeat scroll 0 0;
        border: 1px solid #dddddd;
        float: left;
        max-width: 880px;
        width: 100%;
        position: relative;
        margin-bottom: 20px;
        padding-bottom: 40px;
    }

    .culture-main-left-container::before {
        border-top: 4px solid #1a1a1a;
        content: " ";
        display: block;
        height: 0;
        width: 100%;
    }

    .culture-main-left-container-bigfoto{
        position: relative;
    }

    .culture-main-left-container-bigfoto img{
        height: auto;
        width: 100%;
    }

    .culture-main-left-container-bigfoto .tag-shadow{
       background: rgba(0, 0, 0, 0) -moz-linear-gradient(center bottom , rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%) repeat scroll 0 0;
        bottom: 0;
        height: 150px;
        left: 0;
        position: absolute;
        right: 0;
    }

    .culture-main-left-container-tag {
        margin-bottom: 25px;
        margin-top: -70px;
        position: relative;
        text-align: center;
    }

    .culture-main-left-container .meta-article {
        padding-left: 6%;
        text-align: left;
    }


    .culture-main-left-container h1, .single-culture-h1 {
        font-family:"proxima-nova";
        font-size: 2.5rem;
        font-weight: 400;
        line-height: 0.9;
        padding: 20px 10% 45px 6%;
        text-align: left;
    }

    .culture-main-left-container .chapo {
        color: #666666;
        font-family: franklin-gothic-urw;
        font-size: 1.7rem;
        line-height: 1.2;
        padding: 0 10% 35px 0;
        text-align: left;
    }


    .culture-main-left-container-content {
        color: #353535;
        display: inline-block;
        font-family: "ff-tisa-web-pro";
        font-size: 1.2rem;
        padding-bottom: 45px;
        padding-left: 20%;
        padding-right: 6%;
        width: 100%;
    }


    .culture-main-left-container-content a {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, currentcolor 50%);
        background-position: 0 95%;
        background-repeat: no-repeat;
        background-size: 100% 0.12em;
        color: #c1a05d;
        padding-bottom: 0.1em;
        text-decoration: none;
        transition: opacity 100ms ease 0s;
    }

        .culture-main-left-container-content a:hover {
            opacity: 0.7;
        }


    .culture-main-left-container-social {
        padding-left: 20%;
        width: 100%;
    }


.culture-main-left-container .culture-spe,
.single-culture-h1 .culture-spe{
     background: #c1a05d none repeat scroll 0 0;
    color: #fff;
    fill:#fff;
    stroke:#fff;
    font-family: franklin-gothic-urw-cond;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0.3rem;
    margin-right: 15px;
    padding: 4px 8px;
    text-transform: uppercase;
    vertical-align: 6px;
}

    .culture-main-left-container .culture-spe .icon,
    .single-culture-h1 .culture-spe .icon{
        margin-right: 5px;
        margin-left: 5px;
        vertical-align: -2px;
    }



.culture-main-right{
    background: #FFF;
}

    .culture-main-right .header {
        border-bottom: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
        border-left: 1px solid #dddddd;
        border-top: 4px solid #1a1a1a;
        color: #333333;
        font-family: jubilat;
        font-size: 1.6rem;
        height: 60px;
        padding: 8px 20px;
        position: relative;
    }

    .culture-main-right .header .triangle{
        border-color: #dddddd transparent;
        border-style: solid solid none;
        border-width: 10px 8px 0;
        bottom: -10px;
        display: inline-block;
        height: 1px;
        left: 3%;
        margin-left: 15px;
        margin-right: 20px;
        position: absolute;
        transform: scale(1.1);
        vertical-align: 6px;
        width: 1px;
    }

    .culture-main-right .header .triangle::before {
        border-color: #fff transparent;
        border-style: solid solid none;
        border-width: 8px 6px 0;
        bottom: 2px;
        content: " ";
        display: inline-block;
        height: 1px;
        left: -21px;
        margin-left: 15px;
        margin-right: 20px;
        position: absolute;
        transform: scale(1.1);
        vertical-align: 6px;
        width: 1px;
    }

.culture-main-right-container{
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

    .culture-main-right-container .culture-spe{
        color: #333333;
        fill:#333;
        stroke:#333;
        font-family: franklin-gothic-urw-cond;
        font-size: 0.8rem;
        font-weight: 600;
        letter-spacing: 0.2rem;
        margin-right: 15px;
        padding: 4px 5%;
        text-transform: uppercase;
        vertical-align: 6px;
    }

        .culture-main-right-container .culture-spe .icon{
            margin-right: 5px;
            vertical-align: -4px;
        }

    .culture-main-right-container .date{
        font-family: jubilat;
        font-size: 1.6rem;
        font-weight: 200;
        color: #c1a05d;
        padding: 0px 5%;
    }

        .culture-main-right-container .date .arrow{
            background-image: none;
            display: inline-block;
            height: 25px;
            right: 10px;
            text-align: center;
            vertical-align: -5px;
            width: 25px;
        }



            .culture-main-right-container .date .arrow   span{
                border-top: 1px solid #c1a05d;
                display: block;
                height: 1px;
                margin-left: 6px;
                margin-top: 11px;
                width: 10px;
                position: relative;
            }


                .culture-main-right-container .date .arrow  span:before{
                    border-top: 1px solid #c1a05d;
                    content: " ";
                    height: 1px;
                    position: absolute;
                    right: 0;
                    top: -4px;
                    transform: rotate(45deg);
                    width: 6px;
                }

                .culture-main-right-container .date .arrow  span:after{
                    border-top: 1px solid #c1a05d;
                    content: " ";
                    height: 1px;
                    position: absolute;
                    right: 0;
                    top: 2px;
                    transform: rotate(-45deg);
                    width: 6px;
                }

    .culture-main-right-container  .titre{
        font-family:"proxima-nova";
        line-height: 1.2;
        color: #1a1a1a;
        font-size: 1.2rem;
        padding: 6px 5%;
    }

    .culture-main-right-container .txt{
        font-family:"ff-tisa-web-pro";
        color: #333;
        font-size: 0.9rem;
        padding: 10px 5%;
    }


    .culture-main-right-container  .place{
        font-family: franklin-gothic-urw;
        color: #b3b3b3;
        font-size: 0.8rem;
        padding-top: 5px;
        padding-bottom: 45px;
        padding-left:5%;
        padding-right:5%;
    }

    .culture-main-right-container img{
        width: 100%;
        height: auto;
    }


    .page404-main{
        background: transparent none repeat scroll 0 0;
        margin: 0 auto 45px;
        max-width: 720px;
        padding-top: 45px;
    }

    .page404-main .page404border{
        background-image: url(../images/page-404-border.svg);
        background-size: 100% 100%;
        background-position: center;
        max-width: 720px;
        height: 240px;
        position: relative;
        margin: auto;
        text-align: center;
    }

        .page404-main .page404border .title{
            color: #333333;
            font-family: jubilat;
            font-size: 6rem;
            font-weight: 600;
            line-height: 1;
            padding-top: 30px;
            text-align: center;
            width: 100%;
        }

        .page404-main .page404border .subtitle{
            font-family: franklin-gothic-urw;
            color: #333333;
            font-size: 2rem;
        }

    .page404-main .back{
        background: #FFF;
        margin-top: 15px;
    }

    .page404-push .header{
        /*border-top: 4px solid #1a1a1a;*/
        background: #FFF;
        margin-bottom: 25px;
    }

.page404-push .header .logo-subtitle {
    display: inline-block;
    font-family: jubilat;
    font-size: 1.6rem;
    font-weight: 400;
    padding-left: 10px;
    vertical-align: -17px;
}

    .page404-push-container{
        background: #FFF;
    }

.headerlive{
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 100%;
    text-align: center;
    width: 65px;
}

.headerlive-border{
    border: 1px solid #dadada;
    border-radius: 50%;
    height: 50px;
    padding-top: 12px;
    width: 50px;
}

    .headerlive-border .icon{
        stroke:#333;
        transition: stroke 300ms;
    }
        .headerlive-border:hover .icon{
            stroke:#ef183d;
        }

@media (max-width: 1100px) {

    .social-banner .logo{
        margin-left: 1%;
    }
}

@media  (max-width: 600px) {

    .abonnement-btn{ display:none;}
    .header-rubric .logo-rubric-txt {
        font-size: 1.2rem;
        vertical-align: -14px;
    }
}

/* @end ELEMENT */

/* @group ELEMENT */



/* @end ELEMENT */

/* @group QTIP */

.qtip {
    position: absolute;
    left: -28000px;
    top: -28000px;
    display: none;
}

    .qtip-content {
        position: relative;
        overflow: hidden;
    }

    .qtip .qtip-tip {
        margin: 0 auto;
        overflow: hidden;
        z-index: 10;
    }

    x:-o-prefocus, .qtip .qtip-tip {visibility: hidden;}
    .qtip .qtip-tip,
    .qtip .qtip-tip .qtip-vml,
    .qtip .qtip-tip canvas {position: absolute; color: #123456; background: transparent; border: 0 dashed transparent;}
    .qtip .qtip-tip canvas {top: 0; left: 0;}
    .qtip .qtip-tip .qtip-vml {behavior: url(#default#VML); display: inline-block; visibility: visible;}

/* Default tooltip style */

.qtip-default{
    border: 1px solid #bfbfbf;
    background-color: #fff;
    /*color: #555;*/
}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.qtip-focus{}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.qtip-hover{}


/* @end QTIP */

/* @group SOCIAL BUTTONS */

.social-buttons {

}

    .social-buttons div {
        display: inline-block;
        margin-right: 10px;
    }

    .social-buttons .fb > div > span {
        vertical-align: inherit !important;
    }

    .social-buttons .tw {
        width: 110px;
    }

/* @end SOCIAL BUTTONS */

/* @group GLOBAL ALERTS */

.global-alert {
    color: #222;
    background-color: #FFF3B8;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1000;
    font: 300 1em/1.3em Helvetica, sans-serif;
    padding: 1.2em 0 1.6em;
}

    .global-alert p {margin: 0 0 0.6em;}
    .global-alert p:last-of-type {margin-bottom: 0;}
    .global-alert a:hover {color: #9d8511;}

    .global-alert .global-alert-close {
        cursor: pointer;
        display: block;
        font-size: 16px;
        padding: 3px 7px 4px;
        position: absolute;
        right: 6px;
        top: 6px;
        line-height: 18px;
    }

    .global-alert .global-alert-close:hover {background-color: #e4c00f; color: #fff;}
    .global-alert .global-alert-close:active {background-color: #766203; color: #fff;}

    .global-alert-close-handler:checked + .global-alert {display: none;}

/* @end GLOBAL ALERTS */

/* @group PAGES */

    /* @group PAGE */



    /* @end PAGE */

/* @end PAGES */

/* @group FONT-FACES */

@font-face {
    font-family: "Fontname";
    font-weight: normal;
    font-style: normal;
    src: url("fonts/fontname-webfont.woff") format("woff"); /* or url(data:application/x-font-woff;base64,………) */
}

/* @end FONT-FACES */

/* @group PRINT */

@media print {

    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {text-decoration: underline;}
    a[href]:after {content: " (" attr(href) ")";}
    abbr[title]:after {content: " (" attr(title) ")";}
    .visual-ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {content: "";}
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid;}

    thead {display: table-header-group;}
    tr, img {page-break-inside: avoid;}
    img {max-width: 100% !important;}

    p, h2, h3 {orphans: 3; widows: 3;}
    h2, h3 {page-break-after: avoid;}

}

/* @end PRINT */

/* @group DEBUG *
element:nth-child(even) {background-color: rgba(255, 154, 242, 0.2);}
element:nth-child(odd) {background-color: rgba(115, 254, 228, 0.2);}
/* @end DEBUG */

/*  @group BLOCS PAGE */

            .guidelines .wide-section-box {
                max-width: 1400px;
                margin: 0 auto;
                margin-bottom: 60px;
            }

            .guidelines .section-box {
                position: relative;
                max-width: 1180px;
                margin: 0 auto;
            }

            .guidelines .section-box + .section-box {
                margin-top: 70px;
            }

                .guidelines .section-box .section-content.box-border::before {
                    position: absolute;
                    content: " ";
                    height: 4px;
                    width: 100%;
                    left: 0;
                    top: 26px;
                    background-color: #1a1a1a;
                }

                .guidelines .section-title {
                    font-size: 1.2rem;
                    text-transform: uppercase;
                    color: #B3B3B3;
                }

                .guidelines .section-content {
                    background-color: #fff;
                    border: 1px solid #dedede;
                    padding: 6% 4% 4%;
                }

                .guidelines .section-content.no-padding {
                    padding: 0;
                }

                    .guidelines .section-content div {
                        position: relative;
                        margin: 10px 0;
                    }

                    .guidelines .section-content div.min-height {
                        min-height: 40px;
                    }

                    .guidelines .section-content table td {
                        min-width: 300px;
                    }

                    .guidelines h1{
                        font-family: ff-tisa-web-pro;
                        font-size: 2.5rem;
                        font-weight: 400;
                        line-height: 0.9;
                        text-align: left;
                    }
                    .guidelines h2{
                        font-family: franklin-gothic-urw;
                        font-size: 1.8rem;
                        font-weight: 500;
                        line-height: 0.9;
                        padding-bottom: 5px;

                    }
                    .guidelines h3{

                    }
                    .guidelines h4{
                        font-family: franklin-gothic-urw;
                        font-size: 1.2rem;
                        font-weight: 600;
                        line-height: 0.9;
                        padding-bottom: 5px;
                        text-transform: uppercase;
                    }

                    .guidelines .chapo{
                        font-family: franklin-gothic-urw;
                        color: #666666 ;
                        font-size: 1.7rem;
                        line-height: 1.2;
                        padding: 0% 10% 35px 0;
                        text-align: left;
                    }

                    .guidelines div.text-container {
                        width: 62%;
                        margin-left: 80px;
                    }

                        .guidelines p{
                            color: #353535;
                            display: inline-block;
                            font-family: "ff-tisa-web-pro";
                            font-size: 1.2rem;
                            width: 100%;
                        }

                        .guidelines p.quote, blockquote {
                            font-size: 1.625rem;
                            font-style: italic;
                            line-height: 1.2em;
                            margin: 20px 40px 20px;
                        }

                        .guidelines .text-container p:last-of-type::after {
                            content: "";
                            display: inline-block;
                            vertical-align: 0px;
                            width: 10px;
                            height: 10px;
                            margin-left: 4px;
                            border-radius: 50%;
                            background-color: #333;
                        }

                    .guidelines a{
                        font-family: "franklin-gothic-urw";
                        font-size: 1.2rem;
                        width: 100%;
                        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, currentcolor 50%);
                        background-position: 0 95%;
                        background-repeat: no-repeat;
                        background-size: 100% 0.12em;
                        color: #e63323;
                        padding-bottom: 0.1em;
                        text-decoration: none;
                        transition: opacity 300ms ease 0s;
                    }

                        .guidelines a:hover{
                            opacity: 0.65;
                        }

                    .guidelines div.keywords {
                        border: 1px solid #dddddd;
                        border-radius: 4px;
                        color: #666;
                        display: inline-block;
                        font-family: franklin-gothic-urw;
                        padding: 5px 15px;
                        margin-right: 5px;
                    }

                    .guidelines .tag-radius-transparent {
                        background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
                        border: 1px solid #fff;
                        border-radius: 4px;
                        color: #fff;
                        display: inline-block;
                        font-family: franklin-gothic-urw;
                        font-size: 1rem;
                        height: 38px;
                        padding: 3px 25px 0;
                        text-decoration: none;
                        transition: background-color 300ms ease 0s;
                        width: auto;
                    }

                        .guidelines .tag-radius-transparent:hover {
                            background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
                            opacity: 1;
                        }

                    .guidelines ul{
                        padding-left: 20px;
                    }
                    .guidelines li{
                        color: #353535;
                        font-family: franklin-gothic-urw;
                        font-size: 1.2rem;
                    }

                    .guidelines .bullet-list li{
                        list-style-type: circle;
                    }

                    .guidelines ol.numbered-list {
                      list-style-type: none;
                      counter-reset: item;
                      margin: 0;
                      padding: 0;
                    }

                     .guidelines ol.numbered-list li {
                      display: table;

                      margin-bottom: 0.6em;
                    }

                     .guidelines ol.numbered-list li:before {
                        content: counters(item, ".") ". ";
                        counter-increment: item;
                        font-weight: 800;
                        display: table-cell;
                        padding-right: 0.6em;
                    }

                    .guidelines ol.numbered-list li li {
                        margin: 0;
                    }

                    .guidelines ol.numbered-list li li:before {
                        content: counters(item, ".") ". ";
                        counter-increment: item;
                        font-weight: 400;
                    }


                    .guidelines .copyright {
                        color: #b3b3b3;
                        font-family: franklin-gothic-urw;
                        font-size: 0.9rem;
                        padding: 10px;
                        text-align: right;
                        width: 100%;
                    }

                    .guidelines .meta-article {
                        text-align: left;
                    }

                        .guidelines .meta-article a {
                            color: #333;
                            font-family: "jubilat";
                            background-image: none;
                        }

                    .guidelines .author-article .author {
                        font-family: "jubilat";
                        background-image: none;
                    }

                    .guidelines .tag {
                        color: #666;
                        font-family: franklin-gothic-urw;
                        font-size: 1rem;
                        text-align: left;
                        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, currentcolor 50%);
                        background-position: 0 95%;
                        background-repeat: no-repeat;
                        background-size: 100% 0.12em;
                        padding-bottom: 0.2em;
                        line-height: 1.6;
                        text-decoration: none;
                    }

                    .guidelines .precision {
                        color: #B3B3B3;
                        font-size: 0.75em;
                    }

                    .guidelines .precision.comment {
                       position: relative;
                       padding-left: 30px;
                       margin-left: 20px;
                       display: inline-block;
                    }

                        .guidelines .precision.comment::before {
                            position: absolute;
                            content: "";
                            width: 25px;
                            height: 2px;
                            left: 0;
                            top: 7px;
                            background-color: #f2f2f2 ;
                        }

                        .guidelines .infos-article.precision {
                            float: right;
                            border: 2px solid #ddd;
                            margin-top: 0;
                            padding: 10px;
                            max-width: 380px;
                        }

                    .guidelines h1 .nb {
                        color: #ef183d;
                        font-family: jubilat;
                        font-size: 1.9rem;
                        font-weight: 300;
                        padding-right: 10px;
                    }

                    .guidelines h1 .spe {
                        font-family: franklin-gothic-urw-cond;
                        color: #ef183d;
                        font-size: 2rem;
                        padding-right: 10px;
                        text-transform: uppercase;
                        letter-spacing: 0.1rem;
                    }

                    .guidelines .red-category-tag {
                        color: #fff;
                        background: #EF183D;
                        text-transform: uppercase;
                        font-size: 1rem;
                        font-weight: 600;
                        padding: 5px 15px;
                        margin-right: 15px;
                        font-family: "franklin-gothic-urw-cond";
                    }

                    .guidelines .blue-category-tag {
                        color: #00B3E2;
                        border: 2px solid #00B3E2;
                        text-transform: uppercase;
                        background-image: none;
                        font-size: 0.875em;
                        padding: 0 10px;
                        margin-right: 10px;
                        line-height: 1.3;
                        letter-spacing: 0.1em;
                        font-family: "franklin-gothic-urw-cond";
                    }

                    .guidelines .example-video {
                        position: relative;
                        width: 450px;
                        height: 300px;
                        background-color: #808080;
                    }

                    .guidelines .example-video + div {
                       margin-bottom: 30px;
                    }

                        .guidelines .example-video .icon {
                            position: absolute;
                            bottom: 25px;
                            left: 20px;
                            opaciy: 1;
                            transition: opacity 300ms;
                        }

                    .guidelines .tw-logo,
                    .guidelines .fb-logo {
                        margin-right: 20px;
                        line-height:16px;
                    }

                    .guidelines .tw-logo {
                        text-align: center;
                        padding-top: 16px;
                    }
                    .guidelines .fb-logo {
                        text-align: center;
                        padding-top: 15px;
                    }

                    .guidelines .media-icon {
                        background-image: none;
                    }

                    .guidelines .action {
                        display: inline-block;
                        background: #b3b3b3;
                        border-top-left-radius: 4px;
                        border-top-right-radius: 4px;
                        padding: 6px 12px;
                        color: #FFF;
                        font-size: 1.25rem;
                        text-decoration: none;
                        border-bottom: 4px solid #666666;
                        text-transform: none;
                    }

                    .guidelines .action a {
                        background-image: none;
                        color: currentColor;
                        font-family: "franklin-gothic-urw";
                    }

                    .guidelines .social a {
                        background-image: none !important;
                        color: #fff !important;
                        display: inline-block;
                        font-family: franklin-gothic-urw;
                        font-size: 0.9rem;
                        opacity: 1;
                        padding: 4px 10px;
                        text-decoration: none;
                        text-transform: uppercase;
                        transition: opacity 300ms ease 0s;
                        width: 140px;
                        line-height: 1.6;
                    }

                    .guidelines .sub {
                        background: #ef183d none repeat scroll 0 0;
                        border: 0 none;
                        border-radius: 4px;
                        color: #fff;
                        font-family: franklin-gothic-urw;
                        font-size: 1.1rem;
                        font-weight: 600;
                        opacity: 1;
                        padding: 15px 20px;
                        text-transform: uppercase;
                        transition: background-color 300ms ease 0s;
                    }

                    .guidelines .section-box .plus {
                        position: relative;
                        /*float: left;*/
                        display: inline-block;
                        width: 18px;
                        height: 18px;
                        border: 1px solid #000;
                        border-radius: 50%;
                        margin-right: 10px;
                    }

                        .guidelines .section-box .plus::before {
                            border-left: 1px solid #333333;
                            content: " ";
                            height: 10px;
                            left: 7px;
                            position: absolute;
                            top: 3px;
                            width: 0;
                            -webkit-transition: transform .3s;
                            transition: transform .3s;
                        }

                        .guidelines .section-box .plus.expand::before {
                                -webkit-transform: rotate(90deg);
                                        transform: rotate(90deg);
                        }

                        .guidelines .section-box .plus::after {
                            border-bottom: 1px solid #333333;
                            content: " ";
                            width: 10px;
                            left: 3px;
                            position: absolute;
                            top: 8px;
                        }

                    .guidelines .link {
                        border: 1px solid #808080;
                        border-radius: 50%;
                        bottom: 10px;
                        height: 25px;
                        position: absolute;
                        left: 0;
                        width: 25px;
                        text-align: center;
                        transition: opacity 300ms;
                        background-image: none;
                    }

                        .guidelines .link span {
                            border-top: 1px solid #808080;
                            display: block;
                            height: 1px;
                            margin-left: 6px;
                            margin-top: 11px;
                            width: 10px;
                            position: relative;
                        }

                            .guidelines .link span::before {
                                border-top: 1px solid #808080;
                                content: " ";
                                height: 1px;
                                position: absolute;
                                right: 0;
                                top: -4px;
                                transform: rotate(45deg);
                                width: 6px;
                            }

                            .guidelines .link span::after {
                                border-top: 1px solid #808080;
                                content: " ";
                                height: 1px;
                                position: absolute;
                                right: 0;
                                top: 2px;
                                transform: rotate(-45deg);
                                width: 6px;
                            }

                    .guidelines .button {
                        color: #808080;
                        text-decoration: none;
                        background: #f7f7f7;
                        border: 1px solid #e6e6e6;
                        border-radius: 5px;
                        font-size: 0.85rem;
                        padding: 5px 10px;
                        margin-top: 20px;
                        height: auto;
                        width: auto;
                        font-family: "franklin-gothic-urw";
                    }

                    .guidelines div.modify {
                        display: inline-block;
                        margin: 0;
                        min-height: auto;
                    }

                    .guidelines .modify a {
                        color: #808080;
                        text-decoration: none;
                        background: #f7f7f7;
                        border: 1px solid #e6e6e6;
                        border-radius: 5px;
                        font-size: 0.85rem;
                        padding: 5px 10px;
                        font-family: "franklin-gothic-urw";
                        /*vertical-align: -8px;*/
                    }

                        .guidelines .modify .icon{
                            margin-right: 8px;
                            margin-top: -4px;
                        }

                    .guidelines .forward {
                        display: block;
                        height: 60px;
                        max-width: 460px;
                        border: 1px solid #e6e6e6;
                        color: #333;
                        text-transform: uppercase;
                        text-decoration: none;
                        font-family: franklin-gothic-urw-cond;
                        font-weight: 600;
                        letter-spacing: 0.1rem;
                        background-image: none;
                    }

                        .guidelines .forward .arrow {
                            border-top: 2px solid #333;
                            display: inline-block;
                            height: 0;
                            margin-left: 20px;
                            margin-right: 5px;
                            margin-top: 35px;
                            position: relative;
                            transform: rotate(135deg);
                            width: 22px;
                            transition: margin 300ms;
                        }

                            .guidelines .forward .arrow::before {
                                border-top: 2px solid #333;
                                content: " ";
                                height: 0;
                                left: -10px;
                                margin-top: 25px;
                                position: absolute;
                                top: -17px;
                                transform: rotate(90deg);
                                width: 22px;
                            }

                        .guidelines .forward .txt {
                            display: inline-block;
                            padding-left: 15px;
                            vertical-align: 2px;

                        }

                    .guidelines .back {
                        display: block;
                        height: 60px;
                        border: 1px solid #e6e6e6;
                        color: #333;
                        text-transform: uppercase;
                        text-decoration: none;
                        font-family: franklin-gothic-urw-cond;
                        font-weight: 600;
                        letter-spacing: 0.1rem;
                        background-image: none;
                    }

                        .guidelines .back .arrow {
                            border-top: 2px solid #333;
                            display: inline-block;
                            height: 0;
                            margin-left: 15px;
                            margin-top: 22px;
                            position: relative;
                            transform: rotate(-45deg);
                            width: 22px;
                        }

                            .guidelines .back .arrow::before {
                                border-top: 2px solid #333;
                                content: " ";
                                height: 0;
                                left: -10px;
                                margin-top: 25px;
                                position: absolute;
                                top: -17px;
                                transform: rotate(90deg);
                                width: 22px;
                            }

                        .guidelines .back .txt {
                            display: inline-block;
                            padding-left: 15px;
                            vertical-align: -10px;
                        }

                    .guidelines .section-box .more-of {
                        padding: 0;
                        margin-bottom: 40px;
                        margin-top: 20px;
                    }

                    .guidelines .more-of .section {
                        font-family: "franklin-gothic-urw";
                    }

                    .guidelines .example-large-picture {
                        width: 880px;
                        display: inline-block;
                        vertical-align: middle;
                    }

                        .guidelines .example-large-picture .picture {
                            position: relative;
                            max-width: 880px;
                            height: 350px;
                            background-color: #808080;
                            margin-bottom: 0;
                        }

                        .guidelines .example-large-picture .copyright {
                            margin-top: 0;
                        }

                    .guidelines .example-article-picture {
                        max-width: 450px;
                        display: inline-block;
                        vertical-align: middle;
                    }

                        .guidelines .example-article-picture .picture {
                            position: relative;
                            max-width: 450px;
                            height: 300px;
                            background-color: #808080;
                            margin-bottom: 0;
                        }

                        .guidelines .example-article-picture .legend {
                            margin-top: 10px;
                            font-family: "franklin-gothic-urw";
                            font-weight: 400;
                            color: #b3b3b3;
                        }

                    .guidelines div.gallery {
                        max-width: 1200px;
                        margin: 0 auto;
                        overflow: hidden;
                    }

                    .guidelines div.gallery div {
                        margin: 0;
                    }

                        .guidelines .gallery .gallery-img {
                        }

                            .guidelines .gallery .gallery-img img {
                                width: 100%;
                                height: auto;
                            }

                        .guidelines .gallery .gallery-content {
                            background-color: #f2f2f2;
                            margin: 0;
                            padding: 20px 20px 0 30px;
                        }

                            .guidelines .gallery .gallery-content .left {
                                display: inline-block;
                                width: 49%;
                            }

                                .guidelines .gallery .legend {
                                    font-family: "franklin-gothic-urw";
                                    color: #808080;
                                    margin-top: 10px;
                                }

                            .guidelines .gallery .gallery-content .right {
                                display: inline-block;
                                width: 49%;
                                vertical-align: top;
                            }

                                .guidelines .gallery ul li {
                                    position: relative;
                                    display: inline-block;
                                    width: 130px;
                                    height: 65px;
                                    margin-right: 2px;
                                    background-color: #4d4d4d;
                                }

                                .guidelines .gallery ul li.active::before {
                                    position: absolute;
                                    content: "";
                                    width: 100%;
                                    height: 6px;
                                    bottom: 0;
                                    left: 0;
                                    right: 0;
                                    background-color: #EF183D;
                                }

                            .guidelines .header {
                                height: 60px;
                                font-family: jubilat;
                                font-size: 1.6rem;
                                color: #333333;
                                padding: 8px 20px;
                                border-bottom: 1px solid #dddddd;
                                position: relative;
                                margin: 0;
                            }

                                .guidelines .box-content {
                                    padding: 2% 3%;
                                }

                                .guidelines .box-content p:nth-child(2) {
                                    margin-bottom: 20px;
                                }

                                    .guidelines div.box-push-container {
                                        max-width: 1180px;
                                        margin: 0 auto;
                                    }

                                        .guidelines .box-push:first-child {
                                            margin-left: 0;
                                        }

                                        .guidelines div.box-push {
                                            width: 23.7%;
                                            margin-left: 1.7%;
                                            margin-bottom: 25px;
                                            float: left;
                                            margin-top: 0;
                                        }

                                            .guidelines div.box-push a {
                                                background-image: none;
                                                height: auto;
                                            }

                                            .guidelines div.box-push p {
                                                text-align: left;
                                                padding-left: 6%;
                                            }

                                            .guidelines div.box-push p:nth-child(2) {
                                                margin-bottom: 0;
                                            }

                                        .guidelines div.box-push-block-nocat {
                                            height: auto;
                                            margin-top: 0;
                                            margin-bottom: 0;
                                            padding-bottom: 20px;
                                        }

                            .guidelines div.modify-box {
                                margin-bottom: 20px;
                            }

                            .guidelines .modify-box.smaller {
                                width: 70%;
                            }

                            .guidelines .modify-box label {
                                display: block;
                                color: #808080;
                                font-family: "franklin-gothic-urw";
                                font-size: 1.2em;
                            }

                            .guidelines .modify-box input[type='password'] {
                                display: inline-block;
                                border: 2px solid #b3b3b3;
                                height: 40px;
                                width: 40%;
                                margin-top: 10px;
                                font-size: 1.2em;
                                letter-spacing: 0.2em;
                                padding-left: 5px;
                                margin-right: 10px;
                            }

                            .guidelines .modify-box input[type='text'] {
                                display: block;
                                border: 2px solid #b3b3b3;
                                height: 40px;
                                width: 40%;
                                margin-top: 10px;
                                font-family: "franklin-gothic-urw";
                            }

                            .modify-box.checkbox {
                                height: 70px;
                            }

                            .guidelines .modify-box.checkbox label:first-child {
                                margin-bottom: 20px;
                            }

                            .modify-box input[type='checkbox'] {
                                position: absolute;
                                background: transparent;
                                /*-webkit-appearance: none;
                                -moz-appearance: none;
                                appearance: none;*/
                                width: 20px;
                                height: 20px;
                                margin-top: 0;
                                z-index: 20;
                            }

                            .modify-box input[type='checkbox']:checked + label::after {
                                background-color: #8e8e8e;
                            }

                                .modify-box input[type='checkbox'] + label {
                                    position: relative;
                                    float: left;
                                    margin-right: 25px;
                                    margin-left: 20px;
                                    padding-left: 10px;
                                }

                                .modify-box input[type='checkbox'] + label::before {
                                    content: "";
                                    position: absolute;
                                    width: 20px;
                                    height: 20px;
                                    background-position: center center;
                                    top: 0px;
                                    right: 5px;
                                    left: -20px;
                                    border: 2px solid #8E8E8E;
                                }

                                .modify-box input[type='checkbox'] + label::after {
                                   content: "";
                                   position: absolute;
                                   width: 6px;
                                   height: 6px;
                                   background-position: center center;
                                   top: 8px;
                                   right: 5px;
                                   left: -13px;
                                   border-radius: 3px;
                                }

                            .modify-box span.wrong-field {
                                font-family: "franklin-gothic-urw";
                                font-size: 0.75rem;
                                font-weight: 600;
                                color: #EF183D;
                                background-color: #fde7eb;
                                padding: 4px 15px;
                                margin-left: 20px;
                            }

                    .alert-band {
                        width: 100%;
                        min-height: 65px;
                        padding: 0px 15px 10px;
                        border-left: 3px solid currentcolor;
                        border-right: 3px solid currentcolor;
                        margin:0 0 30px 0;
                    }

                    .alert-band.error {
                        color: #EF183D;
                        background-color: #fde7eb;
                    }

                    .alert-band.success {
                        color: #333;
                        background-color: #e9f9f5;
                    }

                    .alert-band.warning {
                        color: #FF9066;
                        background-color: #fff4ef;
                    }

                        .alert-band .icon {
                            display: inline-block;
                            margin: 20px 10px 0 20px;
                        }

                        .alert-band span {
                            display: inline-block;
                            text-align: center;
                            vertical-align: bottom;
                            font-family: "franklin-gothic-urw";
                            font-size: 1.4rem;
                            font-weight: normal;
                        }

                    .guidelines .field {
                        padding: 1%;
                        border-bottom: 1px solid #dddddd;
                        font-family: "franklin-gothic-urw";
                        line-height: 1.2em;
                    }

                    .guidelines .field:first-child {
                        border-top: 1px solid #dddddd;
                    }

                        .guidelines .field .modify {
                            float: left;
                            width: 15%;
                        }

                            .guidelines .field .modify a {
                                vertical-align: -8px;
                            }

                            .guidelines .modify select {
                                font-family: "franklin-gothic-urw";
                            }

                        .guidelines .field .label-and-value {
                            float: left;
                            width: 80%;
                            font-size: 1.2rem;
                            margin: 0;
                        }

                            .guidelines .field .label-and-value label {
                                color: #808080;
                                display: inline-block;
                            }

                        .guidelines .label-and-value .modify-box .select-box::before {
                            border-left: 2px solid #b3b3b3;
                            content: " ";
                            height: 40px;
                            position: absolute;
                            right: 40px;
                            top: 0;
                            z-index: 3;
                        }

                        .guidelines .label-and-value .modify-box .select-box::after {
                            border-color: #ef183d transparent currentcolor;
                            border-style: solid solid none;
                            border-width: 12px 9px 0;
                            bottom: 14px;
                            content: " ";
                            display: block;
                            height: 1px;
                            right: -8px;
                            margin-left: 15px;
                            margin-right: 20px;
                            position: absolute;
                            transform: scale(1.1);
                            vertical-align: 6px;
                            width: 1px;
                        }

                        .guidelines .label-and-value .modify-box select {
                            display: block;
                            border: 2px solid #b3b3b3;
                            height: 40px;
                            width: 100%;
                            padding-left: 5px;
                            -webkit-appearance: none;
                            -moz-appearance: none;
                            appearance: none;
                            border-radius: 0px;
                            background: #FFF;
                            position: relative;
                        }

                    .guidelines div.social-banner {
                        padding: 0;
                        display: inline-block;
                    }

                        .social-banner .form-newsletter {
                            position: relative;
                        }

                        .guidelines .social-banner .form-newsletter {
                            margin-top: 0;
                        }

                        .social-banner .form-newsletter .select-box {
                            position: relative;
                            display: inline-block;
                            width: 25%;
                            margin-right: 10px;
                        }

                        .social-banner .form-newsletter .select {
                            border: 1px solid #b3b3b3;
                            height: 40px;
                            width: 100%;
                            -webkit-appearance: none;
                            -moz-appearance: none;
                            appearance: none;
                            border-radius: 0px;
                            background: #FFF;
                            position: relative;
                        }

                        .guidelines .social-banner .form-newsletter .select {
                            margin-left: 0;
                        }

                            div.social-banner .form-newsletter .select-box::after {
                                border-color: #ef183d transparent currentcolor;
                                border-style: solid solid none;
                                border-width: 12px 9px 0;
                                bottom: 18px;
                                content: " ";
                                display: block;
                                height: 1px;
                                right: -8px;
                                margin-left: 0;
                                margin-right: 10px;
                                position: absolute;
                                transform: scale(0.6);
                                vertical-align: 6px;
                                width: 1px;
                            }


                .loader {
                    position: relative;
                    height: 40px;
                }

                    .loader span {
                        background-color: #ec1e42;
                        width: 40px;
                        height: 40px;
                        border-radius: 50%;
                        display: inline-block;
                        margin-right: 20px;
                        transition: width .1s;
                        /*-webkit-animation: grow 1s infinite alternate;
                                animation: grow 1s infinite alternate;*/
                    }

                    .loader span:first-child,
                    .loader span:last-child {

                    }

                    .loader span:nth-child(2) {

                    }

                @-webkit-keyframes grow {
                    0%   {width: 12px; height: 12px;}
                    100% {width: 40px; height: 40px;}
                }

                @keyframes grow {
                    0%   {width: 12px; height: 12px;}
                    100% {width: 40px; height: 40px;}
                }




        /*  @end BLOCS PAGE */




.wp-post-image{ width:100%; /*height:100%; */ }

.footer .subtitle {
    font-family: franklin-gothic-urw-cond;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 0.08rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 300ms ease 0s;
    padding-top: 6px;
    color: #EF183D;
    word-spacing: 5px;
    position: absolute;
    left: -14px;
}

.box-push-block-bycat{ position:relative; }

.more-of-container span.loading{
/*
    background: transparent url("../images/landing/loading.gif") no-repeat scroll 0% 0%;
    width: 220px;
    height: 20px;
    position: absolute;
    top: 30%;
    right: 0;
    display:none;
*/
    background: transparent url("../images/landing/loading.gif") no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 24%;
    right: 15px;
    display: none;
    background-size: 100% 100%;
}

  .user_connect_box{display:none;border: 1px solid #DADADA;padding: 20px 20px;position: fixed;z-index: 500;right: 0;top: 64px;background: #fff;}
    .user_connect_box .container{width: 300px;}
    .user_connect_box .container .title{color: #EF183D;font-size: 20px;margin: 0 0 11px 0;}
    .user_connect_box .container .modify-box{text-align: left;width: 100%;margin: 15px 0 0 00px;}
    .user_connect_box .container span.status{color: #EF183D;}
    .user_connect_box .container input[type=text],.user_connect_box .container input[type=password]{padding-left: 5px;font-size: inherit !important;letter-spacing: inherit !important;display: inline-block !important;margin-top: 0px;width: 100% !important;margin: 0 0 10px 0 !important;}
    .user_connect_box .container input[type=button]{transition: all 400ms linear 0s; margin-top: 0px !important;float: right;padding: 8px 25px;font-size: 15px;}
    .user_connect_box .container input[type=button]:hover{color:#fff; background: #EF183D none repeat scroll 0px 0px;}
    .user_connect_box .container .signup{transition: all 400ms linear 0s;display: block;margin: 40px 0px 0px;text-align: center;padding: 10px 0px !important;ont-size: 16px;}
    .user_connect_box .container a{font-size: 14px;}
    .user_connect_box .container .thumbnail{float: left;border: 1px solid #DADADA;padding: 1px;margin: 0;}
    .user_connect_box .container .infos{float: left;margin: 0px 0px 0px 15px;display: block;width: 217px;}
    .overlay-user-login{width: 100%;height: 100%;position: fixed;left: 0px;top: 65px;z-index: 400;cursor: pointer;display: none;transition: background-color 500ms ease-out 0s;background-color: transparent;background-color: rgba(0, 0, 0, 0.5);}
    .connect{cursor: pointer;}
    .user_connected_icon{stroke:#EF183D !important;}

.choice .icon-loading .icon{
    transition: all 1s ease;
    stroke: #000;
    fill: #000;
}

.push-article{
    margin-bottom: 2em;
}

.dispo-container{
    position:relative;
}

/*.header-rubric > .logocontainer .highlight-rub {    background: #C1A05D none repeat scroll 0px 0px;
    color: #FFF !important;
    fill: #FFF !important;
    font-family: "proxima-nova" !important;
    font-size: 1.3rem !important;
    font-weight: 600 !important;
    margin-left: 15px;
    padding: 0px 8px;
    stroke: #FFF !important;
    vertical-align: -12px !important;
}
*/


/** LOAD MORE ADAPTATIVE STYLE **/
.enclair-wrapper .home-main{
    margin: 0 auto;
}

.enclair-wrapper .box-push-big-left, .enclair-wrapper .box-push-big-right{
    margin-top:0;
}

.enclair-wrapper .desintox-main-rubric{
    padding-top:0;
}

.single-grandangle .main-container, .grandangle-wrapper, .encontinu-wrapper, .enclair-main-rubric, .grandangle-others-container, .newsroom-wrapper, .encontinu-main-container, .box-push-author{
    margin-bottom: 2%;
}
.datadesk-container {
    padding-bottom: 3%;
}

#enclair_autocomplete{
  margin-top:0;
}

.post-type-archive-enclair .box-push-full-width{
  margin-top:0;
  padding-top:0;
}

.post-type-archive-enclair .enclair-push, .post-type-archive-datadesk > .enclair-push, .content-bottom{
    margin-top:2%;
}

.enclair-bottom > .enclair-push{margin-top:0;}

/** END LOAD MORE ADAPTATIVE STYLE **/

.video-main-rubric .more-of {margin-top: 3%;}

.album_photo {
    margin: 30px 0;
}
.album_photo .album_photo_preloader {

}
.album_photo .album_photo_thumbnails_wrapper {
    width: 90%;
    margin: auto;
    text-align: center;
}
.album_photo ul {
    list-style: none;
}
.album_photo li {
    display: inline-block;
    vertical-align: top;
    width: 22%;
}
.album_photo img {
    width: 100%;
    max-width: 100%;
    height: 88px;
}



/* @group CONNECT BOX */

.connect-box .sub-section .card-offer {
    width: 80%;
    margin: 0px auto;
    background-color: #FFF;
}
.connect-now {
    color: #ef183d;
    font-weight: bold;
}
.card-offer .offer-title {
    position: relative;
    background-color: #E9B441;
    color: #FFF;
    display: block;
    text-decoration: none;
    font-family: "jubilat";
    font-size: 1.2em;
    text-align: center;
    height: 30px;
    padding-top: 2px;
}

.card-offer .offer-content {
    text-align: center;
    font-family: "franklin-gothic-urw";
    font-size: 0.875em;
    color: #666;
    border-width: 0px 1px 1px;
    border-style: none solid solid;
    border-color: -moz-use-text-color #DEDEDE #DEDEDE;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    padding: 0px 15px;
}

.offer-content .choose {
    display: inline-block;
    position: relative;
    color: #FFF;
    background-color: #B3B3B3;
    text-transform: none;
    text-decoration: none;
    padding: 5px 20px;
    border-radius: 2px;
    margin: 15px 0px;
}

.offer-content .price {
    font-size: 2rem;
    font-family: "alternate-gothic-no-3-d";
    color: #333;
}

.offer-content div {
    border-bottom: 1px solid #DEDEDE;
    padding: 5px 0px;
    text-transform: uppercase;
}

        .modal-shadow {
            position: absolute;
            z-index: 200;
            top: 45px;
            width: 100%;
            left: 0;
            bottom: 0;
            background-color: rgba(0,0,0,0.8);
            left: -9999px;
            opacity: 0;
            -webkit-transition: opacity 100ms ease;
            transition: opacity 100ms ease;
        }

        .modal-shadow.show {
            left: 0;
            opacity: 1;
            cursor: pointer;
        }

        .connect-box {
            position: fixed;
            left: 50%;
            top: 100px;
            bottom: 15px;
            transform: translate(-50%);
            margin: auto;
            z-index: 500;
            width: 50%;
            overflow-x: hidden;
            overflow-y: auto;
            display: none;
            font-family: "franklin-gothic-urw";
            max-height: 380px;
            overflow: hidden;
        }

        .connect-section-form{
            width: 53%;
            background: #FFF none repeat scroll 0% 0%;
            float: left;
            padding: 5%;        }
        .connect-box.show {
            display: block;
        }

            .connect-box .close-icon {
                display: inline-block;
                position: absolute;
                border: none;
                background-color: transparent;
                padding: 0;
                float: right;
                width: 20px;
                height: 20px;
                right: 10px;
                top: 10px;
                opacity: .7;
                cursor: pointer;

            }

                .connect-box .close-icon::before,
                .connect-box .close-icon::after {
                    position: absolute;
                    content: "";
                    display: block;
                    width: 2px;
                    height: 20px;
                    left: 8px;
                    background-color: #333;
                }

                .connect-box .close-icon::before {
                    webkit-transform: rotate(45deg);
                            transform: rotate(45deg);
                }

                .connect-box .close-icon::after {
                    webkit-transform: rotate(135deg);
                            transform: rotate(135deg);
                }

            .connect-box .connect-section {
                padding: 25px 30px 0;
            }

                .connect-box .connect-section p:first-child {
                    font-size: 1.4rem;
                    margin-bottom: 10px;
                }

                .connect-box .connect-section p:last-child {
                    text-align: center;
                    margin: 5px 0;
                    color: #808080;
                }

                .connect-box .connect-section form {

                }

                    .connect-box .connect-section .field + .field {
                        margin-top: 10px;
                    }

                        .connect-box .connect-section .field input {
                            display: block;
                            width: 100%;
                            height: 42px;
                            line-height: 42px;
                            background-color: #fff;
                            border: none;
                            padding: 0 20px;
                            color: #000;
                            border: 1px solid #dedede;
                        }

                    .connect-box .connect-section .checkbox  {
                        position: relative;
                        margin: 15px 0 10px;
                    }

                        .connect-box .connect-section .checkbox input {
                            opacity: 0;
                            position: absolute;
                            top: 0;
                            left: 0;
                        }

                        .connect-box .connect-section .checkbox input:checked + label::after {
                            opacity: 1;
                        }

                        .connect-box .connect-section .checkbox label {
                            position: relative;
                            font-size: 0.9em;
                            line-height: 1.2em;
                            padding-left: 30px;
                            display: block;
                            cursor: pointer;
                            color: #000;
                        }

                        .connect-box .connect-section .checkbox label::before {
                            content: '';
                            display: block;
                            position: absolute;
                            top: 50%;
                            left: 0;
                            width: 18px;
                            height: 18px;
                            margin-top: -9px;
                            border: 1px solid #808080;
                        }

                        .connect-box .connect-section .checkbox label::after {
                            content: '';
                            display: block;
                            position: absolute;
                            top: 50%;
                            left: 5px;
                            width: 10px;
                            height: 10px;
                            background-color: #808080;
                            font-size: 7px;
                            margin-top: -4px;
                            opacity: 0;
                        }

                        .connect-box .connect-section input[type="submit"] {
                            width: 100%;
                            padding: 8px 0;
                            margin-top: 20px;
                            border: none;
                            background-color: #b3b3b3;
                            color: #fff;
                            border-radius: 4px;
                            font-size: 1rem;
                        }

                    .connect-box .connect-section form a {
                        font-size: 0.9rem;
                        float: right;
                    }

                    .connect-box .connect-section label {
                        color: #808080;
                    }

            .connect-box .sub-section {
                padding: 30px 0px;
                background: #FFF none repeat scroll 0% 0%;
                width: 45%;
                float: left;
                margin-left: 2%;
            }

                .connect-box .sub-section .card-offer {
                    width: 80%;
                    margin: 0 auto;
                    background-color: #fff;
                }

                .card-offer .offer-title span {
                    font-size: 1.2rem;
                    font-weight: 600;
                    margin-left: 5px;
                }

                .connect-box .sub-section .card-offer .price {
                    font-size: 1.56rem;
                    line-height: 1.2em;
                    padding-top: 15px;
                }

                    .connect-box .sub-section .card-offer .price p {
                        font-size: 0.875rem;
                        font-family: "franklin-gothic-urw";
                        text-transform: none;
                        line-height: 1em;
                    }

    /* @end CONNECT BOX */

.offlink{
    text-decoration: none;
}

.offlink:hover{
    text-decoration: underline;
}

img.aligncenter{
    margin-bottom: 1.4em;
    margin:auto;
}
img.alignleft{
    float:left;
    margin-right:1.4em;
    margin-bottom: 1.4em;
}

img.alignright{
    float:right;
    margin-left:1.4em;
    margin-bottom: 1.4em;
}

.preview-price{
    border: 1px solid rgb(221, 221, 221);
    margin: 7% 0px;
}

.preview-price .dh {
font-family: alternate-gothic-no-3-d;
font-size: 3rem;
color: #EAB532;
line-height: 1.4;
text-align: center;
border-bottom: 1px solid #EAB532;
}

.preview-price .per {
font-family: franklin-gothic-urw;
color: #666;
background: #F2F2F2 none repeat scroll 0% 0%;
text-align: center;
font-size: 1.5rem;
padding: 7%;
}

.loading_completed{
    /*padding-bottom: 50px;*/
}

body.single-post{
    background:#F2F2F2;
}

.text-barre{
    text-decoration:line-through;
}
.text-barre .ps-txt{
    text-decoration:none;
}

@-moz-document url-prefix() {
  .off-main-container .off-block .plus:after{ top: -3px; }
}

.video-push-box{
    padding-top:0 !important;
    /*margin-bottom:0 !important;*/
}

.datesep{
font-family: "Franklin Gothic Medium";
font-size: 1.2em;
text-align: center;
padding: 1% !important;
background: #F2F2F2 none repeat scroll 0% 0%;
border: 0 !important;
}

#user_signup_form {font-size: 1.2em;color: rgb(136, 136, 136);font-family: franklin-gothic-urw;}
#user_signup_form div{border-bottom: none;}
#user_signup_form div input{padding: 4px;display: inline-block;margin: 0px 0px 20px;border: 2px solid #B3B3B3;}
#user_signup_form div input:first-child,#user_signup_form div input:nth-child(3){margin-right: 3px}
#user_signup_form div input[type=password]{font-size: inherit; letter-spacing: inherit;}
#user_signup_form div input[type=text],
#user_signup_form div input[type=password],
#user_signup_form div input[type=email]{width: 19em;margin-right: 0em;}
#user_signup_form div input[type=checkbox]{display:none;}
#user_signup_form .not_checked{color:red;}
#user_signup_form p.float_paragraph{float:left;margin-right:3em;}
#user_signup_form small{color:#808080;}
#user_signup_form div #submitbtn{padding: 9px 30px;width: auto;margin: 0px auto;background: #CCCCCC;color: #fff;border: none;border-bottom: 3px solid #B3B3B3;border-radius: 3px 3px 0px 0px;font-size: 16px;margin:20px 0px 0;}
#user_signup_form .alert-band{display: none;}
#user_signup_form .success{display: block}
#user_signup_form .nl_options{color: rgb(0, 0, 0);}
#user_signup_form .nl_options div{clear:both;padding: 10px 0;}
.profil-main .guidelines h1{color:#EF183D; text-align: center;}


.push-box-offer .box-push-block {
  position: relative;
  background: #F3B200;
  padding: 15px 15px 0 15px;
  font-family: "Franklin Gothic Medium";
}
.push-box-offer .pushbox-offer-title {
  color: #fff;
  font-size: 2.3rem;
  line-height: 0.8;
}
.push-box-offer .pushbox-offer-txt {
  line-height: 1;
  margin-bottom: 20px;font-family:"franklin-gothic-urw-cond";
}
.push-box-offer .pushbox-offer-btn {
  display: inline-block;
    background: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 6px 12px;
    color: #222;
    font-family:"Franklin Gothic Medium";
    /* font-size: 1.25rem; */
    text-decoration: none;
    border: 0;
    border-bottom: 4px solid #666666;
    text-transform: none;
    font-size: 0.95rem;
  text-transform: uppercase;
}
.push-box-offer .pushbox-offer-btn:hover {
  border: 0;
  position: relative;
  top: 4px;
}
.push-box-offer .pushbox-offer-ps {
  text-align: right;
  font-size: 0.6rem;
  position: absolute;
  right: 5px;
  color: #444;
  bottom: 4px;
}
.push-box-offer img {
  margin: 23px 0 0 0;
}

.encontinu-post-list .encontinu-social{
  left: 1px;
  top: 25px;
  width: 42px;
}

.encontinu-post-list .fb{
  margin-top: 5px;
}

.encontinu-post-list:hover .encontinu-social{
  opacity: 1;
}

.tmp-msg {
    text-transform: none!important;
}

.h5ab-print-button:hover {
    color:#ef183d!important;
}


.live-content {
    min-height: 500px;
    background-image: url(images/loading.gif);
    background-repeat: no-repeat;
    background-position: center 100px;
}







/* V2 */


.home-main {
    background: transparent;
    max-width: 1180px;
    margin: 25px auto 35px auto ;
}

    .home-main-left{
        float: left;
        max-width: 700px;
        width: 39%;
    }

    .home-main-right{
        float: right;
        max-width: 700px;
        width: 60%;
    }

    .home-main-right .off-main-push-right ul{
        height: 800px;
        overflow: scroll;
        overflow-x: hidden;
    }

    .home-main-right .encontinu-main-push-right,
    .home-main-right .culture-main-push-right{
        margin-top: 33px;
    }


    .home-main-right .box-push{
        float: left;
        width: 48.5%;
        background: #FFF;
        height: 365px;
        position: relative;
        margin-bottom: 3%;
        margin-right: 3%;
    }

    .home-main-right .box-push.box-push-pub{
        padding-top: 30px;
        text-align: center;
    }

    .desintox-main-push-right .box-push.box-push-pub{
        text-align: center;
        padding-bottom: 20px;
    }

        .home-main-right .box-push.box-push-pub img,
        .desintox-main-push-right .box-push.box-push-pub img{
            display: inline-block;
        }

        .home-main-right .box-push.box-push-pub .pub,
        .desintox-main-push-right .box-push.box-push-pub .pub{
            color: #cecece;
            font-family: franklin-gothic-urw;
            font-size: 0.85rem;
            letter-spacing: 0.18rem;
            padding-top: 10px;
            text-transform: uppercase;
        }

    .home-main-right .box-push{
        float: left;
        width: 48.5%;
        background: #FFF;
        height: 365px;
        position: relative;
        margin-bottom: 3%;
        margin-right: 3%;
    }


    .home-main-right .box-push.box-push-pub{
        padding-top: 30px;
        text-align: center;
    }

        .home-main-right .box-push.box-push-pub-600{
            height: 750px;
            float: right;
        }


        .home-main-right .box-push.box-push-pub img{
            display: inline-block;
        }

        .home-main-right .box-push.box-push-pub .pub{
            color: #cecece;
            font-family: franklin-gothic-urw;
            font-size: 0.85rem;
            letter-spacing: 0.18rem;
            padding-top: 10px;
            text-transform: uppercase;
        }


        .home-main-right .box-push .img-mask{
            height: 190px;
            overflow: hidden;
            display: block;
        }
        .home-main-right .box-push:nth-child(2n){
            margin-right: 0%;
        }

        .home-main-right .box-push .global-box-push-container{
            padding: 4%;
        }

        .home-main-right .box-push .global-subtitle,
        .home-main-right .box-push .global-title{
            display: inline;
        }


.box-main-title{
    color: #333;
    display: block;
    font-family: franklin-gothic-urw-cond;
    font-size: 1.5rem;
    height: 40px;
    margin-bottom: 10px;
    line-height: 0.8;
    letter-spacing: 0.15rem;
    text-transform: uppercase;
    border-bottom: 1px solid #e6e6e6;
}

.box-enoff{
    width: 48.5%;
    float: left;
    margin-bottom: 3%;
    margin-right: 3%;
    /*height: 750px;*/
    background: #fff none repeat scroll 0 0;
    border-top: 8px solid #ef183d;
    padding: 3%;
}

.box-lespluslus{
    width: 48.5%;
    float: left;
    margin-bottom: 3%;
    /*height: 750px;*/
    background: #fff none repeat scroll 0 0;
    border-top: 8px solid #ef183d;
    padding: 3%;
}

    .box-main-list li{
        border-bottom: 1px solid #e6e6e6;
        padding: 10px 0;
    }

    .box-main-list li:last-child{
        border-bottom: 0 solid #e6e6e6;
    }

        .box-enoff  .img-mask,
        .box-lespluslus  .img-mask{
            height: 160px;
            overflow: hidden;
            width: 100%;
            -webkit-transition: opacity 300ms;
                transition: opacity 300ms;
        }
        .box-main-list li .img-mask{
            margin-bottom: 20px;
            display: block;
        }

                .box-enoff  .img-mask:hover,
                .box-lespluslus  .img-mask:hover{
                    opacity: 0.65;
                }

.featured-carousel .title {
    margin-top: 10px;
}

        .featured-carousel a.box-title,
        .box-main-list li a.box-title {
            width: 100%;
            font-family: "franklin-gothic-urw";
            color: #1a1a1a;
            font-size: 1.1rem;
            position: relative;
            text-decoration: none;
              -webkit-transition: opacity 300ms;
                transition: opacity 300ms;
            display: inline-block;
            }

                .box-main-list li a.box-title:hover{
                    opacity: 0.65;
                }

             .box-main-list li a.box-title .global-paydesk{
                bottom: auto;
                height: 24px;
                left: auto;
                right: -10px;
                top: -25px;
                width: 24px;
            }


.box-edition-abonnes{
    width: 100%;
    margin-bottom: 3%;
    height: 750px;
    background: #fff none repeat scroll 0 0;
    border-top: 8px solid #f3b200 ;
    padding: 3%;
    float: left;
}

.box-edition-abonnes .box-main-title a {
	text-decoration: none;
}

    .box-edition-abonnes .box-main-list li{
        width: 32.4%;
        margin-right: 1.3%;
        float: left;
        height: 260px;
        border: 0px;
    }


        .box-edition-abonnes .box-main-list li .img-mask{
            height: 120px;
            overflow: hidden;
            width: 100%;
            display: block;
        }

        .box-edition-abonnes .box-main-list li:nth-child(3n){
            margin-right: 0%;
        }


        .box-edition-abonnes li a.box-title{
            font-family: "franklin-gothic-urw";
            color: #1a1a1a;
            font-size: 1rem;
            position: relative;
            text-decoration: none;
            display: inline-block;
            line-height: 1.15;
        }

             .box-edition-abonnes li span .global-paydesk{
                bottom: auto;
                height: 24px;
                left: auto;
                right: -20px;
                top: -25px;
                width: 24px;
            }

        .box-edition-abonnes li:last-child{
            border: 0px;
        }


    .box-edition-abonnes-test{
        background: #f3b200;
        height: 132px;
        color: #FFF;
        text-align: center;
        font-family: "franklin-gothic-urw";
        text-transform: uppercase;
        padding: 20px 11% ;
    }

        .box-edition-abonnes-test span{
            display: block;
            font-size: 1.2rem;
            line-height: 1;
        }

        .box-edition-abonnes-test a{
            background: #FFF;
            font-weight: 600;
            color: #f3b200;
            text-decoration: none;
            padding: 8px 18px;
            font-size: 1.2rem;
            margin-top: 10px;
            display: inline-block;
            -webkit-transition: opacity 300ms;
                transition: opacity 300ms;
            }

                .box-edition-abonnes-test a:hover{
                    opacity: 0.65;
                }


.box-grandangle{
    width: 100%;
    margin-bottom: 3%;
    height: 445px;
    background: #fff none repeat scroll 0 0;
    padding: 3%;
    float: left;
}

    .box-grandangle .global-subtitle{
        display: inline;
    }

    .box-grandangle-title{
        display: inline;
        font-family: jubilat;
        font-size: 1.9rem;
        font-weight: 600;
        padding-left: 10px;
        text-decoration: none;
    }

        .box-grandangle .img-mask{
            height: 285px;
            overflow: hidden;
            width: 100%;
            margin-bottom: 20px;
            display: block;
        }

.main-container-home .social-banner {
    background: #fff none repeat scroll 0 0;
    float: left;
    padding: 0px 0;
    width: 100%;
    margin-bottom: 3%;
}

    .main-container-home .social-banner-block {
        background: #FFF;
        border: 0px;
        height: 120px;
        margin-top: 16px;
    }


   .main-container-home .social-banner-block  .tw-logo,
    .main-container-home .social-banner-block  .fb-logo{
       border-radius: 10%;
   }

    .social-banner-block .desk-logo-typo{
        display: inline;
        margin-left: 22px;
        font-size: 1.4rem;
    }


    .main-container-home .social-banner-block .tw{
        margin-left: 4%;
    }

        .main-container-home .social-banner-block .tw,
        .main-container-home .social-banner-block .fb{
            margin-top: 33px;
        }

        .social-banner-block .tw .desk-logo-typo {
            color: #00afee;
        }

        .social-banner-block .fb .desk-logo-typo {
            color: #3d69af;
        }


    .social-banner-block .tw-title,
    .social-banner-block .fb-title{
        display: inline;
        margin-left: 0px;
        padding-left: 0px;
    }

    .main-container-home .social-banner-block .tw-nb,
    .main-container-home .social-banner-block .fb-nb{
        line-height: 0.9;
    }

.box-encontinu{
    width: 100%;
    background: #FFF;
}

    .box-encontinu-header{
        height: 68px;
        background: #ef183d;
        color: #FFF;
        display: block;
        font-family: franklin-gothic-urw-cond;
        font-size: 1.6rem;
        padding-top: 18px;
        padding-left: 24px;
        text-transform: uppercase;
        text-decoration: none;
    }


    .box-encontinu-container,
    .box-live-container{
        padding: 16px;
        overflow-y: scroll;
	height: 100%;
    }

        .box-encontinu-hour{
            color: #808080;
            float: left;
            font-family: "franklin-gothic-urw";
            font-size: 0.9rem;
            overflow: hidden;
            width: 13%;
        }

        .box-encontinu-content{
            float: right;
             width: 81%;
            margin-left: 8%;
            font-family: "franklin-gothic-urw";
        }

            .box-encontinu-content a{
                text-decoration: none;
            }

            .box-encontinu-content .img-mask{
                margin-bottom: 15px;
                display: block;
                position: relative;
            }

            .box-encontinu-content  .shadow {
                background: rgba(0, 0, 0, 0) linear-gradient(45deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%) repeat scroll 0 0;
                bottom: 0;
                height: 150px;
                left: 0;
                position: absolute;
                right: 0;
            }

.img-mask {
    position: relative;
}
            .box-encontinu-content .img-mask .icon,
            .img-mask .icon{
                bottom: 10px;
                left: 10px;
                opacity: 1;
                position: absolute;
                transition: opacity 300ms ease 0s;
            }

    .box-encontinu-container li{
        list-style: none;
        padding: 15px 0;
        border-top: 1px solid #e6e6e6;
        position: relative;
    }

        .box-encontinu-container li .box-encontinu-listing-head-title{
            color: #333;
            font-family: franklin-gothic-urw-cond;
            font-size: 1.3rem;
            line-height: 0.8;
            display: block;
            margin-bottom: 15px;
            text-transform: uppercase;
        }

        .box-encontinu-container li .box-encontinu-listing-title{
            font-family: "franklin-gothic-urw";
            color: #1A1A1A;
            font-size: 1.1rem;
        }


    .box-encontinu-container li .box-encontinu-alert{
        color: #FFF;
        background: #ef183d;
        font-family: franklin-gothic-urw-cond;
        text-transform: uppercase;
        font-size: 1.1rem;
        display: inline-block;
        padding: 2px 12px;
        margin-bottom: 10px;
    }

    .box-encontinu-container li .global-title{
        font-family: "franklin-gothic-urw";
        color: #1A1A1A;
    }

    .box-encontinu-container li.box-en-continu-news-circle .img-mask{
        border-radius: 50%;
        overflow: hidden;
        padding-top: 100%;
        position: relative;
        width: 100%;
        background-position: center center;
        background-size: cover;
    }


        .box-encontinu-container li .global-social{
            left: 1%;
            top: 5%;
            bottom: auto;
            right: auto;
        }

            .box-encontinu-container li .fb,
            .box-encontinu-container li .tw{
                float: none;
            }

                .box-encontinu-container li .fb{
                    margin-top: 0px;
                }

    .box-encontinu-container li.box-encontinu-twitter{
        font-size: 1.3rem;
    }

        .box-encontinu-container li.box-encontinu-twitter a.underline{
            background-size: 100% 0.22em;
            padding-bottom: 0;
        }

        .box-encontinu-container li.box-encontinu-twitter .tw-a-pict{
            display: block;
            margin-top: 5px;
            position: relative;
        }

            .box-encontinu-container li.box-encontinu-twitter .tw-a-pict .tw-logo {
                background: #00afee none repeat scroll 0 0;
                border-radius: 50%;
                display: block;
                fill: #fff;
                float: left;
                height: 45px;
                padding-top: 7px;
                text-align: center;
                width: 45px;
                position: absolute;
                top: 14px;
            }

            .box-encontinu-container li.box-encontinu-twitter .tw-a-pict .pict{
                border-radius: 50%;
                display: block;
                height: 73px;
                overflow: hidden;
                width: 73px;
                margin-left: 36px;
            }

        .box-encontinu-container li.box-encontinu-twitter .name{
            font-size: 1rem;
        }

.home-main .abonnement-offer{
    float: left;
    background: #f3b200;
    padding: 5%
}

    .home-main .abonnement-offer .abonnement-offer-container{
        margin: 0;
    }

        .home-main .abonnement-offer .abonnement-offer-container .box{
            float: none;
            width: 100%;
            height: auto;
            border-radius: 0;
            margin-bottom: 15px;
            padding-bottom: 20px;
        }

        .home-main .abonnement-offer .subscribe-border-title{
            color: #fff;
            font-family: jubilat;
            font-size: 2rem;
            font-weight: 600;
            line-height: 1;
            padding: 0% 3% 4%;
            text-align: center;
        }

        .home-main .abonnement-offer .abonnement-offer-container .box .headerbox{
            background: #fff none repeat scroll 0 0;
                color: #333;
                font-family: jubilat;
                font-size: 1.7rem;
                font-weight: 400;
                padding-top: 6px;
                text-align: center;
                height: auto;
        }

        .home-main .abonnement-offer .abonnement-offer-container .box .contentbox{
            padding: 0;
        }

        .home-main .abonnement-offer-container .box .headerbox span{
            font-weight: 600;
        }

            .home-main .abonnement-offer-container .box .contentbox .time,
            .home-main .abonnement-offer-container .box .contentbox .type{
                border-bottom: 0px;
            }

            .home-main .abonnement-offer-container .box .contentbox .price{
                padding: 0;
                border-bottom: 0px;
                font-size: 2.9rem;
                font-weight: 600;
            }

        .home-main .abonnement-offer-container .box:nth-child(2){
            margin-left: 0;
            margin-right: 0;
        }

            .home-main .abonnement-offer-container .box .contentbox .action{
                margin-top: 0;
            }

            .home-main .abonnement-offer-container .box .contentbox .action a{
                margin-top: 0;
                background: #f3b200 none repeat scroll 0 0;
                color: #fff;
                display: inline-block;
                font-size: 1.2rem;
                padding: 8px 22px;
                text-decoration: none;
                border: 0;
                border-radius: 0;
                margin-top: 0;
                -webkit-transition: opacity 300ms;
                transition: opacity 300ms;
            }

                ..home-main abonnement-offer-container .box .contentbox .action a:hover{
                    margin-top: 0;
                    opacity: 0.65;
                }

            .home-main .abonnement-offer-container .box .contentbox .price-soutien{
                border-bottom:0px;
            }

        .home-main .abonnement-offer-container .box .contentbox .price-soutien input{
            width: 188px;
        }

        .home-main .abonnement-offer-container .box .contentbox .price-soutien{
            margin-bottom: 15px;
            padding: 10px 20% 0;
        }

    .box-encontinu a,
    .box-push .img-mask,
    .box-grandangle a,
    .box-grandangle .img-mask{
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }

                .box-encontinu a:hover,
                .box-push .img-mask:hover,
                .box-grandangle a:hover,
                .box-grandangle .img-mask:hover{
                    opacity: 0.65;
                }

    .box-live{
        margin-bottom: 15px;
        background: #FFF;
    }


    .box-live-header{
        background: #ef183d none repeat scroll 0 0;
        color: #fff;
        display: block;
        font-family: franklin-gothic-urw-cond;
        font-size: 1.6rem;
        height: 48px;
        padding-left: 24px;
        padding-top: 3px;
        text-transform: uppercase;
        border-bottom: 8px solid #db123d;
    }

        .box-live-header .desk-logo-typo{
            text-transform: none;
        }

    .box-live-container .join,
    .box-alert-us .join{
        border: 1px solid #ef183d;
        border-radius: 15px;
        color: #db123d;
        display: inline-block;
        font-family: franklin-gothic-urw-cond;
        font-size: 1rem;
        letter-spacing: 0.1rem;
        margin-top: 20px;
        padding: 5px 18px;
        text-decoration: none;
        text-transform: uppercase;
        -webkit-transition: background 300ms,color 300ms;
        transition: background 300ms,color 300ms;
    }

        .box-live-container .join:hover,
        .box-alert-us .join:hover{
            color: #FFF;
            background: #db123d;
        }

    .box-alert-us{
        float: left;
        background: #FFF;
        margin-bottom: 3%;
        border-top: 8px solid #ef183d;
        padding: 22px;
        font-family: "franklin-gothic-urw";
        font-size: 1.1rem;
        width: 100%;
    }

    .box-alert-us-subtitle{
        color: #333;
        display: inline-block;
        font-family: franklin-gothic-urw-cond;
        font-size: 1.4rem;
        letter-spacing: 0.1rem;
        margin-bottom: 6px;
        text-decoration: none;
        text-transform: uppercase;

    }

#header-menu {
    margin-top: 25px;
}

    #header-menu li{
        display: inline-block;
    }

        #header-menu li a{
            color:#9E9898;
            text-decoration: none;
            font-family: franklin-gothic-urw-cond;
            font-size: 1.4rem;
            text-transform: uppercase;
            padding: 0 10px;
            line-height: 0.9;
             -webkit-transition: color 300ms;
            transition: color 300ms;
        }

            #header-menu li a:hover{
                color:#333;
            }

.last-minute-banner {
    height: 55px;
    background: #ef183d;
    color: #FFF;
    opacity: 0;
    
}



@keyframes slide-down {
    0% { opacity: 0; transform: translateY(-100%); }   
    100% { opacity: 1; transform: translateY(0); }
}


div.close-alert-link span:before {
    background: #fff none repeat scroll 0 0;
    content: " ";
    display: block;
    height: 2px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(45deg);
    width: 100%;
    transition: transform 300msease 0s;
}


div.close-alert-link span:after {
    background: #fff none repeat scroll 0 0;
    content: " ";
    display: block;
    height: 2px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(-45deg);
    width: 100%;
    transition: transform 300msease 0s;
}


div.close-alert-link {
    position: absolute;
    left: 10.9vw;
    top: 34%;
    bottom: 0;
    width: 21px;
    height: 21px;
}



    .last-minute-banner-container{
        max-width: 1180px;
        margin: auto;
        padding-top: 9px;
    }


    .last-minute-banner .title {
        color: #FFF;
        display: inline-block;
        font-family: franklin-gothic-urw-cond;
        font-size: 1.6rem;
        letter-spacing: 0.2rem;
        margin: 0 3%;
        text-transform: uppercase;
    }

    .last-minute-banner .txt {
        color: #FFF;
        font-family: franklin-gothic-urw;
        font-size: 1.1rem;
        text-decoration: none;
        transition: opacity 300ms ease 0s;
    }
    
.header-rubric.header-home{
    height: 145px;
}

    .header-rubric.header-home.seeme{
        height: 90px;
    }

a.headersignup {
    background: #f3b200 none repeat scroll 0 0;
    color: #fff;
    font-family: "franklin-gothic-urw";
    display: inline-block;
    font-size: 1.2rem;
    margin-top: 2px;
    margin-right: 44px;
    padding: 8px 18px;
    text-decoration: none;
    transition: opacity 300ms ease 0s;
}
    a.headersignup:hover {
        opacity: 0.65;
    }


    .video-main-rubric .global-social .fb-logo ,
    .video-main-rubric .global-social .tw-logo {
        background: #FFF;
        border: 2px solid #fff;
    }


    .video-mostviewed-list .video-main-rubric .global-social .fb-logo ,
    .video-mostviewed-list .video-main-rubric .global-social .tw-logo {
        background: #FFF;
        border: 2px solid #fff;
    }

.video-main-container .video-pub-a-content-container{
    padding: 0 10%;
}


    .video-main-container .video-pub-a-content-container{
        position: relative;
    }
    .video-main-container .video-pub-a-content-container .box-push-pub-conatiner{
        left: -160px;
        position: absolute;
        top: 0;
    }


    .video-keywords{
        padding-left: 15%;
    }

    .video-social{
        padding-left: 15%;
    }


.culture-main-rubric{
    padding-top: 90px;
}

    .culture-main-left .box-push-big-left{
        margin-top: 0;
        width: 66% !important;
    }

    .culture-main-left .box-push-little-right{
       width: 31.5%;
    }

        .culture-main-left .box-push-little-right .box-push{
            width: 100%;
        }

.main-container.main-container-culture{
    background: #f2f2f2;
}

.main-container.main-container-culture .box-push-full-width .box-push {
        float: left;
        margin-left: 2.7%;
        margin-top: 1.9%;
        width: 31.5%;
    }

.main-container.main-container-culture .box-push-full-width .box-push:first-child{
     margin-left: 0;
}

.main-container.main-container-culture .box-push-little-right .box-push:nth-child(2){
    margin-top: 8.15%;
    margin-left: 0px;
}

.main-container.main-container-culture .box-push-block .title .global-subtitle{
    font-size: 0.9rem;
    color: #c1a05d;
}

.culture-main-right-container .culture-spe{
    color: #c1a05d;
    margin-top: 10px;
    font-size: 0.9rem;
    font-weight: 500;
}

.header-rubric .logo-rubric-txt.culture {
    background: #fff none repeat scroll 0 0;
    color: #c1a05d;
    font-family: jubilat;
    font-size: 3.3rem;
    font-weight: 300;
    vertical-align: -30px;
    margin-left: 0px;
}

.w-back .box-push{
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}


    .home-main-right .social-banner-block .logo,
    .home-main-right .social-banner-block .type{
        display: none;
    }

.enclair-main-rubric .global-subtitle,
.enclair-main .global-subtitle {
    color: #ef183d;
    font-family: jubilat;
    font-size: 1.3rem!important;
    font-weight: 300;
    padding-right: 10px;
    text-transform: none;
}



    .abonnement-offer.abonnement-offer-article {
        background: #EAEAEA;
        padding: 5% 0%;
        border-top: 5px solid #EB2951;
        margin: 0;
    }



    .abonnement-offer.abonnement-offer-article .abonnement-offer-container{
        margin: 0;
    }

        .abonnement-offer.abonnement-offer-article .abonnement-offer-container .box{
            float: none;
            width: 100%;
            height: auto;
            border-radius: 0;
            margin-bottom: 15px;
            padding-bottom: 20px;
        }

        .abonnement-offer.abonnement-offer-article .subscribe-border-title{
            color: #fff;
            font-family: jubilat;
            font-size: 2rem;
            font-weight: 600;
            line-height: 1;
            padding: 0% 3% 4%;
            text-align: center;
        }

        .abonnement-offer.abonnement-offer-article .abonnement-offer-container .box .headerbox{
            background: #fff none repeat scroll 0 0;
                color: #333;
                font-family: jubilat;
                font-size: 1.7rem;
                font-weight: 400;
                padding-top: 6px;
                text-align: center;
                height: auto;
        }

        .abonnement-offer.abonnement-offer-article .abonnement-offer-container .box .contentbox{
            padding: 0;
        }


        .abonnement-offer-article .abonnement-offer-container .box .headerbox span{
            font-weight: 600;
        }


            .abonnement-offer-article .box .contentbox .type,
            .abonnement-offer-article .abonnement-offer-container .box .contentbox .type{
                border-bottom: 0px;
            }


            .abonnement-offer-article .abonnement-offer-container .box .contentbox .price{
                padding: 0;
                border-bottom: 0px;
                font-size: 2.9rem;
                font-weight: 600;
                height: auto;
            }

        .abonnement-offer-article .abonnement-offer-container .box:nth-child(2){
            margin-left: 0;
            margin-right: 0;
        }

            .abonnement-offer-article .abonnement-offer-container .box .contentbox .action{
                margin-top: 0;
            }

            .abonnement-offer-article .abonnement-offer-container .box .contentbox .action a{
                margin-top: 0;
                background: #f3b200 none repeat scroll 0 0;
                color: #fff;
                display: inline-block;
                font-size: 1.2rem;
                padding: 8px 22px;
                text-decoration: none;
                border: 0;
                border-radius: 0;
                margin-top: 0;
                -webkit-transition: opacity 300ms;
                transition: opacity 300ms;
            }

    .abonnement-offer.abonnement-offer-article .abonnement-offer-container .box:nth-child(2) {
        margin-left: 0%;
        margin-right: 0%;
    }

    .abonnement-offer.abonnement-offer-article .abonnement-offer-container .box .contentbox .price{
        line-height: 1.2;
        padding: 5px 0;
    }

    .abonnement-offer.abonnement-offer-article .abonnement-offer-container .box .contentbox .action{
        margin-top: 15px;
    }

    .abonnement-offer.abonnement-offer-article .abonnement-offer-container .box .contentbox .action a{
         background: #f3b200 none repeat scroll 0 0;
        border: 0 none;
        border-radius: 0;
        color: #fff;
        display: inline-block;
        font-size: 1.2rem;
        margin-top: 0;
        padding: 8px 22px;
        text-decoration: none;
        transition: opacity 300ms ease 0s;
    }

    .main-container.main-container-culture.main-container-culture-news{
        padding-top: 145px;
    }

    .main-container-culture-news .meta-article,
    .main-container-culture-news h1{
        text-align: center;
    }

    .main-container-culture-news .newsroom-main .newsroom-content a{
        color: #c1a05d;
    }

    .main-container-culture-news h1 .global-subtitle {
        color: #c1a05d;
        display: inline;
        font-size: 1.2rem;
        margin-right: 5px;
    }

    .header-rubric.seeme {
        height: 90px;
    }


    .culture-push .box-push-container,
    .culture-push .header{
        margin: auto;
        max-width: 1180px;
    }


    .culture-push .header{
        padding-bottom: 15px;
    }


    .culture-push .header .rubric-culture{
        color: #c1a05d;
        font-family: jubilat;
        font-size: 1.9rem;
        font-weight: 300;
        margin-left: 0;
        display: inline-block;
        vertical-align: bottom;
    }


    .culture-push .box-push-container .box-push:first-child{
        margin-left: 0;
    }

    .culture-push .box-push{
        float: left;
        margin-bottom: 25px;
        margin-left: 1.7%;
        max-width: 23.7%;
    }

    .encontinu-main .box-push-pub,
    .off-main .box-push-pub{
        float: right;
        background: #FFF;
        max-width: 460px;
        width: 39%;
        text-align: center;
        margin-top: 20px;
        padding: 50px 0;
    }

        .encontinu-main .box-push-pub img,
        .off-main .box-push-pub img{
            display: inline-block;
            padding-bottom: 10px;
        }

    .newsroom-main-rubric .box-push-pub{
        background: #FFF;
        text-align: center;
        padding: 36px 0;
        border: 1px solid #ddd;
    }

        .newsroom-main-rubric .box-push-pub img{
            display: inline-block;
            padding-bottom: 10px;
        }

    #habillage{
        height:1200px;
        width: 1350px;
    	left: calc(50% - 675px);
        position:absolute;
        z-index:0;
        display:block;
        /*padding-top:100px;*/
        background-repeat:no-repeat;
        cursor:pointer;
        background-position:center top
    }


    .home-main-w-habillage,
    .main-article-habillage,
    .rubric-w-habillage{
        max-width: 1004px;
        margin-top: 208px;
        padding: 20px;
        background: #FFF;
        position: relative;
    }

    .datadesk-w-habbillage,
    .desintox-w-habillage,
    .enclair-w-habillage,
    .grandangle-w-habillage,
    .newsroom-w-habillage,
    .video-w-habillage,
    .datadesk-w-habillage,
    .desintox-w-habillage,
    .enclair-w-habillage,
    .off-w-habillage,
    .video-w-habillage{
        max-width: 1004px;
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
        padding: 20px;
        background: #FFF;
        position: relative;
    }

    .datadesk-w-habbillage:nth-child(2),
    .desintox-w-habillage:nth-child(2),
    .enclair-w-habillage:nth-child(2),
    .grandangle-w-habillage:nth-child(2),
    .newsroom-w-habillage:nth-child(2),
    .video-w-habillage:nth-child(2),
    .datadesk-w-habillage:nth-child(2),
    .desintox-w-habillage:nth-child(2),
    .enclair-w-habillage:nth-child(2),
    .off-w-habillage:nth-child(2),
    .video-w-habillage:nth-child(2){
        margin-top: 208px;
    }

    .encontinu-w-habillage{
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        background: #FFF;
        position: relative;
    }

    .social-banner ~ .newsroom-w-habillage {
        margin-top:50px;
    }

        .grandangle-w-habillage .grandangle-others {
            margin-top:0;
        }

        .newsroom-main.main-article-habillage .newsroom-content{
            max-width: 600px;
        }


@media (max-width: 1180px) {
    .home-main-right .box-push.box-push-pub{
        width: 100%;
    }



    .global-title{
        font-size: 1.2rem;
    }

    .box-grandangle,
    .box-grandangle .img-mask{
        height: auto;
    }

    .global-text{
        font-size: 1rem;
    }

    .home-main-right .box-push{
        height: 335px;
    }
    .home-main-right .box-push .img-mask{
        height: 150px;
    }

    .main-container-home .social-banner,
    .main-container-home .social-banner-block{
        height: auto;
    }

    .main-container-home .social-banner-block{
        padding-bottom: 25px;
    }


    .box-edition-abonnes .box-main-list li:nth-child(n+4){
        display: none;
    }

    .box-edition-abonnes{
        height: auto;
    }

    .box-main-list li:nth-child(n+4){
        display: none;
    }

    .box-main-list li:nth-child(3){
        border: 0;
    }

    .box-main-list li a.box-title .global-paydesk{
        right: 0;
    }

     .tw, .fb{
            width: auto;
        }

    .headerlive-border {
        border-bottom: 1px solid #dadada;
        border-left: 1px solid #dadada;
        height: 50px;
        width: 50px;
    }

    .menu .menu-border{
        border: 0px;
    }

    #header-menu li a{
        font-size: 1.1rem;
    }

    #header-menu{
         margin-top: 32px;
    }

    .header-rubric .logo-rubric{
        width: 185px;
    }

    a.headersignup {
        background: #f3b200 none repeat scroll 0 0;
        color: #fff;
        display: inline-block;
        float: left;
        font-family: "franklin-gothic-urw";
        font-size: 1rem;
        margin-right: 30px;
        margin-top: 12px;
        padding: 6px 12px;
        text-decoration: none;
        transition: opacity 300ms ease 0s;
        display:none !important;
    }

    .searchandconnect,
    .menu{
        position: relative;
    }

     .last-minute-banner-container{
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .last-minute-banner{
        height: auto;
    }

            .last-minute-banner .title{
                 font-size: 1.1rem;
            }

            .last-minute-banner .txt{
                font-size: 1rem;
            }

    .alert-banner .title{
        /*vertical-align: 15px;*/
    }


    .video-main-container .video-pub-a-content-container .box-push-pub-conatiner{
        display: none;
    }

    .newsroom-main .box-push-pub-conatiner{
        display: inline-block;
        left: 0;
        width: 100%;
        position: relative;
        text-align: center;
    }


        .video-main-container .video-pub-a-content-container .box-push-pub-conatiner img,
        .newsroom-main .box-push-pub-conatiner img{
            margin: auto;
        }

    .desintox-content, .enclair-content,
    .video-keywords,
    .video-social{
        padding-left: 5%;
    }

    .video-main-container .video-pub-a-content-container{
        padding: 0px;
    }

    .player-wrapper {
        margin: auto;
        width: auto;
    }

    .box-push-pub-600{
        display: none;
    }

}

@media  (max-width: 900px) {
    .culture-main-left .box-push-big-left {
        width: 100% !important;
    }

    .culture-main-left .box-push-little-right {
        width: 100%;
    }

        .main-container.main-container-culture .box-push-little-right .box-push,
        .main-container.main-container-culture .box-push-little-right .box-push:nth-child(2){
            margin-top: 2%;
            margin-left: 0;
        }


            .main-container.main-container-culture .box-push-little-right .box-push:nth-child(2){
                margin-left: 2%;
            }

    .culture-main-left .box-push-big-left{
        width: 100%!important;
    }

    .header-rubric.seeme .logocontainer {
        padding-top: 2px;
        width: 30%;
    }

    .social-banner-block .logo, .social-banner-block .type {
        display: none;
    }

    .social-banner-block .logo, .social-banner-block .type {
        display: none;
    }

}

@media (max-width: 768px) {


    .header-rubric.seeme .logocontainer{
        width: 30%;
        padding-top: 2px;
    }

    .home-main-left {
        float: left;
        width: 58%;
    }

    .home-main-right {
        float: right;
        width: 41%;
    }

        .home-main-right .box-push,
        .box-enoff,
        .box-lespluslus,
        .box-edition-abonnes,
        .box-alert-us,
        .box-grandangle,
        .main-container-home .social-banner,
        .abonnement-offer,
        .home-main-right .box-push.box-push-pub-600{
            float: none;
            width: 100%;
        }


        .alert-banner.seeme {
            height: 64px;
            margin-bottom: 25px;
            padding: 0.3em 0;
        }

        .alert-banner .title {
            float: left;
            margin-left: 4%;
            margin-top: 10px;
        }

        .alert-banner .txt {
            display: none;
            width: 2000px;
            float: left;
            overflow: hidden;
            top: 0;
            position: absolute;
            left: 250px;
            top: 4px;
        }


        .global-title{
            font-size: 1.2rem;
        }

        .global-text{
            font-size: 1rem;
        }

        .home-main-right .box-push{
            height: 325px;
        }

            .home-main-right .box-push .img-mask{
                height: 170px;
            }

        .tw, .fb{
            width: auto;
        }

    .box-main-title{
        padding-top: 5px;
    }

    .box-main-list li a.box-title .global-paydesk{
        right: 0;
    }

    .box-edition-abonnes{
        height: auto;
    }

        .box-edition-abonnes .box-main-list li{
            float: none;
            width: 100%;
            height: 225px;
        }

            .box-edition-abonnes .box-main-list li:nth-child(n+4){
                display: none;
            }

        .box-edition-abonnes-test{
            height: 165px;
        }

    .box-grandangle{
        height: auto;
    }
        .box-grandangle .img-mask {
            height: 140px;
            margin-bottom: 10px;
        }

        .box-grandangle-title {
            font-size: 1.3rem;
        }

    .main-container-home .social-banner-block{
        height: auto;
    }

    .abonnement-offer .abonnement-offer-container .box{
        padding-bottom: 10px;
        padding-top: 10px;
        margin-bottom: 10px;
    }

        .abonnement-offer .subscribe-border-title,
        .abonnement-offer .abonnement-offer-container .box .headerbox{
            font-size: 1.4rem;
        }


            .abonnement-offer-container .box .contentbox .price{
                height: auto;
                font-size: 2.3rem;
            }

            .abonnement-offer-container .box .contentbox .action a{
                font-size: 1.1rem;
                padding: 5px 16px;
            }

        .abonnement-offer-container .box .contentbox .price-soutien{
            margin-bottom: 0;
        }

            .abonnement-offer-container .box .contentbox .price-soutien input{
                width: 164px;
            }

    .main-news-home .main-news-home-text{
        padding: 10px;
    }

    .box-encontinu-hour{
        font-size: 0.8rem;
    }

    .box-encontinu-container li .global-social{
        width: auto;
    }


.culture-main-rubric {
    padding-top: 50px;
}

    .culture-main-left .box-push-big-left {
        width: 100% !important;
    }

    .culture-main-left .box-push-little-right {
        width: 100%;
    }

        .main-container.main-container-culture .box-push-little-right .box-push,
        .main-container.main-container-culture .box-push-little-right .box-push:nth-child(2){
            margin-top: 2%;
            margin-left: 0;
        }


            .main-container.main-container-culture .box-push-little-right .box-push:nth-child(2){
                margin-left: 2%;
            }

    .culture-main-left .box-push-big-left{
        width: 100%!important;
    }

    .main-container-culture .box-push.box-push-big-left{
        padding: 2%;
    }

    .desintox-main-rubric .box-push-big-left:first-child, .desintox-main-rubric .box-push-big-right:first-child{
        margin-bottom: 0px;
        padding-left: 2%;
    }

    .box-push.box-push-big-left{
        padding-left: 0px;
    }

    .box-push-little-right  .box-push:last-child,
    .box-push-little-left .box-push:last-child{
        margin-bottom: 0px;
    }

    .main-container:not(.main-container-culture) .box-push-full-width:nth-child(2) .box-push:first-child{
        margin-top: 0px;
    }

    .box-push-little-left .box-push:first-child{
        margin-top: 2%;
    }

    .box-push-big-left, .box-push-big-right{
        margin-top: 0px;
    }

      .box-push-little-left .box-push:first-child{
        margin-top: 2%;
    }

    .box-push-big-left, .box-push-big-right{
        margin-top: 0px;
    }

    .main-container .datadesk-container .box-push-little-right .box-push:nth-child(2){
        margin-top: 2%
    }

    .main-container .datadesk-container  .box-push-full-width:nth-child(2) .box-push:first-child{
        margin-top: 2%;
    }

    .header-rubric .logo-rubric-txt{
        display: none;
    }

    .datadesk-main-rubric .box-push-big-right{
        padding-right: 2%;
    }

    .header-rubric{
        height: 85px;
    }
    .main-container{
        padding-top: 90px;
    }

    .social-banner-block .logo,
    .social-banner-block .type{
        display: none;
    }


.abonnement-rubrique .abonnement-offer,
    .abonnement-rubrique .abonnement-offer{
    background: #f3b200;
    padding: 5%
}

    .abonnement-offer .abonnement-offer-container,
    .abonnement-rubrique .abonnement-offer .abonnement-offer-container{
        margin: 0;
    }

        .abonnement-offer .abonnement-offer-container .box,
        .abonnement-rubrique .abonnement-offer .abonnement-offer-container .box{
            float: none;
            width: 100%;
            height: auto;
            border-radius: 0;
            margin-bottom: 15px;
            padding-bottom: 20px;
        }

        .abonnement-offer .subscribe-border-title,
        .abonnement-rubrique .abonnement-offer .subscribe-border-title{
            color: #fff;
            font-family: jubilat;
            font-size: 2rem;
            font-weight: 600;
            line-height: 1;
            padding: 0% 3% 4%;
            text-align: center;
        }

        .abonnement-offer .abonnement-offer-container .box .headerbox,
        .abonnement-rubrique .abonnement-offer .abonnement-offer-container .box .headerbox{
            background: #fff none repeat scroll 0 0;
                color: #333;
                font-family: jubilat;
                font-size: 1.7rem;
                font-weight: 400;
                padding-top: 6px;
                text-align: center;
                height: auto;
        }

        .abonnement-offer .abonnement-offer-container .box .contentbox,
        .abonnement-rubrique .abonnement-offer .abonnement-offer-container .box .contentbox{
            padding: 0;
        }

        .abonnement-offer-container .box .headerbox span,
        .abonnement-rubrique .abonnement-offer-container .box .headerbox span{
            font-weight: 600;
        }

            .abonnement-offer-container .box .contentbox .time,
            .abonnement-rubrique .abonnement-offer-container .box .contentbox .time,
            .abonnement-offer-container .box .contentbox .type,
            .abonnement-rubrique .abonnement-offer-container .box .contentbox .type{
                border-bottom: 0px;
            }

            .abonnement-offer-container .box .contentbox .price,
            .abonnement-rubrique .abonnement-offer-container .box .contentbox .price{
                padding: 0;
                border-bottom: 0px;
                font-size: 2.9rem;
                font-weight: 600;
            }

        .abonnement-rubrique .abonnement-offer-container .box:nth-child(2){
            margin-left: 0;
            margin-right: 0;
        }

            .abonnement-offer-container .box .contentbox .action{
                margin-top: 0;
            }

            .abonnement-rubrique .abonnement-offer-container .box .contentbox .action a{
                margin-top: 0;
                background: #f3b200 none repeat scroll 0 0;
                color: #fff;
                display: inline-block;
                font-size: 1.2rem;
                padding: 8px 22px;
                text-decoration: none;
                border: 0;
                border-radius: 0;
                margin-top: 0;
                -webkit-transition: opacity 300ms;
                transition: opacity 300ms;
            }

    .abonnement-rubrique .abonnement-offer .abonnement-offer-container .box:nth-child(2) {
        margin-left: 0%;
        margin-right: 0%;
    }

    .abonnement-rubrique .abonnement-offer .abonnement-offer-container .box .contentbox .price{
        line-height: 1.2;
        padding: 5px 0;
    }

    .abonnement-rubrique .abonnement-offer .abonnement-offer-container .box .contentbox .action{
        margin-top: 15px;
    }

    .abonnement-rubrique .abonnement-offer .abonnement-offer-container .box .contentbox .action a{
         background: #f3b200 none repeat scroll 0 0;
        border: 0 none;
        border-radius: 0;
        color: #fff;
        display: inline-block;
        font-size: 1.2rem;
        margin-top: 0;
        padding: 8px 22px;
        text-decoration: none;
        transition: opacity 300ms ease 0s;
    }

                 .abonnement-rubrique .abonnement-offer-container .box .contentbox .action a:hover{
                    margin-top: 0;
                    opacity: 0.65;
                }

            .abonnement-rubrique .abonnement-offer-container .box .contentbox .price-soutien{
                border-bottom:0px;
            }

        .abonnement-rubrique .abonnement-offer-container .box .contentbox .price-soutien input{
            width: 188px;
        }

        .abonnement-rubrique .abonnement-offer-container .box .contentbox .price-soutien{
            margin-bottom: 15px;
            padding: 10px 20% 0;
        }


    .grandangle-listing .related-news li img{
        float: left;
    }

    .grandangle-listing .related-news li .related-title, .home-main-left .related-news li .related-title{
        padding-left: 3%;
    }


}


@media (max-width: 767px) {

    .menu:active {
        position: relative;
        top: 0px;
    }

    #header-menu{
        display: none;
    }

    a.headersignup{
        display: none;
    }

    .header-rubric.header-home{
         height: 85px;
    }

    .headerlive,
    .search,
    .connect{
        -webkit-transform:  scale(0.8);
        -ms-transform: scale(0.8);
            transform:  scale(0.8);
        width: auto;
    }

    .main-container-home{
         /*padding-top: 85px !important;*/
         padding-top: 50px !important;
    }

    .home-main-right .box-push {
        height: auto;
        padding-bottom: 40px;
    }

        .home-main-right .box-push .img-mask,
        .box-grandangle .img-mask{
            height: auto;
        }

    .box-edition-abonnes{
        padding-bottom: 15px;
    }


}
/* END V2 */








/* START V2 EXTENDER */
.no-deco {
    text-decoration: none;
}
.box-encontinu-container {
    background: #fff;
}
.grandangle-tag-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    text-align: center;
    background: -webkit-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.64) 100%);
    background: -o-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.64) 100%);
    background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.64) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a3000000',GradientType=0 );

}

.grandangle-tag-container .tag-radius-transparent {
    margin-top: 10px;
}

.box-encontinu-container .recap .box-encontinu-content {
    width: 100%;
}

.box-encontinu-container .box-encontinu-content p{
    display:inline;
}

.box-encontinu-container li.recap {
    background: #F2F2F2;
    padding-left: 15px;
    padding-right: 15px;
}

.player-wrapper {
    width: 854px;
    margin: auto;
}
.player-container {
    position: relative;
    padding-bottom: 53.25%;
    padding-top: 26px;
    height: 0;
    overflow: hidden;
}

.player-container iframe,
.player-container embed,
.player-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.box-encontinu-content iframe {
    max-width: 100%;
}

.box-encontinu-content{
    float: right;
    width: 84%;
    margin-left: 3%;
    font-family: "franklin-gothic-urw";
}
.box-encontinu-container li .global-title {
    margin-bottom: 5px;
}
.alert-banner .txt {
    display: none;
}
.alert-banner .txt.seeme {
    display: inline-block;
}
.video-main-container-content {
    min-height: 450px;
}
.single-grandangle .main-container {
     margin-bottom: 0;
     padding-top: 105px;
}
.grandangle-header-bigfoto {
    padding: 0;
    padding-top:30px;
}
.encontinu-loading {
    display: none;
}
.abonnement-offer {
    margin-bottom: 3%;
}

.dummy-top-margin{
    height:20px;
}

.page-template-newsroom .abonnement-offer {
    margin-bottom: 0;
}
.newsroom-main-rubric:not(:first-child) {
    padding-top: 0;
}

.centered-ad div[id^="div-gpt-ad-"] {
    margin: auto;
}

.video-main-rubric .box-push {
    width: 23.5%!important;
}

.title-wrap {
    margin: 20px 0 45px 0;
}
.blue-category-tag-h1 {
    display: inline-block;
    font-size: 3rem;
}
.blue-category-tag {
    display: inline-block;
    color: #00B3E2;
    border: 2px solid #00B3E2;
    text-transform: uppercase;
    background-image: none;
    font-size: 0.875em;
    padding: 0 10px;
    margin-right: 10px;
    line-height: 1.3;
    letter-spacing: 0.1em;
    font-family: "franklin-gothic-urw-cond";
}
.title-wrap h1.inline {
    display: inline;
    font-size: 3rem;
}

.encontinu-main-container h1.inline, .encontinu-main-container .spe-h1 {
    padding: 0;
}
.spe-h1 {
    display: inline-block;
    font-size: 3rem;
    padding-left: 6%;
}
.encontinu-main-container h1 .spe, .encontinu-main-container .spe-h1 .spe, .off-main-container h1 .spe, .off-main-container .spe-h1 .spe {
    font-family: franklin-gothic-urw-cond;
    color: #ef183d;
    font-size: 2rem;
    padding-right: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}
.encontinu-main-container h1.inline, .encontinu-main-container .spe-h1 {
    padding: 0;
}
.title-wrap h1.inline {
    display: inline;
    font-size: 3rem;
}
.encontinu-main-container h1, .off-main-container h1 {
    font-family: ff-tisa-web-pro;
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 0.9;
    padding: 20px 10% 45px 6%;
    text-align: left;
}
.encontinu-main-container .title-wrap {
    padding: 0 6%;
}

.underline a.author {
    background-image: none;
}
.main-container {
    padding-top: 65px;
}
.social-banner .social-banner-container .social-banner-block.clearfix a.tw,
.social-banner .social-banner-container .social-banner-block.clearfix a.fb {
    margin-top:28px;
}

.video-firsts.clearfix .video-first .box-push {
    width:100% !important;
}
/* END V2 EXTENDER */


.social-banner .social-banner-container .social-banner-block.clearfix a.tw,
.social-banner .social-banner-container .social-banner-block.clearfix a.fb {
    margin-top:28px;
}


.video-firsts.clearfix .video-first .box-push {
    width:100% !important;
}












@media (max-width: 1100px) {


    .width-wrap {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .width-padded {
        padding: 2%;
    }

}
@media  (max-width: 900px) {

    .desintox-main-container,
    .enclair-main-container{
        max-width: 100%;
    }
}

@media (max-width: 1100px) {

    .social-banner .logo{
        margin-left: 1%;
    }
}

@media  (max-width: 900px) {

    .abonnement-btn{ display:none;}
    .header-rubric{
         width: 100%;

    }

    .main-container{
        width: auto;
        padding-top: 60px;
    }

    .alert-banner .title{
        font-size: 1.1rem;
    }

    .menu{
        width: 84px;
    }

    .menu .menu-border{
        padding-left: 0px;
    }

    .menu-border .name{
        display: none;
    }

     .headerlive {

     }



     /*.logo-rubric-txt{
        font-size: 5vw;
        padding-left: 0px;
        padding-top: 4%;
        vertical-align: 0;
    } */

    .header-rubric .subtitle{
        display: none;
    }

    .home-banner{
        height: auto;
    }

        .home-banner-container .title{
            font-size: 1.5rem;
            margin: 4px 4px 4px 5%;
        }

   /*.logocontainer{
        width: 25%;
    }

        .logocontainer .logo-rubric{
            width: 100%;
            margin-top: 20px;
        }*/

    .alert-banner.seeme{
        /*height: auto;*/
        margin-bottom: 0px;
        padding: 0.3em 0;
        display:none;
    }

    .alert-banner.seeme, .alert-banner-time{
        margin-top:0;
    }

    .alert-banner #close-alert-banner{
        height:auto;
    }

    .alert-banner .title{
        margin-left: 4%;
        margin-top:0;
        float:left;
    }

    .alert-banner .txt{
      font-size: 1.1rem;
      display: block;
      width: 2000px;
      float: left;
      overflow: hidden;
      top: 0;
      position: absolute;
      left: 250px;
      top: 4px;
    }

    .alert-banner .alert-link{
        display: none;
    }

    .alert-banner #close-alert-banner{
        position: absolute;
        right: -3%;
        top: -3%;
    }

    .home-banner-container .title-and-tag{
        width: 90%;
        bottom: 35px;
    }

    .more-of{
        padding: 30px 0 15px;
        margin: 0 2%;
        width: 96%;
        clear: both;
    }

    .home-main-left,
    .home-main-right{
     /*   width: 100%;
        max-width: 900px;*/
      }

    .home-main{
        padding: 0 2%;
        margin: 4% auto;
    }

    .encontinu-main-push-right,
    .off-main-push-right{
        /*max-width: 900px;*/
        float: none;
    }

    .home-main-right .live-home{
        display: none;
    }

    .home-main-right .off-main-push-right{
         display: none;
    }

    .home-main-right .encontinu-main-push-right{
         display: block;
    }

    .culture-main-push-right{
        display: block;
        float: none;
        max-width: 900px;
    }

    .social-banner{
        padding-right: 2%;
        padding-left: 2%;
    }

    .video-main-rubric{
        padding-right: 2%;
        padding-left: 2%;
    }

    .box-push-big-left,
    .box-push-big-right,
    .box-push-little-right,
    .box-push-little-left{
       /* width: 100%!important;
        max-width: 100%!important;*/
        width: 49%;
        max-width: 49%;

    }

    .box-push-little-right,
    .box-push-little-right-w-middle{
        float: none;
        width: auto;
        max-width: 100%;
    }

    .box-push-little-right,
    .box-push-little-left,
    .box-push-full-width,
    .desintox-push,
    .enclair-push,
    .encontinu-push,
    .off-push,
    .box-push-little-left-w-middle,
    .box-push-little-right-w-middle,
    .box-push-by-three-container,
    .box-push-by-three-container,
    .datadesk-push,
    .newsroom-push,
    .securebox-main-container,
    .static-main,
    .culture-main-rubric,
    .encontinu-main,
    .page404-push,
    .page404-main{
        padding-right: 2%;
        padding-left: 2%;
    }

    .box-push-little-right .box-push .title,
    .box-push-little-left .box-push .title,
    .box-push-full-width .box-push .title,
    .desintox-push .box-push .title,
    .enclair-push .box-push .title,
    .encontinu-push .box-push .title,
    .off-push .box-push .title,
    .box-push-little-left-w-middle .box-push .title,
    .box-push-little-right-w-middle .box-push .title,
    .box-push-by-three-container .box-push .title,
    .box-push-by-three-container .box-push.medium .title,
    .datadesk-push .box-push .title,
    .newsroom-push .box-push .title{
        font-size: 1.4rem;
    }

    .box-push.medium .box-push-block .title,
    .home-main-left .box-push-block .title{
        font-size: 1.4rem;
    }

    .grandangle-listing .title{
        font-size: 2.6rem;
    }

        .grandangle-listing .title .icon{
            margin-top: -5px;
            width: 36px;
        }



    .box-push-datadesk .title{
        height: auto;
    }

    .box-push-little-right .box-push,
    .box-push-little-left .box-push,
    .box-push-full-width .box-push,
    .desintox-push .box-push,
    .enclair-push .box-push,
    .encontinu-push .box-push,
    .off-push .box-push,
    .box-push-little-left-w-middle .box-push,
    .box-push-little-right-w-middle .box-push,
    .box-push-by-three-container .box-push,
    .box-push-by-three-container .box-push.medium,
    .newsroom-push .box-push,
    .home-main-left .box-push,
    .page404-push .box-push{
        margin-left: 2%;
        margin-top: 2%;
        max-width: 49%;
        width: 49%;
        float: left;
    }

    .desintox-main-rubric .box-push-little-right .box-push,
    .desintox-main-rubric .box-push-little-left .box-push {
      margin-top: 0;
      margin-bottom: 2%;
    }

    .live-home-smallscreen{
        display: block;
        margin-bottom: 2%;
    }


    .grandangle-main-rubric .grandangle-listing .title{
        font-size: 2.2rem;
        padding: 30px 15% 30px;
    }

    .box-push.box-push-big-left{
        width: 100%;
        margin: 0;
        max-width: 100%;
        padding-left: 2%;
    }

    .box-push-big-left .box-push-block .title,
    .box-push-big-middle .box-push-block .title{
        font-size: 1.4rem;
        height: 130px;
    }


    .box-push-big-left .box-push-block .subtitle,
    .box-push-big-middle .box-push-block .subtitle{
        display: none;
    }

    .box-push-big-left .box-push-block .title-and-subtitle,
    .box-push-big-middle .box-push-block .title-and-subtitle{
        height: auto;
    }

    .box-push-big-left .box-push-block .img-mask,
    .box-push-big-middle .box-push-block .img-mask{
        height: 150px;
    }

    .box-push-little-right .box-push:first-child{
        margin-top: 0;
        margin-left: 2%;
    }



    .video-main-rubric .box-push{
        max-width: 49%;
    }

    .box-push-little-right-w-middle .box-push,
    .box-push-little-left-w-middle .box-push{
        margin-top: 2%;
    }

    .desintox-push .box-push, .enclair-push .box-push, .encontinu-push .box-push, .off-push .box-push{
        margin-bottom: 0;
        margin-top: 2%;
    }

    .video-main-rubric .box-push:nth-child(2n+1),
    .box-push-little-left .box-push:nth-child(2n+1),
    .box-push-full-width .box-push:nth-child(2n+1),
    .desintox-push .box-push:nth-child(2n+1),
    .enclair-push .box-push:nth-child(2n+1),
    .encontinu-push .box-push:nth-child(2n+1),
    .off-push .box-push:nth-child(2n+1),
    .box-push-little-right-w-middle .box-push:nth-child(1n+1),
    .box-push-by-three-container .box-push:nth-child(2n+1),
    .box-push-by-three-container .box-push.medium:nth-child(2n+1),
    .datadesk-push .box-push:nth-child(2n+1),
    .newsroom-push .box-push:nth-child(2n+1),
    .page404-push .box-push:nth-child(2n+1){
        margin-left: 0;
    }

    .desintox-box-filter .box-push-full-width .box-push,
    .desintox-box-filter .box-push-little-left .box-push{
         margin-left: 2%;
    }

    .box-push-little-right .box-push:nth-child(2n),
    .box-push-little-left-w-middle:nth-child(2n),
    .desintox-box-filter .box-push-full-width .box-push:nth-child(2n),
    .desintox-box-filter .box-push-little-left .box-push:nth-child(2n){
         margin-left: 0;
    }

    .desintox-box-filter div:nth-child(4).box-push-full-width .box-push{
         margin-left: 2%;
    }
    .desintox-box-filter div:nth-child(4).box-push-full-width .box-push:nth-child(2n+1){
        margin-left: 0;
    }

    .box-push-big-left .box-push-block .img-mask, .box-push-big-right .box-push-block .img-mask, .box-push-big-middle .box-push-block .img-mask{
        height: 150px;
    }

   .box-push-big-left .box-push-block .title, .box-push-big-right .box-push-block .title, .box-push-big-middle .box-push-block .title{
       font-size: 1.4rem;
   }

    .box-push-big-left .box-push-block .title-and-subtitle, .box-push-big-right .box-push-block .title-and-subtitle, .box-push-big-middle .box-push-block .title-and-subtitle{
        height: 130px;
    }

    .box-push-big-left .box-push-block .subtitle, .box-push-big-right .box-push-block .subtitle, .box-push-big-middle .box-push-block .subtitle{
        display: none;
    }



    .box-push-little-right .box-push:nth-child(3n-1),
    .box-push-little-left-w-middle .box-push:nth-child(2n){
        margin-left: 0;
    }

    .box-push-little-right .box-push:nth-child(2n-1),
    .box-push-little-right-w-middle .box-push:nth-child(2n){
         margin-left: 2%;
    }

    .box-push-little-left .box-push{
        margin-right: 0;
    }



    .home-main-left .tag-home-container .related-news li img{
        height: auto;
        width: 35%;
    }




    .social-banner-block{
        height: auto;
        padding-bottom: 20px;
        overflow: hidden;
    }

    .social-banner .logo {
        float: left;
        margin-left: 4%;
        margin-top: 20px;
    }

    .social-banner .type {
        margin-top: 13px;
    }

    .social-banner .form-newsletter .txt{
        margin-left: 4%;
        padding: 12px;
        width: 92%;
    }

    .social-banner .form-newsletter .select{
        margin-left: 4%;
        margin-top: 15px;
        padding: 12px;
        width: 65%;
        margin-bottom: 20px;
    }

    .social-banner .form-newsletter .sub{
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .box-push-datadesk .img-mask{
        padding-top: 35%;
        width: 35%;
    }

    .datadesk-main,
    .desintox-main,
    .enclair-main,
    .encontinu-main,
    .off-main,
    .newsroom-main,
    .profil-main,
    .grandangle-main-rubric .grandangle-others,
    .video-main-rubric{
        margin: 4% auto auto;
    }

    .grandangle-listing{
        margin-bottom: 4%;
    }

    .profil-main{
        padding: 4% 2%;
    }

    .desintox-main, .enclair-main,
    .video-main-rubric{
        padding-top: 0;
    }

    .video-filter{
        margin-top: 0px;
        padding-top: 70px;
    }


    .box-push-big-left .box-push-datadesk, .box-push-big-right .box-push-datadesk, .box-push-big-left .box-push-block, .box-push-big-right .box-push-block, .box-push-big-middle .box-push-block{
       height: 330px;
    }

    .box-push-big-left .box-push-datadesk .img-mask, .box-push-big-right .box-push-datadesk .img-mask{
       /* padding-top: 40%;
        padding-bottom: 25px;*/
        padding-top: 35%!important;
        width: 35%;
        margin: 20px auto auto;
        border-radius: 50%;
    }

    .grandangle-listing .related-news li img{
        display: inline-block;
        height: auto;
        vertical-align: top;
        width: 33%;
    }

    .grandangle-listing .related-news li .cat{
        width: 67%;
        font-size: 0.9em;
    }

    .box-push-big-left .box-push-datadesk .title, .box-push-big-right .box-push-datadesk .title{
       /* height: 150px;
        font-size: 1.9rem;*/
        height: auto;
        font-size: 1.4rem;
    }

    .box-push-big-left .box-push-datadesk .img-mask, .box-push-big-right .box-push-datadesk .img-mask{
        padding-top: 28%;
    }

    .box-push-datadesk .tag{
        margin-bottom: 20px;
    }

    .box-push-little-left-w-middle{
        margin-top: 0%;
        width: auto;
        float: none;
    }

    .box-push-little-right-w-middle{
        float: left;
    }

    .box-push-big-middle{
        width: 49% !important;
        margin: 0%;
        margin-top: 0%;
        padding-left: 2%;
    }

        .box-push-big-middle .box-push{
            float: left;
            margin-top: 4%;
        }

    .enclair-main-rubric .box-push-container .clearfix,
    .datadesk-main-rubric .box-push-container .clearfix,
    .desintox-box-filter .clearfix{
         clear: unset;
    }

    .enclair-main-rubric .box-push-container .clearfix::before, .enclair-main-rubric .box-push-container  .clearfix::after,
    .datadesk-main-rubric .box-push-container .clearfix::before, .datadesk-main-rubric .box-push-container  .clearfix::after,
    .desintox-box-filter .clearfix::before, .desintox-box-filter  .clearfix::after{
        content: " ";
        display: unset;
    }

    .datadesk-main-rubric .box-push-little-left,
    .desintox-box-filter .box-push-little-left{
        max-width: 100%;
        width: 100%;
        float: none;
    }

    .datadesk-main-rubric .box-push-big-right{
        float: none;
        margin: 0;
    }

         .datadesk-main-rubric .box-push-big-right .box-push-datadesk{
            float: left;
            margin-top: 4%;
         }

    .datadesk-main-rubric .box-push-full-width .box-push,
    .datadesk-main-rubric .box-push-little-left .box-push{
        margin-left: 2%;
        margin-top: 2%;
    }
            .datadesk-main-rubric .box-push-full-width .box-push:nth-child(2n),
            .datadesk-main-rubric .box-push-little-left .box-push:nth-child(2n){
                margin-left: 0%;
            }

    .enclair-main-rubric .more-of {
        display: inline-block;
    }

    .grandangle-others,
    .grandangle-main .push-articles{
        width: 100%;
    }

    .grandangle-others{
        padding: 0 2%;
    }


    .box-push-little-left-w-middle .box-push:nth-child(3n-1), .box-push-little-right-w-middle .box-push:nth-child(3n-1){
        margin-top: 2%;
    }

    .video-first .box-push .box-push-block .img-mask{
        height: auto;
        max-height: 375px;
    }

    .video-first{
        width: 100%;
    }

    .video-first .box-push .box-push-block-nocat{
        height: auto;
    }

        .box-push-block .shadow{
            height: 100%;
        }

    .video-filter a{
        font-size: 0.85rem;
        border-top: 1px solid #dddddd;
    }

    .video-first .box-push{
        max-width: 100%;
    }

    .video-mostviewed{
        margin-left: 0;
        margin-top: 2%;
        width: 100%;
    }

    .video-mostviewed .video-mostviewed-list li .thumbnail{
        width: auto;
    }

    .video-player img {
        width: 100%;
        height: auto;
    }


    .video-main-container-content,
    .video-background_player{
        padding: 0 5%;
    }

    .video-player{
        height: auto;
        min-height: auto;
    }

    .contact .contact-mail,
    .contact .contact-tw,
    .contact .contact-secure{
        padding: 8px 20px;
    }

    .author-header .contact{
        width: auto;
    }

    .contact .contact-tw{
        clear: both;
        display: block;
        float: right;
        width: 150px;
    }

    .contact-secure-and-mail-txt{
        padding-right: 15px;
    }

    .author-content .img-mask{
        padding-top: 12%;
        width: 12%;
    }

    .author-header .job,
    .author-header .name{
        font-size: 2rem;
    }

    .publications .nb{
        font-size: 1.9rem;
    }

    .publications .nb-txt {
        font-size: 0.9rem;
    }

    .his-publications{
        margin: auto auto 0px;
    }

    .bio-txt{
        font-size: 1.1rem;
    }

    .abonnement-header-banner-container .title{
        font-size: 3rem;
        padding: 70px 8% 0;
    }

    .abonnement-header-banner-container .sub-title{
        font-size: 1.4rem;
    }

    .icon-abonnement{
        margin-bottom: 10%;
        margin-top: 2%;
        width: 70%;
    }

    .abonnement-header-banner, .securebox-header-banner{
       height: auto;
    }

    .subscribe-border{
        height: 280px;
    }

    .abonnement-header-border, .securebox-header-border{
         padding: 12% 6%;
    }

    .abonnement-header-border, .securebox-header-border .securebox-border-subtitle{
        font-size: 1.2rem;
    }

    .subscribe-border-title, .securebox-border-title{
        font-size: 2.3rem;
    }

    .subscribe-border-subtitle{
        font-size: 1.2rem;
    }

    .abonnement-icon-container .box{
        height: auto;
    }

    .abonnement-icon-container .box .box-img img{
        width: 60%;
    }

    .abonnement-icon-container .box .txt{
        font-size: 1.1rem;
        padding: 15px 10%;
    }

    .abonnement-red-box-container .box .txt{
        font-size: 1.1rem;
    }

    .subscribe-border-y{
        height: 250px;
    }

    .abonnement-offer-container{
        margin: -11.5% auto auto;
    }

    .abs-centered{
        transform: translate(-50%, -50%) scale(0.65);
    }

    .payment-decouverte-container .intro{
        font-size: 1.2rem;
    }

    .payment-decouverte-container .boxpay .title{
        font-size: 1rem;
    }

    .payment-decouverte-container .icon-box .icon{
        width: 80%;
        height: auto;
    }

    .payment-decouverte-container .explaintxt{
        font-size: 1.1rem;
        padding: 8% 15%;
    }

    .payment-decouverte-container .icon-box2 .icon{
        width: 30%;
    }

    .datadesk-main h1{
        font-size: 3rem;
    }

    .datadesk-main .subtitle{
        font-size: 1.4rem;
    }

    .infog-text-button{
        font-size: 0.9rem;
    }

    .more-of .section{
        font-size: 0.9rem;
    }

    .more-of .subtitle{
        font-size: 0.9rem;
    }

    .infog-text-button span::before{
        height: 17px;
        width: 17px;
        margin-top: -2px;
    }

    .datadesk-main h4,
    .datadesk-main .datadesk-content,
    .desintox-content, .enclair-content,
    .encontinu-content, .off-content,
    .newsroom-main .newsroom-content,
    .culture-main-left-container-content{
        font-size: 1.1rem;
    }

    .box-enclair-container-inline .box-enclair .title{
        font-size: 1.2rem;
    }

    .box-enclair-container-inline .box-enclair .nb{
        width: 12.8%;
        font-size: 1.1rem;
    }

    .more-of .subtitle{
       /* width: 60%;*/
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        vertical-align: -8px;
    }

    .datadesk-main .datadesk-content{
        width: 85%;
    }

    .desintox-main-push-right, .enclair-main-push-right{
        display: none;
    }

    .desintox-content .desintox-section-header,
    .encontinu-content .chapo, .off-content .chapo,
    .newsroom-main .chapo, .enclair-main .chapo,
    .culture-main-left-container .chapo{
        font-size: 1.5rem;
    }

    .desintox-content, .enclair-content{
         padding-left: 15%;
    }


    .encontinu-main-container h1, .off-main-container h1,
    .newsroom-main h1{
        font-size: 2.3rem;
    }



    .encontinu-main-container h1 .spe, .off-main-container h1 .spe{
        font-size: 1.8rem;
    }

    .encontinu-main-container{
        width: 100%;
        max-width: 100%;
        margin-bottom: 25px;
    }

    .off-main-container{
        width: 96%;
        margin: 0 2%;
        max-width: none;
    }
    .encontinu-main-push-right,
    .off-main-push-right{
        display: none;
    }

    .newsroom-main{
        padding: 40px 10%;
        width: 100%;
        width: 96%;
        margin: 4% 2%;
    }

    .off-block{
        padding: 5%;
    }

    .profil-main-container ul, .securebox-main-container ul{
        height: 50px;
    }

    .profil-main-container ul li, .securebox-main-container ul li{
        font-size: 0.85rem;
        height: 50px;
        width: 30%;
    }

    .profil-main-container ul li a, .securebox-main-container ul li a{
        padding: 10px 6%;
    }

    .profil-main-container ul li a .icon{
        height: 15px;
        width: 15px;
    }

    .profil-main-container .content .field .label-and-value{
        font-size: 1.1rem;
        width: 70%;
    }

    .profil-main-container .content .field .modify{
         padding-right: 8%;
    width: auto;
    }

    .choice{
        font-size: 1.1rem;
    }

    .choice .txt .txt-title{
        font-size: 1.2rem;
    }

    .choice .iconbox .icon{
        width: 100%;
        height: auto;
    }


    .securebox-main-container .content .steps .step .step-title{
        font-size: 1.4rem;
    }

    .securebox-main-container .content .intro{
        font-size: 1.3rem;
    }

    .securebox-main-container .content .steps .step .step-txt,
    .securebox-main-container .content .rules .rule{
        font-size: 0.95rem;
    }



    .securebox-main-container .content .rules .rule{
        height: auto;
    }

    .securebox-main-container .content .warning{
        font-size: 0.85rem;
    }

    .securebox-main-container .content .steps .step .step-icon{
        height: 65px;
        width: 65px;
    }

         .securebox-main-container .content .steps .step .step-icon .icon{
             width: 100%;
             height: auto;
         }

        .securebox-main-container .content#divhow .steps .step .step-icon .icon{
            height: auto;
            transform: scale(0.7);
            width: auto;
        }



            .securebox-main-container .content .steps .step .step-icon .icon.icon1{
                 margin-left: 0;
                margin-top: 4px;
            }
            .securebox-main-container .content .steps .step .step-icon .icon.icon2{
                    margin-left: 4px;
                    margin-top: 5px;
            }

            .securebox-main-container .content .steps .step .step-icon .icon.icon3{
                    margin-left: 4px;
                    margin-top: 4px;
            }

           .securebox-main-container .content .steps .step .step-icon .icon.icon4{
                margin-left: 3px!important;
                margin-top: 9px!important;
            }

    .securebox-main-container .content#divconseil .steps .step{
        height: auto;
        margin-bottom: 20px;
        padding: 20px;
        width: 100%;
        margin-left: 0px;
    }
    .securebox-main-container .content#divhow .steps .step{
        width: 49%;
        margin-left: 2%;
        margin-bottom: 2%;
        height: 350px;
    }

    .securebox-main-container .content#divhow .steps .step:nth-child(2n+1){
        margin-left: 0;
    }

    .search-form-inline{
        padding: 0 2%;
    }

    .search-nb-result{
        padding-left: 2%;
        padding-top: 190px;
    }

    .infog-text-button{
        margin-left: auto;
        margin-right: auto;
    }

    .static-container-content-block{
        width: 49.5%;
        margin-left: 1%;
        margin-bottom: 1%;
    }

    .static-container-content-block:nth-child(2n+1){
        margin-left: 0;
    }

    .static-main-container .static-container-content .team .people{
         width: 49%;
        margin-bottom: 2%;
    }


    .abonnement-header-banner.abonnement-header-banner-boxed{
        height: 300px;
    }

    .abonnement-header-banner.abonnement-header-banner-boxed .subscribe-border-title, .securebox-header-banner.securebox-header-banner-boxed .securebox-border-title{
        font-size: 1.7rem;
    }

    .abonnement-offer-container .box .headerbox{
        font-size: 1.2rem;
        line-height: 1;
        padding-top: 14px;
    }

    .abonnement-offer-container .box .contentbox{
        font-size: 1rem;
    }

    .abonnement-offer-container .box .contentbox .action a{
        font-size: 0.90rem;
    }

    .abonnement-offer-container .box .contentbox .price-soutien{
        font-size: 0.85rem;
        height: 131px;
    }

    .abonnement-offer-container .box .contentbox .price{
        font-size: 2rem;
        height: 131px;
    }

    .abonnement-offer{
        padding: 2%;
    }

    .abonnement-offer-container .box{
        height: 355px;
    }

    .encontinu-main-container-left{
        max-width: none;
        width: auto;
    }

    .main-container.main-container-culture{
        padding-top: 60px;
    }

    .culture-main-left{
        width: 100%;
        padding-top: 20px;
    }

    .culture-main-right{
        width: 100%;
        margin-left: 0;
    }

    .culture-main-header{
        font-size: 2rem;
    }

        .main-container-culture .culture-main-header{
            font-size: 2.4rem;
        }
        .main-container-culture .culture-main-header .author{
            font-size: 1.4rem;
        }

    .grandangle-main{
        margin: 25px auto auto;
    }

    .grandangle-main-tag{
        margin-top: -24%;
    }

    .grandangle-main h1{
        font-size: 3rem;
    }

    .grandangle-main .standfirst{
        font-size: 1.4rem;
    }

    .grandangle-main .cat{
        font-size: 1.1rem;
        margin-top: 4px;
    }

    .grandangle-main .grandangle-content{
        font-size: 1.1rem;
    }

    .grandangle-main h2{
        font-size: 2rem;
        padding: 8% 15%;
    }

    .grandangle-main h3{
        font-size: 1.3rem;
    }

    .push-block-focus, .grandangle-push-right .quotes, .grandangle-push-left .quotes, .grandangle-push-right .bio-express, .grandangle-push-left .bio-express{
        width: 100%;
    }

    .grandangle-main .push-articles .push-article{
        height: 188px;
    }

    .quotes .triangle-w{
        left: 50%;
    }

    .desintox-filter a{
        font-size: 0.9rem;
    }

    .culture-main-right-container{
        padding-top: 25px;
    }

    .culture-main-right-container .place{
        padding: 5px 5% 25px;
    }




    .tw{
        width: 96%;
        margin-left: 4%;
    }

    .fb{
         margin-left: 4%;
        width: 96%;
    }


    .footer{
        padding-left: 2%;
        padding-right: 2%;
        padding-top: 10px;
        padding-bottom: 40px;
    }

    .logo-little-footer{
        width: 160px;
    }

    .footer .section{
        margin-bottom: 20px;
    }

    .footer .section li::before{
        content: "";
    }

    .footer .section li{
        width: 100%;
        font-size: 1.5rem;
    }

     .footer .usefull-link {
         display: inline-block;
     }


    .footer .usefull-link li{
        width: 100%;
        font-size: 0.85rem;
    }


}

@media  (max-width: 600px) {

    .abonnement-btn{ display:none;}
    .header-rubric .logo-rubric-txt {
        font-size: 1.2rem;
        vertical-align: -14px;
    }
}

@media (max-width: 1180px) {
    .home-main-right .box-push.box-push-pub{
        width: 100%;
    }

    .global-title{
        font-size: 1.2rem;
    }

    .box-grandangle,
    .box-grandangle .img-mask{
        height: auto;
    }

    .global-text{
        font-size: 1rem;
    }

    .home-main-right .box-push{
        height: 335px;
    }
    .home-main-right .box-push .img-mask{
        height: 150px;
    }

    .main-container-home .social-banner,
    .main-container-home .social-banner-block{
        height: auto;
    }

    .main-container-home .social-banner-block{
        padding-bottom: 25px;
    }


    .box-edition-abonnes .box-main-list li:nth-child(n+4){
        display: none;
    }

    .box-edition-abonnes{
        height: auto;
    }

    .box-main-list li:nth-child(n+4){
        display: none;
    }

    .box-main-list li:nth-child(3){
        border: 0;
    }

    .box-main-list li a.box-title .global-paydesk{
        right: 0;
    }

     .tw, .fb{
            width: auto;
        }

    .headerlive-border {
        border-bottom: 1px solid #dadada;
        border-left: 1px solid #dadada;
        height: 50px;
        width: 50px;
    }

    .menu .menu-border{
        border: 0px;
		display: inline-block;
    }

    #header-menu li a{
        font-size: 1.1rem;
    }

    #header-menu{
         margin-top: 32px;
    }

    .header-rubric .logo-rubric{
        width: 185px;
    }

    a.headersignup {
        background: #f3b200 none repeat scroll 0 0;
        color: #fff;
        display: inline-block;
        float: left;
        font-family: "franklin-gothic-urw";
        font-size: 1rem;
        margin-right: 30px;
        margin-top: 12px;
        padding: 6px 12px;
        text-decoration: none;
        transition: opacity 300ms ease 0s;
    }

    .searchandconnect,
    .menu{
        position: relative;
    }

     .last-minute-banner-container{
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .last-minute-banner{
        height: auto;
    }

            .last-minute-banner .title{
                 font-size: 1.1rem;
            }

            .last-minute-banner .txt{
                font-size: 1rem;
            }

    .alert-banner .title{
        /*vertical-align: 15px;*/
    }


    .video-main-container .video-pub-a-content-container .box-push-pub-conatiner{
        display: none;
    }

    .newsroom-main .box-push-pub-conatiner{
        display: inline-block;
        left: 0;
        width: 100%;
        position: relative;
        text-align: center;
    }


        .video-main-container .video-pub-a-content-container .box-push-pub-conatiner img,
        .newsroom-main .box-push-pub-conatiner img{
            margin: auto;
        }

    .desintox-content, .enclair-content,
    .video-keywords,
    .video-social{
        padding-left: 5%;
    }

    .video-main-container .video-pub-a-content-container{
        padding: 0px;
    }

    .player-wrapper {
        margin: auto;
        width: auto;
    }

    .box-push-pub-600{
        display: none;
    }

}

@media  (max-width: 900px) {
    .culture-main-left .box-push-big-left {
        width: 100% !important;
    }

    .culture-main-left .box-push-little-right {
        width: 100%;
    }

        .main-container.main-container-culture .box-push-little-right .box-push,
        .main-container.main-container-culture .box-push-little-right .box-push:nth-child(2){
            margin-top: 2%;
            margin-left: 0;
        }


            .main-container.main-container-culture .box-push-little-right .box-push:nth-child(2){
                margin-left: 2%;
            }

    .culture-main-left .box-push-big-left{
        width: 100%!important;
    }

    .header-rubric.seeme .logocontainer {
        padding-top: 2px;
        width: 30%;
    }

    .social-banner-block .logo, .social-banner-block .type {
        display: none;
    }

    .social-banner-block .logo, .social-banner-block .type {
        display: none;
    }

}


@media (max-width: 768px) {


    .header-rubric.seeme .logocontainer{
        width: 30%;
        padding-top: 2px;
    }

    .home-main-left {
        float: left;
        width: 58%;
    }

    .home-main-right {
        float: right;
        width: 41%;
    }

        .home-main-right .box-push,
        .box-enoff,
        .box-lespluslus,
        .box-edition-abonnes,
        .box-alert-us,
        .box-grandangle,
        .main-container-home .social-banner,
        .abonnement-offer,
        .home-main-right .box-push.box-push-pub-600,
        .nl-banner {
            float: none;
            width: 100%;
        }


        .alert-banner.seeme {
            height: 64px;
            margin-bottom: 25px;
            padding: 0.3em 0;
        }

        .alert-banner .title {
            float: left;
            margin-left: 4%;
            margin-top: 10px;
        }

        .alert-banner .txt {
          font-size: 1.1rem;
          display: block;
          width: 2000px;
          float: left;
          overflow: hidden;
          top: 0;
          position: absolute;
          left: 250px;
          top: 4px;
        }


        .global-title{
            font-size: 1.2rem;
        }

        .global-text{
            font-size: 1rem;
        }

        .home-main-right .box-push{
            height: 325px;
        }

            .home-main-right .box-push .img-mask{
                height: 170px;
            }

        .tw, .fb{
            width: auto;
        }

    .box-main-title{
        padding-top: 5px;
    }

    .box-main-list li a.box-title .global-paydesk{
        right: 0;
    }

    .box-edition-abonnes{
        height: auto;
    }

        .box-edition-abonnes .box-main-list li{
            float: none;
            width: 100%;
            height: 225px;
        }

            .box-edition-abonnes .box-main-list li:nth-child(n+4){
                display: none;
            }

        .box-edition-abonnes-test{
            height: 165px;
        }

    .box-grandangle{
        height: auto;
    }
        .box-grandangle .img-mask {
            height: 140px;
            margin-bottom: 10px;
        }

        .box-grandangle-title {
            font-size: 1.3rem;
        }

    .main-container-home .social-banner-block{
        height: auto;
    }

    .abonnement-offer .abonnement-offer-container .box{
        padding-bottom: 10px;
        padding-top: 10px;
        margin-bottom: 10px;
    }

        .abonnement-offer .subscribe-border-title,
        .abonnement-offer .abonnement-offer-container .box .headerbox{
            font-size: 1.4rem;
        }


            .abonnement-offer-container .box .contentbox .price{
                height: auto;
                font-size: 2.3rem;
            }

            .abonnement-offer-container .box .contentbox .action a{
                font-size: 1.1rem;
                padding: 5px 16px;
            }

        .abonnement-offer-container .box .contentbox .price-soutien{
            margin-bottom: 0;
        }

            .abonnement-offer-container .box .contentbox .price-soutien input{
                width: 164px;
            }

    .main-news-home .main-news-home-text{
        padding: 10px;
    }

    .box-encontinu-hour{
        font-size: 0.8rem;
    }

    .box-encontinu-container li .global-social{
        width: auto;
    }


.culture-main-rubric {
    padding-top: 50px;
}

    .culture-main-left .box-push-big-left {
        width: 100% !important;
    }

    .culture-main-left .box-push-little-right {
        width: 100%;
    }

        .main-container.main-container-culture .box-push-little-right .box-push,
        .main-container.main-container-culture .box-push-little-right .box-push:nth-child(2){
            margin-top: 2%;
            margin-left: 0;
        }


            .main-container.main-container-culture .box-push-little-right .box-push:nth-child(2){
                margin-left: 2%;
            }

    .culture-main-left .box-push-big-left{
        width: 100%!important;
    }

    .main-container-culture .box-push.box-push-big-left{
        padding: 2%;
    }

    .desintox-main-rubric .box-push-big-left:first-child, .desintox-main-rubric .box-push-big-right:first-child{
        margin-bottom: 0px;
        padding-left: 2%;
    }

    .box-push.box-push-big-left{
        padding-left: 0px;
    }

    .box-push-little-right  .box-push:last-child,
    .box-push-little-left .box-push:last-child{
        margin-bottom: 0px;
    }

    .main-container:not(.main-container-culture) .box-push-full-width:nth-child(2) .box-push:first-child{
        margin-top: 0px;
    }

    .box-push-little-left .box-push:first-child{
        margin-top: 2%;
    }

    .box-push-big-left, .box-push-big-right{
        margin-top: 0px;
    }

      .box-push-little-left .box-push:first-child{
        margin-top: 2%;
    }

    .box-push-big-left, .box-push-big-right{
        margin-top: 0px;
    }

    .main-container .datadesk-container .box-push-little-right .box-push:nth-child(2){
        margin-top: 2%
    }

    .main-container .datadesk-container  .box-push-full-width:nth-child(2) .box-push:first-child{
        margin-top: 2%;
    }

    .header-rubric .logo-rubric-txt{
        display: none;
    }

    .datadesk-main-rubric .box-push-big-right{
        padding-right: 2%;
    }

    .header-rubric{
        height: 85px;
    }
    .main-container{
        padding-top: 90px;
    }

    .social-banner-block .logo,
    .social-banner-block .type{
        display: none;
    }


.abonnement-rubrique .abonnement-offer,
    .abonnement-rubrique .abonnement-offer{
    background: #f3b200;
    padding: 5%
}

    .abonnement-offer .abonnement-offer-container,
    .abonnement-rubrique .abonnement-offer .abonnement-offer-container{
        margin: 0;
    }

        .abonnement-offer .abonnement-offer-container .box,
        .abonnement-rubrique .abonnement-offer .abonnement-offer-container .box{
            float: none;
            width: 100%;
            height: auto;
            border-radius: 0;
            margin-bottom: 15px;
            padding-bottom: 20px;
        }

        .abonnement-offer .subscribe-border-title,
        .abonnement-rubrique .abonnement-offer .subscribe-border-title{
            color: #fff;
            font-family: jubilat;
            font-size: 2rem;
            font-weight: 600;
            line-height: 1;
            padding: 0% 3% 4%;
            text-align: center;
        }

        .abonnement-offer .abonnement-offer-container .box .headerbox,
        .abonnement-rubrique .abonnement-offer .abonnement-offer-container .box .headerbox{
            background: #fff none repeat scroll 0 0;
                color: #333;
                font-family: jubilat;
                font-size: 1.7rem;
                font-weight: 400;
                padding-top: 6px;
                text-align: center;
                height: auto;
        }

        .abonnement-offer .abonnement-offer-container .box .contentbox,
        .abonnement-rubrique .abonnement-offer .abonnement-offer-container .box .contentbox{
            padding: 0;
        }

        .abonnement-offer-container .box .headerbox span,
        .abonnement-rubrique .abonnement-offer-container .box .headerbox span{
            font-weight: 600;

        }

            .abonnement-offer-container .box .contentbox .time,
            .abonnement-rubrique .abonnement-offer-container .box .contentbox .time,
            .abonnement-offer-container .box .contentbox .type,
            .abonnement-rubrique .abonnement-offer-container .box .contentbox .type{
                border-bottom: 0px;
            }

            .abonnement-offer-container .box .contentbox .price,
            .abonnement-rubrique .abonnement-offer-container .box .contentbox .price{
                padding: 0;
                border-bottom: 0px;
                font-size: 2.9rem;
                font-weight: 600;
            }

        .abonnement-rubrique .abonnement-offer-container .box:nth-child(2){
            margin-left: 0;
            margin-right: 0;
        }

            .abonnement-offer-container .box .contentbox .action{
                margin-top: 0;
            }

            .abonnement-rubrique .abonnement-offer-container .box .contentbox .action a{
                margin-top: 0;
                background: #f3b200 none repeat scroll 0 0;
                color: #fff;
                display: inline-block;
                font-size: 1.2rem;
                padding: 8px 22px;
                text-decoration: none;
                border: 0;
                border-radius: 0;
                margin-top: 0;
                -webkit-transition: opacity 300ms;
                transition: opacity 300ms;
            }

    .abonnement-rubrique .abonnement-offer .abonnement-offer-container .box:nth-child(2) {
        margin-left: 0%;
        margin-right: 0%;
    }

    .abonnement-rubrique .abonnement-offer .abonnement-offer-container .box .contentbox .price{
        line-height: 1.2;
        padding: 5px 0;
    }

    .abonnement-rubrique .abonnement-offer .abonnement-offer-container .box .contentbox .action{
        margin-top: 15px;
    }

    .abonnement-rubrique .abonnement-offer .abonnement-offer-container .box .contentbox .action a{
         background: #f3b200 none repeat scroll 0 0;
        border: 0 none;
        border-radius: 0;
        color: #fff;
        display: inline-block;
        font-size: 1.2rem;
        margin-top: 0;
        padding: 8px 22px;
        text-decoration: none;
        transition: opacity 300ms ease 0s;
    }

                 .abonnement-rubrique .abonnement-offer-container .box .contentbox .action a:hover{
                    margin-top: 0;
                    opacity: 0.65;
                }

            .abonnement-rubrique .abonnement-offer-container .box .contentbox .price-soutien{
                border-bottom:0px;
            }

        .abonnement-rubrique .abonnement-offer-container .box .contentbox .price-soutien input{
            width: 188px;
        }

        .abonnement-rubrique .abonnement-offer-container .box .contentbox .price-soutien{
            margin-bottom: 15px;
            padding: 10px 20% 0;
        }


    .grandangle-listing .related-news li img{
        float: left;
    }

    .grandangle-listing .related-news li .related-title, .home-main-left .related-news li .related-title{
        padding-left: 3%;
    }


}


@media (max-width: 767px) {

    .menu:active {
        position: relative;
        top: 0px;
    }

    #header-menu{
        display: none;
    }

    a.headersignup{
        display: none;
    }

    .header-rubric.header-home{
         height: 85px;
    }

    .headerlive,
    .search,
    .connect{
        -webkit-transform:  scale(0.8);
        -ms-transform: scale(0.8);
            transform:  scale(0.8);
        width: auto;
    }

    .main-container-home{
         padding-top: 85px !important;
    }

    .home-main-right .box-push {
        height: auto;
        padding-bottom: 40px;
    }

        .home-main-right .box-push .img-mask,
        .box-grandangle .img-mask{
            height: auto;
        }

    .box-edition-abonnes{
        padding-bottom: 15px;
    }


}

@media print {

    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {text-decoration: underline;}
    a[href]:after {content: " (" attr(href) ")";}
    abbr[title]:after {content: " (" attr(title) ")";}
    .visual-ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {content: "";}
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid;}

    thead {display: table-header-group;}
    tr, img {page-break-inside: avoid;}
    img {max-width: 100% !important;}

    p, h2, h3 {orphans: 3; widows: 3;}
    h2, h3 {page-break-after: avoid;}

}

/* @end PRINT */




/* Habillage CSS */
body {
    overflow:hidden;
}
.main-container {
    padding-top: 185px;
}
#habillage {
    height: 1200px;
    width: 1350px;
    left: calc(50% - 675px);
    position: absolute;
    z-index: 0;
    display: block;
    /*padding-top: 100px;*/
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: center top;
}
.newsroom-w-habillage {
    max-width: 970px;
    padding: 20px;
    background: #FFFFFF;
    position: relative;
}
.home-main-w-habillage, .main-article-habillage, .rubric-w-habillage, .encontinu-w-habillage {
    max-width: 970px;
    margin-top: 250px;
    padding: 20px;
    background: #F2F2F2;
    position: relative;
}
.box-push.box-push-pub {
	overflow:hidden;
}
.culture-main-left-container {
	max-width:1004px;
}
.culture-single-left.culture-main-left {
    width: 100%;
}
.culture-main-habillage {
	width:100%;
	max-width:1004px;
}
.box-push-pub-conatiner.culture-habillage-ads {
	width:30%;
	float:left;
	position:relative;
	left:0;
	padding-left: 2%;
}
.culture-main-left-container-content.culture-habillage-left {
	width:66%;
	padding-left:0;
	padding-right: 2%;
	float:right;
}
.culture-habillage-left .abonnement-offer.abonnement-offer-article {
	margin: 50px 0;
}
.culture-main-left-container-social.culture-habillage-left-container-social {
	padding-left:0;
    width: 100%;
}
.culture-main-left {
    width: 72.5%;
}
.main-container-culture.culture-habillage .social-banner {
	display:none;
}
.main-container-culture.culture-habillage .desintox-push.clearfix.content-bottom {
	background:transparent;
}
.main-container.main-container-culture {
    background: #f2f2f2;
}
.culture-single-right {
	display:none;
}
/*
.box-push-block .title {
    font-size: 1.2rem !important;
}
*/
.enclair-w-habillage.desintox-main {
	padding-top: 10px;
}
.desintox-main-container, .enclair-main-container {
	max-width: 72%;
}
.desintox-w-habillage .desintox-main-container {
	max-width: 68%;
}
.enclair-w-habillage .enclair-main-container {
	max-width: 68%;
}
.desintox-main-push-right, .enclair-main-push-right  {
	max-width: 30%;
}
font {
	display:none;
}
.newsroom-main h4 {
	line-height:normal;
}
.header .rubric-culture {
    color: #c1a05d;
    font-family: jubilat;
    font-size: 1.9rem;
    font-weight: 300;
    margin-left: 0;
    display: inline-block;
    vertical-align: bottom;
}

.header-rubric {
    height: 65px;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    width: 100%;
    text-align: center;
    transition: height 400ms;
    overflow: hidden;
    position: fixed;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 5;
}
.menu {
    height: 30px;
    display: inline-block;
    /* width: 184px; */
    /* height: 100%; */
    float: left;
    cursor: pointer;
    transition: color 300ms;
    position: absolute;
    left: 0;
    top: 0px;
}
.menu .menu-border {
    border: 1px solid #dadada;
    border-radius: 35px;
    margin-left: 50px;
    margin-top: 12px;
    padding: 5px 20px;
    min-width: 136px !important;
	display: inline-block;
}
.arabia-header-link {
	display: inline-block;
	padding: 4px 10px;
	background: #ef183d;
	text-decoration: none;
	color: #fff;
	margin: 16px 10px;
	vertical-align: top;
}
.menu .burger {
    width: 24px;
    background: #333;
    height: 3px;
    position: relative;
    display: inline-block;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}
.menu .name {
    display: inline-block;
    vertical-align: -5px;
    margin-left: 18px;
    font-family: franklin-gothic-urw;
    font-size: 1.1rem;
}
.header-rubric .logocontainer {
    margin-top: 0;
    transition: margin 200ms;
    text-decoration: none;
}
.header-rubric .logo-rubric {
    width: 180px;
    margin-top: 13px;
    display: inline-block;
    transition: width 300ms, margin 300ms;
}
.searchandconnect {
    display: inline-block;
    float: right;
    margin-right: 30px;
    margin-top: 9px;
    width: auto;
    position: absolute;
    right: 0;
}
.connect {
    width: 65px;
}
.connect .icon {
    margin-top: 0px;
}
.connect .connect-border {
    height: 45px;
    padding-left: 2px;
    width: 45px;
}
.search {
    width: 65px;
    height: 100%;
}
.search .search-border {
    height: 45px;
    padding-left: 11px;
    padding-top: 4px;
    width: 45px;
}
.headerlive {
    height: 100%;
    width: 65px;
}
.headerlive-border {
    height: 45px;
    padding-top: 10px;
    width: 45px;
}
.header-bigone {
    /* height: 160px; */
    height: 120px;
    border-bottom: 1px solid #dadada;
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: fixed;
    background: #fff;
    left: 0;
    top: 65px;
    z-index: 5;
    transition: height 200ms;
}
.header-bigone .logo-rubric-txt {
    display: inline-block;
    font-family: "jubilat";
    font-size: 3.6rem;
    font-weight: 200;
    line-height: 1;
    padding-left: 10px;
    padding-top: 14px;
    transition: font-size 300ms, vertical-align 300ms, font-weight 300ms;
}
.header-rubric.seeme {
    height: 66px;
}
.main-container-home {
    padding-top: 125px !important;
}
.header-rubric.header-home.seeme{
    height: 66px;
}
.header-rubric.header-home {
    height: 125px;
}
.culture-push .header {
     padding-bottom: 15px;
}

.video-w-habillage .video-main-container .video-pub-a-content-container .box-push-pub-conatiner {
    left: -10%;
    position: absolute;
    top: 0;
}
.video-w-habillage .clearfix.video-content-container {
    padding-left: 16%;
}
.more-of-container {
    margin-top: 3%;
}
.menu-link.seeme .social-banner-menu.clearfix a.tw {
    margin-top: 14px;
}
.main-container-home .social-banner-block .tw,
.main-container-home .social-banner-block .fb {
    margin-left: 4%;
}
.main-container-home .social-banner-block .tw, .main-container-home .social-banner-block .fb {
    margin-top: 20px !important;
}
.main-container-home .social-banner-block .fb {
    margin-bottom: 33px;
}





.keywords a {
    color: #666!important;
}


/*ADS*/
.mt25 {
    margin-top: 25px;
}
.mt35 {
    margin-top: 0;
}
.mt55 {
    margin-top: 55px;
}
.encontinu-main-container {
    margin-bottom: 0;
}
.box-push-pub .pub {
    margin-top: 10px;
}

.datadesk-w-habbillage .datadesk-container {
    padding-bottom: 0;
}
.culture-main-rubric {
    padding-top: 20px;
}
/*
.datadesk-w-habbillage, .desintox-w-habillage, .grandangle-w-habillage,
.newsroom-w-habillage, .video-w-habillage,
.datadesk-w-habillage, .enclair-w-habillage, .video-w-habillage*/
.off-w-habillage, .desintox-w-habillage, .enclair-w-habillage {
    background: transparent;
}
.desintox-filter, .video-filter {
    margin-top: 0;
}


.home-main-w-habillage,
.main-article-habillage,
.rubric-w-habillage,
.datadesk-w-habbillage,
.desintox-w-habillage,
.enclair-w-habillage,
.grandangle-w-habillage,
.newsroom-w-habillage,
.video-w-habillage,
.datadesk-w-habillage,
.desintox-w-habillage,
.enclair-w-habillage,
.off-w-habillage,
.video-w-habillage {
    max-width: 970px;
    margin-top: 100px;
    padding: 10px;
}


.deco-h {
    width: 191px;
    height: 600px;
    position: absolute;
    top: 0px;
}
.deco-right {
    right: -191px;
}
.deco-left {
    left: -191px;
}

.single-enoff .box-encontinu-container,
.post-type-archive-enoff .box-encontinu-container {
    padding: 10px;
}
.single-enoff .off-main-push-right li,
.post-type-archive-enoff .off-main-push-right li {
    margin: 0;
}

.desintox-main {
    padding-top: 0;
}


.box-push-big-left .box-push-block .img-mask,
.box-push-big-right .box-push-block .img-mask,
.box-push-big-middle .box-push-block .img-mask,
.video-first .box-push .box-push-block .img-mask,
.box-enoff .img-mask,
.box-lespluslus .img-mask,
.box-edition-abonnes .box-main-list li .img-mask,
.home-main-right .box-push .img-mask{
    height: auto;
}


.home .box-push, .box-grandangle, .box-enoff, .box-lespluslus, .box-edition-abonnes, .social-banner, .box-alert-us {
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}
.home .box-push-pub, .box-grandangle {
    border-top: 1px solid #DDD;
}
.box-push:hover,
.box-grandangle:hover,
.box-edition-abonnes:hover,
.box-enoff:hover,
.box-lespluslus:hover,
.nl-banner:hover,
.box-alert-us:hover {
    transition: box-shadow 300ms;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
}


.content-bottom .social-banner {
    border: 0!important;
}

.content-bottom .social-banner:hover {
    box-shadow: none!important;
}

.box-encontinu-content p a {
    color: #ef183d!important;
}

.datadesk-social {
    width: 72%;
}

.box-grandangle .title {
    font-size: 2rem;
    font-family: jubilat;
    font-weight: 800;
    line-height: 0.9;
    text-align: center;
    display: block;
    text-decoration: none;
    opacity: 1;
    transition: opacity 300ms;
}

.box-encontinu-container li .global-social {
    top: 35px;
}

.box-grandangle svg {
    margin-right: 8px;
    position: relative;
    top: -3px;
}

.box-alert-us .alert-us-content {
    float: right;
    display: inline-block;
    width: 80%;
}

.box-alert-us img {
    display: inline-block;
    float: left;
    width: 17%;
}

.keywords a {
    text-decoration: none;
}

.post-type-archive-enclair .box-push-container .img-mask {
    position: relative;
    bottom: 0;
    width: 100%;
}

.post-type-archive-enclair .content-bottom .box-push-container .img-mask {
    position: relative;
    width: 100%;
}

.enclair-main-push-right .box-push:not(:first-child) {
    margin-top: 20px;
}

.menu-link .tw {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0 6%;
}
.menu-link .tw-title {
    margin-top: 0;
}
.menu-link ul.second {
    margin-top: 0;
}

.encontinu-main-push-right ul {
    max-height: none;
}




.nl-banner{
    display: flex;
    float: left;
    background-color: #fff;
    padding: 30px;
    width: 100%;
    font-family: "franklin-gothic-urw";
    font-size: 1.1rem;
    margin-bottom: 3%;
}

.nl-banner .nl-logo{
    flex: 1 1 10%;
    vertical-align: middle;
    margin-right: 7px;
}

.nl-banner .nl-banner-infos{
    flex: 1 1 90%;
    vertical-align: middle;
}

.nl-banner .nl-title{
    margin-top: -3px;
    font-size:1.1em;
}

.nl-banner .desk-nl{
    font-family: jubilat;
    color: #ef183d;
    font-weight:500;
}

.nl-banner .nl-form{
    border:none;
    border-bottom: 1px solid #9e9e9e;
    width: 40%;
    position: relative;
    padding-bottom: 3px;
}

.nl-banner .nl-mail{
    border:none;
    width: 100%;
}

.nl-banner .nl-form-btn{
    border:none;
    position: absolute;
    top:2px;
    right:0;
    background-color: #fff;
    color: #9e9e9e;
}

.profil-main .guidelines h1{color:#EF183D; text-align: center;}

.single-live .box-live-header {
    height: 68px;
    padding-top: 14px;
}
.single-live .live-title-wrap {
    border-top: 0;
}
.single-live .live-title {
    font-size: 2rem;
    margin-bottom: 30px;
    font-family: "proxima-nova";
}

.recap-unit {
    margin-bottom: 5px;
}

.box-encontinu-container .fb {
    margin-left 0;
}
.box-encontinu-container .tw {
    margin-left 0;
}
.box-encontinu-container .global-social {
    height: 75px;
    width: 34px;
}

.home .main-header-pub,
.home .main-header-pub {
    margin-bottom: 0;
}

.search-results .search-form,
.search-no-results .search-form {
    top: 64px;
}

.tag .search-nb-result,
.search-results .search-nb-result {
    margin: auto auto;
}


.nl-loading {
    width: 22px;
    display: none;
}

@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-moz-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-ms-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-moz-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-o-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
.ripple {
  display: none;
  background: none;
  position: relative;
  width: 50px;
  height: 50px;
}
.ripple div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  width: 0;
  height: 0;
  opacity: 0;
  border-radius: 50%;
  border-width: 4px;
  border-style: solid;
  -ms-animation: uil-ripple 2s ease-out infinite;
  -moz-animation: uil-ripple 2s ease-out infinite;
  -webkit-animation: uil-ripple 2s ease-out infinite;
  -o-animation: uil-ripple 2s ease-out infinite;
  animation: uil-ripple 2s ease-out infinite;
}
.ripple div:nth-of-type(1) {
  border-color: #f2f2f2;
}
.ripple div:nth-of-type(2) {
  border-color: #ffffff;
  -ms-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.box-encontinu .ripple {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 10px;
}

.live-thumb {
    text-align: center;
}

.video-main-rubric .video-push-box,
.video-main-rubric .video-push-box,
.box-push.video-pushbox,
.video-pushbox {
    background: #9e005d;

}
.video-pushbox a {
    color: #fff;
}
.video-pushbox a.global-text {
    color: #ccc;
}
.video-pushbox .global-social .fb-logo,
.video-pushbox .global-social .tw-logo {
    border-color: #fff;
}
.video-pushbox .global-subtitle {
    border: 2px solid #fff;
    display: inline-block;
    padding: 2px 7px;
    margin-bottom: 10px;
}
.box-push.video-pushbox .global-subtitle, {
    position: relative;
    top: -3px;
}
.box-push.video-pushbox .balises {
    border: 0;
    color: #fff;
    vertical-align: 1px;
    margin: 0;
}

.encontinu-main  .encontinu-main-push-right {
    background: transparent;
}
.encontinu-main  .encontinu-main-push-right .enoff-right-inner {
    border-left: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    background: #fff;
}
.encontinu-main  .encontinu-main-push-right {
    border: 0;
    background: none;
}
.encontinu-main  .encontinu-main .box-push-pub {
    width: 100%;
}
.encontinu-w-habillage.encontinu-main .encontinu-main .box-push-pub,
.encontinu-w-habillage.encontinu-main .box-push-pub {
    width: auto;
}

.encontinu-main .box-push-pub {
    width: 100%;
}



  @-webkit-keyframes placeHolderShimmer {
    0% {
      background-position: -468px 0
    }
    100% {
      background-position: 468px 0
    }
  }

  @keyframes placeHolderShimmer {
    0% {
      background-position: -468px 0
    }
    100% {
      background-position: 468px 0
    }
  }

.timeline-main-wrapper{
  width: 100%;
  overflow: hidden;
}

  .timeline-wrapper {
    float:left;
  }

  .timeline-item {
    margin: 0 auto;
    max-width: 472px;
    min-height: 200px;
  }

  .animated-background {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: #eeeeee;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
    background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    -webkit-background-size: 800px 104px;
    background-size: 800px 104px;
    height: 150px !important;
    position: relative;
  }

  .background-masker {
    background: #fff;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .outlined .background-masker {
    border: 1px solid #ddd;
  }

  .outlined:hover .background-masker {
    border: none;
  }

  .outlined:hover .background-masker:hover {
    border: 1px solid #ccc;
    z-index: 1;
  }

  .background-masker.header-top,
  .background-masker.header-bottom,
  .background-masker.subheader-bottom {
    top: 0;
    left: 40px;
    right: 0;
    height: 10px;
  }

  .background-masker.header-left,
  .background-masker.subheader-left,
  .background-masker.header-right,
  .background-masker.subheader-right {
    top: 10px;
    left: 40px;
    height: 8px;
    width: 10px;
  }

  .background-masker.header-bottom {
    top: 18px;
    height: 6px;
  }

  .background-masker.subheader-left,
  .background-masker.subheader-right {
    top: 24px;
    height: 6px;
  }

  .background-masker.header-right,
  .background-masker.subheader-right {
    width: auto;
    left: 300px;
    right: 0;
  }

  .background-masker.subheader-right {
    left: 230px;
  }

  .background-masker.subheader-bottom {
    top: 30px;
    height: 10px;
  }

  .background-masker.content-top,
  .background-masker.content-second-line,
  .background-masker.content-third-line,
  .background-masker.content-second-end,
  .background-masker.content-third-end,
  .background-masker.content-first-end {
    top: 40px;
    left: 0;
    right: 0;
    height: 6px;
  }

  .background-masker.content-top {
    height: 20px;
  }

  .background-masker.content-first-end,
  .background-masker.content-second-end,
  .background-masker.content-third-end {
    width: auto;
    left: 380px;
    right: 0;
    top: 60px;
    height: 8px;
  }

  .background-masker.content-second-line {
    top: 68px;
  }

  .background-masker.content-second-end {
    left: 420px;
    top: 74px;
  }

  .background-masker.content-third-line {
    top: 82px;
  }

  .background-masker.content-third-end {
    left: 300px;
    top: 88px;
  }


.box-edition-related {
    width: 100%;
    margin-bottom: 3%;
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #DDD;
    float: left;
}

.box-edition-related .box-main-list li {
    width: 18.5%;
    margin: 0 0.7%;
    float: left;
    height: 260px;
    border: 0px;
}

.box-edition-related .box-main-list li .img-mask {
    height: 120px;
    overflow: hidden;
    width: 100%;
    display: block;
}

.box-edition-related .more-related {
    display: inline-block;
    font-weight: bold;
    font-size: 1.2rem;
    letter-spacing: normal;
    vertical-align: top;
}

.box-edition-related li a.box-title {
    font-family: "franklin-gothic-urw";
    color: #1a1a1a;
    font-size: 1rem;
    position: relative;
    text-decoration: none;
    display: inline-block;
}

.box-edition-related li a.box-title img {
    height: 26px;
}

.box-edition-related li span .global-paydesk {
    bottom: auto;
    height: 24px;
    left: auto;
    right: -20px;
    top: -25px;
    width: 24px;
}

.box-edition-abonnes li:last-child {
    border: 0px;
}

.box-edition-related-title {
    color: #333;
    display: block;
    font-family: franklin-gothic-urw-cond;
    font-size: 1.2rem;
    padding: .8%;
    letter-spacing: 0.15rem;
    text-transform: uppercase;
    border-bottom: 1px solid #e6e6e6;
}
.box-related-title {
    background: #EF183D;
    color: #fff;
    padding: 2px 8px;
    vertical-align: top;
}

.top-large-ad iframe {
    margin-bottom: 25px;
}
/*.go-top{
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  cursor: pointer;
  display: none;
  transform: rotate(-90deg);
  background-color: #ef183d;
  height: 56px;
  width: 56px;
  box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
  box-sizing: content-box;
  border-radius: 50%;
}

.go-top .arrow{
  border-top:4px solid white;
}
.go-top .arrow:before{
  border-top:4px solid white;
}*/
@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  5% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}


.go-top{
    z-index: 99;
    border-radius: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 70px;
    opacity: 1;
    display: none;
    cursor: pointer;
    -webkit-transition: opacity 1.3s .5s;
    -moz-transition: opacity 1.3s .5s;
    -o-transition: opacity 1.3s .5s;
    transition: opacity 1.3s .5s;
    transform: rotate(180deg);
}
.go-top:before{
    content: "";
    top: 0;
    left: 0;
    background-color: #EF183D;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    opacity: 0;
    -moz-animation: jumper 1.8s 0.33333s ease-out infinite;
    -webkit-animation: jumper 1.8s 0.33333s ease-out infinite;
    -o-animation: jumper 1.8s 0.33333s ease-out infinite;
    animation: jumper 1.8s 0.33333s ease-out infinite;
}

.go-top:after{
    content: "";
    background-color: #EF183D;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    opacity: 0;
    -moz-animation: jumper 1.8s 0.66666s ease-out infinite;
    -webkit-animation: jumper 1.8s 0.66666s ease-out infinite;
    -o-animation: jumper 1.8s 0.66666s ease-out infinite;
    animation: jumper 1.8s 0.66666s ease-out infinite;
}

.go-top i {
    width: 50px;
    height: 50px;
    display: block;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=) no-repeat center center #EF183D;
    background-size: 20px;
    border-radius: 100%;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 100;
}

.slick-next {
    right: -20px;
}

.slick-prev {
    left: -20px;
}

.slick-arrow[aria-disabled="true"] {
    display: none!important;
}

.slick-next:hover, .slick-prev:hover {
    opacity: 1;
}
.slick-next, .slick-prev {
    position: absolute;
    font-size: 1.2rem;
    z-index: 2;
    border-radius: 50%;
    line-height: 0;
    top: 50%;
    opacity: 0.8;
    box-shadow: 1px 1px 5px rgba(0,0,0,.7);
    display: block;
    width: 40px;
    height: 40px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: #fff;
    border: none;
    outline: none;
    background: #ef183d;
}
.slick-slide {
    padding: 10px;
}

.arabia-content,
.single-arabia .header-bigone .logo-rubric-txt,
.archive-arabia .header-bigone .logo-rubric-txt,
.single-arabia .header-bigone .subtitle,
.archive-arabia .header-bigone .subtitle {
  font-family: 'DroidArabicKufiRegular';
}
.single-arabia .header-bigone .subtitle,
.archive-arabia .header-bigone .subtitle {
  letter-spacing: 0;
}
.arabia-container .box-push.medium .box-push-block .title,
.arabia-container .box-push-block .title,
.arabia-container .home-main-left .box-push-block .title,
.arabia-container .arabia-content,
.arabia-container .title-wrap h1.inline,
.arabia-container .title-wrap,
.arabia-container .legend {
  font-family: 'DroidArabicKufiRegular';
	text-align: right;
	direction: rtl;
}

.arabia-container .box-push-block .title {
  line-height: 1.3;
}

.arabia-container .legend {
	display: inline-block;
	width: 100%;
}
.arabia-container .newsroom-main h1 {
	padding: 0;
}
.arabia-container .chapo {
    padding: 35px 0 35px 10%;
    direction: rtl;
    text-align: right;
}

.post-type-archive-arabia .box-push.medium .box-push-block .title,
.post-type-archive-arabia .box-push-block .title {
	font-size: 1.8rem;
}

.arabia-container .balises {
	font-size: 1.3rem;
	margin-right: 0;
    margin-left:10px;
}
.arabia-container .blue-category-tag {
	    margin-left: 10px;
    margin-right: 0;
}
.arabia-container .title-wrap h1.inline {
	display: inline;
}
.post-type-archive-arabia .header-bigone .subtitle,
.single-arabia .header-bigone .subtitle {
	font-size: 1.2rem;
}

.blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}


#editor {
	min-height: 300px;
}

/*
.inread-ad-section {
	margin: 20px 0;
}
*/
video::-webkit-media-controls {
  display: none;
}
/* Could Use thise as well for Individual Controls */
video::-webkit-media-controls-play-button {}

video::-webkit-media-controls-volume-slider {}

video::-webkit-media-controls-mute-button {}

video::-webkit-media-controls-timeline {}

video::-webkit-media-controls-current-time-display {}

.desintox-w-habillage .datadesk-content {
    padding: 45px 10%;
}


.connect.not-connected {
    width: auto;
    padding: 8px 18px;
    font-size: 100%;
    margin-top: 4px;
}

.connect.not-connected .connect-border {
    width: 100%;
    border: none;
    height: auto;
}


/* css iframe live home page  */

.iframe-live-container {
position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.iframe-live-container iframe {
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.box-encontinu-container, .box-live-container {
    overflow-y: auto;
}

.box-live-container a.global-title {
    padding: 15px;
    padding-bottom: 4px;
}

.box-live-container a.join {
    margin: 15px;
    margin-bottom: 20px;
}



.culture-custom-habillage {
    padding: 30px;
    background: transparent;
    margin-top:  7%;
    width : 69vw;
}


.main-container-culture.culture-main-custom-habillage {
    background-image: url(https://ledesk.ma/wp-content/uploads/2025/06/Habillage_VF.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-top: 125px;
}


.culture-main-custom-habillage .main-header-pub {
    display: none;
}


.main-container-culture.culture-main-custom-habillage .culture-main-right {
    display: none;
}


.main-container-culture.culture-main-custom-habillage .culture-main-left {
    width: 100%;
}


.culture-custom-habillage .centered-ad {
    display: none;
}
/* Quote modal css */

.page-template-abonnements main{

    position: relative;
}

.quote {
  margin: 40px;
  margin-left: 800px;
}

.QuoteModal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #00000073;
  transition: opacity 300ms;
  visibility: hidden;
  opacity: 0;
}

.QuoteModal.show_quote {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}

.popup_modal {
  position: relative;
  margin: 10% auto;
  padding: 25px;
  background: white;
  box-sizing: border-box;
  box-shadow: none;
  width: 500px;
}

.popup_modal .quoteclose {
  position: absolute!important;
  top: 20px;
  right: 30px;
  font-size: 20px;
  color: black;
  text-decoration: none;
}


a#quoteclose {
    float: right;
    margin-top: -34px;
    font-size: 23px;
    font-weight: 900;
}

p.msg_quote_sent {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
        padding: 28px;
}

.popup_modal .form-group {
    width: 46%;
    display: inline-block;
    margin: 14px 6px;
    margin-top: 0;
    padding: 0;
}

.nbr-comptes-field{

    width: 96%!important;
    display: block!important;
}






.form-group input, .form-group textarea {
    width: 100%;
    padding: 8px;
    font-size: 14px;
    color: #000;
    border: 1px solid #bcbcbc;
}


.popup_modal h3 {
    font-size: 24px;
    line-height: 27px;
    color: #ef173d;
    text-align: center;
    margin: 0 auto;
    margin-top: 23px;
    margin-bottom: 27px;
    display: block;
    width: 81%;
}


.popup_modal button {
    color: #fff;
    background: #ef173d;
    border: none;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    padding: 7px 17px;
    border-radius: 20px;
    display: block;
    margin: 0 auto;
    margin-top: 18px;
}


.post-type-archive-auto .box-push-block .sup, .single-auto .box-push-block .sup {
    background: #686a6c;
}

.post-type-archive-auto .box-push-block:before, .single-auto .box-push-block:before{

        border-top: 4px solid #686a6c;
}

.single-auto .spe-h1{ padding:0; }
.single-auto span.spe {
    font-family: franklin-gothic-urw-cond;
    color: #ef183d;
    font-size: 2rem;
    padding-right: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}


.offre-text-section {
    display: block;
    width: 100%;
    background: #ffff;
    padding: 5% 0;
/*    padding-bottom: 0;*/
}


.offre-text-section-container {
   margin: auto;
   max-width: 1236px;
   display: flex;
   align-items: center;
}

.offre-text-section-content {
    display: inline-block;
    width: 50%;
    margin-right: 5%;
    vertical-align: top;
}

.offre-text-section-image {
    display: inline-block;
    width: 44%;
    vertical-align: top;
}

.offre-text-section-image img {
    /*width: auto;
    height: 59%;*/
    margin: 0 auto;
    display: block;
}

.offre-text-section-content h2 {
    font-size: 44px;
    font-weight: 400;
    line-height: 44px;
    margin-bottom: 15px;
}

.offre-text-section-content p {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #141414;
    width: 95%;
    margin-top: 5px;
}


.offre-firstto-items,.offre-firstto-items-rtl {
    margin-top: 10px;
    
}

.offre-firstto-items-rtl{
/*    direction: rtl;*/
transform: rotate(180deg);
}


.offre-firstto-items-rtl .offre-firstto-item{

    transform: rotate(180deg);

}

.offre-firstto {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 3% 1%;
    padding-bottom: 0;
}

.offre-fistto-container {
    margin: auto;
    margin-top: 15px;
    max-width: 100%;
    overflow: hidden;
}


.offre-firstto h2 {
    font-family: Patua One;
    font-size: 28px;
    font-weight: 400;
    line-height: 45px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.offre-firstto-item {
    max-width: 341px!important;
    margin: 10px 8px;
    display: inline-block;
    background-size: cover;
    height: 247px;
    border-radius: 2px;
    padding: 10px;
    position: relative;
    border-radius: 0px;
    
    background: #ffff;
}



.offre-firstto-item h3 {
    color: #fff;
    margin-top: 15px;
    font-family: Patua One;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.74px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.offre-firstto-item h3 a {
    color: #353535 !important;
}

.offre-firstto-item h3 a{

    text-decoration: none!important;
    background-image: none!important;
    letter-spacing: normal!important;
}


a.inscription-btn-single-post {
    display: block;
    margin: 8px auto;
    margin-top: 30px;
    padding: 9px 16px;
    padding-bottom: 9px !important;
    border-radius: 45px;
    background: #EDB62E !important;
    color: #353535 !important;
    border: none;
    width: 230px;
    font-size: 20px;
    font-weight: 500;
    line-height: 33.8px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    font-family: Patua One;
    text-decoration: unset!important;
}

a.inscription-btn-single-post:nth-child(2) {
    margin-top: 15px !important;
}




.abonnement-offer-article .already {
    font-family: "proxima-nova";
    float: unset;
    display: block;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    text-align: center;
    margin-top: 21px;
}


.abonnement-offer.abonnement-offer-article {
    position: relative;
    margin-top: 58px;
}


img.img-locker {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    top: -35px;
}

.box-abo-divider {
    width: 94%;
    margin: 0 auto;
    display: block;
    border-top: 1px solid #8181817D;
    margin-top: 37px;
}


.offre-fistto-container ul {
    display: flex;
    margin-top: 2%;
    float: right;
    margin-right: 2%;
}


li.sprev, li.snext {
    padding: 8px;
    background: #D9D9D9;
    margin: 0 3px;
    border-radius: 30px;
}


.free-sec{
  
    position: relative;
    overflow: hidden;

}


.grandangle-main-content .free-sec {
    width: 62%;
    margin: 0 auto;
    display: block;
    padding: 0% 5%;
}

.free-sec .dispo-container.grandangle-content.grandangle-content-center {
    margin: 0;
    padding: 0;
    width: 100%;
}


.grandangle-main-content .free-sec .abonnement-offer.abonnement-offer-article {
    width: 92%;
    margin: 62px auto;
    margin-bottom: 0;
}



.free-sec:after {
    content: "";
    position: absolute; 
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
     height: 30%;
     background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
    pointer-events: none;

}

.free-sec p {
    font-family: "ff-tisa-web-pro";
    color: #353535;
    font-size: 1.2rem;
}


.grandangle-main-content .abonnement-offer.abonnement-offer-article {
    width: 900px;
    margin: 0 auto;
    margin-top: 50px;
}


li.sprev:hover, li.snext:hover {
    cursor: pointer;
    opacity: .7;
}


a.inscription-btn-single-post:hover {
    background: #222222 !important;
    color: #fff !important;
    border-color: #222222 !important;
    transition: ease 0.3s;
}

.series-main {
    background: transparent;
    max-width: 1180px;
    margin: 0 auto;
    margin-top: 120px;
}


.series-main-container {
    max-width: unset;
    float: unset;
    background: #FFF;
    width: 100%;
    border: none;
    overflow: hidden;
    margin-bottom: 0;
    padding: 21px 0;
}

.series-content {
    color: #353535;
    display: inline-block;
    font-family: "ff-tisa-web-pro";
    font-size: 1.2rem;
    padding: 33px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.series-social {
    width: auto;
    transition: all 400ms ease 0s;
    top: 55px;
    left: 15px;
    padding-left: 0%;
}

span.badge-serie-item {
    background: #EF173D;
    color: #ffff;
    font-size: 23px;
    line-height: 23px;
    padding: 6px 17px;
    font-weight: 400;
    letter-spacing: -0.2px;
    font-family: franklin-gothic-urw;
    vertical-align: middle;
    margin-right: 14px;
    display: none;
}


select#episode-select {
    display: inline-block;
    background: #D5D5D5;
    width: 260px;
    font-size: 13px;
    line-height: 13px;
    padding: 5px;
    border: none;
    font-weight: 300;
    font-family: Patua One;
}





.series-carousel .episode-slide {
    position: relative;
}

.episode-slide-pos {
    background: red;
    color: #fff;
    display: inline-block;
    padding: 3px 9px;
    font-size: 13px;
    font-weight: 400;
    position: absolute;
    right: 3%;
    top: 5%;
}



.series-nav-container-top,.series-nav-container-bottom{
    max-width: 1400px;     
    width: 95%;
    margin:auto;
}

.series-nav-container-top {
    margin-top: 28px;
    margin-bottom: 27px;
    padding-left: 3%;
}

.single-videos .series-nav-container-top {
  
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.next-ep-series-container {
    margin-top: 40px;
}


.series-dropdown-container{

    width: 49%;
    display: inline-block;
    vertical-align: top;


}
 .series-nav-container {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.series-nav-container a {
    display: block;
    text-align: right;
    min-width: 100%;
}





.series-nav-container a span {
    color: #ef173d;
    margin: 0 2px;
    
}

.series-nav-container a {


    display: inline-block;
        color: #040404;
    float: right;
    text-decoration: none;
    font-family: Patua One;
    font-weight: 500;
    font-size: 13px;
    line-height: 14px;
    max-width: 49%;
}

.series-main-container h1 {
    font-family: Patua One;
    font-size: 40px;
    line-height: 51px;
}


.series-nav-container.series-nav-endflex {
    justify-content: flex-end;
    margin-bottom: -22px;
    max-width: 58%;
    float: right;
    text-align: right;
}

.series-nav-container.series-nav-endflex a {
    max-width: 100%;
}

.series-divider-line {
    display: block;
    border: 1px solid #D5D5D5;
    margin: 46px 0;
    margin-top: 68px;
}
.next-ep-series-container .slick-track {
    float: left;
}

.all-ep-series-container h2, .next-ep-series-container h2 {
        font-family: Patua One;
        font-size: 29px;
        text-align: left;
        padding: 0;
    }



.series-list-rich {
        display: flex;
        flex-direction: column;
        gap: 30px;
        margin: 40px 0;
    }

    .series-list-rich .episode-rich {
        display: flex;
        align-items: flex-start;
        gap: 20px;
        background: #ffffff;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
    }

    .series-list-rich .episode-thumbnail {
        width: 43%;
    }

    .series-list-rich .episode-thumbnail img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .series-list-rich .episode-info {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 8px;
        padding: 25px;
    }

    .series-list-rich .episode-count {
        color: #ef173d;
        font-weight: 500;
        font-size: 16px;
    }

    .series-list-rich .episode-title {
        font-size: 30px;
        line-height: 33px;
        font-weight: 500;
        color: #000;
        text-decoration: none;
    }

    .series-list-rich .episode-title.disabled {
        font-size: 18px;
        font-weight: bold;
        color: #aaa;
    }

    
    .series-list-rich .episode-excerpt {
        font-size: 18px;
        color: #444;
        line-height: 1.3;
        font-weight: 400;
        font-family: "franklin-gothic-urw";
        width: 96%;
    }

    .series-list-rich .episode-rich.current {
        opacity: 0.6;
        pointer-events: none;
    }

    .series-pagination {
        text-align: center;
    }

    .series-pagination a {
        text-decoration: none;
        padding: 10px 13px;
        background: #DCDCDC;
        color: #000;
        margin: 0 1px;
    }

    .series-pagination a.current-page {
        color: #fff;
        background: #ef173d;
    }


a.global-subtitle.series-nbr-ep {
    position: absolute;
    right: 12px;
    top: 22px;
    background: #ef173d;
    color: #fff;
    padding: 2px 10px;
    font-size: 13px;
}

.box-series-widget li {
    min-height: 286px;
}

.box-series-widget {
    height: fit-content;
    border-top: 8px solid #ef173d;
}

.box-series-widget-test {
    background: #ef173d;
    height: 132px;
    color: #FFF;
    text-align: center;
    font-family: "franklin-gothic-urw";
    text-transform: uppercase;
    padding: 20px 11%;
    display: flex
;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.box-series-widget-test a {

    background: #FFF;
    font-weight: 600;
    color: #ef173d;
    text-decoration: none;
    padding: 8px 18px;
    font-size: 1.2rem;
    margin-top: 10px;
    display: inline-block;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.box-series-widget-test span {
    display: block;
    font-size: 1.2rem;
    line-height: 1;
}

.box-series .global-paydesk {
    left: 3%;
    bottom: 1%;
}

body .header-series-tax li a {
    color: #9E9898 !important;
}

body .header-series-tax li a.sustainability-item-menu {
    color: #238652 !important;
}



.box-lespluslus {
    width: 48.5%;
    float: left;
    margin-bottom: 3%;
    /* margin-right: 3%; */
    /* height: 750px; */
    background: #fff none repeat scroll 0 0;
    border-top: 8px solid #ef183d;
    padding: 3%;
}

.box-lespluslus .box-main-title a {
    text-decoration: none;
}

.box-lespluslus li  {
    display: inline-block !important;
  
}

.box-lespluslus li a {
    display: inline-block !important;
    width: 86% !important;
    font-size: 14px !important;
    vertical-align: top;
    font-family: 'Patua One' !important;
}

span.most-read-position {
    display: inline-block;
    width: 12%;
    
    font-size: 37px !important;
    font-weight: 700;
    color: #ef173d;
    font-family: 'Patua One';
    vertical-align: top;
}