.wrapper .social-icons .icon {
    border: none;
    width: fit-content;
}

.wrapper .profile .thumbnail {
    width: 160px;
    height: 160px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
    border-radius: 100%;
    border: 1px solid #dcdcdc;
    background: #000;
    max-height: 160px;
    width: 160px;
    object-fit: cover;
    object-position: center;
}

.social-icons {
    flex-direction: row;
    --bs-gutter-x: 1.4rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.wrapper .profile .description {
    color: #808080;
}

.wrapper .profile .name {
    color: #e5b2b1;
}

.image-container {
    display: flex;
}

.image-container img {

    height: auto;
    margin-right: 4px;
}


[wire\:loading],
[wire\:loading\.delay],
[wire\:loading\.inline-block],
[wire\:loading\.inline],
[wire\:loading\.block],
[wire\:loading\.flex],
[wire\:loading\.table],
[wire\:loading\.grid],
[wire\:loading\.inline-flex] {
    display: none;
}

[wire\:loading\.delay\.shortest],
[wire\:loading\.delay\.shorter],
[wire\:loading\.delay\.short],
[wire\:loading\.delay\.long],
[wire\:loading\.delay\.longer],
[wire\:loading\.delay\.longest] {
    display: none;
}

[wire\:offline] {
    display: none;
}

[wire\:dirty]:not(textarea):not(input):not(select) {
    display: none;
}

.row {
    --bs-gutter-x: 2.4rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
    animation-duration: 50000s;
    animation-name: livewireautofill;
}

@keyframes livewireautofill {
    from {}
}

.add-contact-modal-inner label {
    font-weight: 700;
}

input[type='text']:focus,
textarea,
.form-control:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #000;

}

.add-contact-modal-inner textarea,
.add-contact-modal-inner input {
    text-align: left;
}

.form-group {
    margin-bottom: 5px;
}

.form-group label {
    font-weight: bold;
}

.__login {
    color: #fff;
    display: block;
    text-align: center;
    border: 1px solid;
    width: fit-content;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
    margin-top: 15px;
}

.slick-initialized .slick-slide {
    background-size: cover;
}

.section-heading {
    position: relative;
    display: inline-block;
    border-radius: 6px;
    clip-path: polygon(10px 0px, 100% 0px, 100% 100%, 0% 100%, 0% 10px);
    background: #e3b0af;
    padding: 4px 30px;
    margin: 0;
    font-weight: 600;
    font-size: 14px;
    color: var(--color-text);
    transition: clip-path 500ms;
    margin-top: 30px;
    margin-bottom: 10px;
}

#contact {
    margin-top: 45px;
}

.contact ul li {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 2px solid;
    border-color: #eeeeec;
    display: flex;
    align-items: center;
}

.contact li>span {
    display: block;
    width: 100%;
}

#adress,
#tel {
    margin-left: 4px;
}

.save_contact {
    color: #fff;
    background: #e3b0af;
    border: 1px solid #fff;
}

.save_contact:visited,
.save_contact:active,
.save_contact:hover {
    border: 1px solid #e3b0af;
    display: block;
    color: #e3b0af;
    background: #fff;
}

.add-contact-modal-inner {
    position: relative;
    padding: 10px;
}

.add-contact-modal-inner .close {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
}

.slider-container {
    position: relative;
}

.slider {
    overflow: hidden;
    display: flex;
}

.slide {
    display: none;
}

.slide img {
    width: 100%;
    height: auto;
    padding: 10px;
}

.dots-container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.dot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: #bbbbbbac;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.dot.active {
    background-color: #000;
}


.footer-inner {
    /* min-height: 150px; */
    /* width: 109%; */
    /* margin-left: -15px; */
    background: #e3b0af;
    text-align: center;
    color: #fff;
}

.adress {
    font-size: 10px;
    justify-content: center;
}


footer#HomeFooter {
    opacity: 1;
    position: absolute;
    bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

footer .iconsWrapper ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100px;
    padding-left: 15px;
    padding-right: 15px;
}

/* footer */
.footer__item:hover {
    transform: scale(1.4);
}

.footer__icon {
    height: 18px;
    width: 18px;
}

.footer__list {
    width: 160px;
}


/* version mobile */
@media screen and (max-width: 767px) and (max-width: 1023px) {

    /* Style pour le contenu modal */
    .modal-content {
        background-color: #fefefe;
        margin: 0 auto;
        margin-top: 20%;
        padding: 20px;
        border: 1px solid #fff;
        width: 100%;
    }

    .row {
        --bs-gutter-x: 1.8rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(-1 * var(--bs-gutter-y));
        margin-right: calc(-.5 * var(--bs-gutter-x));
        margin-left: calc(-.5 * var(--bs-gutter-x));
    }
}