* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Calibri', sans-serif;
}
a,
input[type="submit"],
input[type='submit'],
button {
    cursor: pointer;
}

input,
button,
textarea {
    outline: none;
}

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

h3 {
    margin: 10px 0 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: #535353;
}

.blog_pageIntrouvable {
    background: #165c1c;
    position: fixed;
    height: 100%;
    width: 100%;
    font-size: 18px;
    z-index: 10000 !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;
    position: relative;
    z-index: 2;
}
.blog_pageIntrouvable span {
  color: #000;
}

.blog_pageIntrouvable > div {
  height: 100%;
  color: #000;
}
.blog_pageIntrouvable h1 {
    font-size: 200px;
    color: #000;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #000;
}
.blog_pageIntrouvable .h-btn {
    justify-content: center;
}

.blog_pageIntrouvable .h-btn a {
    background: #fff;
    color: #000;
}

.blog_pageIntrouvable .h-btn a:hover {
    color: #fff;
}

.blog_pageIntrouvable .h-btn a:hover:before,
.blog_pageIntrouvable .h-btn a:hover:after {
    content: "";
    background-color: #000;
    width: 100%;
}

.blog_pageIntrouvable a {
    color: #000;
}
.blog_pageIntrouvable .d-flex .btn_c a {
    justify-content: center;
    margin: auto;
}
#noDesktop { display: none; }
@media(max-width: 767px) {
  .blog_pageIntrouvable {
    font-size: 14px;
  }
  .blog_pageIntrouvable a {
      display: block;
  }
  .blog_pageIntrouvable p {
      font-size: 17px;
      letter-spacing: 5px;
      margin-top: -10px;
  }
  .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;
}

@media screen and (min-width: 1200px) { 
    .container   {
        max-width: 1200px;
        margin: auto;
    }

}

._mg {
    padding: 100px 0;
}

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

.nav-submenu {
    position: absolute;
    top: 100%;
    inset-inline-start: 0;
    min-width: 240px;
    background: #fff;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    transform-origin: top center;
    color: #000;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    transform: translateY(10px);
    transition: all 0.4s ease-in-out;
}

.nav-submenu li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px;
}

.nav-submenu li a {
    position: relative;
    z-index: 11;
    font-size: 17px;
    font-weight: 600;
    color: #000;
    width: 100%;
}

.Desktop .nav-submenu li:hover,
.nav-submenu li.active {
    background: #165c1c;
}
.Desktop .nav-submenu li:hover a,
.nav-submenu li.active a {
    color: #fff;
}

.nav_content,
._tel_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar {
    box-shadow: 0 0 8px #aaa;
}

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

li.nav-item {
    text-align: center;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.4s ease-in-out;
}

.Desktop li.nav-item:hover .nav-submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.Desktop li.nav-item:hover:not(.active) {
    background: #165c1c;
}
.Desktop li.nav-item:hover:not(.active) > a {
    color: #fff;
}

.Desktop li.nav-item.active {
    border-bottom: 2px dashed #165c1c;
}

._tel_d {
    height: 50px;
    background: #165c1c;
    width: 100%;
    position: relative;
    z-index: 0;
}

._tel_content {
    position: absolute;
    width: 100%;
    max-width: 1200px;
    top: 50%;
    transform: translateY(-50%);
}

._tel_d::before {
    content: "";
    position: absolute;
    top: 0;
    right: 40%;
    width: 40px;
    height: 100%;
    background: #33333370;
    clip-path: polygon(0 0, 30% 0, 100% 100%, 70% 100%);
    z-index: -1;
}

._tel_d::after {
    content: "";
    position: absolute;
    top: 0;
    right: 41%;
    width: 40px;
    height: 100%;
    background: #33333370;
    clip-path: polygon(0 0, 30% 0, 100% 100%, 70% 100%);
    z-index: -1;
}

.tel_box {
    display: flex;
    align-items: center;
    gap: 5px;
}

.tel_box img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    filter: invert(1);
}
.Mobile .tel_box img,
.Tablet .tel_box img {
    filter: none;
}

.tel_box a {
    text-decoration: none;
    color: #fff;
}
.Mobile .tel_box a,
.Tablet .tel_box a {
    color: #000;
}
.tzl_ad {
    color: #fff;
}
.nav_content {
    padding-top: 6px;
}

.homeslider {
    width: 100%;
    height: 800px;
    position: relative;
}

.homeslider:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/img/header_png.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
}

.slider {
    position: absolute;
    width: 40%;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

._h_c {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 35px;
    letter-spacing: 4px;
    color: #FFFFFF;
}

._h_p {
    font-size: 70px;
    font-weight: 800;
    text-transform: capitalize;
    line-height: 80px;
    color: #FFFFFF;
}

._h_d {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    color: #FFFFFF;
}

.h-btn {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 12px;
}

.h-btn a {
    background-color: #165c1c;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding: 24px 50px;
    border-radius: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3sease-in-out;
    transition: all 0.3sease-in-out;
    position: relative;
    z-index: 1;
    line-height: 1;
}
.h-btn a:hover {
    color: #000;
}
.h-btn a:before {
    content: "";
    background-color: transparent;
    width: 0;
    height: 51%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.h-btn a:after {
    content: "";
    background-color: transparent;
    width: 0;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.h-btn a:hover:before, .h-btn a:hover:after {
    content: "";
    background-color: #fff;
    width: 100%;
}

.d-none {
    display: none;
}

.s1_content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}

.s1_img img {
    width: 300px;
    height: 200px;
    display: block;
    background: #ddd;
}

.form_title {
    font-size: 25px;
    font-weight: 600;
    line-height: 34px;
    text-transform: uppercase;
}

.rappel_form {
    width: 100%;
}

form#rappel_immediat {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

form#rappel_immediat input {
    width: 100%;
}

form#rappel_immediat .input-form {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #eee;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    border: none;
    outline: none;
    padding-left: 30px;
    padding-right: 30px;
    margin: 10px 0;
}

form#rappel_immediat .btn-devis-gratuit,
form#FormDevis .btn-devis-gratuit {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: #165c1c;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 32px;
    transition: 0.4s ease-in-out;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    overflow: hidden;
    text-align: center;
    width: 100%;

}

.s2_content {
    display: flex;
    align-items: center;
    gap: 20px;
}

._soc {
    margin: 0;
    color: #000;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 7px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1em;
    margin-bottom: 14px;
}

._soc img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    display: block;
}

.s2_left .txt h1 {
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 20px;
}

.s2_left .txt p {
    font-weight: 500;
    
}

.s2_left .txt p:last-child {
    margin: 0 0 35px;
}

.s2_img {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

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

._2img_top img {
    width: 270px;
    height: 300px;
    object-fit: cover;
    display: block;
    background: #ddd;
}

._2img_bot img {
    width: 570px;
    height: 350px;
    object-fit: cover;
    display: block;
    background: #ddd;
}

.s2_right {
    position: relative;
}

._exp {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    width: 190px;
    height: 190px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 0 0 0;
}

._exp p:first-child {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 46px;
    font-weight: 700;
    color: #165c1c;
    line-height: 1;
}

._exp p:last-child {
    font-size: 27px;
    font-weight: 600;
    color: #165c1c;
    line-height: 18px;
    margin: 2px 35px;
}

._exp:after {
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    content: "";
    border: 1px dashed #165c1c;
    border-radius: 50%;
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: textRotate 15s linear 0s forwards infinite alternate;
}

@keyframes textRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(720deg);
    }
}

.s_btn a {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: #165c1c;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    border-radius: 10px;
    padding: 16px 39px;
    transition: 0.4s ease-in-out;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    overflow: hidden;
    text-align: center;
}

.s_btn a:after {
    content: "";
    background-color: #000;
    position: absolute;
    bottom: -17px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    width: 27px;
    height: 27px;
    border-radius: 50%;
    z-index: -1;
    transition: all 0.5s ease;
}

.s_btn a:hover {
    color: #fff;
}

.s_btn a:hover:after {
    width: 100%;
    height: 100%;
    bottom: 0;
    border-radius: 0%;
}

.section_3 {
    position: relative;
}

.service-two__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 567px;
    background-color: #000;
}

._cat_top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

._cat {
    position: relative;
    color: #fff;
    padding-top: 100px;
}

._cat_title ._soc {
    margin: 0;
    color: #165c1c;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    line-height: 1em;
    margin-bottom: 14px;
}

._cat_h3 {
    font-size: 42px;
    line-height: 46px;
    font-weight: 700;
    color: #fff;
    width: 60%;
}

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

._cat_arrow img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

._cat_arrow button {
    border: none;
    outline: none;
    width: 70px;
    height: 70px;
    margin: 0;
    padding: 0;
    opacity: 1;
    background-color: transparent;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    border-radius: 50%;
    color: #fff;
    transition: all 500ms ease;
}

._cat_arrow button:hover {
    border: 1px solid #165c1c;
    background-color: #165c1c;
}

._cat_arrow button:hover img {
    filter: invert(1);
}

._cat_item {
    display: flex;
    justify-content: center;
    overflow: hidden;
    gap: 30px;
    margin-top: 70px;
}

._cat_box {
    position: relative;
    z-index: 2;
    transition: all 500msease;
    margin: 0 0 20px;
    height: 580px;
    width: 370px;
}

._cat_box:before {
    position: absolute;
    left: 0;
    bottom: 0;
    min-width: 370px;
    height: 100%;
    content: "";
    z-index: -1;
    background-color: #165c1c;
    clip-path: polygon(100% 0, 100% 88%, 50% 100%, 0 88%, 0 0);
    transition: all 0.4s ease;
    opacity: 0;
}

._cat_box:hover::before {
    opacity: 1;
    clip-path: polygon(100% 0, 100% 92%, 50% 100%, 0 92%, 0 0);
}

._cat_box:after {
    position: absolute;
    left: 0;
    bottom: 0;
    min-width: 370px;
    height: 100%;
    content: "";
    z-index: -1;
    background-color: #F5F1EF;
    clip-path: polygon(100% 0, 100% 88%, 50% 100%, 0 88%, 0 0);
}

._cat_box_img {
    position: relative;
}

._cat_box_img img {
    width: 370px;
    height: 270px;
    object-fit: cover;
    display: block;
    background-color: #ddd;
}

._cat_box_icon {
    background-color: #165c1c;
    display: flex;
    align-items: baseline;
    justify-content: center;
    padding: 0;
    position: relative;
    z-index: 2;
    width: 80px;
    height: 60px;
    font-size: 10px;
    color: #000;
    margin: 0 auto;
}

._cat_box_icon:after {
    content: "";
    position: absolute;
    width: calc(100% + 20px);
    height: 38px;
    top: -38px;
    left: -10px;
    background-color: #165c1c;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    z-index: -1;
}

._cat_box_arrow {
    width: 48px;
    height: 48px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: #165c1c;
    color: #000;
    font-size: 14px;
    transition: all 0.4s ease;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: 0 auto;
}

._cat_box_link {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 25px auto;
    width: 70%;
    text-align: center;
}

._cat_box_link a {
    color: #000;
}

._cat_box_des {
    font-weight: 500;
    font-size: 18px;
    color: #000;
    width: 80%;
    display: block;
    margin: 10px auto 20px;
    text-align: center;
}

.s4_content {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}

.s4_box {
    width: 100%;
    height: 200px;
    background: #F5F1EF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s4_icon img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    display: block;
}

section.section_4 {
    padding: 100px 0 40px;
}

.section_5 {
    padding-bottom: 100px;
}

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

.s5_left img {
    width: 550px;
    height: 490px;
    object-fit: cover;
    display: block;
    background: #eee;
}

.s5_right .txt {
    margin-bottom: 30px;
}

.s5_right .txt h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
    margin: 0 0 13px;
}

.section_6 {
    position: relative;
}

.s6_before {
    position: absolute;
    top: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 568px;
}

.s6_before:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.8);
}

section.section_6 ._soc {
    color: #fff;
}

.s6_content {
    position: relative;
    padding-top: 100px;
}

.s6_title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
}

.s6_h3 {
    font-size: 43px;
    line-height: 41px;
    font-weight: 700;
    width: 70%;
    text-align: center;
}

.s6_txt {
    margin-top: 50px;
    background: #f5f5f5;
    padding: 40px 50px;
    border-radius: 10px;
}

.s6_txt h2 {
    font-size: 32px;
    margin-bottom: 15px;
}

.s6_txt .s2_btn {
    margin-top: 20px;
}

.s7_content {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 50% 50%;
    gap: 30px;
}

.s7_content .s7_box:nth-child(1),
.s7_content .s7_box:nth-child(3) {
    position: relative;
    background-color: #F5F1EF;
    border-radius: 10px 10px 10px 100px;
    padding: 40px 40px 40px 60px;
    overflow: hidden;
    z-index: 2;
}

.s7_content .s7_box.s7_box_2 {
    position: relative;
    background-color: #000;
    border-radius: 10px 10px 10px 100px;
    padding: 40px 40px 40px 60px;
    overflow: hidden;
    z-index: 2;
    color: #fff;
}

.s7_box_2 ._soc,
.p2_top ._soc p {
    color: #fff;
}

.p3_left ._soc p {
    color: #000;
}

section.presta_4._mg .s5_right ._soc p,
.prestations .section_6 ._soc p {
    font-weight: 600;
    font-size: 19px;
}

.section_8 {
    background: #F5F1EF;
}

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

.s8_left img {
    width: 550px;
    height: 490px;
    object-fit: cover;
    display: block;
    background: #eee;
}

.s8_right .txt {
    margin-bottom: 30px;
}

.s8_right .txt h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
    margin: 0 0 13px;
}

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

.work-process-one__item__image {
    position: relative;
    z-index: 2;
    display: inline-block;
    transition: all 0.5sease;
    -webkit-mask: url(../images/img/mask.svg);
    mask: url(../images/img/mask.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.work-process-one__item__image img {
    width: 307px;
    height: 330px;
    object-fit: cover;
    display: block;
    background: #ddd;
}

.work-process-one__item__content {
    position: relative;
    text-align: center;
    background-color: transparent;
    padding: 198px 25px 0;
    margin-top: -175px;
}

.work-process-one__item__content::after {
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 100%;
    height: calc(100% + 50px);
    border-radius: 30px 30px 0 0;
    content: "";
    transition: all 0.5s ease;
    background-color: #F5F1EF;
    z-index: -1;
    -webkit-mask: url(../images/img/mask-2.svg);
    mask: url(../images/img/mask-2.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: bottom center;
    mask-position: bottom center;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.work-process-one__item__number {
    position: absolute;
    left: -25px;
    top: -25px;
    z-index: 2;
    width: 60px;
    height: 60px;
    background-color: #165c1c;
    border: 2px solid #165c1c;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    transition: all 500ms ease;
    transition-delay: 0.1s;
    transform: scale(1);
}

.s9_content .work-process-one__item:nth-child(1) .work-process-one__item__number::before {
    content: '01';
    display: inline-block;
}

.s9_content .work-process-one__item:nth-child(2) .work-process-one__item__number::before {
    content: '02';
    display: inline-block;
}
.s9_content .work-process-one__item:nth-child(3) .work-process-one__item__number::before {
    content: '03';
    display: inline-block;
}



.work-process-one__item__title {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 0.3sease;
    margin: 0 0 14px;
}

.work-process-one__item__text {
    font-weight: 500;
    margin: 0 0 31px;
    transition: all 0.3sease;
}

.section_10 {
    position: relative;
}

.section_10::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.s10_content {
    color: #fff;
    position: relative;
}

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

.s10_btn {
    margin-top: 20px;
}
.s11_content {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 20px;
}
.s11_icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: block;
}
.s11_left_top {
    width: 100%;
    height: 420px;
    display: block;
    background-color: #ddd;
}

._s11_form {
    padding: 85px 60px 70px;
    position: relative;
    z-index: 1;
    background-color: #fff;
    border-radius: 10px;
    filter: drop-shadow(0px 4px 12.5px rgba(0, 0, 0, 0.06));
    overflow: hidden;
}

._s11_form::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 125px;
    background-color: #165c1c;
    content: "";
    clip-path: polygon(0% 0%, 100% 0, 100% 100%, 50% 14%, 0% 100%);
    z-index: -1;
}

.form_title {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 11px;
    color: #000;
}

.input-form {
    height: 60px;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-weight: 500;
    display: block;
    width: 100%;
    color: #535353;
    font-size: 16px;
    outline: none;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 20px;
}

._s11_form textarea {
    height: 150px;
    padding: 30px;
}

.s11_left {
    display: grid;
    grid-template-columns: 100%;
}

.s11_left_grid {
    display: grid;
    grid-template-columns: 50% 50%;
}

.s11_grid {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    height: 160px;
    border: 1px solid #000;

}

.s11_grid_content {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 0 30px;
}

.s11_grid:after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    content: "";
    background-color: #165c1c;
    opacity: 0;
    transform: scale(0.9);
    transition: all 400ms ease;
    z-index: -1;
}

.s11_grid:hover:after {
    opacity: 1;
}

.s11_txt_title {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 1px;
    transition: all 300ms ease;
}

.s11_a a,
.s11_a div {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    margin: 0;
    transition: all 100ms ease;
}

footer {
    position: relative;
    counter-reset: count;
    background-color: #333;
    padding: 115px 0 0;
}

._footer_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.1;
    background-size: cover;
    background-position: center center;
}

.footer_top {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.footer_box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 25px;
}

.footer_title {
    font-size: 22px;
    font-weight: bold;
    text-transform: capitalize;
}

.footer_content {
    position: relative;
    color: #fff;
}

ul.footer_list {
    list-style: disc;
    margin-left: 17px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    font-size: 17px;
}

.p_footer p {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding-right: 60px;
}

.copyright {
    text-align: center;
    z-index: 2;
    position: relative;
    padding: 9px 0;
    background-color: #165c1c;
    clip-path: polygon(3% 0%, 97% 0%, 100% 100%, 0% 100%);
    margin-top: 70px;
    color: #fff;
}

._copy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

._copy p,
._copy a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.p1_content {
    background-color: #fff;
    padding: 0;
    margin: 0;
    border-radius: 50px;
    border: 1px solid #165c1c;
    overflow: hidden;
    z-index: 2;
    position: relative;
    margin: 0 0 -173px;
    padding: 60px;
}

.presta_2 {
    position: relative;
    background-color: #000000;
    padding: 290px 0 120px;
    overflow: hidden;
    counter-reset: count;
}

.p2_bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.p2_content {
    position: relative;
}

.p2_txt {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 50px;
}

.p2_txt {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 0;
}

.Desktop .p2_box {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin: 0 auto;
}

.p2_icon {
    background-color: #165c1c;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: relative;
    z-index: 2;
    width: 80px;
    height: 60px;
    font-size: 10px;
    margin: 40px auto 0;
}

.p2_icon:after {
    content: "";
    position: absolute;
    width: calc(100% + 20px);
    height: 38px;
    top: -38px;
    left: -10px;
    background-color: #165c1c;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    z-index: -1;
}

.p2_img img {
    width: 600px;
    height: 245px;
    object-fit: cover;
    display: block;
    background: #ddd;
}

.p2_s {
    position: relative;
    z-index: 2;
    padding: 44px 28px 38px;
    background-color: #fff;
    transition: all 500ms ease;
}

.p2_top {
    display: flex;
    align-items: center;
    justify-content: center;
}

.p2_top ._soc {
    color: #fff;
}

.p2_txt .p2_box:last-child .p2_s {
    background-color: #165c1c;
}

.presta_3 {
    position: relative;
    overflow-x: hidden;
}

.p3_bg {
    position: absolute;
    right: 0;
    z-index: -1;
    top: 0;
    height: 100%;
    width: 100%;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto;
}

.p3_content {
    position: relative;
    z-index: 1;
    background-color: #F5F1EF;
    padding: 15px;
}

.p3_content:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 255px;
    height: 100%;
    content: "";
    z-index: -1;
    background-color: #165c1c;
}

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

.p3_img img {
    width: 500px;
    height: 600px;
    object-fit: cover;
    display: block;
    background: #ddd;
}

.why-choose-two__slide-text {
    position: relative;
    display: block;
    padding: 0;
    white-space: nowrap;
    margin-top: 120px;
}

.why-choose-two__slide-text__list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    animation: text-scrolling 19s linear infinite;
    will-change: transform;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    gap: 95px;
}

@keyframes text-scrolling {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.why-choose-two__slide-text__list li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 28px;
    font-size: 40px;
    color: #fff;
    letter-spacing: 0;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1;
    margin: 0;
    transition: all 300msease;
}

.why-choose-two__slide-text__list li::after {
    position: absolute;
    right: -52px;
    top: 0;
    content: "|";
    color: #fff;
    transform: rotate(27deg);
}

.presta_3::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 65%;
    content: "";
    z-index: -1;
    background-color: #000;
    clip-path: polygon(50% 0, 100% 60%, 100% 100%, 0 100%, 0 60%);
}

.p3_left .s2_btn {
    margin-top: 20px;
}

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 .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-lg-3,
.col-md-4,
.col-xs-12 {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

.col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}


@media (min-width: 992px) {
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.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;
}

.Tablet .container,
.Mobile .container {
    max-width: 90%;
    width: 100%;
    margin: auto;
}

.Tablet .nav-list {
  position: absolute;
  flex-direction: column;
  width: 50%;
  right: 0;
  z-index: 999;
  background: #fff;
  top: 130px;
  padding: 20px 0;
  transform-origin: 0 0 0;
  transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

.Tablet .nav-list.navShow {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.Tablet li.nav-item {
  width: 100%;
  text-align: left;
  justify-content: flex-start;
  height: 40px;
  padding-left: 20px;
}

.nav-mobile img {
  width: 27px;
  height: 27px;
}

.Tablet .nav_content {
  padding-top: 20px;
}

.Tablet .slider {
    width: 70%;
    top: 63%;
}

.Tablet ._h_p {
    font-size: 50px;
    line-height: 50px;
}

.Tablet .homeslider {
  width: 100%;
  height: 700px;
  position: relative;
}

.Tablet .s2_content {
  flex-direction: column;
}

.Tablet .s2_right,
.Tablet .s2_img,
.Tablet ._2img_top,
.Tablet ._2img_top img,
.Tablet ._2img_bot,
.Tablet ._2img_bot img {
  width: 100%;
}

.Tablet ._2img_top img {
    height: 220px;
}

.Tablet ._cat {
    padding-top: 50px;
}

.Tablet ._cat_box,
.Tablet ._cat_box::before,
.Tablet ._cat_box::after {
  width: 300px;
  min-width: 300px;
}

.Tablet ._cat_box_img img {
  width: 300px;
  height: 200px;
}

.Tablet .slick-initialized .slick-slide {
  display: flex !important;
  margin: auto !important;
  align-items: center !important;
  justify-content: center !important;
}

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

.Tablet ._cat_h3 {
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
  color: #fff;
  width: 95%;
}

.Tablet ._cat_item {
    margin-top: 50px;
}

.Tablet .service-two__bg {
    height: 460px;
}

.Tablet .s5_left,
.Tablet .s8_left,
.Mobile .s5_left,
.Mobile .s8_left {
  width: 100%;
}

.Tablet .s5_left img,
.Tablet .s8_left img,
.Mobile .s5_left img,
.Mobile .s8_left img {
  width: 100%;
  height: 250px;
}

.Tablet .s6_h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  width: 100%;
  text-align: center;
}

.Tablet .s7_content,
.Mobile .s7_content {
  grid-template-columns: 100%;
}

.Tablet .s9_content,
.Mobile .s9_content {
    gap: 10px;
}

.Tablet .work-process-one__item__image img,
.Mobile .work-process-one__item__image img {
  width: 200px;
  height: 200px;
}

.Tablet .work-process-one__item__content::after,
.Mobile .work-process-one__item__content::after {
  bottom: -40px;
  width: 100%;
  height: calc(100% + -30px);
}

.Tablet .work-process-one__item__image {
  margin-left: 20px;
}

.Mobile .work-process-one__item__image {
    margin-left: 65px !important;
}

.Tablet .work-process-one__item__number,
.Mobile .work-process-one__item__number {
  left: 0;
  top: 45px;
}

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

.Tablet .s11_left,
.Tablet .s11_right,
.Mobile .s11_left,
.Mobile .s11_right {
  width: 100%;
}

.Tablet .s11_left_top {
  width: 100%;
  height: 300px;
}

.Mobile .s11_left_top {
  width: 100%;
  height: 200px;
}

.Tablet .footer_top,
.Mobile .footer_top {
  display: grid;
  grid-template-columns: 100%;
  gap: 30px;
}

.Tablet .footer_box,
.Mobile .footer_box {
  gap: 10px;
}

.Tablet ._tel_content,
.Mobile ._tel_content {
  position: absolute;
  width: 100%;
  max-width: 90%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  font-weight: 900;
  font-size: 20px;
}

.Tablet .navbar,
.Mobile .navbar {
  position: fixed;
  width: 100%;
  z-index: 9999;
  background: #fff;
}

.Tablet ._tel_d {
  position: fixed;
  top: 135px;
  z-index: 99;
}
.Mobile ._tel_d {
    position: fixed;
    top: 110px;
    z-index: 99;
}
.nav-click {
  position: absolute;
  right: 10px;
  top: 0;
  width: 40px;
  height: 40px;
  display: block;
  background: #165c1c;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Tablet .nav-submenu,
.Mobile .nav-submenu {
  transform-origin: 0 0 0;
  min-width: 100%;
  padding: 20px;
  right: 0;
  opacity: 1;
  visibility: visible;
  transform: translateY(25px);
}

.Tablet .megaMenu,
.Mobile .megaMenu {
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transition: all 0.5s;
    min-width: 100%;
    position: absolute;
  z-index: 99;
}

.Tablet .megaMenu.showSub,
.Mobile .megaMenu.showSub {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.Tablet .p2_txt,
.Mobile .p2_txt {
  grid-template-columns: 100%;
}

.Tablet .p2_box,
.Tablet .p2_img img,
.Tablet .p3_img,
.Mobile .p2_box,
.Mobile .p2_img img,
.Mobile .p3_img {
    width: 100%;
}

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

.Tablet .p3_img img {
    width: 100%;
    height: 300px;
}

.Mobile .p3_img img {
    width: 100%;
    height: 200px;
}

.Tablet .why-choose-two__slide-text {
    margin-top: 50px;
}

.Mobile .nav-list {
  position: absolute;
  flex-direction: column;
  width: 100%;
  right: 0;
  z-index: 999;
  background: #fff;
  top: 130px;
  padding: 20px 0;
  transform-origin: 0 0 0;
  transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

.Mobile .nav-list.navShow {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.Mobile .slider {
    width: 90%;
    top: 55%;
}

.Mobile .h-btn {
    flex-direction: column;
    width: 100%;
}

.Mobile .h-btn a {
    width: 100%;
    text-align: center;
}

.Mobile ._h_p {
    font-size: 36px;
    line-height: 37px;
}

.Mobile ._h_d {
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    margin: 20px 0;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    color: #FFFFFF;
}

.Mobile .form_title {
    font-size: 19px;
    margin: 11px 0 0;
}

.Mobile .s2_content {
    flex-direction: column-reverse;
}

.Mobile ._tel_content {
    max-width: 90%;
}

.Mobile .s2_left .txt h1 {
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 10px;
}

.Mobile .s2_right,
.Mobile .s2_img,
.Mobile ._2img_bot,
.Mobile ._2img_bot img,
.Mobile ._cat_box,
.Mobile ._cat_box:before,
.Mobile ._cat_box:after {
    width: 100%;
    min-width: 100%;
}

.Mobile ._cat_box {
    height: 100%;
}

.Mobile ._cat_box_img img {
    width: 162px;
    height: 100px;
}

.Mobile ._cat_item {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 10px;
}

.Mobile ._cat_box_link {
    font-size: 17px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 10px auto;
    width: 90%;
    text-align: center;
}

.Mobile ._cat_h3 {
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
    width: 100%;
}

.Mobile .service-two__bg {
    height: 360px;
}

.Mobile .s4_content {
    display: grid;
    grid-template-columns: 50% 50%;
}

.Mobile .s4_box {
    height: 150px;
}

.Mobile .s5_right .txt h2,
.Mobile .s8_right .txt h2 {
    font-size: 28px;
}

.Mobile .s6_h3 {
    font-size: 26px;
    line-height: 25px;
    font-weight: 700;
    width: 100%;
    text-align: center;
}

.Mobile .s6_txt {
    margin-top: 30px;
    background: #f5f5f5;
    padding: 15px;
    border-radius: 10px;
}

.Mobile .s6_txt h2 {
    font-size: 23px;
    margin-bottom: 8px;
}

.Mobile .s7_box {
    padding: 20px 20px 60px !important;
    border-radius: 0 !important;
}


.Mobile .s11_left_grid {
    grid-template-columns: 100%;
}

.Mobile ._s11_form {
    padding: 110px 20px 20px;
}

.Mobile .input-form {
    padding-left: 10px;
    padding-right: 10px;
}

.Mobile ._copy {
    flex-direction: column;
    padding-bottom: 7px;
}

.Mobile .work-process-one__item__title {
    font-size: 19px;
    line-height: 20px;
}

.Mobile .s9_content {
    grid-template-columns: 100%;
}

.Mobile .nav_content {
    padding-top: 15px;
}

.Mobile .p1_content {
    padding: 40px 20px;
    border-radius: 40px;
}

.Mobile .why-choose-two__slide-text {
    margin-top: 40px;
}

.Mobile .why-choose-two__slide-text__list li {
    gap: 7px;
    font-size: 25px;
}

.Mobile .why-choose-two__slide-text__list li::after {
    position: absolute;
    right: -30px;
    top: 0;
    content: "|";
    color: #fff;
    transform: rotate(27deg);
}

.Mobile .why-choose-two__slide-text__list {
    gap: 50px;
}

ul.why-choose-two__slide-text__list.list-unstyled img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.Mobile ul.why-choose-two__slide-text__list.list-unstyled img {
    width: 30px;
    height: 30px;
}

.Mobile .s6_content {
    position: relative;
    padding-top: 50px;
}

.Mobile li.nav-item {
    width: 100%;
    height: 45px;
    padding: 0 35px;
}

.s6_before > div {
    width: 100%;
    height: 100%;
}

._cat_box_icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    display: block;
    filter: invert(1);
}

._cat_box_arrow img {
    width: 14px;
    height: 14px;
    object-fit: contain;
    filter: invert(1);
}

.logo a img {
    width: 250px;
    height: 135px;
    object-fit: contain;
}
.Tablet .logo a img {
  width: 165px;
  height: 110px;
}
.footer_box .logo img {
    filter: brightness(0) invert(1);
}

.p2_icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: block;
}

.Mobile .logo a img {
    width: 135px;
    height: 90px;
    object-fit: contain
}

.s2_left p {
    line-height: 1.625;
    color: #535353;
}

._soc p {
    font-size: 19px;
    font-weight: 600;
}

.s2_left ._soc p,
.s7_box_1 ._soc p,
.s8_right ._soc p {
    color: #165c1c;
}

.p_footer p {
    color: #fff;
}

._copy p {
    color: #fff;
}

.s2_tit_box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.s2_t_title {
    font-size: 23px;
    text-transform: capitalize;
    font-weight: 700;
    margin: 0 0 5px;
}

.s2_tit_img {
    min-width: 85px;
    height: 85px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #165c1c;
}

.s2_tit_img img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    transition: all .3s;
    filter: invert(1);
}

.s2_tit {
    margin-top: 30px;
}

.s2_tit_des {
    font-size: 17px;
    line-height: 1.625;
    color: #535353;
}

.s2_tit .s2_tit_box:first-child {
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
}

.s2_tit .s2_tit_box:last-child {
    margin-top: 25px;
}

.s2_tit_box:hover .s2_tit_img img {
    transform: rotateY(360deg);
}

.s2_content .s2_btn {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 45px;
}

.s2_tel {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
}

.s2_tel_img {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 20px;
    background-color: transparent;
    border: 1px solid #165c1c;
    transition: all 400ms ease;
}

.s2_tel_tile {
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    color: #535353;
}

.s2_tel_link a {
    color: #165c1c;
    transition: all 500ms ease;
    font-size: 27px;
    font-weight: 600;
    position: relative;
}

.Desktop .s2_tel_link a::before {
    content: '';
    background-color: #165c1c;
    height: 1px;
    width: 0%;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 500ms ease;
}

.Desktop .s2_tel_link a:hover::before {
    width: 100%;
}

.s5_right ._soc p {
    color: #165c1c;
}

._cat_title ._soc p,
.s6_title ._soc p,
.s7_box_2 ._soc p {
    color: #fff;
}

.s7_box_2 p {
    color: #f5f5f5;
}

.s7_box {
    position: relative;
}

.testimonials-two__item__border {
    position: absolute;
    width: 113px;
    height: 120px;
    border-radius: 10px;
    border: 2px solid #165c1c;
    left: -15px;
    top: -15px;
}

.testimonials-two__item__border::after {
    position: absolute;
    content: "";
    width: 113px;
    height: 120px;
    border-radius: 10px;
    border: 2px dotted #165c1c;
    left: -12px;
    top: -12px;
}

.s7_txt {
    margin-top: 40px;
}

.s7_box ._soc {
    justify-content: center;
}

.testimonials-two__item__bg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    opacity: 0.9;
    transition: 0.5s;
}

.Desktop .work-process-one__item:hover .work-process-one__item__image {
    animation-name: wobble-horizontal-on-hover;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}

@keyframes wobble-horizontal-on-hover {
    16.65% {
        transform: translateX(8px);
    }
    33.3% {
        transform: translateX(-6px);
    }
    49.95% {
        transform: translateX(4px);
    }
    66.6% {
        transform: translateX(-2px);
    }
    83.25% {
        transform: translateX(1px);
    }
    100% {
        transform: translateX(0);
    }
}

.Desktop .work-process-one__item:hover .work-process-one__item__content::after {
    background-color: #000000;
}

.Desktop .work-process-one__item:hover .work-process-one__item__title,
.Desktop .work-process-one__item:hover .work-process-one__item__text {
    color: #fff;
}

.Desktop .work-process-one__item:hover .work-process-one__item__number {
    background-color: #000;
    color: #fff;
    border: 2px solid #000;
}

section.section_9 {
    position: relative;
}

.work-process-one__border {
    width: 100%;
    height: 193px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    top: 150px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    animation: movebounce2 3s linear 0s infinite;
    z-index: -1;
}

@keyframes movebounce2 {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(-15px);
    }
    100% {
        transform: translateX(0px);
    }
}

.s10_txt h2 {
    background-color: #F5F1EF;
    width: 100%;
    color: #000;
    font-weight: 600;
    font-size: 22px;
    padding: 14px 20px;
    position: relative;
    margin-bottom: 12px;
    z-index: 1;
    transition: all 400msease;
}

.s10_txt h2:after {
    position: absolute;
    left: -3px;
    top: 0;
    width: 8px;
    height: 100%;
    content: "";
    z-index: -1;
    background-color: #165c1c;
    transition: all 400ms ease;
}

.s10_txt:hover h2:after {
    width: 100%;
}
.s10_txt:hover h2 {
    color: #fff;
}

.funfact-one__item__icon {
    line-height: 1;
    border-right: 1px solid var(--rofiex-border-color, #DDDDDD);
    margin-right: 28px;
    padding-right: 28px;
    flex-shrink: 0;
    transition: all 0.4s ease;
}

.funfact-one__item__icon img {
    width: 110px;
    height: 110px;
    object-fit: contain;
    display: block;
    transition: all 0.4s ease;
}

.funfact-one__list {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.funfact-one__item__count {
    margin: 0 0 6px;
    color: #222;
    font-size: 55px;
    font-weight: 900;
    line-height: 1;
}

.funfact-one__item__text {
    font-weight: 500;
    line-height: 24px;
    font-size: 23px;
    margin: 0;
}

.funfact-one__item {
    display: flex;
    align-items: center;
    padding: 15px 0 58px;
    position: relative;
}

.funfact-one__item:hover .funfact-one__item__icon img {
    transform: rotateY(360deg);
}

.Desktop .navbar > .container {
    max-width: 1500px;
}

.p2_txt .p2_box:last-child .p2_s h2,
.p2_txt .p2_box:last-child .p2_s h3,
.p2_txt .p2_box:last-child .p2_s p {
    color: #fff;
}

.Mobile .testimonials-two__item__border {
    position: absolute;
    width: 113px;
    height: 120px;
    border-radius: 10px;
    border: 2px solid #165c1c;
    left: -65px;
    top: -45px;
}

.Mobile .s2_content .s2_btn {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.Mobile .funfact-one__list {
    padding: 0;
}

.Mobile .funfact-one__item {
    padding: 10px 0;
}

.Mobile .funfact-one__item__icon {
    padding-right: 15px;
    margin-right: 15px;
}

.Mobile section.section_4 {
    padding: 40px 0;
}

.Desktop .s11_left_grid .s11_grid:nth-child(1),
.Tablet .s11_left_grid .s11_grid:nth-child(1) {
    border-right: 0px;
    border-bottom: 0px;
}

.Desktop .s11_left_grid .s11_grid:nth-child(2),
.Tablet .s11_left_grid .s11_grid:nth-child(2) {
    border-bottom: 0px;
}

.Desktop .s11_left_grid .s11_grid:nth-child(3),
.Tablet .s11_left_grid .s11_grid:nth-child(3) {
    border-right: 0px;
}


.Mobile .s11_left_grid .s11_grid :not(.s11_left_grid .s11_grid:nth-child(4)) {
    border-bottom: 0px;
}

.s2_tel_img img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.Desktop .p2_img img,
.Desktop .p2_s {
    width: 550px !important;
}

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

.p1_content .s2_btn {
    margin-top: 20px;
}

.Mobile li.nav-item.active,
.Tablet li.nav-item.active,
.Mobile li.nav-submenu-item.active,
.Tablet li.nav-submenu-item.active {
    background: #165c1c;
}

.Tablet .tel_box,
.Mobile .tel_box {
    background: #fff;
    padding: 5px 10px;
    border-radius: 30px;
    font-size: 18px;
}
.tel_left {
    display: flex;
    gap: 15px;
}
.Mobile li.nav-item.active > a,
.Tablet li.nav-item.active > a {
    color: #fff;
}
.s11_a .tel-c {
    border: none;
    outline: none !important;
    background-color: #165c1c;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 15px;
    text-align: center;
}
.s11_a.tel-c_ {
        display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 15px;
}
.s11_txt {
    width: 100%;
}
.bloc-s6_txt,
.bloc-s10_content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    justify-content: center;
}
.Mobile .bloc-s6_txt,
.Mobile .bloc-s10_content {
    grid-template-columns: 100%;
}
.s11_grid:hover,
.s11_grid:hover a,
.s11_grid:hover div {
    color: #fff;
}