/*
Theme Name:     AW2025
Theme URI:      https://example.com/twentytwentyfive-child
Description:    Thème enfant du thème Twenty Twenty-Five
Author:         Ton Nom
Author URI:     https://example.com
Template:       twentytwentyfive
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    aw2025
*/

.square {
    display:block;
}

.square p{
    height: 100%;
    margin: 0;
    opacity: 0;
    background: rgba(14,58,95,.8);
    transition: 0.4s all;
    color: white;
}

.square:hover P {
    opacity: 1;
}

.square::before {
  content: "";
  float: left;
  height: 100%;
  width: 50%;
  shape-outside: polygon(
    0 0,
    98% 0,
    50% 6%,
    23.4% 17.3%,
    6% 32.6%,
    0 50%,
    6% 65.6%,
    23.4% 82.7%,
    50% 94%,
    98% 100%,
    0 100%
  );
  shape-margin: 11%;
}

.square p::before {
  content: "";
  width: 50%;
  height: 100%;
  float: right;
  shape-outside: polygon(
    2% 0%,
    100% 0%,
    100% 100%,
    2% 100%,
    50% 94%,
    76.6% 82.7%,
    94% 65.6%,
    100% 50%,
    94% 32.6%,
    76.6% 17.3%,
    50% 6%
  );
  shape-margin: 11%;
}

.projects {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.project {
    background-size: cover;
    width: 150px;
    height: 120px;
    border:1px solid #EAEAEA;
}

.time-line  H3 {
    margin-bottom: 0;
    font-size: 28px;
}

.time-line  H3.today SPAN {
    color: #189CD8;
    text-align: center;
}

.time-line  {
    border-bottom: 2px solid #189CD8;
    padding-bottom: 5px;
}

.bullet {
    background:#189CD8;
    height: 8px;
    width: 8px;
    border-radius: 50px;
    margin-left: 22px;
}

.dec-2023 {
    padding-left: 0px;
}

.dec-2024 {
    padding-left: 100px;
}

.project {
    text-decoration: none;
    position:relative;
}
.project SPAN {
    opacity: 0;
    transition: 0.4s all;
    background: black;
    color:white;
    position: absolute;
    bottom:0;
    right: 0;
    font-size: 12px;
    padding: 10px;
    left:0;
}
.project:hover SPAN {
    opacity: 1;
}

body.home main {
    margin-top: 0 !important;
}

body.home main>div {
    padding-top: 0 !important;
}

.uagb-post__inner-wrap div:first-child {
    background: #EDEDED;
}

.uagb-post__inner-wrap div:first-child A {
    font-size: 22px; 
    font-weight: 600;
}

.uagb-block-85cbbbbf .uagb-post-grid-byline,
.uagb-block-85cbbbbf .uagb-post__title,
.uagb-block-85cbbbbf .uagb-post__excerpt {
    padding-left: 15px;
    padding-right: 15px;
}

.uagb-post-grid .uagb-post__excerpt p {
    margin-top: 0;
    font-size: 16px;
}

.uagb-block-85cbbbbf .uagb-post-grid-byline {
    color: #AAA;
    text-align:right;
}