/*h1 {*/
/*    font-size: 36px;*/
/*}*/
/*h2 {*/
/*    font-size: 24px;*/
/*}*/

/*.bg_cover{*/
/*    min-height: 60px!important;*/
/*}*/


.cart-item {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e9ecef;
}

.cart-search ul li{
    margin-left: 18px;
}

.rd-navbar-call {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    background-color: #286efc;
    border-radius: 50%;
    transition: 0.35s ease-in;
    position: fixed;
    z-index: 1080;
    right: 20px;
    top: 10px;
    color: white;
}

/*
*  Nouvelle charte
 */
/*
    Products section
*/

.section.home-products {
        background-color: white;
}

/*
	Product style
*/
.card-modern {
    display: flex;
    flex-direction: column;
    text-align: center;
    overflow: visible;
}

.card-modern-left {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.card-modern-left:before {
    content: '';
    position: absolute;
    transition: 0.35s ease-in;
    left: 50%;
    top: 54%;
    transform: translate(-50%, -50%);
    width: 104px;
    height: 104px;
    background-color: rgba(40, 110, 252, 0.08);
    border-radius: 50%;
    z-index: 0;
}

.card-modern-left:after {
    content: '';
    position: absolute;
    display: block;
    width: 23px;
    height: 23px;
    background-color: rgba(40, 110, 252, 0.08);
    right: 0;
    top: 0;
    transform: translateY(20px);
    border-radius: 50%;
    will-change: transform;
}


/*---------------------------
     Bloc video background css
----------------------------*/
video#bgvid {
    right: 0;
    bottom: 0;
    left: 0;
    /*top: 0;*/
    width: 100%;
    z-index: -1;
    background-size: cover;
    position: absolute;
}

@media (min-width: 1600px) {
    video#bgvid {
        top: -250px;
    }
}

@media (max-width: 1599px) {
    video#bgvid {
        top: 0;
    }
}

/*
* For the blog
 */


.post-block {
    position: relative;
    z-index: 1;
    display: flex;
    overflow: hidden;
    max-width: 640px;
    border-radius: 6px;
    text-align: left;
}

.post-block::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: .3;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.post-block::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    border-radius: inherit;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    opacity: 1;
    visibility: visible;
    transition: 1s ease-in-out;
}

@media (min-width: 1200px) {
    .post-block:after {
        opacity: 0;
        visibility: hidden;
    }
}

.post-block > * {
    width: 100%;
    flex-shrink: 0;
}

@media (min-width: 1200px) {
    .desktop .post-block:hover::after {
        opacity: 1;
        visibility: visible;
    }
}

.post-block-dummy {
    width: 100%;
}

.post-block-dummy::before {
    content: '';
    display: block;
    visibility: hidden;
    pointer-events: none;
    padding-bottom: 71.58556%;
}

.post-block-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    max-width: none;
}

@supports (object-fit: cover) {
    .post-block-image {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: none;
        object-fit: cover;
        object-position: center center;
    }
}

.post-block-caption {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
}

.post-block-meta {
    transform: translate3d(0, -5px, 0);
    margin-bottom: -5px;
    margin-left: -20px;
    margin-right: -20px;
    color: #343a40;
}

.post-block-meta > * {
    margin-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
}

.post-block-meta > li {
    position: relative;
    display: inline-block;
    line-height: 24px;
}

.post-block-meta > li:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 1.5em;
    background: #e8e9ee;
    transform: translate3d(0, -50%, 0);
}

.post-block-meta a {
    color: inherit;
}

.post-block-meta a:hover {
    color: #286efc;
}

.post-block-meta time {
    display: block;
}

.context-dark .post-block-meta, .bg-gray-700 .post-block-meta, .bg-gray-800 .post-block-meta, .bg-primary .post-block-meta, .bg-primary-darker .post-block-meta {
    color: #ddd;
}

.context-dark .post-block-meta a:hover, .bg-gray-700 .post-block-meta a:hover, .bg-gray-800 .post-block-meta a:hover, .bg-primary .post-block-meta a:hover, .bg-primary-darker .post-block-meta a:hover {
    color: #fff;
}

.context-dark .post-block-meta > li:not(:last-child)::after, .bg-gray-700 .post-block-meta > li:not(:last-child)::after, .bg-gray-800 .post-block-meta > li:not(:last-child)::after, .bg-primary .post-block-meta > li:not(:last-child)::after, .bg-primary-darker .post-block-meta > li:not(:last-child)::after {
    background: #aeb1be;
}

.context-dark .post-block-title, .bg-gray-700 .post-block-title, .bg-gray-800 .post-block-title, .bg-primary .post-block-title, .bg-primary-darker .post-block-title {
    font-weight: 300;
    color: white;
}

.context-dark .post-block-title a:hover, .bg-gray-700 .post-block-title a:hover, .bg-gray-800 .post-block-title a:hover, .bg-primary .post-block-title a:hover, .bg-primary-darker .post-block-title a:hover {
    color: #aeb1be;
}

.context-dark .post-block-title a, .bg-gray-700 .post-block-title a, .bg-gray-800 .post-block-title a, .bg-primary .post-block-title a, .bg-primary-darker .post-block-title a {
    color: white;
}

@media (max-width: 767.98px) {
    .post-block {
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) {
    .post-block-meta {
        margin-left: -25px;
        margin-right: -25px;
    }
    .post-block-meta > * {
        padding-left: 25px;
        padding-right: 25px;
    }
    .post-block-caption {
        padding: 35px 40px;
    }
}


.post-light {
    display: flex;
    align-items: flex-start;
    max-width: 485px;
    margin-left: -20px;
    text-align: left;
}

.post-light > * {
    margin-left: 20px;
}

.post-light:hover .post-light-time {
    background: #286efc;
    color: #fff;
}

.post-light-time {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-width: 100px;
    width: 100px;
    padding: 20px;
    color: #151515;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    transition: .22s ease-in-out;
}

.post-light-time > * {
    line-height: 1;
}

.post-light-time > * + * {
    margin-top: 3px;
}

.post-light-time-big {
    font-size: 2.25em;
    font-weight: 400;
}

a.post-tiny-media {
    display: block;
}

.post-light-media {
    position: relative;
}

.post-light-media::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(52, 58, 64, 0.1);
    transition: .22s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.post-light-media img {
    width: 100%;
}

.post-light-main {
    flex-grow: 1;
}

.post-light-title, .post-light-title a {
    color: #151515;
}

.post-light-title a:hover {
    color: #013092;
}

@media ( max-width: 1199px ) {
    h4.post-light-title {
        font-size: 16px;
    }
}

.post-light-meta {
    transform: translate3d(0, -5px, 0);
    margin-bottom: -5px;
    margin-left: -20px;
    margin-right: -20px;
    color: rgba(52, 58, 64, 0.6);
}

.post-light-meta > * {
    margin-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
}

.post-light-meta > li {
    position: relative;
    display: inline-block;
    line-height: 24px;
}

.post-light-meta > li:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 1.5em;
    background: #e8e9ee;
    transform: translate3d(0, -50%, 0);
}

.post-light-meta a {
    color: inherit;
}

.post-light-meta a:hover {
    color: #286efc;
}

* + .post-light {
    margin-top: 30px;
}

* + .post-light-meta {
    margin-top: 9px;
}

@media (min-width: 768px) {
    .post-light {
        margin-left: -36px;
    }
    .post-light > * {
        margin-left: 36px;
    }
}

@media (min-width: 992px) {
    * + .post-light {
        margin-top: 38px;
    }
}

.wow-outer span {
    display: block;
}

.wow-outer .wow > span {
    display: inline;
}

bject-inline.wow span {
    display: inline-block;
}

.object-inline > * + * {
    margin-left: 11px;
}

.wow-outer .object-inline span {
    display: inline-block;
}


.wow-outer .object-inline span {
    display: inline-block;
}

.wow-outer {
    position: relative;
    overflow: hidden;
}

.wow {
    backface-visibility: hidden;
}

/*
*
* Buttons
*/
.button {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 13px 35px;
    font-size: 14px;
    line-height: 1.25;
    border: 2px solid;
    border-radius: 6px;
    font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
    transition: 0.25s cubic-bezier(0.2, 1, 0.3, 1);
}

.button-block {
    display: block;
    width: 100%;
}

.button-default, .button-default:focus {
    color: #aeb1be;
    background-color: #343a40;
    border-color: #343a40;
}

.button-default:hover, .button-default:active {
    color: #fff;
    background-color: #286efc;
    border-color: #286efc;
}

/*==================================
Button primary bg color
====================================*/

.button.button-primary, .button.button-primary:focus {
    color: #fff!important;
    background-color: #286efc;
    border-color: #286efc;
}

.button.button-primary:hover, .button.button-primary:active {
    color: #fff!important;
    background-color: #013092;
    border-color: #013092;
}

[class*="bg-ima"] .button.button-primary, [class*="bg-ima"] .button.button-primary:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    border-color: transparent;
}

[class*="bg-ima"] .button.button-primary:hover, [class*="bg-ima"] .button.button-primary:active {
    color: #fff;
    background-color: #286efc;
    border-color: #286efc;
}

html .button.button-primary-lighten, html .button.button-primary-lighten:focus {
    color: #fff;
    background-color: #286efc;
    border-color: #286efc;
}

html .button.button-primary-lighten:hover, html .button.button-primary-lighten:active {
    color: #fff;
    background-color: #417ffc;
    border-color: #417ffc;
}

.button-primary-outline, .button-primary-outline:focus {
    color: #343a40;
    background-color: transparent;
    border-color: #286efc;
}

.button-primary-outline:hover, .button-primary-outline:active {
    color: #fff;
    background-color: #286efc;
    border-color: #286efc;
}


/*==================================
Button success bg color
====================================*/

.button.button-success, .button.button-success:focus {
    color: #fff;
    background-color: #69c16c;
    border-color: #69c16c;
}

.button.button-success:hover, .button.button-success:active {
    color: #fff;
    background-color: #668f16;
    border-color: #668f16;
}

[class*="bg-ima"] .button.button-success, [class*="bg-ima"] .button.button-success:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    border-color: transparent;
}

[class*="bg-ima"] .button.button-success:hover, [class*="bg-ima"] .button.button-success:active {
    color: #fff;
    background-color: #69c16c;
    border-color: #69c16c;
}

html .button.button-success-lighten, html .button.button-success-lighten:focus {
    color: #fff;
    background-color: #69c16c;
    border-color: #69c16c;
}

html .button.button-success-lighten:hover, html .button.button-success-lighten:active {
    color: #fff;
    background-color: #69de9c;
    border-color: #69de9c;
}

.button-success-outline, .button-success-outline:focus {
    color: #343a40;
    background-color: transparent;
    border-color: #286efc;
}

.button-success-outline:hover, .button-success-outline:active {
    color: #fff;
    background-color: #69c16c;
    border-color: #69c16c;
}

.button-winona {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.button-winona .content-original,
.button-winona .content-dubbed {
    vertical-align: middle;
    transition: transform 0.3s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 1, 0.3, 1);
}

.button-winona .content-original {
    display: block;
}

.button-winona .content-dubbed {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    opacity: 0;
    transform: translate3d(0, 0, 0);
}

.button-winona:hover .content-original {
    opacity: 0;
    transform: translate3d(0, -30%, 0);
}

.button-winona:hover .content-dubbed {
    opacity: 1;
    transform: translate3d(0, 0, 0) translateY(-50%);
}

.button-xs {
    padding: 7px 12px;
    font-size: 12px;
    /*line-height: 1.5;*/
}

.button-sm {
    padding: 9px 24px;
    font-size: 12px;
    line-height: 1.5;
}

.button-lg {
    padding: 14px 35px;
    font-size: 15px;
    line-height: 1.5;
}

@media (min-width: 576px) {
    .button-lg {
        font-size: 16px;
        padding-left: 55px;
        padding-right: 55px;
    }
}

.button-lg--smaller {
    padding-left: 35px;
    padding-right: 35px;
}

.table-responsive + .button-lg {
    margin-top: 30px;
}

@media (min-width: 1200px) {
    .table-responsive + .button-lg {
        margin-top: 40px;
    }
}

@media (min-width: 1600px) {
    .table-responsive + .button-lg {
        margin-top: 55px;
    }
}


* + .button,
* + .button-outer {
    margin-top: 25px;
}

* + .button-outer-custom {
    margin-top: 50px;
}

@media (min-width: 768px) {
    * + p,
    * + .list-inline-comma {
        margin-top: 20px;
    }
    * + .big {
        margin-top: 25px;
    }
    * + .button,
    * + .button-outer {
        margin-top: 34px;
    }
    * + .button-outer-custom {
        margin-top: 50px;
    }
    /** + .row {*/
    /*    margin-top: 40px;*/
    /*}*/
    * + .text-block {
        margin-top: 30px;
    }
    .container + .section {
        margin-top: 30px;
    }
    .row + .button-lg {
        margin-top: 45px;
    }
    html * + .offset-top-2 {
        margin-top: 60px;
    }
}

@media (min-width: 1200px) {
    * + .button,
    * + .button-outer {
        margin-top: 40px;
    }
    * + .rd-form {
        margin-top: 40px;
    }
    h3 + p, .heading-3 + p,
    h3 + .p, .heading-3 + .p {
        margin-top: 30px;
    }
    html * + .offset-top-1 {
        margin-top: 70px;
    }
    .container + .container {
        margin-top: 60px;
    }
    .row + .row {
        margin-top: 60px;
    }
}

@media (min-width: 1600px) {
    h3 + .row, .heading-3 + .row,
    h3 + .owl-carousel, .heading-3 + .owl-carousel {
        margin-top: 75px;
    }
    * + .button-outer-custom {
        margin-top: 70px;
    }
    html * + .offset-top-1 {
        margin-top: 144px;
    }
    html * + .offset-top-2 {
        margin-top: 75px;
    }
    .row + .button-lg {
        margin-top: 70px;
    }
}


.context-dark .button-primary:hover, .bg-gray-700 .button-primary:hover, .bg-gray-800 .button-primary:hover, .bg-primary .button-primary:hover, .bg-primary-darker .button-primary:hover {
    background: #417ffc;
    border-color: #417ffc;
}

/*
* Card
 */

.card-modern-body {
    margin-top: 15px;
}

.card-modern-title {
    display: inline-block;
    transition: 0.35s ease-in;
}

.card-modern-title:hover {
    color: #286efc;
}

.card-modern-title > * {
    letter-spacing: -0.01em;
}

.card-modern-price {
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    color: rgba(40, 110, 252, 0.8);
}

.card-modern-info {
    font-size: 16px;
    text-transform: uppercase;
    color: #aeb1be;
}

.card-modern-info span {
    display: inline-block;
}

.card-modern-info > * {
    display: inline-block;
    vertical-align: middle;
}

.card-modern-info .icon {
    margin-right: 5px;
}

.card-modern-text, .card-modern-info-text {
    color: rgba(21, 21, 21, 0.8);
}

.card-modern-info,
.card-modern-text {
    letter-spacing: 0.03em;
}

.card-modern-text {
    line-height: 1.5;
    font-weight: 300;
}

* + .card-modern-price {
    margin-top: 8px;
}

* + .card-modern-info {
    margin-top: 8px;
}

* + .card-modern-text {
    margin-top: 5px;
}

@media (min-width: 576px) {
    .card-modern {
        text-align: left;
        flex-direction: row;
        align-items: center;
    }
    .card-modern-left {
        flex-shrink: 0;
        flex-grow: 1;
        max-width: 200px;
    }
    .card-modern-body {
        margin-top: 0;
        padding-left: 40px;
    }
}

@media (min-width: 1200px) {
    .desktop .card-modern:hover .card-modern-left:before {
        transform: translate(-50%, -50%) scale(1.2);
    }
    .desktop .card-modern-left:after {
        animation: bubble 1.5s ease-in-out 0s infinite normal;
    }
    .desktop .card-modern-left.second:after {
        animation: bubble 1.5s ease-in-out 0.3s infinite normal;
    }
    .desktop .card-modern-left.third:after {
        animation: bubble 1.5s ease-in-out 0.5s infinite normal;
    }
    .desktop .card-modern-left.fourth:after {
        animation: bubble 1.5s ease-in-out 0.7s infinite normal;
    }
    .card-modern-price {
        font-size: 24px;
    }
    .card-modern-text {
        padding-right: 45px;
    }
    * + .card-modern-price {
        margin-top: 3px;
    }
    * + .card-modern-info {
        margin-top: 20px;
    }
    * + .card-modern-text {
        margin-top: 15px;
    }
}


/*
 * ANIMATIONS VAGUES
 */

/* waves */
.ocean {
    height: 80px; /* change the height of the waves here */
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: hidden;
    transform: rotate(180deg);
}

.wave {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 88.7'%3E%3Cpath d='M800 56.9c-155.5 0-204.9-50-405.5-49.9-200 0-250 49.9-394.5 49.9v31.8h800v-.2-31.6z' fill='%23003F7C'/%3E%3C/svg%3E");
    position: absolute;
    width: 200%;
    height: 100%;
    animation: wave 10s -3s linear infinite;
    transform: translate3d(0, 0, 0);
    opacity: 0.8;
}

.wave:nth-of-type(2) {
    bottom: 0;
    animation: wave 18s linear reverse infinite;
    opacity: 0.5;
}

.wave:nth-of-type(3) {
    bottom: 0;
    animation: wave 20s -1s linear infinite;
    opacity: 0.5;
}

@keyframes wave {
    0% {transform: translateX(0);}
    50% {transform: translateX(-25%);}
    100% {transform: translateX(-50%);}
}

/*
 * END ANIMATIONS VAGUES
 */




.row-0 {
    margin-bottom: 0px;
}

.row-0:empty {
    margin-bottom: 0;
}

.row-0 > * {
    margin-bottom: 0px;
}

.row-10 {
    margin-bottom: -10px;
}

.row-10:empty {
    margin-bottom: 0;
}

.row-10 > * {
    margin-bottom: 10px;
}

.row-x-10 {
    margin-bottom: -10px;
    margin-left: -5px;
    margin-right: -5px;
}

.row-x-10:empty {
    margin-bottom: 0;
}

.row-x-10 > * {
    margin-bottom: 10px;
}

.row-x-10 > [class*='col'] {
    padding-left: 5px;
    padding-right: 5px;
}

.row-20 {
    margin-bottom: -20px;
}

.row-20:empty {
    margin-bottom: 0;
}

.row-20 > * {
    margin-bottom: 20px;
}

.row-30 {
    margin-bottom: -30px;
}

.row-30:empty {
    margin-bottom: 0;
}

.row-30 > * {
    margin-bottom: 30px;
}

.row-50 {
    margin-bottom: -50px;
}

.row-50:empty {
    margin-bottom: 0;
}

.row-50 > * {
    margin-bottom: 50px;
}

.row-60 {
    margin-bottom: -50px;
}

.row-60:empty {
    margin-bottom: 0;
}

.row-60 > * {
    margin-bottom: 50px;
}

.row-45 {
    margin-bottom: -45px;
}

.row-45:empty {
    margin-bottom: 0;
}

.row-45 > * {
    margin-bottom: 45px;
}

@media (min-width: 768px) {
    .row-md-50 {
        margin-bottom: -50px;
    }
    .row-md-50:empty {
        margin-bottom: 0;
    }
    .row-md-50 > * {
        margin-bottom: 50px;
    }
}

@media (min-width: 992px) {
    .row-md-30 {
        margin-bottom: -30px;
    }
    .row-md-30:empty {
        margin-bottom: 0;
    }
    .row-md-30 > * {
        margin-bottom: 30px;
    }
}

@media (min-width: 1600px) {
    .row-xxl-70 {
        margin-bottom: -70px;
    }
    .row-xxl-70:empty {
        margin-bottom: 0;
    }
    .row-xxl-70 > * {
        margin-bottom: 70px;
    }
}

h2 + .swiper-caption-wrap {
    margin-top: 20px;
}

.row + .row-offset-custom-1 {
    margin-top: 40px;
}

@media (min-width: 992px) {
    .row + .row-offset-custom-1 {
        margin-top: 60px;
    }
}

@media (min-width: 1200px) {
    .row + .row-offset-custom-1 {
        margin-top: 77px;
    }
}


/*===========================
       25. bis DEVIS css copy from old template
===========================*/

#map-part{}

#devis-map{
    width: 100%;
    height: 560px;
}


.devis-form > h6,
.devis-info > h6{
    color: #2c2d3e;
    position: relative;
    display: inline-block;
}
.devis-form > h6::before,
.devis-info > h6::before{
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #2c2d3e;
}

.form-group{
    margin: 0;
}

.devis-form .singel-form{
    margin-top: 22px;
}
.blog-details .comment-form .singel-form label{
    display: block;
    width: 100%;
    font-size: 14px;
    color: #2c2d3e;
}
.devis-form .singel-form input,
.devis-form .singel-form textarea{
    width: 100%;
    height: 40px;
    border: 1px solid #e6e9f1;
    border-radius: 5px;
    padding-left: 15px;
    font-size: 14px;
    color: #2c2d3e;
}

.devis-form .singel-form textarea{
    height: 200px;
    resize: none;
    padding-top: 15px;
}
.devis-form .singel-form button{
    padding: 0 30px;
    line-height: 45px;
    background-color: #004b9c;
    color: #fff;
    border: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.devis-form .singel-form button:hover{
    background-color: #2c2d3e;
}

.list-unstyled li {
    font-size: 13px;
    margin-left: 2px;
    margin-top: 5px;
    color: #f00;
}

p.form-message.success,
p.form-message.error {
    font-size: 15px;
    color: #2c2d3e;
    background: #ddd;
    padding: 10px 15px;
    margin-left: 15px;
    margin-top: 15px;
}

p.form-message.error {
    color: #ff0000;
}


.devis-info > p{
    padding-top: 20px;
    padding-bottom: 20px;
}
.devis-info ul li{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}
.devis-info ul li:last-child{
    margin-bottom: 0;
}

.devis-info ul li .icon i{
    width: 35px;
    height: 35px;
    line-height: 34px;
    border-radius: 50px;
    border: 1px solid #ebebeb;
    text-align: center;
    color: #2e4db9;
    font-size: 16px;
}
.devis-info ul li .cont p{
    font-weight: 300;
}

.devis{
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.devis:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@media (max-width: 991px) {
    .header-pages {
        margin-top: 0px;
    }
}