/*
script css
----------
Par Dominique DUGAST
*/
.loupe {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #aaa;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: transparent;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 0rem;
}

.form-control {
    border: transparent;
    border-top-left-radius: 0rem;
	border-bottom-left-radius: 0rem;
	border-top-right-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important;
}

.form-control:focus {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.dom-focus {
	border: 1px solid #ced4da;
    border-radius: 4px;
    box-shadow: none; 
	transition: box-shadow 0.2s;
}

.dom-focus:focus-within {
	box-shadow: 0px 0px 0px 4px #dbe9ff;
}

.dom-focus-vocale {
	border: 1px solid #ced4da;
    border-radius: 4px;
    transition: box-shadow 0.2s;
    box-shadow: 0px 0px 0px 4px #ffe9db;
}

.noactifmicro {
    display: none;
    cursor: pointer;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #aaa;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: transparent;
    border-top-left-radius: 0rem;
    border-bottom-left-radius: 0rem;
    border-top-right-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important;
}

.actifmicro {
    display: none;
    cursor: wait;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #f00;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: transparent;
    border-top-left-radius: 0rem;
    border-bottom-left-radius: 0rem;
    border-top-right-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important;
}