/* 
Theme Name: APROHL (2023)
Theme URI: https://github.com/elementor/hello-theme/
Description: ..
Author: Pi communication
Author URI: #
Template: hello-elementor
Version: 1.0.1
Text Domain: aprohl
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: #
*/

/*
    Add your custom styles here
*/

.flex {display: flex; gap: 20px;}
.flex-between {justify-content: space-between;  }
.flex-col {flex-direction: column;}
.flex-align-center {align-items: center;}
.cours-meta {display: flex; align-items: center; gap: 20px;}
.cours-cta {white-space: nowrap;}
.cours-left {gap:10px;}
.excerpt {font-size: 14px; line-height: 16px; color: #000;}
.row-doc {display: flex; justify-content: space-between; align-items: center; padding: 15px 0; border-bottom: solid 1px #C4CBDB;}
.row-doc .one {}
.row-doc .two {display: flex; justify-content: flex-end; align-items: center; gap: 20px;}
.row-doc .two a span {display: inline-block; margin-right: 10px; align-items: center;}
.row-doc .two a, .cours-cta a {
    text-align: center;
    transition: all .3s;
    display: inline-block;
    font-family: "DM Sans", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 0px;
    fill: #0D2D68;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 50px 50px 50px 50px;
    padding: 12px 25px 10px 25px;
    color: #0D2D68;
    background-color: #FFFFFF;
    border-color: #C4CBDB;
    white-space: nowrap;
   
}
.row-doc .two a:hover, .cours-cta a:hover {
    color: #FFFFFF;
    background-color: #0D2D68;
    border-color: #0D2D68;
    
}

.row-doc .viewPdf {font-weight: bold;}

.cours_sessions_list li.active a {color:var( --e-global-color-ee90878 ); font-weight: bold;}

.elementor-nav-menu--dropdown li.current-menu-ancestor .elementor-item.highlighted {font-weight:bold;}