body{
    margin: 0%;
    font-family: 'Roboto', sans-serif;
}
button{
    width: 40%;
    height: 6.5vh;
    margin: auto;
    background-color: #00B9AB;
    border: none;
    font-weight: bold;
    font-size: 15px;
    cursor: grab;
}
button a{
    color: white;
}
button:hover {
    background-color:white;
}
button:hover a{
    color: #E500F8;
}
h2{
    font-size: 28px !important;
    font-weight: 200;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
}
#header{
    width: 100%;
    height:100vh;
    background: linear-gradient(#E500F8,#997CF8);
}
.header{
    width: 100%;
    height:100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header .left-part{
    width: 48%;
    height:auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.header .left-part img{
    width: 70%;
}
.header .left-part .header-text{
   text-align: center;
}
.header .left-part .header-text p{
    text-align: center;
    font-size: 23px;
    font-weight: 350;
    color: white;
 }
.header .right-part{
    width: 52%;
    height: 70vh;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.header .right-part .part-one, 
.header .right-part .part-two, 
.header .right-part .part-three,
.header .right-part .part-four{
    width: 20%;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 5px;
}
.header .right-part .part-one{
    justify-content: center;
}
.header .right-part .part-two {
    justify-content:end;
}
.header .right-part .part-three {
    justify-content:flex-start;
}
.header .right-part .part-four{
    justify-content: flex-start;
}
.movie, 
.brunch, 
.travel, 
.party,
.christmas, 
.dance,
.japan {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.part-one-container-one, 
.part-one-container-two, 
.part-two-container-one, 
.part-two-container-two,
.part-three-container-one, 
.part-three-container-two, 
.part-four-container-one {
    position: relative;
    width: 95%;
    background-color: #997CF8/*#ffff00*/;
}
.part-one-container-one p, 
.part-one-container-two p, 
.part-two-container-one p, 
.part-two-container-two p,
.part-three-container-one p, 
.part-three-container-two p, 
.part-four-container-one p {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  bottom: 1%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size:12px; 
  color:black; 
  font-family: 'Homemade Apple', cursive;
  margin: 0px;
}
.part-one-container-one:hover p, 
.part-one-container-two:hover p, 
.part-two-container-one:hover p, 
.part-two-container-two:hover p,
.part-three-container-one:hover p, 
.part-three-container-two:hover p, 
.part-four-container-one:hover p {
    opacity: 1;
  }

.part-one-container-two,
.part-two-container-two,
.part-three-container-two {
    margin-top:10px;
    background-color: #E500F8;
}
.part-one-container-one:hover .movie, 
.part-one-container-two:hover .brunch,
.part-two-container-one:hover .travel, 
.part-two-container-two:hover .party,
.part-three-container-one:hover .christmas, 
.part-three-container-two:hover .dance,
.part-four-container-one:hover .japan {
    opacity: 0.04;
  }

/********* PARAGRAPHE ME DECROUVRIR *********/

#me-decouvrir{
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: row;
    overflow: hidden;

}
.me-decouvrir-left{
    width: 60%;
    height: 100%;
    background-image: url(../assets/images/french-polynesia.avif);
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
}
.me-decouvrir-left img{
    width: auto;
    height: auto;
}
.me-decouvrir-right{
    width: 65%;
    height: 100%;
    background-color: black;
    position: absolute;
    right: 0%;
    transform-origin: bottom left;
    -ms-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
    display: flex;
    justify-content: center;
    align-items: center;
}

.me-decouvrir-right p{
    width: 65%;
    text-align: left;
    color: white;
    font-size: 17px;
    -ms-transform: skew(+20deg, 0deg);
    -webkit-transform: skew(+20deg, 0deg);
    transform: skew(+20deg, 0deg);
}

/* EXPERIENCES PROFESSIONNELLES */
#experience{
    width: 100%;
    padding: 7vh 0;
}
#experience h2{
    margin:0%;
}
.expandable{
    width: 80%;
    margin: 3vh auto auto !important;
}
.collapsible-body {
    padding: 1rem 2rem !important;
}
.collapsible-header p{
    margin: 0%;
    font-weight: 600;
}
.date{
    background: linear-gradient(#E500F8,#997CF8);
    transform-origin: bottom left;
    -ms-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
    width: 30%;
    text-align: center;
    color: white;
    margin: 0px;
}
.date p{
    padding: 3px 0;
}

/* PORTFOLIO */

#portfolio{
  display: flex;
  flex-direction: column;
}
.portfolio-container{
    display: flex;
    flex-direction: row;
}
.container {
  position: relative;
  width: 50%;
  background: linear-gradient(#E500F8,#997CF8);
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.texte {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.texte .text a{
  color: white;
  font-size: 16px;
  text-decoration: none;
}
.texte .text a:hover{
  font-weight: 800;
  text-decoration: underline;
}
.container:hover .image {
  opacity: 0.4;
}

.container:hover .texte {
  opacity: 1;
}

.text {
  color: #1b1e3b;
  font-size: 16px;
  text-transform: uppercase;
}


#footer{
    width: 100%;
    height: 50vh;
    background-color: black;
    display: flex;
    flex-direction: row;
}
.footer-picture{
    width: 15%;
    display: flex;
    justify-content : flex-end;
    align-items: center;
}
.footer-picture img{
    width: 60%;
}
.footer-languages{
    width: 35%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 4vh;
    border-right: 0.5px solid white;
    height: 15vh;
    margin: auto;
}
.name{
    font-weight: 600;
    margin: 0%;
    font-size: 20px;
}
.footer-social{
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
}
.footer-social img{
    width: 100%;
}
.footer-social-linkedin{
    width: 5%;
    margin: auto;
}
.footer-social-cv{
    width: 85%;
}
.footer-social-cv button{
    cursor: grab;
}









/****** RESPONSIVE DESIGN ******/
@media (min-width:801px) and (max-width:1000px){
    .header{
        flex-direction: column;
    }
    .header .left-part {
        width: 95%;
        height: 80vh;;
    }
    .header .left-part img{
        width: 50%;
    }
    .header .right-part {
        display: none;
    }
    button{
        width: 30%;
        height: 6.5vh;
    }

    /* ME DECOUVRIR */
    #me-decouvrir{
        flex-direction: column;
        height: 100vh;
    }
    .me-decouvrir-left{
        width: 100%;
        height: 35%;
    }
    .me-decouvrir-right{
        width: 100%;
        height: 65%;
        position: relative;
        transform-origin: none;
        transform: none;
    }
    
    .me-decouvrir-right p{
        width: 50%;
        text-align: center;
        color: white;
        font-size: 17px;
        -ms-transform: skew(+20deg, 0deg);
        -webkit-transform: skew(+20deg, 0deg);
        transform: skew(+20deg, 0deg);
    }
    .me-decouvrir-right p{
        width: 90%;
        text-align: center;
        font-size: 15px;
        transform: none;
    }

    .portfolio-container{
        flex-direction: row;
    }
    .portfolio-container .container{
        width: 100%;
    }
    #footer{
        flex-direction: column;
        height: 60vh;
        padding-top: 3vh;
    }
    .footer-picture{
        width: 100%;
        justify-content : center;
    }
    .footer-picture img{
        width: 10%;
    }
    .footer-languages{
        width: 100%;
        align-items: center;
        flex-direction: column;
        padding-left: 0;
        text-align: center;
    }
    .footer-social{
        width: 100%;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }
    .footer-social img{
        width: 70%;
    }
    .footer-social-linkedin{
        width: 5%;
        margin: auto;
    }
    .footer-social-cv{
        width: 70%;
        margin: 3vh 0vh;
    }
    .date{
        width: 50%;
    }

}
@media (min-width:641px) and (max-width:800px){
    .header{
        flex-direction: column;
    }
    .header .left-part {
        width: 95%;
        height: 80vh;;
    }
    .header .right-part {
        display: none;
    }
    button{
        width: 60%;
        height: 6.5vh;
    }

    /* ME DECOUVRIR */
    #me-decouvrir{
        flex-direction: column;
        height: 100vh;
    }
    .me-decouvrir-left{
        width: 100%;
        height: 35%;
    }
    .me-decouvrir-right{
        width: 100%;
        height: 65%;
        position: relative;
        transform-origin: none;
        transform: none;
    }
    
    .me-decouvrir-right p{
        width: 50%;
        text-align: center;
        color: white;
        font-size: 17px;
        -ms-transform: skew(+20deg, 0deg);
        -webkit-transform: skew(+20deg, 0deg);
        transform: skew(+20deg, 0deg);
    }
    .me-decouvrir-right p{
        width: 90%;
        text-align: center;
        font-size: 15px;
        transform: none;
    }

    .portfolio-container{
        flex-direction: column;
    }
    .portfolio-container .container{
        width: 100%;
    }
    #footer{
        flex-direction: column;
        height: 60vh;
        padding-top: 3vh;
    }
    .footer-picture{
        width: 100%;
        justify-content : center;
    }
    .footer-picture img{
        width: 16%;
    }
    .footer-languages{
        width: 100%;
        align-items: center;
        flex-direction: column;
        padding-left: 0;
        text-align: center;
    }
    .footer-social{
        width: 100%;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }
    .footer-social img{
        width: 100%;
    }
    .footer-social-linkedin{
        width: 5%;
        margin: auto;
    }
    .footer-social-cv{
        width: 85%;
        margin: 3vh 0vh;
    }
    .date{
        width: 50%;
    }
}
@media (max-width:640px){
    .header{
        flex-direction: column;
    }
    .header .left-part {
        width: 95%;
        height: 80vh;;
    }
    .header .right-part {
        display: none;
    }
    button{
        width: 60%;
        height: 6.5vh;
    }

    /* ME DECOUVRIR */
    #me-decouvrir{
        flex-direction: column;
        height: 100vh;
    }
    .me-decouvrir-left{
        width: 100%;
        height: 35%;
    }
    .me-decouvrir-right{
        width: 100%;
        height: 65%;
        position: relative;
        transform-origin: none;
        transform: none;
    }
    
    .me-decouvrir-right p{
        width: 50%;
        text-align: center;
        color: white;
        font-size: 17px;
        -ms-transform: skew(+20deg, 0deg);
        -webkit-transform: skew(+20deg, 0deg);
        transform: skew(+20deg, 0deg);
    }
    .me-decouvrir-right p{
        width: 90%;
        text-align: center;
        font-size: 15px;
        transform: none;
    }

    .portfolio-container{
        flex-direction: column;
    }
    .portfolio-container .container{
        width: 100%;
    }
    #footer{
        flex-direction: column;
        height: 60vh;
        padding-top: 3vh;
    }
    .footer-picture{
        width: 100%;
        justify-content : center;
    }
    .footer-picture img{
        width: 18%;
    }
    .footer-languages{
        width: 100%;
        align-items: center;
        flex-direction: column;
        padding-left: 0;
        text-align: center;
    }
    .footer-social{
        width: 100%;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }
    .footer-social img{
        width: 100%;
    }
    .footer-social-linkedin{
        width: 5%;
        margin: auto;
    }
    .footer-social-cv{
        width: 85%;
        margin: 3vh 0vh;
    }
    .date{
        width: 80%;
    }
    
}