﻿
#headPage .page-width-2 #logo.cq-logo {

            align-self: center;
            grid-column: 1;
            grid-row: 1;
            justify-self: start;
            position: relative;
            z-index: 3;
}

#headPage .page-width-2 .form-search.form-top {

            width: 100%;
            max-width: 360px;
            margin: 0;
            align-self: center;
            grid-column: 3;
            grid-row: 1;
            justify-self: stretch;
            position: relative;
            z-index: 3;
}

#headPage .page-width-2 .menu-top.fr {

            gap: 10px;

            margin-right: 0;
            grid-column: 4;
            grid-row: 1;
            justify-self: end;
            position: relative;
            z-index: 4;
}

#headPage .page-width-2 .menu-top.fr > li {

            align-items: center;
            margin: 0;
            position: relative;
}

#headPage .page-width-2 .clear {

            display: none;
}

