/* Css de backoffice_gestion_frise_schematique */
.point_sur_frise {
	width:20px;
	height:20px;
	background-color:#333333;
	border-radius:20px;
}
.frise{ 
    padding: 30px 10px;
    position: relative;
}
.frise:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 5px;
    background-color: #333;
    left: 50%;
    margin-left: -2.5px;
}
.frise > li {
    margin-bottom: 20px;
    position: relative;
}

.frise > li {
	list-style:none;
    background-image:none;
    background-repeat:none;
    background-position:0;
}
.frise > li:after {
    clear: both;
}
.frise > li:before, .frise > li:after{
    content: " ";
    display: table; 
}
.frise li .frise-acroche{
    width: 20px;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -10px;
}
.frise-bloc-interieur{ 
    width: 50%;
    float: left;
}
.frise-bloc-interieur-inverse{ 
    width: 50%;
    float: right;
}
.frise-bloc{
    width: 90%;
    float: right;
    margin-right: 40px;
    border: 1px solid #d4d4d4;
    border-radius: 7px;
    padding: 20px 25px;
    position: relative;
    box-shadow: 0 1px 6px rgba(0,0,0, 0.175);
    background-color: #eaeaea;
}
.frise-bloc-interieur-inverse .frise-bloc{
    float: left;
    margin-left: 40px;
}
.frise-bloc:after{
    position:absolute;
    top: 27px;
    right: -24px;
    display:inline-block;
    border-top: 24px solid transparent;
    border-left: 24px solid #eaeaea;
    border-right: 0 solid #eaeaea;
    border-bottom: 24px solid transparent;
    content: " ";
}
.frise-bloc-interieur-inverse .frise-bloc:after{
    border-left-width: 0;
    border-right-width: 24px;
    left: -24px;
    right: auto;
}

.frise_mobile {
	margin-top:25px;
	margin-bottom:25px;
	border: 1px solid #d4d4d4;
	box-shadow: 0 1px 6px rgba(0,0,0, 0.175);
    background-color: #eaeaea;
    border-radius: 7px;
    padding: 20px 25px;
}