/*
@font-face {
	font-family: Avenir; src: url(../fonts/AvenirNextLTPro-Regular.otf);
    font-family: AvenirDemi; src: url(../fonts/AvenirNextLTPro-Demi.otf);
	font-family: AvenirBold; src: url(../fonts/AvenirNextLTPro-Bold.otf);
} */

body {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  color: #1c2646;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
  text-rendering: optimizelegibility;
  background-color: #fff;
}
iframe {    
	width: 640px;
	height: 391px;
    border-bottom: 2px solid #ef8105;
    border-top: 2px solid #ef8105; }

@media screen and (max-width: 1024px) {
	iframe {width:100%; }
}
.line-clamp { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.concept-title a {
	    color: #fff !important;
}
.sticky {
	position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    top: 0px;
    z-index: 1000;
	/*border-bottom: 1px solid #f1f1f1;	*/
	-webkit-transition: background ease .3s, box-shadow ease .3s, -webkit-box-shadow ease .3s;
    -ms-transition: background ease .3s, box-shadow ease .3s, -webkit-box-shadow ease .3s;
    transition: background ease .3s, box-shadow ease .3s, -webkit-box-shadow ease .3s;
	/* box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1); */
}
.container {
    position: relative!important;
}
.button-center {
	position: absolute;
    z-index: 1000;
    margin: auto;
    top: 10px;
    width: 180px;
    left: 25%;
}

a {color: #1c2646;outline: none;text-decoration:none;}
a:hover {opacity:0.8;text-decoration:none;}

.g-color-blue-dark {color: #1c2646 !important;}

.g-color-egg-shell {color: #f4f3f1 !important;}
.g-color-grey-charcoal {color: #191919 !important;}
.g-color-grey-light {color: #999 !important;}
.g-color-text-search {color:#545a6d!important;}
.g-color-red-light {color: #ff504b;!important;}
.g-bg-blue-dark {background-color: #172948 !important;}
.g-bg-blue-dark-no-hover {background-color: #172948 !important;}
.g-bg-orange-tonique {background-color: #ef8105;}
.g-bg-orange-tonique-no-hover {background-color: #ef8105;}
.g-bg-red-light {background-color: #ff504b;}
.g-bg-green-light {background-color: #49cda9;}
.g-bg-grey-light {background-color: #999;}
.g-bg-egg-shell {background-color: #f4f3f1;}
.g-bg-temoignage {
    background-color: #f8c083;
    border-radius: 10px;
max-width: 700px;
max-height: 300px;}

.g-brd-blue-dark-1 {
border: solid 1px #172948;
width: 100%;
}


.g-brd-blue-dark-01 {
    border: solid 1px #172948;
}

.g-brd-orange-1 {
    border: solid 1px #ef8105;
    width: 100%;
}
.g-brd-orange-2 {
    border: solid 2px #ef8105;
    width: 100%;
    border-radius: 25px;
    padding: 10px;
	text-align:center;
}
.g-brd-egg-shell-1 {
    border: solid 1px #ddd;
    margin: 10px;
    border-radius: 5px;
}

.g-brd-orange-bottom {
    border-bottom: solid 2px #ef8105;
    width: 100%;
}

.title1 {
	font-size: 1.6rem;
  	color: #ef8105; /* Orange tonique */
	text-transform: uppercase;
	font-weight: 600;
    padding-bottom: 0.2rem;
    width: 100%;
	padding-left: 15px;
}

.h1, .title1b {
    font-size: 1.8rem;
    color: #1c2646; /* Bleu foncé */
    text-transform: uppercase;
    font-weight: 600;
	margin-bottom:inherit;
	line-height:inherit;
}

.title2 {
	font-size: 1.4rem;
  	color: #1c2646; /* Bleu foncé */
	/*text-transform: uppercase;*/
	font-weight: 600;
}

.title2l {
    font-size: 1.4rem;
    color: #1c2646; /* Bleu foncé */
    font-weight: 400;
}

.title3 {
	font-size: 1.3rem;
  	color: #1c2646; /* Bleu foncé */
	font-weight: 600;
    padding-bottom: 0.4rem;
}

.title3b {
	font-size: 1.3rem;
  	color: #ef8105; /* Orange tonique */
	font-weight: 600;
    padding-bottom: 0.4rem;
}

.title3c {
    font-size: 1.2rem;
    color: #1c2646; /* Bleu foncé */
    font-weight: 600;
    margin-bottom: 0.05rem!important;
}

.title5 {
    font-size: 16px;
    color: #ef8105; /* Orange tonique */
    font-weight: 600;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
}

.news-title {
    font-size: 1.25rem;
    line-height: 1.4rem;
    color: #191919; /* Gris anthracite */
    font-weight: 600;
    margin-top: 3px;
}

.news-content a{ 
	text-decoration: underline;
}
.news-content {
    font-size: 1.1rem;
    line-height: 1.25rem;
    font-weight: 400;
    color: #191919; /* Gris anthracite */
    margin: 4px 0;
}

.news-more {
    font-size: 1.1rem;
    line-height: 1.2rem;
    font-weight: 600;
    color: #191919; /* Gris anthracite */
    padding-left: 5px;
}

.news-date {
    font-size: 1rem;
    color: #ef8105; /* Orange tonique */
    font-weight: 400;
    vertical-align: bottom;
}

.folders-author {
    font-size: 1.2rem;
    line-height: 1.3rem;
    font-weight: 500;
    color: #191919; /* Gris anthracite */
    font-style: italic;
    margin: 5px 0 15px 0;
}

.folder-title {
    font-size: 1rem;
    line-height: 1.2rem;
    text-transform: uppercase;
    color: #1c2646; /* Bleu foncé */
    font-weight: 300;
    margin: 10px 10px 0 10px;
}

.icon-72 {height: 70px;}
.icon-48 {height: 48px;}
.icon-36 {height: 36px;}
.icon-32 {height: 32px;}
.icon-24 {height: 24px;}
.icon-22 {height: 22px;}
.icon-20 {height: 20px;}
.icon-18 {height: 18px;}
.icon-16 {height: 16px;}
.icon-14 {height: 14px;}
.icon-12 {height: 12px;}

.icon-orange {fill: #ef8105;}
.icon-blue-dark {fill: #1c2646;float: left;}
.icon-white {fill: #FFF;}


.icon-orange:hover,
.icon-blue-dark:hover
{opacity: 0.8;}

.line_top_header {
	width: 100%;
	height:5px;
	background: linear-gradient(#b7bdc6, #ffffff);
	
}

.g-brd-primary {
    border-color: #ef8105 !important;
}

.u-btn-outline-blue-dark {
  color: #1c2646;
  border-color: #1c2646;
  background-color: transparent;
}

.u-btn-outline-blue-dark:focus, .u-btn-outline-blue-dark.active {
  color: #fff;
  background-color: #1c2646;
}

.u-btn-outline-blue-dark:hover {
  color: #fff;
  background-color: #1c2646;
}


/* Outline Button Bluegrey */
.u-btn-outline-bluegray2 {
  color: #999;
  border-color: #999;
  background-color: transparent;
}

.u-btn-outline-bluegray2:focus, .u-btn-outline-bluegray2.active {
  color: #333;
  background-color: transparent;
	border: 1px solid #1c2646;
}

.u-btn-outline-bluegray2:hover {
color: #1c2646;
  background-color: transparent;
	border: 1px solid #1c2646;
    transition: .3s ease-out;
    filter:Alpha(opacity=80);
    opacity: 0.8;
}


.u-block-hover:hover .g-color-blue-dark--hover, .g-color-blue-dark--hover:hover {
  color: #fff !important;
 background-color: #1c2646;
}


.u-block-hover:hover .g-color-orange--hover, .g-color-orange--hover:hover {
  color: #fff !important;
 background-color: #ef8105;

}

.u-block-hover:hover .g-color-gray-light--hover, .g-color-gray-light--hover:hover {
  color: #fff !important;
 background-color: #999999;
}
.g-color-orange a:hover, a.g-color-orange :hover{
	 text-decoration: none;
}
.u-shadow-v1-8 {
    -webkit-box-shadow: 0 0 10px #CCC;
     box-shadow: 0 0 10px #CCC;
}

.u-shadow-v1-9 {
    -webkit-box-shadow: 0 0 6px #ddd;
    box-shadow: -5px 0 8px #ddd;
    border: 1px solid #ebedef;
}

.u-shadow-v1-9:hover {
    -webkit-box-shadow: 0 0 3px #bbb;
    box-shadow: 0 0 3px #bbb;
    transition: .1s ease;
    cursor: pointer;
    background-color: #FAFAFA;
    border: 1px solid transparent;
}

.u-shadow-v1-10 {
    -webkit-box-shadow: 0 0 10px #888;
    box-shadow: 0 0 10px #888;
}

.u-shadow-v1-11 {
    -webkit-box-shadow: -5px 0 8px #ddd;
    box-shadow: -5px 0 8px #ddd;
    border: 1px solid #ebedef;
    width: 100%;
}

.u-shadow-v1-12 {
    -webkit-box-shadow: 1px 0 10px #ebedef;
    box-shadow: 1px 0 10px #ebedef;
    border: 1px solid #1c2646;
}

.u-shadow-v2 {
    -webkit-box-shadow: -5px 0 8px #ddd;
    box-shadow: -5px 0 8px #ddd;
    border: 1px solid #1c2646;
}



@media (min-width: 992px)
{
    .hs-menu-initialized {
        margin-top: -30px;
        padding: .5rem 1rem 0;
	}
	
	img#logo-header {
        margin-top: -44px;
        margin-left: -30px;
	}
}

.top-menu {
	position: relative;
	z-index: 12;
    margin-left: 30%;
	padding-top: 10px;
    margin-right: -40px;
}

.g-pos-rel {
    margin-right: -40px;
    margin-bottom: 2px;
}


img#logo-header:hover {
    opacity: 0.8;
	}

.ms-slide-bgcont {
    border-radius: 10px !important;
}


.u-btn-dark-blue {
    color: #fff;
    background-color: #1c2646;
    border: 1px solid #1c2646;
}


.u-btn-dark-blue:hover,
.u-btn-dark-blue:hover,
.u-btn-dark-blue:active {
    color:#1c2646;
    background-color: #FFF;
    border: 1px solid #1c2646;
    transition: .1s ease-in-out;
}

a.u-btn-dark-blue,
a.u-btn-dark-blue-footer {
    color: #fff;
}

.u-btn-orange-kaza {
    color: #fff!important;
    background-color: #ef8105;
    border: 1px solid #ef8105;
}

.u-btn-orange-kaza:hover,
.u-btn-orange-kaza:active {
    color: #ef8105!important;
    background-color: #FFF;
    border: 1px solid #ef8105;
    transition: .1s ease-in-out;
}



.u-btn-dark-blue-footer {
    color: #fff;
    background-color: transparent;
    border: 2px solid #FFF;
    border-radius: 10px;
    width: 100%;
    font-size: 1rem;
    letter-spacing: 0.05rem;
    font-weight: 500;
}

.u-btn-dark-blue-footer:hover {
    color: #1c2646;
    background-color: #fff;
    opacity: 0.8;
}


.slider-category {
    font-size: 1.2em;
    color: #FFF;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 10px;

}

.slider-title {
    font-size: 3em;
    color: #f4f3f1;
    line-height: 1.1em;
    font-weight: bolder;
    text-transform: uppercase;
}

.slider-text-temoignages {
     font-size: 1.3em;
     color: #FFF;
     line-height: 1.4em;
     font-weight: 600;
    padding: 40px 70px 0 70px;
 }

.slider-text-temoins {
    font-size: 1.1em;
    color: #000;
    line-height: 1.2em;
    font-weight: 600;
    padding: 0 70px 10px 70px;
}

.slider-sub-title {
    font-size: 1.35em;
    line-height: 1.45em;
    color: #f4f3f1;
    font-weight: bold;
}

.banner-more-content {
    height: 88%;
    width: 25%;
    background-color: #f4f3f1;
    position: relative;
    z-index: 121;
}

.banner-text-responsive {
    font-size:1.1em;
}

.banner-link {
    width:100%;
    height: 100%;
    position: relative;
    z-index: 120;
}

.box-green {
    background-color: #49cda9;
    border-radius: 10px;
    padding:2px;
    -webkit-box-shadow: 0 0 10px #ddd;
    box-shadow: 0 0 10px #ddd;
}

.box-green:hover {
    opacity: 0.8;
    -webkit-box-shadow: 0 0 10px #777;
    box-shadow: 0 0 10px #777;
}

.show-viewpoint {
    color: #666;
    position: absolute;
    font-size: 12px;
    z-index: 9999;
    margin-left: -8px;
    margin-top: 4px;
}

.white-link {
    color: #ffffff !important;
    letter-spacing: 0.05rem;
}

.u-ns-bg-v3-bottom::before {
    bottom: -14px;
    border-width: 14px 16px 0 16px;
}

.concept-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.concept-sub-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

.u-ns-bg-v3-bottom.g-bg-orange-tonique::before {
    border-top-color: #ef8105;
    left: 250px;
}

.u-ns-bg-v3-bottom.g-bg-red-light::before {
    border-top-color: #ff504b;
    left: 250px;
}

.u-ns-bg-v3-bottom.g-bg-green-light::before {
    border-top-color: #49cda9;
    left: 250px;
}

.g-align-bottom {
    position: absolute;
    bottom: 30px;
}

.g-align-bottom2 {
    position: absolute;
    bottom: 30px;
    margin: 0 22%;
}

.g-align-bottom3 {
    position: absolute;
    bottom: 30px;
    width: 92%;
    padding: 15px 4%;
}


.form-control-white:focus,
.form-control-white
{
    border-color: white!important;
}

.icon-fliph {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.g-title-dark-blue {
    color: #fff;
    background-color: #1c2646;
    border: 1px solid #1c2646;
    width: 100%;
    border-radius: 10px;
    font-weight: bold;
}

.g-title-orange {
    color: #fff;
    background-color: #ef8105;
    border: 1px solid #ef8105;
    width: 100%;
    border-radius: 10px;
    font-weight: bold;
}


.list-v1 {
    list-style-type: none;
    line-height: 1.9;
    padding-inline-start : 10px;
}

.u-form-control {
    padding: 0.2rem 0.7rem .3rem;
}

label {
  font-weight: bold;
}

.form-control {
    border-color: #efefef;
    height: auto;
}

/* Dropdown Login */
.dropdown:hover>.dropdown-menu2 {display: block;}
.dropdown>.dropdown:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.dropdown-toggle::after {
    content: "\e900";
    position: relative;
    top:0;
    font-family: "hs-icons" !important;
    font-size: 18px;
    display: inline;
    border: none;
    margin-left: 0.5rem;
    background: #7f7d7d;
    color: white;
    padding: 3px 3px;
    font-weight: 900;
}

.dropdown-s-menu > a::after {
    content: "\e900";
    font-family: "hs-icons" !important;
    font-size: 10px;
    display: inline;
    margin-left: 7px;
}

.select-kaza {
    border: 1px solid #efefef;
    padding: 0 0 0 10px;
    margin: 0;
    line-height: 1.4;
}

.bootstrap-select .dropdown-toggle .filter-option {
    padding: 3px 0 0 10px;
}

.frame-orange {
    border: 2px solid #ef8105;
    background-color: #fff;
    padding: 10px 5px;
    border-radius: 10px;
}

.frame-grey-light {
    border: 1px solid #efefef;
    background-color: #fff;
    padding: 10px 5px;
    border-radius: 10px;
}

.frame-grey-light-over {
    overflow: auto;
    height: 324px;
    padding: 5px;
}



.frame-red-light {
    border: 2px solid #ff504b;
    background-color: #fff;
    padding: 10px 5px;
    border-radius: 10px;
}

.iframe-grey-light {
    overflow: auto;
    padding: 5px;
}

.iframe-propriete {
    width: 95px;
    box-sizing: content-box;
}

.iframe-propriete::after,
.iframe-propriete::before
{
    box-sizing: content-box;
}

.frame-blue-dark {
    background-color: #172948;
    padding: 15px;
    border-radius: 10px;
    width: 100%;
}

.my_profil_brd_left {
    border-left: 1px solid #1c2646;
    margin-left: -10px;
    padding-left: 10px;
}

.dropdown-menu2 {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;@
    margin: 0 0 0;
}

.frame-login {
    min-width: 13rem;
    opacity: 0.95;
    text-align: left;
    list-style: none;
    font-size: 1rem;
    margin: 2px 0 0 0;
    border: 1px solid #999;
    border-radius: 10px;
    background-color: #efefEf;
    background-clip: padding-box;
    color: #212529;
    padding: 10px;
}

.dropdown-menu2.show {
    display: block;
}

.iframe-grey-light::-webkit-scrollbar {width: 10px; }
.iframe-grey-light::-webkit-scrollbar-track {background: #d8d8d8; border-radius:5px;margin: 2px;}
.iframe-grey-light::-webkit-scrollbar-thumb {background: #3f3f3f;border-radius: 5px;margin: 2px;}
.iframe-grey-light::-webkit-scrollbar-thumb:hover {background: #4f4f4f;}

.frame-grey-light::-webkit-scrollbar {width: 10px;  }
.frame-grey-light::-webkit-scrollbar-track {background: #efefef; border-radius:5px;margin: 2px;}
.frame-grey-light::-webkit-scrollbar-thumb {background: #d0d0d0;border-radius: 5px;margin: 2px;}
.frame-grey-light::-webkit-scrollbar-thumb:hover {background: #4f4f4f;}

.overflow300::-webkit-scrollbar {width: 10px;  }
.overflow300::-webkit-scrollbar-track {background: #efefef; border-radius:5px;margin: 2px;}
.overflow300::-webkit-scrollbar-thumb {background: #d0d0d0;border-radius: 5px;margin: 2px;}
.overflow300::-webkit-scrollbar-thumb:hover {background: #4f4f4f;}

.frame-grey-light-over::-webkit-scrollbar {width: 10px;  }
.frame-grey-light-over::-webkit-scrollbar-track {background: #efefef; border-radius:5px;margin: 2px;}
.frame-grey-light-over::-webkit-scrollbar-thumb {background: #d0d0d0;border-radius: 5px;margin: 2px;}
.frame-grey-light-over::-webkit-scrollbar-thumb:hover {background: #4f4f4f;}


a.folder-title:hover  {
	text-decoration:underline;	
}
a.g-link-orange {
    color: #ef8105;
}
a.g-link-blue-dark {
    color: #1c2646;
    text-decoration-line: underline;
}

a.g-link-orange:hover,
a.g-link-blue-dark:hover
{text-decoration-line: none;
text-decoration:none;
   opacity: 0.8;
}

.g-w235 {width:235px;}
.g-w300 {width:300px;}
.g-w330 {width:330px;}
.w-max-710 {
    max-width: 710px;
}

.col-form-label {
    padding-right: 15px;
}

.g-reduce-95 {
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.g-reduce-95:hover  {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);

    -moz-transition: all .5s ease;
    /* WebKit */
    -webkit-transition: all .5s ease;
    /* Opera */
    -o-transition: all .5s ease;
    /* Standard */
    transition: all .5s ease;
}

.g-inline-block {
    display: inline-block;
}

.morecontent span {
    display: none;
}

.morelink {
    display: inline;
    font-weight: 600;
}

input[type="radio"]:checked + * .g-bg-primary--checked {
    background-color: #1c2646 !important;
}

.h-118 {min-height: 118px;}

.panel-v1 {
    width: 330px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.btn.g-bg-blue-dark.g-color-white:hover {
    opacity: 0.8;
}

@media (min-width: 1024px) {
    .paywall__container:before {
        display: block;
        width: 66.4rem;
    }

}

.paywall__container:before {
        background-image: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,.9),#fff);
        height: 8rem;
        top: -8rem;
        position: absolute;
        left: 0;
        content: " ";
        width: 100%;
}

}
.paywall__header {
        grid-column: 1/span 3;
        text-align: center;
        background-color: #fff;
        padding: .4rem 0 2rem 0;
}
.paywall__headline {
    display: flex;
    flex-direction: column;
}

.paywall__content {
        border: .1rem solid #e2e4e9;
        padding: 1.2rem;
        position: relative;
        transition: height .3s ease;
    border-radius: 10px;
    background-color: #f6f6f6;
 }

.paywall__container {
    max-width: 100rem;
    margin: 0 auto;
    padding: 0 1.6rem;
    position: relative;
    background-color: #fff;
}

.meta_author:after {
    color: #d5d8dc;
    content: "\2022";
    padding: 0 .4rem 0 .4rem;
    display: inline-block;
    line-height: 1;
}

.article_header:after {
    content: " ";
    display: block;
    width: 4rem;
    height: .1rem;
    background-color: #d5d8dc;
    position: relative;
    bottom: -20px;
}

 .article_header {
    padding-bottom: 2.4rem;
    grid-column: 1/span 2;
    grid-row: 1;
}

 .g-min-height-250 {
     min-height: 250px;
 }

.g-min-height-500 {
    min-height: 500px;
}

.bottom-15 {
    bottom: 15px;
}

.bg-image-link a {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0;
}

.icon-magnifier-pos {
    position: absolute;
    margin-left: -45px;
    margin-top: 70px;
    width: 1.6rem!important;
    height: 1.6rem!important;
    font-size: 0.7rem!important;
}

.dropdown-menu {
    min-width: 12rem;
}

.ms-skin-temoignage .ms-slide .ms-slide-vpbtn,
.ms-skin-temoignage .ms-video-btn {
    width: 50px;
    height: 51px;
    background: url(skins/temoignages.png) no-repeat -14px -150px;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
}

.ms-skin-temoignage .ms-slide .ms-slide-vcbtn {
    width: 30px;
    height: 30px;
    background: url(skins/temoignages.png) no-repeat -24px -28px;
    top: 18px;
    right: 30px;
}


/* controls */

.ms-skin-temoignage .ms-nav-next,
.ms-skin-temoignage .ms-nav-prev {
    width: 64px;
    background: url(skins/temoignages2.png);
    background-position: -85px 0px;
    height: 64px;
    cursor: pointer;
    top: 15%;
    left: 0;
    margin-top: -20px;
    position: absolute;
    z-index: 110;
}
.ms-skin-temoignage .ms-nav-next {
    right: 0;
    left: auto;
    background-position: -90px -65px;
    top: 75%;
}
@media (min-width: 992px)
{
.breves {
    height: 1550px;
    overflow: auto
}
}

.u-label:hover {
    opacity: 0.8;
}

.ms-bullets.ms-dir-h {
    bottom: 0px;
}



@media (max-width: 991px)
{
    .news-content, slider-info {
        font-size: 0.8rem;

    }

    .news-title, .slider-info-title, .slider-info-more {
        font-size: 0.9rem!important;

    }

    .slider-info-title {
        margin-bottom: 5px!important;
    }

    .slider-info-more {
        margin-top: 5px!important;
    }
    .news-date {
        font-size: 0.7rem;
    }

    .breves {
        height: 200vh;
        overflow: hidden;
    }

    .breves img {
        width: 100px;
    }

    .banner-more-content {
        visibility: hidden;
    }

    .navbar-brand img {
        height: 12vw;
        max-height: 74px;
    }

    .u-label {
        font-size: .7rem;
        line-height: 0.9rem;
    }

    .ms-bullets.ms-dir-h {
        bottom: 3px;
    }

    .ms-skin-default .ms-bullet {

        background: url(https://kazachok.com/assets/css/skins/light-skin-1.png) no-repeat!important;

    }

}

ul.nav.nav-justified.u-nav-v1-1 {
    margin: -15px;
}

.propriete-title {
    width: 100px;
    font-size: 11px;
    margin-top: 0.3rem !important;
    text-align: center!important;
    overflow: hidden;
    height: 30px;
}
.fixed-bottom-contact {
    right: 0;
    left: 0;
    z-index: 999!important;
    position: absolute;
    bottom: 30px;
    text-align: center!important;
}

.btn-abo {
    position: absolute;
    bottom: 0;
    margin: 0 15%;
}

.box-shadows-1 {
    box-shadow: 0px 5px 5px rgba(60, 60, 60, .3);
}

.deco-orange-l {
    top: 153px;
    left: -1px;
    position: absolute;
}

.deco-orange-r {
    top: 153px;
    right: -1px;
    position: absolute;
}

.w-102 {
    width: 102%;
    margin-left: -1%;
    position: relative;
    z-index: 10;
}

a.like-unlike {
    fill: #fff;
    stroke: #ef8105;
    stroke-width: 1rem;
}

a.like-unlike:hover {
    fill: #ef8105;
    transform: scale(1.2);
    transition: transform ease-out .2s, background .4s, -webkit-transform ease-out .2s;
    overflow: inherit;
}


a.like-unlike.liked {
    fill: #ef8105;
    stroke-width: 0.5rem;
}

.overflow300 {
    height: 290px;
    overflow: auto;
    margin-bottom: 40px;
}

.lbh {
    margin: 0 -15px 15px -15px;
}

.u-icon-v1-in {
    width: inherit;
    height: inherit;
    font-size: inherit;
}

.w95 {
    width: 95px;
}

.menu-anim {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;

}
.menu-anim * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

@media screen and (min-width: 1024px) {
.menu-anim li {
    display: inline-block;
    list-style: outside none none;
    margin: 0.5em 1.5em;
    padding: 0;
}
}

@media screen and (max-width: 1024px) {
    .menu-anim li {
        display: inline-block;
        list-style: outside none none;
        margin: 0 1.5em;
        padding: 0;
    }
}



.menu-anim a {
    padding: 0.3em 0;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    text-decoration: none;
    display: inline-block;
}
.menu-anim a:before,
.menu-anim a:after {
    height: 2px;
    position: absolute;
    content: '';
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    background-color: #ef8105;
    width: 0;
}
.menu-anim a:before {
    top: 0;
    left: 0;
}
.menu-anim a:after {
    bottom: 0;
    right: 0;
}
.menu-anim a:hover,
.menu-anim .current a {
    color: #ffffff;
}
.menu-anim a:hover:before,
.menu-anim .current a:before,
.menu-anim a:hover:after,
.menu-anim .current a:after {
    width: 100%;
}


.u-btn-outline-orange:focus {
    color: #ef8105!important;
    background-color: #FFF!important;
}
.result-element > p > a , .result-element > p > a :visited, .result-element > p > a :hover, .media a, .propriete-title a {
	text-decoration: underline;
}

.btn-search2 {
    float: right;
    bottom: 38px;
}

@media screen and (max-width: 1024px) {
	.imgresp {
		width:100%
	}
}

.g-center {
    text-align: center;
}