@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" /> */
#block-camdenintro h1,
#block-camdenintro h2,
#block-camdenintro div.titre-h1 {
  font-family: "SequelSans-BoldDisplay", sans-serif;
  font-weight: normal;
  font-size: 2.5rem;
  color: #f5f5f5;
  letter-spacing: 0.03em;
  margin: 0 0 40px 0;
  line-height: 2.875rem;
}

#block-camdenintro h3 {
  font-family: "Helvetica";
  font-weight: 700;
  font-size: 1.875rem;
  color: #FFD600;
  margin: 0;
}

#block-camdenintro .col-gauche {
  display: none;
}

#block-camdenintro .col-gauche .letter {
  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: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  width: 100%;
}

#block-camdenintro {
  -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;
}

#block-camdenintro .hours .bureau .wrapper-fl .ligne, #block-camdenintro .menu-succ .wrapper-bureau a .wrapper-fl .ligne, #block-camdenintro #block-bureauxfront .field--name-field-bureaux .field__item .paragraph--type--image-textarea-link .field--type-link .wrapper-fl .ligne {
  background-image: url(../images/pixel-ligne-blanc.png);
  background-repeat: repeat-x;
  background-position: left center;
  height: 7px;
  background-size: auto 1px;
  display: block;
  float: left;
  width: 35px;
}

#block-camdenintro .hours .bureau .wrapper-fl .pointe, #block-camdenintro .menu-succ .wrapper-bureau a .wrapper-fl .pointe, #block-camdenintro #block-bureauxfront .field--name-field-bureaux .field__item .paragraph--type--image-textarea-link .field--type-link .wrapper-fl .pointe {
  background-image: url(../images/pointe-blanche.png);
  background-repeat: no-repeat;
  background-position: left 0;
  background-size: auto 7px;
  display: block;
  float: left;
  width: 7px;
  height: 8px;
}

#block-camdenintro .hours .bureau:hover .wrapper-fl .ligne, #block-camdenintro .menu-succ .wrapper-bureau a:hover .wrapper-fl .ligne, #block-camdenintro #block-bureauxfront .field--name-field-bureaux .field__item .paragraph--type--image-textarea-link .field--type-link:hover .wrapper-fl .ligne, #block-camdenintro #block-bureauxfront .field--name-field-bureaux .field__item .paragraph--type--image-textarea-link .field--type-link:active .wrapper-fl .ligne, body.black #block-camdenintro .menu-succ .wrapper-bureau a:hover .wrapper-fl .ligne {
  background-image: url(../images/pixel-ligne-rose.png);
  width: 105px;
  -webkit-animation: fl-right 0.15s ease-in-out;
  -moz-animation: fl-right 0.15s ease-in-out;
  -ms-animation: fl-right 0.15s ease-in-out;
  -o-animation: fl-right 0.15s ease-in-out;
  animation: fl-right 0.15s ease-in-out;
}

#block-camdenintro .hours .bureau:hover .wrapper-fl .pointe, #block-camdenintro .menu-succ .wrapper-bureau a:hover .wrapper-fl .pointe, #block-camdenintro #block-bureauxfront .field--name-field-bureaux .field__item .paragraph--type--image-textarea-link .field--type-link:hover .wrapper-fl .pointe, #block-camdenintro #block-bureauxfront .field--name-field-bureaux .field__item .paragraph--type--image-textarea-link .field--type-link:active .wrapper-fl .pointe, body.black #block-camdenintro .menu-succ .wrapper-bureau a:hover .wrapper-fl .pointe {
  background-image: url(../images/pointe-rose.png);
}

@media only screen and (min-width: 768px) {
  #block-camdenintro .col-gauche {
    position: relative;
    width: 220px;
    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: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
}
@media only screen and (min-width: 1024px) {
  #block-camdenintro h1,
  #block-camdenintro h2,
  #block-camdenintro div.titre-h1 {
    font-size: 4rem;
    margin: 0 0 50px 0;
    line-height: 4.625rem;
  }
  #block-camdenintro .col-gauche {
    width: 300px;
  }
}
@media only screen and (min-width: 1200px) {
  #block-camdenintro h1,
  #block-camdenintro h2,
  #block-camdenintro div.titre-h1 {
    font-size: 4.375rem;
    margin: 0 0 50px 0;
    line-height: 4.8755rem;
  }
  #block-camdenintro .col-gauche {
    width: 440px;
  }
}
@media only screen and (min-width: 1440px) {
  #block-camdenintro h1,
  #block-camdenintro h2,
  #block-camdenintro div.titre-h1 {
    font-size: 5rem;
    margin: 0 0 50px 0;
    line-height: 5.625rem;
  }
}
body.white #block-camdenintro .img-for-black-back {
  display: none;
}
body.white #block-camdenintro .img-for-white-back {
  display: inline;
}

body.black #block-camdenintro h1,
body.black #block-camdenintro h2,
body.black #block-camdenintro p {
  color: white;
}
body.black #block-camdenintro h1.rose,
body.black #block-camdenintro h2.rose,
body.black #block-camdenintro p.rose {
  color: #FFD600;
}
body.black #block-camdenintro .img-for-black-back {
  display: inline;
}
body.black #block-camdenintro .img-for-white-back {
  display: none;
}
body.black #block-camdenintro .menu-succ .wrapper-bureau a .wrapper-fl .ligne {
  background-image: url(../images/pixel-ligne-blanc.png);
}
body.black #block-camdenintro .menu-succ .wrapper-bureau a .wrapper-fl .pointe {
  background-image: url(../images/pointe-blanche.png);
}
body.black #block-camdenintro .menu-succ .wrapper-bureau a:hover {
  color: #FFD600;
}
body.black #block-camdenintro .hours .bureau .city,
body.black #block-camdenintro .hours .bureau .texte {
  color: white;
}
body.black #block-camdenintro .hours .bureau .wrapper-fl .ligne {
  background-image: url(../images/pixel-ligne-blanc.png);
}
body.black #block-camdenintro .hours .bureau .wrapper-fl .pointe {
  background-image: url(../images/pointe-blanche.png);
}

body.black #block-camdenintro .bloc {
  max-width: 595px;
}
body.black #block-camdenintro .bloc.bloc-1 p span, body.black #block-camdenintro .bloc.bloc-2 p span {
  background-color: transparent;
  color: #FFD600;
  padding: 0;
}

#block-camdenintro {
  position: relative;
  width: calc(100% - 40px);
  margin: 0;
  padding: 50px 20px 0 20px;
  font-size: 1.75rem;
}
#block-camdenintro .mask {
  width: 100%;
  background-image: url(../images/degrade-mask.png);
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#block-camdenintro .wrapper-camden-intro {
  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;
}
#block-camdenintro .col-gauche .letter {
  width: 100%;
}
#block-camdenintro .col-gauche .letter .svg svg {
  width: auto;
  height: 230px;
  margin-top: 425px;
}
#block-camdenintro .col-droite {
  width: 100%;
}
#block-camdenintro .col-droite h1 {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 160%;
  margin-bottom: 15px;
}
#block-camdenintro h1,
#block-camdenintro h2,
#block-camdenintro div.titre-h1 {
  color: black;
  margin-bottom: 25px;
}
#block-camdenintro .wrapper-titre-h1-nombre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-top: 45px;
  max-width: 500px;
  width: 100%;
}
#block-camdenintro .wrapper-titre-h1-nombre div.titre-h1 {
  margin-top: 20px;
}
#block-camdenintro .wrapper-titre-h1-nombre .nombre {
  font-family: "Helvetica";
  color: #FFD600;
  font-size: 7rem;
  line-height: 30%;
  font-weight: 600;
  margin-bottom: 40px;
  transform: scale(1, 1.2);
  -webkit-transform: scale(1, 1.2);
  /* Safari and Chrome */
  -moz-transform: scale(1, 1.2);
  /* Firefox */
  -ms-transform: scale(1, 1.2);
  /* IE 9+ */
  -o-transform: scale(1, 1.2);
  /* Opera */
}
#block-camdenintro h3 strong {
  font-weight: 700;
}
#block-camdenintro .rose {
  font-family: "Helvetica";
  font-weight: 700;
  font-size: 1.875rem;
  color: #FFD600;
  margin: 0;
}
#block-camdenintro .rose strong {
  font-weight: 700;
}
#block-camdenintro .wrapper-blocs {
  max-width: 760px;
}
#block-camdenintro .bloc {
  max-width: 595px;
}
#block-camdenintro .bloc.bloc-1 p.images {
  display: flex;
  flex-direction: column;
}
#block-camdenintro .bloc.bloc-1 p.images img.img-desktop {
  display: none;
}
#block-camdenintro .bloc.bloc-1 p.images img.talent.img-mobile {
  width: 300px;
  height: auto;
  align-self: center;
}
#block-camdenintro .bloc.bloc-1 p.images img.swift.img-mobile {
  width: 300px;
  height: auto;
  margin-top: 50px;
  margin-bottom: 35px;
  align-self: center;
}
#block-camdenintro .bloc.bloc-1 p span, #block-camdenintro .bloc.bloc-2 p span {
  background-color: #FFD600;
  color: black;
  padding: 3px;
}
#block-camdenintro .bloc.bloc-2, #block-camdenintro .bloc.bloc-3 {
  margin-left: 0px;
  max-width: 595px;
  width: 100%;
}
#block-camdenintro .bloc.bloc-2.show, #block-camdenintro .bloc.bloc-3.show {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
#block-camdenintro .bloc.bloc-3 {
  max-width: 495px;
}
#block-camdenintro p {
  font-family: "SequelSans-SemiBoldBodyText", sans-serif;
  font-size: 1rem;
  line-height: 120%;
  margin-top: 0;
}
#block-camdenintro #block-bureauxfront {
  padding: 0 0 50px 0;
  max-width: 595px;
}
#block-camdenintro #block-bureauxfront .field--name-field-bureaux .field__item .paragraph--type--image-textarea-link {
  background-size: 110%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 200px;
  margin: 0 0 22px 0;
  padding: 0 0 12px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: background-size 0.5s ease-in-out;
  -moz-transition: background-size 0.5s ease-in-out;
  -ms-transition: background-size 0.5s ease-in-out;
  -o-transition: background-size 0.5s ease-in-out;
  transition: background-size 0.5s ease-in-out;
}
#block-camdenintro #block-bureauxfront .field--name-field-bureaux .field__item .paragraph--type--image-textarea-link:hover {
  background-size: 120%;
}
#block-camdenintro #block-bureauxfront .field--name-field-bureaux .field__item .paragraph--type--image-textarea-link .field--name-field-texte {
  padding: 0 0 0 20px;
}
#block-camdenintro #block-bureauxfront .field--name-field-bureaux .field__item .paragraph--type--image-textarea-link .field--name-field-texte p {
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
  font-family: "Helvetica";
  margin: 0 0 10px 0;
}
#block-camdenintro #block-bureauxfront .field--name-field-bureaux .field__item .paragraph--type--image-textarea-link .field--type-link {
  padding: 0 0 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#block-camdenintro #block-bureauxfront .field--name-field-bureaux .field__item .paragraph--type--image-textarea-link .field--type-link a {
  display: block;
  margin-right: 20px;
  line-height: 100%;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  font-family: "SequelSans-BlackBodyText";
  position: relative;
}
#block-camdenintro #block-bureauxfront .field--name-field-bureaux .field__item .paragraph--type--image-textarea-link .field--type-link a:hover, #block-camdenintro #block-bureauxfront .field--name-field-bureaux .field__item .paragraph--type--image-textarea-link .field--type-link a:active {
  color: #FFD600;
}
#block-camdenintro #block-bureauxfront .field--name-field-bureaux .field__item .paragraph--type--image-textarea-link .field--type-link .wrapper-fl {
  overflow: hidden;
  width: 60%;
}
#block-camdenintro .menu-succ {
  margin-top: 10px;
}
#block-camdenintro .menu-succ .wrapper-bureau {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#block-camdenintro .menu-succ .wrapper-bureau a {
  width: calc(50% - 40px);
  color: #000;
  text-decoration: none;
  margin: 0px 0px 20px 0;
}
#block-camdenintro .menu-succ .wrapper-bureau a p {
  font-family: "Helvetica";
  font-size: 1rem;
  margin-top: 5px;
}
#block-camdenintro .menu-succ .wrapper-bureau a span {
  font-family: "SequelSans-BlackBodyText", sans-serif;
  font-size: 1.25rem;
}
#block-camdenintro .menu-succ .wrapper-bureau a .wrapper-fl {
  overflow: hidden;
  width: 100%;
}
#block-camdenintro .menu-succ .wrapper-bureau a .wrapper-fl .ligne {
  background-image: url(../images/pixel-ligne-noir.png);
}
#block-camdenintro .menu-succ .wrapper-bureau a .wrapper-fl .pointe {
  background-image: url(../images/pointe-noir.png);
}
#block-camdenintro .menu-succ .wrapper-bureau a:hover {
  color: #FFD600;
}
#block-camdenintro .hours {
  max-width: 375px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 0px 0;
}
#block-camdenintro .hours .bureau {
  width: calc(50% - 25px);
  margin-bottom: 50px;
}
#block-camdenintro .hours .bureau a {
  text-decoration: none;
  color: #000;
  border: 0;
}
#block-camdenintro .hours .bureau a:hover {
  color: #FFD600;
}
#block-camdenintro .hours .bureau .city {
  font-family: "SequelSans-BlackBodyText";
  font-size: 1rem;
  margin-top: 13px;
}
#block-camdenintro .hours .bureau .texte {
  font-family: "Helvetica";
  font-size: 0.9rem;
  line-height: 140%;
  margin-top: 13px;
}
#block-camdenintro .hours .bureau .wrapper-fl {
  overflow: hidden;
  width: 100%;
  margin-top: 15px;
}
#block-camdenintro .hours .bureau .wrapper-fl .ligne {
  background-image: url(../images/pixel-ligne-noir.png);
}
#block-camdenintro .hours .bureau .wrapper-fl .pointe {
  background-image: url(../images/pointe-noir.png);
}
@media only screen and (min-width: 768px) {
  #block-camdenintro {
    width: 100%;
    padding: 70px 0 0 0;
  }
  #block-camdenintro .col-droite {
    width: calc(100% - 240px);
    padding-right: 20px;
  }
  #block-camdenintro .wrapper-titre-h1-nombre {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin-top: 45px;
  }
  #block-camdenintro .wrapper-titre-h1-nombre div.titre-h1 {
    margin-top: 0;
  }
  #block-camdenintro .wrapper-titre-h1-nombre .nombre {
    margin-bottom: 104px;
    font-size: 9rem;
  }
  #block-camdenintro .hours {
    margin: 0 0 70px 0;
  }
  #block-camdenintro .hours .bureau .city {
    margin-top: 17px;
  }
  #block-camdenintro #block-bureauxfront {
    width: calc(100% - 240px);
    margin-left: 220px;
  }
}
@media only screen and (min-width: 1024px) {
  #block-camdenintro {
    font-size: 1.875rem;
  }
  #block-camdenintro .col-droite {
    width: calc(100% - 320px);
    padding-right: 20px;
  }
  #block-camdenintro .col-droite h1 {
    max-width: 800px;
  }
  #block-camdenintro .wrapper-blocs {
    margin: 0 0 20px 0;
  }
  #block-camdenintro .wrapper-titre-h1-nombre {
    max-width: 730px;
  }
  #block-camdenintro .wrapper-titre-h1-nombre .nombre {
    margin-bottom: 131px;
    font-size: 12rem;
  }
  #block-camdenintro .menu-succ {
    margin-top: 70px;
  }
  #block-camdenintro .menu-succ .wrapper-bureau a {
    width: 25%;
  }
  #block-camdenintro .hours {
    max-width: 730px;
  }
  #block-camdenintro .hours .bureau {
    width: calc(25% - 20px);
    margin-bottom: 0;
  }
  #block-camdenintro .hours .bureau .texte {
    font-size: 1rem;
  }
  #block-camdenintro .bloc {
    max-width: 760px !important;
  }
  #block-camdenintro .bloc.bloc-1 p.images img.img-desktop {
    display: block;
  }
  body.white #block-camdenintro .bloc.bloc-1 p.images img.img-desktop.img-for-black-back {
    display: none;
  }
  body.black #block-camdenintro .bloc.bloc-1 p.images img.img-desktop.img-for-white-back {
    display: none;
  }
  #block-camdenintro .bloc.bloc-1 p.images img.img-mobile {
    display: none;
  }
  #block-camdenintro .bloc.bloc-1 p.images img.talent.img-desktop {
    width: calc(100% - 100px);
    height: auto;
  }
  #block-camdenintro .bloc.bloc-1 p.images img.swift.img-desktop {
    width: calc(100% - 100px);
    height: auto;
    margin-top: 50px;
    margin-bottom: 35px;
  }
  #block-camdenintro #block-bureauxfront {
    width: calc(100% - 320px);
    margin-left: 300px;
    max-width: 760px;
  }
  #block-camdenintro #block-bureauxfront .field--name-field-bureaux {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  #block-camdenintro #block-bureauxfront .field--name-field-bureaux > .field__item {
    width: calc(50% - 20px);
    margin: 0 0 20px 0;
  }
}
@media only screen and (min-width: 1200px) {
  #block-camdenintro {
    font-size: 1.875rem;
    padding-bottom: 50px;
  }
  #block-camdenintro .col-droite {
    width: calc(100% - 460px);
    padding-right: 20px;
  }
  #block-camdenintro .col-droite .wrapper-blocs {
    margin: 0 0 30px 0;
  }
  #block-camdenintro .wrapper-titre-h1-nombre {
    margin-top: 45px;
  }
  #block-camdenintro .wrapper-titre-h1-nombre .titre-h1 {
    font-size: 4.375rem;
    line-height: 4.875rem;
  }
  #block-camdenintro .wrapper-titre-h1-nombre .nombre {
    font-size: 12.3rem;
  }
  #block-camdenintro .hours {
    margin: 0 0 110px 0;
  }
  #block-camdenintro #block-bureauxfront {
    width: calc(100% - 460px);
    margin-left: 440px;
  }
  #block-camdenintro .bloc {
    max-width: 650px;
  }
}
@media only screen and (min-width: 1440px) {
  #block-camdenintro .wrapper-titre-h1-nombre {
    max-width: 860px;
  }
  #block-camdenintro .wrapper-titre-h1-nombre .nombre {
    font-size: 14rem;
    margin-bottom: 143px;
  }
  #block-camdenintro .bloc {
    max-width: 760px;
  }
  #block-camdenintro .bloc.bloc-2 {
    max-width: 760px;
  }
  #block-camdenintro .bloc.bloc-3 {
    max-width: 660px;
  }
}