/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.actualite {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
    display: flex !important;
}

.actu {
    width: 70%;
    margin-right: 45px;
}

/********** Post **********/
.actu--article__meta {
    margin-bottom: 45px;
}

.actu--article p {
    margin-top: 0px !important;
    text-align: justify;
}

.actu--article a {
    text-transform: uppercase;
    color : #e91157;
}

.actu--article__title {
    text-align: center;
    font-family: "Permanent Marker";
    font-size: 40px;
    color: #e91157;
}

.actu--article__content {
    margin-bottom: 45px;
}

.actu--article__content img {
    border-radius: 15px;
    width: 100%;
    margin-bottom: 15px;
}

/********** Related Posts **********/
.actu--related-posts__div {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
}

.related-post__card {
    width: 400px;
    height: 400px;
    border-radius: 15px;
    position: relative;
}

.related-post__link {
    margin-left: 15px;
}

.related-post__link:first-child {
    margin-left: 0px;
}

.related-post__card p {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    background-color: #1d8db6;
    position: absolute;
    bottom: 0;
    margin: 0;
    width: 100%;
    height: 50%;
    border-radius: 0 0 15px 15px;
    opacity: 90%;
    padding-left: 15px;
}

/********** Profil **********/
.profil {
    width: 30%;
    background:linear-gradient(#1d8db6, #e91157);
    border-radius: 15px;
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
    color: #ffffff;
}

.profil--title {
    color: #ffffff !important;
    margin-top: 30px !important;
}

.profil--img {
    display: flex;
    justify-content: center;
}

.profil img {
    border-radius: 15px;
    width: 100%;
    margin-top: 15px;
    max-width: 200px;
}

.profil h3 {
    color: #ffffff;
    text-align: center;
    margin-bottom: 45px;
}

.profil div h2 {
    color: #ffffff;
}

/********** Membre *********/
.profil--content__membre h2 {
    font-family: "Ubuntu" !important;
}

.profil--content__membre a {
    display: flex;
    justify-content: center;
}

.profil--content__membre button {
    margin-top: 45px;
    margin-bottom: 15px;
}

.profil--content__membre span {
    color: #e91157;
}

/********** Partenaire **********/
.profil--content__partenaire .title-heading-center {
    margin-top: 45px !important;
}

.partenaire--profil__download div:first-child {
    display: flex;
    align-items: center;
}

.partenaire--profil__download a {
    color: #ffffff;
    text-decoration: underline;
}