
[contenteditable=true]:empty:before {
    content: attr(placeholder);
    display: block; /* For Firefox */
}

.menu_haut {
  background-color:#191007;
  padding:5px;
}
.emoji_selector_parent{
    position:relative;
    top:0px;
}
.emoji_selector{
    position:absolute;
    padding:5px;
    bottom:50px;
    width:250px;
    height:200px;
    border:1px solid #aaa;
    background-color:#fff;
    font-size:18px;
}
.Emoji_item{
    float:left;
    margin:3px;
    padding:4px;
    width:30px;
    height:30px;
    cursor: pointer;
}
.Emoji_item:hover{
    background-color:#ddd;
}

[bbclass=lieu] {
  font-size:20px;
}

[objects_listes=amis]  {
  text-align:left;
}

.champeditable{
  min-height:17px;
    line-height:1.6 !important;
    height:auto !important;
}

#cadre-infos-profil{
    background-color: rgba(96, 190, 243, 0.08);
    border:1px solid #999;
    border-radius:1%;
}

.scroll-avisconso{
  height:300px;
  max-height:300px;
  overflow-y:scroll;
  overflow-x:none;
}

.btn-publication-lab{
  background-color:#eee ! important;;
  color:#666 ! important;
}

.icon-users4:hover {
    color: #FB8C00! important;
}

.icon-lab:hover {
    color: #D81B60! important;
}

.icon-stack4:hover {
    color: #2196F3! important;
}

.menu_panel_avisconso  a {
    padding: 10px 15px;
    display: block;
    padding: 5px 20px;
    font-weight: normal;
    line-height: 1.5384616;
    color: #333333;
    white-space: nowrap;
}

.menu_panel_avisconso  a:hover {

    background-color: #eee;
}

.nav-list li{
    margin-left:0px!important;
    padding-left:0px!important;
    border-bottom: 1px solid #515151 !important;
}

.nav-list li a {
    text-decoration: none;
    display: block;
    cursor: pointer;
    color: #ccc;
    white-space:nowrap;
    font-size:12px !important;
}

.col-nav {

    padding-left:15px;
    padding-right:8px;
}


.nav-list > li > a {
    color: #C4C4C4;
    font-size: 12px;

}

.nav-list > li > a:hover {
    background-color: #141414;
}

.scroll-avisconso::-webkit-scrollbar-track
{

  background-color: #fff;
}

.scroll-avisconso::-webkit-scrollbar
{
  width: 8px;
  background-color: #fff;
}

.scroll-avisconso::-webkit-scrollbar-thumb
{
  border-radius: 15px;
  border-color: #666;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #e91e63;
}


/* Dropdown Button */
.proposer-atelier:hover {
    background-color: #E91E63 !important;
    color: #fff !important;
    cursor: pointer;
    font-weight: bold !important;
}






/* Dropdown Button */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: #3e8e41;
}

/* The search field */
input.audience-form {
  border-box: box-sizing;
  background-image: url('searchicon.png');
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 14px;
  padding: 10px 10px 10px 10px;
   min-width: 330px;
    height:24px;
  border: none;
  border-bottom: 1px solid #ddd;
}

/* The search field */
select.audience-form {
  border-box: box-sizing;
  background-image: url('searchicon.png');
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 14px;
  padding: 0px 0px 0px 0px;
  min-width: 80px;
  height:24px;
  border: none;
  border-bottom: 1px solid #ddd;
}

/* The search field when it gets focus/clicked on */
.audience-form:focus {outline: 1px solid #ddd;}

/* The container <div> - needed to position the dropdown content */
.dropdown.rechercheville {
    position: relative;
    display: inline-block;
    
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content.rechercheville{
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 330px;
    border: 1px solid #ddd;
    z-index: 1;
    max-height:300px;
    overflow-y: auto;
}

/* Links inside the dropdown */
.dropdown-content.rechercheville a {
    color: black;
    padding: 8px 4px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content.rechercheville a:hover {background-color: #e1e1e1}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}




.btn-audience{
  background-color: #fff !important;
  color:#333;
}
.btn-audience:hover{
  background-color: #eee !important;
  color:#333;
}
.btn-audience:focus{
  background-color: #1976D2 !important;
  color:#fff;
}
.btn-audience.target{
  background-color: #1976D2 !important;
  color:#fff;
}

.btn-audience2{
  background-color: #fff !important;
  color:#333;
}
.btn-audience2:hover{
  background-color: #eee !important;
  color:#333;
}
.btn-audience2:focus{
   color:#444;
}

.btn-audience2.target {
    background-color: #ddd !important;
    color:#333;
    border:1px solid #bbb;
}


.btn-audience3{
    font-size:18px;
    font-weight:600;
    background-color: #fff !important;
    color:#333;
    border:1px solid #ddd;
}
.btn-audience3:hover{
    background-color: #1565C0 !important;

    color:#fff;
}
.btn-audience3:focus{
    color:#444;
}

.btn-audience3.target {
    background-color: #42A5F5 !important;
    color:#fff;
    border:1px solid #171010;
}

#row-menu {
  margin: 0 auto;
  max-width: 1160px;
  padding: 0 10px 0 0;
}


#video-gallery {
  width: 100%;
  height:505px;
}

.videoGallery > .rsContent,
.videoGallery > .rsImg {
  visibility:hidden;
}
.videoGallery .rsTmb {
  padding: 20px;
}
.videoGallery .rsThumbs .rsThumb {
  width: 220px;
  height: 80px;
  border-bottom: 1px solid #2E2E2E;
}
.videoGallery .rsThumbs {
  width: 220px;
  padding: 0;
}
.videoGallery .rsThumb:hover {
  background: #000;
}
.videoGallery .rsThumb.rsNavSelected {
  background-color: #02874A;
  border-bottom:-color #02874A;
}
.videoGallery .rsImg {
  position:absolute;
}
.sampleBlock {
  left: 3%;
  top: 1%;
  width: 100%;
  max-width: 400px;
}

.rsVideoContainer {
width:100%;
height:100%;
overflow:hidden;
display:block;
float:left;
}


@media screen and (min-width: 0px) and (max-width: 500px) {
  .videoGallery .rsTmb {
    padding: 6px 8px;
  }
  .videoGallery .rsTmb h5 {
    font-size: 12px;
    line-height: 17px;
  }
  .videoGallery .rsThumbs.rsThumbsVer {
    width: 100px;
    padding: 0;
  }
  .videoGallery .rsThumbs .rsThumb {
    width: 100px;
    height: 47px;
  }
  .videoGallery .rsTmb span {
    display: none;
  }
  .videoGallery .rsOverflow,
  .royalSlider.videoGallery {
    height: 300px !important;
  }
  .sampleBlock {
    font-size: 14px;
  }
}




.coutours_noirs{
  text-shadow: #444 1px 1px, #444 -1px 1px, #444 -1px -1px, #444 1px -1px;
}

header nav {
  text-align: right;
  margin: 10px;
  font-size: 1em;
  width: 100%;
}
header nav a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding: 5px 15px 5px 15px ;
  -webkit-transition: all 0.6s ease-in;
}

nav img {
  z-index: 1;
  height: 2.5em;
  position: absolute;
  left: 35px;
  top: 15px;
  transition: all 0.6s ease;
   opacity:1.0;
}

.page-container {
  margin:0 !important;
  padding:0 !important;
}

.move {
  top:50px;
  opacity:0.0;
}

nav > span {
  position: absolute;
  left: 50px;
  top: 20px;
  font-weight: bold;
  transition: all 0.4s ease;
}

.movetext {
  top:50px;
  opacity:0;
}



.black_menu {
  position:relative;
  background-color:#fff;
  opacity:1.0;
  height:50px;
  margin: 0 auto;
  color: #000;
  width:100%;
  left:0px;
  z-index: 1;
  text-align:center !important;
  border-bottom:1px solid #000;
}
.black_menu a {
  font-weight:bold;
  color: #555;
    transition: all 0.4s ease;
}
.black_menu a.target {
 color: #1E88E5  ;
 text-decoration: underline;
  }

.white_menu {
  color: #000;
  position:fixed;
  top:50px;
  left:0;
  right:0px;
  margin:auto;
  background-color:#fff;
  opacity:1.0;
  height:60px;
  z-index: 1;
  transition: all 0.7s ease;
  border-bottom:1px solid #000;
}

.pre_avs{
  padding:0px;
  border:none;
  font-size:16px;
  font-family:inherit;
white-space: pre-line;
 word-break: keep-all;
}

.white_menu a {
  font-weight:bold;
  color: #555;
  padding: 12px 10px 5px 10px ;
    transition: all 0.4s ease;

}

.white_menu a.target {
  color: #1E88E5  ;
  text-decoration: underline;
}

.white_menu button {
  color: #EF6C00 !important;
  border-color:#000 !important;
    transition: all 0.7s ease;
}
.white_menu button:hover {
  color: #000 !important;
  border-color:#000 !important;
    transition: all 0.7s ease;
}

.chargerobjet{
  cursor: pointer;
}


#bloc_publications
{
    height: 92vh; /* %-height of the viewport */
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;

      padding:0px;
  margin:0px;
}



#row_publications
{
  padding:0px;
  margin:0px;
}


.col-fixed-160{
    width:160px;
    background:blue;
    height:100%;
}

div#entete {
   width:100%;
    padding:0px;
  margin-top:10px;
}

div#corps {
   margin: 0 auto;
   width:100%;
   padding-top:10px;

}


/*div#environnement {
  margin-left:200px;
}*/


@media screen and (max-width: 1200px) {
  div#environnement {
    margin-left:0px;
  }

  .white_menu {
    left:0px;
  }

}

div#corps1280 {
   margin: 0 auto;
   max-width:1180px;
}

div#head1280 {
   margin: 0 auto;
   max-width:1180px;
   min-height:390px;
}

.small {
  padding: .5em 1em;
}
header nav a:hover {
  text-decoration: underline;
}

.active {
  background: rgba(255,255,255,0.3);
}

.portion {

  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  text-align: center;
}
.portion.two {

}
.portion h2 {
  color: white;
  font-weight: normal;
  font-size: 3em;
  padding: 2em 0;
  margin: 0;
  text-shadow: 0 0 10px black;
  background: rgba(0,0,0,0.6);
}

.info {
  background: #FFFAF0;
  color: #777;
  padding: 3em 20%;
}

.button {
  text-align: center;
}
.button a {
  display: inline-block;
  border: 2px solid #777;
  padding: .75em 1.5em;
  color: #777;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 5px;
  letter-spacing: .15em;
  word-spacing: .25em;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
.button a:hover {
  color: #FFFAF0;
  background: #777;
}
footer.info {
  color: #FFFAF0;
  background: #777;
  padding: 0 auto;
  text-align: center;
}

#toTop img {
  width: 50px;
}
#toTop img:hover {
  cursor: pointer;
}


.dropzone-previews {
     height: 200px;
     width: 500px;
     border: dashed 1px red;
     background-color: lightblue;
}

.ejs_scroll {font-size:10px;font-family:Verdana;color:#000000;
}

.bgsidersam {
	background-color:#3a4852;
}
.bord_img {
    border-width:1px;
    border-style:solid;
    border-color:#ffffff;
 }

.panel-avs {
    border:1px solid #999;
    color: #eee;

}

.panel-footer.panel-avs {
    background-color:#3a4852;
    color: white;
}

.panel > .panel-heading-avs {
    background-image: none;
    background-color: #ccc;
    color: white;

}

.contour_texte {
    text-shadow: #000 1px 1px, #000 -1px 1px, #000 -1px -1px, #000 1px -1px;
}
.contour_texte_inverse {
    text-shadow: #ddd 1px 1px, #ddd -1px 1px, #ddd -1px -1px, #ddd 1px -1px;
}



/*factures*/
#breadcrumb_dashboard{
    padding: 15px 0;
    margin-bottom: 0;
}
#breadcrumb_dashboard .breadcrumb {
    margin-bottom: 0;
}
#breadcrumb_dashboard i{
    font-size: 15px;
}
#breadcrumb_dashboard a{
    color: #2997d4!important;
}




#filtre-wedoonews{
    border: 1px solid #ccc;
}
#filtre-wedoonews i{
    font-size: 28px;
    color: #2997d4;
}
#filtre-wedoonews .localisation i{
    font-size: 25px;
    color: #f14416;
}
#filtre-wedoonews .recherche-filtre i{
    font-size: 12px;
    color: white;
}
#filtre-wedoonews input{
    height: 35px;
    width: 100%;
}
#filtre-wedoonews .bouton-afficher-tout{
    height: 35px;
    padding: 7px;
    margin-top: 7px;
}
#filtre-wedoonews .recherche-filtre{
    margin-top: 10px;
}
#filtre-wedoonews a{
    padding: 0;
    margin-top: 5px;
}
#filtre-wedoonews img{
    width: 50%;
}

#filtre-wedoonews img{
    width: 30px
}
@media (max-width: 415px){
    #filtre-wedoonews .recherche-filtre .btn {
        padding-left: 8px!important;
        margin: 0!important;
        border: none
    }
}


@media (min-width: 768px){
    #nvmsg{
        position: absolute;
        left: 0px;
        top: 10px;
        border-radius:10%;

    }
}

.menu_bas_mobile{
    padding-top:5px;

}
.menu_bas_mobile br{
    line-height: 1px;
    font-size:5px;
    margin:1px;height:1px;
    }
.menu_bas_mobile i{
    margin:0px;
}

.list_4{
    font-size: 15px;
    line-height: 2.5!important;
}

@media(max-width: 543px){
    .list_1{
        display: none!important;
    }
    .list_4{
        /*     display: none; */
    }
    #moduleAffichageUtilisateurs .row.p-5{
        padding: 10px!important;
        padding-left: 10px!important;
    }
    #moduleAffichageUtilisateurs select{
        padding: 0;
    }
    .list_3{
        padding: 10px 0!important;
    }
}

.tarif_offre, .titre_offre, .check_offre{
    min-height: 65px;
}
.tarif_offre .titre_abon{
    font-size: 26px;
}
.tarif_offre .content{
    margin-top: 10px;
}
.tarif_offre{
    text-align: right;
}
.tarif_offre .condition{
    margin-right: 20px;
}
#mon_offre .newsb{
    background: #2196f3;
}
#mon_offre .labsb{
    background: #e14592;
}
#mon_offre .communityb{
    background: #f4511e;
}
#mon_offre .premiumb{
    background: #444;
}
#mon_offre .contour .col-xs-1{
    color: #fff!important;
}


#mon_offre .pack{
    border: solid 2px #a7a7a7;
    padding:  40px 10px 10px;
    border-radius: 10px;
    background: #fff;
}
#mon_offre hr{
    height: 2px;
    color: black;
    background: black;
}
#mon_offre .bold{
    font-weight: bold;
}
#mon_offre .news i {
    color: #2196f3;
    font-size: 30px;
}
#mon_offre .labs i {
    color: #e14592;
    font-size: 30px;
}
#mon_offre .community i {
    color: #f4511e;
    font-size: 30px;
}
#mon_offre .pack_title{
    font-size: 22px;
    line-height: 1.3
}
#mon_offre .pack .tarif_pack{
    font-size: 18px;
    line-height: 1.3;
    overflow-wrap: break-word;
}
#mon_offre .date_pack{
    margin-bottom: 10px;
}
#mon_offre .renew_pack input{
    margin-right: 10px;
}
#mon_offre .content {
    margin-bottom: 10px;
}
#mon_offre .renew_pack{
    margin-bottom: 10px;
}
#mon_offre .big{
    font-size: 30px;
}
#mon_offre .total_pack{
    font-size: 22px;
}

#mon_offre .main_title{
    color: #7f7f7f;
    position: relative;
    border-bottom: solid 1px #7f7f7f;
    padding-bottom: 10px;
}

.offre_actuel{
    border: solid 1px #a7a7a7;
    border-radius: 10px 10px 0 0;
    background: #a7a7a7;
    color: white;
}




#mon_offre .titre_offre img{
    width: 50%;
    padding-top: 3.5%;
}


.tarif_offre{
    border-radius: 40px 10px 10px 0;
    border-right: 2px solid #a7a7a7;
    color: white;
    padding-right: 0;
}
#mon_offre .contour{
    border: solid 2px #a7a7a7;
    border-right: none;
    height: 69px;
    border-radius: 12px;
    padding: 0!important;
}
#mon_offre .check_offre{
    border-radius: 10px 0 0  10px
}

#mon_offre .check_offre{
    text-align: center;
}
#mon_offre .check_offre input{
    width: 20px;
}
#mon_offre .check_offre input[type=checkbox]
{
    /* Double-sized Checkboxes */
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    transform: scale(1.5);
    padding: 10px;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: 50%;
    margin-top: -8px;
}
.titre_offre, .contour{
    background: #fff;
}


@media (max-width: 1250px){
    .tarif_offre .titre_abon{
        font-size: 20px;
    }
    .tarif_offre .condition{
        font-size: 12px;
        margin-right: 10px;
    }
    #mon_offre .titre_offre img{
        margin-top: 2.5%;
    }

}

@media (max-width: 800px){
    .tarif_offre .titre_abon{
        font-size: 16px;
    }
    .tarif_offre .condition{
        font-size: 10px;
        margin-right: 10px;
    }
    #mon_offre .titre_offre img{
        margin-top: 2.5%;
    }
}

@media (max-width: 500px){
    #mon_offre .titre_offre{
        display: none;
    }
    #mon_offre .tarif_offre{
        width: 90%;
        margin-left: 1.666%;
        border-radius: 0 10px 10px 0;
    }
    .tarif_offre .titre_abon{
        font-size: 18px;
    }
    .tarif_offre .condition{
        font-size: 14px;
        margin-right: 14px;
    }
}

.navbar-right i{
    border: solid transparent;
}

.items_profil{
    font-size:20px;
}


.items_profil .row {
    background-color:#eee;
    margin:3px;
    cursor:pointer;
}
.items_profil .row:hover {
    background-color:#007bff;
    color:#ffffff;
    margin:3px;

}


