@import "./styles.css";
@import "./star_styles.css";
@import "../scss/bootstrap.css";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css");



a {
  text-decoration: none;
  color: #9c27b0f2;
}

.positionToHeader {
  margin-top: 7rem;
}

#navbar {
  background-color: #9c27b0f2;
  color: white;
}

#navbar i {
  font-size: 25px;
  color: white;
}

#navbar i:hover {
  font-size: 25px;
  color: #9c27b0f2;
}

a {
  font-weight: 600;
  color: #da77b1;
}

._link {
  font-weight: 600;
  color: black;
}

._strong {
  font-weight: 600;
  color: #9c27b0f2;
}

a:hover {
  text-decoration: none;
  color: #5b0065;
}

strong {
  font-weight: 600;
  color: #5b0065;
}


@media (max-width: 767px) {
  .carousel-inner .carousel-item>div {
    display: none;
  }

  .carousel-inner .carousel-item>div:first-child {
    position: relative;
    display: block;
    margin: auto;
  }

}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}


.carousel-control-prev-icon {
  position: absolute;
  margin-right: 250px;
}

.carousel-control-next-icon {
  position: absolute;
  margin-left: 350px;
}

@media (max-width: 480px) {
  .navbar-nav {
    margin: 0 auto;
    display: block;
    text-align: center;
  }

}

.card-body p {
  font-size: 13px;
}

.card-body h4 {
  font-size: 22px;
}

.card-img-overlay p {
  font-size: 11px;
}

.card-footer button i {
  font-size: smaller;
  padding-bottom: 10px;
}

._badgeMail {
  position: absolute;
}

.logo {
  position: absolute;
  margin-left: -3rem !important;
  height: 90px;
  width: 220px;
}

#bandeaux {
  background-image: url(../assets/img/photo/background.jpg) !important;
  height: 420px !important;
   background-repeat: no-repeat !important;
  text-decoration: whitesmoke;
}



@media only screen and (max-width: 768px) {

  #bandeaux {
    padding-top: 50px;
    background-image: url(../assets/img/photo/tarot.jpg) !important;
    background-repeat: no-repeat;
    height: 700px;
    /* background-color: #9c27b0f28; */
    text-decoration: whitesmoke;
  }

  ._strongPhone {
    font-weight: bold;
    color: white;
  }

  ._phone {
    border: #7316d7, solid, 1px;
  }

  .carousel-control-prev-icon {

    margin-right: 0px;
  }

  .carousel-control-next-icon {

    margin-left: 0px;
  }
}

.titreIndex {
  font-size: 25px;
  text-shadow: #505050 0 2px;
}

.crop-text-2 {
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.fra
{
background-image: url('/assets/img/flag/FRA.png');
background-repeat: no-repeat;
padding-left: 32px;
line-height: 16px;
}

.bel
{
background-image: url('/assets/img/flag/BEL.png'); 
background-repeat: no-repeat;
padding-left: 32px;
line-height: 16px;
}

.lux
{
background-image: url('/assets/img/flag/LUX.png');
background-repeat: no-repeat;
padding-left: 32px;
line-height: 16px;
}

.che
{
background-image: url('/assets/img/flag/CHE.png');
background-repeat: no-repeat;
padding-left: 32px;
line-height: 16px;
}

.can
{
background-image: url('/assets/img/flag/CAN.png');
background-repeat: no-repeat;
padding-left: 32px;
line-height: 16px;
}

audio {
  filter: sepia(20%) saturate(70%) grayscale(1) contrast(99%) invert(12%);
  width: 250px;
  height: 30px;
}

.btn-circle {
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 5px 0;
  font-size: 18px;
  line-height: 1.428571429;
  border-radius: 25px;
  margin: 5px;
}