/* 
 Theme Name:     Ice Coon
 Author:         Ice Coon
 Author URI:     https://new.ice-coon.ch/
 Template:       Divi
 Version:        1
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 5.9.11
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

.article {
    background-color: #050017;
}

article h2 {
    margin-left:15px;
    margin-right:15px;
}

article .post-content {
    margin-left:15px;
    margin-right:15px;
}
.maleIcon {
    font-family: FontAwesome!important;
    color:#008aff;
}
.femaleIcon {
    font-family: FontAwesome!important;
    color: #f44141;
}
.caracsChats  div {
    display:inline-block;

    font-size: 1em;
}

.caracsChats :first-child {
    width: 80px;
     font-weight: bold;
    margin-left:15px;
}
.dispo {
    color:#42f45f!important;
}
.femelle, .indisponible {
    color:#f44141!important;
}
.maison {
    color:#008aff;
}

.et_pb_blog_grid_wrapper .size-1of3 {
    width: 33.0333%!important;
    margin-right:0.3%!important;
}

.dd-blog-list-layout  article {
    background-color: #0b0b16;
}
.dd-blog-list-layout h2 {
    color:white;
}

/*add media query so changes only affect tablet and desktop*/
@media (min-width: 768px) {
/*set the image width*/
.dd-blog-list-layout .entry-featured-image-url  {
float: left;
margin-bottom: 0!important;
width: 50%;
margin-right:5%;
}

.infosPortees {
display: inline-block;
width: 45%;
}
.dd-blog-list-layout h2 {
    padding-top:5%;
    padding-bottom: 20px;
    color: #008aff;
    font-weight: 600;
}
.dd-blog-list-layout h2:hover {
  text-decoration: underline;
}
}
.listePortee {
    display:flex;
    font-size: 1.2em;
    color: white;
}
.listePortee p {
    font-size: 1.2em!important;
    margin-top: 5%;
    color:white;
}
.boite {
    width: 40%;
}

.boutonPortee {
    display: inline-block;
  background-color: #008aff;
  color: #ffffff;
  padding: 14px 40px;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s ease;
  border: none;
  margin-top: 5%;
}

.boutonPortee:hover {
     filter: brightness(0.85);
}