body {
    color: #5c6873;
    font-family: "Roboto Condensed", sans-serif;
    padding: 0 !important;
    margin: 0 !important;
    font-weight: 300;
    font-size: 17px;
}

a {
    outline: 0 !important;
    -webkit-transition: back 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

a:active, a:focus, a:hover {
    outline: 0 !important;
    text-decoration: none;
}

.c-link {
    background: 0;
    border: 0;
    outline: 0;
}

.c-border {
    border: 1px solid #eee;
}

.c-no-border {
    border: 0 !important;
}

.c-square {
    border-radius: 0;
}

.c-margin-t-0 {
    margin: 0 !important;
}

.c-margin-t-5 {
    margin-top: 5px;
}

.c-margin-t-10 {
    margin-top: 10px;
}

.c-margin-t-15 {
    margin-top: 15px;
}

.c-margin-t-20 {
    margin-top: 20px;
}

.c-margin-t-25 {
    margin-top: 25px;
}

.c-margin-t-30 {
    margin-top: 30px;
}

.c-margin-t-40 {
    margin-top: 40px;
}

.c-margin-b-5 {
    margin-bottom: 5px;
}

.c-margin-b-10 {
    margin-bottom: 10px;
}

.c-margin-b-15 {
    margin-bottom: 15px;
}

.c-margin-b-20 {
    margin-bottom: 20px;
}

.c-margin-b-25 {
    margin-bottom: 25px;
}

.c-margin-b-30 {
    margin-bottom: 30px;
}

.c-margin-b-40 {
    margin-bottom: 40px;
}

.c-margin-r-40 {
    margin-right: 40px;
}

h4 {
    color: #3f444a;
    font-size: 16px;
    margin: 8px 0;
}

h3 {
    color: #3f444a;
    font-size: 18px;
    margin: 10px 0;
}

h2 {
    color: #3f444a;
    font-size: 20px;
    margin: 10px 0;
}

h1 {
    color: #3f444a;
    font-size: 22px;
    margin: 10px 0;
}

.c-font-sbold {
    font-weight: 500 !important;
}

.c-font-bold {
    font-weight: 600 !important;
}

.c-font-uppercase {
    text-transform: uppercase;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.c-font-14 {
    font-size: 14px;
}

.c-font-16 {
    font-size: 16px;
}

.c-font-18 {
    font-size: 18px;
}

.c-font-20 {
    font-size: 20px;
}

.c-font-28 {
    font-size: 28px;
}

.c-font-30 {
    font-size: 30px;
}

.c-font-40 {
    font-size: 40px;
}

.c-font-50 {
    font-size: 50px;
}

.c-line-height-16 {
    line-height: 16px;
}

.c-line-height-18 {
    line-height: 18px;
}

.c-line-height-20 {
    line-height: 20px;
}

.c-line-height-24 {
    line-height: 24px;
}

.c-line-height-28 {
    line-height: 28px;
}

.c-line-height-30 {
    line-height: 30px;
}

.c-line-height-34 {
    line-height: 34px;
}

.c-line-height-38 {
    line-height: 38px;
}

.c-line-height-40 {
    line-height: 40px;
}

.c-font-white {
    color: #fff !important;
}

.c-font-dark {
    color: #2f353b !important;
}

.c-bg-white {
    background-color: #fff !important;
}

.c-bg-blue {
    background-color: #3498db !important;
}

.c-bg-blue-1 {
    background-color: #5e9cd1 !important;
}

.c-bg-blue-2 {
    background-color: #5893dd !important;
}

.c-bg-blue-3 {
    background-color: #57bfe1 !important;
}

.c-bg-dark {
    background-color: #2f353b !important;
}

.c-bg-dark-1 {
    background-color: #525e64 !important;
}

.c-bg-dark-2 {
    background-color: #31383c !important;
}

.c-bg-dark-3 {
    background-color: #41515b !important;
}

.c-bg-grey {
    background-color: #eee !important;
}

.c-bg-grey-1 {
    background-color: #f7f7f7 !important;
}

.c-bg-grey-2 {
    background-color: #677083 !important;
}

.c-bg-grey-3 {
    background-color: #7f8c97 !important;
}

.c-border-blue {
    border-color: #3498db !important;
}

.c-border-dark {
    border-color: #2f353b !important;
}

.c-border-grey {
    border-color: #eee !important;
}

.c-bg-img-center {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.c-layout-page:before {
    content: " ";
    display: table;
}

.c-layout-page:after {
    content: " ";
    display: table;
    clear: both;
}

@media (max-width: 991px) {
    body {
        overflow-x: hidden;
    }

    .c-logo {
        padding: 10px 0 !important;
    }

    .c-layout-header .c-brand {
        margin: 10px 0 !important;
    }

    .c-layout-header .nav .c-theme {
        margin-bottom: 0 !important;
    }

    .visu {
        top: 0 !important;
        /*display: none;*/
    }

    .c-theme-btn.btn {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .nav .c-brand p {
        text-align: left !important;
        margin-bottom: 0 !important;
    }

    .c-layout-header .nav {
        text-align: center !important;
    }

    .block-slider-pave .c-content-v-center {
        height: auto !important;
        padding: 15px 0;
    }

    .block-propos-partenaires .col-md-4 {
        margin-top: 30px;
    }
}

.c-content-line-icon {
    background-image: url(../../img/line-icons/dark1.png);
    display: inline-block;
    width: 60px;
    height: 60px;
    background-size: cover;
}

.c-content-line-icon.c-icon-8 {
    background-position: 0 700%;
}

.c-content-line-icon.c-icon-9 {
    background-position: 0 800%;
}

.c-content-line-icon.c-icon-10 {
    background-position: 0 900%;
}

.c-content-line-icon.c-icon-11 {
    background-position: 0 1000%;
}

.c-content-line-icon.c-icon-12 {
    background-position: 0 1100%;
}

.c-content-line-icon.c-icon-13 {
    background-position: 0 1200%;
}

.c-content-line-icon.c-icon-14 {
    background-position: 0 1300%;
}

.c-content-line-icon.c-icon-15 {
    background-position: 0 1400%;
}

.c-content-line-icon.c-icon-16 {
    background-position: 0 1500%;
}

.c-content-line-icon.c-icon-17 {
    background-position: 0 1600%;
}

.c-content-line-icon.c-icon-18 {
    background-position: 0 1700%;
}

.c-content-line-icon.c-icon-19 {
    background-position: 0 1800%;
}

.c-content-line-icon.c-icon-20 {
    background-position: 0 1900%;
}

.c-content-line-icon.c-icon-21 {
    background-position: 0 2000%;
}

.c-content-line-icon.c-icon-22 {
    background-position: 0 2100%;
}

.c-content-line-icon.c-icon-23 {
    background-position: 0 2200%;
}

.c-content-line-icon.c-icon-24 {
    background-position: 0 2300%;
}

.c-content-line-icon.c-icon-25 {
    background-position: 0 2400%;
}

.c-content-line-icon.c-icon-26 {
    background-position: 0 2500%;
}

.c-content-line-icon.c-icon-27 {
    background-position: 0 2600%;
}

.c-content-line-icon.c-icon-28 {
    background-position: 0 2700%;
}

.c-content-line-icon.c-icon-29 {
    background-position: 0 2800%;
}

.c-content-line-icon.c-icon-30 {
    background-position: 0 2900%;
}

.c-content-line-icon.c-icon-31 {
    background-position: 0 3000%;
}

.c-content-line-icon.c-icon-32 {
    background-position: 0 3100%;
}

.c-content-v-center .c-wrapper {
    width: 100%;
    height: 100%;
    display: table;
}

.c-content-v-center .c-wrapper .c-body {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.c-content-title > .c-line-center {
    width: 30px;
    height: 3px;
    background-color: #32c5d2;
    margin: 0 auto 30px auto;
}

.c-content-title > .c-line-left, .c-content-title > .c-line-right {
    width: 30px;
    height: 3px;
    background-color: #32c5d2;
    margin: 0 0 30px 0;
}

.c-content-title > .c-line-right {
    margin: 0 0 30px auto;
}

.c-content-title > h3 {
    font-size: 28px;
    color: #3f444a;
    font-weight: 500;
    margin: 0 0 30px 0;
}

.c-content-title > h3 > i {
    font-size: 22px;
    color: #88909a;
}

.c-content-title > h3.c-font-uppercase {
    font-size: 28px;
}

.c-content-title > p {
    font-size: 17px;
    font-weight: 400;
    color: #5c6873;
    margin: 30px 0;
}

.c-content-title > p.c-font-uppercase {
    font-size: 20px;
    line-height: 26px;
}

.c-content-bar {
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
}

.c-content-bar .c-content-title > h3 {
    color: #3f444a;
    margin-bottom: 20px;
}

.c-content-bar .c-content-title > p {
    color: #5c6873;
    font-size: 16px;
    margin: 0 0 20px 0;
    line-height: 25px;
}

.c-content-bar .c-content-v-center .c-body {
    padding: 30px;
}

.c-content-bar .c-content-v-center .c-body h3 {
    text-transform: uppercase;
    text-align: center;
    line-height: 33px;
    font-size: 21px;
    font-weight: 500;
    margin: 0;
}

.c-content-bar .c-content-title > h3 {
    padding: 0;
    color: #fff;
    font-weight: 500;
    margin: 0 0 25px 0;
}

.c-content-bar .c-content-title > p {
    padding: 0;
    color: #5c6873;
    text-transform: uppercase;
    margin: 0;
    font-size: 16px;
}

.c-content-bar > h3 {
    color: #3f444a;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
}

.c-content-bar > p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #5c6873;
}

@media (max-width: 1170px) {
    .visu .bloc-l {
        left: 5% !important;
    }

    .visu .bloc-l h1 {
        line-height: 35px !important;
        font-size: 30px !important;
        margin: 0 0 10px 0 !important;
    }

    .visu .bloc-l h2 {
        line-height: 22px !important;
        font-size: 16px !important;
    }

    .visu .bloc-l a {
        font-size: 16px !important;
    }

    .visu .item {
        padding: 1rem 2rem !important;
        right: 5% !important;
    }

    .block-slider-pave .c-content-v-center .c-body {
        height: auto !important;
    }
}

@media (max-width: 991px) {
    .c-content-bar .c-content-v-center {
        margin-top: 20px;
    }

    .c-content-bar .c-content-v-center .c-body {
        padding: 20px;
    }

    .visu {
        height: 370px !important;
    }

    .visu .bloc-l a {
        width: 100% !important;
    }

    .block-presentation .panel-title {
        margin: 30px 0 0 0 !important;
    }

    .c-layout-header .nav li:first-child br, .visu .bottom, .visu .item {
        display: none;
    }

    .sup-header span {
        font-size: 12px;
    }

    .c-layout-header .nav > li > .c-btn {
        margin: 20px 15px 33px 15px !important;
    }

    .c-layout-header .nav > li > .c-link {
        color: #fff;
        font-weight: 600;
    }

    .visu .bloc-l {
        top: 21px !important;
        width: 90%;
        margin: 0 5%;
        left: auto !important;
    }

    .visu .bloc-l h1 {
        line-height: 30px !important;
        font-size: 30px !important;
    }

    .c-layout-header .c-brand {
        float: none !important;
        display: block;
        overflow: hidden;
    }

    .c-layout-header .c-brand img, .c-navbar-wrapper nav {
        float: none !important;
        text-align: center;
        margin: 0 auto !important;
    }
}

@media (max-width: 991px) {
    .c-content-bar > .c-content-title {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .c-content-bar {
        text-align: center !important;
    }

    .c-content-bar > .c-content-title {
        text-align: center;
    }

    .block-presentation .c-text {
        position: relative !important;
    }
}

.c-layout-go2top {
    display: inline-block;
    position: fixed;
    bottom: 20px;
    right: 10px;
    cursor: pointer;
    z-index: 500;
}

.c-layout-go2top > i {
    opacity: 0.8;
    color: #e22c38;
    font-size: 40px;
    font-weight: 300;
}

.c-layout-go2top:hover {
    opacity: 0.8;
}

.c-content-box.c-size-sm {
    padding: 30px 0;
}

.c-content-box.c-size-md {
    padding: 60px 0;
}

.c-content-box.c-size-lg {
    padding: 80px 0;
}

@media (max-width: 991px) {
    .c-content-box.c-size-sm {
        padding: 20px 0;
    }

    .c-content-box.c-size-md {
        padding: 30px 0;
    }

    .c-content-box.c-size-lg {
        padding: 40px 0;
    }
}

@-webkit-keyframes tp-rotateplane {
    0% {
        -webkit-transform: perspective(120px);
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}

@keyframes tp-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0) rotateY(0);
        -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

@-webkit-keyframes tp-scaleout {
    0% {
        -webkit-transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes tp-scaleout {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

.btn {
    outline: 0 !important;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    padding: 6px 20px 4px 20px;
    font-size: 16px;
}

.btn > i {
    margin-right: 5px;
    text-align: center;
    font-weight: 300;
}

.btn.btn-md {
    padding: 9px 20px 7px 20px;
}

.btn.btn-lg {
    padding: 11px 26px 9px 26px;
}

nav .btn {
    font-size: 22px !important;
    padding: 10px 44px 14px !important;
}

nav .btn i {
    font-size: 23px !important;
}

.btn.c-btn-border-2x {
    border-width: 2px;
    padding: 6px 20px 4px 20px;
}

.btn.c-btn-border-2x.btn-md {
    padding: 8px 20px 6px 20px;
}

.btn.c-btn-border-2x.btn-lg {
    padding: 10px 26px 8px 26px;
}

.btn.c-btn-border-2x.c-btn-uppercase {
    padding: 6px 20px 4px 20px;
}

.btn.c-btn-border-2x.c-btn-uppercase.btn-sm {
    padding: 5px 18px 3px 18px;
}

.btn.c-btn-border-2x.c-btn-uppercase.btn-md {
    padding: 10px 20px 8px 20px;
}

.btn.c-btn-border-1x {
    border-width: 1px;
}

.c-btn-bold {
    font-weight: 700;
}

.c-btn-sbold {
    font-weight: 500;
}

.c-btn-square {
    border-radius: 0;
}

.c-btn-uppercase {
    text-transform: uppercase;
}

.c-btn-uppercase.btn {
    font-size: 14px;
    padding: 7px 20px 5px 20px;
}

.c-btn-uppercase.btn-md {
    font-size: 16px;
    padding: 10px 20px 9px 20px;
}

.c-btn-uppercase.btn-lg {
    font-size: 16px;
    padding: 12px 26px 11px 26px;
}

.c-btn-white {
    border-color: #fff;
    border-width: 1px;
    color: #2f353b;
    background: #fff;
    border-color: #fff;
}

.c-btn-white.btn-no-focus.focus, .c-btn-white.btn-no-focus:focus {
    color: #2f353b;
    background: #fff;
    border-color: #fff;
}

.c-btn-white.btn-no-focus:hover {
    color: #2f353b;
    background: #ebebeb;
    border-color: #ebebeb;
}

.c-btn-white.btn-no-focus:active, .c-btn-white:active, .c-btn-white:hover {
    color: #2f353b;
    background: #ebebeb;
    border-color: #ebebeb;
}

.c-btn-white:active {
    background-image: none;
}

.c-btn-border-1x.c-btn-white {
    border-color: #fff;
    color: #fff;
    background: 0 0;
    border-color: #fff;
}

.c-btn-border-1x.c-btn-white.btn-no-focus.focus, .c-btn-border-1x.c-btn-white.btn-no-focus:focus {
    color: #fff;
    background: 0 0;
    border-color: #fff;
}

.c-btn-border-1x.c-btn-white.btn-no-focus:hover {
    color: #2f353b;
    background: #fff;
    border-color: #fff;
}

.c-btn-border-1x.c-btn-white.btn-no-focus:active, .c-btn-border-1x.c-btn-white:active, .c-btn-border-1x.c-btn-white:hover {
    color: #2f353b;
    background: #fff;
    border-color: #fff;
}

.c-btn-border-1x.c-btn-white:active {
    background-image: none;
}

.c-btn-border-2x.c-btn-white {
    border-color: #fff;
    color: #fff;
    background: 0 0;
    border-color: #fff;
}

.btn.c-btn-border-1x.c-btn-white, .btn.c-btn-border-2x.c-btn-white {
    border-color: rgba(255, 255, 255, 0.9);
}

.c-layout-header:before {
    content: " ";
    display: table;
}

.c-layout-header:after {
    content: " ";
    display: table;
    clear: both;
}

.c-layout-header .nav:before {
    content: " ";
    display: table;
}

.c-layout-header .nav:after {
    content: " ";
    display: table;
    clear: both;
}

.c-layout-header .c-brand {
    transition: all 0.2s;
    display: inline-block;
}

.c-layout-footer {
    margin: 0;
    background: #25313b;
}

.c-layout-footer .c-postfooter {
    color: #b2bbc3;
    padding: 20px 0;
    margin: 0;
    border-top: 1px solid #394047;
}

.c-layout-footer .c-postfooter p {
    padding: 0;
    margin: 0;
}

@-webkit-keyframes shimmer {
    0% {
        background-position: top left;
    }
    100% {
        background-position: top right;
    }
}

@keyframes shimmer {
    0% {
        background-position: top left;
    }
    100% {
        background-position: top right;
    }
}

@media (min-width: 992px) {
    .c-layout-header .nav {
        line-height: 0;
    }

    .c-layout-header .nav > .container {
        position: relative;
    }

    .c-layout-header .c-brand {
        margin: 15px 0 0 0;
    }

    .c-layout-header-fixed .c-layout-header {
        top: 50px;
        position: fixed;
        transition: all 0.8s;
        z-index: 9995;
        width: 100%;
    }

    .c-layout-header-fixed .c-layout-page {
        padding-top: 80px;
        background-color: #25313b;
    }

    .c-layout-header {
        background: #25313b;
        border-bottom: 0;
    }

    .c-layout-header c-theme {
        background: 0 0;
    }

    .c-layout-header .c-theme {
        line-height: 0;
        display: inline-block;
        padding: 0;
        margin: 0;
        position: static;
        line-height: 0;
    }

    .c-layout-header .c-theme.c-pull-right {
        float: right;
    }

    .c-layout-header .c-theme > .nav {
        line-height: 0;
        background: 0 0;
        position: static;
        margin: 0;
        padding: 0;
    }

    .c-layout-header .nav > li {
        padding: 0;
        margin: 0;
        float: left;
        position: static;
    }

    .c-layout-header .nav > li.c-menu-type-classic {
        position: relative;
    }

    .c-layout-header .nav > li > .c-link {
        font-style: normal;
        min-height: 60px;
        padding: 25px 15px;
        transition: all 0.8s ease 0s;
    }

    .c-layout-header .nav > li > .c-btn {
        transition: all 0.8s;
        margin: 15px 0 15px 15px;
    }

    .c-layout-header .nav > li > .c-btn > i {
        position: relative;
        top: 1px;
    }

    .c-layout-header .nav > li > .c-link {
        font-size: 15px;
        text-transform: uppercase;
    }

    .c-layout-header .nav .c-link {
        font-weight: 600;
        line-height: 1.2;
        text-align: center;
        color: #fff;
    }
}

@media (max-width: 991px) {
    .c-layout-header {
        margin: 0;
    }

    .c-layout-header .nav > .container {
        position: relative;
        width: auto;
    }

    .c-layout-header .c-brand {
        float: none !important;
        display: block;
        margin: 30px 0;
    }

    .c-layout-header .nav .c-theme {
        display: inline-block;
        padding: 0;
        margin: 0;
        padding: 0 10px;
        margin-bottom: 20px;
        width: 100%;
        float: none !important;
        overflow-x: hidden;
    }

    .c-layout-header .nav {
        margin: 0 -15px !important;
        float: none;
    }

    .c-layout-header .nav > li {
        display: block;
        float: none;
    }

    .c-layout-header .nav > li > .c-link {
        padding: 10px 20px 10px 20px;
        font-size: 15px;
        letter-spacing: 1px;
    }

    .c-layout-header .nav > li > .c-btn {
        margin: 30px 15px 33px 15px;
    }

    .c-layout-header .nav .c-theme.c-fonts-uppercase > .nav > li > .c-link {
        font-size: 13px;
        text-transform: uppercase;
    }

    .c-layout-header .nav .c-theme.c-fonts-bold > .nav > li > .c-link {
        font-weight: 600;
    }

    .c-layout-header.c-layout-header-default-mobile {
        background: #25313b;
        border-bottom: 0;
    }

    .c-layout-header .nav .c-theme.c-theme-dark-mobile {
        background: #25313b;
    }

    .c-layout-header .nav .c-theme.c-theme-dark-mobile > .nav > li > .c-link {
        border-bottom: 1px solid #404851;
        color: #ebedf2;
    }

    .c-layout-header .nav .c-theme.c-theme-dark-mobile > .nav > li > .c-link:focus, .c-layout-header .nav .c-theme.c-theme-dark-mobile > .nav > li > .c-link:hover {
        background: 0 0;
        color: #ebedf2;
    }

    .c-layout-header .nav .c-theme.c-theme-dark-mobile > .nav > li:hover > .c-link {
        color: #ff6b57;
        background: 0 0;
    }

    .c-layout-header .nav .c-theme.c-theme-dark-mobile > .nav > li > .c-link {
        border-bottom: 1px solid #404851;
        color: #ebedf2;
    }

    .c-layout-header .nav .c-theme.c-theme-dark-mobile > .nav > li > .c-link:focus, .c-layout-header .nav .c-theme.c-theme-dark-mobile > .nav > li > .c-link:hover {
        background: 0 0;
        color: #ebedf2;
    }

    .c-layout-header .nav .c-theme.c-theme-dark-mobile > .nav > li:hover > .c-link {
        color: #ff6b57;
        background: 0 0;
    }
}

.c-content-counter > .row > div {
    text-align: center;
}

.c-content-counter > .row > div > .c-title {
    font-weight: 300;
    font-size: 20px;
    color: #3f444a;
    margin: 20px 0 15px 0;
}

.c-content-counter > .row > div > .c-counter {
    font-size: 45px;
    font-weight: 300;
    color: #32c5d2;
    margin: 10px auto 30px auto;
    background-color: #fff;
    width: 200px;
    height: 200px;
    padding: 65px 0;
    display: block;
    border-radius: 200px;
    border: 1px solid transparent;
}

.c-content-counter > .row > div > .c-content {
    color: #5c6873;
    padding: 0 30px;
}

.block-presentation .c-content-feature {
    position: relative;
}

.block-presentation .c-text {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 25px;
    width: 100%;
    z-index: 1;
    font-size: 18px;
    bottom: 0;
    position: absolute;
}

.block-presentation .panel-title {
    color: #fff;
    display: block;
    padding: 30px 30px 25px 30px;
    background: #e7505a;
    font-size: 22px;
    font-weight: 600;
    margin: 95px 0 0 0;
}

.block-presentation .c-content-list {
    background: #e7505a;
    padding: 0 45px 20px;
    color: #fff;
}

.c-theme-bg-parent-hover:hover .c-theme-bg-on-parent-hover, .owl-carousel.c-theme .owl-pagination .owl-page.active span {
    background: #d05163 !important;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.block-slider-pave .c-content-label {
    padding: 5px;
    color: #fff;
    background-color: #e7505a;
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    left: 40px;
    position: absolute;
    top: 25px;
    z-index: 10;
}

.block-slider-pave .c-content-v-center .c-body {
    height: 363px;
}

.block-slider-pave .col-md-5 .c-theme-bg {
    background: #25313b !important;
}

.block-slider-pave .c-content-label.c-font-uppercase {
    font-size: 14px;
}

.block-slider-pave .c-content-label.c-label-sm {
    font-size: 13px;
    padding: 6px 12px 4px 12px;
}

.block-slider-pave .c-content-label.c-label-sm.c-font-uppercase {
    font-size: 14px;
}

.block-slider-pave .c-content-label.c-label-lg {
    font-size: 18px;
    padding: 6px 14px 4px 14px;
}

.block-slider-pave .c-content-label.c-label-lg.c-font-uppercase {
    font-size: 20px;
}

.block-slider-pave .btn, footer .btn {
    color: #fff !important;
    background: #e22c38;
    border-color: #e22c38;
    font-size: 16px;
    padding: 10px 20px 9px 20px;
    font-weight: 600;
}

.modal ul li {
    margin-bottom: 10px
}

.form-group input[type="checkbox"] {
    height: auto
}

footer .btn {
    text-decoration: none !important;
    margin: 10px auto 0;
    text-transform: uppercase;
    padding: 10px 20px;
    line-height: unset;
}

footer .btn:hover {
    text-decoration: none !important;
    color: #fff !important;
}

.c-theme-border {
    border-color: #e7505a !important;
}

.block-slider-testimonials .c-content-testimonials .c-testimonial {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.block-slider-testimonials .c-content-testimonials {
    overflow: hidden;
}

.block-slider-testimonials .c-content-testimonials img {
    width: auto;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
}

.block-slider-testimonials .c-content-testimonials .c-testimonial > p {
    margin: 0 0 20px 0;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
}

.block-slider-testimonials .c-content-testimonials .c-testimonial > h3 {
    margin: 0 0 20px 0;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
}

.block-slider-testimonials .c-content-testimonials .c-testimonial > h3 > span {
    font-weight: 600;
}

.block-slider-testimonials .c-content-testimonials .c-testimonial > p {
    color: #3f444a;
}

.block-slider-testimonials .c-content-testimonials .c-testimonial > h3 {
    color: #5c6873;
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

@-webkit-keyframes empty {
    0% {
        opacity: 1;
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1;
    }
}

@keyframes empty {
    0% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px);
    }
    75% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px);
    }
    75% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
}

@keyframes backSlideOut {
    25% {
        opacity: 0.5;
        transform: translateZ(-500px);
    }
    75% {
        opacity: 0.5;
        transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: 0.5;
        transform: translateZ(-500px) translateX(-200%);
    }
}

@-webkit-keyframes backSlideIn {
    0%, 25% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
    }
}

@-moz-keyframes backSlideIn {
    0%, 25% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0);
    }
}

@keyframes backSlideIn {
    0%, 25% {
        opacity: 0.5;
        transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: 0.5;
        transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0);
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(0.8);
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(0.8);
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(0.8);
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%);
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%);
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5);
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5);
    }
}

a {
    color: #3f444a;
}

a:active, a:focus, a:hover {
    color: #e7505a !important;
}

.nav li:active > a:not(.btn), .nav li:focus > a:not(.btn), .nav li:hover > a:not(.btn) {
    color: #e7505a !important;
}

.c-theme-font {
    color: #e7505a !important;
}

.c-theme-bg {
    background: #e7505a !important;
}

.c-content-list {
    margin: 0;
    padding: 0 15px;
}

.c-content-list li {
    margin: 0 0 10px 0;
}

.c-content-list.c-theme.c-separator-dot > li:before, .c-content-list.c-theme > li:before {
    background: #e7505a !important;
}

.c-theme-btn.btn {
    color: #fff;
}

.c-theme-btn.btn:active, .c-theme-btn.btn:hover {
    color: #fff !important;
    background: #e22c38;
    border-color: #e22c38;
}

.c-theme-btn.btn:active {
    background-image: none;
}

.c-content-line-icon.c-theme {
    background-image: url(../img/line-icons/red2.png);
}

.shimmer {
    color: rgba(255, 255, 255, 0.1);
    background: -webkit-gradient(linear, left top, right top, from(#e7505a), to(#e7505a), color-stop(0.5, #fff));
    background: -moz-gradient(linear, left top, right top, from(#e7505a), to(#e7505a), color-stop(0.5, #fff));
    background: gradient(linear, left top, right top, from(#e7505a), to(e7505a), color-stop(0.5, #fff));
    background-size: 15px 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-animation-name: shimmer;
    animation-name: shimmer;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: #e7505a;
}

.modal-body .dexem-dni {
    color: #fff;
    font-weight: bold;
}

.block-se-3 .c-content-feature {
    padding: 20px 0;
    background: #fff;
    margin-bottom: 20px;
}

.block-se-3 .c-content-feature .c-icon-wrapper {
    background: 0;
    border: 1px solid #eee;
    padding: 15px;
    transition: all 0.2s ease-out 0s;
    float: left;
    height: 70px;
    margin-right: 25px;
    width: 70px;
}

.block-se-3 .c-content-feature .c-icon-wrapper > .c-content-line-icon {
    float: left;
    background-size: cover;
    display: inline-block;
    height: 40px;
    width: 40px;
}

.block-se-3 .c-content-feature .c-title {
    color: #3f444a;
    font-size: 20px;
    font-weight: 500;
    margin-top: 0;
    text-transform: uppercase;
}

.block-se-3 .c-content-feature p {
    color: #5c6873;
    font-size: 17px;
    font-weight: 300;
    margin: 0;
    padding-left: 95px;
}

.block-se-3 .c-content-feature:hover .c-icon-wrapper > .c-content-line-icon {
    background-image: url(../img/line-icons/white.png);
}

.block-propos-partenaires .c-content-list {
    padding: 0;
    margin: 20px 0;
}

.block-propos-partenaires .c-content-list > li {
    list-style: none;
    font-size: 16px;
    font-weight: 500;
    color: #5c6873;
    margin-bottom: 7px;
}

.c-content-list.c-theme.c-separator-dot > li::before, .c-content-list.c-theme > li::before {
    background: #d05163 !important;
}

.block-propos-partenaires .c-content-list > li::before {
    content: "";
    width: 21px;
    height: 2px;
    float: left;
    margin: 9px 15px 0 0;
    background: #ddd;
}

.c-content-testimonials .star {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.6em;
    margin-right: 0.6em;
    margin-bottom: 0.9em;
    border-right: 0.3em solid transparent;
    border-bottom: 0.7em solid #fc0;
    border-left: 0.3em solid transparent;
    font-size: 10px;
}

.c-content-testimonials .star:after, .c-content-testimonials .star:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0.6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: 0.7em solid #fc0;
    border-left: 1em solid transparent;
    transform: rotate(-35deg);
}

.c-content-testimonials .star:after {
    transform: rotate(35deg);
}

.hover-style {
    color: #fff;
    background: #e7505a;
    border-color: #e7505a;
    padding: 20px;
    margin: 10px 0;
    display: block;
    text-align: center;
    font-weight: 700;
}

.hover-style:hover {
    color: #fff !important;
    background: #e22c38;
}

.sup-header {
    padding: 15px;
    text-align: center;
    background: #e7505a;
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}

.visu {
    position: relative;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 640px;
}

.nav .c-brand p {
    text-align: right;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    top: -8px;
}

.c-layout-header .c-brand img {
    width: 260px;
    float: left;
    margin-right: 15px;
}

.c-page-on-scroll .c-layout-header {
    box-shadow: 0 2px 10px -2px #000;
    opacity: 0.9;
    top: 0;
}

.visu .bloc-l {
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 10%;
    top: 80px;
    z-index: 1;
    padding: 30px;
}

.visu .bloc-l h1 {
    line-height: 40px;
    margin: 0 0 25px 0;
    padding: 0;
    font-weight: 400;
    font-size: 35px;
    color: #25313b;
    text-shadow: 1px 0px 2px #fff;
}

.visu .bloc-l h2 {
    line-height: 25px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 18px;
    color: #25313b;
    text-shadow: 1px 0px 2px #fff;
}

.visu .bloc-l a {
    padding: 15px 30px;
    text-align: center;
    background: #e7505a;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    font-size: 20px;
}

.hover-bt:hover {
    background: #e22c38 !important;
    color: #fff !important;
}

.visu .item {
    padding: 1rem 3rem;
    position: absolute;
    right: 10%;
    top: 70px;
    font-weight: 400;
}

.visu .item ul {
    padding: 0;
    list-style-type: none;
}

.visu .item ul li img {
    height: 20px;
    float: left;
    margin-right: 10px;
}

.visu .item ul li {
    margin-bottom: 15px;
}

.visu .item a {
    padding: 15px 30px;
    text-align: center;
    background: #e7505a;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    font-size: 20px;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    margin: 10px 0;
    z-index: 5;
    position: relative;
}

.visu .item::before {
    content: "";
    height: 100%;
    border-top: 1px solid #e7505a;
    border-bottom: 1px solid #e7505a;
    position: absolute;
    top: 0;
    left: -20px;
    right: -20px;
}

.visu .item::after {
    content: "";
    width: 100%;
    border-left: 1px solid #e7505a;
    border-right: 1px solid #e7505a;
    position: absolute;
    top: -20px;
    bottom: -20px;
    left: 0;
}

.visu .bottom {
    width: 100%;
    overflow: hidden;
    padding: 20px;
}

.visu .bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    padding: 15px;
    background-color: rgba(40, 40, 40, 0.5);
    color: #fff;
}

.visu .bottom img {
    float: left;
    margin-right: 15px;
}

.mt-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.d-block {
    display: block !important;
}

.form-control {
    border: none;
    background: #FAF9FE !important;
    height: 40px;
    border: 1px solid #e4e4e4;
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn {
    border-width: 3px;
    letter-spacing: .05rem;
    padding: 0.8rem 2.5rem;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    font-size: 18px;
}

.modal .btn {
    display: block;
    margin: 0 auto;
    padding: 0.8rem 1.5rem;
    width: 55%;
}

.btn-theme-colored1 {
    color: #fff;
    background-color: #f95259;
    border-color: #f95259;
    box-shadow: 0 7px 20px rgba(249, 82, 89, 0.2);
}

.btn-theme-colored1:hover {
    color: #fff;
    background-color: #f82d36;
    border-color: #f7212a;
    box-shadow: 0 10px 20px rgba(249, 82, 89, 0.5);
}

.btn-theme-colored2 {
    color: #fff;
    background-color: #5D9CEC;
    border-color: #5D9CEC;
    box-shadow: 0 7px 20px rgba(86, 99, 193, 0.2);
}

.btn-theme-colored2:hover {
    color: #fff !important;
    background-color: #414eb0;
    border-color: #3d4aa7;
    box-shadow: 0 10px 20px rgba(86, 99, 193, 0.5);
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.float-left {
    float: left !important;
}

.bg-opacite {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    opacity: 0.9;
    background: #222;
    z-index: 50000;
    top: 0;
    left: 0;
    overflow: hidden;
    animation-name: fadeIn_Container;
    animation-duration: 1s;
}

@keyframes fadeIn_Modal {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn_Container {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.9;
    }
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    display: none;
    animation-name: fadeIn_Modal;
    animation-duration: 0.8s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50000;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    max-width: 500px;
    margin: 0 auto;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: 0.5
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px)
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: 600;
    color: #2a2d3b;
    font-size: 1.25rem;
    margin-top: 0.75rem;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-body span {
    line-height: 1.8;
    margin-bottom: 5px;
    color: #676767;
    font-size: 1.1rem;
    font-weight: 500;
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    color: #00407b;
    cursor: pointer;
    font-size: 1.5rem
}

#modal-rappeleznous .submit {
    display: block;
    margin: 0 auto;
}

@media (max-width: 576px) {
    .modal-dialog {
        margin: 0 .5rem
    }

    #modal-rappeleznous .submit {
        width: 100% !important
    }
}

.bt-rappel {
    cursor: pointer;
    transition: 0.5s;
    position: fixed;
    font-size: 1.3rem;
    font-weight: 600;
    left: -190px;
    background: #f95259;
    top: 25%;
    z-index: 50000;
    padding: 10px 15px;
    display: block;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(119, 119, 119, 0.75)
}

.c-page-on-scroll .bt-rappel {
    left: 0px;
}

.schedule-box-layout2 {
    padding: 140px 0;
}

@media only screen and (max-width: 991px) {
    .schedule-box-layout2 {
        text-align: center;
        padding: 30px 0;
    }
}

.schedule-box-layout2 .schedule-form-title {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #25313b;
    text-align: center;
    padding: 20px 0;
    border-radius: 4px 4px 0 0;
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .schedule-box-layout2 .schedule-form-title {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .schedule-box-layout2 .schedule-form-title {
        font-size: 20px;
    }
}

.schedule-box-layout2 .schedule-form {
    background-color: #ffffff;
    border-radius: 0 0 4px 4px;
    padding: 35px 40px 40px;
    -webkit-box-shadow: 0px 10px 29px 0px rgba(104, 104, 104, 0.16);
    box-shadow: 0px 10px 29px 0px rgba(104, 104, 104, 0.16);
}

@media only screen and (max-width: 991px) {
    .schedule-box-layout2 .schedule-form {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .schedule-box-layout2 .schedule-form {
        padding: 35px 30px 40px;
    }
}

.schedule-box-layout2 .schedule-form .contact-form-box .form-group .item-btn {
    width: 100%;
    background-color: #e83a15;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 15px 10px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease-out;
    font-family: "Roboto Condensed", sans-serif;
}

.btn {
    font-family: "Roboto Condensed", sans-serif;
}

.schedule-box-layout2 .schedule-form .contact-form-box .form-group .item-btn:focus, .schedule-box-layout2 .schedule-form .contact-form-box .form-group .item-btn:hover {
    border: none;
    outline: none;
    background-color: #00045f;
}

.schedule-box-layout2 .schedule-form .contact-form-box .form-group input.form-control::-webkit-input-placeholder, .schedule-box-layout2 .schedule-form .contact-form-box .form-group textarea.form-control::-webkit-input-placeholder {
    color: #9a9a9a;
    font-family: "Roboto Condensed", sans-serif;
}

.schedule-box-layout2 .schedule-form .contact-form-box .form-group input.form-control:-moz-placeholder, .schedule-box-layout2 .schedule-form .contact-form-box .form-group textarea.form-control:-moz-placeholder {
    color: #9a9a9a;
    font-family: "Roboto Condensed", sans-serif;
}

.schedule-box-layout2 .schedule-form .contact-form-box .form-group input.form-control:-ms-input-placeholder, .schedule-box-layout2 .schedule-form .contact-form-box .form-group textarea.form-control:-ms-input-placeholder {
    color: #9a9a9a;
    font-family: "Roboto Condensed", sans-serif;
}

.form-group input {
    height: 50px;
}

.form-group {
    margin-bottom: 1rem;
    position: relative;
}

.row.gutters-10 > [class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

textarea {
    overflow: auto;
    resize: vertical;
}

textarea.form-control {
    height: auto;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-group .form-control {
    font-size: 16px;
    color: #646464;
    padding: 10px 20px;
    border: none;
    font-family: "Roboto", sans-serif;
}

.single-service-box-layout1 .item-content h2.item-title {
    font-size: 36px;
}

.single-service-box-layout1 .item-content h3.item-title {
    font-size: 24px;
}

.single-service-box-layout1 .item-content .item-title {
    font-weight: 700;
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}

.single-service-box-layout1 p {
    margin: 0 0 20px 0;
    color: #646464;
}

.single-service-box-layout1 a {
    color: #e7505a;
}

.single-service-box-layout1 table th {
    padding: .3rem;
    vertical-align: top;
    white-space: nowrap;
    text-align: left;
    border-top: 1px solid #dee2e6;
}

.single-service-box-layout1 table td:nth-child(2), .single-service-box-layout1 table th:nth-child(2) {
    min-width: 400px;
}

.single-service-box-layout1 table td, .single-service-box-layout1 table th {
    padding: .3rem;
    vertical-align: top;
    text-align: left;
    font-size: 16px;
    border-top: 1px solid #dee2e6;
}

.inner-page-padding {
    padding: 140px 0;
}

#tarifs h2 {
    font-size: 24px !important;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 24px;
    display: block;
}

.rwd-table {
    margin: auto;
    width: 100%;
}

.rwd-table tr:first-child {
    border-top: none;
    background: #25313b;
    color: #fff;
}

.rwd-table tr {
    background-color: #f5f9fc;
}

.rwd-table tr:nth-child(odd):not(:first-child) {
    background-color: #ebf3f9;
}

.rwd-table th {
    display: none;
}

.rwd-table td {
    display: block;
}

.rwd-table td:first-child {
    margin-top: .5em;
}

.rwd-table td:last-child {
    margin-bottom: .5em;
}

.rwd-table td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 40%;
    display: inline-block;
    color: #000;
}

.rwd-table th, .rwd-table td {
    text-align: left;
}

.rwd-table {
    border-radius: .4em;
    overflow: hidden;
}

.rwd-table tr {
    border-color: #bfbfbf;
}

.rwd-table th, .rwd-table td {
    padding: .5em 1em;
}

@media screen and (max-width: 990px) {
    .content-gab {
        width: 90%;
        margin: 0 auto;
    }

    .ct-gab {
        width: auto;
        overflow: hidden;
    }

    .content-gab .schedule-form {
        padding: 35px 20px 20px !important;
    }
}

@media screen and (max-width: 767px) {
    .cookiefirst-cookie-declaration, #cookiefirst-cookies-table {
        width: 100%;
        display: block;
        overflow-x: auto;
    }
}

@media screen and (max-width: 601px) {
    .rwd-table tr:nth-child(2) {
        border-top: none;
    }

    .rwd-table td span {
        width: 60%;
        display: block;
        float: right;
    }

    .content-gab table td:nth-child(2), .content-gab table th:nth-child(2) {
        min-width: 100%;
    }

    .content-gab .item-title, .content-gab strong.item-title {
        font-size: 25px;
        line-height: 1.1;
    }
}

@media screen and (min-width: 600px) {
    .rwd-table tr:hover:not(:first-child) {
        background-color: #d8e7f3;
    }

    .rwd-table td:before {
        display: none;
    }

    .rwd-table th, .rwd-table td {
        display: table-cell;
        padding: .25em .5em;
    }

    .rwd-table th:first-child, .rwd-table td:first-child {
        padding-left: 0;
    }

    .rwd-table th:last-child, .rwd-table td:last-child {
        padding-right: 0;
    }

    .rwd-table th, .rwd-table td {
        padding: 1em !important;
    }
}
