* { margin:0; padding:0; }

body { background:#F5F6F9; }

.container { width:98%; max-width:950px; margin:0 auto; display:block; }
.clear { display:block; float:none; clear:both; }

.header { background:#0C101B url(header.png) center center; text-align:center; padding:30px 0 150px 0; }
	.header h2 { font-weight:normal; font-family:'Roboto'; font-size:35px; margin-top:60px; margin-bottom:20px; color:#F1A325;  }
	.header h1 { font-size:60px; font-family:'Lato'; font-weight:900; color:#FFF; }

.conteudo { background:#FFF; width:98%; max-width:850px; margin:0 auto; margin-top:-30px; padding:50px; border-radius:4px; border-bottom:4px solid #F1A325; margin-bottom:35px; }

	.conteudo p { padding-bottom:36px; font-family:'Roboto Slab'; font-weight:100; line-height:30px; font-size:19px; }
		.conteudo p u { text-decoration:underline; }
	
	.conteudo ul { margin:10px 0 15px 40px; }
	.conteudo ul li { list-style:none; padding-bottom:35px; font-family:'Roboto Slab'; font-size:19px; }
	.conteudo ul li span { text-decoration:underline; }
	
	.conteudo h2 { text-align:center; padding-top:15px; padding-bottom:50px; max-width:700px; display:block; margin:0 auto; font-family:'Roboto Slab'; line-height:38px; font-size:32px; color:#F1A325; }
	
	.conteudo > img { margin:0 auto; margin-bottom:30px; display:block; max-width:550px; }
	
	.sobre { font-size:18px !important; line-height:25px !important; color:#666; margin:0 auto; margin-bottom:50px; margin-top:-100px; text-align:center; }
		.sobre img { border-radius:100px; display:block; margin:0 auto; width:110px; border:5px solid #FFF; background:#FFF; vertical-align:middle; }
		.sobre strong { color:#0C101B; }
		.sobre span { display:block; width:60px; height:4px; background:#F1A325; margin:0 auto; margin-top:10px; }

.botoes a { border:1px solid #F1A325; padding:25px 0 25px 0; display:block; margin:0 auto; width:85%; text-align:center; color:#FFF; background:#F1A325; font:17px Verdana; text-decoration:none; }
		.botoes a:hover { border-color:#F1A325; background:#FFF; color:#F1A325; }


.comentarios { display:block; padding:5px; width:90%; margin:0 auto; margin-top:55px; }
	.comentarios h2 { text-align:center; font-family:'Roboto Slab';  font-size:23px; color:#F1A325; margin-bottom:20px; }
	
	#fb-root { display: none; }  /* on redéfini la taille du contenu */ .fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] { width: 100% !important; }
	
footer { background:#FFF; text-align:center; margin-top:40px; padding:45px 0 45px 0; }



.video { display:block; width:90%; max-width:500px; margin:0 auto; margin-bottom:30px; background:#FFF; border:5px solid #FFF; }

.video-container {
	position:relative;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
}

	

	.video-container iframe, .video-container object, .video-container embed {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
	}



.depoimentos { width:530px; margin:0 auto; padding-bottom:20px; }
.depoimentos img { width:240px; margin:10px; }

.modulo { display:block; width:280px; float:left; margin-right:20px !important; }
.modulo-b { display:block; width:280px; float:right; margin-left:5px !important; }

.bonus { border-bottom:1px dotted #CCC; margin-top:40px; }
.bonus > img { float:left; width:250px; margin-right:20px !important; }
.bonus h2 { text-align:left; }
.bonus striker { text-decoration:line-through; }

.bonus-b { border-bottom:1px dotted #CCC; margin-top:40px; }
.bonus-b > img { float:right; width:250px; margin-left:5px !important; }
.bonus-b h2 { text-align:left; margin:0; }
.bonus-b striker { text-decoration:line-through; }


.preco-1 { width:95%; max-width:550px; margin:0 auto; }
	.preco-1 p { text-align:center; margin-bottom:0; padding:0; padding-top:35px; }
	.preco-1 h6 { text-align:center; color:#DF0000; text-decoration:line-through; font-weight:bold; font-size: 50px; font-family: 'Roboto', sans-serif; }
	
.preco-3 { display:block; margin:0 auto; margin-top:35px; max-width:400px; background:#FFF; border-radius:10px; padding:20px; -webkit-box-shadow: 0 0 10px 2px #E0E0E0; box-shadow: 0 0 10px 2px #E0E0E0; text-align:center; }
	.preco-3 { padding-bottom:5px; }
		.preco-3 h4 { margin-top:5px; margin-bottom:10px; font-size:19px; }


.botao {
		display: block;
		border-radius: 9px;
		width:90%;
		max-width:750px;
		  margin:0 auto;
		margin-top:25px;
		margin-bottom:40px;
		padding:32px 15px 32px 15px;
		background: #40D55A;
		box-shadow:0 5px 0 #2BC145;
		color: #FFF;
		text-align:center;
		text-decoration:none;
		font-family:'Lato', Arial;
		font-weight:bold;
		font-size: 30px;
	}
		.botao span { display:block; margin-top:5px; font-size:16px; color:#D0F4D7; }
	
		.botao:hover {
			background:#61DC76;
			box-shadow:0 5px 0 #40D55A;
		}
		.botao:active{
		  position:relative;
		  top:5px;
		  box-shadow:none;
		}



@media (max-width: 830px) {

	.header { padding:20px 0 50px 0; }
	.header h2 { margin-top:10px; font-size:20px; }	
	.header h1 { font-size:35px; }
	
	.conteudo { width:90%; margin-top:20px; padding:15px; }
	.conteudo p { font-size:19px; line-height:24px; }
	.conteudo h2 { font-size:23px; }
	.conteudo ul { margin-left:20px; }
	.conteudo ul li { font-size:19px; line-height:24px; }
	.conteudo img { width:90%; margin:0 auto; margin-bottom:25px; }
	
	.sobre { width:90%; font-size:15px !important; margin-top:0; }
		.sobre img { width:25%; border:3px solid #FFF; }
		
	
	.depoimentos { width:95%; margin:0 auto; }
	.depoimentos img { display:block; width:90%; max-width:267px; margin:0 auto; margin-bottom:15px; }	
	
	.modulo, .modulo-b { display:block; width:75%; max-width:280px; float:none; margin:0 auto; margin-left:-7px !important; }
	
	.bonus > img, .bonus-b > img { display:block !important; float:none !important; width:75% !important; margin:0 auto !important; margin-left:-7px !important; }
	.bonus h2, .bonus-b h2 { text-align:center; }
	
	ul li img { width:15px !important; display:inline !important; }
	
	.botao { padding:20px 5px 20px 5px; font-size:20px; }
		.botao span { display:none; }
	
	
	.box-preco > div > img { width:98%; }
	.box-preco .cont { margin-top:15px; }
	
	.box-preco { width:100%; padding:30px 0 20px 0; }
	.box-preco h3 { font-size:22px; }
	.box-preco p { font-size:19px; }
	.box-preco h4 { font-size:20px; }
	.box-preco h5 { font-size:19px; }
	
	.preco-3 h4 { font-size:16px; }
	
	.preco-1, .preco-2 { display:block; float:none; clear:both; width:98%; }
	.preco-1 h6 { font-size:35px; }
	.preco-2 h6 { font-size:40px; }
	
	.preco-3 { width:80%; }
		.preco-3 h6 { padding:0; margin:0; font-size:1px; }
		.preco-3 img { padding:0; margin-top:0; margin-bottom:5px; }
	
}