/**************************
****** basics ************
*************************/

body {
    font-size: 14px;
    font-family: Raleway, sans-serif;
    color: #252525;
    margin: 0;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}

a {
    color: #242424;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover{
    color: #9d9d9d;
}

strong{
    font-weight: bolder;
}

ul{
    margin-bottom: 1rem;
}

a:hover{
    text-decoration: none;
}

main {
    background: #ffffff;
}

.container-btn-mobile{
    text-align: center;
    display: none;
}

.call-btn-mobile{
    display: none;
}



/************************
***** part 1 intro *****
**********************/

.block-alternate {
    padding: 1rem;
    text-align: left;
    font-size: 1.1rem;
}

.title-block {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: -1px;
    margin-bottom: 10px;
    color: #242424;
}

.block-alternate img {
    width: 100%;
    margin: 0 auto;
    display: block;
}


/**************************
****** products + slide **
************************/

.carousel-products{
    height: 500px;
}

.carousel-products img{
    width: 100%;
    padding: 0 1px;
}

.slick-prev:before {
    content: "<";
    color: #000;
    font-size: 40px;
    font-weight: bold;
}

.slick-next:before {
    content: ">";
    color: #000;
    font-size: 40px;
    font-weight: bold;
}

.slick-dots li button:before
{
    font-size: 30px;
    line-height: 20px;
}


.container-btn{
    text-align: center;
}

.btn-menu{
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    background: rgba(195, 15, 4, 1);
}

.btn-menu:hover{
    color: #fff;
}


/**********************
**** address ******
*******************/

.add-map img{
    height: 400px;
}

.container-infos{
    text-align: right;
    margin-top: 90px;
}

.container-contact{
    padding-bottom: 105px;
    font-size: 1.1rem;
}

.container-contact p{
    margin-bottom: 20px;
}
