

.wrapper-agences {
    padding: 70px 0 60px;
    background-image: url(https://reactheme.com/products/wordpress/finbiz/wp-content/uploads/2022/10/bg-01.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}  

.wrap-agences.row-container {
    align-items: unset;
}

.widget_left {
    width: 40%;
    position: relative;
}

.about-image1 {
    position: absolute;
    top: -40px;
    left: -51px;
    z-index: 1;
}
.wrap-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.wrap-list p {
    width: 50%;
    padding: 0 10px;
}
.about-image1 img:hover {
    transform: matrix(1, 0, 0, 1, -90.7023, -70.4724) translate3d(103.344px,79.4567px,0px);
}
.about-image1 img {
    width: auto;
    height: 135px;
    transition: all ease 0.8s;
}

.mySlides.fade {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e8e7e5;
    min-height: 360px;
    overflow: hidden;
    /* object-fit: contain; */
} 

.mySlides.fade img {
    border-radius: 10px;
    width: auto;
    height: 560px;
    object-fit: cover;
}





.widget_right {
    width: 60%;
    position: relative;
    padding: 0 0px 0 30px;
}

.content_top {
    margin-bottom: 15px;
    display: block;
    position: relative;
}

.content_top h3.name_item {
    font-size: 24px;
    margin-bottom: 5px;
    /* font-family: var(--title-font); */
}

.price {
    font-size: 19px;
    font-weight: 600;
    position: relative;
    line-height: 1;
    color: var(--second-color);
}

.texte-produit p {
    margin-bottom: 15px;
    display: flex;
    justify-content: start;
    align-items: center;
    text-align: justify;
}

.texte-produit li {
    font-size: 15px;
    margin: 3px 0;
    display: inline-block;
}


.content_bottom {
    display: flex;
    position: relative;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.field-form-detail {
    width: 45%;
}

.field-form-detail.field_input.radios {
    width: 100%;
    margin: 0 0 18px;
    display: flex;
    align-items: center;
}

.field_input_number {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 40%;
    margin-right: 15px;
}

.field_select {
    display: flex;
    flex-direction: column;
    width: 40%;
    position: relative;
}

span.title_field {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 600;
}

input.quantity__ {
    width: 169px !important;
    height: 40px;
    font-size: 23px;
}

.nice-number {
    width: 169px;
    border: 1px solid #bdbcbc;
    padding: 1px 10px;
    border-radius: 4px;
}

.nice-number button {
    font-size: 30px;
    width: 100px;
    background: transparent;
    cursor: pointer;
}

select.size__ {
    border: 1px solid #bdbcbc;
    height: 44px;
    padding: 0 10px;
    border-radius: 4px;
}

.field_btn {
    margin-top: 30px;
    position: relative;
}

button.button_add_item {
    background: #cbad57;
    color: #fff;
    font-size: 16px;
    padding: 12px 20px;
    font-family: 'Poppins';
    border-radius: 4px;
    width: 83%;
    position: relative;
    cursor: pointer;
    transition: all .5s;
}

button.button_add_item:hover {
    background: #c6942f;
}

.no-nav .owl-nav button {
    display: none;
}

.field_type.widget_calc { }

.field_type {
    position: relative;
    margin: 0 5px 15px;
    text-align: center;
    margin-top: 0px;
    display: flex;
}

.field_type input { 
    display: none; 
}

.field_type label {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    /* margin: 0 5px; */
    box-shadow: 1px 1px 5px 1px #7977776b;
}

.widget_calc input:checked + label.les-couleurs::before { 
    border: 2px solid rgb(27, 26, 26); 
}

.widget_calc label.les-couleurs::before {
    content: "";
    width: 23px;
    height: 23px;
    border: 2px solid transparent;
    position: absolute;
    top: -6px;
    left: -6px;
    transition: border 0.3s ease 0s;
    background: transparent;
    border-radius: 50%;
}

.radios .title_field {
    margin-right: 5px;
}

.texte-produit p:last-child {
    margin-bottom: 0px;
}

.texte-produit p span {
    color: #089441;
    display: inline-block;
    margin-right: 10px;
}