:root {
    --bs-body-font-family: "Open Sans";
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Heebo', sans-serif;
}

h1 {
    color: rgba(165, 26, 91, 1);
}

h1.bis {
    color: black;
    line-height: 2.5rem;
}

h1 .ter {
    font-size: 1.2rem;
    color: rgba(0, 0, 0, 0.4);
}

h1 .ter a,
h1 .ter a:link,
h1 .ter a:visited {
    color: rgba(0, 0, 0, 0.4);
}

h2 .minus {
    font-size: 1rem;
}

h4 a,
h4 a:link,
h4 a:visited {
    color: var(--bs-body-color);
}

.question {
    background-color: rgba(165, 26, 91, 1);
    border-radius: 5px;
    color: white;
    padding: 6px 10px;
    margin-top: 10px;
    line-height: 1.1rem;
    font-size: 1rem;
    /* animation: 1s ease-in 0s infinite alternate slidein; */
}

.question-sm {
    background-color: rgba(165, 26, 91, 1);
    color: white;
}

.question2 {
    background-color: rgba(106, 205, 177, 1);
    border-radius: 5px;
    color: white;
    padding: 6px 10px;
    margin-top: 10px;
    line-height: 1.1rem;
    font-size: 1rem;
    cursor: pointer;
}


@keyframes slidein {
    from {
        background-color: rgba(165, 26, 91, 0.5);
    }

    to {
        background-color: rgba(165, 26, 91, 1);
    }
}

.card {
    background-color: rgba(106, 205, 177, 0.5);
}

section.header {
    background-color: #b8e0e3;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
}

section.footer {
    margin-top: 50px;
    background-color: #5397a5;
    color: white;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

#resultSearchAddressInvoicing,
#resultSearchAddressShipping {
    border: 1px solid #5397a5;
    border-radius: 8px;
    margin: -5px 0 30px 0;
}

#resultSearchAddressInvoicing>div,
#resultSearchAddressShipping>div {
    border-bottom: 1px solid #5397a5;
    padding: 5px 15px;
    cursor: pointer;
}

#resultSearchAddressInvoicing>div:last-child,
#resultSearchAddressShipping>div:last-child {
    border-bottom: 0;
}

#resultSearchAddressInvoicing>div:hover,
#resultSearchAddressShipping>div:hover {
    background-color: rgba(83, 151, 165, 0.3);
}

.hasanimation {
    overflow: hidden;
}

.footer a,
.footer a:visited {
    color: white;
}

.textgreen {
    color: #159bac;
}

.address-bloc {
    padding: 1rem;
    border-radius: 0.5rem;
    margin: 1rem 0;
    background-color: rgba(106, 205, 177, 0.2);
}

.hidden {
    display: none !important;
}

.loader {
    right: 0;
    top: 0;
    margin: 0.3rem;
    font-size: 10px;
    /* margin: 50px auto; */
    text-indent: -9999em;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: #6acdb1;
    background: -moz-linear-gradient(left, #6acdb1 10%, rgba(106, 205, 177, 0) 42%);
    background: -webkit-linear-gradient(left, #6acdb1 10%, rgba(106, 205, 177, 0) 42%);
    background: -o-linear-gradient(left, #6acdb1 10%, rgba(106, 205, 177, 0) 42%);
    background: -ms-linear-gradient(left, #6acdb1 10%, rgba(106, 205, 177, 0) 42%);
    background: linear-gradient(to right, #6acdb1 10%, rgba(106, 205, 177, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.loader:before {
    width: 50%;
    height: 50%;
    background: #6acdb1;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}

.loader:after {
    background: #ffffff;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

input:invalid {
    border: red solid 2px;
}

.inputError {
    display: none;
}


.noel_ill1 {
    position: absolute;
    top: -47px;
    left: -49px;
    z-index: 10;
}

.noel-neige {
    position: absolute;
    width: 100%;
    height: 100%;
    /* z-index: 100; */
}

.noel-neige-large,
.noel-neige-medium,
.noel-neige-small {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.noel-neige-large {
    background: url("/images/particules_large.png") repeat 0px 0px;
    -webkit-animation: dropFlowParticles 2s linear infinite;
    -o-animation: dropFlowParticles 2s linear infinite;
    animation: dropFlowParticles 2s linear infinite;
}

.noel-neige-medium {
    background: url("/images/particules_medium.png") repeat 0px 0px;
    -webkit-animation: dropFlowParticles 12s linear infinite;
    -o-animation: dropFlowParticles 12s linear infinite;
    animation: dropFlowParticles 12s linear infinite;
}

.noel-neige-small {
    background: url("/images/particules_small.png") repeat 0px 0px;
    -webkit-animation: dropFlowParticles 27s linear infinite;
    -o-animation: dropFlowParticles 27s linear infinite;
    animation: dropFlowParticles 27s linear infinite;
}

@-webkit-keyframes dropFlowParticles {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 413px;
    }
}

@keyframes dropFlowParticles {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 413px;
    }
}

.lds-dual-ring {
    display: inline-block;
    /* width: 80px;
    height: 80px; */
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 25px;
    height: 25px;
    margin: 8px;
    border-radius: 50%;
    border: 4px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader-fullscreen-container {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100vw;
    height: 100vh;
    position: absolute;
    display: none;
    justify-content: center;
    align-items: center;
}

.loader-fullscreen.lds-dual-ring:after {
    width: 150px;
    height: 150px;
    margin: auto;
}

.tel-link {
    text-decoration-line: unset;
    color: inherit;
}

.tel-link:hover {
    color: inherit;
}

.mail-link {
    text-decoration-line: unset;
    color: inherit;
}

.mail-link:hover {
    color: inherit;
}
