/*
Theme Name: FLAIR - single image - Version: 2
Description:  Designed by josweb.
Author:  Jo
Purchase:  http://themeforest.net/user/josweb

01. GENERAL STYLING
02. MENU
03. HOME SECTION
05. MILESTONES, PARALLAX WORK QUOTE & VIDEO SECTION
06:	PRICING TABLES
07:	CONTACT SECTION
08: FOOTER SECTION
09. SINGLE PAGES
10. BLOG
11. MEDIA QUERIES
*/

/*-----------------------------------------------------------------------------------*/
/*	01: GENERAL STYLING
/*-----------------------------------------------------------------------------------*/

body {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #555!important;
	font-weight: 400;
	background:#F0F0F0;
	margin: 0;
	text-rendering: optimizeLegibility;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-font-smoothing: subpixel-antialiased;
	height: 100%;
	width: 100%;
	/*visibility:hidden;*/
}
html { font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; height:100%;}
a, a:visited, a:hover, a:active, a:focus, input, select, textarea { outline:none; text-decoration:none; }
a, li { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
:focus, .btn:focus { outline: 0; }
code{ color:#333; }
img { display:block; height:auto; max-width:100%; vertical-align:top; ms-interpolation-mode:bicubic; opacity:1.0; width: auto\9;}
iframe { border: 0 none; }
.soundcloud { width:100%; }
.well { box-shadow:none; border:none; -webkit-border-radius:0px; -moz-border-radius:0px; border-radius:0px; background:transparent; margin-bottom:0px; }
.center { margin:0 auto; }
.align-center { text-align: center; }
.justify { text-align:justify; }
.left { text-align:left; }
.pull-left { margin-right:10px; }
.pull-right { margin-left:10px; }
input{ -webkit-appearance: none; }
.wow:nth-child(1), .wow:nth-child(2), .wow:nth-child(3), .wow:nth-child(4), .wow:nth-child(5), .wow:nth-child(6)  { visibility: hidden; }
.fa-li { margin-left:-8px; padding-top:2px; }
.container { overflow: hidden; }
.split { margin-right: 4px; margin-left: 4px; }

/**** LINKS ****/

a {
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/**** PADDING ****/

.pad300 { padding-top: 300px; }
.pad100 { padding-top: 100px; }
.pad90 { padding-top: 90px; }
.pad80 { padding-top: 80px; }
.pad60 { padding-top: 60px; }
.pad50 { padding-top: 50px; }
.pad45 { padding-top: 45px; }
.pad40 { padding-top: 40px; }
.pad35 { padding-top: 35px; }
.pad30 { padding-top: 30px; }
.pad25 { padding-top: 25px; }
.pad20 { padding-top: 20px; }
.pad15 { padding-top: 15px; }
.pad10 { padding-top: 10px; }
.pad5 { padding-top: 5px; }
.pad0 { padding-top: 0px; }
.no-padding { padding: 0px; }
.pad-left15 { padding-left: 15px; }
.marg-right10 { margin-right: 10px; }
.marg-top30 { margin-top: 30px; }
.marg-top0 { margin-top: 0px; }
.marg-bottom20 { margin-bottom: 20px; }
.marg-bottom15 { margin-bottom: 15px; }
.marg-bottom10 { margin-bottom: 10px; }
.marg-bottom5 { margin-bottom: 5px; }
.marg-bottom0 { margin-bottom: 0px; }
.marg-top-minus25 { margin-top: -25px; }

/**** SECTION PADDINGS ****/

#quisommesnous, #savoirfaire, #rse, #actus, #contact { padding-top: 50px; background:#F0F0F0; }
section { background:#F0F0F0; }

/**** COLOR ****/

.color { color: #0077ad; }


/** BUTTONS **/

.btn {
	padding: 20px 25px;
	cursor: pointer;
	font-family: 'Raleway' sans-serif;
	font-size: 11px;
	text-align: center;
	display: inline-block;
	overflow: hidden;
	color: #fff;
	border-radius:0px;
	margin-bottom:15px;
	letter-spacing: 2px;
	font-weight: 500;
}
.btn:hover {
	background-color: #2E3138!important;
	cursor: pointer;
	color: #f0f0f0;
	-webkit-transition: all 0.3s ease-in-out;
	drop-shadow:none!important;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn a:hover, .btn:focus{ color: #f0f0f0!important; }

/**** VIDEO ****/

.vendor { position: relative; padding:0 0 56.25%; height: 0; margin 0 0; }
.vendor iframe { position:absolute; top:0; left:0; width:100%; height:100%; }

/**** BLOCKQUOTE ****/

blockquote { padding: 10px; }

/**** ICON BLOCKQUOTE ****/

blockquote.testimonial_blockquote { border: 0!important; padding: 0 ; color:#666; }
blockquote.testimonial_blockquote i.fa-quote-left,  blockquote.testimonial_blockquote i.fa-quote-right, blockquote.testimonial_blockquote i {
	font-size:50px;
	position: relative;
	padding-right:5px;
}
blockquote.testimonial_blockquote i.fa-quote-right { padding-right:0px; padding-left: 5px; }
blockquote.testimonial_blockquote p {
	font-size:20px;
	line-height:32px;
	color:#888;
	font-family:'Lato', sans-serif;
	font-weight:300;
}

/*  ---------------------------------------------------------------
 	OVERLAYS
    --------------------------------------------------------------- */

#overlay {
	background: url(../img/overlay.png) repeat;
	position:absolute;
	top:0; left:0; bottom:0; right:0;
}
.dark_overlay {
	background: url(../img/overlay2.png) repeat;
	position: relative;
	width: 100%;
	height: 100%;
}
.light_overlay{
	background: url(../img/overlay.png) repeat;
	position: relative;
	width: 100%;
	height: 100%;
}

/*  ---------------------------------------------------------------
 	TYPOGRAPHY
    --------------------------------------------------------------- */

h1, h2, h3,h4,h5,h6 { font-family: 'Raleway', sans-serif; color:#555; }
h1 {
	font-weight: 700;
	font-size: 118px;
	line-height:100px;
	position: relative;
	letter-spacing:-3px!important;
	color: #222!important;
	margin: 0px 0px 30px;
	/*text-transform: lowercase;*/
}
h2 { font-size: 28px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }
h7 { font-size: 14px; }
.lead {
	font-family:'Raleway', sans-serif;
	font-size: 34px;
	font-weight: 300;
	line-height: 43px;
	margin-bottom: 45px;
	color:#666;
}
p { margin-bottom: 20px; text-align:justify; }
#single h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 60px;
	line-height: 70px;
	position: relative;
	letter-spacing: -1px!important;
	color: #222;
	margin: 0px 0px 10px;
	text-transform: none;
	text-align: center;
}
#single .lead {
	font-family: 'Raleway', sans-serif;
	font-size: 30px!important;
	font-weight: 300;
	text-align: center;
	line-height: 40px;
	margin-bottom: 45px;
	color: #696f77;
}
#about h6{ margin:20px 0; font-weight:500; }
.well h1, .well p { background:inherit!important; }
.source { font-size:12px; line-height:16px; margin-top:10px;}

/*--------------------------------*/
/*	PRELOADER
/*--------------------------------*/

body.royal_preloader {
    background: none;
    visibility: hidden;
}
#royal_preloader {
    font-family: Arial;
    font-size: 12px;
    visibility: visible;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    margin: 0;
    z-index: 9999999999;
}
#royal_preloader.royal_preloader_number:before,
#royal_preloader.royal_preloader_progress:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
    background-image: -moz-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
    background-image: -ms-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
    background-image: -o-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
}
#royal_preloader.complete {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear 0.5s;
       -moz-transition: opacity 0.2s linear 0.5s;
        -ms-transition: opacity 0.2s linear 0.5s;
         -o-transition: opacity 0.2s linear 0.5s;
            transition: opacity 0.2s linear 0.5s;
}
#royal_preloader.royal_preloader_line {
    height: 2px;
    bottom: auto;
}

/* Number Mode */

#royal_preloader.royal_preloader_number .royal_preloader_percentage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 20px;
    color: #FFFFFF;
    font-family: Impact, Arial;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    text-align: center;
    -webkit-transition: all 0.3s linear 0.5s;
       -moz-transition: all 0.3s linear 0.5s;
        -ms-transition: all 0.3s linear 0.5s;
         -o-transition: all 0.3s linear 0.5s;
            transition: all 0.3s linear 0.5s;
}
#royal_preloader.royal_preloader_number .royal_preloader_percentage:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
}
#royal_preloader.royal_preloader_number .royal_preloader_percentage:after {
    content: '';
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    border: 4px solid transparent;
    border-left-color: #FFFFFF;
    border-radius: 50%;
    -webkit-animation: rotate 0.8s linear infinite;
       -moz-animation: rotate 0.8s linear infinite;
        -ms-animation: rotate 0.8s linear infinite;
         -o-animation: rotate 0.8s linear infinite;
            animation: rotate 0.8s linear infinite;
}

/* Line Mode */

#royal_preloader.royal_preloader_line .royal_preloader_loader {
    position: absolute;
    height: 100%;
    left: 0;
}
#royal_preloader.royal_preloader_line .royal_preloader_peg {
    position: absolute;
    right: 0;
    height: 100%;
    width: 100px;
    opacity: 0.5;
}

/* Text Mode */

#royal_preloader.royal_preloader_text .royal_preloader_loader {
    color: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    height: 30px;
    line-height: 30px;
    margin: auto;
    letter-spacing: 3px;
    font-size: 16px;
    white-space: nowrap;
}
#royal_preloader.royal_preloader_text .royal_preloader_loader div {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0%;
    background-color: #000000;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

/* Logo Mode */

#royal_preloader.royal_preloader_logo .royal_preloader_loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0px;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 5px;
}
#royal_preloader.royal_preloader_logo .royal_preloader_loader div {
    position: absolute;
    bottom: 0%;
    left: 0px;
    right: 0px;
    height: 100%;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
#royal_preloader.royal_preloader_logo .royal_preloader_percentage {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 40px;
    line-height: 40px;
    margin: 0px;
    color: #072E77;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

/* Progress Mode */

#royal_preloader.royal_preloader_progress .royal_preloader_percentage {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: #AAAAAA;
    color: rgba(255, 255, 255, 0.1);
    font-family: Impact, Arial;
    font-size: 20px;
    text-align: center;
}
#royal_preloader.royal_preloader_progress .royal_preloader_loader {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 60%;
    height: 2px;
    margin: -10px auto auto auto;
    background-color: rgba(0, 0, 0, 0.1);
}
#royal_preloader.royal_preloader_progress .royal_preloader_meter {
    width: 0;
    height: 100%;
    margin: auto;
    padding: 0;
    background-color: #C76363;
}


@-webkit-keyframes rotate {
    0% { -webkit-transform: rotate(0);}
    100% { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform: rotate(0); }
    100% { -moz-transform: rotate(360deg); }
}
@-ms-keyframes rotate {
    0% { -ms-transform: rotate(0); }
    100% { -ms-transform: rotate(360deg); }
}
@-o-keyframes rotate {
    0% { -o-transform: rotate(0); }
    100% { -o-transform: rotate(360deg); }
}
@keyframes rotate {
    0% { transform: rotate(0); }
    100% { transform: rotate(360deg); }
}

/*-----------------------------------------------------------------------------------*/
/*	02: MENU
/*-----------------------------------------------------------------------------------*/

#header {
	position: fixed;
	top: -0px;
	width: 100%;
	/*background-color: #f0f0f0;*/
	max-height: 80px;
	min-height: 80px;
	z-index: 999!important;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;opacity:0.95;
	overflow: hidden;
}


/**** Changement de couleur du header ****/
#header a {
	color:#FFFFFF;
}
.headerBlack {
	top: 0px!important;
}
.headerBlack a, .headerBlack .split {
	color:#FFF!important;
}
.headerBlack a:hover {
	color:#999!important;
}
.headerWhite  {
	top: 0px!important;
	background-color: #f0f0f0!important;
}
.headerWhite a {
	color:#000!important;
}

/**** adjust padding for your logo ****/

#logo{ padding: 10px 0px 10px 60px; overflow: hidden; float: left; }


#logoImg {
 	width:161px;
 	height:60px;
 	display:block;
 	background-repeat:no-repeat;
 }

/*
.headerBlack #logoImg {
 	background-image:url(../img/logo_ofi-am_header_blanc.png);
 }
*/

.headerWhite #logoImg {
 	background-image:url(../img/logo_ofi-am_header.png);
 }


#nav-toggle {
	position: absolute;
	z-index: 200;
	right: 15px;
	top: 25px;
	font-size: 25px;
	cursor: pointer;
	display: none;
}
#nav-toggle .menu-text {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-left: 10px;
}
.responsive-menu { max-height: 500px!important; }
.show-header { top: 0px !important; }

#menu {
	overflow: hidden;
	margin-bottom: 0px;
	list-style: none;
	float: right;
	padding: 30px 60px 0 0;
}
#menu a, #menu .split {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 12px;
	text-transform: uppercase;
	/*letter-spacing: 0px!important;*/
	letter-spacing:1px;
}
#menu li { float: left; padding: 0px 0px 0 15px; }

/*-----------------------------------------------------------------------------------*/
/*	03: HOME SECTION STYLES
/*-----------------------------------------------------------------------------------*/

.single_image{
	background: url(../img/img_home-page.jpg) top center  ;
	z-index: 1!important;
	width: 100%;
	height: 100%;
	display: block;
	-webkit-background-size: cover !important ;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}
.single_image_voeux{
	background: url(../img/voeux-img_home-page.jpg) top center  ;
	z-index: 1!important;
	width: 100%;
	height: 100%;
	display: block;
	-webkit-background-size: cover !important ;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}
#content {
	position: absolute;
	margin-left: 60%;
	z-index:1;
}
#contentVoeux {
	position: absolute;
	margin-left: 0%;
	z-index:1;
}
#content h1 {
	margin: 0 auto!important;
	text-align: center;
	color: #fff!important;
    letter-spacing: 1px!important;
	font-size: 100px!important;
	line-height: 1em;
	font-weight: 700!important;
	padding: 0 0 20px 0;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	text-transform: none;
}
.name {
	margin: 0px auto;
	text-align: center;
	color: #fff;
	letter-spacing: 6px;
	font-size: 18px;
	font-weight: 600;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
.byline{
	margin: 0px auto 20px;
	text-align: center;
	color: #fff;
    letter-spacing: 4px;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: 700;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
.ilink { color: rgba(255,255,255,1.0); }
.ilink:hover {
	 color: rgba(255,255,255,0.7)!important;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/**** HEART ****/

/*.heart {
  	position: relative;
   	width: 50px;
  	height: 45px;
  	margin: 0px auto 0px;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
}
.heart:before,
.heart:after {
   position: absolute;
  content: "";
  left: 23.5px;
  top: 0;
  width: 25px;
  height: 40px;
  background: #E34834;
  -moz-border-radius: 50px 50px 0 0;
  border-radius: 50px 50px 0 0;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 0 100%;
     -moz-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
       -o-transform-origin: 0 100%;
          transform-origin: 0 100%;
}
.heart:after {
  left: 0;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 100% 100%;
     -moz-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
       -o-transform-origin: 100% 100%;
          transform-origin :100% 100%;
}*/

/*--------------------------------*/
/*	BIG FIXED IMAGE
/*--------------------------------*/

#big_image{
	background: url(../img/img_transition.jpg)  repeat-y top center fixed;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	-webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
}

/*-----------------------------------------------------------------------------------*/
/*	04: ABOUT SECTION
/*-----------------------------------------------------------------------------------*/

/* ABOUT - SERVICE ICONS */

.service {
	text-align: center;
	margin: 20px auto 0;
	position: relative;
	width: 120px;
	height: 120px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.service i{
	color:#fff;
	line-height: 120px;
	margin :0 auto;
	position: relative;
	display: block;
	font-size: 65px;
	-webkit-transform: scale(1.0);
	-moz-transition: -moz-transform 0.5s;
	-moz-transform: scale(1.10);
	-ms-transform: scale(1.0);
	transition: transform 0.5s;
	transform: scale(1.0);
}
.service:hover { background: #2E3138!important; }
.service i:hover { color: #f5f5f5; }
.titre_offre { font-size:17px; font-weight:400;}

/*--------------------------------*/
/*	TICKER
/*--------------------------------*/

.like { /*min-height:180px;*/ font-size:80px!important; line-height:60px; margin:0px 0px 20px 0px; color: #222!important; }
.ticker, .ticker_en, .ticker_de {
	font-family: 'Lato', sans-serif;
	font-size: 52px;
	font-weight: 400;
	color: #777;
	line-height: 0px;
	letter-spacing: 0px;
	text-transform: lowercase;
}

/*--------------------------------*/
/*	PIE CHARTS
/*--------------------------------*/

.chart1, .chart2, .chart3 {
  position: relative;
  display: inline-block;
  width: 140px;
  height: 140px;
  margin-top: 50px;
  margin-bottom: 0px;
  text-align: center;
}
.chart canvas { position:absolute; top:0; left:0; }
.percent {
	position: absolute;
	display: inline-block;
	margin: 0px auto;
	z-index: 2;
	color: #f0f0f0;
	left: 40%;
	top: 40%;
	font-weight: 700;
	font-size: 18px;
}
.pie p{ color:#ddd; padding:10px 0 60px; text-transform:uppercase; }
#charts .well{
	background: url(../img/img_nos-filiales.jpg) 50% 0% fixed no-repeat;
	background-position: top center;
	-webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
	padding: 0 0;
}
#charts .well h1 {
	margin: 60px auto 10px;
	font-size: 30px!important;
	font-weight: 400!important;
	line-height: 60px;
	letter-spacing: 2px!important;
	text-align: center;
	text-transform: uppercase;
	color: #bbb!important;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
#filiales .well{
	background: url(../img/img_nos-filiales.jpg) 50% 0% fixed no-repeat;
	background-position: top center;
	-webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
	padding: 0 0;
}
#filiales .well h1 {
	margin: 90px auto 10px;
	font-size: 35px!important;
	font-weight: 400!important;
	line-height: 60px;
	letter-spacing: 2px!important;
	text-align: center;
	text-transform: uppercase;
	color: #bbb!important;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
#rapportRSE .well{
	background: url(../img/img_rapportRSE.jpg) 50% 0% fixed no-repeat;
	background-position: top center;
	-webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
	padding: 0 0;
}
#rapportRSE .well h2{
	font-size: 30px;
	line-height: 45px;
	margin: 60px auto 15px;
	color: #fff!important;
	font-weight: 300!important;
	font-family: 'Raleway', sans-serif;
}

/*-----------------------------------------------------------------------------------*/
/*	05: MILESTONES, PARALLAX WORK QUOTE & VIDEO SECTION
/*-----------------------------------------------------------------------------------*/

/*--------------------------------*/
/*	MILESTONES
/*--------------------------------*/

#milestones .well{
	background: url(../img/img_chiffres-cles.jpg) 50% 0% fixed no-repeat;
	background-position: top center;
	-webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
	padding: 0 0;
	/*height: 450px;*/
}
#milestones .well h1 {
	margin: 0 auto;
	font-size: 35px!important;
	font-weight: 400!important;
	line-height: 40px;
	letter-spacing: 2px!important;
	color: #bbb!important;
	text-align: center;
	text-transform: uppercase;
	padding-top: 90px;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
#milestones .well p {
    color: #bbb !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
    line-height: normal;
    margin: 0 auto;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

#milestones .chiffresCarrieres {
	background: url(../img/img_chiffres-cles_carrieres.jpg) 50% 0% fixed no-repeat;
	background-position: center center;
	/*-webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;*/
	padding: 0 0;
	/*height: 450px;*/
}
#milestones .chiffresCarrieres h2 {
	margin: 0 auto;
	font-size: 35px!important;
	font-weight: 400!important;
	line-height: 40px;
	letter-spacing: 2px!important;
	color: #bbb!important;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
#milestones .chiffresCarrieres p {
    color: #bbb !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
    line-height: normal;
    margin: 0 auto;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

#milestones .chiffresCarrieres .counter {
	font-size: 50px;
	line-height: 60px;
}
#milestones .chiffresCarrieres .light {
	padding: 5px 0 25px;
}

.counter {
	padding: 10px 0 0;
	font-size: 70px;
	font-weight: 700!important;
	line-height: 80px;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
.light {
	font-family: 'Lato', sans-serif;
	padding: 5px 0 50px;
	font-size: 20px;
	font-weight: 400!important;
	line-height: 25px;
	color: #bbb;
	margin: 0 auto;
	letter-spacing: 1px;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}

/*--------------------------------*/
/*	PARALLAX WORK QUOTE
/*--------------------------------*/

#work .well{
	background: url(../img/quote.jpg) 50% 0% fixed no-repeat;
	background-position: top center;
	-webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
	padding: 0px 0px;
}
#work .well h2{
	font-size: 30px;
	line-height: 45px;
	margin: 120px auto 30px;
	color: #fff!important;
	font-weight: 300!important;
	font-family: 'Raleway', sans-serif;
}

/*--------------------------------*/
/*	BG VIDEO SECTION
/*--------------------------------*/

.wallpaper, .wallpaper .wallpaper-container, .wallpaper .wallpaper-media {
	-webkit-transition: none !important;
	transition: none !important;
}
.wallpaper { overflow: hidden; position: relative; }
.wallpaper .wallpaper-container { height: 100%; overflow: hidden; position: absolute; top: 0; width: 100%; z-index: 0; }
.wallpaper .wallpaper-media { left: 0; opacity: 0; position: absolute; top: 0; }
.wallpaper .wallpaper-media.animated {
	-webkit-transition: opacity 0.5s linear !important;
	transition: opacity 0.5s linear !important;
}
.wallpaper .wallpaper-media img, .wallpaper .wallpaper-media video, .wallpaper .wallpaper-media iframe {
	display: block; height: 100%; width: 100%; }
.wallpaper .wallpaper-embed.ready:after { content: ''; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 1; }
.wallpaper .wallpaper-embed.ready iframe { /* pointer-events: none; - safari doesn't like this :/ */ z-index: 0; }
.wallpaper .wallpaper-media.native { background-position: center; background-size: cover; height: 100%; width: 100%; }
.wallpaper .wallpaper-media.native img { display: none; }
.wallpaper .wallpaper-media.fixed { background-position: center; background-attachment: fixed; height: 100%; width: 100%; }
.wallpaper .wallpaper-media.fixed img { display: none; }

/**** VIDEO SECTION ****/

.video-section { height:420px; }
.wallpapered h2 {
	font-size: 32px;
	line-height: 45px;
	padding: 120px 0 0;
	color: #fff!important;
	font-weight: 400;
}
.wallpapered h4 {
	font-size: 18px!important;
	padding: 5px 0 120px  0;
	color: #fff!important;
	font-weight: 500;
	font-family: 'Lato', sans-serif;
	letter-spacing: 1px;
}
#video_content {
     max-width: 1280px!important;
    margin: 0px auto;
    left: 1%;
    right: 1%;
    position: absolute;
}
.video_overlay{
	background: url(../img/overlay.png) repeat;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.dark_video_overlay{
	background: url(../img/overlay2.png) repeat;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}

/*-----------------------------------------------------------------------------------*/
/*	06:PRICING TABLES
/*-----------------------------------------------------------------------------------*/

#pricing {margin:0 auto; }
.price-plan-top { background: #222; padding:5px 0 10px 0; }
.price-plan h2 {
	color: #eee!important;
	letter-spacing: 4px;
	font-size: 15px;
	padding: 0 0 10px;
	text-transform: uppercase;
}
.price-plan-link:hover, .price-breakdown { color: #f7f7f7; }
.dollar {
	font-size: 22px;
	line-height: 22px;
	top: -55px;
	right: 3px;
	font-weight: 300;
	position: relative;
}
.price .amt {font-size:110px; line-height: 84px; }
.price .mo { font-size:14px; text-transform:uppercase; letter-spacing:1px; }
.price > p { font-size:11px; line-height:16px; margin-top:14px; color:#bbb; }
#pricing .info-wrapper { padding:20px 20px 0; border:1px solid #555; margin-bottom:40px; }
#pricing .info-wrapper  ul li { font-size: 14px;border-bottom:1px dashed #ddd; padding:10px 0; }
#pricing .list-group { list-style-type:none; color:#555; }
#pricing .btn { border:20px solid #F0F0F0; margin:0 auto -40px; font-size:12px; text-align:center; }

/*-----------------------------------------------------------------------------------*/
/*	07: CONTACT SECTION
/*-----------------------------------------------------------------------------------*/

#contact h3 { color:#fff; margin-top:0px; margin-bottom:0px;}
#contact .icone_fa { margin-left:-2em; margin-right:0.3em;}

/*--------------------------------*/
/*	MAP
/*--------------------------------*/

.google-maps { height:450px; margin:0px 0 0px; }
.gm-style img { max-width:none; }
.gm-style label { width:auto; display:inline; }

/*--------------------------------*/
/*	CONTACT FORM
/*--------------------------------*/

#ajax-contact-form{ margin-top:5px; }
#ajax-contact-form textarea { height:135px!important; }
#ajax-contact-form input, #ajax-contact-form  textarea {
	background: transparent;
	color: #f0f0f0!important;
	background:rgba(255,255,255,.2);
	border-left: 0px none;
	border-right: 0px none;
	border-top: 0px none;
	border-bottom: 0px none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-box-border-radius: 6px;
	-moz-box-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 15px;
	padding: 8px 10px ;
	font-weight: 400;
	font-size:16px;
}
::-webkit-input-placeholder { color:#f0f0f0; opacity:1.0; }
:-moz-placeholder { color:#f0f0f0; opacity:1.0; }
::-moz-placeholder { color:#f0f0f0; opacity:1.0; }
:-ms-input-placeholder { color:#fff; opacity:1.0; }
focus::-webkit-input-placeholder{ color:transparent; opacity:1.0;}
#ajax-contact-form input:focus, #ajax-contact-form  textarea:focus { color:#f0f0f0; outline:none; }
input { outline:none; }
#ajax-contact-form input.btn{
	padding: 15px 25px;
	background-color: #2E3138!important;
	color: #f0f0f0;
	cursor: pointer;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 700;
	text-transform:uppercase;
	text-align: center;
	display: inline-block;
	overflow: hidden;
	border-radius: 0px;
	margin-bottom: 15px;
	border: 0px none;
}
#ajax-contact-form input.btn:hover {
	background-color: #f0f0f0!important;
	cursor: pointer;
	color: #222!important;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.notification_error {
	color: #fff;
	background-color: #333;
	height: auto;
    margin: 0 0 9px 0;
    padding: 10px;
    text-align: left;
}
.notification_ok {
    color: #fff;
	opacity:0.5;
	font-weight: 400;
    height: auto;
    margin: 25px 0 9px 0;
    padding: 0px;
    text-align: left;
	font-size: 20px;
	line-height:28px
	width:100%;
	clear:both;
}
#contact h1 { margin-bottom:40px;}
#contact h2 { color:#f0f0f0; line-height:40px;}
#contact a { color:#f0f0f0; }
#contact a:hover { color:#f0f0f0; text-decoration:underline; }
.inverse { color:#444; }

/*--------------------------------*/
/*	SOCIAL ICONS
/*--------------------------------*/

.social-icons { margin: 30px 0px 25px -38px;}
.social-icons li {
	list-style-type: none!important;
	float: left;
	color: #fff;
    font-size: 30px;
    line-height: 48px;
    transform: scale(1);
    transition: transform 0.5s ease 0s;
	margin-right: 0px;
	border-radius: 50px;
    width: 50px;
	height: 50px;
    margin: 0px 10px 30px 0px;
    text-align: center;
	background: #2E3138 none repeat scroll 0 0;
	padding: 0px;
 }
.social-icons ul li:last-child { margin-right: 0px; }
.social-icons li:hover { color: #f0f0f0!important; background: #999 none repeat scroll 0 0 !important;  }

/*-----------------------------------------------------------------------------------*/
/*	08: FOOTER SECTION
/*-----------------------------------------------------------------------------------*/

.footer {
	background: #2E3138;
	margin: 0px auto;
    padding: 50px 0;
    text-align: center;
	overflow-x: hidden;
}
#copyright {
	font-size: 13px;
	font-weight: 400;
	letter-spacing:2px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
    margin: 10px auto;
    padding: 0px 0;
}
#copyright ul {
	padding-left: 0px;
}
#copyright ul li {
	display: inline-block;
}
#copyright .donnees {
	font-size: 12px;
	letter-spacing:1px;
	text-transform: none;
}
#copyright .mentions {
	font-size: 12px;
	letter-spacing:0px;
    line-height: normal;
    margin-top: 15px;
}
.notice_legale ul, .plan_site ul, .plan_site ul li ul { padding: 0px 0px 0px 15px; }
.notice_legale ul li, .plan_site ul li, .plan_site ul li ul li { margin-top: 3px; }

.notice_legale .telechargement_doc ul { padding-left: 0px; }
.notice_legale .telechargement_doc ul li { list-style-type: none; margin-top: 8px; }
.notice_legale .telechargement_doc ul li a { color: #555; text-decoration: none; }
.notice_legale .telechargement_doc ul li a:hover { color: #0077ad; text-decoration: underline; }
.notice_legale .telechargement_doc ul li i { margin-right: 6px; }

.plan_site ul li a { color: #555; opacity: 1; }
.plan_site ul li a:hover { opacity: 0.6; }

.plan_site ul li ul { padding: 0px; list-style: none; }
.plan_site ul li ul li { margin-top: 0px; }
.plan_site ul li ul li a { color: #555; opacity: 0.8; font-size: 14px;}
.plan_site ul li ul li a:hover { opacity: 0.4; }

/*-----------------------------------------------------------------------------------*/
/*	09:SINGLE PAGES
/*-----------------------------------------------------------------------------------*/

/* SINGLE PAGE - TEAM ICONS */

.hi-icon-wrap2 { text-align:left; padding: 10px 0 0 0; }
.hi-icon2 {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 15px 0px 15px 0px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
}
.hi-icon2:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.hi-icon2:before {
	font-family: 'FontAwesome';
	speak: none;
	font-size: 35px;
	line-height: 60px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;margin-left:3px;
	display: block;
	-webkit-font-smoothing: antialiased;
}
.hi-icon-effect-a .hi-icon2 {
	color:#fff!important;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.no-touch .hi-icon-effect-a1 .hi-icon2:hover:after {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
	-moz-transition: -moz-transform 0.4s, opacity 0.2s;
	transition: transform 0.4s, opacity 0.2s;
}
.hi-icon-effect-a .hi-icon2:after {
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
}

/*--------------------------------*/
/*	PROGRESS BARS
/*--------------------------------*/

.bars-wrapper { padding: 0 0; font-weight: 400; margin: 0px 0 25px 0; font-size:14px; width:100%;}
.bars-wrapper .progress { height:10px; background:#ddd; border-radius:0px; box-shadow:none; margin:0px 0 6px; }
.bars-wrapper .progress-bar { box-shadow: none; }
.bars-wrapper span { color:#777; font-size:13px; }
.bars-wrapper .progress:last-child { margin-bottom: 0; }

/*--------------------------------*/
/*	L'HISTOIRE
/*--------------------------------*/

#histoire h4 { color:#0077ad; margin-bottom:5px; line-height: 24px; }
#histoire .pull-left { line-height: normal; }
#histoire .pull-right { color: #0077ad; }

/*--------------------------------*/
/*	ACTIONNARIAT ET GOUVERNANCE
/*--------------------------------*/

#actionnariatGouvernance .nom { margin-bottom: 0px; margin-top: 7px; font: 400 14px/16px "Raleway",sans-serif; color: #0077ad; }
#actionnariatGouvernance .fonction { font: 400 11px/15px "Lato",sans-serif; text-align: center; margin-top: 2px; }


/*--------------------------------*/
/*	DISTINCTIONS ET NOTATIONS
/*--------------------------------*/

#distinctions h5 { margin: 0px 0px 4px 0px;; color: #0077ad; font-weight: 500; line-height: 1.2em; }
#distinctions p { margin-bottom: 0px!important; text-align: left!important; font-size: 15px; line-height: 20px; }
#distinctions p .nomDistinction { font-size: 13px; font-weight: 600; letter-spacing: 1px; color: #222; }
#distinctions p .date { font: 400 11px/14px "Lato",sans-serif; color: #777; }
#distinctions ul { padding-left: 15px; margin-bottom: 0px; }
#distinctions .split { font: 400 11px/14px "Lato",sans-serif; color: #777; margin: 0px 6px; }
#distinctions .infoSup { font: 400 13px/16px "Lato",sans-serif; color: #777; }
#distinctions .filet { padding-top: 20px; margin-top: 20px; border-top: 1px solid #999; }

/*--------------------------------*/
/*	SAVOIR-FAIRE
/*--------------------------------*/

.savoir-faire blockquote { margin-bottom:0px; }
.savoir-faire .btn { border-top:4px solid #f0f0f0; border-right:4px solid #f0f0f0; border-bottom:4px solid #f0f0f0; border-left:none; margin-bottom:10px; }
.actifs-non-cotes p { padding-bottom:15px; border-bottom:1px solid #fff; margin-bottom:15px; text-align: center;}
.savoir-faire .btn-fonds-esg {
  border-radius: 0;
  background-color: #2e3138;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 5px;
  overflow: hidden;
  padding: 5px 0px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  border: 1px solid #f0f0f0;
}
.savoir-faire .btn-fonds-esg:hover {
  background-color: #bbb;
  color: #333;
}
.savoir-faire .ratio { border-top:1px solid #0077ad; border-bottom:1px solid #0077ad; padding: 10px 0px; font-size:14px; }

.savoir-faire ul { padding: 0px 0px 0px 15px; }
.savoir-faire ul li { padding-top: 5px; }
.savoir-faire .classe-actifs p { margin-bottom: 0px;}
.savoir-faire .classe-actifs h5 { font-size: 16px; margin: 0px; color: #0077ad; }

/*--------------------------------*/
/*	SERVICES ET SOLUTIONS
/*--------------------------------*/
.offres-services { margin-top:10px; }
.offres-services p { position:absolute; z-index:10; font-size:16px; text-align:left; }
.offres-services p a { color:#555; text-decoration:none; text-decoration:none; }
.offres-services p a:hover { color:#0077ad; text-decoration: underline; }
.offres-services .report-comptable { left:5%; top:6%; }
.offres-services .report-financier { left:27%; top:6%; }
.offres-services .report-reglementaire { left:5%; top:15%; }
.offres-services .analyse-isr { left:58%; top:6%; }
.offres-services .analyse-credit { left:74%; top:6%; }
.offres-services .cartographie { left:58%; top:15%; }
.offres-services .orsa { left:58%; top:68%; }
.offres-services .allocation { left:74%; top:68%; }
.offres-services .scr { left:58%; top:77%; }
.offres-services .formations { left:27%; top:68%; }
.offres-services .accompagnement { left:5%; top:77%; }

/*--------------------------------*/
/*	ISR
/*--------------------------------*/

.encart { border:1px solid #777; background-color:#f0f0f0; }
.encart .encart-top { background: #777 none repeat scroll 0 0; padding: 2px 5px; }
.encart .encart-top h5 { color:#fff; margin:5px 0px; }
.encart .encart-top span { font-size:15px; }
.encart .encart-info { padding: 15px; text-align:justify; color:#777; }
.encart .encart-info p { margin-bottom:0px;}
.encart .encart-info .bars-wrapper { margin-bottom:0px;}
.encart .col-text { border:1px solid #777; background-color:#f0f0f0; padding:15px; }
.encart .col-text p { margin-bottom:5px; text-align:center;}
.encart .col-bloc { background-color:#0077ad; padding:10px; text-align:center; color:#fff; font-size:14px; line-height:20px; border:2px solid #f0f0f0;}
.transition-energetique p { margin-bottom:15px; }

/*--------------------------------*/
/*	ESPACE PRESSE / MECENAT
/*--------------------------------*/

.presse h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 60px;
	line-height: 70px;
	position: relative;
	letter-spacing: -1px!important;
	color: #222;
	margin: 0px 0px 45px!important;
	text-transform: none;
	text-align: center;
}

#presse h2 {
	font-size: 35px;
	margin-top:0px;
	margin-bottom:20px;
	padding-top:0px;
}
.presse p { text-align:justify; }
.presse .contact, .mecenat .contact{
	text-align:left;
	margin-bottom:0px
}
.presse .fonction, .mecenat .fonction {
    font-size: 13px;
    line-height: 18px!important;
	text-align:left;
	color:#777;
	margin-bottom:0px;
}
.presse .mail-contact, .mecenat .mail-contact {
    font-size: 13px;
    line-height: 18px!important;
	text-align:left;
	margin-bottom:10px;
}
.presse .mail-contact a, .mecenat .mail-contact a {
	color:#333;
	text-decoration:none;
}
.presse .mail-contact a:hover, .mecenat .mail-contact a:hover {
	text-decoration:underline;
	color:#0077ad;
}
.presse .lead {
	font-family: 'Raleway', sans-serif;
	font-size: 28px!important;
	font-weight: 300;
	text-align: center;
	line-height: 40px;
	margin-bottom: 45px;
	color: #696f77;
}
.presse i { margin-right:10px; }
.presse .btn { padding: 10px 15px; margin:0px; }
.presse .reseauxSociaux i {
	color: #fff;
    font-size: 25px;
    line-height: 40px;
    transform: scale(1);
    transition: transform 0.5s ease 0s;
	margin-right: 0px;
	border-radius: 50px;
    width: 40px;
	height: 40px;
    margin: 0px 10px 10px 0px;
    text-align: center;
	background: #0077ad none repeat scroll 0 0 !important;
	padding: 0px;
}
.presse .reseauxSociaux i:hover {
	color: #fff;
	background: #2e3138 none repeat scroll 0 0 !important;
}

.presse .agenda {
  padding: 0px;
  list-style-type: none;
  color: #777;
  border-top: 1px dotted #777;
}
.presse strong {
  background-color: #0077ad;
  padding: 2px 5px;
  color: #fff;
  font-size: 13px;
    font-weight: 500;
}
.presse .agenda li {
  padding: 10px 0px;
  border-bottom: 1px dotted #777;
}


.mecenat h2 { text-align:center; margin-top:0px; margin-bottom:0px; color:#0077ad; font-weight:400; }
.mecenat h3 { text-align:center; margin-top:0px; margin-bottom:5px;  }
.mecenat h5 { text-align:center; margin-top:0px; margin-bottom:10px; color:#555; font-weight:600; line-height: 20px;}
.mecenat h5 span { font-size:11px; color:#777; font-weight:400; letter-spacing:1px; }
.mecenat .horaires { text-align:center; margin-top:0px; margin-bottom:5px; font-size:16px; font-family:"Raleway",sans-serif; line-height: 18px; }

.mecenat .ofiExperience { background-color: #000000; padding: 2% 5% 5% 5%; color: #fff; text-align: center;}
.mecenat .ofiExperience h2 { color: #fff; font-size: 35px; font-weight: 200; margin-bottom: 5px; line-height: 35px; }
.mecenat .ofiExperience p { text-align: center; margin-bottom: 25px; letter-spacing: 1px; }
.mecenat .ofiExperience img { display: inline; margin-bottom: 10px; }


/*--------------------------------*/
/*	CARRIERES
/*--------------------------------*/

.carrieres { margin:10px 0px 0px 0px; }
.carrieres h3 { 
    color: #555;
    font-family: "Raleway",sans-serif;
    font-size: 30px !important;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 20px;
}
.tableau-carrieres-top { background: #0077ad; padding:5px 0px; }
.tableau-carrieres-top h4 { text-transform: uppercase; color: #fff; font-size: 12px; font-weight: 600; letter-spacing: 1px;}
.carrieres .info-wrapper { padding:0px 15px 15px 15px; background-color: #fff; margin-bottom:20px; }
.carrieres .info-wrapper  ul li { font-size: 14px; border-bottom:1px solid #ddd; padding:10px 0; }
.carrieres .info-wrapper  ul li a { color: #555; }
.carrieres .info-wrapper  ul li a:hover { color: #0077ad; text-decoration: underline; }
.carrieres .list-group { list-style-type:none; color:#555; margin-bottom: 0px; padding-left: 0px; }
.carrieres .temoignages { background-color:#ddd; padding:20px 20px 0px 20px; }
.carrieres .temoignages h3 { margin-top: 0px; text-align: left; font-weight: 600; opacity: 0.3; }
.carrieres .offreEmplois { background-color:#fff; padding:20px 20px 0px 20px; }
.carrieres .offreEmplois .lead { margin-bottom: 20px!important; color: #0077ad!important; }
.carrieres .offreEmplois .emplois { height: 115px; }
.carrieres .offreEmplois .offreEmploisList .cbp-l-grid-blog-title { font-size: 16px; line-height: 22px; font-weight: 500; margin-bottom: 1px; }
.carrieres .offreEmplois .offreEmploisList .btn { background-color:#2e3138!important; padding:4px 10px; font-weight: 500; margin-top: 6px; margin-bottom: 20px; }
.carrieres .offreEmplois .offreEmploisList .btn:hover { background-color:#0077ad!important; }

.carrieres .carrieresContact { background-color:#0077ad; padding:10px 20px; }
.carrieres .carrieresContact h5 { 
    font-size: 15px; 
    font-weight: 500; 
    letter-spacing: 2px; 
    line-height: 30px;
    text-transform: uppercase; 
    text-align: center;
    color: #fff; 
}
.carrieres .carrieresContact h5 a { 
    padding: 5px 10px;
    background-color:#fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase; 
    color: #0077ad; 
    text-align: center;
}
.carrieres .carrieresContact h5 a:hover { 
    background-color:#2e3138; 
    color: #fff; 
}
.carrieres ul { 
    padding: 0px 0px 0px 15px;
    margin: 0px;
}
.carrieres ul li ul { 
    list-style-type: none;
    padding: 0px;
}
.carrieres .gdpr p { 
    margin-bottom: 5px;
    font-size: 14px;
}


/*-----------------------------------------------------------------------------------*/
/*	ACTUALITES ET PUBLICATIONS
/*-----------------------------------------------------------------------------------*/

#actus .lead {
	margin-bottom:0px;
	color:#222;
	font-weight:700;
	letter-spacing:-2px;
	margin-bottom:40px;
	font-size:50px;
	line-height:50px;
}

.flash-marches .fonction { font-size: 14px; line-height: 1.1em; }
.flash-marches ul { text-align: justify; margin: 0px; padding: 0px 0px 0px 15px;}
.flash-marches ul li { list-style-type: disc; }

/*-----------------------------------------------------------------------------------*/
/*	PRESSE : page single pour actualités et WebTV
/*-----------------------------------------------------------------------------------*/

#single .single-actus h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 45px;
	position: relative;
	letter-spacing: -1px!important;
	color: #222;
	text-align: center;
	margin-bottom:0px;
}
#single .single-actus .actus h1 {
	text-align: left;
}
#single .single-actus h5 {
	margin-top:0px;
    font-weight: normal;
    margin-bottom: 10px;
}
#single .single-actus .lead {
	font-family: 'Raleway', sans-serif;
	font-size: 22px!important;
	font-weight: 300;
	text-align: center;
	line-height: 26px;
    margin-top: 5px;
	margin-bottom: 0px;
	color: #696f77;
}
#single .single-actus a {
	color: #0077ad;
	text-decoration:none;
}
#single .single-actus a:hover {
	color: #333;
	text-decoration: underline;
}



/*-----------------------------------------------------------------------------------*/
/*	BLOG
/*-----------------------------------------------------------------------------------*/

h1.blog-title { font-size:2.6em; line-height:1em; margin:20px 0 10px; letter-spacing:0px!important;  }
h1.blog-title a { color:#555;  }
h1.blog-title a:hover { color:#888;  }
.categories li{ margin-left:-2px; }
.blog-tabs a { color:#888; }
.post { margin:30px 0 10px; }
.blog-carousel-bottom{ margin:0px 0 -20px; }
.thin{font-weight:300;  }

/* Search */

input[type="text"].form-control, input[type="search"] .form-control {
	 border: 2px solid #d8d3cb;
	font-weight:700;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.form-control::-webkit-input-placeholder { color:#888!important; opacity:1.0; }
.form-control:-moz-placeholder { color:#888!important; opacity:1.0; }
.form-control::-moz-placeholder { color:#888!important; opacity:1.0; }
.form-control:-ms-input-placeholder { color:#888!important; opacity:1.0; }

/* Tags */

.badge {
	background-color: transparent;
	font-weight: 400;
	padding: 6px 10px 6px 0px;
	margin-bottom: 5px;
	color: #888;
	font-size:12px;
}
.badge a { color: #777; font-size:15px; }
.badge a:hover { color: #333; }

/* Pagination */

.pagination { height:76px; margin:18px 0px 0 -50px; font-size:18px!important; }
.pagination ul {
	display: inline-block;
	*display: inline;
	/* IE7 inline-block hack */
	*zoom: 1;
	margin-left: 0;
	margin-bottom: 0;
}
.pagination li { display: inline; }
.pagination a { float: left; padding: 0 10px; line-height: 34px; text-decoration: none; }

/* Social Feed */

.social-feed{
	margin: 0 0;
	padding-right: 0;
	display: block;
	width: 100%;
	display: table;
}
.social-feed ul { list-style:none; float:left; margin:0 0px 0px -38px; }
.social-feed li { list-style:none; float:left; margin:0 1px 1px 0; }
.social-feed li img{
    width: 60px;
    height: 60px;
    opacity: 1.0;
	-webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.social-feed li:hover img{ opacity: 0.7; }

/* Author */

div.author-block { margin: 35px 0 0 0; }
div.author-block  div.author-thumb { display:inline-block; float:left; margin:5px 20px 30px 0; }

/* Comments */

/*.comments { margin-top: 65px; }
ul.comments { list-style:none; margin:0; padding:0; }
.pointer {
	border-bottom: 9px solid transparent;
	border-right: 9px solid #f5f5f5;
	border-top: 9px solid transparent;
	height: 0;
	left: -9px;
	position: absolute;
	top: 9px;
	width: 0;
}
.comment-quote {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #f5f5f5;
	border-radius: 5px;
	padding: 20px 20px 30px;
	position: relative;
	margin-bottom: 10px;
}
.reply { font-size: 13px; }
.date { color: #999;margin:-10px 0 10px 0; font-size:0.9em; }
ul.comments div.comment-block p { margin: 0; padding:0;}
ul.comments li { clear:both; padding:10px 0 0 115px; }
div.avatar { margin-left:-115px; position:absolute; }
#ajax-contact-form2 textarea { height:150px!important;}
#ajax-contact-form2 input, #ajax-contact-form2 textarea{
	background: #f5f5f5;
	color: #555 !important;
	border: 0px none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 15px;
	padding: 8px 10px 8px;
	font-weight: 400;
	font-size: 15px;
}
#ajax-contact-form2 input::-webkit-input-placeholder { color:#555!important; opacity:1.0; }
#ajax-contact-form2 input::-moz-placeholder { color:#555!important; opacity:1.0; }
#ajax-contact-form2 input:-ms-input-placeholder { color:#555!important; opacity:1.0; }
#ajax-contact-form2 textarea::-webkit-input-placeholder { color:#555!important; opacity:1.0; }
#ajax-contact-form2 textarea::-moz-placeholder { color:#555!important; opacity:1.0; }
#ajax-contact-form2 textarea:-ms-input-placeholder { color:#555!important; opacity:1.0; }*/

/*-----------------------------------------------------------------------------------*/
/*	11: FEATURES
/*-----------------------------------------------------------------------------------*/

/*--------------------------------*/
/*	ACCORDIAN
/*--------------------------------*/

.panel-group { margin-bottom:25px; }
.panel-heading {
    background: #fff!important;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 10px 15px;
	margin-bottom: 5px;
}
.panel-heading a { font-size:15px;color:#333; }
.panel-heading a:hover { color: #555; }

/*--------------------------------*/
/*	TABS
/*--------------------------------*/

div.tabs { margin-bottom: 25px; }
div.tabs div.tab-content {
	-moz-border-radius: 0 6px 6px 6px;
	-webkit-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
	background-color: #F5F5F5;
	border: 0;
	padding: 40px 40px;
}
div.tabs ul.nav-tabs { border: 0; margin: 0; border: 0; }
div.tabs ul.nav-tabs li.active a { background: #F5F5F5; border: 0; color: #fff!important; }
div.tabs ul.nav-tabs a {
	border: 0;
	background: #222;
	color: #fff!important;
	margin-right: 3px;
	padding: 10px 20px 10px;
}
div.tabs ul.nav-tabs a:active, div.tabs ul.nav-tabs a:focus { border-bottom: 0!important; }

/*--------------------------------*/
/*	RSE
/*--------------------------------*/
#demarches-rse { }
#demarches-rse h5 { color:#0077ad; }
#demarches-rse a { color:#555; text-decoration:underline; }
#demarches-rse a:hover { color:#0077ad; text-decoration:underline; }
#demarches-rse ul { padding:0px 0px 0px 15px; margin:0px; }

/*-----------------------------------------------------------------------------------*/
/*	MODAL
/*-----------------------------------------------------------------------------------*/
.single-modal h3 {
	margin-bottom:15px;
}
.modal.fg-modal {
    z-index: 99999 !important;
}
.modal-dialog {
    min-width: 75% !important;
}
.modal.fade:not(.in).top .modal-dialog {
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
}
.modal.fade:not(.in).bottom .modal-dialog {
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
}
.modal.fade:not(.in).left .modal-dialog {
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
}
.modal.fade:not(.in).right .modal-dialog {
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
}
.modal-title {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 60px;
	line-height: 70px;
	position: relative;
	letter-spacing: -1px!important;
	color: #222;
	margin: 0px 0px 40px;
	text-transform: none;
	text-align: center;
}
.modal-lead {
	font-family: 'Raleway', sans-serif;
	font-size: 30px!important;
	font-weight: 300;
	text-align: center;
	line-height: 40px;
	margin-bottom: 45px;
	color: #696f77;
}
.modal ul {
	padding:0px 0px 10px 15px;
}
.modal-list h5 {
	margin-bottom:5px;
}
.modal-list h6 {
	margin-bottom:5px;
}
.modal-list p {
	margin-bottom:0px;
	color:#777;
	font-style:italic;
}
.modal-list ul {
	font: 400 16px/22px "Lato", sans-serif;
	color:#777;
}
.modal-list ul li a {
    color: #777;
}
.modal-list ul li a:hover {
    color: #0077ad;
}
.modal-list .fa-ul {
	margin-left:0.9em;
}
.modal-list .fa-li {
	color: #0077ad;
	left:-1.2em;
}
.modal-list a {
    color: #777;
	margin-top:5px;
}
.modal-list i {
	margin-top:5px;
	float:left;
}
.modal-list li a:hover {
    color: #0077ad;
}
.modal-list li img {
	float:left;
	margin-left:5px;
}




/*-----------------------------------------------------------------------------------*/
/*	12: MEDIA QUERIES
/*-----------------------------------------------------------------------------------*/

@media only screen and (max-width : 1024px) {
.well, #big_image {
	background-attachment: scroll!important;
	background-position: center top !important;
	height: auto;
	margin: 0 auto;
	width: 100%;
}
/* CSS3 ANIMATIONS OFF */
.fadeIn, .bounceIn, .bounceInDown, .fadeInRightBig, .fadeInUp, .pulse, .bounce{
 -webkit-animation: none !important;
 -moz-animation: none !important;
 -o-animation: none !important;
 -ms-animation: none !important;
 animation: none !important;
}
.wow { visibility:visible; }
#milestones .well{  height:auto!important; }
}

@media only screen and (max-width: 1200px){
.like {  min-height:260px; }
#nav-toggle { float: none!important; cursor: pointer; display:block; }
#menu{ text-align: left; padding-bottom:30px;width: 100%!important; }
#menu li { float: none!important; margin:0px 0 10px 10px; }
#header { background-color: rgba(255,255,255,1.0)!important; opacity:1.0; }
#logo { padding:10px 0px 10px 20px; overflow:hidden; float:left; }
.headerBlack a{color: #555 !important;}
.headerBlack #logoImg {
 	background-image:url(../img/logo_ofi-am_header.png);
 }


}


@media screen and (min-width: 480px) and (max-width: 767px){
#section_video h2 { margin:30% auto 0; padding:0 0; width:100%; }
.wallpapered h2 { margin:25% auto 0; padding:0 0; width:100%; }
}

@media all and (min-width: 768px) {
#content h1 { font-size:40px!important; margin-bottom:-10px!important;}
.name, .byline { font-size:12px; }
.wallpapered h2 { font-size:32px!important; line-height:40px; margin:50% auto 0; padding:0 0; width:100%; }
}

@media screen and (max-width: 480px){
#menu{ overflow-y:scroll; max-height:250px; margin-top:30px!important; }
#menu li:first-child {  margin-top:-30px!important; }
.like { line-height:40px; min-height:150px; font-size:60px!important; }
.ticker { font-size:30px!important;   }
h1  { font-size: 60px!important; line-height:55px; letter-spacing:-1px!important; }
.lead  { font-size: 28px!important;line-height:38px!important; }
#single h1 { font-size:40px!important; line-height:40px!important; }
#single .lead { font-size:20px!important; line-height:30px!important; margin:0 0 20px; }
.cbp-popup-singlePage-counter { display:none!important; }
.wallpapered h2 { margin:30% auto 0; padding:0 0; width:100%; }
}

@media screen and (max-width: 31.5em) {
#section_video h2 { font-size:32px!important; line-height:40px; margin:50% auto 0; padding:0 0; width:100%; }
}

@media all and (min-width: 321px) and (max-width: 568px) {
#content h1 { font-size:40px!important; }
.name { font-size: 12px; margin-top:-10px; }
.byline { font-size: 12px; margin-bottom:8px }
}

@media all and (max-width: 320px) {
#content h1 { font-size:40px!important; margin-bottom:-10px!important;}
.name, .byline { font-size:12px; }
.wallpapered h2 { font-size:32px!important; line-height:40px; margin:50% auto 0; padding:0 0; width:100%; }
}

@media all and (min-width: 300px) and (max-width: 360px) {
.btn { width: 100%; letter-spacing: 0px; padding: 15px 0px;  }
.modal-title { font-size: 30px!important; line-height: 30px; margin-bottom: 20px; }
.modal-lead { font-size: 20px!important; line-height: 23px; margin-bottom: 15px; }
.savoir-faire .ratio { font-size:10px; line-height: 15px; }
.offres-services p { position:absolute; z-index:10; font-size:12px; }
.offres-services .report-comptable { left:10%; top:21%; }
.offres-services .report-financier { left:10%; top:24%; }
.offres-services .report-reglementaire { left:10%; top:27%; }
.offres-services .analyse-isr { left:10%; top:40%; }
.offres-services .cartographie { left:10%; top:43%; }
.offres-services .orsa { left:10%; top:59%; }
.offres-services .allocation { left:10%; top:62%; }
.offres-services .scr { left:10%; top:65%; }
.offres-services .formations { left:10%; top:79%; }
.offres-services .accompagnement { left:10%; top:82%; }
#content {
	text-align:center;
	position: absolute;
	z-index:1;
	margin-left:15%;
	margin-right:15%;
	z-index:1;
}
#contentVoeux {
	text-align:center;
	position: absolute;
	z-index:1;
	padding-left:10%;
	margin-right:5%;
	z-index:1;
}

}
@media all and (min-width: 360px) and (max-width: 480px) {
.modal-title { font-size: 40px!important; line-height: 40px; }
.modal-lead { font-size: 25px!important; line-height: 28px; margin-bottom: 20px; }
.savoir-faire .ratio { font-size:12px; line-height: 18px; }
.offres-services p { position:absolute; z-index:10; font-size:14px; }
.offres-services .report-comptable { left:10%; top:22%; }
.offres-services .report-financier { left:10%; top:25%; }
.offres-services .report-reglementaire { left:10%; top:28%; }
.offres-services .analyse-isr { left:10%; top:41%; }
.offres-services .cartographie { left:10%; top:44%; }
.offres-services .orsa { left:10%; top:60%; }
.offres-services .allocation { left:10%; top:63%; }
.offres-services .scr { left:10%; top:66%; }
.offres-services .formations { left:10%; top:79%; }
.offres-services .accompagnement { left:10%; top:82%; }
#content {
	text-align:center;
	position: absolute;
	z-index:1;
	margin-left:20%;
	margin-right:20%;
	z-index:1;
}

}
@media all and (min-width: 480px) and (max-width: 768px) {
.savoir-faire .ratio { font-size:13px; line-height: 20px}
.offres-services p { position:absolute; z-index:10; font-size:15px; }
.offres-services .report-comptable { left:15%; top:27%; }
.offres-services .report-financier { left:56%; top:27%; }
.offres-services .report-reglementaire { left:36%; top:32%; }
.offres-services .analyse-isr { left:15%; top:45%; }
.offres-services .cartographie { left:36%; top:50%; }
.offres-services .orsa { left:15%; top:63%; }
.offres-services .allocation { left:56%; top:63%; }
.offres-services .scr { left:36%; top:68%; }
.offres-services .formations { left:56%; top:85%; }
.offres-services .accompagnement { left:15%; top:80%; }
#content {
	text-align:center;
	position: absolute;
	z-index:1;
	margin-left:28%;
	margin-right:28%;
	z-index:1;
}

}
