@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Fredoka:wght@300..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --primary-color: #5A6A31;
  --secondary-color: #F8F7F2;
  --line-color: #cacebc;
  --icon-color: #b0b69c;
  --bg-blur-color: rgb(90 106 50 / 73%);
  --bg-sidebar : #5A6A31;
  --txt-sidebar : white;
  --title-color : #5A6A31;
  --title-font: 'Lobster', sans-serif;
  --text-font: 'Jakarta', sans-serif;
}
.theme-color-2 {
  --primary-color: #050c27;
  --secondary-color: #fbf9f3;
  --line-color: #cbc9c9;
  --icon-color: #7b7d89;
  --bg-blur-color: rgb(7 12 39 / 70%);
  --bg-sidebar : #050c27;
  --txt-sidebar : white;
  --title-color : #050c27;
}
.theme-color-3 {
  --primary-color: #af4746;
  --secondary-color: #FFF8E6;
  --line-color: #f1d5c8;
  --icon-color: #d4888d;
  --bg-blur-color: rgb(181 34 41 / 70%);
  --bg-sidebar : #af4746;
  --txt-sidebar : white;
  --title-color : #272727;
}
.theme-color-4 {
  --primary-color: #272727;
  --secondary-color: #F8F7F2;
  --line-color: #d3cdec;
  --icon-color: #bcb1e7;
  --bg-blur-color: rgb(0 0 0 / 60%);
  --bg-sidebar : #BCB1E7;
  --txt-sidebar : #272727;
  --title-color : #272727;
}
.theme-color-5 {
  --primary-color: #272727;
  --secondary-color: #F8F7F2;
  --line-color: #f9dba0;
  --icon-color: #3a3a3a;
  --bg-blur-color: rgb(0 0 0 / 60%);
  --bg-sidebar : #FCBE3C;
  --txt-sidebar : #272727;
  --title-color : #272727;
}

.font-title-lobster {
  --title-font: 'Lobster', sans-serif;
}
.font-title-roboto {
  --title-font: 'Roboto', sans-serif;
}
.font-title-gothic {
  --title-font: 'Gothic', sans-serif;
}
.font-title-oswald {
  --title-font: 'Oswald', sans-serif;
}
.font-title-playfair {
  --title-font: 'Playfair Display', sans-serif;
}
.font-title-abril {
  --title-font: 'Abril Fatface', sans-serif;
}
.font-title-poppins {
  --title-font: 'Poppins', sans-serif;
}
.font-title-raleway {
  --title-font: 'Raleway', sans-serif;
}
.font-title-montserrat {
  --title-font: 'Montserrat', sans-serif;
}
.font-title-fredoka {
  --title-font: 'Fredoka', sans-serif;
}



.font-text-jakarta {
  --text-font: 'Jakarta', sans-serif;
}
.font-text-opensans {
  --text-font: 'Open Sans', sans-serif;
}
.font-text-georgia {
  --text-font: 'Georgia', serif;
}
.font-text-poppins {
  --text-font: 'Poppins', sans-serif;
}
.font-text-raleway {
  --text-font: 'Raleway', sans-serif;
}
.font-text-montserrat {
  --text-font: 'Montserrat', serif;
}
.font-text-roboto {
  --text-font: 'Roboto', serif;
}
.select-color-theme button.active {
    border: solid 2px black;
}
.select-color-theme button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: solid 1px #d3d3d3;
    transform: rotate(45deg);
    cursor: pointer;
}
.select-color-theme .color1 {
    background: linear-gradient(to right, #5A6A31 50%, #F8F7F2 50%);
}
.select-color-theme .color2 {
    background: linear-gradient(to right, #050c27 50%, #fbf9f3 50%);
}
.select-color-theme .color3 {
    background: linear-gradient(to right, #af4746 50%, #FFF8E6 50%);
}
.select-color-theme .color4 {
    background: linear-gradient(to right, #BCB1E7 50%, black 50%);
}
.select-color-theme .color5 {
    background: linear-gradient(to right, #FCBE3C 50%, black 50%);
}


.template-cvel-01 p, .template-cvel-01 li, .template-cvel-01 span, .template-cvel-01 a, .template-cvel-01 h3, .template-cvel-01 h4 {font-family: var(--text-font);}
.admin-bar .template-cvel-01, .admin-bar .cvel-sidebar, .admin-bar .cvel-content {min-height: calc(100vh - 32px);}
  .admin-bar .cvel-menu.scrolled {top: 52px;}
  .admin-bar .cvel-menu {top: 82px;}
  .admin-bar .cvel-sidebar {top: 32px;}
  footer, header, .cta-bottom {display: none !important;}
  html {background: var(--bg-sidebar);}
  .template-cvel-01 {display: flex; align-items: center; min-height: 100vh; background: var(--bg-sidebar);}
  .cvel-sidebar {max-width: 30%; padding: 50px; display: flex; flex-direction: column; width: 30%; position: fixed; min-height: 100vh; top: 0; left: 0; justify-content: center;}
  .cvel-content {max-width: 70%; padding: 50px; width: 70%; margin-left: 30%; min-height: 100vh; background: var(--secondary-color); border-radius: 30px 0 0 30px;}
  .cvel-img-profil img {height: 250px; object-fit: cover; overflow: hidden; width: 250px; border-radius: 1000px; margin: auto; display: block;}
  h1 {color: var(--txt-sidebar); font-size: 45px; text-align: center; line-height: 50px; margin-bottom: 0; margin-top: 40px; font-family: var(--title-font);}
  .cvel-job {color: var(--txt-sidebar); text-align: center; font-size: 20px; margin: 6px 0 0 0; opacity: .7;}
  .cvel-rs {display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 25px;}
  .cvel-rs svg {display: block; width: 22px; height: 22px; fill: var(--txt-sidebar);}
  .cvel-download-cv {display: table; border: solid 2px; text-align: center; padding: 10px 30px; border-radius: 100px; color: var(--txt-sidebar); text-decoration: none !important; font-size: 18px; font-weight: 600; width: fit-content; margin: 50px auto 0 auto; display: flex; align-items: center; gap: 10px;}
  .cvel-content h2 {color: var(--title-color); font-size: 45px; line-height: 52px; font-family: var(--title-font); position: relative; display: table;}
  .cvel-content h2:before {content:""; display: block; width: calc(100% + 20px); height: 10px; background: var(--line-color); position: absolute; top: 41px; z-index: 0; border-radius: 10px; left: -10px;}
  .cvel-inside-content {margin-top: 120px;}
  .cvel-content h2 span {position: relative; z-index: 1; font-family: var(--title-font); color: var(--title-color);}
  .cvel-content p, .cvel-content li, .cvel-content a, .cvel-content span, .cvel-content h3 {color: #454544;}
  .cvel-desc-infos {display: flex; gap: 15px; flex-direction: column;}
  .cvel-infos li {font-size: 16px; font-weight: bold; display: flex; align-items: center; gap: 10px;}
  .cvel-infos li i {color: var(--icon-color); font-size: 22px;}
  .cvel-about {width: 100%;}
  .cvel-infos {width: 100%; list-style: none !important; padding: 0 !important; display: flex; gap: 40px; flex-wrap: wrap;}
  .cvel-infos li, .cvel-bloc-formation li {padding-bottom: 5px; line-height: 24px;}
  .cvel-bloc-formation {display: flex; gap: 25px; border-top: solid 1px #d9ddcd; padding-top: 25px; margin-top: 25px;}
  .cvel-bloc-formation:last-child {border-bottom: solid 1px #d9ddcd; padding-bottom: 25px; margin-bottom: 25px;}
  .cvel-bloc-formation p, .cvel-bloc-formation ul {margin: 0;}
  .cvel-date {width: 180px;}
  .cvel-name-xp {width: 350px;}
  .cvel-desc-xp {width: calc(100% - 530px);}
  .cvel-name-xp p:first-child {font-weight: bold; font-size: 20px;}
  .cvel-xp, .cvel-formations, .cvel-competences, .cvel-loisirs, .cvel-tools, .cvel-contact, .cvel-real {padding-top: 50px;}
  .cvel-list-flex {display: flex; flex-wrap: wrap; gap: 40px;}
  .cvel-list-flex > div {width: calc(25% - 30px); text-align: center;}
  .cvel-list-flex > div img {width: 50px;}
  .cvel-list-flex > div i {font-size: 40px; color: var(--icon-color); text-align: center;}
  .cvel-list-flex > div p, .cvel-list-flex > div h3 {font-weight: bold; line-height: 24px; margin: 0; font-size: 16px;}
  .cvel-list-flex > div .desc {font-weight: 400;}
  .cvel-list-competence .cvel-bloc-competence {width: calc(33.33% - 27px); display: flex; align-items: center; gap: 30px; text-align: left;}
  .cvel-bloc-competence .cvel-bloc-competence-content span {display: block; width: 100%; height: 16px; background: var(--line-color); border-radius: 50px; position: relative; margin-top: 15px;}
  .cvel-bloc-competence .cvel-bloc-competence-content span:before {content:""; position: absolute; left: 2px; top: 2px; height: 12px; width: 75%; background: var(--primary-color); border-radius: 50px;}
  .cvel-list-competence .cvel-bloc-competence:nth-child(1) .cvel-bloc-competence-content span:before {width: 65%;}
  .cvel-list-competence .cvel-bloc-competence:nth-child(2) .cvel-bloc-competence-content span:before {width: 85%;}
  .cvel-list-competence .cvel-bloc-competence:nth-child(3) .cvel-bloc-competence-content span:before {width: 95%;}
  .cvel-list-competence .cvel-bloc-competence:nth-child(4) .cvel-bloc-competence-content span:before {width: 85%;}
  .cvel-list-langues .cvel-bloc-competence:nth-child(1) .cvel-bloc-competence-content span:before {width: calc(100% - 4px);}
  .cvel-list-langues .cvel-bloc-competence:nth-child(2) .cvel-bloc-competence-content span:before {width: 90%;}
  .cvel-list-langues .cvel-bloc-competence:nth-child(3) .cvel-bloc-competence-content span:before {width: 65%;}
  .cvel-bloc-competence i {width: 50px;}
  .cvel-bloc-competence .cvel-bloc-competence-content {width: calc(100% - 50px);}
  .cvel-bloc-competence-img {min-width: 80px; height: 80px; border: solid 2px var(--line-color); display: flex; align-items: center; justify-content: center; border-radius: 10px; background: white;}
  .cvel-list-loisir > div {display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 10px;}
  .cvel-contact-form {display: flex; flex-wrap: wrap; gap: 40px;}
  .cvel-contact-form .form-group {display: flex; flex-direction: column; gap: 15px; width: calc(50% - 20px);}
  .cvel-contact-form .form-group input {background: none; border: none; border-bottom: solid 2px var(--line-color); height: 50px; width: 100% !important;}
  .cvel-contact-form .form-group-full {width: 100%;} 
  .cvel-contact-form .form-group-full textarea {background: none; border-top: none; border-right: none; border-left: none; border-image: initial; border-bottom: 2px solid var(--line-color); max-width: 100%; min-width: 100%; min-height: 50px;}
  .cvel-contact-form .btn-submit {background: var(--primary-color); border: none; font-size: 16px; padding: 12px 35px; border-radius: 50px; color: white; font-weight: 600; cursor: pointer; display: flex; align-items: center; gap: 10px;}
  .cvel-menu {background: var(--primary-color); padding: 10px 10px 10px 30px; border-radius: 20px; display: flex; gap: 20px; position: fixed; width: calc(70% - 100px); z-index: 9999; transition: .3s; top: 50px;}
  .cvel-menu a {text-decoration: none !important; font-size: 18px; line-height: 25px; padding: 10px 0; font-weight: bold; color: var(--secondary-color);}
  .cvel-menu a.cvel-btn-menu {margin-left: auto; background: var(--secondary-color); color: var(--primary-color); padding: 10px 23px; border-radius: 14px; display: flex; align-items: center; gap: 10px;}
  .cvel-menu.scrolled {background: var(--bg-blur-color); backdrop-filter: blur(6px); top: 20px;}
  .cvel-list-real {display: flex; flex-wrap: wrap; gap: 40px;}
  .cvel-bloc-real {width: calc(50% - 20px); border: solid 2px var(--line-color); border-radius: 20px; overflow: hidden; display: flex; flex-direction: column; position: relative;}
  .cvel-bloc-real-txt {padding: 10px 30px;}
  .cvel-bloc-real-txt h3 {font-weight: 600; font-size: 20px;}
  .cvel-bloc-real-img img {height: 350px; object-fit: cover; overflow: hidden; width: 100%; margin: auto; display: block; position: absolute; top: 0; left: 0; opacity: 0; transition: opacity 0.5s ease; z-index: 0;}
  .cvel-bloc-real-img {margin-top: auto; position: relative; overflow: hidden; height: 350px;}
  .cvel-bloc-real-img img.active { opacity: 1; z-index: 1;}
  .carousel-arrow {position: absolute; top: 50%; transform: translateY(-50%); border: none; font-size: 18px; cursor: pointer; z-index: 10; border-radius: 5px; background: rgb(255 255 255 / 58%); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.3); width: 40px; height: 40px;}
  .carousel-arrow i {color: black !important;}
  .carousel-arrow.prev {left: 10px;}
  .carousel-arrow.next {right: 10px;}
  .carousel-dots {text-align: center; margin-top: 10px; position: absolute; bottom: 12px; display: flex; justify-content: center; align-items: center; width: 100%; gap: 10px; z-index: 2;}
  .carousel-dots span {display: inline-block; width: 10px; height: 10px; border-radius: 50px; cursor: pointer; background: rgb(255 255 255 / 77%); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.3);}
  .carousel-dots span.active {background: var(--primary-color);}
  #lightbox {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgb(0 0 0 / 54%); display: flex; justify-content: center; align-items: center; z-index: 99999; backdrop-filter: blur(10px);}
  #lightbox .lightbox-content {position: relative; max-width: 1200px; max-height: 90vh; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; margin: 0 30px;}
  #lightbox img {max-width: 100%; max-height: 100%; display: block; width: auto; height: auto; border-radius: 10px;}
  #lightbox .close {position: absolute; top: 20px; right: 30px; color: black; font-size: 25px; cursor: pointer; border-radius: 5px; background: rgb(255 255 255 / 58%); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.3); width: 50px; height: 50px; display: flex; justify-content: center; line-height: 35px; z-index: 9999999; align-items: center;}
  #lightbox .lightbox-prev, #lightbox .lightbox-next {position: absolute; top: 50%; transform: translateY(-50%); font-size: 22px; color: black; cursor: pointer; border-radius: 5px; background: rgb(255 255 255 / 58%); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.3); width: 50px; height: 50px;}
  #lightbox .lightbox-prev {left: 10px; }
  #lightbox .lightbox-next {right: 10px; }
  #lightbox .close i {pointer-events: none; cursor: pointer;}
  button, input, select, textarea {appearance: none; -webkit-appearance: none; -moz-appearance: none;}
  
  @media screen and (max-width: 767px) {
  	.template-cvel-01 {flex-direction: column;}
  	.cvel-sidebar {position: relative; max-width: 100%; width: 100%; min-height: 100%;}
  	.cvel-menu {display:none;}
  	.cvel-content {max-width: 100%; width: 100%; margin: 0; padding: 25px; border-radius: 30px 30px 0 0;}
  	.cvel-inside-content {margin-top: 0;}
  	.cvel-bloc-formation {flex-direction: column; gap: 5px;}
  	.cvel-bloc-real, .cvel-list-competence .cvel-bloc-competence, .cvel-desc-xp {width: 100%;}
  	.cvel-list-loisir > div {width: calc(50% - 20px);}
  	.cvel-bloc-real-img img, .cvel-bloc-real-img {height: 230px;}
  	.cvel-infos {flex-direction: column; gap: 10px;}
  	.cvel-contact-form {flex-direction: column; gap: 20px;}
  	.cvel-contact-form .form-group {width: 100%;}
  	.cvel-name {margin-bottom: 0 !important;}
  	.cvel-date, .cvel-name-xp {width: 100%;}
  	.cvel-date p {font-size: 14px;}
  	.cvel-name-xp p:last-child {font-size: 14px; line-height: 18px;}
  	.cvel-desc-xp {padding-top: 15px;}
  	.cvel-infos li {font-weight: 500;}
  	.cvel-content h2:before {top: 29px;}
  
  }