.container-fluid {
    overflow-y: scroll;
    scroll-snap-type: y mandatory;

}



.section {
    height:100%;
    padding:50px 100px 0px 100px;
    overflow-y: hidden;
    scroll-snap-align: start;
}

.title {
    text-transform: capitalize;
    font-size: 50px;
    font-weight: 600;
    margin:0;
    padding : 0px 0px 30px 0px;
}

.txt-blanc {
    color:white;
}

a:link,
a:visited {
    color: #3a3a3a;
    text-decoration: none;
}


#barre1,
#barre2,
#barre3 {

    box-shadow: inset 0px 0px 0px 1px #3a3a3a;


}




/*---------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------ ACCUEIL ------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------*/


#accueil {
    background-image: url(images/home/bg.jpg);
    background-size: cover;
    position: relative;
    
    
}


#portrait {
    width: 40%;
    height: 65%;
    background-image: url(images/home/portrait.png);
    background-size: contain;
    background-position: bottom left;
    background-repeat: no-repeat;
    position: absolute;
    bottom:0;
    
}

#intro {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#intro h1 {
    font-size: 70px;
    -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: rgb(144,65,62);
    color:transparent;
    
}


/*---------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------ PROJETS ------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------*/
#projets-container  {
    height:80%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
/*    margin: 0px 30px 0px 30px;*/
}

#projets-container a {
    color: #3a3a3a;
}


.projet-container {
    margin:0px 20px 0px 0px;
}

.projet-container:last-child {margin:0px;}


.projet-numero {
    
    text-align: right;
    margin-bottom: -30px;
    z-index: 1;
    
}

.projet-image, .projet-image img {
    height : 80%;
    width : 100%;
    object-fit: cover;
    object-position: center;
    transition-duration: 0.2s;
    
}

.projet-image img:hover {
    transform:scale(1.015);
    
}

#projet1-img {
}

.projet-titre {
    font-weight: 400;
    font-size: 18px;
    text-align: right;
}

.projet-details {
    font-weight: 200;
    font-size: 14px;
    font-style: italic;
    text-align: right;
}



/*----------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------ À PROPOS ------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------*/
#aPropos {
/*    background: linear-gradient(45deg, rgba(103,86,235,1) 0%, rgba(78,62,200,1) 100%);*/
    background-image: url(images/home/bg.jpg);
    background-size: cover;
}

.title {
    color:rgb(144,65,62);
}

#aPropos-description {
    height: 37%;
/*
    display: flex;
    flex-direction: row;
*/

}


#aPropos-txt {
    color:black;
    padding : 0px 50px 0px 0px;
/*    flex-grow:2;*/
    width: 55%;
    position:relative;
    float: left;
    
}


#contact a {
    color:rgb(144,65,62);
}


/*
#cv {
    color:rgb(144,65,62);

    font-size:12px;
    margin-right: 3px;
}


#cv:before {
    content: "►";
    
}*/

#aPropos-image  {
    width: 35%;
    height:100%;
    position:relative;
    float:right;
/*    flex-grow: 1;*/
}

#aPropos-image img {
    max-width: 100%;
    max-height: 110%;
    margin-top: -15%;
    position: absolute;
    right: 0%
    
}





#competences-container{
    width:100%;
/*    padding: 0px 50px 0px 50px;*/
    height:44%;
    display: flex;
    flex-direction: row;
    position:relative;
} 


.competence {
    flex: 1 1 0;
}




.competence h3 {
    text-align:center;
    font-size: 40px;
    color:#3a3a3a;
    font-weight: 500;
}

.bulles-container {
    position:relative;
    height:80%;
}

.bulle {
    background: rgba(144,65,62,0.5);
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    position:absolute;
    top:50%;
    left:50%;
/*    transform: translate(-50%, -50%);*/
}

.competence-name {
    margin:auto;
    text-align:center;
    color:rgb(254,249,241);
}

#photoshop {
    width: 130px;
    height: 130px;
    transform: translate(-50%, -50%);
    z-index: 3;
}

#illustrator {
    width: 110px;
    height: 110px; 
    transform: translate(-147%, -70%);
}


#indesign {
    width: 110px;
    height: 110px; 
    transform: translate(22%, -100%);
}

#figma {
    width: 50px;
    height: 50px; 
    transform: translate(-100%, 100%);
    font-size: 11px;
}

#procreate {
    width: 60px;
    height: 60px; 
    transform: translate(2%, 64%);
    font-size: 11px ;
    z-index: 2;
}

#sketch {
    width: 60px;
    height: 60px; 
    transform: translate(32%, 58%);
    z-index: 4;
}

#invision {
    width: 75px;
    height: 75px; 
    transform: translate(-88%, 58%);
    z-index: 4;
}

#aftereffects {
    width: 110px;
    height: 110px;
    transform: translate(-66%, -66%);
    z-index: 1;
}

#finalcut {
    width: 60px;
    height: 60px;
    transform: translate(23%, 12%);
    z-index: 2;
    font-size: 11px;
}

#html {
    width: 80px;
    height: 80px;
    transform: translate(-130%, -80%);
    z-index: 3;
}

#css {
    width: 80px;
    height: 80px;
    transform: translate(-50%, -50%);
    z-index: 3;
}

#js {
    width: 60px;
    height: 60px;
    transform: translate(50%, -70%);
    z-index: 3;
}












