html,
h1 {
  font-family: "Roboto Mono", "Poppins", "Titillium Web", Arial, Helvetica,
    sans-serif;
  font-weight: 500;
  font-weight: 400;
  font-size: 1.5rem;
  color: #fff;
}

p {
  font-size: 18px;
  line-height: 170%;
}

body {
  height: 100%;
  font-family: "Roboto Mono", Arial, Helvetica, sans-serif;
  background-color: #070812;
  color: #fff;
}

body {
  margin: 0;
  padding: 0;
}

body::-webkit-scrollbar {
  scrollbar-width: none;
}

canvas {
  display: block;
  margin: auto !important;
  width: 100% !important;
  height: 100% !important;
}

.gang{
  display: flex;
  width: 100%;
}

.gang img { 
  width: 100%;
  height: 100%;
  max-width: 80px;
  padding-top: 95px;
  margin-right: 20px;
  object-fit: cover;
  object-position: center;
}

.gabarit {
  display: flex;
  place-items: flex-end;
  align-items: center;
  max-width: 1440px;
  margin: auto;
  padding: 0px 10% !important;
  justify-content: space-around;
}

.gabarit-2 {
  display: flex;
  place-items: flex-end;
  align-items: center;
  max-width: 1440px;
  margin: auto;
  padding: 0px 10% !important;
  justify-content: space-between;
}

/* SECTION A */
.section-A {
  transform: translate3d(0px, 0px, 0px);
  transition: all 700ms ease;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-width: 1440px;
  flex-direction: row;
  margin: auto;
}


.event {
  background-color: #070812;
  border-radius: 10px;
  padding: 20px;
  margin: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 500px;
}

.event-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.event-titre {
  font-size: 1rem;
  font-weight: 500;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 20px;
}

.event-title img {
  width: 400px;
}

.event-description {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: all 1s;
  padding: 10px 20px;
  position: relative;
}

.event-description:after,
.event-description:before {
  content: " ";
  width: 10px;
  height: 10px;
  position: absolute;
  border: 0px solid #fff;
  transition: all 1s;
}
.event-description:after {
  top: -1px;
  left: -1px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.event-description:before {
  bottom: -1px;
  right: -1px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.event-description:hover {
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.event-description:hover:before,
.event-description:hover:after {
  width: 100%;
  height: 100%;
}

.event-date {
  font-size: 1rem;
  font-weight: 400;
  color: #10ffa1;
  width: 30%;
}

.photos {
  display: flex;
  place-content: center;
}
.photos div {
  margin: 10px;
}