@font-face {
  font-family: 'bookbold';
  src: url("/front/font/UberMove-Bold.woff2") format("woff2"), url("/front/font/UberMove-Bold.woff") format("woff");
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
}

@font-face {
  font-family: 'bookmedium';
  src: url("/front/font/UberMove-Medium.woff2") format("woff2"), url("/front/font/UberMove-Medium.woff") format("woff");
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
}

@font-face {
  font-family: 'booknews';
  src: url("/front/font/UberMove-Regular.woff2") format("woff2"), url("/front/font/UberMove-Regular.woff") format("woff");
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
}

@font-face {
  font-family: 'bookthin';
  src: url("/front/font/UberMove-Light.woff2") format("woff2"), url("/front/font/UberMove-Light.woff") format("woff");
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
}

/* ------------------------------------------------------------------------------
*
*  # SelectBoxIt
*
*  Styles for selectbox.js - custom select boxes plugin
*
*  Version: 1.1
*  Latest update: Oct 20, 2015
*
* ---------------------------------------------------------------------------- */
/* # Core
-------------------------------------------------- */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.selectboxit-container * {
  -webkit-touch-callout: none;
  outline: 0;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectboxit-container .selectboxit {
  width: 100%;
  cursor: pointer;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  height: 46px;
  padding: 11px 12px;
}

.selectboxit-container .selectboxit:focus {
  outline: 0;
}

.selectboxit-container span,
.selectboxit-container .selectboxit-options a {
  display: block;
}

.selectboxit-container .selectboxit-options {
  width: 100%;
  min-width: 200px;
  max-height: 2550px !important;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 999;
  text-align: left;
}

.selectboxit.selectboxit-disabled,
.selectboxit-options .selectboxit-disabled,
.selectboxit.selectboxit-disabled:hover,
.selectboxit-options .selectboxit-disabled:hover,
.selectboxit.selectboxit-disabled:focus,
.selectboxit-options .selectboxit-disabled:focus {
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.selectboxit-rendering {
  display: inline-block !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

.selectboxit-list {
  background-color: #fff;
  border: 1px solid #000;
  border-top: none;
  border-bottom: none;
}

.selectboxit-container .selectboxit-options {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}

.selectboxit-container .selectboxit-options > li:first-child a.selectboxit-option-anchor {
  border-top: none;
}

.selectboxit-container .selectboxit-options > li:last-child a.selectboxit-option-anchor {
  border-bottom: none;
}

.selectboxit-list .selectboxit-option-anchor {
  color: #000;
  font-size: 16px;
  font-family: 'bookmedium';
  text-decoration: none;
  border-bottom: 1px solid #000;
}

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  display: block;
  background-color: #f5f5f5;
}

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
  cursor: not-allowed;
}

.selectbox-container[class*=border-] > .selectboxit-list {
  border-color: inherit;
}

.selectbox-container[class*=bg-] > .selectboxit-list {
  background-color: inherit;
  border-color: inherit;
}

.selectbox-container[class*=bg-] > .selectboxit-list .selectboxit-option-anchor {
  color: #fff;
}

.selectbox-container[class*=bg-] > .selectboxit-list > .selectboxit-focus .selectboxit-option-anchor {
  background-color: rgba(0, 0, 0, 0.1);
}

.selectboxit-btn {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  font-size: 16px;
  font-family: 'bookmedium';
}

.selectboxit-container .selectboxit-btn.selectboxit-open {
  /*border-top:1px solid transparent;*/
}

.selectboxit-container ul.selectboxit-options {
  margin-top: -1px;
  max-height: 600px;
}

.selectboxit-container.show_default .selectboxit-btn.selectboxit-open {
  border-top: 1px solid #000;
  border-bottom: 1px solid transparent;
}

.selectboxit-container.show_default ul.selectboxit-options {
  margin-top: -1px;
}

.selectboxit-container[class*=bg-] .selectboxit-btn {
  background-color: inherit;
  border-color: inherit;
  color: inherit;
}

.selectboxit-container[class*=border-] .selectboxit-btn {
  border-color: inherit;
}

.selectboxit-btn[class*=bg-].selectboxit-open,
.selectboxit-container[class*=bg-] .selectboxit-btn.selectboxit-open,
.selectboxit-btn[class*=bg-]:focus,
.selectboxit-container[class*=bg-] .selectboxit-btn:focus {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
}

.input-group .selectboxit-container > .selectboxit-btn {
  border-radius: 0;
}

.input-group .selectboxit-container:last-child > .selectboxit-btn {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.input-group > select:first-child + .selectboxit-container > .selectboxit-btn {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.selectboxit-text {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  padding-right: 7px;
}

.selectboxit-default-arrow {
  position: relative;
  font-style: normal;
}

.selectboxit-default-arrow:after {
  content: '\e9c5';
  display: block;
  font-family: 'icomoon';
  font-size: 16px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.selectboxit-open .selectboxit-default-arrow:after {
  content: '\e9c6';
}

.selectboxit-option-icon-url {
  border-radius: 2px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  margin-top: 3px;
  margin-right: 10px;
}

.selectboxit-option {
  margin: 0;
  list-style-type: none;
}

.selectboxit-option .selectboxit-option-anchor {
  padding: 9px 12px;
  text-align: center;
}

.selectboxit-optgroup-header {
  margin: 0;
  list-style-type: none;
  padding: 7px 12px;
  font-weight: 700;
  color: #333333;
  font-size: 11px;
  line-height: 1.82;
  text-transform: uppercase;
}

.selectboxit-optgroup-header:hover {
  cursor: default;
}

.selectboxit-optgroup-option .selectboxit-option-anchor {
  padding-left: 24px;
  padding-right: 24px;
}

.selectboxit-arrow-container {
  position: absolute;
  top: 50%;
  width: 16px;
  right: 12px;
  margin-top: -4px;
  text-align: right;
  line-height: 1;
}

.selectboxit-arrow-container .selectboxit-arrow {
  margin-top: 0;
}

.selectboxit-arrow-container .selectboxit-arrow[class*=icon-] {
  top: 0;
}

.selectboxit-option-icon-container {
  float: left;
}

.selectboxit-option-icon-container > [class*=icon-] {
  margin-right: 10px;
  width: auto;
}

.selectboxit-option-icon-container .selectboxit-option-icon-url {
  height: 16px;
  width: 16px;
  background-size: 16px 16px;
  margin-top: 2px;
}

.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #054292;
  text-decoration: none;
}

a:focus, a:hover {
  color: #054292;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role="button"] {
  cursor: pointer;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #636c72;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
  line-height: inherit;
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type="search"] {
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0;
  line-height: 1.1;
  color: inherit;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'bookthin';
  font-size: 14px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #FFF;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-bg-clip: padding-box;
  -moz-bg-clip: padding;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 20px;
  padding: 0;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 15px;
}

.popover-content p {
  font-size: 14px;
  text-align: justify;
}

.popover-content .pop-gamme-vehicule p,
.popover-content .pop-in-societe p {
  margin-bottom: 25px;
  line-height: 25px;
}

.popover-content .pop-gamme-vehicule p strong,
.popover-content .pop-in-societe p strong {
  font-family: 'bookmedium';
}

.popover-content .pop-gamme-vehicule p.last,
.popover-content .pop-in-societe p.last {
  margin-bottom: 0;
}

.popover-content .pop-in-type-vehicule p,
.popover-content .pop-in-type-achat p {
  line-height: 25px;
}

.popover-content .pop-in-type-vehicule p a,
.popover-content .pop-in-type-achat p a {
  display: block;
  color: #474fe3;
  text-decoration: underline;
}

.popover-content .pop-in-vehicule p {
  line-height: 25px;
  margin-bottom: 25px;
}

.popover-content .pop-in-vehicule p.last {
  margin-bottom: 0;
}

.popover-content .pop-in-vehicule h3 {
  text-align: center;
  color: #2885a7;
  font-family: 'booknews';
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 25px;
}

.popover-content a {
  color: #276EF1;
  text-decoration: underline;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -11px;
  left: 92%;
  margin-left: 11px;
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #FFF;
  border-bottom-width: 0;
  content: " ";
}

/*.popover.bottom .arrow {
  bottom: -11px;
  left: 92%;
  margin-left: -5px;
  border-bottom-width: 0;
}

.popover.bottom .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " ";
}*/
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " ";
}

.popover.bottom .arrow {
  top: -11px;
  left: 92%;
  margin-left: -11px;
  border-bottom-color: #FFF;
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #FFF;
  border-top-width: 0;
  content: " ";
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: " ";
}

.content-pop {
  display: none;
  max-width: 100%;
}

section {
  position: relative;
}

section .content-pop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFF;
  height: calc(100% - 26px);
}

.openPage .content-pop {
  display: block;
}

.openPage a.close_pop img {
  width: 24px;
  height: 23px;
}

.openPage .page-question .formulaire-estimate {
  visibility: hidden;
}

#mention-legale.content-pop {
  color: #4a4a4a;
  z-index: 9999;
}

#mention-legale.content-pop a.close_pop {
  float: right;
  margin: 24px 20px 0 0;
}

#mention-legale.content-pop div.logo {
  float: left;
  margin-left: 69px;
}

#mention-legale.content-pop div.logo img {
  margin-top: -40px;
}

#mention-legale.content-pop > .inner-pop {
  clear: both;
  padding: 80px 0 35px 80px;
  max-width: 844px;
}

#mention-legale.content-pop h2 {
  border: none;
  font-size: 30px;
  height: auto;
  text-transform: none;
  margin: 0;
  text-align: left;
  margin-bottom: 81px;
  padding-bottom: 0;
  width: 164px;
  height: 164px;
  display: table;
}

#mention-legale.content-pop h2 span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  background: #276EF1;
  color: #FFF;
  font-weight: 100;
  font-family: Arial;
}

#mention-legale.content-pop p.titre {
  font-size: 19px;
  margin-bottom: 25px;
}

#mention-legale.content-pop p.date {
  font-size: 15px;
  margin-bottom: 25px;
  font-weight: bold;
}

#mention-legale.content-pop .text p {
  font-size: 18px;
  margin-bottom: 32px;
  text-align: justify;
}

#mention-legale.content-pop .text p strong {
  font-family: 'bookbold';
  font-weight: normal;
}

#pop-bienvenu {
  max-width: 704px;
  background: #FFF;
  border: 1px solid #000;
  padding: 18px 40px;
}

#pop-bienvenu h3 {
  font-size: 20px;
  border-bottom: 1px solid #000;
  padding-bottom: 18px;
  font-weight: bold;
  word-spacing: 1px;
  margin-bottom: 23px;
}

#pop-bienvenu p {
  font-size: 16px;
  font-weight: bold;
}

#pop-bienvenu p strong,
#pop-bienvenu p b {
  font-family: 'bookbold';
  font-weight: normal;
}

#pop-bienvenu div.bt {
  text-align: center;
  padding: 20px 0 15px 0;
}

#pop-bienvenu div.bt a {
  display: inline-block;
  width: 126px;
  height: 46px;
  background: #276EF1;
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  font-family: 'booknews';
  font-size: 16px;
  line-height: 46px;
}

@media screen and (max-width: 640px) {
  #pop-bienvenu {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
    border: none;
    margin: 0 20px;
    z-index: 9999999;
  }
  #pop-bienvenu h3 {
    padding-right: 25px;
  }
}

@media screen and (max-width: 480px) {
  #pop-bienvenu {
    padding: 18px 19px;
  }
  #pop-bienvenu h3 {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .page-resultat .popover.top .arrow,
  .page-resultat .popover.bottom .arrow {
    margin-left: 0;
  }
  .page-resultat .formulaire-resultat .popover.top .arrow,
  .page-resultat .formulaire-resultat .popover.bottom .arrow {
    margin-left: 8px;
  }
}

@media screen and (max-width: 910px) {
  .page-resultat .popover.top .arrow,
  .page-resultat .popover.bottom .arrow {
    margin-left: -6px;
  }
}

@media screen and (max-width: 800px) {
  .page-resultat .popover.top .arrow,
  .page-resultat .popover.bottom .arrow {
    margin-left: -10px;
  }
}

@media screen and (max-width: 640px) {
  .page .popover.top .arrow,
  .page .popover.bottom .arrow {
    left: 96%;
    margin-left: -4px;
  }
  .page-resultat .popover.top .arrow,
  .page-resultat .popover.bottom .arrow {
    margin-left: -17px;
  }
}

@media screen and (max-width: 560px) {
  .page .popover.top .arrow,
  .page .popover.bottom .arrow {
    left: 96%;
    margin-left: -10px;
  }
  .page-resultat .popover.top .arrow,
  .page-resultat .popover.bottom .arrow {
    margin-left: -17px;
  }
}

@media screen and (max-width: 450px) {
  .page .popover.top .arrow,
  .page .popover.bottom .arrow {
    left: 96%;
    margin-left: -13px;
  }
  .page-resultat .popover.top .arrow,
  .page-resultat .popover.bottom .arrow {
    margin-left: -21px;
  }
}

@media screen and (max-width: 400px) {
  .page .popover.top .arrow,
  .page .popover.bottom .arrow {
    left: 96%;
    margin-left: -16px;
  }
  .page-resultat .popover.top .arrow,
  .page-resultat .popover.bottom .arrow {
    margin-left: -14px;
  }
}

@media screen and (max-width: 345px) {
  .page .popover.top .arrow,
  .page .popover.bottom .arrow {
    left: 96%;
    margin-left: -19px;
  }
  .page-resultat .popover.top .arrow,
  .page-resultat .popover.bottom .arrow {
    margin-left: -22px;
  }
}

@media screen and (max-width: 975px) {
  .openPage .page-resultat {
    margin-top: 0;
    margin-bottom: 0;
  }
  #mention-legale.content-pop div.logo {
    margin-top: 40px;
    margin-left: 7.8%;
  }
  #mention-legale.content-pop div.logo img {
    margin-top: 0;
  }
  #mention-legale.content-pop a.close_pop {
    margin: 20px 19px 0 0;
  }
  #mention-legale.content-pop a.close_pop img {
    width: 21px;
    height: 20px;
  }
  #mention-legale.content-pop > .inner-pop {
    padding: 28px 7.8% 35px 7.8%;
  }
  #mention-legale.content-pop p.titre {
    font-family: 'booknews';
  }
  #mention-legale.content-pop .text p {
    font-family: 'booknews';
  }
}

@media screen and (max-width: 375px) {
  #mention-legale.content-pop {
    top: 0 !important;
  }
  #mention-legale.content-pop div.logo {
    margin-top: 38px;
    margin-left: 25px;
  }
  #mention-legale.content-pop div.logo img {
    margin-top: 0;
  }
  #mention-legale.content-pop > .inner-pop {
    padding: 28px 25px 35px 25px;
  }
  #mention-legale.content-pop a.close_pop {
    margin: 7px 7px 0 0;
  }
  #mention-legale.content-pop .text p {
    font-size: 16px;
  }
}

html.body-waiting {
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
}

html.body-waiting body {
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
}

section.page-waiting {
  background: url(/front/images/loading.png) repeat top left;
  background-size: 375px auto;
  margin: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

section.page-waiting .inner-waiting {
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
}

section.page-waiting .outer-waiting {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (min-width: 1400px) {
  #page-resultat-optimisation.page-resultat .formulaire-resultat ul li div.price strong span,
  #page-resultat-optimisation.page-resultat .formulaire-resultat ul li p {
    white-space: nowrap;
  }
}

.mT-50 {
  margin-top: 50px;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 999999;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s, visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s;
}

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 6px;
  top: -3px;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 0.8;
  transition: stroke .1s;
  width: 50px;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}

.menu-btn {
  position: absolute;
  z-index: 3;
  right: 15px;
  top: 14px;
  width: 22px;
  cursor: pointer;
  -webkit-transform: translateX(0) translateZ(0);
  transform: translateX(0) translateZ(0);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  pointer-events: visiblePainted;
}

.menu-btn:hover .menu-btn__line__inner:first-child {
  -webkit-animation-name: a;
  animation-name: a;
}

.menu-btn:hover .menu-btn__line__inner:nth-child(2) {
  -webkit-animation-name: b;
  animation-name: b;
}

@-webkit-keyframes a {
  0% {
    left: 0;
  }
  to {
    left: -40px;
  }
}

@keyframes a {
  0% {
    left: 0;
  }
  to {
    left: -40px;
  }
}

@-webkit-keyframes b {
  0% {
    left: 25px;
  }
  to {
    left: -15px;
  }
}

@keyframes b {
  0% {
    left: 25px;
  }
  to {
    left: -15px;
  }
}

.menu-btn__line {
  position: relative;
  overflow: hidden;
  height: 2px;
  margin-bottom: 5px;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: none;
  transition: none;
}

.menu-btn__line:first-child .menu-btn__line__inner {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.menu-btn__line:nth-child(2) .menu-btn__line__inner {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: 75ms;
  animation-delay: 75ms;
}

.menu-btn__line:nth-child(3) .menu-btn__line__inner {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}

.menu-btn__line:nth-child(3),
.menu-btn__line:nth-child(4) {
  margin-bottom: 0;
}

.menu-btn__line_hover {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0s linear .35s, -webkit-transform .35s ease-out 0s;
  transition: visibility 0s linear .35s, -webkit-transform .35s ease-out 0s;
  transition: transform .35s ease-out 0s, visibility 0s linear .35s;
  transition: transform .35s ease-out 0s, visibility 0s linear .35s, -webkit-transform .35s ease-out 0s;
}

.menu-btn__line__inner {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #393939;
}

.menu-btn__line__inner:nth-child(2) {
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
}

@-webkit-keyframes c {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(0) rotate(-10deg);
    transform: translate(0) rotate(-10deg);
  }
  to {
    -webkit-transform: translateY(4px) rotate(45deg);
    transform: translateY(4px) rotate(45deg);
  }
}

@keyframes c {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(0) rotate(-10deg);
    transform: translate(0) rotate(-10deg);
  }
  to {
    -webkit-transform: translateY(4px) rotate(45deg);
    transform: translateY(4px) rotate(45deg);
  }
}

@-webkit-keyframes d {
  0% {
    -webkit-transform: translateY(4px) rotate(45deg);
    transform: translateY(4px) rotate(45deg);
  }
  70% {
    -webkit-transform: translate(0) rotate(-10deg);
    transform: translate(0) rotate(-10deg);
  }
  to {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }
}

@keyframes d {
  0% {
    -webkit-transform: translateY(4px) rotate(45deg);
    transform: translateY(4px) rotate(45deg);
  }
  70% {
    -webkit-transform: translate(0) rotate(-10deg);
    transform: translate(0) rotate(-10deg);
  }
  to {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }
}

@-webkit-keyframes e {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(0) rotate(10deg);
    transform: translate(0) rotate(10deg);
  }
  to {
    -webkit-transform: translateY(-4px) rotate(-45deg);
    transform: translateY(-4px) rotate(-45deg);
  }
}

@keyframes e {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(0) rotate(10deg);
    transform: translate(0) rotate(10deg);
  }
  to {
    -webkit-transform: translateY(-3px) rotate(-45deg);
    transform: translateY(-3px) rotate(-45deg);
  }
}

@-webkit-keyframes f {
  to {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(0) rotate(10deg);
    transform: translate(0) rotate(10deg);
  }
  0% {
    -webkit-transform: translateY(-4px) rotate(-45deg);
    transform: translateY(-4px) rotate(-45deg);
  }
}

@keyframes f {
  to {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(0) rotate(10deg);
    transform: translate(0) rotate(10deg);
  }
  0% {
    -webkit-transform: translateY(-4px) rotate(-45deg);
    transform: translateY(-4px) rotate(-45deg);
  }
}

.menu__bottom-line {
  position: absolute;
  left: auto;
  right: 25px;
  top: 46px;
  z-index: 2;
  height: 1px;
  background-color: #fff;
  width: 0%;
}

@media (max-width: 1170px) {
  .menu__bottom-line {
    right: 15px;
  }
}

.menu__bottom-line.inverted {
  background-color: #000;
}

.screen-panel.menu-open .menu-btn {
  -webkit-transform: translateX(3px) translateZ(0);
  transform: translateX(3px) translateZ(0);
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

.screen-panel.menu-open .menu-btn__line:first-child {
  -webkit-animation-name: c;
  animation-name: c;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.screen-panel.menu-open .menu-btn__line:first-child, .screen-panel.menu-open .menu-btn__line:nth-child(2) {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.screen-panel.menu-open .menu-btn__line:nth-child(2) {
  -webkit-animation-name: e;
  animation-name: e;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.screen-panel.menu-open .menu-btn__line:nth-child(3) {
  visibility: hidden;
}

.screen-panel.menu-open .menu-btn__line__inner {
  background-color: #393939 !important;
  -webkit-transition: background-color .35s ease-out .5s;
  transition: background-color .35s ease-out .5s;
}

.screen-panel.menu-open .langs .rolling-block__content, .screen-panel.menu-open .vintage-logo .rolling-block__content {
  color: #fff !important;
  -webkit-transition: color .35s ease-out .5s,-webkit-transform .65s;
  transition: color .35s ease-out .5s,-webkit-transform .65s;
  transition: transform .65s,color .35s ease-out .5s;
  transition: transform .65s,color .35s ease-out .5s,-webkit-transform .65s;
}

.screen-panel.menu-closing .langs .rolling-block__content, .screen-panel.menu-closing .vintage-logo .rolling-block__content {
  -webkit-transition: color .35s ease-out .35s,-webkit-transform .65s;
  transition: color .35s ease-out .35s,-webkit-transform .65s;
  transition: transform .65s,color .35s ease-out .35s;
  transition: transform .65s,color .35s ease-out .35s,-webkit-transform .65s;
}

.screen-panel.menu-closing .menu-btn__line:first-child {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-name: d;
  animation-name: d;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.screen-panel.menu-closing .menu-btn__line:nth-child(2) {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-name: f;
  animation-name: f;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.screen-panel.menu-closing .menu-btn__line:nth-child(3) {
  visibility: visible;
  -webkit-transition: visibility 1s linear .5s;
  transition: visibility 1s linear .5s;
}

.screen-panel.menu-closing .menu-btn__line__inner {
  -webkit-transition: background-color .35s ease-out .35s;
  transition: background-color .35s ease-out .35s;
}

section {
  max-width: 375px;
  margin: 0 auto;
}

.banniere-top .img-banniere img {
  max-width: 100%;
}

.banniere-top .header-top {
  padding: 11px 15px;
  padding-bottom: 10px;
}

.banniere-top .header-top:before, .banniere-top .header-top:after {
  content: " ";
  display: table;
}

.banniere-top .header-top:after {
  clear: both;
}

.banniere-top .header-top div.logo {
  float: left;
  margin-right: 15px;
}

.banniere-top .header-top .menu-left {
  float: left;
}

.banniere-top .header-top .menu-left a {
  font-size: 15px;
  color: #000;
  font-weight: bold;
}

.banniere-top .header-top .menu-right {
  display: none;
  position: absolute;
  top: 44px;
  left: 0;
  width: 100%;
  background: #FFF;
  background-color: #ffffff;
  box-shadow: 1px 3px 4px 0 rgba(0, 0, 0, 0.5);
  padding: 0 15px;
  z-index: 99999;
}

.banniere-top .header-top .menu-right .border {
  border-top: solid 0.5px #d5d2d2;
  padding: 30px 0 39px 0;
  text-align: center;
}

.banniere-top .header-top .menu-right a.blog {
  font-size: 14px;
  text-decoration: none;
  padding: 0 0 29px 0;
  color: #000;
  font-family: 'booknews';
  display: block;
  font-family: 'bookmedium';
}

.banniere-top .header-top .menu-right a.become {
  background: #276EF1;
  color: #FFF;
  text-transform: uppercase;
  font-family: 'booknews';
  display: inline-block;
  padding: 13px 15px 10px 15px;
  font-size: 12px;
  text-decoration: none;
}

@media screen and (max-width: 340px) {
  .banniere-top .header-top {
    padding-left: 10px;
    padding-right: 5px;
  }
  .banniere-top .header-top .menu-btn {
    right: 10px;
  }
  .banniere-top .header-top div.logo {
    margin-right: 5px;
  }
}

.banniere-top .tablet,
.banniere-top .desktop {
  display: none;
}

.deco-bottom img {
  max-width: 100%;
}

.mobile-recap {
  background: #276EF1;
  color: #FFF;
  padding: 5px 0 4px 0;
  display: none;
  z-index: 999999;
}

.mobile-recap:before, .mobile-recap:after {
  content: " ";
  display: table;
}

.mobile-recap:after {
  clear: both;
}

.mobile-recap p {
  text-align: center;
  font-size: 20px;
  font-family: 'booknews';
}

.mobile-recap p strong {
  text-transform: uppercase;
}

.mobile-recap a {
  display: block;
  float: right;
  color: #FFF;
  text-decoration: none;
  font-size: 14px;
}

.mobile-recap a span {
  display: block;
  background: url(/front/images/fleche-droite.svg) no-repeat center right;
  background-size: 14px 10px;
  padding: 0 22px 0 0;
  margin-right: 14px;
}

.mobile-recap a span.close {
  display: none;
  text-align: right;
}

.mobile-recap a.open span {
  display: none;
}

.mobile-recap a.open span.close {
  display: block;
  position: relative;
  background: none;
}

.mobile-recap a.open span.close:before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 10px;
  background: url(/front/images/fleche-droite.svg) no-repeat 0 0;
  background-size: 14px 10px;
  right: 0;
  top: 6px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mobile-recap p strong.total-mobile span.extra {
  text-transform: none;
  font-size: 14px;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-width: 400px;
  height: 60px;
  /* Fallback for non-webkit */
  margin: 0 auto;
  line-height: 1.4;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recommandation p > span {
  display: none;
}

body.opencartouche p strong.total-mobile span.extra {
  /* Fallback for non-webkit */
  display: block;
  height: auto;
  /* Fallback for non-webkit */
  margin: 0;
  line-height: normal;
  -webkit-line-clamp: 300;
  -webkit-box-orient: vertical;
  overflow: visible;
  text-overflow: visible;
}

body.openPage .mobile-recap {
  display: none !important;
}

.bottom {
  padding: 25px 7.45% 21px 7.45%;
}

.bottom p.titre {
  font-size: 17px;
  text-align: justify;
  padding-bottom: 45px;
  font-weight: bold;
}

.bottom p.bt a {
  display: block;
  background: #276EF1;
  text-decoration: none;
  font-size: 17px;
  color: #FFF;
  font-family: 'booknews';
  padding: 11px 17px 12px 15px;
  text-align: left;
  margin-bottom: 22px;
  line-height: normal;
}

.bottom p.bt a span {
  display: block;
  background: url(/front/images/fleche-droite.svg) no-repeat bottom right;
  background-size: 22px 14px;
  padding-bottom: 8px;
}

.bottom p.bt a:hover {
  background: #63944e;
}

.bottom > span.picto {
  display: none;
}

.bloc-img {
  display: none;
}

.footer p.copyright {
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  font-size: 12px;
  color: #9b9b9b;
  text-align: center;
}

.footer ul.social {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
  text-align: center;
}

.footer ul.social li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 19px 0 0;
}

.footer ul.social li a {
  display: block;
  width: 21px;
  text-align: center;
}

.footer ul.social li a img {
  display: inline-block;
  width: 21px;
  height: 18px;
}

.footer ul.social li:last-child {
  padding-right: 0;
}

.page-question .contenu {
  overflow: hidden;
  position: relative;
}

.page-question .selectboxit-arrow-container .selectboxit-arrow {
  position: relative;
  background: #FFF;
  width: 15px;
  height: 8px;
  overflow: hidden;
  display: block;
}

.page-question .selectboxit-arrow-container .selectboxit-arrow:after,
.page-question .selectboxit-arrow-container .selectboxit-arrow:before {
  top: -8px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.page-question .selectboxit-arrow-container .selectboxit-arrow:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #FFF;
  border-width: 15px;
  margin-left: -15px;
}

.page-question .selectboxit-arrow-container .selectboxit-arrow:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #000;
  border-width: 16px;
  margin-left: -16px;
  height: 13px;
}

.formulaire-quest h3 {
  background: #000;
  color: #FFF;
  padding: 15px 7px 14px 7px;
  margin-bottom: 25px;
}

.formulaire-quest h3:before, .formulaire-quest h3:after {
  content: " ";
  display: table;
}

.formulaire-quest h3:after {
  clear: both;
}

.formulaire-quest h3 span {
  display: block;
  width: 45px;
  height: 43px;
  border: 1px solid #FFF;
  border-radius: 50%;
  text-align: center;
  line-height: 41px;
  background: #000;
  font-size: 23px;
  font-family: 'bookmedium';
  float: left;
}

.formulaire-quest h3 strong {
  font-size: 16px;
  font-weight: normal;
  font-family: 'bookbold';
  display: block;
  float: left;
  width: calc(100% - 45px);
  line-height: normal;
  text-align: left;
  display: table;
  min-height: 43px;
  padding-left: 7px;
}

.formulaire-quest h3 em {
  font-style: normal;
  display: table-cell;
  vertical-align: middle;
}

.formulaire-quest p.question {
  color: #000;
  text-align: center;
  padding-bottom: 11px;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  position: relative;
  padding-right: 14.25%;
  padding-left: 14.25%;
}

.formulaire-quest p.question a.quest {
  display: block;
  text-decoration: none;
  background: url(/front/images/question-info-bulle.svg) no-repeat 0 0;
  width: 21px;
  height: 21px;
  background-size: 21px;
  position: absolute;
  top: 0;
  right: 20px;
  top: calc(50% - 15px);
}

.formulaire-quest div.select {
  max-width: 323px;
  margin: 0 auto;
  margin-bottom: 25px;
}

.formulaire-quest div.select select {
  font-size: 16px;
}

.formulaire-quest ul.choice-four-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  margin-bottom: 25px;
}

.formulaire-quest ul.choice-four-list li {
  display: inline-block;
  padding: 0 5px 0 0;
  margin-bottom: 5px;
}

.formulaire-quest ul.choice-four-list li a {
  display: block;
  width: 38px;
  height: 46px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #000;
  font-size: 17px;
  color: #000;
  font-family: 'bookmedium';
  text-decoration: none;
  line-height: 45px;
}

.formulaire-quest ul.choice-four-list li a.active {
  background: #276EF1;
  border: 1px solid #276EF1;
  color: #FFF;
}

.formulaire-quest ul.choice-four-list li:last-child {
  padding-right: 0;
}

.formulaire-quest ul.choice-two-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  margin-bottom: 25px;
  font-size: 0;
}

.formulaire-quest ul.choice-two-list li {
  display: inline-block;
  padding: 0 13px 0 0;
  margin-bottom: 5px;
}

.formulaire-quest ul.choice-two-list li a {
  font-size: 16px;
  color: #000;
  font-family: 'bookmedium';
  border: 1px solid #000;
  display: block;
  text-decoration: none;
  width: 123px;
  line-height: normal;
  padding: 7px 0;
}

.formulaire-quest ul.choice-two-list li a span {
  display: block;
  text-align: center;
  font-size: 10px;
}

.formulaire-quest ul.choice-two-list li a.active {
  background: #276EF1;
  border: 1px solid #276EF1;
  color: #FFF;
}

.formulaire-quest ul.choice-two-list li:nth-child(even) {
  padding-right: 0;
}

.formulaire-quest fieldset {
  display: block;
  padding-bottom: 24px;
  clear: both;
}

.formulaire-quest fieldset.last {
  padding-bottom: 0;
}

.formulaire-quest p.bt {
  text-align: center;
}

.formulaire-quest p.bt a {
  display: block;
  background: #276EF1;
  color: #FFF;
  text-decoration: none;
  font-size: 17px;
  text-align: left;
  padding: 12px 19px 18px 14px;
  line-height: normal;
  cursor: pointer;
  font-family: 'booknews';
  max-width: 323px;
  margin: 0 auto;
}

.formulaire-quest p.bt a span {
  display: block;
  background: url(/front/images/fleche-droite.svg) no-repeat bottom right;
  background-size: 22px 14px;
  padding-bottom: 10px;
}

.formulaire-quest p.bt a:hover,
.formulaire-quest p.bt a:focus {
  color: #FFF;
}

.formulaire-quest p.bt a:hover {
  background: #63944e;
}

.formulaire-quest p.footer {
  text-align: center;
  padding-top: 16px;
  padding-bottom: 36px;
}

.formulaire-quest p.footer a {
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  color: #9b9b9b;
}

.formulaire-estimate {
  float: right;
  width: 50%;
  padding: 25px 30px;
}

.formulaire-estimate .inner {
  background: #FFF;
  border: solid 1px #4db5d9;
  padding: 17px 30px 0 0;
}

.formulaire-estimate .inner > h2 {
  display: none;
}

.formulaire-estimate .error-inner {
  background: #23759c;
  border: solid 1px #23759c;
  margin: -2px;
  padding-left: 11px;
  padding-bottom: 11px;
}

.formulaire-estimate .error-inner p.txt {
  font-size: 15px;
  color: #FFF;
  line-height: normal;
  font-family: 'booknews';
  letter-spacing: 0.5px;
}

.formulaire-estimate table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  font-family: 'bookthin';
}

.formulaire-estimate table thead tr th {
  padding: 0;
  color: #000;
  font-size: 12px;
  font-size: 13px;
}

.formulaire-estimate table thead tr th .day {
  display: block;
  font-size: 13px;
  text-align: center;
  padding: 5px 0;
}

.formulaire-estimate table tbody tr td {
  text-align: center;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
}

.formulaire-estimate table tbody tr td.hour {
  vertical-align: top;
}

.formulaire-estimate table tbody tr td.hour span {
  font-size: 9px;
  color: #000;
  line-height: 11px;
  padding-bottom: 0;
  display: block;
  width: 30px;
  text-align: center;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}

.formulaire-estimate table tbody tr td:not(.hour) {
  background: #e2e1e1;
  width: 13.5%;
}

.formulaire-estimate table tbody tr td.active {
  background: #276EF1;
}

.formulaire-estimate div.recap {
  padding: 20px 0 10px 10px;
  margin-right: -20px;
}

.formulaire-estimate div.recap p {
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 10px;
}

.formulaire-estimate div.recap p:before, .formulaire-estimate div.recap p:after {
  content: " ";
  display: table;
}

.formulaire-estimate div.recap p:after {
  clear: both;
}

.formulaire-estimate div.recap p strong {
  display: block;
  float: right;
  color: #000;
  font-family: 'bookmedium';
  font-weight: normal;
}

.formulaire-estimate div.recap p span {
  display: block;
  float: left;
  color: #000;
}

.formulaire-estimate p.total {
  color: #FFF;
  background-color: #276EF1;
  text-align: center;
  font-size: 14px;
  padding: 13px 0 13px 0;
  line-height: normal;
  font-weight: bold;
}

.formulaire-estimate p.total > strong {
  font-size: 22px;
  display: block;
  text-align: center;
  font-weight: normal;
  padding-top: 8px;
  font-family: 'booknews';
}

.formulaire-estimate p.total > strong strong {
  font-weight: bold;
  font-family: 'bookthin';
}

.formulaire-estimate p.total span.extra {
  font-size: 14px;
  display: block;
  font-family: 'bookthin';
  letter-spacing: normal;
  text-align: left;
  padding: 5px;
}

.formulaire-estimate p.footer {
  text-align: center;
  padding-top: 21px;
}

.formulaire-estimate p.footer a {
  text-decoration: none;
  color: #9b9b9b;
  font-size: 15px;
  font-weight: bold;
}

a.open-bloc,
a.close-bloc {
  display: none;
  background: #23759c url(/front/images/fleche-bas-gauche.png) no-repeat 13px 15px;
  width: 42px;
  height: 44px;
  float: right;
  position: relative;
  z-index: 1;
}

a.open-bloc span,
a.close-bloc span {
  display: none;
}

a.open-bloc.open,
a.close-bloc {
  background-color: transparent;
  background-position: 16px -28px;
  height: 42px;
  width: 42px;
  margin-top: 2px;
  margin-right: 2px;
  position: absolute;
  top: 0;
  right: 0;
}

a.close-bloc.open {
  display: block;
}

a.openError.open {
  background-position: 13px 15px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.formulaire-estimate {
  position: absolute;
  top: -38.2%;
  top: 0;
  right: -271px;
  width: 271px;
  padding: 0;
  transition: right 300ms linear;
  border: 2px solid #276EF1;
}

.formulaire-estimate p.footer {
  display: none;
}

.formulaire-estimate.open {
  right: 0;
  top: 0;
}

.content-tools {
  display: none;
}

.formulaire-quest p.question.open {
  z-index: 1001;
  color: #FFF;
  font-family: 'bookmedium';
}

.formulaire-quest p.question.open a.quest {
  background: url(/front/images/question-info-bulle-white.svg) no-repeat 0 0;
}

div.box-blue {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #276EF1;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
  opacity: 0.7;
  display: none;
}

.page-resultat .contenu {
  padding: 0 6.98% 0 6.98%;
}

.page-resultat .ban-recap {
  background: #276EF1;
  color: #FFF;
  padding: 20px 13px;
  margin-bottom: 35px;
}

.page-resultat .ban-recap p {
  font-size: 16px;
  font-family: 'bookmedium';
  text-align: center;
  line-height: normal;
  letter-spacing: 1.6px;
  margin-bottom: 10px;
}

.page-resultat .ban-recap span {
  display: block;
  background: #FFF;
  color: #000;
  font-size: 30px;
  text-align: center;
  font-family: 'bookmedium';
  padding: 10px 0;
  border-radius: 4px;
}

.page-resultat .ban-recap span em {
  font-style: normal;
  font-size: 25px;
}

.page-resultat .ban-recap span strong {
  font-weight: normal;
  font-size: 18px;
}

.page-resultat .ban-recap span.extra {
  font-size: 14px !important;
  line-height: 115%;
  padding: 10px 15px;
}

@media screen and (max-width: 480px) {
  .page-resultat .ban-recap span.extra {
    padding: 10px 2px;
  }
}

.page-resultat h2 {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.9px;
  line-height: 145%;
  text-align: center;
  border-bottom: 1px solid #b4b4b4;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.page-resultat .tab-horaire {
  display: none;
  position: relative;
}

.page-resultat .tab-horaire .popover {
  left: 6.5% !important;
}

.page-resultat .formulaire-resultat {
  position: relative;
}

.page-resultat .formulaire-resultat a.quest {
  display: block;
  text-decoration: none;
  background: url(/front/images/question-info-bulle.svg) no-repeat 0 0;
  width: 21px;
  height: 21px;
  background-size: 21px;
  margin-top: 4px;
}

.page-resultat .formulaire-resultat li.title a {
  background: url(/front/images/question-info-bulle-white.svg) no-repeat 0 0;
}

.page-resultat .formulaire-resultat span.quest {
  width: 21px;
  height: 21px;
  display: block;
  margin-top: 4px;
  margin-left: 10px;
  float: left;
}

.page-resultat .formulaire-resultat ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}

.page-resultat .formulaire-resultat ul li {
  position: relative;
  padding-bottom: 4px;
  padding-top: 4px;
  padding-left: 3px;
  line-height: normal;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  -webkit-box-align: flex-end;
  align-items: flex-end;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.page-resultat .formulaire-resultat ul li:before, .page-resultat .formulaire-resultat ul li:after {
  content: " ";
  display: table;
}

.page-resultat .formulaire-resultat ul li:after {
  clear: both;
}

.page-resultat .formulaire-resultat ul li p {
  float: left;
  font-size: 17px;
  max-width: calc(100% - 150px);
}

.page-resultat .formulaire-resultat ul li p > em {
  font-style: normal;
  display: table;
}

.page-resultat .formulaire-resultat ul li p > em > em {
  font-style: normal;
  display: table-cell;
  vertical-align: middle;
  font-weight: 700;
}

.page-resultat .formulaire-resultat ul li p span {
  display: block;
  font-size: 14px;
  display: none;
}

.page-resultat .formulaire-resultat ul li div.price {
  padding-right: 13px;
  float: none;
  flex: 1;
  text-align: right;
}

.page-resultat .formulaire-resultat ul li div.price strong {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  display: inline-block;
  float: none;
}

.page-resultat .formulaire-resultat ul li div.price a {
  float: left;
  margin-left: 10px;
}

.page-resultat .formulaire-resultat ul li div.price a.quest,
.page-resultat .formulaire-resultat ul li div.price span.quest {
  display: inline-block;
  float: none;
  margin-top: 0;
  margin-bottom: -3px;
}

@media screen and (max-width: 360px) {
  .page-resultat .formulaire-resultat ul li p {
    max-width: calc(100% - 130px);
  }
}

.page-resultat .formulaire-resultat ul li.extra {
  padding-bottom: 15px;
}

.page-resultat .formulaire-resultat ul li.charge {
  padding-top: 5px;
  padding-bottom: 5px;
}

.page-resultat .formulaire-resultat ul li.title {
  background: #000;
  padding: 13px 0 13px 3px;
}

.page-resultat .formulaire-resultat ul li.title p {
  color: #FFF;
}

.page-resultat .formulaire-resultat ul li.title div.price strong {
  font-size: 20px;
  color: #FFF;
}

.page-resultat .formulaire-resultat ul li.with-border {
  border-top: 2px solid #d7ecf3;
}

.page-resultat .formulaire-resultat ul li.title + .content-tools + li.with-border {
  border-top: none;
}

.page-resultat .formulaire-resultat ul li.total {
  border-top: 2px solid #d7ecf3;
  padding: 0;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.page-resultat .formulaire-resultat ul li.total p {
  font-size: 17px;
  background: #000;
  font-family: 'bookmedium';
  color: #FFF;
  padding: 15px 19px 14px 13px;
  position: relative;
}

.page-resultat .formulaire-resultat ul li.total p:after {
  left: 94%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(64, 166, 204, 0);
  border-left-color: #000;
  border-width: 19px;
  margin-top: -19px;
}

.page-resultat .formulaire-resultat ul li.total div.price strong {
  font-size: 24px;
  font-family: 'bookmedium';
  color: #000;
  font-weight: normal;
}

.page-resultat .formulaire-resultat ul li.total div.price span.tablet {
  display: none;
}

.page-resultat .formulaire-resultat ul li.total div.price a.quest {
  margin-top: 6px;
}

.page-resultat .formulaire-resultat .list-recap p {
  margin-bottom: 26px;
}

.page-resultat .formulaire-resultat .list-recap p strong {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.page-resultat .formulaire-resultat .list-recap p span {
  display: block;
  text-align: center;
  color: #000;
  font-size: 17px;
  font-weight: bold;
  padding-top: 5px;
}

.page-resultat .formulaire-resultat .pop-chiffe-affaire {
  padding-top: 20px;
}

.page-resultat .formulaire-resultat .pop-chiffe-affaire > p {
  line-height: 25px;
  margin-bottom: 22px;
}

.page-resultat .formulaire-resultat .pop-chiffe-affaire .tab-horaire {
  float: none;
  width: auto;
  display: block;
}

.page-resultat .formulaire-resultat .pop-chiffe-affaire .tab-horaire h2 {
  height: auto;
  line-height: normal;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: 'booknews';
  font-weight: normal;
  padding: 0 0 15px 0;
  margin-bottom: 22px;
}

.page-resultat .formulaire-resultat .pop-chiffe-affaire .tab-horaire .inner {
  padding-right: 6px;
}

.page-resultat .formulaire-resultat .pop-chiffe-affaire .tab-horaire table {
  margin-bottom: 15px;
}

.page-resultat .formulaire-resultat .pop-chiffe-affaire .tab-horaire table thead tr th .day {
  font-size: 16px;
  letter-spacing: 1px;
}

.page-resultat .formulaire-resultat .pop-chiffe-affaire .tab-horaire table tbody tr td.hour span {
  width: 24px;
  height: 9px;
  line-height: 9px;
}

.page-resultat .formulaire-resultat.CA-popIn .popover.bottom .arrow {
  display: none;
}

.page-resultat .formulaire-resultat.CA-popIn .popover-content {
  padding-right: 14px;
}

.page-resultat div.infos {
  margin-bottom: 19px;
}

.page-resultat div.infos p {
  color: #000;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: justify;
  line-height: 174%;
  font-family: 'booknews';
}

.page-resultat div.infos p br.desktop,
.page-resultat div.infos p br {
  display: none;
}

.page-resultat div.infos p span {
  display: inline-block;
  background: url(/front/images/info-picto.svg) no-repeat 0 0;
  width: 24px;
  height: 24px;
  background-size: 100%;
  margin-right: 13px;
  vertical-align: middle;
}

.page-resultat div.bt {
  margin-bottom: 22px;
}

.page-resultat div.bt div.blue-bt,
.page-resultat div.bt div.bt-rdv {
  margin-bottom: 16px;
}

.page-resultat div.bt div.blue-bt a,
.page-resultat div.bt div.bt-rdv a {
  display: block;
  background: #276EF1;
  color: #FFF;
  text-decoration: none;
  padding: 16px 10px 13px 18px;
  line-height: normal;
  text-align: left;
  font-family: 'booknews';
}

.page-resultat div.bt div.blue-bt a > span,
.page-resultat div.bt div.bt-rdv a > span {
  font-size: 20px;
  display: block;
}

.page-resultat div.bt div.blue-bt a > span strong,
.page-resultat div.bt div.bt-rdv a > span strong {
  font-weight: normal;
  font-family: 'bookmedium';
}

.page-resultat div.bt div.blue-bt a em,
.page-resultat div.bt div.bt-rdv a em {
  display: inline-block;
  text-align: right;
  font-style: normal;
  font-size: 18px;
  font-family: 'bookmedium';
  width: 100%;
  background: url(/front/images/fleche-droite.svg) no-repeat center right;
  background-size: 28px 20px;
  padding-right: 35px;
  margin-top: 2px;
}

.page-resultat div.bt div.blue-bt a:hover,
.page-resultat div.bt div.bt-rdv a:hover {
  background: #63944e;
}

.page-resultat div.bt div.white-bt {
  clear: both;
}

.page-resultat div.bt div.white-bt a {
  display: block;
  text-decoration: none;
  border: 1px solid #d9d9d9;
  font-size: 18px;
  color: #000;
  text-align: right;
  line-height: 1.72;
  padding: 8px 14px 8px 0;
  font-family: 'booknews';
}

.page-resultat div.bt div.white-bt a span {
  background: url(/front/images/fleche-gauche.svg) no-repeat 10px bottom;
  display: block;
  padding-bottom: 18px;
  line-height: normal;
}

.page-resultat p.footer {
  text-align: center;
  padding-bottom: 26px;
}

.page-resultat p.footer a {
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  color: #9b9b9b;
}

.page-resultat .tab-horaire table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  font-family: 'bookthin';
  margin-bottom: 22px;
}

.page-resultat .tab-horaire table thead tr th {
  padding: 0;
}

.page-resultat .tab-horaire table thead tr th .day {
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
  font-weight: bold;
  min-height: 25px;
}

.page-resultat .tab-horaire table tbody tr td {
  text-align: center;
  vertical-align: middle;
  position: relative;
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
}

.page-resultat .tab-horaire table tbody tr td.hour {
  vertical-align: top;
}

.page-resultat .tab-horaire table tbody tr td.hour span {
  font-size: 11px;
  color: #4a4a4a;
  display: block;
  width: 44px;
  text-align: center;
  height: 16.5px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}

.page-resultat .tab-horaire table tbody tr td:not(.hour) {
  background: #e2e1e1;
  width: 13.5%;
}

.page-resultat .tab-horaire table tbody tr td.active {
  background: #276EF1;
}

.page-resultat .tab-horaire .infos-tabs {
  background: #f9f9f9;
  margin-bottom: 18px;
  position: relative;
  padding: 11px 18px;
  display: table;
  width: 100%;
}

.page-resultat .tab-horaire .infos-tabs:before, .page-resultat .tab-horaire .infos-tabs:after {
  content: " ";
  display: table;
}

.page-resultat .tab-horaire .infos-tabs:after {
  clear: both;
}

.page-resultat .tab-horaire .infos-tabs span {
  font-size: 20px;
  font-weight: bold;
  display: table-cell;
  width: 30%;
  vertical-align: middle;
}

.page-resultat .tab-horaire .infos-tabs strong {
  color: #000;
  font-size: 20px;
  font-family: 'booknews';
  font-weight: normal;
  padding-right: 36px;
  display: table-cell;
  width: 70%;
  text-align: right;
  vertical-align: middle;
  line-height: normal;
}

.page-resultat .tab-horaire .infos-tabs a.quest {
  display: block;
  text-decoration: none;
  background: url(/front/images/question-info-bulle.svg) no-repeat 0 0;
  width: 21px;
  height: 21px;
  background-size: 21px;
  position: absolute;
  top: 15px;
  right: 20px;
  top: calc( 50% - 10.5px);
}

.page-resultat .tab-horaire .infos-tabs.open {
  z-index: 101;
  color: #FFF;
  font-family: 'bookmedium';
  background: transparent;
}

.page-resultat .tab-horaire .infos-tabs.open strong {
  color: #FFF;
}

.page-resultat .formulaire-resultat ul li.open {
  z-index: 101;
  color: #FFF;
  font-family: 'bookmedium';
}

.page-resultat .formulaire-resultat ul li.open div.price strong {
  color: #FFF;
}

.popover {
  left: 3% !important;
  width: 94% !important;
  max-width: 94% !important;
}

.popover.top {
  margin-top: -21px;
}

.formulaire-resultat .popover {
  left: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

#page-resultat-optimisation div.bt {
  clear: both;
}

#page-resultat-optimisation .tab-horaire {
  display: block;
}

#page-resultat-optimisation .tab-horaire .inner {
  margin-left: -27px;
}

#page-resultat-optimisation .tab-horaire table thead tr th .day {
  font-size: 16px;
}

#page-resultat-optimisation .tab-horaire table tbody tr td {
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
}

#page-resultat-optimisation .tab-horaire table tbody tr td.hour span {
  width: 29px;
  height: 10px;
  line-height: 9px;
}

#page-resultat-optimisation .tab-horaire table tbody tr td:not(.hour) {
  background: #ffedb5;
}

#page-resultat-optimisation .tab-horaire p.legende {
  margin-left: -10px;
  margin-top: 14px;
  margin-bottom: 35px;
}

#page-resultat-optimisation .tab-horaire p.legende:before, #page-resultat-optimisation .tab-horaire p.legende:after {
  content: " ";
  display: table;
}

#page-resultat-optimisation .tab-horaire p.legende:after {
  clear: both;
}

#page-resultat-optimisation .tab-horaire p.legende span:not(.lib) {
  display: block;
  float: left;
  height: 9px;
  border-right: 1px solid #FFF;
  background: #ffedb5;
  width: 14.28%;
}

#page-resultat-optimisation .tab-horaire p.legende span.lib {
  font-size: 9px;
  line-height: 10px;
  display: block;
  float: left;
  padding: 0 2px;
  text-align: center;
  margin-top: -5px;
  width: 49px;
}

#page-resultat-optimisation .tab-horaire p.legende strong {
  font-weight: normal;
  width: calc(100% - 98px);
  float: left;
}

#page-resultat-optimisation .tab-horaire p.legende span.lib.right {
  float: right;
}

#page-resultat-optimisation .tab-horaire p.legende span.niv_1 {
  background: #ffedb5;
}

#page-resultat-optimisation .tab-horaire p.legende span.niv_2 {
  background: #ffda69;
}

#page-resultat-optimisation .tab-horaire p.legende span.niv_3 {
  background: #fed266;
}

#page-resultat-optimisation .tab-horaire p.legende span.niv_4 {
  background: #fcc966;
}

#page-resultat-optimisation .tab-horaire p.legende span.niv_5 {
  background: #f8b367;
}

#page-resultat-optimisation .tab-horaire p.legende span.niv_6 {
  background: #f5a567;
}

#page-resultat-optimisation .tab-horaire p.legende span.niv_7 {
  background: #f08d68;
}

#page-resultat-optimisation .tab-horaire td.niv_1 {
  background: #ffedb5 !important;
}

#page-resultat-optimisation .tab-horaire td.niv_2 {
  background: #ffda69 !important;
}

#page-resultat-optimisation .tab-horaire td.niv_3 {
  background: #fed266 !important;
}

#page-resultat-optimisation .tab-horaire td.niv_4 {
  background: #fcc966 !important;
}

#page-resultat-optimisation .tab-horaire td.niv_5 {
  background: #f8b367 !important;
}

#page-resultat-optimisation .tab-horaire td.niv_6 {
  background: #f5a567 !important;
}

#page-resultat-optimisation .tab-horaire td.niv_7 {
  background: #f08d68 !important;
}

#page-resultat-optimisation .formulaire-resultat h2 {
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

#page-resultat-optimisation .formulaire-resultat h2 strong {
  font-family: 'bookmedium';
  font-weight: normal;
}

#page-resultat-optimisation .formulaire-resultat ul {
  margin-bottom: 0;
}

#page-resultat-optimisation .formulaire-resultat ul li {
  padding-bottom: 19px;
  display: table;
  width: 100%;
  line-height: normal;
}

#page-resultat-optimisation .formulaire-resultat ul li p {
  font-size: 14px;
  display: table-cell;
  vertical-align: middle;
  float: none;
}

#page-resultat-optimisation .formulaire-resultat ul li div.price {
  display: table-cell;
  vertical-align: middle;
}

#page-resultat-optimisation .formulaire-resultat ul li div.price strong {
  font-size: 14px;
  text-align: right;
}

#page-resultat-optimisation .formulaire-resultat ul li div.price strong > span {
  display: block;
}

#page-resultat-optimisation .ban-recap {
  margin-bottom: 15px;
}

#page-resultat-optimisation .ban-recap p {
  letter-spacing: 1px;
}

#page-resultat-optimisation .titre-optimisation {
  background: #276EF1;
  padding: 21px 9px;
  margin-bottom: 30px;
}

#page-resultat-optimisation .titre-optimisation p {
  color: #FFF;
  font-size: 20px;
  text-align: center;
  line-height: normal;
}

#page-resultat-optimisation p.infos {
  color: #000;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 30px;
}

#page-resultat-optimisation .bt-rdv {
  margin-bottom: 15px;
  clear: both;
  float: left;
  width: 100%;
  margin-top: 0;
}

#page-resultat-optimisation .bt-rdv a {
  display: block;
  text-decoration: none;
  background: #276EF1;
  color: #FFF;
  font-size: 18px;
  padding: 13px 10px 8px 16px;
  line-height: normal;
  letter-spacing: -0.5px;
  font-family: 'booknews';
}

#page-resultat-optimisation .bt-rdv a span {
  display: block;
  background: url(/front/images/fleche-droite.svg) no-repeat bottom right;
  background-size: 28px 20px;
  padding-bottom: 18px;
}

#page-resultat-optimisation .bt-rdv a:hover,
#page-resultat-optimisation .bt-rdv a:focus {
  color: #FFF;
}

#page-resultat-optimisation .bt-rdv a:hover {
  background: #63944e;
}

.page-resultat .bt-rdv {
  margin-bottom: 15px;
  clear: both;
  float: left;
  width: 100%;
  margin-top: 0;
}

.page-resultat .bt-rdv a {
  display: block;
  text-decoration: none;
  background: #000;
  color: #FFF;
  font-size: 18px;
  padding: 13px 10px 8px 16px;
  line-height: normal;
  letter-spacing: -0.5px;
  font-family: 'booknews';
}

.page-resultat .bt-rdv a span {
  display: block;
  background: url(/front/images/fleche-droite.svg) no-repeat bottom right;
  background-size: 28px 20px;
  padding-bottom: 18px;
}

.page-resultat .bt-rdv a:hover,
.page-resultat .bt-rdv a:focus {
  color: #FFF;
}

.page-resultat .bt-rdv a:hover {
  background: #63944e;
}

.deco-bottom {
  display: none;
  visibility: hidden;
}

@media screen and (max-width: 415px) {
  .mobile-recap {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .formulaire-quest {
    padding-bottom: 60px;
  }
  .page-resultat .formulaire-resultat ul li.title {
    padding: 3px 0 4px 3px;
  }
  .page-resultat .formulaire-resultat ul li.title p,
  .page-resultat .formulaire-resultat ul li p {
    line-height: 120%;
    font-size: 14px;
    max-width: calc(100% - 170px);
  }
  .page-resultat .formulaire-resultat ul li.title p > em,
  .page-resultat .formulaire-resultat ul li p > em {
    height: 37px;
  }
  .page-resultat .formulaire-resultat ul li.title div.price,
  .page-resultat .formulaire-resultat ul li div.price {
    padding-right: 5px;
  }
  .page-resultat .formulaire-resultat ul li.title div.price strong,
  .page-resultat .formulaire-resultat ul li div.price strong {
    font-size: 15px;
  }
  .page-resultat .formulaire-resultat ul li.title div.price span.quest,
  .page-resultat .formulaire-resultat ul li.title div.price a.quest,
  .page-resultat .formulaire-resultat ul li div.price span.quest,
  .page-resultat .formulaire-resultat ul li div.price a.quest {
    width: 17px;
    height: 17px;
    background-size: 17px;
    margin-left: 5px;
  }
  .page-resultat .formulaire-resultat ul li.total {
    border: none;
    border: 1px solid #000;
  }
  .page-resultat .formulaire-resultat ul li.total > p {
    margin-left: -1px;
  }
  .page-resultat .formulaire-resultat ul li.total div.price a.quest {
    margin-top: 0;
  }
  .page-resultat .formulaire-resultat ul li.total div.price strong {
    font-size: 15px;
  }
  #page-resultat-optimisation.page-resultat .formulaire-resultat h2 br {
    display: none;
  }
  #page-resultat-optimisation.page-resultat .formulaire-resultat .list-recap p {
    margin-bottom: 20px;
  }
  #page-resultat-optimisation.page-resultat .formulaire-resultat .list-recap p strong {
    font-size: 16px;
  }
  #page-resultat-optimisation.page-resultat .formulaire-resultat .list-recap p span {
    font-size: 15px;
    padding-top: 2px;
  }
  #page-resultat-optimisation.page-resultat .titre-optimisation p {
    font-size: 18px;
  }
  #page-resultat-optimisation.page-resultat .ban-recap.type-2 p {
    font-size: 14px;
  }
  #page-resultat-optimisation.page-resultat .ban-recap.type-2 span {
    width: auto;
    float: none;
    display: block;
    background: transparent;
    color: #FFF;
    border: none;
    font-family: 'booknews';
    font-size: 30px;
    padding: 0;
  }
  #page-resultat-optimisation.page-resultat .ban-recap.type-2 em.infos {
    display: block;
    font-style: normal;
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  #page-resultat-optimisation.page-resultat .ban-recap.type-2 em.infos strong {
    font-family: 'booknews';
  }
}

@media screen and (max-width: 640px) and (min-width: 376px) {
  #page-resultat .ban-recap span {
    font-size: 30px;
  }
  .page-resultat .contenu {
    padding: 0 6.98% 0 6.98% !important;
  }
  .page-resultat .contenu .formulaire-resultat ul li.title {
    padding: 3px 0 4px 3px;
  }
  .page-resultat .contenu .formulaire-resultat ul li.title p,
  .page-resultat .contenu .formulaire-resultat ul li p {
    line-height: 120%;
    font-size: 15px;
    max-width: calc(100% - 160px);
  }
  .page-resultat .contenu .formulaire-resultat ul li.title p > em,
  .page-resultat .contenu .formulaire-resultat ul li p > em {
    height: 37px;
  }
  .page-resultat .contenu .formulaire-resultat ul li.title div.price,
  .page-resultat .contenu .formulaire-resultat ul li div.price {
    padding-right: 5px;
  }
  .page-resultat .contenu .formulaire-resultat ul li.title div.price strong,
  .page-resultat .contenu .formulaire-resultat ul li div.price strong {
    font-size: 15px;
  }
  .page-resultat .contenu .formulaire-resultat ul li.title div.price span.quest,
  .page-resultat .contenu .formulaire-resultat ul li.title div.price a.quest,
  .page-resultat .contenu .formulaire-resultat ul li div.price span.quest,
  .page-resultat .contenu .formulaire-resultat ul li div.price a.quest {
    width: 17px;
    height: 17px;
    background-size: 17px;
    margin-left: 5px;
  }
  .page-resultat .contenu .formulaire-resultat ul li.total {
    border: none;
    border: 1px solid #000;
  }
  .page-resultat .contenu .formulaire-resultat ul li.total div.price a.quest {
    margin-top: 0;
  }
  .page-resultat .contenu .formulaire-resultat ul li.total div.price strong {
    font-size: 18px;
  }
}

@media screen and (max-width: 640px) {
  .opencartouche .page-question .formulaire-quest {
    position: relative;
  }
  .opencartouche .page-question .formulaire-quest .mobile-recap {
    position: absolute;
    bottom: auto;
  }
  .opencartouche .page-question .formulaire-quest fieldset {
    display: none;
  }
  .opencartouche .page-question .formulaire-estimate p.total {
    display: none;
  }
  .page-question .contenu .formulaire-estimate {
    width: 100%;
    right: -100%;
  }
  .page-question .contenu .formulaire-estimate div.recap p {
    display: table;
    width: 100%;
    margin-bottom: 5px;
  }
  .page-question .contenu .formulaire-estimate div.recap p span {
    display: table-cell;
    vertical-align: middle;
    float: none;
    text-align: left;
    height: 35px;
    max-width: 150px;
  }
  .page-question .contenu .formulaire-estimate div.recap p strong {
    display: table-cell;
    vertical-align: middle;
    float: none;
    text-align: right;
  }
  .page-question .contenu .formulaire-estimate.open {
    right: 0;
  }
  .page-resultat .formulaire-resultat ul li {
    padding-top: 3px;
  }
  .page-resultat .formulaire-resultat ul li p > em {
    margin-bottom: -3px;
    font-family: 'booknews';
    font-weight: 100;
  }
  .page-resultat .formulaire-resultat ul li p > em em {
    font-family: 'booknews';
    font-weight: 100;
  }
  .page-resultat .formulaire-resultat ul li.total > p {
    font-family: "booknews" !important;
    font-weight: 100 !important;
  }
  body.open-blue div.select .selectbox {
    z-index: -1 !important;
  }
}

/* cas mobile exceptionel */
@media screen and (max-width: 460px) {
  .page-resultat .ban-recap p {
    letter-spacing: normal !important;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .formulaire-quest div.select select:focus {
    font-size: 16px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .formulaire-quest div.select select {
    font-size: 16px;
  }
}

@media screen and (min-width: 376px) and (max-width: 768px) {
  .popover.top .arrow {
    margin-left: -6px;
  }
  section {
    max-width: 768px;
  }
  .banniere-top .img-banniere {
    display: none;
  }
  .banniere-top .img-banniere.tablet {
    display: block;
  }
  .bottom {
    padding: 42px 8.4% 21px 8.4%;
  }
  .bottom p.titre {
    font-size: 20px;
    padding-bottom: 70px;
  }
  .bottom p.bt a {
    max-width: 321px;
    margin: 0 auto;
    margin-bottom: 150px;
  }
  .footer ul.social {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .banniere-top div.header-top div.logo {
    padding-left: 10px;
    padding-right: 17px;
  }
  .banniere-top div.header-top .menu-left a {
    padding-right: 13px;
  }
  .banniere-top div.header-top .menu-right a.blog {
    padding-right: 13px;
  }
}

@media screen and (min-width: 376px) and (max-width: 768px) {
  .page-resultat .contenu {
    padding: 0 8.1% 0 8.1%;
  }
  .page-resultat .ban-recap {
    padding: 20px 27px 28px 31px;
    margin-bottom: 42px;
  }
  .page-resultat .ban-recap p {
    font-size: 20px;
    text-align: left;
    margin-bottom: 20px;
  }
  .page-resultat .ban-recap p br.mobile {
    display: none;
  }
  .page-resultat .ban-recap span {
    font-size: 34px;
    padding: 9px 0;
  }
  .page-resultat .ban-recap span em {
    font-size: 34px;
  }
  .page-resultat .ban-recap span strong {
    font-size: 25px;
    font-family: 'bookthin';
    font-weight: bold;
  }
  .page-resultat h2 {
    font-size: 20px;
    margin-bottom: 29px;
  }
  .page-resultat .formulaire-resultat a.quest {
    margin-top: 4px;
  }
  .page-resultat .formulaire-resultat ul li p {
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    max-width: 60%;
  }
  .page-resultat .formulaire-resultat ul li p span {
    display: block;
    font-family: 'bookthin';
  }
  .page-resultat .formulaire-resultat ul li p > em {
    height: 50px;
  }
  .page-resultat .formulaire-resultat ul li div.price {
    padding-right: 15px;
  }
  .page-resultat .formulaire-resultat ul li div.price strong {
    font-size: 20px;
    font-family: 'booknews';
    font-weight: normal;
  }
  .page-resultat .formulaire-resultat ul li.extra {
    padding-bottom: 15px;
  }
  .page-resultat .formulaire-resultat ul li.charge {
    padding-bottom: 15px;
  }
  .page-resultat .formulaire-resultat ul li.total {
    border-top: none;
    border: 1px solid #000;
  }
  .page-resultat .formulaire-resultat ul {
    margin-bottom: 43px;
  }
  .page-resultat .formulaire-resultat ul li.title {
    padding: 10px 0 11px 24px;
  }
  .page-resultat .formulaire-resultat ul li.title div.price strong {
    font-size: 23px;
    padding-bottom: 4px;
  }
  .page-resultat .formulaire-resultat ul li.total p {
    width: 50%;
    font-size: 20px;
    font-weight: normal;
  }
  .page-resultat .formulaire-resultat ul li.total p:after {
    left: 100%;
    margin-left: -10px;
  }
  .page-resultat .formulaire-resultat ul li.total div.price strong {
    font-size: 25px;
  }
  .page-resultat .formulaire-resultat ul li.total div.price span.mobile {
    display: none;
  }
  .page-resultat .formulaire-resultat ul li.total div.price span.tablet {
    display: inline;
    font-family: 'booknews';
  }
  .page-resultat div.infos {
    margin-bottom: 24px;
  }
  .page-resultat div.infos p {
    font-size: 20px;
    letter-spacing: normal;
    color: #000;
  }
  .page-resultat div.bt div.blue-bt a > span {
    font-size: 21px;
  }
  .page-resultat div.bt div.white-bt a {
    font-size: 20px;
    padding: 11px 25px 11px 10px;
  }
  .page-resultat div.bt div.white-bt a span {
    background-position: bottom left;
  }
  .page-resultat div.bt div.white-bt a span br.mobile {
    display: none;
  }
  .page-resultat p.footer a {
    font-size: 15px;
    font-weight: bold;
  }
  .popover-content {
    position: relative;
    padding-bottom: 30px;
  }
  .popover-content:after {
    content: "";
    display: none;
    width: 80%;
    height: 1px;
    background: #40a6cc;
    position: absolute;
    bottom: 15px;
    left: 10%;
  }
  .CA-popIn .popover-content:after {
    display: none;
  }
  .CA-popIn .popover-content {
    padding-bottom: 15px;
  }
  .Revenu-popIn .popover.top {
    margin-top: -30px;
  }
  #page-resultat-optimisation .titre-optimisation {
    padding: 18px 9px;
    margin-bottom: 42px;
  }
  #page-resultat-optimisation .titre-optimisation p {
    font-size: 22px;
    font-weight: bold;
  }
  #page-resultat-optimisation .tab-horaire .inner {
    margin-left: -59px;
  }
  #page-resultat-optimisation .tab-horaire h2 {
    margin-bottom: 41px;
  }
  #page-resultat-optimisation .tab-horaire table thead tr th .day {
    font-size: 20px;
    letter-spacing: 1.7px;
    height: 40px;
  }
  #page-resultat-optimisation .tab-horaire table tbody tr td.hour span {
    height: 19px;
    line-height: 19px;
    width: 58px;
  }
  #page-resultat-optimisation .tab-horaire p.legende {
    margin-top: 34px;
    margin-bottom: 30px;
  }
  #page-resultat-optimisation .tab-horaire p.legende span.lib {
    font-size: 12px;
    width: 95px;
  }
  #page-resultat-optimisation .tab-horaire p.legende span:not(.lib) {
    height: 16px;
  }
  #page-resultat-optimisation .tab-horaire p.legende strong {
    width: calc(100% - 190px);
  }
  #page-resultat-optimisation .tab-horaire p.legende strong span {
    border-right: 2px solid #FFF;
  }
  #page-resultat-optimisation .formulaire-resultat ul li p {
    font-size: 20px;
    float: left;
  }
  #page-resultat-optimisation .formulaire-resultat ul li div.price strong {
    font-size: 20px;
  }
  #page-resultat-optimisation .formulaire-resultat ul li div.price strong br.mobile {
    display: none;
  }
  #page-resultat-optimisation .ban-recap.type-2 {
    padding: 26px 14px 16px 19px;
    margin-bottom: 22px;
  }
  #page-resultat-optimisation .ban-recap.type-2:before, #page-resultat-optimisation .ban-recap.type-2:after {
    content: " ";
    display: table;
  }
  #page-resultat-optimisation .ban-recap.type-2:after {
    clear: both;
  }
  #page-resultat-optimisation .ban-recap.type-2 p {
    float: none;
    width: auto;
    text-align: center;
    padding: 0;
    padding-bottom: 0;
    font-size: 20px;
    line-height: 25px;
    text-transform: none;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 0;
  }
  #page-resultat-optimisation .ban-recap.type-2 span {
    width: auto;
    float: none;
    display: block;
    background: transparent;
    color: #FFF;
    border: none;
    font-family: 'booknews';
    font-size: 30px;
    padding: 18px 0 10px 0;
  }
  #page-resultat-optimisation .ban-recap.type-2 span em {
    font-size: 25px;
  }
  #page-resultat-optimisation .ban-recap.type-2 span em strong {
    font-size: 18px;
  }
  #page-resultat-optimisation .ban-recap.type-2 em.infos {
    display: block;
    font-style: normal;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 10px;
    padding-top: 8px;
  }
  #page-resultat-optimisation .ban-recap.type-2 em.infos strong {
    font-family: 'booknews';
  }
  #page-resultat-optimisation .bt-rdv {
    margin-bottom: 22px;
  }
  #page-resultat-optimisation .bt-rdv a {
    font-size: 22px;
    font-family: 'booknews';
    padding: 29px 10px 11px 16px;
  }
  #page-resultat-optimisation .bt-rdv a span {
    background-size: 26px 18px;
  }
  #page-resultat-optimisation .bt-rdv a span br.mobile {
    display: none;
  }
  #page-resultat-optimisation.page-resultat .bt-rdv a {
    font-size: 20px;
  }
  #page-resultat-optimisation.page-resultat .formulaire-resultat ul li p {
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  #page-question.page-question .contenu .formulaire-quest {
    width: 47.9%;
  }
  #page-question.page-question .contenu .formulaire-estimate,
  #page-question.page-question .contenu #form-estimate {
    width: 47.9%;
  }
}

@media screen and (min-width: 640px) and (max-width: 690px) {
  .page-question .formulaire-estimate p.total {
    font-size: 16px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .page-question .formulaire-estimate p.total span {
    letter-spacing: normal;
  }
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  a.open-bloc {
    display: none;
  }
  .page-question .contenu {
    max-width: 768px;
    margin: 0 auto;
    background: #f3f3f3;
  }
  .page-question .contenu .formulaire-quest {
    float: left;
    width: 50%;
    background: #FFF;
  }
  .formulaire-quest {
    position: relative;
  }
  .formulaire-quest p.footer {
    padding-bottom: 20px;
  }
  .formulaire-estimate,
  #form-estimate {
    position: static;
    width: 50%;
    border: none;
    padding: 26px 30px;
  }
  .formulaire-estimate .inner,
  #form-estimate .inner {
    border: solid 1px #4db5d9;
    padding-right: 10px;
  }
  .formulaire-estimate div.recap,
  #form-estimate div.recap {
    margin-right: 0;
    padding: 20px 0 21px 10px;
  }
  .formulaire-estimate div.recap p,
  #form-estimate div.recap p {
    font-size: 14px;
    margin-bottom: 0;
    display: table;
    width: 100%;
  }
  .formulaire-estimate div.recap p span,
  #form-estimate div.recap p span {
    display: table-cell;
    vertical-align: middle;
    float: none;
    text-align: left;
    height: 36px;
    max-width: 150px;
  }
  .formulaire-estimate div.recap p strong,
  #form-estimate div.recap p strong {
    display: table-cell;
    vertical-align: middle;
    float: none;
    text-align: right;
  }
  .formulaire-estimate p.footer,
  #form-estimate p.footer {
    display: block;
  }
  .formulaire-estimate table tbody tr td.hour span,
  #form-estimate table tbody tr td.hour span {
    width: 48px;
    font-size: 12px;
  }
  .formulaire-estimate p.total,
  #form-estimate p.total {
    font-size: 17px;
    font-family: 'booknews';
    padding: 21px 0 19px 0;
  }
  .formulaire-estimate p.total span,
  #form-estimate p.total span {
    letter-spacing: 1px;
  }
  .formulaire-estimate {
    width: 50% !important;
  }
  #form-estimate {
    float: right;
    width: 50%;
  }
  .formulaire-estimate .error-inner {
    border: none;
    margin: 0;
    padding: 20px 15px;
  }
  .formulaire-estimate .error-inner p.txt {
    font-size: 18px;
    text-align: justify;
    letter-spacing: 1px;
  }
  .formulaire-estimate .error-inner p.txt br {
    display: none;
  }
  body.fixed .page-question .formulaire-estimate {
    position: fixed;
    top: 0;
    left: 50%;
  }
}

@media screen and (min-width: 768px) and (max-width: 768px) {
  .formulaire-estimate {
    width: 52% !important;
  }
}

@media screen and (max-width: 736px) and (min-width: 640px) {
  #page-question .formulaire-estimate {
    padding: 25px 15px;
  }
  #page-question .formulaire-estimate table tbody tr td.hour span {
    width: 30px;
    font-size: 10px;
  }
}

@media screen and (max-width: 640px) and (min-width: 415px) {
  .page-resultat .formulaire-resultat ul li.total p {
    width: auto;
  }
  .page-resultat .formulaire-resultat ul li.total div.price strong {
    padding-right: 0;
  }
  .mobile-recap {
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    position: fixed;
  }
  .formulaire-quest {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 660px) and (min-width: 376px) {
  .page-resultat .ban-recap p {
    font-size: 18px;
  }
  #page-resultat-optimisation .formulaire-resultat h2 br {
    display: none;
  }
  #page-resultat-optimisation .formulaire-resultat ul li p {
    font-size: 17px;
  }
  #page-resultat-optimisation .formulaire-resultat ul li div.price strong {
    font-size: 17px;
  }
}

@media screen and (max-width: 450px) and (min-width: 376px) {
  .page-resultat h2 br {
    display: none;
  }
  .page-resultat .formulaire-resultat ul li.total {
    border: 1px solid #276EF1;
    padding: 0;
  }
  .page-resultat .formulaire-resultat ul li.total p {
    font-size: 17px;
    background: #000;
    font-family: 'bookmedium';
    color: #FFF;
    padding: 15px 19px 14px 13px;
    position: relative;
  }
  .page-resultat .formulaire-resultat ul li.total div.price strong {
    font-size: 24px;
    font-family: 'bookmedium';
    color: #000;
    font-weight: normal;
  }
  .page-resultat .formulaire-resultat ul li.total div.price span.tablet {
    display: none;
  }
  .page-resultat .formulaire-resultat ul li.total div.price span.mobile {
    display: inline;
  }
  .page-resultat .formulaire-resultat ul li.total div.price a.quest {
    background-image: url(/front/images/question-info-bulle-2.svg);
    margin-top: 6px;
  }
  .page-resultat .formulaire-resultat ul li.title {
    padding-left: 13px;
  }
  .page-resultat .formulaire-resultat ul li.title p {
    font-size: 17px;
    line-height: normal;
  }
  .page-resultat .formulaire-resultat ul li.title div.price strong {
    font-size: 17px;
    padding-bottom: 0;
  }
  .page-resultat .ban-recap {
    padding: 20px 20px 25px 20px;
  }
  .page-resultat .ban-recap p {
    font-size: 17px;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 540px) and (min-width: 376px) {
  #page-resultat-optimisation .tab-horaire .inner {
    margin-left: 0;
  }
  #page-resultat-optimisation .tab-horaire table tbody tr td.hour span {
    width: 35px;
  }
  #page-resultat-optimisation .formulaire-resultat ul li div.price {
    padding-right: 0;
  }
  #page-resultat-optimisation .formulaire-resultat ul li div.price strong br.mobile {
    display: block;
  }
}

@media screen and (max-width: 460px) and (min-width: 376px) {
  .page-resultat .formulaire-resultat ul li p span {
    display: none;
  }
  #page-resultat-optimisation .tab-horaire table thead tr th .day {
    font-size: 16px;
  }
  #page-resultat-optimisation .tab-horaire table tbody tr td.hour span {
    width: 25px;
  }
  #page-resultat-optimisation .ban-recap.type-2 p {
    font-size: 17px;
    float: none;
    width: auto;
  }
  #page-resultat-optimisation .ban-recap.type-2 span {
    width: auto;
    float: none;
  }
  #page-resultat-optimisation .bt-rdv a span {
    padding-right: 35px;
  }
}

@media screen and (max-width: 360px) {
  .page-resultat h2 {
    font-size: 15px;
  }
  .page-resultat h2 br {
    display: none;
  }
  .page-resultat .ban-recap p {
    font-size: 15px;
    letter-spacing: 0.5px;
  }
  .page-resultat .bt-rdv a span {
    padding-right: 35px;
  }
  .page-resultat .bt-rdv a span br.mobile {
    display: none;
  }
  .page-resultat .ban-recap p br.mobile {
    display: none;
  }
  .page-resultat div.infos p {
    font-size: 15px;
    letter-spacing: 0.5px;
  }
  #page-resultat-optimisation.page-resultat .formulaire-resultat ul li {
    padding-left: 0;
  }
  #page-resultat-optimisation.page-resultat .formulaire-resultat ul li div.price {
    padding-right: 0;
  }
  #page-resultat.page-resultat .formulaire-resultat ul li.title p {
    font-size: 15px;
    line-height: normal;
  }
  #page-resultat.page-resultat .formulaire-resultat ul li.title div.price strong {
    font-size: 15px;
  }
  #page-resultat.page-resultat .formulaire-resultat ul li.title div.price a.quest {
    margin-top: 0;
  }
  #page-resultat.page-resultat .formulaire-resultat ul li.total p {
    font-size: 15px;
    padding: 15px 15px 14px 10px;
  }
  #page-resultat.page-resultat .formulaire-resultat ul li.total div.price strong {
    font-size: 20px;
  }
  #page-resultat.page-resultat .formulaire-resultat ul li.total div.price a.quest {
    margin-top: 3px;
  }
}

@media screen and (max-width: 350px) {
  .page-resultat .formulaire-resultat .pop-chiffe-affaire .tab-horaire table thead tr th .day {
    font-size: 15px;
    letter-spacing: normal;
  }
  .page-resultat .formulaire-resultat .pop-chiffe-affaire .tab-horaire table tbody tr td.hour span {
    width: 20px;
  }
}

/* ici */
@media all and (min-width: 769px) {
  .deco-bottom {
    display: block;
    display: none;
  }
  .popover.top .arrow {
    margin-left: -13px;
  }
  section {
    max-width: 1300px;
    background: #FFF;
  }
  body {
    background-color: #FFF;
  }
  section.homepage {
    margin-top: 0;
    margin-bottom: 0;
  }
  .banniere-top .img-banniere {
    display: none;
  }
  .banniere-top .desktop {
    display: block;
  }
  .banniere-top div.logo {
    margin: 0 0 89px 0;
    padding-left: 68px;
  }
  .banniere-top .top-text {
    padding-left: 6%;
    margin-top: 6%;
  }
  .banniere-top .top-text p {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 62px;
  }
  .banniere-top .top-text p strong {
    display: block;
    font-family: 'bookbold';
  }
  .banniere-top .header-top {
    border-bottom: solid 0.5px #b5b3b3;
    padding: 0;
  }
  .banniere-top .header-top:before, .banniere-top .header-top:after {
    content: " ";
    display: table;
  }
  .banniere-top .header-top:after {
    clear: both;
  }
  .banniere-top .header-top div.logo {
    margin: 0;
    padding: 0;
    float: left;
    padding-left: 85px;
    padding: 20px 35px 20px 41px;
  }
  .banniere-top .header-top .menu-left {
    float: left;
  }
  .banniere-top .header-top .menu-left a {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    display: block;
    padding: 15px 55px 18px 13px;
    border-top: 4px solid transparent;
    text-decoration: none;
  }
  .banniere-top .header-top .menu-left a:hover,
  .banniere-top .header-top .menu-left a.active {
    border-color: #000;
  }
  .banniere-top .header-top .menu-right {
    float: right;
    padding-right: 10px;
    display: block !important;
    position: static;
    left: auto;
    width: auto;
    top: auto;
    box-shadow: none;
  }
  .banniere-top .header-top .menu-right .border {
    padding: 0;
    border: none;
    padding: 0;
    text-align: left;
  }
  .banniere-top .header-top .menu-right a.blog {
    font-size: 16px;
    border-top: 4px solid transparent;
    text-decoration: none;
    padding: 15px 55px 18px 13px;
    color: #000;
    font-family: 'booknews';
    display: inline-block;
  }
  .banniere-top .header-top .menu-right a.blog:hover,
  .banniere-top .header-top .menu-right a.blog.active {
    border-color: #000;
  }
  .banniere-top .header-top .menu-right a.become {
    background: #276EF1;
    color: #FFF;
    text-transform: uppercase;
    font-family: 'booknews';
    display: inline-block;
    padding: 13px 15px 10px 15px;
    font-size: 12px;
    text-decoration: none;
  }
  .banniere-top .header-top .menu-right a.become:hover {
    opacity: 0.8;
  }
  .banniere-top .header-top .menu-btn {
    display: none;
  }
  .bloc-img {
    display: block;
  }
  .bloc-img:before, .bloc-img:after {
    content: " ";
    display: table;
  }
  .bloc-img:after {
    clear: both;
  }
  .bloc-img img {
    max-width: 100%;
  }
  .bloc-img .left-img {
    float: left;
    width: 100%;
  }
  .bloc-img .right-img {
    float: left;
    width: 25.71%;
    display: none;
  }
  div.contenu {
    position: relative;
    margin-bottom: 53px;
    padding-left: 6%;
    padding-right: 6%;
  }
  div.contenu > div.bottom {
    position: absolute;
    top: -142px;
    right: 13.75%;
    border-top: 10px solid #f1f1f1;
    max-width: 360px;
    background: #FFF;
    padding: 61px 20px 24px 20px;
  }
  div.contenu > div.bottom > span.picto {
    display: block;
    width: 129px;
    height: 129px;
    margin: 0 auto;
    text-align: center;
    background: #72d4f8;
    border-radius: 50%;
    line-height: 129px;
    margin-bottom: 50px;
  }
  div.contenu > div.bottom p.bt a {
    margin: 0;
  }
  div.contenu > div.bottom p.titre {
    font-size: 18px;
    text-align: left;
  }
  .footer p.copyright {
    min-height: 38px;
  }
  .page-question .contenu {
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 57px;
    padding-bottom: 0;
    padding-right: 6.5%;
    padding-left: 6.5%;
  }
  .page-question .contenu .formulaire-quest {
    float: left;
    width: 52%;
    background: #FFF;
    max-width: 586px;
    position: relative;
  }
  .page-question .contenu .formulaire-quest a.close-bloc.open {
    display: none;
  }
  .page-question .contenu .formulaire-quest h3 {
    padding: 0;
    background: transparent;
    color: #000;
  }
  .page-question .contenu .formulaire-quest h3 strong {
    width: calc(100% - 80px);
    padding-left: 0;
    font-size: 18px;
    height: 42px;
  }
  .page-question .contenu .formulaire-quest h3 span {
    border: none;
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #FFF;
    margin-right: 15px;
    font-family: 'bookbold';
  }
  .page-question .contenu .formulaire-quest p.question {
    padding-left: 22.5%;
    padding-right: 22.5%;
  }
  .page-question .contenu .formulaire-quest p.question a.quest {
    right: 85px;
  }
  .page-question .contenu .formulaire-quest p.question.open {
    margin-left: -5px;
    margin-right: -5px;
  }
  .page-question .contenu .formulaire-quest ul.hour li a {
    width: 73px;
  }
  .page-question .contenu .formulaire-quest p.footer a {
    font-family: 'booknews';
  }
  .page-question .contenu .formulaire-quest p.bt {
    padding: 0;
  }
  .page-question .contenu .formulaire-quest p.bt a {
    max-width: 323px;
    margin: 0 auto;
  }
  .page-question .contenu .formulaire-quest p.footer {
    padding-top: 35px;
    padding-bottom: 0;
  }
  .page-question .contenu .formulaire-quest .popover {
    left: 6% !important;
    width: 85% !important;
  }
  .page-question .banniere-top {
    display: block;
  }
  .page-question .banniere-top div.logo {
    margin-bottom: 0;
  }
  .page-question .banniere-top h2 {
    font-size: 25px;
    font-family: 'booknews';
    font-weight: normal;
    text-align: center;
    padding-bottom: 36px;
    margin-top: -28px;
    text-transform: uppercase;
  }
  .page-question a.open-bloc {
    display: none;
  }
  .formulaire-estimate,
  #form-estimate {
    position: static;
    width: 43%;
    border: none;
    padding: 0;
    max-width: 486px;
  }
  .formulaire-estimate .inner,
  #form-estimate .inner {
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.5);
    border: none;
    padding: 34px 24px 0 20px;
  }
  .formulaire-estimate .inner > h2,
  #form-estimate .inner > h2 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: block;
  }
  .formulaire-estimate div.recap,
  #form-estimate div.recap {
    margin-right: 0;
    padding: 20px 0 21px 5px;
  }
  .formulaire-estimate div.recap p,
  #form-estimate div.recap p {
    font-size: 16px;
    margin-bottom: 5px;
    display: table;
    width: 100%;
  }
  .formulaire-estimate div.recap p span,
  #form-estimate div.recap p span {
    display: table-cell;
    vertical-align: middle;
    float: none;
    text-align: left;
    height: 42px;
    letter-spacing: 1px;
    font-weight: bold;
    width: 60%;
  }
  .formulaire-estimate div.recap p strong,
  #form-estimate div.recap p strong {
    display: table-cell;
    vertical-align: middle;
    float: none;
    text-align: right;
    font-weight: bold;
    font-family: 'booknews';
    width: 40%;
  }
  .formulaire-estimate p.footer,
  #form-estimate p.footer {
    display: block;
    padding-bottom: 63px;
  }
  .formulaire-estimate table tbody tr td.hour span,
  #form-estimate table tbody tr td.hour span {
    width: 30px;
    font-size: 11px;
  }
  .formulaire-estimate p.total,
  #form-estimate p.total {
    font-size: 18px;
    font-family: 'booknews';
    padding: 25px 0 25px 0;
  }
  .formulaire-estimate p.total span,
  #form-estimate p.total span {
    letter-spacing: 2px;
  }
  .formulaire-estimate p.footer a,
  #form-estimate p.footer a {
    font-family: 'booknews';
    font-weight: normal;
    font-size: 16px;
  }
  #form-estimate {
    float: right;
  }
  body.fixed .page-question .formulaire-estimate {
    position: fixed;
    top: 0;
    left: 50%;
  }
  .page-resultat {
    padding: 0;
  }
  .page-resultat .banniere-top {
    display: block;
  }
  .page-resultat div.contenu {
    margin-bottom: 0;
    padding-left: 6%;
    padding-right: 6%;
  }
  .page-resultat .formulaire-resultat {
    float: right;
    width: 46%;
  }
  .page-resultat .formulaire-resultat ul {
    margin-bottom: 100px;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.5);
    border: none;
  }
  .page-resultat .formulaire-resultat ul li p {
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
  }
  .page-resultat .formulaire-resultat ul li p span {
    display: block;
    font-family: 'bookthin';
  }
  .page-resultat .formulaire-resultat ul li div.price strong {
    font-size: 20px;
    font-family: 'booknews';
    font-weight: normal;
  }
  .page-resultat .formulaire-resultat ul li.extra {
    padding-bottom: 15px;
  }
  .page-resultat .formulaire-resultat ul li {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    -webkit-box-align: flex-end;
    align-items: flex-end;
    padding-left: 15px;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .page-resultat .formulaire-resultat ul li p {
    float: none;
    max-width: 51%;
    line-height: 125%;
  }
  .page-resultat .formulaire-resultat ul li p > em {
    display: table;
    height: 50px;
  }
  .page-resultat .formulaire-resultat ul li p > em > em {
    display: table-cell;
    vertical-align: middle;
  }
  .page-resultat .formulaire-resultat ul li div.price {
    float: none;
    flex: 1;
    text-align: right;
  }
  .page-resultat .formulaire-resultat ul li div.price a.quest,
  .page-resultat .formulaire-resultat ul li div.price span.quest {
    display: inline-block;
    float: none;
    margin-top: 0;
    margin-bottom: -3px;
  }
  .page-resultat .formulaire-resultat ul li div.price strong {
    display: inline-block;
    float: none;
  }
  .page-resultat .formulaire-resultat ul li.title {
    padding: 4px 0 4px 16px;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .page-resultat .formulaire-resultat ul li.charge {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .page-resultat .formulaire-resultat ul li.total p {
    width: 39.5%;
    font-size: 20px;
    padding: 20px 19px 20px 17px;
    font-family: 'booknews';
    font-weight: 100;
    margin-top: -2px;
  }
  .page-resultat .formulaire-resultat ul li.total p:after {
    left: 100%;
    margin-left: -10px;
  }
  .page-resultat .formulaire-resultat ul li.total div.price {
    padding-top: 0;
    width: 44%;
  }
  .page-resultat .formulaire-resultat ul li.total div.price strong span.mobile {
    display: none;
  }
  .page-resultat .formulaire-resultat ul li.total div.price strong span.tablet {
    display: inline;
    font-family: 'booknews';
  }
  .page-resultat h2 {
    font-size: 19px;
    height: 62px;
    padding-bottom: 8px;
    line-height: 135%;
    margin-bottom: 36px;
    text-transform: none;
    font-family: 'booknews';
    font-weight: 100;
  }
  .page-resultat .tab-horaire {
    float: left;
    width: 51.5%;
    display: block;
  }
  .page-resultat .tab-horaire h2 {
    font-size: 19px;
    border: none;
    position: relative;
    padding-bottom: 8px;
    line-height: normal;
    display: table;
    width: 100%;
  }
  .page-resultat .tab-horaire h2 span {
    display: table-cell;
    vertical-align: middle;
    padding-left: 31px;
    padding-right: 31px;
  }
  .page-resultat .tab-horaire h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 31px;
    width: calc(100% - 62px);
    height: 1px;
    background: #b4b4b4;
  }
  .page-resultat .tab-horaire table tbody tr td.hour span {
    width: 30px;
  }
  .page-resultat div.infos {
    clear: both;
    margin-bottom: 25px;
  }
  .page-resultat div.infos p {
    font-size: 20px;
    text-align: center;
    font-weight: 100;
    line-height: normal;
  }
  .page-resultat div.infos p span {
    width: 29px;
    height: 29px;
    display: none;
  }
  .page-resultat div.infos p br.desktop,
  .page-resultat div.infos p br {
    display: block;
  }
  .page-resultat div.bt {
    margin-bottom: 33px;
    padding-left: 102px;
    padding-right: 96px;
  }
  .page-resultat div.bt div.blue-bt {
    margin-bottom: 15px;
  }
  .page-resultat div.bt div.blue-bt a {
    padding: 29px 28px 12px 25px;
  }
  .page-resultat div.bt div.blue-bt a:before, .page-resultat div.bt div.blue-bt a:after {
    content: " ";
    display: table;
  }
  .page-resultat div.bt div.blue-bt a:after {
    clear: both;
  }
  .page-resultat div.bt div.blue-bt a > span {
    font-size: 22px;
    float: left;
    width: 100%;
  }
  .page-resultat div.bt div.blue-bt a em {
    clear: both;
    float: right;
    width: auto;
    background-size: 24px 16px;
    font-size: 22px;
  }
  .page-resultat div.bt div.white-bt a {
    font-size: 22px;
    font-family: 'booknews';
    padding: 25px 20px 22px 26px;
  }
  .page-resultat div.bt div.white-bt a span {
    display: block;
    background-position: bottom left;
    background-size: 24px 16px;
    padding-bottom: 26px;
  }
  .page-resultat div.bt div.white-bt a span br {
    display: none;
    text-align: right;
  }
  .page-resultat .ban-recap {
    padding: 0;
    margin-bottom: 57px;
    margin-top: 56px;
    background: #276EF1;
    display: table;
    width: 100%;
  }
  .page-resultat .ban-recap p {
    font-size: 18px;
    font-family: 'booknews';
    text-align: center;
    margin: 0;
    padding: 0 15px;
    display: table-cell;
    vertical-align: middle;
  }
  .page-resultat .ban-recap span {
    display: table-cell;
    vertical-align: middle;
    width: 34%;
    font-size: 34px;
    padding: 16px 0;
    border-radius: 0;
    border: 1px solid #276EF1;
    color: #000;
  }
  .page-resultat .ban-recap span em {
    font-size: 34px;
    font-family: 'booknews';
  }
  .page-resultat .ban-recap span strong {
    font-size: 21px;
    font-family: 'booknews';
    font-weight: normal;
  }
  .page-resultat .ban-recap span.extra {
    width: 60%;
    font-size: 12px;
  }
  .page-resultat p.footer {
    padding-bottom: 0;
  }
  .page-resultat p.footer a {
    font-size: 16px;
    font-family: 'booknews';
    font-weight: normal;
  }
  #page-resultat-optimisation.page-resultat .contenu {
    margin-top: 58px;
  }
  #page-resultat-optimisation.page-resultat .formulaire-resultat {
    float: left;
  }
  #page-resultat-optimisation.page-resultat .tab-horaire {
    float: right;
  }
  #page-resultat-optimisation.page-resultat .titre-optimisation {
    padding: 27px 9px;
    margin-bottom: 57px;
  }
  #page-resultat-optimisation.page-resultat .titre-optimisation p {
    font-size: 22px;
    font-weight: bold;
  }
  #page-resultat-optimisation.page-resultat .tab-horaire h2 {
    line-height: 135%;
    font-size: 20px;
    height: auto;
    padding-bottom: 0;
    margin-bottom: 22px;
    margin-left: 44px;
    width: calc(100% - 44px);
    height: 73px;
  }
  #page-resultat-optimisation.page-resultat .tab-horaire h2:after {
    width: 100%;
    left: 0;
  }
  #page-resultat-optimisation.page-resultat .tab-horaire .inner {
    margin-left: 0;
    padding-right: 0;
  }
  #page-resultat-optimisation.page-resultat .tab-horaire table thead tr th .day {
    font-size: 16px;
    letter-spacing: 1.7px;
    height: 31px;
  }
  #page-resultat-optimisation.page-resultat .tab-horaire table tbody tr td.hour span {
    height: 18px;
    line-height: 18px;
    width: 42px;
  }
  #page-resultat-optimisation.page-resultat .tab-horaire p.legende {
    margin-top: 30px;
    margin-bottom: 0;
  }
  #page-resultat-optimisation.page-resultat .tab-horaire p.legende span.lib {
    font-size: 12px;
    width: 95px;
    line-height: 12px;
  }
  #page-resultat-optimisation.page-resultat .tab-horaire p.legende span:not(.lib) {
    height: 16px;
  }
  #page-resultat-optimisation.page-resultat .tab-horaire p.legende strong {
    width: calc(100% - 190px);
  }
  #page-resultat-optimisation.page-resultat .tab-horaire p.legende strong span {
    border-right: 2px solid #FFF;
  }
  #page-resultat-optimisation.page-resultat .formulaire-resultat h2 {
    line-height: 135%;
    font-size: 20px;
    height: auto;
    padding-bottom: 0;
    margin-bottom: 50px;
    min-height: 73px;
  }
  #page-resultat-optimisation.page-resultat .formulaire-resultat h2 strong {
    font-family: 'bookthin';
    font-weight: bold;
  }
  #page-resultat-optimisation.page-resultat .formulaire-resultat ul {
    margin-bottom: 25px;
  }
  #page-resultat-optimisation.page-resultat .formulaire-resultat ul li {
    padding-bottom: 15px;
  }
  #page-resultat-optimisation.page-resultat .formulaire-resultat ul li p {
    font-size: 20px;
    vertical-align: top;
  }
  #page-resultat-optimisation.page-resultat .formulaire-resultat ul li div.price strong {
    font-size: 20px;
    line-height: normal;
  }
  #page-resultat-optimisation.page-resultat .formulaire-resultat ul li div.price strong span {
    display: block;
  }
  #page-resultat-optimisation.page-resultat .formulaire-resultat ul li div.price strong br.mobile {
    display: none;
  }
  #page-resultat-optimisation.page-resultat .formulaire-resultat ul li.extra {
    padding-top: 0;
    padding-bottom: 15px;
  }
  #page-resultat-optimisation.page-resultat .ban-recap.type-2 {
    padding: 38px 20px;
    margin-bottom: 36px;
    display: block;
    background: #276EF1;
    margin-top: 27px;
  }
  #page-resultat-optimisation.page-resultat .ban-recap.type-2 p {
    float: none;
    width: auto;
    text-align: center;
    padding: 0;
    padding-bottom: 0;
    font-size: 20px;
    line-height: 25px;
    text-transform: none;
    letter-spacing: 2px;
    display: block;
  }
  #page-resultat-optimisation.page-resultat .ban-recap.type-2 p br.mobile {
    display: block;
  }
  #page-resultat-optimisation.page-resultat .ban-recap.type-2 span {
    width: auto;
    float: none;
    display: block;
    background: transparent;
    color: #FFF;
    border: none;
    font-family: 'booknews';
    font-size: 30px;
    padding: 25px 0 10px 0;
  }
  #page-resultat-optimisation.page-resultat .ban-recap.type-2 span em {
    font-size: 30px;
  }
  #page-resultat-optimisation.page-resultat .ban-recap.type-2 span strong {
    text-transform: none;
  }
  #page-resultat-optimisation.page-resultat .ban-recap.type-2 em.infos {
    display: block;
    font-style: normal;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 10px;
    padding-top: 8px;
  }
  #page-resultat-optimisation.page-resultat .ban-recap.type-2 em.infos strong {
    font-family: 'booknews';
  }
  #page-resultat-optimisation.page-resultat .bt-rdv {
    margin-bottom: 26px;
  }
  #page-resultat-optimisation.page-resultat .bt-rdv a {
    font-size: 22px;
    font-family: 'booknews';
    padding: 25px 20px 22px 26px;
  }
  #page-resultat-optimisation.page-resultat .bt-rdv a span {
    text-align: left;
    background-size: 22px 14px;
    padding-bottom: 25px;
  }
  #page-resultat-optimisation.page-resultat div.bt {
    padding-top: 47px;
  }
  #page-resultat.page-resultat .bt-rdv {
    margin-bottom: 26px;
  }
  #page-resultat.page-resultat .bt-rdv a {
    font-size: 22px;
    font-family: 'booknews';
    padding: 25px 20px 22px 26px;
  }
  #page-resultat.page-resultat .bt-rdv a span {
    text-align: left;
    background-size: 22px 14px;
    padding-bottom: 25px;
  }
  .formulaire-estimate .error-inner {
    border: none;
    margin: 0;
    padding: 20px 15px;
  }
  .formulaire-estimate .error-inner p.txt {
    font-size: 18px;
    text-align: justify;
    letter-spacing: 1px;
  }
  .formulaire-estimate .error-inner p.txt br {
    display: none;
  }
}

@media all and (min-width: 769px) and (max-width: 1100px) {
  div.contenu > div.bottom {
    right: 7%;
    top: -170px;
    padding-top: 50px;
  }
  div.contenu > div.bottom > span.picto {
    margin-bottom: 25px;
  }
  div.contenu > div.bottom p.titre {
    font-size: 16px;
    padding-bottom: 30px;
  }
  .banniere-top .top-text {
    width: calc(100% - 460px);
  }
  .banniere-top .top-text p {
    font-size: 28px;
  }
  .page-question .contenu .formulaire-quest p.question {
    padding-left: 15%;
    padding-right: 15%;
  }
  .page-question .contenu .formulaire-quest p.question a.quest {
    right: 25px;
  }
}

@media all and (min-width: 769px) and (max-width: 960px) {
  .banniere-top .top-text {
    width: calc(100% - 420px);
  }
  .banniere-top .top-text p {
    font-size: 23px;
    margin-top: -20px;
  }
  .banniere-top .top-text p br {
    display: none;
  }
  div.contenu > div.bottom {
    padding-top: 35px;
  }
  div.contenu > div.bottom > span.picto {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
  div.contenu > div.bottom > span.picto img {
    max-width: 44px;
  }
  #page-resultat-optimisation.page-resultat .formulaire-resultat h2 br {
    display: none;
  }
}

@media all and (min-width: 769px) and (max-width: 840px) {
  .banniere-top .top-text {
    width: calc(100% - 430px);
  }
  .banniere-top .top-text p {
    font-size: 22px;
  }
}

@media all and (min-width: 769px) and (max-width: 1060px) {
  .page-resultat div.bt {
    padding-left: 0;
    padding-right: 0;
  }
  #page-resultat-optimisation.page-resultat .formulaire-resultat ul li p,
  #page-resultat-optimisation.page-resultat .formulaire-resultat ul li div.price strong span {
    white-space: nowrap;
  }
  #page-resultat-optimisation.page-resultat .formulaire-resultat ul li p {
    font-size: 17px;
  }
  #page-resultat-optimisation.page-resultat .formulaire-resultat ul li div.price strong {
    font-size: 17px;
  }
  #page-resultat-optimisation.page-resultat .formulaire-resultat .ban-recap.type-2 p {
    font-size: 17px;
  }
}

@media all and (min-width: 1031px) and (max-width: 1200px) {
  .page-resultat .ban-recap span {
    font-size: 30px;
  }
  .page-resultat .formulaire-resultat ul li {
    padding-left: 5px;
  }
  .page-resultat .formulaire-resultat ul li p {
    font-size: 18px;
  }
  .page-resultat .formulaire-resultat ul li div.price {
    padding-right: 5px;
  }
  .page-resultat .formulaire-resultat ul li div.price strong {
    font-size: 18px;
  }
  .page-resultat .formulaire-resultat ul li div.price span.quest,
  .page-resultat .formulaire-resultat ul li div.price a.quest {
    width: 17px;
    height: 17px;
    background-size: 17px;
    margin-left: 5px;
  }
  .page-resultat .formulaire-resultat ul li.title {
    padding-left: 5px;
  }
  .page-resultat .formulaire-resultat ul li.title div.price strong {
    font-size: 18px;
  }
  .page-resultat .formulaire-resultat ul li.total div.price strong {
    font-size: 22px;
  }
}

@media all and (min-width: 769px) and (max-width: 1030px) {
  .page-resultat .ban-recap span {
    font-size: 30px;
    line-height: 100%;
  }
  .page-resultat h2 {
    font-size: 18px;
    letter-spacing: normal;
  }
  .page-resultat .contenu {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-resultat .tab-horaire h2 {
    line-height: 135%;
    font-size: 18px;
  }
  .page-resultat .tab-horaire .inner {
    padding-right: 20px;
  }
  .page-resultat .tab-horaire table thead tr th .day {
    font-size: 16px;
    letter-spacing: normal;
  }
  .page-resultat .formulaire-resultat ul li {
    padding-left: 5px;
  }
  .page-resultat .formulaire-resultat ul li p {
    font-size: 15px;
    max-width: 50%;
  }
  .page-resultat .formulaire-resultat ul li p span {
    font-size: 12px;
  }
  .page-resultat .formulaire-resultat ul li div.price {
    padding-right: 5px;
  }
  .page-resultat .formulaire-resultat ul li div.price strong {
    font-size: 15px;
  }
  .page-resultat .formulaire-resultat ul li div.price a.quest,
  .page-resultat .formulaire-resultat ul li div.price span.quest {
    margin-left: 5px;
    width: 17px;
    height: 17px;
    background-size: 17px;
  }
  .page-resultat .formulaire-resultat ul li.title {
    padding-left: 5px;
  }
  .page-resultat .formulaire-resultat ul li.title div.price strong {
    font-size: 15px;
  }
  .page-resultat .formulaire-resultat ul li.total p {
    padding: 14px 10px 13px 10px;
  }
  .page-resultat .formulaire-resultat ul li.total div.price strong {
    font-size: 19px;
  }
  .page-resultat div.infos p {
    font-size: 18px;
  }
  .page-resultat div.infos p br.desktop {
    display: none;
  }
  .page-resultat div.bt div.white-bt a {
    font-size: 18px;
  }
  .page-resultat div.bt div.blue-bt a > span {
    font-size: 18px;
  }
  #page-resultat-optimisation.page-resultat .bt-rdv a {
    font-size: 18px;
  }
}

@media all and (min-width: 769px) and (max-width: 900px) {
  #page-resultat-optimisation.page-resultat .tab-horaire h2 {
    font-size: 17px;
  }
  #page-resultat-optimisation.page-resultat .formulaire-resultat h2 {
    font-size: 17px;
  }
  #page-resultat-optimisation.page-resultat .ban-recap.type-2 p {
    font-size: 17px;
  }
  #page-resultat-optimisation.page-resultat .ban-recap.type-2 p br.mobile {
    display: none;
  }
  #page-resultat-optimisation.page-resultat .bt-rdv a {
    font-size: 17px;
  }
}

@media all and (min-width: 769px) and (max-width: 880px) {
  .page-resultat .formulaire-resultat ul li.total p {
    font-size: 17px;
    width: 41.5%;
  }
  .page-resultat .formulaire-resultat ul li.total div.price strong {
    font-size: 17px;
  }
}

@media all and (min-width: 769px) and (max-width: 860px) {
  #page-resultat-optimisation.page-resultat .formulaire-resultat ul li div.price strong br.mobile {
    display: block;
  }
  .page-question .formulaire-estimate .inner {
    padding: 25px 10px 0 10px;
  }
  .page-question .formulaire-estimate .inner div.recap {
    padding-left: 0;
  }
  .page-question .formulaire-estimate .inner div.recap p {
    font-size: 14px;
    margin-bottom: 7px;
  }
}

@media all and (min-width: 769px) and (max-height: 900px) and (max-width: 1480px) {
  .formulaire-estimate .inner {
    padding-top: 20px;
  }
  .formulaire-estimate .inner > h2 {
    margin-bottom: 0;
  }
  .formulaire-estimate div.recap {
    padding: 15px 0 16px 5px;
  }
  .formulaire-estimate div.recap p {
    margin-bottom: 1px;
  }
  .formulaire-estimate table tbody tr td.hour span {
    line-height: 10px;
  }
}
body p.infos-cov {
  background: #FFC043;
  color: #000!important;
  padding: 10px;
}
body p.infos-cov span {
  display: block;
  margin: 0 auto;
  max-width: 1300px;
  text-align: center;
  position:relative;
  padding-right:30px;
  padding-left:30px;
}
body p.infos-cov strong {
  display:inline-block;
  width:14px;
  height:17px;
  background:url(/front/images/cancel.svg) no-repeat 0 0;
  font-size:0;
  background-size:100%;
  cursor:pointer;
  vertical-align:middle;
  position:absolute;
  top:3px;
  right:11px;
}
