﻿.tx-primary {
	color: #1b84e7;
}
.tx-30 {
    font-size: 30px;
}
.tx-20 {
    font-size: 20px;
}
.wd-50 {
    width: 50px;
}
.table tbody th {
	font-weight: 500;
}
.list-group-item {
	min-height: 175px;
}
.table thead tr {
	background-color: #dee2e6;
}
.overlay {
    display: none;
}
.title-header {
    height: auto;
    width: 100%;
}

.title-header-text {
    background-color: rgba(10, 10, 10, 0.4);
    width: 100%;
    height: auto;
    padding: 15px;
    color: white;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    /*font-size: 40px;*/
    font-weight: 700;
}
* + .form-style-1 {
    margin-top: 0px;
}
.main-text {
    font-size: 18px;
    text-align:justify;
}
.item-header {
    color: rgb(1, 137, 206);
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
}
.features-block {
    margin-bottom: 55px;
}

    .features-block h2 {
        margin-bottom: 20px;
    }

    .features-block ul {
        clear: both;
        overflow: hidden;
    }

    .features-block ul li.hidden-el {
        display: none;
    }

    .features-block.expandable-block .more-less-btn,
    .features-block .expandable-block .more-less-btn {
        left: 50%;
        margin-left: -80px;
    }

@media screen and (min-width: 1200px) {
    .features-block ul li {
        margin: 0 20px 0 0;
        width: 360px;
    }
}

@media screen and (max-width: 991px) {
    .features-block ul li {
        width: 235px;
        margin: 0 7px 0 0;
    }
}

body {
    padding: 0;
    font-size: 14px;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #404040;
    background-color: #fff;
    height: auto;
    height: 100%;
    position: relative;
}

p {
    padding: 0 0 10px 0;
}

#tarifs {
    margin-top:20px;
    margin-bottom:20px;

}
@media screen and (min-width: 601px) {
    #tarifs th {
        padding-left: 30px;
        padding-top: 15px;
        font-size: 16px;
    }

    #tarifs td {
        padding: 15px;
        font-size: 16px;
    }
}

@media screen and (max-width: 599px) {
    #tarifs th {
        font-size: 12px;
    }

    #tarifs td {
        font-size: 12px;
    }
}

.estimate {
    font-size: 16px;
    text-align:center;
    margin-top: 20px;
    margin-bottom: 30px;
}
.slider {
    margin-left:25%;
    width:50%;
}
#contact {
    padding-bottom: 20px;
}
    #contact h2 {
        font-weight: 600;
    }
h1,
h2,
h3,
h6 {
    font-weight: 700;
}

h1 {
    font-size: 32px;
    margin-bottom: 20px;
}

h2 {
    font-size: 30px;
    margin-bottom: 15px;
    padding-top: 10px;
}

h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

h4,
h5,
h6 {
    font-size: 18px;
}

.expandable-block-inner ul li {
    list-style-type: none;
    padding-left: 30px;
    display: block;
    margin-bottom: 7px;
}

ol li {
    list-style-position: inside;
    margin-bottom: 7px;
}

.list-padded {
    margin-left: 20px;
}

ol,
ul {
    padding-left: 0;
}

.container,
.center {
    margin: auto;
    position: relative;
}

@media (min-width: 1200px) {
    .clearfix {
        padding-bottom: 585px;
    }
}


.gray-block {
    background-color: #f2f2f2;
    position: relative;
}

.hidden {
    display: none;
}

.features-block {
    margin-bottom: 35px;
    padding: 20px 0;
}

.expandable-block {
    overflow: hidden;
}

.features-block ul {
    display: block;
    position: relative;
    margin-right: -15px;
}

    .features-block ul li {
        display: inline-block;
        float: left;
        min-height: 165px;
        width: 350px;
        margin: 0 25px 0 0;
        padding: 0 0 0 30px;
    }

        .features-block ul li p {
            line-height: 18px;
        }

        .features-block ul li b {
            display: block;
            margin-bottom: 5px;
            color: #0189ce;
        }

        .features-block ul li.hidden {
            display: none;
        }

        .features-block ul li:nth-child(3n+1) {
            clear: left;
        }

.features-block.simple-list li {
    float: none !important;
    min-height: 0 !important;
    width: auto !important;
    display: block !important;
}

    .features-block.simple-list li b {
        display: inline-block !important;
        margin: 0 !important;
    }

.features-block.expandable-block .more-less-btn,
.features-block .expandable-block .more-less-btn {
    font-weight: bold;
    position: absolute;
    bottom: -55px;
    width: 180px;
    font-size: 16px;
    text-align: center;
    text-decoration: underline;
    background-color: #f2f2f2;
    padding: 0 0 17px 0;
    display:inline-block;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
