/*PREMIUMBASE*/

/*Import Fonts*/
@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700');

/*GENERAL*/
body {
    font-family: 'Work Sans', sans-serif;
}
a:hover{
    color: #bd6428;
}
.home_map{z-index: -1}
.baseline {
    position: absolute;
    top: 37%;
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    transform: translateY(-40%);
    left: 50%;
	 width: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #ffffffa6;
    padding: 40px 40px 20px 40px;
		opacity: 0;

    border-radius: 5px;
animation: slide 2s ease 0.5s 1 normal forwards;
}
@keyframes slide {
	0% {
		opacity: 0;
		transform: translateX(100%);
	}

	100% {
		opacity: 1;
		transform: translateX(-50%);
	}
}
.baseline h2{
    margin-top: 20px;
}
.baseline img{
width: 300px
}
.baseline p{
font-weight: 200;
font-size: 1.2em}

.baseline p span{
color: #bd6428;
font-weight: 600;}


.prod_accueil article {
  border: 1px solid #ddd;
  width: calc(50% - 20px);
  margin: 10px;
}
/* ======================================================== */
/*                           VIDEO                          */
/* ======================================================== */
.home-visuel-wrapper {
    width: 100%;
    /* float: left; */
    background: transparent;
    position: relative;
    z-index: 1;
 height: 70vh;
}
.home-visuel-wrapper .video-wrapper {
    width: 100%;
    height: 70vh;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 0;
    opacity: 0;
}
.home-visuel-wrapper .video-wrapper #player {
    width: 100vw;
    height: 70vh;
}
.home-visuel-wrapper .video-wrapper #player .sliderVideo {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.btn-sound {
    position: absolute;
    z-index: 1;
    top: 44%;
    left:0;
    color: #fff;
    font-size: 35px;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 0 12px;
}

.validation{
display: none}
/* BOUTONS */
.btn {
    border-radius: 0;
}
.btn-primary, .btn-secondary, .btn-info, .btn-success {
    color: #fff;
    background-color: #bd6428;
    border-color: #bd6428;
    text-transform: uppercase;
}
.btn-primary:hover, .btn-secondary:hover, .btn-info:hover, .btn-success:hover {
    background-color: #000;
    border-color: #000;
}

/* TITRES */
.home_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #bd6428;
    height: 4px;
    width: 5%;
    margin: 16px auto 24px auto;
}
.deco::after, .page-heading::after {
    content: "";
    display: block;
    position: relative;
    background: #bd6428;
    height: 4px;
    width: 5%;
    margin: 12px 0 24px 0;
}
/* MOTEUR */
.moteur {
	display: none;
}
.index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label {
    border-bottom: 4px solid #bd6428;
    color: #fff;
    font-size: 16px;
}

/*NOTRE SELECTION*/
.home_cont_selection{
    background: #fff;
}
.index .info_ville {
    font-size: 13px;
    text-transform: uppercase;
}
.index .prod_accueil .card-fav-absolute{
    right: 20px;
    top: 20px;
    font-size: 22px;
    z-index: 150;
    color: #FFFFFF;
}
.index .info_type {
    font-weight: 700;
    font-size: 20px;
    margin: 20px 0;
    text-transform: capitalize;
}
.index .prod_accueil .block_info {
    min-height: auto;
    padding: 10px;
    border-bottom: 3px solid #bd6428;
    min-height: 91px;
    background: #ffffff;
}
.index .info_prix {
    float: right;
    margin: 22px 0 15px 0;
}

/* PRESENTATION */
.home_cont_presentation {
    background: url(/assets/images/home-background-presentation.jpg) no-repeat center top;
    background-size: cover;
}
.home_cont_presentation h3 {
    color: #bd6428;
}

/*NOS BIENS*/
.home_cont_categories .cat-infos-overlay {
    position: absolute;
    z-index: 0;
    top: 20%;
    right: 20%;
    background: rgba(255,255,255, 0.6);
    color: #fff;
    width: 60%;
    height: 60%;
}
.cat:hover .cat-infos-overlay {
    background: rgba(255,255,255, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}
.home_cont_categories .cat-text, .home_cont_categories .cat-text-small{
    color: #000;
    letter-spacing: 2px;
}
.home_cont_categories .cat-text-small{
    font-weight: 400;
}
.home_cont_categories .cat-text::after {
    background: #bd6428;
    width: 30px;
    margin: 10px auto 0 auto;
    height: 2px;
}

/* ALERTE EMAIL */
.home_cont_alertes {
    padding: 10px 10px;
}
.home_cont_alertes p i {
    color: #bd6428;
}

/*COORDONNEES*/
.cont_coordonnees{
    background: #bd6428;
  }
  .logo-fb {
    font-size: 30px;
    margin: 0 5px;
    color: #fff;
  }
  .logo-fb:hover{
    color: #000;
  }
  .cont_coordonnees .btn-primary, .cont_coordonnees #voir-telephone-0{
    background: transparent;
    border-color: #fff;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.9rem;
    margin: 5px 0 !important;
  }
  .cont_coordonnees .btn-primary:hover, .cont_coordonnees #voir-telephone-0:hover{
    background: #fff;
    color: #000;
    border-color: #fff;
  }
  .cont_coordonnees .btn {
      text-align: center;
  }
  .cont_coordonnees p{
    margin-bottom: 0.2rem;
  }

/* ASIDE CONTACT */
aside.aside_contact {
    background-color: #fff;
    color: #000;
    -webkit-box-shadow: 2px 3px 3px 1px;
            box-shadow: 2px 3px 3px 1px;
}
aside .contact_img img{
    width: inherit;
    margin-bottom: 30px;
}
aside .intention_appel_txt, aside ul li .btn i{
    color: #000;
}
aside .social_network i {
    font-size: 1.5em;
}
aside .contact_contain .group_btn a{
    width: 70%;
    font-size: 13px;
    margin: 5px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* SIDEBAR */
.sidebar address {
    text-align: center;
}
.sidebar {
    margin-top: 0;
}
.sidebar .group_btn a {
    width: 80%;
    margin: 3px 0;
}
.telephone-vu {
    background-color: transparent;
}

/* LISTING */
.block_etiquette {
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    background: #bd6428;
}
.card_list li > span:after{
    display: none;
}
.prod_listing .info_titre{
    color: #bd6428;
}
.card_list li > span {
    color: #bd6428;
}
.over_desc .col1 .btn-primary a {
    color: #fff;
}
.listing-neuf .damier .card_list {
    display: none;
}
.listing-neuf .prod_listing.damier .block_info {
    min-height: 170px;
}
.listing-neuf .prod_listing.damier .info_prix-hai{
    display: none;
}
.listing-neuf .prod_listing.damier .info_type{
    display: none;
}
.listing-neuf .prod_listing.damier .info_ville {
    font-size: 15px;
}
.listing-neuf .prod_listing.damier .info_titre {
    font-size: 17px;
    font-weight: 600;
}


/* PAGE PROG NEUF */
.listing-neuf .card_list {
    display: none;
}
.listing-neuf .prod_listing.damier .block_info {
    min-height: 192px;
}
.listing-neuf .info_prix {
    margin: 22px 0 30px 0;
}
.programme-neuf .show ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.lafficheur li{
    background: #bd6428!important;
}
.lafficheur li:hover, .lafficheur li.active{
    background: #000!important;
}
.programme-neuf .col-md-12,
.programme-neuf .col-lg-6,
.programme-neuf .col-md-6,
.programme-neuf .col-sm-12,
.programme-neuf .col-xs-12,
.programme-neuf .col-md-12 {
    padding-left: 0;
}
.programme-neuf h3 {
    text-transform: uppercase;
    padding: 20px 0 10px 0;
    margin-bottom: 20px;
}
.programme-neuf h3:after  {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 3px;
    width: 50px;
    background: #bd6428;
}
.programme-neuf h2 {
    text-transform: uppercase;
    padding: 20px 0 10px 0;
    text-align: center;
}
.programme-neuf h2::after  {
    content: "";
    display: block;
    position: relative;
    background: #bd6428;
    height: 2px;
    width: 150px;
    margin: 24px auto 0 auto;
}
.detail-bien ul {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 18px;
    margin-bottom: 20px ;
}
.detail-bien ul li {
    margin: 0 20px;
}
.detail_icone > ul li{
    display: inline-block;
}
.header-bien .like {
    text-align: center;
}
.programme-neuf section {
    margin: 20px 0;
}
.programme-neuf .lots .ion-android-download{
    font-size: 28px;
}
.programme-neuf .detail_pdf .ion-android-download {
    font-size: 20px;
}
.programme-neuf .detail-bien .type-programme {
    font-size: 20px;
}
.programme-neuf .detail-bien .ville {
    font-size: 18px;
}
.rwd-table {
    background: #ddd;
    overflow: hidden;
    width: 100%;
}
.rwd-table {
    margin: 1em 0;
    min-width: 300px;
}
.rwd-table td:first-child {
    padding-top: .5em;
}
.rwd-table tr:nth-child(1),
.rwd-table tr:nth-child(3),
.rwd-table tr:nth-child(5),
.rwd-table tr:nth-child(7),
.rwd-table tr:nth-child(9),
.rwd-table tr:nth-child(11),
.rwd-table tr:nth-child(13),
.rwd-table tr:nth-child(15),
.rwd-table tr:nth-child(17),
.rwd-table tr:nth-child(19),
.rwd-table tr:nth-child(21),
.rwd-table tr:nth-child(23),
.rwd-table tr:nth-child(25),
.rwd-table tr:nth-child(27),
.rwd-table tr:nth-child(29),
.rwd-table tr:nth-child(31),
.rwd-table tr:nth-child(33),
.rwd-table tr:nth-child(35),
.rwd-table tr:nth-child(39),
.rwd-table tr:nth-child(41),
.rwd-table tr:nth-child(43),
.rwd-table tr:nth-child(45),
.rwd-table tr:nth-child(47),
.rwd-table tr:nth-child(49),
.rwd-table tr:nth-child(51),
.rwd-table tr:nth-child(53) {
    background: #e8e8e8;
}
.rwd-table tr {
    background: 0;
}
.rwd-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #fff;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #8fc033;
    background-color: #dddddd63;
    border-color: #ddd #ddd #fff;
}
.nav-tabs .nav-link {
    border-color: #ddd #ddd #ddd;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.programme-neuf .cont_coordonnees {
    border-top: 1px solid #ddd;
}


/* TABLE SORTER */
.tablesorter-default {
    width: 100%;
    color: #333;
    background-color: #fff;
    border-spacing: 0;
    margin: 10px 0 15px;
    text-align: left
}

.tablesorter-default th,
.tablesorter-default thead td {
    color: #FFF;
    background-color: #fff;
    border-collapse: collapse;
    border-bottom: #ccc 2px solid;
    padding: 0
}

.tablesorter-default tfoot td,
.tablesorter-default tfoot th {
    border: 0
}

.tablesorter-default .header,
.tablesorter-default .tablesorter-header {
    background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
    background-position: center right;
    background-repeat: no-repeat;
    cursor: pointer;
    white-space: normal;
    padding: 4px 20px 4px 4px;
    text-align: center;
}

.tablesorter-default thead .headerSortUp,
.tablesorter-default thead .tablesorter-headerAsc,
.tablesorter-default thead .tablesorter-headerSortUp {
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
    border-bottom: #000 2px solid
}

.tablesorter-default thead .headerSortDown,
.tablesorter-default thead .tablesorter-headerDesc,
.tablesorter-default thead .tablesorter-headerSortDown {
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
    border-bottom: #000 2px solid
}

.tablesorter-default thead .sorter-false {
    background-image: none;
    cursor: default;
    padding: 4px
}

.tablesorter-default tfoot .tablesorter-headerAsc,
.tablesorter-default tfoot .tablesorter-headerDesc,
.tablesorter-default tfoot .tablesorter-headerSortDown,
.tablesorter-default tfoot .tablesorter-headerSortUp {
    border-top: #000 2px solid
}

.tablesorter-default td {
    background-color: #fff;
    border-bottom: #ccc 1px solid;
    padding: 4px;
    vertical-align: top
}

.tablesorter-default tbody>tr.even:hover>td,
.tablesorter-default tbody>tr.hover>td,
.tablesorter-default tbody>tr.odd:hover>td,
.tablesorter-default tbody>tr:hover>td {
    background-color: #fff;
    color: #000
}

.tablesorter-default .tablesorter-processing {
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-image: url(data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=)!important
}

.tablesorter-default tr.odd>td {
    background-color: #dfdfdf
}

.tablesorter-default tr.even>td {
    background-color: #efefef
}

.tablesorter-default tr.odd td.primary {
    background-color: #bfbfbf
}

.tablesorter-default td.primary,
.tablesorter-default tr.even td.primary {
    background-color: #d9d9d9
}

.tablesorter-default tr.odd td.secondary {
    background-color: #d9d9d9
}

.tablesorter-default td.secondary,
.tablesorter-default tr.even td.secondary {
    background-color: #e6e6e6
}

.tablesorter-default tr.odd td.tertiary {
    background-color: #e6e6e6
}

.tablesorter-default td.tertiary,
.tablesorter-default tr.even td.tertiary {
    background-color: #f2f2f2
}

caption {
    background-color: #fff
}

.tablesorter-default .tablesorter-filter-row {
    background-color: #eee
}

.tablesorter-default .tablesorter-filter-row td {
    background-color: #eee;
    border-bottom: #ccc 1px solid;
    line-height: normal;
    text-align: center;
    -webkit-transition: line-height .1s ease;
    transition: line-height .1s ease
}

.tablesorter-default .tablesorter-filter-row .disabled {
    opacity: .5;
    cursor: not-allowed
}

.tablesorter-default .tablesorter-filter-row.hideme td {
    padding: 2px;
    margin: 0;
    line-height: 0;
    cursor: pointer
}

.tablesorter-default .tablesorter-filter-row.hideme * {
    height: 1px;
    min-height: 0;
    border: 0;
    padding: 0;
    margin: 0;
    /* don't use visibility: hidden because it disables tabbing */
    opacity: 0
}

.tablesorter-default input.tablesorter-filter,
.tablesorter-default select.tablesorter-filter {
    width: 95%;
    height: auto;
    margin: 4px auto;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #bbb;
    color: #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: height .1s ease;
    transition: height .1s ease
}

.tablesorter .filtered {
    display: none
}

.tablesorter .tablesorter-errorRow td {
    text-align: center;
    cursor: pointer;
    background-color: #e6bf99
}


/* table sorter */

table.tablesorter {
    /*    background-color: #CDCDCD;*/
    margin: 10px 0pt 15px;
    font-size: 12px;
    width: 100%;
    text-align: center;
}

table.tablesorter thead tr th,
table.tablesorter tfoot tr th {
    background-color: #4d4d4d;
    border: 1px solid #FFF;
    padding: 4px;
    font-size: 14px;
    font-weight: 400;
}

table.tablesorter thead tr .header {
    background-image: url(/modele/js/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

table.tablesorter tbody td {
    color: #000000;
    padding: 4px;
    background-color: #FFF;
    vertical-align: top;
}

table.tablesorter tbody tr.odd td {
    background-color: #FFFFFF;
}

table.tablesorter thead tr .headerSortUp {
    background-image: url(/modele/js/asc.gif);
}

table.tablesorter thead tr .headerSortDown {
    background-image: url(/modele/js/desc.gif);
}

table.tablesorter thead tr .headerSortDown,
table.tablesorter thead tr .headerSortUp {
    background-color: #8dbdd8;
}


/* REQUIRED CSS: change your reflow breakpoint here (35em below) */

@media ( max-width: 720px) {
    /* uncomment out the line below if you don't want the sortable headers to show */
    /* table.ui-table-reflow thead { display: none; } */
    /* css for reflow & reflow2 widgets */
    .ui-table-reflow td, .ui-table-reflow th {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: right;
        /* if not using the stickyHeaders widget (not the css3 version)
        * the "!important" flag, and "height: auto" can be removed */
        width: 100% !important;
        height: auto !important;
    }
    /* reflow widget only */
    .ui-table-reflow tbody td[data-title]:before {
        color: #000;
        font-size: .9em;
        content: attr(data-title);
        float: left;
        width: 50%;
        white-space: pre-wrap;
        text-align: bottom;
        display: inline-block;
    }
    /* reflow2 widget only */
    table.ui-table-reflow .ui-table-cell-label.ui-table-cell-label-top {
        display: block;
        padding: .4em 0;
        margin: .4em 0;
        text-transform: uppercase;
        font-size: .9em;
        font-weight: 400;
    }
    table.ui-table-reflow .ui-table-cell-label {
        padding: .4em;
        min-width: 30%;
        display: inline-block;
        margin: -.4em 1em -.4em -.4em;
    }
}
.rwd-table{
    background: transparent !important;
}


/* end media query */


/* reflow2 widget */

.ui-table-reflow .ui-table-cell-label {
    display: none;
}

.detail_tabs  .nav-item{
    font-size: 13px;
}
.tablesorter-header-inner{
    color: #ffffff;
}
@media (max-width: 720px){
    .rwd-table th {
        display: none!important;
    }
}
@media (min-width:480px){
    .rwd-table th, .rwd-table td{
        padding: 0.5em !important;
    }
}

/* DETAIL */
.detail_taber .nav-link.active, .detail_taber .nav-link:hover{
    background: #bd6428;
    color: #fff;
}
.detail_taber {
    border-bottom: 1px solid #bd6428;
}
.detail_taber .nav-link {
    color: #000;
    padding: 0.5em 1em;
}
.lafficheur li {
    background-color: #000!important;
}
.lafficheur li:hover, .lafficheur li.active {
    background-color: #bd6428!important;
    color: #fff!important;
}
.table-warning, .table-warning>td, .table-warning>th {
    background-color: #fafafa;
}
.table-hover .table-warning:hover, .table-hover .table-warning:hover>td, .table-hover .table-warning:hover>th {
    background-color: #fafafa;
}

/* AUTRE */
.badge-danger {
    background-color: #bd6428;
}
.breadcrumb-item.active {
    color: #bd6428;
}
.alert-danger {
    color: #ffffff;
    background-color: #bd6428;
    border-color: #bd6428;
    margin: 10px auto;
    text-align: center;
}
.alert-danger a{
    color: #fff;
}

/* RESPONSIVE */
@media (min-width: 992px) {
    nav.menu ul li {
        display: inline-block;
    }
    .menu ul > li > a {
        padding: 12px 10px;
        line-height: 1.2;
        color: #000;
        font-weight: 400;
        letter-spacing: 0.5px;
        text-shadow: 0.5px 0.5px 0.3px #fff;
        text-transform: uppercase;
    }
    .index .not-sticking .menu ul > li > a {
        color: #000000;
    }
    .menu ul > li > a:hover, .menu ul > li.active > a, .index .not-sticking .menu ul > li.active > a{
        color: #bd6428;
    }
    .menu ul > li > a:hover, .index .not-sticking .menu ul > li > a:hover{
        color: #bd6428;
    }
    .header__logo {
        display: block;
        padding: 20px;
    }
    .not-sticking .header__logo {
        height: 170px;
    }
    .not-sticking{
        background: rgba(0,0,0,0);
    }
     .menu ul{
        padding-bottom: 10px;
    }

nav.menu{
top:25px}
.header .site-container {
  background: linear-gradient(0deg, rgba(255,255,255,0) 3%, #fff 108%);
}
.site-pusher {
  display: flex;
  justify-content: center;
  height: 70px;
}
.header__logo {
        padding: 10px 0;
        position: absolute;
        left: 40px;
        top: 0;
    }
    .index .header__logo img {
        width: 80px;

    }
.header__logo img {
        width: 116px;

    }
 .index  .header__logo .index-logo-sticking {
        width: 116px;

    }
    .header__logo .index-logo-sticking {
        width: 116px;

    }
.nav {
        margin: auto 10%;
    }
.nav ul  {
        margin-top: 30px;
    }
}
@media(max-width:991px){
    .index .header{
        background: rgba(0,0,0,0);
    }
    .moteur {
        bottom: 11%;
    }
    .home_cont_categories .cat-infos-overlay {
        top: 5%;
        right: 5%;
        width: 90%;
        height: 90%;
    }

.header__logo {
        padding: 10px 0;
        position: absolute;
        right: 40px;
        top: 0;
    }
    .header__logo img {
        width: 55px;

    }
    .header__logo .index-logo-sticking {
        width: 116px;

    }
.header .site-container {
  background: linear-gradient(0deg, rgba(255,255,255,0) 3%, #fff 108%);
}
}
@media(max-width:768px){
    .listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4 {
        right: 2%;
        top: 10%;
        background: #bd6428;
        color: #fff;
    }
}
@media (max-width: 420px){
    .bloc-btn {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
    }
    .bloc-reseaux {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
    }
    .moteur {
        bottom: 12%;
        top: inherit;
        width: 100%;
        left: 0;
    }
    #content {
        margin-top: 31%;
    }
    .programme-neuf section {
        margin: 100px 0 -110px 0;
    }
  }


/*  PAGE LISTING */

.page-item.active .page-link {
    color: #bd6428;
    background-color: transparent;
    border: 1px solid #bd6428;
}
.page-link {

    color: #bd6428;
    background-color: transparent;
}

.page-item.active .page-laulau {
    color: #bd6428;
    background-color: transparent;
    border: 1px solid #bd6428;
}

.page-laulau {

    color: #bd6428;
    background-color: transparent;
}
.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  background-color: transparent;
  border-color: transparent;
}

.page-item a {
    display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  }
