/*
Theme Name: Neptune Technologies
Theme URI: http://wordpress.org/extend/themes/twentyeleven
Author: Souple.fr
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/

/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* =============================================================================
   Links
   ========================================================================== */

a { color: #fff; }
a:visited { color: #fff; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }


/* =============================================================================
   Primary styles
   Author: 
   ========================================================================== */

@font-face {
    font-family: 'SansumiExtraBoldRegular';
    src: url('font/sansumi-extrabold-webfont.eot');
    src: url('font/sansumi-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/sansumi-extrabold-webfont.woff') format('woff'),
         url('font/sansumi-extrabold-webfont.ttf') format('truetype'),
         url('font/sansumi-extrabold-webfont.svg#SansumiExtraBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SansumiRegular';
    src: url('font/sansumi-regular-webfont.eot');
    src: url('font/sansumi-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/sansumi-regular-webfont.woff') format('woff'),
         url('font/sansumi-regular-webfont.ttf') format('truetype'),
         url('font/sansumi-regular-webfont.svg#SansumiRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* =============================================================================
   Primary styles
   Author: Michel Parpaillon
   ========================================================================== */

body{
	background: url("images/bg_body.png") repeat-y scroll left top #307886;
	font-family:Helvetica, Helvetica Neue, Arial, sans-serif;
}

.wrapper{
	margin:auto;
	width:960px;
}

h2, h3{margin:0; font-weight:normal;}
h2{font-size: 40px;}
h3{font-size: 30px;}

header {
	display: none;
}

nav{
	font-family: 'SansumiExtraBoldRegular';
}

nav ul li{
	display:inline;
}

nav a{
	color: white;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
}

nav.top{
	font-size: 12px;
	margin: -27px auto 0;
	text-align: center;
	width: 960px;
}

nav.top a{
	background-color: #427F8F;
	padding: 8px 43px 5px;
}

nav.top li.current_page_item a, nav.top a:hover{
	background-color: #fff;
	color: #235a74;
}

#main{
	background-color: #fff;
	height: 410px;
	margin-top: -200px;
	position: absolute;
	top: 50%;
	width: 100%;
}

#main-invest{
	background-color: #fff;
	height: 523px;
	margin-top: -245px;
	position: absolute;
	top: 50%;
	width: 100%;
}

#main.homepage{
	background: url("images/bg_body.png") repeat-y scroll left top #307886;
}

.content{
	height: 410px;
	margin: auto;
	position: relative;
	width: 960px;
}

#main-invest .content{
	height: 560px;
}

.content .wrapper{
	position: absolute;
}
.homepage .content .wrapper{
	padding-top: 130px;
}

.blue{
	color: #2a6a80;
}

.entrer {
	display: none;
}
/* Accueil */

.flv{
	float: left;
	margin-top: 80px;
	overflow: hidden;
    width: 330px;
}

.flv_text{
	float: left;
	margin-left: 15px;
	margin-top: 90px;
	width: 515px;
}

.flv_text h2{
	font-family: 'Gruppo', sans-serif;
	font-size: 24px;
	line-height: 1em;
}

.flv_text p{
	font-size: 16px;
	margin-left: 20px;
}

.suite{
	background: url("images/suite.png") no-repeat scroll right center transparent;
	bottom: 0;
	line-height: 21px;
	padding-right: 22px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
}

.suite.equipe{
	bottom: 65px;
	right: 100px;
}

.suite a{
	color: #2E7484;
	text-decoration: none;
}

/* Equipe */

.team{
	float: left;
	height: 380px;
	margin-top: 20px;
	position: relative;
	width: 413px;
}
.team .small{
	font-size: 9px;
	line-height: 9px;
	margin-bottom: 6px;
	max-width: 150px;
}

.one{
	background: url("images/equipe_1.png") no-repeat scroll left center transparent;
}
.two{
	background: url("images/equipe_2.png") no-repeat scroll left center transparent;
}

.team_text{
	float: left;
	text-align: justify;
	width: 400px;
}

.team_text p{
	float: left;
	font-size: 16px;
	margin-left: 15px;
	margin-top: 140px;
}

.person{
	bottom: 40px;
    font-size: 15px;
    position: absolute;
    text-align: center;
}

.person a{
	background: url(images/plus.png) no-repeat scroll center bottom transparent;
	height: 345px;
    left: -1px;
    padding-bottom: 20px;
    position: absolute;
    width: 123px;
	top: -330px;
}

.person p{
	margin: 0;
}

#link_gvicard{
	left: -20px;
}

#link_ivicard{
	left: -14px;
}
/* Invesissement */

ul.invest{
	margin: 0;
	margin-top: 20px;
    padding: 0;
    width: 990px;
}

ul.invest li{
	float: left;
	list-style: none;
	margin-bottom: 30px;
	margin-right: 30px;
	width: 465px;
}

ul.invest li.breakline{
	clear: left;	
}

ul.invest li h2{
	color: #245d7a;
	font-family: 'Gruppo', sans-serif;
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
}
ul.invest li h4{
	margin: 0;
}
ul.invest li p{
	margin: 0;
	margin: 8px 0;
	text-align: justify;
}
ul.invest li a{
	color: #245e7a;
	font-weight: bold;
	text-decoration: none;
}
ul.invest li a:hover{
	text-decoration: underline;
}

/* Historique */

.frise{
	background: url(images/frise.png) no-repeat left top;
	margin-top: 20px;
	padding-top: 140px;
}
.frise a{
	color: #000000;
	margin-left: -22px;
	padding-left: 22px;
	position: absolute;
	text-decoration: none;
	text-transform: uppercase;
}
.frise a:hover{
	text-decoration: underline;
}
.frise-en{
	background: url(images/frise-en.png) no-repeat left top;
	margin-top: 20px;
	padding-top: 140px;
}
.frise-en a{
	color: #000000;
	margin-left: -22px;
	padding-left: 22px;
	position: absolute;
	text-decoration: none;
	text-transform: uppercase;
}
.frise-en a:hover{
	text-decoration: underline;
}
.column_1{
	margin-left: 35px;
	position: absolute;
}
.column_2{
    margin-left: 280px;
	position: absolute;
}
.column_2 ul{
	list-style-image: url(images/plus.png);
	margin-left: 90px;
    margin-top: -25px;
}
.column_3{
	margin-left: 699px;
	position: absolute;
}

.column_left{
	background: url("images/bg_courbe.png") repeat-y scroll right top transparent;
	height: 370px;
	padding-right: 20px;
	text-align: justify;
	width: 280px;
}
.column_left h2{
	color: #245d7a;
	font-family: 'Gruppo', sans-serif;
	font-weight: bold;
	font-size: 25px;
	text-transform: uppercase;
}
.column_left h4{
	margin: 0;
}
.column_left a{
	color: #245e7a;
	font-weight: bold;
	margin-left: -20px;
	padding-left: 20px;
	position: absolute;
	text-decoration: none;
}
.column_left a:hover{
	text-decoration: underline;
}
.column_left ul{
	list-style-image: url(images/plus.png);
    margin-top: 45px;
	padding-left: 18px;
}
.column_left ul.arrow{
	list-style-image: url(images/arrow.png);
	margin-top: 8px;
}
.column_right{
	float: right;
	width: 650px;
}
.column_right h2{
	color: #245e7a;
	font-family: 'Gruppo', sans-serif;
	font-weight: bold;
	font-size: 20px;
	margin: 0;
}
.column_right div{
    font-size: 12px;
	position: absolute;
    text-align: justify;
}
.column_right p{
	margin: 3px 0;
}
.column_right img {
	display: none;	
}

.lab{
	margin-top: 20px;
}
.lab .column_right{
	background: url("images/courbe_lab.png") no-repeat scroll left top transparent;
	height: 375px;
}
.lab .column_right .top{
    margin-left: 108px;
    margin-top: 13px;
	width: 430px;
}
.lab .column_right .mid{
	margin-left: 65px;
	margin-top: 132px;
	width: 305px;
}
.lab .column_right .bot{
	margin-left: 20px;
	margin-top: 234px;
	width: 255px;
}

.belco{
	margin-top: 20px;
}
.belco .column_right{
	background: url("images/courbe_belco.png") no-repeat scroll left top transparent;
	height: 363px;
}
.belco .column_right .top{
    margin-left: 108px;
    margin-top: 13px;
	width: 430px;
}
.belco .column_right .mid{
	margin-left: 65px;
    margin-top: 105px;
    width: 405px;
}
.belco .column_right .bot{
    margin-left: 20px;
    margin-top: 170px;
    width: 315px;
}

.carso{
	margin-top: 20px;
}
.carso .column_right{
	background: url("images/courbe_carso.png") no-repeat scroll left top transparent;
	height: 363px;
}
.carso .column_right .top{
    margin-left: 108px;
    margin-top: 13px;
	width: 430px;
}
.carso .column_right .bot{
    margin-left: 20px;
    margin-top: 155px;
    width: 225px;
}


/*************************/
.column_right-en{
	float: right;
	width: 650px;
}
.column_right-en h2{
	color: #245e7a;
	font-family: 'Gruppo', sans-serif;
	font-weight: bold;
	font-size: 20px;
	margin: 0;
}
.column_right-en div{
    font-size: 12px;
	position: absolute;
    text-align: justify;
}
.column_right-en p{
	margin: 3px 0;
}

.lab .column_right-en{
	background: url("images/courbe_lab-en.png") no-repeat scroll left top transparent;
	height: 375px;
}
.lab .column_right-en .top{
    margin-left: 108px;
    margin-top: 13px;
	width: 430px;
}
.lab .column_right-en .mid{
	margin-left: 65px;
	margin-top: 132px;
	width: 305px;
}
.lab .column_right-en .bot{
	margin-left: 20px;
	margin-top: 234px;
	width: 255px;
}

.belco .column_right-en{
	background: url("images/courbe_belco-en.png") no-repeat scroll left top transparent;
	height: 363px;
}
.belco .column_right-en .top{
    margin-left: 108px;
    margin-top: 13px;
	width: 430px;
}
.belco .column_right-en .mid{
	margin-left: 65px;
    margin-top: 105px;
    width: 405px;
}
.belco .column_right-en .bot{
    margin-left: 20px;
    margin-top: 170px;
    width: 315px;
}

.carso .column_right-en{
	background: url("images/courbe_carso-en.png") no-repeat scroll left top transparent;
	height: 363px;
}
.carso .column_right-en .top{
    margin-left: 108px;
    margin-top: 13px;
	width: 430px;
}
.carso .column_right-en .bot{
    margin-left: 20px;
    margin-top: 155px;
    width: 225px;
}



/* Contact */
.big_logo{
	background: url("images/logo_big.png") no-repeat scroll left top transparent;
	height: 315px;
	margin-left: 200px;
	margin-top: 60px;
	position: absolute;
	width: 266px;
}
.data{
    margin-left: 530px;
    margin-top: 110px;
    position: absolute;
}
.data h2{
	font-family: 'Gruppo', sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.data a{
	color: #000;
	text-decoration: none;
}
.data a:hover{
	text-decoration: underline;
}

footer{
	height: 75px;
	width: 100%;
}

footer .wrapper{
	height: 75px;
	margin: 0 auto;
	position: relative;
	width: 960px;
}

a.logo{
	background: url("images/logo.png") no-repeat scroll left top transparent;
	height: 49px;
	margin: 0;
	position: absolute;
	text-indent: -9999px;
	top: 25px;
	width: 240px;
}

nav.bottom{
	font-size: 13px;
	position: absolute;
	right: 5px;
	top: 42px;
	text-align: center;
	width: 610px;
}

nav.bottom ul li{
	padding: 5px;
        margin-bottom:2px;
	margin-left: 2px;
}
nav.bottom ul li:hover, nav.bottom ul li.current_page_item{
	background: none repeat scroll 0 0 #215366;
}
nav.bottom ul li.no_hover:hover{
	background: none;
}

nav.bottom a{
	letter-spacing: 0.05em;
}

.clear{
	clear: both;
}

/* qTranslate */

ul.qtrans_language_chooser{
	float: right;
	margin-right: 10px;
	margin-top: -4px;
}

ul.qtrans_language_chooser li{
	float: left;
	list-style: none;
}
ul.qtrans_language_chooser li a {
	width: 18px;
	height: 13px;
	background-size: contain;
}
ul.qtrans_language_chooser li a.qtrans_flag_en {
	background-image: url(images/flag/gb.svg);
}
ul.qtrans_language_chooser li a.qtrans_flag_fr {
	background-image: url(images/flag/fr.svg);	
}
/* Fancybox */

.fancy{
	height:384px;
	overflow:auto;
	width:960px;
}
.fancy .image{
	float: left;
	margin-top: 10px;
	margin-left: 40px;
}
.fancy .text{
	float: left;
	padding-top: 125px;
	text-align: justify;
	width: 570px;
}
.fancy .text h2{
	font-family: 'Gruppo', sans-serif;
	font-size: 32px;
	font-weight: bold;
}
.fancy .text h5{
	color: #2a6a80;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}

/* 404 */

.error{
	color: #2a6a80;
	font-family: 'SansumiExtraBoldRegular';
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin-top: 100px;
}


/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.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: drupal.org/node/897638 */
.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; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.visible-phone {
  	display: none;
  }



/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 320px) and (max-width: 1024px) {
  /* Commons */
  img {
    max-width: 100%;
  }
  .visible-phone {
  	display: block;
  }
  .hidden-phone {
  	display: none;
  }

  /* Structure */
  #main, #main-invest {
  	position: initial;
  	top: auto;
  	margin-top: 0;
  	height: auto;
  }
  .content {
  	width: 100%;
  	height: auto !important;
  }
  .wrapper {
  	width: 100%;
  	box-sizing: border-box;
  }
  .content .wrapper {
  	position: initial;
  	padding: 30px;
  	overflow: hidden;
  }
  .homepage .content .wrapper {
  	padding: 90px 15px 0 15px;
  }
  
  footer {
  	display: none;
  }

  /* Mobile header */
  header {
  	display: block;
  }
  a.logo {
  	position: initial;
  	top: auto;
  	margin: 20px auto 15px auto;
  	overflow: hidden;
    display: block;
    background-image: url(images/logo@2x.png);
    background-size: contain; 
  }
  ul.qtrans_language_chooser {
  	position: absolute;
  	right: 0;
  	top: 100px;
  }
  ul.qtrans_language_chooser li {
  	margin-left: 5px;
  }
  ul.qtrans_language_chooser li a {
  	width: 24px;
  	height: 18px;
  	background-size: contain;
  }
  .burger {
    height: 30px;
    width: 33px;
    cursor: pointer;
    margin: auto;
    padding: 7px;
    display: block;
    position: relative;
    z-index: 101;
    background: white;
  }
  .burger .one, .burger .two, .burger .three {
    margin-top: 3px;
    background: #215366;
    width: 33px;
    height: 4px;
    position: absolute;
    border-radius: 2px;
  }
  .burger .two {
    margin-top: 13px;
  }
  .burger .three {
    margin-top: 23px;
  }
  .menu-navigation-principale-container {
  	height: 0;
  	overflow: hidden;
  	transition: all 200ms linear;
  }
  .menu-navigation-principale-container.opened {
  	height: auto;
  }
  #menu-navigation-principale.menu {
  	width: 100%;
  }
  #menu-navigation-principale.menu li {
  	float: none;
  }
  #menu-navigation-principale.menu li a {
  	display: block;
  	text-align: center;
  	color: #215366;
  	background: white;
  	padding: 7px 0;
  	margin: 0 0 1px 0;
  }

  /* Content */
  nav.top {
  	margin: auto;
  	width: 50%;
  }
  nav.top .menu-item {
  	display: none;
  }
  nav.top .menu-item a {
	display: block;
	border-bottom: 1px solid #2a6a80;
	font-size: 15px;
	padding: 15px 0 5px 0;
  }
  nav.top .menu-item.current_page_item  {
  	display: block;
  }

  .suite {
    bottom: 15px;
    right: 20px;
  }

  /* Prehome */

  .entrer {
  	display: inline-block;
  	padding: 10px 20px;
  	background: white;
  	color: #215366 !important;
  	text-decoration: none;
  	margin-top: 40px;
  	font-weight: bold;
  	font-size: 15px;
  }

  /* Home */
  .flv, .flv_text {
  	width: 50%;
  	box-sizing: border-box;
  	margin: 0;	
  }

  /* Team */
  .team, .team_text {
  	width: 50%;
  	box-sizing: border-box;
  	margin: 0;		
  }
  .one {
  	background-size: contain;
  	background-position: center center;
  }
  .person:nth-child(1)[style] {
  	left: 37% !important;
  }
  .person:nth-child(2)[style] {
  	left: 64% !important;
  }
  .person:nth-child(3)[style] {
  	left: 3% !important;
  }

  .fancy {
  	height: auto;
  	width: auto;
  }
  .fancy .image, .fancy .text {
  	width: 40%;
  	box-sizing: border-box;
  	margin: 0;
  }
  .fancy .image {
  	text-align: center;
  }
  .fancy .text {
  	width: 60%;
  	padding: 15px 15px 15px 0;
  }

  /* Invest */
  ul.invest {
  	margin: 0;
  	width: auto;
  }
  ul.invest li {
  	width: 50%;
  	box-sizing: border-box;
  	margin: 0;
  	padding: 0 15px 15px 15px;
  }

  /* Contact */
  .big_logo, .data {
  	position: initial;
  	width: 50%;
  	box-sizing: border-box;
  	margin: 0;
  	float: left;
  }
  .big_logo {
	background-position: center center;
    background-size: contain;
  }
  .data {
  	padding-left: 15px;
  }

  /* Historic */
  .frise, .frise-en {
  	min-height: 953px;
  	max-width: 500px;
  	padding: 0;
  	margin: 0 auto; 
  	padding-left: 90px;
  	background: url('images/bandeau.png') no-repeat left top;
  }
  .frise-en {
  	background-image: url('images/bandeau-en.png');
  }
  .column_1, .column_2, .column_3 {
  	position: initial;
  	margin: 0;
  	padding-top: 60px;
  	overflow-y: auto;
  }
  .column_1 {
  	height: 166px;
  }
  .column_2 {
  	height: 383px;
  }
  .column_2 ul {
  	margin-left: 0;
    margin-top: 15px;
  }
  .column_2 ul li {
  	line-height: 20px;
  }
  .frise a, .frise-en a {
  	position: relative;
  }

  /* Activities */

  .page-id-73 .content .wrapper,
  .page-id-75 .content .wrapper,
  .page-id-77 .content .wrapper {
  	padding-bottom: 95px;
  }

  .lab,
  .belco,
  .carso {
	display: flex;
    flex-direction: column;
  }

  .column_right, .column_right-en, .column_left {
  	width: 100%;
  	float: none;
  	margin: 0;
  	height: auto;
  }
  .column_left {
  	padding-right: 0;
  	background: none;
  	order: 1;
  	margin-bottom: 15px;
  }
  .column_left a {
  	padding: 0;
  	margin: 0;
  	position: initial;
  	display: block;
  }
  .column_left ul {
  	position: absolute;
  	bottom: 30px;
  	right: 10px;
  	padding: 0;
  	margin: 0;
  	height: 69px;
  	width: 90px;
  }
  .column_left ul li {
  	line-height: 23px;
  }
  .column_left ul.arrow {
  	bottom: 10px;
  	height: 20px;
  }
  .column_right, .column_right-en {
  	order: 2;
  	display: flex;
    flex-direction: column;
    height: auto !important;
    background: none !important;
  }
  .column_right img {
  	display: block;	
  }
  .column_right .top, .column_right .mid, .column_right .bot,
  .column_right-en .top, .column_right-en .mid, .column_right-en .bot {
  	margin: 7px 0 !important;
  	width: 100% !important;
  	position: initial;
  	box-sizing: border-box;
  }
  .column_right .top, .column_right-en .top {
  	order: 3;
  	background: #eff0f1;
  	padding: 10px;
  }
  .column_right .mid, .column_right-en .mid {
  	order: 2;
  }
  .column_right .bot, .column_right-en .bot {
  	order: 1;
  }


}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* Style adjustments for viewports 480px and over go here */

  /* Home */
  .flv, .flv_text {
  	width: 100%;
  }

  /* Team */
  .team, .team_text {
  	width: 100%;	
  }
  .team {
  	margin-left: 20px;
  }
  .team_text p {
  	margin: 0;
  	margin-top: 20px;
  }
  .person:nth-child(1)[style] {
  	margin-left: -41px;
  	left: 47% !important;
  }
  .person:nth-child(2)[style] {
  	margin-left: -48px;
  	left: 69% !important;
  }
  .person:nth-child(3)[style] {
  	margin-left: -57px;
  	left: 25% !important;
  }
  
  .fancy .image, .fancy .text {
  	width: 100%;
  }
  .fancy .text {
  	padding: 5px;
  }
  .fancy .text h2 {
  	font-size: 23px;
  }

  /* Invest */
  ul.invest li {
  	width: 100%;
  	padding: 15px 0;
  }

  /* Contact */
  .page-id-102 .wrapper {
  	display: flex;
    flex-direction: column;
  }

  .big_logo, .data {
  	width: 100%;
  }
  .big_logo {
  	order: 2;
  }
  .data {
  	padding-bottom: 15px;
  	order: 1;
  }
}

@media only screen and (min-width: 400px) and (max-width: 600px) {
  .person:nth-child(1)[style] {
  	margin-left: -41px;
  	left: 48% !important;
  }
  .person:nth-child(2)[style] {
  	margin-left: -48px;
  	left: 77% !important;
  }
  .person:nth-child(3)[style] {
  	margin-left: -57px;
  	left: 17% !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 399px) {
  .team {
  	margin-top: -60px;
  	margin-left: 10px;
  }
  .person {
  	font-size: 12px;
  	bottom: 58px;
  }
  .person:nth-child(1)[style] {
  	margin-left: -41px;
  	left: 48% !important;
  	bottom: 75px;
  }
  .person:nth-child(1) a {
  	width: 111px;
  }
  .person:nth-child(2)[style] {
  	margin-left: -48px;
  	left: 77% !important;
  }
  .person:nth-child(2) a {
  	width: 111px;
  }
  .person:nth-child(3)[style] {
  	margin-left: -57px;
  	left: 17% !important;
  }
  .person:nth-child(3) a {
  	width: 100px;
  }
  .column_1, .column_2, .column_3 {
  	padding-top: 25px;
  }
  .column_1 {
  	height: 201px;
  }
  .column_2 {
  	height: 407px;
  }
  .column_2 ul {
  	margin-left: 0;
    margin-top: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* Style adjustments for viewports 768px and over go here */
}


/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  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; }
}

/* overrides */

nav.bottom {
    font-size: 13px;
    position: absolute;
    right: 8px;
    top: 42px;
    justify-content: flex-start;
    display: flex;
    text-align: center;
    flex-direction: row-reverse;
    padding-right: 9px;
    width: 610px;
}

ul.qtrans_language_chooser {
    float: right;
    margin-right: 10px;
    margin-top: -4px;
    margin-left: 11px;
}

footer {
    height: 75px;
    width: 100%;
}

.page-id-528 #main,
.page-id-525 #main{
  height: auto;
  background: none !important;
top: 50px;
  position: relative;
  margin-top: 0;
}

.menu-item-550 {
  margin-top: 5px;
  display: block;
}

.content-page-text{
box-sizing: border-box;
  height: auto;
  width: 100%;
  max-width: 960px;
  padding: 50px 25px;
  position: relative;
  top: auto;
  margin: auto;
  background: #ffffff;
}

.content-page-text p {
	 font-size: 14px;
	 line-height: 27px;
	 font-weight: 400;
	 margin-bottom: 45px;
	 color: #2d2d2d;
}
.content-page-text {
	 font-size: 14px;
	 line-height: 27px;
	 font-weight: 400;
	 margin-bottom: 45px;
	 color: #2d2d2d;
}
 .content-page-text strong {
	 font-weight: 700;
}
 .content-page-text a {
	 color: #307886;
	 font-weight: 700;
	 text-decoration: underline;
	 font-style: italic;
}
 .content-page-text h1, .content-page-text h2, .content-page-text h3, .content-page-text h4, .content-page-text h5, .content-page-text h6 {
	 color: #307886;
}
 .content-page-text h1, .content-page-text h2 {
	 margin: 30px 0 10px;
}
 .content-page-text h1 + h3, .content-page-text h2 + h3, .content-page-text h1 h4, .content-page-text h2 h4, .content-page-text h1 h5, .content-page-text h2 h5, .content-page-text h1 h6, .content-page-text h2 h6 {
	 margin-top: 10px;
	 font-weight: 500;
}
 .content-page-text h3 {
	 margin: 30px 0 30px;
	 color: #307886;
	 font-weight: 500;
}
 .content-page-text h5 {
	 margin: 30px 0;
}
 .content-page-text h6 {
	 margin: 15px 0;
	 color: #307886;
	 text-transform: uppercase;
}
 .content-page-text p + ul {
	 margin-top: -20px;
}
 .content-page-text ul {
	 padding-left: 30px;
	 margin-bottom: 30px;
	 display: flex;
	 flex-direction: column;
}
 @media screen and (max-width: 700px) {
	 .content-page-text ul {
		 padding-left: 30px;
	}
}
 .content-page-text ul li {
	 position: relative;
	 font-size: 14px;
	 line-height: 27px;
	 font-weight: 400;
	 color: #2d2d2d;
	 margin-bottom: 15px;
}
 .content-page-text ul li:last-child {
	 margin-bottom: 0;
}
 .content-page-text ul ul {
	 padding-left: 50px;
	 margin-bottom: 0;
	 margin-top: 10px;
}
 .content-page-text ul ul li:first-child {
	 margin-top: 10px;
}
 .content-page-text ol li {
	 position: relative;
	 font-size: 14px;
	 line-height: 27px;
	 font-weight: 400;
	 color: #2d2d2d;
	 margin-bottom: 10px;
}
 .content-page-text ol li:last-child {
	 margin-bottom: 0;
}