body {
	font-family: "Open Sans", sans-serif;
	background: #f6f1fd;
	overflow-x: hidden;
}

.illus-col {
	padding-top: 2rem;
	padding-bottom: 2rem;
	overflow: visible;
	z-index: 2;
}

#container {
	position: relative;
}

.illus-top-img,
.illus-bottom-img,
.illus-bottom-left-img {
	position: fixed;
}
.illus-top-img {
	top: 0;
	left: 0;
	width: 80px;
}
.illus-middle-img {
	width: 260px;
	max-width: 100%;
}
.illus-bottom-img {
	bottom: 0;
    right: 0;
}
.illus-bottom-left-img {
	width: 150px;
	bottom: 0;
    left: 0;
}

.funny-message {
	background: #212529;
    color: #fff;
    border-color: #3f4247;
}

#cool-loader {
	width: 150px;
}

.calculator-col {
	padding-bottom: 2rem;
}

.calculator-card {
	border: 5px solid #fff;
	z-index: 2;
	position: relative;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
}

h2 {
	font-size: 20px;
}

a {
	color: #7032c5;
}

a:hover {
	color: #8644e0;
}

.page-header {
    position: relative;
    z-index: 1;
    padding: 4.5rem 0 2rem;
}

.value-label {
    display: block;
	font-size: 1rem;
    font-weight: 400;
    margin-bottom: .5rem;
}
#fix-header .value-label {
    display: inline-block;
    font-size: inherit;
    margin-bottom: 0;
}

.big-text {
	font-size: 1.25rem;
}

#top-main-cta {
	position: absolute;
	top: 1rem;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 320px;
}

.jumbotron {
	position: inherit;
	background-color: #7032C5;
	color: #fff;
	padding: 1rem 1.5rem 3rem 1.5rem;
	padding-top: 1.6rem;
	margin-left: -1rem;
	margin-right: -1rem;
	margin-top: -1rem;
	border-radius: 4px 4px 0 0;
	margin-bottom: 3rem;
}

@meda screen and (min-width: 768px) {
    padding: 1.6rem 3rem 3rem 3rem;
}

.jumbotron .lead {
	font-size: 2rem;
	font-weight: 700;
	line-height: .9;
}
.jumbotron a,
.jumbotron a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
}
.jumbotron a:hover {
    background-color: rgba(255,255,255,.2);
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #7032c5;
    background-color: #f6f1fd;
    font-weight: 700;
    border: 2px solid #7032c5;
}

/* container */

.share {
	display: inline-block;
	text-align: center;
	background: rgba(255,255,255,0.9);
	border-radius: 100px;
}

#share {
	margin: auto;
	position: absolute;
	bottom: -28px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	max-width: 90%;
	width: 230px;
}

/* buttons */

.share a {
	width: 40px;
	height: 40px;
	display: inline-block;
	margin: 7px 11px 7px -4px;
	border-radius: 50%;
	color: #fff;
	opacity: 0.75;
	transition: opacity 0.15s linear;
	padding: 0;
	line-height: 40px;
}

.share a:hover {
	opacity: 1;
}

#fix-header {
    position: fixed;
    background: #7032C5;
    top: 0;
    width: 100%;
    padding: 1rem;
    z-index: 3;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    color: #fff;
}

/* icons */

.share i {
	font-size: 16px;
  	position: relative;
}

/* colors */
.social-button {
	text-align: center;
}
a.facebook, a.facebook:hover {
 	background: #3564c8;
}

a.twitter, a.twitter:hover {
  	background: #55acee;
}

a.googleplus, a.googleplus:hover {
  	background: #dd4b39;
}

a.linkedin, a.linkedin:hover {
  	background: #0077b5;
}

a.pinterest, a.pinterest:hover {
  	background: #cb2027;
}

.btn {
	font-weight: 700;
}

.btn-primary {
	background: #00cbcf;
	border-radius: 100px;
	border: none;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).hover,
.btn-primary:not(:disabled):not(.disabled):hover,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #00b6ba;
    border: none;
}

.card {
    padding: 1rem;
}

.attendee-salary-form-group,
.meeting-duration-form-group {
	display: inline-block;
	width: 100%;
	background: #f6f1fd;
}
.custom-select {
	width: auto;
}

footer {
	font-size: 0.9rem;
    background: #312d4e;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: -1rem;
    padding: 1rem;
    z-index: 2;
    position: relative;
}

footer a {
	color: #c4b2dc;
}

footer .aster-logo {
	width: 100px;
}

@media screen and (min-width: 768px) {
	.attendee-salary-form-group,
	.meeting-duration-form-group {
		width: 210px;
	}
}

@media screen and (min-width: 992px) {
	.jumbotron .lead {
		font-size: 3rem;
	}
	.illus-top-img {
		width: 130px;
	}
	.calculator-col {
		padding-left: 4rem;
		padding-right: 4rem;
	}
	.attendee-salary-form-group,
	.meeting-duration-form-group {
		width: 180px;
	}
}


.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.resp-sharing-button--linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
}

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  background-color: #046293;
  border-color: #046293;
}


.last-cta-section {
    position: relative;
	background: #5c3494;
    z-index: 2;
    padding: 4rem 0;
    color: #fff;
    margin: 2rem 0;
}

.last-cta-section:before,
.last-cta-section:after {
	content: "";
	background: #5c3494;
	display: block;
	position: absolute;
	height: 40px;
	border-radius: 50%;
	width: 100%;
	left: 0;
}

.last-cta-section:before {
	top: -20px;
}

.last-cta-section:after {
	bottom: -20px;
}

.video-section {
	background: #f6f1fd;
    padding: 3rem;
}

.hex-video {
	border-radius: 8px;
	overflow: hidden;
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
}

/* Loader style */
#loading {
	height: 170px;
	text-align: center;
}

.loader-wrapper-tambour {
	position: relative;
	display: inline-block;
	/* transform: scale(.3); */
	margin-top: 30px;
	width: 120px;
	text-align: center;
	overflow: visible;
}

#tambour {
	display: inline-block;
	width: 120px;
}

#baguette-gauche {
	position: absolute;
	width: 80px;
	top: -50px;
	left: -25px;
    -webkit-animation: baguetteGaucheAnimation .6s infinite ease-in-out;
            animation: baguetteGaucheAnimation .6s infinite ease-in-out;
}

#baguette-droite {
	position: absolute;
	width: 90px;
	top: -42px;
	right: -38px;
	-webkit-animation: baguetteDroiteAnimation .5s infinite ease-in-out;
	        animation: baguetteDroiteAnimation .5s infinite ease-in-out;
}

@-webkit-keyframes baguetteGaucheAnimation {
	0% {
		transform: translateY(0) rotate(-10deg);
	}
	40% {
		transform: translateY(20px) rotate(0deg);
	}
	50% {
		transform: translateY(0) rotate(-10deg);
	}
	62% {
		transform: translateY(15px) rotate(0deg);
	}

	65% {
		transform: translateY(0) rotate(-10deg);
	}
	100% {
		transform: translateY(0) rotate(-10deg);
	}
}

@keyframes baguetteGaucheAnimation {
	0% {
		transform: translateY(0) rotate(-10deg);
	}
	40% {
		transform: translateY(20px) rotate(0deg);
	}
	50% {
		transform: translateY(0) rotate(-10deg);
	}
	62% {
		transform: translateY(15px) rotate(0deg);
	}

	65% {
		transform: translateY(0) rotate(-10deg);
	}
	100% {
		transform: translateY(0) rotate(-10deg);
	}
}

@-webkit-keyframes baguetteDroiteAnimation {
	0% {
		transform: translateY(0) rotate(20deg);
	}
	50% {
		transform: translateY(20px);
	}
	60% {
		transform: translateY(0) rotate(20deg);
	}
	72% {
		transform: translateY(15px);
	}

	65% {
		transform: translateY(0) rotate(20deg);
	}
}

@keyframes baguetteDroiteAnimation {
	0% {
		transform: translateY(0) rotate(20deg);
	}
	50% {
		transform: translateY(20px);
	}
	60% {
		transform: translateY(0) rotate(20deg);
	}
	72% {
		transform: translateY(15px);
	}

	65% {
		transform: translateY(0) rotate(20deg);
	}
}
/* End loader */