.single.single-quote .title_outer.title_without_animation {
  display: none;
}
.single.single-quote .container_inner {
  width: 1200px;
}

/* Quote page */
/* modal */
.quote-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(52, 54, 66, 0.9);
  z-index: 999999;
  overflow-y: auto;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.quote-modal-visible {
  visibility: visible;
  opacity: 1;
}
.quote-modal-container {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 3em auto 4em;
  padding: 40px 30px;
  cursor: auto;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 0.25em;
  overflow: hidden;
  background: #FFF;
  top: 20%;
}
.quote-modal-close {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
  overflow: hidden;
  text-align: center;
}
.quote-modal-close:before {
  content: "\4d";
  font-size: 30px;
  color: #000000;
  font-weight: 500;
  font-family: 'ElegantIcons' !important;
  font-variant: normal;
  width: 40px;
  font-style: normal;
  position: absolute;
  top: 3px;
  left: 0;
}
.quote-modal-error,
.quote-modal-message {
  display: none;
}
a.quotebutton.quotesaveName {
  background: #00A4E0;
  color: #FFF;
  display: block;
  margin-top: 15px;
}
a.quotebutton.quotesaveName:hover {
  opacity: 0.7;
}
.quotebutton.quotesaveName i:after{
  color: #fff;
}
.quote-modal-message,
.quote-modal-error {
  display: block;
  color: #00A4E0;
  font-weight: 500;
  font-size: 17px;
  text-align: center;
}
.quote-modal-error {
  color: red;
}
/* header */
.quote-header {
  padding: 60px 0;
  background: #00A4E0; /* mettre un gradient ou une opacité RGBA */
  color: #FFF;
  text-align: center;
}
.content .quote-header .container_inner {
  background: transparent;
}
.quote-header h2 {
  font-size: 36px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 800;
}
.quote-header p {
  font-size: 19px;
  margin-top: 35px;
  color: #FFF;
  padding:0 20%;
}

/* columns structure */
.quote-left {
  float:left;
  width: 20%;
}
.quote-center {
  float:left;
  width: 60%;
}
.quote-right {
  float:left;
  width: 20%;
}

/* quote left column */
.quote-left h3 {
  background: #F0F0F0;
  padding: 15px;
  font-size: 20px;
  font-weight: 800;
  color: #3F3F3F;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 1.3em;
  position: relative;
}
.quote-left h3 a {
  position: relative;
  display: block;
}
.quote-left h3 a.toggle-col i {
  position: absolute;
  right: -5px;
  top: -5px;
  font-size: 20px;
}
.quote-left h3 a.toggle-col.quote-section-open i:before {
  content: "\32";
}
.quote-left .no-quote {
  font-size: 18px;
  color: #74797B;
}
.user-quote-list {
  margin-bottom: 15px;
}
ul.userquotes {
  list-style: none;
  margin-top: 30px;
}
.user-quote-list ul.userquotes {
  padding: 0 15px;
}
.bluu-quote-list ul.userquotes li {
  background: #F0F0F0;
}
.user-quote-list ul.userquotes li a {
  font-size: 16px;
  font-weight: 400;
  color: #00A4E0;
}
ul.userquotes li a {
  transition: all 0.15s ease-out;
}
ul.userquotes li a:hover {
  opacity: 0.7;
}
ul.userquotes li h3 {
  font-size: 14px;
}
/* quote right column */
.quote-total {
  background: #00A4E0;
  padding: 20px 15px;
  font-family: Montserrat, sans-serif;
  position: relative;
}
.quote-loader {
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding-top: 200px;
  z-index: 999;
}
.quote-loader img {
  max-width: 32px;
}
.quote-total h3 {
  text-align: center;
  color: #FFF;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 800;
  margin: 5px auto 15px;
}
.quote-prices {
  position: relative;
}
.prices-hidden {
  position: absolute;
  display: none;
  top: 40px;
  left: 10px;
  right: 10px;
  background: #FFF;
  text-align: center;
  color: #000;
  z-index: 999;
  padding: 20px 10px;
}
.quote-prices.userNotLoggedIn ul {
  filter: blur(4px);
}
.quote-prices.userNotLoggedIn .prices-hidden {
  display: block;
}
.quote-total ul {
  background: #FFF;
  list-style: none;
  padding: 10px;
  margin-bottom: 20px;
}
.quote-total ul li {
  color: #3F3F3F;
  font-size: 14px;
  font-weight: 800;
  clear: both;
  display: block;
  margin-bottom: 5px;
}
.quote-total ul li.sup-up {
  border-top: solid #D1D1D1 1px;
}
.quote-total ul li.prix-ht {
  color: #00A4E0;
}
.quote-total ul li .price {
  float: right;
}
.quote-total p {
  color: #FFFFFF;
  line-height: 1.3em;
  margin: 0 0 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
.quotebutton {
  border: none;
  color: #00A4E0;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 0 14px;
  background: #FFFFFF;
  border-radius: 5px;
  line-height: 1em;
  cursor: pointer;
}
.quotebutton.save-quote:not(.clientQuote):not(.save-quote-as) {
  display: none;
}
.lrm-form a.button, .lrm-form button, .lrm-form button[type="submit"],
.lrm-form #buddypress input[type="submit"], .lrm-form input[type="submit"] {
  background: #00A4E0 !important;
}
.lrm-nice-checkbox__label input:checked ~ .lrm-nice-checkbox__indicator {
  background: #00A4E0 !important;
  border-color: #00A4E0 !important;
}
.lrm-form a.button:hover, .lrm-form button:hover, .lrm-form button[type="submit"]:hover,
.lrm-form #buddypress input[type="submit"]:hover, .lrm-form input[type="submit"]:hover {
  background: #00A4E0 !important;
  opacity: 0.7;
}
.lrm-col {
  padding: 0 0 0 !important;
}
.lrm-col-half-width {
  width: 48%;
}
.lrm-form .fieldset {
  clear: none;
  margin: 0 0 10px;
}
.lrm-form .fieldset.fieldset--email {
  clear: both;
}
.lrm-form .fieldset.fieldset-clear {
  clear: both;
}
.lrm-row {
  margin: 0 0 10px;
}
.lrm-form .fieldset.fieldset--terms {
  clear: both;
  margin: 20px 0;
}
.lrm-row > .lrm-col-half-width:first-child {
  margin-right: 4%;
}
.hide-loggedIn.userLoggedIn,
.show-loggedIn:not(.userLoggedIn) {
  display: none;
}
.quote-total button,
.quote-total a {
  width: 100%;
  margin-bottom: 10px;
  display: block;
}
.quote-total button i,
.quote-total a i {

}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #636363;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #636363;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #636363;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
}
:-moz-placeholder { /* Firefox 18- */
  color: #636363;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
}
.quote-total button:hover,
.quote-total a:hover {
  opacity: 0.7;
}
.quote-total button:disabled,
.quote-total button[disabled]{
  background-color: #cccccc;
  color: #666666;
  cursor: not-allowed;
  opacity: 1;
}
.quote-total button.submit-quote {
  background: #000000;
}
.quote-total button.submit-quote {
  background: #000000;
}
.quote-total button.print-quote {
  background: #E7E7E7;
}
i.arrow:after {
  content: "\35";
  font-size: 22px;
  color: #00A4E0;
  font-weight: 700;
  font-family: 'ElegantIcons' !important;
  font-variant: normal;
  width: 10px;
  font-style: normal;
  position: relative;
  top: 4px;
}
i.arrow.up-arrow:after {
  content: "\32";
}
i.arrow.left-arrow:after {
  content: "\34";
}
/* Quote center col */
.quote-center-container {
  padding: 0 30px;
}
.quote-center h1, .quote-center h3 {
  font-size: 24px;
  font-weight: 800;
  color: #3F3F3F;
  text-transform: uppercase;
  margin: 5px 0 15px;
}
.quote-center h1 {
  margin: 25px 0 5px;
  line-height: 1.3em;
}
.quote-center h3.subtitle {
  font-size: 18px;
  margin: 0 0 30px;
}
.quote-slider {
  padding: 200px 0;
  background: #74797B; /* temp */
  margin-bottom: 30px;
}
ul.quote-workflow {
  list-style: none;
  padding:0;
  margin: 10px 0 20px;
  text-align: center;
}
ul.quote-workflow li {
  font-size: 14px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #3F3F3F;
  display: inline-block;
  width: 20%;
  padding-top: 10px;
  border-top: 5px solid #D1D1D1;
  position: relative;
}
ul.quote-workflow li:first-child {
  width: 19%;
}
ul.quote-workflow li:last-child {
  width: 18%;
}
ul.quote-workflow li a {
  font-size: 14px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #3F3F3F;
}
ul.quote-workflow li:after {
  content: "\5b";
  font-weight: 700;
  font-family: 'ElegantIcons' !important;
  font-variant: normal;
  font-style: normal;
  position: absolute;
  top: -17px;
  left: 0;
  border-radius: 50%;
  padding: 3px;
  background: #FFF;
  font-size: 20px;
  color: #D1D1D1;
}
ul.quote-workflow li.quote-workflow-active,
ul.quote-workflow li.quote-workflow-active a {
  color: #00A4E0;
  border-color: #00A4E0;
}
ul.quote-workflow li.quote-workflow-active:after {
  color: #00A4E0;
}
.quotesection-2,
.quotesection-3,
.quotesection-4,
.quotesection-5 {
  display: none;
}
.quote-item h2 {
  background: #00A4E0;
  color: #FFFFFF;
  padding: 0 15px;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
  position: relative;
}
.quote-item h2 a {
  color: #FFFFFF;
  position: relative;
  display: block;
  transition: all 0.15s ease-out;
}
.quote-item h2 a:hover {
  color: #FFFFFF;
}
.quote-item h2 a i {
  position: absolute;
  top: 0;
  right: -10px;
}
.quote-item h2 a i.arrow:after {
  color: #FFFFFF;
}
.quote-item h2 a i:after {
  font-size: 32px;
  top:0;
}
.quote-item h2 a.quote-section-open i.arrow.up-arrow:after {
  content: "\33"
}
.quote-item h3 {
  margin: 0;
  position: relative;
}
.quote-item h3 a.quote-info{
  position: absolute;
  top: 8px;
  right: 15px;
  display: block;
}
.quote-item h3 {
  display: block;
  background: #E7E7E7;
  color: #3F3F3F;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
}
.quote-bulle {
  display: none;
  position: absolute;
  width: 300px;
  height: auto;
  top: 40px;
  right: 0;
  background: #fff;
  padding: 20px;
  font-size: 13px;
  line-height: 1.4em;
  font-weight: 500;
  text-transform: none;
  border: 1px solid #00A4E0;
  border-radius: 5px;
  z-index: 999;
}

.quote-section {
  /*padding-bottom: 30px;*/
}
.quote-item .form-row {
  padding: 17px 0 17px 10px;
  border-bottom: #D6D6D6 solid 1px;
  position: relative;
}
.quote-item .form-row:last-child {
  border-bottom: none;
}
.quote-item .form-row label {
  font-size: 16px;
  font-weight: 800;
  color: #3F3F3F;
  font-family: Montserrat, sans-serif;
}
.quote-item .form-row.form-row-img:not(.form-row-has-sub) label {
  width: 55%;
  margin: 0 20px;
  display: block;
  float: left;
}
.quote-item .form-row.form-row-img .form-row-sub .form-row {
  padding-left: 20px;
}
.quote-item .form-row.form-row-img.form-row-has-sub label {
  display: block;
  width: 80%;
}
.quote-item .form-row.form-row-img > img {
  float: left;
  width: 20%;
}
.quote-item .form-row .form-row-sub {
  float:left;
  width: 80%;
}
.quote-item .form-row label span {
  font-weight:400;
}
.quote-item .form-row .quote-input {
  position: absolute;
  top: 12px;
  right: 0;
}
.quote-item .form-row.form-textarea {
  border-top: 1px solid #707070;
  clear:both;
}
.quote-item .form-row.form-textarea .quote-input {
  position: static;
  width: 50%;
  float: right;
  margin-right: 20px;
}
.quote-item .form-row.form-textarea .quote-input textarea {
  width: 100%;
  height: 65px;
}
.quote-item .form-row input[type=number],
.quote-modal-name input,
.quote-item input,
.quote-item select {
  border: 1px #73797B solid;
  border-radius: 3px;
  width: 50px;
  padding: 5px 5px 8px 15px;
  font-weight: 800;
  font-size: 16px;
  color: #00A4E0;
  margin-right: 20px;
}
.quote-item input.datesouhaitee {
  width: 112px;
}
.quote-item select.option_logistic_transport {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
  margin-right: 21px;
  width: 134px;
}
.surface-error {
  display: none;
  color: #dc3232;
  clear: both;
  margin: 20px 0 auto;
  font-weight: bold;
}
.surface-error a {
  color: #dc3232;
  text-decoration: underline;
}
.quote-item .form-row.surface_wrapper .quote-input > span,
.quote-item .form-row.large-unit .quote-input > span {
  right: -5px;
}
.quote-item select {
  background: #FFF;
  text-align: center;
}
.quote-modal-name {
  margin: 5px auto 10px;
  display: none;
}
.quote-modal-name input {
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 5px;
  font-size: 15px;
  font-weight: 500;
}
.quote-item .form-row .quote-input > span {
  font-size: 16px;
  font-weight: 800;
  color: #3F3F3F;
  position: absolute;
  right: 0;
  top: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}
.quote-item .form-row .quote-input.quote-input-cm span {
  font-size: 11px;
}
.quote-img-select-horiz label {
  display: inline !important;
}
.quote-img-select-horiz .quote-img-select {
  float: right;
  width: 50%;
}
.quote-img-select-horiz .quote-img-select.quote-img-select-left {
  float: none;
  margin-left: 10px;
}
.quote-img-select label {
  display: block;
}
.quote-img-select ul {
  margin: 10px 0;
  padding: 25px 0 0;
  list-style: none;
  text-align: left;
}
.quote-img-select-horiz .quote-img-select ul {
  margin-top: 0;
  padding-top: 0;
}
.quote-img-select ul li {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 25px;
}
.quote-img-select ul.bluu4 li {
  width: 20%;
  margin-right: 10px;
}
.quote-img-select ul.quatre li {
  width: 22%;
  margin-right: 10px;
}
.quote-img-select ul.bluu3 li {
  width: 30%;
  margin-right: 10px;
}
.quote-img-select ul.bluu2 li {
  width: 40%;
}
.quote-img-select-horiz .quote-img-select ul li {
  width: 40%;
  margin-right: 10%;
}
.quote-img-select-horiz .quote-img-select ul li a {
  width: 100%;
}
.quote-img-select-horiz .quote-img-select ul li:last-child {
  margin-right: 0;
}
.quote-img-select-horiz select {
  float: right;
  margin-right: 25px;
  padding: 7px 6px;
  color: #3F3F3F;
  font-weight: 500;
  text-align: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: none;
}
.quote-img-select ul li a {
  display: block;
  padding: 7px 6px;
  border: #707070 1px solid;
  border-radius: 5px;
  color: #3F3F3F;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  line-height: 1.3em;
}
.quote-img-select ul li a.img-active,
.quote-img-select ul li a:hover {
  border-color: #00A4E0;
  color: #FFF;
  background: #00A4E0;
}
.hidden-option {
  display: none;
}
.quote-sep {
  background: #707070;
  height: 1px;
  width: 100%;
}
.quote-item fieldset {
  padding-bottom: 40px;
}
.quote-navigation {
  border-top: #707070 1px solid;
  padding: 50px 0;
  margin-top: -40px;
}
.quote-navigation ul {
  padding: 0;
  list-style: none;
  text-align: center;
}
.quote-navigation ul > li {
  display: inline-block;
  margin-right: 20px;
}
.quote-navigation ul > li:last-child {
  margin-right: 0;
}
.quote-navigation ul > li > a {
  color: #FFFFFF;
  background: #00a4e0;
  padding: 11px 14px 10px;
}
.woocommerce-MyAccount-content h3 {
  margin-top: 0;
}
.woocommerce-MyAccount-content ul.userquotes {
  list-style: disc;
  list-style-position: inside;
}

.quote-navigation ul > li > a i:after{
  color: #FFFFFF;
}
.quotebutton-prev {
  display: none;
}
.show-print {
  display: none;
}
@page {
  size: A4;
  margin: 0;
}
@media print {
  html, body,
  .container_inner {
    width: 210mm !important;
  }
  body {
    font: 12pt Georgia, "Times New Roman", Times, serif !important;
    line-height: 1.3;
    margin: 25mm 25mm 25mm 25mm;
  }
  .show-print {
    display: block;
  }
  .logo-show-print img {
    max-height: 100px;
  }
  header.page_header {
    display: none;
  }
  .quote-header {
    display: none;
  }
  .quote-left {
   display: none;
  }
  .quote-center {
    width: 70%;
  }
  ul.quote-workflow {
    display: none;
  }
  .quote-right {
    width: 30%;
    position: static !important;
  }
  .quote-item .form-row {
    padding: 7px 0 7px 0;
  }
  .quote-item .form-row.form-row-img > img {
    display: none;
  }
  .quote-item .form-row .form-row-sub {
    float: none;
    width: 100%;
  }
  .quote-item .form-row.form-textarea {
    border-top: none;
    margin-top: 20px;
  }
  .quote-item .form-row {
    border-bottom: 0;
  }
  .quote-item .form-row input[type="number"], .quote-modal-name input {
    padding: 0px 5px 1px 15px;
  }
  .container_inner.default_template_holder.quote-container {
    padding-top:0 !important;
  }
  .quote-center h1 {
    margin-top:0;
  }
  .quote-item h2 {
    border: 1px solid #000000;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .quote-item h2,
  .quote-item h3 {
    line-height: 1.2em;
  }
  .quote-item h3 a.quote-info {
    display: none;
  }
  .quote-item h2 a i {
    display: none;
  }
  .quote-img-select ul {
    margin: 10px 0;
    padding: 0 0 0;
  }
  .quote-img-select ul li {
    margin-bottom: 5px;
  }
  .quote-item fieldset {
    padding-bottom: 10px;
  }
  footer {
    display: none !important;
  }
  .quote-navigation {
    display: none;
  }
  .quote-total button {
    display: none !important;
  }
  .quotesection-1, .quotesection-2, .quotesection-3, .quotesection-4, .quotesection-5 {
    display: block !important;
  }
  .quote-img-select ul li a {
    padding-top: 0;
  }
  .quote-img-select ul li a img {
    display: none;
  }
  #back_to_top {
    display: none !important;
  }
}

/* Responsive */
@media only screen and (max-width: 1200px) {
  .quote-total ul li .price {
    float: none;
    display: block;
    text-align: right;
  }
  .quote-left h3 {
    font-size: 15px;
  }
  .quote-left {
    display: none;
  }
  .quote-center {
    width: 70%;
  }
  .quote-right {
    width: 30%;
  }
  .single.single-quote .container_inner {
    width: inherit;
  }
}

@media only screen and (max-width: 1000px) {
  .quote-left h3 {
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 600;
  }
  .quote-left .no-quote {
    font-size: 14px;
  }
  ul.quote-workflow li,
  ul.quote-workflow li:first-child,
  ul.quote-workflow li:last-child{
    display: block;
    width: auto;
    text-align: left;
    padding: 5px 0 5px 30px;
  }
  .quote-img-select ul.quatre li {
    width: 40%;
  }
  .quote-img-select-horiz .quote-img-select {
    float: none;
    width: 50%;
    margin-top: 5px;
  }
  .quote-item .form-row.form-row-img.form-row-has-sub label {
    width: 60%;
  }
  .quotebutton {
    font-size: 12px;
  }
}

@media screen and (max-width: 800px) {
  .quote-right {
    float: none;
    width: 100% !important;
    position: static !important;
    clear: both;
  }
  .quote-left {
    width: 30%;
    display: none;
  }
  .quote-center {
    width: 100%;
  }
  ul.quote-workflow {
    display: none;
  }
  .quotesection-2, .quotesection-3, .quotesection-4, .quotesection-5 {
    display: block !important;
  }
  .quote-navigation {
    display: none;
  }
  .quote-item .form-row input[type="number"], .quote-modal-name input {
    float: right;
  }
  .quote-item .form-row .quote-input {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .quote-left h3 {
    margin-bottom: 0;
  }
  .quote-left h3 a.toggle-col i {
    right: 20px;
    top: 0;
  }
}

@media screen and (max-width: 600px) {
  .quote-header {
    padding: 20px 0;
  }
  .quote-header h2 {
    font-size: 20px !important;
    line-height: 1.4em !important;
  }
  .quote-header p {
    padding: 0 15px;
    margin-top: 15px;
    font-size: 18px;
  }
  .quote-template-default.single.single-quote .container > .container_inner.default_template_holder.quote-container {
    padding-top: 0 !important;
  }
  .quote-left {
    float: none;
    width: 100%;
  }
  .quote-left .userquotes h3 {
    font-size: 12px;
    text-transform: capitalize;
  }
  .quote-center {
    width: 100%;
  }
  .quote-template-default.single.single-quote .container_inner {
    width: 100%;
  }
  .quote-item .form-row.form-row-img.form-row-has-sub label {
    width: 100%;
  }
}



@media only screen and (max-width: 480px) {
  .quote-center-container {
    padding: 0 10px;
  }
  .quote-img-select-horiz .quote-img-select {
    width: 100%;
  }
  .quote-img-select ul.quatre li {
    width: 70%;
  }
  .bluu-quote-list ul.userquotes > li > a {
    display: block;
    text-align: center;
  }
  .bluu-quote-list ul.userquotes > li > a img {
    max-width: 80%;
  }
}

@media only screen and (max-width: 380px) {

}