@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* placeholder: proportions vidéo youtube responsive */
/* placeholder : width de 100vw */
/* changer delay selon position dans la liste*/
/* changer width selon position dans la liste */
/* center vertically */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

*::--webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}

input {
  -webkit-border-radius: 0;
  border-radius: 0;
}

body.prevent-scroll {
  overflow: hidden;
  height: 100vh;
}

body {
  font-family: "SequelSans-BookBodyText", sans-serif;
  background-color: #f4f4f4;
  font-size: 16px;
  border-bottom: 1px solid #000;
  -webkit-transition: background-color 0.25s linear;
  -moz-transition: background-color 0.25s linear;
  -ms-transition: background-color 0.25s linear;
  -o-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
  position: relative;
}
body.black {
  background-color: black;
}
body.white {
  background-color: #f5f5f5;
}
body.pink {
  background-color: #FFD600;
}
body.page-node-type-article {
  background-color: white;
}
body.path-frontpage .layout-container {
  overflow: hidden;
}

.node-168 .field--name-body,
.node-220 .field--name-body,
.node-221 .field--name-body {
  height: 0;
  width: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.anchor-for-pos {
  position: relative;
  top: -100px;
}

#block-covid19 {
  position: fixed;
  top: 0;
  text-align: center;
  color: white;
  font-family: "SequelSans-BookBodyText";
  font-size: 1em;
  z-index: 301;
  width: 100vw;
  margin: 0 auto;
}
#block-covid19 .field--name-body {
  overflow: hidden;
  padding: 0 20px;
  max-width: none;
  margin: 0 auto;
  background-color: #FFD600;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#block-covid19 .field--name-body strong {
  font-family: "SequelSans-BoldBodyText";
  font-weight: normal;
}
#block-covid19 .field--name-body a {
  display: inline;
  min-width: 40px;
  margin: 0 auto;
  color: white;
  font-family: "Helvetica";
  font-weight: 700;
  font-size: 1em;
}
#block-covid19 .close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  cursor: pointer;
  background-color: black;
  background-image: url(../images/btn-close@2x.png);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

#block-boutonparlonsnous {
  display: none;
  position: fixed;
  top: 155px;
  width: 195px;
  padding: 3px 0;
  right: -84px;
  z-index: 10000;
  font-family: "Helvetica";
  transform: rotate(90deg) translateZ(0);
  -webkit-transform: rotate(90deg) translateZ(0);
  /* WebKit */
  -moz-transform: rotate(90deg) translateZ(0);
  /* Mozilla */
  -o-transform: rotate(90deg) translateZ(0);
  /* Opera */
  -ms-transform: rotate(90deg) translateZ(0);
  /* Internet Explorer */
  background-color: #FFD600;
  text-align: center;
}
#block-boutonparlonsnous a {
  text-decoration: none;
  color: white;
}

.wrapper-noir {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  z-index: 3000;
  background-color: rgba(0, 0, 0, 0.9);
}

.wrapper-avis {
  position: relative;
  width: 75vw;
  background-color: #FFD600;
  padding: 30px;
  color: black;
  height: auto;
  overflow: hidden;
}
.wrapper-avis .btn-close {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 26px;
  height: 26px;
  background-image: url(../images/btn-close@2x.png);
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.wrapper-avis .btn-close:hover {
  opacity: 0.8;
}
.wrapper-avis .avis-intro {
  width: 100%;
}
.wrapper-avis .avis-intro h2 {
  font-family: "Helvetica";
  font-size: 1.175rem;
  margin: 0;
}
.wrapper-avis .avis-intro p {
  font-family: "SequelSans-SemiBoldBodyText", sans-serif;
  font-size: 0.875rem;
}
.wrapper-avis .lien {
  width: 100%;
}
.wrapper-avis .lien ul {
  margin: 40px 0 0;
  padding: 0;
  font-family: "SequelSans-SemiBoldBodyText", sans-serif;
  font-size: 0.875rem;
  list-style: none;
}
.wrapper-avis .lien ul li {
  cursor: pointer;
  text-align: center;
}
.wrapper-avis .lien ul li:first-child {
  border-bottom: solid 1px white;
  padding-bottom: 30px;
}
.wrapper-avis .lien ul li:last-child {
  padding-top: 30px;
}
.wrapper-avis .lien ul li p {
  margin-top: 0;
}
.wrapper-avis .lien ul li a {
  color: inherit;
  text-decoration: none;
}
.wrapper-avis .lien ul li span,
.wrapper-avis .lien ul li a {
  font-family: "SequelSans-BoldBodyText", sans-serif;
  background-color: white;
  color: black;
  display: block;
  text-align: center;
  padding: 10px 30px;
  max-width: 60%;
  margin: 0 auto;
}
.wrapper-avis .lien ul li span:hover,
.wrapper-avis .lien ul li a:hover {
  background-color: black;
  color: white;
}

.select2-search--dropdown {
  display: none !important;
}

.ajax-progress,
.ajax-progress-throbber,
.ajax-progress-fullscreen {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  opacity: 1;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  overflow: hidden;
  text-indent: -99999em;
}

.ajax-progress-throbber:before,
.ajax-progress-fullscreen:before {
  content: " ";
  display: block;
  width: 80px;
  height: 80px;
  background-image: url(../images/LoaderCA.gif) !important;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  /*-webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
  border-radius: 60px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent #fff transparent;*/
  overflow: hidden;
  text-indent: -99999em;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
body.page-node-type-services {
  background-color: white;
}

body.page-node-type-page .wrapper-video {
  max-width: none;
  width: 100%;
  z-index: 0;
}

strong {
  font-weight: normal;
}

.user-login-form {
  max-width: 500px;
  padding-top: 300px;
  margin: 0 auto;
}

.cta {
  background-color: #FFD600;
  border: 1px solid #FFD600;
  color: black;
  padding: 10px 20px;
  display: inline-block;
  font-family: "SequelSans-BoldBodyText", sans-serif;
  font-size: 1rem;
  text-decoration: none;
}
.cta:hover {
  background-color: #000;
  border: 1px solid #FFD600;
  color: #FFD600;
}

a {
  color: #FFD600;
}

body.black .field--name-body a.link {
  background-color: transparent;
  color: #FFD600;
  padding: 0px;
}

.field--name-body a.link {
  background-color: #FFD600;
  color: black;
  padding: 3px;
}

.block-camdenlib .col-gauche .letter {
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.block-camdenlib .col-gauche .letter.show {
  opacity: 1;
}
.block-camdenlib .col-gauche .letter img {
  height: 230px;
}

#block-menuprincipal.block-camdenlib.animate .letter {
  display: block;
}

.grid {
  width: 200px;
  height: 230px;
}

.grid__item-img {
  display: block;
  height: 100%;
  width: 100%;
}

.grid__item-img canvas {
  height: 100%;
}

.grid__item-img img {
  height: 100%;
  display: block;
}

.grid__item-img img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s;
}

.grid__item:hover .grid__item-img img:nth-child(2) {
  opacity: 1;
}

.js .grid__item-img img {
  display: none;
}

header .dropbutton-multiple.open,
header .dropbutton-multiple.open .dropbutton-widget {
  top: 15px !important;
}
header.bandeau .dropbutton-multiple.open,
header.bandeau .dropbutton-multiple.open .dropbutton-widget {
  top: 0 !important;
}

.wrapper-ie {
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 2000;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.wrapper-ie .wrapper-text {
  position: relative;
  max-width: 80%;
  margin: 50px auto;
  background-color: #FFD600;
}
.wrapper-ie .wrapper-text .text {
  padding: 25px;
}
.wrapper-ie .wrapper-text .btn-close {
  position: absolute;
  right: 20px;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background-color: black;
  border-radius: 40px;
  background-image: url(../images/btn-close@2x.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

#block-dropdownlanguage {
  cursor: pointer;
  display: none;
  opacity: 0;
  position: absolute;
  padding: 0 10px 10px;
  top: 150px;
  z-index: 1001;
  right: -47px;
  transform: rotate(90deg) translateZ(0);
  -webkit-transform: rotate(90deg) translateZ(0);
  /* WebKit */
  -moz-transform: rotate(90deg) translateZ(0);
  /* Mozilla */
  -o-transform: rotate(90deg) translateZ(0);
  /* Opera */
  -ms-transform: rotate(90deg) translateZ(0);
  /* Internet Explorer */
  zoom: 101%;
  font-family: "Helvetica";
  color: white;
  -webkit-transition: fill 0.25s;
  -moz-transition: fill 0.25s;
  -ms-transition: fill 0.25s;
  -o-transition: fill 0.25s;
  transition: fill 0.25s;
}
#block-dropdownlanguage span.black {
  color: black;
}
#block-dropdownlanguage .dropbutton-multiple .dropbutton .dropbutton-action > * {
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;
}
#block-dropdownlanguage.invert {
  display: block;
  opacity: 1;
}
#block-dropdownlanguage fieldset {
  margin: 0;
  padding: 0;
  border: none;
  width: 163px;
}
#block-dropdownlanguage fieldset a {
  text-decoration: none;
  color: inherit;
}
#block-dropdownlanguage fieldset legend {
  display: none;
}
#block-dropdownlanguage fieldset ul {
  border: none;
}
#block-dropdownlanguage fieldset ul li {
  border-bottom: solid 1px white;
  border-top: none;
  padding-bottom: 3px;
}
#block-dropdownlanguage fieldset ul li span {
  display: block;
  padding: 0;
}
#block-dropdownlanguage fieldset ul li.secondary-action {
  border-bottom: none;
}
#block-dropdownlanguage fieldset ul li.secondary-action:nth-child(3) {
  padding-top: 5px;
}
#block-dropdownlanguage fieldset ul li.en {
  width: 55px;
}
#block-dropdownlanguage .dropbutton-toggle {
  border-bottom: 0;
}
#block-dropdownlanguage .dropbutton-widget {
  background-color: transparent;
  border: none;
}
#block-dropdownlanguage .dropbutton-wrapper.open .dropbutton-widget {
  margin-left: -29px;
}

.lang-en #block-dropdownlanguage .dropbutton-widget {
  width: 87px;
}
.lang-en #block-dropdownlanguage .dropbutton-wrapper.open .dropbutton-widget {
  width: auto;
}

.region-content {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

.region-footer {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

body.node-4 .region-content {
  max-width: none;
}

footer {
  background-color: black;
  position: relative;
  z-index: 110;
}

img.blured {
  -webkit-filter: blur(30px);
  filter: blur(30px);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
}

.letter-container {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .anim-left-to-right-show {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    position: relative;
    left: 0;
    opacity: 1;
  }
  .anim-left-to-right-hide {
    position: relative;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    opacity: 0;
    left: -30px;
  }
  .path-frontpage .anim-left-to-right-hide {
    left: 0;
    opacity: 1;
  }
  .wrapper-avis {
    width: 640px;
    z-index: 300;
    background-color: #FFD600;
    padding: 30px;
    color: black;
    height: auto;
  }
  .wrapper-avis .btn-close {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 26px;
    height: 26px;
    background-image: url(../images/btn-close@2x.png);
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
  }
  .wrapper-avis .avis-intro {
    width: 100%;
  }
  .wrapper-avis .avis-intro h2 {
    font-family: "Helvetica";
    font-size: 1.875rem;
    margin: 0;
  }
  .wrapper-avis .avis-intro p {
    font-family: "SequelSans-SemiBoldBodyText", sans-serif;
    font-size: 0.875rem;
  }
  .wrapper-avis .lien {
    width: 100%;
  }
  .wrapper-avis .lien ul {
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin: 40px 0 0;
    padding: 0;
    font-family: "SequelSans-SemiBoldBodyText", sans-serif;
    font-size: 0.875rem;
    list-style: none;
  }
  .wrapper-avis .lien ul li {
    width: calc(50% - 60px);
    cursor: pointer;
  }
  .wrapper-avis .lien ul li:first-child {
    border-right: solid 1px white;
    border-bottom: none;
    padding-right: 60px;
    padding-bottom: 0;
  }
  .wrapper-avis .lien ul li:last-child {
    padding-top: 0;
    padding-left: 60px;
  }
  .wrapper-avis .lien ul li p {
    margin-top: 0;
  }
  .wrapper-avis .lien ul li a {
    color: inherit;
    text-decoration: none;
  }
  .wrapper-avis .lien ul li span,
  .wrapper-avis .lien ul li a {
    font-family: "SequelSans-BoldBodyText", sans-serif;
    display: block;
    text-align: center;
    padding: 10px 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .anchor-for-pos {
    position: relative;
    top: -180px;
  }
  #block-covid19 {
    top: 0;
    max-width: none;
    top: 0;
    font-size: 1em;
    width: 100vw;
    margin: 0 auto;
    overflow: hidden;
  }
  #block-covid19 .field--name-body {
    overflow: hidden;
    padding: 0 20px;
    max-width: none;
    margin: 0 auto;
    background-color: #FFD600;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  #block-covid19 .field--name-body strong {
    font-family: "SequelSans-BoldBodyText";
    font-weight: normal;
  }
  #block-covid19 .field--name-body p {
    margin: 10px;
  }
  #block-covid19 .field--name-body a {
    display: inline;
    min-width: 40px;
    margin: 0 auto;
    color: white;
    font-family: "Helvetica";
    font-weight: 700;
    font-size: 1em;
  }
  #block-covid19 .close-btn {
    top: 7px;
    width: 30px;
    height: 30px;
    background-size: 15px;
  }
  #block-boutonparlonsnous {
    display: block;
  }
  #block-dropdownlanguage {
    display: block;
    color: white;
    position: fixed;
    top: 217px;
    right: 0;
    z-index: 1000;
    opacity: 1;
    padding: 0 17px 0 10px;
  }
  #block-dropdownlanguage ul li {
    border-bottom: solid 1px white;
  }
  #block-dropdownlanguage.white, #block-dropdownlanguage.pink {
    color: black;
  }
  #block-dropdownlanguage.white fieldset ul li, #block-dropdownlanguage.pink fieldset ul li {
    border-color: black;
  }
  #block-dropdownlanguage.black {
    color: white;
  }
  #block-dropdownlanguage.black fieldset ul li {
    border-color: white;
  }
  body.user-logged-in #block-dropdownlanguage {
    top: 233px;
  }
}
@media only screen and (min-width: 1800px) {
  #block-dropdownlanguage {
    padding: 0 14px 0 10px;
  }
}
@media only screen and (min-width: 2500px) {
  #block-dropdownlanguage {
    padding: 0 5px 0 10px;
  }
}