@charset "UTF-8";
/*

@media (min-width: $size-landscape) {

}

@media (min-width: $size-tablet) {

}

@media (min-width: $size-desktop) {

}

@media (min-width: $size-ultra) {

}

*/
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap");
@keyframes bounce {
  0% {
    transform: rotate(-5deg) scale(1, 1);
  }
  40% {
    transform: rotate(5deg) scale(1.1, 1.1);
  }
  60% {
    transform: rotate(-2deg) scale(1.2, 1.2);
  }
  100% {
    transform: rotate(0deg) scale(1.3, 1.3);
  }
}
body {
  font-family: Nunito;
  font-size: 20px;
}

h1 {
  text-align: center;
  font-weight: normal;
  margin-bottom: 2em;
  font-family: "Code Pro Black";
  font-size: 36px;
  line-height: 40px;
}

h2 {
  font-family: "Code Pro Black";
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0.02em;
  text-align: center;
}

h4 {
  font-size: 24px;
}

.node-tabs ul {
  margin-bottom: 0;
  padding-left: 0.5em;
  position: absolute;
  transform: translate(0, -100%);
  z-index: 1;
}
.node-tabs ul li {
  display: inline-block;
  border: 1px solid black;
  padding: 0.5em 1em;
  border-bottom: 0;
  background-color: white;
}

body.metier .ca-header:before, body.quartier .ca-header:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@property --a {
  syntax: "<angle>";
  inherits: false;
  initial-value: 90deg;
}
a {
  font-weight: bold;
  color: #ef829f;
}

.btn,
.button--primary {
  background: linear-gradient(90deg, #f4a276 0%, #de819d 100%);
  border-radius: 0;
  color: white;
  text-transform: uppercase;
  transform: rotate(-5deg);
  box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.16);
  transition: transform 0.25s, box-shadow 0.25s;
}
.btn:hover,
.button--primary:hover {
  transform: rotate(0) scale(1.2, 1.2);
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.16);
  color: white;
}
.btn:active,
.button--primary:active {
  transform: rotate(0) scale(0.9, 0.9);
}

.shadow-1, .teaser-360 a {
  box-shadow: 18px 18px 12px rgba(0, 0, 0, 0.2);
}

.btn-2 {
  background: linear-gradient(90deg, #af81b7 0%, #de819d 100%);
}

.btn-3 {
  background: linear-gradient(90deg, #8ec8a2 0%, #56c0ed 100%);
}

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  box-shadow: 18px 18px 12px rgba(0, 0, 0, 0.2);
}
.video-container iframe {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
}

.actions {
  text-align: center;
  padding: 1em 0;
}

.ca-header {
  position: relative;
  overflow: hidden;
}
.ca-header h1 {
  color: #56c0ed;
  margin: 1em 0;
}

.ca-partenaires h2 {
  color: #af81b7;
}
.ca-partenaires img {
  max-width: 180px;
}

.ca-partenaires-large h2 {
  color: #af81b7;
}
.ca-partenaires-large .row {
  padding-top: 1em;
  position: relative;
}
.ca-partenaires-large .row h3 {
  font-size: 20px;
  line-height: 48px;
  letter-spacing: 0.02em;
  font-weight: normal;
}
.ca-partenaires-large a {
  display: block;
  transition: transform 0.25s, opacity 0.25s;
  opacity: 0.8;
}
.ca-partenaires-large a:hover {
  transform: scale(1.2, 1.2);
  opacity: 1;
}
.login .node-tabs {
  border-bottom: 1px solid black;
  margin-bottom: 2rem;
}
.login .user-login-form {
  max-width: 600px;
}
.login .description {
  color: gray;
  font-style: italic;
  font-size: 0.9em;
}

@media (min-width: 768px) {
  h1 {
    font-size: 54px;
    line-height: 64.8px;
  }

  h2 {
    font-size: 54px;
    line-height: 64.8px;
  }
}
@media (min-width: 1480px) {
  .container {
    max-width: 1170px;
  }
}
/**
     * @file
     * Styles for system messages.
     */
[data-drupal-messages] {
  background: no-repeat 10px 17px;
  /* LTR */
  border: 1px solid;
  border-width: 1px 1px 1px 0;
  /* LTR */
  border-radius: 2px;
  padding: 15px 20px 15px 35px;
  /* LTR */
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.messages + .messages {
  margin-top: 1.538em;
}

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

.messages__item + .messages__item {
  margin-top: 0.769em;
}

/* See .color-success in Seven's colors.css */
.messages--status {
  color: #325e1c;
  background-color: #f3faef;
  border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
  /* LTR */
  background-image: url(../../../../misc/icons/73b355/check.svg);
  box-shadow: -8px 0 0 #77b259;
  /* LTR */
}

[dir=rtl] .messages--status {
  border-color: #c9e1bd transparent #c9e1bd #c9e1bd;
  box-shadow: 8px 0 0 #77b259;
  margin-left: 0;
}

/* See .color-warning in Seven's colors.css */
.messages--warning {
  background-color: #fdf8ed;
  background-image: url(../../../../misc/icons/e29700/warning.svg);
  border-color: #f4daa6 #f4daa6 #f4daa6 transparent;
  /* LTR */
  color: #734c00;
  box-shadow: -8px 0 0 #e09600;
  /* LTR */
}

[dir=rtl] .messages--warning {
  border-color: #f4daa6 transparent #f4daa6 #f4daa6;
  box-shadow: 8px 0 0 #e09600;
}

/* See .color-error in Seven's colors.css */
.messages--error {
  background-color: #fcf4f2;
  color: #a51b00;
  background-image: url(../../../../misc/icons/e32700/error.svg);
  border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
  /* LTR */
  box-shadow: -8px 0 0 #e62600;
  /* LTR */
}

[dir=rtl] .messages--error {
  border-color: #f9c9bf transparent #f9c9bf #f9c9bf;
  box-shadow: 8px 0 0 #e62600;
}

.messages--error p.error {
  color: #a51b00;
}

/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Code Pro Black";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/Code-Pro-Black.otf") format("opentype");
}
/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far, body.metier .metier-infos li:before, .metiers td:before, .metiers fieldset legend:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.ca-nav {
  background-color: #1d1d1b;
  padding: 0 1em;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.25);
  font-size: 18px;
}

.logo-desktop {
  display: none;
}

header.navbar .container {
  padding: 1em 0;
  align-items: flex-start;
}
header.navbar .logo {
  z-index: 1;
}

main.navbar {
  box-sizing: border-box;
}
main.navbar .menu {
  width: 100%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .logo-desktop {
    display: block;
  }
  .logo-desktop img {
    width: 13rem;
  }

  .logo-mobile {
    display: none;
  }

  .ca-nav {
    position: relative;
  }

  main.navbar {
    position: absolute;
    left: 0;
    top: 4.8rem;
    width: 100%;
  }
  main.navbar .menu {
    justify-content: space-between;
    flex-direction: row;
  }
  main.navbar .menu > li {
    position: relative;
  }
  main.navbar .menu > li:after {
    content: "";
    background: url("../img/arrow-down.svg") 0 0/100% auto;
    position: absolute;
    width: 16px;
    height: 8px;
    bottom: 0em;
    left: 50%;
    transform: translate(-50%, 0);
  }
  main.navbar .menu > li:nth-child(3) {
    margin-left: auto;
  }
}
@media (min-width: 1480px) {
  .logo-desktop img {
    width: auto;
  }
}
.quartiers {
  color: white;
  padding: 2em 0;
  background: linear-gradient(135deg, #c5e5f0 0%, #84c8d5 100%);
}
.quartiers header {
  text-align: center;
}
.quartiers header p {
  font-size: 30px;
}
.quartiers .row {
  margin-top: 3rem;
}
.quartiers .quartier {
  display: block;
  margin-bottom: 2rem;
  transition: transform 0.25s;
}
.quartiers .quartier:hover {
  transform: scale(1.1, 1.1);
}
.quartiers .quartier:hover img {
  transform: scale(1.05, 1.05);
  box-shadow: 9px 9px 4px rgba(0, 0, 0, 0.16);
}
.quartiers .quartier.quartier-gourmand {
  color: #de819d;
}
.quartiers .quartier.quartier-sante {
  color: #56c0ed;
}
.quartiers .quartier.quartier-commerce {
  color: #f9db00;
}
.quartiers .quartier.quartier-vert {
  color: #8ec8a2;
}
.quartiers .quartier.quartier-technique {
  color: #af81b7;
}
.quartiers .quartier.quartier-batiment {
  color: #f4a276;
}
.quartiers img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  object-position: center center;
  border-radius: 100%;
  position: absolute;
  box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.16);
  transition: transform 0.25s, box-shadow 0.25s;
}
.quartiers h3 {
  background-color: white;
  font-size: 22px;
  line-height: 28.8px;
  letter-spacing: 0.02em;
  font-weight: normal;
  padding-left: calc(60px + 1em);
  margin-left: 60px;
  height: 80px;
  display: flex;
  align-items: center;
  margin-top: 20px;
  font-family: "Code Pro Black";
}
.quartiers footer {
  text-align: center;
}
.quartiers .btn {
  margin: auto;
}

@media (min-width: 768px) {
  .quartiers {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .quartiers .quartier {
    margin-bottom: 3rem;
  }
}
body.quartier .ca-header {
  color: white;
  background-size: cover;
  background-position: 50% center;
  padding-bottom: 2em;
}
body.quartier .ca-header:before {
  opacity: 0.65;
}
body.quartier h1 {
  color: white;
}
body.quartier h1 span {
  display: block;
  text-transform: lowercase;
}
body.quartier .col-md-5 {
  margin-left: auto;
}
body.quartier .no-text {
  width: 90%;
  margin: auto;
}
body.quartier iframe {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
}
@media (min-width: 1024px) {
  body.quartier .ca-header {
    background-position: 0% center;
  }
  body.quartier .no-text {
    width: 60%;
  }
}
.header-technique:before {
  background-color: #af81b7;
}

.header-commerce:before {
  background-color: #f6d049;
}

.header-gourmand:before {
  background-color: #cc7a7c;
}

.header-sante:before {
  background-color: #3aa7d0;
}

.header-batiment:before {
  background-color: #ef784f;
}

.header-vert:before {
  background-color: #55af7d;
}

.page-app h1 {
  margin-bottom: 0;
}

.app {
  margin-top: 3em;
}
.app .banner {
  color: white;
  padding: 1em;
  background-image: url("../img/app-background-mobile.svg");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: cover;
  width: 100%;
  text-align: center;
  padding-bottom: 5em;
}
.app h2 {
  text-align: left;
  margin-bottom: 1em;
}
.app .app-phone {
  display: none;
}
.app a {
  display: inline-block;
  transition: transform 0.25s;
  margin: auto;
}
.app a:hover {
  transform: scale(1.1, 1.1);
}
.app a:last-child {
  margin-right: 0;
}

@media (min-width: 768px) {
  .app .banner {
    background-image: url("../img/app-background.svg");
    padding: 3em 6em 4em 3em;
    margin: auto;
    margin-top: 5rem;
    max-width: 970px;
    position: relative;
    height: auto;
    text-align: left;
  }
  .app h2 {
    text-align: left;
  }
  .app .app-phone {
    position: absolute;
    display: block;
    top: 2rem;
    right: -3rem;
    height: 50%;
  }
  .app a {
    margin-right: 1em;
  }
}
.homepage h2 + p {
  font-size: 30px;
  font-weight: bold;
  max-width: 800px;
  margin: auto;
  line-height: 36px;
}
.homepage .ca-header {
  background: none;
  overflow: visible;
}
.homepage .ca-header .banner {
  width: 100%;
  height: 50vh;
  object-fit: cover;
  object-position: center center;
}
.homepage .ca-header .infos {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  background-color: white;
  padding: 1em;
  margin: 0;
}
.homepage .ca-header p {
  text-align: center;
}
.homepage .sticker {
  display: none;
}

.quartiers {
  margin-top: -3em;
  padding-top: 6em;
}

.teaser-360 a {
  color: white;
  display: flex;
  align-items: center;
  height: 50vw;
  min-height: 300px;
  transition: transform 0.25s;
  max-width: 1170px;
  margin: auto;
  overflow: hidden;
  background-size: cover;
}
.teaser-360 a:hover .container {
  transform: scale(1.1, 1.1);
}
.teaser-360 a:hover .play {
  transform: rotate(5deg) scale(1.1, 1.1);
}
.teaser-360 .container {
  text-align: center;
  display: inline-block;
}
.teaser-360 .container,
.teaser-360 .play {
  transition: transform 0.25s;
}
.teaser-360 .play {
  width: 86px;
  transform-origin: 40% 46%;
}
.teaser-360 p {
  font-size: 30px;
  line-height: 36px;
}

.ca-social-media {
  color: #56c0ed;
}
.ca-social-media header a:first-child {
  margin-right: 1em;
}
.ca-social-media header a path {
  fill: #ef829f;
  stroke: #ef829f;
}
.ca-social-media h2 + p {
  margin-bottom: 0.5em;
}
.ca-social-media .snapwidget-desktop {
  display: none;
}
.ca-social-media iframe {
  height: 100%;
}
.ca-social-media .news {
  height: 100%;
}

.home-contact {
  background-color: rgba(142, 200, 162, 0.3);
  margin-top: -10em;
  padding-top: 15em;
  padding-bottom: 5em;
}
.home-contact h2 {
  color: #8ec8a2;
}
.home-contact .row {
  margin-top: 2em;
}
.home-contact article {
  margin-bottom: 2em;
}
.home-contact article a {
  display: block;
}

@media (min-width: 768px) {
  .homepage h2 + p {
    margin-bottom: 2em;
  }
  .homepage .quartiers {
    padding-top: 15rem;
    padding-bottom: 13rem;
    margin-top: 0;
  }
  .homepage .quartiers .quartier {
    margin-bottom: 3rem;
  }
  .homepage .ca-header {
    position: relative;
  }
  .homepage .ca-header .header-intro {
    position: absolute;
    min-width: 600px;
    max-width: 769px;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -10rem;
    z-index: 1;
  }
  .homepage .ca-header h2 {
    box-shadow: 18px 18px 12px rgba(0, 0, 0, 0.2);
  }

  .teaser-360 {
    margin-top: -8rem;
  }

  .ca-social-media .snapwidget-mobile {
    display: none;
  }
  .ca-social-media .snapwidget-desktop {
    display: block;
    overflow: hidden;
    margin-top: 5rem;
    box-shadow: 18px 18px 12px rgba(0, 0, 0, 0.2);
  }
  .ca-social-media .snapwidget-desktop iframe {
    display: block;
  }

  .home-contact .row {
    text-align: left;
    max-width: 700px;
    margin: auto;
    margin-left: 20%;
    margin-bottom: 3rem;
  }

  .ca-partenaires-large .row {
    padding-top: 1em;
    position: relative;
  }
  .ca-partenaires-large .row h3 {
    margin-top: 0;
    margin-bottom: 4rem;
    font-size: 20px;
    line-height: 48px;
    letter-spacing: 0.02em;
    font-weight: normal;
  }
  .ca-partenaires-large .row:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    top: 5rem;
    background: linear-gradient(51deg, #8ec8a2 0%, #56c0ed 20%, #af81b7 40%, #de819d 60%, #f4a276 80%, #f9db00 100%);
  }
}
@media (min-width: 1024px) {
  .homepage .sticker {
    position: absolute;
    display: inline-block;
  }
  .homepage .sticker img {
    width: 100%;
  }
  .homepage .home-formation {
    top: 70%;
    left: 0;
    width: 20vw;
  }
  .homepage .home-formation img {
    transform: rotate(40deg);
  }
  .homepage .home-futur {
    top: 10%;
    right: 0;
    width: 16vw;
  }
  .homepage .home-futur img {
    transform: rotate(28deg);
  }
}
.metiers {
  font-size: 16px;
  padding: 4em 0;
}
.metiers h2 {
  text-align: center;
  margin-bottom: 1.5em;
}
.metiers form {
  margin: auto;
  position: relative;
}
.metiers .views-exposed-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.metiers fieldset {
  margin-bottom: 1em;
  position: relative;
  width: 100%;
}
.metiers fieldset legend:before {
  color: currentColor;
  font-size: 2em;
  transform: translate(0, -35%);
  margin-right: 0.5em;
  font-size: 1.5em;
}
.metiers fieldset .form-item {
  border-color: currentColor;
  float: none !important;
  display: inline-block;
}
.metiers fieldset .form-item.highlight {
  background-color: currentColor;
}
.metiers legend {
  font-size: 1.25em;
  width: auto;
  display: block;
  margin: auto;
  margin-bottom: 0.5em;
  text-align: center;
  transform: translate(-1em, 0);
}
.metiers legend span {
  color: #626262;
}
.metiers .fieldset-wrapper {
  text-align: center;
}
.metiers .form-checkboxes {
  display: inline-block;
  text-align: center;
}
.metiers label {
  margin-bottom: 0;
  line-height: normal;
}
.metiers input[type=checkbox],
.metiers input[type=radio] {
  display: none;
}
.metiers .js-form-type-checkbox {
  border: 2px solid gray;
  border-radius: 100vh;
  padding: 0 0.5em;
  margin-right: 0.5em;
}
.metiers .js-form-type-checkbox label {
  cursor: pointer;
}
.metiers .js-form-type-checkbox.highlight {
  background: gray;
}
.metiers .js-form-type-checkbox.highlight label {
  color: white;
}
.metiers .js-form-type-checkbox.highlight:after {
  content: "";
  background: url("../img/icons/vu.svg") no-repeat 100% center/contain;
  padding-left: 1em;
}
.metiers label {
  cursor: pointer;
  padding: 0 0.5em;
}
.metiers .form-item-recherche {
  margin-bottom: 3em;
}
.metiers .form-item-recherche input {
  padding: 0.5em 1em;
  height: 80px;
  line-height: 3em;
  font-size: 20px;
  transition: transform 0.5s, box-shadow 0.5s, background-position 0.65s;
  position: relative;
  border-color: #626262;
  box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.2);
  border-radius: 100vh;
  background: url("../img/icons/loupe.svg") no-repeat 1em 50%/auto 80%;
}
.metiers .form-item-recherche input:focus {
  transform: scale(1.05, 1.05);
  box-shadow: 10px 10px 7px rgba(0, 0, 0, 0.2);
}
.metiers .form-item-recherche.filled input,
.metiers .form-item-recherche input:focus {
  background-position: 97% 50%;
}
.metiers .form-item-recherche label {
  display: none;
}
.metiers input[type=submit] {
  position: absolute;
  top: 0;
  right: 10%;
  height: 80px;
  opacity: 0;
  cursor: pointer;
  width: 10%;
}
.metiers fieldset[data-drupal-selector=edit-titre] {
  display: block;
  color: #8ec8a2;
}
.metiers fieldset[data-drupal-selector=edit-titre] legend:before {
  content: "";
}
.metiers fieldset[data-drupal-selector=edit-niveau] {
  color: #af81b7;
}
.metiers fieldset[data-drupal-selector=edit-niveau] legend:before {
  content: "";
}
.metiers fieldset[data-drupal-selector=edit-duree] {
  color: #f4a276;
  margin-right: 0;
}
.metiers fieldset[data-drupal-selector=edit-duree] legend:before {
  content: "";
}
.metiers fieldset[data-drupal-selector=edit-duree] .fieldset-wrapper > div {
  display: inline-block;
}
.metiers fieldset[data-drupal-selector=edit-duree] label {
  min-width: 1.5em;
  padding: 0;
  text-align: center;
  color: #626262;
}
.metiers fieldset[data-drupal-selector=edit-duree] .form-radios {
  border: 2px solid currentColor;
  border-radius: 100vh;
  overflow: hidden;
  padding: 1px;
}
.metiers fieldset[data-drupal-selector=edit-duree] .form-item {
  margin-bottom: 0;
  overflow: hidden;
  float: left !important;
  display: inline-block;
}
.metiers fieldset[data-drupal-selector=edit-duree] .highlight {
  background: currentColor;
  border-radius: 100vh;
}
.metiers fieldset[data-drupal-selector=edit-duree] .highlight label {
  color: white;
}
.metiers td:before {
  padding-right: 1em;
  font-size: 1.5em;
}
.metiers td:nth-child(n+2):nth-child(-n+3) {
  display: none;
}
.metiers td:nth-child(2):before {
  content: "";
  color: #8ec8a2;
}
.metiers td:nth-child(3):before {
  content: "";
  color: #af81b7;
}
.metiers td:nth-child(4):before {
  content: "";
  color: #f4a276;
}
.metiers .empty {
  text-align: center;
  font-style: italic;
  font-size: 1.25em;
  margin-top: 1em;
}
.metiers table {
  width: 100%;
  border-top: 1px solid gray;
  font-size: 18px;
  line-height: 30px;
  table-layout: fixed;
}
.metiers table a {
  color: #626262;
  font-size: 20px;
  font-weight: normal;
}
.metiers table tr {
  border-bottom: 1px solid gray;
  cursor: pointer;
}
.metiers table tr:hover {
  background-color: #eee;
}
.metiers table td {
  padding: 1em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.metiers table td:first-child {
  width: 60%;
}
.metiers .pager {
  text-align: center;
  margin-top: 2em;
  font-size: 1.25em;
}
.metiers .pager ul {
  list-style: none;
  padding-left: 0;
}
.metiers .pager li {
  display: inline-block;
  border: 1px solid gray;
  border-radius: 5px;
  border: 0;
}
.metiers .pager li:hover {
  background-color: #56c0ed;
}
.metiers .pager li:hover a {
  color: white;
}
.metiers .pager li.is-active a {
  font-weight: bold;
}
.metiers .pager a {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  width: 2em;
  color: #56c0ed;
  font-weight: normal;
}
.metiers .pager .pager__item--first,
.metiers .pager .pager__item--last,
.metiers .pager .pager__item--previous,
.metiers .pager .pager__item--next {
  border: 1px solid #56c0ed;
}
.metiers .pager .pager__item--ellipsis {
  display: none;
}
@media (min-width: 1024px) {
  .metiers {
    font-size: 20px;
  }
  .metiers fieldset {
    display: inline-block;
    width: auto;
  }
  .metiers fieldset[data-drupal-selector=edit-niveau] {
    margin-right: 8em;
  }
  .metiers legend {
    display: inline-block;
    font-size: 1em;
    line-height: 1em;
    float: left;
    width: auto;
    position: relative;
    padding-right: 1em;
  }
  .metiers .fieldset-wrapper {
    display: inline-block;
    line-height: 1em;
  }
  .metiers .form-item-recherche {
    width: 80%;
  }
  .metiers table {
    font-size: 20px;
  }
  .metiers table a {
    font-size: 30px;
  }
  .metiers table td:first-child {
    width: 50%;
  }
  .metiers td {
    display: table-cell !important;
  }
}
@keyframes ajax-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ajax-progress-fullscreen {
  background-color: rgba(0, 0, 0, 0.35);
  opacity: 1;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-image: url(../img/skater.gif);
  animation: ajax-show 0.25s;
}

body.metier .ca-header {
  color: white;
  background-size: cover;
  padding-top: 3rem;
  padding-bottom: 2rem;
  margin-bottom: 4rem;
  position: relative;
  overflow: visible;
}
body.metier .ca-header.has-video {
  padding-bottom: 8rem;
  margin-bottom: 12rem;
}
body.metier .ca-header .quartier-link {
  display: block;
  color: white;
  text-align: center;
  font-size: 24px;
}
body.metier .ca-header h1 {
  color: white;
  margin-top: 1em;
}
body.metier .ca-header h1 span {
  display: block;
  text-transform: lowercase;
}
body.metier .ca-header:before {
  opacity: 0.65;
}
body.metier .ca-header .col-md-5 {
  margin-left: auto;
}
body.metier .ca-header .no-text {
  width: 90%;
  max-width: 600px;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 100%;
}
body.metier .metier-infos {
  text-align: center;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  max-width: 20em;
  margin: 0 auto 5rem;
  white-space: nowrap;
}
body.metier .metier-infos li {
  list-style: none;
  display: inline-block;
  line-height: 1.5em;
  vertical-align: middle;
}
body.metier .metier-infos li:last-child {
  margin-right: 0;
}
body.metier .metier-infos li:before {
  margin-right: 0.5em;
  font-size: 1.5em;
}
body.metier .metier-titre:before {
  content: "";
  color: #8ec8a2;
}
body.metier .metier-niveau:before {
  content: "";
  color: #af81b7;
}
body.metier .metier-duree:before {
  content: "";
  color: #f4a276;
}
body.metier section strong {
  display: block;
  margin-bottom: 1.5em;
  text-align: center;
  font-size: 24px;
}
@media (min-width: 1024px) {
  body.metier .ca-header.has-video {
    padding-bottom: 12rem;
    margin-bottom: 14rem;
  }
  body.metier .ca-header .no-text {
    width: 60%;
  }
}
[type=range] {
  -webkit-appearance: none;
  background: transparent;
  margin: 12px 0;
  width: 100%;
}
[type=range]::-moz-focus-outer {
  border: 0;
}
[type=range]:focus {
  outline: 0;
}
[type=range]:focus::-webkit-slider-runnable-track {
  background: #fbfbfc;
}
[type=range]:focus::-ms-fill-lower {
  background: #eceff1;
}
[type=range]:focus::-ms-fill-upper {
  background: #fbfbfc;
}
[type=range]::-webkit-slider-runnable-track {
  cursor: default;
  height: 0;
  transition: all 0.2s ease;
  width: 100%;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 0 0 rgba(13, 13, 13, 0.2);
  background: #eceff1;
  border: 1px solid #cfd8dc;
  border-radius: 5px;
}
[type=range]::-webkit-slider-thumb {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(13, 13, 13, 0.2);
  background: #b6deef;
  border: 2px solid #56c0ed;
  border-radius: 28px;
  box-sizing: border-box;
  cursor: default;
  height: 24px;
  width: 24px;
  -webkit-appearance: none;
  margin-top: -13px;
}
[type=range]::-moz-range-track {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 0 0 rgba(13, 13, 13, 0.2);
  cursor: default;
  height: 0;
  transition: all 0.2s ease;
  width: 100%;
  background: #eceff1;
  border: 1px solid #cfd8dc;
  border-radius: 5px;
  height: 0;
}
[type=range]::-moz-range-thumb {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(13, 13, 13, 0.2);
  background: #b6deef;
  border: 2px solid #56c0ed;
  border-radius: 28px;
  box-sizing: border-box;
  cursor: default;
  height: 24px;
  width: 24px;
}
[type=range]::-ms-track {
  cursor: default;
  height: 0;
  transition: all 0.2s ease;
  width: 100%;
  background: transparent;
  border-color: transparent;
  border-width: 12px 0;
  color: transparent;
}
[type=range]::-ms-fill-lower {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 0 0 rgba(13, 13, 13, 0.2);
  background: #dde3e6;
  border: 1px solid #cfd8dc;
  border-radius: 10px;
}
[type=range]::-ms-fill-upper {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 0 0 rgba(13, 13, 13, 0.2);
  background: #eceff1;
  border: 1px solid #cfd8dc;
  border-radius: 10px;
}
[type=range]::-ms-thumb {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(13, 13, 13, 0.2);
  background: #b6deef;
  border: 2px solid #56c0ed;
  border-radius: 28px;
  box-sizing: border-box;
  cursor: default;
  height: 24px;
  width: 24px;
  margin-top: 0;
}
[type=range]:disabled::-webkit-slider-thumb, [type=range]:disabled::-moz-range-thumb, [type=range]:disabled::-ms-thumb, [type=range]:disabled::-webkit-slider-runnable-track, [type=range]:disabled::-ms-fill-lower, [type=range]:disabled::-ms-fill-upper {
  cursor: not-allowed;
}

.decouverte {
  padding: 4em 0;
  position: relative;
}
.decouverte h1 {
  color: #56c0ed;
}
.decouverte h2 {
  font-size: 30px;
  font-weight: bold;
  margin: 3em 0 2em;
  margin-bottom: 2em;
  font-family: Nunito;
}
.decouverte h3 {
  font-family: "Code Pro Black";
  font-size: 24px;
}
.decouverte textarea {
  border-radius: 0;
}
.decouverte .wrapper {
  max-width: 970px;
  margin: auto;
}
.decouverte .intro {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  max-width: 970px;
  margin: auto;
  margin-bottom: 2em;
}
.decouverte .fields p {
  margin-top: 3em;
  text-align: center;
}
.decouverte .fields p strong {
  font-weight: normal;
  text-decoration: underline;
}
.decouverte .actions {
  text-align: center;
  padding: 2em 0;
}
.decouverte .form-item label {
  margin-right: 2em;
  white-space: nowrap;
  width: 30%;
}
.decouverte .form-item textarea,
.decouverte .form-item input {
  box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.2);
  border-color: #626262;
  font-size: 20px;
}
.decouverte .parcours {
  font-size: 15px;
  text-align: center;
  color: #af81b7;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 9em;
}
.decouverte .metier {
  margin-bottom: 4em;
  position: relative;
}
.decouverte .metier:before {
  content: var(--key);
  display: block;
  position: absolute;
  margin-left: -2em;
  font-family: "Code Pro Black";
  font-size: 30px;
  color: #56c0ed;
  top: -0.25em;
}
.decouverte .metier iframe {
  pointer-events: none;
}
.decouverte.step-infos li {
  list-style: none;
  border-bottom: 1px solid rgba(98, 98, 98, 0.35);
  padding: 1em 0;
  margin: 0;
  display: flex;
}
.decouverte.step-infos li:first-child {
  font-weight: bold;
}
.decouverte.step-infos .duration {
  margin-left: auto;
}
.decouverte.step-infos .steps-second {
  margin: 3em 0 5em;
}
.decouverte.step-infos .actions {
  margin-top: 0;
  padding: 0 0 6em;
}
.decouverte.step-infos .video-container {
  margin-bottom: 4em;
}
.decouverte.step-infos .fields {
  width: 80%;
  margin: auto;
}
.decouverte.step-infos .fields input[type=email],
.decouverte.step-infos .fields input[type=text] {
  width: 70%;
  margin-left: auto;
}
.decouverte.step-infos .form-item {
  display: flex;
  align-items: center;
}
.decouverte.step-tri .infos {
  text-align: center;
}
.decouverte.step-tri .infos .selection {
  color: #af81b7;
}
.decouverte.step-tri .metiers {
  padding: 1em 0;
}
.decouverte.step-tri .metier {
  padding: 1em 0;
  margin: 1em 0;
  cursor: grab;
  pointer-events: none;
  position: relative;
}
.decouverte.step-tri .metier:before {
  content: var(--key);
  display: block;
  position: absolute;
  margin-left: -2em;
  pointer-events: all;
  height: 100%;
  font-family: "Code Pro Black";
  font-size: 30px;
  color: #56c0ed;
  background: url("../img/handler.svg") no-repeat center center/auto 1em;
  top: 0.75rem;
}
.decouverte.step-tri .metier iframe {
  pointer-events: none;
}
.decouverte.step-tri .metier:nth-child(-n+3) h3 {
  color: #af81b7;
}
.decouverte.step-tri .metier.placeholder {
  border: 4px dashed #eee;
  height: 9em;
}
.decouverte.step-representation textarea {
  margin: 3em 0;
}
.decouverte.step-representation .legend {
  width: 56%;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  margin-bottom: 2em;
  margin-right: -2%;
}
.decouverte.step-representation .legend span {
  max-width: 100px;
  text-align: center;
}
.decouverte.step-representation .js-form-type-range-slider {
  display: flex;
  position: relative;
}
.decouverte.step-representation .js-form-type-range-slider label {
  margin-right: 2em;
  white-space: nowrap;
}
.decouverte.step-representation .js-form-type-range-slider input {
  width: 50%;
  box-shadow: none;
  margin-left: auto;
}
.decouverte.step-representation .conditions [type=range]::-webkit-slider-thumb {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(13, 13, 13, 0.2);
  background: #e8a4b8;
  border: 2px solid #de819d;
  border-radius: 28px;
  box-sizing: border-box;
  cursor: default;
  height: 24px;
  width: 24px;
  background: #e8a4b8;
  border: 2px solid #de819d;
}
.decouverte.step-representation .conditions [type=range]::-moz-range-thumb {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(13, 13, 13, 0.2);
  background: #e8a4b8;
  border: 2px solid #de819d;
  border-radius: 28px;
  box-sizing: border-box;
  cursor: default;
  height: 24px;
  width: 24px;
  background: #e8a4b8;
  border: 2px solid #de819d;
}
.decouverte.step-representation .conditions [type=range]::-ms-thumb {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 rgba(13, 13, 13, 0.2);
  background: #e8a4b8;
  border: 2px solid #de819d;
  border-radius: 28px;
  box-sizing: border-box;
  cursor: default;
  height: 24px;
  width: 24px;
  background: #e8a4b8;
  border: 2px solid #de819d;
}
.decouverte.step-representation .form-item-condition-environnement label:after {
  content: "(ex. avec de fortes odeurs, beaucoup de bruit, sombre, très chaud, très froid, en extérieur etc…)";
  display: block;
  width: 40%;
  font-size: 16px;
  white-space: normal;
  position: absolute;
  margin-top: 1em;
}
.decouverte.step-representation .actions {
  margin-top: 5em;
}
.decouverte.step-video h3 {
  margin-top: 2em;
}
.decouverte.step-video iframe {
  pointer-events: all;
}
.decouverte.step-videos .metiers {
  padding: 0;
}
.decouverte.step-videos h3 {
  margin-top: 2em;
}
.decouverte.step-videos iframe {
  pointer-events: all;
}

.forum h2 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 1em;
}
.forum h3 {
  text-transform: lowercase;
}
.forum h3::first-letter {
  text-transform: uppercase;
}
.forum h4 {
  margin-top: 1em;
}
.forum .forum-jour {
  margin: 2em 0;
}
.forum .forum-entreprise {
  padding: 0.5em 0 1em;
  border-top: 1px solid rgba(98, 98, 98, 0.35);
}
.forum ul {
  padding: 0;
}
.forum .actions {
  margin-bottom: 6rem;
}
.forum .actions a {
  white-space: normal;
}
@media (min-width: 1024px) {
  .forum h2 {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 1em;
  }
}
.parallax--1 {
  transform: translate(0, calc(var(--scroll) * 0.12px + 0%));
}

.parallax-1 {
  transform: translate(0, calc(var(--scroll) * -0.12px + 0%));
}

.parallax-2 {
  transform: translate(0, calc(var(--scroll) * -0.3px + 0%));
}

.parallax-3 {
  transform: translate(0, calc(var(--scroll) * -0.5px + 0%));
}

/*# sourceMappingURL=theme.min.css.map */
