/*@import "https://europa.eu/europass/eportfolio/api/eprofile/static/share-profile/css/grid.css";
@import "https://europa.eu/europass/eportfolio/api/eprofile/static/share-profile/css/buttons.css";
@import "https://europa.eu/europass/eportfolio/api/eprofile/static/share-profile/css/media.css";
@import "https://europa.eu/europass/eportfolio/api/eprofile/static/share-profile/css/modal.css";*/


:root {
    --var-color-primary: #932121;
    --var-color-secondary: #371098;
}

.content {
    max-width: 1170px;
    padding-top: 1.25rem;
    background-color: #fafafa;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

hr {
    margin: 1rem 0;
    border: 0;
    border-top: 2px solid #d4d4d4;
}

.break-word {
    word-break: break-word !important;
    overflow-wrap: break-word;
}

h3.title {
    color: #371098;
}

h5.title {
    color: #0A0A0A;
    font-size: 16px;
    margin-top: 0.5rem;
}

/*------------------------------------*\
    #BLOCK GRID
\*------------------------------------*/
.block-grid > * {
    margin-bottom: 1rem;
}

@media screen and (min-width: 64em){
    .block-grid {
        display: flex;
        flex-wrap: wrap;
    }

    .block-grid > * {
        margin-bottom: 0;
        width: calc(100% / 3 - .5rem);
    }
}

/*------------------------------------*\
    #SECTION
\*------------------------------------*/
.section {
    background-color: #fff;
    padding: 1.5rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, .1);
    border-radius: .25rem;
    margin: 2rem 0;
}

.section__title {
    color: #932121;
    text-transform: uppercase;
    font-size: 1.5rem;
}

.section__subtitle {
    font-size: 1.25rem;
    color: #0a0a0a;
}

/*------------------------------------*\
    #HEADER
\*------------------------------------*/
.header {
    color: #0a0a0a;
    text-align: center;
    position: relative;
    padding-top: 2.5rem;
    font-size: 1.125rem;
}

.header-avatar {
    width: 10rem;
    height: 10rem;
    margin: .5rem auto;
    overflow: hidden;
    border-radius: 50%;
    border: .25rem solid #fff;

    position: absolute;
    left: 50%;
    transform: translate(-50%, -8rem);
    top: 0;
    z-index: 15;
}

@media (max-width: 575.98px) {
    .header-avatar {
        width: 7rem;
        height: 7rem;
        transform: translate(-50%, -4rem);
    }
}

.header-avatar__pic {
    width: 100%;
    height: auto;
}

.text-primary {
    color: #932121 !important;
}

.header-title {
    color: #932121;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 0;
}

.header__quotes {
    font-weight: bold;
    font-size: 1.5rem;
    color: #3c3c3c;
}

.header-title--gradient .header-title__name {
    display: inline-block;
    max-width: 100%;
    background: -moz-linear-gradient(-45deg, #932121 0%, #371098 100%);
    background: -webkit-linear-gradient(-45deg, #932121 0%, #371098 100%);
    background: linear-gradient(135deg, #932121 0%, #371098 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .header-title--gradient .header-title__name {
        background: -ms-linear-gradient(-45deg, #932121 0%, #371098 100%);
        background: none;
    }
}

.header__separator {
    border: 0;
    border-top: 2px solid #f8cb46;
    max-width: 25rem;
    margin: 1.25rem auto;
}

.header__description {
    margin: 1.25rem 0;
    text-align: left;
}

/*------------------------------------*\
    #INLINE LIST
\*------------------------------------*/
.infos-list {
    list-style-type: none;
    margin: 1.5rem 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.infos-list__item {
    margin: .25rem .5rem;
}

.infos-list__item--full {
    width: 100%;
}

.infos-list .icon {
    margin: 0 .25rem;
    margin-top: -.25rem;
}

.infos-list a {
    color: #0a0a0a;
}

/*------------------------------------*\
    #INLINE LIST
\*------------------------------------*/
.inline-list {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}

.inline-list--center {
    justify-content: center;
}

.inline-list__item {
    margin: .25rem 1em .25rem 0;
    border-right: 2px solid #979797;
    padding-right: 1em;
}

.inline-list__item + .inline-list__item {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
}

.inline-list__item:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

.inline-list__item.inline-list__item--full {
    width: 100%;
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
}

.inline-list__item--full + .inline-list__item {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
}

/*------------------------------------*\
    #SECTION
\*------------------------------------*/
.experience--bordered {
    border-radius: .25rem;
    border: .125rem solid #d4d4d4;
    padding: .625rem;
    margin-left: 5px;
}

.experience__title {
    font-size: 1.25rem;
    margin-bottom: 0;
}

.experience__title--color {
    color: #371098;
}

.experience__subtitle {
    font-weight: normal;
    font-size: 1.125rem;
    margin-bottom: 0;
}

.experience__metas {
    font-size: 1rem;
    color: #6b6b6b;
    margin-bottom: 1rem;
}

.experience__desc:not(:last-child) {
    margin-bottom: 1rem;
}

/* As timeline */
.experience--timeline {
    padding-left: 1.5rem;
    position: relative;
}

.experience--timeline + .experience--timeline {
    margin-top: 2rem;
}

/* To have a line without break on the left 
.experience--timeline + .experience--timeline::before {
    top: -2.25rem;
}*/

.experience--timeline::before {
    content: '';
    position: absolute;
    top: .25rem;
    left: .5rem;
    bottom: 0;
    width: 2px;
    transform: translateX(-50%);
    background: #932121;
    background: -moz-linear-gradient(-45deg,  #932121 0%, #371098 100%);
    background: -webkit-linear-gradient(-45deg,  #932121 0%,#371098 100%);
    background: linear-gradient(135deg,  #932121 0%,#371098 100%);
}

.experience--timeline::after {
    content: '';
    position: absolute;
    top: .25rem;
    left: 0;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    border: 2px solid #fff;
    background: #932121;
    background: -moz-linear-gradient(-45deg,  #932121 0%, #932121 40%, #371098 60%, #371098 100%);
    background: -webkit-linear-gradient(-45deg,  #932121 0%,#932121 40%,#371098 60%,#371098 100%);
    background: linear-gradient(135deg,  #932121 0%,#932121 40%,#371098 60%,#371098 100%);
}

/*------------------------------------*\
    #LINK
\*------------------------------------*/
.inactive-link {
    pointer-events: none;
    cursor: default;
}

/*------------------------------------*\
    #STANDALONE LINK
\*------------------------------------*/
.standalone-link {
    display: inline-block;
    color: #404040;
}

.standalone-link span {
    vertical-align: middle;
    padding-left: .25rem;
}

.standalone-link:hover,
.standalone-link:focus {
    text-decoration: none;
    color: #932121;
}

.standalone-link:hover span,
.standalone-link:focus span {
    text-decoration: underline;
}

/*------------------------------------*\
    #ICON
\*------------------------------------*/
.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.icon--primary {
    fill: #932121;
}

.icon--md {
    width: 1.25rem;
    height: 1.25rem;
}

/*------------------------------------*\
    #NOTATION SCALE
\*------------------------------------*/
.notation-scale {
    display: flex;
    margin: .625rem 0;
}

.notation-scale__step {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    border: .125rem solid #371098;
    background-color: #fff;
}

.notation-scale__step + .notation-scale__step {
    margin-left: 1rem;
}

.notation-scale__step--full {
    border-color: #371098;
    background-color: #371098;
}

/*------------------------------------*\
    #DRIVING LICENCE
\*------------------------------------*/
.driving-licence {
    border: .125rem solid #24597b;
    border-radius: .25rem;
    display: inline-flex;
    align-items: center;
    min-width: 8rem;
    margin-right: .5rem;
}

.driving-licence__icon {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 .5rem;
    flex: 1;
}

.driving-licence__type {
    display: inline-block;
    padding: .25rem .5rem;
    color: #474745;
    font-weight: bold;
    font-size: 1.25rem;
    border-left: .125rem solid #d4d4d4;
    flex: 1;
    text-align: center;
}

.row-licence{
    display: flex;
    padding-bottom: 5px;
}

.driving-dates-space{
    margin-top: 17px;
    padding-left: 0.75rem;
}
/*------------------------------------*\
    #LANGUAGE SKILLS
\*------------------------------------*/
.horizontal-ruler-separated > div {
    border-bottom: 0.125rem solid #d4d4d4;
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
}

.horizontal-ruler-separated > div:last-child {
    border-bottom: none;
}
.language-height {
    height: max-content;
}

/*------------------------------------*\
    #REPORT BOX
\*------------------------------------*/
.report-box {
    border: 1px solid #bdbdbd;
    border-color: #4d9acb !important;
    clear: both;
}

.report-box a {
    text-decoration: underline;
    color: #007ad9;
}


/*------------------------------------*\
    #COLLAPSE & SCROLL-TOP BUTTONS
\*------------------------------------*/
.button-as-a {
    background: transparent;
    padding: 0;
    border: 0;
    font-weight: 700;
    font-size: 16px;
}
.button-as-a:hover {
    text-decoration: underline;
    text-decoration-color: #932121;
}
.button-as-a:focus {
    outline: none !important;
}
/*------------------------------------*\
    #SCROLL TOP BUTTON
\*------------------------------------*/

#scrollTop {
    color: #932121;
    margin-bottom: 1rem;
    font-weight: bold;
    padding-bottom: 1rem;
    float: right;
}

#scrollTop .icon.chevron-up {
    text-transform: uppercase;
    font-weight: bold;
}
