/*
	Theme Name: Glass Gravure
	Theme URI: https://www.freelanceweb16.fr
	Description: 
	Author: Freelanceweb16
	Author URI: https://www.freelanceweb16.fr

*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');
@import url('https://use.typekit.net/cqm1htu.css');
 
:root {
  --fontCopperplate: 'copperplate', serif;
  --fontRoboto: 'Roboto', sans-serif;
  --blackColor:#000;
  --whiteColor:#fff;
  --redColor:#e70600;
}


html {
  line-height: 1.15;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  /* 3 */ }

/* Sections
 */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

p {
  margin-top: 0;
  margin-bottom: .9rem; }

/* Grouping content
 */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  white-space: pre-wrap; }

/* Text-level semantics
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: #CC3366; }
  a:hover, a:active {
    color: #333366; }
  a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
 */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  height: auto;
  max-width: 100%; }

/* Interactive
 */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400; }

/* Misc
 */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

/* Print
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    page-break-inside: avoid;
    border: 1px solid #cccccc; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/**
 * Form styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 1rem;
  /* 1 */
  line-height: 1.5;
  /* 1 */
  margin: 0;
  /* 2 */ }

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
select,
textarea {
  width: 100%;
  border: solid 1px #666666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all .3s; }
  input[type="text"]:focus,
  input[type="date"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="url"]:focus,
  select:focus,
  textarea:focus {
    border-color: #333333; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  width: auto;
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

button,
[type="submit"],
[type="button"] {
  display: inline-block;
  font-weight: 400;
  color: #CC3366;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  background-color: transparent;
  border: 1px solid #CC3366;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  transition: all .3s; }
  button:focus,
  [type="submit"]:focus,
  [type="button"]:focus {
    outline: 5px auto -webkit-focus-ring-color; }
  button:hover, button:focus,
  [type="submit"]:hover,
  [type="submit"]:focus,
  [type="button"]:hover,
  [type="button"]:focus {
    color: #ffffff;
    background-color: #CC3366;
    text-decoration: none; }
  button:not(:disabled),
  [type="submit"]:not(:disabled),
  [type="button"]:not(:disabled) {
    cursor: pointer; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
  resize: vertical; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

select {
  display: block; }

/**
 * Table styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
table {
  background-color: transparent;
  width: 100%;
  margin-bottom: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse; }
  table th,
  table td {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid #80808080; }
  table th {
    font-weight: bold; }
  table thead th,
  table tfoot th {
    font-size: 1em; }
  table caption + thead tr:first-child th,
  table caption + thead tr:first-child td,
  table caption + thead tr:first-child th,
  table caption + thead tr:first-child td,
  table colgroup + thead tr:first-child th,
  table colgroup + thead tr:first-child td,
  table colgroup + thead tr:first-child th,
  table colgroup + thead tr:first-child td,
  table thead:first-child tr:first-child th,
  table thead:first-child tr:first-child td,
  table thead:first-child tr:first-child th,
  table thead:first-child tr:first-child td {
    border-top: 1px solid #80808080; }
  table tbody > tr:nth-child(odd) > td,
  table tbody > tr:nth-child(odd) > th {
    background-color: #80808012; }
  table tbody tr:hover > td,
  table tbody tr:hover > th {
    background-color: #8080801a; }
  table tbody + tbody {
    border-top: 2px solid #80808080; }
  @media (max-width: 767px) {
    table table {
      font-size: 0.8em; }
      table table th,
      table table td {
        padding: 7px;
        line-height: 1.3; }
      table table th {
        font-weight: 400; } }

/**
 * List styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
dl,
dt,
dd,
ol,
ul,
li {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

footer{
  background-color: var(--blackColor);
  border-top: .0625rem solid var(--whiteColor);
  overflow: hidden;
} 

footer > div.blockReassurance{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 1em;
  padding:2em;
}

footer > div.blockReassurance > div > svg{
  width: 8.0625rem;
  height: 5.4375rem;
}

footer > div.blockReassurance > div > h2{
  font-family: var(--fontCopperplate);
  font-size: 1rem;
}

footer > div.blockReassurance > div > p{
  font-family: var(--fontRoboto);
  font-size:.9375rem;
}

footer > div.blockReassurance > div{
  text-align: center;
  color: var(--whiteColor);
  margin-left: 2em;
  margin-right: 2em;
}

footer > div.socialNetwork{
  border-top: .125rem solid var(--whiteColor);
  border-bottom: .125rem solid var(--whiteColor);
  padding: 1em;
  text-align: center;
  font-size: 1.5em;
  color: var(--whiteColor);
  font-family: var(--fontCopperplate);
  padding-left: 8em;
  padding-right: 8em;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

footer > div.socialNetwork > a > svg{
  width: 4.0625rem;
  height: 4.0625rem;
}

footer > div.footerLinks{
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 1em;
  padding: 2em;
  color: var(--whiteColor);
}

footer > div.footerLinks > div > h2{
  font-size: 1.25rem;
  font-family: var(--fontCopperplate); 
}

footer > div.footerLinks > div > div.logoCertif{
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: 2em;
  margin-right: 2em;
  margin-top: 1em;
}

footer > div.footerLinks > div > div.logoCertif > img{
  width:auto;
  height:4.375rem;
  object-fit: contain;
}

footer > div.footerLinks > div > div.linksMenu > ul{
  padding: 0px;
  list-style-type: none;
  line-height: 2em;
}

footer > div.footerLinks > div > div.linksMenu > ul > li > a{
  color:var(--whiteColor);
  font-family: var(--fontRoboto);
}

footer > div.footerLinks > div.contactUs > div > svg{
  width: 2rem;
  height: 2rem;
}

footer > div.footerLinks > div.contactUs > div{
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}

footer > div.footerLinks > div.contactUs > div > p > a{
  color:var(--whiteColor);
}

footer > div.footerLinks > div.contactUs > div > p{
  margin: 0px;
}


/* header */

header > div.header{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 1em;
}

header > div.header > div > div > svg{
  width: 26px;
  height: 15px;
}

header > div.header > div.rightHeader{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 1em;
  padding: 0.5em;
  font-family: var(--fontRoboto);
}

header > div.header > div.rightHeader > div > a > svg{
  width:3.125rem;
  height: 3.125rem;
}


/* Main content */
.policeCoper h2.elementor-heading-title, .policeCoper h3.elementor-heading-title, .policeCoper h1.elementor-heading-title, .policeCoper span, .policeCoper h2.elementor-divider__text{
  font-family: var(--fontCopperplate);
}

#navigationBar{
  font-family: var(--fontCopperplate); 
  padding: 1em;
}

.languageSelector{
  display: flex;
  gap: 1em;
  margin-bottom: 1em;
}

.languageSelector > div{
  border: 1px solid var(--blackColor);
  width: 2.5rem;
  text-align: center;
}

.languageSelector > div > a{
  color:var(--whiteColor);
  background-color: var(--blackColor);

  display: block;
  transition: .5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.languageSelector > div > a.selected, .languageSelector > div > a:hover{
  background-color: var(--whiteColor);
  color: var(--blackColor);
  display: block;
  transition: .5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

form.wpcf7-form{

  margin: 0 auto;
  color:var(--blackColor);
  font-family: var(--fontRoboto);
}

form.wpcf7-form label{
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}

form.wpcf7-form input[type="text"], input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="url"], select, textarea{
  border-bottom: 2px solid var(--blackColor);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}

form.wpcf7-form div.infosContactFooter{
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
  font-family: var(--fontRoboto);
  color: var(--blackColor);
  flex-wrap: wrap;
}

form.wpcf7-form div.infosContactFooter > div > a{
  color:var(--blackColor);
  text-decoration: underline;
}

form.wpcf7-form [type="submit"]{
  background-color: var(--blackColor);
  border: 1px solid var(--blackColor);
  color: var(--whiteColor);
  display: block;
  margin: 0 auto;
  padding: 0.5em;
  width: 150px;
  font-size: 1.2rem;
}

form.wpcf7-form [type="submit"]:hover{
  background-color: var(--whiteColor);
  border: 1px solid var(--blackColor);
  color: var(--blackColor); 
}

div.logoLabel img{
  height:147px;
  width: auto;
  object-fit: contain;
}

.woocommerce .woocommerce-breadcrumb{
  display: none;
}

.woocommerce header.woocommerce-products-header{
  text-align: center;
  color: var(--blackColor);
  font-family: var(--fontCopperplate);  
  margin-bottom: 2em;
}

.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering{
  display: none;
}

.woocommerce .woocommerce ul.products{
  max-width: 900px;
  margin: 0 auto;
}

.woocommerce .filterBtn{
  max-width: 900px;
  margin: -4em auto 2em auto;
}

.woocommerce a.woof_show_auto_form, .woocommerce a.woof_hide_auto_form {
  background: url('/wp-content/uploads/2022/10/Filtres.webp');
  width: 79px;
  height: 19px;
}

.woocommerce li.product > a > h2.woocommerce-loop-product__title{
  color: var(--blackColor);
  font-family: var(--fontCopperplate);
  font-weight: bold;
    text-align: center;
}

.woocommerce ul.products li.product .price {
  color: var(--blackColor);
  display: block;
  font-weight: bold;
  margin-bottom: 0.5em;
  font-size: 1em;
  text-align: center;
}

.woocommerce ul.products li.product a.button {
  margin: 0;
  background: var(--whiteColor);
  border-radius: 50%;
  box-shadow: 0px 0px 15px -4px rgb(0 0 0 / 50%);
  width: 50px;
  height: 50px;
  line-height: 1em;
  padding: 0.5em;
  text-align: center;
  display: block;
  margin-left: auto;
}

div.twae-label-small{
  white-space: normal;
}

div.twae-label-big{
  font-family: var(--fontCopperplate);
}

div.twae-arrow{
  display: none;
}

div.twae-content{
  border:none;
  box-shadow:none;
}

div.twae-content:hover{
  box-shadow:none;
}

#customer_login > div.u-column1, #customer_login > div.u-column2{
  box-shadow: 2px 2px 15px #ccc;
  padding: 2em;
  border-radius: 10px;
  height:26.875rem;
}

#customer_login > div.u-column1 a, #customer_login > div.u-column2 a{
  color:var(--blackColor);
}

#customer_login > div.u-column1 button.woocommerce-form-login__submit, #customer_login > div.u-column2 button.woocommerce-Button, .woocommerce a.button{
    background-color: var(--blackColor);
    color: var(--whiteColor);
    font-family: var(--fontCopperplate);
}

.woocommerce a.edit{
  background-color: var(--blackColor);
  color: var(--whiteColor);
  font-family: var(--fontCopperplate);
  padding: 0.5em;
  margin-bottom: 1em;
}

.woocommerce button.button{
  background-color: var(--blackColor);
  color: var(--whiteColor);
  font-family: var(--fontCopperplate);
  padding: 0.5em;
  margin-top: 1em;
}

.woocommerce a.button.button.alt, .woocommerce button.button.alt, .woocommerce button.button.alt:hover{
  background-color: var(--blackColor);
  color: var(--whiteColor);
  font-family: var(--fontCopperplate);
  padding: 0.5em;
  margin-top: 1em;
}

div.woocommerce-billing-fields h3{
  text-align: center;
  font-family: var(--fontCopperplate);
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox{
  font-size: .8em;
}

div.woocommerce-info a, a.woocommerce-privacy-policy-link, a.woocommerce-terms-and-conditions-link{
  color: var(--blackColor);
}



#customer_login > div.u-column1 > h2, #customer_login > div.u-column2 > h2{
  text-align: center;
  font-family: var(--fontCopperplate);
}

#customer_login .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: 0px solid #d3ced2;
}

#customer_login div.woocommerce-privacy-policy-text, #customer_login p{
  font-size: .8rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation{
  background-color: var(--blackColor);
  color:var(--whiteColor);
  padding:1em;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul{
  list-style-type: none;
  padding: 0;
  line-height: 2.5em;
}

.woocommerce-account .woocommerce-MyAccount-navigation a{
  color:var(--whiteColor);
}

.woocommerce-MyAccount-content a{
  color:var(--blackColor);
}

div.woocommerce-info, div.woocommerce-message, li.woocommerce-info{
  border-top-color: var(--blackColor);
}

div.woocommerce-info::before, div.woocommerce-message::before, li.woocommerce-info::before{
  color:var(--blackColor);
}

.woocommerce-Address-title h3{
  font-family: var(--fontCopperplate);
}

a.shipping-calculator-button{
  color: var(--blackColor);
}

#coupon_code{
  width: 10em !important;
  margin-top: 1em;
  height: 1.75rem;
}

td.product-name a{
  color: var(--blackColor);
}

.inlineMenu ul.mega-sub-menu{
  display: flex !important;
  gap: 0.5em;
}

.inlineMenu{
  display: flex !important;
  gap: 1.5em;
}

section.related.products{
  display: none;
}

div.product_meta{
  display: none;
}

.woocommerce div.product{
  padding:4em;
}

ul.tabs.wc-tabs{
  display: none;
}

div.wcpa_form_outer{
  padding: 1em 1em 1em 1em;
  border: 1px solid #000;
  border-radius: 10px;
}

.woocommerce div.product form.cart .button {
  float: right;
}

h1.product_title.entry-title{
  font-family: var(--fontCopperplate);
  color: var(--blackColor);
  text-transform: uppercase;
  font-size: 2rem;
}

div.additionnalInformation{
  display: grid;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 1.5em;
  grid-template-columns: 1.5fr 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 1em;
  grid-row-gap: 0px;
}

div.additionnalInformation h3{
  font-size: 1em;
  color:var(--blackColor);
  font-family: var(--fontCopperplate);
}

div.additionnalInformation p{
  color:var(--blackColor);
}

.woocommerce div.product p.price{
  color: var(--blackColor);
  font-weight: bold;
}

.wcpa_form_outer .wcpa_form_item input[type=text]{
  border-bottom: 2px solid var(--blackColor);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}

.wcpa_form_outer .wcpa_form_item div.select > select{
  border: 2px solid var(--blackColor);
}

div.woocommerce-product-details__short-description, .wcpa_form_outer label{
  color:var(--blackColor);
}

.woocommerce div.product div.images img{
    height: 300px;
    object-fit: contain;
}

.woocommerce ul.products li.product a img {
    height: 200px;
    object-fit: contain;
}

/* Sur les produits de la catégorie Plaque personnalisée */
body.plaque-personnalisee-fullwidth .summary.entry-summary {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 1rem;
}

/* Si le conteneur parent est en flex ou grid */
body.plaque-personnalisee-fullwidth .product div.product {
    display: block !important;
}


/* Media queries - Tablette view */
@media screen and (max-width: 480px){
  div.additionnalInformation{
    grid-template-columns: 1fr;
  }

  header > div.header{
    grid-template-columns: 1fr;
  }

  header > div.header > div.rightHeader{
    text-align: center;
    line-height: 2em;
    grid-template-columns: 1fr;
  }

  footer > div.blockReassurance{
    grid-template-columns: 1fr;
  }

  footer > div.socialNetwork{
    flex-wrap: wrap;
    padding-left: 2em;
    padding-right: 2em;
  }

  footer > div.footerLinks{
    grid-template-columns: 1fr;
    text-align: center;
  }

  footer > div.footerLinks > div > div.logoCertif{
    justify-content: space-evenly;
    margin-left: 0em;
    margin-right: 0em;
    margin-bottom: 2em;
  }

  footer > div.footerLinks > div > div.logoCertif > img{
    height: 3.375rem;
  }

  footer > div.footerLinks > div.contactUs > div{
    gap: 1em;
    justify-content: center;
  }

  .languageSelector{
    justify-content: center;
    margin-top: 1em;
  }

  .headerElement{
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .securePayment{
    display: none;
  }

  #customer_login > div.u-column1, #customer_login > div.u-column2{
    margin-bottom: 2em;
  }
}