
body,h1,h2,h3,h4,h5,h6,p,a,span,label,input,li,ul,ol,div{
	font-family: 'Public Sans', sans-serif;
}

body{
    margin: 0;
    padding: 0;
}


::selection { 
  background: #516F6A; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #516F6A; /* Gecko Browsers */
  color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: rgba(214,140,69, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(214,140,69, 0.6) !important;
  outline: none !important;
}

div:focus{
	outline: none !important;
}

h1,
h2{
	font-family: 'Playfair Display', serif;
    letter-spacing: 2px;
}

h1{
    font-size: 40px;
    line-height: 45px;
    text-transform: uppercase;
}

h2{
    margin: 20px 0;
}

h3{
    font-family: 'Public Sans', sans-serif;
    font-size: 16px;
    line-height: 19px;
    color: #D68C45;
    letter-spacing: 1px;
    text-transform: uppercase;
}

a{
    transition: all 0.25s;
}

a:hover,
a:focus{
	text-decoration: none;
}

.bg{
	background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.mb{
    display: flex;
    align-items: flex-end;
}

.mc{
    display: flex;
    align-items: center;
    justify-content: center;
}

.mr{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


/* LOADER */

#loader{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 0;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -76px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #D68C45;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    transition: all 1s;
}

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

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

.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}
  
@-webkit-keyframes animatebottom {
    from { bottom:-100px; opacity:0 } 
    to { bottom:0px; opacity:1 }
}
  
@keyframes animatebottom { 
    from{ bottom:-100px; opacity:0 } 
    to{ bottom:0; opacity:1 }
}
  
#page{
    opacity: 0;
    transition: all 1s;
}


/* BUTTONS */

.btn{
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 15px 10px;
    background: transparent;
}

.btn-primary{
    color: #153831;
    border: 1px solid #153831;
    box-shadow: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active{
    background: #153831 !important;
    border: 1px solid #153831 !important;
    color: #fff !important;
}

.btn-secondary{
    color: #fff;
    border: 1px solid #fff;
    box-shadow: none;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active{
    background: #fff !important;
    color:#516F6A !important;
    border: 1px solid #fff !important;
}

/* HEADER */

header .navbar{
    background: #153831;
    padding: 0;
}

/* header .navbar .navbar-brand{
    position: absolute;
    width: 295px;
    left: 50%;
    margin-left: -148px;
} */

header .navbar .navbar-brand img{
    max-width: 295px;
}

.navbar-expand-lg .navbar-nav .nav-link{
    color: #8BA19E;
    text-transform: uppercase;
    font-weight: normal;
    padding: 45px 15px;
    border-bottom: 3px solid transparent;
    font-size: 15px;
}

.navbar-expand-lg .navbar-nav .social .nav-link{
    color: #FFC9B9;
    padding-left: 8px;
    padding-right: 8px;
}

header .navbar .nav-link:hover{
    color: #fff;
    border-bottom: 3px solid #D68C45;
}

.navbar .dropdown-menu {
    margin-top: -3px;
    padding-bottom: 30px;
    border: none;
    border-radius: 0;
    background: #153831;
}

.navbar .dropdown-menu .nav-pills .catLink{
    color: #8BA19E;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.navbar .dropdown-menu .nav-pills .catLink:hover,
.navbar .dropdown-menu .nav-pills .catLink:focus{
    color: #fff !important;
}

.navbar .dropdown-menu .tab-content .image{
    height: 150px;
    border-radius: 5px;
}

.navbar .dropdown-menu .tab-content p{
    margin-top: 5px;
}

.navbar .dropdown-menu .tab-content p a{
    font-family: 'Playfair Display', serif;
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.navbar .dropdown-menu .allCats{
    border-top: 1px solid #D68C45;
    margin-top: 30px;
    padding-top: 30px;
}

.navbar .dropdown-menu .allCats p a{
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Public Sans', sans-serif;
    font-size: 16px;
}

.navbar .dropdown-menu .allCats p a:hover,
.navbar .dropdown-menu .allCats p a:focus{
    color: #FFC9B9;
}

#homepageHeader .bgImage{
    height: 700px;
    position: relative;
    z-index: -2;
}

#homepageHeader .content{
    height: 700px;
    margin-top: -700px;
    position: relative;
    z-index: -1;
    background: rgba(0,0,0,0.4)
}

#homepageHeader .content p,
#homepageHeader .content h2{
    color: #fff;
    text-transform: uppercase;
}

#homepageHeader .content p{
    font-size: 14px;
}

#subpageHeader{
    margin-top: -3px;
}

#subpageHeader .bgImage{
    height: 400px;
    filter: blur(2px);
    -webkit-filter: blur(2px);
    position: relative;
    z-index: -2;
}

#subpageHeader .content{
    height: 390px;
    margin-top: -397px;
    position: relative;
    z-index: -1;
    background: rgba(0,0,0,0.4)
}

#subpageHeader .content h1{
    color: #fff;
}

/* FOOTER */

footer{
    background: #153831;
    padding: 70px 0 0;
}

footer .footerBigMenu{
    border-bottom: 1px solid #D68C45;
    padding-bottom: 30px;
}

footer .footerBigMenu ul{
    padding: 0;
    text-align: right;
}

footer .footerBigMenu ul>li{
    display: inline;
    list-style: none;
    margin-right: 15px;
}

footer .footerBigMenu ul>li a{
    text-transform: uppercase;
    font-weight: 300;
    color: #8BA19E;
}

footer .footerBigMenu ul>li a:hover{
    color: #FFC9B9;
}

footer .footerBigMenu ul>li.social a{
    color: #FFC9B9;
}

footer .footerBigMenu ul>li.social a:hover{
    color: #516F6A;
}

footer .infoMenus{
    padding: 40px 0;
}

footer .infoMenus h3{
    color: #FFC9B9;
    font-weight: normal;
    font-family: 'Public Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 20px;
}

footer .infoMenus p,
footer .infoMenus li,
footer .infoMenus a{
    color: #fff;
}

footer .infoMenus a:hover{
    color: #8BA19E;
}

footer .infoMenus ul{
    padding: 0;
    list-style: none;
}

footer .copyright p,
footer .copyright a{
    color: #8BA19E;
    font-size: 14px;
}


/* HOMEPAGE */

#homepageAbout{
    padding: 100px 0;
    position:relative;
    background: #fff;
    margin-top: -3px;
}

#homepageAbout .image .layer{
    background: rgba(255,255,255,.9);
    width: 100%;
    text-align: center;
    padding: 15px;
}

#homepageAbout .image .layer img{
    margin: 0 auto;
}

#homepageAbout .content{
    padding: 50px;
    background: #D68C45;
}

#homepageAbout .content p,
#homepageAbout .content a,
#homepageAbout .content h2{
    color: #fff;
}

#homepageAbout .content h2 span{
    font-family: 'Playfair Display', serif;
    color: #153831;
}

#homepageAbout .content .btn-primary{
    margin-top: 30px;
}

#homepageAbout h3{
    color: #FFC9B9;
}

#homepageFeatured{
    padding: 50px 0;
    background: #516F6A;
}

#homepageFeatured .featuredSlider{
    padding: 50px 0;
}

#homepageFeatured .swiper-slide{
    height: 250px;
    transition: margin 0.25s;
}

#homepageFeatured .swiper-slide:hover{
    margin-top: -30px;
}

#homepageFeatured .swiper-slide .layer{
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 4%, rgba(0,212,255,0) 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 15px;
}

#homepageFeatured .swiper-slide .layer a{
    color: #fff;
    text-transform: uppercase;
}

#homepageFeatured .swiper-slide .layer h3 a{
    font-family: 'Playfair Display', serif;
    font-size: 23px;
}

#homepageFeatured .swiper-slide .layer .inner{
    width: 100%;
}

hr{
    border-top: 1px solid #D68C45;
    width: 100%;

}

#homepageFeatured .swiper-slide .layer .moreBtn:hover{
    color: #FFC9B9;
}

#homepageFeatured .navArrows{
    margin: 0 auto;
    position: relative;
    width: 90px;
}

#homepageFeatured .navArrows .arrows{
    display: inline;
    color: #D68C45;
    transition: all 0.25s;
}

#homepageFeatured .navArrows .arrows:hover{
    color: #FFC9B9;
}

#homepageFeatured .navArrows .button-prev{
    margin-right: 30px;
}

#freeMeeting{
    padding: 100px 0;
}

#freeMeeting h2,
#freeMeeting h3{
    color: #D68C45;
}

#freeMeeting h2 span{
    color: #153831;
    font-family: 'Playfair Display', serif;
}

#freeMeeting .btn{
    margin-top: 50px;
}

/* STATIC PAGE */

#static{
    padding: 100px 0;
    margin-top: -4px;
    background: #fff;
    min-height: calc(100vh - 600px);
}

#static h2{
    font-size: 40px;
    line-height: 45px;
    color: #153831;
    text-transform: uppercase;
}

#static ul{
    padding-left: 30px;
}

#static li{
    list-style: none;
    font-weight: bold;
}

#static li:before{
    content: '•';
    color: #D68C45;
    position: absolute;
    left: 30px;
}

#static img{
}

#static a{
    color: #D68C45;
}

/* CONTACT */
#homepageAbout.contactDatas h2{
    color: #153831;
    text-transform: uppercase;
}

#contactHeader{
    padding-top: 80px;
    position: relative;
    margin-top: -5px;
    background: #fff;
}

#contactHeader h2 span{
    color: #D68C45;
    font-family: 'Playfair Display', serif;
}

#contactForm{
    background: #516F6A;
    padding: 70px 0 100px;
}

#contactForm h2{
    margin-bottom: 50px;
    color: #fff;
}

#contactForm .form-control{
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
}

#contactForm .form-control::-webkit-input-placeholder { /* Edge */
    color: #fff;
}
  
#contactForm .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}
  
#contactForm .form-control::placeholder {
    color: #fff;
}

#faq{
    padding: 100px 0;
}

#faq .card{
    border: none;
    background: none;
}

#faq .card-header{
    background: transparent;
    border-bottom: 1px solid #153831;
}

#faq button{
    color: #D68C45;
    font-family: 'Public Sans', sans-serif;
}

#faq button:hover{
    text-decoration: none;
}

#faq button:focus{
    box-shadow: none !important;
    text-decoration: none;
}

/* PRODUCT LIST */

#prodList{
    padding: 100px 0;
    margin-top: -5px;
    background: #fff;
}

#prodList .item .image{
    height: 280px;
    position: relative;
    border-radius: 8px;
}

#prodList .item .image .layer{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 4%, rgba(0,212,255,0) 100%);
    transition: all 0.25s;
    opacity: 0;
    border-radius: 8px;
}

#prodList .item:hover .image .layer{
    opacity: 1;
}

#prodList .item p.brand{
    color: #D68C45;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 10px 0 0;
}

#prodList .item p.productName{
    color: #153831;
    font-family: 'Playfair Display', serif;
    font-size: 19px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#prodList .brandItem{
    margin-bottom: 30px;
}

#prodList .brandItem .layer{
    opacity: 1 !important;
    padding: 15px;
}

#prodList .brandItem .layer .inner{
    width: 100%;
}

#prodList .brandItem p.productName{
    color: #fff;
}

#prodList .brandItem .moreBtn{
    color: #fff;
    text-transform: uppercase;
}

#product{
    padding: 50px 0 100px;
    background: #fff;
    margin-top: -5px;
}

.breadcrumb{
    background: #fff;
    padding-left: 0;
}

.breadcrumb .breadcrumb-item{
    color: #D68C45;
}

.breadcrumb .breadcrumb-item a{
    color: #8BA19E;
}

#product .otherDatas{
    margin-top: 50px;
}

#product .product-image3 img{
    border-radius: 8px;
}

#product .product-content p.brand{
    margin-bottom: 0;
    text-transform: uppercase;
    color: #D68C45;
}

#product .product-content p.paramName{
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 0;
    color: #516F6A;
}

#product .product-content .btn-primary{
    margin-top: 50px;
}

#product .description{
    border-top: 1px solid #D68C45;
    margin-top: 75px;
    padding-top: 50px;
}

@media (max-width: 767px){
    #homepageHeader .bgImage{
        height: 500px;
    }

    #homepageHeader .content{
        height: 500px;
        margin-top: -500px;
    }

    footer{
        text-align: center;
    }

    footer .mr{
        display: block;
    }

    footer .footerBigMenu ul{
        text-align: center;
        margin-top: 30px;
    }

    footer .footerBigMenu ul>li{
        display: block;
        margin-bottom: 8px;
    }

    #prodList .item{
        margin-bottom: 30px;
    }

    #product .product-content{
        text-align: center;
    }

    #homepageAbout{
        padding: 30px 0;
    }
}

@media (min-width: 768px) and (max-width: 992px){
    
}

@media (min-width: 993px) and (max-width: 1200px){
    
}

@media (min-width: 1201px) and (max-width: 1366px){
    
}

@media (min-width: 1367px){
  
}
