:root {
    --cut: 20px;
}

html {
    font-size: 100%;
    height: 100%;
}

body {
    color: #000;
    font-family: 'GT Walsheim Pro', sans-serif;
    font-size: 15px;
    padding: 0px !important;
    margin: 0px !important;
    letter-spacing: .025em;
    line-height: 19px;
    font-style: normal;
    font-weight: 400;
    background: #f6f6f6;
}

/* 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: 500;
    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: #f07e04;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s !important;
}

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: #f07e04!important;
}
.bg-grey {
    background-color: #9fa4a6!important;
}
.bg-blue {
    background-color: #043f75!important;
}



/* Font Colors */

.text-orange {
    color: #f07e04 !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;
}

.horizontal-line {
    margin: 2rem 0;
    border: 0;
    border-top: 1px solid #f07e04;
    /*border-bottom: 1px solid #FEFEFE;*/
}

.horizontal-line.transparent {
    margin: 2rem 0;
    border: 0;
    border-top: none;
    /* border-bottom: 1px solid #FEFEFE; */
}

.horizontal-line20 {
    width: 100%;
    margin: 0px 0 20px 0;
    float: left;
    border-top: 1px solid #ccc;
}

.horizontal-line0 {
    margin: 0rem 0 !important;
    border: 0;
    border-top: 2px solid #f07e04;
    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-----*/

#site {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main_content {
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.inner_main {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -200;
    width: 100%;
    height: 100%;
}

.img_backsite {
    position: absolute;
    top: -130px;
    left: 55%;
    width: 2100px;
    height: auto;
    transform: translateX(-55%);
}

header {
    position: relative;
    background: #043d72;
    z-index: 10;
    width: 100%;
    top: 0;
    z-index: 10;
    margin-top: 4px;
    padding-top: 2px;
    border-bottom: 1px solid #ffffff1c;
    padding-bottom: 0px;
}
header .logo {
    width: 150px;
    padding: 6px 0;
    margin-right: 10px;
    position: relative;
}
header .logo a {
    display: block;
}
.extra {
    margin-top: -15px;
    flex-shrink: 0;
}
.link {
    color: #ffffff;
    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: #f07e04;
    padding: 8px 15px;
    display: flex;
    align-items: center;
}
.link.bordered{
    border: 1px solid #f07e04;
    color: #f07e04;
    background: transparent;
}
.link:hover{
    background: #000;
    color: #ffffff;
}
.link.extra_link {
    height: 50px;
    padding: 0;
    text-align: center;
    line-height: 90px;
    margin-right: 10px;
    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;
}
.link.extra_link:hover{
    background: #000;
    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;
}

.link.extra_link i {
    color: #ffffff;
    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: transparent;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    margin: 0;
    height: 50px;
    width: 50px;
    display: block;
}
.link.black {
    color: #ffffff;
    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: #000;
    padding: 11px 23px;
}
.link.black i{
    background: #fff;
    color: #f07e04;
    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;
}
.link i {
    margin-left: 5px;
    background: #000;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 11px;
    line-height: 20px;
    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;
}
.menu-button {
    position: relative;
    width: 35px;
    height: 35px;
    cursor: pointer;
    z-index: 1;
    margin-left: 30px;
    display: none;
}
.menu-button .line-1,
.menu-button .line-2,
.menu-button .line-3 {
    position: relative;
    height: 3px;
    background: #f07e04;
}
.menu-button .line-1 {
    top: 5px;
}
.menu-button .line-2 {
    top: 12px;
}
.menu-button .line-3 {
    top: 19px;
}
.menu_shown .menu-button .line-1 {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(225deg);
    top: 16px;
}
.menu_shown .menu-button .line-2 {
    opacity: 0;
    transition-delay: .12s;
}
.menu_shown .menu-button .line-3 {
    bottom: 0;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transform: rotate(-45deg);
    top: 10px;
}
.menu_wrapper {
    position: fixed;
    width: 100%;
    height: 100vh;
    font-weight: 500;
    min-height: 500px;
    background: #043d73;
    overflow-y: auto;
    left: 0;
    /* padding: 40px 40px 40px 40px; */
    transform: translateX(-100%);
    opacity: 1;
    z-index: 0;
    -webkit-transition: -webkit-transform 400ms cubic-bezier(.19,1,.22,1);
    transition: -webkit-transform 400ms cubic-bezier(.19,1,.22,1);
    transition: transform 400ms cubic-bezier(.19,1,.22,1);
    transition: transform 400ms cubic-bezier(.19,1,.22,1),-webkit-transform 400ms cubic-bezier(.19,1,.22,1);
    top: 71px;
  }
  .menu_wrapper .inner {
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    -webkit-transform: translate3d(-100px, 0px, 0px);
    -moz-transform: translate3d(-100px, 0px, 0px);
    -o-transform: translate3d(-100px, 0px, 0px);
    -ms-transform: translate3d(-100px, 0px, 0px);
    transform: translate3d(-100px, 0px, 0px);
    opacity: 0;
    z-index: 10;
    webkit-transition: all 0.7s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s;
    -moz-transition: all 0.7s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s;
    -o-transition: all 0.7s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s;
    -ms-transition: all 0.7s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s;
    transition: all 0.7s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s;
  }
  .menu_wrapper ul.menu {
    padding: 0;
    width: auto;
    height: 100%;
    overflow-y: auto;
  }
  .menu_wrapper ul.menu li a {
    background: transparent;
    color: #ffffff;
    display: block;
    text-transform: uppercase;
    border-bottom: 1px solid #095295;
    padding:20px 15px 20px 20px;
    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;
  }
  .menu_wrapper ul.menu ul.sub_menu li a:after {
    position: absolute;
    content: " \f101";
    font: var(--fa-font-solid);
    top: 18px;
    left: 21px;
    font-size: 8px;
  }
  .menu_wrapper ul.menu li ul.sub_menu li a{
   text-transform: capitalize;
   padding-left: 50px;
  }
  .dropdown, .dropleft, .dropright, .dropup {
    position: relative;
  }
  .menu_wrapper ul.menu ul.sub_menu {
    padding: 0;
    background: #043d73;
  }
  .menu_wrapper ul.menu li a .btn.expander {
    background: none;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 9px;
    border-radius: 0px;
    position: absolute;
    top: 11px;
    right: 20px;
    outline: none;
  }
  .menu_shown .menu_wrapper {
    opacity: 1;
    transform: translate(0%);
    /* transition: 400ms cubic-bezier(.25,.46,.45,.94); */
    -webkit-transition: -webkit-transform 1.25s cubic-bezier(.19,1,.22,1);
    transition: -webkit-transform 1.25s cubic-bezier(.19,1,.22,1);
    transition: transform 1.25s cubic-bezier(.19,1,.22,1);
    transition: transform 1.25s cubic-bezier(.19,1,.22,1),-webkit-transform 1.25s cubic-bezier(.19,1,.22,1);
  }
  .menu_shown .menu_wrapper .inner {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
  .menu_wrapper ul.menu li.active > a{background: rgb(0 0 0 / 27%);}
  body.body--static {
    height: 100%;
    overflow: hidden;
  }
.nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}
.nav ul.menu {
    list-style: none;
    margin-top: 0px;
    padding: 0 0 0 0px;
    position: relative;
    z-index: 4;
    margin-bottom: 0;
    display: flex;
}
.nav ul.menu>li.active>a{
    color: #f07e04;
}
.nav ul.menu>li.active::before{
    width: 100%;
}
.nav ul.menu>li::before {
    content: "";
    background: #f07e04;
    width: 0px;
    height: 2px;
    position: absolute;
    left: 0px;
    bottom: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.nav ul.menu>li:hover::before {
    width: 100%;
    height: 2px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.nav ul.menu>li:last-child {
    border-right: 0;
}
.nav ul.menu>li:frist-child {
    border-right: 0;
    padding-right: 0;
}
.nav ul.menu>li:last-child::after {
    content: unset;
}
.nav ul.menu li {
    position: relative;
}
.nav ul.menu>li>a {
    color: #fff;
    font-weight: 600;
    letter-spacing: 0px;
    padding: 0;
    font-size: 13px;
    text-transform: uppercase;
}
.nav ul.menu>li {
    margin: 0px 0px 0px 0px;
    position: relative;
    display: inline-block;
    padding: 33px 20px 20px 20px;
}
.nav ul.menu>li::after {
    content: "";
    background: #f07e04;
    width: 1px;
    height: 17px;
    position: absolute;
    right: 0;
    top: 54%;
    transform: translateY(-50%);
}
.zone_slider {
    margin-bottom: 20px;
    overflow: hidden;
    height: 470px;
}
.mil-banner {
    height: 470px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.mil-banner .swiper-slide .content_slider {
    color: #fff;
    font-weight: bold;
    background: #000000a8;
    font-size: 22px;
    padding: 40px 50px;
    line-height: 20px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 500px;
    height: 270px;
    z-index: 99999;
    text-align: left;
}
.mil-banner .swiper-button-next:after, .mil-banner .swiper-button-prev:after {
    color: #fff!important;
    font-size: 30px!important;
}
.mil-banner-content{
    position: relative;
}

.swiper-slide h4 {
    padding: 0px 0px 20px 0;
    display: table;
    margin: 0 0 0 0px;
    font-size: 28px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}
.swiper-slide h4 span{
    font-size: 15px;
    display: block;
    color: #f07e04;
    margin-bottom: 1px;
    line-height: 11px;
}
.slider_link_btn{
    background: #f07e04;
    padding: 5px 10px;
    display: inline-block;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    position: relative;
}
.slider_link_btn i {
    background: #000;
    padding: 6px;
    color: #fff;
    font-size: 10px;
    position: absolute;
    bottom: -10px;
    right: -10px;
}
.slider_link_btn:hover{
    background: #000;
    color: #fff;
}
.slider_link_btn:hover i{
    background: #f07e04;
    color: #fff;
}
.search_section {
    display: block;
    width: 100%;
    margin-right: 0;
}
.box_search {
    margin-top: -180px;
    background: #fff;
    padding: 0px 0px 20px 0px;
    position: relative;
    z-index: 1;
}
.box_search_inner{
    padding: 0 40px;
}
.box_search h5 {
    background: #f07e04;
    display: block;
    padding: 10px 40px;
    margin: 0 0 17px 0;
}

.box_search  .form-control {
    padding: 0;
    border: none;
    font-size: 13px;
    border-radius: 0;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -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;
    position: relative;
}
.form-control i {
    position: absolute;
    z-index: 1;
    font-size: 20px;
    top: 19px;
    left: 23px;
    color: #f07e04;
}
.search_form .nice-select {
    width: 100%;
    height: 60px;
    box-shadow: none;
    border: none;
    color: #818790;
    padding: 7px 20px 8px 60px;
    font-weight: 400;
    margin: 0;
}
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    width: 100%;
    font-family: inherit;
    font-weight: normal;
    height: 45px;
    line-height: 27px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* white-space: normal; */
    /* width: auto; */
    color: #878996;
}

/* START SELECT2 */
.select2-container .select2-selection--single {
    width: 100% !important;
    height: 45px !important;
    line-height: 27px !important;
    outline: none !important;
    padding-left: 18px !important;
    padding-right: 30px !important;

    /* border: none !important; */
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
}

.select2 {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border: 0;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    width: 100%;
    font-family: inherit;
    font-weight: normal;
    height: 45px;
    line-height: 27px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* white-space: normal; */
    /* width: auto; */
    color: #878996;
}
/* END SELECT2 */

.search_form .nice-select {
    width: 100%;
    height: 60px;
    box-shadow: none;
    border: none;
    color: #818790;
    padding: 7px 20px 8px 60px;
    font-weight: 400;
    margin: 0;
}
::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #878996;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #878996;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #878996;
}
.gprice .gslider-range .noUi-handle {
    top: -9px;
    left: -12px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: #fff;
    border: 5px solid #034076;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    outline: none;
    box-shadow: none;
}

.gprice .gslider-range {
    height: 2px;
    background: #e5e5e5;
    border: 0 none;
    padding: 0 8px 0 10px;
    margin-top: 5px;
}

.gprice .noUi-connect {
    background: #034076;
    box-shadow: none!important;
}

.montant_min {
    position: fixed;
    top: 16px;
    left: -9px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

.gprice .gslider-range .noUi-background {
    background: #fff;
    box-shadow: none;
    border-radius: 0 !important;
}
.gprice  .gslider-range .noUi-origin {
    right: -8px;
}

.montant_max {
    position: fixed;
    top: 16px;
    right: -9px;
    font-size: 12px;
    font-weight: bold;
}

.gprice .gslider-range .noUi-handle:before,
.gprice .gslider-range .noUi-handle:after {
    display: none;
}

.search_form .submit_btn {
    padding: 10px 40px;
    margin-right: 0px;
    margin-top: unset;
    width: 100%!important;
    display: block;
    margin: 0 !important;
}
.submit_btn {
    background: #f07e04;
    padding: 8px 40px;
    color: #fff !important;
    font-weight: 500;
    display: inline-block;
    line-height: 24px;
    transition: all .8s cubic-bezier(.175, .885, .32, 1.275);
    margin-right: 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-size: 14px;
    border: none;
    width: 100%;
}
.submit_btn:hover{
    background: #f07e04;
    color: #000 !important;
}
.inner_zone {
    padding: 60px 0px;
}
footer {
    background: #fff;
    position: relative;
    z-index: 1;
}
.footer_logo {
    width: 100%;
}
.footer_title {
    margin-bottom: 9px;
    /* border-bottom: 1px solid #f7f7f7; */
    padding-bottom: 21px;
    line-height: 25px;
    color: #000;
}
.footer_copylink {
    color: #000;
}
.footer_link li {
    position: relative;
    padding-left: 22px;
}
.footer_link li a {
    color: #000;
}
.footer_link li::after {
    position: absolute;
    font: var(--fa-font-solid);
    top: 4px;
    left: 2px;
    font-size: 10px;
    content: '\f105';
    color: #f07e04;
}
.newsletter form input {
    padding-left: 30px;
    font-size: 15px;
    height: 60px;
    width: 100%;
    border-style: solid;
    border-color: #f07e04;
    padding-left: 40px;
    color: #000;
    font-weight: 400;
    padding-right: 65px;
    background: #fff;
}
.newsletter form button {
    position: absolute;
    top: 0px;
    background: transparent;
    border: none;
    font-size: 20px;
    color: #000;
    width: 60px;
    height: 60px;
    transition: all ease 0.4s;
    transform: scale(1.001);
    right: 0;
    border-radius: 25px 25px 0;
}
ul.info_contact {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}
ul.info_contact li {
    margin-right: 80px;
    color: #f07e04;
    font-size: 24px;
    display: flex;
    align-items: center;
    line-height: 46px;
}
ul.info_contact li:last-child {
    margin-right: 0;
}
ul.info_contact li i {
    font-size: 20px;
    border: 2px solid #f07e04;
    margin-right: 14px;
    flex-shrink: 0;
    display: flex;
    height: 50px;
    width: 50px;
    text-align: center;
    justify-content: center;
    align-items: center;
}
ul.info_contact li .eltms_info {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    line-height: 17px;
}
ul.info_contact li .eltms_info a{
    color:#f07e04;
}
ul.info_contact li .eltms_info a:hover{
    color:#000;
}
ul.info_contact li span {
    color: #000;
    font-size: 10px;
    line-height: 0px;
    margin-bottom: 13px;
}
.social-icons {
    font-size: 0;
}
.social-icons ul {
    padding: 0;
    margin: 0px 0 0 20px;
}
.social-icons li {
    display: inline-block;
    margin: 5px 25px 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;
    -webkit-transition: -webkit-transform .3s ease, background-color .35s, opacity .25s ease;
    transition: transform .3s ease, background-color .35s, opacity .25s ease;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.social-icons li:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
div.social-icons li a {
    width: 46px;
    height: 46px;
    display: inline-block;
}
div.social-icons li:after {
    position: absolute;
    display: block;
    width: 46px;
    height: 46px;
    content: "";
    opacity: 0;
    text-align: center;
    top: 1px;
    left: -1px;
    z-index: 0;
    -webkit-transition: -webkit-transform .3s ease, background-color .35s, opacity .25s ease;
    transition: transform .3s ease, background-color .35s, opacity .25s ease;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
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: #b72d24;
}
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%;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}
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: #b72d24;
}
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: 43px;
    color: #000;
}
.social-icons a:hover i,
.social-icons li:hover i {
    color: #fff;
}
ul.footer_copylink li {
    display: inline-block;
    margin-right: 26px;
    position: relative;
    padding-left: 2px;
}
ul.footer_copylink li:last-child {
    margin: 0;
}
ul.footer_copylink li a {
    color: #000;
}
ul.footer_copylink li::after {
    position: absolute;
    font: var(--fa-font-solid);
    top: 6px;
    left: -12px;
    font-size: 10px;
    content: '\f105';
    color: #f07e04;
}
.option_btn_menu {
    position: fixed;
    right: 20px;
    bottom: 0;
    width: 120px;
    z-index: 101;
    text-align: center;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

.option_btn_menu span {
    line-height: 7px;
    display: block;
    font-size: 10px;
    position: absolute;
    bottom: 0px;
    z-index: 9999999999;
    font-weight: bold;
    color: #fff;
    right: 100%;
    transform: translateX(50%);
    background: #f18009;
    padding: 10px 15px 9px 35px;
    border-radius: 100px 100px 0;
    width: 155px;
}
.option_btn_menu i {
    font-size: 8px;
    color: #fff;
    background: #053f75;
    width: 18px;
    height: 18px;
    line-height: 19px;
    border-radius: 100px;
    position: absolute;
    left: 7px;
    top: 4px;
}

.icon_open {
    display: block;
}
.icon_close {
    display: none;
}
.menu_shown_option .icon_open {
    display: none;
}
.menu_shown_option .icon_close {
    display: block;
}
.menu_tchat_wrapper {
    position: fixed;
    width: 300px;
    height: auto;
    font-weight: 500;
    background: #fff;
    overflow: hidden;
    right: 36px;
    transform: scale(0);
    opacity: 0;
    pointer-events: none;
    touch-action: none;
    visibility: hidden;
    z-index: 100;
    -webkit-transition: -webkit-transform 150ms cubic-bezier(.19, 1, .22, 1);
    transition: -webkit-transform 150ms cubic-bezier(.19, 1, .22, 1);
    transition: transform 150ms cubic-bezier(.19, 1, .22, 1);
    transition: transform 150ms cubic-bezier(.19, 1, .22, 1), -webkit-transform 150ms cubic-bezier(.19, 1, .22, 1);
    bottom: 35px;
    box-shadow: 0px 0px 12px rgb(2 45 98 / 10%);
    transform-origin: right bottom;
}

.menu_shown_option .menu_tchat_wrapper {
    display: block;
    opacity: 1;
    transform: scale(1);
    -webkit-transition: -webkit-transform 150ms cubic-bezier(.19, 1, .22, 1);
    transition: -webkit-transform 150ms cubic-bezier(.19, 1, .22, 1);
    transition: transform 150ms cubic-bezier(.19, 1, .22, 1);
    transition: transform 150ms cubic-bezier(.19, 1, .22, 1), -webkit-transform 150ms cubic-bezier(.19, 1, .22, 1);
    pointer-events: all;
    visibility: visible;
}

.menu_tchat_wrapper .outer {
    display: table;
    width: 100%;
    height: 100%;
}

.menu_tchat_wrapper .inner {
    padding: 30px;
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
}

.menu_tchat_wrapper .close_zone {
    font-size: 26px;
    cursor: pointer;
    position: relative;
    left: 0;
    top: 0;
    color: #f07e04;
    font-weight: 100;
    margin-bottom: 22px;
}
ul.menu_nav {
    padding: 0 0 0 0;
    margin: 0;
}
ul.menu_nav li {
    display: block;
}
ul.menu_nav li a {
    font-size: 15px;
    color: #f07e05;
    line-height: initial;
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding: 7px 31px;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 12px rgb(2 45 98 / 10%);
    transition: box-shadow 0.3s ease-in-out;
    border: 2px solid #fff;
    background: #fff;
}
ul.menu_nav li a i {
    margin-right: 40px;
    font-size: 22px;
}
ul.menu_nav li a p {
    margin: 0;
}
ul.menu_nav li:last-child a {
    margin: 0;
}
.bg-orange .sub-heading{
    background: #fff;
    color: #f07e04;
}
.sub-heading {
    display: block;
    position: relative;
    width: fit-content;
    text-transform: uppercase;
    font-size: 9px;
    line-height: 19px;
    color: #f07e04;
    text-align: center;
    font-weight: 900;
}
.subfooter {
    background: #043f75;
    position: relative;
    z-index: 0;
}
.img_float_2 {
    width: 280px;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    bottom: -280px;
}
.img_float_3 {
    width: 200px;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    top: -50px;
    right: 120px;
}
.img_float_4 {
    width: 290px;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    bottom: -180px;
    right: 60px;
    z-index: 1;
}
.relative{
    position: relative;
}
.circle_2 {
    width: 560px;
    height: 560px;
    border-radius: 100%;
    border: 40px solid #f07e04;
    position: absolute;
    top: 50px;
    left: -20px;
    z-index: -1;
}
.cut_box {
    clip-path: polygon(0 var(--cut), var(--cut) 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%);
}
.cut_box_type_2 {
    clip-path: polygon(0 var(--cut), var(--cut) 0, 100% 0, 100% calc(100% - 0px), calc(100% - var(--cut)) 100%, 0 100%);
}
.cut_box_blur {
    clip-path: polygon(0 var(--cut), var(--cut) 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%);
    backdrop-filter: blur(2px);
}
.box_info {
    padding: 40px 40px 40px 40px;
    background: #043e74;
    height: 100%;
    color: #fff;
}
.box_img{
   background-color: #efefef;
   background-size: cover;
   height: auto;
   overflow: hidden;
   position: relative;
}
.title_album{
    font-size: 20px;
    line-height: 32px;
    position: relative;
    font-weight: bold;
    color: #f07e04;
}
.title_album span{
    font-size: 10px;
    color: #000;
    display: block;
    line-height: 20px;
}
#galery_photo .box_img{
    height: 250px;
}
.box_elmt_stat {
    position: absolute;
    bottom: 0px;
    padding: 20px 30px;
    z-index: 1;
    background: #043f75;
    display: flex;
}
.box_stat {
    margin-top: 0px;
    display: flex;
    align-items: center;
    margin-right: 30px;
    flex-direction: column;
    text-align: center;
    position: relative;
}
.box_link_btn{
    position: absolute;
    right: -165px;
    background: #f07e04;
    padding: 20px 50px;
    top: 0;
    height: 100%;
    align-items: center;
    display: flex;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.box_link_btn i{
    margin-left: 10px;
}
.box_link_btn:hover{
    background: #000;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.box_stat_number {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    /* width: 58px; */
    margin-right: 10px;
}
.box_stat_info {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 0;
    line-height: 1.181;
    color: #fff;
    /* font-size: 10px; */
}
ul.info_promotion{
    padding: 0;
    margin: 0;
}
ul.info_promotion li{
    display: inline-block;
    margin: 20px 20px 20px 0;
    font-size: 16px;
    font-weight: bold;
}
ul.info_promotion li:last-child{
    margin: 0;
}
ul.info_promotion li i{
    color: #f07e04;
    margin-right: 10px;
}
.shadow-box {
    box-shadow: -4px 5px 20px #00000036;
}
.price_box {
    background: #fff;
    padding: 20px 30px;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.price_box span{
    font-size: 9px;
}
ul.reaching {
    display: flex;
    flex-direction: column;
}
ul.reaching li {
    display: inline-block;
    font-size: 17px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 500;
    padding-left: 44px;
    position: relative;
    margin: 4px 0 4px 0;
    line-height: 22px;
}
ul.reaching li::after {
    position: absolute;
    font: var(--fa-font-solid);
    top: 50%;
    transform: translateY(-50%);
    left: 2px;
    font-size: 10px;
    content: '\f105';
    color: #fff;
    background: #f07e04;
    width: 23px;
    height: 23px;
    text-align: center;
    line-height: 23px;
}
.square_box{
    width: 200px;
    height: 200px;
    background: #000;
    color: #fff;
}
.img_float {
    position: absolute;
    bottom: -120px;
    right: -280px;
    width: 600px;
}
.box_link {
    background: #000;
    line-height: 23px;
    font-size: 20px;
    padding: 31px 40px;
    color: #f07e04;
    font-weight: bold;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    text-align: center;
    justify-content: space-around;
}
.box_link:hover{
    color: #fff;
}
.box_link:hover i{
    color: #fff;
    background: #f07e04;
}
.box_link i {
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
}
.box_link.white_box_color {
    background: #fff;
    display: block;
    padding: 20px;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 19px;
}
.box_link.white_box_color:hover{
    color: #000;
}
#contactpopuplist .modal-header {
    display: block;
    padding: 20px 0 0 0;
    background: #043d72;
    border: 0;
    border-radius: 0;
}
#contactpopuplist .close {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 0px;
    border: 0;
}
#contactpopuplist .modal-content{
    border-radius: 0;
}
#contactpopuplist .nav-link {
    color: #f07e04;
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: 0;
}
#contactpopuplist .nav-link i {
    display: block;
    width: 80px;
    height: 60px;
    text-align: center;
    line-height: 56px;
    border: 1px solid #f07e04;
    margin-bottom: 10px;
    font-size: 22px;
    /* border-radius: 20px; */
}
#contactpopuplist .nav-tabs .nav-link.active i, #contactpopuplist .nav-tabs .nav-item.show .nav-link i {
    background: #f07e04;
    color: #fff;
}
#contactpopuplist .form-control {
    border: 1px solid #ddd !important;
    overflow: hidden;
}
.search_form .form-control i {
    top: 50%;
    font-size: 16px;
    transform: translateY(-50%);
    /* z-index: 99999; */
}
.search_form .nice-select {
    width: 100%;
    height: 50px;
    box-shadow: none;
    border: none;
    color: #818790;
    padding: 7px 20px 8px 60px;
    font-weight: 400;
    margin: 0;
}
#contactpopuplist .modal-body {
    padding: 0px;
    background: #fff;
}
#contactpopuplist .tab-content {
    padding: 60px;
}
#contactpopuplist .nav {
    justify-content: center;
    border: 0;
}
/****Checkbox******/

.check_elmt {
    display: flex;
    align-items: center;
    user-select: none;
    margin: 8px 0;
}

.check_elmt label {
    position: absolute;
    z-index: 10;
    padding-left: 34px;
    cursor: pointer;
    line-height: 18px;
}
.check_elmt input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}
.check_elmt input:checked~.check {
    border-color: #f07e04;
    box-shadow: 0px 0px 0px 15px #f07e04 inset;
}
.check_elmt input:checked~.check::after {
    opacity: 1;
    transform: scale(1);
}
.check_elmt .check {
    width: 20px;
    height: 20px;
    position: relative;
    background-color: #FFF;
    border: 2px solid #f07e04;
    box-shadow: 0px 0px 0px 0px #000000 inset;
    transition: all 0.15s cubic-bezier(0, 1.05, 0.72, 1.07);
    margin-top: 1px;
    flex-grow: 0;
    flex-shrink: 0;
}
.check_elmt .check::after {
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 4;
    position: absolute;
    transform: scale(0);
    background-size: 50%;
    background-image: url("https://s6.picofile.com/d/8392306668/bacc888c-bed7-41a9-bf24-f6ff0718f471/checkmark.svg");
    background-repeat: no-repeat;
    background-position: center;
    transition-delay: 0.2s !important;
    transition: all 0.25s cubic-bezier(0, 1.05, 0.72, 1.07);
}
#modalsubscribe .modal-dialog-scrollable .modal-content {
    border-radius: 0px;
}
.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1.5rem 1.75rem;
    border-bottom: 1px solid #EBEDF3;
}
.modal-body {
    padding: 60px;
}
.modal .modal-header .close, #contactpopuplist .close, #modalsubscribe .close {
    outline: none !important;
    color: #B5B5C3;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    padding: 0;
    margin: 0;
    line-height: 0;
    border: 0;
    background: #ececec;
    width: 30px;
    height: 30px;
}
#modalsubscribe .box_search .form-control {
    border: 1px solid #ddd !important;
    overflow: hidden;
}


.box_zone_com {
    padding: 20px;
    height: 200px;
    display: flex;
    text-align: left;
    color: #000;
    font-weight: bold;
    background: #fff;
    align-items: center;
    flex-flow: column;
    text-align: center;
}
.box_zone_com img {
    width: 70px;
    margin: 20px 0px 24px 0 !important;
    flex-shrink: 0;
}
.owl-carousel .owl-stage{
    padding: 0!important;
}
.bg_orange_Wrapper{
    position: relative;
    background: #043d72;
    z-index: 1;
}
.z-index-1{
    z-index: 1;
}
.z-index-2{
    z-index: 2;
}
.calltoaction{
    padding-top: 0;
    background: #dedede;
    padding-bottom: 120px;
}
.calltoaction .bg_orange_Wrapper{
    margin-top: -30px;
}
.bg_orange_Wrapper::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 1000%;
    height: 100%;
    z-index: 1;
    background: #043d72;
}
.box_promotion_img {
    height: 420px;
}
.cover_img .owl-controls .owl-prev {
    margin-right: 0;
    position: absolute;
    left: 0;
    height: 130px;
    display: block;
    color: #fff;
    background: rgb(0 0 0 / 43%);
    top: 50%;
    transform: translateY(-50%);
    line-height: 100px;
}
.cover_img.owl-theme .owl-controls .owl-nav div {
    font-size: 0;
    width: 40px;
    -webkit-transition: background-color .35s ease, border-color .45s ease;
    transition: background-color .35s ease, border-color .45s ease;
}
.cover_img .owl-controls .owl-next {
    margin-right: 0px;
    position: absolute;
    right: 0;
    height: 130px;
    display: block;
    color: #fff;
    background: rgb(0 0 0 / 43%);
    top: 50%;
    transform: translateY(-50%);
    line-height: 100px;
}
.cover_img .owl-controls *:after {
    position: unset;
    top: unset;
    display: unset;
    width: unset;
    height: unset;
    text-align: center;
    line-height: 128px;
    font-size: 43px;
    z-index: 4;
    -webkit-transition: color .35s ease-out;
    transition: color .3s ease-out;
    font-weight: 100;
}
.cover_img .owl-prev:after {
    content: '<';
}
.cover_img .owl-next:after {
    content: '>';
}
.inner_box_left{
    padding: 40px 0 40px 40px;
    position: relative;
    z-index: 2;
}
.inner_box_right{
    padding: 40px 40px 40px 0px;
    position: relative;
    z-index: 2;
}
ul.info_sup li {
    line-height: 19px;
    position: relative;
    padding-left: 20px;
    font-weight: 400;
}
ul.info_sup li::after {
    content: '\f058';
    position: absolute;
    top: 5px;
    font: var(--fa-font-solid);
    font-size: 10px;
    left: 0;
}
/* -------------------------------------------
breadcrumbs
------------------------------------------- */
.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin-bottom: 40px;
}
.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: #3c3c3b;
    -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: #f07e04;
}
.breadcrumbs li:after {
    content: "/";
    width: 7px;
    height: 20px;
    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: #f07e04;
}

.montant span{
    color: #f07e04;
    font-size: 14px;
}
.montant {
    font-size: 30px;
    color: #fff;
    border: 0;
    line-height: 25px;
}
.box_actions {
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.4360337885154062) 0%, rgba(0,0,0,0) 76%);
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    padding: 20px 50px;
}
.box_actions .link{
    background: #ffffff;
    color: #000;
}
.box_actions .link i{
    color: #f07e04;
    background:transparent;
}
.box_actions .link:hover{
    background: #f07e04;
    color: #fff;
}
.box_actions .link:hover i{
    color: #fff;
}
.wrap_actif{
    position: relative;
}
/*.wrap_actif .box_infos_actif ul{
    column-count: 2;
}*/
.box_actif{
    height: 160px;
    position: relative;
}
.box_montant {
    font-weight: bold;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed;
    border-top: 1px dashed;
    padding: 20px;
    text-align: center;
    justify-content: center;
    font-size: 21px;
    color: #f07e04;
    background: #ffffff;
    margin-bottom: 20px;
    position: relative;
    justify-content: space-evenly;
}
.box_montant span{
    font-size: 10px;margin-left: 20px;
}
.sticher_in {
    position: absolute;
    top: -29px;
    right: 0;
    padding: 5px 15px;
    color: #fff;
    background: #044076;
    font-size: 10px;
}
.has-sticker {
    width: 185px;
    height: 168px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}
.has-sticker .sticker {
    font: bold 12px Sans-Serif;
    text-align: center;
    -webkit-transform: rotate( -45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: relative;
    padding: 20px 0;
    left: -58px;
    top: 17px;
    width: 210px;
    background: #f70000;
    color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 3px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px rgb(0 0 0 / 30%);
    font-size: 14px;
}
.has-sticker.bottom {
    position: absolute;
    bottom: 0px;
    right: 0px;
    transform: rotate(180deg);
    width: 100%;
    top: unset;
    left: unset;
}
.has-sticker_2 {
    position: absolute;
    bottom: -130px;
    right: -12px;
    width: 170px;
    transform: rotate(210deg);
}

.slider_in_page.owl-theme .owl-controls {
    margin-top: -45px;
    z-index: 3;
    position: relative;
}
.slider_in_page.owl-theme .owl-dots .owl-dot span{
    background: #f07e04;
}



.title_actif {
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
    padding: 20px 22px 0px;
    width: 100%;
    background: rgb(248 246 246);
    /* text-align: center; */
}
.title_actif span{
    color: #9e9e9e;
}
.title_actif span.block_title{
    display: block;
    color: #f07e04;
}
.box_infos_actif {
    background: rgb(248 246 246);
    padding: 20px;
    box-shadow: 0 0 0 #000;
    height: 170px;
    position: relative;
    overflow: hidden;
}
.box_infos_actif ul li {
    line-height: 16px;
    position: relative;
    padding-left: 20px;
    font-weight: 400;
    color: #000;
    display: block;
    font-size: 12px;
}
.box_infos_actif ul li::after {
    content: '\f058';
    position: absolute;
    top: 3px;
    font: var(--fa-font-solid);
    font-size: 10px;
    left: 0;
}
.similar_programm .box_infos_actif ul{
    column-count: unset;
}
.box_actions_actif {
    display: flex;
    justify-content: space-between;
}
.map.map_single {
    height: 300px!important;
    overflow: hidden;
    box-shadow: -4px 4px 11px #0000000f;
    border: 1px solid #f07e04;
}
.leaflet-bar {
    box-shadow: none!important;
    border-radius: 0!important;
}

.leaflet-bar a:first-child {
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important;
}

.leaflet-bar a:last-child {
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
    border-bottom: none;
}

.leaflet-bar a {
    background-color: #000!important;
    ;
    color: white!important;
}

.leaflet-bar a:hover {
    background-color: #f07e04!important;
    ;
    color: white!important;
}
.box_info_map {
    position: absolute;
    bottom: -20px;
    left: 40px;
    z-index: 1;
    width: 300px;
    background: #000;
    padding: 40px;
}
.project_comodities{
    background: #ebebeb;
    margin-top: -34px;
    padding: 80px 35px 40px;
}
.modal.plan_object .modal-body{
padding: 0;
}
.modal.plan_object{
    padding: 0 !important;
    margin: 0px 0;
}
.modal.plan_object .modal-dialog {
    background: #fff;
    overflow: hidden;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    position: absolute;
    max-width: unset;
    margin: 0;
}
.modal.plan_object .modal-content {
    border-radius: 0;
    background: none;
    border: none;
    height: 100%;
    padding: 0;
    position: relative;
}
.modal.plan_object .modal-body {
    width: 100%;
    margin: auto 0!important;
    background: #fff;
    height: 80vh;
    overflow: hidden;
    padding: 0px;
    display: flex;
}
.modal.plan_object .modal-body .sidebar{
    width: 400px;
    height: 100vh;
    background: #043d72;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px;
}
.left_side {
    width: calc(100vw - 400px);
    padding: 20px;
    background: #043d72;
}
.modal.plan_object .btn-close {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 30px;
    height: 30px;
    border: 2px solid #000;
    opacity: 1;
    border-radius: 0;
    background: #000;
    font-size: 16px;
    color: #fff;
    padding: 3px;
    z-index: 1;
}
#zoom-in, #zoom-out {
    position: absolute;
    right: 40px;
    width: 40px;
    height: 40px;
    border: 0;
    padding: 0.25em 0.25em;
    background: #f07e04;
    color: #fff;
}
#zoom-in{
    top: 90px;
}
#zoom-out{
    top: 140px;
}
.num_plan{
    font-size: 32px;
    width: 100px;
    flex-shrink: 0;
    flex-grow: 0;
    font-weight: bold;
    color: #f07e04;
}
ul.left_items {
    margin: 0;
    bottom: 40px;
    right: 40px;
    z-index: 4;
    position: fixed;
    line-height: 21px;
}
.square {
    width: 40px;
    height: 10px;
    float: right;
    margin-left: 10px;
    margin-top: 5px;
}
.headepage {
    overflow: hidden;
    height: auto;
    background: #b0bcc7;
}
.headepage_2 {
    overflow: hidden;
    height: 250px;
    background: #b0bcc7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.bg_orange_Wrapper.in_wrap{
    margin-top: -100px;
}
.box_info_actif {
    font-size: 20px;
    font-weight: bold;
    padding: 20px;
    border: 1px dashed #f07e04;
}
.slider_in_page .box_img{
    height: 600px;
}
.box_info_actif span {
    font-size: 10px;
    color: #f07e04;
    display: block;
    font-weight: normal;
    text-transform: uppercase;
}
.scrollable_content {
    overflow-Y: scroll;
    height: 588px;
    border: 1px solid #f37c04;
}
.table.customboard.table> :not(caption)>*>* {
    background: #fff;
    border-color: #000;
    vertical-align: middle;
}
.table> :not(caption)>*>* {
    padding: 20px;
}
.inner_photo .popup-gallery a {
    height: 140px;
}
.popup-gallery a {
    position: relative;
    display: block;
    overflow: hidden;
    height: 90px;
}

.popup-gallery a img {
    object-fit: cover;
}

.popup-gallery a .overlay_img {
    position: absolute;
    background: rgba(0, 0, 0, 0.205);
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.popup-gallery a .overlay_img i {
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translate(50%, -50%);
    right: 50%;
}
.icon_elmt{
    font-size: 30px;
    margin-right: 10px;
    flex-shrink: 0;
}
.popup-gallery a:hover .overlay_img {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.box_slider {
    background: #043d72;
    height: 300px;
    padding-top: 29px;
}
.num_inner span {
    font-size: 35px;
    color: #ffffff;
    line-height: 50px;
    display: block;
    font-weight: bold;
    margin-right: 4px;
    transition: all 200ms ease;
}
.num_inner {
    line-height: 15px;
    color: #f07e04;
    align-items: center;
    background: #043d73;
    padding: 11px 20px;
    transition: all 200ms ease;
}
.overlay {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: 1s 0.4s;
    background: #26282b;
    background: -moz-linear-gradient(161deg, #26282b 0%, #26282b 49%, #9f8054 100%);
    background: -webkit-linear-gradient(161deg, #26282b 0%, #26282b 49%, #9f8054 100%);
    background: linear-gradient(161deg, #26282b 0%, #26282b 49%, #9f8054 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#26282b",endColorstr="#9f8054",GradientType=1);
    opacity: 0.65;
}
.vertical-divider {
    position: relative;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #e0e0e0;
  }
  .box_img_partner{
    width: 120px;
    margin: 0 auto;
    display: block;
  }
  .element{
        height: 32px;
        display: block;
  }
  .list_commodites{
    display: flex;
    align-items: center;
    font-weight: bold;
  }
  .list_commodites .img_icon {
    width: 50px;
    margin-right: 10px;
    flex-shrink: 0;
}
.similar_programm .wrap_actif {
    background: #fff;
}
.similar_programm .title_actif {
    background: #fff;
}
.similar_programm .box_infos_actif {
    background: rgb(255 255 255);
    height: 100%;
}
.pulse-button {
    position: relative;
    border: none;
    box-shadow: 0 0 0 0 rgb(255 255 255 / 70%);
    border-radius: 0px;
    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);
    }
  }
.text_zone{
    margin-top: 60px;
    text-align: justify;
}
.headdiv{
    position: absolute;
    bottom: 22px;
    left: -69px;
    z-index: 11;
    background: #044076;
    color: #fff;
    padding: 3px 10px;
    border-radius: 10px 10px 0px 1px;
    font-size: 10px;
}
.mil-banner .controls {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 120px;
    background: rgb(240 126 4);
    height: 60px;
    z-index: 1;
}
.logo_partner{
    width: 200px;
    margin: 0 auto;
}
ul.list_bullet{
    margin: 0 0 20px 0;
    padding: 0;
}
ul.list_bullet li {
    position: relative;
    padding-left: 28px;
    line-height: 20px;
    margin-bottom: 6px;
    color: #f07e04;
}
ul.list_bullet li:last-child{
    margin-bottom: 0;
}
ul.list_bullet li::after {
    content: "\f058";
    font-size: 19px;
    font: var(--fa-font-solid);
    position: absolute;
    left: 0px;
    top: 3px;
    color: #f07e04;
}
.simple_link{
    color: #f07e04;
}
.simple_link:hover{
    color: #000;
}
.form-check-input{
    margin-top: 1px
}
.form-check-input:checked {
    background-color: #f5651c;
    border-color: #f65a03;
}
.carousel_actif .owl-controls {
    position: absolute;
    top: -63px;
    right: 12px;
}
.carousel_actif .owl-controls .owl-nav div{
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 43px;
    font-size: 0;
    position: relative;
    background: #044076;
}
.carousel_actif .owl-controls .owl-nav div.owl-prev{
    background: #042847;
}
.carousel_actif .owl-controls .owl-nav {
    display: flex;
}
.carousel_actif .owl-controls .owl-prev::after {
    position: absolute;
    font: var(--fa-font-solid);
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    font-size: 13px;
    content: '\f104';
    color: #fff;
}
.carousel_actif .owl-controls .owl-next::after{
    position: absolute;
    font: var(--fa-font-solid);
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    font-size: 13px;
    content: '\f105';
    color: #fff;
}
ul.accordion {
    display: inline;
    float: left;
    width: 100%;
    padding: 0;
    border-radius: 0;
}

ul.accordion li {
    float: left;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #e0e0e0!important;
    margin-bottom: 0px;
    background: transparent;
    border: none;
    border-radius: 0 !important;
}

.accordion-item:last-of-type {
    border-bottom: 0!important;
}



ul.accordion li {
    padding: 20px;
    border-bottom: 1px solid #e0e0e0!important;
    margin-bottom: 20px;
    background: white;
}

ul.accordion .accordion-item:last-of-type {
    margin-bottom: 0;
}

ul.accordion .accordion-switch {
    width: 100%;
    background: transparent;
    margin-bottom: 0px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    cursor: pointer;
    font-weight: 700;
    color: #505458;
    line-height: 19px;
    border-radius: 0px;
    padding: 12px 0 12px 0;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
}

ul.accordion li.accordion-item.selected .accordion-switch {
    background: transparent;
    color: #f18009;
}


/*ul.accordion .accordion-switch:hover { background: #fff;border: 1px solid #f87f01; }*/


/*ul.accordion li.accordion-item .accordion-switch {
    float: left;
  }*/

ul.accordion li a:hover {
    text-decoration: underline
}

ul.accordion li.accordion-item .togglegfx {
    float: left;
    height: 20px;
    width: 20px;
    background: #034076 url(../images/accordion-toggle.png) no-repeat center top;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    padding-right: 0px;
    margin: 6px 13px 6px 0px;
    flex-shrink: 0;
}

ul.accordion li.accordion-item:hover .togglegfx {
    background-color: #f18009
}

ul.accordion li.accordion-item .accordion-content {
    padding: 0px 20px 10px 3px;
    margin-top: 30px;
    float: left;
    width: 100%;
}

ul.accordion li.accordion-item.selected .accordion-switch .togglegfx {
    background: #f18009 url(../images/accordion-toggle.png) no-repeat left bottom;
}
ul.list-style {
    padding: 0;
    margin: 0 0 20px 0;
}
ul.list-style li {
    position: relative;
    padding: 0 0 0 25px;
    border: none!important;
    margin-bottom: 12px;
    line-height: 15px;
}
ul.list-style li::after {
    position: absolute;
    z-index: 1;
    top: 2px;
    left: 0;
    content: "";
    width: 10px;
    height: 10px;
    background: #f18009;
}
.icon_zone{
    font-size: 30px;
    color: #f18009;
    margin: 20px auto;
}
.form_contact label, .credit_simulator_box label {
    display: block;
    margin-bottom: 5px;
    margin-top: 7px;
    font-weight: bold;
    color: #495057;
}
.credit_simulator_box .form-control, .credit_simulator_box .form-select {
    display: block;
    width: 100%;
    height: 57px;
    padding: 0px 12px 0px 12px!important;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    background-color: transparent;
    background-clip: padding-box;
    border-bottom: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.credit_simulator_box input:focus {
    background-color: transparent;
    border-bottom: 2px solid #fff;
    color: #ffffff;
}
.credit_simulator_box ::-ms-input-placeholder { /* Edge 12-18 */
    color: #fff;
}

.credit_simulator_box ::placeholder {
    color: #fff;
}
.credit_simulator_box input[type=select]:focus{
    border: 0;
    box-shadow: none;
}
.credit_simulator_box .form-select:focus{
    box-shadow:none
}
.box_simul{
    display: flex;
    align-items:center;
    justify-content: space-between;
    border-bottom: 1px dashed #979797;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
}
.form-control-wrap {
    position: relative;
    display: block;
}
.form-control-wrap.icon_elmt i {
    position: absolute;
    top: 19px;
    left: 19px;
    color: #f18009;
    z-index: 1;
    font-size: 18px;
}
.form-control-wrap.icon_elmt .form-control {
    padding-left: 50px;
}
.form_contact .form-control, .form_contact .form-select {
    display: block;
    width: 100%;
    height: 57px;
    padding: 12px 66px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d0d0d0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #f18009;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #f1810991;
  }
  .form-check-input:focus {
    border-color: #f18009;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #f1810991;
  }
  textarea.form-control {
    min-height: 153px;
}
.btn_form{
    border: 0;
    display: block;
    width: 100%;
}
.pack_title {
    padding: 0px 8px;
    /* font-size: 24px; */
    /* line-height: 23px; */
    text-align: left;
}

.pack_price {
    font-size: 30px;
    font-weight: bold;
}

.pack_description {
    padding: 20px;
    text-align: center;
}

.content_get_society_packages input[type="radio"] {
    display: none;
    &:not(:disabled)~label {
        cursor: pointer;
    }
    &:disabled~label {
        color: hsla(150, 5%, 75%, 1);
        border-color: hsla(150, 5%, 75%, 1);
        box-shadow: none;
        cursor: not-allowed;
    }
}

.content_get_society_packages label {
    height: 100%;
    display: flex;
    background: #f1800821;
    box-shadow: 0px 3px 10px -2px hsla(150, 5%, 65%, 0.5);
    color: #fff;
    position: relative;
    border: 1px solid #f18009;
    align-items: center;
    padding: 20px 10px;
    width: 100%;
    color:#f18009 ;
}

.content_get_society_packages label .icon_form {
    width: 67px;
    fill: #f18008;
    flex-shrink: 0;
    flex-grow: 0;
}

.content_get_society_packages input[type="radio"]:checked+label {
    background: #f18009;
    color: hsla(215, 0%, 100%, 1);
    box-shadow: 0px 0px 20px #f18009;
    border: 0;
}

.content_get_society_packages input[type="radio"]:checked+label .icon_form{
    fill: #ffffff;
}

.content_get_society_packages input[type="radio"]:checked+label::after {
    color: #f18009;
    font: var(--fa-font-solid);
    content: "\f00c";
    font-size: 15px;
    position: absolute;
    right: 25px;
    top: -12px;
    height: 30px;
    width: 30px;
    line-height: 31px;
    text-align: center;
    background: white;
    /* box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.25); */
}
.box_stat_zone_elmnt{
    padding-top: 310px;
}
.sticher_in.check{
    background: #f70000;
}
.old_price{ font-size:0.8em;  text-decoration: line-through;  color:grey;}
/* Back To Top */
.back-to-top {
    background: #e97c10;
  }
  .back-to-top {
    position: fixed;
    bottom: 68px;
    right: 20px;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 41px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0px 0px 12px rgba(2, 45, 98, 0.10);
    transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 0.25s ease-in-out, color 0.25s ease-in-out;
    z-index: 9;
  }
  .back-to-top:hover, .back-to-top.auto {
    color: transparent;
    transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 1s 0.25 ease-in-out, color 0.25s ease-in-out 0.25s;
  }
  .back-to-top:hover:before, .back-to-top.auto:before {
    animation: lineUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
  }
  .back-to-top:hover:after, .back-to-top.auto:after {
    animation: tipUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
  }
.back-to-top:before {
    position: absolute;
    display: inline-block;
    content: "";
    background:#fff;
    width: 3px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -2px;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}
.back-to-top:after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 15px;
    height: 15px;
    color: #fff;
    border-top: 3px solid;
    border-left: 3px solid;
    transform: rotateZ(45deg);
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -8px;
    transform: translateY(50px) rotateZ(45deg);
}
.icon_open {
    display: block;
}
.icon_close {
    display: none;
}
.menu_shown_option .icon_open {
    display: none;
}
.menu_shown_option .icon_close {
    display: block;
}
.trigger_menu {
    position: fixed;
    right: 20px;
    bottom: 16px;
    border-radius: 0px;
    width: 40px;
    height: 40px;
    background: #e97c10;
    z-index: 50;
    text-align: center;
    box-shadow: 0px 0px 12px rgb(2 45 98 / 10%);
    cursor: pointer;
    transition: all .5s ease-in-out;

}
.trigger_menu i {
    font-size: 21px;
    color: #fff;
    line-height: 43px;
}
.menu_tchat_wrapper {
    position: fixed;
    width: 300px;
    height: auto;
    font-weight: 500;
    background: #043f75;
    overflow: hidden;
    right: 72px;
    transform: scale(0);
    opacity: 0;
    pointer-events: none;
    touch-action: none;
    visibility: hidden;
    z-index: 100;
    -webkit-transition: -webkit-transform 150ms cubic-bezier(.19, 1, .22, 1);
    transition: -webkit-transform 150ms cubic-bezier(.19, 1, .22, 1);
    transition: transform 150ms cubic-bezier(.19, 1, .22, 1);
    transition: transform 150ms cubic-bezier(.19, 1, .22, 1), -webkit-transform 150ms cubic-bezier(.19, 1, .22, 1);
    bottom: 15px;
    box-shadow: 0px 0px 12px rgb(2 45 98 / 10%);
    transform-origin: right bottom;
}

.menu_shown_option .menu_tchat_wrapper {
    display: block;
    opacity: 1;
    transform: scale(1);
    -webkit-transition: -webkit-transform 150ms cubic-bezier(.19, 1, .22, 1);
    transition: -webkit-transform 150ms cubic-bezier(.19, 1, .22, 1);
    transition: transform 150ms cubic-bezier(.19, 1, .22, 1);
    transition: transform 150ms cubic-bezier(.19, 1, .22, 1), -webkit-transform 150ms cubic-bezier(.19, 1, .22, 1);
    pointer-events: all;
    visibility: visible;
}

.menu_tchat_wrapper .outer {
    display: table;
    width: 100%;
    height: 100%;
}

.menu_tchat_wrapper .inner {
    padding: 30px;
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
}

.menu_tchat_wrapper .close_zone {
    font-size: 26px;
    cursor: pointer;
    position: relative;
    left: 0;
    top: 0;
    color: #f07e04;
    font-weight: 100;
    margin-bottom: 22px;
}
.float_img {
    position: absolute;
    top: 60px;
    transform: rotate(55deg);
    width: 470px;
    left: 140px;
}
.num_type {
    font-size: 20px;
    border: 2px solid;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 28px;
    color: #f07e04;
    position: absolute;
    top: -10px;
    right: 10px;
    font-weight: bold;
    background: #fff;
}
.text-bg-orange{
    background: #f07e04;
}
.icon_elmnt_style {
    font-size: 40px;
    margin-right: 13px;
    color: #f07e05;
}
.slider_in_page .owl-controls .owl-prev {
    margin-right: 0;
    position: absolute;
    left: 0;
    height: 130px;
    display: block;
    color: #fff;
    background: rgb(0 0 0 / 43%);
    top: 50%;
    transform: translateY(-50%);
    line-height: 100px;
}
.slider_in_page.owl-theme .owl-controls .owl-nav div {
    font-size: 0;
    width: 40px;
    -webkit-transition: background-color .35s ease, border-color .45s ease;
    transition: background-color .35s ease, border-color .45s ease;
}
.slider_in_page .owl-controls .owl-next {
    margin-right: 0px;
    position: absolute;
    right: 0;
    height: 130px;
    display: block;
    color: #fff;
    background: rgb(0 0 0 / 43%);
    top: 50%;
    transform: translateY(-50%);
    line-height: 100px;
}
.slider_in_page .owl-controls *:after {
    position: unset;
    top: unset;
    display: unset;
    width: unset;
    height: unset;
    text-align: center;
    line-height: 128px;
    font-size: 43px;
    z-index: 4;
    -webkit-transition: color .35s ease-out;
    transition: color .3s ease-out;
    font-weight: 100;
}
.slider_in_page .owl-prev:after {
    content: '<';
}
.slider_in_page .owl-next:after {
    content: '>';
}

.countdown {display: flex;}
ul.countdown li .days_ref, li .hours_ref, li .minutes_ref, li .seconds_ref{
    font-size: 10px;
    margin: 0;
}
ul.countdown li {
    width: 50px;
    margin-top: 15px;
    color: #043d73;
}
a.tip_elmnt{
    color: #6bb7ff;
}

.tooltip-inner {
    font-size: 10px!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #888a97!important;
    line-height: 45px!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px!important;
}
.select2-container--default .select2-selection--single {
    background-color: transparent!important;
    border: 0!important;
}
.file-upload-wrapper{
    border: 1px dashed #ced4da!important;
    border-radius: 0!important;
}
.file-upload-label {
    font-size: 16px!important;
    color: #6c757d!important;
    margin: 5px 0!important;
}
.remove-field{
    font-size: 16px;
    background: #ffe8e8;
    border: 1px solid #f70000;
    color: #f70000;
    text-align: center;
    width: 51px;
    height: 51px;
    border-radius: 0;
}
.small_font{
    font-size: 12px;
    color: grey;
}
.box_infos_actif.warehouse{
    height: auto;
}
.callcenter_div {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    position: fixed;
    bottom: 16px;
    right: 73px;
    background: #063d72;
    padding-left: 12px;
    box-shadow: -4px 3px 8px #00000033;
    z-index: 1;
}
.callcenter_div i {
    background: #f07e05;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    font-size: 22px;
    color: #fff;
    margin-left: 10px;
}
#fvpp-blackout {
    display: none;
    z-index: 999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 0.8;
  }
  #snappopup .popup-bg {
    position: relative;
    z-index: 1;
  }
  #snappopup {
    display: none;
    z-index: 9999;
    position: fixed;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #FFF;
  }
  #snappopup .popup-bg {
    width: 100%;
  }
  #fvpp-close {
    position: absolute;
    top: -15px;
    right: -27px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    z-index: 1;
    text-align: center;
    line-height: 28PX;
    color: #fff;
  }
  #fvpp-close i{
    background: #d40000;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
  }
/*-----responsive site style-----*/

@media (max-width: 575.98px) {
    .extra{display: none;}
    header{ padding-top: 12px; padding-bottom: 12px;}
    header .link{display: none;}
    .menu-button{display: block;}
    .zone_slider{height: auto;}
    .mil-banner .swiper-slide .content_slider{background: #000000; position: unset;padding: 25px 25px; width: 100%;}
    .mil-banner .controls{display: none;}
    .img_float_4{display: none;}
    .inner_box_left{padding: 40px 30px 40px 30px;}
    .bg_orange_Wrapper::after{content: unset;}
    .box_link{margin: 0;}
    .box_info{padding: 40px 20px 40px 20px;}
    .price_box{padding: 16px 10px;}
    .price_box span { display: block;}
    .box_img{height: auto;}
    .box_elmt_stat{position: unset;flex-direction: column;background: #f6f6f6;}
    .box_stat{margin: 0 0px 30px 0;}
    .box_link_btn{position: unset;justify-content: center;}
    .box_stat_number {color: #000000;}
    .box_stat_info { color: #000000;}
    .box_img_partner{    margin: 20px auto;}
    .footer_copylink{width: 100%;display: block;text-align: center;margin: 10px !important;}
    ul.info_contact li{margin: 0 0px 15px 0;}
    .social-icons ul{margin: 20px 0;text-align: center;}
    .footer_logo{text-align: center;margin: 0 auto;border-bottom: 1px solid #fcdfc7;padding-bottom: 22px;}
    .img_float_2{display: none;}
    .img_float_3{display: none;}
    .circle_2{display: none;}
    ul.info_contact{display:  block;}
    .similar_programm .title_actif {color: #000;}
    .similar_programm {height:auto!important; margin-bottom: 100px!important; color: #fff;}
    .box_montant{display: block;}
    .bg_orange_Wrapper.in_wrap{margin-top: 0;}
    .subfooter{text-align: center;}
    .partner h3{text-align: center;}
    .p-5 { padding: 1rem !important;}
    .link{font-size: 11px; margin-bottom: 5px;}
    .box_actions{ padding: 12px 12px;}
    .box_info_map{position: unset;}
    .comparativeboard .fs-4{font-size: 10px!important;}
    .comparativeboard .fs-5{font-size: 10px!important;}
    .comparativeboard_section{display: none;}
    .has-sticker_2{width: 140px;}
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .extra{display: none;}
    header{ padding-top: 12px; padding-bottom: 12px;}
    header .link{display: none;}
    .menu-button{display: block;}
    .zone_slider{height: auto;}
    .mil-banner .swiper-slide .content_slider{background: #000000; position: unset;padding: 25px 25px; width: 100%;}
    .mil-banner .controls{width: 100%;}
    .img_float_4{display: none;}
    .inner_box_left{padding: 40px 30px 40px 30px;}
    .bg_orange_Wrapper::after{content: unset;}
    .box_link{margin: 0;}
    .box_info{padding: 40px 20px 40px 20px;}
    .price_box{padding: 16px 10px;}
    .price_box span { display: block;}
    .box_img{height: auto;}
    .box_elmt_stat{position: unset;flex-direction: column;background: #f6f6f6;}
    .box_stat{margin: 0 0px 30px 0;}
    .box_link_btn{position: unset;justify-content: center;}
    .box_stat_number {color: #000000;}
    .box_stat_info { color: #000000;}
    .box_img_partner{    margin: 20px auto;}
    .footer_copylink{width: 100%;display: block;text-align: center;margin: 0 !important;}
    ul.info_contact li{margin: 0 0px 15px 0;}
    .social-icons ul{margin: 20px 0;text-align: center;}
    .footer_logo{text-align: center;margin: 0 auto;border-bottom: 1px solid #fcdfc7;padding-bottom: 22px;}
    .img_float_2{display: none;}
    .img_float_3{display: none;}
    .circle_2{display: none;}
    ul.info_contact{display:  block;}
    .similar_programm .title_actif {color: #000;}
    .similar_programm {height:auto!important; margin-bottom: 100px!important; color: #fff;}
    .box_montant{display: block;}
    .bg_orange_Wrapper.in_wrap{margin-top: 0;}
    .subfooter{text-align: center;}
    .partner h3{text-align: center;}
    .p-5 { padding: 1rem !important;}
    .link{font-size: 11px;}
    .box_actions{ padding: 12px 12px;}
    .comparativeboard .fs-4{font-size: 10px!important;}
    .comparativeboard .fs-5{font-size: 10px!important;}
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .extra{display: none;}
    header{ padding-top: 12px; padding-bottom: 12px;}
    header .link{display: none;}
    .menu-button{display: block;}
    .zone_slider{height: auto;}
    .mil-banner .swiper-slide .content_slider{background: #000000; position: unset;padding: 25px 25px; width: 100%;}
    .mil-banner .controls{width: 100%;}
    .img_float_4{display: none;}
    .inner_box_left{padding: 40px 30px 40px 30px;}
    .bg_orange_Wrapper::after{content: unset;}
    .box_img_partner{    margin: 20px auto;}
    .footer_copylink{width: 100%;display: block;text-align: center;margin: 0 !important;}
    ul.info_contact li{margin: 0 0px 15px 0;}
    .social-icons ul{margin: 20px 0;text-align: center;}
    .footer_logo{text-align: center;margin: 0 auto;border-bottom: 1px solid #fcdfc7;padding-bottom: 22px;}
    .img_float_2{display: none;}
    .img_float_3{display: none;}
    .circle_2{display: none;}
    ul.info_contact{display:  block;}
    .box_img {background-color: #ffffff;}
    .mil-banner{height: auto;}
    .box_stat_zone_elmnt { padding-top: 390px;}
    .similar_programm .title_actif {color: #000;}
    .similar_programm {height:auto!important; margin-bottom: 100px!important; color: #fff;}
    .box_montant{display: block;}
    .bg_orange_Wrapper.in_wrap{margin-top: 0;}
    .subfooter{text-align: center;}
    .box_link.white_box_color{margin: 0;}
    .comparativeboard .fs-4{font-size: 10px!important;}
    .comparativeboard .fs-5{font-size: 10px!important;}

}

@media (min-width: 992px) and (max-width: 1063.98px) {
    .nav ul.menu>li { padding: 33px 12px 20px 12px;}
    .mil-banner {height: 350px;}
    .zone_slider{height: 350px;}
    .box_stat_zone_elmnt{padding-top: 165px;}
    ul.info_promotion li { margin: 6px 20px 6px 0;}
    .price_box span{display: block;}
    ul.info_promotion li:last-child { margin: 0 0px 20px 0;}
    .circle_2{opacity: 0.4;}
    .has-sticker_2{width: 140px;}
}

@media (min-width: 1064px) and (max-width: 1199.98px) {
    .img_float_3{top: 20px;right: 30px;}
    .circle_2{opacity: 0.4;}
    .nav ul.menu>li { padding: 33px 12px 20px 12px;}
    .has-sticker_2{width: 140px;}
}

@media only screen and (min-width: 1200px) {}
