You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
@ charset "UTF-8" ;
. boly {
/*background: linear-gradient(55deg, #4E75B9 30%, #5CBF98 90%);*/
display : flex ;
align-items : center ;
justify-content : center ;
}
. pboly {
margin-left : 40 % ;
}
. timeline-princier {
width : 100 % ;
/*max-width: 800px;*/
background : #fff ;
padding : 100 px 50 px ;
position : relative ;
/*box-shadow: 0.5rem 0.5rem 2rem 0 rgba(0, 0, 0, 0.2);*/
}
. timeline-princier : before {
content : '' ;
position : absolute ;
top : 0 px ;
left : calc ( 33 % + 50 px ) ; /*modifier la position de la barre*/
bottom : 0 px ;
width : 4 px ;
background : #ddd ;
}
. timeline-princier : after {
content : "" ;
display : table ;
clear : both ;
}
. entry-princier {
clear : both ;
text-align : left ;
position : relative ;
}
. entry-princier . title-princier {
margin-bottom : .5 em ;
float : left ;
width : 33 % ;
padding-right : 45 px ;
text-align : right ;
position : relative ;
}
. entry-princier . title-princier : before {
content : '' ;
position : absolute ;
width : 8 px ;
height : 8 px ;
border : 7 px solid salmon ; /* modifier la taille des puces */
background-color : #fff ;
border-radius : 100 % ;
top : 15 % ; /* modifier la position des puces */
right : -42 px ;
z-index : 99 ;
}
. entry-princier . title-princier h3 {
margin : 0 ;
font-size : x-large ;
}
. entry-princier . title-princier p {
margin : 0 ;
font-size : small ;
}
. entry-princier . boly {
margin : 0 0 3 em ;
float : right ;
width : 66 % ;
padding-left : 30 px ;
}
. entry-princier . boly p {
line-height : 1.4 em ;
}
. entry-princier . boly p : first-child {
margin-top : 0 ;
font-weight : 400 ;
}
. entry-princier . boly ul {
color : #aaa ;
padding-left : 0 ;
list-style-type : none ;
}
. entry-princier . boly ul li : before {
content : "– " ;
margin-right : .5 em ;
}
. chrono-p {
font-size : large ;
}