/* RESET CSS */

* {
    -webkit-overflow-scrolling: touch;
}

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;
    background-color: #dfc9b2;
    transition: background-color 0.3s ease;
}
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;
}



/* FONTS */

@font-face {
    font-family: 'Albertus Nova';
    src: url('../fonts/AlbertusNova-Regular.eot');
    src: url('../fonts/AlbertusNova-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AlbertusNova-Regular.woff2') format('woff2'),
    url('../fonts/AlbertusNova-Regular.woff') format('woff'),
    url('../fonts/AlbertusNova-Regular.ttf') format('truetype'),
    url('../fonts/AlbertusNova-Regular.svg#AlbertusNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-SemiBold.eot');
    src: url('../fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-SemiBold.woff2') format('woff2'),
    url('../fonts/Gilroy-SemiBold.woff') format('woff'),
    url('../fonts/Gilroy-SemiBold.ttf') format('truetype'),
    url('../fonts/Gilroy-SemiBold.svg#Gilroy-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


/* BASE */

.fade-1 {
     -webkit-animation: 0.6s ease 0s normal forwards 1 fadein;
     animation: 0.6s ease 0s normal forwards 1 fadein;
 }

.fade-2 {
    -webkit-animation: 0.6s ease 0.2s normal forwards 1 fadein;
    animation: 0.6s ease 0.2s normal forwards 1 fadein;
}

.fade-3{
    -webkit-animation: 0.6s ease 0.4s normal forwards 1 fadein;
    animation: 0.6s ease 0.4s normal forwards 1 fadein;
}

.fade-4 {
    -webkit-animation: 0.6s ease 0.6s normal forwards 1 fadein;
    animation: 0.6s ease 0.6s normal forwards 1 fadein;
}

.fade-5 {
    -webkit-animation: 0.6s ease 0.8s normal forwards 1 fadein;
    animation: 0.6s ease 0.8s normal forwards 1 fadein;
}

.fade-6 {
    -webkit-animation: 0.6s ease 1s normal forwards 1 fadein;
    animation: 0.6s ease 1s normal forwards 1 fadein;
}

.fade-7 {
    -webkit-animation: 0.6s ease 1.2s normal forwards 1 fadein;
    animation: 0.6s ease 1.2s normal forwards 1 fadein;
}

.fade-8 {
    -webkit-animation: 0.6s ease 1.4s normal forwards 1 fadein;
    animation: 0.6s ease 1.4s normal forwards 1 fadein;
}

.fade-9 {
    -webkit-animation: 0.6s ease 1.6s normal forwards 1 fadein;
    animation: 0.6s ease 1.6s normal forwards 1 fadein;
}

.fade-10 {
    -webkit-animation: 0.6s ease 1.8s normal forwards 1 fadein;
    animation: 0.6s ease 1.8s normal forwards 1 fadein;
}

@keyframes fadein{
    0% { opacity:0; }
    100% { opacity:1; }
}

@-webkit-keyframes fadein{
    0% { opacity:0; }
    30% { opacity:0; }
    100% { opacity:1; }
}


body {
    font-family: 'Gilroy', 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;
    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 {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    min-height: calc(100vh - 381px);
    padding-top: 60px;
    transition: opacity 0.3s ease;
}


/* MENU */

#menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.menu-bar {
    background-color: #FFF;
    height: 60px;
    font-size: 0;
    box-sizing: border-box;
    padding: 0 25px;
    border-bottom: 1px solid #dbdbdb;
    position: relative;
    z-index: 3;
}

.menu-open, .menu-logo, .menu-search-open {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
}

.menu-open {
    font-size: 20px;
    line-height: 60px;
    width: 70px;
    cursor: pointer;
}

.menu-search-open {
    font-size: 20px;
    line-height: 60px;
    text-align: right;
    width: 70px;
    cursor: pointer;
}

.menu-logo {
    text-align: center;
    width: calc(100% - 140px);
}

.menu-logo img {
    width: 250px;
}

.search-opened {
    background-color: #FFF;
    position: absolute;
    top: -520px;
    transition: top 0.5s ease;
    z-index: 1;
    left: 0;
    right: 0;
}

.search-opened.active {
    top: 60px;
}

.search-navigation {
    max-width: 350px;
    margin: 0 auto;
    padding: 70px 25px 55px 25px;
    font-size: 0;
}

.search-input input {
    appearance: none;
    width: 100%;
    display: block;
    margin: 0 auto;
    background-color: transparent;
    font-size: 32px;
    border: none;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
    border-radius: 0;
    color: #000;
    text-align: left;
    padding-right: 50px;
    background-image: url(../images/search.svg);
    background-position: 100% center;
    background-position: 100% 8px;
    background-size: 26px;
    background-repeat: no-repeat;
}

.search-input input::placeholder {
    color: #dbdbdb;
}

#search-result {
     font-size: 18px;
    text-transform: uppercase;
    padding-top: 23px;
}

#search-result li {
    padding-top: 11px;
}

#search-result ul li:nth-child(1) {
    padding-top: 35px;
}

#search-result li span {
    font-family: "Albertus Nova";
    font-size: 32px;
    display: inline-block;
    border-bottom: 1px solid transparent;
    transition: border 0.3s ease;
    padding-bottom: 1px;
}

#search-result li a:hover span {
    border-bottom: 1px solid #000;
}

.menu-opened {
    background-color: #FFF;
    position: absolute;
    top: -400px;
    transition: top 0.5s ease;
    z-index: 2;
    left: 0;
    right: 0;
}

.menu-opened.active {
    top: 60px;
}

.menu-navigation {
    max-width: 830px;
    margin: 0 auto;
    padding: 70px 25px;
    font-size: 0;
}

.menu-navigation-element {
    width: calc(50% - 78px);
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    font-size: 18px;
}

.menu-navigation-element:nth-child(3), .menu-navigation-element:nth-child(6) {
    width: 156px;
}

.menu-navigation-element:nth-child(4), .menu-navigation-element:nth-child(5),  .menu-navigation-element:nth-child(6) {
    margin-top: 110px;
}

.menu-board-title {
    margin-bottom: 35px;
}

.menu-boards-navigation {
    font-family: "Albertus Nova";
    font-size: 28px;
}

.menu-boards-navigation span {
    display: block;
    box-sizing: border-box;
    border-bottom: 1px solid transparent;
    width: max-content;
    padding: 1px 0;
    margin-bottom: 5px;
    transition: border 0.3s ease;
}

.menu-boards-navigation span:hover {
    border-bottom: 1px solid #000;
}

.menu-boards-navigation a {
}

.menu-boards-navigation a:hover span {
    border-bottom: 1px solid #000;
}

.menu-boards-navigation .followme-link {
    line-height: unset;
}

.menu-boards-navigation img {
    height: 33px;
    display: block;
    position: relative;
    top: -2px;
}

.followme-link-container {
    height: 33px;
}

.menu-board-link a {
    border-bottom: 1px solid transparent;
    transition: border 0.3s ease;
}

.menu-board-link a:hover {
    border-bottom: 1px solid #000;
}


/* FOOTER */

footer {
    background-color: #FFF;
}

.footer-elements {
    max-width: 1210px;
    margin: 0 auto;
    padding: 60px 25px 25px 25px;
    font-size: 0;
}

.footer-elements .footer-picto {
    width: 120px;
    padding-top: 11px;
}

.footer-element {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 25%;
    line-height: 24px;
}

.footer-element-title {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 22px;
}

.footer-element-title.address-element {
    font-family: "Albertus Nova";
}

#footer-mediaslide {
    font-size: 11px;
    text-transform: uppercase;
    margin-top: 130px;
    display: flex;
    justify-content: space-between;
}

#footer-mediaslide-contact {
    font-size: 11px;
    text-transform: uppercase;
    margin-top: 50px;
}

.footer-element .underline {
    text-decoration: underline;
}


/* HOME */

.home-news-arrow img {
    width: 22px;
}

.home-news-arrow {
    position: absolute;
    bottom: 59px;
    right: 115px;
}

.home-video-container {
    width: 100%;
    height: calc(100vh - 210px);
    font-size: 0;
    box-sizing: border-box;
    position: relative;
    cursor: pointer !important;
    overflow: hidden;
}

.home-picture {
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    display: inline-block;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: fixed;
    opacity: 0;
    transition: 1s ease;
    top: 60px;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: -1;
}

.home-logo {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
}

.home-logo img {
    width: 190px;
}

.home-video {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -2;
}

.home-video iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer !important;
    opacity: 0;
    transition: opacity 1s ease-in;
}

.home-video iframe.show {
    opacity: 1;
}


/* HOME CONTENT */

.home-news {
    padding-bottom: 60px;
    position: relative;
    z-index: 2;
}

.home-news-section-title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
    font-family: "Albertus Nova";
    color: #FFF;
}

.home-content {
    position: relative;
}

.home-background {
    background-color: #dfc9b2;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 150px;
    z-index: 0;
}

#home-news-elements-container {
    overflow-x: scroll;
    font-size: 0;
    width: 100%;
    padding-bottom: 30px;
    -webkit-overflow-scrolling: touch;
}

.home-news-elements {
    width: max-content;
}

.home-news-element {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    margin-left: 24px;
    width: max-content;
    position: relative;
    padding-bottom: 80px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.home-news-elements .home-news-element:nth-child(1) {
    margin-left: 120px;
}

.home-news-element .home-news-picture {
    position: relative;
    width: max-content;
}

.home-news-element .home-news-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #ffffff;
    opacity: 0;
    transition: opacity 0.3s ease, bottom 0.3s ease;
}

.home-news-element:hover .home-news-overlay {
    opacity: 1;
    bottom: 7%;
}

.home-news-element .home-news-overlay img {
    width: 100px;
    display: block;
    margin: 0 auto 7px auto;
}

.home-news-element .home-news-overlay span {
    font-size: 16px;
    text-decoration: underline;
}

.home-news-element .home-news-image {
    height: 580px;
}

.home-news-title {
    position: absolute;
    padding-top: 8px;
    font-size: 18px;
    text-align: center;
    line-height: 24px;
    width: 80%;
    margin: 0 auto;
    text-transform: uppercase;
    left: 0;
    right: 0;
}

.home-news .os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal, .home-news .os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal {
    right: 120px;
    left: 120px;
    border-bottom: 1px solid #FFF;
}

.home-news  .os-theme-dark>.os-scrollbar-horizontal, .home-news  .os-theme-light>.os-scrollbar-horizontal {
    height: 5px;
}

.home-news .os-theme-dark>.os-scrollbar, .home-news  .os-theme-light>.os-scrollbar {
    padding: 0;
}

.home-news .os-theme-light>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle {
    background: rgba(255,255,255, 1);
}

.home-news .os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    background: rgba(255,255,255, 1);
}

.home-news .os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active {
    background: rgba(255,255,255, 1);
}


.home-news .os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle, .home-news .os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle, .home-news .os-theme-dark>.os-scrollbar>.os-scrollbar-track, .home-news .os-theme-light>.os-scrollbar>.os-scrollbar-track {
    border-radius: 0;
}

.home-news .os-scrollbar-handle {
    width: 10% !important;
}

/* HOME BOARDS */

.home-boards {
    padding: 0 120px 100px 120px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    z-index: 2;
}

.home-boards-title {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 30px;
    font-family: "Albertus Nova";
}

.home-boards-elements {
    font-size: 0;
    margin: 0 -12px;
}

.home-boards-element {
    width: 33.3333%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    padding: 0 12px;
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0;
}

.home-boards-elements .home-boards-element:nth-child(1), .home-boards-elements .home-boards-element:nth-child(3) {
    transform: translateY(-15%);
}

.home-boards-elements .home-boards-element:nth-child(2) {
    padding-top: 3.1vw;
    transform: translateY(15%);
}

.home-boards-elements .home-boards-element.loaded {
    transform: translateY(0);
    opacity: 1;
}

.home-boards-element-picture {
    position: relative;
}

.home-boards-element-picture-element {
    height: 400px;
    background-size: cover;
    background-position: top;
}


.home-boards-element-overlay {
    color: #FFF;
    position: absolute;
    font-size: 20px;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.home-boards-element-overlay.talents-overlay {
    font-size: 16px;
    line-height: 20px;
}

.home-boards-element-overlay.talents-overlay img {
    width: 220px;
    display: block;
    margin: 0 auto 5px auto;
}

.home-boards-element-overlay.to-show {
    font-size: 28px;
    font-family: "Albertus Nova";
}

.home-boards-element-overlay.to-show li {
    margin: 14px 0;
}

.home-boards-element-overlay.to-show span {
    border-bottom: 1px solid transparent;
    transition: border 0.3s ease;
    display: block;
    width: max-content;
    margin: 0 auto;
    padding-bottom: 1px;
}

.home-boards-element-overlay.to-show span:hover {
    border-bottom: 1px solid #FFF;
}

.home-boards-element-overlay.to-hide {
    opacity: 1;
    transition: opacity 0.3s ease, top 0.3s ease;
}

.home-boards-element-overlay.to-show {
    opacity: 0;
    transition: opacity 0.3s ease, top 0.3s ease;
    top: 60%
}

.home-boards-element-picture:hover .home-boards-element-overlay.to-show {
    opacity: 1;
    top: 50%
}

.home-boards-element-picture:hover .home-boards-element-overlay.to-hide {
    opacity: 0;
    top: 40%
}

/* HOME INSTAGRAM */

.home-instagram {
    position: relative;
    z-index: 2;
}

.home-instagram-title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 15px;
    font-family: "Albertus Nova";
}

.home-instagram-link {
    text-align: center;
    margin-bottom: 30px;
    text-decoration: underline;
}

.instagram-elements {
    font-size: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.instagram-elements-mobile {
    display: none;
    font-size: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.instagram-picture {
    width: 25%;
    display: inline-block;
    box-sizing: border-box;
}

.instagram-picture-container {
    overflow: hidden;
    position: relative;
}

.instagram-picture .instagram-lazy{
    width: 100%;
    display: block;
}

.instagram-stats {
    color: #FFF;
    position: absolute;
    left: 15%;
    right: 15%;
    z-index: 2;
    top: 50%;
    text-align: center;
    transform: translateY(-20%);
    opacity: 0;
    font-size: 18px;
    font-family: "Albertus Nova";
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.instagram-stats .instagram-caption {
    font-size: 14px;
    line-height: 18px;
    padding-top: 20px;
    font-family: Gilroy;
}

.instagram-picture:hover .instagram-stats {
    opacity: 1;
    transform: translateY(-50%);
}

.instagram-stats .fa-comment {
    margin-left: 20px;
}

.instagram-stats i {
    margin-right: 5px;
    font-size: 18px;
}

.home-news-modal {
    display: none;
    position: relative;
    z-index: 10000;
}

.slick-slider {
    margin-bottom: 0;
}

.slick-vertical .slick-slide {
    border: none;
}

.news-details-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #dfc9b2;
    z-index: 10000;
}

.news-details-header {
    height: 90px;
    position: relative;
}

.news-details-back {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateY(1px);
    left: 40px;
    font-size: 16px;
    cursor: pointer;
}

.news-details-back-mobile {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 27px;
    font-size: 13px;
    cursor: pointer;
    display: none;
}

.news-details-back img {
    display: inline;
    width: 25px;
    vertical-align: -9px;
}

.news-details-back-mobile img {
    display: inline;
    width: 25px;
    vertical-align: -9px;
}

.news-details-back span {
    font-size: 14px;
    vertical-align: 2px;
}

.news-details-back-mobile span {
    font-size: 14px;
    vertical-align: 2px;
}

.news-details-title {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 130px;
    right: 130px;
    text-transform: uppercase;
}

.news-details-pagination {
    height: 70px;
    position: relative;
}

.news-details-pagination .pagination-container {
    line-height: 70px;
    text-align: center;
}

.news-details-slider {
    height: calc(100% - 160px);
    padding: 0 110px;
    position: relative;
}

.news-details-slider-prev img, .news-details-slider-next img {
    width: 100px;
}


.news-details-slider-elements  {
    height: calc(100vh - 160px);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.news-details-slider-elements .news-details-slider-element {
    height: calc(100vh - 160px);
    /*transform: scale(1.03);*/
    transition: transform 0.3s ease;
}

.slick-slide.slick-current .news-details-slider-element {
    /*transform: scale(1);*/
}


.news-details-slider-elements .news-details-slider-element img {
    max-width: 100%;
    max-height: 100%;

}

.news-details-slider-prev {
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.news-details-slider-next {
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.news-details-slider-next:hover, .news-details-slider-prev:hover {
    opacity: 1;
}


/* LIST */

.background-container {
    position: relative;
}

.list-container {
    padding: 90px 25px 40px 25px;
    max-width: 1500px;
    margin: 0 auto;
    box-sizing: border-box;
}

.list-header {
    text-align: center;
    padding-bottom: 70px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 22px;
}

.list-header span {
    display: block;
    color: #000;
    font-family: "Albertus Nova";
    font-size: 44px;
    padding: 10px 0;
}

.list-header img {
    width: 120px;
}

.list-elements {
    font-size: 0;
    margin: 0 -12px 0 -12px;
    text-align: center;
}

.list-element {
    width: 25%;
    display: inline-block;
    vertical-align: bottom;
    box-sizing: border-box;
    padding: 0 12px 50px 12px;
    overflow: hidden;
    transform: translateY(100px);
    transition: transform 0.3s ease;
}

.list-element.loaded {
    transform: translateY(0px);
}

.list-element.list-1, .list-element.list-3, .list-element.list-9 {
    width: 24.5%;
    padding: 0 24px 50px 24px;
}

.list-element.list-2, .list-element.list-8, .list-element.list-10 {
    width: 27%;
    padding: 0 24px 50px 24px;
}

.list-element.list-5, .list-element.list-13 {
    width: 27.1%;
}

.list-element.list-4, .list-element.list-6, .list-element.list-7, .list-element.list-11, .list-element.list-12, .list-element.list-0 {
    width: 24.3%;
}

.list-element img {
    width: 100%;
    display: block;
}

.list-element-model-name {
    color: #FFF;
    text-transform: uppercase;
    font-size: 16px;
    padding-top: 13px;
    text-align: center;
    height: 47px;
}

.list-element-model-name span {
    display: block;
    color: #000;
    font-size: 26px;
    padding-bottom: 4px;
    font-family: "Albertus Nova";
}

.list-element-picture {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.list-lazy {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

.list-element:hover .list-lazy {
    transform: scale(1);
}

/* LIST TALENTS */

.talent-background-container {
    background-image: url("../images/background_followme.jpg");
    background-attachment: fixed;
    background-size: 100%;

}

.list-header-talents {
    font-size: 16px;
    color: #000;
}

.list-header-talents .list-logo {
    width: 360px;
    padding-bottom: 8px;
}

.list-header-talents .list-picto {
    padding-top: 14px;
}

.list-container.talents-list-container {
    max-width: 1200px;
}

.list-container.talents-list-container .list-elements {
    margin: 0 -18px 0 -18px;
}

.list-container.talents-list-container .list-element {
    width: 33.3333%;
    padding: 0 18px 50px 18px;
}

.list-container.talents-list-container .list-element-model-name {
    color: #000;
}

.list-element.list-talents-1, .list-element.list-talents-3 {
    width: 31% !important;
}

.list-element.list-talents-2 {
    width: 34.5% !important;
}

.list-element.list-talents-4, .list-element.list-talents-0 {
    width: 34.5% !important;
}

.list-element.list-talents-5 {
    width: 31% !important;
}

.list-skills {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 14px;
    z-index: 2;
    text-align: left;
}

.list-skills li {
    background-color: #FFF;
    padding: 4px 8px;
    margin-top: 5px;
    width: max-content;
}


/* CONTACT*/

.contact-element-list.mobile {
    display: none;
}

.contact-container {
    padding: 90px 120px 40px 120px;
    max-width: 1000px;
    margin: 0 auto;
}

.contact-title {
    text-align: center;
    font-size: 28px;
    font-family: "Albertus Nova";
}

.contact-title img {
    margin-top: 16px;
    width: 120px;
}

.contact-elements {
    margin-top: 110px;
    font-size: 0;
}

.contact-col {
    width: 50%;
    box-sizing: border-box;
    vertical-align: top;
    display: inline-block;
    font-size: 18px;
    line-height: 1.3em;
}

.contact-elements .contact-col:nth-child(1) {
    width: calc(100% - 370px);
}

.contact-elements .contact-col:nth-child(2) {
    width: 370px;
}

.contact-logo {
    font-size: 28px;
    font-family: "Albertus Nova";
    margin-bottom: 10px;
}

.contact-logo span {
    font-size: 14px;
    font-family: Gilroy;
    display: block;
    letter-spacing: 0.1em;
    padding-top: 4px;
}

.contact-element-list {
    margin-bottom: 110px;
    opacity: 0;
}

.contact-element-list.extra-space {
    margin-bottom: 146px;
}

.contact-elements .contact-element {
    margin-bottom: 16px;
}

.contact-element-list .underline {
    text-decoration: underline;
}

.contact-element-title {
    font-size: 30px;
    line-height: 1.1em;
    margin-bottom: 50px;
}

.contact-element-list .contact-name {
    font-family: "Albertus Nova";
    text-transform: uppercase;
    line-height: 1.4em;
}

.contact-element-list .mail {
    color: #FFF;
    text-decoration: underline;
}

.background-logo {
    position: fixed;
    left: 0;
    right: 0;
    top: -15vh;
    z-index: -1;
    text-align: center;
    opacity: 0.2;
}

.background-logo img {
    width: 1760px;
    max-width: 100%;
}
/* MENTION LEGALES */
.legale-container {
    padding: 90px 120px 180px 120px;
    max-width: 1370px;
    margin: 0 auto;
}

.legale-title {
    text-align: center;
}

.legale-title h1{
    font-size: 28px;
    font-family: "Albertus Nova";
}
.legale-title img {
    margin-top: 16px;
    width: 120px;
}
.legale-headline {
    padding-top: 30px;
    font-size: 16px;
    line-height: 24px;
}
.legale-headline .heading{
    font-size:20px;
    margin-bottom: 10px;
}
/* BECOME */

.become-container {
    padding: 90px 120px 180px 120px;
    max-width: 1370px;
    margin: 0 auto;
}

.become-title {
    text-align: center;
}

.become-title h1{
    font-size: 28px;
    font-family: "Albertus Nova";
}

.become-title span{
    display: block;
    font-size: 18px;
    padding-top: 10px;
}

.become-title img {
    margin-top: 16px;
    width: 120px;
}

.become-columns {
    font-size: 0;
    padding-top: 65px;
}

.become-column {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    opacity: 0;
}

.become-columns .become-column:nth-child(2) {
    padding-left: 50px;
}

.become-element {
    width: 100%;
}

.become-element input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
    font-size: 18px;
    padding: 20px 20px;
    border: 1px solid #FFF;
    background-color: transparent;
    box-sizing: border-box;
    border-radius: 0;
    color: #6c6358;
    margin-bottom: 15px;
    transition: border 0.3s ease;
}

.become-element select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
    font-size: 18px;
    padding: 20px 20px;
    border: 1px solid #FFF;
    background-color: transparent;
    box-sizing: border-box;
    border-radius: 0;
    color: #6c6358;
    margin-bottom: 15px;
    background-image: url(../images/chevron_down.svg);
    background-position: 97% center;
    background-position: calc(100% - 20px) 50%;
    background-size: 16px;
    background-repeat: no-repeat;
    transition: border 0.3s ease;
}

.become-element input:focus, .become-element select:focus {
    border: 1px solid #6c6358;
}

.become-image-elements {
    margin: 0 -5px;
    font-size: 0;
}

.become-image-element {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 5px 10px 5px;
}

.become-image-container {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.become-image-container input {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
}

.become-image-container img {
    width: 100%;
    transition: all 0.3s;
}

.become-image-type {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    text-align: center;
    transition: transform 0.3s ease;
}

.become-image-type div:nth-child(1) {
    text-transform: uppercase;
    padding-bottom: 6px;
    transition: opacity 0.3s ease;
}

.become-image-type div:nth-child(2) {
    padding-top: 6px;
}

.become-image-type div:nth-child(2) span {
    text-decoration: underline;
}

.become-image-container:hover .become-image-type div:nth-child(1) {
    opacity: 0;
}

.become-image-container:hover .become-image-type {
    transform: translateY(-90%) scale(1.2);
}

.become-image-wrong {
    font-size: 28px;
    color: #d86b54;
    position: absolute;
    z-index: 2;
    bottom: 10px;
    right: 10px;
    transition: all 0.3s;
    text-align: center;
    opacity: 0;
}

.become-image-right {
    font-size: 28px;
    color: #45B39D;
    position: absolute;
    z-index: 2;
    bottom: 10px;
    right: 10px;
    transition: all 0.3s;
    text-align: center;
    opacity: 0;
}

.become-image-wrong.active, .become-image-right.active {
    opacity: 1;
}

#become-validation {
    width: calc(100% - 105px);
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    text-align: left;
    padding-left: 50px;
}

.become-submit {
    font-family: "Albertus Nova";
    text-decoration: underline;
    appearance: none;
    cursor: pointer;
    font-size: 28px;
    border: none;
    background-color: transparent;
    box-sizing: border-box;
    border-radius: 0;
    height: 1em;
    line-height: 1em;
    color: #000;
    padding: 0;
}

.become-headline {
    padding-top: 30px;
    font-size: 14px;
    line-height: 16px;
}

#application-sent {
    appearance: none;
    cursor: pointer;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    border: none;
    box-sizing: border-box;
    border-radius: 0;
    color: #45B39D;
    display: none;
}

#loading-img {
    font-size: 28px;
    width: 28px;
    height: 1em;
    line-height: 1em;
    color: #000;
    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
    display: none;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.captcha-container {
    height: 91px;
    width: 105px;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.captcha-container .g-recaptcha {
    transform:scale(0.66);
    transform-origin:0 0;
}

#error-output {
    color: #d86b54;
    text-align: left;
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 30px;
}

/* SHOW PACKAGE */

.showpackage-container {
    padding: 90px 120px 40px 120px;
    box-sizing: border-box;
}

.showpackage-title {
    font-size: 28px;
    font-family: "Albertus Nova";
    text-align: center;
    position: relative;
    margin-bottom: 35px;
}

.showpackage-picto  {
    position: absolute;
    left: 0;
    top:0;
    width: 260px;
}

.showpackage-picto img {
    width: 120px;
}

.show-package-columns {
    font-size: 0;
}


.show-package-column.show-package-column-left {
    width: 260px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    opacity: 0;
}


.show-package-column.show-package-column-left img {
    width: 100%;
    cursor: pointer;
}

.show-package-column.show-package-column-right {
    width: calc(100% - 260px);
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 120px;
    opacity: 0;
}

.show-package-column.show-package-column-right img {
    width: 100%;
}

.show-package-gallery-header {
    padding-top: 70px;
    padding-bottom: 30px;
}

.show-package-gallery-header .show-package-gallery-navigation {
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    width: calc(100% - 180px);
    line-height: 26px;
}

.show-package-gallery-header .show-package-gallery-navigation  span {
    border-bottom: 1px solid transparent;
    height: 22px;
    width: max-content;
    display: inline-block;
    color: #6c6358;
    transition: color 0.3s ease;
}

.show-package-gallery-header .show-package-gallery-navigation  span:hover {
    color: #000;
}

.show-package-gallery-header .show-package-gallery-navigation  span.active {
    border-bottom: 1px solid #000;
    color: #000;
}

.show-package-gallery-header .show-package-gallery-navigation  span:nth-child(1) {
    margin-right: 30px;
}

.show-package-gallery-header .show-package-gallery-download {
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    width: 180px;
    text-align: right;
    line-height: 18px;
}

.show-package-gallery-download img.download-img {
    width: 26px;
    margin-left: 3px;
    vertical-align: middle;
}

.show-package-gallery-download span {
    border-bottom: 1px solid #000;
    height: 18px;
    width: max-content;
    display: inline-block;
}

/* BOOK */

.book-container {
    padding: 60px 30px 70px 30px;
    max-width: 1300px;
    margin: 0 auto;
    box-sizing: border-box;
}

.back-to-list {
    text-align: center;
    font-size: 16px;
}

.back-to-list span {
    display: block;
    font-family: "Albertus Nova";
    font-size: 24px;
    padding: 7px 0 7px 0;
}

.back-to-list img {
    width: 24px;
}

.back-to-list img.talent-bottom-logo {
    width: 200px;
}


.book-elements {
    margin-bottom: 100px;
    margin-left: -17px;
    margin-right: -17px;
}

.book-element img.book-lazy {
    width: 100%;
}

.grid-sizer { width: 25%; }

.talent-sizer.grid-sizer { width: 5%; }

.book-element {
    width: 25%;
    padding: 0 17px 0 17px;
    box-sizing: border-box;
    margin-bottom: 51px;
    opacity: 0;
    cursor: pointer;
}

.book-element.talent-element {
    width: 50%;
}

.book-element.talent-element.landscape {
    width: 100%;
}

.book-element-video-container {
    position: relative;
}

.book-element-video-btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 2;
}

.book-element-video-btn img{
    width: 26%;
}

.book-elements .book-element:nth-child(5){
   margin-top: 70px;
}

.talent-elements .book-element:nth-child(5){
    margin-top: 0;
}

.talent-elements .book-element.talent-element.side-bio {
    width: 65%;
    padding: 0 17px 0 17px !important;
}

.talent-elements .book-element.talent-element.video-element {
    width: 65%;
    padding: 0 17px 0 17px !important;
}

.talent-elements .book-element.talent-element.video-element.full {
    width: 100%;
    text-align: center;
}

.talent-elements .book-element.talent-element.video-element iframe {
    width: 70%;
}

.talent-elements .book-element.talent-element.side-bio img.portrait {
    display: block;
    max-width: 50%;
    margin: 0 auto;
}

.book-element.book-infos {
    width: 50%;
    margin-bottom: 60px;
}

.book-element.book-profile-picture-element {
    width: 50%;
}

.book-element.book-profile-picture-element img{
    width: 100%;
    display: block;
}

.book-banner-title {
    font-size: 26px;
    font-family: "Albertus Nova";
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
}

.book-infos-back {
    text-align: center;
    font-size: 16px;
    margin-bottom: 90px;
 }

.book-infos-back img {
    width: 24px;
    display: block;
    margin: 0 auto;
}

.book-infos-back-mobile {
    text-align: center;
    font-size: 16px;
    padding: 0 0 30px 0;
    display: none;
}

.book-infos-back-mobile img {
    width: 24px;
    vertical-align: -7px;
    position: relative;
    right: -3px;
}

.model-infos-name {
    text-align: center;
    color: #FFF;
    font-size: 24px;
    text-transform: uppercase;
}

.model-infos-name span {
    color: #000;
    font-size: 48px;
    font-family: "Albertus Nova";
    display: block;
    margin-bottom: 0.17em;
}

.model-infos-picto  {
   text-align: center;
    padding: 30px 0;
}

.model-infos-picto img {
    width: 120px;
}

.model-infos-measurements {
    text-align: center;
    text-transform: uppercase;
}

.model-infos-measurements li {
    display: inline-block;
    padding: 0 20px;
}

.model-infos-measurements li span {
    display: block;
    text-align: left;
}

.model-infos-measurements li span:nth-child(2) {
    font-size: 13px;
}

.model-infos-measurements .book-hair-eyes {
    margin-top: 20px;
}

.instagram-feed img {
    width: 100%;
    display: block;
}

.instagram-booklink {
    position: absolute;
    left: 0;
    right: 0;
    font-size: 16px;
    text-decoration: underline;
    top: -26px;
    text-align: center;
}

.book-instagram-bottom {
    text-align: center;
    margin-top: 10px;
}

.book-instagram-bottom img {
    display: block;
    margin: 0 auto;
    width: 24px;
    margin-top: 3px;
}

.book-element-picture-container {
    overflow: hidden;
}

.book-element .book-element-picture-container img {
    display: block;
    transition: transform 0.3s ease;
    transform: scale(1.1);
}

.book-element:hover .book-element-picture-container img {
    transform: scale(1);
}

.book-instagram-picture-container {
    overflow: hidden;
}

.book-element .book-instagram-picture-container img {
    display: block;
    transition: transform 0.3s ease;
    transform: scale(1.1);
}

.book-element:hover .book-instagram-picture-container img {
    transform: scale(1);
}

.book-element-video-container {
    overflow: hidden;
}

.book-element .book-element-video-container .book-lazy {
    display: block;
    transition: transform 0.3s ease;
    transform: scale(1.1);
}

.book-element:hover .book-element-video-container .book-lazy {
    transform: scale(1);
}


/* BOOK MODAL */

#book-modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000000;
    overflow: hidden;
    background-color: #dfc9b2;
    display: none;
}

.book-gallery-container {
    max-width: 1600px;
    box-sizing: border-box;
    padding: 0 40px;
    margin: 0 auto;
}

.book-gallery-header {
    height: 90px;
    overflow: hidden;
    font-size: 0;
    position: relative;
}

.close-book-modal {
    line-height: 90px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 100px;
    text-align: left;
    cursor: pointer;
    position: relative;
    left: -5px;
}

.close-book-modal.mobile {
    display: none;
}

.close-book-modal img {
    width: 24px;
    vertical-align: -7px;
}

.book-gallery-name {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 13px;
    color: #FFF;
    text-transform: uppercase;
    width: calc(100% - 200px);
    text-align: center;
}

.book-gallery-name span {
    font-family: "Albertus Nova";
    color: #000;
    font-size: 26px;
    display: block;
    margin-bottom: 2px;
}

.book-download {
    line-height: 90px;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 16px;
    width: 100px;
    text-align: right;
}

.book-download img {
    width: 24px;
    vertical-align: -9px;
}

.book-gallery-slider-container {
    height: calc(100vh - 160px);
    overflow: hidden;
    padding: 0 60px;
    box-sizing: border-box;
    position: relative;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.book-gallery-slider-container .mobile-slider {
    display: none;
}

.book-gallery-bottom.mobile {
    display: none;
}


.book-prev {
    position: absolute;
    top: 50%;
    left: -27px;
    transform: translateY(-50%);
    cursor: pointer;
    width: 100px;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.book-next {
    position: absolute;
    top: 50%;
    right: -27px;
    transform: translateY(-50%);
    cursor: pointer;
    width: 100px;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.book-mobile-nav {
    position: relative;
    height:66px;
    text-align: center;
    line-height: 66px;
    display: none;
}

.book-prev-mobile {
    position: absolute;
    cursor: pointer;
    width: 50px;
    opacity: 0.5;
    transition: opacity 0.3s ease;
    bottom: 0;
    left: -14px;
    line-height: 0;
}

.book-next-mobile {
    position: absolute;
    cursor: pointer;
    width: 50px;
    opacity: 0.5;
    transition: opacity 0.3s ease;
    bottom: 0;
    right: -14px;
    line-height: 0;
}


.book-prev:hover, .book-next:hover,.book-prev-mobile:hover, .book-next-mobile:hover {
    opacity: 1;
}

.book-gallery-slider {
    margin-bottom: 0;
    overflow: hidden;
}

.book-gallery-slider .book-gallery-element {
    font-size: 0;
    vertical-align: top;
    /*transform: scale(1.03);*/
    transition: transform 0.3s ease;
}

/*.slick-slide.slick-current .book-gallery-element {*/
    /*transform: scale(1);*/
/*}*/

.book-gallery-pagination-container {
    position: relative;
}

.book-gallery-slider-mobile div {
    /*transform: scale(1.03);*/
    transition: transform 0.3s ease;
    max-height: calc(100vh - 135px);
}

/*.book-gallery-slider-mobile .slick-slide.slick-current div {*/
    /*transform: scale(1);*/
/*}*/

.book-gallery-slider-mobile img {
    max-width: 100%;
    max-height: calc(100vh - 135px);
}

.book-gallery-element img {
    cursor: pointer;
    height: auto;
    width: auto;
    max-height: calc(100vh - 160px);
    box-sizing: border-box;
}

.book-gallery-element img.portrait {
    max-width: 50%;
    vertical-align: middle;
}

.book-gallery-element img.landscape {
    max-width: 100%;
    vertical-align: middle;
}

.book-gallery-bottom {
    text-align: center;
    line-height: 70px;
}

.book-gallery-element iframe {
    width: 100%;
    max-width: 100%;
    max-height: calc(100vh - 160px);
}

/* BOOK TALENTS */

.book-skills {
    font-size: 14px;
    z-index: 2;
    text-align: center;
    margin-bottom: 25px;
}

.book-skills li {
    background-color: #FFF;
    padding: 4px 8px;
    width: max-content;
    display: inline-block;
    margin: 0 5px;
}

.book-element.talent-book-infos .talent-infos {
    padding-top: 100px;
}

.book-element.talent-book-infos  .header-bio {
    font-size: 16px;
    line-height: 19px;
    width: 76%;
    margin: 0 auto 0 auto;
}

.book-element.talent-instagram  {
    width: 100%;
    margin-top: 90px;
    margin-bottom: 51px;
}

.book-element.talent-instagram .instagram-feed {
     max-width: 240px;
     margin: 0 auto;
}

.book-element.talent-element.followme-bio  {
    width: 50%;
    padding: 6%;
}

.book-element.talent-element.followme-bio .followme-bio-header  {
    position: relative;
}

.book-element.talent-element.followme-bio .followme-bio-header .followme-bio-header-logo  {
    position: absolute;
    top: 5%;
    left: calc(60% - 30px);
    width: 30%;
}

.book-element.talent-element.followme-bio .followme-bio-header .followme-bio-header-logo img  {
    width: 100%;
}

.book-element.talent-element.followme-bio .book-lazy  {
    width: 60%;
    display: block;
}

.book-element.talent-element.followme-bio .followme-bio-text  {
    padding-top: 35px;
    font-size: 16px;
    line-height: 19px;
}

.book-element.book-infos.talent-book-infos .model-infos-name {
    color: #000;
}

/* MOBILE ELEMENTS */

.menu-open .mobile {
    display: none;
    position: relative;
}

.menu-open .mobile img {
    width: 40px;
    position: absolute;
    transform: translateY(-50%);
    top: 0;
    left: -8px;
}

.menu-open .mobile img.opened-menu {
    visibility: hidden;
    opacity: 0;
}

.menu-open .mobile img.closed-menu {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.menu-open.is-active .mobile img.opened-menu {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.menu-open.is-active .mobile img.closed-menu {
    visibility: hidden;
    opacity: 0;
}

.menu-search-open .mobile {
     display: none;
    margin-left: auto;
 }

.menu-search-open .mobile {
    width: 38px;
}

.news-details-mobile-nav {
    display: none;
}