.les-conseils-dentman .flex-container{
align-items: center;
display: flex;
justify-content: center;
}
@media (max-width: 576px) {
.les-conseils-dentman .flex-container{
flex-direction: column;
gap: 1rem;
}
}
.les-conseils-dentman img {
height: 160px;
}
.les-conseils-dentman > div > div{
position: relative;
top: 50px;
}
.les-conseils-dentman  p{
color: #fff;
padding: 20px 20px 20px 50px;
font-size: 16px;
margin: 0;
}
.les-conseils-dentman .message_dentman {
position: relative;
}
.les-conseils-dentman .message_dentman img {
position: absolute;
width: 100%;
z-index: -1;
height: 100%;
}
.les-conseils-dentman > a {
margin: auto;
margin-top: 50px;
}
.dentman-container {
position: relative;
height: 200px;
width: 250px;
animation: flottement 1.5s ease-in-out infinite alternate;
}
.dentman-container img {
position: absolute;
}
.dentman-body {
left: 85px;
top: -43px;
}
.dentman-cape {
left: 20px;
top: 7px;
transform-origin: 50% 0;
animation: cape-volante 1.5s ease-in-out infinite alternate;
}
@media (max-width: 754px) {
.les-conseils-dentman .message_dentman img {
display: none;
}
.les-conseils-dentman .message_dentman {
background-color: #53a3dd;
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
top: 0;
}
.les-conseils-dentman .message_dentman p {
padding-left: 0;
text-align: center;
margin: 20px auto;
}
.les-conseils-dentman .dentman-container {
width: 300px;
}
}
@keyframes cape-volante {
from {
transform: rotate(3deg);
}
to {
transform: rotate(-5deg);
}
}
@keyframes flottement {
from {
transform: translateY(0);
}
to {
transform: translateY(40px);
}
}
#aller-plus-loin a.aller-plus-loin_bloc {
img {
max-height: 100px;
margin: 0 auto 20px;
}
p {
font-size: 18px;
font-weight: 600;
line-height: 1.3;
}
}