.box-image{
    overflow: hidden;
    object-fit: cover;
}
.box-image a.img{
    width: 100%;
}
.box-image img.img{
    width: 100%;
}
.wrap-menu .item-menu .menu-child {
    z-index: 999;
}

.nav-breadcrumb{
    background: #f5f5f5;
    font-size: 13px;
    margin-bottom: 20px;
}
.nav-breadcrumb .breadcrumb{
    background: none;
    padding: 12px 0px;
}
.nav-breadcrumb .breadcrumb a{
    color: #6c757d;
}

.menu-right{}
.menu-right ul{}
.menu-right ul li{
    margin-bottom: 1px;
    font-size: 15px;
}
.menu-right ul li a{
    display: block;
    padding: 10px;
    background: #ededed;
    color: #222;
    position: relative;
}
.menu-right ul li a:hover, .menu-right ul li.active a {
    color: #fff;
    background: #3777bc;
}
.menu-right ul li:hover a:before, .menu-right ul li.active a:before {
    /*content: "\f0da";*/
    /*right: -4px;*/
    /*top: 50%;*/
    /*position: absolute;*/
    /*color: #3777bc;*/
    /*font-size: 23px;*/
    /*margin-top: -13px;*/
    /*display: inline-block;*/
    /*font-family: 'Font Awesome 5 Pro';*/
}

.box-news{}
.box-news .img{
    position: relative;
    display: block;
    overflow: hidden;
    object-fit: cover;
    height: 135px;
    margin-bottom: 20px;
}
.box-news .img img{
    vertical-align: top;
    max-width: 100%;
}
.box-news .info{}
.box-news .info .name{}
.box-news .info .name h3{
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 10px;
    color: var(--color-main);
}
.box-news .info p .read-more{
    color: #e40404;
}

.box-news .info p{
    color: #333;
}

h1.title-page{
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 20px;
    color: var(--color-main);
}
.blog .entry .entry-meta {
    margin-bottom: 15px;
    color: #afa29e;
}
.blog .entry .entry-meta ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
}
.blog .entry .entry-meta i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
}
.blog .entry .entry-meta{
    color: #656262;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
}
.blog .entry .entry-meta ul li + li {
    padding-left: 20px;
}
.blog .entry .entry-meta i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
}

.blog .entry .entry-meta i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
}

.blog .entry .entry-meta a {
    color: #656262;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
}
.entry-content{
    line-height: 24px;
}
.entry-content p {
    line-height: 28px;
    font-size: 17px;
    font-weight: initial;
}

.entry-content .read-more {
    -moz-text-align-last: right;
    text-align-last: right;
}

.entry-content .read-more a {
    display: inline-block;
    background: #ff5821;
    color: #fff;
    padding: 6px 20px;
    transition: 0.3s;
    font-size: 14px;
    border-radius: 4px;
}

.entry-content .read-more a:hover {
    background: #ff6b3b;
}

.entry-content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: bold;
}

.entry-content blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0;
}

.entry-content blockquote p {
    color: #313030;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
}

.entry-content blockquote::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #473d3a;
    margin-top: 20px;
    margin-bottom: 20px;
}
.entry-content img {
    max-width: 100% !important;
    height: auto !important;
    margin-bottom: 15px;
}

.entry-content table {
    max-width: 100% !important;
}

.entry-content iframe {
    max-width: 100% !important;
}
.product {
    padding: 0px;
    margin-bottom: 20px;
    -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    -o-transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
    transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
    transition: opacity 0.3s, transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    position: relative;
    padding-bottom: 10px;
    background: white;
}

.product .hover_cart {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    text-align: center;
    opacity: 0;
}
.product:hover .hover_cart {
    opacity: 1;
}

.product .sale {
    width: 32px;
    height: 32px;
    background: #f76601;
    text-align: center;
    color: white;
    border-radius: 50%;
    font-size: 12px;
    line-height: 32px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.product .img {
    overflow: hidden;
    object-fit: cover;
    height: 220px;
    text-align: center;
    margin-bottom: 0px;
    background: white;
    padding: 0px;
    -webkit-box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 75%);
}
.product .img a{
    width: 100%;
}
.product .img img {
    width: 100%;
    height: 100%;
    display: initial;
    -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    -o-transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
    transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
    transition: opacity 0.3s, transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
}

.product .img:hover img {
    transform: scale(1.1);
}

.product .name {
    text-align: left;
    padding: 10px 0px;
    font-weight: 500;
    color: var(--color-main);
}

.product .name h3 {
    line-height: 24px;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.product:hover:after {
    transform-origin: left;
    transform: scaleX(1);
}

.product:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: #ea5e24;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transform-origin: right;
    transition: transform .5s ease-in-out;
    transform: scaleX(0);
}

.product .gr-price {
    text-align: left;
    padding: 0px 10px;
}

.product .gr-price span.price {
    color: #ee232c;
    font-weight: 600;
    font-size: 19px;
    padding-right: 10px;
}

.product .gr-price span.price_old {
    text-decoration: line-through;
    color: #8a8989;
    font-size: 14px;
}
.contact .info-box {
    color: #313030;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px;
}

.contact .info-box i {
    font-size: 32px;
    color: var(--color-main);
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted var(--color-main);
    float: left;
}

.contact .info-box h3 {
    font-size: 20px;
    color: #656262;
    font-weight: 700;
    margin: 10px 0 10px 68px;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin: 0 0 0 68px;
}

.contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br + br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid var(--color-main);
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
    border-color: #ff5821;
}

.contact .php-email-form input {
    padding: 10px 15px;
}

.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
    background: #e1791a;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover {
    background: #ff7e54;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.support-box{
    border: solid 1px #ddd;
    padding: 15px 10px 5px 10px;
    margin-bottom: 20px;
}
.support-box p{
    margin-bottom: 20px;
}
.support-box p .title {
    background: url('/images/icon_tel_support.png') left 1px no-repeat;
    padding-left: 24px;
    display: block;
    line-height: 19px;
    font-size: 14px;
    color: #333;
    border-bottom: 0px;
    margin-bottom: 0px;
    height: initial;
}
.support-box p .red {
    margin-left: 25px;
    color: red;
}

.sidebar-box{
    margin-bottom: 20px;
}
.header-main .change-langue {
    /*height: 30px;*/
    /*width: 30px;*/
    /*background-color: rgb(220, 175, 38);*/
    /*border-radius: 20px;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*cursor: pointer;*/
    /*margin-left: 15px;*/
    /*color: white;*/
}

.search_modal{
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}
.search_modal .input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 2;
    background: #eb0000;
    color: white;
    padding: 2px 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.search_modal input{
    height: 30px;
}

.hide-search-bar{
    position: absolute;
    top: 0px;
    right: 0px;
    background: #eb0000;
    color: white;
    padding: 13px 20px;
    font-size: 24px;
    cursor: pointer;
}

.info-card .img{
    margin-bottom: 20px;
}


/* 5 Columns */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    max-width: 20%;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
#list-service .container{
    max-width: 80%;
}
#list-service .outline{
    position: relative;
    z-index: 5;
    margin-top: -50px;
    transition: all .3s;
}
#list-service .outline:nth-child(1){
    background-color: rgb(1, 118, 213);
}
#list-service .outline:nth-child(2){
    background-color: rgb(1, 112, 202);
}
#list-service .outline:nth-child(3){
    background-color: rgb(1, 106, 192);
}
#list-service .outline:nth-child(4){
    background-color: rgb(2, 95, 171)
}

#list-service .outline:nth-child(5){
    background-color: rgb(1, 118, 213);
}
#list-service .outline:nth-child(6){
    background-color: rgb(1, 112, 202);
}
#list-service .outline:nth-child(7){
    background-color: rgb(1, 106, 192);
}
#list-service .outline:hover{
    background-color: rgb(220, 175, 38);
}
.flexrow.row-7-el > .element  {
    flex: 0 1 calc(100%/7);
    max-width: calc(100%/7);
}

#list-service .container-fix{
    max-width: 90%;
}