body {
  background-color: aliceblue;
  font-family: 'Times New Roman', Times, serif;
}

.haut {
  background-color: black;
}

.navbar {
  color: white;
  text-decoration: none;
}

.nav-link {
  color: white;
  font-family: sans-serif;
  font-weight: normal;
  font-size: 20px
}

.nav-link:hover {
  color: #f47243;
}

.ok {
  color: white;
}

h5 {
  color: white;
  letter-spacing: 3px;
}

h1 {
  color: white;
  font-family: sans-serif;
  letter-spacing: -2px;
}


.bouton {
  border: none;
  color: white;
  border-radius: 9px;
  background-color: #f47243;
  width: 100px;
  height: 40px;
  font-size: 15px;

}

.bouton:hover {
  background-color: #000;
  color: white;
}

.search-container {
  display: flex;
  align-items: center;
}

.search-box {
  display: flex;
  align-items: center;
  border: 1px solid black;
  overflow: hidden;
  width: 100%;
}

.search-input {
  flex: 1;
  border: none;
  outline: none;
  padding: 10px;
  font-size: 16px;
}

.vertical-line {
  height: 30px;
  width: 1px;
  background-color: #ccc;
  margin: 0 10px;
}

.categories-selector {
  border: none;
  background: none;
  font-size: 16px;
}

.search-button {
  border: none;
  color: black;
  background-color: #f47243;
  width: 100px;
  height: 40px;
  margin-left: 10px;
}

.search-button:hover {
  background-color: #000;
}

.haut {
  background-color: black;
}

.carousel-item {
  background-color: beige;

}

p {
  font-weight: normal;
  color: #2c2c2c;
}

.centre {
  background-color: #e4e9ee;
  border-radius: 9px;

  padding: 15px;
  width: 150px;
  border: none;
}

.plan {
  background-image: url('../image/concert.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
}

.tab-scroll {
  overflow-x: auto;
  white-space: nowrap;
}

.tab-scroll-inner {
  display: inline-block;
}

.tab-btn {
  background-color: aliceblue;
  border: none;
  color: black;
  padding: 10px 20px;
  cursor: pointer;
  width: 150px;
}

.tab-btn.active {
  background-color: aliceblue;
}

.tab-btn:hover {
  background-color: #ddd;
}

.tab-content {
  padding: 20px;
  border: 1px solid aliceblue;
  margin-top: 10px;
  background-color: #f9f9f9;
}

.tab-content.hidden {
  display: none;
}

.card_event {
  box-shadow: 1px 1px 14px 5px gray;
}

.btn_envent {
  background-color: #f47243;
  color: white;
}

.btn_envent:hover{
  background-color: #f47243;
  color: white;
}

.card_event:hover {
  transform: scale(1.03);
}

.form-control:focus {
 
  border-color: #f47243;
  outline: 0;
  box-shadow: 0 0 0 0.03rem #f47243;
}

#categorie {
  display: none;
}

.vid {
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
}

#videoBackground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* carousel */


.wrapper20 {
 /*  max-width: 1100px; */
  width: 100%;
  position: relative;
}

.wrapper20 .ii {
  top: 50%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  position: absolute;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
  z-index: 1;
}

.wrapper20 .ii:active {
  transform: translateY(-50%) scale(0.85);
}

.wrapper20 .ii:first-child {
  left: -22px;
}



.wrapper20 .ii:last-child {
  right: -22px;
}



.wrapper20 .carousel20 {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 3) - 12px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
 /*  border-radius: 8px; */
  scroll-behavior: smooth;
  scrollbar-width: none;
}



.carousel20::-webkit-scrollbar {
  display: none;
}



.carousel20.no-transition {
  scroll-behavior: auto;
}



.carousel20.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}



.carousel20.dragging .card {
  cursor: grab;
  user-select: none;
}



.carousel20 :where(.card, .img) {
  display: flex;
  justify-content: center;
  align-items: center;
}



.carousel20 .card20 {
  scroll-snap-align: start;
 /*  height: 342px; */
  list-style: none;
  background: #fff;
  cursor: pointer;
  /* padding-bottom: 15px; */
  flex-direction: column;
 /*  border-radius: 8px; */
}



.carousel20 .card20 .img {
  background: #8b53ff;
  height: 148px;
  width: 148px;
  border-radius: 50%;
}



.card20 .img img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
}



.carousel20 .card20 h2 {
  font-weight: 500;
  font-size: 1.56rem;
  margin: 30px 0 5px;
}



.carousel20 .card20 span {
  color: #6a6d78;
  font-size: 1.31rem;
}



#contact{
  margin-top: 150px;
}
#name{
  padding: 15px;
}
#email{
  padding: 15px;

}



.bou label{
  color: black;
  font-weight: normal;
}
.bou form select{
  
  border: 1px solid #f47243;
  padding: 15px;
}
.bou form input{
  
  border: 1px solid #f47243;
  padding: 15px;
}

.cot{
  border:  solid 1px rgb(215, 215, 215);
  background-color: white;
  border-radius: 8px;
  padding: 40px;
  margin-top: 150px;
  box-shadow: 0px 3px 3px 3px rgb(226,225,225);
}

.inscbg {
  background-image: url('../image/3.jpg');
}

.propos{
  background-image: url('../image/new.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
 
  
}

.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow:0 0 0.03rem rgba(13,110,253,.25);
}

.accordion-button:not(.collapsed) {
  color: white;
  background-color: #f47243;
  box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

@media screen and (max-width: 900px) {
  .wrapper20 .carousel20 {
    grid-auto-columns: calc((100% / 2) - 9px);
  }
  .img_register{
    width: 321px;
    height: 200px;
  }
}



@media screen and (max-width: 600px) {
  .wrapper20 .carousel20 {
    grid-auto-columns: 100%;
  }
}


@media (max-width:760PX) {
  .plan {
    background-image: url('../image/concert.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
  }
}