/*aotm10a*/
#top{
    background:#aaadb2;
}
#top .traduction{
    margin:6px 0 3px;
}
#topLogo-fix{
    display:none;
}
#content{
    margin-top:60px;
}
.body__home #content{
    margin-top:0;
}
.mainnav-wrapper {
    border-bottom: 1px solid #ddd;
    position: relative;
    display: flex;
}
.rd-navbar-panel{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    width: 100%;
    max-width: 220px;
    min-width: 180px;
}
@media (min-width: 1400px) {
    .rd-navbar-panel {
        max-width: 260px;
    }
}
@media (min-width: 1600px) {
    .rd-navbar-panel {
        max-width: 300px;
        min-width: 240px;
    }
}
@media (min-width: 1800px) {
    .rd-navbar-panel {
        max-width: 366px;
    }
}
.rd-navbar-right {
    flex-grow: 1;
    border-left: 1px solid #ddd;
}
.rd-navbar-right .rd-navbar-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    /*padding: 0 30px;*/
    border-bottom: 1px solid #ddd;
}
@media (min-width: 1800px) {
    .rd-navbar-right .rd-navbar-main {
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media (min-width: 1600px) {
    .rd-navbar-right .rd-navbar-main {
        padding-top: 20px;
    }
}
@media (min-width: 1200px) {
    .rd-navbar-right .rd-navbar-main {
        padding-left: 3.2%;
        padding-right: 3.2%;
    }
}
.rd-navbar-right .rd-navbar-aside {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    /*-webkit-justify-content:end;*/
    justify-content: end;
    -webkit-align-items: stretch;
    align-items: stretch;
}
.rd-navbar-right .rd-navbar-aside .moduletable {
    border-left: 1px solid #ddd;
}
.rd-navbar-info {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: space-between;
}
.rd-navbar-info .item {
    width: inherit;
}
.rd-navbar-info .item .item_title {
    font-weight: 500;
}
.rd-navbar-main .mod-search{
    max-width:300px;
    display:block;
}
.navbar {
    border: none;
    margin-bottom: 0;
    min-height: auto;
}
.navbar-toggle {
    padding: 5px 10px;
    display: inline-block;
    line-height: 35px;
    margin: 5px 0 10px;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.navbar-toggle .fa-bars {
    margin-right: 15px;
}
.navbar-toggle:hover {
    background: #151515;
    color: white;
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.stuck-container.scroll-to-fixed-fixed {
    background: white;
    z-index: 9999;
    width: 100% !important;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    padding: 0;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
}
.stuck-container.scroll-to-fixed-fixed .rd-navbar-aside {
    display: none;
}
.stuck-container.scroll-to-fixed-fixed .rd-navbar-right .rd-navbar-main {
    border-bottom: none;
}
.stuck-container.scroll-to-fixed-fixed .rd-navbar-panel {
    padding: 0 15px;
}
.stuck-container.scroll-to-fixed-fixed .rd-navbar-panel .logo-image {
    margin-top: 0;
}
.stuck-container.scroll-to-fixed-fixed .rd-navbar-panel .logo-image img {
    margin-bottom: 0;
}
.stuck-container.scroll-to-fixed-fixed .rd-navbar-panel .logo-image span {
    margin-top: 0;
}
.scroll-to-fixed-fixed .logo img{
    height:100px;
}
/* Reseau sociaux */
.icones {
    font-family: 'iconmembres', fantasy;
}
.button-share .module_container {
    position: relative;
}
.button-share .button-share-icon {
    color: #151515;
    min-height: 100px;
    min-width: 111px;
    font-size: 35px;
    line-height: 100px;
    display: block;
    text-align: center;
}
.button-share .list-share {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    padding: 0 15px;
    font-size: 0;
    line-height: 0;
    background: #fff;
    border: 1px solid #ddd;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    z-index: 2;
}
.button-share .list-share.active {
    padding-top: 35px;
    padding-bottom: 35px;
    opacity: 1;
    visibility: visible;
}
.button-share-icon.site-partage::before{
    content:"\e638";
}
ul.list-share li {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, -60%, 0);
    transition: all .2s ease;
    text-align: center;
}
ul.list-share li a {
    display: inline-block;
    width: 29px;
    height: 29px;
    line-height: 29px;
    font-size: 18px;
    background: #ebebeb;
    color: #151515;
    padding: 0;
    text-align: center;
    font-family: 'iconmembres', fantasy;
}
ul.list-share li a:hover {
    background: #151515;
    color: #fee25f;
}
ul.list-share li + li {
    margin-top: 14px;
}
ul.list-share li:nth-child(2) {
    transition-delay: 150ms;
}
ul.list-share li:nth-child(3) {
    transition-delay: 200ms;
}
ul.list-share li:nth-child(4) {
    transition-delay: 250ms;
}
ul.list-share.active li {
    opacity: 1;
    visibility: visible;
    transform: none;
}
/* // Social */
ul.links {
    margin-bottom: 0;
}
ul.links li {
    float: left;
}
ul.links li a {
    display: inline-block;
    padding: 40px 48px 36px;
    font-family: 'robotobold', sans-serif;
    letter-spacing: .1em;
    font-size: 14px;
    line-height: 1.85;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
    min-width: 297px;
    color:#151515;
}
ul.links li a[class*=mdi]:before {
    font-size: 21px;
    margin-right: 12px;
    vertical-align: middle;
    font-family: 'iconmembres', fantasy;
    color:#229ac2;
}
.mdi-portail-employes::before{
    content:"\e713";
}
.mdi-locataire::before{
    content:"\e70e";
}
ul.links li a:hover[class*=mdi]:before{
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    color: #ffffff;
}
ul.links li a:hover {
    background: #46b8de;
    color: white;
}
ul.links li + li {
    border-left: 1px solid #ddd;
}
/* Showcase-a */
#showcase-a{
    margin-top:40px;
}
#showcase-a h4.heading-style-4{
    font: 24px/26px 'roboto_black', sans-serif;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom:10px;
}
#showcase-a h4.heading-style-4 a{
    color:#151515;
}
#showcase-a .blocText .item_introtext{
    color:#777;
}
#showcase-a i.fonticon::before{
    font-size:55px;
    color:#151515;
}
.blocIcone, .blocText{
    display:inline-flex;
    justify-content: space-between;
    vertical-align: top;
}
.blocIcone {
    width:70px;
}
.blocText{
    width:75%;
}

.mod-newsflash-adv__contacts {
    border: 1px solid #e1e1e1;
    padding: 51px 40px 21px;
}
.mod-newsflash-adv__contacts .item {
    color: #151515;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.mod-newsflash-adv__contacts .item .site-telephone, .mod-newsflash-adv__contacts .item .site-SurLaCarte, .mod-newsflash-adv__contacts .item .site-courrier  {
    font-size: 24px;
    line-height: 36px;
    color: #229ac2;
    width: 42px;
    position: absolute;
    left: 0;
    top: 50%;
    -moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.mod-newsflash-adv__contacts .item .item_content {
    overflow: hidden;
    padding-left: 42px;
    position: relative;
}
.mod-newsflash-adv__contacts .item .item_content .item_title, #footer-menu .item_title {
    opacity: 0.4;
    filter: alpha(opacity=40);
    letter-spacing: 2.4px;
    margin-bottom: 1px;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.mod-newsflash-adv__contacts .item .item_content a {
    color: #151515;
}
.mod-newsflash-adv__contacts .item .item_content a[href^=tel] {
    font-size: 18px;
    letter-spacing: 2px;
}
.mod-newsflash-adv__contacts .item .item_content a:hover {
    color: #46b8de;
}
.mod-newsflash-adv__contacts .row{
    margin-left:10px;
}
.mod-newsflash-adv__contacts .pretext{
    text-align:left;
    padding-bottom:25px;
}
.mod-newsflash-adv__contacts .pretext, #showcase-a #item_199 h6.heading-style-6{
    font: 16px /18px 'roboto_black', sans-serif;
    color:#151515;
    letter-spacing: 1px;
}
#showcase-a #item_199 h6.heading-style-6{
    text-transform: none;
    padding-bottom:25px;
    opacity: 1;
    filter: alpha(opacity=100);
    margin-left:-40px;
    margin-top:10px;
}
.mod-newsflash-adv__contacts p{
    font-size:15px;
}
ul.social-menu {
    margin-bottom: 13px;
}
ul.social-menu li {
    color: #151515;
    vertical-align: top;
    line-height: 30px;
    display: inline-block;
    margin: 0;
}
#showcase-a ul.social-menu li {
    font-size: 20px;
}
ul.social-menu li a {
    text-align: center;
    vertical-align: middle;
    width: 41px;
    height: 41px;
    font-size: 18px;
    line-height: 39px;
    padding: 0;
    color:#151515;
    background:#eeeff0;
}
ul.social-menu li a.mdi-google-plus,
ul.social-menu li a.mdi-skype-business {
    font-size: 25px;
}
ul.social-menu li a:hover {
    color: #0473db;
    border-color: #0473db;
}
ul.social-menu li + li {
    margin-left: 13px;
}
.item_introtext ul.social-menu li + li{
    border-top:none;
}
ul.social-menu li a::before{
    font-family: 'iconmembres', fantasy;
}
.item_introtext ul.social-menu li{
    padding:0;
}
/* Feature */
#feature{
    background:#3f4752;
    margin-top:50px;
    padding:20px 0;
}
.blocFeature{
    background:#2a333f;
    padding:0 0 20px;
    width:240px;
    min-height: 170px;
}
.blocFeature figure i{
    font-size:80px;
    color:#f8ea49;
}
.blocFeature a{
    text-transform: uppercase;
    color:#fff;
    font-size:18px;
    line-height:18px;
}
ul.flex{
    margin:0;
}
ul.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
}
ul.flex li .blocFeature {
    position: relative;
    display: grid;
    border: 1px solid rgba(42, 51, 63, 0.3);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    align-items:center;
}
ul.flex li .blocFeature::before,
ul.flex li .blocFeature::after {
    position: absolute;
    content: '';
    border-style: solid;
    border-color: transparent;
    pointer-events: none;
}
ul.flex li .blocFeature::before {
    border-width: 1px 1px 0 0;
    top: -1px;
    right: 100%;
    bottom: 100%;
    left: -1px;
    transition: all 0.15s ease-in-out 0.3s, right 0.15s linear 0.45s, bottom 0.15s linear 0.3s;
}
ul.flex li .blocFeature::after {
    border-width: 0 0 1px 1px;
    top: 100%;
    right: -1px;
    bottom: -1px;
    left: 100%;
    transition: all 0.15s ease-in-out 0s, left 0.15s linear 0.15s, top 0.15s linear 0s;
}
ul.flex li .blocFeature:hover::before,
ul.flex li .blocFeature:hover::after {
    border-color: white;
}
ul.flex li .blocFeature:hover::before {
    right: -1px;
    bottom: -1px;
    transition-delay: 0s, 0s, .15s;
}
ul.flex li .blocFeature:hover::after {
    top: -1px;
    left: -1px;
    transition-delay: .3s, .3s, .45s;
}
/* Contain top */
#mainbottom{
    background:#f0f4f9;
    padding-bottom: 50px;
    padding-top:50px;
}

.mod_bootstraptabs.news .row {
    display: flex;
}
.mod_bootstraptabs.news .row .nav-tabs, ul.menu-sidebar {
    display: block;
    margin: 0 0 88px;
    max-width: 229px;
    text-align:left;
}
.mod_bootstraptabs.news .row .nav-tabs > li, ul.menu-sidebar > li {
    border-bottom: 1px solid #ddd;
    float: none;
    margin: 0 0 0 0;
    position: relative;
    display:inherit;
}
.mod_bootstraptabs.news .row .nav-tabs > li > a, ul.menu-sidebar > li > a {
    display: block;
    margin: 0;
    font-size: 14px;
    color: #151515;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 13px 0 20px;
}
.mod_bootstraptabs.news .row .nav-tabs > li > a:after, ul.menu-sidebar > li > a:after {
    content: '';
    border-bottom: 3px solid #fee25f;
    width: 100%;
    max-width: 0;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 1;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.mod_bootstraptabs.news .row .nav-tabs > li > a:hover, ul.menu-sidebar > li > a:hover {
    color: #151515;
}
.mod_bootstraptabs.news .row .nav-tabs > li > a:hover:after, ul.menu-sidebar > li > a:hover:after {
    max-width: 100%;
}
.mod_bootstraptabs.news .row .nav-tabs > li.active > a,
.mod_bootstraptabs.news .row .nav-tabs > li.active > a:hover,
.mod_bootstraptabs.news .row .nav-tabs > li.active > a:focus,
ul.menu-sidebar > li.current > a,
ul.menu-sidebar > li.current > a:hover,
ul.menu-sidebar > li.current > a:focus{
    color: #151515;
}
.mod_bootstraptabs.news .row .nav-tabs > li.active > a:after,
.mod_bootstraptabs.news .row .nav-tabs > li.active > a:hover:after,
.mod_bootstraptabs.news .row .nav-tabs > li.active > a:focus:after,
ul.menu-sidebar > li.current > a:after,
ul.menu-sidebar > li.current > a:hover:after,
ul.menu-sidebar > li.current > a:focus:after{
    max-width: 47px;
}
.mod_bootstraptabs.news .row .nav-tabs > li + li, ul.menu-sidebar > li + li {
    padding-top: 7px;
}
.mod_bootstraptabs.news .row .tab-content {
    padding-top: 40px;
}
.mod_bootstraptabs.news .row .sidebar {
    background: white;
    height: 100%;
    padding-top: 50px;
    padding-left: 20%;
    position: relative;
}
.mod_bootstraptabs.news .row .sidebar > *:not(.bg) {
    position: relative;
}
.mod_bootstraptabs.news .row .sidebar .bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    content: '';
    display: block;
    background: url(../images/bg.png) right 70% no-repeat #ffffff;
}
.mod_bootstraptabs.news .row .sidebar .pretext {
    font-size: 44px;
    line-height: 1.227272727272727;
    color: #151515;
    font-style: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: left;
}

.mod-newsflash-adv.masonry .item .item_content {
    background: white;
    min-height:500px;
}
.mod-newsflash-adv.masonry .item .item_content .item_img {
    margin-bottom: 0;
    position: relative;
}
.mod-newsflash-adv.masonry .item .item_content .item_img .image_content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 31px 13.3% 11.8%;
    font-size: 15px;
    line-height: 24px;
    display: flex;
    flex-flow: column nowrap;
    overflow: hidden;
    place-content: center space-between;
}
.mod-newsflash-adv.masonry .item .item_content .item_img .image_content .item_published {
    background: #fee25f;
    color: #151515;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    display: inline-block;
    padding: 0 11px;
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 1px;
    margin-bottom: 16px;
    white-space: normal;
    text-transform: uppercase;
}
.mod-newsflash-adv.masonry .item .item_content .item_img .image_content *[class*=heading-style] {
    align-items: stretch;
    display: flex;
    order: 2;
    place-content: center;
    color: white;
}
.mod-newsflash-adv.masonry .item .item_content .item_img .image_content *[class*=heading-style] a {
    color: white;
}
.mod-newsflash-adv.masonry .item .item_content .item_img .image_content *[class*=heading-style] a:hover {
    color: rgba(255, 255, 255, 0.5);
}
.mod-newsflash-adv.masonry .item .item_content .box {
    padding: 31px 13.3% 21px;
    min-height: 125px;
}
.mod-newsflash-adv.masonry .item .item_content .box .item_title {
    letter-spacing: 1.3px;
    margin-bottom: 23px;
    font-size: 18px;
    text-transform: none;
}
.mod-newsflash-adv.masonry .item .item_content .box .item_title a{
    color:#151515;
}
.nouv-image img{
    max-width: inherit;
}
.nouv-image, .item_img .nouv-image a{
    width: 100%;
    height: 250px;
    overflow: hidden;
    display:flex;
    justify-content: center;
    -webkit-justify-content: center;
}
/* footer menu */
#footer-menu .colonnes{
    display:flex;
    flex-wrap: wrap;
    /*justify-content: space-between;
    flex-direction: row;*/
}
#footer-menu .colonnes .wrap .moduletable{
    display:inline-block;
    vertical-align: top;
    width:50%;
}
#footer-menu .colonnes *[class*=span]{
    flex:0 0 33.3333%;
    max-width: 33.3333%;
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
}
#footer-menu .colonnes *[class*=span] .module_container .moduleTitle, #footer-menu .colonnes *[class*=span] .module_container .mod-menu{
    max-width: 230px;
    margin: 0 auto;
    padding: 0;
}
#footer-menu .colonnes *[class*=span] .page_header{
    height:55px;
    text-align:left;
    line-height: 18px;
    padding:10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#footer-menu .colonnes *[class*=span]:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
#footer-menu ul{
    padding:10px 15px 10px 10px;
}
#footer-menu h6.heading-style-6{
    color:#ffffff;
    opacity:0.6;
    font-family: 'roboto_light', sans-serif;

}
#footer-menu .item_strong p{
    font-size:18px;
    letter-spacing: 1px;
}
#footer-menu .item p{
    padding-bottom: 2px;
}
#footer-menu .item .moduletablefooter-social ul.social-menu li a{
    background: rgba(255,255,255,0.2);
}
#footer-menu ul li{
    letter-spacing: 0.5px;
}
ul.menu-sidebar > li > a{
    font-size:inherit;
    text-transform: uppercase;
}
/*CA outaouais */
.ca-outaouais figure{
    border:1px solid;
}
.ca-outaouais h4.heading-style-4, .ca-outaouais h5.heading-style-5{
    font-size:16px;
    text-transform: none;
    letter-spacing: 1px;
    line-height: 18px;
    margin-bottom:5px;
}
.ca-outaouais h5.heading-style-5{
    font-size:15px;
    font-family: 'robotoreg', sans-serif;
}
.ca-outaouais p{
    font-size:13px;
    color:#919191;
    padding-bottom:15px;
}
/**Style pour la formulaire puis-je-déposé une demande **/
.DemandeEnLigne h3.heading-style-3{
    text-transform:uppercase;
}
.DemandeEnLigne .module_container header .moduleTitle{
    margin-bottom:10px;
}
.trait-separateur{
    display:block;
    margin:0 auto 24px auto;
    width:70%;
    height:3px;
    background-color:#006287;
}
.note-bas-page{
    padding-top:20px;
}
.note-bas-page p{
    font-size:0.8em
}
.alert-portail{
    color: #be5656;
    text-align: center;
    /*text-transform:uppercase;*/
}
.alert-portail::before{
    font-family: 'iconmembres', fantasy;
    content: '\e6dd';
    font-size: 30px;
    color: #be5656;
    padding-right:10px;
}
.alert-portail-form{
    color: #be5656;
    line-height:1.2em;
}
.alert-portail-form::before{
    font-family: 'iconmembres', fantasy;
    content: '\e6dd';
    font-size: 20px;
    color: #be5656;
    padding-right:10px;
}
.succes-portail{
    color:#3c763d;
    text-align:center;
}
.succes-portail::before{
    font-family: 'iconmembres', fantasy;
    content: '\e6cb';
    font-size: 30px;
    color: #3c763d;
    padding-right:10px;
}
.sec_form table tr td{
    vertical-align:top;
}
.radiobtn label{
    display:inline-block;
    margin:0 10px !important;
}
.radiobtn label + *{
    margin-top:0;
}
.TitreForm{
    display:block;
    color:#fff;
}

/* Custom Portail Centralise*/
span.checkbox {
    position: relative;
    display: inline-block;
    min-height: 0;
    height: 20px;
    line-height: 20px;
    width: 20px;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    vertical-align: middle;
    margin-right:8px;
}
span.checkbox input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
    opacity: 0;
}
span.checkbox input[type="checkbox"]:checked + label.checkbox_inner:before {
    content: '\e616';
}
span.checkbox label.checkbox_inner {
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
span.checkbox label.checkbox_inner:before {
    content: '';
    font-family: 'iconmembres', fantasy !important;
    font-size: 16px;
    height: 100%;
    left: 2px;
    position: absolute;
    right: 0;
    top: 0;
    color: #666669;
}
span.checkbox + label {
    font-size: 14px;
    margin: 0 0 0 10px;
    vertical-align: middle;
}
span.radio {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    min-height: 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 28px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #e1e1e1;
    background: #ffffff;
}
span.radio input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
    opacity: 0;
}
span.radio input[type="radio"]:checked + label.radio_inner:before {
    border-radius: 50%;
    content: "";
    height: 14px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 14px;
    background: #0e450b;
    border:1px solid #3b6c05;
}
span.radio input[type="radio"] + label.radio_inner:before {
    border-radius: 50%;
    content: "";
    height: 14px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 14px;
    border:1px solid #d3ccb8;
}
span.radio label.radio_inner {
    bottom: 0;
    left: 0;
    line-height: 27px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}
span.radio + label {
    font-size: 14px;
    margin: 0 0 0 10px;
    vertical-align: middle;
}
span.radio{
    margin-right:4px;
    border:1px solid #738c95;
}
.DemandeEnLigne .formResponsive .formBody{
    color:#666669;
    font-size:16px;
}
.DemandeEnLigne .item_introtext ul li{
    font-size:inherit;
}
.DemandeEnLigne a.btn{
    border:1px solid #3b6c05;
    padding:15px;
    text-decoration:none;
}
/*Laval*/
.LienSouligne #block-center .row{
    margin:25px 0;
}
.LienSouligne .DemandeEnLigne{
    background-color:#fff;
    color:#666669;
    font-size:16px;
}
.LienSouligne .center{
    text-align:center;
}
.LienSouligne .pretext{
    margin:0 auto;
    max-width: 700px;
    text-align: center;
    padding-bottom:20px;
}
label{
    font-family:inherit;
    font-weight: normal;
    margin:0 5px 3px 0;
}
.LienSouligne .blog{
    display:none;
}
.LienSouligne #maintop{
    color:#333;
    background-color:#e7e5e2;
}
.LienSouligne #maintop a{
    color:#3b6c05;
    text-decoration:underline;
}
.LienSouligne #maintop h2.heading-style-2, .LienSouligne #maintop h4.heading-style-4 {
    color:#11470a;
}
/*Levis*/
.mod-newsflash-adv.icons .item_content i.demande{
    background: rgb(61,110,4);
    background: linear-gradient(165deg, rgba(61,110,4,1) 0%, rgba(9,65,11,1) 70%);
    display:inline-block;
    border-radius:50%;
    font-size:58px;
    line-height:134px;
    margin-bottom:27px;
    width:134px;
}
.co-demande::before{
    /*color:#fff;*/
    background: -webkit-linear-gradient(45deg, #fffe8c, #fffc00, #b6b400);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size:70px;
}
.homeMod + .homeDem{
    background: rgb(61,110,4);
    background: linear-gradient(165deg, rgba(61,110,4,1) 0%, rgba(9,65,11,1) 70%);
}
.homeMod i{
    font-size:58px;
    display:inline;
}
.homeMod .demande a{
    font-size:18px;
    color:#fff;
}
.homeMod .demande p{
    float:right;
    line-height:19px;
    font-family: 'robotoreg', sans-serif;
    width:65%;
}
/*Ajout pour les grilles sur 2 colonnes*/

.colDeux{
    display:inline-block;
    width:80%;
    vertical-align: top;
}
.colDeux.PlusEspace {
    padding-bottom: 22px;
}
#aside-left .paddingRight{
    padding-right:10px;
}
.icoDemande {
    font-size:60px;
}
#maintop{
    padding-top:60px;
}
/* Responsive */
@media (max-width: 1599px) {
    .rd-navbar-right .rd-navbar-main {
        padding-top: 10px;
    }
    ul.links li a, .button-share .button-share-icon{
    padding: 40px 18px;
    letter-spacing: 0;
    font-size: 0;
    line-height: 0;
    width: inherit;
    min-width: inherit;
    }
    .button-share .button-share-icon{
        font-size:20px;
        min-height: inherit;
    }
}
@media (max-width: 1250px) {
    .rd-navbar-panel{
        padding:5px;
        max-width:150px;
        min-width:100px;
    }
    .recherche .mod-menu input{
        max-width:150px;
    }
}
@media (max-width: 1150px){
    .blocFeature{
        width:180px;
        padding:0 0 10px;
    }
}
@media (max-width: 979px){
    .rd-navbar-panel{
        padding:5px;
        max-width:100px;
        min-width:80px;
    }
    .rd-navbar-main .recherche{
        display:none;
    }

}
@media (max-width: 750px){
    #top{
        background: transparent;
        position:fixed;
        top:5px;
        right: 5px;
        padding:0;
        z-index: 1010;
    }
    #header{
        display:none;
    }
    ul.address li .co{
        pointer-events: inherit;
    }
    #top ul.address > li > ul{
        display:none;
    }
    #top .moduletable.pull-right, #top .moduletable.pull-left{
        display: inline-flex;
        vertical-align: middle;
        justify-content: right;
    }
    .rd-mobilepanel_title{
        display:none;
    }
    #content{
        margin-top:40px;
    }
    #topLogo-fix{
        display:block;
        position:fixed;
        top:0px;
        left:60px;
        z-index: 1010;
    }
    ul.flex{
        display: block;
    }
    .blocFeature{
        width:100%;
        margin-bottom:10px;
    }
    #navigation{
        display:none;
    }
    #showcase-a{
        margin-top:55px;
        padding-top:10px;
    }
    .mod_bootstraptabs.news .row{
        display:block;
    }
    .mod_bootstraptabs.news .row .sidebar{
        position:inherit;
        background: transparent;
        padding-top:inherit;
    }
    .mod_bootstraptabs.news .row .sidebar .bg{
        display: none;
    }
    #footer-menu .colonnes{
        display: block;
    }
    #footer-menu .colonnes [class*="span"]{
        max-width:inherit;
    }
    #footer-menu .colonnes [class*="span"]:not(:last-child){
        border-right: none;
    }
}
/* List import */
#listimport h1 {
    text-align:left;
}
#listimport h3 {
    color:#999;
}
/*Nouvelle liste*/
/*Section Nouvelles*/
.mod-newsflash-adv_nouvelles article{
	border-right:3px solid #ff9900;
	border-top:3px solid #ff9900;
}
.mod-newsflash-adv_nouvelles article:last-child{
	border-right:none;
}
.moduletable.nouvelles .module_container header .moduleTitle{
	margin-bottom:14px;
}
.moduletable.nouvelles .module_container h3.heading-style-3{
	color:#222931 !important;
}
.mod-nouvelle-col li{
	display:inline-block;
}
.mod-nouvelle-col li{
	border-right:3px solid #ff9900;
	border-top:3px solid #ff9900;
}
.mod-nouvelle-col li:last-child{
	border-right:none;
}
.block-nouvelle{
	padding:20px;
}
.mod-nouvelles-date{
	font-size:24px;
	color:#73858b;
}
.mod-nouvelles-titre a{
	font-size:18px;
}
.mod-nouvelles-date, .mod-nouvelles-titre{
	padding-bottom:20px;
}
.nouvelles-introtext{
	font-size:15px;
	text-align:justify;
}
.nouvelle-liste{
	border:1px solid #ddd;
	padding:25px 40px;
}
section.nouvelle-liste{
	margin-bottom:25px;
}
.mod-nouvelles-date-list, .mod-nouvelles-titre-list{
	padding-bottom:10px;
}
.mod-nouvelles-titre-list{
	font-size:20px;
	color:#006287;
}
.page-category .fields-container{
    display:none;
}
.fields-container{
    padding:20px 0;
    background:#eee;
}
/*pour la page nous joindre*/
.span8 main .page-category{
    margin-left:-30px;
}
#table-responsive ul{
    margin:0;
}
.category_desc #table-responsive ul li + li{
    border-top:none;
}
#table-responsive td span{
     font-size:14px;
}
/* Parc Immobilier*/
.fwre-skeleton th, .fwre-skeleton td{
    border-bottom:none;
}
.fwre-skeleton table tr td{
    border-right:none;
}
.fwre-skeleton table{
    border:none;
}
.fwre-skeleton table{
    border-bottom:1px solid #E1E1E1;
}
.fwre-item-actions{
    display:none;
}
.btn-parcImmo{
    margin-bottom:30px;
}
.interac figure{
    min-heignt:75px;
    border:1px solid;
}
.accordion-group ul{
    margin:0 0 44px 20px;
    list-style:disc;
}
/*AlertCovid*/
.rd-navbar-aside .AlerteCovid{
    display:flex;
    align-items:center;
    padding:0 50px;
    font-size:20px;
    text-transform:uppercase;
    color:red;
    font-weight:bold;
}
.rd-navbar-aside .moduletable.AlerteCovid{
    border-left:none;
}
.AlerteCovid p{
    padding-bottom:0;
}
.AlerteCovid .mod-article-single{
    margin-bottom:0;
}