.pattern-layer {
    display: none;
}

.main-header .header-lower {
    background: transparent;
    position: absolute;
    padding-top: 30px !important;
    width: 100%;
    height: 125px;
}

.header-style-one .header-lower .logo-box {
    top: 0;
    background: #004532;
    padding: 20px 40px;
    border-radius: 0 0 20px 20px;
}

.btn-header {
    padding: 7px 10px;
    border-radius: 50px;
    border: 2px solid #f6f3f2;
    min-width: 50px;
    min-height: 50px;
    font-size: 20px;
    text-align: center;
    margin-right: 15px;
    position: relative;
}

.btn-header i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-header:last-of-type {
    margin-right: 0;
}

.btn-header.mobile-nav-toggler {
    font-size: 18px;
    color: #f6f3f2;
    padding: 2px 25px 0;
    line-height: inherit;
    line-height: 45px;
    display: inline-block;
}

.btn-header:hover,
.btn-header.mobile-nav-toggler:hover {
    background: #dc9802;
    border-color: #dc9802;
    color: #fff;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    background: #dc9802;
}

.btn-header.mobile-nav-toggler i {
    margin: -3px 5px 0 0;
    position: static;
}

.btn-header.mobile-nav-toggler:hover {
    color: #f6f3f2;
}

.main-header .menu-left-content {
    position: relative;
    display: flex;
    align-items: center;
}

.sticky-header {
    background: #004532;
}

.sticky-header .outer-box {
    padding: 15px 30px;
}

.mobile-menu .social-links {
    padding-top: 0;
}

.sticky-header .logo-sticky {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #004532;
    padding: 10px 40px;
    border-radius: 0 0 20px 20px;
}

.sticky-header .logo-sticky img {
    width: 200px;
}

.theme-btn.btn-sm {
    font-size: 14px;
    padding: 10px 25px;
}

.banner-carousel .slide-item:before {
    background: black;
    opacity: .5;
}

.banner-carousel .content-box .shape {
    display: none;
}

.banner-section .owl-theme .owl-nav .owl-prev:before,
.banner-section .owl-theme .owl-nav .owl-prev:after,
.banner-section .owl-theme .owl-nav .owl-next:before,
.banner-section .owl-theme .owl-nav .owl-next:after {
    display: none;
}

.banner-section::before {
    content: "";
    background: url('../images/banner/panneau.png') no-repeat center / contain;
    position: absolute;
    bottom: 0;
    left: 100px;
    width: 245px;
    height: 450px;
    z-index: 2;
}

.banner-section .owl-theme .owl-nav button span {
    display: inline-block;
    color: #dc9802;
    font-size: 50px;
}

.banner-section .owl-theme .owl-nav .owl-prev,
.banner-section .owl-theme .owl-nav .owl-next {
    width: auto;
    height: auto;
}

.banner-carousel .active .content-box span {
    color: #dc9802;
}

.banner-carousel .active .content-box h2 {
    text-transform: uppercase;
    font-size: 45px;
    line-height: 60px;
}

.theme-btn {
    border-radius: 40px;
    padding: 18px 40px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0;
}

.theme-btn:before {
    border-radius: 40px;
    width: 50%;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
}

.theme-btn:hover:before {
    width: 100%;
    opacity: 1;
}

.theme-btn.btn-dark {
    background: #004531;
}

.theme-btn.btn-dark::before {
    background: #dc9802;
}

.banner-carousel .content-box .h2,
.banner-carousel .content-box h2 {
    margin-bottom: 25px;
    font-size: 40px;
    text-transform: uppercase;
}

.banner-section .owl-theme .owl-nav {
    top: 37%;
}

.banner-carousel .slide-item {
    height: 900px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 100vh;
    min-height: 700px;
    padding-bottom: 75px;
}

.deco-patterne {
    position: relative;
    padding: 100px 0;
}

.deco-patterne .img-patterne {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50% 50% 0 0;
    width: calc(100% + 400px);
    height: 100%;
    background-color: #f7f3f2;
}

.section-formulaire {
    overflow: hidden;
    margin: -190px 0px 0;
    z-index: 3;
}

.sec-title {
    margin-bottom: 50px;
}

.sec-title h1,
.sec-title .h2 {
    color: #004532;
    font-size: 45px;
    margin: 0 0 5px;
    line-height: initial;
}

.bloc-text h2 {
    color: #004532;
    font-size: 25px;
    margin: 0 0 5px;
    line-height: initial;
    break-after: avoid;
    break-inside: avoid;
    margin-bottom: 15px;
    font-weight: 500;
}

.bloc-text h2 u {
    text-decoration: none !important;
}

.section-form {
    padding-left: 200px;
    padding-right: 200px;
}

.section-form .h2 {
    text-transform: uppercase;
}

.sec-title .sub-title {
    color: #dc9802;
    font-size: 40px;
}

.bloc-text {
    column-count: 2;
    column-gap: 45px;
}

.content_block_one .content-box .text p {
    color: #444954;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}

.content_block_one .content-box .text {
    margin: 0 0 20px;
    padding: 0;
}

.about-section {
    background: #fff;
}

.banner-carousel .active .content-box .btn-box {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.banner-carousel .active .content-box .btn-box .theme-btn {
    font-size: 20px;
}

.activities-section {
    background: #f6f3f2;
}

.activities-block {
    display: block;
}

.activities-block-one .inner-box .lower-content .icon-box .shape,
.activities-block-one .inner-box .lower-content .icon-box .overlay-shape {
    width: 200px;
    height: 200px;
    background-position: center;
    top: -40px;
    left: -40px;
}

.activities-block-one .inner-box .lower-content .icon-box {
    margin-bottom: 25px;
}

.activities-block-one .inner-box {}

.activities-block-one .inner-box .image-box {
    border-radius: 20px 20px 0 0;
}

.activities-block-one .inner-box:hover i::before {
    color: #fff;
}

.activities-block-one .inner-box .lower-content {
    background: #fff;
    border: 2px solid #e8dfcd;
    border-top: none;
    border-radius: 0 0 20px 20px;
}

.activities-block-one .inner-box .lower-content .link {
    text-transform: uppercase;
    color: #444954;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
}

.activities-block-one .inner-box:hover .lower-content .link {
    color: #dc9802;
}

.owl-dots-style .owl-dots {
    margin-top: 20px;
}

.owl-dots-style .owl-dots button {
    width: 13px;
    height: 13px;
    border-radius: 13px;
    background: #dc9802;
    border: none;
    margin: 0 5px;
}

.owl-dots-style .owl-dots button.active {
    width: 20px;
}

.separated-section {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.atous-section {
    background: #004531;
    padding: 50px 25px;
}

.atous-section .auto-container {
    max-width: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px 40px;
}

.atous-section .item {
    color: #f6f3f2;
    font-size: 24px;
    font-weight: 800;
}

.atous-section .item i {
    margin-right: 20px;
    font-size: 50px;
    display: inline-block;
    vertical-align: middle;
}

.avis-section {
    padding: 150px 0;
    background: url('../images/home/bg-tem.jpg') no-repeat center top / cover;
}

.news-block-one .inner-box .image-box {
    border-radius: 20px 20px 0 0;
}

.news-block-one .inner-box .lower-content {
    background: #fff;
    border: 2px solid #e8dfcd;
    border-top: none;
    border-radius: 0 0 20px 20px;
    text-align: center;
}

.news-block-one .inner-box .lower-content:before {
    display: none;
}

.news-section {
    background-color: #f6f3f2;
}

.news-block-one .inner-box .lower-content .sous-title {
    font-size: 30px;
    color: #444954;
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    margin-bottom: 15px;
}

.news-block-one .inner-box .lower-content .title {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 15px;
}

.news-block-one .inner-box .lower-content .title a {
    color: #004531;
}

.news-block-one .inner-box .lower-content .link {
    text-transform: uppercase;
    color: #444954;
    font-size: 20px;
    letter-spacing: 0;
}

.news-block-one .inner-box:hover .lower-content .link {
    color: #dc9802;
}

.client-section {
    padding: 130px 0 275px;
    background: url('../images/home/bg-security.jpg') no-repeat center/cover;
    position: relative;
}

.client-section::before {
    content: "";
    background: #dc9802;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .7;
}

.client-section .sec-title .sub-title,
.client-section .sec-title .h2 {
    color: white;
}

.main-footer {
    background: url('../images/home/bg-footer.jpg') no-repeat center / cover;
    position: relative;
    padding-top: 75px;
    border-radius: 50% 50% 0 0;
    margin: -190px -200px 0;
    overflow: hidden;
    z-index: 3;
}

.main-footer .content-footer {
    padding-left: 200px;
    padding-right: 200px;
}

.footer-top {
    padding: 0;
    border: none;
}

.footer-top .top-inner {
    justify-content: center;
}

.main-footer .widget-section .widget-title h4 {
    font-size: 24px;
    font-weight: 800;
    color: #f6f3f2;
}

.main-footer .widget-section .widget-title {
    position: relative;
    padding-bottom: 20px;
}

.main-footer .widget-section .widget-title::after {
    content: "";
    background: url('../images/home/under-title.png') no-repeat center / contain;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 55px;
    height: 2px;
}

.main-footer .widget-section .links-widget .links-list li a {
    color: #f6f3f2;
}

.main-footer .widget-section .links-widget .links-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 7px;
    line-height: 20px;
    color: #f6f3f2;
}

.main-footer .widget-section .links-widget .links-list li i {
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.main-footer .widget-section .links-widget .links-list li i::before {
    color: #dc9802;
}

.seo-link,
.seo-link a:hover {
    color: #dc9802;
}

.seo-link a {
    color: #f6f3f2;
}

.footer-bottom {
    background: transparent;
    border-top: 2px solid #4a776a;
    padding: 35px 0;
}

.footer-bottom p,
.footer-bottom a {
    color: #f6f3f2;
    font-size: 13px;
}

.footer-bottom .copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.banner-page {
    padding: 250px 0 300px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-page::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
}

.title-page {
    color: #f6f3f2;
    font-size: 45px;
    margin: 0 0 5px;
    line-height: initial;
    text-transform: uppercase;
    font-weight: 800;
    position: relative;
}

.page .section-formulaire {
    margin: 0;
    border-radius: 0;
    background: #fff;
    padding: 115px 0;
}

.page .section-form {
    padding: 0;
}

.section-img {
    position: relative;
    overflow: hidden;
}

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

.page .about-section {
    margin: -200px 0px 0;
    z-index: 3;
    background-color: transparent;
}

.page .about-section.contact.deco-patterne .img-patterne {
    width: calc(100% + 800px);
}

.content-about {
    padding-left: 200px;
    padding-right: 200px;
}

.contact-section {
    padding: 25px 0 0;
}

.form-group a {
    color: #dc9802;
    font-weight: 700;
}

.form-group a:hover {
    text-decoration: underline;
}

.default-form .form-group input[type='text'],
.default-form .form-group input[type='email'],
.default-form .form-group textarea {
    height: 55px;
    border-radius: 40px;
    background: #e8dfcd;
    border-color: #e8dfcd;
    color: #333333;
}

.form-group p {
    color: #444954;
    font-size: 13px;
    line-height: 18px;
    max-width: 700px;
}

.form-btn {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.default-form .form-group {
    margin-bottom: 30px;
}

.contact-section ul {
    display: flex;
    align-content: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px 10px;
    margin-bottom: 80px;
}

.contact-section ul li {
    color: #004531;
    font-size: 22px;
    font-weight: 700;
}

.contact-section ul li i {
    display: block;
    width: 95px;
    height: 95px;
    margin: 0 auto 30px;
    border-radius: 95px;
    text-align: center;
    background: #dc9802;
    font-size: 40px;
    line-height: 95px;
}

.contact-section ul li a {
    color: #004531;
}

.contact-section .tel-contact {
    font-size: 33px;
}

.bloc-text p:first-of-type img {
    display: none;
}

.bloc-text p:first-of-type:has(img) {
    margin-bottom: 0;
}

.icon-page {
    position: absolute;
    left: 50%;
    top: -76px;
    width: 148px;
    z-index: 10;
    background: url(../images/service/deco-icon.png) center/100% 100% no-repeat;
    height: 151px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(-50%);
}

.icon-page img {
    width: 100%;
    max-width: 55%;
    object-fit: contain;
    filter: contrast(0) brightness(10);
}

@media screen and (max-width: 1199px) {
    .content-about {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 767px) {
    .page .about-section {
        margin-top: -90px;
    }
    .icon-page {
        width: 90px;
        height: 93px;
        top: -47px;
    }
}