<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-size: 1.3vw;
    font-family: 'Arial';
    background-color: #fff;
    color: #000;
}

#quick_cont {
    clear: left;
    width: 15%;
    hight:100%;
    float:left;
    text-align:left;
    padding-bottom: 1px;
}

#body_cont {
    float:left;
    width: 75%;
    margin-left:0%;
}

#hor_lin_cont {
    clear:left;
}

#company1_cont {
    clear:left;
    width: 50%;
    float: left;
    text-align:left;
}

#company2_cont {
    width: 50%;
    float: left;
    text-align:right;
}


#languages_cont {
    width: 9%;
    float: right;
    text-align:right;
    position: relative;
    right: 1%;
    top: 0;
}

#language_ENG {
    width: 26.5%;
}

#language_FR {
    width: 20%;
}

#profile_picture_cont {
    margin-top:45%;
}

#profile_picture {
    width: 90%;
}

#unilim_logo_1 {
    width: 50%;
}

#unilim_logo_2 {
    width: 40%;
}

#CEA_logo_1 {
    width: 23%;
}

#linkedin_logo {
    width: 15%;
}

#student_name {
    clear:left;
    font-size: 120%;
    font-weight: 700;
}

#student_type {
    clear:left;
    font-weight: 550;
    font-style: italic;
}

.chapter_title {
    font-size: 1.3vw;
    font-weight: 700;
    text-decoration: underline;
    padding-top: 20px;
}

.section_title {
    font-size: 1.3vw;
    font-weight: 700;
}


.headersection {
    font-size: 1.3vw;
    font-weight: 700;
    color: rgb(97, 113, 137);
}

.headerdegree {
    font-size: 1.3vw;
    font-weight: 700;
}

.CV_entry {
    font-size: 1.3vw;
    width: 100%;
    float: left;
    text-align:left;
    margin-top:    0%;
}

.CV_date {
    font-size: 1.3vw;
    width: 7%;
    float: left;
    text-align:left;
}

.CV_logo {
    font-size: 1.3vw;
    width: 8%;
    float: left;
    text-align:left;
    margin-top:2%;
}

.CV_item {
    font-size: 1.3vw;
    width: 85%;
    float: left;
    text-align:left;
}

.CV_duration {
    font-size: 80%;
}

.diploma {
    font-size: 1.3vw;
    width: 23%;
    float: left;
    text-align:left;
    margin-left: 3%;
}

.diploma_descript {
    font-size: 1.3vw;
    width: 70%;
    float: left;
    text-align:left;

}

.diploma_descript2 {
    font-size: 1.3vw;
    width: 90%;
    float: left;
    text-align:left;
    margin-left: 3%;
}

/* publication relevant styling*/
.publication_content {
    padding: 0;
    margin-left: 2ex;
}

.authors {
    display: inline;
}

.publication_title {
    display: inline;
    font-style: italic;
    color: #616263;
}

.publication_place {
    display: inline;
}

/* internship proposal relevant styling*/
.internship_content {
    padding: 0;
    margin-left: 2ex;
}

.internship_topic {
    display: inline;
}


/* quick news relevant styling*/
.news_list {
    padding: 0;
    margin-left: 0ex;
    list-style-type: none;
}

.news_item {
    /*display: inline;*/
    margin: 2ex 0;
    text-align: center;
    /*color: #ef0404;
    -webkit-animation: blinker .75s linear infinite;
    -moz-animation: blinker .75s linear infinite;
    -ms-animation: blinker .75s linear infinite;
    -o-animation: blinker .75s linear infinite;
    animation: blinker .75s linear infinite;*/

}
@keyframes blinker {
 0% {opacity: 1;}
   50%{opacity:1;}
   100%{opacity:0;}
}

.news_item:hover {
  /*color: black;
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;*/
}


/* announcement relevant styling*/
.announcement_content {
    padding: 0;
    margin-left: 2ex;
}

.announcement_item {
    display: inline;
}
</pre></body></html>