* {
    font-family: 'IndieFlower', sans-serif;
    src: url('../fonts/IndieFlower.ttf');
    margin:0;
    padding:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: "IndieFlower";
    src: url('../fonts/IndieFlower.ttf');
}

@font-face {
    font-family: "Lato";
    src: url('../fonts/Lato-Regular.ttf');
}

input[type=text] {
    font-size:15px; padding:4px; color:black; z-index:1;
    font-family:  'IndieFlower', sans-serif;
    background-color:transparent;
    width:300px;
    color:    #79627A;
    //height: 20px;
    border: 0;

}
textarea {
    font-size:15px; padding:4px; color:black; z-index:1;
    font-family:  'IndieFlower', sans-serif;
    background-color:transparent;

    resize: none;
    width:300px;
    color:    #79627A;
    border: 0;

}
textarea.placeholder-left::-webkit-input-placeholder {
    text-align:left;
}
textarea.placeholder-left::-moz-placeholder {
    text-align:left;
}
input[type="text"].placeholder-left::-webkit-input-placeholder {
    text-align:left;
}
input[type="text"].placeholder-left::-moz-placeholder {
    text-align:left;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #79627A;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #79627A;
    opacity:  1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #79627A;
    opacity:  1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #79627A;
}


input[type=button] {
    font-size:30px; padding:4px; color:#6B6C6E; z-index:1;
    font-family:  'IndieFlower', sans-serif;
    background: rgba(255,255,255,0.5);
    width:300px;
    height: 80px;
    border: 0;
    margin: 10px;
}
#cv-container{
    width:100%;
    height:100%;
}
.cvBg {
    background: url("../images/bg.jpg") no-repeat;
    width:100%;
    height:100%;
    background-size: 100% 100%;

}

.cv-scale {
  -ms-transform: scale(0.7 0.7); /* IE 9 */
  -webkit-transform: scale(0.7, 0.7); /* Safari */
  transform: scale(0.7, 0.7);

}

.cv-visible {

  opacity: 0.0 ;
}


.cv {
    width: 1170px;
    height:827px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    visibility: visible;
    /**transform: scale(0.8);*/

}

.container{
    background: url("../images/background-cv-onyxp.jpg") no-repeat;
    background-size: 100% 100%;
    width:1170px;
    height:827px;
}

#profil{
    /*border: red dashed 1px;*/
    width: 59%;
    float: left;
    height: 59%;
    box-sizing: border-box;
}

#formation{
    /*border: blue dashed 1px;*/
    float: left;
    height: 61%;
    width: 41%;
    box-sizing: border-box;
}

#parcours{
    /*border: green dashed 1px;*/
    float: left;
    width: 49%;
    height: 30%;
    box-sizing: border-box;
}

#more{
    /*border: purple dashed 1px;*/
    width: 41%;
    float: left;
    height: 39%;
    box-sizing: border-box;
}


.button-input {
    font-size:20px; padding:4px; color:black; display:none; z-index:1;
    font-family:  'IndieFlower', sans-serif;
    background-color:black;
    opacity: 0.4;
    width:400px;
    height: 40px;
    border: 0;
}

.avatar{
   width: 106px;
    height: 160px;
    position: relative;
}

.avatar img{

    width: 60px;
    height: 90%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;

}

.circle {
    width: 106px;
    height: 106px;
}
/*
#imageUpload{
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
}
*/

.content{
    margin-top:4% ;
    margin-left: 5%;
    height: 100%;
}

li{
   /* margin-left: 5%;
    margin-top: 5px;*/
    list-style-type: none;
    font-size: 12px;
    font-family: 'Lato';
}

h1{
    color: #6B6C6E;
    font-size: 20px;
    font-family: 'IndieFlower', sans-serif;
    font-weight: normal;
}