/**
* Template Name: Presento - v3.10.0
* Template URL: https://bootstrapmade.com/presento-bootstrap-corporate-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
/* General */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #444;
  background-color: #FFF;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
body[data-bs-theme=dark] {
  color: #EEE;
  background-color: #121212;
}

a {
  color: #37B3ED;
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}

h1 {
  font-size: 3rem;
  margin-bottom: 20px;
}

#progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #27CCC0;
  height: 3px;
  width: 0;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Get Startet Button
--------------------------------------------------------------*/
.get-started-btn {
  margin-left: 2rem;
  background: #27CCC0;
  color: #fff;
  border-radius: 0.5rem;
  padding: 0.4rem 1.2rem;
  margin: 0 1rem 0 0;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 1.4rem;
  font-weight: 600;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .get-started-btn {
    padding: 0.5rem 1.5rem;
    margin: 0;
  }
}
.get-started-btn:hover {
  background: #111;
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-image: url("../img/backgrounds/computer-mobile.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 4rem;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  #hero {
    background-image: url("../img/backgrounds/computer.jpg");
    padding-top: 10%;
  }
}
#hero h1 {
  margin: 0;
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #hero h1 {
    font-size: 4.8rem;
  }
}
#hero h2 {
  font-size: 1.8rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #hero h2 {
    margin: 1rem 0 0 0;
    font-size: 2.4rem;
  }
}
#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 0.5rem;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #27CCC0;
  border: 2px solid #27CCC0;
}
#hero .btn-get-started:hover {
  background: transparent;
  border-color: #fff;
}

@media screen and (min-width: 768px) {
  .g-cols-md-2 {
    grid-column-gap: 2%;
    grid-row-gap: 1rem;
    grid-template-columns: 49% 49%;
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  position: relative;
  overflow: hidden;
  padding: 60px 0;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}

h1.page-title {
  font-size: 3.5rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}

h1.page-title span {
  color: #27CCC0;
}

.section-title h2 {
  position: relative;
  font-size: 3rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1.3rem;
  padding-bottom: 1.3rem;
}
.section-title h2 ::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: #27CCC0;
  bottom: 0;
  left: calc(50% - 30px);
}
.section-title p {
  margin-bottom: 0.5rem;
}

.section-bg {
  padding: 120px 0;
  color: #fff;
}
.section-bg::before {
  content: "";
  background: #1b1b1b;
  position: absolute;
  bottom: 60px;
  top: 60px;
  left: 0;
  right: 0;
  transform: skewY(-3deg);
}

[data-bs-theme=dark] .section-bg::before {
  background: #444;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* --- Header --- */
#header {
  background: #FFF;
  transition: all 0.5s;
  z-index: 997;
  padding: 1.3rem 0;
}
#header .logo {
  margin: 0;
  padding: 0;
}
#header .logo img {
  max-height: 40px;
}
#header.header-scrolled {
  padding: 0.8rem 0;
  box-shadow: 0px 2px 1rem rgba(0, 0, 0, 0.1);
}

[data-bs-theme=dark] #header {
  color: #EEE;
  background-color: #121212;
}
[data-bs-theme=dark] #header.header-scrolled {
  box-shadow: 0px 2px 1rem rgba(255, 255, 255, 0.4);
}

.btn-mode {
  margin-left: 1rem;
  padding: 0.2rem 1rem;
  background-color: transparent;
  color: #27CCC0;
  border: none;
  border-radius: 0.5rem;
}

/* --- Navigation Menu ---*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}
@media screen and (min-width: 1024px) {
  .navbar ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.navbar li {
  position: relative;
}
.navbar a {
  color: #111;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0.6rem 1rem;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i {
  font-size: 1.2rem;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #27CCC0;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown li {
  min-width: 200px;
}
.navbar .dropdown a {
  padding: 0.6rem 1.3rem;
  font-size: 1.4rem;
}
.navbar .dropdown a i {
  font-size: 1.2rem;
}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #27CCC0;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
.navbar .nav-link-contact {
  margin-left: 1.5rem;
  background: #27CCC0;
  color: #fff;
  border-radius: 0.25rem;
  padding: 0.5rem 1.5rem;
  transition: 0.3s;
  font-size: 1.4rem;
  font-weight: 600;
}
.navbar .nav-link-contact:hover, .navbar .nav-link-contact.active {
  border: 1px solid #27CCC0;
  color: #27CCC0;
  background-color: #fff;
}

[data-bs-theme=dark] .navbar a {
  color: #EEE;
}

@media screen and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #111;
  font-size: 2.8rem;
  cursor: pointer;
  line-height: 0;
  transition: 0.5s;
  display: block;
}
@media screen and (min-width: 1024px) {
  .mobile-nav-toggle {
    display: none;
  }
}

[data-bs-theme=dark] .mobile-nav-toggle {
  color: #FFF;
}

.mobile-nav-toggle.fa-xmark {
  color: #FFF;
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  transition: 0.4s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 4rem;
  right: 1.5rem;
  bottom: 2rem;
  left: 1.5rem;
  padding: 1.5rem;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.4s;
}
.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 0.6rem 1.3rem;
  font-size: 1.4rem;
  color: #111111;
}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #27CCC0;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 0.6rem 1.3rem;
  padding: 0.6rem 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 2rem rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown li {
  min-width: 200px;
}
.navbar-mobile .dropdown a {
  padding: 0.6rem 1.3rem;
}
.navbar-mobile .dropdown a i {
  font-size: 0.75rem;
}
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #27CCC0;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

[data-bs-theme=dark] .navbar-mobile ul {
  background: #333;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #2b2b2b;
  min-height: 40px;
  margin-top: 82px;
  color: #fff;
}
.breadcrumbs h2 {
  font-size: 2.8rem;
  font-weight: 500;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.4rem;
}
.breadcrumbs ol a {
  color: #aaaaaa;
}
.breadcrumbs ol a:hover {
  color: #fff;
  transition: 0.3s;
}
.breadcrumbs ol li + li {
  padding-left: 0.6rem;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 0.6rem;
  color: #27CCC0;
  content: "/";
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .skills {
    text-align: left;
  }
}
.skills .container {
  position: relative;
  z-index: 10;
}

.skills .content {
  padding-right: 0;
}

@media screen and (min-width: 1200px) {
  .skills .content {
    padding: 2rem 2rem 2rem 0;
  }
}
.skills .content h2 {
  font-weight: 700;
  font-size: 3.4rem;
  margin-bottom: 2rem;
}

.skills .content p {
  margin-bottom: 2rem;
}

.skills .content .skills-btn {
  padding: 0.5rem 2rem;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.3rem;
  display: inline-flex;
  align-items: center;
  border: 2px solid #27CCC0;
}

.skills .content .skills-btn i {
  font-size: 1.6rem;
  padding-left: 5px;
}

.skills .content .skills-btn:hover {
  background: #27CCC0;
}

.skills .icon-boxes .icon-box {
  margin-top: 2rem;
}

.skills h3 i {
  color: #27CCC0;
  margin-right: 0.6rem;
}

.skills .icon-boxes .icon-box h3 {
  font-size: 2rem;
  margin: 0 0 0.6rem 0;
}

.skills .icon-boxes .icon-box p {
  font-size: 1.5rem;
  color: #999;
}

.skills figure {
  text-align: center;
  margin: 0.6rem;
}

.skills-icons li {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 2px;
}

.fa-html5 {
  color: #F16529;
}

.fa-css3-alt {
  color: #2AA9E0;
}

.fa-sass {
  color: #CE679A;
}

.fa-js-square,
.fa-js {
  color: #F0DB4F;
}

.fa-react {
  color: #00DCFD;
}

.fa-vuejs {
  color: #3FB984;
}

.fa-php {
  color: #8C9BD6;
}

.fa-database {
  color: #F7911E;
}

.fa-bootstrap {
  color: #563E7C;
}

.fa-drupal {
  color: #009CDE;
}

.fa-store {
  color: #E4005F;
}

.fa-wordpress {
  color: #207296;
}

.fa-git-alt {
  color: #F64D27;
}

.fa-docker {
  color: #2596EE;
}

.fa-star {
  font-size: 1rem;
  color: gold;
}

.skill-name,
.skill-level {
  display: inline-block;
}

.skill-name {
  width: 25%;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-top: 5rem;
}
.counts .count-box {
  padding: 2rem 2rem 1.5rem 2rem;
  margin-bottom: 2.5rem;
  width: 100%;
  position: relative;
  text-align: center;
  box-shadow: 0px 2px 1.5rem rgba(0, 0, 0, 0.06);
  border-radius: 0.5rem;
}
.counts .count-box p {
  font-family: "Raleway", sans-serif;
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
}
.counts .count-box i {
  position: absolute;
  width: 50px;
  height: 50px;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.3rem;
  background: #fff;
  color: #27CCC0;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.counts .count-box span {
  font-size: 3.5rem;
  display: block;
  font-weight: 700;
  margin: 0.5rem 0;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 1.5rem;
  padding: 2rem;
  border-radius: 0.5rem;
  background: #252525;
  transition: 0.3s;
}
.services .icon-box:hover {
  background: #2b2b2b;
}
.services .icon-box h3 {
  margin-bottom: 1rem;
  font-size: 1.8rem;
}
.services .icon-box h3 a {
  color: #fff;
  transition: 0.3s;
}
.services .icon-box h3 a:hover {
  color: #27CCC0;
  text-decoration: none;
}
.services .icon-box .icon {
  float: left;
  width: 40px;
  margin-top: 1rem;
}
.services .icon-box i {
  color: #27CCC0;
  font-size: 2.5rem;
  line-height: 0;
}
.services .icon-box .description {
  margin-left: 4.5rem;
  font-size: 1.4rem;
  line-height: 1.5;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 2rem;
}
.portfolio #portfolio-filters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}
.portfolio #portfolio-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}
.portfolio #portfolio-filters li:hover, .portfolio #portfolio-filters li.filter-active {
  color: #fff;
  background: #27CCC0;
}
.portfolio #portfolio-filters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(2, 2, 2, 0.7);
}
.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(2, 2, 2, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}
.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 1.5rem;
}
.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
}
.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.4rem;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}
.portfolio .portfolio-wrap .portfolio-info .portfolio-links {
  text-align: center;
  z-index: 4;
}
.portfolio .portfolio-wrap .portfolio-info .portfolio-links a {
  color: rgba(255, 255, 255, 0.8);
  margin: 0 5px 0 0;
  font-size: 2.8rem;
  display: inline-block;
  transition: 0.3s;
}
.portfolio .portfolio-wrap .portfolio-info .portfolio-links a:hover {
  color: #fff;
}
.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #27CCC0;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #27CCC0;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(17, 17, 17, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 1.5rem;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# CV
--------------------------------------------------------------*/
.cv section {
  overflow: auto;
}
.cv article {
  padding-left: 2rem;
  padding-bottom: 1.2rem;
  border-left: 2px solid #27CCC0;
  position: relative;
}
.cv article::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  left: -10px;
  top: 0;
  background-color: #FFF;
  border: 2px solid #27CCC0;
}
.cv h3 {
  color: #27CCC0;
  font-size: 3rem;
  margin-bottom: 20px;
}
.cv h4 {
  font-size: 2rem;
  font-weight: 400;
  color: #27CCC0;
}
.cv h5 {
  font-size: 1.7rem;
}
.cv h6 {
  font-size: 1.6rem;
}
.cv p.date {
  /*display: none;*/
  font-style: italic;
}
.cv p.environnement {
  font-style: italic;
  color: #23928a;
}
.cv .skills ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 1rem 0;
}
.cv .skills li {
  margin: 0.5rem 1rem;
}
.cv .nav-pills {
  border-bottom: 1px solid #CCC;
}
.cv .nav-pills li + li {
  margin-left: 2.5rem;
}
.cv .nav-link {
  background: none;
  font-size: 1.8rem;
  color: #444;
  padding: 12px 0;
  margin-bottom: -2px;
  border-radius: 0;
}
.cv .nav-link.active {
  color: #27CCC0;
  background: none;
  border-bottom: 3px solid #27CCC0;
}

.list-group-item.active {
  background-color: #27CCC0;
  border-color: #27CCC0;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444;
  text-align: center;
  box-shadow: 0 0 1.4rem rgba(214, 215, 216, 0.5);
  padding: 2rem 0;
  border-radius: 0.5rem;
}
.contact .info-box h3 {
  font-size: 2rem;
  color: #777;
  font-weight: 700;
  margin: 0.75rem 0;
}
.contact .info-box p {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 0;
}
.contact .info-box i {
  color: #27CCC0;
  padding: 5px;
}

[data-bs-theme=dark] .contact .info-box {
  color: snow;
}
[data-bs-theme=dark] .contact .info-box h3 {
  color: snow;
}

/*--------------------------------------------------------------
# Formulaires
--------------------------------------------------------------*/
.php-form {
  box-shadow: 0 0 1.5rem rgba(214, 215, 216, 0.6);
  padding: 2rem;
  border-radius: 0.5rem;
}
.php-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 1rem;
  font-weight: 600;
}
.php-form .error-message br + br {
  margin-top: 1.5rem;
}
.php-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.php-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 1rem;
}
.php-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.php-form .form-group {
  margin-bottom: 1.5rem;
}
.php-form input,
.php-form textarea {
  box-shadow: none;
  font-size: 1.4rem;
  border-radius: 4px;
  padding: 0.6rem 1rem;
}
.php-form input:focus,
.php-form textarea:focus {
  border-color: #111;
}
.php-form input[type=checkbox] {
  padding: 2px;
}
.php-form button[type=submit] {
  background: #27CCC0;
  border: 0;
  padding: 10px 32px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.php-form button[type=submit]:hover {
  background: #111;
}

#result {
  display: none;
}

#generated-mdp,
.mdpCopy {
  display: inline-block;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 1.4rem;
  background: #111;
}
#footer .footer-top {
  padding: 4rem 0 2rem 0;
  background: #1b1b1b;
  border-top: 4px solid #27CCC0;
}
#footer .footer-top .footer-contact {
  margin-bottom: 2rem;
}
#footer .footer-top .footer-contact h3 {
  font-size: 2.6rem;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-contact h3 span {
  color: #27CCC0;
}
#footer .footer-top .footer-contact p {
  font-family: "Raleway", sans-serif;
  font-size: 1.4rem;
  line-height: 24px;
  margin-bottom: 0;
}
#footer .footer-top h3 {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 0.75rem;
}
#footer .footer-top h3::after {
  content: "";
  position: absolute;
  display: block;
  width: 1.25rem;
  height: 2px;
  background: #27CCC0;
  bottom: 0;
  left: 0;
  margin-bottom: 0.25rem;
}
#footer .footer-top a {
  color: #27CCC0;
}
#footer .footer-top a:hover {
  color: #23928a;
}
#footer .footer-top .footer-links {
  margin-bottom: 2rem;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #aaaaaa;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #fff;
}
#footer .footer-top .footer-links ul i {
  padding-right: 4px;
  color: white;
  line-height: 1;
}
#footer .footer-bottom {
  padding: 0;
}
#footer .footer-bottom p {
  margin-bottom: 0;
}
#footer .credits {
  padding-top: 5px;
  font-size: 1.3rem;
}
#footer .social-links a {
  font-size: 1.8rem;
  display: inline-block;
  background: #2b2b2b;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 0.5rem;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .social-links a:hover {
  background: #27CCC0;
  color: #fff;
  text-decoration: none;
}

/* --- Back to top button ---*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #27CCC0;
  width: 40px;
  height: 40px;
  border-radius: 0.5rem;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 2.8rem;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #23928a;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

@media print {
  header,
#header,
footer,
aside,
.cv-nav {
    display: none !important;
  }
}

/*# sourceMappingURL=style.css.map */
