header .navigation li:hover .nav-link {
    color: #3490d1 !important;

}

/*newsletter popup css end*/
/* 09. error page css heer   */
.header_error {
    border-bottom: 1px solid #ebebeb;
}

.error_form {
    text-align: center;
}

.error_form h1 {
    font-size: 200px;
    font-weight: 700;
    color: #3690d0;
    letter-spacing: 10px;
    line-height: 160px;
    margin: 0 0 63px;
}

@media only screen and (max-width: 767px) {
    .error_form h1 {
        font-size: 130px;
        line-height: 120px;
        letter-spacing: 4px;
        margin: 0 0 40px;
    }
}

.error_form h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .error_form h2 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 14px;
    }
}

.error_form p {
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .error_form p {
        font-size: 15px;
        margin-bottom: 22px;
        line-height: 21px;
    }
}

.error_form form {
    width: 450px;
    margin: 0 auto;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .error_form form {
        width: 100%;
    }
}

.error_form form input {
    padding: 0 60px 0 30px;
    background: #f8f8f8;
    border: 1px solid #ddd;
    color: #262b32;
    height: 40px;
    width: 100%;
    border-radius: 3px;
}

.error_form form button {
    position: absolute;
    right: 0;
    height: 100%;
    border: none;
    background: no-repeat;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    top: 0;
    text-transform: uppercase;
    padding: 0 15px;
    font-weight: 600;
}

.modal {
    z-index: 9999999999999;
}



.error_form form button:hover {
    color: #d28240;
}

.error_section {
    padding: 50px 0;
}

.error_form a {
    color: #fff;
    display: inline-block;
    background: #3690d0;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    line-height: 42px;
    padding: 0 30px;
    text-transform: uppercase;
    margin-top: 35px;
    border-radius: 3px;
}

@media only screen and (max-width: 767px) {
    .error_form a {
        padding: 0 20px;
        margin-top: 25px;
    }
}

.error_form a:hover {
    background: #262b32;
}

#spinner {
    position: fixed;
    background-size: 150px !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(/img/sppiner.gif) 50% 50% no-repeat #ffffff;
}

.search_widget {
    position: absolute;
    right: 0;
    padding: 15px;
    z-index: 99;
    right: -34px;
    top: 10px;
    display: none;
}

.product_ratting ul li {
    display: inline-block;
}

.product_d_right .price_box span.current_price {
    font-size: 23px;
}

.breadcrumb_content ul li:last-child {
    margin-right: 0
}

.breadcrumb_content ul li:last-child::before {
    display: none
}

.breadcrumb_content ul li::before {
    position: absolute;
    content: "/";
    right: 0;
    top: 50%;
    transform: translatey(-50%);
}

.detailPP {
    border-bottom: 1px solid lightgrey;
    color: #3690d0;
    padding-bottom: 12px;
    margin-top: 30px;
}

.product_d_right .priduct_social ul li a {
    background: #dfdfdf;
    color: #020202;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 9px;
    border-radius: 3px;
    text-transform: capitalize;
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

.ctnidPC {
    background: black;
    border: 0;
    padding: 10px 40px;
    color: white;
}

.elementor-button {
    font-family: founders grotesk, Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: .5px;
    background-color: var(--e-global-color-primary);
    border-style: solid;
    border-width: 2px;
    border-color: var(--e-global-color-primary);
    border-radius: 0 0 0 0;
    padding: 16px 39px;
}

#reviews .comment-form-author,
#reviews .comment-form-email {
    flex: 50%;
    max-width: 50%;
}

#reviews .comment-form-comment,
#reviews .comment-form-author,
#reviews .comment-form-email {
    position: relative;
}

#reviews .comment-form-comment label,
#reviews .comment-form-author label,
#reviews .comment-form-email label {
    position: absolute;
    top: 0;
    left: 15px;
    height: 100%;
    padding: 0.625em 0;
    pointer-events: none;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}

button {
    cursor: pointer;
}

.btncoment {

    background: #d7d7d7;
    color: black;
    border: 0;
    margin-top: 30px;
    padding: 10px 42px;
}

.nameemaill {
    padding-top: 15px;
}

.labeltexear {
    padding-bottom: 15px;
}

#email-notes {
    padding-bottom: 0;
    padding-top: 30px;
}

#reviews input {
    width: 100%;
    padding: 0.625em 0;
    background-color: var(--background);
    color: var(--accent);
    border-width: 0 0 1px;
    border-style: solid;
    border-color: var(--accent);
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    border-radius: 0;
    outline: 0;
    transition: all ease-in-out .3s;
    font-size: 16px;

}

#reviews textarea {
    overflow: auto;
    vertical-align: top;
    width: 100%;

}

.required {
    border-bottom: 0 !important;
    color: #e2401c;
}

#reviews .comment-form-rating {
    clear: both;
    margin-bottom: 1em;
}

.cart_item {
    overflow: hidden;
    padding: 11px 0;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    justify-content: space-between;
}

.noreviews {
    margin-top: 0;
    margin-bottom: 30px;
    padding: 1.3em 1.618em 1em;
    background-color: #3690d0ab;
    border-radius: 2px;
    color: #fff;
    clear: both;
    border-left: 0.6180469716em solid rgba(0, 0, 0, .15);
    line-height: 1;
}

.blocCmds .form-check-inline {
    margin-top: 5px !important;
}

.cart_validerCmd .cart_info {
    width: 100% !important;
}

.cart_info p span {
    font-weight: 600;
}

.blocCmds {
    background: #ededed6b;
    margin: -5px;
    border: 1px solid #c7c7c7;
    padding: 15px;
    margin-top: 15px;
    border-radius: 4px;
}

.cart_img {
    width: 80px;
    margin-right: 10px;
    border: 1px solid #ababab;
}

.blocCmds .form-control {
    font-size: 13px;
    font-style: italic;
    border-radius: 0 !important;
    margin-bottom: 10px;
    height: 40px;
}

.btnVC {
    margin-left: 15px;
}

.blocCmd {
    border: 1px solid #c7c7c7;
    width: 100%;
    padding: 15px;
    background: #ededed6b;
    border-radius: 4px;
}

.totalMVC {
    margin-top: 15px;
}

.none {
    display: none;
}

#Tabdesc {
    margin-top: 30px;
}

#Tabdesc .nav-link {
    font-size: 20px;
}

.product_d_right .priduct_social ul li a.facebook:hover {
    background: #3b5999;
    color: white;
}

.product_d_right .priduct_social ul li a.pinterest:hover {
    background: #cb2028;
    color: white;
}

.product_d_right .priduct_social ul li a.whatapp:hover {
    background: #2fb01e;
    color: white;
}

.breadcrumbs_area {
    background: #f5f5f5;
    border-bottom: 1px solid #ebebeb;
    padding: 20px 0;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.product_d_right .product_ratting ul li.review a {
    color: #5a5a5a;
    margin-left: 10px;
}

.product_variant.quantity input {
    width: 130px;
    border: 1px solid #ebebeb;
    background: 0 0;
    height: 42px;
    padding: 0 12px;
    border-radius: 5px;
    margin-left: 15px;
}

.breadcrumb_content ul li {
    display: inline-block;
    text-transform: capitalize;
    font-size: 14px;
    margin-right: 3px;
    padding-right: 13px;
    position: relative;
}

.product_variant.quantity label {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 0;
}

.descfac {
    font-size: 16px;
    line-height: 28px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.product_variant.quantity button {
    border: 0;
    font-size: 16px;
    margin-left: 20px;
    background: #d51212;
    height: 42px;
    cursor: pointer;
    color: white;
    line-height: 42px;
    text-transform: capitalize;
    min-width: 270px;
}

.product_d_right .price_box span.old_price {
    background: red;
    color: #fff;
    padding: 4px;
    border-radius: 2px;
    margin-right: 10px;
}

.product_d_right h1 {
    text-transform: capitalize;
    line-height: 20px;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 22px;
}

.product_details .tab-pane {
    padding: 40px;
    border: 1px solid #dee2e6;
    border-top: 0;
}

.product_d_right .product_ratting {
    margin-bottom: 17px;
}

.brand_four {
    padding: 50px 0px;
    background: white;
}

.newsletter_container p {
    font-size: 13px;
    line-height: 16px;
    font-weight: 300;
    margin-bottom: 29px;
}

.subscribe_form form {
    display: flex;
    justify-content: center;
}

.subscribe_form form button {
    padding: 0 20px;
    background: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 41px;
    height: 45px;
    border: 0;
    display: block;
    -webkit-transition: .3s;
    transition: .3s;
    border: 2px solid #262b32;
    margin-left: 15px;
}

.newsletter_container {
    text-align: center;
}

.subscribe_form form input {
    width: 410px;
    border: 2px dashed #a5a5a5;
    background: 0 0;
    padding: 0 15px;
    height: 45px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.newsletter_container h3 {
    font-size: 18px;
    line-height: 19px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 26px;
}

.search_widget form {
    position: relative;
    width: 400px;
    border: 1 px solid #ebebeb;
}

.mini_cart_wrapper span.item_count {
    position: absolute;
    top: -10px;
    width: 19px;
    height: 19px;
    line-height: 19px;
    border-radius: 100%;
    text-align: center;
    background: #fff;
    font-weight: 400;
    font-size: 10px;
    color: #3490d1;
    right: -28px;
}

.social-network li {
    display: inline-block;
    position: relative;
    margin-right: 15px;
    width: 10px;
    padding-left: 10px;
    font-size: 16px;
}

.social-network .borderR {
    border-left: 1px solid white;
    margin-left: 15px;
}

.search_widget form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    border: 0;
    background: 0 0;
    font-size: 16px;
}

.search_widget form input {
    padding: 10px 40px 10px 15px;
    height: 41px;
    line-height: 30px;
    font-size: 12px;
    color: #222;
    border: none;
    width: 100%;
    background: #f7f7f7;
}

.search_box:hover > .search_widget {
    display: block !important;
}

header .navigation li.active .nav-link {
    color: #d51212 !important;
    font-weight: bold;
    border-bottom: 1px solid;
}

header .top {
    padding: 14px 0;
    margin: 0;
    background: #d51212;
}

header .top a {
    color: white !important;
    cursor: pointer;

}

body {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 14px;
    overflow-x: hidden;
}

.swal2-popup {
    font-family: 'Ubuntu', sans-serif !important;
}

header .topleft-info li {
    display: inline;
    margin: 0 20px 0 0;
    padding: 0;
}

header .topleft-info {
    padding-left: 0;
    float: left;
}

header .social-network {
    margin: 0;
    text-align: right;
}

header .navigation li {
    margin-right: 0 !important;
    margin-left: 15px;
}

footer .decorRight {
    position: absolute;
    top: 20px;
    right: -10px;
    background: #333;
    transform: skewX(-30deg);
    height: 20px;
    width: 60px;
}

footer .decoreLeft {
    position: absolute;
    top: 20px;
    left: -10px;
    background: #333;
    transform: skewX(30deg);
    height: 20px;
    width: 60px;
}

.section-head h3 {
    font-size: 30px;
    position: relative;
    display: inline-block;
    z-index: 4;
    text-transform: capitalize;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.section-head h3:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 20px);
    height: 2px;
    width: 50px;
    background: #d51212;
    z-index: 2;
}

.block-services {
    padding: 30px 0;
}

.whattopb {
    bottom: 15px !important
}

.back_to_top i {
    position: fixed;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    background: #d51212;
    right: 30px;
    bottom: 20px;
    z-index: 999999;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}

.block-services .icon-service .text {
    margin-left: 85px;
    padding-top: 13px;
}

.block-services .icon-service .icon {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: 2px solid #e5e5e5;
    background-color: #fff;
    float: left;
}

.block-services .icon-service .icon i {
    font-size: 36px;
    font-weight: 700;
    color: #2196F3;
    width: 70px;
    height: 70px;
}

.block-services .icon-service .text h6 {

    text-transform: uppercase;
}

.block-services .icon-service .icon i:before {
    height: 70px;
    width: 68px;
    display: block;
    text-align: center;
    line-height: 63px;
}

.Temoignages {
    background: #f2f2f2;
    padding: 50px;
}

.clients .icon {
    font-size: 31px;
    border: 1px solid;
    border-radius: 50%;
    display: inline-block;
    padding: 11px;
    color: #d51212;
    width: 60px;
    line-height: 40px;
    height: 60px;
    text-align: center;
    margin-bottom: 15px;
}

.section-head {
    text-align: center;
    position: relative;
}

.clients h6 {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0 5px;
    color: #d51212;
    border-bottom: 1px solid;
    padding-bottom: 9px;
    display: inline-block;
}

.clients p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
}

.section-head h3:after {
    content: "";
    height: 2px;
    width: 130px;
    background: #a3a7aa4f;
    position: absolute;
    bottom: 0;
    left: calc(50% - 60px);
    z-index: 1;
}

footer .block-space {
    position: relative;
    height: 40px;
    margin-top: -80px;
}

header .navigation .nav-link {
    text-transform: uppercase;
    line-height: 12px;
    letter-spacing: 0.6px;
    font-weight: 500;
    color: black !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

footer {
    background: #333 url(/img/header_ornamen2.png) no-repeat 40% 60%;
    padding-top: 40px;
}

.banner_content_four p {
    font-size: 18px;
    max-width: 500px;
    margin-bottom: 15px !important;
    margin: 0 auto;
}

a:hover {
    opacity: 0.8;
    cursor: pointer;
    color: none !important;
}

.whatgif {
    position: fixed;
    bottom: 70px;
    right: 25px;
    width: 50px;
    z-index: 99999;
}

.social_footer {
    padding: 15px;
    text-align: center;
    margin-top: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.social_footer a:hover {
    background: white;
    color: #333333;
}

.galerie {
    background: #e5e5e582;
    padding-top: 50px;
    padding-bottom: 70px;
}

.logoFotR img {
    /* width: 200px;
    /*    //  margin-top: 20px;*/
}

.social_footer a {
    color: rgb(255, 255, 255);
    line-height: 50px;
    display: block;
    font-size: 20px;
    width: 50px;
    height: 50px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.3);
    border-image: initial;
    border-radius: 50%;
}

.table_desc .cart_page table thead tr th {
    border-bottom: 3px solid #3490d1;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 10px;
    text-align: center;
}

.about_banner:after {
    position: absolute;
    content: '';
    background: rgb(0 0 0 / 61%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.about_banner {
    background: url(../img/gpsdevis.jpg);
    position: relative;
    text-align: center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center;
    z-index: 1;
    margin-bottom: 40px;
    padding-top: 40px;
}



.about_banner_text .breadcrumb {
    background-color: transparent !important;
    font-weight: 400;
    font-size: 14px;
    color: white !important;
    padding: 5px;
    text-align: center;
    display: inline-flex;
}

.breadcrumb-item.active {
    color: #1a73e8;
}

.about_banner_text h3 {
    font-weight: 700;
    font-size: 34px;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 1px solid;
    display: inline-block;
    margin-bottom: 6px !important;
    padding-bottom: 8px;
    letter-spacing: 6px;
}

.contact_banner {
    margin-bottom: 0px;
}

.about_banner {
    background: url(../img/gpsdevis.jpg);
}


.breadcrumb-item a {
    color: white;
}

.shopping_cart_area {
    margin-bottom: 60px;
    margin-top: 60px;
}

.table_desc {
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
    margin-top: 2px;
}

.bleu {
    color: #53c0f0;
}

.desctotalB {
    margin-bottom: 30px;
    font-size: 18px;
    text-align: center;
    padding: 15px;
    border: 1px solid #ebebeb;
}

.totalM {
    font-weight: bold;
    background: #dddddd5c;
    padding: 9px 20px;
    border-radius: 5px;
    margin-left: 10px;
    font-size: 20px;
    color: #3490d1;
    ;
}

.btnvalidcmd {
    width: 240px;
}

.pvide {
    padding: 30px 10px;
    font-size: 20px;
    text-align: center;
}

.table-responsive {
    overflow-x: hidden;
}

.qtechange {
    width: 100px;
    margin: 0 auto;
}

.formpa {
    display: inline-block;
}

.table_desc .cart_page table {
    width: 100%;
}

.red {
    color: red;
}

.btnpanier {
    background: 0 0;
    font-size: 18px;
    border: 1px solid;
    display: inline-flex;
    border-radius: 5px;
    margin-right: 5px;
    padding: 5px 8px;
    display: inline-block;
    cursor: pointer;
}

.table_desc .cart_page table tbody tr td {
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    text-align: center;
    padding: 10px;
    vertical-align: middle;
}

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

footer .pconnfirmD {
    text-align: left !important;
    font-size: 16px;
    line-height: 25px;
    margin-top: 18px;
}

footer .pconnfirmD b {
    color: #ff67ad;
    font-weight: bold;
}

footer .pconnfirm a {
    font-size: 22px;
    color: #908f8f;
    margin-top: 20px;
}

footer .pconnfirm i {
    font-size: 25px;
    color: #4caf50;
    vertical-align: bottom;
}

.TitBlock {
    padding-top: 70px;
    padding-bottom: 30px;
}

footer .content p {
    color: white;
}

footer .pconnfirmD {}

footer h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fcd03b;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 1px solid;
}

.Bproduit {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    box-shadow: 0 0px 12px rgb(0 0 0 / 18%);
    z-index: 2;
    margin-bottom: 30px;
    padding: 0 15px 15px 15px;
    position: relative;
}

.product_rating ul {
    display: flex;
    margin-top: -2px;
    float: right;
}

.product_variant {
    margin-bottom: 40px;
}

.be-ava-comment {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.be-comment-content span {
    display: inline-block;
    width: 49%;
    margin-bottom: 15px;
}

.price_box {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.toggle-on.btn {
    padding-right: 0 !important;
}

.be-comment-text {
    font-size: 13px;
    line-height: 18px;
    color: #ffffff;
    display: block;
    background: #556080a6;
    border-radius: 3px;
    border: 1px solid #edeff2;
    padding: 15px 20px 20px 20px;
    margin-bottom: 31px;
}

.be-comment-content {
    margin-left: 80px;
}

.be-comment-time {
    font-size: 11px;
    color: #b4b7c1;
    text-align: right;
}

.be-img-comment {
    float: left;
}

.price_boxH {
    float: none;
    margin-bottom: 0;
}


.Bproduit h6 {
    margin-top: 15px;
    color: #d51212;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 20px;
    float: left;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 12px;
    width: 100%;
}

.price_box span.current_price {
    font-size: 18px;

    font-weight: bold;
}

.tab-image {
    position: relative;
    width: 100%;
    /*   line-height: 0;*/
}

.tb-action {
    opacity: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;

}

a:hover {
    text-decoration: none;
}

.tb-p {
    margin-bottom: 15px;
}

.tab-image img {
    width: 100%;
}

.tab-image:hover .tb-action {

    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    opacity: 1;

}

.tb-action a,
.tb-action button {
    background: #d51212;
    border: 0;
    border-right: 1px solid #d1d1d1;
    margin-left: 0px;
    padding: 12px;
    color: white !important;
    display: inline-block;
    width: 50%;
    float: left;
    font-size: 14px;
    cursor: pointer;
    text-align: center;

}

.tb-action a:hover,
.tb-action button:hover {
    background: #adadad;
    color: #ffffff !important;
    opacity: 1;
}

.modal-content {
    border-radius: 10px;
    padding: 0 20px;
}

.btnV {
    background: #309100;
    color: #fff;
    margin-left: 15px;
}

.oblig {
    color: #f50000;
}

.modelcontact .modal-confirm .icon-box i {
    font-size: 50px;
    position: relative;
    top: 5px;
}

.modelcontact .modal-confirm .btn {
    color: #341949;
    border-radius: 4px;
    background: #fcd03b;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border: none;
    padding: 15px;
    font-size: 19px;
}

#contactTM {
    padding-top: 100px;
}

#contactTM .modal-header {
    background: #f8f9fa;
    color: #908f8f;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.modelcontact .modal-confirm h4 {
    text-align: center;
    font-size: 25px;
    margin: 35px 0 -6px;
}

.modelcontact .modal-confirm .icon-box {
    color: #341949;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -54px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #fcd03b;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 10%);
}

.price_box span.old_price {
    text-decoration: line-through;
    font-size: 14px;
    margin-right: 10px;
    background: #adadad;
    padding: 10px;
    color: #fff;
    font-weight: 700;
}

.modal_body {
    padding: 25px 10px;
}

.modal-dialog.modal-dialog-centered.modal-dialog.modal-dialog-centered {
    min-width: 800px !important;
}

.product_rating ul li a {
    font-size: 8px;
    color: #f1c001;
}

.product_rating ul li {
    line-height: 23px;
    margin-right: 2px;
}

.produitsV {
    padding-top: 20px;
    padding-bottom: 80px;
}

.produitsV h1 {
    color: #d51212;
    border-bottom: 1px solid #fcd03b;
    margin-bottom: 40px;
    padding-bottom: 11px;
}

.galerie img {
    border: 1px solid #4a4a4a40;
    padding-bottom: 1.14rem;
}

.downbar {
    border-top: 1px solid #999;
    padding: 20px 0;
}

.text-right {
    text-align: right !important;
}

.copyright_area p {
    text-transform: capitalize;
    line-height: 25px;
    font-size: 14px;
    color: #999;
}

.copyright_area .me a {
    color: #2cac1d;
}

.social_footer li {
    display: inline-block;
    margin: 0px 10px 0px;
}

.banner_footer_four a.code {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    height: 30px;
    line-height: 30px;
    padding: 0 25px;
    display: inline-block;
    background: #3012d5;
    color: #fff;
    margin-right: 20px;
}

.banner_footer_four a.code:hover {
    color: black !important;
}

.banner_style_four_inner {
    padding: 80px 0;
}

.banner_content_four {
    width: 600px;
    margin: 0 auto;
    padding: 21px 20px 24px;
    background: #ffffffad;
    text-align: center;
    border-radius: 25px
}

/* Style personnalisé */
h2.section-title {
    font-weight: 700;
    color: #007bff;
    /* Bleu Bootstrap */
    text-transform: uppercase;
    margin-bottom: 30px;
}

.card-header {
    background-color: #f8f9fa;
}

.card-header .btn {
    font-weight: 600;
    color: #343a40;
    text-decoration: none;
}

.card-body {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

.card-body ul {
    margin-left: 20px;
}

.banner_content_four h2 {
    color: #d51212;
}

.devis {
    background-image: url(/img/gpsdevis.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.TitBlock a {
    color: white;
    text-transform: capitalize;
    padding-bottom: 15px;
    display: block;
}
