/*Reset*/
/* line 5, ../../../../../../Users/christinebodson/.rvm/gems/ruby-2.2.1@global/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../Users/christinebodson/.rvm/gems/ruby-2.2.1@global/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../Users/christinebodson/.rvm/gems/ruby-2.2.1@global/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../Users/christinebodson/.rvm/gems/ruby-2.2.1@global/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../Users/christinebodson/.rvm/gems/ruby-2.2.1@global/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../Users/christinebodson/.rvm/gems/ruby-2.2.1@global/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../Users/christinebodson/.rvm/gems/ruby-2.2.1@global/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../Users/christinebodson/.rvm/gems/ruby-2.2.1@global/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../Users/christinebodson/.rvm/gems/ruby-2.2.1@global/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/******************************************************
 * Function
 ******************************************************/
/******************************************************
 * Variable
 ******************************************************/
/******************************************************
 * Import
 ******************************************************/
/* line 1, ../sass/_style-general.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 5, ../sass/_style-general.scss */
body {
  font-family: "Open Sans";
  background: #F5F5F5;
}

/* line 11, ../sass/_style-general.scss */
.widget {
  border-radius: 3px;
  border: 1px solid #CECECE;
  padding: 30px;
  background: #FFFFFF;
  -moz-box-shadow: 0px 1px 3px #E2E2E2;
  -webkit-box-shadow: 0px 1px 3px #E2E2E2;
  box-shadow: 0px 1px 3px #E2E2E2;
  margin-bottom: 30px;
}

/* line 20, ../sass/_style-general.scss */
.wrap {
  width: 100%;
  max-width: 960px;
  margin: 0px auto;
}

/* line 26, ../sass/_style-general.scss */
.copy {
  text-align: center;
  font-size: 12px;
}

/* line 31, ../sass/_style-general.scss */
a {
  color: #90A011;
  text-decoration: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 36, ../sass/_style-general.scss */
a:hover {
  color: #67720c;
}

/* line 42, ../sass/_style-general.scss */
.les_types,
.les_gammes,
.accessoires_concept,
.accessoires_basic,
.basic_choice_balneo,
.concept_choice_balneo,
.taouretfixe_choice_balneo,
.concept_choice_phytotherapie,
.informations_clients,
#choix_masque,
.hide_generator,
.accessoires_taouretfixe,
.desinfection_taouretfixe_display_or_not,
.display_capot_protection,
.desinfection_basic_display_or_not,
.desinfection_concept_display_or_not,
.formulaire_gamme > p {
  display: none;
}

/* line 62, ../sass/_style-general.scss */
.monchoix_accessoires span {
  display: block;
}

/* line 66, ../sass/_style-general.scss */
h1 {
  font-weight: 400;
  color: #404040;
  margin: 30px 0px;
  font-size: 25px;
  overflow: hidden;
  width: 100%;
  line-height: 30px;
  position: relative;
}
/* line 76, ../sass/_style-general.scss */
h1 span {
  font-size: 10px;
}
/* line 81, ../sass/_style-general.scss */
h1 a {
  float: right;
  font-size: 15px;
  border: 1px solid #90A011;
  padding: 1px 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

/* line 90, ../sass/_style-general.scss */
h3 {
  font-weight: 700;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #CECECE;
  font-size: 18px;
}

/* line 99, ../sass/_style-general.scss */
form p {
  margin-bottom: 10px;
}
/* line 103, ../sass/_style-general.scss */
form label {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 107, ../sass/_style-general.scss */
form label:hover {
  cursor: pointer;
  color: #404040;
}
/* line 112, ../sass/_style-general.scss */
form h2 {
  font-weight: 700;
  margin-bottom: 15px;
}

/* line 119, ../sass/_style-general.scss */
input[type="submit"] {
  background: #90A011;
  color: #FFFFFF;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 7px 12px;
  font-size: 15px;
  border: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
/* line 129, ../sass/_style-general.scss */
input[type="submit"]:focus {
  outline: none;
}
/* line 133, ../sass/_style-general.scss */
input[type="submit"]:hover {
  background: #a5b713;
  cursor: pointer;
}

/* line 141, ../sass/_style-general.scss */
.formulaire_information_client p {
  margin-bottom: 20px;
}
/* line 145, ../sass/_style-general.scss */
.formulaire_information_client label {
  display: block;
  margin-bottom: 3px;
}
/* line 150, ../sass/_style-general.scss */
.formulaire_information_client input[type="text"] {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #B3B3B3;
  padding: 10px;
  width: 40%;
  font-size: 15px;
  color: #6F6F6F;
}
/* line 158, ../sass/_style-general.scss */
.formulaire_information_client input[type="text"]:focus {
  border-color: rgba(144, 160, 17, 0.8);
  outline: 0 none;
}

/* line 174, ../sass/_style-general.scss */
#formulaire_type_de_baignoire p {
  width: 25%;
  float: left;
}
/* line 178, ../sass/_style-general.scss */
#formulaire_type_de_baignoire input[type="radio"] {
  display: none;
}
/* line 182, ../sass/_style-general.scss */
#formulaire_type_de_baignoire label {
  display: inline-block;
  border: 2px solid #eae9e9;
  border-radius: 10px;
  overflow: hidden;
}
/* line 189, ../sass/_style-general.scss */
#formulaire_type_de_baignoire input:checked + label {
  border: 2px solid #90a011;
}
/* line 192, ../sass/_style-general.scss */
#formulaire_type_de_baignoire label img {
  pointer-events: none;
}

/* line 197, ../sass/_style-general.scss */
label.error {
  width: 58%;
  float: right;
  background: #f8d5d5;
  padding: 10px;
  color: #c00c0c;
  border: 1px solid #a66464;
  border-radius: 3px;
}

/* line 206, ../sass/_style-general.scss */
.widget.texte_accueil p {
  margin-bottom: 11px;
  color: #474545;
  font-style: italic;
}
