@media only screen and (max-width: 800px) {
    	
    	/* Force table to not be like tables anymore */
    	#table-responsive table, 
    	#table-responsive thead, 
    	#table-responsive tbody, 
    	#table-responsive th, 
    	#table-responsive td, 
    	#table-responsive tr { 
    		display: block; 
    	}
     
    	/* Hide table headers (but not display: none;, for accessibility) */
    	#table-responsive thead tr { 
    		position: absolute;
    		top: -9999px;
    		left: -9999px;
    	}
     
    	#table-responsive tr { border: 1px solid #ccc; }
     
    	#table-responsive td { 
    		/* Behave  like a "row" */
    		border: none;
    		border-bottom: 1px solid #eee; 
    		position: relative;
    		padding-left: 50%; 
    		white-space: normal;
    		text-align:left;
    	}
     
    	#table-responsive td:before { 
    		/* Now like a table header */
    		position: absolute;
    		left: 6px;
    		width: 45%; 
    		white-space: nowrap;
    		text-align:left;
    	}
     
    	/*
    	Label the data
    	*/
    	#table-responsive td:before { 
    		content: attr(data-title); 
    		font-size:16px !important;
    		padding:0 !important;

    	}
    	#table-responsive .header-mobile-responsive td:before{
    		color:#fff;
    	}
    	#table-responsive .header-mobile-responsive{
    		height:45px;
    		background-color:#006287;
    	}
    	#table-responsive tr.header-mobile-responsive td{
    		border-bottom:none;

    	}
    	td h3.heading-style-3{
    		font-size:22px !important;
    		line-height:25px !important;
    	}
    }
/* fin tableau responsive */
/*Menu Top*/
.menuTop .mod-menu ul, .flexEntete{
    display: flex;
}
@media (max-width: 440px) {
    #top {
        background: white;
    }
    .menuTop .mod-menu ul, .flexEntete{
        display: flex;
        flex-direction: column;
    }
    #maintop {
       margin-top: 140px !important;
   }
   .imageFixeAccueil {
        margin-top: 130px;
   }
   .menuLangueTop {
       background: white;
       height: 130px;
       width: 50vw;
   }
   .menuTopTous {
       background: white;
       height: 130px;
       width: 50vw;
   }
}
.menuTop .mod-menu a, .lang-inline a{
    font-family: 'geoRegular', sans-serif;
    font-size:17px;
}
.menuTop .mod-menu li{
    padding-left:20px;
}
.lang-inline li{
    padding-left:15px;
}
.ElementTop{
    display: block;
    height: 100px;
    position:fixed;
    top:0;
    background: rgba(255,255,255,1);
    z-index: 10;
    right:0;
    width: 100%;
}
#top{
    position: fixed;
    top:40px;
    z-index: 11;
    right: 0;
    width: 100%;
}
.sectionTexte{
    background: #39b54b;
    margin-top:-20vh
}
/**Module Owl Carousel**/
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;

}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;

    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}
.owl-carousel .owl-nav.disabled:before,
.owl-carousel .owl-dots.disabled:before,
.owl-carousel .owl-nav.disabled:after,
.owl-carousel .owl-dots.disabled:after {
    display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    display: block;
    opacity: 0;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.no-js .owl-carousel {
    display: block;
}
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.mod_owl_carousel .owl-prev,
.mod_owl_carousel .owl-next {
    position: absolute;
    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%);
    font: 24px/46px 'iconmembres', fantasy;
    width: 48px;
    display: block;
    text-align: center;
    background: #1a449a;
    color: #e1ecfe;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-radius: 50%;
    margin:0 -10px;
}
.mod_owl_carousel .owl-prev:hover,
.mod_owl_carousel .owl-next:hover {
    background: #b4b4b4;
    color: #e6e7eb;
}
.mod_owl_carousel .owl-prev {
    left: 0;
}
.mod_owl_carousel .owl-prev:before {
    content: '\e668';
    position: relative;
    left:3px;
}
.mod_owl_carousel .owl-next {
    right: 0;
}
.mod_owl_carousel .owl-next:before {
    content: '\e667';
    position: relative;
    right:3px;
}
.mod_owl_carousel .owl-dots {
    text-align: center;
}
.mod_owl_carousel .owl-dots .owl-dot {
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    position: relative;
    margin-left: 10px;
    width: 16px;
    height: 16px;
    outline: none;
    cursor: pointer;
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #000;
    transition: box-shadow 0.3s ease;
}
.mod_owl_carousel .owl-dots .owl-dot:hover,
.mod_owl_carousel .owl-dots .owl-dot:focus {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.6);
}
.mod_owl_carousel .owl-dots .owl-dot.active {
    box-shadow: inset 0 0 0 8px #000;
}
/**Image Swiper**/
.swiper-container {
    /* margin: 0 auto -87px;
     position: relative;
     overflow: hidden;
     z-index: 1;
     width: 100%;
     top: -87px;*/
}
.swiper-container-no-flexbox .swiper-slide {
    float: left;
}
.swiper-container-vertical > .swiper-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 30%;
    z-index: 10;
    cursor: pointer;
    -moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    font: 24px/46px 'iconmembres', fantasy;
    width: 48px;
    height: 46px;
    display: block;
    text-align: center;
    background: rgba(0, 0, 0, 0.05);
    color: #b5b5b5;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: #b4b4b4;
    color: #e6e7eb;
}
@media (min-width: 767px) {
    .swiper-button-prev,
    .swiper-button-next {
        display: block;
    }
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev {
    left: 4%;
}
.swiper-button-prev:before {
    content: '\e668';
}
.swiper-button-next {
    right: 4%;
}
.swiper-button-next:before {
    content: '\e667';
}
.swiper-pagination {
    display: block;
    position: absolute;
    text-align: center;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-pagination-bullet {
    outline: none;
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 0.5;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}
.swiper-pagination-bullet-active {
    opacity: 1;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}
.swiper-container-vertical > .swiper-pagination {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    -moz-transform: translate3d(0px, -50%, 0);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
}
.swiper-container-horizontal > .swiper-pagination {
    bottom: 20px;
    left: 0;
    width: 100%;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
}
.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube {
    overflow: visible;
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}
.swiper-scrollbar {
    position: relative;
    -ms-touch-action: none;
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    bottom: 0;
    z-index: 50;
    height: 3px;
    width: 100%;
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: #fb8957;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}
.swiper-slide > .vide__body,
.swiper-slide > .slider-parallax-content {
    height: 100%;
}
.slider-parallax-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.slider-parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: center center;
    width: 100%;
    height: 100%;
}
.slider-parallax img {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}
.slider-parallax-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.swiper-slider .swiper-slide, .slider-parallax-content .slide-inner {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: auto;
    height: 100%;
    white-space: nowrap;
}
.swiper-slider .swiper-slide:not(.vide):not(.parallax):before,
.swiper-slider .swiper-slide .parallax_cnt:before,
.swiper-slider .swiper-slide .vide__body:before {
    content: '';
    display: inline-block;
    height: 50%;
}
.swiper-slider .swiper-slide .swiper-slide-caption .camera_caption {
    display: inline-block;
    width: 45%;
    max-height: 100%;
    white-space: normal;
    text-align: left;
}
.swiper-slider .swiper-slide .swiper-slide-caption .camera_caption .btn {
    max-width: 197px;
    width: 100%;
}
.swiper-slider .swiper-slide .swiper-slide-caption .camera_caption.container {
    width: 100%;
}
.swiper-slider .swiper-slide .slide-inner {
    min-height: inherit;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    height: 100%;
    white-space: nowrap;
}
@media (max-width: 767px) {
    .swiper-slider .swiper-slide .slide-inner {
        width: 100%;
    }
}
/* // Swipper */
.camera_caption h2.heading-style-2{
    font:55px/55px 'geoRegular', sans-serif;
    color:#194498;
}
.slide-inner .container{
    width: 100%;
    margin-left: 30px;
    margin-top:-45px;
}
.sectionTexte .mod-article-single{
    width: 60%;
}
.sectionTexte .row-container .container-fluid .row-fluid{
    display: flex;
    justify-content: flex-end;
}
.TexteHome{
    padding:40px 0;
}
.TexteHome h3.heading-style-3, .TexteHome p{
    color:#fff;
    font-size:18px;
}
.TexteHome h3.heading-style-3{
    font:42px/36px 'geoRegular',sans-serif;
}
.enteteMenu i{
    font-size:100px;
    color:#fff;
}
.vert{
    color:#39b54b;
}
.jaune{
    color:#ffcb05;
}
.bleu{
    color:#86b6ff
}
.menuTitre{
    font-size: 30px;
    margin:30px 0;
}
.menuOMHL .menu{
    text-align: center;
}
.menuOMHL a{
    font-family: 'geoRegular', sans-serif;
    display: flex;
    justify-content: center;
    text-decoration:none;
}
.menuOMHL .menu li{
    padding:5px;
    margin-top:10px;
}
.lienVert, .lienJaune, .lienBleu{
    color:#1a4499;
    background: #38b44a;
}
.lienJaune{
    background: #ffcb05;
}
.lienBleu{
    background: #86b6ff;
}
a.lienBlanc{
    color:#fff;
}
a.lienUnderline{
    text-decoration: underline;
    justify-content: left;
    text-align: left;
    margin:0 auto;
    width:60%;
}
a.lienUnderline::before{
    font-size:12px;
    left:15%;
}
.lienBloc{
    padding:8px;
}
#showcase{
    background: #1a4499;
    padding-top:60px;
}
.item_introtext .menuOMHL ul li::before{
    content:"";
}
.blocNouvelle{
    background:#e1ecfe;
    height:550px;
}
.blocNouvelleTexte{
    padding:20px;
}
.blocNouvelleParagraphe{
    padding:0 20px;
}
.blocNouvelleTexte h4.heading-style-4, .blocNouvelleTexte a{
    font: 26px/28px 'geoRegular', sans-serif;
}
.blocNouvelleTexte a{
    text-decoration: none;
}
.blocNouvelleTexte h4.heading-style-4{
    height:85px;
    overflow: hidden;
    margin-bottom: 0;
}

.blocNouvelleImage{
    background-color: white;
    display: flex;
    justify-content: center;
}
.blocNouvelleImage .item_img{
    margin:0;
    height:222px;
}

.blocNouvelleImage .item_img img, .blocNouvelleImage .item_img a img{
    height:222px;
    width:100%;
}
.dernieresNouvelles .positionBouton{
    position:absolute;
    bottom:40px;
    left:50px;
}
.blocTime time{
    font-weight: bold;
}
.ImageBackground{
    width:100%;
    height: 220px;
}
#feature h3.heading-style-3{
    color:#1a4499;
    margin-bottom: 50px ;
}
#feature{
    padding:100px 0;
    background:url("../images/bg_fondBleuFeature.svg");
    background-size: 20%;
    background-repeat: no-repeat;
    margin-top:-1px;
}
#footer .footerTop{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footerTop p{
    font-size:16px;
}
.footerTop a, .copyright a{
    font-family: 'geoRegular', sans-serif;
    color:#829091;
    text-decoration: none;
}
.footerTop .iconeCercle{
    height: 52px;
    width: 52px;
    border-radius: 50%;
    border:3px solid #1a449a;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footerTop .iconeCercle:first-child{
    margin-right:10px;
}
.footerTop .iconeCercle i{
    font-size:32px;
    color:#1a449a;
}
.lienSocial{
    display: flex;
}
.copyright{
    text-align: center;
}
.copyright .Espace::before{
    content:"|";
    padding:0 5px;
}
#maintop{
    min-height: 200px;
    background: url("../images/bg_maintop.png") no-repeat top right;
}
#maintop .moduletable{
    margin-top:120px;
}
#maintop h3.heading-style-3{
    font-family: 'geoRegular', sans-serif;
    color:#fff;
}
#content{
    padding-top:15px;
}
a.ancre{
    position:relative;
    top:-100px !important;
}
.EntetePage, .EntetePageSans, .EnteteCommunautaires{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: -100px;
    margin-bottom: 50px;
}
.EntetePageSans{
    margin-top: initial;
}
.EnteteCommunautaires{
    margin-top: -80px;
}
.topMenuPage{
    display: flex;
    align-items: start;
    justify-content: flex-start;
}
.topMenuItem{
    width:150px;
    text-align: center;
    display: flex;
}
.EntetePage.large .topMenuItem{
    width:inherit;
}
.topMenuItem a{
    text-decoration: none;
}
.topMenuItem a i{
    color:#194498;
}
.topMenuItem i{
    font-size:57px;
}
.topMenuItem .titre{
    text-align: center;
    width: 140px;
}
.topMenuItem a .titre{
    color:#38b44a;
    font-size:18px;
}
main ul li{
    padding-left:9px;
}
main ul li::before{
    content: "•";
    font-size: 16px;
    position: relative;
    left:-9px;
}
.courbureGauche, .courbureDroit, .courbureDroitBas{
    background: #e2ecff;
    min-height: 440px;
    padding: 50px;

}
.courbureGauche{
    border-radius: 0 0 0 200px;
}
.courbureDroit{
    border-radius: 0 200px 0 0;
}
.courbureDroitBas{
    border-radius:0 0 200px 0;
}
.clear{
    clear: both;
}
.espacepetit{
    margin-top:30px;
}
.espacemoyen{
    margin-top:60px;
}
.paddingpetit{
    padding-top:30px;
}
.paddingmoyen{
    padding-top:60px;
}
.espacegrand{
    margin-top: 120px;
}
#nos-valeurs{
    background: url("../images/bg_equipe35.jpg") no-repeat center #d0d53d;
    margin-top: 60px;
    display: block;
    border-radius: 200px 0 0 0;
    padding:100px 0;
}
#nos-valeurs header h3.heading-style-3{
    color:#fff;
    text-shadow: 0 0 8px #000000;
    margin-bottom: 50px;
}
#nos-valeurs .NosValeurs{
    background: #fff1f0;
    padding:20px;
    min-height: 500px;
    margin-left:20px;
}
#nos-valeurs .NosValeurs:first-child{
    margin-left: 0;
}
.NosValeurs .soustexte, .NosValeurs .titre{
    font-size: 25px;
    line-height: 30px;
}
.NosValeurs .titre{
    font-family: 'geoBold', sans-serif;
    color:#38b44a;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.NosValeurs .soustexte{
    color: #38b44a;
    margin-top: 5px;
}
.flex .row-fluid{
    display:flex;
}
.between .row-fluid{
    justify-content: space-between;
}
.FlexJustifier {
    display: grid;
    justify-content: start;
    grid-template-columns: auto auto auto auto auto;
}
.articleConseil{
    min-height: 200px;
    padding:20px;
}
.articleConseil .ImagePerso{
    margin-bottom:15px;
    max-width:169px;
}
.articleConseil .description{
    width:180px;
}
.articleConseil .nom{
}
.articleConseil .nom a.modal_link{
    color:#555555;
    text-decoration: none;
}
.articleConseil .nom a.modal_link:hover{
    color:#444;
}
.page-item_ca{
    display:flex;
    align-items: center;
}
.page-item_ca .fields-container{
    color:#555;
}
.fonction dd, .page-item_ca .fields-container dd{
    margin-left: 0;
}
.fonction .field-label, .page-item_ca .field-label{
    display: none;
}
#col{
    column-count: 2;
}
.blocDeuxCols a, .blocUnCol a{
    font-family: 'geoRegular', sans-serif;
}
a.btn{
    font-family: 'geoRegular', sans-serif;
    text-decoration: none;
}
#rl_modals_loaded_content td, #rl_modals_loaded_content th, #rl_modals_loaded_content p{
    color: #151515;
}
#rl_modals_loaded_content p{
    margin-top: 20px;
}
a.btnFooter{
    color:#fff;
}
ul.blockUL{
    width: 100%;
}
li.flexUL{
    display: flex;
}
li.flexUL span{
    width: 49%;
}
/* Outils SARL*/
/*Recherche Aide-au-logements*/
.blocSARL {
    display:block;
    padding:7px;
}
.blocSARL a{
    text-decoration: none;
}
.enteteSARL{
    background:#7c878e;
    padding:7px;
}
.enteteSARL h4{
    display:inline-block;
    width:80%;
    color:#fff;
    text-align:right;
    margin-bottom:0;
}
.tabEntete{
    background:#7c878e;
}
.tabEntete .cellB, .tabEntete .cellC, .tabEntete .cellD, .tabEntete .cellE,.TabCell .cellB, .TabCell .cellC, .TabCell .cellD, .TabCell .cellE{
    display:inline-block;
    width:15%;
    text-align: center;
    padding-top:7px;
}
.tabEntete .cellA, .TabCell .cellA{
    width:27%;
    display:inline-block;
    vertical-align:top;
}
.icoSarl{
    font-family: 'iconmembres', fantasy;
    font-size:60px;
}
.cellB .icoSarl{
    color:#184798;
}
.cellC .icoSarl{
    color:#ffcc08;
}
.cellD .icoSarl{
    color:#3ab54b;
}
.cellE .icoSarl{
    color:#dc1f26;
}
.TabCell{
    border-bottom:1px solid #7c878e;
}
.cellA img{
    width:180px;
    padding-top:7px;
}
.tabEntete h4, .tabEntete p{
    color:#fff;
    margin:13px 0 0 0;
}
.tabEntete h4{
    font-size:35px;
}
.cellB a:hover, .cellC a:hover, .cellD a:hover, .cellE a:hover{
    text-decoration:none;
}
.cellB a .icoSarl:hover{
    color:#143773;
}
.cellC a .icoSarl:hover{
    color:#d4aa0b;
}
.cellD a .icoSarl:hover{
    color:#318d3e;
}
.cellE a .icoSarl:hover{
    color:#ba2127;
}
.btn.btnSarl{
    width:290px;
    padding:7px;
    white-space:inherit;
}
/* Formulaire*/
.formChampText .formBody input, .formChampText .formBody textarea, .colItems .formBody input, #admisForm input, .formChampJoint .formBody input  {
    padding-left: 10px;
    border:1px solid #1a4499;
}
.formChampText .formBody input, .colItems .formBody input, #admisForm input{
    height: 35px;
}
.FlexForm{
    display: flex;
    align-items: center;
}
.FormTopMedium{
    margin-top:30px;
}
.NSformLaval .Entete{
    font-size:12px;
    text-align: center;
    color:#1a4499;
    line-height: 14px;
}
.NSformLaval .Entete p{
    padding-bottom: 0;
}
.EnteteA, .EnteteB, .Tab1, .Tab2, .Tab3{
    display: flex;
    padding:0 5px;
    min-height: 65px;
    align-items: center;
    justify-content: center;
}
.colItems .Tab1, .colItems .Tab2, .colItems .Tab3{
    min-height: 45px;
}
.FormTable{
    display: table;
}
.TableCol{
    display:block;
}
.EnteteA{
    background:#dbdbee ;
}
.EnteteB{
    background:#eeeef7;
}
.EntetePrimaire{
    margin-right:3px;
    padding-right: 9px;
}
.form6, .form4, .form3, .form8{
    margin-right: 20px;
}
.form6{
    width:50%;
}
.form3{
    width:27%;
}
.form4{
    width:32%;
}
.form8{
    width:66%;
}
.form10{
    width:75%;
}
.form12{
    width:98.45%;
}
.Tab1{
    width:5%;
    margin:0 5px;
}
.Tab3{
    width:13%;
}
.Tab2{
    width:9%;
    margin:0 5px;
}
.Tab2:last-child{
    margin-right: 0;
}
.colItems .Tab3{
    padding:0;
    margin-right:10px;
}
.colItems span.checkbox{
    height: 35px;
    width: 35px;
}
.colItems span.checkbox label.checkbox_inner:before{
    font-size:30px
}
.form10 .formBody > div{
    display:flex;
    margin-left:10px;
}
.form10 .formBody > div label{
    width:100px
}
.EnteteSansMenu{
    display: flex;
    margin-top:-100px;
}
.formChampFichier label, .formChampFichier .formControls .formBody input, .formChampCheckBox label, .formChampText label, .formChampJoint label {
    font-size:16px;
    color:#194498;
}
.formChampFichier .formControls, .formChampCheckBox .formControls{
    margin-top:10px;
}
input::placeholder, textarea::placeholder {
    color:#1a4499;
    font-size:14px;
}
textarea, input::placeholder, textarea::placeholder{
    font-family:'geoRegular', sans-serif;
}
a.chzn-single{
    font-weight:normal;
}
/*ParcImmobilier*/
#fwrerealtor, .fwre-table-item h3.heading-style-3{
    font-family: 'geoRegular', sans-serif;
}
.decoDeuxCol .colorA{
    display: inline-block;
    background-color: #e86e31;
    width: 25%;
    height: 5px;
}
.decoDeuxCol .colorB{
    display: inline-block;
    background-color: #1b5c6b;
    width: 40%;
    height: 5px;
    margin-left: -5px;
}
.fwre-table-item h3.heading-style-3{
    color:#1b5c6b;
}
.fwre-table-item a{
    font-weight: normal;
}
.immeubleDe{
    padding: 10px 10px 0 10px;
}
.fwre-table-item .fwre-list-item-compare{
    display: flex;
    min-height: 55px;
    justify-content: flex-end;
    align-items: center;
    margin-right: 10px;
}
.flex-right .btn{
    padding:6px 24px;
}
.fwre-sh-controls .btn{
    font-size:16px;
}
.fwre_portail .label{
    font-size:16px;
    margin-bottom:10px;
    display:block;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"]{
    height: 17px;
    color:#194498;
}
.searchproperty_type_chzn a, #fwrerealtor a{
    font-weight: normal;
    font-family: 'geoRegular', sans-serif;
}
#fwrerealtor ul li::before{
    content:"";
    position: initial;
}
.InfoPortail table.u-full-width {
    border-bottom: 1px solid #194498;
}
.InfoPortail table tr + tr td{
    border-top:1px solid #194498;
}
.flexEntete {
    align-items:flex-end;
    position:relative;
    margin-top:-60px;
}
.rouge, .rouge strong, h4.heading-style-4.rouge{
    color:#d31f2c;
}
/**Page Payer le loyer **/
.EntetePageTitre, .FlexCols{
    display:flex;
    align-items:center;
}
.FlexCols{
    justify-content: space-between;
}
.EntetePageTitre{
    margin-top:-100px;
}
.topSectionTitre{
    width:70%;
}
.blocPaiement{
    width:23%;
    padding-bottom:30px;
}
.btnPaiementEnLigne{
    width:255px;
    height:115px;
    border-radius:8px;
    box-shadow:0 2px 8px 0 #aaa;
    display:flex;
    align-items:center;
}
a.btnPaiementEnLigne:hover{
    box-shadow:0 2px 8px 0 #194498;
}
/**Page nouvelles **/

.itemsnouvelles .item_introtext{
    margin-bottom:30px;
}
.FlexColsElan{
    display:flex;
    align-items:flex-start;
}
.ContainetFlex{
    width:22%;
}
.caseElan{
    width:80%;
    /*padding:10px;
    border:1px solid #838383;*/
    color:#838383;
    text-align:center;
}
.ElanTitre, .caseElan a, .caseElan.nonactif{
    padding:10px;
    margin-bottom:20px;
}
.caseElan.nonactif{
    border:1px solid #838383;
}
.ElanTitre {
    border-bottom:1px solid #838383;
    color:#194498;
    font-size:24px;
}
.caseElan a{
    border:1px solid #194498;
    background:#194498;
    color:#fff;
    display:block;
    width:100%;
}
.flexTable{
    display:flex;
    align-items:flex-start;
}
.TableGraph1, .TableGraph2{
    display:block;
}
.TableGraph1 img{
    height:20vw;
}
.TableGraph2 img{
    height:25vw;
}
.encadre{
    display:block;
    padding:20px;
    border:1px solid #194498;
}
.avertissementForm .bouton{
    text-align:center;
    margin-top:9px;
}
.logotop{
    text-align:center;
}
#fixlogo{
    display:none;
}
.visibleMobile{
    display:none;
}

@media(max-width:1300px){
    .pull-right{
        float:none;
    }
    #top .row-fluid{
        display:flex;
        justify-content:center;
        flex-direction:row-reverse;
    }
    #logo{
        left:10px;
    }
    .EntetePage, .EntetePageSans, .EnteteCommunautaires{
        margin-top:-50px;
        
    }
}
@media(max-width:960px){
    .nonVisibleMobile{
        display:none;
    }
    .visibleMobile{
        display:block;
    }
}
@media(max-width:780px){
    #header #logo{
        display:none;
    }
   #top #logo{
       display:block;
       text-align:center;
       position:inherit;
   }
   .topMenuPage{
       align-items:flex-start;
       flex-direction:column;
   }
   #maintop{
    min-height: 100px;
    background: url("../images/bg_maintop_100.png") no-repeat top right;
   }
   #maintop .moduletable{
       margin-top:0;
   }
   .EntetePage, .EntetePageSans, .EnteteCommunautaires{
       align-items:flex-start;
   }
   .menuTop .mod-menu li, .lang-inline li{
       padding-left:10px;
   }
   .FlexForm{
       flex-direction:column;
   }
   .FlexForm.Entete, .colItems .FlexForm{
       flex-direction:row;
   }
   .form6, .form4, .form3, .form8{
       width:98.45%;
       flex-direction:column;
       margin-left:15px;
       margin-top:5px;
   }
   .btn{
       line-height:37px;
   }
   #footer .footerTop{
       justify-content:center;
       flex-direction:column;
   }
   #footertop-3{
       margin-top:30px;
   }
   #fixlogo{
       display:flex;
       justify-content:center;
       margin-top:10px;
   }
   #top{
       top:70px;
   }
   #maintop h3.heading-style-3{
       font-size:30px;
   }
   .FlexCols{
       justify-content:center;
       flex-direction:column;
   }
}
.tabOMHL td span.tabBleu, .tabOMHL th span.tabBleu{
    display:block;
    background:#f1f1f8;
    /*height:100%;*/
    padding:20px 10px;
    margin:auto;
}
.tabOMHL th span.tabBleu{
    min-height:40px;
}
.tabOMHL table th,.tabOMHL table tr td {
    border-right:none;
    padding:0 15px;
}
.btn-center{
    margin:20px 0 50px 0;
}
.TabDeuxLignes .tabBleu{
    height:35px;
}
.TabTroisLignes .tabBleu{
    height:60px;
}
.TabQuatreLignes .tabBleu{
    height:90px;
}
.TabDixLignes .tabBleu{
    height:220px;
}
.blocknouvelles .img-intro img{
    height:225px;
    width:337px;
}
/*image fixe accueil*/
.imageFixeAccueil .item_img{
    margin:0;
}
.titreSlider{
    position: absolute;
    top: 12vw;
    z-index: 4;
    left: 12vw;
    font-size: 58px;
    color: #1a4499;
}
.blockVert{
    display:block;
    width: 100%;
    background: #00b63f;
    padding:100px 0 180px;
    margin-top: -12vw;
}
.blockVert .positionDroite{
    position: absolute;
    left:45vw;
}
.blockVert .item_introtext{
    width: 700px;
    color:#fff;
}
.Accent{
    font-size:38px;
}
.SliderFondGauche{
    display:block;
    width: 100%;
    height:50vh;
    background:url("../images/bg_fondVertSlider.svg")no-repeat right;
    position: relative;
    margin-top:-49vh;
    z-index: 2;
    right: 0;
}
.SliderImageDroit{
    position:relative;
    display: block;
    left:-2vw;
    content: url("../images/OMHL-Entete-Bloc-4maisons-900px.png");
    height: 28vw;
    z-index: 4;
    margin-top:-16vw;
}
@media(max-width: 1300px){
    .titreSlider{
        top:12vw;
        left:5vw;
        font-size:45px;
    }
    .blockVert .item_introtext{
        width:500px;
    }
}
@media (max-width: 900px) {
    .titreSlider{
        top:15vw;
        font-size:40px;
    }
    .blockVert .item_introtext{
        width:350px;
    }
    .Accent{
        font-size:30px;
    }
}
@media (max-width: 767px) {
    .blockVert .positionDroite{
        left:5vw;
    }
    .blockVert .item_introtext{
        width: 96%;
    }
    .titreSlider{
        top:15vw;
        font-size:30px;
    }
}
h4.sousSection{
    color:#333;
    font-size:22px;
}
.fwre-item-back-cogi{
    margin-bottom:20px;
}
time{
    font-weight: bold;
}
.rd-mobilemenu_ul li.level_1 a{
    text-decoration:underline;
}
.rd-mobilemenu_ul li.level_1 a.rd-with-ul{
    text-decoration:none;
}
.rd-mobilemenu_submenu li.iceMenuLiLevel_2 a{
    text-decoration:underline;
}
.btnDeuxLignes{
    display:flex;
    justify-content:space-between;
}
.btnLigne .bouton{
    display:flex;
    min-height:57px;
    background:#194498;
    width:351px;
    align-items:center;
    padding:0 12px;
    margin-bottom:20px;
    justify-content:center;
}
.btnBouton{
    text-align:center;
}
a.bouton{
    color:#fff;
    text-decoration:none;
}
a.bouton:hover{
    background:#444;
}
@media (max-width:1175px){
    .btnLigne .bouton{
        width:300px;
        min-height:70px;
    }
}
/** Section Emploi **/
#maintop .emploi h3.heading-style-3{
    margin-bottom:60px;
}
.EntetePageEmploi, .flex{
    display:flex;
    justify-content: space-between;
}
#maintop .emploi h2.heading-style-2{
    font: 45px/50px 'geoBold', sans-serif;
    margin-bottom: 19px;
    color: #194498;
}
#emplois-1, #emplois-2, #emplois-3{
    margin-top:30px;
}
.mod-list-emplois .titreEmploi{
    width:55%;
}
/*
.mod-list-emplois .descriptionPoste{
    width:30%;
}
.mod-list-emplois .btnRead{
    width:15%;
}
*/
.titreEmploi{
    font:20px/21px 'geoBold', sans-serif;
}
.btnEmplois{
    display:flex;
    justify-content:center;
    align-items:center;
    margin:0 15px;
    background: #194498;
    color: #ffffff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    line-height: 27px;
    letter-spacing: 1px;
    padding: 10px 18px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-family: 'geoRegular', sans-serif;
    text-decoration:none;
}
a.btnRead{
    text-decoration:none;
}
.btnEmplois:focus{
  background: #151515;
  color: #ffffff;
  text-decoration:none;
}
.btnEmplois:hover {
  background: #151515;
  text-decoration:none;
}
@media (max-width:1010px){
    .btnLigne .bouton{
        width:93%;
    }
    .btnDeuxLignes{
        flex-direction:column;
        min-height:initial;
    }
    .mod-list-emplois .titreEmploi{
    width:35%;
    }
}
@media (max-width:860px){
    .flex{
        flex-direction:column;
    }
    .mod-list-emplois .titreEmploi{
        width:98%;
        margin-bottom:15px;
    }
    .mod-list-emplois .descriptionPoste{
        width:98%;
        margin-bottom:25px;
    }
    .mod-list-emplois .btnRead{
        width:98%;
        margin-bottom:10px;
    }
}
@media (max-width:767px){
     .EntetePageEmploi{
        flex-direction:column;
    }
}