@media (max-width: 992px) {
    nav.navbar.bootsnav.navbar-fixed .logo-scrolled {
        margin-left: 40px;
        bottom: 15px;
    }
}

@media (max-width: 830px) {
    .galerie-slider {
        height: auto !important;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 680px) {
    .title-section h2[data-backletter]:before,
    .title-section h4[data-backletter]:before {
        font-size: 1.2em !important;
        top: -0.3em !important;
        left: -0.2em !important;
    }
    #expositions .expo-content-text-left,
    #expositions .expo-content-text-right {
        height: 540px !important;
    }
}

@media (max-width: 768px) {
    .logo {
        margin-left: 30px;
    }
    .navbar-collapse {
        background-color: white;
        position: relative;
        top: -22px;
    }
    .slide-5 > .parallax-effect {
        background-position-x: 40% !important;
    }
}

.cbp-l-grid-projects-title {
    font: 700 16px/21px "Open Sans", sans-serif !important;
}

.cbp-l-grid-projects-desc {
    font: 400 15px/18px "Open Sans", sans-serif !important;
}

.cbp-l-grid-projects-price {
    /*     float: right; */
    font-size: 15px;
}
.cbp-filter-item {
    font-size: 17px !important;
    padding: 8px 20px !important;
}

/*POPUP*/

.popup:hover {
    cursor: pointer;
}

.mfp-bottom-bar {
    display: block !important;
}

.mfp-bottom-bar {
    margin-top: 0 !important;
}

.icon-rotate {
    font-size: 24px;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.nextPage {
    border-radius: 50px;
}

/*CURVE*/

.curve {
    position: absolute;
    z-index: 7;
}

.curve.curve-center:after {
    border-left: 50vw solid transparent;
}

.curve.curve-center:before {
    border-right: 50vw solid transparent;
}

.curve.curve-center.curve-top:after {
    border-left: 50vw solid transparent;
}

.curve.curve-center.curve-top:before {
    border-right: 50vw solid transparent;
}

.curve.curve-bottom {
    left: 0;
    bottom: -1px;
    width: 100%;
}

.curve.curve-bottom:after,
.curve.curve-bottom:before {
    bottom: 0;
}

.curve.curve-top {
    left: 0;
    top: -1px;
    width: 100%;
}

.curve.curve-top:after,
.curve.curve-top:before {
    top: 0;
    border-top: 50px solid #fff;
    border-bottom: 0;
}

.curve.curve-top:after {
    border-left: 70vw solid transparent;
}

.curve.curve-top:before {
    border-right: 30vw solid transparent;
}

.curve.curve-gray-b:after,
.curve.curve-gray-b:before {
    border-bottom: 50px solid #f9f9f9;
}

.curve.curve-gray-t:after,
.curve.curve-gray-t:before {
    border-top: 50px solid #f9f9f9;
}

.curve:after,
.curve:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 50px solid #fff;
    position: absolute;
}

.curve:after {
    right: 0;
    border-left: 30vw solid transparent;
}

.curve:before {
    left: 0;
    border-right: 70vw solid transparent;
}

.wave {
    background-color: #f1f1f1;
}

.wave:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -5%;
    width: 110%;
    height: 100px;
    background-image: url(../../img/wave.svg);
    background-size: cover;
    z-index: 7;
}

.slide-4 h1 > span,
.slide-5 h1 > span {
    background: #222222;
    display: inline-block;
    padding: 15px;
}

.slide-4 h1 > span:nth-child(1),
.slide-5 h1 > span:nth-child(1) {
    margin-bottom: 10px;
}

.bg-blue-light-duck {
    background: #3c656f !important;
}

.bg-light-brown {
    background: #948f8f !important;
}

.artist-surname {
    font-size: 70px !important;
    font-family: "Patrick Hand", cursive;
}

.blue-color {
    color: #2a3c67;
}

.orange-color {
    color: #fb6309 !important;
}

.galerie-slider img {
    width: 100%;
}

#about strong {
    color: #c1aa8f;
}

#about .factory-description strong {
    color: #f6cb74;
}

#about .btn-custom {
    color: white;
    background-color: #3949ab;
    border-radius: 50px;
    padding: 15px;
    margin-top: 20px;
}

#about .btn-custom:hover {
    color: white;
    background-color: #3949ab;
    border-color: #5261c1;
}

#expositions .expo-content-text-right {
    padding: 50px;
    background-color: rgba(89, 95, 101, 0.8);
    height: 390px;
}

#expositions .expo-content-text-left {
    padding: 50px;
    background-color: rgba(134, 164, 170, 0.8);
    height: 390px;
}

#expositions .expo-content-img-right {
    margin-right: -15px;
}

.hr {
    border: 2px solid white;
}

#presse .trophy-gold > i {
    color: gold;
}

#presse h6 {
    font-size: 16px;
}

.title-section.text-center h2[data-backletter]:before {
    color: black !important;
}

.cbp-l-loadMore-button .cbp-l-loadMore-link,
.cbp-l-loadMore-button .cbp-l-loadMore-button-link {
    border: 1px solid #dedede;
    color: #7e7b7b;
    display: inline-block;
    font: 400 13px/36px "Open Sans", sans-serif !important;
    min-width: 80px;
    text-decoration: none;
    padding: 6px 30px !important;
    outline: 0;
    margin-top: 40px;
    box-shadow: none;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
    height: 50px;
}

/* .footer .widget-links li, */

/* .footer .widget-links a { */

/* 	color: #e6e6e6 !important; */

/* } */

.footer-main {
    background-color: #ece8f7 !important;
}

.footer-copyright {
    background-color: #dad4ea !important;
}
.copy-right {
    text-align: center;
}

/* BUTTON */
.btn-orange {
    color: #fff;
    border-color: #fb6309 !important;
    background-color: #fb6309 !important;
}
.btn-orange:hover,
.btn-orange:active,
.btn-orange:focus {
    border-color: #ff8842 !important;
    background-color: #ff8842 !important;
}

.logo img {
    max-height: 80px !important;
}

.title-section h2[data-backletter]:before,
.title-section h4[data-backletter]:before {
    font-size: 2.5em !important;
    opacity: 0.2 !important;
}
h2.contest-title[data-backletter]:before {
    font-size: 1.6em !important;
}

#back-to-top {
    background: #eaccab !important;
}

.galerie-slider .slick-slide img {
    margin: 0;
    padding: 0;
    display: block;
    height: 100%;
}

.slick-prev {
    left: -10px !important;
}
.slick-next {
    right: -10px !important;
}

/* Concours */
.testimonial-item .testimonial-content:hover {
    box-shadow: 0 2px 2px 2px rgba(17, 21, 23, 0.1) !important;
}
.testimonial-item .testimonial-content {
    text-align: center !important;
    height: 500px !important;
    box-shadow: none !important;
}
.testimonial .testimonial-item img {
    width: 150px !important;
    height: 150px !important;
    margin-top: 20px !important;
}
.testimonial-item .title {
    color: #212121 !important;
    font-size: 25px !important;
    font-weight: 700 !important;
}

.cbp img {
    /* width: 200px!important;
    height: 200px!important; */
}