@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* fonts Visées */
/* couleurs Visées */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* placeholder: proportions vidéo youtube responsive */
/* placeholder : width de 100vw */
/* changer delay selon position dans la liste*/
/* changer width selon position dans la liste */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* placeholder: proportions vidéo youtube responsive */
/* placeholder : width de 100vw */
/* changer delay selon position dans la liste*/
/* changer width selon position dans la liste */
#block-pratiques-rh-2024-viseesmesdemandesdaccompagnement {
  position: relative;
}

.wrapper-visees-status-accompagnement-list {
  position: absolute;
  left: -6px;
  top: 0;
  background-color: #EFEAE3;
  width: calc(100% + 10px);
  height: 100%;
  overflow-y: auto;
}
.wrapper-visees-status-accompagnement-list .header {
  position: relative;
}
.wrapper-visees-status-accompagnement-list .header > .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  background-image: url(../images/btn-close-white-back.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  cursor: pointer;
}
.wrapper-visees-status-accompagnement-list .header > .btn-close:hover {
  background-image: url(../images/btn-close-hover.png);
}
.wrapper-visees-status-accompagnement-list .header > h2 {
  margin-top: 33px !important;
  margin-bottom: 0 !important;
}
.wrapper-visees-status-accompagnement-list .header > h2 span {
  background-color: #FD9100;
  border: solid 1px #252626;
  padding: 3px 10px;
  text-align: center;
  display: inline-block;
  color: #252626;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 100;
  height: 25px;
  line-height: 25px;
  position: relative;
  top: -3px;
}
.wrapper-visees-status-accompagnement-list .header .no-dossier {
  font-family: "bicyclette", sans-serif;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 110%;
  color: #252626;
  margin: 0 0 20px 0;
}
.wrapper-visees-status-accompagnement-list .status-accompagnement-list {
  padding-bottom: 25px;
}
.wrapper-visees-status-accompagnement-list .status-accompagnement-list table {
  width: 100%;
  min-width: 800px;
}
.wrapper-visees-status-accompagnement-list .status-accompagnement-list table th {
  text-align: left;
  padding-bottom: 15px;
  border-bottom: solid 1px #252626;
  color: #252626;
}
.wrapper-visees-status-accompagnement-list .status-accompagnement-list table td {
  padding: 8px 0;
  border-bottom: solid 1px #D8D3CA;
  color: #252626;
}
.wrapper-visees-status-accompagnement-list .status-accompagnement-list table td:first-child {
  width: 170px;
}
.wrapper-visees-status-accompagnement-list .status-accompagnement-list table td:nth-child(2) {
  width: calc(100% - 430px);
}
.wrapper-visees-status-accompagnement-list .status-accompagnement-list table td:nth-child(2) span {
  display: inline-block;
  background-color: #FD9100;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  border-radius: 30px;
}
.wrapper-visees-status-accompagnement-list .status-accompagnement-list table td:last-child {
  width: 260px;
}
.wrapper-visees-status-accompagnement-list .status-accompagnement-list::-webkit-scrollbar {
  width: 8px;
}
.wrapper-visees-status-accompagnement-list .status-accompagnement-list::-webkit-scrollbar-track {
  background: #fff;
}
.wrapper-visees-status-accompagnement-list .status-accompagnement-list::-webkit-scrollbar-thumb {
  background-color: #FD9100;
  border-radius: 5px;
}

@media only screen and (min-width: 1024px) {
  .wrapper-visees-status-accompagnement-list {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .wrapper-visees-status-accompagnement-list {
    left: 40px;
  }
}