/* font-family Poppins, sans-serif - найти*/

/***********general*************/
html,
body {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  width: 100%;
  /* font-family: 'Montserrat Alternates', sans-serif; */
  /* font-family: "Preahvihear", sans-serif; */
  line-height: 1;
  /*min-height: 1000px;*/
}

.h2 {
  font-size: 1.6rem;
  align-self: center;
  margin-top: 15px;
  margin-bottom: 30px;
}

a {
  color: #2b616d !important;
  cursor: pointer;
}

input,
.form-floating .form-control{
  background-color: #fff !important;
}

select{
  padding: 6px 12px;
  border-radius: 5px;
  border: 1px solid #44747f;
}

.bg-blue-dark {
  background-color: #2b616d !important;
}

.bg-blue-gris {
  background-color: #517072 !important;
}

.bg-blue {
  background-color: #b2dbd5 !important;
}

.bg-blue-ciel {
  background-color: #e0edeb !important;
}


.bg-red {
  background-color: #ff5f49 !important;
}

.bg-orange {
  background-color: #fa8d62 !important;
}

.bg-green {
  background-color: #c3e173 !important;
}

.bg-blanc {
  background-color: #fff !important;
}

.bg-gris10 {
  background-color: #f4f4f4 !important;
}

.bg-gris30 {
  background-color: #e9e9e9 !important;
}

.bg-gris50 {
  background-color: #c5c5c5 !important;
}

.bg-gris70 {
  background-color: #8e8e8e !important;
}

.bg-gris80 {
  background-color: #666666 !important;
}

.blue-dark {
  color: #2b616d !important;
}

.blue-gris {
  color: #517072 !important;
}

.blue {
  color: #b2dbd5 !important;
}

.red {
  color: #ff5f49 !important;
}

.orange{
  color: #fa8d62 !important;
}

.green{
  color: #A7DD33 !important;
}

.blanc {
  color: #fff !important;
}

.gris10 {
  color: #f4f4f4 !important;
}

.gris50 {
  color: #c5c5c5 !important;
}

.gris70 {
  color: #8e8e8e !important;
}

.gris80 {
  color: #666666 !important;
}

.gris100 {
  color: #494949 !important;
}

.content-page {
  min-height: calc(100vh - 130px);
  margin: 20px 0 0 0;
  border-radius: 10px;
  padding: 15px;
}

.btn {
  border-radius: 8px;
  /* min-width: 170px; */
  padding: 10px 20px;
}

.btn-blue {
  background-color: #44747f;
  color: #fff !important;
}
.btn-orange {
  background-color: #fa8d62;
  color: #fff !important;
  min-height: 25px;
}

.btn-white{
  padding: 5px 10px;
  background-color: white;
  
}

.btn-white:hover{
    background-color: white;
    border: 1px solid #2b616d70;
  
}

.btn-blue-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #44747f;
  --bs-btn-border-color: #44747f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #44747f;
  --bs-btn-hover-border-color: #44747f;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #44747f;
  --bs-btn-active-border-color: #44747f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #44747f;
  --bs-btn-disabled-border-color: #44747f;
}

.btn-blue:hover,
.btn-orange:hover {
  background-color: #fff;
  color: #2b616d !important;
  border: 1px solid #2b616d;
}

.b-end {
  border-right: 3px solid #fff;
}

.w-10 {
  width: 10%;
}

.w-15 {
  width: 15%;
}
.w-20 {
  width: 20%;
}
.w-25 {
  width: 25%;
}
.w-30 {
  width: 30%;
}

.w-35{
  width: 35%;
}

.w-40 {
  width: 40%;
}
.w-50 {
  width: 50%;
}
.w-60 {
  width: 60%;
}
.w-70 {
  width: 70%;
}
.w-80 {
  width: 80%;
}
.w-90 {
  width: 90%;
}
.w-95 {
  width: 95%;
}

.h-30{
  height: 30% !important;
}

.h-60{
  height: 60% !important;
}

.opacity {
  opacity: 0.5;
}

.fs-20 {
  font-size: 2.0rem !important;
}

.fs-18 {
  font-size: 1.8rem !important;
}

.fs-16 {
  font-size: 1.6rem !important;
}

.fs-14 {
  font-size: 1.4rem !important;
}

.fs-13 {
  font-size: 1.3rem !important;
}

.fs-12 {
  font-size: 1.2rem !important;
}

.fs-11 {
  font-size: 1.1rem !important;
}

.fs-10 {
  font-size: 1.0rem !important;
}

.fs-9 {
  font-size: 0.9rem !important;
}

.fs-8 {
  font-size: 0.8rem !important;
}

.fs-7 {
  font-size: 0.7rem !important;
}

.fs-6 {
  font-size: 0.6rem !important;
}

.shadow-red {
  -webkit-box-shadow: 0px 0px 6px 1px rgba(255, 0, 0, 0.54);
  -moz-box-shadow: 0px 0px 6px 1px rgba(255, 0, 0, 0.54);
  box-shadow: 0px 0px 6px 1px rgba(255, 0, 0, 0.54);
}


table tr:hover{
  background-color: #dfdfdfab !important;
}

.border-blue{
  border: 1px solid #2b616d;
  
}

.border-top-dashed{
  border-top: 1px dashed #dbdbdb;
}

.custom-tooltip {
  --bs-tooltip-bg: #2b616d;
  --bs-tooltip-color: var(--bs-white);
  
  border-radius: 5px;
}

/***********End general*************/

/**************form***************/

.input-group-text {
  background-color: #dee9e7;
}

input {
  padding: 10px;
  border-color: #2b616d !important;
  border-radius: 8px;
  color: #2b616d !important;
}

.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  /* border: 1px solid #44747f; */
}

.input-group-text {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border: 1px solid #44747f;
}
/**************End form************/

/**************modal***************/

.modal-title {
  font-weight: 600 !important;;
  font-size: 1.4rem !important;
}
/**************End modal************/

/***********header************/

nav {
  border-radius: 10px;
  padding: 10px !important;
}

.wrapper-avatar {
  height: 50px;
  width: 50px;
}

.avatar {
  border-radius: 50%;
  border: 2px solid #2b616d;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  align-self: center;
}

.container-page {
  width: calc(100% - 320px);
  margin: 20px 30px;
}

/************END header**********/

/***********sidebar************/
.menu {
  border-radius: 10px;
  margin: 20px 0 20px 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  height: calc(100vh - 40px);
}

.menu-l {
  width: 280px;
  transition: 0.15s linear;
}

.menu-s {
  width: 80px;
  transition: 0.34s linear;
}

.nav-pills a {
  position: relative !important;
}

.nav-pills .nav-link {
  height: 60px;
  border-bottom: 1px solid #2b616d !important;

  border-radius: 0px !important;
}

.item-menu {
  font-size: 20px !important;

  text-decoration: none;
}

.nav-pills .nav-link:hover {
  background-color: #44747f;
}

.nav-pills .nav-link.active {
  background-color: #2b616d !important;
}

.nav-pills .nav-link.active .item-menu,
.nav-pills .nav-link:hover .item-menu {
  color: #fff !important;
}

.nav-pills .nav-link .icon {
  fill: #2b616d !important;
}

.nav-pills .nav-link.active .icon,
.nav-pills .nav-link:hover .icon {
  fill: #fff !important;
}

.triangle {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  height: 10px;
  width: 10px;
  border: 10px solid transparent;
  border-right: 10px solid #f4f4f4;
  display: none;
}

.sidebar-icon {
  height: 25px;
  width: auto;
}

.logo {
  height: 40px;
  width: auto;
}

/************END sidebar**********/

/***********Page login*************/

.password-control {
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  right: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/icons/view_closed.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.view {
  background-image: url(../img/icons/view.svg);
}

/***********END Page login*************/

/**********Page compte**************/

.img-avatar img {
  width: 150px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0px 0px 7px 0px rgba(163, 163, 163, 0.75);
  -webkit-box-shadow: 0px 0px 7px 0px rgba(163, 163, 163, 0.75);
  -moz-box-shadow: 0px 0px 7px 0px rgba(163, 163, 163, 0.75);
}

#logoDisplay {
  width: 150px;
  height: auto;
}

.icon-pencil {
  right: -10px;
  top: -10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #44747f8b;
}
/**********END Page compte**************/

/**********Page Magasins**************/
.img-rating {
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0px 0px 9px 3px rgba(214, 214, 214, 1);
  -moz-box-shadow: 0px 0px 9px 3px rgba(214, 214, 214, 1);
  box-shadow: 0px 0px 9px 3px rgba(214, 214, 214, 1);
}

.img-rating img {
  width: 20px;
  height: auto;
}

.socio-img img {
  width: 35px;
  height: auto;
}

/**********END Page Magasins**************/

/**********Page utilisateurs**************/
.item-user {
  padding: 10px;
  border-radius: 8px;
}

.content-info-user {
  margin: 10px 0;
  /* align-self: center; */
}

.content-info-user svg {
  margin-right: 10px;
}

.user-avatar {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  border: 2px solid #2b616d;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  align-self: center;
}

.input-group-text {
  min-width: 100px;
}

.evo-pop {
  background-color: #fff;
  padding: 0 !important;
}

.evo-pointer{
  background-color: #c3d69b;
    position: absolute;
    top: 50%;
    left: 250px;
    transform: translate(-50%, -50%);
}

.evo-cp-wrap{
  width: 120px !important;
}
.evo-cp-wrap input{
  width: 100px !important;
}

/**********END Page utilisateurs**************/

/**********Page Agenda**************/

.ui-datepicker-inline {
  width: 100%;
  border: 1px solid #b3c5c8 !important;
  background-color: #2b616d0a !important;
}

/* .ui-state-default{

  border: none !important;
  background-color: transparent !important;
}

.ui-datepicker-calendar td{
  min-height: 200px;
} */

.ui-datepicker td span,
.ui-datepicker td a {
  padding-bottom: 1em;
}

.ui-datepicker td[title]::after {
  content: attr(title);
  display: block;
  position: relative;
  font-size: 0.8em;
  height: 1.25em;
  margin-top: -1.25em;
  text-align: right;
  padding-right: 0.25em;
}

.ck.ck-toolbar {
  background-color: #dee9e7 !important;
}

.ck-rounded-corners .ck.ck-editor__main > .ck-editor__editable,
.ck.ck-editor__main > .ck-editor__editable.ck-rounded-corners {
  border-radius: 10px !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.ck-rounded-corners
  .ck.ck-editor__top
  .ck-sticky-panel
  .ck-sticky-panel__content {
  border-radius: 10px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/**********END Page Agenda**************/

/**********Page Animateurs**************/
.anim-avatar {
  height: 50px;
  width: 50px;
}

.map-animateurs {
  right: 0;
  width: 100%;
  height: 400px;

  position: absolute !important;
}
.leaflet-control-layers-overlays label {
  border-bottom: 1px solid #2b616d;
}

.leaflet-control-layers-overlays :last-child {
  border-bottom: none !important;
}

.leaflet-control-layers-overlays label div {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap;
  align-items: center;
}
.leaflet-control-layers-selector {
  margin: 7px !important;
}

.leaflet-touch .leaflet-control-layers {
  width: 300px !important;
}

.mag_list_wrapper {
  margin-top: 450px;
  width: 100%;
  border-radius: 10px;
  padding: 30px !important;
  overflow-x: auto;
}
.dt-container {
  width: calc(100vw - 400px);
  margin: 12px auto 5px auto;
}

div.container {
  width: 80%;
}

/* tbody tr td{
  text-align: center !important;
} */
#listmagasincontrol td {
  text-align: center;
}

.table-page-anim td {
  text-align: center;
}

/* .table-striped td:nth-child(2) {
 
  width: 15px!important;

} */
.table-page-anim td:nth-child(3) {
  text-align: left;
  /* width: 12%!important; */
}

.dt-column-title {
  font-weight: 400 !important;
  font-size: 0.9rem;
}

th {
  text-align: center !important;
  font-weight: 400 !important;
}

.dt-buttons {
  float: right !important;
}

.table-page-anim {
  table-layout: fixed;
}
/* td:nth-child(2) {
  width: 8% !important;
}

td:nth-child(3) {
  width: 30%;
} */

.dt-buttons button {
  border: 2px solid #2b616d !important;
  border-radius: 8px;
  height: 50px;
  padding: 0 8px !important;
  margin-left: 5px;
}

.dt-buttons button:hover {
  background-color: #b3c5c8;
}

.dt-search,
.dt-paging {
  text-align: center !important;
}

.dt-length label {
  display: none;
}

.leaflet-div-icon {
  background: transparent !important;
  border: none !important;
}

.active > .page-link,
.page-link.active {
  background-color: #44747f !important;
  color: #fff !important;
  border-color: #2b616d !important;
}

#countstores {
  padding: 10px;
  border-color: #2b616d !important;
  border-radius: 8px !important;
  color: #2b616d !important;
}

.iconsearch {
  right: 15px;
  top: 8px;
}

#btn-export {
  cursor: pointer;
}

/* .project-tab {
  padding: 10%;
  margin-top: -8%;
} */

.project-tab #tabs {
  background: #007b5e;
  color: #eee;
}

.project-tab #tabs h6.section-title {
  color: #eee;
}

.project-tab #tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #0062cc;
  background-color: transparent;
  border-color: transparent transparent #f3f3f3;
  border-bottom: 3px solid !important;
  font-size: 16px;
  font-weight: bold;
}

.project-tab .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #0062cc;
  font-size: 16px;
  font-weight: 600;
}

.project-tab .nav-link:hover {
  border: none;
}

.project-tab thead {
  background: #828282 !important;
  color: #ffffff !important;
}

.project-tab thead th {
    color: #ffffff !important;
}

.project-tab a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
}

/**********End Page Animateurs**************/


/***************************************/
/*********page Info Magasin**********/
/**************************************/


.addsocio{
  cursor: pointer;
}

.wrapper-social img {
  height: 30px;
  width: 30px;
}

.social-item img {
  margin: 0 auto;
}



.item-card {
  border-radius: 5px;
  
}
.card-edit{
  right: 10px;
  top: 5px;
}

.header-card {
  display: flex;
  height: 50px;
  border-radius: 5px 5px 0 0;
  color: #fff;
  padding: 5px 10px;
  font-size: 1.4rem;
}

.header-card span,
.header-card .btn-calendar{
  align-content: center;
}

.header-card img{
  height: 30px;
  margin: auto 10px;
}

/* card info gneral */

.accordion-body table td:nth-child(1),
.accordion-body table td:nth-child(5){
  font-size: 1.1rem;
}

.info-general-store{
flex-grow: 1;
}

.info-general-store span {
  font-style: italic;
  font-weight: 300;
  min-width: 120px;
  font-size: 1.0rem;
}

.info-item {
  color: #2b616d;
  font-size: 1.2rem;
  font-weight: 600;
  /* margin-left: 10px; */
}

.wrapper-img-store {
  min-width: 40%;
}

.wrapper-img-store img {
  border-radius: 10px;
  max-width: 100%;

}

.list-gerant p{
  min-width: 50%;
}

/* card note google */

.info-note tr td {
  vertical-align: middle;
  max-height: 30px !important;
}

.chart {
  flex-grow: 1;
}


.cardaudit {
  flex-grow: 1;
}

/* .cardaudit .header-card {
  background-color: #389d6f;
} */

.wrapper-card .item-card{
  height: 48%;
  /* width: 300px; */
}


/* visite */
.info-visit{
  min-height: 160px;
  height: auto;
}

.visit-user{
  width: 100px;
  border: 1px solid #A7DD33;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  height: 120px;
}

/* .visit-user-month{
  width: 100%;
  height: 40px;
  background-color: #c3e173;
  text-align: center;
  align-content: center;
}

.visit-user-month span{
  text-transform: uppercase;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
}

.visit-user-day{
  height: 60px;
} */

.add-visite-new{
  cursor: pointer;
}

.wrapper-add-visite{
  margin: 0 auto;
}

.visit-user-day span{
  color: #c3e173;
  font-size: 2.6rem;
  font-weight: 700;
}

#listvisit_modal .modal-dialog{
  width: 80%;
  min-width: 800px;
}

#listvisit_modal .table{
  max-width: 90% !important;
  margin: 20px auto !important;
}
#listvisit_modal .table th{
 font-weight: 700 !important;
}

#listvisit_modal .table td{
  /* word-break: break-all; */
  word-wrap: break-word;
  vertical-align: middle !important;
 }

 .edit-visit{
  cursor: pointer;
 }

 .commentedit textarea,
 .etatedit select{
  height: 40px;
 }

 .hidden{
  display: none;
 }
/*End visite */

/*alert*/
.info-alert{
  min-height: 160px;
  height: auto;
}

.table-alert td{
padding: 12px 0;
}

/*animation*/

.blink {
  animation: blink 2s ease infinite;
 }
 @keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0.2;}
  100% { opacity: 1;}
 }


/*End animation*/

.blink td{
  font-weight: 600;
}

/*End alert */

/*accordion*/

/**V2**/
.accordion-item {
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0 0 15px 10px;
}
.accordion-header {
  padding: 0;
  border-radius: 30px;
}
.accordion-button {
  display: block;
  padding: 12px 20px 12px 50px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 20px !important;
  position: relative;
  transition: all 0.3s ease 0s;
}

.accordion-button-s{
  font-size: 1rem !important;
}

.accordion-button.collapsed {
  background: #fff;
  color: #0d345d;
  border: 1px solid #ddd;
}

.accordion-button-s.collapsed {
  
  color: #2b616d;
  border: 1px solid #b2dbd5;
}

.accordion-button:after {
  content: url(../img/icons/next.svg) !important;
  font-weight: 900;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  background: #b2dbd5;
  font-size: 25px;
  color: #fff;
  text-align: center;
  border: 1px solid transparent;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
  position: absolute;
  top: -5px;
  left: -20px;
  transition: all 0.3s ease 0s;
  background-image: none !important;
}

.accordion-button-s:after {
  content: url(../img/icons/next_blue.svg) !important;
  width: 45px;
  height: 45px;
  top: 0;
  left: -10px;
  line-height: 40px;
}

.accordion-button.collapsed:after {
  background: #fff;
  color: #0d345d;
  border: 1px solid #ddd;
  box-shadow: none;
}

.accordion-button-s.collapsed:after {
  border: 1px solid #b2dbd5;
}

.accordion-button:not(.collapsed)::after {
  content: url(../img/icons/up.svg) !important;
}
.accordion-button:focus {
  /* background: #b2dbd5; */
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
  color: #fff;
  background: #b2dbd5 !important;
  font-size: 1.4rem;
  border: none !important;
}

.accordion-body {
  padding: 20px 25px 10px 9px;
  background: transparent;
  font-size: 14px;
  color: #8c8c8c;
  line-height: 25px;
  border-top: none;
  position: relative;
}

.accordion-body-s{
  padding: 15px 0 10px 10px!important;
 
}

 
.accordion-body p {
  padding-left: 25px;
  /*border-left: 1px dashed #8c8c8c;*/
}

.accordion-body th{
  font-weight: 500 !important;
}
.check-button{
  width: 20px;
  height: 20px;
  border: 1px solid #2b616d;
}


.btn-check:checked+.check-button{
  background-color: #2b616d;
  content: url(../img/icons/check-btn.svg) !important;
}

/*********************/
/* tableau magasin */
/*********************/


#pills-tab-store button {
  text-align: start;
  width: 100%;
  color: #2b616d;
}

#pills-tab-store .nav-link.active,
#pills-tab-store .nav-link:hover {
  color: #2b616d;
  background-color: #fff !important;
  border-left: 3px solid #2b616d;
}

#pills-tabContent-store {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.table-auditachat td{
  vertical-align: middle;
}

.border-table-audit-start{
  border-left: 1px dashed #2b616d;
}

.border-table-audit-end{
  border-right: 1px dashed #2b616d9b;
}

/* tableau magasin 1 - banque */
#pills-bank{
  height: 100%;
  background-image: url('../img/fond/credit.png');
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  background-size: 190px 190px;
  /* opacity: 0.6; */
}

/* .bank-logo{
  height: 100px;
  width: 100px;
} */


.bank-logo img{
  max-width: 100px;
  max-height: 100px;
  height: auto;
  width: auto;
}

.table>:not(caption)>*>*{
background-color: transparent;
}

.table-store-bank{
  max-width: 600px;
}

.table-store-bank th{
  text-align: left !important;
}

.infocomment{
  bottom: -10px;
  left: 30px;
}

/* tableau magasin 1 - controle */
#pills-control table td{
  padding-top: 10px;
  padding-bottom: 10px;
}

.table-store-cp tr td:last-child,
.table-store-control tr td:last-child,
.table-store-control-year tr td:last-child{
text-align: right;
}


/*****Ajoute Image*****/
#loadImg{
  position: absolute;
  z-index: 10000;
  height: 100px;
  width: 100px;
}

#uploadImagesList {
 list-style: none;
 padding: 0;
}
#uploadImagesList .item {
 float: left;
 margin-right: 20px;
 margin-bottom: 20px;
 position: relative;
}
#uploadImagesList .item .img-wrap {
 width: inherit;
 display: block;
 height: 150px;
}
#uploadImagesList .item .img-wrap img{
 width: auto;
 height: inherit;
}
#uploadImagesList .item .delete-link {
 cursor: pointer;
 display: block;
}

.btn-close-modal{
  background-color: #ff4b4b;
  width: 20px;
  height: 20px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgb(0 0 0 / 50%);
  position: absolute;
    top: 0px;
    right: -7px;
 }

.btn-close-modal span{
 color: #fff;
 font-size: 12px;
 font-weight: 700;
 text-align: center;
}
/*****END Ajout image***/


/********END PAGE MAGASIN*******/

/*******************************/
/******page fournisseurs********/
/*******************************/

.vendor_wrapper{
  padding: 0 15px;
  height: 100%;
}
