.rubrique h2 {
  color: rgba(140, 29, 64,0.5);
}
.rubrique .ombre {
  color: #8C1D40;
}

#team_content {
  display:flex;
  /*margin-top:51vh;*/
}

#team_menu {
  width:23%;
}
#team_menu .rubrique {
  z-index:9;
}
#team_contenu {
  margin:0 1%;
  width:76%;
  position:relative;
  
  display:flex;
  flex-wrap:wrap;
  justify-content: space-between;
}

.team_item {
  width:50%;
  margin:0;
  display:flex;
  height:280px;
}

.team_capture {
    overflow: hidden;
    width:40%;
    position:relative;
}

.team_capture_first {
    background-color:#505050;
    background-size:cover;
    background-position:center;
    width: 100%;
    height: 100%;
    transition: 0.3s ease-out;
}

.team_capture_first:hover {
    transform: scale(1.2); 
}

.team_capture_second {
    opacity: 0;
    background-size:cover;
    background-position:center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s ease-out;
}

.team_capture_second:hover {
    opacity: 1;
}

.team_fleche {
  
  background-size:cover;
  background-position:center;
  width:50px; 
  height:50px;
  top:50%;
  right:-0px;
  position:absolute;
  background-image:url('equipe_fl_gauche.png');
  
}

.team_infos {
  width:60%;
  background-color:#434343;
  position:relative;
}
.team_infos_content {
  position:absolute;
  bottom:5px;
  margin:20px;
}

.team_nom {
  font-size:22px;
  color:#fff;
  font-family: 'Playfair Display', serif;
}
.team_fonction {
  font-size:12px;
  color:#c49547;
  margin-bottom:10px;
}

.team_pays {
  font-size:12px;
  color:#fff;
  margin-bottom:10px;
  font-style:italic;
}
.team_fonction p {
  color:#c49547;
}
.team_tel {
  font-size:12px;
  color:#fff;
}
.team_email {
  font-size:12px;
  color:#fff;
}

.team_item:nth-child(3), .team_item:nth-child(4),.team_item:nth-child(7), .team_item:nth-child(8),.team_item:nth-child(11), .team_item:nth-child(12)  {
  flex-direction: row-reverse;
}
.team_item:nth-child(3) .team_fleche, .team_item:nth-child(4) .team_fleche,.team_item:nth-child(7) .team_fleche, .team_item:nth-child(8) .team_fleche,.team_item:nth-child(11) .team_fleche, .team_item:nth-child(12) .team_fleche  {
  left:-0px;
  background-image:url('equipe_fl_droite.png');
}



/* ---------------------- @NOTE RESPONSIVE 920px */

@media screen and (max-width: 920px) {
 
  #team_content {
    
    position:relative;
    margin-top:20px;
  }
  #btn_menu_secondaire_lateral {
    top: 0; 
  }
  

  
  #team_menu {
    width:0;
    margin-top:40px;
  }
  
  #team_contenu {
      margin:0;
      margin-top:40px;
      width: 100%;
  } 


}

@media screen and (max-width: 800px) {
 
    .team_item {
    width:100%;
    margin:1% 0;
    height:220px;
    }
    .team_capture_first {
        height: 200%;
    }
}

@media screen and (max-width: 650px) {
 
    .team_capture_first {
        height: 100%;
    }

}

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

}
