<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'icon';
  src:  url('../fonts/icon.eot?9b9yfr');
  src:  url('../fonts/icon.eot?9b9yfr#iefix') format('embedded-opentype'),
    url('../fonts/icon.ttf?9b9yfr') format('truetype'),
    url('../fonts/icon.woff?9b9yfr') format('woff'),
    url('../fonts/icon.svg?9b9yfr#icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-telephone:before {
  content: "\e906";
}
.icon-arrow-down:before {
  content: "\e904";
}
.icon-menu:before {
  content: "\e905";
}
.icon-magic-carpet:before {
  content: "\e900";
}
.icon-carpet-puce:before {
  content: "\e901";
}
.icon-back:before {
  content: "\e902";
}
.icon-next:before {
  content: "\e903";
}

.slick-prev,
.slick-next{
  background: #FFC107;
  position: absolute;
  top: 20%;
  padding: 20px;
  border: none;
  color: white;
  cursor: pointer;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus{
  opacity: .8;
  outline: 0 !important;
}
.slick-prev {
  left: -72px;
}
.slick-next {
  right: -72px;
}
.slick-slide img {
  margin: 0 auto;
}

.Mobile .slick-prev, 
.Mobile .slick-next{
  top: 100%;
}
.Mobile .slick-prev {
  left: 65%;
}
.Mobile .slick-next{
  right: 0;
}

/** ============================================= **/
               /*styles*/
/** ============================================= **/
* {
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  -webkit-transition: color .24s ease-in-out;
  -moz-transition: color .24s ease-in-out;
  -o-transition: color .24s ease-in-out;
  -ms-transition: color .24s ease-in-out;
  transition: color .24s ease-in-out;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #333;
  background-color: #fff;
  margin: 0;
}
a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:focus {
  opacity: .8;
}
a:focus,
button:focus {
  outline: 50 !important;
}
img {
  vertical-align: middle;
  border: 0;
  max-width: 100%;
}
b,
strong{
  font-weight: 900;
}
h1,
h2,
h3 {
  font-family: 'vidaloka', serif;
  line-height: 150%;
  color: #000000;
}
.container-fluid {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid{
  max-width: 1200px;
}
.row {
  margin-right: -10px;
  margin-left: -10px;
}
.clearfix:before,
.clearfix:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: "";
}
.clearfix:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}


/* Header */
@media(min-width: 992px) {
  #header_logo {
    position: relative;
    top: 31px;
  }
}
#header{
	background-color: #63ace1;
}
.phrase{
	font-family: 'Calligraffitti', cursive;
	font-size: 2.5em;
	color: #000000;
	line-height: normal;
	text-align: center;
	margin-top: 28px;
}
.Mobile .phrase{
  margin-top: 0;
}
.header_phone {
	margin-top: 25px;
	background-color: #FFC107;
	border-radius: 10px;
}
.Mobile #header_logo {
  text-align: center;
}
.Mobile .header_phone{
  margin-top: 0;
  margin-bottom: 10px;
}
.header_phone a,
.header_phone &gt; p {
	font-size: 1.6em;
	margin: 0;
	color: #fff;
	font-family: 'Calligraffitti', cursive;
	text-align: center;
	padding: 20px 5px 10px;
	display: block;
}
.Mobile .header_phone p{
  margin: 0;
  font-size: 20px;
}

.Mobile .logo{
  height: 125px;
}

#tel-Mobile .col-xs-6:first-child{
  padding-right: 0 !important;
}
#tel-Mobile .col-xs-6:last-child{
  padding-left: 5px !important;
}

#mail,
#mail2{
  display: none;
}
.form-input {
  display: block;
  background: white;
  border: none;
  margin-bottom: 5px;
  padding: 10px;
  width: 100%;
  -webkit-appearance: none;
  outline: 0 !important;
}
#DesktopDevis textarea.form-input{
  height: 75px;
}
.form-input:focus {
  outline: 0 !important;
}
.devisMobile {
  position: absolute;
  right: 15px;
  top: 25px;
}
.devisMobile span {
  background: #FFC107;
  border-radius: 10px;
  padding: 15px;
  color: white;
  display: block;
}
.rpl-gratuit {
  text-align: center;
  font-weight: 900;
  font-size: 18px;
}
.Mobile #FormDevis .form-input,
#rappel_immediat input{
  text-align: center;
}
#rappel_immediat .btn-submit{
  background-color: #FFC107;
}
#DesktopDevis #FormDevis .col-sm-5:first-child{
  padding-right:5px;
}
#DesktopDevis #FormDevis .pd-rl{
  padding-right:5px;
  padding-left:0;
}
#DesktopDevis #FormDevis .col-sm-2{
  padding-left:0;
}
#DesktopDevis #FormDevis .btn-submit{
  word-wrap: break-word;
  margin: 0;
  height: 115px;
  border-radius: 10px;
}
/* Devis mobile */
.Devisgratuit {
  background: #63ace1;
}
#DesktopDevis.Devisgratuit{
  padding:15px 0;
}
.Devisgratuit h3 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#DesktopDevis.Devisgratuit h3{
  font-size: 26px;
  margin-bottom: 0;
  margin-top:3px;
}
.btn-submit {
  background: #FFC107;
  border: none;
  color: white;
  display: block;
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 10px;
  padding: 15px;
  width: 100%;
}
.btn-submit:focus{
  outline: 0 !important;
}

/* Navigation */
.nav {
  position:relative;
  margin-top: -35px;
  border-top: 1px dashed #ffffff;
}
.nav-list {
  text-align:center;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.nav-item {
	display:table-cell;
	zoom:1;
	position:relative;
}
.nav-item a {
	display:block;
	padding: 15px 10px;
  text-transform: uppercase;
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
}
.nav-item.active &gt; a {
  color: #000000;
}
.nav-item:hover .nav-submenu {
	display:block;
}
/* Navigation submenu */
.nav-submenu {
	display:none;
  background-color: white;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2500;
  padding-left: 0;
  text-align: left;
  list-style: none;
}
.nav-submenu-item a {
	display:block;
	padding: 10px;
  font-size: 13px;
}
.nav-submenu-item a:hover {
  color: white;
  background-color: #FFC107;
}
/* Mobile navigation */
.nav-mobile {
	display:none;
  cursor:pointer;
  position: absolute;
  left: 20px;
  top: 35px;
  font-size: 13px;
  color: #FFC107;
  text-transform: uppercase;
}
.nav-click {
  position: absolute;
  top: 20px;
  right: 15px;
  display: none;
  cursor: pointer;
  font-size: 12px;
  color: #FFC107;
}
.icon-menu{
  display: block;
  font-size: 36px;
  line-height: 25px;
}
.nav-click i {
	display:block;
}
.nav-rotate {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}

/*--- Media Queries --*/

@media only screen and (min-width: 320px) and (max-width: 991px) {
	.nav-mobile {
		display:block;
	}
	.nav {
		width: 100%;
    padding: 0;
    border: none;
    position: absolute;
    left: 0;
    margin-top: 0;
    top: 100%;
    z-index: 1000;
	}
	.nav-list {
    display:none;
    background-color: white;
    text-align: left;
	}
	.nav-item {
		width:100%;
    display: none;
	}
	.nav-item &gt; a {
    margin: 0 15px;
		padding: 15px 0;
    border-bottom: 1px dashed;
    color: #000;
	}
	.nav-click {
		display:block;
	}
	.nav-mobile-open {
		border-radius:5px 5px 0 0;
		-webkit-border-radius:5px 5px 0 0;
		-moz-border-radius:5px 5px 0 0;
	}
	.nav-item:hover .nav-submenu {
		display:none;
	}
	.nav-submenu {
    background-color: #63ace1;
		position:static;
		width:100%;
	}
}

/* Homeslider */
#homeslider {
  /*background-image:url('../images/img/bg_slide.jpg');*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 688px;
  position: relative;
}
.Mobile #homeslider{
  height: inherit;
}
.capiton-header {
  text-align: center;
  padding: 3rem 0;
}
.text-accroche{
  background: #FFC107;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 5px;
  padding: 8px;
  border-radius: 25px 25px 0 0;
  color: white;
  letter-spacing: 2px;
  text-align: center;
}
@media(min-width: 1600px){
	#homeslider {
	  height: 888px;
	}
	.capiton-header {
	  padding-top: 6rem;
	}
}
.capiton-header img {
  margin: 0 35px;
}
.Mobile .capiton-header img{
  margin: 0;
}
.cat-header {
  position: absolute;
  bottom: 5%;
  width: 100%;
}
.cat-inner{
  background: rgba(255, 255, 255, 0.55);
  padding: 25px 0;
}
.Mobile .cat-header{
  background: white;
  position: static;
}
.cat-box {
  padding: 0 7px;
  overflow: hidden;
}
.cat-item a {
  display: block;
  overflow: hidden;
}
.cat-item img {
  width: 100%;
}
.cat-item span {
  font-family: 'vidaloka', serif;
  color: #52382b;
  display: block;
  text-align: center;
  font-size: 20px;
  margin-top: 15px;
  position: relative;
}
.Mobile .cat-item span{
  margin-bottom: 20px;
}
.cat-item span:before,
.cat-item span:after {
  content:'';
  position: absolute;
  height: 2px;
  width: 35px;
  background: #52382b;
  top: 14px;
}
.cat-item span:before{
  left: 0;
}
.cat-item span:after {
  right:0;
}
.Mobile .text-accroche{
  border-radius: 0;
  margin: 0 -10px;
}

/* contenu */
#columns{
  background-image:url('../images/img/bg_matelas.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.media-body h1:after,
.Titre:after{
  content:"";
  background: #52382b;
  display: block;
  margin: 30px auto 40px;
  height: 3px;
  width: 150px;
}
.carousel {
  background: rgba(255, 255, 255, 0.81);
  margin: 3rem 0;
  padding: 15px;
  text-align: center;
}
.carousel-item{
  border: 1px dashed #52382b;
  padding: 20px;
}
.carousel-item &gt; img {
  margin-bottom: 25px;
}
.Block{
  padding:0 30px;
}
.Mobile .Block{
  padding: 0 5px;
}
.editableLine {
  max-width: 75%;
  height: 75px;
  margin: 15px auto;
  line-height: 120%;
}
.Mobile .editableLine {
  max-width: 100%;
  height: inherit;
}
.Mobile .editable{
  text-align: justify;
}

/* ListCat*/ 
.services {
  padding: 3rem 0;
}
.Titre{
  font-family: 'vidaloka', serif;
  line-height: 150%;
  color: #52382b;
  display: block;
  font-size: 2rem;
  text-align: center;
}
.Mobile .Titre{
  font-size: 1.5rem;
}
.Desktop .Liens{
  -webkit-column-count: 4; /* Chrome, Safari, Opera */
  -moz-column-count: 4; /* Firefox */
  column-count: 4;
}
.Tablet .Liens{
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
}
.Liens &gt; a {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  padding-left: 3rem;
}
.Mobile .Liens &gt; a{
  font-size: 16px;
}
.Liens i {
  font-size: 24px;
  position: relative;
  margin-left: -25px;
  left: -10px;
  color: #52382b;
}

/* Footer */
.fixed-tel {
  position: fixed;
  bottom: 50px;
  width: 100%;
  z-index: 9999;
}
.tel-container{
  margin: 0 0 0 auto;
  text-align: right;
  width: 250px;
}
.btn-toogle {
  border: 2px dashed #485a35;
  border-radius: 50%;
  background: white;
  cursor: pointer;
  color: #485a35;
  font-size: 25px;
  text-align: center;
  height: 75px;
  width: 75px;
}
.btn-toogle:focus {
  outline: 0 !important;
}
.box-tel{
  display: none;
  background: #63ace1;
  box-shadow: 0 0 5px 2px rgba(195, 195, 195, 0.44);
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
}
.box-tel:after {
  content:"";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #63ace1;
  position: absolute;
  bottom: -15px;
  right: 20px;
}
.footer-container {
  background-color: #07416b;
}
#footer h4{
	font-weight: normal;
  color: #c7c7c7;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#footer h4:after{
  content:"";
  height: 2px;
  width: 50px;
  margin: 15px 0 0;
  display: block;
  background-color: #c7c7c7;
}
.toggle-footer{
  padding-left: 18px;
}
#block_various_links_footer, 
#block_contact_infos {
  padding-top: 15px;
}
#footer ul li, 
#footer ul li a {
	font-family: 'lato', sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	text-shadow: none;
}
.logo.footer-block{
  margin-top: 55px;
}
#footer ul li a:hover{
	color: #c7c7c7;
}
#footer #block_contact_infos li:first-child{
	color: #fff;
}
#footer #block_contact_infos &gt; div ul li i{
	color: #c7c7c7;
}
#footer #block_contact_infos &gt; div ul li &gt; span{
	font-family: 'lato', sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-size: 1.1em;
}
.bottom-footer{
	text-align: center;
}
#footer #social_block ul li a {
    color: #fff;
}
#footer #block_contact_infos &gt; div ul li &gt; span a{
    font-family: 'lato', sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-size: 0.9em;
}
#footer a, 
#footer a:hover, 
#footer #block_contact_infos &gt; div ul li &gt; span a:hover {
    color: #c7c7c7;
}
#footer #social_block h4{
	color: #fff;
}
.footer_bottom{
	border-top: 1px solid #fff;
	text-align: center;
	padding: 5px;
	margin-top: 20px;
}
.footer_bottom p{
	font-family: 'lato', sans-serif;
	font-size: 0.8em;
	color: #fff;
	margin: 0;
}
.certificats{
  padding-top: 30px;
}
.certificats .footer-block {
    margin: 15px 0;
}

.Mobile #footer {
  text-align: center;
}
.Mobile #block_various_links_footer, 
.Mobile #block_contact_infos,
.Mobile .certificats {
  padding-top: 0;
}
.Mobile #footer h4:after{
  margin-left: auto;
  margin-right: auto;
}
.Mobile .toggle-footer {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}
.Mobile .certificats .footer-block {
  margin: 0;
}

/* Modal */
.modal {
    position: absolute;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.modal.is-visible {
    visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 6em;
  left: 50%;
  width: 350px;
  margin-left: -11em;
  background-color: #63ace1;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.modal-header,
.modal-content {
  padding: 1em;
}

.modal-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: 1px solid #e8e8e8;
}
.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
}

.modal-close:hover {
  color: #777;
}
.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-content &gt; *:first-child {
  margin-top: 0;
}
.modal-content &gt; *:last-child {
  margin-bottom: 0;
}</pre></body></html>