.home-left-part {
    flex: 0 0 405px;
    margin-right: 5%;
}

.home-right-part {
    flex: 1 0 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}





.section {
    background-color: #FFFFFF;
    position: relative;
    padding-top: 150px;
}

.section-wrapper {
    padding-left: 5%;
    padding-right: 5%;
}

.full-width-section.section {
    padding: 0;
}

.full-width-section .section-wrapper {
    padding: 0 0 0 5%;
    height: 100vh;
    margin: 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    background-color: #C5E5FF;
}





.site-des {
    font-size: 28px;
    color: #492d31;
}

.site-info {
    margin-top: 25px;
}

#name-title{
	font-size: 65px;
    line-height: 70px;
    font-weight: 800;
    color: #1559A4;
	height: 150px;
	overflow-wrap: break-word;
}

#name-title:after{ 
    content: ""; 
    width: 2px; 
    height: 3.75rem; 
    display: inline-block;      
    background: #1559A4;
    animation: clignote 0.75s infinite linear;
	vertical-align:-0.5rem;
}   





.social-links {
    margin-top: 10vh;
    margin-bottom: -5px;
}

.social-links a {
    font-size: 12px;    
    color: #492D31;
    letter-spacing: 5px;
    margin-right: 30px;
}

.social-links p {
    font-size: 12px;    
    color: #492D31;
    letter-spacing: 5px;
    margin-right: 30px;
}

.social-links a:last-of-type {
    margin-right: 0;
}





ul.timeline-holder {
    margin: 0;
    padding: 0 0 0 55px;
	cursor: default;
}

li.timeline-event {
    margin: 0 0 42px 60px;
    position: relative;
    padding-top: 5px;
    list-style: none;
    transition: .3s;
}

li.timeline-event:hover {
    color: #5B5B5B;
}

li.timeline-event:before {
    content: "";
    width: 3px;
    height: calc(100% - 20px);
    position: absolute;
    background-color: #5B5B5B;
    left: -30px;
    top: 51px;
}

li.timeline-event:last-child:before {
    display: none;
}

li.timeline-event:last-child {
    margin-bottom: 0;
}

li.timeline-event span.timeline-circle:after {
    content: "";    
    position: absolute;
    width: 19px;
    height: 19px;
    left: -8px;
    top: 11px;
    border-radius: 90%;
    background-color: #5B5B5B;    
    opacity: 0;
    transition: opacity .3s;
}

li.timeline-event:hover span.timeline-circle:after { 
    opacity: 1;
}

span.timeline-circle {
    position: absolute;
    top: 0;
    left: -30px;
}

span.timeline-circle:before {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 90%;
    border: 3px solid #5B5B5B;
    position: absolute;
    left: -16px;
    top: 3px;
    z-index: 1;
    transition: .3s;
}

.timeline-event-date {
    position: absolute;
    left: -115px;
    top: 2px;
    transition: .3s;
    color: #5B5B5B;
    font-weight: 700;
}

li.timeline-event:hover .timeline-event-date {
    transform: translateX(-10px);
}

.timeline-event-content {
    line-height: 160%;
    text-align: left;
    margin-left: 50px;
}





@keyframes clignote {
 from{ 
       opacity: 0; 
     }      
 to{ 
       opacity: 1;
      }    
}





/* Récursivité */
@media screen and (orientation: landscape) and (max-width: 767px){
	
	.site-des {
		font-size: 20px;
	}
	
	#name-title {
		margin-top:5px;
		font-size: 30px;
		line-height: 30px;
		height: 60px;
	}
	
	#name-title:after{ 
		height: 2rem; 
		vertical-align:-0.25rem;

	}  
	
	.site-info {
		font-size: 12px;
		line-height: 25px;
		margin-top: 15px;
	}
	
	.home-left-part p {
		margin-bottom: 0px;
	}
	
	.social-links {
		margin-top: 5vh;
		margin-bottom: -50px;
		padding-bottom:15px;
	}
	
}

@media screen and (orientation: portrait) and (max-width: 767px) { 
	
	
	.single-portfolio .content-right-wrapper > div:first-of-type .section-wrapper {
        padding-top: 55px;
    }
	
	#name-title {
        font-size: 50px;
        line-height: 100%;
		height: 125px;
    }
	
	#name-title:after{ 
		height: 3rem; 
		vertical-align:-0.4rem;

	} 
	
    .site-des {
        font-size: 20px;
    } 

	.site-info {
		font-size: 18px;
		line-height: 30px;
		margin-top: 15px;
	}
	
}

@media screen and (max-width: 767px) {
	.timeline-event-content {
        margin-left: 10px;
    }

    li.timeline-event {
        margin-left: 30px;
    }

    ul.timeline-holder {
        padding-left: 70px;
    }

    .timeline-event-date {
        left: -100px;
    }
}

@media screen and (max-width: 650px) {   

	.full-width-section .section-wrapper {
        height: auto;
        padding: 75px 5%;
    }   
	
	.home-left-part {
        flex: 0 0 100%;
        margin: 0;
    }
	
    .home-right-part {
        display: none;    
    }
	
}