/*
Theme Name: Custom Template
Author: Fred Cavender
*/
/*
adobe-garamond-pro
alternate-gothic-no-2-d
proxima-nova-alt
*/
html {
  font-size: 16px;
}
body {
  font-family: 'adobe-garamond-pro', serif;
  color: #3d4144;
  background: #FFF url(images/home-bg3.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.italic {
  font-style: italic;
}
#prehome {
  backgropund: #ffb700;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #FFF url(images/home-bg2.jpg) no-repeat;
  background-size: cover;
  z-index: 8999;
  text-align: center;
}
#prehome .prehome-wrapper {
  position: absolute;
  right: 0;
  left: 0;
  top: 45%;
  transform: translateY(-55%);
}
#prehome .pre-logo {
  display: inline-block;
  max-width: 150px;
  margin: 50px auto 15px;
}
#prehome .pre-logo img {
  width: 100%;
  height: auto;
}
#prehome .pre-text {
  max-width: 540px;
  margin: 15px auto 35px;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'proxima-nova-alt';
  text-transform: uppercase;
  color: #FFF;
}
#prehome .pre-selector {
  max-width: 750px;
  margin: 15px auto 15px;
  font-family: 'proxima-nova-alt';
}
#prehome .pre-selector .col {
  text-align: left;
  color: #FFF;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
}
#prehome .pre-selector .select-list {
  border: solid 1px #FFF;
  padding: 2px 5px;
  background: #FFF;
  color: #333;
  margin-right: 5px;
  font-size: 14px;
  font-size: 0.875rem;
}
#prehome .pre-selector .select-list .select-default {
  text-transform: uppercase;
}
#prehome .pre-selector .enter-btn {
  margin: 5px;
  border: solid 1px #FFF;
  padding: 2px 15px;
  background: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
}
#prehome .pre-selector .enter-btn:hover {
  background: #FFF;
  color: #621313;
}
#prehome #pre-lang-select {
  margin-top: 15px;
  margin-bottom: 20px;
  color: #704924 !important;
  padding: 2px 8px;
  background: rgba(255, 255, 255, 0.4);
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#prehome #pre-lang-select a {
  color: #704924;
  text-decoration: none;
}
#prehome #pre-lang-select a:hover {
  color: #FFF;
}
#prehome .pre-footer {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #FFF;
}
.lang-select {
  color: #FFF;
  font-family: 'proxima-nova-alt';
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #cb9866;
}
.lang-select a {
  color: #cb9866;
  text-decoration: none;
}
.lang-select a:hover {
  color: #FFF;
}
.lang-select span {
  color: #FFF;
}
#lang-select-1 {
  position: absolute;
  right: 5px;
  top: 85px;
}
#lang-select-2 {
  display: none;
}
#lang-select-footer {
  color: #666 !important;
}
#lang-select-footer a {
  color: #666;
  text-decoration: none;
}
#lang-select-footer a:hover {
  color: #FFF;
}
#primary-navigation {
  margin-bottom: 50px;
  position: relative;
  padding-right: 0;
  padding-left: 0;
}
#primary-navigation ul {
  padding: 0;
  list-style: none;
  text-align: center;
}
#primary-navigation ul li {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: 'proxima-nova-alt';
  text-transform: uppercase;
  text-align: center;
  background: url(images/menu-sep.png) no-repeat left top;
  display: inline-block;
  width: 18%;
  vertical-align: top;
}
#primary-navigation ul li a {
  display: block;
  padding: 25px 20px 0;
  color: #FFF;
  text-decoration: none;
  min-height: 75px;
}
#primary-navigation ul li a:hover {
  opacity: 0.6;
}
#primary-navigation ul li .logo {
  max-width: 150px;
  height: auto;
}
#primary-navigation ul li:last-child:before {
  content: '';
  background: url(images/menu-sep.png) no-repeat right top;
  position: absolute;
  width: 5px;
  top: 0;
  right: 0;
  bottom: 0;
}
#primary-navigation ul li.nav-logo {
  width: 26%;
}
#primary-navigation ul li.nav-logo a:hover {
  opacity: 1;
}
.site-title {
  font-family: 'adobe-garamond-pro', serif;
  font-size: 22px;
  text-transform: none;
  margin-top: 10px;
  color: #FFF;
}
#scroll-navigation {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 8500;
}
#scroll-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: none;
}
#scroll-navigation ul li a {
  display: block;
  background: #3d4144;
  font-family: 'adobe-garamond-pro', serif;
  color: #FFF;
  padding: 10px 25px 10px 15px;
  text-decoration: none;
  border-bottom: solid 1px #555b5f;
}
#scroll-navigation ul li a:hover {
  background: #555b5f;
}
.admin-bar #scroll-navigation {
  top: 32px;
}
#menu-toggle {
  display: none;
  color: #FFF;
  background: #3d4144;
  padding: 3px 10px;
  font-size: 28px;
  cursor: pointer;
  float: left;
  max-width: 44px;
  overflow: hidden;
}
#menu-toggle:hover {
  background: #6d747a;
}
#nav-logo-small {
  display: none;
}
.main {
  padding: 0 20px;
}
.entry-content {
  font-size: 13px;
  font-size: 0.8125rem;
}
#section-combien {
  overflow: auto;
}
#section-combien .main {
  color: #FFF;
}
#section-combien .main .page-title2 {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: 'proxima-nova-alt';
  text-transform: uppercase;
  line-height: 1.3em;
  margin-bottom: 30px;
  font-weight: bold;
}
#section-combien .main .page-content {
  text-align: center;
  font-size: 18px;
  font-family: 'adobe-garamond-pro';
}
#section-combien .main .page-title {
  text-align: center;
  margin: 80px 0 20px;
}
#section-combien .main .page-title .titlepart1 {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: 'adobe-garamond-pro';
  font-style: italic;
}
#section-combien .main .page-title .titlepart2 {
  font-size: 52px;
  font-size: 3.25rem;
  font-family: 'alternate-gothic-no-2-d';
  text-transform: uppercase;
}
#section-combien table.info-table {
  font-family: 'proxima-nova-alt';
  margin: 0 auto;
  font-size: 15px;
  font-size: 0.9375rem;
}
#section-combien table.info-table a {
  color: #FFF;
}
#section-combien table.info-table a:hover {
  opacity: 0.7;
  text-decoration: none;
}
#section-combien table.info-table tr {
  border-bottom: solid 1px #FFFFFF;
}
#section-combien table.info-table thead tr {
  border-bottom: 0;
}
#section-combien table.info-table td,
#section-combien table.info-table th {
  background: rgba(255, 255, 255, 0.25);
  margin: 0 20px;
  padding: 5px 15px;
  text-align: center;
}
#section-combien table.info-table th {
  padding-top: 25px;
  padding-bottom: 35px;
  font-weight: normal;
}
#section-combien table.info-table .col1 {
  padding-left: 20px;
  padding-right: 20px;
  background: none;
  text-transform: uppercase;
  text-align: left;
}
#section-combien table.info-table .colsep {
  padding-left: 5px;
  padding-right: 5px;
  background: none;
}
#section-combien .links {
  margin-top: 40px;
  text-align: center;
}
#section-combien .links .bouton {
  font-size: 18px;
  font-family: 'alternate-gothic-no-2-d';
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
  padding: 3px 8px 0;
  border: solid 1px #FFF;
  margin: 5px;
}
#section-combien .links .bouton:hover {
  background: #FFF;
  color: #621313;
}
#section-combien #combien-supplement {
  max-width: 600px;
  margin: 0 auto;
  padding: 110px 0 0 0;
  text-align: center;
  font-size: 18px;
  line-height: 1.2em;
}
#section-combien #combien-supplement h3 {
  font-size: 26px;
  font-family: 'proxima-nova-alt';
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2em;
  font-weight: bold;
  margin-bottom: 1em;
}
#section-combien svg.diagonal1 {
  fill: #e7e7e7;
  display: inline-block;
  margin-top: -250px;
  margin-bottom: -6px;
}
#section-combien svg.diagonal2 {
  fill: #e7e7e7;
  display: none;
}
.page-template-combien svg.diagonal1 {
  fill: #3d4144 !important;
}
.page-template-combien svg.diagonal2 {
  fill: #3d4144 !important;
}
#section-calcul {
  display: block;
  overflow: auto;
  background: #e7e7e7;
}
#section-calcul .main {
  max-width: 660px;
  margin: 0 auto;
}
#section-calcul .main .page-title {
  text-align: center;
  margin: 50px 0 0;
}
#section-calcul .main .page-title .titlepart1 {
  font-size: 48px;
  font-size: 3rem;
  font-style: italic;
}
#section-calcul .main .page-title .titlepart2 {
  font-size: 100px;
  font-size: 6.25rem;
  font-family: 'alternate-gothic-no-2-d';
  text-transform: uppercase;
}
#section-calcul .main .page-content {
  font-size: 25px;
  font-size: 1.5625rem;
  text-align: center;
}
#section-calcul #calculator img {
  max-width: 100%;
  height: auto;
}
#section-calcul #calculator #stage1 {
  text-align: center;
  padding: 0 0 100px;
  max-width: 1200px;
  margin: 50px auto 0;
}
#section-calcul #calculator #stage1 h2 {
  font-size: 50px;
  font-size: 3.125rem;
  font-family: 'alternate-gothic-no-2-d';
  text-transform: uppercase;
  border: 2px solid #3d4144;
  display: inline-block;
  padding: 4px 15px 0;
}
#section-calcul #calculator #stage1 .col {
  width: 30%;
  display: inline-block;
  vertical-align: top;
}
#section-calcul #calculator #stage1 .col2 {
  background: url(images/calcul-halo.png) no-repeat center bottom;
  background-size: 100% auto;
}
#section-calcul #calculator #stage1 .col3 {
  overflow: hidden;
}
#section-calcul #calculator #stage1 ul.choice {
  padding: 0;
  list-style: none;
}
#section-calcul #calculator #stage1 ul.choice li {
  font-size: 25px;
  font-size: 1.5625rem;
  font-family: 'alternate-gothic-no-2-d';
  margin-top: 25px;
  text-transform: uppercase;
}
#section-calcul #calculator #stage1 ul.choice li span {
  cursor: pointer;
}
#section-calcul #calculator #stage1 ul.choice li span:hover {
  opacity: 0.7;
}
#section-calcul #calculator #stage1 ul.choice li ul {
  display: none;
  padding: 0;
  list-style: none;
}
#section-calcul #calculator #stage1 ul.choice li ul li {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: 'proxima-nova-alt';
  margin-top: 5px;
  text-transform: none;
}
#section-calcul #calculator #stage1 ul#choice-quantite li {
  text-transform: none;
}
#section-calcul #calculator #stage1 #precision_quantite {
  display: none;
  font-style: italic;
  font-size: 18px;
  font-size: 1.125rem;
}
#section-calcul #calculator #result1 {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
#section-calcul #calculator #result1 .result-title {
  font-size: 55px;
  font-size: 3.4375rem;
  font-weight: bold;
  font-family: 'proxima-nova-alt';
}
#section-calcul #calculator #result1 .result-title .small {
  font-size: 30px;
  font-size: 1.875rem;
}
#section-calcul #calculator #result1 .result-info {
  font-size: 21px;
  font-size: 1.3125rem;
  font-style: italic;
}
#section-calcul #calculator #result1 .result-numbers {
  max-width: 500px;
  margin: 10px auto;
}
#section-calcul #calculator #result1 .result-numbers .res {
  font-size: 50px;
  font-size: 3.125rem;
  color: #ffb700;
  font-family: 'alternate-gothic-no-2-d';
}
#section-calcul #calculator #result1 .result-numbers .res span {
  font-size: 90px;
  font-size: 5.625rem;
}
#section-calcul #calculator #result1 .result-numbers .legend {
  margin-top: -30px;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
}
#section-calcul #calculator #result1 .result-numbers .legend p {
  margin: 0;
}
#section-calcul #calculator #result1 .result-numbers .legend .btn {
  margin-top: 1px;
}
#section-calcul #calculator #result1 .result-numbers .legend a {
  text-decoration: none;
  font-weight: bold;
  color: #3d4144;
  padding: 0px 10px;
  border: solid 1px #3d4144;
}
#section-calcul #calculator #result1 .result-numbers .legend a:hover {
  color: #FFF;
  background: #3d4144;
}
#section-calcul #calculator #stage2 {
  text-align: center;
}
#section-calcul #calculator #stage2 button {
  font-size: 36px;
  font-size: 2.25rem;
  font-family: 'alternate-gothic-no-2-d';
  text-transform: uppercase;
  border: 2px solid #3d4144;
  padding: 4px 10px 0;
  background: none;
  margin: 60px 10px 0;
}
#section-calcul #calculator #stage2 button:hover {
  background: #3d4144;
  color: #E7E7E7;
}
#section-calcul #calculator #result2 table {
  text-align: center;
  max-width: 1200px;
  margin: 50px auto 0;
  font-size: 16px;
  font-size: 1rem;
  font-family: 'proxima-nova-alt';
}
#section-calcul #calculator #result2 table tr {
  border-bottom: 1px solid #FFF;
}
#section-calcul #calculator #result2 table tr.first-line {
  display: none;
}
#section-calcul #calculator #result2 table td {
  padding: 3px 30px;
}
#section-calcul #calculator #result2 table .restab-type {
  text-transform: uppercase;
  font-weight: bold;
}
#section-calcul #calculator #result2 table .restab-alc,
#section-calcul #calculator #result2 table .restab-kcal,
#section-calcul #calculator #result2 table .restab-units {
  color: #ffb700;
  font-weight: bold;
}
#section-calcul #calculator #result2 ul.drink-list {
  padding: 0;
  list-style: 0;
  text-align: center;
  margin-top: 60px;
}
#section-calcul #calculator #result2 ul.drink-list li {
  display: inline-block;
  max-width: 90px;
}
#section-calcul #calculator #result2 ul.drink-list li img {
  max-width: 100%;
  height: auto;
}
#section-calcul svg.diagonal {
  fill: #FFF;
  display: block;
}
.page-template-calcul svg.top-diagonal {
  fill: #E7E7E7;
  display: block;
}
.page-template-calcul svg.diagonal {
  fill: #3d4144 !important;
}
#section-maitrise {
  display: block;
  overflow: auto;
  background: #FFF;
}
#section-maitrise .main {
  max-width: 900px;
  margin: 0 auto;
  background: url(images/maitrise-fond-verre.png) no-repeat left bottom;
  background-size: 150px 750px;
}
#section-maitrise .main .page-title2 {
  font-size: 48px;
  font-size: 3rem;
  font-style: italic;
  text-align: center;
}
#section-maitrise .main .page-title {
  font-size: 80px;
  font-size: 5rem;
  font-family: 'alternate-gothic-no-2-d';
  text-transform: uppercase;
  text-align: center;
}
#section-maitrise .main .page-accroche {
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
}
#section-maitrise .main .page-content {
  max-width: 500px;
  margin: 0 auto;
  font-size: 16px;
  position: relative;
}
#section-maitrise .main h3 {
  color: #ffb700;
  font-size: 40px;
  font-size: 2.5rem;
  font-family: 'alternate-gothic-no-2-d';
  text-transform: uppercase;
  line-height: 1em;
  margin-top: 2em;
}
#section-maitrise .main h4 {
  color: #ffb700;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: 'proxima-nova-alt';
  text-transform: uppercase;
  margin-top: -5px;
  margin-bottom: 0.8em;
}
#section-maitrise .main ul {
  padding: 0;
  list-style: none;
}
#section-maitrise .main ul li {
  font-size: 36px;
  font-size: 2.25rem;
  font-family: 'alternate-gothic-no-2-d';
  text-transform: uppercase;
}
#section-maitrise .main ul li .maxi-small {
  font-size: 16px;
  font-size: 1rem;
  font-family: 'adobe-garamond-pro';
  text-transform: none;
  display: block;
  margin-bottom: 0.6em;
  margin-top: -0.3em;
}
#section-maitrise .main .page-compare {
  margin: 40px 0;
  text-align: center;
}
#section-maitrise .main .page-compare .case {
  width: 18%;
  display: table-cell;
  font-size: 21px;
  font-size: 1.3125rem;
  font-family: 'alternate-gothic-no-2-d';
  vertical-align: bottom;
}
#section-maitrise .main .page-compare .egal {
  width: 8%;
}
#section-maitrise .main .page-compare img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
#section-maitrise svg.diagonal {
  fill: #E7E7E7;
  display: block;
}
.page-template-maitrise svg.top-diagonal {
  fill: #FFF;
  display: block;
}
.page-template-maitrise svg.diagonal {
  fill: #3d4144 !important;
}
#section-ensavoirplus {
  display: block;
  overflow: auto;
  background: #e7e7e7;
  padding-bottom: 200px;
}
#section-ensavoirplus .main .page-title {
  font-size: 90px;
  font-size: 5.625rem;
  font-family: 'alternate-gothic-no-2-d';
  text-transform: uppercase;
  text-align: center;
  margin-top: 30px;
}
#section-ensavoirplus .main .page-content {
  max-width: 930px;
  margin: 0 auto;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: 'adobe-garamond-pro';
  text-align: center;
  line-height: 1.3em;
}
#section-ensavoirplus .main .info-table-title-container {
  position: relative;
}
#section-ensavoirplus .main .info-table-title-container .info-table-title {
  margin: 70px 0 50px;
  padding: 25px 0;
  text-align: center;
}
#section-ensavoirplus .main .info-table-title-container .info-table-title .titlepart1 {
  display: block;
  margin: 0;
  font-size: 48px;
  font-size: 3rem;
  font-family: 'adobe-garamond-pro';
  font-style: italic;
  text-transform: lowercase;
}
#section-ensavoirplus .main .info-table-title-container .info-table-title .titlepart2 {
  display: block;
  margin: -10px 0 0;
  font-size: 90px;
  font-size: 5.625rem;
  font-family: 'alternate-gothic-no-2-d';
  text-transform: uppercase;
}
#section-ensavoirplus .main .info-table-title-container .info-table-title .titlepart3 {
  display: block;
  margin: -20px 0 0;
  font-size: 48px;
  font-size: 3rem;
  font-family: 'alternate-gothic-no-2-d';
  text-transform: uppercase;
}
#section-ensavoirplus .main .info-table-title-container img {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-right: -50%;
  transform: translateX(-50%);
  height: 180px;
  text-align: center;
}
#section-ensavoirplus .main table.info-table {
  margin: 0 auto;
  font-family: 'proxima-nova-alt';
  font-size: 15px;
  font-size: 0.9375rem;
}
#section-ensavoirplus .main table.info-table tr {
  border-bottom: solid 1px #939393;
}
#section-ensavoirplus .main table.info-table thead tr {
  border-bottom: 0;
}
#section-ensavoirplus .main table.info-table td,
#section-ensavoirplus .main table.info-table th {
  background: #f8f8f8;
  padding: 10px 15px;
  text-align: center;
}
#section-ensavoirplus .main table.info-table th {
  padding-top: 35px;
  padding-bottom: 35px;
  font-weight: normal;
}
#section-ensavoirplus .main table.info-table .col1 {
  padding-left: 20px;
  padding-right: 20px;
  background: none;
  text-transform: uppercase;
  text-align: left;
}
#section-ensavoirplus .main table.info-table .colsep {
  padding-left: 25px;
  padding-right: 25px;
  background: none;
}
#section-ensavoirplus svg.diagonal {
  fill: #3d4144;
  display: block;
  margin-top: 80px;
}
.page-template-ensavoirplus svg.top-diagonal {
  fill: #E7E7E7;
  display: block;
}
.page-template-ensavoirplus svg.diagonal {
  fill: #3d4144 !important;
}
#erreur .modal-content {
  max-width: 400px;
}
.page-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}
.page-modal .modal-content {
  background: #E5E5E5;
  padding: 25px 60px 25px 40px;
  max-width: 540px;
  font-size: 15px;
  font-size: 0.9375rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.page-modal .modal-content h1 {
  font-size: 25px;
  font-size: 1.5625rem;
}
.page-modal .modal-content .modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 25px;
  cursor: pointer;
}
.page-modal .modal-content .modal-close:hover {
  opacity: 0.5;
}
.page-modal .modal-content button {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: 'alternate-gothic-no-2-d';
  text-transform: uppercase;
  border: 2px solid #3d4144;
  padding: 2px 8px 0;
  background: none;
  margin: 20px 0 0;
}
.page-modal .modal-content button:hover {
  background: #3d4144;
  color: #E7E7E7;
}
#main-footer {
  display: block;
  padding: 80px 10px 20px;
  background: #3d4144 url(images/footer_bg.jpg) no-repeat center;
  background-size: 100%;
}
#footer-links1 {
  text-align: left;
}
#footer-logo {
  text-align: center;
}
#footer-logo a {
  text-decoration: none;
}
#footer-logo img {
  max-width: 150px;
  height: auto;
}
#footer-logo .footer-legal {
  margin-top: 40px;
  color: #FFF;
  text-transform: uppercase;
}
#footer-links2 {
  text-align: right;
}
.footer-menu {
  list-style: none;
  padding: 0;
  vertical-align: top;
  display: inline-block;
}
.footer-menu li {
  margin: 5px 0;
  color: #FFF;
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-family: 'proxima-nova-alt';
  border-bottom: solid 1px #FFF;
  padding: 4px 10px;
}
.footer-menu li a {
  color: #FFF;
  text-decoration: none;
  display: block;
}
.footer-menu li a:hover {
  color: #999;
  text-decoration: none;
}
/* Bootstrap col-lg */
@media screen and (max-width: 1201px) {
  #primary-navigation ul li {
    font-size: 14px;
    font-size: 0.875rem;
    width: 24%;
  }
  #primary-navigation ul li .logo {
    max-width: 150px;
    height: auto;
  }
  #primary-navigation ul li a {
    padding: 25px 20px 0;
  }
  #primary-navigation ul li.nav-logo {
    display: none;
  }
  #combien-supplement {
    padding: 50px 20px !important;
    text-shadow: 0 0 10px #000;
  }
  #nav-logo-small {
    text-align: center;
    display: block;
    padding-top: 40px;
  }
  #nav-logo-small img {
    max-width: 150px;
    height: auto;
  }
  #nav-logo-small a {
    color: #FFF;
  }
  #section-combien svg.diagonal1 {
    display: none;
  }
  #section-combien svg.diagonal2 {
    fill: #e7e7e7;
    display: block;
  }
}
/* Bootstrap col-md */
@media screen and (max-width: 991px) {
  body {
    background: #621313 url(images/home-bg-v.jpg) no-repeat center top;
  }
  #prehome {
    background: #621313 url(images/home-bg-v.jpg) no-repeat center top;
    background-size: 100%;
  }
  #prehome .prehome-wrapper {
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    transform: none;
  }
  #prehome .pre-logo {
    margin: 10px auto 0px;
    max-width: 80px;
  }
  #prehome .pre-logo .site-title {
    font-size: 12px;
  }
  #prehome .pre-text {
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 10px auto 10px;
  }
  #primary-navigation ul li {
    font-size: 12px;
    font-size: 0.75rem;
  }
  #combien-supplement {
    text-shadow: none;
  }
  #section-calcul #calculator #stage1 .col {
    width: 100%;
    display: block;
  }
  #main-footer {
    background: #3d4144;
    padding: 50px;
  }
  #footer-links1 {
    text-align: center;
    padding-bottom: 20px;
  }
  #footer-links2 {
    text-align: center;
  }
}
/* Bootstrap col-sm */
@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
  #prehome .pre-selector .col {
    text-align: center;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    margin: 15px 0;
  }
  #primary-navigation {
    display: none;
  }
  #lang-select-2 {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 8999;
  }
  #scroll-navigation {
    width: 100%;
  }
  #menu-toggle {
    display: block;
  }
  #nav-logo-small {
    margin-top: 0;
  }
  .admin-bar #lang-select-2 {
    top: 55px !important;
  }
}
/* Bootstrap col-xs */
@media screen and (max-width: 479px) {
  html {
    font-size: 12px;
  }
  body {
    background-size: 100% auto;
    background-attachment: fixed;
  }
  #nav-logo-small {
    margin-bottom: 10px;
  }
  #section-combien table.info-table td,
  #section-combien table.info-table th {
    background: rgba(255, 255, 255, 0.5);
    padding: 5px 8px;
  }
  #section-combien table.info-table th {
    padding-top: 15px;
    padding-bottom: 25px;
  }
  #section-combien table.info-table .col1 {
    padding-left: 5px;
    padding-right: 5px;
  }
  #section-combien table.info-table .colsep {
    padding-left: 1px;
    padding-right: 0;
    background: #FFF;
  }
  .links .bouton {
    display: block;
    margin: 5px;
  }
  #section-calcul .main .page-title .titlepart1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
  #section-calcul .main .page-title .titlepart2 {
    font-size: 60px;
    font-size: 3.75rem;
  }
  #section-calcul #calculator #stage1 {
    background: none;
    padding: 0 0 50px;
  }
  #section-calcul #calculator #stage1 .col2 {
    display: none;
  }
  #section-calcul #calculator #stage1 h2 {
    font-size: 45px;
    font-size: 2.8125rem;
    padding: 4px 10px 0;
  }
  #section-calcul #calculator #stage1 ul.choice li {
    font-size: 30px;
    font-size: 1.875rem;
    margin-top: 18px;
  }
  #section-calcul #calculator #stage1 ul.choice li ul li {
    font-size: 20px;
    font-size: 1.25rem;
  }
  #section-calcul #calculator #result1 .result-title {
    font-size: 50px;
    font-size: 3.125rem;
    font-weight: bold;
  }
  #section-calcul #calculator #result1 .result-info {
    font-size: 18px;
    font-size: 1.125rem;
  }
  #section-calcul #calculator #result1 .result-numbers .res {
    font-size: 70px;
    font-size: 4.375rem;
  }
  #section-calcul #calculator #result1 .result-numbers .legend {
    margin-top: -10px;
    font-size: 16px;
  }
  #section-calcul #calculator #stage2 button {
    font-size: 32px;
    font-size: 2rem;
    margin: 40px 10px O;
  }
  #section-calcul #calculator #result2 table {
    font-size: 14px;
    font-size: 0.875rem;
  }
  #section-calcul #calculator #result2 table td {
    padding: 3px 5px;
  }
  #section-calcul #calculator #result2 ul.drink-list {
    margin-top: 50px;
  }
  #section-calcul #calculator #result2 ul.drink-list li {
    max-width: 40px;
  }
  #section-maitrise .main {
    background: none;
  }
  #section-maitrise .main .page-title2 {
    font-size: 24px;
    font-size: 1.5rem;
    text-align: left;
    margin-top: 50px;
  }
  #section-maitrise .main .page-title {
    font-size: 40px;
    font-size: 2.5rem;
    text-align: left;
    margin-top: 0px;
  }
  #section-maitrise .main .page-accroche {
    font-size: 22px;
    font-size: 1.375rem;
    text-align: left;
    margin-top: 30px;
  }
  #section-maitrise .main h3 {
    font-size: 36px;
    font-size: 2.25rem;
  }
  #section-maitrise .main h4 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  #section-maitrise .main ul li {
    margin-bottom: 20px;
  }
  #section-maitrise .main ul li .maxi-small {
    font-size: 20px;
    font-size: 1.25rem;
    display: block;
    margin-top: 0;
  }
  #section-maitrise .main .page-compare {
    margin: 30px 0;
  }
  #section-maitrise .main .page-compare .case {
    width: 20%;
    font-size: 16px;
    font-size: 1rem;
  }
  #section-maitrise .main .page-compare .egal {
    width: 5%;
  }
  #section-ensavoirplus .main .page-title {
    font-size: 65px;
    font-size: 4.0625rem;
    text-align: left;
    margin-top: 40px;
  }
  #section-ensavoirplus .main .page-content {
    font-size: 21px;
    font-size: 1.3125rem;
    text-align: left;
    line-height: 1.2em;
  }
  #section-ensavoirplus .main .info-table-title-container .info-table-title {
    margin: 60px 0 40px;
  }
  #section-ensavoirplus .main table.info-table td,
  #section-ensavoirplus .main table.info-table th {
    padding: 5px 8px;
  }
  #section-ensavoirplus .main table.info-table th {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #section-ensavoirplus .main table.info-table .col1 {
    padding-left: 3px;
    padding-right: 3px;
  }
  #section-ensavoirplus .main table.info-table .colsep {
    padding-left: 1px;
    padding-right: 1px;
    background: none;
  }
  .page-modal .modal-content {
    padding: 5px 10px;
  }
}
