
.main_content {
    /*height: auto !important;*/
    height: 100% !important;
    /*height: calc(100% - var(--hauteur_bandeau) + 100) !important;*/
    width: 100% !important;
    /*padding: 0;*/
}

.main_content .container {
    /*margin: auto !important;*/
    /*max-width: 800px !important;*/
    width: calc(100% - var(--largeur_menu_G)) !important;
}

.flex-column {
    max-width: 250px;
}

img {
    margin: 6px;
}

#load_img_temp {
    /*display:none;*/
    height: 100%;
    margin: auto;
}

#canvasPhoto {
    display: none;
}

#nom_visage {
    position: absolute;
    z-index: 1000000;
    background-color: white;
    border-radius: 10px;
    opacity: 1;
    padding: 5px;
    font-size: 1em;
    width: auto;
    height: 80px;
    padding-top: 55px;
    border: 1px solid black;

}

.nb_photos {
    background-color: white;
    opacity: 0.6;
    width: 48px;
    height: 25px;
    position: absolute;
    top: 5px;
    left: 18px;
    border-bottom-right-radius: 10px;
    padding-left: 5px;
}

.add_panier {
    background-color: white;
    opacity: 0.8;
    width: 48px;
    height: 25px;
    float: right;
    /*position: absolute;*/
    top: 6px;
    right: 0px;
    border-bottom-left-radius: 10px;
    padding-left: 5px;
    border: white 1px solid;
    display: flex;
    cursor: pointer;
}

.add_panier i {
    margin: auto;
    width: auto;
}

.item_photo {
    position: relative;
}

.item_photo .loader_img_search {
    width: 100%;
    height: 100%;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;

}

.item_photo .loader_img_search div {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
}

.item_photo .loader_img_search div img {
    margin: auto;
    height: 80px;
    width: 80px;
    display: flex;
}

#gallerie {

}

.gallery_no_result h1 {
    margin: auto;
}

.gallery_no_result {
    display: none;
}


#dialog-confirm .row_princ_zoom {
    height: 100% !important;
}

#dialog-confirm .col_zoom_photo {
    height: 100% !important;
}

.col_zoom_photo {
    background-image: url("../../images/white-concrete-wall.jpg");
}

.col_zoom_button .row {
    margin-bottom: 20px;
}

.photo_gallery {
    width: 100%;
}

.photo_gallery .item_photo img {
    width: 100%;
}

.col_zoom_button button {
    margin-right: 20px;
    margin-left: 20px;
}

.labelzoom {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

}

#card_photo ion-icon {
    font-size: 1.5rem;
}

.row_loupe .col {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 2px;
    margin-right: 2px;
}

.point_photo {
    border-radius: 50%;
    border: 2px solid white;
    position: absolute;
    width: 15px;
    height: 15px;
    display: inline-flex;
}

.point_photo_int {
    border-radius: 50%;
    background-color: white;
    width: 80%;
    height: 80%;
    /*padding:2px;*/
    margin: auto;
    display: inline-flex;
}

#dialog-add-proposition table {
    width: 100%;
}

#dialog-add-proposition table select,
#dialog-add-proposition table input {
    width: 90%;
    margin-left: 5px;
}

#dialog-add-proposition table td:first-child {
    text-align: right;
}

.point_photo_title {
    white-space: nowrap;
    display: inline-flex;
    width: auto;
    /*word-break: normal;*/
}

