/*********************
/*  main stuff
/*********************/
body{
    background-color: #fff;
    opacity: 0;
}
.clear{
    clear: both;
}
button{        
    background-color: rgba(255,255,255,0) !important;
    border: none !important;
}
button:focus{
    outline: none !important;
}
h2{
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    color: #222;
    margin: 3% auto;
    font-weight: normal;
}
h3{
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    color: #f3f3f3;
}
h4{
    text-align: left;
    font-family: "montserrat-custom", sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #222;
}
.row{
    min-height: 1px;
}
section:not(.accueil-container){
    margin-bottom: 100px;
}
video::-webkit-media-controls {
    display:none !important; /* Enlève le bouton play sur iOs */
}





/*********************
/*  header
/*********************/
.navbar{
    background-color: rgba(255,255,255,0.9);

}
.main-nav{
    text-align: center;
    margin: 0 auto;
    border-bottom: 2px solid #a09d9a;
    position: relative;
    width: 100%;
    padding-top: 10px;
}
.main-nav li{
    display: inline-block;
    padding: 15px 65px 15px;
}
.main-nav a{  
    font-family: "montserrat-custom", sans-serif;
    font-size: 22px;
    font-weight: normal;
    color: #222;
    display: block;
    padding: 10px 0 5px;
    border-bottom: 3px solid #fff;
}
.main-nav a:hover, .main-nav a:active{
    text-decoration: none;
    border-bottom: 3px solid #222;
}
.navbar .fa{
    color: #222;
    font-size: 20px;
}
.main-nav-toggle{
    display: inline-block;
    float: left;
    padding: 10px 3px 3px;
    z-index: 300;
    position: absolute;
    top: 10px;
}
.contact-button{
    background-color: rgba(255,255,255,0);
    border: none;
    float: right;
    padding: 10px 3px 3px;
    position: absolute;
    top: 10px;
    right: 0;
}




/*********************
/*  accueil
/*********************/
.accueil-container{
    width: 60%;
    height: 40%;
    position: relative;
    margin: 100px auto 0;
    max-width: 1200px;
}
.svg-wrapper{
    position: relative;
    height: 0;
    max-height: 300px;
    padding-top: 30%;
}
#svg-title-container{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 80%;
    left: 0;
}
#avatar{
    position: absolute;
    width: 70%;
    height: 70%;
    top: 0;
    left: 15%;
}





/*********************
/*  projets
/*********************/
.projet-container{
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    max-width: 600px;
}


.video-container{
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    overflow: hidden;
}
.video{
    max-width: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}


.projet-title{    
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0;
    padding: 12px 0;
    background-color: rgba(34,34,34,0.7);
    opacity: 1;
}


.projet-options{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    overflow: hidden;    
}


.option-container{
    width: 100%;
    height: 49%;
    background-color: rgba(100,100,100,0.5);
    cursor: pointer;
    
    -webkit-transition: top 200ms ease-out, opacity 200ms ease-out;
    -moz-transition:    top 200ms ease-out, opacity 200ms ease-out;
    -o-transition:      top 200ms ease-out, opacity 200ms ease-out;
    transition:         top 200ms ease-out, opacity 200ms ease-out;
}
.option-container:hover{
    background-color: rgba(100,100,100,0.6);
}
.play-option{
    position: absolute;
    top: -49%;
    opacity: 0;
}
.plus-option{
    position: absolute;
    top: 100%;
    opacity: 0;
}
.option-button{
    color: #fff;
    font-size: 80px;
}







/************************
/*  Projet Description
/************************/
.hidden-description{
    display: none;
    padding-top: 10px;
}
.close-description-button{
    float: right;
    position: relative;
    width: 28px;
    height: 28px;
    padding: 4px;
    margin-top: -5px;
}
.fa-eye{
    font-size: 20px;
    margin-right: 5px;
    color: #222;
}
.h4-projet-title{
    margin: 0 0 5px;
    padding-left: 5px;
}
.h4-sub-title{
    font-size: 12px;
    font-weight: normal;
}
.breve-description{
    font-family: "montserrat-custom", sans-serif;
    font-weight: lighter;
    
    text-align: left;
    padding-left: 5px;
    font-size: 14px;
    color: #222;
    list-style-type: disc;
    margin-left: 30px;
}
.close-description-button .fa-close{
    font-size: 15px;
    position: absolute;
    top: 2px;
    right: 7px;
}
.close-description-button .fa-square-o{
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 4px;
}






/************************
/*  Comment
/************************/
.skills-icon-container{
    color: #222;
    width: auto;
    text-align: center;
    position: relative;
    margin-top: 70px;
}
.skills-icon-container .fa-laptop{
    font-size: 120px;
}
.skills-icon-container .fa-code{
    font-size: 50px;
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.medium-text{
    font-family: "montserrat-custom", sans-serif;
    font-weight: lighter;
    font-size: 18px;
    line-height: 1.5;
    color: #222;
}
.about-text{
    text-align: justify;
}
.skills-list{
    margin-left: 15px;
    list-style-type: circle;
}









/************************
/*  contact
/************************/
.contactez-moi-button, .contactez-moi-button:focus{
    margin: 10px;
    border: 3px solid #222 !important;
    border-radius: 50px;
    font-family: "Montserrat", sans-serif;
    padding: 8px 12px;
    text-decoration: none !important;
    display: inline-block;
    background-color: transparent !important;
    color: #222 !important;
}
.contactez-moi-button:hover, .contactez-moi-button:active{
    text-decoration: none !important;
    background-color: #222 !important;
    color: #fff !important;
}
.icon-link{
    color: #222;
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    margin: 0 5px;
}
.icon-link .fa{
    position: absolute;
    top: 11px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.icon-link .fa-at{
    color: #fff;
}





/************************
/*  Footer
/************************/
#main-footer{
    padding-top: 10px;
    height: auto;
    background-color: #222;
    color: #fff;
}
.contact-list-symbols{
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    float: left;
    margin-right: 10px;
    line-height: 1.7;
}
.contact-list{
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 1.7;
    float: left;
}
.copyright{
    text-align: right;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    margin-top: 50px;
}