body .gtranslate_wrapper
{
    max-width: 95px;
    width: 100%;
    display: flex;
}

body .gtranslate_wrapper .gt_switcher
{
    font-size: inherit;
    font-family: inherit;
    width: 100%;
    position: relative;
    overflow: visible;
}

body .gtranslate_wrapper .gt_switcher .gt_selected
{
    background: transparent;
    border: none;
    box-sizing: border-box;
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

body .gtranslate_wrapper .gt_switcher .gt_selected a
{
    position: relative;
    width: 100%;
    color: #ffffff;
    box-sizing: border-box;
    padding: 10px 15px 10px 15px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    text-align: left;
    border: none;
    overflow: visible;
}

body:not(.is-accueil) .gtranslate_wrapper .gt_switcher .gt_selected a
{
    color:#000000;
}

body .header-menu-is-accueil.show_background .gtranslate_wrapper .gt_switcher .gt_selected a
{
    color:#000000 !important;
}

body .gtranslate_wrapper .gt_switcher .gt_selected a:hover
{
   background: transparent;
   color: #ec6f1d;
}

body .gtranslate_wrapper .gt_switcher .gt_selected a::after {
    background-image : url("./chevron.svg");
    background-size: 50%;
    top: 0;
    right: 0;
    height: 100%;
}

body .header-menu-is-accueil:not(.show_background) .gtranslate_wrapper .gt_switcher a::after {
    background-image : url("./chevron-white.svg");
    background-size: 50%;
    top: 0;
    right: 0;
    height: 100%;
}

body .gtranslate_wrapper .gt_switcher a img
{
    display: none !important;
}

body .gtranslate_wrapper .gt_switcher .gt_option
{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    width: 100%;
    background: #ffffff;
    border-radius: 5px;
    height: 100% !important;
    box-sizing: border-box;
    border: none;
}

body .gtranslate_wrapper .gt_switcher .gt_option a
{
    width: 100%;
    color: #000000 !important;
    box-sizing: border-box;
    padding: 10px 15px 10px 15px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
}
