/*
Theme Name: Theme-Enfant
Description: La description de mon Theme enfant
Author: Mon nom
Author URI: https://www.monsite.net
Template: Divi
Version: 1.0
*/

body {
	font-family:'acumin', sans-serif!important;
}

/*blog image aspect ratio square 1:1*/

.pa-blog-image-1-1 .entry-featured-image-url {
  padding-top: 100%;
  display: block;
}

.pa-blog-image-1-1 .entry-featured-image-url img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0;
  object-fit: cover;
}

.et_pb_blog_0 .et_pb_blog_grid .et_pb_post {
    border-width: 2px;
    border-color: #000000;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
}


/* ..............BLOG BOUTONS FILTRES.............. */

.boutons-en-ligne .et_pb_button_module_wrapper {
    display: inline-block;
    margin: 0 2%;
}

.boutons-en-ligne {
    text-align: center!important;
}

/* ..............SHOP BOUTONS FILTRES.............. */

.boutons-en-ligne-shop .et_pb_button_module_wrapper {
    display: inline-block;
    margin: 0 2%;
}


/* ..............BACK TO TOP.............. */
.et_pb_scroll_top .et-pb-icon {
	background:black !important;
}