/* HELPERS */

/* text */

.bold {
    font-weight: bold;
}

.extra-bold {
    font-family: 'Montserrat ExtraBold', sans-serif;
    font-weight: bold;
}

.regular{
    font-family: 'Montserrat', sans-serif;
}

.upper{
    text-transform: uppercase;
}

.text-underline{
    text-decoration: underline;
}

.f1r{
    font-size: 1rem;
}

.f18{
    font-size: 18px;
}

.f25 {
    font-size: 25px;
}

.f28 {
    font-size: 28px;
}

.f33{
    font-size: 33px;
}

.f41{
    font-size: 41px;
}

.f58{
    font-size: 58px;
}

.f80{
    font-size: 80px;
}
@media (max-width: 1850px) {
    .f28 {
        font-size: 26px;
    }
    .f80{
        font-size: 70px;
    }
}

@media (max-width: 1750px) {
    .f28 {
        font-size: 25px;
    }
    .f33{
        font-size: 30px;
    }
    .f41{
        font-size: 36px;
    }
    .f58{
        font-size: 50px;
    }
}

@media (max-width: 1550px) {
    .f33{
        font-size: 28px;
    }
    .f58{
        font-size: 48px;
    }
    .f80{
        font-size: 60px;
    }
}


@media (max-width: 1480px) {
    .f58{
        font-size: 46px;
    }
}

@media (max-width: 1450px) {
    .marg-top10.bubble {
        margin-top: 15% !important;
    }
    .marg-bot5.bubble{
        margin-bottom: 0% !important;
    }
    .f28 {
        font-size: 22px;
    }
    .f33{
        font-size: 26px;
    }
    .f41{
        font-size: 32px;
    }
    .f58{
        font-size: 42px;
    }
    .f80{
        font-size: 50px;
    }
}

@media (max-width: 1350px) {
    .f28 {
        font-size: 18px;
    }
    .f33{
        font-size: 24px;
    }
    .f41{
        font-size: 28px;
    }
    .f58{
        font-size: 40px;
    }
    .f80{
        font-size: 40px;
    }
}
@media (max-width: 1250px) {
    .f18{
        font-size: 16px;
    }
    .f33{
        font-size: 19px;
    }
    .f58{
        font-size: 36px;
    }
}
@media (max-width: 1150px) {
    .f18{
        font-size: 14px;
    }
    .f28 {
        font-size: 16px;
    }
    .f41{
        font-size: 24px;
    }
    .f58{
        font-size: 32px;
    }
    .f80{
        font-size: 35px;
    }
}


@media (max-width: 980px) {
    .f18{
        font-size: 18px;
    }
    .f28 {
        font-size: 28px;
    }
    .f33{
        font-size: 33px;
    }
    .f41{
        font-size: 41px;
    }
    .f58{
        font-size: 58px;
    }
}

@media (max-width: 690px) {
    .f33{
        font-size: 30px;
    }
}
@media (max-width: 630px) {
    .f33{
        font-size: 28px;
    }
}

@media (max-width: 580px) {
    .marg-top20.bubble{
        margin-top: 25% !important;
    }
    .f18{
        font-size: 14px;
    }
    .f25 {
        font-size: 20px;
    }
    .f28 {
        font-size: 20px;
    }
    .f33{
        font-size: 23px;
    }
    .f41{
        font-size: 36px;
    }
    .f58{
        font-size: 48px;
    }
}

@media (max-width: 480px) {
    .f25 {
        font-size: 18px;
    }
    .f33{
        font-size: 18px;
    }
    .f41{
        font-size: 32px;
    }
    .f58{
        font-size: 38px;
    }
}


@media (max-width: 390px) {
    .marg-top20.bubble{
        margin-top: 26% !important;
    }
    .f18{
        font-size: 12px;
    }
    .f25 {
        font-size: 16px;
    }
    .f28 {
        font-size: 18px;
    }
    .f33{
        font-size: 16px;
    }
    .f41{
        font-size: 26px;
    }
    .f58{
        font-size: 34px;
    }
}

@media (max-width: 350px) {
    .marg-top20.bubble{
        margin-top: 22% !important;
    }
    .f18{
        font-size: 12px;
    }
    .f25 {
        font-size: 14px;
    }
    .f28 {
        font-size: 16px;
    }
    .f33{
        font-size: 14px;
    }
    .f41{
        font-size: 24px;
    }
    .f58{
        font-size: 30px;
    }
}

.red-text{
    color: rgb(218, 75, 72) !important;
}

.blue-text{
    color: rgb(58, 109, 168) !important;
}

.lh1{
    line-height: 1;
}

/* transform */
  
.marg0{
    margin: 0%;
}

.marg-top1 {
    margin-top: 1%;
}

.marg-top5 {
    margin-top: 5%;
}

.marg-top10 {
    margin-top: 10%;
}

.marg-top15 {
    margin-top: 15%;
}

.marg-top20 {
    margin-top: 20%;
}

.marg-top30 {
    margin-top: 30%;
}

.marg-bot0{
    margin-bottom: 0%;
}

.marg-bot5{
    margin-bottom: 5%;
}

.marg-bot20px{
    margin-bottom: 20px !important;
}

.marg-bot10{
    margin-bottom: 10% !important;
}

.marg-left5{
    margin-left: 5% !important;
}

.padding-0{
    padding: 0% !important;
}

body{
    min-height: 100dvh;
    position: relative;
    display: flex;
    flex-direction: column;
    color: rgb(58, 109, 168);
    font-family: 'Montserrat', sans-serif;
    background-color: rgba(246,246,246,255);
    background-image: url("../src/img/bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

.background-center {
    position: relative;
}

.background-center::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background-image: url("../src/img/bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
    z-index: -1;
}

span{
    color: rgb(58, 109, 168) !important;
}

h4{
    margin-bottom: 4% !important;
}

.content {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}


.pastille{
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
}

.pastille.home{
    background-image: url("../src/img/Pastille_Home_Page.png");
}

.pastille.meca1{
    background-image: url("../src/img/Pastille_Meca_1_et_Confirmation.png");
    background-size: 99%;
}

.pastille.meca2{
    background-image: url("../src/img/Pastille_Meca_2.png");
    aspect-ratio: 0.99 / 1;
}

.eco{
    width: 40%;
}

@media (max-width: 1580px) {
    .eco{
        width: 35%;
    }
}

@media (max-width: 1480px) {
    .eco{
        width: 32%;
    }
}


.cadre{
    background-color: rgb(58, 109, 168) !important;
    padding-left: 2%;
    padding-right: 2%;
    color: white !important;
}

.input-field {
    margin-bottom: 0px;
    margin-top: 0px;
}
 
.input-field input[type="text"],
.input-field input[type="email"] {
    border: 1px solid;
    border-radius: 0;
    padding: 10px;
    box-sizing: border-box;
    height: 50%;
}

.input-text {
    position: absolute !important;
    top: -35px !important;
    color: rgb(58, 109, 168) !important;
    /* left: 0 !important; */
}
  
.error-message {
    color: red !important;
    font-size: 0.9em;
    display: none;
    margin-top: -10px;
    margin-bottom: 10px;
}

.optin-error{
    margin-left: 35px !important;
    margin-top: 0.5% !important;
    margin-bottom: 0;
}

.star{
    position: relative;
    z-index: 2;
    margin-left: -13%;
}

.star img{
    margin-top: -6%;
}
  
.btn{
    background-color: rgb(58, 109, 168);
    text-transform: none;
    font-size: x-large;
}

@media (max-width: 1250px) {
    .btn{
        font-size: large;
    }
}

.btn-large{
    background-color: rgb(58, 109, 168);
    text-transform: none;
    font-size: xx-large;
}

@media (max-width: 350px) {
    .btn-large{
        font-size: x-large;
    }
}

.present{
    margin-bottom: 25px;
}

.present.home{
    margin-top: -8%;
}

@media (max-width: 980px) {
    .present.home{
        margin-top: -55%;
    }
    .present.meca2{
        margin-top: -20%;
    }
    .present.confirm{
        margin-top: -32.5% !important;
    }
}

@media (max-width: 425px) {
    .present.home{
        margin-top: -52%;
    }
}

.linge{
    position: relative;
    width: 28%;
    top: -100px;
    left: 10%;
    z-index: 0;
}

.linge.meca1{
    width: 35%;
    left: 8%;
}

.linge.meca2{
    width: 20%;
}

.produits{
    position: relative;
    left: 25%;
    transform: translate(-50%);
    width: 50%;
}

.produits.meca1{
    left: 20%;
    width: 60%;
}

.produits.meca2{
    left: 25%;
    width: 45%;
}

.plan{
    width: 100%;
    margin-top: -180px;
    z-index: -2;
}

.aspi{
    position: absolute;
    margin-left: 63%;
    bottom: 4%;
    height: 60%;
    z-index: -1;
}

.aspi img{
    height: 100%;
}


@media (max-width: 1150px) {
    .linge{
        width: 23%;
    }
}

@media (max-width: 980px) {
    .aspi{
        bottom: 6%;
        height: 25%;
    }
    .produits{
        left: 0%;
        transform: translate(5%);
        width: 95%;
    }
    .produits.meca1{
        left: 0%;
        width: 95%;
    }
    .produits.meca2{
        left: 0%;
        width: 70%;
    }
    .linge{
        width: 60%;
        top: 300px;
        left: -40%;
    }
    .linge.meca1{
        width: 60%;
        left: -40%;
    }
    .linge.meca2{
        width: 40%;
        top: 200px;
        left: -25%;
    }

}
@media (max-width: 880px) {
    .aspi{
        bottom: 8%;
        height: 25%;
    }
    .linge{
        top: 250px;
    }
}
@media (max-width: 750px) {
    .linge{
        top: 210px;
    }
    .linge.meca2{
        top: 150px;
    }
}
@media (max-width: 580px) {
    .aspi{
        bottom: 9%;
        height: 22%;
    }
    .linge{
        top: 170px;
    }
    .linge.meca2{
        top: 120px;
    }
}
@media (max-width: 480px) {
    .aspi{
        margin-left: 58%;
    }
    .linge{
        top: 150px;
    }
    .linge.meca2{
        top: 100px;
    }
}
@media (max-width: 400px) {
    .aspi{
        margin-left: 64%;
        bottom: 10%;
        height: 16%;
    }
    .linge{
        top: 120px;
    }
    .linge.meca2{
        top: 85px;
    }
}
@media (max-width: 380px) {
    .aspi{
        bottom: 10.5%;
    }
}
@media (max-width: 360px) {
    .aspi{
        bottom: 13%;
    }
    .linge{
        top: 110px;
    }
}

.bg_footer img{
    max-width: 100%;
    height: 600px;
    z-index: -5;
}

.bg_footer{
    margin: 0;
}

footer{
    position: relative;
    bottom: 0;
    width: 100%;
    background-color: transparent;
}

nav{
    background: url("../src/img/bg_footer.jpg");
    background-size: cover;
    box-shadow: none;
    background-color: transparent !important;
    background: none;
}

footer nav ul{
    display: flex;
    justify-content: space-between;
    padding-left: 15% !important;
    padding-right: 15% !important;
}


@media (max-width: 1080px) {
    footer nav ul{
        padding-left: 10% !important;
        padding-right: 10% !important;
    }
}


ul a{
    color: rgb(58, 109, 168) !important;
}

.insta{
    margin-top: -25%;
    margin-left: -100%;
}

@media (max-width: 980px) {
    .insta{
        margin-top: 0;
        margin-left: 0%;
    }
}