@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	color: #3e4d5c;
    font-family: "Open Sans", Helvetica, Geneva, sans-serif;
	font-weight: 300;
	font-size: 13px;
}
h2 {
    font-family: "Courier New", Courier, monospace;
}
.page-section {
	width: 100%;
	min-height: 100vh;
	padding: 22px 0;
	border-bottom: 10px solid #fff;
}
.page-section h1 {
	font-size: 3.5em;
	margin: 50px 0;
}
.page-section #email_div {
	margin: 50px 0px 50px 50px;
}
.page-section #email_typed {
    font-family: "Courier New", Courier, monospace;
	font-size: 2.3em;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}
.page-section #email_light {
	font-size: 0.85em;
	color: #999999;
}
.page-section h2 {
	font-size: 3em;
	font-weight: 900;
	color: #fff;
	margin: 0 0 30px;
	text-shadow: 2px 2px 2px #000;
}
.page-section p {
	margin: 0 0 20px 0;
}
.page-section p.lead {
	font-size: 1.6em;
}
.page-section p.caption {
	color: #fff;
	padding: 20px;
	background: url(../images/trans_black_25.png);
	text-shadow: 1px 1px 1px #000;
}
.page-section.intro {
	min-height: 100vh;
}
.page-section#footer {
	color: #333;
	background-color: #E1E1E1;
}
.page-section#footer a {
}
.page-footer {
	width: 100%;
	padding: 22px 0;
	background: #333;
	color: #CCC;
}
.page-footer h3 {
	color: #FFF;
}
.page-footer-base a {
	color: #CCC;
}
.page-footer-base a:hover {
	color: #FF3F95;
	text-decoration: none;
}

.page-footer .list-group-item:first-child {
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
  background: #4BA34B;
  border-color: #4BA34B;
}

.page-footer .list-group-item:last-child {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.page-login {
	 padding: 100px 0;
}


.img_sexe_logo {
	background-image: url(../images/sexe_logo_full.png);
	width: 199px;
	height: 170px;
	float: right;
}
.img_sexe_logo_top {
	margin-top: 60px;
}
.img_bon_homme {
	background-image: url(../images/sexe_logo_page_back.png);
	width: 135px;
	height: 170px;
	float: right;
}
.img_bon_homme_top {
	margin-top: 30px;
}

.smaller {
	font-size: .8em;
}

.center_this {
	text-align: center;
}

input, textarea, select {
    /* -webkit-appearance: none; */
    border-radius: 0;
}

select {
    -webkit-appearance: none;
}

.center_div {
	text-align: center;
	width: 100%;
}

.backer {
	font-size: 1.2em;
	padding: 20px;
	background: #FFFFFF;
	box-shadow: 5px 5px 5px #333333;
	overflow: auto;
}
.backer h1 {
	font-size: 2.6em;
	margin: 10px 0;
}
.backer h2 {
	font-size: 1.5em;
	margin: 0 0 30px;
	text-shadow: 2px 2px 2px #999;
}
.backer input, select, textarea{
    color: #666666;
	padding: 5px;
	margin: 0 0 5px 5px;
}
.backer label {
	margin-top: 5px;
	font-size: 13px;
	font-weight: bold;
	display: block;
	text-align: left;
}
.backer table td {
	vertical-align: top;
	padding: 0px;
}

.contact-input {
	font-size: 1em;
}

.list-styler ul {
	list-style-type: none;
	margin-left: 50px;
}
.list-styler li:before {
	font-size: 2.6em;
    /* content:"\2714\0020"; */
	color: #009933;
    margin-left: -1em;
	margin-right: .100em;
}

.tick {
	color: #009933;
	text-align: center;
}

.color-green {
	color: #009933;
}
.color-blue {
	color: #097EC5;
}
.error {
	font-size: 0.9em;
	font-weight: bold;
	color: #ED1C24;
	line-height: 0.6em;
	padding: 0;
}
.errorSM {
	font-size: 0.83em;
	color: #ED1C24;
	margin-bottom: 10px;
}

/* Simple list */
ol.simple-list {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
     
    margin: 0;
    margin-left: 3em;
	margin-top: 1em;
    padding: 0;
	color: #F00;
     
    counter-reset: li-counter;
}
ol.simple-list > li{
	font-size:14px;color:#4a4a4a;line-height:26px;padding:0 0 12px 0;margin:0 0 0 0;
    position: relative;
    margin-bottom: 20px;
    padding-left: 0.5em;
    min-height: 3em;
    border-left: 2px solid #CCCCCC;
}
ol.simple-list > li:before {
    position: absolute;
    top: 0;
    left: -1em;
    width: 0.8em;
     
    font-size: 3em;
    line-height: 1;
    font-weight: bold;
    text-align: right;
    color: #8F8F8F;
 
    content: counter(li-counter);
    counter-increment: li-counter;
}

/* Contact */
#contact .error {
	color: #EA0063;
	font-size: 0.7em;
	margin-left: 10px;
}


/* Page login */
.divLogin titre {
	font-weight: 200;
}
.divLogin h3 {
	font-size: 2em;
}


.btn {
	font-weight: 200;
}
.btn-dark {
	background: #444;
	color: #fff;
}
.btn-dark:hover {
	background: #000;
	color: #fff;
}
.back-to-top {
	display: inline-block;
	clear: both;
	background: #fff;
	color: #333;
	padding: 0 10px 5px;
	margin: 20px 0 0;
	text-shadow: none;
}
.back-to-top:hover {
	background: #333;
	color: #fff;
	text-decoration: none;
}
.no_outline > li > a {
	  outline: 0;
}
.navbar-header > a {
	  outline: 0;
}
.navbar-sexe {
  float: left;
  height: 50px;
  padding: 5px 0px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-sexe:hover,
.navbar-sexe:focus {
  text-decoration: none;
}
.navbar-sexe > img {
  display: block;
  z-index: 99;
}
hr {border-color: #ddd;}


/* Fix margin issue, overwrite bootstrap code */
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -5px;
  margin-left: -5px;
}

.pace .pace-progress {
  background: -webkit-linear-gradient(left, white, #363636); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, white, #363636); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, white, #363636); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, white, #363636); /* Standard syntax */
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;

  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}

.pace-inactive {
  display: none;
}

.glow {
    border: 1px solid #999999;
}

.glow:focus { 
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}

/* For typed */
.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

/* Points box */
.points-box {
  text-align: center;
  padding: 15px;
}
.points-box i {
  padding: 15px;
  font-size: 2.2em;
}
.points-box .points-h2 {
	font-size: 1.7em;
	font-weight: 600;
	margin: 0;
}
.points-box .points-p {
	font-size: 1.1em;
}
.points-box-on {
	background: #F5F5F5;
	color: #418941;
}
.points-box:hover {
	background: #4BA34B;
	transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.points-box:hover i,
.points-box:hover p,
.points-box:hover h2 {
	color: #fff;
}
.points-box-off:hover {
	background: #3e4d5c;
	transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.points-box-off:hover i,
.points-box-off:hover p,
.points-box-off:hover h2 {
	color: #3e4d5c;
}
.points-price-box {
	font-size: 1.1em;
}

/* Points small box */
.points-box-sm {
  text-align: center;
  padding: 5px;
  margin-bottom: 10px;
}
.points-box-sm i {
  padding: 13px;
  font-size: 25px;
}
.points-box-sm .points-h2 {
	font-size: 1.5em;
	font-weight: 600;
	margin: 0;
}
.points-box-sm .points-p {
	font-weight: 600;
	font-size: 0.9em;
}
.points-box-sm-on {
	background: #F5F5F5;
}
.points-box-sm:hover {
	background: #4BA34B;
	transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.points-box-sm:hover i,
.points-box-sm:hover p,
.points-box-sm:hover h2 {
	color: #fff;
}
.points-box-off-sm:hover {
	background: #3e4d5c;
	transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.points-box-sm-off:hover i,
.points-box-sm-off:hover p,
.points-box-sm-off:hover h2 {
	color: #3e4d5c;
}

/***
Customized Bootstrap Panels
***/
.panel {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.panel-group .panel {
	overflow: visible;
}
.panel .panel-body {
	font-size: 1em;
}
.panel .panel-title > a:hover {
	text-decoration: none;
}
.accordion .panel .panel-heading {
	padding: 0;
}
.accordion .panel .panel-title {
	padding: 0;
}
.accordion .panel .panel-title .accordion-toggle {
	display: block;
	padding: 10px 15px;
}
.accordion .panel .panel-title .accordion-toggle.accordion-toggle-styled {
	background: url(../images/accordion-plusminus.png) no-repeat;
	background-position: right -19px;
	margin-right: 15px;
}
.accordion .panel .panel-title .accordion-toggle.accordion-toggle-styled.collapsed {
	background-position: right 12px;
}

.panel-default {
	border-color: #e0e0e0;
}
.panel-default > .panel-heading {
	color: #333333;
	background-color: #f9f9f9;
	border-color: #e0e0e0;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #e0e0e0;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #e0e0e0;
}

/***
Accordions
***/
.accordion-heading {
	background: #eee;
}
.accordion-heading a {
	text-decoration: none;
}
.accordion-heading a:hover {
	text-decoration: none;
}


/***
Custom Bootstrap
***/
.comment .panel-group {
	border: 0;
	margin-left: 20px;
}
.comment .panel-default {
	border-radius: 0 !important;
	border: none;
	background: none;
	margin-bottom: 0 !important;
	padding-bottom: 14px;
}
.comment .panel-default > .panel-heading {
	border: none;
	background: none;
	padding: 0;
}
.comment .panel-default > .panel-heading + .panel-collapse .panel-body {
	border: none;
	padding: 0 0 0 32px;
}
.comment .panel-default h5 {
	font: 300 1em "Open Sans", Arial, sans-serif;
	padding: 0;
	margin: 0 0 5px;
}
.comment .panel-default .accordion-toggle:before {
	content: "";
	width: 21px;
	height: 21px;
	display: inline-block;
	background: #495764 url(../images/toggle-icons.png) no-repeat 6px 10px;
	border-radius: 50% !important;
	margin-right: 10px;
	position: relative;
	top: 4px;
}
.comment .panel-default .collapsed:before {
	background: #999999 url(../images/toggle-icons.png) no-repeat 6px -148px;
}
.comment .panel-default .panel-title:hover .collapsed:before {
	background-color: #495764;
}
.comment .panel-default .accordion-toggle, .comment .panel-default .accordion-toggle:focus, .comment .panel-default .accordion-toggle:hover, .comment .panel-default .accordion-toggle:active {
	outline: 0;
	color: #2C6BA1;
	font-size: 1.2em;
	font-weight: 400;
	text-decoration: none;
}
.comment .panel-default .collapsed {
	color: #337333;
}

/* Prices */
.prices-block {
	background: #F6F6F6;
	padding: 60px 0 40px;
}
.pricing-item {
	/*border: solid 2px #8695a1;*/
	background: #fff;
	font: 400 18px "PT Sans Narrow", Arial, sans-serif;
	margin-bottom: 30px;
	text-align: center;
}
.pricing-head {
	background: #8695a1;
	color: #fff;
	font: 400 17px/1.2 "PT Sans Narrow", Arial, sans-serif;
	padding: 13px 15px 9px;
	margin-bottom: 26px;
}
@-moz-document url-prefix() { 
	.pricing-head {
		padding: 12px 15px 10px;
	}
}
.pricing-head h3 {
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 400;
	font-size: 1.5em;
	margin: 0;
}
.pi-price {
	margin-bottom: 0px;
}
.pi-price strong {
	font-size: 28px;
	font-weight: 400;
	display: inline-block;
	
	background: #4BA34B;
	color: #fff;
	width: 113px;
	height: 113px;  
	line-height: 1;
	border-radius: 50%;
	position: relative;
	padding: 28px 0 0;
	margin-bottom: 20px;
}
.pi-price strong:after {
	bottom: -8px;
	width: 0; 
	height: 0;
	left: 50%;
	margin-left: -9px;
	z-index: 2; 
	content: " "; 
	display: block; 
	position: absolute;
	border-top: 9px solid #4BA34B;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
}
.pi-price strong em {
	font-size: 71px;  
	font-style: normal;
}
.pricing-content {
	padding: 0 15px;
	margin-bottom: 0px;
}
.pricing-content .list-unstyled {
	margin-left: 25px;
	text-align: left;
	color: #7d8489;
}
.pricing-content .list-unstyled li {
	margin-bottom: 6px;
}
.pricing-content .list-unstyled li i {
	color: #e85425;
	position: relative;
	top: -1px;
}
.pricing-footer {
	/* top right bottom left */
	padding: 15px 15px 0px 15px;
}
.pricing-footer .btn-default {
	background: #4BA34B;
	color: #fff;
	display: block;
	font-family: "PT Sans Narrow", Arial, sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	padding: 13px 10px;
	border: none;
}
.pricing-footer .btn-default:hover, .pricing-footer .btn-default:focus, .pricing-footer .btn-default:active {
	border: none;
	background: #EA0063;
}

/* Product */
.products-block {
	background: #F6F6F6;
	padding: 60px 0 40px;
}
.product-item {
	/*border: solid 2px #8695a1;*/
	background: #fff;
	font: 400 18px "PT Sans Narrow", Arial, sans-serif;
	margin-bottom: 30px;
	text-align: center;
}
.product-head {
	background: #8695a1;
	color: #fff;
	font: 400 17px/1.2 "PT Sans Narrow", Arial, sans-serif;
	padding: 13px 15px 9px;
	margin-bottom: 26px;
}
@-moz-document url-prefix() { 
	.product-head {
		padding: 12px 15px 10px;
	}
}
.product-head h3 {
	font: 400 1.2em "Open Sans", Arial, sans-serif;
	margin: 0;
	padding: 0;
}
.pd-avec {
	margin-bottom: 0px;
}
.pd-avec strong {
	font-size: 1.2em;
	font-weight: 400;
	display: inline-block;
	
	background: #4BA34B;
	color: #fff;
	width: 113px;
	height: 113px;  
	line-height: 1;
	border-radius: 50%;
	position: relative;
	padding: 28px 0 0;
	margin-bottom: 20px;
}
.pd-avec strong:after {
}
.pd-avec strong em {
	font-size: 71px;  
	font-style: normal;
}
.product-content {
	padding: 0 15px;
	margin-bottom: 0px;
}
.product-content .list-unstyled {
	margin-left: 25px;
	text-align: left;
	color: #7d8489;
}
.product-content .list-unstyled li {
	margin-bottom: 6px;
}
.product-content .list-unstyled li i {
	color: #e85425;
	position: relative;
	top: -1px;
}
.product-footer {
	/* top right bottom left */
	padding: 15px 15px 0px 15px;
}
.product-footer .btn-default {
	background: #4BA34B;
	color: #fff;
	display: block;
	font: 400 22px/22px "PT Sans Narrow", Arial, sans-serif;
	padding: 13px 10px;
	border: none;
}
.product-footer .btn-default:hover, .product-footer .btn-default:focus, .product-footer .btn-default:active {
	border: none;
	background: #EA0063;
}
.points-prod-box {
	font-size: 1.4em;
}

#divModuleBoxAjax h3 {
	font-size: 1.3em;
}
#divSelectedPrimary {
	font-size: 1.5em;
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 0.8em;
}

/* front steps */
.front-steps-wrapper h2 {
	color: #f0f0f0;
	font: 400 1em "Open Sans", Arial, sans-serif;
	line-height: 1.1;
	padding-top: 5px;
	margin-bottom: 5px;
	text-shadow: none;
}
.front-steps-wrapper .front-step1 h2 {
	color: #fefefe;
}
.front-steps-wrapper p {
	color: #fff;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 0;
}
.front-steps-wrapper .p2 {
	margin-left: 15px;
	font-size: 1.4em;
	font-family: "Courier New", Courier, monospace;
}

.front-steps-wrapper .front-step-col {
	padding-left: 15px;
	padding-right: 15px;

}
.front-steps-wrapper .front-step-col:first-child {
	padding-left: 15px;
}
.front-steps-wrapper .front-step-col:last-child {
	padding-right: 15px;
}

.front-steps-wrapper .front-step {
	position: relative;
	padding: 15px 20px 33px;
}
.front-steps-wrapper .front-step1 {
	background: #65A1CF;
}
.front-steps-wrapper .front-step2 {
	background: #3A86C0;
}
.front-steps-wrapper .front-step3 {
	background: #2C6BA1;
}
.front-steps-wrapper .front-step4 {
	background: #235479;
}
.front-steps-wrapper .front-step5 {
	background: #5e6369;
}
.front-steps-wrapper .front-step6 {
	background: #55585d;
}

.front-steps-wrapper .front-step:before {	
	color: #fff;
	font: 300 125px 'Open Sans', sans-serif;
	font-weight: bold;
	display: block;
	position: absolute;
	right: -20px;
	bottom: -40px;
	opacity: 0.1;
}
.ie8 .front-steps-wrapper .front-step:before {
	display: none !important;
}
.front-steps-wrapper .front-step1:before {
	content: "1";
	opacity: 0.2;
}
.front-steps-wrapper .front-step2:before {
	content: "2";
	right: -15px;
}
.front-steps-wrapper .front-step3:before {
	content: "3";
}
.front-steps-wrapper .front-step4:before {
	content: "4";
}
.front-steps-wrapper .front-step5:before {
	content: "5";
}
.front-steps-wrapper .front-step6:before {
	content: "6";
}

.margin-bottom-10 {
	margin-bottom: 10px !important;
}
.margin-bottom-20 {
	margin-bottom: 20px !important;
}
.margin-bottom-40 {
	margin-bottom: 40px !important;
}




/* Media */
@media (max-width: 768px) {
	
	.dropdown-menu span {
		color: #FFF;
	}
	
	.page-section h1 {
		font-size: 2em;
		margin: 50px 0;
	}
	.page-section h2 {
		font-size: 1.6em;
	}
	.page-section p.lead {
		font-size: 1.3em;
		margin: 0 0 20px;
	}

	.page-section #email_div {
		margin: 25px 0px 25px 25px;
	}
	.page-section #email_typed {
		font-size: 1.5em;
	}
	
	.page-login {
		 padding: 60px 0;
	}

	.backer {
		font-size: 1.1em;
	}

	.btn-responsive {
		padding: 10px 14px;
		font-size:95%;
		line-height: 1.2em;
	}
	.btn-responsive-sm {
		padding: 6px 11px;
		font-size:75%;
		line-height: 1em;
	}
	
	.front-steps-wrapper h2 {
		font-size: 0.9em;
	}
	
	.divLogin h3 {
		font-size: 1.6em;
	}

	.contact-input {
		font-size: 0.9em;
	}

	.product-head h3 {
		font-size: 0.9em;
	}
	.points-prod-box {
		font-size: 1.1em;
	}
	.pd-avec strong {
		font-size: 1.1em;
	}
	#divModuleBoxAjax h3 {
		font-size: 1.1em;
	}
	#divSelectedPrimary {
		font-size: 1.3em;
	}

	.img_bon_homme {
		background-image: url(../images/sexe_logo_page_back_60.png);
		width: 101px;
		height: 127px;
	}
	.img_sexe_logo {
		background-image: url(../images/sexe_logo_full_110.png);
		width: 129px;
		height: 110px;
	}
	#img_mobile {
	}
	
}
@media (min-width: 768px) {
	.header .navbar-brand {
		padding-left: 0;
	}
	.navbar-nav {
		float: right;
	}
}
@media (max-width: 480px) {
	.page-section h1 {
		font-size: 1.5em;
		margin: 50px 0;
	}
	.page-section h2 {
		font-size: 1.3em;
	}
	.page-section p.lead {
		font-size: 1em;
		margin: 0 0 20px;
	}

	.page-section #email_div {
		margin: 0px 0px 15px 10px;
	}
	.page-section #email_typed {
		font-size: 1.3em;
	}

	.page-login {
		 padding: 30px 0;
	}

	.backer {
		font-size: 1em;
	}

	.btn-responsive {
		padding: 8px 12px;
		font-size:90%;
		line-height: 1.1em;
	}
	.btn-responsive-sm {
		padding: 4px 10px;
		font-size:80%;
		line-height: 1.0em;
	}
	
	.front-steps-wrapper h2 {
		font-size: 0.8em;
	}
	
	.divLogin h3 {
		font-size: 1.2em;
	}

	.contact-input {
		font-size: 0.8em;
	}

	.product-head h3 {
		font-size: 0.8em;
	}
	.points-prod-box {
		font-size: 1em;
	}
	.pd-avec strong {
		font-size: 1em;
	}
	#divModuleBoxAjax h3 {
		font-size: 1em;
	}
	#divSelectedPrimary {
		font-size: 1.1em;
	}

	.img_bon_homme {
		background-image: url(../images/sexe_logo_page_back_45.png);
		width: 76px;
		height: 95px;
	}
	.img_sexe_logo {
		background-image: url(../images/sexe_logo_full_85.png);
		width: 99px;
		height: 85px;
	}
	#img_mobile {
	}

}
