@import url(http://fonts.googleapis.com/css?family=Ropa+Sans&subset=latin,latin-ext);

@font-face {
	font-family: 'arrows';
	src:url('../fonts/arrows/arrows.eot');
	src:url('../fonts/arrows/arrows.eot?#iefix') format('embedded-opentype'),
		url('../fonts/arrows/arrows.woff') format('woff'),
		url('../fonts/arrows/arrows.ttf') format('truetype'),
		url('../fonts/arrows/arrows.svg#arrows') format('svg');
	font-weight: normal;
	font-style: normal;
}


img{
	width:100%;
	height:auto;
}

.italique {
	font-style: italic;
}

.bb-custom-wrapper {
	top:80px;
	width: 100%;
	height: 100%;
	position: relative;
}

.bb-custom-wrapper .bb-bookblock {
	
	width: 100%;
	height: 100%;
	-webkit-perspective: 2000px;
	perspective: 2000px;
}

<!-------------------------------------------------------------------->
.bb-custom-imagetexte {
	width: 100%;
	float: left;
	height: 100%;
	overflow: hidden;
	background: #fff;
	/* Centering with flexbox */
	 display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.bb-custom-imagetexte p {
	padding: 1% 8% 0 8%;	
	font-size: .80em;
	line-height: 1.0;
	
	color:#000;
	 -webkit-order: 0;
     -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
   
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.bb-custom-imagetexte img {
	padding: 0 8% 0 8%;
	  -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}


.bb-custom-image {
	margin-top:40%;
	padding: 8%;
	width: 100%;
	
}

/*---------------------------------------------------------------------*/
.bb-custom-wrapper h3 {
	font-size: 1.4em;
	font-weight: 300;
	margin: 0.4em 0 1em;
}

.bb-custom-wrapper > nav {
	width: 100%;
	height: 40px;
	margin-left: 30px;
	position: fixed;
	top: 60px;
	z-index: 1000;
	text-align: left;
}

.bb-custom-wrapper > nav a {
	display: inline-block;
	width: 28px;
	height: 28px;
	text-align: center;
	border-radius: 2px;
	background: #919191;
	color: #fff;
	font-size: 0;
	margin: 2px;
}

.bb-custom-wrapper > nav a:hover {
	opacity: 0.6;
}

.bb-custom-icon:before {
	font-family: 'arrows';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 20px;
	line-height: 26px;
	display: block;
	-webkit-font-smoothing: antialiased;
}

.bb-custom-icon-first:before,
.bb-custom-icon-last:before {
	content: "\e002";
}

.bb-custom-icon-arrow-left:before,
.bb-custom-icon-arrow-right:before {
	content: "\e003";
}

.bb-custom-icon-arrow-left:before,
.bb-custom-icon-first:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* No JS */
.no-js .bb-custom-wrapper {
	height: auto;
}

.no-js .bb-custom-content {
	height: 470px;
}

@media screen and (min-width: 768px) and (orientation:landscape) {
	<!-------------------------------------------------------------------->
.bb-custom-imagetexte {
	width: 100%;
	
	height: 100%;
	overflow: hidden;
	background: #fff;
	/* Centering with flexbox */
	 padding: 10%;
  margin-left: 0;
 
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: column
    wrap;
  justify-content: flex-start;
  -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  
}

.bb-custom-imagetexte p {
	width:auto;
	height:auto;
	padding: 3% 0 0 8%;
	font-size: .80em;
	line-height: 1.4;
	-webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.bb-custom-imagetexte img {
	width:90%;
	height:auto;
	padding: 0 8% 0 8%;
	-webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.bb-custom-image {
	margin-top:10%;
	padding: 8%;
	width: 90%;
	height:auto;
	
}
}

@media screen and (min-width: 1025px) and (orientation:landscape) {
.bb-custom-wrapper > nav {
	width: 100%;
	height: 40px;
	margin-left: 30px;
	position: fixed;
	top: 80px;
	z-index: 1000;
	text-align: left;
}

img{
	width:100%;
	height:auto;
}
	.bb-custom-imagetexte p {
	height:auto;
	padding: 2% 0 0 20%;
	-webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.bb-custom-imagetexte img {
	padding: 0 8% 0 20%;
	-webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.bb-custom-image {
	width:90%;
	height:auto;
	margin-top:5%;
	padding: 10% 0 0 20%;
	
	
}
}