@media screen and (max-width: 949px) {
  #fixe3images_child_3803 .fixe3images_title, 
  #fixe3images_child_3804 .fixe3images_title, 
  #fixe3images_child_3802 .fixe3images_title{
  	position: relative; 
  }
  
  #fixe3images_child_3803 .fixe3images_title::before, 
  #fixe3images_child_3804 .fixe3images_title::before, 
  #fixe3images_child_3802 .fixe3images_title::before{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased; 
  }
  
  
  /* CHATS */
  #fixe3images_child_3804 .fixe3images_title:before{
    position: absolute;
    left: calc(50% - 55px);
    top: 3px;
    
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f6be";
  }

  /* CHIENS */
  #fixe3images_child_3803 .fixe3images_title:before{
    position: absolute;
    left: calc(50% - 55px);
    top: 3px;
    
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f6d3";
  }

  /* AUTRES */
  #fixe3images_child_3802 .fixe3images_title:before{
    position: absolute;
    left: calc(50% - 55px);
    width: 20px;
    
    top: 3px;
    font-weight: 900; content: ".";
    background-image: url('/media/original/rabbit-2-xxl-216421.png');
    background-size: cover;
  }
}

#ytb_row_page_content .TeamDetailedListWorkerName {
    font-size: 12px;
    font-weight: bold;
}


/* CORPS */

/*div#ytb_group_corps.ytb_group {
    height: 700px;
}*/

/* COLONNE */

/*div#ytb_row_col.ytb_row {
    height: 690px;
}*/

/* BOTTOM */



/*div#ytb_row_bottom.ytb_row {
    height: 310px;
}

div.articleList {
    height: 210px;
    margin-top: 5px;
  margin-bottom: 5px;
}*/

.video {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 950px) {
  #ytb_group_corps > #ytb_row_page_content {
    margin-bottom: 340px;
  }
}
#ytb_block_col_2 h2 {
    font-size: 18px;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-weight: 400;
    color: inherit;
}

.left-content {
	display: flex;
  	justify-content: center;
  	align-items: center;
  	margin-top: 2rem;
}

.left-content > a {
	margin-left: 0.5rem;
}

@media (min-width: 950px) {
  .left-content {
    justify-content: flex-start;
  }
}