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

.hidden {
  display: none;
}

.test {
  width: 100px;
  height: 100px;
  border-radius: 4px;
}

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

.hidden {
  display: none;
}

.test {
  width: 100px;
  height: 100px;
  border-radius: 4px;
}

body {
  color: #2B323C;
  font-family: "Simplon Norm";
  background-color: #fff;
}
body.toolbar-fixed {
  padding-top: 79px !important;
}
body.no-scroll {
  overflow: hidden;
}

body.path-user #block-canope-content {
  padding: 5vh 20vw;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(90vh - (50px + 1em) - (107px + 2em));
}
body.path-user #block-canope-content .user-login-form {
  padding: 5vh 5vw;
  background: #fff;
  border: 5px #888658 solid;
}
body.path-user #block-canope-content .user-login-form .form-item {
  font-size: 1.1em;
}
body.path-user #block-canope-content .user-login-form .form-item label {
  width: 30%;
  display: inline-block;
  font-family: "Simplon Bold";
}
body.path-user #block-canope-content .user-login-form .form-item input {
  width: 68%;
  display: inline-block;
}
body.path-user #block-canope-content .user-login-form .form-item .description {
  width: 100%;
  color: #3b3a32;
  font-style: italic;
  margin-top: 1vh;
  display: inline-block;
}
body.path-user #block-canope-content .user-login-form .form-actions {
  width: 99.45%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
body.path-user #block-canope-content .user-login-form .form-actions input[type=submit] {
  text-transform: uppercase;
}
body.path-user.toolbar-fixed #block-canope-content {
  min-height: calc(90vh - (50px + 1em) - (107px + 2em) - 80px);
}
@media screen and (max-width: 960px) {
  body.path-user #block-canope-content {
    padding: 3vh 5vw;
  }
  body.path-user #block-canope-content .user-login-form .form-item label {
    width: 100%;
  }
  body.path-user #block-canope-content .user-login-form .form-item input {
    width: 100%;
  }
}

#block-canope-local-tasks {
  z-index: 100;
  position: fixed;
  width: 150px;
  right: 0;
  top: 25%;
  border: 7px #b7b64e solid;
  background-color: #b7b64e;
}
#block-canope-local-tasks ul {
  margin: 0 0;
  padding: 0 0;
}
#block-canope-local-tasks ul li {
  margin: 0 0 2px 0;
  padding: 0 0;
  display: block;
  font-size: 1.35em;
  line-height: 1.5em;
  text-transform: uppercase;
  border-left: 1px solid #b7b64e;
  border-top: 1px solid #b7b64e;
  border-right: 1px solid #b7b64e;
  border-bottom: 1px solid #fff;
  background-color: #b7b64e;
}
#block-canope-local-tasks ul li a {
  display: block;
  color: #fff;
  font-size: 0.65em;
  line-height: 2em;
  background-color: #b7b64e;
}
#block-canope-local-tasks ul li a:hover {
  background-color: #b7b64e;
}
#block-canope-local-tasks ul li.is-active {
  background-color: #fff;
}
#block-canope-local-tasks ul li.is-active a {
  color: #b7b64e;
  background-color: #fff;
  background-image: none;
}
@media screen and (max-width: 767px) {
  #block-canope-local-tasks ul {
    padding: 0 0;
  }
  #block-canope-local-tasks ul li {
    display: block;
    width: 99.75%;
  }
}

header[role=banner] {
  min-height: 30px;
  background-color: #2B323C;
}
header[role=banner] #block-canope-branding {
  padding: 0.5em 1em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
}
header[role=banner] #block-canope-branding .left-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
header[role=banner] #block-canope-branding .left-link img.logo-etincelle {
  max-height: 40px;
}
header[role=banner] #block-canope-branding .link-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
header[role=banner] #block-canope-branding .link-right .link-gallery,
header[role=banner] #block-canope-branding .link-right .link-lexicon {
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 25px;
}
header[role=banner] #block-canope-branding .link-right .link-gallery:before,
header[role=banner] #block-canope-branding .link-right .link-lexicon:before {
  content: "";
  border-radius: 50px;
  display: block;
  width: 50px;
  height: 50px;
  border: 1px #fff solid;
  overflow: hidden;
  margin-right: 10px;
}
header[role=banner] #block-canope-branding .link-right .link-gallery:before {
  background-image: url(../img/icns-canope/galerie.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
header[role=banner] #block-canope-branding .link-right .link-lexicon:before {
  background-image: url(../img/icns-canope/lexique.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
header[role=banner] #block-canope-branding .link-return {
  order: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.85em;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Simplon Bold";
  margin-top: 6px;
}
header[role=banner] #block-canope-branding .link-return:before {
  content: "\e918";
  color: #fff;
  text-align: center;
  font-size: 21px;
  margin: -5px 10px 0 0;
  text-align: center;
  display: inline-block;
  width: 15px;
  height: 15px;
  font-family: "InrapSet" !important;
}
header[role=banner] #block-canope-branding .link-return.active {
  display: none;
}
@media screen and (max-width: 960px) {
  header[role=banner] #block-canope-branding .link-return {
    width: 75%;
  }
}
header[role=banner] #block-canope-branding .site-logo {
  text-align: right;
  order: 2;
}
header[role=banner] #block-canope-branding .site-logo img {
  max-width: 100%;
}

#main-wrapper #block-canope-content {
  z-index: 2;
  position: relative;
}

body.path-frontpage main[role=main] #block-canope-content {
  background-color: #3b3a32;
  background-color: #000;
}
body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .node-content-header {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-repeat: no-repeat;
  background-size: contain;
}
body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .node-content-header .text-center {
  display: block;
  font-size: 0;
  width: 100%;
}
body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .node-content-header .text-center .scroll-timeline {
  display: inline-block;
  width: 75px;
  height: 50px;
  background-image: url(../img/icns/ico-down-white.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center bottom;
}
body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .node-content-header:before {
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent;
  background: -webkit-linear-gradient(top, transparent, #000);
  background: linear-gradient(to bottom, transparent, #000);
}
body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .node-content-header .container {
  z-index: 100;
  position: relative;
  padding: 2vh 15vw;
}
body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .node-content-header .container h1 {
  z-index: 100;
  margin: 4vh 0 0 0;
  color: #fff;
  text-align: center;
  font-size: 5vw;
  padding-top: 50px;
  padding-bottom: 50px;
  width: auto;
  position: relative;
  display: inline-block;
  font-family: "Simplon Bold";
  text-shadow: 0px 1px 5px #000000;
}
body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .node-content-header .container .text-formatted {
  z-index: 1000;
  color: #fff;
  text-align: left;
  font-size: 1.35vw;
  line-height: 1.75em;
  font-family: "Simplon Norm";
}
@media screen and (max-width: 960px) {
  body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .node-content-header .container h1 {
    font-size: 3em;
    line-height: 1em;
    padding-top: 25px;
    padding-bottom: 50px;
  }
  body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .node-content-header .container h1:after {
    bottom: 0;
    left: -50px;
  }
  body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .node-content-header .container .text-formatted {
    font-size: 1.35em;
    line-height: 1.35em;
  }
}
body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .node-content-header:after {
  z-index: 100;
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 22px;
  background-image: url(../img/frise-border-haillage.png);
  background-color: transparent;
  background-repeat: repeat-x;
  background-size: auto;
  background-position: center bottom;
  display: none;
}
body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .node-content-header .timeline {
  position: relative;
  z-index: 100;
  width: 100%;
  height: auto;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-right: 2vw;
  padding-bottom: 25px;
  padding-left: 2vw;
}
body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .node-content-header .timeline .node--type-conservation-type {
  box-sizing: border-box;
  border: 3px solid #474748;
  padding: 10px;
  border-radius: 10px;
  padding-right: 1vw;
  padding-left: 1vw;
}
body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .node-content-header .timeline .node--type-conservation-type .node__content a {
  color: #fff;
  text-decoration: none;
  font-size: 0.875em;
  border-radius: 5px 5px;
  display: block;
  font-family: "Simplon Norm";
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .node-content-header .timeline .node--type-conservation-type .node__content a h2 {
  margin: 0 0;
}
@media screen and (max-width: 960px) {
  body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .node-content-header {
    padding-bottom: 5vh;
    height: calc(100vh - 50px - 1em - 120px);
  }
  body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .node-content-header:after {
    bottom: -20px;
  }
  body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .node-content-header .container {
    padding: 0 15vw;
  }
  body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .node-content-header .container h1 {
    padding-top: 45px;
    margin: 7vh 0 0 0;
  }
  body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .node-content-header .container .text-formatted {
    font-size: 19px;
  }
  body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .node-content-header .container .text-center .scroll-timeline {
    margin-top: 2.5vh;
  }
}
body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .periods-container {
  overflow: hidden;
  position: relative;
}
body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .periods-container .graduations {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: absolute;
  top: 0;
  left: 62%;
  width: 250px;
  height: 100%;
}
body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .periods-container .graduations .graduation {
  position: initial;
  z-index: 10;
  display: block;
  width: 6%;
  height: 100%;
}
@media screen and (max-width: 960px) {
  body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .periods-container .graduations .graduation {
    width: 2%;
  }
}
body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .periods-container .view-period-list {
  background: #2b323c;
  padding-bottom: 100px;
  background: url("../img/frise-repeat.png");
  background-repeat: repeat-y;
  background-color: transparent;
  background-position: center center;
  background-size: contain;
}
body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .periods-container .view-period-list .views-row {
  position: relative;
}
body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .periods-container .view-period-list .views-row:before {
  content: "";
  z-index: 1;
  position: absolute;
}
body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .periods-container .view-period-list .views-row .node {
  z-index: 100;
}
body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .periods-container .view-period-list .views-row .node.node--type-period .node__content {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
}
body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .periods-container .view-period-list .views-row .node.node--type-period .node__content img {
  max-width: 100%;
  height: auto;
}
body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .periods-container .view-period-list .views-row .node.node--type-period .node__content .left-container {
  z-index: 1;
  width: 36%;
  height: auto;
  padding: 5vh 7% 0 2%;
  position: relative;
}
body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .periods-container .view-period-list .views-row .node.node--type-period .node__content .left-container h2 {
  margin: 0 0;
  line-height: 1em;
  font-size: 1.15em;
  padding: 0 0;
  hyphens: auto;
  width: 100%;
  height: auto;
}
body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .periods-container .view-period-list .views-row .node.node--type-period .node__content .left-container .middle-container-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  font-size: 2.5em;
  font-family: "Simplon Bold";
  width: 100%;
  height: auto;
}
body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .periods-container .view-period-list .views-row .node.node--type-period .node__content .left-container .middle-container-title .left {
  width: 30%;
  height: auto;
  padding-right: 5%;
}
body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .periods-container .view-period-list .views-row .node.node--type-period .node__content .left-container .middle-container-title .left .field {
  font-size: 1.15em;
  line-height: 1em;
}
body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .periods-container .view-period-list .views-row .node.node--type-period .node__content .left-container .middle-container-title .right {
  width: 65%;
  height: auto;
}
body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .periods-container .view-period-list .views-row .node.node--type-period .node__content .left-container .field--name-body {
  padding-left: 35%;
  width: 65%;
  height: auto;
}
body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .periods-container .view-period-list .views-row .node.node--type-period .node__content .middle-container {
  z-index: 10;
  position: relative;
  padding-top: 10vh;
  width: 10%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .periods-container .view-period-list .views-row .node.node--type-period .node__content .middle-container img {
  margin-left: -30%;
  filter: drop-shadow(-10px 5px 15px rgb(230, 230, 230));
}
body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .periods-container .view-period-list .views-row .node.node--type-period .node__content .right-container {
  padding-top: 20px;
}
body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .periods-container .view-period-list .views-row .node.node--type-period .node__content .right-container .field--name-field-chronology {
  z-index: 100;
  margin: 0 0;
  padding: 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}
body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .periods-container .view-period-list .views-row .node.node--type-period .node__content .right-container .field--name-field-chronology .field__item {
  position: absolute;
  width: 100%;
}
body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .periods-container .view-period-list .views-row .node.node--type-period .node__content .right-container .field--name-field-chronology .field__item .paragraph {
  position: relative;
  display: inline-block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .periods-container .view-period-list .views-row .node.node--type-period .node__content .right-container .field--name-field-chronology .field__item .paragraph .chronology-loop-content {
  z-index: 100;
  color: #fff;
  margin: 0 0 0 -15px;
  padding: 0.5em 0.5em 0.5em 10px;
  font-size: 0.85em;
  box-shadow: none;
  font-family: "Simplon Bold";
  max-width: auto;
  display: table;
  width: auto;
  height: auto;
  max-width: 7vw;
  min-width: 3vw;
}
body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .periods-container .view-period-list .views-row .node.node--type-period .node__content .right-container .field--name-field-chronology .field__item .paragraph .chronology-loop-content a {
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .periods-container .view-period-list .views-row .node.node--type-period .node__content .right-container .field--name-field-chronology .field__item .paragraph .chronology-loop-content b {
  white-space: nowrap;
}
body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .periods-container .view-period-list .views-row .node.node--type-period .node__content .right-container .field--name-field-chronology .field__item .paragraph .chronology-loop-content b:after {
  content: ":";
  margin: 0 0.3em;
}
body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .periods-container .view-period-list .views-row .node.node--type-period .node__content .right-container .field--name-field-chronology .field__item .paragraph .chronology-loop-content span {
  margin: 0;
  padding: 0;
  display: block;
}
body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .periods-container .view-period-list .views-row .node.node--type-period .node__content .right-container .field--name-field-chronology .field__item .paragraph .chronology-loop-content .historical-zoom {
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/icns-canope/zoom-historical.svg");
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: 16px auto;
  border: 1px transparent solid;
}
@media screen and (max-width: 1175px) {
  body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .periods-container .view-period-list .views-row .node.node--type-period .node__content .right-container .field--name-field-chronology .field__item .paragraph .chronology-loop-content b:after {
    content: none;
  }
  body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .periods-container .view-period-list .views-row .node.node--type-period .node__content .right-container .field--name-field-chronology .field__item .paragraph .chronology-loop-content span {
    display: none;
  }
}
body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .periods-container .view-period-list .views-row .node.node--type-period .node__content .right-container .field--name-field-chronology .field__item .paragraph .losange {
  z-index: 10;
  width: 10%;
  display: block;
}
body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .periods-container .view-period-list .views-row .node.node--type-period .node__content .right-container .field--name-field-chronology .field__item .paragraph .losange .forme {
  display: block;
  width: 75px;
  height: 100%;
  clip-path: polygon(0 0, 0 100%, 40% 50%);
  background-color: rgba(183, 182, 78, 0.75);
  box-shadow: none;
}
body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .periods-container .view-period-list .views-row .node.node--type-period.node-period-9 .node__content .middle-container .field--type-image:first-of-type {
  margin-bottom: 7.5vh;
}
body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .periods-container .view-period-list .views-row .node.node--type-period.node-period-9 .node__content .middle-container .field--type-image img {
  margin-bottom: 5vh;
}
body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .periods-container .view-period-list .views-row .node.node--type-period.node-period-13 .node__content .middle-container .field--type-image:first-child {
  margin-top: -10vh;
}
body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .periods-container .view-period-list .views-row .node.node--type-period.node-period-13 .node__content .middle-container .field--type-image:last-of-type {
  margin-top: 85vh;
}
body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .periods-container .view-period-list .views-row:nth-child(1) .node.node--type-period .node__content .left-container {
  background-image: url(../img/graduations/row-1-grad.png);
  background-color: #e6e6e7;
  background-repeat: repeat-y;
  background-size: auto;
  background-position: top left;
}
body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .periods-container .view-period-list .views-row:nth-child(2) .node.node--type-period .node__content .left-container, body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .periods-container .view-period-list .views-row:nth-child(3) .node.node--type-period .node__content .left-container {
  background-image: url(../img/graduations/row-2-grad.png);
  background-color: #e6e6e7;
  background-repeat: repeat-y;
  background-size: auto;
  background-position: top left;
}
body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .periods-container .view-period-list .views-row:nth-child(4) .node.node--type-period .node__content .left-container, body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .periods-container .view-period-list .views-row:nth-child(5) .node.node--type-period .node__content .left-container, body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .periods-container .view-period-list .views-row:nth-child(6) .node.node--type-period .node__content .left-container, body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .periods-container .view-period-list .views-row:nth-child(7) .node.node--type-period .node__content .left-container {
  background-image: url(../img/graduations/row-3-grad.png);
  background-color: #e6e6e7;
  background-repeat: repeat-y;
  background-size: auto;
  background-position: top left;
}
body.path-frontpage main[role=main] #block-canope-content .node.node--type-homepage .node__content .periods-container .view-period-list .views-row:last-of-type .node {
  z-index: 100;
}
body.path-frontpage.toolbar-fixed {
  padding-top: 0;
}
body.path-frontpage.toolbar-fixed .node-content-header {
  height: calc(100vh - 50px - 1em - 120px - 0) !important;
}
body.path-frontpage.toolbar-fixed .timeline-container.sticky {
  top: 79px !important;
}

body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container-top {
  padding-top: 245px;
  background-repeat: no-repeat;
  background-size: cover;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container-top .field--name-field-copyright {
  color: #fff;
  text-align: right;
  padding: 0.5em 1em;
  font-size: 0.75em;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container-top .title-container {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #b7b64e;
  height: 102px;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container-top .title-container .return {
  width: 15%;
  height: auto;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container-top .title-container .return a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  border: 1px #fff solid;
  margin-left: 10px;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container-top .title-container .return a span {
  font-size: 1em;
  padding-right: 1em;
  color: #2B323C;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container-top .title-container .return a:before {
  content: "";
  width: 30px;
  height: 30px;
  margin: 12.5px;
  background-image: url(../img/icns/ico-prev.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top center;
}
@media screen and (max-width: 960px) {
  body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container-top .title-container .return a {
    border: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container-top .title-container .return a:before {
    content: "";
    margin-top: 7px;
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(../img/icns/ico-prev-mobile.svg);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container-top .title-container .title {
  width: 70%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container-top .title-container .title h1 {
  color: #fff;
  font-size: 2.5em;
  font-family: "Simplon Bold";
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container-top .title-container .title .period-date {
  color: #fff;
  font-size: 2.5em;
  margin-left: 10px;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container-top .title-container .title .period-date .field {
  display: inline-block;
}
@media screen and (max-width: 960px) {
  body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container-top .title-container .title {
    -webkit-align-items: start;
    -moz-align-items: start;
    -ms-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }
  body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container-top .title-container .title h1 {
    margin: 15px 0 10px 0;
  }
  body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container-top .title-container .title .period-date {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 960px) {
  body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container-top .title-container .return {
    width: 100%;
  }
  body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container-top .title-container .return a {
    display: inline-block;
  }
  body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container-top .title-container .title {
    width: 100%;
  }
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #fff;
  min-height: calc(100vh - (50px + 1em) - 347px - 22px);
  margin: 0 0;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .side-content {
  width: 20%;
  padding-top: 9vh;
  min-height: 100vh;
  background: #222222;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .side-content .return {
  color: #fff;
  font-size: 1.35em;
  text-align: center;
  text-decoration: none;
  border-radius: 7px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3% 3%;
  margin-left: 2%;
  margin-bottom: 50px;
  width: 90%;
  height: auto;
  border: 1px #fff solid;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .side-content .return:before {
  content: "";
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background: url("../img/icns-canope/ico-return-white.svg");
  background-color: transparent;
  background-position: center;
  background-size: cover;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .side-content.hide-tabs-menu .sidebar {
  display: none;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .side-content .sidebar .field-item {
  color: #fff;
  cursor: pointer;
  padding: 1em 1em;
  position: relative;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .side-content .sidebar .field-item.active {
  color: #2B323C;
  font-family: "Simplon Bold";
  background: #ffffff;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .side-content .sidebar .field-item.active:before {
  z-index: 10;
  content: "";
  display: block;
  margin-right: -12px;
  width: 12px;
  height: 24px;
  position: absolute;
  right: 0;
  background: url("../img/aside-menu-fleche.svg");
  background-color: transparent;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .side-content .sidebar .field-item.active:before {
    display: none;
  }
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .side-content .sidebar .field-item.historical-zoom {
  margin-top: 15px;
  padding: 1em 1em 1em 55px;
  border-top: 1px #74787e solid;
  border-bottom: 1px #74787e solid;
  background: url("../img/icns-canope/zoom.svg");
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center left;
  background-size: 50px auto;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .side-content .sidebar .field-item.historical-zoom.active {
  background: url("../img/icns-canope/zoom-active.svg");
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center left;
  background-size: 50px auto;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .side-content .sidebar .field-item.additional-resources {
  border: 0;
  position: relative;
  margin-top: 2em;
  margin-left: 10px;
  margin-bottom: 2em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1em 15px 1em 45px !important;
  font-size: 1.1em;
  color: #2B323C;
  text-decoration: none;
  background: #dfdece;
  font-family: "Simplon Bold";
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .side-content .sidebar .field-item.additional-resources:after {
  content: "\e916";
  color: #2B323C;
  font-size: 45px;
  line-height: 30px;
  text-align: center;
  margin: 0 0 0 0;
  font-family: "InrapSet" !important;
  display: inline-block;
  position: absolute;
  left: 0;
  width: 35px;
  height: 25px;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .side-content .sidebar .field-item.additional-resources.active {
  color: #fff;
  background-color: #2B323C;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .side-content .sidebar .field-item.additional-resources.active:after {
  color: #b7b64e;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .side-content .sidebar .field-item.additional-resources.active:before {
  display: none;
}
@media screen and (max-width: 960px) {
  body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .side-content .sidebar .field-item.additional-resources {
    margin-top: 1em;
    width: 82%;
  }
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content {
  width: 70%;
  padding: 5vh 5%;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content h1 {
  font-size: 4em;
  font-family: "Simplon Bold";
  width: 100%;
  height: auto;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .field--name-field-tabs .paragraph--type--tab {
  display: none;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .field--name-field-tabs .paragraph--type--tab.active {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .field--name-field-tabs .paragraph--type--tab.active h2 {
  font-size: 1.75em;
  font-family: "Simplon Bold";
  width: 100%;
  height: auto;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .field--name-field-tabs .paragraph--type--tab.active a {
  color: #737142;
  font-weight: bold;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .field--name-field-tabs .paragraph--type--tab.active .field--name-field-content {
  width: 62%;
  height: auto;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .field--name-field-tabs .paragraph--type--tab.active .field--name-field-paragraph {
  width: 35%;
  height: auto;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .field--name-field-tabs .paragraph--type--tab.active .field--name-field-paragraph .field--type-image {
  cursor: pointer;
  border: 1px #707070 solid;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .field--name-field-tabs .paragraph--type--tab.active .field--name-field-paragraph .field--type-image img {
  width: 100%;
  height: auto;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .field--name-field-tabs .paragraph--type--tab.active .field--name-field-paragraph .field--type-image img {
    width: 100%;
    height: auto;
  }
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .field--name-field-tabs .paragraph--type--tab.active .field--name-field-paragraph .field--type-image .title {
  color: #fff;
  text-align: left;
  padding: 5px 10px;
  display: block;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .field--name-field-tabs .paragraph--type--tab.active .text-formatted p.legend, body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .field--name-field-tabs .paragraph--type--tab.active .text-formatted p.copyright {
  font-size: 0.75em;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .field--name-field-tabs .paragraph--type--tab.active .text-formatted p.legend {
  font-style: italic;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .field--name-field-tabs .paragraph--type--tab.active .text-formatted strong {
  font-family: "Simplon Bold";
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .field--name-field-tabs .paragraph--type--tab.active .paragraph {
  margin: 0.75em 0;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .field--name-field-tabs .paragraph--type--tab.active .paragraph.paragraph--type--image .field--type-image {
  padding: 4vh 0 0.5vh 0;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .field--name-field-tabs .paragraph--type--tab.active .paragraph.paragraph--type--image .field--name-field-title {
  font-style: italic;
  font-size: 0.8em;
  color: #828282;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .field--name-field-tabs .paragraph--type--tab.active .paragraph .field--name-field-video {
  cursor: pointer;
  border: 1px #707070 solid;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .field--name-field-tabs .paragraph--type--tab.active .paragraph .field--name-field-video video {
  max-width: 100%;
  width: 100%;
  background: #ffffff;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .field--name-field-tabs .paragraph--type--tab.active .paragraph .field--name-field-video .title {
  cursor: pointer;
  color: #fff;
  text-align: left;
  padding: 5px 10px;
  display: block;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .field--name-field-tabs .paragraph--type--tab.active .paragraph.paragraph--type--image-text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1em;
  border: 1px #fff solid;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .field--name-field-tabs .paragraph--type--tab.active .paragraph.paragraph--type--image-text .field--type-image {
  width: 40%;
  padding: 4vh 0;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .field--name-field-tabs .paragraph--type--tab.active .paragraph.paragraph--type--image-text .field--type-image img {
  width: 100%;
  height: auto;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .field--name-field-tabs .paragraph--type--tab.active .paragraph.paragraph--type--image-text .text-formatted {
  padding: 0 2% 0 5%;
  width: 53%;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .field--name-field-tabs .paragraph--type--tab.active .paragraph.paragraph--type--image-text.align-left .field--type-image {
  order: 1;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .field--name-field-tabs .paragraph--type--tab.active .paragraph.paragraph--type--image-text.align-left .text-formatted {
  order: 2;
  padding: 0 2% 0 5%;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .field--name-field-tabs .paragraph--type--tab.active .paragraph.paragraph--type--image-text.align-right .field--type-image {
  order: 2;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .field--name-field-tabs .paragraph--type--tab.active .paragraph.paragraph--type--image-text.align-right .text-formatted {
  order: 1;
  padding: 0 5% 0 2%;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .field--name-field-tabs .paragraph--type--tab.active .paragraph.paragraph--type--image-text.align-bottom {
  width: 100%;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .field--name-field-tabs .paragraph--type--tab.active .paragraph.paragraph--type--image-text.align-bottom .field--type-image,
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .field--name-field-tabs .paragraph--type--tab.active .paragraph.paragraph--type--image-text.align-bottom .text-formatted {
  width: 100%;
  padding: 0;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .field--name-field-tabs .paragraph--type--tab.active .paragraph.paragraph--type--image-text.align-behind {
  width: 100%;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .field--name-field-tabs .paragraph--type--tab.active .paragraph.paragraph--type--image-text.align-behind .text-formatted {
  width: 86%;
  margin: 3vh 5%;
  padding: 2% 2%;
  background-color: rgba(255, 255, 255, 0.65);
}
@media screen and (max-width: 960px) {
  body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .field--name-field-tabs .paragraph--type--tab.active .paragraph.paragraph--type--image-text {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .field--name-field-tabs .paragraph--type--tab.active .paragraph.paragraph--type--image-text .field--type-image {
    order: 1 !important;
    width: 98%;
  }
  body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .field--name-field-tabs .paragraph--type--tab.active .paragraph.paragraph--type--image-text .text-formatted {
    order: 2 !important;
    width: 98%;
  }
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .field--name-field-tabs .paragraph--type--tab.active .paragraph .owl-carousel .owl-item .paragraph {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .field--name-field-tabs .paragraph--type--tab.active .paragraph .owl-carousel .owl-item .paragraph .field--type-image {
  text-align: center;
  margin: 0 0;
  padding: 0 0;
  background-color: #2B323C;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .field--name-field-tabs .paragraph--type--tab.active .paragraph .owl-carousel .owl-item .paragraph .field--type-image img {
  margin: 0 0;
  display: inline-block;
  width: auto;
  height: auto;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .field--name-field-tabs .paragraph--type--tab.active .owl-carousel .owl-nav .owl-next,
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .field--name-field-tabs .paragraph--type--tab.active .owl-carousel .owl-nav .owl-prev {
  top: calc(40% - 25px);
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .field--name-field-tabs .paragraph--type--tab .node--type-lexicon {
  display: none;
  position: absolute;
  width: 450px;
  height: auto;
  border-radius: 10px 10px 10px 10px;
  background: #222222;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .field--name-field-tabs .paragraph--type--tab .node--type-lexicon.modal-open {
  display: block;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .field--name-field-tabs .paragraph--type--tab .node--type-lexicon:after {
  content: "";
  display: block;
  width: 35px;
  height: 25px;
  position: absolute;
  bottom: -25px;
  left: 47.5%;
  background-image: url(../img/icns-canope/bottom-modal.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: top center;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .field--name-field-tabs .paragraph--type--tab .node--type-lexicon .modal-header {
  color: #222;
  font-size: 17px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 10px 5px 10px;
  background: #fff;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .field--name-field-tabs .paragraph--type--tab .node--type-lexicon .modal-header .title {
  padding: 0 0 0 37px;
  font-family: "Simplon Bold";
  background-image: url(../img/icns-canope/lexicon-modal.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 35px auto;
  background-position: left center;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .field--name-field-tabs .paragraph--type--tab .node--type-lexicon .modal-header .close {
  font-size: 0;
  cursor: pointer;
  margin-right: -10px;
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(../img/icns-canope/close-modal.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: center center;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .field--name-field-tabs .paragraph--type--tab .node--type-lexicon .modal-content {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  padding: 10px 15px 10px 15px;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .additional-resources {
  display: none;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .additional-resources.active {
  display: block;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .additional-resources.active a span {
  font-size: 1em;
  padding-right: 1em;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .additional-resources.active .more-ressource {
  margin-top: 2em;
  position: relative;
  display: block;
  padding: 0.5em 35px 0.5em 52px;
  font-size: 1em;
  color: #2B323C;
  text-decoration: underline;
  font-style: italic;
  font-family: "Simplon Bold";
  width: auto;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .additional-resources.active .more-ressource:before {
  content: "\e916";
  margin: 0 0 0 0;
  display: inline-block;
  position: absolute;
  left: 0;
  width: 35px;
  height: 25px;
  color: #888658;
  font-size: 45px;
  line-height: 30px;
  text-align: center;
  font-style: normal;
  text-decoration: none;
  font-family: "InrapSet" !important;
}
@media screen and (max-width: 960px) {
  body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .additional-resources.active a {
    border: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .additional-resources.active a:before {
    content: "";
    margin-top: 7px;
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(../img/icns/ico-prev-mobile.svg);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .additional-resources h2 {
  font-size: 1.75em;
  font-family: "Simplon Bold";
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .additional-resources .field--name-field-additional-resources.field__items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .additional-resources .field--name-field-additional-resources.field__items .field__item {
  width: 50%;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .additional-resources .field--name-field-additional-resources.field__items .field__item a {
  color: #2B323C;
  text-decoration: none;
  padding: 0 0 0 0;
  position: relative;
  font-family: "Simplon Bold";
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .additional-resources .field--name-field-additional-resources.field__items .field__item a span {
  font-size: 1em;
  padding-right: 1em;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .additional-resources .field--name-field-additional-resources.field__items .field__item a:after {
  content: "\e919";
  color: #2B323C;
  text-align: center;
  font-size: 55px;
  line-height: auto;
  margin: 0 0 0 0;
  text-align: left;
  font-family: "InrapSet" !important;
  -moz-transform: rotate(269deg);
  -webkit-transform: rotate(269deg);
  -ms-transform: rotate(269deg);
  -o-transform: rotate(269deg);
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .additional-resources .field--name-field-additional-resources.field__items .field__item .field--name-field-title {
  padding: 1em 0 3em 0;
  font-family: "Simplon Norm";
}
@media screen and (max-width: 960px) {
  body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .additional-resources .field--name-field-additional-resources.field__items .field__item {
    width: 100%;
  }
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .additional-resources .field--name-field-additional-resources.field__items .paragraph {
  width: 96%;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .additional-resources .field--name-field-additional-resources.field__items .paragraph img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .additional-resources .field--name-field-additional-resources.field__items .paragraph .field__item {
  width: 100%;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .additional-resources .field--name-field-additional-resources.field__items .paragraph--type--audio .field--name-field-image {
  position: relative;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .additional-resources .field--name-field-additional-resources.field__items .paragraph--type--audio .field--name-field-image audio {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .additional-resources .field--name-field-additional-resources.field__items .paragraph--type--audio .field--name-field-image.audio-active:after {
  content: unset;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .additional-resources .field--name-field-additional-resources.field__items .paragraph--type--audio .field--name-field-image,
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .additional-resources .field--name-field-additional-resources.field__items .paragraph--type--image .field--name-field-image,
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .additional-resources .field--name-field-additional-resources.field__items .paragraph--type--video .field--name-field-image {
  position: relative;
  display: inline-block;
  width: 100%;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .additional-resources .field--name-field-additional-resources.field__items .paragraph--type--audio .field--name-field-image:after,
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .additional-resources .field--name-field-additional-resources.field__items .paragraph--type--image .field--name-field-image:after,
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .additional-resources .field--name-field-additional-resources.field__items .paragraph--type--video .field--name-field-image:after {
  content: "";
  display: none;
  width: 90px;
  height: 90px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url("../img/icns/icn-see.svg");
  background-position: center;
  background-size: contain;
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .additional-resources .field--name-field-additional-resources.field__items .paragraph--type--audio .field--name-field-image:after {
  background-image: url("../img/icns/icn-sound.svg");
}
body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content .additional-resources .field--name-field-additional-resources.field__items .paragraph--type--video .field--name-field-image:after {
  background-image: url("../img/icns/icn-play.svg");
}
@media screen and (max-width: 960px) {
  body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .sidebar {
    width: 99.99%;
    padding-top: 0;
  }
  body.page-node-type-conservation-type #block-canope-content .node.node--type-conservation-type .node__content .container .content {
    width: 90%;
    padding: 5vh 5%;
  }
}

body .modal-paragraph {
  z-index: 10;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
}
body .modal-paragraph.open {
  display: flex;
}
body .modal-paragraph.open .modal-paragraph-content {
  z-index: 1000;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80vw;
  height: 90vh;
}
body .modal-paragraph.open .modal-paragraph-content .field--name-field-field-image-original {
  width: 60%;
  height: 90vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}
body .modal-paragraph.open .modal-paragraph-content .field--name-field-content {
  width: 55%;
  height: auto;
  padding: 0 0 0 5%;
}
body .modal-paragraph.open .modal-paragraph-content .field--name-field-image {
  text-align: center;
}
body .modal-paragraph.open .modal-paragraph-content .field--name-field-image img {
  border: 0 !important;
  display: inline-block;
  max-height: 70vh;
  max-width: 45vw;
  border: 2px orange solid;
  width: auto !important;
  height: auto !important;
}
body .modal-paragraph.open .modal-paragraph-content .field--name-field-video {
  width: 45%;
  cursor: pointer;
}
body .modal-paragraph.open .modal-paragraph-content .field--name-field-video video {
  max-width: 100%;
  width: 100%;
  background: #ffffff;
}
body .modal-paragraph.open .modal-paragraph-content .field--name-field-video .title {
  cursor: pointer;
  color: #fff;
  text-align: left;
  padding: 5px 10px;
  display: block;
}
body .modal-paragraph-close {
  font-size: 0;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 40px;
}
body .modal-paragraph-close:after {
  z-index: 100;
  content: "";
  cursor: pointer;
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../img/icns-canope/close-white.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center bottom;
}
body .modal-paragraph img {
  max-width: 750px;
  height: auto;
}
body.toolbar-fixed .modal-paragraph-close {
  top: 100px;
}
body.toolbar-fixed #toolbar-administration {
  z-index: 1000;
  width: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
}

body.path-galerie #block-canope-content .page .header,
body.path-list #block-canope-content .page .header {
  background: #2B323C;
  border-top: 1px #fff solid;
}
body.path-galerie #block-canope-content .page .header h1,
body.path-list #block-canope-content .page .header h1 {
  margin: 0 0;
  color: #fff;
  font-size: 5em;
  width: 90%;
  text-align: center;
  font-family: "Simplon Bold";
  padding: 3vh 5%;
}

body.path-galerie #block-canope-content .page .content {
  padding: 5vh 5vw;
  background: #F2F2F3;
}
body.path-galerie #block-canope-content .page .content .row {
  margin-bottom: 24px;
}
body.path-galerie #block-canope-content .page .content .row .title-folder {
  color: #fff;
  cursor: pointer;
  font-size: 2.75em;
  padding: 10px 25px;
  font-family: "Simplon Bold";
  margin-bottom: 20px;
  background: url("../img/galerie/down.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 50px auto;
}
body.path-galerie #block-canope-content .page .content .row .title-folder.active {
  background: url("../img/galerie/up.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 50px auto;
}
body.path-galerie #block-canope-content .page .content .row .content-unfold {
  display: none;
}
body.path-galerie #block-canope-content .page .content .row .content-unfold.active {
  display: block;
}
body.path-galerie #block-canope-content .page .content .row .content-unfold.active .image {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 25px;
}
body.path-galerie #block-canope-content .page .content .row .content-unfold.active .image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  background: #fff;
}
body.path-galerie #block-canope-content .page .content .row .content-unfold.active .image .title {
  color: #fff;
  text-align: center;
  padding: 5px 10px 10px 10px;
  display: block;
}

body.path-list #block-canope-content .page .content {
  padding: 5vh 5vw;
  background: #F2F2F3;
}
body.path-list #block-canope-content .page .content .row {
  margin-bottom: 24px;
  border-top: 12px #2B323C solid;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
body.path-list #block-canope-content .page .content .row .letter {
  color: #fff;
  font-size: 3em;
  line-height: 1.5em;
  text-align: center;
  width: 6%;
  height: 70px;
  background: #2B323C;
}
body.path-list #block-canope-content .page .content .row .content-letter {
  width: 88%;
  height: auto;
  padding: 2% 3%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
}
body.path-list #block-canope-content .page .content .row .content-letter .lexicon h2 {
  font-size: 1.35em;
  font-family: "Simplon Bold";
  margin: 0 0;
}

body.page-node-type-page #block-canope-content .node.node--type-page .node__content .container-top {
  padding-top: 245px;
  background-repeat: no-repeat;
  background-size: cover;
}
body.page-node-type-page #block-canope-content .node.node--type-page .node__content .container-top .field--name-field-copyright {
  color: #fff;
  text-align: right;
  padding: 0.5em 1em;
  font-size: 0.75em;
}
body.page-node-type-page #block-canope-content .node.node--type-page .node__content .container-top .title-container {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 102px;
  background: #b7b64e;
}
body.page-node-type-page #block-canope-content .node.node--type-page .node__content .container-top .title-container .return {
  width: 15%;
}
body.page-node-type-page #block-canope-content .node.node--type-page .node__content .container-top .title-container .return a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  border: 1px #fff solid;
  margin-left: 10px;
}
body.page-node-type-page #block-canope-content .node.node--type-page .node__content .container-top .title-container .return a span {
  font-size: 1em;
  padding-right: 1em;
  color: #2B323C;
}
body.page-node-type-page #block-canope-content .node.node--type-page .node__content .container-top .title-container .return a:before {
  content: "\e919";
  color: #2B323C;
  text-align: center;
  font-size: 55px;
  line-height: auto;
  margin: 0 0 0 0;
  text-align: left;
  font-family: "InrapSet" !important;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
@media screen and (max-width: 960px) {
  body.page-node-type-page #block-canope-content .node.node--type-page .node__content .container-top .title-container .return a {
    border: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  body.page-node-type-page #block-canope-content .node.node--type-page .node__content .container-top .title-container .return a:before {
    content: "";
    margin-top: 7px;
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(../img/icns/ico-prev-mobile.svg);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
body.page-node-type-page #block-canope-content .node.node--type-page .node__content .container-top .title-container .title {
  width: 70%;
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
body.page-node-type-page #block-canope-content .node.node--type-page .node__content .container-top .title-container .title h1 {
  color: #fff;
  font-size: 2.5em;
  font-family: "Simplon Bold";
}
body.page-node-type-page #block-canope-content .node.node--type-page .node__content .field--name-body {
  padding: 0 15vw;
}

footer.site-footer {
  background: #07090e;
}
footer.site-footer a {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}
footer.site-footer .layout-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1.5em 0 1em;
}
footer.site-footer .layout-container .logo {
  margin: 15px 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
footer.site-footer .layout-container .logo img {
  max-width: 100%;
  max-height: 50px;
  margin-right: 15px;
  width: auto;
  height: auto;
}
footer.site-footer .layout-container .start,
footer.site-footer .layout-container .end {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
}
footer.site-footer .layout-container .home {
  font-size: 0;
}
footer.site-footer .layout-container .home:before {
  content: "\e903";
  color: #828282;
  text-align: center;
  font-size: 35px;
  line-height: 35px;
  margin: 0 0 0 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  font-family: "InrapSet" !important;
}
@media screen and (max-width: 767px) {
  footer.site-footer .layout-container .home {
    position: absolute;
    top: 5px;
    left: 5px;
  }
}
footer.site-footer .layout-container .region.region-footer-first {
  margin-left: 1em;
}
footer.site-footer .layout-container .region.region-footer-first .menu {
  margin: 0;
}
footer.site-footer .layout-container .region.region-footer-first .menu li {
  display: inline-block;
  margin-right: 3em;
}
footer.site-footer .layout-container .region.region-footer-first .menu li a {
  color: #828282;
  text-decoration: none;
  font-family: "Simplon Norm";
}
footer.site-footer .layout-container .region.region-footer-first .menu li:first-of-type a {
  font-family: "Simplon Bold";
}
footer.site-footer .layout-container .region.region-footer-first .menu li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  footer.site-footer .layout-container .region.region-footer-first .menu li {
    width: 100%;
    text-align: center;
  }
  footer.site-footer .layout-container .region.region-footer-first .menu li:first-of-type {
    margin: 10px 0 0 5px;
  }
}
footer.site-footer .layout-container .share {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-right: 4em;
}
footer.site-footer .layout-container .share .title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 170px;
  cursor: pointer;
}
footer.site-footer .layout-container .share .title:before {
  content: "\e91a";
  color: #828282;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 0 0;
  text-align: center;
  display: inline-block;
  width: 30px;
  height: 30px;
  font-family: "InrapSet" !important;
}
footer.site-footer .layout-container .share .addthis_inline_share_toolbox {
  display: none;
  position: absolute;
  z-index: 100;
  bottom: 30px;
}
footer.site-footer .layout-container .share .addthis_inline_share_toolbox .at-share-btn-elements {
  display: flex;
  flex-wrap: wrap;
  width: 170px;
}
footer.site-footer .layout-container .share .addthis_inline_share_toolbox .at-share-btn-elements .at-share-btn {
  width: 100%;
}
@media screen and (max-width: 767px) {
  footer.site-footer .layout-container .share {
    margin: 0;
  }
  footer.site-footer .layout-container .share .at-label {
    display: block !important;
  }
}
footer.site-footer .layout-container .region.region-footer-second {
  margin-right: 4em;
}
footer.site-footer .layout-container .region.region-footer-second #block-socialnetwork .menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
footer.site-footer .layout-container .region.region-footer-second #block-socialnetwork .menu li {
  padding: 0;
}
footer.site-footer .layout-container .region.region-footer-second #block-socialnetwork .menu li a {
  font-size: 0;
  color: #828282;
  text-decoration: none;
}
footer.site-footer .layout-container .region.region-footer-second #block-socialnetwork .menu li a:before {
  color: #828282;
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  margin: 0 0 0 0;
  text-align: center;
  display: inline-block;
  width: 50px;
  height: 50px;
  font-family: "InrapSet" !important;
}
footer.site-footer .layout-container .region.region-footer-second #block-socialnetwork .menu li:nth-child(1) a:before {
  content: "\e91b";
}
footer.site-footer .layout-container .region.region-footer-second #block-socialnetwork .menu li:nth-child(2) a:before {
  content: "\e91d";
}
footer.site-footer .layout-container .region.region-footer-second #block-socialnetwork .menu li:nth-child(3) a:before {
  content: "\e91e";
}
footer.site-footer .layout-container .region.region-footer-second #block-socialnetwork .menu li:nth-child(4) a:before {
  content: "\e91c";
}
@media screen and (max-width: 767px) {
  footer.site-footer .layout-container .region.region-footer-second {
    margin: 0;
  }
}
footer.site-footer .layout-container .creative-commons {
  font-size: 0;
}
footer.site-footer .layout-container .creative-commons:before {
  content: "";
  display: block;
  background-image: url("../img/by-nc-nd.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 110px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  footer.site-footer .layout-container .creative-commons:before {
    margin: 10px auto;
  }
}
@media screen and (max-width: 767px) {
  footer.site-footer .layout-container {
    position: relative;
    height: auto;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer.site-footer .layout-container .start,
footer.site-footer .layout-container .end {
    position: relative;
    width: 100%;
    height: auto;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.layout-container-403,
.layout-container-404 {
  background-color: #e7d7c6;
}
.layout-container-403 .main-content,
.layout-container-404 .main-content {
  height: 65vh;
  padding: 10vh 15vw;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../img/bandeau-food.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.layout-container-403 .main-content section,
.layout-container-404 .main-content section {
  padding: 5% 5%;
  width: 50%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.75);
}
.layout-container-403 .main-content section a,
.layout-container-404 .main-content section a {
  color: #ac3526;
  word-break: break-all;
}
@media screen and (max-width: 960px) {
  .layout-container-403 .main-content,
.layout-container-404 .main-content {
    padding: 10vh 5vw;
  }
  .layout-container-403 .main-content section,
.layout-container-404 .main-content section {
    width: 90%;
    height: auto;
  }
}

@font-face {
  font-family: "Simplon Norm";
  src: url("../fonts/canope/SimplonNorm-Regular.woff2") format("woff2"), url("../fonts/canope/SimplonNorm-Regular.woff") format("woff"), url("../fonts/canope/SimplonNorm-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Simplon Bold";
  src: url("../fonts/canope/SimplonNorm-Bold.woff2") format("woff2"), url("../fonts/canope/SimplonNorm-Bold.woff") format("woff"), url("../fonts/canope/SimplonNorm-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "InrapSet";
  src: url("../fonts/inrap/InrapSet.eot");
  src: url("https://canope-recette.mazedia.fr/themes/custom/canope/css/fonts/InrapSet.eot") format("embedded-opentype"), url("../fonts/inrap/InrapSet.ttf") format("truetype"), url("../fonts/inrap/InrapSet.woff") format("woff"), url("../fonts/inrap/InrapSet.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "InrapSet" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ico-home:before {
  content: "\e903";
}

.icon-ico-ailleurs:before {
  content: "\e900";
}

.icon-ico-innovation:before {
  content: "\e904";
}

.icon-ico-more:before {
  content: "\e916";
}

.icon-ico-next:before {
  content: "\e917";
}

.icon-ico-prev:before {
  content: "\e918";
}

.icon-ico-return:before {
  content: "\e919";
}

.icon-ico-share:before {
  content: "\e91a";
}

.icon-partage-facebook:before {
  content: "\e91b";
}

.icon-partage-instagram:before {
  content: "\e91c";
}

.icon-partage-twitter:before {
  content: "\e91d";
}

.icon-partage-youtube:before {
  content: "\e91e";
}

/*# sourceMappingURL=layout.css.map */
