/* -- GLOBAL -- */
h1, .h1 {
	font-size: 2.286rem;
}
h3, .h3 {
	font-size: 1.714rem;
}
/* -- END GLOBAL -- */

/* -- HEADER -- */
header .navbar .navbar-brand {
	display: inline-block;
}
#topnav .nav-item {
	font-size: 1rem;
	margin: 0 3.25rem;
	padding: 0;
}
#topnav .nav-item:first-child {
	margin-left: 0;
}
#topnav .nav-item:last-child {
	margin-right: 0;
}
#topnav .nav-item:hover:before {
	content: '';
	display: block;
	position: absolute;
	top: 85%;
	left: 50%;
	width: 50%;
	height: 1px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #ff716b;
}
body {
	padding-top: 0;
}
/* header sans bg */
/*
body {
	padding-top: 0;
}
header {
	-webkit-transition: background .3s ease;
	-moz-transition: background .3s ease;
	-ms-transition: background .3s ease;
	-o-transition: background .3s ease;
	transition: background .3s ease;
}
header.top {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
header #topnav {
	background: none;
}
*/
/* -- END HEADER -- */

/* -- FOOTER -- */
footer h2,
footer .h2 {
	font-size: 2.143rem;
	line-height: 2.429rem;
}
/* -- END FOOTER -- */

/* -- BANDEAU HOME -- */
.section-bandeau-home {
	height: 100vh;
	background-image: url(../img/bandeau.jpg);
	background-position: center bottom;
}
.section-bandeau-home h1 {
	font-size: 4rem;
	line-height: 1.1;
  margin: 0 auto 4rem;
  max-width: 80%;	
}
/* -- END BANDEAU HOME -- */

/* -- STORE -- */
.section-store {
	margin: 2.857rem 0;
}

/* -- MOMS -- */
.section-moms {}
.section-advices {
	order: 1;
}
.section-community {
	order: 2;
}
.section-opinion {
	order: 3;
}

/* -- CONSEILS -- */
.section-advices {
	font-size: 1.429rem;
	line-height: 1.571rem;
	padding: 3.714rem 0 1rem;	
	border-right: 15px solid #fff;
}
.section-advices:after {
	display: none;
}
.section-advices .container {
	padding: 0 45px;
}
.section-advices h2 {
	max-width: 60%;
	margin: 0 auto 2rem;	
}
/* -- END CONSEILS -- */

/* -- FACEBOOK -- */
.section-community {
	font-size: 1.429rem;
	line-height: 1.571rem;	
	border-left: 15px solid #fff;
}
.section-community .container {
	padding: 0 45px;
}
.section-community h2 {
	max-width: 75%;
	margin: 0 auto 2rem;
}
.community-img .btn {
	order: -1;
}
.community-img .img-container {
	max-width: 80%;
	margin: 0 auto;
}
/* -- END FACEBOOK -- */

/* -- OPINION -- */
.section-opinion {
	margin-top: 4.286rem;
}
.slick-opinion .slick-slide {
	margin: 2.3rem 0;
	-webkit-transition: transform .3s ease;
	-moz-transition: transform .3s ease;
	-ms-transition: transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
}
.slick-opinion .slick-slide.slick-current {
	position: relative;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	z-index: 10;
}
.block-opinion {
	padding: 1.5rem;
}
.slick-opinion .slick-slide.slick-current .block-opinion {
	margin-left: -1.5rem;
	margin-right: -1.5rem;
	padding-bottom: 4.5rem;
}
.section-opinion .block-rating .icon {
	font-size: 2.286rem;
}
/* -- END OPINION -- */


.section-bandeau {
	margin-top: 70px;
}
.section-bandeau h1 {
	margin-top: -1.675rem;
}
/* -- END MOMS -- */

/* -- THEME CONTENT -- */
.wrapper-theme-content {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 2px 10px rgba(0,0,0,.2);
	box-shadow: 0 2px 10px rgba(0,0,0,.2);	
	overflow: hidden;
	margin-bottom: 2rem;
}
.theme-image {	
	cursor: default;
}
.theme-content {
	padding: 1rem 0;
}
.theme-content.collapse,
.theme-content.collapsing  {
	display: block!important;
	height: auto!important;
}
.theme-content .subjects-list {
	justify-content: space-between;
	margin: 0;	
}
.theme-content .subjects-list li {
	width: 45%;
}
/* -- END THEME CONTENT -- */

/* -- SUBTHEME CONTENT -- */
.subtheme-title {
	cursor: default;
	padding: 2.714rem 1.5rem;
}
.subtheme-content.collapse,
.subtheme-content.collapsing  {
	display: block!important;
	height: auto!important;
}
.subtheme-content {
	margin-bottom: 1rem;
}
/* -- END SUBTHEME CONTENT -- */

/* -- CONTENT PAGE -- */
.section-comments {
	padding-top: 20px;
}
.block-message {
	padding: 1rem 1rem 1.5rem 1.5rem;
}
.block-message .message-content {
	padding: 0 2rem;
}
.block-answer {
	padding-left: 2rem;
}
.block-answer .block-message {
	padding: 1rem;
}
.block-answer .block-message .message-content {
	padding: 0;	
}
/* -- END CONTENT PAGE -- */

/* -- INTROS -- */
.block-intro {
	margin-top: -3.357rem;	
	padding: 2.357rem 3rem;
}
/* -- END INTROS -- */

/* -- USERS -- */
.user-avatar {
	width: 4.857rem;
	height: 4.857rem;
}
.user-infos .user-name {
	font-size: 1.143rem;
}
.user-infos .user-seniority {
	font-size: 0.929rem;
}
/* -- END USERS -- */

#modalApp .lead {
	font-size: 1.65rem;
	padding: 1rem 2rem;	
}