@charset "utf-8";
/* CSS Document */
a img{border:0; margin:0; padding:0;}
ul, a, li, h1, h2, h3, h4, table, td, tr, span, img, p{margin:0;padding:0;border:0;text-decoration:none;}

/* GLOBAL */
html { overflow-y: scroll; }
body, html{margin:0;padding:0;}
body{
	background-color:#FFFFFF;
	font-family:"Barlow", "Lora", "Segoe UI", gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	max-width:100%;
}
.container{ max-width:1180px; width:100%; margin:0 auto;}
section h2{
	text-align: center;
	font-family: "Lora";
	font-size: 50px;
	line-height: 50px;
	font-weight:500;
	color:white;
	padding:60px 0;
}

/* HEADER
----------------------------------------------------------------*/
header#principal{
	width: 100%;
	height: 141px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background-color:#FFF;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
}
header#principal a#logo{
    display: inline-block;
	width:177px;
	height:97px;
	margin: 18px 30px 18px 40px;
    float: left;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/******** NAVIGATION ********/
header#principal nav {
	display: inline-block;
	float: right;
	margin:54px 30px 0 0 ;
	transition: all 0.3s; 
}
header#principal nav li{
	display: inline;
}
header#principal nav li.hidden-menu{
	display: none;
}
header#principal nav a{
	padding:0 14px;
	margin:0 30px;
    font-family: "Barlow", sans-serif;
	color:#764359;
	font-size:28px;
	line-height:28px;
	font-weight:400;
	transition: all 0.3s; 
	text-decoration:none;
}
header#principal nav a:hover{
	background-color:#73416d;
	color:white;
}
header#principal.smaller {
	border-top: 0;
	height: 100px;
}
header#principal.smaller a#logo {
	transform:scale(0.7);
	margin: 0 0 0 30px;
}
header#principal.smaller nav {
	margin:36px 30px 0 0 ;
}

/*** PAiement **/
.bcom-nom {font-weight: bold;font-size: 1em; display: inline;float : left; line-heigth:32px;}
.bcom-prix {font-weight: bold; display: inline; float: right; line-height: 32px;}
.btn_payment_left{display: inline-block; width: 50%;}
.btn_payment_right{display: inline-block;max-width: 50%;}
.btn_paypal { display: inline-block; } 

/****** HAMBURGER MENU ********/
#hamburger, #hamburger-content {
    display: inline;
}
#hamburger-button {
    display: none;
    cursor: pointer;
    background: none;
    border: none;
    font-size: 40px;
    vertical-align: top;
    padding: 42px;
    line-height: 47px;
    float: right;
	color:#9a5b86;
}
#hamburger-overlay {
    display: none;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: none;
}
#hamburger-sidebar {
    display: none;
    position: fixed;
    width: 75%;
    z-index: 20;
	min-height:250px;
    top: 0;
    left: 0;
    background-color: #FFF;
    overflow-y: auto;
    transform: translateY(-100%);
    transition: transform .2s ease-out;
}
#hamburger-sidebar li {
    display: block;
}
#hamburger-sidebar-body {
    padding: 16px 8px;
}
#hamburger-sidebar-body li:nth-child(2):before {
    background-image: url(../images/icons/how.svg);
}
#hamburger-sidebar-body li:nth-child(3):before {
    background-image: url(../images/icons/about.svg);
}
#hamburger-sidebar-body li:last-child:before {
    background-image: url(../images/icons/qna.svg);
}
#hamburger-sidebar-body .button {
    margin-top: 16px;
    text-align: center;
    float: none;
    display: block;
    height: auto;
    line-height: inherit;
    padding: 10px;
}

/* BLOC PRESENTATION + FORMULAIRE
----------------------------------------------------------------*/
section#part1{
	width:100%;
	margin-top:141px;
	box-sizing:content-box;
	background-image:url("../img/bg-fullscreen.webp");
	background-position:top center;
	background-repeat: no-repeat;
	min-height:auto;
	padding:62px 0;
}
section#part1 #background img{
	max-width:100%;
}
section#part1 .container{
	display: block;
	background: linear-gradient(rgba(189,125,153,0.8), rgba(175,65,110,0.8));
	padding:40px 80px 40px 40px;
    box-sizing: border-box;
	color: white;
}

/****** bloc présentation *****/
section#part1 #presentation{
	background: linear-gradient(#9a5b86, 70%,#73416d);
	width:409px;
	font-family: "Lora";
	font-size: 20px;
	line-height: 30px;
	font-style:italic; 
	font-weight:200;
	text-align:justify;
	float:left;
}
section#part1 #presentation #signature{
	margin:6px 0 10px 35%;
}
section#part1 #presentation #photo{
	width: 100%;
}
section#part1 #presentation p{
	padding:0 50px 50px 50px;
}

/****** bloc formumaire ******/
#formulaire{
 	float:right;	
	max-width: 50%;
}
#formulaire h1{
	font-family: "Lora";
	font-size: 40px;
	line-height: 48px;
	font-weight: 200;
	margin: 0 0 40px 0;
	text-align: center;
}
#formulaire form{
	font-size: 22px;
	line-height: 22px;
}
#formulaire form p{
	margin-bottom:20px;
}
#formulaire form label{
	display:inline-block;
	margin-bottom:8px;
}
#formulaire form input,select,textarea{
    display: block;
    width: 100%;
    font-size: 1rem;
	line-height: 2;
    padding: .375rem .375rem .375rem 1rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	box-sizing: border-box;
}
#formulaire form select{
	max-width:30%;
	display: inline-block;
	height:45px;
	box-sizing: border-box;
}
#formulaire form .inline{
	margin-bottom:20px;
	box-sizing: border-box;
	text-align: center;
}
#formulaire form .inline p{
	display:inline;
}
#formulaire form .marge-gauche{
	margin-left:17px;
}
#formulaire form input.radio-form{
    height: 20px;
    width: 20px;
    margin: 0;
	display:inline;
    vertical-align: middle;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -ms-appearance: checkbox;
}
#formulaire form #sex p{
	max-width: 32%;
}
#formulaire form #sex p.marge-gauche{
	margin:0 0 0 6%;
}
#formulaire form #partenaires input{
    position: static;
    margin: 0 .3125rem 0 0;
	display:inline;
	width: auto;
	vertical-align: middle;
	overflow: visible;
}
#formulaire form #partenaires label{
	display:inline;
	font-size:14px;
}
#formulaire form p#button{
	width:100%;
	margin: 0 auto;
}
#formulaire form p#button input{
	height:60px;
	border:none;
	box-sizing:border-box;
	color:#6f3f69;
	font-size:24px;
	font-weight:500;
	background-color: #ffb8f6;
	margin: 30px 0;
	cursor: pointer;
	transition: all 0.3s; 	
}
#formulaire form p#button input:hover{
	background-color: #6f3f69;
	color:white;
}
#formulaire form p#mention1{
	text-align: center;
	font-size:20px;
	font-weight: 700;
	line-height:20px;
	margin-bottom:10px;
}
#formulaire form p#mention2{
	text-align: center;
	font-size:14px;
	line-height:14px;
	margin:0;
}

/* TALENTS */
section#talents{
	background: linear-gradient(#9a5b86,#73416d);
	width:100%;
	padding-bottom:40px;
}
section#talents .container div{ display:inline-block; }
section#talents div img{ float:left; max-width:48%; }
section#talents div p{
	float:right;
	width: 52%;
    padding: 0 20px;
    box-sizing: border-box;
	color:white;
	font-family:"Barlow";
	font-size:24px;
	line-height: 36px;
	font-weight: 300;
	text-align: justify;
	margin-top:10px;
	overflow: hidden;
}
section#talents div.reverse{
	margin:60px 0;
}

section#talents div.reverse img{
	float:right;
}
section#talents div.reverse p{
	float:left;
}

/* TEMOIGNAGES
----------------------------------------------------------------*/
section#temoignages{
	background-color: #c1859d;
	padding-bottom:60px;
}
section#temoignages img{
    height: 52px;
    width: 52px;
    border-radius: 50%;
}
section#temoignages .bloc-temoin{
	background-color: white;
	border-radius: 6px;
	max-width: 31%;
	padding: 18px 30px 30px 30px;
    box-sizing: border-box;
	display:inline-block;
	margin:1%;
	height: 230px;
    overflow: hidden;
}
section#temoignages .bloc-temoin div{
	display:inline-block;
	margin: 10px 0 0 10px;
    vertical-align: top;
}
section#temoignages .bloc-temoin div p{
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
}
section#temoignages .bloc-temoin .texte{
	margin-top:10px;
	font-style: italic;
	
}

/* FOOTER
----------------------------------------------------------------*/
footer{
	height:160px;
	background-color:white;
}
footer p, footer a{
	color:#c1859d;
	font-size: 22px;
	line-height: 22px;
	font-weight: 400;
	text-align: center;
	padding-top: 70px;
	margin:0;
}
footer a:hover{
	text-decoration: underline;
}

.product-link{
	text-align: center;
	font-weight: bold;
	background-color: #00FF00 ;
	color: #FF00FF !important;
	padding: 10px;
	border: solid;
	display: inline-block;
	margin-top: 10px;
}

/* MEDIA QUERIES
----------------------------------------------------------------*/

/* Moins de 990px */
@media only screen and (max-width: 990px) {
	.container {
		width: 100%; 
	}
	header#principal nav {
		margin: 36px 30px 0 0;
		transition: all 0.3s; 
		float: none;
	}
	header#principal nav ul{
		padding:0;
	}
	header#principal nav li{
		display: block;
	}
	header#principal nav li.hidden-menu{
		display: block;
	}
	header#principal nav a{
		font-size:26px;
		line-height:50px;
		font-weight:400;
		color:white;
	}
    #hamburger-content {
        display: none;
    }
    #hamburger-button, #hamburger-sidebar,
    .hamburger-activated #hamburger-overlay {
        display: block;
    }
    .hamburger-activated #hamburger-sidebar {
        transform: translateX(0);
		background-color:rgba(115, 65, 109);
    }
	header#principal.smaller #hamburger-button {
		padding: 28px 42px 0 0;
		transition: all 0.3s; 
	}
	section#part1 .container{
		width:90%;
		padding:40px;
		
	}
	section#part1{
	background-image:url("../img/bg-tabs.webp");
	}
	
	section#part1 #presentation{
		float:none;
		width: 75%;
		margin: 0 auto;
	}
	section#part1 #formulaire{
		float:none;
		max-width:100%;
	}
	#formulaire form .inline {
		text-align: center;
	}
	section#talents div p {
		margin-top:0;
		font-size:23px;
		line-height:29px;
	}
	section#temoignages .bloc-temoin {
		max-width: 47%;
	}
	#formulaire form p#mention2{
		margin-bottom:60px;
	}
}

/*  #Mobile (Portrait) - Note: Design for a width of 767px */
@media only screen and (max-width: 767px) {
	header#principal{
		height:100px;
	}
	section#part1 {
		width: 100%;
		margin-top: 100px;
	}
	header#principal #hamburger-button {
		padding: 28px 42px 0 0;
	}
	header#principal a#logo {
		transform:scale(0.7);
		margin: 0 0 0 30px;
	}
	#formulaire h1 {
		font-size:30px;
		line-height:30px;
	}
	#formulaire form #sex p{
		font-size:16px;
		line-height:16px;
	}
	#formulaire form #partenaires label{
		font-size:13px;
		line-height:13px;
	}	
	#formulaire form select {
		max-width: 29%;
	}
	section#part1 #presentation {
		width: 100%;
	}
	section#talents div p{
		float:none !important;
		width:100%;
		padding:0 2rem;
	}
	section#talents div img {
		float:none !important;
		max-width:100%;
		width:90%;
		margin:20px 0 0 2rem;
	}
	section#temoignages .bloc-temoin {
		max-width:100%;
		height: auto;
		margin: 1% 2%;
	}
	.bcom-prix {float: none;}
	.btn_payment_left{display:block; width:100%;}
	.btn_payment_right{display:block; width:100%; max-width: 100%;}
	.btn_paypal { display: block ruby; } 
}

/* Moins de 479px */
@media only screen and (max-width: 479px) {
	body{
		overflow-y: scroll;
	}
	header#principal a#logo {
		transform:scale(0.5);
		margin: -10px 0 0 0;
	}
	header#principal {
		height:80px;
	}
	header#principal.smaller{
		height:80px;
	}
	header#principal.smaller a#logo {
		transform:scale(0.5);
		margin: -10px 0 0 0;
	}
	#hamburger-button {
		padding: 28px 42px 0 0;
		font-size: 30px;
		line-height: 30px;
	}
		#hamburger-sidebar {
		min-height:220px;
	}

	header#principal nav a{
		font-size: 20px;
		line-height: 40px;
		margin: 0 0 0 20px;
		padding:0;
	}
	section#part1 {
		margin-top: 40px;
	}
	#formulaire form .marge-gauche {
		margin-left: 2%;
	}
	#formulaire form #sex p.marge-gauche {
		    margin: 0 0 0 3%;
	}
	#formulaire form p#button input {
		font-size:18px;
		line-height:20px;
		height:auto;
		white-space: normal;
		min-height:60px;
		max-height: auto;
	}
	section#part1 #presentation #signature {
		margin-left:25%;
	}
	section#part1 #presentation p {
		padding: 0 30px 30px 30px;
		text-align: left;
	}
	section#talents div img {
		margin: 20px 1rem 0 1rem;
	}
}


/* ACCUSE RECEPT MESSAGE
----------------------------------------------------------------*/
#accuse{
	background-color: #edf0f0;
	padding:250px 0 100px 0;
}
#accuse .container{
	max-width: 1200px;
	width:100%;
	margin:0 auto;
}
#accuse .container p{
	color:#93a8a9;
	font-size:22px;
	line-height: 26px;
	font-weight:600;
	text-align: center;
}
#accuse .container a{
	background-color:#93a8a9;
	color:#edf0f0;
	font-size:20px;
	line-height: 24px;
	font-weight:300;
	text-align: center;
	padding:20px 0;
	width:400px;
	margin:26px auto 0;
	display:block;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s; 
}
#accuse .container a:hover{
	background-color: #2d4445;
}



/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
.row:after,
.clearfix:after {
  clear: both; }
.row,
.clearfix {
  zoom: 1; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}


