/* RESET CSS */

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: normal;
    src: local('Gotham Pro'), url('../fonts/PlayfairDisplay-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Didot';
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/Didot-LT-Std-Bold.otf') format('otf');
}
@font-face {
    font-family: 'TrashLight';
    src: url('../fonts/Trash-Light.ttf') format('truetype'),
    url('../fonts/Trash-Light.svg') format('svg');
    url('../fonts/Trash-Light.eot') format('eot'),
    url('../fonts/Trash-Light.woff') format('woff'),
    url('../fonts/Trash-Light.otf') format('truetype'),
    font-weight: normal;
}
@font-face {
    font-family: 'Trash';
    src: url('../fonts/Trash-Medium.ttf') format('truetype'),
    url('../fonts/Trash-Medium.svg') format('svg');
    url('../fonts/Trash-Medium.eot') format('eot'),
    url('../fonts/Trash-Medium.woff') format('woff'),
    url('../fonts/Trash-Medium.otf') format('truetype'),
    font-weight: normal;
}
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%;
}

#projets, #formcontact {
    background-color: #f7f7f7;
    padding: 40px 0;
}

/*#projets {
display: none;
}*/

.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: 0px;
    z-index: 999;
    top:50%;
}



.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: 0px;
    z-index: 999;
    top:50%;
}

.slick-next:before, .slick-prev:before {
    content: ""
}

@font-face {
    font-family: 'Lie to Me';
    src: url('../fonts/LietoMe.eot');
    src: url('../fonts/LietoMe.eot?#iefix') format('embedded-opentype'),
        url('../fonts/LietoMe.woff2') format('woff2'),
        url('../fonts/LietoMe.woff') format('woff'),
        url('../fonts/LietoMe.ttf') format('truetype'),
        url('../fonts/LietoMe.svg#LietoMe') format('svg');
    font-weight: normal;
    font-style: normal;
}



/* MENU */

.menu {
    max-width: 1200px;
    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;
}

.menuSelected {
    font-weight: 600;
    color:#000000;
}
.menuSelectedEnfant {
    font-weight: 600;
    color:#000000;
}
.menuList {
    position: relative;
}

.menuList ul {
    margin-top:50px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.menuList ul a {
    font-size: 14px;
    letter-spacing: 2px;
    font-family: roboto;
    border-right: 1px solid #ddd;
    padding: 0 25px;
    display: inline-block;
    font-weight: 300;
}

.menuList ul a:last-child{
    border-right: 0px solid;
}

.menuMobileContent .adulteMenu,.menuMobileContent .adulteMenuTeen,.menuMobileContent .enfantsMenu ,.menuMobileContent .teenagerMenu {
    font-family: roboto;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: normal;
    background-color: #000000;
    padding: 15px 30px;
    color:white;
}

.menuList .adulteMenu,.menuList .adulteMenuTeen,.menuList .enfantsMenu{
    font-family: roboto;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: normal;
    background-color: #eb9dab;
    padding: 15px 30px;
    color:white;
    transition: all 0.5s;
    position: absolute;
    top: 50%;
    right:20px;
    transform: translateY(-50%);
}
.menuList .adulteMenu,.menuMobileContent .adulteMenu{
    background-color: #60D69A;
}
.menuList .adulteMenuTeen,.menuMobileContent .adulteMenuTeen{
    background-color: #ED7F10;
}
.menuList .teenagerMenu,.menuMobileContent .teenagerMenu{
    background-color: #ED7F10;
    padding: 14.5px;
    color: #FFFFFF;
}
.menuList .adulteMenu:hover,.menuList .enfantsMenu:hover,.menuList .teenagerMenu:hover {
    background-color: #9f9f9f;
}

/* MENU MOBILE */

.menuMobile {
    display: none;
}

#logo {
    padding-top:78px;
}
#logo h1{
    font-family: "Didot";
    font-size:42px;
    letter-spacing: 12px;
    font-weight: bold;
}
#logo h3{
    font-family: "Didot";
    font-size:16px;
    letter-spacing: 6px;
    margin-top:15px;
    text-transform: uppercase;
}
#logo img {
    width: 560px;
    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: 100%;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    text-align: center;
    line-height: 32px;
    outline: none;
}

/* FOOTER */
#footer {
    text-align: center;
    font-size: 12px;
    font-weight: 100;
}

/* HOME CHOICE */

.choice {
    display:flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    margin-top:80px;
    margin-bottom: 50px;
}

.choice .men, .choice .women {
    width: 46.2%;
    position: relative;
}

.choice .men::after, .choice .women::after {
    content :'';
    display: block;
    padding-top: 115%;
}

.pictureCategoryMen, .pictureCategoryWomen {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    overflow: hidden;
}

.choice .more {
    overflow: hidden;
    /*height: 585px;*/
}



.choice .more a img {
    transition: all 0.5s;
    width: 100%;
}

.choice .pictureCategoryMen a.titrepicture, .choice .pictureCategoryWomen a.titrepicture {
    background-color: #fff;
    position: absolute;
    bottom: 0;
    width: 47%;
    text-align: left;
    padding: 15px 30px;
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: normal;
    z-index: 10;

}
.choice .pictureCategoryMen a.titrepicture {
    left:0;
}

.choice .pictureCategoryWomen a.titrepicture {
    right:0;
}


.choice .pictureCategoryMen a strong, .choice .pictureCategoryWomen a strong {

}

.choice .pictureCategoryMen a span, .choice .pictureCategoryWomen a span {
    font-family: roboto;
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    margin-top:15px;
    letter-spacing: 3px;
    color:#000000;
    font-weight: normal;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
}

.choice .pictureCategoryMen a span i, .choice .pictureCategoryWomen a span i {
    font-size: 10px;
    margin-right:0px;
    width:0px;
    opacity: 0;
    transition: all 0.5s;
}

.choice .pictureCategoryMen:hover a span i, .choice .pictureCategoryWomen:hover a span i {
    margin-right:10px;
    width:8px;
    opacity: 1;
}


/* HOME NEW ENTRANTS */


.listNewElements {
    padding: 40px 0;
}

.listNewElements h1 {
    font-family: 'Playfair Display', serif;
    font-size: 35px;
    font-width: normal;
}

.listNewElements h1 span {
    font-family: roboto;
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    margin-bottom:15px;
    letter-spacing: 3px;
    color:#9f9f9f;
    font-weight: normal;
}
.listNewElements .overflowElements {
    width: 100%;
    overflow: hidden;
}
.listNewElements .NewElements {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    margin-top:50px;
    width: 100%;
}

.listNewElementsModels {
    margin-right:20px;
    width:250px;
    overflow: hidden;
    cursor: pointer;
}

.listNewElementsModels img {
    height: 100%;
    ztransform: translateX(-15%);
    transition: all 0.5s;
}
.slick-track .slick-slide {
    transition: all 0.5s;
}

.slick-track:hover .slick-slide ~ .slick-slide {

}

.slick-track .slick-slide:hover {

}
.ClientElements{
    margin-top: 60px;
}
.ClientElements .slick-list{
    margin:  0 50px;
}
.ClientElements .ClientElement{
    width: 20%;
    height: 150px;
    display: flex !important;
    align-items: center;
    text-align: center;
    margin: 10px 0;
}
.ClientElements .ClientElement img{
    width: 55%;
    object-fit: contain;
    margin: 0 auto;
}
.listNewElements .MoreModels {
    margin: 50px auto;
    margin-top:80px;
    text-align: center;
    color:#fff;

}

.listNewElements .MoreModels a {
    font-family: roboto;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: normal;
    background-color: #000000;
    padding: 25px 40px;
    transition: all 0.5s;
}

.listNewElements .MoreModels a:hover {
    background-color: #9f9f9f;
}

/* ACTUALITE PAGE */

.newsElements {
    padding: 40px;
    position: relative;
    /*display: flex;
    flex-wrap: wrap;*/
}
.newsElements .newsElement{
    width:30%;
    width: calc(30% - 20px);
    margin: 10px;
    display: inline-block;
    border:1px solid #EFEFEF;
    cursor: pointer;
}
.newsElements.photos {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
}
.newsElements.photos .newsElement{
    width: 100%;
    width: calc(100% - 20px);
    margin: 10px;
    border:1px solid #EFEFEF;
}
.newsElements .picture{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.newsElements .newsElement img{
    width:100%;
    height:100%;
    object-fit: cover;
    transition: all 0.5s;
}
.newsElements .newsElement .newsModel{
    font-family: 'Playfair Display',serif;
    font-weight: bold;
    text-align: center;
    line-height: 21px;
    padding: 10px 0 5px;
}
.newsElements .newsElement .newsTitle{
    font-family: 'Playfair Display', sans-serif;
    font-weight: normal;
    font-size: 21px;
    letter-spacing: 1px;
    text-align: center;
    padding-bottom: 10px;
}
.newsElements .newsElement .newsTitleOnly{
    font-family: 'Playfair Display', sans-serif;
    font-weight: normal;
    font-size: 21px;
    letter-spacing: 1px;
    text-align: center;
    padding: 10px 0;
}
.newsElements .newsElement .feature {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.newsElements .newsElement .feature:hover img {
    transform: scale(1.1);
}

.newsElements .newsElement .slidepicture:hover .picture img {
    transform: scale(1.1);
}

.newsElements .newsElement .feature .controls {
    display: none;
    background-color: #fff;
    width: 100px;
    height: 100px;
    zdisplay: flex;
    zdisplay: -webkit-box;
    zdisplay: -webkit-flex;
    zdisplay: -ms-flexbox;
    justify-content: center;
    align-items: center;
    color: #000000;
    border-radius: 100px;
    font-size: 18px;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
    cursor: pointer;
    -ms-flex-pack: center;
    -ms-flex-align: center;

}

.NewDetailsContainer {
    display: none;
}

#portfolio.lock {
    position: fixed;
    left: 0;
    right: 0;
    text-align: center;
    top: 12%;
    margin: 0 auto;
}

.newFeatureContent::after, .desktopPortfolio::after {
    content: '';
    background-color: rgba(0,0,0,0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9998;
}

.detailsPortfolio {
    position: relative;
    z-index: 9999;
}

.newsDetail .close{
    color: #000;
    background-color: #ffffff;
    width: 80px;
    height: 80px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    cursor: pointer;
    font-size: 20px;
    margin: 0 auto;
    margin-bottom: 30px;
    -ms-flex-pack: center;
    -ms-flex-align: center;
}
.newsDetail {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000000000;
    padding: 45px;
    display: block;
    overflow-y: scroll;
}
.videoDetail {
    /*position: fixed;*/
    /*z-index: 9999;*/
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    left: 0;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 500px;
    max-width: 80%;
    margin: 0 auto;
    flex-direction: column;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -ms-flex-direction: column;
}

.videoDetail p {
    display: block;
}
.videoDetail video {
    max-height: 500px!important;
    height: 100% !important;
    width: auto !important;
}
.fullpicturesmobile {
    display: none;
}

.slidefullpictures .slick-prev {
    left: 0;
    background-color: #fff;
    border-radius: 100px;
    background-repeat: no-repeat;
    background-position: center;
    width: 80px;
    height: 80px;
    border: 20px solid #fff;
}

.slidefullpictures .slick-next {
    right: 0;
    background-color: #fff;
    border-radius: 100px;
    background-repeat: no-repeat;
    background-position: center;
    width: 80px;
    height: 80px;
    border: 20px solid #fff;
}



.fullvideo p iframe,.fullvideo p video {
    z-index: 9999;
    position: relative;
}

.picturesDetail {
    /*position: fixed;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*z-index: 10000000000;*/
    /*padding: 45px;*/
    /*display: block;*/
}

.fullpictures .fullpicture  {

}

.picturesDetail .fullpicture img {
    height:calc(100vh - 200px);
    width: auto;
    margin: 0 auto;
}
.listNews .new .newsOverlay { 
    width:35%;
    min-width: 380px;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-size: 25px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
}

.listNews .new .newsOverlay .content {
    font-size: 22px;
    margin-top:40px;
    width: 100%;
}

.listNews .new .newsOverlay .content span {
    font-family: roboto;
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    margin:15px 0;
    letter-spacing: 3px;
    color:#9f9f9f;
    font-weight: normal !important;
}



.listNews .MoreNews {
    margin: 50px auto;
    margin-top:140px;
    text-align: center;
    color:#fff;

}

.listNews .MoreNews a {
    font-family: roboto;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: normal;
    background-color: #000000;
    padding: 25px 40px;
    transition: all 0.5s;
}

.listNews .MoreNews a:hover {
    background-color: #9f9f9f;
}

#projets .slick-dots {
    background: #f7f7f7;
}

.slick-dots {
    background-color: #fff;
    display: block;
    bottom: -20px;
    padding: 10px;
    max-width: 200px;
    margin: 0 auto;
    left: 0;
    right: 0;
}


.slick-dots li {
    margin: 0 3px;
}

.slick-dots li button:before {
    font-size: 10px;
}

.slick-dots li.slick-active button {
    border: 1px solid #000000;
    border-radius: 100px;
    position: relative;
    top: -2px;
}

.slick-dots li.slick-active button:before, .slick-dots li.slick-active button:hover:before {
    color: transparent;
}


.slick-dots li button:hover:before {
    opacity: 1;
    color: #000000;
}
/* BECOME */
.becomeSlideSeizure {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative;
}
#locationContainer{
    position: absolute;
    top: 61px;
    background: #FFFFFF;
    z-index: 99;
    width: calc(100% - 20px);
    padding: 0 10px;
    max-height: 80px;
    overflow-y: auto;
    line-height: 28px;
    font-size: 14px;
}
#locationContainer li {
    cursor: pointer;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}
/* FOOTER */
#footer {
    font-family: roboto;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    color:#000;
    font-weight: normal;
    margin: 40px 0;
}

#footer .footerContainer {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    padding: 0 5%;
}

#footer .information .footerContainer {
    justify-content: center;
}

#footer .information a {
    padding:0 20px;
    border-right: 2px solid #ddd;
}
#footer .information a:last-of-type {
    border-right: 0;
}


#footer .copyright .footerContainer {
    justify-content: space-between;
    align-items: center;
}

#footer .copyright {
    border-top: 2px solid #f2f2f2;
    margin-top: 40px;
    padding-top:40px;
}

#footer .copyright .socialmedia {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
}


#footer .copyright .socialmedia .insta{
    font-size: 20px;
}
#footer .copyright .socialmedia a {
    font-size: 16px;
    margin:0 8px;
}


/* AGENCE */

strong {
    font-weight:bold;
}

.modelAgence {
    width: 460px;
    height: 550px;
    overflow: hidden;
}

.modelAgence img {
    width: 100%;
}

.introduction.agence {
    display: flex;
}

.introduction.agence .text {
    width: 45%;
    min-width: 340px;
}

.introduction.agence .text h2, .introduction.agence p {
    width: 100%;
}


/* MODELS */

.introduction {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    margin-top: 60px;
    justify-content: space-between;
    padding:40px;
    flex-wrap: wrap;
}

.introduction h2 {
    font-family: 'Playfair Display';
    /*font-family: 'Playfair Display', serif;*/
    font-size: 35px;
    width:40%;
    min-width: 340px;
    margin-bottom: 40px;
}

.introduction .heading{
    font-family: 'Playfair Display';
    font-size: 25px;
}
.introduction p {
    font-family: roboto;
    font-size: 15px;
    width: 55%;
    font-weight: 300;
    line-height: 2;
}

.mentions .introduction {
    flex-direction: column;
}

.mentions .introduction p {
    width: 100%;
}

.boardsMenu {
    padding: 40px;
    font-family: roboto;
    text-transform: uppercase;
    color:#c4c4c4;
    letter-spacing: 1px;
    font-size: 12px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.standby {
    display: none;
}

.boardsMenu ul {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    min-width: 210px;
    -ms-flex-line-pack: distribute;

}

.boardsMenu ul a {
    color:#000;
    padding:0 20px;
    border-right: 1px solid #000;
    display: inline-block;
    font-family:roboto;
    font-weight: 400;
}

.boardsMenu a.menuSelected {
    font-weight: 700;
    color: #000000;
}

.boardsMenu ul a:last-of-type{
    border-right: 0;
}

.listElements {
    margin: 0 -20px;
    padding:0 40px 40px 40px;
}

.listElements.enfants .listElement {
    padding-bottom: 0;   
}

.listElement {
    width: 19%;
    width: calc(25% - 45px);
    vertical-align: top;
    display: inline-block;
    margin: 20px;
    position: relative;
    padding-bottom: 50px;
}

.listElement img {
    width:100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}


.listElement:hover img {
    transform: scale(1.1);
}

.listElementPictureContainer {
    overflow: hidden;
    min-height: 325.85px;
}

.listElementModelName {
    padding-top: 20px;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight:400;
    padding-bottom: 20px;
    width: 100%;
}


#portfolio .slick-track .slick-slide:nth-child(1), #portfolio .slick-track .slick-slide:nth-child(2), #portfolio .slick-track .slick-slide:nth-child(3) {
    width:0;
}

#portfolio {
    margin: 40px;
    position: relative;
    max-width: 1200px;
    width: calc(100% - 40px);
}

.bookPortfolioMobile {
    display: none;
}

#portfolio .bookPortfolio, .videosElements {
    position: relative;
    background-color: #fff;
}

#portfolio .bookPortfolio .slickBookPrev , .videosElements .slickBookPrev {
    position: absolute;
    color: #000000;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff;
    width: 80px;
    height: 80px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    cursor: pointer;
    font-size: 20px;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}

#portfolio .bookPortfolio .slickBookNext , .videosElements .slickBookNext{
    position: absolute;
    color: #000000;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff;
    width: 80px;
    height: 80px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    cursor: pointer;
    font-size: 20px;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}

#portfolio .inactive {
    visibility: hidden;
    position: absolute;
    z-index: -1;
    left: 0;
    right:0;
}

.portfolioElement img {
    height: 508px;
}
.videoElement {
    text-align: center;
}
.videoElement iframe {
    height: 508px;
    width: 910px !important;
}
.videoElement video {
    height: 508px;
    width: 910px !important;
    max-width: 100%;
}
.informationsElements {
    background-color: #fff;
    padding: 40px;
    margin-top: -6px;
}

.listTitle {
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.listTitle h3 {
    font-family: 'Playfair Display', serif;
    font-size: 35px;
    font-width: normal;
}
.listTitle .choicebook a {
    background-color: #fff;
    color:#000000;
    font-font: roboto;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    display: inline-block;
    border:1px solid #000000;
    padding:25px 20px;
    letter-spacing: 2px;
    margin:5px;
    cursor: pointer;

}

.listTitle .choicebook a.active {
    background-color: #fff;
    color: #fff;
}

.bookMeasurementBottomElement {
    border-right: 1px solid #000000;
    padding-right: 20px;
    margin-right: 20px;
    color:#000000;
}

.bookMeasurementBottomElement:last-of-type {
    border-right: 0;
}

.bookMeasurementBottom , .bookMeasurementBottomElement {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    font-family: roboto;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    flex-wrap: wrap;
}

.nameMeasurementBottom {
    color:#000;
    padding-right: 10px;
}



.bookContainer.invisible {
    z-index: -1;
}

.bookContainer {
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    margin: 0 auto;
    z-index: 9999;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}

.voile {
    overflow: hidden;
}

.voile::after {

}

#portfolio .close {
    color: #000;
    background-color: #ffffff;
    width: 80px;
    height: 80px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    cursor: pointer;
    font-size: 20px;
    margin: 0 auto;
    margin-bottom: 30px;
    position: fixed;
    top: 5%;
    z-index: 999;
    left: 0;
    right: 0;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}


/* CONTACT & CANDIDATURES */

#formcontact {
    margin: 40px 0;
    padding: 40px 0;
}

.contactContainer .content, .contentCandidature{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    padding:0 40px;
    margin-top:40px;
    margin-bottom: 80px;
}

.infoContact {
    width: 50%;
}

.infoContact #map {
    height: 580px;
    margin-top: 30px;
}

.infoContact #map b {
    font-weight: bold;
}

.formdetail {
    width:45%;
}

.infoContact h1 {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
}

.infoContact h2 {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    margin-top:80px;
}

.infoContact h1 span {
    font-family: roboto;
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    margin-bottom:15px;
    letter-spacing: 3px;
    color:#9f9f9f;
    font-weight: normal;
}

.infoContact p {
    font-family: roboto;
    font-size: 15px;
    width: 85%;
    font-weight: 300;
    line-height: 2;
    margin-top: 40px;
}
.formdetail .becomeElement label {
    font-family: roboto;
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    margin: 15px 0;
    letter-spacing: 3px;
    color:#000;
    font-weight: normal;
}


.formdetail .becomeElement input, .formdetail .becomeElement textarea, .formdetail .becomeElement select {
    background-color: #fff;
    border: none;
    padding:20px;
    width: calc(100% - 40px);
    transition: all 0.5s;
}

.contentCandidature .becomeElement input:focus, .contentCandidature .becomeElement select:focus {
    border: 1px solid #000000;
}
.chosen-container.chosen-container-single {
    width: 100%;
}
.chosen-container-single .chosen-single {
    border-radius: unset !important;
    height: 61px !important;
    padding: 18px 14px !important;
    background: white !important;
    border: 1px solid #d9d9d9 !important;
}
.chosen-container-single .chosen-single div b {
    background-position: 0 17px !important;
}
.chosen-container-multi .chosen-choices {
    padding: 15px 5px !important;
    max-height: 60px !important;
}
.firstchamp, .fields {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-line-pack: distribute;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
}

.fields.confection label {
    line-height: 14px;
}
.measurements {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 40px;
}
.measurements .becomeElement select {
    width: 100%;
}

.no-flexboxlegacy .becomeElement, .no-flexboxlegacy .sexeRadio .men {
    margin-right:15px;
}

.becomeElement {
    margin-bottom:25px;
}

.firstchamp .becomeElement , .fields .becomeElement {
    width:47%;
}

.formdetail .becomeElement textarea {
    min-height: 150px;
    outline:none;
}

#validationPart button {
    background-color: #000000;
    padding:25px 35px;
    border:none;
    font-family: roboto;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    color:#fff;
    font-weight: normal;
    cursor: pointer;
    margin-top:40px;
    outline:none;
}
#AdultForm #validationPart button{
    background-color: #000000;
}
.contentCandidature .becomeElement input, .contentCandidature .becomeElement select {
    border:1px solid #d9d9d9;
}

.becomeElements h1 {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-width: normal;
    margin-bottom: 30px;
}

.formdetail .becomeElement select {
    height: 60px;
    border-radius: 0;
    border:1px solid #d9d9d9;
    outline: 0;
    width: 100%;
    margin: 0;
    padding: 20px;
    cursor: pointer;
    box-sizing: border-box;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    width: 100%;
    position: relative;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

.sexeRadio {
/*    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    height: 60px;
    align-items: center;
    -ms-flex-pack: center;
    -ms-flex-align: center;*/
}

.men, .women {
    position: relative;
}

.men input, .women input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.men label, .women label {
    padding-left: 40px;
    /*margin:0px !important;*/
    cursor: pointer;
}

.radiocustom {
    position: absolute;
    top: -40%;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border:1px solid #d9d9d9;
    border-radius: 100px;
    z-index: -1;
}

.radiocustom:after {
    content: "";
    position: absolute;
    display: none;
}

.men input:checked ~ .radiocustom:after, .women input:checked ~ .radiocustom:after {
    display: block;
}
.men .radiocustom:after, .women .radiocustom:after {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background:#b8b8b8;
    border-radius: 100px;

}

.threefields {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
}

.threefields .becomeElement {
    width: 28%;
}
.threefields .becomeElement input {
    padding:20px 15px;
    width: calc(100% - 30px);
    text-align: center;
}

.threefields .becomeElement.year {
    width: 35%;
}

.threefields .becomeElement input::placeholder {
    color: #d9d9d9;
    font-family: roboto;
    font-weight: normal;
    text-align: center;
    font-size: 14px;
}
.imageToUpload, .cvToUpload {
    margin:10px 0px;
}

.cvToUpload {
    margin-bottom: 30px;
}

.imageToUpload input, .cvToUpload input {
    color: transparent;
    width: 170px;
    height: 48px;
    display: inline-block;
    vertical-align: middle;
}

.inputfile::before {
    content: 'Télécharger';
    border: 1px solid #000000;
    box-sizing: border-box;
    background: #fff;
    padding: 10px 15px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    width: 150px;
    height: 50px;
    text-align: center;
    font-weight: 200;
    letter-spacing: 2px;
    color: #000000;
    transition: all 0.5s;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    font-family: roboto;
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: 3px solid #000000;
}
#AdultForm .inputfile::before {
    border: 1px solid #000000;
    color: #000000;
    border-bottom: 3px solid #000000;
}
#errorOutput, .imageToUpload label, .cvToUpload label {
    font-family: roboto;
    font-size: 15px;
    font-weight: 300;
    line-height: 2;
    margin-bottom: 20px;
}

#errorOutput {
    color:red;
}

#loading-img {
    margin-top:20px;
}

#applicationSent {
    font-family: roboto;
    font-size: 18px;
    font-weight: 300;
    line-height: 2;
    margin-top: 20px;
    color: #000000;
}

.homeText {
    font-family: roboto;
    font-size: 15px;
    font-weight: 300;
    line-height: 2;
    margin-bottom: 100px;
    text-align: center;
    padding-top: 50px;
}

.homeText.enfants {
    padding: 0 40px 40px 40px;
    margin-bottom: 0;
    padding-top: 0;   
    text-align: left;
}

/* GRAPPE */

.mainGrappe p a {
    font-weight: bold;
}

.pageNavigation {
    margin-top: 50px;
    font-size: 13px;
    line-height: 19px;
    font-family: roboto;
    font-weight: 300;
}
.pageNavigation li {
    display: inline-block;
}

.page h1 {
    font-size: 24px;
    font-family: 'Playfair Display';
    margin: 50px 0;
    line-height: 24px;
}

.page {
    font-size: 15px;
    line-height: 21px;
    font-family: roboto;
    font-weight: 300;
    margin-bottom: 100px !important;
}
.page h2 {
    margin: 40px 0 20px 0;
    font-weight: 600;
    font-size: 17px;
}

.page a {
    transition: all 0.3s;
}

.page a:hover {
    color: #000000;
}

/* LANDING PAGE */

.landing-elements {
    font-size: 0;
    padding-top: 50px;
    margin-bottom: 100px;
}

.landing-elements img {
    width: 100%;
}

.landing-element {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 45px;
}

.landing-board {
    background-color: #FFF;
    position: absolute;
    bottom: 0;
    left: 10%;
    right: 10%;
    text-align: center;
    padding-bottom: 30px;
}

.landing-board h2 {
    font-family: 'Playfair Display';
    font-size: 40px;
    padding: 30px 0;
}

.landing-board span {
    font-family: roboto;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    color: #000000;
    font-weight: normal;
}
.landing-board span.adults {
    color: #000000;
}

.landing-container {
    padding-bottom: 100px;
}

.comming-soon {
    font-family: 'Lie To Me', Arial, sans-serif;
    position: absolute;
    left: 20px;
    bottom: 165px;
    font-size: 40px;
}
/* NEWS LETTER */
.subscribe-btn{
    margin: 0px auto 100px;
    text-align: center;
}
.subscribe-btn button{
    font-family: roboto;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: normal;
    border: 0;
    background-color: #000000;
    color:#fff;
    padding: 20px 40px;
    transition: all 0.5s;
    cursor: pointer;
}
.pink {
    background: #eb9dab !important;
}
.popupSend {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #F4F4F4;
    display: none;
    z-index: 999;
    transition: all 300ms ease;
}
}
.popupSend.is-active{
    display: block;
}
.popupSend .close {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 40px;
    cursor: pointer;
}
.popupSend .content {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 100%;
    padding: 0 10px;
}
.popupSend .content #SubscriberForm {
    width: 400px;
    max-width: 100%;
}
.popupSend .content h3 {
    font-size: 28px;
    color: black;
    letter-spacing: 0.5px;
    font-style: italic;
    padding: 20px 0;
}
.popupSend .content .field{
    margin-bottom:10px;
}
.popupSend .content .field input,.popupSend .content .field select {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    padding: 20px;
    width: calc(100% - 40px);
    transition: all 0.5s;
}
.popupSend .content .field label{
    font-family: roboto;
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    margin: 15px 0;
    letter-spacing: 3px;
    color: #000;
    font-weight: normal;
}
.popupSend .content .field select {
    height: 60px;
    border-radius: 0;
    border: 1px solid #d9d9d9;
    outline: 0;
    width: 100%;
    margin: 0;
    padding: 20px;
    cursor: pointer;
    box-sizing: border-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    position: relative;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}
.popupSend .content .g-recaptcha div{
    margin: 0 auto;
}
.popupSend .content .button {
    display: flex;
    justify-content: center;
    max-width: 400px;
    margin-top: 10px;
}
.popupSend .content .button button {
    border: none;
    background: #000000;
    color: white;
    padding: 10px 40px;
    cursor: pointer;
    font-size: 16px;
}
.bottomText{
    font-family: "roboto";
    font-size: 15px;
    font-weight: 300;
    line-height: 2;
}