.flex_box_4_6 {
display: -webkit-flex;
-webkit-justify-content: space-around;
-webkit-flex-wrap: wrap;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.flex_box_4_6 > div:nth-child(1) {
width: 40%;
}
.flex_box_4_6 > div:nth-child(2) {
width: 60%;
}
.flex_box_2_8 {
display: -webkit-flex;
-webkit-justify-content: space-around;
-webkit-flex-wrap: wrap;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.flex_box_2_8 > div:nth-child(1) {
width: 20%;
}
.flex_box_2_8 > div:nth-child(2) {
width: 80%;
}
.ui-dialog .ui-dialog-titlebar-close span {
margin: 0.5px !important;
}
.ui-front {
z-index: 1000 !important;
}
.titleLieu {
color: initial !important;
background: none !important;
padding: 0 !important;
border: none !important;
margin: 0 !important;
font-size: 16px !important;
font-weight: 600;
}
#loopsalon article {
padding-bottom: 0;
}
.descriptifsalon > div  {
padding: 15px;
}
.block_descript_salon {
padding: 10px;
background: #e0e2e4;
}
.width100 {
width: 100% !important;
}
.timeLeft .alertmiddle {
background-color: #fff;
border-radius: 10px;
color: #333 !important;
display: inline-block;
font-size: 16px;
margin-top: 10px;
padding: 5px 10px 0;
}
.timeLeft .alertmiddle span {
text-transform: uppercase;
font-weight: 400;
}
.timeLeft .alertmiddle .fa {
font-size: 18px;
margin-right: 5px;
}
.btn-edit {
background: #008000;
color: #fff;
padding: 10px 25px;
border-radius: 4px;
text-transform: uppercase;
font-weight: 700;
}
.btn-edit:hover {
color: #fff;
background: #014e01
}
.editBlockBtn {
margin-top: 15px;
}
.descriptifsalon, .imagesalon {
display: -webkit-flex;
-webkit-align-items: center;
-webkit-justify-content: center;
display: flex;
justify-content: center;
align-items: center;
}
.descriptifsalon > div {
width: 100%;
}
.draft_salon > div {
background: #e0e2e4;
padding: 15px;
margin-bottom: 15px;
}
.imagesalon {
position: relative;
}
.imagesalon img {
max-height: 300px;
z-index: 1;
}
.imagesalon a {
display: flex;
justify-content: center;
align-items: center;
}
.imagesalon .bacImgBlur {
background: #e0e2e4;
position: absolute;
width: 100%;
height: 100%;
filter: blur(5px);
-webkit-filter: blur(5px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);
}
.entry-content .imagesalon img {
margin-bottom: 0 !important;
margin-top: 10px !important;
} .flex_box_prestataire {
display: -webkit-flex;
-webkit-justify-content: space-around;
-webkit-flex-wrap: wrap;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.flex_box_prestataire > div:nth-child(1) {
width: 20%;
}
.flex_box_prestataire > div:nth-child(2) {
width: 80%;
}
.contentExtrait {
margin-top: 15px;
}
.contentExtrait p {
margin-bottom: 0 !important;
}