/* 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;
}
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 */


@font-face {
    font-family: 'have_a_great_day_demoregular';
    src: url('../fonts/haveagreatday-webfont.woff2') format('woff2'),
    url('../fonts/haveagreatday-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@-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: 'Tinos', serif;
    margin: 0;
    font-size: 16px;
}

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: 1300px;
    margin: 0 auto;
    overflow: hidden;
    transition: opacity 0.3s;
    padding: 0 15px;
}

.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'%23000000'%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: -40px;
    z-index: 999;
}

.slick-prev:before {
    content: ""
}

.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'%23000000'%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: -40px;
    z-index: 999;
}

.slick-next:before {
    content: ""
}



/* MENU */

.menu {
    max-width: 1300px;
    margin: 0 auto;
}

.menuSelected {
    font-weight: bold;
}

#logo {
    max-width: 530px;
    margin: 0 auto;
    padding: 15px;
}

#logo img {
    width: 100%;
}

.menuList {
    text-align: center;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    box-sizing: border-box;
}

.menuList li {
    display: inline-block;
    vertical-align: middle;
    margin: 15px 40px;
    font-size: 24px;
}

.menuList li:hover {
    font-weight: 700;
}

.womenMenu {
    width: 78px;
}
.menMenu {
    width: 48px;
}
.offMenu {
    width: 170px;
    position: relative;
    top:3px;
    font-family: 'have_a_great_day_demoregular';
}
.becomeMenu {
    width: 168px;
}
.contactMenu {
    width: 78px;
}

.menuSelected {
    font-weight: bold;
}

/* HOME */

.mobileHomeSlider {
    display: none;
}

.desktopHomeSliders {
    margin-right: -34px;
}

.sliderHomepage {
    opacity: 0;
    transition: opacity 1s;
}

.slide-on-ready-1 {
    -webkit-animation: slideIn1 1000ms cubic-bezier(0.77, 0, 0.175, 1) 300ms;
    -moz-animation: slideIn1 1000ms cubic-bezier(0.77, 0, 0.175, 1) 300ms;
    -o-animation: slideIn1 1000ms cubic-bezier(0.77, 0, 0.175, 1) 300ms;
    animation: slideIn1 1000ms cubic-bezier(0.77, 0, 0.175, 1) 300ms;
    opacity: 1;
    animation-fill-mode: backwards;
    -webkit-animation-fill-mode: backwards;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1; }

#homePictures {
    margin-top: 50px;
    overflow: hidden;
}

.sliderHomepage {
    display: inline-block;
    width: 30%;
    width: calc(33.3333333% - 34px);
    vertical-align: top;
    margin-right: 30px;
}

.homePicture {
    overflow: hidden;
    position: relative;
}

.homePictureName {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 15px;
    background-color: #FFFFFF;
    font-size: 18px;
}


#homeInstagram {
    margin-bottom: 10px;
    margin-top: 50px;
}

.homeInstagramTitle, .listTitle {
    text-align: center;
    position: relative;
    font-size: 27px;
    height: 26px;
    margin-bottom: 30px;
    text-transform: uppercase;

}

.listTitle.wallFont {
    font-size: 34px;
    margin-top:30px;
    position: relative;
    top: 3px;
}

.listTitle.wallFont {
    position: relative;
    top: -3px;
    font-family: 'have_a_great_day_demoregular';
    font-size: 34px;
    margin-top:30px;
}

.fontWall {
    position: relative;
    top: 3px;
    font-family: 'have_a_great_day_demoregular';
}

.fontWallName {
    position: relative;
    top: 3px;
    font-family: 'have_a_great_day_demoregular';
    font-size: 22px !important;
}

.homeInstagramTitle span, .listTitle span {
    padding: 0 15px;
    background-color: #FFFFFF;
    height: 26px;
}

.homeInstagramBorder, .listBorder {
    position: absolute;
    border-top: 1px solid #000000;
    width: 100%;
    top: 13px;
    z-index: -1;
}

.instagramElements {
    margin: 0 -8px;
}

.instagramElement {
    width: 23%;
    width: calc(25% - 19px);
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 8px 20px 8px;
}

.instagramLikes {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    background-color: #FFFFFF;
    font-size: 13px;
    opacity: 0;
    transition: all 0.3s    ;
}

.instagramLikes i {
    color: #e71414;
}

.instagramElement:hover .instagramLikes {
    opacity: 1;
}

/* LIST */
.boardsMenu {
    text-align: center;
    font-size: 20px;
    padding: 15px 0 15px 0;
}
.boardsMenu li {
    display: inline-block;
    margin: 0 30px;
}

.listElements {
    margin: 0 -10px;
    padding-bottom: 10px;
}

.listElement {
    width: 24%;
    width: calc(25% - 20px);
    vertical-align: top;
    display: inline-block;
    margin: 0 8px 20px 8px;
}

.listElement img {
    width: 100%;
    transition: all 0.5s;
}


.listElement:hover img {
    transform: scale(1.1);
}

.listElementPictureContainer {
    overflow: hidden;
}

.listElementModelName {
    padding-top: 10px;
    font-size: 16px;
    text-align: center;
}

.boardPopup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.8);
    z-index: 10000000;
    display: none;
}

.openListPopup {
    cursor: pointer;
}

.popupContainer {
    background-color: #FFFFFF;
    border: 1px solid #000000;
    width: 90%;
    box-sizing: border-box;
    max-width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
}

.popupContainer div  {
    padding: 70px 0;
    text-align: center;
    line-height: 24px;
    font-size: 18px;
}

.popupContainer a {
    font-weight: bold;
    text-decoration: underline;
}

.popupContainer i {
    position: absolute;
    cursor: pointer;
    font-size: 24px;
    right: 15px;
    top: 13px;
}


/* FOOTER */
#footer {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    padding: 15px;
}

#footer i {
    margin-left: 5px;
    font-size: 15px;
}
.footerContainer {
}

.mobileFooterContainer {
    display: none;
}

/* BOOK */

.mobilePortfolio {
    display: none;
}

.mobilePortfolio img {
    width: 100%;
    margin-bottom: 13px;
}

#portfolio {
    margin-bottom: 35px;
    padding: 0 40px;
    opacity: 0;
    min-height: 550px;
    transition: opacity 0.5s;
}

.portfolioElement .bookPortrait {
    max-width: 45%;
    max-width: calc(50% - 4px);
    display: inline-block;
    vertical-align: middle;
}

.portfolioElement .bookLandscape {
    max-width:98%;
    max-width: calc(100% - 4px);
    display: inline-block;
    vertical-align: middle;
}

.portfolioElement .rightPicture {
    max-width: 45%;
    max-width: calc(50% - 4px);
    display: inline-block;
    vertical-align: middle;
}

.portfolioInfos {
    width: 45%;
    width: calc(50% - 4px);
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 20px;
    line-height: 26px;
}
.portfolioFirstPicture {
    width: 45%;
    width: calc(50% - 4px);
    display: inline-block;
    vertical-align: middle;
}

.portfolioFirstPicture img {
    max-width: 100% !important;
}

.portfolioElement img {
    max-height: 700px !important;
}

.portfolioInfos ul {
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    margin: 0 auto
;
}

.portfolioInfos li .measurementLabel {
    width: 80px;
    display: inline-block;
    color: #858585;
}
/* ABOUT */
.aboutContainer{
    max-width: 800px;
    margin: 50px auto 0 auto;
    position: relative;
}
.aboutText {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 50px;
    text-align: justify;
}
.aboutText span {
    font-weight: bold;
}
/* BECOME */

.becomeTitle {
    margin-top: 50px;
}

.becomeContainer {
    max-width: 800px;
    margin: 50px auto 0 auto;
    position: relative;
}

.becomeText {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 50px;
    text-align: justify;
}

.becomeText span {
    font-weight: bold;
}

#applicationForm {
    font-size: 18px;
}

.genderSelect {
    -webkit-appearance: button;
    -webkit-border-radius: 0px;
    -webkit-user-select: none;
    background-image: url(../images/down-arrrow-become.png);
    background-position: 100% center;
    background-size: 18px;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    color: #000000;
    border: none;
    border-bottom: 1px solid #858585;
    box-sizing: border-box;
    width: 220px;
    width: calc(100% - 155px);
    margin-bottom: 20px;
    line-height: 30px;
}

.becomeElements {
    margin-bottom: 30px;
}

.becomeElement label {
    width: 150px;
    display: inline-block;
    cursor: pointer;
}

.becomeElement input {
    box-sizing: border-box;
    width: 220px;
    width: calc(100% - 155px);
    font-size: 18px;
    display: inline-block;
    margin-bottom: 20px;
    line-height: 30px;
    border: none;
    border-bottom: 1px solid #858585;
    transition: all 0.5s;
}

.becomeElement input:hover, .becomeElement input:focus {
    border-bottom: 1px solid #000000;
}

.imageToUploadArea {
    position: relative;
    overflow: hidden;
}

.typeOfPicture {
    position: absolute;
    top: 50%;
    text-align: center;
    left: 0;
    transform: translateY(-50%);
    right: 0;
    font-size: 16px;
}

.uploadPicturesElements {
    margin: 0 -10px;
}

.imageToUploadContainer {
    width: 31%;
    width: calc(33.3333333% - 20px);
    vertical-align: top;
    display: inline-block;
    margin: 0 8px;
    border: 1px solid #858585;
    box-sizing: border-box;
}

.imageToUploadContainer img {
    width: 100%;
    opacity: 0.5;
    transition: all 1s;
}

.imageToUploadContainer input {
    cursor: pointer;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
}

.grecaptcha-badge {
    display: none !important;
}

#validationPart {
    margin: 30px 0;
}

.becomeSubmit {
    width: 254px;
    margin: 0 auto;
    display: block;
    line-height: 30px;
    background-color: #FFFFFF;
    padding: 0;
    border: 1px solid #858585;
    cursor: pointer;
    font-size: 18px;
    font-family: 'Tinos', serif;
    transition: all 0.5s;
    outline: none;
}

.becomeSubmit:hover {
    background-color: #000000;
    color: #FFFFFF;
    border: 1px solid #000000;
}

#errorOutput {
    font-size: 14px;
    text-align: center;
    color: #e71414;
    margin-top: 30px;
}

#applicationSent {
    color: #83be58;
    text-align: center;
    line-height: 30px;
}
.languageBecome {
    margin-bottom: 10px;
    text-align: right;
    cursor: pointer;
}

.languageBecome span {
    cursor: pointer;
}

.becomeEN {
    font-weight: bold;
}

.becomeItText {
    display: none;
}

/* CONTTACT */

.contactContent {
    font-size: 20px;
    text-align: center;
}

.contactTitle {
    font-weight: bold;
    margin-bottom: 22px;
    margin-top: 10px;
}

.contactInfos {
    line-height: 36px;
    margin-bottom: 20px;
}

.contactTitlePage {
    margin-top: 50px;
}

