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.

101 lines
1.9 KiB
CSS

This file contains ambiguous Unicode characters!

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: 100px 50px;
position: relative;
/*box-shadow: 0.5rem 0.5rem 2rem 0 rgba(0, 0, 0, 0.2);*/
}
.timeline-princier:before {
content: '';
position: absolute;
top: 0px;
left: calc(33% + 40px); /*modifier la position de la barre*/
bottom: 0px;
width: 4px;
background: #05386b; /*modifier la couleur de la barre*/
}
.timeline-princier:after {
content: "";
display: table;
clear: both;
}
.entry-princier {
clear: both;
text-align: left;
position: relative;
}
.entry-princier .title-princier {
margin-bottom: .5em;
float: left;
width: 33%;
padding-right: 45px;
text-align: right;
position: relative;
}
.entry-princier .title-princier:before {
content: '';
position: absolute;
width: 8px;
height: 8px;
border: 11px solid #28a745; /* modifier la taille des puces */
background-color: #fff;
border-radius: 100%;
top: 5%; /* modifier la position verticale des puces */
right: -36px; /* modifier la position horizontale des puces */
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 3em;
float: right;
width: 66%;
padding-left: 30px;
}
.entry-princier .boly p {
line-height: 1.4em;
}
.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: .5em;
}
.chrono-p {
font-size: large;
margin-bottom: 0%;
}
.chrono-p > a {
color: #5a5a5a;;
}
.chrono-p > a:hover {
color: #28a745;
text-decoration: none;
}