/*------------------------------------------------------*
 *-----------------------------------     CSS GENERAL     ----*
 *------------------------------------------------------*/

body {
	font-family: gothambook;
	font-size: 12px;
	color: #000;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-image: url(../images/design/bg.png);
	background-repeat: repeat-x;
	background-color: #F1F1E9;
}
/*------------------------------------------------------*
 *-----------------------------------     CSS STRUCTURE PRINCIPALE     ----*
 *------------------------------------------------------*/

#global {
	width: 943px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width: 943px;
	height: 95px;
	float: left;
	position: relative;
}
#content {
	position: relative;
	float: left;
	width: 943px;
	z-index: 2;
	margin-bottom: 85px;
}
#footer {
	clear: both;
	width: 100%;
	background-color: #585858;
}
#footer-content {
	position: relative;
	width: 890px;/*943-53*/
	min-height: 60px;/*112-52*/
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
	color: #FFF;
	background-image: url(../images/design/mini-logo.svg);
	background-repeat: no-repeat;
	background-position: 0px 38px;
	padding: 52px 0px 0px 53px;
	font-family: 'gothamlight';
}
/*------------------------------------------------------*
 *-----------------------------------     CSS HEADER     ----*
 *------------------------------------------------------*/

#logo {
	display: block;
	width: 263px;
	height: 40px;
	background-image: url(../images/design/logo.svg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
	text-indent: -1500px;
	top: 27px;
	left: 0px;
}
#logo:hover {
	background-image: url(../images/design/logo-over.svg);
}
#menu {
	height: 40px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#menu a {
	display: block;
	float: left;
	height: 37px;
	font-family: gothamlight;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	border-bottom: 3px solid #FFF;
	margin: 0px 6px 0px 6px;
}
#menu a:hover, #menu a.selected {
	color: #B89610;
	border-bottom: 3px solid #B89610;
}
/*------------------------------------------------------*
 *-----------------------------------     CSS SLIDER     ----*
 *------------------------------------------------------*/

#slider {
	position: absolute;
	top: 95px;
	left: 0px;
	height: 500px;
	width: 100%;
	background-size: cover;
	z-index: 1;
	background-position: center center;
	background-repeat: no-repeat;
}
#slider-nav {
	position: relative;
	float: left;
	width: 943px;
	height: 327px;/*355-28*/
	z-index: 2;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-o-user-select: none;
	user-select: none;
}
#slider-nav img {
	display: none;
}
#slider-nav ul, #slider-nav li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
a.imgslider-prevNav, a.imgslider-nextNav {
	cursor: pointer;
	position: absolute;
	bottom: 50px;
	width: 28px;
	height: 28px;
	background-image: url(../images/design/arrows.png);
	background-repeat: no-repeat;
}
a.imgslider-prevNav {
	right: 40px;
	background-position: 0px 0px;
}
a.imgslider-prevNav:hover {
	background-position: 0px -28px;
}
a.imgslider-nextNav {
	right: 0px;
	background-position: -28px 0px;
}
a.imgslider-nextNav:hover {
	right: 0px;
	background-position: -28px -28px;
}
#slider-nav ul li a.title {
	position: absolute;
	right: 0px;
	bottom: 90px;
	display: inline-block;
	color: #FFF;
	font-family: 'gothamlight';
	font-size: 12px;
	font-weight: normal;
	height: 29px;/*42-13*/
	margin: 0px;
	background-color: #585858;
	padding: 13px 12px 0px 12px;
	text-decoration: none;
}
#slider-nav ul li a.title:hover {
	color: #B89610;
}
/*------------------------------------------------------*
 *-----------------------------------     CSS CONTENT     ----*
 *------------------------------------------------------*/
 
.chapeau {
	float: left;
	width: 831px;/*943px-112*/
	min-height: 114px;/*170-56*/
	font-size: 20px;
	padding: 28px 56px 28px 56px;
	background-color: #FFF;
	margin: 28px 0px 0px 0px;
}
.small {
	display: block;
	width: 88px;
	height: 88px;
	float: left;
	margin: 7px 7px 0px 0px;
	background-color: #FFF;
}
.pictos .small {
	background-size: contain;
}
.medium {
	width: 183px;
	min-height: 183px;
	float: left;
	margin: 7px 7px 0px 0px;
	background-color: #FFF;
	position: relative;
	text-decoration: none;
	text-align: center;
	background-size: contain;
}
.medium.tags {
	padding: 25px;
	width: 133px;
	min-height: 133px;
	font-family: 'gothamlight';
	font-size: 12px;
	line-height: 17px;
	text-align: left;
}
a.medium span.roll {
	display: block;
	position: absolute;
	background-color: #000;
	width: 183px;
	height: 183px;
	z-index: 1;
}
a.medium span.tag, a.medium h2, a.medium h3 {
	color: #FFF;
	position: relative;
	z-index: 2;
	margin: 0px;
	display: block;
}
a.medium span.tag {
	position: absolute;
	right: 50%;
	margin-right: -91px;
	left: 50%;
	margin-left: -91px;
	display: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	background-image: url(../images/design/line.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 0px 0px 6px 0px;
}
a.medium h2 {
	top: 70px;
	font-size: 11px;
	font-weight: normal
}
a.medium h3 {
	top: 90px;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase
}
.half {
	width: 412px;/*468-56*/
	min-height: 127px;/*183-56*/
	float: left;
	margin: 7px 7px 0px 0px;
	background-color: #FFF;
	font-family: 'gothamlight';
	font-size: 12px;
	line-height: 17px;
	padding: 28px;
}
.half.last {
	margin: 7px 0px 0px 0px;
}
.half span.title {
	font-size: 18px;
	font-family: 'gothambook';
}
.large {
	width: 373px;
	height: 183px;
	float: left;
	margin: 7px 7px 0px 0px;
	background-color: #FFF;
}
.xlarge {
	width: 753px;
	min-height: 183px;
	float: left;
	margin: 7px 0px 0px 0px;
	background-color: #FFF;
}
.xlarge.blogimg {
	padding: 0;
	width: 753px;
	min-height: 310px !important;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}
.medium.inverse {
	margin: 7px 0px 0px 7px;
}
.xlarge.inverse {
	margin: 7px 0px 0px 0px;
}
.large.inverse {
	margin: 7px 0px 0px 0px;
}
.section {
	width: 918px;/*943-25*/
	height: 38px;/*55-17*/
	padding: 17px 0px 0px 25px;
	float: left;
	margin: 28px 0px 0px 0px;
	background-color: #FFF;
	font-size: 18px;
	font-weight: normal;
	position: relative;
}
.small.last, .medium.last, .large.last {
	margin-right: 0px;
}
.medium.logo {
	background-image: url(../images/design/logo2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
/*------------------------------------------------------*
 *-----------------------------------     CSS STYLE EDITORIAUX     ----*
 *------------------------------------------------------*/
 
.large-style {
	width: 317px;/*373-56*/
	height: 127px;/*183-56*/
	padding: 28px;
	overflow: hidden;
	font-family: 'gothamlight';
	font-size: 12px;
	line-height: 17px;
}
.testify .large-style {
	line-height: normal;
}
.large-style h2 {
	margin-top: 0px;
}
.xlarge-style {
	width: 697px;/*753-56*/
	/*min-height:127px;*/
	padding: 28px;
	font-family: 'gothamlight';
	font-size: 12px;
	line-height: 17px;
}
.blogleft {
	width: 753px;
	float: left;
}
.blogright {
	width: 190px;
	float: left;
}
.xlarge-style h2 {
	font-weight: normal;
	font-size: 18px;
	margin: 0px;
	font-family: 'gothambook';
}
.xlarge-style .title {
	color: #B89610;
}
.title {
	font-size: 18px;
	margin: 15px 0px 9px 0px;
}
.subtitle {
	font-size: 14px;
	margin: 5px 0px 15px 0px;
}
.subtitle2 {
	font-size: 14px !important;
	font-weight: 800 !important;
	margin: 5px 0px 15px 0px !important;
}

a.link {
	color: #000;
	font-size: 12px;
	text-decoration: none;
	background-image: url(../images/design/picto-arrow.png);
	background-repeat: no-repeat;
	background-position: right 3px;
	padding-right: 17px;
}
a.link:hover {
	text-decoration: underline;
}
.right-title {
	margin: 7px 0px 0px 7px;
	color: #B89610;
	min-height: 31px;
	background-color: #FFF;
	font-size: 18px;
	box-sizing: border-box;
	padding: 5px 10px;
}
.right-zone {
	min-height: 192px;
	background-color: #FFF;
	box-sizing: border-box;
	padding: 5px;
	margin: 7px 0px 7px 7px;
}
.right-zone ul {
	margin: 0;
	padding: 10px 5px 10px 25px;
}
.right-zone ul li {
	padding-bottom: 10px;
}
.right-zone a, .keylist a {
	color: #000;
	text-decoration: none;
}
.right-zone a:hover, .keylist a:hover {
	text-decoration: underline;
}
/*------------------------------------------------------*
 *-----------------------------------     CSS BOOKMARKS     ----*
 *------------------------------------------------------*/


.notation_note {
	display: none;
}
.notation_valeur {
	display: block;
	font-family: 'gothambook';
	float: left;
	background-image: url(../images/design/bookmarks.png);
	background-repeat: no-repeat;
	height: 31px;/*31-8*/
	width: 31px;
	margin-right: 7px;
	overflow: hidden;
	border: 0px;
	cursor: pointer;
	font-size: 10px;
	text-align: center;
	color: #FFF;
	background-position: -155px 0px;
	background-color: #C2C2C2;
}
.heart {
	display: block;
	float: left;
	font-family: 'gothambook';
	background-image: url(../images/design/heart.png);
	background-repeat: no-repeat;
	height: 23px;/*31-8*/
	width: 31px;
	margin-right: 7px;
	overflow: hidden;
	border: 0px;
	font-weight: bold;
	font-size: 10px;
	color: #585858;
	padding-top: 8px;
	text-align: center;
}
.b-fb, .b-tw, .b-gg, .b-lk, .b-vi, .b-misc, .b-pi, .b-be, .b-in {
	display: block;
	float: left;
	background-image: url(../images/design/bookmarks.png);
	background-repeat: no-repeat;
	height: 31px;
	width: 31px;
	margin-right: 7px;
	overflow: hidden;
}
.b-fb.last, .b-tw.last, .b-gg.last, .b-lk.last, .b-vi.last, .b-misc.last, .b-pi.last, .b-be.last, .b-in.last {
	margin-right: 0px;
}
.b-fb span, .b-tw span, .b-gg span, .b-lk span, .b-vi span, .b-misc span, .b-pi span, .b-be span, .b-in span {
	display: block;
	height: 32px;
	width: 32px;
}
.fb span, .tw span, .gg span, .be span, .pi span, .lk span, .vi span, .in span {
	display: block;
	height: 32px;
	width: 32px;
}
.b-fb {
	background-position: 0px 0px;
}
.b-tw {
	background-position: -31px 0px;
}
.b-gg {
	background-position: -62px 0px;
}
.b-lk {
	background-position: -93px 0px;
}
.b-vi {
	background-position: -124px 0px;
}
.b-misc {
	background-position: -155px 0px;
}
.b-pi {
	background-position: -186px 0px;
}
.b-be {
	background-position: -217px 0px;
}
.b-in {
	background-position: -248px 0px;
}
.social {
	position: absolute;
	top: 41px;
	right: 0px;
	height: 20px;
}
a.fb, a.tw, a.gg, a.be, a.pi, a.lk, a.vi, a.in {
	display: block;
	float: left;
	margin-left: 2px;
	width: 31px;
	height: 31px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}
a.fb {
	background-image: url(../images/design/fb.png);
}
a.tw {
	background-image: url(../images/design/tw.png);
}
a.gg {
	background-image: url(../images/design/gg.png);
}
a.be {
	background-image: url(../images/design/be.png);
}
a.pi {
	background-image: url(../images/design/pi.png);
}
a.lk {
	background-image: url(../images/design/lk.png);
}
a.vi {
	background-image: url(../images/design/vi.png);
}
a.in {
	background-image: url(../images/design/in.png);
}
/*------------------------------------------------------*
 *-----------------------------------     CSS PORTFOLIO FILTERS     ----*
 *------------------------------------------------------*/

.section #filters {
	position: absolute;
	top: 12px;
	right: 15px;
	top: 22px;
}
.section #filters a {
	display: block;
	float: left;
	font-family: gothamlight;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	margin: 0px 12px 0px 12px;
}
.section #filters a.selected, .section #filters a:hover {
	color: #B89610;
}
.clientttl {
	font-weight: 900;
	font-size: 13px;
	letter-spacing: -0.5px;
}
/*------------------------------------------------------*
 *-----------------------------------     CSS PORTFOLIO     ----*
 *------------------------------------------------------*/

.project-s {
	display: block;
	float: left;
	width: 373px;
	height: 183px;
	margin: 7px 0px 0px 0px;
	background-color: #FFF;
	position: relative;
	text-decoration: none;
	text-align: center;
	background-size: contain;
}
.project-l {
	display: block;
	width: 563px;
	height: 373px;
	float: left;
	margin: 7px 7px 0px 0px;
	background-color: #FFF;
	position: relative;
	text-decoration: none;
	text-align: center;
	background-size: contain;
}
.project-s.inverse {
	float: right;
	margin: 7px 7px 0px 0px;
}
.project-l.inverse {
	float: right;
	margin: 7px 0px 0px 0px;
}
.project-l span.roll {
	display: block;
	position: absolute;
	background-color: #000;
	width: 563px;
	height: 373px;
	z-index: 1;
}
.project-s span.roll {
	display: block;
	position: absolute;
	background-color: #000;
	width: 373px;
	height: 183px;
	z-index: 1;
}
.project-l span.tag, .project-l h2, .project-l h3, .project-s span.tag, .project-s h2, .project-s h3 {
	color: #FFF;
	position: relative;
	z-index: 2;
	margin: 0px;
	display: none;
}
.project-l span.tag {
	top: 135px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	padding: 0px 0px 12px 0px;
}
.project-l h2 {
	top: 165px;
	font-size: 13px;
	font-weight: normal
}
.project-l h3 {
	top: 185px;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase
}
.project-s span.tag {
	top: 43px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	padding: 0px 0px 12px 0px;
}
.project-s h2 {
	top: 73px;
	font-size: 11px;
	font-weight: normal
}
.project-s h3 {
	top: 93px;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase
}
#project-viewer {
	float: left;
	background-color: #CFD0CA;
	width: 943px;
	height: 590px;
	margin-top: 7px;
	/*overflow:hidden;*/
	position: relative;
}
#project-viewer img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 943px;
	height: 590px;
	z-index: 1;
	display: none;
}
#project-counter {
	position: relative;
	height: 12px;
	margin-top: 545px;
	z-index: 2;
	text-align: center;
}
#project-arrows {
	position: absolute;
	height: 28px;
	width: 943px;
	top: 281px;
	z-index: 2;
}
#project-arrows #prev, #project-arrows #next {
	position: absolute;
	display: block;
	top: 0px;
	height: 28px;
	width: 28px;
	cursor: pointer;
	overflow: hidden;
	background-image: url(../images/design/arrows.png);
	background-repeat: no-repeat;
}
#project-arrows #prev {
	left: 0px;
	background-position: 0px 0px;
}
#project-arrows #prev:hover {
	background-position: 0px -28px;
}
#project-arrows #next {
	right: 0px;
	background-position: -28px 0px;
}
#project-arrows #next:hover {
	background-position: -28px -28px;
}
#project-arrows #prev.disabled, #project-arrows #next.disabled {
	display: none;
}
#project-counter span {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-image: url(../images/design/project-selector.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px 5px 0px 5px;
	cursor: pointer;
}
#project-counter span.selected {
	background-position: -10px 0px;
}
.project-nav {
	position: relative;
}
.project-nav a.prev, .project-nav a.next {
	display: block;
	height: 68px;
	width: 68px;
	position: absolute;
	top: 0px;
	background-repeat: no-repeat;
	background-position: center center;
}
.project-nav a.up {
	display: block;
	height: 68px;
	width: 40px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -20px;
	background-image: url(../images/design/3lines.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.project-nav a.prev {
	background-image: url(../images/design/arrowl.png);
	left: 0px;
}
.project-nav a.next {
	background-image: url(../images/design/arrowr.png);
	right: 0px;
}
/*------------------------------------------------------*
 *-----------------------------------     CSS FOOTER     ----*
 *------------------------------------------------------*/

#footer-content a {
	color: #FFF;
	text-decoration: none;
}
#footer-content a:hover {
	text-decoration: underline;
}
/*------------------------------------------------------*
  *-----------------------------------     CSS FORMULAIRES     ----*
  *------------------------------------------------------*/

div.formulaire_spip {
	float: left;
	width: 943px;
	margin: -12px 0 0 0;
}
div.formulaire_spip form ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
div.formulaire_spip form label {
	display: none;
}
div.formulaire_spip form input {
	background-color: #FFF;
	color: #000;
	font-size: 11px;
	text-transform: uppercase;
	border: none;
	width: 428px;/*468-40*/
	height: 28px;
	padding: 0px 10px 0px 30px;
	float: left;
	margin: 7px 7px 0px 0px;
}
div.formulaire_spip form input#champ_formidable_contact_input_2, div.formulaire_spip form input#champ_formidable_contact_input_4 {
	margin: 7px 0px 0px 0px;
}
div.formulaire_spip form textarea {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	color: #000;
	font-size: 11px;
	text-transform: uppercase;
	border: none;
	width: 903px;/*943-40*/
	height: 183px;/*148-20*/
	padding: 10px 10px 10px 30px;
	float: left;
	margin-top: 7px;
	margin-bottom: 7px;
}
div.formulaire_spip form p.boutons button {
	float: right;
	font-size: 11px;
	font-family: 'gothambook';
	width: 100px;
	cursor: pointer;
	padding: 0px;
	margin: 0px;
	background-color: #585858;
	color: #FFF;
}
.reponse_formulaire.reponse_formulaire_erreur, .reponse_formulaire.reponse_formulaire_ok {
	color: #B89610;
	font-size: 11px;
	text-transform: uppercase;
	padding: 25px 0px 0px 25px;
}
span.erreur_message {
	display: none;
}
/*------------------------------------------------------*
 *-----------------------------------     CSS BONUS     ----*
 *------------------------------------------------------*/


a.spip_out {
	color: #000;
}
a.spip_out:hover {
	text-decoration: none;
}
input:focus, textarea:focus, select:focus {
	outline: none;
}
.Asymbols, .Bsymbols {
	display: block;
	font-family: 'symbols';
	font-size: 18px;
	position: relative;
	color: #414141;
}
.Asymbols {
	left: -28px;
	text-align: left;
}
.Bsymbols {
	left: 28px;
	text-align: right;
}
.scroll {
	display: block;
	width: 40px;
	height: 40px;
	background-color: #585858;
	background-image: url(../images/design/up.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #F1F1E9;
}
a img {
	border: 0;
}
.clear {
	clear: both;
}
/*------------------------------------------------------*
  *-----------------------------------     CSS FONT FACE     ----*
  *------------------------------------------------------*/


@font-face {
	font-family: 'gothambook';
	src: url('../fonts/gotham_book-webfont.eot');
	src: url('../fonts/gotham_book-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/gotham_book-webfont.woff') format('woff'),  url('../fonts/gotham_book-webfont.ttf') format('truetype'),  url('../fonts/gotham_book-webfont.svg#gothambook') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'gothamlight';
	src: url('../fonts/gotham_light-webfont.eot');
	src: url('../fonts/gotham_light-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/gotham_light-webfont.woff') format('woff'),  url('../fonts/gotham_light-webfont.ttf') format('truetype'),  url('../fonts/gotham_light-webfont.svg#gothamlight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'symbols';
	src: url('../fonts/symbols-webfont.eot');
	src: url('../fonts/symbols-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/symbols-webfont.woff') format('woff'),  url('../fonts/symbols-webfont.ttf') format('truetype'),  url('../fonts/symbols-webfont.svg#untitledregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
.wrapper {
	width: 190px;
	float: left;
}
.medium.network, .medium.share, .large.share {
	height: 31px;
	min-height: 0px;
	background-color: transparent;
}

.medium.share2{
	height: 31px;
	min-height: 0px;
	background-color: transparent;
}

.medium.blognarrow, .large.blognarrow, .half.blognarrow {
	height: 31px;
	min-height: 0px;
	background-color: #FFF;
	box-sizing: border-box;
	padding: 9px 0 0 28px;
	text-align: left;
}
.large.blognarrow {
	width: 563px;
}
#footer-content {
	position: relative;
	z-index: 5;
}
#filters select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	overflow: hidden;
	color: #666;
	font-family: 'gothambook';
	font-size: 12px;
	font-weight: normal;
	/*height:20px;*/
	background-color: #FFF;
	border: none;
	padding: 0px 5px 0px 10px;
	cursor: pointer;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	display: none
}
/*------------------------------------------------------*
  *-----------------------------------     VIDEO    ----*
  *------------------------------------------------------*/
  

iframe {
	border: 0 !important;
}
/*------------------------------------------------------*
  *-----------------------------------     MODAL    ----*
  *------------------------------------------------------*/
  
.easy-modal, .easy-modal-animated {
	display: none;
	width: 400px;
	padding: 2em;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
	background-color: white;
	position: absolute !important;
}
.easy-modal p.title, .easy-modal-animated p.title {
	font-family: gothambook;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding-bottom: 20px;
}
.easy-modal .easy-modal-close, .easy-modal-animated .easy-modal-close {
	position: absolute;
	top: 10px;
	right: 10px;
	background: none;
	border: none;
	outline: none;
	font-size: 20px;
	cursor: pointer;
}
.easy-modal .easy-modal-close:hover, .easy-modal-animated .easy-modal-close:hover {
	color: #B89610;
}
/*---------------*/
/***** Bubba *****/
/*---------------*/



.effect-bubba .bubba-content::before, .effect-bubba .bubba-content::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
	transition: opacity 0.6s, transform 0.6s;
	z-index: 9999;
}
.effect-bubba .bubba-content::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}
.effect-bubba .bubba-content::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
}
.effect-bubba:hover .bubba-content::before, .effect-bubba:hover .bubba-content::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
/*------------------------------------------------------*
  *-----------------------------------     BLOG SLIDER    ----*
  *------------------------------------------------------*/

.blogimg #project-viewer {
	width: 100%;
	height: 471px;
	margin: 0;
}
.blogimg #project-viewer img {
	width: 100%;
	height: auto;
}
.blogimg #project-arrows {
	width: 100%;
	top: 43%;
}
.blogimg #project-counter {
	margin-top: 0;
	position: absolute;
	bottom: 6%;
	width: 100%;
}
#blog blockquote {
	font-size: 20px;
	padding: 28px;
	margin: 0;
	line-height: normal;
	font-family: gothambook;
}
#blog blockquote br {
	display: none;
}
#blog blockquote p {
	padding: 0;
	margin: 0;
}
#blog blockquote::before {
	display: block;
	font-family: 'symbols';
	content: "A";
	font-size: 18px;
	position: relative;
	color: #414141;
	left: -28px;
	text-align: left;
}
#blog blockquote::after {
	display: block;
	font-family: 'symbols';
	content: "B";
	font-size: 18px;
	position: relative;
	color: #414141;
	left: 28px;
	text-align: right;
}
.doclink {
	display: block;
	float: left;
	margin-right: 28px;
	margin-bottom: 28px;
	color: #000;
}

.doclink:last-child {
	margin-right: 0;
}

.doclink::before {
	content: url(../images/design/doc.png);
	margin-right: 10px;
	display: inline-block;
}
.doclink span {
	display: inline-block;
	vertical-align: top;
	max-width: 120px;
}
.doclink:hover span{
	text-decoration: underline;
}
/*------------------------------------------------------*
  *-----------------------------------     MEDIA QUERIES    ----*
  *------------------------------------------------------*/
  
/* Tablet Landscape */
@media screen and (max-width: 960px) {
/*body{background-color: red;}*/
#global {
	width: 100%
}
#content, #slider-nav, #header {
	width: 100%
}
#slider {
	height: 400px;
}
div.pictos {
	width: 100%
}
div.pictos span, div.pictos a {
	width: 9%;
	margin-right: 1.111111%;
	background-size: cover
}
div.chapeau {
	box-sizing: border-box;
	width: 100%;
	height: auto;
}
div.section {
	width: 98%;
	height: auto;
	padding: 14px 1%
}
div.large {
	width: 48%;
	height: auto;
	margin-right: 1%;
	padding: 8px 0.75%
}
.wrapper {
	width: 100%;
}
.wrapper .medium.tags {
	display: none;
}
.medium.network {
	padding-bottom: 7px;
}
div.xlarge {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 4% 10%;
}
.xlarge.blogimg {
	padding: 0;
	width: 100%
}
div.half {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 4% 10%;
}
.project-l {
	width: 60%;
	margin: 7px 1% 0px 0px;
	background-size: cover;
	background-position: center center;
	overflow: hidden
}
.project-s {
	width: 39%;
	background-size: cover;
	background-position: center center;
	overflow: hidden
}
.project-l span.roll, .project-s span.roll {
	width: 100%;
	height: 100%
}
.social a {
	margin-left: 4px;
}
div.large.last {
margin:-right:0%
}
div.chapeau {
	font-size: 18px
}
.Asymbols, .Bsymbols {
	font-size: 16px;
}
#footer-content {
	width: 94%;
	padding-left: 6%
}
div.medium.logo {
	display: none
}
.medium.lazy.inverse {
	width: 19%;
	margin-left: 0;
	margin-right: 1.25%;
	background-size: cover;
	overflow: hidden
}
.medium.lazy {
	width: 19%;
	margin-right: 1.25%;
	background-size: cover;
	overflow: hidden
}
.medium.lazy.last {
	width: 19%;
	margin-right: 0%
}
div.testify .large {
	display: none
}
#project-viewer {
	width: 100%;
	height: auto;
	overflow: hidden;
}
#project-viewer img {
	width: 100%;
	height: auto;
}
#project-arrows {
	width: 100%;
	top: 43%;
}
#project-counter {
	margin-top: 0;
	position: absolute;
	bottom: 6%;
	width: 100%;
}
div.formulaire_spip form input {
	width: 44%;
	margin: 7px 1% 0 1%;
	padding: 0 1% 0px 3%;
}
div.formulaire_spip {
	width: 100%;
	padding: 0;
	margin: 0;
}
div.formulaire_spip form textarea {
	width: 93%;
	margin: 7px 1% 7px 1%;
	padding: 7px 1% 0px 3%;
}
div.formulaire_spip form p.boutons input {
	margin: 7px 2% 0 1%;
}
.project-nav.medium.inverse {
	width: 100%;
	margin: 7px 0 0 0
}
#footer-content {
	position: relative;
	z-index: 4;
}
#content {
	margin-bottom: 7px;
}
.medium.network, .medium.share, .large.share {
	width: 100% !important;
	background-color: #FFF;
	margin-left: 0;
	text-align: center;
}
.medium.share2{
	width: 100% !important;
	background-color: #FFF;
	text-align: left;
	padding: 0 0 0 calc(10% - 12px) !important;
}
.b-fb, .b-tw, .b-gg, .b-lk, .b-vi, .b-misc, .b-pi, .formulaire_jaime {
	display: inline-block;
	float: none;
}
#footer-content {
	background-image: none;
}
div.section {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 2% 10%;
}
#logo {
	left: 7px;
}
div.large {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 4% 10%;
}
.blogleft, .blogright, .blognarrow {
	width: 100% !important;
}
.blognarrow {
	padding: 9px 10% !important;
}
}

/* Tablet Portrait */
@media screen and (max-width: 768px) {
/*body{background-color: #0C0;}*/
#slider {
	height: 355px;
}
#footer-content {
	width: 93%;
	padding-left: 7%;
	font-size: 10px;
}
.social a {
	margin-left: 0px;
}
div.chapeau {
	font-size: 16px
}
.Asymbols, .Bsymbols {
	font-size: 14px;
}
#footer-content {
	position: relative;
	z-index: 3;
}
}

/* All Mobile Sizes (devices and browser) */
@media screen and (max-width: 640px) {
/*body{background-color: #FC0;}*/
#slider {
	height: 300px;
}
#slider-nav {
	height: 272px;
}
div.chapeau {
	font-size: 14px
}
#logo {
	height: 80px;
	width: 80px;
	background-image: url(../images/design/logo-phone.png);
	top: 7px;
	left: 7px;
}
#logo:hover {
	background-image: url(../images/design/logo-phone.png)
}
.project-l, .project-s {
	width: 100%;
	margin: 7px 0px 0px 0px;
	background-size: cover;
	background-position: center center;
	overflow: hidden
}
.section #filters a {
	display: none;
}
#filters select {
	display: block
}
#footer-content {
	font-size: 0px;
}
#footer-content {
	position: relative;
	z-index: 2;
}
.wrapper {
	display: none;
}
#menu a:hover, #menu a.selected:hover, #menu a, #menu a.selected {
	border-bottom: none;
	display: block;
	float: none;
	height: auto;
	text-align: right;/*padding:2px 0 1px 0;*/
}
#menu {
	right: 0;
	top: 0;
 	height:auto;
	width:auto;
	margin-right: 0;
}
}

/* minimal SIZE */
@media screen and (max-width: 352px) {
/*body{background-color: #F6F;}*/
#slider {
	height: 250px;
}
#slider-nav {
	height: 222px;
}
div.chapeau {
	font-size: 12px;
	font-style: italic;
	font-weight: bold
}
.Asymbols, .Bsymbols {
	font-size: 12px;
}
.section.section-phone {
	display: none;
}
#footer-content {
	position: relative;
	z-index: 1;
}
}
