h1,
h2,
h3,
h4,
h5 {
  text-rendering: optimizeLegibility;
  font-weight: bold;
}
.announcement-layout {
  background: #F2F2F2;
}
.announcement-layout .announcement-wrapper {
  width: 1000px;
  margin: 0 auto;
  padding: 20px;
  max-width: 100%;
}
.announcement-layout .announcement-wrapper.white-background {
  -moz-box-shadow: 0 1px 1px #b7babc;
  -webkit-box-shadow: 0 1px 1px #b7babc;
  box-shadow: 0 1px 1px #b7babc;
  background-color: #fff;
}
.announcement-layout .announcement-wrapper .mb {
  margin-bottom: 15px;
}
.btn-group.bootstrap-select.show-tick {
  width: 100% !important;
}
a.back-link {
  color: #00689D;
  display: block;
  margin: 0 0 15px;
}
a.all-announcements {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
  text-transform: none;
}
.title2-fin i.fa.fa-info-circle {
  font-size: 27px;
}
h3.address {
  font-size: 22px;
  margin: 40px 0 20px 90px;
  text-decoration: underline;
}
.blue-link {
  font-weight: bold;
  font-style: normal;
  color: #218ed0;
}
.announcement {
  margin: 0 0 50px 0;
  overflow: hidden;
}
.announcement .new {
  padding: 2rem;
  background-color: #ffffff;
  margin-bottom: 2rem;
}
.announcement .rules ul {
  padding: 10px 30px;
}
.announcement.xs {
  margin: 0;
}
.announcement h1.title {
  margin-top: 14px;
  margin-bottom: 5px;
  color: #4b5a76;
  font-size: 27px;
}
.announcement p.description {
  margin-top: 16px;
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 20px;
  word-wrap: break-word;
  max-width: 75%;
}
.announcement p.description.xs {
  margin-top: 6px;
  margin-bottom: 10px;
}
.announcement .infos {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-style: italic;
  color: #8b95a2;
}
.announcement .actions-list {
  list-style: none;
  margin: 40px 0 0 0;
}
.announcement .actions-list li.title.backgrounded {
  background-color: #00689d;
}
.announcement .actions-list li.title.backgrounded span {
  color: white;
}
.announcement .actions-list li {
  border-top: 1px solid #dddde5;
}
.announcement .actions-list li:first-child {
  border-top: none;
}
.announcement .actions-list li span {
  line-height: 40px;
  font-weight: bold;
  color: #4b5a76;
  font-size: 14px;
}
.announcement .actions-list li.emailContainer {
  border-top: none;
  text-align: center;
  display: none;
}
.announcement .actions-list a {
  color: #4b5a76;
  display: block;
  padding: 0 10px;
  font-weight: bold;
  font-size: 14px;
  line-height: 40px;
}
.announcement .actions-list i.fa {
  position: relative;
  top: -2px;
  font-size: 18px;
  margin: 0 2px 0 0;
  width: 22px;
  text-align: center;
}
.announcement .actions-list li.title {
  text-align: center;
  border-top: 1px solid #dddde5;
}
.announcement .actions-list li.title span {
  line-height: 40px;
  font-weight: bold;
  color: #4b5a76;
  font-size: 14px;
}
.announcement .views {
  color: #9E9E9E;
  font-size: 13px;
  padding: 30px 11px;
}
.announcement .views i.fa {
  position: relative;
  top: -2px;
  font-size: 18px;
  margin: 0 2px 0 0;
  width: 22px;
  text-align: center;
}
.announcement .btn-favoris span {
  line-height: 40px;
}
.announcement .back-to-results {
  font-size: 12px;
}
.announcement .announce-details {
  float: right;
}
.announcement .announce-details span.type {
  display: block;
  text-align: right;
  font-size: 12px;
  font-weight: bold;
  color: #6A768C;
  height: 17px;
  line-height: 20px;
  margin: 0 0 8px;
}
.announcement .announce-details span.time {
  float: right;
  font-size: 12px;
  color: #8b95a2;
}
.announce-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.announce-list .announce-item {
  border-top: 1px solid #d9d9e1;
  padding: 20px 0;
  width: 100%;
  min-height: 1%;
  position: relative;
}
.announce-list .announce-title {
  font-size: 15px;
  font-weight: bold;
  line-height: 15px;
  padding-bottom: 8px;
  margin: 0;
}
.announce-list .announce-title a {
  font-size: 16px;
  color: #2A8CCA;
}
.announce-list .announce-title a:hover {
  color: #4b5a76;
}
.announce-list .company-name {
  color: #4b5a76;
  font-weight: bold;
}
.announce-list .announce-tags {
  clear: both;
  padding-top: 7px;
}
.jobs-list {
  display: block;
  clear: both;
  margin: 0.7em 0 21px;
}
.jobs-list.xs {
  margin: .7em 0 5px;
}
.jobs-list li {
  float: left;
  padding: 0 9px;
  position: relative;
  background: #f1f1f7;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 0;
  height: 21px;
  line-height: 21px;
  -moz-box-shadow: 0 1px 0 #ceced8;
  -webkit-box-shadow: 0 1px 0 #ceced8;
  box-shadow: 0 1px 0 #ceced8;
  margin: 0 5px 5px 0;
  display: inline-block;
  vertical-align: middle;
  color: #43536f;
  font-size: 13px;
  font-weight: bold;
}
section.stripped {
  margin-bottom: 32px;
}
.site-desc {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
}
.search-wrapper {
  background: #2597D2;
  padding: 12px;
  border-radius: 3px;
  margin-bottom: 25px;
  margin-top: 25px;
}
.search-wrapper .btn.dropdown-toggle.btn-default {
  color: #616263;
  border: 1px solid #6b6569;
}
.search-wrapper.green {
  background: #23aa8c;
}
.search-wrapper.green .query input[type="text"],
.search-wrapper.green .distance .distance-wrapper {
  border: 1px solid #6b6569;
}
.search-wrapper.green .search-it {
  float: none;
  margin: 0 auto;
}
.search-wrapper.green .search-it button[type="submit"] {
  border: 0;
  color: #616263;
  background-color: #FFFFFF;
  opacity: 1;
}
.search-wrapper.green .search-it button[type="submit"]:hover {
  opacity: 0.8;
}
.search-wrapper .form-control {
  border: 0;
}
.image-sidebar {
  width: 100%;
  vertical-align: top;
  border-radius: 3px;
}
.action-btn {
  width: 219px;
  height: 54px;
  line-height: 54px;
  background-color: #f6f8fc;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #fff), color-stop(100%, #edf0f7));
  background-image: -moz-linear-gradient(#fff, #edf0f7);
  background-image: -webkit-linear-gradient(#fff, #edf0f7);
  background-image: linear-gradient(#fff, #edf0f7);
  -moz-box-shadow: inset 0 -2px 0 #e6e8ef, 0 1px 0 #e7e7ea;
  -webkit-box-shadow: inset 0 -2px 0 #e6e8ef, 0 1px 0 #e7e7ea;
  box-shadow: inset 0 -2px 0 #e6e8ef, 0 1px 0 #e7e7ea;
  border: 1px solid #b8b6ca;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
}
.action-btn i.fa {
  float: left;
  width: 40px;
  text-align: center;
  font-size: 22px;
  line-height: 52px;
}
.action-btn span.text {
  margin: 0 0 0 40px;
  padding: 9px 0px 11px;
  display: block;
}
.action-btn span.text .headline {
  font-weight: bold;
  font-size: 11px;
  line-height: 18px;
  color: #4b5a76;
  text-transform: uppercase;
}
.action-btn span.text .baseline {
  display: block;
  font-weight: bold;
  font-size: 11px;
  line-height: 14px;
  color: #8b95a2;
}
span.text-smaller {
  font-size: 11px;
  line-height: 14px;
}
.form-wrapper {
  margin: 0 -4px;
}
.form-wrapper .btn.dropdown-toggle.btn-default {
  border: 1px solid #6b6569;
  border-radius: 2px;
}
.query {
  width: 50%;
  padding: 0px 4px;
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px 0 0 2px;
  display: inline-block;
  white-space: nowrap;
  float: left;
  height: 34px;
}
.query input[type="text"] {
  height: 36px;
  border-radius: 3px;
  border: 1px solid #6381C5;
  font-size: 13px;
}
.query.top {
  margin-top: 8px;
}
.query.large {
  width: 100%;
}
.distance {
  width: 50%;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0 4px;
  float: left;
  outline: none;
}
.distance.top {
  margin-bottom: 6px;
}
.distance.large {
  width: 100%;
}
.distance input[type="text"] {
  border-radius: none;
  border: none;
  width: 69%;
  font-size: 13px;
}
.distance .bootstrap-select.form-control {
  width: 70px;
  float: right;
  background: transparent;
}
.distance .bootstrap-select.form-control .btn.dropdown-toggle {
  background: transparent;
  outline: none;
  border: none;
}
.distance .bootstrap-select.form-control .btn.dropdown-toggle:focus {
  outline: none !important;
}
.distance .distance-wrapper {
  border-radius: 3px;
  border: 1px solid #4D91B9;
  background: white;
  position: relative;
}
.distance .show-tick.form-control {
  position: absolute;
  right: 0;
  top: 0;
  width: 85px !important;
}
.distance .filter-option {
  line-height: 22px;
  font-size: 13px;
  text-transform: lowercase;
}
.distance .btn {
  color: #2F2F2F;
}
.distance .dropdown-menu {
  margin: -3px 0 0;
  border-radius: 0px;
}
.distance .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.search-it {
  width: 23%;
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0;
  border-radius: 0 2px 2px 0;
  padding: 14px 0 0 0;
  float: right;
  outline: 0;
}
.search-it button[type="submit"] {
  border-radius: 2px;
  text-transform: initial;
  height: 36px;
  line-height: 26px;
  border: 1px solid #4949BD;
}
.form-group.facturation {
  display: block;
}
.form-group.facturation.active {
  display: none;
}
.form-group.facturation > label.control-label {
  font-size: 22px;
  margin: 40px 0 20px 90px;
  text-decoration: underline;
  width: 100%;
  text-align: left;
}
.form-group.facturation > div.col-sm-5 {
  width: 100%;
}
.announcement-creation .col-sm-2.control-label {
  font-size: 14px;
  font-weight: bold;
  width: 235px;
  float: left;
  color: #43536f;
}
.announcement-creation .col-sm-10 {
  width: 66%;
}
.announcement-creation .btn.btn-default {
  background: #4D719E;
}
.announcement-creation .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.announcement-creation .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  line-height: 20px;
  text-transform: initial;
}
.announcement-creation input[type="text"],
.announcement-creation input[type="email"],
.announcement-creation textarea {
  background: #f4f4f8;
  color: #707c8b;
  -moz-box-shadow: inset 0 1px 1px #d3d3d3;
  -webkit-box-shadow: inset 0 1px 1px #d3d3d3;
  box-shadow: inset 0 1px 1px #d3d3d3;
  border: 0;
  resize: 0;
}
.announcement-creation textarea.content-large {
  height: 250px;
}
.announcement-creation .form-horizontal {
  margin: 35px 0;
}
.announcement-creation button[type="submit"].btn.btn-default {
  text-transform: initial;
  padding: 10px 25px;
  font-size: 13px;
  float: right;
}
.announcement-creation h1 {
  margin: 20px 0 0;
  font-size: 30px;
}
.announcement-creation .rules {
  margin: 70px 0 0 0;
}
.announcement-creation .rules ul {
  padding: 10px 0 0 17px;
}
.announcement-creation .rules li {
  font-size: 13px;
  padding: 0 0 5px 0;
}
.searchMore {
  text-align: center;
  color: white;
  margin: 20px 0 8px 0;
  text-decoration: underline;
  cursor: pointer;
}
.searchMore .glyphicon {
  margin-right: 5px;
}
.searchKeyWord {
  display: none;
}
@media screen and (max-width: 767px) {
  .distance.top {
    margin-top: 8px;
  }
  .announcement p.description {
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .announcement-layout .announcement-wrapper {
    width: 100%;
    padding: 10px;
  }
  .announcement-layout .col-md-9,
  .announcement-layout .col-md-12 {
    padding: 0;
  }
  .announcement-layout .help-block {
    margin: 8px 0 0 0 !important;
    color: #757575;
  }
  .footer-contact {
    padding: 20px 10px;
  }
  .footer-contact .content {
    padding: 0;
  }
  .search-it {
    width: 45%;
    text-align: center;
  }
}
.directoryForm {
  display: flex;
  justify-content: space-between;
}
.directorySearchBlock .form-control {
  margin: 10px 10px 10px 0px;
}
