/*
Theme Name: ascent-enfant
Description: https://www.dupontsarl.store
Author: Reyad Bouzeboudja - D�veloppeur - ActiVpart
Author URI: https://www.activpart.com
Template: ascent
Version: 1.0.0
*/

.imgmodele:hover {
    transform: scale(1.4);
    border : ridge;
    
}
.imgmodele {
    margin-top: 10px;
    height: 50px;
    width: 50px;
    transition: transform 0.3s ease;
    margin-left: 2%;
    margin-bottom: 3%;
}

select {
    appearance: auto;
}

.return {
    background-color: lightgray;
    color: black;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10%;
}
.return:hover {
    background-color: #007bff;
    color: #fff;
}
.center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-top: 10%;
}

.msg_ok
{ color:green;
font-weight:bold;
font-size:16px;
}

.msg_warning
{ color:#ef6c00;
font-weight:bold;
font-size:16px;
}

.msg_error
{ color:red;
font-weight:bold;
font-size:16px;
}

.msg_info
{ color:blue;
font-weight:bold;
font-size:16px;
}

.text-rose {
    color : #E3125A;
}
.pink-contrast-button {
    background-color : #E3125A;
}



