
.rs_column{
    column-count: 3;
}
.resultat_conciergerie .et_pb_code_inner{
  /* pour display */
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
 
  /* pour flex-wrap */
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.text_form_conciergerie{
font-family: 'EncodeSansExpanded-Bold',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    color: #003a5d!important;  
}
.icon_conciergerie{
    width: 7%;
        padding-right: 0.7rem;
}
.cadre_conciergerie{
    background-color: #ffffff;
    border-radius: 30px 30px 30px 30px;
    overflow: hidden;
    border-width: 7px;
    border-color: #003a5d;
    /* padding-top: 2%; */
    /* padding-right: 2%; */
    /* padding-bottom: 0.5%; */
    /* padding-left: 2%; */
    /* box-shadow: 6px 6px 18px 0px rgb(0 0 0 / 11%); */
    border: 1px solid #DEDEDE;

}

.img_conciergerie{height: 290px;
    display: flex;
    align-items: center;
    justify-content: center;
/*border-bottom: 1px solid #DEDEDE;*/
}
.info_conciergerie{
    padding-left: 5.5%;
    padding-right: 5.5%;
    padding-bottom: 5.5%;
}

#btn_search{
    height: 80px;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
}

#btn_search p{
margin-bottom: 0rem;
}

#btn_search_mobile{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#btn_search_mobile p{
    margin-bottom: 0;
}

.Cnom_entreprise,.Cslogan_entreprise,.Cadresse_entreprise,.Ctele_entreprise,.Cmail_entreprise{
    margin-bottom: 0rem;
    padding-bottom: 0em;
}

.Cactivite_entreprise{
    padding-bottom: 1rem;
    padding-top: 1rem;
        margin-bottom: 0px;
}

.Cdesc_entreprise{
   min-height: 170px;  
}

.Cnom_entreprise{
        font-size: 25px;
        text-transform: uppercase;
    color: #003A5D;
    font-weight: 400;
        padding-top: 5.5%;
}

.Cslogan_entreprise{
   font-family: 'Encode Sans', sans-serif!important;
   text-transform: uppercase;
        font-size: 18px;
    color:#D9AC6D ;
    font-weight: 400;
}

.Ctitre_info{
font-weight: 500;
}

#no_resultat_img, #no_resultat_titre, #no_resultat_search{display: none}

/* Page conciergerie v2 */
#bandeau_picto .et_pb_module .et_pb_text_inner {
    display: grid;
    grid-template-columns: 7em 1fr;
}
#bandeau_picto h3 {
    font-family: 'Encode Sans Expanded',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 600;
}
#bandeau_picto .picto_conciergerie {
    text-align: center;
}

@media only screen and (max-width:1497px){
    #bandeau_picto .picto_conciergerie {
        text-align: right;
        margin-right: 25px;
    }
}

@media only screen and (max-width:1361px){
    #bandeau_fond_page_conciergerie .et_pb_column_28{
        width: 45%;
    }
    #bandeau_fond_page_conciergerie .et_pb_column_29{
        width: 24%;
    }
    #bandeau_picto .picto_conciergerie {
        margin-right: 10px;
    }
}

@media only screen and (max-width:1292px){
    #bandeau_fond_page_conciergerie .et_pb_column_28 .et_pb_module{
        font-size: 22px;
    }
    #bandeau_fond_page_conciergerie .et_pb_column_29 a{
        font-size: 16px!important;
    }
    #bandeau_picto .et_pb_module .et_pb_text_inner {
        grid-template-columns: 4em 1fr;
    }
    #bandeau_picto .picto_conciergerie {
        text-align: center;
        margin-right: 10px;
    }
    #bandeau_picto h3 {
        font-size: 17px;
    }
}

@media only screen and (max-width:1255px){
    #bandeau_picto {
        width: 90%;
    }
}

@media only screen and (max-width:1130px){
    .rs_column {
        column-count: 2;
    }
}

@media only screen and (max-width:1098px){
    #bandeau_fond_page_conciergerie .et_pb_column_29 a{
        font-size: 14px!important;
    }
    #bandeau_picto .et_pb_module .et_pb_text_inner {
        grid-template-columns: 3.8em 1fr;
    }
}



@media only screen and (max-width:980px){
    #bandeau_fond_page_conciergerie .et_pb_column_28, #bandeau_fond_page_conciergerie .et_pb_column_29{
        width: 100%;
    }
    #bandeau_fond_page_conciergerie .et_pb_column_29 a{
        font-size: 18px!important;
    }
    #bandeau_fond_page_conciergerie .et_pb_column_29 .et_pb_module{
        margin-left: auto;
        margin-right: auto;
    }
    #bandeau_picto .et_pb_column {
        margin-right: 0;
        width: 50%;
    }
    #bandeau_picto .et_pb_module .et_pb_text_inner {
        grid-template-columns: 1fr;
    }
    #bandeau_picto .picto_conciergerie {
        margin-right: 0;
        margin-bottom: 10px;
    }
    #bandeau_picto .text_picto {
        text-align: center;
        font-size: 20px;
        line-height: 1;
    }
    #bandeau_picto h3 {
        font-size: 18px;
        padding: 0;
        margin: 0;
    }
}

@media only screen and (max-width:767px) {
    #bandeau_picto h3 {
        font-size: 16px;
    }
    #bandeau_picto .text_picto {
        font-size: 18px;
    }
}

@media only screen and (max-width:700px){
    .rs_column {
        column-count: 1;
    }
}


.banner_concierge_commodite{
  background-image: url(https://www.lagencerie.fr/wp-content/uploads/2022/01/conciergerie-finance.jpg);
}
.banner_concierge_travaux{
  background-image: url(https://www.lagencerie.fr/wp-content/uploads/2022/01/conciergerie-travaux.jpg);
}
.banner_concierge_finance{
  background-image: url(https://www.lagencerie.fr/wp-content/uploads/2022/01/conciergerie-commodite.jpg);
}
.banner_concierge_juridique{
  background-image: url(https://www.lagencerie.fr/wp-content/uploads/2022/01/conciergerie-juridique.jpg);
}
.banner_concierge_global{
  background-image: url(https://www.lagencerie.fr/wp-content/uploads/2022/01/conciergerie-211118-2.jpg);
}

.no_result{display: none;}