body
{
    font-family: 'Playfair Display', serif;
}
.banniere{
    animation: changeBackground 20s infinite;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 80vh;
} 
.banniere .about
{
    margin-top: 50%;
}
section{
    padding: 30px;
    margin: 0;
}
.about_contenu_design{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    right: 0;
    line-height: 30px;
}
.about_contenu_design .aboout_box{
    width: 40%;
    position: relative;
}
.about_contenu_design .col50{
    width: 100%;
    padding: 30px;
    justify-content: center;
    align-items: center;
    margin: 0px;
    margin-top: 10%;
}
.about_contenu_design .col50 img{
    margin: 0;
    padding: 0;
    width: 100%;
}
.about_contenu_design .about_box_design
{
    width: 100%;
    padding: 40px;
    color: #888;
}
.about_contenu_design h2{
    font-size: 1.3em;
}
.about_contenu_design h3{
    font-size: 1em;
} 
.about_contenu_design span{
    font-style: italic;
    font-size: 1em;
    font-weight: bold;
}

.temoignage{
    background-color: #f8f6f6;
}

.temoignage .contenu{
    display: flex;
    margin-top: 40px;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    
}
.temoignage .box{
    width: 320px;
    padding: 20px;
    height: 600px;
    background: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    
}
.temoignage .contenu .box .imbox{
    width: auto;
    height: 80px;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    top: 0;
}
.temoignage .contenu .box .imbox img{
    position: relative;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    object-fit: cover;
    justify-content: center;
    align-items: center;

}
.temoignage .contenu .box .text{
    text-align: start;
    color: #666;
    font-style: italic;
    line-height: 30px;
}
.temoignage .contenu .box .text h2{
    color: black;
    margin-bottom: 10px;
    font-size: large;
    text-align: center;
}

.temoignage .contenu .box .text h3{
    color: black;
    margin-bottom: 10px;
    font-size: large;
    text-align: center;
}

#white_title .text-title{
    color: black;
    text-align: center;

}
#white_title  p{
    color: gray;
    text-align: center;
}


.contenu .box .text a{
text-decoration: none;

}

@media (max-width: 990px) {
    .temoignage .contenu .box{
        height: auto;
        margin: 2px;
    }
    
#team .row{
  display: flex;
  flex-direction: column;
  
}
    
}

.text1{
    color: white;
    font-size: 60px;
    background-color: rgba(2, 2, 22, 0.185);
    width: 40vw;
  }
  
  .text2{
    color: white;
    font-size: 23px;
    background-color: #0f0f6d21;
    width: 60vh;
  }
  
.our-team {
  padding: 30px 0 40px;
  margin-bottom: 30px;
  background-color: #f7f5ec;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.our-team .picture {
  display: inline-block;
  height: 180px;
  width: 180px;
  margin-bottom: 50px;
  z-index: 1;
  position: relative;
}

.our-team .picture::before {
  content: "";
  width: 100%;
  height: 0;
  border-radius: 50%;
  background-color: #1369ce;
  position: absolute;
  bottom: 135%;
  right: 0;
  left: 0;
  opacity: 0.9;
  transform: scale(3);
  transition: all 0.3s linear 0s;
}

.our-team:hover .picture::before {
  height: 100%;
}

.our-team .picture::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1369ce;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.our-team .picture img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.9s ease 0s;
}

.our-team:hover .picture img {
  box-shadow: 0 0 0 14px #f7f5ec;
  transform: scale(0.7);
}

.our-team .title {
  display: block;
  font-size: 15px;
  color: #4e5052;
  text-transform: capitalize;
}

.our-team .social {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #1369ce;
  position: absolute;
  bottom: -100px;
  left: 0;
  transition: all 0.5s ease 0s;
}

.our-team:hover .social {
  bottom: 0;
}

.our-team .social li {
  display: inline-block;
}

.our-team .social li a {
  display: block;
  padding: 10px;
  font-size: 17px;
  color: white;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.our-team .social li a:hover {
  color: #1369ce;
  background-color: #f7f5ec;
}

#team .row {
    display: flex;
    align-items: center;
    justify-items: center;
    
    

}

#team .row .member{
    width: 15vw;
    
}