@import url("https://fonts.googleapis.com/css?family=Acme");
@import url("https://fonts.googleapis.com/css?family=Londrina+Solid");
* {
  scroll-behavior: smooth;
  scrollbar-width: 2px;
  scrollbar-color: rgba(0, 160, 123, 0.685) #ffc5182d;
}

::-webkit-scrollbar {
  width: 10px !important;
  height: 0 !important;
}

::-webkit-scrollbar-track {
  background: #d5e9d5;
}

::-webkit-scrollbar-thumb {
  background: #00a07b;
  background: linear-gradient(172deg, #00a07b 0%, #ffc518 100%);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
  background: #015843;
}

.primary-color {
  color: #f8e918;
}

body {
  font-family: 'Londrina Solid', cursive;
  letter-spacing: 1px;
}

.primary-background {
  background: rgba(244, 233, 20, 0.795);
  color: #fff;
}

.primary-background-navbar {
  background: #968c05;
}

.primary-background-ligth {
  background: #f8e91886;
}

.second-color {
  color: #a88055;
}

.second-background {
  background: rgba(0, 150, 136, 0.74);
  color: #fff;
}

.second-background-ligth {
  background: #a8805586;
}

.w-70 {
  width: 70%;
  margin: auto;
}

.card {
  border-radius: 0;
}

.cad-image {
  border-radius: 0;
}

.card.card-image [class*=rgba-] {
  border-radius: 0;
}

header {
  height: 100vh;
  background: no-repeat #e5ec7f;
  /*background-image: -webkit-linear-gradient(330deg,#fcff3c,#d6cbc4,#dfe224be,#fcff3c,#1fe4d4);
      background-image: -o-linear-gradient(330deg,#fcff3c,#d6cbc4,#dfe224be,#fcff3c,#1fe4d4);
      background-image: linear-gradient(120deg,#fcff3c,#d6cbc4,#dfe224be,#fcff3c,#1fe4d4);
      -webkit-background-size: 800% 400%;
      background-size: 800% 400%;
    background-image: url(../images/back.jpg);
    background-size: 100%;*/
  -webkit-animation-name: introAnimation;
  animation-name: introAnimation;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-image: url("../images/back01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /**/
}

header .menu-mobile {
  display: none;
  position: absolute;
  top: 80px;
  width: 24%;
  padding: 10px;
  padding-top: 25px;
  background: rgba(151, 160, 170, 0.74);
  text-align: center;
}

header .sociau-search {
  position: absolute;
  min-height: 50px;
  top: 20px;
  padding: 10px;
  overflow: hidden;
  right: 13%;
  width: 40%;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

header .sociau-search .input-group {
  width: 100%;
  height: 55px;
  border-radius: 20%;
}

header .sociau-search .input-group .form-control {
  border-radius: 0;
  border: 1px solid #009687;
  height: 55px;
}

header .sociau-search .input-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #fad505;
}

header .sociau-search .btn-outline-root {
  background: #009687;
  border: 1px solid #009687;
  padding-left: 30px;
  padding-right: 30px;
}

header .sociau-search .btn-outline-root .fa {
  font-size: 25px;
}

header .sociau-search .btn-outline-root:hover {
  color: #fff;
  background: #fad505;
}

header .sociau-search .form-inline {
  display: none;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

header .social-right {
  right: 7%;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

header .social-btn {
  position: absolute;
  min-height: 50px;
  top: 15px;
  padding: 10px;
  overflow: hidden;
  right: 15px;
}

header .social-btn .btn-root {
  background: #f4e914;
  color: #fff;
}

header .social-btn .btn {
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

header .social-btn .fa-search {
  font-size: 25px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

header .social-btn .fa-facebook-f {
  font-size: 25px;
}

header .social-btn .btn-fb {
  padding-left: 25px;
  padding-right: 25px;
}

header .sidebar {
  background: rgba(255, 254, 254, 0.74);
  margin-left: -15px;
  padding: 0;
  padding-top: 60px;
  height: 100vh;
  position: relative;
  width: 99%;
}

header .sidebar .img-logo {
  text-align: center;
  width: 40%;
  margin: auto;
  margin-bottom: 58px;
}

header .sidebar .img-logo img {
  width: 100%;
}

header .sidebar .fa-search {
  z-index: 5;
}

header .sidebar .btn-email {
  z-index: 4;
}

header .sidebar .text-top {
  text-align: center;
  padding-top: 30px;
}

header .sidebar .text-top h3 {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.74);
  background: rgba(151, 160, 170, 0.74);
  padding: 20px;
}

header .sidebar .text-top p {
  font-size: 25px;
  color: rgba(0, 150, 136, 0.74);
  margin-top: -15px;
}

header .card-menu {
  text-align: center;
  margin-top: 100px;
  margin-left: 20%;
  padding: 2px;
  min-height: 250px;
}

header .card-menu .form-search {
  display: none;
  position: absolute;
  width: 94.6%;
  top: 0;
  z-index: 8;
}

header .card-menu .form-search .input-group {
  border: 1px solid #fff;
  border-radius: 0;
  background: #4b515dce;
}

header .card-menu .form-search .form-control {
  height: 53px;
  font-size: 20px;
  color: #fff;
  font-weight: 100;
}

header .card-menu .form-search .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.719);
}

header .card-menu .form-search .form-control:focus {
  border: none;
}

header .card-menu .form-search .md-form input[type=text] {
  border: none !important;
}

header .card-menu .form-search .input-group-text {
  border-radius: 0;
  border: none;
}

header .card-menu .form-search .btn {
  margin: 0;
  height: 100%;
  border-radius: 0;
  font-size: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 100;
  background: rgba(0, 150, 136, 0.74) !important;
}

header .card-menu figure {
  margin-top: 95px;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  z-index: 9;
}

header .card-menu figure .caption {
  text-transform: uppercase;
}

header .card-menu h3 {
  text-align: center;
  font-size: 40px;
  color: rgba(255, 255, 255, 0.068);
  -webkit-text-stroke: 2px darkgrey;
  text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #49ff18, 0 0 30px #49FF18, 0 0 40px #49FF18, 0 0 55px #49FF18, 0 0 75px #49ff18;
}

.margLeftForm {
  margin-left: 320px;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #009687;
  height: 75px;
  z-index: 16;
  display: none;
}

.mobile-menu ul {
  margin-top: -8px !important;
}

/* Shine */
.hover14 figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 150px;
}

.hover14 figure img {
  width: 100%;
}

.hover14 figure .caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 4%;
  border: 1px solid #fff;
}

.hover14 figure .caption h2 {
  font-size: 30px;
  white-space: 200px;
  margin-top: 10px;
}

.hover14 figure .caption .fa {
  font-weight: 800;
  font-size: 60px;
  margin-right: 5px;
}

.hover14 figure .caption .img-construction {
  width: 35%;
  margin: auto;
  margin-top: 10px;
}

.hover14 figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.hover14 figure:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

.hover14 figure::before {
  -webkit-animation: shine .75s;
  animation: shine infinite;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

/* Second Shine */
.hover15 figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 150px;
}

.hover15 figure img {
  width: 100%;
}

.hover15 figure .caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 4%;
  padding-bottom: 4%;
  border: 1px solid #fff;
}

.hover15 figure .caption h2 {
  font-size: 30px;
  white-space: 200px;
  margin-top: 10px;
}

.hover15 figure .caption .fa {
  font-weight: 800;
  font-size: 60px;
  margin-right: 5px;
}

.hover15 figure .caption .img-showroom {
  width: 45%;
  margin: auto;
  margin-top: 10px;
}

.hover15 figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.hover15 figure:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

.hover15 figure::before {
  -webkit-animation: shine .75s;
  animation: shine infinite;
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.navbar {
  background: #ddd !important;
  padding: 0;
}

.navbar .navbar-brand {
  margin-left: 20px;
  width: 40px;
}

.navbar .navbar-brand img {
  width: 100%;
}

.navbar .nav-tabs {
  border: none;
  width: 62%;
  margin: auto;
}

.navbar .nav-tabs .nav-item {
  width: 50%;
  text-align: center;
  font-weight: 800;
}

.navbar .nav-tabs .nav-item:first-child {
  margin-left: -5px;
}

.navbar .nav-item .nav-link {
  font-size: 29px;
  border-radius: 0;
  color: #009687;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: #009687;
  border: none;
  color: initial;
  color: #f4e914 !important;
  font-weight: 100;
  cursor: default;
}

.navbar.navbar-dark .breadcrumb .nav-item .nav-link,
.navbar.navbar-dark .navbar-nav .nav-item .nav-link {
  font-size: 30px;
  border-radius: 0;
  border: 0;
  height: 65px;
  padding-top: 13px;
  color: #000;
}

#home-tab-md.active:hover {
  background: #009687;
}

#profile-tab-md.active {
  background: #fad505;
  color: #009687 !important;
}

#profile-tab-md.active:hover {
  background: #f4e914;
}

.navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
  color: #009687;
}

.tab-content {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 15px;
  min-height: 250px;
  overflow: hidden;
}

.tab-content .title-mobile {
  display: none;
}

.tab-content .sidebar-root {
  height: 100%;
  background-color: #c3d867;
  overflow: hidden;
}

.tab-content .sideService {
  background: #009687;
  position: relative;
}

.tab-content .sideService .caption {
  position: relative;
  top: 5%;
  min-height: 200px;
  width: 100%;
  background: transparent;
  padding: 15px;
  overflow: hidden;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.tab-content .sideService .caption .card {
  background: transparent;
  width: 90%;
  height: 100%;
  padding: 15px;
  margin-left: 15px;
  text-align: center;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tab-content .sideService .caption .card .card-header {
  padding: 0;
  background: transparent;
  border: none;
}

.tab-content .sideService .caption .card .card-header h1 {
  font-size: 30px;
  color: #e6dc13;
}

.tab-content .sideService .caption .card .card-header h4 {
  font-size: 25px;
  color: #e6dc13;
}

.tab-content .sideService .caption .card .card-body {
  padding: 0;
  color: linear-gradient(15deg, #cff75f 24%, #009687 84%);
  margin-top: 20px;
}

.tab-content .sideService .caption .card .card-body .fas {
  font-size: 30px;
}

.tab-content .sideService .caption .card .card-body d {
  color: black;
}

.tab-content .sideService .caption .card .card-footer {
  padding: 0;
  background: transparent;
  color: #e6dc13;
  border: none;
  margin-top: 20px;
}

.tab-content .sideService .caption .card .card-footer .btn-deucalion {
  margin-top: 20px;
  background: #e6dc13;
  transition: all 2s ease-in-out;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  font-size: 14px;
  font-weight: 200;
  color: #009687;
}

.tab-content .sideService .caption .card .card-footer .btn-deucalion:hover {
  background: linear-gradient(15deg, #009687 24%, #f7ef5f 84%);
  color: #fff;
  transition: all 2s ease-in-out;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
}

.tab-content .sideService .caption .card .card-footer .btn-deucalion:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tab-content .sideService .caption .card-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  margin-left: 6px;
  height: 100%;
  padding: 15px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  opacity: 0;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.tab-content .sideService .caption .card-image img {
  width: 100%;
}

.tab-content .sideProduit {
  background: #e6dc13;
  position: relative;
}

.tab-content .sideProduit .caption {
  position: relative;
  top: 5%;
  min-height: 200px;
  width: 100%;
  background: transparent;
  padding: 15px;
  overflow: hidden;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.tab-content .sideProduit .caption .card {
  background: transparent;
  width: 90%;
  height: 100%;
  padding: 15px;
  margin-left: 15px;
  text-align: center;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tab-content .sideProduit .caption .card .card-header {
  padding: 0;
  background: transparent;
  border: none;
}

.tab-content .sideProduit .caption .card .card-header h1 {
  font-size: 30px;
  color: #009687;
}

.tab-content .sideProduit .caption .card .card-header h4 {
  font-size: 25px;
  color: #009687;
}

.tab-content .sideProduit .caption .card .card-body {
  padding: 0;
  color: linear-gradient(15deg, #cff75f 24%, #009687 84%);
  margin-top: 20px;
}

.tab-content .sideProduit .caption .card .card-body .fas {
  font-size: 30px;
}

.tab-content .sideProduit .caption .card .card-body d {
  color: black;
}

.tab-content .sideProduit .caption .card .card-footer {
  padding: 0;
  background: transparent;
  color: #009687;
  border: none;
  margin-top: 20px;
}

.tab-content .sideProduit .caption .card .card-footer .btn-deucalion {
  margin-top: 20px;
  background: #009687;
  transition: all 2s ease-in-out;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  font-size: 14px;
  font-weight: 200;
}

.tab-content .sideProduit .caption .card .card-footer .btn-deucalion:hover {
  background: linear-gradient(15deg, #009687 24%, #f7ef5f 84%);
  color: #fff;
  transition: all 2s ease-in-out;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
}

.tab-content .sideProduit .caption .card .card-footer .btn-deucalion:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tab-content .sideProduit .caption .card-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  margin-left: 6px;
  height: 100%;
  padding: 15px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  opacity: 0;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.tab-content .sideProduit .caption .card-image img {
  width: 100%;
}

.tab-content .top-flip {
  padding-bottom: 35px;
}

.tab-content .produit_home {
  padding-bottom: 20px;
}

/* Caption Style 6 */
.grid .card {
  display: inline-block;
  margin: 0;
  text-align: left;
  position: relative;
  overflow: hidden;
  margin-top: 25px;
  background: rgba(247, 235, 3, 0.075);
}

.grid figure {
  margin: 0;
  position: relative;
  overflow: hidden;
}

.grid figure img {
  max-width: 100%;
  display: block;
  position: relative;
}

.grid figcaption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
  padding-bottom: 15px;
  background: #f4e914;
  color: #009687;
}

.grid figcaption h3 {
  margin: 0;
  padding: 0;
  color: #fff;
}

.grid figcaption span:before {
  content: 'Prix :';
}

.grid figcaption a {
  text-align: center;
  padding: 5px 10px;
  border-radius: 2px;
  display: inline-block;
  background: #00bba8;
  color: #fff;
}

.grid figcaption a:hover {
  background: rgba(10, 129, 117, 0.87);
}

/* Individual Caption Styles */
/* Caption Style 5 */
.cs-style-5 figure img {
  z-index: 10;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.cs-style-5 figure:hover img,
.cs-style-5 figure.cs-hover img {
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
}

.cs-style-5 figcaption {
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}

.cs-style-5 figure:hover figcaption,
.cs-style-5 figure.cs-hover figcaption {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.cs-style-5 figure a {
  position: absolute;
  bottom: 20px;
  right: 15px;
}

@-webkit-keyframes redimension {
  from {
    width: 10vw;
  }
  to {
    width: 15vw;
  }
}

@keyframes redimension {
  from {
    width: 10vw;
  }
  to {
    width: 15vw;
  }
}

.border {
  border: 2px solid #c5cf0b;
}

/** Flip Card **/
.flip-card {
  background-color: transparent;
  min-height: 250px;
  height: 250px;
  padding: 1px;
  margin-top: 20px;
  border-radius: 0;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.flip-card:hover .flip-card-inner .return {
  display: none;
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 10px;
}

.flip-card-front {
  background-color: rgba(0, 150, 135, 0.075);
  color: black;
  overflow: hidden;
  text-align: center;
}

.flip-card-front .img-flip {
  width: 50%;
  margin: auto;
}

.flip-card-front .img-flip img {
  width: 100%;
}

.flip-card-front h6 {
  margin-top: 15px;
  font-size: 27px;
}

.flip-card-back {
  background-color: #2eaf88;
  color: white;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  min-height: 250px;
  height: 250px;
  overflow: hidden;
  position: relative;
}

.flip-card-back .img-flap {
  width: 25%;
  overflow: hidden;
  float: left;
  margin-right: 15px;
  background: #fff;
  padding: 5px;
}

.flip-card-back .img-flap img {
  width: 100%;
}

.flip-card-back .btn {
  position: absolute;
  bottom: 0;
  right: 0;
}

.flip-card-back .flip-left {
  float: left;
}

.flip-card-back .flip-left strong {
  font-size: 15px;
}

.flip-card-back .flip-left small {
  font-size: 13px;
}

.flip-card-back .flip-img {
  float: right;
  height: auto;
  width: 100px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card-back .flip-img img {
  width: 100%;
}

.top-flip {
  margin-top: 15px;
}

/** Flip Card End **/
#home-md {
  margin: 0;
  margin-left: -27px;
  margin-right: -15px;
  margin-top: -17px;
  padding: 0;
  margin-bottom: -15px;
  border-top: 4px solid #009687;
}

#home-md .row {
  margin-right: 0;
}

#profile-md {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -17px;
  padding: 0;
  margin-bottom: -15px;
  border-top: 4px solid #fad505;
}

#profile-md .row {
  margin-right: 0;
  text-align: center;
}

#profile-md .btn {
  font-size: 20px;
  margin: auto;
  margin-right: 15px;
  margin-top: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 200 !important;
}

#profile-md .btn-root {
  background: #009687;
}

#profile-md .btn:hover {
  background: rgba(3, 109, 98, 0.699);
  color: #FFF;
}

.sm-visible {
  display: block !important;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.xs-visible {
  display: none !important;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

footer {
  z-index: 1099;
}
/*# sourceMappingURL=style.css.map */