/*
Theme Name:     Groupe écho
Description:    Agences de communication - Angers, Troyes, Cholet
Author:         Maryline Cesbron
Template:       Divi
Version:        3.0
*/

/*
Rajoutez vos règles de CSS personnalisé ci-dessous
*/

.centrer-verticalement {
  display: flex;
  flex-direction: column;
  justify-content: center;

/* Et les déclinaisons avec préfixes pour obtenir un résultat homogène sur les divers navigateurs  */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
}

body{
  
}
h1,h2,h3{
    hyphens: auto;
}

h2{
    margin-bottom: 20px;
}
.woocommerce-message{
    display: none;
}
#place_order, #packlink-drop-off-picker, #pwgc-redeem-button{
    background-color: #000;
    color:#fff;
    font-weight: 700;
  text-transform: uppercase;
    border:10px solid #000;
    border-radius: 28px;   
    font-size: 14px!important;
   padding: 0.3em 1em !important;
    transition-duration: 300ms;
  transition-timing-function: ease;
  transition-delay: 0ms;
}
#place_order::after, #packlink-drop-off-picker::after, #pwgc-redeem-button::after{
    content: ""!important;
}
#place_order:hover, #packlink-drop-off-picker:hover, #pwgc-redeem-button:hover{
  font-size: 14px!important;
    background-color: #E7DAB8;
      border:10px solid #E7DAB8;
  color: #000000 !important;
  letter-spacing: inherit!important;

  border-color: rgba(0,0,0,0);
 padding: 0.3em 1em !important;
}
#pwgc-redeem-gift-card-number{
    height: 35px;
  margin-bottom: 7px;
  padding: 8px;
}
