@font-face {
  font-family: 'AudiExBold';
  src: url("../fonts/AudiTypeV03ExtendedBold.eot");
  src: url("../fonts/AudiTypeV03ExtendedBold.eot") format("embedded-opentype"), url("../fonts/AudiTypeV03ExtendedBold.woff2") format("woff2"), url("../fonts/AudiTypeV03ExtendedBold.woff") format("woff"), url("../fonts/AudiTypeV03ExtendedBold.ttf") format("truetype"), url("../fonts/AudiTypeV03ExtendedBold.svg#AudiTypeV03ExtendedBold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AudiExNorm';
  src: url("../fonts/AudiTypeV03ExtendedNormal.eot");
  src: url("../fonts/AudiTypeV03ExtendedNormal.eot") format("embedded-opentype"), url("../fonts/AudiTypeV03ExtendedNormal.woff2") format("woff2"), url("../fonts/AudiTypeV03ExtendedNormal.woff") format("woff"), url("../fonts/AudiTypeV03ExtendedNormal.ttf") format("truetype"), url("../fonts/AudiTypeV03ExtendedNormal.svg#AudiTypeV03ExtendedNormal") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AudiIt';
  src: url("../fonts/AudiTypeV03Italic.eot");
  src: url("../fonts/AudiTypeV03Italic.eot") format("embedded-opentype"), url("../fonts/AudiTypeV03Italic.woff2") format("woff2"), url("../fonts/AudiTypeV03Italic.woff") format("woff"), url("../fonts/AudiTypeV03Italic.ttf") format("truetype"), url("../fonts/AudiTypeV03Italic.svg#AudiTypeV03Italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AudiNorm';
  src: url("../fonts/AudiTypeV03Normal.eot");
  src: url("../fonts/AudiTypeV03Normal.eot") format("embedded-opentype"), url("../fonts/AudiTypeV03Normal.woff2") format("woff2"), url("../fonts/AudiTypeV03Normal.woff") format("woff"), url("../fonts/AudiTypeV03Normal.ttf") format("truetype"), url("../fonts/AudiTypeV03Normal.svg#AudiTypeV03Normal") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'audi';
  src:  url('../fonts/icomoon/audi.eot?60aubn');
  src:  url('../fonts/icomoon/audi.eot?60aubn#iefix') format('embedded-opentype'),
  url('../fonts/icomoon/audi.woff2?60aubn') format('woff2'),
  url('../fonts/icomoon/audi.ttf?60aubn') format('truetype'),
  url('../fonts/icomoon/audi.woff?60aubn') format('woff'),
  url('../fonts/icomoon/audi.svg?60aubn#audi') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SKODA Next Regular';
  src: url('../fonts/SKODANext-Regular.eot');
  src: url('../fonts/SKODANext-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/SKODANext-Regular.woff2') format('woff2'),
  url('../fonts/SKODANext-Regular.woff') format('woff'),
  url('../fonts/SKODANext-Regular.ttf') format('truetype'),
  url('../fonts/SKODANext-Regular.svg#SKODANext-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SKODA Next Regular It';
  src: url('../fonts/SKODANext-Regular.eot');
  src: url('../fonts/SKODANext-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/SKODANext-Regular.woff2') format('woff2'),
  url('../fonts/SKODANext-Regular.woff') format('woff'),
  url('../fonts/SKODANext-Regular.ttf') format('truetype'),
  url('../fonts/SKODANext-Regular.svg#SKODANext-Regular') format('svg');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'SKODA Next Bold';
  src: url('../fonts/../fonts/../fonts/SKODANext-Bold.eot');
  src: url('../fonts/../fonts/../fonts/SKODANext-Bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/../fonts/../fonts/SKODANext-Bold.woff2') format('woff2'),
  url('../fonts/../fonts/../fonts/SKODANext-Bold.woff') format('woff'),
  url('../fonts/../fonts/../fonts/SKODANext-Bold.ttf') format('truetype'),
  url('../fonts/../fonts/../fonts/SKODANext-Bold.svg#SKODANext-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'SKODA Next Black';
  src: url('../fonts/../fonts/SKODANext-Black.eot');
  src: url('../fonts/../fonts/SKODANext-Black.eot?#iefix') format('embedded-opentype'),
  url('../fonts/../fonts/SKODANext-Black.woff2') format('woff2'),
  url('../fonts/../fonts/SKODANext-Black.woff') format('woff'),
  url('../fonts/../fonts/SKODANext-Black.ttf') format('truetype'),
  url('../fonts/../fonts/SKODANext-Black.svg#SKODANext-Black') format('svg');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'SKODA Next Light';
  src: url('../fonts/SKODANext-Light.eot');
  src: url('../fonts/SKODANext-Light.eot?#iefix') format('embedded-opentype'),
  url('../fonts/SKODANext-Light.woff2') format('woff2'),
  url('../fonts/SKODANext-Light.woff') format('woff'),
  url('../fonts/SKODANext-Light.ttf') format('truetype'),
  url('../fonts/SKODANext-Light.svg#SKODANext-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}

/*----------- MAIN -------------*/
* {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  box-sizing: border-box;
  color: black;
}

p, span, a, h1, h2, h3, h4, h5, h6, li, label, b, sup, i, div {
  font-family: "SKODA Next Regular", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.1;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

a {
  text-decoration: none;
}

a:active, a:active, a:focus {
  outline: none;
}

button:hover {
  cursor: pointer;
}

a, button {
  border: none;
  box-shadow: none;
}

a:hover, a:focus, button:hover, button:focus {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}

html, body {
  width: 100%;
  height: 100%;
  background-color: white;
}

main {
  display: block;
  width: 100%;
}

.italic {
  font-family: 'SKODA Next Regular It', Arial, sans-serif;
}

.bold {
  font-family: "SKODA Next Bold", Arial, sans-serif;
}

.bold-italic {
  font-family: 'SKODA Next Regular It', Arial, sans-serif;
  font-weight: bolder;
}

.normalize {
  font-family: "SKODA Next Regular", Arial, sans-serif;
}

.red {
  color: #42aa24;
}

.underline {
  text-decoration: underline;
}

.uppercase {
  text-transform: uppercase;
}

.hide, .responsive {
  display: none;
}

.nowrap {
  white-space: nowrap;
}

.buttons{
  margin-left:10px;
  float:right;
}
.buttons a{
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin-right: 0.333em;
  padding: 0.5em 1em;
  border: 1px solid #999;
  border-radius: 2px;
  cursor: pointer;
  font-size: 0.88em;
  color: black;
  white-space: nowrap;
  overflow: hidden;
  background-color: #e9e9e9;
  vertical-align: -18px;
}

#wrapper {
  max-width: 2000px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  min-height: 100%;
  padding-bottom: 103px;
  background-color: #e7e9ea;
  background: -ms-linear-gradient(#e7e9ea 30%, white);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E6E9E9', endColorstr='#FFFFFF');
  background: linear-gradient(#e7e9ea 30%, white);
}

#slicknav-layer {
  position: absolute;
  opacity: 0;
  z-index: 8;
  width: 100%;
  height: 0;
  background-image: url("../images/auth_bg_responsive.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all .3s;
}

.inner-content {
  width: 90%;
  max-width: 1200px;
  margin: 10px auto 0 auto;
}

.inner-content .section {
  margin: 0;
}

.full-content {
  width: 100%;
  clear: both;
}

.section {
  width: 100%;
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
}

.section .section-title {
  text-align: center;
  font-size: 24px;
  color: black;
  position: relative;
}

.section .section-title .inner-title {
  position: relative;
  z-index: 1;
  font-size: inherit;
  color: inherit;
  display: inline-block;
  margin: 0 auto;
  padding: 10px 20px;
  background: transparent;
}

.section .section-title .inner-title.account {
  background: #42aa24;
  color: white;
  font-size: 14px;
  padding: 5px 10px;
  transition: background .2s ease;
}

.section .section-title .inner-title.account .icon {
  color: white;
  font-size: 30px;
  vertical-align: middle;
  margin-right: 10px;
}

.section .section-title .inner-title.account:hover {
  background-color: #377220;
}

.section .section-title .after, .section .section-title .before {
  display: block;
  width: 22%;
  height: 1px;
  background: black;
  position: absolute;
  right: 0;
  top: 50%;
}

.section .section-title .before {
  left: 0;
  right: auto;
}

.section .section-subtitle {
  text-align: center;
  margin: 10px 0;
}

.section .section-subtitle .inner-subtitle {
  font-size: 1.3em;
  color: #42aa24;
  padding-bottom: 5px;
  border-bottom: solid 1px #42aa24;
}

.section.overflow {
  overflow: visible;
}

.comment {
  margin: 10px 0;
  text-align: left;
  font-family: "SKODA Next Regular", Arial, sans-serif;
}

.comment.bold {
  font-weight: bold;
}

.comment p, .comment span, .comment a {
  font-family: "SKODA Next Regular", Arial, sans-serif;
}

.comment p.bold, .comment span.bold, .comment a.bold {
  font-weight: bold;
}

.btn-area {
  width: 100%;
  overflow: hidden;
  margin: 20px auto;
  text-align: center;
}

.btn-area.right {
  text-align: right;
}

.square-btn {
  position: relative;
  display: inline-block;
  padding: 7px 10px;
  background: rgba(187, 10, 48, 0);
  transition: background 0.2s linear;
}

.square-btn .inner-btn {
  display: block;
  width: 100%;
  height: 100%;
  color: black;
  transition: color 0.2s linear;
}

.square-btn:hover {
  background: #42aa24;
}

.square-btn:hover .inner-btn {
  color: white;
}

.squareSecondary-btn {
  position: relative;
  display: inline-block;
  padding: 7px 10px;
  border: solid 1px transparent;
  transition: border-color .2s linear;
}

.squareSecondary-btn .inner-btn {
  display: block;
  width: 100%;
  height: 100%;
  color: black;
}

.squareSecondary-btn:hover {
  border-color: #000;
}

.squareSecondary-btn.active {
  border-bottom: solid 2px white;
}

.line-btn {
  display: inline-block;
  position: relative;
}

.line-btn:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #42aa24;
  opacity: 0;
  transition: opacity .3s;
}

.line-btn:hover:after {
  opacity: 1;
}

.fill-btn {
  display: inline-block;
  position: relative;
  background: #42aa24;
  transition: background .2s linear;
}

.fill-btn .inner-btn {
  color: white;
  position: relative;
  z-index: 1;
  transition: color .2s linear;
}

.fill-btn:hover {
  background: white;
}

.fill-btn:hover .inner-btn {
  color: #42aa24;
}

.fillSecondary-btn {
  display: inline-block;
  position: relative;
  background: gray;
  transition: background .2s;
}

.fillSecondary-btn .inner-btn {
  color: white;
  position: relative;
  z-index: 1;
  transition: color .2s linear;
}

.fillSecondary-btn:hover {
  background: white;
}

.fillSecondary-btn:hover .inner-btn {
  color: #3e3d40;
}

.back.btn, .fillThird-btn {
  display: inline-block;
  position: relative;
  background: black;
  transition: background .2s linear;
}

.fillThird-btn.disabled {
  background:#e7e9ea;
}

.fillThird-btn.disabled .inner-btn, .fillThird-btn.disabled .icon{
  color:#000;
}

.back.btn.border, .fillThird-btn.border {
  border: solid 1px black;
}

.back.btn .icon, .fillThird-btn .icon {
  color: white;
  font-size: 20px;
  vertical-align: middle;
  display: inline-block;
  padding: 10px 0 10px 15px;
  position: relative;
  z-index: 1;
  transition: color .2s linear;
}

.back.btn .inner-btn, .fillThird-btn .inner-btn {
  display: inline-block;
  padding: 10px 15px;
  color: white;
  position: relative;
  vertical-align: middle;
  z-index: 1;
  transition: color .2s linear;
}

.back.btn:hover, .fillThird-btn:hover {
  background: white;
}

.back.btn:hover .inner-btn, .back.btn:hover .icon, .fillThird-btn:hover .inner-btn, .fillThird-btn:hover .icon {
  color: black;
}

.fillFourth-btn {
  display: inline-block;
  position: relative;
  background: white;
  transition: background .2s linear;
}

.fillFourth-btn.border {
  border: solid 1px white;
}

.fillFourth-btn .inner-btn {
  display: inline-block;
  padding: 10px 15px;
  color: black;
  position: relative;
  z-index: 1;
  transition: color .2s linear;
}

.fillFourth-btn:hover {
  background: black;
}

.fillFourth-btn:hover .inner-btn {
  color: white;
}

.fillFifth-btn {
  display: inline-block;
  position: relative;
  background: #42aa24;
  transition: background .2s linear;
}

.fillFifth-btn.border {
  border: solid 1px #42aa24;
}

.fillFifth-btn .icon {
  color: white;
  font-size: 20px;
  vertical-align: middle;
  display: inline-block;
  padding: 10px 0 10px 15px;
  position: relative;
  z-index: 1;
  transition: color .2s linear;
}

.fillFifth-btn .inner-btn {
  display: inline-block;
  padding: 10px 15px;
  color: white;
  position: relative;
  vertical-align: middle;
  z-index: 1;
  transition: color .2s linear;
}

.fillFifth-btn:hover {
  background: white;
}

.fillFifth-btn:hover .inner-btn, .fillFifth-btn:hover .icon {
  color: #42aa24;
}

#back-top {
  opacity: 0;
  display: block;
  background: #42aa24;
  color: white;
  width: 35px;
  height: 35px;
  text-align: center;
  position: fixed;
  right: 10px;
  bottom: 105px;
  z-index: 9999;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  transition: all .3s;
}

#back-top .icon {
  color: white;
  font-size: 20px;
  line-height: 32px;
}

form input, form select, form textarea, form .select2-container--default .select2-selection--single {
  background: white;
  display: inline-block;
  border: solid 1px #ccd0d2;
  padding: 5px 10px;
  font-size: 1.1em !important;
  color: #716f74 !important;
  border-radius: 0;
}

form .select2-container .selection {
  display: block;
}

form .select2-container .select2-selection--single, form .select2-container .select2-selection--multiple {
  height: 30px !important;
  width: 100%;
}

form .select2-container--default .select2-selection--multiple {
  border: solid 1px #ccd0d2 !important;
  border-radius: 0 !important;
}

form .select2-container--default .select2-selection--single .select2-selection__arrow, form .select2-container--default .select2-selection--multiple .select2-selection__arrow {
  height: 30px !important;
  top: 0 !important;
}

form .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, form .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-radius: 0 !important;
}

form .select2-container--default .select2-search--inline .select2-search__field {
  margin-top: 0 !important;
}

form .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0 !important;
  padding-right: 20px !important;
}

form .select2-container--default .select2-selection--single .select2-selection__rendered, form .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  line-height: 1.2 !important;
  font-size: 13px !important;
  color: #716f74 !important;
  display: inline-block;
  height: 100%;
  width: 100% !important;
  border-radius: 0 !important;
}

form .select2-container--default .select2-selection--multiple{
  overflow: hidden !important;
  height: auto !important;
}

form textarea {
  height: 150px;
  resize: vertical;
}

form .form-group {
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}

form .form-group label, form .form-group .label {
  display: inline-block;
  width: 35%;
  font-family: "SKODA Next Regular", Arial, sans-serif;
  font-size: 1.1em;
  vertical-align: middle;
}

form .form-group label.error, form .form-group .label.error {
  font-size: 0.95em;
  font-family: 'SKODA Next Regular It', Arial, sans-serif;
  color: #42aa24;
  width: auto;
  float: right;
  margin-top: 5px;
}

form .form-group input, form .form-group .field, form .form-group select, form .form-group textarea {
  display: inline-block;
  width: 64%;
  border-radius: 0;
  box-shadow: none !important;
  text-shadow: none;
  background: white;
}

form .form-group input[type=checkbox]{
  width: 2%;
}

form .form-group input.select2-hidden-accessible, form .form-group .field.select2-hidden-accessible, form .form-group select.select2-hidden-accessible, form .form-group textarea.select2-hidden-accessible {
  width: 0 !important;
}

form .form-group input:not([type="checkbox"]):not([type="radio"]), form .form-group .field, form .form-group textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

form .form-group.message label {
  vertical-align: top;
}

form .form-group.optin {
  vertical-align: middle;
}

form .form-group.optin input {
  width: auto;
  height: auto;
  vertical-align: middle;
  margin-right: 5px;
  display: inline;
}

form .form-group.optin label {
  display: inline;
  width: auto;
  vertical-align: middle;
}

form .form-group.recaptcha{
  float:right;
  width:auto;
}

form .form-group.recaptcha iframe{
  width:100%;
}

form .form-radio {
  display: inline-block;
  width: 64%;
}

form .form-radio .radio-group {
  display: inline-block;
  margin-right: 20px;
}

form .form-radio .radio-group label {
  width: auto;
  padding-left: 10px;
}

form .form-radio .radio-group input {
  width: auto;
}

form .form-radio .radio-group:last-of-type {
  margin-right: 0;
}

form .form-checkbox {
  margin-bottom: 5px;
}

form .form-checkbox label {
  font-family: "SKODA Next Regular", Arial, sans-serif;
  font-size: 1.1em;
  vertical-align: middle;
  line-height: 1;
}

form .form-checkbox input {
  margin-right: 5px;
  display: inline;
  vertical-align: middle;
}

form .comment {
  color: #b3b3b3;
  text-align: justify;
  font-size: 0.95em;
}

form .comment * {
  color: inherit;
  font-size: inherit;
}

form input[type="radio"], form input[type="checkbox"] {
  padding: 0 !important;
  border: none !important;
}

.filter {
  margin-bottom: 20px;
}

.filter .bold {
  display: inline-block;
  margin-right: 10px;
  font-family: "SKODA Next Regular", Arial, sans-serif;
  font-weight: bold;
  font-size: 1.1em;
}

.filter > form {
  display: inline-block;
}

/* @todo - ajouté par Aurel (l'autre) */
.filter > #searching_dataTable{
  background: white;
  display: inline-block;
  border: solid 1px #ccd0d2;
  padding: 5px 10px 4px 10px;
  font-family: "SKODA Next Regular", Arial, sans-serif !important;
  font-size: 1.1em !important;
  color: #716f74 !important;
  border-radius: 0;
  vertical-align: -2px;
}


/* @todo - ajouté par Alexis */

.dataTables_length{
  position: relative;
  z-index: 9999;
}


.block-superadmin{
  display: inline-block;
  background-color: #B51817;
  position: fixed;
  top:calc(50% - 40px);
  right:-226px;
  width:311px;
  transition: right 1s ease;
}
.block-superadmin:hover{
  right:0px !important;
}
.block-superadmin img.rhinos{
  width:80px;
  display: inline-block;
  vertical-align: middle;
}
.block-superadmin .label-block{
  display: inline-block;
  position: relative;
  padding:10px;
  color: #fff;
  font-weight:500;
  width:226px;
}

#ordering .detail{
  position: relative;
  background: black;
  transition: background .2s linear;
  color: #fff;
  padding: 5px 10px;
  cursor: pointer;
}
#ordering .detail:hover{
  color: black;
  background: white;
  transition: color .2s linear;
}
/* */

table, table.dataTable {
  width: 100% !important;
  border: none !important;
}

table tr, table.dataTable tr {
  border-bottom: solid 2px white !important;
  border-bottom: none !important;
}

table tr:last-child, table.dataTable tr:last-child {
  border-bottom: none;
}

table th, table td, table.dataTable th, table.dataTable td {
  vertical-align: middle;
  text-align: center;
  padding: 10px;
  font-family: "SKODA Next Regular", Arial, sans-serif;
  border-bottom: none !important;
}

table thead tr, table.dataTable thead tr {
  background: #3e3d40;
}

table thead tr th, table.dataTable thead tr th {
  color: white;
  border-right: solid 1px white !important;
}

table thead tr th:last-child, table.dataTable thead tr th:last-child {
  border-right: none !important;
}

table tbody tr td, table.dataTable tbody tr td {
  color: black;
  border-right: solid 1px #3e3d40 !important;
}

table tbody tr td:last-child, table.dataTable tbody tr td:last-child {
  border-right: none !important;
}

table tbody tr td .tracking, table.dataTable tbody tr td .tracking {
  font-family: "SKODA Next Regular", Arial, sans-serif;
  color: #42aa24;
  margin-top: 5px;
}

table tbody tr td .tracking a, table.dataTable tbody tr td .tracking a {
  font-family: "SKODA Next Regular", Arial, sans-serif;
  color: #42aa24;
  text-decoration: underline;
}

table tbody tr td .icon-pdf, table.dataTable tbody tr td .icon-pdf {
  color: #42aa24;
  font-size: 25px;
}

table tbody tr td .icon-check, table tbody tr td .icon-close, table tbody tr td .icon-warning, table tbody tr td .icon-modify, table tbody tr td .icon-mail, table.dataTable tbody tr td .icon-check, table.dataTable tbody tr td .icon-close, table.dataTable tbody tr td .icon-warning, table.dataTable tbody tr td .icon-modify, table.dataTable tbody tr td .icon-mail {
  font-size: 25px;
}

table tbody tr td .icon-user, table.dataTable tbody tr td .icon-user {
  font-size: 28px;
}

table tbody tr td > .icon-check, table.dataTable tbody tr td > .icon-check {
  color: #77b00a;
}

table tbody tr td > .icon-close, table.dataTable tbody tr td > .icon-close {
  color: #bb0a30;
}

table tbody tr td a .icon-user, table.dataTable tbody tr td a .icon-user {
  color: black;
  transition: color .1s ease-in;
}

table tbody tr td a:hover .icon-user, table.dataTable tbody tr td a:hover .icon-user {
  color: #42aa24;
}

table tbody tr td .action-list, table.dataTable tbody tr td .action-list {
  text-align: left;
}

table tbody tr td .action-list ul li, table.dataTable tbody tr td .action-list ul li {
  margin: 5px 0;
  padding-left: 10px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

table tbody tr td .action-list ul li a, table.dataTable tbody tr td .action-list ul li a {
  font-size: 14px;
  font-family: "SKODA Next Regular", Arial, sans-serif;
  vertical-align: middle;
}

table tbody tr td .action-list ul li a .icon, table.dataTable tbody tr td .action-list ul li a .icon {
  vertical-align: middle;
  margin-right: 8px;
  color: black;
  transition: color .1s ease-in;
}

table tbody tr td .action-list ul li:hover, table.dataTable tbody tr td .action-list ul li:hover {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

table tbody tr td .action-list ul li:hover a .icon, table.dataTable tbody tr td .action-list ul li:hover a .icon {
  color: #42aa24;
}

table tbody tr:nth-child(odd), table.dataTable tbody tr:nth-child(odd) {
  background: #e7e9ea;
}

table tbody tr.mine:nth-child(odd), table.dataTable tbody tr.mine:nth-child(odd) {
  background: #fff;
}

table tbody tr:nth-child(even), table.dataTable tbody tr:nth-child(even) {
  background: #ccd0d2;
}

table tbody tr.mine:nth-child(even), table.dataTable tbody tr.mine:nth-child(even) {
  background: #fff;
}

table tbody tr.light, table.dataTable tbody tr.light {
  background: #e7e9ea;
}

table tbody tr.dark, table.dataTable tbody tr.dark {
  background: #ccd0d2;
}

.dataTables_wrapper .dataTables_paginate {
  margin-top: 8px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: transparent !important;
  border: solid 1px #3e3d40 !important;
  border-radius: 0 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border-radius: 0 !important;
  border: solid 1px #3e3d40 !important;
  background: #3e3d40 !important;
  color: white !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  background: transparent !important;
  border: solid 1px transparent !important;
  border-radius: 0 !important;
}

#shop-banner {
  background-color: #3e3d40;
  background-image: url("../images/shop/banner-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#shop-banner .inner-content .section {
  padding: 20px 0 40px 0;
}

#shop-banner .inner-content .section .section-title {
  color: white;
  margin-bottom: 20px;
}

#shop-banner .inner-content .section .section-title .inner-title {
  color: white;
  background: transparent;
}

#shop-banner .inner-content .section .section-title .after, #shop-banner .inner-content .section .section-title .before {
  background: white;
}

#shop-banner .inner-content #shop-brands {
  width: 100%;
  display: block;
  overflow: hidden;
}

#shop-banner .inner-content #shop-brands > .left {
  display: block;
  float: left;
  width: calc(40% - 20px);
  overflow: hidden;
}

#shop-banner .inner-content #shop-brands > .left .brand {
  width: calc(50% - 10px);
  float: left;
  margin-right: 20px;
  margin-top: 20px;
}

#shop-banner .inner-content #shop-brands > .left .brand:nth-of-type(even) {
  margin-right: 0;
}

#shop-banner .inner-content #shop-brands > .left .brand:nth-of-type(1), #shop-banner .inner-content #shop-brands > .left .brand:nth-of-type(2) {
  margin-top: 0;
}

#shop-banner .inner-content #shop-brands > .left .brand a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#shop-banner .inner-content #shop-brands > .left .brand a > img {
  display: block;
  height: auto;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform .4s linear;
  transition: transform .4s linear;
  transition: transform .4s linear, -webkit-transform .4s linear;
}

#shop-banner .inner-content #shop-brands > .left .brand a:hover > img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

#shop-banner .inner-content #shop-brands > .right {
  display: block;
  float: right;
  width: 60%;
  overflow: hidden;
}

#shop-banner .inner-content #shop-brands > .right #shop-highlight {
  display: block;
  max-width: 100%;
  height: 100%;
  box-sizing: border-box;
}

#shop-banner .inner-content #shop-brands > .right .highlight {
  width: 100%;
  height: 100%;
  display: block;
}

#shop-banner .inner-content #shop-brands > .right .highlight > a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#shop-banner .inner-content #shop-brands > .right .highlight > a > img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  display: block;
  min-width: 100%;
  min-height: 100%;
  max-width: 720px;
}

#shop-banner .inner-content #shop-brands > .right .highlight > a .topic-title {
  position: absolute;
  z-index: 1;
  top: 25px;
  left: 30px;
  color: white;
  font-size: 1.2em;
}

#shop-banner .inner-content #shop-brands > .right .highlight > a .topic-title .bigger {
  display: inline-block;
  margin-top: 5px;
  color: white;
  font-size: 2.5em;
  font-family: "SKODA Next Bold", Arial, sans-serif;
}

#shop-banner .inner-content #shop-brands > .right .highlight .fillFourth-btn {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 25px;
  width: auto !important;
  height: auto !important;
}

/* @todo - ajouté par Aurel */
#wrapper .edito p.center{
  width:100%;
  text-align:center;
  padding-bottom:20px;
}

/* shop banner for edito */
.edito-shop {
  width: 100%;
  display: block;
  overflow: hidden;
  margin: 25px auto;
}

.edito-shop > .left {
  display: block;
  float: left;
  width: calc(40% - 20px);
  overflow: hidden;
}

.edito-shop > .left .brand {
  width: calc(50% - 10px);
  float: left;
  margin-right: 20px;
  margin-top: 20px;
}

.edito-shop > .left .brand:nth-of-type(even) {
  margin-right: 0;
}

.edito-shop > .left .brand:nth-of-type(1), .edito-shop > .left .brand:nth-of-type(2) {
  margin-top: 0;
}

.edito-shop > .left .brand a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.edito-shop > .left .brand a > img {
  display: block;
  height: auto;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.edito-shop > .right {
  display: block;
  float: right;
  width: 60%;
  overflow: hidden;
}

.edito-shop > .right .edito-shop-highlight {
  display: block;
  max-width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.edito-shop > .right .highlight {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.edito-shop > .right .highlight > a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.edito-shop > .right .highlight > a > img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  display: block;
  min-width: 100%;
  min-height: 100%;
  max-width: 720px;
}

.edito-shop > .right .highlight > a .topic-title {
  position: absolute;
  z-index: 1;
  top: 25px;
  left: 30px;
  color: white;
  font-size: 1.2em;
}

.edito-shop > .right .highlight > a .topic-title .bigger {
  display: inline-block;
  margin-top: 5px;
  color: white;
  font-size: 2.5em;
  font-family: "SKODA Next Bold", Arial, sans-serif;
}

#catalogue-wrapper * {
  color: inherit;
}

.challenge {
  position: relative;
  width: 100%;
  height: 256px;
  overflow: hidden;
}

.challenge .bg-challenge {
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: -webkit-transform .6s linear .1s, -webkit-filter .3s linear;
  transition: transform .6s linear .1s, filter .3s linear;
  transition: transform .6s linear .1s, filter .3s linear, -webkit-transform .6s linear .1s, -webkit-filter .3s linear;
}

.challenge .bg-challenge > img {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: 750px;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  transition: -webkit-transform .6s linear .1s, -webkit-filter .3s linear;
  transition: transform .6s linear .1s, filter .3s linear;
  transition: transform .6s linear .1s, filter .3s linear, -webkit-transform .6s linear .1s, -webkit-filter .3s linear;
}

.challenge .infos-challenge {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.12); /* @todo - Modifié par Aurel */
}

.challenge .infos-challenge > .left {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 27%;
  z-index: 1;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  transition: all 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
}

.challenge .infos-challenge > .left * {
  color: white;
}

.challenge .infos-challenge > .left .access {
  position: absolute;
  left: 7px;
  right: 7px;
  top: 7px;
  background: white;
  color: black;
  font-family: "SKODA Next Regular", Arial, sans-serif;
  font-size: 1.05em;
  font-weight: bold;
  padding: 5px;
}

.challenge .infos-challenge > .left .winners {
  display: table-cell;
  vertical-align: middle;
}

.challenge .infos-challenge > .left .winners .infos {
  border: solid 2px white;
  display: inline-block;
  border-radius: 100%;
  width: 140px;
  height: 140px;
  margin-top: -40px;
}

.challenge .infos-challenge > .left .winners .infos p {
  font-family: "SKODA Next Bold", Arial, sans-serif;
  font-size: 1.1em;
}

.challenge .infos-challenge > .left .winners .bigger {
  font-size: 3em !important;
  margin-bottom: 3px;
  margin-top: 30px;
}

.challenge .infos-challenge > .left .winners .smaller {
  margin-top: 3px;
  font-family: "SKODA Next Regular", Arial, sans-serif !important;
  font-size: 1em !important;
}

.challenge .infos-challenge > .right {
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 73%;
  padding-top: 20px;
  padding-right: 20px;
  text-align: right;
}

.challenge .infos-challenge > .right * {
  color: white;
  font-size: 2em;
  font-family: "SKODA Next Bold", Arial, sans-serif;
}

.challenge .infos-challenge > .right * sup {
  font-size: 0.8em;
}

.challenge .infos-challenge > .right.dark * {
  color: black;
}

.challenge .infos-challenge > .right > .date-challenge {
  font-size: 1.5em !important;
  font-family: "SKODA Next Regular", Arial, sans-serif;
}

.challenge .infos-challenge > .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  background: #3e3d40;
  padding: 8px;
}

.challenge .infos-challenge > .bottom * {
  color: white;
  font-size: 1.2em;
}

.challenge:hover .bg-challenge {
  -webkit-filter: blur(2px) grayscale(70%);
  filter: blur(2px) grayscale(70%);
}

.challenge:hover .bg-challenge > img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.challenge:hover .infos-challenge > .left {
  width: 35%;
  background: rgba(0, 0, 0, 0.7);
}

.challenge.closed {
  margin-top: 10px;
}

.challenge.closed .infos-challenge > .left .winners .infos > p:first-of-type {
  margin-top: 60px;
}

.challenge.closed .infos-challenge > .left .winners .infos p {
  font-size: 1.5em;
}

.challenge.closed .rollover-challenge {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(187, 10, 48, 0.9);
  display: table;
  table-layout: fixed;
  text-align: center;
  transition: opacity .5s linear;
}

.challenge.closed .rollover-challenge > .left, .challenge.closed .rollover-challenge > .right {
  display: table-cell;
  vertical-align: middle;
}

.challenge.closed .rollover-challenge > .left *, .challenge.closed .rollover-challenge > .right * {
  color: white;
}

.challenge.closed .rollover-challenge > .left .icon, .challenge.closed .rollover-challenge > .right .icon {
  display: block;
  font-size: 50px;
  margin-bottom: 20px;
}

.challenge.closed .rollover-challenge > .left p, .challenge.closed .rollover-challenge > .right p {
  font-size: 1.5em;
  vertical-align: middle;
}

.challenge.closed .rollover-challenge > .left p > .smaller, .challenge.closed .rollover-challenge > .right p > .smaller {
  font-size: 0.8em;
  font-family: "SKODA Next Regular", Arial, sans-serif;
}

.challenge.closed .rollover-challenge > .left {
  position: relative;
}

.challenge.closed .rollover-challenge > .left:after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  width: 1px;
  height: 80%;
  background: white;
}

.challenge.closed:hover .bg-challenge > img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.challenge.closed:hover .infos-challenge > .left {
  width: 27%;
  background: rgba(0, 0, 0, 0.5);
}

.challenge.closed:hover .rollover-challenge {
  opacity: 1;
}

.challenge-datas > .top-area {
  border-bottom: solid 10px #e7e9ea;
  width: 100%;
  height: 50%;
  position: relative;
}

.challenge-datas > .top-area .legend {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 15px;
  width: 100%;
  text-align: center;
}

.challenge-datas > .top-area > .inner-area {
  display: table;
  width: 100%;
  height: 100%;
  background: white;
  table-layout: fixed;
  padding: 0 5px;
}

.challenge-datas > .top-area > .inner-area > .left, .challenge-datas > .top-area > .inner-area > .right {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 50%;
}

.challenge-datas > .top-area > .inner-area > .left .inner-area, .challenge-datas > .top-area > .inner-area > .right .inner-area {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}

.challenge-datas > .top-area > .inner-area > .left .inner-area > div, .challenge-datas > .top-area > .inner-area > .right .inner-area > div {
  display: table-cell;
  vertical-align: middle;
}

.challenge-datas > .top-area > .inner-area > .left .dates {
  position: relative;
}

.challenge-datas > .top-area > .inner-area > .left .dates .icon {
  font-size: 45px;
  display: inline-block;
  margin-bottom: 10px;
}

.challenge-datas > .top-area > .inner-area > .right {
  position: relative;
  overflow: hidden;
}

.challenge-datas > .top-area > .inner-area > .right:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 30%;
  height: 50%;
  width: 1px;
  background: #ccd0d2;
}

.challenge-datas > .top-area > .inner-area > .right .graph {
  display: block;
  width: 100%;
  height: 100%;
}

.challenge-datas > .top-area > .inner-area > .right .graph > div {
  margin: 0 auto;
}

.challenge-datas > .bottom-area {
  border-top: solid 10px #e7e9ea;
  display: table;
  width: 100%;
  height: 50%;
  table-layout: fixed;
}

.challenge-datas > .bottom-area > .left, .challenge-datas > .bottom-area .right {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.challenge-datas > .bottom-area > .left *, .challenge-datas > .bottom-area .right * {
  color: white;
}

.challenge-datas > .bottom-area > .left .inner-area, .challenge-datas > .bottom-area .right .inner-area {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}

.challenge-datas > .bottom-area > .left .inner-area > div, .challenge-datas > .bottom-area .right .inner-area > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0px 5px;
}

.challenge-datas > .bottom-area > .left .inner-area > div *, .challenge-datas > .bottom-area .right .inner-area > div * {
  color: white;
}

.challenge-datas > .bottom-area > .left .inner-area > div .icon, .challenge-datas > .bottom-area .right .inner-area > div .icon {
  font-size: 30px;
  margin-bottom: 10px;
  display: inline-block;
}

.challenge-datas > .bottom-area > .left .inner-area > div .bigger, .challenge-datas > .bottom-area .right .inner-area > div .bigger {
  margin-top: 5px;
  font-size: 1.8em;
}

.challenge-datas > .bottom-area > .left .inner-area > div .bigger sup, .challenge-datas > .bottom-area .right .inner-area > div .bigger sup {
  font-size: 0.5em;
}

.challenge-datas > .bottom-area > .left {
  background: #42aa24;
  border-right: solid 10px #e7e9ea;
}

.challenge-datas > .bottom-area > .right {
  background: #3e3d40;
  border-left: solid 10px #e7e9ea;
}

.challenge-datas > .bottom-area > .right.noleft {
  background: #3e3d40;
  border-left: none;
}

.challenge-area {
  float: left;
  width: calc(50% - 10px);
  margin-left: 20px;
  margin-bottom: 10px;
}

.challenge-area:nth-child(even) {
  margin-left: 0;
}

.challenge-area .details {
  text-align: right;
  margin-top: 8px;
}

.challenge-area .date {
  margin-bottom: 8px;
}

.challenge-area .challenge .bg-challenge > img {
  max-width: 600px;
}

.complete-challenge .inner-challenge {
  width: 100%;
  display: table;
}

.complete-challenge .inner-challenge > .left {
  display: table-cell;
  vertical-align: top;
  height: 256px;
  width: 60%;
  border-right: solid 10px #e9ebec;
}

.complete-challenge .inner-challenge > .right {
  display: table-cell;
  vertical-align: top;
  height: 256px;
  width: 40%;
  border-left: solid 10px #e9ebec;
}

.lobibox-notify-wrapper, .lobibox-notify-wrapper-large {
  z-index: 99999;
}

.lobibox-notify-wrapper *, .lobibox-notify-wrapper-large * {
  color: white;
}

.lobibox-notify .lobibox-notify-title {
  margin-bottom: 10px;
}

.lobibox-notify .lobibox-notify-msg * {
  font-family: "SKODA Next Regular", Arial, sans-serif;
  font-size: 1.1em;
}

.dataTables_wrapper .dt-buttons {
  float:none;
  text-align:right;
}

/*----------- HEADER -------------*/
#wrapper > header {
  background: black;
  height: 300px;
  padding: 0 50px;
  position: relative;
}

#wrapper.offline > header {
  height: 150px;
}

#wrapper > header #header-bg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 35% bottom 45%;
}

#wrapper > header #header-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 50px;
  width: 100%;
  min-height: 45px;
  z-index: 99999;
  background: rgba(999, 999, 999, 0.7);
  border-bottom: 1px solid #42aa24;
}

#wrapper > header #logo {
  float: left;
  margin: 20px;
}

#wrapper > header #logo a {
  display: block;
}

#wrapper > header #logo a > img {
  width: auto;
  height: 20px;
}

#wrapper > header #main-nav {
  float: left;
  margin-left: 20px;
  width: calc(100% - 210px - 100px - 20px);
}

#wrapper > header #main-nav li {
  display: inline-block;
  margin: 0 25px;
}

#wrapper > header #main-nav li a {
  color: black;
  position: relative;
  padding: 20px 0px 10px 0;
  font-size: 1.1em;
}

#wrapper > header #main-nav li a .nav-counter {
  position: absolute;
  top: 7px;
  right: -25px;
  display: inline-block;
  background: #42aa24;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  color: white;
  text-align: center;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 11px;
  line-height: 18px;
}

#wrapper > header #main-nav li.active a:before, #wrapper > header #main-nav li.active a:after {
  width: 0 !important;
  display: none !important;
}

#wrapper > header #main-nav li.active a:after {
  content: "";
  display: block !important;
  width: 100% !important;
  height: 2px;
  background: white;
  left: 0;
  top: calc(100% - 2px);
  position: absolute;
}

#wrapper > header #main-nav li#pilot {
  margin: 0;
  padding-bottom: 0;
}

#wrapper > header #main-nav li#pilot > a {
  padding: 20px;
  font-size: 12px;
}

#wrapper > header #audi {
  position: absolute;
  top: 10px;
  right: 50px;
  width: 100px;
}

#wrapper > header #skoda > img {
  height: 20px;
  width: auto;
  margin: 20px;
}

#wrapper > header #user {
  position: absolute;
  overflow: hidden;
  top: 98px;
  left: calc((100% - 1200px) / 2);
  background: rgba(999, 999, 999, 0.7);
  padding: 30px 20px 20px 20px;
}

#wrapper > header #user #logout {
  position: absolute;
  top: 7px;
  left: 7px;
}

#wrapper > header #user #logout .icon {
  color: black;
  font-size: 20px;
  transition: all .2s;
}

#wrapper > header #user #logout:hover .icon {
  color: #42aa24;
  transition: all .2s;
}

#wrapper > header #user .icon-user {
  float: left;
  display: block;
  color: black;
  font-size: 50px;
  margin-left: 15px;
}

#wrapper > header #user .user-infos {
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 22px;
}

#wrapper > header #user .user-infos * {
  color: black;
  font-size: 13px;
  line-height: 1.3;
  margin: 0 !important;
}

#wrapper > header #user .user-infos > .bold {
  margin-bottom: 8px !important;
}

#wrapper > header #user .links {
  clear: both;
  border-top: solid 2px rgba(000, 000, 000, 0.3);
  padding-top: 15px;
}

#wrapper > header #user .links a {
  margin: 0 10px;
}

#wrapper > header.sticky #header-top {
  position: fixed;
  background: rgba(999, 999, 999, 1);
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  border-bottom: 1px solid #42aa24;
}

#wrapper > header.sticky #main-nav li a {
  color:black;
}

@-webkit-keyframes slideDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes slideDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

#wrapper > header .slicknav_menu {
  display: none !important;
  width: 0;
  height: 0;
}

/*----------- FOOTER -------------*/
#wrapper > footer {
  background: #f0f0f0;
  padding: 20px 50px;
  overflow: hidden;
  position: absolute;
  z-index: 999;
  bottom: 0;
  left: 0;
  right: 0;
}

#wrapper > footer #footer-links {
  float: left;
}

#wrapper > footer #footer-links a {
  color: black !important;
  margin: 0 10px;
}

#wrapper > footer #footer-links a:first-child {
  margin-left: 0;
}

#wrapper > footer #footer-links a.line-btn {
  padding-bottom: 5px;
}

#wrapper > footer #footer-links #old {
  display: block;
  margin: 0;
  color: white;
  margin-top: 15px;
  padding: 10px 20px;
  font-family: "SKODA Next Regular", Arial, sans-serif;
}

#wrapper > footer #hotline {
  float: right;
  text-align: right;
}

#wrapper > footer #hotline > .bold {
  margin-bottom: 10px;
  font-size: 1.3em;
}

#wrapper > footer #hotline .infos {
  margin-top: 5px;
  overflow: hidden;
}

#wrapper > footer #hotline .infos > .left {
  float: left;
  margin-right: 10px;
}

#wrapper > footer #hotline .infos > .left p {
  font-family: "SKODA Next Regular", Arial, sans-serif;
  font-size: 1em;
  margin: 0 !important;
  padding-top: 4px;
}

#wrapper > footer #hotline .infos > .right {
  float: left;
}

/*----------- MAIN -------------*/
@media screen and (orientation: landscape) and (max-width: 768px) {
  #wrapper {
    padding-bottom: 0;
  }
}

@media screen and (orientation: portrait) and (max-width: 414px) {
  #wrapper {
    padding-bottom: 0;
  }
}

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

  #wrapper .inner-content {
    width: 100%;
    max-width: 910px;
  }

  #wrapper .challenge .bg-challenge > img {
    max-width: 600px;
  }

  #wrapper .challenge .infos-challenge > .left .winners .infos {
    width: 125px;
    height: 125px;
    margin-top: -35px;
  }

  #wrapper .challenge .infos-challenge > .left .winners .infos p {
    font-size: 1.15em;
  }

  #wrapper .challenge .infos-challenge > .left .winners .bigger {
    font-size: 2.5em !important;
    margin-top: 22px;
  }

  #wrapper .challenge .infos-challenge.with-access > .left .winners .infos {
    margin-top: -15px !important;
  }

  #wrapper .challenge-area .challenge {
    height: 265px;
  }

  #wrapper .challenge-area .challenge .bg-challenge > img {
    max-width: 500px;
  }

  #wrapper .challenge-area .challenge .infos-challenge > .left {
    width: 35%;
  }

  #wrapper .challenge-area .challenge .infos-challenge > .left .winners .infos {
    width: 120px;
    height: 120px;
    margin-top: -32px;
  }

  #wrapper .challenge-area .challenge .infos-challenge > .right {
    width: 65%;
    padding-top: 15px;
    padding-right: 15px;
  }

  #wrapper .challenge-area .challenge .infos-challenge > .right * {
    font-size: 1.7em;
  }

  #wrapper .challenge-area .challenge .infos-challenge > .right * sup {
    font-size: 0.8em;
  }

  #wrapper .challenge-area .challenge .infos-challenge > .right > .date-challenge {
    font-size: 1.1em !important;
  }

  #wrapper .challenge-area .challenge .infos-challenge > .bottom {
    padding: 8px;
  }

  #wrapper .challenge-area .challenge .infos-challenge > .bottom * {
    font-size: 1.1em;
  }

  #wrapper .challenge-area .challenge.closed .infos-challenge > .left .winners .infos p {
    margin-top: 52px;
  }

  #wrapper .challenge-area .details {
    margin-top: 5px;
  }

  #wrapper .complete-challenge .inner-challenge {
    width: 100%;
    display: table;
  }

  #wrapper .complete-challenge .inner-challenge > .left {
    border-right-width: 5px;
  }

  #wrapper .complete-challenge .inner-challenge > .right {
    border-left-width: 5px;
  }

  #wrapper .complete-challenge .inner-challenge > .right > .top-area {
    border-bottom-width: 5px;
  }

  #wrapper .complete-challenge .inner-challenge > .right > .bottom-area {
    border-top-width: 5px;
  }

  #wrapper .complete-challenge .inner-challenge > .right > .bottom-area > .left {
    border-right-width: 5px;
  }

  #wrapper .complete-challenge .inner-challenge > .right > .bottom-area > .right {
    border-left-width: 5px;
  }

  #wrapper #shop-banner .inner-content #shop-brands > .right .highlight > a > img {
    max-width: 550px;
  }

  #wrapper #shop-banner .inner-content #shop-brands > .right .highlight .fillFourth-btn {
    bottom: 15px;
  }

  #wrapper .edito-shop > .right .highlight > a > img {
    max-width: 550px;
  }
}

@media screen and (min-width: 1024px) {
  #wrapper > header #header-top {
    display: flex;
    justify-content: space-between;
  }
}

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

  #wrapper > header #logo a > img {
    height: 15px;
  }

  #wrapper .inner-content {
    width: 100%;
    max-width: 100%;
  }

  #wrapper #back-top {
    bottom: 15px;
  }

  #wrapper .section {
    max-width: 890px;
    margin: 0 auto;
  }

  #wrapper .section .section-title {
    width: 98%;
    margin: 0 auto;
    font-size: 23px;
  }

  #wrapper .challenge {
    height: 340px;
  }

  #wrapper .challenge .bg-challenge > img {
    max-width: 890px;
  }

  #wrapper .challenge.closed .rollover-challenge {
    display: none;
    width: 0;
    height: 0;
  }

  #wrapper .challenge-area {
    padding: 0 10px;
    margin-left: 0;
    width: 50%;
  }

  #wrapper .challenge-area .challenge {
    height: 255px;
  }

  #wrapper .challenge-area .challenge .bg-challenge > img {
    max-width: 500px;
  }

  #wrapper .challenge-area .challenge .infos-challenge > .left {
    width: 150px;
  }

  #wrapper .challenge-area .challenge .infos-challenge > .left .winners .infos {
    width: 115px;
    height: 115px;
    margin-top: -25px;
  }

  #wrapper .challenge-area .challenge .infos-challenge > .left .winners .infos .bigger {
    font-size: 2.2em !important;
    margin-top: 20px;
  }

  #wrapper .challenge-area .challenge .infos-challenge > .right {
    width: calc(100% - 150px);
    padding-left: 10px;
  }

  #wrapper .challenge-area .challenge .infos-challenge > .right * {
    font-size: 1.6em;
  }

  #wrapper .challenge-area .challenge .infos-challenge > .right > .date-challenge {
    font-size: 1em !important;
    line-height: 1.2;
    margin-bottom: 5px;
  }

  #wrapper .challenge-area .challenge .infos-challenge > .bottom {
    padding: 10px;
  }

  #wrapper .challenge-area .challenge .infos-challenge > .bottom * {
    font-size: 1em;
  }

  #wrapper .challenge-area .challenge.closed .infos-challenge > .left .winners .infos p {
    margin-top: 50px;
  }

  #wrapper .challenge-area .challenge.closed .rollover-challenge .icon {
    font-size: 42px !important;
    margin-bottom: 15px;
  }

  #wrapper .challenge-area .challenge.closed .rollover-challenge p {
    font-size: 1.5em !important;
  }

  #wrapper .header-challenge, #wrapper .complete-challenge {
    padding: 0 10px;
  }

  #wrapper .complete-challenge .inner-challenge {
    display: block;
    width: 100%;
  }

  #wrapper .complete-challenge .inner-challenge > .left, #wrapper .complete-challenge .inner-challenge > .right {
    display: block;
    width: 100%;
    height: 340px;
    border: none;
  }

  #wrapper .complete-challenge .inner-challenge > .left {
    margin-bottom: 15px;
  }

  #wrapper .complete-challenge .inner-challenge > .right {
    height: auto;
  }

  #wrapper .complete-challenge .inner-challenge > .right .top-area {
    border: none;
    margin-bottom: 15px;
    height: 150px;
  }

  #wrapper .complete-challenge .inner-challenge > .right .bottom-area {
    border: none;
    height: 150px;
  }

  #wrapper .complete-challenge .inner-challenge > .right .bottom-area > .left {
    border-right-width: 7.5px;
  }

  #wrapper .complete-challenge .inner-challenge > .right .bottom-area > .right {
    border-left-width: 7.5px;
  }

  #wrapper #shop-banner .inner-content .section {
    padding: 10px 0 30px 0;
  }

  #wrapper #shop-banner .inner-content #shop-brands {
    width: 100%;
    max-width: 890px;
    margin: 0 auto;
    padding: 0 10px;
  }

  #wrapper #shop-banner .inner-content #shop-brands > .left {
    float: none !important;
    width: 100%;
  }

  #wrapper #shop-banner .inner-content #shop-brands > .left .brand {
    width: calc(25% - 15px);
    margin-top: 20px;
    margin-right: 20px;
  }

  #wrapper #shop-banner .inner-content #shop-brands > .left .brand:last-of-type {
    margin-right: 0;
  }

  #wrapper #shop-banner .inner-content #shop-brands > .right {
    float: none !important;
    width: 100%;
  }

  #wrapper #shop-banner .inner-content #shop-brands > .right #shop-highlight {
    height: 360px !important;
    min-height: 360px !important;
  }

  #wrapper #shop-banner .inner-content #shop-brands > .right .highlight {
    height: 360px !important;
    min-height: 360px !important;
  }

  #wrapper #shop-banner .inner-content #shop-brands > .right .highlight > a > img {
    max-width: 870px;
    bottom: -50px;
  }

  #wrapper #shop-banner .inner-content #shop-brands > .right .highlight .fillFourth-btn {
    top: 310px;
    bottom: auto;
  }

  #wrapper .edito-shop {
    width: 100%;
    max-width: 890px;
  }

  #wrapper .edito-shop > .left {
    float: none !important;
    width: 100%;
  }

  #wrapper .edito-shop > .left .brand {
    width: calc(25% - 15px);
    margin-top: 20px;
    margin-right: 20px;
  }

  #wrapper .edito-shop > .left .brand:last-of-type {
    margin-right: 0;
  }

  #wrapper .edito-shop > .right {
    float: none !important;
    width: 100%;
  }

  #wrapper .edito-shop > .right .edito-shop-highlight {
    height: 360px !important;
    min-height: 360px !important;
  }

  #wrapper .edito-shop > .right .highlight {
    height: 360px !important;
    min-height: 360px !important;
  }

  #wrapper .edito-shop > .right .highlight > a > img {
    max-width: 870px;
    bottom: -50px;
  }

  #wrapper > footer {
    padding: 20px;
  }
}

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

  #wrapper .inner-content {
    width: 100%;
    max-width: 100%;
  }

  #wrapper .challenge {
    height: 340px;
  }

  #wrapper .challenge .bg-challenge > img {
    max-width: 770px;
  }

  #wrapper .challenge-area {
    float: none;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }

  #wrapper .challenge-area:last-of-type {
    margin-bottom: 15px;
  }

  #wrapper .challenge-area .challenge .bg-challenge > img {
    max-width: 600px;
  }

  #wrapper #shop-banner .inner-content .section {
    padding: 10px 0 30px 0;
  }

  #wrapper #shop-banner .inner-content #shop-brands {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  #wrapper #shop-banner .inner-content #shop-brands > .left {
    float: none !important;
    width: 100%;
  }

  #wrapper #shop-banner .inner-content #shop-brands > .left .brand {
    width: calc(25% - 15px);
    margin-top: 20px;
    margin-right: 20px;
  }

  #wrapper #shop-banner .inner-content #shop-brands > .left .brand:last-of-type {
    margin-right: 0;
  }

  #wrapper #shop-banner .inner-content #shop-brands > .right {
    float: none !important;
    width: 100%;
  }

  #wrapper #shop-banner .inner-content #shop-brands > .right #shop-highlight {
    min-height: 360px !important;
    height: 360px;
  }

  #wrapper #shop-banner .inner-content #shop-brands > .right .highlight {
    height: 360px !important;
    min-height: 360px !important;
  }

  #wrapper #shop-banner .inner-content #shop-brands > .right .highlight > a:first-child {
    display: block;
    width: 100%;
    height: 100%;
  }

  #wrapper #shop-banner .inner-content #shop-brands > .right .highlight > a > img {
    min-height: 100%;
    min-width: 100%;
    max-width: 768px;
  }

  #wrapper #shop-banner .inner-content #shop-brands > .right .highlight .fillFourth-btn {
    top: 310px;
    bottom: auto;
  }

  #wrapper .edito-shop {
    width: 100%;
    max-width: 100%;
  }

  #wrapper .edito-shop > .left {
    float: none !important;
    width: 100%;
  }

  #wrapper .edito-shop > .left .brand {
    width: calc(25% - 15px);
    margin-top: 20px;
    margin-right: 20px;
  }

  #wrapper .edito-shop > .left .brand:last-of-type {
    margin-right: 0;
  }

  #wrapper .edito-shop > .right {
    float: none !important;
    width: 100%;
  }

  #wrapper .edito-shop > .right .edito-shop-highlight {
    min-height: 360px !important;
    height: 360px;
  }

  #wrapper .edito-shop > .right .highlight {
    height: 360px !important;
    min-height: 360px !important;
  }

  #wrapper .edito-shop > .right .highlight > a:first-child {
    display: block;
    width: 100%;
    height: 100%;
  }

  #wrapper .edito-shop > .right .highlight > a > img {
    min-height: 100%;
    min-width: 100%;
    max-width: 768px;
  }
}

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

  #wrapper table td, #wrapper table th {
    padding: 10px 5px;
  }

  #wrapper .challenge {
    height: 280px;
  }

  #wrapper .challenge .bg-challenge > img {
    max-width: 670px;
  }

  #wrapper .challenge .infos-challenge > .left {
    width: 35%;
  }

  #wrapper .challenge .infos-challenge > .right {
    width: 65%;
  }

  #wrapper .challenge-area, #wrapper .header-challenge {
    padding: 0;
  }

  #wrapper .challenge-area .date {
    padding-left: 5px;
  }

  #wrapper .header-challenge .date {
    padding: 0 10px;
  }

  #wrapper .header-challenge .back.btn {
    margin-left: 10px;
  }

  #wrapper .complete-challenge {
    padding: 0;
  }

  #wrapper .complete-challenge .inner-challenge > .left {
    height: 280px;
    margin-bottom: 0;
  }

  #wrapper #shop-banner .inner-content .section {
    padding: 10px 0 30px 0;
  }

  #wrapper #shop-banner .inner-content .section-title {
    margin-bottom: 10px;
  }

  #wrapper #shop-banner .inner-content .section-title .before, #wrapper #shop-banner .inner-content .section-title .after {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }

  #wrapper #shop-banner .inner-content .section-title .inner-title {
    padding: 10px 0;
    max-width: 380px;
  }

  #wrapper #shop-banner .inner-content #shop-brands > .left .brand {
    width: calc(50% - 10px);
    margin-top: 20px;
    margin-right: 20px;
  }

  #wrapper #shop-banner .inner-content #shop-brands > .left .brand:nth-of-type(even) {
    margin-right: 0;
  }

  #wrapper #shop-banner .inner-content #shop-brands > .right #shop-highlight, #wrapper #shop-banner .inner-content #shop-brands > .right .highlight {
    height: 300px !important;
    min-height: 300px !important;
  }

  #wrapper #shop-banner .inner-content #shop-brands > .right .highlight .fillFourth-btn {
    top: 255px;
  }

  #wrapper #shop-banner .inner-content #shop-brands > .right .highlight > a > img {
    max-width: 667px;
  }

  #wrapper .edito-shop {
    margin: 20px auto;
  }

  #wrapper .edito-shop > .left .brand {
    width: calc(50% - 10px);
    margin-top: 20px;
    margin-right: 20px;
  }

  #wrapper .edito-shop > .left .brand:nth-of-type(even) {
    margin-right: 0;
  }

  #wrapper .edito-shop > .right .edito-shop-highlight, #wrapper .edito-shop > .right .highlight {
    height: 300px !important;
    min-height: 300px !important;
  }

  #wrapper .edito-shop > .right .highlight > a > img {
    max-width: 667px;
  }
}

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

  #wrapper .section .section-title {
    font-size: 18px !important;
  }

  #wrapper .section .section-title .inner-title {
    padding: 10px !important;
  }

  #wrapper .challenge, #wrapper .challenge-area .challenge {
    height: 220px;
  }

  #wrapper .challenge .bg-challenge > img, #wrapper .challenge-area .challenge .bg-challenge > img {
    max-width: 500px;
  }

  #wrapper .challenge .infos-challenge > .bottom, #wrapper .challenge-area .challenge .infos-challenge > .bottom {
    padding: 10px;
  }

  #wrapper .challenge .infos-challenge > .bottom *, #wrapper .challenge-area .challenge .infos-challenge > .bottom * {
    font-size: 1em;
  }

  #wrapper .challenge .infos-challenge > .left, #wrapper .challenge-area .challenge .infos-challenge > .left {
    width: 130px;
  }

  #wrapper .challenge .infos-challenge > .left .winners .infos, #wrapper .challenge-area .challenge .infos-challenge > .left .winners .infos {
    margin-top: -25px;
    width: 100px;
    height: 100px;
  }

  #wrapper .challenge .infos-challenge > .left .winners .infos p, #wrapper .challenge-area .challenge .infos-challenge > .left .winners .infos p {
    font-size: 1em;
  }

  #wrapper .challenge .infos-challenge > .left .winners .bigger, #wrapper .challenge-area .challenge .infos-challenge > .left .winners .bigger {
    font-size: 2.1em !important;
    margin-top: 19px;
    margin-bottom: 0;
  }

  #wrapper .challenge .infos-challenge > .left .winners .smaller, #wrapper .challenge-area .challenge .infos-challenge > .left .winners .smaller {
    font-size: 0.9em !important;
    margin-top: 0;
  }

  #wrapper .challenge .infos-challenge > .right, #wrapper .challenge-area .challenge .infos-challenge > .right {
    width: calc(100% - 130px);
    padding-top: 13px;
    padding-right: 13px;
  }

  #wrapper .challenge .infos-challenge > .right *, #wrapper .challenge-area .challenge .infos-challenge > .right * {
    font-size: 1.3em;
  }

  #wrapper .challenge .infos-challenge > .right * sup, #wrapper .challenge-area .challenge .infos-challenge > .right * sup {
    font-size: 0.8em;
  }

  #wrapper .challenge .infos-challenge.with-access > .left .access, #wrapper .challenge-area .challenge .infos-challenge.with-access > .left .access {
    font-size: 0.95em;
  }

  #wrapper .challenge .infos-challenge.with-access > .left .winners .infos, #wrapper .challenge-area .challenge .infos-challenge.with-access > .left .winners .infos {
    margin-top: -5px !important;
  }

  #wrapper .challenge.closed .infos-challenge > .left .winners .infos p, #wrapper .challenge-area .challenge.closed .infos-challenge > .left .winners .infos p {
    margin-top: 42px;
  }

  #wrapper .complete-challenge .inner-challenge > .left {
    height: 220px;
  }

  #wrapper .complete-challenge .inner-challenge > .right > .top-area, #wrapper .complete-challenge .inner-challenge > .right > .bottom-area {
    height: 125px;
  }

  #wrapper .complete-challenge .inner-challenge > .right > .top-area p, #wrapper .complete-challenge .inner-challenge > .right > .bottom-area p {
    font-size: 0.95em !important;
  }

  #wrapper .complete-challenge .inner-challenge > .right > .top-area p.bigger, #wrapper .complete-challenge .inner-challenge > .right > .bottom-area p.bigger {
    font-size: 1.3em !important;
  }

  #wrapper .complete-challenge .inner-challenge > .right > .top-area .icon, #wrapper .complete-challenge .inner-challenge > .right > .bottom-area .icon {
    font-size: 40px !important;
  }

  #wrapper #shop-banner .inner-content .section {
    padding-bottom: 20px;
  }

  #wrapper #shop-banner .inner-content #shop-brands > .right #shop-highlight, #wrapper #shop-banner .inner-content #shop-brands > .right .highlight {
    height: 210px !important;
    min-height: 210px !important;
  }

  #wrapper #shop-banner .inner-content #shop-brands > .right .highlight .fillFourth-btn {
    top: 170px;
    right: 10px;
    width: auto !important;
    height: auto !important;
  }

  #wrapper #shop-banner .inner-content #shop-brands > .right .highlight .fillFourth-btn .inner-btn {
    padding: 8px 10px;
  }

  #wrapper #shop-banner .inner-content #shop-brands > .right .highlight > a .topic-title {
    left: 15px;
    top: 20px;
    font-size: 1em;
  }

  #wrapper #shop-banner .inner-content #shop-brands > .right .highlight > a .topic-title .bigger {
    font-size: 2.1em;
  }

  #wrapper #shop-banner .inner-content #shop-brands > .right .highlight > a > img {
    max-width: 480px;
  }

  #wrapper #shop-banner .inner-content #shop-brands > .left .brand {
    margin-top: 15px;
    margin-right: 15px;
    width: calc(50% - 8px);
  }

  #wrapper .edito-shop > .right .edito-shop-highlight, #wrapper .edito-shop > .right .highlight {
    height: 210px !important;
    min-height: 210px !important;
  }

  #wrapper .edito-shop > .right .highlight > a .topic-title {
    left: 15px;
    top: 20px;
    font-size: 1em;
  }

  #wrapper .edito-shop > .right .highlight > a .topic-title .bigger {
    font-size: 2.1em;
  }

  #wrapper .edito-shop > .right .highlight > a > img {
    max-width: 480px;
  }

  #wrapper .edito-shop > .left .brand {
    margin-top: 15px;
    margin-right: 15px;
    width: calc(50% - 8px);
  }
}

@media screen and (max-width: 1440px) {
  #wrapper > header #main-nav li {
    margin: 0 15px;
  }

  #wrapper > header #main-nav li#pilot > a {
    padding: 20px 10px;
  }

  #wrapper > header #main-nav li a .nav-counter {
    font-size: 10px;
    line-height: 15px;
    width: 15px;
    height: 15px;
    right: -15px;
  }
}

@media screen and (max-width: 1280px) {
  #wrapper > header {
    height: 315px;
  }

  #wrapper > header #main-nav {
    margin-left: 20px;
    width: calc(100% - 210px - 20px);
  }

  #wrapper > header #main-nav li {
    margin: 0 12px;
  }

  #wrapper > header #main-nav li#pilot a {
    padding: 20px 5px;
  }

  #wrapper > header #audi {
    right: auto;
    left: 20px;
    top: 48px;
    width: 80px;
  }

  #wrapper > header #user {
    top: 110px;
    left: 5%;
  }

  #wrapper > header.sticky #audi {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  #wrapper > header {
    overflow: hidden;
  }

  #wrapper > header #header-top {
    padding: 0;
  }

  #wrapper > header #header-bg {
    background-position: right;
  }

  #wrapper > header #header-top #logo {
    margin-bottom: 15px;
  }

  #wrapper > header #main-nav {
    display: none !important;
    width: 0;
    height: 0;
  }

  #wrapper > header .slicknav_menu {
    display: block !important;
    width: auto;
    height: auto;
    position: absolute;
    z-index: 999999;
    right: 15px;
    top: 10px;
    padding: 0;
    background: none;
  }

  #wrapper > header .slicknav_menu .slicknav_btn {
    position: relative;
    z-index: 999999;
    margin: 0;
    background: none;
  }

  #wrapper > header .slicknav_menu .slicknav_icon {
    float: none;
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
  }

  #wrapper > header #skoda > img {
    display: none;
  }

  #wrapper > header .slicknav_menu .slicknav_icon-bar {
    display: block;
    margin: 0 auto;
    padding: 0;
    background-color: white;
    box-shadow: none;
    text-shadow: none;
    width: 35px;
    height: 4px;
    margin-bottom: 6px;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }

  #wrapper > header .slicknav_menu .slicknav_nav {
    position: fixed;
    left: 0;
    top: 120px;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    overflow-y: visible;
  }

  #wrapper > header .slicknav_menu .slicknav_nav ul {
    margin: 0;
    padding: 0 20px;
  }

  #wrapper > header .slicknav_menu .slicknav_nav ul li {
    text-align: center;
    border-top: solid 1px white;
  }

  #wrapper > header .slicknav_menu .slicknav_nav ul li a {
    margin: 0;
    padding: 20px 0;
  }

  #wrapper > header .slicknav_menu .slicknav_nav ul li a:hover {
    background: none;
    color: white;
  }

  #wrapper > header .slicknav_menu .slicknav_nav ul li a.fill-btn {
    position: relative;
    background: none;
  }

  #wrapper > header .slicknav_menu .slicknav_nav ul li a.fill-btn:after, #wrapper > header .slicknav_menu .slicknav_nav ul li a.fill-btn:before {
    content: '';
    position: absolute;
    top: calc(100% - 2px);
    width: 0;
    right: 0;
    height: 2px;
  }

  #wrapper > header .slicknav_menu .slicknav_nav ul li a.fill-btn:before {
    transition: width 0.35s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
    background: white;
  }

  #wrapper > header .slicknav_menu .slicknav_nav ul li a.fill-btn:after {
    transition: width 0.3s cubic-bezier(0.29, 0.18, 0.26, 0.83);
    background: #42aa24;
  }

  #wrapper > header .slicknav_menu .slicknav_nav ul li a.fill-btn:hover:after, #wrapper > header .slicknav_menu .slicknav_nav ul li a.fill-btn:hover:before {
    width: 100%;
    left: 0;
  }

  #wrapper > header .slicknav_menu .slicknav_nav ul li a.fill-btn:hover .inner-btn {
    color: white;
  }

  #wrapper > header .slicknav_menu .slicknav_nav ul li a .nav-counter {
    display: none;
  }

  #wrapper > header .slicknav_menu .slicknav_nav ul li:first-child {
    border-top: none;
  }

  #wrapper > header .slicknav_menu .slicknav_nav ul li:last-child a:before, #wrapper > header .slicknav_menu .slicknav_nav ul li:last-child a:after {
    display: none !important;
    width: 0;
    height: 0;
  }

  #wrapper > header .slicknav_menu .slicknav_nav ul li.active a {
    color: #42aa24;
    background: white;
    border-radius: 0;
  }

  #wrapper > header .slicknav_menu .slicknav_nav ul li.active a:before, #wrapper > header .slicknav_menu .slicknav_nav ul li.active a:after {
    display: none !important;
    width: 0;
    height: 0;
  }

  #wrapper > header .slicknav_menu .slicknav_nav ul a, #wrapper > header .slicknav_menu .slicknav_nav ul span {
    font-size: 22px;
  }

  #wrapper > header .slicknav_menu .slicknav_open .slicknav_icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: 11px;
  }

  #wrapper > header .slicknav_menu .slicknav_open .slicknav_icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    bottom: 9px;
  }

  #wrapper > header .slicknav_menu .slicknav_open .slicknav_icon-bar:nth-of-type(2) {
    background-color: transparent;
  }

  #wrapper > header #user-btn {
    display: block;
    position: absolute;
    z-index: 999;
    top: 8px;
    right: 30px;
  }

  #wrapper > header #user-btn .icon {
    color: white;
    font-size: 42px;
  }

  #wrapper > header #user-btn:hover {
    cursor: pointer;
  }

  #wrapper > header #user {
    left: 0;
    right: 0;
    bottom: 0;
    top: calc(100% + 20px);
    width: 100%;
    padding: 70px 30px 20px 30px;
    border-top: solid 1px white;
    overflow: visible;
    transition: all .4s ease-in;
  }

  #wrapper > header #user.open {
    top: 105px;
    transition: all .4s ease-out;
  }

  #wrapper > header #user .triangle {
    display: block;
    position: absolute;
    top: -15px;
    right: 113px;
    left: auto;
  }

  #wrapper > header #user .triangle .inner-triangle {
    position: relative;
    width: 100%;
    height: 100%;
  }

  #wrapper > header #user .triangle .triangle-border {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 18px 14px 18px;
    border-color: transparent transparent white transparent;
  }

  #wrapper > header #user .triangle .triangle-bg {
    position: absolute;
    left: -2px;
    top: 2px;
    z-index: 1;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 15px 20px;
    border-color: transparent transparent #242b31 transparent;
  }

  #wrapper > header #user .links, #wrapper > header #user #logout, #wrapper > header #user .icon-user {
    display: none !important;
  }

  #wrapper > header #user #user-close {
    display: block;
    position: absolute;
    color: white;
    font-weight: bold;
    font-family: "SKODA Next Regular", Arial, sans-serif;
    right: 30px;
    top: 20px;
    font-size: 1.1em;
  }

  #wrapper > header #user #user-close:hover {
    cursor: pointer;
  }

  #wrapper > header #user .user-infos * {
    font-size: 14px;
    line-height: 1.4;
  }

  #wrapper > header #user .user-infos > .bold {
    margin-bottom: 10px;
  }

  #wrapper > header.sticky #header-top #user-btn {
    display: none !important;
  }
}

@media screen and (max-width: 667px) {
  #wrapper > header {
    height: 280px;
  }

  #wrapper > header #user {
    padding: 50px 20px;
  }

  #wrapper > header #user.open {
    top: 90px;
  }
}

@media screen and (max-width: 480px) {
  #wrapper > header #header-bg {
    background-position: 80%;
  }

  #wrapper > header #logo a {
    width: 180px;
  }

  #wrapper > header #audi {
    width: 70px;
    top: 46px;
  }

  #wrapper > header #user .user-infos {
    margin: 0 !important;
  }
}

@media screen and (orientation: landscape) and (max-width: 768px) {
  #wrapper > footer {
    position: static;
  }
}

@media screen and (orientation: portrait) and (max-width: 414px) {
  #wrapper > footer {
    position: static;
  }
}

@media screen and (max-width: 768px) {
  #wrapper > footer {
    padding: 20px 30px;
  }

  #wrapper > footer #footer-links {
    float: none;
    text-align: center;
  }

  #wrapper > footer #hotline {
    float: none;
    text-align: center;
    margin-top: 20px;
  }

  #wrapper > footer #hotline .infos > .left, #wrapper > footer #hotline .infos > .right {
    float: none;
    margin: 0;
    text-align: center;
  }

  #wrapper > footer #hotline .infos > .right {
    margin-top: 10px;
  }

  #wrapper > footer #footer-logo {
    display: block;
    text-align: center;
    margin-top: 10px;
  }

  #wrapper > footer #footer-logo > img {
    max-width: 100px;
  }
}

@media screen and (max-width: 480px) {
  #wrapper > footer {
    padding: 15px 20px;
  }

  #wrapper > footer #hotline {
    margin-top: 15px;
  }
}
