img {
    width: 100%;
}

a {
    text-decoration: none;
    color: #8c8c8c;
    transition: all .2s;
}

a:hover {
    text-decoration: none;
    color: #5a5a5a;
    transition: all .2s;
}

table {
    width: 100%;
}

body {
    margin: 0;
    padding: 50px 0 0 0;
    cursor: default;
    background-color: #ededed;
    color: #000;
    line-height: 20px;
    font-size: 14px;
}

.container-box {
    width: 100%;
    padding: 20px 30px 30px;
    margin: 0 auto;
    border: 2px solid #fff;
}

.carousel-inner {
    border-radius: 0 0 0 20px;
}

.brand-bg {
    background-color: #fff;
    padding: 30px 50px;
}

.brand-bg img{
    -webkit-filter: contrast(110%) brightness(110%) sepia(30%) grayscale(100%);
    filter: contrast(110%) brightness(110%) sepia(30%) grayscale(100%);
}

.owl-carousel .item {
    padding: 5px 20px;
    border-right: 1px solid #ececec;
}

@media screen and (max-width: 590px) {
    .owl-carousel .item {
        border-right: none;
    }
}

.owl-nav {
    position: absolute;
    z-index: -1;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 100%;
    font-size: 50px;
    color: #d1d1d1;
    vertical-align: middle;
}

.owl-carousel .owl-nav button.owl-prev {
    float: left;
    margin-left: -40px;
}

.owl-carousel .owl-nav button.owl-next {
    float: right;
    margin-right: -40px;
}

.owl-carousel .owl-nav button.owl-next:focus, .owl-carousel .owl-nav button.owl-prev:focus {
    outline: none;
}

.grid-row {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0;
}

/* Create four equal columns that sits next to each other */
.column {
    -ms-flex: 50%; /* IE10 */
    flex: 50%;
    max-width: 50%;
    padding: 0 10px;
}

.column img {
    margin-top: 20px;
    vertical-align: middle;
    width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .column {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}

.blog-box {
    position: relative;
}

.blog-box .height {
    height: 281px;
    object-fit: cover;
}

@media screen and (max-width: 767px){
    .blog-box .height {
        height: auto;
    }
}

.corner {
    background-color: #ededed;
    height: 35px;
    width: 20px;
    right: -5px;
    position: absolute;
    bottom: -12px;
    -webkit-transform: rotate(45deg);
}

.overflow-title {
    background-color: #d1d1d1;
    padding: 10px 10px;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 43px auto;
    width: 90%;
    color: #2f5bad;
}

.overflow-title:after {
    content: '';
    top: 100%;
    width: 80%;
    left: 0;
    border-radius: 0 0 0 20px;
    border-top: 30px solid #d1d1d1;
    border-right: 130px solid transparent;
    position: absolute;
}

.overflow-title .title {
    padding-top: 10px;
}

.overflow-title h3 {
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
}

.overflow-title h3 span {
    display: block;
    font-size: 14px;
}

.overflow-title .img {
    width: 120px;
    height: 50px;
    vertical-align: middle;
    margin-left: 10px;
    display: inline-block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.overflow-title .vr {
    width: 1px;
    height: 50px;
    display: inline-block;
    background-color: #ededed;
}

.icon-b-1 {
    background: url("../pics/icon-b-1.png") no-repeat center;
    background-size: contain;
    width: 60px;
    height: 60px;
    float: right;
}

.icon-b-2 {
    background: url("../pics/icon-b-2.png") no-repeat center;
    background-size: contain;
    width: 60px;
    height: 60px;
    float: right;
}

.icon-b-3 {
    background: url("../pics/icon-b-3.png") no-repeat center;
    background-size: contain;
    width: 60px;
    height: 60px;
    float: right;
}

.title-h {
    color: #9cb4c7;
    margin-top: 30px;
    font-size: 18px;
}

.my-bg-light {
    background-color: #e1e1e1;
    color: #929292;
    padding: 30px 20px;
    min-height: 100px;
    text-align: center;
    margin: 10px auto;
}

.my-bg-light i {
    font-size: 32px;
    margin: 0 10px;
}

.my-bg-white {
    background-color: #fafafa;
    color: #c1c1c1;
    padding: 15px 0 0;
    min-height: 100px;
    margin: 10px auto;
}

.calculator{
    background: url("../pics/calculator-en.png") no-repeat;
    background-size: contain;
    height: 80px;
    width: 60px;
    margin: 0 auto;
    display: block;
}

.my-bg-white.newsletter {
    background-color: #fafafa;
    color: #c1c1c1;
    padding: 10px 20px;
    min-height: 100px;
    margin: 10px auto;
}

i.newsletter-icon {
    background: url("../pics/newsletter.png") center no-repeat;
    height: 39px;
    width: 50px;
    max-width: 100%;
    background-size: contain;
    display: inline-block;
}

.my-bg-white.newsletter input {
    background-color: #eeeeee;
    padding: 5px 10px;
    width: 100%;
    border: none;
}

.my-bg-white i {
    font-size: 32px;
    margin: 0 auto;
    text-align: center;
}

.my-bg-white h3 {
    font-size: 16px;
    display: inline-block;
    margin-left: 20px;
    text-align: center;
    vertical-align: top;
}

.my-bg-white h3 small {
    display: block;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 190px;
    background-color: #fff;
    color: #2f5bad;
    padding: 20px;
    border-radius: 0 40px 40px 40px;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/*/////////////footer////////*/

.copy-right ul {
    padding: 0;
    margin: 20px auto 30px;
    font-size: 12px;
}

.copy-right ul li {
    display: inline-block;
    list-style: none;
    padding: 0 5px;
    border-right: 1px solid #b7b7b7;
}

.copy-right ul li:last-child {
    border-right: none;
}


@media screen and  (min-width: 768px) and (max-width: 1024px){
    #return-to-top {
        right:1%;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1460px) {
    #return-to-top {
        right: 1%;
    }
}

@media screen and (max-width: 999px) {

    .overflow-title {
        background-color: #d1d1d1;
        padding: 10px 10px 0;
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
        margin: 30px auto;
        width: 95%;
        color: #2f5bad;
    }

    .overflow-title:after {
        content: '';
        top: 100%;
        width: 80%;
        left: 0;
        border-radius: 0 0 0 20px;
        border-top: 20px solid #d1d1d1;
        border-right: 110px solid transparent;
        position: absolute;
    }

    .overflow-title .title {
        padding-top: 10px;
    }

    .overflow-title h3 {
        font-size: 16px;
    }

    .overflow-title h3 span {
        display: block;
        font-size: 11px;
    }

    .overflow-title .img {
        width: 40px;
        height: 30px;
        margin-left: 10px;
    }

    .overflow-title .vr {
        height: 30px;
    }

    .container-box {
        width: 100%;
        padding: 20px 20px 30px;
    }

    .icon-b-1 {
        width: 40px;
        height: 40px;
    }

    .icon-b-2 {
        width: 40px;
        height: 40px;
    }

    .icon-b-3 {
        width: 40px;
        height: 40px;
    }
}

.ribbon {
    padding: 6px 5px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    margin-right: -10px;
    margin-left: -10px;
    background: #184694;
}

.ribbon span.los-left {
    background: url(../pics/solde-left-losange.png) no-repeat 75% 50%;
    padding-right: 70px;
}

.ribbon span.los-right {
    background: url(../pics/solde-right-losange.png) no-repeat 25% 50%;
    padding-left: 70px;
}

@media screen and (max-width: 767px) {
    .ribbon span.los-left {
        padding-right: 20px;
    }

    .ribbon span.los-right {
        padding-left: 20px;
    }
}
.container-box_index
{
    width: 100%;
    padding: 0;
    margin: 0 auto;
    border: 1px solid #eee;
}
