
body {
    font-family: 'Helvetica';
    font-style: normal; font-variant: normal;
    font-size: 14px;
}
pre {
    font-family: 'Helvetica';
    font-style: normal; font-variant: normal;
    font-size: 16px;
}
.poppins {
    font-family: 'Poppins', sans-serif !important;
}
html,body  {
    overflow-x: hidden;
}
@media (max-width: 991.98px) { 
    h1 {
        font-size: 24px;
        /* SemiBold */
        font-weight:600;
        text-transform: uppercase;
    }
}
@media (min-width: 992px) { 
    h1 {
        font-size: 48px;
        /* SemiBold */
        font-weight:600;
        text-transform: uppercase;
    }
}
@media (max-width: 991.98px) { 
    h2 {
        color: #CE5292;
        font-size: 20px;
        /* Medium */
        font-weight:500;
    }
}
@media (min-width: 992px) { 
    h2 {
        color: #CE5292;
        font-size: 24px;
        /* Medium */
        font-weight:500;
    }
}

h3 {
    font-size: 18px;
    /* Medium */
    font-weight:500;
}

@media (max-width: 991.98px) { 
    strong {
        font-size: 14px;
        /* Medium */
        font-weight:600;
    }
}
@media (min-width: 992px) { 
    strong {
        font-size: 18px;
        /* Medium */
        font-weight:600;
    }
}

@media (max-width: 991.98px) { 
    p {
        font-size: 14px;
        /* light */
        font-weight:300;
    }
}
@media (min-width: 992px) { 
    p {
        font-size: 14px;
        /* light */
        font-weight:300;
    }
}


.alert-error {
    background-color: #DC0934;
    color: #fff;
}
::placeholder {
    font-size: 14px;
    /* Medium */
    font-weight:500;
}
small, label, .label {
    font-size: 12px;
    /* light */
    font-weight:300;
    line-height: 1;
}

label.fs-14 {
    font-size: 14px !important;
}

.anthracite {
    background-color: #333E47;
    color: #FFFFFF;
}
.rouge {
    background-color: #DC0934;
    color: #FFFFFF;
}
.text-rouge {
    color: #DC0934;
}
.gris-fonce{
    background-color: #999999;
    color: #FFFFFF;
}
.text-gris-fonce{
    color: #999999;
}
.gris-moyen{
    background-color: #D9D9D9;
    color: #FFFFFF;
}
.text-gris-moyen{
    color: #D9D9D9;
}
.gris-clair{
    background-color: #EBEBEB;
    color: #FFFFFF;
}
.blanc{
    background-color: #FFFFFF;
    color: #999999;
}
.text-gris-clair{
    color: #EBEBEB;
}
a, a:hover {
    text-decoration: none;
    color: initial;
}
button, .button, input[type=button] {
    background-color: #CE5292;
    color: #FFFFFF;
    text-align: center;
    border: 1px solid #CE5292;
    padding: 5px;
}

button:active, button:focus, button:hover, .button:active, .button:focus, .button:hover, button.active, .button.active, input[type=button]:active, input[type=button]:focus, input[type=button]:hover {
    color: #FFFFFF;
    border: 1px solid #CE5292;
    text-align: center;
    background-color: #b94b84;
    outline: none !important;
}

.button-secondary {
    background-color: #FFFFFF;
    color: #CE5292;
    text-align: center;
    border: 1px solid #CE5292;
    padding: 5px;
}

.button-secondary:active, .button-secondary:focus, .button-secondary:hover, button.active, .button-secondary.active {
    color: #FFFFFF;
    border: 1px solid #CE5292;
    text-align: center;
    background-color: #CE5292;
    outline: none !important;
}

.button-tertiary {
    background-color: #FFFFFF;
    color: #707070;
    text-align: center;
    border: 1px solid #707070;
    padding: 5px;
}

.button-tertiary:active, .button-tertiary:focus, .button-tertiary:hover, button.active, .button-tertiary.active {
    color: #FFFFFF;
    border: 1px solid #707070;
    text-align: center;
    background-color: #707070;
    outline: none !important;
}

.button-dark {
    background-color: #000000;
    color: #FFFFFF;
    text-align: center;
    border: 1px solid #FFFFFF;
    padding: 5px;
}

.button-dark:active, .button-dark:focus, .button-dark:hover, button.active, .button-dark.active {
    color: #000000;
    border: 1px solid #000000;
    text-align: center;
    background-color: #FFFFFF;
    outline: none !important;
}


.container-fluid {
    padding-left: 0;
    padding-right: 0;
}
/* Navigation Sliders */
.carousel-control-prev, .carousel-control-next {
    width: auto;
    opacity: 1;
    transition: none;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    opacity: 1;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 35px;
    height: 35px;
    background-image: none;
}
.carousel-control-prev-icon {
    background-color: rgba(255, 38, 0, 0.1);
}
.carousel-control-next-icon {
    background-color: #FFFFFF;
}
.carousel-control-next-icon:after
{
    content: '>';
    font-size: 25px;
    font-weight: 700;
    color: #DC0934;
    margin: auto;
}
.carousel-control-prev-icon:after {
    content: '<';
    font-size: 25px;
    font-weight: 700;
    color: #EBEBEB;
    margin: auto;
}
/* css des vignettes configuration et trouver magasin */
.text-acces-rapide {
    margin-top: auto;
    margin-bottom: auto;
}
.acces-rapide {
    background-color: #EBEBEB;
    margin-right: 0px;
    margin-left: 0px;
    width: 100%;
}
.acces-rapide .col-4 {
    padding-left: 0;
    padding-right: 0;
}
.decouvrir{
    border-bottom: 2px solid rgb(220, 9, 52, 0.2);
}
/* Incrustation du texte sur la gauche de l'image des card */
.card-side-text {
    position: absolute;
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    top: 40px;
    background-color: #FFFFFF;
}
.card {
    background-color: transparent;
}

.card-header:hover {
    background-color: rgba(0,0,0 ,0.2) !important;
}

legend {
    font-size: 16px;
}

#accordion_offres {
    position: unset !important;
    height: auto !important;
}

.page-item.active .page-link{
    background-color: #CE5292;
    color: white;
    border-color: white;
}

.page-link{
    color: black;
}

.page-link:hover{
    color: black;
}
/* titre latéral */
@media (min-width: 1400px) { 
    .side-text {
        position: absolute;
        writing-mode: tb-rl;
        -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
    
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        margin-left: -100px;
        z-index: 1;
    }
    .side-barre {
        height: 132px;
        border-left: 1px solid #CE5292;
        margin-left: 32px;
        margin-bottom: 32px;
    }
}
@media (max-width: 1399.98px) { 

    .top-barre {
        border-bottom: 1px solid #CE5292;
        width: 100%;
        margin-bottom: 16px;
        margin-left: 1em;

    }
}
.card-no-border{
    border: none;
}
/* Checkbox */
input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    border-radius: 4px;
    height: 21px;
    width: 21px;
    background: #fff;
    border: 1px solid #ccc;
    margin-right: 0.5rem;
}
input[type=checkbox]:hover {
    cursor: pointer;
}
input[type="checkbox"]:checked {
    background: #CE5292 no-repeat center;
    position: relative;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.825' height='11.895' viewBox='0 0 14.825 11.895'%3E %3Cpath id='ok' d='M1507,325.859l3.775,4.131,8.225-9' transform='translate(-1505.587 -319.577)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E %3C/svg%3E");
}
input[type=checkbox] + span  {
    vertical-align: super;
}
/* Checkbox */
input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    border-radius: 100%;
    height: 21px;
    width: 21px;
    background: #fff;
    border: 1px solid #ccc;
    margin-right: 0.5rem;
}
input[type=radio]:hover {
    cursor: pointer;
}
input[type="checkbox"]:focus {
    border-color: #CE5292;
    outline-color: #CE5292;
}
input[type=radio]:focus {
    outline: none;
    border-color: #CE5292;
}
input[type="radio"]:checked {
    background: #CE5292 no-repeat center;
    position: relative;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.825' height='11.895' viewBox='0 0 14.825 11.895'%3E %3Cpath id='ok' d='M1507,325.859l3.775,4.131,8.225-9' transform='translate(-1505.587 -319.577)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E %3C/svg%3E");
}
input[type=radio] + span  {
    vertical-align: super;
}
/* Titre principal remontant sur image */
.main-title {
    z-index: 11;
    margin-top: -50px;
    background-color: #FFFFFF;
}
/* Module actualités */
.card-module-actu{
    border: none;
}
.module-actu {
    background-color: #EFEFEF;
}
.lire{
    border-bottom: 2px solid rgb(220, 9, 52, 0.2);
}
.lire, .card-module-actu .card-text:last-child
{
    padding-bottom: 10px;
}
/* tag */
.tag{
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #EBEBEB;
    font-size: 12px;
    /* light */
    font-weight:300;
    color: #222222;
}
/* .tag:hover{
    color: rgba(51, 62, 71, 0.5);
}
.tag.active{
    color: #DC0934;
} */

/* Vimeo */
.video-responsive { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; } 
.video-responsive iframe, .video-responsive object, .video-responsive embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* Bynder */
a.bynder-widget-media-link {
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 95% !important;
}
/* retour en haut de page */
@media (min-width: 992px){
    .back-to-top {
        position: fixed;
        bottom: 25px;
        right: 25px;
        display: none;
        z-index: 1;
    }
}
@media (max-width: 990px){
    .back-to-top {
        position: fixed;
        bottom: 25px;
        right: 25px;
        display: none;
        z-index: 1;
    }
}

@media(max-width: 991px){
    .parallax-mobile {
        max-width: 100%;
        
    }
}
@media(min-width: 992px){
    .parallax-mobile {
        display: none;
    }
}

.badge-primary {
    color: #fff;
    background-color: #CE5292;
    border-color: #CE5292;
}

a.badge-primary:hover, .badge-primary:hover {
    color: #fff;
    background-color: #b94b84;
    border-color: #CE5292;
}


/* .badge-primary {
    color: #CE5292;
    background-color: #ececec;
} */

.bg-primary {
    height: 0.4rem;
    width: 5rem;
    background-color: #CE5292 !important;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0.5rem;
    border-top: 0px;
}

.badge-gray{
    color: black;
    background-color: #EBEBEB ;
}

ul.no-bullets {
    list-style-type: none; /* Remove bullets */
    font-size: 14px;
    font-weight: 300;
}
/* Custom zoom on hover BO*/
.bo-zoom {
    position: relative;
    margin: auto;
    overflow: hidden;
    display: block;
}
.bo-zoom img {
    max-width: 100%;
    transition: all 0.6s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}
.bo-overlay:hover .bo-zoom img {
    transform: scale(1.2);
}
/* Simple zoom on hover des images */
.simple-hover {
    position: relative;
    margin: auto;
    overflow: hidden;
}
.content-to-hover {
    max-width: 100%;
    transition: all 0.6s;
    /* display: block; */
    width: 100%;
    height: auto;
    transform: scale(1);
}
.simple-hover:hover .content-to-hover {
    transform: scale(1.05);
    max-width: 100%;
}

/* overlay sur image */
@media (min-width: 768px){
    .bo-overlay-text p, .bo-overlay-bg{
        display: none;
    }
    .bo-overlay:hover .bo-overlay-bg {
        background: linear-gradient(transparent, rgba(255,255,255,0.7) 40%);
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .bo-overlay:hover .bo-overlay-text {
        position: absolute;
        bottom: 50px;
        right: 50px;
    }
    .bo-overlay:hover .bo-overlay-text p {
        display: block; 
        margin-bottom: 0;
    }
    .bo-overlay:hover .bo-overlay-text,.bo-overlay:hover .bo-overlay-text p, .bo-overlay:hover .bo-overlay-bg {
        -webkit-animation: scale-up-center .9s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
        animation: scale-up-center .9s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    }
}

@media (max-width: 767.98px){
    .bo-overlay-bg {
        position: absolute;
        display: block;
    }
    .bo-overlay-text {
        background-color: rgba(255,255,255,0.7);
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        display: flex; 
        align-items: center;
        justify-content: center; 
        text-align: center;
    }
    .bo-overlay-text p {
        margin-bottom: 0;

    }
}

.form-error {
    color: #DC0934;
    font-size: small;
}

.form-group label.required:after {
    bottom: 4px;
    color: #DC0934;
    content: "*";
    filter: opacity(75%);
    position: relative;
    right: -2px;
}


.bg-bottom {
    background-color: #EBEBEB;
}

@media(max-width:991px){
    .w-75 {
        width: 100% !important;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media(max-width:576px) {
    .myImg {
        display: none;
    }
}
@media(max-width:768px)
{
    .iframeMobile{
        display: none;
    }
    .wm-50{
        width: 50%;
    }
}

.text-decoration-underline-hover:hover {
    text-decoration: underline !important;
} 

.custom-file-label:lang(fr):after { content: "Choisir un fichier";}
.custom-file-label:lang(es):after { content: "Elegir un archivo";}
.custom-file-label:lang(en):after { content: "Choose a file";}