* {
    padding: 0;
    margin: 0;
}

body {
    color: whitesmoke;
    font-family: 'Roboto', sans-serif;
}

header {
    color: aliceblue;
    background-color: black;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

#head_text {
    height: 90vh;
}

#titre {
    font-weight: 700;       
}

#titre2 {
    min-width: 200px;
    max-width: 800px;
    font-family: 'Dancing Script', cursive;
    margin-bottom: 2%;
}

#portrait {
    background-attachment: fixed;
    top: 50px;
    height: 100vh;
    max-width: 100%;
    position:relative;
    top: 40%;
    transform: scale(1.2, 1.2);
    animation-name: portrait;
    animation-duration: 200s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes portrait {
    0% {transform: scale(1.2, 1.2);}
    25% {transform: scale(1.6, 1.6);}
    50% {transform: scale(2, 2);}
    75% {transform: scale(1.6, 1.6);}
    100% {transform: scale(1.2, 1.2);}
}

nav, .titre_section{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

nav ul .nav-link {
    text-transform: uppercase;
}

nav ul .nav-link:hover {
    color: rgb(200, 206, 236);
}

main {
    font-family: Nunito, 'Oswald', sans-serif ;
}    

section {
    min-height: 100vh;
    padding-top: 55px;
    overflow: hidden;
}

svg {
    width: 2.5em;
    height: 2.5em;
    align-items:center;
}

.ligne_icones {
    height: 80px;
    margin-bottom: 10px;
}

#profil {    
    background-color: black;
}

#profil .icones {
    height: 80px;
    width: 70px !important;
}

#profil .propos {
    font-family: 'Dancing Script', cursive;
}

#competences .liste {
    background: url(/ressources/images/fond_comp.png) no-repeat left center;
    background-size: cover;
    background-color: #010007;
    min-height: 90vh;
}

#competences .liste h3 {
    color: rgb(212, 75, 33);
    font-weight: 600;
}

#competences .liste li {
    margin-bottom: 10px;
}    

#competences .liste ul li::marker {
    color: rgb(116, 66, 150);
}

#competences .liste div {
    margin-bottom: 2%;
}

#experiences .back-exp {
   background: url(/ressources/images/fond_exp.png) no-repeat left center;
   background-size: cover;
}

#experiences img {
    max-width: 80px;
    min-height: 80px;
}

#technologie .cadre_tech {
   height: 90vh;
}

#technologie {
    background-color: #181818;
}

#technologie div.col-xl-4 {
    padding: 5px;
    margin: 25px;
    width: 320px !important;
}

#technologie div.col-xl-4 h4 {
    color: rgb(255, 115, 0) ;
    padding: 3px 0px;
}

#technologie div.col-xl-4 p {
    margin-bottom: 1px;
}

#technologie p img {
    background-color: #c00fb7;
    margin-right: 20px;
    transform: translate(5px, 0px);
    animation-name: chevron;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes chevron {
    0% {transform: translate(5, 0px);}
    50% {transform: translate(10px, 0px);}
    100% {transform: translate(5px, 0px);}
}  

#technologie .fond_tech img {
    min-height: 100%;
}

#formations .liste_formation{
    min-height: 90vh;
}

.history-tl-container {
    box-sizing: border-box;
    max-width:50%;
    margin:auto;
    display:block !important;
    position:relative;
}

.history-tl-container ul.tl{
    margin:20px 0px 0px 5%;
    padding:0;
    display:inline-block;
}

.history-tl-container ul.tl li{
    list-style: none;
    margin:auto;
    margin-left:22%;
    min-height:50px;
    border-left:4px solid #dcf0fa;
    padding:0px 0px 30px 30px;
    position:relative;
    min-width: 180px ;      
}

.history-tl-container ul.tl li:last-child{ 
    border-left:0; 
    left: 5px;
    margin-bottom: 0;
}

.history-tl-container ul.tl li::before{
    position: absolute;
    left: -12.5px;
    top: -1px;
    content: "";
    border: 6px solid rgba(255, 255, 255, 0.74);
    border-radius: 500%;
    background: #258CC7;
    height: 20px;
    width: 20px;
    transition: all 200ms ease-in-out;

}

.history-tl-container ul.tl li:hover::before{
    border-color:  #258CC7;
    transition: all 1000ms ease-in-out;
}

ul.tl li .item-title{
    color: aliceblue;
    font-weight: 700;
}

ul.tl li .item-detail{
    color:rgba(240, 240, 240, 0.5);
    font-size:16px;
}

ul.tl li .item-detail h6 {
    text-decoration: underline;
    font-weight: 600;
}

ul.tl li .item-detail p {
    margin-bottom: 1px;
    font-size: smaller;
    color: #fcfbfb;
}

ul.tl li .timestamp{
    color: #fcfbfb;
    position: absolute;
    min-width:10%;
    left: -105%;
    text-align: right;
    font-size: 14px;
    font-weight: 700; 
}

ul.tl li .timestamp .fst-italic {
    margin-bottom: 10px;
    font-weight: 400;
}

ul.tl li .item-detail p:nth-child(2n-1) {
    color: #cfd3eb;
}

ul.tl li.tl-item {
    min-width: 23vh;
    max-width: 120%;
}