/* General */
body {
    font-family: sans-serif;

}

h1,
h2,
h3,
h4,
h5 {
    font-weight: bold;
    text-align: center;
}

/* About*/
#langet {
    float: right;
    margin-right: 80px;
    margin-top: 10px;

}
#about {
    /*  background-color: rgba(198, 218, 219, 0.938);*/
    background-image: url("../images/imback.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;

}

.profil_picture {
    text-align: center;
    margin: 100px auto 30px;
}

#about img {
    /* max-width: 100%*/

    height: auto;
    width: 70%;
}

.divider {
    width: 300px;
    height: 4px;
    border: 2px;
    background-color: rgb(142, 225, 240);
    margin: 50px auto 25px;
}

#skills .progress {
    height: 45px;
    margin: 30px 20px;
}

#skills .progress:last-child {
    margin-bottom: 0px;
}

#skills .heading {
    margin-bottom: 30px;
}

/*
#skills {
    margin-bottom: 35px;
}
*/
/*
#detail .vertical {

    width: 5px;
    height: 400px;
    background-color: brown;
    position: absolute;
    left: 50%;

}
*/
#contact .container {
    background-color: rgb(190, 190, 186);
    width: 1500px;
    height: 280px;
    margin-left: 115px;
    margin-top: 10px;
    border-radius: 20px;

}

#contact {
    margin-top: 100px;
}

#button {
    margin: 30px 800px 20px 750px;

}

#contact .heading {
    /* margin-bottom: 50px;*/
    background-color: white;
    width: 1500px;
    height: 80px;
    margin-bottom: none;
}

/*
#container {
    background-color: royalblue;

    width: 3px;
    height: 500px;
    margin-left: 400px;
    margin-bottom: 50px;
    margin-top: 50px;
}
*/



#Biblio .timeline {
    /* background-color: rgb(197, 230, 236);
     width: 1400px;
    height: 1300px;
    margin-left: 80px;
    margin-top: 20px;
    margin-bottom: none;*/

}



ul {
    list-style: none;
}

#Biblio .heading {
    margin-bottom: 30px;
}

.timeline {
    padding: 30px 10px;
    position: relative;
}

.timeline:before {
    content: " ";
    top: 0;
    bottom: 2px;
    position: absolute;
    width: 5px;
    background-color: rgb(95, 95, 102);
    left: 50%;
    margin-left: -2.5px;
}

.timeline>li {
    margin-bottom: 20px;
    position: relative;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline li .timeline-badge {
    color: black;
    width: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: rgb(173, 168, 162);
    border-radius: 50%;
}

.timeline-panel-container {
    width: 50%;
    float: left;
}

.timeline-panel-container-inverted {
    width: 50%;
    float: right;
}

.timeline-panel {
    width: 90%;
    float: right;
    margin-right: 40px;
    border: 2px solid cornflowerblue;
    border-radius: 18px;
    padding: 20px 25px;
    position: relative;
    box-shadow: 0 1px 6px black;
    background: rgb(179, 214, 214);
}

.timeline-panel-container-inverted .timeline-panel {
    float: left;
    margin-left: 40px;
}

#Biblio .heading {
    /* margin-bottom: 50px;*/
    /*  background-color: white;
    width: 1500px;
    height: 80px;
    margin-bottom: none;
    text-align: center; */
}

.timeline h2 {

    text-decoration: underline;
    font-weight: bolder;
    text-align: center;

}


.timeline p {
    text-align: justify;
    font-weight: bolder;
    color: black;


}

footer {
    margin-top: 150px;
}


#clients img {

    height: 200px;
    width: 380px;
}


#carouselExampleControlsNoTouching .carousel-item {

    /*  height: 200px;
    width: 250px;
     margin-left: 40%;
    margin-right: 60%;
    text-align: center;
    /* margin-top: 10px;
    margin-top: 20px;*/


}


#clients {
    background-image: url("../images/imback2.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 360px;
    /* background-attachment: fixed;*/
    /* background-color: rgb(186, 190, 190);

    height: 350px;*/
}

/*
#carouselExampleControlsNoTouching img {
    height: 100px;
    width: 150px;
}*/

#Biblio .timeline {
    background-image: url("../images/imback.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

#contact {
    margin-bottom: 80px;
}

#contacter input [type=text] {
    border-radius: 10px;
}