@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;
}

<!-------------------------------------------------------------------->

.container {
	overflow-y: hidden;/*---------------- pas de scroll-----------*/
	height: 100%;
}

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

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


.bb-custom-image {
	margin-top:100px;
	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: 40px;
	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-wrapper > nav {
	width: 100%;
	height: 40px;
	margin-left: 30px;
	position: fixed;
	top: 80px;
	z-index: 1000;
	text-align: left;
}


.bb-custom-imagetexte {
		
	 display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    }



.bb-custom-imagetexte p {
	padding: 7% 8% 0 8%;
	font-size: .80em;
	line-height: 1.4;
	
	color:#000;
	 -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1;
    -ms-flex: 1 ;
    flex: 1 ;
    -webkit-align-self: stretch;
    align-self: stretch;
	
}
.bb-custom-imagetexte img {
	padding: 7% 4% 0 4%;
	 -webkit-order: 1;
    -ms-flex-order: 1;
    order: 0;
    -webkit-flex: 2 ;
    -ms-flex: 2 ;
    flex: 2 ;
    
	
}
.bb-custom-image {
	margin-top:0px;
	
	 display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content:flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
	padding:8% 8% 10% 40%;
}



@media screen and (min-width: 1025px)  {
	.bb-custom-imagetexte p {
	
	font-size: .80em;
	line-height: 1.4;
	
	color:#000;
	 -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.bb-custom-imagetexte img {
	padding: 8%;
	 -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 2 1 auto;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
	
}
.bb-custom-image {
	padding: 8% 8% 10% 40%;
}
}