@font-face {
    font-family: 'DIN';
    src:  url('../modules/lmhsiteinternet/css/fonts/DIN-Alternate-Bold.woff2') format('woff2'),
    url('../modules/lmhsiteinternet/css/fonts/DIN-Alternate-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Helvetica';
    src:  url('../modules/lmhsiteinternet/css/fonts/Helvetica-Regular.woff2') format('woff2'),
    url('../modules/lmhsiteinternet/css/fonts/Helvetica-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Museo';
    src:  url('../modules/lmhsiteinternet/css/fonts/Museo-700.woff2') format('woff2'),
    url('../modules/lmhsiteinternet/css/fonts/Museo-700.woff') format('woff');
}

.translate {
    transform: translateY(100%);
}

.lienCookie a { display: inline-block; transition: all 0.3s ease;}

.lienCookie a:hover { transform: scale(1.2);}

.cookie {
    height: 170px;
    width: 100%;
    position: fixed;
    bottom:0;
    transition: transform 0.5s ease-in-out;
    z-index: 100;
}

.js-close-banner {
    transform: translateY(100%);
}

.cookie__popup {
    height: max-content;
    width:calc((100% / 10) * 6);
    background:white;
    position:fixed;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 60px 0 0 0;
    overflow: hidden;
    transform:scale(0);
    transition: transform 0.5s ease-in-out;
    z-index: 101;
}

.cookieAlert {
  padding: 20px;
  background-color: #04AA6D;
  color: white;
  margin-bottom: 15px;
  text-align:center;
}

.cookie__popup__validation {
    height: 87.5%;
    width:calc((100% / 10) * 6);
    position:fixed;
    margin: auto;
    inset: 0;
    border-radius: calc((100% / 10) * 2) 0 0 0;
    overflow: hidden;
    pointer-events:none;
    transform:scale(0);
    transition: transform 0.5s ease-in-out;
}

.js-open-popup {
    transform:scale(1);
}

.cookie__popup__close {
    position: absolute;
    top:0;
    right:0;
    background:#D81E05;
    padding: 20px;
    cursor: pointer;
}

.cookie__popup__element {
    padding: 40px 80px;
    overflow: auto;
    height: 100%;
}

.cookie__popup__element::-webkit-scrollbar  {
    width:5px;
}

.cookie__popup__element::-webkit-scrollbar-thumb {
    background: red;
}

.cookie__popup__element__description {
    font-size: 14px;
    font-family: 'Helvetica', sans-serif;
    margin: 20px auto;
    line-height: 1.3;
    margin-bottom: 30px;
    font-weight: bold;
    margin-left: 77.5px;
}

.element__cookie__buttons {
    /* padding-bottom: 75px; */
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: 20px;
}

.element__cookie__buttons a {
    cursor: pointer;
    background: none;
    font-size: 20px;
    color: #D81E05;
    display: inline-block;
    font-family: 'Museo',serif;
    border-top: 2px solid #D81E05;
    border-bottom: 2px solid #D81E05;
    padding: 11px 23px 12px;
    position: relative;
    text-align: center;
    text-decoration:none;
}

.element__cookie__buttons a:before {
    content: "";
    background: #D81E05;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    bottom: 0;
    transition: all 0.6s ease;
}

.element__cookie__buttons a span{
    position: relative;
    z-index:2;
    transition: all 0.8s ease;
}

.element__cookie__buttons a:hover:before {
    width: 100%;
}

.element__cookie__buttons a:hover span {
    color:white;
}

.element__cookie__parameter {
/*   display:flex;*/
}

.element__cookie__parameter:last-of-type {
    margin-bottom:80px;
}

.element__cookie__parameter label {
    width: 90%;
    margin-left: 50px;
    margin-bottom: 30px;
}

input.checkboxCookie + label:before {border: 1px solid #D81E05 !important ;}

.element__cookie__parameter label p.title {
    color: #D81E05;
    font-size: 22px;
    font-family: 'DIN', sans-serif;
    margin-bottom: 7.5px;
    font-weight: bold;
}

.element__cookie__parameter label p.description {
    font-size: 14px;
    font-family: 'Helvetica', sans-serif;
    color: black;
}

.cookie__banner {
    background:white;
    width: 100%;
    height: 100%;
    border-radius: 60px 0 0 0;
}

.elements {
    display: flex;
    padding: 30px 55px;
}

.elements__text {
    display: flex;
    flex-direction: column;
}

.elements__buttons {
    display: flex;
}

.elements__text {
    width:70%;
}

.elements__buttons {
    align-self: flex-end;
    margin-left: auto;
}

.elements__title {
    color: #D81E05;
    font-size: 35px;
    font-family: 'DIN', sans-serif;
}

.elements__paragraph {
    font-size: 14px;
    font-family: 'Helvetica', sans-serif;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 0px;
    width: 85%;
}

/* .elements__buttons a:nth-child(2) {
    margin: 20px 0;
} */

.elements__buttons a {
    cursor: pointer;
    background: none;
    font-size: 20px;
    color: #D81E05;
    display: inline-block;
    font-family: 'Museo',serif;
    border-top: 2px solid #D81E05;
    border-bottom: 2px solid #D81E05;
    padding: 11px 23px 12px;
    position: relative;
    text-align: center;
    text-decoration:none;
    margin: 0px 10px;
}

.elements__buttons a:before {
    content: "";
    background: #D81E05;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    bottom: 0;
    transition: all 0.6s ease;
}

.elements__buttons a span{
    position: relative;
    z-index:2;
    transition: all 0.8s ease;
}

.elements__buttons a:hover:before {
    width: 100%;
}

.elements__buttons a:hover span {
    color:#fff;
}

.description {
    line-height: 1;
}

.panel {
    background:red;
    width:800px;
    margin: 0 auto;
    position:relative;
    height: 500px;
}

.card-privacy {
    background:white;
    width: 100%;
    height: 100%;
    display:flex;
}

.card-privacy__element {
    display:flex;
    flex-direction:column;
    align-self:center;
    padding: 100px 80px;
}

.card-privacy__element__title {
    color: #D81E05;
    font-size: 30px;
    font-family: 'DIN', sans-serif;
    text-align:center;
    margin-bottom:30px;
}

.card-privacy__element__description {
    font-size: 14px;
    font-family: 'Helvetica', sans-serif;
    color: black;
    text-align:center;
}

.card-privacy__element__span {
    font-family: 'Museo';
    font-size: 14px;
    text-transform:uppercase;
    text-align:center;
    margin-top:10px
}

.card-privacy__element__span a {
    text-decoration:none;
    color: #D81E05;
}

.card-privacy__element__link{
    cursor: pointer;
    background: none;
    font-size: 26px;
    color: #D81E05;
    display: inline-block;
    font-family: 'Museo',serif;
    border-top: 2px solid #D81E05;
    border-bottom: 2px solid #D81E05;
    padding: 11px 23px 12px;
    position: relative;
    text-align: center;
    text-decoration:none;
}

.card-privacy__element__link:before {
    content: "";
    background: #D81E05;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    bottom: 0;
    transition: all 0.6s ease;
}

.card-privacy__element__link span{
    position: relative;
    z-index:2;
    transition: all 0.8s ease;
}

.card-privacy__element__link:hover:before {
    width: 100%;
}

.card-privacy__element__link:hover span {
    color:#fff;
}


.privacy__link {
    margin-top:40px;
    display: flex;
    flex-direction: column;
}

.privacy__link p{
    padding-bottom: 30px;
}

.privacy__link div{
    text-align: center;
}


@media screen and (max-width: 1920px) {

    .cookie__popup {
        height: 70vh;
    }

    .element__cookie__buttons {
        padding-bottom: 75px;
    }

}

@media screen and (max-width: 1440px) {
    .element__cookie__buttons {
        flex-direction:column;
    }

    .element__cookie__buttons a{
        margin: 0px auto;
        min-width: 255px;
    }

    .element__cookie__buttons a:nth-child(2){
        margin: 25px auto;
    }
    .cookie {
        height: 200px;
    }

    body .element__cookie__buttons {
        padding-top: 0px;
    }

}

@media screen and (max-width: 1279px) {

    .elements__buttons a{
        margin: 15px 50px 0 0;
    }

    body .elements__buttons {
        display: block;
        margin-top: 10px;
    }

    .cookie {
        height: 230px;
    }

    .elements {
        flex-direction: column;
    }

    .elements__text,.elements__buttons{
        width: 100%;
    }

    .elements__buttons {
        margin-top: 30px;
    }

    .elements__paragraph {
        width: 100%;
    }
}

@media screen and (max-width: 1079px) {

    body .cookie__popup__element__description br {
        display: none;
    }

    body .card-privacy__element {
        padding: 50px 40px;
    }
    .cookie {
        height: auto;
    }

    .elements {
        flex-direction:column;
    }

    .elements .elements__buttons {
        flex-direction:row;
        margin: 0 auto;
        width:100%;
        justify-content:space-between;
    }

    .elements .elements__text {
        width:100%;
    }

    .elements .elements__text .elements__paragraph {
        margin-top:15px;
        margin-bottom: 15px;
    }

    .cookie__popup .element__cookie__parameter label {

        margin-left:25px;
    }

    .cookie__popup .cookie__popup__element {
        padding:40px 40px;
    }

    body .elements__paragraph {
        width:100%;
    }

    .cookie__popup__element__description {
        margin-left: 52.5px;
    }


}

@media screen and (max-width: 720px) {

    body .elements__buttons a {
        min-width: 150px;
        margin: 10px auto;
    }

    .elements .elements__buttons {
        display:flex;
        flex-direction:column;
    }

    .cookie__popup .cookie__popup__element {
        padding:45px 15px;
    }

    .cookie__popup .element__cookie__parameter label {
        margin-left:10px;
    }

    body .cookie__popup__validate {
        padding: 10px 25px;
    }

    body .cookie__popup__validate p {
        font-size:20px;
        padding: 5px 12.5px;
    }

    body .cookie__popup {
        width:calc((100% / 10) * 8.5);
    }

    body .cookie__popup__validation {
        width:calc((100% / 10) * 8.5);
        height: 82.5%;
    }

    body .cookie__popup__close p {
        font-size:12px;
        padding: 15px 40px;
    }

    body .cookie__popup__close p:after {
        transform:scale(0.6)
    }

    body .element__cookie__parameter label p.title {
        font-size:18px;
        margin-bottom:7.5px;
    }

    body .elements__title {
        font-size:24px;
    }

    body .elements__buttons a, body .element__cookie__buttons a, body .cookie__popup__validate a  {
        font-size:18px;
    }

    body .element__cookie__buttons a {
        min-width: 150px;
    }

    body .element__cookie__buttons {
        padding-bottom: 60px;
        margin-bottom: 60px;
        padding-top: 20px;
    }

    .card-privacy__element__link {
        font-size:18px;
    }

    body .element__cookie__parameter label p.description , body .elements__paragraph, body .card-privacy__element__description {
        font-size:12px;
    }

    .card-privacy__element__title {
        font-size: 24px;
    }

    .cookie__popup__element__description {
        margin-left: 27.5px;
        font-size: 12px;
    }

    .elements {
        padding: 30px 30px 15px;
    }
}

@media screen and (max-width: 440px) {

    body .elements .elements__buttons a, body .element__cookie__buttons a {
        font-size: 14px;
    }

}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@import url("//hello.myfonts.net/count/2f4d73");
@font-face {font-family: 'Museo-100';src: url('../modules/lmhsiteinternet/css/fonts/2F4D73_3_0.eot');src: url('../modules/lmhsiteinternet/css/fonts/2F4D73_3_0.eot?#iefix') format('embedded-opentype'),url('../modules/lmhsiteinternet/css/fonts/2F4D73_3_0.woff2') format('woff2'),url('../modules/lmhsiteinternet/css/fonts/2F4D73_3_0.woff') format('woff'),url('../modules/lmhsiteinternet/css/fonts/2F4D73_3_0.ttf') format('truetype');}
@font-face {font-family: 'Museo-700';src: url('../modules/lmhsiteinternet/css/fonts/2F4D73_1_0.eot');src: url('../modules/lmhsiteinternet/css/fonts/2F4D73_1_0.eot?#iefix') format('embedded-opentype'),url('../modules/lmhsiteinternet/css/fonts/2F4D73_1_0.woff2') format('woff2'),url('../modules/lmhsiteinternet/css/fonts/2F4D73_1_0.woff') format('woff'),url('../modules/lmhsiteinternet/css/fonts/2F4D73_1_0.ttf') format('truetype');}
@font-face {font-family: 'din-2014';src: url('../modules/lmhsiteinternet/css/fonts/2F6F76_0_0.eot');src: url('../modules/lmhsiteinternet/css/fonts/2F6F76_0_0.eot?#iefix') format('embedded-opentype'),url('../modules/lmhsiteinternet/css/fonts/2F6F76_0_0.woff2') format('woff2'),url('../modules/lmhsiteinternet/css/fonts/2F6F76_0_0.woff') format('woff'),url('../modules/lmhsiteinternet/css/fonts/2F6F76_0_0.ttf') format('truetype');}

/*--------- [RESET] ---------*/
* { border:0; margin:0; padding:0; list-style:none; font-size:100%; outline:none; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;}
article, aside, details, figcaption, figure, footer, header, menu, nav, section, main { display:block; }
/*--------- [ FORMULAIRES ] ---------*/
label, input[type=submit]{ cursor:pointer; -webkit-appearance:none; }
input:not([type=submit]), textarea { vertical-align:middle; background:#fff; font-family:arial; width:100%; font-size: 16px; color:#000; margin-bottom: 20px;transition: all 0.3s ease;  }
input:not([type=submit]), textarea {  padding:21px 29px 21px; }
input:not([type=submit]):hover, textarea:hover {  color:#D81E05}
::-webkit-input-placeholder {  opacity:1; color:#343469; font-size: 20px; position:relative; top:0; font-family: "din-2014",sans-serif;   transition: all 0.3s ease;}
::-moz-placeholder {  opacity:1; color:#343469; font-size: 20px;  position:relative; top:0; font-family: "din-2014",sans-serif;  transition: all 0.3 ease;}
:-ms-input-placeholder {  opacity:1; color:#343469; font-size: 20px;position:relative; top:0;  font-family: "din-2014",sans-serif;    transition: all 0.3s ease;}
:hover::-webkit-input-placeholder {  color:#D81E05}
:hover::-moz-placeholder {   color:#D81E05}
:hover:-ms-input-placeholder {   color:#D81E05}
:focus::-webkit-input-placeholder { font-size: 11px; color:#979a9e;  top:-15px; }
:focus::-moz-placeholder { font-size: 11px; color:#979a9e;position:relative; top:-15px; }
:focus:-ms-input-placeholder { font-size: 11px; color:#979a9e;; top:-15px;}
input.hide { text-indent: -9999px; text-transform:capitalize; }
textarea {  height:300px; resize:none;}
/* select custom */
div.cs-select { margin-bottom: 20px;   display: inline-block;    vertical-align: middle;    position: relative;    text-align: left;    background: #fff;    z-index: 100;    width: 100%;      -webkit-touch-callout: none;    -webkit-user-select: none;    -khtml-user-select: none;    -moz-user-select: none;    -ms-user-select: none;    user-select: none;}
div.cs-select:focus {    outline: none; }
.cs-select select {    display: none;}
.cs-select span {    display: block;    position: relative;    cursor: pointer;    padding: 1em;    white-space: nowrap;    overflow: hidden;    text-overflow: ellipsis;}
.cs-select > span {    padding:17px 49px 17px 29px}
.cs-select > span::after,.cs-select .cs-selected span::after {  content:"";   speak: none;    position: absolute; right:1em;  background:url(../modules/lmhsiteinternet/css/images/arrow_bottom_rouge.png); width:16px; height:9px;  top: 50%;    -webkit-transform: translateY(-50%);    transform: translateY(-50%);    -webkit-font-smoothing: antialiased;    -moz-osx-font-smoothing: grayscale;}
.cs-select .cs-selected span::after {    content: '\2713';    margin-left: 1em;}
.cs-select.cs-active > span::after {    -webkit-transform: translateY(-50%) rotate(180deg);    transform: translateY(-50%) rotate(180deg);}
.cs-select.cs-active .cs-placeholder {background:#343839; color:#fff; }
div.cs-active {    z-index: 200;  }
.cs-select .cs-options {    position: absolute;    overflow: hidden;    width: 100%;    background: #fff;    visibility: hidden;}
.cs-select.cs-active .cs-options {    visibility: visible; max-height: 300px; overflow-y: auto;}
.cs-select ul {    list-style: none;    margin: 0;    padding: 0;    width: 100%;}
.cs-select ul span {    padding: 1em;}
.cs-select ul li.cs-focus span {    background-color: #ddd;}
.cs-select li.cs-optgroup ul {    padding-left: 1em;}
.cs-select li.cs-optgroup > span {    cursor: default;}
div.cs-skin-border {    background: transparent;  background:#fff;  font-size: 20px; color:#343469; font-family: "din-2014",sans-serif;     }
.cs-skin-border > span {       -webkit-transition: background 0.2s, border-color 0.2s;    transition: background 0.2s, border-color 0.2s;}
.cs-skin-border .cs-selected span::after {   display: none;  -webkit-transition: opacity 0.2s;    transition: opacity 0.2s;}
.cs-skin-border.cs-active > span {    background: #fff;    border-color: #fff;    color: #2980b9;}
.cs-skin-border .cs-options { padding:0 0 17px;   background:#343839; color: #979a9e;  font-family:arial;  font-weight: normal;  font-size: 16px;    opacity: 0;    -webkit-transition: opacity 0.2s, visibility 0s 0.2s;    transition: opacity 0.2s, visibility 0s 0.2s;}
.cs-skin-border.cs-active .cs-options {    opacity: 1;    transition: all 0.3s ease;}
.cs-skin-border ul span {   padding:0 45px 10px;  -webkit-backface-visibility: hidden;    backface-visibility: hidden; transition: all 0.3s ease;}
.cs-skin-border .cs-options li span:hover,.cs-skin-border li.cs-focus span {    color:#fff; }
/* radio et checkbox */
.line_radio { padding-bottom:48px; position:relative; z-index:10;}
.fake_label { color:#343469; font-size: 20px;  font-family: "din-2014",sans-serif; display: inline-block; width:135px; padding-left: 29px;}
.radio-check-btn.inline { display: inline-block; margin-right:45px; min-width: 65px;}
.radio-check-btn.no_marge { margin-right:0 }
.radio-check-btn label:before {  transition: all 0.2s ease; }
[type="radio"]:checked,[type="radio"]:not(:checked) {    position: absolute;    left: -9999px;}
[type="radio"]:checked + label,[type="radio"]:not(:checked) + label{    position: relative;      padding-left: 42px;    cursor: pointer;    line-height: 33px;    display: inline-block;  font-size: 16px;   color: #343839;}
[type="radio"]:checked + label:before,[type="radio"]:not(:checked) + label:before { background:#fff; content: '';    position: absolute;    left: 0;    top: 0;    width: 30px;    height: 30px;     border-radius: 30px;   }
[type="radio"]:checked + label:after,[type="radio"]:not(:checked) + label:after {    content: '';    width: 16px;    height: 16px;    background:#D81E05;    position: absolute; border-radius: 16px;   top: 7px; left:7px;    -webkit-transition: all 0.2s ease;    transition: all 0.2s ease;}
[type="radio"]:not(:checked) + label:after {    opacity: 0;    -webkit-transform: scale(0);    transform: scale(0);}
[type="radio"]:checked + label:after {    opacity: 1;    -webkit-transform: scale(1);    transform: scale(1);}
[type="checkbox"]:checked,[type="checkbox"]:not(:checked) {    position: absolute;    left: -9999px;}
[type="checkbox"]:checked + label,[type="checkbox"]:not(:checked) + label{    position: relative;    padding-left: 42px;    cursor: pointer;    line-height: 33px;    display: inline-block; font-size: 16px;   color: #343839;}
[type="checkbox"]:checked + label:before,[type="checkbox"]:not(:checked) + label:before {background:#fff;  content: '';    position: absolute;    left: 0;    top: 0;    width: 28px;    height: 28px;    border: 1px solid #fff;   }
[type="checkbox"]:checked + label:after,[type="checkbox"]:not(:checked) + label:after {    content: '';    width: 28px;    height: 28px;    background:url(../modules/lmhsiteinternet/css/images/picto_check.png) no-repeat;      position: absolute;    top: 1px; left:1px;     -webkit-transition: all 0.2s ease;    transition: all 0.2s ease;}
[type="checkbox"]:not(:checked) + label:after {    opacity: 0;    -webkit-transform: scale(0);    transform: scale(0);}
[type="checkbox"]:checked + label:after {    opacity: 1;    -webkit-transform: scale(1);    transform: scale(1);}
[type="checkbox"]:checked + label:before, [type="checkbox"] + label:hover:before {border: 1px solid #D81E05; }
/* form contact */
#form_contact { padding:40px 0 50px; position: relative;}
#form_contact .span_4_of_10, #form_contact .span_8_of_10.mf_radio  { padding:0 38px; position: relative }
#form_contact .span_8_of_10.mf_radio:after { content:""; background:url(../modules/lmhsiteinternet/css/images/bg_form_contact.png) no-repeat; width:511px; height:241px; position: absolute; top:-46px; right:-90px;}


/*--------- [ LIENS & BOUTONS ] ---------*/
a { text-decoration:none; color:#000;}
/*--------- [ EFFETS ] ---------*/
.trans03s {  transition: all 0.3s ease;}
.fadeIn { -webkit-transform:translateZ(0); transition:opacity 0.3s ease; }
.fadeIn:hover { opacity:0.8; }
.rgba { background-color: rgba(0, 0, 0, 0.8); }
/*--------- [ FONTS ] ---------*/
.Foffb {font-family: "din-2014",sans-serif;    font-style: normal;    font-weight: normal; }
.Fmuseo100 { font-family: "Museo-100",serif;    font-style: normal;    font-weight: normal;}
.Fmuseo700 {  font-family: "Museo-700",serif;    font-style: normal;    font-weight: normal;}

.btn_roll_rouge { text-align: center; padding-top:58px;  }
.btn_roll_rouge a, .btn_roll_rouge button { cursor: pointer; background:none; font-size:26px; color:#D81E05; display: inline-block; font-family: "Museo-700",serif;  border-top:2px solid #D81E05; border-bottom:2px solid #D81E05; padding:11px 23px 12px; position: relative;}
.btn_roll_rouge a:before, .btn_roll_rouge button:before { content:""; background:#D81E05; position: absolute; top:0; left:0; width:0; bottom:0;  transition: all 0.6s ease;}
.btn_roll_rouge a span, .btn_roll_rouge button span { position: relative; z-index:2; transition: all 0.8s ease;}
.btn_roll_rouge a:hover:before, .btn_roll_rouge button:hover:before { width: 100%}
.btn_roll_rouge a:hover span, .btn_roll_rouge button:hover span { color:#fff;}




/*--------- [ COULEURS ] ---------*/
/*
CAMEL : d8b283;
TANGERINE :f68b1e ;
BOURGOGNE : 750B20;
AZUR : 6BC9DB;
MENTHOL :319F4F;
CANARD : 009c8f;
MASTIC : 9E9487;
 */

/* Categorie 01 // TANGERINE */
.cat_01 {  }
.cat_01 .menu_niv2  { background:#f68b1e }
.cat_01:before {  background:#f68b1e !important;  }
#home_slider .cat_01  .content .title, #home_slider .cat_01 div a:hover { color:#f68b1e;}
#home_slider .cat_01 div a, .cat_01 #cms #sommaire ul li a { background-image:url(../modules/lmhsiteinternet/css/images/arrow_right_orange.png); }
.cat_01 .color_theme, .cat_01 #cms h2, .cat_01 .pagination a,  .sitemap .cat_01  ul li a:hover  { color:#f68b1e; }
.cat_01 .bg_theme, .cat_01 #cms .encart_arrondi, .sitemap .cat_01  ul li:before  { background:#f68b1e; }
/* Categorie 02  // AZUR */
.cat_02 {  }
.cat_02 .menu_niv2  { background:#6BC9DB }
.cat_02:before {  background:#6BC9DB !important;  }
#home_slider .cat_02  .content .title, #home_slider .cat_02 div a:hover  { color:#6BC9DB;}
#home_slider .cat_02 div a, .cat_02 #cms #sommaire ul li a { background-image:url(../modules/lmhsiteinternet/css/images/arrow_right_blue.png); }
.cat_02 .color_theme, .cat_02 #cms h2, .cat_02 .pagination a,  .sitemap .cat_02  ul li a:hover { color:#6BC9DB; }
.cat_02 .bg_theme, .cat_02 #cms .encart_arrondi, .sitemap .cat_02  ul li:before { background:#6BC9DB; }
/* Categorie 03 // CAMEL */
.cat_03 {  }
.cat_03 .menu_niv2  {background:#d8b283  }
.cat_03:before {  background:#d8b283 !important;  }
#home_slider .cat_03  .content .title, #home_slider .cat_03 div a:hover  { color:#d8b283;}
#home_slider .cat_03 div a, .cat_03 #cms #sommaire ul li a { background-image:url(../modules/lmhsiteinternet/css/images/arrow_right_marron.png); }
.cat_03 .color_theme, .cat_03 #cms h2, .cat_03 .pagination a,  .sitemap .cat_03  ul li a:hover { color:#d8b283; }
.cat_03 .bg_theme, .cat_03 #cms .encart_arrondi, .sitemap .cat_03  ul li:before { background:#d8b283; }
/* Categorie 04 // BOURGOGNE */
.cat_04 {  }
.cat_04 .menu_niv2  { background:#9E9487  }
.cat_04:before {  background:#9E9487 !important;  }
#home_slider .cat_04  .content .title, #home_slider .cat_04 div a:hover  { color:#9E9487;}
#home_slider .cat_04 div a, .cat_04 #cms #sommaire ul li a{ background-image:url(../modules/lmhsiteinternet/css/images/arrow_right_mastic.png); }
.cat_04 .color_theme, .cat_04 #cms h2, .cat_04 .pagination a,  .sitemap .cat_04  ul li a:hover { color:#9E9487; }
.cat_04 .bg_theme, .cat_04 #cms .encart_arrondi, .sitemap .cat_04  ul li:before { background:#9E9487; }
/* Categorie Annexe  // CANARD */
#home_slider .cat_05  .content .title, #home_slider .cat_annexe div a:hover  { color:#009c8f;}
#home_slider .cat_05 div a, .cat_05 #cms #sommaire ul li a { background-image:url(../modules/lmhsiteinternet/css/images/arrow_right_turquoise.png); }
.cat_05 .color_theme, .cat_05 #cms h2, .cat_05 .pagination a { color:#009c8f; }
.cat_05 .bg_theme, .cat_05 #cms .encart_arrondi { background-color:#009c8f; }



/*********************[CONTENU]****************************/
.title_160_gris { font-size:160px; /*font-size:17.8vh;*/ color:#d7d8d7;  font-family: "Museo-100",serif;    font-style: normal;    font-weight: normal; line-height: 1 }
.titre_60px { font-size: 60px; line-height: 60px;}

/* picto */
@font-face {    font-family: 'icomoon';    src:  url('../modules/lmhsiteinternet/css/fonts/icomoon.eot?pwcoan');    src:  url('../modules/lmhsiteinternet/css/fonts/icomoon.eot?pwcoan#iefix') format('embedded-opentype'),    url('../modules/lmhsiteinternet/css/fonts/icomoon.ttf?pwcoan') format('truetype'),    url('../modules/lmhsiteinternet/css/fonts/icomoon.woff?pwcoan') format('woff'),    url('../modules/lmhsiteinternet/css/fonts/icomoon.svg?pwcoan#icomoon') format('svg');    font-weight: normal;    font-style: normal;}
[class^="icon-"], [class*=" icon-"] {    font-family: 'icomoon' !important;    speak: none;  font-size: 20px;  font-style: normal;    font-weight: normal;    font-variant: normal;    text-transform: none;    line-height: 1;    -webkit-font-smoothing: antialiased;    -moz-osx-font-smoothing: grayscale;}
[class^="icon-"] span:before { color:#fff}
.icon-compte .path1:before {    content: "\e900";}
.icon-compte .path2:before {content: "\e901";margin-left: -1em;}
.icon-compte .path3:before {content: "\e902";margin-left: -1em;}
.icon-coproprietaire .path1:before {content: "\e903";}
.icon-coproprietaire .path2:before {content: "\e904";margin-left: -1em;}
.icon-elu-partenaire .path1:before {content: "\e905";}
.icon-elu-partenaire .path2:before {content: "\e906";margin-left: -1em;}
.icon-facebook:before {content: "\e907";}
.icon-fleche1:before {content: "\e908";}
.icon-fleche2:before {content: "\e909";}
.icon-fournisseur .path1:before {content: "\e90a";}
.icon-fournisseur .path2:before {content: "\e90b";margin-left: -1em;}
.icon-home:before {content: "\e90c";color: #818487;}
.icon-locataire .path1:before {content: "\e90d";}
.icon-locataire .path2:before {content: "\e90e";margin-left: -1em;}
.icon-search .path1:before{content : "\e914";}
.icon-menu:before {content: "\e90f";}
.icon-menu-close:before {content: "\e910";}
.icon-player:before {content: "\e911";}
.icon-print .path1:before {content: "\e912";color: rgb(52, 52, 105);}
.icon-print .path2:before {content: "\e913";margin-left: -1em;color: rgb(226, 5, 23);}
.icon-recherche:before {content: "\e914";color: #e20517;}
.icon-son .path1:before {content: "\e915";color: rgb(226, 5, 23);}
.icon-son .path2:before {content: "\e916";margin-left: -1em;color: rgb(52, 52, 105);}
.icon-son .path3:before {content: "\e917";margin-left: -1em;color: rgb(52, 52, 105);}
.icon-telephone .path1:before {content: "\e918";}
.icon-telephone .path2:before {content: "\e919";margin-left: -1em;}
.icon-twitter:before {content: "\e91a";}

.iconpdf:before { content : url('../modules/lmhsiteinternet/css/images/iconPDF.png') ; padding-right: 10px; position: relative;top: 5px;}

    /*****[HOME]*****/
#home_slider { position:relative;}
#home_slider li {height:calc(100vh - 100px); background-size: cover; background-position: center center}
#home_slider .bx-pager { display:none; }
#home_slider .bx-controls-direction { position:absolute; z-index:55; top:163px;  right:8%; }
#home_slider .bx-controls-direction a { width:60px; height:60px; background:#D81E05; display: block; float:left; margin-left:1px; position: relative; text-indent: -9999px; transition: all 0.3s ease;}
#home_slider .bx-controls-direction a span {  width:12px; height:21px; position:absolute; top:50%; left:50%; margin-top:-10.5px; margin-left:-6px; transition: all 0.3s ease;}
#home_slider .bx-controls-direction a span:after { content:"";  width:0; position:absolute; top:50%; height:3px; margin-top:-1.5px; background:#fff; transition: all 0.3s ease;}
#home_slider .bx-controls-direction a:hover  span { width:22px;  margin-left:-11px; }
#home_slider .bx-controls-direction a:hover  span:after { width:20px; }
#home_slider .bx-controls-direction .bx-prev { left:0; }
#home_slider .bx-controls-direction .bx-prev span { content:""; background:url(../modules/lmhsiteinternet/css/images/slider_nav_left.png) no-repeat;}
#home_slider .bx-controls-direction .bx-prev span:after {  left:3px; }
#home_slider .bx-controls-direction .bx-next { right:0;  }
#home_slider .bx-controls-direction .bx-next span  { content:""; background:url(../modules/lmhsiteinternet/css/images/slider_nav_right.png) no-repeat right center;}
#home_slider .bx-controls-direction .bx-next span:after {  right:3px; }
#home_slider .content { position:absolute; top:195px; right:10%; background:#fff; border-radius: 0 0 0 60px; width:30%; padding:40px 60px;}
#home_slider .content .title { font-size: 50px; line-height:58px; padding:35px 0 31px; }
#home_slider .content div p { padding:7px 0 }
#home_slider .content div  a { color:#343469; font-size: 20px; padding-left:15px; display: inline-block; background-repeat: no-repeat; background-position: left 5px; transition: all 0.3s ease;}
#home_slider .suite { position:absolute; left:0; right:0; bottom:0; z-index:101; text-align: center; }
#home_slider .suite a { height: 60px; width: 80px;    margin: 0px 0 0 -40px;    line-height: 60px;    position: absolute;    left: 50%;    bottom: 0px;    color: #FFF;    text-align: center; font-size: 70px;    z-index: 100;    text-decoration: none;    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);    animation-name: lmh_fade_move_down;    animation-duration: 2s;    animation-timing-function: ease-in-out;     animation-direction: initial;    animation-fill-mode: initial;    animation-play-state: initial;animation-iteration-count: infinite;}
#home_slider .suite a:before{    content: url('../modules/lmhsiteinternet/css/images/fleche_down.svg');    fill: #ffffff;}
//#home_slider .suite a:hover { height:50px; background:#ededed; line-height: 45px;}
@keyframes lmh_fade_move_down{
    0%{-webkit-transform:translate(0,-20px);opacity:0}
    50%{opacity:1}
    100%{-webkit-transform:translate(0,20px);opacity:0}
}



/****** HOME ACTUALITES ****/
#home_actus { padding:100px 0 30px}
#home_actus  #actus {  position: relative; z-index:10;  }
#home_actus img { width: 100%; }
#home_actus .title_160_gris { padding-right:16%; text-align: right }
#home_actus .visuel {  line-height: 0}
#home_actus .title {  color:#343469;}
#home_actus .col:hover { position:relative; z-index:10;  }
.actu_big { position: relative; z-index:0;   transition: all 0.3s ease; }
.actu_big .content { position: absolute; padding:38px 40px 37px;  background:#fff; top:80.3%; width:75%; border-radius: 0 0 60px 0}
.actu_big .content:before { content:""; width:10px; height:60px; background:#D81E05; position:absolute; top:-30px; left:0;}
.actu_big .title { font-size:30px; line-height: 36px;  }
.actu_big .pres { font-size: 16px; line-height: 22px; padding:10px 0 3px;}
.actu_big:hover {background:#fff; transform: scale(1.05); }
.actu_min { position:relative; z-index:0; margin-top:130px; display: block; transition: all 0.3s ease;}
.actu_min .title { font-size:20px; padding:13px 0 7px}
.actu_min:hover { background:#fff;   transform: scale(1.1); }
.actu_min .content { padding:25px 10.7%; position: relative;}
.actu_min .content:before { content:""; width:10px; height:40px; background:#D81E05; position:absolute; top:-20px; left:0; }
.btn_lire_suite { font-size:14px; color:#D81E05; display: inline-block; padding:4px 0 2px; margin-top:10px; transition: all 0.3s ease;}
.btn_lire_suite:hover, .btn_lire_suite.actif { background:#D81E05; color:#fff; padding:4px 11px 2px 9px}
.btn_actus { text-align: center; padding-top:58px;}
.btn_actus a { font-size:26px; color:#D81E05; display: inline-block; border-top:2px solid #D81E05; border-bottom:2px solid #D81E05; padding:11px 23px 12px; position: relative;}
.btn_actus a:before { content:""; background:#D81E05; position: absolute; top:0; left:0; width:0; bottom:0;  transition: all 0.6s ease;}
.btn_actus a span { position: relative; z-index:2; transition: all 0.8s ease;}
.btn_actus a:hover:before { width: 100%}
.btn_actus a:hover span { color:#fff;}
/****** HOME VOUS ÊTES *****/
#home_choix {  padding:160px 0}
#home_choix #choice { background: #fff; text-align: center; position: relative; z-index:10;  }
#home_choix a { display: block; color:#D81E05; width:100%; position: relative; padding:80px 0; font-size: 22px;  overflow: hidden;}
#home_choix a:before, #home_choix a:after { content:"";  height:10px; position: absolute; left:0; right:0; background:#D81E05; transition: all 0.3s ease;}
#home_choix a:before { top:-10px; }
#home_choix a:after { bottom:-10px;  }
#home_choix a:hover:before { top:0;}
#home_choix a:hover:after { bottom:0;}
#home_choix [class^="icon-"] { display: block; font-size:70px; padding-bottom:26px;}
#home_choix [class^="icon-"] span:before  { color:#D81E05; }
#home_choix .icon-locataire span.path1:before,#home_choix .icon-coproprietaire span.path1:before,#home_choix .icon-elu-partenaire span.path2:before,#home_choix .icon-fournisseur span.path2:before { color:#f68b1e; }
/****** HOME INFOS*****/
#home_infos { padding-bottom: 310px;    position: relative; }
#home_infos #sav { background:#30c3e6 url(../modules/lmhsiteinternet/css/images/bg_sav.png) no-repeat right bottom; background-size: cover;  height:420px; text-align: center; color:#343469; padding:25px}
#home_infos #sav h4 { color:#fff; font-size: 30px; padding-top:47px;}
#home_infos #sav .tel a { font-size:60px; cursor: default; color : #343469}
#home_infos #offres { background:#fff; border-radius: 0 60px 0 0; height:280px; text-align: center; }
#home_infos #offres h2 { color:#343469; font-size: 50px; line-height: 50px; padding:45px 0 30px}
#home_infos #offres ul { font-size: 0}
#home_infos #offres ul li { display: inline-block; margin:0 35px; }
#home_infos #offres ul li a { font-size:26px; color:#D81E05; display: inline-block; border-top:2px solid #D81E05; border-bottom:2px solid #D81E05; padding:11px 0 12px; width:182px; position: relative;}
#home_infos #offres ul li a:before { content:""; background:#D81E05; position: absolute; top:0; left:0; width:0; bottom:0;  transition: all 0.6s ease;}
#home_infos #offres ul li a h3 { position: relative; z-index:2; transition: all 0.8s ease;}
#home_infos #offres ul li a:hover:before { width: 100%}
#home_infos #offres ul li a:hover h3 { color:#fff;}
#home_infos #video, #home_infos #renvoi {  position: relative; z-index:10; line-height: 0; transition: all 0.3s ease;  }
#home_infos #video img, #home_infos #renvoi img {  width:100%; }
#home_infos #video div, #home_infos #renvoi div {    position: absolute; top:0; left:0; right:0; bottom:0; line-height: 1.3}
#home_infos #video:hover {transform: scale(1.05); }
#home_infos #video a { display: table; width:100%; height:100%; text-align: center; color:#fff; font-size: 30px; line-height: 36px;}
#home_infos #video a p { display: table-cell; vertical-align: middle;}
#home_infos #video a .icon-player, #home_infos #renvoi .icon-player { display: block; font-size: 60px; margin:5px 0 15px;}
#home_infos #renvoi .contentRenvoi{display: table; width:100%; height:100%; text-align: center; color:#fff; font-size: 30px; line-height: 36px;}
#home_infos #renvoi p { display: table-cell; vertical-align: middle; padding: 25px;}
#home_infos #renvoi p a { display: table-cell; text-decoration: underline; color: #ffffff;padding-top: 20px;}
#home_infos #visuel .span_7_of_10 {  height:280px; background-size: cover; background-position: center center; }
#home_infos #visuel { top:420px;    position: absolute;}
#home_infos #visuel_tablette_mob { display: none;}

    /*****[PORTAIL]*****/
#portail { position:relative; z-index:5; padding-bottom:100px;  }
#portail .col:nth-child(3) .box:nth-child(1) { margin-top:-150px; border-radius: 56px 0 0 0}
#portail .col:nth-child(4) .box:last-child { border-radius: 0 0 56px 0}
#portail .box, #portail .box {  min-height:325px; padding:55px 20px 30px; overflow: hidden; text-align: center; background-size: cover; background-position: center center; position:relative;}
#portail .box .content { position:relative; z-index:2;}
#portail .box.demi  { padding:0  }
#portail .box.demi > div { width:50%; float:left; min-height:325px; padding:55px 20px 30px;}
#portail .box .picto { min-height: 82px;  }
#portail .box .titre { font-size: 30px; line-height: 35px; padding-bottom:20px; min-height: 130px;  word-wrap: break-word;hyphens: auto; }
#portail .box.presentation {  text-align: left; padding:63px 8.5%; background:none;}
#portail .box.presentation h1 { font-size: 60px; margin-bottom:25px; line-height: 50px;  }
#portail .bg_bleu { background:#343469}
#portail .box .color_bleu { color:#343469}
#portail .bg_blanc { background:#fff}
#portail .box .color_blanc { color:#fff}
#portail .box .bg_opac {  position:absolute; top:0; right:0; bottom:0; left:0; opacity:0.85 }
#portail .box .lien a { display: inline-block; transition: all 0.3s ease;}
#portail .box .lien a:hover { transform: scale(1.2);}

#portail_mob{display: none;}
#portail_mob .col:nth-child(3) .box:nth-child(1) { margin-top:-150px; border-radius: 56px 0 0 0}
#portail_mob .col:nth-child(4) .box:last-child { border-radius: 0 0 56px 0}
#portail_mob .box, #portail .box {  min-height:325px; padding:55px 20px 30px; overflow: hidden; text-align: center; background-size: cover; background-position: center center; position:relative;}
#portail_mob .box .content { position:relative; z-index:2;}
#portail_mob .box.demi  { padding:0  }
#portail_mob .box.demi > div { width:50%; float:left; min-height:325px; padding:55px 20px 30px;}
#portail_mob .box .picto { min-height: 82px;  }
#portail_mob .box .titre { font-size: 30px; line-height: 35px; padding-bottom:20px; min-height: 130px;  word-wrap: break-word;hyphens: auto; }
#portail_mob .box.presentation {  text-align: left; padding:63px 8.5%; background:none;}
#portail_mob .box.presentation h1 { font-size: 52px; margin-bottom:25px; line-height: 50px;  }
#portail_mob .bg_bleu { background:#343469}
#portail_mob .box .color_bleu { color:#343469}
#portail_mob .bg_blanc { background:#fff}
#portail_mob .box .color_blanc { color:#fff}
#portail_mob .box .bg_opac {  position:absolute; top:0; right:0; bottom:0; left:0; opacity:0.85 }
#portail_mob .box .lien a { display: inline-block; transition: all 0.3s ease;}
#portail_mob .box .lien a:hover { transform: scale(1.2);}

#portail_tab{display: none;}
#portail_tab .col:nth-child(3) .box:nth-child(1) { margin-top:-150px; border-radius: 56px 0 0 0}
#portail_tab .col:nth-child(4) .box:last-child { border-radius: 0 0 56px 0}
#portail_tab .box, #portail .box {  min-height:325px; padding:55px 20px 30px; overflow: hidden; text-align: center; background-size: cover; background-position: center center; position:relative;}
#portail_tab .box .content { position:relative; z-index:2;}
#portail_tab .box.demi  { padding:0  }
#portail_tab .box.demi > div { width:50%; float:left; min-height:325px; padding:55px 20px 30px;}
#portail_tab .box .picto { min-height: 82px;  }
#portail_tab .box .titre { font-size: 30px; line-height: 35px; padding-bottom:20px; min-height: 130px;  word-wrap: break-word;hyphens: auto; }
#portail_tab .box.presentation {  text-align: left; padding:63px 8.5%; background:none;}
#portail_tab .box.presentation h1 { font-size: 60px; margin-bottom:25px; line-height: 50px;  }
#portail_tab .bg_bleu { background:#343469}
#portail_tab .box .color_bleu { color:#343469}
#portail_tab .bg_blanc { background:#fff}
#portail_tab .box .color_blanc { color:#fff}
#portail_tab .box .bg_opac {  position:absolute; top:0; right:0; bottom:0; left:0; opacity:0.85 }
#portail_tab .box .lien a { display: inline-block; transition: all 0.3s ease;}
#portail_tab .box .lien a:hover { transform: scale(1.2);}
    /*****[PAGES COMPTE]*****/

/* Système onglet */
#bandeau_onglets { text-align: center; background-repeat:no-repeat; background-position: left center; overflow: hidden; background-size: contain; }
#bandeau_onglets h1 { font-size: 60px; color:#fff; line-height: 60px; padding:52px 0 57px}
#bandeau_onglets ul li { display: inline-block; vertical-align: top; width:20%; margin-right: -4px;  position:relative; }
#bandeau_onglets ul li a {  color:#343469; font-size: 20px; line-height: 22px; display: block; height:90px; padding:0 5px; transition: all 0.3s ease;}
#bandeau_onglets ul li.actif a, #bandeau_onglets ul li a:hover { color:#fff}
#bandeau_onglets ul li.actif .barre, #bandeau_onglets ul li:hover .barre  { opacity:1; visibility: visible; bottom:0;}
#bandeau_onglets ul li .barre { content:""; position:absolute; bottom:-21px; left:0; right:0; height:10px; background:#D81E05; opacity:0; visibility: visible; transition: all 0.3s ease;}
#bandeau_onglets ul li .barre:after { content:""; position:absolute; bottom:0; left:50%; margin-left:-22px; width: 0;    height: 0;    border-style: solid;    border-width: 0 22px 21px 22px;    border-color: transparent transparent #D81E05 transparent;}
#bandeau_onglets.bandeau_paiement {  background-image:url(../modules/lmhsiteinternet/css/upload/lmh_compte_paiements.jpg)}
#bandeau_onglets.bandeau_paiement .mw1400 {background-image: url('../modules/lmhsiteinternet/css/images/euro.svg'); background-position: right center; background-repeat: no-repeat; background-size: auto 280px;}
#bandeau_onglets.bandeau_demande {  background-image:url(../modules/lmhsiteinternet/css/upload/lmh_compte_demandes.jpg)}
#bandeau_onglets.bandeau_documents{  background-image:url(../modules/lmhsiteinternet/css/upload/lmh_compte_documents.jpg)}
#bandeau_onglets.bandeau_demande .mw1400 {background-image: url('../modules/lmhsiteinternet/css/images/bulle.svg'); background-position: right center; background-repeat: no-repeat; background-size: auto 280px;}
.section_onglets { padding-bottom:70px;  padding-top:97px; display: none;  }
.section_onglets.onglet_01 { display: block;}
.titre_mobile_onglets { display: none}
.section_onglets .titre_60px { padding-left:40px; padding-right: 40px}
.section_onglets .pres { line-height: 22px; padding:45px 40px}

/* Mise en form table 1 */
#table_mf1 {  max-width: 840px; overflow : auto; margin:30px auto; min-width: 700px;}
#table_mf1 table { width:100%; margin:0 auto; border-collapse: collapse }
#table_mf1 table th { font-size: 20px; font-weight: normal; color:#fff;}
#table_mf1 table th, #table_mf1 table td { height:90px; text-align: left; padding:20px 30px;}
#table_mf1 table tr td { background:#f5f5f5;}
#table_mf1 table tr:nth-child(odd) td { background:#fff;}
#table_mf1 .w140 { width:140px; text-align: center}
#table_mf1 .w50p {width: 50%;}
#table_mf1 a{color: #D81E05;}
#table_mf1 a:hover{text-decoration: underline;}

/* Pagination */
.pagination { text-align: right; padding:30px 0 30px; max-width: 840px;  margin:0 auto;}
.pagination.center { text-align:center;}
.pagination.center a { margin-left:8px; margin-right: 8px; }
.pagination * { display: inline-block; width: 40px; height:40px; font-size: 20px; text-align: center; line-height: 40px; vertical-align: top; margin-left: 16px; transition: all 0.3s ease;}
.pagination a {  background:#dadada;}
.pagination span, .pagination a:hover { background:#D81E05; color:#fff;}

/* Page releve compte */
#solde_compte { padding-bottom:  122px}
#solde_compte .span_4_of_10 { padding:0 3.2%; }
#solde_compte .txt { line-height: 22px; padding:16px 0 0}
#solde_compte .montant { font-size: 60px; line-height: 60px; text-align: center }
#solde_compte .montant .total { color:#D81E05; padding-top:39px; }
.btn_paiement { padding-top:50px; text-align: center;}
.btn_paiement a { font-size:26px; color:#D81E05; min-width:343px; display: inline-block; border-top:2px solid #D81E05; border-bottom:2px solid #D81E05; padding:10px 0 11px; position: relative;}
.btn_paiement .txt_btn { text-align:left; display: inline-block; position: relative; z-index:2; transition: all 0.8s ease;}
.btn_paiement .ligne_02 { font-size: 14px; line-height: 13px }
.btn_paiement a:before { content:""; background:#D81E05; position: absolute; top:0; left:0; width:0; bottom:0;  transition: all 0.6s ease;}
.btn_paiement a:hover:before { width: 100%}
.btn_paiement a:hover, .btn_paiement a:hover .icon-compte *:before  { color:#fff !important;}
.btn_paiement .icon-compte { font-size:38px; display: inline-block; top:-3px;  position: relative; z-index:2; margin-right:9px;}
.btn_paiement .icon-compte .path1:before { color:#e20517; transition: all 0.8s ease;  }
.btn_paiement .icon-compte .path2:before { color:#2faca2; transition: all 0.8s ease;}
.btn_paiement .icon-compte .path3:before { color:#2faca2; transition: all 0.8s ease;}

/* Listing style pdf */
.listing_style_pdf { text-align: left;  }
.listing_style_pdf li { display: inline-block; vertical-align: top; text-align: center; width:25%; margin-right:-4px; padding:30px 10px}
.listing_style_pdf li .titre {  font-size:20px; color:#343469; line-height: 20px; min-height:42px;}
.listing_style_pdf li .picto { height:103px;}
.txt_infos { text-align: center; padding-top:25px;  }
.txt_infos span { background:url(../modules/lmhsiteinternet/css/images/picto_infos.png) no-repeat; width:20px; height:20px; font-size:14px; color:#D81E05; padding:2px 0 2px 30px;  }

/* Bnadeau vtext */
#bandeau_txt_110 {  background-size: cover; background-position: center center; height:400px; text-align: center; color:#D81E05; font-size: 110px; line-height: 100px; font-weight: normal}
#bandeau_txt_110 h1 {   padding:62px 0;}

/* Page home compte */
#home_compte {  position:relative; z-index:10; padding-bottom: 110px}
#home_compte .box { background-color:#ffffff; font-family: "din-2014",sans-serif; padding:30px 70px 65px; background-repeat: no-repeat}
#home_compte .box .content { position:relative; z-index:2;}
#home_compte .box.demi  { padding:0  }
#home_compte .box.demi > div { width:50%; float:left; min-height:285px; padding:60px 20px 40px 20px;  background-repeat: no-repeat}
#home_compte .box.demi h2 { font-size: 30px; line-height: 30px; padding-bottom:31px;}
#home_compte .col:nth-child(2) .box:first-child { border-radius:56px 0 0 0; margin-top:-175px; }
#home_compte .col:nth-child(3) .box:last-child { border-radius: 0 0 56px 0}
#home_compte .col:nth-child(3) .box:first-child { margin-top:-60px;}
#home_compte .bg_bleu { background-color:#343469}
#home_compte .bg_bleu li a { color:#fff; }
#home_compte .box .color_bleu { color:#343469}
#home_compte .bg_vert { background-color:#009c8f}
#home_compte .bg_vert li a { background-image:url(../modules/lmhsiteinternet/css/images/arrow_right_blanc.png); }
#home_compte .bg_vert li a:hover { color:#fff}
#home_compte .box .color_vert { color:#009c8f}
#home_compte .bg_blanc { background-color:#fff}
#home_compte .box .color_blanc { color:#fff}
#home_compte h2 { font-size: 50px; text-align: center; color:#009c8f; line-height: 50px; padding:40px 0}
#home_compte li { padding:10px 0}
#home_compte li a { color:#343469; font-size: 20px; display: block; background:url(../modules/lmhsiteinternet/css/images/arrow_right_canard.png) no-repeat 0 3px; padding-left:21px; line-height: 22px; transition: all 0.3s ease;}
#home_compte li a:hover { color:#009c8f;}


/* Page home compte */
#home_compte_mob {  display:none;position:relative; z-index:10; padding-bottom: 110px}
#home_compte_mob .box { background-color:#ffffff; font-family: "din-2014",sans-serif; padding:30px 70px 65px; background-repeat: no-repeat}
#home_compte_mob .box .content { position:relative; z-index:2;}
#home_compte_mob .box.demi  { padding:0  }
#home_compte_mob .box.demi > div { width:50%; float:left; min-height:285px; padding:60px 20px 40px 20px;  background-repeat: no-repeat}
#home_compte_mob .box.demi h2 { font-size: 30px; line-height: 30px; padding-bottom:31px;}
#home_compte_mob .col:nth-child(2) .box:first-child { border-radius:56px 0 0 0; margin-top:-175px; }
#home_compte_mob .col:nth-child(3) .box:last-child { border-radius: 0 0 56px 0}
#home_compte_mob .col:nth-child(3) .box:first-child { margin-top:-60px;}
#home_compte_mob .bg_bleu { background-color:#343469}
#home_compte_mob .bg_bleu li a { color:#fff; }
#home_compte_mob .box .color_bleu { color:#343469}
#home_compte_mob .bg_vert { background-color:#009c8f}
#home_compte_mob .bg_vert li a { background-image:url(../modules/lmhsiteinternet/css/images/arrow_right_blanc.png); }
#home_compte_mob .bg_vert li a:hover { color:#fff}
#home_compte_mob .box .color_vert { color:#009c8f}
#home_compte_mob .bg_blanc { background-color:#fff}
#home_compte_mob .box .color_blanc { color:#fff}
#home_compte_mob h2 { font-size: 50px; text-align: center; color:#009c8f; line-height: 50px; padding:40px 0}
#home_compte_mob li { padding:10px 0}
#home_compte_mob li a { color:#343469; font-size: 20px; display: block; background:url(../modules/lmhsiteinternet/css/images/arrow_right_canard.png) no-repeat 0 3px; padding-left:21px; line-height: 22px; transition: all 0.3s ease;}
#home_compte_mob li a:hover { color:#009c8f;}

/* Page connection */
#home_compte.page_connection .col:nth-child(3) .box:first-child { margin-top:-280px;  }
#home_compte.page_connection .titre_connection { padding:49px 0  30px;}
#home_compte.page_connection .sstitre_connection {  text-align: center; color:#fff; font-family: arial; padding-bottom: 40px }
#home_compte.page_connection [type="radio"]:checked + label:before, #home_compte.page_connection [type="radio"]:not(:checked) + label:before { width:20px; height: 20px;}
#home_compte.page_connection [type="radio"]:checked + label:after, #home_compte.page_connection [type="radio"]:not(:checked) + label:after {  width:12px; height: 12px; top:4px; left:4px;}
#home_compte.page_connection [type="radio"]:checked + label, #home_compte.page_connection [type="radio"]:not(:checked) + label { color:#fff; font-family: arial; line-height: 21px; padding-left:30px;}
#home_compte.page_connection .connexion .btn_roll_rouge { padding-top:23px;}
#home_compte.page_connection .connexion .btn_roll_rouge button { color:#fff; border-top:2px solid #fff; border-bottom:2px solid #fff;}
#home_compte.page_connection .connexion .btn_roll_rouge button:before { background:#fff}
#home_compte.page_connection .connexion .btn_roll_rouge button:hover span { color:#D81E05}
#home_compte.page_connection .connexion .mdp { text-align: center; padding-top:11px;}
#home_compte.page_connection .connexion .mdp .btn_lire_suite { color:#fff; font-size: 14px; }
#home_compte.page_connection .inscription { padding-top:88px;}
#home_compte.page_connection .btn_roll_rouge { padding-top:3px;}

    /*****[CMS]*****/
#cms #sommaire { padding:68px 0 60px; }
#cms #sommaire.actif {  background:#fff; padding-bottom: 70px; margin-bottom: 50px}
#cms #sommaire h1 { padding:0 40px;}
#cms #sommaire ul { font-family: "din-2014",sans-serif; padding:53px 0 0 100px;   }
#cms #sommaire ul li {  padding:0; background: none; margin:16px 0;}
#cms #sommaire ul li a { font-size: 20px; color:#343469; font-weight: bold; background-repeat: no-repeat; background-position: 0 4px; padding-left: 15px; text-decoration:none; transition: all 0.3s ease; }
#cms #sommaire ul li a:hover { color:#D81E05; background-image:url(../modules/lmhsiteinternet/css/images/arrow_right_rouge.png); }
#cms { line-height: 22px; padding-bottom: 120px }
#cms section{margin-bottom: 80px;}
#cms .section{margin-bottom: 40px;}
#cms h2, #cms h3, #cms p, #cms ul, #cms .btn_petit, #cms .btn_gros   { margin-left:38px; margin-right: 38px; }

#cms h1 { font-size: 60px; line-height: 60px; font-family: "Museo-100",serif; font-weight: normal; padding-bottom: 45px; color:#D81E05;}
#cms h2 {  font-family: "din-2014",sans-serif; color:#343469; font-size: 30px; font-weight: bold; padding-bottom: 31px; line-height: 30px}
#cms  h3 {  font-family: "din-2014",sans-serif; color:#343469; font-size: 20px;  padding-bottom: 31px; line-height: 30px}

/*
#cms h1 { font-size: 60px; line-height: 62px; color:#D81E05; font-family: "din-2014",sans-serif;     }
#cms h2 { font-size: 60px; line-height: 60px; font-family: "Museo-100",serif; font-weight: normal; padding-bottom: 45px; }
#cms  h3 {  font-family: "din-2014",sans-serif; color:#343469; font-size: 30px; font-weight: bold; padding-bottom: 31px; line-height: 30px}
*/

#cms p { padding-bottom:22px;}
#cms img {display: block; width: 100%; max-width: 100%;}
#cms a {   color:#D81E05; }
#cms a:hover { text-decoration: underline}
#cms ul { padding-bottom:43px }
#cms ul li { background:url(../modules/lmhsiteinternet/css/images/puce_rouge.png) no-repeat 0 8px; padding-left: 12px; margin-bottom: 7px; }
#cms figure {    position: relative;}
#cms figure.has_legend {margin-bottom: 40px;}
#cms figure figcaption { position:absolute; bottom:-50px; left:0; background:#fff; max-width:420px; border-radius:0 0 50px 0; font-size: 20px; color:#343469;  font-family: "din-2014",sans-serif; padding:40px; line-height: 26px; font-weight: bold;}
#cms figure figcaption:before { content:""; position:absolute; left:0; top:-30px; width:10px; height:60px; background:#D81E05; }
#cms .btn_petit { font-family: "Museo-700",serif; font-size:14px; display: inline-block; margin-top:3px; margin-bottom: 3px; padding:1px 0;  transition: all 0.3s ease;  }
#cms .btn_petit:hover { text-decoration:none; background:#D81E05; padding:1px 10px 1px; color:#fff;}
#cms .btn_petit:before { content:"› "; }
#cms .btn_gros {  font-family: "Museo-700",serif;}
#cms .btn_gros  { font-size:26px; color:#D81E05; display: inline-block; border-top:2px solid #D81E05; border-bottom:2px solid #D81E05; padding:15px 26px 16px; position: relative;}
#cms .btn_gros:before { content:""; background:#D81E05; position: absolute; top:0; left:0; width:0; bottom:0;  transition: all 0.6s ease;}
#cms .btn_gros span { position: relative; z-index:2; transition: all 0.8s ease;}
#cms .btn_gros:hover:before { width: 100%}
#cms .btn_gros:hover span { color:#fff; }
#cms .btn_gros:hover { text-decoration: none}
#cms .encart_arrondi { border-radius: 0 0 56px 0; text-align: center; color:#fff; padding:50px 15px 44px; margin-bottom:40px; }
#cms .encart_arrondi img { width:auto; margin:0 0 18px; display: inline }
#cms .encart_arrondi h2 { color:#fff; padding:0 0 10px; margin:0;}
#cms .encart_arrondi h3 { font-size: 20px; line-height: 26px; padding:0 0 13px; margin:0;}
#cms .encart_arrondi a {  font-family: "Museo-700",serif; color:#fff; transition: all 0.3s ease; display: inline-block; font-size: 14px; margin-top:15px;  padding:1px 12px 2px;}
#cms .encart_arrondi a:hover { text-decoration:none; background:#D81E05;}
#cms .encart_grand { text-align: center; color:#fff; padding:40px 20px;}
#cms .encart_grand h2 { color:#fff; padding:20px 0}
#cms .encart_grand h1 { padding:20px 0}
#cms .encart_grand h3 { color:#D81E05; font-size:20px; padding:23px 0}
#cms .encart_deux_liens { text-align: center; border-top:2px solid #D81E05; border-bottom:2px solid #D81E05; font-size: 26px; font-family: "Museo-700",serif; display: table; width: 100%;}
#cms .encart_deux_liens a { display: table-cell; width:50%; vertical-align: middle; padding:52px 20px; transition: all 0.3s ease;}
#cms .encart_deux_liens a span.btn_lire_suite{display: block;}
#cms .encart_deux_liens a:hover span.btn_lire_suite{display: block;color:#fff; background-color: transparent;}
#cms .encart_deux_liens a:hover { background:#D81E05; color:#fff; text-decoration: none;  }

/*****[Bandeau encadre]*****/
#bandeau_encadre { line-height: 22px; background:#fff;  border-radius: 0 0 56px 0; padding:33px 60px 80px; margin-top:-250px; position:relative; z-index:10; }
#bandeau_encadre h1  { font-size: 50px; line-height: 58px; color:#D81E05; font-weight: bold; padding:40px 0}
#bandeau_encadre .alertLocataire{color: #D81E05; padding: 20px 0 0 0;}


    /*****[PAGES LOGEMENT LISTE]*****/
#intro_logement .span_8_of_10 { padding:0 40px; }
#intro_logement h1 {  color:#D81E05;  font-weight: bold; padding:70px 0}
#intro_logement .pres {  max-width: 760px; font-size: 16px; line-height: 22px; padding-bottom:25px; }
#filtres { background:#fff; margin:50px 0 0; padding:67px 0 45px}
#filtres .titre_btn { padding:0 0 27px; }
#filtres .titre_btn h2 {  color:#30c3e6; padding:0 40px; font-size: 50px;}
#filtres .titre_btn .col_btn { width:280px; }
#filtres .titre_btn .btn_roll_rouge {  padding-top:7px;}
#filtres .titre_btn .btn_roll_rouge a { padding:11px 12px 12px}
#filtres .titre_btn .btn_roll_rouge i { background:url(../modules/lmhsiteinternet/css/images/picto_save.svg); display: inline-block; width: 20px; height: 20px; margin-right: 8px; position:relative; z-index:2  }
#filtres .titre_btn .btn_roll_rouge a:hover i { background:url(../modules/lmhsiteinternet/css/images/picto_save_blanc.svg);}
#filtres .deplier { padding:15px 44px 0  }
#filtres .deplier a {  font-size: 20px; color:#343469; background:url(../modules/lmhsiteinternet/css/images/arrow_right_blue.png) no-repeat left 5px; padding-left:17px; transition: all 0.3s ease;}
#filtres .deplier a:hover {  color:#30c3e6;}
#filtres .deplier a.invisible { visibility: hidden; opacity:0;}
#tab_filtres { display: none; }
#tab_filtres .tab-cell { width:50%; padding:0 40px; }
#tab_filtres  div.cs-skin-border { background:#ededed;}
#tab_filtres .replier { text-align: center; padding-top:25px;}
#tab_filtres .replier a { color:#30c3e6;transition: all 0.1s ease;}
#tab_filtres .replier a:hover { color:#D81E05; }
#tab_filtres .replier a:before { content:""; width:13px; height: 13px; top:1px; position:relative;  display: inline-block; background:url(../modules/lmhsiteinternet/css/images/croix.png) no-repeat; margin-right:10px;}
#tab_filtres .replier a:hover:before {  background-position: -13px 0}
.slider_range { width: 100%; height: 60px; margin-bottom:20px; padding-top:5px; }
.slider_range .barre {   }
.slider_range .barre .titre {  width:125px; float:left; font-size: 20px; color:#343469;}
.slider_range .barre .conteneur_barre { float:left; width:calc(100% - 125px); margin-top:13px;}
.slider_range .resultats { font-size:16px; color:#343839; padding-top:3px; }
.noUi-target,.noUi-target * {    -webkit-touch-callout: none;    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);    -webkit-user-select: none;    -ms-touch-action: none;    touch-action: none;    -ms-user-select: none;    -moz-user-select: none;    user-select: none;    -moz-box-sizing: border-box;    box-sizing: border-box;}
.noUi-target {    position: relative;    direction: ltr;}
.noUi-base,.noUi-connects {    width: 100%;    height: 100%;    position: relative;    z-index: 1;}
.noUi-connects {    overflow: hidden;    z-index: 0;}
.noUi-connect,.noUi-origin {    will-change: transform;    position: absolute;    z-index: 1;    top: 0;    left: 0;    height: 100%;    width: 100%;    -webkit-transform-origin: 0 0;    transform-origin: 0 0;}
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {    left: auto;    right: 0;}
.noUi-horizontal .noUi-origin {    height: 0;}
.noUi-handle {    position: absolute;}
.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin {    -webkit-transition: transform 0.3s;    transition: transform 0.3s;}
.noUi-state-drag * {    cursor: pointer !important;}
.noUi-horizontal {    height: 5px;}
.noUi-horizontal .noUi-handle {    width: 16px;    height: 16px;    left: -8px;    top: -6px;}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {    right: 0px;    left: auto;}
.noUi-target {   background:#ededed; }
.noUi-connects { }
.noUi-connect {    background: #D81E05;}
.noUi-draggable {    cursor: ew-resize;}
.noUi-handle {    border: 1px solid #D81E05;    border-radius: 16px;    background: #D81E05;    cursor: pointer;    }
.noUi-active {  }
[disabled] .noUi-connect {    background: #B8B8B8;}
[disabled].noUi-target,[disabled].noUi-handle,[disabled] .noUi-handle {    cursor: not-allowed;}
.noUi-pips,.noUi-pips * {    -moz-box-sizing: border-box;    box-sizing: border-box;}
.noUi-pips {    position: absolute;    color: #999;}
.noUi-value {    position: absolute;    white-space: nowrap;    text-align: center;}
.noUi-value-sub {    color: #ccc;    font-size: 10px;}
.noUi-marker {    position: absolute;    background: #CCC;}
.noUi-marker-sub {    background: #AAA;}
.noUi-marker-large {    background: #AAA;}
.noUi-pips-horizontal {    padding: 10px 0;    height: 80px;    top: 100%;    left: 0;    width: 100%;}
.noUi-value-horizontal {    -webkit-transform: translate(-50%, 50%);    transform: translate(-50%, 50%);}
.noUi-rtl .noUi-value-horizontal {    -webkit-transform: translate(50%, 50%);    transform: translate(50%, 50%);}
.noUi-marker-horizontal.noUi-marker {    margin-left: -1px;    width: 2px;    height: 5px;}
.noUi-marker-horizontal.noUi-marker-sub {    height: 10px;}
.noUi-marker-horizontal.noUi-marker-large {    height: 15px;}
#listing_logement {  padding:100px 0 0;}
#listing_logement #select_for_desktop { display: none;}
#container_listing { padding:0 5%; }
#container_masonry { overflow: hidden; min-height:600px;   }
#container_masonry .item {   float: left;    position: relative; width:33.33%;    }
#container_masonry .grid-sizer { width:33.33%;   }
#container_masonry .conteneur { display: block; position:relative;  background:#fff; margin:0px auto 100px; text-align: center; padding-bottom:35px;  border-radius: 0 0 60px 0; width: 66.7%;}
#container_masonry .conteneur_select_tab{display: none;}
#container_masonry .conteneur_select { display: block; position:relative;  width: 66.7%; margin:0px auto 100px}
#container_masonry .conteneur img { max-width: 100%;}
#container_masonry .conteneur .title { font-size:30px; line-height: 36px; color:#343469; padding:44px 10px 0px;  }
#container_masonry .conteneur .ville { font-size:20px; line-height: 20px; color:#343469; padding:17px 10px 5px;   }
#container_masonry .conteneur .prix { font-size:30px; line-height: 30px; color:#D81E05; padding:10px 10px 15px;  }
#container_masonry .conteneur .btn_lire_suite {  color:#30c3e6; font-size: 14px;}
#container_masonry .conteneur .btn_lire_suite:hover { background:#30c3e6; color:#fff; }
.select2-container {  display:block !important; margin-bottom: 20px !important; font-family: "din-2014",sans-serif; font-size: 20px;   }
.select2-container--default .select2-selection--single { transition: all 0.3s ease; border:0 !important; background: #ededed !important; padding: 17px 49px 17px 29px !important; border-radius: 0 !important;}
.select2-container .select2-selection--single { height: auto !important;}
.select2-container--default .select2-selection--single .select2-selection__arrow {  speak: none;    position: absolute; right:1em  !important;  background:url(../modules/lmhsiteinternet/css/images/arrow_bottom_rouge.png); width:16px !important; height:9px !important;  top: 50%  !important;    -webkit-transform: translateY(-50%);    transform: translateY(-50%);    -webkit-font-smoothing: antialiased;    -moz-osx-font-smoothing: grayscale; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {   -webkit-transform: translateY(-50%) rotate(180deg);    transform: translateY(-50%) rotate(180deg);}
.select2-container--default .select2-selection--single .select2-selection__arrow b { display: none !important;}
.select2-container--default .select2-selection--single .select2-selection__rendered {  color: #343469 !important; }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{  background: #343839 !important;    color: #fff !important;}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single .select2-selection__rendered {  color: #fff !important; }
.select2-dropdown { background: #343839 !important; padding-bottom: 22px; border-radius: 0 !important; }
.select2-results__option {  transition: all 0.3s ease; padding:5px 45px 5px !important;        color: #979a9e !important;;    font-family: arial !important;;    font-weight: normal !important;;    font-size: 16px !important;; }
.select2-container--default .select2-results__option--highlighted[aria-selected] { background:#5f6465 !important; color:#fff !important;}


    /*****[PAGES LOGEMENT FICHE]*****/
#logement_fiche { padding-top:65px; }
#logement_fiche h1 { color:#D81E05; font-weight: bold; line-height: 70px;}
#logement_fiche .prix { color:#30c3e6; padding:30px 0 30px; font-weight: bold; }
#logement_fiche .prix span {  font-size: 30px; }
#logement_fiche .reference {  font-size: 14px; color:#30c3e6; font-family:"Museo-700", serif}
#logement_fiche .span_4_of_10 { padding:0 40px 80px;  }
#logement_fiche h2 { font-size: 30px; line-height: 36px; color:#343469; font-family: "din-2014",sans-serif; font-weight: normal; padding-bottom: 30px;  }
#logement_fiche .span_4_of_10:not(.slider) ul li { background:url(../modules/lmhsiteinternet/css/images/puce_rouge.png) no-repeat 0 8px; padding-left: 12px; margin-bottom: 10px; }
#logement_fiche img { max-width: 100%;}
#fiche_slider, #fiche_photo { position:relative; margin:15px -40px 0;}
#fiche_slider li, #fiche_photo li {height:340px; /*background-size: cover;*/ background-position: center center; background-repeat: no-repeat;}
#fiche_slider .bx-pager { display:none; }
#fiche_slider .bx-controls-direction { position:absolute; z-index:55; bottom:-30px;  left:28px; }
#fiche_slider .bx-controls-direction a { width:60px; height:60px; background:#D81E05; display: block; float:left; margin-left:2px; position: relative; text-indent: -9999px; transition: all 0.3s ease;}
#fiche_slider .bx-controls-direction a span {  width:12px; height:21px; position:absolute; top:50%; left:50%; margin-top:-10.5px; margin-left:-6px; transition: all 0.3s ease;}
#fiche_slider .bx-controls-direction a span:after { content:"";  width:0; position:absolute; top:50%; height:3px; margin-top:-1.5px; background:#fff; transition: all 0.3s ease;}
#fiche_slider .bx-controls-direction a:hover  span { width:22px;  margin-left:-11px; }
#fiche_slider .bx-controls-direction a:hover  span:after { width:20px; }
#fiche_slider .bx-controls-direction .bx-prev { left:0; }
#fiche_slider .bx-controls-direction .bx-prev span { content:""; background:url(../modules/lmhsiteinternet/css/images/slider_nav_left.png) no-repeat;}
#fiche_slider .bx-controls-direction .bx-prev span:after {  left:3px; }
#fiche_slider .bx-controls-direction .bx-next { right:0;  }
#fiche_slider .bx-controls-direction .bx-next span  { content:""; background:url(../modules/lmhsiteinternet/css/images/slider_nav_right.png) no-repeat right center;}
#fiche_slider .bx-controls-direction .bx-next span:after {  right:3px; }
#fiche_reponse  { padding:15px 0 85px; }
#fiche_reponse .repondre a {  transition: all 0.3s ease; color:#D81E05; font-size:26px;  padding:53px 0 60px;  text-align: center;    border-top: 2px solid #D81E05;    border-bottom: 2px solid #D81E05;       font-family: "Museo-700",serif;    width: 100%; display: block;  }
#fiche_reponse  .repondre a:hover { background:#D81E05; color:#fff;}
#fiche_reponse ul { text-align: center; padding:22px 0 30px }
#fiche_reponse ul li { display: inline-block; margin-right: -4px; width: 50%; display: inline-block }

    /*****[PAGE ACTUALITES]*****/
.page_actus .date {  font-size:13px; color:#a5a5a5; font-style: italic; padding-top:11px; }
.page_actus .col.span_2_of_10 .date { padding-top:5px;}
.page_actus .mf_01{  display: inline-block; margin-top: -50px; padding-bottom:140px; position:relative; z-index:200}
.page_actus .mf_02 .col:nth-child(4), .page_actus .mf_02 .col:nth-child(5) { margin-top:-140px;  }
.page_actus .mf_03  { position:relative; top:-50px; margin-bottom: 130px;}
.page_actus .mf_03  .col:nth-child(4) .actu_big .content { right:0;}
.page_actus .mf_03  .col:nth-child(4) .actu_big .content:before { left:inherit; right:0;}

    /*****[PAGE LOCALISER AGENCE]*****/
#agence_map {    position: relative; padding:60px 0}
#conteneur_map { position:absolute; left:0; right:0; bottom:0; top:0; width:100%; background-size: cover; background-position:center }
#agence_map .section {    position: relative; z-index:10;}
#agence_liste { background:#fff; width:75%; padding:10px 63px 55px; border-radius: 0 0 60px 0}
#agence_liste h1  { font-size: 50px; line-height: 58px; color:#D81E05; font-weight: bold; padding:40px 0 28px}
#agence_liste a {  font-size: 14px !important;}
#agence_liste a:hover { color:#fff;}
#agence_liste .inactif {  color:#cdcdcd; }
#agence_select { position:relative; max-width: 480px; margin-left:40px; }
#agence_select .txtmin { font-size: 11px; color:#979a9e; position:absolute; top:7px; left:29px; z-index: 110; }
#agence_coordonnees { overflow: hidden;  padding:80px 0 80px 25%   }
#agence_coordonnees h2 {  color:#D81E05; padding:0 0 25px 3.5%; }
#agence_coordonnees h3 { font-size: 20px; line-height: 22px; color:#343469; font-family: "din-2014",sans-serif; font-weight: bold; padding:40px 0 16px; }
#agence_coordonnees  ul li { background:url(../modules/lmhsiteinternet/css/images/puce_rouge.png) no-repeat 0 8px; padding-left: 12px; margin-bottom: 10px; }
#agence_coordonnees a.itineraire { margin:5px 0 10px; color:#D81E05; font-size: 14px; display: inline-block; background:url(../modules/lmhsiteinternet/css/images/picto_itineraire.png) no-repeat 0 2px; padding-left: 18px; vertical-align: top; min-height: 16px;}
#agence_coordonnees a.itineraire:hover { text-decoration: underline}
#agence_coordonnees .colonne { width:33.33%; float:left; padding-left: 3.5%; }

/*****[PAGE SITEMAP ]*****/
#bandeau_sitemap { text-align: center; padding:55px 0 80px; background-size: cover; background-position: center}
#bandeau_sitemap  .intro { max-width: 480px; margin:0 auto;  padding:60px 0 40px}
#bandeau_sitemap form {  max-width: 480px; margin:0 auto; position: relative; background: #fff;   }
#bandeau_sitemap form input[type=text] { margin:0;}
#bandeau_sitemap form input[type=submit] { background:#fff url(../modules/lmhsiteinternet/css/images/picto_search.svg) no-repeat; text-indent: -9999px; font-size: 0; width:30px; height: 30px; background-size: 23px auto; position:absolute; top:19px; right:14px; }
#bandeau_sitemap h1, .sitemap h1 { font-size: 50px; line-height: 50px; color:#D81E05; text-align: center }

.sitemap { padding-bottom:60px !important; }
.sitemap .span_8_of_10, .sitemap .span_2_of_10  { font-size: 0}
.sitemap .colonnes { width:25%; display: inline-block; vertical-align: top; font-size: 16px; }
.sitemap h1 { padding:73px 0 6px; font-weight: bold; }
.sitemap h2 {  font-size:30px; color:#343469; font-family: "din-2014",sans-serif; line-height: 36px; padding:0 40px 23px}
.sitemap h2 a {color:#343469;  }
.sitemap a { transition: all 0.3s ease;  }
.sitemap a:hover { color:#D81E05; }
.sitemap h2 a:hover { color:#D81E05;  }
.sitemap ul { padding:0 40px; }
.sitemap ul li span { display: inline-block; vertical-align: top; margin-bottom: 10px;}
.sitemap ul li { position: relative; margin-bottom: 10px; padding-left: 13px  }
.sitemap ul li:before { content:""; width:5px; height: 5px; background:#D81E05; border-radius: 5px; position:absolute; top:7px; left:0 }




/*********************[LAYOUT]****************************/
body { font:100%/1.3 Arial, Verdana, sans-serif; color:#343839; font-size:16px; }
#wrapper {background:#ededed; padding-top:100px;}
#main {  position:relative; z-index:100}
.center_site { width:1000px; margin:0 auto; position:relative;}
.clear { clear:both; }
.tab { display: table; width: 100%}
[class^="tab-row"] { display: table-row; }
[class^="tab-cell"]  { display: table-cell; vertical-align: top;}
[class^="tab-cell-middle"]  {  vertical-align: middle;}
[class^="tab-cell-bottom"]  {  vertical-align: bottom;}
.section {    clear: both;    padding: 0px;    margin: 0px; width:100%;}
.mw1400 { max-width: 1400px; margin:0 auto;}
.col {    display: block;    float:left;    margin: 0;}
.col:first-child { margin-left: 0; }
.group:before,.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; }
.span_10_of_10 {    width: 100%;}
.span_9_of_10 {    width: 90%;}
.span_8_of_10 {    width: 80%;}
.span_7_of_10 {    width: 70%;}
.span_6_of_10 {    width: 60%;}
.span_5_of_10 {    width: 50%;}
.span_4_of_10 {    width: 40%;}
.span_3_of_10 {    width: 30%;}
.span_2_of_10 {    width: 20%;}
.span_1_of_10 {    width: 10%;}
#deco_trait { position:fixed; left:0;  right:0; bottom:0; top:0; }
#deco_trait .span_2_of_10 { border-right:1px solid #dadada; height:100vh }
#deco_trait .span_2_of_10.prems {  border-left:1px solid #dadada; }
.retour_tablette { display: none}
#bandeau_top { height:300px; background-size: cover; background-position: center center;    position: relative; }
#barre_top { background:#dadada; padding:25px 0 25px; }
#breadcrumb {  font-size:14px; font-style: italic; color:#818487; padding:0 160px 0 68px;}
#breadcrumb a {   color:#818487; transition: all 0.3s ease;}
#breadcrumb .sep  { color:#D81E05; margin:0 10px; }
#breadcrumb span, #breadcrumb a:hover  { color:#D81E05; }
#breadcrumb  .icon-home { font-size:15px;}
.fonctionnalites {  position:absolute; top:24px; right:35px;}
.fonctionnalites li { float:left; margin-left:42px;}
.fonctionnalites li span { font-size:29px; transition: all 0.3s ease;  }
.fonctionnalites li span:hover { opacity:0.8}

/********[HEADER]********/
.hlogo { position:absolute; top:27px; right:59px; line-height: 0; text-align: center; transition: all 0.3s ease; }
.hlogo svg {  width:161px; height:45px;}
.hlogo_min { position:absolute; bottom:0px; right:40px; line-height: 0; text-align: center; opacity:0; visibility: hidden; transition: all 0.3s ease; }
.hlogo_min svg { width:60px; height:44px;}
/* Boutons */
.hamburger { position:absolute; top:21px; left:50px;  z-index:10;   display: inline-block !important;    cursor: pointer;    transition-property: opacity, -webkit-filter;    transition-property: opacity, filter;    transition-property: opacity, filter, -webkit-filter;    transition-duration: 0.15s;    transition-timing-function: linear;    font: inherit;    color: inherit;    text-transform: none;    background-color: transparent;    border: 0;       overflow: visible; }
.hamburger-box {    width: 40px;    height: 32px;    display: inline-block;    position: relative; }
.hamburger-inner {    display: block;    top: 50%;    margin-top: -2px; }
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {    width: 40px;    height: 4px;    background-color: #fff;    position: absolute;    transition-property: -webkit-transform;    transition-property: transform;    transition-property: transform, -webkit-transform;    transition-duration: 0.15s;    transition-timing-function: ease; }
.home .hamburger-inner, .home .hamburger-inner::before, .home .hamburger-inner::after {    background-color: #fff;}
.hamburger-inner::before, .hamburger-inner::after {    content: "";    display: block; }
.hamburger-inner::before {    top: -11px; }
.hamburger-inner::after {   ; }
.is-active .hamburger-inner, .is-active .hamburger-inner::before, .is-active .hamburger-inner::after{    background-color: #343839;}
.hamburger--collapse .hamburger-inner {    top: auto;    bottom: 0;    transition-duration: 0.15s;    transition-delay: 0.15s;    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse .hamburger-inner::after {    top: -22px;    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
.hamburger--collapse .hamburger-inner::before {    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse.is-active .hamburger-inner {    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);    transform: translate3d(0, -10px, 0) rotate(-45deg);    transition-delay: 0.32s;    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--collapse.is-active .hamburger-inner::after {    top: 0;    opacity: 0;    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear; }
.hamburger--collapse.is-active .hamburger-inner::before {    top: 0;    -webkit-transform: rotate(-90deg);    transform: rotate(-90deg);    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger-inner { width:26px; }
.hamburger .libelle { display: block; color:#fff; font-size:13px; padding-top:3px; text-align: left}
.hamburger--collapse.is-active .hamburger-inner { width:40px; }
.is-active  .libelle { color: #343839;}



/* Account */
.account { position:absolute; top:21px; left:140px; width:40px; /* width pour ie */ z-index:10; display:inline-block !important; cursor:pointer; transition-property:opacity, -webkit-filter; transition-property:opacity, filter; transition-property:opacity, filter, -webkit-filter; transition-duration:0.15s; transition-timing-function:linear; font:inherit; color:inherit; text-transform:none; background-color:transparent; border:0; overflow:visible; }
.account-box { height: 32px;  display: inline-block; position: relative; text-align:center;}
.account-icon { display: inline-block; width:40px;  height: 32px; }
.account-icon svg {  height: 32px; width: auto; }
.account .libelle { display: inline-block; color:#fff; font-size:13px; padding-top:3px; text-transform: uppercase; white-space: nowrap; }
.account .libelle:after { content:""; display:inline-block; margin-left:10px; vertical-align:top; height:12px; width:12px; background-image:url(../modules/lmhsiteinternet/css/images/arrow_bottom_blanc.png); background-repeat:no-repeat; background-size:12px; background-position:center center; }



/* not logged */
.account-icon svg .lignes { display: none; }
.account .libelle:after { display:none; }
/* logged */
body.logged .account-icon svg .lignes { display: block; }
body.logged .account .libelle:after { display:inline-block; }


/****** MENU ******/
#menu { position: fixed;  top:0; left:0; right:0; background:#D81E05; width:auto; z-index:999; height:100px;  transition: all 0.3s ease;  }
#menu.open .niv1 { left:0;   background:#D81E05; overflow-y: auto; overflow-x: hidden;}
#menu.open .niv1::-webkit-scrollbar {    width: 7px;}
#menu.open .niv1::-webkit-scrollbar-track { background: #8a2035;-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);border-radius: 10px; }
#menu.open .niv1::-webkit-scrollbar-thumb { background: #fff;border-radius: 10px;-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);}
html.menu-open #bg_opac_menu{  opacity:1; visibility: visible}
.niv1 { width:280px; position:relative; left:-280px; height:100vh;   transition: all 0.3s ease; }
#bg_opac_menu { position:fixed; top:0; left:0; right:0; bottom:0;  background-color: rgba(60, 60, 59, 0.5); opacity:0; visibility: hidden; z-index:101;   transition: all 0.3s ease;}


/* Account panel */
.account-panel { position:absolute; background:#009c8f; top:0; left:130px; width:280px; max-width:280px; padding:30px; z-index: 11; color:#fff;  transform: translateY(-100%); transition: all 0.3s ease; }
.account-panel-icon { height:60px; width: 60px; margin-bottom: 50px; margin-top:-13px; cursor:pointer; }
.account-panel-bonjour { margin-bottom: 7px; font-weight: bold; text-transform: uppercase; font-size: 12px; letter-spacing: 1px; }
.account-panel-nom { font-size: 22px; margin-bottom: 30px;}
.account-panel-menu li { margin-bottom: 15px; }
.account-panel-menu li a { font-size: 17px; padding-left: 15px; color:#343839 ; background-image: url(../modules/lmhsiteinternet/css/images/arrow_onglet_right.png); background-repeat: no-repeat; background-position: left center; background-size: 6px; }
.account-panel-menu li a:hover { background-image:url(../modules/lmhsiteinternet/css/images/arrow_right_blanc.png); color:#fff; background-size: 5px; }

.account-panel.open { transform: translateY(0); }


/**** MAIN MENU ****/
/* niveau 1 */
#main_menu { padding-top:120px; }
#main_menu a { position:relative; padding:3px 40px 3px 40px; color:#fff;display:block; }
#main_menu li { position: relative}
#main_menu li:before { content:""; position:absolute; top:0; left:-8px; width:7px; bottom:2px; background:#fff;  transition: all 0.3s ease;}
#main_menu li:hover:before, #main_menu li.actif:before { left:0 }
#main_menu > ul > li { margin-bottom:34px;}
#main_menu > ul > li > a { font-size:25px; display: block; line-height: 26px;}
.open #main_menu li.actif .menu_niv2 {width:280px; left:280px; opacity:1}

    .open #main_menu li.actif .menu_niv2::-webkit-scrollbar {    width: 7px;}
    .open #main_menu li.actif .menu_niv2::-webkit-scrollbar-thumb { background: #fff;border-radius: 10px;-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);}

    .open #main_menu li.cat_01.actif .menu_niv2::-webkit-scrollbar-track { background: #955719;-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);border-radius: 10px; }
    .open #main_menu li.cat_02.actif .menu_niv2::-webkit-scrollbar-track { background: #437882;-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);border-radius: 10px; }
    .open #main_menu li.cat_03.actif .menu_niv2::-webkit-scrollbar-track { background: #8a7051;-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);border-radius: 10px; }
    .open #main_menu li.cat_04.actif .menu_niv2::-webkit-scrollbar-track { background: #6b6257;-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);border-radius: 10px; }


/* niveau 2 */
.menu_niv2  { width:0; left:280px; position: fixed; height:100vh; top:0;   overflow-y: auto; overflow-x: hidden; font-size: 16px;  transition: all 0.3s ease; }
.menu_niv2 { padding:160px 0 0 0; }
.menu_niv2 > ul { position:relative; width:280px;  }
.menu_niv2 > ul > li { margin-bottom:14px; }
.menu_niv2 > ul > li.deroule_menu3 > a:after { content:""; width:7px; height:13px; background:url(../modules/lmhsiteinternet/css/images/niv2_arrow_right.png) no-repeat;    position: absolute; top:50%;  margin-top:-5px; right:23px;  }
.menu_niv2 > ul > li.deroule_menu3.open:before { left:0 !important;}
.menu_niv2 > ul > li.deroule_menu3.open a:after { background:url(../modules/lmhsiteinternet/css/images/niv2_arrow_bottom.png) no-repeat; width:13px; height:7px; margin-top:-2px; right:20px;}
/* niveau 3 */
#main_menu .menu_niv3 {   font-family: arial; font-size: 14px; font-weight: normal; padding:7px 20px 10px; margin-bottom: 5px; display: none}
#main_menu .menu_niv3  li { padding:4px 0 }
#main_menu .menu_niv3  li a  { color:#ffffff; display: inline-block; transition: all 0.3s ease;}
#main_menu .menu_niv3  li a:hover, #main_menu .menu_niv3  li.actif a  { color:#fff; text-decoration: underline;}
#main_menu .menu_niv3  li:before { display: none}
/**** SECOND MENU ****/
#second_menu { padding-top:14px;}
#second_menu h4 { color:#8a2035; font-weight: normal; font-size: 17px; padding:0 0 0 40px; }
#second_menu a { position:relative; padding:3px 40px 3px 40px; color:#fff;display:block; }
#second_menu ul { padding-bottom:24px; }
#second_menu li { position: relative; font-size: 16px; margin:5px 0}
#second_menu li:before { content:""; position:absolute; top:0; left:-8px; width:7px; bottom:2px; background:#fff;  transition: all 0.3s ease;}
#second_menu li:hover:before, #second_menu li.actif:before { left:0 }
#second_menu [class^="icon-"] { margin-right: 5px; }
#second_menu .icon-locataire { position:relative; top:3px;}
#second_menu .rechercher{padding-top: 20px;}
#second_menu .rechercher ul{padding-bottom: 10px;}
.connection {  margin:22px 40px 0; border-top:2px solid #fff; border-bottom:2px solid #fff; overflow: hidden }
.connection a { line-height: 15px; color:#fff; padding:10px 0 15px 0; display: block; padding-left:40px; position:relative;  }
.connection [class^="icon-"] {  position:relative; top:0px; right:10px}
.connection  [class^="icon-"] span:before {  transition: all 0.1s ease;   }
.connection .libelle {  display: inline-block;   transition: all 0.1s ease;   }
.connection li:before { display: none;}
.connection a .hover {  position:absolute; left:-100%;  width:100%; top:0; bottom:0; background:#fff; transition: all 0.3s ease;  }
.connection a:hover .hover { left:0; }
.connection a:hover .libelle, .connection a:hover [class^="icon-"] span:before   { z-index:10; color:#D81E05; position:relative;}
.connecte { margin:22px 40px 0; border-bottom: 2px solid #fff; padding-bottom:10px;}
.connecte h4  { font-size: 14px; color:#8a2035; border-bottom: 2px solid #fff; line-height: 0}
.connecte h4 span {  background:#D81E05; position: relative; z-index: 2; padding-right: 9px; top:1px; }
.connecte .nom { color:#fff; font-size: 26px; line-height: 26px; padding:20px 0 9px}
.connecte li { padding:5px 0 }
.connecte li a {  font-weight: normal; font-family: arial; font-size: 14px; color:#fff; font-style: italic }
/**** STICKY ****/
.sticky .hlogo { opacity:0; visibility: hidden;  }
.sticky .hlogo_min  { opacity:1; visibility: visible;  }
.sticky .hamburger .libelle { display: none}
.sticky .hamburger { left:28px; margin-left:0; top:12px; z-index: 100}
.sticky .hamburger-box { width:32px;}
.sticky .hamburger-inner, .sticky  .hamburger-inner::before, .sticky  .hamburger-inner::after { width:32px; height:3px;}
.sticky .hamburger-inner::before  { top:-9px;}
.sticky .hamburger--collapse .hamburger-inner::after { top:-18px;}
.sticky .hamburger--collapse.is-active .hamburger-inner, .sticky .hamburger:hover .hamburger-inner { width: 32px;}
.sticky .hamburger-inner { /*width:21px;*/ width:32px; }
.sticky #menu { height:69px; }

.sticky .account .libelle { display: none;  }
.sticky .account { left:90px; top:15px; z-index: 100; }

.sticky .account-panel { left:90px; z-index: 101; }


/********[FOOTER]********/
#footer { background:#dadada url(../modules/lmhsiteinternet/css/images/footer_bg.png); background-size: 100%; position:relative; z-index:99;  text-align: center;}
#footer .fbonjour { font-size: 35px; color:#fff; padding:75px 0 49px;}
#footer a { color:#343469; transition: all 0.3s ease; }
#footer a:hover { color:#D81E05; }
.fliens { font-size: 14px; max-width: 840px; margin:0 auto; border-top:1px solid #343469; border-bottom:1px solid #343469; padding:34px 0}
.fliens li { display: inline-block; vertical-align: top; min-height: 2em;}
.fliens li:before { content:""; width:22px; height:5px; display: inline-block; vertical-align: middle; background: #fff;  margin:0 25px; position: relative; top:-2px;}
.fliens li:first-child:before { display: none;}
.fsocial {  padding:55px 0 40px }
.fsocial li { display: inline-block; vertical-align: top; margin:0 45px;  }
.fsocial li a { font-size: 35px;  }
.fsocial li span { color:#fff; font-size:42px; margin-right:3px; position:relative; top:6px;  transition: all 0.3s ease;}
.fsocial li a:hover span { color:#D81E05; }
/********[COOKIES]********/
#cookies { background:#343839; text-align: center; color:#fff; padding:18px 10px; position: fixed; bottom:0; left:0; right:0; z-index:999; font-size: 13px;}
#cookies a { font-size: 12px; color:#818487; transition: all 0.3s ease;}
#cookies a:hover {  color:#D81E05; }
#cookies .Fmuseo700 { color:#D81E05; margin:0 20px;}


/*********************[RESPONSIVE]****************************/

@media all and (min-width:1800px) {
    #home_slider .content .title {font-size: 70px;        line-height: 78px;}
    #home_slider .content div a { font-size: 30px; background-position: 0 12px}
    #home_slider .content { padding-left: 80px;        padding-right: 80px;        padding-bottom: 60px;}
    .title_160_gris {    font-size: 260px; line-height: 0.6; padding-top:70px; }
    .actu_min .title { font-size: 30px;}
    .actu_big .content {        padding: 48px 50px 47px; }
    #home_actus .title {    font-size: 30px;     }
    .actu_big .title { font-size: 40px !important;    line-height: 46px;  }
    .actu_big .pres { font-size:18px; line-height: 26px; padding-top: 15px;        padding-bottom: 6px;}
    #home_choix a { font-size: 30px;}
    #home_infos #offres h2 { font-size: 70px;        line-height: 76px;}
    #home_infos #sav .tel a { font-size: 60px;}
    #home_infos #sav { font-size: 18px; position: relative; z-index:10; height:460px;}
    #home_infos #offres { height:340px;}
    #home_infos #visuel { top:460px;}
    #home_infos #visuel .span_7_of_10 { height:410px;}
    .mw1400 { max-width: 1600px;}
}


@media all and (max-width:1539px) {
    #home_slider .bx-controls-direction { right:70px;}
    #home_slider .bx-controls-direction { top:105px;}
    #home_slider .bx-controls-direction a { width:39px; height:39px;}
    #home_slider .content { top:125px;     border-radius: 0 0 0 35px;}
    #home_slider .content .title { font-size:32px; line-height:36px; padding-bottom:25px; }
    #home_slider .content { padding:13px 40px 40px 40px;}
    #home_slider .content div  a { font-size: 16px; background-position: left 2px}
    #home_slider .content div p { padding:5px 0}
    #home_slider .bx-controls-direction a span { width:9px; height:16px; margin-left:-4.5px; margin-top:-8px; background-size: 9px 16px !important;}
    #home_slider .bx-controls-direction a span:after { height:2px; margin-top:-1px;}
    #home_slider .bx-controls-direction a:hover span:after {  width:15px; }
    #home_slider .bx-controls-direction a:hover span { width:19px; margin-left:-9.5px}
    #home_actus { padding-top:40px;}
    .actu_big .title { font-size:20px; line-height: 24px; text-align: left}
    .actu_big .pres { font-size:14px; line-height: 18px; padding-top:15px}
    .actu_big .content:before { width:6px; height:39px; top:-19.5px}
    .actu_big .content { padding:24px 25px; border-radius: 0 0 35px 0;}
    .btn_lire_suite { font-size: 12px;}
    .actu_min { margin-top:85px}
    .actu_min .title { font-size: 16px; line-height: 20px; padding:0;}
    .actu_min .content:before { width:6px; height:26px; top:-13px;}
    .btn_actus { padding-top:21px;}
    .btn_actus a { font-size: 16px; padding: 7px 18px 8px;     border-top: 1px solid #D81E05;        border-bottom: 1px solid #D81E05;}
    #home_choix a { font-size: 16px; padding:50px 0}
    #home_choix [class^="icon-"] { font-size: 45px; padding-bottom: 16px;  }
    #home_infos #sav { height:270px; padding-top:22px;}
    #home_infos #sav h4 { font-size: 20px; padding:21px 0 3px; }
    #home_infos #sav .tel a{ font-size: 26px;}
    #home_infos #sav .date { font-size: 14px;}
    #home_infos { padding-bottom:200px;}
    #home_infos #offres { height:180px;     border-radius: 0 38px 0 0;}
    #home_infos #offres h2 { font-size: 32px; line-height: 32px;padding:28px 0 20px}
    #home_infos #offres ul li { margin:0 24px;}
    #home_infos #offres ul li a { font-size:16px; width:118px; padding: 7px 0 8px; border-top: 1px solid #D81E05;        border-bottom: 1px solid #D81E05; }
    #home_infos #visuel { top:270px; }
    #home_infos #video a .icon-player { font-size:40px; margin-bottom:3px;}
    #home_infos #visuel .span_7_of_10 { height:180px;}
    #home_infos #video a { font-size:20px;}
    #footer .fbonjour { font-size: 22px;}
    .fliens { max-width: 720px; font-size: 12px; padding:21px 0}
    .fliens li:before { width:14px; height:3px;}
    .fsocial { padding:30px 0 50px;}
    .fsocial li a { font-size: 22px; }
    .fsocial li span { font-size:29px}
    #footer .fbonjour { padding:50px 0 30px; }

    #bandeau_onglets ul li a { height:100px;}

    #form_contact .span_8_of_10:after { right:20px;}

}

@media all and (max-width:1100px) {
    #logement_fiche .span_4_of_10 { padding:0 30px 70px;}
    #logement_fiche h1 {  font-size: 30px; line-height: 35px; padding-top:10px; padding-right: 60px; }
    #logement_fiche .prix { font-size: 30px;}
    #logement_fiche .prix span{  font-size: 18px}
    #logement_fiche h2 { font-size: 20px; line-height: 26px; padding-bottom: 22px;}
    #fiche_slider { margin:15px -30px;}
    #fiche_slider li { height: 220px;}
    #logement_fiche  {  font-size: 14px;}
    #logement_fiche .prix { padding:3px 0;}

    #fiche_slider .bx-controls-direction { bottom:-19.5px;}
    #fiche_slider .bx-controls-direction a { width:39px; height:39px;}
    #fiche_slider .bx-controls-direction a span { width:9px; height:16px; margin-left:-4.5px; margin-top:-8px; background-size: 9px 16px !important;}
    #fiche_slider .bx-controls-direction a span:after { height:2px; margin-top:-1px;}
    #fiche_slider .bx-controls-direction a:hover span:after {  width:15px; }
    #fiche_slider .bx-controls-direction a:hover span { width:19px; margin-left:-9.5px}
    #logement_fiche .span_4_of_10:not(.slider) ul li { margin-bottom: 5px; font-size: 14px;}
    #fiche_reponse .repondre a { font-size: 16px; padding:37px 0 }
    #fiche_reponse ul li { width:100%; display: block;}

    #agence_map { padding:50px 0}
    #agence_liste { width:100%; padding:2px 47px 50px;}
    #agence_select { max-width: 100%; width: 75%; margin:0 0 0 25%}
    #agence_liste h1 { font-size: 30px; line-height: 35px; padding-bottom: 18px;}
    #agence_liste h1 br { display: none;}
    #agence_liste a { margin-top:10px;}
    #agence_select div.cs-skin-border, .cs-skin-border .cs-options { font-size: 14px;}
    #agence_coordonnees { padding-left: 0; font-size: 14px;}
    #agence_coordonnees .colonne { width:50%;}
    #agence_coordonnees h2 { font-size: 34px; line-height: 36px;}
    #agence_coordonnees h3 { font-size: 18px; line-height: 20px;}

    #home_compte.page_connection h2 { font-size: 40px; line-height: 40px  }
    #home_compte.page_connection .box { padding:0px 30px 65px  }
    #home_compte.page_connection .col:nth-child(3) .box:first-child { margin-top:-190px}

    .sitemap .colonnes { width:50%}

    /* 21-06-2018 - FHA - Correction bouton magazine - Début */
    .btn_roll_rouge a:before, .btn_roll_rouge button:before { display:none; }
    #home_infos #offres ul li a:before {display:none;}
    .btn_actus a:before { display:none; }
    /* 21-06-2018 - FHA - Correction bouton magazine - Fin */
}

@media all and (max-width:989px) {

    /* menu */
    .hlogo { top:16px; right:12px;}
    .hlogo svg{ height: 33px; }
    .hamburger .libelle { display: none}
    .hamburger { left:28px; margin-left:0; top:12px; z-index: 100}
    .hamburger-box { width:32px;}
    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after { width:32px; height:3px;}
    .hamburger-inner::before  { top:-9px;}
    .hamburger--collapse .hamburger-inner::after { top:-18px;}
    .hamburger--collapse.is-active .hamburger-inner, .hamburger:hover .hamburger-inner { width: 32px;}
    .hamburger-inner { width:21px; }

    .account .libelle { display: none }
    .account { left:90px; top:15px; z-index: 100; }
    .account-panel { left:90px; z-index: 101; }

    #menu.open { width:100%;}
    #menu { height:69px; }
    .niv1 {    left:-360px; background: #D81E05; height:100vh; width:360px;}
    #main_menu { padding-top:73px;}
    #main_menu li .menu_niv2 { width:360px; left:-360px; z-index:10}
    .open #main_menu li.actif .menu_niv2 { width:360px; left:0; }


    #main_menu > ul > li > a { font-size: 18px;}
    #main_menu > ul > li { margin-bottom:5px;}
    #main_menu > ul > li > a br { display: none}
    .menu_niv2 { padding-top:78px;}
    .menu_niv2 > ul { width:360px;}
    #main_menu li:before {display:none; }
    .connection a { padding:7px 0 13px 0; text-align: center;}
    .connection .libelle br { display: none;}
    .connection [class^="icon-"] { top:3px; right:5px;}
    #footer { margin-left:0}
    .fliens { max-width: 542px;}
    .fliens li { padding:0 10px;}
    .fliens li:before { display: none}
    .fliens li:first-child { padding-left:0;}
    .fliens li:last-child { padding-right:0;}
    .retour_tablette  { display: block;   padding:0 40px 20px;}
    .retour_tablette a {     z-index:100;  font-size:10px!important; color:#343839!important; text-transform: uppercase!important; background:url(../modules/lmhsiteinternet/css/images/arrow_back.png) no-repeat!important; display: inline-block!important; height:10px!important; padding:0 0 0 17px !important;}
    #wrapper { padding-top:69px; }
    #breadcrumb { padding-left:35px}
    #deco_trait { left:0;}
    #main { padding-left:0;}
    #home_slider .content { width:288px; right:10%;}
    #home_slider li { height:calc(100vh - 69px); }
    #home_infos #offres ul li { margin:0 7px;}
    #home_slider .bx-controls-direction { right:7.22% }
    #home_actus .col.span_2_of_10 { width:30%; }
    #home_actus .col.span_4_of_10 { width:50%; }
    #home_actus.page_actus .col.span_2_of_10 { width:20%; }
    #home_actus.page_actus .col.span_4_of_10 { width:40%; }

    #home_actus .col.span_2_of_10.last { display: none }
    .actu_big .content { width:80%}
    .btn_actus a { width:190px;}
    #home_choix { padding:0 0 100px;}
    .title_160_gris { text-align: center}
    #home_choix a { font-size: 14px;}
    #choice .span_1_of_10 { width:5%;}
    #choice .span_2_of_10 { width:22.5%;}
    #home_infos .col { float:none;}
    #home_infos .span_1_of_10 { display: none}
    #home_infos .span_4_of_10 { margin-left:40%; width:50%; position: relative; z-index:10;}
    #home_infos #sav { border-radius:0 35px  0 0}
    #home_infos #offres { border-radius: 0}
    #home_infos #visuel { display: none }
    #home_infos   #visuel_tablette_mob { display:block; position:absolute; width:40%; left:10%; top:100px; bottom:130px; background-size: cover; background-position: center center}

/*    #portail .box.demi > div { float:none; width:100%;}
    #portail .col:nth-child(3) .box:nth-child(1) { margin-top:0; border-radius:0;}
    #portail .span_2_of_10 { width:40%;}*/
    #portail{ display: none;}
    #portail_tab{ display: block;}



    #solde_compte .montant {  font-size: 35px; line-height: 35px;}
    #solde_compte .montant .total { padding-top:11px;}
    .btn_paiement a { width:100%; min-width: 0; font-size: 18px; padding-right: 12px; padding-top:16px; padding-bottom: 15px;}
    .btn_paiement .ligne_02 { font-size: 12px; line-height: 18px;}
    .btn_paiement .icon-compte { top:0;}
    .listing_style_pdf li { width:33.33%}
    #bandeau_onglets ul li a { font-size: 18px; line-height: 18px;}

    #home_compte .box { padding-left:30px; padding-right: 30px;}
    #home_compte .box.demi > div { padding-top:0; padding-bottom:30px; min-height: 0; float: none;        width: 100%;}

    #cms .encart_arrondi {     padding: 20px 10px 25px;}
    #cms .encart_arrondi h3 { font-size: 15px; line-height: 20px; padding-bottom: 15px}
    #cms .encart_arrondi a { line-height: 14px; }
    #cms .encart_arrondi a:hover { background:none}

    #bandeau_encadre {  padding: 10px 30px 30px;}
    #bandeau_encadre h1 { font-size:40px; line-height: 40px; padding:30px 0}
    #form_contact .span_8_of_10:after { display: none}
    #form_contact .span_4_of_10, #form_contact .span_8_of_10 { padding:0 15px;}

    #intro_logement .span_8_of_10 { padding:0 15px;}
    #filtres .titre_btn h2 { padding:0 15px; font-size: 50px; line-height: 50px; padding-top:5px;}
    #filtres .titre_btn .col_btn { width:210px;}
    #filtres .titre_btn .btn_roll_rouge a { font-size:18px;}
    #filtres .titre_btn .btn_roll_rouge i { top:3px;}
    #filtres .deplier { padding:15px 20px;}
    #tab_filtres .tab-cell { padding:0 15px;}
    #container_listing { padding:0 10%;}
    #container_masonry .grid-sizer, #container_masonry .item { width:50%;}
    #container_masonry .conteneur_select{display: none;}
    #container_masonry .conteneur_select_tab { display: block; position:relative;  width: 90%; margin:0px auto 50px}
    #container_masonry .conteneur{ width:90%;}

    #home_compte.page_connection h2 { font-size: 35px; line-height: 35px}


}


@media all and (max-width:719px) {
    .section { padding:0 10%}

    .col {  margin: 0; }
    .span_1_of_10, .span_2_of_10, .span_3_of_10, .span_4_of_10, .span_5_of_10, .span_6_of_10, .span_7_of_10, .span_8_of_10, .span_9_of_10, .span_10_of_10 {        width: 100%;    }
    #main { padding-left:0;}
    #footer { background:url(../modules/lmhsiteinternet/css/images/footer_bg_mobile.png) no-repeat bottom left; background-size: 100% auto}
    #footer .fbonjour  {  padding-top:30px;}
    #footer .fbonjour a { display: block;}
    .fliens  { margin:0 20%;}
    .fliens li { display: block; padding:8px 0}
    .fsocial li { margin:12px 0; display: block }
    .hide_mobile { display:none;}
    .tab, [class^="tab-row"], [class^="tab-cell"] { display: block; width: 100%}
    .title_160_gris { font-size:50px; text-align:center !important; padding:0 !important;  }
    .titre_60px  { font-size:50px; line-height: 50px}
    #bandeau_top { height:210px;}
    #barre_top { display: none;}
    #breadcrumb { padding:0 15px}
    .fonctionnalites {  display: none;}
    .fonctionnalites li {  display: inline-block; float:none; margin:0 8px;}

    .niv1, #main_menu li.actif .menu_niv2  { width:90%}
    .menu_niv2 > ul { width:100%;}
    .niv1 { left:-90%;}

    /********[CONTENU]********/
    #home_slider .bx-controls-direction { top:166px; right:13%;}
    #home_slider li { /*height:auto;*/ padding:185px 30px 35px;}
    #home_slider .content { position: relative; top:inherit; right:inherit; width:100%; background-color: rgba(250, 250, 250, 0.7); }
    #home_actus .col.span_4_of_10, #home_actus.page_actus .col.span_2_of_10,     #home_actus.page_actus .col.span_4_of_10  { width:100%; display: block !important;}
    #home_actus .col.span_2_of_10 { display:none;}
    .page_actus .span_1_of_10 { display: none;}
    .page_actus .mf_01 { padding-bottom: 0px;}
    .page_actus .mf_03 { top:0; margin-bottom: 20px}
    .page_actus .mf_02 .col:nth-child(4), .page_actus .mf_02 .col:nth-child(5) { margin-top:0;}
    .page_actus .actu_big { margin-top:30px;}

    .actu_big .content { position: inherit; width:100%; top:inherit}
    .actu_big .pres { display: none}
    .actu_min { margin-top:30px;}
    .actu_min .content {     padding: 24px 25px; background: #fff;        border-radius: 0 0 35px 0; }
    .actu_min .title {     font-size: 20px;    line-height: 24px;    text-align: left; }
    .btn_actus { padding-top:0; margin:0 30px;}
    #home_choix { padding:0 0 50px}
    #home_choix a { padding:20px 0}
    #choice .span_2_of_10 { width: 100%}
    #home_infos { padding-bottom:60px;}
    #home_infos #sav { border-radius:0 35px 0  0}
    #home_infos #offres { height:auto; border-radius: 0; padding-bottom:24px;}
    #home_infos #offres ul li { display: block; margin-bottom:18px;}
    #home_infos #visuel .span_7_of_10 { display: none}
    #home_infos .span_4_of_10 { width:100%; margin-left:0}
    #home_infos #visuel_tablette_mob { left:0; right:0; top:77px; bottom:137px; width:auto}
    #home_slider .suite a { display: none}

    #portail .span_2_of_10 { width:100%}
    #portail{ display: none;}
    #portail_mob{ display: block;}

    .bg_image_seul { display: none}


    #bandeau_onglets.bandeau_demande .mw1400, #bandeau_onglets.bandeau_paiement .mw1400{background-size: auto 180px;}
    #bandeau_onglets h1 { font-size: 30px; line-height: 30px; padding:57px 0 62px;}
    #bandeau_onglets ul { display: none}

    .titre_mobile_onglets {  color:#343469; font-size: 20px; display: block; border-top:1px solid #f1f1f1; background:#009c8f; line-height: 22px; position:relative; padding:19px 70px 21px 32px;}
    .titre_mobile_onglets:after { content:""; position:absolute; top:50%; right:32px; margin-top:-8px; background:url(../modules/lmhsiteinternet/css/images/arrow_onglet_right.png) no-repeat; width:10px; height: 16px;}
    .titre_mobile_onglets.actif:after { background:url(../modules/lmhsiteinternet/css/images/arrow_onglet_bottom.png) no-repeat; width:16px; height: 10px; margin-top:-5px; right:29px; }

    .section_onglets { padding-top:54px;  }
    .section_onglets.onglet_01 { display: none}
    .section_onglets .pres, .section_onglets .titre_60px { padding-left: 15px; padding-right: 15px}
    #solde_compte { padding-bottom: 59px;}
    #solde_compte .txt { padding-top:48px;}
    #solde_compte .span_4_of_10  { padding:0;}
    #solde_compte .span_4_of_10 .txt { padding:40px 15px 0;}
    #table_mf1 {min-width: inherit;}
    #table_mf1 table th, #table_mf1 table td { height:68px; padding: 10px; }
    #table_mf1 table th { font-size: 16px;}
    #table_mf1 table td { font-size: 14px }
    .spe_mobile_scroll { padding-right:0;}
    .pagination { text-align: center; }
    .pagination * { margin:0 7px 7px; font-size: 18px; width:35px; height: 35px; line-height: 35px}
    .listing_style_pdf li { width:100%;}

    #bandeau_txt_110 {  height:auto;  }
    #bandeau_txt_110 h1 {  font-size:50px; line-height: 50px;}
    #home_compte {display: none;}
    #home_compte_mob .col:nth-child(2) .box:first-child { margin-top:-95px}
    #home_compte_mob .col:nth-child(3) .box:first-child { margin-top:0;}
    #home_compte_mob .box, #home_compte .box.demi > div { padding:20px; background-image:none !important;}
    #home_compte_mob .box.bg_vert{border-bottom: 1px #fff solid;}
    #home_compte_mob h2 { font-size: 30px; line-height: 35px; padding:20px 0 !important;}
    #home_compte_mob li { padding:7px 0}
    #home_compte_mob li a { font-size: 18px;}
    #home_compte_mob{display: block;}

    #cms h1 {  font-size:40px; line-height: 40px; word-break: break-word }
    #cms h2 { font-size:40px; line-height: 40px; word-break: break-word}
    #cms h2, #cms h3, #cms p, #cms ul, #cms .btn_petit, #cms .btn_gros { margin-left:15px; margin-right: 15px;}
    #cms #sommaire { padding:25px 0 20px;}
    #cms #sommaire .section {padding: 0;}
    #cms #sommaire.actif { padding-bottom: 0; margin-bottom: 55px;}
    #cms #sommaire h1 { padding:0 15px;}
    #cms #sommaire h1 br { display: none}
    #cms #sommaire ul { padding-left: 0; padding-top:20px;}
    #cms .span_1_of_10 { display: none}
    #cms figure figcaption {     position: inherit;     width: 100%;    bottom: inherit; }
    #cms .encart_deux_liens { display: block; border-top:0;}
    #cms .encart_deux_liens a { display: block; width: 100%; padding:30px 20px; border-top: 2px solid #D81E05;}
    #cms .encart_grand { padding:20px 10px;}
    #cms .encart_grand h3 br { display: none}
    #cms .btn_gros { width:calc(100% - 30px); padding-left:0px; padding-right: 0px; text-align: center; font-size: 20px; line-height: 20px; }

    #bandeau_encadre { margin-top:-95px;}
    .line_radio { padding-bottom: 15px;}
    .radio-check-btn.inline { display: block; margin:10px 0}
    #form_contact { padding-top:0;}
    .fake_label { padding-left:0;}
    #form_contact .btn_roll_rouge { padding-top:0;}
    textarea { height:150px;}

    #intro_logement .span_8_of_10 { padding:0 20px; }
    .slider_range {margin-bottom: 40px;}
    .slider_range .barre .conteneur_barre{width: 100%; margin-bottom: 10px;}
    #listing_logement { padding-top:50px;}
    #container_listing { padding:0;}
    #container_masonry .grid-sizer, #container_masonry .item { width:100%;}
    #container_masonry .conteneur { width:100%; margin-bottom: 50px;}
    #container_masonry .item.select { display: none;}
    #listing_logement #select_for_desktop { display: block; padding-bottom:50px;}

    #filtres { padding-bottom:15px;}
    #filtres .titre_btn .col_btn { margin:0 auto 30px;}
    #tab_filtres .tab-cell { width:100%;}

    #fiche_reponse { padding:0 10%}

    #conteneur_map { position:inherit; left:inherit; right: inherit; top:inherit; bottom:inherit; height: 550px;}
    #agence_map { padding:0; background:#fff;}
    #agence_map .section { padding:0;}
    #agence_liste { padding-bottom: 38px;}
    #agence_liste h1 { padding-top:30px; padding-bottom:21px;}
    #agence_liste a { margin-top:5px;}
    #agence_map  .span_4_of_10 {        position: relative;}
    #agence_select { position:absolute; top:80px; left:10%; right:10%; width: auto; margin:0}

    #agence_coordonnees { padding-top:57px;}
    #agence_coordonnees .colonne { float:none;    width: 100%;}
    #agence_coordonnees h2 { padding-bottom: 5px;}

    #home_compte.page_connection { display: block}
    #home_compte.page_connection .col:nth-child(3) .box:first-child { margin-top:0}
    #home_compte.page_connection .inscription { padding:0 0 50px}

    .sitemap { padding-bottom:0 !important;}
    .sitemap .colonnes { width:100%; padding-bottom: 30px}
    .sitemap h1 { padding-bottom:73px}
    .sitemap h2 { padding-left: 23px;}
    .sitemap ul {padding : 0 30px;}


}


@media all and (max-width:507px) { /* split ipad */
    .account-panel { left:4%; width: 92%; max-width: 92%; }
}

@media all and (max-width:320px) { /* très petit tel  */
    .account { left:70px; }
}

@media all and (max-height:765px) {
    html.menu-open { overflow: hidden;}
 /*   #second_menu .vsetes {        display: none    }*/
}

@media all and (max-height:800px) {
    #second_menu .rechercher {        display: none    }


    #home_slider li {  padding: 15px 30px 35px;    }



    #home_slider .bx-controls-direction {
		
            top: 25px;
            right: 5%;
        }

}




.vocalisableContent {
  overflow: hidden;
}

#deco_trait.infographie {
  background-color: #EDEDED !important;
}

#sommaire.info {
  padding-bottom: 50px !important;
  margin-bottom: 0 !important;
}

.infographie img {
  width: unset !important;
  max-width: unset !important;
}
.infographie .section {
  margin-bottom: 0 !important;
}
.infographie ul {
  padding-top: 30px;
  padding-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  list-style: none;
  padding-left: 1em;
}
.infographie ul li {
  background: unset !important;
  padding-left: 0 !important;
  margin-bottom: 30px !important;
}
.infographie ul li:last-child {
  margin-bottom: 0 !important;
}
.infographie ul li:before {
  display: inline-block;
  content: "-";
  width: 1em;
  margin-left: -1em;
}
.infographie .first-row {
  display: flex;
  z-index: 1;
  position: relative;
}
.infographie .first-row .left-arrow, .infographie .first-row .right-arrow {
  position: relative;
}
.infographie .first-row .left-arrow .horizontal-arrow, .infographie .first-row .right-arrow .horizontal-arrow {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateY(-45%) translateX(-50%);
  width: fit-content !important;
}
@media (max-width: 1024px) and (min-width: 719px) {
  .infographie .first-row .left-arrow .horizontal-arrow, .infographie .first-row .right-arrow .horizontal-arrow {
    top: 27%;
  }
}
.infographie .first-row .left-arrow .first, .infographie .first-row .right-arrow .first {
  height: 35%;
}
@media (max-width: 1024px) and (min-width: 719px) {
  .infographie .first-row .left-arrow .first, .infographie .first-row .right-arrow .first {
    height: 27%;
  }
}
.infographie .first-row .left-arrow .second, .infographie .first-row .right-arrow .second {
  height: 65%;
}
@media (max-width: 1024px) and (min-width: 719px) {
  .infographie .first-row .left-arrow .second, .infographie .first-row .right-arrow .second {
    height: 73%;
  }
}
.infographie .first-row .left-arrow {
  position: relative;
}
@media (max-width: 718px) {
  .infographie .first-row .left-arrow {
    display: none;
  }
}
.infographie .first-row .left-arrow .second {
  border-top: 2px #41BEE5 solid;
  border-left: 2px #41BEE5 solid;
}
.infographie .first-row .left-arrow .vertical-arrow {
  position: absolute;
  width: fit-content !important;
  top: 100%;
  transform: rotate(-90deg) translateY(-43%);
}
.infographie .first-row .right-arrow {
  position: relative;
}
@media (max-width: 718px) {
  .infographie .first-row .right-arrow {
    display: none;
  }
}
.infographie .first-row .right-arrow .second {
  border-top: 2px #e30514 dashed;
  border-right: 2px #e30514 dashed;
}
.infographie .first-row .right-arrow .vertical-arrow {
  position: absolute;
  width: fit-content !important;
  top: 100%;
  right: 0;
  transform: rotate(-90deg) translateY(94%);
}
.infographie .first-row .conseil {
  display: flex;
  flex-direction: column;
  position: relative;
}
.infographie .first-row .conseil .circle-gouvernance {
  position: relative;
  width: 100%;
  background-color: white;
  border-radius: 9999px;
  margin-top: -50px;
}
.infographie .first-row .conseil .circle-gouvernance .content .text {
  text-transform: uppercase;
}
.infographie .first-row .conseil .content {
  position: absolute;
  top: 55%;
  left: 50%;
  display: flex;
  flex-direction: column;
  transform: translateX(-50%) translateY(-50%);
  align-items: center;
  width: 50%;
}
@media (max-width: 1024px) {
  .infographie .first-row .conseil .content {
    top: 50%;
    width: 80%;
  }
}
.infographie .first-row .conseil .content img {
  width: 100% !important;
}
.infographie .first-row .conseil .text {
  color: #D8B283;
  font-family: "DIN", sans-serif;
  font-size: 30px;
  text-align: center;
  padding-top: 20px;
  line-height: 40px;
}
@media (max-width: 1024px) {
  .infographie .first-row .conseil .text {
    display: none;
  }
}
.infographie .first-row .conseil .text.mobile {
  padding-bottom: 50px;
  opacity: 0;
}
@media (max-width: 1024px) {
  .infographie .first-row .conseil .text.mobile {
    display: block;
    opacity: 100;
    text-transform: uppercase;
  }
}
.infographie .first-row .conseil .line-mobile {
  display: none;
  position: absolute;
  width: 100%;
  height: 73%;
  bottom: 0;
  left: 0;
  border-left: 2px #41BEE5 solid;
  border-right: 2px #e30514 dashed;
  justify-content: space-between;
}
@media (max-width: 718px) {
  .infographie .first-row .conseil .line-mobile {
    display: flex;
  }
}
.infographie .first-row .conseil .line-mobile .left, .infographie .first-row .conseil .line-mobile .right {
  width: 10%;
  position: relative;
}
.infographie .first-row .conseil .line-mobile .left .blue-arrow, .infographie .first-row .conseil .line-mobile .left .red-arrow, .infographie .first-row .conseil .line-mobile .right .blue-arrow, .infographie .first-row .conseil .line-mobile .right .red-arrow {
  position: absolute;
  top: 20%;
}
.infographie .first-row .conseil .line-mobile .left .blue-arrow, .infographie .first-row .conseil .line-mobile .right .blue-arrow {
  left: 0;
  transform: rotate(-90deg) translateY(-48%);
}
.infographie .first-row .conseil .line-mobile .left .red-arrow, .infographie .first-row .conseil .line-mobile .right .red-arrow {
  right: 0;
  transform: rotate(-90deg) translateY(100%);
}
.infographie .first-row .conseil .line-mobile .left {
  border-top: 2px #41BEE5 solid;
}
.infographie .first-row .conseil .line-mobile .right {
  border-top: 2px #e30514 dashed;
}
.infographie .second-row {
  display: flex;
}
.infographie .second-row .left {
  border-left: 2px #41BEE5 solid;
  position: relative;
  width: 10%;
}
.infographie .second-row .left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 100%;
  margin-left: -15px;
  background-image: url("/modules/lmhsiteinternet/css/images/infographie/blue-arrows.png");
}
@media (max-width: 1024px) and (min-width: 719px) {
  .infographie .second-row .left {
    width: 20%;
  }
}
.infographie .second-row .left img {
  position: absolute;
  width: fit-content !important;
  left: 0;
  transform: rotate(-90deg) translateY(-48%);
}
.infographie .second-row .left .first {
  top: 0;
}
.infographie .second-row .left .second {
  top: 25%;
}
.infographie .second-row .left .third {
  top: 50%;
}
.infographie .second-row .left .fourth {
  top: 75%;
}
.infographie .second-row .col-container {
  display: flex;
  width: 60%;
}
@media (max-width: 1024px) and (min-width: 719px) {
  .infographie .second-row .col-container {
    flex-direction: column;
    width: 40%;
  }
}
@media (max-width: 718px) {
  .infographie .second-row .col-container {
    flex-direction: column;
    width: 80%;
  }
}
.infographie .second-row .col-container .second-row-first-col {
  display: flex;
  flex-direction: column;
  width: 50%;
}
@media (max-width: 1024px) {
  .infographie .second-row .col-container .second-row-first-col {
    width: 100%;
  }
}
.infographie .second-row .col-container .second-row-first-col .composition {
  color: white;
  background-color: #D8B283;
  padding: 70px;
  margin-left: 50px;
  margin-right: -50px;
}
@media (max-width: 1024px) and (min-width: 719px) {
  .infographie .second-row .col-container .second-row-first-col .composition {
    padding: 50px;
    margin: 0;
  }
}
@media (max-width: 718px) {
  .infographie .second-row .col-container .second-row-first-col .composition {
    padding: 30px 20px;
    margin: 0;
  }
}
.infographie .second-row .col-container .second-row-first-col .composition .title {
  display: flex;
  align-items: center;
}
.infographie .second-row .col-container .second-row-first-col .composition .title img {
  width: 30px !important;
  height: 30px !important;
}
.infographie .second-row .col-container .second-row-first-col .composition .title span {
  font-family: "DIN", sans-serif;
  font-size: 20px;
  padding-left: 10px;
  letter-spacing: 0.05em;
  line-height: 40px;
}
.infographie .second-row .col-container .second-row-first-col .composition .text {
  margin-top: 30px;
}
.infographie .second-row .col-container .second-row-first-col .white-block {
  background: white;
  padding: 70px;
  position: relative;
}
@media (max-width: 1024px) and (min-width: 719px) {
  .infographie .second-row .col-container .second-row-first-col .white-block {
    padding: 50px;
    margin: 0;
  }
}
@media (max-width: 718px) {
  .infographie .second-row .col-container .second-row-first-col .white-block {
    padding: 30px 20px;
    margin: 0;
  }
}
.infographie .second-row .col-container .second-row-first-col .white-block .text {
  padding-top: 30px;
}
.infographie .second-row .col-container .second-row-first-col .white-block .mandat {
  margin-top: 50px;
}
.infographie .second-row .col-container .second-row-first-col .white-block .frequence {
  margin-top: 50px;
}
.infographie .second-row .col-container .second-row-first-col .white-block .arrow-mobile {
  display: none !important;
}
@media (max-width: 1024px) and (min-width: 719px) {
  .infographie .second-row .col-container .second-row-first-col .white-block .arrow-mobile {
    display: block !important;
    position: absolute;
    bottom: -22%;
    left: 50%;
    width: fit-content !important;
    transform: translateX(-50%);
  }
}
.infographie .second-row .col-container .second-row-first-col .white-block .title {
  display: flex;
  align-items: center;
  color: #343469;
  font-family: "DIN", sans-serif;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 40px;
}
.infographie .second-row .col-container .second-row-first-col .white-block .title img {
  width: 25px !important;
  height: 25px !important;
}
.infographie .second-row .col-container .second-row-first-col .white-block .title span {
  padding-left: 20px;
}
.infographie .second-row .col-container .second-row-second-col {
  display: flex;
  flex-direction: column;
  width: 50%;
}
@media (max-width: 1024px) {
  .infographie .second-row .col-container .second-row-second-col {
    width: 100%;
  }
}
@media (max-width: 1024px) and (min-width: 719px) {
  .infographie .second-row .col-container .second-row-second-col {
    width: 100%;
  }
}
.infographie .second-row .col-container .second-row-second-col .composition-arrows {
  height: 30%;
  position: relative;
  width: 75%;
}
.infographie .second-row .col-container .second-row-second-col .composition-arrows .top-side {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #D8B283;
}
.infographie .second-row .col-container .second-row-second-col .composition-arrows .right-side {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background: #D8B283;
}
@media (max-width: 1024px) {
  .infographie .second-row .col-container .second-row-second-col .composition-arrows {
    display: none;
  }
}
.infographie .second-row .col-container .second-row-second-col .composition-arrows img {
  position: absolute;
  width: fit-content !important;
}
.infographie .second-row .col-container .second-row-second-col .composition-arrows .first {
  top: 0;
  left: 35%;
  transform: translateY(-50%);
}
.infographie .second-row .col-container .second-row-second-col .composition-arrows .second {
  top: 0;
  left: 70%;
  transform: translateY(-50%);
}
.infographie .second-row .col-container .second-row-second-col .composition-arrows .third {
  top: 30%;
  right: 0;
  transform: rotate(90deg) translateY(-44%);
}
.infographie .second-row .col-container .second-row-second-col .composition-arrows .fourth {
  top: 99%;
  right: 0;
  transform: rotate(90deg) translateY(-44%);
}
.infographie .second-row .col-container .second-row-second-col .mobile-arrow {
  display: none;
}
@media (max-width: 1024px) {
  .infographie .second-row .col-container .second-row-second-col .mobile-arrow {
    display: flex;
    justify-content: center;
  }
  .infographie .second-row .col-container .second-row-second-col .mobile-arrow img {
    height: 160px !important;
    width: 17px !important;
  }
}
.infographie .second-row .col-container .second-row-second-col .content {
  margin: 80px -20px 0 200px;
}
@media (max-width: 1024px) {
  .infographie .second-row .col-container .second-row-second-col .content {
    margin: 50px 0 0 0;
  }
}
.infographie .second-row .col-container .second-row-second-col .content .presidence {
  display: flex;
  flex-direction: column;
}
.infographie .second-row .col-container .second-row-second-col .content .presidence .title {
  text-transform: uppercase;
  color: #D8B283;
  font-family: "DIN", sans-serif;
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 40px;
}
.infographie .second-row .col-container .second-row-second-col .content .presidence .text {
  padding-top: 10px;
  font-weight: bold;
  width: fit-content;
}
.infographie .second-row .col-container .second-row-second-col .content .missions {
  margin-top: 50px;
}
.infographie .second-row .col-container .second-row-second-col .content .missions .title {
  display: flex;
  align-items: center;
  color: #343469;
  font-family: "DIN", sans-serif;
  font-size: 20px;
  padding: 20px 0;
  letter-spacing: 0.05em;
  line-height: 40px;
}
.infographie .second-row .col-container .second-row-second-col .content .missions .title img {
  width: 25px !important;
  height: 25px !important;
}
.infographie .second-row .col-container .second-row-second-col .content .missions .title span {
  padding-left: 20px;
}
.infographie .second-row .right {
  border-right: 2px #e30514 dashed;
  position: relative;
  width: 10%;
}
.infographie .second-row .right::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 33px;
  height: 100%;
  margin-right: -18px;
  background-image: url("/modules/lmhsiteinternet/css/images/infographie/red-arrows.png");
}
@media (max-width: 1024px) and (min-width: 719px) {
  .infographie .second-row .right {
    width: 20%;
  }
}
@media (max-width: 718px) {
  .infographie .second-row .right {
    margin-bottom: -165px;
  }
}
.infographie .third-row {
  display: flex;
}
.infographie .third-row .left {
  width: 10%;
  position: relative;
}
@media (max-width: 1024px) and (min-width: 719px) {
  .infographie .third-row .left {
    width: 20%;
  }
}
.infographie .third-row .left .blue-arrows {
  height: 200px;
  border-left: 2px #41BEE5 solid;
  position: relative;
}
.infographie .third-row .left .blue-arrows::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 100%;
  margin-left: -15px;
  background-image: url("/modules/lmhsiteinternet/css/images/infographie/blue-arrows.png");
  background-repeat: space;
}
.infographie .third-row .col-container {
  display: flex;
  width: 60%;
}
@media (max-width: 1024px) and (min-width: 719px) {
  .infographie .third-row .col-container {
    flex-direction: column-reverse;
    width: 40%;
  }
}
@media (max-width: 718px) {
  .infographie .third-row .col-container {
    flex-direction: column-reverse;
    width: 80%;
  }
}
.infographie .third-row .col-container .third-row-first-col {
  width: 50%;
}
@media (max-width: 1024px) {
  .infographie .third-row .col-container .third-row-first-col {
    width: 100%;
  }
}
.infographie .third-row .col-container .third-row-first-col .direction {
  position: relative;
  margin-top: 300px;
}
@media (max-width: 1024px) {
  .infographie .third-row .col-container .third-row-first-col .direction {
    margin-top: 50px;
  }
}
.infographie .third-row .col-container .third-row-first-col .direction .icon {
  position: absolute;
  right: 100%;
  top: 0;
  width: 230% !important;
  height: unset !important;
}
@media (max-width: 1024px) and (min-width: 719px) {
  .infographie .third-row .col-container .third-row-first-col .direction .icon {
    right: 117%;
  }
}
@media (max-width: 718px) {
  .infographie .third-row .col-container .third-row-first-col .direction .icon {
    right: 0;
    top: 0;
  }
}
.infographie .third-row .col-container .third-row-first-col .direction .direction-title {
  margin-left: 80px;
  width: 50%;
  padding-top: 100px;
}
@media (max-width: 1024px) {
  .infographie .third-row .col-container .third-row-first-col .direction .direction-title {
    margin-left: 20px;
    width: 100%;
  }
}
@media (max-width: 718px) {
  .infographie .third-row .col-container .third-row-first-col .direction .direction-title {
    padding-top: 110%;
  }
}
.infographie .third-row .col-container .third-row-first-col .direction .direction-title .title {
  text-transform: uppercase;
  font-family: "DIN", sans-serif;
  font-size: 30px;
  color: #41BEE5;
  line-height: 40px;
  letter-spacing: 0.05em;
  line-height: 40px;
}
.infographie .third-row .col-container .third-row-first-col .direction .direction-title .content {
  font-weight: bold;
  padding-top: 30px;
}
.infographie .third-row .col-container .third-row-first-col .direction .direction-missions {
  background-color: white;
  padding: 70px;
  margin-top: 50px;
}
@media (max-width: 1024px) and (min-width: 719px) {
  .infographie .third-row .col-container .third-row-first-col .direction .direction-missions {
    padding: 50px;
  }
}
@media (max-width: 718px) {
  .infographie .third-row .col-container .third-row-first-col .direction .direction-missions {
    padding: 30px 20px;
  }
}
.infographie .third-row .col-container .third-row-first-col .direction .direction-missions .title {
  display: flex;
  align-items: center;
  color: #343469;
  font-family: "DIN", sans-serif;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 40px;
}
.infographie .third-row .col-container .third-row-first-col .direction .direction-missions .title img {
  width: 25px !important;
  height: 25px !important;
}
.infographie .third-row .col-container .third-row-first-col .direction .direction-missions .title span {
  padding-left: 20px;
}
.infographie .third-row .col-container .third-row-first-col .direction .direction-missions .content {
  padding-top: 30px;
}
.infographie .third-row .col-container .third-row-second-col {
  width: 50%;
  z-index: 1;
}
@media (max-width: 1024px) {
  .infographie .third-row .col-container .third-row-second-col {
    width: 100%;
  }
}
.infographie .third-row .col-container .third-row-second-col .bureau {
  margin-top: -250px;
  position: relative;
}
@media (max-width: 1024px) {
  .infographie .third-row .col-container .third-row-second-col .bureau {
    margin-top: 0;
    padding-top: 100px;
  }
}
@media (max-width: 718px) {
  .infographie .third-row .col-container .third-row-second-col .bureau {
    margin-top: 50px;
    padding-top: 110%;
  }
}
.infographie .third-row .col-container .third-row-second-col .bureau .icon {
  position: absolute;
  left: 100%;
  top: 0;
  transform: translateY(-100px);
  width: 230% !important;
  height: unset !important;
  z-index: 1;
}
@media (max-width: 1024px) and (min-width: 719px) {
  .infographie .third-row .col-container .third-row-second-col .bureau .icon {
    left: 117%;
    top: 0;
    transform: unset;
  }
}
@media (max-width: 718px) {
  .infographie .third-row .col-container .third-row-second-col .bureau .icon {
    top: 0;
    left: 0;
    transform: unset;
  }
}
.infographie .third-row .col-container .third-row-second-col .bureau .bureau-title {
  margin-left: 80px;
}
@media (max-width: 1024px) {
  .infographie .third-row .col-container .third-row-second-col .bureau .bureau-title {
    margin-left: 0;
    margin-right: 20px;
  }
}
.infographie .third-row .col-container .third-row-second-col .bureau .bureau-title .title {
  text-transform: uppercase;
  font-family: "DIN", sans-serif;
  font-size: 30px;
  color: #e30514;
  line-height: 40px;
  letter-spacing: 0.05em;
}
.infographie .third-row .col-container .third-row-second-col .bureau .bureau-title .content {
  font-weight: bold;
  padding-top: 30px;
}
.infographie .third-row .col-container .third-row-second-col .bureau .bureau-composition {
  background-color: #e30514;
  padding: 70px;
  margin-top: 50px;
}
@media (max-width: 1024px) and (min-width: 719px) {
  .infographie .third-row .col-container .third-row-second-col .bureau .bureau-composition {
    padding: 50px;
  }
}
@media (max-width: 718px) {
  .infographie .third-row .col-container .third-row-second-col .bureau .bureau-composition {
    padding: 30px 20px;
  }
}
.infographie .third-row .col-container .third-row-second-col .bureau .bureau-composition .title {
  display: flex;
  align-items: center;
  color: white;
  font-family: "DIN", sans-serif;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 40px;
}
.infographie .third-row .col-container .third-row-second-col .bureau .bureau-composition .title img {
  width: 25px !important;
  height: 25px !important;
}
.infographie .third-row .col-container .third-row-second-col .bureau .bureau-composition .title span {
  padding-left: 20px;
}
.infographie .third-row .col-container .third-row-second-col .bureau .bureau-composition .content {
  color: white;
  margin-top: 30px;
}
.infographie .third-row .col-container .third-row-second-col .bureau-missions {
  background-color: white;
  padding: 70px;
  margin-left: 80px;
  margin-right: -80px;
}
@media (max-width: 1024px) and (min-width: 719px) {
  .infographie .third-row .col-container .third-row-second-col .bureau-missions {
    padding: 50px;
    margin: 0;
  }
}
@media (max-width: 718px) {
  .infographie .third-row .col-container .third-row-second-col .bureau-missions {
    padding: 30px 20px;
    margin: 0;
  }
}
.infographie .third-row .col-container .third-row-second-col .bureau-missions .title {
  display: flex;
  align-items: center;
  color: #343469;
  font-family: "DIN", sans-serif;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 40px;
}
.infographie .third-row .col-container .third-row-second-col .bureau-missions .title img {
  width: 25px !important;
  height: 25px !important;
}
.infographie .third-row .col-container .third-row-second-col .bureau-missions .title span {
  padding-left: 20px;
}
.infographie .third-row .col-container .third-row-second-col .bureau-missions .content {
  padding-top: 30px;
}
.infographie .third-row .col-container .third-row-second-col .bureau-missions .frequence {
  padding-top: 40px;
}
.infographie .third-row .right {
  width: 10%;
  position: relative;
  display: flex;
  flex-direction: column;
  border-right: 2px #ECA156 dashed;
  margin-bottom: -165px;
}
@media (max-width: 1024px) and (min-width: 719px) {
  .infographie .third-row .right {
    width: 20%;
  }
}
@media (max-width: 1024px) {
  .infographie .third-row .right {
    margin-top: 165px;
  }
}
.infographie .third-row .right::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  margin-right: -15px;
  background-image: url("/modules/lmhsiteinternet/css/images/infographie/yellow-arrows.png");
  background-repeat: space;
}
.infographie .third-row .right .container {
  height: 320px;
  position: relative;
}
.infographie .third-row .right .container .icon {
  position: absolute;
  left: 0;
  top: 0;
  height: unset !important;
}
.infographie .fourth-row {
  display: flex;
}
@media (max-width: 718px) {
  .infographie .fourth-row {
    margin-top: 50px;
  }
}
.infographie .fourth-row .left {
  width: 40%;
}
@media (max-width: 1024px) and (min-width: 719px) {
  .infographie .fourth-row .left {
    width: 20%;
  }
}
@media (max-width: 718px) {
  .infographie .fourth-row .left {
    width: 10%;
  }
}
.infographie .fourth-row .commissions {
  width: 30%;
  position: relative;
}
@media (max-width: 1024px) and (min-width: 719px) {
  .infographie .fourth-row .commissions {
    width: 40%;
    padding-top: 100px;
  }
}
@media (max-width: 718px) {
  .infographie .fourth-row .commissions {
    width: 80%;
    padding-top: 90%;
  }
}
.infographie .fourth-row .commissions ul {
  padding-top: 0 !important;
}
.infographie .fourth-row .commissions .icon {
  position: absolute;
  left: 100%;
  top: -30%;
  width: 230% !important;
  height: unset !important;
}
@media (max-width: 1024px) and (min-width: 719px) {
  .infographie .fourth-row .commissions .icon {
    left: 117%;
  }
}
@media (max-width: 718px) {
  .infographie .fourth-row .commissions .icon {
    left: 0;
    top: 0;
  }
}
.infographie .fourth-row .commissions .title {
  text-transform: uppercase;
  font-family: "DIN", sans-serif;
  font-size: 30px;
  color: #ECA156;
  margin-left: 50px;
  letter-spacing: 0.05em;
  line-height: 40px;
}
@media (max-width: 718px) {
  .infographie .fourth-row .commissions .title {
    margin-left: 0;
  }
}
.infographie .fourth-row .commissions .content {
  padding: 50px;
  background-color: #ECA156;
  color: white;
  margin-top: 50px;
}
@media (max-width: 1024px) and (min-width: 719px) {
  .infographie .fourth-row .commissions .content {
    padding: 50px;
  }
}
@media (max-width: 718px) {
  .infographie .fourth-row .commissions .content {
    padding: 30px 20px;
  }
}
.infographie .fourth-row .fourth-col {
  width: 10%;
}

html {
  scroll-behavior: smooth;
}

.golden-block {
  background-color: #D8B283;
  position: relative;
}
.golden-block .content {
  display: flex;
}
@media (max-width: 1023px) {
  .golden-block .content {
    flex-wrap: wrap;
  }
}
@media (max-width: 719px) {
  .golden-block .content {
    padding: 0;
  }
}
.golden-block .photo {
  background-color: #B1B1B1;
  border-radius: 0 0 0 56px;
  margin: 80px 0;
  height: 320px;
  width: 20%;
  overflow: hidden;
}
.golden-block .photo img{
  height: 100% !important;
  object-fit: cover !important;
}
@media (max-width: 1023px) and (min-width: 720px) {
  .golden-block .photo {
    width: 40%;
  }
}
@media (max-width: 719px) {
  .golden-block .photo {
    margin: 0;
    width: 100%;
    margin: 0 20px;
  }
}
.golden-block .informations {
  padding: 80px 0;
  width: 40%;
}
@media (max-width: 719px) {
  .golden-block .informations {
    padding: 50px 0;
    width: 100%;
  }
}
.golden-block .informations .content {
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  width: 75%;
}
@media (max-width: 719px) {
  .golden-block .informations .content {
    padding: 0 0 0 20px;
    width: 100%;
  }
}
@media (max-width: 1023px) and (min-width: 720px) {
  .golden-block .informations .content {
    width: 100%;
  }
}
.golden-block .text {
  color: white;
}
.golden-block .number-members {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #e30514;
  color: white;
  font-family: "Din PRO", sans-serif;
  font-size: 20px;
  width: 20%;
}
@media (max-width: 1023px) {
  .golden-block .number-members {
    height: 300px;
    width: 100%;
  }
}
@media (max-width: 1023px) and (min-width: 720px) {
  .golden-block .number-members {
    margin-bottom: -10%;
  }
}
.golden-block .number-members .highlight {
  font-size: 100px;
  height: 15%;
}
@media (max-width: 1023px) {
  .golden-block .number-members .highlight {
    height: 25%;
  }
}
.golden-block .number-members .text {
  text-align: center;
}
.golden-block .number-members .arrow {
  margin-top: 30px;
}

.members {
  margin-top: 100px;
}
.members__title {
  font-family: "Din PRO", sans-serif;
  font-size: 30px;
  color: #D8B283;
  padding-right: 50px;
  line-height: normal;
  width: 20%;
}
@media (max-width: 1023px) and (min-width: 720px) {
  .members__title {
    width: 90%;
  }
}
@media (max-width: 719px) {
  .members__title {
    width: 100%;
  }
}
.members .lists-container {
  width: 60%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) and (min-width: 720px) {
  .members .lists-container {
    margin-left: 10%;
    width: 80%;
    margin-top: 50px;
  }
}
@media (max-width: 719px) {
  .members .lists-container {
    width: 100%;
    margin-top: 50px;
  }
}
.members .list {
  border-top: 1px #343469 solid;
}
.members .list:last-child {
  border-bottom: 1px #343469 solid;
}
.members .list__header {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.members .list__header .title {
  font-family: "Museo-100", sans-serif;
  font-size: 20px;
  color: #343469;
  width: 90%;
  padding: 20px 0;
  pointer-events: none;
}
.members .list__header .title .highlight {
  font-family: "Museo-700", sans-serif;
}
.members .list__header .button {
  width: 50px;
  height: 50px;
  background-color: #e30514;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  pointer-events: none;
}
.members .list__header .button img {
  width: fit-content !important;
  height: fit-content !important;
}
.members .list__content {
  display: flex;
  flex-wrap: wrap;
  height: 0;
  overflow: hidden;
}
.members .list__content .card {
  width: 33.3333333333%;
}
@media (max-width: 1023px) and (min-width: 720px) {
  .members .list__content .card {
    width: 50%;
  }
}
@media (max-width: 719px) {
  .members .list__content .card {
    width: 100%;
  }
}
.members .list__content .card .photo {
  background-color: #B1B1B1;
  height: 320px;
  object-fit: cover;
}
.members .list__content .card .text {
  padding-top: 20px;
  height: 320px;
}
@media (max-width: 1023px) {
  .members .list__content .card .text {
    height: fit-content;
  }
}
.members .list__content .card .text p, .members .list__content .card .text h3 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (max-width: 719px) {
  .members .list__content .card:nth-child(even) .photo {
    border-radius: 0 56px 0 0;
  }
  .members .list__content .card:nth-child(even) .text {
    text-align: right;
  }
  .members .list__content .card:nth-child(odd) .photo {
    border-radius: 56px 0 0 0;
  }
  .members .list__content .card:nth-child(odd) .text {
    text-align: left;
  }
}
@media (max-width: 1023px) and (min-width: 720px) {
  .members .list__content .card:nth-child(even) .photo {
    border-radius: 0 56px 0 0;
  }
  .members .list__content .card:nth-child(even) .text {
    text-align: right;
  }
  .members .list__content .card:nth-child(odd) .photo {
    border-radius: 56px 0 0 0 !important;
  }
  .members .list__content .card:nth-child(odd) .text {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .members .list__content .card:nth-child(3n+1) .photo {
    border-radius: 56px 0 0 0;
  }
  .members .list__content .card:nth-child(3n+3) {
    transform: translateY(50%) translateX(-100%);
  }
  .members .list__content .card:nth-child(3n+3) .text {
    text-align: center;
  }
  .members .list__content .card:nth-child(3n+3):last-child {
    margin-bottom: 320px;
  }
}
.members .list__content .card:nth-child(3n+2) {
  transform: translateX(100%);
}
.members .list__content .card:nth-child(3n+2) .photo {
  border-radius: 0 56px 0 0;
}
@media (max-width: 1023px) {
  .members .list__content .card:nth-child(3n+2) {
    transform: translateY(0);
  }
  .members .list__content .card:nth-child(3n+2) .photo {
    border-radius: 0 56px 0 0;
  }
}
@media (min-width: 1024px) {
  .members .list__content .card:nth-child(3n+2) .text {
    text-align: right;
  }
}

.members-grey {
  background-color: #EDEDED;
  padding: 80px 0;
  margin-top: 80px;
}
.members-grey .section {
  margin-bottom: 0 !important;
}
.members-grey .members {
  margin-top: 0;
}

.pre-footer {
  background-color: #EDEDED;
  padding: 80px 0;
}
.pre-footer .section {
  margin-bottom: 0 !important;
}

.infographie p {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
