/* 
 Theme Name:     La Fondation de Fribourg pour la Jeunesse 
 Author:         Théo Hasler / Espace-contrastes
 Author URI:     https://www.espace-contrastes.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.4.1
*/ 


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

ul.job_listings li.job_listing {
font-size: 14px;
}



/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}
 
/*** Hide Sidebar ***/
#sidebar {display:none;}
 
/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
#left-area {
    width: 100%;
    padding: 10px 0px 0px !important;
    float: none !important;
}
}

.post-meta-infos {display:none;}


.dct-counter-style-2{
    padding: 30px 20px;
    border: 5px solid #E11485;
    border-radius: 50px 0 50px 0;
    text-align: center;

   -webkit-transition: all 0.6s;
        transition: all 0.6s;
}
  .dct-counter-style-2:hover{
   -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
        box-shadow: 1px 5px 14px rgba(0, 0, 0, 3);  z-index: 1;
    box-shadow: 0 0 1px 10px rgba(226,17,135,1);
}
.dct-counter-style-2 .dct-counter-style-2-icon{
    display: block;
    font-size: 40px;
    color: #fff;
    margin-bottom: 25px;
}
.dct-counter-style-2 .percent .percent-value{
    display: inline-block;
   line-height: 80px;
    background: #E11485;
    border-radius: 0 50px 0 50px;
    font-size: 50px;
    color: #fff;
    margin-bottom: 10px;
	padding:0px 10px;
}
.dct-counter-style-2 .title{
    font-size: 20px;
    color: #000;
    margin-top:10px;
  font-variant:small-caps;
}
  .dct-counter-style-2 .percent {height:auto !important;}
  
  
  .dct-counter-style-2.yellow { border-color:#e8a83b ;}
   .dct-counter-style-2.yellow .percent .percent-value{background: #e8a83b; }
  .dct-counter-style-2.yellow:hover{
  box-shadow: 0 0 1px 10px #e8a83b;
  }
  
.dct-counter-style-2.blue { border-color: #14cbdc; }
  .dct-counter-style-2.blue .percent .percent-value {  background: #14cbdc;
  }
  .dct-counter-style-2.blue:hover{
  box-shadow: 0 0 1px 10px #14cbdc;
  }
  
.dct-counter-style-2.green { border-color: green; }
  .dct-counter-style-2.green .percent .percent-value{  background: green;}
  .dct-counter-style-2.green:hover{
  box-shadow: 0 0 1px 10px green;
  }
