/* OVERRIDE VERALLIA STYLE WITH LWM LESS */
.invisible,
.element-invisible,
.hidden {
  display: none;
}
.wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}
/* ------------ variables */
#responsive-stylesheet {
  position: absolute;
  z-index: 1001;
}
@media screen and (min-width: 768px) {
  #responsive-stylesheet {
    z-index: 1002;
  }
}
@media screen and (min-width: 1200px) {
  #responsive-stylesheet {
    z-index: 1003;
  }
}
@media screen and (min-width: 1240px) {
  #responsive-stylesheet {
    z-index: 1004;
  }
}
/* ------------ functions */
.fullblock {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  zoom: 1;
}
.clearfix {
  zoom: 1;
}
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hidden {
  display: none;
}
.toggler {
  display: none;
}
/* pseudo picture responsive media */
.mobiledisplay .mobile {
  display: block;
}
.mobiledisplay .tablet,
.mobiledisplay .laptop,
.mobiledisplay .desktop {
  display: none;
}
.tabletdisplay .tablet {
  display: block;
}
.tabletdisplay .mobile,
.tabletdisplay .laptop,
.tabletdisplay .desktop {
  display: none;
}
.laptopdisplay .laptop {
  display: block;
}
.laptopdisplay .mobile,
.laptopdisplay .tablet,
.laptopdisplay .desktop {
  display: none;
}
.desktopdisplay .desktop {
  display: block;
}
.desktopdisplay .mobile,
.desktopdisplay .tablet,
.desktopdisplay .laptop {
  display: none;
}
span.picture {
  display: block;
  position: relative;
  background-color: black;
}
span.picture::before {
  display: block;
  padding-top: 62.5%;
  content: "";
}
span.picture span {
  opacity: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  zoom: 1;
}
span.picture span span {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
span.picture .mobile {
  display: block;
}
span.picture .tablet,
span.picture .laptop,
span.picture .desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  span.picture .tablet {
    display: block;
  }
  span.picture .mobile,
  span.picture .laptop,
  span.picture .desktop {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  span.picture .laptop {
    display: block;
  }
  span.picture .mobile,
  span.picture .tablet,
  span.picture .desktop {
    display: none;
  }
}
@media screen and (min-width: 1240px) {
  span.picture .desktop {
    display: block;
  }
  span.picture .mobile,
  span.picture .tablet,
  span.picture .laptop {
    display: none;
  }
}
span.picture span.credits {
  display: none;
  bottom: 15px;
  color: white;
  font-size: 12px;
  font-size: 1.2rem;
  height: auto;
  left: auto;
  position: absolute;
  right: 10px;
  top: auto;
  width: auto;
}
.nav li.c-blue a,
.nav li.current-menu-item.c-blue a {
  color: #1448f3;
}
.list-dotation li.c-blue {
  background-color: #1448f3;
}
.list-laureat li.c-blue {
  color: #1448f3;
}
.list-laureat li.c-blue .laureat-cat::before,
.list-laureat li.c-blue .laureat-cat::after {
  background-color: #1448f3;
}
.page-template-template-previous-editions .section-laureat .packery .hover.c-blue::before {
  border-right-color: #1448f3;
  border-bottom-color: #1448f3;
}
.page-template-template-previous-editions .section-laureat .packery .hover.c-blue::after {
  background-color: #1448f3;
}
.page-template-template-fiches-thematiques div[id^="pane-graph-"].c-blue {
  border-left: solid 8px #1448f3 !important;
}
.page-template-template-fiches-thematiques div[id^="pane-graph-"].c-blue h3 {
  color: #1448f3;
}
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] #graph-img a.c-blue {
  border: solid 3px #1448f3 !important;
}
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] #graph-img a.c-blue::after {
  background-color: #1448f3 !important;
}
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] #wn-graph-img a.c-blue.active .label {
  border-left: solid 3px #1448f3 !important;
}
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] #wn-graph-img a.c-blue span {
  border: solid 3px #1448f3 !important;
}
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] div[id^="wn-panel-"].c-blue .step,
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] div[id^="wn-panel-"].c-blue h3,
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] div[id^="wn-panel-"].c-blue blockquote::before {
  color: #1448f3 !important;
}
.nav li.c-orange-content a,
.nav li.current-menu-item.c-orange-content a {
  color: #ea640d;
}
.list-dotation li.c-orange-content {
  background-color: #ea640d;
}
.list-laureat li.c-orange-content {
  color: #ea640d;
}
.list-laureat li.c-orange-content .laureat-cat::before,
.list-laureat li.c-orange-content .laureat-cat::after {
  background-color: #ea640d;
}
.page-template-template-previous-editions .section-laureat .packery .hover.c-orange-content::before {
  border-right-color: #ea640d;
  border-bottom-color: #ea640d;
}
.page-template-template-previous-editions .section-laureat .packery .hover.c-orange-content::after {
  background-color: #ea640d;
}
.page-template-template-fiches-thematiques div[id^="pane-graph-"].c-orange-content {
  border-left: solid 8px #ea640d !important;
}
.page-template-template-fiches-thematiques div[id^="pane-graph-"].c-orange-content h3 {
  color: #ea640d;
}
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] #graph-img a.c-orange-content {
  border: solid 3px #ea640d !important;
}
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] #graph-img a.c-orange-content::after {
  background-color: #ea640d !important;
}
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] #wn-graph-img a.c-orange-content.active .label {
  border-left: solid 3px #ea640d !important;
}
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] #wn-graph-img a.c-orange-content span {
  border: solid 3px #ea640d !important;
}
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] div[id^="wn-panel-"].c-orange-content .step,
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] div[id^="wn-panel-"].c-orange-content h3,
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] div[id^="wn-panel-"].c-orange-content blockquote::before {
  color: #ea640d !important;
}
.nav li.c-blue-content a,
.nav li.current-menu-item.c-blue-content a {
  color: #0098af;
}
.list-dotation li.c-blue-content {
  background-color: #0098af;
}
.list-laureat li.c-blue-content {
  color: #0098af;
}
.list-laureat li.c-blue-content .laureat-cat::before,
.list-laureat li.c-blue-content .laureat-cat::after {
  background-color: #0098af;
}
.page-template-template-previous-editions .section-laureat .packery .hover.c-blue-content::before {
  border-right-color: #0098af;
  border-bottom-color: #0098af;
}
.page-template-template-previous-editions .section-laureat .packery .hover.c-blue-content::after {
  background-color: #0098af;
}
.page-template-template-fiches-thematiques div[id^="pane-graph-"].c-blue-content {
  border-left: solid 8px #0098af !important;
}
.page-template-template-fiches-thematiques div[id^="pane-graph-"].c-blue-content h3 {
  color: #0098af;
}
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] #graph-img a.c-blue-content {
  border: solid 3px #0098af !important;
}
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] #graph-img a.c-blue-content::after {
  background-color: #0098af !important;
}
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] #wn-graph-img a.c-blue-content.active .label {
  border-left: solid 3px #0098af !important;
}
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] #wn-graph-img a.c-blue-content span {
  border: solid 3px #0098af !important;
}
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] div[id^="wn-panel-"].c-blue-content .step,
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] div[id^="wn-panel-"].c-blue-content h3,
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] div[id^="wn-panel-"].c-blue-content blockquote::before {
  color: #0098af !important;
}
.nav li.c-pink a,
.nav li.current-menu-item.c-pink a {
  color: #bd9bbe;
}
.list-dotation li.c-pink {
  background-color: #bd9bbe;
}
.list-laureat li.c-pink {
  color: #bd9bbe;
}
.list-laureat li.c-pink .laureat-cat::before,
.list-laureat li.c-pink .laureat-cat::after {
  background-color: #bd9bbe;
}
.page-template-template-previous-editions .section-laureat .packery .hover.c-pink::before {
  border-right-color: #bd9bbe;
  border-bottom-color: #bd9bbe;
}
.page-template-template-previous-editions .section-laureat .packery .hover.c-pink::after {
  background-color: #bd9bbe;
}
.page-template-template-fiches-thematiques div[id^="pane-graph-"].c-pink {
  border-left: solid 8px #bd9bbe !important;
}
.page-template-template-fiches-thematiques div[id^="pane-graph-"].c-pink h3 {
  color: #bd9bbe;
}
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] #graph-img a.c-pink {
  border: solid 3px #bd9bbe !important;
}
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] #graph-img a.c-pink::after {
  background-color: #bd9bbe !important;
}
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] #wn-graph-img a.c-pink.active .label {
  border-left: solid 3px #bd9bbe !important;
}
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] #wn-graph-img a.c-pink span {
  border: solid 3px #bd9bbe !important;
}
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] div[id^="wn-panel-"].c-pink .step,
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] div[id^="wn-panel-"].c-pink h3,
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] div[id^="wn-panel-"].c-pink blockquote::before {
  color: #bd9bbe !important;
}
.nav li.c-green a,
.nav li.current-menu-item.c-green a {
  color: #19e1b4;
}
.list-dotation li.c-green {
  background-color: #19e1b4;
}
.list-laureat li.c-green {
  color: #19e1b4;
}
.list-laureat li.c-green .laureat-cat::before,
.list-laureat li.c-green .laureat-cat::after {
  background-color: #19e1b4;
}
.page-template-template-previous-editions .section-laureat .packery .hover.c-green::before {
  border-right-color: #19e1b4;
  border-bottom-color: #19e1b4;
}
.page-template-template-previous-editions .section-laureat .packery .hover.c-green::after {
  background-color: #19e1b4;
}
.page-template-template-fiches-thematiques div[id^="pane-graph-"].c-green {
  border-left: solid 8px #19e1b4 !important;
}
.page-template-template-fiches-thematiques div[id^="pane-graph-"].c-green h3 {
  color: #19e1b4;
}
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] #graph-img a.c-green {
  border: solid 3px #19e1b4 !important;
}
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] #graph-img a.c-green::after {
  background-color: #19e1b4 !important;
}
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] #wn-graph-img a.c-green.active .label {
  border-left: solid 3px #19e1b4 !important;
}
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] #wn-graph-img a.c-green span {
  border: solid 3px #19e1b4 !important;
}
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] div[id^="wn-panel-"].c-green .step,
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] div[id^="wn-panel-"].c-green h3,
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] div[id^="wn-panel-"].c-green blockquote::before {
  color: #19e1b4 !important;
}
.nav li.c-yellow a,
.nav li.current-menu-item.c-yellow a {
  color: #eed713;
}
.list-dotation li.c-yellow {
  background-color: #eed713;
}
.list-laureat li.c-yellow {
  color: #eed713;
}
.list-laureat li.c-yellow .laureat-cat::before,
.list-laureat li.c-yellow .laureat-cat::after {
  background-color: #eed713;
}
.page-template-template-previous-editions .section-laureat .packery .hover.c-yellow::before {
  border-right-color: #eed713;
  border-bottom-color: #eed713;
}
.page-template-template-previous-editions .section-laureat .packery .hover.c-yellow::after {
  background-color: #eed713;
}
.page-template-template-fiches-thematiques div[id^="pane-graph-"].c-yellow {
  border-left: solid 8px #eed713 !important;
}
.page-template-template-fiches-thematiques div[id^="pane-graph-"].c-yellow h3 {
  color: #eed713;
}
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] #graph-img a.c-yellow {
  border: solid 3px #eed713 !important;
}
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] #graph-img a.c-yellow::after {
  background-color: #eed713 !important;
}
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] #wn-graph-img a.c-yellow.active .label {
  border-left: solid 3px #eed713 !important;
}
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] #wn-graph-img a.c-yellow span {
  border: solid 3px #eed713 !important;
}
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] div[id^="wn-panel-"].c-yellow .step,
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] div[id^="wn-panel-"].c-yellow h3,
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] div[id^="wn-panel-"].c-yellow blockquote::before {
  color: #eed713 !important;
}
.nav li.c-purple a,
.nav li.current-menu-item.c-purple a {
  color: #383379;
}
.list-dotation li.c-purple {
  background-color: #383379;
}
.list-laureat li.c-purple {
  color: #383379;
}
.list-laureat li.c-purple .laureat-cat::before,
.list-laureat li.c-purple .laureat-cat::after {
  background-color: #383379;
}
.page-template-template-previous-editions .section-laureat .packery .hover.c-purple::before {
  border-right-color: #383379;
  border-bottom-color: #383379;
}
.page-template-template-previous-editions .section-laureat .packery .hover.c-purple::after {
  background-color: #383379;
}
.page-template-template-fiches-thematiques div[id^="pane-graph-"].c-purple {
  border-left: solid 8px #383379 !important;
}
.page-template-template-fiches-thematiques div[id^="pane-graph-"].c-purple h3 {
  color: #383379;
}
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] #graph-img a.c-purple {
  border: solid 3px #383379 !important;
}
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] #graph-img a.c-purple::after {
  background-color: #383379 !important;
}
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] #wn-graph-img a.c-purple.active .label {
  border-left: solid 3px #383379 !important;
}
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] #wn-graph-img a.c-purple span {
  border: solid 3px #383379 !important;
}
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] div[id^="wn-panel-"].c-purple .step,
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] div[id^="wn-panel-"].c-purple h3,
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] div[id^="wn-panel-"].c-purple blockquote::before {
  color: #383379 !important;
}
.nav li.c-brown a,
.nav li.current-menu-item.c-brown a {
  color: #89826e;
}
.list-dotation li.c-brown {
  background-color: #89826e;
}
.list-laureat li.c-brown {
  color: #89826e;
}
.list-laureat li.c-brown .laureat-cat::before,
.list-laureat li.c-brown .laureat-cat::after {
  background-color: #89826e;
}
.page-template-template-previous-editions .section-laureat .packery .hover.c-brown::before {
  border-right-color: #89826e;
  border-bottom-color: #89826e;
}
.page-template-template-previous-editions .section-laureat .packery .hover.c-brown::after {
  background-color: #89826e;
}
.page-template-template-fiches-thematiques div[id^="pane-graph-"].c-brown {
  border-left: solid 8px #89826e !important;
}
.page-template-template-fiches-thematiques div[id^="pane-graph-"].c-brown h3 {
  color: #89826e;
}
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] #graph-img a.c-brown {
  border: solid 3px #89826e !important;
}
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] #graph-img a.c-brown::after {
  background-color: #89826e !important;
}
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] #wn-graph-img a.c-brown.active .label {
  border-left: solid 3px #89826e !important;
}
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] #wn-graph-img a.c-brown span {
  border: solid 3px #89826e !important;
}
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] div[id^="wn-panel-"].c-brown .step,
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] div[id^="wn-panel-"].c-brown h3,
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] div[id^="wn-panel-"].c-brown blockquote::before {
  color: #89826e !important;
}
.nav li.c-red a,
.nav li.current-menu-item.c-red a {
  color: #f31443;
}
.list-dotation li.c-red {
  background-color: #f31443;
}
.list-laureat li.c-red {
  color: #f31443;
}
.list-laureat li.c-red .laureat-cat::before,
.list-laureat li.c-red .laureat-cat::after {
  background-color: #f31443;
}
.page-template-template-previous-editions .section-laureat .packery .hover.c-red::before {
  border-right-color: #f31443;
  border-bottom-color: #f31443;
}
.page-template-template-previous-editions .section-laureat .packery .hover.c-red::after {
  background-color: #f31443;
}
.page-template-template-fiches-thematiques div[id^="pane-graph-"].c-red {
  border-left: solid 8px #f31443 !important;
}
.page-template-template-fiches-thematiques div[id^="pane-graph-"].c-red h3 {
  color: #f31443;
}
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] #graph-img a.c-red {
  border: solid 3px #f31443 !important;
}
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] #graph-img a.c-red::after {
  background-color: #f31443 !important;
}
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] #wn-graph-img a.c-red.active .label {
  border-left: solid 3px #f31443 !important;
}
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] #wn-graph-img a.c-red span {
  border: solid 3px #f31443 !important;
}
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] div[id^="wn-panel-"].c-red .step,
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] div[id^="wn-panel-"].c-red h3,
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] div[id^="wn-panel-"].c-red blockquote::before {
  color: #f31443 !important;
}
.nav li.c-orange a,
.nav li.current-menu-item.c-orange a {
  color: #fa9a04;
}
.list-dotation li.c-orange {
  background-color: #fa9a04;
}
.list-laureat li.c-orange {
  color: #fa9a04;
}
.list-laureat li.c-orange .laureat-cat::before,
.list-laureat li.c-orange .laureat-cat::after {
  background-color: #fa9a04;
}
.page-template-template-previous-editions .section-laureat .packery .hover.c-orange::before {
  border-right-color: #fa9a04;
  border-bottom-color: #fa9a04;
}
.page-template-template-previous-editions .section-laureat .packery .hover.c-orange::after {
  background-color: #fa9a04;
}
.page-template-template-fiches-thematiques div[id^="pane-graph-"].c-orange {
  border-left: solid 8px #fa9a04 !important;
}
.page-template-template-fiches-thematiques div[id^="pane-graph-"].c-orange h3 {
  color: #fa9a04;
}
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] #graph-img a.c-orange {
  border: solid 3px #fa9a04 !important;
}
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] #graph-img a.c-orange::after {
  background-color: #fa9a04 !important;
}
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] #wn-graph-img a.c-orange.active .label {
  border-left: solid 3px #fa9a04 !important;
}
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] #wn-graph-img a.c-orange span {
  border: solid 3px #fa9a04 !important;
}
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] div[id^="wn-panel-"].c-orange .step,
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] div[id^="wn-panel-"].c-orange h3,
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] div[id^="wn-panel-"].c-orange blockquote::before {
  color: #fa9a04 !important;
}
.nav li.c-white a,
.nav li.current-menu-item.c-white a {
  color: #ffffff;
}
.list-dotation li.c-white {
  background-color: #ffffff;
}
.list-laureat li.c-white {
  color: #ffffff;
}
.list-laureat li.c-white .laureat-cat::before,
.list-laureat li.c-white .laureat-cat::after {
  background-color: #ffffff;
}
.page-template-template-previous-editions .section-laureat .packery .hover.c-white::before {
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.page-template-template-previous-editions .section-laureat .packery .hover.c-white::after {
  background-color: #ffffff;
}
.page-template-template-fiches-thematiques div[id^="pane-graph-"].c-white {
  border-left: solid 8px #ffffff !important;
}
.page-template-template-fiches-thematiques div[id^="pane-graph-"].c-white h3 {
  color: #ffffff;
}
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] #graph-img a.c-white {
  border: solid 3px #ffffff !important;
}
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] #graph-img a.c-white::after {
  background-color: #ffffff !important;
}
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] #wn-graph-img a.c-white.active .label {
  border-left: solid 3px #ffffff !important;
}
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] #wn-graph-img a.c-white span {
  border: solid 3px #ffffff !important;
}
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] div[id^="wn-panel-"].c-white .step,
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] div[id^="wn-panel-"].c-white h3,
.page-template-template-fiches-thematiques div[id^="tab-toolbox-"] div[id^="wn-panel-"].c-white blockquote::before {
  color: #ffffff !important;
}
.wpcf7-not-valid-tip {
  display: block;
  color: #f87591 !important;
}
input {
  background-color: #e6e6e6 !important;
}
input:focus,
input.focus {
  background: white !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  background-color: #e6e6e6 !important;
}
.ins-tab br {
  display: block;
}
.ins-tab .ins_reg {
  position: initial;
}
#prof_form {
  line-height: 20px;
}
#prof_form .radio-inline {
  margin-right: 50px;
  margin-left: 35px;
  line-height: 20px;
  padding-left: 5px;
}
#prof_form .radio-inline + .radio-inline {
  margin-left: 10px;
}
.select2-container--default .select2-selection--single {
  background-color: white !important;
}
.wpcf7-form .wpcf7-not-valid {
  border-color: #f87591;
}
.wpcf7-form .wpcf7-not-valid.wpcf7-radio {
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.wpcf7-form .wpcf7-checkbox.wpcf7-not-valid {
  border: 0 none;
}
.wpcf7-form .wpcf7-response-output {
  line-height: 20px;
  padding: 15px 25px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.wpcf7-form .wpcf7-validation-errors,
.wpcf7-form div.wpcf7-mail-sent-ng,
.wpcf7-form div.wpcf7-aborted {
  border-color: #f87591;
  background: #f87591;
  color: white;
}
.wpcf7-form .wpcf7-radio {
  padding: 1px 5px;
  display: inline-block;
}
.section-tagline .slick-slide {
  background: #939494;
}
.section-tagline .slick-slide .text_tagline {
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  width: 100%;
  padding: 0 30px;
}
.section-tagline .slick-slide .text_tagline div {
  font-weight: normal;
}
.section-tagline .slick-slide .text_tagline .lead_tagline {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 105%;
  color: #3f3f3f;
  margin-bottom: 20px;
}
.section-tagline .slick-slide .text_tagline .lead_tagline strong {
  font-weight: normal;
  color: #0098af;
}
.section-tagline .slick-slide .text_tagline .content_tagline {
  color: #0098af;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 100%;
  margin-bottom: 30px;
}
.section-tagline .slick-slide .text_tagline .subline_tagline {
  color: #ea640d;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 100%;
}
.laureat-winner a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-dotation li {
  display: block !important;
}
.s-story-process .embed-responsive + p {
  color: #0098af;
}
.page-template-template-previous-editions .section-intro p {
  color: #939494;
}
.page-template-template-previous-editions .section-laureat .packery .thumbnail > div {
  width: 380px;
  height: 380px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.page-template-template-fiches-thematiques .quiz-panel,
.page-template-template-fiches-thematiques .do-dont {
  margin-top: -180px;
}
.page-template-template-fiches-thematiques .slick-slider .slick-list {
  z-index: 1;
}
@keyframes toggleBlock {
  0%,
  50% {
    max-height: 0;
  }
  99% {
    max-height: 500px;
  }
  100% {
    max-height: none;
  }
}
.page-template-template-faq footer {
  margin-top: 75px;
}
.page-template-template-faq label[for="sujet-0"],
.page-template-template-faq label[for*="-question-0"],
.page-template-template-faq label[for="contact-close"] {
  display: none;
}
.page-template-template-faq .default.toggler:checked ~ .sujets > h3 {
  display: block;
}
.page-template-template-faq .default.toggler:checked ~ .sujets > ul > li {
  display: block;
}
.page-template-template-faq .default.toggler:not(:checked) ~ .sujets > h3 {
  display: none;
}
.page-template-template-faq .default.toggler:not(:checked) ~ .sujets > ul > li {
  display: none;
}
.page-template-template-faq .default.toggler[id*="-question-0"]:checked ~ .questions > h3 {
  display: block;
}
.page-template-template-faq .default.toggler[id*="-question-0"]:checked ~ .questions > li {
  display: block;
}
.page-template-template-faq .default.toggler[id*="-question-0"]:not(:checked) ~ .questions > h3 {
  display: none;
}
.page-template-template-faq .default.toggler[id*="-question-0"]:not(:checked) ~ .questions > li {
  display: none;
}
.page-template-template-faq .sujets > ul .toggler:checked + li {
  display: block !important;
  margin-top: 25px;
}
.page-template-template-faq .sujets > ul .toggler:checked + li .questions {
  -webkit-animation: toggleBlock 0.5s ease-out both;
  -moz-animation: toggleBlock 0.5s ease-out both;
  -o-animation: toggleBlock 0.5s ease-out both;
  animation: toggleBlock 0.5s ease-out both;
}
.page-template-template-faq .sujets > ul .toggler:checked + li .questions .toggler:checked + li .reponse {
  -webkit-animation: toggleBlock 0.5s ease-out both;
  -moz-animation: toggleBlock 0.5s ease-out both;
  -o-animation: toggleBlock 0.5s ease-out both;
  animation: toggleBlock 0.5s ease-out both;
}
.page-template-template-faq .sujets > ul .toggler:checked + li > .label {
  background: #0098af;
  color: white;
}
.page-template-template-faq .sujets > ul .toggler:checked + li > .label svg {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.page-template-template-faq .sujets > ul .toggler:checked + li > .label .close {
  opacity: 1;
}
.page-template-template-faq .sujets > ul .toggler:checked + li > .label label[for^="sujet-"] {
  display: none;
}
.page-template-template-faq .sujets > ul .toggler:checked + li > .label label[for="sujet-0"] {
  display: block;
}
.page-template-template-faq .sujets > ul .toggler:checked + li > .label label[for*="-question-"] {
  display: none;
}
.page-template-template-faq .sujets > ul .toggler:checked + li > .label label[for*="-question-0"] {
  display: block;
}
.page-template-template-faq .sujets {
  zoom: 1;
}
.page-template-template-faq .sujets::before,
.page-template-template-faq .sujets::after {
  content: "";
  display: table;
}
.page-template-template-faq .sujets::after {
  clear: both;
}
.page-template-template-faq .sujets h3 {
  margin-top: 50px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.page-template-template-faq .sujets ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-template-template-faq .sujets ul li {
  margin-bottom: 25px;
  width: 100%;
  display: block;
}
.page-template-template-faq .sujets ul li:last-child .label .titre {
  left: 25px;
}
.page-template-template-faq .sujets ul li .label {
  background: #e6e6e6;
  height: 50px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  position: relative;
  -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-out;
  -moz-transition: background 0.2s ease-in-out, color 0.2s ease-out;
  -o-transition: background 0.2s ease-in-out, color 0.2s ease-out;
  -ms-transition: background 0.2s ease-in-out, color 0.2s ease-out;
  transition: background 0.2s ease-in-out, color 0.2s ease-out;
  padding: 10px 0 10px 0px;
  line-height: 1;
}
.page-template-template-faq .sujets ul li .label .icone {
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  width: 50px;
  text-align: center;
}
.page-template-template-faq .sujets ul li .label .titre {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  left: 50px;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-right: 50px;
}
.page-template-template-faq .sujets ul li .label .close {
  position: absolute;
  pointer-events: none;
  z-index: 2;
  right: 25px;
  opacity: 0;
  top: 0;
  font-size: 18px;
  font-weight: bold;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.page-template-template-faq .sujets ul li .label label {
  z-index: 1;
  cursor: pointer;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  zoom: 1;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  margin: 0;
}
.page-template-template-faq .sujets ul li .label label em {
  display: none;
}
.page-template-template-faq .sujets ul li .questions {
  max-height: 0;
  overflow: hidden;
}
.page-template-template-faq .sujets ul li .questions li {
  padding: 0;
  width: 100%;
}
.page-template-template-faq .sujets ul li .questions li .label .titre {
  left: 25px;
}
.page-template-template-faq .sujets ul li .questions li .reponse {
  max-height: 0;
  overflow: hidden;
}
.page-template-template-faq .sujets ul li .questions li .reponse div {
  padding: 30px 25px;
}
.page-template-template-faq .sujets ul li .questions li .reponse div ul {
  margin: -10px 0 20px 0;
}
.page-template-template-faq .sujets ul li .questions li .reponse div ul li {
  padding-left: 25px;
  margin-bottom: 20px;
  float: none;
  position: relative;
}
.page-template-template-faq .sujets ul li .questions li .reponse div ul li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  background: #3f3f3f;
  width: 5px;
  height: 5px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-template-template-faq .satisfaction {
  display: none;
  padding: 25px;
  background: #E6E6E6;
  margin-bottom: 50px;
}
.page-template-template-faq .satisfaction h3 {
  margin: 0;
  padding: 0;
  color: #3f3f3f;
}
.page-template-template-faq .satisfaction .cta {
  margin-bottom: 25px;
  margin-top: 50px;
  text-align: center;
}
.page-template-template-faq .satisfaction .cta a {
  font-weight: bold;
  width: 100%;
}
.page-template-template-faq .satisfaction .cta a:last-child {
  margin-top: 25px;
  border-color: #3f3f3f;
  color: #3f3f3f;
  background: transparent;
}
.page-template-template-faq .satisfaction .cta a label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  zoom: 1;
  margin: 0;
}
.page-template-template-faq .satisfaction .cta a label em {
  display: none;
}
.page-template-template-faq #contact-open:checked ~ .sujets ul:not(.questions) li:last-child .label {
  background: #0098af;
  color: white;
}
.page-template-template-faq #contact-open:checked ~ .sujets ul:not(.questions) li:last-child .label svg {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.page-template-template-faq #contact-open:checked ~ .sujets ul:not(.questions) li:last-child .label label[for="contact-open"] {
  display: none;
}
.page-template-template-faq #contact-open:checked ~ .sujets ul:not(.questions) li:last-child .label label[for="contact-close"] {
  display: block;
}
.page-template-template-faq #contact-open:checked ~ .contact {
  -webkit-animation: toggleBlock 0.5s ease-out both;
  -moz-animation: toggleBlock 0.5s ease-out both;
  -o-animation: toggleBlock 0.5s ease-out both;
  animation: toggleBlock 0.5s ease-out both;
}
.page-template-template-faq #contact-open:checked ~ .satisfaction {
  margin-bottom: 100px;
}
.page-template-template-faq #contact-open:checked ~ .satisfaction .cta a:first-child {
  opacity: 0.1;
}
.page-template-template-faq #contact-open:checked ~ .satisfaction .cta a:last-child {
  border-color: #0098AF;
  color: #0098AF;
}
.page-template-template-faq #contact-open:checked ~ .satisfaction .cta a label[for="contact-open"] {
  display: none;
}
.page-template-template-faq #contact-open:checked ~ .satisfaction .cta a label[for="contact-close"] {
  display: block;
}
.page-template-template-faq .contact {
  overflow: hidden;
  max-height: 0;
  max-width: 520px;
  margin-top: 75px;
}
.page-template-template-faq .contact h3 {
  margin-top: 0;
}
.page-template-template-faq .contact .wpcf7 {
  margin-top: 50px;
}
body.restrictaccess-roleuser .nav {
  display: none;
}
.wpml-ls-legacy-list-horizontal a {
  padding: 5px 0;
  margin-left: 10px;
}
.cta-participez span {
  line-height: normal;
  margin-top: 40px;
}
#wrap_projets .single_projet_cat .img_projet {
  position: relative;
  overflow: hidden;
}
#wrap_projets .single_projet_cat .img_projet .popup-youtube {
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  right: 0;
  bottom: 0;
}
#wrap_projets .single_projet_cat .img_projet .popup-youtube::before {
  content: "";
  position: absolute;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  width: 70px;
  height: 70px;
  background: transparent;
  border: 3px solid white;
  outline: none;
  left: 50%;
  top: 50%;
  margin-top: -35px;
  margin-left: -35px;
  z-index: 99;
}
#wrap_projets .single_projet_cat .img_projet .popup-youtube::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -14px 0 0 -9px;
  background: transparent;
  border: 0;
  border-color: transparent transparent transparent white;
  border-style: solid;
  border-width: 14px 0 14px 23px;
  z-index: 99;
}
#wrap_projets .single_projet_cat .img_projet .popup-youtube img {
  opacity: 0.3;
}
body.highlightslink {
  overflow: hidden;
}
body.highlightslink::before {
  background: rgba(0, 0, 0, 0.7);
  position: relative;
  z-index: 99;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body.highlightslink #highlightslink {
  display: block;
}
#highlightslink {
  position: absolute;
  top: 40px;
  left: 10px;
  z-index: 9999;
  background: white;
  padding: 15px 10px;
  width: 100%;
  max-width: 300px;
  line-height: 25px;
  color: black;
}
#highlightslink::after {
  bottom: 100%;
  left: 38px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: white;
  border-bottom-width: 25px;
  border-left-width: 12.5px;
  border-right-width: 12.5px;
  margin-left: -12.5px;
}
#highlightslink a {
  color: #0098AF;
  display: inline-block;
  text-align: right;
  margin-top: 5px;
  border-bottom: 1px solid #0098AF;
  font-weight: bold;
}
.swiper_slide_img_single img {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  #highlightslink::after {
    left: 50%;
  }
}
/*---------------- THIS SECTION MUST STAY AT THE END OF THIS FILE ----------------*/
/* ---- responsive display specifications */
.only-medium {
  display: none;
}
.only-large {
  display: none;
}
.only-wide {
  display: none;
}
.no-medium {
  display: block;
}
.no-large {
  display: block;
}
.no-wide {
  display: block;
}
/*-- prior */
.no-small {
  display: none;
}
.only-small {
  display: block;
}
/* -------------- mobile first */
#responsive-stylesheet {
  /*-- instanciated by JS : used to synch css and js during screen detection size--*/
  position: absolute;
  z-index: 1001;
}
/* -------------- tablette */
@media screen and (min-width: 768px) {
  /*---- responsive display specifications ---*/
  .only-small {
    display: none;
  }
  .only-large {
    display: none;
  }
  .only-wide {
    display: none;
  }
  .no-small {
    display: block;
  }
  .no-large {
    display: block;
  }
  .no-wide {
    display: block;
  }
  /*-- prior */
  .only-medium {
    display: block;
  }
  .no-medium {
    display: none;
  }
  .section-tagline .slick-slide .text_tagline {
    width: 70%;
    padding: 0;
  }
  .section-tagline .slick-slide .text_tagline .lead_tagline {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 105%;
    margin-bottom: 40px;
  }
  .section-tagline .slick-slide .text_tagline .content_tagline {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 100%;
    margin-bottom: 60px;
  }
  .section-tagline .slick-slide .text_tagline .subline_tagline {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 100%;
  }
  .page-template-template-faq .container {
    padding: 0 30px;
  }
  .page-template-template-faq .satisfaction .cta a {
    margin-left: 12.5px;
    margin-right: 12.5px;
    width: 200px;
  }
  .page-template-template-faq .satisfaction .cta a:first-child {
    margin-left: 0;
  }
  .page-template-template-faq .satisfaction .cta a:last-child {
    margin-top: 0;
    margin-right: 0;
  }
  .page-template-template-faq .sujets > ul .toggler:checked + li ul.questions li .label {
    width: 100%;
  }
  .page-template-template-faq .sujets > ul .toggler:checked + li {
    width: 100%;
  }
  .page-template-template-faq .sujets > ul .toggler:checked + li .label {
    width: 33%;
  }
  .page-template-template-faq .sujets ul li {
    width: 33%;
    float: left;
    padding: 0 12.5px;
  }
  .single_projet_cat img {
    max-height: none;
    min-height: 100%;
    max-width: none;
    min-width: 100%;
    top: 50%;
    position: absolute;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
  }
  #responsive-stylesheet {
    z-index: 1002;
  }
}
/* -------------- specif */
@media screen and (min-width: 1025px) {
  #responsive-stylesheet {
    z-index: 1005;
  }
}
/* -------------- desktop */
@media screen and (min-width: 1200px) {
  /*---- responsive display specifications ---*/
  .only-small {
    display: none;
  }
  .only-medium {
    display: none;
  }
  .only-wide {
    display: none;
  }
  .no-small {
    display: block;
  }
  .no-medium {
    display: block;
  }
  .no-wide {
    display: block;
  }
  /*-- prior */
  .only-large {
    display: block;
  }
  .no-large {
    display: none;
  }
  .section-tagline .slick-slide .text_tagline .lead_tagline {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 110%;
    margin-bottom: 50px;
  }
  .section-tagline .slick-slide .text_tagline .content_tagline {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 100%;
    margin-bottom: 60px;
  }
  .section-tagline .slick-slide .text_tagline .subline_tagline {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 100%;
  }
  .section-tagline .slick-slide .text_tagline .subline_tagline + .btn {
    margin-top: 40px;
  }
  .page-template-template-faq .container {
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-template-template-faq .sujets ul li .label label {
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    -ms-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
  }
  .page-template-template-faq .sujets ul li .label label:hover {
    background: #0098af;
  }
  .page-template-template-faq .sujets ul li .label label:hover ~ span {
    z-index: 1;
    pointer-events: none;
    color: white;
  }
  .page-template-template-faq .sujets ul li .label label:hover ~ span.icone {
    position: relative;
  }
  .page-template-template-faq .sujets ul li .label label:hover ~ span.icone svg {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
  }
  .page-template-template-faq .satisfaction .cta a:last-child label {
    cursor: pointer;
    z-index: 1;
  }
  .page-template-template-faq .satisfaction .cta a:last-child label ~ span {
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    -ms-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
  }
  .page-template-template-faq .satisfaction .cta a:last-child label:hover ~ span {
    z-index: 1;
    position: relative;
    pointer-events: none;
    color: #0098AF;
  }
  /*.cta {
  a {
    &:first-child {
      opacity: 0.1;
    }
    &:last-child {
      border-color: #0098AF;
      color: #0098AF;
    }
    label {
      &[for="contact-open"] {
        display: none;
      }
      &[for="contact-close"] {
        display: block;
      }
    }
  }
}*/
  #responsive-stylesheet {
    z-index: 1003;
  }
}
/* -------------- wide screens */
@media screen and (min-width: 1240px) {
  /*---- responsive display specifications ---*/
  .only-small {
    display: none;
  }
  .only-medium {
    display: none;
  }
  .only-large {
    display: none;
  }
  .no-small {
    display: block;
  }
  .no-medium {
    display: block;
  }
  .no-large {
    display: block;
  }
  /*-- prior */
  .only-wide {
    display: block;
  }
  .no-wide {
    display: none;
  }
  #responsive-stylesheet {
    z-index: 1004;
  }
}
