.box_sites_container
{
  width: 100%;
  height: calc(100vh - 220px);
  /* overflow-y: auto; */
  overflow-x: hidden;
  /* overflow-y:scroll; */
}

.box_sites_desktop
{
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  /* align-items: flex-start; */
  padding: 0px;
  
  width: 328px;
  height: 135px;
  left: 39px;
  /* top: 375px; */
  background: #FFFFFF;
  border: 1px solid #E5E5E5;  
  /* position: absolute; */
}


.box_sites_content
{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 32px;
  padding-left: 32px;

  gap: 32px;
  width: 328px;
  height: 136px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.box_sites_contenu
{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  width: 264px;
  height: 72px;
  flex: none;
  order: 1;
  flex-grow: 1; 
}

.box_sites_contenant_technique
{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 8px;
  width: 264px;
  height: 72px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0; 
}

.box_site_titre_md
{
  width: 264px;
  height: 24px;
  font-family: 'Marianne';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #161616;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0; 
}

.box_sites_text
{
  width: 264px;
  height: 40px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  /* line-height: 0px; */
  color: #3A3A3A;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0; 
}

.box_sites_contenant_technique2
{
  width: 327px;
  height: 0px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0; 
}

.box_sites_speration
{
  /* position: absolute; */
  height: 4px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #000091;  
  margin-top: -3px;
}

