/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

@media screen and (max-width: 1366px) {
  #box-centrale > div{
    min-height: 73vh;
}
}
@media screen and (max-width: 1024px) {
  #box-centrale > div{
    min-height: 74.2vh;
}
}
@media (aspect-ratio: 4/3) {
    #box-centrale > div{
    min-height: 62.445vh;
}
}
@media screen and (max-width: 768px) {
  #box-centrale > div{
    min-height: 69.5vh;
}
}
@media screen and (max-width: 576px) {
  #box-centrale > div{
    min-height: 62.09vh;
}
}
@media screen and (max-width: 400px) {
  #box-centrale > div{
    min-height: 58.85vh;
}
}


.woocommerce-company-name {
  display: none;
}