/* Importing Google Font - Montserrat */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');



button.accordion_blue {padding-left:50px;padding-bottom:10px;margin-bottom:10px;}

button.red {color:#cc0000;padding-left:10px;border-bottom: 1px solid #ccc;}
button.red a {color:green;padding-left:10px;border-bottom: 1px solid #ccc;}

button.accordion {color:#000;padding-left:10px;border-bottom: 1px solid #ccc;}
button.accordion:hover {background-color:#cc0000;color:#fff;padding-left:10px;border-bottom: 1px solid #ccc;}

button.accordion:visited:hover {color:#cc0000;padding-left:10px;border-bottom: 1px solid #ccc;}
button.accordion a {color:#cc0000;padding-left:10px;border-bottom: 1px solid #ccc;}



.accordion {
    background-color: transparent;
    cursor: pointer;
    color:#000;
    padding: 18px;
    width: 60%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1.2rem;
    line-height: 1.5rem;
    transition: 0.1s;
    margin-bottom:20px;
    border-bottom: 1px solid  #ccc;
    text-align:left;
    font-weight:normal;
    letter-spacing:0.1rem;  
    margin-top:0px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}







.active, .accordion:hover {
    background-color: #f0f6f7;

}


.accordion:after {
    content: '\002B';

    font-weight: bold;
    float: right;
    margin-left: 5px;
}


.active:after {
    content: "\2212";

}

.panel {
    padding: 0 18px;
    max-height: 0;
    transition: max-height 0.1s ease-out;
overflow:hidden;
}



.container {
margin-left:20%;
width:80%;
position:absolute;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}




body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}


.container h1.mod,.mod h1,h1.mod {font-size: 1.5rem;color:#cc0000;margin-top:0px;width:100%;}

h6.modele {font-size: 1.2rem;font-weight: 500;color:#cc0000;margin-top:0px;width:100%;}
h7.user-name {font-size: 1.2rem;font-weight: 500;color:green;margin-top:2%;width:100%;}
.date {font-size: 1.15rem;font-weight: 500;color:#000;padding-bottom:7%;margin-top:0px;}





.slider-wrapper {
  overflow: hidden;
  max-width: 100%;
  margin: 0 70px 55px;
  background-color:#ccc;
}


.card-item,.swiper-slide {width:50%;background-color:red;}

.card-list .card-item {
  height: auto;
  color: #000;
  user-select: none;
  padding: 35px;
 flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  backdrop-filter: blur(30px);
  background: #fff;
  border: 0.5px solid #ccc;
}

.card-list .card-item .user-image {
  width: 100%;
  height: auto;
  border-radius: 5%;
  margin-bottom: 40px;
  border: 1px solid #ccc;
  padding: 4px;
}

img.user-image {margin-bottom: 10%;padding-bottom: 50px;}
img.star {margin-bottom: 20px;}



.card-list .card-item .user-profession {
  font-size: 1.15rem;

  font-weight: 500;
  margin: 14px 0 40px;
}






.card-list .card-item .message-button {
  font-size: 1.25rem;
  padding: 10px 35px;
  color: #030728;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  background: #fff;
  border: 1px solid transparent;
  transition: 0.2s ease;
}

.card-list .card-item .message-button:hover {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #fff;
  color: #fff;
}

.slider-wrapper .swiper-pagination-bullet {
  background: #fff;
  height: 13px;
  width: 13px;
  opacity: 0.5;
}

.slider-wrapper .swiper-pagination-bullet-active {
  opacity: 1;
}

.slider-wrapper .swiper-slide-button {
  color: blue;
  margin-top: -55px;
  transition: 0.2s ease;
}

.slider-wrapper .swiper-slide-button:hover {
  color: red;
}




@media (max-width: 368px) {
  .slider-wrapper {
    margin: 0 10px 40px;
  }

  .slider-wrapper .swiper-slide-button {
    display: none;
  }
}