/*
Theme Name: Divi Child
Template: Divi
Description: Divi Child Theme
Author: Info Conception
Author URI: https://infoconception.fr/
*/

body {

	font-family:inherit;
}

p {
	font-family : 'Aptos',Helvetica,Arial,Lucida,sans-serif;
}

.h2_center_line h2::after {
    content: "";
    display: block;
    width: 100px;
    height: 4px;
    margin: 10px auto;
    background-color: #BB1543;
}

.h2_left_white_line h2::after {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    margin-top: 20px;
    background-color: #fff;
}

.h2_left_red_line h2::after {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    margin-top: 20px;
    background-color: #BB1543;
}

.icon_bg .et_pb_icon_wrap {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.bloc_red_right::after {
    content: "";
    display: block;
    height: 100%;
    width: 120px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #bb1543;
}

.bloc_red_left::after {
    content: "";
    display: block;
    height: 100%;
    width: 120px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #e19790;
}

.liste_article article.et_pb_post {
    padding: 25px;
    border-left: 4px solid #bb1543 !important;
    background-color: #F0CAC6;
    margin-bottom: 15px !important;
}

footer a.btn_footer {
    width: 100%;
    text-align: center;
}

footer .footer_link_list p {
    margin-bottom: 0;
}

li::marker {
    color: #E5A59F;
}

.last_post_bloc article.et_pb_post {
    margin-bottom: 0;
}

.last_post_bloc h2 {
    margin-bottom: 40px;
}

.last_post_bloc a.more-link {
    display: inline-block !important;
    color: #FFFFFF !important;
    border-width: 0px !important;
    border-radius: 5px;
    font-weight: 700 !important;
    background-color: #bb1543;
    padding: .3em 1em;
    line-height: 1.7em !important;
    margin-top: 30px;
    transition: all 300ms ease 0ms;
}

.last_post_bloc a.more-link::after {
    font-family: ETmodules !important; 
    font-size: 32px;
    line-height: 1em;
    content: "\35";
    opacity: 0;
    position: absolute;
    margin-left: -1em;
    transition: all 300ms ease 0ms;
    text-transform: none;
    -webkit-font-feature-settings: "kern" off;
    font-feature-settings: "kern" off;
    font-variant: none;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
}

.last_post_bloc a.more-link:hover:after {
    opacity: 1;
    margin-left: 0;
}

.last_post_bloc a.more-link:hover {
    border: 2px solid transparent;
    padding: .3em 2em .3em .7em;
}

.bloc_banniere {
    min-height: 490px;
}

.img_left_pink_line::after {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    margin-top: 20px;
    background-color: #F4E8DF;
}

.bloc_info_contact p {
    display: flex;
    align-items: center;
}

.bloc_info_contact p span {
    margin-right: 7px;
}