/* -- GLOBAL -- */
/* -- END GLOBAL -- */

/* -- HEADER -- */
#topnav {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 100%;
	width: 60%;
	padding: 1rem 1.5rem;
	-webkit-transition: left .3s ease;
	-moz-transition: left .3s ease;
	-ms-transition: left .3s ease;
	-o-transition: left .3s ease;
	transition: left .3s ease;
	-webkit-box-shadow: 0 -2px 15px rgba(0,0,0,.23);
	-moz-box-shadow: 0 -2px 15px rgba(0,0,0,.23);
	box-shadow: 0 -2px 15px rgba(0,0,0,.23);
	z-index: 11;
}
#topnav.open {
	left: 40%;
}
#topnav .nav-item {
	border-bottom: 1px solid #efeff3;
	padding: 0;
}
#topnav .nav-item:last-child {
	border: 0;
}
#topnav .navbar-closer {
	margin-bottom: 1.5rem;
}
/* -- END HEADER -- */

/* -- END FOOTER -- */
footer {
	padding: 2.857rem 0 2rem;
}
footer .block-contact {
	margin-top: 3.571rem;
}
/* -- END FOOTER -- */	

/* -- CONSEILS -- */
.section-advices {
	overflow: hidden;
}
.section-advices picture {
	width: 100%;
	display: block;
	text-align: right;
}
.section-advices .img-advices {	
	margin-right: -15px;
}
/* -- END CONSEILS -- */

/* -- OPINION -- */
.section-opinion {
	margin: 2.143rem 0 1.765rem;
}
.section-opinion h2 {
	font-size: 2rem;
}
/* -- END OPINION -- */

/* -- THEME CONTENT -- */

.section-theme-content div[class^="col-"] {
	padding: 0;
}
.theme-image:before, 
.theme-image:after {
  content:'';
  position: absolute;
  bottom: 0;
  width: 50%;
  background-color: inherit;
  padding-bottom:10px;
}
.theme-image:before {
  right: 50%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -ms-transform: skewX(55deg);
  -webkit-transform: skewX(55deg);
  transform: skewX(55deg);
}
.theme-image:after {
  left: 50%;
  -ms-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -ms-transform: skewX(-55deg);
  -webkit-transform: skewX(-55deg);
  transform: skewX(-55deg);
}
.theme-image .h2 {
	font-size: 1.429rem;
}
/* -- END THEME CONTENT -- */

/* -- SUBTHEME CONTENT -- */
.section-subtheme-content div[class^="col-"] {
	padding: 0;
}
.row-subtheme-listing {
	margin: 0;
}
.section-subtheme-content .row-subtheme-listing div[class^="col-"] {
	padding: 0;
}
/* -- END SUBTHEME CONTENT -- */

/* -- INTROS -- */
.block-intro,
.block-intro p {
	font-size: 1.143rem;
}
/* -- END INTROS -- */

.section-topics div[class^="col-"] {
	margin-bottom : 1rem;
}
.section-topics div[class^="col-"]:nth-child(2n) {
	padding-left: 7px;
}
.section-topics div[class^="col-"]:nth-child(2n+1) {
	padding-right: 7px;
}

@media screen and (orientation: landscape) {
	
	.section-bandeau-home {
		height: calc(100vh - 4.571rem);	
	}
}

.xs-text-right {
	text-align: right;
}