* {
  box-sizing: border-box;

}

html,body
{
  overflow-x: hidden;
  overflow: visible;
}

body {
  margin: 0;
  height: 100%;
  padding-top: 56px;
  background-color: ghostwhite;
  }

.w-100px
{
  width: 100px;
}

.page-footer{
  position: absolute;
  width: -webkit-fill-available;
}

  .XXXL{
    font-size: 11.5rem;
  }

section {
  padding: 0 0 50px;
  position: relative;
}

/* Start */
.section-title {
  padding-bottom: 20px;
}
.section-title h2 {
  font-weight: 700;
  color: #20247b;
  font-size: 45px;
  margin: 0 0 15px;
  border-left: 5px solid #fc5356;
  padding-left: 15px;
}
/* end */

.navbar-toggler {
  border: 2px solid white; /* border around button */
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27white%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");
}


/* Project*/


/* Blog 
---------------------*/
.blog-grid {
  margin-top: 15px;
  margin-bottom: 15px;
  }
  .blog-grid .blog-img {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  }
  .blog-grid .blog-img .date {
  position: absolute;
  background: #3a3973;
  color: #ffffff;
  padding: 8px 15px;
  left: 0;
  top: 10px;
  font-size: 14px;
  }
  .blog-grid .blog-info {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  background: #ffffff;
  padding: 20px;
  margin: -30px 20px 0;
  position: relative;
  min-height: 219px;
  }
  .blog-grid .blog-info h5 {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 10px;
  }
  .blog-grid .blog-info h5 a {
  color: #3a3973;
  }
  .blog-grid .blog-info p {
  margin: 0;
  min-height: 72px;
  }
  .blog-grid .blog-info .btn-bar {
  margin-top: 20px;
  }
  
  .px-btn-arrow {
    padding: 0 50px 0 0;
    line-height: 20px;
    position: relative;
    display: inline-block;
    color: #fe4f6c;
    -moz-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    -webkit-transition: ease all 0.3s;
    transition: ease all 0.3s;
  }
  
  
  .px-btn-arrow .arrow {
    width: 13px;
    height: 2px;
    background: currentColor;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 25px;
    -moz-transition: ease right 0.3s;
    -o-transition: ease right 0.3s;
    -webkit-transition: ease right 0.3s;
    transition: ease right 0.3s;
  }
  
  .px-btn-arrow .arrow:after {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    display: inline-block;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .cka-tag-btn:hover{
    background-color: #20247b;
    color: #fff;
  }

  .cka-tag-btn.active{
    background-color: #20247b;
    color: #fff;
  }

  .carousel-item {
    max-height: 90vh;
    border-radius: 12px;
  }

  .carousel-inner {
    max-height: 90vh;
    border-radius: 12px;
  }

  .grid {
    display: flex;
    flex-wrap: wrap;
  }
  
  .grid-item {
    width: 33.333%; /* 3 colonnes desktop */
    padding: 10px;
    box-sizing: border-box;
  }
  
  @media (max-width: 992px) {
    .grid-item {
      width: 50%; /* 2 colonnes tablette */
    }
  }
  
  @media (max-width: 576px) {
    .grid-item {
      width: 100%; /* 1 colonne mobile */
    }
  }
  
    /* End Project*/

.cka-container {
  width: 100%;
}


.cka-content {
  position: relative;
  padding: 3%;
  min-height: 96vh;
}

.copyR{
  background-color: #4B0082;
}

h2.cka-name {
  font-size: 38px;
}

.cka-intro {
  font-size: 55px;
}

.p5 {
  font-size: 19px;
}

.bg-cka {
  background-color: rebeccapurple;
  color: #fff;
}

.text-cka {
  color: rebeccapurple;
}


.cka-HorizonLine {
  display: flex;
  align-items: center;
  text-align: center;
  color: #20247b;
  font-weight: bold;
}

.cka-HorizonLine::before, .cka-HorizonLine::after {
  content: '';
  flex: 1;
  border-bottom: 2px solid #20247b;
  margin: 0 1rem;
}


.cka-navbar {
  width: 100%;
  /*background-color: darkblue;*/
  /*background-color: #4B0082;*/
  background-color: rebeccapurple;
  position: fixed;
  max-height: 4em;
  padding-top: auto;
  padding-inline: 15px;
  vertical-align: middle;
  justify-content: space-between;
  z-index: 1001;

}

.cka-navbar-logo {
  width: 150px;
  /* Ajustable selon la navbar */
  height: auto;
  /* Maintient les proportions */
  max-height: 50px;
  /* Empêche qu'il dépasse la navbar */
}


.cka-nav {
  padding: 5px;
  display: flex;
  justify-content: center;

}

.cka-nav-item {
  list-style-type: none;
}


.cka-nav-link {
  font-size: 1.5em;
  color: #fff;
  margin-inline: 25px;
  text-decoration: none !important;
}

.cka-nav-link.active {
  text-decoration: underline !important;
  text-underline-offset: 0.5em;
  text-decoration-thickness: 0.3em;
}


.cka-body {
  position: relative;
  /*top: -0.1em;*/
  padding-top: 0;
  padding-bottom: 0;
  padding-inline: 12px;
  width: 100%;

}

.cka-body2 {
  position: relative;
  top: 2em;
  padding: 4% 2%;

}

.cka-wlc-msg {
  position: relative;
  font-size: 2em;
  text-align: center;
}

/* primary presentation container with image */

.cka-ppcwi {
  /*position: relative;
    left: 10%;*/
  background-color: darkblue;
  color: #fff;
  padding: 20px;
  height: 11em;
  border-radius: 12px;
  justify-content: space-evenly;
  align-items: center;
}

.cka-h1 {
  font-size: 24px;
}

.v-title {
  color: darkblue;
}
/*

@media only screen and (min-width: 412px) and (max-width: 765px) {
  .side-photo img{
    height: 578px !important;
  }
}

@media only screen and (min-width: 765px) and (max-width: 1091px) {
  .side-photo img{
    height: 315px !important;
  }
}


@media only screen and (min-width: 1091px) {
  .side-photo img {
      height: 482px !important;
  }
}
*/

@media only screen and (max-width: 576px) {
  .cka-nav-item{
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  
  .XXXL{
    font-size: 5.5rem;
  }
}

body.dark {
  background-color: black !important;

}

.cka-HorizonLine.dark::before, .cka-HorizonLine.dark::after {
  border-bottom: 2px solid #d5d7f6;
}

.section-title h2.dark, .paragraph.dark h3, .paragraph.dark h2, .paragraph.dark h1 {
  color: #9053ce;
}

.blog-info.dark, .feature-box-1.dark {
  background-color: #1e2124 !important;
}
.feature-box-1.dark:hover .feature-content h5{
 color: #fff;
}

.blog-info.dark p, .feature-box-1.dark p{
  color: #fff !important;
}
.blog-info.dark h5 a, .feature-box-1.dark .feature-content h5{
  color: #9c40df;
}

.feature-box-1.dark :hover .feature-content h5 {
  color: #ffffff;
}

.dark p,.dark ul, .dark h4, .dark h5{
  color: #fff !important;
}

.card.dark{
  background-color: #1e2124;
}

.cka-tag-btn.dark
{
  color: #fff;
}
.cka-tag-btn.dark:hover{
  background-color: #663399;
  color: #fff;
}

.cka-tag-btn.dark.active{
  background-color: #663399;
  color: #fff;
}

.card.dark small{
  color:#d5d7f6 !important;
}

.dark span{
  color:#d5d7f6 !important;
}

.card.dark small a{
  color:#9053ce !important;
}

.dark svg{
  color:#d5d7f6;
}

.story-timeline.dark p{
  color:#663399 !important;
  font-weight: bold;
}

.story-timeline .vertical-timeline.dark::before {
  /* this is the vertical line */

  background: white !important;
}
/****************************************************/


.bg-primary.dark {
  background-color:rgb(177 139 41) !important;
  }

  .bg-danger.dark {
    background-color: rgb(174, 57, 46) !important;
}

.bg-info.dark {
  background-color: rgb(42, 125, 160) !important;
}


.bg-purple.dark {
  background-color: rgb(74, 53, 166) !important;
}

.bg-pink.dark {
  background-color: rgb(171, 43, 103) !important;
}

.bg-success.dark {
    background-color:rgb(124 159 41) !important;
}

/****************************************************/


/* Feature Box
---------------------*/
.feature-box-1 {
    padding: 32px;
    box-shadow: 0 0 30px rgba(102, 51, 153, 0.125);
    margin: 15px 0;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    min-height: 286px;
    overflow: hidden;
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
    top: 0;
  }
  .feature-box-1 * {
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
  }
  .feature-box-1 .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: rebeccapurple;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 22px;
    font-size: 27px;
  }
  .feature-box-1 .icon i {
    line-height: 70px;
  }
  .feature-box-1 h5 {
    color: rebeccapurple;
    font-weight: 600;
  }
  .feature-box-1 p {
    margin: 0;
  }
  .feature-box-1:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    border-radius: 10px;
    width: 0;
    background: rebeccapurple;
    z-index: -1;
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
  }
  .feature-box-1:hover {
    top: -5px;
  }
  .feature-box-1:hover h5 {
    color: #ffffff;
  }
  .feature-box-1:hover p {
    color: rgba(255, 255, 255, 0.8);
  }
  
  .feature-box-1:hover .icon {
    color: rebeccapurple;
    background: #ffffff;
  }
  
  .feature-box-1:hover:after {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    left: 0;
    right: auto;
  }
  /* end */



.project-cards p
{
    text-align: left;
}

.aboutMe{
    position: relative;
    top: 5%;
    background: rebeccapurple; /* violet de ta charte */
    align-items: center;
    padding: 5% 3% 0;
    color: #fff;
    text-align: left;
}


.detail {
  min-height: 100%;
  position: relative;
  padding: 3%;
}


.side-photo {
  position: relative;
  text-align: left;
  left: -50px;
  /*top: 50px;
      /*height: 300px;*/

}

.projects-recap {
  margin: auto;
  align-items: center;
  margin-inline: 0;
  /*background-color: darkblue;*/
  background-color: rebeccapurple;
  color: #fff;
}

.projects-recap-msg {
  padding: 5%;
}

  /* Counter*/

  
  .counter__content {
    padding: 50px;
  } 

 
  .counter__item__text h2 {
    font-size: 60px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 6px;
    margin-top: 18px;
  }
  .counter__item__text p {
    color: #ffffff;
    margin-bottom: 0;
  }
  .counter__item__text .icon{
  color:#fff;    
  }

  /* End Counter*/


/* Start Testmonial*/

.testi-card{
    min-height: 300px;
}
.testi-p
{
    min-height: 120px;
}
.bg-primary {
background-color: rgb(240, 194, 75) !important;
}

.mb-9 {
    margin-bottom: 4.96rem !important;
}

.mt-9 {
    margin-top: 4.96rem !important;
}

.card-icon-border-large {
    width: 100px;
    height: 100px;
    margin: -3.06rem auto 0px;
    text-align: center;
    background-color: rgb(255, 255, 255);
    border: 6px solid;
    border-radius: 50%;
    font-size: 1.88rem;
    line-height: 90px;
    color: rgb(102, 102, 102);
}
.mtn-80 {
    margin-top: -5rem !important;
}
.border-primary {
    border-color: rgb(240, 194, 75) !important;
}

.text-primary {
    color: rgb(240, 194, 75) !important;
}

.bg-success {
    background-color: rgb(181, 213, 106) !important;
}
.border-success {
    border-color: rgb(181, 213, 106) !important;
}
.text-success {
    color: rgb(181, 213, 106) !important;
}

.bg-danger {
    background-color: rgb(234, 112, 102) !important;
}
.border-danger {
    border-color: rgb(234, 112, 102) !important;
}
.text-danger {
    color: rgb(234, 112, 102) !important;
}

.bg-info {
    background-color: rgb(132, 190, 214) !important;
}
.border-info {
    border-color: rgb(132, 190, 214) !important;
}
.text-info {
    color: rgb(132, 190, 214) !important;
}


.bg-purple {
    background-color: rgb(165, 151, 231) !important;
}
.border-purple {
    border-color: rgb(165, 151, 231) !important;
}
.text-purple {
    color: rgb(165, 151, 231) !important;
}


.bg-pink {
    background-color: rgb(234, 119, 173) !important;
}
.border-pink {
    border-color: rgb(234, 119, 173) !important;
}
.text-pink {
    color: rgb(234, 119, 173) !important;
}
  /* End Testmonial*/

.skeleton {
    background: linear-gradient(
      90deg,
      #e0e0e0 25%,
      #f0f0f0 50%,
      #e0e0e0 75%
    );
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    border-radius: 4px;
  }
  
  .skeleton-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 10px;
  }
  
  .skeleton-text {
    height: 14px;
    margin: 6px 0;
  }
  
  .skeleton-text.short {
    width: 60%;
  }
  
  @keyframes shimmer {
    0% {
      background-position: -200% 0;
    }
    100% {
      background-position: 200% 0;
    }
  }
  
  .skeleton-card {
    display: flex;
    flex-direction: column;
    width: 200px;
    padding: 10px;
  }

  .aboutMe-skeleton,  .cka-content-skeleton{
    background-color: ghostwhite !important;
    min-height: 96vh !important;
  }

  
.cka-content-skeleton {
  position: relative;
  padding: 3%;
}

.cka-body-skeleton {
  padding-top: 0;
  padding-bottom: 0;
  padding-inline: 12px;
  width: 100%;
  background-color: ghostwhite !important;

}

  
h1.skeleton{
    height: 48px;
}

h2.skeleton{
    height: 38.4px;
}

h3.skeleton{
    height: 33.6px;
}

h4.skeleton{
    height: 33.6px;
}

h5.skeleton{
    height: 33.6px;
}

h6.skeleton{
    height: 33.6px;
}


.p1.skeleton{
  height: 14px;
  margin: 6px 0;
}

.p4.skeleton{
    height: 100px;
}

.p5.skeleton{
    height: 144px;
}

.cka-description .message1{
    height: 112px;
}

.cka-description .message2{
    height: 50px;
}

.side-photo.skeleton
{
    height: 457px;
}

.btn.skeleton
{
    height: 37.6px;
    width: 100.6px;

}

.img-mini-skeleton{
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}

.img-small-skeleton{
    width: 350px;
    height: 280px;
    margin-bottom: 10px;
}


/* Start timeline*/


.vertical-timeline::before {
  /* this is the vertical line */

  background: black !important;
}


.github-corner svg {
    z-index: 1000;
}

.vertical-timeline-element-content {
    color: black;
} 

.vertical-timeline-element--work .vertical-timeline-element-content {
    border-top: 3px solid #2196f3;
}

.vertical-timeline-element--education .vertical-timeline-element-content {
    border-top: 3px solid #e91e63;
}

.vertical-timeline-element-date {
  color: #333;
}

/* CUSTOM LINE COLOR */
/* The line */
.vertical-timeline.vertical-timeline-custom-line::before {
  background: #424242;
}

/* Icon container's border */
.vertical-timeline.vertical-timeline-custom-line .vertical-timeline-element--work .vertical-timeline-element-icon {
  box-shadow: 0 0 0 4px #1976d2, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.vertical-timeline.vertical-timeline-custom-line .vertical-timeline-element--education .vertical-timeline-element-icon {
  box-shadow: 0 0 0 4px #c2185b, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.vertical-timeline-element-icon.vertical-timeline-element-icon--button {
  box-shadow: none;
}

.vertical-timeline-element-icon.vertical-timeline-element-icon--button .fab-button {
  width: 40px;
  height: 40px;
}

@media only screen and (min-width: 1170px) {
  .vertical-timeline-element-icon.vertical-timeline-element-icon--button .fab-button {
    width: 60px;
    height: 60px;
  }
}


.vertical-timeline-element-icon.vertical-timeline-element-icon--button svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  position: absolute;
  left: auto;
  top: auto;
  margin-left: auto;
  margin-top: auto;
}

/* End timeline*/
.article-date::after,
.article-read-time::after,
.article-likes::after,
.article-comments::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #8f8f8f;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  position: relative;
  top: -3px;
}

.article-infos a {
  text-decoration: none;
  color: #20247b;
  font-weight: bold;
}

/*****************/
:root {
  --sticky-offset: 64px;
  /* adapte si tu as une navbar fixe */
}

.summary-body h1,
.summary-body h2,
.summary-body h3,
.summary-body h4 {
  scroll-margin-top: calc(var(--sticky-offset) + 12px);
}

div.summary .summary-card {
  position: sticky;
  top: 15%;
  z-index: 10;
}

.summary-body ul {
  list-style: none;
  display: block;
  margin: 0;
  padding: .5rem 1rem;
  background: #f9f9f9;
}

.summary-body ul>li {
  margin-block: 8px;
}

.summary-body a {
  text-decoration: none;
  color: #20247b;
}

.summary-body a:hover {
  text-decoration: underline !important;
  color: #663399;
}

.summary-body a.active {
  font-weight: bold;
  color: #20247b;
  border-left: 3px solid #fc5356;
  padding-left: .5rem;
}

.summary-toggle {
  width: 100%;
  padding: .75rem 1rem;
  border: none;
  background: #663399;
  color: white;
  font-size: 1rem;
  cursor: pointer;
  text-align: left;
}


.summary-card.dark ul {
  background: #1e2124;
  color: #fff;
}

.summary-card.dark a {
  color: #fff;
}



/*******************/
.chat-container {
  flex: 1;
  overflow-y: auto;
  padding: 1rem;
}

.chat-input {
  border-top: 1px solid #dee2e6;
  padding: 0.75rem;
  background: white;
}

.input-box {
  display: flex;
  align-items: center;
  border: 1px solid #ced4da;
  border-radius: 20px;
  padding: 0.5rem 0.75rem;
  background: #fff;
}

.input-box textarea {
  border: none;
  resize: none;
  outline: none;
  flex-grow: 1;
  font-size: 1rem;
  background: transparent;
}

.input-box button {
  border: none;
  background: none;
  color: #0d6efd;
  font-size: 1.3rem;
  cursor: pointer;
}

.file-name {
  font-size: 0.9rem;
  color: #6c757d;
  margin-top: 5px;
}

/*******************/
.contact-area {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

@media only screen and (max-width:768px) {
    .contact {
        margin-bottom: 60px;
    }
}

.form-group{
    margin: 12px 0;
}

.contact input {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: 0 0 30px rgba(102, 51, 153, 0.125);
    color: #232434;
    font-size: 16px;
    height: 60px;
    padding: 10px;
    width: 100%;
    font-family: 'poppins', sans-serif;
    padding-left: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.contact textarea {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: 0 0 30px rgba(102, 51, 153, 0.125);
    color: #232434;
    font-size: 16px;
    padding: 10px;
    width: 100%;
    font-family: 'poppins', sans-serif;
    padding-left: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.contact input:focus {
    background: #fff;
    border: 1px solid #fff;
    color: #232434;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 none;
}

.contact textarea:focus {
    background: #fff;
    border: 1px solid #fff;
    color: #232434;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 none;
}

.form-control::placeholder {
    color: #232434;
    opacity: 1;
}

.btn-contact-bg {
    border-radius: 30px;
    color: #fff;
    outline: medium none !important;
    margin-top: 15px;
    padding: 15px 27px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: rebeccapurple;
    font-family: 'poppins', sans-serif;
    cursor: pointer;
    width: 100%;
}

.btn-contact-bg:hover,
.btn-contact-bg:focus {
    background: #20247b;
    color: #fff;
}

/*START ADDRESS*/

.single_address {
    overflow: hidden;
    margin-bottom: 10px;
    padding-left: 40px;
}

@media only screen and (max-width:768px) {
    .single_address {
        padding-left: 0px;
    }
}

.single_address i {
    background: #f6f6f6;
    color: rebeccapurple;
    border-radius: 30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    float: left;
    margin-right: 14px;
    font-size: 22px;
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single_address:hover i {
    background: rebeccapurple;
    color: #fff;
}

.single_address h4 {
    font-size: 18px;
    margin-bottom: 0px;
    overflow: hidden;
    font-weight: 600;
}

.single_address p {
    overflow: hidden;
    margin-top: 5px;
}

.section-title h1 {
    font-size: 44px;
    font-weight: 500;
    margin-top: 0;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.text-center {
    text-align: center!important;
}

/*# sourceMappingURL=main.27e9f9fbfe155eb23f85.css.map*/