@charset "UTF-8";
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
/* Base files. */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active {
  outline: 0; }

a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
* {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body, html {
  height: 100%;
  margin: 0;
  width: 100%; }

body {
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Nunito", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #3C3C3C; }

a {
  color: #F29526; }
  a:hover {
    color: #f0890e; }

hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #747373; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

img {
  max-width: 100%;
  height: auto; }

div.more {
  margin-top: 1.5em; }

audio {
  width: 100%; }

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

/* nunito-regular - latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url("nunito/nunito-v12-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Nunito Regular"), local("Nunito-Regular"), url("nunito/nunito-v12-latin-regular.eot?#iefix") format("embedded-opentype"), url("nunito/nunito-v12-latin-regular.woff2") format("woff2"), url("nunito/nunito-v12-latin-regular.woff") format("woff"), url("nunito/nunito-v12-latin-regular.ttf") format("truetype"), url("nunito/nunito-v12-latin-regular.svg#Nunito") format("svg");
  /* Legacy iOS */ }

/* nunito-700 - latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: url("nunito/nunito-v12-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Nunito Bold"), local("Nunito-Bold"), url("nunito/nunito-v12-latin-700.eot?#iefix") format("embedded-opentype"), url("nunito/nunito-v12-latin-700.woff2") format("woff2"), url("nunito/nunito-v12-latin-700.woff") format("woff"), url("nunito/nunito-v12-latin-700.ttf") format("truetype"), url("nunito/nunito-v12-latin-700.svg#Nunito") format("svg");
  /* Legacy iOS */ }

/* nunito-900 - latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 900;
  src: url("nunito/nunito-v12-latin-900.eot");
  /* IE9 Compat Modes */
  src: local("Nunito Black"), local("Nunito-Black"), url("nunito/nunito-v12-latin-900.eot?#iefix") format("embedded-opentype"), url("nunito/nunito-v12-latin-900.woff2") format("woff2"), url("nunito/nunito-v12-latin-900.woff") format("woff"), url("nunito/nunito-v12-latin-900.ttf") format("truetype"), url("nunito/nunito-v12-latin-900.svg#Nunito") format("svg");
  /* Legacy iOS */ }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }

h1 {
  font-size: 3.5rem;
  line-height: 1.2;
  font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900; }

h2 {
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: -.1rem;
  font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700; }

h3, .h3-like {
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: -.1rem;
  font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 0; }

h4 {
  font-size: 1.8rem;
  line-height: 1.35;
  letter-spacing: -.08rem;
  font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif; }

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -.05rem;
  font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif; }

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
  font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif; }

h3 a, .h3-like a {
  text-decoration: none; }

@media (min-width: 750px) {
  h1 {
    font-size: 3.8rem; }
  h2 {
    font-size: 2rem; }
  h3 {
    font-size: 2.4rem; }
  h4 {
    font-size: 1.8rem; }
  h5 {
    font-size: 2.4rem; }
  h6 {
    font-size: 1.5rem; } }

p {
  margin-top: 0; }

/* Modules */
body.home .navbar {
  position: relative; }

.no-svg div.logo a {
  background-image: url(../img/ui/logo-lipe.png);
  background-size: 100% auto; }

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

.logo a {
  text-indent: -9900px;
  background-image: url(../img/ui/logo-lipe.svg);
  background-size: contain;
  width: 346px;
  height: 96px;
  display: block;
  background-repeat: no-repeat; }

.logo > a:hover, .logo:hover > a {
  background-color: transparent; }

header.site-header {
  background: white; }

.navbar {
  display: none;
  background: white;
  padding: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 1000;
  width: auto;
  padding: 0px 2rem;
  vertical-align: top; }

.mobileview .logo a {
  width: 320px;
  background-size: contain;
  height: 90px; }

@media (min-width: 750px) {
  .navbar {
    display: block; }
  #banner {
    min-height: 340px; }
    #banner .container {
      min-height: 340px; }
    #banner div.title {
      display: block;
      position: absolute;
      bottom: 30%;
      color: white; }
      #banner div.title h2 {
        font-weight: 900;
        margin: 0;
        font-size: 3rem;
        text-transform: uppercase;
        letter-spacing: 0; }
      #banner div.title h3 {
        font-weight: 400;
        margin: 0; } }

section.heading {
  padding: 0; }
  section.heading .desc {
    font-size: 1.8rem;
    line-height: 1.5; }
  section.heading .row {
    display: flex;
    justify-content: center;
    align-items: center; }
    section.heading .row > div {
      float: none; }
  section.heading.home .colimage {
    text-align: center; }

@media (max-width: 550px) {
  section.heading .row {
    flex-direction: column; }
    section.heading .row .colimage {
      display: none; }
  section.heading.home .coltext {
    text-align: center; }
  section.heading.home .colimage {
    display: none; } }

.page-template-default .heading {
  margin: 1rem 0 3rem; }
  .page-template-default .heading.home {
    margin: 1rem 0; }

.hero {
  min-height: 300px;
  position: relative;
  background-image: url(../img/ui/bg-header-front.png);
  background-position: center top; }
  .hero .widget_search {
    left: 50%;
    margin-left: -160px;
    margin-top: -25px;
    position: absolute;
    top: 50%; }
    .hero .widget_search .screen-reader-text {
      display: none; }
    .hero .widget_search .search-submit {
      position: absolute;
      text-indent: -9990px;
      width: 56px;
      height: 55px;
      background: transparent;
      border: none;
      background-image: url(../img/ui/icone-search.png);
      background-repeat: no-repeat;
      right: 0;
      top: 10px; }
  .hero form.search-form {
    position: relative; }
  .hero .awesomplete > input[type="search"] {
    width: 320px;
    height: 70px; }
  .hero ::-webkit-input-placeholder {
    font-style: italic;
    font-size: 17px; }
  .hero :-moz-placeholder {
    /* Firefox 18- */
    font-style: italic;
    font-size: 17px; }
  .hero ::-moz-placeholder {
    /* Firefox 19+ */
    font-style: italic;
    font-size: 17px; }
  .hero :-ms-input-placeholder {
    font-style: italic;
    font-size: 17px; }
  .hero .title {
    font-size: 30px;
    line-height: 1;
    position: absolute;
    color: white;
    top: 35%;
    margin-top: -85px;
    left: 30px;
    letter-spacing: 0.050em; }
    .hero .title span {
      display: inline-block;
      background: #1E323D;
      padding: 3px 25px 3px 10px;
      margin-bottom: 10px; }
    .hero .title span + br + span {
      padding: 3px 10px; }

@media (min-width: 550px) {
  .hero {
    min-height: 300px; }
    .hero .widget_search {
      margin-left: -220px;
      margin-top: -35px; }
      .hero .widget_search .awesomplete > input[type="search"] {
        width: 440px;
        height: 70px; }
      .hero .widget_search .awesomplete > ul {
        width: 440px;
        top: 70px; }
      .hero .widget_search .search-submit {
        top: 10px; }
    .hero .title {
      font-size: 30px;
      top: 35%; } }

@media (min-width: 750px) {
  .hero {
    min-height: 400px; }
    .hero .widget_search {
      margin-left: -220px;
      margin-top: -35px; }
      .hero .widget_search .awesomplete > input[type="search"] {
        width: 440px;
        height: 70px; }
      .hero .widget_search .awesomplete > ul {
        width: 440px;
        top: 70px; }
      .hero .widget_search .search-submit {
        top: 10px; }
    .hero .title {
      font-size: 40px;
      top: 35%; } }

@media (min-width: 1000px) {
  .hero .title {
    font-size: 40px;
    top: 45%; } }

@media (min-width: 1200px) {
  .hero {
    min-height: 400px; }
    .hero .title {
      font-size: 50px;
      top: 45%; } }

.svg .derniere-ressources .bloc-title-visu {
  background-image: url(../img/ui/derniere-ressource-lipe.svg); }

.svg .derniere-ressources .item-ressource a[href*="type-support=video"]:after {
  background-image: url(../img/ui/type-video.svg); }

.svg .derniere-ressources .item-ressource a[href*="type-support=sonore"]:after {
  background-image: url(../img/ui/type-son.svg); }

.svg .derniere-ressources .item-ressource a[href*="type-support=fiche-peda"]:after {
  background-image: url(../img/ui/type-fiche-peda.svg); }

.svg .derniere-ressources .item-ressource a[href*="type-support=image"]:after {
  background-image: url(../img/ui/type-image.svg); }

.svg .derniere-ressources .item-ressource a[href*="type-support=texte"]:after {
  background-image: url(../img/ui/type-texte.svg); }

.svg .derniere-ressources .item-ressource a[href*="type-support=dossier-pedagogique"]:after {
  background-image: url(../img/ui/type-dossier-peda.svg); }

.derniere-ressources {
  padding: 0 0 30px 0;
  position: relative; }
  .derniere-ressources:before {
    content: "";
    height: 30px;
    display: block;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#00000000',GradientType=0 );
    top: 0;
    left: 0;
    width: 100%; }
  .derniere-ressources header {
    margin-top: 30px;
    text-align: center; }
  .derniere-ressources .bloc-title-visu {
    width: 80px;
    height: 69px;
    background-image: url(../img/ui/derniere-ressource-lipe.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto; }
  .derniere-ressources .bloc-title {
    font-size: 3rem;
    color: #0B72B5; }
  .derniere-ressources .center {
    max-width: 1440px;
    margin: 2rem auto;
    text-align: center; }
  .derniere-ressources .item-ressource {
    position: relative;
    width: 15%;
    display: inline-block;
    margin-left: 1%;
    margin-top: 1%;
    vertical-align: top;
    text-align: left;
    min-width: 227px;
    height: 172px;
    background-repeat: no-repeat;
    background-size: cover; }
    .derniere-ressources .item-ressource .header .type-support {
      position: absolute;
      top: 5px;
      left: 0;
      right: 0;
      padding: 3px;
      text-align: right; }
    .derniere-ressources .item-ressource .header .type-support a {
      text-decoration: none;
      position: absolute;
      color: white;
      text-transform: uppercase;
      font-size: 12px;
      padding-right: 60px;
      padding-top: 15px;
      right: 0; }
    .derniere-ressources .item-ressource .header .type-support a:hover {
      text-decoration: underline; }
    .derniere-ressources .item-ressource .footer {
      position: absolute;
      bottom: 6px;
      padding: 3px; }
    .derniere-ressources .item-ressource h2 {
      margin: 0;
      padding: 1px 3px;
      font-size: 2rem;
      display: inline;
      background: #1E323D;
      color: #ffffff; }
    .derniere-ressources .item-ressource h2 > a {
      color: #ffffff;
      text-decoration: none; }
    .derniere-ressources .item-ressource .thematique {
      font-size: 1.3rem; }
    .derniere-ressources .item-ressource .thematique a {
      color: #1E323D;
      text-decoration: none; }
    .derniere-ressources .item-ressource .thematique a:hover {
      background: #1E323D;
      color: #ffffff; }
    .derniere-ressources .item-ressource .overlay {
      position: absolute;
      display: table;
      width: 100%;
      height: 100%;
      top: 0;
      background: rgba(30, 50, 61, 0.4); }

@media (min-width: 1000px) {
  .derniere-ressources .bloc-title-visu {
    width: 123px;
    height: 109px; }
  .derniere-ressources .bloc-title {
    font-size: 4rem;
    color: #0B72B5; } }

.svg .que-fait-le-lipe .bloc-title-visu {
  background-image: url(../img/ui/que-fait-le-lipe.svg); }

.que-fait-le-lipe {
  padding: 0px 0;
  color: #ffffff;
  background: #F29526; }
  .que-fait-le-lipe header {
    text-align: center; }
  .que-fait-le-lipe .bloc-title-visu {
    width: 80px;
    height: 69px;
    background-image: url(../img/ui/que-fait-le-lipe.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto; }
  .que-fait-le-lipe .bloc-title {
    font-size: 3rem; }
  .que-fait-le-lipe:before {
    content: "";
    height: 30px;
    display: block;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#00000000',GradientType=0 ); }
  .que-fait-le-lipe:after {
    content: "";
    height: 30px;
    display: block;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 ); }
  .que-fait-le-lipe .carre {
    list-style: outside none none; }
  .que-fait-le-lipe .carre > li {
    display: inline-block;
    width: 24%; }

@media (min-width: 1000px) {
  .derniere-ressources .bloc-title-visu {
    width: 123px;
    height: 109px; }
  .derniere-ressources .bloc-title {
    font-size: 4rem;
    color: #0B72B5; } }

.svg .partenaire-lipe .bloc-title-visu {
  background-image: url(../img/ui/partenaire-lipe.svg); }

.partenaire-lipe {
  padding: 0px 0; }
  .partenaire-lipe .container {
    padding: 30px 0; }
  .partenaire-lipe header {
    text-align: center; }
  .partenaire-lipe .bloc-title-visu {
    width: 100px;
    height: 69px;
    background-size: contain;
    background-image: url(../img/ui/partenaire-lipe.png);
    background-repeat: no-repeat;
    margin: auto; }
  .partenaire-lipe .bloc-title {
    font-size: 3rem;
    color: #F29526; }
  .partenaire-lipe ul.partenaires {
    max-width: 1440px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    .partenaire-lipe ul.partenaires li {
      flex: 0 0 22%;
      list-style: none;
      padding: 15px; }

section.widget_search {
  padding: 0; }
  section.widget_search:before {
    content: "";
    height: 0;
    display: none; }

@media (min-width: 1000px) {
  .partenaire-lipe .bloc-title-visu {
    width: 160px;
    height: 109px; }
  .partenaire-lipe .bloc-title {
    font-size: 4rem;
    color: #F29526; }
  .partenaire-lipe ul.partenaires li {
    flex: 1; } }

.news-home {
  margin-bottom: 3rem; }

.event-home {
  margin-bottom: 0rem; }

@media (min-width: 750px) {
  .news-home, .event-home {
    margin-bottom: 0rem; } }

#slideractualite {
  position: relative; }
  #slideractualite article .mediabloc {
    position: relative; }
    #slideractualite article .mediabloc .tags {
      position: absolute;
      top: 10px;
      padding: 0 0.5em 0.25em 1em;
      background: #3C3C3C; }
      #slideractualite article .mediabloc .tags a {
        color: #fff;
        font-size: 1.2rem;
        text-decoration: none;
        text-transform: uppercase; }
  #slideractualite article .mediainfo {
    font-size: 1.1rem; }
  #slideractualite article p {
    margin-bottom: 0; }
  #slideractualite .owl-nav {
    position: absolute;
    top: 110px; }
  #slideractualite .owl-dots {
    top: 10px;
    right: 10px;
    position: absolute; }
  #slideractualite .owl-dot > span {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: white;
    border: 1px solid #3C3C3C; }
  #slideractualite .owl-dot.active > span {
    background: #3C3C3C; }
  #slideractualite .owl-dot {
    display: inline-block;
    margin-left: 4px; }
  #slideractualite .owl-next {
    right: 2%;
    width: 15px;
    height: 31px;
    background: url("../img/ui/next.svg"); }
  #slideractualite .owl-prev {
    left: 2%;
    width: 15px;
    height: 31px;
    background: url("../img/ui/prev.svg"); }
  #slideractualite div.owl-nav {
    background: transparent;
    height: 31px;
    width: 100%;
    z-index: 100; }
    #slideractualite div.owl-nav div {
      display: block !important;
      text-indent: -9000px;
      position: absolute; }

.event {
  display: table;
  width: 100%;
  background: white;
  padding: 0.5em 0;
  margin-bottom: 4px; }
  .event .entry-date, .event .entry-content, .event .entry-read-more {
    display: table-cell;
    vertical-align: top; }
  .event .entry-date, .event .entry-read-more {
    vertical-align: middle; }
  .event .entry-date {
    text-align: center;
    width: 20%; }
  .event .entry-content {
    width: 65%; }
  .event .entry-read-more {
    text-align: center;
    width: 10%; }
  .event .day, .event .daycomplexe, .event .month, .event .year {
    font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 0.9em;
    text-transform: uppercase; }
  .event .day, .event .daycomplexe {
    font-size: 2em;
    font-weight: 600;
    color: #3C3C3C; }
  .event p {
    margin-bottom: 0; }
  .event .entry-info {
    font-size: 1.1rem;
    margin-bottom: 0.5rem; }

section.actualite {
  background-image: linear-gradient(193deg, #F8F8F8 0%, #F4F4F4 85%);
  padding: 5rem 0 9rem; }
  section.actualite h2 {
    text-align: center;
    font-size: 3rem;
    color: #3C3C3C; }
    section.actualite h2:after {
      margin: 2rem auto 3rem;
      content: "";
      display: block;
      width: 100px;
      height: 1px;
      background: #3C3C3C; }
  section.actualite .post-actu {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
    margin-bottom: 4rem;
    box-shadow: 5px 5px 2px 0px rgba(0, 0, 0, 0.1); }
    section.actualite .post-actu > div {
      flex: 1; }
    section.actualite .post-actu .post-content {
      padding: .5rem 1rem 2rem; }
      section.actualite .post-actu .post-content .info {
        margin-bottom: 1.6rem;
        font-size: 1.3rem; }
      section.actualite .post-actu .post-content a {
        color: #3C3C3C; }
      section.actualite .post-actu .post-content h3 {
        font-size: 2rem;
        font-weight: 700; }

#navtoggle {
  cursor: pointer;
  display: block;
  height: 45px;
  right: 10px;
  position: fixed;
  top: 30px;
  width: 45px;
  background: #ffffff;
  z-index: 2000;
  border-radius: 50%; }

#navtoggle span {
  background: #2B343F none repeat scroll 0 0;
  display: block;
  height: 2px;
  left: 13px;
  position: absolute;
  top: 14px;
  transition: all 350ms ease 0s;
  width: 20px; }
  #navtoggle span.l2 {
    top: 21px; }
  #navtoggle span.l3 {
    top: 28px; }

#navtoggle.open {
  background: white; }
  #navtoggle.open span {
    background: #2B343F; }
  #navtoggle.open span.l1 {
    -ms-transform: rotate(45deg) translate(3px, 8px);
    -webkit-transform: rotate(45deg) translate(3px, 8px);
    transform: rotate(45deg) translate(3px, 8px);
    width: 29px; }
  #navtoggle.open span.l2 {
    opacity: 0; }
  #navtoggle.open span.l3 {
    -ms-transform: rotate(-45deg) translate(2px, -7px);
    -webkit-transform: rotate(-45deg) translate(2px, -7px);
    transform: rotate(-45deg) translate(2px, -7px);
    width: 29px; }

.navigation {
  display: flex;
  padding: 2rem 0 0;
  align-items: center; }
  .navigation .search {
    width: 263px;
    margin-left: auto; }

nav.main-navigation {
  background: #ffffff;
  display: none;
  display: flex;
  flex: 2; }
  nav.main-navigation br.break {
    display: none; }
  nav.main-navigation > div {
    display: flex;
    width: 100%; }
  nav.main-navigation a {
    text-decoration: none; }
  nav.main-navigation ul {
    list-style-type: none;
    margin: 11px 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    width: 100%; }
  nav.main-navigation li {
    padding: 0;
    margin: 0; }
  nav.main-navigation li.langues {
    margin-left: auto; }
  nav.main-navigation li > a {
    padding: 5px 15px;
    display: block;
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: bold;
    color: #3C3C3C; }
    nav.main-navigation li > a:after {
      content: "";
      display: block;
      height: 2px;
      width: 100%;
      background-color: #F29526; }
  nav.main-navigation li.current_page_parent > a, nav.main-navigation li.current-menu-item > a, nav.main-navigation li.current_page_parent > a:hover, nav.main-navigation li > a:hover, nav.main-navigation li:hover > a {
    background-color: #F1F1F1;
    color: #3C3C3C; }
    nav.main-navigation li.current_page_parent > a:after, nav.main-navigation li.current-menu-item > a:after, nav.main-navigation li.current_page_parent > a:hover:after, nav.main-navigation li > a:hover:after, nav.main-navigation li:hover > a:after {
      display: none; }
  nav.main-navigation ul li ul.sub-menu {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    background: #F1F1F1;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 1rem;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    margin-top: -10px;
    transition: all .5s; }
  nav.main-navigation ul li ul.submenu li {
    width: 25%; }
  nav.main-navigation ul li ul.sub-menu li > a {
    padding: 1rem 1rem;
    font-size: 1.5rem;
    color: rgba(46, 46, 46, 0.7); }
    nav.main-navigation ul li ul.sub-menu li > a:after {
      display: none; }
  nav.main-navigation ul.sub-menu ul.sub-menu {
    position: relative;
    border-top: 1px solid #E1E1E1;
    padding: 0; }
    nav.main-navigation ul.sub-menu ul.sub-menu li {
      width: 50%; }
      nav.main-navigation ul.sub-menu ul.sub-menu li a {
        font-weight: normal; }
        nav.main-navigation ul.sub-menu ul.sub-menu li a:hover {
          background-color: #ffffff; }
  nav.main-navigation ul li ul.sub-menu li > a:hover {
    background: #EFEFEF;
    color: #2E2E2E; }
  nav.main-navigation ul li:hover ul.sub-menu {
    opacity: 1;
    margin-top: 0;
    visibility: visible; }
  nav.main-navigation ul li ul.sub-menu li {
    display: block;
    width: 25%; }

nav.main-navigation.open {
  display: block; }

@media (min-width: 1200px) {
  nav.main-navigation {
    display: inline-block; }
    nav.main-navigation br.break {
      display: block; }
  #navtoggle {
    display: none; } }

.mobileview .navigation {
  display: block; }

.mobileview nav.main-navigation {
  background: rgba(255, 255, 255, 0.9);
  padding: 100px 0 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100vh;
  display: none; }
  .mobileview nav.main-navigation.open {
    display: block; }
  .mobileview nav.main-navigation li.current_page_parent > a, .mobileview nav.main-navigation li.current_page_parent > a:hover, .mobileview nav.main-navigation li > a:hover, .mobileview nav.main-navigation li:hover > a {
    background-color: #ffffff;
    color: #3C3C3C; }
  .mobileview nav.main-navigation a {
    color: #3C3C3C;
    text-decoration: none; }
  .mobileview nav.main-navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    flex-direction: column; }
  .mobileview nav.main-navigation li {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%; }
  .mobileview nav.main-navigation li > a {
    padding: 8px 10px;
    display: block;
    line-height: 2; }
  .mobileview nav.main-navigation li > a:hover {
    background: #1e323d;
    color: #ffffff; }
  .mobileview nav.main-navigation ul li ul.sub-menu {
    position: relative;
    height: 0;
    opacity: 0;
    top: -10px;
    background: #ffffff;
    z-index: 1000;
    visibility: hidden;
    transition: all .4s;
    display: block;
    width: auto; }
  .mobileview nav.main-navigation ul li:hover ul.sub-menu {
    opacity: 1;
    top: 0;
    visibility: visible;
    height: auto; }
  .mobileview nav.main-navigation ul li ul.sub-menu li > a:hover {
    background: #1e323d;
    color: #ffffff; }
  .mobileview nav.main-navigation ul li ul.sub-menu li {
    display: block;
    white-space: nowrap;
    width: 100%; }

.mobileview .ml-auto {
  margin-left: unset !important; }

.mobileview .search {
  padding: 2rem 1rem;
  width: 98%;
  margin: 2rem auto;
  border-top: 1px solid rgba(46, 46, 46, 0.2); }

.mobileview .polylang_langswitcher {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(46, 46, 46, 0.2); }
  .mobileview .polylang_langswitcher ul {
    display: flex;
    flex-direction: row !important;
    justify-content: center;
    align-items: center; }
    .mobileview .polylang_langswitcher ul li a {
      margin: auto; }

.ml-auto {
  margin-left: auto !important; }

.polylang_langswitcher ul {
  list-style: none;
  padding: 0;
  margin: 0 !important; }
  .polylang_langswitcher ul li {
    padding: 0;
    margin: 0 5px; }
    .polylang_langswitcher ul li a {
      display: block;
      width: 44px;
      height: 44px;
      text-indent: -9000px;
      border: 2px solid #D9D9D9;
      border-radius: 22px;
      position: relative; }
    .polylang_langswitcher ul li a:after {
      display: none; }
    .polylang_langswitcher ul li a[hreflang="en-GB"]:before, .polylang_langswitcher ul li a[hreflang="fr-FR"]:before {
      content: "";
      display: block;
      position: absolute;
      width: 40px;
      height: 40px;
      background: url(../img/ui/en.png) no-repeat;
      left: 2px;
      top: 2px; }
    .polylang_langswitcher ul li a[hreflang="fr-FR"]:before {
      background: url(../img/ui/fr.png) no-repeat; }
    .polylang_langswitcher ul li.current-lang a[hreflang="en-GB"] {
      border: 2px solid #F09324; }
    .polylang_langswitcher ul li.current-lang a[hreflang="fr-FR"] {
      border: 2px solid #F09324; }

ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 32px;
  border-bottom: 1px solid #333;
  width: 100%; }

ul.tabs li {
  float: left;
  margin: 0 5px 0 0;
  cursor: pointer;
  padding: 0px 21px;
  line-height: 31px;
  background-color: #666;
  border: 1px solid #000;
  color: #ccc;
  overflow: hidden;
  position: relative; }

ul.tabs li:hover {
  background-color: #ccc;
  color: #333; }

ul.tabs li.active {
  background-color: #fff;
  color: #333;
  border-bottom: 1px solid #fff;
  display: block; }

.tab_container {
  border: 1px solid #333;
  border-top: none;
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
  overflow: auto; }

.tab_content {
  padding: 20px;
  display: none; }

.tab_drawer_heading {
  display: none; }

@media screen and (max-width: 480px) {
  .tabs {
    display: none; }
  .tab_drawer_heading {
    background-color: #ccc;
    color: #fff;
    border-top: 1px solid #333;
    margin: 0;
    padding: 5px 20px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .d_active {
    background-color: #666;
    color: #fff; } }

#primary, #secondary {
  margin-bottom: 0em; }

#secondary section {
  padding: 1em;
  margin: 0 0 1rem; }

.page-template-page-thematique .container.thematique {
  padding-top: 50px;
  padding-bottom: 50px; }

.page-template-page-taxonomy .container.taxonomy {
  padding-top: 50px;
  padding-bottom: 50px; }

.bloc-acces {
  padding: 0; }
  .bloc-acces.normal {
    margin-top: -16rem;
    background: #1E323D; }
    .bloc-acces.normal:before {
      content: "";
      display: block;
      height: 90px;
      width: 100%;
      background-image: url(../img/ui/slice-top.svg);
      background-color: #ffffff;
      background-position: center top; }
    .bloc-acces.normal:after {
      content: "";
      display: block;
      height: 150px;
      width: 100%;
      background-image: url(../img/ui/slice-bottom.svg);
      background-color: #F8F8F8;
      background-position: center top; }
    .bloc-acces.normal h2 {
      color: #ffffff; }
  .bloc-acces.gris {
    background-image: linear-gradient(193deg, #F8F8F8 0%, #F4F4F4 85%);
    padding: 3rem 0 5rem; }
    .bloc-acces.gris h2 {
      color: #3C3C3C;
      max-width: none; }
  .bloc-acces.blanc {
    padding-bottom: 5rem; }
    .bloc-acces.blanc h2 {
      color: #3C3C3C;
      max-width: none; }
    .bloc-acces.blanc ul li {
      border: 1px solid #c1c1c1 !important;
      box-shadow: 5px 5px 2px 0px rgba(193, 193, 193, 0.6); }
  .bloc-acces h2 {
    color: #3C3C3C;
    font-size: 3.5rem;
    text-align: center;
    margin: auto auto 3rem;
    color: #ffffff; }
  .bloc-acces ul {
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: space-between; }
    .bloc-acces ul li {
      flex: 1;
      list-style: none;
      background-color: #ffffff;
      margin: 10px;
      border-radius: 8px; }
      .bloc-acces ul li:first-child {
        border-left: none; }
      .bloc-acces ul li .acces {
        padding: 1.5rem;
        display: flex;
        flex-direction: column;
        height: 100%;
        position: relative;
        text-align: center; }
        .bloc-acces ul li .acces h3 {
          font-weight: 700;
          margin-bottom: 1.5rem; }
        .bloc-acces ul li .acces .desc {
          margin-bottom: 3rem; }
        .bloc-acces ul li .acces .link {
          margin-top: auto; }
        .bloc-acces ul li .acces .legendary {
          background-color: #3C3C3C;
          width: 100px;
          height: 100px;
          margin: 0 auto 2rem;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center; }
          .bloc-acces ul li .acces .legendary.pink {
            background-color: #E96094;
            box-shadow: 5px 5px 0px 0px rgba(233, 96, 148, 0.6); }
          .bloc-acces ul li .acces .legendary.green {
            background-color: #3AAD6F;
            box-shadow: 5px 5px 0px 0px rgba(58, 173, 111, 0.6); }
          .bloc-acces ul li .acces .legendary.light-blue {
            background-color: #2697CD;
            box-shadow: 5px 5px 0px 0px rgba(38, 151, 205, 0.2); }
          .bloc-acces ul li .acces .legendary.orange {
            background-color: #F09324;
            box-shadow: 5px 5px 0px 0px rgba(240, 147, 36, 0.6); }

@media (max-width: 1000px) {
  .bloc-acces h2 {
    font-size: 3.4rem; }
  .bloc-acces ul {
    flex-wrap: wrap; }
    .bloc-acces ul li {
      flex: 0 calc(50% - 20px); } }

@media (max-width: 550px) {
  .bloc-acces.normal {
    margin-top: 0;
    padding-top: 2rem; }
    .bloc-acces.normal:before {
      display: none; }
  .bloc-acces h2 {
    font-size: 3rem; }
  .bloc-acces ul {
    flex-wrap: wrap; }
    .bloc-acces ul li {
      flex: 0 calc(100% - 20px); } }

section.descriptiontaxo {
  background-color: #ffffff;
  padding: 3rem 0 4rem; }

section.list-doc, section.doc-similaires, section.result {
  background-image: linear-gradient(193deg, #E9E9E9 0%, #F4F4F4 85%);
  padding: 5rem 0 9rem;
  margin-top: -2rem; }
  section.list-doc h2, section.doc-similaires h2, section.result h2 {
    text-align: center;
    font-size: 3rem;
    color: #3C3C3C; }
    section.list-doc h2:after, section.doc-similaires h2:after, section.result h2:after {
      margin: 2rem auto 3rem;
      content: "";
      display: block;
      width: 100px;
      height: 1px;
      background: #3C3C3C; }

.post-document {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  margin-bottom: 4rem;
  position: relative;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.1); }
  .post-document > div {
    flex: 1; }
  .post-document .programme {
    position: absolute;
    padding: 15px 10px;
    z-index: 100; }
    .post-document .programme a {
      font-size: 1.1rem;
      color: #252525;
      background-color: rgba(255, 255, 255, 0.9);
      border: 1px solid #F5F5F5;
      text-decoration: none;
      padding: 2px 6px;
      margin-right: 5px;
      border-radius: 10px;
      display: inline-block; }
      .post-document .programme a:hover, .post-document .programme a:focus {
        background-color: rgba(37, 37, 37, 0.7);
        color: #ffffff;
        border: 1px solid #252525; }
  .post-document .post-content {
    padding: .5rem 1rem 2rem;
    display: flex;
    flex-direction: column; }
    .post-document .post-content .info {
      margin-bottom: 1.6rem;
      font-size: 1.3rem; }
    .post-document .post-content a {
      color: #3C3C3C; }
    .post-document .post-content h3 {
      font-size: 2rem;
      font-weight: 700; }
  .post-document .tag {
    margin-top: auto; }
    .post-document .tag .title {
      color: #B4B4B4;
      font-weight: 900;
      font-size: .9rem;
      text-transform: uppercase; }
    .post-document .tag a {
      font-size: 1.1rem;
      color: #ffffff;
      background-color: rgba(37, 37, 37, 0.5);
      text-decoration: none;
      padding: 2px 6px;
      margin-right: 5px;
      border-radius: 10px;
      display: inline-block; }
      .post-document .tag a:hover, .post-document .tag a:focus {
        background-color: rgba(37, 37, 37, 0.7); }

.cours-en-ligne-template-default .tag {
  margin-top: 2rem; }
  .cours-en-ligne-template-default .tag .title {
    color: #B4B4B4;
    font-weight: 900;
    font-size: .9rem;
    text-transform: uppercase; }
  .cours-en-ligne-template-default .tag a {
    font-size: 1.1rem;
    color: #ffffff;
    background-color: rgba(37, 37, 37, 0.5);
    text-decoration: none;
    padding: 2px 6px;
    margin-right: 5px;
    border-radius: 10px;
    display: inline-block; }
    .cours-en-ligne-template-default .tag a:hover, .cours-en-ligne-template-default .tag a:focus {
      background-color: rgba(37, 37, 37, 0.7); }

section.contact {
  padding: 3rem 4rem; }

.item-contact {
  display: flex;
  margin: 1rem;
  align-items: center;
  background: #f2f2f2;
  padding: 1rem;
  border-radius: 6px; }

.contact-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0; }

.contact-list li {
  flex: 0 50%;
  margin: 0; }

.img-contact img {
  max-width: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1rem; }

.desc-contact p {
  margin: 0; }

@media (max-width: 550px) {
  .contact-list {
    flex-direction: column; }
  .contact-list li {
    flex: 1; } }

.gris {
  background-image: linear-gradient(193deg, #E9E9E9 0%, #F4F4F4 85%); }

.ly-1 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.ly-2 {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.ly-3 {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.ly-4 {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.taxo {
  height: 230px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 4rem;
  box-shadow: 5px 5px 2px 0px rgba(0, 0, 0, 0.1);
  position: relative; }
  .taxo img {
    width: 100%;
    height: 230px;
    object-fit: cover; }
  .taxo .meta-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
  .taxo .term-title {
    padding: 1rem;
    margin-bottom: 0; }
    .taxo .term-title a {
      color: #1E323D;
      text-decoration: none;
      background: rgba(255, 255, 255, 0.9);
      padding: .5rem 1rem;
      transition: background-color .5s ease;
      display: block;
      text-align: center; }
    .taxo .term-title a:hover {
      background-color: #1E323D;
      color: #ffffff; }
  .taxo .content {
    display: none; }
    .taxo .content a {
      text-align: right;
      background: rgba(255, 255, 255, 0.9);
      padding: .2rem;
      display: block; }

.thematique.container {
  padding-top: 5rem; }

.page-template-page-formations-pedagogiques .content-area {
  padding: 4rem 0; }

.bloc-image-texte {
  padding: 0; }
  .bloc-image-texte.normal {
    margin-top: -16rem;
    background: #1E323D; }
    .bloc-image-texte.normal:before {
      content: "";
      display: block;
      height: 90px;
      width: 100%;
      background-image: url(../img/ui/slice-top.svg);
      background-color: #ffffff;
      background-position: center top; }
    .bloc-image-texte.normal:after {
      content: "";
      display: block;
      height: 150px;
      width: 100%;
      background-image: url(../img/ui/slice-bottom.svg);
      background-color: #F8F8F8;
      background-position: center top; }
    .bloc-image-texte.normal h2 {
      color: #ffffff; }
  .bloc-image-texte.gris {
    background-image: linear-gradient(193deg, #F8F8F8 0%, #F4F4F4 85%);
    padding: 3rem 0 5rem; }
    .bloc-image-texte.gris h2 {
      color: #3C3C3C;
      max-width: none; }
  .bloc-image-texte.blanc {
    padding-bottom: 5rem; }
    .bloc-image-texte.blanc h2 {
      color: #3C3C3C;
      max-width: none; }
    .bloc-image-texte.blanc ul li {
      border: 1px solid #c1c1c1 !important;
      box-shadow: 5px 5px 2px 0px rgba(193, 193, 193, 0.6); }
  .bloc-image-texte h2 {
    color: #3C3C3C;
    font-size: 3.5rem;
    text-align: center;
    margin: auto auto 3rem;
    color: #ffffff; }
  .bloc-image-texte .acces {
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 5px 5px 2px 0px rgba(0, 0, 0, 0.1); }
    .bloc-image-texte .acces h3 {
      font-weight: 700;
      margin-bottom: 1.5rem;
      padding: .5rem 1.5rem; }
    .bloc-image-texte .acces .desc {
      margin-bottom: 3rem;
      padding: .5rem 1rem; }
    .bloc-image-texte .acces .link {
      margin-top: auto;
      padding: .5rem 1rem; }
    .bloc-image-texte .acces .legendary {
      background-color: #3C3C3C;
      width: 100px;
      height: 100px;
      margin: 0 auto 2rem;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .bloc-image-texte .acces .legendary.pink {
        background-color: #E96094;
        box-shadow: 5px 5px 0px 0px rgba(233, 96, 148, 0.6); }
      .bloc-image-texte .acces .legendary.green {
        background-color: #3AAD6F;
        box-shadow: 5px 5px 0px 0px rgba(58, 173, 111, 0.6); }
      .bloc-image-texte .acces .legendary.light-blue {
        background-color: #2697CD;
        box-shadow: 5px 5px 0px 0px rgba(38, 151, 205, 0.2); }
      .bloc-image-texte .acces .legendary.orange {
        background-color: #F09324;
        box-shadow: 5px 5px 0px 0px rgba(240, 147, 36, 0.6); }

@media (max-width: 1000px) {
  .bloc-image-texte h2 {
    font-size: 3.4rem; } }

@media (max-width: 550px) {
  .bloc-image-texte.normal {
    margin-top: 0;
    padding-top: 2rem; }
    .bloc-image-texte.normal:before {
      display: none; }
  .bloc-image-texte h2 {
    font-size: 3rem; } }

footer {
  padding: 2rem 0;
  background: #1e323d;
  position: relative; }
  footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  footer br.break {
    display: none; }
  footer a {
    color: white;
    text-decoration: none; }
  footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    text-align: left; }
  footer li {
    display: block;
    padding: 0; }
  footer li.logo-lipe-footer a {
    text-indent: -9990px;
    width: 320px;
    height: 60px;
    margin-bottom: 20px;
    background-size: contain;
    background-image: url(../img/ui/lipe-footer.svg);
    background-repeat: no-repeat; }
  footer li > a {
    padding: 5px 0;
    display: block;
    font-size: 1.8rem;
    line-height: 1.2; }
  footer li > a:hover {
    background-color: none;
    color: #F29526; }
  footer .socialnetwork {
    display: block;
    margin-top: 0px; }
    footer .socialnetwork li {
      background: transparent none repeat scroll 0 0;
      height: 49px;
      min-width: auto !important;
      width: 49px;
      display: inline-block;
      margin-left: 15px; }
      footer .socialnetwork li a.icon {
        display: block;
        width: 49px;
        height: 49px;
        background-position: center center;
        background-repeat: no-repeat; }
      footer .socialnetwork li a.facebook {
        background-image: url(../img/ui/facebook.svg); }
      footer .socialnetwork li a.facebook:hover {
        background-image: url(../img/ui/facebook-over.svg); }
      footer .socialnetwork li a.youtube {
        background-image: url(../img/ui/youtube.svg); }
      footer .socialnetwork li a.youtube:hover {
        background-image: url(../img/ui/youtube-over.svg); }
      footer .socialnetwork li a.twitter {
        background-image: url(../img/ui/twitter.svg); }
      footer .socialnetwork li a.twitter:hover {
        background-image: url(../img/ui/twitter-over.svg); }
  footer .no-svg footer li.logo-lipe-footer a {
    background-image: url(../img/ui/logo-lipe.png);
    background-repeat: no-repeat; }
  footer .no-svg footer .socialnetwork li a.facebook {
    background-image: url(../img/ui/facebook.png); }
  footer .no-svg footer .socialnetwork li a.facebook:hover {
    background-image: url(../img/ui/facebook-over.png); }
  footer .no-svg footer .socialnetwork li a.youtube {
    background-image: url(../img/ui/youtube.png); }
  footer .no-svg footer .socialnetwork li a.youtube:hover {
    background-image: url(../img/ui/youtube-over.png); }
  footer .no-svg footer .socialnetwork li a.twitter {
    background-image: url(../img/ui/twitter.png); }
  footer .no-svg footer .socialnetwork li a.twitter:hover {
    background-image: url(../img/ui/twitter-over.png); }

@media (min-width: 750px) {
  footer ul {
    align-items: center;
    flex-direction: row;
    align-items: center; }
    footer ul li.logo-lipe-footer a {
      margin-bottom: 0px;
      height: 98px; }
    footer ul li {
      margin: 0 10px; }
    footer ul li > a {
      padding: 5px 5px;
      display: block;
      font-size: 1.8rem;
      line-height: 1.2; }
  footer .socialnetwork {
    margin-top: 20px; } }

#breadcrumbs {
  font-size: 1.1rem;
  padding: 1em 0 3em; }

.social-wrapper {
  position: absolute;
  top: -50px;
  right: 0;
  overflow-x: hidden;
  text-align: right; }

.social-link {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table; }

/* Displays the list-items in a row */
.social-link li {
  display: table-cell; }

/* Set up the social media icons and enable transitioning for a smooth hovering effect */
.social-link a {
  background-image: url(../img/ui/social-icons.png);
  background-image: url(../img/ui/social-icons.svg), none;
  /* IE8 does not support multiple backgrounds (even when it is empty), so reverts to the former rule with the .png */
  background-repeat: no-repeat;
  display: block;
  text-indent: 9900px;
  white-space: nowrap;
  height: 30px;
  transition: all 350ms ease-out;
  -webkit-transition: all 350ms ease-out;
  -o-transition: all 350ms ease-out;
  width: 28px;
  margin-left: 5px;
  background-size: 140px; }

.social-link a:hover {
  /* Bonus image movement, no support by Firefox and Opera. Requires images with similar y position. */
  filter: alpha(opacity=80);
  /* Fallback for older versions of IE */
  opacity: 0.8; }

/* Move the background to the right position for each social network */
.twitter {
  background-position: 0 0; }

.facebook {
  background-position: -28px 0; }

.googleplus {
  background-position: -56px -34px; }

.pinterest {
  background-position: -85px 0; }

.theme {
  position: absolute;
  width: 100%;
  text-align: right;
  padding: 10px 0; }

.icon-theme {
  width: 45px;
  height: 45px;
  background-color: white;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
  border: 1px solid #F5F5F5; }
  .icon-theme span.sonore:after, .icon-theme span.radio-broadcats:after {
    content: "";
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    background-image: url("../img/ui/type-son.png");
    background-repeat: no-repeat;
    background-position: center center;
    top: 0; }
  .icon-theme span.video:after, .icon-theme span.video-clips:after {
    content: "";
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    background-image: url("../img/ui/type-video.png");
    background-repeat: no-repeat;
    background-position: center center;
    top: 0; }
  .icon-theme span.fiche-peda:after {
    content: "";
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    background-image: url("../img/ui/type-fiche-peda.png");
    background-repeat: no-repeat;
    background-position: center center;
    top: 0; }
  .icon-theme span.cours-en-ligne:after, .icon-theme span.online-training:after {
    content: "";
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    background-image: url("../img/ui/type-cours-en-ligne.png");
    background-repeat: no-repeat;
    background-position: center center;
    top: 0; }
  .icon-theme span.texte:after {
    content: "";
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    background-image: url("../img/ui/type-texte.png");
    background-repeat: no-repeat;
    background-position: center center;
    top: 0; }
  .icon-theme span.dossier-pedagogique:after, .icon-theme span.educational-kits:after {
    content: "";
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    background-image: url("../img/ui/type-dossier-peda.png");
    background-repeat: no-repeat;
    background-position: center center;
    top: 0; }
  .icon-theme span.dossier-documentaire:after, .icon-theme span.documentary-files:after {
    content: "";
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    background-image: url("../img/ui/type-dossier-peda.png");
    background-repeat: no-repeat;
    background-position: center center;
    top: 0; }
  .icon-theme span.ressources-en-anglais:after, .icon-theme span.english-content:after {
    content: "";
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    background-image: url("../img/ui/type-ressources-en-anglais.png");
    background-repeat: no-repeat;
    background-position: center center;
    top: 0; }
  .icon-theme span.capsules-audio:after, .icon-theme span.audio-clips:after {
    content: "";
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    background-image: url("../img/ui/type-capsules-audio.png");
    background-repeat: no-repeat;
    background-position: center center;
    top: 0; }
  .icon-theme span.facilitation-graphique:after {
    content: "";
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    background-image: url("../img/ui/type-facilitation-graphique.png");
    background-repeat: no-repeat;
    background-position: center center;
    top: 0; }
  .icon-theme span.facilitation-graphique:after, .icon-theme span.graphic-facilitation:after {
    content: "";
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    background-image: url("../img/ui/type-facilitation-graphique.png");
    background-repeat: no-repeat;
    background-position: center center;
    top: 0; }
  .icon-theme span.mallette-pedagogique:after, .icon-theme span.educational-materials:after {
    content: "";
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    background-image: url("../img/ui/type-malette.png");
    background-repeat: no-repeat;
    background-position: center center;
    top: 0; }
  .icon-theme span.serious-game:after, .icon-theme span.serious-games:after {
    content: "";
    width: 35px;
    height: 35px;
    display: block;
    position: absolute;
    background-image: url("../img/ui/type-serious-game.png");
    background-repeat: no-repeat;
    background-position: center center;
    left: 4px;
    background-size: cover;
    top: 2px; }
  .icon-theme span.exposition-virtuelle:after, .icon-theme span.virtual-exhibition:after {
    content: "";
    width: 30px;
    height: 26px;
    display: block;
    position: absolute;
    background-image: url("../img/ui/type-visite-virtuelle.png");
    left: 8px;
    background-size: cover;
    top: 9px;
    background-repeat: no-repeat;
    background-position: center center; }
  .icon-theme span.visual-map:after, .icon-theme span.visual-map-en:after {
    content: "";
    width: 35px;
    height: 35px;
    display: block;
    position: absolute;
    background-image: url("../img/ui/type-visual-map.png");
    left: 4px;
    background-size: cover;
    top: 4px;
    background-repeat: no-repeat;
    background-position: center center; }
  .icon-theme span.escape-game:after, .icon-theme span.escape-games:after {
    content: "";
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    background-image: url("../img/ui/type-escape-game.png");
    background-repeat: no-repeat;
    background-position: center center;
    top: 0; }
  .icon-theme span.cartes-animees:after, .icon-theme span.interactive-map-en:after {
    content: "";
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    background-image: url("../img/ui/type-carte.png");
    background-repeat: no-repeat;
    background-position: center center;
    top: 0; }

.icon-experience {
  display: inline-block;
  background-image: url(../img/ui/experience.svg);
  width: 30px;
  height: 30px;
  margin-right: 1rem; }

.icon-avis {
  display: inline-block;
  background-image: url(../img/ui/avis.svg);
  width: 30px;
  height: 25px;
  margin-right: 1rem; }

a:hover .icon-experience {
  background-image: url(../img/ui/experience-white.svg); }

a:hover .icon-avis {
  background-image: url(../img/ui/avis-white.svg); }

.widget_categories, .widget_nav_menu {
  border-radius: 3px; }
  .widget_categories .widget-title, .widget_nav_menu .widget-title {
    font-weight: 600;
    margin: 0 0 0.5em 0;
    font-size: 1.7rem; }
  .widget_categories ul, .widget_nav_menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .widget_categories li a, .widget_nav_menu li a {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #3C3C3C;
    display: block;
    padding: 0.3em;
    text-decoration: none;
    background: #fff; }
  .widget_categories li a:hover, .widget_nav_menu li a:hover {
    background: #efefef; }
  .widget_categories li.current_page_item a, .widget_nav_menu li.current_page_item a {
    color: #fff;
    background: #c1c1c1; }
  .widget_categories ul.children, .widget_nav_menu ul.children {
    margin: 0;
    padding: 0; }
    .widget_categories ul.children li a, .widget_nav_menu ul.children li a {
      color: #3C3C3C;
      display: block;
      padding: 0.3em;
      text-decoration: none;
      background: #fcfcfc; }
    .widget_categories ul.children li a:hover, .widget_nav_menu ul.children li a:hover {
      background: #ececec; }
    .widget_categories ul.children li.current_page_item a, .widget_nav_menu ul.children li.current_page_item a {
      color: #fff;
      background: #F29526; }

#secondary section#nav_menu-3 {
  padding: 0;
  margin: 1em 0; }
  #secondary section#nav_menu-3 ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
  #secondary section#nav_menu-3 a {
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    padding: 1rem 0.5rem;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    border: 1px solid #F29526;
    background-color: white;
    color: #F29526; }
  #secondary section#nav_menu-3 a:hover, #secondary section#nav_menu-3 a:focus {
    border: 1px solid #F29526;
    background-color: #F29526;
    color: white; }

body.error404 #breadcrumbs {
  display: none; }

body.error404 .error-404 {
  margin: 2rem 0;
  text-align: center; }
  body.error404 .error-404 .page-not-found {
    display: table;
    width: 70%;
    text-align: center;
    margin: auto;
    box-sizing: border-box; }
  body.error404 .error-404 .widget.widget_recent_entries, body.error404 .error-404 #searchform {
    display: table-cell;
    vertical-align: top;
    width: 40%;
    background: #F4F4F4;
    padding: 10px; }
  body.error404 .error-404 #searchform {
    border-right: 2px solid #EEEEEE; }
    body.error404 .error-404 #searchform input {
      width: 80%; }
    body.error404 .error-404 #searchform label {
      font-family: "Nunito", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 2rem;
      margin-bottom: 0.5rem;
      font-weight: 300; }
  body.error404 .error-404 .widget.widget_recent_entries h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem; }
  body.error404 .error-404 .widget.widget_recent_entries ul {
    text-align: left;
    padding: 0;
    margin: 1rem 0 0;
    list-style-type: none; }
  body.error404 .error-404 .widget.widget_recent_entries a {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #3C3C3C;
    display: block;
    padding: 0.3em;
    text-decoration: none;
    background: #fff; }
  body.error404 .error-404 .widget.widget_recent_entries a:hover {
    background: #f29526;
    color: white; }

.no-results {
  padding: 60px 0;
  text-align: center; }
  .no-results .page-header {
    width: 50%;
    display: inline-block; }
    .no-results .page-header h1 {
      color: #1E323D; }
    .no-results .page-header h1:before {
      content: "";
      display: block;
      margin: auto;
      text-align: center;
      width: 84px;
      height: 110px;
      background-image: url(../img/ui/404-icon.png);
      background-size: cover;
      background-repeat: no-repeat; }
  .no-results form.search-form {
    position: relative;
    width: 320px;
    margin: auto; }
    .no-results form.search-form .search-submit {
      position: absolute;
      text-indent: -9990px;
      width: 56px;
      height: 55px;
      background: transparent;
      border: none;
      background-image: url(../img/ui/icone-search.png);
      background-repeat: no-repeat;
      right: 0;
      top: 10px; }
    .no-results form.search-form .screen-reader-text {
      display: none; }
    .no-results form.search-form .awesomplete > ul {
      width: 320px; }
    .no-results form.search-form .awesomplete > input[type="search"] {
      width: 320px;
      height: 70px;
      margin: 0; }
    .no-results form.search-form ::-webkit-input-placeholder {
      font-style: italic;
      font-size: 17px; }
    .no-results form.search-form :-moz-placeholder {
      /* Firefox 18- */
      font-style: italic;
      font-size: 17px; }
    .no-results form.search-form ::-moz-placeholder {
      /* Firefox 19+ */
      font-style: italic;
      font-size: 17px; }
    .no-results form.search-form :-ms-input-placeholder {
      font-style: italic;
      font-size: 17px; }

.search-results #search-result {
  padding: 60px 0; }

.search-results h1 {
  color: #1E323D;
  text-align: center; }

.search-results form.search-form {
  position: relative;
  width: 320px;
  margin: 0 auto 30px; }
  .search-results form.search-form .search-submit {
    position: absolute;
    text-indent: -9990px;
    width: 56px;
    height: 55px;
    background: transparent;
    border: none;
    background-image: url(../img/ui/icone-search.png);
    background-repeat: no-repeat;
    right: 0;
    top: 10px; }
  .search-results form.search-form .screen-reader-text {
    display: none; }
  .search-results form.search-form .awesomplete > ul {
    width: 320px; }
  .search-results form.search-form .awesomplete > input[type="search"] {
    width: 320px;
    height: 70px;
    margin: 0; }
  .search-results form.search-form ::-webkit-input-placeholder {
    font-style: italic;
    font-size: 17px; }
  .search-results form.search-form :-moz-placeholder {
    /* Firefox 18- */
    font-style: italic;
    font-size: 17px; }
  .search-results form.search-form ::-moz-placeholder {
    /* Firefox 19+ */
    font-style: italic;
    font-size: 17px; }
  .search-results form.search-form :-ms-input-placeholder {
    font-style: italic;
    font-size: 17px; }

#search {
  background: #1E323D;
  padding: 15px 0; }
  #search form.search-form {
    position: relative;
    min-width: 320px;
    max-width: 540px;
    width: 100%;
    margin: auto; }
    #search form.search-form .search-submit {
      position: absolute;
      text-indent: -9990px;
      width: 56px;
      height: 55px;
      background: transparent;
      border: none;
      background-image: url(../img/ui/icone-search.png);
      background-repeat: no-repeat;
      right: 0;
      top: 10px; }
    #search form.search-form .screen-reader-text {
      display: none; }
    #search form.search-form .awesomplete {
      width: 100%; }
    #search form.search-form .awesomplete > ul {
      width: 100%; }
    #search form.search-form .awesomplete > input[type="search"] {
      width: 100%;
      height: 70px;
      margin: 0;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box; }
    #search form.search-form ::-webkit-input-placeholder {
      font-style: italic;
      font-size: 17px; }
    #search form.search-form :-moz-placeholder {
      /* Firefox 18- */
      font-style: italic;
      font-size: 17px; }
    #search form.search-form ::-moz-placeholder {
      /* Firefox 19+ */
      font-style: italic;
      font-size: 17px; }
    #search form.search-form :-ms-input-placeholder {
      font-style: italic;
      font-size: 17px; }

/* Post Type */
.category .row, .tag .row, .author .row {
  margin-bottom: 2rem; }

.category article, .tag article, .author article {
  padding: 0em;
  border: 0.5em solid #F1F1F1;
  background: #F1F1F1;
  margin-bottom: 1rem;
  overflow: hidden; }
  .category article .mediabloc, .tag article .mediabloc, .author article .mediabloc {
    position: relative; }
    .category article .mediabloc .tags, .tag article .mediabloc .tags, .author article .mediabloc .tags {
      position: absolute;
      top: 10px;
      padding: 0 0.5em 0.25em 1em;
      background: #3C3C3C; }
      .category article .mediabloc .tags a, .tag article .mediabloc .tags a, .author article .mediabloc .tags a {
        color: #fff;
        font-size: 1.2rem;
        text-decoration: none;
        text-transform: uppercase; }
  .category article .mediainfo, .tag article .mediainfo, .author article .mediainfo {
    font-size: 1.1rem; }
  .category article img, .tag article img, .author article img {
    transition: all 350ms ease 0s; }
  .category article img:hover, .tag article img:hover, .author article img:hover {
    transform: scale(1.05); }

.category .entry-meta, .tag .entry-meta, .author .entry-meta {
  font-size: 1.1rem;
  margin-bottom: 0.5em; }

.category .post-categories, .tag .post-categories, .author .post-categories {
  margin: 0;
  padding: 0;
  list-style: none; }
  .category .post-categories li, .tag .post-categories li, .author .post-categories li {
    display: inline;
    padding-right: 5px; }

.category h2, .tag h2, .author h2 {
  font-size: 2rem;
  margin-bottom: 0em; }
  .category h2 a, .tag h2 a, .author h2 a {
    color: #3C3C3C;
    text-decoration: none;
    font-weight: 600; }
  .category h2 a:hover, .tag h2 a:hover, .author h2 a:hover {
    color: #F29526; }

.single .entry-header, .page .entry-header, .archive .entry-header {
  min-height: 300px;
  position: relative;
  background-position: center top; }
  .single .entry-header.default, .page .entry-header.default, .archive .entry-header.default {
    background-image: url(../img/ui/bg-header-front.png); }
  .single .entry-header .container, .page .entry-header .container, .archive .entry-header .container {
    padding-top: 50px;
    padding-bottom: 50px; }
  .single .entry-header h1.title, .page .entry-header h1.title, .archive .entry-header h1.title {
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 15px; }
    .single .entry-header h1.title span, .page .entry-header h1.title span, .archive .entry-header h1.title span {
      display: inline-block;
      background: #3C3C3C;
      padding: 3px 25px 3px 10px;
      margin-bottom: 10px; }
    .single .entry-header h1.title span + br + span, .page .entry-header h1.title span + br + span, .archive .entry-header h1.title span + br + span {
      padding: 3px 10px; }
  .single .entry-header p.subtitle, .page .entry-header p.subtitle, .archive .entry-header p.subtitle {
    font-size: 20px;
    line-height: 1.2;
    color: #ffffff;
    width: 80%; }
  .single .entry-header .intro, .page .entry-header .intro, .archive .entry-header .intro {
    width: 50%; }
  .single .entry-header h3, .page .entry-header h3, .archive .entry-header h3 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 15px; }
    .single .entry-header h3 span, .page .entry-header h3 span, .archive .entry-header h3 span {
      display: inline-block;
      background: #1E323D;
      padding: 3px 10px 3px 10px;
      margin-bottom: 10px; }
    .single .entry-header h3 span + br + span, .page .entry-header h3 span + br + span, .archive .entry-header h3 span + br + span {
      padding: 3px 10px; }
  .single .entry-header h1 + h3, .page .entry-header h1 + h3, .archive .entry-header h1 + h3 {
    margin-top: -15px; }

@media (min-width: 550px) {
  .single .entry-header, .page .entry-header, .archive .entry-header {
    min-height: 300px; } }

@media (min-width: 750px) {
  .single .entry-header, .page .entry-header, .archive .entry-header {
    min-height: 300px; }
    .single .entry-header h1.title, .page .entry-header h1.title, .archive .entry-header h1.title {
      font-size: 40px; }
    .single .entry-header p.subtitle, .page .entry-header p.subtitle, .archive .entry-header p.subtitle {
      font-size: 30px; } }

@media (min-width: 1000px) {
  .single .entry-header h1.title, .page .entry-header h1.title, .archive .entry-header h1.title {
    font-size: 40px; }
  .single .entry-header p.subtitle, .page .entry-header p.subtitle, .archive .entry-header p.subtitle {
    font-size: 30px; } }

@media (min-width: 1200px) {
  .single .entry-header, .page .entry-header, .archive .entry-header {
    min-height: 300px; }
    .single .entry-header h1.title, .page .entry-header h1.title, .archive .entry-header h1.title {
      font-size: 50px; }
    .single .entry-header p.subtitle, .page .entry-header p.subtitle, .archive .entry-header p.subtitle {
      font-size: 30px; } }

.single .entry-content.container, .page .entry-content.container, .archive .entry-content.container {
  padding-top: 50px;
  padding-bottom: 50px; }

.single .entry-content h2, .page .entry-content h2, .archive .entry-content h2 {
  font-weight: 600;
  letter-spacing: 0;
  font-size: 1.9rem;
  margin: 2.5rem 0 15px; }

.single .entry-content h3, .page .entry-content h3, .archive .entry-content h3 {
  font-weight: 600;
  font-size: 1.7rem;
  margin: 15px 0 0; }

.single .entry-content p, .page .entry-content p, .archive .entry-content p {
  margin-bottom: 1rem; }

.single .entry-content .mediabloc, .page .entry-content .mediabloc, .archive .entry-content .mediabloc {
  position: relative;
  float: right;
  margin: 0 0px 20px 20px; }
  .single .entry-content .mediabloc .tags, .page .entry-content .mediabloc .tags, .archive .entry-content .mediabloc .tags {
    position: absolute;
    top: 10px;
    padding: 0 0.5em 0.25em 1em;
    background: #3C3C3C; }
    .single .entry-content .mediabloc .tags a, .page .entry-content .mediabloc .tags a, .archive .entry-content .mediabloc .tags a {
      color: #fff;
      font-size: 1.2rem;
      text-decoration: none;
      text-transform: uppercase; }
  .single .entry-content .mediabloc .legend, .page .entry-content .mediabloc .legend, .archive .entry-content .mediabloc .legend {
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 0.2em 0.5em;
    font-style: italic;
    font-size: 1.1rem;
    position: absolute;
    bottom: 15px; }

.single .post-categories, .page .post-categories, .archive .post-categories {
  margin: 0;
  padding: 0;
  list-style: none; }
  .single .post-categories li, .page .post-categories li, .archive .post-categories li {
    display: inline;
    padding-right: 5px; }

.single .entry-content::after, .page .entry-content::after, .archive .entry-content::after {
  content: "";
  display: table;
  clear: both;
  height: 1px; }

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }
  .video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute; }

.related-post {
  margin: 3rem 0; }
  .related-post .title-bloc {
    margin: 1rem 0 1rem 0;
    font-size: 1.6rem;
    font-weight: 600; }
  .related-post .row {
    margin-bottom: 2rem; }
  .related-post article {
    padding: 0em;
    border: 0.5em solid #F1F1F1;
    background: #F1F1F1;
    margin-bottom: 1rem;
    overflow: hidden; }
    .related-post article .mediabloc {
      position: relative; }
      .related-post article .mediabloc .tags {
        position: absolute;
        top: 10px;
        padding: 0 0.5em 0.25em 1em;
        background: #3C3C3C; }
        .related-post article .mediabloc .tags a {
          color: #fff;
          font-size: 1.2rem;
          text-decoration: none;
          text-transform: uppercase; }
    .related-post article .mediainfo {
      font-size: 1.1rem; }
    .related-post article img {
      transition: all 350ms ease 0s; }
    .related-post article img:hover {
      transform: scale(1.05); }
  .related-post .entry-meta {
    font-size: 1.1rem;
    margin-bottom: 0.5em; }
  .related-post h2 {
    font-size: 2rem;
    margin-bottom: 0em; }
    .related-post h2 a {
      color: #3C3C3C;
      text-decoration: none;
      font-weight: 600; }
    .related-post h2 a:hover {
      color: #F29526; }

.intro-auteur {
  display: flex;
  justify-content: space-between; }
  .intro-auteur .visuel {
    margin: 0 2rem 1rem 0; }
  .intro-auteur .desc {
    flex: 2; }

body.tax-auteur .heading, body.tax-auteur-cours-en-ligne .heading {
  min-height: 0 !important; }
  body.tax-auteur .heading .container, body.tax-auteur-cours-en-ligne .heading .container {
    padding: 2rem 0 0 !important; }

.svg .grid .item ul.list-type-support a.icon-video:after {
  background-image: url(../img/ui/type-video.svg); }

.svg .grid .item ul.list-type-support a.icon-sonore:after {
  background-image: url(../img/ui/type-son.svg); }

.svg .grid .item ul.list-type-support a.icon-fiche-pedagogique:after {
  background-image: url(../img/ui/type-fiche-peda.svg); }

.svg .grid .item ul.list-type-support a.icon-image:after {
  background-image: url(../img/ui/type-image.svg); }

.svg .grid .item ul.list-type-support a.icon-texte:after {
  background-image: url(../img/ui/type-texte.svg); }

.svg .grid .item ul.list-type-support a.icon-dossier-pedagogique:after {
  background-image: url(../img/ui/type-dossier-peda.svg); }

.svg .grid .item .author .icon-user {
  background-image: url(../img/ui/user-icon.svg); }

.grid .item.texte .img-wrapper {
  background-image: url(../img/ui/bg-type-texte.png); }

.grid .item.sonore .img-wrapper {
  background-image: url(../img/ui/bg-type-son.png); }

.grid .item.video .img-wrapper {
  background-image: url(../img/ui/bg-type-video.png); }

.grid .item.image .img-wrapper {
  background-image: url(../img/ui/bg-type-image.png); }

.grid .item {
  width: 100%;
  float: left;
  margin-bottom: 4%;
  height: 240px;
  padding: 0px;
  border: 0;
  position: relative; }
  .grid .item .img-wrapper {
    height: 240px;
    background-image: url(../img/ui/bg-default.png);
    background-size: cover; }
  .grid .item .overlay {
    position: absolute;
    display: table;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(30, 50, 61, 0.4); }
  .grid .item .meta-wrapper.have-overlay .header h2 > a {
    color: #ffffff; }
  .grid .item .meta-wrapper.have-overlay .content p, .grid .item .meta-wrapper.have-overlay .content div.description {
    color: #ffffff; }
  .grid .item .meta-wrapper.have-overlay ul.list.list-programme a {
    color: #ffffff; }
  .grid .item .meta-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    border-collapse: collapse;
    vertical-align: top; }
  .grid .item .header {
    position: relative;
    display: table;
    width: 100%;
    vertical-align: top; }
    .grid .item .header h2.term-title {
      width: 100%;
      letter-spacing: 0;
      font-size: 1.4rem;
      text-transform: uppercase;
      font-weight: 300;
      display: table;
      height: 60px;
      background: #1E323D;
      color: #ffffff;
      padding: 6px 10px;
      margin-bottom: 0; }
    .grid .item .header h2 > a {
      color: #ffffff;
      text-decoration: none;
      display: table-cell;
      padding-left: 20px;
      vertical-align: middle; }
    .grid .item .header h2 > a:hover, .grid .item .header h2 > a:focus {
      text-decoration: underline; }
  .grid .item .content {
    margin: 0 3%;
    display: table;
    width: 94%; }
    .grid .item .content p, .grid .item .content div.description {
      font-size: 13px;
      color: #1e323D;
      line-height: 1.2; }
  .grid .item img {
    width: 100%; }
  .grid .item ul.list-type-support {
    display: table-cell;
    width: 45px;
    vertical-align: top;
    list-style: none;
    margin: 0;
    padding: 0; }
    .grid .item ul.list-type-support a {
      text-indent: -9900px;
      display: block;
      width: 45px;
      height: 45px; }
    .grid .item ul.list-type-support a:after {
      content: "";
      display: block;
      position: absolute;
      left: 12px;
      top: 8px;
      width: 45px;
      height: 45px;
      background-color: #ffffff;
      background-repeat: no-repeat;
      border-radius: 50%;
      background-position: center center; }
    .grid .item ul.list-type-support a.icon-video:after {
      background-image: url(../img/ui/type-video.png); }
    .grid .item ul.list-type-support a.icon-sonore:after {
      background-image: url(../img/ui/type-son.png); }
    .grid .item ul.list-type-support a.icon-fiche-pedagogique:after {
      background-image: url(../img/ui/type-fiche-peda.png); }
    .grid .item ul.list-type-support a.icon-image:after {
      background-image: url(../img/ui/type-image.png); }
    .grid .item ul.list-type-support a.icon-texte:after {
      background-image: url(../img/ui/type-texte.png); }
    .grid .item ul.list-type-support a.icon-dossier-pedagogique:after {
      background-image: url(../img/ui/type-dossier-peda.png); }
  .grid .item .author {
    border-bottom: 1px solid #ffffff;
    margin-bottom: 10px; }
    .grid .item .author .icon-user {
      display: inline-block;
      background-image: url(../img/ui/user-icon.png);
      background-repeat: none;
      width: 28px;
      height: 37px;
      background-size: contain; }
    .grid .item .author ul.list.list-programme {
      padding: 14px 6px 0;
      vertical-align: top;
      font-size: 15px; }
  .grid .item .footer {
    margin: 0 3%;
    display: table-footer-group; }

@media (min-width: 750px) {
  .grid .item {
    width: 48%; }
  .item:nth-child(2n+1), .item:nth-child(2n+1) {
    margin-left: 0; } }

@media (min-width: 1000px) {
  .grid .item {
    width: 30.66667%; }
  .item:nth-child(2n+1), .item:nth-child(2n+1) {
    margin-left: 4%; }
  .item:nth-child(3n+1), .item:nth-child(3n+1) {
    margin-left: 0; } }

@media (min-width: 1200px) {
  .grid .item {
    width: 30.66667%; }
  .grid .item:nth-child(2n+1), .grid .item:nth-child(2n+1) {
    margin-left: 4%; }
  .grid .item:nth-child(3n+1), .grid .item:nth-child(3n+1) {
    margin-left: 0; } }

.item ul.list, .item-ressource ul.list {
  margin: 0;
  padding: 0;
  list-style: none; }

.item ul.list li, .item-ressource ul.list li {
  display: inline-block;
  /* background: #D4D4D4; */ }

.item ul.list.list-programme, .item-ressource ul.list.list-programme {
  display: inline-block; }

.item ul.list-mot-cle, .item-ressource ul.list-mot-cle {
  padding: 0 3%; }

.item ul.list-mot-cle li a, .item-ressource ul.list-mot-cle li a {
  display: block;
  background: #ffffff;
  padding: 0px 3px;
  border-radius: 4px;
  font-size: 12px;
  color: #1E323D;
  margin-right: 5px;
  text-decoration: none;
  border: 1px solid #ffffff; }

.item ul.list-mot-cle li a:hover, .item-ressource ul.list-mot-cle li a:hover {
  background: #1E323D;
  border: 1px solid #1E323D;
  color: #FFFFFF; }

.item ul.list-niveau, .item-ressource ul.list-niveau {
  text-align: right; }

.item ul.list-niveau li, .item-ressource ul.list-niveau li {
  display: inline-block;
  vertical-align: top;
  text-align: right; }

.item ul.list-niveau li a, .item-ressource ul.list-niveau li a {
  display: block;
  background: #ffffff;
  padding: 0px 2px;
  border-radius: 4px;
  font-size: 11px;
  color: #1E323D;
  margin-right: 5px;
  text-decoration: none;
  border: 1px solid #ffffff; }

.item ul.list-niveau li a:hover, .item-ressource ul.list-niveau li a:hover {
  background: #1E323D;
  border: 1px solid #1E323D;
  color: #FFFFFF; }

.item ul.list.list-programme a, .item-ressource ul.list.list-programme a {
  color: #181818;
  text-decoration: none; }

.item ul.list.list-programme a:hover, .item-ressource ul.list.list-programme a:hover {
  color: #181818;
  text-decoration: underline; }

.item ul.list-programme li:before, .item-ressource ul.list-programme li:before {
  content: ', '; }

.item ul.list-programme li:first-child:before, .item-ressource ul.list-programme li:first-child:before {
  content: ''; }

article header {
  margin-bottom: 4rem; }

.sharer {
  position: relative;
  top: 10px;
  right: 0;
  text-align: right; }
  .sharer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .sharer ul li {
      display: inline-block;
      margin-left: 10px; }
    .sharer ul li a {
      width: 50px;
      height: 51px;
      background-repeat: no-repeat;
      background-size: contain;
      display: block; }
    .sharer ul li a.icon-facebook {
      background-image: url(../img/ui/share-fb.png); }
    .sharer ul li a.icon-mail {
      background-image: url(../img/ui/share-mail.png); }
    .sharer ul li a.icon-twitter {
      background-image: url(../img/ui/share-twitter.png); }
    .sharer ul li a.icon-google {
      background-image: url(../img/ui/share-gplus.png); }

.single-document article > header, .single-cours-en-ligne article > header {
  margin: 30px 0 50px;
  color: #3C3C3C; }
  .single-document article > header h1, .single-cours-en-ligne article > header h1 {
    margin-bottom: 0px; }
  .single-document article > header .taxoTerm ul, .single-cours-en-ligne article > header .taxoTerm ul {
    margin: 0;
    list-style: none;
    padding: 0;
    display: inline-block; }
  .single-document article > header .taxoTerm ul, .single-cours-en-ligne article > header .taxoTerm ul {
    padding: 0 5px 0 0px; }
  .single-document article > header .taxoTerm ul + ul, .single-cours-en-ligne article > header .taxoTerm ul + ul {
    border-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #3C3C3C; }
  .single-document article > header .taxoTerm li, .single-cours-en-ligne article > header .taxoTerm li {
    line-height: 1.6;
    margin: 0;
    display: inline-block; }
  .single-document article > header .taxoTerm li + li:before, .single-cours-en-ligne article > header .taxoTerm li + li:before {
    content: "\00a0- "; }
  .single-document article > header .taxoTerm a, .single-cours-en-ligne article > header .taxoTerm a {
    color: #3C3C3C; }
  .single-document article > header .taxoTerm a:hover, .single-cours-en-ligne article > header .taxoTerm a:hover {
    text-decoration: underline !important; }
  .single-document article > header .taxoTerm ul.list-thematique li a, .single-document article > header .taxoTerm ul.list-niveau li a, .single-cours-en-ligne article > header .taxoTerm ul.list-thematique li a, .single-cours-en-ligne article > header .taxoTerm ul.list-niveau li a {
    font-size: 15px;
    font-weight: normal;
    text-decoration: none; }
    .single-document article > header .taxoTerm ul.list-thematique li a:hover , .single-document article > header .taxoTerm ul.list-niveau li a:hover , .single-cours-en-ligne article > header .taxoTerm ul.list-thematique li a:hover , .single-cours-en-ligne article > header .taxoTerm ul.list-niveau li a:hover  {
      text-decoration: underline; }
  .single-document article > header .taxoTerm .datepubli, .single-cours-en-ligne article > header .taxoTerm .datepubli {
    display: inline-block;
    padding-left: 10px;
    border-left: 1px solid #3C3C3C;
    font-weight: normal;
    text-transform: uppercase; }
  .single-document article > header .taxoTerm .inblock, .single-cours-en-ligne article > header .taxoTerm .inblock {
    display: inline-block;
    padding: 0px; }
  .single-document article > header .taxoTerm .inblock + .inblock, .single-cours-en-ligne article > header .taxoTerm .inblock + .inblock {
    padding-left: 20px; }

.single-document .content, .single-cours-en-ligne .content {
  padding: 40px 0;
  position: relative; }
  .single-document .content .list, .single-cours-en-ligne .content .list {
    list-style: none;
    padding: 0;
    margin-bottom: 0; }
  .single-document .content .list-programme, .single-cours-en-ligne .content .list-programme {
    display: inline-block; }
    .single-document .content .list-programme li, .single-cours-en-ligne .content .list-programme li {
      display: inline-block;
      margin-right: 10px; }
  .single-document .content .infos, .single-cours-en-ligne .content .infos {
    position: relative;
    display: flex;
    flex-direction: row;
    bottom: 0;
    margin: 1rem 0;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.1);
    font-size: 90%; }
    .single-document .content .infos > div:not(:first-of-type), .single-cours-en-ligne .content .infos > div:not(:first-of-type) {
      margin: 0 1rem;
      padding: 0 1rem;
      border-left: 1px solid rgba(0, 0, 0, 0.2); }
    .single-document .content .infos a, .single-cours-en-ligne .content .infos a {
      color: #3C3C3C;
      text-decoration: none; }
      .single-document .content .infos a:hover, .single-cours-en-ligne .content .infos a:hover {
        text-decoration: underline; }
  .single-document .content .contributeur, .single-document .content .duree_video, .single-cours-en-ligne .content .contributeur, .single-cours-en-ligne .content .duree_video {
    margin-right: 10px; }
    .single-document .content .contributeur strong, .single-document .content .duree_video strong, .single-cours-en-ligne .content .contributeur strong, .single-cours-en-ligne .content .duree_video strong {
      display: inline-block; }
  .single-document .content .telecharger a, .single-cours-en-ligne .content .telecharger a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none; }
  .single-document .content .telecharger a:hover , .single-cours-en-ligne .content .telecharger a:hover  {
    text-decoration: underline; }
  .single-document .content .list-mot-cle li, .single-cours-en-ligne .content .list-mot-cle li {
    display: inline-block;
    margin-right: 10px; }
  .single-document .content .list-mot-cle li > a, .single-cours-en-ligne .content .list-mot-cle li > a {
    display: block;
    background: #E1E1E1;
    padding: 0px 3px;
    border-radius: 4px;
    font-size: 12px;
    color: #1E323D;
    margin-right: 5px;
    text-decoration: none;
    border: 1px solid #E1E1E1; }
  .single-document .content .list-mot-cle li > a:hover, .single-cours-en-ligne .content .list-mot-cle li > a:hover {
    background: #1E323D;
    border: 1px solid #1E323D;
    color: #FFFFFF; }
  .single-document .content .inblock, .single-cours-en-ligne .content .inblock {
    display: inline-block; }

#download a, #download h3 {
  color: #3C3C3C;
  text-decoration: none; }

#download h3 {
  font-size: 30px;
  font-weight: 600;
  margin: 0px 0 20px 0; }

#download ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  #download ul li {
    padding: 5px;
    border-bottom: 1px solid #F2F2F2; }
    #download ul li:hover {
      background-color: #F2F2F2; }

#download a[class*="icon-"] {
  display: flex;
  padding: 5px; }
  #download a[class*="icon-"] span {
    flex: 2; }

#download a[class*="icon-"]:before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../img/ui/dl-file.png);
  background-size: cover;
  margin-right: 15px; }

#download a.icon-zip:before {
  background-image: url(../img/ui/dl-archive.png); }

section {
  padding: 0px 0 30px 0; }
  section .section-title {
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    margin: 20px 0 30px 0;
    color: #1e323d; }
  section h3#texte:before {
    content: "";
    display: block;
    margin: auto;
    width: 55px;
    height: 55px;
    background-image: url(../img/ui/type-texte-large.png);
    background-size: contain;
    margin-bottom: 10px; }
  section h3#image:before {
    content: "";
    display: block;
    margin: auto;
    width: 55px;
    height: 55px;
    background-image: url(../img/ui/type-image-large.png);
    background-size: contain;
    margin-bottom: 10px; }
  section h3#video:before {
    content: "";
    display: block;
    margin: auto;
    width: 55px;
    height: 55px;
    background-image: url(../img/ui/type-video-large.png);
    background-size: contain;
    margin-bottom: 10px; }
  section h3#son:before {
    content: "";
    display: block;
    margin: auto;
    width: 55px;
    height: 55px;
    background-image: url(../img/ui/type-sonore-large.png);
    background-size: contain;
    margin-bottom: 10px; }

#leftbg {
  width: 100%;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0; }

#rightbg {
  width: 100%;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0; }

.bgpost {
  background-image: url(../img/ui/bg-post.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left; }

.bgblue {
  background: #1E323D;
  color: #ffffff !important; }

@media (min-width: 750px) {
  #leftbg {
    width: 50%;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0; }
  #rightbg {
    width: 50%;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0; }
  .single-document .content .infos {
    bottom: 0; }
  .single-document .content #video + .infos {
    position: relative; }
  .single-document article > header .sharer {
    position: absolute;
    right: 0; } }

.content.video, .content.sonore {
  margin-bottom: 4rem; }
  .content.video h3, .content.sonore h3 {
    font-weight: bold;
    font-size: 2.3rem;
    line-height: 1.2;
    font-weight: bold; }
    .content.video h3:after, .content.sonore h3:after {
      content: "";
      width: 50px;
      height: 2px;
      margin: 1.5rem 0;
      background: #F09324;
      display: block; }
  .content.video strong, .content.sonore strong {
    display: block; }

.single-cours-en-ligne header {
  margin-bottom: 3rem; }

.description {
  position: relative; }

.experience, .avis {
  margin-bottom: 0;
  padding: 2rem 0; }
  .experience h3:after, .avis h3:after {
    margin: 2rem auto 3rem;
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background: #1e323d; }
  .experience ul, .avis ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-left: 0; }
  .experience li, .avis li {
    list-style: none;
    flex: 0 0 100%;
    margin-bottom: 3rem; }

.experience {
  background: rgba(30, 50, 61, 0.1); }
  .experience .bloc {
    background-color: #ffffff;
    padding: 1.5rem;
    height: 100%;
    border-radius: 8px;
    display: flex;
    flex-direction: column; }
    .experience .bloc .name {
      font-weight: bold; }
    .experience .bloc .function {
      font-size: 1.2rem;
      margin-bottom: 1rem; }
    .experience .bloc .media {
      margin-bottom: 1rem; }

.avis {
  background: rgba(30, 50, 61, 0.05); }
  .avis .bloc {
    background-color: #ffffff;
    padding: 1.5rem;
    height: 100%;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    color: #1e323d; }
    .avis .bloc .titre {
      font-size: 2rem;
      font-weight: bold; }
    .avis .bloc .description_avis {
      margin-bottom: 1rem; }
    .avis .bloc .nom_et_fonction {
      margin-top: auto;
      text-align: right;
      font-style: oblique;
      font-size: 1.2rem; }

@media (min-width: 750px) {
  .experience ul li, .avis ul li {
    flex: 0 0 30%; } }

.communication {
  margin-top: 3rem;
  display: flex; }
  .communication a + a {
    margin-left: 2rem; }

/* Modules */
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
  position: relative; }

@media (min-width: 400px) {
  .container {
    width: 95%;
    padding: 0; } }

.row.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .row.flex .column, .row.flex .columns {
    margin: 0 1.5rem 4rem;
    float: none; }

.one.column,
.one.columns {
  width: 4.66667%; }

.two.columns {
  width: 13.33333%; }

.three.columns {
  width: 22%; }

.four.columns {
  width: 30.66667%; }

.five.columns {
  width: 39.33333%; }

.six.columns {
  width: 48%; }

.seven.columns {
  width: 56.66667%; }

.eight.columns {
  width: 65.33333%; }

.nine.columns {
  width: 74%; }

.ten.columns {
  width: 82.66667%; }

.eleven.columns {
  width: 91.33333%; }

.twelve.columns {
  width: 100%;
  margin-left: 0; }

.one-fourth.column {
  width: 22%; }

.one-third.column {
  width: 30.66667%; }

.two-thirds.column {
  width: 65.33333%; }

.one-half.column {
  width: 48%; }

.offset-by-one.column,
.offset-by-one.columns {
  margin-left: 8.66667%; }

.offset-by-two.column,
.offset-by-two.columns {
  margin-left: 17.33333%; }

.offset-by-three.column,
.offset-by-three.columns {
  margin-left: 26%; }

.offset-by-four.column,
.offset-by-four.columns {
  margin-left: 34.66667%; }

.offset-by-five.column,
.offset-by-five.columns {
  margin-left: 43.33333%; }

.offset-by-six.column,
.offset-by-six.columns {
  margin-left: 52%; }

.offset-by-seven.column,
.offset-by-seven.columns {
  margin-left: 60.66667%; }

.offset-by-eight.column,
.offset-by-eight.columns {
  margin-left: 69.33333%; }

.offset-by-nine.column,
.offset-by-nine.columns {
  margin-left: 78%; }

.offset-by-ten.column,
.offset-by-ten.columns {
  margin-left: 86.66667%; }

.offset-by-eleven.column,
.offset-by-eleven.columns {
  margin-left: 95.33333%; }

.offset-by-one-third.column,
.offset-by-one-third.columns {
  margin-left: 34.66667%; }

.offset-by-two-thirds.column,
.offset-by-two-thirds.columns {
  margin-left: 69.33333%; }

.offset-by-one-half.column,
.offset-by-one-half.column {
  margin-left: 52%; }

@media (min-width: 1000px) {
  .container {
    width: 95%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; } }

@media (max-width: 1000px) {
  .row.flex .column, .row.flex .columns {
    margin: 0 .5rem 4rem; }
  .row.flex .four.columns {
    width: 48%; } }

@media (max-width: 550px) {
  .row .column, .row .columns,
  .row.flex .column,
  .row.flex .columns {
    width: 100% !important; } }

.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

.button,
button {
  display: inline-block;
  height: 46px;
  padding: 0 30px;
  color: #5e5e5e;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.7;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 8px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }

.button.block {
  display: block; }

input[type="submit"], input[type="reset"], input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #5e5e5e;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 8px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }

.button:hover,
button:hover {
  color: #3C3C3C;
  border-color: #919191;
  outline: 0; }

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  color: #3C3C3C;
  border-color: #919191;
  outline: 0; }

.button:focus,
button:focus {
  color: #3C3C3C;
  border-color: #919191;
  outline: 0; }

input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
  color: #3C3C3C;
  border-color: #919191;
  outline: 0; }

.button.button-primary,
button.button-primary {
  color: #fff;
  background-color: #F29526;
  border-color: #F29526;
  transition: all 350ms ease 0s; }
  .button.button-primary:hover,
  button.button-primary:hover {
    background-color: #3C3C3C;
    border-color: #3C3C3C; }

.button.button-pink,
button.button-pink {
  color: #fff;
  background-color: #E96094;
  border-color: #E96094;
  transition: all 350ms ease 0s; }
  .button.button-pink:hover,
  button.button-pink:hover {
    background-color: #e33376;
    border-color: #e33376; }

.button.button-green,
button.button-green {
  color: #fff;
  background-color: #3AAD6F;
  border-color: #3AAD6F;
  transition: all 350ms ease 0s; }
  .button.button-green:hover,
  button.button-green:hover {
    background-color: #2d8756;
    border-color: #2d8756; }

.button.button-light-blue,
button.button-light-blue {
  color: #fff;
  background-color: #2697CD;
  border-color: #2697CD;
  transition: all 350ms ease 0s; }
  .button.button-light-blue:hover,
  button.button-light-blue:hover {
    background-color: #1e77a2;
    border-color: #1e77a2; }

.button.button-orange,
button.button-orange {
  color: #fff;
  background-color: #F09324;
  border-color: #F09324;
  transition: all 350ms ease 0s; }
  .button.button-orange:hover,
  button.button-orange:hover {
    background-color: #d3790e;
    border-color: #d3790e; }

.button.button-secondary,
button.button-secondary {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
  border: 2px solid #bbb;
  border-color: #fff;
  transition: all 350ms ease 0s;
  line-height: 34px;
  font-weight: 700;
  font-size: 1.2rem; }

.button.button-secondary-outline,
button.button-secondary-outline {
  color: #3C3C3C;
  background-color: transparent;
  border: 2px solid dark-grey;
  transition: all 350ms ease 0s;
  line-height: 46px;
  font-weight: 700;
  font-size: 1.6rem; }
  .button.button-secondary-outline:hover,
  button.button-secondary-outline:hover {
    color: white;
    background-color: #3C3C3C; }

.btn-icon {
  display: flex;
  align-items: center;
  padding-left: 10px; }

.button.button-secondary:hover,
button.button-secondary:hover {
  background-color: white;
  border: 2px solid #fff;
  color: #3C3C3C; }

input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary {
  color: #fff;
  background-color: #F29526;
  border-color: #F29526; }

.button.button-primary:hover,
button.button-primary:hover {
  color: #fff;
  background-color: #F29526;
  border-color: #F29526; }

input[type="submit"].button-primary:hover, input[type="reset"].button-primary:hover, input[type="button"].button-primary:hover {
  color: #fff;
  background-color: #F29526;
  border-color: #F29526; }

.button.button-primary:focus,
button.button-primary:focus {
  color: #fff;
  background-color: #F29526;
  border-color: #F29526; }

input[type="submit"].button-primary:focus, input[type="reset"].button-primary:focus, input[type="button"].button-primary:focus {
  color: #fff;
  background-color: #F29526;
  border-color: #F29526; }

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"] {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 8px;
  box-shadow: none;
  box-sizing: border-box; }

.btn {
  font-family: "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none; }
  .btn.readmore {
    background: url(../img/ui/circle-plus.png) no-repeat;
    padding-left: 30px; }
  .btn.readmore:hover {
    background: url(../img/ui/full-circle-plus.png) no-repeat; }
  .btn.readevent {
    background: url(../img/ui/circle-arrow.png) no-repeat;
    padding-left: 30px;
    text-indent: -9000px; }
  .btn.readevent:hover {
    background: url(../img/ui/full-circle-arrow.png) no-repeat; }

.btnback {
  display: block;
  width: 40px;
  height: 40px;
  background: #3C3C3C url(../img/ui/back-white.svg) no-repeat;
  background-size: 50%;
  background-position: center center;
  text-indent: -9000px;
  border: 2px solid #3C3C3C;
  border-radius: 50%;
  margin-bottom: 0.5rem; }

a > span.circle-plus {
  background: url(../img/ui/circle-plus.svg) no-repeat;
  transition: all 350ms ease 0s;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px; }

a:hover > span.circle-plus {
  background: url(../img/ui/full-circle-plus.svg); }

a > span.circle-arrow {
  background: url(../img/ui/circle-arrow.svg) no-repeat;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px; }

a:hover > span.circle-arrow {
  background: url(../img/ui/full-circle-arrow.svg); }

a > span.circle-plus.white {
  background: url(../img/ui/circle-plus-white.svg) no-repeat;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px; }

a:hover > span.circle-plus.white {
  background: url(../img/ui/full-circle-plus-white.svg); }

[data-readmore-toggle]::before {
  content: " ";
  position: absolute;
  margin-top: -36px;
  background: linear-gradient(0deg, white 35%, rgba(255, 255, 255, 0) 86%);
  height: 35px;
  width: 100%;
  left: 0; }

textarea,
select {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 8px;
  box-shadow: none;
  box-sizing: border-box; }

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus {
  border: 1px solid #F29526;
  outline: 0; }

textarea:focus,
select:focus {
  border: 1px solid #F29526;
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"],
input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

.acf-form-submit {
  text-align: center;
  margin-top: 1em; }

label::first-letter {
  text-transform: uppercase; }

ul {
  list-style: circle inside; }

ol {
  list-style: decimal inside;
  padding-left: 0;
  margin-top: 0; }

ul {
  padding-left: 0;
  margin-top: 0; }
  ul ul, ul ol {
    margin: 1.5rem 0 1.5rem 3rem;
    font-size: 90%; }

ol ol, ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }

li {
  margin-bottom: 0.5rem; }

code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #848383;
  border: 1px solid #747373;
  border-radius: 8px; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #747373; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

button,
.button {
  margin-bottom: 1rem; }

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }
