/* Website Toolbar */

div#ezwt
{
    margin: 0;
    width: 100%;
    position: relative;
}

body.floating-wt div#ezwt
{
    /* This elements offsetHeight is used to set padding-top on header in floating_toolbar.tpl, so avoid border on this element */
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 0px;
    -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
}

body.floating-wt div#ezwt:hover
{
    opacity: 1.0;
}

div#ezwt-content
{
    padding: 4px 70px;
    text-align: center;
    background: transparent url(../extension/ezwt/design/standard/images/websitetoolbar/dark_back.png) repeat left top;
}

body.floating-wt div#ezwt-content
{
    border-bottom: 1px solid #44484d;
}


/* Group styles */

div#ezwt div.ezwt-actiongroup
{
    display: inline-block;
    vertical-align: top;
    padding: 1px 4px;
    border: 4px solid rgba(255, 255, 255, 0.1);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    min-height: 28px;

}

div#ezwt div.ezwt-actiongroup:hover {
    border: 4px solid #567975;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

body.ie6 div#ezwt div.ezwt-actiongroup, body.ie7 div#ezwt div.ezwt-actiongroup
{
    display: inline;
    clear: none;
}

div#ezwt-ooaction
{
    background-image: url(../extension/ezwt/design/standard/images/websitetoolbar/ezwt-oo-logo.png);
    background-position: 2px 5px;
    background-repeat: no-repeat;
    padding-left: 67px!important;
}

div#ezwt-ezlogo
{
    position: absolute;
    top: 10px;
    left: 10px;
}

div#ezwt-help
{
    position: absolute;
    top: 14px;
    right: 15px;
}

div#ezwt-help a
{
    font-weight: bold;
    color: #b7b7b7;
    padding: 0 2px 0 2px;
    text-decoration: none;
    display: block;
}

div#ezwt-help a:hover {
    color: #ffe9bd;
}


/* Form styles */

div#ezwt form
{
    margin: 0 auto 0 auto;
    padding: 0;
    display: inline;
}

div#ezwt select, div#ezwt input
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.85em;
}

div#ezwt select
{
    color: #4a5054;
    border: 1px solid #ccd2d6;
    border-color: #abb1b5 #dbe1e5 #dbe1e5 #abb1b5;
    margin: 3px 0 0 0;
    height: 25px;
    vertical-align: top;
}

div#ezwt input
{
    margin: 1px 0 0 0;/* images have 1px white space in the top so needs 1px less then buttons / selects */
}

div#ezwt input.button, div#ezwt input.defaultbutton, div#ezwt input.button-disabled
{
    color: #b7b7b7;
    vertical-align: top;
    margin: 2px 0 3px 0;
    border: 1px solid #3a3d41;
    -moz-box-shadow: inset 1px 1px #6f6e6b, 1px 1px #6f6e6b;
    -webkit-box-shadow: inset 1px 1px #6f6e6b, 1px 1px #6f6e6b;
    box-shadow: inset 1px 1px #6f6e6b, 1px 1px #6f6e6b;
    text-shadow: none;
    padding: 2px 7px;
    background: transparent;
}

div#ezwt input.defaultbutton[name=PublishButton] {
    background-color: #567975;
    color: #f5f3dd;
}

div#ezwt input.button:hover, div#ezwt input.defaultbutton:hover
{
    background-color: rgba(0, 0, 0, 0.2);
    color: #ffe9bd;
}

div#ezwt input.button:active, div#ezwt input.defaultbutton:active
{
    background-color: rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px #000;
    -webkit-box-shadow: inset 0 0 3px #000;
    box-shadow: inset 0 0 3px #000;
    color: #ff8300;
}

div#ezwt input.defaultbutton[name=PublishButton]:hover {
    background-color: #425c59;
    color: #f5f3dd;
}

div#ezwt input.ezwt-input-image, div#ezwt div.ezwt-actiongroup a img
{
    margin: 2px 0px -3px 0px;
    border: 1px solid #3a3d41;
    -moz-box-shadow: inset 1px 1px #6f6e6b, 1px 1px #6f6e6b;
    -webkit-box-shadow: inset 1px 1px #6f6e6b, 1px 1px #6f6e6b;
    box-shadow: inset 1px 1px #6f6e6b, 1px 1px #6f6e6b;
    padding: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

div#ezwt input.ezwt-input-image:hover, div#ezwt div.ezwt-actiongroup a:hover img
{
    background-color: rgba(0, 0, 0, 0.2);
}

div#ezwt input.ezwt-input-image:active, div#ezwt div.ezwt-actiongroup a:active img
{
    background-color: rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px #000;
    -webkit-box-shadow: inset 0 0 3px #000;
    box-shadow: inset 0 0 3px #000;
}

div#ezwt .disabled, div#ezwt input.button-disabled, div#ezwt input.ezwt-input-image.disabled, div#ezwt select.disabled
{
    background: transparent url(../extension/ezwt/design/standard/images/websitetoolbar/diagonal_pattern.png) repeat center left;
    border-color: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: default;
}


/* Sort view style */

table#ezwt-sort-list tr.ezwt-sort-drag-handler
{
    cursor: move;
}


/* General styles */

.hide
{
    display: none;
}

.float-break
{
    height: 1%;
}

.float-break:after
{
    content: "-";
    height: 0;
    font-size: 0;
    visibility: hidden;
    display: block; 
    clear: both; 
}

div#ezwt
{
    z-index: 20;
}

body.floating-wt div#ezwt.ezwt-bottom {
    bottom: 0;
    top: auto;
}

div#ezwt div.ezwt-actiongroup,
div.ezwt-local div.ezwt-actiongroup
{
    padding: 0 11px;
    border: none;
    border-right: 1px grey solid;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;

    /* Ajout pour normaliser sur tous les sites */
    box-sizing: content-box;
}

div#ezwt div.ezwt-actiongroup:hover
{
    border: none;
    border-right: 1px grey solid;
}

div#ezwt div.ezwt-actiongroup:last-child,
div.ezwt-local div.ezwt-actiongroup:last-child
{
    border-right: none;
}

div#ezwt div.ezwt-pseudo
{
    color: white;
    padding-top: 12px;
    height: 30px;
}

div#ezwt div.ezwt-actiongroup a,
div#ezwt div.ezwt-actiongroup form,
div.ezwt-local div.ezwt-actiongroup a,
div.ezwt-local div.ezwt-actiongroup form
{
    /* Ajout pour normaliser sur tous les sites */
    box-sizing: content-box;
    color: inherit;
}

div#ezwt input[type=submit],
div#ezwt input.ezwt-input-image,
div#ezwt div.ezwt-actiongroup a img,
div.ezwt-local input.ezwt-input-image,
div.ezwt-local div.ezwt-actiongroup a img
{
    width: 32px;
    height: 32px;
    margin: 0;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;

    /* Ajout pour normaliser sur tous les sites */
    display: inline;
    box-sizing: content-box;
    vertical-align: top;
    max-width: none;
}
div#ezwt input[type=submit] {
    width: auto;
    padding: 0 10px;
    border: 1px solid #3a3d41;
    box-shadow: inset 1px 1px #6f6e6b, 1px 1px #6f6e6b;
    margin: 4px 5px;
}

div#ezwt-help {
    top: 10px;
    right: 10px;
}

div#website_toolbar_child_container
{
    background: #4E5351;
}

div#website_toolbar_child_container div.ezwt-local
{
    display: inline;
}

@media screen and (max-width: 800px)
{
    div#ezwt, div#website_toolbar_child_container
    {
        display: none;
    }
}

#editinline .ezwt-actiongroup {
    display: flex;
}

div.legacy div.box-header {
    margin-top: 1.5em;
    text-align: left;
}

div.legacy div.box-header * {
    text-align: left;
}

div.legacy h1.context-title {
    font-size: 2em;
    font-weight: bold;
}

div.legacy h2.context-title {
    font-size: 1.5em;
    font-weight: bold;
}

div.legacy div.tab-content {
    height: 20em;
    overflow-y: scroll;
    padding: 1em;
    border: 1px solid #ccc;
    background-color: #f5f5f5;
}

div.legacy div.context-block label {
    display: block;
}

div.legacy div.context-block div.block {
    margin: 0.5em 0 0.5em 0;
    padding: 0 0 1em 0;
    clear: both;
}

/** Alignement des images **/

.object-left {
    float: left;
}

.object-right {
    float: right;
}

.content-view-embed .attribute-image figure a {
    display: inline-block;
}
.switcher_langue_wrapper {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    border-top: 1px solid lightgrey;
    padding: 18px 10px;
    box-sizing: border-box;
    margin-top: 18px;
}
#switcher {
    display: flex;
    width: 200px;
    height: 40px;
    position: relative;
}

#switcher img, #switcher svg:first-child {
    margin: 0 15px;
}

.other-countries {
    opacity: 0;
    height: 0;
    position: absolute;
    left: 0;
    overflow: hidden;
    width: 100%;
    bottom: 50%;
    z-index: -9999;
    cursor: pointer;
}
@media(min-width: 720px) {
    .other-countries.switcher-split {
        column-count: 2;
        column-gap: 0;
        left: auto;
        right: 0;
        width: 200%;
    }

    .other-countries {
        width: 100%;
    }
}
#switcher .other-countries a:hover img, #switcher .other-countries a:hover svg:first-child {
    margin-right: 20px;
}
#switcher_button:checked ~ .other-countries
{
    bottom: 100%;
    height: auto;
    opacity: 1;
}

#switcher li
{
    align-items: center;
    display:flex;
    list-style: none;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
}
#switcher li a,
#switcher li label
{
    display:flex;
    align-items: center;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.5em;
    color: #FFFFFF;
    width: 100%;
    padding: 7px 8px;
    position: relative;
    cursor: pointer;
}
#switcher_button {
    display: none;
}
#switcher li label::before {
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    left: 4px;
    top: 44%;
    border-width: .5rem .38rem 0;
    border-style: solid;
    border-color: #707070 transparent transparent;
    transition: all 0.4s ease;
}
#switcher_button:checked ~ label::before
{
    transform: rotate(180deg);
}
.unsubscribe-item {
    position: relative;
    padding-top: 4px;
    margin-top: 8px;
}
.unsubscribe-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 1px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}
@charset "UTF-8";
*[class^='Cookie'] {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    line-height: 1;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box; }
*[class^='Cookie'] ol, *[class^='Cookie'] ul, *[class^='Cookie'] li {
    list-style: none;
    margin: 0;
    padding: 0; }
*[class^='Cookie'] blockquote, *[class^='Cookie'] q {
    quotes: none; }
*[class^='Cookie'] blockquote:before, *[class^='Cookie'] blockquote:after,
*[class^='Cookie'] q:before, *[class^='Cookie'] q:after {
    content: '';
    content: none; }
*[class^='Cookie'] table {
    border-collapse: collapse;
    border-spacing: 0; }

/* HTML5 display-role reset for older browsers */
footer[class^='Cookie'],
header[class^='Cookie'],
section[class^='Cookie'] {
    display: block; }

.CookieBanner.hidden,
.CookieOverlay.hidden {
    opacity: 0;
    visibility: hidden; }

div.CookieBanner {
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    font-size: 0.875rem;
    color: #444444;
    padding: 1em 0;
    box-sizing: border-box;
    background-color: #2695CC;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2); }
@media screen and (max-width: 1024px) {
    div.CookieBanner {
        padding: 1em; } }
@media screen and (max-width: 640px) {
    div.CookieBanner {
        right: 0;
        left: 0; } }

div.CookieBanner-inner {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1024px;
    margin: 0 auto;
    color: white;}
@media screen and (max-width: 1024px) {
    div.CookieBanner-inner {
        -ms-flex-direction: column;
        flex-direction: column; } }

@media screen and (max-width: 1024px) {
    div.CookieBanner-text {
        margin-right: 0;
        margin-bottom: 20px; } }

div.CookieBanner-text {
    text-align: center;
}

div.CookieBanner-title {
    /*color: #0a0a0a;*/
    /*font-weight: 700;*/
    line-height: 1.5; }

p.CookieBanner-info {
    text-align: center;
    line-height: 1.2;
    margin-top:10px;}

p.CookieBanner-info a {
    text-decoration: underline;
}

p.CookieBanner-info a:hover {
    text-decoration: none;
}

div.CookieBanner-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;}

button.CookieBtn {
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 5em;
    font-size: 1em;
    font-weight: normal;
    color: #ffffff;
    padding: 0.5em 1em;
    border: 0;
    border-radius: 4px;
    background-color: transparent;
    transition: color .3s, background-color .3s;
    cursor: pointer;
    margin: 0 10px;
    text-decoration: underline;
}

button.CookieBtn:hover, button.CookieBtn:focus {
    color: #ffffff;
    text-decoration: none;
    /*background-color: ; */
}
button.CookieBtn.is-alt {
    text-decoration: underline;
    color: #ffffff;
    background-color: transparent; }
button.CookieBtn.is-alt:hover, button.CookieBtn.is-alt:focus {
    text-decoration: none; }
button.CookieBtn:first-child {
    margin-right: 0; }
@media screen and (max-width: 640px) {
    button.CookieBtn {
        margin: 0; } }

section.CookieModal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 520px;
    max-height: 65vh;
    color: #444444;
    background-color: #ffffff;
    border-radius: 4px; }
section.CookieModal.hidden {
    visibility: hidden;
    opacity: 0; }
@media screen and (max-width: 640px) {
    section.CookieModal {
        height: 100%;
        max-height: initial;
        max-width: 100%; }
    div.CookieModal-content {
        margin-bottom: 200px; }}

div.CookieModal-inner {
    position: relative;
    padding: 1.5em;
    overflow-y: auto;
    font-family: Sans-Serif;}
div.CookieModal-inner a {
    color: inherit;
    text-decoration: underline; }
div.CookieModal-inner a:hover, div.CookieModal-inner a:focus {
    text-decoration: none; }
div.CookieModal-inner p {
    line-height: 1.3;
    margin-bottom: 1em; }

button.CookieModal-close {
    position: absolute;
    z-index: 1000;
    top: 1em;
    right: 1em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1em;
    text-decoration: underline;
    color: #444444;
    background-color: transparent;
    border: none;
    cursor: pointer; }
button.CookieModal-close:hover, button.CookieModal-close:focus {
    text-decoration: none; }
button.CookieModal-close svg {
    height: 1.5em;
    width: 1.5em;
    margin-right: 10px;
    fill: #444444; }

header.CookieModal-header {
    padding: 1.5em 0;
    position: relative; }
@media screen and (max-width: 640px) {
    header.CookieModal-header {
        top: 10px; } }
header.CookieModal-header div.CookieModal-title {
    margin-bottom: 1em; }

div.CookieModal-title {
    color: #0a0a0a;
    font-size: 1.14286em;
    line-height: 1.37143em;
    font-weight: 700; }
@media screen and (max-width: 640px) {
    div.CookieModal-title {
        font-size: 1em;
        line-height: 1.2em; } }

li.CookieParam {
    margin-bottom: 2em; }

li.CookieParam::before {
    content: none;
}

div.CookieParam-head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .5em 0;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 1em; }

div.CookieParam-title {
    color: #0a0a0a;
    font-weight: 700; }
@media screen and (max-width: 640px) {
    div.CookieParam-title {
        font-size: 0.85em;
        line-height: 1.2em; } }

footer.CookieModal-actions {
    padding: 1em;
    margin-top: auto;
    text-align: center;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2); }

div.CookieCheck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto; }

div.CookieCheck-statut {
    margin-right: 1em;
    -ms-flex-order: -1;
    order: -1;
    transition: color .3s; }
div.CookieCheck-statut.is-active {
    color: #2695CC; }

input.CookieCheck-input:not(:checked),
input.CookieCheck-input:checked {
    position: absolute;
    left: -9999px; }

/* on prépare le label */
label.CookieCheck-label {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 20px;
    border-radius: 3em;
    background-color: #707070;
    cursor: pointer;
    transition: background-color .3s; }
label.CookieCheck-label:hover::before {
    box-shadow: 0 0px 10px 5px rgba(0, 0, 0, 0.2); }

input.CookieCheck-input:not(:checked) + label.CookieCheck-label::before,
input.CookieCheck-input:checked + label.CookieCheck-label::before {
    transform: translateX(-10px);
    content: "";
    display: block;
    height: 25px;
    width: 25px;
    top: auto;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #707070;
    transition: transform .3s, border-color .3s, box-shadow .3s; }

input.CookieCheck-input:not(:checked) + label.CookieCheck-label::after,
input.CookieCheck-input:checked + label.CookieCheck-label::after {
    content: none;
}

input.CookieCheck-input:not(:checked):focus + label.CookieCheck-label::before,
input.CookieCheck-input:checked:focus + label.CookieCheck-label::before {
    box-shadow: 0 0px 10px 5px rgba(0, 0, 0, 0.2); }

input.CookieCheck-input:checked + label.CookieCheck-label {
    background-color: #067d54; }
input.CookieCheck-input:checked + label.CookieCheck-label::before {
    border-color: #2695CC;
    transform: translateX(10px); }

label.CookieCheck-label

input.CookieCheck-input:checked ~ div.CookieCheck-statut {
    color: #2695CC; }

button.CookieToogle-btn {
    display: -ms-flexbox;
    display: flex;
    text-decoration: underline;
    font-size: inherit;
    color: inherit;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    width:auto;}
button.CookieToogle-btn:hover, button.CookieToogle-btn:focus {
    text-decoration: none;
    outline: none; }
button.CookieToogle-btn svg {
    display: block;
    height: 1.2em;
    width: 1.2em;
    margin-left: .5em;
    fill: #444444;
    transition: transform .3s;
    transform: rotate(0deg); }
button.CookieToogle-btn.is-toggle svg {
    transform: rotate(180deg); }

div.CookieToogle-content {
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition-delay: 2s,0s,0s;
    transition: visibility .3s,max-height .3s,opacity .3s; }
div.CookieToogle-content[aria-hidden="false"] {
    margin-top: 1em;
    overflow: hidden;
    opacity: 1;
    max-height: 999em;
    visibility: visible;
    transition-delay: 0s; }
div.CookieToogle-content span {
    font-weight: 700; }
div.CookieToogle-content li {
    margin-bottom: 1em;
    line-height: 1.3;
    list-style: disc;
    list-style-position: inside; }

div.CookieOverlay {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5); }
div.CookieOverlay.hidden {
    opacity: 0;
    visibility: hidden; }


.CookieModal button.CookieBtn {
    background-color: #2695CC;
    text-decoration: none;
}

.CookieModal input.CookieCheck-input:checked + label.CookieCheck-label {
    background-color: #2695CC;
}

footer.CookieModal-actions .CookieBtn{
    margin: auto;
}