/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
body {
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5em;
    color: #757575;
}
h1,
h2 {
    margin: 1.5em 0 .5em;
    font-size: 1.75em;
    line-height: 1.35em;
    font-family: 'Gilda Display', serif;
    text-transform: uppercase;
    color: #757575;
}
.rajha {
    font-family: 'Rajdhani', sans-serif;
}
.small {
    font-size: .6em;
}
.nowrap {
    white-space: nowrap;
}
h1 .rajha,
h2 .rajha {
    font-size: 1.1em;
    color: #a0a0a0;
}
h1 .small,
h2 .small {
    font-size: .7em;
    display: block;
}
p, ul, ol {
    margin: .5em 0;
}
ul {
    padding-left: 1.5em;
}
ol {
    padding-left: 2em;
}
li {
    margin-bottom: .5em;
}
ul li {
    list-style: disc outside;
}
ol li {
    list-style: decimal outside;
}
a {
    color: #1f83c2;
}
strong {
    font-weight: bold;
}
td, th {
    padding: .2em 0 .2em 1.5em;
}
th {
    min-width: 6.5em;
    padding-left: 0;
}
sup, sub {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
    font-size: .7em;
    line-height: 1.27em;
    text-transform: none;
}
sub {
    top: 0.4em;
}
@media screen and (min-width: 420px) {
    h1,
    h2 {
        font-size: 2em;
    }
}
@media screen and (min-width: 640px) {
    h1,
    h2 {
        font-size: 2.625em;
        line-height: 1.15em;
    }
}
@media screen and (min-width: 800px) {
    body {
        font-size: 16px;
        line-height: 1.4em;
    }
}
*,
*::after,
*::before {
    box-sizing: border-box;
}


::-moz-selection {
    color: #ffffff;
    background: #1f83c2;
}
::selection {
    color: #ffffff;
    background: #1f83c2;
} 

body {
    background: #ffffff;
    margin: 0 auto;
}

.clear {
    clear: both;
}

a,
input {
    outline: none;
}


/*
 * Wrapper
 */

.wrapper {
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
    padding-top: 44px;
    position: absolute;
    left: 0;
    -webkit-transition: left .3s ease;
    -moz-transition: left .3s ease;
    transition: left .3s ease;
}
.wrapper.nav-is-visible {
    left: -260px;
    min-width: 250px;
}
@media screen and (min-width: 800px) {
    .wrapper {
        padding-top: 60px;
    }
    .wrapper.nav-is-visible {
        left: 0;
    }
}



/*
 * Header
 */
.header {
    width: 100%;
    height: 44px;
    line-height: 44px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    background: #ffffff;
    border-bottom: 2px solid #e9e9e9;
    -webkit-transition: left .3s ease;
    -moz-transition: left .3s ease;
    transition: left .3s ease;
}
.header.nav-is-visible {
    left: -260px;
}
/* Logo */
.logo {
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 10px;
}
    .logo img {
        width: auto;
        height: 25px;
        vertical-align: middle;
    }
@media screen and (min-width: 800px) {
    .header {
        height: 60px;
        line-height: 60px;
    }
    .header.nav-is-visible {
        left: 0;
    }
    .logo {
        padding: 0 20px;
    }
        .logo img {
            height: 40px;
        }
}

/*
 * Toggle menu
 */
.toggleMenu {
    width: auto;
    height: 44px;
    padding-right: 50px;
    padding-top: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    white-space: nowrap;
    text-transform: uppercase;
    line-height: 44px;
    font-size: .875em;
    font-weight: 600;
    color: #1f83c2;
    cursor: pointer;
    -webkit-transition: color 0.3s 0.3s;
    -moz-transition: color 0.3s 0.3s;
    transition: color 0.3s 0.3s;
}
    .toggleMenu__picto,
    .toggleMenu__picto::before,
    .toggleMenu__picto::after {
        position: absolute;
        display: inline-block;
        height: 2px;
        width: 24px;
        background: #1f83c2;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }
    .toggleMenu__picto {
        position: absolute;
        top: 50%;
        right: 13px;
        margin-top: -1px;
        -webkit-transition: background 0.3s 0.3s;
        -moz-transition: background 0.3s 0.3s;
        transition: background 0.3s 0.3s;
    }
    .toggleMenu__picto::before,
    .toggleMenu__picto::after {
        content: '';
        right: 0;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-origin: 0% 50%;
        -moz-transform-origin: 0% 50%;
        -ms-transform-origin: 0% 50%;
        -o-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        -webkit-transition: -webkit-transform 0.3s 0.3s;
        -moz-transition: -moz-transform 0.3s 0.3s;
        transition: transform 0.3s 0.3s;
    }
    .toggleMenu__picto::before {
        top: -6px;
    }
    .toggleMenu__picto::after {
        top: 6px;
    }
    .toggleMenu.nav-is-visible {
        color: #ffffff;
    }
    .toggleMenu.nav-is-visible .toggleMenu__picto {
        background: rgba(31, 131, 194, 0);
    }
    .toggleMenu.nav-is-visible .toggleMenu__picto::before,
    .toggleMenu.nav-is-visible .toggleMenu__picto::after {
        background: #1f83c2;
    }                    
    .toggleMenu.nav-is-visible .toggleMenu__picto::before {
        -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
        -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
        -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
        -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
        transform: translateX(4px) translateY(-3px) rotate(45deg);
    }
    .toggleMenu.nav-is-visible .toggleMenu__picto::after {
        -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
        -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
        -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
        -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
        transform: translateX(4px) translateY(2px) rotate(-45deg);
    }
@media screen and (min-width: 800px) {
    .toggleMenu {
        display: none;
    }
}




/*
 * Menu mobile
 */

.menuMobile {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #ececec;
    color: #757575;
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    -moz-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
}
.menuMobile.is-hidden {
    visibility: hidden;
    -webkit-transition: visibility 0s 0.3s;
    -moz-transition: visibility 0s 0.3s;
    transition: visibility 0s 0.3s;
}
.menuMobile,
.menuMobile ul {
    width: 260px;
    height: 100%;
    position: fixed;
    margin: 0;
    padding: 0;
    top: 0;
    right: 0;
    z-index: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
    .menuMobile li {
        border-bottom: 2px solid #ffffff;
        position: relative;
        list-style: none;
    }
    .menuMobile li.active::before,
    .menuMobile li.trail::before {
        content: " ";
        width: 6px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: #1f83c2;
    }
    .menuMobile a {
        padding: 10px 20px 10px 14px;
        display: block;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 600;
        font-size: .875em;
        color: #1f83c2;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        will-change: transform, opacity;
        -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
        -moz-transition: -moz-transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s;
    }
    .menuMobile a.secondary {
        text-transform: none;
        font-size: .9375em;
        color: #bebebe;
    }
    .menuMobile a.trail,
    .menuMobile a.active {
        border-color: #1f83c2;
    }
    .menuMobile a:hover,
    .menuMobile a:focus {
        color: #ffffff;
    }
    .menuMobile a::after {
        content: " ";
        width: 100%;
        height: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
        background: #1f83c2;
        -webkit-transition: height .3s;
        -moz-transition: height .3s;
        -ms-transition: height .3s;
        -o-transition: height .3s;
        transition: height .3s;
    }
        .menuMobile a:hover::after,
        .menuMobile a:focus::after {
            height: 100%;
        }


@media screen and (min-width: 800px) {
    .menuMobile {
        display: none;
    }

}




/*
 * Menu mobile
 */
.menu {
    display: none;
}
@media screen and (min-width: 800px) {
    .menu {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
    }
    .menu li {
        display: inline-block;
    }
    .menu a {
        padding: 0 4px;
        margin-right: 4px;
        display: inline-block;
        position: relative;
        font-size: .875em;
        font-weight: 600;
        color: #1f83c2;
        text-transform: uppercase;
        text-decoration: none;
    }
        .menu a.last {
            margin-right: 20px;
            display: inline-block;
            font-size: .875em;
            font-weight: 600;
            color: #1f83c2;
            text-transform: uppercase;
            text-decoration: none;
        }
        .menu a::before,
        .menu a::after {
            content: " ";
            width: 0;
            height: 2px;
            position: absolute;
            left: 50%;
            z-index: -1;
            background: #1f83c2;
            -webkit-transition: width .3s;
            -moz-transition: width .3s;
            -ms-transition: width .3s;
            -o-transition: width .3s;
            transition: width .3s, left .3s;
        }
            .menu a::before {
                top: 15px;
            }
            .menu a::after {
                bottom: 15px;
            }
            .menu a:hover::before,
            .menu a:focus::before,
            .menu a:hover::after,
            .menu a:focus::after {
                width: 100%;
                left: 0;
            }
}
@media screen and (min-width: 900px) {
    .menu a {
        padding: 0 10px;
        margin-right: 10px;
    }
}




/*
 * Container
 */

.container {
    width: 100%;
    clear: both;
    overflow: hidden;
    position: relative;
    z-index: 10;
    background: #ffffff;
}

/*
 * Footer
 */

.footer {
    width: 100%;
    margin: 30px auto 0;
    position: relative;
    z-index: 10;
    background: #ececec;
}
    .footer p {
        margin: 0;
        margin-top: 1em;
    }
    .footer a {
        text-decoration: none;
    }
        .footer a:hover,
        .footer a:focus {
            text-decoration: underline;
        }
    .footer__block {
        width: 100%;
        padding: 30px;
    }
        .footer__block--left {
            background: #5da1d0;
            color: #ffffff;
        }
        .footer__block--left a {
            color: #ffffff;
        }
        .footer__block--right {
            background: #ececec;
        }
    .footer__title {
        font-family: 'Rajdhani', sans-serif;
        text-transform: uppercase;
        font-size: 1.35em;
    }
    .footer__subtitle {
        font-family: 'Rajdhani', sans-serif;
        font-size: 1.35em;
    }
    .footer__circleLetter {
        margin-right: .3em;
        display: inline-block;
        position: relative;
    }
        .footer__circleLetter::before {
            content: " ";
            width: 1.15em;
            height: 1.15em;
            position: absolute;
            left: 50%;
            top: 50%;
            margin: -.625em 0 0 -.575em;
            display: block;
            border: 1px solid #414042;
            -webkit-border-radius: 1.5em;
            -moz-border-radius: 1.5em;
            border-radius: 1.5em;
        }
            .footer__circleLetter--blue::before {
                border-color: #5ca2cf;
            }
            .footer__circleLetter--white::before {
                border-color: #ffffff;
            }
@media screen and (min-width: 480px) {
    .footer {
        display: table;
        margin: 50px auto 0;
    }
        .footer__inside {
            max-width: 960px;
            display: table-row;
        }
        .footer__block {
            width: 50%;
            display: table-cell;
        }
}


/*
 * Overlay
 */
.overlay {
    position: fixed;
    z-index: 15;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 15;
    cursor: pointer;
    background-color: #919191;
    background-color: rgba(0, 0, 0, 0.54);
    visibility: hidden;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, right 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, right 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, right 0.3s 0s;
}
.overlay.nav-is-visible,
.overlay.panel-is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, right 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s, right 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s, right 0.3s 0s;
}
.overlay.nav-is-visible {
    opacity: 1;
    visibility: visible;
    right: 260px;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, right 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s, right 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s, right 0.3s 0s;
}
.overlay.panel-is-visible {
    z-index: 45;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}
@media screen and (min-width: 800px) {
    .overlay.nav-is-visible {
        display: none;
    }
}

/*
 * Articles
 */
.mod_article {
    max-width: 960px;
    margin: 0 auto;
}
    .mod_article--w100p {
        max-width: 100%;
    }
.mod_article .block {
    clear: both;
}



/*
 * Text
 */

.ce_text {
    padding: 0 30px;
    overflow: hidden;
}
.ce_text.last {
    padding-bottom: 30px;
}
    .ce_text--indent .ce_text__inside {
        max-width: 26em;
    }
    .ce_text .image_container {
        width: 100%;
        max-width: 300px;
        line-height: 0;
        margin: 0 0 15px;
    }
        .ce_text h1 + .image_container, 
        .ce_text h2 + .image_container {
            margin-top: -1.5em;
        }
        .ce_text .image_container img {
            max-width: 100%;
            height: auto;
        }
@media screen and (min-width: 640px) {
    .ce_text {
        padding: 0 80px;
    }
        .ce_text--indent {
            padding: 0 50px;
        }
        .ce_text--indent .ce_text__inside {
            float: right;
            clear: both;
        }
        .ce_text--float {
            padding: 0 25px;
        }
            .ce_text--float .ce_text__inside {
                width: 50%;
                padding: 0;
                margin-bottom: 30px;
                padding: 0 25px;
                float: left;
            }
            .ce_text--float .image_container.float_left, 
            .ce_text--float .image_container.float_right {
                width: 50%;
                max-width: 100%;
                padding: 0 25px;
                margin: 0 0 30px 0;
            }
            .ce_text--float .image_container.float_left {
                float: left;
            }
            .ce_text--float .image_container.float_right {
                float: right;
            }
}
@media screen and (min-width: 800px) {
    .ce_text {
        padding: 0 130px;
    }
        .ce_text--indent {
            padding: 0 50px;
        }
        .ce_text--indent .ce_text__inside {
            margin-right: 80px;
        }
        .ce_text--float {
            padding: 0 25px;
        }
}

/*
 * Image
 */
.ce_image {
    width: 100%;
    max-width: 960px;
    position: relative;
    line-height: 0;
}
    .ce_image--sep {
        max-width: 100%;
    }
    .ce_image img {
        width: 100%;
        height: auto;
    }
    .ce_image .caption {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(31, 131, 194, .7);
        color: #ffffff;
        text-align: center;
        text-transform: uppercase;
        font-size: 1.75em;
        line-height: 1.5em;
    }
        .ce_image .caption__valign {
            width: 100%;
            height: 800px;
            display: inline-block;
            position: absolute;
            left: 0;
            top: 50%;
            line-height: 800px;
            margin-top: -400px;
        }
        .ce_image .caption__inside {
            padding: 0 30px;
            display: inline-block;
            vertical-align: middle;
            line-height: 1.5em;
        }
@media screen and (min-width: 420px) {
    .ce_image {
    }
        .ce_image .caption {
            font-size: 2em;
        }
}
@media screen and (min-width: 640px) {
    .ce_image {
    }
        .ce_image .caption {
            font-size: 2.625em;
        }
}
@media screen and (min-width: 960px) {
    .ce_image {
    }
        .ce_image--sep {
            width: 100%;
            height: 390px;
            overflow: hidden;
            text-align: center;
            position: relative;
        }
        .ce_image--sep .image_container {
            width: 100%;
            height: 5000px;
            position: absolute;
            top: 50%;
            left: 0;
            margin-top: -2500px;
            text-align: center;
            line-height: 5000px;
        }
        .ce_image--sep img {
            width: auto;
            height: auto;
            min-height: 390px;
            min-width: 100%;
            vertical-align: middle;
        }
}

/*
 * Slideshow
 */
.slideshow {
    width: 100%;
    height: 100%;
}
.slideshow * {
    outline: none;
}
.slide {
    width: 100%;
    max-width: none;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
    .slide__inside {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        text-align: center;
    }
    .slide img {
        max-width: none;
        display: inline-block;
        margin: 0 auto;
        vertical-align: middle;
    }
    .slide picture {
        width: 100%;
        height: 100%;
        display: block;
        vertical-align: middle;
    }
    .slide--cropWidth .slide__inside {
        width: 5000px;
        height: 100%;
        left: 50%;
        margin-left: -2500px;
    }
    .slide--cropWidth img {
        height: 100%;
        width: auto;
        margin: 0 auto;
    }
    .slide--cropHeight .slide__inside {
        width: 100%;
        height: 5000px;
        top: 50%;
        margin-top: -2500px;
        line-height: 5000px;
    }
    .slide--cropHeight img {
        width: 100%;
        height: auto;
    }
    .mod_article .block.slide {
        clear: none;
    }
    .slide--01 {
        background-image: url("../../files/themes/doreur2015/img/slideshow/fullsize/slide-01.jpg");
    }
    .slide--02 {
        background-image: url("../../files/themes/doreur2015/img/slideshow/fullsize/slide-02.jpg");
    }

.slick-list,
.slick-track {
    height: 100%;
}


/*
 * Hyperlink
 */
.homeLinks {
    margin: 50px auto;
}
.ce_hyperlink {
    margin: 30px 0;
    padding: 0 30px;
    text-align: right;
    font-weight: 600;
    line-height: 2.25em;
    font-size: .875em;
    clear: both;
}
    .ce_hyperlink--center {
        text-align: center;
    }
    .home .ce_hyperlink--gallery {
        margin-top: 0;
    }
    .ce_hyperlink a {
        padding: 0 .4em;
        display: inline-block;
        position: relative;
        z-index: 1;
        border: 2px solid #1f83c2;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        color: #1f83c2;
        text-transform: uppercase;
        text-decoration: none;
        -webkit-transition: color .3s;
        -moz-transition: color .3s;
        -ms-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s;
    }
        .ce_hyperlink a:hover,
        .ce_hyperlink a:focus {
            color: #ffffff;
        }
        .ce_hyperlink a::after {
            content: " ";
            width: 100%;
            height: 0;
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: -1;
            background: #1f83c2;
            -webkit-transition: height .3s;
            -moz-transition: height .3s;
            -ms-transition: height .3s;
            -o-transition: height .3s;
            transition: height .3s;
        }
            .ce_hyperlink a:hover::after,
            .ce_hyperlink a:focus::after {
                height: 100%;
            }

    .ce_hyperlink--big {
        font-size: 1em;   
        text-align: center;
    }
        .ce_hyperlink--big a {
            color: #ffffff;
            background: #1f83c2;
        }
        .ce_hyperlink--big a:hover,
        .ce_hyperlink--big a:focus {
            color: #1f83c2;
        }
        .ce_hyperlink--big a::after {
            background: #ffffff;
        }
@media screen and (min-width: 470px) {
    .ce_hyperlink--big {
        text-align: left;
    }
}
@media screen and (min-width: 640px) {
    .ce_hyperlink {
        padding: 0 50px;
    }
    .ce_hyperlink--big {
        position: relative;
        left: 100%;
        margin-left: -32.7em;
    }
}
@media screen and (min-width: 800px) {
    .homeLinks {
        margin: 80px auto;
    }
    .home .ce_hyperlink--gallery {
        margin-top: -20px;
    }
    .ce_hyperlink--big {
        position: relative;
        left: 100%;
        margin-left: -37.3em;
    }
}
/* Hyperlink Image */
.ce_hyperlink--image {
    width: 100%;
    margin: 30px auto;
    display: block;
    text-align: center;
    font-weight: 300;
    line-height: 1.5;
}
.ce_hyperlink--image--2cols {
    max-width: 320px;
}
.ce_hyperlink--image--3cols {
    max-width: 272px;
}
    .ce_hyperlink--image h1,
    .ce_hyperlink--image h2,
    .ce_hyperlink--image h3 {
        text-align: center;
        font-family: 'Gilda Display', serif;
        margin: 0 0 .2em 0;
    }
    .ce_hyperlink--image img {
        max-width: 100%;
        height: auto;
    }
    .ce_hyperlink--image a {
        border: none;
        padding: 0;
        line-height: 0;
        margin-bottom: 1em;
    }
        .ce_hyperlink--image a::before {
            content: " ";
            width: 100%;
            height: 5px;
            position: absolute;
            left: 0;
            bottom: 0;
            z-index: 0;
            background: #1f83c2;
        }
        .ce_hyperlink--image a::after {
            z-index: 1;
            background: rgba(31, 131, 194, .7);
        }

    .ce_hyperlink--image .caption {
        text-align: left;
    }
    .ce_hyperlink__letter {
        width: 50px;
        height: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -25px;
        margin-top: -25px;
        z-index: 10;
        border: 1px solid #757575;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 40px;
        font-family: 'Rajdhani', sans-serif;
        line-height: 50px;
        font-size: 30px;
        color: #757575;
        -webkit-transition: color .3s, border-color .3s;
        -moz-transition: color .3s, border-color .3s;
        -ms-transition: color .3s, border-color .3s;
        -o-transition: color .3s, border-color .3s;
        transition: color .3s, border-color .3s;
    }
        .ce_hyperlink--image--restoration .ce_hyperlink__letter {
            font-family: 'Gilda Display', serif;
            font-size: 27px;
            top: 55%;
            left: 53%;
        }
        .ce_hyperlink--image--contemporary .ce_hyperlink__letter {
            color: #ffffff;
            border-color: #ffffff;
            top: 55%;
            left: 58%;
        }
        .ce_hyperlink--image--material_library .ce_hyperlink__letter {
            color: #5C2700;
            background: #ffffff;
            border-color: #ffffff;
            top: 75%;
            left: 75%;
            margin-left: -20px;
        }
        .ce_hyperlink--image--newsletter .ce_hyperlink__letter {
            top: 22%;
            left: 58%;
        }
        .ce_hyperlink--image--store .ce_hyperlink__letter {
            left: 20%;
            top: 60%;
        }
        .ce_hyperlink--image a:hover .ce_hyperlink__letter,
        .ce_hyperlink--image a:focus .ce_hyperlink__letter {
            color: #ffffff;
            border-color: #ffffff;
        }
        .ce_hyperlink--image--material_library a:hover .ce_hyperlink__letter,
        .ce_hyperlink--image--material_library a:focus .ce_hyperlink__letter {
            color: #326B89;
        }

@media screen and (min-width: 480px) {
    .ce_hyperlink--image--2cols {
        width: 50%;
        float: left;
        max-width: 100%;
    }
    .mod_article .ce_hyperlink--image--2cols {
    }
    .ce_hyperlink--image--2cols.ce_hyperlink--image--first {
        padding-right: 10px;
    }
    .ce_hyperlink--image--2cols.ce_hyperlink--image--last {
        padding-left: 10px;
        clear: none;        
    }
}
@media screen and (min-width: 640px) {
    .ce_hyperlink--image a::before {
        height: 10px;
    }
    .ce_hyperlink--image--2cols {
        margin: 30px 0 50px;
    }
    .ce_hyperlink--image--3cols {
        width: 30.40%;
        float: left;
        max-width: 100%;
        padding: 0 10px;
    }
    .mod_article .ce_hyperlink--image--3cols {
        clear: none;        
    }
    .ce_hyperlink--image--3cols.ce_hyperlink--image--first {
        margin-left: 4.375%;
    }
    .ce_hyperlink--image--3cols h1,
    .ce_hyperlink--image--3cols h2,
    .ce_hyperlink--image--3cols h3 {
        font-size: 1.8em;
    }
        .ce_hyperlink--image--material_library .ce_hyperlink__letter {
            margin-left: -15px;
        }
}
@media screen and (min-width: 800px) {
    .ce_hyperlink--image--2cols {
        margin: 50px 0 80px;
    }
    .ce_hyperlink__letter {
        width: 80px;
        height: 80px;
        margin-left: -40px;
        margin-top: -40px;
        border-width: 2px;
        line-height: 80px;
        font-size: 50px;
    }
        .ce_hyperlink--image--restoration .ce_hyperlink__letter {
            font-size: 45px;
        }
        .ce_hyperlink--image--material_library .ce_hyperlink__letter {
            margin-left: -30px;
        }
}
@media screen and (min-width: 900px) {
    .ce_hyperlink--image--3cols h1,
    .ce_hyperlink--image--3cols h2,
    .ce_hyperlink--image--3cols h3 {
        font-size: 2.625em;
    }
}



/*
 * Home header
 */
.homeHeader {
    max-width: 100%;
    width: 100%;
    height: 300px;
    position: relative;
}
    .homeHeader__title {
        width: 100%;
        height: 100%;
        max-width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        pointer-events: none;
    }
        .homeHeader__title .image_container {
            width: 100%;
            height: 500px;
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -250px;
            text-align: center;
            line-height: 500px;
        }
        .homeHeader__title img {
            max-width: 50%;
            width: auto;
            vertical-align: middle;
        }
@media screen and (orientation: portrait) {
    .homeHeader__title img {
        max-width: 80%;
    }
}
@media screen and (min-width: 800px) {
    .homeHeader {
        height: 450px;
    }
}
@media screen and (min-width: 960px) {
    .homeHeader {
        height: 600px;
    }
}



/*
 * Background video
 */
.mod_article--videoBg {
    height: 180px;
    line-height: 180px;
    position: relative;
    margin-top: 30px;
}
    .mod_article--videoBg__inside {
        width: 100%;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        z-index: 5;
        color: #ffffff;
        line-height: 1.5em;
    }
        .mod_article--videoBg .ce_text {
            padding: 0 30px;
        }
        .mod_article--videoBg h1,
        .mod_article--videoBg h2 {
            margin: 0;
            line-height: 1em;
        }
        .mod_article--videoBg h1,
        .mod_article--videoBg h2,
        .mod_article--videoBg h1 .rajha, 
        .mod_article--videoBg h2 .rajha {
            color: #ffffff;
        }
        .mod_article--videoBg p {
            margin: 0;
        }
        .mod_article--videoBg .ce_hyperlink {
            margin-bottom: 0;
        }
        .mod_article--videoBg .ce_hyperlink a {
            border-color: #ffffff;
            color: #ffffff;
        }
            .mod_article--videoBg .ce_hyperlink a:hover,
            .mod_article--videoBg .ce_hyperlink a:focus {
                color: #1f83c2;
            }
            .mod_article--videoBg .ce_hyperlink a::after {
                background: #ffffff;
            }
.ce_player--bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    overflow: hidden;
}
    .ce_player--bg::before {
        content: " ";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        background: rgba(31, 131, 194, .7);
    }
    .ce_player--bg video {
        position: absolute;
        width: 100%;
        bottom: 0;
        z-index: 0;
    }
@media screen and (max-width: 480px) {
    .mod_article--videoBg .ce_hyperlink {
        margin-top: 15px;
    }
}
@media screen and (min-width: 480px) {
    .mod_article--videoBg {
        height: 260px;
        line-height: 260px;
    }
        .mod_article--videoBg p {
            font-size: 1.25em;
        }
}
@media screen and (min-width: 640px) {
    .mod_article--videoBg {
        height: 350px;
        line-height: 350px;
    }
        .mod_article--videoBg p {
            font-size: 1.65em;
        }
}
@media screen and (min-width: 800px) {
    .mod_article--videoBg {
        height: 440px;
        line-height: 440px;
        margin-top: 50px;
    }
    .mod_article--videoBg .ce_hyperlink {
        margin-top: 45px;
    }
}
@media screen and (min-width: 960px) {
    .mod_article--videoBg {
        height: 530px;
        line-height: 530px;
        margin-top: 80px;
    }
}
@media screen and (min-width: 1050px) {
    .mod_article--videoBg {
        height: 550px;
        line-height: 550px;
    }
}


/*
 * Projects grid
 */

.projectGrid {
    margin: 30px;
    -webkit-transition: height .3s;
    -moz-transition: height .3s;
    -ms-transition: height .3s;
    -o-transition: height .3s;
    transition: height .3s;
}
    .home .projectGrid {
        display: none;
    }
    .projectGrid__item {
        width: 100%;
        height: 70px;
        margin: 0 0 20px;
        position: relative;
        overflow: hidden;
    }
    /*a*/.projectGrid__link {
        width: auto;
        height: 100%;
        display: block;
        position: relative;
        text-decoration: none;
        color: #757575;
        -webkit-transition: color .3s;
        -moz-transition: color .3s;
        -ms-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s;
    }
    /*a*/.projectGrid__link:hover,
    /*a*/.projectGrid__link:focus {
        color: #ffffff;
    }
        .projectGrid__link__hover {
            width: 100%;
            height: 0;
            position: absolute;
            bottom: 0;
            left: 0;
            background: rgba(31, 131, 194, .7);
            -webkit-transition: height .3s;
            -moz-transition: height .3s;
            -ms-transition: height .3s;
            -o-transition: height .3s;
            transition: height .3s;
        }
        /*a*/.projectGrid__link:hover .projectGrid__link__hover,
        /*a*/.projectGrid__link:focus .projectGrid__link__hover {
            height: 100%;
        }
    .projectGrid__image {
        width: 70px;   
        height: 70px;
        position: absolute;
        left: 0;
        top: 0;
        line-height: 0;
    }
        .projectGrid__image img {
            width: 100%;   
            height: auto;
        }
    .projectGrid__info {
        height: 70px;
        overflow: hidden;
        position: relative;
        margin-left: 90px;
    }
        .projectGrid__info__valign {
            height: 600px;
            line-height: 600px;
            position: absolute;
            top: 50%;
            left: 0;
            margin-top: -300px;
        }
        .projectGrid__info__inside {
            display: inline-block;
            vertical-align: middle;
            line-height: 1.35em;
        }
        .projectGrid__info__catIcon,
        .projectGrid__info__artisanlab {
            display: none;
        }
        .projectGrid__info__cat {
            font-family: 'Rajdhani', sans-serif;
            text-transform: uppercase;
            font-size: 1.1em;
        }
        .projectGrid__info__title {
            font-family: 'Gilda Display', serif;
            text-transform: uppercase;
        }
@media screen and (min-width: 640px) {
    .projectGrid {
        margin: 30px 40px;
        padding: 0;
    }
    .projectGrid__item {
        width: 50%;
        float: left;
        clear: none;
    }
    /*a*/.projectGrid__link {
        width: auto;
        margin: 0 10px;
    }
    .projectGrid__image {
    }
}
@media screen and (min-width: 800px) {
    .projectGrid {
        width: 755px;
        margin: 30px auto;
        padding: 0 0 0 20px;
    }
        .home .projectGrid {
            display: block;
        }
        .projectGrid__item {
            width: 225px;
            height: 225px;
            margin-right: 20px;
            padding: 0;
        }
        /*a*/.projectGrid__link {
            padding: 0;
            margin: 0;
            color: #ffffff;
        }
        .projectGrid__image {
            width: 100%;
            height: 100%;
            position: static;
        }
        .projectGrid__info {
            width: 100%;
            height: 100%;
            padding: 20px;
            position: absolute;
            left: 0;
            top: -20px;
            margin: 0;
            text-align: center;
            opacity: 0;
            -webkit-transition: opacity .3s, top .3s;
            -moz-transition: opacity .3s, top .3s;
            -ms-transition: opacity .3s, top .3s;
            -o-transition: opacity .3s, top .3s;
            transition: opacity .3s, top .3s;
        }
            /*a*/.projectGrid__link:hover .projectGrid__info,
            /*a*/.projectGrid__link:focus .projectGrid__info {
                opacity: 1;
                top: 0;
                transition: opacity .3s .1s, top .3s .1s;
            }
            .projectGrid__info__valign {
                height: 185px;
                line-height: 75px;
                padding: 70px 0 40px 0;
                position: static;
                margin-top: 0;
            }
            .projectGrid__info__catIcon {
                width: 50px;
                height: 50px;
                display: block;
                position: absolute;
                top: 20px;
                left: 50%;
                margin-left: -25px;
                font-family: 'Rajdhani', sans-serif;
                border: 2px solid #ffffff;
                -webkit-border-radius: 25px;
                -moz-border-radius: 25px;
                border-radius: 25px;
                font-size: 40px;
                line-height: 50px;
            }
                .projectGrid__item--restoration .projectGrid__info__catIcon {
                    font-family: 'Gilda Display', serif;
                    font-size: 36px;
                }
                .projectGrid__item--material_library .projectGrid__info__catIcon {
                    background: #ffffff;
                    color: #5da1d0;
                }
            .projectGrid__info__cat {
                display: none;
            }
            .projectGrid__info__title {
                font-family: 'Open Sans', sans-serif;
                text-transform: none;
            }
            .projectGrid__info__artisanlab {
                position: absolute;
                display: block;
                right: 20px;
                bottom: 20px;
                text-align: right;
                font-family: 'Rajdhani', sans-serif;
                font-size: 20px;
                text-transform: uppercase;
            }
            .projectGrid__info__artisanlab__circleLetter {
                margin-right: .1em;
                display: inline-block;
                position: relative;
            }
                .projectGrid__info__artisanlab__circleLetter::before {
                    content: " ";
                    width: 1.15em;
                    height: 1.15em;
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    margin: -.575em 0 0 -.575em;
                    display: block;
                    border: 1px solid #ffffff;
                    -webkit-border-radius: 1.5em;
                    -moz-border-radius: 1.5em;
                    border-radius: 1.5em;
                }
}
@media screen and (min-width: 1000px) {
    .projectGrid {
        width: 980px;
        padding: 0;
        margin: 30px 0;
    }
}


/*
 * Project filters
 */
.projectsFilters {
    display: none;
}
    /*a*/.projectsFilters__link  {
        display: inline-block;
        position: relative;
        color: #757575;
        text-decoration: none;
        -webkit-transition: color .3s, background .3s;
        -moz-transition: color .3s, background .3s;
        -ms-transition: color .3s, background .3s;
        -o-transition: color .3s, background .3s;
        transition: color .3s, background .3s;
    }
        .projectsFilters__link__letter {
            width: 1.3em;
            height: 1.3em;
            position: relative;
            display: inline-block;
            margin-right: .2em;
            border: 1px solid #1f83c2;
            -webkit-border-radius: 1.3em;
            -moz-border-radius: 1.3em;
            border-radius: 1.3em;
            font-family: 'Rajdhani', sans-serif;
            line-height: 1.3em;
            font-size: 1.5em;
            text-align: center;
            color: #1f83c2;
            -webkit-transition: color .3s, border-color .3s, background .3s;
            -moz-transition: color .3s, border-color .3s, background .3s;
            -ms-transition: color .3s, border-color .3s, background .3s;
            -o-transition: color .3s, border-color .3s, background .3s;
            transition: color .3s, border-color .3s, background .3s;
        }
        .projectsFilters__link--restoration .projectsFilters__link__letter {
            font-family: 'Gilda Display', serif;
        }
        /*a*/.projectsFilters__link:hover,
        /*a*/.projectsFilters__link:focus,
        /*a*/.projectsFilters__link.is-active {
            color: #1f83c2;
        }
        /*a*/.projectsFilters__link:hover .projectsFilters__link__letter,
        /*a*/.projectsFilters__link:focus .projectsFilters__link__letter,
        /*a*/.projectsFilters__link.is-active .projectsFilters__link__letter {
            background: #1f83c2;
            color: #ffffff;
        }
        .projectsFilters__link.is-loading .projectsFilters__link__letter:after {
            content: " ";
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            -webkit-border-radius: 1.3em;
            -moz-border-radius: 1.3em;
            border-radius: 1.3em;
            background: #1f83c2 url("../../files/themes/doreur2015/img/loading-small.gif") no-repeat center center;
        }
@media screen and (max-width: 799px) { 
    .projectsFilters {
        width: 17em;
        max-width: 100%;
        display: block;
        margin: 50px;
        border: 2px solid #1f83c2;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        overflow: hidden;
    }
        .projectsFilters__title {
            width: 100%;
            padding: .5em 1.5em;
            display: inline-block;
            position: relative;
            text-align: left;
            font-weight: 600;
            line-height: 2.25em;
            font-size: .875em;
            color: #1f83c2;
            text-transform: uppercase;
            text-decoration: none;
            cursor: pointer;
        }
            .projectsFilters__title__arrow {
                width: 2em;
                height: 2em;
                display: inline-block;
                margin-left: 1em;
                position: absolute;
                top: 50%;
                right: 0;
                margin-top: -1em;
                margin-right: 1em;
                border: 2px solid #1f83c2;
                -webkit-border-radius: 1em;
                -moz-border-radius: 1em;
                border-radius: 1em;
            }
            .projectsFilters__title__arrow::before,
            .projectsFilters__title__arrow::after {
                content: " ";
                width: 50%;
                height: 2px;
                position: absolute;
                left: 25%;
                top: 50%;
                background: #1f83c2;
                -webkit-transition: -webkit-transform .3s;
                -moz-transition: -moz-transform .3s;
                -ms-transition: -ms-transform .3s;
                -o-transition: -o-transform .3s;
                transition: transform .3s;
            }
            .projectsFilters__title__arrow::before {
                margin-left: 1px;
                -webkit-transform: translateX(-35%) translateY(0) rotate(45deg);
                -moz-transform: translateX(-35%) translateY(0) rotate(45deg);
                -ms-transform: translateX(-35%) translateY(0) rotate(45deg);
                -o-transform: translateX(-35%) translateY(0) rotate(45deg);
                transform: translateX(-35%) translateY(0) rotate(45deg);
            }
            .projectsFilters__title__arrow::after {
                -webkit-transform: translateX(35%) translateY(0) rotate(-45deg);
                -moz-transform: translateX(35%) translateY(0) rotate(-45deg);
                -ms-transform: translateX(35%) translateY(0) rotate(-45deg);
                -o-transform: translateX(35%) translateY(0) rotate(-45deg);
                transform: translateX(35%) translateY(0) rotate(-45deg);
            }
                .projectsFilters.is-visible .projectsFilters__title__arrow::before {
                    -webkit-transform: translateX(-5%) translateY(-10%) rotate(-45deg);
                    -moz-transform: translateX(-5%) translateY(-10%) rotate(-45deg);
                    -ms-transform: translateX(-5%) translateY(-10%) rotate(-45deg);
                    -o-transform: translateX(-5%) translateY(-10%) rotate(-45deg);
                    transformrm: translateX(-5%) translateY(-10%) rotate(-45deg);
                }
                .projectsFilters.is-visible .projectsFilters__title__arrow::after {
                    -webkit-transform: translateX(5%) translateY(-10%) rotate(45deg);
                    -moz-transform: translateX(5%) translateY(-10%) rotate(45deg);
                    -ms-transform: translateX(5%) translateY(-10%) rotate(45deg);
                    -o-transform: translateX(5%) translateY(-10%) rotate(45deg);
                    transform: translateX(5%) translateY(-10%) rotate(45deg);
                }
        .projectsFilters__list {
            background: #ffffff;
            height: 0;
            -webkit-transition: height .3s;
            -moz-transition: height .3s;
            -ms-transition: height .3s;
            -o-transition: height .3s;
            transition: height .3s;
        }
        .projectsFilters.is-visible .projectsFilters__list {
            height: 13em;
        }
        /*a*/.projectsFilters__link  {
            width: 100%;
            padding: .35em .7em;
        }
}
@media screen and (max-width: 639px) { 
    .projectsFilters {
        margin: 30px;
    }
}
@media screen and (min-width: 800px) { 
    .projectsFilters {
        width: 715px;
        display: block;
        margin: 30px auto;
        font-size: .875em;
    }
        .projectsFilters__title {
            display: none;
        }
        .projectsFilters__list { 
            display: inline-block;
        }
        .projectsFilters__link { 
            margin-left: 1em;
        }
}
@media screen and (min-width: 1000px) { 
    .projectsFilters {
        width: 960px;
        font-size: 1em;
    }
        .projectsFilters__title {
            display: inline-block;
        }
        .projectsFilters__link { 
            margin-right: 0;
            margin-left: 1em;
        }
}
/*
 * Gallery
 */
.ce_gallery {
    margin: 30px 0;
    padding: 0 30px;
}
.ce_gallery li {
    margin-bottom: 20px;
}
.ce_gallery .image_container {
    line-height: 0;
    text-align: center;
    padding: 0 10px;
}
.ce_gallery .image_container img {
    max-width: 100%;
    height: auto;
}
.ce_gallery a {
    max-width: 272px;
}
@media screen and (min-width: 480px) { 
    .ce_gallery {
        padding: 0 20px;
        margin: 40px 0 30px;
    }   
        .ce_gallery li {
            width: 50%;
            display: block;
            float: left;
        }
}
@media screen and (min-width: 640px) {  
    .ce_gallery {
        padding: 0 40px;
    }
        .ce_gallery li {
            width: 33.33%;
        } 
}

/*
 * Projet / Artistes
 */
.mod_projectreader .first h1 .rajha,
.mod_projectreader .first h2 .rajha,
.mod_artistreader .first h1 .rajha,
.mod_artistreader .first h2 .rajha {
    display: block;
    font-size: .75em;
    line-height: 1em;
}
.mod_projectreader .image_container,
.mod_artistreader .image_container {
    line-height: 0;
}
.mod_projectreader .image_container a,
.mod_artistreader .image_container a {
    margin: 0 auto;
    display: block;
    position: relative;
}
    .mod_projectreader .image_container a::before,
    .mod_artistreader .image_container a::before {
        content : "+";
        width: 50px;
        height: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -25px;
        margin-top: -25px;
        z-index: 2;
        border: 1px solid #ffffff;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 40px;
        text-align: center;
        font-family: 'Rajdhani', sans-serif;
        font-size: 50px;
        line-height: 50px;
        color: #ffffff;
        opacity: 0;
        -webkit-transition: opacity .3s;
        -moz-transition: opacity .3s;
        -ms-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
    }
        .mod_projectreader .image_container a:hover::before,
        .mod_projectreader .image_container a:focus::before,
        .mod_artistreader .image_container a:hover::before,
        .mod_artistreader .image_container a:focus::before {
            opacity: 1;
        }
    .mod_projectreader .image_container a::after,
    .mod_artistreader .image_container a::after {
        content: " ";
        width: 100%;
        height: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
        background: rgba(31, 131, 194, .7);
        -webkit-transition: height .3s;
        -moz-transition: height .3s;
        -ms-transition: height .3s;
        -o-transition: height .3s;
        transition: height .3s;
    }
        .mod_projectreader .image_container a:hover::after,
        .mod_projectreader .image_container a:focus::after,
        .mod_artistreader .image_container a:hover::after,
        .mod_artistreader .image_container a:focus::after {
            height: 100%;
        }
@media screen and (min-width: 800px) {
    .mod_projectreader .first h1 .rajha,
    .mod_projectreader .first h2 .rajha {
        font-size: .6em;
    }
    .mod_projectreader .image_container a::before,
    .mod_artistreader .image_container a::before {
        width: 80px;
        height: 80px;
        margin-left: -40px;
        margin-top: -40px;
        border-width: 2px;
        font-size: 80px;
        line-height: 80px;
    }
}




/*
 * Pagination
 */
.pagination {
    padding: 0 30px;
    font-weight: 600;
}
.pagination ul {
    text-align: center;
    text-transform: uppercase;
}
.pagination li {
    margin: .4em 0;
    display: none;
}
.pagination li.previous,
.pagination li.next {
    display: inline-block;
    font-size: .875em;
}
.pagination li.previous {
    float: left;
}
.pagination li.next {
    float: right;
}
.pagination a,
.pagination span.current,
.pagination span.text {
    height: 45px;
    min-width: 32px;
    padding: 10px;
    margin: 0;
    position: relative;
    display: block;
    text-decoration: none;
    overflow: hidden;
    line-height: 25px;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}
.pagination a:after,
.pagination span.current:after {
    content: " ";
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    margin-top: -16px;
    margin-left: -15px;
    border: 2px solid #1f83c2;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    opacity: 1;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    color: #ffffff;
}
.pagination a:hover, 
.pagination a:focus,
.pagination span.current {
    color: #ffffff;
}
.pagination a:hover:after, 
.pagination a:focus:after,
.pagination span.current:after {
    background: #1f83c2;
}
.pagination a.previous,
.pagination a.next {
    text-transform: none;
}
.pagination a.previous {
    padding-left: 0;
}
.pagination a.next {
    padding-right: 0;
}
.pagination a.previous:after,
.pagination a.next:after {
    content: " ";
    display: none;
}
.pagination a.previous span,
.pagination a.next span {
    width: 30px;
    height: 30px;
    border: 2px solid #1f83c2;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: block;
    background: #ffffff;
    position: relative;
    top: -3px;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}
.pagination a.previous span {
    float: left;
    margin-right: .4em;
}
.pagination a.next span {
    float: right;
    margin-left: .4em;
}
.pagination a.previous:hover span,
.pagination a.previous:focus span,
.pagination a.next:hover span,
.pagination a.next:focus span {
    background-color: #1f83c2;
}
.pagination a.previous span::before,
.pagination a.previous span::after,
.pagination a.next span::before,
.pagination a.next span::after {
    content: " ";
    width: 9px;
    height: 2px;
    background-color: #1f83c2;
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -1px;
}
.pagination a.next span::before,
.pagination a.next span::after {
    left: 9px;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}
.pagination a.previous span::before {
    -webkit-transform: translateX(0) translateY(-3px) rotate(-45deg);
    -moz-transform: translateX(0) translateY(-3px) rotate(-45deg);
    -ms-transform: translateX(0) translateY(-3px) rotate(-45deg);
    -o-transform: translateX(0) translateY(-3px) rotate(-45deg);
    transform: translateX(0) translateY(-3px) rotate(-45deg);
}
.pagination a.previous span::after {
    -webkit-transform: translateX(0) translateY(3px) rotate(45deg);
    -moz-transform: translateX(0) translateY(3px) rotate(45deg);
    -ms-transform: translateX(0) translateY(3px) rotate(45deg);
    -o-transform: translateX(0) translateY(3px) rotate(45deg);
    transform: translateX(0) translateY(3px) rotate(45deg);
}
.pagination a.next span::before {
    -webkit-transform: translateX(0) translateY(-3px) rotate(45deg);
    -moz-transform: translateX(0) translateY(-3px) rotate(45deg);
    -ms-transform: translateX(0) translateY(-3px) rotate(45deg);
    -o-transform: translateX(0) translateY(-3px) rotate(45deg);
    transform: translateX(0) translateY(-3px) rotate(45deg);
}
.pagination a.next span::after {
    -webkit-transform: translateX(0) translateY(3px) rotate(-45deg);
    -moz-transform: translateX(0) translateY(3px) rotate(-45deg);
    -ms-transform: translateX(0) translateY(3px) rotate(-45deg);
    -o-transform: translateX(0) translateY(3px) rotate(-45deg);
    transform: translateX(0) translateY(3px) rotate(-45deg);
}
.pagination a.previous:hover span::before,
.pagination a.previous:hover span::after,
.pagination a.next:hover span::before,
.pagination a.next:hover span::after,
.pagination a.previous:focus span::before,
.pagination a.previous:focus span::after,
.pagination a.next:focus span::before,
.pagination a.next:focus span::after {
    background-color: #ffffff;
}
.pagination a.is-loading:before {
    content: " ";
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    margin-top: -16px;
    margin-left: -15px;
    z-index: 15;
    -webkit-border-radius: 1.3em;
    -moz-border-radius: 1.3em;
    border-radius: 1.3em;
    border: 2px solid #1f83c2;
    background: #1f83c2 url("../../files/themes/doreur2015/img/loading-small.gif") no-repeat center center;
}
@media screen and (min-width: 640px) {
    .pagination li {
        display: inline-block;
    }
    .pagination li.previous,
    .pagination li.next {
        float: none;
    }
    .pagination a.previous,
    .pagination a.next {
        width: 25px;
        position: relative;
        color: #ffffff;
    }
    .pagination a.previous span,
    .pagination a.next span {
        float: none;
        margin: 0;
        position: absolute;
        top: 6px;
        left: 0;
    }
}


