
/*-----------------------------------*/
/* page notre philosophie */
/*-----------------------------------*/
.post-carousel {
	margin: auto 0 !important;
	max-width: 1100px;
	width: 1100px;
}
.img-remuneration-div b {
	flex-basis: 50% !important;
}
@media (max-width: 768px) {
    .les-fondatrices {
        display: flex;
        flex-direction: column-reverse;
    }
	.modele div{
		min-width: 80% !important;
	}
}
.title-modele{
    font-weight: 400;
    font-size: 18px;
}
.div-modeles p, .div-modeles li, .modele p{
    font-weight: 400;
    font-size: 14px;
}
.div-modeles h3{
    font-weight: 400 !important;
    font-weight: 500 !important;
    font-size: 18px;
}
.div-modeles h4{
    font-weight: 500 !important;
    font-size: 16px;
}
.div-modeles b{
    font-weight: 600 !important;
}
.modele.div-modeles ul li{

	/* color: red;*/
}
.modele {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0;
}

.modele div {
    flex-grow: 1; 
    flex-basis: 0;
    min-width: 300px;
    background: #FBF7F3;
    padding: 10px 20px;
}
.modele li{
    margin: 7px 0;
}
.div-accompagnement{
    padding: 10px 20px;
    background: #FBF7F3;
}
/*-----------------------------------*/
/* page modele */
/*-----------------------------------*/
.kuma-choix-modele {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    background: #FBF7F3;
    border-radius: 10px;
}

.kuma-choix-modele h2 {
    margin-bottom: 10px;
    font-size: 18px;
}

.kuma-choix-modele h3 {
    margin-top: 20px;
    font-weight: 500;
    font-size: 16px;
}

.kuma-choix-modele p {
    line-height: 1.6;
    font-size: 14px;
}

.kuma-choix-modele ul {
    list-style: disc;
    margin-left: 20px;
    font-size: 14px;
}

.kuma-choix-modele ul li {
    padding: 5px 0;
    font-size: 14px;
}

.kuma-choix-modele table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.kuma-choix-modele table th, 
.kuma-choix-modele table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

.kuma-choix-modele table th {
    background: #f1f1f1;
    font-weight: bold;
}

.kuma-choix-modele table tr:nth-child(even) {
    background: #f9f9f9;
}
.kuma-choix-modele table tr:nth-child(odd) {
    background: #fff;
}