/* 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 */

@-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: Ubuntu, sans-serif;
    font-weight:300;
    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: 1500px;
    margin: 0 auto;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: opacity .5s;
    padding: 116px 30px 0 30px;
    box-sizing: border-box;
    overflow: hidden;
}

.hidden-opacity {
    /*visibility: hidden;*/
    /*pointer-events: none;*/
    /*opacity: 0;*/
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

/* SLICK */

.slick-slider {
    margin-bottom: 0;
}

.slick-prev, .slick-next {
    top: 48%;
    top: -webkit-calc(50% - 15px);
    top: -moz-calc(50% - 15px);
    top: calc(50% - 15px);
}

.slick-prev, .slick-prev:hover, .slick-prev:focus{
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23333333'%2F%3E%3C%2Fsvg%3E") 0;
    width: 27px;
    height: 44px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
    left: -50px;
    z-index: 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'%23333333'%2F%3E%3C%2Fsvg%3E") 0;
    width: 27px;
    height: 44px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
    right: -50px;
    z-index: 999;
}

.slick-next:before {
    content: ""
}



/* MENU */

.menu {
    /* 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;*/
}

.menuSelected {
    /*font-weight: bold;*/
}


/* MENU MOBILE */

.menuMobile {
    display: none;
}

#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;
    opacity: 0;
    transition: opacity 0.5s;
}

/* css mogo */

.menu{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: white;
    border-bottom: 1px solid #ccc;
}

.menu hr{
    margin-top: 30px;
    margin-bottom: 0;
    border-bottom: 0;
}

.menuDesktop{
    max-width: 1500px;
    margin: 0 auto;
    padding: 20px 30px;
    box-sizing: border-box;
    font-size: 0;
}
.menuLogo{
    display: inline-block;
    width: 250px;
    vertical-align: middle;
}
.menuLogo img{
    width: 200px;
}

.menuOpenedLogo {
    position: absolute;
    top:15px;
    left:15px;
}
.menuOpenedLogo img {
    width: 100px;
}

.menuList{
    display: inline-block;
    width: calc(100% - 250px);
    vertical-align: middle;
    text-align: right;
    transition: opacity 0.5s;
}

.menuMobileList {
    font-size: 21px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    transition: color 0.3s, opacity 0.8s;
    position: absolute;
    left: 0;
    right: 0;
    top:50%;
    transform: translateY(-50%);
    font-weight: 400;
}

.menuMobileList li {
    padding: 20px;
}

.menuList li{
    font-weight: 400;
    margin-left: 15px;
    padding: 5px 0;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    box-sizing: border-box;
    text-transform: uppercase;
    cursor: pointer;
    transition: color 0.3s, opacity 0.8s;
    opacity: 0;
}

.menuList li:hover{
    color: #E93F97;
}

.menuSelected {
    color: #E93F97;
}
.listSelected{
    color: #E93F97;
}

/*.menuFloatLeft{*/
/*    float: left;*/
/*}*/
/*.menuFloatRight{*/
/*    float: right;*/
/*}*/
/*.menuClear{*/
/*    clear: both;*/
/*}*/

/*homepage*/

.homeNewsContainer{
    opacity: 0;
    transition: opacity 0.3s;
    padding: 30px 0 100px 0;
    margin: 0 -15px;

}

.newsHomeLandscape {
    width: 66.6666% !important;
}

.homeNewsElement{
    width: 33.33333%;
    box-sizing: border-box;
    padding: 0 15px 30px 15px;

}

.homeNewsElementEffect {
    transform: translateY(50%);
    transition: transform 0.7s ease, opacity 0.3s;
    opacity: 0;
}

.homeNewsPictureContainer {
    position: relative;
    overflow: hidden;
}

.homeNewsOverlayBackground {
    top:0;
    bottom:0;
    left:0;
    right: 0;
    position: absolute;
}

.homeNewsOverlay {
    background-color:  rgba(0,0,0, 0.5);
    font-size: 16px;
    top:0;
    bottom:0;
    left:0;
    right: 0;
    position: absolute;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s;
}

.homeNewsPictureContainer:hover .homeNewsOverlay {
    opacity: 1;
}

.homeNewsPictureContainer:hover .homeNewsPicture {
    transform: scale(1.1);
}

.homeNewsOverlayInfos {
    position: absolute;
    left:0;
    right:0;
    top:50%;
    transform: translateY(-50%);
    padding: 30px;
}

.homeNewsOverlayTitle {
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 18px;
    color: #FFF;
}

.homeNewsOverlayModel {
    text-transform: uppercase;
    color: #E93F97;
    font-size: 21px;
    letter-spacing: 1px;
    padding-bottom: 5px;
    font-weight: 500;
}

.homeNewsPicture{
    width: 100%;
    transition: transform 0.3s;
}

.homeNewsModel {
    text-transform: uppercase;
    color: #E93F97;
    font-size: 21px;
    letter-spacing: 1px;
    padding-bottom: 5px;
    font-weight: 500;
}
.homeNewsElementInfos{
    padding-top: 10px;
}

.homeNewsModel p{
    width: max-content;
    text-align: left;
}

.homeNewsTitle{
    text-align: left;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 18px;
    color: black;
}
.homeNewsBackTop{
    position: fixed;
    right: 10px;
    bottom: 10px;
}
.backtop{
    color: #E93F97;
    opacity: 0;
    transition: opacity 0.5s;
    cursor: pointer;
    border-radius: 50%;
}
/*.backtop:hover{*/
/*    color: rgb(214, 79,149);*/
/*    background: white;*/

/*}*/


/*news_detail*/

.newsModelList {
    text-transform: uppercase;
    color: #E93F97;
    font-size: 24px;
    letter-spacing: 1px;
    padding-bottom: 10px;
    font-weight: 500;
}

.newsContainer{
    margin: 30px 0;
}

.newsDetailContent {
    padding-top: 30px;
    font-size: 18px;
    line-height: 22px;
}

.newsDetailContent iframe {
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    width: 100%;
}


.newsTitle{
    font-size: 21px;
    font-weight: 300;
    letter-spacing: 1px;
}
.newsDate{
    font-size: 19px;
    font-weight: lighter;
    color: #E93F97;
    text-align: center;
    padding-top: 30px;
}
.newsSectionPicture{
    font-size: 0;
    padding-top: 30px;
    margin: 0 -15px;
}
.newsModelNames{
    text-align: left;
    font-size: 0;
}
.newsModelName{
    padding-left: 10px;
    box-sizing: border-box;
    width: 50%;
    font-size: 21px;
    letter-spacing: 2px;
    color: #E93F97;
    text-transform: uppercase;
    display: inline-block;
}
.bewsModelName a{

}
.landscapeNew{
    width: 100%;
    padding: 0 15px 30px 15px;
    box-sizing: border-box;
}

.portraitNew{
    max-width: 50%;
    display: inline-block;
    padding: 0 15px 30px 15px;
    box-sizing: border-box;
    vertical-align: top;
}

/*list*/

.searchNoResult {
    font-size: 24px;
    text-align: center;
    padding-top: 100px;
    font-weight: 300;
    color: #000;
    letter-spacing: 1px;
}

.listModelElements{
    font-size: 0;
    padding-top: 102px;
    padding-bottom: 80px;
    margin: 0 -15px;
}

.listModelMenu{
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 30px;
}

.listModelBoard{

}

.letterList {
    float: left;
    transition: opacity 0.3s;
    opacity: 0;
}

.listModelBoard li{
    padding-bottom: 5px;
    display: inline;
    padding-right: 15px;
}


.listModelSearch{
    float: right;
    padding-top: 7px;
    position: relative;
}

#searchInput{
    width: 100px;
    border: none;
    border-bottom: 1px solid black;
    font-size: 13px;
    font-weight: 300;
    padding: 3px 20px 3px 0;
}

.clear{
    clear: both;
}

#menuSearchIcon {
    font-size: 13px;
    position: absolute;
    right: 0;
    bottom: 4px;
}

.hideListMenu {
    display: none;
}

.listModelElement{
    display: inline-block;
    width: 16.6666%;
    text-transform: uppercase;
    color: #E93F97;
    box-sizing: border-box;
    position: relative;
    padding: 0 15px 30px 15px;

}
.listModelElement img{
    width: 100%;
    display: block;
    transition: transform 0.3s;
}
.listModelElementOverlay {
    position: absolute;
    top:0;
    bottom: 0;
    left:0;
    right: 0;
    background: rgba(233,63,151,0.1);
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s;
}

.listModelElement:hover .listModelElementOverlay {
    opacity: 1;
}

.listModelElement:hover  img {
    transform: scale(1.1);
}

.listLinkBook{
    font-size: 0;
}
.listModelName{
    padding-top: 15px;
    font-size: 16px;
    font-weight: 400;
}

.listModelLetter{
    padding-top: 15px;
    font-size: 13px;
    line-height: 15px;
}
.letterIndex{
    display: inline;
    padding-right: 5px;
}

.letterAvailable{
    color: black;
}
.letterUnavailable{
    pointer-events: none;
    color: #CCC;
}

.letterActive {
    color: #E93F97;
    font-weight: 500;
}



/*become*/

#applicationForm{
    padding: 30px 0 100px 0;
}
.becomeTitle{
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 10px;
}

.becomeEntrance{
    text-align: center;
    letter-spacing: 1px;
    line-height: 26px;
}

.becomeFormContainer{
    max-width: 900px;
    margin: 0 auto;
}
.becomeInfoContainer{
    margin-bottom: 50px ;
    margin-top: 35px;
    font-size: 0;
}
.becomeInfoContainer label{
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
    width: 20%;
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
}
.becomeFormInfo input, .becomeFormInfo select{
    width: 80%;
    display: inline-block;
    border: none;
    border-bottom: 1px solid lightgray;
    height: 20px;
    padding-bottom: 10px;
    color: #E93F97;
    font-size: 14px;
    vertical-align: middle;
}

.becomeFormInfo{
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 15px 0;
}

input[type="date"]::-webkit-inner-spin-button,::-webkit-calendar-picker-indicator{
    opacity: 0;
    -webkit-appearance: none;
    cursor: pointer;
}

.becomeFormInfo select{
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
    margin: 0;
    border-radius: 0;
    cursor: pointer;
}

.becomeFormSelect::after {
    /* Le pointeur du select */
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: .75em;
    display: block;
    width: 0; height: 0;
    border-color: transparent;
    border-top-color: #444;
    border-width: 6px;
    border-style: solid;
    pointer-events: none;
}

.becomePictures{
    font-size: 0;
    margin: 30px -7px;
}
.becomePicture{
    display: inline-block;
    width: 33.3333%;
    padding: 0 7px;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
}
.picContainer{
    height: 400px;
    border: 1px solid #E93F97;
    position: relative;
    overflow: hidden;
}
.becomePicture img{
    display: block;
    opacity: 0;
    width: 100%;
}
.becomePicture span{
    font-size: 18px;
    text-transform: uppercase;
    color: grey;
    position: absolute;
    top: 80%;
    left: 0;
    right: 0;
    text-align: center;
}
.becomePictureOverlay{
    position: absolute;
    background: rgba(233,63,151,0.1);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.5s;
}
.becomePicture:hover .becomePictureOverlay {
    opacity: 1;
}
.becomePictureOverlay input{
    opacity: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    cursor: pointer;
}
.becomePictureOverlay i{
    font-size: 30px;
    color: #E93F97;
    top: 50%;
    left: 50%;
    position: relative;
    transform: translate(-50%, -50%);
}

.becomeFormPrivacy{
    text-align: center;
}

.becomeFormSubmit{
    padding: 30px 0;
    text-align: center;
}

input[type="submit"]{
    background: #E93F97;
    color: white;
    width: 150px;
    border: none;
    text-transform: uppercase;
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.5s, color 0.5s;
    font-size: 18px;
    box-sizing: border-box;
    border: 1px solid #E93F97;
    font-weight: bold;
}

input[type="submit"]:hover{
    color: #E93F97;
    background: white;
}

#output{
    text-align: center;
}

/*contact*/



.contactSectionContainer{
    padding: 30px 0 100px 0;
    font-size: 0;
}


.contactElements{
    display: inline-block;
    width: 50%;
}
.contactElement{
    width: 50%;
    display: inline-block;
    font-size: 16px;
    box-sizing: border-box;
    vertical-align: top;
    padding-right: 20px;
}
.contactElementTitle li{
    border-bottom: 1px solid #E93F97
    padding-bottom: 5px;
    width: fit-content;
    margin-bottom: 5px;
    cursor: pointer;
    text-transform: uppercase;
}

.contactMapContainer {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    height: 400px;
}


.contactListInfo li, .contactListSocial li{
    line-height: 16px;
}

.contactSocial{
    display: inline-block;
    color: #E93F97;
    padding-right: 5px;
    font-size: 16px;
}

.contactContent {
    padding: 30px;
}
.contactListTitle{
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.contactSocialLinkTitle{
    text-transform: uppercase;
    border-bottom: 1px solid #E93F97;
    padding-bottom: 5px;
    margin-bottom: 10px;
    width: fit-content;
    font-weight: bold;
    padding-top: 40px;
}
.contactSocialLink li a{
    color: #E93F97;
}
.contactSocialLink li{
    padding-bottom: 10px;
}

.contactElementPart {
    padding-bottom: 40px;
}


.contactElementPart h2{
    text-transform: uppercase;
    border-bottom: 1px solid #E93F97;
    padding-bottom: 5px;
    margin-bottom: 20px;
    width: fit-content;
    font-weight: bold;
}
.contactElementName{
    color: #E93F97;
}

.contactElementPart a{
    transition: color 0.3s;
}

.contactElementPart a:hover {
    color: #E93F97;
}

.contactElementPart li {
    padding-bottom: 10px;
}
.contactElementPart ul {
    padding-bottom: 10px;
}



/*book*/

.bookContainer {
    padding: 30px 0 100px 0;
    font-size: 0;
    margin: 0 auto;
}

.bookVideoContainer {
    padding: 30px 0 100px 0;
    font-size: 0;
}

.bookInfos {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    opacity: 0;
    transition: opacity 0.3s;
    position: relative;
}

.bookVideosInfos {
    width: 400px;
    display: inline-block;
    vertical-align: top;
}

.bookVideos {
    width: 100%;
    width: calc(100% - 400px);
    display: inline-block;
    vertical-align: top;
}

.bookVideos iframe {
    width: 100%;
    margin-bottom: 30px;
}

.bookIntro {
    margin-bottom: 30px;
}

.bookIntroFirstPicture {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    opacity: 0;
    transition: opacity 0.3s;
    box-sizing: border-box;
    padding-left: 15px;
    text-align: right;
}

.bookIntroFirstPicture img {
    max-width: 100%;
    min-height: 550px;
}

.bookElement {
    vertical-align: top;
}

.bookElements{
    margin: 0 -15px;
    text-align: center;
}

.bookLandscape {
    padding: 0 15px 30px 15px;
    max-width: 100%;
    box-sizing: border-box;
}

.bookPortrait{
    padding: 0 15px 30px 15px;
    max-width: 50%;
    box-sizing: border-box;
}


.bookProfileFullName{
    font-size: 55px;
    line-height: 46px;
    font-weight: 400;
    text-transform: uppercase;
}

.bookProfileFullName h1 span:nth-child(1) {
    font-style: italic;
    font-weight: 700;
}

.bookProfileFullName span {
    display: block;
}

.bookProfileNav {
    font-size: 21px;
    line-height: 37px;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 50%;
    transform:translateY(-50%);
}

.bookVideoProfileNav {
    font-size: 21px;
    line-height: 37px;
    text-transform: uppercase;
    margin-top: 100px;

}

.bookProfileNav div, .bookVideoProfileNav div {
    margin: 15px 0;
}


.bookProfileNav li, .bookVideoProfileNav li {
    transition: color 0.3s;
    cursor: pointer;
}

.bookProfileNav li:hover, .bookVideoProfileNav li:hover {
    color: #E93F97;
}

.bookProfileMeasurements {
    font-size: 15px;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    line-height: 21px;

}


.bookProfileMeasurements span {
    display: inline-block;
    vertical-align: middle;
}

.bookProfileMeasureLabel {
    font-style: italic;
    color: #aaaaaa;
    width: 120px;
}

.backToCategory{
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 50px;
    transition: color 0.3s;

}

.backToCategory i {
    margin-right: 10px;
}

.backToCategory:hover {
    color: #E93F97;
}

#overview{
    transition: color 500ms;
}

#overview:hover{
    color: #E93F97;

}

.firstBookPicture{
    width: 50%;
    display: inline-block;
    height: 100%;

}
.firstBookPicture img{
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}


.bookProfileMeasurements{

}

.bookOverview {
    position: fixed;
    top:0;
    bottom:0;
    left:0;
    right: 0;
    background-color: rgba(255,255,255,0.9);
    z-index: 1000000000000;
    padding: 50px;
    font-size: 0;
}


.bookOverviewElement{
    width: 17%;
    width: calc(20% - 30px);
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 30px 15px;
    box-sizing: border-box;
    overflow: hidden;
}

.bookOverviewElements {
    height: 90vh;
    height: calc(100vh - 100px);
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}

.bookOverviewElementsContainer {
    margin: 0 -15px;
}

.closeOverview {
    font-size: 27px;
    background-color: white;
    position: absolute;
    top: 50px;
    left: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    z-index: 1;
    cursor: pointer;
    transition: color 0.3s;
}

.closeOverview:hover i {
    color: #E93F97;
}

.bookOverviewElements img {
    cursor: pointer;
}

.overviewPortrait {
    width: 100%;
}

.overviewLandscape {
    height: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

/*footer*/

#footer{
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    border-top: 1px solid #ccc;
}

.footerListInfo li, .footerListSocial li{
    line-height: 16px;
}

.footerSocial{
    display: inline-block;
    color: #E93F97;
    padding: 5px;
    font-size: 12px;
    padding-top: 25px;
}

.footerContent{
    padding: 30px;
    max-width: 1500px;
    box-sizing: border-box;
    margin: 0 auto;
}

.footerListTitle{
    font-size: 12px;
    font-weight: bold;
}

/*captcha*/

.grecaptcha-badge {
    display: none !important;
}



/* MOBILE ELEMENTS */

.menuMobileOpened {
    display: none;
    position: fixed;
    top:0;
    bottom:0;
    left:0;
    right: 0;
    background-color: rgba(255,255,255,0.9);
    z-index: 100;
}


.menuBurger {
    position: fixed;
    top:20px;
    right: 15px;
    z-index: 1000;
    display: none;
    outline: none;
}

.menuBurger button {
    outline: none;
}

.hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
    background-color: #E93F97 !important;
}

.hamburger {
    padding: 0;
}