/*======================================
Theme Name: Free Divi Child Theme By Pee-Aye Creative
Theme URI: https://www.peeayecreative.com/
Description: This is a free Divi child theme from Pee-Aye Creative!
Author: Nelson Lee Miller (aka The Divi Teacher)
Author URI: https://www.peeayecreative.com/
Author Email: nelson@peeayecreative.com
Template: Divi
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
======================================*/

 /* ===== NOTES ==================================================================
 * 
 * New to Divi? Take our full Divi course: https://www.peeayecreative.com/product/beyond-the-builder-the-ultimate-divi-website-course/
 * 
 * Learn cool tricks and features with our Divi tutorials: https://www.peeayecreative.com/blog/
 * 
 * Discover our premium Divi products: https://www.peeayecreative.com/shop/
 * 
 * =============================================================================== */

/*add your custom CSS below this line*/


/* Styles pour le bouton */
  .mon-bouton {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff; 
    color: #fff;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
  }



.custom-author-project {
    display: flex;
    justify-content: space-between;
    background-color: #f7f7f7; /* Fond gris */
    padding: 10px;
    margin: 10px 0;
}

.custom-author-project-left {
    display: flex;
    align-items: center;
}

.custom-author-project-left img {
    width: 30px; /* Ajustez la taille de l'icône selon vos besoins */
    margin-right: 10px;
}

.custom-author-project-right a.pdf-button {
    background-color: #0073e6; /* Fond bleu */
    color: #000000;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}



/* Sidebar styles */
.sidebar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 20px;
}

/* Compatibility with Divi column */
.et_pb_column .sidebar {
    padding-left: 0;
    padding-right: 0;
}


.sidebar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sidebar ul li {
    margin-bottom: 10px;
}

.sidebar ul li a {
    text-decoration: none;
    color: #000000;
    font-size: 18px;
    display: block;
    padding: 8px 15px;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.sidebar ul li a:hover {
    background-color: #555;
}

.custom-icon {
    vertical-align: middle; 
    margin-right: 10px; 
    width: 20px;
    height: 20px;
}

