.wp-block-button__link {
	border-radius: 50px;
    margin-bottom: 30px;
    padding: 20px 30px;
    background-color: #0051FD;
}

/***** BOX RESUME *****/
@media screen and (max-width: 767px) {
.box-rsm {
	background-color:#086AFF;
	color:white;
	text-align:center;
	padding: 30px 50px 40px 50px;
	width:100%;
	margin:30px auto;
	font-weight: 800;
    border-radius: 50px;
}
}

@media screen and (min-width: 767px) {
.box-rsm {
	background-color:#086AFF;
	color:white;
	text-align:center;
    padding: 30px 50px 40px 50px;
	width:100%;
	margin:30px auto;
	font-weight: 800;
    border-radius: 50px;
}
}

.box-rsm > p {
	margin-bottom:15px!important;
}

.box-rsm > ul {
	text-align: left;
}

/*** TITRE BOX RESUME ***/
.titre_cmpint {
    font-size: 1.8em !important;
    font-weight: 1000;
}

/*** BUTTON BOX RESUME ***/
.box-rsm .btn--cmpint {
	text-align:center;
	background-color: #ffc107 !important;
	border-radius: .250rem;
	cursor: pointer;
	padding:10px 20px!important;
	margin: 10px 0 0 0;
	font-weight: 400;
	font-size: 1.15rem;
	line-height: 160%;
	display: inline-block;
	border-style: none;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5);
	color:#121212;
}

.box-rsm .btn--cmpint:hover {
	color:#121212;
	border-style: none;
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.8);
}

/***** BUTTON *****/
.btn--cmpint {
	text-align: center;
    background-color: #086AFF !important;
    border-radius: 50px;
    cursor: pointer;
    padding: 20px 20px !important;
    margin: 10px 0 40px 0;
    font-weight: 600;
    font-size: 1.2em;
    line-height: 1.7em;
    display: inline-block;
    border-style: none;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
    color: white;
}

.btn--cmpint:hover {
	color:white;
	border-style: none;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.8);
}


/***** BUTTONS SIZE *****/
@media only screen and (min-device-width : 320px) and (max-device-width : 600px) {
button.btn--cmpint {
	width:100%;
}
}

@media only screen and (min-device-width : 600px) {
button.btn--cmpint {
	width:70%;
}
}



/***** SECTION EN BREF *****/
.en-bref {
    background-color: #291528;
    color: #ffffff;
    padding: 3rem; /* espace autour du texte */
    border-radius: 10px; /* coins légèrement arrondis */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* ombre discrète */
    margin: 1.5rem 0; /* espace au-dessus et en dessous */
    position: relative;
}

/* titre "En bref" automatique en pseudo-élément */
.en-bref::before {
    content: "En bref";
    display: block;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
/***** FIN SECTION EN BREF *****/