testimonial-section {
  background: #f1f1f1;
  padding: 80px 0;
  text-align: center;
}

.inner-width {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.testimonial-pics {
  padding: 40px 0;
}

.testimonial-pics img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 20px;
  filter: grayscale(100%);
  transition: 0.3s;
  cursor: pointer;
}

.testimonial-pics img:hover,
.testimonial-pics img.active {
  filter: none;
}

.testimonial-contents {
  max-width: 600px;
  margin: auto;
}

.testimonial {
  display: none;
}

.testimonial.active {
  display: block;
}

.testimonial p {
  color: #5c5c5c;
  margin-bottom: 20px;
}

.testimonial .description {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 15px;
}
































@media screen and (max-width:980px){
 #swiper{
  max-width: 90%;
  height: 450px;
 }
 .item-list{
  max-width: 300%;
  max-height: 400px;
 }
 .btn-block{
  max-width: 100%;
 }
 .swiper-item{
  max-width: 33.3%;
  justify-content: center;
 }
 .swiper-item .img-box{
  max-height: 200px;  
/*   margin: 0 auto; */
 }
/*  .swiper-item div img{
  top: 0;
  left: 0;
  background-color: blue;
 } */
}

@media screen and (max-width: 540px){
 .swiper-item .img-box img{
  max-width: 150px;
  max-height: 150px;
  top: 15px !important;
  margin-left: -75px !important;
 }
 .w-300{
   width: 270px;
 }
 .log-log {
  font-size: 2rem;
 }
 #logo-small {
  animation-name: colour_change-small;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  position: relative;
  bottom: 10px;
}
}
.bg-yello{
 /* background: linear-gradient(to right, #FFD600 , #FFFF8D);  */
 background-image: url('./media/circle/677142-PPU7I2-814.png');
 background-size: cover;
 height: 80vh;
}
#swiper {
  top: 55px;
 width: 800px;
 height: 450px;
 margin:  auto;
 overflow: hidden;
 position: relative;
}
.item-list{
 width: 2400px;
 height: 400px;
 margin-top: 50px;
 display: flex;
 flex-wrap: wrap;
 position: relative; 
 left: 0px;
 transition: 1s;
}
.swiper-item {
 width: 800px;
 height: 400px;
 display: block;
}
.bg-1{
  background-image: url('./media/circle/BlumarineSpring6.jpg');
  background-position-y: center;
}
.bg-2{
  background-image: url('./media/circle/-music-backgrounds-2880x1800-lockscreen.png');
}
.bg-3{
  background-image: url('./media/circle/e15d9986de5af5e1ef07fe3b5e20c6cd.jpg');
  background-position: center;
}
.j-center{
  justify-content: center;
}
.swiper-item div{
 height:200px;
 position: relative;
}
.swiper-item .img-box{
 width: 100%;
}
.swiper-item .para {
 margin: 0 auto;
 text-align: center;
 color: #aaa;
 font-weight: 900;

}
.a_gris{
  border: 0;
  outline: 0;
  text-decoration: none;
  color: #888888;
  transition: color 0.5s ease
}
.swiper-item .para h1{
  font-size: 4rem;
 margin: 0 auto;
 text-align: center;
 color: #e9ecef;
 text-shadow: 1px 1px 2px black
}
.swiper-item div img{
 width: 200px;
 height: 200px;
/*  border: 1px solid #fff; */
 box-shadow: #aaa 0px 0px 10px;
 border-radius: 50%;
 position: absolute;
 top: -40px;
 left: 50%;
 margin-left: -100px;
}
.btn-block{
 width: 800px;
 height: 140px;
 z-index: 100;
 position: absolute;
 top: 50%;
 margin: -70px 0;
 left: 0px;
}
.btn{
 width: 30px;
 height: 140px;
 border:none;
 text-align: center;
 padding: 0;
}
 .left-slid{
 background-color: #FFD602;
 border-radius: 0px 70px 70px 0px;
}
.right-slid{
 float: right;
 background-color: #FFFF72;
 border-radius: 70px 0px 0px 70px;
 right: 0;
} 

.nav-paginator{
 width:300px;
 height: 20px;
 line-heigh:20px;
 position: absolute;
 bottom: 0px;
 left: 50%;
 margin-left: -150px;
 text-align: center;
}
.nav-paginator span{
 display: inline-block;
 width: 15px;
 height: 15px;
 border-radius: 15px;
 background-color: #FFECB3;
 animation: toNormal 1s;
 transition: all 1s;
}
.nav-paginator .on{
 background: #FFEA00;
 width: 40px;
 animation: toOn 1s;
 transition: all 1s;
}
/*animation border logo*/
#logo-small {
  animation-name: colour_change-small;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}
@keyframes colour_change-small {
  0% {border: 6px solid #525252;}
  25% {border: 6px solid darkcyan;}
  50% {border: 6px solid #a95c5c;}
  75% {border: 6px solid #bb9281;}
  100% {border: 6px solid #af5d65;}
}
#imgFormValidate{
  width: 300px;
}
#divImgFormValidate{
  text-align: -webkit-center;
}
.text-success{
  text-align: center !important;
  color: darkcyan !important;
  font-size: 2rem;
}
@media (max-width: 576px) { 

  .text-success{
    font-size: 1.2rem;
  }
  #imgFormValidate{
    width: 200px;
  }
  .login-form {
    height:713px
  }
  #divImgFormValidate{
    text-align: center !important;
  }
 }



 
 
 


 .profil-user {
  background-image: url('./media/bg-carteuser.jfif');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
  width: 81vw;
  /* height: 50vh; */
  margin: 0 auto;
  border-radius: 1%;
  /* box-shadow: 2px 2px 4px 1px #999999;*/
} 
.profile-design-lines {
  width: 8rem;
  height: 3rem;
  background: url("https://res.cloudinary.com/drymsmld5/image/upload/v1559935979/Codepen/profile%20card/design-line_njg3nl.png")
  
    center/cover no-repeat;
  position: relative;
  top: 0px;
}

/* BLOB CSS ANIMATION */
@keyframes blob-animation {
  0% {
    border-radius: 50% 32% 20% 70%/60% 40% 55% 40%;
  }

  25% {
    border-radius: 40% 57% 40% 81% / 84% 76% 45% 38%;
  }

  50% {
    border-radius: 25% 68% 40% 46% / 59% 36% 45% 38%;
  }

  75% {
    border-radius: 40% 27% 26% 58%/70% 36% 64% 32%;
  }

  100% {
    border-radius: 50% 32% 20% 70%/60% 40% 55% 40%;
  }
}

.content-container {
  width: 90%;
  margin: 1rem auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  height: 40vh;
}

.profile-image-container {
  width: 250px;
  height: 250px;
  margin: 0px auto;
  vertical-align: middle;
  text-align: -webkit-center;
}

.profile-image-container img {
  animation: blob-animation 2.5s linear infinite;
  border: 2px solid var(--orange-color);
  border-radius: 50% 32% 20% 70%/60% 40% 55% 40%;
  height: 100%;
}

.profile-quote-container {
  background-color: var(--orange-color);
  padding: 0.8rem;
  text-align: -webkit-center;

}

.profile-quote {
  letter-spacing: 1px;
}

.profile-name {
  text-align: center;
  background-color: var(--orange-color);
  color:#fff;
  font-size: 2.5rem;
  font-family: "Dancing Script", cursive;
}

.profile-social-media-container {
  width: 100%;
  margin: 0px auto;
}



@media screen and (max-width:830px){
    .profil-user{
        width: 85%;
    }
    .content-container{
        /* grid-template-columns: 1fr; */
        width: 100%;
    }
    .content-container .profile-image-container{
        padding: 1rem;
    }

    
}

@media screen  and (max-width:420px){
    .profil-user{
        width: 95%;
    }
}



.j-c-center{
  justify-content: center;
}
.email-header {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #888888;
  font-size: 27px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.gris{
  color: #888888;
}

.email-header.title {
  padding-bottom: 10px;
  font-size: 6px;
  line-height: 12px;
}

.email-header.contact {
  margin-top: 10px;
  padding-bottom: 0px;
  font-family: 'Gotham Book - New', sans-serif;
  font-size: 8px;
  line-height: 12px;
}

.email-header.contact.website {
  font-family: Gotham, sans-serif;
  font-size: 6px;
  line-height: 10px;
  font-weight: 300;
}

.email-header.contact.email {
  margin-top: 5px;
  font-family: Gotham, sans-serif;
  font-size: 6px;
  line-height: 10px;
  font-weight: 300;
}

.columns-18 {
  display: inline-block;
  height: auto;
  margin-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.email-social-icon {
  width: 35px;
  height: 35px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}
.w-100{
  width: 100%;
}
.email-social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}













