* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Calibri', sans-serif;
    
}

:root {
    --orange: #f8a86a;
    --vert: #b54213;
}

a,
input[type="submit"],
input[type='submit'],
button {
    cursor: pointer;
}

input,
button,
textarea {
    outline: none;
}

textarea {
    font-family: inherit;
    max-width: 100%;
}

h3 {
    margin-top: 5px;
}

ul {
	list-style: none;
}

a, a:hover, a:focus {
	color: inherit;
	text-decoration: none;
	outline: none;
}

p {
    font-size: 17px;
    line-height: 1.625;
    color: #000;
}
/*------------------------------------------------------------------------- 
404 style 
-------------------------------------------------------------------------*/

.blog_pageIntrouvable {
    background: #fff;
    position: fixed;
    height: 100%;
    width: 100%;
    font-size: 18px;
    z-index: 100000 !important;
    text-align: center;
    top: 0;
    left: 0;
}
.blog_pageIntrouvable .d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.blog_pageIntrouvable span {
    color: #000;
    line-height: 2;
    display: block;
    margin: 15px 0;

}

.blog_pageIntrouvable > div {
  height: 100%;
  color: #333
}
.blog_pageIntrouvable .h1 {
    font-size: 200px;
    color: #b54213;
    font-weight: 600;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #000000;
}
.blog_pageIntrouvable a {
    color: #b54213;
}
.blog_pageIntrouvable a:hover {
    text-decoration: underline;
}
#noDesktop { display: none; }
.Mobile .blog_pageIntrouvable {
    font-size: 14px;
  }
  .Mobile .blog_pageIntrouvable a {
      display: block;
  }
  .Mobile .blog_pageIntrouvable p {
      font-size: 17px;
      letter-spacing: 5px;
      margin-top: -10px;
  }
  .Mobile .blog_pageIntrouvable h1 {
    font-size: 100px;
  }
div#Messages {
    text-align: center;
    background-color: #000;    
    padding: 10px;
    width: 100%;
    z-index: 999999;
    position: fixed;
    top: 0;
    left: 0;
}

div#Messages p {
    margin: 0;
    color: #fff;     
    font-size: 20px;
}
.Tablet div#Messages p,
.Mobile div#Messages p {
    font-size:14px;
}

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.container {
  width: 100%; 
  margin: auto;
  padding: 0 20px;
  max-width: 1320px;
}

.Tablet .container {
  width: 100%;  
}

.Mobile .container {
  width: 100%; 
}

.Desktop .container-fluid,
.Tablet .container-fluid,
.Mobile .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* Grid Columns */
.Desktop .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.Tablet .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.Mobile .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

/* Base col classes */
.Desktop .col,
.Tablet .col,
.Mobile .col {
  flex: 1 0 0%;
  padding-right: 15px;
  padding-left: 15px;
}

.Desktop .col-auto,
.Tablet .col-auto,
.Mobile .col-auto {
  flex: 0 0 auto;
  width: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.col-1 { flex: 0 0 8.333333%; max-width: 8.333333%; padding-right: 15px; padding-left: 15px; }
.col-2 { flex: 0 0 16.666667%; max-width: 16.666667%; padding-right: 15px; padding-left: 15px; }
.col-3 { flex: 0 0 25%; max-width: 25%; padding-right: 15px; padding-left: 15px; }
.col-4 { flex: 0 0 33.333333%; max-width: 33.333333%; padding-right: 15px; padding-left: 15px; }
.col-5 { flex: 0 0 41.666667%; max-width: 41.666667%; padding-right: 15px; padding-left: 15px; }
.col-6 { flex: 0 0 50%; max-width: 50%; padding-right: 15px; padding-left: 15px; }
.col-7 { flex: 0 0 58.333333%; max-width: 58.333333%; padding-right: 15px; padding-left: 15px; }
.col-8 { flex: 0 0 66.666667%; max-width: 66.666667%; padding-right: 15px; padding-left: 15px; }
.col-9 { flex: 0 0 75%; max-width: 75%; padding-right: 15px; padding-left: 15px; }
.col-10 { flex: 0 0 83.333333%; max-width: 83.333333%; padding-right: 15px; padding-left: 15px; }
.col-11 { flex: 0 0 91.666667%; max-width: 91.666667%; padding-right: 15px; padding-left: 15px; }
.col-12 { flex: 0 0 100%; max-width: 100%; padding-right: 15px; padding-left: 15px; }

.nav_top {
    background-color: var(--orange);
}

.nav_top_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

._nt_left {
    display: flex;
    align-items: center;
    gap: 30px;
}

.nt_box {
    display: flex;
    align-items: center;
    gap: 7px;
}

.nt_box img,
._phone_img img {
    width: 15px;
    height: 15px;
    display: block;
    object-fit: contain;
}

.nt_box p {
    font-size: 14px;
    color: #000;
}

._nt_right {
    display: flex;
    align-items: center;
    gap: 10px;
}

._nt_right a {
    background: #fff;
    padding: 12px 10px;
    border-radius: 20px;
    font-weight: 600;
}
.header-infos ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    position: relative;
    z-index: 1; 
    border-right: 2px solid #46464638;
    padding: 13px 50px 13px 0;
}

.header-infos ul li:last-child {
    border: none;
    padding: 13px 0px 13px 0;
}

.header-infos ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 50px;
}

.Desktop .nav_top > .container {
    max-width: 1400px;
}

.Desktop .menu_ > .container {
    max-width: 100%;
}

.menu_cont {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 50px;
    z-index: 99;
}

/*._megaMenu {
    display: none;
}*/

.nav-list {
    position: relative;
    margin: 0;
    padding: 20px 60px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 30px;
}

.nav-list::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--vert);
    -webkit-clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    z-index: -1;
}

.nav-list ._nav-item > a {
    position: relative;
    font-size: 16px;
    color: #FFF;
    display: block;
    padding: 15px 0;
    font-weight: 500;
    text-align: center;
    border-top: 1px solid #ffffff00;
    border-bottom: 1px solid #ffffff00;
}

.Desktop .nav-list ._nav-item:hover:not(.active) > a,
.Desktop .nav-list ._nav-item.active > a {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

._phone_img {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    line-height: 1;
    font-size: 16px;
    background: #eff4ed;
    border-radius: 50%;
}

._mob_tel {
    display: flex;
    align-items: center;
    gap: 10px;
}

.Desktop ._mob_tel {
    min-width: 170px;
}

._mob_tel a  {
    font-size: 18px;
    color: var(--vert);
    font-weight: 600;
    position: relative;
    z-index: 1;
    display: block;
    margin: 5px;
}

._phone_title {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #535353;
}

.section_cap {
    width: 100%;
    height: 800px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
}

.homeslider {
    position: absolute;
    width: 100%;
    height: 800px;
    /*-webkit-mask-image: url(../images/img/banner-img-shape.svg);
    mask-image: url(../images/img/banner-img-shape.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;*/
    z-index: -1;
}

.caption {
    float: right;
    background: #eff4ed;
    border-radius: 300px;
    max-width: 740px;
    width: 100%;
    margin-left: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border: 15px solid #ffffff;
    padding: 80px;
    min-height: 800px;
}
.Desktop .caption {
    margin-top: -220px;
}

.page_titre {
    font-size: 60px;
    color: var(--vert);
    margin-top: 0px;
    font-weight: 500; 
}

.cap_soc {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 500;
    border: 2px solid #000;
    max-width: 300px;
    width: 100%;
    border-radius: 360px;
    padding: 4px 25px;
    margin-bottom: 25px;
}


.h_btn {
    display: block;
    position: relative;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    overflow: hidden;
}

._btn {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

section.tj-cta-section ._btn {
    margin-top: 0;
}

.h_btn ._btn_a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    transition: all 0.5s ease;
}

.h_btn ._btn_a:last-child {
    background: var(--vert);
}

.h_btn ._btn_a:first-child {
    transform: translateY(65px);
    position: relative;
    z-index: 10;
}

.h_btn ._btn_a img {
    width: 15px;
    height: 15px;
    object-fit: contain;
    display: block;
}

.h_btn:hover ._btn_a:first-child {
    transform: translateY(0);
    background: var(--orange);
}

.h_btn ._btn_a:last-child span {
    color: #fff;
}

._btn .h_btn:last-child ._btn_a:last-child {
    background: var(--orange);
}

._btn .h_btn:last-child:hover ._btn_a:first-child {
    transform: translateY(0);
    background: var(--vert);
}

._btn .h_btn:last-child ._btn_a:first-child img,
._btn .h_btn:first-child ._btn_a:last-child img {
    filter: invert(1);
}

._btn .h_btn:last-child ._btn_a:first-child span {
    color: #fff;
}

._btn .h_btn:last-child ._btn_a:last-child span {
    color: #000;
}

.banner-shapes {
    position: absolute;
    top: 0;
    right: -90px;
    z-index: -1;
}

.banner-shapes img {
    animation: bounceLeftToRight 4s infinite;
}

@keyframes bounceLeftToRight {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(15%);
    }
}

.slider {
    width: 100%;
    height: 800px;
}

.tj-service-section {
    position: relative;
    margin-top: -150px;
    z-index: 3;
}

.service-wrapper {
    position: relative;
    background-color: #fff;
    box-shadow: 0px 0px 50px 0px rgba(31, 99, 6, 0.08);
    border-radius: 150px;
    z-index: 1;
}

.service-wrapper .service-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.service-wrapper .service-list .service-single {
    width: 50%;
    flex: 0 0 25%;
    transition: all 0.3s ease-out 0s;
    position: relative;
    z-index: 1;
}

.service-wrapper .service-list .service-single .service_inner {
    position: absolute;
    top: -80px;
    left: 0;
    width: 110%;
    height: 138%;
    z-index: 2;
    border-radius: 200px 200px 0 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.service-wrapper .service-list .service-single .service_inner::before {
    position: absolute;
    content: "";
    width: 94%;
    height: 96%;
    top: 0px;
    left: 0px;
    background-color: #f1d2a9;
    border-radius: 200px 200px 0 0;
    transition: all 0.3s ease-in-out;
    z-index: 2;
}

.single_item {
    position: relative;
    z-index: 2;
    padding: 35px;
    text-align: center;
    overflow: hidden;
    transition: all 0.5s ease-out 0s;
}

.service-wrapper .service-list .service-single:first-child .single_item {
    border-radius: 150px 0px 0px 150px;
}

.single_item .number {
    position: absolute;
    top: -35px;
    right: 35px;
    font-size: 150px;
    color: #f7f8f7;
    font-weight: 500;
    line-height: 1;
    transition: all 0.6s ease-out 0s;
    z-index: 3;
}

.single_item .service-content {
    position: relative;
    z-index: 3;
}

.single_item::after {
    position: absolute;
    content: "";
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    height: 90px;
    width: 200px;
    border-radius: 150px 150px 0 0;
    background: rgba(11, 61, 44, 0.1);
    z-index: 2;
}

.single_item .service-content .service-icon {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 15px;
    transition: all 0.6s ease-out 0s;
    color: #878c8f;
}

.title_h4 {
    font-size: 24px;
    color: var(--vert);
    margin-top: 0px;
    font-weight: 500;
    line-height: 1.2;
}

.single_item .service-content .desc {
    line-height: 1.7;
}

.single_item .service-content .read-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    line-height: 1;
    background: var(--vert);
    border-radius: 50%;
    margin-top: 30px;
    overflow: hidden;
}

.service-wrapper .service-list .service-single:last-child .single_item {
    border-radius: 0px 150px 150px 0px;
}

.service-wrapper .service-list .service-single:hover .service_inner {
    opacity: 1;
    visibility: visible;
}

.service-wrapper .service-list .service-single:hover .single_item {
    border-radius: 0px;
    overflow: visible;
}

.service-wrapper .service-list .service-single:hover .single_item .number {
    color: #f5e0c5;
    top: -50px;
}

.service-wrapper .service-list .service-single:hover .single_item .service-content .desc {
    color: var(--vert);
}

.service-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    display: block;
    margin: auto;
}

.s1_content {
    display: grid;
    align-items: center;
    gap: 100px;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
}
.s1_right {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
}

.section_1 h1 {
    font-size: 45px;
    font-weight: 500;
    color: var(--vert);
    margin-bottom: 25px;
}

.Tablet .section_1 h1 {
    font-size: 30px;
    font-weight: 500;
    color: var(--vert);
}

.Mobile .section_1 h1 {
    font-size: 25px;
    font-weight: 500;
    color: var(--vert);
}

h2 {
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 25px;
}

.section_soc {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 20px;
    font-weight: 500;
    color: var(--vert);
    margin-bottom: 15px;
    line-height: 1;
}

.section_1 {
    padding: 100px 0;
}

section .h_btn {
    width: 200px;
}

.s1_left img {
    clip-path: polygon(26% 0, 100% 0, 100% 25%, 100% 65%, 65% 100%, 31% 100%, 0 100%, 0 30%);
    width: 630px;
    height: 630px;
    object-fit: cover;
    display: block;
    background: #ddd;
}

.s1_list {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.s1_li_left {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
}

.s1_box {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.s1_box img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}
.s1_box_title {
    font-size: 19px;
    margin-bottom: 0;
    line-height: 1.2;
    color: var(--vert);
    margin-bottom: 15px;
    font-weight: 600;
}

.s1_li_right {
    background: var(--vert);
    width: 285px;
    min-width: 285px;
    height: 285px;
    clip-path: polygon(26% 0, 100% 0, 100% 25%, 100% 65%, 65% 100%, 31% 100%, 0 100%, 0 30%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.s1_li_right img {
    width: 150px;
    height: 150px;
    display: block;
    object-fit: contain;
}

.choose-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: end;
}

.choose-box {
    background-color: var(--vert);
    padding: 65px 60px;
    max-width: 630px;
    width: 100%;
    font-size: 16px;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.choose-box::before {
    content: '';
    background: var(--vert);
    opacity: 0.9;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.tj-heading-area {
    position: relative;
    z-index: 2;
}

.tj-choose-section .tj-heading-area .sub-title {
    color: #fff;
}

.tj-heading-area .sub-title {
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1;
}

.s2_txt h2 {
    color: #fff;
}

.s2_txt p {
    color: #fff;
}

.section_2 {
    position: relative;
    padding-bottom: 120px;
    z-index: 2;
}

.section_2::before {
    position: absolute;
    content: "";
    top: -30px;
    right: 0;
    width: 58%;
    height: 90%;
    background-image: url(../images/img/choose-bg.webp);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-clip-path: polygon(20% 0, 100% 0, 100% 20%, 100% 72%, 76% 100%, 31% 100%, 0 100%, 0 30%);
    clip-path: polygon(20% 0, 100% 0, 100% 20%, 100% 72%, 76% 100%, 31% 100%, 0 100%, 0 30%);
    z-index: -1;
}

.choose-item {
    box-shadow: 0px 0px 35px 0px rgba(31, 99, 6, 0.07);
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 45px;
    column-gap: 45px;
    align-items: center;
    padding: 50px 70px 50px 40px;
    max-width: 630px;
    width: 100%;
    position: relative;
}

.choose-item::before {
    background-color: #fff;
    -webkit-clip-path: polygon(85% 0, 100% 40%, 100% 60%, 100% 100%, 0 100%, 0% 60%, 0 0);
    clip-path: polygon(85% 0, 100% 40%, 100% 60%, 100% 100%, 0 100%, 0% 60%, 0 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.choose-item .choose-icon {
    position: relative;
    background-color: #eff4ed;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    font-size: 60px;
    width: 150px;
    height: 170px;
    color: var(--vert);
    z-index: 2;
}

.choose-item .choose-icon::before {
    background-color: var(--orange);
    -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    width: 120px;
    height: 140px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    z-index: -1;
}

.choose-item .choose-text {
    position: relative;
    width: calc(100% - 200px);
    z-index: 2;
}

.choose-item .choose-text .title {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}

.choose-item .choose-text .desc {
    line-height: 1.7;
}

.choose-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    display: block;
}

.s3_bottom {
    display: flex;
    align-items: flex-start;
}

.team-item {
    position: relative;
    z-index: 1;
    margin: 0 10px 30px;
}

.team-item .team-box {
    position: relative;
    z-index: 2;
}

.team-item .team-box .team-images {
    position: relative;
    z-index: 1;
}

.team-item .team-box .team-images::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-image: linear-gradient(0deg, rgb(181, 66, 19) 0%, rgba(181, 66, 19, 0.01) 74%);
    transition: all 0.4s ease-in-out 0s;
    z-index: 2;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.team-item .team-box .team-images img {
    width: 100%;
    height: 385px;
    object-fit: cover;
    display: block;
    background: #ddd;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.team-item .team-box .team-social {
    position: absolute;
    bottom: 0;
    right: 20px;
    z-index: 2;
}

.team-item .team-box .team-social > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    margin-right: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.team-item .team-box .team-social > ul > li {
    position: relative;
    margin-left: 20px;
    transition: all 0.6s ease-in-out 0s;
    cursor: pointer;
}

.team-item .team-box .team-social > ul > li > img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.team-item .team-box .team-social > ul > li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 62px;
    line-height: 1;
    font-size: 20px;
    text-align: center;
    border-radius: 30px 30px 0px 0px;
    background-color: #fff;
    transition: all 0.6s ease-in-out 0s;
    border-bottom-right-radius: 10px;
}

.team-item .team-box .team-social > ul > li ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    -moz-column-gap: 20px;
    column-gap: 20px;
    position: absolute;
    right: 100%;
    bottom: 20px;
    transform: scaleX(0);
    transform-origin: right;
    opacity: 0;
    visibility: hidden;
    width: 120px;
    transition: all 0.6s ease-in-out 0s;
}

.team-item .team-box .team-social > ul > li ul li {
    transition: all 0.6s ease-in-out 0s;
}

.team-item .team-box .team-social > ul > li ul li a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    padding-right: 20px;
}

.team-item .team-auother {
    padding-top: 30px;
    padding-bottom: 42px;
    border-top: 0;
    position: relative;
    text-align: center;
}

.team-item .team-auother .auother-name {
    position: relative;
    z-index: 2;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    width: 180px;
    margin: auto;
}

.team-item .team-auother::before {
    background-color: #fff;
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    width: 99%;
    height: 260px;
    content: "";
    z-index: 1;
    border-radius: 0 0 150px 150px;
    border: 1px solid #8fb182;
}

.team-item .team-auother::after {
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 260px;
    content: "";
    z-index: -1;
    border-radius: 0 0 150px 150px;
    background: transparent;
}

.team-item:hover .team-images::before {
    height: 100%;
}

.team-item:hover .team-box .team-social > ul > li {
    background-color: var(--orange);
}

.team-item:hover .team-box .team-social > ul > li ul {
    opacity: 1;
    visibility: visible;
    transform: scaleX(1);
}

.team-item:hover .team-auother::after {
    background: var(--orange);
    bottom: -6px;
}

.s3_top {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
}

.section_3 .sub-title {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: var(--vert);
    margin-bottom: 15px;
    line-height: 1;
}

._s3_title {
    font-size: 45px;
    color: var(--vert);
    margin-top: 0px;
    font-weight: 500;
    line-height: 1.2;
}

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

.s4_box {
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    background: #eff4ed;
    padding: 100px;
}

.tj-price-section {
    padding-top: 120px;
    padding-bottom: 150px;
    background: var(--tj-color-common-white);
    position: relative;
    z-index: 1;
}

.tj-price-section .price-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 95%;
    height: 95%;
    background-size: cover;
    background-position: top center;
    -webkit-mask-image: url(../images/img/price-mask.svg);
    mask-image: url(../images/img/price-mask.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: var(--vert);
    overflow: hidden;
    z-index: 2;
}

.price-wrapper {
    display: flex;
    align-items: end;
    gap: 25px;
}

.price-wrapper .price-inner {
    max-width: 425px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.tj-price-section .tj-heading-area {
    margin-bottom: 65px;
}

.tj-price-section .tj-heading-area .sub-title {
    color: #fff;
}

.tj-price-section .tj-heading-area .sec-title {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0;
}

.tj-price-section .tj-heading-area .desc p {
    color: #fff;
    line-height: 1.7;
    margin-top: 30px;
}

.contact-item {
    background: #fff;
    padding: 40px 50px;
}

.contact-item .contact-list {
    border-bottom: 2px solid #b54213;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.contact-item .contact-list span {
    display: block;
    font-size: 25px;
    font-weight: 600;
    color: #333;
}

.contact-item .contact-list .link {
    font-size: 20px;
    color: var(--vert);
    font-weight: 600;
    position: relative;
    z-index: 1;
    display: block;
    margin-top: 10px;
}

.contact-item .contact-list:last-child {
    border: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.price-item {
    background-color: #fff;
    padding: 45px 50px;
    max-width: 100%;
    width: 100%;
    position: relative;
    top: 150px;
    -webkit-clip-path: polygon(45% 0%, 100% 0, 100% 100%, 0 100%, 0% 75%, 0% 25%);
    clip-path: polygon(45% 0%, 100% 0, 100% 100%, 0 100%, 0% 75%, 0% 25%);
    z-index: 2;
}

.price-item .top-content { 
    position: relative;
    z-index: 1;
}

.s5_txt {
    padding-top: 100px;
}

.contact-item .contact-list:first-of-type {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.contact-item .contact-list:first-of-type span {
    width: 100%;
}

.tj-price-section .shapes-1 {
    position: absolute;
    top: -120px;
    max-width: 345px;
    width: 100%;
    right: 0;
    z-index: 1;
}

.tj-price-section .shapes-1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: none;
}

.shapes-2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    max-width: 215px;
    width: 100%;
    opacity: 0.2;
}

.shapes-2 img {
    width: 100%;
    height: 550px;
    -o-object-fit: cover;
    object-fit: cover;
    display: none;
}

.price-item .price_shapes {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0.1;
    animation: slide 60s linear infinite;
    -webkit-animation: slide 60s linear infinite;
}

.price-item .price_shapes img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: none;
}

.section_1 {
    position: relative;
}

.fun-image {
    position: absolute;
    left: 15%;
    top: 25%;
    transform: translate(-50%, -50%);
    max-width: 710px;
    width: 100%;
    z-index: -1;
    margin: auto;
}

.fun-image .line-4,
.fun-image .line-3,
.fun-image .line-2,
.fun-image .line-1 {
    display: block;
    width: 200px;
    height: 200px;
    border: 1px solid var(--orange);
    border-radius: 50%;
    position: absolute;
    top: 140px;
    left: 45%;
    z-index: -1;
    animation: loader 18s linear infinite;
}

.fun-image .line-2 {
    width: 285px;
    height: 285px;
    left: 39%;
    top: 100px;
}

.fun-image .line-3 {
    width: 410px;
    height: 410px;
    left: 30%;
    top: 35px;
}

.fun-image .line-4 {
    width: 520px;
    height: 520px;
    left: 22%;
    top: -20px;
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.section_4 {
    position: relative;
}

#mail2, #mail {
    display: none;
}

.cta-content-area {
    display: flex;
    align-items: center;
    gap: 85px;
    max-width: 1700px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 63px 65px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    box-shadow: 0 0px 10px var(--vert);
}
}

.cta-content-area .cta-title {
    max-width: 525px;
    width: 100%;
    border-left: 5px solid rgba(187, 208, 180, 0.8);
    padding-left: 30px;
}

.cta-content-area .cta-title .title {
    margin-bottom: 0;
    line-height: 1.4;
}

.cta-content-area .cta-form {
    position: relative;
    z-index: 1;
    max-width: 475px;
    width: 100%;
}

.cta-content-area .cta-form input {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    background: transparent;
    border: 2px solid rgba(11, 61, 44, 0.3);
    padding: 23px 230px 23px 25px;
}

.cta-content-area .cta-form .tj-button {
    border: none;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

button .tj-primary-btn {
    display: block;
    position: relative;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    overflow: hidden;
}

button {
    border: none;
}

.tj-cta-section .cta_shapes {
    max-width: 22%;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: -65px;
    z-index: -1;
    display: none;
}

.cta-content-area::before {
    position: absolute;
    content: "";
    width: 35%;
    top: 0;
    right: 0;
    height: 100%;
    background: var(--orange);
    z-index: -1;
    -webkit-clip-path: polygon(100% 0, 0 0, 100% 215%);
    clip-path: polygon(100% 0, 0 0, 100% 215%);
}


section ._btn .h_btn:first-child ._btn_a:last-child img {
    filter: invert(0);
}

button.tj-primary-btn._btn {
    margin-top: 0;
}

.tj-button ._btn .h_btn:last-child ._btn_a:last-child {
    background: var(--vert);
}

.tj-button ._btn .h_btn:last-child ._btn_a:last-child span {
    color: #fff;
}

.tj-button ._btn .h_btn:last-child ._btn_a:first-child {
    background: #fff;
}

.tj-button ._btn .h_btn:last-child ._btn_a:first-child span {
    color: #000;
}

.tj-button ._btn .h_btn:last-child ._btn_a:first-child img {
    filter: invert(0);
}

section .tj-button ._btn .h_btn:first-child ._btn_a:last-child img {
    filter: invert(1);
}

section.tj-cta-section {
    position: relative;
    z-index: 99;
}

footer {
    margin-top: -100px;
    position: relative;
    z-index: 1;
    padding-top: 210px;
    background: var(--vert);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.footer_content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.footer_title {
    font-size: 26px;
    margin-bottom: 50px;
    color: #fff;
    line-height: 1.2;
    font-weight: 600;
}

footer::before {
    position: absolute;
    content: "";
    width: 35%;
    height: 100%;
    right: 0;
    top: 0; 
    z-index: -1;
}

._f_link,
._f_link a { 
    line-height: 1;
    font-weight: 500;
    color: #fff;
    position: relative;
    z-index: 1;
}

._f_link {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
}

._f_link a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 0.3s ease-in-out;
    background: #b6bbbe;
}

._f_link:hover a::before {
    transform: scaleX(1);
}

._f_link img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    display: block;
}

._res_box {
    display: flex;
    align-items: center;
    gap: 10px;
}

._res_box a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    line-height: 1;
    position: relative;
    color: #fff;
    background: #3a6355;
    overflow: hidden;
    transition: all 0.5s ease-in-out 0s;
    z-index: 2;
}

._res_box a::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    background: var(--orange);
    z-index: -1;
    transition: all 0.5s ease-in-out 0s;

}

._res_box a:hover::before {
    transform: scale(1);
}

._res_box a img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    display: block;
}

._res_box a:hover img {
    filter: brightness(0);
}

.copyright-content {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(175deg, rgba(241, 210, 169, 0.30196) 0%, rgba(181, 66, 19, 0.88) 83%, rgb(181, 66, 19) 100%);
    padding: 30px 75px;
}

.copyright-content .desc p {
    color: #fff;
}

.copyright-content .footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
}

.copyright-content .footer-menu ul li {
    position: relative;
    z-index: 1;
}

.copyright-content .footer-menu ul li::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    bottom: 6px;
    right: -9px;
    border-radius: 50%;
    background: #fff;
}

.copyright-content .footer-menu ul li a {
    position: relative;
    color: #fff;
    z-index: 1;
}

.copyright-content .footer-menu ul li a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -2px;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 0.3s ease-in-out;
    background: #fff;
}

.copyright-content .footer-menu ul li a:hover::before {
    transform: scaleX(1);
}

.cta-content-area .cta-title .title {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 30px;
    font-weight: 600;
}

.pres {
    padding: 100px 0;
}

.p1_content {
    display: flex;
    align-items: flex-start;
}

.p1_left {
    max-width: 65%;
    width: 100%;
    margin-right: 25px;
}

.p1_right {
    max-width: 35%;
    width: 100%;
    margin-left: 25px;
}

.p1_left > img {
    width: 100%;
    height: 550px;
    display: block;
    background: #ddd;
    margin-bottom: 30px;
    clip-path: polygon(45% 0%, 100% 0, 100% 100%, 0 100%, 0% 75%, 0% 25%);
}

form#FormDevis {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    gap: 20px;
    border-radius: 15px;
    padding: 30px;
    border: 2px solid #f2f2f7;
}

form#FormDevis .form-input {
    max-width: 100%;
    width: 100%;
    padding: 17px 20px;
    font-size: 16px;
    border: none;
    border-radius: 10px;
    background: #f5f5f5;
}

form#FormDevis textarea {
    max-height: 100px;
    height: 80px;
}

form#FormDevis input.btn.btn-submit {
    width: 100%;
    border: none;
    padding: 15px 10px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
    background: #b54213;
    color: #fff;
    border-radius: 5px;
}

.service-feture-two {
    background: var(--vert);
    border-radius: 15px;
    padding: 50px 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 15px;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.service-feture-two::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #b54213;
    border-radius: 15px;
    z-index: -1;
}

.service-feture-two .title {
    color: #fff;
    font-size: 30px;
    margin-bottom: 46px;
    font-weight: 600;
}

.service-feture-two .service-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85px;
    height: 85px;
    line-height: 1;
    font-size: 40px;
    border-radius: 10px;
    background: var(--orange);
    position: relative;
    z-index: 1;
}

.service-feture-two .service-icon::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    top: 50%;
    left: -65px;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
}

.service-feture-two .service-icon::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    top: 50%;
    right: -65px;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
}

.service-feture-two .service-content {
    margin-top: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;

}

.service-feture-two .service-content span {
    display: block;
    color: #fff;
    font-weight: 500;
    margin-bottom: 5px;
}

.service-feture-two .service-content .link {
    font-size: 24px;
    color: #fff;
    margin-top: 10px;
    font-weight: 600;
}

.tj-service-widget {
    margin-top: 35px;
}

.p1_title {
    font-size: 33px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.tj-service-widget .service-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.p2_content {
    display: flex;
    align-items: center;
    gap: 50px;
}

.about-wrapper-three {
    position: relative;
    display: flex;
    align-items: end;
    justify-content: end;
    gap: 20px;
    z-index: 1;
}

.about-wrapper-three .image-1 {
    position: relative;
    z-index: 1;
    max-width: 385px;
    width: 100%;
    height: 550px;
    -webkit-mask-image: url(../images/img/about-6.svg);
    mask-image: url(../images/img/about-6.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: cover;
    mask-size: cover;
    display: block;
}

.about-wrapper-three .image-2 {
    position: relative;
    z-index: 1;
    max-width: 300px;
    width: 100%;
    height: 330px;
    -webkit-mask-image: url(../images/img/about-7.svg);
    mask-image: url(../images/img/about-7.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: cover;
    mask-size: cover;
    display: block;
}

.about-wrapper-three .image-1 img {
    width: 385px;
    height: 550px;
    display: block;
    object-fit: cover;
    background: #ddd;
}
.about-wrapper-three .image-2 img {
    width: 330px;
    height: 330px;
    display: block;
    object-fit: cover;
    background: #ddd;
}

.about-wrapper-three .about-experience {
    position: absolute;
    top: 0;
    right: 0;
}

.about-experience .tj-count {
    position: relative;
    font-size: 55px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    z-index: 2;
    margin-left: 20px;
}

.about-experience .sub-title {
    position: relative;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    z-index: 2;
    margin-left: 20px;
}

.about-experience .about-icon {
    position: absolute;
    top: -10px;
    right: 0px;
    font-size: 110px;
    line-height: 1;
    z-index: 1;
    color: rgba(255, 255, 255, 0.1);
}

.about-experience {
    position: relative;
    max-width: 300px;
    width: 100%;
    background: var(--vert);
    padding: 25px 70px 30px 40px;
    border-radius: 150px 0px 0px 150px;
    overflow: hidden;
    z-index: 2;
}

.about-icon img {
    width: 110px;
    height: 110px;
    object-fit: contain;
    opacity: 0.2;
}

section.pres.presta_3 {
    background: var(--orange);
    position: relative;
}

.p3_content {
    background: #b54213;
    width: 100%;
    margin: 0 auto;
    border-radius: 250px;
    margin-bottom: 50px;
    padding: 90px 130px;
    color: #fff;
    position: relative;
    z-index: 2;
}

.p3_txt h2,
.p3_txt h3,
.p3_txt p {
    color: #fff;
}

.p3_txt h2 {
    margin-top: 35px;
}

.footer-shapes2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 85px;
    max-width: 280px;
    width: 100%;
    z-index: 0;
}

.footer-shapes3 {
    position: absolute;
    bottom: 0;
    right: 5px;
    max-width: 225px;
    width: 100%;
    z-index: 0;
}

.p4_content {
    display: flex;
    align-items: flex-start;
    gap: 50px;
}

.price-item-two {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.price-item-two .price-header {
    position: relative;
    text-align: center;
    background: #fff;
    border: 1px solid #e6e6e7;
    padding: 20px 25px;
    border-radius: 150px;
    z-index: 1;
}

.price-item-two .price-header .title {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
    color: var(--vert);
}

.price-item-two .price-content {
    position: relative;
    width: 100%;
    margin: 0 auto;
    border: 2px solid var(--vert);
    padding: 60px 35px 160px;
    border-radius: 0px 0px 200px 200px;
    margin-top: -15px;
    background: transparent;
    overflow: hidden;
    transition: all 0.3s ease-in-out 0s;
}

.price-item-two .price-percent {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 160px;
    height: 160px;
    font-size: 30px;
    line-height: 1;
    background: var(--orange);
    border-radius: 50%;
    z-index: 2;
}

.price-item-two .price-percent img {
    width: 90px;
    height: 90px;
    object-fit: contain;
}

.price-item-two .price-content .price_shapes {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    z-index: -1;
    display: none;
}

.price-item-two .price-content .price_shapes img {
    width: 100%;
}

.price-item-two.active .price-content {
    background-color: var(--vert);
}

.price-item-two.active .price-content .price-list h2,
.price-item-two.active .price-content .price-list h3,
.price-item-two.active .price-content .price-list p {
    color: #fff;
}

.price-item-two ._btn {
    justify-content: center;
}

li._nav-item {
    position: relative;
}

._megaMenu ul._nav-submenu {
    text-align: left;
    margin: 0;
    list-style: none;
    background: #fff;
    position: absolute;
    opacity: 0;
    padding: 10px 0;
    visibility: hidden;
    z-index: 100;
    transition: 0.6s;
    width: 230px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    gap: 0;
    transform: translateY(20px);
    top: 100%;
    display: block;
    left: 0;
    pointer-events: none;
}

.Desktop ._nav-item:hover ._megaMenu ul._nav-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(-5px);
    pointer-events: inherit;
}

._megaMenu ul._nav-submenu > li {
    display: block;
    width: 100%;
    margin-right: 0;
    transition: 0.4s;
    position: relative;
    z-index: 1;
}

._megaMenu ul._nav-submenu > li > a {
    position: relative;
    padding: 8px 20px;
    display: block;
    color: var(--vert);
}

._megaMenu ul._nav-submenu > li > a::before {
    content: "";
    width: 0;
    height: 2px;
    background: var(--vert);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: 0.4s;
}

._megaMenu ul._nav-submenu > li:hover > a::before {
    opacity: 1;
    visibility: visible;
    width: 14px;
}

.contact-top-area {
    position: relative;
    padding-bottom: 170px;
    z-index: 1;
}

.contact-top-area .contact-wrapper {
    padding: 0px 165px 0px 0px;
    background: #fff;
}

.contact-top-area .tj-heading-area {
    max-width: 650px;
    width: 100%;
    margin-bottom: 40px;
}

.tj-heading-area .sub-title {
    display: block;
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1;
}

.tj-heading-area .sec-title {
    margin-bottom: 0;
    font-size: 45px;
    font-weight: 600;
    line-height: 1.2;
}

.form-box {
    width: 100%;
    background: #fff;
    padding: 0;
    border-radius: 0px 0px 0px 250px;
}

.form-box .form-one {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

.contact-top-area .contact-wrapper .form-box form .form-div {
    max-width: calc(50% - 10px);
    width: 100%;
}

.contact-top-area .contact-wrapper .form-box form .form-div .form-input {
    border-radius: 0px;
    border: 1px solid #e6e6e7;
    padding: 16px 20px;
    width: 100%;
    background: #fff;
    font-size: 17px;
}

.contact-top-area .contact-wrapper .form-box form .form-div.style-2 {
    max-width: 100%;
}

.form-box form .form-div textarea {
    margin-top: 20px;
    min-height: 150px;
    border-radius: 100px;
    padding: 20px 100px 20px 40px;
}

.contact-top-area .google-map {
    position: absolute;
    right: 0;
    top: -3%;
    width: 50%;
    z-index: -1;
}

.contact-top-area .google-map #Map {
    width: 100%;
    height: 600px;
}

.contact-bottom-area {
    padding-bottom: 170px;
}

.contact-bottom-area .bottom-inner {
    position: relative;
    z-index: 1;
}

.contact-content-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 900px;
    width: 100%;
    border: 1px solid #e6e6e7;
    margin-left: auto;
    padding: 40px 0;
    position: relative;
    background: #fff;
    z-index: 2;
}

.contact-style-2 {
    position: relative;
    border-left: 1px solid #e6e6e7;
    padding: 0px 40px;
    background-color: #fff;
    z-index: 2;
}

.contact-style-2:nth-child(1) {
    border: none;
}

.contact-style-2 .contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    line-height: 1;
    font-size: 25px;
    color: #fff;
    background: var(--vert);
    margin-bottom: 35px;
}

.contact-style-2 .title {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}

.contact-style-2 .contact-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-style-2 .contact-list ul li {
    line-height: 1.6;
}

.contact-style-2 .contact-list ul li a {
    position: relative;
    z-index: 2;
}

.contact-style-2 .contact-list ul li a::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 0.3s ease-in-out;
    background: #878c8f;
}

.contact-style-2 .contact-list ul li a:hover::before {
    transform: scaleX(1);
}

section.tj-contact-page {
    padding-top: 120px;
}

.contact-button {
    margin-top: 20px;
}

form#contact-form {
    max-width: 700px;
}

.contact-bottom-area .bottom-inner .contact-images {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.contact-style-2 .contact-icon img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.contact-wrapper .tj-button .h_btn:first-child ._btn_a:last-child img {
    filter: invert(1);
}

.mentions h2 {
    padding: 20px;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
}
.mentions ol {
    max-width: 100%;
    width: 80%;
    margin: auto;
    padding: 0 0 30px;
}
body.Mobile.mentions ol {
    width: 100%; 
    padding:0 20px 20px;
}

.mentions div#scroll1 {
    padding: 70px 0;
}

.mentions div#scroll1 h3 {
    margin: 20px 0;
    color: var(--vert);
}

.row .three{
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*background-color: #2c3e50;*/
  color: #000;
  text-align: center;
}

.hamburger .line{
  width: 35px;
  height: 5px;
  background-color: #000;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#hamburger-9{
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#hamburger-9.is-active{
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger-9:before{
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  border: 5px solid transparent;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#hamburger-9.is-active:before{
  border: 3px solid #000;
}

#hamburger-9.is-active .line{
  width: 35px;
}

#hamburger-9.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger-9.is-active .line:nth-child(1){
  -webkit-transform: translateY(13px);
  -ms-transform: translateY(13px);
  -o-transform: translateY(13px);
  transform: translateY(13px);
}

#hamburger-9.is-active .line:nth-child(3){
  -webkit-transform: translateY(-13px) rotate(90deg);
  -ms-transform: translateY(-13px) rotate(90deg);
  -o-transform: translateY(-13px) rotate(90deg);
  transform: translateY(-13px) rotate(90deg);
}

a.swipebox img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}
b.titre-album {
    width: 100%;
    font-size: 36px;
    color: #000;
    font-weight: bold;
    display: block;
    margin: 15px;
    text-align: center;
    text-transform: uppercase;
}

div#realisations {
    padding: 40px 0;
}

.Tablet .nav-list,
.Mobile .nav-list {
  gap: 10px;
  flex-direction: column;
  position: fixed;
  z-index: 999;
  width: 100%;
  background: var(--vert);
  top: 100px;
  left: 0;
  padding: 20px;
  display: none;
}

.Tablet .menu_,
.Mobile .menu_ {
  position: fixed;
  z-index: 99999;
  width: 100%;
  background: #fff;
  top: 0;
  left: 0;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Tablet .menu_cont,
.Mobile .menu_cont {
  justify-content: space-between;
}

.Tablet ._mob_tel,
.Mobile ._mob_tel {
  position: absolute;
  top: 73px;
  width: 100%;
  background: var(--orange);
  justify-content: center;
}

.Tablet .menu_cont .nav-mobile,
.Mobile .menu_cont .nav-mobile {
  margin-right: 20px;
}

.Tablet .phone_tel,
.Mobile .phone_tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.Tablet ._mob_tel a,
.Mobile ._mob_tel a {
  background: #fff;
  padding: 5px 10px;
  border-radius: 20px;
}

.Tablet .tj-service-section {
  margin-top: 50px;
}

.Mobile .tj-service-section {
  margin-top: 50px;
}

.Tablet .service-wrapper .service-list .service-single {
    flex: 0 0 48%;
}

.Mobile .service-wrapper .service-list .service-single {
    flex: 0 0 100%;
}

.Tablet .section_1,
.Mobile .section_1 {
    padding: 50px 0;
}

.Tablet .s1_content, .Mobile .s1_content {
    grid-template-columns: 100%;
    gap: 50px;
}

.s1_left {
    position: relative;
    overflow: hidden;
}
.s1_left::after {
    position: absolute;
    content: "";
    right: -20px;
    bottom: -20px;
    width: 210px;
    height: 210px;
    background-color: var(--orange); 
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    z-index: -1;
}
.Mobile .s1_left::after,
.Tablet .s1_left::after  {
    display: none;
}
.Tablet .s1_left,
.Mobile .s1_left {
  width: 100%;
}

.Tablet .s1_left img {
  width: 100%;
  height: 400px;
}

.Mobile .s1_left img {
  width: 100%;
  height: 250px;
}

.Tablet .section_2::before,
.Mobile .section_2::before {
    width: 90%;
}

.Tablet .section_2,
.Mobile .section_2 {
  padding-bottom: 50px;
}

.Tablet .p2_content,
.Mobile .p2_content {
  flex-direction: column-reverse;
}

.Tablet .tj-price-section .price-bg,
.Mobile .tj-price-section .price-bg {
    -webkit-mask-image: none;
    mask-image: none;
}

.Tablet .price-wrapper,
.Mobile .price-wrapper {
  flex-direction: column;
}

.Tablet .price-wrapper .price-inner,
.Mobile .price-wrapper .price-inner {
  max-width: 100%;
}

.Tablet .price-item,
.Mobile .price-item {
    top: 0;
}

.Tablet .tj-price-section .tj-heading-area,
.Mobile .tj-price-section .tj-heading-area {
  margin-bottom: 40px;
}

.Tablet .cta-content-area,
.Mobile .cta-content-area {
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  text-align: center;
}

.Tablet .cta-content-area .cta-title,
.Mobile .cta-content-area .cta-title {
  max-width: 100%;
  border: none;
}

.Tablet .footer_content {
  grid-template-columns: repeat(2, 1fr);
  padding-bottom: 50px;
}

.Mobile .footer_content {
  grid-template-columns: repeat(1, 1fr);
  padding-bottom: 30px;
}

.Tablet footer::before {
    width: 60%;
}

.Mobile footer::before {
    display: none;
}

.Tablet .tj-cta-section .cta_shapes,
.Mobile .tj-cta-section .cta_shapes {
  display: none;
}

.Tablet .cta-content-area .cta-form,
.Mobile .cta-content-area .cta-form {
  max-width: 100%;
}

.Tablet .caption {
  float: right;
  background: #eff4ed;
  border-radius: 50px;
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border: 15px solid #ffffff;
  padding: 30px 80px;
  min-height: 550px;
  margin-top: 135px;
}

.Tablet .page_titre {
    font-size: 50px;
}

.Tablet .p1_content,
.Mobile .p1_content {
  flex-direction: column;
  gap: 40px;
}

.Tablet .p1_left,
.Mobile .p1_left,
.Tablet .p1_right,
.Mobile .p1_right {
  max-width: 100%;
  margin: 0;
}

.Tablet .p4_content,
.Mobile .p4_content {
  flex-direction: column;
}

.Tablet .contact-top-area .contact-wrapper {
  padding: 35px;
  max-width: 60%;
}

.Tablet .contact-top-area .contact-wrapper .form-box form .form-div,
.Mobile .contact-top-area .contact-wrapper .form-box form .form-div {
  max-width: 100%;
  width: 100%;
}

.Tablet form#contact-form {
  max-width: 100%;
}

.Tablet .contact-bottom-area .bottom-inner .contact-images,
.Mobile .contact-bottom-area .bottom-inner .contact-images {
    display: none;
}

.Tablet .contact-top-area,
.Mobile .contact-top-area {
    padding-bottom: 50px;
}

.Tablet .contact-style-2 {
  padding: 0 20px;
}

.Tablet .tj-heading-area .sec-title,
.Mobile .tj-heading-area .sec-title {
  font-size: 24px;
}

.Tablet section.tj-contact-page {
  padding-top: 80px;
}

.Mobile section.tj-contact-page {
  padding-top: 50px;
}

.Tablet .contact-bottom-area,
.Mobile .contact-bottom-area {
  padding-bottom: 50px;
}

.Mobile .caption {
    float: none;
    background: #eff4ed;
    border-radius: 30px;
    max-width: 90%;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border: 15px solid #ffffff;
    padding: 20px;
    min-height: 430px;
    margin: 130px auto 0;
}

.Mobile .page_titre {
    font-size: 22px;
}

.Mobile .cap_soc p {
    font-size: 15px;
}

.Mobile .caption ._btn {
    flex-direction: column;
}

.Mobile .s1_list {
    flex-direction: column;
}

.Mobile .choose-box {
    padding: 20px;
    max-width: 100%;
}

.Mobile .choose-item {
    padding: 30px;
    flex-direction: column;
    column-gap: 30px;
    max-width: 100%;
}

.Mobile .choose-item .choose-text {
    position: relative;
    width: 100%;
    z-index: 2;
    margin-top: 20px;
}

.Mobile .s3_bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    position: relative;
    z-index: 99;
}

.Mobile .team-item {
    margin: 0;
}

.Mobile .team-item .team-auother .auother-name {
    max-width: 90%;
    font-size: 17px;
    width: 100%;
}

.Mobile .team-item .team-box .team-images img {
    height: 200px;
}

.Mobile .about-wrapper-three {
    flex-direction: column;
}

.Mobile .about-wrapper-three .image-1 {
    max-width: 100%;
    height: 300px;
}

.Mobile .about-wrapper-three .image-1 img {
    width: 100%;
    height: 300px;
}

.Mobile .contact-item {
    background: #fff;
    padding: 20px;
}

.Mobile .contact-item .contact-list .link {
    font-size: 18px;
}

.Mobile .price-item {
    clip-path: none;
    padding: 20px;
}

.Mobile .s5_txt {
    padding-top: 0px;
}

.Mobile .price-item .top-content {
    text-align: left;
}

.Mobile .tj-price-section {
    padding-top: 50px;
    padding-bottom: 90px;
}

.Mobile .cta-content-area .cta-title {
    padding: 0;
}

.Mobile .cta-content-area {
    max-width: 100%;
    padding: 30px 20px;
}

.Mobile .cta-content-area .cta-title .title {
    font-size: 21px;
}

.Mobile .cta-content-area .cta-form .tj-button {
    border: none;
    position: static;
    top: 0;
    right: 0;
    transform: translateY(0%);
    margin-top: 10px;
}

.Mobile .cta-content-area .cta-form input {
    padding: 15px;
}

.Mobile .copyright-content {
    padding: 20px;
    justify-content: center;
}

.copyright-content .footer-menu ul li:last-child::before {
    display: none;
}

.Mobile .footer_title {
    margin-bottom: 20px;
}

.Mobile ._f_link {
    margin-bottom: 15px;
}

.Mobile .s3_top {
    gap: 5px;
    margin-bottom: 30px;
}

.Mobile .service-wrapper .service-list .service-single .service_inner,
.Mobile .service-wrapper .service-list .service-single .service_inner::before,
.Mobile .service-wrapper .service-list .service-single:first-child .single_item,
.Mobile .service-wrapper,
.Mobile .service-wrapper .service-list .service-single:last-child .single_item {
    border-radius: 0;
}

.Mobile .p1_left > img {
    height: 250px;
}

.Mobile form#FormDevis {
    padding: 30px 20px;
}

.Mobile .p3_content {
    padding: 100px 20px;
}

.Mobile .price-item-two .price-content {
    padding: 30px 20px 150px;
}

.Mobile .price-item-two .price-header .title {
    font-size: 21px;
}

.Mobile footer {
    padding-top: 130px;
}

.Mobile .contact-top-area .google-map {
    position: static;
    width: 100%;
    margin: 20px 0;
}

.Mobile .contact-top-area .google-map #Map {
    width: 90%;
    height: 300px;
    margin: auto;
}

.Mobile .contact-top-area .contact-wrapper {
    padding: 20px;
}

.Mobile .contact-content-box {
    max-width: 100%;
    justify-content: center;
    flex-direction: column;
    gap: 50px;
}

.Mobile .contact-style-2 .contact-icon {
    margin-bottom: 10px;
}

ul.nav-list.navShow {
    display: block;
}

.Tablet span.nav-click,
.Mobile span.nav-click {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    background: #fff;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Mobile ._megaMenu ul._nav-submenu,
.Tablet ._megaMenu ul._nav-submenu {
    position: static;
    opacity: 1;
    visibility: visible;
    width: 100%;
    transform: translateY(0);
    display: none;
}

._megaMenu.showSub ul._nav-submenu {
    display: block;
}

span.nav-click img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

._logo img,
.cta-logo a img {
    width: 200px;
    height: 87px;
    object-fit: contain;
}

.Mobile ._logo img,
.Tablet ._logo img {
    width: 160px;
    height: 65px;
}



@media screen and (max-width: 1440px) {
    .tj-cta-section .cta_shapes {
        right: 75px;
    }
}
.cap_soc img,
a.read-more img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.footer-shapes2 img {
    display: none;
}