
/*** 

====================================================================
  Timeline
====================================================================

 ***/
  

 

/* Div principale */
.st-container {
    display: table;
    width: 100%;
    position: relative;
}

.st-container .oc-step {
    display: table-cell;
}

/* Affichage de la ligne de la timeline */
.partie:before {
    position: absolute;
    height: 1px;
    left: 0;
    width: 100%;
    content: "";
    display: inline-block;
    top: 50%;
    border-bottom: 1px #999 dashed;
}

/* Affichage des cercles autour des icones */
.partie i {
    margin-bottom: 71px;
    width: 71px;
    height: 71px;
    text-align: center;
    line-height: 71px;
    font-size: 22px;
    border: 1px #999 dashed;
    border-radius: 50%;
    position: relative;
}

.partie i:hover{
    background-color:#e8e8e8;
}

/* Affichage des points caractéristiques */
.partie i:after, .partie h4:before {
    border-radius: 50%;
    width: 11px;
    height: 11px;
    position: absolute;
    bottom: -5.5px;
    left: 50%;
    margin-left: -5.5px;
    content: "";
    display: inline-block;
    background-color: #fff;
    border: 1px #999 solid;
    z-index: 22;
}

/* Affichage des numéros */
.partie h4 {
    padding: 35px 0 0 25px;
    margin-bottom: 2px;
    font-weight: 900;
    font-size: 25px;
    position: relative;
}

/* Ajustage du point */
.partie h4:before {
    top: -13px;
    left: 30px;
    margin-left: 0;
}

/* Affichage de la ligne reliant les points */
.partie h4:after {
    position: absolute;
    width: 1px;
    height: 70px;
    left: 35px;
    top: -75px;
    content: "";
    display: inline-block;
    background: #c1c1c1;
}


/* Gestion des paragraphes */
.partie p {
    font-size: 11px;
    margin-left: 25px;
    margin-right: 20px;
    max-height: 55px;
    overflow: hidden;
}

/* Gestion des paragraphes */
p {
    margin: 0 0 15px;
    line-height: 1.7;
}

/* Gestion des paragraphes */
.partie.alter p {
    margin-bottom: 5px;
}

/* Gestion des titres */
.partie.alter h4 {
    padding: 0 0 15px 25px;
}

/* Gestion des titres */
.partie.alter h4:before {
    bottom: -12px;
    top: auto;
}
/* Gestion des titres */
.partie.alter h4:after {
    height: 66px;
    top: auto;
    bottom: -78px;
}

/* Gestion des logos */
.partie.alter i {
    margin-bottom: 0;
    margin-top: 75px;
}

/* Gestion des logos */
.partie.alter i:after {
    bottom: auto;
    top: -5.5px;
}


@media (max-width: 920){
    .container{
        width: 100% !important;
    }
}

 .timeline_mobile{
        display:none;
    }
    

@media screen and (max-width: 1120px) {
    .container{
        width: 100% !important;
    }
    
    
    .timeline{
        display:none;
    } 
    
    .timeline_mobile{
        width:100%;
        display:block;
		text-align: center;
    }
	
#img_timeline{
	width:100%;
 }
	
}
