:root {
    --border-radius: .25em;
}

@font-face {
    font-family: "gd-book";
    src: url("../fonts/035-gedaugothicmonzani-roman-webfont.eot");
    src: url("../fonts/035-gedaugothicmonzani-roman-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/035-gedaugothicmonzani-roman-webfont.woff2") format("woff2"), url("../fonts/035-gedaugothicmonzani-roman-webfont.woff") format("woff"), url("../fonts/035-gedaugothicmonzani-roman-webfont.ttf") format("truetype"), url("../webfonts/035-gedaugothicmonzani-roman-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "gd-bold";
    src: url("../fonts/067-gedaugothicmonzani-bold.eot");
    src: url("../fonts/067-gedaugothicmonzani-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/067-gedaugothicmonzani-bold.woff2") format("woff2"), url("../fonts/067-gedaugothicmonzani-bold.woff") format("woff"), url("../fonts/067-gedaugothicmonzani-bold.ttf") format("truetype"), url("../fonts/067-gedaugothicmonzani-bold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

.flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

#slogan p {
    text-shadow: 0 0 5px rgba(60, 60, 60, 0.75);
}

.card {
    display: flex;
    flex-direction: column;
    height: 550px;
    justify-content: space-between;
    position: relative;
    transition: background-color .4s;
    border-radius: var(--border-radius);
}

.card:hover {
    background: #eaeaec;
    transition: background-color .4s;
}

.card .card-title {
    flex-basis: 15%;
}

.card img {
    flex-basis: 65%;
}

.card .card-content {
    flex-basis: 25%;
}

.card img.fit {
    object-fit: cover;
    flex-grow: 1;
    max-height: 320px;
}

.text-white {
    color: #fafafc;
}

.card .card-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 150px;
}

.card .card-content p {
    margin-bottom: 0;
    min-height: 56px;
}

.deco-bottom {
    display: block;
    position: relative;
    height: 0;
}

.deco-bottom > * {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    margin: 0;
    padding: 0;
}

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

h1, p, body, #header, .contactform .submit input {
    font-family: 'gd-book', sans-serif;
    font-weight: normal;
}

h2, strong {
    font-family: "gd-bold", sans-serif;
    font-weight: normal;
}

a img {
    border: none;
}

img {
    -ms-interpolation-mode: bicubic;
}

.cf:before, .cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

.fill {
    width: 100%;
    display: block;
}

.fit {
    max-width: 100%;
}

img[src$=".png"].fill, img[src$=".png"].fit {
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
}

.marginT {
    margin-top: 2em;
}

.marginTB {
    margin-top: 1em;
    margin-bottom: 1em;
}

h1 {
    font-size: 1.7em;
    line-height: 1.25;
    padding-bottom: .5em;
}

h2 {
    font-size: 1em;
    padding-bottom: .5em;
}

p {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    line-height: 1.25;
}

:link, :visited {
    color: #1e1e1e;
}

a:hover {
    color: #333333;
}

ul {
    list-style: square outside;
    margin-left: 1em;
}

li {
    margin-bottom: .5em;
}

td {
    padding-right: 1em;
    padding-left: 1em;
    padding-bottom: 0.7em;
    padding-top: 0.7em;
    border-bottom: 1px dotted #f0f0f0;
}

tr > td:first-child {
    padding-left: 1em;
}

tr > td:last-child {
    padding-right: 1em;
}

table {
    font-size: 0.8em;
}

.center {
    text-align: center;
}

html {
    line-height: 1.2;
    font-size: 18px;
}

body {
    color: black;
}

html, body {
    min-height: 100%;
    height: 100%;
}

.container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    *zoom: 1;
}

.container:after {
    content: " ";
    display: block;
    clear: both;
}

#footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 15em;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right: 1em;
    text-align: center;
    font-size: 1em;
    color: #999999;
    background: #080808;
}

#footer a {
    color: #999999;
    text-decoration: none;
}

#header {
    padding-top: 1em;
    padding-bottom: 1em;
    line-height: 1;
    width: 100%;
}

.menu {
    position: sticky;
    top: 50px;
}

.menu, #lang {
    text-align: left;
    line-height: 1.7;
    font-size: 1em;
}

.menu li, #lang li {
    padding-right: .8em;
    display: inline-block;
}

.menu li:last-child, #lang li:last-child {
    padding-right: 0;
}

.menu ul, #lang ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.menu a, #lang a {
    text-decoration: none;
    display: inline-block;
    color: #1e1e20;
    padding-bottom: 1px;
    border-bottom: 5px solid transparent;
    transition: border-color .3s ease;
}

.menu a.active, .menu a:hover, .menu a.activeparent, #lang a.active, #lang a:hover, #lang a.activeparent {
    border-bottom: 5px solid #1e1e20;
    transition: border-color .3s ease;
    padding-bottom: 0;
}

.hero {
    display: table-cell;
    background: #f0f0f0 url(../images/cover1-bright_old.jpg) no-repeat center center;
    vertical-align: middle;
    color: #fff;
}

#prestations {
    padding-top: 3em;
    padding-bottom: 2em;
    background: #f0f0f0 url(../images/bgprocede_new.jpg) no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

#prestations .text {
    margin-left: 25%;
    width: 50%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%;
    text-align: justify;
}

#tirages {
    padding-top: 3em;
    padding-bottom: 2em;
    background: #f0f0f0 url(../images/papier.jpg) no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

#tirages .text {
    margin-left: 25%;
    width: 50%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%;
    text-align: justify;
}

#tirages2 {
    padding-top: 3em;
    padding-bottom: 2em;
    background: #f0f0f0 url(../images/glossy.jpeg) no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

#tirages2 .text {
    margin-left: 25%;
    width: 50%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%;
    text-align: justify;
}

#prix {
    padding-top: 3em;
    padding-bottom: 2em;
    background: #f0f0f0 url(../images/papier.jpg) no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

#prix .text {
    margin-left: 25%;
    width: 50%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%;
    text-align: justify;
}

#scans {
    padding-top: 3em;
    padding-bottom: 2em;
    background: #f0f0f0 url(../images/scan.jpg) no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

#scans table {
    border-collapse: collapse;
}

td.dotted-right {
    border-right:dotted 1px;
}

td.dotted-none {
    border-bottom: none;
}

#scans article {
    padding-top: 1em;
    background: rgba(39, 39, 47, .8);
    border-radius: var(--border-radius);
}

#scans .text {
    margin-left: 25%;
    width: 50%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%;
    text-align: justify;
}


.responsive_image {
    width: 100%;
    height: 250px;
    overflow: hidden;
    position:relative;
}

.responsive_image img {
    transform: rotate(90deg) translatex(-21.1vw) scale(.7);
    width: 100%;
    position: absolute;
    top:-12vw;
    object-fit: cover;
}

#repro {
    padding-top: 3em;
    padding-bottom: 2em;
    background: #f0f0f0 url(../images/papier.jpg) no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

#repro .text {
    margin-left: 25%;
    width: 50%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%;
    text-align: justify;
}

#collages {
    padding-top: 3em;
    padding-bottom: 2em;
    background: #f0f0f0 url(../images/collage.jpg) no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

#scans .text {
    margin-left: 25%;
    width: 50%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%;
    text-align: justify;
}


#realisations {
    padding-top: 3em;
    padding-bottom: 2em;
    position: relative;
}

#realisations::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 9px;
    background: #1e1e20;
    content: "";
}

.carousel-items {
    display: flex;
    overflow-x: scroll;
    padding: 1rem 0;
    scroll-snap-type: x mandatory;
}

.carousel-item {
    flex: 1 0 350px;
    margin-left: 1rem;
    scroll-snap-align: start;
}

::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    height: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #3d4852;
    border-radius: var(--border-radius);
}

#contact {
    color: #fff;
    padding-top: 3em;
    padding-bottom: 1em;
    background: #1e1e20;
}

#contact {
    background: black url(../images/bgcontact_new.jpg) no-repeat center center;
    background-size: cover;
    background-origin: border-box
}

#noustrouver {
    padding-top: 3em;
    padding-bottom: 3em;
    position: relative;
}

#noustrouver::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 9px;
    background: #1e1e20;
    content: "";
}

.google-map {
    padding-bottom: 50%;
    position: relative;
    margin-bottom: 1.5em;
}

.google-map iframe {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

/*#photos,#videos { @extend .cf;
}*/
em {
    font-style: italic;
}

/*
.black {color:#1e1e20 !important; @include single-text-shadow(0, 0, 10px, 2px, #fff);
}
.white {color:#fff !important; @include single-text-shadow(0, 0, 10px, 2px, #1e1e20);
}*/
/*.ratio-16-9 { @include fixed-ratiobox(16/9);
}*/
.video-text-box {
    color: #fff;
    background: #1c1c1c;
}

.video-text-box h2, .video-text-box p {
    margin: 0;
}

.video-text-content {
    padding: 3em;
}

.thumb {
    position: relative;
    text-decoration: none !important;
}

.deco-bottom {
    padding-bottom: 33.33333%;
    width: 100%;
    background: url(val-R-64.jpg) no-repeat center top;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.button {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 1em;
    margin-top: 1em;
    text-align: center;
    font-size: 1.1em;
    color: white;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    outline: none;
    cursor: pointer;
    padding: 0.4em 0.5em 0.5em;
    border-radius: var(--border-radius);
    background-color: #333333;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI2MjYyNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(100%, #262626));
    background-image: -moz-linear-gradient(#333333, #262626);
    background-image: -webkit-linear-gradient(#333333, #262626);
    background-image: linear-gradient(#333333, #262626);
    -moz-transition: all 100ms;
    -o-transition: all 100ms;
    -webkit-transition: all 100ms;
    transition: all 100ms;
    text-decoration: none;
}

.button:hover {
    -moz-box-shadow: 0 0.1em 0.5em rgba(0, 0, 0, 0.4), 0 0.1em 0.2em rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0.1em 0.5em rgba(0, 0, 0, 0.4), 0 0.1em 0.2em rgba(0, 0, 0, 0.4);
    box-shadow: 0 0.1em 0.5em rgba(0, 0, 0, 0.4), 0 0.1em 0.2em rgba(0, 0, 0, 0.4);
    color: white;
}

.button:active {
    padding: 0.4em 0.5em 0.4em;
    margin-top: 1.1em;
    border-color: black black #333333;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2MjYyNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #262626), color-stop(100%, #333333));
    background-image: -moz-linear-gradient(#262626, #333333);
    background-image: -webkit-linear-gradient(#262626, #333333);
    background-image: linear-gradient(#262626, #333333);
    -moz-transition: all 10ms;
    -o-transition: all 10ms;
    -webkit-transition: all 10ms;
    transition: all 10ms;
}

.contactform label {
    margin-top: 1em;
    margin-bottom: .5em;
    display: block;
}

.contactform input, .contactform textarea {
    background: rgba(255, 255, 255, 0.8);
    padding: .5em;
    color: #1e1e20;
    border: none;
    width: 100%;
}

.contactform input:focus, .contactform textarea:focus {
    -moz-box-shadow: 0 0.1em 0.5em #333333, 0 0.1em 0.2em #333333;
    -webkit-box-shadow: 0 0.1em 0.5em #333333, 0 0.1em 0.2em #333333;
    box-shadow: 0 0.1em 0.5em #333333, 0 0.1em 0.2em #333333;
    background: #fff;
}

.contactform .submit input {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 1em;
    margin-top: 1em;
    text-align: center;
    font-size: 1.1em;
    color: white;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    outline: none;
    cursor: pointer;
    padding: 0.4em 0.5em 0.5em;
    border-radius: var(--border-radius);
    background-color: #333333;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI2MjYyNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(100%, #262626));
    background-image: -moz-linear-gradient(#333333, #262626);
    background-image: -webkit-linear-gradient(#333333, #262626);
    background-image: linear-gradient(#333333, #262626);
    -moz-transition: all 100ms;
    -o-transition: all 100ms;
    -webkit-transition: all 100ms;
    transition: all 100ms;
    text-decoration: none;
}

.contactform .submit input:hover {
    -moz-box-shadow: 0 0.1em 0.5em rgba(0, 0, 0, 0.4), 0 0.1em 0.2em rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0.1em 0.5em rgba(0, 0, 0, 0.4), 0 0.1em 0.2em rgba(0, 0, 0, 0.4);
    box-shadow: 0 0.1em 0.5em rgba(0, 0, 0, 0.4), 0 0.1em 0.2em rgba(0, 0, 0, 0.4);
    color: white;
}

.contactform .submit input:active {
    padding: 0.4em 0.5em 0.4em;
    margin-top: 1.1em;
    border-color: black black #333333;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2MjYyNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #262626), color-stop(100%, #333333));
    background-image: -moz-linear-gradient(#262626, #333333);
    background-image: -webkit-linear-gradient(#262626, #333333);
    background-image: linear-gradient(#262626, #333333);
    -moz-transition: all 10ms;
    -o-transition: all 10ms;
    -webkit-transition: all 10ms;
    transition: all 10ms;
}

#page-block_contact form {
    background: #eee;
    padding: 1em;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 95%;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /** Remove all paddings around the image on small screen */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

@media all and (max-width: 960px) {
    html {
        font-size: 16px;
    }

    .d2, .d3, .d4 {
        width: 100%;
        float: left;
    }

    .c1 {
        width: 100%;
        padding-bottom: 2em;
        padding-left: 5%;
        padding-right: 5%;
    }

    .c2 {
        width: 100%;
        padding-bottom: 2em;
        padding-left: 5%;
        padding-right: 5%;
    }

    .c3 {
        width: 100%;
        padding-bottom: 2em;
        padding-left: 5%;
        padding-right: 5%;
    }

    .c4 {
        width: 100%;
        padding-bottom: 2em;
        padding-left: 5%;
        padding-right: 5%;
    }

    .c5 {
        width: 100%;
        padding-bottom: 2em;
        padding-left: 5%;
        padding-right: 5%;
    }

    .c6 {
        width: 100%;
        padding-bottom: 2em;
        padding-left: 5%;
        padding-right: 5%;
    }

    .c7 {
        width: 100%;
        padding-bottom: 2em;
        padding-left: 5%;
        padding-right: 5%;
    }

    .c8 {
        width: 100%;
        padding-bottom: 2em;
        padding-left: 5%;
        padding-right: 5%;
    }

    .c9 {
        width: 100%;
        padding-bottom: 2em;
        padding-left: 5%;
        padding-right: 5%;
    }

    .c10 {
        width: 100%;
        padding-bottom: 2em;
        padding-left: 5%;
        padding-right: 5%;
    }

    .c11 {
        width: 100%;
        padding-bottom: 2em;
        padding-left: 5%;
        padding-right: 5%;
    }

    .c12 {
        width: 100%;
        padding-bottom: 2em;
        padding-left: 5%;
        padding-right: 5%;
    }

    .container {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .hero {
        padding: 1em;
    }

    .menu, #lang {
        text-align: center;
        line-height: 1.5 !important;
        padding-top: 1em;
    }

    #logo {
        text-align: center;
        padding-top: 1em;
        padding-bottom: 1em;
    }

    #slogan {
        padding: 2em;
    }

    /*.ratio-16-9 { //must manually disable the ratio width: auto;padding: 0; height: auto !important; display:block; position: relative; }*/
    .cs1 {
        width: 8.33333%;
        float: left;
        padding-left: 2.08333%;
        padding-right: 2.08333%;
    }

    .pres1 {
        margin-left: 8.33333%;
    }

    .pulls1 {
        margin-left: -8.33333%;
    }

    .cs2 {
        width: 16.66667%;
        float: left;
        padding-left: 2.08333%;
        padding-right: 2.08333%;
    }

    .pres2 {
        margin-left: 16.66667%;
    }

    .pulls2 {
        margin-left: -16.66667%;
    }

    .cs3 {
        width: 25%;
        float: left;
        padding-left: 2.08333%;
        padding-right: 2.08333%;
    }

    .pres3 {
        margin-left: 25%;
    }

    .pulls3 {
        margin-left: -25%;
    }

    .cs4 {
        width: 33.33333%;
        float: left;
        padding-left: 2.08333%;
        padding-right: 2.08333%;
    }

    .pres4 {
        margin-left: 33.33333%;
    }

    .pulls4 {
        margin-left: -33.33333%;
    }

    .cs5 {
        width: 41.66667%;
        float: left;
        padding-left: 2.08333%;
        padding-right: 2.08333%;
    }

    .pres5 {
        margin-left: 41.66667%;
    }

    .pulls5 {
        margin-left: -41.66667%;
    }

    .cs6 {
        width: 50%;
        float: left;
        padding-left: 2.08333%;
        padding-right: 2.08333%;
    }

    .pres6 {
        margin-left: 50%;
    }

    .pulls6 {
        margin-left: -50%;
    }

    .cs7 {
        width: 58.33333%;
        float: left;
        padding-left: 2.08333%;
        padding-right: 2.08333%;
    }

    .pres7 {
        margin-left: 58.33333%;
    }

    .pulls7 {
        margin-left: -58.33333%;
    }

    .cs8 {
        width: 66.66667%;
        float: left;
        padding-left: 2.08333%;
        padding-right: 2.08333%;
    }

    .pres8 {
        margin-left: 66.66667%;
    }

    .pulls8 {
        margin-left: -66.66667%;
    }

    .cs9 {
        width: 75%;
        float: left;
        padding-left: 2.08333%;
        padding-right: 2.08333%;
    }

    .pres9 {
        margin-left: 75%;
    }

    .pulls9 {
        margin-left: -75%;
    }

    .cs10 {
        width: 83.33333%;
        float: left;
        padding-left: 2.08333%;
        padding-right: 2.08333%;
    }

    .pres10 {
        margin-left: 83.33333%;
    }

    .pulls10 {
        margin-left: -83.33333%;
    }

    .cs11 {
        width: 91.66667%;
        float: left;
        padding-left: 2.08333%;
        padding-right: 2.08333%;
    }

    .pres11 {
        margin-left: 91.66667%;
    }

    .pulls11 {
        margin-left: -91.66667%;
    }

    .cs12 {
        width: 100%;
        float: left;
        padding-left: 2.08333%;
        padding-right: 2.08333%;
    }

    .pres12 {
        margin-left: 100%;
    }

    .pulls12 {
        margin-left: -100%;
    }
}

@media all and (min-width: 640px) and (max-width: 960px) {
    html {
        font-size: 18px;
    }

    #slogan {
        padding: 4em;
    }
}

@media all and (min-width: 960px) {
    .container {
        width: 100%;
        max-width: 960px;
    }

    html {
        font-size: 18px;
    }

    body {
        height: 100%;
    }

    .fullh1 {
        display: table;
        width: 100%;
    }

    .fullh2 {
        display: table-row;
    }

    .fullh3 {
        display: table-cell;
    }

    .fullh1 {
        height: 90%;
    }

    #presentation {
        padding-top: 2em;
        padding-bottom: 2em;
    }

    #logo {
        width: 33.33333%;
        float: left;
        padding-top: 1em;
        padding-left: 2.08333%;
        padding-right: 2.08333%;
        margin-left: 33.33333%;
    }

    #slogan {
        padding-top: 1em;
        margin-left: 25%;
        width: 50%;
        float: left;
        padding-left: 2.08333%;
        padding-right: 2.08333%;
        text-align: justify;
        font-size: 1.2em;
    }

    .menu {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 2.08333%;
        padding-right: 2.08333%;
        text-align: center;
    }

    /*#header { 		position:absolute; 		top:0; 		left:0;  	}*/
    #lang {
        width: 16.66667%;
        float: left;
        padding-left: 2.08333%;
        padding-right: 2.08333%; /*    padding-left:0; padding-right:0;*/
        text-align: right;
    }

    #lang li {
        padding-left: .1em;
    }

    #content {
        width: 66.66667%;
        float: left;
        padding-left: 2.08333%;
        padding-right: 2.08333%;
        white-space: pre;
        white-space: pre-wrap;
        white-space: pre-line;
        white-space: -pre-wrap;
        white-space: -o-pre-wrap;
        white-space: -moz-pre-wrap;
        white-space: -hp-pre-wrap;
        word-wrap: break-word;
        min-height: 400px;
    }

    .responsive_image {
        float:right;
        padding-left:1em;
        padding-bottom:1em;
        width:40%;
        height:auto;
    }

    .responsive_image img {
        transform: none;
        position: static;
    }

    .ratio-16-9 {
        display: block;
        position: relative;
        height: 0;
    }

    .ratio-16-9 > * {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        margin: 0;
        padding: 0;
    }

    .ratio-16-9 {
        padding-bottom: 56.25%;
        width: 100%;
    }

    .video-text-box {
        display: table;
    }

    .video-text-content {
        display: table-cell;
        vertical-align: middle;
    }

    .d2 {
        width: 50%;
        float: left;
    }

    .d3 {
        width: 33.3333%;
        float: left;
    }

    .d4 {
        width: 25%;
        float: left;
    }

    .right {
        text-align: right !important;
    }

    .c1 {
        width: 8.33333%;
        float: left;
        padding-left: 2.08333%;
        padding-right: 2.08333%;
    }

    .pre1 {
        margin-left: 8.33333%;
    }

    .pull1 {
        margin-left: -8.33333%;
    }

    .c2 {
        width: 16.66667%;
        float: left;
        padding-left: 2.08333%;
        padding-right: 2.08333%;
    }

    .pre2 {
        margin-left: 16.66667%;
    }

    .pull2 {
        margin-left: -16.66667%;
    }

    .c3 {
        width: 25%;
        float: left;
        padding-left: 2.08333%;
        padding-right: 2.08333%;
    }

    .pre3 {
        margin-left: 25%;
    }

    .pull3 {
        margin-left: -25%;
    }

    .c4 {
        width: 33.33333%;
        float: left;
        padding-left: 2.08333%;
        padding-right: 2.08333%;
    }

    .pre4 {
        margin-left: 33.33333%;
    }

    .pull4 {
        margin-left: -33.33333%;
    }

    .c5 {
        /*width: 41.66667%;*/
        width: 87.5%;
        float: left;
        padding-left: 2.08333%;
        padding-right: 2.08333%;
    }

    .pre5 {
        margin-left: 41.66667%;
    }

    .pull5 {
        margin-left: -41.66667%;
    }

    .c6 {
        width: 50%;
        float: left;
        padding-left: 2.08333%;
        padding-right: 2.08333%;
    }

    .pre6 {
        margin-left: 50%;
    }

    .pull6 {
        margin-left: -50%;
    }

    .c7 {
        width: 58.33333%;
        float: left;
        padding-left: 2.08333%;
        padding-right: 2.08333%;
    }

    .pre7 {
        margin-left: 58.33333%;
    }

    .pull7 {
        margin-left: -58.33333%;
    }

    .c8 {
        width: 66.66667%;
        float: left;
        padding-left: 2.08333%;
        padding-right: 2.08333%;
    }

    .pre8 {
        margin-left: 66.66667%;
    }

    .pull8 {
        margin-left: -66.66667%;
    }

    .c9 {
        width: 75%;
        float: left;
        padding-left: 2.08333%;
        padding-right: 2.08333%;
    }

    .pre9 {
        margin-left: 75%;
    }

    .pull9 {
        margin-left: -75%;
    }

    .c10 {
        width: 83.33333%;
        float: left;
        padding-left: 2.08333%;
        padding-right: 2.08333%;
    }

    .pre10 {
        margin-left: 83.33333%;
    }

    .pull10 {
        margin-left: -83.33333%;
    }

    .c11 {
        width: 91.66667%;
        float: left;
        padding-left: 2.08333%;
        padding-right: 2.08333%;
    }

    .pre11 {
        margin-left: 91.66667%;
    }

    .pull11 {
        margin-left: -91.66667%;
    }

    .c12 {
        width: 100%;
        float: left;
        padding-left: 2.08333%;
        padding-right: 2.08333%;
    }

    .pre12 {
        margin-left: 100%;
    }

    .pull12 {
        margin-left: -100%;
    }
}

@media all and (min-width: 1400px) {
    .container {
        width: 100%;
        max-width: 1400px;
    }

    html {
        font-size: 22px;
    }

    #logo {
        text-align: center;
    }

    /*    #slogan { padding-top: 0em; text-align: left; font-size: 1.5em; }    */
    .menu li {
        padding-right: 1.8em;
    }
}
