.footer{margin-top:50px;padding:5px;display: flex;flex-direction: column;align-items: center;}
.footer img{width:70vw;margin-left:auto;margin-right:auto;margin-top:0px;margin-bottom:0px;}
.footer_legend{font-size:1.5rem!important;}
.footerlinks{padding:25px;text-align:right;}
.footerlinks a{color:#000;}

.menu-search-wrapper {
    position: relative;
    display: inline-block;
}

#search-form {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border: 1px solid #ccc;
    padding: 5px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-5px);
    transition: all 0.2s ease;
}

#search-form.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

#search-form input {
    padding: 5px;
    border: 1px solid #ccc;
}

#search-toggle {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.2em;
}


#fiche-outil-fluid .imggdest{width:80px!important;height:auto!important;}

#bandeau_header{margin-bottom:50px!important;}