.half_width{
    width: 50%;
}

/*
#menage_nb_heure_container{
    float: right;
    padding-left: 15px;
}

#creneauhoraire_menage_container{
    margin-top: 0px;
    margin-bottom: 28px;
}

.inputchxpresmenage.half_width {
    display: inline-block;
}
*/

body header.intro{
    background: url(/assets/img/home.jpg) no-repeat;
    background-size: cover;
    height: 700px;
    background-position: top center;
}

#concierge2{
    background-position-y: initial;
    background-position: center;
}

section#concierge2.inner{
    /* padding-top: 80px;*/
    padding-top: 350px;
}

body section#concierge2 .panel{
    margin-bottom: 40px;
}

.no-padding {
  padding: 0 !important;
}

.home_button_tall_span{
    white-space: pre-wrap;
    margin: auto !important;
    width: 100%;
}

.home_button_tall{
    font-size: 14px;
    padding: 8px 0px;
}

section#concierge2{
    background: url('/assets/img/concierge_homepage_new.jpg') no-repeat top center scroll;
    background-size: cover;
    background-position: center;
}

body .intro_body_home div.intro-body {
    margin-top: 150px;
}

body header.intro_body_home .bloc-action {
    padding-bottom: 20px;
    padding-top: 20px;
}

.display_flex{
    display: flex;
}

.home_row_form .label_container{
    width: 100%;
}

.arrivee {
    padding-left: 0;
}

.menage{
    padding-right: 0;
}

@media screen and (max-width: 767px){
  .home_row_form {

  }
}

@media screen and (min-width: 768px){
    .home_row_form{
        width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 767px){
    body .intro_body_home div.intro-body {
        margin-top: 0px;
    }
}

@media screen and (max-width: 1199px) {
  .left-input {
    padding: 0;
  }
  .right-input {
    padding: 0;
  }
}

@media screen and (min-width: 1200px) {
  .right-input {
    padding: 0px 0px 0px 5px;
  }

  .left-input {
    padding: 0px 5px 0px 0px;
  }

  #serviettesbain {
    line-height:normal;
  }
}

.little-font {
  font-size: 14px !important;
}

.no-margin {
  margin: 0 !important;
}

.onglet-call-action {
  text-transform: none;
  font-size: 15px;
  margin: 10px 0px !important;
  padding: 10px;
}

@media screen and (max-width:1200px) {
  .profil-call-btn {
    width: 100%;
    margin: 0 !important;
  }
}

.selectionconciergeHolder {
  text-align: right;
  position: inherit;
  right: 0;
  bottom: 0;
  margin: 0px 5px 5px 5px;
}

.btn-prestation {
  margin-top: 15px !important;
}

.buttons_profile a.btn.accepter_profil_list{
    padding-left: 5px;
}

.buttons_profile a.btn.refuser_profil_list{
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 5px;

}

@media screen and (min-width:1201px) {
    .buttons_profile{
        min-width: 230px;
    }

    .buttons_profile a.btn.refuser_profil_list{
        width: calc(50% - 5px);
    }
}

.disponibilite_concierge{

}

#creneau_lundi, #creneau_mardi, #creneau_mercredi, #creneau_jeudi, #creneau_vendredi, #creneau_samedi, #creneau_dimanche{
    display: inline-block;
    float: right;
}

button.submitform_concierge_prestation {
    margin-top: 40px;
}


.buttons_profile{
    padding-top: 0px;
}

.list-group-action-resa ul{
    margin-bottom: 0px;
}

.row.row-fluidDetailsConcierge .voirprofil{
    display: inline;
    z-index: 100;
    cursor: pointer;
    position: absolute;
    right: 20px;
}


#text-siret {
    text-align: center;
}
@media (max-width: 768px) {
    #div-entreprise, #div-SIRET {
        margin-top: 20px !important;
    }

    #avatar-container {
        padding-right: 0;
    }
}

#avatar-container {
    padding-left: 0;
}

.pro-concierge-resultat {
    position: absolute;
    z-index: 99;
    padding: 3px 15px;
    background: rgb(186, 26, 26) none repeat scroll 0% 0%;
    color: white;
    font-weight: 700;
    top: 0px;
}


/*ALEXANDRE*/
#airbnb-connect
{
  background-color: #BA1A1A;
  color: white;
}

#airbnb-connect:hover
{
  color: #BA1A1A !important;
  background-color: white;
  border: 2px solid #BA1A1A
}


/* FIXED SEARCH (RAYON) */
.float_none{
    float: none;
    display: inline-block;
    width: 100%;
}





/* TO DO:
    1) move to mike.css
    2) find the correct breakpoint for mobile version.
*/

/* Hidden desktop */
@media (min-width: 992px) {
  .hidden-desktop {
    display: none !important;
  }
}


/* TO DO */
@media (max-width: 992px) {
  .hidden-mobile {
    display: none !important;
  }
}

header.header.fixed .badge.unread {
    background-color: #D71400;
}


.js-fadein-animation{
    display: none;
}




/* Popup de connexion */
#popup_de_connexion .forminscription{
    max-width: 450px;
    display: block;
    margin: 0 auto;
    float: none;
}

.btn-bleumarrinefush {
    background-color: #271534;
}

.colIMGconcierge {
    height: 185px !important;
}


.full_width{
    width: 100%;
}