/* Reset */


/* orange : #f0852b */


/* Rose : #e14074 */

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

body {
    color: #312C3A;
    font-family: 'GT Walsheim Pro', sans-serif;
    font-size: 17px;
    padding: 0px !important;
    margin: 0px !important;
    letter-spacing: .025em;
    line-height: 1.3;
    font-style: normal;
    font-weight: normal;
    background: #fff;
}


/* Typography */

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

h1 {
    line-height: 34px
}

h2 {
    line-height: 35px
}

h3 {
    line-height: 30px
}

h4 {
    line-height: 22px
}

h5 {}

h6 {}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'GT Walsheim Pro', sans-serif;
    font-weight: 900;
    color: #312C3A
}

strong {
    font-weight: bold;
}

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

a {
    text-shadow: none !important;
    color: #0d638f;
    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;
}

.semi-bold {
    font-weight: 600;
}

.bold {
    font-weight: 900;
}

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

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

.small-text {
    font-size: 12px !important;
}

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

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


/* Font Colors */

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

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

.horizontal-line.white_line {
    border-top: 1px solid #fff;
}

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


/*** Fixes & Misc ***/

.no-padding {
    padding: 0px !important;
}

.no-margin {
    margin: 0px !important;
}

.spacing-bottom {
    margin-bottom: 30px;
}

.v-align-bottom {
    vertical-align: bottom;
}

.v-align-top {
    vertical-align: top;
}

.v-align-middle {
    vertical-align: middle;
}

.padding-10 {
    padding: 10px;
}

.padding-20 {
    padding: 20px;
}

.padding-30 {
    padding: 30px;
}

.padding-40 {
    padding: 40px;
}

.padding-50 {
    padding: 50px;
}

.padding-60 {
    padding: 60px;
}

.padding-70 {
    padding: 70px;
}

.padding-80 {
    padding: 80px;
}

.padding-90 {
    padding: 90px;
}

.padding-100 {
    padding: 100px;
}


/** Padding top **/

.p-t-10 {
    padding-top: 10px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-t-40 {
    padding-top: 40px;
}

.p-t-50 {
    padding-top: 50px;
}

.p-t-60 {
    padding-top: 60px;
}


/** Padding Bottom **/

.p-b-10 {
    padding-bottom: 10px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-b-50 {
    padding-bottom: 50px;
}

.p-b-60 {
    padding-bottom: 60px;
}


/** Padding Left **/

.p-l-10 {
    padding-left: 10px;
}

.p-l-20 {
    padding-left: 20px;
}

.p-l-30 {
    padding-left: 30px;
}

.p-l-40 {
    padding-left: 40px;
}

.p-l-50 {
    padding-left: 50px;
}

.p-l-50 {
    padding-left: 50px;
}


/** Padding Right **/

.p-r-10 {
    padding-right: 10px;
}

.p-r-20 {
    padding-right: 20px;
}

.p-r-30 {
    padding-right: 30px;
}

.p-r-40 {
    padding-right: 40px;
}

.p-r-50 {
    padding-right: 50px;
}

.p-r-60 {
    padding-right: 60PX;
}


/** Margins **/

.margin-10 {
    margin: 10px;
}

.margin-20 {
    margin: 20px;
}


/** Margin top **/

.m-t-5 {
    margin-top: 5px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-40 {
    margin-top: 40px;
}


/** Margin Bottom **/

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-40 {
    margin-bottom: 40px!important;
}

.m-b-60 {
    margin-bottom: 60px;
}

.m-b-80 {
    margin-bottom: 80px;
}

.m-b-100 {
    margin-bottom: 100px;
}


/** Margin Left **/

.m-l-5 {
    margin-left: 5px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-l-20 {
    margin-left: 20px;
}

.m-l-30 {
    margin-left: 30px;
}

.m-l-40 {
    margin-left: 40px;
}


/** Padding Right **/

.m-r-5 {
    margin-right: 5px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-20 {
    margin-right: 20px;
}

.m-r-30 {
    margin-right: 30px;
}

.m-r-40 {
    margin-right: 40px;
}

.hide {
    display: none;
}

.inline {
    display: inline-block !important;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

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


/*----------*/

.site_header {
    position: fixed;
    width: 100%;
    z-index: 12;
    background: #fff;
}

.master_menu {
    position: relative;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #2b8d501a;
    box-shadow: rgb(43 141 80 / 16%) 0px 16px 15px 0px;
}


/*.menu_zone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}*/

#masterhead .nav {
    display: block;
    width: 100%;
}

.option_top {
    background: #ffcb09;
    display: block;
    float: right;
    border-radius: 0px 0px 10px 10px;
    padding: 6px 10px 5px 14px;
}

.option_top div.circle-icons li {
    margin-top: -3px;
    margin-right: 0;
    margin-bottom: 0px;
    margin-left: 7px;
}

.option_top div.social-icons li a {
    background: #000;
}

.option_top div.social-icons li:hover a {
    background: transparent;
}

.option_top div.social-icons li a {
    width: 25px;
    height: 25px;
}

.option_top div.social-icons li:after {
    width: 25px;
    height: 25px;
}

.option_top .social-icons i {
    font-size: 14px;
    line-height: 20px;
    color: #ffcb09;
}

.lh-30 {
    line-height: 30px;
}

.lh-50 {
    line-height: 50px;
}

.lh-70 {
    line-height: 70px;
}

.nav ul.menu {
    list-style: none;
    margin-top: -3px;
    padding: 0 0 0 0px;
    text-align: center;
    position: relative;
    z-index: 3;
    margin-bottom: 0;
}

.nav ul.menu li i {
    font-size: 17px;
    position: relative;
    right: 0;
    color: #000000;
    top: 2px;
    padding: 0 4px;
}

.nav ul.menu li {
    margin: 0px 25px 0px 0;
    position: relative;
    display: inline-block;
    border-top: 3px solid transparent;
    padding: 24px 0 23px 0;
}

.nav ul.menu>li>a {
    color: #302d3a;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0px;
    padding: 0 5px;
    padding: 22px 0 27px 0;
    font-weight: bold;
}

.nav ul.menu>li.active>a {
    color: #2B8D50;
}

.nav ul.menu>li:hover>a {
    color: #2B8D50!important;
}

.uou-block-2b .nav .sf-menu>li>ul li.active>a,
.uou-block-2b .nav .sf-menu>li>ul li:hover>a {
    background: #00d793;
    color: #ffffff;
}

.nav ul.menu li>ul.sub_menu {
    position: absolute;
    margin: 0;
    top: 61px;
    left: 0;
    width: 230px;
    text-align: left;
    padding: 10px 20px;
    background: #ff9b65;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    max-height: 1px;
    transition: all 300ms 0.3s ease;
    -webkit-transition: all 300ms 0.3s ease;
    -moz-transition: all 300ms 0.3s ease;
    -o-transition: all 300ms 0.3s ease;
    -ms-transition: all 300ms 0.3s ease;
    /* border-radius: 20px; */
    box-shadow: 0px 1px 4px rgb(0 0 0 / 10%);
}

.nav ul.menu li ul.sub_menu>li {
    margin: 0px;
    padding: 6px 0 6px 0;
    position: relative;
    display: block;
    border-bottom: 1px solid #e85709;
}

.nav ul.menu li ul.sub_menu>li:last-child {
    border: 0;
}

.nav ul.menu li ul.sub_menu li>a {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    text-transform: inherit;
    letter-spacing: normal;
    position: relative;
    color: #fff;
    display: block;
}

.nav ul.menu li ul.sub_menu li>a:hover {
    color: #000;
}

.nav ul.menu li:hover>ul,
.nav ul li.hovered>ul {
    max-height: 500px;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /*top: 40px;*/
    visibility: visible;
}

.nav ul.menu>li:last-child {
    margin: 0px 0px 0px 0;
}

.nav ul.menu>li:last-child>.sub_menu {
    left: unset;
    right: 0;
}

.nav ul.menu li.active i {
    /*color: #F58634;*/
}

#time_left {
    padding: 10px 0 50px 0;
}

ul.countdown {
    list-style: none;
    /* width: 27.625vw; */
    /* position: absolute; */
    /* transform: translateX(-50%); */
    /* left: 50%; */
    z-index: 2;
    margin: 0px;
    padding: 0;
    text-align: center;
}

ul.countdown li span {
    color: #F58634;
    font-size: 60px;
    line-height: 1.2em;
    display: inline;
    font-weight: 800;
}

ul.countdown li p {
    position: relative;
    margin: 0;
    text-align: center;
    display: block;
    color: #fff;
    text-transform: lowercase;
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
}

ul.countdown li:last-child a {
    display: block;
    border-radius: 50px;
    text-align: center;
    color: #263450;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
}

ul.countdown li {
    display: inline-block;
    padding: 10px;
    height: 100px;
    border-radius: 5px;
    margin-right: 20px;
}

ul.countdown li:last-child {
    margin: 0;
}

#time_left .box {
    background: #22b24c;
    border-radius: 20px;
    padding: 60px 40px;
    box-shadow: rgb(0 0 0 / 40%) 1px -1px 7px 0px;
    margin-top: -40px
}

#time_left h1 {
    font-weight: 800;
}

.box_icon_event {
    text-align: center;
    border-bottom: 1px dashed rgb(255 255 255 / 41%);
}

.box_icon_event i {
    color: #fff;
    font-size: 30px;
}

.box_icon_event h4 {
    font-weight: 100;
    color: #ffffff;
    font-size: 13px;
    line-height: 5px;
}

.box_icon_event h5 {
    font-weight: 100;
    color: #ffffff;
    font-size: 10px;
}

h2.heading i {
    font-size: 15px;
    display: inline-block;
    position: relative;
    top: -6px;
    margin-right: 20px;
    color: #ED8A28;
}


/*span.text_stroke{
  color: #ED8A28!important;
}*/

span.text_stroke {
    color: transparent;
    -webkit-text-stroke: 3px #ED8A28;
    font-weight: 600;
}

span.text_orange {
    color: #ED8A28!important;
}

.news .box {
    margin-bottom: 40px;
    position: relative;
    height: 400px;
}

.info_news {
    padding: 30px;
    transition: all .5s ease;
    background: #fff;
    border-radius: 20px;
    z-index: 1;
    box-shadow: rgb(0 0 0 / 51%) -1px 0px 10px 0px;
    position: absolute;
    bottom: 0;
    min-height: 260px;
}

.info_news h3 a {
    font-size: 13px;
    color: #333;
    margin-top: 10px;
    line-height: 19px;
    font-weight: 600;
    display: inline-block;
}

.info_news>p {
    font-size: 11px;
    font-weight: 300;
    color: #333;
    margin-bottom: 0;
}

.date_news {
    color: #22b24c;
    font-size: 10px;
    position: relative;
}

.date_news::before {
    content: "";
    width: 20%;
    height: 2px;
    background-color: #22b24c;
    position: absolute;
    bottom: -8px;
}

.img_news {
    width: 100%;
    height: 180px;
    position: relative;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    transition: all .5s ease;
    border-radius: 20px;
    box-shadow: rgb(0 0 0 / 21%) 0px 0px 5px 0px;
}

.news .box:hover .img_news {
    height: 165px;
    transition: all .5s ease;
    margin-top: -10px;
}

.news .box:hover .info_news h3 a {
    color: #22b24c;
}

.news .box:hover .info_news {
    bottom: 10px;
    transition: all .7s ease;
}

.link.btn {
    background: transparent;
    color: #ED8A28;
    position: relative;
    padding: 14px 18px;
    font-size: 13px;
}

.link:after {
    content: "";
    position: absolute;
    background: rgb(235 92 29 / 8%);
    width: 48px;
    height: 48px;
    border-radius: 100px;
    top: 0px;
    left: 0px;
    transition: all .2s ease;
}

.link span {
    position: relative;
    z-index: 1;
}

.link:hover {
    color: #fff;
}

.link:hover::after {
    width: 100%;
    background: #ED8A28;
}

.news a.link,
.chairmen a.link {
    float: right;
    margin-top: 20px;
}

.cap .box {
    background: #22b24c;
    border-radius: 20px;
    padding: 60px 40px 20px 200px;
    position: relative;
    margin-bottom: 40px;
}

.cap .box>p {
    color: #fff;
}

.cap ul.status {
    margin: 0;
    padding: 0;
}

.cap ul.status li {
    font-size: 12px;
    font-weight: 800;
    color: rgb(25 25 25);
}

.cap h2.heading {
    margin-bottom: 60px;
}

.img_cap {
    width: 200px;
    height: 220px;
    position: absolute;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    transition: all .5s ease;
    border-radius: 20px;
    box-shadow: rgb(0 0 0 / 21%) 0px 0px 5px 0px;
    top: -20px;
    left: -20px;
    transform: scale(none);
}

.cap .box:hover .img_cap {
    transition: all .5s ease;
    transform: scale(1.06);
}

.simple_link {
    padding: 14px 0;
    font-size: 13px;
    display: block;
    color: #ED8A28;
    transition: all .5s ease;
    flex-shrink: 0;
}

.simple_link i {
    transform: scale(none);
    transition: all .5s ease;
}

.simple_link:hover {
    color: #ED8A28;
}

.simple_link:hover i {
    transform: scale(1.2);
    transition: all .5s ease;
}

.Bright .img_cap {
    left: unset;
    right: -20px;
}

.Bright .box {
    padding: 60px 200px 20px 40px;
}

.member_team .img_chairmen {
    box-shadow: none;
    height: 260px;
    overflow: hidden;
}

.img_chairmen {
    width: 100%;
    height: 170px;
    position: relative;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    transition: all .5s ease;
    border-radius: 20px;
    box-shadow: rgb(0 0 0 / 21%) 0px 0px 5px 0px;
}

.chairmen .box:hover .img_chairmen {
    transform: scale(1.04);
}

.info_membre {
    text-align: center;
    transition: all .5s ease;
}

.info_membre h3 {
    margin-bottom: 0px;
    font-weight: 800;
    font-size: 17px;
    color: #fff;
}

ul.list_contact {
    padding: 0 0 0 20px;
    margin: 0;
}

.list_contact li {
    list-style: none;
    position: relative;
    color: #fff;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #253369;
}

.list_contact li:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.list_contact li i {
    position: absolute;
    left: -27px;
    top: 4px;
    color: #fff;
}

.info_membre p {
    color: #ffffff;
    margin-bottom: 0px;
    line-height: 16px;
    text-align: left!important;
    font-size: 13px;
    margin-top: 10px;
}

textarea.form-control {
    height: auto;
    font-size: 12px;
}

.chairmen .box:hover .info_membre {
    transform: scale(.9);
}

.agenda h2.heading {
    margin-top: 60px;
}

.elementor-schedules-list {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.schedules-inner-left {
    flex: 0 0 200px;
    max-width: 200px;
}

.schedules-inner-left .schedules-day {
    margin-bottom: 20px;
}

.schedules-inner-left .schedules-day.current a {
    color: #22b24c;
}

.schedules-inner-left .schedules-day.current a {
    background-color: #fff;
}

.schedules-day .schedules-day-name,
.schedules-day .schedules-day-time {
    font-size: 16px;
    font-size: 1rem;
    text-transform: capitalize;
    line-height: 1.5;
    background-color: #22b24c;
    color: #fff;
    text-align: center;
}

.schedules-day .schedules-day-name {
    padding: 1.1rem 3.75rem;
    font-size: 1rem;
    line-height: 1.875;
    border-radius: 50px;
}

.schedules-day {
    position: relative;
    display: flex;
}

.schedules-inner {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}

.schedules-inner-item {
    position: relative;
    width: 100%;
    min-height: 1px;
}

.schedules-inner-item {
    background: #fff;
    overflow: hidden;
    border-radius: 20px;
    padding-bottom: 35px;
    margin-bottom: 30px;
}

.schedules-day-inner,
.time-schedules:after {
    background-color: #22b24c;
}

.schedules-day-inner {
    padding: 28px 70px;
    margin-bottom: 45px;
    position: relative;
    display: flex;
    align-items: center;
}

.schedules-inner-right {
    flex: 0 0 calc(100% - 200px);
    max-width: calc(100% - 200px);
}

.schedules-day-inner .schedules-day-name,
.schedules-day-inner .schedules-day-time {
    font-size: 30px;
    /* font-size: 1.875rem; */
    text-transform: capitalize;
    line-height: 1.2;
    color: #fff;
    font-weight: 800;
}

.schedules-item {
    padding: 0 70px;
}

.schedules-item>div:last-child {
    border-bottom: 0;
}

.item-schedules_items {
    display: flex;
    padding: 0;
    position: relative;
}

.time-schedules {
    color: #F58634;
}

.time-schedules {
    display: flex;
    flex-wrap: wrap;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5em;
    position: relative;
    width: 105px;
    font-weight: 800;
}

.time-schedules {
    max-width: 100%;
}

.time-schedules:before {
    content: "";
    right: -1px;
    top: 0;
    position: absolute;
    background-color: #fff;
    height: 30px;
    width: 1px;
    z-index: 10;
}

.time-schedules:after {
    background-color: #F58634;
}

.time-schedules:after {
    content: "";
    left: 100%;
    top: 10px;
    margin-left: -5px;
    position: absolute;
    height: 10px;
    width: 10px;
    display: inline-block;
    border-radius: 50%;
    z-index: 12;
}

.item-wrapper {
    margin-top: 0;
}

.schedules-inner .item-wrapper {
    flex-grow: 1;
    position: relative;
    padding-left: 40px;
    border-left: 1px solid #e0e0e0;
    padding-bottom: 30px;
    flex-basis: 0;
}

h3:first-child {
    padding-top: 0;
    margin: 10px 0 0 0;
}

.title-schedules {
    color: rgb(25 25 25);
}

.title-schedules {
    font-size: 1.25rem;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding-right: 20px;
    line-height: 20px;
    font-size: 14px;
}

.schedules-inner .item-meta {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
    font-size: .875rem;
    color: #aaa7b1;
}

.schedules-inner .item-meta>div:last-child {
    margin-right: 0;
}

.schedules-inner .item-meta>div {
    margin-right: 10px;
}

.schedules-item:last-child .item-wrapper {
    border-left: none;
}

.item-wrapper p {
    margin-bottom: 5px;
}

.media_photo a.link {
    float: right;
    margin-top: 20px;
}

.box_photo {
    position: relative;
    overflow: hidden;
}

.img_photo {
    width: 100%;
    height: 100px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    transition: all .5s ease;
    border-radius: 20px;
    box-shadow: rgb(0 0 0 / 21%) 0px 0px 5px 0px;
}

.photo_overlay {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: rgb(255 205 4 / 30%);
    left: 0;
    top: 0;
    color: #fff;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0;
    visibility: hidden;
    border-radius: 20px;
}

.photo_overlay i {
    font-size: 25px;
    font-size: 1.5625rem;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    -moz-transform: scale(.8);
    -webkit-transform: scale(.8);
    transform: scale(.8);
}

.box_photo:hover .photo_overlay {
    opacity: 1;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    visibility: visible;
}

.box_photo:hover .photo_overlay i {
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}


/* Back To Top */

.back-to-top {
    background: #2B8D50;
    border-radius: 50%;
}

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    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);
}

.pulse-button {
    position: relative;
    border: none;
    box-shadow: 0 0 0 0 rgb(255 205 4 / 70%);
    border-radius: 50%;
    background-color: #F58634;
    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);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.1);
    }
    100% {
        -moz-transform: scale(1);
    }
}

@-o-keyframes pulse {
    0% {
        -o-transform: scale(1);
    }
    50% {
        -o-transform: scale(1.1);
    }
    100% {
        -o-transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -o-animation-name: pulse;
    animation-name: pulse;
}

footer .copyright {
    position: relative;
    padding: 35px 0;
}

.copytext {
    text-align: right;
    color: #2B8D50;
}

.copytext.first_col {
    text-align: left;
}


/* -------------------------------------------------- */


/*  Social Icons
/* -------------------------------------------------- */

.social-icons {
    font-size: 0;
    float: right;
    margin-top: 47px;
}

.social-icons ul {
    padding: 0;
    margin: 0;
}

.social-icons li {
    display: inline-block;
    margin: 5px 5px 0 0;
    vertical-align: top;
    position: relative;
}

.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 {
    border-color: transparent;
    width: 36px;
    height: 36px;
    display: inline-block;
    background: #fff;
}

div.social-icons li:after {
    position: absolute;
    display: block;
    width: 36px;
    height: 36px;
    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%;
}

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

div.circle-icons li {
    margin: -10px 12px 0 0px;
    position: relative;
}

.circle-icons li a {
    display: block;
    width: 45px;
    height: 45px;
    border: 3px solid #454748;
    border: 3px solid rgba(207, 207, 207, .23);
    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.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: 20px;
    z-index: 3;
    -webkit-transition: color .35s ease-out;
    transition: color .35s ease-out;
}

.social-icons li i {
    display: block;
    line-height: 43px;
    color: #124d43;
}

.shortcades-social-icons-container .social-icons li i {
    color: #696b6c;
}


/*line height for header social-icons*/

div.social-icons li i {
    line-height: 32px;
}

.social-icons a:hover i {
    color: #fff;
}

#masterhead .logo_BNI {
    width: 50px;
    margin: 5px 0 0 16px;
}

.btn_subscribe {
    border-radius: 100px 100px 100px 100px;
    padding: 8px 14px 8px 34px;
    background: #2B8D50;
    color: #fff;
    display: flex;
    align-items: center;
    border: 2px solid transparent;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-size: 16px;
}

.btn_subscribe.white_btn {
    background: #fff;
    color: #2B8D50;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.btn_subscribe.orange_btn {
    background: #F58634;
    color: #fff;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.btn_subscribe.white_btn i {
    background: #2B8D50;
    color: #fff;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.btn_subscribe.orange_btn i {
    background: #fff;
    color: #F58634;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.btn_subscribe.simul {
    text-align: center;
    box-shadow: -2px 7px 6px 4px #2b8d5033;
    z-index: 1;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin: -26px auto 0 auto;
    display: inline-block;
}

.btn_subscribe:hover {
    background: #fff;
    border: 2px solid #2B8D50;
    color: #2B8D50;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.btn_subscribe.orange_btn:hover {
    background: #fff;
    border: 2px solid #F58634;
    color: #F58634;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.btn_subscribe:hover i {
    background: #2B8D50;
    color: #fff;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.btn_subscribe.orange_btn:hover i {
    background: #F58634;
    color: #fff;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.btn_subscribe i {
    height: 20px;
    width: 20px;
    color: #2B8D50;
    text-align: center;
    background-color: #fff;
    border-radius: 100px;
    line-height: 20px;
    margin-left: 10px;
    font-size: 11px;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

footer .copyright .logo {
    width: 180px;
    margin: 0 0 0 0;
}

footer .social-icons {
    float: unset;
    margin-top: 33px;
}

.box_logo {
    background: #fff;
    border-radius: 20px;
}

footer {
    background: #2b8d500f;
    padding: 0px 0 0 0;
}

.subfooter {
    /*background: #f3f3f3;*/
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    /*margin-top: 40px;*/
}

.box_app .logo {
    width: 200px;
    margin: 40px auto 40px auto;
}

.box_app .download_img img {
    width: 203px;
}

h5.title-footer {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 50px;
    position: relative;
}

h5.title-footer::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 30px;
    background: #fff;
    left: 0;
    top: 40px;
}

ul.list-footer {
    margin: 0;
    padding: 0 0 0 0;
}

ul.list-footer li {
    list-style-type: none;
}

ul.list-footer li a {
    font-size: 12px;
    display: block;
    padding: 2px 0;
    color: #fff;
}

ul.list-footer li:hover a {
    color: #F58634;
}

.title-footer a {
    color: #F58634;
}

.btn_signup {
    background: #F58634;
    position: relative;
    padding: 14px 18px;
    font-size: 13px;
    border-radius: 100px;
    color: #191919;
    text-align: center;
    margin: 20px auto 0 auto;
    display: block;
    font-weight: 800;
    border: 2px solid #F58634;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.btn_signup:hover {
    color: #F58634;
    background: transparent;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.newsletter {
    padding: 37px 0 20px 0;
    border-top: 1px solid #212121;
    margin-top: 40px;
}

.subscribe {
    float: left;
    width: 150px;
}

.subscribe span {
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.form_newsletter {
    width: 400px;
    float: left;
    position: relative;
}

.form_newsletter input {
    width: 100%;
    border: 1px solid #CCD0D9;
    padding: 7px 90px 7px 20px;
    border-radius: 100px;
    height: 45px;
    font-size: 13px;
    color: #d4d4d4;
}

.form_newsletter button[type="submit"] {
    position: absolute;
    top: 0;
    right: 3px;
    border: none;
    padding: 0;
    background-color: transparent;
    color: #191919;
    font-size: 39px;
    text-align: center;
    font-weight: 700;
    transition: all .5s ease;
    line-height: 48px;
}

#partner_slider a {
    display: block;
    text-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    background: #f3f3f3;
}

#partner_slider a img {
    width: auto !important;
    display: inline-block;
    margin: 0 auto;
    transition: all .5s ease;
}

.noo-col .nav {
    display: flex;
    text-align: right;
    display: block;
    margin-bottom: 50px;
    position: absolute;
    top: -80px;
}

.horizontal-tab-shortcode {
    position: relative;
}

.nav-tabs {
    text-align: center;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs>li {
    display: inline-block;
}

.nav-tabs>li>a.active,
.nav-tabs>li>a.active:hover,
.nav-tabs>li>a.active:focus {
    padding: 1.1rem 3.75rem;
    font-size: 1rem;
    line-height: 1.875;
    border-radius: 50px;
    background: #fff;
    color: #22b24c;
}

.nav-tabs>li:hover>a {
    color: #22b24c;
    background: #fff;
}

.nav-tabs>li>a {
    color: #fff;
    border-radius: 100px;
    background: #22b24c;
    padding: 1.1rem 3.75rem;
}

.tab-content>.tab-pane {
    border: none;
    padding: 0;
    font-size: 14px;
    border-radius: 20px;
    overflow: hidden;
}

.sub.heading {
    font-size: 20px;
    margin-bottom: 0;
    color: #fff;
}

.canvas.carousel.photo {
    border-bottom: 1px solid #22b24c21;
    margin-bottom: 12px;
}

.media_photo {
    padding-bottom: 40px;
}

.docs ul {
    padding-left: 0px;
    margin: 0;
}

.docs li {
    position: relative;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #0c4928;
    background: #fff;
    border-radius: 7px;
    padding: 13px 13px 13px 53px;
}

.docs li:last-child {
    border-bottom: none;
}

.docs li i {
    position: absolute;
    top: 11px;
    left: 10px;
    font-size: 18px;
    color: #ff0c0c;
    background: #ebebeb;
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 26px;
    border-radius: 100px;
}

.docs li a {
    color: #424242;
    font-weight: 100;
}

.docs li:hover a {
    color: #a7a7a7;
}

.docs ul {
    margin-top: 30px;
}

.box_video {
    position: relative;
    width: 100%;
    height: 220px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 20px 0px rgb(2 45 98 / 10%);
    box-shadow: 0px 10px 20px 0px rgb(2 45 98 / 10%);
    margin-top: 20px;
    overflow: hidden;
    border-radius: 20px;
}

.box_video .img_news {
    height: 220px;
}

.box_video .box_content {
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 1) 100%);
}

.box_content {
    position: absolute;
    background: #fff;
    bottom: 0px;
    width: 100%;
    padding: 20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.box_video .box_content .title_zone {
    font-size: 18px;
    font-weight: bold;
    line-height: 23px;
    margin-bottom: 3px;
    color: #fff;
    width: 75%;
}

.box_video .box_content a i {
    font-size: 13px;
    position: absolute;
    right: 14px;
    background: #F58634;
    border-radius: 100px;
    color: #000;
    bottom: 24px;
    width: 30px;
    height: 30px;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    line-height: 32px;
}

.box_video:hover .box_content a i {
    background: #22b24c;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.box_video .box_content .date_time {
    font-size: 12px;
    color: #22b24c;
}

.box_video:hover .box_content a .title_zone {
    color: #22b24c;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.box_video:hover .box_content {
    background: rgba(255, 255, 255, 0.8)
}

.link_details {
    line-height: 38px;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-left: 20px;
    background: #22b24c;
    padding: 0 10px;
    border-radius: 100px;
    font-size: 10px;
}

.link_details:hover {
    background: #fff;
    color: #22b24c;
}

.text_blue {
    color: #131e4a;
}

.wide-container {
    max-width: 100%;
    height: 370px;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
    /*box-shadow: rgb(0 0 0 / 38%) 0px 0px 10px 2px;*/
    z-index: 9;
    position: relative;
}

.wide-container_header {
    max-width: 100%;
    height: 200px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 38%) 0px 0px 10px 2px;
    z-index: 10;
    position: relative;
}

.header_page_title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 3;
    line-height: 20px;
}

.box_foot_zone {
    background: #0f352e;
    padding: 40px 0;
}

.content_zone ul.list_elmt {
    padding: 0 0 0 15px;
    margin-top: 20px;
}

.content_zone ul.list_elmt li {
    font-weight: bold;
    line-height: 17px;
    margin-bottom: 8px;
}

#slides {
    position: relative;
}

#particles-js {
    position: fixed;
    width: 100%;
    height: 100%;
}

.photo .img_photo {
    height: 170px;
}

.video .box_video .box_content .title_zone {
    width: 100%!important;
}

.nav ul.lang {
    padding: 0;
    margin: 0;
    text-align: right;
    float: right;
}

.nav ul.lang li {
    display: inline-block;
    margin-right: -1px;
    position: relative;
    text-align: center;
    padding: 4px;
    width: 25px;
    height: 25px;
    font-size: 10px;
    border-radius: 100px;
    line-height: 17px;
    margin-top: 3px;
    font-weight: 800;
}

.nav ul.lang li:last-child {
    margin-right: 0;
}

.nav ul.lang li a {
    color: #000;
}

.nav .social-icons {
    margin-top: 5px;
    position: relative;
    margin-right: 24px;
}

.nav .social-icons span {
    font-size: 13px;
    position: absolute;
    left: -111px;
    color: #fff;
}

.nav ul.lang li.active {
    background: #22b24c;
}

.nav ul.lang li.active a {
    color: #fff;
}

.menu_zone .logo {
    margin-top: 10px;
    margin-bottom: 15px;
}

.innerpage #time_left .box {
    padding-bottom: 20px;
}

.innerpage .box_icon_event {
    border-bottom: none;
}

.breadcrumbs {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 11px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.breadcrumbs__item {
    margin-bottom: 8px;
}

.breadcrumbs__item .breadcrumbs__link {
    color: #fff;
    text-decoration: none;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.breadcrumbs__item+.breadcrumbs__item {
    padding-left: .5rem;
}

.breadcrumbs__item+.breadcrumbs__item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #fff;
    content: "|";
}

.breadcrumbs__item--active {
    color: #ED8A28;
}

.box_zone {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 40px;
}

.content_zone p {
    text-align: justify;
}

.useful_menu {
    padding: 20px;
    background: #191919;
    border-radius: 20px;
    margin-top: -46px;
}

.sc_item_subtitle {
    color: #22b24c;
    font-size: 19px;
    font-weight: bold;
    position: relative;
    margin-right: 10px;
    padding-right: 30px;
    margin-bottom: 20px;
    display: inline-block;
    line-height: 27px;
}

.sc_item_subtitle::after {
    position: absolute;
    content: "\f107";
    font: var(--fa-font-solid);
    background: #22b24c;
    color: #fff;
    width: 24px;
    height: 24px;
    font-size: 21px;
    line-height: 27px;
    text-align: center;
    right: 0;
    border-radius: 100px;
    top: -2px;
}

.sc_item_subtitle::before {
    content: "";
    background: #F58634;
    height: 1px;
    width: 40%;
    position: absolute;
    bottom: -11px;
    left: 0;
}

ul.useful_link {
    margin: 0;
    padding: 0;
}

.right_side ul.useful_link li.active a {
    color: #22b24c;
    font-weight: bold;
}

.right_side ul.useful_link li.active a::after {
    color: #22b24c;
}

ul.useful_link li a {
    display: block;
    border-bottom: 1px solid #232323;
    padding: 10px;
    color: #505458;
    position: relative;
    padding-left: 20px;
}

ul.useful_link li a:after {
    position: absolute;
    content: "";
    left: 0;
    color: #505458;
    content: "\f105";
    font: var(--fa-font-solid);
    top: 10px;
}

ul.useful_link li:last-child a {
    border: 0;
}

ul.useful_link li a:hover {
    color: #22b24c;
}

ul.useful_link li a:hover:after {
    color: #22b24c;
}

.live a span {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 13px;
    display: block;
    color: #000;
}

.content_zone .sc_item_subtitle {
    color: #191919;
    margin-bottom: 23px!important;
}

.content_zone .sc_item_subtitle::after {
    background: #191919;
}

.content_zone .sc_item_subtitle::before {
    background: #191919;
}

.content_zone.chairmen .info_membre h3 {
    color: #191919;
    line-height: 18px;
    text-align: left;
    margin-bottom: 10px!important;
}

.content_zone.chairmen .info_membre p {
    text-align: left;
}

.content_zone .noo-col .nav {
    text-align: left;
    display: block;
    margin-bottom: 30px;
    position: unset;
    top: unset;
}

.content_zone .nav-tabs>li>a.active,
.content_zone .nav-tabs>li>a.active:hover,
.content_zone .nav-tabs>li>a.active:focus {
    background: #ebebeb;
    color: #868686;
}

.content_zone .schedules-inner {
    margin-bottom: 0;
}

.content_zone .horizontal-tab-shortcode {
    margin-top: 30px;
}

.content_zone .schedules-day-inner {
    background-color: #fff;
}

.content_zone .time-schedules:after {
    background-color: #22b24c;
}

.content_zone .schedules-day-inner .schedules-day-name,
.content_zone .schedules-day-inner .schedules-day-time {
    color: #22b24c;
}

.content_zone .schedules-inner h3:first-child {
    margin: 5px 0 0 0;
}

.box_emergence .t_zone .sub.heading {
    color: #22b24c;
    background: #fff;
    padding: 20px;
    border-radius: 20px 20px 0 0;
    line-height: 23px;
}

.box_emergence .t_zone a.link_details {
    margin: 0;
}

.box_emergence ul {
    padding: 20px;
    background: #fff;
    border-radius: 0 20px 20px 20px;
}

.box_emergence .img_news {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 20px;
}

.box_emergence ul li a {
    font-size: 12px;
    color: #333;
    margin-top: 8px;
    line-height: 15px;
    font-weight: 600;
    display: block;
}

.box_emergence .date_news::before {
    content: unset;
}

.box_emergence ul li {
    display: block;
    clear: both;
    margin-bottom: 40px;
}

.box_emergence ul li:hover a {
    color: #22b24c;
}

.box_emergence ul li:hover .date_news {
    color: #F58634;
}

.content_zone .docs ul {
    list-style: none;
}

.content_zone .docs li {
    border-bottom: 1px solid #f2f2f2;
    background: none;
    border-radius: unset;
    padding: 13px 13px 13px 113px;
    min-height: 100px;
}

.content_zone .docs li i {
    font-size: 28px;
    width: 60px;
    height: 60px;
    line-height: 56px;
    left: 0px;
}

.content_zone .docs li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.content_zone .docs li a h6 {
    font-weight: 800;
    margin-top: 0;
}

.pagination {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    list-style: none;
}

.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;
    border-radius: 100px;
}

.pagination__item i,
.pagination__item span {
    display: inline-block;
    color: #333;
    font-size: 14px;
    line-height: 41px;
    font-weight: 700;
}

.pagination__item.pagination__item--active {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    background: #22b24c;
}

.pagination__item.pagination__item--active span {
    color: #fff;
}

.pagination__item:hover span,
.pagination__item:hover i {
    color: #F58634;
}

.content_zone .img_photo {
    height: 170px;
}

.content_zone .box_photo {
    margin-bottom: 30px;
}

.box_video a {
    display: block;
    cursor: pointer;
}

.content_zone .box_video .box_content .title_zone {
    font-size: 13px;
    font-weight: revert;
    line-height: 17px;
    margin-bottom: 3px;
    color: #fff;
    width: 75%;
}

.content_zone .date_time.news_arc {
    font-size: 12px;
    color: #22b24c;
    padding: 10px 0;
    margin: 20px 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.content_zone .img_news.news_arc {
    height: 280px;
    margin-bottom: 40px;
    -webkit-box-shadow: 0px 10px 20px 0px rgb(2 45 98 / 10%);
    box-shadow: 0px 10px 20px 0px rgb(2 45 98 / 10%);
}

.navigation_article {
    display: block;
    border-top: 1px solid #eaeaea;
    padding: 40px 0;
}

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

.navigation_article ul>li {
    width: 40%;
    float: left;
    padding: 0 0 0 40px;
    position: relative;
}

.navigation_article ul>li:last-child {
    text-align: right;
    float: right;
    padding: 0 40px 0 0;
}

.navigation_article ul>li>a {
    color: #22b24c;
    display: block;
}

.navigation_article ul>li::after {
    position: absolute;
    content: "\f100";
    font: var(--fa-font-solid);
    color: #2B8D50;
    font-size: 26px;
    left: 0;
    top: -8px;
}

.navigation_article ul>li:last-child::after {
    content: "\f101";
    left: unset;
    right: 0;
}

.navigation_article .date_time {
    display: inline-block;
    background: #22b24c;
    padding: 0 10px;
    color: #fff;
}

.content_zone .img_cap {
    width: 250px;
    height: 350px;
    position: unset;
    float: left;
    margin: 0 30px 20px 0;
}

.block {
    display: block;
}

.require {
    font-size: 16px;
    color: #eb4924;
}

.btn_signup.inscrip {
    margin: 50px 0 0 0;
}

.form-group select,
.form-group input {
    color: #495057;
    font-size: 12px!important;
    height: 37px;
}

.content_zone .info_news {
    box-shadow: rgb(0 0 0 / 12%) -1px 0px 10px 0px;
}

.menu-button {
    position: relative;
    width: 32px;
    height: 30px;
    cursor: pointer;
    z-index: 9999;
    /* display: none; */
    float: right;
    margin-top: -3px;
    flex-shrink: 0;
}

.menu-button span {
    position: absolute;
    left: -51px;
    top: 5px;
    font-size: 16px;
    color: #ED8A28;
    font-weight: bold;
}

.menu-button .line-1,
.menu-button .line-2,
.menu-button .line-3 {
    position: relative;
    height: 3px;
    border-radius: 50px;
    background: #2B8D50;
}

.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_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_wrapper {
    position: fixed;
    width: 100%;
    height: 100vh;
    font-weight: 500;
    min-height: 500px;
    background: #fff;
    overflow: hidden;
    left: 0;
    /* padding: 40px 40px 40px 40px; */
    transform: translateX(-100%);
    opacity: 1;
    z-index: 29;
    -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);
    overflow-y: auto;
    margin-top: 71px;
}

.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 .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_responsive {
    padding: 0;
    width: auto;
    height: 100%;
    overflow-y: auto;
}

.menu_wrapper ul.menu_responsive li a {
    background: transparent;
    color: #f18539;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    /* border-top: 1px solid rgba(255,255,255,0.30); */
    border-bottom: 1px solid rgb(246 246 246);
    padding: 20px 0 20px 0;
    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;
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
}

.menu_wrapper ul.menu_responsive li a .btn.expander {
    background: none;
    color: #000000;
    padding: 5px 10px;
    font-size: 19px;
    border-radius: 0px;
    position: absolute;
    top: 10px;
    right: 20px;
    outline: none;
}

.menu_wrapper ul.menu_responsive ul.sub_menu_r {
    padding: 0;
    background: #efefef;
}

.menu_wrapper ul.menu_responsive ul.sub_menu_r li a {
    padding: 10px 50px;
    position: relative;
    font-weight: 500;
    cursor: pointer;
}

.menu_wrapper ul.menu_responsive ul.sub_menu_r li a:after {
    position: absolute;
    content: " \f101";
    font: var(--fa-font-solid);
    width: 24px;
    height: 24px;
    top: 10px;
    left: 22px;
}

body.body--static {
    height: 100%;
    overflow: hidden;
}

ul.subfooter_menu {
    padding: 0;
}

ul.subfooter_menu li {
    display: inline-block;
}

ul.subfooter_menu {
    margin: 0;
}

ul.subfooter_menu li a {
    color: #fff;
    margin-right: 5px;
    padding-right: 5px;
}

ul.subfooter_menu li:last-child a {
    border: none
}

ul.subfooter_menu li:hover a {
    color: #ED8A28;
}

#partner_slider.owl-carousel .owl-stage {
    padding: 0px 0px!important;
}

.copyright {
    background: #fff;
}

.vertical-divider {
    position: relative;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #e0e0e0;
}

#site {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main_content {
    -webkit-box-flex: 1;
    flex-grow: 1;
    position: relative;
}

.inner_main {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -200;
    width: 100%;
    height: 100%;
}

.img_backsite {
    position: absolute;
    top: 0;
    left: 100%;
    width: 2100px;
    height: auto;
    transform: translateX(-100%);
}


/******/

.contact {
    background: #131e4a;
    border-radius: 20px;
    position: relative;
    padding: 20px;
}

.contact i {
    font-size: 20px;
    background: #ED8A28;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 38px;
    border-radius: 100px;
    position: absolute;
    right: 15px;
    top: -21px;
}

.contact ul {
    padding: 0;
    margin: 0;
}

.contact ul>li {
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
    line-height: 18px;
}

.relative {
    position: relative;
}

#about.content_zone {
    padding: 150px 0 70px 0;
}

.content_zone {
    padding: 70px 0 118px 0;
}

#sub.content_zone {
    padding: 70px 0;
}

.content_zone.z404_z {
    background: #fff;
}

.content_zone ul.breadcrumbs {
    list-style: disc;
}

.box_z_right.activity_content {
    background: #131e4a url(../images/bg_plan_W.png) no-repeat bottom left;
    padding: 20px 20px 86px 20px;
    border-radius: 16px 0 0 30px;
    background-size: cover;
}

.box_z_right.activity_content::after {
    right: -100%;
    background: #131e4a;
}

.divInCenter {
    display: flex;
    align-items: center;
}

.activity_content {
    position: relative;
    /* background: #000; */
    /*padding: 45px 0 90px 0;*/
}

.activity_content::after {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    z-index: -1;
}

.box_pole {
    background: #fff;
    text-align: center;
    box-shadow: none;
    padding: 20px;
    margin: 40px 0px;
    height: 240px;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 5px 47.2px 11.8px rgb(19 30 74 / 10%);
    box-shadow: 0px 5px 47.2px 11.8px rgb(19 30 74 / 10%);
    z-index: 1;
    position: relative;
}

.vertical-divider {
    position: relative;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #e0e0e0;
}

.box_pole:hover {
    border: 1px solid #ff9b65;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #131e4a;
}

.box_pole:hover h3 {
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.box_pole h3 {
    font-size: 17px;
    line-height: 20px;
    font-weight: 800;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.box_pole svg {
    width: 70px;
    fill: #ff9b65;
    margin-top: 15px;
}

.box_foot_zone h2 {
    color: #f18539;
    font-weight: 800;
    z-index: 1;
}

.box_foot_zone {
    position: relative;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: top center!important;
}

.box_text {
    width: 600px;
    margin: 0 auto;
}

.box_foot_zone .box i {
    font-size: 47px;
    border: none;
    margin-right: 40px;
    background: none;
    color: #fff;
    line-height: 47px;
    width: 100px;
    height: 72px;
    font-size: 60px;
}

.box_foot_zone .box span {
    color: #fff;
    text-align: center;
}

.box_foot_zone .words {
    display: block;
    /* background: #fff; */
    margin-bottom: 20px;
    border-radius: 100px;
    color: #fff;
}

.activity_content>div {
    z-index: 3;
    position: relative;
}

.corner {
    position: relative;
}

.corner::after {
    content: "";
    border-top: 3px solid #ED8A28;
    border-right: 3px solid #ED8A28;
    position: absolute;
    width: 75px;
    height: 75px;
    top: -19px;
    right: -6px;
}

.img_zone {
    position: relative;
    top: -100px;
    left: -58px;
    z-index: 11;
}

ul.list_elmt li a {
    color: #000;
}

ul.list_elmt li a:hover {
    color: #ED8A28;
}

.animated.fast {
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.animated.slow {
    -webkit-animation-duration: 2.0s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2.0s;
    animation-duration: 2s;
}

.animated.delay05 {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.animated.delay10 {
    -webkit-animation-delay: 1.0s;
    -moz-animation-delay: 1.0s;
    -o-animation-delay: 1.0s;
    animation-delay: 1.0s;
}

.animated.delay15 {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.animated.delay20 {
    -webkit-animation-delay: 2.0s;
    -moz-animation-delay: 2.0s;
    -o-animation-delay: 2.0s;
    animation-delay: 2.0s;
}

.animated.delay25 {
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    -o-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.animated.delay30 {
    -webkit-animation-delay: 3.0s;
    -moz-animation-delay: 3.0s;
    -o-animation-delay: 3.0s;
    animation-delay: 3.0s;
}

.animated.delay35 {
    -webkit-animation-delay: 3.5s;
    -moz-animation-delay: 3.5s;
    -o-animation-delay: 3.5s;
    animation-delay: 3.5s;
}

.animated.delay40 {
    -webkit-animation-delay: 4.0s;
    -moz-animation-delay: 4.0s;
    -o-animation-delay: 4.0s;
    animation-delay: 4.0s;
}

.animated.delay45 {
    -webkit-animation-delay: 4.5s;
    -moz-animation-delay: 4.5s;
    -o-animation-delay: 4.5s;
    animation-delay: 4.5s;
}

.animated.delay50 {
    -webkit-animation-delay: 5.0s;
    -moz-animation-delay: 5.0s;
    -o-animation-delay: 5.0s;
    animation-delay: 5.0s;
}

.animated.delay55 {
    -webkit-animation-delay: 5.5s;
    -moz-animation-delay: 5.5s;
    -o-animation-delay: 5.5s;
    animation-delay: 5.5s;
}

.animated.delay60 {
    -webkit-animation-delay: 6.0s;
    -moz-animation-delay: 6.0s;
    -o-animation-delay: 6.0s;
    animation-delay: 6.0s;
}


/*---------------------------------------------- 
PAGE LOADER
------------------------------------------------
.pace {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  background: transparent;
  z-index: 999999;
  transition: all 800ms .2s ease-in-out;
  -webkit-transition: all 800ms .2s ease-in-out;
  -moz-transition: all 800ms .2s ease-in-out;
  -o-transition: all 800ms .2s ease-in-out;
  -ms-transition: all 800ms .2s ease-in-out;
  opacity:0;filter:alpha(opacity=0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  body.loading .pace { opacity:1;filter:alpha(opacity=100);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  body.loading-end .pace { top: 40%; opacity:0!important;filter:alpha(opacity=0)!important;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"!important; }
  
  .pace .pace-progress {
  background: #f0852b;
  z-index: 2000;
  height: 2px;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  -khtml-transition: all 1s;
  transition: all 1s;
  }
  
  .pace-inactive {
  display: none;
  }
  
  #page-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 100001;
  }
  
  .page-loader-inner {
  width: 200px;
  height: 2px;
  position: absolute;
  top: 50%; margin-top: -10px;
  left: 50%; margin-left: -100px;
  text-align: center;
  }
  
  .page-loader-inner .loader-logo-name {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  margin-top: -120px;
  transition: all 800ms ease-in-out;
  -webkit-transition: all 800ms ease-in-out;
  -moz-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  -ms-transition: all 800ms  ease-in-out;
  opacity:0;filter:alpha(opacity=0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  body.loading .loader-logo-name { opacity:1;filter:alpha(opacity=100);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  body.loading-end .loader-logo-name { top: 30px; opacity:0;filter:alpha(opacity=0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  
  .page-loader-inner .loader-logo-name img {
  max-height: 40px; 
  width: 300px;
  margin: 0 auto;
  }
  
  .page-loader-inner h6 { 
  font-size: 12px;
  font-weight: 100;
  color: #e34b7c;
  margin-top: -30px; 
  transition: all 800ms .1s ease-in-out;
  -webkit-transition: all 800ms .1s ease-in-out;
  -moz-transition: all 800ms .1s ease-in-out;
  -o-transition: all 800ms .1s ease-in-out;
  -ms-transition: all 800ms .1s ease-in-out;
  opacity:0;filter:alpha(opacity=0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  body.loading .page-loader-inner h6 { opacity:1;filter:alpha(opacity=100);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  body.loading-end .page-loader-inner h6 { margin-top: -44px; opacity:0;filter:alpha(opacity=0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

/*****/


/* PRELAODER */

.preloader {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 12;
    background: #2B8D50;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition-duration: 700ms;
    -webkit-transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-delay: 0.95s;
    overflow: hidden;
}

.preloader * {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition-duration: 700ms;
    -webkit-transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.preloader .layer {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    transition-delay: 0.3s;
}

.preloader .inner {
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 2;
}

.preloader .inner figure {
    display: block;
    margin-bottom: 10px;
    transition-delay: 0.1s;
}

.preloader .inner figure img {
    height: 60px;
}

.preloader .inner p {
    font-weight: 600;
    color: #F58634;
    font-size: 13px;
    display: block;
}


/* TRANSITION OVERLAY */

.transition-overlay {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 99!important;
    background: #131e4a;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition-duration: 700ms;
    -webkit-transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    overflow: hidden;
}

.transition-overlay .layer {
    width: 100%;
    height: 100vh;
    position: absolute;
    right: -100%;
    top: 0;
    background: #131e4a;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition-duration: 700ms;
    -webkit-transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-delay: 0.6s;
}

.transition-overlay.active {
    left: 0;
}

.transition-overlay.active .layer {
    right: 0;
}


/* PAGE LOADED */

.preloader {
    z-index: 99;
}

.page-loaded .preloader {
    right: -100%;
}

.page-loaded .preloader .inner figure {
    opacity: 0;
    transform: scale(1.5);
}

.page-loaded .preloader .inner p {
    transform: translateY(20px);
    opacity: 0;
}

.page-loaded .preloader .layer {
    left: -100%;
}


/*$$$$$$$*/

.master_menu .menu_zone .logo {
    width: 160px;
    flex-shrink: 0;
}

.phone-email {
    margin-right: 0;
    margin-left: auto;
    text-align: right;
}

.language {
    margin-left: 15px;
    padding: 4px 0;
    margin-right: 15px;
}

.phone-email img {
    float: right;
    height: 34px;
    margin-left: 15px;
}

.phone-email h4 {
    margin-bottom: -5px;
    margin-top: 3px;
    font-size: 17px;
    font-weight: 600;
    display: -webkit-box;
    line-height: 1;
    color: #000;
}

.phone-email i {
    color: #000;
    font-size: 34px;
    float: right;
    height: 34px;
    margin-left: 15px;
}

.phone-email small {
    line-height: 1;
}

.phone-email a {
    color: #797979;
}

.language a {
    display: inline-block;
    margin: 0 5px;
    color: #000;
    font-weight: 600;
    font-size: 15px;
}

.upper_side {
    width: 100%;
    display: flex;
}

.box span {
    display: block;
    font-weight: bold;
    font-size: 50px;
    line-height: 68px;
    float: left;
    margin-right: 30px;
    width: 150px;
    color: #000;
}

.member_team .box {
    font-size: 15px;
    color: #c0c0c0;
    line-height: 64px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}


/*.member_team  .box .status {
  transition: opacity 1s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
}*/

.member_team .box:hover .status {
    opacity: 1;
    height: auto;
}

.member_team .info_membre h3 {
    line-height: 16px;
    position: relative;
}

.member_team .info_membre h3::after {
    content: "";
    height: 1px;
    width: 40px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -6px;
}

.member_team .box:hover .info_membre {
    background: linear-gradient(rgb(255 89 0 / 0%) 0%, rgb(255 89 0) 100%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.info_membre {
    text-align: left;
    transition: all .5s ease;
    position: absolute;
    bottom: 0;
    padding: 10px 20px;
    background: linear-gradient(rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 85%) 100%);
    border-radius: 0 0 21px 21px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
}

.content_aera {
    position: relative;
    width: 100vw;
    height: 100vh;
    background: #131e4a;
}

.zone_aera {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 2;
}

.logo_intro {
    width: 220px;
    margin: 0 auto;
}

.zone_aera .language a {
    color: #fff;
    border-right: 1px solid #fff;
    padding-right: 12px;
    margin-top: 70px;
}

.zone_aera .social-icons {
    font-size: 0;
    float: unset;
    margin-top: 0px;
}

.zone_aera div.circle-icons li {
    margin: 0px 0px 0 7px;
    position: relative;
}

.zone_aera .social-icons {
    font-size: 0;
    /* float: right; */
    /* margin-top: 47px; */
    width: 320px;
    margin: 0 auto;
    background: #fff;
    margin-bottom: 20px;
}

.zone_aera .language a:nth-child(2n) {
    border-right: 0;
    padding-right: 0;
}

.zone_aera p span.text-rotater {
    font-size: 40px!important;
    color: #fff;
    line-height: 40px;
    font-weight: 800;
}

.language.no {
    display: block!important;
}

.abs_container {
    width: 100vw;
    height: 100vh;
    background: rgb(19 30 74 / 80%);
    position: absolute;
    z-index: 1;
}

.img_elmts {
    min-height: 230px;
    background-size: cover!important;
    border-radius: 5px;
    background-position: top center!important;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.img_elmts span {
    color: #fff;
    font-size: 3rem;
    position: absolute;
    bottom: -3px;
    left: 20px;
    font-weight: 800;
    text-shadow: 2px 2px 5px rgb(0 0 0 / 21%);
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.img_elmts:hover .overlay_elmt {
    height: 200px;
    background: linear-gradient(180deg, rgb(19 30 74 / 2%) 0%, rgb(19 30 74 / 94%) 80%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.img_elmts:hover span {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transform: scale(.9)
}

.obj {
    position: absolute;
    top: 2px;
    z-index: -1;
    right: -90px;
    width: 540px;
    opacity: .4;
}

.obj_phone {
    position: absolute;
    top: -13px;
    z-index: 1;
    right: 90px;
    width: 240px;
}

.contact_C .obj {
    position: absolute;
    top: -50px;
    z-index: -1;
    right: -90px;
    width: 540px;
    opacity: .4;
}

ul.axes {
    padding: 0;
    margin: 0;
}

ul.axes li {
    position: relative;
    margin-bottom: 20px;
    margin-left: 20px!important;
}


/*ul.axes li::after{
  content: "";
  height: 15px;
  width: 2px;
  position: absolute;
  left: -16px;
  background: #797979;
  top: 23px;
}*/

.contact-desc .form-group select,
.form-group input {
    height: 57px;
}

.contact-desc .form-control {
    border: 1px solid #f0f0f0;
}

.overlay_elmt {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 120px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: rgb(19 30 74);
    background: linear-gradient(180deg, rgb(19 30 74 / 2%) 0%, rgb(19 30 74 / 80%) 80%);
}

.box_pole.contact_C {
    height: auto;
    background: #131e4a;
}

.content_zone .box_pole.contact_C ul.list_elmt li {
    color: #fff;
}

.bg_mq {
    background-image: url(../images/mq.svg);
    background-size: 440px;
    background-position: 90% 40px;
    background-repeat: no-repeat;
}

.pres_movie {
    padding: 20px;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    border-radius: 20px;
    margin-top: -106px;
    font-size: 20px;
    line-height: 22px;
    position: relative;
    z-index: 13;
    height: 224px;
    transition: all .5s ease!important;
}

.pres_movie a {
    color: #ff5a00;
    display: block;
    position: absolute;
    width: 100%;
    background: #fff;
    right: 30px;
    bottom: 20px;
    padding: 20px;
    border-radius: 13px;
    -webkit-box-shadow: 0px 5px 47.2px 11.8px rgb(19 30 74 / 10%);
    box-shadow: 0px 5px 47.2px 11.8px rgb(19 30 74 / 10%);
    font-weight: 800;
    cursor: pointer;
    transition: all .5s ease!important;
}

.pres_movie:hover a {
    transition: all .5s ease!important;
    transform: scale(1.06);
}

.pres_movie a i {
    font-size: 15px;
    text-align: center;
    border: 2px solid;
    line-height: 31px;
    border-radius: 100px;
    margin-right: 20px;
    width: 35px;
    height: 35px;
    float: left;
    transition: all .5s ease!important;
}

.pres_movie:hover i {
    transform: scale(0.8)!important;
}

.img_elmts.worth {
    min-height: 140px;
    border-radius: 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
}

.img_elmts.worth span {
    left: 0px;
    color: #ED8A28;
}

.img_elmts.worth span {
    font-size: 3rem;
    text-shadow: none;
    bottom: -1px;
}

.shadow {
    -webkit-box-shadow: 0px 5px 47.2px 11.8px rgb(19 30 74 / 10%);
    box-shadow: 0px 5px 47.2px 11.8px rgb(19 30 74 / 10%);
}

.box_pole.filiale {
    height: auto;
}

.box_pole.filiale .box i {
    margin-right: 10px;
}

.box_pole.filiale span {
    width: auto;
    float: unset;
    margin: 0;
    font-size: 40px;
}

.box_pole.filiale .box {
    line-height: 18px;
    text-align: left;
}

.box_pole.filiale small {
    font-weight: 800;
}

.box_pole:hover span.animate-number {
    color: #fff;
}

a.orange_text_link {
    text-shadow: none !important;
    color: #ED8A28;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s !important;
    text-decoration: underline;
}

.text_orange {
    color: #ED8A28!important;
}

a.orange_text_link:hover {
    text-decoration: none;
}

.elmt_pole .box_pole {
    margin-top: 0;
    height: auto;
}

.elmt_pole .img_pole {
    position: relative;
    z-index: 0;
    margin-bottom: -10px;
    border-radius: 8px;
    overflow: hidden;
    transform: scale(none);
    transition: all .5s ease;
}

.elmt_pole div:hover .img_pole {
    transition: all .5s ease;
    transform: scale(1.06);
}

.box_pole_style1 {
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 20px;
    border: 1px solid #f5f5f5;
}

.img_pole_header {
    height: 100px;
    overflow: hidden;
    margin-bottom: 22px;
    border-radius: 5px;
}

.img_pole_header img {
    width: 100%;
}

ul.list_filiale {
    padding: 20px 0 0 17px;
    margin: 10px 0 0 0;
    border-top: 1px solid #e8e8e8;
    list-style: square;
}

ul.list_filiale li a {
    color: #000;
}

.box_pole:hover .list_filiale li a {
    color: #fff;
}

.z_index3 {
    z-index: 3!important;
}

ul.menu_responsive li.active a {
    color: #000000;
}

.p404 {
    font-size: 200px;
    color: #000;
    line-height: 150px;
}

.p404_text {
    color: #ED8A28;
}

.pop_zone {
    position: relative;
    border-radius: 5px;
    display: block;
}

.pop_zone_info {
    padding: 20px;
    font-size: 10px;
    color: #606060;
    text-align: justify;
    background: #fff;
    opacity: 0;
    position: absolute;
    -webkit-box-shadow: 0px 0px 7px 0px rgb(19 30 74 / 10%);
    box-shadow: 0px 0px 7px 0px rgb(19 30 74 / 10%);
    bottom: 0px;
    border-radius: 4px;
    transition: all 300ms 0.3s ease;
    -webkit-transition: all 300ms 0.3s ease;
    -moz-transition: all 300ms 0.3s ease;
    -o-transition: all 300ms 0.3s ease;
    -ms-transition: all 300ms 0.3s ease;
    visibility: hidden;
}

.pop_zone:hover .pop_zone_info {
    transition: all 300ms 0.3s ease;
    -webkit-transition: all 300ms 0.3s ease;
    -moz-transition: all 300ms 0.3s ease;
    -o-transition: all 300ms 0.3s ease;
    -ms-transition: all 300ms 0.3s ease;
    visibility: visible;
    opacity: 1;
    transform: scale(1.2);
    z-index: 1;
}

.opt_serv {
    color: #868686;
    text-align: center;
    margin-bottom: 20px;
}

ul.list_style {
    list-style: square;
}

.subheading {
    font-weight: bold;
    position: relative;
    padding-left: 20px;
}

.subheading i {
    font-size: 10px;
    color: #ED8A28;
    position: absolute;
    left: 0;
    top: 4px;
}

.modal.job .modal-footer {
    border-color: transparent!important;
}

.modal.job .modal-content {
    border: transparent;
}

.google-map {
    box-shadow: 0px 5px 47.2px 11.8px rgb(19 30 74 / 10%);
    border-radius: 4px;
    border: 1px solid #f0f0f0;
}

.status span {
    font-size: 10px!important;
    float: unset;
    line-height: 10px;
    margin: 0;
    width: unset;
    color: #fff;
    font-weight: normal;
}

.error-control i {
    color: #f35958 !important;
}

.success-control i {
    color: #0aa699 !important;
}

.error-control .form-control {
    border: 1px solid #f35958;
}

.success-control .form-control {
    border: 1px solid #0aa699;
}

input:focus,
textarea:focus,
select:focus {
    outline-style: none;
    box-shadow: none;
    border-color: transparent;
}

.member_team .ceo .img_chairmen {
    height: 490px!important;
}

.cv {
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
}

#form_carriere .cv label {
    color: #797979;
}

#form_carriere label {
    display: block;
}

.carreer_cv {
    padding: 20px;
    border-radius: 5px;
    position: relative;
    border: 1px solid #ced4da;
}

.carreer_cv input {
    height: 30px;
}

.btn_offer {
    padding: 3px 25px 3px 5px;
    background: #131e4a;
    color: #fff;
    font-size: 10px;
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
    height: 25px;
}

.btn_offer:hover {
    background: #ED8A28;
    color: #fff;
}

.btn_offer i {
    position: absolute;
    top: 0;
    right: 0;
    background: #324077;
    width: 19px;
    height: 25px;
    text-align: center;
    line-height: 22px;
}

.btn_offer:hover i {
    background: #ff9b65;
}

#career_form .modal-footer {
    background: #141e4a;
    margin-top: 20px;
    text-align: center;
    justify-content: space-around;
    border-radius: 0;
    padding: 3rem;
}

.modal.gl .modal-content {
    border-radius: 0;
    border: 0;
}

.modal.gl .modal-header {
    border-bottom: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 3rem 3rem 1rem 3rem;
}

.modal.gl .modal-body {
    padding: 0rem 3rem;
}

.modal-title span {
    color: #000;
    display: block;
    font-size: 14px;
}

.career_option span {
    color: red;
    font-size: 10px;
}

.green_bg {
    background: #2B8D50;
}

.green_light_bg {
    background: #2b8d500f;
}

.green_shad.link.btn {
    background: transparent;
    color: #fff;
}

.green_shad.link:after {
    content: "";
    position: absolute;
    background: #073830;
}

.box_text1 {
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.box_text1 h3 {
    line-height: 60px;
    margin-top: 34px;
    height: 60px;
}

.box_text1 h2 {
    line-height: 45px;
    font-size: 60px;
    font-weight: 500;
    margin: 0;
    color: #2b8d50;
}

.objet_float_1 {
    position: absolute;
    margin: 0 auto;
    width: 920px;
    transform: translateX(-50%);
    left: 50%;
    z-index: 1;
}

.objet_float_2 {
    position: absolute;
    margin: 0 auto;
    width: 128px;
    transform: translateX(-90%);
    left: 90%;
    z-index: 1;
    bottom: -560px;
}

.objet_float_2 .inner_objet {
    position: absolute;
    right: -110px;
    z-index: -7;
    width: 160px;
}

.objet_float_3 {
    position: absolute;
    margin: 0 auto;
    width: 131px;
    transform: translateX(2%);
    left: 2%;
    z-index: 1;
    bottom: -439px;
}

.objet_float_3 .inner_objet {
    position: absolute;
    left: -20px;
    z-index: -7;
    width: 160px;
    top: -100px;
}

.objet_float_4 {
    position: absolute;
    margin: 0 auto;
    width: 180px;
    transform: translateX(7%);
    left: 7%;
    z-index: 1;
    bottom: -560px;
}

.objet_float_5 {
    position: absolute;
    margin: 0 auto;
    width: 90px;
    transform: translateX(-96%);
    left: 96%;
    z-index: 0;
    bottom: -512px;
}

#home {
    height: 700px;
    background: #d0d0d029 url("../images/bg.png") no-repeat center center;
    background-size: cover;
}

#faq {
    background: #2b8d5029 url("../images/bg.png") no-repeat center center;
    background-size: cover;
}

.phone {
    width: 400px;
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-68px, 0px);
    z-index: 2;
}

.phone .part1 {
    position: relative;
    z-index: 2;
}

.phone .part2 {
    position: absolute;
    z-index: 1;
    top: 0;
    left: -280px;
}

#prez .phone {
    width: 300px;
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-68px, 0px);
    z-index: 2;
}

#prez .phone .part1 {
    position: relative;
    z-index: 2;
}

#prez .phone .part2 {
    position: absolute;
    z-index: 1;
    top: 0;
    left: -200px;
}

.text-green {
    color: #2B8D50!important;
}

.badges_dll img {
    height: 55px;
}

p.subtitle {
    text-transform: uppercase;
    margin: 0 20px 0 0;
    font-size: 90px;
    line-height: 60px;
}

#prez h2 {
    margin-top: 20px;
    color: #2B8D50;
    font-size: 48px;
    line-height: 1.05;
    letter-spacing: -0.02em;
    font-weight: 600;
}

.orange_bg {
    background: #f18538;
}

#function .box {
    /*background: #fff;
  border-radius: 10px;
  padding: 140px 70px;*/
}

#function h2 {
    margin-top: 20px;
    color: #2B8D50;
    font-size: 48px;
    line-height: 1.05;
    letter-spacing: -0.02em;
    font-weight: 600;
}

.vertical-divider {
    position: relative;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #e0e0e0;
}

.box i {
    font-size: 31px;
    height: 66px;
    width: 66px;
    padding: 10px;
    text-align: center;
    border-radius: 100px;
    color: rgb(32 106 93);
    line-height: 44px;
    background: #2B8D5036;
    margin-bottom: 20px;
    display: block;
}

.box i svg {
    width: 32px;
    height: 32px;
    transform: scale(2.5);
    fill: currentcolor;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
    position: relative;
}

.overlay_bg {
    position: absolute;
    background: rgb(19 30 74 / 50%);
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 2;
}

.girly {
    position: absolute;
    width: 520px;
    transform: translate(-50%, 0);
    left: 50%;
    bottom: -70px;
}

.relative {
    position: relative;
}

.phone_icon {
    left: 120px;
    top: 80px;
}

.phone_size_md {
    width: 430px;
}

.bg_pattern {
    background-image: url("../images/pattern.png");
    background-repeat: repeat;
}

.white_bg {
    background: #fff;
}

.text_green {
    color: #2B8D50;
}

.form_contact .btn_subscribe {
    margin: 0 0 0 auto;
}

#form_contact .modal-footer {
    background: #2B8D50;
    margin-top: 20px;
    text-align: center;
    justify-content: space-around;
}

.modal.gl .modal-footer {
    border-top: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 3rem;
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 12px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    width: 100%;
    font-family: inherit;
    font-size: 12px;
    font-weight: normal;
    height: 50px;
    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: nowrap;
    /* width: auto; */
    margin-bottom: 16px;
}

.submit_btn {
    background: #f18538;
    padding: 15px 40px;
    color: #fff !important;
    font-weight: 500;
    border-radius: 13px;
    font-size: 15px;
    display: inline-block;
    line-height: 24px;
    transition: all 0.4s ease;
    margin-right: 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-size: 16px;
    border: 2px solid transparent
}

.submit_btn::before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    background: #2B8D50;
    right: 0;
    top: 0;
    border-radius: 12px;
    z-index: -1;
    transition: all 0.4s ease;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}

.submit_btn:hover::before {
    width: 100%;
    left: 0;
}

#home.content_zone {
    padding: 130px 0 70px 0;
    height: 460px;
}

#faq.content_zone {
    padding: 150px 0 70px 0;
}

.mq_elmt {
    position: absolute;
    z-index: 1;
}

.nice-select.textarea {
    height: 245px;
}

.mq_elmt.UN {
    width: 37px;
    left: 5%;
    top: 30%;
}

.mq_elmt.DEUX {
    width: 30px;
    right: 10%;
    top: 45%;
}

.mq_elmt.TROIS {
    width: 35px;
    left: 30%;
    top: 75%;
}

.mq_elmt.QUATRE {
    width: 60px;
    right: 10%;
    top: 65%;
}

.mq_elmt.CINQ {
    width: 20px;
    left: 7%;
    top: 90%;
}

.footer_copylink {
    color: #2B8D50;
    text-align: center;
    padding: 0;
    margin: 0;
}

ul.footer_copylink li {
    display: inline-block;
    margin-right: 26px;
    position: relative;
    padding-left: 2px;
}

ul.footer_copylink li a {
    color: #2B8D50;
}

ul.footer_copylink li::after {
    position: absolute;
    font: var(--fa-font-solid);
    top: 6px;
    left: -10px;
    font-size: 10px;
    content: '\f105';
    color: #2B8D50;
}

.white {
    height: 190px;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 0;
}

.white:before {
    z-index: 1000;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 250px;
}

.white:after {
    z-index: 1000;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 250px;
}

.squares {
    height: 100%;
    display: flex;
    justify-content: space-around;
    overflow: hidden;
}

.square {
    -webkit-animation: squares 9.5s linear infinite;
    animation: squares 9.5s linear infinite;
    align-self: flex-end;
    width: 1em;
    height: 1em;
    transform: translateY(100%);
    opacity: .3;
}

.square:nth-child(2) {
    height: 1.5em;
    width: 3em;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: 17s;
    animation-duration: 17s;
}

.square:nth-child(3) {
    height: 1em;
    width: 1em;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    background: #2B8D50;
    border-radius: 100px;
}

.square:nth-child(4) {
    height: 1em;
    width: 1.5em;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 13s;
    animation-duration: 13s;
}

.square:nth-child(5) {
    height: 2em;
    width: 2em;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    -webkit-animation-duration: 11s;
    animation-duration: 11s;
}

.square:nth-child(6) {
    height: 2em;
    width: 2em;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    background: #2B8D50;
    border-radius: 100px;
}

.square:nth-child(7) {
    height: 2em;
    width: 2em;
    -webkit-animation-duration: 12s;
    animation-duration: 12s;
    background: #2B8D50;
    border-radius: 100px;
}

.square:nth-child(8) {
    height: 1em;
    width: 3em;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    -webkit-animation-duration: 18s;
    animation-duration: 18s;
}

.square:nth-child(9) {
    height: 1.5em;
    width: 2em;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
}

.square:nth-child(9) {
    height: 3em;
    width: 2.4em;
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
    -webkit-animation-duration: 12s;
    animation-duration: 12s;
}

@-webkit-keyframes squares {
    from {
        transform: translateY(100%) rotate(-50deg);
    }
    to {
        transform: translateY(calc(-100vh + -100%)) rotate(20deg);
    }
}

@keyframes squares {
    from {
        transform: translateY(100%) rotate(-50deg);
    }
    to {
        transform: translateY(calc(-100vh + -100%)) rotate(20deg);
    }
}

.pp-cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 250;
    contain: layout style size;
    pointer-events: none;
    transition: opacity .3s, color .4s
}

.pp-cursor:before {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    display: block;
    width: 40px;
    height: 40px;
    transform: scale(.7);
    border: 0px solid #2B8D50;
    background-color: #2B8D50;
    border-radius: 50%;
    transition: transform ease-in-out .4s, opacity ease-in-out .4s, background-color ease-in-out .4s, border ease-in-out .4s
}

.pp-cursor.-inverse {
    color: #e8e8e8
}

@supports (mix-blend-mode: exclusion) {
    .pp-cursor.-exclusion {
        mix-blend-mode: exclusion
    }
    .pp-cursor.-exclusion:before {
        background: #e8e8e8
    }
}

.pp-cursor.-active:before {
    transform: scale(.6);
    transition-duration: .15s
}

.pp-cursor.-pointer:before {
    opacity: 0;
    transform: scale(.4)
}

.pp-cursor.-social:before {
    opacity: 1;
    border-color: #fff;
    transform: scale(.7)
}

.pp-cursor.-btn-white:before {
    opacity: 0;
    background-color: #fff;
    border-color: transparent;
    transform: scale(.95)
}

.pp-cursor.-btn-black:before {
    opacity: 0;
    background: #171717;
    border-color: transparent;
    transform: scale(.95)
}

.pp-cursor.-btn-blue:before {
    opacity: 0;
    border-color: rgba(255, 255, 255, .15);
    background: rgba(255, 255, 255, .15);
    transform: scale(.9)
}

.pp-cursor.-text:before {
    opacity: .85;
    transform: scale(1.7)
}

.pp-cursor.-text.-active:before {
    transform: scale(1.6);
    transition-duration: .2s
}

.pp-cursor.-icon:before {
    transform: scale(1.5)
}

.pp-cursor.-icon.-active:before {
    transform: scale(1.4)
}

.pp-cursor.-hidden:before {
    transform: scale(0)
}

.pp-cursor-text {
    position: absolute;
    top: -18px;
    left: -18px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0) rotate(10deg);
    opacity: 0;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    transition: opacity .4s, transform .3s
}

.pp-cursor.-icon .pp-cursor-text,
.pp-cursor.-text .pp-cursor-text {
    opacity: 1;
    transform: scale(1)
}

.pp-cursor-media {
    position: absolute;
    width: 400px;
    height: 400px;
    margin: -200px 0 0 -200px
}

.pp-cursor-media img,
.pp-cursor-media video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%
}

@supports ((-o-object-fit: cover) or (object-fit:cover)) {
    .pp-cursor-media img,
    .pp-cursor-media video {
        position: static;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        transform: translateZ(0)
    }
}

.pp-cursor-media-box {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: scale(0) translateZ(0);
    padding: 1px;
    opacity: 0;
    border-radius: 50%;
    transition: transform .35s, opacity .2s .2s
}

.pp-cursor.-media .pp-cursor-media-box {
    opacity: 1;
    transform: scale(.696);
    transition-duration: .4s, .4s;
    transition-delay: 0s, 0s
}

.box_montant {
    /* padding: 60px; */
    border: 1px solid #2B8D50;
    background: #f3fef7;
    text-align: center;
    border-radius: 40px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 190px;
    padding-top: 26px;
}

.box_montant .number-animator {
    font-size: 60px;
    color: #2b8d50;
    font-weight: 700;
    line-height: 100px;
}

.box_app {
    padding-top: 60px;
}

.section-title.center .sub-heading::after {
    right: 0;
}

.section-title.left .sub-heading::after {
    right: 0;
}

.section-title.left .sub-heading {
    padding: 0 45px 0 0;
    margin-right: auto;
}

.section-title.left {
    text-align: left;
}

.section-title .sub-heading {
    display: block;
    position: relative;
    width: fit-content;
    width: -moz-fit-content;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #ED8A28;
}

.section-title .sub-heading::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background: #ED8A28;
    top: 50%;
}

.section-title.center {
    text-align: center;
}

.section-title.center .sub-heading::before {
    left: 0;
}

.section-title.center .sub-heading::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background: #ED8A28;
    top: 50%;
}

.section-title.center .sub-heading {
    padding: 0 45px;
}

.section-title.center .sub-heading {
    margin-left: auto;
    margin-right: auto;
}

.path_elment {
    position: relative;
}

.path_elment:before {
    width: 670.857143px;
    -webkit-transform: translateX(42px);
    -ms-transform: translateX(42px);
    transform: translate(44px);
    top: -98px;
    padding-bottom: 98px;
}

.path_elment:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 70px;
    left: 110px;
    height: 100%;
    width: 890px;
    background-image: url(../images/how-steps.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 85% auto;
}

.box_zone_adv {
    padding: 30px 60px;
    border-radius: 40px;
    border: 1px solid #2b8d5042;
    position: relative;
    display: block!important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition-duration: 700ms;
    -webkit-transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    background: #fff;
}

.box_zone_adv:hover {
    box-shadow: 0 10px 30px rgba(43, 141, 80, .1), inset 0 10px 30px rgba(43, 141, 80, .1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition-duration: 700ms;
    -webkit-transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.box_zone_adv:hover .title {
    color: #ED8A28;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition-duration: 700ms;
    -webkit-transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.box_zone_adv:hover .adv_icon {
    transform: scale(1.3);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition-duration: 700ms;
    -webkit-transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.box_zone_adv .title {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition-duration: 700ms;
    -webkit-transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.adv_icon {
    width: 60px;
    margin-bottom: 21px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition-duration: 700ms;
    -webkit-transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    background: #2B8D50;
    border-radius: 100px;
    padding: 15px;
}
.adv_icon.orange{
    background: #ED8A28;
}

.objet_float_6 {
    width: 320px;
    margin: 0 auto;
}

.box_bni_adv {
    padding: 20px;
    background: #302d3a;
    border-radius: 20px;
    position: absolute;
    width: 170px;
    top: 140px;
    left: 163px;
}

.box_bni_adv:hover i {
    scale: 1.5;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition-duration: 700ms;
    -webkit-transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.box_bni_adv h4 {
    font-size: 15px;
    color: #fff;
}

.box_bni_adv p {
    color: #fff;
    text-align: left;
    line-height: 19px;
    font-size: 12px;
}

.box_bni_adv i {
    color: #fff;
    background: #2B8D50;
    border-radius: 100px;
    position: absolute;
    top: -20px;
    right: -20px;
    border: 3px solid #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 44px;
    box-shadow: -4px 5px 13px 7px #2b8d5059;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition-duration: 700ms;
    -webkit-transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.box_bni_adv.second_elmnt {
    bottom: 35px;
    left: 233px;
    top: unset;
}

.box_bni_adv.third_elmnt {
    bottom: 35px;
    right: 203px;
    top: unset;
    left: unset;
}

.box_bni_adv.fourth_elmnt {
    bottom: 235px;
    right: 303px;
    top: unset;
    left: unset;
}

.bg_elmnt {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.bg_elmnt_2 {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.splitting.animated .char {
    -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(30ms * var(--char-index));
    animation-delay: calc(30ms * var(--char-index));
}

.splitting .whitespace {
    width: 9px;
}

@-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);
    }
}

.splitting.text.animated .char {
    -webkit-animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(10ms * var(--char-index));
    animation-delay: calc(10ms * var(--char-index));
}

.splitting.text .whitespace {
    width: 4px;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.info ul {
    padding-left: 40px;
    margin: 0;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #2B8D50;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #2b8d5131;
}

.form-check-input:focus {
    border-color: #2B8D50;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #2b8d5131;
}

.info li {
    position: relative;
    margin-bottom: 12px;
    padding-bottom: 11px;
    color: #60596c;
    border-bottom: 1px solid #3e374b;
}

.info li:last-child {
    bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.info li i {
    position: absolute;
    top: 3px;
    left: -34px;
    font-size: 21px;
    color: #2B8D50;
}

.info li span {
    display: block;
    color: #2B8D50;
    font-weight: bold;
}

.form_contact label {
    display: block;
    margin-bottom: 5px;
    margin-top: 7px;
    font-weight: bold;
    color: #495057;
}

.form-control-wrap {
    position: relative;
    display: block;
}

.form-control-wrap.icon_elmt i {
    position: absolute;
    top: 16px;
    left: 17px;
    color: #e98a2a;
    font-size: 23px;
}

textarea.form-control {
    min-height: 145px;
}

.form-control-wrap.icon_elmt .form-control {
    padding-left: 50px;
}

.form-control {
    display: block;
    width: 100%;
    height: 62px;
    padding: 0.375rem 0.75rem;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e7e8e8;
    border-radius: 20px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.box_simulateur {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2B8D50;
    padding: 40px 0;
    z-index: 9999;
    box-shadow: rgb(0 0 0 / 24%) 0px 5px 12px 6px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition-duration: 700ms;
    -webkit-transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transform: translateY(130%);
}

.open_simulator .box_simulateur {
    transform: translateY(0%);
}

.box_simulateur .close_btn_simul {
    background: #fff;
    text-align: center;
    color: #2B8D50;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    flex-shrink: 0;
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
}

.mtn_insert,
.mtn_receive {
    padding-bottom: 1px;
    border-bottom: 1px solid #fff;
}
.mtn_insert span, .mtn_receive span{
    font-size: 15px;
}

footer .form-control {
    background-color: #36313e;
    border: 1px solid #403b48;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.footer_img_elmnt {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    opacity: .03;
}

#howItwork .nav {
    justify-content: center;
}

#howItwork .nav-link {
    display: block;
    padding: 15px 60px;
    font-size: inherit;
    font-weight: bold;
    color: #ed8a28;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    border-radius: 100px!important;
    border: 2px solid #ed8a28 !important;
    margin-right: 10px;
}
#howItwork li.nav-item:last-child .nav-link{
    margin-right: 0;
}

#howItwork .nav-pills .nav-link.active,
#howItwork .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #ed8a28;
}

.video_element {
    overflow: hidden;
    border-radius: 40px;
    background: #000;
    margin-top: 60px;
}

.video_zone .padding-70 {
    padding: 0;
    margin-top: 13px;
}

.video_zone p.subtitle {
    font-size: 60px;
}

.video_zone .phone_size_md {
    width: 250px;
    margin: 90px auto 0 auto;
    text-align: center;
    display: block;
}

.z-index-1 {
    z-index: 1;
}

.circle-ripple {
    background-color: #2b8d50;
    width: 27em;
    height: 27em;
    border-radius: 100%;
    -webkit-animation: ripple 0.7s linear infinite;
    animation: ripple 0.7s linear infinite;
    position: absolute;
    left: 49%;
    transform: translateX(-50%);
    bottom: -149px;
}

@-webkit-keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(101, 255, 120, 0.3), 0 0 0 1em rgba(101, 255, 120, 0.3), 0 0 0 3em rgba(101, 255, 120, 0.3), 0 0 0 5em rgba(101, 255, 120, 0.3);
    }
    100% {
        box-shadow: 0 0 0 1em rgba(101, 255, 120, 0.3), 0 0 0 3em rgba(101, 255, 120, 0.3), 0 0 0 5em rgba(101, 255, 120, 0.3), 0 0 0 8em rgba(101, 255, 120, 0);
    }
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(101, 255, 120, 0.3), 0 0 0 1em rgba(101, 255, 120, 0.3), 0 0 0 3em rgba(101, 255, 120, 0.3), 0 0 0 5em rgba(101, 255, 120, 0.3);
    }
    100% {
        box-shadow: 0 0 0 1em rgba(101, 255, 120, 0.3), 0 0 0 3em rgba(101, 255, 120, 0.3), 0 0 0 5em rgba(101, 255, 120, 0.3), 0 0 0 8em rgba(101, 255, 120, 0);
    }
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(8rem, 1fr));
    grid-auto-rows: 1fr;
}

.grid::before {
    content: '';
    width: 0;
    padding-bottom: 100%;
    grid-row: 1 / 1;
    grid-column: 1 / 1;
}

.grid>*:first-child {
    grid-row: 1 / 1;
    grid-column: 1 / 1;
}


/* Just to make the grid visible */

.grid>* {
    background: rgba(0, 0, 0, 0.1);
    border: 1px white solid;
}

.modal-body .close {
    background: #2B8D50;
    text-align: center;
    color: #fff;
    border-radius: 100px;
    width: 40px;
    border: 0;
    height: 40px;
    line-height: 40px;
    flex-shrink: 0;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

#modal_contact .modal-header {
    border-bottom: 0;
}

#modal_contact .modal-body {
    background: #2B8D50;
    padding: 60px;
    border-radius: 20px;
}

#modal_contact .modal-content {
    border: 0;
}

#modal_contact .modal-title span {
    color: #000;
    font-size: 21px;
}

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.equipment .accordion-switch {
    line-height: 16px;
    font-size: 20px;
}

ul.accordion.equipment .accordion-switch small {
    display: block;
    font-weight: 100;
}

ul.accordion.equipment li {
    padding: 20px;
    border-bottom: 1px solid #e0e0e0!important;
    margin-bottom: 20px;
    background: white;
    border-radius: 15px !important;
}

ul.accordion.equipment .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: #2B8D50;
}


/*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: #333333 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;
    border-radius: 100%;
    flex-shrink: 0;
}

ul.accordion li.accordion-item:hover .togglegfx {
    background-color: #2B8D50
}

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: #2B8D50 url(../images/accordion-toggle.png) no-repeat left bottom;
}


/* -------------------------------------------
breadcrumbs
------------------------------------------- */

.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
}

.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: #2b8d519e;
    -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: #fff;
}

.breadcrumbs li:after {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #2B8D50;
    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: #2B8D50;
}

ul.content_list {
    padding: 0;
    margin: 0 0 20px 0;
}

.accordion-content ul.content_list li {
    padding: 0 0 0 25px;
    border: 0 !important;
    border-radius: 0 !important;
    margin: 4px 0 4px 0;
}

ul.content_list li {
    line-height: 26px;
    margin: 0px 0px 10px;
    text-align: justify;
    padding-left: 35px;
    position: relative;
}

ul.content_list li::before {
    content: "\f058";
    color: #ed8a28;
    font-size: 19px;
    font-weight: 400;
    position: absolute;
    left: 0px;
    font: var(--fa-font-solid)!important;
    top: 6px;
}

#user_form .modal-body {
    background: #2B8D50;
    padding: 60px;
    border-radius: 20px;
}

#user_form .modal-content {
    border: 0;
}

#user_form .nav-tabs {
    border-bottom: none;
    display: flex;
    justify-content: center;
}

#user_form .nav-link {
    color: #fff !important;
}

.cd-signin-modal__fieldset i {
    position: absolute;
    bottom: 21px;
    left: 18px;
    font-size: 20px;
    color: #ed8a28;
}

ul.cd-signin-modal__switcher {
    margin: 0;
    padding: 0;
}

.cd-signin-modal__block.cd-signin-modal__block--is-selected {
    display: block;
    padding: 0px 60px 60px 60px;
}

#fvpp-blackout {
    display: none;
    z-index: 999999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #2B8D50;
    opacity: 0.9;
}

#popupvideos {
    display: none;
    z-index: 9999999;
    position: fixed;
    width: 960px;
    height: 540px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    border-radius: 20px;
    overflow: hidden;
}

#popupvideos .popup-bg {
    width: 100%;
}

#popupvideos .popup-bg {
    position: relative;
    z-index: 1;
}

.block_simulaltion {
    background: #2B8D50;
    padding: 80px 50px 30px 50px;
    border-radius: 0 0 30px 30px;
    margin-top: -62px;
    z-index: -1;
    position: relative;
}
.label_elmnt{
    display: block;
    color: #fff;
    margin-top: 5px;
}
.block_simulaltion .xof_icon .form-control {
    padding-right: 50px;
    font-size: 32px;
    font-weight: 900;
    background: #2b8d50;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    height: 33px;
    color: #fff;
    margin-top: 23px;
    padding-left: 0;
}
.block_simulaltion .xof_icon label {
    position: absolute;
    right: 0px;
    top: -2px;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
}
.block_simulaltion .form-control::placeholder {
    color: #2B8D50;
    font-size: 10px;
  }
.label_uniq{
    position: absolute;
    top: -20px;
    font-size: .875em;
    color: #fff;
}
/*-----------------------
2.16 Switch Toggle
-------------------------*/

.switch-button.switch-button-xs {
    height: 20px;
    line-height: 16px;
    width: 50px;
}

.switch-button {
    display: inline-block;
    border-radius: 50px;
    background-color: #000;
    width: 70px;
    height: 27px;
    padding: 4px;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

.switch-button input[type=checkbox] {
    display: none;
}

.switch-button input[type=checkbox]:checked+span label {
    float: right;
    border-color: #2a75f3;
}

.switch-button.switch-button-xs label {
    height: 12px;
    width: 12px;
}

.switch-button input[type=checkbox]:checked+span label:before {
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    z-index: 0;
    content: "OUI";
    color: #FFF;
    left: 0;
    text-align: left;
    padding-left: 10px;
}

.switch-button.switch-button-xs label:before {
    line-height: 21px;
}

.switch-button label:before {
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    z-index: 0;
    content: "NON";
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 27px;
    top: 0;
    text-align: right;
    padding-right: 10px;
    color: #FFF;
}

.switch-button-yesno label:before {
    content: "Non"
}

.switch-button-yesno input[type=checkbox]:checked+span label:before {
    content: "Oui"
}

.switch-button input[type=checkbox]:checked+span {
    background-color: #5969ff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 4px;
}

.switch-button.switch-button-sm label {
    height: 16px;
    width: 16px;
}

.switch-button label {
    border-radius: 50%;
    box-shadow: 0 0 1px 1px #FFF inset;
    background-color: #FFF;
    margin-top: 0px;
    height: 19px;
    width: 19px;
    z-index: 1;
    display: inline-block;
    cursor: pointer;
    background-clip: padding-box;
}

.switch-button.switch-button-sm {
    height: 24px;
    width: 57px;
    line-height: 20px;
}

.switch-button.switch-button-lg {
    height: 30px;
    line-height: 32px;
    width: 64px;
}

.switch-button.switch-button-success input[type=checkbox]:checked+span {
    background-color: #F58634;
}

.switch-button.switch-button-warning input[type=checkbox]:checked+span {
    background-color: #ffc750;
}

.switch-button.switch-button-danger input[type=checkbox]:checked+span {
    background-color: #ef172c;
}


input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    cursor: pointer;
    outline: none;
    border-radius: 15px;
    height: 9px;
    background: #ccc;
    margin-top: 22px;
}
  
  /* Thumb: webkit */
  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none; 
    height: 15px;
    width: 15px;
    background-color: #f50;
    border-radius: 50%;
    border: none;
    transition: .2s ease-in-out;
  }
  
  /* Thumb: Firefox */
  input[type="range"]::-moz-range-thumb {
    height: 15px;
    width: 15px;
    background-color: #f50;
    border-radius: 50%;
    border: none;
    transition: .2s ease-in-out;
  }
  
  /* Hover, active & focus Thumb: Webkit */
  
  input[type="range"]::-webkit-slider-thumb:hover {
    box-shadow: 0 0 0 10px rgba(255,85,0, .1)
  }
  input[type="range"]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 13px rgba(255,85,0, .2)
  }
  input[type="range"]:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 13px rgba(255,85,0, .2)
  }
  
  /* Hover, active & focus Thumb: Firfox */
  
  input[type="range"]::-moz-range-thumb:hover {
    box-shadow: 0 0 0 10px rgba(255,85,0, .1)
  }
  input[type="range"]:active::-moz-range-thumb {
    box-shadow: 0 0 0 13px rgba(255,85,0, .2)
  }
  input[type="range"]:focus::-moz-range-thumb {
    box-shadow: 0 0 0 13px rgba(255,85,0, .2)    
  }

  .option_btn_menu {
    position: fixed;
    right: 14px;
    bottom: 0;
    border-radius: 0px;
    width: 110px;
    z-index: 11;
    text-align: center;
    cursor: pointer;
    -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);
}
.option_btn_menu span {
    line-height: 7px;
    display: block;
    font-size: 8px;
    width: 68px;
    position: absolute;
    bottom: 10px;
    z-index: 9999999999;
    font-weight: bold;
    color: #f6a422;
    right: 50%;
    transform: translateX(50%);
    background: #ffff;
    padding: 4px 10px;
    border-radius: 100px;
}
.menu_wrapper_tchat {
    position: fixed;
    width: 300px;
    height: auto;
    border-radius: 5px;
    font-weight: 500;
    background: #ffffff;
    overflow: hidden;
    right: 47px;
    transform: scale(0);
    opacity: 0;
    pointer-events: none;
    touch-action: none;
    visibility: hidden;
    z-index: 27;
    -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: 40px;
    box-shadow: 0px 0px 12px rgb(2 45 98 / 10%);
    transform-origin: right bottom;
  }
  .menu_shown_option .menu_wrapper_tchat {
    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_wrapper_tchat .outer {
    display: table;
    width: 100%;
    height: 100%;
  }
  .menu_wrapper_tchat .inner {
    padding: 40px;
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
  }

  .close_zone {
    font-size: 20px;
    cursor: pointer;
    position: relative;
    left: 0;
    top: 0;
}
ul.menu_nav_tchat {
    padding: 0 0 0 0;
    margin: 0;
}
ul.menu_nav_tchat li {
    display: block;
}
ul.menu_nav_tchat li a {
    font-size: 12px;
    border-radius: 15px;
    color: #ED8A28;
    font-weight: 600;
    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: 10px 40px;
    display: flex;
    align-items: center;
    transition: box-shadow 0.3s ease-in-out;
    border: 2px solid #ED8A28;
    justify-content: center;
}
ul.menu_nav_tchat li a i {
    margin-right: 16px;
    font-size: 24px;
}
ul.menu_nav_tchat li a p {
    margin: 0;
}
.mil-banner {
    height: 400px;
    width: 100%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e7e7e7;
  }
  .mil-banner .mil-banner-slideshow {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .mil-banner .mil-banner-content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
  }
  .mil-banner .swiper-slide .content_box_elmnt {
    color: #fff;
    font-weight: bold;
    /*background: rgb(38 56 73 / 80%);*/
    padding: 40px 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    width: 560px;
    z-index: 99999;
    font-size: 36px;
    line-height: 41px;
    text-transform: uppercase;
  }
  .mil-banner .swiper-slide .content_box_elmnt span {
    display: block;
    font-size: 15px;
    font-weight: 100;
    line-height: 20px;
    margin-top: 20px;
    text-transform:capitalize;
  }
  .controls {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 120px;
    height: 70px;
    border-radius: 22px;
    z-index: 1;
  }
.mil-banner .swiper-button-next:after, .mil-banner .swiper-button-prev:after{
    color: #fff;
    font-size: 20px;
}

.swiper-button-next, .swiper-button-prev{
    width: 50px!important;
    height: 50px!important;
    background: #2b8d50;
    border-radius: 200px;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    top: -30px!important;
    right: 20px!important;
    left:unset!important;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    bottom: 15px!important;
    right: 20px!important;
    top: unset!important;
}
.css3-shadow, .css3-gradient1, .css3-gradient2 {
    position: relative;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.3);
}
.css3-shadow:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.8);
    box-shadow: 0 0 40px rgba(0,0,0,0.8);
    bottom: 0px;
    width: 80%;
    height: 50%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    left: 10%;
    right: 10%;
}
.slider_home{
    border-radius: 20px;
}
.menu_background {
    content: "";
    background: #000000c2;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 200ms ease-in-out;-moz-transition: all 200ms ease-in-out;-ms-transition: all 200ms ease-in-out;-o-transition: all 200ms ease-in-out;transition: all 200ms ease-in-out;
}
.menu_shown .menu_background{
    display: block;
    -webkit-transition: all 200ms ease-in-out;-moz-transition: all 200ms ease-in-out;-ms-transition: all 200ms ease-in-out;-o-transition: all 200ms ease-in-out;transition: all 200ms ease-in-out;
    opacity: 1;
    visibility: visible;
}
.menu-button{display: none;}
.js-signin-modal-trigger{flex-shrink: 0;}
.login_page .master_menu {
    padding: 20px 0 0 0;
    border-bottom: 0;
    box-shadow: none;
    background: transparent;
    position: fixed;
    width: 100%;
}
.content_wrap_zone {
    height: calc(100vh);
    background: #2b8d50db;
    position: relative;
}
.inscription_page .content_wrap_zone{
    height: 100%;
}
.h100vh{
    height: 100vh;
}
.login_page .btn_subscribe{
    text-align: center;
}
.text_login{
    font-size: 45px;
    line-height: 50px;
    color: #fff;
}
#super_slides{
    position: absolute!important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.inscription_page #super_slides{
    height: 100vh;
}
.inscription_page .master_menu{
    padding: 0px 0 0 0;
    background: #191919f2;
    position: unset;
    margin-bottom: 24px;
}
.inscription_page .site_header{
    position: unset;
}
/****Checkbox******/
.check_elmt {
    display: flex;
    align-items: center;
    user-select: none;
    margin: 8px 0;
  }
  .check_elmt label {
    /* position: absolute; */
    z-index: 10;
    padding-left: 19px;
    cursor: pointer;
    line-height: 15px;
    font-size: 14px;
}
  .check_elmt input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }
  .check_elmt input:checked ~ .check {
    border-color: #d5830c;
    box-shadow: 0px 0px 0px 15px #d5830c inset;
  }
  .check_elmt input:checked ~ .check::after {
    opacity: 1;
    transform: scale(1);
  }
  .check_elmt .check {
    width: 20px;
    height: 20px;
    position: relative;
    border-radius: 100px;
    background-color: #FFF;
    border: 2px solid #d5830c;
    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);
  }
  
/******/

@media (max-width: 575.98px) {
    .menu-button{display: block;}
    .js-signin-modal-trigger{display: none;}
    .mil-banner { height: 145px;}
    #home{display: none;}
    #about.content_zone{padding: 100px 0 70px 0;}
    .box_montant{height: 480px;}
    .content_zone{padding: 50px 0 50px 0;}
    .padding-70 {padding: unset;}
    #howItwork .nav-link{margin-right:unset;margin-bottom: 13px;}
    .box_bni_adv{position: unset;width: 100%;margin-bottom: 16px;}
    .btn_subscribe{display: block !important;text-align: center;margin-bottom: 11px;}
    .copytext{text-align: center;display: block;}
    .text-block{text-align: center; margin-bottom: 8px;}
    .copytext.first_col { text-align: center;}
    .phone_size_md{width: 80%;}
    ul.menu{position: fixed!important;height: 100%;background: #268e51; width: 220px;right: -230px;;top: 70px;    -webkit-transition: all 200ms ease-in-out;-moz-transition: all 200ms ease-in-out;-ms-transition: all 200ms ease-in-out;-o-transition: all 200ms ease-in-out;transition: all 200ms ease-in-out;}
    .nav ul.menu li{margin: 0;border-top: 0;padding: 24px 0 23px 0;border-bottom: 1px solid #20a055;display: block;padding: 0;}
    .nav ul.menu li>a{padding: 20px 20px;font-weight: bold;display: block;font-size: 13px;color: #fff;}
    .nav ul.menu li:hover>a{color: #fff!important;background: #000;}
    .nav ul.menu li.active a{color: #fff!important;background: #000;}
    .menu_shown ul.menu{right: 0;    -webkit-transition: all 200ms ease-in-out;-moz-transition: all 200ms ease-in-out;-ms-transition: all 200ms ease-in-out;-o-transition: all 200ms ease-in-out;transition: all 200ms ease-in-out;}
    .content_wrap_zone{height: 100%; padding-top: 30px;;}
    .h100vh{height: 100%;}
    .text_login { font-size: 25px;line-height: 20px;text-align: center;}
    .login_page .site_header{        position: unset;}
    .login_page .master_menu {padding: 0px 0 0 0;background: #222222;position: unset;width: 100%;}
    .login_page .box_zone_adv {padding: 30px}
    .inscription_page .master_menu{margin-bottom:0;}
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .menu-button{display: block;}
    .js-signin-modal-trigger{display: none;}
    .mil-banner { height: 145px;}
    #home{display: none;}
    #about.content_zone{padding: 100px 0 70px 0;}
    .box_montant{height: 480px;}
    .content_zone{padding: 50px 0 50px 0;}
    .padding-70 {padding: unset;}
    #howItwork .nav-link{margin-right:unset;margin-bottom: 13px;}
    .box_bni_adv{position: unset;width: 100%;margin-bottom: 16px;}
    .btn_subscribe{display: block !important;text-align: center;margin-bottom: 11px;}
    .copytext{text-align: center;display: block;}
    .text-block{text-align: center; margin-bottom: 8px;}
    .copytext.first_col { text-align: center;}
    .phone_size_md{width: 80%;}
    ul.menu{position: fixed!important;height: 100%;background: #268e51; width: 220px;right: -230px;;top: 70px;    -webkit-transition: all 200ms ease-in-out;-moz-transition: all 200ms ease-in-out;-ms-transition: all 200ms ease-in-out;-o-transition: all 200ms ease-in-out;transition: all 200ms ease-in-out;}
    .nav ul.menu li{margin: 0;border-top: 0;padding: 24px 0 23px 0;border-bottom: 1px solid #20a055;display: block;padding: 0;}
    .nav ul.menu li>a{padding: 20px 20px;font-weight: bold;display: block;font-size: 13px;color: #fff;}
    .nav ul.menu li:hover>a{color: #fff!important;background: #000;}
    .nav ul.menu li.active a{color: #fff!important;background: #000;}
    .menu_shown ul.menu{right: 0;    -webkit-transition: all 200ms ease-in-out;-moz-transition: all 200ms ease-in-out;-ms-transition: all 200ms ease-in-out;-o-transition: all 200ms ease-in-out;transition: all 200ms ease-in-out;}
    .content_wrap_zone{height: 100%; padding-top: 30px;;}
    .h100vh{height: 100%;}
    .text_login { font-size: 25px;line-height: 20px;text-align: center;}
    .login_page .site_header{        position: unset;}
    .login_page .master_menu {padding: 0px 0 0 0;background: #222222;position: unset;width: 100%;}
    .login_page .box_zone_adv {padding: 30px}
    .inscription_page .master_menu{margin-bottom:0;}
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .menu-button{display: block;}
    .js-signin-modal-trigger{display: none;}
    .mil-banner { height: 145px;}
    #home{display: none;}
    #about.content_zone{padding: 100px 0 70px 0;}
    .box_montant{height: 480px;}
    .content_zone{padding: 50px 0 50px 0;}
    .padding-70 {padding: unset;}
    #howItwork .nav-link{margin-right:unset;margin-bottom: 13px;}
    .box_bni_adv{position: unset;width: 100%;margin-bottom: 16px;}
    .btn_subscribe{display: block !important;text-align: center;margin-bottom: 11px;}
    .copytext{text-align: center;display: block;}
    .text-block{text-align: center; margin-bottom: 8px;}
    .copytext.first_col { text-align: center;}
    .phone_size_md{width: 80%;}
    ul.menu{position: fixed!important;height: 100%;background: #268e51; width: 220px;right: -230px;;top: 70px;    -webkit-transition: all 200ms ease-in-out;-moz-transition: all 200ms ease-in-out;-ms-transition: all 200ms ease-in-out;-o-transition: all 200ms ease-in-out;transition: all 200ms ease-in-out;}
    .nav ul.menu li{margin: 0;border-top: 0;padding: 24px 0 23px 0;border-bottom: 1px solid #20a055;display: block;padding: 0;}
    .nav ul.menu li>a{padding: 20px 20px;font-weight: bold;display: block;font-size: 13px;color: #fff;}
    .nav ul.menu li:hover>a{color: #fff!important;background: #000;}
    .nav ul.menu li.active a{color: #fff!important;background: #000;}
    .menu_shown ul.menu{right: 0;    -webkit-transition: all 200ms ease-in-out;-moz-transition: all 200ms ease-in-out;-ms-transition: all 200ms ease-in-out;-o-transition: all 200ms ease-in-out;transition: all 200ms ease-in-out;}
    .content_wrap_zone{height: 100%; padding-top: 30px;;}
    .h100vh{height: 100%;}
    .text_login { font-size: 25px;line-height: 20px;text-align: center;}
    .login_page .site_header{        position: unset;}
    .login_page .master_menu {padding: 0px 0 0 0;background: #222222;position: unset;width: 100%;}
    .login_page .box_zone_adv {padding: 30px}
    .inscription_page .master_menu{margin-bottom:0;}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .mil-banner {height: 310px;}
    #about.content_zone{ padding: 70px 0 70px 0;}
    .padding-70{padding: 0;}
    .btn_subscribe{display: block !important;text-align: center;margin-bottom: 11px;}
}

@media only screen and (min-width: 1200px) {}

@media (min-width: 1550px) {}