/* Reset */
h1, h2, h3, h4, h5, h6 {
	color: inherit;
}
[data-open],
[data-close] {
	cursor: pointer;
}
/* Home */
@media screen and (min-width: 959px) {
	.home .sticky-header .content-area {
	  padding-top: 0;
	}
	.home .sticky-header .header {
	  background: rgba(255,255,255,.1);
	  box-shadow: none;
	}
	.home .sticky-header .header.smaller {
	  background: #FFF;
	}
	.home .sticky-header .header.smaller .sf-menu > li > a,
	.home .sticky-header .header.smaller .sf-menu > li.current-menu-item > a {
	  color: #333 !important;
	}
	.home .sticky-header .smaller .logo img {
		display: block !important;
	}
	.home .sticky-header .header.smaller .logo {
		background: none !important;
		height: 47px !important;
		width: 129px !important;
	}

	.home .sf-menu > li > a:hover,
	.home .sf-menu > li:hover > a,
	.home .sf-menu > li.current-menu-item > a,
	.home .sf-menu > li > a,
	.home .sf-menu > li > a,
	.home .sf-menu > li > a {
	  color: #FFF;
	  background: transparent;
	}
	.home .sf-menu > li > a:hover,
	.home .sf-menu > li:hover > a,
	.home .sf-menu > li.current-menu-item > a {
	  border-bottom: 2px solid #F2F2F2;   
	}
	.home .header .logo img {
		display: none;
	}
	.home .header .logo {
		background: url(../images/logo/hellomoon-wc.svg) center no-repeat;
		height: 47px;
		width: 194px;
	}
}
.header .logo img {
	transition: all ease-in-out .2s;
}
/* Breadcrumbs */
#breadcrumbs {
	margin: 0;
	padding: 0 20px;
	font-style: italic;
	font-size: 14px;
}
#breadcrumbs,
#breadcrumbs a {
	color: #FFF;
}
.page-title {
	background-image: url(https://www.hellomoon.lu/wp-content/uploads/2014/11/stars-sky-hellomoon-blue.jpg);
	background-position: center top;
	background-repeat: repeat;
	background-attachment: scroll;
	background-size: cover;
	height: 100px;
	overflow: hidden;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
.socials ul li a:hover span {
	z-index: 1000;
}

.page-title h1 {
	color: white;
	text-shadow: 1px 1px 0 rgba(0,0,0,.3);
}
.page-title h1 a {
	line-height: 1;
}
.page-title.is-open  {
	height: 690px;
}

.page-title .container-title,
.page-title .services-listing {
	-webkit-transition: bottom .4s;
	-moz-transition: bottom .4s;
	transition: bottom .4s;
}
.page-title .services-listing i {
	margin-right: 20px;
	margin-left: -20px;
}
.page-title .services-listing i.icon-mobile {
    font-size: 25px;
    text-align: center;
    margin-left: -23px;
    margin-right: 17px;
}
.page-title.is-open .container-title,
.page-title.is-open .services-listing {
	bottom: 130px;
}
.page-title .navigation-service {
	text-align: right;
	color: white;
}
.page-title .navigation-service .close {
	position: absolute;
	top: -20px;
	right: 0;
	width: 200px;
	opacity: 0;

	-webkit-transition: top .4s 0, opacity .2s;
	-moz-transition: top .4s 0, opacity .2s;
	transition: top .4s 0, opacity .2s;
}
.page-title.is-open .navigation-service .close {
	display: block;
	top: 142px;
	opacity: 1;

	-webkit-transition: top .4s .4s, opacity .2s;
	-moz-transition: top .4s .4s, opacity .2s;
	transition: top .4s .4s, opacity .2s;
}

.services-listing {
	list-style: none;
	margin: 80px auto 0;
}
.services-listing li {
	margin: 0;
}
.services-listing a {
	display: block;
	font-size: 20px;
	color: white;
	padding: 15px 2em;
	background: #333;
	background: rgba(255,255,255,.1);
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.services-listing a.is-active,
.services-listing a:hover,
.services-listing a:focus {
	background: #111;
	background: rgba(255,255,255,.2);
}
/* Page Service */
.page-template-template-page-services-php .service-row {
	padding: 20px;
	margin: 0;
}
.page-template-template-page-services-php .service-row .mt-image {
	text-align: center;
}
.service-row .mt-one-half, .service-row .mt-one-third,
.service-row .mt-two-third, .service-row .mt-three-fourth,
.service-row .mt-one-fourth, .service-row .mt-one-fifth,
.service-row .mt-two-fifth, .service-row .mt-three-fifth,
.service-row .mt-four-fifth, .service-row .mt-one-sixth, .service-row .mt-five-sixth {
	margin-bottom: 0;
}
.service-row .twelve.columns > div {
	display: table-cell;
	vertical-align: middle;
	min-height: 350px;
	line-height: 1.6;
}
.service-row .twelve.columns > div h2 {
	color: inherit;
	font-weight: 400 !important;
	margin: 50px 0 1em;
}
.service-row h3 {
	color: inherit;
}
.service-row .twelve.columns > div p {
	font-size: 16px;
}
.primary-service {
	background: #FFF url(../images/bg-moon-poly-trans-color.jpg) bottom center repeat-x;
}
.primary-service h2 a {
	color: #333;
}
.single-service .content.clearfix {
	background: #FFF url(../images/bg-moon-poly-trans-color.jpg) top center repeat-x;
}
.single-service .row-contact  {
	background: #FFF url(../images/bg-moon-poly-trans-color-reverse.jpg) top center repeat-x;
	background-size: 910px;
	padding-top: 40px;
}
.single-service .row-contact .container {
	 background: #FFF;
    padding: 30px;
    border-radius: 8px;
}
.primary-service .service-row .container {
    border-bottom: 5px solid rgba(0,0,0, .05);
    padding-bottom: 40px;
}
.primary-service .service-row:last-child .container {
    border: none;
}
/* Second service */
.second-service {
	background: #3498db url(../images/bg-moon-blue.jpg) center no-repeat;
	background-size: cover;
}
.second-service .row {
	margin: 0 auto;
	max-width: 1200px;
}

/* Page Single */
.single .container {
	font-size: 1.2em;
	line-height: 1.6;
}
.single-service .mt-custom-col.col-3 .mt-col-inner {
  margin-left: 1% !important;
  margin-right: 1% !important;
}


/* Page Team */
.team-member .line-header h5 {
    border: none;
}
.team-member-photo {
	width: 280px;
	height: 280px;
	border-radius: 50%;
	overflow: hidden;
}
.team-member-photo img {
	max-width: inherit;
	height: 280px;
}
.team-member .line-header .position {
    display: block;
    width: 100%;
    margin: 10px 0;
    font-size: 12px;
}
.team-member {
    text-align: center;
}
.team-member .line-header .position:before {
    width: 50px;
    height: 3px;
    content: " ";
    background: rgb(99, 197, 235);
    display: block;
    margin: 0 auto 5px;
}
/* page réalisation */
.portfolio-item-top {
	border: 1px solid #EFEFEF;
}

/* Folio Single */
.row-related,
.row-service-second-area {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	background: #fcfcfc;
	color: #333;
	padding: 70px 0 40px;
}
.row-related .row-title {
	text-align: center;
	margin-bottom: 40px;
}
.folio-related a {
    display: block;
}
.folio-related {
    text-align: center;
}
.folio-related .img-box {
    height: 230px;
    overflow: hidden;
}
.folio-related h5 {
    margin: 10px 0 0;
    color: #444;
}

/* BLOG */
#commentform input#submit {
	width: 190px !important;
}

/* RTE */
.rte ul,
.rte ol {
	margin: 1em 2em 2em;
}

/*************
** MODULES
**************/

/* Case | Reprend le concept de tuile sur windows 8 */
.case {
	display: block;
	position: relative;
	float: left;
	padding: 40px 0;
	margin: 0;
	width: 33.33%;
	min-height: 190px;

	color: white;
	text-align: center;
}
.case img {
	margin-bottom: 1em;
}
.case h3 {
	margin-bottom: 0;
}
.case:hover,
.case a,
.case a:hover {
	color: white;
}
.case img{
	position: relative;
	transition: all .2s ease-in-out;
}
.case img {
	bottom: 0;
}
.case:hover {
	background: rgba(52, 152, 219,.3);
}
.case:hover img {
	bottom: 10px;
}

/* THEME */
.service-left .service-text {
	font-size: 13px;
}
.service-left .service-icon {
	font-size: 45px;
	line-height: 1;
}

@media screen and (min-width: 1920px) {
	.primary-service,
	.single-service .content.clearfix {
		background-size: cover;
	}
}

/*************
** FIX Background Slider (trop clair durant le chargement)
**************/
.rev_slider_wrapper.fullwidthbanner-container {
	background: url('https://www.hellomoon.lu/wp-content/uploads/2014/11/stars-sky-hellomoon-black.jpg') !important;
}

.home .footer {
	//background: url('https://www.hellomoon.lu/wp-content/uploads/2014/11/stars-sky-hellomoon-black.jpg');
	background-size: cover;
	background-position: center;
}
.footer {
	background: url(https://www.hellomoon.lu/wp-content/uploads/2014/11/stars-sky-hellomoon-moon.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
}
.footer::before {
	display: block;
	content: " ";
	width: 100%;
	height: 100%;
	background: red;
	position: absolute;
	top: 0;
	background: rgba(3, 63, 93, 0.33);
}
.footer-bottom {
	-webkit-box-shadow: inset 0 5px 10px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 5px 10px rgba(0,0,0,.2);
	box-shadow: inset 0 5px 10px rgba(0,0,0,.2);
	background: #002435;
}	
.footer-socials ul li a {
    color: #888888;
    background: #003048;
}
/* Formulaire Devis */
.page.home .form-devis {
	color: #FFF;
}
.page.home .form-devis p {
	font-weight: bold;
}
.single-service .container .three.columns {
	padding: 40px 0 0;
}

.page-title .container .columns {
	padding: 24px 0;
}
.page-title .container .columns.two {
	padding: 35px 0;
}
.portfolio-navigation div a {
	background: rgb(255, 255, 255);
    color: #0073ad;
}
.portfolio-item-info {
	display: flex;
    align-items: center;
    min-height: 62px;
    box-sizing: border-box;
}

#toTop {
	bottom: 36px;
    right: 100px;
}
.footer-bottom .copyright {
	padding: 0;
	height: 37px;
}
.footer-bottom .copyright p{
	line-height: 37px;
}
.footer-bottom .cgu {
	height: 37px;
	line-height: 37px;
}
.latest-project-image a, .latest-project-image a img {
	width: 290px;
}
.footer .widget {
	margin-bottom: 10px;
}
.service-list-widget li {
	margin-bottom: 10px;
}
.service-actions {
	margin-top: 70px;
    width: 340px;
    text-align: center;
}

/* Ninja Form */
.nf-field-element input, .nf-field-element textarea, .nf-field-element select {
	background: #f6f6f6;
    color: #888888;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.1);
    box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.1);
    padding: 10px 15px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    width: 100%;
    margin-top: 5px;
    font-size: 16px;
}
.nf-field-element select {
	height: 40px !important;
	margin-top: 0 !important;
}
.nf-error .ninja-forms-field {
	border: 2Px solid #ff7f93;
    background: #f9e7e9;
    color: #FFF;
}
.nf-element[type=button]{
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
	color: #ffffff;
    background: #0073ad;
    margin-left: 0;
    height: 40px;
    line-height: 21px;
    width: 100px;
    font-size: 1em;
    padding: 4px 12px;
    font-size: 13px;
    cursor: pointer;
    margin: 0 2px 20px;
    -webkit-box-shadow: 0 -1px 0 rgba(0,0,0,.1) inset;
    box-shadow: 0 -1px 0 rgba(0,0,0,.1) inset;
}
.nf-element[type=button]:hover {
	background: #f2f2f2;
    color: #888888;
}
.ninja-forms-req-symbol, .nf-error-msg {
	color: #ff7f93;
}
.nf-response-msg p {
	color: #7ac142;
	text-align: center;
    margin-top: -60px;
    font-size: 25px;
}
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke .6s cubic-bezier(0.650, 0.000, 0.450, 1.000) forwards;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke .3s cubic-bezier(0.650, 0.000, 0.450, 1.000) .8s forwards;
}
.checkmark__message {
  text-align: center;
  color: #4caf50;
  margin-top: -90px;
  margin-bottom: 90px;
  font-size: 20px;
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}
/* Page Template Devis */
.page-template-template-page-quote .page-title {
	filter: hue-rotate(330deg);
}
.page-template-template-page-quote .page-title .container .columns {
	padding: 34px 0;
}

.page-template-template-page-quote h3 {
	font-size: 30px;
    margin: 0;
}
.page-template-template-page-quote h3 i {
	margin-right: 10px;
}
.page-template-template-page-quote .nf-field-label label {
	font-size: 15px;
}
.page-template-template-page-quote .nf-help {
	opacity: .5;
}
.page-template-template-page-quote .nf-form-fields-required {
	display: none;
}
.page-template-template-page-quote .content-area .content  {
	background: #FFF url(../images/bg-moon-poly-trans-color-reverse.jpg) top center repeat-x;
	background-size: 910px;
	padding-top: 40px;
}
.page-template-template-page-quote .content-area .content .container{
	background: #FFF;
	padding: 30px;
	border-radius: 8px;
}
.page-template-template-page-quote .line-header h4 {
	 font-size: 27px;
	 margin-bottom: 50px;
}
.page-template-template-page-quote p {
	 font-size: 20px;
	 line-height: 30px;
}
.page-template-template-page-quote img {
    border-radius: 8px;
}
.page-template-template-page-quote .content-area .content .container .columns {
    margin-top: 15px;
}
.page-template-template-page-quote .nf-form-cont {
	margin-top: 30px;
}
.page-template-template-page-quote .list-radio-wrap .nf-field-element li, .list-checkbox-wrap .nf-field-element li {
	margin: 16px 0 !important;
}

/* Ninja Form Homepage */
#nf-form-4-cont .one-fourth.first {
	margin-left: 26%;
}
#nf-form-4-cont .nf-element[type=button]{
	font-size: 15px;
    padding: 12px 60px;
    height: auto;
}
#nf-form-4-cont .nf-form-fields-required,
#nf-form-4-cont .ninja-forms-req-symbol{
	display: none;
}
#nf-form-4-cont .nf-error-msg {
    color: #ef8383;
}
#nf-form-4-cont .nf-response-msg svg {
    margin-top: 80px;
}
#nf-form-4-cont .nf-response-msg p {
    margin-bottom: 105px;
}
#nf-form-4-cont .nf-error-field-errors {
    text-align: center;
    margin-top: -30px;
}
@-moz-keyframes ripple {
  5%, 100% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
}
@-webkit-keyframes ripple {
  5%, 100% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
}
@keyframes ripple {
  5%, 100% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input[type="radio"] {
  display: none;
}

input[type="radio"] + label {
  position: relative;
  cursor: pointer;
  margin: 30px;
  padding-left: 28px;
}
input[type="radio"] + label:before, input[type="radio"] + label:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input[type="radio"] + label:before {
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background: #1181b9;
  -moz-box-shadow: inset 0 0 0 18px #E0E0E0;
  -webkit-box-shadow: inset 0 0 0 18px #E0E0E0;
  box-shadow: inset 0 0 0 18px #E0E0E0;
}
input[type="radio"] + label:after {
  top: 49%;
  left: 9px;
  width: 54px;
  height: 54px;
  opacity: 0;
  background: rgba(255, 255, 255, 0.3);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}

input[type="radio"]:checked + label:before {
  -moz-box-shadow: inset 0 0 0 4px #E0E0E0;
  -webkit-box-shadow: inset 0 0 0 4px #E0E0E0;
  box-shadow: inset 0 0 0 4px #E0E0E0;
}
input[type="radio"]:checked + label:after {
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -moz-animation: ripple 1s none;
  -webkit-animation: ripple 1s none;
  animation: ripple 1s none;
}

/* Testimonies Home */
.flexslider-wrapper .flex-direction-nav {
	opacity: 0;
	transition: all ease-in-out .2s;
}

.flexslider-wrapper:hover .flex-direction-nav {
	opacity: 1;
}

/* Home Form Devis New */
#mt-section-6_2 {
	background-size: cover;
    background-repeat: repeat !important;
	//background: #3498db url(https://www.hellomoon.lu/wp-content/themes/hellomoon/images/bg-moon-blue.jpg) center no-repeat !important;
}
.form-devis {
	background: #fff url(https://www.hellomoon.lu/wp-content/themes/hellomoon/images/bg-form-contact-inside.jpg) center no-repeat;
	background-size: 100.2%;
    border-radius: 8px;
    background-position: top;
}
.form-devis .line-header h4 {
	color: #444;
    margin-top: 30px;
}
.form-devis .nf-field-label label {
    color: #555555;
}

.g-suite-image {
	padding: 20px;
	background: #FFF;
	border-radius: 5px;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	.form-devis {
		width: 80% !important;
	}
	.form-devis .nf-form-content .one-half, 
	.form-devis .nf-form-content .one-half-last, 
	.form-devis .nf-form-content .one-fourth,
	.form-devis .nf-form-content .two-fourths {
		width: 80%;
		margin-left: 10% !important;
	}
}
@media screen and (max-width: 479px) {
	.form-devis {
		width: 300px !important;
		padding: 0 50px;
	}
	.form-devis .nf-form-content .one-half, 
	.form-devis .nf-form-content .one-half-last, 
	.form-devis .nf-form-content .one-fourth,
	.form-devis .nf-form-content .two-fourths {
		width: 80%;
		margin-left: 0% !important;
	}
	.form-devis .line-header h4{
		border: none;
	}
	.second-service {
		background-repeat: repeat;
		background-size: inherit;
	}
	.case {
		width: 100%;
	}
	.single-portfolio .container.nopb {
		padding: 0;
	}
	.single-portfolio .page-title  {
		height: inherit;
		background-size: cover;
	}
	.single-portfolio .page-title h1  {
		font-size: 24px;
	}
	.single-portfolio .page-title #breadcrumbs,
	.single-portfolio .page-title .two.columns {
		display: none;
	}
	.nf-form-content .one-half,
	.nf-form-content .one-half-last,
	.nf-form-content .one-fourth,
	.nf-form-content .two-fourths{
		width: 100% !important;
		margin-left: 0 !important;
	}
}