/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
html {
  zoom: 1;
}
@media only screen and (max-width: 850px) {
  html {
    zoom: 1;
  }
}
sup {
    vertical-align: super;
    font-size: smaller;
}
sub {
    vertical-align: sub;
    font-size: smaller;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
}
body {
    width: 100%;
    min-width: 1000px;
    font-family: 'Source Sans Pro', sans-serif;
}
@media only screen and (max-width: 850px) {
  body {
    min-width: 100%;
  }
}
body>header {
    width: 100%;
    background-color: #666666;
    height: 90px;
}
.hidden {
    visibility: hidden;
}
@media only screen and (max-width: 850px) {
  .hidden-mobile {
    display: none !important;
    visibility:hidden;
  }
}
/*
.very-hidden{
  visibility:hidden;
	display: none;
}
*/
.uber-hidden{
  visibility:hidden;
	display: none;
}
.left {
    float: left;
}
.wrapper {
    width: 1000px;
    margin: auto;
    position: relative;
    clear: both;
}
@media only screen and (max-width: 850px) {
  .wrapper {
    width: 100%;
  }
}
.wrapper header {
    margin-bottom: 35px;
}
.wrapper p {
    font-size: 18px;
    font-weight: 200;
    line-height: 24px;
    margin-bottom: 5px;
    width: 100%;
    text-align: center;
}
.wrapper p em {
    color: #b0b0b0;
}
h1 {
    font-size: 28px;
    /*text-transform: uppercase;*/
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-top: 40px;
    margin-bottom: 10px;
    text-align: center;
}
h2 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-top: 40px;
    margin-bottom: 10px;
    text-align: center;
}
body>header a {
    width: 40px;
    height: 40px;
    /*background-color: #000000;*/
    position: absolute;
    display: block;
    position: relative;
    border: 2px solid white;
    border-radius: 4px;
    text-align: center;
    line-height: 28px;
    margin-top: 0px;
    font-size: 60px;
    color: white;
    font-weight: 200;
    -webkit-transition: background-color, color 2s;
    /* For Safari 3.1 to 6.0 */
    transition: background-color, color 2s;
}
header #btnretour {
    top: 25px;
    left: 55px;
}
header a:hover, header a.active {
    background-color: white;
    color: #333333;
}
header #rtnmm {
    width: 180px;
    height: 44px;
    position: relative;
    left: 20px;
    top: -25px;
    float: left;
    border: none;
    text-decoration: none;
    background: transparent !important;
    color: transparent !important;
}
header #rtnmm {
    background-color: none;
}
#rtnmm img {
    width: 100%;
}
header .lang, .langen {
    font-size: 25px;
    line-height: 40px;
}
header .lang {
    float: left;
}
header .langen {
    float: right;
}
#lang {
    width: 100px;
    display: block;
    position: relative;
    float: right;
    right: 3%;
    margin-top: -20px;
}
form {
    clear: both;
    position: relative;
    text-align: right;
    margin-bottom: 0px;
}
label {
    color: #363636;
    font-size: 15px;
    font-weight: 400;
    margin-right: 10px;
    display: inline-block;
}
label.left {
    width: 87px;
    line-height: 40px;
}
@media only screen and (max-width: 850px) {
  label.left {
    width: auto;
    float: none !important;
    text-align: left;
    clear: both;
    line-height: 30px;
  }
}
#sidebar label.left {
    width: 170px;
}
#sidebar label.left.last {
    margin-right: 9px;
    line-height: 22px;
}
input[type=text], input[type=email] {
    width: 513px;
    height: 40px;
    border-radius: 4px;
    box-shadow: none;
    font-size: 15px;
    padding-left: 10px;
    background-color: #efefef;
    border: none;
    margin-bottom: 20px;
    color: #353535;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    border: 1px solid #E8E8E8;
}
@media only screen and (max-width: 850px) {
  input[type=text], input[type=email] {
    width: 100%;
    float: none !important;
  }
}
input:focus, select:focus {
    border: 1px solid rgba(140, 140, 140, 1)
}
#newsletter {
    width: 610px;
    margin: auto;
    position: relative;
    z-index: 1;
    float: left;
}
@media only screen and (max-width: 850px) {
  #newsletter {
    width: 100%;
    float: none;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: left;
    clear: both;
  }
}
#newsletter form {
    width: 700px;
    right: 79px;
}
@media only screen and (max-width: 850px) {
  #newsletter form {
    width: 100%;
    right: 0px;
  }
}
/* NEWSLETTERS */
#newsletter ul {
    width: 513px;
    margin: auto;
    /*margin-left: 97px;
    clear: both;*/
}
@media only screen and (max-width: 850px) {
  #newsletter ul {
    width: 100%;
    margin-left: 0;
  }
}
ul li {
    width: 513px;
    background-color: #efefef;
    margin-bottom: 15px;
    height: 40px;
    border-radius: 4px;
    font-weight: 200;
    font-size: 20px;
    color: #4e4e4e;
    padding: 10px 0;
    -webkit-transition: padding-right 0.3s;
    /* For Safari 3.1 to 6.0 */
    transition: padding-right 0.3s;
}
@media only screen and (max-width: 850px) {
  ul li {
    width: 100%;
  }
}
ul li p {
    float: left;
    display: inline-block;
    margin-left: 9px;
    font-size: 14px !important;
    width: 300px !important;
    line-height: 17px !important;
    /*margin-top: 1px;*/
    margin-bottom: 0px !important;
    height: 40px;
    text-align: left !important;
}
@media only screen and (max-width: 850px) {
  ul li p{
    width: 300px !important;
  }
}
.lignes {
    /*margin-top: -7px !important;*/
}
@media only screen and (max-width: 850px) {
  .lignes {
    width: 75% !important;
  }
}
.lignes2 {
    /*margin-top: -15px !important;*/
    margin-top: -7px !important;
}
li strong {
    color: #2c2c33;
    font-weight: 400;
}
li .text1 {
    font-weight: 900;
    color: #2c2c33;
    text-transform: uppercase;
}
.keep-text-transform {
    text-transform: initial !important;
}
/* BOUTON ADD */
.addnews {
    width: 156px;
}
@media only screen and (max-width: 850px) {
  .addnews {
    width: 50px !important;
  }
}
.addnews:hover {
    cursor: pointer;
}
.btnplus {
    width: 37px;
    height: 37px;
    float: left;
    background-color: #e2e2e2;
    border-radius: 4px;
    display: inline-block;
    margin: 0 10px;
    position: relative;
}
.btnplus .active {
    background-position: left -37px;
}
/*.imgplus{
width: 37px;
height: 37px;
background-image: url(../img/btnplus.png);
background-image: no-repeat;
position: absolute;
overflow: hidden;
}
.imgplus:active{
background-position: left -74px;
}  */
.logomag {
    width: 99px;
    height: 37px;
    background-color: #e2e2e2;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    float: left;
}
.logomag img {
    width: 99px;
    margin-top: 2px;
}
@media only screen and (max-width: 850px) {
  .logomag {
    display: none !important;
  }
}
.fondloupe, .fondloupe2 {
    width: 37px;
    height: 37px;
    padding: 10px 0;
    background-color: transparent;
    float: right;
    margin-right: 10px;
    display: inline-block;
    position: relative;
    margin-top: -12px;
    padding-right: 0px;
    border-radius: 4px;
    -webkit-transition: background-color 0.2s;
    /* For Safari 3.1 to 6.0 */
    transition: background-color 0.2s;
    z-index: 1000000;
}
.fondloupe2 {
    margin-top: -12px;
}
.fondloupe:hover {
    padding-right: 133px;
    left: 133px;
    margin-top: -66px;
    top: -10px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #efefef;
}
.fondloupe2:hover {
    padding-right: 133px;
    left: 133px;
    height: 37px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: -58px;
    top: -10px;
    background-color: #efefef;
}
.fondloupe .imgloupe span, .fondloupe2 .imgloupe span {
    display: block;
    height: 37px;
    width: 121px;
    text-align: left;
    font-size: 18px;
    padding-left: 45px;
    line-height: 35px;
    color: white;
    font-weight: 400;
}
.loupe {
    width: 37px;
    height: 37px;
    background-color: #e2e2e2;
    border-radius: 4px;
    top: 2px;
    float: right;
    display: inline-block;
    position: relative;
    -webkit-transition: width 1s;
    /* For Safari 3.1 to 6.0 */
    transition: width 1s;
}
.loupe:hover {}
.imgloupe {
    width: 37px;
    height: 37px;
    background-image: url(../img/iconloupe.png);
    background-color: #e2e2e2;
    background-repeat: no-repeat;
    position: absolute;
    border-radius: 4px;
    padding-right: 0px;
    overflow: hidden;
    -webkit-transition: background-color 0.1s;
    /* For Safari 3.1 to 6.0 */
    transition: background-color, 0.1s;
    -moz-transition: background-color, 0.1s;
    transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    /* Safari and Chrome */
    ;
    -moz-transition-timing-function: ease-in-out;
    /* Safari and Chrome */
    ;
}
.fondloupe2:hover .imgloupe {
    background-image: url(../img/iconloupe2.png);
    width: 148px;
    background-color: #545454;
    padding-right: 10px;
    top: -2px;
}
.fondloupe:hover .imgloupe {
    background-image: url(../img/iconloupe2.png);
    width: 148px;
    background-color: #545454;
    padding-right: 10px;
    top: -2px;
}
/* SIDEBAR */
#sidebar {
    float: right;
    width: 389px;
    position: relative;
    z-index: 1000;
}
@media only screen and (max-width: 850px) {
  #sidebar {
    display: none;
    float: none;
  }
}
#sidebar form {
    width: 100%;
}
#sidebar input[type=text], #sidebar select, #sidebar #gender-wrapper, #sidebar #centreint-wrapper {
    width: 208px;
}
#sidebar #gender-wrapper {
    margin-bottom: 20px;
}
.date {
    width: 68px !important;
    font-size: 15px;
    text-align: center;
    padding-left: 0 !important;
    margin-left: 0px;
    margin-right: 2px;
    color: #686868;
}
.date.last {
    margin-right: 0;
}
#femme {
    width: 98px;
    height: 40px;
    background-color: #efefef;
    border-radius: 4px 0 0 4px;
    display: inline-block;
    margin-bottom: 15px;
}
#imgfemme {
    width: 95px;
    height: 40px;
    background-image: url(../img/femme.png);
    background-repeat: no-repeat;
    position: absolute;
}
#imgfemme:hover {
    background-position: left -40px;
    background-color: #545454;
}
#femme .active {
    background-position: left -40px;
    background-color: #545454;
}
#homme {
    width: 98px;
    height: 40px;
    background-color: #efefef;
    border-radius: 0 4px 4px 0;
    display: inline-block;
    margin-bottom: 15px;
    margin-left: -5px;
}
#homme .active {
    background-position: left -40px;
    background-color: #545454;
}
#homme:hover {
    background-color: #545454;
}
#imghomme {
    width: 95px;
    height: 40px;
    background-image: url(../img/homme.png);
    background-repeat: no-repeat;
    position: absolute;
}
#imghomme:hover {
    background-position: left -40px;
}
select {
    border: 1px solid #E8E8E8;
    height: 40px;
    width: 195px;
    font-size: 15px;
    line-height: 30px;
    margin: 0;
    padding: 3px;
    background: #EFEFEF none no-repeat;
    cursor: pointer;
    margin-bottom: 20px;
    color: #545454;
}
option {
    width: 150px !important;
}
@media screen and (min-width:0) {
    /* for relatively modern browsers including IE 8+ */
    select {
        border-radius: 4px;
        background-image: url(../img/fleche.png);
        background-position: -50px -50px;
    }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* for Webkit */
    select {
        -webkit-appearance: none;
        background-position: right center;
        padding: 3px 0px 3px 5px;
    }
}
@-moz-document url-prefix() {
    /* for Firefox */
    select {
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: "";
        background-position: right center;
        padding-right: 0px;
    }
    /* hides the dotted outline on focus in FF (See SO#3773430) */
    select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #000;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* for IE10+ */
    select::-ms-expand {
        display: none;
    }
    select {
        background-position: right center;
        padding-right: 30px;
    }
}
#centreint {
    position: absolute;
    width: 140px;
    text-align: right;
    top: 480px;
    right: 200px;
}
input[type=checkbox].css-checkbox-1 {
    display: none;
}
input[type=checkbox].css-checkbox-1+label.css-label-1 {
    padding-left: 47px;
    height: 37px;
    display: inline-block;
    line-height: 37px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 37px;
    vertical-align: middle;
    cursor: pointer;
}
input[type=checkbox].css-checkbox-1:checked+label.css-label-1 {
    background-position: 0 -37px;
}
label.css-label-1 {
    background-image: url(../img/csscheckbox_8f097241a22b8d93e9da24ec8294e4a9.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input[type=checkbox].css-checkbox {
    display: none;
}
input[type=checkbox].css-checkbox+label.css-label {
    padding-left: 30px;
    height: 22px;
    display: inline-block;
    line-height: 21px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 10px;
    width: 270px;
    margin-right: 0;
    right: 0;
}
input[type=checkbox].css-checkbox:checked+label.css-label {
    background-position: 0 -22px;
}
label.css-label {
    background-image: url(../img/csscheckbox_33c700cf23d20d55c2101e1659300e9d.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left !important;
}
input[type=radio].css-checkbox-2 {
    display: none;
}
input[type=radio].css-checkbox-2+label.css-label-2 {
    padding-left: 32px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 40px;
    vertical-align: middle;
    cursor: pointer;
    width: 72px !important;
    margin-right: 0;
}
input[type=radio].css-checkbox-2+label.css-label-2 span {
    font-size: 16px;
    font-weight: 600;
    color: #aeaeae;
    background: url(../img/femme-right-inactive.png) no-repeat;
    display: block;
    width: 72px;
    text-align: left;
    text-indent: 5px;
}
input[type=radio].css-checkbox-2+label.css-label-2:hover span {
    background: url(../img/femme-right-hover.png) no-repeat;
}
input[type=radio].css-checkbox-2:checked+label.css-label-2 {
    background-position: 0 -40px;
}
input[type=radio].css-checkbox-2:checked+label.css-label-2 span {
    color: #ffffff;
    background: url(../img/femme-right-active.png) no-repeat;
}
label.css-label-2 {
    background-image: url(../img/csscheckbox_a883d3a8b6dc920e394c07f690089b09.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input[type=radio].css-checkbox-2+label.css-label-2:hover {
    background: url(../img/femme-hover.png) no-repeat;
}
input[type=radio].css-checkbox-2:checked+label.css-label-2:hover {
    background-image: url(../img/csscheckbox_a883d3a8b6dc920e394c07f690089b09.png);
    background-position: 0 -40px;
}
input[type=radio].css-checkbox-3 {
    display: none;
}
input[type=radio].css-checkbox-3+label.css-label-3 {
    padding-left: 32px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 40px;
    vertical-align: middle;
    cursor: pointer;
    width: 72px !important;
    margin-right: 0;
}
input[type=radio].css-checkbox-3+label.css-label-3 span {
    font-size: 16px;
    font-weight: 600;
    color: #aeaeae;
    background: url(../img/homme-right-inactive.png) no-repeat;
    display: block;
    width: 72px;
    text-align: left;
    text-indent: 5px;
}
input[type=radio].css-checkbox-3+label.css-label-3:hover span {
    background: url(../img/homme-right-hover.png) no-repeat;
}
input[type=radio].css-checkbox-3:checked+label.css-label-3 {
    background-position: 0 -40px;
}
input[type=radio].css-checkbox-3:checked+label.css-label-3 span {
    color: #ffffff;
    background: url(../img/homme-right-active.png) no-repeat;
}
label.css-label-3 {
    background-image: url(../img/csscheckbox_7f06fddc2a6457c645ac44f3ccd4206b.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input[type=radio].css-checkbox-3+label.css-label-3:hover {
    background: url(../img/homme-hover.png) no-repeat;
}
input[type=radio].css-checkbox-3:checked+label.css-label-3:hover {
    background-image: url(../img/csscheckbox_7f06fddc2a6457c645ac44f3ccd4206b.png);
    background-position: 0 -40px;
}
footer {
    position: relative;
    width: 100%;
    height: 110px;
    clear: both;
    float: none;
    z-index: 2;
    display: block;
}
@media only screen and (max-width: 850px) {
  footer {
    box-sizing: border-box;
    padding: 0 10px;
  }
}
footer form {
    left: 0px;
    margin-bottom: 60px;
}
#save {
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px 35px;
    color: white;
    background-color: #5ad78c;
    border-radius: 4px;
    font-weight: 600;
    display: block;
    text-align: center;
    width: 220px;
    height: 60px;
    border: none;
    margin: 30px auto;
}
/*
#save {
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px 35px;
    color: white;
    background-color: #5ad78c;
    border-radius: 4px;
    font-weight: 600;
    position: fixed;
    display: block;
    width: 220px;
    left: 50%;
    margin-left: -110px;
    bottom: 50px;
    text-align: center;
    height: 60px;
    border: none;
    -webkit-transition: background-color 0.6s;
    transition: background-color 0.6s;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    z-index: 2;
}
*/
#save:hover {
    background-color: #545454;
    cursor: pointer;
}
.wrapper p.error, .wrapper p.success {
    background-color: #d92525;
    color: white;
    font-weight: 400;
    width: 700px;
    border-radius: 4px;
    padding: 10px;
    margin: 25px auto 0;
    position: relative;
}
@media only screen and (max-width: 850px) {
  .wrapper p.error, .wrapper p.success {
    width: 95%;
  }
}
.wrapper p.success {
    background-color: #5ad78c;
}
.wrapper p.error a, .wrapper p.error a:hover, .wrapper p.error a:visited {
    color: white;
    background: transparent;
}
.wrapper p.error a:hover {
    text-decoration: underline;
}
.wrapper p.info {
    margin-top: 40px;
    margin-bottom: 40px;
}
@media only screen and (max-width: 850px) {
  .wrapper p.info {
    padding: 0 10px;
    box-sizing: border-box;
  }
}
.wrapper p.info strong {
    font-weight: 600;
}
#email-form {
    margin-top: 25px;
    text-align: center;
    background-color: #efefef;
    padding: 45px;
}
@media only screen and (max-width: 850px) {
  #email-form {
      padding: 25px;
  }
}
#email-form .button {
    margin-left: 10px;
    margin-top: 20px;
    background-color: #5ad78c;
    color: white;
    cursor: pointer;
}
input.button {
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 20px;
    color: grey;
    background-color: #efefef;
    border-radius: 4px;
    font-weight: 700;
    position: relative;
    display: inline;
    width: auto;
    text-align: center;
    height: 40px;
    border: none;
    -webkit-transition: background-color 0.6s;
    transition: background-color 0.6s;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
}
@media only screen and (max-width: 850px) {
  input.button {
    font-size: 13px;
    padding: 0 10px;
  }
}
input.button:hover {
    background-color: #5ad78c;
    color: white;
    cursor: pointer;
}
input.button.black:hover {
    background-color: black;
}
#overlay-msg,
#overlay-msg-select {
    width: 100%;
    height: 150%;
    position: absolute;
    z-index: 10000000;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 250ms ease-out;
    top: -10000px;
    left: -10000px;
}
#overlay-msg.white,
#overlay-msg-select.white {
    background: rgba(255, 255, 255, .7);
}
#loader {
    margin: 0 auto;
    display: block;
}
#overlay-msg .wrapper,
#overlay-msg-select .wrapper {
    width: 600px;
    background: white;
    margin: 260px auto 0;
    border-radius: 4px;
    border: 1px solid black;
}
@media only screen and (max-width: 850px) {
  #overlay-msg .wrapper,
  #overlay-msg-select .wrapper {
    width: 95%;
  }
}
#overlay-msg .wrapper .info,
#overlay-msg-select .wrapper .info {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 300;
    color: grey;
}
@media only screen and (max-width: 850px) {
  #overlay-msg .wrapper .info,
  #overlay-msg-select .wrapper .info{
      font-size: 16px;
  }
}
#overlay-msg .wrapper .info strong,
#overlay-msg-select .wrapper .info strong {
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 10px;
    color: black;
}
#overlay-msg .wrapper .left,
#overlay-msg-select .wrapper .left {
    margin: 30px 20px 20px;
}
#overlay-msg .wrapper .right,
#overlay-msg-select .wrapper .right {
    margin: 30px 20px 20px;
    float: right;
}
@media only screen and (max-width: 850px) {
  #overlay-msg .wrapper .left,
  #overlay-msg-select .wrapper .left,
  #overlay-msg .wrapper .right,
  #overlay-msg-select .wrapper .right {
    margin: 10px;
    
  }
}
#overlay-msg.show,
#overlay-msg-select.show {
    top: 0;
    left: 0;
    opacity: 1;
}
form .g-recaptcha>div {
    margin: 0 auto 1rem;
}
form#email-form .g-recaptcha>div {
    width: 302px;
}
@media screen and (max-width:500px) {
    form#email-form .g-recaptcha>div {
        width: 100% !important;
    }
}
@media screen and (max-width:1170px) {
    input[type=checkbox].css-checkbox+label.css-label.two-lines {
        line-height: 12px;
        width: 179px;
    }
}
#newsletter label[for="track_consent"] {
    font-size: 16px;
    width: 456px;
    margin: 25px 0 25px 97px;
    font-weight: 700;
    line-height: 2;
    text-align: left;
}
p.error.-captcha {
    /*margin: 15px auto;*/
}
#email-form input[type="text"], #email-form input[type="email"] {
    /*max-width: 302px;*/
    background-color: #fff;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.06);
    height: 67px;
    font-size: 26px;
    padding-left: 20px;
}
#email-form .form-checkbox {
    width: 300px;
    margin: 0 auto 20px;
    min-height: 50px;
    background-color: #f9f9f9;
    padding-top: 15px;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.06);
}
@media only screen and (max-width: 850px) {
  #email-form .form-checkbox {
    
  }
}
#email-form .form-checkbox a {
    color: #363636;
    background-color: transparent;
    text-decoration: underline;
}
#email-form label.css-label-1 {
    font-size: 100%;
    width: 250px;
    text-align: left;
    line-height: 1.1;
    height: 35px !important;
    display: table-cell;
    vertical-align: middle;
}
#email-form label.css-label-1:after {
    content: '';
    clear: both;
    display: table;
}
#email-form .btnplus {
    width: unset;
    height: unset;
    float: none;
    background-color: transparent;
    display: inline-block;
    position: relative;
}
#email-form input[type="checkbox"].css-checkbox-1+label.css-label-1:before {
    background-position: 0 0px;
    background-image: url(../img/csscheckbox_8f097241a22b8d93e9da24ec8294e4a9b.png);
    background-size: 28px 56px;
    height: 28px;
    width: 28px;
    position: absolute;
    content: '';
    top: 2px;
    left: 0;
    background-color: #c1c1c1;
}
#email-form input[type="checkbox"].css-checkbox-1:checked+label.css-label-1:before {
    background-position: 0 -28px;
}
#email-form input[type="checkbox"].css-checkbox-1+label.css-label-1 {
    padding-left: 42px;
    background-image: none;
    height: auto;
    position: relative;
}
#email-form .form-checkbox a:hover {
    color: #d92525;
}