/* 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;
    }
}

@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}

@font-face {
    font-family: 'Museo Sans Rounded 300';
    src: url('../fonts/MuseoSansRounded-300.eot');
    src: url('../fonts/MuseoSansRounded-300.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MuseoSansRounded-300.woff2') format('woff2'),
    url('../fonts/MuseoSansRounded-300.woff') format('woff'),
    url('../fonts/MuseoSansRounded-300.ttf') format('truetype'),
    url('../fonts/MuseoSansRounded-300.svg#MuseoSansRounded-300') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Sans 500';
    src: url('../fonts/MuseoSans-500Italic.eot');
    src: url('../fonts/MuseoSans-500Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MuseoSans-500Italic.woff2') format('woff2'),
    url('../fonts/MuseoSans-500Italic.woff') format('woff'),
    url('../fonts/MuseoSans-500Italic.ttf') format('truetype'),
    url('../fonts/MuseoSans-500Italic.svg#MuseoSans-500Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Museo Sans 500';
    src: url('../fonts/MuseoSans-500.eot');
    src: url('../fonts/MuseoSans-500.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MuseoSans-500.woff2') format('woff2'),
    url('../fonts/MuseoSans-500.woff') format('woff'),
    url('../fonts/MuseoSans-500.ttf') format('truetype'),
    url('../fonts/MuseoSans-500.svg#MuseoSans-500') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Sans Rounded 700';
    src: url('../fonts/MuseoSansRounded-700.eot');
    src: url('../fonts/MuseoSansRounded-700.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MuseoSansRounded-700.woff2') format('woff2'),
    url('../fonts/MuseoSansRounded-700.woff') format('woff'),
    url('../fonts/MuseoSansRounded-700.ttf') format('truetype'),
    url('../fonts/MuseoSansRounded-700.svg#MuseoSansRounded-700') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Trola';
    src: url('../fonts/Trola-Light.eot');
    src: url('../fonts/Trola-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Trola-Light.woff2') format('woff2'),
    url('../fonts/Trola-Light.woff') format('woff'),
    url('../fonts/Trola-Light.ttf') format('truetype'),
    url('../fonts/Trola-Light.svg#Trola-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}



.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: 'Museo Sans Rounded 300';
    font-weight: 300;
    font-style: normal;
    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;
}

.animated-background {
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #f8f8f8 18%, #eeeeee 33%);
    background-size: 800px 104px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.hoverPicture{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.hoverPicture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.homeElementInstagramContainer {
    position: relative;
}

.instagramHomeLoading {
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

#navigation {
    max-width: 1350px;
    margin: 0 auto;
    padding: 80px 20px 0;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.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);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.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'%23007aff'%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;
}

.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'%23007aff'%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;
}

.slick-prev.slick-arrow.slick-disabled {
    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'%23A4D0FF'%2F%3E%3C%2Fsvg%3E") 0;
}

.slick-next.slick-arrow.slick-disabled {
    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'%23A4D0FF'%2F%3E%3C%2Fsvg%3E") 0;
}

.slick-next:before {
    content: "";
}

/* MENU */
.menu {
    margin: 0 auto;
    height: 80px;
    border-bottom: 1px solid #f1f1f1;
    position: fixed;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 1000;
    /*!* Correction pour le bug d'overlap lors d'un scroll rapide et que le menu est en position fixed *!*/
    /*-webkit-transform: translate3d(0,0,0);*/
    /*-webkit-overflow-scrolling: touch;*/
}

.menuDesktop {
    position: relative;
    padding: 0 20px;
}

.menuDesktopElement {
    position: absolute;
    left: 50%;
    width: 620px;
    top: 0;
    bottom: 0;
    text-align: center;
    line-height: 85px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.menuDropdown li {
    display: inline-block;
    font-size: 25px;
    letter-spacing: 1px;
    font-weight: 100;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

li.menuModels {
    height: 80px;
    font-size: 0;
    vertical-align: top;
    line-height: 97px;
}

.menuModels.menuModelsEdge {
    width: 32%;
    width: calc(33.33333% - 4px);
}

.menuFirefox {
    width: 32%;
    width: calc(25% - 4px);
}

.menuPaddingFirefox {
    padding: 0 30px !important;
}

.menuModels:hover {
    background: #EBEBEB;
}

.menuDesktopNewsElement {
    display: inline-block;
    width: 30%;
    width: calc(33.33333% - 35px);
    padding: 0 15px;
    vertical-align: top;
}

.menuDesktopNewsPicture {
    position: relative;
    height: 270px;
    overflow: hidden;
}

.menuDesktopNewsElements, .menuDesktopNewsElementsInformations {
    margin: 25px 10px;
}

.menuDesktopNewsTitle {
    font-family: 'Museo Sans Rounded 700';
    line-height: 35px;
    text-align: left;
    font-size: 25px;
}

.menuDesktopNewsContent {
    text-align: left;
    line-height: 19px;
    font-size: 15px;
    padding: 20px 0;
    letter-spacing: 0;
    font-family: 'Museo Sans Rounded 300';
}

.menuDesktopNewsCategory {
    text-align: left;
    line-height: 20px;
    font-size: 15px;
    letter-spacing: 0;
    color: #505050;
    font-family: 'Museo Sans Rounded 300';
}

.menuDesktopButtonSeeAll {
    text-align: right;
    line-height: 40px;
    font-size: 18px;
    padding-right: 15px;
}

.menuDesktopLogo {
    width: 300px;
    margin-top: 25px;
    display: inline-block;
    vertical-align: middle;
}

.menuDesktopLogo img {
    width: 170px;
}

.menuDesktopElementName {
    display: inline-block;
    position: relative;
    bottom: 4px;
    cursor: pointer;
}

.menuDesktopDropdown, .menuDesktopDropdownNews {
    overflow-y: scroll;
    height: 700px;
    display: none;
    position: fixed;
    left: -300px;
    right: -300px;
    background: #fff;
}

.open {
    display: block;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.menuDesktopElementName:hover {
    background: #EBEBEB;
}

.menuDesktopDropdown.open li a:hover {
    background: #EBEBEB;
}

.menuDropdown button {
    width: 100%;
    height: 100%;
    line-height: 86px;
    padding: 0 50px;
    font-size: 15px;
    font-family: 'Museo Sans 500';
    border: 0;
    background: transparent;
    cursor: pointer;
}
.menuDropdown button:hover,
.menuDropdown button:focus {
    outline: 0;
}
.submenu {
    display: none;
    position: absolute;
    background: #fff;
    /*left: -65%;*/
    /*right: -65%;*/
    left: -40%;
    right: -40%;
    top: 80px;
    border: 1px solid #CACACA;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow-y: auto;
    line-height: 104px;
}

ul.submenu.database {
    text-align: left;
}
.show {
    display: block;
}

.emptyMenuNews {
    font-size: 25px;
    padding-top: 23px;
    text-align: center;
}

/*.menuDropdown button:focus + .submenu,*/
/*.submenu:active {*/
/*display: block;*/
/*}*/

.drop-item {
    display: block;
    position: relative;
}

.nav-content {
    margin-left: 20px;
    display: none;
    flex-direction: column;
}

.drop+.nav-content {
    display: block;
}

.nav-content a .drop-item {
    margin-bottom: 2%;
}

.secondSubMenu {
    min-height: 200px;
    max-height: 600px;
}

.heightNews {
    height: auto !important;
}

.submenu ul {
    line-height: 0;
    text-align: left;
}

.submenu li {
    width: 23%;
    /*width: calc(25% - 5px);*/
    width: calc(33.3333% - 5px);
    display: inline-block;
    font-family: 'Museo Sans Rounded 300';
    text-align: center;
}
.submenu li.large {
   width: calc(50% - 5px);
}
.submenu li:nth-child(1) {
    padding: 0 2.5px 0 0;
}

.submenu li:nth-child(2), .submenu li:nth-child(3) {
    padding: 0 2.5px 0 2.5px;
}
.submenu li.large:nth-child(2){
    padding: 0 0 0 2.5px;
}
.submenu li:nth-child(4) {
    padding: 0 0 0 2.5px;
}

.submenu li a {
    font-size: 15px;
    border: 1px solid #CACACA;
    width: 100%;
    display: inline-block;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    line-height: 80px;
}

.submenu li a:hover {
    background: #EBEBEB;
}

.menuDesktopDropdownTitle {
    text-align: left;
    padding: 10px 50px 10px;
    line-height: 60px;
}

.menuDesktopDropdownTitle span {
    font-family: 'Museo Sans 500';
    font-size: 26px;
}

.menuSelected {
    font-family: 'Museo Sans Rounded 700';
    background: #f1f1f1;
}

.submenu.databse {
    min-height: 700px;
}

li.submenuDatabase {
    display: inline-block;
    width: 48%;
    width: calc(50% - 14px);
    vertical-align: top;
}

/*.menuDatabaseElements {*/
    /*display: inline-block;*/
    /*width: 49%;*/
    /*width: calc(50% - 4px);*/
    /*text-align: left;*/
/*}*/

/*.menuDatabaseElements:last-child {*/
    /*text-align: right;*/
/*}*/

li.submenuDatabaseContainer {
    width: auto;
}

.menuElementTitle {
    font-size: 24px;
    line-height: 30px;
    font-family: 'Museo Sans Rounded 300';
    letter-spacing: 2px;
    vertical-align: middle;
    display: inline-block;
    width: calc(80% - 4px);
}

.menuElementSubTitleSeeAll a {
    line-height: 30px !important;
    font-family: inherit !important;
    background: transparent !important;
}

.menuElementTitle {
    text-align: left;
}

.menuElementsAjax {
    position: relative;

}

.menuElementsAjax {
    display: inline-block;
    width: 31%;
    width: calc(33.33333% - 10px);
    padding: 0px 5px 0 0;
}

.menuElementNewsPictureAjax {
    overflow: hidden;
    height: 135px;
}

.menuElementsAjax iframe {
    height: 100%;
    width: 100%;
}

.menuElementsContainerAjax {
    margin: 30px 35px 0;
    text-align: left;
}

.homeElementsOverlayContentAjax {
    margin-top: 180px;
}

.homeElementsOverlayContentAjax.homeElementsOverlayContentAjax iframe {
    display: none;
}

.submenu.database {
    min-height: 400px;
}

.submenu.database li a {
    border: none;
    width: 99%;
    display: inline-block;
}

.submenu.database li a:hover {
    background: transparent;
}

/*.submenu.modelsMenu.modelsMenuForce {*/
/*    height: auto !important;*/
/*}*/

.menuDesktopSearch {
    position: absolute;
    right: 20px;
    top: 30px;
}

#search {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    overflow: auto;
    z-index: 1000;
}

.menuDesktopSearchOnlyContainer {
    height: 80px;
    padding-left: 20px;
    border-bottom: 1px solid #f1f1f1;
}

.searchDesktopBrooksLogo {
    width: 170px;
    margin-top: 25px;
    display: inline-block;
    vertical-align: middle;
}

li.popupClose {
    display: none;
}

#popupResults {
    margin: 0 -18px 0 3px;
}

.emptySearchResult {
    padding: 0 10px;
    text-align: center;
    font-size: 20px;
    margin-top: 40px;
}

.popupSearch {
    text-align: center;
}

.popupSearch input {
    position: relative;
    height: 40px;
    background: #22283C;
    color: #fff;
    border: none;

    width: 99%;
    width: calc(100% - 28px);
    margin: 40px auto 12px;

    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
}

.popup {
    overflow: hidden;
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 20px 0;
}

.menuModelsDesktopSearch {
    display: none;
    position: absolute;
    top: 25px;
    right: 0;
}

.menuModelsDesktopSearch ul li a {
    border: none;
}
/* MENU MOBILE */

.menuMobile {
    display: none;
}

#mobile-logo {
    width: 220px;
    margin: 0 auto;
    padding: 20px 0 18px 0;
}

#mobile-menu {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    text-align: center;
    background: #FFF;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;

    /* 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: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    overflow: auto;
    background-color: white;

    background: -moz-linear-gradient(top, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.6) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffffff', endColorstr='#99ffffff',GradientType=0 ); /* IE6-9 */

}
#mobile-search {
    position: absolute;
    top: 2px; right: 15px;
}
#mobile-search-close {
    display: none;
}

#nav {
    margin-top: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    color: #22283C;
    text-align: center;
    font-size: 22px;
    width: 90%;

    /*-webkit-transition: all .5s;*/
    /*-moz-transition: all .5s;*/
    /*-ms-transition: all .5s;*/
    /*-o-transition: all .5s;*/
    /*transition: all .5s ease-out;*/
}

#nav > li > a {
    display: block;
    padding: 10px 18px;
}

#nav li ul {
    display: none;
}

#nav li ul li {
    border-radius: 5px;
    padding: 25px;
    border: 1px solid #000;
    margin: 20px 0;
    background: rgba(202, 202, 202, 0.1);
}

#nav.openAlignement {
    top: 4px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.menuElementSubTitleSeeAll {
    display: inline-block;
    width: calc(20% - 14px);
    text-align: right;
}



/* HOME OVERLAY */

.homeElementsOverlayContainerAjax {
    padding: 10px;
}

.homeElementsAjaxTitle {
    font-family: 'Museo Sans 500';
    font-size: 20px;
    font-weight: bold;
}

.homeElementsAjaxSubtitle {
    padding: 5px 0 15px;
    font-size: 17px;
    font-family: 'Museo Sans Rounded 300';
}

.homeElementFirstPictureAjax, .homeElementRightPictures {
    display: inline-block;
    width: calc(50% - 4px);
    vertical-align: top;
    overflow: hidden;
}

.homeElementFirstPictureAjax {
    padding-top: 2px;
    padding-right: 5px;
    width: calc(50% - 5px);
}

.homeElementFirstPictureAjax img {
    padding-top: 3px;
}

.homeElementRightPictures {
    padding-left: 5px;
    width: calc(50% - 9px);
}

.homeElementNextPictureAjax:nth-child(2n+1) {
    margin-right: 5px;
}

.homeElementNextPictureAjax {
    display: inline-block;
    width: calc(50% - 5px);
    vertical-align: top;
    overflow: hidden;
    margin: 5px 0;
    /*height: 100px;*/
}

/* HOME */

.homeElementVideo {
    padding: 50px 0 0;
}

.homeElementVideo iframe {
    width: 100%;
}

.homeElementTitle {
    display: inline-block;
    width: 80%;
    width: calc(80% - 14px);
    text-align: left;
    padding: 25px 4px;
    font-size: 32px;
    font-family: 'Museo Sans 500';
    letter-spacing: 2px;
    vertical-align: middle;
}

.paddingHomeNews {
    padding: 25px 15px 25px 0 !important;
}

.homeElementTitle.homeElementTitleNews {
    padding: 25px 10px 25px 0;
    margin: 0 -2px;
}

.homeElements {
    margin: 0 0 130px;
}

.homeElementsContainerAjax, #videos, .homeElementsContainerPicturesAjax {
    margin: 0 0 0 -10px;
}

.homeElementsContainerAjax.homeElementsContainerMarginAjax {
    margin: 0 0 0 -10px;
}

.homeElementsContainerInstagramAjax {
    margin: 0 0 0 -14px;
}

.homeElementsAjax {
    position: relative;
    width: 20%;
    display: inline-block;
    margin: 12px 10px;
    width: calc(20% - 24px)
}

.homeElementsOverlayAjax {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 500px;
    top: -60px;
    padding: 5px;
    background: rgba(255,255,255,0.95);
    left: 100%;
    z-index: 1;
    border: 3px solid #E2E2E2;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.homeElementsArrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(270deg);
    left: -31px;
    z-index: 0;
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 20px solid #E2E2E2;
}

.newsContent {
    top: 30%;
    -webkit-transform: translateY(-70%) rotate(270deg);
    -moz-transform: translateY(-70%) rotate(270deg);
    -ms-transform: translateY(-70%) rotate(270deg);
    -o-transform: translateY(-70%) rotate(270deg);
    transform: translateY(-70%) rotate(270deg);

}

.onlyEmailOrPasswordIsWrong {
    text-align: center;
    color: red;
}

.homeElementsOverlayAjax.ajax_4, .homeElementsOverlayAjax.ajax_5, .homeElementsOverlayAjax.ajax_6 {
    left: auto;
    right: 100%;
}

.homeElementsArrow.ajaxArrow_4, .homeElementsArrow.ajaxArrow_5, .homeElementsArrow.ajaxArrow_6 {
    left: auto;
    right: -31px;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.emptyNewsPicturesContent {
    display: inline-block;
    width: 49%;
    width: calc(50% - 4px);
    padding-top: 20px;
}

.homeElementsAjax iframe {
    width: 100%;
    height: 100%;
}

.homeElementNewsPictureAjax {
    overflow: hidden;
}

.homeElementSubTitleSeeAll {
    display: inline-block;
    width: 49%;
    width: calc(20% - 11px);
    text-align: right;
    font-family: 'Museo Sans Rounded 300';
    letter-spacing: 1px;
    font-size: 20px;
    vertical-align: middle;
}

.homeElementNewsContainer {
    margin: 10px -10px;
}

.homeElementNewsElements {
    display: inline-block;
    width: 28%;
    width: calc(33.333333% - 47px);
    margin: 22px;
    vertical-align: top;
}

.homeElementNewsDescriptions {
    margin-top: 40px;
}

.homeElementNewsTitle {
    font-family: 'Museo Sans Rounded 700';
    font-size: 25px;
    line-height: 40px;
    margin-top: 5px;
}

.homeElementNewsContent {
    margin-top: 20px;
    line-height: 22px;
}


/* TEMPORAIRE */



.homeElementTrendingMen, .homeElementAdvertisingCampagnains, .homeElementMagazine, .homeElementLookbooks {
    background-color: #388E3C;
    height: 230px;
    width: 15%;
    display: inline-block;
    margin: 10px;
    width: calc(16.6666666667% - 24px)
}

.homeElementAdvertisingCampagnains {
    background-color: #df1c31;
}

.homeElementMagazine {
    background-color: #0a88ff;
}

.homeElementNewsPicture {
    overflow: hidden;
}

.homeElementNewsPicture {
    position: relative;
}

.ajaxInstagramElement {
    display: inline-block;
    width: 31%;
    width: calc(33.33333333% - 33px);
    vertical-align: top;
    padding: 15px;
}

.instagramPicture {
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
}
.instagramPicture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ajaxInstagramElement:hover .homeInstagramOverlay {
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}

.homeInstagramOverlay {
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.instagramElementOverlay {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 4px;
    list-style: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFF;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
}

.instagramStat {
    float: left;
}

.instagramStat:first-child {
    margin-right: 5px;
}

.instagramStat:nth-child(2) {
    margin-left: 5px;
}

.homeElementBanner {
    position: relative;
    height: 40px;
    background: #22283C;
    width: 100%;
    margin: 25px 0 10px;
    color: #fff;
    text-transform: uppercase;
}

.homeElementBanner span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 18px;
}

.homeElementInstagram, .homeElementLastModels {
    display: inline-block;
    width: calc(50% - 37px);
    vertical-align: top;
}

.homeElementInstagram {
    margin: 0 35px 0 0;
}

.homeElementLastModels {
    margin: 0 0 0 35px;
}

.loadingInstagram {
    text-align: center;
}

#listHomeLastUpdated,#listHomeTrending,#listHomeTrendingMen {
    max-width: 990px;
    margin: 0 auto 35px;
}
.menuDesktopTrending{
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    font-family: 'Museo Sans 500';
    font-size: 22px;
    line-height: 20px;
}
.menuDesktopDropdownSubtitle span {
    display: block;
    padding: 0 10px;
    font-family: 'Museo Sans 500';
    font-size: 22px;
    line-height: 20px;
}

.menuDesktopDropdownSubtitle {
    text-align: left;
}

.listHomeElements {
    text-align: left;
    margin: 0 0 0 7px;
}

.listHomeElement {
    display: inline-block;
    position: relative;
    height: 160px;
    width: 14%;
    width: calc(16.6666666667% - 11px);
    margin: 20px 5px 20px;
    overflow: hidden;
    vertical-align: top;
}

.homeElementsNewsCategories {
    text-align: center;
    font-style: normal;
    margin-bottom: 10px;
}

.newsHomeElement {
    display: inline-block;
    width: 16%;
    width: calc(16.6666666667% - 4px);
}

.newsHomePicture {
    overflow: hidden;
}

.newsHomeElementsTag {
    font-size: 11px;
    font-weight: 300;
    font-style: normal;
    line-height: 28px;
    text-align: center;
}

.newsHomeElementTitle {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
}

/* LOGIN */

#navigation.loginPage {
    position: relative;
}

.login_register.page {
    min-height: 540px;
}

.loginContainer {
    background: #fff;
    padding: 20px 20px 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #000;
    border-radius: 10px;
    -webkit-box-shadow: 0 7px 11px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 0 7px 11px -7px rgba(0,0,0,0.75);
    box-shadow: 0 7px 11px -7px rgba(0,0,0,0.75);
    border: 1px solid #000;
}

.loginTitle {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    font-family: 'Museo Sans 500';
    padding: 0 0 50px;
}

.loginInput {
    width: 256px;
    height: 30px;
    margin: 10px 0;
    padding: 0 0 0 5px;
    border: 1px solid #cccccc;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.loginInput::placeholder {
    color: #B8B8B8;
}

.loginInput:hover, .loginInput:focus {
    border: 1px solid #22283C;
}

.sendLogin {
    cursor: pointer;
    border: 0;
    display: inline-block;
    font-weight: bold;
    font-size: 13px;
    padding: .75em .5em;
    text-transform: uppercase;
    color: #fff;
    background-color: #000;
    height: 40px;
    margin-top: 20px;
    outline: none;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.sendLogin:hover {
    border-radius: 5px;
}

.sendLogin:active {
    transform: translateY(1px);
    -webkit-box-shadow: 0px 3px 4px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 4px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 4px -1px rgba(0,0,0,0.75);
}

.sendLoginContainer {
    text-align: center;
}

.popupLogin {
    color: red;
    width: 263px;
    text-align: center;
    line-height: 23px;
    padding-bottom: 10px;
}

/* NEWS */

.newsPage {
    max-width: 1300px !important;
}

.newsContainer {
    padding-bottom: 50px;
}

.newsPageTitle {
    font-weight: bold;
    font-size: 24px;
    margin-top: 50px;
    text-align: center;
    padding: 15px;
}

.newsListCategoriesElement {
    margin-right: 30px;
    font-size: 14px;
}

.newsElement {
    cursor: pointer;
    width: calc(33.33% - 30px);
    margin: 8px 15px;

}
.newsTitle {
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

.newsCategories {
    text-align: center;
    font-style: normal;
    padding: 15px;
}

.newsPicture {
    position: relative;
    overflow: hidden;
}

.newsTextContainer {
    text-align: center;
}

.newsDate, .newsName {
    color: #636386;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    line-height: 28px;
    text-align: center;
    display: inline-block;
}

.newsSpace {
    margin-bottom: 30px;
}

a.tag:hover {
    color: #636386;
    text-decoration: underline;
}

.emptyNews {
    text-align: center;
    margin: 40px 0;
    font-size: 25px;
}

/* NEWS DETAILS */

.newsDetailsPage {
    padding: 85px 20px 0 !important;
}

.newsDetailsLeft {
    display: inline-block;
    width: 60%;
}

.newsDetailsRight {
    position: fixed;
    top: 130px;
    right: 0;
    width: calc(40% - 40px);
}

.newsDetailsRightContainer {
    padding: 0 20px;
}

.newsDetailsDate {
    margin-bottom: 10px;
    font-size: 14px;
}

.newsDetailsTitle {
    font-size: 34px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    line-height: 44px
}

.newsDetailsModelNameCategories {
    margin-top: 20px;
    font-weight: 300;
    font-style: normal;
    font-size: 16px
}

.newsDetailsContent {
    font-size: 16px;
    font-weight: 300;
    font-style: normal
}

.newsDetailsContent iframe {
    width: 100%;
}

.newsDetailContent {
    margin: 20px 0;
}

.newsDetailsSocialShare {
    margin-top: 20px
}



/* LIST */

.borderTopList {
    position: relative;
    height: 40px;
    background: #22283C;

    width: 99%;
    width: calc(100% - 28px);
    margin: 40px 12px 12px;
}

.borderTopList span {
    position: absolute;
    top: 50%;
    color: #FFF;
    left: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: 1px;
    font-size: 18px;
}

.listLetter {
    z-index: 1;
    font-size: 18px;
    white-space: nowrap;
    overflow-x: hidden;
    margin-bottom: 30px;

    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.listLetterSpace {
    padding: 10px 10px 10px;
    max-width: 1040px;
    margin: 0 auto;
    overflow-x: auto;
    overflow-y: hidden;
    width: 95%;
    -webkit-overflow-scrolling: touch;
}

.letterIndex {
    text-align: center;
    width: 40px;
}

a.letter:hover{
    color: #22283C;
}

a.letter.letterActive {
    color: #22283C;
}

.letterUnavailable {
    color: #e1e1e1;
    pointer-events: none;
}

.listElement {
    display: inline-block;
    width: 18%;
    width: calc(20% - 28px);
    margin: 20px 12px 20px;
}
.listElementPicture:hover .hoverPicture{
    opacity: 1;
}
/*.listElementPicture:hover {*/
/*    filter: none; !* IE6-9 *!*/
/*    -webkit-filter: grayscale(0%);*/
/*    -webkit-transition: all .5s ease-out;*/
/*    -moz-transition: all .5s ease-out;*/
/*    -ms-transition: all .5s ease-out;*/
/*    -o-transition: all .5s ease-out;*/
/*    transition: all .5s ease-out;*/
/*}*/

.listElementPicture {
    overflow: hidden;
    position: relative;
    height: auto;
    width: 100%;
    background: transparent;
}

.listElementName {
    text-align: center;
    padding-top: 20px;
    text-transform: uppercase;
}

.modelEmpty {
    margin-top: 100px;
}

/* BOOK */

.bookDesktopVideosContainer {
    max-width: 1350px;
    margin: 0 auto;
    padding: 30px 20px 0;
}

.animationBookVideos {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@-webkit-keyframes slide-up {
    0% { opacity: 0; -webkit-transform: translateY(100%); }
    100% { opacity: 1; -webkit-transform: translateY(0); }
}
@-moz-keyframes slide-up{
    0% { opacity: 0; -moz-transform: translateY(100%); }
    100% { opacity: 1; -moz-transform: translateY(0); }
}

@keyframes slide-up {
    0% { opacity: 0; transform: translateY(100%); }
    100% { opacity: 1; transform: translateY(0); }
}

.bookDesktopVideosModelAnimationOff {
    transform: translateY(100%);

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.bookDesktopVideosModel {
    position: fixed;
    top: 80px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #22283C;
    display: none;
}

.videoTitle {
    text-align: center;
    position: absolute;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
}

.videoElement {
    display: inline-block;
    padding: 20px;
    width: 46%;
    width: calc(50% - 44px);
}

.bookDesktopVideosModelAnimation {
    display: block;
    overflow: auto;

    -webkit-animation: slide-up .3s ease-out;
    -o-animation: slide-up .3s ease-out;
    animation: slide-up .3s ease-out;
}
.animationVideosOff {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.bookVideosElements {
    display: none;
    margin: 40px -20px;
}

#navigation.bookPage {
    max-width: 1350px;
}

.bookContainer {
    margin-top: 30px;
    margin-bottom: 10px;
}

.bookButtonBack {
    text-align: right;
    padding-right: 5px;
    padding-bottom: 25px;
    padding-top: 10px;
}

.bookDesktopElementsModel, .bookDesktopPictureTop {
    position: relative;
    margin: 5px;
    display: inline-block;
    vertical-align: middle;
    width: 49%;
    width: calc(50% - 12px);
}

.bookDesktopElementsModel {
    text-align: center;
    line-height: 30px;
    padding: 30px 0;
}

span.bookDesktopElementMeasurement {
    font-family: 'Museo Sans Rounded 700';
}

.bookDesktopMeasurements {
    line-height: 23px;
}

.bookDesktopMeasurements ul {
    display: inline-block;
}

.bookDesktopMeasurements ul li{
    text-align: left;
}

.bookDesktopPictures {
    position: relative;
}

.bookDesktopPictures.portraitPicture {
    margin: 5px;
    display: inline-block;
    width: 49%;
    width: calc(50% - 12px);
    vertical-align: top;
}

.bookDesktopPictures.landscapePicture {
    margin: 5px;
    width: 99%;
    width: calc(100% - 10px);
    vertical-align: top;
}

.bookDesktopName {
    margin: 20px 0;
}

.bookDesktopLinks {
    letter-spacing: 1px;
    margin: 30px 0;
    font-size: 17px;
    font-family: 'Museo Sans Rounded 700';
}
.bookDesktopLinks img{
    height: 15px;
}
.bookDesktopName span {
    font-family: 'Trola';
    font-size: 45px;
}

/* CONTACT */

.contactContainer {
    margin-bottom: 70px;
}

.contactElements {
    margin: 0 35px;
    display: inline-block;
    width: calc(50% - 72px);
    vertical-align: top;
}

.contactElementTitle {
    position: relative;
    height: 40px;
    background: #22283C;
    width: 100%;
    margin: 25px 0;
    color: #fff;
    text-transform: uppercase;
}

.contactElementTitle span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 18px;
}

.contactElementMap iframe {
    width: 99%;
    width: calc(100% - 4px);
}

.contactElementAddressTitle {
    text-transform: uppercase;
    text-decoration: underline;
    padding: 15px 0 30px;
    font-family: 'Museo Sans Rounded 700';
    letter-spacing: 1px;
}

.contactElementsAddress {
    display: inline-block;
    width: 49%;
    width: calc(50% - 4px);
    vertical-align: top;
}

.contactElementAddress p {
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 25px;
    font-size: 17px;
    word-break: break-word;
}

.becomeSliderTitle {
    text-transform: uppercase;
    font-family: 'Museo Sans Rounded 700';
}

.becomeSliderInformations {
    padding: 20px 0;
}

.becomeSliderElement {
    padding: 4px 0;
    width: 100%;
    font-size: 14px;
    max-width: 450px;
    margin: 0 auto;
    line-height: 30px;
}

#becomeSlideElement {
    display: inline-block;
    width: 58%;
    width: calc(70% - 53px);
}

label.becomeSliderElementLabel {
    padding-right: 20px;
    text-align: right;
    display: inline-block;
    width: 30%;
    width: calc(30% - 4px);
}

#becomeSlideElement input {
    width: 256px;
    height: 30px;
    padding: 0 0 0 3px;
    border: 1px solid #cccccc;
}

select#gender {
    width: 263px;
}

select {
    width: 263px;
    height: 30px;
    padding: 0 0 0 3px;
    background: #fff;
    border: 1px solid #cccccc;
}

select#month, select#day, select#year {
    width: 100%;
}

select#year {
    width: 85px;
}

input#phonenumber {
    width: calc(20% - 4px);
    padding: 0;
}

input#phone {
    width: 79%;
    width: calc(80% - 7px);
    padding: 0 0 0 3px;
}

.becomeSliderElementBirthdate {
    display: inline-block;
    width: 32%;
    width: calc(33.33333333% - 3px);
}

#becomeSlideElementBirthdate {
    display: inline-block;
    width: 59%;
    width: calc(70% - 52px);
}

.uploadElement {
    display: inline-block;
    width: 24%;
    width: calc(25% - 4px);
}

.uploadPicture {
    position: relative;
    background: #EEEEEE;
    overflow: hidden;
}

.thumbnailPicture {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.applyUploadButton {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    opacity: 0;
    cursor: pointer;
}

.picture_desc {
    text-align: center;
    margin: 10px 0 0;
    letter-spacing: 1px;
    color: #999999;
    font-size: 13px;
}

.becomeSliderElementPicture {
    max-width: 550px;
    margin: 50px auto 0;
}

#becomeSlideElement textarea {
    border: 1px solid #CCCCCC;
    outline: none;
    resize: none;
    vertical-align: top;
    width: 256px;
    height: 140px;
    padding: 3px 0 0 3px;
    font-family: inherit;
    font-size: inherit;
}

button.becomeButton {
    cursor: pointer;
    border: 0;
    display: inline-block;
    font-weight: bold;
    font-size: 13px;
    padding: .75em .5em;
    text-transform: uppercase;
    color: #fff;
    background-color: #000;
    height: 40px;
    margin-top: 20px;
    outline: none;
}

/* ABOUT US */

.aboutElementTitle {
    position: relative;
    height: 40px;
    background: #22283C;
    width: 99%;
    width: calc(100% - 4px);
    margin: 30px 0 25px;
    color: #fff;
    text-transform: uppercase;
}

.aboutElementTitle span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.aboutElementText {
    margin-bottom: 30px;
}

.aboutElementText p {
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 22px;
    font-size: 18px;
    text-align: justify;
}

/* FOOTER */
#footer {
    text-align: center;
    font-weight: 100;
    background-color: #22283C;
    color: #fff;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.footerContainer {
    max-width: 1450px;
    margin: 0 auto;
    padding: 40px 20px;
}

.footerElements {
    display: inline-block;
    width: 49%;
    width: calc(50% - 4px);
    vertical-align: middle;
    text-transform: uppercase;
}

.footerElement li {
    line-height: 34px;
    letter-spacing: 1px;
    font-size: 17px;
}

li.footerElementSocial {
    display: inline-block;
    padding-top: 5px;
}

.footerElementSocial a {
    font-size: 24px;
    padding-right: 20px;
}

.footerElements:first-child {
    text-align: left;
}

.footerElements:last-child {
    text-align: right;
    line-height: 30px;
}
.grecaptcha-badge {
    display: none !important;
}

.cookie-validator {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}