/*
Theme Name: Verallia DA
Author: Lwm
Author URI: https://lwm-agence.com/
Description: Verallia Design Awards by LWM
Version: 1.0.0
*/

/**
 *  Base
 */

@import url(fonts/style.css);
@import url(css/core.css);

body {
  font-weight: 300;
}

h2 {
  font-size: 29px;
  color: #0098af;
}

h3 {
  font-size: 18px;
  color: #0098af;
}

p, ul {
  margin-bottom: 30px;
  font-weight: 300;
}

.subtitle {
  font-size: 48px;
  line-height: 1;
  font-weight: 300;
  color: #000000;
  margin: 0 0 50px 0;
}

.subtitle span {
  display: inline-block;
  font-weight: 700;
  color: #0098af;
  position: relative;
}

.btn {
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.btn:focus {
  outline: 0;
}

.btn:after {
  font-family: 'icomoon';
  content: "\e90a";
  display: inline-block;
  vertical-align: middle;
  font-size: 6px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 7px;
  position: relative;
  -webkit-transition: left 0.2s 0.2s ease-in-out;
          transition: left 0.2s 0.2s ease-in-out;
}

.btn:before {
  content: "";
  position: absolute;
  top: 0; bottom: 0; left: -100%;
  z-index: -1;
  width: 100%;
  background: #0098af;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.btn:hover:before {
  left: 0;
}

.btn:hover:after {
  left: 12px;
}

.btn:hover {
  color: #000;
}

/**
 * Layout
 */

#wrapper {
  width: 100%;
  overflow: hidden;
  padding-top: 89px;
}

.container {
  max-width: 1200px;
}

.header .container,
.footer .container,
.section-title .container {
  max-width: 1200px;
}

.table-layout {
  display: table;
  width: 100%;
}

.table-layout > * {
  display: table-cell;
  float: none;
}

/**
 * Header
 */

 .header {
  background: #fff;
  border-bottom: solid 1px #e7e7e7;
  padding: 16px 0;
  /*position: static;
  top: -88px;
  -webkit-transition: all 1s ease-in-out;
          transition: all 1s ease-in-out;*/

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

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

.navbar > * {
  display: table-cell;
  vertical-align: middle;
}

.logo {
  width: 125px;
}

.nav {
  text-align: center;
}

.nav ul,
.login-form ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.nav > ul {
  margin-top: 14px;
}

.nav > ul > li {
  float: left;
  padding: 0 10px;
}

.nav a {
  display: block;
  line-height: 1;
  padding: 7px 0;
  position: relative;
  overflow: hidden;
  font-size: 17px;
  color: #939494;
}

.nav > ul > li > a:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #939494;
  position: absolute;
  bottom: 0; left: -100%;
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}

.nav > ul > li.current-menu-item a,
.nav > ul > li.current-page-ancestor a {
  color: black;
}

.nav > ul > li > a:hover:after,
.nav > ul > li.current-menu-item a::after,
.nav > ul > li.current-page-ancestor a::after {
  left: 0;
}

.nav > ul > li.current-menu-item a::after,
.nav > ul > li.current-page-ancestor a::after {
  background: black;
}

#menu-item-877,
#menu-item-878,
#menu-item-865,
#menu-item-866,
#menu-item-11404,
#menu-item-11405 {
  display: none;
  position: relative;
}

#menu-item-877 a,
#menu-item-878 a,
#menu-item-865 a,
#menu-item-866 a,
#menu-item-11404 a,
#menu-item-11405 a {
  color: #0098af;
}

body.logged-in #menu-item-877,
body.logged-in #menu-item-878,
body.logged-in #menu-item-865,
body.logged-in #menu-item-866,
body.logged-in #menu-item-11404,
body.logged-in #menu-item-11405 {
  display: block;
}

#menu-item-877 a:after,
#menu-item-878 a:after,
#menu-item-865 a:after,
#menu-item-866 a:after {
  background: #0098af;
}

.label-nb {
    background: #0098af;
    color: #fff;
    display: none;
    width: 24px;
    height: 24px;
    line-height: 26px;
    position: absolute;
    text-align: center;
    border-radius: 50%;
    top: -1px;
    right: -20px;
    font-size: 12px;
}

@media (max-width: 767px) {
  .label-nb {
    top: 17px;
    right: 20px;
  }
}

body.logged-in .label-nb,
body.logged-in .label-nb {
  display: inline-block;
}

.nb-fiches-total {
  display: none;
  position: absolute;
  top: -9999em;
  left: -9999em;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.login-form {
  float: right;
}

.login-form ul li {
  position: relative;
}

.login-form > li {
  float: left;
}

.login-form > ul > li > a:after {
  display: none;
}

.login-form ul.dropdown {
  position: absolute;
  top: 115%;
  right: 0;
  z-index: 1000;
  background: white;
  border: solid 1px #fff;
  text-align: center;
  box-shadow : 1px 1px 3px #bbb;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.35s ease;
          transition: all 0.35s ease;
}

.login-form ul.dropdown-login {
  width: 300px;
}

.login-form ul.dropdown-login li {
  padding: 15px 30px;
  float: none;
}

.login-form ul.dropdown-login li.item-1 {
  padding-top: 30px;
  padding-bottom: 0;
}

.login-form ul.dropdown-login li.item-1 a,
.login-form ul.dropdown-login li.item-1 button {
  display: block;
  margin-bottom: 5px;
  text-decoration: underline;
  position: relative;
}

.login-form ul.dropdown-login li.item-1 button .icon {
  position: absolute;
  top: 9px;
  left: 7px;
}

/*.login-form ul.dropdown-login li.item-1 a:before {
  content: "\e906";
  display: inline-block;
  vertical-align: middle;
  font-family: "icomoon";
  margin-right: 5px;
  font-size: 24px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}*/

.login-form ul.dropdown-login .form-control {
  background: #e6e6e6;
  border: solid 1px #e6e6e6;
  padding: 6px 10px;
  margin-bottom: 1px;
  font-size: 14px;
}

.login-form ul.dropdown .form-control:focus {
  background: white;
  border: solid 1px #0098af;
}

.login-form .form-control::-moz-placeholder {
  color: #5a5a5a;
  opacity: 1;
}

.login-form .form-control:-ms-input-placeholder {
  color: #5a5a5a;
}

.login-form .form-control::-webkit-input-placeholder {
  color: #5a5a5a;
}

.login-form .btn {
  margin-top: 4px;
  /*background: #0098af;
  color: white;*/
  color: #fff;
  min-width: 130px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;

  height: 44px;
  border-radius: 22px;
  border-color: #3f3f3f;
  background: #3f3f3f;
  color: white;
  line-height: 44px;
  padding-top: 0;
  padding-bottom: 0;
}

.login-form .btn:hover {
  color: #3f3f3f;
}

.login-form ul.dropdown-login li.item-2 a {
  color: #5a5a5a;
  display: inline-block;
  margin-top: 15px;
  text-decoration: underline;
}

.login-form ul.dropdown-login li.item-3 {
  border-top: solid 1px #eee;
}

.login-form ul.dropdown-login li.item-3 .btn {
  background: #ea640d;
  border: solid 1px #ea640d;
  color: white;
}

.login-form li:hover ul.dropdown,
.login-form li ul.dropdown:hover,
.login-form.hover li ul.dropdown {
  top: 100%;
  right: 0;
  opacity: 1;
  visibility: visible;
}

.login-form ul.dropdown-compte {
  border: solid 1px #fff;
  width: 100%;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}

.login-form ul.dropdown-compte:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -5px; left: 50%;
  margin-left: -5px;
}

.login-form ul.dropdown-compte a {
  display: block;
  padding: 10px 15px;
  text-align: center;
  color: #000;
  -webkit-transition: background-color 0.15s ease;
          transition: background-color 0.15s ease;
}

.login-form ul.dropdown-compte li + li a {
  border-top:  solid 1px #eee;
}

.login-form ul.dropdown-compte a:hover {
  background: #eee;
  color: black;
}

.login-form ul.dropdown-compte li.disabled a,
.login-form ul.dropdown-compte li.disabled a:hover,
.login-form ul.dropdown-compte li.disabled a:focus {
  background: white;
  border-top: solid 1px #e6e6e6;
  color: #e6e6e6;
  cursor: not-allowed;
  position: relative;
  z-index: 2;
}

.login-form ul.dropdown-compte li.disabled + li a {
  border-top: solid 1px #e6e6e6;
}

.login-form ul.dropdown-compte li.item-4 a:after {
  content: "\e905";
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: relative;
  top: -1px;
  margin-left: 5px;
  float: right;
}

/* 2016 btn modifs */

/*.login-form .btn {
  border-color: #ea640d;
  color: #ea640d;
}
.login-form .btn:before {
  background: #ea640d;
}
.login-form .btn:hover {
  color: white;
}*/

/**
 * Section tagline & logo animate
 */

.section-tagline {
  background-color: #f2f2f2;
  background-position: 50% 0;
  background-repeat: no-repeat;
  position: relative;
  /*min-height: 500px;*/
  overflow: hidden;
}

/*.section-tagline .container {
  max-width: 590px;
}*/

.section-tagline .inner {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  text-align: center;
}

.section-tagline .table-layout {
  position: relative;
  height: 100%;
}

.section-tagline .table-layout > * {
  vertical-align: middle;
}

.section-tagline .lead {
  font-size: 22px;
  margin-top: 64px;
}

.logo-animate {
  position: relative;
  width: 100%;
  max-width: 530px;
  margin: 0 auto;
}

.logo-animate > div {
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-transform: uppercase;
}

.logo-animate .line-1 {
  text-align: center;
  height: 70px;
  color: #0098af;
  font-size: 85px;
  line-height: 1;
  font-weight: 300;
}

.logo-animate .line-2 {
  text-align: right;
  height: 55px;
  color: #5a5a5a;
  font-size: 64px;
  line-height: 1;
  font-weight: 300;
  padding-right: 40px;
}

.logo-animate .line-3 {
  text-align: right;
  height: 64px;
  color: #5a5a5a;
  font-size: 64px;
  line-height: 1;
  font-weight: 300;
  padding-right: 40px;
}

.logo-animate span {
  display: inline-block;
  position: relative;
}

.logo-animate .line-1 span,
.logo-animate .line-3 span {
  -webkit-animation: inTop 2s ease-in-out 0s 1 normal forwards;
          animation: inTop 2s ease-in-out 0s 1 normal forwards;
}

.logo-animate .line-2 span {
  -webkit-animation: inBottom 2s ease-in-out 0s 1 normal forwards;
          animation: inBottom 2s ease-in-out 0s 1 normal forwards;
}

.logo-animate .line-2:after {
  content: "";
  height: 4px;
  background: #0098af;
  position: absolute;
  top: 50%;
  left: 0;
  right: 246px;
  margin-top: -2px;
  -webkit-animation: inLeft 2s ease-in-out 0s 1 normal forwards;
          animation: inLeft 2s ease-in-out 0s 1 normal forwards;
}

.logo-animate .line-3:after {
  content: "";
  height: 4px;
  background: #0098af;
  position: absolute;
  bottom: 0;
  left: 256px;
  right: 40px;
  -webkit-animation: inRight 2s ease-in-out 0s 1 normal forwards;
          animation: inRight 2s ease-in-out 0s 1 normal forwards;
}

.logo-animate .line-4 {
  position: absolute;
  top: 50%;
  margin-top: -113.5px;
  left: 0;
  width: 100%;
  z-index: 1;
  color: #e5e5e5;
  font-size: 260px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

/*<name> <duration> <timing-function> <delay> <iteration-count> <direction> <fill-mode>*/

@-webkit-keyframes inTop {
  0%   { top: 104px; }
  100% { top: 0; }
}

@keyframes inTop {
  0%   { top: 104px; }
  100% { top: 0; }
}
@-webkit-keyframes inBottom {
  0%   { top: -104px; }
  100% { top: 0; }
}
@keyframes inBottom {
  0%   { top: -104px; }
  100% { top: 0; }
}
@-webkit-keyframes inLeft {
  0%   { margin-right: 100%; }
  100% { margin-right: 0; }
}
@keyframes inLeft {
  0%   { margin-right: 100%; }
  100% { margin-right: 0; }
}
@-webkit-keyframes inRight {
  0%   { margin-left: 100%; }
  100% { margin-left: 0; }
}
@keyframes inRight {
  0%   { margin-left: 100%; }
  100% { margin-left: 0; }
}

.parallax.item-1 {
  position: absolute;
  left: 0;
  top: 80px;
}
.parallax.item-2 {
  position: absolute;
  right: 0;
  top: 164px;
}

/* Final etape 2016 */
.section-tagline {
  -ms-background-size: cover;
  background-size: cover;
}
@media (max-width: 767px) {
  .section-tagline {
    background-image: none !important;
  }
}

.slider-home .slick-slide img {
  width: 100%;
}

/**
 *  Section news hp -- 2016
 */
.section-news-hp {
  background: #0098af;
  color: white;
  padding: 20px 0 18px 0;
}
.section-news-hp ul {
  margin: 0;
}
.section-news-hp ul li.item-1 {
  float: left;
}
.section-news-hp ul li.item-2 {
  overflow: hidden;
}
.section-news-hp ul li.item-2 div {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}
.section-news-hp ul li.item-2 div:first-child {
  padding-top: 4px;
}
.section-news-hp .title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  background: transparent url('img/icon-news.png') no-repeat 0 10px;
  padding: 5px 25px 5px 45px;
}
.section-news-hp h2 {
  color: white;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  line-height: 1.1;
}
.section-news-hp p {
  margin: 0;
}
.section-news-hp .btn {
  color: white;
  border-color: white;
  font-size: 16px;
}
.section-news-hp .btn:before {
  background: white;
}
.section-news-hp .btn:hover,
.section-news-hp .btn:focus {
  color: #0098af;
}
@media (max-width: 1023px) {
  .section-news-hp ul li.item-2 div {
    display: block;
  }
  .section-news-hp ul li.item-2 div:first-child {
    padding-top: 0px;
  }
  .section-news-hp .btn {
    margin-top: 10px;
  }
}
/**
 * Section timeline
 */

.section-timeline {
  padding: 45px 0 0;
}

.section-timeline p {
  font-size: 16px;
}

.section-timeline .timeline ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.section-timeline .timeline ul:before {
  content: "";
  width: 2px;
  background: #bebebe;
  position: absolute;
  top: 3px; bottom: 0; left: 50%;
  margin-left: -1px;
}

.section-timeline .timeline ul li .indicator {
  content: "";
  width: 2px;
  background: transparent;
  position: absolute;
  top: 0; bottom: 0;
  left: 50%;
  z-index: 1;
  margin-left: -1px;
}

.section-timeline .timeline ul li.active .indicator {
  background: #ea640d;
}

.section-timeline .timeline ul li:last-child .indicator,
.section-timeline .timeline ul li.active:last-child .indicator  {
  background: white;
}

.section-timeline .timeline ul li {
  position: relative;
  font-size: 17px;
  color: #ea640d;
}

.section-timeline .timeline ul li:after {
  content: "";
  display: table;
  clear: both;
}

.section-timeline .timeline ul li:before {
  content: "";
  width: 14px;
  height: 14px;
  border: solid 1px #ea640d;
  background: #fff;
  position: absolute;
  top: 3px;
  left: 50%;
  z-index: 2;
  margin-left: -7px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.section-timeline .timeline ul li.active:before {
  background: #ea640d;
}

.section-timeline .timeline ul li span {
  display: block;
  font-size: 14px;
  color: #5a5a5a;
}

.section-timeline .timeline ul li.odd > div {
  float: left;
  text-align: right;
  width: 145px;
}

.section-timeline .timeline ul li.even > div {
  float: right;
  text-align: left;
  width: 145px;
}

/**
 * Section prix
 */

.section-prix {
  /*padding: 100px 0 45px 0;*/
  padding: 45px 0 45px 0;
  position: relative;
}

.prix-top {
  /*background: #e6e6e6;*/
  position: relative;
  font-size: 16px;
  overflow: hidden;
  z-index: 2;
}

.prix-top-hack {
  background: #e6e6e6;
  position: absolute;
  top: 0; left: 50%;
  margin-left: -1500px;
  z-index: 1;
  width: 3000px;
  height: 320px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotate(1deg);
      -ms-transform: rotate(1deg);
          transform: rotate(1deg);
}

@media (min-width:800px) and (max-width:1024px) {
  .prix-top-hack {
    height: 360px;
  }
}

@media (min-width:768px) and (max-width:800px) {
  .prix-top-hack {
    height: 400px;
  }
}

@media (max-width:767px) {
  .prix-top {
    background: #e6e6e6;
    padding: 45px 0;
  }
  .prix-top-hack {
    display: none;
  }
}

.prix-top-hack .container {
  -webkit-transform: rotate(-1deg);
      -ms-transform: rotate(-1deg);
          transform: rotate(-1deg);
}

.prix-top-hack img {
  right: -15px;
  position: relative;
}

/*.prix-top .container {
  -webkit-transform: rotate(-1deg);
      -ms-transform: rotate(-1deg);
          transform: rotate(-1deg);
}*/

/*.prix-top:after {
  content: "";
  width: 3000px;
  background: #e6e6e6;
  position: absolute;
  top: 0px; bottom: 0px; left: -10px;
  z-index: -1;
  -webkit-transform: rotate(1deg);
      -ms-transform: rotate(1deg);
          transform: rotate(1deg);
}*/

/*.prix-top:before,
.prix-top:after {
  content: "";
  width: 100%;
  height: 80px;
  position: absolute;
  left: 0;
}

.prix-top:before {
  top: -80px;
  background: url('img/bg-pitch.png') no-repeat 0 0;
}

.prix-top:after {
  bottom: -80px;
  background: url('img/bg-pitch.png') no-repeat 0 100%;
}*/

.prix-top p:last-child {
  margin-bottom: 0;
}

.section-prix .subtitle {
  margin-top: 100px;
}

.section-prix h4 {
  text-transform: uppercase;
  color: #ea640d;
  font-size: 24px;
  margin-top: 0;
  padding-left: 43px;
  padding-top: 8px;
  position: relative;
}

.section-prix h4:before {
  content: "\e904";
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 34px;
}

.section-prix .content {
  padding-left: 80px;
  font-size: 16px;
}

.section-prix .content-colored {
  font-size: 18px;
}

.section-prix .content ul {
  padding-left: 20px;
}

.section-prix .legende span {
  position: relative;
}

.section-prix .legende span:before {
    content: "+";
    display: inline-block;
    font-size: 30px;
    line-height: 1;
    position: absolute;
    top: -4px;
    left: -21px;
    color: #ea640d;
}

.section-prix .table-layout {
  margin-top: 60px;
  margin-bottom: 30px;
}
.section-prix .table-layout > * {
  vertical-align: middle;
}

/**
 * Section parrain
 */

.page-id-132 .section-parrain,
.page-id-134 .section-parrain,
.page-id-218 .section-parrain,
.page-id-220 .section-parrain {
  display: none;
}

.section-parrain {
  background: #eee;
  color: white;
  padding: 90px 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size:cover;
}

/*.section-parrain:after {
  content: "";
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background: white;
  opacity: 0.3;
}*/

body.home .section-parrain:after {
  display: none;
}

.section-parrain .subtitle {
  margin-bottom: 25px;
}

.section-parrain .subtitle,
.section-parrain .subtitle span {
  color: white;
}

.section-parrain .subtitle span {
  display: block;
}

.section-parrain .subtitle span:before {
  background: white;
}

/*.section-parrain .btn {
  border-color: white;
  color: white;
}

.section-parrain .btn:before {
  background: white;
}

.section-parrain .btn:hover {
  color: #5a5a5a;
}*/

/**
 * Section jury
 */

body.home .list-jury {
  background: #fff;
  position: relative;
}

/*body.home .list-jury:before,
body.home .list-jury:after {
  content: "";
  width: 100%;
  height: 95px;
  position: absolute;
  left: 0;
}

body.home .list-jury:before {
  background: transparent url('img/bg-jury.png') no-repeat 0 0;
  top: 0px;
}

body.home .list-jury:after {
   background: transparent url('img/bg-jury.png') no-repeat 0 110%;
   top: 95px;
   height: 100%;
}*/

.section-jury {
  padding: 45px 0;
}

.section-jury .subtitle {
  margin-bottom: 105px;
}

.section-jury ul {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 2;
}

.section-jury .inner a {
  display: block;
}

.section-jury .thumbnail {
  position: relative;
  z-index: 1;
}

.section-jury .thumbnail:before {
  content: "";
  background: white;
  opacity: 0.5;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 3;
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}

.section-jury .thumbnail:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #0098af;
  position: absolute;
  top: 0; left: 0;
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}

.section-jury .thumbnail img {
  width: 100%;
  position: relative;
  z-index: 2;
}

.section-jury h4 {
  text-transform: uppercase;
}

.section-jury h4 small {
  display: block;
  text-transform: none;
  margin-bottom: 5px;
}

.section-jury p {
  margin-bottom: 20px;
  color: #5a5a5a;
}

.section-jury .inner .btn {
  border: none;
  padding-left: 0;
  padding-top: 0;
}

.section-jury .inner .btn:before {
  display: none;
}

.section-jury a:hover .thumbnail:before {
  opacity: 0;
}

.section-jury a:hover .thumbnail.odd:after {
  left: 7px;
  top: 7px;
}
.section-jury a:hover .thumbnail.even:after {
  left: 7px;
  top: -7px;
}

.section-jury a:hover .btn {
  color: #0098af;
}

.section-jury .random {
  padding-bottom: 70px;
}

/**
 * Section latest actus HP
 */

.section-actus {
  padding: 45px 0;
}

.section-actus .subtitle {
  text-align: center;
  display: inline-block;
  position: relative;
}

.section-actus .subtitle:after {
  content: "";
  height: 4px;
  width: 200px;
  background: #0098af;
  display: block;
  position: absolute;
  bottom: -7px;
  right: 0;
}

.section-actus .thumbnail {
  position: relative;
  min-height: 180px;
  margin-bottom: 60px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size:cover;
}

/*.section-actus .thumbnail:after {
  content: "";
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 1;
  background: #0098af;
  opacity: 0.5;
}*/

.section-actus .inner {
  position: absolute;
   top: 0; right: 0; bottom: 0; left: 0;
}

.section-actus .container,
.section-actus .table-layout {
  height: 100%;
  position: relative;
  z-index: 2;
}

.section-actus .thumbnail .table-layout > * {
  vertical-align: middle;
}

.section-actus .thumbnail a {
  color: white;
}

.section-actus .thumbnail h2 {
  margin: 0;
  font-size: 29px;
  font-weight: 300;
  text-transform: uppercase;
}

.section-actus .metadatas {
  overflow: hidden;
}

.section-actus .metadatas .date {
  float: left;
  color: #aaa;
}

.section-actus .metadatas .read-more {
  float: right;
}

/**
 * Section Title
 */

.section-title {
  position: relative;
  min-height: 250px;
  margin-bottom: 60px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size:cover;
}

/*.section-title:after {
  content: "";
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 1;
  background: #0098af;
  opacity: 0.5;
}*/

.section-title .inner {
  position: absolute;
   top: 0; right: 0; bottom: 0; left: 0;
}

.section-title .container,
.section-title .table-layout {
  height: 100%;
  position: relative;
  z-index: 2;
}

.section-title .table-layout > * {
  vertical-align: middle;
}

.section-title h1 {
  position: relative;
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  color: white;
  /*text-transform: uppercase;*/
  -webkit-transition: all 0.5s 2s ease-out;
          transition: all 0.5s 2s ease-out;
}

.section-title .bd-top:after,
.section-title .bd-right:after,
.section-title .bd-btm:after,
.section-title .bd-left:after {
  background: white;
}

.bd-top {
  position: absolute;
  top: 15px;
  left: 10px;
  right: 10px;
  height: 1px;
  overflow: hidden;
}
.bd-top:after {
  content: "";
  position: absolute;
  top: 0;
  left: -300%;
  width: 100%;
  height: 1px;
  -webkit-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
}
.bd-btm {
  position: absolute;
  bottom: 15px;
  left: 10px;
  right: 10px;
  height: 1px;
  overflow: hidden;
}
.bd-btm:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 300%;
  width: 100%;
  height: 1px;
  -webkit-transition: all 0.2s 0.4s ease-out;
          transition: all 0.2s 0.4s ease-out;
}
.bd-left {
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 10px;
  width: 1px;
  overflow: hidden
}
.bd-left:after {
  content: "";
  position: absolute;
  top: 300%;
  left: 0px;
  width: 1px;
  height: 100%;
  -webkit-transition: all 0.2s 0.6s ease-out;
          transition: all 0.2s 0.6s ease-out;
}
.bd-right {
  position: absolute;
  top: 15px;
  bottom: 15px;
  right: 10px;
  width: 1px;
  overflow: hidden;
}
.bd-right:after {
  content: "";
  position: absolute;
  top: -300%;
  left: 0px;
  width: 1px;
  height: 100%;
  -webkit-transition: all 0.2s 0.2s ease-out;
          transition: all 0.2s 0.2s ease-out;
}

.section-title.active .bd-top:after {
  left: 0%;
}
.section-title.active .bd-btm:after {
  left: 0%;
}
.section-title.active .bd-left:after {
  top: 0%;
}
.section-title.active .bd-right:after {
  top: 0%;
}

body.error404 .section-title {
  min-height: 500px;
}

body.error404 .section-title h1:before {
  content: "404";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -115px 0 0 -175px;
  font-size: 230px;
  line-height: 1;
  color: #5a5a5a;
  z-index: -1;
}

body.mentions-legales .section-title {
  background-image: url('img/bg-mentions-1.jpg');
}

/**
 * Section tabs
 */

.section-tabs {
  border-bottom: solid 1px #e7e7e7;
  margin-top: -32px;
  padding-bottom: 15px;
}

.section-tabs.section-tabs-mon-compte {
  margin-top: 0;
  padding-bottom: 0;
}

.section-tabs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.section-tabs ul li {
  text-align: center;
}

.section-tabs ul li a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 29px;
  font-weight: 300;
}

.section-tabs ul li.current_page_item a {
  color: black;
  font-weight: 700;
}

.section-tabs ul li a:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #0098af;
  position: absolute;
  bottom: 0; left: -100%;
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}

.section-tabs ul li a:hover:after,
.section-tabs ul li.current_page_item a:after {
  left: 0;
}

.section-tabs ul li.current_page_item a:after {
  background: black;
}

/**
 * Section intro
 */

.section-intro {
  padding: 45px 0;
}

.section-intro .subtitle span {
  display: block;
}

.section-intro p {
  font-size: 16px;
}

/**
 * Section laureat
 */

.section-laureat {
  padding: 45px 0;
}

.section-laureat .subtitle span {
  display: block;
}

.packery:after {
  content: ' ';
  display: block;
  clear: both;
}

.packery .item {
  padding: 10px;
}

.packery .item .inner {
  width: 100%;
}

.packery .item .thumbnail img {
  margin: 0 auto;

  width: 100%;
}

.packery .item .desc {
  display: none;
  border: solid 1px #0098af;
  padding: 30px 0;
}

.packery .item .desc > .row {
  margin: 0;
}

.title-proj {
  font-size: 44px;
  color: #0098af;
  margin: 0;
  font-weight: 300;
  text-transform: uppercase;
}

.place-proj {
  font-size: 27px;
  color: #0098af;
  font-weight: 300;
}

.users-proj a,
.users-proj .link-proj {
  display: block;
  border-top: solid 1px #e6e6e6;
  padding: 20px 0;
}

.users-proj a img,
.users-proj .link-proj img {
  float: left;
  width: 60px;
  height: 60px;
  border: solid 1px transparent;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}

.users-proj a:hover img {
  border-color: #0098af;
}

.user-infos {
  overflow: hidden;
}

.name-proj {
  font-size: 20px;
  color: #0098af;
  font-weight: 300;
  text-transform: uppercase;
  margin: 5px 0 0 0;
  display: inline-block;
}

.name-proj:after {
  content: "";
  height: 1px;
  width: 0;
  background: #0098af;
  display: block;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}

.users-proj a:hover .name-proj:after {
  width: 100%;
}

.statut-proj {
  font-size: 18px;
  color: #5a5a5a;
  font-weight: 300;
}

.link-proj {
  font-size: 18px;
  color: #0098af;
  font-weight: 300;
}

.link-proj[href="javascript:void(0)"] {
  cursor: pointer;
}

/*
Timeline 1 seul point
débloquer acf + de 2 success (juste les 2 premiers dans)
*/

.packery .item.gigante {
  width: 100%;
}

.packery .item.gigante .thumbnail {
  display: none;
}

.packery .item.gigante .desc {
  display: block;
}

/* slider */

.slider img {
  margin: 0 auto;
}

.slick-loading .slick-list {
    background: #fff url('img/ajax-loader.gif') center center no-repeat;
}

.slick-slide:focus {
  outline: none !important;
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 0;
  text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: solid 1px #000;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li.slick-active button {
  background: #000;
}

.packery .thumbnail {
  position: relative;
}

.packery .hover {
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.packery .hover:after {
  content: "";
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  width: 100%;
  height: 100%;
  background: #0098af;
  opacity: 0.5;
}

.packery .hover:before {
  content: "";
  position: absolute;
  bottom: 0; right: 0;
  width: 50px; height: 50px;
  border-right: solid 16px white;
  border-bottom: solid 16px white;
  z-index: 2;
}

.packery .hover.cat1:before {
  border-right-color: #383379;
  border-bottom-color: #383379;
}

.packery .hover.cat1:after {
  background-color: #383379;
}

.packery .hover.cat2:before {
  border-right-color: #19e1b4;
  border-bottom-color: #19e1b4;
}

.packery .hover.cat2:after {
  background-color: #19e1b4;
}

.packery .hover.cat3:before {
  border-right-color: #eed713;
  border-bottom-color: #eed713;
}

.packery .hover.cat3:after {
  background-color: #eed713;
}

.packery .hover.cat4:before {
  /*border-right-color: #89826e;
  border-bottom-color: #89826e;*/
  border-right-color: #bd9bbe;
  border-bottom-color: #bd9bbe;
}

.packery .hover.cat4:after {
  background-color: #bd9bbe;
}

.packery .hover.cat5:before {
  border-right-color: #f31443;
  border-bottom-color: #f31443;
}

.packery .hover.cat5:after {
  background-color: #f31443;
}

.packery .hover.cat6:before {
  border-right-color: #1448f3;
  border-bottom-color: #1448f3;
}

.packery .hover.cat6:after {
  background-color: #1448f3;
}

.packery .hover.cat7:before {
  border-right-color: #bd9bbe;
  border-bottom-color: #bd9bbe;
}

.packery .hover.cat7:after {
  background-color: #bd9bbe;
}

.packery .table-layout {
  height: 100%;
}

.packery .table-layout > div {
  vertical-align: middle;
  padding: 0 25px;
}

.packery .table-layout > div p {
  color: white;
  font-size: 29px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  z-index: 2;
  top: 10px;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}

.packery .table-layout > div p small {
  display: block;
  font-size: 18px;
  font-weight: 300;
}

.packery .hover .read-more {
  position: absolute;
  right: 40px;
  bottom: 25px;
  color: white;
  font-size: 14px;
  z-index: 10;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}

.packery .item:hover .hover {
  visibility: visible;
  opacity: 1;
  cursor: pointer;
}

.packery .item:hover p {
  top: 0;
}

.packery .item:hover .read-more {
  right: 30px;
}

button.destroy {
  background: transparent url('img/icons/close-popin.png') no-repeat 0 0;
  width: 27px;
  height: 27px;
  border: none;
  float: right;
  text-indent: -999em;
  position: relative;
  margin-top: -20px;
}

button.destroy:focus {
  outline: none;
}

/* laureat 2016 home page -- modifier */

.section-laureat--2016 {
  padding-top: 0;
}

.section-laureat--2016 .slider {
  border: solid 1px #0098af;
  margin-bottom: 30px;
}

.section-laureat--2016 .slider img {
  width: 100%;
}

.section-laureat--2016 hr {
  margin: 40px 0;
}

@media (min-width: 768px) {
  .section-laureat--2016 .slider {
    margin-right: 30px;
  }
  .section-laureat--2016 .col-sm-push-6 .slider {
    margin-left: 30px;
    margin-right: 0;
  }
}

.section-laureat--2016 p {
  margin-bottom: 20px;
}

.section-laureat--2016 .title-proj {
  line-height: 1.1;
  font-size: 34px;
}

.section-laureat--2016 .place-proj {
  font-size: 24px;
  margin-bottom: 15px;
}

.section-laureat--2016 .users-proj .link-proj {
  border-top: none;
  padding: 15px 0;
}

.section-laureat--2016 .user-infos a {
  border: none;
  padding: 0;
}

.heart-storke {
  padding: 25px;
  min-height: 155px;
  color: black;
  background-size: cover;
  background-position: right 0;
  background-repeat: no-repeat;
}

.heart-storke .btn {
  padding: 0 24px 0 0;
}

@media (min-width: 768px) {
  .heart-storke > div {
    width: 50%;
  }
}

/**
 *  Section FAQ
 */

.section-faq {
  padding: 0 0 45px 0;
}

.section-faq .collapse-trigger {
  font-size: 29px;
  text-transform: uppercase;
  margin: 0;
  color: #0098af;
  text-align: center;
  border-bottom: solid 1px #e6e6e6;
  padding: 30px 0 29px 0;
  cursor: pointer;
}

.section-faq .collapse-trigger:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: transparent url('img/icons/downArrow.png') no-repeat 0 0;
  width: 5px;
  height: 12px;
  position: relative;
  top: -3px;
  margin-left: 22px;
}

.section-faq .collapse-trigger.active:after {
  background: transparent url('img/icons/upArrow.png') no-repeat 0 0;
}

.section-faq .collapse-trigger .icon {
  margin-right: 24px;
  vertical-align: middle;
  position: relative;
  top: -3px;
}

.section-faq .collapse-panel h4 {
  font-size: 18px;
  color: #0098af;
  text-transform: uppercase;
  padding-right: 10px;
}

.section-faq-form {
  padding-bottom: 45px;
}

.section-faq-form h3 {
  font-size: 18px;
  color: #0098af;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 45px;
}

.section-faq .icon-edit {
  font-size: 32px;
}

.section-faq .icon-coeur {
  font-size: 31px;
}

.section-faq .icon-cup {
  font-size: 37px;
}

.section-faq .icon-localisation {
  font-size: 42px;
}

.section-faq .icon-localisation {
  font-size: 49px;
}

.section-faq .icon-bouteille {
  font-size: 46px;
}

/**
 *  Section list des actus & single post
 */

.post {
  border-bottom: solid 1px #e6e6e6;
  padding: 45px 0;
}

body.single .post {
  padding-top: 0;
}

.post h2,
.post .title {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 29px;
  margin: 0;
  padding: 0 0 30px 0;
  color: #0098af;
}

.post h3 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 18px;
  color: #0098af;
}

.metas {
  color: #aaa;
  margin-bottom: 30px;
}

.metas span {
  display: inline-block;
  vertical-align: top;
}

.metas .date {
  border-right: solid 1px #e6e6e6;
  padding-right: 15px;
}

.cat ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cat ul li {
  float: left;
  margin-left: 14px;
}

.cat ul li a {
  color: #aaa;
}

.cat ul li a:hover {
  color: #0098af;
}

.post .thumbnail {
  margin-bottom: 30px;
}

.post .thumbnail a {
  position: relative;
  z-index: 1;
  display: block;
}

/*.post .thumbnail a:before {
  content: "";
  background: white;
  opacity: 0.5;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 3;
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}*/

.post .thumbnail a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #0098af;
  position: absolute;
  top: 0; left: 0;
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}

.post .thumbnail a:hover:before {
  opacity: 0;
}

.post .thumbnail a:hover:after {
  left: 7px;
  top: 7px;
}

.post .thumbnail img {
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  /*width: 100%;*/
  display: block;
  margin: 0 auto;
}

.details {
  text-align: right;
}

.share a {
  margin-left: 25px;
  font-size: 24px;
}

body.page-template-template-compte .share,
body.page-template-template-inscription .share,
body.mentions-legales .share,
body.reglement-du-concours .share,
body.cnil .share,
body.cnil-2 .share {
  display: none !important;
}

.related-posts {
  border-bottom: solid 1px #e6e6e6;
  padding-bottom: 45px;
  margin-bottom: 45px;
  overflow: hidden;
}

.related-posts h3 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  color: #0098af;
  margin: 0;
  padding: 30px 0;
}

.related-posts ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.related-posts li {
  height: 138px;
  overflow: hidden;
}

.related-posts a {
  color: white;
  display: block;
  position: relative;
  height: 138px;
  background-position: 50% 50%;
  background-size: cover;
}

.related-posts li a:after {
  content: "";
  background: #0098af;
  opacity: 0.7;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
}

.related-posts li img {
  max-width: 100%;
  height: auto;
  display: block;

  display: none;
}

.related-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  z-index: 2;
  -webkit-transition: all 0.3s 0.2s ease-in;
          transition: all 0.3s 0.2s ease-in;
  opacity: 0;
  visibility: hidden;
  top: 5%;
}

.related-content .table-layout {
  height: 100%;
}

.related-content h3 {
  font-size: 14px;
  color: white;
  vertical-align: middle;
  margin: 0;
}

.related-posts li a:hover:after{
  opacity: 0.5;
  visibility: visible;
}

.related-posts li a:hover .related-content {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.back-to-post {
  margin-bottom: 45px;
}

.filters,
.filters ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #e6e6e6;
}

.filters:before,
.filters:after {
  content: "";
  display: table;
}

.filters:after {
  clear: both;
}

.filters {
  display: inline-block;
  text-align: center;
}

.filters > li {
  float: left;
  position: relative;
  padding: 10px 40px;
}

.filters > li .icon {
  margin-left: 12px;
  position: relative;
  top: 1px;
}

.filters .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background: white;
  border: solid 1px #e6e6e6;
  z-index: 100;
}

.filters li:hover .dropdown {
  display: block;
}

.filters a {
  display: block;
  white-space: nowrap;
  color: #5a5a5a;
  padding: 10px 40px;
}

.filters a:hover {
  background: #e6e6e6;
}

.filters .dropdown li.current-cat {
  font-weight: 400;
}

/**
 *  Section contact form
 */

.section-contact-form {
  padding: 0 0 45px 0;
}

.section-contact-form h3 {
  text-align: center;
  margin: 0 0 45px 0;
}

.wpcf7-form label.inline-block {
  font-weight: normal;
}

.wpcf7-form br {
  display: none;
}

.wpcf7-form .wpcf7-list-item {
  margin: 0;
}

.wpcf7-form .form-control {
  background: #e6e6e6;
  border: solid 1px #e6e6e6;
}

.wpcf7-form  input.form-control,
.wpcf7-form  select.form-control {
  height: 40px;
}

.wpcf7-form  textarea.form-control {
  min-height: 135px;
}

.wpcf7-form .form-control:focus {
  background: #fff;
}

.wpcf7-form .inline-block,
.wpcf7-form .radio-inline,
.wpcf7-form .checkbox-inline {
  margin-right: 20px;
}

/*.wpcf7-form */.jq-radio,
/*.wpcf7-form */.jq-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #e6e6e6;
  border: 1px solid #e6e6e6;
  position: absolute !important;
  top: 0; left: -20px;
}

/*.wpcf7-form */.jq-radio__div,
/*.wpcf7-form */.jq-checkbox__div {
  background: #0098af;
  border: 1px solid #0098af;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

/*.wpcf7-form */.jq-radio.checked .jq-radio__div,
/*.wpcf7-form */.jq-checkbox.checked .jq-checkbox__div {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.wpcf7-form .wpcf7-not-valid {
    border: 1px solid #ff0000;
}

.wpcf7-form .wpcf7-not-valid-tip {
    /*display: none;*/
}
.wpcf7-form .radio-inline .wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-form .wpcf7-validation-errors {
    background: #ffe2e2;
    border: 1px solid #ff0000;
    color: #C10000;
}

.wpcf7-form .wpcf7-response-output {
    margin: 2em 0;
    padding: 15px;
    border-radius: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.jq-selectbox-wrapper {
  display: block !important;
}

.jq-selectbox {
  width: 100% !important;
  height: 40px;
}

.jq-selectbox__select {
    margin: -6px -12px;
    height: 40px;
    cursor: pointer;
    position: relative;
}

.jq-selectbox__select-text {
  height: 40px;
  line-height: 27px;
  padding: 6px 12px;
}

.jq-selectbox__trigger {
  position: absolute;
  top: 0; right: 15px; bottom: 0;
}

.jq-selectbox__trigger:after {
  content: "\e90b";
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 12px;
  display: block;
}

.jq-selectbox__dropdown {
  border: solid 1px #e6e6e6;
  background: #fff;
  left: -1px;
  right: -1px;
}

.jq-selectbox__dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.jq-selectbox__dropdown ul li {
  padding: 5px 10px;
  cursor: pointer;
}



/**
 * Section inscription form
 */

.section-inscription-form {
  padding-bottom: 45px;
}

.section-inscription-form .top {
  text-align: center;
}

.section-inscription-form .btn-fb {
  border: solid 1px #0098af;
  display: inline-block;
  background: transparent url('img/login-fb.png') no-repeat 20px 8px !important;
  padding-left: 40px;
  color: #0098af;
}

.section-inscription-form .btn-fb:hover {
  color: #0098af;
}

.section-inscription-form .btn-fb:before,
.section-inscription-form .btn-fb:after {
  display: none;
}

#content_inscriptions .title {
  font-size: 29px;
  text-transform: uppercase;
  color: #0098af;
  margin: 70px 0 50px 0;
}

#vrap_btn_ins {
  margin-top: 60px;
}

/**
 *  Mon compte
 */

.section-compte {
  padding: 45px 0;
}

.depot-message {
  font-size: 18px;
  text-align: center;
}

.depot-message a {
  border: solid 1px #0098af;
  display: inline-block;
  padding-left: 40px;
}

.depot-message a .icon {
  font-size: 22px;
  position: relative;
  left: -16px;
  top: -1px;
  vertical-align: middle;
}

/**
 * Section fiches thematiques + section tabs modifs
 */

.section-tabs-mon-compte .list-pages {
  background: #0098af;
  position: relative;
  margin-top: -60px;
}

.section-tabs-mon-compte .list-pages:before {
  content: "";
  width: 300%;
  background: #0098af;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
}

.section-tabs-mon-compte .list-pages ul li {
  padding: 18px 0 10px 0;
}

.section-tabs-mon-compte .list-pages ul li a {
  color: white;
  font-size: 18px;
}

.section-tabs-mon-compte .list-pages ul li a:after {
  background: white;
}

.section-tabs-mon-compte .tabs {
  list-style: none;
  margin: 25px -10px 50px -10px;
  padding: 0;
}

.section-tabs-mon-compte .tabs li {
  width: 20%;
  padding: 0 10px;
  float: left;
}

/*.section-tabs-mon-compte .tabs li.item-5 {
  display: none;
}*/

.section-tabs-mon-compte .tabs li a {
  display: block;
  font-size: 18px;
  line-height: 1.1;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: white;
  background-size: cover;
}

.section-tabs-mon-compte .tabs li a:before {
  content: "";
  position: absolute;
  top: 10px; right: 10px; bottom: 10px; left: 10px;
  border: solid 1px white;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  z-index: 2;
}

.section-tabs-mon-compte .tabs li a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0098af;
  opacity: 0.7;
}

.section-tabs-mon-compte .tabs li a:hover:after {
  top: 0;
}

.section-tabs-mon-compte .tabs li a:hover:before,
.section-tabs-mon-compte .tabs li a.active:before {
  opacity: 1;
  visibility: visible;
}

.section-tabs-mon-compte .tabs li .table-layout {
  height: 205px;
  position: relative;
  z-index: 2;
}

.section-tabs-mon-compte .tabs li .table-layout > * {
  vertical-align: middle;
  text-align: center;
  padding: 0 11px;
}

.section-tabs-mon-compte .tabs li.item-1 a {
  background-image: url('img/bg-tab-1.jpg');
}

.section-tabs-mon-compte .tabs li.item-2 a {
  background-image: url('img/bg-tab-2.jpg');
  margin-top: 47px;
}

.section-tabs-mon-compte .tabs li.item-3 a {
  background-image: url('img/bg-tab-3.jpg');
  margin-top: 24px;
}

.section-tabs-mon-compte .tabs li.item-4 a {
  background-image: url('img/bg-tab-4.jpg');
  margin-top: 63px;
}

.section-tabs-mon-compte .tabs li.item-5 a {
  background-image: url('img/bg-tab-5.jpg');
  margin-top: 10px;
}

.section-fiches-thematiques {
  padding: 45px 0;
}

.section-fiches-thematiques .tab-panel {
  display: none;
}

.section-fiches-thematiques .tab-panel.active {
  display: block;
}

.section-fiches-thematiques .collapse-trigger {
  position: relative;
}

/*.section-fiches-thematiques .collapse-trigger:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: transparent url('img/icons/downArrow.png') no-repeat 0 0;
  width: 5px;
  height: 12px;
  position: relative;
  top: -3px;
  margin-left: 22px;
  float: right;
}

.section-fiches-thematiques .collapse-trigger.active:after {
  background: transparent url('img/icons/upArrow.png') no-repeat 0 0;
}*/

.section-fiches-thematiques .collapse-panel {
  display: block !important;
}

.section-fiches-thematiques .collapse-panel ul.text-center {
  list-style: none;
  padding-left: 0;
}

.section-fiches-thematiques .collapse-panel ul.text-center li {
  display: inline-block;
  margin: 0 10px;
}

/**
 *  Footer
 */

.footer {
  background: #e6e6e6;
  padding: 45px 0 0 0;
  font-size: 14px;
}

.footer .container {
  position: relative;
}

.footer .table-layout > * {
  vertical-align: middle;
}

.footer ul a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}

.footer ul a:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #0098af;
  position: absolute;
  bottom: 0; left: -100%;
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}

.footer ul a:hover:after,
.footer ul li.wpml-ls-current-language a:after {
  left: 0;
}

.footer ul {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}

.footer ul li {
  padding: 5px;
}

.footer .item-1 {
  width: 130px;
  font-size: 36px;
  color: #0098af;
}

.footer .item-2 {
  text-align: center;
}

.footer .item-2 ul {
  margin: 0;
}

.footer .item-2 li {
  padding: 5px 15px;
  line-height: 1;
  font-size: 26px;
}

.footer .item-2 a:after {
  display: none;
}

.footer .item-3 {
  width: 170px;
  text-transform: uppercase;
}

.contentinfo-btm {
  margin-top: 60px;
}

.cta-top {
  width: 46px;
  height: 46px;
  line-height: 46px;
  padding: 0;
  text-align: center;
  background: none;
  border: solid 1px #0098af;
  position: absolute;
  top: -100px;
  right: 15px;
}

.cta-top:before {
  left: 0;
  top: 100%;
}

.cta-top:after {
  display: none;
}

.cta-top:hover:before {
  top: 0;
}

.cta-top .icon {
  position: relative;
  top: 10px;
  display: inline-block;
  -webkit-transition: top 0.3s 0.1s ease;
          transition: top 0.3s 0.1s ease;
}

.cta-top:hover .icon {
  top: 5px;
  background-position: -10px -119px;
}

.cta-participez {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 101;
  display: none;
}

body.home .cta-participez {
  display: none;
}

.cta-participez a {
  display: inline-block;
  color: white;
  width: 100px;
  padding: 0 12px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  background: #ea640d;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

.cta-participez .icon {
  display: block;
  background: url('img/icon-participe.png') no-repeat 0 0;
  width: 13px; height: 17px;
  position: relative;
  margin: auto;
  position: absolute;
  top: 24px; left: 50%;
  margin-left: -6.5px;
}

.cta-participez span {
  display: inline-block;
  margin-top: 5px;
}

.copyright {
  border-top: solid 1px #bebebe;
  padding: 20px;
  margin-top: 45px;
  text-align: center;
}

.copyright a {
  background: url('img/logo-glucoz.png') no-repeat 0 0;
  padding-left: 80px;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 11px;
  margin-bottom: 0;
  color: #5a5a5a;
}

.copyright img {
  margin-right: 10px;
}

/**
 *  Responsive
 */

@media (max-width: 1023px) {
  .nav > ul > li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .login-form .btn {
    min-width: 125px;
  }
  .section-timeline .timeline ul li.odd > div,
  .section-timeline .timeline ul li.even > div {
    width: 100px;
  }
}

@media (max-width: 767px) {

  #wrapper {
    padding-top: 80px;
  }

  .container {
    padding: 0 30px;
  }

  /* Head */

  .header {
    padding: 12px 0;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
    -webkit-transition: none;
            transition: none;
  }

  .subtitle {
    font-size: 30px;
  }

  p,
  .section-timeline p,
  .section-parrain h4 {
    font-size: 18px;
  }

  .section-tagline {
    min-height: 0;
    overflow: inherit;
  }

  .section-tagline .container {
    padding: 0;
  }

  .section-tagline .inner {
    position: relative;
  }

  .section-tagline .table-layout {
    table-layout: fixed;
  }

  .section-tagline .table-layout > * {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .logo-animate,
  .parallax {
    display: none;
  }

  .section-tagline .lead {
    display: none;
  }

  .section-actus .metadatas .date {
    font-size: 14px;
  }

  .section-actus .metadatas .read-more {
    font-size: 18px;
  }

  /* Prix */

  .section-prix .content {
    padding-left: 0;
  }

  /* parrain */

  .section-parrain {
    background-image: none !important;
    color: #5a5a5a;
  }

  .section-parrain:after {
    display: none;
  }

  .section-parrain .subtitle {
    color: #5a5a5a;
    margin-bottom: 30px;
  }

  .section-parrain .subtitle span {
    color: #0098af;
  }

  .section-parrain .subtitle span:before {
    background: #0098af;
  }

  .section-parrain .thumb {
    margin-left: -30px;
    margin-right: -30px;
  }

  .section-parrain .thumb img {
    width: 100%;
  }

  /*.section-parrain .btn {
    border-color: #0098af;
    color: #0098af;
  }

  .section-parrain .btn:before {
    background: #0098af;
  }

  .section-parrain .btn:hover {
    color: white;
  }*/

  /* Tabs */

  .section-tabs {
    border-bottom-color: white;
  }

  .section-tabs .form-control {
    display: block;
    width: 100%;
    background: #e6e6e6;
    border: solid 1px #e6e6e6;
    height: 60px;
    font-size: 20px;
  }

  .section-tabs .jq-selectbox__select,
  .section-tabs .jq-selectbox__select-text {
    height: 60px;
  }

  .section-tabs .jq-selectbox__select-text {
    line-height: 49px;
  }

  .section-tabs .jq-selectbox__trigger:after {
    margin-top: 20px;
  }

  /*.section-tabs-mon-compte .list-pages .page-item-57 {
    display: none;
  }*/

  .section-tabs-mon-compte .list-pages ul li a {
    font-size: 14px;
  }

  .section-tabs-mon-compte .tabs-mobile {
    background: #e6e6e6;
    font-size: 18px;
    margin: 50px 0;
  }

  .section-tabs-mon-compte .tabs-mobile li {
    position: relative;
    padding: 10px 0;
  }

  .section-tabs-mon-compte .tabs-mobile li.item-0 {
    cursor: pointer;
    border-bottom: solid 1px white;
    background: transparent url('img/icons/downArrow.png') no-repeat 97% 50%;
  }

  .section-tabs-mon-compte .tabs-mobile a {
    color: #5a5a5a;
    font-size: 18px;
  }

  .section-tabs-mon-compte .tabs-mobile a:after {
    display: none;
  }

  .section-tabs-mon-compte .tabs-mobile .dropdown {
    display: none;
    width: 100%;
    background: #e6e6e6;
    padding-top: 10px;
  }

  .section-tabs-mon-compte .tabs-mobile .dropdown.active {
    display: block;
  }

  /* Laureats */

  .packery .item {
    width: 100%;
    border-bottom: solid 1px #e6e6e6;
  }

  .packery .item .thumbnail:hover {
    cursor: pointer;
  }

  .packery .hover {
    opacity: 1;
    visibility: visible;
    position: relative;
  }

  .packery .hover:after {
    display: none;
  }

  .packery .table-layout > div p {
    color: #0098af;
    position: relative;
    padding-right: 25px;
  }

  .packery .table-layout > div p:after {
    content: "\e90b";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%; right: 0;
    margin-top: -15px;
   }

   .packery .item.gigante .desc {
    padding: 30px;
    margin-left: -20px;
    margin-right: -20px;
   }

  .title-proj {
    font-size: 29px;
  }

  .users-proj a img,
  .users-proj .link-proj img {
    margin-right: 30px;
  }

  button.destroy {
    margin-right: -20px;
    margin-top: 2px;
  }

  .btn-see-more {
    margin-top: 60px;
  }

  .btn-see-more:after {
    content: "\e90b";
    font-size: 18px;
    margin-left: 5px;
  }

  .btn-see-more:hover:after {
    left: 7px;
  }

  /* Jury */

  .section-jury .col-sm-3 {
    width: 50%;
    float: left;
  }

  .section-jury .thumbnail:before {
    display: none;
  }

  .section-jury a .thumbnail.odd:after {
    left: 7px;
    top: 7px;
  }

  .section-jury a .thumbnail.even:after {
    left: 7px;
    top: -7px;
  }

  body.home .section-jury p {
    display: none;
  }

  /* Actus */

  .filters {
    margin: 0 -7px;
    padding-bottom: 16px;
  }

  .filters > li {
    width: 50%;
    font-size: 18px;
    background: #e6e6e6;
  }

  .filters > li:first-child {
    width: 100%;
    display: block;
    background: white;
    border-bottom: solid 1px #e6e6e6;
    margin-bottom: 16px;
  }

  .filters > li.item-2 {
    border-right: solid 7px white;
  }
  .filters > li.item-3 {
    border-left: solid 7px white;
  }

  .filters a {
    padding: 10px;
  }

  .filters .dropdown {
    width: 100%;
  }

  .filters .form-control {
    background: #e6e6e6;
    border-color: #e6e6e6;
    font-size: 16px;
  }

  .filters .jq-selectbox-wrapper {
    margin: -10px -40px;
  }

  .post .thumbnail a:before {
    display: none;
  }

  .related-posts li {
    overflow: hidden;
    margin-bottom: 40px;
    height: auto;
  }

  .related-posts li a {
    background-image: none;
    height: auto;
  }

  .related-posts li img {
    display: block;
  }

  .metas span {
    display: block;
    overflow: hidden;
  }

  .metas .date {
    border: none;
    padding: 0;
    margin-bottom: 10px;
  }

  .cat ul li {
    margin-right: 14px;
    margin-left: 0;
  }

  .related-thumb {
    width: 38%;
    float: left;
  }

  .related-content {
    position: relative;
    opacity: 1;
    visibility: visible;
    top: 0;
    width: 58%;
    float: right;
    text-align: left;
  }

  .related-posts li a:after {
    display: none;
  }

  .related-content h3 {
    color: #5a5a5a;
    padding: 0;
  }

  /* Footer */

  .footer .contentinfo-btm {
    display: none !important;
  }

  .footer .table-layout,
  .footer .table-layout > * {
    display: block;
  }

  .footer .item-1 {
    float: left;
  }

  .footer .item-2 {
    float: right;
  }

  .footer .item-3 {
    text-align: center;
    width: 100%;
  }

  .copyright .container {
    padding-left: 0;
    padding-right: 0;
  }

  .copyright p {
    font-size: 14px;
  }

}

@media (max-width: 480px) {

  /* Title */
  body.error404 .section-title h1:before {
    margin: -75px 0 0 -115px;
    font-size: 150px;
  }

  /* Faq */

  .section-faq .collapse-trigger {
    font-size: 24px;
    text-align: left;
  }

  .section-faq .icon {
    width: 40px;
    display: inline-block;
    text-align: center;
    margin-right: 5px !important;
  }

  .section-faq .icon-edit {
    font-size: 30px;
  }

  .section-faq .icon-file {
    font-size: 24px;
  }

  .section-faq .icon-coeur {
    font-size: 29px;
  }

  .section-faq .icon-cup {
    font-size: 35px;
  }

  .section-faq .icon-localisation {
    font-size: 40px;
  }

  .section-faq .icon-localisation {
    font-size: 49px;
  }

  /* footer */

  .footer .item-2 li {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 479px) {

  /* Timeline HP */

  .section-timeline .timeline ul:before,
  .section-timeline .timeline ul:after {
    left: 9px;
    margin-left: 0;
  }

  .section-timeline .timeline ul li:before,
  .section-timeline .timeline ul li .indicator {
    left: 10px;
  }

  .section-timeline .timeline ul li.odd > div,
  .section-timeline .timeline ul li.even > div {
    float: none;
    width: 100%;
    text-align: left;
    padding-left: 30px;
    margin-bottom: 15px;
  }

  /* Faq */

  .section-faq .collapse-trigger {
    font-size: 16px;
    text-align: left;
  }

  .section-faq .collapse-trigger:after {
    margin-left: 10px;
  }

  .section-faq .icon-localisation {
    font-size: 42px;
  }

  .section-faq-form h3 {
    text-align: left;
    font-size: 16px;
  }

  .wpcf7-form label.inline-block {
    display: block;
  }

  .wpcf7-form .radio-inline,
  .wpcf7-form .checkbox-inline {
    width: 39%;
    margin-top: 15px;
  }

  .wpcf7-form .radio-inline + .radio-inline,
  .wpcf7-form .checkbox-inline + .checkbox-inline {
    margin-left: 3px;
  }

  /* Inscription */

  .section-inscription-form .btn-fb {
    display: block;
    white-space: normal;
  }

  /* footer */

  .cta-top {
    top: -66px;
  }

  /*.cta-participez,
  .cta-participez a,
  .cta-participez a:after {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }*/

  .cta-participez span {
    font-size: 10px;
    top: 20px;
    padding-bottom: 9px;
  }

  .cta-participez span:after {
    font-size: 24px;
    left: 26px;
  }

}

/* OFF CANVA */

.toggle-form,
.toggle-nav {
    display: none;
}

/*@media (max-width: 767px) {*/
@media (max-width: 1023px) {

  .logo {
    display: table;
    width: 100%;
    text-align: center;
  }

  .logo > * {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }

  .toggle-form,
  .toggle-nav {
    width: 60px;
    color: #0098af;
    cursor: pointer;
  }

  .toggle-form {
    font-size: 30px;
    text-align: right;
  }

  .toggle-nav {
    font-size: 24px;
    text-align: left;
  }

  .nav > ul {
    position: fixed;
    top: 0; bottom: 0; left: -280px;
    z-index: 10001;
    width: 280px;
    margin: 0;
    background: white;
    -webkit-transition: all 0.1s ease-in;
            transition: all 0.1s ease-in;
  }

  .nav > ul li {
    float: none;
    padding: 0;
  }

  .nav > ul li a {
    display: block;
    font-size: 18px;
    text-align: center;
    border-bottom: solid 1px #eee;
    padding: 20px 10px;
  }

  .nav > ul li a:after {
    display: none;
  }

  .offcanva.openLeft .backdrop {
    content: "";
    position: absolute;
    top: -80px; right: 0; bottom: 0; left: 280px;
    background: #000;
    opacity: 0.6;
    z-index: 1001;
    display: none;
  }

  .offcanva.openRight .backdrop {
    content: "";
    position: absolute;
    top: -80px; right: 280px; bottom: 0; left: 0;
    background: #000;
    opacity: 0.6;
    z-index: 1001;
    display: none;
  }

  .offcanva.openLeft .nav > ul {
    left: 0px;
  }

  .offcanva.openLeft .backdrop,
  .offcanva.openRight .backdrop {
    display: block;
  }

  .login-form {
    position: fixed;
    top: 0; bottom: 0; right: -280px;
    z-index: 10001;
    width: 280px;
    margin: 0;
    background: white;
    -webkit-transition: all 0.1s ease-in;
            transition: all 0.1s ease-in;
  }

  .login-form > ul {
    display: block;
    margin: 0 15px;
  }

  /* 2016 */
  .login-form ul li.item-inscrire > a.btn/*,
  .login-form ul li.item-3*/ {
    display: none;
  }

  .login-form ul.dropdown {
    position: relative;
    opacity: 1;
    visibility: visible;
    top: 0;
    box-shadow: none;
    border-bottom: solid 1px #fff;
  }

  .login-form ul.dropdown-login {
    width: 100%;
  }

  .login-form ul.dropdown-login li {
    padding-left: 0;
    padding-right: 0;
  }

  .login-form ul.dropdown.dropdown-compte {
    width: 100%;
    border-bottom-color: #ea640d;
  }

  .offcanva.openRight .login-form {
    right: 0;
  }

  /* news 2016 */
  .section-news-hp {
    display: none !important;
  }
}


/**
 * Print
 */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  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;
  }
}

.cookie-message{
  position:fixed;
  bottom:0;left:0;right:0;
  padding:5px 85px 5px 20px;
  background:#000;
  background: rgba(0,0,0,0.8);
  box-shadow:0 0 3px #ccc;
  z-index:1001;
  font-size: 12px;
  color: white;
  display: none;
}
.cookie-message a {
  text-decoration: underline;
}
.cookie-message a.cookiebar-close{
  position:absolute;
  top:0;
  *top:-2px;
  right:20px;
  cursor:pointer;
  text-decoration: none;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}
.cookie-message a.cookiebar-close:after {
  content: "\00d7";
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  text-indent: 0;
  color: white;
  line-height: 1.1;
}
.cookie-message p,
.cookie-message a{
  color:#fff;
}

/*Update btn-back*/
.btn.btn_back {
  padding-left: 37px;
}
.btn.btn_back:after {
    font-family: 'icomoon2';
    content: "\e900";
    display: inline-block;
    vertical-align: middle;
    font-size: 6px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition: left 0.2s 0.2s ease-in-out;
    transition: left 0.2s 0.2s ease-in-out;
    position: absolute;
    top: 50%;
    left: 14px;
    margin-top: -4px;
}
.btn.btn_back:hover:after {
  left: 10px;
}

/**/
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 40px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 12px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
  border-radius: 0px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px 12px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
  border-radius: 0px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 40px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:after {
content: "\e90b";
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 12px;
  display: block;
}
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      display: none;
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e6e6e6;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #e6e6e6; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #e6e6e6;
  color: #444; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
  border-radius: 0px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #e6e6e6; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
.select2-selection--single:focus {
  outline: none;
}

.filters .select2,
.section-tabs .select2 {
  display: none !important;
}
@media (max-width: 767px) {
.filters .select2,
.section-tabs .select2 {
  display: block !important;
}
.filters .select2 {
  width: 100% !important;
}
.filters > li.item-2,.filters > li.item-3 {
  padding: 10px 5px;
}
}

/* extra mfp */
.page-vote .mfp-arrow-left {
  left: 0;
}
.page-vote .mfp-arrow-right {
    right: 0px;
}

/* Verallia 2018 */

/**
 *  Title
 */

.section-title h1 {
  position: relative;;
  display: inline-block;
  padding: 25px 45px;
}

.subtitle {
  position: relative;
  display: inline-block;
  margin-bottom: 50px;/* 80px */
}

.subtitle:before,
.subtitle:after {
  content: "";
  position: absolute;
  right: -25px; bottom: -20px;
}

.section-title .corner-2:before,
.section-title .corner-2:after {
  content: "";
  position: absolute;
  right: 0px; bottom: 0px;
}

.section-title .corner-1:before,
.section-title .corner-1:after {
  content: "";
  position: absolute;
  left: 0px; top: 0px;
}

.section-title .corner-1:before,
.section-title .corner-2:before,
.subtitle:before {
  width: 16px;
  height: 50px;
  background: #f31443;
  z-index: 2;
}

.section-title .corner-1:after,
.section-title .corner-2:after,
.subtitle:after {
  height: 16px;
  width: 50px;
  background: #fa9a04;
  z-index: 1;
}

.section-intro .subtitle:before,
.section-laureat .subtitle:before {
  background: #19e1b4;
}

.section-intro .subtitle:after,
.section-laureat .subtitle:after {
  background: #eed713;
}

/**
 *  Btn
 */

.btn {
  height: 44px;
  line-height: 44px;
  border-radius: 22px;
  padding-top: 0;
  padding-bottom: 0;
  background: #3f3f3f;
  border: solid 1px #3f3f3f;
  color: white;
}

.btn:before,
.btn:after {
  display: none;
}

.btn:hover,
.btn:focus {
  background: transparent;
  color: #3f3f3f;
}

.login-form .btn {
  margin-top: 10px;
}

#connexion_wrap .btn-fb {
  background: none !important;
  height: auto !important;
  padding: 10px 12px 10px 20px !important;
  line-height: 1;
  margin-top: 0 !important;
}

.corner-a {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0; left: 0;
}

.corner-a:before {
  content: "";
  width: 50px;
  height: 16px;
  background: #19e1b4;
  z-index: 1;
  position: absolute;
  top: 0; left: 0;
}

.corner-a:after {
  content: "";
  width: 16px;
  height: 50px;
  background: #eed713;
  z-index: 2;
  position: absolute;
  top: 0; left: 0;
}

.corner-b {
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: 0; right: 0;
}

.corner-b:before {
  content: "";
  width: 50px;
  height: 16px;
  background: #fa9a04;
  z-index: 1;
  position: absolute;
  bottom: 0; right: 0;
}

.corner-b:after {
  content: "";
  width: 16px;
  height: 50px;
  background: #f31443;
  z-index: 2;
  position: absolute;
  bottom: 0; right: 0;
}

/**
 *  Slider home
 */

.section-tagline {
  position: relative;
}

.slider-txt .bg-cover {
  background-size: cover;
  background-position: 100% 0;
  padding: 60px 0;
}

.slider-txt .lead {
  font-size: 40px;
  color: black;
  margin: 60px 0 20px;
}

.slider-txt .content {
  font-size: 26px;
  color: #009dad;
  margin: 0 0 40px;
}

.slider-txt .mentions {
  font-size: 20px;
  color: #ea640d;
  margin: 0;
}

.slider-txt .btn {
  background: #ea640d;
  border-color: #ea640d;
  color: white;
  height: 60px;
  line-height: 60px;
  border-radius: 40px;
  font-size: 20px;
  min-width: 200px;
  margin: 0 0 80px;
}

.icon-participe {
  background: url('img/icon-participe.png') no-repeat 0 0;
  width: 26px;
  height: 34px;
  display: inline-block;
  position: relative;
  top: 8px; left: -10px;
}

/**
 * Highlight
 */

.s-highlight {
  padding: 45px 0;
  background: #ebebeb;
}

.list-highlight ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-highlight li {
  position: relative;
}

.list-highlight li > * {
  position: relative;
  z-index: 2;
  padding: 30px;
}

.list-highlight li.item-1 {
  border-bottom: solid 8px #19e1b4;
}

.list-highlight li.item-2 {
  border-bottom: solid 8px #89826e;
}

.list-highlight li.item-3 {
  border-bottom: solid 8px #bd9bbe;
}

.list-highlight li.item-4 {
  border-bottom: solid 8px #1448f3;
}

.list-highlight li.item-5 {
  border-top: solid 8px #19e1b4;
}

.list-highlight li.item-6 {
  border-top: solid 8px #89826e;
}

.list-highlight li.item-7 {
  border-top: solid 8px #bd9bbe;
}

.list-highlight li.item-8 {
  border-top: solid 8px #1448f3;
}

.list-highlight li h2 {
  font-weight: 700;
  margin-top: 0;
}

.list-highlight li > a,
.list-highlight li > div {
  display: block;
  height: 224px;
}

.list-highlight li.item-5 .meta {
  font-weight: 700;
  color: #008ea5;
}

.list-highlight li.item-5 p {
  color: #828282;
}

.list-highlight li.item-6 .follow {
  margin-top: 70px;
}

.list-highlight li.item-7 .btn {
  margin-top: 70px;
}

.list-highlight li:after {
  content: "";
  background: rgba(0,0,0,0.2);
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 1;
  transition: all 0.6s;
  opacity: 0;
  visibility: hidden;
}

.list-highlight li:hover:after {
  opacity: 1;
  visibility: visible;
}

.list-highlight li:hover h2 {
  color: white;
}

.corner:before,
.corner:after {
  content: "";
  position: absolute;
}

.corner:before {
  width: 16px;
  height: 50px;
  z-index: 2;
}

.corner:after {
  height: 16px;
  width: 50px;
  z-index: 1;
}

.corner-top:before,
.corner-top:after {
  left: -10px; top: 0px;
}

.corner-btm:before,
.corner-btm:after {
  right: -10px; bottom: 0px;
}

.list-highlight li.item-1 .corner:before {
  background: #eed713;
}

.list-highlight li.item-1 .corner:after {
  background: #19e1b4;
}

.list-highlight li.item-2 .corner:before {
  background: #89826e;
}

.list-highlight li.item-2 .corner:after {
  background: #f31443;
}

.list-highlight li.item-3 .corner:before {
  background: #bd9bbe;
}

.list-highlight li.item-3 .corner:after {
  background: #383379;
}

.list-highlight li.item-4 .corner:before {
  background: #1448f3;
}

.list-highlight li.item-4 .corner:after {
  background: #fa9a04;
}

.list-highlight li.item-5 .corner:before {
  background: #eed713;
}

.list-highlight li.item-5 .corner:after {
  background: #19e1b4;
}

.list-highlight li.item-6 .corner:before {
  background: #89826e;
}

.list-highlight li.item-6 .corner:after {
  background: #f31443;
}

.list-highlight li.item-7 .corner:before {
  background: #bd9bbe;
}

.list-highlight li.item-7 .corner:after {
  background: #383379;
}

.list-highlight li.item-8 .corner:before {
  background: #1448f3;
}

.list-highlight li.item-8 .corner:after {
  background: #fa9a04;
}

.list-highlight li.item-1:after,
.list-highlight li.item-2:after,
.list-highlight li.item-3:after,
.list-highlight li.item-4:after {
  top: -45px;
}

.list-highlight li.item-5:after,
.list-highlight li.item-6:after,
.list-highlight li.item-7:after,
.list-highlight li.item-8:after {
  bottom: -45px;
}

/**
 * Laureat
 */

.s-laureat {
  padding: 90px 0 0 0;
}

.list-laureat ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-laureat ul li {
  position: relative;
  height: 430px;
  margin-bottom: 20px;
  cursor: pointer;
}

.list-laureat li:nth-child(1) {
  color: #383379;
}

.list-laureat li:nth-child(1) .laureat-cat:before,
.list-laureat li:nth-child(1) .laureat-cat:after {
  background: #383379;
}

.list-laureat li:nth-child(1) .laureat-cat {
  margin-top: 325px;
}

.list-laureat li:nth-child(2) {
  color: #19e1b4;
}

.list-laureat li:nth-child(2) .laureat-cat:before,
.list-laureat li:nth-child(2) .laureat-cat:after {
  background: #19e1b4;
}

.list-laureat li:nth-child(2) .laureat-cat {
  margin-top: 125px;
}

.list-laureat li:nth-child(3) {
  color: #eed713;
}

.list-laureat li:nth-child(3) .laureat-cat:before,
.list-laureat li:nth-child(3) .laureat-cat:after {
  background: #eed713;
}

.list-laureat li:nth-child(3) .laureat-cat {
  margin-top: 89px;
}

.list-laureat li:nth-child(4) {
  /*color: #89826e;*/
  color: #bd9bbe;
}

.list-laureat li:nth-child(4) .laureat-cat:before,
.list-laureat li:nth-child(4) .laureat-cat:after {
  background: #bd9bbe;
}

.list-laureat li:nth-child(4) .laureat-cat {
  margin-top: 93px;
}

.list-laureat li:nth-child(5) {
  color: #f31443;
}

.list-laureat li:nth-child(5) .laureat-cat:before,
.list-laureat li:nth-child(5) .laureat-cat:after {
  background: #f31443;
}

.list-laureat li:nth-child(5) .laureat-cat {
  margin-top: 348px;
}

.list-laureat li:nth-child(6) {
  color: #1448f3;
}

.list-laureat li:nth-child(6) .laureat-cat:before,
.list-laureat li:nth-child(6) .laureat-cat:after {
  background: #1448f3;
}

.list-laureat li:nth-child(6) .laureat-cat {
  margin-top: 224px;
}

.list-laureat li:nth-child(7) {
  /*display: none;*/
  color: #bd9bbe;
}

.list-laureat li:nth-child(7) .laureat-cat:before,
.list-laureat li:nth-child(7) .laureat-cat:after {
  background: #bd9bbe;
}

.list-laureat li:nth-child(7) .laureat-cat {
  margin-top: 258px;
}

html[lang="en-GB"] .list-laureat li:nth-child(1) .laureat-cat {
    margin-top: 168px;
}

html[lang="en-GB"] .list-laureat li:nth-child(2) .laureat-cat {
    margin-top: 102px;
}

html[lang="en-GB"] .list-laureat li:nth-child(3) .laureat-cat {
    margin-top: 92px;
}

html[lang="en-GB"] .list-laureat li:nth-child(4) .laureat-cat {
    margin-top: 93px;
}

html[lang="en-GB"] .list-laureat li:nth-child(5) .laureat-cat {
    margin-top: 345px;
}

.laureat-cat {
    position: absolute;
    transform: rotate(-90deg);
    transform-origin: 100% 0; /* 0 0 */
    font-weight: 700;
    font-size: 15px;
    bottom: calc(100% - 84px);
    right: calc(100% - 10px);
    width: 100%;
    margin-top: 0;
    text-align: right;
}

.laureat-cat:before,
.laureat-cat:after {
  content: "";
  position: absolute;
  right: -60px; top: 0px;
}

.laureat-cat:before {
  width: 16px;
  height: 50px;
  z-index: 1;
}

.laureat-cat:after {
  height: 16px;
  width: 50px;
  z-index: 2;
}

.laureat-thumbnail {
  height: 430px;
  overflow: hidden;
}

.laureat-thumbnail img {
    /*margin: auto;
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;*/

    margin: auto;
    max-width: none;
    max-height: none;
    min-width: 85%;
    min-height: 85%;
    height: auto;
    width: auto;
}

.laureat-name {
  position: absolute;
  bottom: 0; left: 0;
  width: 100%;
  text-align: center;
}

.laureat-info {
  padding: 30px;
  position: absolute;
  top: 0; right: 10px; bottom: 0; left: 10px;
  background: #faf8e6;
  color: black;
  opacity: 0;
  visibility: hidden;
}

.show .laureat-info {
  opacity: 1;
  visibility: visible;
}

.laureat-info:before {
  content: "";
  width: 50px; height: 50px;
  border-top: solid 15px #89826e;
  border-left: solid 15px #89826e;
  position: absolute;
  top: 0; left: 0;
}

.laureat-info:after {
  content: "";
  width: 50px; height: 50px;
  border-bottom: solid 15px #89826e;
  border-right: solid 15px #89826e;
  position: absolute;
  bottom: 0; right: 0;
}

.laureat-close {
  color: black;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

.laureat-close:hover {
  color: black;
}

.laureat-info h4 {
  color: #89826e;
  margin-top: 0;
}

.laureat-winner-item {
  font-size: 14px;
  line-height: 1.4;
}

.laureat-winner-item + .laureat-winner-item {
  margin-top: 30px;
}

.laureat-winner-img {
  float: left;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
  margin-top: -3px;
}

.laureat-winner-img img {
  margin: auto;
  width: 60px;
  height: 60px;
}

.laureat-winner-item-img + div {
  overflow: hidden;
}

.laureat-winner-name {
  color: #008ea5;
  font-weight: 700;
}

.laureat-winner-school {
  color: #9d9d9d;
  font-weight: 700;
}

.laureat-winner a {
  color: black;
  text-decoration: underline;
}

/**
 * Flash info
 */

.s-flash {
  padding: 90px 0;
}

.s-flash .container {
  padding: 30px;
  background: #008ea5;
  color: white;
}

.s-flash .subtitle {
  color: white;
  margin: 0;
}

.s-flash .subtitle:before,
.s-flash .subtitle:after {
  display: none;
}

.s-flash .subtitle span {
  color: white;
}

.flash-date,
.flash-content {
  display: inline-block;
  vertical-align: top;
  margin-top: 12px;
}

.flash-date {
  color: #eed713;
  font-weight: 700;
  padding-right: 20px;
}

.flash-content p {
  margin: 0;
}

/**
 * Agenda
 */

.s-agenda {
  padding: 30px 0 45px 0;
}

.s-agenda .subtitle:before {
  background: #19e1b4;
}

.s-agenda .subtitle:after {
  background: #eed713;
}

.list-agenda {
  position: relative;
}

.list-agenda:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0px; right: 0px;
  height: 1px;
  background: #e4e3e4;
  z-index: 1;
}

.list-agenda:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0px; right: 0px;
  height: 1px;
  background: #e4e3e4;
  z-index: 1;
}

.list-agenda ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

.list-agenda ul:before,
.list-agenda ul:after {
  content: "";
  display: table;
}

.list-agenda ul:after {
  clear: both;
}

.list-agenda li {
  color: black;
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  line-height: 1.2;
  font-size: 15px;
  font-weight: 700;
}

.list-agenda li span {
  display: block;
  color: #9d9d9d;
  font-weight: 300;
}

.list-agenda li.active span {
  color: #ea640d;
}

.list-agenda li:before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 50%;
  background: black;
  position: absolute;
  bottom: -4px; left: 10px;
}

.list-agenda .indicator {
  display: block;
  width: 9px; height: 11px;
  /*background: url('img/agenda-arrow-dark.svg') no-repeat center center;*/
  position: absolute;
  bottom: -6px; left: 30px;
}

.list-agenda li.active .indicator {
  width: 26px; height: 26px;
  border-radius: 50%;
  background: #ea640d url('img/agenda-arrow-light.svg') no-repeat center center;
  bottom: -13px;
}

/**
 * Skill
 */

.s-skill {
  padding: 90px 0 45px 0;
}

.s-skill .subtitle {
  font-weight: 700;
  color: #0098af;
  position: relative;
  font-size: 30px;
  margin: 0 0 48px 25px;
}

.s-skill .subtitle:before {
  top: -25px;
  left: -25px;
  right: auto;
}

.s-skill .subtitle:after {
  top: -25px;
  left: -25px;
  bottom: auto;
}

.s-skill .col-sm-3 {
  margin-bottom: 30px;
}

.s-skill .item-1 .subtitle:before {
  background: #eed713;
}

.s-skill .item-1 .subtitle:after {
  background: #19e1b4;
}

.s-skill .item-2 .subtitle:after {
  background: #89826e;
}

.s-skill .item-3 .subtitle:before {
  background: #383379;
}

.s-skill .item-3 .subtitle:after {
  background: #bd9bbe;
}

.s-skill .item-4 .subtitle:before {
  background: #fa9a04;
}

.s-skill .item-4 .subtitle:after {
  background: #1448f3;
}

/**
 * News home
 */

.s-news {
  padding: 45px 0;
}

.s-news .subtitle:before {
  background: #19e1b4;
}

.s-news .subtitle:after {
  background: #eed713;
}

.s-news article {
  margin-bottom: 30px;
}

.s-news .date {
  color: #008ea5;
}

.s-news h3 {
  margin: 5px 0;
  color: black;
}

.s-news img {
  width: 100%;
}

/**
 * Entry
 */

.s-entry {
  padding: 90px 0 0;
}

.s-entry .inner {
  display: block;
  padding: 30px;
  height: 270px;
  margin-bottom: 30px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  overflow: hidden;
}

.s-entry .bg {
  position: absolute;
  top: 0; bottom: 0; left: 0; right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  transition: all 1s;
  transform: scale(1);
}

.s-entry .inner:hover .bg {
  transform: scale(1.05);
}

.s-entry h3 {
  font-size: 25px;
  margin: 0;
  width: 100%;
  position: relative;
  z-index: 3;
}

/*.s-entry .item-6 h3 {
  color: white;
}*/

/*.s-entry .item-2 h3,*/
.s-entry .item-5 h3 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: calc(100% - 30px);
}

.s-entry .item-3 h3,
.s-entry .item-4 h3 {
  text-align: right;
}

.s-entry .item-2 .corner,
.s-entry .item-5 .corner {
  top: auto;
  bottom: 0;
}

.s-entry .item-2 .corner:before,
.s-entry .item-5 .corner:before {
  background: #bd9bbe;
}

.s-entry .item-2 .corner:after,
.s-entry .item-5 .corner:after {
  top: auto;
  bottom: 0;
  background: #383379;
  z-index: 2;
}

.s-entry .item-3 .corner,
.s-entry .item-4 .corner {
  left: auto;
  right: 0;
}

.s-entry .item-3 .corner:before,
.s-entry .item-4 .corner:before {
  background: #89826e;
  left: auto;
  right: 0;
}

.s-entry .item-3 .corner:after,
.s-entry .item-4 .corner:after {
  background: #f31443;
  z-index: 2;
}

/*.s-entry .item-6 a:before {
  content: "";
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background: rgba(0,0,0,0.4);
  z-index: 1;
}*/

/**
 * Success story
 */

.s-success-story {
  padding: 90px 0;
  background: #f4f2ef;
}

.s-success-story .container {
  position: relative;
}

.s-success-story .subtitle {
  position: absolute;
  top: 0; left: 0;
  z-index: 10;
}

.story-name {
  color: #008ea5;
  margin: 20% 0 0 0;
}

.story-func {
  color: #9d9d9d;
  margin-bottom: 10px;
}

.s-success-story p {
  color: black;
}

.story-img {
  width: 50%;
  float: left;
}

.story-img:first-child {
  margin-top: 20%;
}

.story-thumbnail {
  max-width: 300px; max-height: 300px;
  margin: 0 auto 30px auto;
  position: relative;
}

.story-thumbnail .corner-a:before {
  background: #f31443;
}

.story-thumbnail .corner-a:after {
  background: #fa9a04;
}

.story-thumbnail .corner-b:before {
  background: #19e1b4;
}

.story-thumbnail .corner-b:after {
  background: #eed713;
}

.story-thumbnail > div {
  max-width: 300px; max-height: 300px;
  overflow: hidden;
}

.story-img img {
  width: 100%;
  margin: auto;
}

.s-success-story .slick-dots {
  position: relative;
  margin: 30px 0 0 0;
  bottom: 0;
}

/**
 *  Dotation
 */

.s-dotation {
  padding: 0 0 90px 0;
}

.list-dotation ul{
  list-style: none;
  padding: 0;
  margin: 0 10px;
}

.list-dotation li {
  padding: 30px;
  background: #aaa;
  color: white;
  height: 305px;
}

.list-dotation li .corner {
  display: none;
}

.list-dotation li:last-child .corner {
  display: block;
}

.list-dotation li:nth-child(1) {
  background: #383379;
}

.list-dotation li:nth-child(2) {
  background: #19e1b4;
}

.list-dotation li:nth-child(3) {
  background: #eed713;
}

.list-dotation li:nth-child(4) {
  /*background: #89826e;*/
  background: #bd9bbe;
}

.list-dotation li:nth-child(5) {
  background: #f31443;
}

.list-dotation li:nth-child(6) {
  background: #1448f3;
}

.list-dotation li:nth-child(7) {
  display: none;
  /*background: #bd9bbe;*/
}

.list-dotation li:nth-child(8) {
  background: #ffffff;
}

.list-dotation li:last-child {
  color: black;
  font-weight: 700;
  text-align: center;
}

.list-dotation img {
  margin: 0 auto 24px auto;
  height: 125px;
}

.dotation-price {
  font-size: 48px;
  line-height: 1.1;
}

.dotation-desc {
  font-size: 16px;
}

/**
 *  Jury
 */

.s-jury {
  padding: 90px 0;
}

.list-jury {
  position: relative;
}

.list-jury:before {
  content: "";
  position: absolute;
  top: 0; bottom: 0; right: 1px;
  width: 1px;
  background: white;
}

.list-jury:after {
  content: "";
  position: absolute;
  bottom: 0; right: 0; left: 0;
  height: 1px;
  background: white;
}

.current-parrain {
  display: inline-block;
  padding-right: 30px;
  font-weight: 700;
  color: #008ea5;
  position: absolute;
  top: 183px; left: 0;
  transform: rotate(-90deg);
  transform-origin: 0 0;
}

.current-parrain:before,
.current-parrain:after {
  content: "";
  position: absolute;
  right: -30px; top: 0px;
}

.current-parrain:before {
  width: 16px;
  height: 50px;
  background: #19e1b4;
  z-index: 1;
}

.current-parrain:after {
  height: 16px;
  width: 50px;
  background: #eed713;
  z-index: 2;
}

.list-jury ul{
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.list-jury li {
  text-align: center;
  border-right: solid 1px #e4e3e4;
  border-bottom: solid 1px #e4e3e4;
  padding: 10px 0;
}

.list-jury .thumbnail {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: 24px auto;
}

.list-jury .thumbnail img {
  margin: auto;
}

.jury-name {
  color: #008ea5;
  font-weight: 700;
  line-height: 1.2;
}

.jury-func {
  color: #9d9d9d;
  font-weight: 400;
  line-height: 1.2;
}

.jury-desc {
  color: black;
  font-weight: 300;
  line-height: 1.2;
}

.jury-follow {
  margin: 24px 0;
}

.jury-follow a {
  display: inline-block;
  color: black;
  width: 32px;
  height: 32px;
  line-height: 27px;
  border-radius: 50%;
  border: solid 2px #3f3f3f;
  text-align: center;
  transition: all 0.4s;
}

.jury-follow a.fa-twitter {
  line-height: 29px;
}

.jury-follow a:hover {
  background: #3f3f3f;
  color: white;
}

/**
 * Story
 */

.s-story {
  padding: 0 0 60px 0;
}

.s-story .subtitle span {
  display: block;
}

.card-story {
  max-width: 280px;
  margin: 0 auto 30px;
  padding: 30px;
  border: solid 1px #b7b7b7;
}

@media (min-width: 768px) {
  .s-story {
    padding: 65px 0;
  }
  .card-story-2 {
    margin-top: -65px;
  }
}

.thumbnail-story {
  max-width: 212px; max-height: 205px;
  background: #f2f2f0;
  margin-bottom: 30px;
  position: relative;
}

.thumbnail-story:before,
.thumbnail-story:after {
  content: "";
  position: absolute;
  background: black;
  top: -16px; right: -16px;
}

.thumbnail-story:before {
  width: 50px;
  height: 16px;
}

.thumbnail-story:after {
  width: 16px;
  height: 50px;
}

.name-story {
  display: inline-block;
  transform: rotate(-90deg);
  transform-origin: 0 0;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 0;
}

.card-story-1 .thumbnail-story:before,
.card-story-1 .thumbnail-story:after {
  background: #1448f3;
}

.card-story-2 .thumbnail-story:before,
.card-story-2 .thumbnail-story:after {
  background: #19e1b4;
}

.card-story-1 .name-story {
  color: #1448f3;
  top: 120px; right: -77px;
}

.card-story-2 .name-story {
  color: #19e1b4;
  top: 171px; right: -128px;
}

/* Popin story */

.mfp-lg {
  width: 100%;
  max-width: 1200px;
  padding: 40px 0;
  margin: 60px auto;
  text-align: left;
}

.mfp-lg .mfp-close {
  top: -50px;
  color: white;
  opacity: 1;
}

.txt-highlight {
  color: #0098af;
}

.mfp-lg .subtitle span {
  display: block;
}

.mfp-lg .subtitle:before {
  background: #19e1b4;
}

.mfp-lg .subtitle:after {
  background: #eed713;
}

.s-story-process {
  color: black;
  padding-top: 20px;
  margin-bottom: 60px;
}

.s-story-process .id-thumbnail {
    position: relative;
}

@media (min-width: 768px){
  .s-story-process .col-sm-3 {
    margin-top: -140px;
  }
}

.s-story-process img,
.s-story-process .embed-responsive {
  margin-bottom: 30px;
}

.s-story-process .btn {
  margin-bottom: 30px;
}

.id-thumbnail .corner {
  left: 0px;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
}

.embed-responsive > * {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive > img {
    width: auto;
}

.quote-thumbnail {
  width: 119px;
  height: 119px;
  padding: 9px;
  border-radius: 50%;
  border: solid 1px #f31443;
  margin: 0 auto 5px auto;
}

.quote-thumbnail > div {
  width: 100px; height: 100px;
  border-radius: 50%;
  overflow: hidden;
}


*[class^="s-story-testimonial-"] {
  padding: 75px 0;
  position: relative;
}

.s-story-testimonial-1:before {
  content: "";
  position: absolute;
  top: 0; bottom: 0; left: 0; right: 0;
  background: #f3f3f3;
}

*[class^="s-story-testimonial-"] blockquote {
  padding: 0 60px;
  margin: 0 0 30px 0;
  border: none;
  text-align: center;
  font-size: 16px;
  position: relative;
}

*[class^="s-story-testimonial-"] .inside {
  position: relative;
  padding: 0 40px;
}

*[class^="s-story-testimonial-"] blockquote::before,
*[class^="s-story-testimonial-"] blockquote::after {
  content: "";
  width: 28px;
  height: 27px;
  position: absolute;
}

*[class^="s-story-testimonial-"] .inside::before {
  background: url('img/open-quote.png');
  top: 0; left: 0;
}

*[class^="s-story-testimonial-"] .inside::after {
  background: url('img/close-quote.png');
  bottom: 0; right: 0;
}
.quote-name {
  color: #008ea5;
  font-size: 16px;
}

.quote-name span {
    display: block;
    color: #797979;
}

*[class^="s-story-testimonial-"] .bg-cover {
  position: absolute;
  top: 0; right: 0; bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 0;
}

*[class^="s-story-testimonial-"] .quote {
    position: relative;
    padding-top: 40px;
}

.s-testi-title {
  display: inline-block;
  transform: rotate(-90deg);
  transform-origin: 0 0;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  color: #008ea5;
}

*[class^="s-story-testimonial-"] .s-testi-title {
  margin-top: 170px
}

*[class^="s-story-testimonial-"] .corner::before {
  background: #f31443;
}

*[class^="s-story-testimonial-"] .corner::after {
  background: #fa9a05;
}

*[class^="s-story-testimonial-"] .corner::after {
  background: #fa9a05;
}

*[class^="s-story-testimonial-"] .col-sm-4 img {
  margin-bottom: 30px;
}

.s-story-gallery {
  margin: 40px 0;
}

.s-story-gallery .slick-slide img {
  max-height: 400px;
}

.s-story-gallery .slick-dots {
  position: relative;
  margin: 0;
}

/**
 * News
 */

.section-title h1.txt-highlight {
  color: #00a6b6;
  font-weight: 700;
}

.section-list-actus .col-right {
  background: #f4f4f5;
}

.section-list-actus .subtitle {
  font-size: 30px;
  margin-top: 60px;
}

.section-list-actus .subtitle:before {
  background: #383379;
}

.section-list-actus .subtitle:after {
  background: #bd9bbe;
}

.section-list-actus .slick-dots {
  position: relative;
  bottom: 0;
}

.section-list-actus .slick-dots li button {
  background: #b8b9b9;
  border-color: #b8b9b9;
  opacity: 0.6;
}

.section-list-actus .slick-dots li.slick-active button {
  opacity: 1;
}

.news-slider .post {
  padding: 30px 0;
  border: none;
}

@media (min-width: 768px) {
  .news-slider .slick-slide {
    height: 260px;
  }
}

.news-slider .slick-slide,
.news-slider .post {
  font-size: 14px;
}

.news-slider .post .metas {
  font-size: 14px;
  color: #00a6b6;
  margin: 0;
}

.news-slider .metas .date {
    border-right: none;
    padding-right: 0;
}

.news-slider .post h2,
.news-slider .post h2 a {
  font-size: 14px;
  color: black;
  text-transform: none;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.news-slider .post h2 {
  margin: 10px 0;
}

.news-slider .post p {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .news-slider .post .thumbnail img {
    max-height: 184px;
  }
}

.post .thumbnail a:after {
  display: none;
}

.news-slider .details {
  text-align: left;
}

.section-list-actus .feed .subtitle {
  margin-top: 30px;
  margin-bottom: 40px;
}

.section-list-actus .tw-feed .subtitle:before {
  background: #eed713;
}

.section-list-actus .tw-feed .subtitle:after {
  background: #19e1b4;
}

.section-list-actus .in-feed .subtitle:before {
  background: #fa9a04;
}

.section-list-actus .in-feed .subtitle:after {
  background: #1448f3;
}

.section-list-actus .fb-feed .subtitle:before {
  background: #fa9a04;
}

.section-list-actus .fb-feed .subtitle:after {
  background: #f31443;
}

.section-list-actus .in-feed .subtitle {
  margin-top: 0;
}

.tw-feed,
.in-feed,
.fb-feed {
  padding: 30px;
}

.in-feed .btn {
  margin-top: 20px;
}

.fb-feed p {
  color: black;
  margin-bottom: 20px;
}

#ctf .ctf-item {
  border: none;
  margin-bottom: 30px;
}

.section-list-actus .press .subtitle:before {
  background: #f31443;
}

.section-list-actus .press .subtitle:after {
  background: #89826e;
}

.press-slider {
  margin: 0 -15px 60px -15px;
}

.press-slider  .slick-dots {
  margin: 0;
}

.press-card {
  padding: 0 15px;
}

.press-card .inner {
  border: solid 1px #7d7d7d;
  padding: 20px;
  background: transparent url('img/quote-press.png') no-repeat 20px 20px;
}

.press-date {
  text-align: right;
  font-size: 14px;
  color: #00a6b6;
}

.press-txt {
  text-align: center;
  font-size: 14px;
  font-style: italic;
  color: black;
  margin: 40px 0 20px;
}

.press-img img {
  margin: auto;
}

/**
 * Footer
 */

.cta-top {
  border-radius: 0;
}

/**
 * Responsive
 */

@media (max-width: 1170px) {
  .slider-txt .lead {
    font-size: 30px;
  }
  .slider-txt .content {
    font-size: 20px;
  }
  .slider-txt .btn {
    font-size: 16px;
  }
  .slider-txt .mentions {
    font-size: 16px;
  }
}

@media (max-width: 767px) {

  /* skill */
  .s-skill .subtitle {
    margin-top: 30px;
  }

  /* Jury */
  .list-jury li {
    border: none;
  }

  .list-jury li + li {
    border-top: solid 1px #e4e3e4;
  }

  /* Laureat */

  .list-laureat li + li {
    margin-top: 30px;
  }

  /* News */
  .section-list-actus {
    margin-top: -70px;
  }

  /* Agenda */

  .list-agenda:before {
    right: auto;
    top: 0; bottom: 0;
    width: 1px; height: 100%;
  }
  .list-agenda:after {
    display: none;
  }
  .list-agenda li {
    padding-left: 25px;
  }
  .list-agenda li:before {
    top: 26px; bottom: auto; left: 8px;
  }
  .list-agenda .indicator {
    bottom: 6px;
    left: 6px;
    transform: rotate(90deg);
  }
  .list-agenda li.active .indicator {
    bottom: 0;
    left: -1px;
  }

  /* story modal */
  *[class^="s-story-testimonial-"] .bg-cover {
    display: none;
  }
  *[class^="s-story-testimonial-"] blockquote {
    padding: 0;
  }
  *[class^="s-story-testimonial-"] .inside {
    padding: 0;
  }
  *[class^="s-story-testimonial-"] .s-testi-title {
    margin-top: 130px;
    margin-left: 20px;
  }


}

/* Tool box */

.section-toolbox {
  margin-bottom: 70px;
}

.section-toolbox .container {
  max-width: 1000px;
}

.toolbox-info {
  border: solid 1px #ccc;
  padding: 25px 100px 25px 100px;
  margin-bottom: 70px;
  background: url('img/info.png') no-repeat 25px 25px;
}

@media(max-width: 767px) {
  .toolbox-info {
    padding: 25px 25px 25px 100px;
  }
  .toolbox-info p {
    font-size: 13px;
  }
}

.toolbox-info p {
  margin: 0;
}

.toolbox-slider-nav {
  margin-bottom: 100px;
  padding-left: 70px;
  padding-right: 70px;
}

.toolbox-slider-nav .slick-slide {
  position: relative;
  text-align: center;

  height: 120px;
  padding-top: 50px;
}

.toolbox-slider-nav:after {
  content: "";
  height: 1px;
  background: #ccc;
  position: absolute;
  top: 60px; left: 125px; right: 125px;
  z-index: 0;
}

.toolbox-slider-nav .txt {
  color: black;
  font-size: 13px;
  text-align: center;
}

.toolbox-slider-nav .slick-slide.item-2 .txt {
  width: 120px;
  position: absolute;
  left: -40px;
}

.toolbox-slider-nav .bullet {
  position: relative;
  display: inline-block;
  margin: auto;
  width: 14px; height: 14px;
}

.toolbox-slider-nav .bullet:focus {
  outline: 0;
}

.toolbox-slider-nav .bullet span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: auto;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: #FFF;
  border: solid 2px #cccccc;
  transition: all 0.3s;
}

.toolbox-slider-nav .bullet:before {
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  width: 2000%; height: 1px;
  left: -2000%; top: 10px;
  background: #1c93ab;
  display: none;

}

.toolbox-slider-nav .is-current .bullet:before,
.toolbox-slider-nav .is-prev .bullet:before {
  display: block;
}

.toolbox-slider-nav .bullet:hover span,
.toolbox-slider-nav .bullet:focus span,
.toolbox-slider-nav .is-current .bullet span,
.toolbox-slider-nav .is-prev .bullet span {
  background: #1c93ab;
  border-color: #1c93ab;
  outline: 0;
}

.toolbox-slider-nav .is-current .is-next-bullet span {
  background: #fff;
  border-color: #ccc;
}

.tab-toolbox-content {
  display: none;
}

.tab-toolbox-content.active {
  display: block;
}

.section-toolbox .sec {
  margin-bottom: 90px;
}

.section-toolbox .sec .subtitle span {
  display: block;
}

.section-toolbox .sec .corner-1:before,
.section-toolbox .sec .corner-2:before {
    width: 16px;
    height: 50px;
    background: #393379;
    z-index: 2;
}

.section-toolbox .sec .corner-1:after,
.section-toolbox .sec .corner-2:after {
    height: 16px;
    width: 50px;
    background: #393379;
    z-index: 1;
}

.section-toolbox .sec .corner-1:before,
.section-toolbox .sec .corner-1:after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.section-toolbox .sec .corner-2:before,
.section-toolbox .sec .corner-2:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
}

.section-toolbox .sec .inner {
  position: relative;
}

.section-toolbox .sec .video-text .inner,
.section-toolbox .sec .video .inner {
  padding: 50px;
}

.section-toolbox .sec .img-text .inner {
  padding: 0 0 0 50px;
}

.section-toolbox .sec.even .img-text .inner {
  padding: 0 50px 0 0;
}


.section-toolbox .image .media img {
  margin-left: auto;
  margin-right: auto;
}

.section-toolbox .sec .slider-text .slick-list {
  box-shadow: 0 0 60px rgba(0,0,0,0.1);
}

.section-toolbox .sec .slider-text .slick-dots {
  position: relative;
  bottom: 0;
}

.slick-dots li button {
  border: solid 1px #0098af;
}

.slick-dots li.slick-active button {
  background: #0098af;
}

@media(min-width: 768px){
  .section-toolbox .sec.even .slider-text .col-sm-8,
  .section-toolbox .sec.even .video-text .col-sm-8 {
    left: 33.33333%;
  }

  .section-toolbox .sec.even .slider-text .col-sm-4,
  .section-toolbox .sec.even .video-text .col-sm-4 {
    right: 66.66667%;
  }

  .section-toolbox .sec.even .img-text .col-sm-8 {
    left: 33.33333%;
  }

  .section-toolbox .sec.even .img-text .col-sm-4 {
    right: 66.66667%;
  }

  .section-toolbox .sec .video-text .content {
    margin-top: 50px;
  }
}

@media(max-width: 767px){
  .section-toolbox .sec .media {
    margin-bottom: 30px;
  }
}

.toolbox-prev,
.toolbox-next {
  cursor: pointer;
  position: absolute;
  top: 38px;
  width: 45px; height: 45px;
  border-radius: 50%;
  background: #fff;
  border: solid 1px #ccc;
  text-align: center;
  line-height: 45px;
  color: #0098af;
}

.toolbox-prev {
  left: 0;
}

.toolbox-next {
  right: 0;
}

.toolbox-slider-nav .slick-slide.item-1:before {
  content: " ";
  width: 87px; height: 1px;
  background: white;
  position: absolute;
  top: 60px; left: -34px;
  z-index: 2;
}

.toolbox-slider-nav .slick-slide.item-7:before {
  content: " ";
  width: 87px; height: 1px;
  background: white;
  position: absolute;
  top: 60px; right: -34px;
  z-index: 2;
}

.toolbox-slider-nav .slick-slide.item-3 .bullet,
.toolbox-slider-nav .slick-slide.item-3 .bullet span,
.toolbox-slider-nav .slick-slide.item-6 .bullet,
.toolbox-slider-nav .slick-slide.item-6 .bullet span {
  width: 19px; height: 19px;
  border-radius: 0;
}

.toolbox-slider-nav .slick-slide.item-3 .bullet span {
  background-color: #ccc;
  background-image: url('img/toolbox-icon-quiz.png');
  background-repeat: no-repeat;
  background-position: center center;
}

.toolbox-slider-nav .slick-slide.item-6 .bullet span {
  background-color: #ccc;
  background-image: url('img/toolbox-icon-check.png');
  background-repeat: no-repeat;
  background-position: center center;
}

.toolbox-slider-nav .slick-slide.item-3 .bullet:hover span,
.toolbox-slider-nav .slick-slide.item-3 .bullet:focus span,
.toolbox-slider-nav .slick-slide.item-6 .bullet:hover span,
.toolbox-slider-nav .slick-slide.item-6 .bullet:focus span,
.toolbox-slider-nav .is-current.item-3 .bullet span,
.toolbox-slider-nav .is-current.item-6 .bullet span,
.toolbox-slider-nav .is-prev.item-3 .bullet span,
.toolbox-slider-nav .is-prev.item-6 .bullet span {
  background-color: #1c93ab;
  border-color: #1c93ab;
  outline: 0;
}

.toolbox-slider-nav .slick-slide.item-2 .bullet {
  position: relative;
}

.toolbox-slider-nav .slick-slide.item-2 .bullet:after {
  content:"";
  display: block;
  width: 32px; height: 49px;
  position: absolute;
  top: -50px; left: 50%;
  margin-left: -16px;
}

.toolbox-slider-nav .slick-slide.item-2 .bullet-bouteille:after {
  background: url('img/toolbox-icon-bouteille.png') no-repeat center 100%;
  background-size: 70%;
}
.toolbox-slider-nav .slick-slide.item-2.is-prev .bullet-bouteille:after,
.toolbox-slider-nav .slick-slide.item-2.is-current .bullet-bouteille:after,
.toolbox-slider-nav .slick-slide.item-2 .bullet-bouteille:hover:after {
  background: url('img/toolbox-icon-bouteille-hover.png') no-repeat center 100%;
  background-size: 70%;
}

.toolbox-slider-nav .slick-slide.item-2 .bullet-pot:after {
  background: url('img/toolbox-icon-pot.png') no-repeat center 100%;
  background-size: 70%;
}
.toolbox-slider-nav .slick-slide.item-2.is-prev .bullet-pot:after,
.toolbox-slider-nav .slick-slide.item-2.is-current .bullet-pot:after,
.toolbox-slider-nav .slick-slide.item-2 .bullet-pot:hover:after {
  background: url('img/toolbox-icon-pot-hover.png') no-repeat center 100%;
  background-size: 70%;
}

.toolbox-slider-nav .slick-slide.item-2 .bullet-decor:after {
  background: url('img/toolbox-icon-decor.png') no-repeat center 100%;
  background-size: 100%;
}
.toolbox-slider-nav .slick-slide.item-2.is-prev .bullet-decor:after,
.toolbox-slider-nav .slick-slide.item-2.is-current .bullet-decor:after,
.toolbox-slider-nav .slick-slide.item-2 .bullet-decor:hover:after {
  background: url('img/toolbox-icon-decor-hover.png') no-repeat center 100%;
  background-size: 100%;
}

/* GB */

html[lang="en-GB"] .toolbox-slider-nav .slick-slide.item-2 .bullet-bouteille:after {
  background: url('img/toolbox-icon-bouteille-uk.png') no-repeat center 100%;
  background-size: 70%;
}
html[lang="en-GB"] .toolbox-slider-nav .slick-slide.item-2.is-prev .bullet-bouteille:after,
html[lang="en-GB"] .toolbox-slider-nav .slick-slide.item-2.is-current .bullet-bouteille:after,
html[lang="en-GB"] .toolbox-slider-nav .slick-slide.item-2 .bullet-bouteille:hover:after {
  background: url('img/toolbox-icon-bouteille-hover-uk.png') no-repeat center 100%;
  background-size: 70%;
}

html[lang="en-GB"] .toolbox-slider-nav .slick-slide.item-2 .bullet-pot:after {
  background: url('img/toolbox-icon-pot-uk.png') no-repeat center 100%;
  background-size: 70%;
}
html[lang="en-GB"] .toolbox-slider-nav .slick-slide.item-2.is-prev .bullet-pot:after,
html[lang="en-GB"] .toolbox-slider-nav .slick-slide.item-2.is-current .bullet-pot:after,
html[lang="en-GB"] .toolbox-slider-nav .slick-slide.item-2 .bullet-pot:hover:after {
  background: url('img/toolbox-icon-pot-hover-uk.png') no-repeat center 100%;
  background-size: 70%;
}

html[lang="en-GB"] .toolbox-slider-nav .slick-slide.item-2 .bullet-decor:after {
  background: url('img/toolbox-icon-decor-uk.png') no-repeat center 100%;
  background-size: 100%;
}
html[lang="en-GB"] .toolbox-slider-nav .slick-slide.item-2.is-prev .bullet-decor:after,
html[lang="en-GB"] .toolbox-slider-nav .slick-slide.item-2.is-current .bullet-decor:after,
html[lang="en-GB"] .toolbox-slider-nav .slick-slide.item-2 .bullet-decor:hover:after {
  background: url('img/toolbox-icon-decor-hover-uk.png') no-repeat center 100%;
  background-size: 100%;
}

.toolbox-slider-nav .slick-slide {
  width: 120px !important;
}

.toolbox-slider-nav .slick-slide.item-2 {
  width: 40px !important;
}

/* Page espace press regis */

.press-title {
    color: white !important;
    padding: 25px 175px !important;
    font-weight: 400 !important;
}

.space-press-top {
    margin-bottom: 50px;
}

.space-press-top-left-container {
    border: 1px solid lightgrey;
    text-align: center;
    padding: 40px 0;
}

.space-press-top-left-container > img {
    padding: 10px 0 35px 0;
}

.space-press-top-right-container {
    padding: 30px 0;
}

.space-press-top-right-container * a > span {
    color: lightgrey;
}

.space-press-bottom {
    background-color: #f4f2ef;
    padding: 60px 0 30px 0;
}

.space-press-bottom .section-title .corner-1:before,
.space-press-bottom .section-title .corner-2:before,
.space-press-bottom .subtitle:before {
  background: #19e1b4;
}

.space-press-bottom .section-title .corner-1:after,
.space-press-bottom .section-title .corner-2:after,
.space-press-bottom .subtitle:after {
  background: #eed713;
}

/*.slick-slide > div {
    margin-right: 20px;
}*/

.space-press-slider .slick-slide {
  padding: 0 15px;
}

.space-press-slider-content {
    position: relative;
    background-color: white;
    padding: 5px 30px 90px 30px;
}

.space-press-slider-content > h3 {
    margin-bottom: 0;
}

.space-press-slider-content > div {
    margin-bottom: 10px;
    color: grey;
}

.space-press-slider-content p {
  color: black;
}

.space-press-slider-content > a {
    width: 100px;
    position: absolute;
    bottom: 30px;
}

.space-press-slider-content .corner-1 {
  position: absolute;
  top: 0; left: 0;
}
.space-press-slider-content .corner-1:before {
  background:  #bd9bbe;
}
.space-press-slider-content .corner-1:after {
  background:  #383379;
}

.space-press-slider-content .corner-2 {
  position: absolute;
  bottom: 16px;
  right: 0px;
}
.space-press-slider-content .corner-2:before {
  background:  #383379;
  bottom: -16px;
  right: 0px;
}
.space-press-slider-content .corner-2:after {
  background:  #bd9bbe;
  right: 0;
}

.space-press-slider .slick-dots {
  position: relative;
}

/* extra menu */
.nav > ul > li:first-child a {
  color: #939494 !important;
}
.nav > ul > li:first-child a:hover,
.nav > ul > li:first-child a.current_page_item_scroll {
  color: black!important;
}
.nav > ul > li:first-child a:after {
  left: -100% !important;
}
.nav > ul > li:first-child a:hover:after,
.nav > ul > li:first-child a.current_page_item_scroll:after {
  background: black;
  left: 0% !important;
}

.page-id-57 .vote_projet,
.page-id-591 .vote_projet {
  display: none;
}

/* quiz */

.quiz-panel .subtitle span {
  display: block;
}

.quiz-panel .rep {
  padding: 30px;
  /*border: solid 2px #19e1b4;*/
  margin: 30px 0;
  display: none;
}

/*.quiz-panel .rep.rep-no {
  border-color: #f31b49;
}*/

.quiz-panel .rep-a .rep-yes,
.quiz-panel .rep-b .rep-no {
  border: solid 2px #19e1b4;
}

.quiz-panel .rep-b .rep-yes,
.quiz-panel .rep-a .rep-no {
  border: solid 2px #f31b49;
}

.quiz-panel .rep ul:last-child {
  margin: 0;
}

.quiz-panel .slide.good .rep-yes {
  display: block;
}

.quiz-panel .slide.bad .rep-no {
  display: block;
}

.quiz-panel .slide .rep-title {
  font-size: 20px;
  padding: 0 0 20px 35px;
  margin: 0;
}

.quiz-panel .rep-a .rep-yes .rep-title,
.quiz-panel .rep-b .rep-no .rep-title {
  background: url('img/good-rep.png') no-repeat 0 0;
}

.quiz-panel .rep-b .rep-yes .rep-title,
.quiz-panel .rep-a .rep-no .rep-title {
  background: url('img/bad-rep.png') no-repeat 0 0;
}

.quiz-panel .btn-yes {
  /*background: #19e1b4;
  border-color: #19e1b4;*/
  margin-right: 15px;
}

.quiz-panel .slide img {
  width: 100%;
}

.quiz-panel .btn-yes:hover,
.quiz-panel .btn-yes:focus {
  background: transparent;
  /*color: #19e1b4;*/
}

.quiz-panel .btn-yes,
.quiz-panel .btn-no {
  width: 140px;
  text-align: center;
  margin-bottom: 10px;
}

.quiz-panel .pane {
  display: block;
  background: white;
  border-left: solid 2px #00a6b6;
  font-size: 25px;
  line-height: 1.1;
  font-weight: bold;
  padding: 30px;
  margin: 60px 0;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
  position: relative;
  left: -75px;
}

.quiz-panel .pane p {
  margin: 0;
  font-weight: bold;
}

@media(max-width: 767px) {
  .quiz-panel .pane {
    display: block;
    left: 0;
  }
  .quiz-panel .check {
    text-align: center;
  }
}

/* do don't */
.do-dont .subtitle span {
  display: block;
}
.q-do {
  padding: 15px;
  margin-bottom: 15px;
  border: solid 1px #d7d7d7;
}
.q-do.good {
  border: solid 1px #19e1b4;
}
.q-do.bad {
  border: solid 1px #f31443;
}
.q-title {
  overflow: hidden;
  position: relative;
}
.q-title .t {
  position: relative;
  padding-left: 20px;
  padding-right: 110px;
}
.q-title .t .number {
  position: absolute;
  top: 0px; left: 0px;
  font-weight: bold;
}
.q-title .t p {
  margin: 0;
  font-weight: bold;
}
.q-check {
  position: absolute;
  top: 0; right: 0;
}
.q-check a {
  color: #333;
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.q-check a:before {
  content: " ";
  width: 14px; height: 14px;
  border-radius: 50%;
  border: solid 1px #333;
  position: absolute;
  top: 4px; left: 0;
}
.q-check a + a {
  margin-left: 10px;
}
.q-do .pane {
  display: none;
  background: #f2f2f0 url('img/icon-do-dont.png') no-repeat 15px 15px;
  padding: 15px 15px 15px 60px;
  margin-top: 15px;
}
.q-do.active.good .pane-yes {
  display: block;
}
.q-do.active.bad .pane-no {
  display: block;
}
.q-do .pane p:last-child {
  margin-bottom: 0;
}

.q-do .pane a {
  color: #0098af;
  text-decoration: underline;
}

.q-do.good .q-yes:before {
  background: #0098af;
  border-color: #0098af;
}

.q-do.bad .q-no:before {
  background: #0098af;
  border-color: #0098af;
}

/* Graph */
.tab-toolbox-content .highlight {
  position: relative;
  padding: 60px 0;
  margin-bottom: 60px;
}

.tab-toolbox-content .highlight:before {
  content: " ";
  background: #F7F7F7;
  position: absolute;
  top: 0; left: -100%; bottom: 0;
  width: 300%;
}

.tab-toolbox-content .subtitle span {
  display: block;
}
.pane-summary {
  padding: 24px;
  background: white;
  border-bottom: solid 8px #ea640d;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  margin-bottom: 30px;
}

.pane-graph {
  display: none;
  padding: 24px;
  background: white;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.pane-graph.active {
  display: block;
}

.pane-graph h1,
.pane-graph h2,
.pane-graph h3,
.pane-graph h4,
.pane-graph h5,
.pane-graph h6 {
  color: #0098af;
  font-weight: bold;
  font-size: 18px;
  margin-top: 0;
}

.pane-graph p:last-child {
  margin-bottom: 0;
}

.pane-graph .media {
  overflow: hidden;
}

.pane-graph .media .img {
  float: left;
  width: 86px;
}

.pane-graph .media .img + div {
  overflow: hidden;
}

#tab-toolbox-2 .graph,
#tab-toolbox-3 .graph  {
  position: relative;
  display: inline-block;
}

#tab-toolbox-2 .graph img,
#tab-toolbox-3 .graph img {
  margin: auto;
}

#tab-toolbox-2 .graph a:after,
#tab-toolbox-3 .graph a:after {
  content: " ";
  width: 300px;
  height: 1px;
  /*background: #0098af;*/
  position: absolute;
  top: 3px;
  left: 6px;
  display: none;
}

#tab-toolbox-2 .graph a.active:after,
#tab-toolbox-3 .graph a.active:after {
  display: block;
}

#tab-toolbox-2 .graph a span,
#tab-toolbox-3 .graph a span {
  font-weight: bold;
  color: #333;
  position: absolute;
  display: block;
  width: 150px;
  left: 16px;
  top: -9px;
  text-align: left;
}
#tab-toolbox-2 .graph a.active span,
#tab-toolbox-3 .graph a.active span {
  display: none;
}

#tab-toolbox-2 .item-1 {
  position: absolute;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: white;
  border: solid 3px #0098af;
  top: 2%;
  left: 63%;
}
#tab-toolbox-2 .item-1:after {
  background: #0098af;
}
#pane-graph-1 {
  margin-top: 0%;
  border-left: solid 8px #0098af;
}

#tab-toolbox-2 .item-2 {
  position: absolute;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: white;
  border: solid 3px #f3325b;
  top: 19%;
  left: 65.5%;
}
#tab-toolbox-2 .item-2:after {
  background: #f3325b;
}
#pane-graph-2 {
  margin-top: 20%;
  border-left: solid 8px #f3325b;
}

#tab-toolbox-2 .item-3 {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: white;
  border: solid 3px #22e0b5;
  top: 45.5%;
  left: 88%;
}
#tab-toolbox-2 .item-3:after {
  background: #22e0b5;
}
#pane-graph-3 {
  margin-top: 70%;
  border-left: solid 8px #22e0b5;
}

#tab-toolbox-2 .item-4 {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: white;
  border: solid 3px #393379;
  top: 73.5%;
  left: 96%;
}
#tab-toolbox-2 .item-4:after {
  background: #393379;
}
#pane-graph-4 {
  margin-top: 130%;
  border-left: solid 8px #393379;
}

#tab-toolbox-2 .item-5 {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: white;
  border: solid 3px #fa9d0d;
  top: 96%;
  left: 96%;
}
#tab-toolbox-2 .item-5:after {
  background: #fa9d0d;
}
#pane-graph-5 {
  margin-top: 170%;
  border-left: solid 8px #fa9d0d;
}

#tab-toolbox-2 .item-6 {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: white;
  border: solid 3px #1448f3;
  top: 88.5%;
  left: 48%;
}
#tab-toolbox-2 .item-6:after {
  background: #1448f3;
}
#pane-graph-6 {
  margin-top: 150%;
  border-left: solid 8px #1448f3;
}
#tab-toolbox-2 .graph a.item-6 span {
  text-align: center;
  left: 0; top: -28px;
  margin-left: -75px;
}

#tab-toolbox-2 .item-7 {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: white;
  border: solid 3px #bd9bbe;
  top: 99%;
  left: 48%;
}
#tab-toolbox-2 .item-7:after {
  background: #bd9bbe;
}
#pane-graph-7 {
  margin-top: 170%;
  border-left: solid 8px #bd9bbe;
}
#tab-toolbox-2 .graph a.item-7 span {
  text-align: center;
  left: 0; top: 10px;
  margin-left: -75px;
}

.graph-scrollTo {
  display: none;
}

@media(max-width: 767px) {
  #tab-toolbox-2 .graph,
  #tab-toolbox-3 .graph {
    margin-top: 30px;
  }
  #tab-toolbox-2 .graph a:after,
  #tab-toolbox-3 .graph a:after {
    display: none !important;
  }
  #tab-toolbox-2 .graph a.active span,
  #tab-toolbox-3 .graph a.active span {
    display: block;
  }
  .pane-graph {
    margin-top: 15px !important;
  }
  .graph-scrollTo {
    display: inline-block;
    margin-top: 50px;
  }
}

/* POT */

#tab-toolbox-3 .item-1 {
  position: absolute;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: white;
  border: solid 3px #0098af;
  top: 4%;
  left: 90%;
}
#tab-toolbox-3 .item-1:after {
  background: #0098af;
}
#tab-toolbox-3 .graph a.item-1 span {
  left: 19px;
  top: -9px
}
#pane-graph-1-b {
  margin-top: 0%;
  border-left: solid 8px #0098af;
}

#tab-toolbox-3 .item-2 {
  position: absolute;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: white;
  border: solid 3px #f4305a;
  top: 9.3%;
  left: 90%;
}
#tab-toolbox-3 .item-2:after {
  background: #f4305a;
}
#tab-toolbox-3 .graph a.item-2 span {
  left: 19px;
  top: -9px;
}
#pane-graph-2-b {
  margin-top: 0%;
  border-left: solid 8px #f4305a;
}

#tab-toolbox-3 .item-3 {
  position: absolute;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: white;
  border: solid 3px #22e0b5;
  top: 15.3%;
  left: 95.5%;
}
#tab-toolbox-3 .item-3:after {
  background: #22e0b5;
}
#tab-toolbox-3 .graph a.item-3 span {
  left: 19px;
  top: -9px;
}
#pane-graph-3-b {
  margin-top: 20%;
  border-left: solid 8px #22e0b5;
}

#tab-toolbox-3 .item-4 {
  position: absolute;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: white;
  border: solid 3px #393379;
  top: 50.3%;
  left: 96.5%;
}
#tab-toolbox-3 .item-4:after {
  background: #393379;
}
#tab-toolbox-3 .graph a.item-4 span {
  left: 19px;
  top: -9px;
}
#pane-graph-4-b {
  margin-top: 60%;
  border-left: solid 8px #393379;
}

#tab-toolbox-3 .item-5 {
  position: absolute;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: white;
  border: solid 3px #fa9d0d;
  top: 90.3%;
  left: 93.5%;
}
#tab-toolbox-3 .item-5:after {
  background: #fa9d0d;
}
#tab-toolbox-3 .graph a.item-5 span {
  left: 19px;
  top: -9px;
}
#pane-graph-5-b {
  margin-top: 112%;
  border-left: solid 8px #fa9d0d;
}

#tab-toolbox-3 .item-6 {
  position: absolute;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: white;
  border: solid 3px #bd9bbe;
  top: 98%;
  left: 47.5%;
}
#tab-toolbox-3 .item-6:after {
  background: #bd9bbe;
}
#tab-toolbox-3 .graph a.item-6 span {
  left: -21px;
  top: 10px;
}
#pane-graph-6-b {
  margin-top: 112%;
  border-left: solid 8px #bd9bbe;
}

.btn-slide-next i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
  position: relative;
  top: 2px;
  margin-left: 10px;
}

/* what next */

.wn-panel .inner {
  padding: 0 15px;
}

.wn-panel .step {
  font-size: 100px;
  line-height: 1;
  text-align: right;
  margin-top: 20px;
  font-weight: 400;
}

.wn-panel h1,
.wn-panel h2,
.wn-panel h3,
.wn-panel h4 {
  font-size: 18px;
  margin-top: 0;
}

.wn-panel blockquote {
  font-size: 14px;
  color: black;
  font-style: italic;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 25px;
  position: relative;
}

.wn-panel blockquote:before {
  content: "“";
  display: inline-block;
  position: absolute;
  top: 0; left: -3px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 36px;
  line-height: 1;
}

.wn-panel blockquote p {
  color: black;
}

.wn-panel p {
  color: #797979;
  margin: 0 0 25px 0;
}

#wn-panel-1 .step,
#wn-panel-1 h3,
#wn-panel-1 blockquote:before {
  color: #383379;
}

#wn-panel-2 .step,
#wn-panel-2 h3,
#wn-panel-2 blockquote:before {
  color: #19e1b4;
}

#wn-panel-3 .step,
#wn-panel-3 h3,
#wn-panel-3 blockquote:before {
  color: #eed713;
}

#wn-panel-4 .step,
#wn-panel-4 h3,
#wn-panel-4 blockquote:before {
  color: #89826e;
}

#wn-panel-5 .step,
#wn-panel-5 h3,
#wn-panel-5 blockquote:before {
  color: #f31443;
}

#wn-graph-img {
  position: relative;
  overflow: hidden;
}

#wn-graph-img img {
  float: right;
  width: 169px;
  position: relative;
  left: 31.3%;
}

#wn-graph-img a {
  position: absolute;
  color: #797979;
  display: block;
  width: 280px;
}

#wn-graph-img a .label {
  display: inline-block;
  vertical-align: middle;
  background: transparent;
  padding: 10px 20px;
  border-left: solid 3px transparent;
  font-size: 15px;
  position: relative;
}

#wn-graph-img a.active .label:after {
  content: "";
  width: 30px; height: 1px;
  background: white;
  position: absolute;
  top: 50%; right: -20px;
  transform: translateY(-50%);
  z-index: 1;
}

#wn-graph-img a.active .label {
  background: white;
}

#wn-graph-img a span {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: white;
    border: solid 3px #11080a;
    margin-left: 15px;
    position: relative;
    z-index: 2;
}

#wn-graph-img .item-1 {
  top: 20%; left: 28%;
}
html[lang="en-GB"] #wn-graph-img .item-1 {
  top: 20%; left: 28.5%;
}
#wn-graph-img .item-1 span {
  border: solid 3px #383379;
}
#wn-graph-img .item-1.active .label {
  border-left: solid 3px #383379;
}

#wn-graph-img .item-2 {
  top: 35%; left: 6%;
}
html[lang="en-GB"] #wn-graph-img .item-2 {
  top: 35%; left: 11%;
}
#wn-graph-img .item-2 span {
  border: solid 3px #19e1b4;
}
#wn-graph-img .item-2.active .label {
  border-left: solid 3px #19e1b4;
}

#wn-graph-img .item-3 {
  top: 49%; left: 10.7%;
}
html[lang="en-GB"] #wn-graph-img .item-3 {
  top: 49%; left: 12.7%;
}
#wn-graph-img .item-3 span {
  border: solid 3px #eed713;
}
#wn-graph-img .item-3.active .label {
  border-left: solid 3px #eed713;
}

#wn-graph-img .item-4 {
  top: 64%; left: 15%;
}
html[lang="en-GB"] #wn-graph-img .item-4 {
  top: 64%; left: 15%;
}
#wn-graph-img .item-4 span {
  border: solid 3px #89826e;
}
#wn-graph-img .item-4.active .label {
  border-left: solid 3px #89826e;
}

#wn-graph-img .item-5 {
  top: 78%; left: 0%;
}
html[lang="en-GB"] #wn-graph-img .item-5 {
  top: 78%; left: 1%;
}
#wn-graph-img .item-5 span {
  border: solid 3px #f31443;
}
#wn-graph-img .item-5.active .label {
  border-left: solid 3px #f31443;
}

.wn-panel {
  display: none;
}

.wn-panel.active {
  display: block;
}

.wn-panel > .row {
  background: white;
}

.wn-panel .thumb {
  position: absolute;
  width: 100%;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.wn-panel .thumb-1 {
  top: 0%; bottom: 50%;
}

.wn-panel .thumb-2 {
  top: 50%; bottom: 0%;
}

@media(max-width: 992px) {
  #tab-toolbox-9 .col-sm-7,
  #tab-toolbox-9 .col-sm-4,
  .wn-panel .col-sm-7,
  .wn-panel .col-sm-5 {
    float: none;
    width: 100%;
    left: auto;
    right: auto;
    margin-left: 0;
  }

  #wn-graph-img {
    width: 169px;
    overflow: initial;
    margin: 0 auto;
  }

  #wn-graph-img img {
    float: none;
    margin: 0 auto 30px auto;
    left: auto;
  }

  .wn-panel {
    max-width: 500px;
    margin: auto;
  }

  #wn-graph-img a {
    width: auto;
    height: auto;
  }

  #wn-graph-img a .label {
    display: none;
  }

  #wn-graph-img a span {
    margin: 0;
  }

  #wn-graph-img .item-1 {
    top: 20%;
    left: 27% !important;
  }
  #wn-graph-img .item-2 {
    top: 35%;
    left: 15%!important;
  }
  #wn-graph-img .item-3 {
    top: 49%;
    left: 1.7%!important;
  }
  #wn-graph-img .item-4 {
    top: 64%;
    left: -3%!important;
  }
  #wn-graph-img .item-5 {
    top: 78%;
    left: -3%!important;
  }
  .wn-panel .thumb {
    position: relative;
    top: auto; bottom: auto;
    width: 50%;height: 250px;
    float: left;
  }
  .wn-panel .col-sm-5 {
    padding: 0;
  }
}

@media(max-width: 375px) {
  .wn-panel .thumb {
    height: 167px;
  }
}

#tab-toolbox-8 .next-step i,
.next-step-timeline i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
  position: relative;
  top: 2px;
  margin-left: 10px;
}
