/* Basique */
/*
@font-face {
    font-family: "Biko";
    src: url('../fonts/Biko_Regular.otf');
}
@font-face {
    font-family: "Biko";
    src: url('../fonts/Biko_Light.otf');
    font-weight: light;
}
@font-face {
    font-family: "Biko";
    src: url('../fonts/Biko_Bold.otf');
    font-weight: bold;
}
@font-face {
    font-family: "Biko";
    src: url('../fonts/Biko_Black.otf');
    font-weight: bolder;
}
*/



@font-face {
    font-family: 'Biko';
    src: url('../fonts/biko/biko_regular.eot');
    src: url('../fonts/biko/biko_regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/biko/biko_regular.woff2') format('woff2'),
         url('../fonts/biko/biko_regular.woff') format('woff');
    font-weight: normal;
}




@font-face {
    font-family: 'Biko';
    src: url('../fonts/biko/biko_black.eot');
    src: url('../fonts/biko/biko_black.eot?#iefix') format('embedded-opentype'),
         url('../fonts/biko/biko_black.woff2') format('woff2'),
         url('../fonts/biko/biko_black.woff') format('woff');
    font-weight: bolder;
}




@font-face {
    font-family: 'Biko';
    src: url('../fonts/biko/biko_bold.eot');
    src: url('../fonts/biko/biko_bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/biko/biko_bold.woff2') format('woff2'),
         url('../fonts/biko/biko_bold.woff') format('woff');
    font-weight: bold;
}




@font-face {
    font-family: 'Biko';
    src: url('../fonts/biko/biko_light.eot');
    src: url('../fonts/biko/biko_light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/biko/biko_light.woff2') format('woff2'),
         url('../fonts/biko/biko_light.woff') format('woff');
    font-weight: light;
}





body{
    font-family: 'Open Sans', sans-serif;
    color: #626262;
}

h5, .h5 {
    font-size: 16px;
}

.btn-primary {
    background-color: #ec681b;
    border: none;
}

.btn-primary:focus, .btn-primary.focus, .btn-primary:hover, .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus{
    opacity: 0.7;
    background-color: #ec681b;
}

.btn-info a,
.btn-primary a {
    text-decoration: none;
    color: inherit;
}


.btn-info {
    background-color: #2cb290;
    border: none;
}

.btn-info:hover {
    background-color: #3ca389;
}

.btn-info:active,
.btn-info:focus,
.btn-info:active:focus,
.btn-info:active:hover {
    background-color: #ec681b;
    outline: 0;
}

a, a:hover {
    color: inherit;
    text-decoration: none;
}

.text-underline{
    text-decoration: underline;
}

h1 {
    color: #ec681b;
}

/* Change the white to any color ;) */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.pointille{
    border-top: 4px dashed #ec681b;
    width: 20%;
    margin: 30px auto;
}

.pointille-modal {
    border-top: 4px dashed #ec681b;
    width: 100%;
    margin: 15px auto;
    position: relative;
}

.pointille-large {
    border-top: 4px dashed #ec681b;
    width: 100%;
    margin: 30px auto;
    position: relative;
}

.pointille-absolute{
    border-top: 7px dashed #ec681b;
    width: 100%;
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 0;
}

.relative{
    position: relative;
}

.no-border{
    border-radius: 0;
}

.no-padding{
    border-radius: 0;
}

.form-control{
    border-radius: 0;
}
input.readonly:hover{
    cursor: not-allowed;
}
input.readonly{
    background-color: #eee!important;
}
input.readonly:focus{
    background-color: #eee!important;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}
:disabled:hover{
    cursor: not-allowed;
}
.orange{
    color: #ec681b;
}

.ft16{
    font-size: 16px;
}

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) { 
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

/* Fin basique */

header {
    position: absolute;
    z-index: 999;
    width: 100%;
}

#top-header {
    padding: 15px 0;
    background-color: rgba(255,255,255,0.9);
}

#langue a {
    background-color: #8a8a8a;
    color: white;
    padding: 5px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 10px;
    text-decoration: none;
}

#langue a.active {
    background-color: #2cb290;
}

#user-connect {
    margin-top: 15px;
    float: right;
    width: 100%;
}

#user-connect form{
    float: right;
}

#header-info-user > div{
    float: right;
}

#header-info-user .header-btn-profil a{
    display: block;
}

#header-info-user .header-photo-profil{
    margin: 0 15px;
}

.marge-profil{
    margin-bottom: 5px;
}

.header-membre-profil .header-langue-profil{
    margin-top: 5px;
}

.header-membre-profil .header-langue-profil > span{
    color: white;
    padding: 2px 8px;
    border-radius: 10px;
    text-decoration: none;
    background-color: #2cb290;
    vertical-align: middle;
}

.header-message-profil{
    font-size: 26px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.header-message-profil .badgeprofil {
    font-size: .40em;
    display: block;
    position: absolute;
    bottom: -.75em;
    right: -.75em;
    width: 2em;
    height: 2em;
    line-height: 2em;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: #ec681b;
}

.header-deconnexion-profil{
    font-size: 28px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    float: right;
}

#menu {
    background-color: rgba(255,255,255,0.8);
}

#menu .navbar{
    margin-bottom: 0;
    height: 50px;
}

#menu .navbar-nav{
    float: none;
    display: flex;
}

#menu .navbar-nav > li{
    flex: 1;
    text-align: center;
    display: flex;
}

#menu .nav > li > a:focus,
#menu .navbar-nav > li:hover a,
#menu .navbar-nav > li.active a{
    color: #FFF;
    background-color: #2cb290; 
}

#menu a {
    color: #2cb290;
}

.container-slider{
    position: relative;
}

#carrousel-top {
    max-height: 600px;
    overflow: hidden;
    
}

#carrousel-top .item{
    position: relative;
    display: block;
}

#carrousel-top .slide-title {
    position: absolute;
    top: 70%;
    z-index: 10;
    left: 10%;
    font-size: 24px;
    font-family: "Biko";
    background-color: #ec681b;
    padding: 10px 15px 10px 15px;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    -ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
    transform: translateY(-50%);
}



@media (min-width: 992px) and (max-width: 1199px) {
    #carrousel-top {
        margin-top: 126px;
    } 
    #carrousel-top .slide-title {
        font-size: 30px;
    }
}
@media (min-width: 1200px) {
    #carrousel-top .slide-title {
        font-size: 40px;
    }
}

.container-slider .owl-prev, 
.container-slider .owl-next{
    position: absolute;;
    top: 60%;
    z-index: 10;
    margin-left: 6%;
    cursor: pointer;
}
.container-slider .owl-next{
    right: 0;
    margin-right: 6%;
}

.container-slider .owl-prev .glyphicon, .container-slider .owl-next .glyphicon {
    font-size: 40px;
    color: white;
    opacity: 0.7;
}

#my-dots{
    display: flex;
    position: absolute;
    bottom: 0;
    z-index: 10;
    left: 50%;
    margin-bottom: 10px;
    -ms-transform: translateX(-50%); /* IE 9 */
    -webkit-transform: translateX(-50%); /* Chrome, Safari, Opera */
    transform: translateX(-50%);
}

#my-dots > .owl-dot{
    margin-right: 15px;
    margin-left: 15px;
}

#my-dots .owl-dot.active span, #my-dots .owl-dot:hover span {
    background-color: #ec681b;
}

#my-dots .owl-dot span {
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 3px solid white;
    cursor: pointer;
}

#section-register {
    background: #eee;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid white;
}

#section-register .register-title {
    font-size: 25px;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
}

#section-register #register .btn, 
#section-register #login .btn {
    text-transform: none;
    width: 100%;
    box-shadow: 0 6px 0px #aaa;
    font-size: 20px;
    font-weight: bold;
}

#section-register #register .btn a, 
#section-register #login .btn a{
    display: block;
}

.description-relancer {
    font-size: 25px;
}

#section-relancer .btn {
    font-size: 20px;
    width: 50%;
    margin-top: 30px;
    margin-bottom: 30px;
}

#section-events {
    position: relative;
}

#section-events .title-angle{
    line-height: 1.1;
}

.title-angle {
    font-weight: bold;
    padding: 20px 10px;
    display: inline-block;
    color: white;
    position: relative;
    z-index: 0;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.title-angle::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ec681b;
    z-index: -1;
    transform: skew(-25deg);
}
.title-angle-little {
    font-weight: bold;
    padding: 20px 10px;
    display: inline-block;
    color: white;
    position: relative;
    z-index: 0;
    margin-top: 20px;
    margin-bottom: 10px;
}
.title-angle-little::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ec681b;
    z-index: -1;
    transform: skew(-25deg);
}

#section-actualites #more-actus,
#section-events #more-events {
    font-size: 22px;
    margin-top: 35px;
}

#section-actualites .title-angle{
    line-height: 1.1;
}

#liste-sorties {
    margin-top: 20px;
}

#liste-sorties > div {
    border: solid #8a8a8a 1px;
    padding: 3px;
    border-radius: 3px;
    position: relative;
}
#liste-sorties {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#liste-sorties:after {
  content: " ";
  display: block;
  clear: both;
}

@media (min-width: 600px) {
  #liste-sorties > .event {
    width: 49.15254%;
    float: left;
  }
  #liste-sorties > .event:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  #liste-sorties > .event:nth-child(2n + 2) {
    margin-left: 50.84746%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 992px) {
  #liste-sorties > .event {
    width: 23.72881%;
    float: left;
  }
  #liste-sorties > .event:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  #liste-sorties > .event:nth-child(4n + 2) {
    margin-left: 25.42373%;
    margin-right: -100%;
    clear: none;
  }
  #liste-sorties > .event:nth-child(4n + 3) {
    margin-left: 50.84746%;
    margin-right: -100%;
    clear: none;
  }
  #liste-sorties > .event:nth-child(4n + 4) {
    margin-left: 76.27119%;
    margin-right: -100%;
    clear: none;
  }
}

.row.container {
    margin-left: auto;
    margin-right: auto;
}

.event-date {
    background-color: #ec681b;
    color: white;
    padding: 5px;
    font-size: 15px;
    position: absolute;
    top: 3px;
    left: 10px;
}
.event-date.event-date-right {
    right:20px;
    left: auto;
}

.event-date > span {
    display: block;
}

.event-date > .event-day {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.event-price {
    margin-bottom: 10px;
}

.event-price strong {
    color: #ec681b;
    font-size: 3.2em;
}

.event-info {
    list-style: none;
    margin: 15px 0;
    padding: 0;
}

.event-info li{
    padding: 5px 0;
    font-size: 16px;
}

.event-info li:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1.4em;
    display: inline-block;
    text-decoration: inherit;
    width:20px;
    color: #ec681b;
    text-align: center;
}

.event-info li:first-of-type:before {
    content: "\f017";
}

.event-info li:nth-of-type(2):before {
    content: "\f041";
}

.event-info li:nth-of-type(3):before {
    content: "\f006";
}

.event-order-button {
    min-height:54px;
    width: 100%;
}

.event-title {
    color: #ec681b;
    font-weight: bold;
    font-size: 20px;
    padding: 10px 0;
    margin: 0 5px;
}

.event .event-desc {
    margin: 10px 5px;
}

.event .more {
    text-align: right;
    margin-top: 15px;
}

.event .more a{
    font-weight: bold;
}

.event .completBG{
    position: absolute;
    background: url('../images/complet.png');
    background-position: center;
    background-repeat: no-repeat;
    left: 50%;
    -ms-transform: translateX(-50%); /* IE 9 */
    -webkit-transform: translateX(-50%); /* Chrome, Safari, Opera */
    transform: translateX(-50%);
    width: 220px;
    height: 160px;
    top: 40px;
}

.event .clotureBG{
    position: absolute;
    background: url('../images/cloture.png');
    background-position: center;
    background-repeat: no-repeat;
    left: 50%;
    -ms-transform: translateX(-50%); /* IE 9 */
    -webkit-transform: translateX(-50%); /* Chrome, Safari, Opera */
    transform: translateX(-50%);
    width: 220px;
    height: 160px;
    top: 40px;
}

.block-image-event .completBG{
    position: absolute;
    background: url('../images/complet.png');
    background-position: center;
    background-repeat: no-repeat;
    left: 50%;
    -ms-transform: translateX(-50%); /* IE 9 */
    -webkit-transform: translateX(-50%); /* Chrome, Safari, Opera */
    transform: translateX(-50%);
    width: 220px;
    height: 160px;
    top: 40px;
}

.block-image-event .clotureBG{
    position: absolute;
    background: url('../images/cloture.png');
    background-position: center;
    background-repeat: no-repeat;
    left: 50%;
    -ms-transform: translateX(-50%); /* IE 9 */
    -webkit-transform: translateX(-50%); /* Chrome, Safari, Opera */
    transform: translateX(-50%);
    width: 220px;
    height: 160px;
    top: 40px;
}

.div-sortie{
    margin-bottom: 30px;
    display: flex;
}

.one-event{
    border: solid #8a8a8a 1px;
    padding: 3px;
    border-radius: 3px;
    position: relative;
    margin-left: auto;
    margin-right: auto;/*
    height: 100%;*/
}

.one-event.page-event{
    background: #FFF;
}

.one-event > div{
    padding: 5px;
} 

.one-event .block-image-event{
    position: relative;
    display: block;
}

.one-event .event-date{
    top: -9px;
}

.one-event .event-title{
    padding-top: 0;
    min-height: 66px;
}

.one-event .event-desc{
    min-height: 100px;
}

.one-event .more{
    margin-top: 10px;
}

.event-participant {
    background:url(
    data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAARElEQVQoU2PsvXn0//ybpxkIAUadTRP+J6qbMhBSDFYIMo2QYrhCQopRFOJTjKEQl2KsCrEpxqkQXTFehciKCSqEKQYA3780CjrZScMAAAAASUVORK5CYII=) repeat;
}
.event-participant-empty {
    color:#fff;
    text-align: center;
}
.event-participant .owl-carousel {
    list-style: none;
}

.event-participant .participant img {
    width:auto;
    margin-left:auto;
    margin-right: auto;
}
.event-participant .participant .participant-nom,
.event-participant .participant .participant-age,
.event-participant .h3 {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
}

.event-participant .h3{
    margin-top: 10px;
    font-weight: bold;
    font-size: 28px;
}

.event-participant .owl-carousel {
    padding: 15px 20px;
}

.event-participant .owl-theme .owl-nav .owl-prev,
.event-participant .owl-theme .owl-nav .owl-next {
    top: 33%;
}
.event-participant .owl-theme .owl-nav .owl-prev {
    left:-15px;
}
.event-participant .owl-theme .owl-nav .owl-next {
    right:-15px;
}
.one-event-desc .pointille {
    position: relative;
    z-index: 1;
    border:0;
    margin: 15px 0;
    width:100%;
}
.one-event-desc .pointille:before {
    border-top: 4px dashed #ec681b;
    content: " ";
    margin: 0 auto; /* this centers the line to the full width specified */
    position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
    top: 50%; left: 0; right: 0; bottom: 0;
    width: 100%;
    z-index: -1;
}

.one-event-desc .pointille-icon-info div { 
    background-color: #fff!important;
    background: url('../images/icon_info.png');
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 75px;
    height: 51px;
    padding: 15px; 
}

.one-event-desc-content {
    display: block !important;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.one-event-desc-content img {
    max-width: 100%;
}

.profil-header div p {
    font-size: 14px;
}

.one-event-desc-content,
.one-event-desc-content p,
.one-event-desc-content p > span,
.one-event-desc-content em,
.one-event-desc-content b {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    text-align: inherit;
}


.one-event-desc-content h1, 
.one-event-desc-content span > h1,
.one-event-desc-content h1 > span,
.one-event-desc-content h2,
.one-event-desc-content span > h2,
.one-event-desc-content h2 > span,
.one-event-desc-content h3,
.one-event-desc-content span > h3,
.one-event-desc-content h3 > span,
.one-event-desc-content h4, 
.one-event-desc-content span > h4,
.one-event-desc-content h4 > span,
.one-event-desc-content h5, 
.one-event-desc-content span > h5,
.one-event-desc-content h5 > span,
.one-event-desc-content h6,
.one-event-desc-content span > h6,
.one-event-desc-content h6 > span {
    color: #ec681b !important;
    text-align: auto;
}

.one-event-desc-content strong,
.one-event-desc-content span > strong,
.one-event-desc-content strong > span {
}

/*
.one-event-desc-content h1,
.one-event-desc-content span > h1 {
    font-size: 32px !important;
}
.one-event-desc-content h2 {
    font-size: 28px !important;
}
.one-event-desc-content h3 {
    font-size: 24px !important;
}
.one-event-desc-content h4 {
    font-size: 22px !important;
}
.one-event-desc-content h5 {
    font-size: 19px !important;
}
.one-event-desc-content h6 {
    font-size: 17px !important;
}
*/

.one-event-desc-content em {
    font-style: italic !important;
}
.one-event-desc-content b {
    font-weight: bold !important;
}




.one-event-hidden {
    margin: 50px 0;
    text-align: center;
}
.one-event-hidden .content{
    position:relative;
    top: -21px;
}

.one-event-hidden  .event-location-hidden,
.one-event-hidden  .event-text-hidden {
    min-height: 50px;
    padding: 0 12px 12px 12px;
    border:1px solid #bcbcbc;
}
.event-text-hidden:before {
    content: "";
    display: block;
    background-color: #fff!important;
    background: url('../images/icon_lock_open.png');
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 66px;
    height: 66px;
    border: 1px solid #bcbcbc;
    border-radius: 50%;
    position: relative;
    text-align: center;
    top: -33px;
}
.event-location-hidden:before {
    content: "";
    display: block;
    background-color: #fff!important;
    background: url('../images/icon_map.png');
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 66px;
    height: 66px;
    border: 1px solid #bcbcbc;
    border-radius: 50%;
    position: relative;
    text-align: center;
    top: -33px;
}

#section-temoignage {
    margin-top: 50px;
    background-image: url(../images/fond_temoignages.jpg);
    position: relative;
    padding-bottom: 25px;
    background-repeat: no-repeat;
    background-size: cover;
}

.icon-temoignage{
    position: absolute;
    left: 50%;
    background-color: white;
    top: -25px;
    padding: 10px;
    border-radius: 100%;
    -ms-transform: translateX(-50%); /* IE 9 */
    -webkit-transform: translateX(-50%); /* Chrome, Safari, Opera */
    transform: translateX(-50%);
}

#section-temoignage .title-line {
    padding-top: 50px;
    text-align: center;
    color: white;
    font-size: 36px;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
}

#lst-temoignages {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#lst-temoignages:after {
  content: " ";
  display: block;
  clear: both;
}

@media (min-width: 600px) {
  #lst-temoignages > .single-temoignage {
    width: 49.15254%;
    float: left;
  }
  #lst-temoignages > .single-temoignage:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  #lst-temoignages > .single-temoignage:nth-child(2n + 2) {
    margin-left: 50.84746%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 992px) {
  #lst-temoignages > .single-temoignage {
    width: 23.72881%;
    float: left;
  }
  #lst-temoignages > .single-temoignage:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  #lst-temoignages > .single-temoignage:nth-child(4n + 2) {
    margin-left: 25.42373%;
    margin-right: -100%;
    clear: none;
  }
  #lst-temoignages > .single-temoignage:nth-child(4n + 3) {
    margin-left: 50.84746%;
    margin-right: -100%;
    clear: none;
  }
  #lst-temoignages > .single-temoignage:nth-child(4n + 4) {
    margin-left: 76.27119%;
    margin-right: -100%;
    clear: none;
  }
}



#lst-temoignages > .single-temoignage > div{
    background-image: url('../images/temoignages_bulle.png');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 350px;
    padding: 15px;
    position: relative;
    padding-top: 5px;
}

#lst-temoignages > div > img{
    margin: 10px;
    margin-bottom: 0;
    margin-top: 15px;
    margin-right: 20px;
    float: left;
}

#lst-temoignages .title{
    font-size: 22px;
    font-weight: bold;
    /*margin-top: 20px;*/
    margin-bottom: 15px;
    line-height: 1;
}

#lst-temoignages .title::before{
    content: " ";
    background-image: url('../images/citation_icon.png');
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

#lst-temoignages .text{
    font-size: 20px;
    line-height: 1;
    margin-bottom: 20px;
}

#lst-temoignages .more{
    text-align: center;    
    margin-bottom: 30px;
}

#lst-temoignages .more a{
    width: 75%;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: bold;
}

#lst-temoignages .author{
    /*position: absolute;
    bottom: -25px;
    right: 0;*/
    color: white;
    padding-top: 10px;
    font-size: 20px;
}

.more-all-temoignagnes{
    text-align: center;
    margin-top: 60px;
}

.more-all-temoignagnes a{
    font-size: 20px;
}

#lst-actus .item > div {
    padding: 5px;
    height: 100%;
}
#lst-actus .item > div > div {
    height: 100%;
}

#lst-actus .item > div .box-shadow{
    box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
    border-radius: 3px;
    padding: 5px;
}

#lst-actus .actu-title {
    font-size: 25px;
    line-height: 1;
    text-align: center;
}

#lst-actus .actu-desc {
    margin: 10px 5px;
}

#lst-actus .more {
    text-align: center;
}

#lst-actus .owl-prev {
    margin: 0;
    left: -50px;
}

#lst-actus .owl-next {
    margin: 0;
    right: -50px;
}

#lst-actus .owl-nav .glyphicon {
    color: #ec681b;
    font-size: 40px;
    text-shadow: 4px 0px 3px #777;
}

#section-ville > div{
    margin-top: 50px;
    /*padding-top: 40px;
    background-repeat: no-repeat;
    background-position: center top;*/
}

/*#section-ville.fr > div{
    background-image: url('../images/france_icon.png');
}

#section-ville.be > div{
    background-image: url('../images/belgium_icon.png');
}

#section-ville.ch > div{
    background-image: url('../images/swiss_icon.png');
}*/

#section-ville .title-line{
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 36px;
    color: #ec681b;
    line-height: 1;
    text-align: center;
    font-weight: 500;
}

#section-garantie {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #eee;
    position: relative;
    margin-top: 50px;
}

.icon-garantie{
    position: absolute;
    left: 50%;
    background-color: white;
    top: -25px;
    padding: 10px;
    border-radius: 100%;
    -ms-transform: translateX(-50%); /* IE 9 */
    -webkit-transform: translateX(-50%); /* Chrome, Safari, Opera */
    transform: translateX(-50%);
}

#section-garantie .title-line{
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 36px;
    color: #ec681b;
    line-height: 1;
    text-align: center;
    font-weight: 500;
}

#section-garantie div{
    text-align: center;
}

#section-garantie span{
    display: block;
}

#section-garantie img{
    margin: auto;
}

#re-sortie span.color{
    color: #fdb039;
    font-weight: bold;
    font-size: 20px;
}
#re-membres span.color{
    color: #ec671b;
    font-weight: bold;
    font-size: 20px;
}
#re-age span.color{
    color: #4299a0;
    font-weight: bold;
    font-size: 20px;
}
#re-villes span.color{
    color: #15a06e;
    font-weight: bold;
    font-size: 20px;
}
#section-garantie{
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #eee;
    position: relative;
}
#section-garantie > div > img{
    padding: 10px;
    border-radius: 100%;
    background-color: white;
    position: absolute;
    top: -28px;
}

footer {
    padding-top: 30px;
    background-color: #ec681b;
    color: white;
}

footer > .links > div > div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer > .links {
    border-bottom: 1px solid white;
    font-size: 18px;
    padding-bottom: 20px;
    font-weight: bold;
}

footer > .copyright {
    font-weight: lighter;
    padding-top: 3px;
    padding-bottom: 10px;
}

#header-bloc img{
    width: 100%;
}

.icon-info div {
    background-color: #fff!important;
    background: url('../images/icon_info.png');
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 75px;
    height: 51px;
    padding: 15px; 
}
.pointille.icon-info:before {
    border-top: 4px dashed #ec681b;
    content: " ";
    margin: 0 auto; /* this centers the line to the full width specified */
    position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
    top: 50%; left: 0; right: 0; bottom: 0;
    width: 100%;
    z-index: -1;
}


.pointille.icon-info {
    position: relative;
    z-index: 1;
    border:0;
    margin: 0;
    width:100%;
}

.pagination {
    font-size: 15px;
}

.pagination > li > a, 
.pagination > li > span{
    border: 0;  
    padding: 6px 4px;
    color: #626262;
}

.pagination > li:first-child > a, 
.pagination > li:first-child > span {
    border-radius: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0;
}

.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus{
    background-color: transparent;
    color: #ec681b;
}

.pagination .tag a{
    padding: 2px 6px;
    background-color: #ec681b;
    color: #FFF;
}

.list-membres .liste span {
    display: block;
    text-align: center;
}

.list-membres .liste .membre{
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
}
.list-membres .liste .membre-suggestion{
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
    width: 20%!important;
}


.list-membres .liste img.flou {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.list-membres .liste img {
    margin: auto;
}

.modalIcon{
    border-radius: 0;
    border:1px solid #626262;
    padding-top: 20px;
    position: relative;
}

.modalIcon::before{
    width: 60px;
    content: " ";
    background-image: url('../images/icon_user_inscription.png');
    background-repeat: no-repeat;
    background-position: center top;    
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%); /* IE 9 */
    -webkit-transform: translateX(-50%); /* Chrome, Safari, Opera */
    transform: translateX(-50%);
    top: -30px;
    height:60px;
}

.modalIcon.iconPhoto::before{
    background-image: url('../images/icon_camera.png');
}

.modal-form{
    margin: 15px 40px;
    margin-top: 30px;
}

input[type="checkbox"], input[type="radio"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.side-label {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    z-index: 1;
}

.side-label::before, .side-label::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}

input[type="radio"] + .side-label::before,
input[type="radio"] + .side-label::after {
    border-radius: 50%;
}

.side-label::before {
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #626262;  
}

.side-label::after {
    display: none;
    width: 12px;
    height: 12px;
    margin: 4px;
    background-color: #ec681b;
}

input:checked + .side-label::after {
    display: block;
}

.condition-form{
    background-color: #2cb290;
    padding: 20px;
    color: #FFF;
}


.condition-form .side-label::before {
    border: 1px solid #FFF;  
}

.condition-form .side-label::after {
    background-color: #FFF;
}

.container-list-co{
    background: #FFF;
}

#container-co{
    padding: 10px 5px;
    height: 412px;
}

.slick-slide {
    height: 100px !important;
}

.ellipsis {
  text-overflow: ellipsis;

  /* Required for text-overflow to do anything */
  white-space: nowrap;
  overflow: hidden;
}

.header-co{
    background: #ec681b;
    color: #FFF;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

#container-co .col-xs-6{
    padding-left: 5px;
    padding-right: 5px;
}

#container-co .col-xs-6 .img-responsive{
    margin: 0 auto;
}

#container-co .glyphicon{
    color: #ec681b;
    font-size: 40px;
    text-shadow: 4px 0px 3px #777;
    cursor: pointer;
}

#container-co .glyphicon.glyphicon-chevron-right{
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    margin-left: 40%;
    margin-bottom: 7px;
}

#container-co .glyphicon.glyphicon-chevron-left{
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    margin-left: 40%;
    margin-bottom: 7px;
}

#container-chat{
    background-color: #eee;
    padding: 20px 0 0 0;
}

.box {
    position: relative;
    background: #ffffff;
    margin-bottom: 20px;
    float: left;
}

.box-user-online{
    width: 30%;
    height: 450px;
    overflow-y: auto;
}

.direct-chat{
    width: 70%;
    height: 450px;
    border-left: 5px solid #ec681b;
}

.direct-chat-timestamp{
    font-size: 11px;
    color: #999;
}

.direct-chat-timestamp.pull-left{
    margin-left: 60px;
}

.direct-chat-timestamp.pull-right{
    margin-right: 60px;
}

.direct-chat-offline{
    width: 100%;
    height: 450px;
    border-left: 5px solid #ec681b;
    position: relative;
}

.direct-chat-offline .container-offline{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.box-header:before, .box-body:before, .box-footer:before, .box-header:after, .box-body:after, .box-footer:after {
    content: " ";
    display: table;
}

.liste-online{
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: auto;
}

.liste-online li{
    opacity: 0.7;
    background-color: #ec681b;
    padding: 10px 15px;
    color: #FFF;
    cursor: pointer;
    border-bottom: 2px solid #FFF;
    position: relative;
}

.liste-online li.no-select{
    background-color: #FFF;
}

.liste-online li.active,
.liste-online li:hover{
    opacity: 1;
}

.liste-online li img,
.liste-online li div{
    float: left;
}

.liste-online li img {
    margin-right: 10px;
}

.liste-online li div b,
.liste-online li div span{
    line-height: 1;
}

.liste-online li div span{
    display: block;
    margin-top: 2px;
}

.direct-chat .box-body {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
    overflow-x: hidden;
    padding: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff;
}

.direct-chat-messages, .direct-chat-contacts {
    -webkit-transition: -webkit-transform .5s ease-in-out;
    -moz-transition: -moz-transform .5s ease-in-out;
    -o-transition: -o-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
}
.direct-chat-messages {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 10px;
    height: 250px;
    overflow: auto;
}

.direct-chat-msg {
    margin-bottom: 10px;
}
.direct-chat-msg {
    display: block;
}

.direct-chat-msg:before, .direct-chat-msg:after {
    content: " ";
    display: table;
}

.direct-chat-msg:after {
    clear: both;
}

.direct-chat-img {
    border-radius: 50%;
    float: left;
    width: 40px;
    height: 40px;
}

.right .direct-chat-img {
    float: right;
}

.direct-chat-text {
    border-radius: 2px;
    position: relative;
    padding: 5px 10px;
    background: #ec681b;
    border: 1px solid #ec681b;
    margin: 5px 0 0 20px;
    color: #FFF;
    float: left;
}

.direct-chat-warning .right>.direct-chat-text {
    background: #FFF;
    border-color: #626262;
    color: #626262;
}
.right .direct-chat-text {
    margin-right: 20px;
    margin-left: 0;
    float: right;
}

/*.badge-chat{
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 5px;
    cursor: pointer;
    border-radius: 60px;
    border:3px solid #FFF;
}*/

.icon-modal.icon-chat-status{
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 24px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    border-radius: 60px;
    color: #FFF;
}

.icon-modal.valid{
    background-color: #2cb290;   
}

.icon-modal.invalid{
    background-color: red;
}

.icon-modal.icon-chat-status:before{
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%); /* IE 9 */
    -webkit-transform: translate(-50%,-50%); /* Chrome, Safari, Opera */
    transform: translate(-50%,-50%);
}
.icon-modal.icon-chat-status.invalid:before{
    position: absolute;
    top: 33%!important;
    left: 37%!important;
    -ms-transform: translate(-50%,-50%); /* IE 9 */
    -webkit-transform: translate(-50%,-50%); /* Chrome, Safari, Opera */
    transform: translate(-50%,-50%);
}
.icon-modal.valid:before {
    content: "\f00c";
}

.icon-modal.invalid:before {
    content: "\f068";
    transform: scale(2)!important;
}

.row.timer-progress{
    margin-left: 10px;
    margin-bottom: 30px;
    margin-top: 30px;
    width: 100%;
}

.slick-slide {
    outline: none !important;
}

.clignotement{
    -webkit-animation-name: clignote; 
    -webkit-animation-duration: 1.5s; 
    -webkit-animation-iteration-count:infinite;
}

@-webkit-keyframes clignote {
    0%{opacity: 0.2}
    50%{opacity: 1}
    100%{opacity: 0.2}
}

@media (max-width: 767px) {
    .row.timer-progress{
        padding-left: 25px;
        margin-left: 0;
    }
}

.progress-bar-container {
    width:100%;
    height: 54px;
    border: 17px solid #83ce9f;
    border-radius: 4px;
    border-left-width: 50px;
    padding:0;
    overflow: visible;
    margin: 0;
}
.progress-bar-container:before {
    content: '';
    position:absolute;
    left:-10px;
    top: 0;
    border-radius: 50%;
    width: 54px;
    height: 54px;
    background-color: #2cb290;
    background-image: url('../images/icon_chronometer.png');
    background-position: center;
    background-repeat: no-repeat;
}
.progress-bar-success {
    background-color: #2cb290;
}

.progress-bar-container .timer {
    color: rgba(45, 45, 55, 0.79);
    width: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    font-weight: bold;
}

.progress-bar {
    -webkit-box-shadow:none;
    box-shadow: none;
}
.flou {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.block-info {
    background: #2cb290;
    color: #fff;
    padding: 15px 15px 4px 15px;
    margin-bottom: 15px;
}

.tooltip {
    letter-spacing: 1px;
}
.tooltip.top > .tooltip-inner {
  background-color: #333;
}

.tooltip.top > .tooltip-arrow {
  border-top-color: #333;
}

.tooltip.bottom > .tooltip-inner {
  background-color: #333;
}
.tooltip.bottom > .tooltip-arrow {
  border-bottom-color: #333;
}

.tooltip.right > .tooltip-inner {
  background-color: #333;
}
.tooltip.right > .tooltip-arrow {
  border-right-color: #333;
}
/**
 * Profil page
 */
.profil-header {
    text-align: center;
}
.profil-header h1 {
    margin-top: 10px;
    color: #ec681b;
}
.profil-header .pointille.icon-info {
    margin-top: 12px;
}
.profil-header .ville select{
    width: 100%;
}
.radio input,
.radio label {
    display: inline-block;
    position: relative!important;
    margin:0!important;
}
#profil label{
    font-weight: bold;
}
#profil b.color{
    color: #ec671b;
    font-weight: bold;
}
#profil .col-droite > div{
    width: 70%;
    margin: auto;
}
#profil .ville select{
    width: 50%;
}
#profil .attentes label{
    padding-left: 40px;
    font-weight: bold;
}
#profil #preview-photo-profil{
    max-width: 100%;
}
#profil .photo input{
    opacity: 0;
}
#profil .group-span-filestyle, #profil .btn-find-file{
    width: 100%;
}
#profil .birthdayPicker{
    padding-left: 15px;
    padding-right: 15px;
}
#profil .birthdayPicker > div{
    padding: 0;
}
#profil .birthdayPicker > div > select{
    padding: 0;
    padding-left: 10px;
}
#profil .title-angle-little{
    padding: 0 15px;
    padding-bottom: 0px;
    padding-top: 7px;
    min-width: 50%;
}
#profil .remarque strong{
    text-transform: uppercase;
}
#profil .title-angle-little img{
    margin-right: 10px;
    margin-bottom: 10px;
}
#profil .btn-danger{
    padding: 10px 30px;
}
#profil .delete-cpt{
    margin: 60px 0;
}
#profil .btn.valider{
    float: none;
    margin: auto;
    width: 100%;
    display: block;
    padding: 10px 0;
}
#delete-profil form{
    width: 50%;
    margin: auto;
}
#delete-profil form button, #delete-profil form input, #delete-profil form a{
    width: 40%;
}
#delete-profil .alert{
    width: 80%;
}
.bg-orange{
    background-color: #ec681b;
    color: white;
}
#contact .title-information{
    font-size: 20px;
    padding: 20px 10px;
    margin: 15px 15px;
}
#contact form{
    display: flex;
    flex-wrap: wrap;
}
#contact textarea, #contact .message, #contact .message > div{
    /*height: 100%;
    max-width: 100%;*/
    flex: 1;
    display: flex;
}
#contact .col-droite{
    display: flex;
    flex-direction: column;
}
#contact button{
    float: right;
    width: 10%;
}

#messagerie > div{
    position: relative;
}
#messagerie #msg-info{
    //font-size: 20px;
}
#messagerie #msg-info > h4{
    width: 75%;
    margin: auto;
}
#messagerie #title-infos{
    color: #ec681b;
    //font-weight: bold;
}
#messagerie #messages .nav{
    border-bottom: 10px solid #ec681b;
}
#messagerie #messages .nav > li{
    padding: 0;
    color: #ec681b;
    text-align: center;
    font-size: 30px;
}
#messagerie #messages .nav > li.active a{
    color: white;
    background-color: #ec681b;
}
#messagerie #messages #news > form{
    margin-top: 20px;
    margin-bottom: 20px;
}
#messagerie #messages #area-message{
    width: 100%;
}
#messagerie #messages #news form > p{
    margin-top: 20px;
}
#messagerie #messages #news form .btn{
    font-size: 20px;
    width: 20%;    
}
#messagerie #messages .badge{
    background-color: white;
    color: #ec681b;
    font-size: 15px;
}
#messagerie #messages table:not(#child) td{
    vertical-align: middle;
    cursor: pointer;    
}
#messagerie #messages table:not(#child) td img{
    margin-right: 10px;
}
#messagerie #messages table tr.to-read{
    font-weight: bold;
}
#messagerie #messages .profil-img{
    width: 5%;
}
#messagerie #messages .profil-name, #messages .message-date{
    width: 15%;
}
#messagerie #messages .message-subject{
    width: 60%;
}
#messagerie #messages .profil-img > img{
    max-width: 50px;
}
#messagerie #messages #button{
    margin-top: 10px;
    margin-bottom: 10px;
}
#messagerie #messages .checkbox input[type="checkbox"]{
    position: static;
    margin:0;
    margin-left: 30px;
    height: 30px;
    width: 30px;
}
#messagerie #messages #button > div{
    margin: 0;
    padding-right: 50px;
}
#messagerie #messages #delete-all .btn{
    background-color: #eee;
    font-size: 12px;
}
#messagerie #messages #pagination{
    font-size: 18px;
    font-weight: bold;
}
#messagerie #messages #pagination .glyphicon{
    color: #ec681b;
    text-shadow: 4px 0px 3px #777;
}
#messagerie #messages #view-message #envoyeur{
    background-color: #ec681b;
    padding-bottom: 10px;
    width: 100%;
    color: white;
}
#messagerie #messages #view-message #envoyeur td{
    padding-bottom: 10px;
    padding-top: 10px;
    cursor: initial;
}
#messagerie #messages #view-message #envoyeur .photo img{
    display: initial;
    max-height: 150px;
}
#messagerie #messages #view-message #envoyeur .photo, #messages #view-message #envoyeur .delete{
    width: 20%;
}
#messagerie #messages #view-message #envoyeur .pseudo{
    width: 40%;
}
#messagerie #messages #view-message #envoyeur .pseudo > span{
    text-align: left;
    display: block;
}
#messagerie #messages #view-message #envoyeur .pseudo > span:first-child{
    font-size: 40px;
}
#messagerie #messages #view-message #envoyeur .date{
    width: 20%;
}
#messagerie #messages #view-message #envoyeur .delete{
    background-color: rgba(255,255,255,0.7);
}
#messagerie #messages #view-message #envoyeur .delete > .glyphicon{
    border-radius: 100%;
    border: 2px solid white;
    padding: 10px;
    font-size: 30px;
}
#messagerie #messages #view-message .message{
    padding: 20px;
    padding-bottom: 50px;
   position: relative;
}
#messagerie #messages #view-message form:before{
  content:''; 
  width:70%; 
  height:4px; 
  border-bottom: 5px dashed #ec681b; 
  position:absolute; 
  top:0;
  left: 15%;
}
#messagerie #view-child{
    margin-bottom: 20px;
    width: 50%;
}
/*#messagerie #messages #view-message #child{
    padding-top: 50px;
   position: relative;
}
#messagerie #messages #view-message #child:before {
  content:''; 
  width:70%; 
  height:4px; 
  border-bottom: 5px dashed #ec681b; 
  position:absolute; 
  top:0;
  left: 15%;
}*/
#view-message #child{
    margin-left: 15px;
    margin-right: 15px;
}
#messagerie #messages #view-message form{
    padding: 20px;
    padding-top: 30px;
    position: relative;
}
#messagerie #messages #view-message form > div{
    padding-bottom: 10px;
}
#messagerie #messages #view-message form .btn{
    width: 20%;
}
#messagerie input[type="checkbox"], #messagerie input[type="radio"] {
    opacity: 1;
    z-index: 10;
    position: static;
}
#temoignages{
    margin-bottom: 20px;
    position: relative;
}
#temoignages .container{
    position: relative;
}
#temoignages header{
    font-size: 20px;
}
#temoignages header #title-infos{
    font-size: 30px;
    color: #ec681b;
    font-weight: bold;
}
#temoignages #liste .simple{
    margin-top: 20px;
    border-bottom: 1px solid #8a8a8a;
}
#temoignages #liste .simple:last-child{
    border-bottom: none;
}
#temoignages #liste .simple > .title{
    color: #2cb290;
    font-weight: bold;
    font-size: 24px;
}
#temoignages #liste .simple > .name{
    text-align: right;
    color: #ec681b;
    padding-top: 20px;
    font-style: italic;
    font-size: 17px;
}
#temoignages #back-to-top{
    bottom: 0;
    right: 10%;
    position: fixed;
    font-size: 30px;
    background-color: #ec681b;
    color: white;
    padding: 10px;
    padding-top: 5px;
    z-index: 100;
}
#write form{
    margin-top: 15px;
}
#write form button, #contact form button{
    width: 20%;
    margin-top: 15px;
    box-shadow: 0 4px 0px #aaa; 
    font-weight: bold;
}
#messagerie .pan-container{
    background-color: #eee;
    padding-top: 10px;
    padding-bottom: 10px;
}
#messagerie .pan-container > .container{
    padding: 0;
}
#messagerie .pan-container > .container .nav-tabs > li > a{
    margin: 0;
}
#messagerie .pan-container > .container .nav-tabs > li.active > a{
    border-left: none;
    border-right: none;
    border-top: none;
}
#messagerie .pan-container > .container .tab-content .tab-pane{
    padding-left: 15px;
    padding-right: 15px;
}
#contact textarea{
    resize: none;
}
#messagerie #view-message{
    margin-left: -15px;
    margin-right: -15px;
}
#messagerie #child img{
    max-height: 100px;
    margin:auto;
}
#messagerie #child td{
    border: none;
}
#messagerie #child .bg-one{
    background-color: #ec681b;
    border: 1px solid #ec681b;
    padding: 15px;
    color: white;
    margin-right: 10%;
}
#messagerie #child .bg-two{
    background-color: white;
    border: 1px solid #626262;
    padding: 15px;
    margin-left: 10%;
}
#messagerie .chosen-container{
    width: 100% !important;
}

#login-form{
    width: 100%;
    margin: 40px auto;
}

#modalPasPhoto #preview-photo-profil{
    max-width: 100%;
}
#modalPasPhoto .bootstrap-filestyle{
    width: 100%;
    text-align: center;
}
#modalPasPhoto .photo input{
    opacity: 0;
    display: none;
}
#modalPasPhoto .group-span-filestyle, #profil .btn-find-file{
    width: 100%;
}
#modalPasPhoto .icon-span-filestyle{
    display: none;
}

.image-profil-modal{
    padding-bottom: 100px;
}

.image-profil-modal img{
    position: absolute;
    top: -210px;
    left: 50%;
    -ms-transform: translateX(-50%); /* IE 9 */
    -webkit-transform: translateX(-50%); /* Chrome, Safari, Opera */
    transform: translateX(-50%);
    border: 8px solid #ec681b;
}

.icon-modal{
    display: inline-block;
    margin: 0 10px;
    width: 65px;
    height: 65px;
    background-position: center;
    background-repeat: no-repeat;
}

.icon-modal.icon-favoris.active{
    background: url('../images/starg.png');
}
.icon-modal.icon-favoris.inactive{
    background: url('../images/star_inactif.png');
}

.icon-modal.icon-message{
    background: url('../images/mail3.png');
}

.icon-modal.icon-discussion{
    background: url('../images/message3.png');
}

.list-villes li{
    margin-bottom: 10px;
}

.modal-profil-content{
    margin-top: 190px;
}

/********************MES FAVORIS********************************/
#my-favoris .membre span, #their-favoris .membre span{
    display: block;
    text-align: center;
}
.liste-favoris > div{
    border: 1px solid #bcbcbc;
    width: 50%;
    position: relative;
    padding-bottom: 30px;
    border-radius: 5px;
}
.liste-favoris > div:first-child{
    margin-right: 15px;
}
.liste-favoris > div:last-child{
    margin-left: 15px;
}
.liste-favoris{
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
}
.liste-favoris .entete .pointille-large{
    margin-top: 15px;
    margin-bottom: 50px;
}
.liste-favoris .entete{
    width: 80%;
    margin: auto;
    text-align: center;
    position: relative;
}
.liste-favoris .entete h2{
    color: #ec671b;
    font-size: 16px;/*
    padding-top: 50px;*/
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 10%;
}
.liste-favoris > div > p{
    position: absolute;
    top: -40px;
    width: 100%;
}
.liste-favoris > div > p > img{
    margin: auto;
}
.liste-favoris .text-bold{
    font-weight: bold;
}
.liste-favoris .membre{
    margin-bottom: 15px;
}
.liste-favoris .membre img{
    margin: auto;
}
.bloc-acces{
    margin-top: 50px;
}
.bloc-acces .btn-orange{
    background-color: #ec681b;
    color: white;
    font-weight: bold;
}

.icon-heart div {
    background-color: #fff!important;
    background: url('../images/icon_heart.png');
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 75px;
    height: 51px;
    padding: 15px; 
}
.pointille.icon-heart:before {
    border-top: 4px dashed #ec681b;
    content: " ";
    margin: 0 auto; /* this centers the line to the full width specified */
    position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
    top: 50%; left: 0; right: 0; bottom: 0;
    width: 100%;
    z-index: -1;
}


.pointille.icon-heart {
    position: relative;
    z-index: 1;
    border:0;
    margin: 0;
    width:100%;
}
.profil-header .pointille.icon-heart {
    margin-top: 12px;
}

#sorties-container-liste h1{
    margin-top: 0;
}

.bup-background{
    padding: 10px;
    color: #FFF;
    background: #ec681b;
    font-weight: bold;
}

.background-grey{
    background-color: #eee;
}

/**********Commandes***********/
#commandes{
    margin-bottom: 30px;
}
#commandes #avoirs{
    margin-top: 30px;
    padding: 15px 50px;
    font-weight: bold;
}
#commandes .title-angle{
    padding-right: 30px;
    padding-left: 30px;
}
#commandes header{
    font-size: 20px;
}
#commandes header #title-infos{
    font-size: 30px;
    color: #ec681b;
    font-weight: bold;
}
#commandes .liste{
    font-size: 20px;
    max-height: 200px;
    margin-bottom: 30px;
}

.container-actu .img-responsive {
    margin: 0 auto;
}

.item-actu .more{
    float: right;
}

.item-actu .actu-title {
    font-size: 25px;
    line-height: 1;
    text-align: left;
}

/** MENU RESPONSIVE **/
.navbar-custom .navbar-toggle{
    background-color: #ec681b;
}
.navbar-custom .navbar-toggle .icon-bar{
    background-color: white;
}

/** Confirmation paiement ***/
#conf-paiement p.subtitle{
        font-size: 30px;
        text-align: center;
    }
    
table-modal thead,
.table-modal tfoot{
    background: #2cb290;
    color: #FFF;
}

.table-modal tfoot .no-bg-table{
    background: #FFF;
    color: #626262;
}

.table-modal tfoot .no-bg-table .side-label::before{
    left: 50%;
    -ms-transform: translateX(-50%); /* IE 9 */
    -webkit-transform: translateX(-50%); /* Chrome, Safari, Opera */
    transform: translateX(-50%);
}

.table-modal tfoot .no-bg-table .side-label::after {
    left: 50%;
    -ms-transform: translateX(-80%); /* IE 9 */
    -webkit-transform: translateX(-80%); /* Chrome, Safari, Opera */
    transform: translateX(-80%);
}

.table-modal tbody tr td,
.table-modal tfoot tr td{
    text-align: center;
}

.table-modal tbody tr td{
    color: #ec681b;
}

.table-modal tbody tr td:first-child{
    color: #626262;
}

.table-modal tbody tr td:first-child,
.table-modal tfoot tr td:first-child{
    text-align: left;
}

footer .links .container > div > div{
    padding: 0;
    margin-bottom: 15px;  
}

.one-event-hidden > div > div{
    height: 100%;
}
#contact .contact-submit{
    margin-bottom: 30px;
}
.navbar-nav > li > a{
    flex: 1;
    margin: auto;
}


html, body {
  height: 100%;
}
main {
    position: relative;
    min-height: 100%;
  /* equal to footer height */
  margin-bottom: -124px; 
}
main:after {
    content: "";
  display: block;
}
#footer, main:after {
  height: 124px; 
}
.connexion-login {
    margin-bottom: 50px;
}
.forgotten-password {
    display: inline-block;
    float:right;
    color: #ec681b;
}

/* Medium Devices, .visible-md-* */
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    #menu .navbar{
        height: auto;
    }
    #menu .nav > li > a:focus, #menu .navbar-nav > li:hover a, #menu .navbar-nav > li.active a{
        height: 100%;
    }
    #carrousel-top .slide-title{
        bottom: 0;
        top: auto;
    }    
    .row.timer-progress .form-col{
        //margin-top: 15px;
    }
    #head-right{
        padding: 0;
    }
}

@media (min-width: 992px) {
    #header-bloc {
        overflow: hidden;
    }

    #header-bloc img {
        min-width: 1300px;
        overflow: hidden;
    }
}


/* Small Devices, .visible-sm-* */
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 992px) {
    #new-destinataire{
        width: 100%;
        white-space: normal;
    }
    .container > .row{
        margin-top: 15px;
    }
    header{
        position: static; 
    }
    #menu .container{
        width: 100%;
        padding: 0;
        margin: 0;
    }
    #menu #myNavbar{
        padding: 0;
        font-size: 12px;
    }
    .title-angle{
        padding-left: 20px;
    }
    .pointille-absolute{
        display: none;
    }
    #liste-sorties{
        flex-wrap: wrap;
    }
    #liste-sorties > div{
        width: 45%;
        margin-bottom: 15px;
    }
    #lst-actus{
        width: 80%;
        margin: auto;
    }
    footer > .links{
        font-size: 15px;
    }
    #head-right{
        margin-top: 15px;
        padding: 0;
    }
    #sorties .block-image-event img{
        margin: auto;
    }
    #sorties .row > div{
        display: flex;
        flex-wrap: wrap;
    }
    #carrousel-top .slide-title{
        width: 60%;
    }
    .liste-favoris .entete h2{
        padding-top: 20px;
    }
    #messagerie #messages .checkbox input[type="checkbox"]{
        margin-left: 0;
    }
    #messagerie #messages #button > div{
        padding-right: 0;
    }
    #profil .col-droite > div{
        width: 100%;
    }
    #menu .navbar{
        height: auto;
    }
    #menu .nav > li > a:focus, #menu .navbar-nav > li:hover a, #menu .navbar-nav > li.active a{
        height: 100%;
    }
    #menu a{
        line-height: 1;
    }
    #lst-temoignages > .single-temoignage{
        width: 45%;
    }
    #lst-temoignages > .single-temoignage > div{
        min-height: 0;
        background-image: none;
        background-color: white;
        padding: 5px;
    }
    #view-message #child{
        margin-left: 0;
        margin-right: 0;
    }  
    .row.timer-progress .form-col{
        margin-top: 15px;
    }
    #reduction_affiche,
    #promo_affiche{
        display: none;
    }
    .event-order-button-interes{
        max-width: 100%;
    }
}

/* CSS */
/* Extra Small Devices, .visible-xs-* */
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    /*.container > .row{
        margin-top: 300px;
    }*/
    header{
        position: static;
    }
    #menu .container{
        width: 100%;
        padding: 0;
        margin: 0;
    }
    #menu #myNavbar{
        padding: 0;
        font-size: 12px;
    }
    .title-angle{
        padding-left: 20px;
    }
    .pointille-absolute{
        display: none;
    }
    #liste-sorties > div{
        margin-bottom: 15px;
    }
    #lst-actus{
        width: 80%;
        margin: auto;
    }
    footer > .links{
        font-size: 15px;
    }
    #head-right{
        margin-top: 15px;
    }
    #sorties .block-image-event img{
        margin: auto;
    }
    #sorties .row{
        display: flex;
        flex-wrap: wrap;
    }
    #carrousel-top .slide-title{
        width: 60%;
    }
    .liste-favoris .entete h2{
        padding-top: 20px;
    }
    #profil .col-droite > div{
        width: 100%;
    }
    #messagerie #messages .checkbox input[type="checkbox"]{
        margin-left: 0;
    }
    #messagerie #messages #button > div{
        padding-right: 0;
    }
    .container > .row{
        margin-top: 15px;
    }
    #menu .navbar{
        height: auto;
    }
    #menu .nav > li > a:focus, #menu .navbar-nav > li:hover a, #menu .navbar-nav > li.active a{
        height: 100%;
    }
    #lst-temoignages > .single-temoignage > div{
        min-height: 0;
        background-image: none;
        background-color: white;
        padding: 5px;
    }
    #new-destinataire{
        width: 100%;
        white-space: normal;
    }
    #view-message #child{
        margin-left: 0;
        margin-right: 0;
    }  
    .row.timer-progress .form-col{
        margin-top: 15px;
    }
    #head-right{
        padding: 0;
    }
    #reduction_affiche,
    #promo_affiche{
        display: none;
    }

    #carrousel-top .slide-title {
        position: absolute;
        bottom: 0;
        left: 15%;
        font-size: 12px;
        width: auto;
        -ms-transform: translateY(0%); /* IE 9 */
        -webkit-transform: translateY(0%); /* Chrome, Safari, Opera */
        transform: translateY(0%);
    }

    #container-co{
        height: 100px;
    }

    #container-restchat{
        margin-top: 15px;
    }

    .box-user-online{
        height: 100px;
    }

    #footer{
        height: auto;
    }
}

/* CSS */
/* Iphone4..* */
/* Landscape phones and portrait tablets */
@media (max-width: 481px) {
    #menu .navbar{
        height: auto;
    }
    #menu .navbar-nav{
        display: initial;
        font-size: 16px;
    }
    #lst-temoignages > .single-temoignage{
        width: 100%;
    }
    #lst-temoignages > .single-temoignage > div{
        min-height: 0;
        background-image: none;
        background-color: white;
        padding: 5px;
    }
    #new-destinataire{
        width: 100%;
        white-space: normal;
    }
    .box-user-online{
        width: 100%;
        border-bottom: 5px solid #ec681b;
    }
    .direct-chat{
        width: 100%;
        border-left: none;
    }
    #modalInscription .modal-dialog, #modalConnexion .modal-dialog, #modalPasPhoto .modal-dialog, #modalAttentePhoto .modal-dialog, #modalAdhesion .modal-dialog{
        margin: 0;
        margin-top: 30px;
    }
    #modalInscription .modal-body, #modalConnexion .modal-body, #modalPasPhoto .modal-body, #modalAttentePhoto .modal-body, #modalAdhesion .modal-body{
        padding: 0;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #modalInscription .modal-form, #modalConnexion .modal-form, #modalPasPhoto .modal-form, #modalAttentePhoto .modal-form, #modalAdhesion .modal-form{
        margin-left: 0;
        margin-right: 0;
    }
    #modalInscription .modal-dialog .btn{
        white-space: normal;
    }
    #liste-sorties > div{
        width: 100% !important;
        margin-bottom: 15px;
    }
    .title-angle::after{
        transform: none;
    }
    #lst-actus{
        width: 70%;
    }
    #section-relancer .btn{
        width: auto;
    }
    #write form button, #contact form button{
        width: 100%;
    }
    #section-register #register{
        margin-bottom: 15px;
    }
    #user-connect form{
        float: none;
    }
    #user-connect form .btn{
        width: 100%;
    }
    #messagerie #msg-info{
        font-size: 17px;
    }
    #messagerie #messages #pagination .glyphicon{
        font-size: 20px;
    }
    .header-btn-profil{
        width: 100%;
        margin-top: 15px;
    }
    #messagerie #view-child{
        width: 100%;
    }
    #view-message #child{
        margin-left: 0;
        margin-right: 0;
    }

    .one-event > div{
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .one-event > div > div:first-child{
        order: 1;
    }
    #profil .ville select{
        width: 100%;
    }
    #contact .message > div{
        min-height: 100px;
    }
    #contact .contact-submit > div{
        padding: 0;
    }
    #profil .form-horizontal > div{
        padding: 0;
    }
    #profil .form-horizontal > div > div{
        margin-right: 0;
        margin-left: 0;
    }
    #reduction_affiche,
    #promo_affiche{
        display: none;
    }
}

@media (min-width: 768px) {
    .connexion-new {
        margin-top: 40px;
    }
    .connexion-login {
        border-right: 2px solid #ddd;
    }
}


/* IE Hack */

@media all and (-ms-high-contrast:none)
{
    .row, .div-sortie, #menu .navbar-nav,  #menu .navbar-nav li, .liste-sorties { display:block !important;} /* IE10 */
    *::-ms-backdrop, .row, .div-sortie, #menu .navbar-nav {display:block !important; } /* IE11 */
}
body {
    -ms-overflow-style: scrollbar; /* disable transparent scroll bar on IE */
}

/*Autocomplete*/
.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    max-height: 300px;
    overflow-y: auto;
}

.ui-autocomplete > li{
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
    cursor: pointer;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

#promo_affiche{
    position: absolute;
    background: #FFF url(../images/tampon_vert.png) center no-repeat;
    background-size: 100%;
    height: 100px;
    width: 250px;
    text-align: center;
    vertical-align: middle;
    line-height: 100px;
    color: #ec681b;
    font-size: 28px;
    font-weight: bold;
    top: -50px;
    left: 30px;
    border-radius: 8px;
    z-index: 30;
    -ms-transform: rotate(-15deg); /* IE 9 */
    -webkit-transform: rotate(-15deg); /* Chrome, Safari, Opera */
    transform: rotate(-15deg);
}

#promo_affiche.modal_promo{
    top: -50px;
    left: -10px;
    height: 73px;
    width: 180px;
    font-size: 20px;
    line-height: 75px;
}

.form-control[readonly],
input[readonly] {
    cursor: text;
    background-color: #fff;
}

/*chat V2*/

#container-co.chat-v2{
    padding: 0;  
    overflow-y: auto;
}
.chat-v2 .min{
    float: left;
    margin-right: 5px;
}

.chat-v2 .max{
    width: 100px;
    height: 100px;
    display: none;
    position: fixed;
    z-index: 1;
    border: 4px solid #ec681b;
}

.chat-v2 .ellipsis{
    line-height: 1;
}
.chat-v2 small{
    display: block;
    float: left;
}
.chat-v2 small span{
    line-height: 1;
}

.chat-v2 .membre{
    padding: 5px;
    border-bottom: 1px solid #dfdfdf;
}

#filter-chat{
    background: #FFF;
    margin-bottom: 30px;
    padding: 15px;
    border-top: 5px solid #ec681b;
}

#filter-chat label{
    margin: 0 10px;
}

#filter-chat a{
    display:table-cell;
    vertical-align: middle; 
    margin: auto 0 auto 0;
    height:34px;
}

.close-membre{
    position: absolute;
    top: 0px;
    right: 5px;
    color: #000;
    font-size: 18px;
    cursor: pointer;
}

.maxmembre{
    width: 100px;
    height: 100px;
    display: none;
    position: fixed;
    z-index: 1;
    border: 4px solid #ec681b;
}

.actions-btn span {
    display: inline-block;
    padding-top: 65px;
    text-align: center;
}

.actions-btn .icon-chat-status span{
    color: #626262;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.event-order-button-interes{
    min-height: 54px;
    width: 100%;
    max-width: 270px;
}

.btn3d {
    position: relative;
    top: -6px;
    border: 0;
    border-radius: 4px;
    transition: all 40ms linear;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 2px;
    margin-right: 2px;
}

.btn3d:active:focus,
.btn3d:focus:hover,
.btn3d:focus {
    -moz-outline-style: none;
    outline: medium none;
}

.btn3d:active,
.btn3d.active {
    top: 2px;
}

.btn3d.btn-white {
    color: #666666;
    box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255, 255, 255, 0.10) inset, 0 8px 0 0 #f5f5f5, 0 8px 8px 1px rgba(0, 0, 0, .2);
    background-color: #fff;
}

.btn3d.btn-white:active,
.btn3d.btn-white.active {
    color: #666666;
    box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, .1);
    background-color: #fff;
}

.btn3d.btn-default {
    color: #666666;
    box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 2px rgba(255, 255, 255, 0.10) inset, 0 8px 0 0 #BEBEBE, 0 8px 8px 1px rgba(0, 0, 0, .2);
    background-color: #f9f9f9;
}

.btn3d.btn-default:active,
.btn3d.btn-default.active {
    color: #666666;
    box-shadow: 0 0 0 1px #ebebeb inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, .1);
    background-color: #f9f9f9;
}

.btn3d.btn-primary {
    box-shadow: 0 0 0 1px #ec681b inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #e05300, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
    background-color: #ec681b;
}

.btn3d.btn-primary.disabled:hover,
.btn3d.btn-primary:active,
.btn3d.btn-primary.active {
    box-shadow: 0 0 0 1px #ec681b inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
    background-color: #ec681b;
}

.btn3d.btn-success {
    box-shadow: 0 0 0 1px #31c300 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #5eb924, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
    background-color: #78d739;
}

.btn3d.btn-success:active,
.btn3d.btn-success.active {
    box-shadow: 0 0 0 1px #30cd00 inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
    background-color: #78d739;
}

.btn3d.btn-info {
    box-shadow: 0 0 0 1px #2cb290 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #349c82, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
    background-color: #2cb290;
}

.btn3d.btn-info:active,
.btn3d.btn-info.active {
    box-shadow: 0 0 0 1px #2cb290 inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
    background-color: #2cb290;
}

.btn3d.btn-warning {
    box-shadow: 0 0 0 1px #d79a47 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #D79A34, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
    background-color: #FEAF20;
}

.btn3d.btn-warning:active,
.btn3d.btn-warning.active {
    box-shadow: 0 0 0 1px #d79a47 inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
    background-color: #FEAF20;
}

.btn3d.btn-danger {
    box-shadow: 0 0 0 1px #b93802 inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #AA0000, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
    background-color: #D73814;
}

.btn3d.btn-danger:active,
.btn3d.btn-danger.active {
    box-shadow: 0 0 0 1px #b93802 inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
    background-color: #D73814;
}

.btn3d.btn-magick {
    color: #fff;
    box-shadow: 0 0 0 1px #9a00cd inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 #9823d5, 0 8px 8px 1px rgba(0, 0, 0, 0.5);
    background-color: #bb39d7;
}

.btn3d.btn-magick:active,
.btn3d.btn-magick.active {
    box-shadow: 0 0 0 1px #9a00cd inset, 0 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px 1px rgba(0, 0, 0, 0.3);
    background-color: #bb39d7;
}


#reduction_affiche{
    position: absolute;
    background: #FFF url(../images/tampon_vert.png) center no-repeat;
    background-size: 100%;
    height: 100px;
    width: 250px;
    text-align: center;
    vertical-align: middle;
    line-height: 100px;
    color: #ec681b;
    font-size: 28px;
    font-weight: bold;
    right: 5px;
    border-radius: 8px;
    z-index: 30;
}

#reduction_affiche.modal_promo{
    top: 10px;
    height: 40px;
    width: 100px;
    font-size: 20px;
    line-height: 40px;
}

.texte_cb_adhesion , .texte_cheque_adhesion{
    margin: 0!important;
    align-self: center;
}
.display_inline_flex{
    display: inline-flex!important;
}   
.logo_cb_mc_visa{
    height: 13px;
}
@media (max-width: 480px) {
    .display_inline_flex{
        margin-bottom: 10px!important;
    }   
}



/*Messagerie V2*/
.people-list {
    width: 300px;
    float: left;
}
.people-list .search {
    padding: 20px;
}
.people-list input {
    border-radius: 3px;
    border: none;
    padding: 14px;
    color: white;
    background: #6A6C75;
    width: 90%;
    font-size: 14px;
}
.people-list .fa-search {
    position: relative;
    left: -25px;
}
.people-list ul {
    padding: 10px;
    height: 610px;
    list-style: none;
    overflow-y: scroll;
}
.people-list ul li {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #626262;
}
.people-list ul li a{
    display: block;
    padding-left: 10px;
    position: relative;
}
.people-list ul li a.non-lu:before{
    content:"";
    width: 8px;
    height: 8px;
    display:block;
    background: #ec681b;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.people-list .about-profile {
    width: 100%;
    float:left;
    display:flex;
    align-items: center;
    justify-content: space-around;
}
.people-list img {
    float: left;
    width: 50px;
}
.people-list .short-message{
    float: left;
    margin-top: 5px;
}
.people-list .about {
    float: left;
}
.people-list .about {
    padding-left: 8px;
}
.people-list .status {
    color: #92959E;
}
.chat {
    width: calc(100% - 300px);
    float: left;
    background: #F2F5F8;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #434651;
}
.chat .chat-header {
    padding: 15px;
    border-bottom: 2px solid white;
}
.chat .chat-header img {
    float: left;
    width: 50px;
}
.chat .chat-header .chat-about {
    float: left;
    padding-left: 10px;
    margin-top: 6px;
}
.chat .chat-header .chat-with {
    font-weight: bold;
    font-size: 16px;
}
.chat .chat-history {
    padding: 30px 30px 20px;
    border-bottom: 2px solid white;
    overflow-y: scroll;
    height: 400px;
}
.chat .chat-history ul{
    padding: 0;
    list-style:none;
}
.chat .chat-history .message-data {
    margin-bottom: 15px;
}
.chat .chat-history .message-data-time {
    color: #a8aab1;
    padding-left: 6px;
}
.chat .chat-history .message {
    color: white;
    padding: 18px 20px;
    line-height: 26px;
    font-size: 16px;
    border-radius: 7px;
    margin-bottom: 30px;
    width: 90%;
    position: relative;
}
.chat .chat-history .message:after {
    bottom: 100%;
    left: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #86BB71;
    border-width: 10px;
    margin-left: -10px;
}
.chat .chat-history .my-message {
    background: #86BB71;
}
.chat .chat-history .other-message {
    background: #94C2ED;
}
.chat .chat-history .other-message:after {
    border-bottom-color: #94C2ED;
    left: auto;
    right: 15px;
}
.chat .chat-message {
    padding: 15px;
}
.chat .chat-message textarea {
    width: 100%;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    margin-bottom: 10px;
    border-radius: 5px;
    resize: none;
}

@media (max-width: 767px) {
    .people-list,
    .chat{
        width: 100%;
    }
    .people-list ul{
        height: auto;
    }
    .people-list.has-client,
    .chat.has-chat{
        display: none;
    }
    #promo_affiche.modal_promo {
        display: block !important;
        top: -110px;
        left: -10px;
        font-size: 16px;
        line-height: 30px;
        height: 30px;
        width: 140px;
        background-size: 100% 100%;
    }

    #reduction_affiche.modal_promo {
        display: block !important;
        top: 15px;
        height: 30px;
        width: 65px;
        font-size: 14px;
        line-height: 30px;
        background-size: 100% 100%;
    }
    table.table-modal.table th, table.table-modal.table td {
        padding: 5px;
        font-size: 12px;
    }
}