@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat");
* {
    outline: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

html,
body {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #ffffff;
    cursor: default;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
}

a {
    text-decoration: none;
    color: #fff;
    display: block;
    transition-duration: 0.3s;
}

ul {
    list-style-type: none;
    padding: 0;
}

h3 {
    color: #333333;
    margin: 10px 0;
    font-size: 1.5em;
}

.resume {
    width: 1200px;
    background: #ffffff;
    color: #333333;
    margin: 20px auto;
    box-shadow: 10px 10px #E3E5EA;
    position: relative;
    display: flex;
    border: 1px solid #E3E5EA;
}

.resume .base,
.resume .func {
    box-sizing: border-box;
    float: left;
}

.resume .base>div,
.resume .func>div {
    padding-bottom: 10px;
}

.resume .base>div:last-of-type,
.resume .func>div:last-of-type {
    padding-bottom: 0;
}

.resume .base {
    width: 35%;
    padding: 30px 15px;
    background: #E3E5EA;
    color: #333333;
}

.resume .base .profile {
    background: #ffffff;
    padding: 30px 15px 40px 15px;
    margin: -30px -15px 45px -15px;
    position: relative;
    z-index: 2;
}

.resume .base .profile::after {
    content: "";
    position: absolute;
    background: #ffffff;
    width: 100%;
    height: 30px;
    bottom: -15px;
    left: 0;
    transform: skewY(-5deg);
    z-index: -1;
}

.resume .base .profile .photo img {
    width: 50%;
    border-radius: 10%;
}

.resume .base .profile .photo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.resume .base .profile .fa-rocket {
    font-size: 100px;
    text-align: center;
    margin: auto;
    color: #333333;
}

.resume .base .profile .info {
    text-align: center;
    color: #333333;
}

.resume .base .profile .info .name {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 1.75em;
    color: #333333;
}

.resume .base .profile .info .job {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 1.0em;
    color: #333333;
}

/* Nouvelle structure pour la section contact */
.resume .base .contact-items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 15px;
}

.resume .base .contact-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 15px 10px;
    background: rgba(237, 237, 237, 0.05);
    border-radius: 8px;
    border: 1px solid;
    transition: all 0.3s ease;
}

.resume .base .contact-item:hover {
    background: rgba(197, 202, 216, 0.4);
    border: 1px solid rgba(253, 216, 53, 0.3);
    transform: translateY(-2px);
}

.resume .base .contact-item i {
    color: #333333;
    font-size: 24px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
}

.resume .base .contact-item:hover i {
    color: #5A6478;
    background: rgba(139, 115, 85, 0.2);
    transform: scale(1.1);
}

.resume .base .contact-item span,
.resume .base .contact-item a {
    color: #333333;
    font-size: 0.9em;
    line-height: 1.4;
    transition: color 0.3s ease;
    text-decoration: none;
    word-break: break-word;
}

.resume .base .contact-item:hover span,
.resume .base .contact-item:hover a {
    color: #333333;
}

.resume .base .contact-item a:hover {
    color: #5A6478;
}

.resume .base .follow .box {
    text-align: center;
    vertical-align: middle;
}

.resume .base .follow .box a {
    display: inline-block;
    vertical-align: text-bottom;
}

.resume .base .follow .box a:hover i {
    background: #5A6478;
    border-radius: 5px;
    transform: rotate(45deg) scale(0.8);
}

.resume .base .follow .box a:hover i::before {
    transform: rotate(-45deg) scale(1.5);
}

.resume .base .follow .box i {
    display: inline-block;
    font-size: 30px;
    background: #ffffff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 60px;
    color: #333333;
    margin: 0 10px 10px 10px;
    transition-duration: 0.3s;
}

.resume .base .follow .box i::before {
    transition-duration: 0.3s;
}

.resume .base .follow .box i.fa::before {
    display: block;
}

/* Styles pour la section interests dans la partie base */
.resume .base .interests {
    margin-top: 15px;
}

.resume .base .interests h3 {
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.resume .base .interests h3 i {
    margin-right: 8px;
}

.resume .base .interests-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin: 0;
}

.resume .base .interests-items div {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 5px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.resume .base .interests-items div:hover {
    background: rgba(139, 115, 85, 0.1);
    border: 1px solid #5A6478;
    transform: translateY(-2px);
}

.resume .base .interests-items div i {
    font-size: 24px;
    color: #333333;
    margin-bottom: 8px;
    transition: all 0.3s ease;
}

.resume .base .interests-items div:hover i {
    color: #5A6478;
    transform: scale(1.1);
}

.resume .base .interests-items div span {
    font-size: 0.85em;
    text-align: center;
    line-height: 1.2;
    color: #333333;
    transition: color 0.3s ease;
}

.resume .base .interests-items div:hover span {
    color: #333333;
}

.resume .func {
    width: 100%;
    padding: 30px;
}

.resume .func:hover>div {
    transition-duration: 0.5s;
}

.resume .func:hover>div:hover h3 i {
    transform: scale(1.25);
}

.resume .func:hover>div:not(:hover) {
    opacity: 0.5;
}

.resume .func h3 {
    transition-duration: 0.3s;
    margin-top: 0;
}

.resume .func h3 i {
    color: #ffffff;
    background: #E3E5EA;
    width: 42px;
    height: 42px;
    font-size: 20px;
    line-height: 42px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    margin-right: 8px;
    transition-duration: 0.3s;
}

.resume .func .work,
.resume .func .edu {
    float: left;
}

.resume .func .work small,
.resume .func .edu small {
    display: block;
    opacity: 0.7;
}

.resume .func .work ul li,
.resume .func .edu ul li {
    position: relative;
    margin-left: 15px;
    padding-left: 25px;
}

.resume .func .work ul li:hover::before,
.resume .func .edu ul li:hover::before {
    animation: circle 1.2s infinite;
}

.resume .func .work ul li:hover span,
.resume .func .edu ul li:hover span {
    color: #5A6478;
}

@keyframes circle {
    from {
        box-shadow: 0 0 0 0px #5A6478;
    }
    to {
        box-shadow: 0 0 0 6px rgba(139, 115, 85, 0);
    }
}

.resume .func .work ul li:first-of-type::before,
.resume .func .edu ul li:first-of-type::before {
    width: 10px;
    height: 10px;
    left: 1px;
}

.resume .func .work ul li:last-of-type,
.resume .func .edu ul li:last-of-type {
    padding-bottom: 3px;
}

.resume .func .work ul li:last-of-type::after,
.resume .func .edu ul li:last-of-type::after {
    border-radius: 1.5px;
}

.resume .func .work ul li::before,
.resume .func .work ul li::after,
.resume .func .edu ul li::before,
.resume .func .edu ul li::after {
    content: "";
    display: block;
    position: absolute;
}

.resume .func .work ul li::before,
.resume .func .edu ul li::before {
    width: 7px;
    height: 7px;
    border: 3px solid #E3E5EA;
    background: #ffffff;
    border-radius: 50%;
    left: 3px;
    z-index: 1;
}

.resume .func .work ul li::after,
.resume .func .edu ul li::after {
    width: 3px;
    height: 100%;
    background: #E3E5EA;
    left: 5px;
    top: 0;
}

.resume .func .work ul li span,
.resume .func .edu ul li span {
    transition-duration: 0.3s;
}

.resume .func .work {
    width: 48%;
    background: #E3E5EA;
    padding: 15px;
    margin: 0 4% 15px 0;
}

.resume .func .edu {
    width: 48%;
    background: #E3E5EA;
    padding: 15px;
}

.resume .func .skills-prog {
    clear: both;
    background: #E3E5EA;
    padding: 15px;
}

.resume .func .skills-prog ul {
    margin-left: 15px;
}

.resume .func .skills-prog ul li {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    transition-duration: 0.3s;
}

.resume .func .skills-prog ul li:hover {
    color: #5A6478;
}

.resume .func .skills-prog ul li:hover .skills-bar .bar {
    background: #5A6478;
    box-shadow: 0 0 0 1px #5A6478;
}

.resume .func .skills-prog ul li span {
    display: block;
    width: 120px;
}

.resume .func .skills-prog ul li .skills-bar {
    background: #ffffff;
    width: calc(100% - 120px);
    position: relative;
    border-radius: 2px;
}

.resume .func .skills-prog ul li .skills-bar .bar {
    position: absolute;
    top: -1px;
    height: 4px;
    background: #333333;
    box-shadow: 0 0 0 #333333;
    border-radius: 5px;
}

.resume .func .skills-soft {
    clear: both;
    background: #E3E5EA;
    padding: 15px;
    margin: 15px 0 0;
}

.resume .func .skills-soft ul {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.resume .func .skills-soft ul li {
    position: relative;
}

.resume .func .skills-soft ul li:hover svg .cbar {
    stroke: #5A6478;
    stroke-width: 4px;
}

.resume .func .skills-soft ul li:hover span,
.resume .func .skills-soft ul li:hover small {
    transform: scale(1.2);
}

.resume .func .skills-soft ul li svg {
    width: 95%;
    fill: transparent;
    transform: rotate(-90deg);
}

.resume .func .skills-soft ul li svg circle {
    stroke-width: 1px;
    stroke: #333333;
}

.resume .func .skills-soft ul li svg .cbar {
    stroke-width: 3px;
    stroke: #333333;
    stroke-linecap: round;
}

.resume .func .skills-soft ul li span,
.resume .func .skills-soft ul li small {
    position: absolute;
    display: block;
    width: 100%;
    top: 52%;
    transition-duration: 0.3s;
}

.resume .func .skills-soft ul li span {
    top: 40%;
}

.resume .func .interests {
    background: #E3E5EA;
    margin: 15px 0 0;
    padding: 15px;
}

.resume .func .interests-items {
    box-sizing: border-box;
    padding: 0 0 15px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.resume .func .interests-items div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.resume .func .interests-items div:hover i {
    transform: scale(1.2);
}

.resume .func .interests-items div:hover span {
    transition-duration: 0.3s;
}

.resume .func .interests-items div i {
    font-size: 45px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #333333;
    transition-duration: 0.3s;
}

.resume .func .interests-items div span {
    display: block;
}

hr.custom-hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.title-special {
    margin-top: 2rem;
    justify-items: center;
}