/* screen - goodies */

.goodies {
  background-color: var(--white);
  min-height: 832px;
  min-width: 1280px;
  position: relative;
  width: 100%;
}

.goodies .fond-de-page {
  background-color: var(--white);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.goodies .bandeau-noir {
  background-color: var(--black);
  height: 50px;
  left: calc(50.00% - 640px);
  position: absolute;
  top: 782px;
  width: 1280px;
}

.goodies .societe-de-tir-de-toulon {
  display: flex;
  height: 60px;
  left: calc(50.00% - 329px);
  position: absolute;
  top: 40px;
  width: 820px;
}

.goodies .cadre-texte-defilant {
  background-color: #d3cece;
  border: 5px solid;
  border-color: var(--black);
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  gap: 319px;
  height: 530px;
  left: calc(50.00% - 605px);
  position: absolute;
  top: 229px;
  width: 1210px;
}

.goodies .deroulant::-webkit-scrollbar {
  display: none;
  width: 0;
}

.goodies .deroulant {
  display: flex;
  height: 501px;
  justify-content: center;
  left: calc(50.00% - 550px);
  overflow: hidden;
  overflow-y: scroll;
  position: absolute;
  top: 241px;
  width: 1100px;
}

.goodies .deroulant-goodies-1 {
  aspect-ratio: 0.25;
  height: 4483.18px;
  object-fit: cover;
  width: 1100px;
}
