#loader {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100vh;
    background: #5b15ca;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    vertical-align: middle;
    animation-name: loaderPage;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

@keyframes loaderPage {
    0% {
        background: #d8c7dc;
    }
    100% {
        background: #ffffff;
    }
}

body {
    background-color: rgb(158, 103, 92) !important;
}

body,
.projects-section {
    position: relative;
    color: #000;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: -.025em;
}

div {
    z-index: 0;
}

li::marker {
    font-weight: 500;
}

input {
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

h1 {
    font-size: 7vw;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    line-height: 1;
    margin: auto;
}

h2 {
    font-size: 2.5vw;
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    line-height: 1;
}

h2:hover .parallax-move {
    -webkit-text-stroke: 2px #fff;
    color: rgba(0, 0, 0, 0);
    transition-duration: .5s;
}

h3 {
    font-size: 3em;
    font-family: 'Work Sans', sans-serif;
    font-weight: 900;
    color: #777;
}

h4 {
    font-size: 1.2vw;
    font-family: 'Work Sans', sans-serif;
    font-weight: 200;
   
}

p,
li,
body {
    font-size: 1.0vw;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    text-indent: 1px;
}

paragraph {
    margin-top: 3%
}

.container {
    max-width: 1200px;
}

.continue {
    text-indent: 0cm;
}

.parallax-text {
    position: absolute;
    z-index: 1;
}

.p {
    column-count: 2;
    column-gap: 3em;
    column-rule: 0px solid #bbb;
    column-width: 340px;
    position: relative;
    z-index: 2;
}

.p span {
    margin-right: 18px;
}

.panel {
    height: 100vh;
}

.text-cursive {
    font-family: 'Satisfy', cursive;
    font-weight: 900;
}

.text-primary {
    background: #ff7352;
    color: #fff !important;
    padding: .2% 1%;
}

.bg-orange {
    background: #df5d4bff;
}

.text-orange {
    color: #df5d4bff;
}

.bg-yellow {
    background: #f1e2ba
}

.text-yellow {
    color: #f1e2ba
}

.bg-blue {
    background: #008287;
}

.text-blue {
    color: #008287;
}

.bg-bluedark {
    background: #5b15ca;
}

.text-bluedark {
    color: #5b15ca;
}

.bg-white {
    background: #fff;
}

.text-white {
    color: #fff;
}

.bg-brown {
    background: #2e0600
}

.text-brown {
    color: #2e0600;
}

.text-important {
    padding: 5% 15%;
    font-weight: 300;
    background: #df5d4b11;
    border-radius: 12px;
    margin: 2%;
    position: relative;
    z-index: 1;
}

.text-important span {
    font-size: 30px;
    font-weight: 900;
}

.col-sm-6 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.p-cols {
    padding: 5% 2% 5% 5%;
}

.p-cols p {
    margin-right: 20%;
}

.p-colums {
    margin-right: 0%;
    column-count: 2;
    column-gap: 80%;
}

.pointer {
    cursor: pointer;
}

.btn {
    font-weight: 600;
    max-width: 200px;
}

.btn-arrow {
    background: #5b15ca;
    border: 2px solid #5b15ca;
    border-radius: 100px;
    color: #fff;
    padding: .4vw .8vw;
    font-size: 1vw;
    font-weight: 600;
    margin-bottom: 7px;
    transition-duration: .5s;
}

.btn-arrow:hover {
    background: #ffffff00;
    color: #5b15ca;
}

.btn-arrow-orange {
    background: #ff7352;
    border: 2px solid #ff7352;
}

.fa-arrow-circle-down {
    color: #5b15ca;
    font-size: 35px;
    cursor: pointer;
}

.fa-arrow-circle-down:hover {
    color: #fff;
    font-size: 35px;
    cursor: pointer;
}

.row div {
    z-index: 1;
}

.circle {
    font-size: 3rem !important;
    font-style: normal;
    left: -15px;
    top: -35px;
    position: absolute;
}

#menu {
    position: fixed;
    top: 25px;
    right: 50px;
    color: #ccc;
    padding: 2px 10px;
    z-index: 9;
    font-size: 18px;
    border-bottom: 2px solid #5b15ca;
}

#menu:hover {
    color: #5b15ca;
    border-bottom: 2px solid #ccc;
}

#menu .fas,
img {
    animation: all;
    animation-duration: 4s;
}

#menu-img,
.opacity {
    animation-duration: 2s;
}

.hidden {
    display: none;
}

#close {
    display: none;
    position: fixed;
    top: 25px;
    right: 50px;
    cursor: pointer;
    z-index: 99;
    color: #fff;
    font-size: 50px;
    padding: 2px 10px;
}

#burger {
    cursor: pointer;
    z-index: 9;
}

.menu a {
    color: #d8c7dc;
    font-size: 0.75rem;
}

.menu a:hover {
    color: #fff;
}

.menu .col-sm-6 {
    overflow: auto;
}

@keyframes menuimg {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes menu-close {
    0% {
        top: 0%;
        right: 98%;
        transform: scale(20);
        border-radius: 0px;
        box-shadow: 0px 0px 100px #fff;
        background: #ff735200;
    }
    75% {
        top: 25%;
        right: 98%;
        transform: scale(10);
        border-radius: 2600px;
        box-shadow: 0px 0px 100px #fff;
        background: #ff735200;
    }
    100% {
        right: 5%;
        top: 5%;
        transform: scale(1);
        border-radius: 50px;
        box-shadow: 0px 0px 100px #fff;
        background: #ff735200;
    }
}

.img {
    width: 80%;
}

.padding-zero {
    padding: 0px !important;
}

.collapse {
    padding-top: 2%;
    margin-left: 0% !important;
    transition-duration: .5s;
}

.projects-section {
    padding: 5vw 0;
}

.article {
    margin-top: 2%;
    transition-duration: .5s;
    padding: 0 2.5%;
}

.content {
    font-weight: 200;
    font-size: 3em;
    margin-top: 5%;
}

.article-border {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    ;
    padding-left: 0px;
}

.col-offset {
    padding-left: 5%;
}

.nicescroll-rails div {
    width: 16px !important;
}

.nicescroll-rails {
    position: absolute;
    z-index: 10 !important;
}

.projects-section {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    vertical-align: middle;
}

.partner {
    height: 70px;
}

.foreword-text {
    margin: 2% 2;
    padding: 5%;
    border: 1px solid #ffffffaa;
    border-radius: 5px;
}

.article-conclision {
    margin: 20% 30% 10% 30%;
    padding: 1%;
}


/* Popup container - can be anything you want */

.popup {
    position: absolute !important;
    display: inline;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #008287;
    font-size: 18px;
}


/* The actual popup */

.popup .popuptext {
    visibility: hidden;
    width: 200px;
    background-color: #5b15ca;
    color: #fff;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 9;
    bottom: 125%;
    left: 50%;
    text-indent: 0cm;
    margin-left: -100px;
    text-indent: 0cm;
    font-size: 14px;
}


/* Popup arrow */

.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}


/* Toggle this class - hide and show the popup */

.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}


/* Add animation (fade in the popup) */

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media only screen and (max-width: 1300px) {
    .container {
        max-width: 1080px;
    }
}

.p-cols {
    padding: 5% 2% 5% 5%;
}

html {
    scroll-behavior: smooth;
}


#switcher{
    position: fixed;
    top: 10px;
    right: 150px;
    color: #ccc;
    padding: 2px 10px;
    z-index: 9;
}


#switcher .language-switcher {
  position: relative;
  display: inline-block;
  width: calc(32px * 2);
  height: 32px;
  -webkit-transform: translateY(40%);
  -moz-transform: translateY(40%);
  -ms-transform: translateY(40%);
  -o-transform: translateY(40%);
  transform: translateY(40%);
  -webkit-transition: transform 0.17s cubic-bezier(0.26, 0.48, 0.08, 0.9);
  -moz-transition: transform 0.17s cubic-bezier(0.26, 0.48, 0.08, 0.9);
  -ms-transition: transform 0.17s cubic-bezier(0.26, 0.48, 0.08, 0.9);
  -o-transition: transform 0.17s cubic-bezier(0.26, 0.48, 0.08, 0.9);
  transition: transform 0.17s cubic-bezier(0.26, 0.48, 0.08, 0.9);
}
#switcher .language-switcher input {
  opacity: 0;
  width: 0;
  height: 0;
}
#switcher .language-switcher .select-fr,
#switcher .language-switcher .select-en {
  position: absolute;
      font-size: 14.6px;
    top: 8px;
  color: #fff;
  mix-blend-mode: difference;
}
#switcher .language-switcher .select-en {
  left: 7.285714px;
}
#switcher .language-switcher .select-fr {
  right: 10px;
}

/* The slider */
#switcher .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1e3470;
  box-shadow: 0 3px 32px rgba(30, 52, 112, 0.1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#switcher .slider:before {
  position: absolute;
  content: "";
  height: 32px;
  width: 32px;
  left: 0;
  bottom: 0;
  background-color: #c7c7c7;
  box-shadow: 0 3px 32px rgba(30, 52, 112, 0.16);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#switcher input:checked + .slider {
  background-color: white;
}

#switcher input:focus + .slider {
  box-shadow: none;
}

#switcher input:checked + .slider:before {
  -webkit-transform: translateX(32px);
  -ms-transform: translateX(32px);
  transform: translateX(32px);
}

/* Rounded sliders */
#switcher .slider.round {
  border-radius: 32px;
}

#switcher .slider.round:before {
  border-radius: 50%;
}


#btn-back-to-top {
  display: inline-block;
  background-color: #5b14ca;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#btn-back-to-top svg {
      width: 40px;
    height: 40px;
    color: #fff;
}
#btn-back-to-top:hover {
  cursor: pointer;
  background-color: #333;
}
#btn-back-to-top:active {
  background-color: #555;
}
#btn-back-to-top.show {
  opacity: 1;
  visibility: visible;
}