:link,
:visited,
:focus,
a {
  text-decoration: none;
  outline: none;
}
a:link {
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
}
a:active {
  text-decoration: none !important;
}
a:visited {
  text-decoration: none !important;
}
ul,
ol {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
kbd,
input,
select,
textarea,
table {
  font-size: 1em;
}
dl,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
body,
html,
div,
p,
blockquote,
fieldset,
legend,
input,
select,
textarea,
figure {
  margin: 0;
  padding: 0;
}
a img,
:link img,
:visited img,
abbr,
acronym,
fieldset,
iframe {
  border: 0;
}
address,
abbr,
cite {
  font-style: normal;
}
#preferences .cat caption {
  text-align: left;
}
table,
td {
  padding: 0;
}
q:before,
q:after {
  content: '';
}
strong {
  font-weight: 600;
}
/* custom selection colors */
::-moz-selection {
  color: #fff;
  color: rgba(255, 255, 255, 0.85);
  background: #a8b32c;
}
::selection {
  color: #fff;
  color: rgba(255, 255, 255, 0.85);
  background: #a8b32c;
}
textarea {
  -moz-transition: box-shadow 0.2s ease-in-out 0s;
  -ms-transition: box-shadow 0.2s ease-in-out 0s;
  -webkit-transition: box-shadow 0.2s ease-in-out 0s;
  transition: box-shadow 0.2s ease-in-out 0s;
  background: #FAFAFA;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  box-shadow: 0px 0px 5px #ccc inset;
  color: #666;
  font-family: Georgia;
  font-size: 1.1em;
  font-style: italic;
  height: 60px;
  padding: 14px;
  resize: none;
  width: 552px;
}
textarea:focus {
  background: #FAFAFA;
  border: 1px solid #beca3c;
  box-shadow: 0px 0px 10px #beca3c inset;
}
.button {
  background: #A8B32C;
  /* Old browsers */

  border: 0px;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 0.8em;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  text-transform: uppercase;
}
.button:hover {
  background: #333333;
  /* Old browsers */

}
.connect input[type=text],
.connect input[type=password] {
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background: #FFFFFF;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  box-shadow: 0px 0px 5px #EEE inset;
  color: #999;
  font-family: Georgia;
  font-size: 1em;
  font-style: italic;
  padding: 4px 6px;
  resize: none;
  text-shadow: 0px 0px 0px #fff;
  width: 100px;
}
.connect input[type=text]:focus,
.connect input[type=password]:focus {
  border: 1px solid #999;
  color: #333;
  text-shadow: 1px 1px 2px #d0d0d0;
  width: 170px;
}
.connect .button {
  height: 30px;
  line-height: 20px;
}
input.publish,
.publish {
  background: url('http://d3i4xdybjlfrlg.cloudfront.net/img/bt-fan.png') no-repeat left top;
  border: 0;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-size: 0.75em;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  margin-top: 6px;
  padding: 0 0 0 36px;
  text-shadow: 0px 1px 0px #809400;
  text-transform: uppercase;
  width: 96px;
}
.publish {
  cursor: pointer;
  display: block;
  margin-right: 13px;
  margin-top: -43px;
  position: relative;
  z-index: 100;
}
input.sendphoto {
  background: url("http://d3i4xdybjlfrlg.cloudfront.net/img/bt-sendphoto.png") no-repeat scroll left top transparent;
  border: 0 none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-size: 0.75em;
  font-weight: bold;
  height: 86px;
  margin-top: 0;
  padding-top: 50px;
  text-shadow: 0 1px 0 #809400;
  text-transform: uppercase;
  width: 86px;
}
input.sendphoto:hover {
  background: url("http://d3i4xdybjlfrlg.cloudfront.net/img/bt-sendphoto.png") no-repeat scroll 0 -86px transparent;
}
input.title {
  background: #FAFAFA;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  box-shadow: 0px 0px 5px #ccc inset;
  color: #666;
  font-family: Georgia;
  font-size: 1.1em;
  font-style: italic;
  height: 40px;
  margin-bottom: 6px;
  padding: 0 14px;
  resize: none;
  text-shadow: 1px 1px 2px #d0d0d0;
  width: 440px;
}
input.desc {
  background: #FAFAFA;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  box-shadow: 0px 0px 5px #ccc inset;
  color: #666;
  font-family: Georgia;
  font-size: 0.85em;
  font-style: italic;
  height: 30px;
  margin-bottom: 6px;
  padding: 0 14px;
  resize: none;
  text-shadow: 1px 1px 2px #d0d0d0;
  width: 440px;
}
input.title,
input.desc {
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
input.title:focus,
input.desc:focus {
  border: 1px solid #beca3c;
  box-shadow: 0px 0px 10px #beca3c inset;
}
input[type=text].default {
  background-color: #F8F8F8;
  border: 1px solid #D7D7D7;
  border-radius: 7px 7px 7px 7px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;
  font-family: Georgia;
  font-size: 1em;
  font-style: italic;
  margin: 10px 0;
  padding: 10px;
  width: 524px;
}
.required {
  background: url("http://d3i4xdybjlfrlg.cloudfront.net/img/required.png") no-repeat scroll right top transparent;
  padding-right: 14px;
}
/* ADD */
#add form,
.add form {
  margin: 10px 0;
}
.add form {
  font-family: "futura-pt", sans-serif;
}
#add .form-element,
.add form-element {
  background: transparent url('http://d3i4xdybjlfrlg.cloudfront.net/img/lines.png') repeat-x left bottom;
  padding: 10px 0 20px;
}
.add .form-element {
  clear: both;
}
.add dt {
  float: left;
  font-weight: 500;
  padding-right: 20px;
  text-align: right;
  text-transform: uppercase;
  width: 160px;
}
.add dd {
  float: left;
}
.add#update-geo {
  margin-top: 20px;
}
#add .form-element li,
.add .form-element li {
  display: inline-block;
  list-style-type: none;
  vertical-align: middle;
}
#add label,
.add label {
  display: inline-block;
  font-size: 1em;
  margin: 10px 12px 10px 0;
  font-weight: 500;
  color: #2e2b25;
  font-family: 'Freight-sans-pro', sans-serif;
  vertical-align: bottom;
}
.add label {
  margin: 10px 0;
  padding: 10px 0;
}
.label-mention {
  color: #9c9483;
  display: block;
  font-size: 0.75em;
  font-style: italic;
  margin: -8px 0 0 12px;
}
#add .intitule {
  font-size: 1em;
  line-height: 1.3em;
  margin: 20px 0;
  font-family: 'Freight-sans-pro', sans-serif;
}
#add .custom,
.add .custom {
  display: inline-block;
}
#add input[type=text],
.add input[type=text],
#add input[type=password],
.add input[type=password] {
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background: white;
  border: 2px solid #dad9d7;
  border-radius: 5px;
  color: #2e2b25;
  font-family: 'Freight-sans-pro', sans-serif;
  font-size: 1.1em;
  margin: 0 12px 0 0;
  padding: 10px 14px;
  width: 552px;
}
.add input[type=text],
.add input[type=password] {
  margin: 0;
}
#add input[type=text]:focus,
.add input[type=text]:focus,
#add input[type=password]:focus,
.add input[type=password]:focus {
  background: white;
  border: 2px solid #a8b32c;
  box-shadow: 0px 0px 10px #a8b32c inset;
}
#add select,
.add select {
  font-size: 0.9em;
}
.add select {
  border: 2px solid #CCCCCC;
  border-radius: 8px 8px 8px 8px;
  box-shadow: 0 0 10px #CCCCCC inset;
  font-size: 0.9em;
  margin: 10px 0;
  padding: 8px;
}
.add .button {
  margin-left: 180px;
}
.add .form-submit {
  margin-top: 10px;
}
.add .info {
  background: #333333 url('http://d3i4xdybjlfrlg.cloudfront.net/img/info.png') no-repeat 20px 20px;
  border-radius: 10px;
  color: #fff;
  font-family: Georgia,serif;
  font-style: italic;
  padding: 20px 20px 20px 80px;
}
#add .form-submit {
  background: transparent url("http://d3i4xdybjlfrlg.cloudfront.net/img/loader.gif") no-repeat scroll center center;
  float: left;
  margin: 20px auto 20px 0px;
  text-align: center;
  display: inline-block;
  font-size: 0.9em;
  /*width: 288px;*/

}
#add select {
  /*margin-left: 14px;*/

  padding-right: 34px;
  width: auto;
}
.ui-datepicker-append {
  /*color: #666;
	font-family: Georgia;
	font-size: 0.8em;
	font-style: italic;
	margin: 5px 0 0 14px;*/

  color: #999999;
  display: block;
  font-size: 0.75em;
  font-style: italic;
  margin: 4px 0 0 12px;
}
.popup input.btn {
  background: none repeat scroll 0 0 #BECA3C;
  border-radius: 8px 8px 8px 8px;
  padding: 0 12px;
}
.popup input.btn:hover {
  background: #333;
  text-shadow: 0px 1px 0px #000;
}
.popup .content select {
  float: left;
  margin: 7px;
}
input[type=text].simple,
input[type=password].simple,
textarea.simple,
select.simple {
  background-color: #fafafa;
  background-color: #DDD\9;
  /*HACK IE8*/
  color: #666;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15), 0 0 0 1px #adadad;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15), 0 0 0 1px #adadad;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15), 0 0 0 1px #cccccc;
  border: 0px solid #EEE;
  font-family: Georgia, sans-serif;
  font-size: 0.9em;
  font-style: italic;
  padding: 6px 8px 7px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0);
  margin: 3px 0;
}
input[type=text].simple:focus,
input[type=password].simple:focus,
textarea.simple:focus,
select.simple:focus {
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15), 0 0 0 1px #333333;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15), 0 0 0 1px #333333;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15), 0 0 0 1px #333333;
}
input.tiny {
  width: 60px;
}
input.small {
  width: 110px;
}
input.medium,
textarea.medium {
  width: 380px;
}
input[type=text].date,
input[type=text].date:hover,
input[type=text].date:focus {
  background: transparent url('http://d3i4xdybjlfrlg.cloudfront.net/img/ico-calendar.png') no-repeat 106px center;
}
select.simple {
  height: 30px;
  padding: 5px 0 0 5px;
}
.btn-like.black {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 0 0 1px #000000;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 0 0 1px #000000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 0 0 1px #000000;
  background-image: -moz-linear-gradient(90deg, #000000 0%, #333333 100%);
  background-image: -webkit-linear-gradient(90deg, #000000 0%, #333333 100%);
  background-image: linear-gradient(90deg, #000000 0%, #333333 100%);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.form {
  font-family: 'Freight-sans-pro', sans-serif;
}
.form h3,
.event h3,
.event h2,
.event h1 {
  font-size: 1.6em;
  font-weight: normal;
  margin: 26px 0;
  font-family: "Freight-sans-pro";
  line-height: 1em;
  padding: 4px 0 8px;
  width: 460px;
}
.form label {
  display: block;
  float: left;
  font-size: 0.8em;
  padding: 14px 8px 0 0;
  text-align: right;
  text-transform: uppercase;
  width: 170px;
}
.form p {
  margin-bottom: 4px;
}
.form p.double {
  float: left;
}
.form label.second {
  width: 136px;
}
.form p.submit {
  clear: both;
  margin: 40px 0 0 178px;
}
.form .error-text {
  color: #d7256e;
  font-size: 0.7em;
  letter-spacing: -0.05em;
  margin-left: 171px;
  padding: 2px 4px;
  text-transform: uppercase;
}
input[type=text].error,
input[type=password].error,
textarea.error,
select.error {
  background: #fafafa;
  background-color: #DDD\9;
  /*HACK IE8*/
  display: inherit !important;
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15), 0 0 0 1px #d7256e;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15), 0 0 0 1px #d7256e;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15), 0 0 0 1px #d7256e;
  margin: 3px;
  padding: 6px 8px 7px;
}
/* CHECKBOX */
.icheckbox {
  background: transparent url('http://d3i4xdybjlfrlg.cloudfront.net/img/switch.png') no-repeat left top;
  cursor: pointer;
  float: left;
  height: 34px;
  margin-right: 5px;
  width: 69px;
}
.icheckbox:hover {
  background-position: 0 -68px;
}
.icheckbox.checked {
  background-position: 0 -34px;
}
.icheckbox.checked:hover {
  background-position: 0 -102px;
}
/* SELECT */
.custom {
  background: #ffffff url('https://s3.amazonaws.com/ymp_img/annonces/form-arrow.png') no-repeat right center;
  border: 2px solid #dad9d7;
  border-radius: 4px;
  color: #2d2a26;
  cursor: pointer;
  height: 36px;
  overflow: hidden;
  padding-left: 4px;
  font-size: 1.2em;
  line-height: 36px;
}
.custom select {
  background: transparent;
  cursor: pointer;
  width: 100%;
  padding: 7px;
  font-size: 14px;
  line-height: 1;
  border: 0;
  margin: -4px;
  border-radius: 0;
  height: 34px;
  -webkit-appearance: none;
  -moz-appearance: meterchunk;
}
#popbox {
  background: url(http://d3i4xdybjlfrlg.cloudfront.net/img/alpha-black.png) repeat;
  position: fixed;
  height: 100%;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 3000;
}
#popbox.yon {
  top: 30px;
}
#popbox .box {
  background: white;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 30px;
  left: 50%;
  margin-left: -260px;
  padding: 20px;
  position: absolute;
  top: 50px;
  width: 480px;
}
#popbox .box ul.errors {
  color: white;
  font-size: .85em;
  background: #99204f;
  font-weight: 500;
  text-align: left;
  border-radius: 4px;
  z-index: 2;
}
#popbox .box ul.errors li {
  display: inline-block;
  margin: 8px 6px;
  line-height: 1em;
  position: relative;
  text-align: left;
  width: auto !important;
}
#popbox .box.login {
  width: 300px;
  margin: 0 0 0 -160px;
}
#popbox .box .close {
  background: transparent url('http://d3i4xdybjlfrlg.cloudfront.net/img/box-close.png') no-repeat left top;
  display: block;
  height: 29px;
  position: absolute;
  right: -15px;
  text-indent: -9999px;
  top: -15px;
  width: 29px;
}
#popbox .box .or {
  color: #9c9483;
  font-size: 0.8em;
  margin-top: 4px;
  text-align: center;
  text-transform: uppercase;
}
#popbox .box .or span {
  color: #9c9483;
  font-size: 1em;
}
#popbox .box #alt-choice {
  border-top: #f3f2ed 1px solid;
  margin-top: 4px;
  padding-top: 10px;
}
#popbox .box #alt-choice a {
  color: #9c9483;
  font-size: 0.85em;
  padding: 4px 0px;
}
#popbox .box #alt-choice a:hover {
  color: #a8b32c;
}
#popbox .box #alt-choice a.create {
  float: left;
}
#popbox .box #alt-choice a.forget {
  float: right;
}
#popbox h2,
#popbox span {
  color: #a8b32c;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  font-size: 2.8em;
}
#popbox p {
  text-align: center;
}
#popbox .bt {
  color: white;
  display: inline-block;
  font-size: 1.1em;
  font-weight: 500;
  height: 46px;
  line-height: 46px;
  text-transform: none;
}
#popbox .fb-connect {
  margin: 14px 0;
  text-align: center;
}
#popbox .fb-connect a {
  background: #3b5998;
  color: white;
}
#popbox .fb-connect a:hover {
  background: #718dc8;
}
#popbox #message {
  text-align: center;
}
#popbox #message p {
  font-size: 1.2em;
  padding-bottom: 18px;
}
#popbox form {
  text-align: center;
}
#popbox form li {
  display: inline-block;
  text-align: center;
  margin: 8px 6px;
  position: relative;
  vertical-align: middle;
  width: 226px;
}
#popbox form li.long {
  width: 470px;
}
#popbox form li.long input[type=text],
#popbox form li.long input[type=password] {
  -webkit-appearance: none;
  border: 2px solid #DDD;
  border-radius: 4px;
  padding: 10px;
  width: 448px;
}
#popbox form li input[type=text],
#popbox form li input[type=password] {
  -webkit-appearance: none;
  border: 2px solid #DDD;
  border-radius: 4px;
  padding: 10px;
  width: 204px;
}
#popbox form li.custom {
  padding: 0;
  margin: 8px 4px;
  width: 224px;
}
#popbox form li.wrong input[type=text],
#popbox form li.wrong input[type=password],
#popbox form li.wrong .custom {
  -webkit-appearance: none;
  border: 2px solid #99204f;
}
#popbox form li .error-msg {
  position: absolute;
  left: 0;
  line-height: 1em;
  color: white;
  font-size: 0.8em;
  background: #99204f;
  z-index: 10;
  padding: 4px;
  border-radius: 4px;
  top: 35px;
}
#popbox form button {
  margin: 10px 0 20px;
}
#popbox p.existing_member {
  font-size: 1em;
  margin-top: 14px;
}
#popbox p.existing_member a {
  border-bottom: 1px solid #2e2b25;
  color: #2e2b25;
  font-weight: 600;
}
#popbox p.existing_member a:hover {
  border-bottom: 1px solid #a8b32c;
  color: #a8b32c;
}
#popbox .action a {
  cursor: pointer;
  color: white;
  background: #a8b32c;
  border-radius: 4px;
  display: block;
  font-size: 1.2em;
  padding: 14px;
  margin-top: 18px;
  text-align: center;
}
#popbox .action a:hover {
  background: #2e2b25;
}
#logbox {
  background: url('http://d3i4xdybjlfrlg.cloudfront.net/img/alpha-black.png') repeat;
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3000;
}
#thebox {
  background: #FFF;
  border-radius: 6px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.6);
  left: 50%;
  margin: 0px auto 0 -180px;
  padding: 22px 0px 10px;
  position: absolute;
  top: 20%;
  width: 360px;
}
#thebox .close {
  background: transparent url('http://d3i4xdybjlfrlg.cloudfront.net/img/box-close.png') no-repeat left top;
  display: block;
  height: 29px;
  position: absolute;
  right: -15px;
  text-indent: -9999px;
  top: -15px;
  width: 29px;
}
#thebox input[type=text],
#thebox input[type=password] {
  background-color: #e1e1e1;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 6px;
  font-weight: 300;
  height: 20px;
  margin: 0 20px 10px;
  padding: 13px 10px 13px 40px;
  width: 270px;
}
#thebox input[type=text] {
  background-image: url('https://s3.amazonaws.com/ymp_img/icon-input.png');
}
#thebox input[type=password] {
  background-image: url('https://s3.amazonaws.com/ymp_img/icon-input.png');
  background-position: 0 -46px;
}
#thebox .submit,
#thebox .btn-fb {
  -webkit-transition: background-color 250ms;
  transition: background-color 250ms;
  background: #a2ad2e;
  border: 0;
  border-radius: 5px;
  color: #FFF;
  display: block;
  font-size: 1.1em;
  height: 44px;
  line-height: 46px;
  margin: 0 auto;
  text-align: center;
  width: 324px;
}
#thebox .btn-fb {
  background: #5670a6 url('http://d3i4xdybjlfrlg.cloudfront.net/images/home-login-fb.png') no-repeat 14px 8px;
  margin-top: 10px;
  padding-left: 50px;
  text-align: left;
  width: 274px;
}
#thebox .submit:hover {
  background: #000;
}
#thebox .btn-fb:hover {
  background: #000000 url('http://d3i4xdybjlfrlg.cloudfront.net/images/home-login-fb.png') no-repeat 14px 8px;
}
#thebox #alt-choice {
  border-top: 1px solid #EEE;
  margin: 24px 0 0;
  padding: 18px 20px;
}
#alt-choice a {
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-bottom: 2px solid #fff;
  color: #555;
  font-size: 0.7em;
  text-transform: uppercase;
}
#alt-choice a:hover {
  border-bottom: 2px solid #beca3c;
}
#alt-choice a.create {
  float: left;
  font-weight: bold;
}
#alt-choice a.forget {
  float: right;
}
/* FACEBOOK CONNECT */
#add #facebookconnect {
  background: #333;
  display: inline-block;
  margin-left: -18px;
  padding: 20px;
  width: 580px;
}
#add .desc-fb {
  color: #FFF;
  float: left;
  font-family: 'ff-meta-serif-web-pro', serif;
  font-size: 0.9em;
  font-style: italic;
  line-height: 1.2em;
  margin-right: 20px;
  width: 272px;
}
#add .sign-fb button,
.btn-fb {
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s !important;
  background: url("http://d3i4xdybjlfrlg.cloudfront.net/img/fb-connect.png") no-repeat 10px 10px #4a6192;
  border: 0;
  border-radius: 5px;
  color: #FFF;
  display: block;
  font-family: "droid-sans", sans-serif;
  font-size: 0.85em;
  font-weight: bold;
  line-height: 40px;
  height: 40px;
  margin-top: 4px;
  padding-left: 50px;
  text-align: left;
  width: 266px;
}
#add .sign-fb button:hover,
.btn-fb:hover {
  background-color: #5772a9;
  cursor: pointer;
}
#add #facebookconnect .btn-fb {
  float: left;
  width: 216px;
}
#logbox #facebookconnect .btn-fb {
  margin: 10px 20px;
  width: 270px;
}
#existing-account #facebookconnect .btn-fb,
#new-account #facebookconnect .btn-fb {
  color: #FFF !important;
  font-size: 0.9em;
  font-style: normal;
  margin: 14px 0;
  width: 200px !important;
}
#new-account {
  width: 192px !important;
}
.home .facebookconnect {
  margin: 0 0 0 18px;
}
a.dotted {
  border-bottom: 1px dotted #2e2b25;
  color: #2e2b25;
  font-weight: bold;
}
a.dotted:hover {
  border-bottom: 1px solid #2e2b25;
}
a.link {
  background: url("http://d3i4xdybjlfrlg.cloudfront.net/img/rules.png") no-repeat scroll left top transparent;
  color: #999999;
  font-size: 0.8em;
  margin: 0 0 0 8px;
  padding: 2px 0 0 18px;
}
a.link:hover {
  color: #2e2b25;
}
a.classement {
  background: url("http://d3i4xdybjlfrlg.cloudfront.net/img/buttons.png") no-repeat scroll 0 -608px transparent;
  border: 0 none;
  color: #FFFFFF;
  display: inline-block;
  font-size: 0.75em;
  font-weight: bold;
  height: 38px;
  line-height: 38px;
  margin-top: 18px !important;
  padding-left: 43px;
  text-shadow: 0 1px 0 #809400;
  text-transform: uppercase;
  width: 128px;
}
a.classement:hover {
  background: url("http://d3i4xdybjlfrlg.cloudfront.net/img/buttons.png") no-repeat scroll -250px -608px transparent;
}
a.classement:active {
  background: url("http://d3i4xdybjlfrlg.cloudfront.net/img/buttons.png") no-repeat scroll -500px -608px transparent;
}
.loadmore {
  background: url("http://d3i4xdybjlfrlg.cloudfront.net/img/loader.gif") no-repeat scroll center center transparent;
  clear: both;
  height: 38px;
}
.loadmore a {
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s !important;
  background: #a8b32c;
  color: white;
  cursor: pointer;
  display: block;
  font-size: 1.2em;
  font-weight: 500;
  font-family: 'Freight-sans-pro', sans-serif;
  height: 38px;
  line-height: 40px;
  border-radius: 5px;
  margin: 0 auto;
  text-align: center;
}
.loadmore a:hover {
  background: #2e2b25;
}
.backtop a {
  color: #ACB82E;
  display: block;
  font-size: 0.85em;
  height: 38px;
  line-height: 40px;
  margin: 0 auto;
  text-align: center;
}
.backtop a:hover {
  text-decoration: underline !important;
}
.bt-cutest {
  background: url("http://d3i4xdybjlfrlg.cloudfront.net/img/bt-cutest.png") no-repeat scroll left top transparent;
  border: 0 none;
  color: #FFFFFF;
  display: inline-block;
  font-size: 0.9em;
  font-weight: bold;
  height: 49px;
  line-height: 49px;
  margin-top: 10px;
  padding-left: 40px;
  text-align: left;
  text-shadow: 0 1px 0 #809400;
  text-transform: uppercase;
  width: 143px;
}
.bt-cutest:hover {
  background-position: 0 -49px;
  cursor: pointer;
}
.bt-cutest:active {
  background-position: 0 -98px;
  line-height: 51px;
}
.bt-yummy {
  background: url("http://d3i4xdybjlfrlg.cloudfront.net/img/yummy-bt.png") no-repeat scroll left top transparent;
  border: 0 none;
  color: #FFFFFF;
  display: inline-block;
  font-size: 0.9em;
  font-weight: bold;
  height: 48px;
  line-height: 48px;
  margin-top: 10px;
  text-indent: -9999px;
  width: 142px;
}
.bt-yummy:hover {
  background-position: 0 -48px;
  cursor: pointer;
}
/* BUTTONS */
.btn,
.btn-like,
.bt {
  -webkit-appearance: none;
  background: #a8b32c;
  border: 0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: white !important;
  cursor: pointer;
  display: inline-block;
  font-family: 'Freight-sans-pro', sans-serif;
  font-size: 0.85em;
  font-style: normal;
  font-weight: 600;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  text-align: center;
  text-transform: uppercase;
}
.btn:hover,
.btn-like:hover,
.bt:hover {
  background: #2e2b25;
}
.btn-like.cream,
.btn-like.nofan {
  background-color: #a69e93;
  /* layer fill content */

}
.btn-like.cream:hover {
  background-color: #2e2b25;
}
.btn-like.nofan:hover {
  background-color: #99204f;
  /* layer fill content */

}
.btn-like.big {
  font-size: 1.2em;
  height: 50px;
  line-height: 50px;
}
a.btn span.frame {
  background: url("http://d3i4xdybjlfrlg.cloudfront.net/img/buttons-parent.png") no-repeat scroll 0 0 transparent;
  display: block;
  line-height: 28px;
  padding: 5px 4px 5px 8px;
}
a.no-text {
  text-indent: -9999px;
}
a.more {
  display: block;
  margin: 0 auto !important;
  text-align: center;
  width: 178px;
}
a.switch {
  background: transparent url('http://d3i4xdybjlfrlg.cloudfront.net/img/switch.png') no-repeat left top;
  display: block;
  float: left;
  height: 34px;
  margin: 8px 0 0;
  text-indent: -9999px;
  width: 69px;
}
a.switch.no,
a.switch.yes:hover {
  background-position: 0 0;
}
a.switch.yes,
a.switch.no:hover {
  background-position: 0 -34px;
}
/* GREEN ICONS (DEFAULT) */
/* RED STYLE */
a.red {
  background: transparent url('http://d3i4xdybjlfrlg.cloudfront.net/img/buttons-border.png') no-repeat scroll right -114px;
  color: #FFF;
  height: 38px;
  margin-right: 0px;
  padding-right: 12px;
  /* sliding doors padding */

  text-decoration: none;
  text-shadow: 0 1px 0 #500021;
}
a.red span.frame {
  background: url("http://d3i4xdybjlfrlg.cloudfront.net/img/buttons-parent.png") no-repeat scroll 0 -114px transparent;
  display: block;
  line-height: 28px;
  padding: 5px 4px 5px 8px;
}
a.red span.icon {
  background-position: -28px 0;
}
a.red:hover {
  background-position: right -152px;
}
a.red:hover span.frame {
  background-position: 0 -152px;
}
a.red:active {
  background-position: right -190px;
}
a.red:active span.frame {
  background-position: 0 -190px;
}
/* RED ICONS */
a.red span.cross {
  background-position: -28px -280px;
}
/* BLACK STYLE */
a.black {
  background: transparent url('http://d3i4xdybjlfrlg.cloudfront.net/img/buttons-border.png') no-repeat scroll right -228px;
  color: #FFF;
  height: 38px;
  margin-right: 0px;
  padding-right: 12px;
  text-decoration: none;
  text-shadow: 0 1px 0 #500021;
}
a.black span.frame {
  background: url("http://d3i4xdybjlfrlg.cloudfront.net/img/buttons-parent.png") no-repeat scroll 0 -228px transparent;
  display: block;
  line-height: 28px;
  padding: 5px 4px 5px 8px;
}
a.black span.icon {
  background-position: -56px 0;
}
a.black:hover {
  background-position: right -266px;
}
a.black:hover span.frame {
  background-position: 0 -266px;
}
a.black:active {
  background-position: right -304px;
}
a.black:active span.frame {
  background-position: 0 -304px;
}
/* BLACK ICONS */
a.black span.cloud {
  background-position: -56px -308px;
}
/* BEIGE STYLE */
a.beige {
  background: transparent url('http://d3i4xdybjlfrlg.cloudfront.net/img/buttons-border.png') no-repeat scroll right -342px;
  color: #FFF;
  height: 38px;
  margin-right: 0px;
  padding-right: 12px;
  text-decoration: none;
  text-shadow: 0 1px 0 #AB8224;
}
a.beige span.frame {
  background: url("http://d3i4xdybjlfrlg.cloudfront.net/img/buttons-parent.png") no-repeat scroll 0 -342px transparent;
  display: block;
  line-height: 28px;
  padding: 5px 4px 5px 8px;
}
a.beige span.icon {
  background-position: -56px 0;
}
a.beige:hover {
  background-position: right -380px;
}
a.beige:hover span.frame {
  background-position: 0 -380px;
}
a.beige:active {
  background-position: right -418px;
}
a.beige:active span.frame {
  background-position: 0 -418px;
}
/* BEIGE ICONS */
a.beige span.form {
  background-position: -84px -112px;
}
a.beige span.list {
  background-position: -84px -168px !important;
}
a.beige span.mail {
  background-position: -84px -336px;
}
a.beige span.time {
  background-position: -84px -364px;
}
/* SPECIAL STYLE */
.btnPostalCode {
  background: #a8b32c;
  border-radius: 5px;
  clear: both;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: 500;
  padding: 6px 8px;
  margin: 2px 0 10px;
}
.btnPostalCode:hover {
  background: #2e2b25;
}
.form-element#city-search {
  background: transparent !important;
  padding-bottom: 0px;
}
a {
  -webkit-transition: color 500ms;
}
html,
body {
  font-family: 'Freight-sans-pro', sans-serif !important;
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  background: white;
  font-size: 1em;
  color: #2e2b25;
  height: 100%;
  margin: 0;
  overflow-x: hidden;
}
.ycolor {
  color: #dadf1e;
}
.nav {
  margin: 0 auto 8px auto;
  overflow: hidden;
  position: relative;
  max-width: 980px;
}
.nav h2 {
  color: #555;
  font-size: 3em;
  font-weight: 300;
  padding: 50px 0 30px;
  text-align: center;
}
.nav h2 strong {
  font-weight: 500;
}
header.header-main {
  background: #2e2b25;
  height: 85px;
  line-height: 55px;
  padding: 5px 0 0;
  position: fixed;
  top: 0;
  min-width: 100%;
  z-index: 10;
}
header.header-main .services-nav {
  background: #FFF;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
  line-height: normal;
  margin: 5px auto 0 auto;
  padding: 8px 0;
  width: 980px;
}
header.header-main .services-nav ul {
  margin: 0;
  padding: 0;
}
header.header-main .services-nav ul li {
  background: #FFF;
  border-right: 1px solid #a8b32c;
  display: inline;
  margin: 0;
  padding: 0 12px 0 10px;
}
header.header-main .services-nav ul li a {
  color: #2e2b25;
  font-weight: 500;
}
header.header-main .services-nav ul li a:hover {
  color: #a8b32c;
}
header.header-main .services-nav ul li:first-child {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  position: relative;
  behavior: url(/PIE.php);
  padding-left: 12px;
}
header.header-main .services-nav ul li.last {
  border: 0;
}
header.header-main .services-nav ul li.mobile-apps {
  background: url(http://ymp_img.s3.amazonaws.com/home/icn_mobile_nav_services.png) no-repeat 12px center #a8b32c;
  border: 0;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  position: relative;
  behavior: url(/PIE.php);
  float: right;
  margin: -8px 0 0 0;
  padding: 8px 12px 8px 35px;
}
header.header-main .services-nav ul li.mobile-apps a {
  color: #FFF;
}
header.header-main .services-nav ul li.mobile-apps a:hover {
  color: #606616;
}
header.header-main a.logo {
  float: left;
  line-height: normal;
  margin: 7px 0 0 0;
}
header.header-main a.logo img {
  vertical-align: middle;
}
header.header-main a.logo .baseline {
  color: #d8d1c0;
  font-size: .9em;
  margin: 0 0 0 8px;
  text-transform: uppercase;
}
header.header-main a.logo .baseline strong {
  font-weight: 600;
}
header.header-main .nav-log {
  float: right;
  font-size: 1em;
}
header.header-main .nav-log li {
  float: left;
  margin-left: 10px;
}
header.header-main .nav-log a {
  border-bottom: 1px solid #6d685c;
  color: #c2bcaf;
}
header.header-main .nav-log a:hover {
  color: #beca3c;
}
header.header-main #search {
  float: right;
  margin: 9px -8px 0 20px;
}
header.header-main .searchbox {
  background: transparent url('https://s3.amazonaws.com/ymp_img/images/home-search-bg.png') no-repeat 0 0;
  height: 34px;
  line-height: 34px;
  padding: 0 8px;
  position: relative;
  width: 240px;
}
.selectbox {
  color: #66625b;
  float: left;
  width: 80px;
  height: 34px;
  margin-right: 8px;
  overflow: hidden;
  background: url('https://s3.amazonaws.com/ymp_img/images/images/home-search-arrow.png') no-repeat right #ede9e1;
  border: 0;
}
.selectbox select {
  background: transparent;
  color: #66625b;
  width: 108px;
  padding: 6px;
  font-size: 0.7em;
  font-weight: bold;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 34px;
  text-transform: uppercase;
  -webkit-appearance: none;
}
.searchbox input[type="text"] {
  width: 120px;
  background: transparent;
  border: 0;
  border-radius: 0;
  border-left: 1px solid #d2ccbf;
  font-style: italic;
  color: #66625b;
  font-family: Georgia, serif;
  font-size: 1em;
  padding-left: 6px;
}
.searchbox input[type=submit] {
  background: url('https://s3.amazonaws.com/ymp_img/images/home-search-magnifier.png') no-repeat;
  border: 0;
  cursor: pointer;
  opacity: 0.6;
  text-indent: -9999px;
  width: 18px;
  -webkit-appearance: none;
}
.searchbox input[type=submit]:hover {
  opacity: 1;
}
#intro {
  text-align: center;
}
#intro .wording {
  color: white;
  padding-top: 250px;
}
#intro .wording h1 {
  font-size: 2.5em;
  font-weight: 400;
  text-align: center;
  line-height: 1.1em;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
#intro .wording h1 strong {
  font-weight: 600;
}
#intro .action-area {
  font-size: 1.4em;
  margin: 60px 0 0;
}
#intro .action-area ul {
  text-align: center;
}
#intro .action-area ul li {
  color: #FFF;
  display: inline-block;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
#intro .action-area ul li.register a {
  background: transparent url('https://s3.amazonaws.com/ymp_img/images/home-action-subscribe-bg.png') no-repeat left top;
}
#intro .action-area ul li.register a:hover {
  background-position: 0 -55px;
}
#intro .action-area ul li.fbconnect a {
  background: transparent url('https://s3.amazonaws.com/ymp_img/images/home-action-fbconnect-bg.png') no-repeat left top;
  padding-left: 20px;
  width: 367x;
}
#intro .action-area ul li.fbconnect a:hover {
  background-position: 0 -55px;
}
#intro .action-area a {
  color: #FFF;
  display: block;
  height: 55px;
  line-height: 50px;
  margin: 0 10px;
  width: 387px;
}
#container {
  background: white;
  margin-top: -170px;
  position: relative;
}
section#presentation h2 a {
  background: transparent url('https://s3.amazonaws.com/ymp_img/images/home-greenarrow.png') no-repeat center bottom;
  color: #555;
  padding-bottom: 30px;
}
section#presentation #video {
  margin: 30px auto;
  position: relative;
  width: 100%;
}
section#presentation #video .frame {
  background: transparent url('http://ymp_img.s3.amazonaws.com/home-video-bg.png') repeat-x center center;
  margin: 0 auto;
  text-align: center;
}
section#presentation #edito {
  height: 136px;
  margin: 50px 0;
  overflow: hidden;
}
section#presentation #edito div {
  float: left;
}
section#presentation #edito a {
  color: #a8b32c;
  border-bottom: 1px solid #a8b32c;
}
section#presentation #edito a:hover {
  color: #2e2b25;
  border-bottom: 1px solid #2e2b25;
  opacity: 0.8;
}
section#presentation #edito #panel-1 {
  background-image: url('https://s3.amazonaws.com/ymp_img/home/circle-services.jpg');
}
section#presentation #edito #panel-2 {
  background-image: url('https://s3.amazonaws.com/ymp_img/home/circle-profile.jpg');
}
section#presentation #edito #panel-3 {
  background-image: url('https://s3.amazonaws.com/ymp_img/home/circle-network.jpg');
}
section#presentation #edito #panel-4 {
  background-image: url('https://s3.amazonaws.com/ymp_img/home/circle-mobile.jpg');
}
section#presentation #edito #panel-5 {
  background-image: url('https://s3.amazonaws.com/ymp_img/home/circle-forum.jpg');
}
section#presentation .panel {
  background: transparent no-repeat left top;
  cursor: pointer;
  height: 132px;
  overflow: hidden;
}
section#presentation .panel p {
  color: #555;
  float: left;
  padding-left: 140px;
  padding-top: 45px;
  width: 300px;
}
/* MY NAME */
section#myname {
  padding-bottom: 30px;
}
section#myname .name-area {
  background: transparent url('https://s3.amazonaws.com/ymp_img/images/home-name-field.png') no-repeat left top;
  color: #999;
  font-size: 2em;
  font-weight: 300;
  height: 46px;
  margin: 0 auto;
  padding: 40px 50px;
  position: relative;
  width: 764px;
}
section#myname label {
  cursor: pointer;
}
section#myname input[type=text] {
  background: transparent;
  border: 0;
  color: #a2ad2e;
  margin-left: 10px;
  padding-top: 4px;
  width: 400px;
}
section#myname input[type=submit] {
  background: transparent url('https://s3.amazonaws.com/ymp_img/images/home-name-submit.png') no-repeat left top;
  border: 0;
  cursor: pointer;
  float: right;
  text-indent: -9999px;
  height: 45px;
  width: 45px;
}
section#myname input[type=submit]:hover {
  background-position: 0 -45px;
}
/* YUMMY OR NOT */
section#yon {
  height: 400px;
  padding: 27px 0;
  position: relative;
}
section#yon a.background {
  background: #7c7870 url('http://ymp_img.s3.amazonaws.com/home/yon-bg.jpg') center center;
  background-size: cover;
  display: block;
  height: 400px;
  text-indent: -9999px;
}
section#yon a.logo {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -250px;
}
section#yon a.vote {
  position: absolute;
  bottom: 0;
  display: block;
  background: #a8b32c;
  width: 200px;
  border-radius: 4px;
  border: 4px solid white;
  height: 50px;
  text-align: center;
  color: white;
  font-size: 2em;
  line-height: 50px;
}
section#yon a.vote:hover {
  background: #2e2b25;
}
section#yon a.vote.left {
  left: 10%;
}
section#yon a.vote.right {
  right: 10%;
}
/* CREME */
section#creme {
  position: relative;
}
section#creme h2 a {
  color: #555;
}
section#creme h2 a:hover {
  color: #c4c820;
}
section#creme .fixed-bar {
  padding: 0px 0;
}
section#creme ul#carousel {
  display: block;
  white-space: nowrap;
}
section#creme ul#carousel li {
  display: inline-block;
  margin: 10px 0px;
  position: relative;
  width: 206px !important;
}
section#creme ul#carousel li p.infos {
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  background: rgba(0, 0, 0, 0.7);
  height: 166px;
  left: 0px;
  opacity: 0;
  padding: 40px 0 0;
  position: absolute;
  text-align: center;
  top: 0px;
  width: 206px;
}
section#creme ul#carousel li p.infos img.avatar {
  border: none;
  border-radius: 100%;
  margin: 0 auto;
  width: 80px;
}
section#creme ul#carousel li a:hover p.infos {
  opacity: 1;
}
section#creme ul#carousel li img.illus {
  height: 206px;
  width: 206px;
}
section#creme a {
  color: #FFF;
  font-size: 0.9em;
}
section#creme .name {
  font-weight: 600;
  text-transform: uppercase;
}
section#creme .country img {
  border: 0;
  display: inline-block;
  height: 11px;
  padding-left: 5px;
  width: 11px;
}
section#creme .breed {
  color: #aaa;
  display: block;
  font-family: Georgia,serif;
  font-size: 0.9em;
  font-style: italic;
}
/* BLOG */
section#blog .article {
  display: inline-block;
  padding: 40px 0;
}
section#blog img {
  float: left;
}
section#blog .content {
  margin-left: 420px;
}
section#blog h3 {
  color: #c4c820;
  font-size: 2em;
  font-weight: 300;
}
section#blog p {
  color: #555;
  font-size: 1em !important;
  padding: 30px 0 25px;
}
section#blog a.more {
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
  background: transparent url('https://s3.amazonaws.com/ymp_img/images/home-blog-more.png') no-repeat 0 -30px;
  color: #2e2b25;
  display: block;
  font-size: 1.3em;
  font-weight: 400;
  height: 30px;
  line-height: 30px;
  margin-left: 400px;
  margin-top: 25px;
  opacity: 0.4;
  padding-left: 40px;
}
section#blog a.more:hover {
  opacity: 1;
}
/* SERVICES */
section#services {
  padding: 30px 0 70px;
  text-align: center;
}
section#services .block {
  background: transparent url('https://s3.amazonaws.com/ymp_img/images/home-services-bg.png') no-repeat left top;
  display: inline-block;
  height: 315px;
  margin: 0 5px;
  padding: 30px 30px 30px;
  text-align: center;
  vertical-align: top;
  width: 246px;
}
section#services h3 {
  color: #555;
  font-size: 2em;
  font-weight: 300;
  line-height: 1em;
}
section#services h4 {
  color: #999;
  font-size: 1.2em;
  font-weight: 300;
}
section#services span.icon {
  background: transparent url('https://s3.amazonaws.com/ymp_img/images/home-services-icon.png') no-repeat left top;
  display: block;
  height: 48px;
  margin: 26px auto 18px;
  text-indent: -9999px;
  width: 48px;
}
section#services #announces span.icon {
  background-position: 0 0;
}
section#services #missing span.icon {
  background-position: -48px 0;
}
section#services #compare span.icon {
  background-position: -96px 0;
}
section#services p {
  color: #777;
  font-size: 1em;
  font-weight: 300;
  height: 100px;
  line-height: 1.3em;
  padding: 0 0 30px;
  text-align: left;
}
section#services a.action,
span.comingsoon {
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
  background: #AAA;
  border-radius: 5px;
  color: #FFF;
  text-transform: uppercase;
  padding: 10px 32px;
}
section#services a.action:hover {
  background: #2e2b25;
}
section#services #announces a.action:hover {
  background: #D33E2A;
}
section#services #missing a.action:hover {
  background: #5eb6cc;
}
section#services #compare a.action:hover {
  background: #ac1163;
}
section#mobile {
  background: #484848 url('https://s3.amazonaws.com/ymp_img/images/home-devices.png') no-repeat center center;
  height: 135px;
  padding-top: 25px;
}
section#mobile .app {
  background: transparent no-repeat left top;
  color: #aaa;
  font-size: 0.9em;
  overflow: hidden;
  padding: 4px 0 0 86px;
  width: 214px;
}
section#mobile .app p {
  line-height: 1em;
}
section#mobile #yummypets {
  background-image: url('https://s3.amazonaws.com/ymp_img/images/home-icon-yummy.png');
  float: left;
}
section#mobile #yon {
  background-image: url('https://s3.amazonaws.com/ymp_img/images/home-icon-yon.png');
  float: right;
}
section#mobile h3 {
  color: #EEE;
  font-size: 1.2em;
  padding-bottom: 4px;
  font-weight: 600;
}
section#mobile .download {
  padding-top: 8px;
}
section#mobile .download a {
  display: block;
  float: left;
  height: 34px;
  text-indent: -9999px;
  width: 100px;
}
section#mobile .download a:hover {
  opacity: 0.5;
}
section#mobile .download a.appstore {
  background: transparent url('https://s3.amazonaws.com/ymp_img/images/icon-appstore.png') no-repeat left top;
}
section#mobile .download a.googleplay {
  background: transparent url('https://s3.amazonaws.com/ymp_img/images/icon-androidmarket.png') no-repeat left top;
  margin-left: 5px;
}
footer#footer-main {
  background: #FFF;
  color: #AAA;
  font-size: 0.9em;
  height: 80px;
  line-height: 80px;
}
footer#footer-main .copyright {
  float: left;
  font-size: 0.85em;
  padding-top: 28px;
  line-height: 1.2em;
}
footer#footer-main .copyright strong {
  text-transform: uppercase;
}
footer#footer-main .copyright a {
  border-bottom: 1px solid #ddd;
  color: #AAA;
}
footer#footer-main .footer-nav {
  float: right;
}
footer#footer-main .footer-nav p {
  float: right;
  color: #DDD;
  margin-right: 10px;
}
footer#footer-main p a {
  color: #999;
  font-weight: 500;
  margin: 0 4px;
}
footer#footer-main p a.login {
  color: #a6b035;
  font-weight: 600;
}
footer#footer-main p a:hover {
  color: #2e2b25;
}
footer#footer-main ul#social {
  float: right;
  padding-top: 18px;
}
footer#footer-main ul#social li {
  float: left;
}
footer#footer-main ul#social a {
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
  background: #ffffff url('https://s3.amazonaws.com/ymp_img/images/home-social-icons.png') no-repeat left top;
  display: block;
  float: left;
  height: 40px;
  margin-right: 6px;
  opacity: 0.5;
  text-indent: -9999px;
  width: 40px;
}
footer#footer-main ul#social a:hover {
  opacity: 1;
}
footer#footer-main ul#social li.facebook a {
  background-position: 0 0;
}
footer#footer-main ul#social li.twitter a {
  background-position: -40px 0;
}
footer#footer-main ul#social li.pinterest a {
  background-position: -80px 0;
}
footer#footer-main ul#social li.blog a {
  background-position: -120px 0;
}
footer#footer-main ul#social li.tumblr a {
  background-position: -160px 0;
}
.cover {
  position: relative;
  height: 600px;
  min-width: 100%;
}
.cover .photo {
  background: fixed center 0 no-repeat #2e2b25;
  background-image: url('https://s3.amazonaws.com/ymp_v2/h-bg-1.jpg');
  background-size: cover;
  min-height: 100%;
  top: 0;
}
.cover .photo.two {
  background-image: url('https://s3.amazonaws.com/ymp_v2/h-bg-2.jpg');
}
/* LOGBOX */
#logbox {
  background: url('https://s3.amazonaws.com/ymp_img/img/alpha-black.png') repeat;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 3000;
}
#thebox {
  background: #FFF;
  border-radius: 6px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.6);
  left: 50%;
  margin: 0px auto 0 -180px;
  padding: 22px 0px 10px;
  position: absolute;
  top: 20%;
  width: 360px;
}
#thebox .close {
  background: transparent url('https://s3.amazonaws.com/ymp_img/img/box-close.png') no-repeat left top;
  display: block;
  height: 29px;
  position: absolute;
  right: -15px;
  text-indent: -9999px;
  top: -15px;
  width: 29px;
}
#thebox input[type=text],
#thebox input[type=password] {
  background-color: #e1e1e1;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 6px;
  font-weight: 300;
  height: 20px;
  margin: 0 20px 10px;
  padding: 13px 10px 13px 40px;
  width: 270px;
}
#thebox input[type=text] {
  background-image: url('https://s3.amazonaws.com/ymp_img/icon-input.png');
}
#thebox input[type=password] {
  background-image: url('https://s3.amazonaws.com/ymp_img/icon-input.png');
  background-position: 0 -46px;
}
#thebox .submit,
#thebox .btn-fb {
  -webkit-transition: background-color 250ms;
  transition: background-color 250ms;
  background: #a2ad2e;
  border: 0;
  border-radius: 5px;
  color: #FFF;
  display: block;
  font-size: 1.1em;
  height: 44px;
  line-height: 46px;
  margin: 0 auto;
  text-align: center;
  width: 324px;
}
#thebox .btn-fb {
  background: #5670a6 url('https://s3.amazonaws.com/ymp_img/images/home-login-fb.png') no-repeat 14px 8px;
  margin-top: 10px;
  padding-left: 50px;
  text-align: left;
  width: 274px;
}
#thebox .submit:hover {
  background: #000;
}
#thebox .btn-fb:hover {
  background: #000000 url('https://s3.amazonaws.com/ymp_img/images/home-login-fb.png') no-repeat 14px 8px;
}
#thebox #alt-choice {
  border-top: 1px solid #EEE;
  margin: 24px 0 0;
  padding: 18px 20px;
}
#alt-choice a {
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-bottom: 2px solid #fff;
  color: #555;
  font-size: 0.7em;
  text-transform: uppercase;
}
#alt-choice a:hover {
  border-bottom: 2px solid #beca3c;
}
#alt-choice a.create {
  float: left;
  font-weight: bold;
}
#alt-choice a.forget {
  float: right;
}
/* SLIDER BLOG */
#contentslider {
  position: relative;
  display: block;
  width: 900px;
  height: 400px;
  margin: 70px auto 50px;
  overflow: hidden;
}
.cs_wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.cs_slider {
  position: absolute;
  width: 10000px;
  height: 100%;
  margin: 0;
  padding: 0;
}
.cs_article {
  float: left;
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 900px;
  height: 400px;
  margin: 0 auto;
  padding: 0;
}
.cs_article h2 {
  color: #c4c820;
  font-size: 2.6em !important;
  font-weight: 300;
  line-height: 1em;
  margin-left: 400px !important;
  width: 510px;
}
.cs_article h2 a {
  color: #c4c820;
}
.cs_article img {
  position: absolute;
  top: 0;
  height: 260px;
  left: 0;
  max-width: 380px;
  width: 380px;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.cs_article p {
  display: block;
  width: 500px;
  margin-left: 400px !important;
  padding: 0;
  border: 0;
}
.cs_leftBtn,
.cs_rightBtn {
  position: absolute;
  top: 0;
  height: 400px;
  padding: 10px 0;
  z-index: 5;
}
.cs_leftBtn {
  left: 0;
  outline: 0;
}
.cs_rightBtn {
  right: 0;
  outline: 0;
}
.cs_leftBtn img,
.cs_rightBtn img {
  border: 0;
  position: relative;
  top: 200px;
  margin: 0;
}
.cs_leftBtn,
.cs_rightBtn {
  width: 40px;
}
.cs_article p {
  font-size: 85%;
  line-height: 1.5em;
  color: #777;
}
.cs_article .readmore {
  font-size: 80%;
}
.kwicks > li {
  width: 200px;
  height: 100px;
  margin-left: 0px;
  float: left;
}
/* FIX MOBILE */
.mobile body {
  overflow: hidden;
}
.mobile #wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.mobile #scroller {
  height: 3000px;
}
@media (max-width: 1024px) {
  /* appliqué uniquement sur grands écrans */
  .cover {
    height: 500px;
  }
  .cover .photo {
    background: scroll center 0 no-repeat #ffffff;
    background-image: url('https://s3.amazonaws.com/ymp_v2/h-bg-1.jpg');
    background-size: 100%;
    top: 0;
  }
}
@media (max-width: 740px) {
  /* appliqué uniquement sur grands écrans */
  #search,
  #intro li.or {
    display: none;
  }
  #intro .wording {
    font-size: 0.6em;
    padding: 100px 20px 0;
  }
  #intro .action-area {
    margin: 60px 0 0;
  }
}
