.content_max_width
{
    max-width: 1144px; /* 1120 + 12 + 12 pour les marge gauche et droite*/
}

.background_bleu {
    background-color: #003DA5;
}

.background_blanc {
    background-color: #FFFFFF;
}

.background_bleu_clair {
    background-color: #E1E9F6;
}

.background_jaune {
    background-color: #ffc800;
}



p{
    margin-bottom: 0px;
}

.shadow-card {
    border-radius: 15px;
    box-shadow: 0px 0px 20px 0px #0000001A;
    padding: 30px
}

.blue-card {
    border-radius: 8px;
    padding: 15px
}

.red-card {
    border-radius: 15px;
    padding: 26px;
    background: white;
    border: 2px solid;
    border-color: #DC0032D9;
}

.bouton-confirme {
    width: 100%;
    height: 42px;
    padding: 8px 16px 8px 16px;
    border-radius: 50px;
    background: #003DA5;
    border: 1px solid;
    border-color: #003DA5;
    margin-right: 48px;
}
.bouton-bleu {
    height: 42px;
    padding: 8px 16px 8px 16px;
    border-radius: 50px;
    background: #003DA5;
    color:white;
    border: 1px solid;
    border-color: #003DA5;
    cursor: pointer;
}

.bouton-blanc {
    height: 42px;
    padding: 8px 12px 8px 16px;
    border-radius: 50px;
    background: white;
    color: #003DA5;
    border: 1px solid;
    border-color: #003DA5;
}

.bouton-blanc::placeholder {
    color: #646464;
}

.bouton-blanc-26 {
    height: 26px;
    width: 100%;
    border-radius: 50px;
    background: white;
    color: #003DA5;
    border: 1px solid;
    border-color: #003DA5;
}

.bouton-bleu-26 {
    height: 26px;
    width: 100%;
    border-radius: 50px;
    background: #003DA5;
    color:white;
    border: 1px solid;
    border-color: #003DA5;
}

.bouton-bleu-36 {
    height: 36px;
    width: 100%;
    border-radius: 50px;
    background: #003DA5;
    color:white;
    border: 1px solid;
    border-color: #003DA5;
    padding: 6px 18px 0px 18px;
}

.bouton-gris-26 {
    height: 26px;
    width: 100%;
    border-radius: 50px;
    background: white;
    color: #646464;
    border: 1px solid;
    border-color: #646464;
}

.bouton-gris-36 {
    height: 36px;
    width: 100%;
    border-radius: 50px;
    background: white;
    color: #646464;
    border: 1px solid;
    border-color: #646464;
    padding: 6px 18px 0px 18px;
}


.bouton-transparent {
    height: 42px;
    padding: 8px 16px 8px 16px;
    border-radius: 50px;
    gap: 10px;
    background: transparent;
    color: #003DA5;
    border: 1px solid;
    border-color: #003DA5;
}

.filtre-vert {
    height: 26px;
    padding: 3px 12px 0px 12px;
    border-radius: 15px;
    background: white;
    color: #50AF47;
    white-space : nowrap;
    border: 1px solid;
    border-color: #50AF47;
}

/*.filtre-vert:hover {
    background-color: #E1E9F6;
    cursor: pointer;
}*/


.filtre-vert-plein {
    height: 26px;
    padding: 3px 12px 0px 12px;
    border-radius: 15px;
    background: #50AF47;
    color: white;
    white-space : nowrap;
    border: 1px solid;
    border-color: #50AF47;
}

.filtre-bleu {
    height: 26px;
    padding: 3px 12px 0px 12px;
    border-radius: 15px;
    background: white;
    color: #003DA5;
    white-space : nowrap;
    border: 1px solid;
    border-color: #003DA5;
}

.filtre-bleu-plein {
    height: 26px;
    padding: 3px 12px 0px 12px;
    border-radius: 15px;
    background: #003DA5;
    color: white;
    white-space : nowrap;
    border: 1px solid;
    border-color: #003DA5;
}

.filtre-bleu-chrono-plein {
    height: 26px;
    padding: 3px 12px 0px 12px;
    border-radius: 15px;
    background: #009ADF;
    color: white;
    white-space : nowrap;
    border: 1px solid;
    border-color: #009ADF;
}

.filtre-orange-colissimo-plein {
    height: 26px;
    padding: 3px 12px 0px 12px;
    border-radius: 15px;
    background: #EE7203;
    color: white;
    white-space : nowrap;
    border: 1px solid;
    border-color: #EE7203;
}

.filtre-rouge-dpd-plein {
    height: 26px;
    padding: 3px 12px 0px 12px;
    border-radius: 15px;
    background: #DC0032;
    color: white;
    white-space : nowrap;
    border: 1px solid;
    border-color: #DC0032;
}

.filtre-gris {
    height: 26px;
    padding: 3px 12px 0px 12px;
    border-radius: 15px;
    background: white;
    color: #646464;
    white-space : nowrap;
    border: 1px solid;
    border-color: #646464;
}

/*.filtre-gris:hover {
    background-color: #E1E9F6;
    cursor: pointer;
}*/

.filtre-vert-select-list {
    z-index: 101;
    padding-top: 13px;
    border: 1px solid #50AF47;
    overflow: hidden;
    text-overflow: ellipsis;
    width:100%;
    background-color:#FFFFFF;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    margin-top:-13px;
}

.filtre-bleu-select-list {
    z-index: 101;
    padding-top: 13px;
    border: 1px solid rgb(0, 61, 165);
    overflow: hidden;
    text-overflow: ellipsis;
    width:100%;
    background-color:#FFFFFF;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    margin-top:-13px;
}

.filtre-select:hover
{
    background-color: #E1E9F6;
    color: #003da5;
    /*opacity: 50%;*/
    cursor: pointer;
}

.pudo-vignette:hover
{
    background-color: #F7F9FD;
    cursor: pointer;
}
.selected-pudo
{
    background-color:#003DA5;
}

.textarea-blanc{
    padding: 8px 16px 8px 16px;
    border-radius: 15px;
    gap: 10px;
    background: white;
    color: #003DA5;
    border: 1px solid;
    border-color: #003DA5;
    resize: none;
}

.textarea-blanc::placeholder {
    color: #646464;
}

textarea:focus {
    outline: none;
    border: 2px solid #003da5;
}

.form-error
{
    visibility: hidden;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    font-style: italic;
    margin-top: 10px;
    color: #fff;
    display: inline-block;
    background: #dc0032;
    padding: 0 9px;
    border-radius: 50px;
    width: fit-content;
}

form.recherche
{
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    height: 42px;
    background-color: white;
    border-radius: 150px;
    padding: 0;
    overflow: visible;
}

div.recherche
{
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    height: 42px;
    background-color: white;
    border-radius: 150px;
    padding: 0;
    overflow: visible;
}

input[type="text"].recherche
{
    z-index: 3;
    border-radius: 20px !important;
    background-color: #FFFFFF !important;
    padding-left: 20px;
    font-size: 13px;
    font-style: italic;
    font-weight: 500;
    height: 42px;
    color: #0a121e;
    width: 100%;
    border: 1px solid #003da5;
    margin-right: -64px;
}

input[type="submit"].recherche
{
    position: relative;
    height: 42px;
    background-color: #003da5;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 203px;
    color: white;
    font-size: 14px;
    font-weight: 500;
    padding: 0 16px;
    border: 1px solid #003da5;
    transition: all 350ms ease-in-out;
    border-left: 0px;
    z-index: 4;
}

.image-recherche
{
    position: relative;
    height: 42px;
    background-color: #003da5;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    color: white;
    font-size: 14px;
    font-weight: 500;
    padding: 0 16px;
    border: 1px solid #FFFFFF;
    transition: all 350ms ease-in-out;
    border-right: 0px;
    padding-left: 24px;
    padding-right: 0px;
    z-index: 5;
    margin-left: -164px;
}

input[type="text"].recherche:focus {
    outline: none;
}

input:focus {
    outline: none;
    border: 2px solid #003da5;
}

.button_file{
    background-color: transparent;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    cursor: pointer;
    position: relative;
}

.input_file_hidden{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

a.footer{
    opacity: 30%;
}

a.footer:hover{
    opacity: 100%;
}













/*
#form-header-recherche-pudo > .typeahead
{
    width: 381px;
    z-index: 1;
    top: 36px !important;
    padding-top: 37px;
    font-size: 13px;
    line-height: 22px;
    color: #003da5;
    border: 1px solid #808285;
    overflow: hidden;
    text-overflow: ellipsis;
}
*/

div.typeahead
{
    width: 100%;
    z-index: 1;
    padding-top: 30px;
    font-size: 14px;
    line-height: 22px;
    color: #003da5;
    background-color: #FFFFFF;
    border: 1px solid #003da5;
    margin-top: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    left: 15px !important;
    border-bottom-right-radius: 21px;
    border-bottom-left-radius: 21px;
}

.list_hover:hover {
    background-color: #E1E9F6;
    cursor: pointer;
}

#form-recherche-pudo > .typeahead
{
    width: 418px;
    z-index: 1;
    padding-top: 37px;
    font-size: 13px;
    line-height: 22px;
    color: #003da5;
    border: 1px solid #003da5;
    margin-top: -30px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.prediction {
    padding: 5px 10px;
}

.prediction:hover {
    background-color: #E1E9F6;
    cursor: pointer;
}
/*
.dropdown-item, .dropdown-item:hover
{
    color: #003da5;
}

#form-recherche-pudo > #input-recherche-pudo:focus
{
    border: 1px solid #dc0032 !important;
}

#form-recherche > .typeahead
{
    width: 514px;
    z-index: 1;
    padding-top: 37px;
    font-size: 13px;
    line-height: 22px;
    color: #003da5;
    border: 1px solid #003da5;
    margin-top: -30px;
    overflow: hidden;
    text-overflow: ellipsis;
    left: 15px !important;
    border-bottom-right-radius: 21px;
    border-bottom-left-radius: 21px;
}

#form-recherche-m > .typeahead
{
    width: calc(100% - 30px);
    z-index: 1;
    padding-top: 37px;
    font-size: 13px;
    line-height: 22px;
    color: #003da5;
    border: 1px solid #003da5;
    margin-top: -30px;
    overflow: hidden;
    text-overflow: ellipsis;
    left: 15px !important;
    border-bottom-right-radius: 21px;
    border-bottom-left-radius: 21px;
}
*/

#menu_droit {
    position: fixed;
    right: 0;
    top: 33%;
    width: 220px;
    z-index: 100;
    background-color: #ffc800;
    padding-top: 31px;
    padding-bottom: 31px;
    padding-left: 40px;
    border-radius: 10px 0px 0px 10px;
}


#gallery {
    scroll-snap-type: x mandatory;
    overflow-x: scroll;
    display: flex;
}

#gallery img {
    scroll-snap-align: center;
}



/* SLIDER =============================== */

:root {
    --ColorPrimaryDk: #193957;
    --ColorPrimaryLt: #003DA5;
}

.range-slider {
    --range-slider-common-height: 30px;
    --range-slider-handle-width: 30px;
    --range-slider-handle-height: 30px;

    position: relative;
    display: flex;
    align-items: center;
    width: 99%;
    height: 100%;
}

.range-slider > div {
    position: absolute;
    display: flex;
    align-items: center;
    left: 13px;
    right: 15px;
    height: var(--range-slider-common-height);
}

.range-slider > div > .range-slider-val-left,
.range-slider > div > .range-slider-val-right,
.range-slider > div > .range-slider-val-range {
    height: 4px;
}

.range-slider > div > .range-slider-val-left {
    position: absolute;
    left: 0;
    margin: 0 7px;
    border-radius: 10px;
    background-color: #E1E9F6;
}

.range-slider > div > .range-slider-val-right {
    position: absolute;
    right: 0;
    margin: 0 7px;
    border-radius: 10px;
    background-color: #E1E9F6;
}

.range-slider > div > .range-slider-val-range {
    position: absolute;
    left: 0;
    height: 4px;
    border-radius: 10px;
    background-color: var(--ColorPrimaryLt);
}

.range-slider > div > .range-slider-handle {
    z-index: 1;
    position: absolute;
    margin-left: -6px;
    width: var(--range-slider-handle-width);
    height: var(--range-slider-handle-height);
/*    border-radius: 50%;
    background-color: #003DA5;*/
/*    border-radius: 50%;
    background: radial-gradient(
        circle at center, #003DA5 33%, #D9E2F2 33%, #D9E2F2 100%
    );*/
    background: url('../../../../map/images/slider_boutons.svg');
    text-align: left;

    outline: none;
    cursor: pointer;
}
.range-slider > div > .range-slider-handle:hover {
    background: url('../../../../map/images/slider_boutons_hover.svg');
}

div.range-slider > input[type="range"]::-ms-thumb {
    width: var(--range-slider-handle-width);
    height: var(--range-slider-handle-height);
    border: 0 none;
    border-radius: 0px;
    background: red;

    pointer-events: all;

}

div.range-slider > input[type="range"]::-moz-range-thumb {
    width: var(--range-slider-handle-width);
    height: var(--range-slider-handle-height);
    border: 0 none;
    border-radius: 0px;
    background: red;

    pointer-events: all;
}

div.range-slider > input[type="range"]::-webkit-slider-thumb {
    width: var(--range-slider-handle-width);
    height: var(--range-slider-handle-height);
    border: 0 none;
    border-radius: 0px;
    background: red;

    pointer-events: all;
    -webkit-appearance: none;
}

div.range-slider > input[type="range"]::-ms-fill-lower {
    background: transparent;
    border: 0 none;
}

div.range-slider > input[type="range"]::-ms-fill-upper {
    background: transparent;
    border: 0 none;
}

.range-slider > input[type="range"] {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: var(--range-slider-common-height);

    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    pointer-events: none;
    -webkit-appearance: none;
}

div.range-slider > input[type="range"]::-ms-track {
    background: transparent;
    color: transparent;

    -webkit-appearance: none;
}

div.range-slider > input[type="range"]::-moz-range-track {
    background: transparent;
    color: transparent;

    -moz-appearance: none;
}

div.range-slider > input[type="range"]:focus::-webkit-slider-runnable-track {
    background: transparent;
    border: transparent;
}

div.range-slider > input[type="range"]:focus {
    outline: none;
}

div.range-slider > input[type="range"]::-ms-tooltip {
    display: none;
}

.range-slider > div > .range-slider-tooltip {
    z-index: 2;
    position: absolute;
    top: -25px;
    margin-left: -12px;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    color: var(--ColorPrimaryLt);
    text-align: center;

    opacity: 1;
}


.range-slider > div > .range-slider-tooltip > span {
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
}

.range-slider:hover > div > .range-slider-tooltip {
    opacity: 1;
}
