.bloc_smiley .hide {
  display: none;
}
.bloc_smiley .loading-smiley {
  display: block;
  z-index: 15;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #444444;
  opacity: 0.8;
}
.bloc_smiley .loading-smiley .spinner {
  position: absolute;
  vertical-align: middle;
  text-align: center;
  margin-top: -1em;
  margin-left: -1em;
}
.bloc_smiley > div {
  padding: 10px;
  background: #F4F9FB;
  border-radius: 5px;
}
.bloc_smiley svg {
  display: block;
  width: 100px;
  margin: 0 auto;
}
.bloc_smiley .titre_smileys {
  color: #212e81;
  font-size: 2.3em;
  font-family: CardenioModern, Arial, Helvetica, sans-serif;
  text-align: center;
}


.bloc_smiley .content_smileys {
  font-family: HelveticaNeueLight, Arial, Helvetica, sans-serif;
}
.bloc_smiley .content_smileys > p {
  padding: 0;
  margin: 0;
  color: #212e81;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
}


.bloc_smiley .content_smileys .edit_smileys {
  background: #F4F9FB;
  position: relative;
}




.bloc_smiley .content_smileys .choose_smiley {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  white-space: nowrap;
}
.bloc_smiley .content_smileys .choose_smiley span {
  margin-left: 1.4em;
}
.bloc_smiley .content_smileys .help_choose_smiley {
  padding-top: 2em;
  color: #212e81;
}
.bloc_smiley .content_smileys .label_smiley {
  padding: 1em;
  margin: 1em;
  background: #FFFFFF;
}
.bloc_smiley .content_smileys .comment_choose-smiley textarea {
  border: 1px solid #90c2dc;
  width: 100%;
  max-width: 100%;
  max-height: 15em;
  margin-bottom: 1em;
  padding: 1em;
}
.bloc_smiley .content_smileys .submit_smileys {
  text-align: center;
  margin-bottom: 1em;
}
.bloc_smiley .content_smileys .submit_smileys button {
  margin-right: 1em;
  margin-left: 1em;
}
.bloc_smiley .content_smileys .cancel_edit_smiley.btn-default {
  background: none;
  border: 0;
  color: #0070b8;
  text-transform: inherit;
}
.bloc_smiley .content_smileys .cancel_edit_smiley.btn-default:hover {
  background: none !important;
  color: #0070b8 !important;
  text-decoration: underline;
}
.bloc_smiley .content_smileys .last_submit_smiley {
  padding: 0.5em;
  color: #0070b8;
  text-align: center;
}
.bloc_smiley .smiley_vert {
  background-image: url("../../img/pictos/picto_smiley_vert.png");
  background-repeat: no-repeat;
  background-position: 0 10px;
  background-size: 40px 40px;
  width: 40px;
  height: 50px;
  display: inline-block;
}
.bloc_smiley .smiley_vert .hover {
  background-image: url("../../img/pictos/picto_smiley_vert_hover.png");
  background-repeat: no-repeat;
  background-position: 0 10px;
  background-size: 40px 40px;
  width: 40px;
  height: 50px;
  display: inline-block;
}
.bloc_smiley .smiley_orange {
  background-image: url("../../img/pictos/picto_smiley_orange.png");
  background-repeat: no-repeat;
  background-position: 0 10px;
  background-size: 40px 40px;
  width: 40px;
  height: 50px;
  display: inline-block;
}
.bloc_smiley .smiley_orange .hover {
  background-image: url("../../img/pictos/picto_smiley_orange_hover.png");
  background-repeat: no-repeat;
  background-position: 0 10px;
  background-size: 40px 40px;
  width: 40px;
  height: 50px;
  display: inline-block;
}
.bloc_smiley .smiley_rouge {
  background-image: url("../../img/pictos/picto_smiley_rouge.png");
  background-repeat: no-repeat;
  background-position: 0 10px;
  background-size: 40px 40px;
  width: 40px;
  height: 50px;
  display: inline-block;
}
.bloc_smiley .smiley_rouge .hover {
  background-image: url("../../img/pictos/picto_smiley_rouge_hover.png");
  background-repeat: no-repeat;
  background-position: 0 10px;
  background-size: 40px 40px;
  width: 40px;
  height: 50px;
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .bloc_smiley .content_smileys .choose_smiley span {
    margin-left: 0.5em;
  }
  .bloc_smiley .content_smileys .submit_smileys button {
	margin-left: 0;
	margin-right:0;
	font-size:1em;
  }
}
