@charset "utf-8";

@font-face {
	font-family: "evercut";
	src: url("../fonts/evercut.eot");
	src: url("../fonts/evercut.eot?#iefix") format("embedded-opentype"),
	     url("../fonts/evercut.woff?v2") format("woff"),
	     url("../fonts/evercut.ttf") format("truetype"),
	     url("../fonts/evercut.svg#evercut") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: 'axome';
  src: url('../fonts/axome.eot');
  src: url('../fonts/axome.eot#iefix') format('embedded-opentype'),
       url('../fonts/axome.woff') format('woff'),
       url('../fonts/axome.ttf') format('truetype'),
       url('../fonts/axome.svg#axome') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* basic styling and commonly used classes */
body,html,input,select,textarea { font-family: 'Lato', Arial, Helvetica, sans-serif; font-size: 14px; font-weight: 400; color: #fff; }
.set-size { margin: 0 auto; }

p { font-size: 14px; line-height: 22px; padding: 0 0 20px 0; }
b, strong { font-weight: bold; }
i, em { font-style: italic; }
.align-center { text-align: center; }
a,a:hover,a:focus { cursor: pointer; outline: none; color: #fff; }

blockquote p:before { content: '"'; position: absolute; margin: 0.3em 0 0 -0.75em; text-shadow: none; font-style: italic; font-size: 1.6em; }
blockquote p:after { content: '"'; position: absolute; margin: 0.3em 0 0 0.1em; text-shadow: none; font-style: italic; font-size: 1.6em; }

.hidden { visibility: hidden; display: none; }
.clear { clear: both; display: block; font-size: 0; line-height: 0; }
.float-left { float: left; }
.float-right { float: right; }
.text-shadow { text-shadow: 0 2px 1px rgba(0,0,0,.2); }

.clearfix:before,
.clearfix:after { display: table; content: ' '; }
.clearfix:after { clear: both; }

body { background: #000 url(../img/bg.png); filter: alpha(opacity=0); opacity: 0; }

::selection { background: #E7222B; }
::-moz-selection { background: #E7222B; }

[data-icon]:before {
  font-family: "evercut" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "evercut" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#progress-bar { width: 100%; position: absolute; top: 0; }
#progress-bar #progress { height: 3px; background: #e7222b; -webkit-transition: width linear 0.1s; -moz-transition: width linear 0.1s; transition: width linear 0.1s; }

/* container elements */
#container h2, #container .title-h2 { font-size: 48px; text-transform: uppercase; padding: 0 0 5px 0; line-height: 1; font-weight: 400; }
#container h3, #container .title-h3 { font-size: 30px; text-transform: uppercase; padding: 0 0 20px 0; line-height: 1; font-weight: 300; }
#container h4, #container .title-h4 { font-size: 20px; padding: 0 0 10px 0; line-height: 20px; font-weight: 400; }
#container h5, #container .title-h5 { font-size: 18px; padding: 0 0 10px 0; line-height: 18px; font-weight: 400; }
#container h6, #container .title-h6 { font-size: 16px; padding: 0 0 10px 0; line-height: 16px; font-weight: 400; }

#container section header { padding: 0 0 25px 0; }

.btn { display: inline-block; cursor: pointer; text-decoration: none !important; white-space: nowrap; border: 0; outline: 0; padding: 9px 18px; background: #333; background: rgba(42,42,42,.85); font-size: 14px; transition: all 0.2s ease; }
.btn:hover,
.btn:active,
.btn:focus { background: #777; background: rgba(255,255,255,.3); }

.gonext { position: absolute; z-index: 1000; bottom: 20px; right: 0; float: right; font-size: 12px; padding: 7px 11px; }
.gonext:after { content: 'e'; font-family: 'axome'; display: inline-block; vertical-align: middle; }
.gonext.last:after { content: 'h'; }

/* top */
#top { height: 52px; text-align: center; }

#bt-ecommerce { float: right; font-size: 13px; padding: 7px 8px 8px; text-transform: uppercase; border: 1px solid #222; border-top: 0; line-height: 1; }
#bt-ecommerce:hover { color: #e7222b; }
#bt-ecommerce:before { content: 'q'; font-size: 16px; vertical-align: bottom; padding-right: 5px; line-height: 0.7em; }

#langues { padding-top: 6px; }
#langues ul li { display: inline-block; font-size: 11px; }
#langues ul li:before { content: '|'; display: inline-block; color: #333; }
#langues ul li:first-child:before { display: none; }
#langues ul li a { display: inline-block; padding: 0 6px 0 8px; color: #676767; }
#langues ul li a:hover { text-decoration: underline; }
#langues ul li.active a { color: #e7222b; }

#branding { height: 93px; width: 100%; position: fixed; z-index: 1001; background: rgba(0,0,0,0.6); }
#branding a { color: #fff; }
#branding:after { display: block; content: ''; width: 100%; height: 7px; position: absolute; z-index: 1; bottom: -7px; background: #fff; filter: alpha(opacity=20); opacity: 0.2; }
#branding .set-size { position: relative; }

#logo { float: left; margin: 5px 0 0 0px; position: relative; line-height: 1; }
#logo span { display: none; }

#menu ul { float: right; margin: 5px -25px 0 0; padding: 0; }
#menu ul li { margin: 0; padding: 0; float: left; display: block; }
#menu ul li a { position: relative; z-index: 2; font-size: 13px; font-weight: normal; text-transform: uppercase; height: 36px; line-height: 36px; margin: 0; padding: 0 25px; display: block; float: left; cursor: pointer; }
#menu ul li a:hover { }
#menu ul li a:hover:after { position: absolute; display: block; content: ''; left: 0; right: 0; height: 7px; background: #fff; filter: alpha(opacity=20); opacity: 0.2; }
#menu ul li.current a:after { position: absolute; display: block; content: ''; left: 0; right: 0; height: 7px; background: #e7222b; filter: alpha(opacity=100); opacity: 1; }
#menu ul li a.icon-home { padding: 0 10px; }
#menu ul li a.icon-home:before { content: 'l'; font-size: 16px; line-height: 2em; position: relative; top: 2px; }
#menu ul li a.icon-home span { display: none; }
#menu ul li.current a.home:before { background-position: -18px -68px; }
#menu select { display: none; }

.ie7 #menu ul li.current a, .ie7 #menu ul li a:hover,
.ie8 #menu ul li.current a, .ie8 #menu ul li a:hover,
.ie9 #menu ul li.current a, .ie9 #menu ul li a:hover { margin-top: -1px; }

.ie7 #menu ul li.current a.icon-home, .ie7 #menu ul li a.home:hover,
.ie8 #menu ul li.current a.icon-home, .ie8 #menu ul li av:hover,
.ie9 #menu ul li.current a.icon-home, .ie9 #menu ul li a.home:hover { margin-top: 0; }

#submenu { width: 100%; position: fixed; top: 115px; z-index: 1001; }
#submenu .set-size { position: relative; }
#submenu ul { list-style: none; margin: 0; padding: 0; font-size: 0; position: absolute; right: 0; }
#submenu ul li { display: inline-block; background: none; padding: 0; }
#submenu ul li a { display: inline-block; margin: 0 0 0 1px; padding: 9px 18px; background: #333; background: rgba(42,42,42,.85); font-size: 14px; transition: all 0.2s ease; }
#submenu ul li a:hover { background: #777; background: rgba(255,255,255,.3); }
#submenu ul li.current a { background: #e7222b; }

/* section backgrounds */
section { position: relative; overflow: hidden; }
section .set-size { position: relative; z-index: 600; padding: 50px 0 0 0; }
.overflow { position: relative; z-index: 500; height: 100%; margin: 0 auto; }
.overflow.with-moodular { position: static; text-align: right; }
.overflow.with-moodular:after { display: inline-block; content: ''; margin-right: 32px; }
.overflow.with-moodular .gonext { right: auto; }

/*#container ul { margin: 5px 0 0 0; }
#container ul li { margin: 0; padding: 5px 0 5px 10px; background: url(../img/bullet.png) no-repeat 0 8px; }
#container ul li a { color: #181738; }
#container ul li a:hover { text-decoration: underline; }*/

#container section { background-repeat: no-repeat; background-position: center bottom; /*background-size: contain;*/ }
.entry-content { padding-top: 250px; padding-left: 50%; }

.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; margin: 0 20px 5px 0; }
.alignright { float: right; margin: 0 0 5px 20px; }

.wboite .title { display: block; padding: 6px 20px; font-size: 24px; line-height: 24px; font-weight: 300; text-transform: uppercase; background-color: #e7222b; }

.boite { background-color: #000; padding: 15px 20px 0 20px; color: #c5c5c5; }
.boite p { font-size: 13px; line-height: 19px; }

.wboite .more-info { display: block; padding: 5px 6px 5px 30px; background-color: #e7222b; position: relative; transition: all 0.2s ease; font-size: 13px; line-height: 13px; }
.wboite .more-info:hover { background-color: #eee; color: #e7222b; }
.wboite .more-info:before { content: 'g'; display: block; position: absolute; left: 20px; top: 9px; font-family: 'axome'; font-size: 8px; padding-right: 6px; line-height: 13px; margin-top: -4px; }

.acheter { margin-top: 25px; border-top: 1px solid #242424; text-align: right; font-size: 0.9em; }
.acheter a { display: inline-block; border: 1px solid #242424; border-top: 0; padding: 7px 10px 5px 10px; transition: all 0.2s ease; }
.acheter a:hover { background: #eee; color: #000; }
.acheter a:before { font-size: 1.3em; vertical-align: middle; padding-right: 8px; }

.modal-body { min-width: 300px; max-width: 600px; min-height: 150px; background-color: #000; color: #fff; padding: 10px 12px; }

.page-avec-slide .entry-content,
.page-boite-droite .entry-content,
.page-boite-gauche .entry-content { padding-left: 0; }
.page-boite-droite .wboite,
.page-boite-gauche .wboite { width: 100%; max-width: 360px; }
.page-boite-droite .wboite { float: right; }

/*.slide-content.page-boite-droite .wboite { float: none; }*/


/**********/
/* SLIDES */
/**********/
.moodular_wrapper { position: absolute; /*z-index: 501;*/ width: 100%; height: 100%; top: 0; }
.moodular,
.moodular .slide { margin: 0; padding: 0; width: 100%; height: 100%; overflow: hidden; background-repeat: no-repeat; background-position: center center; }
.moodular .slide-content { position: relative; left: 50%; height: 100%; margin: 0; padding-top: 250px; }
.moodular_nav { position: absolute !important; z-index: 502; bottom: 45px; left: 50%; margin: 0; padding: 0; list-style: none; height: 60px; overflow: hidden; }
.moodular_nav:before { content: ''; position: absolute; z-index: 0; top: 6px; left: 0; right: 0; border-bottom: 1px solid #222; }
.moodular_nav li { cursor: pointer; text-align: center; text-transform: uppercase; padding: 17px 0 0 0; background: none; font-size: 12px; line-height: 0.8em; }
.moodular_nav li:before { content: ''; display: block; position: absolute; top: 0; left: 50%; margin: 0 0 0 -6px; background: #111; width: 11px; height: 11px; cursor: pointer; -webkit-border-radius: 50px; border-radius: 50px; border: 1px solid #444; }
.moodular_nav li:hover:before { background: #333; }
.moodular_nav li.active:before,
.moodular_nav li.active:hover:before { background: #e7222b; border-color: #e7222b; }
.moodular_nav li span:before { content: 'o'; display: block; font-size: 32px; line-height: 0.5em; }
.moodular_nav li span.icon-santoku:before { content: 'p'; }
.moodular_nav li span.icon-office:before { content: 'h'; }
/*.moodular_nav li span.icon-santoku:before { content: ''; }
.moodular_nav li span:before { content: ''; }
.moodular_nav li span:before { content: ''; }
.moodular_nav li span:before { content: ''; }*/

/* Slider home */
.home-slider-wrapper,
.home-slider-wrapper .moodular_wrapper { width: 100%; max-width: 1600px; max-height: 800px; margin: 0 auto; position: relative; }
.home-slider-wrapper,
.home-slider-wrapper ul.home-slider { width: 100%; height: 100%; margin: 0 auto; padding: 0; list-style: none; overflow: hidden; }
.home-slider-wrapper ul.home-slider li { width: 100%; height: 700px; margin: 0; padding: 0; }
.home-slider-wrapper ul.home-slider li a { display: block; position: absolute; top: 0; right: 0; bottom: 80px; left: 0; }
.home-slider-index { position: absolute; z-index: 101; bottom: 10px; left: 0; right: 0; margin: 0; padding: 0; list-style: none; text-align: center; }
.home-slider-index li { display: inline-block; margin: 0 3px; padding: 0; }
.home-slider-index a { display: block; width: 11px; height: 11px; text-indent: -100px; overflow: hidden; background: #111; border: 1px solid #444; -webkit-border-radius: 50px; border-radius: 50px; }
.home-slider-index li:hover a  { background: #333; }
.home-slider-index li.active a,
.home-slider-index li.active:hover a { background: #e7222b; border-color: #e7222b; }

.home-slider-wrapper ul.home-slider li a span {
	display: block;
	text-transform: uppercase;
	max-width: 1140px;
	margin: 0 auto;
	color: #fff;
	font-size: 36px;
	font-weight: 300;
}
.home-slider-wrapper ul.home-slider li a .title {
	font-size: 48px;
	padding-top: 190px;
}



/***********/
/* YOUTUBE */
/***********/
#youtube-video-wrapper .set-size {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#youtube-video-wrapper .entry-content {
	padding-top: 140px;
	padding-left: 0;
}
#youtube-video-player {
	opacity: 0;
}
section.playing #youtube-video-player {
	opacity: 1;
}
#youtube-video-start {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -42px;
	display: block;
	width: 85px;
	height: 59px;
	overflow: hidden;
	background: transparent no-repeat 0 0;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFUAAAB2CAMAAACOEy/wAAABPlBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+lso7hAAAAaXRSTlMAAQIDBAUGBwgJCgwNDg8QERITFBcYGRobHB0eHyIlJicoLS4vMDIzNDU2ODk6Ozw9Pj9AQUJDREVGR0hJSktMTVFTVldaYmpsb3t9f4COkJOWnZ+nqa2vvL2+ws3R093j6u7x8vX3+fsIpcnZAAADAElEQVR4AbXYe5MaVRAF8MPuECZD5jFzTRSBHRM0kQRMIChLULfjQ+Pb+DC+32bl+38BLxW6IrWk6Kk98/t3qs4f03175ja2BUErvNj2knQjd2fl+jBpexfDVhBgtyBKMnceWRJptgpzx5CHeKoRO5a4AQ1NHU+qsZcc0yWs4YLjuoC11HGl8ALHFgCIHFsEIHZsCYDcseVAw/EdIHB8TbQcX4jI8UVoO762YQj8cNdVFCNx+6xW37xStWFTQ+rq8Zf9apMgM6R6f37yvDPLkJtSvd8/dFa5JVX9et+cWlhSlbEdCrgqqdZ2MKeqxw/7/FRtB3qqtgM7VduBnvpuDW/gAf8N/PVZh16t04dH/M76toZT8JNxgBvngBbepqgwCR/wJ6EW3piaGVK18FaZ4bulhbdLDd9YLbxdgtjxxTX9u9TznxU6vhaaji/AgeNrAIVjywAk/Maq575V292Qf4+t8c7N3w/UuMvg711q2hGpZpTk5H3W1u4tanvpRuF2KfRx24t09/ZMcXKl1x94o8nGsZx1rA9HA6/fu5LE2C09Gs3kPGajMsW2F+fCcNzFU8FQWIYBNg5vC8+dQzxxXZhuAGvPCddlrE2EawovFbYMQClsVwHcFLZbABbCdg9oCl+ITPgKdISviyPhK3FN+AZ4Vfb5+SOpaIiR7LNaff+BVPIapobU1el371WbBHcNqd7fX90XsxnmplTvj8/Fao57xlTvt4/NR3ZpSVXGdljipEqqsR1OIMZUdfrI0A6VU7Ud2KnaDuRUbQd+6qc1vIEv+G/gn6/foVfr30fv8zvrR9NQrHa2frGd2Lftc0ALb7C0zywtvMHCOl+18CZzzGQfLbzdzPTd0sJbTTGWfbTwdmMMhW+Il4XvGkrhK9EVvg4K4UsRCt1JACyF7XUAt2poLOCqsL0EIKuhWN5UuCZYu1zLnRs3hOk6ngjuCM/tQ2jsTe7eRXUXwrDoYltejudyHm+Myww7HSRJp1cOvMnGW7LLm/p44JW9F5Kkgf/7D/M7ijB+2uZzAAAAAElFTkSuQmCC');
}
#youtube-video-start:hover {
	background-position: 0 -59px;
}




body > .list-icons { position: fixed; z-index: 1000; top: 0; right: 20px; margin: 0; padding: 0; }
body > .list-icons li { background: none; margin: 0; padding: 0; display: inline-block; overflow: hidden; height: 36px; }
body > .list-icons a { display: inline-block; width: 25px; height: 28px; margin: 0 4px 0 0; padding: 0; background: #fff; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; -webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,0.2); box-shadow: 0 2px 0 0 rgba(0,0,0,0.2); -webkit-transition: all ease 0.2s; -moz-transition: all ease 0.2s; transition: all ease 0.2s; }
body > .list-icons a:hover { padding-top: 5px; }
body > .list-icons a:before { content: ''; display: inline-block; background: url('../img/sprite.png') no-repeat 0 0; width: 32px; height: 32px; margin: 0 0 100px 0; }
body > .list-icons a.bt_facebook:before { background-position: -562px -11px; }
body > .list-icons a.bt_facebook:hover:before { background-position: -562px -61px; }
body > .list-icons a.bt_youtube:before { background-position: -612px -11px; }
body > .list-icons a.bt_youtube:hover:before { background-position: -612px -61px; }
body > .list-icons a.bt_pinterest:before { background-position: -662px -11px; }
body > .list-icons a.bt_pinterest:hover:before { background-position: -662px -61px; }
body > .list-icons a.bt_googleplus:before { background-position: -714px -11px; }
body > .list-icons a.bt_googleplus:hover:before { background-position: -714px -61px; }
body > .list-icons a.bt_linkedin:before { background-position: -762px -11px; }
body > .list-icons a.bt_linkedin:hover:before { background-position: -762px -61px; }

body > .list-icons li.languages { line-height: 29px; padding: 0 5px 0 0; font-size: 13px; color: #181738; }
body > .list-icons li.languages a { color: #777; display: inline-block; width: auto; height: auto; margin: 0; padding: 0; background: none; -webkit-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; }
body > .list-icons li.languages a:hover { color: #fff; }
body > .list-icons li.languages a:before { display: none; }
body > .list-icons li.languages a.active { color: #181738; }



/*********************/
/* CONTENU CLASSIQUE */
/*********************/

#classique > section { height: auto !important; }

#classique .entry-content,
.contenu-classique {
	padding-left: 0;
	padding-top: 150px;
}
#classique .entry-content > .title {
	display: block;
	text-transform: uppercase;
	font-size: 38px;
	font-weight: 400;
	padding-bottom: 0.5em;
	
}

#classique .entry-content ul {
	list-style-type: disc;
	margin-left: 25px;
	padding-bottom: 1em;
}

#classique .entry-content h2 { font-size: 30px; padding-top: 1em; padding-bottom: 0.4em; }
#classique .entry-content h3 { font-size: 26px; padding-top: 0.5em; padding-bottom: 0.4em; }

#classique .entry-content a { color: #E7222B; text-decoration: underline; }
#classique .entry-content a:hover { color: #fff; }


/* gravity */
.gform_wrapper div.validation_error,
body .gform_wrapper .gfield_required { color: #e55; }

body .gform_wrapper .top_label .gfield_label { font-weight: normal; }

body .gform_wrapper input[type="text"],
body .gform_wrapper input[type="url"],
body .gform_wrapper input[type="email"],
body .gform_wrapper input[type="tel"],
body .gform_wrapper input[type="number"],
body .gform_wrapper input[type="password"],
body .gform_wrapper textarea,
body .gform_wrapper select {
	color: #fff;
	background-color: #0A0A0A;
	font-size: 16px;
	padding: 5px 8px;
	max-width: 850px;
	border: 1px solid #333;
	-webkit-box-shadow: inset 0 0 4px #222;
	box-shadow: inset 0 0 4px #222;
}

body .gform_wrapper li.gfield select {
	margin-left: 0 !important;
	padding: 2px;
	max-width: 250px;
}



body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type="submit"] {
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
	padding: 8px 18px;
	cursor: pointer;
	border: 1px solid #222;
	transition: 0.3s;
	background-color: #E7222B;
}
body .gform_wrapper .gform_footer input.button:hover,
body .gform_wrapper .gform_footer input[type="submit"]:hover {
	color: #fff;
	border-color: #fff;
	background-color: #000;
}



.gform_wrapper input::selection,
.gform_wrapper textarea::selection { background: #ccc; }
.gform_wrapper input::-moz-selection,
.gform_wrapper textarea::-moz-selection { background: #ccc; }


body .gform_wrapper .top_label input.medium { padding-right: 8px; }

body .gform_wrapper .ginput_complex input[type="text"],
body .gform_wrapper .ginput_complex input[type="url"],
body .gform_wrapper .ginput_complex input[type="email"],
body .gform_wrapper .ginput_complex input[type="tel"],
body .gform_wrapper .ginput_complex input[type="number"],
body .gform_wrapper .ginput_complex input[type="password"],
body .gform_wrapper .ginput_complex select {
	width: 94% !important;
}



/**********/
/* FOOTER */
/**********/

#colophon { color: #676767; font-size: 11px; background: transparent url(../img/bg_footer.png); }

#footer1 { border-bottom: 1px solid #242424; padding: 2em 0; position: relative; }
#footer1 .widget_text { float: left; width: 59%; line-height: 14px; font-size: 10px; }
#footer1 .widget_text > div { padding-left: 75px; min-height: 45px; background: transparent url(../img/tb-mini.png) no-repeat 10px 0; }
#footer1 .widget_nav_menu { float: right; width: 39%; }
#footer1 .widget_nav_menu ul { border-left: 1px solid #242424; }

#colophon .widget_nav_menu ul,
#footer2 .widget_text ul { margin: 0; padding: 0; list-style: none; display: table; width: 100%; }

#colophon .widget_nav_menu ul li,
#footer2 .widget_text ul li { display: table-cell; text-align: center; padding: 1.2em 0; }

#colophon .widget_nav_menu ul li a { display: inline-block; }
#colophon .widget_nav_menu ul li a:hover { text-decoration: underline; }

#footer1 .widget_nav_menu ul li { border: 1px solid #242424; border-left: 0; padding: 0; }
#footer1 .widget_nav_menu ul li a { display: block; padding: 1.2em 0; }

#footer2 { padding: 1em 0 1.2em 0; }
#footer2 a { color: #676767; }
#footer2 .widget_nav_menu { float: left; width: 39%; }
#footer2 .widget_nav_menu ul li { display: inline-block; margin: 0; padding: 0 10px; border-left: 1px solid #242424; }
#footer2 .widget_nav_menu ul li:first-child { border-left: 0; }

#footer2 .widget_text { float: right; width: 39%; }
#footer2 .widget_text ul { float: right; width: auto; }
#footer2 .widget_text ul li { width: 30px; vertical-align: top; padding: 0; }
#footer2 .widget_text ul li a { display: block; height: 20px; font-size: 16px; font-family: 'axome'; }
#footer2 .widget_text ul li a:hover { color: #fff; }

#footer2 .widget_text ul li a:before { display: block; }
#footer2 .widget_text ul li.picto-mail a:before { content: 'M'; }
#footer2 .widget_text ul li.picto-fb a:before { content: 'A'; }
#footer2 .widget_text ul li.picto-tw a:before { content: 'B'; }
#footer2 .widget_text ul li.picto-gp a:before { content: 'C'; }
#footer2 .widget_text ul li.picto-pt a:before { content: 'D'; }




@media (min-width: 768px) {
	.set-size,
	.overflow,
	.moodular_nav,
	.moodular .slide-content { width: 740px; }
	.moodular_nav,
	.moodular .slide-content { margin-left: -370px; }
}
@media (min-width: 998px) {
	.set-size,
	.overflow,
	.moodular_nav,
	.moodular .slide-content { width: 980px; }
	.moodular_nav,
	.moodular .slide-content { margin-left: -490px; }
}
@media (min-width: 1200px) {
	.set-size,
	.overflow,
	.moodular_nav,
	.moodular .slide-content { width: 1170px; }
	.moodular_nav,
	.moodular .slide-content { margin-left: -585px; }
}


@media (min-width: 998px) and (max-width: 1199px) {
	#menu ul li a { padding: 0 16px; }
}


@media (max-width: 997px) {
	img { max-width: 100%; height: auto; }

	#top { height: 24px; }
	#langues { float: left; padding: 0; }
	#bt-ecommerce { padding: 5px; font-size: 12px; }
	#logo { float: none; text-align: center; margin: 0; height: 35px; }
	#logo a { display: block; padding-top: 8px; margin: 0 auto; max-width: 150px; }
	#menu ul { float: none; margin: 0; text-align: center; width: 100%; }
	#menu ul li { float: none; display: inline-block; }
	#menu ul li a {
		display: inline-block;
		float: none;
		padding: 0 12px;
		font-size: 12px;
		height: 30px;
		line-height: 30px;
	}
}

@media (max-width: 767px) {
	.set-size,
	.overflow,
	.moodular_nav,
	.moodular .slide-content { width: 96%; padding-left: 2%; padding-right: 2%; }
	.moodular_nav,
	.moodular .slide-content { margin-left: 0; left: 0; }

	#footer1 .widget_nav_menu,
	#footer1 .widget_text,
	#footer2 .widget_nav_menu,
	#footer2 .widget_text,
	#footer2 .widget_text ul { float: none; width: 100%; text-align: center; }
	
	#footer1 .widget_nav_menu { padding-top: 10px; }
	#footer2 .widget_text ul { max-width: 220px; margin: 0 auto; padding: 15px 0; }
}

@media (max-width: 700px) {
	#menu ul { display: none; }
	#menu select {
		display: block;
		margin: 0 auto;
		width: 180px;
		max-width: 80%;
		border: none;
		padding: 3px;
		background-color: #fff;
		color: #000;
	}
	#menu select .current { color: #999; }
}
