:root {
    --color1: #D89584;
    --color2: #F4F4F4;
}

html {
    font-family: Arial, sans-serif;
}

.section {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 90px;
    padding-bottom: 30px;
    overflow: auto;
}

body {
    margin: 0;
    line-height: 1.5;
    min-height: 100vh;
}

h1 {
    text-align: center;
    padding: 240px 0;
    color: #f1f1f1;
    background: #999898;
}

.box-timeline {
    width: 100%;
    height: 3500px;
    background: #f1f1f1;
    position: relative;
    padding: 80px 0 250px 0;
    margin-bottom: 100px;
}
.ligne {
    height: 3140px;
    width: 8px;
    margin: 0 auto;
    background: #333;
}

.rond {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #333;
    position: absolute;
    border: 1px solid #000;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    color: #f1f1f1;
}

.r1{top: 80px;}
.r2{top: 386px;}
.r3{top: 692px;}
.r4{top: 998px;}
.r5{top: 1304px;}
.r6{top: 1610px;}
.r7{top: 1916px;}
.r8{top: 2222px;}
.r9{top: 2528px;}
.r10{top: 2834px;}
.r11{top: 3140px;}

.box {
    color: #333;
    width: 400px;
    min-height: 200px;
    padding: 20px;
    border-radius: 3px;
    height: auto;
    background: #f1f1f1;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.b1 {
    top: 80px;
    left: calc(50% - 270px)
}

.b2 {
    top: 386px;
    left: calc(50% + 270px)
}

.b3 {
    top: 692px;
    left: calc(50% - 270px)
}

.b4 {
    top: 998px;
    left: calc(50% + 270px)
}

.b5 {
    top: 1304px;
    left: calc(50% - 270px)
}

.b6 {
    top: 1610px;
    left: calc(50% + 270px)
}

.b7 {
    top: 1916px;
    left: calc(50% - 270px)
}

.b8 {
    top: 2222px;
    left: calc(50% + 270px)
}

.b9 {
    top: 2528px;
    left: calc(50% - 270px)
}

.b10 {
    top: 2834px;
    left: calc(50% + 270px)
}

.b11 {
    top: 3140px;
    left: calc(50% - 270px)
}

.box p{
    line-height: 20px;
    font-size: 18px;
    margin: 10px 0 20px 0;
    text-align: justify
}

.btn {
    display: block;
    background: midnightblue;
    padding: 10px;
    width: 120px;
    text-align: center;
    color: #f1f1f1;
    text-decoration: none;
    border-radius: 3px;
    margin-top: 10px;
}

@media screen and (max-width: 1000px) {

    .ligne {
        position: relative;
        left: 200px;
    }
    .rond {
        left: calc(50% + 200px);
    }
    .box {
        left: calc(50% - 50px);
    }
}
