/*
Theme Name: polley
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: polley
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

polley is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Asides
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust:     100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}
abbr {
    color: #fbcb1f;
    cursor: help;
    text-decoration: none;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* Font Face */
@font-face {
  font-family: "raleway-black";
  src: url("fonts/raleway/black/raleway-black.eot");
  src: url("fonts/raleway/black/raleway-black.eot?#iefix") format("embedded-opentype"), url("fonts/raleway/black/raleway-black.woff2") format("woff2"), url("fonts/raleway/black/raleway-black.woff") format("woff"), url("fonts/raleway/black/raleway-black.ttf") format("truetype"), url("fonts/raleway/black/raleway-black.svgraleway-black") format("svg");
  font-weight: normal;
  font-style: normal;
}

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


body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: 'Roboto', sans-serif, "Calibri light", "Calibri", "Gill sans", "Segoe UI", arial;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
h1, h2 {
  font-family: "raleway-regular";
}
h1 strong, h2 strong{
    font-family: "raleway-black";
    color:#fecd1f;
}
.site-content h1, .site-content h2{
    display:inline;
}
.home h2, .nos-valeurs h2, .sommaire h2{
    position:relative;
    text-transform: uppercase;
    display:block;
}
.home h2:before, .nos-valeurs h2:before, .sommaire h2:before{
    color: #303e59;
    content: attr(data-shadow);
    font-size: 65px;
    left: -80px;
    position: absolute;
    text-shadow: 0 10px 18px rgba(0, 0, 0, 0.55);
    top: -90%;
}
.home h2 span, .nos-valeurs h2 span, .sommaire h2 span {
  position: relative;
  z-index: 2;
}
.home .logistique h2:before, .sommaire .logistique h2:before{
    left:auto;
    right: -80px;
}
.nos-valeurs h2{
    font-weight: 400;
    font-style:italic;
    margin-top:0;
    font-size: 1.25em;
}
.nos-valeurs h2:before{
    color: #316cc9;
    content: attr(data-shadow);
    font-size: 30px;
    left: 0;
    position: absolute;
    top: -33%;
    opacity:0.2;
}
.transports h2, .parking h2{
    margin-left:80px;
}
.logistique h2{
    margin-right:80px;
}
h2.site-description{
    font-weight:300;
    margin-bottom:0;
    letter-spacing:2px;
}
h2.site-description#equipe-infrastructure{
    font-size:1em;
}
h2.site-description strong{
    color:#FFF;
}
h3, h4 {
  font-family: "raleway-regular";
}
p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
    background: #303e59 none repeat scroll 0 0;
    color: #fff;
    overflow-x:hidden;
}
legend {
  background: #fbcb1f;
  box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.55);
  color: #fff;
  font-family: "raleway-black";
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0.25em 0.5em;
  text-shadow: 0 0 3px #b18b03;
  text-transform: uppercase;
}
legend + * {
  margin-top: 1.5em;
}
blockquote {
  border: 1px solid #fbcb1f;
  padding: 0.5em 1.5em;
  position: relative;
  margin-left: 2.5em;
}

blockquote:before {
  background: #fbcb1f;
  color: #303e59;
  content: "“";
  font-family: "georgia", "Times", "Times New Roman", "serif";
  font-size: 2em;
  line-height: 1;
  position: absolute;
  left: -0.75em;
  text-align: center;
  padding: 0.1875em 0.375em;
}

blockquote > p {
  font-style: italic;
  margin-top: 0;
}

blockquote footer {
  color: #b2bed6;
  text-align: right;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul {
  list-style-position: inside;
  list-style: none;
}

ul li {
  padding-left: 1.5em;
  position: relative;
  margin-bottom: .75em;
}

ul li:before {
  content: "•";
  color: #fbcb1f;
  display: inline-block;
  margin-right: .5em;
}
ul li:before {
    color: #fbcb1f;
    content: url("img/circle-right.svg");
    display: inline-block;
    margin-right: 0.125em;
    vertical-align: middle;
}
.site-content ul li:before {
    display: inline-block;
    margin-right: 0.5em;
    margin-left: -1.5em;
    vertical-align: middle;
}
.home .site-content ul li:before, .site-content.sommaire ul li:before {
    margin-left: 0;
    margin-right: 0.125em;
}
dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}
table {
  border: 1px solid #248ae8;
  box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.55);
  position: relative;
  left: 41px;
  width: 90%;
  position: relative;
}
table:before {
  background: url(img/o_isole.png);
  content: "";
  height: 82px;
  width: 82px;
  position: absolute;
  left: -41px;
  z-index: -1;
}
table th {
  background: #248ae8;
  color: #303e59;
  font-size: 'Roboto', sans-serif,"Calibri light", "Segoe UI", "Optima", "droid sans", "sans-serif";
  font-weight: normal;
}
table th,
table td {
  line-height: 1.5;
  padding: 0.5em 0.75em;
}
table tr {
  background: #1e2738;
}
table tr:hover {
  background: #248ae8;
}
table tr + tr {
  border-top: 1px solid #303e59;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
label {
  font-family: 'Roboto', sans-serif,"Calibri light", "Segoe UI", "Optima", "droid sans", "sans-serif";
}

label[type="text"],
label[type="email"],
label[type="number"],
label[type="tel"] {
  color: #fff;
  display: block;
  font-size: 80%;
  line-height: 1;
  margin-top: -.75em;
  margin-left: .5em;
  padding: .5em;
  position: relative;
  top: .75em;
  text-transform: uppercase;
}

input {
  font-family: 'Roboto', sans-serif,"Calibri light", "Segoe UI", "Optima", "droid sans", "sans-serif";
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"] {
  background: rgba(0, 0, 0, 0.1);
  border: 0;
  border: 1px solid #b2bed6;
  color: #b2bed6;
  display: inline-block;
  margin: .5em 0;
  outline: 0;
  padding: .5em;
  -webkit-transition: 200ms ease-in all;
  transition: 200ms ease-in all;
  vertical-align: middle;
  width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus {
  background: transparent;
  border: 1px solid #fbcb1f;
  color: #fff;
}

input[type="text"].input-valid,
input[type="email"].input-valid,
input[type="number"].input-valid,
input[type="tel"].input-valid {
  background: #238e5d;
  color: #fff;
}

input[type="text"].input-invalid,
input[type="email"].input-invalid,
input[type="number"].input-invalid,
input[type="tel"].input-invalid {
  background: #f5351d;
  border: #f98c7f;
  box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.55);
  color: #fff;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

input[type="text"].input-invalid:valid,
input[type="email"].input-invalid:valid,
input[type="number"].input-invalid:valid,
input[type="tel"].input-invalid:valid {
  background: #238e5d;
  box-shadow: 0 0 0 transparent;
}

input[type="text"].input-invalid:valid + .error-description,
input[type="email"].input-invalid:valid + .error-description,
input[type="number"].input-invalid:valid + .error-description,
input[type="tel"].input-invalid:valid + .error-description {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  opacity: 0;
}

.error-description {
  font-style: italic;
  border: 1px solid #fbcb1f;
  display: inline-block;
  margin-left: .5em;
  padding-right: .5em;
  position: relative;
  -webkit-transition: all 600ms ease-in;
  transition: all 600ms ease-in;
}

.error-description:before {
  content: "i";
  background: #fbcb1f;
  font-family: "georgia";
  font-style: normal;
  color: #000;
  display: inline-block;
  margin-right: .5em;
  padding: 0.25em 0.75em;
  clear: right;
}

.error-description:after {
  content: "";
  content: '';
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-right: 0.5em solid #fbcb1f;
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);

}

input[type="radio"] {
  background: none;
  display: block;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

input[type="radio"] + label {
  color: #b2bed6;
  display: inline-block;
  padding: .5em;
}

input[type="radio"] + label:before {
  border: 1px solid #b2bed6;
  box-shadow: inset 0 0 0 0 rgba(48, 62, 89, 0), inset 0 0 0 0 rgba(251, 203, 31, 0);
  color: red;
  content: "";
  display: inline-block;
  height: 16px;
  line-height: 14px;
  margin-right: .5em;
  text-align: center;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  width: 16px;
}

input[type="radio"]:focus + label,
input[type="radio"]:hover + label {
  border: 1px solid #fbcb1f;
  color: #fff;
  cursor: pointer;
}

input[type="radio"]:focus + label :before,
input[type="radio"]:hover + label :before {
  background: #333;
  border: 1px solid #fff;
}

input[type="radio"]:checked + label {
  color: #fff;
}

input[type="radio"]:checked + label:before {
  border-color: #fbcb1f;
  box-shadow: inset 0 0 0 3px #303e59, inset 0 0 0 10px #fbcb1f;
}

input[type="checkbox"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

input[type="checkbox"] + label {
  color: #b2bed6;
  display: inline-block;
  padding: .5em;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

input[type="checkbox"] + label:before {
  border-bottom: 1px solid #fbcb1f;
  box-shadow: inset 0 0 0 0 rgba(17, 17, 17, 0), inset 0 0 0 0 rgba(255, 255, 255, 0);
  color: transparent;
  content: "\2714";
  display: inline-block;
  font-family: "Arial", "Helvetica Neue", "Helvetica", "sans-serif";
  font-size: .8em;
  height: 16px;
  line-height: 14px;
  margin-right: .5em;
  text-align: center;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  width: 16px;
}

input[type="checkbox"]:focus + label,
input[type="checkbox"]:hover + label {
  border: 1px solid #fbcb1f;
  color: #cdcdcd;
  cursor: pointer;
}

input[type="checkbox"]:focus + label :before,
input[type="checkbox"]:hover + label :before {
  background: #333;
  border: 1px solid #fff;
}

input[type="checkbox"]:checked + label {
  color: #fff;
}

input[type="checkbox"]:checked + label:before {
  color: #fff;
}

input[type="file"] {
  font-size: 0.75em;
    color:#FFF;
}

textarea {
  background: transparent;
  border: 1px solid #b2bed6;
  display: block;
  font-family: 'Roboto', sans-serif,"Calibri light", "Segoe UI", "Optima", "droid sans", "sans-serif";
  max-width: 30em;
  width: 100%;
}

textarea:focus {
  border: 1px solid #fff;
}

input[type="submit"] {
  background: #c2ab58;
  border: 0;
  color: #665002;
  outline: 0;
  padding: 0.5em 0.75em;
  text-transform: uppercase;
  -webkit-transition: 300ms ease-in all;
  transition: 300ms ease-in all;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
  background: #238e5d;
  color: #fff;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #fde283;
  text-decoration: none;
  -webkit-transition: 200ms ease all;
  transition: 200ms ease all;
  position: relative;
}

a[target^="_blank"]:after {
  content: "\0000a0\279A";
}

a:hover,
a:focus {
  color: #fbcb1f;
}

a:hover:before,
a:focus:before {
  right: 0;
}

a:before {
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    right: 100%;
    top: 100%;
    background: #fbcb1f;
    -webkit-transition: 200ms ease all;
    transition: 200ms ease all;
}
a.button{
    background-color: #f5351d;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "raleway-regular";
    font-size: 0.875em;
    padding: 0.875em;
    text-transform: uppercase;
    -o-box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.55);
    box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.55);
}
a.button:hover{
    background-color:#fbcb1f;
    color: #303e59;
}
a.button::before{
    color: #303e59;
    content: ">" !important;
    font-weight: bold;
    height: 16px;
    left: -8px;
    line-height: 14px;
    margin-top: -8px;
    top: 50%;
    width: 16px;
    text-align: center;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  list-style: none;
  padding-left: 0;
}

.main-navigation li {
  position: relative;
}
/*.main-navigation ul ul {
  background-color: #303e59;
    box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.55);
    float: left;
    left: -999em;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 99999;
}*/
.main-navigation ul ul {
    box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.55);
    position: absolute;
    white-space: nowrap;
    -webkit-transition: 500ms all ease-in-out;
    transition: 500ms all ease-in-out;
    opacity: 0;
    transform: scale(0);
    -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -moz-transform: scale(0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    top: 99%;
    left: 0;
    text-align: left;
    z-index:10;
    width:100%;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
header nav#site-navigation{
    /*background-image:-webkit-gradient(linear,left top,right top,color-stop(33.3%,#925ca1),color-stop(33.3%,#51bc6f),color-stop(66.6%,#51bc6f),color-stop(66.6%,#e58039));*/
    background-image:-webkit-linear-gradient(left,#fbcb1f 25%,#248ae8 25%,#248ae8 50%,#f5351d 50%,#f5351d 75%,#238e5d 75%,#238e5d 100%);
    background-image:linear-gradient(to right,#fbcb1f 25%,#248ae8 25%,#248ae8 50%,#f5351d 50%,#f5351d 75%,#238e5d 75%,#238e5d 100%);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-color:#263346;
    background-position: bottom;
    height:4.688em;
    text-transform: uppercase;
    position:relative;
    -o-box-shadow: inset 0 10px 18px 0 rgba(0, 0, 0, 0.55);
    box-shadow: inset 0 10px 18px 0 rgba(0, 0, 0, 0.55);
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#1a1e29, Direction=180, Strength=10);
}
header .menu-menu-principal-container{
    height:100%;
}
header #primary-menu{
    display: block;
    height:100%;
}
header .polley-group{
    position:absolute;
    top:50%;
    margin-top: -22px;
    display:none;
    left:20px;
}
header .polley-group img{
    vertical-align: middle;
}

header #primary-menu li{
    margin-bottom:0;
    padding:0;
    float:none;
    display: inline-block;
    text-align: center;
    width: 12%;
    vertical-align: middle;
}
header #primary-menu .sub-menu li{
    display:block;
    width: 100%;
}
header #primary-menu li::before{
    content:none;
}
header #primary-menu a{
    font-family:"raleway-regular";
    display: table-cell;
    height: 75px;
    vertical-align: middle;
    width: 13.9%;
    width:152px;
    font-size:0.875em;
    color: #fff;
}

header #primary-menu li:hover .sub-menu, header #primary-menu li:focus .sub-menu {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

header #primary-menu .sub-menu a {
  border-bottom: 1px solid #141b25;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background: #263346;
  background: -webkit-linear-gradient(right, #248ae8 0%, #248ae8 50%, #222c3f 50%, #222c3f 100%);
  background: linear-gradient(to left, #248ae8 0%, #248ae8 50%, #222c3f 50%, #222c3f 100%);
  background-size: 200%;
  padding: 0 1em;
  position: relative;
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
}
header #primary-menu .sub-menu a:after {
  background: #FBCB1F;
  box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.3);
  content: ">";
  color: #7f6402;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  line-height: 2;
  opacity: 0;
  padding: 0 0.75em;
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 300ms ease-in-out all;
  transition: 300ms ease-in-out all;
  z-index: 1;
}
header #primary-menu .sub-menu a:hover, header #primary-menu .sub-menu a:focus {
  background: #248AE8;
  background: -webkit-linear-gradient(right, #248ae8 0%, #248ae8 50%, #222c3f 50%, #222c3f 100%);
  background: linear-gradient(to left, #248ae8 0%, #248ae8 50%, #222c3f 50%, #222c3f 100%);
  background-size: 200%;
  background-position: -100%;
}
header #primary-menu .sub-menu a:hover:after, header #primary-menu .sub-menu a:focus:after {
  opacity: 1;
  right: -1em;
}

header .main-navigation a::before{
    content:none;
}
header #primary-menu a:hover, header #primary-menu li.active > a{
    color: #FBCB1F;
}
header #primary-menu li:first-child a:hover .home-menu{
    fill:red;
}
header #primary-menu .home-menu{
    background: rgba(0, 0, 0, 0) url("img/home.svg") no-repeat scroll center center;
    display: block;
    height: 100%;
    margin: auto;
    width: 32px;
}
header #primary-menu .home-menu path{
    fill:#FFF;
}
header #lang_sel{
    position:absolute;
    left: 50%;
  -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index:11;
    top:0;
    display:none;
}
#lang_sel a.lang_sel_sel{
    font-family:'raleway';
    background-color:#4b6594;
    color:#FFF;
    border:0 none;
    font-weight:600;
}
#lang_sel a.lang_sel_sel:before{
    content:none;
}
#lang_sel li::before {
    display: block;
    content: '' !important;
}
#lang_sel li{
    width:110px;
}
#lang_sel ul ul{
    width:auto;
}
#lang_sel a:hover, #lang_sel ul ul a:hover, #lang_sel *:hover > a, #lang_sel ul ul *:hover > a{
    background:rgba(0, 0, 0, 0.3) url("../img/nav-arrow-down.png") no-repeat scroll right center;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-main{
    margin-top:2em !important;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
## columns & alignement
--------------------------------------------------------------*/
.table{
    display:table;
    width:100%;
}
.text-align-right{
    text-align:right;
}
.text-align-center{
    text-align:center;
}
.vertical-align-middle{
    vertical-align: middle;
}
.col-2-table{
    width:50%;
    display: table-cell;
    padding:1em;
}
.col-3{
    width:30%;
    margin-right:4%;
    display:inline-block;
}
.col-4{
    width:22%;
    margin-right:4%;
    display:inline-block;
}
.title{
    font-family:"raleway-regular";
    text-transform: uppercase;
    color:#fbcb1f;
}
.title-bold{
    font-family:"raleway-black";
    text-transform: uppercase;
    font-size:1.25em;
}
.block{
    display:block !important;
}
.box-shadow{
    -o-box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.55);
    box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.55);
}
.margin-top-0{
    margin-top:0;
}
.margin-left-0{
    margin-left:0;
}
.margin-bottom-1{
    margin-bottom:1em !important;
}
.margin-bottom-2{
    margin-bottom:2em !important;
}
.margin-top-2{
    margin-top:2em !important;
}
.padding-1{
    padding:1em;
}
.col-25{
    width:25%;
    float:left;
    padding:1em;
}
.col-40{
    width:40%;
    float:left;
    padding:1em;
}
.col-50{
    width:50%;
    float:left;
    padding:1em;
}
.col-60{
    width:60%;
    float:left;
    padding:1em;
}
.col-75{
    width:75%;
    float:left;
    padding:1em;
}
.col-80{
    width:80%;
    float:left;
    padding:1em;
}
.col-100{
    width:100%;
    float:left;
}
.display-none{
    display:none;
}
/*--------------------------------------------------------------
## Polley
--------------------------------------------------------------*/
.row {
    margin: 0 auto;
    max-width: 80em;
    width: 100%;
    padding: 0 1em;
    position:relative;
}
header .header-background{
    display:block;
    position:relative;
}
header .header-filter{
    background: -webkit-linear-gradient(left, rgba(19, 109, 219, 0.65) 0, rgba(36, 61, 158, 0.65) 100%);
    background: linear-gradient(to right, rgba(19, 109, 219, 0.65) 0, rgba(36, 61, 158, 0.65) 100%);
    height: 100%;
    position: absolute;
    width: 100%;
}
header .header-background img{
    display:block;
    margin: auto;
}
header img.header-camion{
    display:none;
}
header .site-branding{
    position:absolute;
    width:100%;
    text-align:center;
    top: 50%;
  -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left:0;
}
footer.site-footer{
    background:-webkit-linear-gradient(
      rgba(48, 62,89, 0.9),
      rgba(48, 62,89, 0.9)
    ), url("img/footer_fullhd.jpg") no-repeat scroll 0 0;
    background:linear-gradient(
      rgba(48, 62,89, 0.9),
      rgba(48, 62,89, 0.9)
    ), url("img/footer_fullhd.jpg") no-repeat scroll 0 0;
    background-size: cover;
}
footer #recruitment{
    text-align:center;
    /*background-image:-webkit-gradient(linear,left top,right top,color-stop(33.3%,#925ca1),color-stop(33.3%,#51bc6f),color-stop(66.6%,#51bc6f),color-stop(66.6%,#e58039));*/
    background-image:-webkit-linear-gradient(left,#fbcb1f 25%,#248ae8 25%,#248ae8 50%,#f5351d 50%,#f5351d 75%,#238e5d 75%,#238e5d 100%);
    background-image:linear-gradient(to right,#fbcb1f 25%,#248ae8 25%,#248ae8 50%,#f5351d 50%,#f5351d 75%,#238e5d 75%,#238e5d 100%);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-color:rgba(0, 0, 0, 0.3);
    background-position: top;
    height: 2.5em;
    line-height: 2.5em;
}
footer #footer-menu li::before{
    content:none;
}
footer #footer-menu{
    margin-top: 0;
    padding-left:0;
}
footer #footer-menu li{
    padding-left:0;
    margin-bottom:0;
    display: inline-block;
}
footer #footer-menu li:last-child .separator {
    display:none;
}
footer a{
    color:#FFF;
}
footer nav{
    display:inline-block;
}
footer .polley-group{
    display:inline-block;
}
footer .polley-group::before{
    content:none;
}
section.nos-valeurs, section.transports, section.logistique, section.parking, section.galerie, section.apropos-content, section.arrow{
    float:left;
    width: 100%;
    position:relative;
    margin-bottom: 2em;
}
section.autres-services{
    display:inline-block;
    width: 100%;
    position:relative;
    margin-bottom: 2em;
}
section.logistique{
    margin-bottom:4em;
}
section.transports{
    margin-bottom:5em;
}
section.parking{
    margin-bottom:0;
}
section.arrow{
    margin:1em 0;
}
.sommaire section.transports{
    margin-top:2em;
}
section.transports p, section.logistique p{
    margin:0;
    width:65%;
}
.transports .transports-background{
    background-color:#3058c1;
    padding:3em;
    margin-left:1em;
    -o-box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.55);
    box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.55);
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#828282, Direction=243, Strength=15);
}
.transports #image-transports{
    position:absolute;
    right:10px;
    top:-50px;
    max-width:500px;
    z-index: 11;
}
.home-background-color{
    background:#fff url("img/sphere-polley.jpg") no-repeat scroll 0 0;
    padding-bottom: 0;
    padding-top: 0;
    position:relative;
    z-index:10;
}
.en-bref{
    background-image:-webkit-linear-gradient(left,#fbcb1f 25%,#248ae8 25%,#248ae8 50%,#f5351d 50%,#f5351d 75%,#238e5d 75%,#238e5d 100%);
    background-image:linear-gradient(to right,#fbcb1f 25%,#248ae8 25%,#248ae8 50%,#f5351d 50%,#f5351d 75%,#238e5d 75%,#238e5d 100%);
    background-repeat: no-repeat;
    background-size: 100% 5px;
    background-position: center 15px;
    background-color:#FFF;
    color: #303e59;
    position:relative;
    padding-bottom:0;
    -o-box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.55);
    box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.55);
}
.en-bref ul{
    padding-left:0;
    text-align:center;
}
.en-bref ul li{
    display:inline;
    margin-bottom:0;
    white-space: nowrap;
}
.en-bref-title{
    font-family: "raleway-black";
    text-transform: uppercase;
    font-size: 0.875em;
    background-color: #fff;
    padding: 0 1em;
    position: absolute;
    right: 0;
    top: 7px;
}

.logistique .logistique-background{
    float: left;
    background-color:#1a8d53;
    padding:3em;
    margin-right:1em;
    -o-box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.55);
    box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.55);
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#828282, Direction=243, Strength=15);
}
.logistique #image-logistique{
    position:absolute;
    left:60px;
    top:20px;
    z-index: 11;
}
.logistique .home-background-color{
    padding-left:0;
    background-position: right 0;
    float: right;
}
.logistique .en-bref{
    float:right;
}
section.logistique p{
    float:right;
}
section.parking{
    background: -webkit-linear-gradient(top, #303E59 0,#303E59 15%,rgba(48, 62, 89, .85) 25%, rgba(48, 62, 89, .75) 30%,  rgba(48, 62, 89, .75) 85%, #303E59 100%), url(img/bg_parking_homepage_cover.jpg) no-repeat;
    background: linear-gradient(to bottom, #303E59 0,#303E59 15%,rgba(48, 62, 89, .85) 25%, rgba(48, 62, 89, .75) 30%,  rgba(48, 62, 89, .75) 85%, #303E59 100%), url(img/bg_parking_homepage_cover.jpg) no-repeat;
  background-size: cover;
  min-height: 550px;
}
.parking .parking-background{
    background-color:#fdcc1f;
    padding:2em;
    margin-left:1em;
    -o-box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.55);
    box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.55);
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#828282, Direction=243, Strength=15);
}
.parking .image-parking{
    max-width:800px;
    z-index: 11;
    position: relative;
}
.image-parking img {
    -o-box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.55);
    box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.55);
}
.parking .image-parking-mobile.image-parking{
    display:none;
}
.parking .home-background-color{
    padding-left:1em;
}
section.parking p{
    margin:0;
    color: #332906;
}
.parking .col-60, .parking .col-40{
    padding-top:0;
}
.image-parking .img-parking-securite{
    position:absolute;
}
.image-parking .img-parking-securite.parking-securite-1{
    bottom: 0;
    left: 50px;
}
.image-parking .img-parking-securite.parking-securite-2{
    bottom: -50px;
    left: 5px;
}
.parking-acces-link{
  background-color: #263247;
  border: 1px solid #268ae6;
  box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.55);
  margin-top: 2em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  line-height: 70px;
  text-transform: uppercase;
  vertical-align: middle;
  width: 100%;
}
.parking-acces-link img{
  height: 60px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  width: 60px;
}
.autres-services .service-link:before{
    content:none;
}
.autres-services .service-link{
    text-align:center;
    position:relative;
    display:block;
}
.autres-services .service-link:hover > .service-title{
    background-color: #fdcc1f;
    color:#141a25;
}
.autres-services .service-title{
    background-color: #141a25;
    cursor: pointer;
    display: inline-block;
    font-family: "raleway-regular";
    font-size: 0.875em;
    padding: 0.875em;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    position:absolute;
    left: 50%;
  -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index:10;
    top:-10px;
    white-space: nowrap;
    box-shadow: 0 0 0 #fdcc1f inset, 0 10px 18px 0 rgba(0, 0, 0, 0.55);
}
.autres-services .service-link:hover > .service-title {
  box-shadow: 0 0 0 30px #fdcc1f inset;
  color: #222b3e;
}
.autres-services .vignette{
    position: absolute;
    -o-box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.55);
    box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.55);
}
.autres-services .vignette.vignette1{
    bottom: 25px;
    right: 10px;
}
.autres-services .vignette.vignette2{
    bottom: -10px;
    left: 10px;
}
.autres-services .decouvrir{
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "raleway-regular";
    font-size: 0.875em;
    padding: 0 0.875em;
    text-transform: uppercase;
    border:1px solid #fccb1f;
    margin-top:2em;
    background-color: #303E59;
    position:relative;
    line-height:2.5;
}
.service-link:hover .decouvrir {
    -o-box-shadow: 0 0 0 30px #fdcc1f inset;
    box-shadow: 0 0 0 30px #fdcc1f inset;
    color: #222b3e;
}
.decouvrir:before {
  border-bottom: 1px solid #fdcc1f;
  border-left: 1px solid #fdcc1f;
  bottom: 50%;
  content: "";
  height: 3em;
  position: absolute;
  right: 100%;
  width: 3em;
  z-index: -1;
}

.autres-services .service-images{
    position:relative;
    -o-box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.55);
    box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.55);
}
.autres-services .col-4:last-child, .autres-services .col-3:last-child{
    margin-right: 0;
}
.autres-services h2{
    display:block;
}
.nos-valeurs .chiffres-cles{
    background-color:rgba(0, 0, 0, 0.3);
    padding:0.875em;
    display: table;
    width:100%;
    -o-box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.55);
    box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.55);
}
.nos-valeurs .chiffre-cle{
    display:table-row;
    width:100%;
}
.nos-valeurs .chiffre-cle .chiffre{
    display:table-cell;
    text-align:center;
    width:33%;
    vertical-align: middle;
}
.nos-valeurs .chiffre-cle .description{
    display:table-cell;
    font-size:0.875em;
    width:67%;
    padding-left: 2%;
    vertical-align: middle;
}
.csRow{
    display:inline;
}
.contacts .vos-contacts{
    background-color: #268ae6;
    padding-top: 2em;
}
.contacts{
    position:relative;
    margin-top:1em;
}
.contacts .contacts-line{
    position:absolute;
    height: 100%;
    width:1px;
    background-color: #268ae6;
    left:50px;
    z-index:-1;
}
.contacts .contact{
    border:1px solid #268ae6;
    background-color:#263247;
    position:relative;
    margin-top: 2em;
    display:table;
    width:100%;
    -o-box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.55);
    box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.55);
}
.contacts .contact div{
    display:block;
    padding-left:0.5em;
    font-size:0.875em;
    word-break: break-all;
    word-wrap: break-word;
}
.contacts .contact .contact-img{
    display: table-cell;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    width: 100px;
    padding:0;
}
.contacts .contact .contact-img img{
    max-width: 100px;
    vertical-align: middle;
}
.contacts .contact .nom{
    font-family: 'raleway-black';
    text-transform:uppercase;
    font-size:1em;
    margin-top: 0.25em;
    word-break: normal;
    word-wrap: normal;
}
.contacts .contact .service{
    font-family: 'raleway-black';
    background-color:#fecd1f;
    padding:0.125em 0.5em;
    position:absolute;
    left:10px;
    top:-10px;
    color:#303e59;
    text-transform: uppercase;
    font-size:0.6875em;
}
.sidebar .galerie{
    border:1px solid #268ae6;
    margin-top:2em;
}
.galerie .image-galerie a.gallery_colorbox:before{
    content:none;
}
.galerie .image-galerie{
    position:relative;
}
.galerie .image-galerie a.button{
    position:absolute;
    bottom:-22px;
    left:50%;
  -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.galerie .image-galerie img{
    display:block;
}
#cboxContent #cboxSlideshow{
    display:none !important;
}
section.acces{
    margin-bottom:3em;
}
.acces .image-carte{
    position:relative;
}
.acces .image-carte img{
    display:block;
}
.acces .image-carte a.button {
    bottom: -22px;
    left: 50%;
    position: absolute;
  -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.arrow_bottom{
    background: rgba(0, 0, 0, 0) url("img/arrow_to_bottom.svg") no-repeat scroll 0 0;
    display: block;
    height: 32px;
    margin:auto;
    width: 34px;
}
.icon{
    display:inline-block;
    vertical-align: text-top;
    margin-right: 0.25em;
}
.icon-phone{
    background: rgba(0, 0, 0, 0) url("img/mobile.svg") no-repeat scroll 0 0;
    height: 16px;
    width: 16px;
}
.icon-fax{
    background: rgba(0, 0, 0, 0) url("img/fax.svg") no-repeat scroll 0 0;
    height: 16px;
    width: 16px;
}
.icon-mail{
    background: rgba(0, 0, 0, 0) url("img/envelop.svg") no-repeat scroll 0 0;
    height: 16px;
    width: 16px;
}
.chiffres .chiffre{
    text-align:center;
}
.chiffres .valeur-chiffre{
    color:#fecd1f;
}
/* PAGE CONTACT */
#main [id="nav-contact"] {
  letter-spacing: -.31em;
  list-style: none;
}
#main [id="nav-contact"] li {
  *display: inline;
  zoom: 1;
  display: inline-block;
  margin-bottom: 1.5em;
  letter-spacing: normal;
  width: 33%;
}
#main [id="nav-contact"] a {
  color: #fff;
  display: block;
  line-height: 3;
  position: relative;
  text-decoration: none;
  -webkit-transition: 300ms ease-in-out all;
  transition: 300ms ease-in-out all;
}
#main [id="nav-contact"] a:before {
  color: #fbcb1f;
  content: url("https://polley-groupe.com/wp-content/themes/polley/img/circle-right.svg");
  display: inline-block;
  margin-right: 1em;
  position: relative;
  top: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 300ms ease-in-out all;
  transition: 300ms ease-in-out all;
  vertical-align: middle;
    background:none;
}
#main [id="nav-contact"] li::before{
    content:none;
}
#main [id="nav-contact"] a:after {
  background: #FECD1F;
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  right: 100%;
  top: 100%;
  -webkit-transition: 300ms ease-in-out all;
  transition: 300ms ease-in-out all;
}
#main [id="nav-contact"] a:hover, #main [id="nav-contact"] a:focus {
  color: #FECD1F;
}
#main [id="nav-contact"] a:hover:after, #main [id="nav-contact"] a:focus:after {
  right: 3em;
}
#main [id="nav-contact"] a:active:before {
  top: .25em;
}
#main #service-contact li:before{
    content:none;
}
#main [class="border-contact"] {
    border-top: 3px solid #248AE8;
    margin-bottom:2em;
}
#main #service-contact {
  list-style: none;
  padding-left: 0;
  text-align: center;
  margin: 0;
}
#main #service-contact h2{
    display:block;
}
#main #service-contact .item {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 500ms ease-in-out max-height, 500ms ease-in-out opacity 1s;
  transition: 500ms ease-in-out max-height, 500ms ease-in-out opacity 1s;
padding-left:0;
}
#main #service-contact [id^="contact-"]:target {
  max-height: 150em;
  opacity: 1;
}
#main .contact-card {
  background: #303E59;
  border: 1px solid #248AE8;
  box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.55);
  display: inline-block;
  padding: 1em;
  text-align: left;
    min-width:50%;
    margin-bottom:2em;
}
#main #service-contact .contact-card{
    min-width:auto;
    margin-bottom:2em;
}
#main #service-contact figure {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
#main #service-contact .contact-informations {
  display: inline-block;
  list-style: none;
  padding: 1em 1em 0 1em;
  vertical-align: middle;
}
#main #service-contact .contact-informations li {
  margin-bottom: .75em;
}
#main #service-contact .contact-name {
  font-weight: bold;
  font-size: 1.125em;
  text-transform: uppercase;
}
#main #service-contact h3 {
  color: #FBCB1F;
  font-weight: normal;
  margin: 0;
}
#main #service-contact .form-set {
  margin: 1.5em;
}
#main #service-contact .input-text,
#main #service-contact textarea {
  background: rgba(0, 0, 0, 0.1);
  border: 0;
  border: 1px solid #b2bed6;
  color: #b2bed6;
  display: inline-block;
  margin: .5em 0;
  max-width: none;
  outline: 0;
  padding: .5em;
  -webkit-transition: 200ms ease-in all;
  transition: 200ms ease-in all;
  vertical-align: middle;
  width: 100%;
}
#main input[type="text"]:hover,
#main input[type="tel"]:hover,
#main input[type="email"]:hover,
#main #service-contact textarea:hover,
#main #service-contact textarea:focus {
  background: transparent;
  border: 1px solid #fbcb1f;
  color: #fff;
}
#main input[type="submit"] {
  background: #c2ab58;
  border: 0;
  color: #665002;
  outline: 0;
  padding: 0.5em 0.75em;
  text-transform: uppercase;
  -webkit-transition: 300ms ease-in all;
  transition: 300ms ease-in all;
  width: 100%;
}
#main input[type="submit"]:hover, #main input[type="submit"]:focus {
  background: #238e5d;
  color: #fff;
}
#cboxTitle h2 {
    font-size: 1.5em !important;
    font-weight: 700;
    font-family: "raleway-black";
    display:table-cell;
    padding-right:1em !important;
}
#cboxTitle{
    display:none !important;
}
.page-a-propos #cboxTitle {
    bottom: 0 !important;
    top:100%;
    height:auto !important;
    display:table !important;
}
.apropos-date{
    font-size:2em;
    font-weight:bold;
}
.apropos-desc{
    border-top: 1px solid #fbcb1f;
    display: table-cell;
    padding-bottom: 2em;
    padding-top: 0.5em;
}
.la-flotte {
    padding-left: 10%;
    position: relative;
    margin-bottom: 4em;
}
.la-flotte::before {
    background: -webkit-linear-gradient(top, #303E59 0,#303E59 15%,rgba(48, 62, 89, .90) 25%, rgba(48, 62, 89, .90) 30%,  rgba(48, 62, 89, .90) 85%, #303E59 100%),
              url("img/page-transport--scene.jpg") no-repeat scroll left -100px /cover;
    background: linear-gradient(to bottom, #303E59 0,#303E59 15%,rgba(48, 62, 89, .90) 25%, rgba(48, 62, 89, .90) 30%,  rgba(48, 62, 89, .90) 85%, #303E59 100%),
              url("img/page-transport--scene.jpg") no-repeat scroll left -100px /cover;
    bottom: 0;
    content: "";
    left: -40%;
    position: absolute;
    right: -75%;
    top: -100px;
    z-index: -1;
}
.la-flotte > h2 {
    padding-top: 3em;
    display: block;
    text-align: left;
    text-transform: uppercase;
}

.la-flotte h2 + p img {
    position: absolute;
    left: -40%;
    bottom: -150px;
}
.fleetboard {
    position: relative;
}

.fleetboard:before {
    /*background: -webkit-linear-gradient(top, rgba(48, 62, 89, .45)0, rgba(48, 62, 89, .45) 100%),
              url("http://davidpollet.fr/img/bg-fletboard.jpg") top left no-repeat;
    background: linear-gradient(to bottom, rgba(48, 62, 89, .45)0, rgba(48, 62, 89, .45) 100%),
              url("http://davidpollet.fr/img/bg-fletboard.jpg") top left no-repeat;*/
    border: 1px solid #FECD1F;
    content:"";
    position: absolute;
    left:0;
    right: 0;
    top: 6em;
    bottom: 0;
    z-index: -1;
}

.fleetboard p {
    max-width: 26em;
    padding: 1em;
}
.la-structure {
    position: relative;
    margin-bottom: 4em;
}
.la-structure::before {
    background: -webkit-linear-gradient(top, #303E59 0,#303E59 15%,rgba(48, 62, 89, .90) 25%, rgba(48, 62, 89, .90) 30%,  rgba(48, 62, 89, .90) 85%, #303E59 100%),
              url("img/bg_logistique_page2.jpg") no-repeat scroll left -100px /cover;
    background: linear-gradient(to bottom, #303E59 0,#303E59 15%,rgba(48, 62, 89, .90) 25%, rgba(48, 62, 89, .90) 30%,  rgba(48, 62, 89, .90) 85%, #303E59 100%),
              url("img/bg_logistique_page2.jpg") no-repeat scroll left -100px /cover;
    bottom: 0;
    content: "";
    left: -40%;
    position: absolute;
    right: -75%;
    top: -100px;
    z-index: -1;
}
.sidebar .mailto::before{
    content:none;
}
.sidebar .mailto{
    color:#FFF;
}
.sidebar .mailto:hover{
    color:#fbcb1f;
}
table#recrutement{
    margin:2em 0 3em 0;
}
section.recrutement{
    margin-bottom:2em;
}
section.recrutement blockquote{
    text-align:center;
    font-size:1.125em;
}
header #lang_sel{
    display:block;
}
.error-404{
    text-align:center;
    margin-bottom:3em;
}
.lang-zh-hans #recruitment span,.lang-zh-hans #recruitment a{
  display: none;
}
.lang-zh-hans .nos-valeurs .chiffre-cle .chiffre{
  width: 100%;
  font-size: 0.938em;
}
.wpml-ls-legacy-dropdown{
  width:auto;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle{
  padding-right:0;
  font-size:12px;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a{
  font-size:12px;
}
@media screen and (min-width: 1650px) {
    header .polley-group{
        display:block;
    }
    header img.header-camion{
        display:block;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 12;
    }
}
@media screen and (max-width: 1024px) {
    header .site-branding img{
        width:250px;
    }
    .contacts .contact .contact-img{
        display: table-row;
        width:100%;
    }
    .galerie .image-galerie a.button{
        width:90%;
        text-align: center;
    }
    .nos-valeurs .col-25{
        padding: 1em 0 0;
    }
    .transports #image-transports{
        top:0;
        width:400px;
    }
    .logistique #image-logistique {
        left: 10px;
        top: 40px;
        width: 400px;
    }
    .parking .col-60, .parking .col-40{
        width:50%;
    }
    .image-parking .parking-securite-1.img-parking-securite {
        bottom: -40px;
    }
    .image-parking .parking-securite-2.img-parking-securite {
        bottom: -100px;
    }

}
@media screen and (max-width: 800px) {
    header #primary-menu{
        text-align: center
    }
    header #primary-menu li,header #primary-menu a{
        width:100px;
    }
    .nos-valeurs .col-25, .nos-valeurs .col-50 {
        width:100%;
        text-align:center;
    }
    .nos-valeurs .chiffres-cles{
        display: inline-table;
        width:50%;
    }
    .nos-valeurs h2{
        text-align: center;
    }
    .home-background-color{
        padding-right:0;
        width:100%
    }
    .transports .transports-background{
        padding:2em;
    }
    section.transports p, section.logistique p{
        width:100%;
    }
    .transports #image-transports{
        position:relative;
        margin:auto;
    }
    .transports h2, .parking h2 {
        margin-left: 0;
        text-align: center;
    }
    .en-bref{
        width:100%;
    }
    .logistique .text-align-right {
        text-align: center;
    }
    .logistique #image-logistique {
        margin: auto;
        position: relative;
    }
    .logistique .home-background-color{
        padding-right:1em;
    }
    .logistique .logistique-background{
        padding:2em;
    }
    .home h2::before, .sommaire h2::before, .nos-valeurs h2::before, .nos-valeurs h2::before, .home .logistique h2::before, .sommaire .logistique h2::before{
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
    }

    .logistique h2 {
        margin-right: 0;
    }
    .parking .image-parking{
        display:none;
    }
    .parking .image-parking-mobile.image-parking{
        display:block;
    }
    .parking .col-60, .parking .col-40 {
        width: 100%;
    }
    .image-parking .parking-securite-2.img-parking-securite {
        bottom: 15px;
    }
    .image-parking .parking-securite-1.img-parking-securite {
        bottom: 60px;
    }
    .transports #image-transports, .logistique #image-logistique{
        top:20px;
    }
    .autres-services .col-4{
        width:30%;
    }
    .col-75{
        width:100%;
    }
    .col-25.sidebar {
        display: table;
        float: none;
        margin: auto auto 2em;
        max-width: 300px;
        width: 100%;
    }
    .col-25 {
        width: 33.33%;
    }
    #main #nav-contact a::before{
        margin-right:0;
    }
    footer .table{
        padding:1em 0;
    }
    footer .polley-group{
        display:block;
        margin-bottom:1em;
    }
    .col-2-table {
        display: table-row;
        padding-bottom: 1em;
        text-align: center;
        width: 100%;
    }

}
@media screen and (max-width: 640px) {
    header .site-branding h2{
        display:none;
    }
    header #primary-menu a{
        font-size:0.75em
    }
    .transports #image-transports{
        width: 350px;
    }
    .logistique #image-logistique {
        width: 350px;
    }
    .autres-services .col-4 {
        margin-bottom: 3em;
        width: 50%;
        margin-right: 0;
    }
    .autres-services .col-4:last-child{
        margin-bottom:0;
    }
    .col-75 ul{
        display:inline-block;
        padding-left: 0;
    }
    #main #nav-contact li{
        width:50%;
    }
    .autres-services .col-3{
        width: 50%;
        margin-right:0;
        margin-bottom:3em;
    }
    .la-flotte h2 + p img {
        display:none;
    }
    .fleetboard h2{
        display: block;
        padding-left: 1rem;
    }
}
@media screen and (max-width: 480px) {
    #menu-item-39{width:1px !important;}
    #menu-item-39 a{
        width:1px !important;
        display:none !important;
    }
    #primary-menu{
        padding:0;
    }
    header #primary-menu li,header #primary-menu a{
        width:100px;
    }
    header nav#site-navigation{
        height:50px;
    }
    header #primary-menu a{
        height:50px;
        font-size:0.75em
    }
    header .site-branding img {
        width: 200px;
    }
    header .site-branding img {
        width: 180px;
    }
    .nos-valeurs .chiffres-cles {
        width: 70%;
    }
    .image-parking .parking-securite-1.img-parking-securite {
        bottom: 50px;
        left: 40px;
        width: 140px;
    }
    .image-parking .parking-securite-2.img-parking-securite {
        bottom: 15px;
        width: 140px;
    }
    .autres-services .col-4 {
        width: 65%;
    }
    .nos-valeurs .col-25 img{
        max-width:200px;
    }
    .alignright, .alignleft{
        float:none;
        display:block;
        margin: 1em auto auto;
    }
    .autres-services .col-3 {
        width: 65%;
    }
    .col-25 {
        margin-bottom: 1em;
        width: 100%;
    }
    ul#nav-contact{
        padding-left:0;
    }
    h1 {
        font-size: 1.75em;
    }
    .home h2::before, .sommaire h2::before {
        font-size: 50px;
        top: -50%;
    }
    .nos-valeurs h2::before {
        font-size: 30px;
        top: -33%;
    }
    header #lang_sel{
        right:0;
        left:auto;
        -webkit-transform: none;
        transform: none;
    }
    #lang_sel li {
        width: 100px;
    }
}
@media screen and (max-width: 414px) {
    header .site-branding img {
        width: 160px;
    }
    .en-bref li{
        padding-left:0;
    }
    .autres-services .col-4 {
        width: 75%;
    }
    .transports #image-transports {
        width: 300px;
    }
    .logistique #image-logistique {
        width: 300px;
    }
    .autres-services .col-3 {
        width: 75%;
    }
    #main #nav-contact li{
        width:100%;
    }
    #main #service-contact .contact-informations{
        width:100%;
        text-align:center;
    }
     #main #service-contact .contact-informations li{
        padding-left:0;
    }
    #main #service-contact figure {
        display: table;
        margin: auto;
        vertical-align: middle;
    }
    .home h2::before, .sommaire h2::before {
        font-size: 40px;
        top: -40%;
    }
    .nos-valeurs h2::before {
        font-size: 30px;
        top: -33%;
    }
    .nos-valeurs .col-25 img {
        max-width: 165px;
    }
    .nos-valeurs .chiffres-cles {
        width: 100%;
    }
    .transports #image-transports {
        width: 280px;
    }
    .logistique #image-logistique {
        width: 280px;
    }
    .autres-services .col-4 {
        width: 85%;
    }
    .col-25, .col-75{
        padding:0;
    }
    .autres-services .col-3 {
        width: 85%;
    }
    .image-parking .parking-securite-1.img-parking-securite {
        bottom: 45px;
        left: 35px;
        width: 100px;
    }
    .image-parking .parking-securite-2.img-parking-securite {
        bottom: 15px;
        width: 100px;
    }
    table{
        left:0;
        width:100%;
    }

}
@media screen and (max-width: 360px) {

    .col-50{
        padding:0;
    }
    .col-60, .col-40{
        padding-left:0;
        padding-right:0;
    }
    .logistique .logistique-background,.transports .transports-background, .parking .parking-background {
        padding: 1em;
    }
    footer #recruitment{
        height:auto;
        line-height:1.5;
        padding:0.5em 0;
    }
    footer #recruitment .title{
        text-transform: none;
    }
    .col-25.sidebar {
        display: inline-block;
    }
    .image-parking .parking-securite-2.img-parking-securite {
        bottom: 10px;
        left:0;
    }
    .image-parking .parking-securite-1.img-parking-securite {
        bottom: 35px;
        left: 25px;
    }

}
/*  !Print */
/* Source : https://github.com/h5bp/html5-boilerplate */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  p {
    font-size: 12pt;
  }
  h1, .h1 {
    font-size: 20pt;
  }
  h2, .h2 {
    font-size: 18pt;
  }
  h3, .h3 {
    font-size: 16pt;
  }
  h4, .h4 {
    font-size: 14pt;
  }
  h5, .h5 {
    font-size: 12pt;
  }
  h6, .h6 {
    font-size: 10pt;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*    Don't show links that are fragment identifiers, or use the `javascript:` pseudo protocol */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
