a {
	color: #fe131a;
	text-decoration: none;
}
a:hover { color: #df2026; }
a:visited { color: #df2026; }

 html, body, #wrapper {
    height: 100%; 
 }

body {
    margin: 0;
    padding: 0;
    
    font-size: 14px;
    color: #242424;
    font-family: 'Roboto', sans-serif;
}

body.overflow-hidden {
    overflow: hidden;
}

/* -------------------------
    HEADER
------------------------- */

#header {
    padding: 20px 35px 20px 20px;
    position: relative;
    z-index: 50;

    position: fixed;
    top: 0;
    left: 0;
    right: 0;

    pointer-events: none;
}

#header.no-fixed {
    margin-bottom: 50px;
    position: relative;

    background-color: #fff;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}


#header .header-wrap:after {
    content: '';
    display: block;
    clear: both;
}

#header h1 {
    margin: 0;
    padding: 0;
}

#header .logo {
    display: block;
    width: 157px;
    height: 78px;

    float: left;

    background-image: url(../images/logo-white.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;

    text-indent: -5000px;

    pointer-events: all;
}
#header.no-cover .logo {
    background-image: url(../images/logo.svg);
}

.no-svg #header .logo {
    background-image: url(../images/logo-white@2x.png);
}
.no-svg #header.no-cover .logo {
    background-image: url(../images/logo.png);   
}

.lang-en #header .logo {
    background-image: url(../images/logo-white-en.svg);
}
.lang-en #header.no-cover .logo {
    background-image: url(../images/logo-en.svg);
}

.lang-en.no-svg #header .logo {
    background-image: url(../images/logo-white-en@2x.png);
}
.lang-en.no-svg #header.no-cover .logo {
    background-image: url(../images/logo-en.png);   
}



@media only screen and (-webkit-min-device-pixel-ratio: 2),
	   only screen and (   min--moz-device-pixel-ratio: 2),
	   only screen and (     -o-min-device-pixel-ratio: 2/1),
	   only screen and (        min-device-pixel-ratio: 2),
	   only screen and (                min-resolution: 192dpi),
	   only screen and (                min-resolution: 2dppx)
{
    .no-svg #header .logo {
        background-image: url(../images/logo-white@2x.png);
    }
    .no-svg #header.no-cover .logo {
        background-image: url(../images/logo@2x.png);   
    }
    .lang-en.no-svg #header .logo {
        background-image: url(../images/logo-white-en@2x.png);
    }
    .lang-en.no-svg #header.no-cover .logo {
        background-image: url(../images/logo-en@2x.png);   
    }
}


#header .header-right { 
    padding-top: 22px;
    padding-bottom: 22px;

    float: right;
    pointer-events: all;
}

.header-right .language-selector {
    float: left;
    width: 50px;
    height: 20px;
    font-size: 20px;
    position: relative;

    cursor: pointer;
    text-transform: uppercase;
}
.header-right .language-selector:after {
    content: '';
    display: block;

    width: 0;
    height: 0;
    margin-top: -1px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;

    position: absolute;
    top: 50%;
    right: 2px;

}
.header-right .language-selector a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;

    display: none;

    color: #000;
}
.header-right .language-selector:hover a {
    display: block;
}

#header.transparent .header-right .language-selector, #header.transparent .header-right .language-selector a  {
    color: #fff;
}

#header.transparent .header-right .language-selector:after {
    border-top: 5px solid #fff;
}

.header-right > a {
    display: block;
    width: 20px;
    height: 20px;
    margin-left: 30px;

    float: left;

    position: relative;

    text-indent: -5000px;
}
#header.transparent .header-right > a {
    border-color: #fff; 
}
.header-right .search-btn {
    width: 13px;
    height: 13px;

    border: 2px solid #000;
    border-radius: 50%;
}
.header-right .search-btn:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: -7px;
    bottom: -3px;
    border-width: 0;
    background: #000;
    width: 10px;
    height: 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
#header.transparent .header-right .search-btn:after {
    background-color: #fff;
}

.header-right .account:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin-left: -5px;

    border: 2px solid #000;
    border-radius: 50%;

    position: absolute;
    top: 0;
    left: 50%;

}

.header-right .account:after {
    content: "";
    display: block;
    width: 14px;
    height: 7px;
    margin-left: -8px;

    border: 2px solid #000;
    border-bottom: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;

    position: absolute;
    top: 13px;
    left: 50%;

}
#header.transparent .header-right .account:before,
#header.transparent .header-right .account:after {
    border-color: #fff;
}
.header-right .account.is-red:before,
.header-right .account.is-red:after {
    border-color: #ec1c24 !important;
}



.header-right .menu-btn {
    height: 0px;
    width: 23px;
    padding-bottom: 18px;

    border-top: 2px solid #000;
}
.header-right .menu-btn:before {
    content: "";
    display: block;
    height: 2px;
    width: 19px;
    margin-top: -2px;

    position: absolute;
    top: 50%;
    right: 0;

    background-color: #000;
}
.header-right .menu-btn:after {
    content: "";
    display: block;
    height: 2px;
    width: 13px;

    position: absolute;
    bottom: 0;
    right: 0;

    background-color: #000;
}
#header.transparent .header-right .menu-btn:before, #header.transparent .header-right .menu-btn:after {
    background-color: #fff;
}



@media only screen and (max-width:1550px) {
    #header:not(.transparent)  {
        background-color: rgba(255,255,255,.9);
        border-bottom: 1px solid #ababab;
    }
    #header.cover_duo-header {
        background-color: transparent;
        border-bottom: none;
    }
}

@media only screen and (max-width:700px) {

    #header {
        background-color: rgba(255,255,255,.9);
        border-bottom: 1px solid #ababab;
    }
    #header.cover_duo-header {
        background-color: rgba(255,255,255,.9);
        border-bottom: 1px solid #ababab;
    }
    #header.transparent {
        background-color: transparent;
        border-bottom:none;
    }
    #header:not(.transparent) .logo {
        background-image: url(../images/logo.svg);
    }
}

.rubrique-page #header {
    background-color: rgba(255,255,255,.9);
    border-bottom: 1px solid #ababab;
}
.rubrique-page #header .logo {
    background-image: url(../images/logo.svg);
}

/*@media only screen and (max-width:700px) {
PREV BG HEADER 
}*/
@media only screen and (max-width:470px) {
    #header {
        padding-left: 20px;
        padding-right: 20px;
    }
    #header .logo {
        width: 102px;
        height: 46px;
    }
    .header-right .search-btn {
        display: none;
    }
    #header .header-right {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

/* --------------------------------------------------
    
    COVERS
    
-------------------------------------------------- */

/*#header + .top-cover {
    width: 100%;

    margin-top: -106px;
    margin-bottom: 60px;

    position: relative;
    top: -106px;

    clear: both;
}
.head-fix #header + .top-cover {
    top: 0;
}*/

/* -------------------------
    SIMPLE COVER
------------------------- */

.simple-cover {
    margin-bottom: 50px;
    
    position: relative;
}
.simple-cover:after {
    content: '';

    display: block;

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    background-color: rgba(0,0,0,0.4);
}


.simple-cover img {
    display: block;
    width: 100%;
    height: auto;
}




/* -------------------------
    DUAL COVER
------------------------- */

#cover-menu {
    height: 50px;
    background-color: #fff;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
    text-align: center;
    white-space: nowrap;
    line-height: 50px;

    position: relative;
    z-index: 31;
}
#cover-menu a {
    display: inline-block;
    padding: 0 50px;

    position: relative;
    color: #676767;
    font-weight: bold;
    opacity: 1;
}
#cover-menu a.link {
    color: #676767;
    opacity: 1;
}

#cover-menu a.current,  #cover-menu a:hover{
    color: #000;
    opacity: 1;
}
#cover-menu a.current:after {
    content: '';
    display: block;
    height: 4px;
    width: 60px;
    margin-left: -30px;

    position: absolute;
    left: 50%;
    bottom: 0;

    background-color: #ff2424;
}
#cover-menu .controls {
    display: none;
}
#cover-menu .controls span {
    display: block;
    height: 50px;
    width: 30px;
    position: absolute;
    top: 0;
    bottom: 0;

    z-index: 2;

    font-size: 20px;
    font-weight: bold;
    color: #fe131a;
    cursor: pointer;
}
#cover-menu .controls span.previous {
    left: 0;
    display: none;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+99&1+0,0+100 */
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.01) 99%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.01) 99%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.01) 99%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
#cover-menu .controls span.next {
    right: 0;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,ffffff+100&0+0,1+100 */
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.01) 1%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.cover {
    font-size: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    white-space: nowrap;

    background-color: #fff;
}
.cover-duo {
    max-height: 1000px;
    z-index: 31;
}

.cover-duo .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.cover-duo .back:after {
    content: '';

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    background-color: rgba(0,0,0,0.4);
}

.cover-duo .title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    padding-top: 105px;
        
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
}
.cover-duo .title-inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 40px;
    /*background-color: rgba(0, 0, 0, 0.1);*/
}

.cover-duo .title-icon {
    width: 50%;
    padding-top: 105px;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
        
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    position: relative;
    /*opacity: 0.1;*/
}
.cover-duo .title-icon-inner {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    /*background-color: rgba(0, 0, 0, 0.1);*/
}
.cover-duo .title-icon .icon {
    max-width: 150px;
    margin: 0 auto;
}
.cover-duo .descr {
    width: 50%;
    padding-top: 105px;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;

    position: relative;
    
    background-color: #fff;
}
.cover-duo .descr-inner {
    box-sizing: border-box;
    padding-top: 70px;
    padding-left: 110px;
    padding-right: 110px;
    padding-bottom: 110px;
    font-size: 20px;
    max-width: 600px;
    margin: 0 auto 0 0;
}
.cover-duo .descr-inner p {
    padding-top: 30px;
    padding-bottom: 30px;

    position: relative;

    font-size: 18px;
}
.cover-duo .descr-inner p:last-child{
    padding-bottom: 0;
}
.cover-duo .descr-inner p:after {
    content: '';
    display: block;
    height: 3px;
    width: 24px;

    position: absolute;
    top: 0;
    bottom: 0;

    background-color: #ff2424;
}


@media only screen and (max-width:900px) {
    #wrapper .cover-duo {
        max-height: 1280px!important;
        white-space: normal;
    }
    .cover-duo .back, .cover-duo .descr, .cover-duo .title-icon {
        width: 100%!important;
    }
    .cover-duo .descr {
        padding-top: 0;
    }
    .cover-duo .descr-inner {
        padding: 30px;
        max-width: 1280px;
        display: none;
    }
    .cover-duo .title {
        display: none;
    }
    .cover-duo .title-icon {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .rubrique-page .cover-duo .title-icon {
        padding-top: 160px;
    }
    #cover-menu {
        overflow: auto;
    }
}


/* --------------------------------------------------
    
    MENU
    
-------------------------------------------------- */

div.menu-container {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 40px;
    padding-right: 40px;

    max-width: 410px;


    position: fixed;
    right: -410px;
    top: 0;
    bottom: 0;
    z-index: 60;

    transition: right .2s ease-out;

    background-color: #242424;

    pointer-events: all;
}
.menu-opened .menu-container {
    right: 0;
    overflow: auto;
}

a.close  {
    display: inline-block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 34px;
    right: 44px;

    text-indent: -5000px;

    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
}
a.close:before {
   display: inline-block;
    width: 22px;
    height: 1px;
    position: absolute;
    content: "";
    top: 0.33em;
    left: 0.155em;
    -webkit-transform: rotateZ(45deg)   ;
    transform: rotateZ(45deg)   ;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;

    background-color: #fff;
}
a.close:after {
    display: inline-block;

    width: 22px;
    height: 1px;
    position: absolute;
    content: "";
    top: 0.33em;
    left: 0.155em;
    -webkit-transform: rotateZ(-45deg)   ;
    transform: rotateZ(-45deg)   ;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    background-color: #fff;
}



div.menu-container ul {
    padding: 0;
    margin: 0;
}
div.menu-container ul li {
    margin-bottom: 25px;
}

div.menu-container ul a {
    color: #fff;
    opacity: 0.6;
}
div.menu-container ul a:hover,
div.menu-container ul .selected a,
div.menu-container ul .current-menu-item a,
div.menu-container ul .current-menu-ancestor a {
    opacity: 1;
}

/* -------------------------
    ScrollBar
------------------------- */
/*
.main-menu-container {
    position: relative;
}
.main-menu-container .scrollbar {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
}
.main-menu-container .scrollbar .track {
    width: 6px;
    position: relative;
    background-color: #EEE;
}
.main-menu-container .scrollbar .thumb {
    width: 6px;
    height: 25px;
    background-color: #fe131a;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.main-menu-container .viewport {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.main-menu-container .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}
*/

/* -------------------------
    SUB
------------------------- */

div.menu-container ul ul {
    padding-top: 25px;  
    margin-bottom: 50px;

    display: none;
}
div.menu-container .current-menu-ancestor ul.sub-menu, div.menu-container .current-menu-item ul.sub-menu {
    display: block;
}

div.menu-container ul ul li{
    padding-left: 22px;
    position: relative;
}
div.menu-container ul ul li:before {
    content: '';
    display: block;

    height: 7px;
    width: 7px;
    margin-top: -5px;

    background-color: #ff2424;

    position: absolute;
    top: 50%;
    left: 0;
}
div.menu-container ul ul li a {
    opacity: 1;
}


/* --------------------------------------------------
    
    SEARCH
    
-------------------------------------------------- */

.search-container {
    padding: 20px;

    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;

    background-color: #343434;
    opacity: .96;

    display: none;
}

.search-wrap {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}

/* -------------------------
    FORM
------------------------- */

.form-wrap {
    width: 100%;
    margin-top: 10%;
    text-align: center;
}
.search-wrap form {
    display: inline-block;
    width: 100%;
    padding-left: 65px;
    max-width: 495px;

    position: relative;
    text-align: center;
}

.search-wrap form .icon {
    display: inline-block;
    width: 25px;
    height: 25px;

    border: 2px solid #fff;
    border-radius: 50%;

    position: absolute;
    top:4px;
    left: 0;
    
}
.search-wrap form .icon:before {
    content: "";
    display: inline-block;
    position: absolute;
    right: -10px;
    bottom: -3px;
    border-width: 0;
    background: #fff;
    width: 16px;
    height: 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.search-wrap form input {
    display: block;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 60px;

    box-sizing:border-box;

    font-size: 1.785714em;
    color: #fff;
    letter-spacing: 1px;
    text-align: left;

    background-color: transparent;
    border: none;
    border-left: 1px solid #fff; 
    outline: none;
}
.has-search form input {
    margin-bottom: 50px;
}
.search-wrap form input::-webkit-input-placeholder {
    color: #c3c3c3;
}
.search-wrap form input::-moz-placeholder {
    color: #c3c3c3;
}
.search-wrap form input:-ms-input-placeholder {
    color: #c3c3c3;
}
.search-wrap form input:-moz-placeholder {
    color: #c3c3c3;
}


.search-wrap form button {
    display: inline-block;
    padding: 20px;

    font-size: 20px;
    line-height: 20px;
    color: #FFF;
    letter-spacing: 1px;

    background-color: #ff2424;
    border: none;
    margin-left: -85px;

    position: relative;
    cursor: pointer;
    z-index: 100;
}
.has-search form button {
    display: none;
}

/* -------------------------
    RESULTS
------------------------- */

.search-results {
    overflow: auto;

    position: fixed;
    top: calc(10% + 100px);
    bottom: 0;
    left: 0;
    right: 0;
}
.search-restul-wrap.loading:after {
    content: '';
    display: block;
    height: 30px;
    width: 30px;
    margin-left: -15px;

    position: absolute;
    top: 5px;
    left: 50%;

    background-image: url(../images/loader.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
}
.no-svg .search-restul-wrap.loading:after {
    background-image: url(../images/loader.gif);
}

.search-restul-wrap {
    max-width: 560px;

    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.search-restul-wrap .number-results {
    text-align: center;
}

.search-restul-wrap .number-results span {
    display: inline-block;
    color: #fff;
    background-color: #ff2424;
    padding: 20px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 40px;
}
.search-restul-wrap .pagination a {
    display: inline-block;
    position: relative;
    padding: 20px;
    font-size: 20px;
    line-height: 20px;
    color: #FFF;
    letter-spacing: 1px;
    background-color: #ff2424;
    border: none;
    overflow: hidden;
}


.search-restul-wrap .no-results {
    color: #fff;
    font-size: 20px;
}

.search-results a.search-item {
    display: block;
    max-width: 400px;

    margin-bottom: 30px;
    padding-left: 143px;

    color: #fff;
}
.search-results .loading a.search-item {
    opacity: .4;
}
.search-results a.search-item:after {
    content: '';
    display: block;
    clear: both;
}
.search-results a.search-item span {
    display: block;
}
.search-results a.search-item span.thumbnail {
    float: left;
    margin-left: -143px;
}
.search-results a.search-item span.help {
    text-align: center;
    padding: 10px;
    background-color: #ff2424;
    border-radius: 3px;
}

.search-results a.search-item span.title {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px;
}


/* --------------------------------------------------
    
    COVER DISPATCH
    
-------------------------------------------------- */


.cover-dispatch {
    margin-bottom: 80px;
    height: 100%;

    position: relative;
}
.cover-dispatch:after {
    content: '';
    display: block;
    clear: both;
}

.cover-dispatch a.item {
    display: block;

    width: 50%;
    /*height: 0;

    padding-top: 60%;*/
    position: absolute;
    top: 0;
    bottom: 0;
    
    float: left;

    font-size: 20px;
    color: #fff;
    text-align: center;

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.cover-dispatch a.item:nth-child(3) {
    left: 0;
}
.cover-dispatch a.item:nth-child(2) {
    right: 0;
}
.cover-dispatch a.item span {
    display: block;
    white-space: normal;
}
.cover-dispatch a.item:after {
    content: '';
    display: block;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background-color: rgba(0,0,0,0.3);

    transition-property: background-color;
    transition-duration: 0.5s;
}
.cover-dispatch a.item:hover:after {
    background-color: rgba(254,19,26,0.7);
    background-image: url(../images/bg-funnel-dispatch.png);
    background-repeat: no-repeat;
    background-size: 100% 90%;
    background-position: left bottom;
}
.cover-dispatch a.item span.dispatch-wrap {
    display: table;
    height: 100%;
    width: 100%;

    padding-left: 6.5em;
    padding-right: 6.5em;
    padding-top: 110px;
    padding-bottom: 110px;
    box-sizing:border-box;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.cover-dispatch a.item span.infos {
    display: table-cell;
    vertical-align: middle;
}
.cover-dispatch a.item span.title {
    max-width: 380px;
    min-height: 140px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;

    font-size: 1.9em;
    line-height: 1.31578em;
    letter-spacing: 1px;
}
.cover-dispatch a.item span.descr {
    font-size: 1em;
}

@media only screen and (max-width:800px) {
    .cover-dispatch {
        height: auto;
    }
    .cover-dispatch a.item {
        width: 100%;
        padding-top: 120%;

        position: relative;
    }
    .cover-dispatch a.item span.title {
        min-height: auto;
    }
    .cover-dispatch a.item span.dispatch-wrap {
        padding-left: 35px;
        padding-right: 35px;
    }
}

@media only screen and (max-width:500px) {
    .cover-dispatch a.item span.dispatch-wrap{
        position: relative;
    }
    .cover-dispatch a.item {
        padding-top: 0;
        height: auto;
    }
    .cover-dispatch a.item span.title {
        margin-bottom: 15px;
    }
}


/* --------------------------------------------------
    
    ACCOUNT DISPATCH
    
-------------------------------------------------- */

.accounts-container {
    width: 100%;
    max-width:320px;
    display: none;

    background-color: #242424;

    position: fixed;
    top:0;
    right: 0;
    bottom: 0;
    z-index: 55; 

    text-align: center;

    overflow: auto;
}
.accounts-container a.close {
    z-index: 20;
    display: none;
}
.accounts-container img {
    display: block;
    max-width: 100px;
    margin-bottom: 15px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.accounts-container > div {
    padding: 50px;

    display: flex;
    flex-direction:column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.accounts-container div.adami-account-block {
    position: absolute;
    top: 0;
    bottom: 50%;
    left: 0;
    right: 0;
}
.accounts-container div.ida-account-block {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;

    background-color: #eaeaea;
}
.accounts-container div span {
    display: block;
    margin-bottom: 15px;

    text-align: center;
    font-weight: 500;
}
.accounts-container div span.mention {
    font-weight: 400;
    font-style: italic;
    padding: 15px;
    background-color: #fff;
    font-size: 12px;
    width: 100%;
}
.accounts-container div.adami-account-block span {
    color: #fff;
}
.accounts-container div a.gray-button,
.accounts-container div a.red-button {
    font-size: 13px;
    line-height: 13px;
    padding: 15px 12px;
    vertical-align: middle;
}
.accounts-container .adami-account-block .if-is-loggedout,
.accounts-container .adami-account-block.is-loggedin .if-is-loggedin {
	display: block;
}
.accounts-container .adami-account-block.is-loggedin .if-is-loggedout,
.accounts-container .adami-account-block .if-is-loggedin {
	display: none;
}
.fade {
    display: none;

    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 50;

    background-color: rgba(0, 0, 0, 0.8)
}

/* ONLY IDA */

.accounts-container.only-ida div.ida-account-block {
    top: 75px;
    bottom: 75px;
}
.accounts-container.only-ida div.adami-account-block {
    display: none;
}

@media only screen and (max-width:700px) {
    .accounts-container {
        max-width: 100%;
    }
    .accounts-container a.close {
        display: block;
    }
}

.slider a.back-parent-btn, .single-cover a.back-parent-btn {
    position: absolute;
    top: 140px;
    left: 0;
    z-index: 35;
    color: #fff;
}
.slider a.back-parent-btn:before, .single-cover a.back-parent-btn:before {
    background-position: -64px -94px;
}


















