@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: 'MarkMedium';
    src: url('../fonts/MarkPro-Medium.woff2') format('woff2'), url('../fonts/MarkPro-Medium.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: 'MarkLight';
    src: url('../fonts/MarkPro-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MarkProHeavyItalic';
    src: url('../fonts/MarkPro-HeavyItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RageItalic';
    src: url('../fonts/Rage-Italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Markthin';
    src: url('../fonts/MARKPRO-THIN.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MarkBook';
    src: url('../fonts/MarkPro-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SECRETRECIPE';
    src: url('../fonts/SECRET RECIPE.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CooperBlack';
    src: url('../fonts/CooperBlackStd.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MansoryMedium';
    src: url('../fonts/Mansory-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MansoryRegular';
    src: url('../fonts/Mansory-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AllisonScript';
    src: url('../fonts/Allison_Script.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MarkProExtraLight';
    src: url('../fonts/MarkPro-ExtraLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ARGUE';
    src: url('../fonts/ARGUE.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BetterYesterday';
    src: url('../fonts/BetterYesterday.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

::-webkit-scrollbar {
    width: 10px;
}


/* Track */

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #385c8c;
    border-radius: 0px;
    background-color: #385c8c;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #d4b676;
    border-radius: 10px;
    cursor: pointer;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #d4b676;
    cursor: pointer;
}

body {
    color: #515151;
    font-family: 'Oxygen';
    font-size: 16px;
}

* {
    margin: 0px;
    padding: 0px;
}

p {
    font-family: 'Oxygen';
    font-size: 18px;
}

ul {
    list-style: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

.mfp-bottom-bar {
    display: none;
}


/*  Header  */

.header {
    position: absolute;
    left: 0;
    right: 0;
    padding: 19px 0px;
    height: 150px;
    z-index: 9;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo img {
    max-width: 31%;
}

.logo a {
    text-align: center;
}

.search_icon img {
    margin-right: 20px;
    TRANSFORM: scale(.8);
}

.search_icon {
    background-color: #303960;
    padding: 10px 25px;
    display: flex;
    border-radius: 50px;
    align-items: center;
}

.search_icon_mb {
    display: none;
}

.search_icon_dt {
    display: flex;
}

.search_icon label {
    font-family: 'MarkBold';
    font-size: 9px;
    color: #fff;
}

.search_icon a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.search_icon label span {
    font-family: 'MarkBold';
    font-size: 15px;
    display: block;
}

.row_menu {
    background: #286899;
    position: relative;
    height: 70px;
    margin-right: 0px;
    margin-left: 0px;
}

.input_search {
    position: relative;
    margin-top: 11px;
}

.input_search input {
    width: 100%;
    height: 38px;
    font-family: 'MarkPro';
    font-size: 15px;
    color: #77c4ff;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #77c4ff;
    outline: none;
}

.input_search input::placeholder {
    font-size: 15px;
    color: #77c4ff;
}

.input_search button {
    background: transparent;
    outline: none;
    border: 0;
    position: absolute;
    right: 20px;
    top: 3px;
}

.menu .row a {
    font-family: 'MarkPro';
    font-size: 15px;
    color: #fff;
}

.contact_menu,
.esp_client_menu,
.invest_menu {
    position: relative;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.contact_menu a,
.esp_client_menu a,
.invest_menu a {
    position: relative;
    padding-left: 50px;
}

.menu_ul {
    position: relative;
    background: #ecebeb;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu_ul ul {
    padding: 0;
}

.menu_ul ul li {
    position: relative;
    display: inline-block;
    margin-left: 60px;
    text-align: center;
}

.menu_ul ul li:first-child {
    margin-left: 0px;
}

.menu_ul ul li a {
    font-family: 'MansoryRegular';
    font-size: 38px;
    color: #2f2f2f;
    position: relative;
}

.menu_ul ul li:hover .dropdown-menu {
    display: block !important;
}

.menu_ul ul li a:after {
    background: none repeat scroll 0 0 transparent;
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 3px;
    bottom: -5px;
    left: 50%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #fff;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
}

.menu_ul ul li.active a:after,
.menu_ul ul li a:hover:after {
    width: 100% !important;
    left: 0 !important;
}

.menu_global {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d4b676;
    overflow-y: auto;
    transition: .4s ease;
    border-radius: 0;
    -webkit-transition: .4s ease;
    -moz-transition: left .4s ease;
    width: 350px;
}

.menu_global.show_menu {
    z-index: 999;
    left: 0px;
}

.menu_global.hide_menu {
    left: -100%;
}

.header .servece_client {
    display: flex;
    justify-content: flex-end;
}

.menu_ul .menu_ul_sous_menu li a {
    font-size: 21px;
    color: #ffffffbf;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .menu_ul ul li {
        margin-left: 35px;
    }
}

.hamburger {
    position: absolute;
    width: 38px;
    height: 40px;
    cursor: pointer;
    display: block;
    top: -73px;
    bottom: 0;
    margin: auto;
}

.hamburger button {
    background: transparent;
    border: 0;
    outline: none;
}

.hamburger.animate samp {
    display: none;
}

.hamburger p {
    font-size: 10px;
    color: #fff;
    font-family: 'MarkLight';
    margin-top: 25px;
}

.hamburger.animate {
    position: fixed;
    background: #ae8d45;
    width: 50px;
    border-radius: 50%;
    z-index: 9999;
    display: flex;
    padding: 25px 20px;
    left: 15px;
    align-content: center;
    justify-content: center;
    transition: left 0.8s ease 0s;
    top: 15px;
    bottom: auto;
    text-align: center;
}

.bar,
.bar:after,
.bar:before {
    height: 3px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.bar {
    transform: translateY(25px);
    background: #fff;
    transition: all 0ms 300ms;
    position: absolute;
    top: 0;
    width: 22px;
}

.bar.animate {
    background: rgba(255, 255, 255, 0);
}

.bar:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 11px;
    background: #fff;
    width: 45px;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 45px;
    background: #fff;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:after,
.bar.animate:before {
    background: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    left: 0px;
    width: 33px;
    height: 3px;
}

.bar.animate:after {
    top: 0;
    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);
}

.bar.animate:before {
    bottom: 0px;
    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);
}

.menu {
    width: 100%;
}

.menu_ul,
.menu .row {
    height: unset;
    background: transparent;
}

.menu_ul ul li {
    display: block;
    margin-left: 0px;
    padding-top: 20px;
    text-align: center;
}

.menu_ul ul li a {
    color: #fff;
    font-size: 38px;
    text-decoration: none;
}

.menu_global .dropdown-menu {
    left: 0 !important;
}

.menu_global .dropdown-menu>li:first-child:before {
    border-top: 6px solid #286899 !important;
}

.menu_header {
    display: block;
}

.menu_header ul li a {
    font-family: 'MarkBold';
    color: #fff;
    font-size: 17px;
}

.menu_header ul li:last-child a {
    border: solid 1px #fff;
    font-size: 13px;
    border-radius: 25px;
}

.menu_header ul li:last-child a:hover {
    border: solid 1px #fff;
    font-size: 13px;
    border-radius: 25px;
}

.menu_header ul li a:hover {
    font-family: 'MarkBold';
    color: #fff;
    font-size: 17px;
}

.menu_header ul li a img {
    margin-right: 10px;
}

@media (max-width: 1400px) {

    .menu_header ul li a,
    .menu_header ul li a:hover {
        font-family: 'MarkBold';
        color: #fff;
        font-size: 14px;
    }
}

@media (max-width: 1200px) {

    .menu_header ul li a,
    .menu_header ul li a:hover {
        font-family: 'MarkBold';
        color: #fff;
        font-size: 14px;
        padding: 10px !important;
    }

    .menu_global {
        width: 350px;
    }
}

@media (max-width: 991px) {
    .menu_header {
        display: none;
    }
}

@media (max-width: 767px) {
    .marques_home {
        top: unset !important;
    }

    .menu_global {
        width: 90%;
        max-width: 90%;
    }

    .hamburger.animate {
        left: 15px;
    }

    .search_icon_dt {
        display: none;
    }

    .search_icon_mb {
        display: block;
    }
}

.title_home {
    position: relative;
    display: flex;
    height: 650px;
}

.title_home .container {
    padding-left: 8%;
    position: relative;
    top: 160px;
}

.title_home p a,
.title_home p a:hover {
    border: solid 2px #d4b676;
    color: #fff;
    padding: 30px 91px 30px 40px;
    border-radius: 50px;
    bottom: 0;
    position: absolute;
    font-size: 18px;
    font-family: 'MarkBold';
    text-decoration: none;
    left: 219px;
}

.title_home p a img {
    position: absolute;
    top: 0;
    margin: auto;
    bottom: 0;
    right: 20px;
    transform: scale(.8);
}

.title_home h2 {
    font-family: 'BetterYesterday';
    color: #fff;
    font-size: 120px;
}

.title_home h3 {
    font-family: 'MarkMedium';
    color: #fff;
    font-size: 55px;
    max-width: 80vw;
    position: relative;
    left: -4px;
    min-height: 150px;
    display: flex;
    align-items: center;
}

.title_home p,
.title_page p {
    font-family: 'MarkLight';
    color: #fff;
    font-size: 30px;
    line-height: 1;
    margin-top: 40px;
    position: relative;
}

.title_home p span,
.title_page p span {
    display: block;
    font-family: 'MarkBold';
}

.nos_item_header_home.owl-carousel .owl-nav button.owl-next,
.nos_item_header_home.owl-carousel .owl-nav button.owl-prev,
.nos_item_header_home.owl-carousel button.owl-dot {
    background: 0 0;
    color: #fff;
    border: #fff solid 2px !important;
    padding: 20px 55px !important;
    border-radius: 94px;
    font: inherit;
    outline: none;
    position: absolute;
    right: 0;
    bottom: 45%;
    transform: scale(.5);
}

.nos_item_header_home.owl-carousel .owl-nav button.owl-next {
    font-size: 66px;
    font-family: 'ARGUE';
}

.nos_item_header_home.owl-carousel .owl-nav button.owl-prev {
    left: 0;
    right: auto;
    font-size: 66px;
    font-family: 'ARGUE';
}

.footer .container .text-center a img {
    margin: 60px 0;
    max-width: 220px;
}

.menu_footer ul li a,
.menu_footer ul li a:hover {
    font-family: 'MarkMedium';
    color: #464646;
    font-size: 18px;
}

.media {
    margin: 50px auto;
}

.media ul li a,
.media ul li a:hover {
    font-family: 'MarkMedium';
    color: #858585;
    font-size: 16px;
}

.convaincus_home h3 {
    color: #ddcebd;
    font-size: 68px;
    font-family: 'MarkPro';
}

.convaincus_home h4 {
    color: #535353;
    font-size: 57px;
    font-family: 'MarkPro';
    margin-bottom: 99px;
}

.convaincus_home h4 span {
    display: block;
}

.convaincus_home a,
.text_of_img a:hover {
    text-decoration: none;
    padding: 15px 45px;
    font-family: 'MansoryMedium';
    color: #ddcebd;
    background: #97706d;
}

@media (max-width: 1400px) {
    .text_of_img {
        right: 6px;
        top: 167px;
    }

    .text_of_img h2 {
        font-size: 189px;
    }

    .title_home h2 {
        max-width: 60vw;
    }
}

@media (max-width: 1200px) {
    .text_of_img {
        right: 6px;
        top: 167px;
    }

    .text_of_img h2 {
        font-size: 156px;
    }

    .title_home h2 {
        font-size: 95px;
    }

    .title_home h3 { 
        font-size: 44px;
    }
}

@media (max-width: 992px) {
    .title_home h2 {
        font-size: 80px;
    }

    .nos_item_header_home.owl-carousel .owl-nav button.owl-next,
    .nos_item_header_home.owl-carousel .owl-nav button.owl-prev,
    .nos_item_header_home.owl-carousel button.owl-dot {
        bottom: 0;
    }

    .evenements_home h2 {
        font-size: 73px;
        padding: 0 0;
    }

    .text_of_img {
        right: 6px;
        top: 107px;
    }

    .text_of_img h2 {
        font-size: 114px;
    }

    .text_of_img {
        position: relative;
        right: auto;
        top: auto;
        text-align: center;
    }

    .text_of_img h2 {
        font-size: 71px;
        text-align: center;
        margin: 24px 0;
    }

    .text_of_img h2 span {
        color: #785637;
    }

    .text_of_img a,
    .text_of_img a:hover {
        position: relative;
        right: auto;
    }

    .title_home h3 {
        max-width: max-content;
        font-size: 34px;
    }

    .menu_footer ul li a,
    .menu_footer ul li a:hover {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .service_home {
        top: -82px;
    }

    .title_home h2 {
        font-size: 74px;
    }

    .service_home h2 {
        font-size: 80px;
    }

    .evenements_home h2 {
        font-size: 51px;
        padding: 0 0;
    }

    .evenements_home p {
        font-size: 17px;
    }

    .footer .container .text-center a img {
        margin: 25px 0;
        width: 180px;
    }

    .title_home h3 {
        font-size: 25px;
        min-height: 90px;
    }

    .menu_footer ul li a,
    .menu_footer ul li a:hover {
        font-size: 19px;
    }

    .media ul li a,
    .media ul li a:hover {
        font-size: 17px;
    }
}

@media (max-width:576px) {
    .text_of_img h2 {
        font-size: 62px;
        margin: 24px 0;
    }

    .service_home {
        top: -30px;
    }

    .title_home h3 {
        font-size: 18px;
        min-height: 40px;
    }

    .title_home h2 {
        font-size: 49px;
        max-width: 100vw;
    }

    .title_home {
        padding-top: 0px;
        padding-bottom: 200px;
        background-position: center !important;
        height: 550px;
    }

    .title_home img {
        bottom: 69px;
    }

    .menu_ul ul li a {
        font-size: 21px;
    }

    .menu_footer ul li a,
    .menu_footer ul li a:hover {
        font-size: 18px;
    }

    .media ul li a,
    .media ul li a:hover {
        font-size: 16px;
    }

    .logo a {
        text-align: center;
    }

    .logo a img {
        width: 59%;
    }

    .hamburger p {
        font-size: 12px;
    }

    .hamburger {
        top: -67px;
    }

    .bar {
        width: 18px;
    }

    .bar:before,
    .bar:after {
        width: 34px;
    }

    .bar.animate:before,
    .bar.animate:after {
        width: 33px;
        left: 3px;
    }
}

.title_page {
    position: relative;
    padding-top: 0px;
    height: 600px;
}

.title_page .container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title_page h1 {
    font-family: 'MarkBold';
    color: #fff;
    font-size: 5vmax;
    width: 100%;
}

.title_page h1 span {
    display: block;
}

.title_page img {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 103px;
}

@media (max-width: 992px) {}

@media (max-width: 768px) {}

@media (max-width:576px) {
    .title_page h2 {
        font-size: 90px;
    }

    .title_page h1 {
        justify-content: flex-start;
    }

    .title_page {
        background-position: center !important;
        height: 60vh;
    }

    .title_page img {
        bottom: 69px;
    }

    .title_home p,
    .title_page p {
        font-size: 22px;
    }
}


/* ************************* elevenmedia  ********************** */

.sub_footer img {
    margin-left: 5px;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    display: inline-block;
}

.sub_footer img:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}


/* *************************** miftah_creation block ******************** */

.miftah_creation {
    margin: 100px 0;
    text-align: center;
}

.miftah_creation h1 {
    font-size: 70px;
    font-family: 'BetterYesterday';
    color: #d4b676;
    margin-bottom: 30px;
}

.miftah_creation h4 {
    font-size: 41px;
    font-family: 'MarkMedium';
    color: #202020;
    margin-bottom: 30px;
}

.miftah_creation p {
    font-size: 21px;
    font-family: 'MarkPro';
    color: #606060;
    margin-bottom: 120px;
}

.miftah_creation a,
.miftah_creation a:hover {
    font-size: 21px;
    text-decoration: none;
    font-family: 'MarkMedium';
    color: #d4b676;
    z-index: 99;
    position: relative;
    padding: 30px 25px;
    border: 1px solid #d4b676;
}

.miftah_creation_b_img img {
    width: 100%;
    position: relative;
    margin-top: -283px;
}

.miftah_creation p a,
.miftah_creation p a:hover {
    padding: 0;
    color: #606060;
    border: none;
}


/* ********************************* projets_home ********************************** */

.projets_home .container {
    position: relative;
    margin-top: -136px;
}

.projets_home h2 {
    font-size: 136px;
    font-family: 'MarkThin';
    color: #fff;
    position: absolute;
    top: -156px;
    left: -2px;
    z-index: 10;
}

.nos_slider_prodect_home.owl-carousel .owl-nav button.owl-next,
.nos_slider_prodect_home.owl-carousel .owl-nav button.owl-prev,
.nos_slider_prodect_home.owl-carousel button.owl-dot {
    background: 0 0;
    color: #fff;
    border: #fff solid 1px !important;
    padding: 25px 45px !important;
    font: inherit;
    outline: none;
    position: absolute;
}

.nos_slider_prodect_home.owl-carousel .owl-nav button.owl-next {
    top: -107px;
    right: 0;
}

.nos_slider_prodect_home.owl-carousel .owl-nav button.owl-prev {
    right: 147px;
    top: -107px;
}

.item_slider_prodect_home {
    position: relative;
}

.text_slider_prodect {
    position: absolute;
    top: 38%;
    width: 100%;
    text-align: center;
}

.text_slider_prodect h3 {
    color: #fff;
    font-size: 56px;
    font-family: 'MarkMedium';
    margin-bottom: 40px;
}

.text_slider_prodect label {
    color: #fff;
    font-size: 44px;
    font-family: 'BetterYesterday';
    display: block;
    margin-bottom: 46px;
}

.text_slider_prodect a,
.text_slider_prodect a:hover {
    margin-top: 25px;
    color: #fff;
    font-family: 'MarkMedium';
    background: #d4b676;
    padding: 25px 35px;
    font-size: 23px;
    text-decoration: none;
}

.un_cadre_de_vie_inegale {
    background: #d4b676;
    margin-top: -100px;
    padding: 200px 0 50px 0;
}

.un_cadre_de_vie_inegale h3 {
    color: #fff;
    font-size: 66px;
    font-family: 'MarkProExtraLight';
    margin-bottom: 40px;
    max-width: 371px;
}

.un_cadre_de_vie_inegale p {
    color: #fff;
    font-size: 17px;
    font-family: 'MarkPro';
    margin-bottom: 40px;
}

.un_cadre_de_vie_inegale a,
.un_cadre_de_vie_inegale a:hover {
    color: #fff;
    font-size: 17px;
    font-family: 'MarkBold';
    margin-bottom: 40px;
    text-decoration: none;
}

.un_cadre_de_vie_inegale img {
    margin-left: 25px;
}

.item_un_cadre_de_vie_inegale {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 50px;
    justify-content: space-around;
}

.item_un_cadre_de_vie_inegale img {
    margin: 0px;
}

.item_un_cadre_de_vie_inegale label {
    color: #fff;
    font-size: 18px;
    font-family: 'MarkMedium';
    text-align: center;
    max-width: 80%;
}

.contact_block {
    position: relative;
    margin-top: -115px;
    height: 900px;
    width: 100%;
    background: url(../images/block_contact_bg.png) no-repeat;
    background-size: cover;
}

.contact_block .block_contact_bg {
    width: 100%;
}

.contact_block_form {
    position: absolute;
    top: 0;
    right: 10%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact_block_form h3 {
    color: #29304c;
    font-size: 46px;
    font-family: 'MarkProExtraLight';
    margin-bottom: 40px;
}

.contact_block_form h3 span {
    display: block;
    font-size: 46px;
    font-family: 'MarkMedium';
}

.input_wedget {
    margin: 30px 0;
}

.contact_block_form input,
.contact_block_form button {
    display: block;
    width: 100%;
    border: none;
    border-radius: 25px;
    font-family: 'MarkPro';
    padding: 15px 35px;
}

.contact_block_form input::placeholder {
    color: #828282;
    font-size: 22px;
    font-family: 'MarkPro';
}

.contact_block_form button {
    color: #fff;
    font-size: 18px;
    font-family: 'MarkBold';
    background: #29304c;
    border-radius: 33px;
}

.item_nos_confironce_home {
    display: flex;
    justify-content: center;
}


/* ********************************* projets_apropos ********************************** */

.projets_apropos .container {
    position: relative;
    margin-top: 0px;
}

.projets_apropos h2 {
    font-family: 'MarkThin';
    color: #d4b676;
    font-size: 67px;
}

.projets_apropos h2 strong {
    font-size: 55px;
    font-family: 'MarkLight';
    display: block;
}

.nos_slider_projets_apropos.owl-carousel .owl-nav button.owl-next,
.nos_slider_projets_apropos.owl-carousel .owl-nav button.owl-prev,
.nos_slider_projets_apropos.owl-carousel button.owl-dot {
    background: 0 0;
    color: #c5c5c5;
    border: #c5c5c5 solid 1px !important;
    padding: 25px 45px !important;
    font: inherit;
    outline: none;
    position: absolute;
}

.nos_slider_projets_apropos.owl-carousel .owl-nav button.owl-next {
    top: -107px;
    right: 0;
}

.nos_slider_projets_apropos.owl-carousel .owl-nav button.owl-prev {
    right: 147px;
    top: -107px;
}

.item_slider_projets_apropos {
    position: relative;
}

.text_slider_prodect {
    position: absolute;
    top: 38%;
    width: 100%;
    text-align: center;
}

.text_slider_prodect h3 {
    color: #fff;
    font-size: 56px;
    font-family: 'MarkMedium';
    margin-bottom: 40px;
}

.text_slider_prodect label {
    color: #fff;
    font-size: 44px;
    font-family: 'BetterYesterday';
}

.un_cadre_de_vie_inegale_apropos {
    background: #d4b676;
    margin-top: -100px;
    padding: 200px 0 50px 0;
}

.un_cadre_de_vie_inegale_apropos p {
    color: #fff;
    font-size: 17px;
    font-family: 'MarkPro';
    margin-bottom: 40px;
    text-align: center;
}


/* *************************** projects_page  ******************** */

.miftah_creation_projects_page {
    margin: 70px 0;
    text-align: center;
}

.miftah_creation_projects_page h3 {
    font-size: 42px;
    font-family: 'MarkMedium';
    color: #202020;
    margin-bottom: 30px;
}

.miftah_creation_projects_page h3 strong {
    color: #d4b676;
    display: block;
}

.miftah_creation_projects_page p {
    font-size: 23px;
    font-family: 'MarkPro';
    color: #606060;
    margin-bottom: 30px;
}

.miftah_creation_projects_page h4 {
    font-size: 48px;
    font-family: 'BetterYesterday';
    color: #d4b676;
    margin-bottom: 30px;
}

.miftah_creation_projects_page h4 strong {
    font-size: 29px;
    font-family: 'MarkMedium';
    color: #202020;
    display: block;
}

.miftah_creation_projects_page a,
.miftah_creation_projects_page a:hover {
    font-size: 23px;
    text-decoration: none;
    font-family: 'MarkMedium';
    color: #d4b676;
    padding: 30px 25px;
    border: 1px solid #d4b676;
}

.miftah_creation_projects_page_b_img img {
    width: 100%;
    position: relative;
    margin-top: -283px;
}


/* ********************************* projets_page_projet ********************************** */

.projets_page_projet .container {
    position: relative;
    margin-top: 0px;
}

.projets_page_projet h2 {
    font-family: 'MarkThin';
    color: #29304c;
    font-size: 108px;
}

.nos_slider_projets_page_projet.owl-carousel .owl-nav button.owl-next,
.nos_slider_projets_page_projet.owl-carousel .owl-nav button.owl-prev,
.nos_slider_projets_page_projet.owl-carousel button.owl-dot {
    background: 0 0;
    color: #c5c5c5;
    border: #c5c5c5 solid 1px !important;
    padding: 25px 45px !important;
    font: inherit;
    outline: none;
    position: absolute;
}

.nos_slider_projets_page_projet.owl-carousel .owl-nav button.owl-next {
    top: -107px;
    right: 0;
}

.nos_slider_projets_page_projet.owl-carousel .owl-nav button.owl-prev {
    right: 147px;
    top: -107px;
}

.nos_slider_projets_page_projet .owl-stage {
    padding-left: 0 !important;
}

.item_slider_projets_page_projet {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item_slider_projets_page_projet .video {
    position: relative;
}

.item_slider_projets_page_projet .video::after {
    position: absolute;
    content: "";
    width: 177px;
    height: 177px;
    right: 0;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background: url(../images/play.png) no-repeat;
    bottom: 0;
    margin: auto;
}


/* ---------- details mediatheque Page -----------*/

.item_media::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 50%) 100%);
    pointer-events: none;
}

.item_media a:last-child {
    position: absolute;
    right: 0;
    left: 0;
    top: 40%;
    text-align: center;
    margin: 0 auto;
}


/* ************************************ page infos ***************************************** */

.infos_block {
    margin: 70px 0 50px 0;
}

.infos_block p {
    font-size: 23px;
    color: #606060;
    font-family: 'MarkPro';
    text-align: center;
    line-height: 50px;
    margin-bottom: 40px;
}

.infos_block p strong {
    font-family: 'MarkMedium';
}

.infos_block img {
    margin-bottom: 30px;
}

.infos_block ul {
    list-style: none;
    margin-bottom: 40px;
}

.infos_block h3 {
    font-size: 30px;
    color: #29304c;
    font-family: 'MarkMedium';
    margin-bottom: 30px;
}

.infos_block ul li {
    font-size: 23px;
    color: #606060;
    font-family: 'MarkPro';
    margin-bottom: 25px;
    display: block;
    position: relative;
    padding-left: 25px;
}

.infos_block ul li::after {
    content: '';
    background: url(../images/forme1copie31.png) no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: -33px;
}


/* ********************** page list des projt **************************************** */

.aujourd_hui {
    margin: 70px 0 0 0;
}

.aujourd_hui h3 {
    font-size: 47px;
    font-family: 'MarkProExtraLight';
    color: #202020;
    margin-bottom: 50px;
}

.aujourd_hui h3 strong {
    display: block;
    font-family: 'MarkMedium';
}

.aujourd_hui p {
    font-size: 14px;
    font-family: 'MarkBook';
    color: #606060;
    margin-bottom: 30px;
    padding: 0 50px;
    position: relative;
}

.aujourd_hui p strong {
    font-family: 'MarkMedium';
}

.aujourd_hui p::after {
    content: '';
    background: url(../images/forme1copie31.png) no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
}

.nos_slider_page_projets.owl-carousel .owl-nav button.owl-next,
.nos_slider_page_projets.owl-carousel .owl-nav button.owl-prev,
.nos_slider_page_projets.owl-carousel button.owl-dot {
    background: 0 0;
    color: #c5c5c5;
    border: #c5c5c5 solid 1px !important;
    padding: 25px 45px !important;
    font: inherit;
    outline: none;
    position: absolute;
}

.nos_slider_page_projets.owl-carousel .owl-nav button.owl-next {
    top: -107px;
    right: 0;
}

.nos_slider_page_projets.owl-carousel .owl-nav button.owl-prev {
    right: 147px;
    top: -107px;
}

.slider_page_projets h2 {
    font-size: 140px;
    font-family: 'MarkThin';
    color: #d4b676;
    position: relative;
    top: 77px;
    left: -16px;
    z-index: 1111;
    display: inline;
}

.item_popup_slider_model .img-fluid {
    max-height: 45vh;
}


/*  Contact  */

.content_page {
    margin: 80px 0;
}

.text_select,
.text_input {
    margin-bottom: 50px;
}

.text_input input,
.text_input input::placeholder,
.text_input textarea {
    width: 100%;
    height: 71px;
    font-family: 'MarkPro';
    font-size: 14px;
    color: #737373;
    padding-bottom: 0px;
    border: 0;
    padding-left: 15px;
    background: #f2faff;
    outline: 0;
}

.button_submit button {
    border: 0;
    padding: 20px 50px;
    background: #26367e;
    color: #fff;
    font-family: 'MarkBold';
    font-size: 21px;
}

.text_input textarea {
    resize: none;
    height: 300px;
    padding-left: 25px;
    padding-top: 20px;
}

.button_submit button img {
    margin-right: 30px;
}

.button_submit button:hover {}

.button_submit {
    display: flex;
    justify-content: space-between;
}

.button_submit button:hover:before {
    display: none;
}

.error {
    display: block;
    font-size: 14px;
    font-family: 'MarkPro';
    color: red;
    line-height: 2;
}

.content_contact h3 {
    color: #26367e;
    font-family: 'MarkBold';
    font-size: 48px;
    text-align: center;
    margin-bottom: 40px;
}


/* ******************** content_articles *********************** */

.content_articles .row {
    margin-bottom: 30px;
}

.content_articles .text_article label {
    font-size: 23px;
    font-family: 'MarkMedium';
    color: #d4b676;
    margin-top: 25px;
    margin-bottom: 25px;
}

.content_articles .text_article h3 {
    font-size: 23px;
    font-family: 'MarkBold';
    color: #363636;
    margin-bottom: 25px;
}

.content_articles .text_article p {
    font-size: 18px;
    font-family: 'MarkPro';
    color: #616161;
    margin-bottom: 25px;
}

.content_articles .text_article .link_globale a,
.content_articles .text_article .link_globale a:hover {
    margin-top: 25px;
    color: #fff;
    font-family: 'MarkMedium';
    background: #d4b676;
    padding: 15px 25px;
    font-size: 18px;
    text-decoration: none;
}

.content_article_selected {
    text-align: center;
}

.content_article_selected .text_article label {
    font-size: 23px;
    font-family: 'MarkMedium';
    color: #d4b676;
    margin-top: 25px;
    margin-bottom: 25px;
}

.content_article_selected .text_article h3 {
    font-size: 35px;
    font-family: 'BetterYesterday';
    color: #363636;
    margin-bottom: 25px;
}

.content_article_selected .text_article p {
    font-size: 18px;
    font-family: 'MarkPro';
    color: #616161;
    margin-top: 25px;
    margin-bottom: 25px;
}

.section_breadcrumbs {
    margin: 25px 0;
}

.section_breadcrumbs ul {
    display: flex;
}

.section_breadcrumbs ul li a,
.section_breadcrumbs ul li a:hover,
.section_breadcrumbs ul li span {
    font-size: 18px;
    font-family: 'MarkPro';
    color: #616161;
    margin: 25px 10px;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    font-family: 'MarkBold';
    text-decoration: none;
}

.pagination {
    justify-content: center;
}

.pagination li a,
.pagination li a:hover {
    font-size: 16px;
    text-decoration: none;
    font-family: 'MarkMedium';
    color: #d4b676;
    padding: 10px 15px;
    border: 1px solid #d4b676;
}


/* *************************** modal ************************

.modal-backdrop {
    position: initial;
    background-color: #000;
}

.modal-content {
    background-color: #312f2f;
}

.modal-fullscreen .modal-content {
    height: 13%;
    border: 0;
}

.modal-body {
    padding: 20px 50px;
}

.form_search input {
    position: relative;
    font-family: 'MarkPro';
    font-size: 24px;
    color: #c8c8c8;
    width: 90%;
    border: 0;
    height: 50px;
    outline: none;
    background: #d4b676;
    border: 0;
}

.search_input {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 72px;
    padding-left: 10px;
    border-bottom: 2px solid #fff;
}

.search_input input {
    width: 88%;
    font-family: 'MarkMedium';
    font-size: 16px;
    color: #fff;
    background: transparent;
    border: 0;
    padding-right: 8px;
}

.search_input input::placeholder {
    color: #fff;
    font-size: 16px;
}

.loupe {
    display: none;
}

.modal-backdrop {
    position: initial;
    background-color: #000;
}

.modal-content {
    background-color: #d4b676;
}

.modal-body {
    padding: 20px 50px;
}

.form_search {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.form_search input::placeholder {
    color: #fff;
}

.form_search button {
    background: transparent;
    outline: none;
    border: 0;
    right: 0;
    padding-top: 0px;
    position: absolute;
    padding-left: 10px;
} */

.modal.show .modal-dialog {
    display: flex;
    transform: none;
    height: 100%;
    align-items: center;
    margin: auto;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    outline: 0;
}

.item_popup_slider_model {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


/* ********************************** search page *********************** */

.item_slider_projet_home {
    position: relative;
}

.text_slider_projet {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #00000017;
}

.text_slider_projet h3 {
    color: #fff;
    font-size: 30px;
    font-family: 'MarkMedium';
}

.text_slider_projet label {
    color: #fff;
    font-size: 70px;
    font-family: 'BetterYesterday';
    display: block;
}

.text_slider_projet a,
.text_slider_projet a:hover {
    color: #fff;
    font-family: 'MarkMedium';
    background: #d4b676;
    padding: 10px 35px;
    font-size: 23px;
    text-decoration: none;
    width: fit-content;
    margin: 0px auto;
}

.item_slider_projet_home.projet_home_home .text_slider_projet {
    position: absolute;
    top: 0px;
    width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #00000029;
}

.item_slider_projet_home a {
    display: block;
}


/* ************************ page error ************************** */

.text_introuvable h2 {
    font-size: 56px;
    font-family: 'MarkBold';
}

.text_introuvable h3 {
    font-size: 36px;
    font-family: 'MarkMedium';
}


/* ******************** avantages ******************** */

.avantages {
    position: relative;
    background-color: #f8f8f8;
    margin: 30px 0;
}

.avantages .container .row {
    justify-content: space-between;
    align-items: center;
}

.avantage_item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.avantages h3::after {
    width: 20px;
    content: '';
    height: 20px;
    position: absolute;
    transform: rotate(135deg);
    bottom: 52px;
    left: -9.5px;
    background: #f8f8f8;
    border-bottom: solid 2px #d4b676;
    border-right: solid 2px #d4b676;
}

.avantages h3::before {
    content: '';
    height: 82%;
    position: absolute;
    left: 0;
    width: 2px;
    background: #d4b676;
}

.avantages h3 {
    color: #29304c;
    position: relative;
    font-size: 36px;
    font-family: 'MarkProExtraLight';
    transform: scale(-1, -1);
    width: fit-content;
    writing-mode: vertical-lr;
    padding: 20px 0 20px 20px;
}

.avantage_item label {
    color: #29304c;
    font-size: 18px;
    text-align: center;
    font-family: 'MarkBook';
    margin-top: 25px;
}


/* ************************************ template_paln_3d **************************************** */

.template_paln_3d {
    margin: 30px 0;
}

.template_paln_3d iframe {
    width: 100%;
    height: 730px;
}


/* ************************************ les_plans_d_appartements ****************************** */

.les_plans_d_appartements {
    margin: 118px 0;
}

.les_plans_d_appartements .les_plans_d_appartements_baner {
    background: #454a5f;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
}

.les_plans_d_appartements_baner label {
    color: #fff;
    font-size: 72px;
    line-height: 1;
    font-family: 'MarkProExtraLight';
    padding: 25px 0;
}

.les_plans_d_appartements_baner label span {
    display: block;
    font-size: 48px;
    font-family: 'MarkMedium';
}

.les_plans_d_appartements_baner img {
    position: absolute;
    left: 0;
    top: -69px;
}

.les_plans_d_appartements_baner .btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    position: absolute;
    right: 13%;
    background: #d4b676;
    border-radius: 0px;
    color: #fff;
    padding: 15px 50px;
    font-family: 'MarkMedium';
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 1rem;
}

.popup_slider_model .owl-nav {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    justify-content: space-between;
}

.item_popup_slider_model {
    display: flex;
    justify-content: center;
}

.les_plans_d_appartements .modal.show .modal-dialog {
    display: flex;
    transform: none;
    height: 100%;
    align-items: center;
    margin: auto;
}

.les_plans_d_appartements .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    outline: 0;
}

.item_popup_slider_model {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.info_item_popup_slider_model {
    display: flex;
}

.info_item_popup_slider_model label {
    color: #000000;
    font-size: 30px;
    font-family: 'MarkBold';
    margin-right: 25px;
}

.info_item_popup_slider_model label span {
    display: block;
}

.info_item_popup_slider_model p {
    color: #000000;
    font-size: 12px;
    font-family: 'MarkBold';
    text-align: center;
    margin-bottom: 0;
}

.info_item_popup_slider_model>p {
    margin-right: 40px;
}

.info_item_popup_slider_model p span {
    display: block;
    color: #d4b676;
    font-size: 31px;
}

.popup_slider_model.owl-carousel .owl-stage-outer {
    z-index: 99999;
}

.popup_slider_model .owl-nav button {
    z-index: 99999;
}

.my_bzaaaf {
    margin: 40px auto 172px auto;
}


/* ************************** simulateur_de_credit ************************ */

.simulateur_de_credit {
    padding: 40px 0 0 0;
    margin-bottom: 135px;
}

.simulateur_de_credit .col-lg-4 {
    background-color: #454a5f;
    position: relative;
}

.simulateur_de_credit .col-lg-8 {
    background-color: #e9edff;
    display: flex;
    height: 800px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.simulateur_de_credit img {
    position: relative;
    left: 0;
}

.simulateur_de_credit a,
.simulateur_de_credit a:hover {
    color: #fff;
    text-decoration: none;
    font-size: 23px;
    font-family: 'MarkMedium';
    background: #d4b676;
    padding: 15px 25px;
    margin-top: 20px;
}

.simulateur_de_credit .form-group {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 40px;
    z-index: 999;
}

.simulateur_de_credit h3 {
    font-family: 'MarkMedium';
    font-size: 55px;
    color: #fff;
    margin-bottom: 25px;
    padding: 15% 0 0 10%;
}

.simulateur_de_credit h3 strong {
    font-family: 'MarkThin';
    display: block;
    font-weight: normal;
}

.simulateur_de_credit label {
    font-family: 'MarkPro';
    font-size: 24px;
    color: #2e2e2e;
    margin-bottom: 25px;
}

.simulateur_de_credit span {
    font-family: 'MarkPro';
    font-size: 14px;
    color: #2e2e2e;
    bottom: -27px;
}

.simulateur_de_credit span.max_value {
    position: absolute;
    right: 0;
}

.simulateur_de_credit span.min_value {
    position: absolute;
    left: 0;
}

.simulateur_de_credit p {
    font-family: 'MarkMedium';
    font-size: 16px;
    color: #2e2e2e;
    position: absolute;
    right: -117px;
    bottom: -31px;
    text-align: center;
    padding: 5px 0;
    border-radius: 25px;
    width: 100px;
    background: #fff;
}

.range::after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    background: #fff;
    top: 0;
    bottom: 0;
    z-index: -1;
    margin: auto;
}

.range {
    background: linear-gradient(to right, #d4b676 0%, #ffffff00 100%);
    border: none;
    border-radius: 25px;
    height: 1px;
    position: relative;
    width: 400px;
    outline: none;
    transition: background 450ms ease-in;
    -webkit-appearance: none;
}

.range::-webkit-slider-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: solid 3px #d4b676;
    -webkit-appearance: none;
    cursor: ew-resize;
    background: #fff;
}

@media (max-width: 1400px) {
    .miftah_creation_b_img img {
        margin-top: -240px;
    }

    .projets_home h2 {
        font-size: 119px;
        top: -137px;
        left: 0px;
    }

    .contact_block {
        background-position: bottom;
    }

    .miftah_creation_projects_page h3 {
        font-size: 38px;
    }

    .miftah_creation_projects_page p {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .miftah_creation_projects_page h4 {
        font-size: 41px;
    }

    .miftah_creation_projects_page h4 strong {
        font-size: 29px;
    }

    .slider_page_projets h2 {
        font-size: 118px;
        top: 67px;
        left: -13px;
    }

    .doc_down {
        padding: 25px 80px;
    }

    .button_submit button:last-child {
        padding: 13px 70px;
    }

    .les_plans_d_appartements_baner .btn {
        right: 7%;
    }

    .les_plans_d_appartements_baner label {
        position: relative;
        right: -39px;
    }

    .simulateur_de_credit img {
        width: 142%;
    }
}

@media (max-width: 1200px) {
    .miftah_creation h1 {
        font-size: 60px;
    }

    .miftah_creation h4 {
        font-size: 50px;
    }

    .miftah_creation p {
        font-size: 20px;
        margin-bottom: 100px;
    }

    .miftah_creation a,
    .miftah_creation a:hover {
        font-size: 22px;
    }

    .miftah_creation_b_img img {
        margin-top: -199px;
    }

    .projets_home h2 {
        font-size: 97px;
        top: -112px;
        left: 3px;
    }

    .text_slider_prodect h3 {
        font-size: 43px;
    }

    .text_slider_projet h3 {
        font-size: 27px;
    }

    .text_slider_prodect label {
        font-size: 35px;
    }

    .text_slider_projet label {
        font-size: 55px;
    }

    label {
        font-size: 35px;
    }

    .projets_apropos h2 strong {
        font-size: 58px;
    }

    .projets_apropos h2 {
        font-size: 78px;
    }

    .miftah_creation_projects_page h3 {
        font-size: 34px;
    }

    .miftah_creation_projects_page p {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .miftah_creation_projects_page h4 {
        font-size: 40px;
    }

    .miftah_creation_projects_page h4 strong {
        font-size: 24px;
    }

    .infos_block p {
        font-size: 21px;
        line-height: 45px;
    }

    .infos_block h3 {
        font-size: 25px;
        margin-bottom: 30px;
    }

    .infos_block ul li {
        font-size: 21px;
    }

    .aujourd_hui h3 {
        font-size: 45px;
    }

    .aujourd_hui p {
        font-size: 14px;
        padding: 0px 30px;
    }

    .slider_page_projets h2 {
        font-size: 98px;
        top: 63px;
        left: -11px;
    }

    .text_slider_prodect a,
    .text_slider_prodect a:hover {
        font-size: 20px;
    }

    .doc_down {
        padding: 25px 47px;
    }

    .button_submit button:last-child {
        padding: 13px 49px;
    }

    .les_plans_d_appartements_baner label {
        position: relative;
        right: -59px;
        font-size: 54px;
        padding: 49px 0;
    }

    .les_plans_d_appartements_baner .btn {
        right: 3%;
    }

    .les_plans_d_appartements_baner label span {
        font-size: 38px;
    }

    .les_plans_d_appartements {
        margin: 100px 0;
    }
}

@media (max-width: 992px) {
    .miftah_creation h1 {
        font-size: 55px;
        margin-bottom: 20px;
    }

    .miftah_creation h4 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .miftah_creation p {
        font-size: 16px;
        margin-bottom: 80px;
    }

    .miftah_creation a,
    .miftah_creation a:hover {
        font-size: 22px;
        padding: 25px 35px;
    }

    .miftah_creation_b_img img {
        margin-top: -145px;
    }

    .projets_home h2 {
        font-size: 108px;
        top: -129px;
    }

    .nos_slider_page_projets.owl-carousel .owl-nav button.owl-next,
    .nos_slider_prodect_home.owl-carousel .owl-nav button.owl-next,
    .nos_slider_projets_page_projet.owl-carousel .owl-nav button.owl-next,
    .nos_slider_projets_apropos.owl-carousel .owl-nav button.owl-next {
        top: -75px;
    }

    .nos_slider_page_projets.owl-carousel .owl-nav button.owl-prev,
    .nos_slider_prodect_home.owl-carousel .owl-nav button.owl-prev,
    .nos_slider_projets_apropos.owl-carousel .owl-nav button.owl-prev,
    .nos_slider_projets_page_projet.owl-carousel .owl-nav button.owl-prev {
        right: 118px;
        top: -75px;
    }

    .nos_slider_page_projets.owl-carousel .owl-nav button.owl-next,
    .nos_slider_page_projets.owl-carousel .owl-nav button.owl-prev,
    .nos_slider_page_projets.owl-carousel button.owl-dot,
    .nos_slider_prodect_home.owl-carousel .owl-nav button.owl-next,
    .nos_slider_prodect_home.owl-carousel .owl-nav button.owl-prev,
    .nos_slider_prodect_home.owl-carousel button.owl-dot,
    .nos_slider_projets_apropos.owl-carousel .owl-nav button.owl-next,
    .nos_slider_projets_apropos.owl-carousel .owl-nav button.owl-prev,
    .nos_slider_projets_apropos.owl-carousel button.owl-dot,
    .nos_slider_projets_page_projet.owl-carousel .owl-nav button.owl-next,
    .nos_slider_projets_page_projet.owl-carousel .owl-nav button.owl-prev,
    .nos_slider_projets_page_projet.owl-carousel button.owl-dot {
        padding: 15px 31px !important;
    }

    .text_slider_prodect h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .text_slider_projet h3 {
        font-size: 30px;
    }

    .text_slider_projet label {
        font-size: 70px;
    }

    .text_slider_prodect label {
        font-size: 23px;
    }

    .un_cadre_de_vie_inegale {
        padding: 140px 0 50px 0;
    }

    .un_cadre_de_vie_inegale h3 {
        font-size: 69px;
        margin-bottom: 20px;
    }

    .miftah_creation_projects_page h3 {
        font-size: 29px;
    }

    .miftah_creation_projects_page h4 {
        font-size: 33px;
    }

    .miftah_creation_projects_page h4 strong {
        font-size: 21px;
    }

    .projets_page_projet h2 {
        font-size: 90px;
    }

    .item_un_cadre_de_vie_inegale label {
        font-size: 13px;
    }

    .infos_block p {
        font-size: 17px;
        line-height: 35px;
    }

    .infos_block ul li {
        font-size: 19px;
        padding-left: 15px;
    }

    .slider_page_projets h2 {
        font-size: 95px;
        top: 53px;
        left: -11px;
    }

    .text_slider_prodect a,
    .text_slider_prodect a:hover {
        font-size: 17px;
        padding: 10px 20px;
    }

    .text_slider_projet a,
    .text_slider_projet a:hover {
        font-size: 17px;
        padding: 10px 20px;
    }

    .button_submit {
        display: block;
    }

    .doc_down {
        padding: 25px 80px;
        display: block;
        text-align: center;
        margin: 20px 0;
    }

    .button_submit button:last-child {
        padding: 32px 49px;
        width: 100%;
    }

    .doc_down {
        padding: 25px 80px;
    }

    .info_contact {
        padding-left: 0;
        margin-top: 50px;
    }

    .info_contact.info_footer li {
        display: block;
    }

    .text_input {
        margin-bottom: 15px;
    }

    .content_contact h3 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .les_plans_d_appartements_baner img {
        position: absolute;
        left: -64px;
        top: -118px;
        transform: scale(.7);
    }

    .les_plans_d_appartements_baner .btn {
        right: 3%;
        padding: 11px 31px;
        font-size: 14px;
    }

    .les_plans_d_appartements_baner label {
        position: relative;
        right: -31px;
        font-size: 40px;
        padding: 20px 0;
    }

    .les_plans_d_appartements_baner label span {
        font-size: 27px;
    }

    .les_plans_d_appartements {
        margin: 83px 0;
    }

    .template_paln_3d iframe {
        width: 100%;
        height: 450px;
    }

    .popup_slider_model .owl-nav {
        top: 107px;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .simulateur_de_credit img {
        width: 100%;
    }

    .range {
        width: auto;
    }
}

@media (max-width: 767px) {
    .miftah_creation h1 {
        font-size: 50px;
        margin-bottom: 20px;
    }

    .miftah_creation h4 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .miftah_creation p {
        margin-bottom: 64px;
    }

    .miftah_creation a,
    .miftah_creation a:hover {
        font-size: 18px;
        padding: 20px 25px;
    }

    .miftah_creation_b_img img {
        margin-top: -58px;
    }

    .nos_slider_page_projets.owl-carousel .owl-nav button.owl-prev,
    .nos_slider_prodect_home.owl-carousel .owl-nav button.owl-prev,
    .nos_slider_projets_apropos.owl-carousel .owl-nav button.owl-prev,
    .nos_slider_projets_page_projet.owl-carousel .owl-nav button.owl-prev {
        right: 67px;
        top: -60px;
    }

    .nos_slider_page_projets.owl-carousel .owl-nav button.owl-next,
    .nos_slider_prodect_home.owl-carousel .owl-nav button.owl-next,
    .nos_slider_projets_page_projet.owl-carousel .owl-nav button.owl-next,
    .nos_slider_projets_apropos.owl-carousel .owl-nav button.owl-next {
        right: -16px;
        top: -60px;
    }

    .nos_slider_page_projets.owl-carousel .owl-nav button.owl-next,
    .nos_slider_page_projets.owl-carousel .owl-nav button.owl-prev,
    .nos_slider_page_projets.owl-carousel button.owl-dot,
    .nos_slider_prodect_home.owl-carousel .owl-nav button.owl-next,
    .nos_slider_prodect_home.owl-carousel .owl-nav button.owl-prev,
    .nos_slider_prodect_home.owl-carousel button.owl-dot,
    .nos_slider_projets_apropos.owl-carousel .owl-nav button.owl-next,
    .nos_slider_projets_apropos.owl-carousel .owl-nav button.owl-prev,
    .nos_slider_projets_apropos.owl-carousel button.owl-dot,
    .nos_slider_projets_page_projet.owl-carousel .owl-nav button.owl-next,
    .nos_slider_projets_page_projet.owl-carousel .owl-nav button.owl-prev,
    .nos_slider_projets_page_projet.owl-carousel button.owl-dot {
        padding: 15px 31px !important;
        transform: scale(0.7);
    }

    .projets_apropos h2,
    .projets_page_projet h2 {
        font-size: 45px;
    }

    .projets_apropos h2 strong {
        font-size: 40px;
    }

    .miftah_creation_projects_page h3 {
        font-size: 25px;
    }

    .miftah_creation_projects_page p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .miftah_creation_projects_page h4 {
        font-size: 33px;
    }

    .miftah_creation_projects_page h4 strong {
        font-size: 21px;
    }

    .item_un_cadre_de_vie_inegale label {
        font-size: 12px;
        max-width: 100%;
    }

    .infos_block p {
        font-size: 16px;
        line-height: 35px;
    }

    .infos_block h3 {
        font-size: 21px;
    }

    .aujourd_hui h3 {
        font-size: 35px;
        margin-bottom: 33px;
    }

    .aujourd_hui p {
        font-size: 14px;
        padding: 0 0 0 45px;
    }

    .slider_page_projets h2 {
        font-size: 95px;
        top: 58px;
        left: -11px;
    }

    .aujourd_hui {
        margin: 50px 0 0 0;
    }

    .content_contact h3 {
        font-size: 27px;
        margin-bottom: 25px;
    }

    .les_plans_d_appartements_baner img {
        position: absolute;
        left: -107px;
        top: -131px;
        transform: scale(.5);
    }

    .les_plans_d_appartements_baner label {
        right: -18px;
        font-size: 33px;
        padding: 20px 0;
    }

    .les_plans_d_appartements_baner label span {
        font-size: 21px;
    }

    .les_plans_d_appartements_baner .btn {
        right: 3%;
        padding: 11px 26px;
        font-size: 14px;
    }

    .les_plans_d_appartements {
        margin: 50px 0;
    }

    .simulateur_de_credit .col-lg-8 {
        align-items: flex-start;
    }

    .title_home p a,
    .title_home p a:hover {
        padding: 15px 40px 15px 20px;
        font-size: 16px;
        left: 230px;
    }

    .title_home p a img {
        transform: scale(.5);
        right: -6px;
    }
}

@media (max-width: 576px) {
    .miftah_creation {
        margin: 50px 0;
    }

    .miftah_creation h1 {
        font-size: 45px;
    }

    .miftah_creation h4 {
        font-size: 25px;
    }

    .miftah_creation p {
        margin-bottom: 64px;
    }

    .miftah_creation_b_img img {
        margin-top: -30px;
    }

    .projets_home h2 {
        font-size: 66px;
        top: -77px;
        left: 13px;
    }

    .projets_home .container {
        margin-top: -71px;
    }

    .nos_slider_page_projets.owl-carousel .owl-nav button.owl-next,
    .nos_slider_page_projets.owl-carousel .owl-nav button.owl-prev,
    .nos_slider_page_projets.owl-carousel button.owl-dot,
    .nos_slider_prodect_home.owl-carousel .owl-nav button.owl-next,
    .nos_slider_prodect_home.owl-carousel .owl-nav button.owl-prev,
    .nos_slider_prodect_home.owl-carousel button.owl-dot,
    .nos_slider_projets_apropos.owl-carousel .owl-nav button.owl-next,
    .nos_slider_projets_apropos.owl-carousel .owl-nav button.owl-prev,
    .nos_slider_projets_apropos.owl-carousel button.owl-dot,
    .nos_slider_projets_page_projet.owl-carousel .owl-nav button.owl-next,
    .nos_slider_projets_page_projet.owl-carousel .owl-nav button.owl-prev,
    .nos_slider_projets_page_projet.owl-carousel button.owl-dot {
        transform: scale(0.5);
    }

    .nos_slider_page_projets.owl-carousel .owl-nav button.owl-prev,
    .nos_slider_prodect_home.owl-carousel .owl-nav button.owl-prev,
    .nos_slider_projets_page_projet.owl-carousel .owl-nav button.owl-prev,
    .nos_slider_projets_apropos.owl-carousel .owl-nav button.owl-prev {
        right: 30px;
        top: -54px;
    }

    .nos_slider_page_projets.owl-carousel .owl-nav button.owl-next,
    .nos_slider_prodect_home.owl-carousel .owl-nav button.owl-next,
    .nos_slider_projets_page_projet.owl-carousel .owl-nav button.owl-next,
    .nos_slider_projets_apropos.owl-carousel .owl-nav button.owl-next {
        right: -29px;
        top: -54px;
    }

    .contact_block_form {
        top: 0%;
        right: 7px;
    }

    .contact_block_form h3 {
        font-size: 34px;
        margin-bottom: 20px;
    }

    .contact_block_form h3 span {
        font-size: 34px;
    }

    .contact_block_form {
        top: 0%;
        right: 0;
        padding: 0 10px;
        width: 100%;
    }

    .projets_apropos h2,
    .projets_page_projet h2 {
        font-size: 32px;
    }

    .projets_apropos h2 strong {
        font-size: 28px;
    }

    .aujourd_hui h3 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .aujourd_hui p {
        font-size: 14px;
        padding: 0 0 0 33px;
    }

    .slider_page_projets h2 {
        font-size: 67px;
        top: 37px;
        left: -7px;
    }

    .aujourd_hui {
        margin: 20px 0 0 0;
    }

    .text_slider_prodect a,
    .text_slider_prodect a:hover {
        font-size: 15px;
        padding: 10px 20px;
    }

    .text_slider_projet a,
    .text_slider_projet a:hover {
        font-size: 15px;
        padding: 10px 20px;
    }

    .button_submit button {
        font-size: 16px;
        padding: 16px 50px 16px 76px;
    }

    .button_submit button:before {
        left: 17px;
        top: 21px;
        width: 32px;
        height: 15px;
        background-size: contain;
    }

    .doc_down {
        font-size: 16px;
    }

    .content_contact h3 {
        font-size: 21px;
        margin: 40px 0;
    }

    .text_input input,
    .text_input input::placeholder,
    .text_input textarea {
        width: 100%;
        height: 40px;
        font-family: 'MarkPro';
        font-size: 14px;
        color: #737373;
        padding-bottom: 0px;
        border: 0;
        padding-left: 15px;
        background: #f2faff;
        outline: 0;
    }

    .text_input {
        margin-bottom: 30px;
    }

    .text_input textarea {
        resize: none;
        height: 200px;
        padding-left: 25px;
        padding-top: 20px;
    }

    .form_search input {
        font-size: 16px;
        left: -31px;
    }

    .form_search button img {
        width: 56%;
        position: relative;
        right: -39px;
    }

    .miftah_creation_projects_page h3 {
        font-size: 20px;
    }

    .miftah_creation_projects_page h4 {
        font-size: 31px;
    }

    .miftah_creation_projects_page h4 strong {
        font-size: 19px;
    }

    .miftah_creation_projects_page p {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .les_plans_d_appartements_baner .btn {
        right: 2%;
        padding: 5px 10px;
        font-size: 12px;
    }

    .les_plans_d_appartements_baner label {
        right: -18px;
        font-size: 25px;
        padding: 10px 0;
    }

    .les_plans_d_appartements_baner label span {
        font-size: 17px;
    }

    .les_plans_d_appartements_baner img {
        position: absolute;
        left: -117px;
        top: -134px;
        transform: scale(.4);
    }

    .contact_block {
        background-position: right;
    }

    .title_home p a,
    .title_home p a:hover {
        padding: 15px 40px 15px 20px;
        font-size: 16px;
        left: 150px;
    }
}