@media only screen and (min-width: 1430px) {
    .container {
        max-width: 1290px;
    }
}

@media only screen and (min-width: 1600px) {
    .container {
        max-width: 1440px;
    }
}

@media only screen and (min-width: 1800px) {
    .container {
        max-width: 1630px;
    }
}

@media only screen and (max-width: 1429px) {
    .programmes-neufs:after {
        width: 250px;
        height: 210px;
        bottom: -60px;
    }

    .contact-section::before {
        display: none;
    }

    .liste-before::after,
    .liste-after::before {
        opacity: 0.1;
        z-index: -9;
    }

    .detail-neufs2:after {
        width: 250px;
        height: 250px;
        left: -70px;
    }

    .residence-section:after {
        width: 180px;
    }

    .map-section-wrap::after {
        z-index: -1;
        opacity: 0.2;
    }
}

@media only screen and (max-width: 1199px) {
	.home-banner-section > svg.hexagone_svg_top {
		right: -478px;
	}
	.concretes-item p
	{
		font-size: 20px;
	}
	
    a.navbar-brand {
        width: 212px;
        margin-right: 20px;
    }
    a.navbar-brand img,.f-logo img{
        max-width: 100%;
    }

    .navbar-nav .nav-link {
        font-size: 16px;
        margin-right: 30px;
    }

    .light-blue-box {
        padding: 20px;
    }

    .logment-box-line {
        position: absolute;
        bottom: -3px;
    }

    .venir-img-wrap h5 {
        font-size: 18px;
    }

    .venir-info h6 {
        font-size: 18px;
    }

    .venir-info h3 {
        font-size: 22px;
    }

    .venir-info ul li p {
        font-size: 15px;
    }

    .yellow-info {
        padding: 10px 0px 0 20px;
    }

    .blue-info {
        padding: 10px 20px 0 0px;
    }

    header nav.navbar.navbar-expand-lg {
        height: 100px;
    }

    .d-margin {
        margin-top: 100px;
    }

    .detail-neufs2:after {
        bottom: -40px;
        left: -110px;
    }

    .residence-ul li a {
        font-size: 18px;
    }

    .residence-ul li {
        padding: 20px 00;
    }

    .residence-ul {
        margin-bottom: 40px;
    }

    .residence-ul-discription {
        font-size: 15px;
    }

    .residence-wrap li {
        margin: 50px 0;
    }

    .residence-section:after {
        opacity: 0.2;
        z-index: -1;
    }

    .residence2-items {
        height: 420px;
    }

    section.p-60.residence-section {
        padding-bottom: 20px;
    }

    .vente-item-info h5 {
        font-size: 22px;
    }

    .map-info ul li h6 {
        max-width: 100%;
    }

    .detail-neufs:after {
        width: 200px;
        height: 200px;
        bottom: -60px;
    }
}

@media only screen and (max-width: 991px) {

    .residence-ul{
        flex-flow: row wrap;
    }

    .residence-ul li{
        width: 50%;
        height: auto;
    }

    .social-icon li a{
        background: transparent;
        color: white;
        margin: 0;
    }
    .programmes-section:after{
        display: none;
    }
    header {
        width: 100%;
        overflow: hidden;
    }

    .nav-item:not(:last-child){
        width: 100%;
    }

    .nav-link:not(.btn){
        position: relative;
        text-align: left;
    }

    .nav-link:not(.btn)::after{
        position: absolute;
        top: 100%;
        height: 2px;
        width: 25%;
        left: 0;
        content: '';
        background: #003E79;
    }

    /**********  Responsive Menu Bootstrap **********/
    .navbar-expand-lg>.container {
        padding-left: 15px;
        padding-right: 15px;
    }

    /**  menu  **/
    #navbarNav {
        background: #fff no-repeat bottom right / auto 170px;
        box-shadow: 0 0 0 10px #fff inset, 0 0 0 11px #003e79 inset;
        padding: 60px 20px 15px;
        position: fixed;
        top: 0;
        right: 0;
        display: block !important;
        width: 100% !important;
        max-width: 300px;
        text-align: center;
        bottom: 0;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        -webkit-transform: translateX(110%);
        -moz-transform: translateX(110%);
        -ms-transform: translateX(110%);
        -o-transform: translateX(110%);
        transform: translateX(110%);
        height: auto !important;
        overflow: auto;
    }

    .show-menu #navbarNav {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }

    .show-menu .navbar-toggler {
        z-index: 99;
    }

    .menu-btn {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.5s ease-in-out;
        margin-left: auto;
        padding: 0;
    }

    .menu-btn__burger,
    .menu-btn__burger::before,
    .menu-btn__burger::after {
        width: 30px;
        height: 4px;
        border-radius: 5px;
        background-color: #003e79;
        transition: all 0.5s ease-in-out;
        right: 0;
    }

    .menu-btn__burger::before,
    .menu-btn__burger::after {
        content: "";
        position: absolute;
    }

    .menu-btn__burger::before {
        transform: translateY(-10px);
    }

    .menu-btn__burger::after {
        transform: translateY(10px);
    }

    /* ANIMATION */
    .menu-btn.open .menu-btn__burger {
        transform: translateX(-50px);
        background-color: transparent;
        box-shadow: none;
    }

    .menu-btn.open .menu-btn__burger::before {
        transform: rotate(45deg) translate(35px, -35px);
    }

    .menu-btn.open .menu-btn__burger::after {
        transform: rotate(-45deg) translate(35px, 35px);
    }

    header nav.navbar.navbar-expand-lg {
        height: 70px;
    }

    header.fixed nav.navbar.navbar-expand-lg {
        height: 60px;
    }

    .d-margin {
        margin-top: 70px;
    }

    .navbar-nav .nav-link {
        margin: 0 0 10px 0;
    }
    .navbar-nav .nav-link.btn{
        margin-top: 15px !important;
    }

    header .dropdown-menu {
        border: none;
        text-align: center;
        margin-top: -20px;
    }

    /**********  Responsive Menu  **********/
    .home-info h5 {
        font-size: 42px;
        margin-bottom: 25px;
    }

    .home-info h6 {
        font-size: 20px;
    }

    .home-info .btn-blue {
        padding: 8px 16px;
    }

    .home-banner-section {
        height: 200px;
    }

    .title h5 {
        font-size: 20px;
    }

    .title h4 {
        font-size: 40px;
    }

    .concretes-item-wrap li {
        width: 50%;
    }

    ul.concretes-item-wrap {
        flex-wrap: wrap;
    }

    .concretes-item {
        margin: 0;
    }

    .concretes-item-wrap li:nth-last-child(1) {
        order: -1;
    }

    .concretes-item-wrap li:nth-child(1) {
        order: -1;
    }

    .concretes-item-wrap li:nth-child(2) {
        order: -1;
    }

    .light-blue-box:after {
        display: none;
    }

    .concretes-item-wrap:after {
        top: -15%;
    }

    .f-bottom {
        flex-wrap: wrap;
    }

    .f-bottom p {
        order: 1;
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }

    footer {
        padding-bottom: 15px;
    }

    .f-bottom ul li a {
        margin: 0 10px;
        display: block;
        text-align: center;
    }

    .f-bottom ul {
        justify-content: center;
        margin: 0 auto;
    }

    footer:before {
        width: 257px;
        height: 326px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .blue-box {
        padding: 20px;
    }

    .orders {
        order: -1;
        margin: 15px 0;
    }

    .blue-info {
        padding: 10px 0px 0 20px;
        border-right: 0;
        border-left: 3px solid #008D8D;
    }

    .liste-body .p-60 {
        padding: 40px 0;
    }

    .seine-left h4 {
        font-size: 28px;
    }

    .seine-left p {
        font-size: 20px;
    }

    .seine-right {
        position: relative;
        z-index: 9;
    }

    .seine-right li {
        font-size: 15px;
    }

    .residence-ul li a {
        font-size: 16px;
    }

    .residence2-items {
        height: 350px;
    }

    .prix-right {
        margin-top: 40px;
    }

    .prix-left .title {
        margin-bottom: 10px;
    }

    .nos-1 h5 {
        justify-content: center;
    }

    .nos-1-img {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 767px) {
    .home-info h5 {
        font-size: 36px;
    }

    .logement-wrap{
        flex-direction: column;
    }

    .logement-first-box {
        width: 100%;
        height: 303px;
    }

    .logement-map-box {
        width: 100%;
    }

    button.btn-map-zoom.btn-map-zoom-plus{
        top: 32%;
        right: 100px;
        z-index: 0;
    }
    button.btn-map-zoom.btn-map-zoom-moins{
        top: 32%;
        right: 40px;
        z-index: 0;
    }

    .logement-last-box,.logment-box-after {
        display: none;
    }

    .p-60 {
        padding: 40px 0;
    }

    .title h4 {
        font-size: 32px;
    }

    .title h5 {
        font-size: 18px;
        margin-bottom: 0;
    }

    .programmes-neufs:after {
        width: 190px;
        height: 160px;
        bottom: -30px;
    }

    .form-input label {
        font-size: 14px;
        width: auto !important;
    }

    span.error {
        font-size: 12px;
    }

    .checkbox-wrap p {
        font-size: 15px;
    }

    .pagination-ul li a {
        width: 40px;
        height: 40px;
        margin: 5px;
    }

    .pagination-ul {
        flex-wrap: wrap;
        margin-bottom: 50px;
    }

    .seine-left h4 {
        font-size: 24px;
    }

    .seine-left p {
        font-size: 18px;
    }

    .residence-ul li a {
        font-size: 16px;
    }

    .residence-ul li {
        width: 50%;
    }

    .residence-ul {
        flex-wrap: wrap;
    }

    .residence-ul li:nth-child(2) {
        border: navajowhite;
    }

    .financement-item {
        margin: 10px 0;
    }

    .realisations-details-info h5 {
        font-size: 32px;
    }

    .realisations-details-info h6 {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .realisations-details-info p {
        font-size: 24px;
    }
    a.btn.btn-blue.btn-infos2{
        margin: 40px auto;
    }
    .home-banner-section::after{
        display: none;
    }
    .financement-item{
        height: 110px;
    }
}

@media only screen and (max-width: 575px) {
    .social-icon li a {
        width: 40px;
        height: 40px;
        font-size: 17px;
    }

    a.f-logo {
        display: block;
        max-width: 100% ;
    }

    .f-bottom ul {
        flex-wrap: wrap;
    }

    .f-bottom ul li a {
        margin: 10px;
    }

    .f-top {
        margin-bottom: 50px;
    }

    .concretes-item-wrap:after,
    .logement-last-box:after {
        display: none;
    }

    p.contact-text {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .btn-form.btn-blue {
        margin-top: 30px;
    }

    .programmes-item-info div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-top: 12px;
    }

    .programmes-item-info {
        flex-wrap: wrap;
    }

    .programmes-item-info p {
        font-size: 16px;
        margin: 0;
    }

    a.btn.btn-blue.btn-infos {
        width: 110px;
    }

    .programmes-item-info ul {
        width: 100%;
    }

    .programmes-item-info ul li {
        margin: 0 30px 0 0;
    }

    .liste-body .p-60 {
        padding: 20px 0;
    }

    .seine-wrap {
        flex-wrap: wrap;
    }

    .seine-left {
        width: 100%;
        margin-bottom: 20px;
    }

    .seine-right {
        width: 100%;
    }

    .residence-ul li {
       justify-content: flex-start;
        padding-left: 10px;
    }

    .residence-ul li a{
        text-align: left;
    }

    .residence-wrap li {
        width: 50%;
        margin: 20px 0;
    }

    p.residence-ul-discription {
        margin-bottom: 20px;
    }

    .residence2-items {
        height: 280px;
    }

    .nos-item{
        margin-top: 25px;
    }

    .map-info ul li:after{
        width: 50px;
    }

    .map-info ul li{
        padding-left: 20px;
    }
    .map-info ul li span{
        flex: none;
    }
}

@media only screen and (max-width: 480px) {
    .home-info {
        width: 100%;
        transform: translateY(-41%);
    }

    .logement-last-box {
        display: none;
    }

    .logement-wrap {
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .logement-first-box,
    .logement-map-box {
        width: 100%;
    }

    .title {
        margin-bottom: 30px;
    }

    .concretes-item-wrap li {
        width: 100%;
    }

    .concretes-item-wrap li:nth-last-child(1) {
        order: 1;
    }

    .f-top {
        flex-wrap: wrap;
    }

    .concretes-item {
        height: 250px;
    }

    .concretes-item p {
        font-size: 20px;
    }

    .social-icon {
        width: 100%;
        justify-content: center;
        margin-top: 40px;
    }

    a.f-logo {
        margin: auto;
    }

    footer:before {
        opacity: 0;
    }

    .f-top {
        margin-bottom: 40px;
    }

    section.concrètes-section.p-60 {
        padding-top: 0;
    }

    ul.concretes-item-wrap {
        padding-top: 0;
    }

    .form-input input {
        height: 50px;
        padding: 0 10px;
    }

    .form-input label {
        margin-left: 5px;
    }

    .form-input span.current {
        font-size: 14px;
    }

    .form-input .nice-select {
        height: 50px;
        padding: 0 10px;
        line-height: 47px;
    }

    .checkbox-wrap span {
        width: 20px;
        height: 20px;
        min-width: 20px;
        margin-top: 5px;
    }

    .logement-select.logement-select2 .select {
        width: 100%;
    }

    .programmes-item-info ul li {
        margin: 0 15px 0 0;
    }

    .venir-owl-img {
        height: 270px;
    }
}

@media only screen and (max-width: 350px) {
    .programmes-item-info ul li {
        margin: 0 13px 0 0;
    }

    .pagination-ul li a {
        width: 35px;
        height: 35px;
    }
}
