#root{--padding:1.5rem;--label-width:10rem;--header-color:#55f;box-sizing:border-box}.App{display:grid;grid-template-areas:"header" "body" "footer";grid-template-columns:1fr;grid-template-rows:1fr 10fr 2fr;padding:0;width:100%}.App,header{box-sizing:border-box;height:100%;margin:0}header{background-color:var(--header-color);color:#fff;font-family:sans-serif;grid-area:header;padding-left:.5rem}.body{box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;grid-area:body;height:100%;margin:0;overflow:auto;width:100%}.CvInputsContainer{background-color:#eee;margin:1rem .8rem;padding-bottom:2rem;padding-left:var(--padding);padding-right:var(--padding);width:clamp(11rem,100%,35rem)}hr{margin-top:1.5rem}button{color:var(--header-color)}.PersonnalInfo{box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap}.PersonnalInfo label{text-align:left}.PersonnalInfo label,.PersonnalInfoinput{display:inline-block;width:var(--label-width)}.PersonnalInfo form{display:flex;flex-direction:column;gap:1rem}.PersonnalInfo form>div{display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem}.PersonnalInfo form div div{display:flex;flex-direction:column}.Profile textarea{box-sizing:border-box;margin:0;width:100%}.Profile button{margin-top:.5rem;width:100%}.EducationContainer,.EmploymentContainer{box-sizing:border-box;margin:0;width:100%}.EducationContainer section,.EmploymentContainer section{box-sizing:border-box;display:flex;flex-direction:column;width:100%}.EducationContainer section form,.EmploymentContainer section form{display:flex;flex-direction:column;gap:1rem;margin:0;width:100%}.EducationInputs,.EmploymentInputs{display:flex;flex-direction:column;gap:1.5rem}.EducationContainer section input,.EmploymentContainer section input{width:var(--label-width)}.EducationContainer section label,.EmploymentContainer section label{display:block;font-weight:700;text-align:center;width:var(--label-width)}.EducationContainer textarea,.EmploymentContainer textarea{box-sizing:border-box;width:100%}.EmployerAndCity,.EmployerAndCity~div,.SchoolAndCity,.SchoolAndCity~div{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.EducationButtons,.EmploymentButtons{display:flex;flex-direction:row;gap:1rem;justify-content:center}.LanguageContainer{box-sizing:border-box}.LanguageContainer,.LanguageContainer form{display:flex;flex-direction:column;margin:0;width:100%}.LanguageContainer form{gap:1rem}.LanguageContainer label{display:block;width:var(--label-width)}.LanguageInputs{box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;width:100%}.LanguageContainer textarea{width:100%}.LanguageButtons{display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem;justify-content:center;width:100%}.HobbyContainer{margin:0;width:100%}.HobbyContainer section form{box-sizing:border-box;display:flex;flex-direction:column;gap:1rem;width:100%}.HobbyContainer input{width:100%}.HobbyButtons{display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem;justify-content:center}.CvOutputsContainer{background-color:#fff;box-sizing:border-box;display:grid;grid-template-areas:"outputHeader" "outputBody";grid-template-columns:1fr;grid-template-rows:1fr 12fr;height:297mm;margin:1rem .5rem;width:210mm}.OutputHeader{background-color:#777;box-sizing:border-box;grid-area:outputHeader;height:100%;padding:1rem 1.5rem;width:100%}.OutputProfileContainer{color:#ddd;display:flex;flex-direction:column;gap:.3rem}.OutputProfileContainer h4{color:#ccc;margin:0;padding-left:1.5rem}.OutputAdressContainer{color:#ccc;display:flex;flex-direction:row;flex-wrap:wrap;gap:1.5rem}.OutputAdressContainer h4{display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem}.OutputBody{box-sizing:border-box;display:grid;grid-area:outputBody;grid-template-areas:"outputMainBody";grid-template-columns:1fr;grid-template-rows:1fr;width:100%}.OutputMainBody{box-sizing:border-box;display:flex;flex-direction:column;grid-area:outputMainBody;justify-content:space-between;padding-bottom:1.5rem;padding-left:2rem;padding-right:2rem;width:100%}.DisplayedEducation,.DisplayedEmployment,.DisplayedLanguage,.EducationSection,.EmploymentSection,.LanguageSection{box-sizing:border-box;display:flex;flex-direction:column;margin:0;padding:0;width:100%}.EducationSection h3,.EmploymentSection h3,.LanguageSection h3{box-sizing:border-box;margin:0 0 .5rem;width:100%}.EducationSection h4,.EmploymentSection h4,.LanguageSection{color:#555;margin:0;padding:0;width:100%}.EducationSection div,.EmploymentSection div,.LanguageSection div{box-sizing:border-box;display:flex;justify-content:space-between;width:100%}.LanguageAndlevel,.PositionAndDate,.TitleAndDate{box-sizing:border-box;font-family:Georgia,Times New Roman,Times,serif;width:100%}.LanguageAndlevel span{text-align:center}.LanguageAndlevel p,.PositionAndDate p,.TitleAndDate p{box-sizing:border-box;color:#777;font-family:Georgia,Times New Roman,Times,serif;margin:0;width:100%}.Lang{font-size:.8rem;font-weight:700;padding-left:1rem}.Lang:before{background-color:#555;border-radius:100%;content:" ";display:inline-block;height:.3rem;margin-right:.5rem;width:.3rem}footer{align-items:center;background-color:var(--header-color);display:flex;grid-area:footer;height:100%;justify-content:center;margin:0;width:100%}a,footer{color:#fff}a{text-decoration:none}body{background-color:#dbdbdb;box-sizing:border-box;height:100vh;-webkit-user-select:none;user-select:none;width:100vw}#root,body{margin:0;padding:0}#root{height:100%;width:100%}
/*# sourceMappingURL=main.9005c60a.css.map*/