@import url('https://fonts.googleapis.com/css?family=Oxygen:300,400,700&display=swap&subset=latin-ext');
@font-face {
    font-family: 'MarkPro';
    src: url('../fonts/MarkPro.woff2') format('woff2'), url('../fonts/MarkPro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MarkBold';
    src: url('../fonts/MarkPro-Bold.woff2') format('woff2'), url('../fonts/MarkPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'MarkHeavy';
    src: url('../fonts/MarkPro-Heavy.woff2') format('woff2'), url('../fonts/MarkPro-Heavy.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'MarkLight';
    src: url('../fonts/MarkPro-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MarkBlack';
    src: url('../fonts/MarkPro-Black.woff2') format('woff2'), url('../fonts/MarkPro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'MarkMedium';
    src: url('../fonts/MarkPro-Medium.woff2') format('woff2'), url('../fonts/MarkPro-Medium.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'ZonaBold';
    src: url('../fonts/ZonaPro-Bold.woff2') format('woff2'), url('../fonts/ZonaPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'ZonaThin';
    src: url('../fonts/ZonaPro-Thin.woff2') format('woff2'), url('../fonts/ZonaPro-Thin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Holiday';
    src: url('../fonts/Holiday-Travel-Script.woff2') format('woff2'), url('../fonts/Holiday-Travel-Script.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LamaSemiBold';
    src: url('../fonts/LamaSans-SemiBold.woff2') format('woff2'),
        url('../fonts/LamaSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'LamaLight';
    src: url('../fonts/LamaSans-Light.woff2') format('woff2'),
        url('../fonts/LamaSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'LamaThin';
    src: url('../fonts/LamaSans-Thin.woff2') format('woff2'),
        url('../fonts/LamaSans-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'LamaRegular';
    src: url('../fonts/LamaSans-Regular.woff2') format('woff2'),
        url('../fonts/LamaSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'LamaBold';
    src: url('../fonts/LamaSans-Bold.woff2') format('woff2'),
        url('../fonts/LamaSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'LamaMedium';
    src: url('../fonts/LamaSans-Medium.woff2') format('woff2'),
        url('../fonts/LamaSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Shekari';
    src: url('../fonts/BShekari.woff2') format('woff2'),
        url('../fonts/BShekari.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body {
    color: #515151;
    font-family: 'Oxygen';
    font-size: 16px;
}

* {
    margin: 0px;
    padding: 0px;
}

p {
    font-family: 'Oxygen';
    font-size: 18px;
}

ul {
    list-style: none;
    margin-bottom: 0;
}

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

.margin-bottom-20{
    margin-bottom: 20px;
}
.margin-bottom-40{
    margin-bottom: 40px;
} 
.container-full {
    max-width: 1500px;
    margin: auto;
}

.container-padding{
    padding: 20px 0px 40px;
}
.menu-page-left{
    
}
.menu-page-left li{ 
    border-bottom: 1px solid #bebebe;
}
.menu-page-left li:last-child{
    border-bottom: 0px;
}
.menu-page-left li a{
    display: block;
    border-left: 2px solid #deb739;
    padding-left: 10px;
    font-family: 'MarkPro';
    color: #515151;
    font-size: 18px;
    padding: 10px 0px 10px 10px;
}
.menu-page-left li a:hover,
.menu-page-left li.active a{
    text-decoration: none;
    color: #deb739;
    font-family: 'MarkBold';
}
/*  Header  */

.header {
    height: 120px;
}

.header .row {
    margin-right: 0;
    margin-left: 0;
}

.header .row .col-md-2:last-child {
    padding-right: 0px;
}

.logo {
    margin-top: 20px;
}

.social_media {
    text-align: center;
}

.social_media,
.phone,
.select_lang {
    margin-top: 45px;
}

.social_media li {
    display: inline-block;
    margin-right: 30px;
    text-align: right;
}

.social_media li:last-child {
    margin-right: 0px;
}

.phone {
    font-family: 'MarkBlack';
    font-size: 19px;
    color: #6d813b;
    position: relative;
    padding-left: 40px;
}

.phone:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/phone.png') no-repeat;
    width: 24px;
    height: 24px;
}

.select_lang {
    position: relative;
}

.select_lang select {
    position: relative;
    font-family: 'MarkPro';
    font-size: 16px;
    color: #989898;
    appearance: none;
    border: 0;
    border-bottom: 1px solid #989898;
    outline: none;
    line-height: 1;
}

.select_lang:before {
    content: "";
    position: absolute;
    top: 7px;
    right: -7px;
    background: url('../images/arrow.png') no-repeat;
    width: 19px;
    height: 11px;
    pointer-events: none;
}

.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #6d813b;
    overflow-y: auto;
    display: flex;
    align-items: center;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: opacity .4s ease;
}

.menu_ul li {
    margin-bottom: 10px;
}

.menu_ul li:last-child {
    margin-bottom: 0px;
}

.menu_ul li a {
    font-family: 'MarkPro';
    font-size: 30px;
    color: #fff;
}

.liens_utiles {
    margin-top: 20px;
}

.liens_utiles li:first-child {
    position: relative;
    background: #e1bf55;
    width: 85%;
    height: 2px;
    margin-bottom: 50px;
}

.liens_utiles li:nth-of-type(2) {
    margin-bottom: 40px;
}

.liens_utiles li span {
    font-family: 'MarkBlack';
    font-size: 20px;
    color: #e1bf55;
    background: #6d813b;
    padding-right: 20px;
    z-index: 9;
    position: absolute;
    top: -15px;
}

.liens_utiles li a {
    font-family: 'MarkMedium';
    font-size: 18px;
    color: #fff;
    text-decoration: underline;
}

.social_media_menu {
    text-align: unset;
    margin: 70px 0px;
}

.phone_menu {
    position: relative;
    color: #e1bf55;
    font-size: 30px;
    margin-top: 0px;
    padding-left: 70px;
}

.phone_menu:before {
    background: url('../images/phone_menu.png') no-repeat;
    width: 40px;
    height: 40px;
}

.deal {
    text-align: -webkit-center;
    text-align: -moz-center;
    margin-top: 22px;
}

.deal div {
    line-height: 1;
}

.deal div a {
    font-family: 'MarkBold';
    font-size: 13px;
    color: #555555;
}

.hamburger {
    position: relative;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    width: 80%;
    height: 120px;
    background: #6d813b;
}

.hamburger.animate {
    background: transparent;
}

.hamburger button {
    background: transparent;
    border: 0;
    outline: none;
    position: relative;
    width: 45px;
    height: 45px;
}

.hamburger.animate button {
    position: fixed;
}

.hamburger samp {
    position: absolute;
    bottom: 24px;
    font-family: 'MarkLight';
    font-size: 15px;
    color: #fff;
}

.hamburger.animate samp {
    display: none;
}

.bar,
.bar:after,
.bar:before {
    height: 3px;
}

.bar {
    transform: translateY(25px);
    background: #fff;
    transition: all 0ms 300ms;
    position: absolute;
    top: -7px;
    right: 0;
    width: 22px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.bar.animate {
    background: rgba(255, 255, 255, 0);
}

.bar:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 10px;
    background: #fff;
    width: 42px;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.bar:after {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    width: 33px;
    background: #fff;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.bar.animate:after {
    background: #e1bf55;
    top: 0;
    left: -16px;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    ;
    border-radius: 25%;
    width: 33px;
    height: 3px;
}

.bar.animate:before {
    background: #e1bf55;
    bottom: 0;
    left: -16px;
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    ;
    border-radius: 25%;
    width: 33px;
    height: 3px;
}

.show_menu {
    left: 0%;
    opacity: 1;
    z-index: 999;
}

.hide_menu {
    opacity: 0;
    left: 100%;
}

.icons_mobile {
    display: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .social_media li {
        margin-right: 15px;
    }
    .select_lang select {
        font-size: 13px;
    }
    .select_lang:before {
        top: 9px;
        right: -25px;
    }
    .phone {
        font-size: 15px;
        padding-left: 30px;
        margin-top: 50px;
    }
    .phone_menu {
        font-size: 30px;
        padding-left: 70px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .logo {
        margin-top: 28px;
    }
    .social_media li {
        margin-right: 15px;
    }
    .social_media li {
        margin-right: 15px;
    }
    .phone {
        font-size: 17px;
    }
    .phone_menu {
        font-size: 30px;
    }
    .select_lang:before {
        right: -45px;
    }
    .select_lang select {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .social_media,
    .phone,
    .select_lang,
    .deal {
        display: none;
    }
    .social_media_menu,
    .phone_menu {
        display: block !important;
    }
    .header {
        height: 90px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        z-index: 99;
    }
    .hamburger {
        position: fixed;
        top: 0;
        left: 0;
        width: 90px;
        height: 90px;
    }
    .hamburger samp {
        bottom: 12px;
    }
    .bar,
    .bar:before,
    .bar:after {
        left: 0;
    }
    .bar.animate:before,
    .bar.animate:after {
        left: 0;
    }
    .logo {
        text-align: -webkit-center;
        text-align: -moz-center;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 9;
    }
    .logo img {
        width: 120px;
    }
    .show_menu {
        right: 0%;
        left: unset;
    }
    .hide_menu {
        right: 100%;
        left: unset;
    }
    .icons_mobile {
        display: block;
        position: absolute;
        top: 25px;
        right: 0;
        z-index: 9;
    }
    .icons_mobile ul{
        display: flex;
        align-items: center;
    }
    .icons_mobile li {
        display: inline-block;
        margin-right: 12px;
    }
    .lang_selected_mobile{
        margin-right: 40px !important;
    }
}

@media (max-width: 767px) {
    .menu {
        align-items: unset;
        justify-content: center;
    }
    .menu_ul {
        margin-top: 100px;
    }
    .menu_ul li {
        line-height: 1;
        margin-bottom: 30px;
    }
    .menu_ul li a {
        font-size: 22px;
    }
    .liens_utiles {
        margin-top: 60px;
    }
    .liens_utiles li:first-child {
        width: 100%;
        margin-bottom: 35px;
    }
    .liens_utiles li:nth-of-type(2) {
        margin-bottom: 25px;
    }
    .social_media_menu {
        margin: 40px 0;
    }
    .phone_menu {
        font-size: 24px;
        padding-bottom: 30px;
    }
    .phone:before {
        top: -9px;
    }
    .lang_selected_mobile{
        margin-right: 30px !important;
    }
}
@media (max-width: 575px){
    .icon_phone_mobile img{
        width: 32px;
    }
    .lang_selected_mobile{
        margin-right: 15px !important;
    }
}

/*  Switcher Home  */

.switcher {
    margin-bottom: 0px;
}
.switcher .container-full .row {
    margin-right: 0px;
    margin-left: 0px;
}
.switcher .col-md-4,
.switcher .col-md-8 {
    padding-right: 0px;
    padding-left: 0px;
}
.categories_home {
    text-align: -webkit-center;
    text-align: -moz-center;
}
.categories_home ul {
    padding: 15px 0px;
}
.categories_home ul:hover {
    background: #6d813b;
}
.categories_home ul:hover li a {
    color: #fff;
}
.categories_home ul li {
    width: 120px;
}
.categories_home li a {
    font-family: 'MarkPro';
    font-size: 14px;
    color: #4f4f4f;
    padding-top: 15px;
}
.slider_home.owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    margin: auto;
}
.slider_home.owl-theme .owl-dots .owl-dot span {
    height: 20px;
    width: 20px;
    background: transparent;
    border: 4px solid #fff;
}
.slider_home.owl-theme .owl-dots .owl-dot.active span,
.slider_home.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}
.categories_home_resp {
    display: none;
}
.slider_home{
    position: relative;
}
.title_switcher{
    font-family: 'MarkBold';
    font-size: 50px;
    color: #fff;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    background: rgb(0 0 0 / 30%);
    text-align: center;
}
@media (min-width: 768px) and (max-width: 1199px) {
    .categories_home ul {
        padding: 8px 0px;
    }
}
@media (max-width: 991px) {
    .switcher {
        margin-top: 185px;
    }
}
@media (max-width: 767px) {
    .categories_home_desk {
        display: none;
    }
    .categories_home_resp {
        display: block;
        margin-top: 60px;
    }
    .categories_home ul {
        margin-top: 0px;
    }
    .slider_home.owl-theme .owl-nav.disabled+.owl-dots {
        bottom: -10px;
    }
    .slider_categories.owl-carousel .owl-nav button.owl-next span,
    .slider_categories.owl-carousel .owl-nav button.owl-prev span {
        display: none;
    }
    .slider_categories.owl-carousel .owl-nav button.owl-next,
    .slider_categories.owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        top: 42%;
        width: 16px;
        height: 28px;
    }
    .slider_categories.owl-carousel .owl-nav button.owl-next {
        right: 0;
        background: url('../images/next.png') no-repeat;
    }
    .slider_categories.owl-carousel .owl-nav button.owl-prev {
        left: 0;
        background: url('../images/prev.png') no-repeat;
    }
    .title_switcher{
        font-size: 28px;
    }
}

/*  Filter Search Home  */

.filter_search_home {
    margin-bottom: 80px;
}

.filter_search_home h1 {
    font-family: 'MarkPro';
    font-size: 65px;
    color: #3a3a3a;
    line-height: 80px;
}

.filter_search_home h1 span {
    display: block;
}

.select_text {
    position: relative;
    margin-bottom: 50px;
}

.select_text:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 22px;
    pointer-events: none;
}

.icon_ville:before {
    background: url('../images/pin.png') no-repeat;
    width: 22px;
    height: 30px;
}

.icon_projet:before {
    background: url('../images/real-estate.png') no-repeat;
    width: 35px;
    height: 37px;
}

.select_text:after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    background: url('../images/arrow.png') no-repeat;
    width: 19px;
    height: 11px;
    pointer-events: none;
}

.select_text select {
    font-family: 'MarkPro';
    font-size: 20px;
    color: #888888;
    padding: 15px 0 15px 80px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #888888;
    appearance: none;
    outline: none;
    width: 100%;
}
.submit_filter {
    text-align: center;
}

.submit_filter button {
    position: relative;
    font-family: 'MarkPro';
    font-size: 20px;
    color: #fff;
    background: #6d813b;
    padding: 20px 85px 20px 60px;
    border-width: 0;
    outline: none;
}

.submit_filter button:after {
    content: '';
    position: absolute;
    top: 18px;
    right: 28px;
    background: url('../images/search.png') no-repeat;
    width: 24px;
    height: 24px;
    pointer-events: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .filter_search_home h1 {
        font-size: 60px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .filter_search_home h1 {
        font-size: 45px;
    }
    .select_text select {
        font-size: 18px;
        padding: 20px 0 20px 40px;
    }
    .select_text:before {
        left: 0px;
    }
    .select_text:after {
        right: 10px;
    }
}

@media (max-width: 767px) {
    .filter_search_home h1 {
        font-size: 45px;
        margin-top: 0px;
        margin-bottom: 40px;
        text-align: center;
        line-height: 50px;
    }
    .select_text select {
        font-size: 16px;
        padding: 20px 0 20px 40px;
    }
    .select_text:before {
        left: 0px;
    }
    .select_text:after {
        right: 5px;
    }
    .submit_filter button {
        font-size: 18px;
        padding: 17px 70px 17px 50px;
    }
}

/*  Block Temoins Home  */

.block_temoin_home {
    margin-bottom: 100px;
}
.block_temoin_home .container-full .row {
    margin-right: 0px;
}
.text_block_temoin_home {
    padding-top: 50px;
}
.titre_block_temoin_home,
.titre_block_virtuel_projet {
    position: relative;
    background: #e1bf55;
    width: 85%;
    height: 3px;
    margin-bottom: 50px;
}
.titre_block_temoin_home h2,
.titre_block_virtuel_projet h3 {
    font-family: 'MarkMedium';
    font-size: 23px;
    color: #e1bf55;
    background: #fff;
    padding-right: 30px;
    z-index: 9;
    position: absolute;
    top: -13px;
    margin: 0;
}
.text_block_temoin_home h3,
.text_block_virtuel_projet h4 {
    font-family: 'MarkMedium';
    font-size: 33px;
    color: #3a3a3a;
    margin: 0;
    line-height: 40px;
}
.text_block_temoin_home h3 span,
.text_block_virtuel_projet h4 span {
    display: block;
}
.text_block_temoin_home p {
    font-family: 'MarkPro';
    font-size: 16px;
    color: #8f8f8f;
    margin: 40px 0;
    line-height: 30px;
}
.text_block_temoin_home a {
    font-family: 'MarkMedium';
    font-size: 18px;
    color: #e1bf55;
    position: relative;
}
.text_block_temoin_home a:after {
    content: '';
    position: absolute;
    top: 2px;
    right: -45px;
    background: url(../images/right-arrow.png) no-repeat;
    width: 22px;
    height: 16px;
    pointer-events: none;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: opacity .4s ease;
}
.text_block_temoin_home a:hover:after {
    right: -35px;
}
.select_projet_3d{
    position: relative;
    width: 300px;
}
.select_projet_3d select{
    font-family: 'MarkMedium';
    font-size: 18px;
    color: #8f8f8f;
    width: 100%;
    height: 45px;
    appearance: none;
    background: transparent;
    outline: none;
    border: 0;
    border-bottom: 1px solid #e1bf55;
}
.select_projet_3d:after{
    content: '';
    position: absolute;
    top: 16px;
    right: 12px;
    background: url(../images/arrow_02.png) no-repeat;
    width: 15px;
    height: 9px;
    pointer-events: none;
}
@media (min-width: 768px) and (max-width: 1199px) {
    .text_block_temoin_home {
        padding-top: 13px;
    }
    .titre_block_temoin_home {
        margin-bottom: 30px;
    }
    .titre_block_temoin_home h2 {
        font-size: 21px;
    }
    .text_block_temoin_home h3 {
        font-size: 26px;
        line-height: 35px;
    }
    .text_block_temoin_home p {
        margin: 20px 0;
    }
}

@media (max-width: 767px) {
    .block_temoin_home .container-full .row {
        margin-left: 0px;
    }
    .block_temoin_home .col-md-6 {
        padding-right: 0px;
        padding-left: 0px;
    }
    .titre_block_temoin_home {
        width: 100%;
    }
    .text_block_temoin_home h3 {
        font-size: 28px;
        line-height: 35px;
    }
}

/*  Media Or Actus Home  */

.media_home {
    margin-bottom: 100px;
}
.titre_media_home {
    position: absolute;
    bottom: -190px;
    left: 0;
    background: #e1bf55;
    width: 250px;
    height: 3px;
    -webkit-transform: translateX(-15%) translateY(0) rotate(-90deg);
    -moz-transform: translateX(-15%) translateY(0) rotate(-90deg);
}
.titre_media_home h2 {
    font-family: 'MarkMedium';
    font-size: 23px;
    color: #e1bf55;
    background: #fff;
    padding-right: 30px;
    z-index: 9;
    position: absolute;
    top: -13px;
    margin: 0;
}
.item_slider_media {
    text-align: -webkit-center;
    text-align: -moz-center;
}
/*.item_slider_media a{
    display: block;
    width: 100%;
    height: 400px;
    background-size: cover !important;
}*/
.item_slider_video {
    position: relative;
}

.item_slider_video:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url('../images/play-button.png') no-repeat;
    width: 77px;
    height: 77px;
    pointer-events: none;
}
.slider_media .owl-stage{
    padding-left: 0px !important;
}
.img_item_actus{
    margin-bottom: 10px;
}
.text_actus h4 a{
    font-family: 'MarkPro';
    font-size: 20px;
    color: #4e4e4e;
    margin-top: 0px;
    margin-bottom: 15px;
}
.text_actus span{
    font-family: 'MarkPro';
    font-size: 17px;
    color: #6d813b;
}
.content_actu_selected{
    padding: 50px 0 100px;
}
.item_actu_selected h2{
    font-family: 'MarkBold';
    font-size: 30px;
    color: #494949;
    margin: 0;
}
.item_actu_selected h3{
    font-family: 'MarkMedium';
    font-size: 17px;
    color: #6d813b;
    margin: 20px 0 30px;
}
.item_actu_selected p{
    font-family: 'MarkPro';
    font-size: 16px;
    color: #5f5f5f;
    line-height: 30px;
    margin-top: 30px;
}
@media (min-width: 992px) and (max-width: 1199px){
    .text_actus h4 a{
        font-size: 17px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .titre_media_home {
        width: 250px;
        bottom: -120px;
    }
    /*.item_slider_media a{
        height: 300px;
    }*/
    .text_actus h4 a{
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    .titre_media_home {
        position: relative;
        bottom: unset;
        width: 100%;
        margin-bottom: 50px;
        -webkit-transform: translateX(0%) translateY(0) rotate(0deg);
        -moz-transform: translateX(0%) translateY(0) rotate(0deg);
    }
    /*.item_slider_media a{
        height: 350px;
    }*/
    .text_actus h4 a{
        font-size: 17px;
    }
}

/*  Block Finance & Commercial  */

.finance_commerce_home {
    margin-bottom: 80px;
}

.finance_commerce_home .container-full .row:first-child {
    margin-right: 0px;
}

.finance_commerce_home .container-full .row .col-md-6 {
    position: unset;
}

.block_finance {
    background: #f9ce05;
    position: relative !important;
    height: 380px;
    text-align: -webkit-right;
    text-align: -moz-right;
    padding-right: 45px;
    padding-top: 60px;
}

.block_commerce {
    background: #6d813b;
    position: relative !important;
    height: 380px;
    padding-left: 60px;
    padding-top: 60px;
}

.text_finance_commerce_home {
    position: relative;
    z-index: 9;
}

.text_finance_commerce_home h4 {
    font-family: 'ZonaBold';
    font-size: 15px;
    color: #6d813b;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0;
    width: 210px;
}

.text_finance_home h4 {
    color: #e1bf55;
    width: 200px;
}

.text_finance_commerce_home h4:before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    background: #6d813b;
    width: 50px;
    height: 2px;
}

.text_finance_home h4:before {
    left: unset;
    right: 0;
    background: #e1bf55;
}

.text_finance_commerce_home h5 {
    font-family: 'ZonaBold';
    font-size: 40px;
    color: #fff;
    margin: 40px 0px;
}

.text_finance_commerce_home h5 span {
    display: block;
}

.button_finance a {
    font-family: 'ZonaBold';
    font-size: 20px;
    color: #fff;
    background: #6d813b;
    padding: 18px 50px 18px 100px;
    position: relative;
}

.button_finance a:before {
    content: '';
    position: absolute;
    left: 40px;
    top: 14px;
    background: url('../images/calculator.png') no-repeat;
    width: 28px;
    height: 28px;
}

.button_commerce a {
    font-family: 'MarkPro';
    font-size: 20px;
    color: #e1bf55;
    border: 2px solid #e1bf55;
    padding: 12px 35px;
    position: relative;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
}
.button_commerce a:hover{
    background: #e1bf55;
    color: #fff;
}
.img_finance,
.img_commerce {
    position: absolute;
    bottom: 0;
    left: 0;
}

.img_commerce {
    right: 0;
    left: unset;
}

@media (min-width: 1200px) and (max-width: 1330px) {
    .text_finance_commerce_home h5 {
        font-size: 33px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .text_finance_commerce_home h5 {
        font-size: 25px;
    }
    .button_finance a {
        font-size: 16px;
        padding: 18px 30px 18px 70px;
    }
    .button_finance a:before {
        left: 24px;
    }
    .button_commerce a {
        font-size: 16px;
        padding: 12px 20px;
    }
}

@media (min-width: 500px) and (max-width: 767px) {
    .text_finance_commerce_home h5 {
        font-size: 25px;
    }
    .button_finance a {
        font-size: 16px;
        padding: 18px 30px 18px 70px;
    }
    .button_finance a:before {
        left: 24px;
    }
    .button_commerce a {
        font-size: 16px;
        padding: 12px 20px;
    }
}

@media (max-width: 499px) {
    .finance_commerce_home .container-full .row:first-child {
        margin-left: 0px;
    }
    .text_finance_commerce_home h4 {
        width: unset;
        letter-spacing: 1px;
    }
    .text_finance_commerce_home h5 {
        font-size: 18px;
    }
    .button_finance a {
        font-size: 14px;
        padding: 18px 30px 18px 50px;
    }
    .button_finance a:before {
        left: 10px;
    }
    .button_commerce a {
        font-size: 12px;
        padding: 10px 15px;
    }
    .img_finance img,
    .img_commerce img {
        width: 65%;
    }
    .img_finance {
        text-align: -webkit-left;
        text-align: -moz-left;
    }
    .img_commerce {
        text-align: -webkit-right;
        text-align: -moz-right;
    }
    .block_finance,
    .block_commerce {
        height: 300px;
    }
    .block_finance {
        padding-right: 0px;
    }
    .block_commerce {
        padding-left: 0px;
    }
    .text_finance_commerce_home h4:before {
        left: -60px;
    }
    .text_finance_home h4:before {
        right: -30px;
        left: unset;
    }
}

/*  Conventionnées & Partenaires  */

.convention_partenaires_home {
    margin-bottom: 100px;
}

.convention_partenaires_home .nav-tabs {
    border-bottom: 1px solid #8e8e8e;
    margin-bottom: 30px;
}

.convention_partenaires_home li {
    text-align: center;
    width: 50%;
}

.convention_partenaires_home li a {
    font-family: 'MarkPro';
    font-size: 23px;
    color: #8e8e8e;
    padding-bottom: 18px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: transparent;
    cursor: default;
    background-color: transparent;
    border: 0;
    border-bottom-color: transparent;
    border-bottom: 6px solid #6d813b;
    color: #4f4f4f;
    font-family: 'MarkBold';
}

.convention_partenaires_home li a:hover {
    font-family: 'MarkBold';
    color: #4f4f4f;
}

.slider_convention.owl-theme .owl-dots .owl-dot span {
    height: 15px;
    width: 15px;
    background: transparent;
    border: 2px solid #e1bf55;
}

.slider_convention.owl-theme .owl-dots .owl-dot.active span,
.slider_convention.owl-theme .owl-dots .owl-dot:hover span {
    background: #e1bf55;
}

.img_convention {
    text-align: -webkit-center;
    text-align: -moz-center;
}

@media (max-width: 767px) {
    .convention_partenaires_home li a {
        font-size: 16px;
    }
}

/*  Footer  */

.footer {
    background: #f5f5f5;
    padding: 50px 0px;
}

.footer .row:first-child {
    margin-bottom: 50px;
}

.logo_footer {
    margin-top: 45px;
    text-align: -webkit-center;
    text-align: -moz-center;
}

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

.logo_footer ul li {
    display: inline-block;
    margin-right: 30px;
}

.logo_footer ul li:last-child {
    margin-right: 0px;
}

.menu_footer li {
    margin-bottom: 15px;
}

.menu_footer li:last-child {
    margin-bottom: 0px;
}

.menu_footer li a {
    font-family: 'MarkBold';
    font-size: 18px;
    color: #6d813b;
}

.projets_footer li,
.ville_footer li {
    font-family: 'MarkBold';
    font-size: 16px;
    color: #6d813b;
    margin-bottom: 15px;
}

.projets_footer li:last-child,
.ville_footer li:last-child {
    margin-bottom: 0px;
}

.projets_footer li a,
.ville_footer li a {
    font-family: 'MarkPro';
    font-size: 16px;
    color: #717171;
}

.copy_right {
    padding-top: 30px;
    border-top: 1px solid #cbcbcb;
}

.copy_right p,
.copy_right p a {
    font-family: 'MarkPro';
    font-size: 16px;
    color: #717171;
    text-align: center;
}
.copy_right p a:hover{
    text-decoration: underline;
}
@media (min-width: 768px) and (max-width: 991px) {
    .logo_footer ul li {
        margin-right: 20px;
    }
}

@media (max-width: 767px) {
    .footer ul {
        margin-top: 50px;
    }
}

/*  Details Projet  */

.switcher_details_projet .container-full{
    background: #6d813b;
}
.switcher_details_projet {
    margin-bottom: 0px !important;
    position: relative;
}
.switcher_details_projet .col-md-3,
.switcher_details_projet .col-md-9{
    padding-left: 0;
    padding-right: 0;
}
.slider_home_img {
    position: relative;
    z-index: 9;
}
.slider_home_img img{
    width: 100%;
}
.text_switcher_projet{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgb(0 0 0 / 25%);
}
.text_switcher_projet span{
    font-family: 'MarkLight';
    font-size: 30px;
    color: #fff;
    display: block;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.text_switcher_projet label{
    font-family: 'MarkMedium';
    font-size: 65px;
    color: #fff;
    display: block;
    margin: 0;
    line-height: 1;
    font-weight: 100;
    text-transform: uppercase;
}

.block_left_switcher_details_projet {
    text-align: -webkit-center;
    text-align: -moz-center;
    background: #6d813b;
    padding: 65px 0;
}
.block_left_switcher_details_projet ul {
    margin-top: 40px;
    width: 90px;
}
.block_left_switcher_details_projet ul:first-child{
    margin-top: 0px;
}
.block_left_switcher_details_projet li{
    line-height: 1;
}
.block_left_switcher_details_projet li a {
    font-family: 'MarkPro';
    font-size: 14px;
    color: #fff;
    padding-top: 15px;
}
.bg_banner_dp {
    background: #e1bf54;
    width: 100%;
    padding: 30px 0px 40px;
    position: relative;
    top: -30px;
    z-index: 9;
}

.bg_banner_dp h1 {
    font-family: 'ZonaBold';
    font-size: 30px;
    color: #fff;
    margin: 0;
    line-height: 40px;
}

.bg_banner_dp h1 span {
    font-family: 'MarkPro';
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    line-height: 1;
}

.bg_banner_dp ul {
    text-align: right;
    padding-top: 20px;
}

.bg_banner_dp ul li {
    display: inline-block;
    margin-left: 30px;
}

.bg_banner_dp ul li:first-child {
    margin-left: 0px;
}

.bg_banner_dp ul li a {
    font-family: 'MarkPro';
    font-size: 18px;
    color: #fff;
}

.bg_banner_dp ul li a:hover {
    font-family: 'MarkBold';
}


.lien_categorie_selected a {
    font-family: 'MarkBold' !important;
    padding-bottom: 10px;
    border-bottom: 5px solid #fff;
}
.equipement {
    margin-bottom: 50px;
}
/*.slider_equipements {
    padding-top: 70px;
}*/
.slider_equipements.owl-carousel .owl-stage-outer{
    height: 400px;
}
.item_slider_equipements {
    text-align: -webkit-center;
    text-align: -moz-center;
    position: relative;
}
.img_item_slider_equipements{
    padding-top: 130px;
    margin-bottom: 20px;
}
.bg_item_slider_equipements,
.item_slider_equipements:hover .img_item_slider_equipements{
    display: none !important;
}
.item_slider_equipements:hover .bg_item_slider_equipements{
    display: block !important;
}

/*.item_slider_equipements:hover:before{    display: block;}.item_slider_equipements:before{    content: '';    background: url('../images/foot.jpg') no-repeat;    position: absolute;    top: 0;    left: 0;    width: 250px;    height: 442px;    display: none;}*/

.item_slider_equipements span {
    font-family: 'MarkBold';
    font-size: 18px;
    color: #5b5b5b;
}
.item_slider_equipements:hover span{
    position: absolute;
    bottom: 35%;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
}
/*.item_slider_equipements img {
    margin-bottom: 20px;
}*/
.presentation_projet {
    margin-bottom: 100px;
}
.presentation_projet .row:first-child {
    margin-bottom: 30px;
}
.titre_presentation_projet {
    position: relative;
    background: #e1bf55;
    width: 75%;
    height: 3px;
}
.titre_presentation_projet h3 {
    font-family: 'MarkMedium';
    font-size: 23px;
    color: #e1bf55;
    background: #fff;
    padding-right: 30px;
    z-index: 9;
    position: absolute;
    top: -13px;
    margin: 0;
}
.text_presentation_projet {
    padding-top: 70px;
}
.text_presentation_projet h4 {
    font-family: 'MarkBold';
    font-size: 32px;
    color: #3a3a3a;
    margin: 50px 0;
    line-height: 50px;
}
.text_presentation_projet p,
.text_presentation_projet div {
    font-family: 'MarkPro';
    font-size: 16px;
    color: #8f8f8f;
    margin: 0;
    line-height: 35px;
}
.block_virtuel_projet {
    position: relative;
    margin-bottom: 80px;
}
.block_virtuel_projet .container-full .row {
    margin-right: 0px;
}
.block_virtuel_projet .col-md-6 {
    padding-right: 0px;
}
.text_block_virtuel_projet {
    margin-top: 40px;
}
.text_block_virtuel_projet a {
    font-family: 'MarkMedium';
    font-size: 15px;
    color: #fff;
    padding: 15px 20px 15px 60px;
    border-radius: 30px;
    position: relative;
    background: #6d813a;
}
.text_block_virtuel_projet a:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 18px;
    width: 28px;
    height: 28px;
    background: url('../images/technology.png') no-repeat;
}
.text_block_virtuel_projet h4 {
    margin-bottom: 60px;
}
.mentions_projet{
    margin-bottom: 80px;
}
.mentions_projet .row{
    display: inline-flex;
    align-items: center;
}
.title_mentions_projet{
    font-family: 'MarkPro';
    font-size: 42px;
    color: #9d9d9d;
    margin: 0;
}
.title_mentions_projet span{
    display: block;
}
.item_mentions ul{
    display: inline-flex;
    align-items: center;
}
.item_mentions ul li label{
    font-family: 'MarkBold';
    font-size: 16px;
    color: #5a5a5a;
    margin-bottom: 0;
    font-weight: unset;
    padding-left: 25px;
}
/*.mentions_projet h5{
    margin-bottom: 20px; 
    position: relative;
}
.mentions_projet h5 label{
    font-family: 'MarkMedium';
    font-size: 21px;
    color: #e1bf55;
    background-color: #fff;
    position: relative;
    padding-right: 30px;
}
.mentions_projet h5:before{
    display: block;
    content:  " ";
    height: 10%;
    width: 100%;
    background-color: #e1bf55;
    position: absolute;
    top: 45%;
    left: 0px;
}
.mentions_projet ul{ 
    text-align: center;
}
.mentions_projet ul li{ 
    display: inline-block;
    margin: 8px;
}
.mentions_projet ul li::before{ 
    display: inline-block;
    content: " ";
    width: 40px;
    height: 40px;
    background: url(../images/icon-marque.png) no-repeat center;
    line-height: 40px; 
    vertical-align: top;
}
.mentions_projet ul li label{ 
    display: inline-block;
    font-size: 14px;
    line-height: 40px; 
    vertical-align: top;
}*/
.plans_details_projet{
    margin-bottom: 80px;
}
.plans_details_projet .nav-tabs {
    border-bottom: 0;
    margin-bottom: 100px;
}
.plans_details_projet .nav-tabs>li{
    margin-right: 80px;
}
.plans_details_projet .nav-tabs>li:last-child{
    margin-right: 0;
    margin-bottom: 0;
}
.plans_details_projet .nav-tabs>li>a{
    font-family: 'MarkPro';
    font-size: 42px;
    color: #aaaaaa;
    padding: 0;
    padding-bottom: 15px;
}
.plans_details_projet .nav-tabs>li.active>a,
.plans_details_projet .nav-tabs>li.active>a:focus,
.plans_details_projet .nav-tabs>li.active>a:hover{
    color: #2d2d2d;
    border-bottom: 4px solid #e5c874;
    font-family: 'MarkBold';
}
.plans_details_projet .nav-tabs>li>a:hover{
    border-color: transparent;
}
.plans_details_projet .nav>li>a:focus, .plans_details_projet .nav>li>a:hover{
    background-color: transparent;
}
.plans_details_projet .nav-tabs>li>a:focus,
.plans_details_projet .nav-tabs>li>a:hover {
    color: #2d2d2d !important;
}
/*.item_plans_details_projet{
    width: 100%;
    height: 460px;
    background: url('../images/bg_plans.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    position: relative;
    text-align: -webkit-right;
    text-align: -moz-right;
}*/
.item_plans_details_projet{
    width: 100%;
    height: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    position: relative;
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: -o-center;
}
.img_abs_plans{
    position: absolute;
    top: -75px;
    left: 0;
    display: none;
}
.block_plans_details_projet{
    background: #fff;
    width: 530px;
    height: 390px;
    border-radius: 15px;
    box-shadow: #f3f3f3 1px 1px 20px 5px;
    position: relative;
    top: -60px;
}
.block_plans_details_projet span{
    position: absolute;
    bottom: -50px;
    right: -40px;
    background: #e1bf55;
    border-radius: 10px;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.img_plans_details_projet{
    width: 100%;
    height: 390px;
    background-size: contain !important;
    -webkit-background-size: contain !important;
    -moz-background-size: contain !important;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 15px;
}
.contact_details_projet {
    position: relative;
    margin-bottom: 80px;
}
.contact_details_projet h6 {
    position: relative;
    padding-left: 150px;
    font-family: 'MarkPro';
    font-size: 40px;
    color: #6d813a;
    line-height: 55px;
    margin-bottom: 40px;
}
.contact_details_projet h6 span {
    display: block;
}
.contact_details_projet h6:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 108px;
    height: 108px;
    background: url('../images/phone-call-02.png') no-repeat;
}
.text_input input,
.text_input textarea {
    font-family: 'MarkPro';
    font-size: 18px;
    color: #aaaaaa;
    width: 100%;
    height: 60px;
    padding-left: 18px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #aaaaaa;
    outline: none;
    resize: none;
}

.contact_details_projet .row {
    margin-bottom: 80px;
}
.text_submit {
    text-align: -webkit-center;
    text-align: -moz-center;
}
.text_submit button {
    width: 300px;
    height: 50px;
    font-family: 'MarkMedium';
    font-size: 23px;
    color: #fff;
    border-width: 0;
    background: #6d813a;
    outline: none;
    border-radius: 30px;
}
@media (max-width: 1200px){
    .text_switcher_projet span{
        font-size: 2vmax;
    }
    .text_switcher_projet label{
        font-size: 4vmax;
    }
}
@media (min-width: 1200px) and (max-width: 1360px) {
    .block_left_switcher_details_projet ul {
        margin-top: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .block_left_switcher_details_projet ul {
        margin-top: 20px;
        width: 100%;
    }
    .bg_banner_dp {
        width: 100%;
        padding-top: 50px;
        top: -10px;
    }
    .bg_banner_dp h1 {
        font-size: 25px;
    }
    .equipement{
        margin-bottom: 40px;
    }
    .slider_equipements.owl-carousel .owl-stage-outer{
        height: 335px;
    }
    .text_presentation_projet {
        padding-top: 20px;
    }
    .text_presentation_projet h4 {
        line-height: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .block_left_switcher_details_projet ul {
        margin-top: 20px;
        width: 100%;
    }
    .block_left_switcher_details_projet ul li img {
        width: 35px;
    }
    .titre_equipement {
        -webkit-transform: translateX(-60%) translateY(0) rotate(-90deg);
        -moz-transform: translateX(-60%) translateY(0) rotate(-90deg);
    }
    .text_block_virtuel_projet {
        margin-top: 15px;
    }
    .titre_block_virtuel_projet h3 {
        margin-bottom: 40px;
    }
    .text_block_virtuel_projet h4 {
        font-size: 25px;
        margin-bottom: 30px;
        line-height: 32px;
    }
}
@media (max-width: 991px) {
    .banner_details_projet {
        margin-bottom: 50px;
    }
    .bg_banner_dp {
        width: 100%;
        padding-top: 50px;
        top: 0px;
        text-align: -webkit-center;
        text-align: -moz-center;
    }
    .bg_banner_dp h1 {
        font-size: 25px;
    }
    .bg_banner_dp ul {
        text-align: unset;
    }
    .bg_banner_dp ul li {
        display: block;
        margin-left: 0px;
        margin-bottom: 25px;
    }
    .bg_banner_dp ul li:last-child {
        margin-bottom: 0px;
    }
    .block_left_switcher_details_projet {
        padding: 40px 0;
    }
    .block_left_switcher_details_projet ul {
        margin-top: 0px;
        width: unset;
        display: inline-grid;
    }
    .block_left_switcher_details_projet ul {
        margin-right: 30px;
    }
    .block_left_switcher_details_projet ul:last-child{
        margin-right: 0;
    }
    .equipement {
        margin-bottom: 120px;
    }
    .presentation_projet {
        margin-bottom: 50px;
    }
    .titre_presentation_projet {
        width: 100%;
        margin-bottom: 30px;
    }
    .text_presentation_projet {
        padding-top: 0px;
    }
    .text_presentation_projet p {
        margin: 30px 0;
    }
    .contact_details_projet .row {
        margin-bottom: 0px;
    }
    .block_virtuel_projet .container-full .row {
        margin-left: 0px;
    }
    .text_input {
        margin-bottom: 50px;
    }
    .mentions_projet .row{
        display: block;
    }
    .item_mentions{
        margin-top: 50px;
    }
    .item_plans_details_projet{
        text-align: -webkit-center;
        text-align: -moz-center;
    }
    .plans_details_projet .nav-tabs>li>a{
        font-size: 30px;
    }
    .plans_details_projet .nav-tabs {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .switcher_details_projet .col-md-4 {
        position: unset;
    }
    .block_left_switcher_details_projet div {
        display: block;
        margin-bottom: 35px;
    }
    .block_virtuel_projet .col-md-6 {
        padding-left: 0px;
    }
    .text_block_virtuel_projet {
        margin-top: 0px;
        margin-bottom: 50px;
    }
    .text_block_virtuel_projet {
        width: 100%;
    }
    .contact_details_projet h6 {
        font-size: 30px;
    }
    .slider_equipements.owl-carousel .owl-stage-outer{
        height: auto;
    }
    .img_item_slider_equipements{
        padding-top: 0px;
    }
    .block_plans_details_projet{
        width: 100%;
    }
    .block_plans_details_projet span{
        right: -15px;
    }
}
@media (max-width: 550px){
    .block_left_switcher_details_projet ul{
        max-width: 75px;
        margin-right: 10px;
    }
    .block_left_switcher_details_projet ul li a{
        font-size: 12px;
    }
    .block_left_switcher_details_projet ul li img{
        width: 40px;
    }
    .plans_details_projet .nav-tabs>li{
        margin-bottom: 20px;
    }
    .block_plans_details_projet span{
        width: 60px;
        height: 60px;
        bottom: -30px;
    }
    .block_plans_details_projet span img{
        width: 30px;
    }
}

/*  Hmizate  */

.content_hmizate{
    margin-top: 80px;
}
.content_hmizate .row {
    margin-bottom: 50px;
}

.hmizate_home,
.content_hmizate {
    margin-bottom: 100px;
}
.hmizate_home .container .row:nth-of-type(1){
    margin-bottom: 50px;
}
.hmizate_home h3 {
    font-family: 'MarkPro';
    font-size: 48px;
    color: #6d813b;
    margin-bottom: 40px;
}

.hmizate_home h3 span {
    font-family: 'Holiday';
    color: #e1bf55;
}
.img_hmizate {
    position: relative;
}
.img_hmizate img{
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
}
/*.img_hmizate:hover img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}*/
.item_hmizate samp {
    position: absolute;
    top: -23px;
    right: 0;
    font-family: 'MarkPro';
    font-size: 20px;
    color: #fff;
    background: #e1bf55;
    padding: 9px 13px;
    line-height: 1;
}
.item_hmizate span {
    position: absolute;
    top: -23px;
    left: 0;
    font-family: 'MarkPro';
    font-size: 20px;
    color: #fff;
    background: red;
    padding: 9px 13px;
    line-height: 1;
}
.link-project-list{
    position: relative;
    display: block;
    cursor: pointer;
    text-align: center;
}
.link-project-list label {
    display: flex;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    color: #fff;
    margin: auto;
    cursor: pointer;
    background: rgb(0 0 0 / 50%);
    justify-content: center;
    align-items: center;
    font-family: 'MarkBold';
    font-size: 20px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
}
.link-project-list label:hover{
    opacity: 0;
}
.ville_hmizate {
    margin: 10px 0;
}

.ville_hmizate a {
    font-family: 'MarkPro';
    font-size: 17px;
    color: #6d813b;
}

.item_hmizate h4 a{
    font-family: 'MarkPro';
    font-size: 20px;
    color: #4e4e4e;
    margin-top: 0px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    height: 45px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
}

.prix {
    margin-bottom: 20px;
}

.prix li {
    display: inline-block;
    margin-right: 15px;
}

.prix li:last-child {
    margin-right: 0px;
}

.new_prix {
    font-family: 'MarkBold';
    font-size: 23px;
    color: #e1bf55;
}

.old_ptix {
    font-family: 'MarkPro';
    font-size: 20px;
    color: #b4b4b3;
    text-decoration: line-through;
}

.voir_hmizate a {
    font-family: 'MarkMedium';
    font-size: 16px;
    color: #6d813b;
    padding: 12px 50px;
    border-radius: 30px;
    border: 1px solid #6d813b;
    margin: 0px auto;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
}
.voir_hmizate a:hover {
    background: #6d813b;
    color: #fff;
}
.text_select {
    position: relative;
}

.text_select:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 11px;
    background: url('../images/arrow_02.png') no-repeat;
    width: 15px;
    height: 9px;
    pointer-events: none;
}

.text_select label {
    width: 35%;
    font-family: 'MarkPro';
    font-size: 21px;
    color: #a9a9a9;
}

.text_select select {
    width: 60%;
    font-family: 'MarkPro';
    font-size: 18px;
    color: #545454;
    padding-bottom: 15px;
    padding-left: 25px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #c0c0c0;
    appearance: none;
    outline: none;
}

@media (min-width: 991px) and (max-width: 1199px) {
    .text_select select {
        padding-left: 15px;
    }
    .new_prix{
        font-size: 21px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .item_hmizate samp {
        font-size: 16px;
    }
    .new_prix,
    .old_prix {
        font-size: 18px;
    }
    .voir_hmizate a {
        padding: 10px 35px;
    }
    .text_select label {
        font-size: 19px;
    }
    .text_select select {
        padding-left: 15px;
    }
    .item_hmizate h4{
        font-size: 20px;
    }
    .link-project-list label{
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .hmizate_home .container .row:nth-of-type(1) {
        margin-bottom: 0px;
    }
    .item_hmizate {
        margin-bottom: 50px;
    }
    .text_select {
        margin-bottom: 30px;
    }
    .text_select label {
        width: unset;
        display: block;
    }
    .text_select select {
        width: 100%;
    }
    .text_select:after {
        top: 42px;
    }
    .content_hmizate .row {
        margin-bottom: 0px;
    }
    .content_hmizate .row:first-child {
        margin-bottom: 50px;
    }
    .img_hmizate {
        max-width: 380px;
    }
}
@media (max-width: 380px){
    .item_hmizate samp{
        right: 0;
    }
}

/*  List Projets  */

.content_projets {
    margin-bottom: 100px;
}

.content_projets .row {
    margin-bottom: 50px;
}

.item_projet h3 {
    font-family: 'MarkPro';
    font-size: 18px;
    color: #4e4e4e;
    margin: 0;
    overflow: hidden;
    height: 45px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
}
.voir_projet {
    margin-top: 15px;
}
.voir_projet a {
    font-family: 'MarkPro';
    font-size: 16px;
    color: #e3ba3c;
    text-decoration: underline;
}
.voir_projet a:hover {
    text-decoration: none;
}

.filter_villes{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
}
.filter_villes label{
    padding-right: 25px;
    margin: 0;
    font-family: 'MarkBold';
}
.filter_villes .select_text{
    width: 500px;
    margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px){
    .item_projet h3{
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .content_projets .row {
        margin-bottom: 0px;
    }
    .content_projets .row:first-child {
        margin-bottom: 50px;
    }
    .item_projet {
        margin-bottom: 50px;
    }
    .filter_villes label{
        margin-bottom: 10px;
    }
    .filter_villes .select_text{
        width: 400px;
    }
}
@media (max-width: 575px) {
    .filter_villes{
        display: block;
    }
    .filter_villes .select_text{
        width: 100%;
    }
}

/*  Service Client  */

.img_switcher_service {
    position: relative;
    display: flex;
    align-items: center;
}

.img_switcher_service h1 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    font-family: 'MarkPro';
    font-size: 4.5vmax;
    color: #fff;
    text-align: center;
}

.content_service_client {
    padding: 50px 0 100px;
}

.content_service_client .row {
    margin-bottom: 90px;
}

.content_service_client .row:last-child {
    margin-bottom: 0px;
}

.item_margin_top {
    margin-top: 66px;
}

.item_service_client h3 {
    font-family: 'MarkPro';
    font-size: 30px;
    color: #6d813b;
    margin-bottom: 35px;
    margin-top: 0px;
}

.item_service_client div {
    text-align: -webkit-center;
    text-align: -moz-center;
}

.item_service_client h4 {
    font-family: 'MarkBold';
    font-size: 34px;
    color: #6d813b;
    margin: 0;
    padding-left: 60px;
    position: relative;
    width: 300px;
}

.item_service_client h4:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url('../images/phone-ringing.png') no-repeat;
    width: 39px;
    height: 39px;
}

.item_service_client h5 {
    font-family: 'MarkMedium';
    font-size: 23px;
    color: #6d813b;
    margin: 0;
    text-align: center;
    line-height: 40px;
}

.item_service_client h5 span {
    display: block;
}

.item_service_client p {
    font-family: 'MarkPro';
    font-size: 18px;
    color: #626262;
    margin-bottom: 35px;
    text-align: justify;
}

.item_service_client_p {
    line-height: 35px;
    margin-bottom: 0px;
}

.item_service_client ul {
    margin-bottom: 25px;
}

.item_service_client ul:last-child {
    margin-bottom: 0px;
}

.item_service_client ul li {
    font-family: 'MarkBold';
    font-size: 17px;
    padding-bottom: 20px;
}

.item_service_client ul li:last-child {
    padding-bottom: 0px;
}

.item_service_client ul li:first-child {
    color: #deb739;
}

.item_service_client ul li:nth-of-type(2) {
    color: #535353;
}

.item_service_client ul li:nth-of-type(2) span {
    font-family: 'MarkPro';
}

.item_service_client ul li p {
    font-family: 'MarkPro';
    font-size: 14px;
}
.item_list_ville_saada{
    text-align: -webkit-left !important;
    text-align: -moz-left !important;
}
.item_list_ville_saada label{
    font-family: 'MarkBold';
    color: #deb739;
    font-size: 19px;
    padding-bottom: 20px;
    cursor: pointer;
    margin: 0;
    font-weight: unset;
    position: relative;
    display: block;
}
.item_list_ville_saada label:after{
    content: '';
    position: absolute;
    top: 10px;
    right: 30px;
    background: url('../images/arrow_02.png') no-repeat;
    width: 15px;
    height: 9px;
    transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
}
.item_list_ville_saada label[aria-expanded="true"]:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}
.item_list_ville_saada ul li{
    font-family: 'MarkMedium';
    color: #535353 !important;
    font-size: 15px;
    padding-bottom: 10px;
    padding-left: 20px;
    text-align: -webkit-left !important;
    text-align: -moz-left !important;
    position: relative;
}
.item_list_ville_saada ul li:before{
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    background: #deb739;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}
.item_list_ville_saada .collapse{
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .content_service_client .row {
        margin-bottom: 0px;
    }
    .item_service_client {
        margin-bottom: 50px;
    }
    .item_margin_top {
        margin-top: 0px;
    }
    .item_service_client h4 {
        width: 270px;
        font-size: 28px;
    }
    .item_service_client h4:before {
        top: -3px;
    }
}

/*  Espace Intérmediaires  */

.img_switcher_intermediaire{
    background: #e2dde1;
    width: 100%;
    max-height: 100%;
    text-align: -webkit-center;
    text-align: -moz-center;
}
.select_ville_interm{
    text-align: center;
    position: relative;
    margin-bottom: 80px;
}
.select_ville_interm label{
    font-family: 'MarkPro';
    font-size: 27px;
    color: #8f8f8f;
    font-weight: 100;
    padding-right: 25px;
}
.select_ville_interm select {
    width: 280px;
    font-family: 'MarkPro';
    font-size: 25px;
    color: #545454;
    padding-bottom: 15px;
    padding-left: 25px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #c0c0c0;
    appearance: none;
    outline: none;
}
.select_ville_interm div{
    display: inline-block;
    position: relative;
}
.select_ville_interm div:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 11px;
    background: url(../images/arrow_02.png) no-repeat;
    width: 15px;
    height: 9px;
    pointer-events: none;
}
.content_intermediaire h1{
    font-family: 'MarkPro';
    font-size: 28px;
    color: #6d813b;
    margin-top: 0px;
    margin-bottom: 45px;
}
.slider_projet_interm{
    margin-bottom: 80px;
}
.item_projet_interm h4{
    font-family: 'MarkBold';
    font-size: 23px;
    color: #4e4e4e;
    margin: 20px 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.item_projet_interm ul li{
    display: inline-block;
    width: 49%;
    text-align: center;
    padding: 15px 0px;
    cursor: pointer;
}
.item_projet_interm ul li:first-child{
    background: #6d813b;
}
.item_projet_interm ul li:last-child{
    background: #c9a73d;
}
.item_projet_interm ul li button,
.item_projet_interm ul li a{
    font-family: 'MarkPro';
    font-size: 15px;
    color: #fff;
    background: transparent;
    border-width: 0;
    outline: none;
}
.table_stock{
    margin-bottom: 80px;
    display: block;
}
.table_stock h2{
    font-family: 'MarkPro';
    font-size: 32px;
    color: #6d813b;
    margin-bottom: 40px;
}
.table_stock table{
    width: 100%;
}
.table_stock table thead{
    background: #6d813b;
    border-radius: 10px;
}
.table_stock table thead th{
    font-family: 'MarkPro';
    font-size: 15px;
    color: #fff;
    padding: 20px 0px;
}
.table_stock table thead th:first-child{
    padding-left: 20px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}
.table_stock table thead th:last-child{
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}
.table_stock table tbody{
    border: 1px solid #c9c9c9;
}
.table_stock table tbody tr{
    border-bottom: 1px solid #c9c9c9;
}
.table_stock table tbody td{
    padding: 30px 0px;
}
.table_stock table tbody tr:nth-child(odd){
    background-color: #f8f8f8;
}
.table_stock table tbody tr:nth-child(even){
    background-color: #f2f2f2;
}
.table_stock table tbody td:first-child,
.table_stock table tbody td:nth-of-type(2),
.table_stock table tbody td:nth-of-type(3){
    font-family: 'MarkPro';
    font-size: 16px;
    color: #545454;
}
.table_stock table tbody td:first-child{
    padding-left: 20px;
}
.table_stock table tbody td:nth-of-type(2),
.table_stock table tbody td:nth-of-type(4),
.table_stock table tbody td:nth-of-type(5){
    font-family: 'MarkBold' !important;
}
.table_stock table tbody td:nth-of-type(4),
.table_stock table tbody td:nth-of-type(5){
    color: #6d813b;
}
.table_stock table thead th:nth-of-type(5),
.table_stock table tbody td:nth-of-type(5){
    text-align: center;
}
.form_intermediaires .row{
    margin-bottom: 80px;
}
.content_intermediaire h3{
    font-family: 'MarkBold';
    font-size: 26px;
    color: #6d813b;
    margin-top: 0px;
    margin-bottom: 70px;
    position: relative;
    padding-left: 120px;
}
.content_intermediaire h3:before{
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0;
    background: #e1bf55;
    width: 100px;
    height: 6px;
}
.submit_interm button{
    background: #e1bf55;
}
.content_intermediaire p{
    font-family: 'MarkPro';
    font-size: 14px;
    color: #838383;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 80px;
}
@media (max-width: 991px){
    .form_intermediaires .row{
        margin-bottom: 0px;
    }
    .table_stock{
        overflow-x: auto;
    }
    .table_stock table thead th,
    .table_stock table tbody td{
        padding-right: 20px;
    }
}
@media (max-width: 500px){
    .select_ville_interm label{
        padding-right: 0px;
        margin-bottom: 30px;
    }
    .content_intermediaire h3{
        font-size: 20px;
        padding-left: 70px;
    }
    .content_intermediaire h3:before{
        bottom: 7px;
        width: 50px;
    }
    .table_stock h2{
        font-size: 25px;
    }
}




.sections-typeprojet{
    padding: 20px 0px;
} 
.sections-typeprojet .liste-typeprojet{
    margin-bottom: 30px;
}
/*.sections-typeprojet .liste-typeprojet div a{
    display: block;
    text-align: center;
    min-height: 130px;
    padding: 5px;
    box-shadow: #ddd 0px 0px 8px 0px;
    border-radius: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}  
.sections-typeprojet .liste-typeprojet div a:hover{
    box-shadow: unset;
    border: 1px solid #f0d46d;
}*/
.sections-typeprojet .liste-typeprojet div a{
    display: block;
    text-align: center;
    background-color: #fff;
    box-shadow: 1px 1px 6px rgb(0 0 0 / 20%);
    -webkit-transition: 0.6s all;
    -moz-transition: 0.6s all;
    -ms-transition: 0.6s all;
    -o-transition: 0.6s all;
    cursor: pointer;
    min-height: 130px;
    padding: 5px;
    border-radius: 5px;
}  
.sections-typeprojet .liste-typeprojet div a:hover{
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.4);
}

.sections-typeprojet .liste-typeprojet div a img{
    margin: 0px auto 10px;
    display: block;
}

.sections-typeprojet .liste-typeprojet div a label{ 
    font-family: 'MarkPro'; 
    text-align: center;
    color: #888894;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    cursor: pointer;
}
.sections-typeprojet .liste-typeprojet div a:hover label{
    font-family: 'MarkBold';
}
@media (max-width: 991px){
    .sections-typeprojet .liste-typeprojet div a{
        margin-bottom: 30px;
        height: 110px;
    }
    .sections-typeprojet .liste-typeprojet{
        margin-bottom: 0px;
    }
}

/*  New Nav  */


.menu_inline{
    margin-top: 20px;
    text-align: center;
    border-right: 1px solid #d7d7d7;
}
.menu_inline li{
    display: inline-grid;
    text-align: -webkit-center;
    text-align: -moz-center;
    margin-right: 100px;
    cursor: pointer;
}
.menu_inline li:last-child{
    margin-right: 0px;
}
.menu_inline li a{
    font-family: 'MarkBold';
    font-size: 12px;
    color: #555555;
}
.menu_inline li .link_menu_inline{
    width: 87px;
    line-height: 10px;
}
.lang_selected{
    margin-top: 50px;
}
.lang_selected a{
    font-family: 'MarkPro';
    font-size: 15px;
    color: #979797;
    text-transform: uppercase;
}
.lang_selected a img{
    padding-right: 10px;
}
.icon_hmizate{
    position: relative;
}
.icon_hmizate::after {
    /*
    width: 45px;
    height: 45px;
    box-sizing: border-box;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    right: 0;
    pointer-events: none;
    border: 4px solid #ea3131;
    border-radius: 50%;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-name: intervalHamburgerBorder;
    animation-name: intervalHamburgerBorder;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    */
}
@-webkit-keyframes intervalHamburgerBorder {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    80% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
    }
}
@keyframes intervalHamburgerBorder {
    0% {
        background-color: #fff;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    80% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
    }
}
/*.b{
    display: none;
    width: 100%;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 5px;
    background: #fff;
    position: absolute;
    z-index: 99;
}
.b li{
    cursor: pointer;
}
.b li:hover{
    background: #F4F3F3;
}
.open{
    display: show !important;
}
.btn-select{
    outline: none;
    background: transparent;
    border: 0;
}
.btn-select li span, .b li span{
    font-family: 'MarkPro';
    font-size: 15px;
    color: #979797;
    width: 100%;
    padding-left: 8px;
    text-transform: uppercase;
}
.btn-select li{
    list-style: none;
    float: left;
}*/
@media (min-width: 992px) and (max-width: 1199px){
    .menu_inline li{
        margin-right: 55px;
    }
    .header .col-md-1{
        padding-right: 0px;
    }
}
@media (max-width: 991px){
    .header{
        height: 185px;
        box-shadow: #0000007d 0px 0px 12px 0px;
    }
    .menu_inline{
        margin-top: 100px;
        border-right: 0px;
    }
    .lang_selected{
        display: none;
    }
}
@media (min-width: 511px) and (max-width: 720px){
    .menu_inline li{
        margin-right: 24px !important;
    }
}
@media (max-width: 510px){
    .header{
        height: 185px;
    }
    .menu_inline{
        margin-top: 100px;
        border-right: 0px;
    }
    .lang_selected{
        display: none;
    }
    .menu_inline li{
        margin-right: 20px;
        width: 60px;
    }
    .menu_inline li a{
        font-size: 10px;
    }
    .menu_inline li .link_menu_inline{
        width: unset;
    }
    .menu_inline li img{
        width: 40px;
    }
}
@media (max-width: 360px){
    .menu_inline li{
        margin-right: 12px;
    }
    .menu_inline li img{
        width: 35px;
    }
}


/*  Slider Page simulateur  */

.content_simulateur{
    margin-bottom: 80px;
}
.form_slider .block{
    margin: 50px 0;
}
.form_slider span{
    display: none;
}
.form_slider .block label{
    font-family: 'MarkBold';
    font-size: 18px;
    color: #979797;
    margin-bottom: 30px;
}
.form_slider .block .noUi-horizontal .noUi-tooltip{
    background: transparent;
    border: 0;
    font-family: 'MarkBold';
    color: #000;
    bottom: 100%;
}
.form_slider .block .noUi-target{
    background: transparent;
    border-radius: 14px;
    border: 3px solid #dee1e2;
    height: 30px;
    padding: 5px;
}
.form_slider .block .noUi-connects{
    border-radius: 14px;
}
.form_slider .block .noUi-connect{
    background: #6d813b;
}
.form_slider .block .noUi-horizontal .noUi-handle{
    width: 35px;
    height: 35px;
    background: #f9ce05;
    border-radius: 50%;
    border: 4px solid #fff;
    outline: none;
    top: -11px;
}
.form_slider .noUi-handle:after,
.form_slider .noUi-handle:before{
    display: none;
}


/*  Box Fixed  */

.box_fixed{
    position: fixed;
    top: 20%;
    right: 10px;
    z-index: 99;
}
.box_fixed button,
.box_fixed_download a{
    width: 65px;
    height: 65px;
    background: #6d813b;
    border-radius: 50%;
    border: 0;
    outline: none;
    margin-bottom: 15px;
    z-index: 9;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box_fixed button img,
.box_fixed_download a img{
    width: 50%;
}
.box_fixed_phone_text{
    font-family: 'MarkBold';
    font-size: 25px;
    color: #fff;
    height: 65px;
    width: 275px;
    padding-left: 70px;
    padding-right: 30px;
    background: #5b7028;
    opacity: 0;
    position: absolute;
    right: -240px;
    top: 0;
    transition: all .4s cubic-bezier(0.18, 0.05, 0.01, 0.76);
    -webkit-transition: all .4s cubic-bezier(0.18, 0.05, 0.01, 0.76);
    -moz-transition: all .4s cubic-bezier(0.18, 0.05, 0.01, 0.76);
}
.box_fixed_phone_text div{
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 100%;
}
.box_fixed_phone_text.animate{
    opacity: 1;
}
.box_fixed_phone{
    position: relative;
    right: 0;
    transition: all .4s cubic-bezier(0.18, 0.05, 0.01, 0.76);
    -webkit-transition: all .4s cubic-bezier(0.18, 0.05, 0.01, 0.76);
    -moz-transition: all .4s cubic-bezier(0.18, 0.05, 0.01, 0.76);
}
.box_fixed_phone.animate{
    right: 230px;
}
.box_fixed_social_content{
    position: absolute;
    top: 20%;
    left: -90px;
}
.box_fixed_social_content.animate{
    display: block;
}
.box_fixed_social_content li{
    width: 50px;
    height: 50px;
    background: #5b7028;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.box_fixed_social_content li:first-child{
    left: 60px;
}
.box_fixed_social_content li:nth-of-type(2){
    top: 45px;
    left: 20px;
}
.box_fixed_social_content li:last-child{
    top: 90px;
    left: 60px;
}
.box_fixed_social_content.animate li{
    opacity: 1;
    visibility: visible;
}
.box_fixed_social_content.animate li:first-child{
    transition: 1.2s ease;
    -webkit-transition: 1.2s ease;
    -moz-transition: opacity 1.2s ease;
    left: 40px;
}
.box_fixed_social_content.animate li:nth-of-type(2){
    transition: .8s ease;
    -webkit-transition: .8s ease;
    -moz-transition: opacity .8s ease;
    left: 0;
}
.box_fixed_social_content.animate li:last-child{
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: opacity .4s ease;
    left: 40px;
}
.box_fixed_social_content li img{
    width: 70%;
}
@media (max-width: 767px){
    .box_fixed_phone, .box_fixed_social{
        display: none;
    }
    .box_fixed {
        top: 85%;
    }
    .box_fixed button, .box_fixed_download a {
        width: 50px;
        height: 50px;
        margin-bottom: 0;
    }
}



.sections-typeprojet{
    padding:20px 0px;
} 
.sections-typeprojet .liste-typeprojet{ 
}
.sections-typeprojet .liste-typeprojet div a img{
    margin: 0px auto 10px;
    display: block;
}
.text_input{
    position: relative;
}
.text_input.obligatoir:after{
    content: "*";
    color: red;
    position:absolute;
    right: 0px;
    top: 0px;
}
samp.error{
    font-family: 'MarkMedium';
    font-size: 14px;
    color: red;
    display: block;
    padding-top: 6px;
}
.text_input input.error,
.text_input select.error,
.select_text select.error{
    border-bottom-color: red;
}
.close_contact{
    background: transparent;
    border: 0;
    position: absolute;
    right: 30px;
    line-height: 1;
}
.close_contact span{
    font-size: 25px;
}
.alert{
    position: relative;
}
.message-success{ 
    border-radius: 7px;
    border: 2px solid #6d813b;
    padding: 20px;
    text-align: center;
    color: #6d813b;
    text-transform: uppercase;
    margin: 40px auto;
}
.form_row{
    margin-bottom: 40px;
}
.input_select{
    display: block; 
    font-family: 'MarkPro';
    font-size: 18px;
    color: #aaaaaa;
    width: 100%;
    height: 50px;
    padding-left: 0px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #aaaaaa;
    outline: none;
}
.select2.select2-container {
  width: 100% !important;
}
.select2.select2-container .select2-selection {
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 34px;
  margin-bottom: 15px;
  outline: none !important;
  transition: all .15s ease-in-out;
}
.select2.select2-container .select2-selection .select2-selection__rendered {
  color: #333;
  line-height: 32px;
  padding-right: 33px;
}
.select2.select2-container .select2-selection .select2-selection__arrow {
  background: #f8f8f8;
  border-left: 1px solid #ccc;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  height: 32px;
  width: 33px;
}
.select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
  background: #f8f8f8;
}
.select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
.select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
  border: none;
}
.select2.select2-container .select2-selection--multiple {
  height: auto;
  min-height: 34px;
}
.select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
  margin-top: 0;
  height: 32px;
}
.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: block;
  padding: 0 4px;
  line-height: 29px;
}
.select2.select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 4px 4px 0 0;
  padding: 0 6px 0 22px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  position: relative;
}
.select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  margin: 0;
  text-align: center;
  color: #e74c3c;
  font-weight: bold;
  font-size: 16px;
}

.select2-container .select2-dropdown {
  background: transparent;
  border: none;
  margin-top: -5px;
}

.select2-container .select2-dropdown .select2-search {
  padding: 0;
}

.select2-container .select2-dropdown .select2-search input {
  outline: none !important;
  border: 1px solid #34495e !important;
  border-bottom: none !important;
  padding: 4px 6px !important;
}

.select2-container .select2-dropdown .select2-results {
  padding: 0;
}

.select2-container .select2-dropdown .select2-results ul {
  background: #fff;
  border: 1px solid #34495e;
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
  background-color: #3498db;
}





/* css espaces intermediaire */

.header-espaces{
    margin-bottom: 30px;
    padding:30px; 
    position: relative;  
    border: 2px solid #f7f7f9; 
}
 
.table-responsive .table>tbody>tr>td, 
.table-responsive .table>tbody>tr>th, 
.table-responsive .table>tfoot>tr>td, 
.table-responsive .table>tfoot>tr>th, 
.table-responsive .table>thead>tr>td, 
.table-responsive .table>thead>tr>th { 
    font-size: 14px;
    font-weight: 400;
} 

.dt-button.buttons-excel.buttons-html5{
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{ 
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, 
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color: #fff;
    background: #5bc0de;
    border-color: #46b8da;
}
.table td .btn{
     margin: 2px;
} 




/*  css pagination */

.section-pagination{

} 
.section-pagination .pagination{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.section-pagination .pagination li{
    display: inline-block;
    margin-left: 10px;
}
.section-pagination .pagination li:first-child{
    margin-left: 0px;
}

.section-pagination .pagination li.active{
    
}

.section-pagination .pagination li a{
    cursor: pointer !important;
    border-radius: 50% !important;
}
 
.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>li>span, 
.pagination>li>span:focus, 
.pagination>li>span:hover,
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover{
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #6d813b;
    border-color: #6d813b;
}
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover{
    pointer-events: none;
}
.pagination>li>a, .pagination>li>span{
    position: relative;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 1.42857143;
    font-family: 'MarkMedium';
    color: #878787;
    text-decoration: none;
    background-color: #fff;
    border-radius: 50%;
    border: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

/* css espaces media */

.content_media{
    padding: 50px 15px;
}
.content_media .detail-page .row{
    margin-bottom: 30px;
}
.item-media-contenu{
    
}
.item-media-contenu h4{
    
}
.item-media-contenu h4 a{
    font-family: 'MarkBold';
    color: #8d961f;
    font-size: 16px;
    text-transform: capitalize;
}
.article_style_unit{
    display: block;
    border: 4px solid #fff;
    box-shadow: 0px 0px 5px #626262;
    margin: 2px;
    position: relative;
} 
.article_style_unit img{
    display: block;
    margin: auto;
}
.article_style_spot-tv{ 
    position: relative;
}
.article_style_spot-tv a::before{ 
    display: block;
    content:  " ";
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    background: url(../images/icon-play.png) no-repeat center;
}

.article_style_annonce-presse,
.article_style_affiche-4-3{ 
    position: relative;
}
.article_style_annonce-presse a::before,
.article_style_affiche-4-3 a::before{ 
    display: block;
    content:  " ";
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    background: url(../images/icon-view.png) no-repeat center;
}
@media (max-width: 991px){
    .menu-page-left{
        margin-bottom: 30px;
    }
    .item-media-contenu{
        margin-bottom: 30px;
    }
}
@media (max-width: 767px){
    .content_media .detail-page .row{
        margin-bottom: 0px;
    }
}

/*  Pages  */

.pages{
    padding: 50px 15px;
}
.detail-page p{
    font-family: 'MarkPro';
    color: #515151;
    font-size: 16px;
    line-height: 30px;
}


/*  Mentions légales  */

.mentionegalles p{
    font-family: 'MarkPro';
    color: #515151;
    font-size: 16px;
    line-height: 30px;
}
.mentionegalles p strong{
    font-family: 'MarkBold';
    font-size: 18px;
}
.mentionegalles h3{
    font-family: 'MarkMedium';
    color: #e1bf55;
    font-size: 22px;
    position: relative;
    padding-left: 20px;
    margin: 40px 0px 20px;
}
.mentionegalles h3:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-left: 5px solid #e1bf55;
    height: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.mentionegalles ul{
    padding-left: 20px;
}
.mentionegalles ul li{
    font-family: 'MarkPro';
    color: #515151;
    font-size: 16px;
    position: relative;
    padding-left: 15px;
    padding-bottom: 5px;
}
.mentionegalles ul li:before{
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    background: #e1bf55;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}


/*  Page Recherche  */

.page_recherche{
    padding: 50px 0px 100px;
    min-height: 400px;
}

/*  Page Investissement  */

.content_investissement{
    padding: 100px 0;
}
.text_header_investissement{
    text-align: -webkit-center;
    text-align: -moz-center;
}
.text_header_investissement p{
    font-family: 'MarkPro';
    font-size: 18px;
    color: #303030;
    line-height: 40px;
    width: 80%;
}
.content_investissement .row{
    margin-top: 80px;
}
.block_text_checkbox{
    text-align: -webkit-center;
    text-align: -moz-center;
    margin-bottom: 30px;
}
.text_checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    margin-left: 10px;
    cursor: pointer;
    font-family: 'MarkPro';
    font-size: 12px;
    color: #8f8f8f;
    font-weight: 100;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1;
    max-width: 450px;
    text-align: left;
}
.text_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #f1f1f1;
}
.text_checkbox .checkmark:after {
    left: 6px;
    top: 1px;
    width: 8px;
    height: 13px;
    border: solid #6d813a;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.text_checkbox input:checked ~ .checkmark:after {
    display: block;
}
.nav_invest{
    position: relative;
    margin-top: -60px;
    z-index: 9;
}
.nav_invest .col-md-6{
    padding-left: 0px;
    padding-right: 0px;
}
.item_nav_invest{
    width: 100%;
    height: 190px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item_nav_invest div{
    display: flex;
    align-items: center;
}
.item_nav_invest.nav_equipements{
    background: #6d8040;
}
.item_nav_invest.nav_equipements.invest_selected{
    position: relative;
    z-index: 1;
}
.item_nav_invest.nav_commerces{
    background: #ffc72a;
}
.item_nav_invest.nav_equipements.invest_selected,
.item_nav_invest.nav_commerces.invest_selected{
    box-shadow: #000 0px 0px 15px;
    transform: scale(1.01);
}
.item_nav_invest span{
    display: inline-block;
}
.item_nav_invest h2{
    margin: 0;
    display: inline-block;
    padding-left: 35px;
}
.item_nav_invest h2 a{
    font-family: 'MarkBold';
    font-size: 35px;
    color: #fff;
    text-transform: capitalize;
}
.slider_commoditees{
    margin-bottom: 50px;
}
.item_commodite{
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: -ms-center;
}
.item_commodite label{
    font-family: 'MarkBold';
    font-size: 18px;
    color: #5b5b5b;
    padding-top: 15px;
}
.equipements{
    margin-top: 80px;
}
.equipements .row{
    margin-top: 0 !important;
    margin-bottom: 50px;
}
.equipements .row:last-child{
    margin-bottom: 0;
}

.item_equipement h3{
    font-family: 'MarkPro';
    font-size: 20px;
    color: #4e4e4e;
    margin-top: 0px;
    margin-bottom: 15px;
   /* position: relative;
    overflow: hidden;
    height: 45px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;*/
}
.item_equipement label{
    font-family: 'MarkMedium';
    font-size: 20px;
    color: #ffc72a;
}
@media (min-width: 992px) and (max-width: 1199px){
    .content_investissement .select_text select{
        font-size: 17px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .content_investissement .select_text select{
        font-size: 14px;
    }
    .item_nav_invest{
        height: 150px;
    }
    .item_nav_invest span img{
        width: 60px;
    }
    .item_nav_invest h2 a{
        font-size: 25px;
    }
}
@media (max-width: 991px){
    .content_investissement .row{
        margin-top: 0px;
    }
    .text_header_investissement p{
        width: unset;
    }
}
@media (max-width: 767px){
    .nav_invest{
        margin-top: 20px;
    }
    .item_nav_invest{
        height: 120px;
    }
    .item_nav_invest span img{
        width: 50px;
    }
    .item_nav_invest h2 a{
        font-size: 20px;
    }
    .equipements{
        margin-top: 50px;
    }
    .equipements .row{
        margin-bottom: 0;
    }
    .item_equipement{
        margin-bottom: 35px;
    }
}
@media (max-width: 400px){
    .text_submit button{
        width: 250px;
    }
}


/*  Contact  */

.content_contact{
    padding: 50px 0 100px;
}
.content_contact .nav-tabs{
    border-bottom: 0;
    margin-bottom: 100px;
}
.content_contact .nav-tabs>li{
    width: 33%;
    text-align: center;
}
.content_contact .nav-tabs>li a{
    font-family: 'MarkPro';
    font-size: 22px;
    color: #303030;
    padding-bottom: 20px;
}
.content_contact .nav-tabs>li a:hover{
    font-family: 'MarkBold';
}
.content_contact .nav-tabs>li.active a{
    font-family: 'MarkBold';
    border-bottom: 6px solid #6d813a;
}
.content_contact .nav-tabs>li h2{
    margin: 0;
}
/*.form_contact .text_input input{
    height: 60px;
}
.form_contact .select_text select{
    padding: 16px 0 16px 80px;
}
.form_contact .select_text:after{
    top: 20px;
}
.form_contact .select_text:before{
    top: 8px;
}*/
.no_textarea textarea{
    height: 60px !important;
    padding-top: 18px;
}
.form_contact .text_input textarea{
    height: 150px;
    resize: none;
}
.form_contact .row, .content_conventionnes .row {
    margin-top: 80px;
}
.form_contact .block_text_checkbox, .content_conventionnes .block_text_checkbox{
    margin-top: 80px;
}
.item_service_cliet h4 {
    font-family: 'MarkBold';
    font-size: 34px;
    color: #6d813b;
    margin: 0;
    padding-left: 60px;
    position: relative;
    width: 300px;
}
.icon_reclamation:before,
.icon_agences:before {
    background: url(../images/reclamation.png) no-repeat;
    width: 38px;
    height: 37px;
}
.icon_agences:before{
    background: url(../images/agence.png) no-repeat;
}
.row_contact_footer{
    margin-top: 80px;
}
.row_contact_footer .col-md-6:first-child{
    border-right: 1px solid #e9e9e9;
}
.contact_footer{
    overflow: hidden;
}
.contact_footer_left{
    display: flex;
    justify-content: flex-end;
}
.contact_footer label{
    font-family: 'MarkLight';
    font-size: 16px;
    color: #303030;
    line-height: 1;
    font-weight: unset;
    text-align: right;
    float: left;
}
.contact_footer label strong{
    font-family: 'MarkBold';
    display: block;
}
.contact_footer ul,
.contact_footer .phone_contact_footer{
    float: left;
}
.contact_footer ul li{
    display: inline-block;
    margin-left: 25px;
}
.phone_contact_footer{
    font-family: 'MarkBlack';
    font-size: 27px;
    color: #6d813a;
    margin-left: 25px;
}
.phone_contact_footer img{
    padding-right: 10px;
}
@media (max-width: 991px){
    .contact_footer{
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
    }
    .row_contact_footer .col-md-6:first-child{
        border-right: 0;
    }
}
@media (max-width: 767px){
    .content_contact .nav-tabs{
        margin-bottom: 0px;
    }
    .content_contact .nav-tabs>li{
        float: unset;
        width: 100%;
        margin-bottom: 50px;
    }
    .form_contact .row, .content_conventionnes .row{
        margin-top: 0px;
    }
    .form_contact .block_text_checkbox, .content_conventionnes .block_text_checkbox{
        margin-top: 0px;
    }
}
@media (max-width: 450px){
    .contact_footer{
        display: block;
        text-align: center;
    }
    .contact_footer label{
        margin-bottom: 20px;
        text-align: unset;
    }
    .contact_footer label, .contact_footer ul, .contact_footer .phone_contact_footer{
        float: unset;
    }
    .contact_footer ul li:first-child, .phone_contact_footer{
        margin-left: 0px;
    }
}

/* Conventionnés  */

.content_conventionnes{
    padding: 50px 0 100px;
}
.text_conventionnes{
    text-align: left;
}
.text_conventionnes p{
    width: 100%;
}
.sub_title_conventionnes{
    font-family: 'MarkBold';
    font-size: 30px;
    color: #f9ce05;
    margin-top: 40px;
    margin-bottom: 25px;
}
.text_conventionnes ul{
    padding-left: 20px;
}
.text_conventionnes ul li{
    font-family: 'MarkMedium';
    font-size: 18px;
    color: #303030;
    position: relative;
    padding-bottom: 20px;
    padding-left: 20px;
}
.text_conventionnes ul li:before{
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    background: #6d813b;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.content_conventionnes .contact_footer label{
    font-size: 18px;
    position: relative;
    top: 4px;
}
.content_conventionnes .phone_contact_footer{
    font-size: 24px;
}
.content_conventionnes .contact_footer{
    margin-top: 50px;
}

/* Page introuvable */

.content_introuvable{
    padding: 100px 0;
}
.content_introuvable .row{
    display: flex;
}
.text_introuvable{
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 75px;
}
.text_introuvable h2{
    font-family: 'MarkBold';
    font-size: 45px;
    color: #000;
    margin: 0;
    letter-spacing: -1.5px;
}
.text_introuvable h3{
    font-family: 'MarkPro';
    font-size: 25px;
    color: #000;
    margin-top: 5px;
    letter-spacing: -0.5px;
}
@media (max-width: 767px){
    .content_introuvable .row{
        display: unset;
    }
    .text_introuvable{
        padding-bottom: 50px;
        padding-left: 0;
        display: unset;
        text-align: center;
    }
}


/* Font Arabic  */

.arabic_style .hmizate_home h3 span{
    font-family: 'Shekari';
}
.arabic_style .hamburger samp, .arabic_style.contact_footer label, .arabic_style .contact_footer label,
.arabic_style .text_switcher_projet span, .arabic_style {
    font-family: 'LamaLight';
}
.arabic_style .menu_ul li a, .arabic_style .sections-typeprojet .liste-typeprojet div a label, .arabic_style .select_text select,
.arabic_style .filter_search_home h1, .arabic_style .hmizate_home h3, .arabic_style .ville_hmizate a,
.arabic_style .item_hmizate h4 a, .arabic_style .old_ptix, .arabic_style .text_block_temoin_home p, .arabic_style .text_actus h4 a,
.arabic_style .button_commerce a, .arabic_style .convention_partenaires_home li a, .arabic_style .projets_footer li a,
.arabic_style .ville_footer li a, .arabic_style .copy_right p, .arabic_style .copy_right p a, .arabic_style .item_projet h3,
.arabic_style .voir_projet a, .arabic_style .content_contact .nav-tabs>li a,
.arabic_style .text_header_investissement p, .arabic_style .text_input input, .arabic_style .text_input textarea,
.arabic_style .text_checkbox, .arabic_style .item_equipement h3, .arabic_style .detail-page p,
.arabic_style .table_stock h2, .arabic_style .menu-page-left li a, .arabic_style .table_stock table tbody td:first-child,
.arabic_style .table_stock table tbody td:nth-of-type(2), .arabic_style .table_stock table thead th,
.arabic_style .mentionegalles ul li, .arabic_style .block_left_switcher_details_projet li a, .arabic_style .bg_banner_dp h1 span,
.arabic_style .bg_banner_dp ul li a, .arabic_style .text_presentation_projet p, .arabic_style .text_presentation_projet div,
.arabic_style .plans_details_projet .nav-tabs>li>a, .arabic_style .title_mentions_projet, .arabic_style .contact_details_projet h6,
.arabic_style {
    font-family: 'LamaRegular';
}
.arabic_style .liens_utiles li a, .arabic_style .submit_filter button, .arabic_style .voir_hmizate a,
.arabic_style .titre_block_temoin_home h2, .arabic_style .titre_block_virtuel_projet h3, .arabic_style .text_block_temoin_home h3,
.arabic_style .text_block_virtuel_projet h4, .arabic_style .select_projet_3d select, .arabic_style .titre_media_home h2,
.arabic_style .text_submit button, .arabic_style .text_conventionnes ul li, .arabic_style .mentionegalles h3,
.arabic_style .text_switcher_projet label, .arabic_style .titre_presentation_projet h3, .arabic_style .text_block_virtuel_projet a,
.arabic_style samp.error, .arabic_style .item_equipement label{
    font-family: 'LamaMedium';
}
.arabic_style .menu_inline li a, .arabic_style .liens_utiles li span, .arabic_style .link-project-list label,
.arabic_style .new_prix, .arabic_style .text_finance_home h4, .arabic_style .text_finance_commerce_home h5,
.arabic_style .button_finance a, .arabic_style .nav-tabs>li.active>a, .arabic_style .nav-tabs>li.active>a:focus,
.arabic_style .nav-tabs>li.active>a:hover, .arabic_style .menu_footer li a, .arabic_style .projets_footer li,
.arabic_style .ville_footer li, .arabic_style .title_switcher, .arabic_style .filter_villes label,
.arabic_style .content_contact .nav-tabs>li.active a, .arabic_style .contact_footer label strong,
.arabic_style .item_nav_invest h2 a, .arabic_style .item_commodite label, .arabic_style .sub_title_conventionnes,
.arabic_style .phone_contact_footer, .arabic_style .item-media-contenu h4 a, .arabic_style .menu-page-left li a:hover,
.arabic_style .menu-page-left li.active a, .arabic_style .table_stock table tbody td:nth-of-type(2),
.arabic_style .table_stock table tbody td:nth-of-type(4), .arabic_style .table_stock table tbody td:nth-of-type(5),
.arabic_style .mentionegalles p strong, .arabic_style .form_slider .block label, .arabic_style .bg_banner_dp h1,
.arabic_style .lien_categorie_selected a, .arabic_style .item_slider_equipements span, .arabic_style .text_presentation_projet h4,
.arabic_style .item_mentions ul li label, .arabic_style {
    font-family: 'LamaBold';
}

.arabic_style .lien_categorie_selected a{
    font-family: 'LamaBold' !important;
}


/*  Style Arabic  */

.arabic_style .container-full .row{
    margin-left: 0;
}
.arabic_style .box_fixed_phone_text div{
    direction: ltr;
}
/*.arabic_style .owl-carousel{
    direction: ltr;
}*/
.arabic_style .mfp-counter{
    direction: ltr;
}

/*  header  */

.arabic_style .header .row .col-md-2:last-child{
    padding-right: 15px;
    padding-left: 0;
}
.arabic_style .hamburger{
    float: left;
}
.arabic_style .menu_inline{
    border-right: 0;
    border-left: 1px solid #d7d7d7;
}
.arabic_style .menu_inline li{
    margin-left: 100px;
    margin-right: 0;
}
.arabic_style .menu_inline li:last-child{
    margin-left: 0;
}
.arabic_style .lang_selected a img{
    padding-left: 10px;
    padding-right: 0;
}
.arabic_style .liens_utiles li span{
    padding-right: 0;
    padding-left: 20px;
}
.arabic_style .social_media li:first-child{
    margin-right: 0;
}
.arabic_style .social_media li:last-child{
    margin-right: 30px;
}
.arabic_style .phone_menu{
    padding-right: 70px;
    padding-left: unset;
    direction: ltr;
    text-align: right;
}
.arabic_style .phone:before{
    left: unset;
    right: 0;
}
.arabic_style .icons_mobile ul{
    direction: ltr;
}
@media (min-width: 992px) and (max-width: 1199px){
    .arabic_style .menu_inline li {
        margin-left: 55px;
    }
}
@media (max-width: 991px){
    .arabic_style .menu_inline {
        border-left: 0;
    }
}
@media (min-width: 511px) and (max-width: 720px){
    .arabic_style .menu_inline li {
        margin-left: 24px !important;
        margin-right: 0 !important;
    }
}
@media (max-width: 510px){
    .arabic_style .menu_inline li {
        margin-left: 12px !important;
    }
}

/*  Partenaires  */

.arabic_style .select_text select{
    padding: 15px 80px 15px 0;
}
.arabic_style .select_text:before{
    left: unset;
    right: 22px;
}
.arabic_style .select_text:after{
    right: unset;
    left: 20px;
}

/*  Block virtuel  */

.arabic_style .titre_block_temoin_home h2, .arabic_style .titre_block_virtuel_projet h3{
    padding-left: 30px;
    padding-right: 0;
}
.arabic_style .select_projet_3d:after{
    left: 12px;
    right: unset;
}
.arabic_style .select_projet_3d select{
    padding-right: 10px;
}

/*  Actus Home  */

.arabic_style .titre_media_home h2{
    padding-right: 0;
    padding-left: 30px;
}
.arabic_style .slider_media .owl-stage{
    padding-left: 50px !important;
    padding-right: 0px !important;
}

/*  Block Finance & Commerce home  */

.arabic_style .text_finance_home{
    text-align: -webkit-left;
    text-align: -moz-left;
    text-align: -ms-left;
    text-align: -o-left;
} 
/*.arabic_style .img_finance, .arabic_style .img_commerce{
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
.arabic_style .img_finance{
    left: unset;
    right: 0;
}
.arabic_style .img_commerce{
    left: 0;
    right: unset;
}*/

/*  Footer  */

.arabic_style .logo_footer ul li:last-child{
    margin-right: 30px;
}
.arabic_style .logo_footer ul li:first-child{
    margin-right: 0;
}

/*  Les formulaires  */

.arabic_style .text_checkbox{
    text-align: right;
    padding-left: 0;
    padding-right: 35px;
}
.arabic_style .checkmark{
    left: unset;
    right: 0;
}
.arabic_style .text_input input, .arabic_style .text_input textarea{
    padding-left: 0;
    padding-right: 18px;
}
.arabic_style .error{
    text-align: right;
}
.arabic_style .text_conventionnes p, .arabic_style .sub_title_conventionnes, .arabic_style .text_conventionnes ul{
    text-align: right;
}
.arabic_style .text_conventionnes ul li{
    padding-left: 0;
    padding-right: 20px;
}
.arabic_style .text_conventionnes ul li:before{
    right: 0;
    left: unset;
}
.arabic_style .row_contact_footer{
    direction: ltr;
}

/*   Qui sommes-nous  */

.arabic_style .menu-page-left li a{
    border-left: 0;
    border-right: 2px solid #deb739;
    padding: 10px 10px 10px 0px;
}

/*  Service client  */

.arabic_style .item_service_client h4{
    direction: ltr;
}
.arabic_style .item_list_ville_saada label{
    text-align: right;
}
.arabic_style .item_list_ville_saada label:after{
    right: unset;
    left: 30px;
}
.arabic_style .item_list_ville_saada ul li{
    text-align: right !important;
    padding-left: 0;
    padding-right: 20px;
}
.arabic_style .item_list_ville_saada ul li:before{
    left: unset;
    right: 0;
}

/*  Détails Projet  */

.arabic_style .bg_banner_dp ul{
    text-align: left;
}
.arabic_style .bg_banner_dp ul li:first-child{
    margin-left: 30px;
}
.arabic_style .bg_banner_dp ul li:last-child{
    margin-left: 0;
}
.arabic_style .titre_presentation_projet h3{
    padding-left: 30px;
    padding-right: 0;
}
.arabic_style .item_mentions ul li label{
    padding-left: 0;
    padding-right: 25px;
}
.arabic_style .contact_details_projet h6{
    padding-left: 0;
    padding-right: 150px;
}
.arabic_style .contact_details_projet h6:before{
    left: unset;
    right: 0;
}
.arabic_style .filter_villes label{
    padding-right: 0;
    padding-left: 25px;
}

.arabic_style .plans_details_projet .nav-tabs>li{
    margin-right: 0;
    margin-left: 80px;
}
.arabic_style .plans_details_projet .nav-tabs>li:last-child{
    margin-left: 0;
}
.arabic_style .prix li{
    margin-left: 15px;
    margin-right: 0;
    direction: ltr;
}
.arabic_style .prix li:last-child{
    margin-left: 0;
}
.arabic_style .item_projet h3{
    direction: ltr;
    text-align: right;
}
.arabic_style .text_switcher_projet label{
    direction: ltr;
}

/*  Espace Intermédiaire  */

.arabic_style .table_stock table thead th:first-child{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    padding-left: 0;
    padding-right: 20px;
}
.arabic_style .table_stock table thead th:last-child{
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.arabic_style .table_stock table tbody td:first-child{
    padding-left: 0;
    padding-right: 20px;
}

/*  Page contenu  */

.arabic_style .mentionegalles h3{
    padding-left: 0;
    padding-right: 20px;
}
.arabic_style .mentionegalles h3:before{
    right: 0;
    left: unset;
}
.arabic_style .mentionegalles ul li{
    padding-left: 0;
    padding-right: 15px;
}
.arabic_style .mentionegalles ul li:before{
    right: 0;
    left: unset;
}

/*  Simulateur  */

.arabic_style .noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    right: -17px;
    left: auto;
}
.arabic_style .noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    right: 0;
    left: auto;
}



.arabic_style .item_equipement label{
    direction: ltr;
}






label.soldout {
    position: absolute;
    background: #8a0909;
    z-index: 9999999;
    right: 0px;
    padding: 10px 30px;
    color: #fff;
    border-radius: 7px;
}