﻿body, html, form {
    font-family: Intermarche !important;
    height: 100%;
}
/* Main Page */
.borderMag {
    margin-top: 10px;
    padding: 8px;
    background-color: black;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.contain {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.infoMag {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.accompanied {
    align-self: flex-start;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

    .accompanied > p {
        margin: 0px !important;
    }

.tbxAccompanied {
}

.marginTbx {
    margin-left: 20px;
}

.textBox {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

    .textBox > p {
        margin: 0px !important;
        margin-right: 10px !important;
    }

.logoMag {
    margin-left: 20px;
    margin-right: 50px;
    width: 15%;
    max-width: 80px;
    background-repeat: no-repeat;
}

.titleMag {
    color: white;
    font-family: IntermarcheRegular;
    font-size: clamp(14px,2vw,20px);
}
.alcoolWarning{
    display:flex;
    justify-content:center;
}
.alcoolWarning > p{
    font-family:IntermarcheBold;
    font-size:10px;
    margin:auto;
    text-transform:uppercase;
}

.alcoolWarning > img{
    max-width:95px;
    margin-right:10px;
}
.descMag {
    font-family: IntermarcheLight;
    color: white;
    font-size: 10px;
    overflow-wrap: break-word;
    font-size: clamp(9px,2vw,12px);
}

.tacheVin {
    background-image: url(Content/fav-header-4.jpg);
    padding: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.textLight {
    font-family: IntermarcheLight !important;
    font-weight: 400;
}

.textBold {
    font-family: IntermarcheBold !important;
    font-weight: bold;
}

.image {
    background-image: url(Content/bouteillevin.jpg);
    background-size: cover;
    width: 100%;
}

    .image img {
        display: none;
    }

.divText {
    margin-top: 20px;
    font-family: IntermarcheRegular;
    padding: 0px;
}

.title {
    color: black;
    font-size: xx-large;
    font-size: clamp(16px,2vw,25px);
}

.titleValidate {
    font-size: xx-large;
    visibility: hidden;
}

.hide{
    display:none;
}

.textFav {
    font-size: larger;
    padding: 0 15px 0 15px;
    font-family: IntermarcheRegular;
}

.textFavValidate {
    font-size: 40px;
    margin: auto;
    text-align: center;
    font-size: clamp(20px,3vw,35px);
}

.picMag {
    padding-left: 0;
}

.button, .buttonError {
    text-align: center;
    text-transform: uppercase;
    background-color: black;
    color: white;
    border: solid white 3px;
    padding: 5px 30px;
    border-radius: 6px;
    margin-top: 21px;
}

.button {
    width: 70%;
    max-width: 450px;
    font-family: IntermarcheRegular;
}

.ddl {
    width: 90%;
    height: 35px;
    border: solid 1px;
    background-color: #191919;
    color: white;
}

.vAlign {
    text-align: center;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


.favUpTitle {
    font-family: IntermarcheRegular;
    font-size: clamp(10px,3vw,15px);
    margin-bottom: 2px;
	color: white;
}

.favTitle {
    font-family: IntermarcheRegular;
    font-size: clamp(25px,3.5vw,50px);
}

    .favTitle.first {
        background: linear-gradient(90deg, #ff1e19, #ff7c00); /* Dégradé de gauche à droite */
        -webkit-background-clip: text; /* Applique le dégradé au texte pour les navigateurs basés sur WebKit */
        -webkit-text-fill-color: transparent; /* Rend le texte transparent pour les navigateurs basés sur WebKit */
        background-clip: text; /* Applique le dégradé au texte pour les navigateurs modernes */
        color: transparent; /* Rend le texte transparent */
    }

    .favTitle.second {
        background: linear-gradient(90deg, #ff7c00, #ffbf00); /* Dégradé de gauche à droite */
        -webkit-background-clip: text; /* Applique le dégradé au texte pour les navigateurs basés sur WebKit */
        -webkit-text-fill-color: transparent; /* Rend le texte transparent pour les navigateurs basés sur WebKit */
        background-clip: text; /* Applique le dégradé au texte pour les navigateurs modernes */
        color: transparent; /* Rend le texte transparent */
    }

.condition {
    font-size: 8px;
    color: #B3B3B3;
    text-align: center;
}

.inscription {
    color: black;
    font-size: 30px;
    font-family: IntermarcheRegular
}

.titleIdentification {
    font-size: larger;
    font-family: IntermarcheLight;
}

.codeErrorMessage {
    color: red;
}

.adresse {
    font-size: medium;
}

.borderText, .borderTextValidate {
    border: solid 1px black;
    padding: 20px 25px 30px 25px;
    height: stretch;
}

#formulaire {
    color: white;
    background-color: rgba(0, 0, 0, .98);
    padding: 20px;
    font-family: IntermarcheRegular;
    display: flex;
    flex-wrap: wrap;
}

.form {
    display: flex;
    flex-direction: column;
    width: 50%;
}

#additionalForm {
    width: 100% !important;
}

#client {
    font-family: IntermarcheRegular;
}


/* Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    animation: backdrop .5s ease normal;
}
.modal-content {
    margin: auto;
    position: relative;
    background-color: #fefefe;
    overflow-y: auto;
    padding: 50px 10px;
    border-radius: 20px;
    width: 90%;
    max-width: 700px;
}

.close {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #aaaaaa;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.modal-content > .container {
    margin: auto;
    width: 100%;
    max-width: 450px;
    overflow-wrap: break-word;
}

.modal-content > h1 {
    text-align: center;
    font-family: IntermarcheRegular;
    font-size: clamp(27px, 3vw, 35px);
}

.modal-content > .container > p {
    font-size: clamp(13px, 3vw, 20px);
    margin-top: 5px;
    font-family: IntermarcheRegular;
}

.modal-backdrop {
    background-color: transparent;
    display: none !important;
}

#containerMultipleCanal {
    text-align: center;
}

    #containerMultipleCanal > .flex {
        display: flex;
        justify-content: space-around;
    }

    #containerMultipleCanal > h1 {
        font-size: clamp(15px, 2vw, 20px);
        margin-bottom: 25px;
    }

.modalButton {
    font-size: clamp(11px, 2vw, 20px);
    border: 0px solid black;
    padding: 9px;
    width: 30%;
    color: white;
    font-family: IntermarcheRegular;
    background-color: black;
}

.pointer {
    cursor: pointer;
}

.uniqueValidateButton {
    display: none;
}

#sendButton {
    background-color: #ee1d23;
}

@media (max-width: 992px) {
    #formulaire {
        color: white;
        background-color: rgba(0, 0, 0, .8);
        padding: 20px;
        font-family: IntermarcheRegular;
        display: flex;
        width:100%;
        flex-direction: column;
        align-items:center;
        flex-wrap: wrap;
    }
    .form{
        width:90%;
        margin-bottom:5px;
    }
    .divText {
        padding-left: 0px;
        padding-right: 0px;
        font-size: smaller;
    }

    .textFav {
        font-size: clamp(10px,2vw,20px);
    }

    .titleValidate {
        display: none;
    }

    .mobileBg {
        color: white;
        font-family: IntermarcheLight;
        background-color: rgba(0,0,0,0.90);
    }

    .mobileForm {
        margin-left: 15px;
    }

    .picMag {
        padding-left: 15px;
    }

    .nomMag {
        padding-left: 55px;
        margin-top: 25px;
        font-size: large;
    }

    .adresse {
        font-size: x-small;
    }

    .container {
        width: 90%;
    }

    .condition {
        font-size: 4px;
    }

    .client {
        font-size: small;
    }

    .inscription {
        font-size: 20px;
        color: black;
    }

    .titleIdentification {
        font-size: small;
    }

    .codeErrorMessage {
        font-size: xx-small;
    }

    .borderTextValidate {
        min-height: initial;
    }
}

/* Fonts */
@font-face {
    font-family: "IntermarcheRegular";
    src: url("./Content/Font/INTERMACHE_Polices/intermarche regular.otf") format('opentype');
}

@font-face {
    font-family: "IntermarcheLight";
    src: url("./Content/Font/INTERMACHE_Polices/intermarche light.otf") format('opentype');
}

@font-face {
    font-family: "IntermarcheBold";
    src: url("Content/Font/INTERMACHE_Polices/intermarche bold.otf") format("opentype");
}

@font-face {
    font-family: "IntermarcheHeavy";
    src: url('Content/Font/INTERMACHE_Polices/intermarche heavy.otf') format("opentype");
}

@font-face {
    font-family: "ProximaBold";
    src: url("./Content/Font/INTERMACHE_Polices/intermarche regular.otf") format("opentype");
}


@font-face {
    font-family: "ProximaExtrabold";
    src: url("../fonts/Proxima_Nova_Extrabold.otf") format("opentype");
}

