@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,300,400);
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,300);
/* reset -------------------------- */
html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
dfn,
del,
p,
blockquote,
fieldset,
input,
textarea,
select,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
button,
canvas,
video {
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
cite,
code,
th,
dfn,
del {
    font-weight: normal;
    font-style: normal;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight:300;
	letter-spacing:7px;
}

h2 {
text-transform:uppercase;
font-size:42px!important;
line-height:1.3em!important;
}

h3 {
text-transform:uppercase;
font-size:36px!important;
line-height:1.3em!important;
}

h4 {
text-transform:uppercase;
font-size:22px!important;
line-height:1.3em!important;
font-weight:300 !important;
}

h5 {
text-transform:uppercase;
font-size:20px!important;
line-height:1.3em!important;
font-weight:300 !important;
letter-spacing:5px;

}

ul,
ol {
    list-style: none;
}
fieldset,
img {
    border: none;
}
caption,
th {
    text-align: left;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
    cursor: pointer;
    line-height: normal;
}
button,
input {
    line-height: normal;
}
input[type="hidden"],
[hidden],
.hidden {
    display: none;
}
textarea {
    overflow: auto;
    resize: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
.clearfix {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
a > img {
    vertical-align: bottom;
}
strong,
b {
    font-weight: bold;
}
em,
i {
    font-style: italic;
}
del {
    text-decoration: line-through;
}
:focus {
    outline: none;
}


/* tools -------------------------- */
.clear {
    clear: both;
    display: block;
    line-height: 0;
    height: 0;
    font-size: 0;
}
.clearfix:after,
.wrap:after,
aside:after,
section:after,
article:after,
.text:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0;
}
.align-left {
    float: left !important;
}
.align-right {
    float: right !important;
}
.overflow-hidden {
    overflow: hidden;
    display: block;
}


/* common -------------------------- */
html {
    height: 100%;
    background: #ffffff;
	font-family: 'Varela Round', sans-serif;
}
body {
    height: 100%;
   font-family: 'Varela Round', sans-serif;
    color: #6a6a6a;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
}
.main {
    min-height: 100%;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wrap {
    margin: 0 auto;
    max-width: 940px;
    padding: 0 30px;
}
a {
    color: #26a6d1;
    cursor: pointer;
    -moz-transition: color 0.15s linear;
    -o-transition: color 0.15s linear;
    -webkit-transition: color 0.15s linear;
    transition: color 0.15s linear;
}
a:hover {
    color: #1e85a7;
}
.error {
    color: #FF0000 !important;
    border-color: #FF0000 !important;
}
.success {
    color: #00CC0 !important;
    border-color: #00CC00 !important;
}
.disabled {
    color: #999999 !important;
    border-color: #999999 !important;
    cursor: default !important;
}
.social li a,
.ico-help,
.ico-like,
.ico-present,
.istore a:after {
    background: url(images/sprite.png) no-repeat 0 0;
}
h1, h2, h3, h4, h5, h6 {
    color: #324d5b;
}
h1, h2, h3 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 22px;
}
img {
    max-width: 100%;
    height: auto;
}


/* header -------------------------- */
header {
    padding: 0;
}
header .logo {
    float: left;
}
header .logo a {
    display: inline-block;
}
.social {
    float: right;
    padding: 2px 0;
}
.social li {
    float: left;
    margin: 0 0 0 22px;
}
.social li a {
    display: block;
    width: 48px;
    height: 48px;
    text-indent: -9999px;
    background-color: #3b5998;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
.social li a.social-facebook {
    background-position: 0 0;
}
.social li a.social-facebook:hover {
    background-color: #4f6aa3;
}
.social li a.social-facebook:active {
    background-color: #355089;
}
.social li a.social-twitter {
    background-position: -50px 0;
    background-color: #55acee;
}
.social li a.social-twitter:hover {
    background-color: #66b4f0;
}
.social li a.social-twitter:active {
    background-color: #4c9ad6;
}
.social li a.social-googleplus {
    background-position: -100px 0;
    background-color: #dd4b39;
}
.social li a.social-googleplus:hover {
    background-color: #e05d4d;
}
.social li a.social-googleplus:active {
    background-color: #c64333;
}


/* footer -------------------------- */
footer {
    padding: 25px 0;
}
footer .logo {
    float: left;
    margin: 0 95px 0 0;
}
footer .logo img {
    display: block;
}
.istore {
    float: left;
    position: relative;
    line-height: 36px;
    text-align: center;
    margin: 8px 62px 8px 0;
}
.istore a {
    position: relative;
    display: inline-block;
    line-height: 36px;
    font-size: 14px;
    padding: 0 0 0 47px;
}
.istore a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #26a6d1;
    background-position: -150px 0;
    width: 36px;
    height: 36px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: background-color 0.15s linear;
    -o-transition: background-color 0.15s linear;
    -webkit-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear;
}
.istore:hover:after {
    background-color: #1e85a7;
}
.copy {
    float: left;
    font-size: 14px;
    line-height: 36px;
    margin: 8px 0;

}
.copy a {
    color: #3db39e;
    font-weight: bold;
}
.copy a:hover {
    color: #318f7e;
}


/* sidebar -------------------------- */
.sidebar {
    
}


/* content -------------------------- */
.simple {
    text-align: center;
    padding: 107px 0 95px;
}

.cancer {
	 background:#ffcfbf;
}
.simple p {
    margin: 0 60px 16px;
}
.promo {
    background:#FB8C9C;
    color: #ffffff;
	padding-top:3em;
}
.promo .wrap {
    position: relative;
    min-height: 634px;
}
.promo-text {
    width: 460px;
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    line-height: 30px;
			float:left;
}
.promo-text p {
    padding: 35px 0 0;
}
.promo .wrap .illus {
    /*position: absolute;
    bottom: 0;
    right: 18px;*/
	float: right;
}
.promo-title {
    font-size: 60px;
	text-align:center;
    line-height: 60px;
    font-weight: bold;
	color:#FFFFFF;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight:300;
	letter-spacing:10px;
	
}
.promo-button {
    display: inline-block;
    font-weight: bold;
    font-size: 22px;
	width:100%;
	color:#fb7387;
    text-decoration: none;
    padding: 0.2em;
	margin-bottom:0.3em;
    background: #ffffff;
	border:none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.promo-button:hover {
    background-color: #FFD7FA;
}
.promo-button:active {
    background-color: #FFD7FA;
    -moz-box-shadow: inset 0 2px 0 rgba(0,0,1,.1);
    -webkit-box-shadow: inset 0 2px 0 rgba(0,0,1,.1);
    box-shadow: inset 0 2px 0 rgba(0,0,1,.1);
}
.promo-link {
    color: #ffffff;
    font-size: 20px;
    line-height: 52px;
    font-weight: bold;
    margin: 0 0 0 35px;
    text-transform: uppercase;
    white-space: nowrap;
}
.promo-link:hover {
    color: #c9f9f0;
}
.features {
    margin: -25px 0 60px;
}
.features-columns {
    margin: 0 -25px;
}
.feature {
    float: left;
    width: 33.33%;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    padding: 0 25px;
    margin: 0 0 50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.feature h4 {
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    margin: 0 0 42px;
}
.feature h4:after {
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 22px;
    height: 2px;
    background-color: #cbcfd1;
    content: "";
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
.feature:hover h4:after {
    background-color: #FB8C9C;
}
.ico-help,
.ico-like,
.ico-present {
    width: 64px;
    height: 64px;
    margin: 0 auto 32px;
    background-position: 0 -50px;
}
.ico-like {
    background-position: -100px -50px;
}
.ico-present {
    background-position: -200px -50px;
}
.tabsblock {
    background: #d6ebff;
}
.tabsblock .wrap {
    position: relative;
    min-height: 600px;
}
.tabsblock .wrap img {
    position: absolute;
    left: 100px;
    bottom: 0;
}
.tab {
    padding-left: 500px;
    /*width: 400px;*/
	height:600px;
    display: table-cell;
    vertical-align: middle;
}
.tabs {
    padding: 0 0 23px;
}
.tabs li {
    width: 12px;
    height: 12px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    float: left;
    background-color: #cbcfd1;
    margin: 0 13px 13px 0;
    -moz-transition: background-color 0.15s linear;
    -o-transition: background-color 0.15s linear;
    -webkit-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear;
    cursor: pointer;
}
.tabs li:hover {
    background-color: #8cc6bc;
}
.tab li.active {
    cursor: default;
    background-color: #3db39e;
}
.box {
    display: none;
}
.box.visible {
    display: block;
}
.subscribe {
    background: #26a6d1;
    text-align: center;
    color: #ffffff;
    text-align: center;
    padding: 107px 0 113px;
}
.subscribe-title {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 36px;
}
.subscribe-form {
    display: inline-block;
    margin: 0 0 30px;
}
.subscribe-email {
    float: left;
    border: 0;
    width: 399px;
    height: 52px;
    font-size: 18px;
    line-height: 22px;
    padding: 15px;
    background: #ffffff;
    margin: 0 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.subscribe-button {
    float: left;
    border: 0;
    width: 160px;
    height: 52px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #26a6d1;
    background: #ffffff;
    text-transform: uppercase;
    margin: 0 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.subscribe-note {
    clear: both;
}


/* Responsive -------------------------- */
@media (max-width: 959px){



#temoignages li {
display:inline;
width:45%!important;
margin:auto;
}

#temoignages li{
padding:0 5px!important;
}

.btn-shop {
padding-top:inherit!important;
height:auto!important;
}

.footer-logos {
display:none!important;
}

.footer-logos-resp {
margin-top:25px;
display:block!important;
background:#FB8C9C;
}

.footer-logos-resp p{
width:100%;
height:322px;
line-height:322px;
vertical-align:middle;
text-align:center;
}

.footer-logos-resp img{
position:relative;
width:auto;
margin:auto;
vertical-align:middle;
}

    .promo .wrap {
        min-height: 0;
    }
    .promo .wrap .illus {
        position: relative;
        right: auto;
        bottom: auto;
        display: block;
        margin: 0 auto;

    }
    .promo-text {
        text-align: center;
        display: block;
        height: auto;
        width: auto;
        padding: 0 0 48px;

    }
    .promo-title {
        font-size: 40px;
        line-height: 50px;
    }
    .promo-link,
    .promo-button {
        margin: 0 15px 15px;
    }
    footer {
        padding-top: 0;
	}
    footer .logo {
        display: none;
    }
    .copy,
    .istore,
    .social {
        float: none;
        margin: 0;
        text-align: center;
    }
    .copy {
        padding: 25px 0 ;
    }
    .istore {
        background: #ffffff;
        margin: 0 -30px;
        padding: 80px 30px;
    }
    .social ul {
        display: inline-block;
    }
    .social ul li {
        margin: 0 11px 11px;
    }
    .subscribe-email {
        width: 300px;
    }
    .tabsblock {
        padding-top: 60px;
    }
    .tabsblock .wrap {
        min-height: 0;
    }
    .tabsblock .wrap img {
        position: relative;
        left: auto;
        bottom: auto;
        display: block;
        margin: 0 auto;
    }
    .tab {
        text-align: center;
        padding-left: 0;
        width: auto;
        display: block;
        height: auto;
        vertical-align: top;
    }
    .tabs {
        display: inline-block;
    }
    .tabs li {
        margin: 0 7px 13px 6px;
    }
    .box-text {
        margin: 0;
    }
}
@media (max-width: 767px){
    header {
        text-align: center;
    }
    header .logo {
        float: none;
        display: inline-block;
    }
    header .social {
        display: none;
    }
    .feature {
        width: 100%;
    }
    .subscribe-email {
        width: 200px;
    }   
}
@media (max-width: 479px){

#temoignages li {
display:inline;
width:95%!important;
margin:auto;
}

#temoignages li{
padding:0 5px!important;
}

    body {
        word-wrap: break-word;
    }
    .simple p {
        margin-left: 0;
        margin-right: 0;
    }
    .subscribe-email {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }
    .subscribe-button {
        width: 100%;
    }
}

/* Retina -------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio:2), 
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx){
    .social li a,
    .ico-help,
    .ico-like,
    .ico-present,
    .istore a:after {
        background-image: url(images/sprite@2x.png);
        -moz-background-size: 300px 150px;
        -ie-background-size: 300px 150px;
        -o-background-size: 300px 150px;
        -webkit-background-size: 300px 150px;
        background-size: 300px 150px;
    }
}


#logo-feminitop {
max-height:70px;
text-align:center;
border-radius:5px;
}

#prevention {
max-width:50%;
min-width:177px;
padding:1em 2em;
background-color:#FB8C9C;
color:#FFFFFF;
text-align:center;
border:none;
border-radius:5px;
margin-top:3em;
font-size:1em;
  -moz-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    -webkit-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}

#prevention:hover {
	opacity:0.75;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.conseil {
	font-size:20px;
	color:#fb7387;
	text-align:center;
	}
	
.conseils {
border: 1px solid grey;
margin-bottom:20px;
padding:10px;
}

.conseils h5 {
padding-bottom:10px;
}

.conseils ul li {
line-height:1.5em;
list-style-type:circle;
margin-left:20px;
}




.btn, .btn a{
width:85%;
margin:auto;
padding:5px 0;
display:inline-block;
text-decoration:none;
text-transform:uppercase;
font-family: 'Yanone Kaffeesatz', sans-serif;
font-weight:300;
letter-spacing:3px;
font-size:16px;
color:white;
 transition:ease-in opacity 0.15s;
-moz-transition:ease-in opacity 0.15s;
-o-transition:ease-in opacity 0.15s;
-webkit-transition:ease-in opacity 0.15s;
}

.btn:hover {
 opacity:0.75;
 transition:ease-in opacity 0.15s;
-moz-transition:ease-in opacity 0.15s;
-o-transition:ease-in opacity 0.15s;
-webkit-transition:ease-in opacity 0.15s;
 }

.btn-creme {
background-color:#FD7C04;
}

.btn-complement {
background-color:#709D03;
}

.btn-pushup {
background-color:#CF916A;
}

.btn-shop {
background:#008E5F;
display:block;
margin:50px auto 0;
text-align:center;
font-size:22px;
color:white;
 transition:ease-in all 0.1s;
-moz-transition:ease-in all 0.1s;
-o-transition:ease-in all 0.1s;
-webkit-transition:ease-in all 0.1s;
line-height:50px;}

.btn-shop:hover {
background:white!important;
opacity:1;
color:#008E5F;
 transition:ease-in all 0.1s;
-moz-transition:ease-in all 0.1s;
-o-transition:ease-in all 0.1s;
-webkit-transition:ease-in all 0.1s;
}


.youtube-page {
width:100%;
position:relative;
margin:auto;
min-height:225px;
text-align:center;
}

.youtube-vid {
width:75%;
position:relative;
margin:auto;
height:350px;
text-align:center;
}

.youtube-vid iframe {
width:100%;
min-height:100%;
margin: 0;
padding: 0;
}

.youtube {
background-color:#B2EEDA;
padding:100px 0;
border-bottom: 5px solid #FB8C9C;
}

.youtube h2 {
text-align:center;
margin-bottom:40px;
}

.youtube p {
padding-right:20px;
text-align:center;
}

.social-bouton {
width:100px;
margin:20px auto 0;
position:relative;
height:50px;
}

.social-facebook{
float:left;
width:100px;
height:25px;
background:url('images/social.jpg') 0 -25px no-repeat;
transition:ease-in 0.2s background;
}

.social-facebook:hover{
background:url('images/social.jpg') 0 0 no-repeat;
}

.youtube ul {
margin: 10px 0;
}

.youtube ul li span {
font-size:14px;
font-style:italic;
}

.footer-logos {
display:block;
background:#FB8C9C;
width:100%;
padding:20px;
}

.footer-logos img{
position:relative;
width:auto;
margin:auto;
display:block;
}

.footer-logos-resp {
display:none;
}

#temoin {
text-align:center;
margin-top:50px;
}

#temoignages li {
display: inline;
list-style-type: none;
padding-right: 15px;
width:23%;
float:left;
margin:50px 0;
}

#temoignages li:first-child {
padding-left: 15px;
}

#temoignages i {
color:#FB8C9C;
}
