
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

.sprincing {
    margin: 30px 0
}

.progress {
    overflow: visible!important
}

.cursor-slider {
    position: absolute;
    top: -6px;
    right: -13px;
    font-size: 36px;
    z-index: 2;
    color: #149601
}

.progress-bar,
.slider-wrapper {
    position: relative
}

.slider-wrapper {
    padding-top: 300px;
    padding-bottom: 50px
}

#payfitSliderPricing {
    border-radius: 20px;
    border: 0;
    position: absolute;
    height: 10px;
    width: 100%;
    background-color: #c4c4c4;
    background-image: none
}

#payfitSliderPricing .ui-slider-handle {
    border-radius: 50%;
    background-color: #FEA845;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,.3);
    background-image: none;
    border: 0;
    color: #1c94c4;
    cursor: pointer;
    font-weight: 700;
    height: 25px;
    margin-left: -12px;
    outline: none;
    position: absolute;
    top: -8px;
    width: 25px;
    z-index: 2
}

#payfitSliderPricing .ui-slider-range {
    border-radius: 20px;
    background: linear-gradient(32deg, rgba(255,154,63,1) 0%, rgba(251,199,83,1) 100%);
    border: 0;
    height: 100%;
    position: absolute;
    top: 0
}

#payfitSliderPricing #tooltip {
    top: -260px;
    left: -118px;
    transition: background-color 125ms ease-in-out;
    border-radius: 0;
    background: #ffffff;
    color: #43425D;
    margin-bottom: -10px;
    position: absolute;
    border-radius: 4px;
    width: 250px;
    -webkit-box-shadow: 0px 0px 40px 1px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 0px 40px 1px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 40px 1px rgba(0,0,0,0.20);
}

#payfitSliderPricing #tooltip:hover .tooltip-header {
    color: #19446b;
    background-color: #b5e5e8
}

#payfitSliderPricing #tooltip:hover .tooltip-content:after,
#payfitSliderPricing #tooltip:hover .tooltip-content:before {
    opacity: 1
}

#payfitSliderPricing #tooltip .tooltip-header {
    transition: background-color 125ms ease-in-out;
    background: #536DFE;
    color: #ffffff;
    font-size: .565em;
    letter-spacing: .05em;
    padding: 14px 2px;
    text-align: center;
    text-transform: uppercase
}

#payfitSliderPricing #tooltip .tooltip-header:before {
    content: "Glisser pour calculer"
}

#payfitSliderPricing #tooltip .tooltip-content {
    padding: 30px 8px;
    position: relative;
    text-align: center
}

#payfitSliderPricing #tooltip .tooltip-content:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\F054";
    right: -25px
}

#payfitSliderPricing #tooltip .tooltip-content:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\F053";
    left: -25px
}

#payfitSliderPricing #tooltip .tooltip-content:after,
#payfitSliderPricing #tooltip .tooltip-content:before {
    transition: opacity 125ms ease-in-out;
    color: #88d3d9;
    font-size: 1.563em;
    position: absolute;
    top: 28%;
    opacity: 0
}

#payfitSliderPricing #tooltip h3 {
    color: #43425D;
    font-weight: 700;
    text-align: center;
    font-size: 18px;

}

#payfitSliderPricing #tooltip h3:after {
    border-radius: 1px;
    content: "";
    display: block;
    height: 3px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 50px;
    background-color: #ffffff;
    margin: 15px auto
}

#payfitSliderPricing #tooltip ul {
    list-style: none;
    margin: 10px;
    font-size: 14px;
    font-weight: 400;
    padding-left: 0
}

#payfitSliderPricing #tooltip ul li {
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 400;
    text-align: center
}

#payfitSliderPricing #tooltip:after {
    transition: border-color 125ms ease-in-out;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffffff;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px
}

.total-text {
    border-radius: 4px;
    padding: 20px;
    font-size: 1.9em;
    line-height: 1.563em;
    text-align: center;
    color: #ffffff !important;
    margin: 20px 0;
    background: rgb(255,154,63);
	background: linear-gradient(32deg, rgba(255,154,63,1) 0%, rgba(251,199,83,1) 100%);
}

.total-text span {
    color: #ffffff
}

.total-text small {
    font-size: 13px;
    font-style: italic
}

.total-text i {
    padding: 0 10px;
    font-size: .7em;
    color: #ffffff
}

.pricing-section .sub-title {
    font-size: 22px;
    text-align: center;
    padding: 0 40px
}

.pricing-section .main-title {
    margin-bottom: 36px
}

hr.small {
    border-radius: 1px;
    content: "";
    display: block;
    height: 3px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 50px;
    background-color: #149601;
    margin: 20px auto
}

.press-section {
    background: hsla(0, 0%, 97%, .5);
    padding-bottom: 29px;
    border-top: 1px solid #dedcdc
}

.sprincing+.press-section {
    margin-top: 86px
}

.press-section h1 {
    text-align: center;
    padding: 0 100px;
    line-height: 50px;
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 200;
    margin-bottom: 40px;
    letter-spacing: 4px
}

.press-section ul {
    list-style: none;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0
}

.press-section ul li {
    text-align: center
}

.press-section ul li img {
    height: 76px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 125ms ease-in-out
}

.press-section ul li img:hover {
    filter: none;
    -webkit-filter: none
}



ul.social-links {
    list-style: none
}

ul.social-links li {
    display: inline-block;
    width: 34px
}

.language-selector {
    display: flex;
    justify-content: space-around;
    width: 140px
}

.language-selector li {
    list-style: none
}

.language-selector a {
    opacity: .8
}

ul.social-links li .social {
    background: #1e1e1e;
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    text-align: center;
    width: 30px;
    margin: 0 15px
}

ul.social-links li .social.facebook:hover {
    transition: all 125ms ease-in-out;
    background: #3b5998
}

ul.social-links li .social.twitter:hover {
    transition: all 125ms ease-in-out;
    background: #55acee
}

ul.social-links li .social.linkedin:hover {
    transition: all 125ms ease-in-out;
    background: #0077b5
}

ul.social-links li .social.instagram:hover {
    transition: all 125ms ease-in-out;
    background: #dd555a;
    background: linear-gradient(to bottom left, #953ea1, #f4813f)
}

ul.social-links li .social a img.logo-social {
    margin: 7px auto;
    width: 16px
}

.breakdown {
    text-align: center;
    font-size: 15px
}

.breakdown h5 {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: .15em;
    line-height: 1.35em;
    margin-bottom: 1em;
    margin-top: 1.25em;
    text-transform: uppercase;
    color: #4f5362;
}
