.blockArticles img {
    width: auto;
    height: auto;
}

#inBlogImage {
  width: 15%;
  float: left;
  padding: 0 20px 20px 0;
}

img.scale150w {
    max-width: 150px;
    width:100%;
    height:auto;
    margin-top: 10px;
}

img.scale100p {
    max-width: 100%;
    height:auto;
    margin-top: 10px;
}

.FirstblockRepertoires #results .singleresult {
  padding: 10px;
}

.m-t-20 {
  margin-top: 20px;
}

.bundle-none {
  border: 5px solid #f1f1f1;
}

.bundle-platine{
  border: 5px solid #666;
}

.bundle-vip{
  border: 5px solid #FFD700;
}

.bundle-pro{
  border: 5px solid #CD7F32;
}

.repertoirePadding{
  padding-top: 10px;
}

.modal img.check {
  opacity: 1;
  border: 2px solid #0c6d93;
}

.FirstblockRepertoires #results a.profile {
    text-transform: uppercase;
    background-color: #292929;
    color: #fff;
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 48px;
    text-align:center;
}

.FirstblockRepertoires #results a.profile:hover {
    background-color: #383838;
    color: #fff !important;
}

#recommend .btn.btn-primary {
  background-color: #0c6d93;
}

#recommend .btn.recommended {
  background-color: #292929;
}

img[data-target="#lightbox"] {
  cursor: pointer;
}

.modal-footer .btn-modal-close, a.btn-close {
  background-color: #eee !important;
  color: #0c6d93 !important;
}

.modal-footer .btn-modal-close, a.btn-close {
  border: none;
}

a.btn.btn-info.w-a {
  width: auto;
}

a.btn-save, button.btn-save {
  border: none;
  display: block;
  font-family: Lato,sans-serif;
  font-weight: bolder;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  background-color: #0c6d93;
  padding: 10px;
  text-align: center;
}

a.btn-save:hover {
  color: #fff !important;  
}

a.btn-delete, button.btn-delete {
  border: none;
  font-family: Lato,sans-serif;
  font-weight: bolder;
  font-size: 16px;
  color: #0c6d93;
  text-transform: uppercase;
  background-color: #eee;
  padding: 10px;
}

a.btn-delete:hover {
  color: #0c6d93 !important;
}

.thumbnail input[type=image] {
      display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.agree-format{
  margin: 0 !important;
}

.forfait-pdf{
  margin: 10px 0;
}

.firstSection{
  background-color: white;
}

.firstSection h3{
  color: black;
}

.firstSection ul {
  list-style: none;
}

.firstSection li::before {
  content: "•"; 
  color: blue;
  display: 
  inline-block; 
  width: 1em;
  margin-left: -1em
}

.question {
  font-weight: bold;
  text-decoration: underline !important;
}

.singlecompany .btn-link{
  max-width: 205px !important;
}

label.h3succursale-createcompany-image {
    margin-left: 46%;
    margin-top: 14px;
}

.ajout-habitations {
    margin-top: 25%;
}

.ownerfirstpart img{
  border: solid 1px #f1f1f1;
}


/*movil css*/
@media (max-width: 767px){
  .editttask-custom{
    margin-left: 0 !important;
  }

}