@charset "UTF-8";
/* CSS Document */
* {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#container {
	margin: 0 auto;
}

/* HEADER */
#header {
	position: relative;
	width:100%;
	background-color: #F2F2F2;
}
#header-logoBar {
	background-color: white;
	padding: 20px;
}
#header-teaser, #header-teaser_2 {
	font-family: "sofia-pro";
	font-weight: 300;
	font-style: normal;
	text-align: center;
}
#header-teaser {
	position:absolute;
	font-size:44px;
	color:white;
	line-height:48px;
	top: 65%; 
	transform: translate(0%, -65%);
	width:100%;
	text-shadow: 2px 2px black;
	/*background:rgba(255,255,255,0.5);*/
}

#header_2 {
	background-color: #F2F2F2;
	text-align: center;
	padding:20px;
	display: none;
}

#header-teaser_2 {
	font-size:26px;
	line-height: 32px;
	margin: 0;
}
@media only screen and (max-width: 900px){
	#header-teaser {
		font-size:38px;
		line-height:44px;
	}
}
@media only screen and (max-width: 768px){
	#header_1 { display: none; }
	#header_2 { display: block; }
	#header_logowi { float:none !important; }
	#header-teaser  { display: none; }
	#header-logoBar { text-align: center; }
}

/* PART 1 */

#part1 {
	display: flex;
	padding:40px;
	margin: 0;
}
[class*="part1-"] {
	margin: 0 20px;
	width:33%;
	background-color: #E5007E;
	display: flex;
	flex-direction: column;
}
.part1Texte-wrap { 
	flex-grow: 2;
	display:flex;
	flex-direction: column;
	justify-content:space-around;
}
.part1Texte {
	padding:60px;
	color:white;
	font-family: "sofia-pro";
	font-weight: 200;
	font-style: italic;
	text-align: center;
	font-size: 22px;
	line-height: 28px;
	vertical-align: middle;
}
.part1Img {
	width:100%;
	height:auto;
}

@media only screen and (max-width: 1280px){
	.part1Texte {
		padding:30px !important;
		font-size: 20px !important;
		line-height: 25px !important;
	}
}
@media only screen and (max-width: 1024px){

	[class*="part1-"] {
		margin: 0 10px;
	}
	.part1Texte {
		padding:25px !important;
		font-size: 18px !important;
		line-height: 22px !important;
	}
	.smallText {
		font-size: 16px;
	}
}
@media only screen and (max-width: 800px){
	#part1 {
		flex-direction: column;
	}
	[class*="part1-"] {
		width: 100%;
		flex-direction: row;
		margin: 10px 0 !important;
	}
	.part1Img {
		width:200px;
		height:200px;
	}
	.bx-controls-direction { display: none; }
}
@media only screen and (max-width: 600px){
	#part1 {
		padding:20px;
	}
	.part1Img {
		width:180px;
		height:180px;
	}
}
@media only screen and (max-width: 500px){
	#part1 {
		padding:0 0 20px 0;
	}
	[class*="part1-"] {
		margin: 5px 0 !important;
	}
}
@media only screen and (max-width: 475px){
	[class*="part1-"] {
		margin: 5px 0 !important;
	}
	.part1Img {
		width:150px;
		height:150px;
	}
	.part1Texte {
		font-size: 17px !important;
		line-height: 19px !important;
		padding:30px !important;
	}
}
@media only screen and (max-width: 420px){
	.part1Img {
		width:125px;
		height:125px;
	}
	.part1Texte {
		font-size: 15px !important;
		line-height: 18px !important;
		padding:10px !important;
	}
	.part1TextePlus {
		display: none;
	}
}

/* PART 2 */

#part2 {
	padding:0 40px;
}
@media only screen and (max-width: 420px){
	#part2 {
		padding:0 20px;
	}
}

/* PART 3 */

#part3 {
	display: flex;
	padding:40px;
	margin: 0;
	justify-content:space-around;
}
[class*="part3-"] {
	margin: 0 10px;
	width:33%;
	text-align: center;
	max-width: 400px;
	display:flex;
	flex-direction: column;
	/*background-color: floralwhite;
	display:flex;
	flex-direction: column;*/
}

[class*="part3-"] img { 
	margin: auto;
}

@media only screen and (max-width: 752px){
	#part3 {
		display: block;
	}
	[class*="part3-"] {
		margin: 0 10px 25px 10px;
		width:auto;
		max-width: none;
		text-align: center;
	}
}

/* PART 5 */

#part5 {
	background-color: #f6f6f6;
	padding: 40px;
}
#part5 .bigTitle {
	margin-bottom: 15px;
}

/* PART 6 */

#part6 {
	padding:40px;
	max-width:800px;
	margin: auto;
	text-align: center;
}

/* PART 7 */

#part7 {
	padding:40px;
	margin: auto;
	text-align: center;
}

/* HOWTO SLIDE */

#howto {
	text-align: center;
	padding: 40px;
}
.bxsliderslide {
	text-align: center;
	background-color: #f6f6f6;
}
.bxsliderslide img {
	margin:10px auto;
}

/* FOOTER */

#footer {
	text-align: center;
	padding: 40px;
	background-color: #E5007E;
}

#social {
	padding:20px;
}

/* SHARED */

.normalText {
	font-family: "sofia-pro";
	font-weight: 300;
	font-style: normal;
	font-size: 22px;
	text-align: center;
}
.temoignageText {
	font-family: "sofia-pro";
	font-weight: 300;
	font-style: normal;
	font-size: 19px;
	line-height: 23px;
	text-align: left;
}

.mediumText {
	font-family: "sofia-pro";
	font-weight: 300;
	font-style: normal;
	font-size: 28px;
	line-height: 32px;
	text-align: center;
}

.bigText {
	font-family: "sofia-pro";
	font-weight: 200;
	font-style: normal;
	font-size: 28px;
	line-height: 38px;
	text-align: center;
}

.bigTitle {
	font-family: "sofia-pro";
	font-weight: 200;
	font-style: normal;
	font-size: 44px;
	line-height: 48px;
	text-align: center;
	margin-bottom:20px;
}

.smallText {
	font-family: "sofia-pro";
	font-weight: 200;
	font-style: normal;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
}

.pink {
	color: #E5007E;
}

.black {
	color:black;
}

.white {
	color:white;
}

.italic {
	font-style: italic;
}

.button {
	cursor: pointer;
	background-color: #E5007E;
	color:white;
	font-family: "sofia-pro";
	font-style: normal;
	display:inline-block;
	
	text-decoration: none;
	transition: all 0.3s ease-out;
}
.button.big {
	font-size:20px;
	font-weight: 500;
	line-height: 40px;
	padding:0 20px;
	border-radius:20px;
}
.button.small {
	font-size:16px;
	font-weight: 300;
	line-height: 22px;
	padding:8px 20px;
	border-radius:18px;
}
input[type=email] {
	font-family:sans-serif;
	font-size: 18px;
	line-height: 40px;
	width: 220px;
	height: 40px;
    box-sizing: border-box;
	padding: 0 5px;
}
.buttonOK {
	width:40px;
	height:40px;
	background-color: #E5007E;
	text-align: center;
	color: white;
	font-family:sans-serif;
	font-size: 18px;
	line-height: 40px;
	display: inline-block;
}
.marginBot20 {
	margin-bottom: 20px;
}
.left {
	text-align: left !important;
}
.inline {
	
}
.popup {
  	visibility: hidden;
  	opacity: 0;
  	transition: opacity 500ms;
	
	position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background: rgba(0, 0, 0, 0.7);
}
.popup:target {
  	visibility: visible;
  	opacity: 1;
}
.popup-header, .popup-content {
	max-width:800px;
	margin: 0 auto;
	background-color: white;
}
.popup-header {
	border-bottom: 1px solid lightgray;
	padding:10px;
	position: fixed;
	width:100%;
	max-width: 800px;
	left:0;
	right:0;
}
.popup-content {
	padding: 80px 40px 40px 40px;
}
.popup .closebtn {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	cursor: pointer;
}
.app {
	margin: 0 auto;
	position:fixed;
  	top: 50%;
	left: 50%;
  	transform: translate(-50%, -50%);
	border-radius: 12px;
	text-align: center;
	padding:40px;
	max-width: 600px;
}
@media only screen and (max-width: 1024px){
	.smallText {
		font-size: 16px;
	}
}
@media only screen and (max-width: 414px){
	.bigTitle {
		font-size: 36px;
	}
	.normalText {
		font-size: 18px;
		line-height: 23px;
	}
}
