@charset "UTF-8";
 button:hover, button:active, button:focus, button:visited {
background:none !important;
}
h3 {
text-align:center;
}
p{
text-align:center;
}
.buttonprev:hover, .buttonnext:hover  {
background-color: #80808012;
}
.buttonprev, .buttonnext  {
background-size: contain;
display: block;
width: 90px;
height: 90px;
background-repeat: no-repeat;
border:none;
margin:auto;
cursor:pointer;
}
.buttonprev  {
background-image: url(//www.groupe-vog.fr/wp-content/themes/hello-elementor/timeline/chevron-left.svg)
}
.buttonnext  {
background-image: url(//www.groupe-vog.fr/wp-content/themes/hello-elementor/timeline/chevron-right.svg)
}
.timeline-container {
position: relative; }
.timeline-container::after {
content: '';
display: table;
clear: both; }
.timeline {
width: 100%;
max-width: 380px;
margin:auto;}
.timeline-list {
position: relative;
width: 100%;
overflow: hidden;
margin: 0;
padding: 0; }
.timeline-list-wrap {
position: relative;
top: 0;
left: 0;
display: block;
transform: translate3d(0, 0, 0);
transition: transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
.timeline-item {
float: left;
width: 100%;
height: 400px;
box-sizing: border-box; }
.timeline-dots-wrap {
}
ul.timeline-dots {
margin-left: -25px;
margin-top: 20px;
}
.timeline-horizontal .timeline-dots-wrap {
width: 100%;
height: 35px; }
.timeline-vertical .timeline-dots-wrap {
width: 65px;
height: 100%;
top: 0; }
.timeline-dots-wrap.bottom {
}
.timeline-dots-wrap.top {
top: -50px; }
.timeline-dots-wrap.left {
left: -65px; }
.timeline-dots-wrap.right {
right: -70px; }
.timeline-dots {
margin: 0;
padding: 0;
position: relative;
width: 100%;
height: 100%;
transition: transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
.timeline-horizontal .timeline-dots {
background: url(/wp-content/themes/hello-elementor/img/timeline-bg.png) bottom repeat-x; }
.timeline-vertical .timeline-dots {
background: url(/wp-content/themes/hello-elementor/img/timeline-vertical-bg.png) left repeat-y; }
.timeline-dots li {
transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
list-style: none;
}
.timeline-horizontal .timeline-dots li {
float: left;
width: 60px;
text-align: center; 
height:40px;
}
li.slide-active {
background:black;
margin-top:-5px;
}
li.slide-active button {
color:white !important;
}
.timeline-vertical .timeline-dots li {
width: 100%; }
.timeline-dots li.slide-active button {
color: black;
font-size: 15px; }
.timeline-dots button {
cursor: pointer;
border: none;
outline: none;
color: #333;
font-size: 12px;
transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
.timeline-horizontal .timeline-dots button {
color:gray;
padding-bottom: 15px; }
.timeline-vertical .timeline-dots button {
background: url(/wp-content/themes/hello-elementor/img/date-icon-vertical.png) left no-repeat;
padding-left: 15px; }
.timeline-container {
margin: 60px auto 0 auto;
display: flex;
display: -webkit-box; display: -ms-flexbox; display: -webkit-flex;
columns:3;
flex-wrap: nowrap;
align-content: center;
align-items: center; }
.timeline-list {
width: 380px; }
.timeline-item {
width: 380px;
height: 380px;
padding:10px;
border:5px dotted #ddd;
border-radius:50%; 
display: flex;
display: -webkit-box; display: -ms-flexbox; display: -webkit-flex;
columns:1;
flex-wrap: wrap;
}
.contentitem {
margin:auto;
padding: 25px;
}
.contentitem h3 {
font-weight:bold;
}
.contentitem p {
line-height:1.2;
}
.contentitem span {
font-size: 70px;
border: 1px solid black;
border-radius:50px 0 50px 0;
padding:0px 30px;
background:black;
color: white;
position: absolute;
margin-top: -40px;
margin-left: -24px;
}
.contentitem img{
margin:0 auto 10px auto;
max-width: 105px;
display: block;
}
@media screen and (max-width: 990px) {
.timeline-dots-wrap {
overflow-x: hidden;
height: 55px !important;
}
.timeline-container {
columns: 1;
}
.timeline {
max-width: 300px;
}
.timeline-list {
width: 300px;
}
.timeline-item {
width: 300px;
height: 300px;align-content
}
.contentitem {
max-width: 238px;
padding: 5px;
}
.contentitem span {
font-size: 40px;
padding: 0 20px;
border-radius: 25px 0 25px 0;
margin-top: -30px;
margin-left: -20px;
}
.contentitem img {
max-width: 75px;
margin: 0 auto 5px auto;
}
.contentitem h3 {
margin-bottom: 8px;
font-size: 16px !important;
}
.contentitem p {
line-height: 1;
}
}