/*
Theme Name: Billards Montfort   
Version: 2.0.0
Author: Business to Web
Author URI: http://www.b2w.fr
Description: Thème WordPress sur-mesure pour le site www.billards-montfort.com. Vous avez besoin d'aide, contactez Business to Web à aide@b2w.fr.
Text Domain: themeb2w

@site : http://www.b2w.fr
@author : b2w
@version : 2.0.0
@date : 2016
@licence : Création Business to Web - Tous droits réservés
@media : screen



*/

/************************************************/
/*    SOMMAIRE                                  */
/************************************************/

/* 
1=  Icofont
2=  Reset 
3=  Structure 
4=  Elements 
5=  Buttons
6=  Forms 
7=  Tables 
8=  Medias 
9=  Typography
10= Box infos
11= Colors
12= Effects
13= Slick
14= Header
15= Navigation
16= Footer
17= Contents
18= Loops
19= Archive
20= Page templates
21= Cookie Choice
22= 404
23= Compatibility
24= Responsive
*/
#field_2_12 {
display:none!important;
}

.menuactu a {
	text-decoration:none!important;
	border-bottom:none!important;
}
/************************************************/
/* 1= ICOFONT                                   */
/************************************************/

ul li:before,
.btn-secondary:before,
#navigation ul.menu-principal li.menu-item-has-children:before,
aside ul li a:before,
.checkbox.checked:before {
  font-family: "bm" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook {
  background: url("images/icons/facebook.svg") no-repeat center center;
}

.icon-twitter {
  background: url("images/icons/twitter.svg") no-repeat center center;
}

.icon-pinterest {
  background: url("images/icons/pinterest.svg") no-repeat center center;
}

.icon-instagram {
  background: url("images/icons/instagram.svg") no-repeat center center;
}

.icon-linkedin {
  background: url("images/icons/linkedin.svg") no-repeat center center;
}

.icon-youtube {
  background: url("images/icons/youtube.svg") no-repeat center center;
}

/************************************************/
/* 2= RESET                                     */
/************************************************/

html,
body,
label {
  margin: 0;
  padding: 0;
}

code,
pre,
samp {
  white-space: pre-wrap;
  font-family: monospace;
  line-height: 1.75em;
  font-size: 0.875em;
  border-left: solid 5px #e493a3;
  padding-left: 20px
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input:focus,
textarea,
select {
  outline: none;
}

fieldset,
img {
  border: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

img,
table,
td,
blockquote,
code,
pre,
textarea,
input,
object,
video {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* html5 */
header,
section,
article,
nav,
footer,
aside,
menu,
hgroup,
figure,
figcaption {
  display: block;
}

/************************************************/
/* 3= STRUCTURE                                 */
/************************************************/

.full-width {
  float: left;
  width: 100%;
}

.col {
  float: left;
}

@media (min-width: 0) {
  .row {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .row-small {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 800px;
  }

  .col-xs-1 {
    width: 25%;
  }

  .col-xs-2 {
    width: 50%;
  }

  .col-xs-3 {
    width: 75%;
  }

  .col-xs-4 {
    width: 100%;
  }
}

@media (min-width: 426px) {
  .col-sm-1 {
    width: 16.66%;
  }

  .col-sm-2 {
    width: 33.33%;
  }

  .col-sm-3 {
    width: 50%;
  }

  .col-sm-4 {
    width: 66.66%;
  }

  .col-sm-5 {
    width: 83.33%;
  }

  .col-sm-6 {
    width: 100%;
  }
}

@media (min-width: 769px) {
  .col-md-1 {
    width: 16.66%;
  }

  .col-md-2 {
    width: 33.33%;
  }

  .col-md-3 {
    width: 50%;
  }

  .col-md-4 {
    width: 66.66%;
  }

  .col-md-5 {
    width: 83.33%;
  }

  .col-md-6 {
    width: 100%;
  }
}

@media (min-width: 1041px) {

  .row,
  .row-desktop {
    width: 1040px;
  }

  .col-lg-1 {
    width: 8.33%;
  }

  .col-lg-2 {
    width: 16.66%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33%;
  }

  .col-lg-5 {
    width: 41.66%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33%;
  }

  .col-lg-8 {
    width: 66.66%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33%;
  }

  .col-lg-11 {
    width: 91.66%;
  }

  .col-lg-12 {
    width: 100%;
  }
}

/************************************************/
/* 4= ELEMENTS                                  */
/************************************************/

html {
  font-size: 100%;
  font-size: 16px;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  position: relative;
  height: 100%;
  font-family: "Lora", sans-serif;
  font-size: 1em;
  font-weight: 400;
  color: #000000;
  letter-spacing: 1px;
  overflow-x: hidden;
}

/* Display */

.block {
  display: block;
}

.inline {
  display: inline;
}

.none {
  display: none;
}

.hidden {
  overflow: hidden;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

@media (min-width: 0) {
  .hide-smartphone {
    display: none;
  }

  .show-smartphone {
    display: inline-block;
  }
}

@media (min-width: 426px) {
  .show-tablet {
    display: inline-block;
  }

  .hide-tablet {
    display: none;
  }
}

@media (min-width: 1041px) {
  .show-desktop {
    display: inline-block;
  }

  .hide-desktop {
    display: none;
  }
}

/* Float */

.left {
  float: left;
}

.right {
  float: right
}

.float-none {
  float: none;
}

.clear {
  clear: both;
}

.center {
  margin-right: auto;
  margin-left: auto;
}

/* Positions */

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

/* Margin */

.margin-sm {
  margin: 15px;
}

.margin-sm-top {
  margin-top: 15px;
}

.margin-sm-right {
  margin-right: 15px;
}

.margin-sm-bottom {
  margin-bottom: 15px;
}

.margin-sm-left {
  margin-left: 15px;
}

.margin-md {
  margin: 30px;
}

.margin-md-top {
  margin-top: 30px;
}

.margin-md-right {
  margin-right: 30px;
}

.margin-md-bottom {
  margin-bottom: 30px;
}

.margin-md-left {
  margin-left: 30px;
}

.margin-lg {
  margin: 60px;
}

.margin-lg-top {
  margin-top: 60px;
}

.margin-lg-right {
  margin-right: 60px;
}

.margin-lg-bottom {
  margin-bottom: 60px;
}

.margin-lg-left {
  margin-left: 60px;
}

/* Padding */

.padding-sm {
  padding: 15px;
}

.padding-sm-top {
  padding-top: 15px;
}

.padding-sm-right {
  padding-right: 15px;
}

.padding-sm-bottom {
  padding-bottom: 15px;
}

.padding-sm-left {
  padding-left: 15px;
}

.padding-md {
  padding: 30px;
}

.padding-md-top {
  padding-top: 30px;
}

.padding-md-right {
  padding-right: 30px;
}

.padding-md-bottom {
  padding-bottom: 30px;
}

.padding-md-left {
  padding-left: 30px;
}

.padding-lg {
  padding: 60px;
}

.padding-lg-top {
  padding-top: 60px;
}

.padding-lg-right {
  padding-right: 60px;
}

.padding-lg-bottom {
  padding-bottom: 60px;
}

.padding-lg-left {
  padding-left: 60px;
}

/* Border */

.border {
  border: 1px solid #ededed;
}

.border-top {
  border-top: 1px solid #ededed;
}

.border-right {
  border-right: 1px solid #ededed;
}

.border-bottom {
  border-bottom: 1px solid #ededed;
}

.border-left {
  border-left: 1px solid #ededed;
}

/************************************************/
/* 5= BUTTONS                                   */
/************************************************/

.btn,
input[type="submit"],
button,
.wp-block-button .wp-block-button__link {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  border: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  font-family: 'Lora', sans-serif;
}

.btn-sm {
  padding: 10px 30px;
  font-size: 0.80em;
  font-weight: 700;
}

.btn-md,
input[type="submit"],
.wp-block-button .wp-block-button__link {
  padding: 13px 30px;
  font-size: 0.80em;
}

.btn-lg {
  padding: 25px 45px;
  font-size: 1em;
}

.btn-sm:hover {}

.btn-md:hover,
input[type="submit"]:hover,
.wp-block-button .wp-block-button__link:hover {}

.btn-lg:hover {}

.btn-primary,
input[type="submit"],
.wp-block-button .wp-block-button__link {
  color: #fff;
  background: #000000;
}

.btn.disabled {
  opacity: 0.5;
}

.btn-secondary {
  color: #000;
  background: transparent;
  border: 1px solid #000000;
}

.btn-secondary:before {
  content: "\65";
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -20px;
  font-size: 40px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.btn-secondary:hover {
  border-color: #000;
}

.btn-secondary:hover:before {
  right: -30px;
}

.btn-secondary.back:before {
  right: auto;
  left: -20px;
  margin-top: -22px;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.btn-conf {
  padding: 5px 10px;
  letter-spacing: 0px !important;
  border: 1px solid #ededed;
  font-size: 0.75rem;
  line-height: 1.667em;
}

@media (min-width: 769px) {

  .btn,
  input[type="submit"],
  button,
  .wp-block-button .wp-block-button__link {
    width: auto;
    padding: 13px 45px;
  }
}

/************************************************/
/* 6= FORMS                                     */
/************************************************/

input,
select,
textarea,
input[type="checkbox"],
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

form {
  width: 100%;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 0.80em;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 0;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #000;
  font-family: 'Lora', sans-serif;
}

input,
select {
  padding: 13px 30px 13px 15px;
}

textarea {
  min-height: 200px;
  padding: 15px;
}

input:focus,
textarea:focus {
  border-color: #bfbfbf;
}

/* Select */

select {
  border: 1px solid #000;
  background: url('images/icons/arrow-bottom-small.svg') no-repeat right center #fff;
  background-size: 30px;
  cursor: pointer;
}

.select2 .select2-selection {
  height: auto;
  padding: 13px 15px;
  border: 1px solid #000;
  background: url('images/icons/arrow-bottom-small.svg') no-repeat right center #fff;
  background-size: 30px;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.select2 .select2-selection .select2-selection__rendered {
  padding: 0;
  line-height: 1em;
  font-size: 0.90em;
  letter-spacing: 0;
}

.select2 .select2-selection .select2-selection__arrow {
  display: none;
}

.select2-dropdown {
  border: 1px solid #000;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.select2-dropdown .select2-search--dropdown,
.select2-dropdown .select2-results__option {
  padding: 4px 15px;
  letter-spacing: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background: #000;
}

/* Checkbox */

input[type="checkbox"] {
  position: relative;
  float: left;
  height: 13px;
  width: 13px;
  padding: 0;
  margin: 2px 15px 0 0;
  border: 1px solid #000;
  cursor: pointer;
}

.checkbox {
  position: relative;
}

.checkbox.checked:before {
  content: "\6d";
  position: absolute;
  top: 1px;
  left: 2px;
  display: block;
  height: 9px;
  width: 9px;
}

/* Radio */

input[type="radio"] {
  position: relative;
  float: left;
  height: 13px;
  width: 13px;
  padding: 0;
  margin: 4px 15px 0 0;
  border: 1px solid #000;
  cursor: pointer;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.radio {
  position: relative;
}

.radio.checked:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 2px;
  display: block;
  height: 9px;
  width: 9px;
  background: #000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* Submit */

input[type="submit"] {
  float: left;
  width: auto;
  border: 0;
  height: auto;
}

input[type="submit"]:hover {
  cursor: pointer;
}

input[type="submit"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Gravity Form */

.gform_body,
.gform_header,
.gform_footer {
  float: left;
  width: 100%;
}

.gform_wrapper ul.gform_fields {
  margin: 0 -5px 0 -5px;
  padding: 0;
}

.gform_wrapper ul.gform_fields li {
  float: left;
  width: 100%;
  padding: 0 5px;
  margin-bottom: 30px;
}

.gform_wrapper ul.gform_fields li:before {
  display: none;
}

.gform_wrapper ul.gform_fields li .gfield_description {
  float: left;
  width: 100%;
  font-size: 0.80em;
}

.gform_wrapper ul.gform_fields li ul.gfield_radio {
  margin: 0;
  padding: 0;
}

.gform_wrapper ul.gform_fields li ul.gfield_radio li {
  float: left;
  width: auto;
  margin: 0 30px 0 0;
  line-height: 23px;
}

.gform_wrapper ul.gform_fields li ul.gfield_radio li .radio {
  float: left;
}

.gform_wrapper ul.gform_fields li ul.gfield_radio li .radio.checked:before {
  left: 2px;
}

.gform_wrapper ul.gform_fields li ul.gfield_radio li label {
  float: left;
  margin: 0;
}

.gform_wrapper ul.gform_fields li ul.gfield_checkbox {
  margin: 0;
  padding: 0;
}

.gform_wrapper ul.gform_fields li ul.gfield_checkbox li {
  float: left;
  width: 100%;
  margin: 0 30px 0 0;
  padding: 0;
  line-height: 23px;
}

.gform_wrapper ul.gform_fields li ul.gfield_checkbox li .radio {
  float: left;
}

.gform_wrapper ul.gform_fields li ul.gfield_checkbox li .radio.checked:before {
  left: 7px;
}

.gform_wrapper ul.gform_fields li ul.gfield_checkbox li label {
  float: left;
  margin: 0;
}

.gform_wrapper ul.gform_fields li .ginput_complex label {
  text-transform: none;
  letter-spacing: 0;
}

.gform_wrapper ul.gform_fields li .ginput_complex .ginput_full,
.gform_wrapper ul.gform_fields li .ginput_complex .ginput_left,
.gform_wrapper ul.gform_fields li .ginput_complex .ginput_right {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.gform_wrapper div.validation_error {
  margin-bottom: 60px;
  color: #d83b3b;
  font-weight: 700;
  font-style: italic;
}

.gform_wrapper ul.gform_fields li.gfield_error input,
.gform_wrapper ul.gform_fields li.gfield_error select,
.gform_wrapper ul.gform_fields li.gfield_error textarea {
  border-color: #d83b3b;
}

.gform_wrapper ul.gform_fields li.gfield_error .gfield_description {
  color: #d83b3b;
}

@media (min-width: 426px) {
  .gform_wrapper ul.gform_fields li.medium {
    width: 50%;
  }

  .gform_wrapper ul.gform_fields li.small {
    width: 50%;
  }

  .gform_wrapper ul.gform_fields li .ginput_complex .ginput_left {
    float: left;
    width: 50%;
    padding-right: 5px;
  }

  .gform_wrapper ul.gform_fields li .ginput_complex .ginput_right {
    float: right;
    width: 50%;
    padding-left: 5px;
  }
}

@media (min-width: 769px) {
  .gform_wrapper ul.gform_fields li.small {
    width: 25%;
  }
}

/* Searchform */

#searchform button {
  top: 1px;
  right: 1px;
  bottom: 1px;
  height: auto;
  width: auto;
  padding: 0 10px;
  line-height: 49px;
  font-size: 30px;
  background: #fff;
}

/************************************************/
/* 7= TABLES                                    */
/************************************************/

table {
  width: 100%;
  margin: 30px 0;
  text-align: left;
  font-size: 0.90em;
}

tr,
thead tr {
  border-bottom: solid 1px #bfbfbf;
}

td,
th {
  overflow: hidden;
  word-break: normal;
  border-left: 1px solid #bfbfbf;
}

td:first-child,
th:first-child {
  border-left: 0;
}

th {
  padding: 15px;
  text-transform: uppercase;
  font-weight: 400;
}

td {
  padding: 5px 15px;
}

table p {
  margin: 0;
}

.table-responsive {
  width: auto;
  overflow-x: auto;
  overflow-y: hidden;
}

/************************************************/
/* 8= MEDIAS                                    */
/************************************************/

/* Images */

figure {
  margin: 0;
  line-height: 0;
  overflow: hidden;
}

a img {
  border: 0;
}

.wp-caption {
  max-width: 100%;
  margin-top: 15px;
}

.wp-caption-text {
  font-size: 0.875em;
  margin: 0;
}

.alignleft {
  float: left;
  margin: 0;
}

.alignright {
  float: right;
  margin: 0;
}

.aligncenter {
  display: block;
  margin: 0;
}

.wp-block-cover {
  clear: both;
  width: auto;
  margin: 60px -30px;
  padding: 30px;
  font-size: 0.90em;
}

.wp-block-cover a {
  border-bottom: 0;
}

.wp-block-media-text {
  display: block;
}

@media (min-width: 426px) {
  .wp-block-media-text {
    display: grid;
  }
}

@media (min-width: 769px) {
  .wp-block-cover {
    width: 200%;
    margin: 60px 0 60px -50%;
    font-size: 1em;
  }
}

/* Vidéos */

.wp-video {
  margin: 30px 0;
}

.video-container {
  position: relative;
  height: 0;
  margin-bottom: 30px;
  padding-top: 25px;
  padding-bottom: 56.25%;
  /* 16:9 */
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube-container {
  position: relative;
  height: 0;
  margin-bottom: 30px;
  padding-top: 25px;
  padding-bottom: 56.25%;
  /* 16:9 */
}

.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Gallery WordPress */

.wp-block-gallery {
  margin: 60px 0;
}

.wp-block-gallery .blocks-gallery-image:before,
.wp-block-gallery .blocks-gallery-item:before {
  display: none;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  top: 15px;
  right: auto;
  bottom: auto;
  left: 15px;
  display: inline;
  width: auto;
  padding: 0 3px;
  line-height: 1.25em;
  font-size: 0.75em;
  letter-spacing: 0;
  background: #fff;
  color: #000;
}

/* Popup */

.popup {
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
}

.popup .content {
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
}

.popup .content button.close-content-popup-devis {
  top: -40px;
  right: -45px;
  height: 60px;
  width: 60px;
  padding: 0;
  line-height: 60px;
  font-size: 35px;
}

.popup .content .overflow {
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  overflow-x: hidden;
  overflow-y: auto;
}

#popup-casier.popup .content {
  top: 50px;
  right: 10px;
  bottom: 50px;
  left: 10px;
}

#popup-casier.popup .content .overflow {
  left: calc(50% - 150px);
  top: calc(50% - 150px);
  margin-left: 0px;
}


@media (min-width: 426px) {
  #popup-casier.popup .content {
    top: 100px;
    right: 50px;
    bottom: 100px;
    left: 50px;
  }

  .popup .content {
    padding: 60px;
  }

  .popup .content .overflow {
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px;
  }
}

@media (min-width: 769px) {
  #popup-casier.popup .content {
    top: 150px;
    right: 150px;
    bottom: 150px;
    left: 150px;
  }

  .popup .content {
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px;
  }
}

@media (min-width: 1041px) {
  #popup-casier.popup .content {
    top: 150px;
    right: 300px;
    bottom: 150px;
    left: 300px;
  }

  .popup .content {
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px;
  }
}

@media (min-width: 1440px) {
  #popup-casier.popup .content {
    top: 200px;
    right: 500px;
    bottom: 200px;
    left: 500px;
  }

  .popup .content .overflow {
    max-width: 1040px;
    right: auto;
    left: 50%;
    margin-left: -520px;
  }
}

/************************************************/
/* 9= TYPOGRAPHY                               */
/************************************************/

/* Font size (Sur la base de 16 px) */

.size-8 {
  font-size: 0.5em;
}

.size-9 {
  font-size: 0.5625em;
}

.size-11 {
  font-size: 0.70em;
}

.size-12,
small {
  font-size: 0.80em;
}

.size-14 {
  font-size: 0.90em;
}

.size-16 {
  font-size: 1em;
}

.size-20 {
  font-size: 1.25em;
}

.size-24 {
  font-size: 1.50em;
}

.size-28 {
  font-size: 1.75em;
}

.size-32 {
  font-size: 2em;
}

.size-36 {
  font-size: 2.25em;
}

.size-40 {
  font-size: 2.50em;
}

.size-44 {
  font-size: 2.75em;
}

/* Titres */

h2,
h3,
h4,
h5,
h6 {
  margin: 30px 0 15px 0;
}

h1 {
  font-size: 1.50em;
  margin: 0;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 400;
}

h2 {
  font-size: 1.25em;
  font-weight: 700;
}

h3 {
  font-size: 1em;
  font-weight: 700;
}

h4 {
  font-size: 1em;
  font-weight: 700;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 1em;
}

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

@media (min-width: 426px) {

  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 60px 0 30px 0;
  }

  h1 {
    font-size: 1.75em;
  }

  h2 {
    font-size: 1.5em;
  }

  h3 {
    font-size: 1.25em;
  }

  h4 {
    font-size: 1.25em;
  }

  h5 {
    font-size: 1.em;
  }

  h6 {
    font-size: 1.em;
  }
}

.title {
  display: block;
}

/* Alignement */
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

/* Liens */

a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #000;
  -webkit-transition: border 250ms ease-out;
  -moz-transition: border 250ms ease-out;
  -ms-transition: border 250ms ease-out;
  -o-transition: border 250ms ease-out;
  transition: border 250ms ease-out;
}

a:hover {
  border-color: #ccc;
}

a.reset,
.reset a {
  border-bottom: 0;
}

a:hover.reset,
.reset a:hover {
  padding-bottom: 0;
}

a .icon-arrow-right {
  position: absolute;
  top: -5px;
  right: -45px;
  line-height: 15px;
  font-size: 35px;
}

a .icon-arrow-left {
  position: absolute;
  top: -5px;
  left: -45px;
  line-height: 15px;
  font-size: 35px;
}

/* Mise en forme de texte */

p {
  line-height: 1.50em;
}

p.has-background {
  position: relative;
  padding: 60px 0;
  margin: 60px 0;
}

p.has-background:after,
p.has-background:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 100%;
  background: inherit;
}

p.has-background:after {
  right: 100%;
}

p.has-background:before {
  left: 100%;
}

strong,
b,
.strong {
  font-weight: 700;
}

.regular {
  font-weight: 400;
}

.thin {
  font-weight: 300;
}

.normal {
  font-style: normal;
}

em,
.italic,
.em {
  font-style: oblique;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: none;
}

.letter0 {
  letter-spacing: 0;
}

mark {
  background-color: yellow
}

/* Separator */

hr {
  width: 100px;
  height: 1px;
  background-color: #000000;
  text-align: left;
  margin: 60px 0;
  border: none;
}

/* Address */

address {
  font-style: normal;
}

/* Blockquote */

blockquote {
  position: relative;
  max-width: 400px;
  margin: 30px auto;
  padding: 30px;
  line-height: 16px;
  font-weight: 700;
  font-style: italic;
  font-size: 1.25em;
  background: #ededed;
  letter-spacing: 0;
}

blockquote p {
  margin: 0;
  line-height: 1.50em;
}

blockquote p:not(:focus):first-letter {
  float: left;
  font-size: 4em;
  font-style: normal;
  font-weight: 100;
  line-height: .68;
  margin: .05em .1em 0 0;
  text-transform: uppercase;
}

@media (min-width: 1041px) {
  blockquote {
    padding: 60px;
  }
}

/* Listes */

ul,
ol {
  margin: 60px 0;
  padding: 0 0 0 4em;
  list-style: none;
}

li {
  position: relative;
  padding: 0 0 10px 0;
}

li p,
li ul,
li ol {
  margin: 15px 0;
}

ul li:before {
  content: "\65";
  position: absolute;
  top: -6px;
  left: -45px;
  font-size: 38px;
}

ul.reset,
ol.reset,
.reset ul,
.reset ol {
  margin: 0;
  padding: 0;
}

.reset li {
  padding: 0;
}

.reset li:before {
  display: none;
}

/* Block columns */

.wp-block-columns ul {
  padding: 0;
  margin: 30px 0;
}

.wp-block-columns ul li {
  padding-bottom: 15px;
}

@media (min-width: 600px) {

  .wp-block-column:not(:first-child),
  .wp-block-column:nth-child(2n),
  .wp-block-column:not(:last-child),
  .wp-block-column:nth-child(odd) {
    margin: 0;
  }

  .wp-block-column:not(:last-child),
  .wp-block-column:nth-child(odd) {
    padding-right: 30px;
  }

  .wp-block-column:not(:first-child),
  .wp-block-column:nth-child(2n) {
    padding-left: 30px;
    ;
  }
}

@media (min-width: 1041px) {}

/************************************************/
/* 10= BOX INFOS                                */
/************************************************/

.box-info {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 60px auto;
  padding: 15px;
  font-weight: 700;
  font-style: italic;
}

.box-info p {
  margin: 0;
}

.box-info.info {
  color: #000000;
  ;
}

.box-info.alert {
  color: #007eb4;
}

.box-info.error {
  color: #d83b3b;
}

.box-info.succes {
  color: #007eb4;
}

/************************************************/
/* 11= COLORS                                   */
/************************************************/

/* Colors */

.white {
  color: #ffffff;
}

.light {
  color: #ededed;
}

.grey {
  color: #bfbfbf;
}

.black {
  color: #000000;
}

.red {
  color: #D83B3B;
}

/* Background */

.bg-white {
  background-color: #ffffff;
}

.bg-light {
  background-color: #ededed;
}

.bg-grey {
  background-color: #bfbfbf;
}

.bg-black {
  background-color: #000000;
}

.bg-cover {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg-gradient-black {
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

/************************************************/
/* 12= EFFECTS                                  */
/************************************************/

/* Box shadow */
.box-shadow {
  -webkit-box-shadow: 0 22px 90px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 22px 90px 0 rgba(0, 0, 0, 0.15);
}

/* Box radius */
.border-radius {
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

/* Sélection */
::-moz-selection {
  background: #000000;
  color: #fff;
}

::selection {
  background: #000000;
  color: #fff;
}

/************************************************/
/* 13= SLICK                                    */
/************************************************/

.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slider {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  cursor: grab;
}

.slick-list:focus,
.slick-list:active {
  outline: 0;
  cursor: grabbing;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  top: 0;
  left: 0
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-slide {
  display: none;
  float: left;
  min-height: 1px
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.multiple-item .slick-dots {
  bottom: -50px;
}

.slick-dots {
  display: block;
  list-style: outside none none;
  padding: 0;
  margin-top: 30px !important;
  width: 100%;
  text-align: center;
}

.slick-dots li {
  cursor: pointer;
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  padding: 0;
  background-color: #ededed;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}

.slick-dots li:hover {
  background-color: #000
}

.slick-dots li.slick-active {
  background-color: #000
}

.slick-dots li.slick-active button {
  cursor: normal
}

.slick-dots li button {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 20px;
  line-height: 0;
  outline: medium none;
  width: 20px;
  color: #ea3e2d;
  font-size: 0;
}

.single-item-container .slick-slide img {
  height: 480px;
  max-width: 1920px;
}

/************************************************/
/* 14= HEADER                                   */
/************************************************/

#header {
  z-index: 9000;
}

#header .cart-header-mobile {
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
}

#header .cart-header-mobile .cart span {
  display: none;
}

#header .cart-header-mobile .cart small {
  position: absolute;
  top: -5px;
  right: -50px;
}

#header .cart-header-mobile .cart i {
  margin-top: -3px;
  font-size: 40px;
}

#logotype-bm {
  top: 5px;
  left: 50%;
  margin-left: -40px;
  line-height: 0;
}

#logotype-bm-config {
  margin: 9px 10px 9px 15px;
}

.header-shop {
  letter-spacing: 1px;
}

.header-shop .cart i {
  font-size: 25px;
  top: 0;
  right: -30px;
}

select#lang_choice_1 {
  width: auto;
  border: 0;
  padding: 5px 20px 5px 0;
  background-color: transparent;
  text-transform: uppercase;
}

.btn-open-menu {
  height: 65px;
  width: 65px;
  padding: 0;
}

.btn-open-menu i {
  line-height: 0;
  font-size: 40px;
}

.btn-open-menu span {
  margin-top: -15px;
}

#top-header a.instagram {
  border-bottom: none;
}

#top-header a i.icon-instagram {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-size: 60%;
}

#top-header .icon-instagram {
  background: url("images/icons/instagram.svg") no-repeat center center;
}

.home #top-header .icon-instagram {
  background: url("images/icons/instagram-white.svg") no-repeat center center;
  background-size: 60%;
}

@media (min-width: 0px) {

  #logotype-bm-config img,
  #logotype-bm-config {
    height: 57px;
    width: 80px;
  }
}

/* @media (min-width: 768px) {
  #logotype-bm-config img, #logotype-bm-config {height: 82px; width: 114.8px;}
} */
@media (min-width: 1041px) {

  #logotype-bm {
    width: 136px;
    height: 97px;
    top: 15px;
    left: 0;
    margin-left: 0;
  }

  #logotype-bm img {
    width: 100%;
  }

  #top-header {
    min-width: 545px;
    border-bottom: 1px solid #ededed;
  }

  .header-shop .cart {
    padding-right: 20px;
    margin-left: 30px;
  }

  .header-shop .cart i {
    top: -5px;
    right: -5px;
  }

  .header-contact {
    letter-spacing: 1px;
  }

  select#lang_choice_1 {
    float: left;
    padding: 0 25px 0 0;
    margin-right: 30px;
  }

  body.page-template-template-home #header {
    border-bottom: 0;
    padding-left: 200px;
  }

  body.tax-collections #header {
    border-bottom: 0;
  }

  body.page-template-template-home #top-header a,
  body.tax-collections #top-header a,
  body.page-template-template-home #top-header select,
  body.tax-collections #top-header select {
    color: #fff;
  }

  body.page-template-template-home #top-header select,
  body.tax-collections #top-header select {
    background: url(images/icons/arrow-bottom-small-white.svg) no-repeat right center;
    background-size: 30px;
  }

  body.page-template-template-home #top-header select option,
  body.tax-collections #top-header select option {
    color: #000;
  }

}

@media (min-width: 1280px) {
  #logotype-bm-config {
    margin-right: 20px;
  }

  #logotype-bm-config img {
    width: 114.8px;
  }

  #logotype-bm-config img,
  #logotype-bm-config {
    height: 82px;
    width: 114.8px;
  }

}

/*--- HEADER COFIGURATOR ---*/

#logo-cta-conf {
  justify-content: space-between;
  align-items: center;
}

#logo-cta-conf .left.flex {
  align-items: center;
}

@media (min-width: 0px) {
  #logo-cta-conf .left.flex {
    width: 60%;
  }
}

@media (min-width: 500px) {
  #logo-cta-conf .left.flex {
    width: auto;
  }
}

/************************************************/
/* 15= NAVIGATION                               */
/************************************************/

/* Breadcrumbs */

#breadcrumbs {
  z-index: 5;
}

#breadcrumbs a {
  font-weight: 400;
  font-style: normal;
  text-transform: none;
}

#breadcrumbs-conf {
  line-height: 0.75rem;
}

#breadcrumbs-conf span strong {
  font-size: 10px;
  letter-spacing: 0px !important;
  font-weight: 400;
  font-family: "Lora", sans-serif;
  text-transform: uppercase !important;
  font-style: normal;
  text-transform: none;
}

@media (min-width: 00px) {
  #breadcrumbs-conf {
    width: 45%;
  }
}

@media (min-width: 768px) {
  #breadcrumbs-conf span strong {
    font-size: 1rem;
  }

  #breadcrumbs-conf {
    width: 75%;
  }
}

/* Menu principal */

@media (max-width: 1041px) {

  body.panel-menu-open {
    overflow: hidden;
  }

  #navigation {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: none;
    background: #fff;
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
  }

  #navigation.menu-open {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  #navigation .btn-close-menu {
    top: 0;
    right: 0;
    height: 60px;
    width: 60px;
    padding: 0;
    line-height: 66px;
    font-size: 35px;
  }

  #navigation #navigation-top {
    float: left;
    width: 100%;
    padding: 30px 60px 30px 30px;
    background: #ededed;
  }

  #navigation #navigation-top select#lang_choice_1 {
    margin-bottom: 30px;
  }

  #navigation #navigation-top .header-shop {
    float: left;
    width: 100%;
  }

  #navigation #navigation-top .header-shop a {
    display: inline-block;
    clear: both;
    float: left;
    padding: 5px 0;
  }

  #navigation ul.menu-principal {
    float: left;
    width: 100%;
    padding: 30px;
  }

  #navigation ul.menu-principal li {
    display: block;
    float: left;
    width: 100%;
    border-bottom: 1px solid #bfbfbf;
  }

  #navigation ul.menu-principal li a {
    display: block;
    padding: 10px 0;
  }

  #navigation ul.menu-principal li:last-child {
    border-bottom: 0;
  }

  #navigation ul.menu-principal li.menu-item-has-children .btn-open-submenu {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    left: auto;
    display: block;
    padding: 6px 0;
    line-height: inherit;
    font-size: 23px;
  }

  #navigation ul.menu-principal li.menu-item-has-children ul.sub-menu {
    display: none;
  }

  #navigation ul.menu-principal li.menu-item-has-children ul.sub-menu.open-submenu {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 15px;
  }

  #navigation ul.menu-principal li.menu-item-has-children ul.sub-menu.open-submenu li {
    border: 0;
    font-style: italic;
  }

  #navigation ul.menu-principal li.menu-item-has-children.bigmenu img {
    display: none;
  }

  #navigation #navigation-second-menu {
    float: left;
    width: 100%;
    padding: 30px;
    border-top: 1px solid #ededed;
  }

  #navigation #navigation-second-menu ul.menu-footer li a {
    padding: 10px 0;
    font-size: 0.75em;
  }

  #navigation #navigation-coordonnees {
    padding: 30px;
    font-size: 0.75em;
  }

}

@media (min-width: 1041px) {

  #navigation {
    clear: both;
  }

  ul.menu-principal {
    display: flex;
    justify-content: space-between;
    min-width: 545px;
  }

  ul.menu-principal li {
    float: left;
    padding-left: 25px;
  }

  ul.menu-principal li:first-child {
    padding-left: 0;
  }

  ul.menu-principal li a {
    position: relative;
    display: inline-block;
    padding: 30px 0;
    font-size: 0.90em;
    text-transform: uppercase;
    letter-spacing: 0;
  }

  ul.menu-principal li a:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    display: block;
    height: 1px;
    background: #000;
  }

  ul.menu-principal li.menu-item-has-children a:after {
    z-index: 5;
    bottom: -1px;
  }

  ul.menu-principal li a:hover {
    padding-bottom: 30px;
  }

  ul.menu-principal li a:hover:after,
  ul.menu-principal li.current-menu-item a:after {
    right: 0;
  }

  ul.menu-principal:hover a {
    color: #666;
  }

  ul.menu-principal:hover a:hover,
  ul.menu-principal li.active a {
    color: #000;
  }

  ul.menu-principal li.menu-item-has-children.active a:after {
    z-index: 5;
    bottom: -1px;
    right: 0;
  }

  /* Submenu */
  ul.menu-principal li ul.sub-menu {
    display: none;
  }

  ul.menu-principal li:hover ul.sub-menu {
    display: block
  }

  ul.menu-principal ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 300px;
    padding: 30px 30px;
    background: #fff;
    border: 1px solid #ededed;
  }

  ul.menu-principal ul.sub-menu li {
    width: 100%;
    padding: 0;
  }

  ul.menu-principal ul.sub-menu li a {
    display: block;
    padding: 3px 0;
    text-transform: none;
  }

  ul.menu-principal ul.sub-menu li a:after {
    left: auto;
    bottom: 50% !important;
    left: -35px;
    width: 0;
  }

  ul.menu-principal ul.sub-menu li a:hover {
    padding-left: 20px;
  }

  ul.menu-principal ul.sub-menu li a:hover:after {
    left: 0;
    width: 15px;
  }

  ul.menu-principal li:last-child ul.sub-menu {
    right: 0;
    left: auto;
  }

  /* Bigsubmenu */
  ul.menu-principal li.bigmenu {
    position: static;
  }

  ul.menu-principal li.bigmenu ul.sub-menu {
    right: 0;
    left: 0;
    width: 100%;
  }

  ul.menu-principal li.bigmenu ul.sub-menu li {
    width: 25%;
    padding: 0;
  }

  ul.menu-principal li.bigmenu ul.sub-menu li a {
    padding: 0;
  }

  ul.menu-principal li.bigmenu ul.sub-menu li a img {
    max-width: 90%;
    margin-top: 5px;
  }

  ul.menu-principal li.bigmenu ul.sub-menu li a:after {
    display: none;
  }

  ul.menu-principal li.bigmenu ul.sub-menu li a:hover {
    padding: 0;
  }

  ul.menu-principal li.bigmenu ul.sub-menu li#menu-item-1896 {
    width: 100%;
    margin-top: 10px;
    font-size: 0.90em;
    font-style: italic;
  }

  /* Template home */
  body.page-template-template-home ul.menu-principal li a,
  body.tax-collections ul.menu-principal li a {
    color: #fff;
  }

  body.page-template-template-home ul.menu-principal li a:after,
  body.tax-collections ul.menu-principal li a:after {
    background: #fff;
  }

  body.page-template-template-home ul.menu-principal:hover a,
  body.tax-collections ul.menu-principal:hover a {
    color: #ededed;
  }

  body.page-template-template-home ul.menu-principal:hover a:hover,
  body.tax-collections ul.menu-principal:hover a:hover,
  body.page-template-template-home ul.menu-principal li.active a,
  body.tax-collections ul.menu-principal li.active a {
    color: #fff;
  }

  body.page-template-template-home ul.menu-principal ul.sub-menu li a,
  body.tax-collections ul.menu-principal ul.sub-menu li a,
  body.page-template-template-home ul.menu-principal ul.sub-menu li a:hover,
  body.tax-collections ul.menu-principal ul.sub-menu li a:hover {
    color: #000;
  }

  body.page-template-template-home ul.menu-principal ul.sub-menu li a:after,
  body.tax-collections ul.menu-principal ul.sub-menu li a:after {
    background: #000;
  }

}

/* Navigation archive */

#navigation-archive ul {
  display: none;
  padding-top: 30px;
}

#navigation-archive ul li {
  display: inline-block;
  width: 100%;
  padding: 0 10px;
  letter-spacing: 0;
}

#navigation-archive ul li a {
  padding: 10px 0;
}

#navigation-archive ul li.current-cat a {
  position: relative;
  font-style: italic;
  font-weight: bold;
}

#navigation-archive ul li.current-cat a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  display: block;
  height: 1px;
  background: #000;
}

@media (min-width: 769px) {
  #navigation-archive button {
    width: 100%;
  }
}

@media (min-width: 1041px) {
  #navigation-archive ul {
    display: block;
    padding-top: 0;
  }

  #navigation-archive ul li {
    width: auto;
  }

  #navigation-archive ul li.current-cat a:after {
    bottom: -31px;
  }
}

/* Navigation post */

#navigation-post i {
  font-size: 30px;
}

#navigation-post a {
  position: absolute;
  top: -30px;
  right: -30px;
  bottom: -30px;
  left: 0;
}

@media (min-width: 1041px) {
  #navigation-post .content {
    padding: 30px 0;
  }

  #navigation-post i {
    position: absolute;
    top: -9px;
  }

  #navigation-post .next {
    width: auto;
    padding-right: 40px;
  }

  #navigation-post .prev {
    width: auto;
    padding-left: 40px;
  }

  #navigation-post .next i {
    right: 0;
  }

  #navigation-post .prev i {
    left: 0;
  }

  #navigation-post .back {
    top: 0;
    right: auto;
    bottom: 0;
    left: 50%;
    width: 220px;
    margin-left: -110px;
    padding: 30px 0;
    text-align: center;
  }
}

/* Pagination */

#pagination .page-numbers {
  position: relative;
  margin-left: 15px;
  padding: 15px 5px;
}

#pagination .page-numbers.current {
  font-weight: 700;
  font-style: italic;
}

#pagination .page-numbers.current:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  display: block;
  height: 1px;
  background: #000;
}

#pagination .page-numbers.prev,
#pagination .page-numbers.next {
  width: 40px;
}

#pagination .page-numbers.prev i {
  top: 12px;
  left: 0;
}

#pagination .page-numbers.next i {
  top: 12px;
  right: 0;
}

@media (min-width: 1041px) {
  #pagination {
    margin-top: 60px;
    padding: 0;
  }

  #pagination .page-numbers.prev {
    width: auto;
    padding-left: 40px;
  }

  #pagination .page-numbers.next {
    width: auto;
    padding-right: 40px;
  }
}

/* RS */

ul.rs {
  margin: 30px 0 0 -9px;
}

ul.rs li {
  float: left;
}

ul.rs li a {
  opacity: 0.75;
}

ul.rs li a i {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-size: 60%;
}

ul.rs li a:hover {
  opacity: 1;
}

/************************************************/
/* 16= FOOTER                                   */
/************************************************/

@media (min-width: 1041px) {
  #content-footer {
    text-align: left;
  }
}

figure.img-made-in-france:after {
  content: "";
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  height: 1px;
  background: #000;
}

figure.img-made-in-france img {
  z-index: 1;
  max-width: 160px;
  margin: -40px auto 0 auto;
}

/* Réassurance */

#content-rassurance .list {
  max-width: 280px;
  margin: 0 auto;
}

#content-rassurance .item-rassurance {
  height: 405px;
  max-width: 280px;
}

#content-rassurance .item-rassurance:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  background: #fff;
}

#content-rassurance .item-rassurance .title {
  z-index: 10;
  top: 50%;
  right: 60px;
  left: 60px;
  letter-spacing: 0;
}

@media (min-width: 600px) {
  #content-rassurance .list {
    max-width: 590px;
  }

  #content-rassurance .item-rassurance {
    margin: 0 15px;
  }
}

@media (min-width: 1041px) {
  #content-rassurance .list {
    float: left;
    width: 100%;
    max-width: 100%;
  }

  #content-rassurance .item-rassurance {
    margin: 0 15px;
    width: 280px;
  }

  #content-rassurance .item-rassurance .title {
    font-size: 1.50em;
  }
}

/* Footer Coordonnées */

@media (min-width: 1041px) {
  .footer-coordonnees {
    padding-right: 60px;
  }
}

/* Footer Menu */

.footer-menu ul li a,
.footer-menu ul li a:hover {
  padding: 3px 0;
}

@media (min-width: 1041px) {
  .footer-menu {
    margin: 60px 0;
  }
}

/* Moyens de paiement */

@media (min-width: 1041px) {
  .footer-payment {
    margin-top: 60px;
  }

  .footer-payment ul li {
    float: right;
    margin-left: 10px;
  }

  .footer-payment small {
    text-align: right;
  }
}

/* Return top */

.return-top {
  position: fixed;
  z-index: 90;
  bottom: 30px;
  right: 30px;
  display: none;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 1.5em;
}

.return-top.visible {
  display: block;
}

/************************************************/
/* 17= ASIDES                                   */
/************************************************/

aside ul li {
  font-size: 0.90em;
}

aside ul li a {
  padding: 10px 0;
}

aside ul li.current a,
aside ul li.current-cat a {
  font-style: italic;
  font-weight: 700;
}

aside ul li a:hover {
  padding: 5px 0;
}

aside .widget_layered_nav ul li.chosen:after {
  content: "✔";
  float: left;
  margin-right: 5px;
}

aside .widget_layered_nav ul li.chosen:hover:after {
  content: "×";
  font-size: 20px;
}

@media (min-width: 1041px) {

  aside {
    display: block !important;
    background: transparent !important;
  }

  aside .widget-title {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  aside ul li a {
    padding: 5px 0;
  }

  aside ul li a:hover {
    padding: 5px 0 4px 0 !important;
    border-bottom: 1px solid #000;
  }

  aside ul li.current a:before,
  aside ul li.current-cat a:before {
    content: "\65";
    position: absolute;
    top: 0;
    left: -45px;
    font-size: 35px;
  }

}

/************************************************/
/* 17= CONTENTS                                 */
/************************************************/

/* Content top */

.content-top .description {
  max-width: 700px;
  margin: 30px auto 0 auto;
}

@media (min-width: 769px) {
  .content-top .content .search {
    position: absolute;
    right: 0;
    bottom: 15px;
  }
}

/* Content home slider */

#content-home-slider #list-home-collections .slick-arrow {
  position: absolute;
  z-index: 90;
  bottom: 0;
  height: 60px;
  width: 60px;
  text-align: center;
  font-size: 25px;
  line-height: 52px;
  background: #fff;
  cursor: pointer;
}

#content-home-slider #list-home-collections .slick-prev {
  left: 50%;
  margin-left: -90px;
}

#content-home-slider #list-home-collections .slick-next {
  right: 50%;
  margin-right: -90px;
}

#content-home-slider #list-home-collections .slick-prev::before,
#content-home-slider #list-home-collections .slick-next::before {
  font-size: 25px !important;
  opacity: 1 !important;
}

#content-home-slider #list-home-collections .slick-prev {
  top: auto !important;
  transform: translateY(0) !important;
  border: none !important;
}

#content-home-slider #list-home-collections .slick-next {
  /* top: auto !important; */
  transform: translateY(0) !important;
  border: none !important;
}

#content-home-slider #list-home-collections ul.slick-dots {
  transform: translateY(0) !important;
}


#content-home-slider #list-home-collections .slick-dots {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
  padding-left: 17px;
  width: 60px;
  height: 60px;
  background: #fff;
}

#content-home-slider #list-home-collections .slick-dots li {
  display: none;
  float: left;
  width: auto;
  margin: 20px 0 0 0;
  background: transparent !important;
}

#content-home-slider #list-home-collections .slick-dots li.slick-active,
#content-home-slider #list-home-collections .slick-dots li.last {
  display: block;
}
 
#content-home-slider #list-home-collections ul.slick-dots li.slick-active button::before {
  opacity: 0 !important;
}

#content-home-slider #list-home-collections .slick-dots li button {
  margin: 0;
  padding: 0;
  width: auto;
  font-size: 12px;
  color: #000;
  background: transparent !important;
  font-weight: 400;
}

#content-home-slider #list-home-collections .slick-dots li.last {
  font-size: 12px;
  line-height: 25px;
}

@media (min-width: 769px) {

  #content-home-slider hgroup {
    position: absolute;
    top: 50%;
    margin-top: -54px;
    padding: 0 0 0 30px;
  }

  #content-home-slider #list-home-collections {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 62%;
  }

  #content-home-slider #list-home-collections:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  }

  #content-home-slider #list-home-collections .slick-arrow {
    bottom: auto;
    left: 0;
    height: 45px;
    width: 45px;
  }

  #content-home-slider #list-home-collections .slick-prev {
    left: auto;
    bottom: 50%;
    margin-left: auto;
    margin-bottom: -65px;
  }

  #content-home-slider #list-home-collections .slick-next {
    right: auto;
    top: 50%;
    margin-right: auto;
    margin-top: -65px;
  }

  #content-home-slider #list-home-collections .slick-dots {
    bottom: 50%;
    left: auto;
    margin-bottom: -22.5px;
    margin-left: auto;
    padding-left: 10px;
    width: 45px;
    height: 45px;
  }

  #content-home-slider #list-home-collections .slick-dots li {
    margin-top: 10px;
  }

}

@media (min-width: 1041px) {
  #content-home-slider .link-bottom {
    bottom: 120px;
    left: 50%;
    margin-left: -510px;
    font-size: 50px;
  }
}

/* Content home intro */

@media (min-width: 426px) {
  #content-home-intro .content {
    margin-top: -15px;
  }

  #content-home-intro .btn {
    width: auto;
  }
}

@media (min-width: 1041px) {
  #content-home-intro {
    padding: 120px 0;
  }
}

/* Content home billard */

#content-home-billards .slick-arrow {
  position: absolute;
  z-index: 100;
  bottom: -45px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 35px;
  line-height: 52px;
  background: transparent;
  cursor: pointer;
}

#content-home-billards .slick-prev {
  left: 20px;
}

#content-home-billards .slick-next {
  left: 65px;
}

@media (min-width: 769px) {
  #content-home-billards {
    padding: 0;
  }

  #content-home-billards .slick-arrow {
    bottom: 50%;
    margin-bottom: -22.5px;
  }

  #content-home-billards .slick-prev {
    left: 50%;
    margin-left: -370px;
  }

  #content-home-billards .slick-next {
    left: auto;
    right: 50%;
    margin-right: -370px;
  }

  #content-home-billards ul li {
    max-width: 700px;
    padding: 0 60px;
  }

  #content-home-billards ul li a {
    padding-left: 0;
  }
}

@media (min-width: 1041px) {
  #content-home-billards hgroup {
    margin-bottom: 60px;
  }

  #content-home-billards ul li {
    max-width: 1040px;
    padding: 0 120px;
  }

  #content-home-billards .slick-prev {
    margin-left: -550px;
  }

  #content-home-billards .slick-next {
    margin-right: -550px;
  }
}

/* Content Instagram */

#content-instagram .feed-instagram {
  padding: 0 20px;
}

@media (min-width: 426px) {
  #content-instagram hgroup .title {
    font-size: 1.75em;
  }
}

@media (min-width: 769px) {
  #content-instagram .feed-instagram {
    padding: 0 30px 0 0;
  }
}

@media (min-width: 1041px) {
  #content-instagram .feed-instagram {
    padding: 0 60px 0 0;
  }
}

/************************************************/
/* 18= LOOPS                                    */
/************************************************/

/* Loop Post */

.loop-post h2 {
  margin: 0 0 15px 0;
  font-weight: 400;
}

.loop-post .occasion-infos {
  margin-bottom: 30px;
}

.loop-post aside span.cat a {
  display: inline;
}

@media (min-width: 769px) {
  .loop-post {
    margin-bottom: 120px;
    ;
  }

  .loop-post figure {
    width: auto;
    max-width: 425px;
    max-height: 400px;
    margin-right: 30px;
  }

  .loop-post figure img {
    width: auto;
    max-height: 400px;
  }

  .loop-post .content {
    float: none;
    width: auto;
    padding: 0;
  }

  .loop-post .content.no-thumb {
    padding: 30px;
  }
}

@media (min-width: 1041px) {
  .loop-post .info {
    position: absolute;
    top: 0;
    right: 100%;
    text-align: right;
  }
}

/* Loop collections */

.loop-collections h2 {
  margin: 0;
}

@media (min-width: 769px) {
  .loop-collections a {
    margin-top: 10px;
  }

  .loop-collections figure {
    margin: 0;
  }
}

/* Loop billard */

.loop-billard {
  padding: 0 5px;
}

.loop-billard h2 {
  margin: 0;
}

.loop-billard .price {
  letter-spacing: 0;
}

@media (min-width: 426px) {

  .loop-billard h2 {
    font-size: 1em;
  }

  .loop-billard .price {
    font-size: 0.90em;
  }

}

@media (min-width: 1041px) {

  .loop-billard {
    padding: 0 0 0 60px;
    margin-bottom: 60px;
  }

  .loop-billard figure:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  }

  .loop-billard figure i {
    z-index: 1;
    bottom: -50px;
    left: 50%;
    margin-bottom: -18px;
    font-size: 35px;
  }

  .loop-billard figure i:after {
    content: "";
    position: absolute;
    top: -8px;
    left: -30px;
    display: block;
    height: 45px;
    width: 45px;
    border: 1px solid #fff;
  }

  .loop-billard:hover figure:after {
    bottom: 0;
  }

  .loop-billard:hover figure i {
    bottom: 50%;
  }

}

/* Loop product */

.content-template-search-product .list-product {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 426px) {
  .content-template-search-product .list-product .loop-product {
    width: 33.33%;
  }
}

/************************************************/
/* 20= PAGE TEMPLATES                           */
/************************************************/

/* Page */

#content-page section.content {
  padding: 30px;
}

@media (min-width: 1041px) {
  #content-page section.content {
    padding: 60px 0;
  }
}

/* Archive */

#archive #navigation-archive .row,
#archive #content-archive .row,
#content-page .content .row {
  width: 800px;
  max-width: 100%;
}

/* Archive billards (liste des collections) */

@media (min-width: 1041px) {

  #list-collections .loop {
    max-height: 430px;
  }

  #list-collections .loop .content {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    padding: 0;
  }

  #list-collections .loop figure {
    float: right;
  }

  #list-collections .loop:hover .content {
    top: 60px;
    left: 60px;
    color: #fff;
  }

  #list-collections .loop:hover .content a {
    padding: 15px 60px;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.80em;
  }

  #list-collections .loop:hover .content a i {
    top: 10px;
    right: -25px;
  }

  #list-collections .loop:hover figure {
    width: 100%;
  }

  #list-collections .loop:hover figure:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  }

}

/* Taxonomy collections (liste des billards) */

#content-top-collection figure {
  height: 200px;
}

#content-top-collection hgroup {
  z-index: 1;
}

#content-top-collection hgroup h1 {
  margin-bottom: 30px;
}

#content-top-collection hgroup .description p {
  margin: 0 0 15px 0;
  font-size: 0.90em;
}

.content-taxonomy-collections #list-billards {
  margin-right: -5px;
  margin-left: -5px;
}

#taxonomy-collection-description {
  padding-left: 30px;
}


@media (min-width: 425px) {

  #content-top-collection figure {
    height: 300px;
  }

}

@media (min-width: 769px) {

  #content-top-collection figure {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 57%;
    height: auto;
  }

  #content-top-collection hgroup h1 {
    margin-bottom: 60px;
  }

  #content-top-collection hgroup .description {
    margin-bottom: 30px;
  }

  .content-taxonomy-collections #list-billards {
    padding: 0 30px 0 0;
    margin: 0;
  }

  #taxonomy-collection-description {
    padding-left: 0;
  }

}

@media (min-width: 1041px) {

  #content-top-collection hgroup {
    padding: 0 60px 0 0;
  }

  #content-top-collection figure:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  }

  .content-taxonomy-collections {
    padding-top: 120px;
  }

  .content-taxonomy-collections #list-billards {
    padding: 0;
  }

  #taxonomy-collection-description {
    padding-left: 60px;
    padding-right: 60px;
  }

}

/* Archive magasins revendeur */

#content-archive-magasins ul.list-nav {
  z-index: 2000;
  top: 10px;
  right: 10px;
}

#content-archive-magasins ul.list-nav li button {
  z-index: 50;
  height: 45px;
  width: 45px;
  padding: 0;
  margin: 0 0 0 10px;
  line-height: 53px;
  font-size: 35px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

@media (min-width: 1041px) {
  #content-archive-magasins .content-map {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block !important;
    width: 40%;
  }

  #content-archive-magasins .content {
    overflow-y: auto;
    overflow-x: hidden;
  }
}

/* Single */

#single #content-single .row {
  width: 700px;
  max-width: 100%;
}

#single #content-single ul.post-categories {
  margin: 15px 0;
}

#single #content-single ul.post-categories a {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ededed;
}

@media (min-width: 426px) {
  #single #content-single ul.post-categories a {
    width: auto;
  }
}

@media (min-width: 1041px) {
  #single #content-single .row {
    width: 1040px;
  }

  #single #content-single .content {
    margin-top: -15px;
  }

  #single #content-single ul.post-categories a {
    border: 0;
    padding: 0 !important;
  }

  #single #content-single ul.post-categories a:hover {
    padding: 0 !important;
  }
}

/* Single billard */

#top-single-billard .bloc-price {
  letter-spacing: 0;
}

#top-single-billard .attribut-select {
  max-width: 350px;
  width: 100%;
}

#top-single-billard .attribut-select .title {
  position: absolute;
  top: 13px;
  left: 0;
}

#top-single-billard .attribut-select .select {
  width: 100%;
  padding-left: 50%;
  border: 0;
}

#top-single-billard .attribut-select .heading {
  display: block;
  padding: 13px 0;
  font-size: 0.80em;
  letter-spacing: 0;
  background: url(images/icons/arrow-bottom-small.svg) no-repeat right center #fff;
  background-size: 30px;
  cursor: pointer;
}

#top-single-billard .attribut-select .list {
  z-index: 5;
  top: 100%;
  right: 0;
  left: 0;
  padding: 15px 0;
}

#top-single-billard .attribut-select .list label {
  padding-left: 0;
  margin-bottom: 10px;
  line-height: 1.25em;
  text-transform: none;
  font-weight: 400;
}

#top-single-billard .attribut-select .list input[type="checkbox"] {
  top: -3px;
  left: 0;
}

#top-single-billard .attribut-select .question {
  top: -30px;
  right: 0;
  height: 30px;
  width: 30px;
  padding: 0;
  border: 1px solid #ededed;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

#top-single-billard .attribut-colors ul li input[type="radio"] {
  height: 45px;
  width: 45px;
  border: 1px solid #bfbfbf;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

#top-single-billard .attribut-colors ul li .checked:before {
  content: "";
  top: 1px;
  left: -3px;
  height: 49px;
  width: 49px;
  border: 1px solid #000;
  background: transparent;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* IE11 */

#top-single-billard .attribut-colors ul li input[type="radio"]::-ms-check {
  border: 1px solid #bfbfbf;
  background-color: rgba(0, 0, 0, 0);
}

#content-popup-devis #errors-b2w {
  margin-bottom: 30px;
}

#content-popup-devis .content aside ul li {
  margin-bottom: 5px;
}

#content-popup-devis .content aside ul li strong.lowercase {
  text-transform: lowercase;
  font-style: italic;
}

#content-popup-devis .content form input[type="submit"] {
  float: right;
  padding: 15px 0;
  width: 100%;
}

#technique-single-billard .content ul {
  padding: 0 30px 30px 30px;
}

#technique-single-billard .content ul li {
  padding: 5px 0;
}

#accessoire-single-billard .list-accessoire {
  padding: 0 15px;
}

@media (min-width: 426px) {

  #top-single-billard,
  #description-single-billard,
  #technique-single-billard,
  #accessoire-single-billard {
    padding: 30px 0;
  }

  #top-single-billard h1 {
    text-align: right;
    margin-bottom: 60px;
  }

  #top-single-billard .bloc-price {
    position: absolute;
    top: 30px;
    left: 30px;
  }

  #top-single-billard .attribut-select .question {
    top: 7px;
    right: -40px;
  }

  #content-popup-devis .content form {
    width: auto;
    margin-right: -15px;
    margin-left: -15px;
  }

  #content-popup-devis .content form .field {
    padding: 0 15px;
  }

  #content-popup-devis .content form input[type="submit"] {
    width: auto;
    padding: 15px 30px;
    margin-right: 15px;
  }

  #content-popup-devis .content form button.cancel {
    width: auto;
  }

  #description-single-billard .content .similar-collection .list-collection {
    padding: 0 25px;
  }

  #description-single-billard .content .similar-collection .list-collection .item-collection {
    padding: 0 5px;
    margin: 0 0 30px 0;
  }

  #description-single-billard .content .similar-collection .list-collection .item-collection .title {
    padding: 0;
  }

  #technique-single-billard .content ul {
    width: 50%;
  }

}

@media (min-width: 769px) {

  #top-single-billard,
  #description-single-billard,
  #technique-single-billard,
  #accessoire-single-billard {
    padding: 60px 0;
  }

  #top-single-billard .bloc-price {
    top: 0;
  }

  #top-single-billard .top-single-billard-right {
    padding: 0 30px 0 30px;
  }

  #top-single-billard .field {
    float: right;
  }

  #top-single-billard .attribut-colors ul li input[type="radio"] {
    margin: 4px 0 0 15px;
  }

  #top-single-billard .attribut-colors ul li .checked:before {
    left: 12px;
  }

  #top-single-billard .cta-demande-devis {
    float: right;
  }

  #content-popup-devis .content .form-billard-custom {
    padding-left: 60px;
  }

  #description-single-billard hgroup,
  #technique-single-billard hgroup,
  #accessoire-single-billard hgroup {
    padding: 0 30px;
  }

  #description-single-billard .content .description {
    padding: 0 30px 0 0;
    margin-top: -15px;
  }

  #description-single-billard .content .similar-collection .title {
    margin-top: 5px;
    padding-left: 0;
  }

  #description-single-billard .content .similar-collection .list-collection {
    padding: 0;
    margin-right: -7px;
    margin-left: -7px;
  }

  #description-single-billard .content .similar-collection .list-collection .item-collection {
    padding: 0 7px;
    margin-bottom: 0;
  }

  #accessoire-single-billard .list-accessoire {
    padding: 0;
  }

  #accessoire-single-billard .list-accessoire .loop {
    padding: 0 30px 0 0
  }

}

@media (min-width: 1041px) {

  #top-single-billard,
  #description-single-billard,
  #technique-single-billard,
  #accessoire-single-billard {
    padding: 90px 0;
  }

  #top-single-billard ul.thumb-gallery-billard {
    margin: 30px -5px 0 0;
  }

  #top-single-billard ul.thumb-gallery-billard li {
    padding: 5px;
  }

  #top-single-billard ul.thumb-gallery-billard li img {
    cursor: pointer;
  }

  #top-single-billard .top-single-billard-right {
    padding: 0 0 0 180px;
  }

  #top-single-billard .attribut-colors ul {
    float: right;
    width: auto;
  }

  #top-single-billard .attribut-colors ul li input[type="radio"] {
    height: 30px;
    width: 30px;
    margin: 4px 0 0 10px;
  }

  #top-single-billard .attribut-colors ul li .checked:before {
    left: 7px;
    height: 34px;
    width: 34px;
  }

  #content-popup-devis #errors-b2w {
    margin-bottom: 60px;
  }

  #content-popup-devis .content aside ul li span {
    display: inline;
  }

  #content-popup-devis .content .title {
    margin-bottom: 60px;
    font-size: 1.75em;
  }

  #content-popup-devis .content .subtitle {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  #description-single-billard hgroup,
  #technique-single-billard hgroup,
  #accessoire-single-billard hgroup {
    padding: 0 60px 0 0;
  }

  #technique-single-billard .content ul {
    width: 33.33%;
    padding: 0 60px 60px 0;
  }

  #technique-single-billard .content ul li.title {
    margin-bottom: 30px;
  }

}

/* Single configurator */

#top-single-configurator .bloc-price {
  letter-spacing: 0;
}

#top-single-configurator .attribut-select,
#top-single-configurator .attribut-colors {
  float: left;
  max-width: 350px;
  width: 100%;
}

#top-single-configurator .attribut-select .title,
#top-single-configurator .attribut-colors .title {
  position: absolute;
  top: 20px;
  left: 0;
  width: 50%;
  letter-spacing: 0;
}

#top-single-configurator .attribut-select .select,
#top-single-configurator .attribut-colors ul {
  width: 100%;
  padding: 20px 0 20px 50%;
  border: 0;
}

#top-single-configurator .attribut-select .heading {
  display: block;
  padding: 0;
  font-size: 0.80em;
  letter-spacing: 0;
  background: url(images/icons/arrow-bottom-small.svg) no-repeat right center #fff;
  background-size: 30px;
  cursor: pointer;
}

#top-single-configurator .attribut-select .list {
  z-index: 5;
  top: 100%;
  right: 0;
  left: 0;
  padding: 15px 0;
}

#top-single-configurator .attribut-select .list label {
  padding-left: 0;
  margin-bottom: 10px;
  line-height: 1.25em;
  text-transform: none;
  font-weight: 400;
}

#top-single-configurator .attribut-select .list input[type="checkbox"] {
  top: -3px;
  left: 0;
}

#top-single-configurator .attribut-select .question {
  top: -30px;
  right: 0;
  height: 30px;
  width: 30px;
  padding: 0;
  border: 1px solid #ededed;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

#top-single-configurator .attribut-colors ul li input[type="radio"] {
  height: 45px;
  width: 45px;
  margin: 0 0 10px 10px;
  border: 1px solid #bfbfbf;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

#top-single-configurator .attribut-colors ul li .checked:before {
  content: "";
  top: -3px;
  left: 7px;
  height: 49px;
  width: 49px;
  border: 1px solid #000;
  background: transparent;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* NEW SINGLE CONFIGURATOR*/

@media (min-width: 0) {
  #errors-b2w {
    top: 135px;
    position: relative;
    padding: 0 20px;
  }

  .suiv-step.active {
    background-color: #000;
  }

  .suiv-step.active::before {
    color: #fff;
  }

  .disable {
    cursor: no-drop !important;
  }

  .suiv-step,
  .prev-step {
    cursor: pointer;
  }

  .prev-step.disable::before,
  .suiv-step.disable::before {
    color: #bdbdbd;
  }

  .box-selection li::before {
    display: none;
  }

  .box-selection {
    padding: 0;
    margin: 0;
  }

  .selection-modele,
  .selection-taille,
  .selection-jeu,
  .selection-option {
    justify-content: space-between;
  }

  .text-recap,
  .btn-recap {
    display: inline-block;
  }

  .text-recap-desktop {
    display: none;
  }

  .super {
    vertical-align: super;
  }

  .sub {
    vertical-align: sub;
  }

  ::-webkit-scrollbar {
    display: none;
  }

  .header-configurator {
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 1;
  }

  .nav-steps {
    position: fixed;
    background-color: #fff;
    z-index: 999;
    top: 75px;
  }

  .header-configurator {
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    top: 0;
  }

  .content-steps {
    margin-top: 145px;
  }

  .step-modele {
    /* padding: 0px 20px 20px; */
    margin-bottom: 51px;
  }

  .content-step-modele {
    padding: 0px 20px 20px;
  }

  .list_navStep {
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    margin: 0;
    padding: 0;
    height: 50px
  }

  .stepSelection {
    scroll-snap-align: start;
    padding: 0;
    margin: 0;
  }

  .stepSelection a {
    position: relative;
  }

  .stepSelection.active a {
    background: #fff;
    border-top: solid 1px #ededed;
    border-left: solid 1px #ededed
  }

  .stepSelection.active a:before {
    position: absolute;
    content: "";
    bottom: 1px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #fff;
    z-index: 1
  }

  .stepSelection::before {
    content: none;
  }

  .stepSelection.active a {
    cursor: default;
  }

  .stepSelection a[onclick="return true"]:hover {
    background-color: #fff;
  }

  .list-modele {
    padding: 0 20px;
    margin: 0;
    height: 100%
  }

  .list-modele li {
    padding: 0;
    margin-bottom: 10px;
  }

  .list-modele li:last-child {
    margin-bottom: 0;
  }

  .list-modele li:before {
    display: none !important;
  }

  .stepSelection a {
    font-family: "Lora", "sans-serif";
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    border-bottom: 0;
    padding: 15px;
    background-color: #ededed;
    width: 100%;
    display: inline-flex;
  }

  .stepSelection .numStep {
    font-size: 12px;
    font-weight: normal;
    padding-right: 5px;
    line-height: 0.85rem;
  }

  .btn-radio-billard {
    margin-bottom: 0 !important;
  }

  .btn-radio-billard img {
    position: relative;
  }

  .btn-radio-billard .radio {
    position: absolute;
  }

  .btn-radio-billard.btn-step1 .radio {
    bottom: 10px;
    left: 10px;
  }

  .label-radio {
    position: absolute;
    bottom: 8px;
    left: 32px;
    text-transform: initial;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
  }

  .radio-btn {
    background-color: #fff;
    width: 18px !important;
    height: 18px !important;
  }

  .btn-radio-billard .radio::before {
    width: 10px !important;
    height: 10px !important;
    top: 8px !important;
    left: 4px !important;
  }

  .btn-radio-billard .radio.checked::before {
    z-index: 1;
  }

  .btn-radio-billard.checked {
    border: 1px solid #000;
  }

  .footer-configurator {
    bottom: 0px;
    width: 100%;
    background-color: #fff;
    z-index: 999;
  }

  .recap-config {
    padding: 10px 0px 10px 15px;
  }

  .steps-config {
    float: right;
  }

  .arrow-step,
  .num-step {
    width: 50px;
    height: 50px;
  }

  .fin-step {
    height: 50px;
    align-items: center;
    padding: 0 25.5px;
  }

  .num-step {
    align-items: center;
  }

  .prev-step::before,
  .suiv-step::before {
    margin: auto;
  }

  .btn-swipe {
    border-radius: 999px;
    height: 30px;
    width: 30px;
    background: url(images/icons/arrow-curved.svg) no-repeat center center #fff;
  }

  .btn-recap {
    margin-left: 5px;
  }

  .num-step .step {
    margin-bottom: 10px;
  }

  .swipe-config {
    bottom: 50px;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    z-index: 5;
  }

  /* .btn-radio-billard img:has(+ .checked) {
    border: 1px solid;
  } */
  .box-config {
    padding-bottom: 15px;
    flex-direction: column;
  }

  .title-box-config {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .box-selection-congif {
    padding-top: 15px;
  }

  .list-modele .slick-slide {
    margin: 0px 10px;
    padding: 0;
  }

  .border-checked {
    border: 1px solid #000;
  }

  .tel-configurator .cta-catalog a {
    padding: 5px 10px;
  }

  .tel-configurator .cta-catalog {
    margin-top: 10px;
  }

  .tel-configurator li {
    display: flex;
    flex-direction: row;
  }

  .tel-configurator li div {
    flex-direction: column;
  }

  .tel-configurator ul {
    padding: 0 0 0 2.5em;
    margin: 0;
  }

  #content-step2 .btn-tel,
  #content-step3 .btn-tel {
    display: flex;
  }

  .btn-tel,
  .btn-print {
    margin-left: 10px;
  }

  .btn-tel a {
    border-radius: 999px;
    height: 30px;
    width: 30px;
    background: url(images/icons/call.svg) no-repeat center center #fff;
  }

  .list_navStep:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #EDEDED;
    content: ""
  }

  .list_navStep:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #EDEDED;
    content: ""
  }

  .finition-content,
  .drap-content {
    position: absolute;
    right: 5px;
    bottom: 5px
  }
}

@media (min-width: 768px) {

  /* .nav-steps {
    top: 100px;
  }
  .content-steps {
    margin-top: 172px;
  } */
  .stepSelection {
    flex: 1 1 auto;
  }

  .btn-recap button {
    padding: 13px;
  }
}

@media (min-width: 1024px) {
  #errors-b2w {
    top: inherit;
    bottom: 90px;
    position: fixed;
    padding: 0 20px;
    text-align: center;
    right: 0;
    width: 40%;
  }

  #content-step2 .btn-tel,
  #content-step3 .btn-tel {
    display: none;
  }

  .list-modele {
    padding: 0;
  }

  .finition-content,
  .drap-content {
    display: none;
  }

  .step-modele {
    padding: 0px;
    margin: 0;
  }

  .text-recap,
  .btn-recap {
    display: none;
  }

  .text-recap-desktop {
    display: inline-block;
  }

  .nav-steps {
    padding: 0px;
  }

  .footer-configurator {
    display: inline-flex;
    justify-content: end;
  }

  .list_navStep {
    justify-content: end;
    overflow-x: initial;
    scroll-snap-type: initial;
  }

  .content-steps {
    margin-top: 0px;
    padding: 0;
  }

  #content-step1 {
    /* margin-bottom: 0px; */
    height: calc(100vh - 215px);
    padding: 60px 0;
    margin-top: 125px;
  }

  .slick-track {
    height: 100%
  }

  .list-modele .slick-slide {
    height: 100%
  }

  .btn-radio-billard img {
    max-height: calc(100vh - 275px);
    height: 100%;
  }

  #content-step1 .slick-list {
    height: 100%
  }

  .btn-radio-billard {
    height: 100%
  }

  .list-modele .slick-arrow {
    font-size: 20px;
    top: 50%;
    position: absolute;
    border-radius: 999px;
    background-color: #fff;
    width: 30px;
    height: 30px;
    align-items: center;
    display: flex;
    padding-top: 3px;
    cursor: pointer;
  }

  .list-modele .slick-arrow::before {
    margin: auto;
  }

  .list-modele .slick-prev {
    left: 20px;
    z-index: 1;
  }

  .list-modele .slick-next {
    z-index: 1;
    right: 20px;
  }

  .arrow-step,
  .num-step {
    width: 90px;
    height: 90px;
  }

  .fin-step {
    height: 90px;
  }

  .num-step {
    font-size: 1rem;
  }

  .recap-config {
    padding: 0 15px 0 0;
    align-items: center;
  }

  .tel-configurator,
  .tel-configurator ul {
    padding: 0;
  }

  .tel-configurator li::before {
    display: none;
  }

  .box-config {
    padding-bottom: 0;
  }

  .stepSelection {
    flex: 0 0 auto;
  }

  .box-selection-congif li span.cursor {
    cursor: pointer;
  }

  .text-recap-desktop span {
    line-height: 20px;
  }
}

@media (min-width: 1280px) {
  .nav-steps {
    top: 100px;
  }

  .stepSelection a {
    padding: 35px 15px;
  }

  .list_navStep {
    height: 90px
  }

  .stepSelection:first-child {
    border-left: solid 1px #ededed
  }

  #content-step1 {
    margin-top: 190px;
    height: calc(100vh - 280px)
  }

  .btn-radio-billard img {
    max-height: calc(100vh - 280px);
    cursor: pointer;
  }

  .stepSelection.active a::before {
    height: 2px;
    bottom: 0px;
  }
}

/* CONFIGURATOR STEP 2 - FINITION */

@media (min-width: 0) {
  .step-modele {
    flex-direction: column;
  }

  .col-conf-right {
    flex-direction: column;
    order: 2;
    margin-top: 10px;
    padding: 0 20px 20px
  }

  .img-config-step {
    order: 1;
    width: 100%;
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(0.5625 * 100vw);
    position: relative;
    ;
  }

  .img-config {
    padding: 0 20px;
  }

  .list-finition li::before {
    display: none;
  }

  .list-finition {
    padding: 0 !important;
    margin: 0 !important;
    display: inline-grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
    direction: rtl;
  }

  .radio-btn-finition {
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #ededed !important;
    margin: 0px !important;
    padding: 0 !important;
  }

  .title-model {
    align-self: baseline;
    margin-right: 10px;
    line-height: 40px;
  }

  .radio-color {
    padding: 0;
    width: 40px;
    height: 40px;
  }

  .list-finition .btn-radio-billard .radio.checked:before {
    display: none;
  }

  .list-finition .btn-radio-billard .radio.checked {
    border: 1px solid #000;
    border-radius: 999px;
  }

  .list-finition li {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 40px;
    height: 40px;
  }

  .btn-radio-billard .radio {
    bottom: auto;
    left: auto;
  }

  .btn-radio-billard {
    /* height: 36px; */
  }

  .name-taille-billard {
    text-transform: none !important;
  }

  .name-selection {
    text-transform: capitalize;
    margin-right: 10px;
  }

  .type-choice,
  .votre-config {
    justify-content: space-between;
  }

  .type-choice {
    margin-top: 10px;
  }

  .type-choice::before {
    display: none;
  }

  .type-choice-content {
    width: 100%;
    justify-content: space-between;
  }

  .tel-step {
    margin-top: 10px
  }

  .box-choice ul {
    margin: 0;
    padding: 0;
  }

  .configuration-drap {
    margin-bottom: 50px;
  }

  .tel-configurator {
    width: 100%
  }

  .configuration-finition {
    margin-top: 20px;
  }
}

@media (min-width: 1024px) {
  .list_navStep {
    overflow: hidden
  }

  .step-modele.flex {
    margin-top: 125px;
    height: calc(100vh - 215px)
  }

  .step-modele {
    flex-direction: row;
  }

  .img-config-step {
    height: 100%;
    background-size: cover;
    width: 100%
  }

  .info-step {
    display: inline-block;
  }

  .col-conf-right {
    width: 40%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 300px;
    padding: 0
  }

  .configuration-finition-content {
    width: 100%;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .configuration-finition-content>div {
    width: 100%
  }

  .title-model {
    align-self: baseline;
  }

  .type-choice {
    margin-top: 5px;
  }

  .type-choice::before {
    display: flex;
    top: 4px;
  }

  .box-choice ul {
    margin: 0;
    padding: 0;
  }

  .list-finition {
    grid-template-columns: 1fr 1fr 1fr;
    /* margin: 10px 0 !important; */
  }

  .list-finition li {
    width: 40px;
    height: 40px;
  }

  .radio-btn-finition {
    width: 40px !important;
    height: 40px !important;
  }

  .radio-btn-validate .radio-btn-finition {
    width: 40px !important;
    height: 40px !important;
  }

  .radio-color {
    width: 40px;
    height: 40px;
  }

  .text-recap-desktop span {
    justify-content: end;
  }

  .configuration-otion-content .info-step {
    width: 100%;
  }

  .img-config {
    padding: 0;
    width: 60%;
  }
}

@media (min-width: 1280px) {
  .step-modele.flex {
    margin-top: 190px;
    height: calc(100vh - 280px)
  }

  .img-config {
    width: 60%
  }
}

/* CONGIGURATOR SETP 3 - DRAP */

@media (min-width: 0) {
  .radio-btn-validate .radio {
    border: 1px solid #000;
    border-radius: 999px;
  }

  .votre-config,
  .votre-config span.flex {
    align-items: center;
  }

  .votre-config {
    margin: 0;
    padding: 5px 0;
    height: 50px;
  }

  .type-drap {
    padding-left: 55px;
    justify-content: end;
  }

  .radio-btn-drap {
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #ededed !important;
    margin: 0px !important;
    padding: 0 !important;
  }

  .list-drap li::before {
    display: none;
  }

  .list-drap {
    padding: 0;
    margin: 0;
    display: inline-grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
    direction: rtl;
  }

  .list-drap .btn-radio-billard .radio.checked:before {
    display: none;
  }

  .list-drap .btn-radio-billard .radio.checked {
    border: 1px solid #000;
    border-radius: 999px;
  }

  .list-drap {
    padding: 0 !important;
  }
}

@media (min-width: 1024px) {
  .type-drap {
    padding-left: 0;
    justify-content: space-between;
  }

  .radio-btn-drap {
    width: 40px !important;
    height: 40px !important;
  }
}

/* CONFIGURATOR STEP 4 - OPTIONS */

@media (min-width: 0px) {

  /* The switch - the box around the slider */
  .switch-options {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
  }

  /* Hide default HTML checkbox */
  .switch-options input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ededed;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 10px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .checkbox.checked+.slider {
    background-color: #000;
  }

  input:focus+.slider {
    box-shadow: 0 0 1px #000;
  }

  .checkbox.checked+.slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  /* Rounded sliders */
  .slider.round {
    border-radius: 30px;
    border: 1px solid #828282
  }

  .slider.round:before {
    border-radius: 50%;
  }

  .toogle::before {
    display: none;
  }

  .toogle {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .toogle label {
    padding: 0;
    margin: 0;
  }

  .list-toogle {
    width: 100%;
  }

  .type-option {
    flex-direction: column;
  }

  .box-options ul {
    padding: 0;
  }

  .select-choice select {
    padding: 10px 80px 10px 15px;
    text-align: end;
    border: none;
  }

  .configuration-option {
    /* margin-bottom: 50px; */
  }
}


@media (min-width: 1024px) {
  .list-choice-none::before {
    display: none;
  }

  .configuration-option {
    position: fixed;
    top: 252px;
    overflow-y: scroll;
    overflow-x: initial;
    height: calc(100% - 402px);
    left: 60%;
    /* width: calc( 40% - 100px); */
    max-width: 40%;
    justify-content: center;
    align-items: flex-start;
  }

  .mg-config-step.step2 {
    position: fixed;
  }
}

/* CONFIGURATOR STEP 5 - FORMULAIRE RECAP */

@media (min-width: 0px) {
  .img-config-step.step5 {
    display: none;
  }

  .form-billard-custom form {
    display: flex;
    flex-direction: column;
  }

  .checkbox-form {
    display: inline-flex;
  }
}

@media (min-width: 1024px) {
  .img-config-step.step5 {
    display: block;
  }

  .configuration-recap {
    position: fixed;
    top: 252px;
    overflow-y: scroll;
    overflow-x: initial;
    height: calc(100% - 402px);
    left: 60%;
    max-width: 40%;
    justify-content: center;
    align-items: flex-start;
  }

  /* .configuration-recap-content {
    margin-top: 252px;
  } */
}

/* CONFIGURATOR STEP REMERCIEMENT */

.name-selection.remerciement {
  line-height: 2.5rem;
}

.box-selection li {
  align-items: center;
}

.title-bloc-remerciement {
  padding: 5px 0;
  line-height: 20px;
}

.sub-title-bloc-remerciement {
  line-height: 24px;
}

.configuration-remerciement-content .selection-modele {
  padding: 5px 0;
}

.name-model-billard {
  padding-right: 0;
}

.name-option-billard {
  padding-right: 0 !important;
  padding-left: 10px !important;
  line-height: 1rem !important;
}


@media (min-width: 0px) {
  .btn-print button {
    border-radius: 999px;
    height: 30px;
    width: 30px;
    background: url(images/icons/print.svg) no-repeat center center #fff;
    padding: 0;
  }

  .finition-file-pdf {
    border-radius: 999px;
    height: 30px;
    width: 30px;
    padding: 0;
    right: 0px;
    top: -5px;
    left: auto;
  }

  .btn-question {
    border-radius: 999px;
    height: 30px;
    width: 30px;
    padding: 0;
    left: 60px;
    top: 5px;
  }

  .btn-question.open-popup-casier,
  .btn-question.file-pdf {
    left: 150px;
    top: 0px;
  }

  .fin-step {
    border-bottom: none;
    background-color: #000;
    color: #fff;
  }

  .recap-config.remerciements,
  .steps-config.remerciements {
    width: 50%;
  }

  .steps-config.remerciements {
    justify-content: end;
  }

  .footer-configurator .remerciements .btn-tel {
    margin-right: 10px;
  }

  .recap-config.remerciements {
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .finition-file-pdf {
    right: auto;
    left: -40px;
    top: 0;
  }

  .btn-question {
    right: -40px;
    top: 0px;
    left: auto;
  }

  .btn-question.open-popup-casier,
  .btn-question.file-pdf {
    right: -40px;
    left: auto;
    top: 0px;
  }

  .fin-step {
    text-transform: uppercase;
  }

  .recap-config.remerciements,
  .steps-config.remerciements {
    width: auto;
  }
}

/* IE11 */

#top-single-configurator .attribut-colors ul li input[type="radio"]::-ms-check {
  border: 1px solid #bfbfbf;
  background-color: rgba(0, 0, 0, 0);
}

#content-popup-devis #errors-b2w {
  margin-bottom: 30px;
}

#content-popup-devis .content aside ul li {
  margin-bottom: 5px;
}

#content-popup-devis .content aside ul li strong.lowercase {
  text-transform: lowercase;
  font-style: italic;
}

#content-popup-devis .content form input[type="submit"] {
  float: right;
  padding: 15px 0;
  width: 100%;
}

@media (min-width: 426px) {

  #top-single-configurator {
    padding: 30px 0;
  }

  #top-single-configurator h1 {
    text-align: right;
    margin-bottom: 60px;
  }

  #top-single-configurator .bloc-price {
    position: absolute;
    top: 30px;
    left: 30px;
  }

  #top-single-configurator .attribut-select .question {
    top: 7px;
    right: -40px;
  }

  #content-popup-devis .content form {
    width: auto;
    margin-right: -15px;
    margin-left: -15px;
  }

  #content-popup-devis .content form .field {
    padding: 0 15px;
  }

  #content-popup-devis .content form input[type="submit"] {
    width: auto;
    padding: 15px 30px;
    margin-right: 15px;
  }

  #content-popup-devis .content form button.cancel {
    width: auto;
  }

}

@media (min-width: 769px) {

  #top-single-configurator {
    padding: 60px 0;
  }

  #top-single-configurator .bloc-price {
    top: 0;
  }

  #top-single-configurator .top-single-configurator-right {
    padding: 0 30px 0 30px;
  }

  #top-single-configurator .field {
    float: right;
  }

  #top-single-configurator .attribut-colors ul li input[type="radio"] {
    margin: 4px 0 0 15px;
  }

  #top-single-configurator .attribut-colors ul li .checked:before {
    top: 1px;
    left: 12px;
  }

  #top-single-configurator .cta-demande-devis {
    float: right;
  }

  #content-popup-devis .content .form-configurator-custom {
    padding-left: 60px;
  }

}

@media (min-width: 1041px) {

  #top-single-configurator {
    padding: 90px 0;
  }

  #top-single-configurator ul.thumb-gallery-billard {
    margin: 30px -5px 0 0;
  }

  #top-single-configurator ul.thumb-gallery-billard li {
    padding: 5px;
  }

  #top-single-configurator ul.thumb-gallery-billard li img {
    cursor: pointer;
  }

  #top-single-configurator .top-single-configurator-right {
    padding: 0 0 0 180px;
  }

  #top-single-configurator .attribut-select .title,
  #top-single-configurator .attribut-colors .title {
    top: 15px;
  }

  #top-single-configurator .attribut-select .select,
  #top-single-configurator .attribut-colors ul {
    padding: 15px 0 15px 50%;
  }

  #top-single-configurator .attribut-colors .title small {
    cursor: pointer;
  }

  #top-single-configurator .attribut-colors .title small i {
    vertical-align: middle;
    font-size: 15px;
  }

  #top-single-configurator .attribut-colors ul {
    height: 85px;
    margin: 0 -2px 10px 0;
    padding: 15px 2px 0 50%;
    overflow: hidden;
  }

  #top-single-configurator .attribut-colors ul.open {
    height: auto;
  }

  #top-single-configurator .attribut-colors ul li input[type="radio"] {
    height: 30px;
    width: 30px;
    margin: 0 0 5px 5px;
  }

  #top-single-configurator .attribut-colors ul li .checked:before {
    content: "";
    top: -2px;
    left: 3px;
    height: 32px;
    width: 32px;
  }

  #content-popup-devis #errors-b2w {
    margin-bottom: 60px;
  }

  #content-popup-devis .content aside ul li span {
    display: inline;
  }

  #content-popup-devis .content .title {
    margin-bottom: 60px;
    font-size: 1.75em;
  }

  #content-popup-devis .content .subtitle {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

}

/* Single magasins revendeur */

@media (min-width: 1041px) {
  #content-single-magasins .content-map {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block !important;
    width: 40%;
  }
}

/* Template contact */

#template-contact .content {
  max-width: 700px;
  margin: 0 auto;
}

@media (min-width: 1041px) {
  #template-contact .content {
    float: left;
    padding: 0;
  }

  #template-contact .img-decorative {
    top: 0;
    right: 0;
    bottom: 0;
    width: 40%;
  }
}

/************************************************/
/* 21= RGPD                                     */
/************************************************/

#cookieChoiceInfo {
  position: fixed;
  z-index: 9000;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  width: auto;
  padding: 30px;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}

#cookieChoiceInfo span {
  display: block;
  margin-bottom: 30px;
}

#cookieChoiceInfo a {
  padding: 10px 30px;
  text-transform: uppercase;
  border: 0;
}

#cookieChoiceInfo a#cookieChoiceDismiss {
  background: #000;
  color: #fff;
}

@media (min-width: 426px) {
  #cookieChoiceInfo {
    right: 30px;
    left: 30px;
  }
}

@media (min-width: 1041px) {
  #cookieChoiceInfo {
    right: auto;
    bottom: 60px;
    left: 50%;
    width: 700px;
    margin-left: -350px;
    padding: 60px;
  }
}

/************************************************/
/* 21= WOOCOMMERCE                              */
/************************************************/

.woocommerce-NoticeGroup,
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  position: relative;
  float: left;
  width: 100%;
  padding: 30px;
  margin-bottom: 30px;
  background: #000;
  color: #fff;
  font-style: italic;
  font-size: 0.90em;
  text-align: center;
}

.woocommerce-NoticeGroup ul,
.woocommerce-message ul,
.woocommerce-error ul,
.woocommerce-info ul {
  margin: 0;
  padding: 0;
}

.woocommerce-NoticeGroup li:before,
.woocommerce-message li:before,
.woocommerce-error li:before,
.woocommerce-info li:before {
  display: none;
}

.woocommerce-message a {
  color: #fff;
}

.woocommerce-notices-wrapper a.button {
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
  background: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.80em;
  text-align: center;
  color: #000;
}

body.woocommerce-page #content-page section.content {
  padding: 60px 0 0 0;
}

/* CONTENT TOP WC */

#content-top-wc .search .btn-filter {
  padding: 12px 0 13px 0;
  margin-left: -1px;
  border: 1px solid #000;
}

@media (min-width: 1041px) {
  #content-top-wc {
    padding-bottom: 120px;
  }
}

/* LOOP PRODUCT */

li.loop-product {
  padding: 0 7px !important;
  -webkit-transform: translate3d(0, 0, 0);
}

li.loop-product .onsale {
  position: absolute;
}

li.loop-product img {
  width: 100%;
}

li.loop-product .title {
  margin: 5px 0 5px 0;
}

li.loop-product .price {
  letter-spacing: 0;
}

li.loop-product .price ins {
  float: left;
}

li.loop-product .price del {
  color: #666;
}

@media (min-width: 769px) {

  li.loop-product .title {
    height: 40px;
  }

  li.loop-product .title,
  li.loop-product .price {
    font-size: 0.90em;
  }

}

@media (min-width: 1041px) {

  li.loop-product {
    padding: 0 15px !important;
  }

}

/* ARCHIVE PRODUCT */

#template-boutique aside ul li {
  font-size: 0.90em;
  margin-bottom: 10px;
}

.content-template-boutique .woocommerce-ordering select {
  padding: 13px 0;
  border: 0;
}

ul.products {
  margin-right: -7px;
  margin-left: -7px;
}

nav.woocommerce-pagination {
  display: block;
  float: left;
  width: 100%;
  border-bottom: 1px solid #ededed;
}

nav.woocommerce-pagination ul {
  margin: 0;
  padding: 0;
  width: auto;
  float: right;
}

nav.woocommerce-pagination ul li:before {
  display: none;
}

nav.woocommerce-pagination ul li {
  display: inline-block;
  padding: 0;
}

nav.woocommerce-pagination ul li .page-numbers {
  position: relative;
  margin-left: 15px;
  padding: 15px 5px;
  border: 0;
}

nav.woocommerce-pagination ul li .page-numbers.current {
  font-weight: 700;
  font-style: italic;
}

nav.woocommerce-pagination ul li .page-numbers.current:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  display: block;
  height: 1px;
  background: #000;
}

nav.woocommerce-pagination ul li .page-numbers.prev,
nav.woocommerce-pagination ul li .page-numbers.next {
  width: 40px;
}

nav.woocommerce-pagination ul li .page-numbers.prev i {
  top: 12px;
  left: 0;
}

nav.woocommerce-pagination ul li .page-numbers.next i {
  top: 12px;
  right: 0;
}


@media (min-width: 1041px) {
  #pagination {
    margin-top: 60px;
    padding: 0;
  }

  nav.woocommerce-pagination ul li .page-numbers.prev {
    width: auto;
    padding-left: 40px;
  }

  nav.woocommerce-pagination ul li .page-numbers.next {
    width: auto;
    padding-right: 40px;
  }
}

@media (min-width: 769px) {
  ul.products {
    max-width: 750px;
    margin: 0 auto;
    padding: 0;
  }
}

@media (min-width: 1041px) {

  .content-template-boutique aside,
  .content-template-boutique .content {
    padding: 0;
  }

  .content-template-boutique .woocommerce-ordering {
    margin-top: 50px;
  }

  ul.products {
    max-width: auto;
    margin-right: -15px;
    margin-left: -15px;
  }
}

/* SEARCH PRODUCT */

@media (min-width: 1041px) {
  .content-template-search-product .content-list-top {
    margin-top: 50px;
  }
}

/* SINGLE PRODUCT */

body.single-product .summary .cta-add-to-cart {
  display: none;
}

body.single-product .woocommerce-product-gallery {
  position: relative;
}

body.single-product .woocommerce-product-gallery a.woocommerce-product-gallery__trigger {
  display: none;
}

body.single-product .woocommerce-product-gallery .flex-viewport {
  text-align: center;
}

body.single-product .woocommerce-product-gallery .flex-viewport a {
  margin: 0 auto;
  border: 0;
}

body.single-product .woocommerce-product-gallery ol.flex-control-thumbs {
  display: none;
}

body.single-product h1 {
  position: relative;
  z-index: 10;
}

body.single-product .summary .price .amount {
  display: block;
  letter-spacing: 0;
  font-size: 2em;
  font-style: normal;
}

body.single-product .woocommerce-variation {
  height: 60px;
  margin-bottom: 60px;
}

body.single-product .woocommerce-variation .woocommerce-variation-price {
  position: relative;
  z-index: 5;
  padding-top: 20px;
  margin: -106px 0 0 0;
  font-size: 0.80em;
  background: #fff;
}

body.single-product .variations {
  max-width: 400px;
}

body.single-product .variations .option {
  margin-bottom: 15px;
}

body.single-product .variations ul.color-variable-wrapper {
  margin: 0;
  padding: 0;
}

body.single-product .variations ul.color-variable-wrapper li {
  float: left;
  padding: 0;
}

body.single-product .variations ul.color-variable-wrapper li span {
  position: relative;
  display: inline-block;
  height: 45px;
  width: 45px;
  margin-right: 10px;
  border: 1px solid #bfbfbf;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

body.single-product .variations ul.color-variable-wrapper li:before,
body.single-product .variations ul.color-variable-wrapper li:after {
  display: none;
}

body.single-product .variations ul.color-variable-wrapper li.selected span:after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  display: block;
  height: 49px;
  width: 49px;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

body.single-product .variations ul.image-variable-wrapper {
  margin: 0;
  padding: 0;
}

body.single-product .variations ul.image-variable-wrapper li {
  float: left;
  padding: 0;
}

body.single-product .variations ul.image-variable-wrapper li img {
  position: relative;
  display: inline-block;
  height: 45px;
  width: 45px;
  margin-right: 10px;
  border: 1px solid #bfbfbf;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

body.single-product .variations ul.image-variable-wrapper li:before,
body.single-product .variations ul.image-variable-wrapper li:after {
  display: none;
}

body.single-product .variations ul.image-variable-wrapper li.selected:after {
  content: "";
  position: absolute;
  top: -2px;
  left: 3px;
  display: block;
  height: 49px;
  width: 49px;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

body.single-product .summary .cta-add-to-cart {
  max-width: 400px;
}

body.single-product .summary .cta-add-to-cart .select-qty {
  position: relative;
}

body.single-product .summary .cta-add-to-cart .select-qty input {
  padding: 26px 15px;
  text-align: center;
}

body.single-product .summary .cta-add-to-cart .select-qty button {
  position: absolute;
  top: 50%;
  width: auto;
  padding: 0 15px;
  margin-top: -15px;
  font-size: 25px;
}

body.single-product .summary .cta-add-to-cart .select-qty button#moins_button {
  left: 0;
}

body.single-product .summary .cta-add-to-cart .select-qty button#plus_button {
  right: 0;
}

body.single-product .summary .cta-add-to-cart .btn {
  width: 100%;
  margin-top: 5px;
  font-size: 0.80em;
}

body.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
  display: block !important;
}

body.single-product .bottom-single-page .content ul.products {
  padding: 0 30px;
}

@media (min-width: 426px) {

  body.single-product .woocommerce-notices-wrapper {
    margin-bottom: 30px;
    padding-right: 200px;
    text-align: left;
  }

  body.single-product .woocommerce-notices-wrapper .woocommerce-message a.button {
    position: absolute;
    top: 50%;
    right: 30px;
    width: auto;
    margin-top: -24px;
  }

  body.single-product .summary .price .amount {
    margin-top: 10px;
    font-size: 2.50em;
  }

  body.single-product .woocommerce-variation .woocommerce-variation-price {
    margin-top: -120px;
  }

  body.single-product .summary .cta-add-to-cart .select-qty,
  body.single-product .summary .cta-add-to-cart .btn {
    float: left;
    width: 50%;
  }

  body.single-product .summary .cta-add-to-cart .select-qty {
    padding-right: 15px;
  }

  body.single-product .summary .cta-add-to-cart .select-qty button#plus_button {
    right: 15px;
  }

  body.single-product .summary .cta-add-to-cart .btn {
    padding: 27px 0;
    margin: 0;
  }

  body.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 30px 0;
  }

}

@media (min-width: 769px) {

  body.single-product .summary {
    padding-left: 60px;
  }

  body.single-product .summary .product_title,
  body.single-product .summary .price {
    text-align: right;
  }

  body.single-product .summary .rassurance-single-product {
    text-align: right;
  }

  body.single-product .woocommerce-variation .woocommerce-variation-price {
    text-align: right;
  }

  body.single-product .variations {
    float: right;
    max-width: 300px;
  }

  body.single-product .variations label {
    text-align: right;
  }

  body.single-product .variations ul.color-variable-wrapper li {
    float: right;
  }

  body.single-product .variations ul.color-variable-wrapper li span {
    margin: 0 0 0 10px;
  }

  body.single-product .variations ul.image-variable-wrapper li {
    float: right;
  }

  body.single-product .variations ul.image-variable-wrapper li img {
    margin: 0 0 0 10px;
  }

  body.single-product .variations ul.image-variable-wrapper li.selected:after {
    top: -2px;
    left: 13px;
  }

  body.single-product .summary .cta-add-to-cart {
    float: right;
    max-width: 300px;
  }

  body.single-product .summary .cta-add-to-cart .select-qty,
  body.single-product .summary .cta-add-to-cart .btn {
    width: 100%;
  }

  body.single-product .summary .cta-add-to-cart .select-qty {
    padding-right: 0;
  }

  body.single-product .summary .cta-add-to-cart .btn {
    margin-top: 5px;
  }

  body.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 60px 0;
  }

  body.single-product .bottom-single-page hgroup {
    padding: 0 30px;
  }

  body.single-product .bottom-single-page .content {
    margin-top: -15px;
  }

  body.single-product .bottom-single-page .content table {
    margin-top: 15px;
  }

  body.single-product .bottom-single-page .content ul.products {
    padding: 0 30px;
    margin-top: 20px;
  }

  body.single-product .bottom-single-page .content ul.products .loop-product {
    width: 50%;
    max-width: 250px;
  }

}

@media (min-width: 1041px) {

  body.single-product .woocommerce-notices-wrapper {
    margin-bottom: 60px;
    padding: 0;
  }

  body.single-product .woocommerce-notices-wrapper:before,
  body.single-product .woocommerce-notices-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 100%;
    background: inherit;
  }

  body.single-product .woocommerce-notices-wrapper:before {
    right: 100%;
  }

  body.single-product .woocommerce-notices-wrapper:after {
    left: 100%;
  }

  body.single-product .woocommerce-notices-wrapper .woocommerce-message {
    padding: 60px 0;
  }

  body.single-product .woocommerce-product-gallery ol.flex-control-thumbs {
    display: block;
    margin: 30px 0 0 0;
    padding: 0 0 0 40%;
  }

  body.single-product .woocommerce-product-gallery ol.flex-control-thumbs li {
    float: right;
    width: 100px;
    padding: 0 0 15px 15px;
    line-height: 0;
  }

  body.single-product .variations {
    max-width: 100%;
    margin-bottom: 60px;
  }

  body.single-product .variations ul.color-variable-wrapper li span {
    height: 30px;
    width: 30px;
    margin: 0 0 0 5px;
  }

  body.single-product .variations ul.color-variable-wrapper li.selected span:after {
    top: -4px;
    left: -4px;
    height: 34px;
    width: 34px;
  }

  body.single-product .variations ul.image-variable-wrapper li img {
    height: 30px;
    width: 30px;
    margin: 0 0 0 5px;
  }

  body.single-product .variations ul.image-variable-wrapper li.selected:after {
    left: 8px;
    height: 34px;
    width: 34px;
  }


  body.single-product .summary {
    padding: 0 0 0 120px;
  }

  body.single-product .summary .cta-add-to-cart {
    max-width: 100%;
  }

  body.single-product .summary .cta-add-to-cart .select-qty {
    width: 40%;
  }

  body.single-product .summary .cta-add-to-cart .btn {
    width: 60%;
  }

  body.single-product .summary .cta-add-to-cart .select-qty {
    padding-right: 15px;
  }

  body.single-product .summary .cta-add-to-cart .btn {
    margin-top: 0;
  }

  body.single-product .bottom-single-page hgroup {
    padding: 0 60px 0 0;
  }

  body.single-product .bottom-single-page .content {
    padding: 0;
    margin-top: 0;
  }

  body.single-product .bottom-single-page .content ul.products {
    padding: 0;
    margin-top: 15px;
  }

}

/* TUNNEL ACHAT */

body.woocommerce-cart #content-page .content .row,
body.woocommerce-checkout #content-page .content .row {
  width: 1040px;
}

body.woocommerce-cart p.cart-empty {
  padding: 0 30px;
  font-weight: 700;
  font-style: italic;
}

body.woocommerce-cart p.return-to-shop .btn:before {
  content: "\63";
  right: auto;
  left: -20px;
}

body.woocommerce-cart #content-top-cart {
  min-height: 70px;
}

body.woocommerce-cart #content-top-cart h1 {
  margin: 0;
}

body.woocommerce-cart #content-top-cart .btn {
  display: none;
}

body.woocommerce-cart #content-table-cart article .product-name {
  line-height: 1em;
}

body.woocommerce-cart #content-table-cart article .product-quantity .quantity {
  float: left;
  max-width: 90px;
}

body.woocommerce-cart #content-table-cart article .product-quantity .quantity>div {
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -10px;
  margin-right: -8px;
  background-color: #fff;
}

body.woocommerce-cart #content-table-cart article .product-quantity .quantity label {
  display: none;
}

body.woocommerce-cart #content-table-cart article .product-quantity .quantity input {
  text-align: center;
  padding: 13px 15px;
}

body.woocommerce-cart #content-table-cart article .product-quantity .quantity .moins_button_cart,
body.woocommerce-cart #content-table-cart article .product-quantity .quantity .plus_button_cart {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  padding: 0;
}

body.woocommerce-cart #content-table-cart article .product-quantity .quantity .moins_button_cart {
  left: 0;
}

body.woocommerce-cart #content-table-cart article .product-quantity .quantity .plus_button_cart {
  right: 0;
}

body.woocommerce-cart #content-table-cart article .remove {
  padding: 15px 5px;
}

body.woocommerce-cart #content-table-cart article .price,
body.woocommerce-cart #content-table-cart article .product-subtotal {
  letter-spacing: 0;
}

body.woocommerce-cart #content-table-cart-bottom #coupon-cart button {
  top: 0;
  right: 0;
  width: auto;
  padding: 9px;
  font-size: 20px;
}

body.woocommerce-cart #content-table-cart-bottom .cart-subtotal .price {
  letter-spacing: 0;
}

body.woocommerce-cart #content-table-cart-bottom .cart-discount .woocommerce-remove-coupon {
  font-size: 0.60em;
}

body.woocommerce-cart #content-table-cart-bottom .woocommerce-shipping-totals ul li {
  margin: 10px 0;
}

body.woocommerce-cart #content-table-cart-bottom .woocommerce-shipping-totals ul li .woocommerce-Price-amount {
  float: right;
  letter-spacing: 0;
}

body.woocommerce-cart #content-table-cart-bottom .order-total .price {
  letter-spacing: 0;
}

body.woocommerce-cart #content-table-cart-bottom a.back-to-shop:before {
  content: "\63";
  right: auto;
  left: -20px;
}

body.woocommerce-checkout .woocommerce {
  max-width: 700px;
  margin: 0 auto;
}

body.woocommerce-checkout #form-login form.login {
  display: block !important;
}

body.woocommerce-checkout #form-login form.login p {
  margin-bottom: 30px;
  font-size: 0.80em;
}

body.woocommerce-checkout .select2-container .select2-selection--single {
  height: auto;
  padding: 13px 15px;
  border: 1px solid #000;
  -webkit-border-radius: 0;
  border-radius: 0;
}

body.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  line-height: 1em;
  font-size: 0.80em;
  letter-spacing: 0;
}

body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  width: 45px;
  background: url(images/icons/arrow-bottom-small.svg) no-repeat right center #fff;
}

body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

body.woocommerce-checkout .select2-dropdown {
  border: 1px solid #000;
  border-top: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

body.woocommerce-checkout .select2-search--dropdown .select2-search__field {
  padding: 10px;
}

body.woocommerce-checkout .woocommerce-additional-fields textarea {
  min-height: 85px;
}

body.woocommerce-checkout .woocommerce-additional-fields textarea:focus {
  min-height: 200px;
}

body.woocommerce-checkout .woocommerce-shipping-totals .label {
  margin-bottom: 5px;
}

body.woocommerce-checkout #order_review .price {
  letter-spacing: 0;
}

body.woocommerce-checkout #payment ul li {
  padding: 15px 0;
}

body.woocommerce-checkout #payment ul li label {
  margin: 0;
}

body.woocommerce-checkout #payment .woocommerce-privacy-policy-text p {
  margin: 30px 0;
  font-size: 0.70em;
  font-style: italic;
}

body.woocommerce-checkout .woocommerce-order {
  padding: 0 30px;
}

body.woocommerce-checkout .woocommerce-order ul {
  margin: 0;
  padding: 0;
}

body.woocommerce-checkout .woocommerce-order ul li {
  padding: 5px 0;
  border-top: 1px solid #ededed;
}

body.woocommerce-checkout .woocommerce-order ul li:before {
  display: none;
}

body.woocommerce-checkout .woocommerce-order header,
body.woocommerce-checkout .woocommerce-order #content-my-account-orders {
  display: none;
}

@media (min-width: 426px) {

  body.woocommerce-cart p.return-to-shop .btn {
    float: left;
    width: auto;
  }

  body.woocommerce-cart #content-table-cart article .remove {
    padding: 10px 0;
  }

  body.woocommerce-cart #content-table-cart article .product-subtotal {
    text-align: right;
  }

}

@media (min-width: 769px) {

  body.woocommerce-cart #content-top-cart .btn {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 50%;
  }

  body.woocommerce-cart #content-table-cart article {
    padding: 30px 0 30px 60px;
  }

  body.woocommerce-cart #content-table-cart-bottom .wc-proceed-to-checkout a {
    width: 100%;
  }

  body.woocommerce-checkout .woocommerce {
    max-width: 100%;
    margin: 0 auto;
  }

  body.woocommerce-checkout #form-login form.login .form-row-first {
    padding-right: 15px;
  }

  body.woocommerce-checkout #payment button {
    width: 100%;
  }

}

@media (min-width: 1041px) {

  body.woocommerce-cart #content-top-cart {
    padding: 0;
  }

  body.woocommerce-cart #content-top-cart .btn {
    width: 33.33%;
  }

  body.woocommerce-cart p.cart-empty,
  body.woocommerce-cart p.return-to-shop {
    text-align: center;
  }

  body.woocommerce-cart p.return-to-shop .btn {
    float: none;
  }

  body.woocommerce-cart #content-table-cart article .remove-desktop {
    top: 50%;
    left: 0;
    height: 60px;
    width: 60px;
    padding: 0;
    margin-top: -30px;
    line-height: 60px;
    font-size: 30px;
  }

  body.woocommerce-cart #content-table-cart article .content {
    padding-left: 0;
  }

  body.woocommerce-cart #content-table-cart article .info {
    padding: 30px 60px 0 30px;
  }

  body.woocommerce-cart #content-table-cart article .product-name {
    margin-bottom: 15px;
  }

  body.woocommerce-cart #content-table-cart article .price {
    font-size: 0.90em;
  }

  body.woocommerce-cart #content-table-cart article .product-quantity .quantity {
    max-width: 100%;
    margin-top: 15px;
  }

  body.woocommerce-cart #content-table-cart article .product-quantity .quantity input {
    padding: 20px 15px;
  }

  body.woocommerce-cart #content-table-cart article .product-quantity .quantity .moins_button_cart,
  body.woocommerce-cart #content-table-cart article .product-quantity .quantity .plus_button_cart {
    width: 45px;
  }

  body.woocommerce-cart #content-table-cart article .product-subtotal {
    margin-top: 45px;
  }

  body.woocommerce-cart #content-table-cart article .product-subtotal .price {
    font-size: 1.25em;
  }

  body.woocommerce-cart #content-table-cart-bottom {
    padding: 30px 0 0 0;
  }

  body.woocommerce-cart #content-table-cart-bottom .woocommerce-shipping-totals p {
    font-size: 0.80em;
    margin: 0;
  }

  body.woocommerce-cart #content-table-cart-bottom .order-total .label {
    margin-top: 7px;
  }

  body.woocommerce-cart #content-table-cart-bottom .order-total .price {
    font-size: 1.50em;
  }

  body.woocommerce-checkout #form-login form.login .form-row-first {
    padding-right: 0;
  }

}

/* COMTPE CLIENT */

body.woocommerce-account #content-page .content .row {
  width: 1040px;
}

body.woocommerce-account #content-woocommerce-login #customer_login {
  float: none;
  max-width: 700px;
  margin: 0 auto;
}

body.woocommerce-account #content-woocommerce-login #customer_login span.separator {
  line-height: 0;
}

body.woocommerce-account #content-woocommerce-login #customer_login span.separator span {
  padding: 0 10px;
}

body.woocommerce-account #content-woocommerce-login #customer_login .woocommerce-privacy-policy-text {
  float: left;
  width: 100%;
  font-size: 0.80em;
  font-style: italic;
}

body.woocommerce-account #content-woocommerce-login #customer_login .woocommerce-password-strength {
  display: block;
  margin: 10px 0 5px 0;
  font-weight: 700;
  font-style: italic;
  font-size: 0.90em;
}

body.woocommerce-account .woocommerce-ResetPassword {
  max-width: 420px;
  margin: 0 auto;
}

body.woocommerce-account #content-top-my-account a.logout {
  padding-left: 30px;
  margin-top: 23px;
}

body.woocommerce-account #content-top-my-account a.logout i {
  top: -4px;
  left: 0;
  font-size: 20px;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  font-style: italic;
  font-weight: 700;
}

body.woocommerce-account header.smartphone {
  margin-top: -35px;
}

body.woocommerce-account header.smartphone a {
  font-size: 30px;
}

body.woocommerce-account .woocommerce-MyAccount-content ul.list {
  margin-right: -5px;
  margin-left: -5px;
}

body.woocommerce-account .woocommerce-MyAccount-content ul.list li {
  padding: 15px 5px;
}

body.woocommerce-account .woocommerce-MyAccount-content ul.list li figure {
  margin-bottom: 5px;
}

body.woocommerce-account .woocommerce-MyAccount-orders article .woocommerce-orders-table__cell {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

body.woocommerce-account .woocommerce-MyAccount-orders article .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
  font-size: 0.80em;
  text-transform: uppercase;
}

body.woocommerce-account .woocommerce-MyAccount-order-content .back-to-order:before {
  right: auto;
  left: -22px;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

body.woocommerce-account .woocommerce-MyAccount-order-content .order_details li {
  padding: 5px 0;
}

body.woocommerce-account .woocommerce-MyAccount-order-content .order_details label {
  margin: 0;
  font-weight: 400;
  font-style: normal;
}

@media (min-width: 426px) {
  body.woocommerce-account .woocommerce-MyAccount-content ul.list li a {
    font-size: 0.90em;
  }
}

@media (min-width: 1041px) {
  body.woocommerce-account header.show-desktop {
    display: block;
  }
}

/* Address */

body.woocommerce-account .woocommerce-address-fields,
body.woocommerce-account .woocommerce-EditAccountForm {
  max-width: 400px;
}

body.woocommerce-account .woocommerce-EditAccountForm small {
  margin-bottom: 5px;
}

@media (min-width: 426px) {

  body.woocommerce-account #content-top-my-account p {
    float: left;
    margin-bottom: 0;
  }

  body.woocommerce-account #content-top-my-account a.logout {
    float: right;
  }

}

@media (min-width: 769px) {

  /* Address */

  body.woocommerce-account .woocommerce-Addresses {
    margin-right: -15px;
    margin-left: -15px;
  }

  body.woocommerce-account .woocommerce-Addresses .woocommerce-Addresscol {
    margin: 15px;
  }

  body.woocommerce-account .woocommerce-MyAccount-content ul.list {
    margin-right: -15px;
    margin-left: -15px;
  }

  body.woocommerce-account .woocommerce-MyAccount-content ul.list li {
    padding: 30px 15px;
  }

  body.woocommerce-account .woocommerce-MyAccount-content ul.list li a {
    font-size: 0.80em;
  }

  body.woocommerce-account .woocommerce-MyAccount-orders article .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
    position: absolute;
    top: 30px;
    right: 0;
    width: auto;
  }

}

@media (min-width: 1041px) {

  body.woocommerce-account #content-woocommerce-login .btn {
    width: 100%;
  }

  body.woocommerce-account #content-woocommerce-login .img-decorative {
    top: -60px;
    right: -60%;
    bottom: 0;
    width: 100%;
  }

  body.woocommerce-account #content-woocommerce-login #customer_login {
    padding-right: 60px;
  }

  body.woocommerce-account #content-top-my-account {
    padding: 0;
  }

  body.woocommerce-account #content-top-my-account .content {
    padding: 0 0 15px 0;
  }

  body.woocommerce-account .woocommerce-MyAccount-content {
    padding: 30px 0;
  }

  body.woocommerce-account aside {
    padding: 0 60px 0 0;
    margin-top: -51px;
  }

  body.woocommerce-account aside .menu-my-account {
    margin-bottom: 60px;
  }

  body.woocommerce-account .content-right-info {
    padding: 30px 0;
  }

  body.woocommerce-account .woocommerce-address-fields .btn,
  body.woocommerce-account .woocommerce-EditAccountForm .btn {
    width: 100%;
  }

}

/* configurateur */
@media (min-width: 0px) {
  .swipe-config {
    display: none;
  }

  .swipe-close-content {
    display: flex;
    padding: 20px 0;
    justify-content: center;
  }

  .swipe-close {
    width: 40px;
    height: 5px;
    background: #828282;
    border-radius: 2px;
    text-align: center;
  }

  .swipe-config.swipe-open {
    display: block
  }
}

/* Modif Seb 21-07-2023 */

@media (min-width: 1041px) {
  body.page-template-template-home #header {
    padding-left: 0;
  }

  #content-home-slider #list-home-collections {
    width: 100%;
  }

  #content-home-slider hgroup {
    top: calc(49% - 2px);
    padding: 10px 20px 11px;
    left: 45px;
    z-index: 1;
    background: white;
  }

  #logotype-bm {
    width: 151px;
    height: 112px;
    background: white;
    padding: 15px;
    top: 0;
  }
}

@media (min-width: 1300px) {
  #content-home-slider #list-home-collections {
    width: 69%;
  }

  body.page-template-template-home #header {
    padding-left: 200px;
  }

  #content-home-slider hgroup {
    background: transparent;
    top: 50%;
    margin-top: -54px;
    padding: 0;
    left: 10%;
  }
}

@media (min-width: 1410px) {
  body.page-template-template-home #header>.row {
    width: 1144px;
  }


}

@media (min-width: 1610px) {
  #content-home-slider #list-home-collections {
    width: 63%;
  }

  #content-home-slider hgroup {
    left: 20%;
  }
}

/* Modif Seb 3-8-2023 */

@media (min-width:0) {
  .advgb-images-slider .advgb-image-slider-item img {
    object-fit: cover;
    object-position: center;
  }

  .flickity-prev-next-button {
    height: 50px;
    width: 50px;
  }

  .flickity-prev-next-button.previous {
    left: 0;
  }
  .flickity-prev-next-button.next {
    right: 0;
  }
  .flickity-prev-next-button .flickity-button-icon {
    height: 15px;
    left: calc(50% - 8px);
    top: calc(50% - 8px);
    width: 15px;
  }

  .previous.flickity-prev-next-button .flickity-button-icon {
    right: calc(50% - 8px);
  }
}