@font-face {
    font-family: Comfortaa;
    src: url(/css/fonts/Comfortaa-Regular.woff2) format('woff2'), url(/css/fonts/Comfortaa-Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(/css/fonts/Montserrat-ThinItalic.woff2) format('woff2'), url(/css/fonts/Montserrat-ThinItalic.woff) format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(/css/fonts/Montserrat-Thin.woff2) format('woff2'), url(/css/fonts/Montserrat-Thin.woff) format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Open Sans';
    src: url(/css/fonts/OpenSans-Regular.woff2) format('woff2'), url(/css/fonts/OpenSans-Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Open Sans';
    src: url(/css/fonts/OpenSans-Italic.woff2) format('woff2'), url(/css/fonts/OpenSans-Italic.woff) format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Poppins;
    src: url(/css/fonts/Poppins-Light.woff2) format('woff2'), url(/css/fonts/Poppins-Light.woff) format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Poppins;
    src: url(/css/fonts/Poppins-Italic.woff2) format('woff2'), url(/css/fonts/Poppins-Italic.woff) format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

html {
    scroll-behavior: smooth
}

body {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #000;
    letter-spacing: .02em;
    background: #fafaff;
    font-display: swap
}

* {
    font-display: swap
}

.img {
    max-width: 100%;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

.button,
a {
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.button:focus,
a:focus {
    text-decoration: none;
    outline: 0
}

.footer -menu li a:hover,
.portfolio-cat a:hover,
a::before,
a:hover {
    text-decoration: none
}

a,
button {
    color: #1696e7;
    outline: medium none
}

button:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Comfortaa, cursive;
    font-weight: 700;
    color: #01158e;
    margin-top: 0;
    font-style: normal;
    text-transform: normal;
    line-height: 1.3
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

h1 {
    font-size: 40px;
    font-weight: 500
}

h2 {
    font-size: 42px
}

h3 {
    font-size: 30px
}

h4 {
    font-size: 28px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 14px
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #3c3c3d;
    margin-bottom: 15px;
    letter-spacing: .04em
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400
}

::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none
}

.theme-overlay {
    position: relative
}

.theme-overlay::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 21, 142, .05)), to(rgba(1, 21, 142, 1)));
    background: linear-gradient(to bottom, rgba(1, 21, 142, .05) 0, rgba(1, 21, 142, 1) 100%);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .5
}

.separator {
    border-top: 1px solid #f2f2f2
}

.theme-button {
    line-height: 54px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    padding: 0 55px 0 80px;
    background: #01158e;
    position: relative
}

.theme-button:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 20px;
    background: #f9e20c;
    left: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.breadcrumb>.active {
    color: #888
}

#scrollUp {
    background: #7dba2f;
    height: 35px;
    width: 35px;
    right: 50px;
    bottom: 77px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    line-height: 34px
}

#scrollUp:hover {
    background: #444
}

.top-button .w-button,
.top-button .y-button {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #01158e;
    background: #fff;
    line-height: 44px;
    display: inline-block;
    padding: 0 25px;
    -webkit-transition: all linear .4s;
    transition: all linear .4s;
    border-radius: 5px
}

.top-button .y-button {
    background: #f9e20c
}

.top-button .w-button i,
.top-button .y-button i {
    margin-right: 12px
}

.top-number h5 {
    font-size: 20px;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    color: #fff;
    margin: 0
}

.top-number h5 span {
    font-size: 26px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    color: #f9e20c
}

.main-menu {
    text-align: right
}

.main-menu ul li {
    display: inline-block;
    margin-left: 25px;
    padding: 42px 0
}

.main-menu ul li:first-child {
    margin-left: 0
}

.main-menu ul li a {
    font-size: 17px;
    font-weight: 400;
    color: #01158e;
    -webkit-transition: all linear .4s;
    transition: all linear .4s;
    position: relative
}

.main-menu ul li a:before {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 2px;
    width: 0;
    background: #f9e20c;
    opacity: 0;
    visibility: hidden
}

.main-menu ul li a.active:before,
.main-menu ul li a:hover:before {
    opacity: 1;
    visibility: visible;
    width: 15px
}

.slider-text .common-title-text span {
    font-size: 18px;
    color: #fff
}

.slider-text .common-title-text span:before {
    background: #ffe600;
    height: 2px
}

.contact-button {
    text-align: right !important
}

.slider-text h2 {
    font-size: 53px;
    line-height: 1.6;
    color: #fff;
    padding-right: 150px;
    margin-bottom: 55px
}

.slider-text h2 span {
    color: #ffe600
}

a.sli-button {
    color: #0e24b3;
    font-size: 22px;
    font-weight: 600;
    line-height: 74px;
    display: inline-block;
    background: #fafaff;
    padding: 0 25px;
    text-transform: uppercase;
    -webkit-transition: all linear .4s;
    transition: all linear .4s;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    margin-bottom: 5px
}

a.sli-button:hover {
    background: #0e24b3;
    color: #fafaff
}

.common-title-text span {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #01158e;
    position: relative;
    display: inline-block;
    padding-left: 60px;
    line-height: 1
}

.common-title-text span:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 40px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #f1b000
}

.rating-img {
    position: absolute;
    top: 115px;
    right: 0
}

.slider-count-img {
    position: absolute;
    top: 75px;
    right: 15px
}

.slider-active .slick-dots {
    position: absolute;
    top: 50%;
    right: 110px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.slider-active .slick-dots li {
    margin-bottom: 10px
}

.slider-active .slick-dots li button {
    font-size: 0;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background: #eff3f6;
    border: none;
    outline: 0;
    cursor: pointer;
    -webkit-transition: all linear .4s;
    transition: all linear .4s
}

.slider-active .slick-dots li:last-child {
    margin-bottom: 0
}

.slider-active .slick-dots li.slick-active button {
    background: #fff
}

.rtng-img {
    position: fixed;
    right: 0;
    top: 30%;
    transform: translateY(-50%);
    z-index: 9;
    max-width: 115px
}

.about-area {
    position: relative
}

.about-action img {
    width: 100%
}

.about-action {
    position: fixed;
    top: 55%;
    transform: translatey(-50%);
    right: 0;
    max-width: 100px;
    z-index: 99
}

.about-text .section-title h3 {
    color: #01158e;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 35px
}

.about-text {
    margin-right: 80px
}

.about-text p.f-700 {
    color: #4f5261;
    font-size: 18px;
    line-height: 2
}

.about-text p.f-400 {
    font-size: 17px;
    color: #4f5261;
    line-height: 2
}

.video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.about-img>img {
    min-height: 760px;
    object-fit: cover;
    width: 100%
}

.video-icon a {
    height: 75px;
    width: 75px;
    line-height: 75px;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    background: #fff;
    color: #01158e;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: all linear .4s;
    transition: all linear .4s
}

.video-icon a:hover {
    background: #01158e;
    color: #fff
}

.video-icon span {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    margin-left: 20px
}

.arrow-button {
    line-height: 75px;
    background: #01158e;
    font-size: 16px;
    color: #fff;
    padding-left: 60px;
    display: inline-block;
    padding-right: 100px;
    position: absolute;
    bottom: -15px;
    right: -25px
}

.arrow-button i {
    font-size: 25px;
    color: #fff;
    margin-left: 10px;
    vertical-align: middle
}

.single-service {
    position: relative
}

.single-service img {
    width: 100%
}

.single-service.theme-overlay:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 21, 142, .05)), to(rgba(1, 21, 142, 1)));
    background: linear-gradient(to bottom, rgba(1, 21, 142, .05) 0, rgba(1, 21, 142, 1) 100%);
    opacity: .5;
    height: 100%
}

.service-text {
    position: absolute;
    left: 25px;
    bottom: 35px
}

.slick-initialized .slick-slide {
    background-size: cover;
    background-position: center center
}

.service-text p {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative
}

.service-text p:before {
    height: 2px;
    width: 20px;
    background: #f9e20c;
    position: absolute;
    content: '';
    left: 0;
    bottom: 0
}

.service-text a {
    font-size: 17px;
    color: #fff
}

.service-text a i {
    vertical-align: middle;
    font-size: 17px;
    color: #f9e20c;
    margin-left: 10px
}

.faq-area {
    margin-top: 230px
}

.faq-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    min-height: 450px
}

.faq-bg img {
    width: 100%
}

.card {
    background: 0 0;
    border: none;
    border-radius: 0;
    margin-bottom: 10px
}

.cnt-pop .modal-dialog {
    max-width: 1000px
}

.md-contnet-inner h2 {
    text-align: center;
    font-size: 38px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 0 10px #0000006e
}

.md-contnet-inner h3 {
    text-align: center;
    color: #fff000;
    font-size: 35px
}

.md-contnet-inner p {
    font-size: 21px;
    color: #fafaff;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 31px
}

.signle-frm-blk input {
    width: 100%;
    height: 45px;
    font-size: 17px;
    padding: 0 15px;
    border: none;
    border-radius: 10px
}

.signle-frm-blk {
    margin-bottom: 15px
}

.text-blk-area textarea {
    width: 100%;
    padding: 15px;
    border: none;
    resize: none;
    height: 102px;
    font-size: 17px;
    border-radius: 5px
}

.md-contnet-inner {
    padding: 45px;
    background-size: cover;
    background-position: center center
}

.sub-btn {
    text-align: center
}

.sub-btn button {
    font-size: 21px;
    color: #011278;
    background: #fff;
    border: none;
    height: 61px;
    width: 183px;
    font-weight: 600;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    cursor: pointer;
    position: relative;
    z-index: 2
}

.sub-btn {
    margin-top: 27px
}

.sub-btn button i {
    padding-left: 11px
}

.sub-btn::after {
    position: absolute;
    right: -7px;
    width: 73%;
    height: 100%;
    background: #e0c242;
    content: "";
    top: 0;
    border-top-right-radius: 20px
}

.sub-btn {
    width: 183px;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.cnt-pop .modal-body {
    padding: 0
}

.card-body {
    color: #4f5261;
    font-weight: 300;
    font-size: 16px;
    padding: 25px 0 5px 0;
    line-height: 26px
}

.card-body .faq-button {
    color: #01158e;
    font-size: 17px;
    position: relative;
    padding-left: 15px;
    display: block;
    margin-top: 15px
}

.card-body .faq-button:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 10px;
    background: #f1b000;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.card-header {
    background: 0 0;
    padding: 10px 0 15px 0;
    border-radius: 0
}

.card-header h5 {
    font-size: 18px
}

.card-header h5 a {
    position: relative
}

.card-header h5 a.btn-link:hover {
    text-decoration: none !important
}

a.btn-link {
    color: #dca204;
    text-decoration: none !important;
    display: block
}

a.btn-link:hover {
    color: #dca204
}

a.btn-link.collapsed {
    color: #0024ff
}

.card-header h5 a::after {
    position: absolute;
    content: '\f068';
    font-size: 16px;
    color: #dca204;
    top: 1px;
    right: 0;
    font-family: "Font Awesome 5 Pro"
}

.card-header h5 a.collapsed:after {
    content: '\f067';
    color: #0024ff
}

.faq-text .theme-button {
    padding: 0 20px 0 60px;
    color: #fff !important
}

.faq-text .theme-button:before {
    left: 20px
}

.about-two-img:before {
    position: absolute;
    left: -75px;
    top: 96px;
    width: 44px;
    height: 5px;
    background: #f9e20c;
    content: ""
}

.about-two-img {
    max-width: 500px;
    margin-left: auto;
    margin-top: 70px;
    position: relative
}

.about-two-img img {
    width: 100%;
    height: auto
}

.about-two-img:after {
    position: absolute;
    left: -53px;
    top: -41px;
    width: 100%;
    height: 400px;
    background: #e6eef7;
    content: "";
    z-index: -1
}

.sp-back {
    position: absolute;
    right: 0;
    top: 29px;
    width: 40%;
    height: 400px;
    background: #e6eef7
}

.fq-img::before {
    position: absolute;
    left: auto;
    top: 113px;
    width: 44px;
    height: 5px;
    background: #f9e20c;
    content: "";
    right: -59px
}

.fq-img {
    max-width: 500px;
    margin-left: auto
}

.fq-img img {
    width: 100%;
    height: auto
}

.fq-img {
    position: relative;
    margin-top: 40px;
    margin-right: 15px
}

.fq-img:after {
    position: absolute;
    right: -37px;
    top: -41px;
    width: 100%;
    height: 400px;
    background: #e6eef7;
    content: "";
    z-index: -1
}

.sp-faq {
    position: absolute;
    left: 0;
    top: 0;
    height: 400px;
    width: 40%;
    background: #e6eef7
}

.container-ck a {
    color: #f9e20c;
    text-decoration: underline
}

.container-ck {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fafaff
}

.container-ck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid;
    border-radius: 2px
}

.container-ck:hover input~.checkmark {
    background-color: #ccc
}

.container-ck input:checked~.checkmark {
    background-color: #e0c242;
    border-color: #e0c242
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.container-ck input:checked~.checkmark:after {
    display: block
}

.container-ck .checkmark::after {
    left: 7px;
    top: 3px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cst-bk {
    margin-top: 24px
}

.cnt-pop .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 40px;
    background: #fff !important;
    opacity: 1;
    text-shadow: unset;
    color: #031376;
    font-weight: 700
}

.banner-left img,
.banner-right img {
    max-width: 100%
}

.banner-left .arrow-button {
    left: 0;
    bottom: 0;
    right: inherit;
    top: inherit
}

.banner-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 45%
}

.banner-overlay {
    position: absolute;
    top: 75px;
    left: 100px;
    right: 110px
}

.banner-overlay p {
    font-size: 18px;
    color: #fff
}

.banner-overlay p.pr-160 {
    padding-right: 160px
}

.banner-overlay h3 {
    position: relative;
    font-size: 32px;
    color: #fff
}

.banner-overlay h3:before {
    height: 2px;
    width: 40px;
    background: #f1b000;
    position: absolute;
    content: '';
    left: -60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.single-banner .arrow-button {
    padding: 0 70px;
    line-height: 90px;
    color: #01158e;
    background: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    bottom: 0;
    left: 0;
    right: inherit
}

.single-banner .arrow-button i {
    color: #01158e;
    font-size: 35px
}

.testimonial-area .section-padding {
    padding: 0 135px
}

.single-test {
    position: relative
}

.single-test .video-icon {
    bottom: 20px;
    left: inherit;
    right: 50px;
    top: inherit;
    -webkit-transform: inherit;
    transform: inherit;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all linear .4s;
    transition: all linear .4s
}

.single-test:hover .video-icon {
    opacity: 1;
    visibility: visible
}

.single-test .video-icon span.y-color {
    color: #ffe600
}

.single-test .video-icon span {
    margin-left: 5px
}

.single-test {
    overflow: visible;
    height: 330px;
    width: 100%;
    margin: 60px 0;
    -webkit-transition: .4s;
    transition: .4s
}

.single-test img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.test-active .slick-slide.slick-current.slick-center .single-test {
    height: 450px;
    margin: 0
}

.test-active .slick-center .single-test .video-icon {
    opacity: 1;
    visibility: visible
}

.test-active .slick-next,
.test-active .slick-prev {
    font-size: 16px;
    color: #fff;
    background: #0024ff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border: none;
    outline: 0;
    position: absolute;
    margin: 0 5px;
    display: inline-block;
    z-index: 8;
    top: -120px
}

.test-active .slick-prev {
    left: 45.5%
}

.test-active .slick-prev:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 530px;
    background: #d8d8d8;
    top: 50%;
    right: 70px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.test-active .slick-next {
    right: 45.5%;
    z-index: 9
}

.test-active .slick-next:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 530px;
    background: #d8d8d8;
    top: 50%;
    left: 70px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.contact-area {
    background: url(/img/contact/contact-bg.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    padding-top: 190px;
    height: fit-content
}

.contact-area .section-space {
    padding-top: 85px;
    padding-bottom: 60px
}

.contact-area .contact-form {
    height: auto
}

.contact-area:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: rgba(0, 9, 64, .82);
    top: 0;
    left: 0
}

.contact-text h3 {
    font-size: 43px;
    color: #f9e20c
}

.contact-text h4 {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    font-family: Poppins, sans-serif
}

.contact-text p {
    font-size: 16px;
    font-weight: 300;
    color: #e4e1e1;
    line-height: 26px;
    padding-right: 175px
}

.contact-form .field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.about-two-text p.f-500 {
    font-size: 18px;
    font-weight: 500;
    color: #43485f;
    line-height: 30px
}

.about-two-text p.f-400 {
    font-size: 18px;
    font-weight: 400;
    color: #4f5261;
    line-height: 30px
}

.about-two-bg {
    position: absolute;
    top: 0;
    right: 0;
    min-height: 440px;
    width: 45%
}

.blog-title h4 {
    font-size: 32px;
    color: #01158e;
    line-height: 1.1
}

.blog-title-link a {
    font-size: 26px;
    color: #01158e;
    text-decoration: revert;
    margin-top: 15px;
    display: block
}

.blog-title-link a:hover {
    color: #43485f
}

.blog-title-link a i {
    margin-left: 15px;
    font-size: 20px;
    vertical-align: middle
}

.blog-single img {
    width: 100%
}

.blog-single h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    font-family: Poppins, sans-serif;
    padding-right: 20px
}

.blog-single h5 a {
    color: #43485f
}

.blog-single h5 a:hover {
    color: #01158e
}

.blog-single span {
    font-size: 18px;
    color: #757781
}

.fea-icon {
    display: inline-block
}

.single-feature p {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    line-height: .8
}

.brand-area .section-space {
    margin: 0 70px
}

.single-brand {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center
}

.radius-btn {
    margin-top: -150px
}

.radius-btn.top-button a {
    line-height: 90px;
    padding: 0 65px;
    font-weight: 700;
    font-size: 35px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    color: #020b41;
    background: #f9e20c;
    display: inline-block
}

.radius-btn.top-button a i {
    margin-right: 25px
}

.radius-btn.top-button a.call {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0
}

.footer-widget span {
    font-size: 16px
}

.footer-widget .social-icon a {
    margin-right: 30px
}

.footer-widget h6.title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    display: inline-block
}

.footer-widget ul li a {
    font-size: 15px;
    color: #b3c2ce
}

.footer-widget ul li a:hover {
    color: #fff
}

.address .add-icon {
    width: 40px;
    float: left
}

.address .add-text {
    margin-left: 60px
}

.address .add-text span {
    font-size: 16px;
    color: #fafaff
}

.copy-text {
    padding-top: 30px;
    padding-bottom: 50px;
    border-top: 2px solid #192151
}

.copy-text span {
    font-size: 16px;
    color: #ccd6df
}

.breadcrumb-section {
    padding: 150px 0;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important
}

.breadcrumb-section h1 {
    font-size: 50px;
    font-weight: 700;
    text-transform: capitalize
}

.presentation-section .video-content {
    position: relative
}

.presentation-section .video-icon {
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    -webkit-transform: translate(-50%, -50%)
}

.social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.social ul li a {
    color: #464b69
}

.social ul li {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    margin-right: 70px;
    background-repeat: no-repeat !important;
    background-position: left center !important
}

.social ul li strong {
    display: block;
    color: #01158e;
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: capitalize
}

.social ul li:list-child {
    margin-right: 0
}

.actualites {
    margin-bottom: 50px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 7%);
    box-shadow: 0 1px 2px rgb(0 0 0 / 7%)
}

.actualites .info {
    padding: 0 50px 50px
}

.actualites .info .btn {
    color: #fff;
    text-transform: capitalize;
    border-radius: 0;
    margin-top: -20px;
    background-color: #000e66
}

.actualites .info .date {
    display: block;
    margin: 20px 0;
    font-size: 18px;
    color: #4f5261;
    text-transform: uppercase
}

.actualites .info h3 {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: Poppins, sans-serif
}

.actualites .info a {
    font-size: 16px;
    color: #0023ff;
    text-transform: uppercase
}

.actualites-slider .slick-next,
.actualites-slider .slick-prev {
    font-size: 16px;
    color: #fff;
    background: #0024ff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border: none;
    outline: 0;
    position: absolute;
    margin: 0 5px;
    display: inline-block;
    z-index: 8;
    bottom: -70px
}

.actualites-slider .slick-next {
    margin-left: 60px
}

.realisations-section ul.top-menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px
}

.realisations-section ul.top-menu li {
    margin-right: 15px;
    font-size: 24px;
    text-transform: capitalize
}

.realisations-section ul.top-menu li a {
    color: #767882
}

.realisations-section ul.top-menu li a:hover,
.realisations-section ul.top-menu li.active a {
    color: #000e66 !important
}

.realisations-section ul.top-menu li:after {
    content: "/";
    margin-left: 15px
}

.realisations-section ul li:last-child:after {
    display: none
}

.realisation {
    margin-bottom: 50px
}

.realisation h3 {
    font-size: 34px;
    color: #01158e;
    margin-top: 20px
}

.realisation span {
    font-size: 22px;
    color: #4f5261;
    text-transform: uppercase
}

.page-link {
    border: 0
}

.pagination li {
    font-size: 24px
}

.pagination li a {
    color: #8185a4
}

.pagination li:first-child a,
.pagination li:last-child a {
    color: #3041a7
}

.blockquote-top {
    padding: 30px;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
    font-size: 17px;
    padding-left: 125px
}

.blockquote-top:after {
    position: absolute;
    left: 50px;
    top: 30px;
    color: #000e66;
    content: "\f10d";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    background-color: #fff;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center
}

.blockquote-top:before {
    position: absolute;
    content: "";
    left: 5px;
    top: 0;
    width: 6px;
    height: 100%;
    background-color: #fff
}

.blockquote-top blockquote {
    margin-bottom: 0
}

.blockquote {
    font-size: 17px;
    color: #4f5261;
    margin-bottom: 30px;
    padding: 50px;
    padding-left: 80px;
    border: 1px solid #f0f0fb;
    background-color: #fff;
    position: relative
}

.blockquote:before {
    position: absolute;
    left: 30px;
    top: 45px;
    font-size: 36px;
    color: #f0f0fb;
    content: "\f10d";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900
}

.section-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.dernieres-section h2 {
    font-size: 33px;
    color: #01158e;
    max-width: 500px
}

.dernieres-section h3 {
    font-size: 20px;
    color: #01158e
}

.section-title h3 {
    font-size: 45px;
    margin-bottom: 0
}

.top-sb-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 12px
}

.top-sb-text h4 {
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 1px
}

.top-sb-text span {
    width: 33px;
    height: 1px;
    background: #f1af01;
    margin-right: 11px
}

.features-area {
    background: #fafafe;
    padding: 100px 0
}

.single-md-img img {
    width: 100%
}

.single-md-item {
    padding: 70px
}

.md-text-blk h2 {
    margin: 0;
    padding-left: 27px;
    position: relative
}

.md-text-blk h2:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #ffb400;
    content: "";
    border-radius: 3px
}

.md-text-blk {
    padding-top: 54px
}

.single-md-item.sec-blk {
    padding-top: 0;
    margin-top: -100px;
    position: relative;
    z-index: 9
}

.single-md-item {
    padding-bottom: 0
}

.single-md-item.sec-blk .md-text-blk {
    padding-top: 196px;
    text-align: right;
    position: relative
}

.single-md-item.sec-blk .md-text-blk h2:after {
    left: auto;
    right: 0
}

.single-md-item.sec-blk .md-text-blk h2 {
    padding-right: 20px
}

.single-md-item.sec-blk .md-text-blk img {
    position: absolute;
    left: 145px;
    bottom: 26px;
    width: 61px
}

.single-md-item.top-sp {
    position: relative;
    z-index: 1
}

.single-md-item.top-sp:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 268px;
    background: #fff;
    content: "";
    z-index: -1;
    -webkit-box-shadow: 0 0 10px #dddddd54;
    box-shadow: 0 0 10px #dddddd54
}

#test {
    height: 84%
}

.map-inner-info a {
    display: block;
    margin-bottom: 6px
}

.map-inner-info a span {
    font-weight: 500
}

.map-inner-info {
    text-align: right;
    margin-top: 15px
}

.map-inner-info a {
    font-size: 18px;
    color: #01158e;
    font-weight: 400
}

.map-inner-info a span {
    font-weight: 600
}

.sec-row .md-text-blk h2 {
    padding-right: 25px;
    text-align: right
}

.sec-row .md-text-blk h2:after {
    left: auto;
    right: 0
}

.testimonial-area {
    padding-top: 60px
}

.sec-row .md-text-blk.rtblk h2 {
    text-align: left
}

.sec-row .md-text-blk.rtblk h2:after {
    right: auto;
    left: 0
}

.single-md-item.sec-blk .md-text-blk.rtblk img {
    left: 201px
}

.actualites .info .btn {
    position: relative;
    width: 142px;
    text-align: center;
    display: block;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000
}

.arrow-blk a {
    width: 40px;
    height: 40px;
    background: #0024ff;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    margin-right: 10px
}

.actualites img {
    width: 100%
}

.arrow-btn-blk img {
    min-height: auto
}

.arrow-btn-blk {
    position: absolute;
    right: -25px;
    bottom: -22px;
    background: #01158e;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    display: inline-block;
    padding: 22px 57px;
    border-radius: 3px
}

.about-img.theme-overlay {
    margin-right: 25px
}

.actualites img {
    width: 100%
}

.actualites .info a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.actualites .info a img {
    width: 35px;
    margin-left: 9px
}

.pagi-nt ul li a {
    background: 0 0;
    font-size: 19px
}

.pagi-nt ul li a i {
    padding-right: 8px;
    padding-left: 8px
}

.about-two-area.sec-blk-sec .about-two-text h3 {
    font-size: 40px;
    font-weight: 400
}

.about-two-area.sec-blk-sec .about-two-text h3 span {
    display: block;
    font-weight: 600
}

.about-two-area.sec-blk-sec .about-two-text .section-title.mb-55 {
    margin-bottom: 20px
}

.about-two-area.sec-blk-sec .about-two-text h4 {
    color: #2b325b;
    font-size: 21px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    padding-right: 250px;
    margin-bottom: 31px;
    margin-top: 30px
}

.about-two-area .about-two-text p {
    color: #2a315a;
    font-size: 19px;
    padding-right: 232px
}

.about-two-area .about-two-text p span {
    font-weight: 600
}

.action-btns-blk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f9e20a
}

.number-blk {
    background: #00158d;
    padding: 0 17px
}

.number-blk a {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    height: 45px;
    display: block;
    line-height: 45px
}

.text-bllk {
    color: #01158e
}

.action-btns-blk {
    border-top-right-radius: 10px;
    padding-right: 4px;
    border-bottom-left-radius: 10px
}

.number-blk {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px
}

.action-btns-blk-wrp {
    margin-top: 25px
}

.about-two-area.sec-blk-sec {
    margin-top: 140px;
    margin-bottom: 80px
}

.text-bllk h4 {
    color: #01158e;
    font-size: 18px;
    height: 45px;
    margin: 0;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    padding: 4px 13px
}

.text-bllk h4 span {
    display: block;
    font-size: 10px
}

.number-blk a i {
    color: #f9e20a;
    padding-right: 8px
}

.action-btns-blk-wrp {
    display: inline-block
}

.menu-close {
    display: none
}

.menu-open {
    display: none
}

.px-option-radio li label {
    color: #fafaff;
    font-size: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    font-weight: 400
}

.px-option-radio li input[type=radio] {
    display: none
}

.px-option-radio li input[type=radio]+label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -1px 8px 0 0;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.px-option-radio.square li input[type=radio]+label span {
    border-radius: 3px
}

.px-option-radio li input[type=radio]+label span {
    border: 2px solid #ffff;
    position: relative
}

.px-option-radio li input[type=radio]+label span::before {
    background: #f9e237;
    border-radius: 100%;
    content: "";
    position: absolute;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.px-option-radio.square li input[type=radio]+label span::before {
    border-radius: 0
}

.px-option-radio li input[type=radio]:checked+label span {
    border-color: #f9e237
}

.px-option-radio li input[type=radio]:checked+label span:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.px-option-radio li input[type=radio]+label span,
.px-option-radio li input[type=radio]:checked+label span {
    -webkit-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    transition: background-color .2s linear
}

.radio_style2 li input[type=radio]+label span:before {
    height: 12px;
    left: 3px;
    top: 3px;
    width: 12px
}

.px-options-blk h4 {
    font-size: 21px;
    color: #ffe600;
    font-weight: 400;
    margin-bottom: 25px
}

.px-option-radio.radio_style2 li:nth-child(1) {
    margin-right: 50px
}

.sub-heading {
    color: #e4e8fc;
    font-size: 19px;
    font-weight: 400;
    border-bottom: 2px solid #9295a5;
    padding-bottom: 10px
}

.px-option-checkbox li label {
    color: #e4e1e1;
    font-size: 16px;
    margin-bottom: 12px;
    cursor: pointer;
    font-weight: 400;
    display: flex
}

.px-option-checkbox li input[type=checkbox] {
    display: none
}

.px-option-checkbox li input[type=checkbox]+label span {
    display: inline-block;
    max-width: 18px;
    width: 100%;
    height: 18px;
    margin: 2px 15px 0 0;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
    position: relative;
    flex: 0 0 20px;
    border-radius: 50%
}

.px-option-checkbox li input[type=checkbox]+label span::before {
    color: #fff;
    content: "";
    font-family: FontAwesome;
    font-size: 15px;
    position: absolute;
    text-align: center;
    left: 1px;
    top: -4px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    height: 10px;
    left: 3px;
    top: 3px;
    width: 10px;
    background: #f9e20c;
    border-radius: 50%
}

.px-option-checkbox li input[type=checkbox]:checked+label span {
    background: #f9e20c;
    border-color: #f9e20c
}

.px-option-checkbox li input[type=checkbox]:checked+label span:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.px-option-checkbox li input[type=checkbox]+label span,
.px-option-checkbox li input[type=checkbox]:checked+label span {
    -webkit-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    transition: background-color .2s linear
}

.px-option-checkbox li input[type=checkbox]+label span::before {
    color: #f9e20c
}

.px-option-checkbox li input[type=checkbox]:checked+label span {
    background: 0 0
}

.px-option a {
    font-size: 15px;
    font-weight: 500;
    color: #01158e;
    background: #fff;
    border-radius: 5px;
    cursor: pointer;
    line-height: 40px;
    padding: 0 35px;
    border: none;
    outline: 0;
    display: inline-block;
    text-align: center;
    -webkit-transition: all linear .4s;
    transition: all linear .4s;
    margin-top: 30px
}

.px-option a i {
    color: #ffe600;
    margin-left: 10px
}

#chat {
    position: fixed;
    bottom: 5px;
    left: 5px;
    z-index: 9999;
    width: 100px
}

@media (min-width:768px) {
    #chat {
        display: none
    }
}

@media (max-width:768px) {
    .video-icon span {
        margin-left: 0;
        font-size: 15px
    }

    .video-icon a {
        height: 60px;
        width: 60px;
        line-height: 60px
    }
}

@-webkit-keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(200, 210, 14, .33), 0 0 0 4px rgba(200, 210, 14, .33), 0 0 0 11px rgba(200, 210, 14, .33);
        box-shadow: 0 0 0 0 rgba(200, 210, 14, .33), 0 0 0 4px rgba(200, 210, 14, .33), 0 0 0 11px rgba(200, 210, 14, .33)
    }

    100% {
        -webkit-box-shadow: 0 0 0 4px rgba(200, 210, 14, .33), 0 0 0 11px rgba(200, 210, 14, .33), 0 0 0 19px rgba(200, 210, 14, 0);
        box-shadow: 0 0 0 4px rgba(200, 210, 14, .33), 0 0 0 11px rgba(200, 210, 14, .33), 0 0 0 19px rgba(200, 210, 14, 0)
    }
}

@keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(200, 210, 14, .33), 0 0 0 4px rgba(200, 210, 14, .33), 0 0 0 11px rgba(200, 210, 14, .33);
        box-shadow: 0 0 0 0 rgba(200, 210, 14, .33), 0 0 0 4px rgba(200, 210, 14, .33), 0 0 0 11px rgba(200, 210, 14, .33)
    }

    100% {
        -webkit-box-shadow: 0 0 0 4px rgba(200, 210, 14, .33), 0 0 0 11px rgba(200, 210, 14, .33), 0 0 0 19px rgba(200, 210, 14, 0);
        box-shadow: 0 0 0 4px rgba(200, 210, 14, .33), 0 0 0 11px rgba(200, 210, 14, .33), 0 0 0 19px rgba(200, 210, 14, 0)
    }
}

p.justify {
    text-align: justify
}

header .reviews-box {
    width: 102px;
    height: 90px;
    overflow: auto;
    padding: 5px;
    margin-bottom: 8px;
    background: #fff;
    border-radius: 8px 0 0 8px;
    box-shadow: 0 2px 12px 1px rgba(50, 50, 50, .4);
    z-index: 50;
    text-align: center;
    font-size: 13px;
    line-height: 1.2em
}

header .reviews-box a {
    color: #41484d;
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around
}

header .reviews-box i {
    color: #ffdc0f;
    display: inline-block;
    font-size: 12px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}

#exampleModal2 .modal-body {
    height: 90vh
}

#exampleModal2 iframe {
    height: 100%;
    width: 100%;
    border: none
}

p.red {
    color: #fff;
    background: #ff4500;
    padding: 2px 15px;
    text-align: center
}

p.red i {
    margin-right: 10px
}

.accroches {
    margin: 100px 0 50px
}

.accroches .title p {
    display: block;
    font-family: Comfortaa, cursive;
    font-weight: 700;
    color: #01158e;
    margin-top: 0;
    font-style: normal;
    line-height: 1.3;
    font-size: 38px
}

.accroches .title .subtitle {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #01158e;
    position: relative;
    display: inline-block;
    padding-left: 60px;
    line-height: 1;
    margin-bottom: 10px
}

.accroches .title .subtitle:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 40px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #f1b000
}

.accroches .title {
    width: 70%;
    margin: 0 auto 90px;
    text-align: center
}

.accroches .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    gap: 30px
}

.accroches .bloc {
    padding: 40px 35px;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    transition: .4s
}

.accroches .bloc:nth-child(2n) {
    background-color: #01158e
}

.accroches .list p {
    margin-bottom: 0;
    font-family: Comfortaa, cursive;
    font-weight: 700;
    color: #767889;
    font-size: 18px;
    line-height: 30px
}

.accroches .bloc:nth-child(2n) p {
    color: #fff
}

.accroches .bloc:nth-child(2n+1) .text span {
    color: #01158e
}

.accroches .list p span {
    color: #f2b72d
}

.accroches .icon i {
    font-size: 32px;
    transition: .4s
}

.accroches .bloc:nth-child(2n) .icon i {
    color: #fff
}

.accroches .icon {
    margin-bottom: 20px
}

.accroches .icon span {
    background-color: #f2ba36;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    color: #fff;
    transition: .4s
}

.accroches .bloc:nth-child(2n) .icon span {
    background-color: #fff
}

.accroches .bloc:nth-child(2n) .icon i {
    color: #01158e
}

.faq-area.spec {
    margin-top: 150px
}

@media (max-width:992px) {
    .accroches .list {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:767px) {
    .accroches {
        margin-bottom: 35px
    }

    .accroches .bloc {
        padding: 30px 35px
    }

    .accroches .title {
        margin-bottom: 50px;
        width: 100%
    }

    .accroches .list {
        grid-template-columns: repeat(1, 1fr)
    }

    .accroches .title p {
        font-size: 26px
    }

    .faq-area.spec {
        margin-top: 10px
    }

    .container22 h3 {
        height: auto;
        padding: 15px
    }
}

main.article .contact-area {
    margin-bottom: 0
}

main.article .accroches {
    margin: 120px 0 150px
}

main.article .blog-area,
main.article .gallery-area,
main.article .nos-services-section,
main.article .testimonial-area {
    margin: 150px 0;
    padding: 0
}

main.article .testimonial-area .test-active {
    padding-bottom: 0
}

main.article .group-area {
    padding-top: 0
}

.landing_page .top-slider {
    background-image: url(https://www.ma-douche.fr/img/slider/slider-one.jpg);
    padding: 70px 0 200px
}

.landing_page .top-slider.lp99 {
    background-image: url(https://www.ma-douche.fr/img/madouche-home-main-banner-bg-monte-escalier.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 250px
}

.landing_page .top-slider .columns {
    display: grid;
    grid-template-columns: 50% 45%;
    justify-content: space-between;
    align-items: center
}

.landing_page .top-slider .content {
    position: relative;
    display: flex;
    flex-direction: column;
    border: solid 3px #f9e30d;
    padding: 28px 20px 28px;
    position: relative;
    background-color: rgba(0, 0, 0, .424);
    box-sizing: border-box
}

.landing_page .top-slider .content::after,
.landing_page .top-slider .content::before {
    content: "";
    background-color: rgb(0 0 0 / 73%);
    z-index: 9;
    width: 3px;
    height: 184px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.landing_page .top-slider .content::before {
    left: -3px
}

.landing_page .top-slider .content::after {
    right: -3px
}

.landing_page .top-slider .content .summary {
    color: #fff;
    display: block;
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: .6px
}

.landing_page .top-slider .content .summary .yellow {
    color: #f9e20c
}

.landing_page .top-slider .content h1 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: 10px
}

.landing_page .top-slider .content h1 small {
    font-size: 14px
}

.landing_page .top-slider .content h1 span {
    color: #f9e20c
}

.landing_page .top-slider .content p {
    color: #fff;
    font-size: 16px
}

.landing_page .top-slider .content i {
    color: #f9e30d;
    margin-right: 6px
}

.landing_page .top-slider .content .buttons {
    margin-top: 20px
}

.landing_page .top-slider .content .buttons a {
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 44px;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 15px;
    line-height: normal;
    display: inline-block;
    transition: .4s
}

.landing_page .top-slider .content .buttons .devis {
    background-color: #f9e30d;
    border: 3px solid #f9e30d;
    color: #00158f
}

.landing_page .top-slider .content .buttons a:hover {
    background-color: #000;
    border-color: #000;
    color: #fff
}

.landing_page .top-slider .content .buttons .devis i {
    margin-right: 12px;
    transition: .4s
}

.landing_page .top-slider .content .buttons .number {
    background-color: #fff;
    border: 3px solid #f9e30d;
    color: #00158f
}

.landing_page .top-slider .content .buttons i {
    color: #00158f
}

.landing_page .top-slider .content .buttons a:hover i {
    color: #fff
}

.landing_page .top-slider .form_contact {
    background-color: #fff;
    padding: 30px;
    border-radius: 15px
}

.landing_page .top-slider .form_contact .cols {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px
}

.landing_page .top-slider .form_contact .form-group label {
    color: #000;
    margin-bottom: 6px
}

.landing_page .top-slider .form_contact .form-group label span {
    color: #f30303
}

.landing_page .top-slider .form_contact .form-control {
    height: 44px;
    border-radius: 5px;
    background-color: #f7f4ef;
    border: 1px solid #f7f4ef
}

.landing_page .top-slider .form_contact textarea.form-control {
    height: auto
}

.landing_page .top-slider .form_contact .btn {
    position: relative;
    width: 100%;
    color: #fff;
    background-color: #01a401;
    border-color: #01a401;
    padding: 10px 5px;
    font-size: 16px;
    transition: .4s;
    border-radius: 50px;
    outline: 0
}

.landing_page .top-slider .form_contact .btn:focus {
    outline: 0;
    box-shadow: unset
}

.landing_page .top-slider .form_contact .btn i {
    margin-right: 5px
}

.landing_page .top-slider .form_contact .btn:hover {
    background-color: #000;
    border-color: #000
}

.landing_page .advantages .columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    width: 80%;
    margin: auto
}

.landing_page .advantages .column {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 25%) 0 3px 11px 0 !important;
    padding: 25px;
    text-align: center;
    transition: .4s
}

.landing_page .advantages .column:hover {
    transform: scale(1.1)
}

.landing_page .advantages .column h3 {
    font-size: 22px;
    margin: 0;
    color: #000;
    font-weight: 700
}

.landing_page .advantages {
    margin-top: -100px;
    z-index: 9;
    position: relative
}

.landing_page .advantages .column hr {
    border: 2px solid #727dba;
    margin: 20px 0 25px;
    background-color: #727dba
}

.landing_page .advantages .column ul {
    font-size: 16px;
    line-height: 28px;
    color: #5d5a5a
}

.landing_page .advantages .column li i {
    font-size: 10px;
    color: #727eba;
    margin-right: 10px;
    position: relative;
    top: -2px
}

.etapes_interventions {
    margin: 100px 0 120px
}

.etapes_interventions h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 80px
}

.etapes_interventions .columns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
    transition: .4s
}

.etapes_interventions .column:hover {
    transform: scale(1.14)
}

.etapes_interventions .column {
    text-align: center;
    transition: .4s
}

.etapes_interventions .column .number {
    font-size: 40px;
    color: #727dba
}

.etapes_interventions .column h3 {
    font-size: 25px;
    color: #727eba;
    margin-top: 10px
}

.landing_page .single_entry {
    background-color: #edf2f7;
    padding: 100px 0
}

.landing_page .single_entry .columns {
    display: grid;
    grid-template-columns: 44% 45%;
    justify-content: space-between
}

.landing_page .single_entry .brand {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
    color: #c6a224;
    letter-spacing: 5px
}

.landing_page .single_entry h2 {
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px
}

.landing_page .single_entry p {
    font-size: 16px;
    color: #605b5b;
    margin-bottom: 5px
}

.landing_page .single_entry ul {
    margin-top: 25px
}

.landing_page .single_entry li {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.landing_page .single_entry li .icon {
    min-width: 60px;
    height: 60px;
    background-color: #02158f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    margin-right: 20px
}

.landing_page .single_entry li h3 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px
}

.landing_page .single_entry .media {
    position: relative;
    margin-top: -170px
}

.landing_page .single_entry .media a {
    position: absolute;
    bottom: 150px;
    right: 0;
    background-color: #02158f;
    color: #fff;
    font-size: 30px;
    border-radius: 50px;
    padding: 12px 40px;
    transition: .4s
}

.landing_page .single_entry .media a:hover {
    transform: scale(1.1)
}

.landing_page .single_entry .media a i {
    margin-right: 15px
}

.landing_page .single_entry .media img {
    width: 100%;
    border-radius: 10px 10px 400px 400px
}

.landing_page .assurance {
    padding: 100px 0;
    background-color: #fff
}

.landing_page .assurance .container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.landing_page .assurance h3 {
    margin-bottom: 0
}

.landing_page .assurance img {
    max-width: 300px
}

.landing_page .bloc_element {
    padding: 100px 0
}

.landing_page .bloc_element .columns {
    display: grid;
    align-items: center;
    grid-template-columns: 42% 49%;
    justify-content: space-between
}

.landing_page .bloc_element .media {
    padding: 5px;
    border: 1px solid #bcb8b8
}

.landing_page .bloc_element h2 {
    font-size: 24px;
    margin-bottom: 20px
}

.landing_page .bloc_element .column {
    text-align: center
}

.landing_page .bloc_element .column .btn {
    background-color: #02158f;
    color: #fff;
    transition: .4s;
    padding: 10px 20px;
    border-radius: 50px;
    margin-top: 20px
}

.landing_page .bloc_element .column .btn i {
    margin-right: 5px
}

.landing_page .bloc_element .column .btn:hover {
    transform: scale(1.1)
}

.landing_page .advantages2 {
    padding: 100px 0;
    background-color: #fff
}

.landing_page .advantages2 h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 80px
}

.landing_page .advantages2 .columns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px
}

.landing_page .advantages2 .column {
    background-color: #fafaff;
    text-align: center;
    padding: 55px 22px 40px;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, .1);
    transition: .4s
}

.landing_page .advantages2 .column:hover {
    transform: scale(1.05)
}

.landing_page .advantages2 .column i {
    font-size: 22px;
    margin-bottom: 20px;
    color: #fff;
    width: 50px;
    height: 50px;
    background-color: #c6a224;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.landing_page .advantages2 .columns h3 {
    font-size: 18px;
    color: #000
}

.landing_page .advantages2 .btn {
    background-color: #02158f;
    color: #fff;
    width: fit-content;
    display: block;
    margin: auto;
    margin-top: 50px;
    transition: .4s;
    padding: 10px 20px;
    border-radius: 50px
}

.landing_page .advantages2 .btn i {
    margin-right: 5px
}

.landing_page .advantages2 .btn:hover {
    transform: scale(1.1)
}

.landing_page .gallery {
    padding: 100px 0
}

.landing_page .gallery img {
    width: 100%;
    object-fit: cover;
    height: 210px
}

.landing_page .gallery .new {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    grid-auto-flow: dense;
    counter-reset: albumList;
    width: 100% !important
}

.landing_page .gallery .new a:nth-child(10n+1),
.landing_page .gallery .new a:nth-child(10n+10) {
    grid-row: span 2;
    grid-column: span 2;
    width: 100%
}

.landing_page .gallery .new a:nth-child(10n+1) img,
.landing_page .gallery .new a:nth-child(10n+10) img {
    height: 440px
}

.landing_page .gallery .new a:nth-child(10n+8) {
    grid-column: 1
}

.landing_page .gallery .new a:nth-child(10n+9) {
    grid-column: 2
}

.landing_page .gallery .brand {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 4px;
    color: #c6a224
}

.landing_page .gallery h4 {
    text-align: center;
    margin-bottom: 80px
}

.landing_page .rate .total-rate {
    font-size: 50px;
    font-weight: 700;
    font-family: "Roboto Slab";
    text-align: center;
    background: #c6a224;
    padding: 30px 43px;
    color: #fff;
    height: 100%;
    border-radius: 11px 0 0 11px
}

.landing_page .rate .icon-rate {
    padding: 0 20px;
    text-align: center
}

.landing_page .rate {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 15.98px 1.02px rgb(234 234 251);
    border-radius: 11px;
    margin: 0 auto;
    width: fit-content;
    height: 100%
}

.landing_page .rate .icon-rate i {
    color: #c6a224
}

.above-section-t {
    font-size: 16px;
    font-family: Poppins;
    color: #d8b02f;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px !important;
    display: inline-block
}

.section-title-new {
    font-size: 26px;
    font-family: "Roboto Slab";
    color: #262521;
    font-weight: 700;
    line-height: 1.229;
    margin-bottom: 40px !important
}

.landing_page .rate .icon-rate .icon {
    margin-bottom: 10px
}

.landing_page .slick-next,
.landing_page .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
    -webkit-appearance: button;
    color: #fff !important;
    background: #c6a224 !important;
    height: 30px;
    width: 30px;
    border-radius: 50%
}

.landing_page .slick-prev {
    left: -30px !important
}

.landing_page .slick-next {
    right: -30px !important
}

.landing_page .rivews-all .item .rev-co {
    padding: 23px 44px 19px 60px;
    position: relative;
    border: solid 1px #e8e8e1;
    background-color: #fff
}

.landing_page .rivews-all .item p {
    font-size: 13px;
    font-family: Poppins;
    color: #9c988c;
    line-height: 1.5;
    text-align: justify;
    margin: 0;
    margin-bottom: 10px;
    width: 100%
}

.landing_page .rivews-all .item i {
    position: absolute;
    left: 8px;
    top: 27px;
    color: #c6a224;
    border: solid 1px #c6a224;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 40px;
    width: 40px
}

.landing_page .slick-prev:before {
    content: "\f053";
    font-family: 'Font Awesome 5 Pro';
    color: #fff;
    font-size: 15px;
    position: relative;
    top: 3px
}

.landing_page .slick-next:after {
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    color: #fff;
    font-size: 15px;
    position: relative;
    top: 3px
}

.landing_page .rivews-all .item {
    padding: 0 5px
}

.landing_page .avis .your-class {
    width: 70%;
    margin: auto
}

.landing_page .avis .center-div {
    margin-top: 80px
}

.landing_page .devi-mesure {
    position: relative;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 35px 0;
    border-radius: 0 50px;
    z-index: 9;
    overflow: hidden;
    width: 70%;
    margin: auto
}

.landing_page .devi-mesure:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 60%);
    z-index: -1
}

.landing_page .devi-mesure .devi-t {
    font-size: 33px;
    font-family: "Roboto Slab";
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 2.958;
    letter-spacing: 2px
}

.landing_page .devi-mesure p {
    font-size: 16px;
    font-family: Poppins;
    color: #fff;
    line-height: 1.813;
    text-align: center;
    max-width: 90%;
    margin-bottom: 33px
}

.landing_page .devi-mesure a {
    font-size: 18px;
    font-family: "Roboto Slab";
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    background: #c6a224;
    border-radius: 46px;
    padding: 14px 24px
}

.landing_page .call_action {
    padding: 100px 0
}

.landing_page .contact_us h3 {
    text-align: center
}

.landing_page .contact_us .summary {
    text-align: center;
    margin-bottom: 30px
}

.landing_page .contact_us .columns {
    display: grid;
    grid-template-columns: 30% 65%;
    justify-content: space-between
}

.landing_page .contact_us .columns .media img {
    width: 100%;
    height: auto
}

.landing_page .contact_us {
    background-color: #fff;
    padding: 100px 0
}

.landing_page .contact_us .form-group .cols {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px
}

.landing_page .contact_us .form-group .form-control {
    border-radius: 0
}

.landing_page .contact_us .form-group input {
    border-radius: 0;
    height: 55px
}

.landing_page .contact_us .form-group .textarea {
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: 0;
    padding: 20px 15px;
    font-size: 16px
}

.landing_page .contact_us .btn {
    position: relative;
    width: 100%;
    color: #fff;
    background-color: #01a401;
    border-color: #01a401;
    padding: 10px 5px;
    font-size: 18px;
    transition: .4s
}

.landing_page .contact_us .btn i {
    margin-right: 5px
}

.landing_page .form_contact.envoie .btn:after {
    content: "";
    position: absolute;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #011590;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    animation: spin 2s linear infinite;
    right: 25px
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.landing_page .contact_us .btn:hover {
    background-color: #000
}

.success_envoie {
    text-align: center;
    margin-top: 50px
}

.landing_page .top-slider .success_envoie {
    margin-top: 0
}

.success_envoie i {
    font-size: 30px;
    width: 65px;
    height: 65px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #06b206;
    border-radius: 50%;
    color: #fff;
    padding-top: 5px;
    margin-bottom: 20px
}

.success_envoie p {
    font-size: 22px;
    width: 500px;
    margin: auto;
    margin-bottom: 30px;
    color: #000
}

.success_envoie a {
    background-color: #02158f;
    color: #fff;
    display: inline-block;
    line-height: normal;
    padding: 10px 20px;
    border-radius: 5px
}

.landing_page .slick-dots {
    display: none !important
}

.landing_page .container {
    max-width: 100%;
    padding: 0 50px
}

.landing_page .mini_benner {
    text-align: center;
    padding: 100px 0 0
}

.landing_page .mini_benner img {
    width: 850px;
    margin: auto
}

.landing_page .cart {
    padding: 100px 0 0
}

.landing_page .cart .brand {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 4px;
    color: #c6a224
}

.landing_page .cart h4 {
    text-align: center;
    margin-bottom: 60px
}

.landing_page .cart iframe {
    width: 100%
}

.float_btns,
.landing_page #chat {
    display: none
}

@media (max-width:992px) {
    .landing_page .advantages2 .columns {
        grid-template-columns: repeat(2, 1fr)
    }

    .landing_page .top-slider .content {
        width: 100%
    }

    .etapes_interventions .columns {
        grid-template-columns: repeat(2, 1fr)
    }

    .landing_page .single_entry .columns {
        grid-template-columns: 100%
    }

    .landing_page .single_entry .media img {
        display: none
    }

    .landing_page .single_entry .media a {
        position: unset
    }

    .landing_page .single_entry .media {
        margin-top: 30px
    }

    .landing_page .contact_us .columns {
        grid-template-columns: 100%
    }

    .landing_page .contact_us .columns .media {
        display: none
    }

    .landing_page .mini_benner img {
        width: 100%
    }

    .landing_page .container {
        padding: 0 15px
    }

    .landing_page .advantages .columns {
        width: 100%
    }

    .landing_page .bloc_element .columns {
        grid-template-columns: 42% 55%
    }
}

@media (max-width:767px) {
    .landing_page .advantages .columns {
        grid-template-columns: repeat(1, 1fr)
    }

    .landing_page .assurance .container {
        flex-direction: column;
        text-align: center
    }

    .landing_page .bloc_element .columns {
        grid-template-columns: 100%;
        grid-gap: 20px
    }

    .landing_page .advantages2 .columns {
        grid-template-columns: repeat(1, 1fr)
    }

    .landing_page .gallery .new {
        grid-template-columns: repeat(2, 1fr)
    }

    .landing_page .top-slider .content h1 {
        font-size: 20px !important;
        font-weight: 600 !important;
        text-align: center
    }

    .landing_page .top-slider .content::after,
    .landing_page .top-slider .content::before {
        height: 90px
    }

    .landing_page .top-slider .content p {
        margin-bottom: 5px
    }

    .landing_page .top-slider .content .buttons {
        text-align: center
    }

    .landing_page .advantages .column ul {
        text-align: left
    }

    .etapes_interventions .columns {
        grid-template-columns: repeat(1, 1fr)
    }

    .landing_page .contact_us .form-group .cols {
        grid-template-columns: repeat(1, 1fr)
    }

    .etapes_interventions {
        margin: 50px 0
    }

    .etapes_interventions h2 {
        margin-bottom: 50px
    }

    .landing_page .advantages2,
    .landing_page .assurance,
    .landing_page .avis,
    .landing_page .bloc_element,
    .landing_page .call_action,
    .landing_page .contact_us,
    .landing_page .gallery,
    .landing_page .single_entry {
        padding: 50px 0
    }

    .landing_page .avis {
        text-align: center
    }

    .landing_page .avis .block-t-all {
        margin-top: 50px
    }

    .landing_page .section-title-new {
        margin-bottom: 0 !important
    }

    .landing_page .mini_benner {
        padding: 50px 0 0
    }

    .landing_page .avis .your-class {
        width: 100%
    }

    .landing_page .devi-mesure {
        width: 100%
    }

    .landing_page .cart {
        padding: 50px 0 0
    }

    .landing_page .advantages2 .btn,
    .landing_page .bloc_element .column .btn {
        width: 100%;
        white-space: unset
    }

    .float_btns {
        position: fixed;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
        justify-content: space-between;
        grid-gap: 5px;
        bottom: 0;
        right: 0;
        top: unset;
        transform: unset;
        background-color: #fff;
        padding: 10px 15px 20px;
        box-shadow: 0 0 25px -5px rgb(0 0 0 / 20%);
        width: 100%;
        z-index: 99
    }

    .float_btns a {
        color: #fff;
        font-size: 18px;
        padding: 10px 12px;
        border-radius: 4px;
        line-height: normal;
        display: inline-block;
        width: 100%;
        text-align: center;
        text-transform: uppercase
    }

    .float_btns a:first-child {
        background-color: #01a401
    }

    .float_btns a:last-child {
        background-color: #f9e40c
    }
}

@media (max-width:992px) {
    .landing_page .bloc_element .columns {
        grid-template-columns: 100%;
        grid-gap: 30px
    }

    .landing_page .top-slider .columns {
        grid-template-columns: 100%;
        grid-gap: 50px
    }
}

#cookie {
    z-index: 999
}

@media (max-width:767px) {
    .landing_page .top-slider {
        padding: 70px 0 135px
    }

    .landing_page .top-slider .form_contact {
        padding: 30px 15px
    }

    .landing_page .top-slider .form_contact .cols {
        grid-gap: 10px
    }

    .landing_page .top-slider .columns {
        grid-gap: 30px
    }

    .success_envoie p {
        width: 100%
    }

    .landing_page .top-slider .content h1 small {
        font-size: 12px
    }
}

.yellow_btn {
    background-color: #f9e30d;
    text-align: center;
    position: absolute;
    top: -35px;
    font-size: 28px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #01158e !important;
    line-height: 65px;
    display: inline-block;
    padding: 0 25px;
    transition: .3s;
    border-radius: 5px
}

.yellow_btn i {
    color: #00158f !important;
    margin-right: 10px;
    font-weight: 900;
    transition: .3s
}

.yellow_btn:hover {
    background-color: #000;
    color: #fff !important
}

.yellow_btn:hover i {
    color: #fff !important
}

.for_mobile {
    display: none
}

.landing_page .top-slider .form_contact .summary {
    color: #02158f;
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: .6px;
    font-weight: 600
}

.landing_page .top-slider .form_contact .summary i {
    color: #dfcd13;
    margin-right: 5px;
    font-size: 25px
}

@media (max-width:992px) {
    .for_desktop {
        display: none
    }

    .for_mobile {
        display: block
    }

    .landing_page .top-slider .content h1 {
        margin-bottom: 0
    }

    .landing_page .top-slider .form_contact .points {
        margin-top: 20px
    }

    .landing_page .top-slider .form_contact .points p {
        color: #02158f
    }

    .landing_page .top-slider .form_contact .points p i {
        color: #f9e40c
    }

    .landing_page .top-slider {
        padding: 70px 0 150px
    }
}

@media (max-width:767px) {
    .yellow_btn {
        left: 50%;
        line-height: 70px;
        width: 90%;
        transform: translateX(-50%)
    }

    .landing_page .top-slider .content {
        padding: 20px 8px 20px
    }

    .landing_page .top-slider .content .summary {
        text-align: center
    }

    .landing_page .top-slider {
        padding: 45px 0 130px
    }

    .landing_page .top-slider .form_contact .points p {
        display: flex;
        line-height: normal;
        margin-bottom: 10px
    }

    .landing_page .top-slider .form_contact .points p i {
        margin: 3px 10px 0 0
    }

    .landing_page .top-slider .form_contact .points p:last-child {
        margin-bottom: 0
    }

    .landing_page .top-slider .form_contact {
        border-radius: 10px
    }

    .yellow_btn:hover {
        background-color: #f9e30d;
        color: #01158e !important
    }

    .yellow_btn:hover i {
        color: #01158e !important
    }

    .landing_page .top-slider .form_contact .summary {
        font-size: 18px
    }

    .landing_page .top-slider .form_contact .summary span {
        display: flex
    }

    .landing_page .top-slider .form_contact .summary i {
        margin-right: 10px;
        font-size: 22px;
        line-height: normal
    }

    .landing_page .top-slider .content .summary .yellow {
        display: block;
        font-size: 34px
    }

    .landing_page .top-slider .content .summary {
        line-height: normal;
        font-weight: 800
    }
}

.cookies-popup-holder {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999
}

.over-lay-first {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000b5;
    z-index: 100;
    left: 0;
    top: 0
}

.over-lay-first-second {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000b5;
    z-index: 200;
    left: 0;
    top: 0
}

.block-one-cockies {
    position: absolute;
    max-width: 750px;
    width: 80%;
    top: 50%;
    left: 50%;
    background: #fff;
    transform: translate(-50%, -50%);
    padding: 35px 25px;
    z-index: 101
}

.block-one-cockies p {
    text-align: justify
}

.contunuer-sans-ac {
    cursor: pointer;
    margin-bottom: 15px
}

.retour-pop-one {
    cursor: pointer
}

.contunuer-sans-ac:hover,
.retour-pop-one:hover {
    color: #00aed9
}

button.personnaliser-choix {
    background: #fff;
    color: #00aed9;
    border: solid .5px #00aed9;
    width: 212px;
    display: inline-block;
    text-align: center;
    padding: 16px 0;
    border-radius: 3px;
    margin-right: 14px;
    outline: 0;
    margin-bottom: 10px;
    cursor: pointer
}

button.tout-accepter-a {
    background: #00aed9;
    color: #fff;
    font-size: 15px;
    font-size: 15px;
    width: 212px;
    display: inline-block;
    text-align: center;
    padding: 16px 0;
    border-radius: 3px;
    margin-right: 14px;
    outline: 0;
    border: none;
    cursor: pointer
}

button.tout-accepter {
    background: #00aed9;
    color: #fff;
    font-size: 15px;
    font-size: 15px;
    width: 212px;
    display: inline-block !important;
    text-align: center;
    padding: 16px 0;
    border-radius: 3px;
    margin-right: 14px;
    outline: 0;
    border: none;
    cursor: pointer
}

.block-two-cockies {
    position: absolute;
    max-width: 750px;
    width: 80%;
    top: 50%;
    left: 50%;
    background: #fff;
    transform: translate(-50%, -50%);
    padding: 35px 25px;
    z-index: 201
}

.top-title-coockie {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 25px
}

span.title-popup-cookies {
    color: #00aed9;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: .6px;
    text-transform: uppercase
}

.block-two-cockies p {
    text-align: justify
}

button.Interdire-choix {
    background: #fff;
    color: #00aed9;
    border: solid .5px #00aed9;
    width: 212px;
    display: inline-block;
    text-align: center;
    padding: 16px 0;
    border-radius: 3px;
    margin-right: 14px;
    outline: 0;
    margin-bottom: 10px;
    cursor: pointer
}

@media (max-width:768px) {
    .btns-cookies-holder {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    button.tout-accepter {
        order: 0;
        margin-bottom: 10px
    }

    button.personnaliser-choix {
        order: 1;
        margin-bottom: 0
    }
}

@media (max-width:600px) {
    .block-one-cockies {
        width: 95%
    }

    .block-one-cockies {
        display: grid;
        padding: 35px 15px
    }

    .btns-cookies-holder {
        order: 3
    }

    button.personnaliser-choix {
        width: 100%;
        margin-right: 0
    }

    .contunuer-sans-ac {
        order: 1
    }

    .block-one-cockies>p {
        order: 2
    }

    .contunuer-sans-ac {
        text-align: right
    }
}

.change-icon i::before {
    content: "\f068"
}

.second-btns-cookies-holder {
    display: flex;
    justify-content: flex-end;
    margin-top: 25px
}

.accept-multichoix-holder-cookies {
    margin-bottom: 15px
}

.accept-multichoix-holder-cookies span.title-c {
    font-weight: 600;
    color: #000;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px
}

.info-bloc-cookies-holdera {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px
}

.info-bloc-cookies-holderb {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px
}

.info-bloc-cookies-holderc {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px
}

.propos-cokie-hol-info {
    display: none;
    order: 3;
    width: 100%
}

.propos-cokies-buttons button {
    color: #808899;
    border: solid .5px #808899;
    background: #fff;
    outline: 0;
    min-width: 100px;
    cursor: pointer
}

.propos-cokie-hol-title {
    font-weight: 600;
    color: #000;
    cursor: pointer
}

.propos-block-acc {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    border: solid 1px #ccc;
    background: #cccccc69;
    color: #000;
    flex-wrap: wrap
}

.partnet-cookies-holdre {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
    flex-wrap: wrap;
    align-items: center
}

.partnet-cookies-holdre p {
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    color: #000
}

.partnet-cookies-holdre button {
    border: solid 1px #ccc;
    background: #cccccc69;
    padding: 15px;
    font-weight: 500;
    color: #000;
    outline: 0
}

.tout-regester {
    display: none;
    background: #00aed9;
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 16px 20px;
    border-radius: 3px;
    outline: 0;
    border: none;
    cursor: pointer;
    margin-right: 15px
}

.tout-regester-c {
    background: #00aed9;
    color: #fff;
    font-size: 15px;
    width: 212px;
    text-align: center;
    padding: 16px 0;
    border-radius: 3px;
    outline: 0;
    border: none
}

button.interd-btn.checked-btn {
    background: #e70002 !important;
    border-color: #e70002 !important;
    color: #fff
}

button.interd-btn.checked-btn::before {
    content: "\f00d";
    font-family: "Font Awesome 5 Pro";
    margin-right: 2px
}

button.accept-btn.checked-btn {
    background: #3de35a !important;
    border-color: #3de35a !important;
    color: #000
}

button.accept-btn.checked-btn::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    margin-right: 2px
}

.partner-two-holder {
    display: none
}

span.bntn-return-two i {
    font-family: "Font Awesome 5 Pro"
}

.all-partner-holdre {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 15px 4px;
    background: rgba(0, 0, 0, .05)
}

.all-partner-holdre p {
    margin: 0;
    font-size: 14px
}

.partners-details-holder {
    padding: 15px 4px;
    border: solid 1px rgba(0, 0, 0, .05);
    margin-bottom: 20px
}

.partner-info-global {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px
}

.display-block {
    display: block !important;
    transition-duration: 1.7s
}

.display-none {
    display: none !important;
    transition-duration: 1.7s
}

.disabeld-blo {
    position: none;
    pointer-events: none !important;
    opacity: .5
}

.btn-no-realis-holder {
    text-align: center;
    margin-bottom: 25px
}

.btn-no-realis-holder .show-nos-realis-btn {
    width: auto;
    padding: 16px 25px;
    background: #00aed9;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    transition: .3s;
    border: 0
}

.tout-regester.display-block {
    display: inline-block !important
}

.propos-cokies-buttons.require button {
    border-color: #f10101;
    box-shadow: 0 0 2px 2px rgb(241 0 2 /20%)
}

@media (max-width:767px) {
    .block-two-cockies {
        width: 95%;
        padding: 25px 15px 30px
    }

    .propos-cokies-buttons.outils_pub {
        margin-top: 15px;
        display: block;
        width: 100%;
        text-align: right
    }

    .second-btns-cookies-holder {
        float: unset
    }

    .tout-regester {
        width: 100%
    }

    button.personnaliser-choix {
        order: 1;
        margin-bottom: 15px
    }

    button.tout-accepter-a {
        order: 2;
        margin-right: 0;
        width: 100%;
        margin-left: 0
    }
}

.accept-multichoix-holder-cookies .tab-detail {
    display: none;
    height: 240px;
    overflow: auto
}

.accept-multichoix-holder-cookies .tab-detail.show {
    display: block
}

.accept-multichoix-holder-cookies .columns {
    display: grid;
    grid-template-columns: 30% 70%;
    justify-content: space-between
}

.accept-multichoix-holder-cookies .tabs {
    margin-right: 20px
}

.accept-multichoix-holder-cookies .tabs a {
    width: 100%;
    display: block;
    padding: 15px 5px;
    border-top: 1px solid #ccc;
    cursor: pointer;
    font-weight: 600;
    transition: .4s
}

.accept-multichoix-holder-cookies .tabs a.active,
.accept-multichoix-holder-cookies .tabs a:hover {
    color: #00aed9
}

.accept-multichoix-holder-cookies .tab-title {
    font-weight: 600;
    margin-bottom: 10px
}

.accept-multichoix-holder-cookies .tab-detail p {
    font-size: 14px;
    color: #838080;
    font-weight: 300;
    margin-bottom: 8px;
    text-align: left
}

.accept-multichoix-holder-cookies .tab-detail p:last-of-type {
    margin-bottom: 0
}

.accept-multichoix-holder-cookies ul {
    margin-top: 10px
}

.accept-multichoix-holder-cookies ul li {
    font-size: 14px;
    color: #838080;
    font-weight: 300;
    margin-bottom: 8px
}

.accept-multichoix-holder-cookies ul li:last-child {
    margin-bottom: 0
}

.accept-multichoix-holder-cookies .tab-detail .propos-cokies-buttons {
    margin-bottom: 10px
}

@media (max-width:992px) {
    .block-two-cockies {
        width: 100%
    }
}

@media (max-width:767px) {
    .accept-multichoix-holder-cookies .columns {
        grid-template-columns: 100%
    }

    .second-btns-cookies-holder {
        flex-direction: column
    }

    .tout-regester.display-block {
        margin-bottom: 15px
    }

    button.tout-accepter {
        width: 100%;
        margin-bottom: 0
    }

    .block-one-cockies,
    .block-two-cockies {
        max-height: 95%;
        overflow: auto
    }

    .block-one-cockies p {
        font-size: 14px
    }

    span.title-popup-cookies {
        font-size: 18px
    }

    .accept-multichoix-holder-cookies .tabs a {
        font-size: 15px;
        padding: 15px 0
    }

    .accept-multichoix-holder-cookies .tab-title {
        font-size: 14px
    }
}

.lpmd .contact-area {
    background-image: url(/img/madouche-home-new-pic-banner.jpg);
    padding: 230px 0 50px
}

.lpmd .title_form {
    font-size: 27px;
    color: #00158f;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1.5;
    font-family: Comfortaa
}

.lpmd .contact-area:before {
    content: unset
}

.lpmd .contact-area h1 {
    font-size: 58px !important;
    font-weight: 700
}

.lpmd .contact-text p {
    font-size: 30px;
    line-height: 53px
}

.lpmd .contact-form {
    background-color: #fff;
    padding: 30px;
    border-radius: 15px
}

.lpmd .contact-form .field input {
    color: #000 !important
}

.lpmd .contact-form .field input::placeholder {
    color: #aeaaaa
}

.lpmd .px-option-checkbox li label {
    color: #000;
    font-size: 12px
}

.lpmd .px-option-checkbox li input[type=checkbox]+label span {
    border-color: #000
}

.lpmd .contact-button button {
    background-color: #1b2f9a;
    color: #fff
}

.lpmd .single-feature i {
    font-size: 38px;
    color: #ffe600
}

.lpmdfooter .radius-btn {
    display: block !important
}

.list__avis {
    padding-top: 50px
}

.list__avis .item {
    background-color: #efefef !important;
    padding: 20px 15px;
    margin: 10px;
    border-radius: 10px
}

.list__avis .item-top {
    display: flex;
    align-items: center
}

.list__avis .photo {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px
}

.list__avis .info {
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    color: #282727
}

.list__avis .stars {
    display: flex;
    margin-top: 12px;
    color: #fad80b
}

.list__avis .avis {
    font-size: 16px;
    color: #000
}

.list__avis .prev_slider_tour {
    cursor: pointer;
    position: absolute;
    right: 56px;
    top: 0;
    font-size: 18px;
    width: 45px;
    height: 35px;
    background-color: #01158e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .9;
    transition: .4s;
    border-radius: 6px 0 0 6px !important
}

.list__avis .next_slider_tour {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 18px;
    width: 45px;
    height: 35px;
    background-color: #01158e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .9;
    transition: .4s;
    border-radius: 0 6px 6px 0 !important
}

.cst_tit {
    text-align: center;
    margin: 150px 0 50px
}

.lpmd .aides {
    margin-top: 100px
}

.lpmd .aides img {
    width: 100%;
    height: 750px;
    object-fit: cover;
    border-radius: 0 120px 0 120px
}

.lpmd .columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px
}

.lpmd .tith1 {
    font-family: Comfortaa, cursive;
    font-weight: 700;
    color: #01158e;
    font-size: 36px;
    margin-bottom: 30px
}

.lpmd .aides .item {
    font-size: 18px;
    color: #2a2828;
    margin-bottom: 25px;
    display: flex;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #e4e9f2;
    box-shadow: 0 11px 35px 0 rgba(194, 200, 213, .32);
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 15px 20px;
    border-radius: 15px
}

.lpmd .aides .item i {
    min-width: 30px;
    color: #d2c011;
    font-size: 16px;
    position: relative;
    top: 5px
}

.aides_ img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 0 200px 0 200px;
    padding-left: 50px
}

.aides_ .columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px
}

.aides_ .tith1 {
    font-family: Comfortaa, cursive;
    font-weight: 700;
    color: #01158e;
    font-size: 36px;
    margin-bottom: 30px
}

.aides_ .item {
    font-size: 18px;
    color: #2a2828;
    margin-bottom: 25px;
    display: flex;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #e4e9f2;
    box-shadow: 0 11px 35px 0 rgba(194, 200, 213, .32);
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 15px 20px;
    border-radius: 15px
}

.aides_ .item i {
    min-width: 30px;
    color: #d2c011;
    font-size: 16px;
    position: relative;
    top: 5px
}

.lpmd .res_imm {
    font-weight: 500;
    padding-right: 0;
    font-size: 26px
}

.lpmd .yl {
    background-color: #d1bf09;
    padding: 0 12px
}

.lpmd .contact-button {
    text-align: center !important
}

.lpmd .text-bllk h4 {
    color: #01158e;
    font-size: 18px;
    height: 70px;
    margin: 0;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    padding: 4px 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center
}

.lpmd .number-blk {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:767px) {
    .lpmd .contact-form {
        padding: 30px 15px;
        margin-top: 50px
    }

    .lpmd .contact-area h1 {
        font-size: 36px !important
    }

    .lpmd .title_form {
        font-size: 20px
    }

    .lpmd .columns {
        grid-template-columns: repeat(1, 1fr)
    }

    .lpmd .aides img {
        height: 300px;
        border-radius: 50px
    }

    .list__avis .slick-slide {
        padding: 0 !important
    }

    .lpmd .contact-text p {
        font-size: 22px;
        line-height: 38px
    }
}

.lpmd .number-blk {
    padding: 0 36px
}

.top-slider.lp99 h1 {
    font-weight: 600 !important;
    font-family: Poppins;
    font-size: 30px !important;
    letter-spacing: 1px
}

.top-slider.lp99 .summar {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 40px
}

.top-slider.lp99 .summar span {
    background-color: #d1bf09;
    padding: 2px 8px
}

.contact-area.lp98 .h4 {
    font-size: 22px
}

.contact-area.lp98 .h3 {
    margin-bottom: 25px
}

.contact-area.lp98 .summar p {
    padding-right: 0
}

.contact-area.lp98 .summar a {
    background-color: #f9e30d;
    color: #02158f;
    line-height: normal;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px
}

.contact-area.lp99 {
    padding: 250px 0 120px;
    background-image: url(https://www.ma-douche.fr/img/slider-one-noir.jpg) !important
}

.contact-area.lp99:before {
    background: rgb(0 0 0 / 60%);
    top: 0;
    left: 0
}

.top-slider.lp99 .contact-form {
    background-color: #fff;
    padding: 30px;
    border-radius: 15px
}

.top-slider.lp99 .title_form {
    display: flex;
    color: #02158f;
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: .6px;
    font-weight: 600
}

.top-slider.lp99 .title_form i {
    color: #dfcd13;
    font-size: 25px;
    padding-right: 10px;
    padding-top: 4px
}

.top-slider.lp99 .contact-form input {
    height: 44px;
    border-radius: 5px;
    background-color: #f7f4ef;
    border: 1px solid #f7f4ef;
    padding: 5px 10px
}

.top-slider.lp99 .contact-form .col_2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px
}

.top-slider.lp99 .contact-form .form-group label {
    display: block;
    color: #000;
    margin-bottom: 5px
}

.top-slider.lp99 .contact-form .form-group label span {
    color: #f80b0b
}

.top-slider.lp99 .contact-form .form-group input {
    width: 100%
}

.top-slider.lp99 .contact-form .px-option-checkbox label {
    color: #000;
    font-size: 13px;
    font-weight: 300
}

.top-slider.lp99 .contact-form .px-option-checkbox label span {
    border-color: #f9e20c !important
}

.top-slider.lp99 .contact-form button {
    background-color: #01a401;
    border-color: #01a401;
    width: 100%;
    color: #fff;
    font-size: 16px;
    letter-spacing: .6px;
    padding: 4px 5px;
    border-radius: 50px;
    margin-top: 25px
}

.faq-area.lp99.spec {
    margin-top: 100px
}

.list___avis {
    margin-top: 100px;
    margin-bottom: 150px
}

.landing_page .advantages2.lp99 {
    padding: 100px 0
}

.landing_page .advantages2.lp99 .btn i {
    margin-left: 10px;
    color: #f9e30d
}

@media (max-width:767px) {
    .aides_ .columns {
        grid-template-columns: repeat(1, 1fr)
    }

    .aides_ img {
        padding-left: 0;
        height: 400px;
        border-radius: 25px !important
    }

    .landing_page .advantages2.lp99 {
        padding: 100px 0
    }

    .aides_ .tith1,
    .blog-title .h4 {
        font-size: 28px;
        text-align: center
    }

    .top-slider.lp99 .contact-form {
        padding: 30px 15px
    }

    .top-slider.lp99 .summar {
        text-align: center;
        margin-top: 15px
    }

    .top-slider.lp99 h1 {
        font-size: 26px !important
    }

    .top-slider.lp99 .contact-form .col_2 {
        grid-gap: 10px
    }
}

.landing_page .float_btns {
    display: none !important
}

.landing_page.lp98 {
    background-image: url(/img/salle-de-bain-3-apres-Hd-Croped.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom
}

.landing_page.lp98 .top-slider {
    background-image: unset
}

.landing_page.lp98 {
    position: relative
}

.landing_page.lp98:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgb(255 255 255 / 20%) 0, rgb(255 255 255 / 20%) 25%, rgb(0 0 0 / 30%) 70%);
    z-index: -1
}

.sec1 {
    width: 800px;
    margin: 60px auto
}

.sec1 .intro {
    border: solid 3px #f9e30d;
    padding: 40px;
    position: relative;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 4px
}

.sec1 .intro::after,
.sec1 .intro::before {
    content: "";
    background-color: rgb(0 0 0 / 73%);
    z-index: 9;
    width: 3px;
    height: 184px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.sec1 .intro::before {
    left: -3px
}

.sec1 .intro::after {
    right: -3px
}

.sec1 .intro hr {
    opacity: .8;
    font-size: 17px;
    margin: 40px 0;
    border-bottom: 2px solid #f9e40c;
    border-style: dashed
}

.sec1 .h1 {
    color: #fff;
    font-family: 'Open Sans';
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .5)
}

.sec1 .h1 span {
    color: #f9e20c
}

.sec1 .intro p {
    font-size: 20px;
    text-align: center;
    color: #fff;
    opacity: .9;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 2rem;
    margin-bottom: 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .5)
}

.sec1 .intro p span {
    background-color: #d1bf09;
    padding: 0 10px
}

.sec2 {
    width: 800px;
    margin: 60px auto
}

.sec2 .title {
    background-color: #02158f;
    color: #f9e30d;
    text-align: center;
    font-size: 20px;
    padding: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    border-radius: 4px 4px 0 0;
    font-family: 'Open Sans'
}

.sec2 .title i {
    margin-right: 8px
}

.sec2 .contact-form {
    background-color: rgba(0, 0, 0, .3);
    padding: 40px;
    border-radius: 0 0 4px 4px
}

.sec2 .contact-form .col_2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px
}

.sec2 .contact-form label {
    display: block;
    color: #fff;
    margin-bottom: 5px;
    opacity: .8;
    font-weight: 300;
    letter-spacing: 1px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .5)
}

.sec2 .contact-form .form-group label span {
    color: #f80b0b
}

.sec2 .contact-form input {
    height: 44px;
    border-radius: 5px;
    background-color: rgb(247 244 239 / 95%);
    border: 0;
    padding: 5px 10px;
    width: 100%;
    border-radius: 3px !important
}

.sec2 .contact-form .px-option-checkbox label {
    font-size: 13px;
    line-height: 22px;
    opacity: .7
}

.sec2 .contact-form .px-option-checkbox label span {
    margin-top: 0;
    margin-right: 10px
}

.sec2 .contact-form .contact-button button {
    width: 100%;
    background-color: #01a401;
    border-color: #01a401;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 20px;
    padding: 6px 10px;
    border-radius: 4px;
    letter-spacing: 2px;
    font-family: Poppins;
    transition: .4s
}

.sec2 .contact-form .contact-button button:hover {
    background-color: #fff;
    border-color: #fff;
    color: #01a401
}

.sec2 .contact-form.etape2 h4 {
    font-size: 16px;
    font-family: 'Open Sans';
    letter-spacing: .6px;
    margin-bottom: 20px
}

.sec2 .contact-form.etape2 h4 span {
    color: red;
    font-size: 14px
}

.sec2 .contact-form.etape2 label {
    display: flex;
    align-items: center;
    font-size: 16px
}

.sec2 .contact-form.etape2 .radio_style2 li input[type=radio]+label span:before {
    height: 8px;
    width: 8px
}

.sec2 .contact-form.etape2 .px-option-radio li input[type=radio]+label span {
    display: inline-block;
    width: 18px;
    height: 18px
}

.sec2 .contact-form.etape2 .px-option-radio.radio_style2 li:nth-child(1) {
    margin-right: 20px
}

.sec2 .contact-form.etape2 .px-option-radio.radio_style2 li:nth-child(2) {
    margin-right: 20px
}

.sec2 .contact-form.etape2 .px-options-blk {
    margin-bottom: 35px
}

.sec2 .contact-form.etape2 .px-option-checkbox label {
    align-items: flex-start;
    font-size: 14px
}

.sec2 .contact-form.etape2 .px-option-checkbox label span {
    margin-top: 3px
}

.sec3 {
    margin: 60px auto;
    width: 800px;
    text-align: center
}

.sec3 .title {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 2.5rem;
    letter-spacing: 1px;
    padding: 0 10px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
    margin-bottom: 40px
}

.sec3.cap .title {
    text-transform: capitalize
}

.sec3 .title span {
    background-color: #d1bf09;
    padding: 0 12px
}

.sec3 a {
    display: inline-block;
    background-color: #02158f;
    color: #fff;
    padding: 9px 25px 10px 9px;
    border-radius: 50px;
    font-size: 18px;
    letter-spacing: 2px;
    margin-top: 25px;
    font-weight: 600;
    line-height: normal
}

.sec3 a i {
    min-width: 35px;
    height: 35px;
    background-color: #d2bf08;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    font-size: 15px
}

.sec3 a span {
    position: relative;
    top: 2px
}

.sec4 {
    width: 1000px;
    margin: 60px auto
}

.sec4 .columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px
}

.sec4 .column .title {
    background-color: #02158f;
    color: #f9e30d;
    text-align: center;
    font-size: 18px;
    padding: 20px 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    border-radius: 4px;
    font-family: 'Open Sans';
    min-height: 94px;
    display: flex;
    align-items: center;
    justify-content: center
}

.sec4 .column .content {
    padding: 20px;
    margin-top: 20px;
    background-color: rgb(0 0 0 / 30%);
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    line-height: 1.7rem;
    border-radius: 4px;
    letter-spacing: 1px;
    border: 2px solid #d3bf08;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .5)
}

.sec5 {
    margin: 60px auto
}

.sec5 .summar a {
    background-color: #f9e30d;
    color: #02158f;
    line-height: normal;
    display: inline-block;
    padding: 10px 25px 10px 20px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px
}

.sec5 .summar a i {
    margin-right: 6px
}

.sec5 .contact-text .h3 {
    font-family: Poppins;
    margin-bottom: 20px
}

.sec5 .contact-text .h4 {
    font-size: 25px
}

.sec6 {
    width: 1000px;
    margin: 60px auto
}

.sec6 .columns {
    position: relative;
    padding-top: 45px
}

.sec6 .columns a {
    display: inline-block;
    margin: 0 10px
}

.sec6 .columns img {
    height: 400px;
    width: 100%;
    border-radius: 3px;
    object-fit: cover;
    border: 4px solid #fff
}

.sec6 .columns .slick-arrow {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    background-color: #02158f;
    color: #fff;
    padding: 8px 15px;
    font-size: 16px;
    border-radius: 4px;
    font-weight: 900;
    cursor: pointer;
    opacity: .7;
    transition: .4s
}

.sec6 .columns .slick-arrow:hover {
    opacity: 1
}

.sec6 .columns .fa-long-arrow-right {
    right: 8px
}

.sec6 .columns .fa-long-arrow-left {
    right: 60px
}

.sec7 {
    margin: 60px auto;
    width: 1000px
}

.sec7 iframe {
    width: 100%;
    height: 350px;
    border-radius: 3px
}

.sec8 {
    width: 1000px;
    margin: 60px auto
}

.sec8 .columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 45px;
    margin: 60px 0 80px
}

.sec8 .column {
    padding: 25px 18px;
    border-radius: 15px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    transition: box-shadow .15s ease;
    background-color: #fff;
    text-align: center
}

.sec8 .column:nth-child(2) {
    transform: scale(1.12);
    background-color: #02158f;
    color: #fff
}

.sec8 .column i {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #011590;
    font-size: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding-top: 2px;
    margin-bottom: 20px
}

.sec8 .column:nth-child(2) i {
    background-color: #fff;
    color: #011590
}

.sec8 .column .title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .6px;
    color: #383a42;
    margin-bottom: 10px
}

.sec8 .column:nth-child(2) .title {
    color: #fff;
    font-size: 18px
}

.sec8 .content p {
    line-height: 24px;
    font-weight: 300;
    letter-spacing: .6px;
    margin-bottom: 0
}

.sec8 .column:nth-child(2) .content p {
    color: #fff;
    font-size: 13px;
    line-height: 22px
}

.lp98 .group-area {
    padding-top: 0 !important
}

.lp98 .blog-title .h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 2.5rem;
    letter-spacing: 1px;
    padding: 0 10px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
    margin-bottom: 40px;
    font-family: Poppins
}

.lp98 .brand-area {
    padding-top: 0 !important
}

@media (max-width:992px) {

    .sec1,
    .sec2,
    .sec3,
    .sec4,
    .sec6,
    .sec7,
    .sec8 {
        width: 100%;
        padding: 0 15px
    }

    .sec4 .columns {
        grid-gap: 10px
    }

    .sec4 .column .content {
        margin-top: 10px
    }

    .sec6 .columns img {
        height: 350px
    }

    .sec8 .columns {
        grid-gap: 25px
    }

    .sec8 .column {
        padding: 25px 5px
    }
}

@media (max-width:767px) {

    .sec1,
    .sec2,
    .sec3,
    .sec4,
    .sec6,
    .sec7,
    .sec8 {
        margin: 40px auto
    }

    .sec1 .intro {
        padding: 20px 15px
    }

    .sec1 .h1 {
        font-size: 26px;
        line-height: 2.4rem
    }

    .sec1 .intro hr {
        margin: 25px 0
    }

    .sec1 .intro p {
        font-size: 16px;
        line-height: 1.6rem
    }

    .sec2 .title {
        font-size: 18px;
        padding: 20px 10px
    }

    .sec2 .contact-form {
        padding: 40px 15px
    }

    .sec2 .contact-form .col_2 {
        grid-gap: 15px
    }

    .sec3 .title {
        font-size: 22px;
        padding: 0;
        line-height: 2rem;
        margin-bottom: 30px
    }

    .sec3 .title span {
        padding: 0 6px
    }

    .sec4 .columns {
        grid-template-columns: repeat(1, 1fr)
    }

    .sec6 .columns {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px
    }

    .sec6 .columns img {
        height: 440px
    }

    .sec8 .columns {
        grid-template-columns: repeat(1, 1fr)
    }

    .sec8 .column {
        padding: 25px 10px
    }

    .sec8 .column:nth-child(2) {
        transform: scale(1)
    }

    .sec8 .columns {
        margin: 0
    }

    .lp98 .blog-title .h4 {
        font-size: 22px
    }

    .sec8 .column:nth-child(2) .content p {
        font-size: 14px
    }
}

.sec9 {
    width: 800px;
    margin: 60px auto
}

.sec9 .item {
    margin-bottom: 20px;
    display: flex;
    border-style: solid;
    border-width: 2px;
    border-color: #e4e9f2;
    box-shadow: 0 11px 35px 0 rgba(194, 200, 213, .32);
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 15px 25px;
    border-radius: 15px;
    background-color: rgb(2 21 143);
    font-size: 18px;
    color: #fff;
    line-height: 2rem;
    letter-spacing: 1.6px
}

.sec9 .item:last-child {
    margin-bottom: 0
}

.sec9 .item i {
    min-width: 30px;
    position: relative;
    top: 8px;
    color: #d2bf08;
    font-size: 16px
}

@media (max-width:992px) {
    .sec9 {
        width: 100%;
        padding: 0 15px
    }

    .sec9 .item {
        padding: 15px 10px
    }

    .sec6 .columns a {
        padding: 0
    }
}

@media (max-width:767px) {
    .landing_page.lp98 {
        background-position-x: 85%
    }

    .list___avis {
        margin-bottom: 50px
    }

    .landing_page .advantages2.lp99 {
        padding: 50px 0
    }
}

.banner_bottom_cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #e6eef7;
    padding: 15px 0;
    box-shadow: 0 30px 60px 20px rgba(0, 0, 0, .9);
    z-index: 99999999
}

.banner_bottom_cookie p {
    color: #000;
    margin-bottom: 0
}

.cookie_tous_accepter {
    background-color: #f9e30d;
    color: #011590 !important;
    padding: 2px 8px 1px;
    display: inline-block;
    border-radius: 0;
    margin-left: 15px;
    cursor: pointer
}

.cookie_tous_refuser {
    background-color: #02158f;
    color: #fff !important;
    padding: 2px 8px 1px;
    display: inline-block;
    border-radius: 0;
    margin-left: 15px;
    cursor: pointer
}

.cookie_personnaliser {
    background-color: #fff;
    color: #000;
    padding: 2px 8px 1px;
    display: inline-block;
    border-radius: 0;
    margin: 0 15px;
    cursor: pointer
}

@media (max-width:767px) {
    .banner_bottom_cookie p {
        line-height: normal;
        text-align: center
    }

    .cookie_tous_accepter {
        margin-top: 8px;
        margin-right: 5px;
        margin-left: 5px
    }

    .cookie_tous_refuser {
        margin-top: 8px;
        margin-right: 5px;
        margin-left: 5px
    }

    .cookie_personnaliser {
        margin-top: 10px;
        margin-right: 5px;
        margin-left: 5px
    }

    .banner_bottom_cookie .link {
        margin-top: 10px;
        margin-left: 10px
    }
}

[disabled] {
    opacity: .6
}

.radio-item .rad {
    display: inline-flex;
    align-items: center;
    margin-right: 15px
}

.radio-item .rad input {
    height: auto !important;
    width: auto !important;
    margin-top: -5px;
    margin-right: 8px;
    accent-color: #00a500
}

.schema_acc {
    text-align: center;
    margin-top: 100px
}

.schema_acc img {
    max-width: 882px;
    width: 100%
}

.grecaptcha-badge {
    display: none !important
}

@media (max-width:992px) {
    #zones-cta {
        display: none
    }
}

@media (max-width:767px) {
    .schema_acc .container {
        padding: 0
    }
}

.bloc_confirmation {
    margin-top: 80px
}

.bloc_confirmation .intro {
    text-align: center;
    font-size: 20px
}

.btn_conf_rdv {
    cursor: pointer;
    width: fit-content;
    margin: auto;
    display: block;
    background-color: #00b540;
    color: #fff;
    border: 0;
    padding: 10px 16px;
    font-size: 16px;
    border-radius: 10px;
    margin-top: 35px;
    transition: .3s
}

.btn_conf_rdv:hover {
    background-color: #019f39
}

.p_conf .background {
    height: 40vh
}

@media (max-width:767px) {
    .p_conf .background {
        height: 25vh
    }
}

.text-seo .banner {
    position: relative;
    padding: 35px 25px 45px 125px;
    margin-top: 100px
}

.text-seo .banner:before {
    content: '\f10d';
    position: absolute;
    top: 50px;
    left: 45px;
    color: #e5d20a;
    width: 42px;
    height: 42px;
    border: 1px solid #e5d20a;
    font-family: FontAwesome;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    z-index: 1
}

.text-seo .banner-dark {
    background-color: #1a2a8d
}

.text-seo .banner-lite {
    box-shadow: 0 0 25px -5px rgb(0 0 0 / 15%)
}

.text-seo .banner h2 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 25px;
    margin-bottom: 20px
}

.text-seo .banner-dark h2 {
    color: #e5d108
}

.text-seo .banner h3 {
    font-size: 18px;
    font-weight: 800;
    margin-top: 15px;
    margin-bottom: 15px
}

.text-seo .banner-dark h3 {
    color: #fff
}

.text-seo .banner-dark p {
    color: #e9e9e9
}

.text-seo .banner ol,
.text-seo .banner ul {
    padding: 0
}

.text-seo .banner li {
    line-height: 30px;
    font-size: 18px;
    color: #3c3c3d
}

.text-seo .banner-dark li {
    color: #e9e9e9
}

.text-seo .banner a {
    color: #b2a300
}

.text-seo .banner strong {
    font-weight: 400
}

@media (max-width:767px) {
    .text-seo .banner {
        margin-top: 50px;
        padding: 50px 15px 30px 15px
    }

    .text-seo .banner:before {
        top: 20px;
        left: 15px;
        width: 35px;
        height: 35px;
        font-size: 13px
    }
}

.page-merci .promo-test-eligibilite {
    display: none !important
}

.tracking-list {
    max-width: 100%;
    width: 650px;
    margin: auto
}

.tracking-list .item-step {
    position: relative;
    display: flex;
    padding-bottom: 65px
}

.tracking-list .item-step:last-child {
    padding-bottom: 0
}

.tracking-list .item-step:before {
    content: '';
    border: 2px solid #d6d6d6;
    position: absolute;
    top: 0;
    height: 100%;
    left: 20px
}

.tracking-list .item-step.finished:before {
    border-color: #00158f
}

.tracking-list .item-step:last-child:before {
    content: unset
}

.tracking-list .icon-step {
    position: relative;
    min-width: 44px;
    height: 44px;
    border: 3px solid #d6d6d6;
    border-radius: 50%;
    margin-right: 25px;
    background-color: #fff
}

.tracking-list .finished .icon-step {
    background-color: #00158f;
    border-color: #00158f
}

.tracking-list .in-process .icon-step {
    border-color: #00158f
}

.tracking-list .finished .icon-step:after {
    content: '\f00c';
    color: #fff;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    padding-top: 2px;
    font-weight: 400
}

.tracking-list .in-process .icon-step:after {
    content: '\f192';
    color: #001590;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    padding-top: 2px;
    font-weight: 900
}

.tracking-list .title-step {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #606675
}

.tracking-list .in-process .title-step {
    color: #001590
}

.tracking-list .sub-step {
    font-size: 18px;
    color: #a0a7b4
}

.page-suivre .breadcrumb-section .container {
    margin-top: 75px
}

.page-suivre .about-two-area {
    margin: 100px 0
}

.article-inner {
    display: grid;
    grid-template-columns: 70% 30%;
    justify-content: space-between;
    margin-top: -25px
}

.article-inner .blog-content {
    padding-right: 50px;
    margin-top: 0;
    padding-top: 25px
}

.article-inner .blog-content h1 {
    margin-top: 0 !important
}

.bloc-summary {
    padding-top: 25px;
    position: sticky;
    top: 0
}

.bloc-summary .h3 {
    position: relative;
    font-size: 22px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd
}

.bloc-summary .h3:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 45px;
    height: 3px;
    background-color: #fae30c
}

.bloc-summary li {
    margin-bottom: 10px
}

.bloc-summary li:last-child {
    margin-bottom: 0
}

.bloc-summary li a {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    color: #3f3f46;
    transition: .3s
}

.bloc-summary li a:hover {
    color: #00158e
}

.bloc-summary li span:first-child {
    min-width: 30px
}

body.article .header {
    position: unset;
    transform: unset
}

body.article .header-top {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

body.article .header-bottom {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.article-minature {
    margin-bottom: 5px
}

.article-minature img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: top;
    border-radius: 4px
}

.article-info {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.blog-content .article-info li {
    margin-right: 20px
}

.blog-content .article-info li i {
    color: #00158e !important;
    font-size: 15px !important;
    margin-right: 8px
}

.article-info i:before {
    font-family: 'Font Awesome 5 Pro'
}

.blog-content .article-info li span {
    color: #00158e !important;
    font-size: 14px !important;
    background-color: #f1f3fd;
    padding: 5px 10px;
    border-radius: 4px
}

.blog-content .article-content h2,
.blog-content .article-content h2 span,
.blog-content .article-content h3,
.blog-content .article-content h3 span {
    font-size: 26px !important
}

.blog-content .article-content table {
    max-width: 100% !important;
    width: 100% !important
}

.blog-content .article-content .btn-call-to-action {
    position: relative;
    background-color: #fae20c;
    color: #00158f;
    font-size: 20px;
    width: fit-content;
    margin: 30px auto 35px;
    display: block;
    border: 0;
    padding: 10px 25px 10px 55px;
    border-radius: 50px;
    cursor: pointer;
    transition: .2s
}

.blog-content .article-content .btn-call-to-action:hover {
    background-color: #00158f;
    color: #fff
}

.blog-content .article-content .btn-call-to-action:before {
    content: "\f061";
    width: 35px;
    height: 35px;
    color: #00158f !important;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.blog-content .article-content a {
    color: var(--light-blue) !important;
    text-decoration: unset !important
}

.breadcrumb-article {
    margin-bottom: 25px
}

.breadcrumb-article ul {
    display: flex;
    align-items: center
}

.breadcrumb-article ul li {
    position: relative
}

.breadcrumb-article ul li:nth-child(1):after,
.breadcrumb-article ul li:nth-child(2):after {
    content: '/';
    margin: 0 10px
}

.breadcrumb-article a,
.breadcrumb-article span {
    text-transform: uppercase;
    font-weight: 300;
    color: #3f3f46;
    transition: .3s
}

.breadcrumb-article a {
    color: #00158e
}

.breadcrumb-article a:hover {
    color: var(--blue)
}

.cta_popup {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9
}

.cta_popup.show {
    display: block
}

.cta_popup a {
    background-color: #f9e30d;
    display: inline-block;
    line-height: normal;
    color: #00158f !important;
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: 700 !important;
    text-transform: uppercase;
    box-shadow: rgba(0, 0, 0, .3) 0 4px 12px 0;
    cursor: pointer;
    transition: .2s
}

.cta_popup a:hover {
    background-color: #ffe700
}

.cta_popup a i {
    margin-left: 10px;
    transition: .2s
}

.cta_popup a:hover i {
    margin-left: 15px
}

@media (max-width:767px) {
    .cta_popup {
        width: 92%
    }

    .cta_popup a {
        text-align: center;
        padding: 5px 35px
    }
}

@keyframes animation_4 {
    0% {
        transform: translateY(-4px);
        opacity: 1
    }

    100% {
        transform: translateY(4px);
        opacity: .6
    }
}

.scroll_up {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 30px;
    color: #1a2a8d !important;
    background-color: #fae30c;
    width: 75px;
    height: 75px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9
}

.scroll_up.show {
    display: flex
}

.scroll_up i {
    animation: animation_4 1.3s ease-in-out infinite alternate
}

@media (max-width:767px) {
    .scroll_up {
        display: none !important
    }
}

.fixed-widget {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 9
}

.fixed-widget a {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px 0 0 8px;
    width: 125px;
    padding: 10px 5px;
    box-shadow: rgba(0, 0, 0, .3) 0 1px 10px 0
}

.fixed-widget a.btn-rappeler {
    background-color: #fae30c;
    color: #001590
}

.fixed-widget a.btn-appelez {
    background-color: #001590;
    color: #fff;
    margin-top: 15px
}

.fixed-widget a.btn-rappeler i {
    background-color: var(--blue);
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--yellow);
    padding-top: 2px;
    transform: scaleX(-1);
    padding-left: 2px
}

.fixed-widget a.btn-appelez i {
    background-color: var(--yellow);
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--blue);
    padding-top: 2px
}

.fixed-widget a i {
    margin-bottom: 6px
}

@media (max-width:767px) {
    .fixed-widget {
        top: 58%
    }

    .fixed-widget a {
        font-size: 12px;
        width: 90px
    }

    #chat {
        bottom: 95px
    }
}

.last-news .main-title {
    text-align: center;
    align-items: center
}

.last-news .h3 {
    text-align: center
}

.list-last-news {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px
}

.last-news .see-more {
    width: fit-content;
    display: block;
    margin: 35px auto 0;
    background-color: #1a2a8d;
    color: #fff;
    padding: 12px 25px 10px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    transition: .2s
}

.last-news .see-more i {
    margin-left: 10px
}

.last-news .see-more:hover {
    background-color: #f9e30d;
    color: #00158f
}

@media (max-width:991px) {
    .list-last-news {
        grid-template-columns: repeat(1, 1fr)
    }
}

@media (max-width:767px) {

    .list-last-news .blog-card,
    .list-last-news .blog-card img,
    .list-last-news .content-listing {
        width: 100%;
        max-width: 100% !important
    }
}

.forms-test-eleg .h3 {
    background: #fae20c;
    color: #021aac;
    text-align: center;
    padding: 12px 10px 10px;
    border-radius: 50px;
    border: 1px solid #031aac;
    font-size: 22px;
    margin-bottom: 35px
}

.forms-test-eleg .contact-form .field input {
    height: 52px !important;
    padding-top: 2px;
    width: 100%
}

.forms-test-eleg .lois {
    margin-top: 20px
}

.forms-test-eleg .lois p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
    color: #fff;
    opacity: .8
}

.forms-test-eleg .contact-form .contact-button button {
    background: #fae30c;
    color: #021bac
}

.forms-test-eleg .contact-form .contact-button button:hover {
    background: #021bac;
    color: #fae30c
}

.forms-test-eleg .contact-form .contact-button button i {
    color: #021bac
}

.forms-test-eleg .contact-form .contact-button button:hover i {
    color: #fae30c
}

.forms-test-eleg .error_bloc p {
    background-color: #ff5211;
    color: #fff;
    padding: 15px;
    border-radius: 10px;
    font-size: 16px;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    line-height: normal
}

.forms-test-eleg .error_bloc i {
    margin-right: 10px;
    position: relative;
    top: 4px
}

.forms-test-eleg .form-border {
    border: 1px solid #001790;
    padding: 15px;
    border-radius: 10px;
    background-color: #fff
}

.forms-test-eleg .form-group>label {
    font-size: 16px;
    color: #00158f;
    font-weight: 600
}

.forms-test-eleg .form-group .px-option label {
    font-size: 16px;
    color: #00158f;
    font-weight: 600;
    margin-bottom: 0
}

.forms-test-eleg .form-group .px-option li:not(:last-child) {
    margin-right: 25px
}

.forms-test-eleg .form_second_etape_test_elegibilite .col_2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px
}

.forms-test-eleg .form_second_etape_test_elegibilite .px-option-checkbox label {
    font-size: 14px
}

.forms-test-eleg .form-group .px-option label {
    font-size: 16px
}

.forms-test-eleg .px-option-radio li input[type=radio]+label span {
    border: 1px solid #001590
}

.forms-test-eleg .px-option-radio li input[type=radio]:checked+label span {
    border-color: #001590
}

.forms-test-eleg .px-option-radio li input[type=radio]+label span::before {
    background: #f9e237
}

.forms-test-eleg .px-option-checkbox li input[type=checkbox]:checked+label span {
    border-color: #001691
}

.forms-test-eleg .px-option-checkbox li input[type=checkbox]+label span::before {
    background: #f9e237
}

.forms-test-eleg .px-option-checkbox li input[type=checkbox]+label span {
    border: 1px solid #00158f
}

.forms-test-eleg [for=checkbox15] {
    font-size: 14px;
    color: #000
}

.forms-test-eleg p.red {
    padding: 10px 20px;
    border-radius: 15px;
    text-align: left
}

.forms-test-eleg .contact-form .field input {
    margin-bottom: 1rem
}

.top-banner-form {
    position: relative;
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 50px 0
}

.top-banner-form .column-left {
    padding-top: 15px
}

.top-banner-form h1 {
    font-family: Nunito, sans-serif;
    font-weight: 400;
    font-size: 26px;
    margin-bottom: 40px;
    letter-spacing: 1px
}

.top-banner-form h1 u {
    text-decoration: none;
    color: #f9e20c
}

.top-banner-form .contact-text .h2 {
    margin-bottom: 50px;
    font-family: Nunito, sans-serif !important;
    font-size: 36px;
    color: #fff;
    font-weight: 600
}

.top-banner-form .contact-text .h2 span {
    color: #f9e30d;
    display: block;
    font-size: 50px
}

@media (max-width:992px) {
    .top-banner-form {
        grid-template-columns: 100%;
        padding: 0 0 50px
    }

    .top-banner-form h1 {
        margin-bottom: 10px
    }

    .top-banner-form .column-left {
        margin-bottom: 45px;
        padding-top: 0
    }
}

@media (max-width:767px) {

    .top-banner-form .contact-text .h2,
    .top-banner-form h1 {
        font-size: 20px;
        text-align: center
    }

    .top-banner-form .contact-text .h2 {
        margin-bottom: 10px
    }

    .top-banner-form .contact-text .h2 span {
        font-size: 20px;
        display: inline-block
    }

    .top-banner-form .contact-text p {
        padding-right: 0;
        text-align: center
    }

    .top-banner-form .contact-form-inputs {
        grid-gap: 8px
    }

    .fixed-widget {
        top: 68%
    }

    .top-banner-form .action-btns-blk-wrp {
        margin-top: 0
    }

    .top-banner-form .number-blk a {
        font-size: 20px
    }

    .top-banner-form .section-title {
        text-align: center
    }
}

.financement-container {
    max-width: 1270px;
    background: #fff;
    padding: 25px;
    border-radius: 0 0 50px 50px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    border-top: 6px solid #021aac;
    text-align: center;
    margin: 0 auto 0
}

.financement-container .title {
    font-size: 34px;
    font-weight: 700;
    color: #021aac;
    margin: 20px auto 35px;
    max-width: 992px;
}

.financement-container .subtitle {
    font-size: 18px;
    color: #333;
    margin: 10px auto;
    max-width: 875px;
}

.financement-container .list {
    margin-top: 20px;
    padding: 0;
    list-style: none;
    text-align: left
}

.financement-container .list li {
    background: #f9e30d;
    padding: 12px;
    margin-bottom: 10px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #021aac;
    display: flex;
    align-items: center
}

.financement-container .list li span {
    margin-left: 10px
}

.financement-container .note {
    background: #021aac;
    color: #fff;
    padding: 15px;
    border-radius: 8px;
    margin-top: 20px;
    text-align: left
}

.financement-container .note h3,
.financement-container .note .note-title {
    font-size: 18px;
    font-weight: 700;
    color: #f9e30d
}

.financement-container .note p {
    font-size: 16px;
    margin-top: 5px;
    color: #fff;
    margin-bottom: 5px
}

.financement-container .cta-button {
    display: inline-block;
    background: #021aac;
    color: #f9e30d !important;
    padding: 12px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    margin-top: 20px;
    transition: .3s;
    cursor: pointer
}

.financement-container .cta-button:hover {
    background: #f9e30d;
    color: #021aac !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2)
}

.modal_test_eligibilite .financement-container {
    margin-bottom: 50px
}

@media (max-width:767px) {
    .financement-container .title {
        font-size: 30px
    }
}

.landing_page.article .container {
    max-width: 1300px;
    padding: 0 15px;
}

.landing_page.article .custom-for-landing .section_form_eligibilite {
    margin-bottom: 20px;
}

.landing_page.article .custom-for-landing .section_form_eligibilite .container {
    max-width: unset !important;
    padding: 0 !important;
    margin: 0 !important;
}

.landing_page.article .ml-50 {
    margin-left: 0;
}

.landing_page.article .pt-125 {
    padding-top: 100px;
}

.landing_page.article .gallery {
    padding: 0 !important;
}

.landing_page.article .zones {
    margin-top: 90px !important;
}

@media (max-width: 767px) {

    .landing_page.article .container.custom-for-landing .section_form_eligibilite {
        padding: 0 !important;
    }

    .landing_page.article .container.custom-for-landing .section_form_eligibilite .contact-formulaire {
        border-radius: 35px 35px 0 0;
    }

    .landing_page.article .container.custom-for-landing {
        margin-top: 35px;
    }

    .landing_page.article .menu-icon path {
        fill: #000;
    }

    .landing_page.article .pt-125 {
        margin-top: 30px;
    }

    .landing_page.article .cst_tit {
        margin: 50px 0 50px;
    }

}
