* {
  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;
}

/****************************************************/
*
{
    box-sizing: border-box;
}

body
{
    max-height: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    background-color: #091227;
    color: white;
    overflow: hidden;
    background-image: url(/assets/wallpaper.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#main-div {
    position: relative;
    top: 50%;
    padding: 4%;
}

.XXXL{
    font-size: 11.5rem;
  }

  @media only screen and (max-width: 576px) {
    .XXXL {
        font-size: 5.5rem;
        
    }
}

/*# sourceMappingURL=main.85672fc3c2d34b7f7c6f.css.map*/