body {
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.5;
    background: #fff;
    color: rgba(0,0,0,.6);
    font-family:  'Montserrat', 'Roboto', sans-serif;
}
a {
    color: #e79101;
    font-weight: 500;
}
a:hover {
    color: #468c32;
}

nav li a{
    font-weight: 600;
    text-transform: uppercase;
    color: #643228 !important;
    margin: 0 1rem;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}

[class^="flaticon-"]:before,
nav li a .flaticon-phone:before {
    margin-left: 0 !important;
    font-size: inherit;
}

nav li a:hover, nav li a.active {
    color: #468c32 !important;
}

.row-nav {
    font-weight: bold;
    clear: both;
    padding: 0;
    margin-top: 3rem;
    color: #643228 !important;
}

.content {
    max-width: 1110px;
    text-align: justify;
}

.content.shadowed {
    border-width: 0 1px;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.2);
}

.mt-10 {
    margin-top: 4.5rem !important;
}

h1 {
    color: #643228;
    text-transform: uppercase !important; 
    font-weight: 600;
    font-size: 200%;
}

h2 {
    color: #643228;
    text-transform: uppercase !important; 
    font-weight: 600;
    font-size: 150%;
}
h3 {
    color: #4a4a49;
    text-transform: uppercase !important; 
    font-weight: 500;
    font-size: 125%;
}

.header-product-category h2{
    text-align: center;
    padding: 1rem;
    font-size: 300%;
}

.header-shadowed {
    border-width: 0 0 1px 0;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

h4.product {
    color: rgba(0,0,0,.9);
}

a.btn-more {
    font-weight: bold;
    background:  #643228;
    color: #fac275;
}
.btn-pdf {
    margin-top: -5px !important;
}

a:hover.btn-more {
    color:  #643228;
    background: #e79101;
}

footer h3 {
    font-size: 100%;
    font-weight: 600;
    color: #643228;
}
footer .btn {
    font-size: 160% !important;
    padding: 0 0.4rem !important;
    color: #fff !important;
}

footer a:hover {
    text-decoration: none !important;
    color: #fff !important;
}

footer {
    background: #A08D7C;
    color: #fff; 
}
footer a {
    color: #fff;
}
.padding-5 {
    padding-left: 5px;
    padding-right:5px;
}
.carousel-caption {
    font-size: 28px;
    background: rgba(0, 0, 0, 0.3)
}
.card-img-top {
    width: auto;
    max-width: 100% !important;
}
.btn-submit{
    background: #A08D7C;
    border-color: #A08D7C;
    font: 500 16px Roboto !important;
    color: #fff
}
.form-colored .form-control {
    background: rgba(160,141,124, 0.3) !important;
}

@media only screen and (max-width: 480px) {
    .logo {
        width: 185px; 
    }
    .header-shadowed {
        border-width: 0;
        box-shadow: none !important;
    }
    .content-none {
        margin: 0 15px;
        padding: 1rem;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    }
    .product-details .point {
        width: 10px !important;
    }

    .header-product-category h2{
        font-size: 1.2rem;
    }
    .contact-container h2,
    .product-details-container h2 {
        height: 135px !important;
        padding-top: 1.5rem;
        font-weight: 400;
    }
    .contact-container h2 {
        height: 115px !important;
    }
    .bloc-footer {
        max-width: 280px;
        margin: 0 auto;
    }
    .content.shadowed {
        box-shadow: none !important;
    }
    .partner-view { 
        margin-right: 0 !important;
    }
    #navbarMedia .dropdown-menu {
        border: 0 !important;
    }
}
.contact-container,
.product-details-container {
    background-position: top right;
    background-repeat: no-repeat;
}
.contact-container h2,
.product-details-container h2 {
    height: 175px;
    font-size: 200%;
    color: #4e9435;
}
.contact-container h2 {
    color: #e79101;
}
.product-details-container-child {
    background: #fff;
    border-width: 1px;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.2);
}

.product-details table th {
    color: #fff !important;
    background: #9e8d7a;
    border-color: #fff !important;
    text-align: center;
}
.product-details table td{
    border-color: #fff !important;
    color: rgba(0,0,0,.7) !important;
}
.product-details table tr:nth-of-type(even) {
    background-color: rgba(0,0,0,.15);
}
.product-details table tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}

.product-details h2 {
    font-size: 3em;
    font-family: 'Montserrat';
    text-transform: uppercase;
    margin-bottom: 0;
}

.product-details h4 {
    font-size: 1.2em;
    font-family: 'Montserrat';
    color: #643228;
}

.product-details .point {
    height: 7px;
    width: 25px;
    display: inline-block;
}
.product-details ul{
    padding: 0;
    margin: 0 0 0 1.1rem;
}
.product-details table {
    font-size: 0.9rem !important;
}

.product-details .info {
    font-size: 0.8rem !important;
}

.lang-bar {
    box-shadow: 1px 0 5px rgba(0, 0, 0, 0.2);
    padding: 0 5px 2px;
    width: 94px;
    min-width: 75px;
    position: relative;
    cursor: pointer;
}
.open .lang-bar-list {
    visibility: visible;
    opacity: 1;
}
.lang-bar-list {
    border: medium none;
    box-shadow: 1px 4px 5px rgba(0, 0, 0, 0.2);
    left: 0;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 1);
    border: 1px solid #d2d3d4;
    margin: 0;
    padding: 0 5px;
    position: absolute;
    top: 25px;
    width: 100%;
    z-index: 1;
    list-style-type: none;
    opacity:0;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}

.clear-both {
    clear: both;
}
.link {
    color: #7da15b !important;
    font-size: 1.1rem;
}
.text-bold {
    font-weight: bold;
}
.product-description {
    padding: 1rem;
    border-radius: 0  10px;
    color:  #643228;
    background: #fac275;
}

footer p {
    margin-bottom: 0.5rem !important
}

#product-diaporama .list-inline {
    white-space:nowrap;
    overflow-x:auto;
}

#product-diaporama .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
}

#product-diaporama .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
}
#product-diaporama .carousel-indicators img {
    height: 150px;
}

#product-diaporama .carousel-indicators > li.active img {
    opacity: 0.7;
}

#product-diaporama .carousel-item img { 
    max-height: 500px;
}

.partner-view {
    border-radius: 15px;
    padding: 0.3rem 1.5rem 0.2rem 0.2rem;
    margin: 0 2rem 1.5rem 0;
    text-align: center;
    height: 130px;
    overflow: hidden;
    border: 2px solid #d9d9d9;
}

.partner-view img {
    max-height: 125px;
}

#navbarMedia .dropdown-item {
    padding: 0;
}
#navbarMedia .dropdown-menu {
    font-size: 0.9rem;
    top: 80% !important;
    width: fit-content;
}

.carousel-nav {
    color: #468c32 !important;
    font-size: 2rem !important;
}
.carousel-nav i {
    border: 1px solid #468c32;
    padding: 10px;
}
        
        
      