/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */


/*************************
*******Typography******
**************************/

@font-face {
	font-family: 'KPMG_Light';
	src: url("../fonts/KPMG Web-Light.ttf") format('truetype');
	src: url("../fonts/KPMG Web-Light.eot?#iefix") format('embedded-opentype'),
		 url("../fonts/KPMG Web-Light.woff") format('woff'),
		 url("../fonts/KPMG Web-Light.svg") format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'KPMG_Extra_Light';
	src: url("../fonts/KPMG Web-Extra Light.ttf") format('truetype');
	src: url("../fonts/KPMG Web-Extra Light.eot?#iefix") format('embedded-opentype'),
		 url("../fonts/KPMG Web-Extra Light.woff") format('woff'),
		 url("../fonts/KPMG Web-Extra Light.svg") format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'KPMG_Extra_Thin';
	src: url("../fonts/KPMG Web-Thin.ttf") format('truetype');
	src: url("../fonts/KPMG Web-Thin.eot?#iefix") format('embedded-opentype'),
		 url("../fonts/KPMG Web-Thin.woff") format('woff'),
		 url("../fonts/KPMG Web-Thin.svg") format('svg');
	font-weight: normal;
	font-style: normal;
}


/*************************
*******Effects******
**************************/

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   One Page Scroll with Animations styles
   ========================================================================== */
/* Code Samples */
pre {
 white-space: pre-wrap;
 white-space: -moz-pre-wrap;
 white-space: -o-pre-wrap;
 background: #faf8f0;
 font-size: 14px;
}
code {
 display: block;
 padding: 0.5em 1em;
 border: 1px solid #bebab0;
}
body, html {
	height: 100%;
	min-height: 100%;
}
.loading {
	background: url('../img/ico_loading.gif') no-repeat center center;
}
#demo-content {
	
}
section {
	min-width: 960px;
	opacity: 0;
	-webkit-transition:opacity .6s;
	-webkit-transition-delay:.2s;
	-moz-transition:opacity .6s;
	-moz-transition-delay:.2s;
	-o-transition:opacity .6s;
	-o-transition-delay:.2s;
	transition: opacity .6s;
	transition-delay:.2s;
}
.loaded section {
	opacity: 1;
}
section h2 {
	font-size: 36px;
	font-weight: 300;
	margin: 0;
	padding: 0;
	line-height: 1em;
}
section p {
	font-weight: 300;
	margin-bottom: 30px;
	font-size: 1.1875em;
	line-height: 1.6316;
}
.section-content,
.fake-content {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-bottom: 1px #707070 solid;
}
.copy-container {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -192px;
	margin-left: 40px;
	width: 395px;
	z-index: 1;
}
.images-container {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 670px;
	height: 600px;
}

/*************************
*******SCROLLBAR******
**************************/
#interview .slimScrollDiv, #interview2 .slimScrollDiv, #IFRS16 .slimScrollDiv{
	height: 800px !important;
}

#interview .scrollbardiv, #interview2 .scrollbardiv, #IFRS16 .scrollbardiv{
	height: 800px !important;
	padding: 20px;
    font-size: 12px;
}

#interview .slimScrollBar, #interview2 .slimScrollBar, #IFRS16 .slimScrollBar{
	background: #d2d2d2 !important;
	margin-top: 40px !important;
}

#interview .slimScrollRail, #interview2 .slimScrollRail, #IFRS16 .slimScrollRail{
	background: #eeeeee !important;
	margin-top: 40px !important;
}

/*************************
******* MENU ******
**************************/

.fa.fa-bars{
	display: none;
}

.fa.fa-circle{
	font-size: 10px;
	margin-right:  10px;
	margin-left: 10px;
	border: 0px solid white;
	border-radius: 100%;
	transition: all 0.2s;
}

.fa.fa-circle:hover{
	margin-right:  10px;
	margin-left: 10px;
	padding: 2px;
	border: 1px solid white;
	border-radius: 100%;
	transition: all 0.2s;
}

.fa.fa-caret-left{
	font-size: 25px;
	margin-right: -2px;
	color: #0091DA;
}

.viewing-page-1 .fa.fa-caret-left {
	display: none;
}

.viewing-page-1 .menu_toggle{
	display: block !important;
}

.viewing-page-1 .onepage-pagination {
	width: 12%;
	-webkit-transition: width 1s; /* Safari */
	transition: width 1s;
}

.viewing-page-1 .onepage-pagination td:nth-child(1){
	width: 33px;
}

.viewing-page-1 .fa.fa-caret-left{
	display: none !important;
}

.viewing-page-2 .onepage-pagination, .viewing-page-3 .onepage-pagination, .viewing-page-4 .onepage-pagination, .viewing-page-5 .onepage-pagination, .viewing-page-6 .onepage-pagination, .viewing-page-7 .onepage-pagination, .viewing-page-8 .onepage-pagination {
	 width: 115px;
	-webkit-transition: width 1s; /* Safari */
	transition: width 1s;
	-webkit-transition-delay: 0.3s; /* Safari */
	transition-delay: 0.3s;
}

.viewing-page-2 .fa.fa-caret-left, .viewing-page-3 .fa.fa-caret-left, .viewing-page-4 .fa.fa-caret-left, .viewing-page-5 .fa.fa-caret-left, .viewing-page-6 .fa.fa-caret-left, .viewing-page-7 .fa.fa-caret-left, .viewing-page-8 .fa.fa-caret-left {
	display: none;
}

.viewing-page-2 .onepage-pagination td:nth-child(1), .viewing-page-3 .onepage-pagination td:nth-child(1), .viewing-page-4 .onepage-pagination td:nth-child(1), .viewing-page-5 .onepage-pagination td:nth-child(1), .viewing-page-6 .onepage-pagination td:nth-child(1), .viewing-page-7 .onepage-pagination td:nth-child(1), .viewing-page-8 .onepage-pagination td:nth-child(1) {
	padding: 10px 28px;
}

.viewing-page-2 .onepage-pagination td:nth-child(2), .viewing-page-3 .onepage-pagination td:nth-child(2), .viewing-page-4 .onepage-pagination td:nth-child(2), .viewing-page-5 .onepage-pagination td:nth-child(2), .viewing-page-6 .onepage-pagination td:nth-child(2), .viewing-page-7 .onepage-pagination td:nth-child(2), .viewing-page-8 .onepage-pagination td:nth-child(2) {
	position: absolute;
	left: 100%;
	color: white;
	background-color: #0091DA;
	width: 140px;
	padding: 10px 19px;
	display: none;
}


/*************************
******* MODAL ******
**************************/

#nouveaux_associes .modal, #interview .modal, #focus .modal, #interview2 .modal, #IFRS16 .modal{
	position: absolute;
	background-color: rgba(0,0,0,0.5);
	
}

.modal-backdrop{
	display: none;
	
}



#nouveaux_associes .modal-header, #interview .modal-header, #focus .modal-header, #interview2 .modal-header, #IFRS16 .modal-header {
	padding: 0px;
	border-bottom: none;
}


#interview .modal-header .close, #focus .modal-header .close,  #interview2 .modal-header .close,  #IFRS16 .modal-header .close {
	box-shadow: none;
	position: absolute;
    left: 93%;
    bottom: 96%;
    width: 40px;
    height: 40px;
    opacity: 1;
    text-shadow: none;
    color: #fff;
    margin: 0;
    font-size: 43px;
    outline: none;
	z-index: 5;
}

#focus #myModal_transaction .modal-header .close, #focus #myModal_corporate .modal-header .close {
    left: 97%;
    bottom: 98%;
}

#myModal_graph_sup .modal-header button.close {
	left: 48%;
    bottom: -4%
}

#myModal_graph_sup .modal-dialog {
	position: absolute;
    right: 12%;
}

#myModal_graph_inf .modal-header button.close {
	left: 48%;
    bottom: 96%
}

#myModal_graph_inf .modal-dialog {
	position: absolute;
    right: 12%;
    top: 57%;
}

#nouveaux_associes .modal-content {
	border: none;
	box-shadow: none;
	border-radius: 0px;
	background-color: transparent;
}

#interview .modal-content, #interview2 .modal-content, #IFRS16 .modal-content{
	border: none;
	box-shadow: none;
	border-radius: 0px;
}

#nouveaux_associes .modal-body, #focus .modal-body {
	color: #ffffff;
	padding: 0px;
}

#nouveaux_associes .modal-body p, #focus .modal-body p{
	color: #ffffff;
	line-height: 23px;
	margin: 0;
}

#nouveaux_associes .modal-body h4{
	margin: 0;
	font-family: 'KPMG_Light';
	font-size: 40px;
}

#nouveaux_associes .modal-body .sousTitrePopup{
	background-color: rgba(0,145,218,0.65);
	padding: 16px 53px;
}

#nouveaux_associes .modal-body .contenuPopup{
	background-color: rgb(0,145,218);
	padding: 16px 53px;
}

#nouveaux_associes .modal-body .contenuPopup a{
	color: #ffffff;
}

#nouveaux_associes #myModal_mohamed .modal-dialog { margin-top: 9%; margin-left: 7%; }
#nouveaux_associes #myModal_mathieu .modal-dialog { width: 610px; margin-top: 9%; margin-left: 17%; }
#nouveaux_associes #myModal_cyril .modal-dialog { width: 610px;  margin-top: 9%; margin-left: 34%; } 
#nouveaux_associes #myModal_stephane .modal-dialog { width: 584px; margin-top: 11%; margin-left: 50%; }
#nouveaux_associes #myModal_caroline .modal-dialog { width: 610px; margin-top: 9%; margin-right: 9%; }
#nouveaux_associes .modal-dialog { width: 460px; }

#nouveaux_associes .modal-footer, #interview .modal-footer, #interview2 .modal-footer, #IFRS16 .modal-footer{
    padding: 0px;
    text-align: center;
    border: none; 
	background-color: rgb(0,145,218);
}



#nouveaux_associes .modal-footer .close {
    float: none;
	box-shadow: none;
	opacity: 1;
}

#nouveaux_associes .modal-footer .close:hover{
	opacity: 1;
}

#nouveaux_associes .modal-footer img{
    position: relative;
    top: 30px;
}

#focus .modal-content {
	border: none;
	box-shadow: none;
	border-radius: 0px;
	background: none;
}

#focus .modal-body h3{
	font-family: 'KPMG_Light';
	font-size: 40px;
	padding: 10px;
	margin-top: 0px;
}

#focus .modal-body h5{
	font-size: 14px;
	padding: 5px;
	margin-bottom: 0px;
}

    

#focus .modal-body p{
	font-size: 15px;
	line-height: 20px;
	padding: 10px;
}

#focus .modal-footer{
    border: none;
}

#focus .modal-dialog {
    margin: 100px auto;
}

#focus #myModal_transaction .modal-dialog, #focus #myModal_corporate .modal-dialog {
    margin: 30px auto;
	width: 966px;
}

#focus .onglet_gauche, #focus .onglet_top{
    background-color: #0091da;
	color: #ffffff; 
}
    
#focus #myModal_transaction .onglet_gauche {
    height: 898px;
}

#focus #myModal_forensic .onglet_gauche, #focus #myModal_restructuring .onglet_gauche {
    height: 554px;
}

#focus #myModal_corporate .onglet_gauche {
    height: 669px;
}

    
#focus .onglet_droite, #focus .onglet_bot{
    background-color: rgba(0,145,218,0.65);
	color: #ffffff;
	padding: 0;
	
}

.onglet_droite .encart_contact{
	padding: 10px;
} 



.encart_contact img,  .onglet_droite .encart_contact_supplementaire img{
    width: 95px;
    float: left;
	padding: 5px;
}

.onglet_droite .encart_contact p{
    padding: 5px;
}

.onglet_droite a, .onglet_bot a{
    color: #ffffff;
}

.onglet_bot, .onglet_top{
	padding: 15px !important;
}
    

.onglet_droite .encart_contact_supplementaire{
	background-color: rgba(0,145,218,0.65);
	padding: 10px;
	height: 360px;
} 

#myModal_transaction .onglet_droite .encart_contact_supplementaire{
	height: 704px;
} 

#myModal_afrique .onglet_droite .encart_contact_supplementaire{
	height: 540px;
} 

#myModal_corporate .onglet_droite .encart_contact_supplementaire{
	height: 475px;
} 







/*************************
*******SLIDE 1******
**************************/

#home_page {
	background-color: #242C35;
	overflow: hidden;
}

#home_page .BGHome {
	background-image: url(../img/background_home.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 88%;
	margin-left: 12%;
	z-index: 5;
}

.fa.fa-angle-double-down{
	color: #00bab3;
	position: absolute;
	bottom: 33px;
	left: 50%;
	font-size: 4.5em;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
	cursor: pointer;
}

	
/*************************
*******SLIDE 2******
**************************/	 

#edito_page .BGEdito {
	background-image: url(../img/background_edito.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}

.viewing-page-2 #edito_page .BGEdito {
	background-image: url(../img/background_edito.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}

#edito_page .bloc_edito {
	background-color: rgba(0,145,218, 0.65);
	margin-top: 3%;
/*	margin-left: 12%;*/
	padding: 40px;
	opacity: 0;
	color: #ffffff;
	-webkit-transform:translate3d(0, -100%, 0);
	   -moz-transform:translate3d(0, -100%, 0);
			transform:translate3d(0, -100%, 0);
	-webkit-transition: -webkit-transform .6s .9s;
	-moz-transition: -moz-transform .6s .9s;
}

.viewing-page-2 #edito_page .bloc_edito {
	color: #ffffff;
	opacity: 1;
	-webkit-transform:translate3d(0%, 0, 0);
	   -moz-transform:translate3d(0%, 0, 0);
			transform:translate3d(0%, 0, 0);
	-webkit-transition: -webkit-transform .6s .9s;
	-moz-transition: -moz-transform .6s .9s;
	transition: all .6s .6s;
}

.viewing-page-2 #edito_page .bloc_edito h1{
	color: #ffffff;
	border-right: 1px solid #fff;
	display: inline;
	margin: 0;
	float: left;
	padding-right: 15px;
	font-size: 100px;
	font-family: KPMG_Light;
}

.viewing-page-2 #edito_page .bloc_edito h3{
	color: #ffffff;
	float: left;
	padding-left: 15px;
	margin: 0;
	font-family: KPMG_Light;
	font-size: 45px;
	line-height: 37px;
	margin-top: 17px;
}

.viewing-page-2 #edito_page .bloc_edito p{
	color: #ffffff;
	clear: both;
	font-style: italic;
	font-size: 1em;
	margin-bottom: 0px;
}

#edito_page .images-container {
	margin-top: -245px;
	margin-left: -677px;
}

#edito_page .images-container img {
	float: left;
	position: relative;
	z-index: 1;
	-webkit-transition: -webkit-transform .6s .9s;
	-moz-transition: -moz-transform .6s .9s;
	transition: transform .6s .9s;
}

.viewing-page-2 #edito_page .images-container img {
	-webkit-transform: translate3d(0, 0, 0) !important;
	-moz-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}


/*************************
*******SLIDE 3******
**************************/

#nouveaux_associes h1{
	font-family: 'KPMG_Extra_Thin';
	font-size: 140px;
	line-height: 114px;
    color: #00338d;
	margin-top: 4%;
}

.viewing-page-3 #nouveaux_associes .col-lg-2 svg, .viewing-page-2 #nouveaux_associes .col-lg-2 svg, .viewing-page-4 #nouveaux_associes .col-lg-2 svg, .viewing-page-5 #nouveaux_associes .col-lg-2 svg {
	width: 60px;
	height: 60px;
	margin-left: 31%;
}




/*************************
*******SLIDE 4******
**************************/

#interview  {
	background-image: url(../img/background_interview.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}

#interview h1{
	font-family: 'KPMG_Extra_Thin';
	color: #00338d;
    font-size: 140px;
    line-height: 114px;
	margin-bottom: 20px;
}

#interview h4{
	font-family: 'KPMG_Extra_Thin';
	color: #00338d;
	font-size: 50px;
	margin-top: 15%;
}

#interview h6{
	border: 2px solid #00bab3;
    width: 160px;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #00bab3;
    cursor: pointer;
	
}

#interview h6:hover{
	background-color: #00bab3;
    color: #ffffff;
}

#interview p{
	font-family: Arial;
	line-height: 21px;
}

#interview .bloc_interview_intro h4{
	opacity: 0;
	-webkit-transform:translate3d(-100%, 0, 0);
	   -moz-transform:translate3d(-100%, 0, 0);
			transform:translate3d(-100%, 0, 0);
	-webkit-transition: -webkit-transform .6s .9s;
	-moz-transition: -moz-transform .6s .9s;
	transition: all .6s .6s;
}

.viewing-page-4 #interview .bloc_interview_intro h4{
	opacity: 1;
	-webkit-transform:translate3d(0%, 0, 0);
	   -moz-transform:translate3d(0%, 0, 0);
			transform:translate3d(0%, 0, 0);
	-webkit-transition: -webkit-transform .6s .9s;
	-moz-transition: -moz-transform .6s .9s;
	transition: all .7s .7s;
}

#interview .bloc_interview_intro h1{
	opacity: 0;
	-webkit-transform:translate3d(-200%, 0, 0);
	   -moz-transform:translate3d(-200%, 0, 0);
			transform:translate3d(-200%, 0, 0);
	-webkit-transition: -webkit-transform .6s .9s;
	-moz-transition: -moz-transform .6s .9s;
	transition: all .6s .6s;
}

.viewing-page-4 #interview .bloc_interview_intro h1{
	opacity: 1;
	-webkit-transform:translate3d(0%, 0, 0);
	   -moz-transform:translate3d(0%, 0, 0);
			transform:translate3d(0%, 0, 0);
	-webkit-transition: -webkit-transform .6s .9s;
	-moz-transition: -moz-transform .6s .9s;
	transition: all .8s .8s;
}

#interview .bloc_interview_intro p{
	opacity: 0;
	-webkit-transform:translate3d(-300%, 0, 0);
	   -moz-transform:translate3d(-300%, 0, 0);
			transform:translate3d(-300%, 0, 0);
	-webkit-transition: -webkit-transform .6s .9s;
	-moz-transition: -moz-transform .6s .9s;
	transition: all .6s .6s;
}

.viewing-page-4 #interview .bloc_interview_intro p{
	opacity: 1;
	-webkit-transform:translate3d(0%, 0, 0);
	   -moz-transform:translate3d(0%, 0, 0);
			transform:translate3d(0%, 0, 0);
	-webkit-transition: -webkit-transform .6s .9s;
	-moz-transition: -moz-transform .6s .9s;
	transition: all .9s .9s;
}

#interview .bloc_interview_citation p{
	background-color: rgba(0,145,218,0.8);
	text-align: center;
	font-family: 'KPMG_Extra_Thin';
	color: #ffffff;
	font-size: 40px;
    line-height: 40px;
    width: 350px;
    padding: 40px;
	margin-top: 40%;
}

#interview .bloc_interview_intro h6{
	opacity: 0;
	-webkit-transform:translate3d(-400%, 0, 0);
	   -moz-transform:translate3d(-400%, 0, 0);
			transform:translate3d(-400%, 0, 0);
	
}

.viewing-page-4 #interview .bloc_interview_intro h6{
	opacity: 1;
	-webkit-transform:translate3d(0%, 0, 0);
	   -moz-transform:translate3d(0%, 0, 0);
			transform:translate3d(0%, 0, 0);
	-webkit-transition: -webkit-transform .6s .9s;
	-moz-transition: -moz-transform .6s .9s;
	transition: all 1s 1s;
}

#interview .bloc_interview_citation p{
	opacity: 0;
	-webkit-transform:translate3d(100%, 0, 0);
	   -moz-transform:translate3d(100%, 0, 0);
			transform:translate3d(100%, 0, 0);
	-webkit-transition: -webkit-transform .6s .9s;
	-moz-transition: -moz-transform .6s .9s;
	transition: all .6s .6s;
}

.viewing-page-4 #interview .bloc_interview_citation p{
	opacity: 1;
	-webkit-transform:translate3d(0%, 0, 0);
	   -moz-transform:translate3d(0%, 0, 0);
			transform:translate3d(0%, 0, 0);
	-webkit-transition: -webkit-transform .6s .9s;
	-moz-transition: -moz-transform .6s .9s;
	transition: all .9s .9s;
}

/*************************
*******SLIDE 5******
**************************/

#focus  {
	background-color: #e6ebe8;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}

#focus h1{
	font-family: 'KPMG_Extra_Thin';
	color: #00338d;
    font-size: 140px;
    line-height: 114px;
	margin-bottom: 20px;
}

#focus h4{
	font-family: 'KPMG_Extra_Thin';
	color: #00338d;
	font-size: 50px;
	margin-top: 15%;
}

#focus h6{
	border: 2px solid #00bab3;
    width: 160px;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #00bab3;
    cursor: pointer;
}

#focus p{
	font-family: Arial;
	line-height: 21px;
}

#focus a[href*="+33"]{
	opacity: 0;	
}

#focus .bloc_focus_intro p {
	line-height: 21px;
    font-size: 1.1875em;
}

#focus .bloc_focus_cercle {
	position: absolute;
	left: 50%;
	top: 40%;
}

#focus .bloc_focus_cercle p{
	position: absolute;
	border-radius: 100%;
	color: #ffffff;
	font-family: 'KPMG_Extra_Thin';
	font-size: 27px;
}

#focus .bloc_focus_cercle span{
	border-radius: 100%;
	color: #ffffff;
	font-family: 'Arial';
	font-size: 15px;
    line-height: 8px;
}

#focus .bloc_focus_cercle .deal_advisory{
	left: 0px;
	top: 0px;
	background-image: url(../img/focus_cercle_txt.png);
	height: 250px;
	width: 250px;
	text-align: left;
	padding: 61px;
    font-size: 60px;
    line-height: 49px;
}

#focus .bloc_focus_cercle .afrique{
	left: 43px;
	top: -165px;
	background-color: #0097d5;
	height: 150px;
	width: 150px;
	text-align: center;
	padding: 34px;
}

#focus .bloc_focus_cercle .private{
	left: 236px;
	top: -85px;
	background-color: #0097d5;
	height: 150px;
	width: 150px;
	text-align: center;
	padding: 34px;
}


#focus .bloc_focus_cercle .transaction{
	left: 268px;
	top: 81px;
	background-color: #0097d5;
	height: 150px;
	width: 150px;
	text-align: center;
	padding: 34px;
}

#focus .bloc_focus_cercle .forensic{
	left: 141px;
	top: 248px;
	background-color: #0097d5;
	height: 150px;
	width: 150px;
	text-align: center;
	padding: 34px;
}


#focus .bloc_focus_cercle .corporate{
	left: -49px;
	top: 241px;
	background-color: #0097d5;
	height: 150px;
	width: 150px;
	text-align: center;
	padding: 34px;
}


#focus .bloc_focus_cercle .restructuring{
	left: -163px;
	top: 81px;
	background-color: #0097d5;
	height: 150px;
	width: 150px;
	text-align: center;
	padding: 34px;
}

#focus .bloc_focus_cercle .post_merger{
	left: -109px;
	top: -94px;
	background-color: #0097d5;
	height: 150px;
	width: 150px;
	text-align: center;
	padding: 34px;
}


/*************************
*******SLIDE 6 *****
**************************/

#interview2  {
	background-image: url(../img/background_interview2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}

#interview2 h1{
	font-family: 'KPMG_Extra_Thin';
	color: #00338d;
    font-size: 140px;
    line-height: 114px;
	margin-bottom: 20px;
}

#interview2 h4{
	font-family: 'KPMG_Extra_Thin';
	color: #00338d;
	font-size: 50px;
	margin-top: 15%;
}

#interview2 h6{
	border: 2px solid #00bab3;
    width: 160px;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #00bab3;
    cursor: pointer;
}

#interview2 h6:hover{
	background-color: #00bab3;
    color: #ffffff;
}

	

#interview2 p{
	font-family: Arial;
	line-height: 21px;
}

#interview2 .bloc_interview_intro h4{
	opacity: 0;
	-webkit-transform:translate3d(-100%, 0, 0);
	   -moz-transform:translate3d(-100%, 0, 0);
			transform:translate3d(-100%, 0, 0);
	-webkit-transition: -webkit-transform .6s .9s;
	-moz-transition: -moz-transform .6s .9s;
	transition: all .6s .6s;
}

.viewing-page-6 #interview2 .bloc_interview_intro h4{
	opacity: 1;
	-webkit-transform:translate3d(0%, 0, 0);
	   -moz-transform:translate3d(0%, 0, 0);
			transform:translate3d(0%, 0, 0);
	-webkit-transition: -webkit-transform .6s .9s;
	-moz-transition: -moz-transform .6s .9s;
	transition: all .7s .7s;
}

#interview2 .bloc_interview_intro h1{
	opacity: 0;
	-webkit-transform:translate3d(-200%, 0, 0);
	   -moz-transform:translate3d(-200%, 0, 0);
			transform:translate3d(-200%, 0, 0);
	-webkit-transition: -webkit-transform .6s .9s;
	-moz-transition: -moz-transform .6s .9s;
	transition: all .6s .6s;
}

.viewing-page-6 #interview2 .bloc_interview_intro h1{
	opacity: 1;
	-webkit-transform:translate3d(0%, 0, 0);
	   -moz-transform:translate3d(0%, 0, 0);
			transform:translate3d(0%, 0, 0);
	-webkit-transition: -webkit-transform .6s .9s;
	-moz-transition: -moz-transform .6s .9s;
	transition: all .8s .8s;
}

#interview2 .bloc_interview_intro p{
	opacity: 0;
	-webkit-transform:translate3d(-300%, 0, 0);
	   -moz-transform:translate3d(-300%, 0, 0);
			transform:translate3d(-300%, 0, 0);
	-webkit-transition: -webkit-transform .6s .9s;
	-moz-transition: -moz-transform .6s .9s;
	transition: all .6s .6s;
}

.viewing-page-6 #interview2 .bloc_interview_intro p{
	opacity: 1;
	-webkit-transform:translate3d(0%, 0, 0);
	   -moz-transform:translate3d(0%, 0, 0);
			transform:translate3d(0%, 0, 0);
	-webkit-transition: -webkit-transform .6s .9s;
	-moz-transition: -moz-transform .6s .9s;
	transition: all .9s .9s;
}

#interview2 .bloc_interview_citation p{
	background-color: rgba(0,145,218,0.8);
	text-align: center;
	font-family: 'KPMG_Extra_Thin';
	color: #ffffff;
	font-size: 40px;
    line-height: 40px;
    width: 350px;
    padding: 40px;
	margin-top: 40%;
}

#interview2 .bloc_interview_intro h6{
	opacity: 0;
	-webkit-transform:translate3d(-400%, 0, 0);
	   -moz-transform:translate3d(-400%, 0, 0);
			transform:translate3d(-400%, 0, 0);
	-webkit-transition: -webkit-transform .6s .9s;
	-moz-transition: -moz-transform .6s .9s;
	transition: all .6s .6s;
}

.viewing-page-6 #interview2 .bloc_interview_intro h6{
	opacity: 1;
	-webkit-transform:translate3d(0%, 0, 0);
	   -moz-transform:translate3d(0%, 0, 0);
			transform:translate3d(0%, 0, 0);
	-webkit-transition: -webkit-transform .6s .9s;
	-moz-transition: -moz-transform .6s .9s;
	transition: all 1s 1s;
}

#interview2 .bloc_interview_citation p{
	opacity: 0;
	-webkit-transform:translate3d(100%, 0, 0);
	   -moz-transform:translate3d(100%, 0, 0);
			transform:translate3d(100%, 0, 0);
	-webkit-transition: -webkit-transform .6s .9s;
	-moz-transition: -moz-transform .6s .9s;
	transition: all .6s .6s;
}

.viewing-page-6 #interview2 .bloc_interview_citation p{
	opacity: 1;
	-webkit-transform:translate3d(0%, 0, 0);
	   -moz-transform:translate3d(0%, 0, 0);
			transform:translate3d(0%, 0, 0);
	-webkit-transition: -webkit-transform .6s .9s;
	-moz-transition: -moz-transform .6s .9s;
	transition: all .9s .9s;
}


/*************************
*******SLIDE 7 *****
**************************/

#IFRS16  {
	background-color: #e7ece8;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}

#IFRS16 h1{
	font-family: 'KPMG_Extra_Light';
	color: #00338d;
    font-size: 110px;
    line-height: 100px;
	margin-bottom: 20px;
}

#IFRS16 h4{
	font-family: 'KPMG_Light';
	color: #00338d;
	font-size: 140px;
	margin-top: 15%;
}

#IFRS16 h6{
	border: 2px solid #00bab3;
    width: 160px;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #00bab3;
    cursor: pointer;
}

#IFRS16 h6:hover{
	background-color: #00bab3;
    color: #ffffff;
}

#IFRS16 p{
	font-family: Arial;
	line-height: 21px;
}


#IFRS16 .bloc_ifrs_citation{
	margin-top: 14%;
}

#IFRS16 .bloc_ifrs_citation strong{
	font-size: 12px;
    font-family: Arial;
	line-height: 0px;
}

#IFRS16 .bloc_ifrs_citation span{
	font-size: 10px;
    font-family: Arial;
	line-height: 0px;
}


#IFRS16 .bloc_interview_intro h4{
	opacity: 0;
	-webkit-transform:translate3d(-100%, 0, 0);
	   -moz-transform:translate3d(-100%, 0, 0);
			transform:translate3d(-100%, 0, 0);
	-webkit-transition: -webkit-transform .6s .9s;
	-moz-transition: -moz-transform .6s .9s;
	transition: all .6s .6s;
}

.viewing-page-7 #IFRS16 .bloc_interview_intro h4{
	opacity: 1;
	-webkit-transform:translate3d(0%, 0, 0);
	   -moz-transform:translate3d(0%, 0, 0);
			transform:translate3d(0%, 0, 0);
	-webkit-transition: -webkit-transform .6s .9s;
	-moz-transition: -moz-transform .6s .9s;
	transition: all .7s .7s;
}

#IFRS16 .bloc_interview_intro h1{
	opacity: 0;
	-webkit-transform:translate3d(-200%, 0, 0);
	   -moz-transform:translate3d(-200%, 0, 0);
			transform:translate3d(-200%, 0, 0);
	-webkit-transition: -webkit-transform .6s .9s;
	-moz-transition: -moz-transform .6s .9s;
	transition: all .6s .6s;
}

.viewing-page-7 #IFRS16 .bloc_interview_intro h1{
	opacity: 1;
	-webkit-transform:translate3d(0%, 0, 0);
	   -moz-transform:translate3d(0%, 0, 0);
			transform:translate3d(0%, 0, 0);
	-webkit-transition: -webkit-transform .6s .9s;
	-moz-transition: -moz-transform .6s .9s;
	transition: all .8s .8s;
}

#IFRS16 .bloc_interview_intro p{
	opacity: 0;
	-webkit-transform:translate3d(-300%, 0, 0);
	   -moz-transform:translate3d(-300%, 0, 0);
			transform:translate3d(-300%, 0, 0);
	-webkit-transition: -webkit-transform .6s .9s;
	-moz-transition: -moz-transform .6s .9s;
	transition: all .6s .6s;
}

.viewing-page-7 #IFRS16 .bloc_interview_intro p{
	opacity: 1;
	-webkit-transform:translate3d(0%, 0, 0);
	   -moz-transform:translate3d(0%, 0, 0);
			transform:translate3d(0%, 0, 0);
	-webkit-transition: -webkit-transform .6s .9s;
	-moz-transition: -moz-transform .6s .9s;
	transition: all .9s .9s;
}

#IFRS16 .bloc_ifrs_citation p{
	background-color: rgba(0,145,218,0.8);
    text-align: center;
    font-family: 'KPMG_Extra_Thin';
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    width: 270px;
    padding: 40px;
    position: absolute;
    top: 250px;
    right: 0px;
}

#IFRS16 .bloc_ifrs_citation img[src*="double_quote"]{
	    width: 14px;
}

#IFRS16 .bloc_interview_intro h6{
	opacity: 0;
	-webkit-transform:translate3d(-400%, 0, 0);
	   -moz-transform:translate3d(-400%, 0, 0);
			transform:translate3d(-400%, 0, 0);
	-webkit-transition: -webkit-transform .6s .9s;
	-moz-transition: -moz-transform .6s .9s;
	transition: all .6s .6s;
}

.viewing-page-7 #IFRS16 .bloc_interview_intro h6{
	opacity: 1;
	-webkit-transform:translate3d(0%, 0, 0);
	   -moz-transform:translate3d(0%, 0, 0);
			transform:translate3d(0%, 0, 0);
	-webkit-transition: -webkit-transform .6s .9s;
	-moz-transition: -moz-transform .6s .9s;
	transition: all 1s 1s;
}

#IFRS16 .bloc_ifrs_citation p{
	opacity: 0;
	-webkit-transform:translate3d(100%, 0, 0);
	   -moz-transform:translate3d(100%, 0, 0);
			transform:translate3d(100%, 0, 0);
	-webkit-transition: -webkit-transform .6s .9s;
	-moz-transition: -moz-transform .6s .9s;
	transition: all .6s .6s;
}

.viewing-page-7 #IFRS16 .bloc_ifrs_citation p{
	opacity: 1;
	-webkit-transform:translate3d(0%, 0, 0);
	   -moz-transform:translate3d(0%, 0, 0);
			transform:translate3d(0%, 0, 0);
	-webkit-transition: -webkit-transform .6s .9s;
	-moz-transition: -moz-transform .6s .9s;
	transition: all .9s .9s;
}



/*************************
*******SLIDE 7 *****
**************************/

#deals  {
	background-color: #e7ece8;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}

#deals h1{
	font-family: 'KPMG_Extra_Thin';
	color: #00338d;
    font-size: 140px;
    line-height: 114px;
	margin-bottom: 10%;
    margin-top: 4%;
}

#deals h4{
	font-family: 'KPMG_Extra_Thin';
	color: #00338d;
	font-size: 50px;
	margin-top: 15%;
}

#deals h6{
	border: 2px solid #00bab3;
    width: 160px;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #00bab3;
    cursor: pointer;
}

#deals p{
	font-family: Arial;
	line-height: 17px;
    font-size: 14px;
}

#deals .bloc_deals_logo{
	padding-left: 30px;
    padding-right: 30px;
}




/*MENU MOBILE */




@media screen and (max-width: 1600px){
	
	.viewing-page-2 #edito_page .bloc_edito p {
		font-size: 13px;
	}
	
	#nouveaux_associes .col-lg-2 img {
		width: 70%;
	}
	
	.viewing-page-3 #nouveaux_associes .col-lg-2 svg, .viewing-page-2 #nouveaux_associes .col-lg-2 svg, .viewing-page-4 #nouveaux_associes .col-lg-2 svg, .viewing-page-5 #nouveaux_associes .col-lg-2 svg {
		width: 50px;
		height: 50px;
		margin-left: 22%;
	}
	
	#nouveaux_associes .modal-body p, #focus .modal-body p {
	    line-height: 13px;
	    font-size: 11px;
	}

	#nouveaux_associes #myModal_mohamed .modal-dialog {
	    margin-top: 2%;
	    width: 350px;
	}

	#nouveaux_associes #myModal_mohamed .modal-header img{
	    width: 350px;
	}

	#nouveaux_associes #myModal_mathieu .modal-dialog, #nouveaux_associes #myModal_cyril .modal-dialog, #nouveaux_associes #myModal_caroline .modal-dialog {
	    margin-top: 4%;
	    width: 500px;
	}

	#nouveaux_associes #myModal_mathieu .modal-header img, #nouveaux_associes #myModal_cyril .modal-header img, #nouveaux_associes #myModal_caroline .modal-header img{
	    width: 500px;
	}

	#nouveaux_associes #myModal_stephane .modal-dialog {
	    margin-top: 3%;
	    width: 350px;
	}

	#nouveaux_associes #myModal_stephane .modal-header img{
	    width: 350px;
	}
	
	#interview .scrollbardiv, #interview2 .scrollbardiv, #IFRS16 .scrollbardiv {
		height: 667px !important;
	}
	
	#interview .slimScrollDiv, #interview2 .slimScrollDiv, #IFRS16 .slimScrollDiv {
		height: 667px !important;
	}
	
	
	#focus h1, #interview h1, #interview2 h1 {
		font-size: 130px;
		line-height: 107px;
	}
	
	#focus .bloc_focus_intro p, #interview .bloc_interview_intro p, #interview2 .bloc_interview_intro p, #IFRS16 .bloc_interview_intro p {
		line-height: 19px;
		font-size: 15px;
	}
	
	.encart_contact img, .onglet_droite .encart_contact_supplementaire img {
		width: 71px;
	}
	
	#myModal_afrique .onglet_droite .encart_contact_supplementaire {
		height: 240px;
	}
	
	#focus #myModal_transaction .onglet_gauche {
		height: 687px;
	}
	
	#myModal_transaction .onglet_droite .encart_contact_supplementaire {
		height: 521px;
	}
	
	#focus #myModal_forensic .onglet_gauche {
		height: 333px;
	}
	
	#focus #myModal_restructuring .onglet_gauche {
		height: 401px;
	}
	
	#myModal_restructuring .onglet_droite .encart_contact_supplementaire {
		background-color: rgba(0,145,218,0.65);
		padding: 10px;
		height: 235px;
	}
	
	#myModal_forensic .onglet_droite .encart_contact_supplementaire {
		background-color: rgba(0,145,218,0.65);
		padding: 10px;
		height: 167px;
	}
	
	#focus #myModal_corporate .onglet_gauche {
		height: 543px;
	}
	
	#myModal_corporate .onglet_droite .encart_contact_supplementaire {
		height: 377px;
	}
	
	#IFRS16 h1 {
		font-size: 90px;
		line-height: 85px;
		margin-top: 0px;
	}
	
	#IFRS16 h4 {
		font-size: 110px;
	}
	
	#myModal_graph_sup .modal-dialog {
		right: 9%;
	}
	
	#myModal_graph_inf .modal-dialog {
		right: 9%;
		top: 45%;
	}
	
	#deals h1 {
		font-size: 110px;
		line-height: 100px;
		margin-bottom: 5%;
	}
	
	#deals .bloc_deals_logo {
		width: 20%;
	}
	
}

@media screen and (max-width: 1280px) {

	.onepage-pagination{
		font-size: 12px;
	}
	
	.viewing-page-2 #edito_page .bloc_edito{
	    margin-top: 1%;
	}
	
	.viewing-page-2 #edito_page .bloc_edito h1 {
		font-size: 68px;
	}
	
	.viewing-page-2 #edito_page .bloc_edito h3 {
		font-size: 30px;
		line-height: 22px;
	}
	
	.viewing-page-2 #edito_page .bloc_edito p {
		font-size: 11px;
	}
	
	#nouveaux_associes h1 {
		font-size: 92px;
		line-height: 68px;
	}
	
	#nouveaux_associes .col-lg-2 img {
		width: 80%;
	}

	.viewing-page-2 #nouveaux_associes .col-lg-2 svg, .viewing-page-3 #nouveaux_associes .col-lg-2 svg, .viewing-page-4 #nouveaux_associes .col-lg-2 svg, .viewing-page-5 #nouveaux_associes .col-lg-2 svg {
		width: 45px;
		height: 45px;
   		margin-left: 26%;
	}

	#nouveaux_associes .modal-body p, #focus .modal-body p {
	    line-height: 16px;
	    font-size: 11px;
	}

	#nouveaux_associes #myModal_mohamed .modal-dialog {
	    margin-top: 0%;
	    width: 350px;
	}

	#nouveaux_associes #myModal_mohamed .modal-header img{
	    width: 350px;
	}

	#nouveaux_associes #myModal_mathieu .modal-dialog, #nouveaux_associes #myModal_cyril .modal-dialog, #nouveaux_associes #myModal_caroline .modal-dialog {
	    margin-top: 0%;
	    width: 500px;
	}

	#nouveaux_associes #myModal_mathieu .modal-header img, #nouveaux_associes #myModal_cyril .modal-header img, #nouveaux_associes #myModal_caroline .modal-header img{
	    width: 500px;
	}

	#nouveaux_associes #myModal_stephane .modal-dialog {
	    margin-top: 0%;
	    width: 350px;
	}

	#nouveaux_associes #myModal_stephane .modal-header img{
	    width: 350px;
	}

	.viewing-page-4 #interview .bloc_interview_intro h1, .viewing-page-6 #interview2 .bloc_interview_intro h1{
		font-size: 100px;
   		line-height: 85px;
	}

	.viewing-page-4 #interview .bloc_interview_intro h6, .viewing-page-6 #interview2 .bloc_interview_intro h6{
		width: 145px;
	    padding: 8px;
	    font-size: 11px;
	}

	.viewing-page-4 #interview .bloc_interview_intro p, .viewing-page-6 #interview2 .bloc_interview_intro p{
		line-height: 16px;
    	font-size: 11px;
	}

	#interview .slimScrollDiv, #interview2 .slimScrollDiv, #IFRS16 .slimScrollDiv {
	    height: 513px !important;
	}
	
	#interview .scrollbardiv, #interview2 .scrollbardiv, #IFRS16 .scrollbardiv {
		height: 513px!important;
	}

	#focus h1 {
	    font-size: 100px;
	    line-height: 85px;
	}

	#focus .bloc_focus_intro p {
	    line-height: 13px;
	    font-size: 10px;
	}

	#focus .bloc_focus_cercle {
	    top: 32%;
		zoom: 0.9;
	}

	#focus #myModal_transaction .onglet_gauche {
	    height: 519px;
	}
	
	#focus .modal-body p {
		line-height: 8px;
    	font-size: 7px;
	}

	#myModal_transaction .onglet_droite .encart_contact_supplementaire {
	    height: 373px;
	}

	.onglet_droite .encart_contact img, .onglet_droite .encart_contact_supplementaire img {
	    width: 50px;
	}
	
	#myModal_afrique .onglet_gauche {
		height: 268px;
	}
	
	#myModal_afrique .onglet_droite .encart_contact_supplementaire {
		height: 122px;
	}
	
	#focus #myModal_forensic .onglet_gauche {
		height: 269px;
	}
	
	#myModal_forensic .onglet_droite .encart_contact_supplementaire {
		height: 123px;
	}
	
	#focus #myModal_corporate .onglet_gauche {
		height: 443px;
	}
	
	#myModal_corporate .onglet_droite .encart_contact_supplementaire {
		height: 297px;
	}
	
	#myModal_restructuring .onglet_droite .encart_contact_supplementaire {
		height: 176px;
	}
	
	#focus #myModal_restructuring .onglet_gauche {
		height: 321px;
	}
	
	.encart_contact img, .onglet_droite .encart_contact_supplementaire img {
		width: 50px;
	}

	#IFRS16 h1 {
	    font-size: 90px;
	    line-height: 75px;
	    margin-top: 0px;
	}

	#IFRS16 h4 {
	    font-size: 85px;
	    margin-top: 8%;
	}

	#IFRS16 p {
	    line-height: 15px !important;
	    font-size: 11px !important;
	}
	
	#IFRS16 #bloc_ifrs_citation p {
	    line-height: 22px !important;
	    font-size: 21px !important;
	}

	#IFRS16 h6 {
	    width: 145px;
	    padding: 8px;
	    font-size: 11px;
	}

	#IFRS16 .bloc_ifrs_citation {
	    margin-top: 9%;
	}

	#bloc_ifrs_citation img{
		width: 582px;
	}

	#IFRS16 .bloc_ifrs_citation svg{
	    left: 56% !important;
	    width: 45px !important;
		height: 45px !important;
	}

	#IFRS16 .bloc_ifrs_citation p {
	    width: 200px;
	    padding: 19px;
	}

	#myModal_graph_inf .modal-dialog {
	    right: 9%;
	    top: 50%;
	    width: 385px;
	}

	#myModal_graph_inf .modal-header button.close {
	    left: 45%;
	}

	#myModal_graph_sup .modal-dialog {
	    position: absolute;
	    right: 11%;
	    width: 385px;
	}

	#deals h1 {
	    font-size: 100px;
	    line-height: 85px;
	    margin-bottom: 2%;
	    margin-top: 4%;
	}

	#deals p {
	    line-height: 15px;
	    font-size: 11px;
	    margin-bottom: 20px;
	}

	#deals .bloc_deals_logo {
	    width: 19%;
	}

}

@media screen and (max-width: 1024px){
	
	.viewing-page-1 .onepage-pagination {
		width: 15%;
		-webkit-transition: width 1s;
		transition: width 1s;
	}
	
	.viewing-page-4 #interview .bloc_interview_intro p, .viewing-page-6 #interview2 .bloc_interview_intro p {
		line-height: 13px;
		font-size: 8px;
	}
	
	#interview .bloc_interview_citation p, #interview2 .bloc_interview_citation p {
		font-size: 30px;
		line-height: 30px;
	}
	
	#nouveaux_associes h1 {
		margin-bottom: 60px;
	}
	
	#myModal_afrique .onglet_droite .encart_contact_supplementaire {
		height: 300px;
	}
	
	#focus #myModal_transaction .modal-body p {
		line-height: 10px;
		font-size: 8px;
	}
	
	#focus #myModal_corporate .modal-body p {
		line-height: 13px;
    	font-size: 11px;
	}
	
	#myModal_transaction .onglet_droite .encart_contact img, #myModal_transaction .onglet_droite .encart_contact_supplementaire img {
		width: 58px;
	}
	
	#myModal_corporate .onglet_droite .encart_contact img, #myModal_corporate .onglet_droite .encart_contact_supplementaire img {
		width: 72px;
	}
	
	#myModal_transaction .onglet_droite .encart_contact_supplementaire {
		height: 438px;
	}
	
	#focus .bloc_focus_cercle {
		zoom: 0.6;
	}
	
	#focus #myModal_transaction .modal-dialog, #focus #myModal_corporate .modal-dialog {
		margin: 14px auto;
		width: 966px;
	}
	
	#focus #myModal_transaction .onglet_gauche {
		height: 593px;
	}
	
	#focus #myModal_transaction .modal-header .close, #focus #myModal_corporate .modal-header .close {
		left: 89%;
		bottom: 95%;
	}
	
	#focus #myModal_forensic .onglet_gauche, #focus #myModal_restructuring .onglet_gauche {
		height: 462px;
	}
	
	#myModal_corporate .onglet_droite .encart_contact_supplementaire {
		height: 402px;
	}
	
	#focus #myModal_corporate .onglet_gauche {
		height: 568px;
	}
	
	#focus .modal-body .onglet_bot h3 {
		margin-bottom: 0px;
		padding-top: 0px;
	}
	
	#focus #myModal_post_merger .modal-dialog {
		margin: 23px auto;
	}
	
	#interview .scrollbardiv, #interview2 .scrollbardiv, #IFRS16 .scrollbardiv {
		height: 529px !important;
	}
	
	#IFRS16 .bloc_ifrs_citation p {
		right: 10%;
	}
	#myModal_graph_inf .modal-dialog {
		right: 0%;
		top: 45%;
		width: 336px;
	}
	
	#myModal_graph_sup .modal-dialog {
		right: 0%;
		top: 3%;
		width: 336px;
	}
}

@media (max-width: 480px) and (orientation: portrait) { 
	
	html, body{
		overflow: auto !important;
	}
	
	.onepage-pagination_mobile{
		position: absolute;
		left: 0px;
		top: 0px;
		list-style: none;
		margin: 0;
		padding: 0;
		background-color: #005eb8;
		width: 100%;
		height: 100%;
		z-index: 6;
		display: block !important;
	}
	
	.onepage-pagination_mobile img{
		float: left;
	}
	
	.onepage-pagination_mobile li{
		text-align: center;
		color: #ffffff;
		margin-bottom: 10px;
	}
	
	.onepage-pagination_mobile a{
		color: #ffffff;
	}
	
	#home_page_mob .BGHome{
		background-image : url('../img/background_home_mobile_375.jpg');
		background-size: initial;
    	height: 670px;
	}
	
	.fa.fa-angle-double-down{
		display: none;
	}

	.fa.fa-bars{
		display: inline-block;
		margin: 5%;
		font-size: 24px;
		color: #ffffff;
		float: right;
		cursor: pointer;
	}
	
	#edito_page_mob, #nouveaux_associes_mob{
		padding :15px;
	}
	
	#edito_page_mob{
		background-color: rgba(0,145,218, 1);
	}
	#edito_page_mob .bloc_edito h1{
		font-size: 59px;
		color: #ffffff;
		font-family: KPMG_Light;
		margin-top: 15%;
	}
	
	#edito_page_mob .bloc_edito h3{
		font-size: 27px;
		margin-top: 15%;
		color: #ffffff;
		font-family: KPMG_Light;
	}
	
	#edito_page_mob .bloc_edito p{
		margin-bottom: 0px;
		color: #ffffff;
		font-size: 12px;
		line-height: 16px;
	}
	
	#edito_page .bloc_edito {
		margin-top: 65%;
		width: 41%;
	}
	
	#nouveaux_associes_mob .col-lg-10{
		margin-left: 0% !important;
	}
	
	#nouveaux_associes_mob .col-lg-2{
		margin-left: 13% !important;
		width: 41%;
	}
	
	#nouveaux_associes_mob img[src*="img/popup_header"]{
		width: 320px;
	}
	
	#nouveaux_associes_mob h1{
		font-family: 'KPMG_Extra_Thin';
		font-size: 100px;
		line-height: 90px;
		color: #00338d;
		margin-top: 15%;
	}
	
	#nouveaux_associes_mob svg{
		width: 70px;
		height: 70px;
    	margin-left: 70%;
	}
	
	#nouveaux_associes #myModal_mohamed .modal-dialog {
		margin-top: 43%;
		width: 350px;
		margin-left: 10px;
	}
	
	#interview_mob {
		padding: 15px;
		background-color: #efefef;
	}
	
	#interview_mob h1{
		font-family: 'KPMG_Extra_Thin';
		color: #00338d;
		font-size: 100px;
		line-height: 90px;
		margin-bottom: 20px;
		margin-top: 0px;
	}

	#interview_mob h4{
		font-family: 'KPMG_Extra_Thin';
		color: #00338d;
		font-size: 50px;
		margin-top: 15%;
	}

	#interview_mob h6{
		border: 2px solid #00bab3;
		width: 160px;
		padding: 10px;
		font-size: 14px;
		font-weight: bold;
		color: #00bab3;
		cursor: pointer;
	}

	#interview_mob p{
		font-family: Arial;
		line-height: 21px;
	}
	
	#interview_mob p.scrollbardiv, #interview2_mob p.scrollbardiv, #IFRS16_mob p.scrollbardiv{
		width: 93% !important;
	}
	
	#interview_mob .bloc_interview_citation p {
		background-color: rgba(0,145,218,0.8);
		text-align: center;
		font-family: 'KPMG_Extra_Thin';
		color: #ffffff;
		font-size: 30px;
		line-height: 30px;
		width: 350px;
		padding: 20px;
		margin-top: 8%;
		margin-bottom: 8%;
	}
	
	#interview_mob .bloc_interview_citation img {
		width: 19px;
	}
	
	#focus_mob  {
		padding: 15px;
	}

	#focus_mob h1{
		font-family: 'KPMG_Extra_Thin';
		color: #00338d;
		font-size: 100px;
		line-height: 90px;
		margin-bottom: 20px;
		margin-top: 0px;
	}

	#focus_mob h4{
		font-family: 'KPMG_Extra_Thin';
		color: #00338d;
		font-size: 50px;
		margin-top: 15%;
	}

	#focus_mob h6{
		border: 2px solid #00bab3;
		width: 160px;
		padding: 10px;
		font-size: 14px;
		font-weight: bold;
		color: #00bab3;
		cursor: pointer;
	}

	#focus_mob p{
		font-family: Arial;
		line-height: 21px;
	}
	
	#focus_mob .bloc_focus_cercle {
		margin-top: 147px;
   		margin-bottom: 318px;
	}
	
	#focus_mob .bloc_focus_cercle .deal_advisory {
		left: 123px;
		top: 5px;
		background-image: url(../img/focus_cercle_txt_125.png);
		height: 125px;
		width: 125px;
		text-align: left;
		padding: 61px;
		font-size: 60px;
		line-height: 49px;
	}
	
	#focus_mob .bloc_focus_cercle p {
		position: absolute;
		border-radius: 100%;
		color: #ffffff;
		font-family: 'Arial';
		font-size: 10px;
    	line-height: 11px;	
	}
	
	#focus_mob .bloc_focus_cercle .afrique {
		left: 133px;
		top: -91px;
		background-color: #0097d5;
		height: 90px;
		width: 90px;
		text-align: center;
		padding: 15px;
	}
	
	#focus_mob .bloc_focus_cercle .private{
		left: 237px;
		top: -55px;
		background-color: #0097d5;
		height: 90px;
		width: 90px;
		text-align: center;
		padding: 15px;
	}


	#focus_mob .bloc_focus_cercle .transaction{
		left: 256px;
		top: 44px;
		background-color: #0097d5;
		height: 90px;
		width: 90px;
		text-align: center;
		padding: 15px;
	}

	#focus_mob .bloc_focus_cercle .forensic{
		left: 187px;
		top: 133px;
		background-color: #0097d5;
		height: 90px;
		width: 90px;
		text-align: center;
		padding: 15px;
	}


	#focus_mob .bloc_focus_cercle .corporate{
		left: 88px;
		top: 133px;
		background-color: #0097d5;
		height: 90px;
		width: 90px;
		text-align: center;
		padding: 15px;
	}


	#focus_mob .bloc_focus_cercle .restructuring{
		left: 27px;
		top: 48px;
		background-color: #0097d5;
		height: 90px;
		width: 90px;
		text-align: center;
		padding: 15px;
	}

	#focus_mob .bloc_focus_cercle .post_merger{
		left: 45px;
		top: -43px;
		background-color: #0097d5;
		height: 90px;
		width: 90px;
		text-align: center;
		padding: 15px;
	}
	
	#focus_mob .onglet_droite .encart_contact img, .onglet_droite .encart_contact_supplementaire img {
		width: 69px;
	}
	
	#focus_mob .encart_contact img, .onglet_droite .encart_contact_supplementaire img {
		width: 63px;
	}
	
	#interview2_mob  {
		background-color: #efefef;
		padding: 15px;
	}

	#interview2_mob h1{
		font-family: 'KPMG_Extra_Thin';
		color: #00338d;
		font-size: 100px;
		line-height: 90px;
		margin-bottom: 20px;
		margin-top: 0px;
	}

	#interview2_mob h4{
		font-family: 'KPMG_Extra_Thin';
		color: #00338d;
		font-size: 50px;
		margin-top: 15%;
	}

	#interview2_mob h6{
		border: 2px solid #00bab3;
		width: 160px;
		padding: 10px;
		font-size: 14px;
		font-weight: bold;
		color: #00bab3;
		cursor: pointer;
	}

	#interview2_mob p{
		font-family: Arial;
    	line-height: 21px;
	}
	
	#interview2_mob .bloc_interview_citation p {
		background-color: rgba(0,145,218,0.8);
		text-align: center;
		font-family: 'KPMG_Extra_Thin';
		color: #ffffff;
		font-size: 30px;
		line-height: 30px;
		width: 350px;
		padding: 20px;
		margin-top: 8%;
		margin-bottom: 8%;
	}
	
	#interview2_mob .bloc_interview_citation img {
		width: 19px;
	}
	
	#IFRS16_mob  {
		padding: 15px;
	}

	#IFRS16_mob h1{
		font-family: 'KPMG_Extra_Light';
		color: #00338d;
		font-size: 90px;
    	line-height: 80px;
		margin-bottom: 20px;
	}

	#IFRS16_mob h4{
		font-family: 'KPMG_Light';
		color: #00338d;
		font-size: 100px;
		margin-top: 15%;
	}

	#IFRS16_mob h6{
		border: 2px solid #00bab3;
		width: 160px;
		padding: 10px;
		font-size: 14px;
		font-weight: bold;
		color: #00bab3;
		cursor: pointer;
		margin-bottom: 50px;
	}

	#IFRS16_mob p{
		font-family: Arial;
		line-height: 21px;
	}
	
	#IFRS16_mob .bloc_ifrs_citation p {
		background-color: rgba(0,145,218,0.8);
		text-align: center;
		font-family: 'KPMG_Extra_Thin';
		color: #ffffff;
		font-size: 30px;
		line-height: 30px;
		padding: 28px;
		margin-top: 50px;
	}
	
	#IFRS16_mob .bloc_ifrs_citation strong {
		font-size: 12px;
		font-family: Arial;
		line-height: 0px;
	}
	
	#IFRS16_mob .bloc_ifrs_citation span {
		font-size: 10px;
		font-family: Arial;
		line-height: 0px;
	}
	
	#IFRS16_mob .bloc_ifrs_citation img[src*="double_quote"] {
		width: 14px;
	}
	
	#deals_mob  {
		background-color: #e7ece8;
		padding: 15px;
	}

	#deals_mob h1{
		font-family: 'KPMG_Extra_Thin';
		color: #00338d;
		font-size: 100px;
		line-height: 90px;
		margin-bottom: 10%;
		margin-top: 15%;
	}

	#deals_mob h4{
		font-family: 'KPMG_Extra_Thin';
		color: #00338d;
		font-size: 50px;
		margin-top: 15%;
	}

	#deals_mob h6{
		border: 2px solid #00bab3;
		width: 160px;
		padding: 10px;
		font-size: 14px;
		font-weight: bold;
		color: #00bab3;
		cursor: pointer;
	}

	#deals_mob p{
		font-family: Arial;
		line-height: 17px;
		font-size: 14px;
	}

	#deals_mob .bloc_deals_logo{
		padding-left: 30px;
		padding-right: 30px;
		margin-bottom: 70px;
	}
	
	/*MODAL MOBILE */
	
	#nouveaux_associes_mob .modal-content, #focus_mob .modal-content {
		color: #ffffff;
		background-color: #0091DA;
	}
	
	#nouveaux_associes_mob .modal-content a{
		color: #ffffff;
	}
	
	#nouveaux_associes_mob .modal-content button, #interview_mob .modal-content button, #focus_mob .modal-content button, #focus_mob .modal-content button, #interview2_mob .modal-content button, #IFRS16_mob .modal-content button{
		opacity: 1;
	}
	
	#interview_mob .modal-content .slimScrollDiv,  #interview_mob .modal-content .scrollbardiv, #interview2_mob .modal-content .slimScrollDiv, #interview2_mob .modal-content .scrollbardiv, #IFRS16_mob .modal-content .slimScrollDiv, #IFRS16_mob .modal-content .scrollbardiv{
		height: 500px !important;
	}
	
	#focus_mob .modal-header, #focus_mob .modal-footer{
		border: none;
	}
	
	
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
