body {
  overflow-x: hidden;
}

html {
  font-size: 16px;
}

button:focus {
  outline: none;
}

a {
  color: #fff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  font-weight: 500;
}

a:hover {
  color: #ececec;
  text-decoration: none;
}

.container {
  max-width: 1400px;
}

.progress {
  background-color: #e9ecef;
  border-radius: 0.25rem;
  background: #2e3637;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 29px;
  height: 42px;
  width: 100%;
  -webkit-box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.369);
          box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.369);
}

.progress-bar {
  background: #fa4566;
  border-radius: 9px 0px 0px 9px;
}

.prgressbar-card {
  margin-bottom: 25px;
  position: relative;
}

@media (max-width: 767.98px) {
  .prgressbar-card {
    margin-bottom: 15px;
  }
  .prgressbar-card .progress {
    height: 20px;
  }
}

.prgressbar-card .title {
  position: absolute;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}

.prgressbar-card .title h4 {
  font-size: 1.125rem;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.prgressbar-card .title h4 small {
  padding: 0 5px;
  font-size: 60%;
  color: #dedede;
}

.logo {
  position: fixed;
  z-index: 1000;
  bottom: 15px;
  right: 20px;
  height: 40px;
  width: 40px;
}

.img-contain {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.jo-nav {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  padding: 15px 15px;
}

.jo-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.jo-nav ul li {
  padding: 10px 10px;
  position: relative;
}

.jo-nav ul li a {
  font-size: 1.125rem;
  text-transform: uppercase;
}

.jo-nav ul li.active a {
  color: #fff;
}

.jo-nav ul li.active::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 30%;
  background-color: #fff;
  left: 10px;
  bottom: 7px;
}

.vh {
  height: 100vh;
}

.bg-pink {
  background-color: #fb3968;
}

.bg-blue {
  background-color: #2d85c5;
}

.bg {
  background-image: linear-gradient(38.59deg, #151712 2.49%, #2e3637 75.08%);
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
}

.bg .bg-red {
  background: linear-gradient(161.05deg, #ff0000 -20%, #fb3968 100%);
  height: 281%;
  width: 106%;
  top: -155%;
  right: -53%;
  position: absolute;
  -webkit-transform: rotate(157deg);
          transform: rotate(157deg);
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.bg .bg-red.pos1 {
  top: -47%;
  right: -52%;
  -webkit-transform: rotate(201deg);
          transform: rotate(201deg);
}

.bg .bg-red.pos2 {
  top: -101%;
  right: 78%;
  -webkit-transform: rotate(160deg);
          transform: rotate(160deg);
}

.bg .bg-red.pos3 {
  top: -101%;
  right: 76%;
  -webkit-transform: rotate(204deg);
          transform: rotate(204deg);
}

.bg .bg-red.pos4 {
  top: -142%;
  right: 76%;
  -webkit-transform: rotate(230deg);
          transform: rotate(230deg);
}

.bg .bg-red.pos5 {
  top: -155%;
  right: -72%;
  -webkit-transform: rotate(133deg);
          transform: rotate(133deg);
}

.section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
}

.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info .title h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 3.75rem;
  color: #fff;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.41);
  margin-bottom: 20px;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.info .content p {
  color: #fff;
  opacity: 0.8;
  font-size: 1.5rem;
}

.info .content ul {
  list-style: 0;
  margin: 0;
  list-style: none;
  padding: 0;
}

.info .content ul li {
  padding: 10px 0;
}

.info .content h4 {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info .content h4 .icon {
  position: relative;
  left: -100%;
  margin: 0;
  margin-right: 20px;
}

.info .content h4 .icon.icon1 {
  left: -140%;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.info .content h4 .icon.icon2 {
  left: -140%;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.info .content h4 .icon.icon3 {
  left: -140%;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.info .content h4 .icon.icon4 {
  left: -140%;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.info .content h4 .icon.goback {
  left: 0px;
  top: 0px;
}

@media (max-width: 767.98) {
  .info .content h4 .icon.goback {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25px;
            flex: 0 0 25px;
  }
}

@media (max-width: 767.98px) {
  .info .title h2 {
    font-size: 2rem;
  }
  .info .content p {
    font-size: 1.2rem;
  }
}

.info-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.info-img .img {
  height: 280px;
  width: 280px;
  border-radius: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.5);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.info-img .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.info-img .name {
  text-align: center;
  width: 100%;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.info-img .name h1 {
  color: #fff;
  font-size: 2.25rem;
  text-transform: uppercase;
  margin-top: 15px;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.41);
}

.info-img .name span {
  color: #fff;
  font-size: 1.125rem;
  text-transform: uppercase;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.41);
}

.info-img .imgs-box {
  height: 430px;
  width: 460px;
  position: relative;
}

.info-img .imgs-box .img-c {
  position: absolute;
  background-color: #fff;
  border-radius: 100%;
  -webkit-box-shadow: -5px 8px 20px rgba(0, 0, 0, 0.33);
          box-shadow: -5px 8px 20px rgba(0, 0, 0, 0.33);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info-img .imgs-box .img-c img {
  height: 40%;
  width: 40%;
  -o-object-fit: contain;
     object-fit: contain;
}

.info-img .imgs-box .img-c.img1 {
  height: 200px;
  width: 200px;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}

.info-img .imgs-box .img-c.img2 {
  height: 130px;
  width: 130px;
  top: 10%;
  left: 10%;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

.info-img .imgs-box .img-c.img3 {
  height: 170px;
  width: 170px;
  top: 30%;
  left: 42%;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}

.info-img .imgs-box .img-c.img4 {
  height: 120px;
  width: 120px;
  top: 0;
  right: 0;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.info-img .imgs-box .img-c.img5 {
  height: 90px;
  width: 90px;
  bottom: 10%;
  right: 10%;
  -webkit-animation-duration: 2.8s;
          animation-duration: 2.8s;
}

.info-img .imgs-box .img-c.img6 {
  -webkit-animation-duration: 2.3s;
          animation-duration: 2.3s;
}

footer {
  position: fixed;
  bottom: 20px;
  width: 100%;
}

footer .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

footer .social-media li {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  top: 0;
  left: 0;
  position: relative;
  cursor: pointer;
}

footer .social-media li.show .info {
  opacity: 1;
  pointer-events: all;
}

footer .social-media li.show::after {
  opacity: 1;
  pointer-events: all;
}

footer .social-media li .info {
  height: 56px;
  width: 220px;
  position: absolute;
  left: 0px;
  top: calc(-100% - 36px);
  background: linear-gradient(24.68deg, #ff2c2c 7.35%, #fa4566 90.17%);
  -webkit-box-shadow: -4px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: -4px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  font-size: 0.9rem;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 992.98px) {
  footer .social-media li .info {
    width: 160px;
    top: calc(-100% - 50px);
  }
}

footer .social-media li::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: -20px;
  left: 15px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #ff0000 transparent transparent transparent;
}

@media (max-width: 767.98px) {
  footer .social-media li::after {
    left: 8px;
    border-width: 6px 3px 0 3px;
  }
}

footer .social-media li.icon1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

footer .social-media li.icon1.goback {
  left: -70%;
  top: -260px;
}

footer .social-media li.icon2 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

footer .social-media li.icon2.goback {
  left: -70%;
  top: -240px;
}

footer .social-media li.icon3 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

footer .social-media li.icon3.goback {
  left: -70%;
  top: -220px;
}

footer .social-media li.icon4 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

footer .social-media li.icon4.goback {
  left: -70%;
  top: -200px;
}

.social-media .icon {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.btn-bg-red {
  background: linear-gradient(24.68deg, #ff2c2c 7.35%, #fa4566 90.17%);
  -webkit-box-shadow: -4px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: -4px 4px 4px rgba(0, 0, 0, 0.25);
  color: white;
}

.formation .info-img .imgs-box .img-c.img1 {
  bottom: 26%;
  left: 16%;
}

.formation .info-img .imgs-box .img-c.img3 {
  bottom: unset;
  top: 3%;
  right: 5%;
  left: unset;
}

.formation .info-img .imgs-box .img-c.img4 {
  left: unset;
  top: unset;
  bottom: 4%;
  right: 15%;
  height: 100px;
  width: 100px;
}

.formation .info-img .imgs-box .img-c.img2 {
  top: 0%;
  left: 0%;
}

.formation-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}

.formation-card .tag {
  width: 180px;
  text-transform: uppercase;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  padding: 12px 5px;
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.23);
          box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.23);
}

.formation-card .f-info {
  padding: 0 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.formation-card .f-info .name {
  font-size: 1.75rem;
  color: white;
  margin-top: -10px;
  line-height: 1.45;
}

.formation-card .f-info .date {
  font-size: 1.25rem;
  color: #dedede;
}

.experiance .card {
  background-color: #fb3968;
  border: 3px solid #dedede;
  width: 100%;
  margin-bottom: 20px;
  margin-right: 20px;
  border-radius: 6px;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .experiance .card {
    margin-bottom: 0;
  }
}

.experiance .card .card-header {
  background-color: #2e3637;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-transform: uppercase;
}

.experiance .card .card-header .title {
  font-size: 1.375rem;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 767.98px) {
  .experiance .card .card-header .title {
    font-size: 1rem;
  }
}

.experiance .card .card-header .date {
  width: 90px;
}

@media (max-width: 767.98px) {
  .experiance .card .card-header .date {
    width: 67px;
  }
}

.experiance .card .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.experiance .card .card-body span {
  font-size: 1.25rem;
  color: #fff;
}

@media (max-width: 767.98px) {
  .experiance .card .card-body span {
    font-size: 1rem;
  }
}

.skills .info-img .imgs-box .img-c.img1 {
  top: 20%;
  right: 25%;
  left: unset;
}

.skills .info-img .imgs-box .img-c.img2 {
  top: unset;
  height: 120px;
  width: 120px;
  left: 25%;
  bottom: -2%;
}

.skills .info-img .imgs-box .img-c.img3 {
  bottom: unset;
  top: -6%;
  left: 0%;
}

.skills .info-img .imgs-box .img-c.img4 {
  left: unset;
  top: 45%;
  right: 0%;
}

.skills .info-img .imgs-box .img-c.img5 {
  left: unset;
  top: -6%;
  right: 6%;
  height: 130px;
  width: 130px;
}

.skills .info-img .imgs-box .img-c.img6 {
  left: 0%;
  bottom: 30%;
  height: 80px;
  width: 80px;
}

.langue .info-img .imgs-box .img-c.img1 {
  top: 20%;
  right: 25%;
  left: unset;
}

.langue .info-img .imgs-box .img-c.img2 {
  top: unset;
  height: 120px;
  width: 120px;
  left: 25%;
  bottom: -2%;
}

.langue .info-img .imgs-box .img-c.img3 {
  bottom: unset;
  top: -6%;
  left: 0%;
}

.langue .info-img .imgs-box .img-c.img4 {
  left: unset;
  top: 45%;
  right: 0%;
}

.langue .info-img .imgs-box .img-c.img5 {
  left: unset;
  top: -6%;
  right: 6%;
  height: 130px;
  width: 130px;
}

.langue .info-img .imgs-box .img-c.img6 {
  left: 0%;
  bottom: 30%;
  height: 80px;
  width: 80px;
}

.owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  color: white;
  font-size: 2.5rem;
  height: 40px;
  width: 40px;
  background-color: #fb3968;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 10px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.owl-carousel .owl-nav button.owl-next.disabled,
.owl-carousel .owl-nav button.owl-prev.disabled {
  opacity: 0.5;
  cursor: unset;
}

.owl-carousel .owl-nav button.owl-next.disabled:hover,
.owl-carousel .owl-nav button.owl-prev.disabled:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
  line-height: 0;
  margin-top: -10px;
}

.owl-carousel .owl-nav button.owl-prev {
  margin-left: 0;
}

.my-info {
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}

.my-info .info-img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  pointer-events: all;
  right: 15px;
}

.my-info .info-img.go-top {
  position: absolute;
  top: 10px;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  right: 15px;
}

.my-info .info-img.go-top .img {
  height: 80px;
  width: 80px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.my-info .info-img.go-top .name {
  -webkit-transform: translateY(-85px) translateX(-94px);
          transform: translateY(-85px) translateX(-94px);
  text-align: right;
}

.my-info .info-img.go-top .name h1 {
  font-size: 1.375rem;
}

.my-info .info-img.go-top .name span {
  font-size: 0.9375rem;
  display: inline-block;
}

@media (max-width: 991.98px) {
  .my-info .info-img {
    position: absolute;
    top: 10px;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    right: 15px;
  }
  .my-info .info-img .img {
    height: 60px;
    width: 60px;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  .my-info .info-img .name {
    -webkit-transform: translateY(-68px) translateX(-75px);
            transform: translateY(-68px) translateX(-75px);
    text-align: right;
  }
  .my-info .info-img .name h1 {
    font-size: 1.375rem;
  }
  .my-info .info-img .name span {
    font-size: 0.9375rem;
    display: inline-block;
  }
}

header.mobile {
  display: none;
}

@media (max-width: 1199.98px) {
  html {
    font-size: 12px;
  }
  .info-img .img {
    height: 200px;
    width: 200px;
  }
  .info-img .imgs-box {
    height: 350px;
    width: 370px;
    position: relative;
  }
  .info-img .imgs-box .img-c img {
    height: 40%;
    width: 40%;
  }
  .info-img .imgs-box .img-c.img1 {
    height: 170px;
    width: 170px;
  }
  .info-img .imgs-box .img-c.img2 {
    height: 100px;
    width: 100px;
  }
  .info-img .imgs-box .img-c.img3 {
    height: 140px;
    width: 140px;
  }
  .info-img .imgs-box .img-c.img4 {
    height: 90px;
    width: 90px;
  }
  .info-img .imgs-box .img-c.img5 {
    height: 60px;
    width: 60px;
  }
  .my-info .info-img.go-top .img {
    height: 60px;
    width: 60px;
  }
  .my-info .info-img.go-top .name {
    -webkit-transform: translateY(-65px) translateX(-74px);
            transform: translateY(-65px) translateX(-74px);
  }
  .formation-card .tag {
    width: 120px;
  }
  .formation-card .f-info .name {
    margin-top: -8px;
  }
  .logo {
    height: 30px;
    width: 30px;
  }
  .progress {
    height: 32px;
  }
}

.owl-carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.owl-carousel .owl-dots button.owl-dot {
  height: 10px;
  width: 10px;
  background-color: white;
  border-radius: 100px;
  margin: 0 2.5px;
}

.owl-carousel .owl-dots button.owl-dot.active {
  background-color: #fb3968;
}

@media (max-width: 991.98px) {
  .jo-nav {
    display: none;
  }
  .social-media .icon {
    height: 25px;
    width: 25px;
  }
  .info-img .img {
    height: 170px;
    width: 170px;
  }
  .info-img .imgs-box {
    height: 320px;
    width: 340px;
  }
  .info-img .imgs-box .img-c img {
    height: 40%;
    width: 40%;
  }
  .info-img .imgs-box .img-c.img1 {
    height: 150px;
    width: 150px;
  }
  .info-img .imgs-box .img-c.img2 {
    height: 80px;
    width: 80px;
  }
  .info-img .imgs-box .img-c.img3 {
    height: 120px;
    width: 120px;
  }
  .info-img .imgs-box .img-c.img4 {
    height: 70px;
    width: 70px;
  }
  .info-img .imgs-box .img-c.img5 {
    height: 40px;
    width: 40px;
  }
  header.mobile {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    z-index: 9999;
    -webkit-transition-duration: 0.3;
            transition-duration: 0.3;
  }
  header.mobile.show .back {
    opacity: 1;
    pointer-events: all;
  }
  header.mobile.show .menu {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  header.mobile .menu-icon {
    height: 60px;
    width: 60px;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    background-color: transparent;
    -webkit-transition-duration: 0.1s;
            transition-duration: 0.1s;
  }
  header.mobile button.close-menu {
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/ic-back.svg);
    height: 50px;
    width: 50px;
    background-size: 20px;
  }
  header.mobile button.close-menu:active {
    background-color: rgba(255, 255, 255, 0.137);
  }
  header.mobile button.open-menu {
    position: absolute;
    top: 0;
    left: 0px;
    background-image: url(../images/ic-menu.svg);
    -webkit-transition-duration: 0.1s;
            transition-duration: 0.1s;
  }
  header.mobile button.open-menu:active {
    background-color: rgba(255, 255, 255, 0.137);
  }
  header.mobile .back {
    background-color: rgba(0, 0, 0, 0.205);
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  header.mobile .menu {
    width: 80%;
    max-width: 400px;
    background-color: #2e3637;
    -webkit-box-shadow: 5px 0px 8px 5px #000000b3;
            box-shadow: 5px 0px 8px 5px #000000b3;
    padding-top: 60px;
    height: 100%;
    position: absolute;
    -webkit-transform: translateX(calc(-100% - 50px));
            transform: translateX(calc(-100% - 50px));
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    height: 100vh;
  }
  header.mobile .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  header.mobile .menu ul li {
    margin: 1px 1px;
  }
  header.mobile .menu ul li a {
    display: inline-block;
    padding: 10px 15px;
    font-size: 1.5rem;
    background-color: #424242;
    width: 100%;
    -webkit-transition-duration: 0.1s;
            transition-duration: 0.1s;
  }
  header.mobile .menu ul li a:active {
    background-color: #2b2b2b;
  }
}

@media (max-width: 767.98px) {
  .section {
    padding: 0;
    padding-top: 60px;
  }
  .formation-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .formation-card .f-info {
    padding: 0;
  }
  .formation-card .f-info .name {
    font-size: 1.4rem;
    color: white;
    margin-top: -10px;
    line-height: 1.45;
  }
  .formation-card .tag {
    padding: 7.5px 15px;
  }
  .info .content h4 {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  .info .content h4.invisible {
    display: none;
  }
  .prgressbar-card .title h4 {
    font-size: 0.8rem;
    margin-bottom: 0;
  }
  .skills .info-img .imgs-box .img-c.img6 {
    height: 40px;
    width: 40px;
  }
  .info-img .img {
    height: 120px;
    width: 120px;
  }
  .info-img .imgs-box {
    height: 160px;
    width: 160px;
    margin-top: 15px;
  }
  .info-img .imgs-box .img-c img {
    height: 40%;
    width: 40%;
  }
  .info-img .imgs-box .img-c.img1 {
    height: 60px !important;
    width: 60px !important;
  }
  .info-img .imgs-box .img-c.img2 {
    height: 50px !important;
    width: 50px !important;
  }
  .info-img .imgs-box .img-c.img3 {
    height: 55px !important;
    width: 55px !important;
  }
  .info-img .imgs-box .img-c.img4 {
    height: 35px !important;
    width: 35px !important;
  }
  .info-img .imgs-box .img-c.img5 {
    height: 30px !important;
    width: 30px !important;
  }
}
/*# sourceMappingURL=style.css.map */