    :root {
        --lvh: 1lvh;
        --svh: 1svh;
        --dvh: 1dvh;
        --fill-opacity: 1;
        --stroke-opacity: 0.19;
        --stroke-width: 1;
        --word-index: 3;
        --bleu_website:#131e4a
    }

    html {
        font-size: 100%;
        height: 100%;
    }

    body {
        color: #000;
        /*font-family: 'O7TF Display', sans-serif;*/
        /*font-family: 'GT Walsheim Pro', sans-serif;*/
        font-family: 'Kontora', sans-serif;
        margin: 0px !important;
        letter-spacing: .025em;
        font-size: 1rem;
        line-height: 1.5rem;
        font-style: normal;
        font-weight: 400;
        background: #fff ;
        position: relative;
        -webkit-text-size-adjust: 100%;
        -moz-text-size-adjust: 100%;
        text-size-adjust: 100%;
        text-rendering: optimizeSpeed;
                overflow-y: auto;
    }

    /* Typography */

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 10px 0;
    }

    h1 {
        font-size: 48px;
        line-height: 43px
    }

    h2 {
        font-size: 38px;
        line-height: 35px
    }

    h3 {
        font-size: 30px;
        line-height: 30px
    }

    h4 {
        font-size: 24px;
        line-height: 22px
    }

    h5 {
        font-size: 18px;
        line-height: 18px
    }

    h6 {
        font-size: 16px;
        line-height: 15px
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: bold!important;
        color: #000
    }

    strong {
        font-weight: 500;
    }

    h1.block,
    h2.block,
    h3.block,
    h4.block,
    h5.block,
    h6.block {
        padding-bottom: 10px;
    }

    a {
        text-shadow: none !important;
        color: #e65b25;
    }

    a,
    a:focus,
    a:hover,
    a:active {
        outline: 0;
        text-decoration: none;
    }

    ol,
    ul {
        list-style: none;
    }

    .normal {
        font-weight: normal;
    }

    .bold {
        font-weight: 600;
    }

    .extra-bold {
        font-weight: 800;
    }

    .all-caps {
        text-transform: uppercase;
    }

    .light {
        font-weight: 300 !important;
    }

    .small-text {
        /* font-size: 10px !important; */
        line-height: 18px;
        display: block;
        margin: 8px 0;
        text-align: justify;
    }

    .normal-text {
        font-size: 13px !important;
    }

    .large-text {
        font-size: 15px !important;
    }


    /* BG colors */

    .bg-orange {
        background-color: #e65b25!important;
    }
    .bg-grey {
        background-color: #595759!important;
    }
    .bg-blue {
        background-color: #131e4a!important;
    }
    .bg-light_blue {
        background-color: #c0d3e2!important;
    }
    .bg-light{
        background-color: #f7f7f7 !important;
    }

    /* Font Colors */

    .text-site-brown {
        color: rgb(198, 156, 109) !important;
    }
    .text-site-deepbrown {
        color: #3c3c3c !important;
    }
    .text-orange {
        color: #e65b25 !important;
    }
    .text-blue {
        color: #131e4a !important;
    }

    .text-black {
        color: #1b1e24 !important;
    }

    .text-white {
        color: #fff !important;
    }

    .text-success {
        color: #0AA699 !important;
    }

    .text-info {
        color: #0090D9 !important;
    }

    .text-warning {
        color: #fbb05e !important;
    }

    .text-error {
        color: #F35958 !important;
    }

    .text-right {
        text-align: right !important;
    }

    .text-left {
        text-align: left !important;
    }

    .text-center {
        text-align: center !important;
    }

    .text-justify {
        text-align: justify !important;
    }

    .relative{
        position: relative;
    }

    .horizontal-line {
        margin: 2rem 0;
        border: 0;
        border-top: 1px solid #a3a3a3;
        /*border-bottom: 1px solid #FEFEFE;*/
    }

    .horizontal-line.transparent {
        margin: 2rem 0;
        border: 0;
        border-top: none;
        /* border-bottom: 1px solid #FEFEFE; */
    }
    .horizontal-line6 {
        margin: 6rem 0;
        border: 0;
        border-top: none;
        border-bottom: 1px solid #FEFEFE;
    }
    .horizontal-line6.transparent {
        margin: 6rem 0;
        border: 0;
        border-top: none;
        /* border-bottom: 1px solid #FEFEFE; */
    }

    .horizontal-line20 {
        width: 100%;
        margin: 20px 0 20px 0;
        border-top: 1px solid #ccc;
    }

    .horizontal-line0 {
        margin: 0rem 0 !important;
        border: 0;
        border-top: 2px solid #bd1722;
        border-bottom: 1px solid #FEFEFE;
    }


    .clear {
        clear: both;
        display: block;
        height: 0;
        overflow: hidden;
        visibility: hidden;
        width: 0;
    }

    img {
        max-width: 100%;
        height: auto;
        -ms-interpolation-mode: bicubic;
    }

    img {
        max-width: 100%;
    }

    ol,
    ul,
    dl {
        margin: 0;
        padding: 0;
    }

/*-----site style-----*/
    .bg_site{
        position: absolute;
        z-index: 0;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        background: url("../images/06.jpg") no-repeat top center;
        background-size: cover;
        background-attachment: fixed;
    }
    .inner_zone {
        padding: 90px 70px;
    }
    header.inner_zone {
        padding: 15px 70px 15px 70px;
    }
    header.hide {
      transform: translateY(-100%);
    }
    header.scrolled {
      background: #fff;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* petit effet de profondeur */
    }
    header.scrolled .logo a{
        background: url(../images/logoDGA.svg) no-repeat;
        background-size: contain;
    }
    header {
        position: fixed;
        z-index: 99;
        width: 100%;
        transition: all .95s cubic-bezier(.2,.75,.23,1);
        top:0;
        will-change: transform;
    }
    .gt_float_switcher .gt-selected .gt-current-lang{
        padding:12px 15px!important;
    }
    .gt_float_switcher img{display: none!important;}
    header.scrolled ul.menu_nav li a {
        color:#000;
    }

    .intro__center h1{
        position: relative;
        transform: translateY(-100px);
        opacity: 0;
        transition: all .95s cubic-bezier(.2,.75,.23,1);
    }
    .video_group {
        position: absolute;
        bottom: -260px;
        left: 70px;
        display: flex;
        align-items: center;
        z-index: 2;
       transition: all .95s cubic-bezier(.2,.75,.23,1);
    }
    .has-displayed .video_group{
        bottom: 60px;
        transition: all .95s cubic-bezier(.2,.75,.23,1);
    }
    .video_group:hover i{
        transform: scale(1.5);
        border-color: transparent;
       transition: all .95s cubic-bezier(.2,.75,.23,1);
        background: transparent;
    }
    .video_group i {
        background: #ffffff14;
        color: #ffffff;
        text-align: center;
        width: 60px;
        height: 60px;
        z-index: 5;
        line-height: 56px;
        border: 1px solid #fff;
        transform: scale(1);
       transition: all .95s cubic-bezier(.2,.75,.23,1);
       border-radius: 10px;
    }
    .video_group span{
        color: #fff;
        margin-left: 20px;
        transform: scale(1);
       transition: all .95s cubic-bezier(.2,.75,.23,1);
    }
    .video_group:hover span{
        transform: scale(.96);
    }

    .section-title h1{
        font-size: 7rem;
        line-height: 6rem;
        position: relative;
        z-index: 1;
    }

    .section-title h2{
        font-size: 4rem;
        line-height: 4rem;
        position: relative;
        z-index: 1;
    }
    .section-title h3{
        font-size: 2.5rem;
        line-height: 2.3rem;
        position: relative;
        z-index: 1;
    }

    .tabdomain .nav-link {
        color: #000;
        padding: 35px 20px;
        border-radius: 0;
        margin-top: -5px;
        position: relative;
        font-weight: bold;
        border-top: 5px solid transparent;
    }
    .tabdomain .nav-link::after {
        content: "";
        position: absolute;
        width: 1px;
        height: 50%;
        background: #e0e0e0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .tabdomain .nav-link:last-child::after {
        display: none;
    }
    .tabdomain a.nav-link:hover{
        border-top: 5px solid;
        color: #e65b25;
    }

    .content_sumary_domain {
        padding: 40px;
        background: #fff;
        position: absolute;
        bottom: 40px;
        left: 50px;
        width: 500px;

    }
    .img_float {
        position: absolute;
        bottom: -40px;
        right: -39px;
        width: 180px;
    }
    .img_float_2{
        position: absolute;
        bottom: -40px;
        right: -39px;
        width: 300px;
    }
    .img_float_3 {
        position: absolute;
        bottom: -327px;
        left: 50%;
        transform: translateX(-50%);
        width: 440px;
    }
    .word_special {
        font-size: 4rem;
        letter-spacing: 1rem;
        font-weight: 600;
        color: #fff;
        line-height: 5rem;
    }
.animate-number {
    font-size: 5em;
    line-height: 5rem;
    height: 57px;
    overflow: hidden;
    font-weight: bold;
}
    .num_inner {
        /*height: 300px;
        background: #131e4a;
        padding: 20px 40px;*/
    }
    .num_label {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        text-align: center;
    }
    .icom {
        width: 70px;
        flex-shrink: 0;
    }

    .box_trans .num_values {
        font-weight: bold;
        font-size: 2.4rem;
        color: #e65b25;
        line-height: 4rem;
        width: auto;
        margin-right: 20px;
      width: auto;
    }
    .box_trans {
        position: absolute;
        top: 30px;
        left: 3%;
        padding: 0px 20px 0px 20px;
        border-radius: 100px;
        height: 60px;
        color: #fff;
        font-weight: bold;
        justify-content: space-between;
        display: flex;
        background: #131e4a;
        align-items: center;
        border: 3px solid #fff;
    }
    .box_icom{
        height: 60px;
        width: 60px;
        background:#e65b25 ;
        border-radius: 100px;
        display: block;
    }
    .box_icom .icom {
        width: 32px;
        text-align: center;
        line-height: 57px;
        margin: 0 auto;
    }

    .kaydan_svh {
        fill: #ffffff;
    }
    .box_news {
        background: #131e4a38;
        transition: all .95s cubic-bezier(.2,.75,.23,1);
        overflow: hidden;
        position: absolute;
        bottom: 0;
        width: 85%;
    }
    .box_news .the-arrow {
        opacity: 1;
        background: #fff;
        border: 0;
        width: 40px;
        height: 40px;
        padding: 19px 8px 14px 10px;
        bottom: 20px;
        right: 20px;
    }
    .box_news .infos_zone {
        height: 200px;
        padding: 30px;
    }
    .date_time{
        color: #e65b25;
       transition: all .95s cubic-bezier(.2,.75,.23,1);
    }
    a.box_hover_img:hover .box_news .date_time{
        color: #fff;
       transition: all .95s cubic-bezier(.2,.75,.23,1);
    }
    .box_news:hover {
        background: #e65b25;
       transition: all .95s cubic-bezier(.2,.75,.23,1);
    }
    a.box_hover_img:hover .box_news  .the-arrow{
        transform: scale(1.2);
    }
    .box_news .the-arrow.-right > .shaft {
        width: 21px;
        background: #e65b25;
    }
    .box_news .the-arrow.-right > .shaft:before, .box_news .the-arrow.-right > .shaft:after {
        background: #e65b25;
    }
    .box_news h5{
        color: #fff;
    }
    .box_img {
        width: 100%;
        height: 280px;
        border-left: 0;
        background: #dbdbdb;
        border: 1px solid #dbdbdb;
    }
    .news_page_in .box_img {
        height: 300px !important;
    }
    .news_page_in .box_news .infos_zone {
        height: 150px !important;
        /* font-size: 17px; */
    }
    a.box_hover_img:hover .box_news {
        background: #e65b25;
       transition: all .95s cubic-bezier(.2,.75,.23,1);

    }
    .box_rse{
        margin-left: 100px;
        margin-top: 70px;
       transition: all .95s cubic-bezier(.2,.75,.23,1);
    }
    .box_rse div {
        transition: all .95s cubic-bezier(.2,.75,.23,1);
        padding: 22px 0;
        border-bottom: 1px solid #dfdfdf;
        transform: scale(1);
    }
    .box_rse div:last-child{
        border-bottom: 0;
    }
    .box_rse div:hover{
        transform: scale(1.1);
       transition: all .95s cubic-bezier(.2,.75,.23,1);
    }
    .box_rse .the-arrow{
        position: unset;
        border: 0;
        opacity: 1;
        background: transparent;
        transform: rotate(-45deg);
    }
    .box_rse .the-arrow.-right > .shaft {
        width: 35px;
        background: #e65b25;

    }
    .box_rse  .the-arrow.-right > .shaft:before, .box_rse  .the-arrow.-right > .shaft:after {
        width: 18px;
        background: #e65b25;
    }
    .box_rse_inner{
        display: flex;
        align-items: center;
        /*justify-content: space-between;*/
        position: relative;
    }
    .num_rse {
        border-radius: 100px;
        background: #e65b25;
        width: 60px;
        height: 60px;
        text-align: center;
        line-height: 60px;
        font-size: 2rem;
        font-weight: bold;
        flex-shrink: 0;
        color: #fff;
        margin-right: 70px;
    }
    .mvv_zone_img{
        height: 700px;
        background: #dcdcdc;
        position: relative;
    }
    .mvv_zone_img::after {
        content: "";
        position: absolute;
        border: 1px solid #e65b25;
        top: 40px;
        left: -40px;
        right: 40px;
        bottom: 40px;
    }
    body.body--static {
        height: 100%;
        overflow: hidden;
    }

    .box_extra{
        padding: 30px;
        background: #f8f9fa;
        height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        z-index: 2;
        border-radius: 0px 0 0 0px;
    }
    .box_extra::before {
        content: "";
        position: absolute;
        background: #f8f9fa;
        width: 120%;
        height: 100%;
        left: 100%;
        top: 0;
        z-index: 0;
    }
    .z-index-2{
        z-index: 2;
        position: relative;
    }
    .box_extra::after {
        content: "";
        position: absolute;
        background: #f8f9fa;
        width: 1000%;
        height: 100%;
        left: -1000%;
        top: 0;
    }
    .tabdomain .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        background: #fff;
        color: #e65b25;
        border-top: 5px solid;
    }
    .box_elmnt{
        border: 1px solid #000;
        padding: 20px;
    }
    .btn_link {
        position: relative;
        padding-right: 55px;
        overflow: hidden;
        display: inline-block;
        transition: all .95s cubic-bezier(.2,.75,.23,1);
        width: 190px;
        height: 35px;
        font-weight: bold;
    }
    .btn_text {
        position: relative;
        transition: all .95s cubic-bezier(.2,.75,.23,1);
        width: 100%;
        display: block;
        line-height: 33px;
    }
    .btn_text::before{
        content: "En savoir plus";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0px;
       transition: all .95s cubic-bezier(.2,.75,.23,1);
        color: #e65b25;
    }
    .btn_text::after{
        content: "En savoir plus";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        bottom: -30px;
       transition: all .95s cubic-bezier(.2,.75,.23,1);
        color: #000;
    }
    .btn_link.whiteT .btn_text::after{
        color: #fff;
    }
    .btn_link.access_text {
        width: 130px;
    }
    .btn_link.access_text .btn_text::before{
         content: "Accéder";
    }
    .btn_link.access_text .btn_text::after{
         content: "Accéder";
    }
    .btn_link:hover .btn_text{
        opacity: 1;
       transition: all .95s cubic-bezier(.2,.75,.23,1);
    }
    .btn_link:hover .btn_text::after{
        bottom: 0;
       transition: all .95s cubic-bezier(.2,.75,.23,1);
    }
    .btn_link:hover .btn_text::before{
        top: -30px;
       transition: all .95s cubic-bezier(.2,.75,.23,1);
    }
    .btn_link .the-arrow {
        opacity: 1;
        right: 7px;
        top: 50%;
        transform: translateY(-50%) scale(.8) ;
    }
    .btn_link:hover .the-arrow {
        transform: translateY(-50%) scale(.8);
    }
    .btn_link:hover .the-arrow.-right > .shaft{
        width: 35px;
    }
    .btn_link .the-arrow{
        opacity: 1;
        border-color: #e65b25;;
    }
    .menu_shown .menu_wrapper {
        width: 350px;
        visibility: visible;
        background: #3c3c3c;
        right: 0px;
        transition-timing-function: cubic-bezier(.4,0,.2,1)
    }
    .menu_wrapper {
        position: fixed;
        width: calc(0vw - 30px);
        font-weight: 500;
        min-height: 500px;
        background: #3c3c3c;
        overflow: hidden;
        right: 0;
        visibility: hidden;
        z-index: 100;
        top: 0;
        right: -100px;
        margin: 15px;
        height: calc(100vh - 30px);
        border-radius: 40px;
        padding: 30px;
        transition: width 0.95s ease; /* durée + easing */
        transition: all .95s cubic-bezier(.2,.75,.23,1);
    }
    .menu_wrapper .outer{
        padding: 0px;
        height: 100%;
    }
    .menu_shown .menu_wrapper .inner {
        opacity: 1;
    }
    .menu_wrapper .inner {
        display: block;
        vertical-align: top;
        box-sizing: border-box;
        opacity: 0;
        height: 100%;
        transition: all .5s cubic-bezier(.2,.75,.23,1);
        text-wrap: nowrap;
    }
    .menu_wrapper .vertical-divider{
        background-color: #2e3572;
    }
    .menu_wrapper ul.menu_responsive {
        padding: 0;
        width: auto;
    }
    .menu_wrapper ul.menu_responsive li a {
        background: transparent;
        color: #ffffff;
        display: block;
        font-size: 31px;
        font-weight: 100;
        padding: 10px 0 6px 0;
        position: relative;
        transition: all .95s cubic-bezier(.2,.75,.23,1);
    }
    .menu_wrapper ul.menu_responsive li .the-arrow{
        transform: scale(0);
        transition: all .95s cubic-bezier(.2,.75,.23,1);
    }
    .menu_wrapper ul.menu_responsive li:hover .the-arrow{
        transform: scale(1);
        transition: all .95s cubic-bezier(.2,.75,.23,1);
    }
    .menu_wrapper ul.menu_responsive li.active a{
        color: #e65b25;
        padding-left: 20px;
    }
    .menu_wrapper ul.menu_responsive li.active .the-arrow{
        transform: scale(1);
    }
    .menu_wrapper ul.menu_responsive li:first-child a {
        font-size: 15px;
        padding-bottom: 20px;
        margin-bottom: 20px;
        padding-top: 0;
        font-weight: 500;
    }
    .close_x {
        width: 40px;
        height: 40px;
        text-align: center;
        font-size: 19px;
        line-height: 44px;
        font-weight: 100;
        color: #fff;
        background: #c69c6d;
        border-radius: 30px;
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .95s cubic-bezier(.2,.75,.23,1);
    }
    .close_x i{
         transform: rotate(0deg);
          transition: all .95s cubic-bezier(.2,.75,.23,1);
    }
    .close_x:hover{
        transform: scale(.9);
    }
    .close_x:hover i{
        transform: rotate(90deg);
    }
    .img_navside {
        overflow: hidden;
        border-radius: 40px;
        height: auto;
        width: 500px;
        background: #313131;
    }
    .menu_wrapper .social-icons ul{
        margin: 0;
    }
    .menu_wrapper .social-icons li i {
        width: 30px;
        height: 30px;
        color: #fff;
        line-height: 32px;
    }
    .menu_wrapper div.social-icons li a {
        width: 39px;
        height: 39px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .menu_wrapper .social-icons i {
        font-size: 22px;
    }
    .menu_wrapper div.social-icons li:after {
        width: 39px;
        height: 39px;
        top: 1px;
        left: -2px;
    }
    .menu_wrapper .social-icons li{
        margin: 5px 5px 0 0;
    }
    .menu_wrapper ul.list_filiale li a {
        color: #ffffff;
        font-weight: 100;
    }
    .menu_wrapper ul.list_filiale li:hover a{
        color: #e65b25;
    }
    .menu_wrapper ul.list_filiale li::after {
        color: #fff;
        left: -21px;
        border: 1.7px solid #e65b25;
    }
    .menu_wrapper ul.list_filiale li:hover::after {
        background: #e65b25;
    }
    ul.list_filiale li:hover::after {
        background: #000;
    }
    .menu_wrapper ul.menu_responsive li:hover a {
        padding: 10px 0 6px 20px;
        color:#e65b25 ;
        transition: all .95s cubic-bezier(.2,.75,.23,1);
    }
    .menu_shown .menu-background {
        transition: opacity .3s ease-in-out;
        opacity: .6;
        visibility: inherit;
    }
    .menu-background {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #000;
        width: 100%;
        height: 100%;
        z-index: 99;
        transition: all .95s cubic-bezier(.2,.75,.23,1);
        opacity: 0;
        visibility: hidden;
    }
    body.body--static {
        height: 100%;
        overflow: hidden;
    }
    .changeable_bg{
        height: 100px;
        width: 100%;
        background: #000;
        overflow: hidden;
        position: relative;
    }
    /*.changeable_bg::after {
        content: "";
        background: #131e4acc;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }*/
    .copyright_extra {
        position: absolute;
        left: 40px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        font-size: 14px;
        line-height: 16px;
        font-weight: 100;
    }
    .copyright_extra span{
        color: #fff;
    }
    .mvv-img {
        -webkit-transition: 1000ms cubic-bezier(0, 0, 0.3642, 1);
        transition: 1000ms cubic-bezier(0, 0, 0.3642, 1);
        transition-property: opacity;
        transition-timing-function: cubic-bezier(.23,1,.32,1);
    }
    .full {
        opacity: 1!important;
        -webkit-transition: 1000ms cubic-bezier(0, 0, 0.3642, 1);
        transition: 1000ms cubic-bezier(0, 0, 0.3642, 1);
        transition-property: opacity;
        transition-timing-function: cubic-bezier(.23,1,.32,1);
    }
    .empty {
        opacity: 0;
        -webkit-transition: 1000ms cubic-bezier(0, 0, 0.3642, 1);
        transition: 1000ms cubic-bezier(0, 0, 0.3642, 1);
        transition-property: opacity;
        transition-timing-function: cubic-bezier(.23,1,.32,1);
    }
    .mvv-background-image {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: right;
        object-position: right;
        transition-timing-function: cubic-bezier(.23,1,.32,1);

    }
    .contact {
        border-radius: 20px;
        position: relative;
        padding: 20px;
        border: 1px solid #fff;
        font-size: initial;
        color: #fff;
        font-weight: 300;
        margin-top: 50px;
    }
    .contact i {
        font-size: 20px;
        background: #e65b25;
        width: 40px;
        height: 40px;
        color: #fff;
        text-align: center;
        line-height: 38px;
        border-radius: 100px;
        position: absolute;
        right: 15px;
        top: -21px;
    }
    .menu_trigger {
        position: relative;
        transition: all .95s cubic-bezier(.2,.75,.23,1);
        cursor: pointer;
        display: flex;
        align-items: center;
        padding: 9px 21px;
    }
    .menu_trigger  span {
        color: #fff;
        font-size: initial;
    }
    .menu_trigger:hover  span{
        color: #c69c6d;
    }
    .button__bg {
        top: 0;
        left: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        background: #c69c6d;
        border-radius: 100px;
        overflow: hidden;
        transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
        border: 1px solid #c69c6d4d;
    }
    .button__bg::before {
        width: 110%;
        height: 0;
        padding-bottom: 110%;
        top: 50%;
        left: 50%;
        border-radius: 50%;
        transform: translate3d(-50%,-50%,0) scale3d(0,0,1);
    }
    .button__bg::after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 0.3s;
    }
    .button__bg::before, .button__bg::after {
        content: '';
        position: absolute;
        background: #fff;
    }
    .menu_trigger:hover .button__bg::before {
        transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
        transform: translate3d(-50%,-50%,0) scale3d(1,1,1);
    }
    .menu_trigger span {
        display: block;
        position: relative;
        font-size: 17px;
    }
    .menu_trigger:hover .button__bg {
        transform: scale3d(1.2,1.2,1);
        border-color:#c69c6d ;
    }
    .has-displayed .lang {
        position: relative;
        top: -0;
        transition: all .95s cubic-bezier(.2,.75,.23,1);
    }
    .lang {
        position: relative;
        top: -200px;
        transition: all .95s cubic-bezier(.2,.75,.23,1);
    }
    .lang ul li{
        display: inline;
    }
    .lang ul li a {
        display: inline-block;
        color: #fff;
        padding-right: 10px;
        margin-right: 4px;
        border-right: 1px solid #fff;
        font-size: initial;
    }
    .lang ul li:last-child a{
        margin-right: 0;
        padding-right: 0;
        border: 0;
    }
    .intro_zone {
        width: calc(100%);
        overflow: hidden;
        position: relative;
        background: #eaeaea;
        display: flex;
        z-index: 2;
    }
    .intro, .intro_zone {
        height: 700px;
    }
    .intro.page_in, .intro_zone.page_in{
        height: calc(var(--svh) * 60 - 20px) !important;
    }

    #slideshow-text{
        font-weight: bold;
    }
    .intro__center {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: end;
        z-index: 2;
        padding: 10px 0;
    }
    #slideshow .intro_slide_home h1{
        font-size: 3rem;
        line-height: 3rem;
        max-width: 2048px!important;;
    }
    .intro__center h1 {
        font-size: 6rem;
        line-height: 6rem;
        font-weight: 300;
        width: 800px;
        text-transform: uppercase;
    }
      .intro__center h4 {
        font-size: 2rem;
        line-height: 2rem;
        font-weight: 300;
        width: 600px;
    }
    .page_in .content_sumary_domain {
        position: unset;
        margin-top: 0;
        z-index: 1;
        margin-left: 0;
        width: 100%;
        height: 100%;
        background: #f1f1f1;
    }
    .content_sumary_domain_box {
        padding: 40px;
        background: #f1f1f1;
        position: relative;
        /*height: 70%;*/
    }
    .box_logo_filiale {
        border: 1px solid #e5e5e5;
        background-color: #fff;
        padding: 20px 40px;
        /* height: 250px; */
        cursor: pointer;
        position: relative;
        text-align: center;
        border-radius: 10px;
    }
    .box_logo_filiale .the-arrow{
        bottom: 20px;
        right: 20px;
    }
    .box_logo_filiale:hover .the-arrow.-right > .shaft{
        width: 30px;
    }
    .box_logo_filiale:hover .the-arrow{
        background: #131e4a;
    }
    .page_in .big_title {
        z-index: 1;
        text-transform: uppercase;
        font-weight: bold;
    }
    .page_in .intro__center{
        justify-content: end;
    }
    .page_in .intro__center h1 {
        text-transform: capitalize;
        font-weight: bold;
        font-size: 4rem;
        line-height: 5rem;
        position: relative;
        font-weight: lighter!important;
        bottom: -126px;
        transition: all .95s cubic-bezier(.2,.75,.23,1);
        text-align: center;
        width: 100%;
    }
    .has-displayed .page_in .intro__center h1{
        bottom: 0px;
        transition: all .95s cubic-bezier(.2,.75,.23,1);
    }
    .page_in .intro__center h2{
        font-weight: light;
        font-size: 3rem;
        line-height: 3rem;
        width: 550px;
    }
    .word-lettering .word>span {
        display: inline-block;
        transform: scale3d(.95,.7,1) translateY(100%);
        transition: all .9s cubic-bezier(.2,.75,.23,1);
        transition-delay: calc(var(--word-index)*20ms);
        opacity: 0
    }
    .has-displayed .word-lettering.do-anim.is-animated .word>span, .has-displayed .word-lettering:not(.do-anim) .word>span {
        transform: none;
        opacity: 1;
    }
    .has-displayed .word-lettering.do-anim.is-animated .word>span {
        transition-delay: calc(var(--word-index)* 20ms + .1s);
    }

    /*.splitting.animated .char {
        -webkit-animation: fadeInUp 400ms cubic-bezier(.49,0,.51,1) both;
        animation: fadeInUp 400ms cubic-bezier(.49,0,.51,1) both;
        -webkit-animation-delay: calc(50ms * var(--char-index));
        animation-delay: calc(50ms * var(--char-index));
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
    }

    @-webkit-keyframes fadeInUp {
        0% {
            opacity: 0;
            -webkit-transform: translateY(50px);
            transform: translateY(30px);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }
    @keyframes fadeInUp {
        0% {
            opacity: 0;
            -webkit-transform: translateY(30px);
            transform: translateY(30px);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }*/


    /*#background-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        transition: opacity 1s ease-in-out;
        opacity: 1;
    }*/
    #slideshow.page_in::after {
        background: rgb(19,30,74);
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        top: 0;
        left: 0;
        background: rgb(19,30,74);
        background: linear-gradient(180deg, rgb(19 30 74 / 45%) 40%, rgb(19, 30, 74) 96%);
    }

    #background-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        transition: opacity 400ms ease-in-out, transform 400ms ease;
        opacity: 1;
        /*transform: scale(1.1) rotate(5deg); */
    }
    .inner_zone.page_in{
        padding: 60px 70px;
    }
    #section10 {
        position: absolute;
        height: 50px;
        width: 220px;
        bottom: -126px;
        right: 70px;
        z-index: 1;
        transition: all .95s cubic-bezier(.2,.75,.23,1);
    }
    .has-displayed #section10 {
        bottom: 74px;
        transition: all .95s cubic-bezier(.2,.75,.23,1);
    }
    #section10 a {
        padding-top: 0;
        color: #fff;
        width: 100%;
        display: flex;
        position: absolute;
        align-items: center;
        bottom: 0;
    }
    #section10 a span {
        width: 30px;
        height: 50px;
        margin-left: -15px;
        border: 2px solid #fff;
        border-radius: 50px;
        box-sizing: border-box;
        display: block;
        flex-shrink: 0;
        position: relative;
    }
    #section10 a span::before {
        position: absolute;
        top: 10px;
        left: 50%;
        content: '';
        width: 6px;
        height: 6px;
        margin-left: -3px;
        background-color: #fff;
        border-radius: 100%;
        -webkit-animation: sdb10 2s infinite;
        animation: sdb10 2s infinite;
        box-sizing: border-box;
    }
    .text_zone {
        line-height: 19px;
        margin-right: 50px;
    }
    ul.list_dom {
        position: absolute;
bottom: 17px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
        width: 100%;
        transition: all .95s cubic-bezier(.2,.75,.23,1);
        text-align: center;
    }
    ul.list_dom li {
        display: inline-block;
        margin-right: 20px;
        position: relative;
        height: 40px;
        overflow: hidden;
        line-height: 41px;
        border-radius: 100px;
        border: 1px solid #fff;
    }

    ul.list_dom li a {
        color: #fff;
        padding: 13px 30px;
    }
    /*ul.list_dom li::after{
        content: "";
        width: 15px;
        height: 15px;
        background: #e65b25;
        border-radius: 100px;
        position: absolute;
        top: -20px;
        left: 50%;
        transform: translateX(-50%) scale(0);
        opacity: 0;
        transition: all .95s cubic-bezier(.2,.75,.23,1);
    }
    ul.list_dom li:hover::after{
        opacity: 1;
        transition: all .95s cubic-bezier(.2,.75,.23,1);
        transform: translateX(-50%) scale(1);
    }*/
    ul.list_dom li:hover a{
        color: #3c3c3c;
        transition: opacity 400ms ease-in-out;
    }
    ul.list_dom li.active::after{
        opacity: 1;
        transform: translateX(-50%) scale(1);
        transition: all .95s cubic-bezier(.2,.75,.23,1);
    }
    ul.list_dom li:last-child{
        margin-right: 0;
    }
    .content_box{
        position: absolute;
        width: 985px;
        bottom: 150px;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        transition: all .95s cubic-bezier(.2,.75,.23,1);
        z-index: 0;
    }
    .content_box .sub {
        width: 100%;
        background: #ffffff;
        background: linear-gradient(0deg, rgba(255, 255, 255, 1) 29%, rgba(255, 255, 255, 0.64) 100%);
        z-index: 3;
        border-radius: 20px;
        border: 1px solid #fff;
        padding: 30px;
        position: relative;
        z-index: 1;
    }
    .content_box .bottom {
        background: #ffffff36;
        border-radius: 0 0 20px 20px;
        padding: 33px 30px 10px 30px;
        margin-top: -25px;
        position: relative;
        z-index: 0;
        width: 98%;
        left: 50%;
        transform: translateX(-50%);
        border: 1px solid #fff;
        
    }
    .content_box.active {
        opacity: 1;
        z-index: 2;
        transition: all .95s cubic-bezier(.2,.75,.23,1);
        bottom: 130px;
    }

    @-webkit-keyframes sdb10 {
        0% {
            -webkit-transform: translate(0, 0);
            opacity: 0;
        }
        40% {
            opacity: 1;
        }
        80% {
            -webkit-transform: translate(0, 20px);
            opacity: 0;
        }
        100% {
            opacity: 0;
        }
    }

    @keyframes sdb10 {
        0% {
            transform: translate(0, 0);
            opacity: 0;
        }
        40% {
            opacity: 1;
        }
        80% {
            transform: translate(0, 20px);
            opacity: 0;
        }
        100% {
            opacity: 0;
        }
    }

    footer{
        background: #3c3c3c;
        padding-top: 50px!important;
        overflow: hidden;
    }
    footer.inner_zone {
        padding: 100px 70px 30px;
    }
    .footer_copyright_2{
        display: flex;
        align-items: center;
    }
    ul.footer_menu li{
        display: block;
        position: relative;
        transition-delay: 0.3s;
        transition: all .95s cubic-bezier(.2,.75,.23,1);
    }
    ul.footer_menu li a{
        color: #e65b25;
        text-decoration: none;
        font-size: 31px;
        line-height: 120%;
        font-weight: 300;
        padding-left: 0px;
        transition-delay: 0.3s;
        transition: all .95s cubic-bezier(.2,.75,.23,1);
        display: block;
    }

    .phone-email {
        margin-right: 0;
        margin-left: auto;
    }
    .phone-email i {
        color: #e65b25;
        font-size: 56px;
        margin-left: 15px;
    }
    .phone-email h4 {
        margin-bottom: -5px;
        margin-top: 4px;
        font-size: 28px;
        line-height: 45px;
        color: #e65b25;
        font-weight: 300;
        text-wrap-mode: nowrap;
    }
    .phone-email small {
        line-height: 1;
    }
    footer .logo {
        width: 60%;
    }
    .copyright {
        text-align: left;
        font-size: 15px;
        color: #fff;
    }
    .text_link{
        color: #c69c6d;
    }
    .text_link:hover{
        text-decoration: underline;
        color: #c69c6d;
    }
    .social-icons {
        font-size: 0;
    }
    .social-icons ul {
        padding: 0;
        margin: 0px 0 0 20px;
    }
    footer .social-icons ul{
        text-align: right;
        margin: 0;
    }
    footer .social-icons i {
        font-size: 21px;
    }
    .social-icons li {
        display: inline-block;
        margin: 5px 0px 0 0;
        vertical-align: top;
        position: relative;
    }
    .social-icons li:last-child{
        margin: 5px 0px 0 0;
    }
    .social-icons li:after {
        position: absolute;
        display: block;
        width: 45px;
        height: 45px;
        content: "";
        opacity: 0;
        text-align: center;
        top: 0;
        left: 0;
        z-index: 0;
        transition: all .95s cubic-bezier(.2,.75,.23,1);
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    .social-icons li:hover:after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    div.social-icons li a {
        width: 49px;
        height: 49px;
        display: inline-block;
    }
    div.social-icons li:after {
        position: absolute;
        display: block;
        width: 49px;
        height: 49px;
        content: "";
        opacity: 0;
        text-align: center;
        top: 4px;
        left: 4px;
        z-index: 0;
        transition: all .95s cubic-bezier(.2,.75,.23,1);
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 100px;
       
    }
    div.social-icons li:hover:after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    div.social-icons li.twitter:hover:after {
        background-color: #47c0d8
    }
    div.social-icons li.x-twitter:hover:after {
        background-color: #000
    }
    div.social-icons li.facebook:hover:after {
        background-color: #49699f;
    }
    div.social-icons li.linkedin:hover:after {
        background-color: #2c7cb7;
    }
    div.social-icons li.pinterest:hover:after {
        background-color: #c21c21;
    }
    div.social-icons li.rss:hover:after {
        background-color: #fe9900;
    }
    div.social-icons li.flickr:hover:after {
        background-color: #e82c88;
    }
    div.social-icons li.youtube:hover:after {
        background-color: #bd1722;
    }
    div.social-icons li.instagram:hover:after {
        background: #f09433;
        background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
    }
    .social-icons li a:hover {
        border-color: transparent;
    }
    .circle-icons li a {
        display: block;
        width: 45px;
        height: 45px;
        border: 3px solid transparent;
        font: 0/0 a;
        cursor: pointer;
        text-align: center;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        transition: all .95s cubic-bezier(.2,.75,.23,1);
    }
    ul.social-icons li.twitter:hover:after {
        background-color: #47c0d8;
    }
    ul.social-icons li.x-twitter:hover:after {
        background-color: #000;
    }
    ul.social-icons li.facebook:hover:after {
        background-color: #49699f;
    }
    ul.social-icons li.linkedin:hover:after {
        background-color: #2c7cb7;
    }
    ul.social-icons li.pinterest:hover:after {
        background-color: #c21c21;
    }
    ul.social-icons li.rss:hover:after {
        background-color: #fe9900;
    }
    ul.social-icons li.gplus:hover:after {
        background-color: #c33d19;
    }
    ul.social-icons li.flickr:hover:after {
        background-color: #e82c88;
    }
    ul.social-icons li.instagram:hover:after {
        background-color: #517fa3;
    }
    ul.social-icons li.dropbox:hover:after {
        background-color: #5da3e8;
    }
    ul.social-icons li.youtube:hover:after {
        background-color: #bd1722;
    }
    ul.social-icons li.blogger:hover:after {
        background-color: #f38f33;
    }
    ul.social-icons li.evernote:hover:after {
        background-color: #73b122;
    }
    ul.social-icons li.dribbble:hover:after {
        background-color: #e65992;
    }
    ul.social-icons li.behance:hover:after {
        background-color: #18a3fe;
    }
    ul.social-icons li.lastfm:hover:after {
        background-color: #be0607;
    }
    ul.social-icons li.skype:hover:after {
        background-color: #24b0e4;
    }
    ul.social-icons li.vimeo:hover:after {
        background-color: #568799;
    }
    ul.social-icons li.forrst:hover:after {
        background-color: #628267;
    }
    ul.social-icons li.digg:hover:after {
        background-color: #2882c6;
    }
    ul.social-icons li.appstore:hover:after {
        background-color: #606060;
    }
    ul.social-icons li.wordpress:hover:after {
        background-color: #33759d;
    }
    ul.social-icons li.stumbleupon:hover:after {
        background-color: #eb4924;
    }
    ul.social-icons li.deviantart:hover:after {
        background-color: #5f7162;
    }
    ul.social-icons li.github:hover:after {
        background-color: #7292a2;
    }
    ul.social-icons li.mail:hover:after {
        background-color: #65a413;
    }
    .social-icons i {
        position: relative;
        font-weight: bold;
        font-size: 30px;
        z-index: 3;
        -webkit-transition: color .35s ease-out;
        transition: color .35s ease-out;
    }
    .social-icons li i {
        display: block;
        line-height: 51px;
        color: #c69c6d;
        width: 53px;
        height: 53px;
    }
    .social-icons a:hover i,
    .social-icons li:hover i {
        color: #fff;
    }
    .vertical-divider {
        position: relative;
        left: 50%;
        width: 1px;
        height: 100%;
        background-color: #e0e0e0;
    }

    ul.footer_copylink li {
        display: inline-block;
        margin-right: 26px;
        position: relative;
        padding-left: 2px;
    }
    ul.footer_copylink li a{
        color: #e65b25;
    }
    ul.footer_copylink li:hover a{
        color: #000;
        text-decoration: underline;
    }
    ul.footer_copylink li::after {
        position: absolute;
        font: var(--fa-font-solid);
        top: 10px;
        left: -12px;
        font-size: 10px;
        content: '\f105';
        color: #e65b25;
    }
    ul.footer_copylink li:last-child {
        margin-right: 0px;
    }
    ul.list_filiale {
        column-count: 2;
        padding-left: 20px;
    }
    ul.list_filiale li {
        position: relative;
        margin-bottom: 13px;
        line-height: 19px;
    }
    ul.list_filiale li a{
        color: #000;
        font-size: 18px;
    }
    ul.list_filiale li:hover a{
        color: #000;
        text-decoration: underline;
    }
    ul.list_filiale li:hover ::after{
        background: #000;
    }
    ul.list_filiale li::after {
        position: absolute;
        top: 5px;
        left: -22px;
        font-size: 10px;
        width: 10px;
        height: 10px;
        border: 1.7px solid #000;
        content: "";
        border-radius: 100px;
    }
    ul.list_filiale li:last-child {
        margin-bottom: 0px;
    }
    ul.footer_menu li:hover .the-arrow{
        opacity: 1;
        transition: all .95s cubic-bezier(.2,.75,.23,1);
        transform: scale(1);
    }
    ul.footer_menu li:hover a{
        padding-left: 10px;
        transition: all .95s cubic-bezier(.2,.75,.23,1);
    }
    ul.footer_menu li a .the-arrow{
        transform: scale(0);
        transition: all .95s cubic-bezier(.2,.75,.23,1);
    }
    .the-arrow {
        width: 40px;
        height: 40px;
        position: absolute;
        bottom: 0px;
        right: 0px;
        background: #3c3c3c;
        text-align: center;
        padding: 18px 0px 0 0;
        opacity: 1;
        transition: all .95s cubic-bezier(.2,.75,.23,1);
        flex-shrink: 0;
        border-radius: 100px;
    }
    .the-arrow > .shaft {
        background-color: #fff;
        display: block;
        height: 2px;
        position: relative;
        transition: all .95s cubic-bezier(.2,.75,.23,1);
        transition-delay: 0;
        will-change: transform;
    }
    .box_commision:hover a .the-arrow.-right > .shaft {
        width: 55px;
    }
    .the-arrow.-right > .shaft {
        width: 20px;
        transition-delay: 0.2s;
        transition: all .95s cubic-bezier(.2,.75,.23,1);
    }
    .the-arrow.-right > .shaft:before {
        transform: rotate(40deg);
    }
    .the-arrow.-right > .shaft:before, .the-arrow.-right > .shaft:after {
        width: 8px;
        transition-delay: 0.3s;
        transition: all .95s cubic-bezier(.2,.75,.23,1);
    }
    .the-arrow > .shaft:before {
        transform-origin: top right;
    }
    .the-arrow > .shaft:before, .the-arrow > .shaft:after {
        background-color: #fff;
        content: "";
        display: block;
        height: 2px;
        position: absolute;
        top: 0;
        right: 0;
        transition: all .95s cubic-bezier(.2,.75,.23,1);
        transition-delay: 0;
    }
    .the-arrow.-right > .shaft:after {
        transform: rotate(-40deg);
    }
    .the-arrow > .shaft:after {
        transform-origin: bottom right;
    }
    .subfooter .big_title{
        color: #fff;
    }
    .big_title {
        font-size: 2rem;
        line-height: 2rem;
        color: #131e4a;
        font-weight: 400;
        margin-top: 13px;
    }
    .people {
        position: absolute;
        width: 100%;
        z-index: 1;
        height: 310px;
        left: 0;
    }
    .people .p1 {
        width: 200px;
        position: absolute;
        right: -40px;
    }
    .people .p2 {
        width: 200px;
        position: absolute;
        right: 100px;
        bottom: -61px;
        z-index: 1;
    }
    .people .p3 {
        width: 200px;
        position: absolute;
        right: 260px;
        bottom: 0;
    }
    .subfooter {
        background: #131e4a;
    }
    .subfooter.inner_zone {
        padding: 40px  70px  40px  70px;
    }
    .sub_box{
        position: relative;
    }
    .float_img {
        position: absolute;
        width: 90%;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
    }
    .overlay_bg {
        position: absolute;
        background: #0000004f;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .img-overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #f8f9fa;
        z-index: 2;
    }
    .img-container {
        overflow: hidden;
        visibility: hidden;
        position: relative;
    }
    .img_abs{
        position: absolute;
        bottom: -40px;
        left:-30px;
        z-index: 2;
    }
    .square{
        border: 1px solid #e65b25;
        position: absolute;
        top: 20px;
        left: 40px;
        right: 20px;
        bottom: 20px;
            z-index: 2;
    }
    .box_block {
        padding: 40px;
        background: rgb(244 244 244);
        height: 100%;
        display: flex;
        align-items: center;
        position: relative;
        width: 100%;
    }
    .box_block.float_img{
        padding-right: 450px;
    }
    .box_block .icom {
       margin-right: 40px;
    }
    ul.list_values li{
        position: relative;
        border-bottom: 1px solid #efefef;
        padding: 20px 120px;
    }
    .num_value {
        font-size: 13rem;
        position: absolute;
        left: 40px;
        top: 180px;
        color: #e4e3e3;
        line-height: 7rem;
        transition-delay: 0.3s;
        transition: all .95s cubic-bezier(.2,.75,.23,1);
    }
    .title_value {
        font-weight: bold;
        color: #e65b25;
        font-size: 2rem;
        position: absolute;
        right: 30px;
        bottom: 30px;
        transition-delay: 0.3s;
        transition: all .95s cubic-bezier(.2,.75,.23,1);
    }
    .text_value{
        opacity: 0;
        visibility: hidden;
        transform: translateY(50%);
        transition-delay: 0.3s;
        transition: all .95s cubic-bezier(.2,.75,.23,1);
    }
    .box_values{
        height: 300px;
        border: 1px solid #dcdcdc;
        padding: 30px;
        position: relative;
        overflow: hidden;
        transition-delay: 0.3s;
        transition: all .95s cubic-bezier(.2,.75,.23,1);
        background: #131e4a;
        color: #fff;
    }
    .box_values:hover {
        z-index: 1;
        height: 400px;
        top: 0;
        transition: all .95s cubic-bezier(.2,.75,.23,1);
    }
    .box_values:hover .text_value{
        opacity: 1;
        visibility: visible;
        transform: translateY(0%);
        transition-delay: 0.3s;
        transition: all .95s cubic-bezier(.2,.75,.23,1);
    }
    .box_values:hover   .title_value {
        opacity: .3;
        transition-delay: 0.3s;
        transition: all .95s cubic-bezier(.2,.75,.23,1);
    }
    .box_values:hover .num_value{
        opacity: 0;
        transition-delay: 0.3s;
        transition: all .95s cubic-bezier(.2,.75,.23,1);
    }
    .box_values .the-arrow{
        bottom: -9px;
        left: -60px;
        opacity: 0;
    }
    .box_values:hover .the-arrow{
        opacity: 1;
    }
    .auto_hidden_content{
        height: 121px;
        overflow: hidden;
        overflow-y: scroll;
    }
    .img_dom{
        min-height: 300px;
        flex: 1;
    }
    .content_metier {
        flex: 1;
        padding: 60px;
    }
    .activity_modal .modal-content{
        border:0;
        border-radius: 0;
    }
    .activity_modal .modal-header{
        padding: 40px 60px;
        border: 0;
    }
    .activity_modal .modal-body{
        padding: 0px 60px 60px 60px;
    }
    .activity_modal .modal-footer{
        padding: 40px;
        background: #131e4a;
        border-radius: 0;
        align-items: center;
    }
    .modal .close{
        border: 0;
        border-radius: 100px;
        height: 40px;
        width: 40px;
    }
    .kaydan_custom.modal .close {
        border: 0;
        border-radius: 100px;
        height: 40px;
        width: 40px;
        position: absolute;
        top: 10px;
        right: 20px;
        z-index: 1;
        background: #e65b25;
        color: #fff;
    }
    h6.subheading{
        font-size: 18px;
        font-weight: 500;
        color: #e65b25;
        margin-bottom: 20px;
    }
    h6.subheading i {
        font-size: 17px;
        margin-right: 25px;
        margin-top: -15px;
    }
    .modal_img{
        height: 320px;
        background: #f1f1f1;
        margin-bottom: 30px;
    }
    .modal {
        overflow-y:auto;
        z-index: 99999;
    }
    ul.list_style li{
        padding-left: 40px;
        position: relative;
    }
    ul.list_style li::after {
        position: absolute;
        top: 7px;
        left: 0px;
        font-size: 10px;
        width: 10px;
        height: 10px;
        background:#000;
        content: "";
        border-radius: 100px;
    }
    .simple_link{
        color: #e65b25;
    }
    .simple_link:hover{
        color: #e65b25;
        text-decoration: underline;
    }
  
   
    .team_box {
        transition: all .95s cubic-bezier(.2,.75,.23,1);
        overflow: hidden;
        position: relative;
    }
    .team_box img{
        transition: all .95s cubic-bezier(.2,.75,.23,1);
        transform: scale(1);
        width: 100%;
    }
    .team_box:hover img{
        transform: scale(1.1);
        transition: all 10s cubic-bezier(.2,.75,.23,1);
    }
    .team_box::after {
        content: "";
        width: 100%;
        height: 100%;
        background: #000;
        position: absolute;
        top: 0;
        left: 0;
        background: rgb(0,0,0);
        background: linear-gradient(180deg, #131e4a00 70%, rgb(19, 30, 74) 96%);
    }
    .team_name {
        font-size: 3rem;
        line-height: 3rem;
        position: absolute;
        bottom: 0;
        left: 0;
        color: #ffffff;
        z-index: 1;
        padding:21px 62px 27px 32px;
        width: 100%;
    }
    .team_name.inf {
        font-size: 20px;
        line-height: 19px;
    }
    .team_name span{
        display: block;
    }
    .team_box:hover .plus_action{
        background: #e65b25;
        transform:rotate(180deg);
        transition-delay: 0.3s;
        transition: all .95s cubic-bezier(.2,.75,.23,1);
    }
    .team_box:hover .plus_action::after{
        transform:translate(-50%,-50%) rotate(180deg);
        transition-delay: 0.3s;
        transition: all .95s cubic-bezier(.2,.75,.23,1);
    }
    .team_box:hover .plus_action::before{
        transform:translate(-50%,-50%) rotate(180deg);
        transition-delay: 0.3s;
        transition: all .95s cubic-bezier(.2,.75,.23,1);
    }

    .plus_action {
        width: 30px;
        height: 30px;
        background: #000;
        border-radius: 100px;
        text-align: center;
        position: absolute;
        bottom: 30px;
        right: 15px;
        transition-delay: 0.3s;
        transition: all .95s cubic-bezier(.2,.75,.23,1);
        z-index: 2;
    }
    .plus_action::after{
        content:'';
        position: absolute;
        width: 17px;
        height: 2px;
        background: #fff;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
                transition-delay: 0.3s;
        transition: all .95s cubic-bezier(.2,.75,.23,1);
    }
    .plus_action::before{
        content:'';
        position: absolute;
        width: 2px;
        height: 17px;
        background: #fff;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
                transition-delay: 0.3s;
        transition: all .95s cubic-bezier(.2,.75,.23,1);
    }
    .box_form {
        background: #ebebeb;
        padding: 60px;
        border-radius: 10px;
    }
    .box_form .form-control{
        display: block;
        width: 100%;
        padding: 6px 0;
        margin-bottom: 27px;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #000;
        background-color: #ffffff00;
        background-clip: padding-box;
        border-bottom: 1px solid #dedede!important;
        border: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }
    .box_form .form-control:focus {
        color: #e65b25;
        background-color: #ffffff00;
        border-color: #e65b25!important;
        outline: 0;
        box-shadow: none;
    }
    .list_contact li {
        list-style: none;
        position: relative;
        margin-left: 25px;
    }
    .list_contact li i {
        position: absolute;
        left: -27px;
        top: 4px;
        font-size: 15px;
        color: #e65b25;
    }
    #map{
        height: 400Px;
        background: #131e4a;
        position: relative;
        margin-top: 100px;
    }
    #map_kaydang, #map_artemis, #map_inoovim, #map_datarium, #map_kaydanTech, #map_kam, #map_kotibe, #map_tkgs{
        height: 400Px;
        background: #131e4a;
        position: relative;
        border-radius: 10px;
    }
    .box_map {
        position: absolute;
        padding: 60px;
        background: #fff;
        z-index: 1;
        bottom: 30px;
        left: 40px;
        font-size: 30px;
        line-height: 26px;
        display: flex;
        align-items: center;
    }
    .box_map i{
        color: #e65b25;
        margin-right: 20px;
        font-size: 40px;
    }
    .kaydan-line {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 1;
      }

      .kaydan-line span {
        display: block;
        position: absolute;
        top: 0;
        height: 300%;
        width: .1rem;
        will-change: transform;
        animation: line_animation 5s linear infinite
      }

      .kaydan-line span:nth-child(1) {
        left: 50%;
        animation-duration: 6s
      }

      .kaydan-line span:nth-child(2) {
        left: calc(50% - 10.2rem);
        animation-duration: 4s
      }

      .kaydan-line span:nth-child(3) {
        left: calc(50% + 10.2rem);
        animation-duration: 8s
      }

      .kaydan-line span:nth-child(4) {
        left: calc(50% - 20.4rem);
        animation-duration: 8s
      }

      .kaydan-line span:nth-child(5) {
        left: calc(50% + 20.4rem);
        animation-duration: 7s
      }

      .kaydan-line span:nth-child(6) {
        left: calc(50% - 30.6rem);
        animation-duration: 4s
      }

      .kaydan-line span:nth-child(7) {
        left: calc(50% + 30.6rem)
      }

      .kaydan-line span:nth-child(8) {
        left: calc(50% - 40.8rem);
        animation-duration: 6s
      }

      .kaydan-line span:nth-child(9) {
        left: calc(50% + 40.8rem);
        animation-duration: 8s
      }

      .kaydan-line span:nth-child(10) {
        left: calc(50% - 51rem);
        animation-duration: 4s
      }

      .kaydan-line span:nth-child(11) {
        left: calc(50% + 51rem);
        animation-duration: 3s
      }

      .kaydan-line span:nth-child(12) {
        left: calc(50% - 61.2rem);
        animation-duration: 7s
      }

      .kaydan-line span:nth-child(13) {
        left: calc(50% + 61.2rem);
        animation-duration: 3s
      }

      .kaydan-line span:nth-child(14) {
        left: calc(50% - 71.4rem);
        animation-duration: 4s
      }

      .kaydan-line span:nth-child(15) {
        left: calc(50% + 71.4rem);
        animation-duration: 8s
      }

      .kaydan-line span:nth-child(16) {
        left: calc(50% - 81.6rem);
        animation-duration: 6s
      }

      .kaydan-line span:nth-child(17) {
        left: calc(50% + 81.6rem);
        animation-duration: 4s
      }

      .kaydan-line span:nth-child(18) {
        left: calc(50% - 91.8rem);
        animation-duration: 6s
      }

      .kaydan-line span:nth-child(19) {
        left: calc(50% + 91.8rem)
      }

      .kaydan-line span:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 41.66%;
        background-color: #ffffff58
      }

      .kaydan-line span:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 41.66%;
        background-color: #ffffff58
      }
      #slideshow .kaydan-line span:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 41.66%;
        background-color: #ffffff0f
      }

      #slideshow .kaydan-line span:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 41.66%;
        background-color: #ffffff0f
      }
    @keyframes line_animation {
        0% {
            transform: translateY(-66.66%)
        }

        to {
            transform: translateY(0)
        }
    }
    /* ---------Page preload--------------------------------------*/
.loader {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:9999;
	-webkit-transform: translate3d(0,0,0);
}
.loader-anim  , .loader-anim2{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:2;
	background:#fff;
}
.loader-anim2 {
	z-index:1
}
.loading-text-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    width: 150px;
    height: 90px;
    margin: -45px 0 0 -75px;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.loading-text {
	font-size:24px;
	color:#e65b25;
	/*text-align:left;*/
	text-transform:uppercase;
	display:block;
	line-height:50px;
	position:relative;
	z-index:2;
}
.loading-text strong {
	display:block;
}
.loader_count {
    font-size: 100px;
    z-index: 1;
    text-align: center;
    color: #e65b25;
    flex-shrink: 0;
    line-height: 100px;
}
.logo_laoder {
    z-index: 1;
    text-align: center;
    width: 200px;
    flex-shrink: 0;
    margin-right: 22px;
}
.page-load {
	position:fixed;
	top:80px;
	left:80px;
	right:0;
	bottom:0;
	z-index:119;
	-webkit-transform: translate3d(0,0,0);
	display:none;
}
.pl-row {
	float:left;
	width:100%;
	overflow:hidden;
	height:25%;
	position:relative;
	z-index:1;
}
.pl-row  span {
	position: absolute;
	left:0;
	right:100%;
	top:0;
	bottom:0;
}
.pl-row  span.pl-row-anim {
	z-index:2;
	background:#292929;
}
.pl-row  span.pl-row-anim2 {
	z-index:1;
}
.pl-spinner   {
	position:absolute;
	top:50%;
	left:50%;
	z-index:4;
	width:40px;
	height:40px;
	margin:-20px 0 0 -20px;
	border-radius:100%;
	background:#292929;
	box-shadow: 0px 0px 0px 12px rgba(255,255,255,0.05);
  	transition: all 500ms cubic-bezier(.19,1,.22,1) 0ms;
	transform:scale(0);
}
.pl-spinner.act-loader {
	transform:scale(1.0);
}
.pl-spinner:before  {
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	border-radius:100%;
	border:2px solid  rgba(255,255,255,0.2);
	animation: rotate 1s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
	box-sizing:border-box;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
[data-barba="container"] {


}
.transition {
    position: fixed;
    z-index: 9999999999999999;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    pointer-events: none;
    background: #fff;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}
.logo_transition{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
}
.box_type {
    position: relative;
    background: #131e4a;
    height: 100%;
}
.box_type_img{
    background: rgb(238,180,2);
    background: radial-gradient(circle, rgba(238,180,2,1) 4%, rgba(238,125,2,1) 60%);
    height: 300px;
    position: relative;
}
.box_type_content{
    padding: 40px;
    text-align: left;
    color: #fff;
}
.img_float_4 {
    position: absolute;
    bottom: 0;
    width: 290px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}
.img_float_5 {
    position: absolute;
    bottom: 0;
    width: 400px;
    margin: 0 auto;
    right: 0;
    z-index: 2;
}
.big_btn {
    padding: 20px 67px 20px 20px;
    color: #c69c6d;
    border: 2px solid;
    border-color: transparent;
    background: #fff;
    display: block;
    position: relative;
    transition: all .95s cubic-bezier(.2,.75,.23,1);
    border-radius: 100px;
    font-size: 25px;
}
.big_btn  .the-arrow {
    bottom: 14px;
    right: 13px;
}
.big_btn:hover{
    color: #c69c6d;
    background: #fff;
    border-color: transparent;
    transition: all .95s cubic-bezier(.2,.75,.23,1);
    transform: scale(1.05);
}

.big_btn_2 {
    padding: 10px 20px;
    color: #c69c6d;
    border: 2px solid;
    font-weight: bold;
    display: block;
    position: relative;
    transition: all .95s cubic-bezier(.2,.75,.23,1);
    border-radius: 10px;
}
.big_btn_2 .the-arrow {
    bottom: 14px;
    right: 13px;
}
.big_btn_2:hover{
    color: #ffff;
    background: #c69c6d;
    border-color: transparent;
    transition: all .95s cubic-bezier(.2,.75,.23,1);
}
.box_job {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ebebeb;
    box-shadow: -5px 7px 20px #0000001a;
    transition: all .95s cubic-bezier(.2,.75,.23,1);
    background: #fff;
    position: relative;
}
.box_job:after {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: 50%;
    z-index: -1;
    width: calc(100% - 5.2rem);
    height: 10px;
    background-color: #e65b25;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.small_text{
    font-size: 13px;
    font-weight: bold;
    color: #000;
}
.info_job{
    font-weight: bold;
    color: #e65b25;
}
.info_localisation{
    color: #000;
}
.info_filiale {
    width: 180px;
    flex-shrink: 0;
    margin-left: 20px;
    height: 100%;
    padding-left: 22px;
    border-left: 1px solid #e9e9e9;
}
.box_job:hover .info_job{
    color: #131e4a;
    transition: all .95s cubic-bezier(.2,.75,.23,1);
}

ul.info_job_extra li {
    display: inline-block;
    color: #000;
    margin-right: 10px;
    font-size: 17px;
    font-weight: bold;
    padding-right: 10px;
    position: relative;
}
ul.info_job_extra li::after {
    content: "";
    width: 1px;
    height: 17px;
    background: #000;
    position: absolute;
    right: 0;
    top: 6px;
}
ul.info_job_extra li:last-child::after{
    content: none
}
ul.info_job_extra {
    margin-top: -5px;
}
.section-title .info_job_extra{
    margin-top: 30px;
}
.section-title .info_job_extra li{
    color: #fff;
    padding: 0 10px;
    background: #e65b25;
}
.title_elmt_option{
    color: #e65b25;
}
ul.more_options li::after {
    position: absolute;
    top: 9px;
    left: 0px;
    font-size: 10px;
    width: 10px;
    height: 10px;
    content: "";
    border-radius: 100px;
    background: #fff;
}
ul.more_options li{
    color: #fff;
    position: relative;
    padding-left: 30px;

}
ul.more_options{
    margin-bottom: 20px;
}

#slides{
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    z-index: 1!important;
}
#background-image,
#slideshow-title,
#slideshow-text {
    transition: opacity 1s ease;
}
.progress-bar_tl {
    position: absolute;
    top: 0px;
    left: 0;
    height: 40px;
    background-color: #ffffff;
    transition: width 0.3s linear;
}
ul.list_dom li a {
    position: relative;
    color: #fff;
    mix-blend-mode: difference;
    font-weight: 600;
}

i.abs_item {
    position: absolute;
    top: 20px;
    left:20px;
    font-size: 30px;
    color: #fff;
}
.content {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 200px);
  }
  .box {
    background-color: #131e4a;
    padding: 20px;
    color: white;
    position: relative;
  }
  .box::after {
    content: "";
    position: absolute;
    border: 1px solid #ffffff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .50s cubic-bezier(.2,.75,.23,1);
    opacity: 0;
    }
    .box:hover::after{
        transition: all .50s cubic-bezier(.2,.75,.23,1);
        top: 20px;
        left: 20px;
        right: 20px;
        bottom: 20px;
        opacity: 1;
    }
  .box1 {
    grid-column: 1/3;
    background-size: cover;
  }

.box2 {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
    background-size: cover;
}
.box2_2 {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
    background-size: cover;
}
.box3 {
    grid-column: 4 / 5;
    grid-row: 1 / 3;
    background-size: cover;
    background-repeat: no-repeat;
}
.box4 {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    background-size: cover;
}
.box4_4 {
    grid-column: 1 / 2;
    grid-row: 3 / 3;
    background-size: cover;
}
.box5 {
    grid-column: 2 / 3;
    grid-row: 2 / 4;
    background-size: cover;
}
.box6_6 {
    grid-column: 3 / 4;
    grid-row: 3 / 4;
    background-size: cover;
}
.box6 {
    grid-column: 4 / 5;
    grid-row: 3 / 4;
    background-size: cover;
}
.num_section {
    font-size: 20rem;
    color: transparent;
    -webkit-text-stroke: 2px #e65b252b;
    position: absolute;
    bottom: 60px;
    z-index: 0;
    right: 40px;
    transform: rotate(-90deg);
}
.sub-heading{
    font-weight: bold;
    position: relative;
    color: #3c3c3c;
    padding-left: 20px;
}

.sub-heading::before {
    content: "";
    position: absolute;
    background: url("../images/icon360.svg") no-repeat center center;
    width: 20px;
    height: 20px;
    top: -3px;
    left: -5px;
}
.tab-content > .active {
    display: block;
    overflow: hidden;
}
.slider_home{
    position: relative;
}
.slider_home::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000004f;
}
.bg_map {
    background-image: url(../images/map.png);
    background-size: cover;
    background-position: top center;
}
.box_option_carreer{
    display: flex;
    justify-content: center;
}
ul.feature-list li {
    line-height: 20px;
    margin: 0px 0px 10px;
    text-align: justify;
    padding-left: 35px;
    position: relative;
}
ul.feature-list li::before {
    content: "\f058";
    color: rgb(240, 126, 13);
    font-size: 22px;
    font-weight: 400;
    position: absolute;
    left: 0px;
    top: 2px;
    font: var(--fa-font-solid) !important;
}
.pagination {
    margin-top: 50px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    list-style: none;
    justify-content: center;
  }
  .pagination__item--prev {
    margin-right: 15px;
    margin-left: 0;
  }
  .pagination__item {
    margin: 0 4px;
    height: 40px;
    min-width: 40px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 0 10px;
    background: #fff;
    border: 1px dashed #131e4a;
  }
  .pagination__item i, .pagination__item span {
    display: inline-block;
    color: #131e4a;
    line-height: 36px;
    font-weight: 700;
  }
.pagination__item.pagination__item--active {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    color: #fff!important;
    background: #e65b25;
    border: 1px dashed #ffffff;
}
  .pagination__item.pagination__item--active span{
    color: #fff;
  }
  .pagination__item:hover span, .pagination__item:hover i{
    color: #e65b25;
  }
    .pagination__item:hover{
        border: 1px dashed #e65b25; 
    }
  .custom_input{
    display: block;
    width: 100%;
    padding: 12.5px 82px 12.5px 12px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #ffffff00;
    background-clip: padding-box;
    border: 1px solid #b9b9b9!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
.search_news button {
    position: absolute;
    top: 50%;
    background: #131e4a;
    border: none;
    color: #fff;
    font-size: 20px;
    right: 12px;
    color: #fff;
    cursor: pointer;
    width: 45px;
    height: 45px;
    transition: all ease 0.4s;
    right: 0;
    transform: translate(-4px,-50%);
}
.custom_input:focus {
    background-color: #fff;
    border-color: #e65b25!important;
    outline: 0;
    box-shadow: none;
}
.custom_input:hover{
    background: #e7e7e7;
}
.news_img {
    height: 500px;
    margin: 30px 0 0 0;
    position: relative;
}
.news_content{
    padding:6rem 3rem 3rem 3rem;
    background: #fff;
    margin-top: -30px;
}
#lightgallery a {
    position: relative;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
    margin-bottom: 24px;
  }
  .justified-gallery .zone_img {
    height: 210px;
    border: 6px solid #fff;
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    border: 6px solid #fff;
    margin: 0;
    background-size: cover;

  }
  .justified-gallery .zone_img:hover{
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  #lightgallery a:after {
    font: var(--fa-font-solid);
    content: "\f00e";
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    width: 35px;
    height: 35px;
    opacity: 0;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
    transform-style: preserve-3d;
    line-height: 38px;
    text-align: center;
  }
  #lightgallery a:hover:after{
    opacity: 1
  }

  .similar_news .box_news:hover{
    background: #e65b25;
  }
  .similar_news .box_news h5{
    color: #fff;
  }
  .similar_news .box_news:hover h5{
    color: #fff;
  }
.gtranslate_wrapper {
    position: relative;
    display: flex;
    font-size: 14px;
}
header.scrolled  a.glink{
    color: #000;
}
header.scrolled  a.glink.gt-current-lang{
    color: #000;
    border: 1px solid #000;
}
a.glink {
    text-decoration: none;
    padding: 3px 10px;
    color: #ffffff;
    font-weight: bold;
}
a.glink.gt-current-lang {
    font-weight: bold;
    background: #ffffff1c;
    color: #ffff;
    border: 1px solid #ffffff7a;
    border-radius: 10px;
}
#gt_float_wrapper{
    position: absolute!important;
    top: 0!important;
    right: 0!important;
    z-index: 999999!important;
}
.gt_float_switcher{
    border-radius: 20px!important;
    background: #fff!important;
    border: 1px solid #ffffff42!important;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow{
    height: 15px!important;
    width: 15px!important;
    background-color: #fff!important;
    border-radius: 100px;
}
.gt_float_switcher .gt-selected{
    background-color: #e7e7e70f!important;
    text-align: center!important;
}


ul.menu_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
}
ul.menu_nav {
    align-items: center;
}
ul.menu_nav li {
    margin-right: 24px;
    list-style-type: none;
    position: relative;
}
ul.menu_nav > li :last-child{
    margin: 0;
}
ul.menu_nav li a {
    color: #fff;
    padding: 39px 0px 42px 0;
    font-weight: bold;
}
ul.menu_nav li:last-child::after{
    content: none;
}
ul.menu_nav li::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #ffffff;
    bottom: 0;
    right: -15px;
}
ul.menu_nav  li:hover > a, ul.menu_nav  li.active > a, ul.menu_responsive > li.active a{
    color: #e65b25!important;
}

ul.menu_nav li>ul.sub_menu {
    position: absolute;
    margin: 0;
    top: 60px;
    left: 0;
    min-width: 600px;
    text-align: left;
    background: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    padding: 40px 40px;
    display: flex;
    border: 1px solid #cbcbcb61;
}
.box_nav{
    padding-left: 20px !important;
    margin-left: 20px !important;
    border-left: 1px solid #e5e5e5;

}
.sub_Description .simple_link{
    border:0!important;
    display: block;
}
ul.sub_menu li{
    position: relative;
    margin: 0 !important;
}
ul.sub_menu li a{
    display: block;
    padding: 6px 20px;
    letter-spacing: 0.04em;
    border: 0!important;
    font-weight: lighter;
    color: #000!important;
}
ul.sub_menu li:hover a{
    border: 0!important;
    text-decoration: underline;
}
ul.menu_nav li>ul.sub_menu li::after {
    position: absolute;
    font: var(--fa-font-solid);
    top: 12px;
    left: 5px;
    font-size: 6px;
    content: '\f105';
    color: #e65b25;
}
.sub_Description{
    width: 200px;
    flex-shrink: 0;
    line-height: 22px;
    font-size: 15px;
}
ul.menu_nav li:hover>ul,
ul li.hovered>ul {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 61px;
    visibility: visible;
}
.line_box_img{
    position: relative;
}
.line_box_img::after {
    content: "";
    position: absolute;
    border: 1px solid #e65b25;
    top: 40px;
    left: -40px;
    right: 40px;
    bottom: -40px;
}
.small-text{
    font-size: 13px;
}
.border-radius-20{
    border-radius: 20px;
}

.headpage {
    height: 400px;
    position: relative;
    overflow: hidden;
}
.headpage::after{
    content: "";
    background: rgb(19,30,74);
    background: linear-gradient(180deg, rgb(19 30 74 / 45%) 40%, rgb(19, 30, 74) 96%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.headpage_title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    width: 100%;
    text-align: center;
    padding: 0 80px;
}
.headpage_title h1 {
    font-size: 5rem;
    color: #fff;
    line-height: 4.5rem;
}
.carreer_cv {
    padding: 20px;
    border-radius: 5px;
    position: relative;
    border: 1px solid #dedede;
    margin-bottom: 30px;
    margin-top: 30px;
}
.label_form{
    font-size: 10px;
    font-weight: bold;
    display: block;
}
.select_form {
    width: 100%;
    border: 0;
    background: transparent;
    border-bottom: 1px solid #dedede;
    padding: 6px 0;
    margin-bottom: 30px;
}
.box_form .custom-control-input:checked {
    background-color: #f5651c!important;
    border-color: #f65a03!important;
}
.box_form .custom-control-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.footer_copyright {
    align-items: center;
    animation-fill-mode: backwards;
    display: flex;
    flex-shrink: 0;
    justify-content: end;
    font-size: 15px;
}
.under_box {
    z-index: 1;
    position: relative;
}
.under_box::after {
    content: "";
    position: absolute;
    top: 50px;
    left: -50px;
    width: 100%;
    height: 100%;
    background: #131e4a;
    z-index: -1;
}
.under_box.opp::after {
    left: unset;
    right: -50px;
}
ul.list_elemnts li {
    color: #000;
    padding-left: 25px;
    position: relative;
    margin-bottom: 7px;
}
ul.list_elemnts li::after {
    position: absolute;
    top: 3px;
    left: 0px;
    font-size: 10px;
    content: "\f058";
    font: var(--fa-font-solid);
    border-radius: 100px;
    color: #e65b25;
}

/* -------------------------------------------
breadcrumbs
------------------------------------------- */
.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
margin-top: -13px;
}
.breadcrumbs li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumbs li a {
    color: #131e4a;
    -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
    transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.breadcrumbs li a:hover {
  color: #131e4a;
}
.breadcrumbs li:after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #131e4a;
  margin: 0 15px;
}
.breadcrumbs li:last-child {
  cursor: not-allowed;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs li:last-child a {
  pointer-events: none;
  color:#131e4a;
}
.title_team {
    font-size: 15px;
    line-height: 20px;
    margin-top: 19px;
}
.box_filiale {
    background: #fff;
    padding: 40px;
    height: 100%;
}
.type_filiale {
    border: 1px solid #d0d0d0;
    padding: 4px 20px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 20px;
}
ul.info_list{
    margin-top: 30px;
}
ul.info_list li {
    display: block;
    font-size: 15px;
    line-height: 21px;
}
ul.info_list li i{
    font-size: 13px;
    color: #e65b25;
    margin-right: 12px;
}
.simple_link {
    font-weight: bold;
    font-size: 13px;
    display: inline-block;
    color: #e65b25;
}
.box_axe{
    border: 1px solid rgb(244 244 244);
    padding: 40px;
    position: relative;
    height: 550px;
    overflow: hidden;
}
.box_axe .num_rse{
    position: absolute;
    top: 20px;
    right: 40px;
    margin: 0;
    z-index: 2;
}
.inner_box_axe {
    background: #fff;
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    padding: 40px;
    height: 230px;
    z-index: 2;
}
.axe_img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
}
.axe_img::after {
    background: rgb(19,30,74);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background: rgb(19,30,74);
    background: linear-gradient(180deg, rgb(19 30 74 / 0%) 40%, rgb(19, 30, 74) 96%);
    z-index: 1;
}

.footer_link li {
  position: relative;
  padding-left: 22px;
  display: block;
  margin-bottom: 10px;
}
.footer_link li:last-child{
  margin-bottom: 0;
}
.footer_link li a {
  color: #fff;
  line-height: 18px;
  display: block;
    -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.footer_link li:hover a{
    color: #c69c6d;
    text-decoration: underline;
      -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.footer_link li::after {
    position: absolute;
    font: var(--fa-font-solid);
    top: 4px;
    left: 5px;
    font-size: 10px;
    content: '\f105';
    color: #c69c6d;
}
footer .box_logo_filiale{
    padding: 10px 10px;
}

footer  .horizontal-line {
    margin: 0rem 0;
}
.owl-carousel.logo_filiales .owl-stage{
    padding: 0px 0px 0 0;
}
header .logo {
    width: 360px;
    height: 39px;
    position: relative;
    transition: all .95s cubic-bezier(.2,.75,.23,1);
    flex-shrink: 0;
}
header .logo a{
    width: 100%;
    height: 100%;
    display: block;
    background: url(../images/logoDGA_white.svg) no-repeat;
    background-size: contain;
}

.box_stat{
    position: relative;
}
.box_stat .num_label{
    font-weight: lighter;
    color: #c69c6d;
}

ul.menu {
    padding: 0;
    width: auto;
}
.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
}
ul.menu li a .btn.expander {
    background: none;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 9px;
    border-radius: 0px;
    position: absolute;
    top: 18px;
    right: 20px;
    outline: none;
}
ul.menu ul.sub_menu {
    padding: 0;
    background: #e65b25;
}
ul.menu ul.sub_menu li a {
    padding: 10px 50px;
    position: relative;
    font-weight: 500;
    cursor: pointer;
    border-bottom: 1px solid #3a3a3a;
    color: #fff !important;
}
ul.menu li a {
    color: #c69c6d;
    line-height: 32px;
    position: relative;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-size: 25px;
    font-weight: 300;
}
ul.menu li.active a {
    background: #000;
}
ul.menu li:hover a {
    color: #f3d0a9;
}
.box_candidature{
    padding: 40px;
}
.box_filiale .simple_link{
    margin-top: 40px;
}
.img_elmnt {
    position: absolute;
    bottom: -90px;
    width: 540px;
    left: 50%;
    transform: translateX(-50%);
}
.menu_wrapper .horizontal-line {
    border-top: 1px solid #c69c6d;
}
.customise_round_box{
    margin: 0 10px;
    border-radius: 20px;
}
.box_services {
    padding: 40px;
    border-radius: 10px;
    background: #e3e3e3;
    height: 100%;
        transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.box_services:hover{
    background: #131e4a;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
        transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.box_services:hover p{
    color: #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.box_services:hover .img_services{
    transform: scale(1.05) rotate(3deg);
    transition: all .95s cubic-bezier(.2,.75,.23,1);
}
.img_services{
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    transition: all .95s cubic-bezier(.2,.75,.23,1);
}
.box_services h4{
    color: #e65b25;
}
.icon_service svg {
  width: 70px;
  height: 70px;
  color: #131e4a; /* couleur par défaut */
  transition: color 0.5s ease;
}
.box_services:hover .icon_service svg {
  color: #fff; /* couleur au survol */
}
.btn_link_to {
    transition: all .3s cubic-bezier(.2,.75,.23,1);
    display: inline-flex;
    align-items: center;
    color: #fff;
    position: relative;
}
.btn_link_to i {
    background: #e65b25;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    transition: all .3s cubic-bezier(.2,.75,.23,1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-45deg);
}
.btn_link_to:hover i{
    background: #131e4a;
    transform: scale(1.1);
    transition: all .3s cubic-bezier(.2,.75,.23,1);
}
.btn_link_to span {
    color: #e65b26;
    font-weight: bold;
    font-size: 15px;
    padding-left: 10px;
}

.box_plus_more{
    height: 500px;
    position: relative;
    overflow: hidden;
    background: #e65b25;
    border-radius: 10px;
    padding: 40px 180px 40px 40px;
    color: #fff;
}
.box_plus_more.contact_page{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.box_plus_more.contact_page i{
    font-size: 50px;
}
.border-radius-10{
    border-radius: 10px;
}
.number_circle{
    width: 80px;
    height: 80px;
    text-align: center;
    font-size: 50px;
    line-height: 76px;
    margin-right: 20px;
    flex-shrink: 0;
}
.newsletter {
    background: #131e4a;
    border-radius: 10px;
}
.newsletter form {
    display: flex;
    justify-content: space-between;
    margin-top: 28px;
    position: relative;
}
.newsletter form input {
    height: 60px;
}
.newsletter form button {
    position: absolute;
    top: 0px;
    background: transparent;
    border: none;
    font-size: 20px;
    color: #fff;
    width: 60px;
    height: 60px;
    transition: all ease 0.4s;
    transform: scale(1.001);
    right: 0;
    border-radius: 25px 25px 0;
}
.newsletter .form-control:focus {
    box-shadow: none;
}
.newsletter .form-control {
    -webkit-appearance: none;
    width: 100%;
    padding: 0;
    border: 0;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #e65c25c6;
    background: none;
    border-radius: 0;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.form-control {
    border: 1px solid #e65b25;
    border-radius: 0px;
    padding: 10px 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
    background: #f6f6f6;
    color: #022d62;
    border-radius: 5px;
    background-clip: inherit !important;
}
.elmt_deco {
    position: absolute;
    z-index: -1;
    top: 40px;
    right: 100px;
    width: 230px;
    opacity: .4;
}
.elmt_deco_2 {
    position: absolute;
    z-index: 0;
    top: -190px;
    right: 0px;
    width: 380px;
}
.elmt_deco_3 {
    position: absolute;
    z-index: 0;
    top: -200px;
    left: 50%;
    transform: translateX(-50%);
    width: 470px;
}
.scene {
    position: absolute;
    z-index: 0;
    top: 50px;
    right: 20px;
    width: 360px;
}
.elmt_deco_5 {
    position: absolute;
    z-index: 0;
    bottom: -110px;
    right: -100px;
    width: 720px;
    transform: rotate(31deg);
}

.inner_zone.stat_zone{
    padding-top: 200px;
}
.plus_more .owl-controls{
    position: absolute;
    top: -35px;
    width: 100%;
    left: 0;
    z-index: 2;
}
.plus_more .owl-nav{
    display: flex;
    justify-content: end;
}
.plus_more .owl-controls .owl-nav div {
    background: #3c3c3c;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c69c6d;
    border-radius: 100px;
    margin-left: 10px;
    transition: all .3s cubic-bezier(.2,.75,.23,1);
    font-size:0 ;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
}
.plus_more .owl-controls *:after {
    display: block;
    text-align: center;
    line-height: 20px;
    font-size: 24px;
    z-index: 4;
    -webkit-transition: color .35s ease-out;
    transition: color .3s ease-out;
    font-weight: bold;
}
.plus_more .owl-prev:after {
    content: "\f104";
    font-size: 12px;
}
.plus_more .owl-next:after {
    content: "\f105";
    font-size: 12px;
}
.plus_more .box_container_all {
    border-radius: 20px;
}

.partner_box.inner_zone {
    padding: 40px 70px;
}
.pulse-button.white {
    box-shadow: 0 0 0 0 #fff;
    background-color: #fff;
}
.pulse-button {
    position: relative;
    border: none;
    box-shadow: 0 0 0 0 #ffffffa9;
    background-color: #ffffff;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.pulse-button:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
}
@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}
@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}
@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}
@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}
@keyframes tipUp {
    0% {
        transform: translateY(50px) rotateZ(45deg);
    }
    100% {
        transform: translateY(-70px) rotateZ(45deg);
    }
}
@keyframes lineUp {
    0% {
        transform: translateY(50px);
    }
    100% {
        transform: translateY(-70px);
    }
}

.bottom_section {
    max-width: 1386px;
    margin: 0 auto;
    padding: 24px 20px 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.bottom_section_inner{
    background-color: #ffffff;
    position: relative;
    padding: 30px 20px 4px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: .875em;
    line-height: 1.714em;
    -webkit-border-radius: 25px 25px 0 0;
    border-radius: 25px 25px 0 0;
}
.bottom_section_inner:before, .bottom_section_inner:after{
    box-shadow: 0 20px 0 0 #ffffff;
}
.bottom_section_inner:before, .bottom_section_inner:after {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: 0;
    height: 40px;
    width: 20px;
}
.bottom_section_inner:before {
    right: 100%;
    border-bottom-right-radius: 20px;
}
.bottom_section_inner:after {
    left: 100%;
    border-bottom-left-radius: 20px;
}
.box_axes {
    position: relative;
    overflow: hidden;
    height: 340px;
    border-radius: 10px;
    border: 1px solid #d5d5d5;
    padding: 20px;
    background: #fff url(../images/bg_elmt_1.png) no-repeat;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background-size: 350px;
    background-position-x: 170px;
        transition: all .3s cubic-bezier(.2,.75,.23,1);
}
.box_axes:hover{
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.077);
    transition: all .3s cubic-bezier(.2,.75,.23,1);
}
.box_axes:hover .box_axes_inner{
    background: #e65b25;
    color: #fff;
}
.box_axes_inner{
    padding: 20px;
    background: #ededed;
    border-radius: 10px;
    transition: all .3s cubic-bezier(.2,.75,.23,1);
}
.box_axes_num {
    font-size: 80px;
    color: #e65b25;
    line-height: 80px;
    transition: all .3s cubic-bezier(.2,.75,.23,1);
    transform-origin:left center;
}
.box_axes:hover .box_axes_num{
    transform: scale(1.1);
}
.services_page .box_plus_more{
    padding: 0;
    height: 100%;
}
.services_page ul.list_elemnts li {
    margin-bottom: 15px;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 15px;
}
.services_page ul.list_elemnts li:last-child{
    margin-bottom: 0;
    border-bottom: 0;
}
.carreer_cv {
  border: 1px solid #e7e8e8;
  padding: 15px;
  border-radius: 20px;
  margin-bottom: 15px;
  background: #fff;
}
.box_career {
  background: #fff;
  padding: 20px 80px 20px 20px;
  border-radius: 15px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  box-shadow: -9px 6px 13px 5px #0000000a;
border: 1px solid #dfdfdf;
}
.box_career:last-of-type{
  margin-bottom: 0;
}
.box_career .date {
  line-height: 13px;
  display: flex;
  align-items: center;
}
.box_career .date i{
  margin-right: 10px;
}
.btn_career {
  background: #e65b25;
  color: #fff;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;

}
.box_career:hover{
  border: 1px solid #e65b25;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn_career i {
  transform: scale(1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 24px;
  line-height: 41px;
}
.box_career:hover i{
  transform: scale(1.4);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn_career:hover{
  background: #494949;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn_career:hover i{
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tech_custom_modal.modal .modal-header {
    border-bottom: 0;
}
.tech_custom_modal.modal .modal-body {
    padding: 40px 60px;
}
.tech_custom_modal.modal .modal-footer {
    text-align: center;
    font-size: 13px;
    padding: 40px;
    justify-content: center;
    border-top: 0;
    background: #131e4a;
    border-radius: 0 0px 6px 6px;
    color: #fff;
}
.tech_custom_modal .close {
    border: 0;
    background: #e65b25;
    color: #fff;
    font-size: 11px;
    text-align: center;
    margin: 0  0 0 auto;
    height: 30px;
    width: 30px;
    border-radius: 100px;
}
.btn_post {
    background: #e65b25;
    padding: 5px 10px;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 10px;
}
.btn_post i{
    font-size: 10px;
}
.tech_custom_modal .modal-content{
    border: 0;
}
.search_operate_bar .form-control {
    -webkit-appearance: none;
    width: 250px;
    padding: 9px 60px 11px 25px;
    font-family: inherit;
    font-size: 17px;
    font-weight: 500;
    border: 1px solid #c69c6d;
    background: #c69c6d;
    border-radius: 100px;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.search_operate_bar form button {
    position: absolute;
    top: 0px;
    background: #3c3c3c;
    border: none;
    font-size: 20px;
    color: #c69c6d;
    width: 48px;
    height: 48px;
    transition: all ease 0.4s;
    transform: scale(1.001);
    right: 0;
    border-radius: 100px;
}
.search_operate_bar form input {
    /* height: 40px; */
}
.search_operate_bar form {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.extr_zone_menu{
    display: flex;
    gap: 15px;
}
.btn_connexion {
    background: #3c3c3c;
    height: 48px;
    color: #c69c6d;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 19px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 17px;
}
.btn_connexion:hover{
    background: #c69c6d;
    color: #3c3c3c;
}
.btn_connexion:hover i{
    transform: scale(1.2);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.btn_connexion i {
    background: #fff;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 17px;
    line-height: 30px;
    margin-left: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transform: scale(1);
}

#controls {
    position: absolute;
    /* bottom: 0; */
    right: 0;
    display: flex;
    flex-direction: column;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    /* height: 100%; */
}

#controls #prevBtn,
#controls #nextBtn {
    border-radius: 100%;
    width: 70px;
    height: 70px;
    background: rgb(255 255 255 / 0%);
    font-size: 0;
    position: relative;
    margin: 5px 0;
    flex-shrink: 0;
    border: 3px solid #c69c6d;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

#controls #prevBtn::after,
#controls #nextBtn::after {
    position: absolute;
    font: var(--fa-font-solid);
    font-size: 20px;
    color: #c69c6d;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

#controls #prevBtn:hover::after,
#controls #nextBtn:hover::after {
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    transform: translate(-50%, -50%) scale(.4);
    color: #fff;
}

#controls #prevBtn::after {
    content: "\f104";
}

#controls #nextBtn::after {
    content: "\f105";
}

#controls #prevBtn:hover,
#controls #nextBtn:hover {
    background: #c69c6d;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    transform: scale(1.2);
}
#videoPlayer {
    transition: opacity 500ms ease-out;
}
.zone_video_bg {
    width: 100%;
    height: 800px;
    background: #000;
    position: relative;
}

.zone_video_bg video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zone_video_bg .main-text {
    position: absolute;
    transform: translate(-50%, -90%);
    top: 90%;
    left: 50%;
    width: 100%;
    z-index: 2;
    padding: 0 70px;
}
#progressBar {
    width: 100%;
    height: 4px;
    background-color: #3c3c3c;
    position: absolute;
    bottom: 0;
    z-index: 1;
    display: none;
}
#progressBar div {
    height: 100%;
    background-color: #c69c6d;
    position: absolute;
    top: 0;
    left: 0;
    transition: width 2s linear;
}
#videoText{
    width: 700px;
}
#videoText h1 {
    color: #fff;
    font-size: 48px;
    line-height: 42px;
}
#videoText h3 {
    color: rgb(255, 255, 255);
    font-size: 26px;
    line-height: 26px;
    font-weight: 300!important;
    margin: 20px 0;
}
.video_btn {
    background: #3c3c3c;
    color: #c69c6d;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    padding: 20px 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 22px;
}
.video_btn i {
    background: #fff;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 10px;
    line-height: 20px;
    margin-left: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transform: scale(1);
    flex-shrink: 0;
}
.video_btn:hover{
    background: #c69c6d;
    color: #3c3c3c;
}
.video_btn:hover i{
    transform: scale(1.2);
}
.box_container_all {
    height: 100%;
    background: rgb(244 244 244) ;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 20px;
    /* overflow: hidden; */
}
.article_link {
    inset: 0px;
    position: absolute;
    z-index: 4;
}
.box_container {
    background: rgb(255, 255, 255);
    height: 190px;
    position: relative;
    text-align: center;
    transition: 0.3s;
    border-radius: 20px;
    overflow: hidden;
}
.box_container_img {
    width: 100%;
    height: 100%;
    transition: 0.5s;
}
.box_info {
    position: relative;
    padding: 20px;
}
.box_info span.title {
    font-weight: bold;
    color: rgb(198, 156, 109);
    margin-bottom: 12px;
    overflow: clip;
    text-overflow: ellipsis;
    line-height: 15px;
}
ul.price li {
    line-height: 19px;
    position: relative;
    padding-left: 20px;
    font-weight: 400;
}
ul.price li::after {
    content: '\f058';
    position: absolute;
    top: 5px;
    font: var(--fa-font-solid);
    font-size: 10px;
    left: 0;
}
.montant {
    font-weight: bold;
    display: flex;
    align-items: center;
    border-top: 1px dashed;
    margin-top: 20px;
    padding-top: 20px;
    text-align: center;
    justify-content: center;
    font-size: 15px;
    color: #C69C6D;
}
.montant span {
    font-size: 10px;
    margin-left: 20px;
    color: #C69C6D;
}
a.link {
    color: #C69C6D;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background: #3c3c3c;
    padding: 4px 11px 4px 14px;
    border-radius: 100px;
    margin: 10px;
    height: 40px;
    justify-content: center;
    display: inline-flex;
    align-items: center;
}
a.link.big{
    padding: 20px 30px;
    font-size: 22px;
    height: auto;
}
a.link:hover{
    background: #C69C6D;
    color: #3c3c3c;
}
a.link i{
    background: #fff;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 10px;
    line-height: 20px;
    margin-left: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transform: scale(1);
}
a.link:hover i{
        transform: scale(1.2);
}
.box_body {
    padding: 40px;
    border-radius: 20px;
    background: #ffffff87;
    height: 100%;
    position: relative;
    z-index: 1;
    border: 1px solid #fff;
    backdrop-filter: blur(4px);
    text-align: justify;
}
.box_body ul.bullet_list li::after{
    color: #fff;
    background: #c69c6d;
}
.num {
    position: absolute;
    background: #c69c6d00;
    color: #c69c6d;
    border-radius: 100px;
    font-size: 20px;
    width: 29px;
    line-height: 29px;
    height: 29px;
    right: 20px;
    top: 20px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #c69c6d;
}
.search_operate_bar .form-control:focus {
    box-shadow: none;
}
.search_operate_bar form input::placeholder {
  color:white;
  opacity: 1; /* Firefox */
}
.search_operate_bar form input::-ms-input-placeholder { /* Edge 12 -18 */
  color:white;
}
ul.bullet_list li {
    position: relative;
    padding-left: 31px;
    line-height: 21px;
}
ul.bullet_list li::after {
    position: absolute;
    font: var(--fa-font-solid);
    top: 1px;
    left: 5px;
    font-size: 10px;
    content: '\f105';
    color: #c69c6d;
    background: #fff;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    border-radius: 20px;
}
.info ul {
    padding-left: 40px;
    margin: 0;
}
.info li {
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 5px;
    border-bottom: 0;
    color: #fff;
}
.info li i {
    position: absolute;
    top: 3px;
    left: -34px;
    font-size: 16px;
    color: #c69c6d;
}
.menu-button {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 0;
    background: #fff;
    border-radius: 100px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    margin-left: 10px;
}
.menu-button .line-1, .menu-button .line-2, .menu-button .line-3 {
    position: relative;
    height: 2px;
    border-radius: 50px;
    background: #c69c6d;
    width: 19px;
}
.link_text_button{
    color: #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    padding: 4px 11px 4px 14px;
    border-radius: 100px;
    margin: 10px;
    height: 40px;
    justify-content: center;
    display: inline-flex;
    align-items: center;
}
.link_text_button:hover{
    color: #fff;
    transform: scale(1.2);
    transition: all 0.3s ease 0.5s;
}
.link_text_button:hover i{
    transform: scale(1.2);
}
.link_text_button i{
    color: #C69C6D;
    background: #fff;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 10px;
    line-height: 20px;
    margin-left: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transform: scale(1);
    flex-shrink: 0;
}
.content_box .sub ul.bullet_list li::after{
    color: #ffffff;
    background: #c69c6d;
}
.inner_zone{
    overflow: hidden;
}
#slideshow-controls{
    display: flex;
    text-align: center;
    justify-content: center;
}
/*-----responsive site style-----*/
.container-fluid {
    max-width: 2048px!important;
    margin-right: auto;
    margin-left: auto;
}


@media (max-width: 575.98px) {
    header .logo {width: 162px;height: 25px;}
    .menu_trigger{padding: 4px 4px 4px 14px;}
    .menu_trigger span{font-size: 17px;margin-top: 2px;}
    .visible_menu{display: none;}
    .btn_connexion{display: none;}
    header.inner_zone {padding: 15px 0px 15px 0px;}
    .zone_video_bg {width: 100%;height: 460px;}
    .zone_video_bg .main-text{padding: 0}
    #videoText{width: 100%;}
    #videoText h1{font-size: 28px;line-height: 24px;}
    #videoText h3 {font-size: 16px;line-height: 17px;}
    .video_btn{padding: 9px 15px 9px 20px;font-size: 19px;font-weight: bold;line-height: 19px;}
    .inner_zone {padding: 50px 0px;}
    .section-title h2 {font-size: 2.5rem;line-height: 2.3rem;}
    .elmt_deco{top: -30px;right: -50px;width: 150px;}
    .plus_more.owl-carousel .owl-stage{padding: 57px 0px;}
    .plus_more .owl-controls{top: 6px;}
    .elmt_deco_2{top: -10px;right: -70px;width: 200px;}
    .box_body{    text-align: left; backdrop-filter:none; background: #ffffff; padding: 60px 20px 20px 20px;}
    a.link.big {display: flex!important;justify-content: center;}
    .subfooter.inner_zone {padding: 50px 0;}
    .subfooter .big_title {font-size: 23px;line-height: 22px;}
    .intro, .intro_zone {display:block;height: auto;}
    #background-image{position: unset; height: 170px;}
    .content_box{width: 100%;bottom:0; position: unset; transform: unset;display: none;}
    .content_box.active {bottom: 0; display: block;}
    .content_box .bottom{background: #3d3d3d;border-radius: 0;padding: 9px 8px 10px 8px;margin-top: 0;position: relative;line-height: 17px;z-index: 1;width: 100%;left: unset;transform: unset;border: unset;}
    .content_box .sub{border-radius: 0px; padding: 30px 12px;}
    .big_btn {padding: 10px 67px 10px 20px;font-size: 19px;}
    .big_btn  .the-arrow {bottom: 2px;right: 4px;}
    a.link.big {padding: 10px 30px;font-size: 17px;}
    footer.inner_zone{padding: 100px 0px 30px;}
    .scene{display: none;}
    footer .logo {width: 100%;margin-bottom: -10px !important;}
    .footer_copyright_2{display: block;}
    footer .social-icons ul{text-align: center;}
    .menu_shown .menu_wrapper{width: calc(100% - 30px);}
    .menu_wrapper .inner{text-wrap: unset;}
    .elmt_deco_3{width: 100%;}
    #slideshow.inner_zone{padding: 0;}
    #slideshow-controls{position: relative;transform: unset;top: unset;left: unset;bottom: unset;flex-wrap: wrap;}
    ul.list_dom li{margin-right: -1px;    width: 100%;border-radius: 0;flex: 0 0 50%;margin-top: -1px;}
    ul.list_dom li a {color: #fff;padding: 14px;font-size: 12px; position: absolute;top: 50%;transform: translateY(-50%);left: 0;width: 100%;line-height: 13px;}
    ul.list_dom li:last-child{flex: 0 0 100%;}
}

@media (min-width: 576px) and (max-width: 767.98px) {
    header .logo {width: 162px;height: 25px;}
    .menu_trigger{padding: 4px 4px 4px 14px;}
    .menu_trigger span{font-size: 17px;margin-top: 2px;}
    header.inner_zone {padding: 15px 0px 15px 0px;}
    .zone_video_bg {width: 100%;height: 460px;}
    .zone_video_bg .main-text{padding: 0}
    #videoText{width: 300px;}
    #videoText h1{font-size: 28px;line-height: 24px;}
    #videoText h3 {font-size: 16px;line-height: 17px;}
    .video_btn{padding: 9px 15px 9px 20px;font-size: 19px;font-weight: bold;line-height: 19px;}
    .inner_zone {padding: 50px 0px;}
    .section-title h2 {font-size: 2.5rem;line-height: 2.3rem;}
    .elmt_deco{top: -30px;right: -50px;width: 150px;}
    .plus_more.owl-carousel .owl-stage{padding: 57px 0px;}
    .plus_more .owl-controls{top: 6px;}
    .elmt_deco_2{top: -10px;right: -70px;width: 200px;}
    .box_body{    text-align: left; backdrop-filter:none; background: #ffffff; padding: 60px 20px 20px 20px;}
    a.link.big {display: flex!important;justify-content: center;}
    .subfooter.inner_zone {padding: 50px 0;}
    .subfooter .big_title {font-size: 23px;line-height: 22px;}
    .intro, .intro_zone {display:block;height: auto;}
    #background-image{position: unset; height: 170px;}
    .content_box{width: 100%;bottom:0; position: unset; transform: unset;display: none;}
    .content_box.active {bottom: 0; display: block;}
    .content_box .bottom{background: #3d3d3d;border-radius: 0;padding: 9px 8px 10px 8px;margin-top: 0;position: relative;line-height: 17px;z-index: 1;width: 100%;left: unset;transform: unset;border: unset;}
    .content_box .sub{border-radius: 0px; padding: 30px 12px;}
    .big_btn {padding: 10px 67px 10px 20px;font-size: 19px;}
    .big_btn  .the-arrow {bottom: 2px;right: 4px;}
    a.link.big {padding: 10px 30px;font-size: 17px;}
    footer.inner_zone{padding: 100px 0px 30px;}
    .scene{display: none;}
    footer .logo {width: 280px;;margin-bottom: -10px !important;}
    .footer_copyright_2{display: block;}
    footer .social-icons ul{text-align: left;}
    .menu_wrapper .inner{text-wrap: unset;}
    .elmt_deco_3{    width: 70%;}
    .search_operate_bar .form-control {padding: 6px 40px 5px 5px;width: 204px;font-size: 17px;}
    .search_operate_bar form button{top: 3px;font-size: 17px;right: 4px;width: 34px;height: 34px;}
    .btn_connexion {padding: 0; height: 38px; width: 38px;}
    .btn_connexion span{display: none;}
    .btn_connexion i{margin: 0;}
    #slideshow.inner_zone{padding: 0;}
    #slideshow-controls{position: relative;transform: unset;top: unset;left: unset;bottom: unset;flex-wrap: wrap;}
    ul.list_dom li{margin-right: -1px;    width: 100%;border-radius: 0;flex: 0 0 50%;margin-top: -1px;}
    ul.list_dom li a {color: #fff;padding: 14px;font-size: 12px; position: absolute;top: 50%;transform: translateY(-50%);left: 0;width: 100%;line-height: 13px;}
    ul.list_dom li:last-child{flex: 0 0 100%;}
    
}

@media (min-width: 768px) and (max-width: 991.98px) {
   header .logo {width: 224px;height: 35px;}
    .menu_trigger{padding: 4px 4px 4px 14px;}
    .menu_trigger span{font-size: 17px;margin-top: 2px;}
    header.inner_zone {padding: 15px 0px 15px 0px;}
    .zone_video_bg {width: 100%;height: 460px;}
    .zone_video_bg .main-text{padding: 0}
    #videoText{width: 300px;}
    #videoText h1{font-size: 28px;line-height: 24px;}
    #videoText h3 {font-size: 16px;line-height: 17px;}
    .video_btn{padding: 9px 15px 9px 20px;font-size: 19px;font-weight: bold;line-height: 19px;}
    .inner_zone {padding: 50px 0px;}
    .section-title h2 {font-size: 2.5rem;line-height: 2.3rem;}
    .elmt_deco{top: -30px;right: -50px;width: 150px;}
    .plus_more.owl-carousel .owl-stage{padding: 57px 0px;}
    .plus_more .owl-controls{top: 6px;}
    .elmt_deco_2{top: -10px;right: -70px;width: 200px;}
    .box_body{    text-align: left; backdrop-filter:none; background: #ffffff; padding: 60px 20px 20px 20px;}
    a.link.big {display: flex!important;justify-content: center;}
    .subfooter.inner_zone {padding: 50px 0;}
    .subfooter .big_title {font-size: 23px;line-height: 22px; text-align: center;}
    .intro, .intro_zone {display:block;height: auto;}
    #background-image{position: unset; height: 170px;}
    .content_box{width: 100%;bottom:0; position: unset; transform: unset;display: none;}
    .content_box.active {bottom: 0; display: block;}
    .content_box .bottom{background: #3d3d3d;border-radius: 0;padding: 9px 8px 10px 8px;margin-top: 0;position: relative;line-height: 17px;z-index: 1;width: 100%;left: unset;transform: unset;border: unset;}
    .content_box .sub{border-radius: 0px; padding: 30px 12px;}
    .big_btn {padding: 10px 67px 10px 20px;font-size: 19px;margin: 0 auto;width: 270px;}
    .big_btn  .the-arrow {bottom: 2px;right: 4px;}
    footer.inner_zone{padding: 100px 0px 30px;}
    .scene{display: none;}
    footer .logo {width: 280px;;margin-bottom: -10px !important;}
    .footer_copyright_2{display: block;}
    footer .social-icons ul{text-align: left;}
    .menu_wrapper .inner{text-wrap: unset;}
    .elmt_deco_3{    width: 50%;}
    .search_operate_bar .form-control {padding: 6px 40px 5px 5px;width: 204px;font-size: 17px;}
    .search_operate_bar form button{top: 3px;font-size: 17px;right: 4px;width: 34px;height: 34px;}
    .btn_connexion {padding: 3px 5px 3px 11px;font-size: 17px; height: auto;}
    #slideshow.inner_zone{padding: 0;}
    #slideshow-controls{position: relative;transform: unset;top: unset;left: unset;bottom: unset;}
    ul.list_dom li{margin-right: -1px;    width: 100%;border-radius: 0;}
    ul.list_dom li a {color: #fff;padding: 14px;font-size: 12px; position: absolute;top: 50%;transform: translateY(-50%);left: 0;width: 100%;line-height: 13px;}
    
    
}

@media (min-width: 992px) and (max-width: 1063.98px) {
    header .logo {width: 224px;height: 35px;}
    .menu_trigger{padding: 4px 4px 4px 14px;}
    .menu_trigger span{font-size: 17px;margin-top: 2px;}
    header.inner_zone {padding: 15px 0px 15px 0px;}
    .zone_video_bg {width: 100%;height: 460px;}
    .zone_video_bg .main-text{padding: 0 32px;}
    #videoText h1{font-size: 28px;line-height: 24px;}
    #videoText h3 {font-size: 16px;line-height: 17px;}
    .video_btn{padding: 9px 15px 9px 20px;font-size: 19px;font-weight: bold;line-height: 19px;}
    .inner_zone {padding: 50px 30px;}
    .section-title h2 {font-size: 2.5rem;line-height: 2.3rem;}
    .elmt_deco{top: -30px;right: -50px;width: 150px;}
    .plus_more.owl-carousel .owl-stage{padding: 57px 0px 0 0;}
    .plus_more .owl-controls{top: 6px;}
    .elmt_deco_2{top: -10px;right: -70px;width: 200px;}
    .box_body{    text-align: left; backdrop-filter:none; background: #ffffff; padding: 60px 20px 20px 20px;}
    .subfooter.inner_zone {padding: 50px 30px;}
    .subfooter .big_title {font-size: 23px;line-height: 22px;}
    .intro, .intro_zone {display:block;height: auto;}
    #background-image{position: unset; height: 350px;}
    .content_box{width: 100%;bottom:0; position: unset; transform: unset;display: none;}
    .content_box.active {bottom: 0; display: block;}
    .content_box .bottom{background: #3d3d3d;border-radius: 0;padding: 9px 8px 10px 8px;margin-top: 0;position: relative;line-height: 17px;z-index: 1;width: 100%;left: unset;transform: unset;border: unset;}
    .big_btn {padding: 10px 46px 10px 10px;font-size: 19px;}
    .big_btn  .the-arrow {bottom: 2px;right: 4px;}
    footer.inner_zone{padding: 100px 30px 30px;}
    .scene{width: 250px;margin: 0 auto -111px auto;}
    footer .logo {width: 280px;;margin-bottom: -10px !important;}
    .footer_copyright_2{display: block;}
    footer .social-icons ul{text-align: left;}
    .menu_wrapper .inner{text-wrap: unset;}
    .elmt_deco_3{    width: 50%;}
    .search_operate_bar .form-control {padding: 6px 40px 5px 5px;width: 204px;font-size: 17px;}
    .search_operate_bar form button{top: 3px;font-size: 17px;right: 4px;width: 34px;height: 34px;}
    .btn_connexion {padding: 3px 5px 3px 11px;font-size: 17px; height: auto;}
    .animate-number{font-size: 3rem;height: 46px;}
    .num_label .display-1{font-size: 30px;}
    .content_box .sub {border-radius: 0px;}
    #slideshow.inner_zone{padding: 0;}
    #slideshow-controls{position: relative;transform: unset;top: unset;left: unset;bottom: unset;}
    ul.list_dom li{margin-right: -1px;    width: 100%;border-radius: 0;}
    ul.list_dom li a {color: #fff;padding: 14px;position: absolute;top: 50%;transform: translateY(-50%);left: 0;width: 100%;line-height: 13px;}
    
}
@media (min-width: 1064px) and (max-width: 1200px) {
    header .logo{width: 239px;}
    .scene {top: 110px;right: -110px;}
    .big_title{font-size: 1.6rem;line-height: 1.6rem;}
    .footer_copyright_2{display: block;}
    footer .social-icons ul{text-align: left;}
    .big_btn {padding: 15px 67px 15px 20px;font-size: 22px;}
    .box_body{text-align: left;}
    .animate-number {font-size: 4em;}
    .inner_zone{overflow: unset;}
    footer.inner_zone{overflow: hidden!important}
}
@media only screen and (min-width: 1200px) {
   .inner_zone{overflow: unset;}
   footer.inner_zone {overflow: hidden !important;}
}

