b, strong {
    font-weight: 500;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.2;
}

a, a:visited {
    text-decoration: none;
}

.text-roboto-bold {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 1.7em;
}

.text-roboto-bold-small {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 1.4em;
}

.text-sarabun-extralight {
    font-family: 'Sarabun', sans-serif;
    font-weight: 200;
    font-size: 1em;
}

.text-sarabun-bold {
    font-family: 'Sarabun', sans-serif;
    font-weight: 700;
    font-size: 1em;
}

.text-gray, .text-gray a, .text-gray a:hover, .text-gray a:active {
    color: #333333;
}

.text-green, .text-green a, .text-green a:hover, .text-gray a:active {
    color: #58937b;
}

.text-white, .text-white a, .text-white a:hover, .text-white a:active {
    color: #ffffff;
}

.bg-gray {
    background-color: #333333;
}
.bg-lightgray {
    background-color: #565656;
}
.bg-green {
    background-color: #85aa9a;
}

.btn-gray {
    background-color: #333333;
    color: #ffffff;
}

.btn-gray:hover {
    background-color: #333333;
    color: #e0e0e0;
}

.logo {
    height: 80px;
}

.page-content-slider {
    margin-top:66px;
}

.page-content {
    margin-top:66px;
    padding-top:50px;
    padding-bottom:100px;
}

.contact-icons .fa {
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.contact-icons img {
    max-width: 15px;
}

.contact-box {
    padding:30px;
    background-color:#fff;
    border-radius:4px;
    box-shadow: 0px 3px 10px #00000040;
    height:100%;
}

.post-box {
    padding:30px;
    background-color:#fff;
    border-radius:4px;
    box-shadow: 0px 3px 10px #00000040;
    height:100%;
    margin-top:30px;
}

.post-title {
    font-weight:bold;
    font-size: 1.6rem;
    line-height: 1.2em;
}

.post-date {
    color:#000;
    font-size: 1rem;
    margin-top:8px;
}

.post-head {
    margin-top:20px;
    margin-bottom:30px;
    font-size: 1rem;
}

.post-head p {
    text-align: justify;
}

.post-content {
    margin-top:20px;
    margin-bottom:30px;
    font-size: 1rem;
}

.post-content p {
    text-align: justify;
}

.post-blockquote {
    padding:20px;
    background-color:#fafafa;
    border:solid 1px #dfdfdf;
    margin-bottom:20px;
    font-style: italic;
    border-radius: 10px;
}

.post-link {
    color:#58937b;
    text-decoration: underline;
}

.post-subtitle {
    font-weight:bold;
    font-size:1.2rem;
}

.blog-preview__item-thumb {
    width: 90%;
    height: 100%;
    overflow: hidden;
    border-radius: 4px;
}

.blog-preview__item-full {
    width: 100%;
    max-height: 300px;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom:40px;
}

/* Carousel */
.carousel-caption h2 {
    font-size: 2rem;
}

.carousel-caption p {
    font-size: 1rem;
}

.carousel-caption a.btn {
    margin-top: 1rem;
}

/* Testimonials */
.testimonials .testimonial {
    margin-bottom: 2rem;
    font-size: 0.9em;
}

.stars {
    margin: auto;
    width: 80px;
    height: 20px;
    transform: translateY(15px);
    background-color: #ffffff;
}

.quote img {
    margin-left: 80%;
    transform: translateY(-10px);
}

/*
.fa-star {
    font-size: 0.5rem;
}
*/

/* Footer */
footer {
    font-size: 0.9em;
}

footer img {
    height: 70px;
    margin: 0;
    padding: 0;
    /* margin-right: 0.2rem; */
}
footer .nom {
    height: 20px;
}

footer .address {
    margin-bottom: 0;
}

footer .address1 {
    background-image: url('picto/Footer_Picto Localisation.png');
    background-size: 10px;
    background-position: left 0px top 3px;
    background-repeat: no-repeat;
    padding-left: 18px;
}

footer .address2 {
    margin-left: 18px;
}

footer .email {
    background-image: url('picto/Footer_Picto Mail.png');
    background-size: 12px;
    background-position: left 0px top 3px;
    background-repeat: no-repeat;
    padding-left: 10px;
    margin-bottom: 0;
}

footer .www {
    background-image: url('picto/Footer_Picto Site Web.png');
    background-size: 12px;
    background-position: left 0px top 3px;
    background-repeat: no-repeat;
    padding-left: 10px;
    margin-bottom: 15px;
}

#smi-manager-cookiealert {
    display:none;
    position:fixed;
    bottom:20px;
    z-index:100;
    width:100%;
}

#smi-manager-cookiealert .box {
    padding:20px;
    z-index:100;
    background-color: #fff;
    border:solid 1px #dfdfdf;
    margin-left:auto;
    margin-right:auto;
    box-shadow: 0px 0px 20px 0px;
}

#smi-manager-cookiealert div p {
    margin-bottom:0px;
}