/*------------------------
1. Base
------------------------*/
/* RESET CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

/* BASE */
@-moz-keyframes fadein { /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein { /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-delay-1 {
  opacity: 1;
  -moz-animation: fadein 500ms linear; /* Firefox */
  -webkit-animation: fadein 500ms linear; /* Safari and Chrome */
  -o-animation: fadein 500ms linear; /* Opera */
  animation: fadein 500ms linear;
}

body {
  font-family: sans-serif;
  margin: 0;
}

img {
  border: 0;
}

ul {
  padding-left: 0;
  list-style-type: none;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:active, a:focus {
  color: inherit;
  outline: none;
}

input, select {
  font-family: inherit;
  font-size: inherit;
  padding: 0;
  width: 100%;
  outline: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: inherit;
}

::-moz-placeholder { /* Firefox 19+ */
  color: inherit;
}

:-ms-input-placeholder { /* IE 10+ */
  color: inherit;
}

:-moz-placeholder { /* Firefox 18- */
  color: inherit;
}

#navigation {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
  transition: opacity 0.3s;
}

#projets, #formcontact {
  background-color: #f7f7f7;
  padding: 40px 0;
}

.newsContainer, .contactContainer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
}

.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

/* SLICK */
.slick-slider {
  margin-bottom: 0;
}

.slick-prev, .slick-next {
  top: 48%;
  top: -webkit-calc(50% - 15px);
  top: -moz-calc(50% - 15px);
  top: calc(50% - 15px);
}

.slick-prev, .slick-prev:hover, .slick-prev:focus {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23333333'%2F%3E%3C%2Fsvg%3E") 0;
  width: 27px;
  height: 44px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  left: -50px;
  z-index: 99;
}

.slick-next, .slick-next:hover, .slick-next:focus {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23333333'%2F%3E%3C%2Fsvg%3E") 0;
  width: 27px;
  height: 44px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  right: -50px;
  z-index: 99;
}

.slick-next:before, .slick-prev:before {
  content: "";
}

/* MENU */
.menu {
  margin: 0 auto;
  /* Correction pour le bug d'overlap lors d'un scroll rapide et que le menu est en position fixed */
  /*overflow-x: hidden;*/
  /*overflow-y:auto;*/
  /*-webkit-transform: translate3d(0,0,0);*/
  /*-webkit-overflow-scrolling: touch;*/
}

.menuDesktop {
  text-align: center;
}

.menuList ul {
  margin-top: 50px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: center;
  text-align: center;
}

.menuList ul a {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  font-family: roboto;
  border-right: 1px solid #ddd;
  padding: 0 40px;
  display: inline-block;
}

.menuList ul a:last-child {
  border-right: 0px solid;
}

/* MENU MOBILE */
.menuMobile {
  display: none;
}

#logo {
  padding-top: 80px;
}

#logo img {
  width: 400px;
  max-width: 100%;
}

#mobile-logo {
  width: 163px;
  margin: 0 auto;
}

#mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #f2f2f2;
  z-index: 1;
  text-align: center;
  /* Correction pour le bug d'overlap lors d'un scroll rapide et que le menu est en position fixed */
  /*overflow-x: hidden;*/
  /*overflow-y:auto;*/
  /*-webkit-transform: translate3d(0,0,0);*/
  /*-webkit-overflow-scrolling: touch;*/
}

#mobile-menu-content {
  display: none;
  position: fixed;
  top: 76px;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  overflow: auto;
  background-color: white;
}

#mobile-search {
  position: absolute;
  top: 2px;
  right: 15px;
}

#mobile-search-close {
  display: none;
}

#nav {
  margin-top: 20px;
}

#nav > li > a {
  display: block;
  padding: 10px 18px;
}

#nav li ul {
  display: none;
  padding: 0 17px;
}

#nav li ul li {
  padding: 5px;
}

/* SEARCH */
#searchBar {
  display: none;
  margin-top: 74px;
}

#searchBar .searchBarInput {
  max-width: 300px;
  margin: 0 auto 30px;
  position: relative;
}

#searchBar .searchBarInput::placeholder, #searchBar .searchBarInput::-webkit-input-placeholder, #searchBar .searchBarInput::-moz-placeholder, #searchBar .searchBarInput:-ms-input-placeholder, #searchBar .searchBarInput::-moz-placeholder {
  color: #7e7e7e;
}

.searchModels {
  width: 100vh;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  text-align: center;
  line-height: 32px;
  outline: none;
}

#navigation {
  max-width: 100%;
  padding: 0;
  overflow: hidden;
}

.container {
  width: calc(100% - 160px);
  margin: 0 auto;
}

.midcontainer {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

html {
  width: 100vw;
  overflow-x: hidden;
}
html.no-overlay {
  overflow: hidden;
}

body {
  font-family: "Barlow", sans-serif;
}
body.no-overlay {
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .container {
    width: calc(100% - 80px);
  }
  .midcontainer {
    max-width: 100%;
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: calc(100% - 40px);
  }
}
.cookie-validator {
  font-family: "Barlow", sans-serif !important;
  z-index: 1000;
  position: fixed;
  right: 0 !important;
  left: initial !important;
  background: rgba(0, 0, 0, 0.9);
  color: #f2f2f2;
  font-size: 14px !important;
  line-height: 18px !important;
  height: auto !important;
  min-width: 250px;
  max-width: 350px;
  width: 100%;
}
.cookie-validator .cookie-text {
  padding: 40px 20px;
  text-align: justify;
}
.cookie-validator .cookie-confirmation {
  border: none;
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 18px;
}

/*------------------------
2. Style
------------------------*/
.whiteheader .menu {
  background: #fff;
  color: #000;
  position: fixed;
  z-index: 990;
  width: 100vw;
  margin: 0;
}
.whiteheader .menu .menuDesktop .logo {
  opacity: 1;
}
.whiteheader .menu .menuDesktop .first ul li a {
  color: #000 !important;
}
.whiteheader .menu .menuDesktop .other {
  opacity: 1;
}

.menu {
  padding: 18px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
}
.menu .menuDesktop {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  align-items: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
}
.menu .menuDesktop .logo {
  opacity: 0;
}
.menu .menuDesktop .logo img {
  width: 110px;
  height: auto;
}
.menu .menuDesktop .first ul {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.menu .menuDesktop .first ul li {
  padding: 5px 18px;
  position: relative;
}
.menu .menuDesktop .first ul li:hover:after {
  transform: scale3d(1, 1, 1);
  background: #ccc;
}
.menu .menuDesktop .first ul li:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  opacity: 0.3;
  transform: scale3d(0, 1, 1);
  transform-origin: 0% 50%;
  transition: transform 0.5s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.menu .menuDesktop .first ul li a {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  z-index: 5;
}
/*.menu .menuDesktop .first ul li.emotions .submenu, .menu .menuDesktop .first ul li.opere_figurative .submenu, .menu .menuDesktop .first ul li.mostre .submenu {
  width: 100vw;
  position: absolute;
  top: 30px;
  left: 0%;
  opacity: 0;
  transition: opacity 0.5s;
}
.menu .menuDesktop .first ul li.emotions .submenu.active, .menu .menuDesktop .first ul li.opere_figurative .submenu.active, .menu .menuDesktop .first ul li.mostre .submenu.active {
  opacity: 1;
}*/

.submenu {
  width: 100vw;
  position: absolute;
  top: 30px;
  left: 0%;
  opacity: 0;
  transition: opacity 0.5s;
}
.submenu.active {
  opacity: 1;
}

.menu .menuDesktop .first ul li.menuSelected:after {
  transform: scale3d(1, 1, 1);
  background: #ccc;
}
.menu .menuDesktop .other {
  opacity: 0;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}
.menu .menuDesktop .other .search div, .menu .menuDesktop .other .favorite a {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  margin-left: 20px;
  cursor: pointer;
}
.menu .menuDesktop .other .search div.inactive, .menu .menuDesktop .other .favorite a.inactive {
  display: none;
}
.menu .menuDesktop .other i {
  font-size: 24px;
  margin-right: 10px;
}
.menu .menuMobile, .menu .panelmobile {
  display: none;
}

.searchbar {
  background: #fff;
  position: fixed;
  top: 90px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  height: 0px;
  text-align: center;
  overflow: hidden;
  transition: 0.5s;
}
.searchbar .searchModels {
  width: 50%;
  padding: 10px;
  font-size: 22px;
}
.searchbar.active {
  height: 80px;
}

@media screen and (max-width: 1150px) {
  .whiteheader .menu .menuMobile h1 {
    opacity: 1;
  }
  .menu {
    padding: 5px 0;
  }
  .menu .menuDesktop {
    display: none;
  }
  .menu .menuMobile {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    position: relative;
    z-index: 999;
  }
  .menu .menuMobile h1 {
    opacity: 0;
  }
  .menu .menuMobile h1 a {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    height: 100%;
  }
  .menu .menuMobile h1 a img {
    width: 70px;
  }
  .menu .panelmobile {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    position: fixed;
    top: -200vh;
    height: 100vh;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 980;
    transition: 0.5s;
    color: #000;
  }
  .menu .panelmobile ul {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
  }
  .menu .panelmobile ul li {
    padding: 8px 20px;
    position: relative;
    text-align: center;
  }
  .menu .panelmobile ul li a {
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    z-index: 5;
  }
  .menu .panelmobile ul li a:hover {
    font-weight: bold;
  }
  .menu .panelmobile ul li .submenu {
    transition: 0.5s;
    height: 0;
    overflow: hidden;
  }
  .menu .panelmobile ul li .submenu.active {
    height: auto;
  }
  .menu .panelmobile ul li .submenu.active li:first-child {
    padding-top: 15px;
  }
  .menu .panelmobile ul li.menuSelected a {
    font-weight: bold;
  }
  .menu .panelmobile ul li .favorite {
    margin-top: 50px;
  }
  .menu .panelmobile ul.submenu li a {
    font-size: 16px;
  }
  .menu .panelmobile.active {
    top: 0;
    padding-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .hamburger {
    padding-right: 0 !important;
  }
}
.homeheader {
  width: 100%;
  height: 95vh;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.homeheader .picturehome {
  display: none;
}
.homeheader .homelogo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
  text-align: center;
}
.homeheader .homelogo h1 img {
  max-width: 300px;
}
.homeheader .homelogo span {
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 3px;
  margin-top: 15px;
  text-align: center;
}
.homeheader .separate {
  position: absolute;
  bottom: -55px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 110px;
  background: rgb(199, 199, 199);
  width: 2px;
}
.homeheader .contourpicture {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
}
.homeheader .background {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.introduction, .clients {
  padding: 180px 40px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.introduction .about, .clients .about {
  width: 45%;
}
.introduction .about h3, .clients .about h3 {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  line-height: 36px;
  font-size: 30px;
  color: #000;
  margin-bottom: 20px;
  position: relative;
}
.introduction .about h3:after, .clients .about h3:after {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  z-index: -1;
  height: 20px;
  width: 80px;
  background: rgba(232, 230, 230, 0.6);
}
.introduction .about p, .clients .about p {
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 300;
  color: #636363;
  max-width: 80%;
}
.introduction .pictures, .clients .pictures {
  position: relative;
  width: 55%;
  text-align: right;
}
.introduction .pictures .first, .clients .pictures .first {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 5;
}
.introduction .listslogos, .clients .listslogos {
  width: 50%;
  min-height: 250px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  align-content: space-between;
  -ms-flex-line-pack: distribute;
  -webkit-align-content: space-around;
}
.introduction .listslogos img, .clients .listslogos img {
  height: auto;
}

.clients {
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  padding: 180px 40px;
}
.clients .about h3 {
  font-size: 39px;
}
.clients .listslogos {
  align-items: center;
}
.clients .listslogos img {
  height: auto;
  width: calc(20% - 20px);
  margin: 10px;
}

.sections {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
}
.sections .onesection {
  width: 32%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.sections .onesection .legend {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  width: 80%;
  margin: 0 auto;
  z-index: 5;
  text-align: center;
  transition: 0.5s;
}
.sections .onesection .legend h3 {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 42px;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
}
.sections .onesection .legend span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}
.sections .onesection:after {
  content: "";
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  position: absolute;
  display: block;
  opacity: 1;
}
.sections .onesection:hover {
  -webkit-filter: grayscale(100%); /* Pour les navigateurs Chrome, Safari, Opera */
  filter: grayscale(100%);
}
.sections .onesection .sectionimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services {
  background: url("../images/home_4.jpg");
  background-size: cover;
  background-position: center;
  height: 1260px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  position: relative;
}
.services .ourservices {
  width: 45%;
  position: relative;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  max-width: 420px;
  margin-right: 25%;
}
.services .ourservices h3 {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  line-height: 36px;
  font-size: 39px;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  z-index: 5;
}
.services .ourservices p {
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 300;
  color: #fff;
  position: relative;
  z-index: 5;
}
.services .separate {
  position: absolute;
  top: -110px;
  right: 36.5%;
  margin: 0 auto;
  height: 145px;
  background: rgb(199, 199, 199);
  width: 2px;
}

@media screen and (max-width: 1150px) {
  .introduction {
    padding: 80px 0px;
  }
}
@media screen and (max-width: 1024px) {
  .homeclient .clients {
    padding: 80px 40px;
  }
  .services .separate {
    top: -80px;
    right: 26%;
  }
}
@media screen and (max-width: 900px) {
  .sections {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .sections .onesection {
    width: calc(50% - 10px);
    margin: 5px;
  }
  .homeclient .clients {
    padding: 80px 0px;
    width: 100%;
    margin: 0;
    flex-direction: column;
  }
  .homeclient .clients .about, .homeclient .clients .listslogos {
    width: 100%;
    justify-content: center;
    height: auto;
    min-height: auto;
  }
  .homeclient .clients .about img, .homeclient .clients .listslogos img {
    margin: 30px 15px 0 15px;
  }
  .services {
    height: 500px;
  }
  .services .separate {
    top: -50px;
    right: 27%;
    height: 100px;
  }
  .services .ourservices {
    width: 65%;
  }
}
@media screen and (max-width: 600px) {
  .homeheader {
    width: 100%;
    height: 95vh;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .homeheader .picturehome {
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: block;
  }
  .homeheader .homelogo {
    margin: 0 50px;
  }
  .homeheader .homelogo img {
    width: 100%;
    max-width: 300px;
  }
  .sections .onesection {
    width: 100%;
    margin: 5px;
  }
  .services .ourservices {
    width: 100%;
    margin-right: 0;
    height: calc(100% - 40px);
  }
}
.pagelist {
  margin-top: 120px;
  position: relative;
  padding-top: 10px;
}
.pagelist .filter {
  position: fixed;
  background: #fff;
  top: 110px;
  z-index: 980;
  left: 0;
  right: 0;
  width: calc(100% - 130px);
  margin: 0 auto;
}
.pagelist .filter .option {
  text-align: right;
  padding-right: 20px;
  position: relative;
  cursor: pointer;
}
.pagelist .filter .option:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  z-index: -1;
  height: 15px;
  width: 65px;
  background: rgba(232, 230, 230, 0.6);
}
.pagelist .filter .option span {
  padding-right: 5px;
}
.pagelist .filter .option .inactive {
  display: none;
}
.pagelist .filter .paneloption {
  height: 0px;
  overflow: hidden;
  transition: 0.5s;
  max-width: 50%;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.pagelist .filter .paneloption .onefilter {
  width: calc(50% - 15px);
  margin-bottom: 30px;
}
.pagelist .filter .paneloption .onefilter .legend {
  font-family: "Barlow", sans-serif;
  font-size: 13px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pagelist .filter .paneloption .onefilter .legend .chooseUnit {
  display: flex;
}
.pagelist .filter .paneloption .onefilter .legend .chooseUnit li {
  display: block;
  font-family: "Barlow", sans-serif;
  color: rgb(199, 199, 199);
  margin-left: 10px;
  cursor: pointer;
}
.pagelist .filter .paneloption .onefilter .legend .chooseUnit li.selected {
  color: #000;
}
.pagelist .filter .paneloption .onefilter .legend .chooseUnit li:hover {
  color: #000;
}
.pagelist .filter .paneloption .onefilter .result {
  margin-top: 10px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.pagelist .filter .paneloption .onefilter .result input {
  font-family: "Barlow", sans-serif;
  color: #636363;
  font-weight: 400 !important;
  padding: 1px 5px 2px 5px;
  font-size: 12px;
  width: 20%;
  margin-right: 10px;
  min-width: 50px;
  border: 1px solid rgb(199, 199, 199);
  outline: none;
}
.pagelist .filter .paneloption .onefilter .result input.submitSlider {
  border: 1px solid #000;
  background: transparent;
  font-size: 10px;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
  transition: all 0.5s;
}
.pagelist .filter .paneloption .onefilter .result input.submitSlider:hover {
  background: #000;
  color: #fff;
}
.pagelist .filter .paneloption .onefilter .selectoption {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: flex-end;
}
.pagelist .filter .paneloption .onefilter .selectoption .selectfilter {
  border: 1px solid rgb(199, 199, 199);
  padding: 5px;
  width: 100%;
}
.pagelist .filter .paneloption .onefilter .selectoption .selectfilter select {
  background: transparent;
  border: 0px solid;
  border-radius: 0px;
  color: rgb(199, 199, 199);
  font-size: 12px;
  font-family: "Barlow", sans-serif;
  padding: 4px;
}
.pagelist .filter .paneloption .onefilter .selectoption input {
  font-family: "Barlow", sans-serif;
  color: #636363;
  font-weight: 400 !important;
  padding: 1px 5px 2px 5px;
  font-size: 12px;
  width: 20%;
  margin-right: 10px;
  min-width: 50px;
  border: 1px solid rgb(199, 199, 199);
  margin-right: 0;
  margin-left: 10px;
}
.pagelist .filter .paneloption .onefilter .selectoption input.submitSlider {
  border: 1px solid #000;
  background: transparent;
  font-size: 10px;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
  transition: all 0.5s;
}
.pagelist .filter .paneloption .onefilter .selectoption input.submitSlider:hover {
  background: #000;
  color: #fff;
}
.pagelist .filter .paneloption .onefilter #heightSlider,
.pagelist .filter .paneloption .onefilter #bustSlider,
.pagelist .filter .paneloption .onefilter #waistSlider,
.pagelist .filter .paneloption .onefilter #dressSlider,
.pagelist .filter .paneloption .onefilter #followSlider,
.pagelist .filter .paneloption .onefilter #dressSliderUS,
.pagelist .filter .paneloption .onefilter #dressSliderUK {
  border: none;
  border-radius: 0px;
  background: #eee;
  height: 8px;
  margin-bottom: 10px;
}
.pagelist .filter .paneloption .onefilter .switchSize {
  position: relative;
}
.pagelist .filter .paneloption .onefilter .switchSize .sizeEU,
.pagelist .filter .paneloption .onefilter .switchSize .sizeUS,
.pagelist .filter .paneloption .onefilter .switchSize .sizeUK {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.pagelist .filter .paneloption .onefilter .switchSize .sizeUS,
.pagelist .filter .paneloption .onefilter .switchSize .sizeUK {
  display: none;
}
.pagelist .filter .paneloption .onefilter .ui-slider-range.ui-corner-all.ui-widget-header {
  background: #000;
  border: none;
}
.pagelist .filter .paneloption .onefilter span.ui-slider-handle.ui-corner-all.ui-state-default {
  background: #fff;
  border: 2px solid #000;
  border-radius: 100%;
  height: 15px;
  width: 15px;
  outline: none;
}
.pagelist .filter.active .paneloption {
  height: 255px;
}
.pagelist .listElements {
  margin: 40px 0;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  position: relative;
}
.pagelist .listElements .modelElement {
  width: calc(25% - 15px);
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
  display: none;
}
.pagelist .listElements .modelElement .tickbox {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 16px;
  color: #fff;
  z-index: 1;
}
.pagelist .listElements .modelElement .tickbox a:after {
  background-image: none;
}
.pagelist .listElements .modelElement a {
  position: relative;
  display: block;
}
.pagelist .listElements .modelElement a img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s;
}
.pagelist .listElements .modelElement a span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  z-index: 10;
  padding-bottom: 20px;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-size: 26px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}
.pagelist .listElements .modelElement a span em {
  font-size: 20px;
  display: block;
}
.pagelist .listElements .modelElement a:after {
  content: "";
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  position: absolute;
  display: block;
  opacity: 1;
}
.pagelist .listElements .modelElement:hover a img {
  -webkit-filter: grayscale(100%); /* Pour les navigateurs Chrome, Safari, Opera */
  filter: grayscale(100%);
  opacity: 0.8;
}
.pagelist .listElements .modelElement.modelToDisplay {
  display: block;
}
.pagelist .listElements .modelElement.invisible {
  display: none !important;
}
.pagelist .listElements::after {
  content: "";
  width: 49%;
}
.pagelist .noresult {
  padding-top: 120px;
  display: none;
  text-align: center;
  margin: 0 auto;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  color: #000;
  width: 100%;
}

.loading {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  background: white;
  top: 0;
  display: none;
  justify-content: center;
  align-items: center;
  padding-top: 400px;
}
.loading .lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.loading .lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #000;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.loading .lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.loading .lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.loading .lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}
.loading.active {
  display: flex;
}

@media screen and (max-width: 1150px) {
  .pagelist {
    margin-top: 50px;
  }
  .pagelist .filter {
    top: 65px;
  }
}
@media screen and (max-width: 1024px) {
  .pagelist .filter {
    width: calc(100% - 80px);
  }
  .pagelist .filter .paneloption {
    max-width: 100%;
  }
  .pagelist .listElements .modelElement {
    width: calc(33.33% - 15px);
  }
}
@media screen and (max-width: 900px) {
  .pagelist .filter {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 768px) {
  .pagelist .filter {
    width: calc(100% - 40px);
  }
  .pagelist .listElements .modelElement {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 450px) {
  .pagelist .filter .paneloption {
    width: 90%;
  }
  .pagelist .filter .paneloption .onefilter {
    width: 100%;
    margin-bottom: 10px;
  }
  .pagelist .filter.active .paneloption {
    height: 415px;
    width: 90%;
  }
  .pagelist .filter.active .paneloption .onefilter {
    width: 100%;
    margin-bottom: 10px;
  }
  .pagelist .listElements .modelElement a span {
    padding-bottom: 10px;
    font-size: 18px;
  }
}
.pagebook {
  margin-top: 120px;
  position: relative;
}
.pagebook .topbook {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
}
.pagebook .topbook .informationmodel {
  width: 33.33%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
}
.pagebook .topbook .informationmodel .contentinfo {
  max-width: 350px;
  min-width: 260px;
  width: 60%;
}
.pagebook .topbook .informationmodel .contentinfo h3 {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 40px;
}
.pagebook .topbook .informationmodel .contentinfo h3 span {
  text-align: right;
}
.pagebook .topbook .informationmodel .contentinfo .mensuration {
  margin: 20px 0;
  font-size: 14px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  align-items: flex-end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
}
.pagebook .topbook .informationmodel .contentinfo .mensuration ul li {
  line-height: 2;
  color: #636363;
  font-family: "Barlow", sans-serif;
  font-weight: 200;
}
.pagebook .topbook .informationmodel .contentinfo .mensuration .social {
  font-family: "Barlow", sans-serif;
  font-size: 26px;
  color: #000;
}
.pagebook .topbook .informationmodel .contentinfo .mensuration .social span {
  font-weight: 600;
}
.pagebook .topbook .informationmodel .contentinfo .buttons {
  width: 100%;
  margin-top: 30px;
}
.pagebook .topbook .informationmodel .contentinfo .buttons a {
  padding: 12px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  display: block;
  text-align: center;
  border: 1px solid #000;
  transition: 0.5s;
}
.pagebook .topbook .informationmodel .contentinfo .buttons a.book {
  margin-top: 15px;
  background: #000;
  color: #fff;
}
.pagebook .topbook .informationmodel .contentinfo .buttons a.download-pdf {
  margin-top: 15px;
}
.pagebook .topbook .informationmodel .contentinfo .buttons a:hover {
  background: rgba(232, 230, 230, 0.6);
  color: #000;
  border-color: rgba(232, 230, 230, 0.6);
}
.pagebook .topbook .informationmodel .contentinfo .buttons a.inactive {
  display: none;
}
.pagebook .topbook .picturesbook {
  width: 78%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  max-height: 100vh;
}
.pagebook .topbook .picturesbook .objectfit {
  overflow: hidden;
  cursor: pointer;
}
.pagebook .topbook .picturesbook .objectfit img {
  width: 100%;
  height: auto;
}
.pagebook .topbook .picturesbook .objectfit:first-child {
  margin-right: 15px;
}

.topinfluencer .onevideo {
  width: 66%;
  float: right;
}
.topinfluencer .onevideo iframe {
  width: 100%;
}
.topinfluencer .onevideo video {
  width: 100%;
}
.topinfluencer .objectfit {
  width: 33.33%;
  float: left;
}
.topinfluencer .objectfit .masoninflu {
  padding: 5px;
}
.topinfluencer .objectfit .masoninflu img {
  width: 100%;
  height: auto;
}
.topinfluencer .objectfit.informationmodel {
  width: 33.33%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  min-height: 500px;
  padding-bottom: 30px;
}
.topinfluencer .objectfit.informationmodel .contentinfo {
  max-width: 350px;
  min-width: 270px;
  width: 60%;
}
.topinfluencer .objectfit.informationmodel .contentinfo h3 {
  margin-bottom: 15px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 40px;
}
.topinfluencer .objectfit.informationmodel .contentinfo h3 span {
  float: right;
}
.topinfluencer .objectfit.informationmodel .contentinfo .mensuration {
  margin: 20px 0;
  font-size: 14px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  align-items: flex-end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
}
.topinfluencer .objectfit.informationmodel .contentinfo .mensuration ul li {
  line-height: 2;
  color: #636363;
  font-family: "Barlow", sans-serif;
  font-weight: 200;
}
.topinfluencer .objectfit.informationmodel .contentinfo .mensuration .social {
  font-family: "Barlow", sans-serif;
  font-size: 26px;
  color: #000;
}
.topinfluencer .objectfit.informationmodel .contentinfo .mensuration .social span {
  font-weight: 600;
}
.topinfluencer .objectfit.informationmodel .contentinfo .otherbook {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
}
.topinfluencer .objectfit.informationmodel .contentinfo .otherbook a {
  border: 1px solid #000;
  background: transparent;
  font-size: 10px;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  padding: 10px;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
  transition: all 0.5s;
  margin: 0px 5px;
  letter-spacing: 0.3px;
}
.topinfluencer .objectfit.informationmodel .contentinfo .otherbook a:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
.topinfluencer .objectfit.informationmodel .contentinfo .buttons {
  width: 100%;
  margin-top: 30px;
}
.topinfluencer .objectfit.informationmodel .contentinfo .buttons a {
  padding: 12px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  display: block;
  text-align: center;
  border: 1px solid #000;
  transition: 0.5s;
}
.topinfluencer .objectfit.informationmodel .contentinfo .buttons a.book {
  margin-top: 15px;
  background: #000;
  color: #fff;
}
.topinfluencer .objectfit.informationmodel .contentinfo .buttons a.download-pdf {
  margin-top: 15px;
}
.topinfluencer .objectfit.informationmodel .contentinfo .buttons a:hover {
  background: rgba(232, 230, 230, 0.6);
  color: #000;
  border-color: rgba(232, 230, 230, 0.6);
}
.topinfluencer .objectfit.informationmodel .contentinfo .buttons a.inactive {
  display: none;
}
.topinfluencer .objectfit.informationmodel .contentinfo .bio {
  margin-top: 15px;
  font-family: "Barlow", sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.5;
}
.topinfluencer .objectfit.informationmodel .contentinfo .bio span.nameStat {
  margin-top: 10px;
  display: block;
}
.topinfluencer .objectfit.informationmodel .contentinfo .bio span.nameStat strong {
  font-weight: bold;
}
.topinfluencer .objectfit.informationmodel .contentinfo .buttons {
  width: 100%;
  margin-top: 30px;
}
.topinfluencer .objectfit.informationmodel .contentinfo .buttons a {
  padding: 12px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  display: block;
  text-align: center;
  border: 1px solid #000;
  transition: 0.5s;
}
.topinfluencer .objectfit.informationmodel .contentinfo .buttons a.book {
  margin-top: 15px;
  background: #000;
  color: #fff;
}
.topinfluencer .objectfit.informationmodel .contentinfo .buttons a.download-pdf {
  margin-top: 15px;
}
.topinfluencer .objectfit.informationmodel .contentinfo .buttons a:hover {
  background: rgba(232, 230, 230, 0.6);
  color: #000;
  border-color: rgba(232, 230, 230, 0.6);
}
.topinfluencer .objectfit.informationmodel .contentinfo .buttons a.inactive {
  display: none;
}

.overlayBookForm label {
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.overlayBookForm input {
  width: calc(100% - 20px);
  padding: 10px;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  color: #000;
  border: 1px solid #c7c7c7;
  margin-bottom: 20px;
}

.test {
  display: block !important;
}
.test .bio {
  margin-top: 15px;
  font-family: "Barlow", sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.5;
}
.test .objectfit {
  width: 33.33%;
  float: left;
}
.test .objectfit img {
  margin: 10px;
  width: calc(100% - 20px);
  height: auto;
}
.test .objectfit.informationmodel {
  height: 300px;
  width: calc(33.33% - 240px);
  padding-bottom: 30px;
}

#portfolio {
  display: none;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
}
#portfolio .close {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 40px;
  z-index: 990;
  cursor: pointer;
}
#portfolio .alignportfolio {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  height: 100%;
  width: 100%;
}
#portfolio .alignportfolio .contenuportfolio {
  width: 80%;
  height: 90%;
  margin: 0 auto;
}
#portfolio .alignportfolio .contenuportfolio .bookElementPicture {
  height: 90vh;
  display: flex !important;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
}
#portfolio .alignportfolio .contenuportfolio .bookElementPicture img {
  max-height: 88vh;
  width: auto;
}

.othermodel, .randomartist {
  background: #F4F3F3;
  margin-top: 65px;
  padding: 60px 0;
}
.othermodel h3, .randomartist h3 {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
}
.othermodel .listother, .othermodel .listartist, .randomartist .listother, .randomartist .listartist {
  margin: 40px 0px 20px -10px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  position: relative;
}
.othermodel .listother .slick-slide, .othermodel .listartist .slick-slide, .randomartist .listother .slick-slide, .randomartist .listartist .slick-slide {
  margin: 10px;
}
.othermodel .listother .modelElement, .othermodel .listartist .modelElement, .randomartist .listother .modelElement, .randomartist .listartist .modelElement {
  width: calc(25% - 15px);
  overflow: hidden;
}
.othermodel .listother .modelElement a, .othermodel .listartist .modelElement a, .randomartist .listother .modelElement a, .randomartist .listartist .modelElement a {
  position: relative;
  display: block;
}
.othermodel .listother .modelElement a img, .othermodel .listartist .modelElement a img, .randomartist .listother .modelElement a img, .randomartist .listartist .modelElement a img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s;
}
.othermodel .listother .modelElement a span, .othermodel .listartist .modelElement a span, .randomartist .listother .modelElement a span, .randomartist .listartist .modelElement a span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: calc(100% - 40px);
  padding: 30px 20px;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-size: 26px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  z-index: 10;
}
.othermodel .listother .modelElement a:after, .othermodel .listartist .modelElement a:after, .randomartist .listother .modelElement a:after, .randomartist .listartist .modelElement a:after {
  content: "";
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  position: absolute;
  display: block;
  opacity: 1;
}
.othermodel .listother .modelElement:hover a img, .othermodel .listartist .modelElement:hover a img, .randomartist .listother .modelElement:hover a img, .randomartist .listartist .modelElement:hover a img {
  -webkit-filter: grayscale(100%); /* Pour les navigateurs Chrome, Safari, Opera */
  filter: grayscale(100%);
  opacity: 0.8;
}
.othermodel .listother::after, .othermodel .listartist::after, .randomartist .listother::after, .randomartist .listartist::after {
  content: "";
  width: 49%;
}
.othermodel .listothermobile, .othermodel .listotherartistmobile, .randomartist .listothermobile, .randomartist .listotherartistmobile {
  display: none;
}
.othermodel.vide, .randomartist.vide {
  display: none;
}

.randomartist {
  background: transparent;
  padding: 0px 0;
}

.overlayBookForm {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
}
.overlayBookForm form {
  width: 100%;
  margin: 70px auto 50px auto;
  padding: 0 20px;
  max-width: 980px;
  box-sizing: border-box;
}
.overlayBookForm H4 {
  font-family: "Barlow", sans-serif;
  color: #000;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
.overlayBookForm H4::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  height: 20px;
  width: 210px;
  background: rgba(232, 230, 230, 0.6);
}
.overlayBookForm .hiddenInput {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.overlayBookForm .field {
  width: calc(50% - 20px);
  text-align: left;
  margin-bottom: 10px;
}
.overlayBookForm .field.two-columns {
  width: 100%;
}
.overlayBookForm .inputfield {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.overlayBookForm input.field, .overlayBookForm textarea {
  width: calc(100% - 20px);
  padding: 10px;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  color: #000;
  border: 1px solid #c7c7c7;
  margin-bottom: 20px;
}
.overlayBookForm textarea {
  height: 170px;
  resize: none;
  outline: none;
}
.overlayBookForm label {
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.overlayBookForm .bookSubmit {
  outline: none;
  width: 100%;
  border: 1px solid #000;
  background: #000;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  transition: 0.5s;
}
.overlayBookForm #errorOutput, .overlayBookForm #applicationSent {
  font-family: "Barlow", sans-serif;
  color: #636363;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.5;
  text-align: center;
  min-height: 21px;
}
.overlayBookForm #errorOutput {
  min-height: 21px;
}
.overlayBookForm .g-recaptcha {
  margin: 20px 0 30px 0;
}
.overlayBookForm .g-recaptcha div {
  margin: 0 auto;
}
.overlayBookForm .bookSubmit:hover {
  background: #fff;
  color: #000;
}
.overlayBookForm i.fal.fa-times {
  font-size: 42px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

@media screen and (max-width: 1150px) {
  .topinfluencer.video {
    height: auto !important;
  }
  .topinfluencer .video {
    position: relative !important;
  }
  .topinfluencer .onevideo {
    width: 100%;
    float: none;
    clear: both;
  }
  .pagebook {
    margin-top: 65px;
  }
  .pagebook .topbook .informationmodel .contentinfo {
    margin-right: 20px;
  }
  .slick-prev, .slick-prev:hover, .slick-prev:focus {
    left: -25px;
  }
  .slick-next, .slick-next:hover, .slick-next:focus {
    right: -25px;
  }
  .othermodel .listother, .othermodel .listartist, .randomartist .listother, .randomartist .listartist {
    margin: 40px 0px 20px -5px;
  }
}
@media screen and (max-width: 900px) {
  .pagebook .topbook {
    margin-top: 80px;
    flex-direction: column;
  }
  .pagebook .topbook .informationmodel {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 30px;
  }
  .pagebook .topbook .informationmodel .contentinfo {
    max-width: 100%;
    width: 49%;
  }
  .pagebook .topbook .picturesbook {
    width: 100%;
    margin-top: 30px;
  }
  .topinfluencer .objectfit.informationmodel {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 500px;
    padding-bottom: 30px;
  }
  .topinfluencer .objectfit.informationmodel .contentinfo {
    max-width: 350px;
    min-width: 260px;
    width: calc(100% - 20px);
    margin-right: 20px;
  }
  .topinfluencer .objectfit {
    width: 50%;
    float: left;
  }
}
@media screen and (max-width: 800px) {
  .othermodel .listother, .othermodel .listartist, .randomartist .listother, .randomartist .listartist {
    display: none;
  }
  .othermodel .listothermobile, .othermodel .listotherartistmobile, .randomartist .listothermobile, .randomartist .listotherartistmobile {
    display: flex;
    flex-wrap: wrap;
  }
  .othermodel .listothermobile .modelElement, .othermodel .listotherartistmobile .modelElement, .randomartist .listothermobile .modelElement, .randomartist .listotherartistmobile .modelElement {
    width: calc(50% - 20px);
    margin: 10px;
    overflow: hidden;
  }
  .othermodel .listothermobile .modelElement a, .othermodel .listotherartistmobile .modelElement a, .randomartist .listothermobile .modelElement a, .randomartist .listotherartistmobile .modelElement a {
    position: relative;
    display: block;
  }
  .othermodel .listothermobile .modelElement a img, .othermodel .listotherartistmobile .modelElement a img, .randomartist .listothermobile .modelElement a img, .randomartist .listotherartistmobile .modelElement a img {
    display: block;
    width: 100%;
    height: auto;
    transition: 0.5s;
  }
  .othermodel .listothermobile .modelElement a span, .othermodel .listotherartistmobile .modelElement a span, .randomartist .listothermobile .modelElement a span, .randomartist .listotherartistmobile .modelElement a span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: calc(100% - 40px);
    padding: 30px 20px;
    text-align: center;
    font-family: "Barlow", sans-serif;
    font-size: 26px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
  }
  .othermodel .listothermobile .modelElement:hover a img, .othermodel .listotherartistmobile .modelElement:hover a img, .randomartist .listothermobile .modelElement:hover a img, .randomartist .listotherartistmobile .modelElement:hover a img {
    -webkit-filter: grayscale(100%); /* Pour les navigateurs Chrome, Safari, Opera */
    filter: grayscale(100%);
    opacity: 0.8;
  }
}
@media screen and (max-width: 600px) {
  .overlayBookForm .inputfield {
    flex-direction: column;
  }
  .overlayBookForm .field {
    width: 100%;
  }
  .overlayBookForm .g-recaptcha > div {
    height: 78px;
    position: relative;
    max-width: 100%;
  }
  .overlayBookForm .g-recaptcha > div iframe {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scale(0.7);
  }
  .topinfluencer .onevideo video {
    height: auto !important;
  }
  #portfolio .close {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 40px;
    z-index: 990;
    cursor: pointer;
  }
  #portfolio .alignportfolio .contenuportfolio .bookElementPicture img {
    max-height: 88vh;
    width: 100%;
    height: auto;
  }
  .topinfluencer .objectfit.informationmodel {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-height: auto;
    margin-bottom: 30px;
  }
  .topinfluencer .objectfit.informationmodel .contentinfo {
    max-width: 100%;
    min-width: 260px;
    width: 100%;
    margin-right: 0px;
  }
  .topinfluencer .objectfit {
    width: 100%;
    float: left;
    margin-bottom: 30px;
  }
  .topinfluencer .objectfit .masoninflu {
    padding: 0;
  }
  .pagebook .topbook .informationmodel .contentinfo {
    max-width: 100%;
    width: 100%;
  }
  .pagebook .topbook .picturesbook {
    width: 100%;
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .pagebook .topbook .picturesbook .objectfit:first-child {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .othermodel h3, .randomartist h3 {
    font-size: 28px;
  }
  .othermodel .listothermobile, .othermodel .listotherartistmobile, .randomartist .listothermobile, .randomartist .listotherartistmobile {
    margin: 0 -10px;
  }
  .othermodel .listothermobile .modelElement a span, .othermodel .listotherartistmobile .modelElement a span, .randomartist .listothermobile .modelElement a span, .randomartist .listotherartistmobile .modelElement a span {
    font-size: 18px !important;
    padding: 0 !important;
    padding-bottom: 10px !important;
    width: 100%;
  }
}
.pageabout {
  margin-top: 120px;
}
.pageabout .titlepage {
  width: 100%;
  height: 50px;
  position: relative;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
}
.pageabout .titlepage h2 {
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  display: block;
  color: #000;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 3px;
  text-align: center;
}
.pageabout .introduction {
  padding-bottom: 40px;
  max-width: 920px;
}
.pageabout .introduction .about {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
}
.pageabout .introduction .about p {
  max-width: 90%;
}
.pageabout .introreverse {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  padding-bottom: 180px;
}
.pageabout .introreverse .about {
  width: 50%;
  margin-left: 60px;
  margin-top: 80px;
}
.pageabout .introreverse .about h3 {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  line-height: 36px;
  font-size: 30px;
  color: #000;
  margin-bottom: 20px;
  position: relative;
}
.pageabout .introreverse .about h3:after {
  content: "";
  position: absolute;
  top: -80px;
  left: -8px;
  z-index: -1;
  height: 100px;
  width: 20px;
  background: rgba(232, 230, 230, 0.6);
}
.pageabout .introreverse .about p {
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 300;
  color: #636363;
  max-width: 85%;
}
.pageabout .introreverse .pictures {
  width: 50%;
}
.pageabout .introreverse .pictures img {
  width: 100%;
  height: auto;
}
.pageabout .aboutclient {
  background: url("../images/about-client-f.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  color: #fff;
}
.pageabout .aboutclient .clients .about {
  max-width: 350px;
}
.pageabout .aboutclient .clients .about h3 {
  color: #fff;
}
.pageabout .aboutclient .clients .about h3:after {
  display: none;
}
.pageabout .aboutclient .clients .about p {
  color: #fff;
}
.pageabout .aboutclient .clients .listslogos {
  max-width: 500px;
  background: rgba(255, 255, 255, 0.5);
  width: 55%;
  padding: 40px;
}
.pageabout .division {
  margin: 120px 0;
}
.pageabout .division .partone, .pageabout .division .parttwo {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  max-width: 930px;
}
.pageabout .division .partone h3, .pageabout .division .parttwo h3 {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  line-height: 36px;
  font-size: 39px;
  color: #000;
  margin-bottom: 20px;
  position: relative;
  margin-top: 50px;
  padding-left: 70px;
}
.pageabout .division .partone .text, .pageabout .division .parttwo .text {
  padding: 30px 70px;
  position: relative;
}
.pageabout .division .partone .text h5, .pageabout .division .parttwo .text h5 {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 14px;
}
.pageabout .division .partone .text p, .pageabout .division .parttwo .text p {
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 300;
  color: #636363;
  max-width: 85%;
}
.pageabout .division .partone .text.bg, .pageabout .division .parttwo .text.bg {
  background: rgba(232, 230, 230, 0.6);
  position: relative;
  z-index: 5;
  width: 92%;
}
.pageabout .division .partone .text.bg p, .pageabout .division .parttwo .text.bg p {
  max-width: 70%;
}
.pageabout .division .partone .firstdivision, .pageabout .division .partone .seconddivision, .pageabout .division .parttwo .firstdivision, .pageabout .division .parttwo .seconddivision {
  width: 50%;
}
.pageabout .division .partone .pictures, .pageabout .division .parttwo .pictures {
  width: 50%;
  position: relative;
  z-index: -1;
}
.pageabout .division .partone .pictures img, .pageabout .division .parttwo .pictures img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.pageabout .division .parttwo {
  margin-top: 50px;
  margin-bottom: -80px;
}
.pageabout .division .parttwo .seconddivision {
  position: relative;
  padding-top: 30px;
}
.pageabout .division .parttwo .separator {
  position: absolute;
  top: -80px;
  left: 7%;
  margin-left: 50px;
  z-index: 5;
  height: 120px;
  width: 1px;
  background: rgb(199, 199, 199);
}
.pageabout .division .parttwo .text p {
  max-width: 100%;
}
.pageabout .division .parttwo .pictures {
  text-align: right;
}
.pageabout .division .parttwo .pictures .superposition {
  position: relative;
  top: -130px;
  left: -32px;
}

@media screen and (max-width: 1150px) {
  .pageabout {
    margin-top: 50px;
  }
  .pageabout .introduction, .pageabout .clients {
    padding: 80px 0px;
  }
  .pageabout .clients {
    justify-content: space-around;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
  }
}
@media screen and (max-width: 1024px) {
  .introduction .about, .clients .about {
    width: 55%;
    justify-content: flex-start !important;
  }
  .introduction .pictures, .clients .pictures {
    width: 45%;
  }
  .introduction .pictures .first, .clients .pictures .first {
    top: 75%;
  }
  .pageabout .aboutclient .clients {
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
  }
  .pageabout .aboutclient .clients .about {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .pageabout .aboutclient .clients .about p {
    max-width: 100%;
  }
  .pageabout .aboutclient .clients .listslogos {
    max-width: 100%;
    width: 100%;
    min-height: auto;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
  }
  .pageabout .aboutclient .clients .listslogos img {
    margin: 30px 15px 0 15px;
  }
  .pageabout .division .partone h3, .pageabout .division .parttwo h3 {
    padding-left: 40px;
  }
  .pageabout .division .partone .text, .pageabout .division .parttwo .text {
    padding: 30px 40px;
    position: relative;
  }
  .pageabout .division .partone .text.bg, .pageabout .division .parttwo .text.bg {
    width: 100%;
  }
  .pageabout .introreverse {
    padding-bottom: 80px;
  }
  .division .midcontainer {
    width: 100%;
  }
  .introreverse.midcontainer, .introduction.midcontainer {
    width: 100%;
  }
  .pageabout .division .parttwo {
    margin-bottom: -120px;
  }
}
@media screen and (max-width: 900px) {
  .introduction {
    width: 100%;
    flex-direction: column-reverse;
  }
  .introduction .about, .introduction .pictures {
    width: 100%;
  }
  .introduction .about p, .introduction .pictures p {
    max-width: 100% !important;
  }
  .introduction .about .first, .introduction .pictures .first {
    position: initial;
    transform: initial;
    margin-right: -40px;
  }
  .introduction .pictures {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .introduction .about {
    margin-top: 30px;
  }
  .pageabout .introreverse {
    display: flex;
    flex-direction: column;
  }
  .pageabout .introreverse .pictures {
    width: 100%;
    text-align: center;
  }
  .pageabout .introreverse .pictures img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .pageabout .introreverse .about {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
  .pageabout .introreverse .about h3:after {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    z-index: -1;
    height: 20px;
    width: 80px;
    background: rgba(232, 230, 230, 0.6);
  }
  .pageabout .introreverse .about p {
    max-width: 100% !important;
  }
  .pageabout .aboutclient {
    background: rgba(232, 230, 230, 0.6);
    color: #000;
  }
  .pageabout .aboutclient .clients .about h3 {
    color: #000;
  }
  .pageabout .aboutclient .clients .about p {
    color: #000;
  }
  .division .midcontainer {
    flex-direction: column-reverse;
  }
  .division .midcontainer .firstdivision {
    width: 100% !important;
  }
  .division .midcontainer .firstdivision .text.bg {
    width: auto;
  }
  .division .midcontainer .firstdivision .text.bg p {
    max-width: 100%;
  }
  .division .midcontainer .firstdivision .text p {
    max-width: 100%;
  }
  .division .midcontainer .pictures {
    width: 100% !important;
    text-align: center;
  }
  .division .midcontainer.parttwo {
    flex-direction: column;
    margin-bottom: -50px;
  }
  .division .midcontainer.parttwo .pictures {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .division .midcontainer.parttwo .pictures .superposition {
    position: initial;
    margin-left: -50px;
  }
  .division .midcontainer.parttwo .seconddivision {
    width: 100% !important;
  }
  .division .midcontainer.parttwo .seconddivision .separator {
    display: none;
  }
}
@media screen and (max-width: 680px) {
  .pageabout .aboutclient .clients .listslogos {
    background: none;
    padding: 0px;
  }
  .pageabout {
    margin-top: 70px;
  }
  .pageabout .titlepage {
    height: 100px;
    background: none;
  }
  .pageabout .titlepage h2 {
    color: #000;
  }
  .pageabout .introduction {
    margin-top: 0px;
    padding-top: 0;
  }
  .introduction .pictures .first {
    display: none;
  }
  .division .midcontainer.parttwo .pictures .superposition {
    display: none;
  }
}
.pagecontact, .pageapply {
  margin-top: 120px;
}
.pagecontact .titlepage, .pageapply .titlepage {
  width: 100%;
  height: 50px;
  position: relative;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
}
.pagecontact .titlepage h2, .pageapply .titlepage h2 {
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  display: block;
  color: #000;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 3px;
  text-align: center;
}
.pagecontact .titlepage.noBackground, .pageapply .titlepage.noBackground {
  background: none !important;
  height: 50px;
}
.pagecontact .titlepage.noBackground h2, .pageapply .titlepage.noBackground h2 {
  color: black !important;
}
.pagecontact .infobecome, .pagecontact .beforeform, .pageapply .infobecome, .pageapply .beforeform {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
  padding-top: 80px;
  font-family: "Barlow", sans-serif;
  color: #636363;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.8;
}
.pagecontact .infobecome strong, .pagecontact .infobecome .bold, .pagecontact .beforeform strong, .pagecontact .beforeform .bold, .pageapply .infobecome strong, .pageapply .infobecome .bold, .pageapply .beforeform strong, .pageapply .beforeform .bold {
  font-weight: 500;
}
.pagecontact .beforeform, .pageapply .beforeform {
  color: #000;
  line-height: 1.5;
}
.pagecontact .beforeform h3, .pageapply .beforeform h3 {
  font-family: "Barlow", sans-serif;
  display: block;
  color: #000;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.pagecontact .listcity, .pageapply .listcity {
  text-align: center;
  max-width: 550px;
  margin: 0 auto;
}
.pagecontact .listcity h4, .pageapply .listcity h4 {
  font-family: "Barlow", sans-serif;
  color: #000;
  font-size: 28px;
  font-weight: 500;
  margin-top: 80px;
  margin-bottom: 30px;
  position: relative;
}
.pagecontact .listcity h4:after, .pageapply .listcity h4:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  height: 20px;
  width: 210px;
  background: rgba(232, 230, 230, 0.6);
}
.pagecontact .listcity p, .pageapply .listcity p {
  font-family: "Barlow", sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.5;
}
.pagecontact .listcity p strong, .pagecontact .listcity p .bold, .pageapply .listcity p strong, .pageapply .listcity p .bold {
  font-weight: 500;
}
.pagecontact .formapply.midcontainer, .pageapply .formapply.midcontainer {
  max-width: 980px;
}
.pagecontact .formapply, .pageapply .formapply {
  margin-top: 0 !important;
}
.pagecontact .formapply h4, .pageapply .formapply h4 {
  margin-top: 60px !important;
}
.pagecontact .formcontact, .pagecontact .formapply, .pageapply .formcontact, .pageapply .formapply {
  text-align: center;
  margin-top: 120px;
}
.pagecontact .formcontact h4, .pagecontact .formapply h4, .pageapply .formcontact h4, .pageapply .formapply h4 {
  font-family: "Barlow", sans-serif;
  color: #000;
  font-size: 28px;
  font-weight: 500;
  margin-top: 80px;
  margin-bottom: 30px;
  position: relative;
}
.pagecontact .formcontact h4:after, .pagecontact .formapply h4:after, .pageapply .formcontact h4:after, .pageapply .formapply h4:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  height: 20px;
  width: 210px;
  background: rgba(232, 230, 230, 0.6);
}
.pagecontact .formcontact p, .pagecontact .formapply p, .pageapply .formcontact p, .pageapply .formapply p {
  font-family: "Barlow", sans-serif;
  color: #636363;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.5;
}
.pagecontact .formcontact .form, .pagecontact .formapply .form, .pageapply .formcontact .form, .pageapply .formapply .form {
  margin-top: 30px;
}
.pagecontact .formcontact .form .inputfield, .pagecontact .formapply .form .inputfield, .pageapply .formcontact .form .inputfield, .pageapply .formapply .form .inputfield {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
}
.pagecontact .formcontact .form .inputfield .field, .pagecontact .formapply .form .inputfield .field, .pageapply .formcontact .form .inputfield .field, .pageapply .formapply .form .inputfield .field {
  width: calc(50% - 20px);
  text-align: left;
  margin-bottom: 10px;
}
.pagecontact .formcontact .form .inputfield .field label, .pagecontact .formapply .form .inputfield .field label, .pageapply .formcontact .form .inputfield .field label, .pageapply .formapply .form .inputfield .field label {
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.pagecontact .formcontact .form .inputfield .field input, .pagecontact .formapply .form .inputfield .field input, .pageapply .formcontact .form .inputfield .field input, .pageapply .formapply .form .inputfield .field input {
  width: calc(100% - 20px);
  padding: 10px;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  color: #000;
  border: 1px solid rgb(199, 199, 199);
}
.pagecontact .formcontact .form .inputfield .field input::placeholder, .pagecontact .formapply .form .inputfield .field input::placeholder, .pageapply .formcontact .form .inputfield .field input::placeholder, .pageapply .formapply .form .inputfield .field input::placeholder {
  color: rgb(199, 199, 199);
}
.pagecontact .formcontact .form .inputfield .field .selectField, .pagecontact .formapply .form .inputfield .field .selectField, .pageapply .formcontact .form .inputfield .field .selectField, .pageapply .formapply .form .inputfield .field .selectField {
  border: 1px solid rgb(199, 199, 199);
  width: 98%;
  padding: 9.5px 5px;
  margin-bottom: 10px;
}
.pagecontact .formcontact .form .inputfield .field .selectField select, .pagecontact .formapply .form .inputfield .field .selectField select, .pageapply .formcontact .form .inputfield .field .selectField select, .pageapply .formapply .form .inputfield .field .selectField select {
  border: none;
  background: none;
  color: #636363;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
}
.pagecontact .formcontact .form .inputfield .field .birthdayfield, .pagecontact .formapply .form .inputfield .field .birthdayfield, .pageapply .formcontact .form .inputfield .field .birthdayfield, .pageapply .formapply .form .inputfield .field .birthdayfield {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  width: 101%;
}
.pagecontact .formcontact .form .inputfield .field .birthdayfield input, .pagecontact .formapply .form .inputfield .field .birthdayfield input, .pageapply .formcontact .form .inputfield .field .birthdayfield input, .pageapply .formapply .form .inputfield .field .birthdayfield input {
  width: calc(33.33% - 20px);
  margin-right: 10px;
}
.pagecontact .formcontact .form .inputfield .field .birthdayfield input:last-child, .pagecontact .formapply .form .inputfield .field .birthdayfield input:last-child, .pageapply .formcontact .form .inputfield .field .birthdayfield input:last-child, .pageapply .formapply .form .inputfield .field .birthdayfield input:last-child {
  margin-right: 0;
}
.pagecontact .formcontact .form .inputfield .imageToUpload, .pagecontact .formapply .form .inputfield .imageToUpload, .pageapply .formcontact .form .inputfield .imageToUpload, .pageapply .formapply .form .inputfield .imageToUpload {
  width: calc(25% - 20px);
  margin-right: 10px;
  text-align: left;
}
.pagecontact .formcontact .form .inputfield .imageToUpload label, .pagecontact .formapply .form .inputfield .imageToUpload label, .pageapply .formcontact .form .inputfield .imageToUpload label, .pageapply .formapply .form .inputfield .imageToUpload label {
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.pagecontact .formcontact .form .inputfield .imageToUpload:last-child, .pagecontact .formapply .form .inputfield .imageToUpload:last-child, .pageapply .formcontact .form .inputfield .imageToUpload:last-child, .pageapply .formapply .form .inputfield .imageToUpload:last-child {
  margin-right: 0;
}
.pagecontact .formcontact .form .inputfield .imageToUpload .col, .pagecontact .formapply .form .inputfield .imageToUpload .col, .pageapply .formcontact .form .inputfield .imageToUpload .col, .pageapply .formapply .form .inputfield .imageToUpload .col {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
}
.pagecontact .formcontact .form .inputfield .imageToUpload .col input, .pagecontact .formapply .form .inputfield .imageToUpload .col input, .pageapply .formcontact .form .inputfield .imageToUpload .col input, .pageapply .formapply .form .inputfield .imageToUpload .col input {
  color: transparent;
  width: 110px;
  height: 34px;
  display: inline-block;
  vertical-align: middle;
}
.pagecontact .formcontact .form .inputfield .imageToUpload .col .inputfile::before, .pagecontact .formapply .form .inputfield .imageToUpload .col .inputfile::before, .pageapply .formcontact .form .inputfield .imageToUpload .col .inputfile::before, .pageapply .formapply .form .inputfield .imageToUpload .col .inputfile::before {
  content: "Choose File";
  border: 1px solid rgb(199, 199, 199);
  display: inline-block;
  background: #fff;
  padding: 10px 15px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  width: 110px;
  height: 35px;
  box-sizing: border-box;
  transition: all 0.5s;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  color: #000;
}
.pagecontact .formcontact .form .inputfield .imageToUpload .col label, .pagecontact .formapply .form .inputfield .imageToUpload .col label, .pageapply .formcontact .form .inputfield .imageToUpload .col label, .pageapply .formapply .form .inputfield .imageToUpload .col label {
  margin-left: 10px;
  font-weight: 300;
  margin-bottom: 0px;
}
.pagecontact .formcontact .form .messagefield, .pagecontact .formapply .form .messagefield, .pageapply .formcontact .form .messagefield, .pageapply .formapply .form .messagefield {
  text-align: left;
  margin-top: 20px;
}
.pagecontact .formcontact .form .messagefield label, .pagecontact .formapply .form .messagefield label, .pageapply .formcontact .form .messagefield label, .pageapply .formapply .form .messagefield label {
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.pagecontact .formcontact .form .messagefield textarea, .pagecontact .formapply .form .messagefield textarea, .pageapply .formcontact .form .messagefield textarea, .pageapply .formapply .form .messagefield textarea {
  width: calc(100% - 10px);
  padding: 5px;
  border: 1px solid rgb(199, 199, 199);
  outline: none;
  resize: none;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  color: #000;
  height: 170px;
}
.pagecontact .formcontact .form #agreement, .pagecontact .formapply .form #agreement, .pageapply .formcontact .form #agreement, .pageapply .formapply .form #agreement {
  border: 1px solid rgb(199, 199, 199);
  outline: none;
  width: auto;
  padding-right: 10px;
}
.pagecontact .formcontact .form #errorOutput, .pagecontact .formapply .form #errorOutput, .pageapply .formcontact .form #errorOutput, .pageapply .formapply .form #errorOutput {
  font-family: "Barlow", sans-serif;
  color: #636363;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.5;
  margin-top: 15px;
}
.pagecontact .formcontact .form .button, .pagecontact .formapply .form .button, .pageapply .formcontact .form .button, .pageapply .formapply .form .button {
  margin-top: 30px;
}
.pagecontact .formcontact .form .button .becomeSubmit, .pagecontact .formapply .form .button .becomeSubmit, .pageapply .formcontact .form .button .becomeSubmit, .pageapply .formapply .form .button .becomeSubmit {
  outline: none;
  width: 100%;
  border: 1px solid #000;
  background: #000;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  transition: 0.5s;
}
.pagecontact .formcontact .form .button .becomeSubmit:hover, .pagecontact .formapply .form .button .becomeSubmit:hover, .pageapply .formcontact .form .button .becomeSubmit:hover, .pageapply .formapply .form .button .becomeSubmit:hover {
  background: #fff;
  color: #000;
}
.pagecontact .formcontact .form #applicationSent, .pagecontact .formapply .form #applicationSent, .pageapply .formcontact .form #applicationSent, .pageapply .formapply .form #applicationSent {
  font-family: "Barlow", sans-serif;
  color: #636363;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.5;
}
.pagecontact .formcontact .form .g-recaptcha, .pagecontact .formapply .form .g-recaptcha, .pageapply .formcontact .form .g-recaptcha, .pageapply .formapply .form .g-recaptcha {
  margin-top: 30px;
  text-align: center;
}
.pagecontact .formcontact .form .g-recaptcha div, .pagecontact .formapply .form .g-recaptcha div, .pageapply .formcontact .form .g-recaptcha div, .pageapply .formapply .form .g-recaptcha div {
  margin: 0 auto;
}

@media screen and (max-width: 1150px) {
  .pageapply, .pagecontact {
    margin-top: 65px;
  }
}
@media screen and (max-width: 1100px) {
  .pageapply .formapply .form .inputfield .imageToUpload {
    width: calc(30% - 20px);
    margin-right: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 900px) {
  .pageapply .infobecome, .pageapply .beforeform {
    padding-top: 40px;
  }
  .pageapply .formapply .form .inputfield .imageToUpload {
    width: calc(50% - 20px);
    margin-right: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 680px) {
  .pageapply .infobecome, .pageapply .beforeform {
    padding-top: 0px;
  }
  .pageapply, .pagecontact {
    margin-top: 70px;
  }
  .pageapply .titlepage, .pagecontact .titlepage {
    height: 100px;
    background: none;
  }
  .pageapply .titlepage h2, .pagecontact .titlepage h2 {
    color: #000;
  }
  .pagecontact .listcity {
    margin-top: -30px;
  }
  .pageapply .beforeform h3 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  .formapply.midcontainer, .formcontact.midcontainer {
    max-width: 100%;
    width: 100%;
  }
  .pageapply .formapply .form .inputfield .field, .pagecontact .formcontact .form .inputfield .field {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
  .pageapply .formapply .form .inputfield .imageToUpload {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
}
.pageselection {
  margin-top: 120px;
  position: relative;
  padding-top: 10px;
}
.pageselection h4 {
  font-family: "Barlow", sans-serif;
  color: #000;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
.pageselection h4:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  height: 20px;
  width: 210px;
  background: rgba(232, 230, 230, 0.6);
}
.pageselection .nbfavorite {
  text-align: center;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  margin-bottom: 50px;
}
.pageselection .nbfavorite i {
  font-size: 24px;
  margin-right: 10px;
}
.pageselection .listElements {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.pageselection .listElements .modelElement {
  margin: 0 10px;
  margin-top: 15px;
  width: calc(25% - 20px);
}
.pageselection .listElements .modelElement a {
  position: relative;
  display: block;
}
.pageselection .listElements .modelElement a img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s;
}
.pageselection .listElements .modelElement a span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  padding-bottom: 20px;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-size: 26px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}
.pageselection .listElements .modelElement .removefav {
  margin-top: 15px;
  padding: 12px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  display: block;
  text-align: center;
  border: 1px solid #000;
  transition: 0.5s;
}
.pageselection .listElements .modelElement .removefav:hover {
  background: rgba(232, 230, 230, 0.6);
  color: #000;
  border-color: rgba(232, 230, 230, 0.6);
}
.pageselection .listElements::after {
  display: none;
}

.formfavorite {
  margin-top: 30px;
}
.formfavorite h4 {
  margin-top: 80px;
  font-family: "Barlow", sans-serif;
  color: #000;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 50px;
  position: relative;
  text-align: center;
}
.formfavorite h4:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  height: 20px;
  width: 210px;
  background: rgba(232, 230, 230, 0.6);
}
.formfavorite .inputfield {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
}
.formfavorite .inputfield .field {
  width: calc(50% - 20px);
  text-align: left;
  margin-bottom: 10px;
}
.formfavorite .inputfield .field label {
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.formfavorite .inputfield .field input {
  width: calc(100% - 20px);
  padding: 10px;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  color: #000;
  border: 1px solid rgb(199, 199, 199);
}
.formfavorite .inputfield .field input::placeholder {
  color: rgb(199, 199, 199);
}
.formfavorite .inputfield .button {
  width: 48%;
  margin-top: 25px;
}
.formfavorite .inputfield .button .favoriteSubmit {
  outline: none;
  width: 100%;
  border: 1px solid #000;
  background: #000;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  transition: 0.5s;
}
.formfavorite .inputfield .button .favoriteSubmit:hover {
  background: #fff;
  color: #000;
}
.formfavorite #popupOutput {
  font-family: "Barlow", sans-serif;
  color: #636363;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.5;
}
.formfavorite #applicationSent {
  font-family: "Barlow", sans-serif;
  color: #636363;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.5;
}

.favoritesMessage {
  font-family: "Barlow", sans-serif;
  color: #636363;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.5;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 200px;
}

@media screen and (max-width: 1150px) {
  .pageselection {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .pageselection .listElements .modelElement {
    width: calc(33.33% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .pageselection .listElements .modelElement {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 600px) {
  .pageselection .listElements {
    margin: 40px -10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
  }
  .pageselection .listElements .modelElement .removefav {
    padding: 10px;
    text-transform: uppercase;
    font-size: 11px;
  }
  .formfavorite .inputfield .field {
    width: 100%;
    margin-bottom: 10px;
  }
  .formfavorite .inputfield .button {
    width: 100%;
    margin-top: 0px;
  }
  .favoritesMessage {
    font-family: "Barlow", sans-serif;
    color: #636363;
    font-size: 14px;
    font-weight: 200;
    line-height: 1.5;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.newsletter {
  margin: 90px auto 0;
  background: #F4F3F3;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.newsletter .form {
  width: 70%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
}
.newsletter .form .zone {
  max-width: 335px;
}
.newsletter .form .zone h3 {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  line-height: 36px;
  font-size: 39px;
  color: #000;
  margin-bottom: 20px;
  position: relative;
}
.newsletter .form .zone p {
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 300;
  color: #636363;
  text-align: justify;
}
.newsletter .form .zone #newsletterForm {
  margin-top: 40px;
}
.newsletter .form .zone #newsletterForm input {
  background: #fff;
  border: none;
  padding: 15px 10px;
  width: 95%;
  font-size: 14px;
  color: #C7C7C7;
  font-family: "Barlow", sans-serif;
}
.newsletter .form .zone #newsletterForm button {
  outline: none;
  border: 1px solid #000;
  display: block;
  width: 100%;
  margin-top: 15px;
  background: transparent;
  font-size: 14px;
  text-align: center;
  padding: 15px;
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
}
.newsletter .form .zone #newsletterForm #outputNewsletter {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 300;
  color: #636363;
  text-align: justify;
}
.newsletter .picture {
  width: 567px;
}
.newsletter .picture img {
  display: block;
  height: auto;
  width: 100%;
}

#footer {
  text-align: center;
  margin: 40px 0;
  color: #636363;
  font-family: "Barlow", sans-serif;
}

.footer {
  background: #2E2E2E;
  margin-top: 80px;
}
.footer .midcontainer {
  max-width: 980px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  padding: 50px 0;
}
.footer .midcontainer .logosocial {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
}
.footer .midcontainer .logosocial .logofooter {
  max-width: 150px;
}
.footer .midcontainer .logosocial .socialmedia {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin-bottom: 30px;
}
.footer .midcontainer .logosocial .socialmedia li {
  background: #fff;
  padding: 6px;
  border-radius: 100%;
  margin: 5px;
  text-align: center;
  width: 16px;
}
.footer .midcontainer .logosocial .socialmedia li i {
  color: #2E2E2E;
}
.footer .midcontainer .logosocial .socialmedia li:first-child {
  margin-left: 0;
}
.footer .midcontainer .logosocial .menufooter {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.footer .midcontainer .logosocial .menufooter li {
  font-size: 13px;
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  color: #999997;
}
.footer .midcontainer .logosocial .menufooter li a {
  color: #fff;
  text-transform: uppercase;
  margin-right: 20px;
}
.footer .midcontainer .footercity ul li {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Barlow", sans-serif;
  text-align: right;
  margin-bottom: 15px;
}
.footer .midcontainer .footercity ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 900px) {
  .newsletter .form {
    width: 100%;
    justify-content: center;
    padding: 40px;
  }
  .newsletter .picture {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .footer .midcontainer .logosocial .menufooter {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .footer .midcontainer .logosocial .menufooter li {
    margin-top: 10px;
  }
}
@media screen and (max-width: 450px) {
  .newsletter .form .zone h3 {
    font-size: 32px;
  }
  .newsletter .form .zone #newsletterForm input {
    width: 92%;
  }
  .footer .midcontainer {
    flex-direction: column;
  }
  .footer .midcontainer .footercity {
    margin-top: 30px;
  }
  .footer .midcontainer .footercity ul li {
    text-align: left;
  }
}

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