/*
Theme Name: zset
Theme URI: http://Yoorz.com/
Author: Yoorz.com
Author URI: http://yoorz.com/
Description: Z-set Theme for Z-set by Yoorz
Version: 1.0
Tags:
Based on _s (underscores) theme.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
	min-width:1180px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}

::-moz-selection { /* Pour firefox */
    background:#234A73;
    color:#fff;}
::selection { /* Pour les autres */
    background:#234A73;
    color:#fff;}

/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #647689;
	font-family:'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	/*clear: both;*/
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
ul, ol {
	margin: 0;
}
ul {
	list-style: none;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: 800;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	color: rgba(0,0,0,.8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 1.12em 1.5em 1em;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
input[type=email],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

.btn-style01 {display:inline-block;height:20px;line-height:20px;padding:0 15px;color:#fff;text-transform:uppercase;border:0 none;font-weight:600 !important;
    background: #f19222;
    background: -moz-linear-gradient(top, #f7bd30 0%, #ed7118 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7bd30), color-stop(100%,#ed7118));
    background: -webkit-linear-gradient(top, #f7bd30 0%,#ed7118 100%);
    background: -o-linear-gradient(top, #f7bd30 0%,#ed7118 100%);
    background: -ms-linear-gradient(top, #f7bd30 0%,#ed7118 100%);
    background: linear-gradient(to bottom, #f7bd30 0%,#ed7118 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7bd30', endColorstr='#ed7118',GradientType=0 );
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0px -1px 2px rgba(200, 87, 9, 1), 0px 0px 0px 3px rgba(219, 236, 247, 1), 0px 1px 3px  rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px -1px 2px rgba(200, 87, 9, 1), 0px 0px 0px 3px rgba(219, 236, 247, 1), 0px 1px 3px  rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px -1px 2px rgba(200, 87, 9, 1), 0px 0px 0px 3px rgba(219, 236, 247, 1), 0px 1px 3px  rgba(0, 0, 0, 0.3);
}
.btn-style01:hover {text-decoration:none;
    -moz-box-shadow: inset 0px 1px 4px rgba(200, 87, 9, 1), 0px 0px 0px 3px rgba(219, 236, 247, 1), 0px 1px 3px  rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 1px 4px rgba(200, 87, 9, 1), 0px 0px 0px 3px rgba(219, 236, 247, 1), 0px 1px 3px  rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 4px rgba(200, 87, 9, 1), 0px 0px 0px 3px rgba(219, 236, 247, 1), 0px 1px 3px  rgba(0, 0, 0, 0.3);}
.btn-style01:active {text-decoration:none;
    -moz-box-shadow: inset 0px 2px 5px 2px rgba(200, 87, 9, 1), 0px 0px 0px 3px rgba(219, 236, 247, 1), 0px 1px 3px  rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 2px 5px 2px rgba(200, 87, 9, 1), 0px 0px 0px 3px rgba(219, 236, 247, 1), 0px 1px 3px  rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 2px 5px 2px rgba(200, 87, 9, 1), 0px 0px 0px 3px rgba(219, 236, 247, 1), 0px 1px 3px  rgba(0, 0, 0, 0.3);}
p .btn-style01{ font-size:80%; }
p.btn-more { text-align:left; padding:5px 0 0px !important;}
p.btn-more a{ font-size:90%; font-weight:bold !important; }
.link-more {text-transform:uppercase;}
.wrap-actions-right {clear:both;text-align:right;padding:20px 0;}
.wrap-actions-left {clear:both;text-align:left;padding:20px 0;}

/* Links */
a {	text-decoration:none; color:#f19222; font-weight:bold; }
a:hover, a:focus, a:active { text-decoration:underline; }
.btn-download {background:url('./img/icon-download.jpg') no-repeat left top;display:inline-block;height:20px;line-height:20px;padding-left:30px;}
.btn-link {background:url('./img/icon-link.jpg') no-repeat left top;display:inline-block;height:20px;line-height:20px;padding-left:30px;}
.btn-trial-license {display:block;height:160px;width:300px;background:url('./img/btn-trial-license.jpg') no-repeat center top;}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

.end{ clear:both; }
/* Text meant only for screen readers */

.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* =Page
----------------------------------------------- */
#page{ position:absolute; top:0; left:0; width:100%; min-width:1180px; height:100%; font-size:0.8125em;}
.admin-bar #page{ top:30px; }

/* =Menu
----------------------------------------------- */

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul.menu {
	position:absolute; top:63px; right:76px; 
	width:727px; height:30px; padding:15px 14px 15px 24px; 
	background:url('./img/bg-ul-menu-top.png') no-repeat center top;
	list-style: none;
}
.main-navigation li {
	float:left;
	position:relative;
}
.main-navigation li.spe {
	float:right;
}
.main-navigation a {
	line-height:30px; text-transform:uppercase; color:#234a73; font-weight:bold;
	display:block; padding:0 12px;
}
.main-navigation a:hover, .main-navigation a.selected {
	color:#f19222; text-decoration:none;
}
.main-navigation .spe a {
	background:url('./img/btn-spe-menu-top.png') no-repeat right top;
	color:#fff;}
.main-navigation .spe a:hover, .ul-menu-top .spe a.selected {
	background-position:right bottom; color:#fff;
}
.main-navigation li .wrap-ssmenu {position:absolute;top:30px;width:200px;opacity:0;height:0;overflow:hidden;z-index:100;
    transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -webkit-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;}
.main-navigation li:hover .wrap-ssmenu {opacity:1;height:auto;overflow:visible;}
.wrap-ssmenu .ul-ssmenu-top {background-color:#fff; margin:0px;
    -moz-box-shadow:0px 11px 17px  rgba(0, 0, 0, 0.5);
    -webkit-box-shadow:0px 11px 17px  rgba(0, 0, 0, 0.5);
    box-shadow:0px 11px 17px  rgba(0, 0, 0, 0.5);}
.wrap-ssmenu .ul-ssmenu-top li {border-top:1px solid #e2edf1; float:none;}
.wrap-ssmenu .ul-ssmenu-top li a {text-transform:none;font-weight:400;}
.wrap-ssmenu .deco-ssmenu {height:100px;clear:both;background:url('./img/bg-ul-ssmenu-top.png') repeat-x left top;}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
}
.main-small-navigation .menu {
	display: none;
}


/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.entry-meta {
	clear: both;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	/*display: none;*/
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
	border: none;
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 1.5em;
}
.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content .site-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.site-content .nav-previous {
	float: left;
	width: 50%;
}
.site-content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 40px;
}

/* Search widget */
#searchsubmit {
	display: none;
}

/* =================== YOORZ ================== */

/* =Header
----------------------------------------------- */
header#masthead { position:relative; max-height:470px; width:940px; padding:10px 80px; margin:0 auto; }
header#masthead h2.site-description {position:absolute;top:0;left:50%;margin-left:-250px;font-weight:normal;color:#fff;text-align:center;width:500px;padding:11px 0;}
header#masthead .circle-left {position:absolute;top:0;left:0;margin-top:-40px;margin-left:-40px;width:80px;height:80px;background:url('./img/circle.png') no-repeat center top;}
header#masthead .circle-right {position:absolute;top:0;right:0;margin-top:-40px;margin-right:-40px;width:80px;height:80px;background:url('./img/circle.png') no-repeat center top;}
header#masthead .circle-left.bot {bottom:-40px;top:auto;}
header#masthead .circle-right.bot {bottom:-40px;top:auto;}
header#masthead h1.site-title {font-size:100%;}
header#masthead h1.site-title .backTohome {display:block;width:170px;height:170px;float:left;background:url('./img/logo-Z-set-header.png') no-repeat center top;position:relative;overflow:hidden;}
header#masthead h1.site-title .backTohome span {position:absolute;display:block;top:-2015px;left:-2015px;height:139px;width:139px;background:url('./img/hover-btn-backTohome-header.png') no-repeat center top;opacity:0;line-height:139px;text-align:center;text-transform:uppercase;color:#fff;font-weight:normal;font-size:140%;
    transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -webkit-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;}
header#masthead h1.site-title .backTohome:hover span {opacity:1;top:15px;left:15px;}
header#masthead .btn-support {position:absolute;right:80px;top:10px;font-weight:400;color:#fff;display:inline-block;height:20px;line-height:20px;padding-left:25px;background:url('./img/picto-support.png') no-repeat 0 0;text-transform:uppercase;}

/* ----------- dynamic-background ----------- */
.dynamic-background {z-index:-1;overflow:hidden;position:relative;width:100%;background:#85c2d4;min-height:500px;}

.dynamic-background .pictures-slideshow {width:1100px;height:480px;margin:0 auto 500px;position:relative;}
.dynamic-background .pictures-slideshow .img-slideshow {display:block;position:absolute;}
.dynamic-background .pictures-slideshow .position01, .position01n {
    top:-100px;left:0;
}
.dynamic-background .pictures-slideshow .position02, .position02n {
	top:250px;left:1100px;
}
.dynamic-background .pictures-slideshow .position03, .position03n {
    top:1350px;left:2200px;
}
.dynamic-background .pictures-slideshow .position04, .position04n {
    top:1350px;left:-2200px;
}
.dynamic-background .pictures-slideshow .position05, .position05n {
    top:250px;left:-1100px;
}

.ul-nav-slideshow {z-index:10000;position:absolute;top:470px;text-align:center;width:100%;left:0;}
.ul-nav-slideshow li {display:inline-block}
.ul-nav-slideshow li a {display:block;height:40px;width:40px;margin:0 20px;background:url('./img/btn-nav-slideshow.png') no-repeat center top; outline: none;}
.ul-nav-slideshow li.selected a /*, .ul-nav-slideshow li:hover a*/ {background-position:center bottom;}
/* overlay-top */
.dynamic-background .overlay-top {position:absolute;top:0;left:0;min-width:1100px;width:100%;height:100%;background:url('./img/overlay-section-top.png') repeat-y center top;}


/* =Splash
----------------------------------------------- */
.wrap-introduce {padding:60px 0 60px 0;}
.wrap-introduce h3 {color:#fff; font-size:4em; line-height:90%;text-transform:uppercase;font-weight:normal;letter-spacing:-0.08em;margin-bottom:20px;}
.wrap-introduce .btn-spe {height:30px;line-height:30px;
    background: #0090ff;
    background: -moz-linear-gradient(top, #00bbff 0%, #006eff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00bbff), color-stop(100%,#006eff));
    background: -webkit-linear-gradient(top, #00bbff 0%,#006eff 100%);
    background: -o-linear-gradient(top, #00bbff 0%,#006eff 100%);
    background: -ms-linear-gradient(top, #00bbff 0%,#006eff 100%);
    background: linear-gradient(to bottom, #00bbff 0%,#006eff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bbff', endColorstr='#006eff',GradientType=0 );
    -moz-box-shadow: inset 0px 1px 1px 1px rgba(152, 223, 222, 1), inset 0px -1px 2px rgba(2, 57, 131, 1), 0px 0px 0px 3px rgba(255, 255, 255, 0.4), 0px 1px 3px  rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 1px 1px 1px rgba(152, 223, 222, 1), inset 0px -1px 2px rgba(2, 57, 131, 1), 0px 0px 0px 3px rgba(255, 255, 255, 0.4), 0px 1px 3px  rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 1px 1px rgba(152, 223, 222, 1), inset 0px -1px 2px rgba(2, 57, 131, 1), 0px 0px 0px 3px rgba(255, 255, 255, 0.4), 0px 1px 3px  rgba(0, 0, 0, 0.3);}
.wrap-introduce .btn-spe:hover {
    -moz-box-shadow: inset 0px 2px 4px rgba(2, 57, 131, 1), 0px 0px 0px 3px rgba(255, 255, 255, 0.4), 0px 1px 3px  rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 2px 4px rgba(2, 57, 131, 1), 0px 0px 0px 3px rgba(255, 255, 255, 0.4), 0px 1px 3px  rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 2px 4px rgba(2, 57, 131, 1), 0px 0px 0px 3px rgba(255, 255, 255, 0.4), 0px 1px 3px  rgba(0, 0, 0, 0.3);}
.wrap-introduce .btn-spe:active {
    -moz-box-shadow: inset 0px 3px 8px 2px rgba(2, 57, 131, 0.9), 0px 0px 0px 3px rgba(255, 255, 255, 0.4), 0px 1px 3px  rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 3px 8px 2px rgba(2, 57, 131, 0.9), 0px 0px 0px 3px rgba(255, 255, 255, 0.4), 0px 1px 3px  rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 3px 8px 2px rgba(2, 57, 131, 0.9), 0px 0px 0px 3px rgba(255, 255, 255, 0.4), 0px 1px 3px  rgba(0, 0, 0, 0.3);}


/* =Content
----------------------------------------------- */
.wrap-content { width:100%; background:url('./img/bg-section-content.png') repeat-x left top;}

.content { min-height:400px; background-color:#fff; width:940px; padding:80px; margin:0 auto; position:relative;}
.content .circle-left { position:absolute; top:0; left:0; margin-top:-40px; margin-left:-40px; width:80px; height:80px; background:url('./img/circle.png') no-repeat center top;}
.content .circle-right {position:absolute; top:0; right:0; margin-top:-40px; margin-right:-40px; width:80px; height:80px; background:url('./img/circle.png') no-repeat center top;}

/* =Home
----------------------------------------------- */
.wrap-bestpoints .wrap-column{float:left;width:33.333333%;min-height:1px;}
.wrap-bestpoints .wrap-column .wrap-widget{margin:0 7px;}
.wrap-bestpoints .wrap-column:first-child .wrap-widget{margin:0 13px 0 0;}
.wrap-bestpoints .wrap-column:last-child .wrap-widget {margin:0 0 0 13px;}



/* Columns */
.whole {width:100%;min-height:1px;}
.one-half-01, .one-half-02 {float:left;width:50%;min-height:1px;}
.one-third-01, .one-third-02, .one-third-03 {float:left;width:33.333333%;min-height:1px;}
.two-third-01and02 {float:left;width:66.666666%;min-height:1px;}
.one-fourth-01, .one-fourth-02, .one-fourth-03, .one-fourth-04 {float:left;width:25%;min-height:1px;}
.one-sixth {float:left;width:16.66666666%;min-height:1px;}

/* Blocs */
/*
.wrap-list-cover h2.deco-news {padding-left:50px;position:relative;margin-top:10px;}
.wrap-list-cover h2.deco-news span {height:46px;width:46px;position:absolute;top:50%;left:0;margin-top:-23px;background:url('./img/deco-news.gif') no-repeat center top;}
.wrap-list-cover .ul-list-style01 {margin-bottom:10px;}
.wrap-list-cover .ul-list-style01 li {padding:5px;background:url('./img/bg-ul-list-style01.jpg') no-repeat right bottom;margin-bottom:10px;}
.wrap-list-cover .ul-list-style01 li:hover {background:url('./img/bg-ul-list-style01-hovered.jpg') no-repeat right bottom;}
.wrap-list-cover .ul-list-style01 li .left {float:left;width:60px;margin-right:10px;}
.wrap-list-cover .ul-list-style01 li .right {margin-left:70px;min-height:60px;}
.wrap-list-cover .ul-list-style01 li .right h3 {line-height:100%;margin-bottom:5px;}
.wrap-list-cover .ul-list-style01 li .right h3 a {color:#234a73;}
.wrap-list-cover .ul-list-style01 li:hover .right h3 a {color:#f19222;}
.wrap-list-cover .wrap-action {clear:both;padding:10px 0;position:relative;}
.wrap-list-cover .wrap-action .btn-up {display:block;height:12px;width:12px;position:absolute;top:10px;right:15px;background:url('./img/btn-up-down.gif') no-repeat 0 0;}
.wrap-list-cover .wrap-action .btn-up:hover {background-position:-12px 0;}
.wrap-list-cover .wrap-action .btn-down {display:block;height:12px;width:12px;position:absolute;top:10px;right:0px;background:url('./img/btn-up-down.gif') no-repeat 0 -12px;}
.wrap-list-cover .wrap-action .btn-down:hover {background-position:-12px -12px;}

.special-wrap {min-height:250px;background:url('./img/bg-special-wrap.jpg') no-repeat center top;padding:10px 20px;}
.special-wrap h2 {color:#234a73;font-weight:800;text-transform:uppercase;font-size:180%;margin-bottom:40px;}
.special-wrap .left {float:left;width:100px;}
.special-wrap .left .wrap-img {margin-left:-20px;margin-bottom:20px;}
.special-wrap .right {margin-left:110px;}
.special-wrap .right .ul-list-style02 li {border-bottom:1px solid #d0ebf4;margin-bottom:5px;padding-bottom:5px;}
.special-wrap .right .ul-list-style02 li h3 {font-weight:400;font-size:140%;}
.special-wrap .right .ul-list-style02 li h3 a {font-weight:400;}
.special-wrap .right .ul-list-style02 li p {font-size:90%;line-height:110%;}
*/

/* Sidebar */
#secondary {margin-left:13px;}
#secondary .special-wrap {margin-bottom:20px;}

/* Page */
.two-third-01and02 article {margin-right:67px;}
.post header, .page header {margin-bottom:40px;}
.post header h1, .page header h1 {color:#234a73;font-weight:700;text-transform:uppercase;font-size:230%;letter-spacing:-0.05em;line-height:100%;}
.post header h1.archive-title, .page header h1.archive-title {font-size:160%;font-weight:400;}
.post header h1.archive-title a, .page header h1.archive-title a {font-weight:400;}
.post .entry-content .one_half, .page .entry-content .one_half {width:50%;float:left;}
.post .entry-content .one_third, .page .entry-content .one_third {width:33.33333%;float:left;}
.post .entry-content .two_third, .page .entry-content .two_third  {width:66.66666%;float:left;}
.post .entry-content .one_fourth, .page .entry-content .one_fourth  {width:25%;float:left;}
.post .entry-content .two_fourth, .page .entry-content .two_fourth {width:50%;float:left;}
.post .entry-content .three_fourth, .page .entry-content .three_fourth {width:75%;float:left;}
.post .entry-content .last, .page .entry-content .last {float:right;clear:right;}
.post .entry-content .wrap-column, .page .entry-content .wrap-column {padding:0 10px;}
.post .entry-content .last .wrap-column, .page .entry-content .last .wrap-column {padding:0 10px;} 
.post .entry-content h1, .page .entry-content h1 {color:#f19222;font-weight:400;font-size:200%;padding-bottom:30px;}
.post .entry-content h2, .page .entry-content h2 {color:#234a73;font-weight:700;font-size:160%;padding-bottom:20px;line-height:100%;}
.post .entry-content h3, .page .entry-content h3 {font-weight:700;font-size:140%;padding-bottom:10px;}
.post .entry-content p, .page .entry-content p {padding-bottom:10px;font-size:110%;line-height:normal;}
.entry-date {background-color:#daeef4;padding:5px 10px;display:block;font-style:italic;margin:20px 0 10px 0;}
.post .entry-content strong, .page .entry-content strong {color:#234a73;font-weight:800;}
.post .entry-content p a, .page .entry-content p a {font-weight:400;}
.post .entry-content ul, .page .entry-content ul {padding:40px; font-size:110%;}
.post .entry-content ul li, .page .entry-content ul li  {padding-left:20px;background:url('./img/picto-dote.gif') no-repeat 0px 6px;margin-bottom:15px;}
.post .entry-content ol, .page .entry-content ol  {padding:40px 40px 40px 59px;}
.post .entry-content ol li, .page .entry-content ol li {list-style-type:decimal;margin-bottom:15px;}
.post .entry-content blockquote, .page .entry-content blockquote {margin:40px 0;background:#daeef4 url('./img/bg-blockquote.gif') no-repeat 0 22px;padding:20px 30px 10px 30px;font-style:italic;color:#234a73;} 
.post .entry-content .divider, .page .entry-content .divider {clear:both;height:40px;}
.post .entry-content .divider-line, .page .entry-content .divider-line {clear:both;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #BAD6E0;}
.post .entry-content .iframe-googlemaps, .page .entry-content .iframe-googlemaps {width:100%;height:300px;}

/* Contact form */
.wrap-contact-form {padding:40px 20px;}
.wrap-contact-form label {display:block;margin-bottom:5px;}
.wrap-contact-form input[type=text], textarea {margin-bottom:20px;}


/* Archive Page */
.archive .two-third-01and02 article{ border-bottom: 1px solid #D0EBF4; padding-bottom:20px;}
.archive .two-third-01and02 article header{ margin-bottom:20px;}
.archive .two-third-01and02 article h1 a{ color:#234A73;}
.archive .two-third-01and02 article h1 a:hover{ color:#234A73; text-decoration:underline;}

/* =Footer
----------------------------------------------- */
footer {width:940px;padding:0 80px 40px 80px;margin:0 auto;}
footer .wrap-informations-footer {width:930px;height:40px;padding:5px;background:url('./img/bg-footer.jpg') no-repeat center top;}
footer .wrap-informations-footer .a-backTohome-footer {display:block;height:40px;width:60px;float:left;margin-right:10px;background:url('./img/logo-Z-set-footer.png') no-repeat center top;}
footer .wrap-informations-footer h2 {color:#fff;text-transform:uppercase;float:left;padding-left:10px;border-left:1px solid #fff;height:20px;line-height:20px;margin:10px 0;font-weight:400;}
footer .wrap-informations-footer .a-goToLocation-footer {display:block;height:40px;width:40px;float:right;margin-right:10px;background:url('./img/ico-tel-40x40.png') no-repeat center top;}
footer .wrap-informations-footer .a-goToContact-footer {display:block;height:40px;width:40px;float:right;margin-right:10px;background:url('./img/ico-mail-40x40.png') no-repeat center top;}
/*
footer .wrap-informations-footer span {padding-right:10px;font-size:160%;color:#fff;font-weight:800;display:block;height:40px;padding-left:40px;line-height:40px;float:right;background:url('./img/picto-phone-footer.png') no-repeat left top;}
footer .wrap-informations-footer span strong {color:#234a73;}
*/
.wrap-lists-footer {padding:30px 0;border-bottom:1px solid #c3e4ee;margin-bottom:20px;}
.wrap-lists-footer h2 {color:#234a73;text-transform:uppercase;font-weight:800;font-size:120%;margin-bottom:30px;padding:0 10px 0 0;}
.wrap-lists-footer ul {padding:0 10px 0 0;}
.wrap-lists-footer ul li {margin-bottom:10px;line-height:100%;}
.wrap-lists-footer ul li a {font-weight:400;color:#647689;font-size:90%;}
.wrap-lists-footer ul li a:hover {color:#f19222;text-decoration:none;}
.wrap-copyright {text-align:center;}
.wrap-copyright p {text-transform:uppercase;font-size:80%;}
.wrap-copyright a {display:inline-block;width:60px;height:40px;background:url('./img/logo-yoorz.gif') no-repeat center top;}


/* =NextGen Gallery
----------------------------------------------- */
.zset-gallery-thumbnail-box { float: left; width:460px !important; margin:0px 5px !important;}
.zset-gallery-thumbnail { float: left; text-align: center; }
.zset-gallery-thumbnail img { background-color:#FFFFFF;	border:1px solid #E2EDF1; display:block; position:relative; }
.zset-gallery-thumbnail img:hover {	border:1px solid #647689;  }
.zset-gallery-thumbnail h3 {margin-top: -15px;}
.zset-gallery-thumbnail .zset-image-description { font-size:80%; padding: 0 10px; display:block; text-align:left; }
.zset-gallery-thumbnail .zset-image-description ul{ padding:0 10px 10px; }
.zset-gallery-thumbnail .zset-image-description ul li{
	background: url("./img/picto-dote-gallery.gif") no-repeat scroll 0 6px transparent;
    padding-left: 15px;
    margin-bottom:5px;
}










