

.custom_block_personnel{
	display: flex;
    margin: 40px auto;
    position: relative;
    z-index: 0;
    width: 90%;
    max-width: 1200px;
    justify-content: space-evenly;
    align-items: center;
}
.custom_block_personnel p{
        margin-bottom: 0.6rem;
}
.custom_block_personnel:nth-child(even){
        flex-direction: row-reverse;
    }
.image_contenere{
	width: 300px;
    height: 100%;
    transform-origin: 50% 50%;
    transform: rotate(45deg);
    overflow: hidden;
    margin: 40px;
    position: relative;
    z-index: 3;
    min-width: 260px;
}
.image_contenere img{
	transform-origin: 50% 50%;
    transform: rotate(-45deg)scale(1.5) ;
}
.custom_block_personnel .titre3Dfst{
    position: relative;
    z-index: 0;
    background-color: transparent;
    pointer-events: none;
}
.text_contenere{
    z-index: 2;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.text_contenere p{
    width:fit-content;
    margin:0;
}
.custom_block_personnel .rs-icon{
	transition-timing-function: ease-out;
    transition-duration: 50ms;
    /* width: 32px; */
    font-size: 1.8rem;
    display: block;
    padding: 0.2rem;
    background-color: #FFF;
    margin: 0.4rem;
    
}
.rs-icon:hover{
	transform: scale(1.2);
    /*font-size: 2rem;*/
    text-decoration: none;
}
/*.custom_block_personnel a:visited{
    color: #57b9f2;
}
.custom_block_personnel a:link {
    color: #f7a547;
}
.custom_block_personnel a:hover{
    color: #d186df;
}
.custom_block_personnel a:active{
    color: #d186df;
}*/