﻿
/* VinciSansRegular */
@font-face {
    font-family: 'VinciSansRegular';
    src: url('../fonts/vinci_sans_regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/vinci_sans_regular.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/vinci_sans_regular.svg#vinci_sans_regular') format('svg'), /* Legacy iOS */ url('../fonts/vinci_sans_regular.ttf') format('truetype');
    /* Safari, Android, iOS */
}

/* VinciSansExtraLight */
@font-face {
    font-family: 'VinciSansExtraLight';
    src: url('../fonts/VinciSans-ExtraLight.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/VinciSans-ExtraLight.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/VinciSans-ExtraLight.svg#vinci_sans_light') format('svg'), /* Legacy iOS */ url('../fonts/VinciSans-ExtraLight.ttf') format('truetype');
    /* Safari, Android, iOS */
}

/* VinciSansLight */
@font-face {
    font-family: 'VinciSansLight';
    src: url('../fonts/vinci_sans_light.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/vinci_sans_light.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/vinci_sans_light.svg#vinci_sans_light') format('svg'), /* Legacy iOS */ url('../fonts/vinci_sans_light.ttf') format('truetype');
    /* Safari, Android, iOS */
}

/* VinciSansBold */
@font-face {
    font-family: 'VinciSansBold';
    src: url('../fonts/vinci_sans_bold.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/vinci_sans_bold.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/vinci_sans_bold.svg#vinci_sans_bold') format('svg'), /* Legacy iOS */ url('../fonts/vinci_sans_bold.ttf') format('truetype');
    /* Safari, Android, iOS */
}

/* VinciSansMediumRegular */
@font-face {
    font-family: 'VinciSansMediumRegular';
    src: url('../fonts/vinci_sans_medium.eot');
    src: url('../fonts/vinci_sans_medium.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/vinci_sans_medium.svg#vinci_sans_medium') format('svg'), /* Legacy iOS */ url('../fonts/vinci_sans_medium.ttf') format('truetype');
    /* Safari, Android, iOS */
}

/* Vinci Rounded Regular */
@font-face {
    font-family: 'VinciRoundedRegular';
    src: url('../fonts/vinci_rounded_regular.eot');
    src: url('../fonts/vinci_rounded_regular.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/vinci_rounded_regular.svg#vinci_rounded_regular') format('svg'), /* Legacy iOS */ url('../fonts/vinci_rounded_regular.ttf') format('truetype');
    /* Safari, Android, iOS */
}

@font-face {
    font-family: 'EuroviaSymbols';
    src: url('../fonts/eurovia_symbols.eot');
    src: url('../fonts/eurovia_symbols.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/eurovia_symbols.svg#eurovia_symbols') format('svg'), /* Legacy iOS */ url('../fonts/eurovia_symbols.ttf') format('truetype');
    /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}


#alphabeticList .alphaList {
    -moz-column-width: 200px;
    -webkit-column-width: 200px;
    column-width: 200px;
}

#alphabeticList .alphaList .container {
    display: inline-block;
}

#alphabeticList .alphaList .container .title {
    color: #004489;
    font-size: 2.5em;
}

#alphabeticList .alphaList .container .item {
    color: #7a7a7a;
}

.contactBox .checkbox {
    margin: 0 !important;
    top: 0 !important;
}

.contactBox .checkbox label input[type="checkbox"] {
    margin-left: -18px !important;
    top: 4px !important;
}

.form-group {
    margin-bottom: 5px !important;
}

#buttons {
    text-align: right;
    margin-top: 5px;
}

/* HEADER */
#headerEntity {
    padding: 0;
    text-align: left;
    font-size: 1em;
    text-transform: none;
    min-height: 175px;
    height: auto;
}

#headerEntity .container {
    padding-bottom: 0.7em;
    height: 100%;
}

#headerEntity .container .row1 .col1 {
    height: 100%;
}

#headerEntity .container .row1 .col1 .logo {
    text-align: center;
}

#headerEntity .container .row1 .col2 .header {
    margin-bottom: 0.5em;
}

#headerEntity .container .row1 .col2 .header h1 {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1;
    margin: 0.3em 0 0.1em 0;
    padding-left: 0.3em;
}

#headerEntity .container .row1 .col2 .infosContainer {
    display: table;
    table-layout: fixed;
    margin-top: 1em;
}

#headerEntity .container .row1 .col2 .infosContainer .colSeparator {
    border-right: solid 1px #004489;
}

#headerEntity .container .row1 .col2 .infosContainer .contained {
    padding: 0 0.5em 0 0.5em;
    display: table-cell;
    width: 33%;
    height: 100%;
    vertical-align: top;
}

#headerEntity .container .row1 .col2 .infosContainer .contained .dropdown {
    margin-bottom: 1em;
    width: 100%;
}

#headerEntity .container .row1 .col2 .infosContainer .contained .dropdown .dropdown-toggle {
    border: none !important;
}

#headerEntity .container .row1 .col2 .infosContainer .contained .dropdown .dropdown-toggle .caret {
    right: 2em;
    position: absolute;
    top: 48%;
}

#headerEntity .container .row1 .col2 .infosContainer .contained .dropdown .dropdown-menu {
    left: auto !important;
}

#headerEntity .container .row1 .col2 .infosContainer .openingHours div {
    width: 70%;
    text-align: left;
    margin: 0 auto;
}

#headerEntity .container .row1 .col2 .infosContainer .openingHours div p {
    margin: 0;
}

#headerEntity .container .row1 .col3 .resp {
    text-align: right;
}

#headerEntity .container .row1 .col3 .resp img {
    display: inline;
}

#headerEntity .container .row2 .picto {
    font-size: 1.8em;
    text-align: center;
}

#headerEntity .container .row2 .resp {
    text-align: right;
}
/* NEWS */
#newsEntity a:focus,
#newsList a:focus,
#achievements a:focus {
    outline: none;
    border: 0;
}

#newsEntity article,
#newsList article,
#achievements article {
    padding: 0 0 .5em 0;
    cursor: pointer;
    margin-bottom: 0.5em;
}

#newsEntity article .readMore,
#newsList article .readMore,
#achievements article .readMore {
    height: 2em;
    width: 82%;
    position: absolute;
    display: inline;
    right: 0;
    /*bottom: 0;*/
    text-align: right;
    text-transform: uppercase;
    color: #004489;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+44&amp;0+0,1+44 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 44%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 44%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 44%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
    /* IE6-8 */
}

#newsEntity article figure,
#newsList article figure,
#achievements article figure {
    /*width: 220px;*/
    height: 111px;
    /*150px*/
    padding: 0 1em 0.5em 0;
    float: left;
}

#newsEntity article .text,
#newsList article .text,
#achievements article .text {
    text-align: justify;
    color: #7a7a7a;
    max-height: 115px;
    overflow: hidden;
    /*p:last-of-type {
                margin-bottom: 0;
            }*/
}

#newsEntity article .text p,
#newsList article .text p,
#achievements article .text p {
    margin-bottom: 0;
    display: inline;
}

#newsEntity article .text > div .ng-binding,
#newsList article .text > div .ng-binding,
#achievements article .text > div .ng-binding {
    max-height: 85px;
}

#newsEntity article .text > div .readMore,
#newsList article .text > div .readMore,
#achievements article .text > div .readMore {
    bottom: 0 !important;
}

#newsEntity article a.more,
#newsList article a.more,
#achievements article a.more {
    display: inline;
    font-style: italic;
    text-transform: lowercase;
    text-decoration: underline;
}

#newsEntity article a.more:before,
#newsList article a.more:before,
#achievements article a.more:before {
    content: " ";
}

#newsEntity article a.more:after,
#newsList article a.more:after,
#achievements article a.more:after {
    content: " »";
}

#newsEntity article .titleAndDate,
#newsList article .titleAndDate,
#achievements article .titleAndDate {
    margin-bottom: 0.5em;
    width: 100%;
}

#newsEntity article .titleAndDate .title,
#newsList article .titleAndDate .title,
#achievements article .titleAndDate .title {
    font-weight: bolder;
    display: inline;
    text-transform: uppercase;
}

#newsEntity article .titleAndDate .date,
#newsList article .titleAndDate .date,
#achievements article .titleAndDate .date {
    font-weight: 200;
    display: inline;
}

#newsEntity .container h3,
#newsList .container h3,
#achievements .container h3,
#newsEntity .container h4,
#newsList .container h4,
#achievements .container h4 {
    background: #ebebeb;
    padding: 0.5em;
    border-radius: 5px;
    color: #004489;
}

#newsList article .text > div .readMore {
    bottom: auto !important;
}
/* INFO */
#infoEntity {
    font-size: 1.1em;
    color: #004489;
    text-align: justify;
}

#infoEntity .info {
    background-color: #ECF0F1;
    border-radius: .3em;
    padding: 1em;
}

#infoEntity figure {
    float: left;
    width: 300px;
    height: 200px;
    margin: 0 1em 1em 0;
}

#infoEntity figure img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
/* PRODUCTS */
#productsEntity .panel-group {
    margin-bottom: 0;
}

#productsEntity .panel-heading {
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
}

#productsEntity .panel-heading a.accordion-toggle:after,
#productsEntity .panel-heading a.accordion-toggle:before {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';
    /* essential for enabling glyphicon */
    content: "\e114";
    /* adjust as needed, taken from bootstrap.css */
    float: right;
    /* adjust as needed */
    color: #004489;
    /* adjust as needed */
}

#productsEntity .panel-heading a.accordion-toggle:before {
    float: left;
}

#productsEntity .panel-heading.collapsed a.accordion-toggle:after,
#productsEntity .panel-heading.collapsed a.accordion-toggle:before {
    /* symbol for "collapsed" panels */
    content: "\e080";
    /* adjust as needed, taken from bootstrap.css */
}

#productsEntity .container h3:not(.panel-title),
#productsEntity .container h4:not(.panel-title) {
    background: #ebebeb;
    padding: 0.5em;
    border-radius: 5px;
    color: #004489;
}

section[id*='-html-block'] {
    font-size: 1.1em;
    text-align: justify;
}

.thumbnail {
    /*min-height: 19.5em;*/
    cursor: pointer;
}

.thumbnail .caption {
    color: #7a7a7a;
}

.thumbnail .caption h4 {
    color: #004489;
    font-weight: 700;
    font-size: 1.5em;
}

.thumbnail .caption p {
    color: #7a7a7a;
}

.family {
    padding: 0.5em 0 0.5em 0;
    cursor: pointer;
}

#filters {
    padding: 0.5em;
    padding: 0 0 1em 1.5em;
    text-align: center;
}

#filters .checkbox {
    paddgin-right: 20px;
}

#filters .checkbox label {
    padding-right: 1em;
}

#filters .checkbox label input[type=checkbox] {
    top: 0.15em !important;
    left: -0.3em;
}

section#map3 {
    margin-top: 0;
    margin-bottom: 0;
}

#map3.googlemap-container .item .name,
#map3.googlemap-container .item .activities,
#map3.googlemap-container .item .distance {
    padding: 0.5em 0 0.5em 0;
}

#map3.googlemap-container .item .name {
    padding-left: 1em;
}

#map3.googlemap-container .item .distance {
    background: #004489;
    color: #fff;
    border-bottom-right-radius: 0.2em;
    border-top-right-radius: 0.2em;
    text-align: center;
}

#map3.googlemap-container #gmaps {
    width: 100%;
    height: calc(100% - 2.5em);
    position: absolute;
}

#map3.googlemap-container #gmaps-filters {
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    display: table;
    z-index: 10;
    padding: 0.3em 0;
}

#map3.googlemap-container #gmaps-filters #filters-container {
    display: table-row;
}

#map3.googlemap-container #gmaps-filters #filters-container > div {
    display: table-cell;
    vertical-align: middle;
    padding: 0 1em;
}

#map3.googlemap-container #gmaps-filters #filters-container > div#activities-container {
    width: 100%;
    border: solid lightgray;
    border-width: 0 2px;
    text-align: justify;
    /*padding: .5em 2em;*/
    /*width: 52%;*/
}

#map3.googlemap-container #gmaps-filters #filters-container > div#activities-container label {
    margin: .2em 0 .2em .4em;
}

#map3.googlemap-container #gmaps-filters #filters-container > div#activities-container label > input {
    vertical-align: middle;
}

#map3.googlemap-container #gmaps-filters #filters-container > div:first-child,
#map3.googlemap-container #gmaps-filters #filters-container > div:not(:nth-child(2)):last-child {
    white-space: nowrap;
    padding: 0 3em;
}

#map3.googlemap-container #gmaps-filters #filters-container > div .check-uncheck-all {
    float: right;
    font-style: italic;
}

#map3.googlemap-container #gmaps-filters #filters-container .symbol.search {
    font-size: 1.5em;
    margin-left: 0.5em;
    cursor: pointer;
}

#map3.googlemap-container #gmaps-filters input#radius {
    max-width: 50px;
}

#map3.googlemap-container #gmaps-filters #geo-filter [name="q"] {
    width: 12em;
}

#map3.googlemap-container #gmaps-filters #geo-filter [name="r"] {
    width: 3em;
}

#map3.googlemap-container #gmaps-filters #geo-filter [name="location"] {
    width: 150px;
}

#map3.googlemap-container #gmaps-filters #geo-filter [name="radius"] {
    width: 4em;
}

#map3.googlemap-container #gmaps-filters #gqm .symbol {
    margin-right: 1em;
}

#map3.googlemap-container #gmaps-info-window {
    overflow: hidden;
    display: none;
    width: 400px;
    /*height: 465px;*/
    background: rgba(255, 255, 255, 0.9);
    z-index: 100;
    position: absolute;
    right: 1em;
    bottom: 0;
    top: 2em;
    margin: auto;
    font-size: 16px;
}

#map3.googlemap-container #gmaps-info-window .giwContainer {
    margin: 10px 10px 0 15px;
    font-size: 0.95em;
}

#map3.googlemap-container #gmaps-info-window .giwContainer .giwMidLeft,
#map3.googlemap-container #gmaps-info-window .giwContainer .giwMidRight {
    font-weight: 200;
    width: 65%;
    border-right: solid 1px #004489;
    display: inline-block;
    vertical-align: middle;
}

#map3.googlemap-container #gmaps-info-window .giwContainer .giwMidRight {
    width: 35%;
    border-right: none;
    text-align: center;
}

#map3.googlemap-container #gmaps-info-window .giwContainer .giwMidRight .symbol {
    font-size: 30px;
    color: GrayText;
}

#map3.googlemap-container #gmaps-info-window .giwContainer .giwFull {
    width: 100%;
    display: inline-table;
    margin-bottom: 15px;
}

#map3.googlemap-container #gmaps-info-window .giwContainer .giwFull .giwPicture,
#map3.googlemap-container #gmaps-info-window .giwContainer .giwFull .giwPicDesc {
    display: inline-block;
    vertical-align: middle;
}

#map3.googlemap-container #gmaps-info-window .giwContainer .giwFull .giwPicDesc {
    margin-left: 20px;
}

#map3.googlemap-container #gmaps-info-window .giwContainer .giwButton {
    width: 100%;
    background: #004489;
    color: white;
    text-transform: uppercase;
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: center;
    padding: 7px 0 7px 0;
    cursor: pointer;
}

#map3.googlemap-container #gmaps-info-window h1 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 15px 0;
    padding-bottom: .5em;
    border-bottom: 1px solid;
    text-align: center;
}

#map3.googlemap-container #gmaps-info-window .close {
    position: relative;
    padding: 4px 8px;
    top: 0;
    right: 0;
}

*/ [ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important;
}

.thumbnail {
    /*min-height: 19.5em;*/
    cursor: pointer;
}

.thumbnail .caption {
    color: #7A7A7A;
}

.thumbnail .caption h4 {
    color: #004489;
    font-weight: 700;
    font-size: 1.5em;
}

.thumbnail .caption p {
    color: #7A7A7A;
}

.family {
    padding: 0.5em 0 0.5em 0;
    cursor: pointer;
}

#filters {
    padding: 0.5em;
    padding: 0 0 1em 1.5em;
    text-align: center;
}

#filters .checkbox {
    paddgin-right: 20px;
}

#filters .checkbox label {
    padding-right: 1em;
}

#filters .checkbox label input[type=checkbox] {
    top: 0.15em !important;
    left: -0.3em;
}

.load-more {
    background: #e61817 !important;
    font-size: 1.16em;
    color: #fff;
    /*margin-bottom: 2em;*/
    text-transform: uppercase;
    width: 50%;
    margin-left: 25%;
    line-height: 0.5em;
    height: 1.45em;
    padding-top: 0.32em;
    padding-bottom: 0.5em;
}

.load-more:hover,
.load-more:focus {
    background: #B01111 !important;
    color: #fff !important;
}

.load-more.disabled {
    background: #7a7a7a !important;
    color: lightgray !important;
}

.nbResults {
    margin-bottom: 1em !important;
}

#searchResults .searchResult {
    background: #f5f5f5;
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 0.5em;
}

#searchResults .searchResult img {
    float: left;
    display: inline-block;
    width: 20%;
}

#searchResults .searchResult header {
    padding: 0;
    font-size: 1em;
    float: left;
    display: inline-block;
    width: 80%;
    text-align: left;
    padding: 0.3em 0.3em 0.3em 0.6em;
    margin: 0;
}

#searchResults .searchResult header h3 {
    margin: 0;
    font-size: 1.595em;
}

#searchResults .searchResult .text a {
    text-decoration: initial;
}

#searchResults .searchResult p {
    float: left;
    width: 80%;
    margin: 0;
    display: inline-block;
    padding: 0.3em 0.3em 0.3em 0.6em;
}

#searchResults .searchResult .more-absolute {
    text-align: right;
    padding-right: 0.5em;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    right: 0;
    font-weight: 700;
}

.viralBlock {
    background: rgba(245, 245, 245, 0.7);
    /*border-left: solid 2px @eurovia-red;*/
    color: #fff;
    text-align: center;
    height: calc(100% - 129px);
    position: fixed;
    width: 350px;
    right: -350px;
    z-index: 30;
}

.viralBlock .opener {
    width: 34px;
    height: 34px;
    background: #e61817;
    color: #fff;
    position: absolute;
    left: -34px;
    cursor: pointer;
    font-size: 19px;
    z-index: 10;
    top: 139px;
}

.viralBlock .items {
    text-align: center;
    padding-top: 115px;
    overflow: auto;
    height: 100%;
}

.viralBlock .items .closerPanel {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 10000;
    top: 0;
    left: 0;
}

.viralBlock .items .item {
    margin-bottom: 15px;
    width: 100%;
    position: relative;
    content: " ";
}

.viralBlock .items .item .title {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    width: 100%;
    bottom: 0;
    padding: 10px 0 10px 0;
    left: 0;
    right: 0;
    font-size: 1.2em;
}

.load-more {
    background: #E61817 !important;
    font-size: 1.16em;
    color: #fff;
    /*margin-bottom: 2em;*/
    text-transform: uppercase;
    width: 50%;
    margin-left: 25%;
    line-height: 0.5em;
    height: 1.45em;
    padding-top: 0.32em;
    padding-bottom: 0.5em;
}

.load-more:hover,
.load-more:focus {
    background: #B01111 !important;
    color: #fff !important;
}

.load-more.disabled {
    background: #7A7A7A !important;
    color: lightgray !important;
}

.nbResults {
    margin-bottom: 1em !important;
}

#searchResults .searchResult {
    background: #f5f5f5;
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 0.5em;
}

#searchResults .searchResult img {
    float: left;
    display: inline-block;
    width: 20%;
}

#searchResults .searchResult header {
    padding: 0;
    font-size: 1em;
    float: left;
    display: inline-block;
    width: 80%;
    text-align: left;
    padding: 0.3em 0.3em 0.3em 0.6em;
    margin: 0;
}

#searchResults .searchResult header h3 {
    margin: 0;
    font-size: 1.595em;
}

#searchResults .searchResult .text a {
    text-decoration: initial;
}

#searchResults .searchResult p {
    float: left;
    width: 80%;
    margin: 0;
    display: inline-block;
    padding: 0.3em 0.3em 0.3em 0.6em;
}

#searchResults .searchResult .more-absolute {
    text-align: right;
    padding-right: 0.5em;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    right: 0;
    font-weight: 700;
}

.breadcrumb-container {
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    height: 36px;
    width: calc(100% - 300px);
    z-index: 32;
    background-color: rgb(0, 68, 137);
    font-family: "VinciRoundedRegular";
    color: white;
    display: table;
    text-align: left;
}

.breadcrumb-container > nav {
    display: table-cell;
}

.breadcrumb-container > nav .breadcrumb {
    padding-left: 0;
    margin-bottom: 0;
    background-color: rgb(0, 68, 137);
}

.breadcrumb-container .utils {
    display: table-cell;
    text-align: right;
    margin: 1px 0;
}

.breadcrumb-container li {
    font-size: 14px;
    display: inline-block;
    list-style: none;
}

.breadcrumb-container .breadcrumb li a {
    text-transform: uppercase;
}

.breadcrumb-container .breadcrumb li + li:before {
    content: ">";
}


.background-clip {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
/**
 * Fly box articles archives
 */
.fly-box-filter-articles .fly-box-wrapper {
    padding-right: 100px;
}
/**
 * Fly box contact
 */
.fly-box-contact .fly-box-container {
    width: 434px;
}

.contact-form .post-title {
    margin-bottom: 10px;
}

.contact-form .field {
    width: 100%;
}

.contact-form textarea {
    height: 87px;
}

.contact-form .form {
    margin-bottom: 10px;
}

.contact-form p {
    margin-bottom: 20px;
}

.contact-form .column-half > label {
    display: block;
    margin: 0;
    margin-bottom: 0;
}

.contact-form .column-half > label + .form {
    margin-top: 9px;
}

div.fly-box-news-overlay {
    z-index: 102;
}

div.fly-box-news {
    z-index: 103;
}

div.fly-box-news .fly-box-container {
    width: 820px;
}

div.fly-box-news .post h3 {
    margin-bottom: 10px;
    font-family: 'VinciSansMediumRegular', Arial, sans-serif;
}

div.fly-box-news .post p {
    margin: 10px 0;
}

div.fly-box-news .post-image {
    margin-bottom: 10px;
}

.lt-ie9 .fly-box-overlay,
.lt-ie9 .fly-box-news-overlay {
    background: #000;
}
/**
 * Fly box
 */
.fly-box-overlay,
.fly-box-news-overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.9);
}

.fly-box,
.fly-box-news {
    position: absolute;
    top: 160px;
    left: 0;
    display: none;
    width: 100%;
    z-index: 101;
}

.fly-box-container {
    position: relative;
    width: 820px;
    margin: 0 auto;
    background: #fff;
}

.fly-box-container h2 {
    font-size: 1.85em;
    margin-bottom: 30px;
}

.fly-box-wrapper {
    padding: 30px 20px;
    min-height: 360px;
}

.fly-box-wrapper:after {
    display: block;
    clear: both;
    content: '';
}

.fly-box-wrapper .box {
    margin-top: 25px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -30px;
}

.fly-box-wrapper .box .box-wrapper {
    padding-bottom: 20px;
}

.fly-box-wrapper .box .carousel-news {
    padding: 0 65px 0 65px;
}

.fly-box-wrapper .box .carousel-news .carousel-news-slides {
    width: 650px;
}

.fly-box-wrapper .box .carousel-news .slider-arrow-next {
    right: 30px;
}

.fly-box-wrapper .box .carousel-news .slider-arrow-prev {
    left: 50px;
}

.fly-box-close {
    position: absolute;
    top: -20px;
    right: -20px;
    display: block;
    width: 49px;
    height: 49px;
    cursor: pointer;
    -webkit-border-top-right-radius: 36px;
    -webkit-border-bottom-right-radius: 36px;
    -webkit-border-bottom-left-radius: 36px;
    -webkit-border-top-left-radius: 36px;
    -moz-border-radius-topright: 36px;
    -moz-border-radius-bottomright: 36px;
    -moz-border-radius-bottomleft: 36px;
    -moz-border-radius-topleft: 36px;
    border-top-right-radius: 36px;
    border-bottom-right-radius: 36px;
    border-bottom-left-radius: 36px;
    border-top-left-radius: 36px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #fff url("/sites/shared/img/ico-close.png") no-repeat 50% 50%;
}

.fly-box-direction {
    position: absolute;
    top: 180px;
    display: none;
    margin-top: -70px;
    width: 64px;
    height: 140px;
    text-indent: -777em;
    background: #fff url("/sites/shared/img/sprites-arrows.png") no-repeat 50% 0;
    -webkit-transition: all background 250ms ease-in-out ease-out;
    -moz-transition: all background 250ms ease-in-out ease-out;
    -o-transition: all background 250ms ease-in-out ease-out;
    transition: all background 250ms ease-in-out ease-out;
}

.fly-box-direction-prev {
    left: -75px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 360px;
    -webkit-border-top-left-radius: 360px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 360px;
    -moz-border-radius-topleft: 360px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 360px;
    border-top-left-radius: 360px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-position: 25px -159px;
}

.fly-box-direction-prev:hover {
    background-position: 22px -159px;
}

.fly-box-direction-next {
    right: -75px;
    -webkit-border-top-right-radius: 360px;
    -webkit-border-bottom-right-radius: 360px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 360px;
    -moz-border-radius-bottomright: 360px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 360px;
    border-bottom-right-radius: 360px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-position: 15px -265px;
}

.fly-box-direction-next:hover {
    background-position: 18px -265px;
}

#siteContainer > footer {
    background-image: url("../img/footer-bg.png");
    position: fixed;
    top: calc(100vh - 1px);
    width: 300px;
    z-index: 100;
    text-align: center;
	padding: 0.5em;
    /*border-top: 1px solid darkgray;*/
    box-sizing: border-box;
}

#siteContainer > footer.open::before {
  content: "d";
}
#siteContainer > footer::before {
  content: "u";
  font-size: 1.5em;
  font-family: "EuroviaSymbols";
  text-align: center;
  color: #004489;
  height: 1.2em;
  width: 2.74285714em;
  background-image: url("../img/footer-circle-plat.svg");
  background-size: cover;
  position: absolute;
  top: -1.2em;
  left: calc(50% - 1.37142857em);
  box-sizing: border-box;
  cursor: pointer;
  opacity: .8;
}
#siteContainer > footer:hover::before {
  color: white;
}

#siteContainer > footer h3 {
    text-transform: uppercase;
    font-size: 1em;
    font-family: "VinciSansMediumRegular";
}

#siteContainer > footer .mail-wrap .symbol {
    font-size: 1.3em;
}

#siteContainer > footer ul {
    list-style-type: none;
    padding: 0;
}

#siteContainer > footer ul.social li {
    display: inline-block;
}

#siteContainer > footer ul.social li .symbol {
    font-size: 1.5em;
}

#siteContainer > footer ul:not(.social) li::before {
    content: ">";
    padding-right: 1em;
}

section > h4 {
    background: #ebebeb;
    padding: 0.5em;
    border-radius: 5px;
    color: #004489;
}

.two-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 45px;
    -moz-column-gap: 45px;
    column-gap: 45px;
    color: #7A7A7A;
    font-size: 1.16em;
    width: 100%;
}

.two-columns p + p {
    margin-top: 10px;
}

.three-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.three-columns p + p {
    margin-top: 10px;
}

.level3 {
    width: calc(100% - 300px);
    min-height: 100%;
    height: 100%;
    margin-left: 300px;
    position: absolute;
}

.level3 > section {
    margin-top: 1em;
    margin-bottom: 1em;
}

.level3 > section > h4 {
    background: #ebebeb;
    padding: 0.5em;
    border-radius: 5px;
    color: #004489;
}

.level3 > section:first-child {
    margin-top: 0;
    margin-bottom: 0;
}

.level3 > section:last-of-type:not(#map3) {
    /*margin-top: 30px;*/
    margin-bottom: 50px;
}

.level3 .utils ul {
    margin: 0;
}

.level3 .utils ul li {
    font-size: 1.2em;
    padding-left: 2em;
    padding-top: 0.2em;
}

.level3 header {
    font-family: "VinciSansLight";
    text-transform: uppercase;
    font-size: 1.827em;
    padding: 0.4em 0;
    background: #f5f5f5;
    text-align: center;
    margin-top: 36px;
    z-index: 30;
}

.level3 .share {
    text-align: right;
    font-size: 1.7em;
    -moz-transform: translateX(-42%);
    -ms-transform: translateX(-42%);
    -o-transform: translateX(-42%);
    -webkit-transform: translateX(-42%);
    transform: translateX(-42%);
}

.level3 #body3 {
    width: 100%;
    position: relative;
    text-align: justify;
    margin-top: 0;
}

.level3 > #body3 {
    /*padding-top: 36px;*/
}

.level3 #body3 .lead-row {
    margin-bottom: 1em;
}

.d-cell {
    float: left;
}

.level3 #body3 .lead {
    font-family: "VinciRoundedRegular";
    font-size: 1.2615em;
    vertical-align: middle;
    overflow: hidden;
    padding: 1em 0 1em 1em;
    min-height: 342px;
    height: 392px;
}

.level3 #body3 .lead:first-letter {
    font-size: 2.175em;
    line-height: 1em;
}

.level3 #body3 .img {
    width: 50%;
    text-align: center;
    vertical-align: middle;
}

.level3 #body3 .img img {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.level3 #promoArea {
    font-size: 1.3em;
    color: #004489;
}

.level3 #promoArea .promo {
    background-color: #ECF0F1;
    border-radius: .3em;
    padding: 1em;
}

.level3 #attachments .header {
    font-size: 1.5em;
}

.level3 #attachments .arrow-list a {
    text-decoration: none;
    /*border-bottom-width: 1px;
            border-bottom-style: dashed;*/
}

.level3 .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.level3 .video-wrapper > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.level3 #s-accordion .panel-group {
    margin-bottom: 0;
}

.level3 #s-accordion .panel-heading {
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
}

.level3 #s-accordion .panel-heading a.accordion-toggle:after,
.level3 #s-accordion .panel-heading a.accordion-toggle:before {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';
    /* essential for enabling glyphicon */
    content: "\e114";
    /* adjust as needed, taken from bootstrap.css */
    float: right;
    /* adjust as needed */
    color: #004489;
    /* adjust as needed */
}

.level3 #s-accordion .panel-heading a.accordion-toggle:before {
    float: left;
}

.level3 #s-accordion .panel-heading.collapsed a.accordion-toggle:after,
.level3 #s-accordion .panel-heading.collapsed a.accordion-toggle:before {
    /* symbol for "collapsed" panels */
    content: "\e080";
    /* adjust as needed, taken from bootstrap.css */
}

.level3 #achievements,
.level3 #achievements2 {
    /*border: 1px solid lightgray;
        border-radius: .5em;*/
}

.level3 #achievements .header,
.level3 #achievements2 .header {
    font-size: 1.5em;
}

.level3 #achievements #cases-slider,
.level3 #achievements2 #cases-slider {
    margin: 1em 0;
}

.level3 #achievements .carousel-control,
.level3 #achievements2 .carousel-control {
    width: initial;
}

.level3 #achievements .carousel-inner,
.level3 #achievements2 .carousel-inner {
    font-size: 1.16em;
}

.level3 #achievements .carousel-inner .item > div,
.level3 #achievements2 .carousel-inner .item > div {
    display: inline-block;
}

.level3 #achievements .carousel-inner .item > div img,
.level3 #achievements2 .carousel-inner .item > div img {
    width: 100%;
}

.level3 #achievements .carousel-control.left,
.level3 #achievements2 .carousel-control.left,
.level3 #achievements .carousel-control.right,
.level3 #achievements2 .carousel-control.right {
    background-image: none;
}

.level3 #achievements .carousel-caption,
.level3 #achievements2 .carousel-caption {
    left: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.5);
    padding: 0;
    bottom: 0;
    height: auto;
    min-height: 25%;
}

.level3 .locationBlock {
    background: #fff;
    border-left: solid 2px #e61817;
    color: #fff;
    height: calc(100% - 129px);
    position: absolute;
    width: 15%;
    right: -15%;
    text-align: center;
}

.level3 .locationBlock .opener {
    width: 34px;
    height: 34px;
    background: #e61817;
    color: #fff;
    position: absolute;
    left: -34px;
    cursor: pointer;
    font-size: 19px;
    z-index: 10;
    top: 139px;
}

.panel-body {
    max-height: 600px;
    overflow: auto;
    /* Track */
    /* Handle */
}

.panel-body .lead {
    color: #7a7a7a;
}

.panel-body.panel-body::-webkit-scrollbar {
    width: 8px;
}

.panel-body.panel-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.panel-body.panel-body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(130, 130, 130, 0.8);
}

.panel-body.panel-body::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 255, 255, 0.4);
}

.sharesInPopup {
    position: absolute;
    right: 1em;
    top: 2em;
}

.sharesInPopup a {
    margin-right: 0.2em;
    float: left;
}

.owl-carousel .owl-item img {
    float: left;
}

/*
        http://www.eurovia.com/zbwi.axd/crsz/944v404/~/media/    
        http://www.eurovia.com/media/1467323/95_rouen_pont_mathilde_2014-29.jpg
        http://www.eurovia.com/media/1468626/90_a4_saint-avold_2014-32_eurovia.jpg
*/
html {
    overflow-x: hidden;
}

html,
body {
    font-family: "VinciSansRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #004489;
    height: 100%;
}

body {
    font-size: 1.45em;
}

input[type="checkbox"] {
    margin: 0 !important;
}

label {
    font-weight: 200 !important;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    color: inherit;
    outline: none;
}

h1 {
    font-weight: normal;
    font-family: "VinciSansLight", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 2.9em;
}

h2 {
    font-weight: normal;
    font-size: 2.175em;
}

h3 {
    font-weight: normal;
    font-family: "VinciSansLight", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 2.175em;
}

.shareColContainer {
    position: absolute;
    top: 1em;
}

.arrow-list {
    list-style: none;
    margin-left: 0;
    padding: 0;
    margin-left: 1em;
}

.arrow-list li:before {
    margin-right: 5px;
    content: '>';
}

.symbol {
    display: inline-block;
}

.symbol::before {
    font-family: "EuroviaSymbols";
    vertical-align: middle;
}

.facebook.symbol::before {
    content: 'f';
    color: #3b5998;
}

.twitter.symbol::before {
    content: 'T';
    color: #55acee;
}

.linkedin.symbol::before {
    content: 'i';
    color: #0077b5;
}

.pinterest.symbol::before {
    content: 'p';
    color: #bd081c;
}

.youtube.symbol::before {
    content: 'y';
    color: #cd201f;
}

.google.symbol::before {
    content: 'g';
    color: #dc4e41;
}

.tumbler.symbol::before {
    content: 't';
    color: #35465c;
}

.rss.symbol::before {
    content: 'r';
    color: #f26522;
}

.viadeo.symbol::before {
    content: 'o';
    color: #ec7500;
}

.wetransfer.symbol::before {
    content: 'w';
    color: #3399DD;
}

.down.symbol::before {
    content: 'd';
}

.up.symbol::before {
    content: 'u';
}

.down2.symbol::before {
    content: 'v';
}

.up2.symbol::before {
    content: '^';
}

.search.symbol::before {
    content: 's';
}

.separator.symbol::before {
    content: '|';
}

.triangle.symbol::before {
    content: '3';
}

.location.symbol::before {
    content: 'l';
}

.location2.symbol::before {
    content: 'L';
}

.map.symbol::before {
    content: 'a';
}

.mail.symbol::before {
    content: 'm';
}

.menu.symbol::before {
    content: 'M';
}

.attention.symbol::before {
    content: 'A';
}

.download.symbol::before {
    content: 'D';
}

.phone.symbol::before {
    content: 'P';
}

.checked.symbol::before {
    content: 'c';
}

.x.symbol::before {
    content: 'x';
}

.print.symbol::before {
    content: 'I';
}

.increaseFont.symbol::before {
    content: "\005A";
}

.decreaseFont.symbol::before {
    content: 'z';
}

.down3.symbol::before {
    content: '\\';
}

.up3.symbol::before {
    content: '/';
}

.sharer.symbol::before {
    content: 'j';
}

.liste.symbol::before {
    content: '%';
}

.viral.symbol::before {
    content: '@';
}

.direction.symbol::before {
    content: '$';
}

.homeWelcome {
    text-align: left;
    position: absolute;
    top: 8%;
    right: 15%;
    padding: 2%;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
}

.full-width-wrapper {
    width: 100%;
    position: relative;
}

.full-width-wrapper > :first-child {
    background-color: inherit;
}

.full-width-wrapper > :first-child::after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    background-color: inherit;
    z-index: -1;
}

#siteContainer {
    height: 100%;
    position: absolute;
    width: 100%;
}

#siteContainer > header {
    background: white;
    /*.linear-gradient(white, white, rgba(255,255,255,0.9),rgba(255,255,255,0.8););*/
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    float: left;
    width: 300px;
    height: 100%;
    /*margin-left: auto;
        margin-right: auto;*/
    text-align: center;
    border-right: solid 2px lightgray;
}

#siteContainer > header #header-content {
    width: 81%;
    display: inline-block;
}

#siteContainer > header #top-banner {
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}

#siteContainer > header #top-banner #top-banner-wrapper {
    display: table;
    width: 100%;
}

#siteContainer > header #top-banner #top-banner-wrapper > div {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

#siteContainer > header #top-banner #top-banner-wrapper #logo {
    width: 20%;
}

#siteContainer > header #top-banner #top-banner-wrapper #logo a {
    height: 41.00814422px;
}

#siteContainer > header #top-banner #top-banner-wrapper #logo a > div {
    float: left;
    position: absolute;
    height: 70px;
    top: 0;
}

#siteContainer > header #top-banner #top-banner-wrapper #logo a > div#eurovia {
    width: 200px;
    margin-right: 0.5em;
    color: transparent;
}

#siteContainer > header #top-banner #top-banner-wrapper #logo a > div#eurovia span {
    background-image: url("../img/logo-etf.png");
    background-size: contain;
}

#siteContainer > header #top-banner #top-banner-wrapper #logo a > div.logo-local {
    font-family: "VinciSansMediumRegular";
    text-transform: uppercase;
    font-size: 1.45em;
    display: table;
}

#siteContainer > header #top-banner #top-banner-wrapper #logo a > div.logo-local .wrapper {
    float: none;
    display: table-cell;
    vertical-align: middle;
    border-left: 2px solid;
    text-align: left;
    padding-left: 8px;
}

#siteContainer > header #top-banner #top-banner-wrapper #logo a > div span {
    position: absolute;
    top: -5px;
    left: 0;
    height: inherit;
    width: inherit;
    background: transparent no-repeat scroll left top;
}

#siteContainer > header #top-banner #top-banner-wrapper #banner-social {
    width: 20%;
    text-align: center;
}

#siteContainer > header #top-banner #top-banner-wrapper #banner-social a {
    display: inline-block;
    font-size: 25px;
    /* Stats the loop mixin for all socialnetwork array
                        initial value is 1, will loop till array's size 
                        call loop mixin with initial value as 1. */
}

#siteContainer > header #top-banner #top-banner-wrapper #banner-social a:hover {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

#siteContainer > header #top-banner #top-banner-wrapper #banner-content {
    width: 20%;
    text-align: right;
    height: 60px;
    vertical-align: top;
    line-height: 1.8em;
}

#siteContainer > header #top-banner #top-banner-wrapper #banner-content div {
    display: inline-block;
    vertical-align: middle;
    color: white;
}

#siteContainer > header #top-banner #top-banner-wrapper #banner-content .symbol {
    font-size: 1.6em;
}

#siteContainer > header #top-banner #top-banner-wrapper #banner-content .blue-box {
    background-color: #004489;
    border: solid #004489;
    /*border-width: .1em .5em;*/
    border-width: 0.05em 0.65em 0.35em 0.65em;
}

#siteContainer > header #top-banner #top-banner-wrapper #banner-content #banner-map {
    border-top-width: 0.08em !important;
    margin-left: 0.1em !important;
    padding-top: 2px;
}

#siteContainer > header #top-banner #top-banner-wrapper #banner-content #banner-news {
    text-transform: uppercase;
    font-size: 1em;
    padding: 0 0.25em;
    cursor: pointer;
    position: relative;
    border: solid 3px #004489;
    background: #004489;
    -webkit-transition: background 2s, border 2s;
    -moz-transition: background 2s, border 2s;
    transition: background 2s, border 2s;
    z-index: 102;
}

#siteContainer > header #top-banner #top-banner-wrapper #banner-content #banner-news.inverted {
    background: #BFC4DF;
    /*#0061C2;*/
    /*#3498db;*/
    border: solid 3px #BFC4DF;
    -webkit-transition: background 0.5s, border 0.5s;
    -moz-transition: background 0.5s, border 0.5s;
    transition: background 0.5s, border 0.5s;
}

#siteContainer > header #top-banner #top-banner-wrapper #banner-content #banner-news > span {
    padding: 0 .3em;
    background: none;
}

#siteContainer > header #top-banner #top-banner-wrapper #banner-content #banner-news div {
    color: #fff;
    /*@eurovia-blue;*/
    background: none;
}

#siteContainer > header #top-banner #top-banner-wrapper #banner-content #banner-news:before {
    width: 50px;
    height: 15px;
    display: block;
    top: -18px;
    position: absolute;
    content: "";
    z-index: 101;
    right: 2%;
    background-image: url('../img/eurovia-indicator3.png');
    background-position: bottom;
    background-repeat: no-repeat;
}

#main-menu {
    clear: both;
    width: 100%;
    margin-top: 50px;
}

#main-menu #scrolledItem {
    display: none;
    position: absolute;
    left: 1em;
    background-image: url("../img/eurovia-logo.svg");
    background-size: contain;
    min-width: 100px;
    height: 100%;
    background-repeat: no-repeat;
    background-position-y: 5px;
    width: 8%;
}

#main-menu > ul {
    padding: 0;
    margin: 0;
    text-align: justify;
}

#main-menu > ul > li {
    padding: 0 0 5px 10%;
    text-transform: uppercase;
}

#main-menu > ul > li > a {
    font-size: 18px;
    padding-bottom: 20px;
    padding-top: 5px;
    display: inline-block;
    /*    
                &:after {
                    width: 10px;
                    height: 0;
                    border-left: 10px solid transparent;
                    border-right: 20px solid transparent;
                    border-bottom: 22px solid;
                    display: block;
                    top: 24px;
                    position: absolute;
                    content: "";
                    left: calc(50% - 20px);
                }
                */
}

#main-menu > ul > li:hover {
    text-decoration: underline;
}

#main-menu > ul > li:hover .menu-2 {
    display: block;
}

#main-menu > ul > li.current > a {
    box-shadow: 0 3px 0 #004489;
}

#main-menu > ul > li.list-justifier {
    width: 100%;
    zoom: 1;
    padding: 0;
    margin: 0;
}

#main-menu > ul > li:nth-last-child(2) {
    margin-right: 0;
}

#main-menu > ul > li .menu-2 {
    min-width: 250px;
    display: none;
    font-family: VinciSansLight;
    position: absolute;
    color: white;
    background-color: #004489;
    text-align: left;
    /*margin-top: 22px;*/
    white-space: nowrap;
    z-index: 10000;
}

#main-menu > ul > li .menu-2 .header {
    font-size: 20px;
    border-bottom: 1px solid white;
    padding: 5px 5px;
    margin: 5px 10px;
}

#main-menu > ul > li .menu-2::before {
    content: ' ';
    width: 15px;
    height: 50px;
    position: absolute;
    top: calc(50% - 25px);
    left: -15px;
    background: url("/sites/maquette/img/eurovia-indicator3.png") no-repeat;
}

#main-menu > ul > li .menu-2 .two-columns {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}

#main-menu > ul > li .menu-2 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#main-menu > ul > li .menu-2 ul.classic {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    color: rgb(0, 68, 137) !important;
    padding-left: 30px;
}


#main-menu > ul > li .menu-2 ul.special {
    text-align: center;
    font-size: 23px;
    /* 26px */
}

#main-menu > ul > li .menu-2 ul.special > li {
    padding-right: 0.4em;
    position: relative;
}

#main-menu > ul > li .menu-2 ul.special > li.with-image {
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.2);
}

#main-menu > ul > li .menu-2 ul.special > li.with-image:hover {
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.05);
}

#main-menu > ul > li .menu-2 ul.special > li > a {
    display: block;
    padding: 0.5em 1em 0.5em 0.5em;
    position: relative;
}

#main-menu > ul > li .menu-2 ul.special > li > a:after {
    content: ">";
    position: absolute;
    right: 0;
}

main {
    /*background-color: white;*/
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

main .splashScreen {
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: center;
    z-index: 10000;
    position: absolute;
}

main .splashScreen > div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

main .splashScreen .progress-bar {
    background-color: #004489;
}

main .articles {
    display: table;
    table-layout: fixed;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*border: 1px solid;*/
}

main .articles .image {
    background-repeat: no-repeat;
    background-size: cover;
}

main .articles article {
    display: table-row;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

main .articles article.first .image {
    width: 100%;
}

main .articles article .content-wrapper {
    display: table;
}

main .articles article .content-wrapper .content {
    display: inline-flex;
    vertical-align: middle;
}

main .articles article > div {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*width: 50%;*/
    /*height: 100%;*/
    float: left;
}

main .articles article .content {
    background-color: white;
    padding: 20px 60px;
    font-size: 40px;
    font-family: 'VinciSansLight';
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
    width: 100%;
    /*padding-top: 25%;*/
}

main .articles article .content h1 {
    font-weight: normal;
    font-family: "VinciSansMediumRegular" /*, "Trebuchet MS", Arial, Helvetica, sans-serif*/;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    color: #004489;
}

main .articles article .content header {
    color: gray;
    font-weight: normal;
    font-family: "VinciSansLight" /*, "Trebuchet MS", Arial, Helvetica, sans-serif*/;
    font-size: 16px;
    text-transform: uppercase;
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    padding: 1em;
    margin-bottom: 1em;
}

main .articles article .content header p {
    margin: 0;
}

main .articles article .content nav ul {
    list-style: none;
}

main .articles article .content nav ul li {
    font-weight: normal;
    font-family: "VinciSansLight" /*, "Trebuchet MS", Arial, Helvetica, sans-serif*/;
    font-size: 20px;
    color: #004489;
}

main .articles article .content nav ul li:before {
    content: ">";
    margin: 0 1em;
}

.panel-body section {
    margin-top: 0.9em;
}

.eurovia-gray {
    color: #7a7a7a;
}

.reduced-padding {
    padding-left: 5px;
    padding-right: 5px;
}

.no-padding {
    padding: 0;
}

.column-4 p {
    color: #7a7a7a;
}

.EuroviaHomeDisclaimer {
    display: none;
    width: 100%;
    bottom: 0;
    position: absolute;
    z-index: 1000;
    background: #7a7a7a;
    color: #000;
    padding: 1em 0 1em 0;
}

.EuroviaHomeDisclaimer .closer {
    font-size: 2em;
    color: #fff;
    position: absolute;
    top: 5px;
    right: 0.5em;
    cursor: pointer;
}

#banner-search {
    border: 0 !important;
    margin-left: 0.1em;
}

#banner-search .search {
    margin: 0.1em 0.25em 0.16em 0.4em;
    cursor: pointer;
}

#banner-search input[type=search] {
    outline: none;
    margin: 0;
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
    background: #00356A;
    /*background: transparent url(http://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;*/
    border: none;
    width: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    padding: 0;
    height: 40px;
}

#banner-search input::-webkit-search-decoration,
#banner-search input::-webkit-search-cancel-button {
    display: none;
}

#banner-search input[type=search]:focus {
    width: 130px;
    color: #fff;
    cursor: auto;
    padding-left: 1em;
}

.modal-content {
    border-radius: 0 !important;
}

.offline {
    background: url(/media/3986165/7-a43-tourdupin-15962.jpg);
    height: calc(100vh - 102px);
    background-size: cover;
    top: -27px;
}

.offline .content {
    margin-top: 4em;
    font-size: 4em;
    color: #fff;
}

.raised {
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.raised-without-top {
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.raised-no-left {
    box-shadow: 20px 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.raised-only-bottom {
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

/*
        http://www.eurovia.com/zbwi.axd/crsz/944v404/~/media/    
        http://www.eurovia.com/media/1467323/95_rouen_pont_mathilde_2014-29.jpg
        http://www.eurovia.com/media/1468626/90_a4_saint-avold_2014-32_eurovia.jpg
*/

header #top-banner #logo a #fr {
    width: 74px;
    font-family: "VinciSansMediumRegular";
    text-transform: uppercase;
    font-size: 14px;
    display: table;
}

header #top-banner #logo a #fr .wrapper {
    float: none;
    display: table-cell;
    vertical-align: middle;
    border-left: 2px solid;
    text-align: left;
    padding-left: 8px;
}

header > #logo {
    width: 100%;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 10px 0 20px 0;
    height: 20%;
}

#banner-content {
    /*border-top: solid 1px #B01111;
    border-bottom: solid 1px #B01111;
    width: 80%;
    margin-left: 10%;*/
    width: 100%;
    text-align: right;
    height: 44px;
    background: rgba(0, 68, 137, 0.05);
	line-height: 1.8em;
}

select {
    background: none;
}

#banner-social {
    font-size: 25px;
    width: 100%;
    margin-top: 1em;
}

#searchArea {
    display: table-row;
}

#searchArea form {
    display: table-row;
}

#banner-content {
    display: table;
}

#banner-content > div:not(#searchArea) {
    display: table-cell;
}

div.fieldlabel.inline {
    font-size: 15px;
}

div.fields input {
    width: 35%;
}


@media (max-device-width: 1200px) { /*1366px*/
    #blocks {
        display: inline-block;
        width: 100%;
        /*height: 100%;*/
    }

    .level3 {
        margin-left: 0 !important;
        width: 100%;
		position: initial !important;
		height: auto !important;
		min-height: auto !important;
    }
	
	.level3 #body3 {
        margin-top: 50px;
    } 

    .splashScreen {
        height: calc(100vh - 51px) !important;
    }

    .text {
        color: #7a7a7a;
        font-size: 16px;
    }

    .level3 #body3 .lead {
        padding: 0;
    }

    .homeWelcome {
        text-align: left;
        position: absolute;
        top: 2em;
        right: 0 !important;
        padding: 2%;
        background: rgba(0,0,0,0.3);
        color: #fff;
        margin: 12.5%;
        width: 75%;
        left: 0%;
        font-size: 2.5em;
    }

    .sliderContainer {
        height: 100% !important;
    }

    .sliderContainer .image {
        position: relative !important;
        height: 100% !important;
    }

    .navbar-default {
        width: 100vw;
    }

    .navbar-default .navbar-nav > li > a {
        text-transform: uppercase;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }

    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }

    .social > a {
        display: inline-block !important;
        width: 50px;
    }

    .level3 {
        margin-left: 0 !important;
    }


    footer {
        display: inline-block !important;
        background-image: url("../img/footer-bg.png");
        width: 100% !important;
        z-index: 100;
        /*border-top: 1px solid darkgray;*/
        box-sizing: border-box;
        padding: 2em;
        position: initial !important;
        margin-top: -5px;
    }

    footer h3 {
        text-transform: uppercase;
        font-size: 1em;
        font-family: "VinciSansMediumRegular";
    }

    footer .mail-wrap .symbol {
        font-size: 1.3em;
    }

    footer ul {
        list-style-type: none;
        padding: 0;
    }

    footer ul.social li {
        display: inline-block;
    }

    footer ul.social li .symbol {
        font-size: 1.5em;
    }

    footer ul:not(.social) li::before {
        content: ">";
        padding-right: 1em;
    }

    footer ul.social li .symbol {
        font-size: 1em !important;
        padding-right: 0.15em !important;
    }

    footer {
        display: inline-block;
        background-image: url("../img/footer-bg.png");
        width: 100%;
        z-index: 100;
        /*border-top: 1px solid darkgray;*/
        box-sizing: border-box;
        padding: 2em;
    }

    footer h3 {
        text-transform: uppercase;
        font-size: 1em;
        font-family: "VinciSansMediumRegular";
    }

    footer .mail-wrap .symbol {
        font-size: 1.3em;
    }

    footer ul {
        list-style-type: none;
        padding: 0;
    }

    footer ul.social li {
        display: inline-block;
    }

    footer ul.social li .symbol {
        font-size: 1.5em;
    }

    footer ul:not(.social) li::before {
        content: ">";
        padding-right: 1em;
    }
}

@media screen and (max-device-width: 1200px) { /*1366px*/

    #blocks {
        display: inline-block;
        /*width: calc(100% - 302px);
        margin-left: 300px !important;
        height: 100%;*/
    }

    #siteContainer {
        /*margin-top: 51px;
        min-height: calc(100% - 129px);*/
		position: initial !important;
    }

    .viralBlock {
        width: 50%;
        right: -50%;
    }

    .level3 #body3 .img {
        width: 100% !important;
        display: inline !important;
    }

    .symbol {
        display: inline;
        padding-right: 0.25em;
    }

    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding-left: 50px !important;
    }

    .social {
        display: inline !important;
        padding: 0 !important;
        font-size: 2em !important;
    }

    .dropdown-toggle {
        color: #004489 !important;
        /*background: #fff;*/
    }

    .breadcrumb-container {
        display: none;
    }

    .navbar-header {
        background: #fff;
    }

    .navbar-header .navbar-toggle {
        border: none;
    }

    .navbar-header .navbar-toggle .icon-bar {
        background: #004489;
    }

    .shareColContainer {
        display: none;
    }

    .navbar {
        margin-bottom: 0 !important;
    }

    #header3 {
        margin-top: 0 !important;
    }

    .navbar-brand {
        width: 75%;
    }

    .navbar-brand img {
        width: 90px;
        margin-left: 20px;
    }

    #alphabeticList .alphaList .container {
        display: inline !important;
    }

    #alphabeticList .alphaList .container .title {
        padding-left: 1em;
    }

    #alphabeticList .alphaList .container .item {
        padding-left: 2.5em;
    }

    .timeLine {
        width: 100%;
        height: auto;
    }

    .timeLine .years {
        width: 20%;
        float: left;
        text-align: center;
        padding-right: 0.5em;
    }

    .timeLine .years:before {
        content: "";
        position: absolute;
        z-index: 0;
        top: 0;
        bottom: 0;
        border-left: 2px solid #CCCCCC;
    }

    .timeLine .years .tenth [data-from] {
        display: none;
    }

    .timeLine .years .tenth .year,
    .timeLine .years .tenth .main {
        margin: 0 0 1em 0;
        border: solid 2px #CCCCCC;
        border-radius: 1em;
        z-index: 10;
        background: #FFF;
        position: relative;
        display: block;
    }

    .timeLine .years .tenth .main {
        margin: 0.5em 0 1em 0;
        background: #004489;
        color: #FFF;
    }

    .timeLine .contents {
        width: 80%;
        float: left;
        padding-left: 1em;
    }

    .timeLine .contents .content {
        width: 100%;
        display: none;
        background: #F5F5F5;
        color: #7A7A7A;
        position: relative;
        z-index: 10;
    }

    .timeLine .contents .content:before {
        content: "\A";
        border-style: solid;
        border-width: 0.75em 1em 0.75em 0;
        border-color: transparent #F5F5F5 transparent transparent;
        position: absolute;
        left: -1em;
        top: 0.6em;
    }

    .timeLine .contents .content .title {
        padding-left: 0.5em;
        border-bottom: dotted 3px #CCCCCC;
        color: #004489;
        font-size: 2em;
    }

    .timeLine .contents .content .body {
        padding: 0.5em;
    }

    .offline {
        background-size: cover;
        height: calc(100vh - 51px);
        top: 51px;
    }

    .offline .content {
        font-size: 2em;
        color: #fff;
        top: 0;
    }

    .navbar-brand {
        width: 75%;
    }

    .navbar-brand img {
        width: 90px;
    }

    #map3.googlemap-container {
        height: 100% !important;
        top: 64px !important;
    }

    .level3 {
        min-height: unset !important;
    }
}


div.fieldlabel.inline {
    font-size: 15px;
}

div.fields input {
    width: 35%;
}

.Pointer {
    cursor: pointer;
}

.rosaceLink {
    cursor: pointer;
}

.rosaceLink:hover {
    text-decoration: underline;
}

h2 {
    font-weight: 1000;
    color: #004489;
    font-size: 1.2em;
    text-decoration: none;
}

.modal-header > .title {
    font-size: 1.5em;
    font-weight: 700;
}

.modal-body > .body {
    font-size: 1.2em;
    margin-top: 15px;
}

.navbar-default .navbar-nav > li > a {
    color: #004489;
}

.euroviaSlidingMenuToggle {
  position: absolute;
  left: -1.3em;
  display: none;
  z-index: 500;
  margin-top: 0;
}
.euroviaSlidingMenuToggle .icon-bar {
  background: #004489;
}
.euroviaSlidingMenu {
  z-index: 10;
  background: #004489;
  color: #fff;
  padding-left: 1em;
  width: 80%;
  height: 100%;
  position: absolute;
  left: -2000px;
}
.euroviaSlidingMenu .glyphicon {
  float: right;
  padding-right: 0.5em;
  padding-top: 0.15em;
}
.euroviaSlidingMenu .families {
  padding-top: 1.5em;
}
.euroviaSlidingMenu .families .family {
  padding: 0.3em 0 0.3em 0;
  cursor: pointer;
}
.euroviaSlidingMenu .families .family .count {
  float: right;
  padding-right: 0.5em;
}
.euroviaSlidingMenu .children {
  display: none;
  background: transparent;
  color: #fff;
  padding-left: 1em;
  width: 100%;
}
.euroviaSlidingMenu .children .item {
  padding: 0.3em 0 0.3em 0;
  cursor: pointer;
}
.euroviaSlidingMenu .children .title {
  text-align: center;
  padding-top: 0.5em;
  padding-right: 4em;
  margin-bottom: 1.5em;
}
.euroviaSlidingMenu .children .title .glyphicon {
  float: left;
  padding-left: 0.5em;
  padding-top: 0.15em;
}

.panel-title {
   min-height: auto !important;
}

#cookies-table td {
    padding: 5px !important;
}