@charset "utf-8";

/*
 * Common
 * 
 */

div.clear, span.clear	{ display: block; overflow: hidden; height: 0; clear: both; }

#marker-container	{ width: 0; height: 0; overflow: hidden; }
a *
{
    pointer-events: none;
}

.common
{
	background-color: #F4F4F4;
	-webkit-tap-highlight-color: transparent;
}

#global-wrapper
{
}

#panel-container
{
	position: fixed;
	left: 0;
	top: 0;
	width: 216px;
	padding-left: 24px;
}

#main-header
{
	margin-top: 33px;
	margin-bottom: 95px;
}

#main-nav
{
}

#secondary-nav
{
	margin-bottom: 20px;
}

#bottom-container
{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 216px;
	padding-left: 24px;
}

#main-footer
{
	margin: 0 0 24px 0;
}

#main-container
{
	top: 0;
	bottom: 0;
	right: 0;
	left: 0px;
	position: absolute;
}

#content-container
{
	top: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	left: 0;
	position: absolute;
}

#content-container div.content
{
	position: relative;
	z-index: 1;
}

/*
 * Components
 * 
 */

.brand
{
	width: 190px;
	height: 91px;
	overflow: hidden;
}

.brand img
{
	display: block;
	margin: 0 auto;
}

.menu-title
{
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 1.1em;
	font-family: OpenSansBold, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	padding: 0 40px 0 20px;
	background-image: url(../img/icon-menu-expand.png);
	background-repeat: no-repeat;
	background-position: right 0;
}

.menu-title.hovered,
.menu-title.selected
{
	background-color: #000;
	background-position: right -40px;
	color: #fff;
}

ul.primary-links
{
	margin: 0;
	list-style: none;
}

ul.primary-links li a
{
	font-size: 2.5em;
	text-transform: uppercase;
	font-family: OpenSansLight, Arial, Helvetica, sans-serif;
	line-height: 1.08em;
	text-decoration: none;
	letter-spacing: -1px;
}

ul.primary-links li a:hover,
ul.primary-links li a:focus,
ul.primary-links li a.selected
{
	color: #9f3978;
}

ul.primary-links ul
{
	margin: 0;
	list-style: none;
}

ul.primary-links ul li
{
}

ul.primary-links ul li a
{
	font-size: 1em;
	letter-spacing: 0;
	line-height: 1.2em; 
}

div.secondary-links
{
	position: relative;
}

div.secondary-links span.bubble
{
	position: absolute;
	top: -20px;
	left: 48px;
}

div.secondary-links ul
{
	margin: 0;
	list-style: none;
}

div.secondary-links ul li
{
	margin-top: 1px;
}

div.secondary-links ul li:first-child
{
	margin-top: 0;
}

div.secondary-links ul li a
{
	font-size: 0.9em;
	text-transform: uppercase;
	text-decoration: none;
}

span.bubble
{
	position: relative;
	display: inline-block;
	line-height: 1em;
	padding: 5px;
}

span.bubble::before
{
	content: '';
	position: absolute;
	bottom: -6px;
	left: 5px;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #9f3978;
}

#background-container
{
	position: fixed;
	top: 0;
	left:0px;
	right: 0;
	bottom: 0;
	overflow: hidden;
	background: url(../img/loader.gif) no-repeat center center;
}

#background-container div.content
{
	position: absolute;
	display: none;
	left: 0;
	top: 0;
}

#background-container img
{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
}

#background-pattern
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../img/bg-pattern.png) repeat 0 0;
}

.page-title
{
	background: #000;
	color: #fff;
	display: block;
	float: left;
	line-height: 31px;
	height: 32px;
	padding: 0 10px;
	text-transform: uppercase;
	font-size: 1.1em;
	margin-bottom: 1px;
	z-index: 2;
	position: relative;
}

.page-subtitle
{
	background: #000;
	margin-bottom: 1px;
	color: #fff;
	display: inline-block;
	padding: 0 10px;
	font-size: 1.1em;
	line-height: 32px;
	height: 32px;
	white-space: nowrap;
}

.subtitle
{
    font-size: 1.8em;
    font-weight: normal;
    font-family: OpenSansRegular, Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-bottom: .9em;
}

.subtitle.alt
{
    margin-bottom: .5em;
}

.reference-detail
{
	display: none;
	background: #fff;
	width: 440px;
	padding: 30px;
}

/*
 * specs
 * 
 */


/* references */

.type-references
{
    overflow: hidden;
    overflow-y: scroll;
}

.type-references #background-container,
.type-references #background-pattern
{
	display: none;
}

.type-references #main-container
{
	top: auto;
	bottom: auto;
	right: auto;
	left: auto;
	margin-left: 240px;
	position: relative;
}

.type-references #content-container
{
	position: relative;
	overflow: visible;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}

/* reference */

.type-reference .page-title
{
	display: block!important;
}

.type-reference .page-subtitle
{
    display: block!important;
    float: left;
}

.type-reference #backbutton
{
	display: block;
}

.type-reference #content-container
{
	top: auto;
	bottom: auto;
	right: auto;
	overflow: visible;
	left: auto;
	position: relative;
}

.type-reference #content-container div.content
{
    zoom: 1;
}

.type-reference #background-pattern
{
	display: none;
}

.type-reference .submenu-bar
{
	display: none!important;
}

/* equipe */

.type-equipe
{
    overflow: hidden;
    overflow-y: scroll;
}

.type-equipe #background-container,
.type-equipe #background-pattern
{
	display: none;
}

.type-equipe #main-container
{
	top: auto;
	bottom: auto;
	right: auto;
	left: auto;
	margin-left: 240px;
	position: relative;
}

.type-equipe #content-container
{
	position: relative;
	overflow: visible;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}


/* equipe detail */

.type-equipe-detail
{
}

.type-equipe-detail .page-title
{
    display: block!important;
    position: absolute;
    top: -32px;
}

.type-equipe-detail #backbutton
{
	display: block;
}

.type-equipe-detail #content-container
{
	top: 50%;
	bottom: auto;
	right: auto;
	overflow: visible;
	left: 0;
	position: absolute;
}

.type-equipe-detail .submenu-bar
{
	display: none!important;
}

div.equipe-detail
{
    background: #fff;
    width: 420px;
    padding: 30px 40px 13px 40px;
}

div.equipe-detail p
{
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 1.5em;
    text-align: justify;
}

div.equipe-detail p:first-child
{
    text-align: left;
    margin-bottom: .5em;
}

div.equipe-detail span.introduction
{
    text-transform: uppercase;
    text-align: left;
}

div.equipe-detail span.mise-en-valeur-01,
div.equipe-detail span.mise-en-valeur-02
{
    font-size: 1.1em;
}


/* agence */

.type-agence
{
}

.type-agence #content-container
{
	background: #fff;
	top: 50%;
	margin-top: -140px;
	left: auto;
	right: 0;
	bottom: auto;
	height: 245px;
	width: 445px;
	padding: 35px 35px 0 35px;
	overflow: visible;
}

.type-agence .page-title
{
	position: absolute;
	right: 0;
	top: -32px;
}

/* type agence big */

.type-agence-big .page-title
{
    display: block!important;
    position: absolute;
}

.type-agence-big #main-container
{
    background: #fff;
}

.type-agence-big #content-container 
{
    width: 640px;
    background: #fff;
    padding: 70px 0 0;
    position: relative;
    overflow: visible;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
}

.type-agence-big #background-container
{
    left: 880px;
}

.type-agence-big div.introduction
{
    text-align: justify;
    padding: 0 30px 30px;
}

.type-agence-big div.cell .subtitle
{
    margin-bottom: 0;
    text-align: left;
    line-height: 1.2em;
}

.type-agence-big div.cell .subtitle + p
{
    text-align: left;
}

.type-agence-big div.cell
{
    padding: 20px 220px 20px 30px;
    text-align: justify;
    font-family: OpenSansLight, Arial, Helvetica, sans-serif;
    position: relative;
    min-height: 245px;
}

.type-agence-big div.cell p
{
    font-family: OpenSansLight, Arial, Helvetica, sans-serif;
}

.type-agence-big div.cell p strong
{
    font-family: OpenSansSemiBold, Arial, Helvetica, sans-serif;
}

.type-agence-big div.cell.odd
{
    padding: 20px 30px 20px 220px;
    background: #f1f1f1;
}

.type-agence-big ul.stats
{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 190px;
    margin: 0;
    list-style: none;
    background-color: #9e3877;
}

.type-agence-big div.cell.odd ul.stats
{
    left: 0;
    right: auto;
}

.type-agence-big ul.stats.history01 { background-color: #05bdc0; }
.type-agence-big ul.stats.history02 { background-color: #edbe01; }
.type-agence-big ul.stats.history03 { background-color: #9e3877; }

.type-agence-big ul.stats li
{
    height: 33%;
    color: #fff;
    background-color: #05bdc0;
    overflow: hidden;
    text-align: left;
    font-family: OpenSansRegular, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 1.2em;
}


.type-agence-big ul.stats.history01 li                  { height: 28%; }
.type-agence-big ul.stats.history01 li + li             { height: 34%; }
.type-agence-big ul.stats.history01 li + li + li        { height: 38%; }

.type-agence-big ul.stats.history02 li                  { height: 27%; background-color: #edbe01; }
.type-agence-big ul.stats.history02 li + li             { height: 28%; background-color: #edbe01; }
.type-agence-big ul.stats.history02 li + li + li        { height: 45%; background-color: #edbe01; }

.type-agence-big ul.stats.history03 li                  { height: auto; background-color: #9e3877; }

.type-agence-big ul.stats.history03 li + li
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.type-agence-big ul.stats li img
{
    display: block;
    width: 100%;
    height: auto;
}

.type-agence-big ul.stats li div.layer
{
    padding: 9% 12% 0 12%;
}

.type-agence-big ul.stats li span.date
{
    display: block;
    font-size: 2.3em;
    font-family: OpenSansBold, Arial, Helvetica, sans-serif;
    line-height: 1em;
}

.type-agence-big ul.stats li.age
{
    background-color: #05bdc0;
    text-align: center;
}

.type-agence-big ul.stats li.exp
{
    background-color: #edbe01;
    text-align: center;
}

.type-agence-big ul.stats li.team
{
    background-color: #9F3978;
}

.type-agence-big ul.stats li span.stat
{
    display: block;
    font-size: 2.8em;
    line-height: 1em;
    font-family: OpenSansBold, Arial, Helvetica, sans-serif;
    letter-spacing: -3px;
    margin-left: -7px;
    margin-top: 10%;
}

.type-agence-big ul.stats li small
{
    text-transform: lowercase;
}

.type-agence-big ul.stats li span.unit
{
    display: block;
    font-family: OpenSansSemiBold, Arial, Helvetica, sans-serif;
    font-size: 1.15em;
    margin-top: -.3em; 
}

.type-agence-big ul.stats li.team
{
    padding: 0 10% 0 30%;
    position: relative;
}

.type-agence-big ul.stats li.team span.stat
{
    margin-top: 0.4em;
    position: absolute;
    margin-left: -2.2ex;
    line-height: 1em;
}

.type-agence-big ul.stats li.team span.unit
{
    margin-top: 28px;
    line-height: 1.2em;
    font-size: 1.4em;
    letter-spacing: -1px;
}

.type-agence-big ul.stats li.team span.sub-unit
{
    display: block;
    font-size: .85em;
    line-height: 1.2em;
}

/* savoir faire */

.type-savoirfaire h1.page-title,
.type-methodologie h1.page-title
{
    display: block!important;
    position: absolute;
}

.type-savoirfaire #background-container
{
    left: 880px;
}

.type-savoirfaire #main-container
{
	background: #fff;
}

.type-savoirfaire #content-container
{
	max-width: 640px;
	background: #fff;
    position: relative;
    overflow: visible;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
}

.type-savoirfaire .subtitle
{
    padding-left: 30px;
}

.type-savoirfaire div.cat-groups
{
    overflow: hidden;
    padding: 0 30px;
    margin-bottom: 2em;
}

.type-savoirfaire div.cat-group
{
    float: left;
    width: 50%;
    margin-bottom: 30px;
}

.type-savoirfaire div.cat-group span.mise-en-valeur-01
{
    display: block;
    margin-bottom: .6em;
    color: #9f3978;
    font-size: 1.1em;
}

.type-savoirfaire div.cat-group ul
{
    margin: 0;
    list-style: none;
}

.type-savoirfaire div.cat-group ul li
{
    background: url(../img/mini-arrow.png) no-repeat 0 .45em;
    font-family: OpenSansLight, Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.1em;
    padding-left: 15px;
    padding-right: 25px;
    margin-bottom: .8em;
    color: #555;
}

.type-savoirfaire div.type1
{
    background: #171717;
}

.type-savoirfaire div.cell
{
	position: relative;
	overflow: hidden;
}

.type-savoirfaire div.cell div.content
{
	padding: 70px 30px 30px 30px;
}

.type-savoirfaire div.cell img
{
	float: left;
	display: block;
	width: 50%;
}

.type-savoirfaire div.cell.even img
{
	float: right;
}

.type-savoirfaire div.cell span.card
{
	float: left;
	display: block;
	width: 50%;
	color: #fff;
}

.type-savoirfaire div.cell span.card span.title
{
	display: block;
	text-transform: uppercase;
	font-size: 1.2em;
	word-spacing: 1ex;
	padding: 26px 26px 12px 26px;
}

.type-savoirfaire div.cell span.card span.detail
{
	display: block;
	padding: 0 26px 0 26px;
	font-size: 1.1em;
}

.type-savoirfaire div.cell a.anchor
{
    visibility: hidden;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.type-savoirfaire div.cell.expanded img
{
	width: 31.3%;
	max-width: 200px;
}

.type-savoirfaire div.cell.expanded div.detail
{
    float: left;
    width: 380px;
	padding: 30px;
	overflow: hidden;
	font-family: OpenSansLight, Arial, Helvetica, sans-serif;
}

.type-savoirfaire div.cell.expanded div.detail p
{
	font-family: OpenSansLight, Arial, Helvetica, sans-serif;
}

.type-savoirfaire div.cell.expanded div.detail span.introduction
{
	font-family: OpenSansSemibold, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
}

.methodologie-detail .submenu-bar
{
	display: none!important;
}

span.card-title
{
	position: absolute;
	display: block;
	background: #000;
	color: #fff;
	padding: 0 15px;
	text-transform: uppercase;
	font-size: 1.1em;
	height: 40px;
	line-height: 40px;
	word-spacing: .5ex;
}

.even span.card-title
{
	right: 0;
}

/* type contact */

.type-contact
{
    overflow: visible;
}

.type-contact #main-container
{
    overflow: visible;
}

.type-contact #content-container
{
    width: 440px;
    right: auto;
    background: #fff;
    padding: 70px 30px 0;
    bottom: auto;
}

.type-contact .page-title
{
    display: block!important;
    position: absolute;
}

.type-contact #content-container p.introduction
{
    margin-bottom: 3em;
}

.type-contact #background-container 
{
    background: #fff;
}

.type-contact #background-container div.content,
.type-contact #background-pattern
{
    display: none!important;
}

div.contact-box
{
    width: 32%;
    float: left;
    margin-bottom: 4em;
}

div.contact-box + div.contact-box
{
    margin-left: 1.5%;
}

div.contact-box a
{
    display: block;
    text-decoration: none;
    text-align: center;
}

div.contact-box a:hover,
div.contact-box a:focus
{
    color: #171717;
}

div.contact-box i.picto
{
    display: block;
    background-color: #c9c9c9;
    background-position: center center;
    background-repeat: no-repeat;
    height: 90px;
    position: relative;
}

div.contact-box a:hover i.picto,
div.contact-box a:focus i.picto
{
    background-color: #c9c9c9;
}

div.contact-box.job i.picto
{
    background-color: #00bec0;
    background-image: url(../img/contact-job.png);
}

div.contact-box.support i.picto
{
    background-color: #edbe01;
    background-image: url(../img/contact-support.png);
}

div.contact-box.info i.picto
{
    background-color: #9f3978;
    background-image: url(../img/contact-info.png);
}

div.contact-box i.picto::before
{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 6px solid #c9c9c9;
    left: 50%;
    position: absolute;
    margin-left: -12px;
    bottom: -6px;
}

div.contact-box a:hover i.picto::before,
div.contact-box a:focus i.picto::before
{
    border-top-color: #c9c9c9;
}

div.contact-box.job i.picto::before { border-top-color: #00bec0; }
div.contact-box.support i.picto::before { border-top-color: #edbe01; }
div.contact-box.info i.picto::before { border-top-color: #9f3978; }

div.contact-box strong
{
    display: block;
    text-transform: uppercase;
    line-height: 1.1em;
    padding-top: 1em;
}

/* type clients */

.type-clients .page-title
{
    display: block!important;
    position: absolute;
}

.type-clients #main-container
{
    background: #fff;
}

.type-clients #content-container 
{
    width: 580px;
    background: #fff;
    padding: 70px 30px 30px;
    position: relative;
    overflow: visible;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
}

.type-clients #background-container
{
    left: 880px;
}

.type-clients div.cat-groups
{
    overflow: hidden;
    margin-top: 1.6em;
}

.type-clients div.cat-group
{
    margin-bottom: 30px;
    overflow: hidden;
}

.type-clients div.cat-group span.mise-en-valeur-01,
.type-clients div.cat-group span.mise-en-valeur-02
{
    display: block;
    margin-bottom: .6em;
    font-size: 1.1em;
}

.type-clients div.cat-group ul
{
    margin: 0;
    list-style: none;
    overflow: hidden;
    width: 50%;
    float: left;
}

.type-clients div.cat-group ul li
{
    background: url(../img/mini-arrow.png) no-repeat 0 .45em;
    font-family: OpenSansLight, Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.1em;
    padding-left: 15px;
    padding-right: 25px;
    margin-bottom: .8em;
    color: #555;
}

/* type normale */

.type-page-normale .page-title
{
    display: block!important;
    position: absolute;
}

.type-page-normale #main-container
{
    background: #fff;
}

.type-page-normale #content-container 
{
    width: 440px;
    background: #fff;
    padding: 70px 30px 30px;
    position: relative;
    overflow: visible;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
}

.type-page-normale #background-container
{
    left: 740px;
}

/*
 * blocks
 * 
 */

.adress-container a
{
	color: #171717;
}

div.social-container
{
}

div.social-container ul
{
	margin: 0;
	list-style: none;
	overflow: hidden;
}

div.social-container ul li
{
	float: left;
	margin-right: 1px;
}

div.social-container ul li a
{
	display: block;
	width: 30px;
	height: 0;
	overflow: hidden;
	padding-top: 30px;
	background-color: #a2a2a2;
	background-image: url(../img/social-icons.png);
	background-repeat: no-repeat;
}

div.social-container ul li a:hover,
div.social-container ul li a:focus
{
	background-color: #9f3978;
}

div.social-container ul li a.facebook	{ background-position: 0 0; }
div.social-container ul li a.twitter	{ background-position: -30px 0; }
div.social-container ul li a.dribbble	{ background-position: -60px 0; }

/* submenu bar */

div.submenu-bar
{
	background: #eaeaea url(../img/submenu-pattern.png) repeat 0 0;
}

div.submenu-bar ul
{
	margin: 0;
	list-style: none;
	padding-left: 5px;
}

div.submenu-bar ul li
{
	float: left;
}

div.submenu-bar ul li a
{
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	text-transform: uppercase;
	text-decoration: none;
}

div.submenu-bar ul li a:hover,
div.submenu-bar ul li a:focus,
div.submenu-bar ul li a.selected
{
	color: #9F3978;
}

#backbutton
{
	display: none;
	background: #000;
	height: 27px;
	width: 28px;
	padding: 13px 0 0 11px;
	z-index: 2;
	position: absolute;
	right: 0;
	top: 0;
}

#backbutton:hover,
#backbutton:focus
{
	background: #e0040b;
}


#backbutton span.dots,
#backbutton span.dot
{
	display: block;
}

#backbutton span.dots
{
	overflow: hidden;
	margin-bottom: 1px;
}

#backbutton span.dot
{
	background: #fff;
	height: 4px;
	width: 5px;
	float: left;
	margin-right: 1px;
}

#panel-container.fixed
{
    width: 216px;
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    float: left;
}

.index #main-container.fixed
{
    width: 762px;
}

.page #main-container.fixed
{
    width: 762px;
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    float: left;
    margin: 0;
}

.type-equipe-detail #main-container.fixed
{
    top: 0;
    bottom: 0;
    right: 0;
    left: 240px;
    position: absolute;
    zoom: 1;
}

#bottom-container.fixed
{
    width: 216px;
    position: absolute;
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
}

#background-container.fixed
{
    left:0px;
}

.index #content-container.fixed
{
}

div.cssda a,
div.awwwards a
{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-indent: -10000px;
}

div.cssda.vertical
{
    background: url(../img/css-design-award-nominee-dark-vertical.png);
    width: 69px;
    height: 164px;
    position: fixed;
    right: 0;
    top: 0;
    overflow: hidden;
}

div.cssda.horizontal
{
    background: url(../img/css-design-award-nominee-dark.png);
    width: 164px;
    height: 69px;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
}

div.awwwards
{
    background: url(../img/awwwards_nominee_w_right.png);
    width: 69px;
    height: 105px;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
}

.type-references div.cssda.vertical,
.type-reference div.cssda.vertical,
.type-equipe div.cssda.vertical,
.type-contact div.cssda.vertical,
.type-references div.awwwards,
.type-reference div.awwwards,
.type-equipe div.awwwards,
.type-contact div.awwwards
{
    display: none;
}

.type-equipe-detail div.cssda.vertical,
.type-equipe-detail div.awwwards
{
    top: 54px;
}

/*
 * responsive
 * 
 */

@media (min-width: 1200px)
{
}

@media (min-width: 980px)
{
}

@media (max-width:1200px)
{
    div.equipe-detail
    {
        width: 40%;
    }
}

@media (max-width:979px)
{
	body
	{
		padding-left: 0;
		padding-right: 0;
	}
	
	#background-container
	{
		display: none;
		left: auto!important;
	}
	
	#panel-container
	{
		position: relative;
		left: auto;
		top: auto;
		width: auto;
		padding-left: 0;
		z-index: 2;
	}
	
	#bottom-container
	{
		position: relative;
		left: auto;
		bottom: auto;
		width: auto;
		padding-left: 0;
		padding-right: 0;
	}
	
	#main-container
	{
		top: auto;
		bottom: auto;
		right: auto;
		left: auto;
		position: relative;
		margin-bottom: 46px;
		margin-left: 0!important;
	}
	
	#content-container
	{
		top: auto!important;
		bottom: auto;
		right: auto;
		overflow: hidden;
		left: auto;
		position: relative;
	}
	
	
	#main-header
	{
		margin-bottom: 40px;
	}
	
	#inner-layer
	{
		background: #fff;
	}
	
	.type-clients #main-container,
	.type-page-normale #main-container,
	.type-savoirfaire #main-container,
	.type-agence-big #main-container
    {
        background: transparent;
    }
	
	.type-contact #content-container,
	.type-clients #content-container,
	.type-page-normale #content-container,
	.type-agence-big #content-container
	{
	    padding-top: 30px!important;
	}
	
	.type-savoirfaire #content-container,
	.type-contact #content-container,
	.type-clients #content-container,
	.type-page-normale #content-container,
	.type-agence-big #content-container
	{
		width: auto!important;
		max-width: 100%!important;
	}
	
	.type-equipe-detail #content-container
    {
        margin-top: 0!important;
        width: auto!important;
        max-width: 100%!important;
        position: relative;
    }
    
    div.equipe-detail
    {
        width: auto;
        padding: 25px;
    }
	
	form.form button
    {
        float: left!important;
    }
    
    form.form input,
    form.form textarea
    {
        width: 97.7%!important;
        padding: 0 1%!important;
    }
    
    #main-nav
	{
		overflow: hidden;
		position: absolute;
		width: 100%;
		padding-top: 40px;
	}
	
	#secondary-nav
	{
		padding-left: 24px;
		padding-right: 24px;
	}
	
	#main-footer
	{
		background: url(../img/submenu-pattern.png) repeat 0 0;
		margin-bottom: 0;
		padding: 24px;
	}
	
	.brand
	{
		width: auto;
	}
	
	.page-title
	{
	    position: relative!important;
		margin-bottom: 0;
		height: 40px;
		overflow: hidden;
		text-overflow: ellipsis;
		line-height: 40px;
		padding: 0 15px;
		max-width: 50%;
		white-space: nowrap;
	}
	
	.menu-title
	{
		position: absolute;
		right: 0;
		top: 0;
	}
	
	ul.primary-links
	{
		margin: 0;
		list-style: none;
		background: #000;
		padding: 0 15px;
		
		display: none;
	}
	
	ul.primary-links li
	{
		border-top: 1px solid #3e3e3e;
	}
	
	ul.primary-links li:first-child
	{
		border-top: none;
	}
	
	ul.primary-links li a
	{
		font-size: 1.1em;
		font-family: OpenSansBold, Arial, Helvetica, sans-serif;
		letter-spacing: 0;
		color: #fff;
		display: block;
		line-height: 50px;
		height: 50px;
		background: url(../img/primary-links-arrow.png) no-repeat right 0;
	}
	
	ul.primary-links li a:hover,
	ul.primary-links li a.selected
	{
		color: #9f3978;
		background-position: right -50px;
	}
	
	ul.primary-links ul
	{
		display: none;
	}
	
	
	div.secondary-links
	{
		margin-bottom: 24px;
	}
	
	div.secondary-links ul
	{
		border-top: 1px solid #dadada;
		border-bottom: 1px solid #dadada;
		overflow: hidden;
	}
	
	div.secondary-links ul li
	{
		margin-top: 0;
		float: left;
		width: 40%;
	}
	
	div.secondary-links ul li:first-child
	{
		margin-top: 0;
		width: 25%;
	}
	
	div.secondary-links ul li:last-child
	{
		margin-top: 0;
		width: 35%;
	}
	
	div.secondary-links ul li a
	{
		font-size: 0.9em;
		text-transform: uppercase;
		text-decoration: none;
		display: block;
		line-height: 40px;
		height: 40px;
		text-align: center;
	}
	
	div.secondary-links ul li:first-child a
	{
		text-align: left;
	}
	
	div.secondary-links ul li:last-child a
	{
		text-align: right;
	}
	
	div.secondary-links span.bubble
	{
		top: -32px;
		right: 0;
		left: auto;
	}
	
	ul.bg-pager
	{
		bottom: -40px!important;
	}
	
	ul.methodologie-pager
	{
		bottom: auto!important;
	}
	
	.trigger-expand
	{
		display: none!important;
	}
	
	span.arrow-controler
	{
		height: auto!important;
		width: 8%!important;
		top: 0!important;
		bottom: 0;
		margin-top: 0!important;
	}
	
	span.arrow-prev
	{
		background: rgba(0,0,0,0.15) url(../../../assets/img/icon-minipager-prev.png) no-repeat center center!important;
	}
	
	span.arrow-next
	{
		background: rgba(0,0,0,0.15) url(../../../assets/img/icon-minipager-next.png) no-repeat center center!important;
	}
	
	.type-reference .page-subtitle
	{
	    display: none!important;
	    
		background: none;
		margin-bottom: .5em;
		color: #000;
		display: block;
		padding: 0 30px;
		line-height: 1.6em;
		height: auto;
		white-space: normal;
		font-family: OpenSansSemibold, Arial, Helvetica, sans-serif;
		font-size: 1.4em;
	}
	
	.type-reference ul.bg-pager
	{
	    display: none;
	}
	
	.type-reference #main-nav,
    .type-equipe-detail #main-nav
    {
        display: none;
    }
	
	.type-reference #background-container,
	.type-equipe-detail #background-container,
	.type-contact #background-container
	{
		display: block;
		position: relative;
		margin-bottom: 60px;
		overflow: visible;
	}
	
	.type-equipe-detail #background-container,
	.type-contact #background-container
	{
	    margin-bottom: 0;
	}
	
	.type-contact #background-container
	{
	    height: 180px;
	    margin: 0 -30px;
	}
	
	.type-contact #contact-mapcontainer
    {
        left: 0!important;
    }
    
    div.mapzoom
    {
        left: 0!important;
    }
	
	.type-reference #background-container .content,
	.type-equipe-detail #background-container .content
	{
		position: relative;
		margin: 0!important;
		left: auto!important;
		top: auto!important;
	}
	
	.bg-addon-container
	{
		top: 8%!important;
		bottom: 8%!important;
		left: 12%!important;
		right: 12%!important;
		width: auto!important;
		height: auto!important;
		margin: 0!important;
		position: absolute;
	}
	
	ul.orea-grid
	{
		margin-top: 0!important;
	}
	
	.reference-detail
	{
		padding: 0 30px;
	}
	
	.type-savoirfaire div.cell div.content
	{
		padding: 26px 26px 20px 26px;
	}
	
	.type-savoirfaire div.cell div.content span.introduction
	{
		font-family: OpenSansSemibold, Arial, Helvetica, sans-serif;
		font-size: 1.2em;
	}
	
	.methodologie-detail h1.page-title
	{
		display: none!important;
	}
	
	.even span.card-title
	{
		right: auto;
	}
	
	.type-equipe-detail .page-title
    {
        top: auto;
    }
    
    .type-clients div.cat-group
    {
        float: none;
        width: auto;
    }
    
    .type-clients div.cat-group ul
    {
        width: auto;
        float: none;
    }
}

@media (max-width: 767px)
{
}

@media (max-width:480px)
{
}

@media (max-width:450px)
{
    div.contact-box
    {
        float: none;
        width: 100%;
        overflow: hidden;
        margin-bottom: 2em;
        margin-left: 0!important;
    }
    
    div.contact-box i.picto
    {
        float: left;
        width: 80px;
        height: 60px;
        margin-right: 1ex;
    }
    
    div.contact-box a
    {
        text-align: left;
    }
    
    div.contact-box strong
    {
        padding-top: 0;
    }
    
    .type-savoirfaire div.cell span.card span.title
    {
        font-size: 1.1em;
        word-spacing: 1ex;
        padding: 12px 12px 6px 12px;
    }
    
    .type-savoirfaire div.cell span.card span.detail
    {
        display: block;
        padding: 0 12px;
        font-size: .9em;
    }
    
    .type-savoirfaire div.type1
    {
        margin:  0 30px 1em 30px;
    }
    
    .type-savoirfaire div.cell span.card
    {
        float: none;
        width: auto;
        padding: 20px;
    }
    
    .type-savoirfaire div.cell img,
    .type-savoirfaire div.even.cell img
    {
        float: none;
        width: 100%;
    }
    
    .type-clients div.cat-group,
    .type-savoirfaire div.cat-group
    {
        float: none;
        width: auto;
    }
    
    .type-agence-big div.cell,
    .type-agence-big div.cell.odd
    {
        padding: 20px 30px 20px 30px;
    }
    
    .type-agence-big ul.stats
    {
        position: relative;
        overflow: hidden;
        margin: 1.6em 0;
        width: auto;
    }
    
    .type-agence-big ul.stats li
    {
        height: auto;
        padding-bottom: 1em!important;
        font-size: 1em;
        position: relative;
    }
    
    .type-agence-big ul.stats.history03 li + li
    {
        position: relative;
        bottom: auto;
        left: auto;
        width: auto;
        padding-bottom: 0!important;
    }
    
    .type-agence-big span.introduction
    {
        font-size: 1.3em;
        line-height: 1.4em;
    }
}

@media (max-height:800px)
{
	#main-header
	{
		margin-bottom: 30px;
	}
}

@media (max-height:640px)
{
	#bottom-container
	{
		/*display: none;*/
	}
}


@media (max-height:640px) and (min-width:979px)
{
    div.secondary-links
    {
        display: none;
    }
}

@media (max-height:550px) and (min-width:979px)
{
    div.social-container
    {
        display: none;
    }
}

@media (max-height:480px) and (min-width:979px)
{
    #bottom-container
    {
        display: none;
    }
}