* {
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    /*font-family: Noto Sans, sans-serif;*/
    user-select: none;
}

html {
    overflow: hidden;
}

body {
    overflow: hidden;
    width: 100vw !important;
    height: 100vh !important;
    background-color: #fdfdfe !important;
    overscroll-behavior-x: none;
}

input {
    border-color: #021768 !important;
    border: solid;

}

.fw-400 {
    font-weight: 400;
}

.fw-700 {
    font-weight: 700;
}

.swal2-popup {
    position: relative;
    box-sizing: border-box;
    grid-template-columns: minmax(0, 100%);
    width: 30em;
    height: 20em !important;
    max-width: 100%;
    padding: 0 0 1.25em;
    border: none;
    border-radius: 5px;
    background: #fff;
    color: #545454;
    font-family: inherit;
    font-size: 1rem;
}

.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #f1471c !important;
    color: #fff;
    font-size: 1em;
    height: 2.5rem !important;
    width: 10rem !important;
}

.swal2-icon {
    margin: 0 auto !important;
    margin-top: 3rem !important;
}

.swal2-progress-steps {
    justify-content: center !important;
}


.swal-input-style {
    text-indent: 70px;
    margin: 10px 10px 10px 10px !important;
    border: 2px solid rgba(227, 227, 226, 0.54) !important;
    width: 100% !important;
    cursor: pointer !important;
}

.swal-input-style-choice {
    border: 3px solid orange !important;
}

.swal-input-style-text-area {
    padding: 10px !important;
    text-indent: 0 !important;
    min-height: 250px !important;
}


/*******************************************/


/*******************************************/


/******************* introductionpage ******************/


/*******************************************/
.introduction {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.video {
    position: absolute;
    overflow: hidden;
    min-width: 100%;
    min-height: 100%;
    right: 0;
    bottom: 0;
    opacity: 0.58;
}

.texte {
    color: #0B273E;
    font-family: Noto Sans, serif;
    font-weight: 700;
    font-size: 1.5rem;
    position: relative;
    width: 100%;
    text-align: center;
    text-decoration: underline;
    text-decoration-color: #f1471c;

}

.logo {
    position: relative;
    align-content: center;
    justify-content: center;
    display: flex;
    /* width: 92.5%; */
    height: 65%;
    align-items: flex-end;
    margin-bottom: 3rem !important;
}

.maintouch {
    position: relative;
    align-content: center;
    justify-content: center;
    display: flex;
    width: 100%;
    height: 8%;

}

/*******************************************/


/*******************************************/


/******************* mainpage ******************/


/*******************************************/

.mainPage {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.mesphotos {
    align-content: center;
    justify-content: left;
    display: flex;
    width: 44%;
    flex-direction: column;
    height: 100%;
}


.mesphotos > p {
    color: #0B273E;
    font-family: Noto Sans, serif;
    font-weight: 400;
    font-size: 1.2rem;
    width: 100%;
    margin: 2.5rem !important;
    margin-bottom: 0 !important;
    margin-top: 1rem !important;

}

.bouton {
    display: flex;
    height: 14%;
    margin-left: 2rem !important;
}

.bouton > button {
    color: #fff;
    font-family: Noto Sans, serif;
    font-weight: 700;
    width: 60%;
    background-color: #021768;
    height: 95%;
    margin-top: 0.5rem !important;
    margin-bottom: 2rem !important;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
}

.littlelogo {
    width: 80%;
    margin: 2rem !important;
    margin-bottom: 0 !important;
}


.photo {
    width: 130%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem !important;
}

.photo > img {
    height: 40%;
    width: 35%;
    margin: 1rem !important;
    margin-top: 0 !important;
    margin-left: 2rem !important;
    object-fit: cover;
}


.boutique {
    align-content: center;
    justify-content: left;
    display: flex;
    width: 70%;
    flex-direction: row;
    height: 100%;
    background-color: #febca2;
    margin-left: 6rem !important;
    box-shadow: 0 8px 6px 4px #a7a1a1 !important;
}

.boutiqueBody {
    width: 60%;
    overflow: hidden;
}

.text {
    margin: 2rem !important;
    font-family: Noto Sans, serif;
    font-weight: 700;
    font-size: 1.5rem !important;
    width: 81%;
    margin-top: 4.5rem !important;

}

.smalltext {
    font-size: 1.2rem !important;
    font-family: Noto Sans, serif;
    font-weight: 400;
    margin-top: 0 !important;
    margin-bottom: -2rem !important;
}

.products {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    overflow-x: scroll;
    padding-right: 2rem !important;
    scrollbar-width: none;
    position: relative;
    will-change: transfrom;
    width: 37%; /* a conserver pour que le glider ne déforme pas les div */

}

.article {
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-content: center !important;
    margin: 1rem !important;
    align-items: center !important;
    /* width: 280.5px !important;
    height: 320px!important; */
    margin-left: 2rem !important;

}

.article > img {
    height: 100%;
    width: 65%;
    margin: 1rem !important;

}

.boutiqueText {
    display: flex;
    text-align: left;
    width: 100%;
}

.boutiqueText > p {
    color: #0B273E;
    font-family: Noto Sans, serif;
    font-weight: 700;
    font-size: 0.7rem !important;
    margin: 1rem !important;
    margin-left: 2rem !important;

}

.glider-next, .glider-prev {
    position: static !important;
    background: 0 0;
    z-index: 2;
    font-size: 40px;
    text-decoration: none;
    left: -23px;
    top: 30%;
    cursor: pointer;
    color: #666;
    opacity: 1;
    line-height: 1;
    transition: none !important;
}

.glider-slide {
    min-width: 0 !important;
}

.glider-next:focus, .glider-next:hover, .glider-prev:focus, .glider-prev:hover {
    color: none !important;
}

.gliderBouton {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 36%;
    margin-top: 1rem !important;
}

body::-webkit-scrollbar {
    display: none;
}

.slider-wrap {
    position: fixed;
    width: 95%;
    height: 40%;
}

.slider {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    will-change: transform;
}

.slider-item {
    position: relative;
    flex: 1;
    overflow: hidden;
}

.img-div {
    position: relative;
    left: 1%;
    top: 2.5%;
    width: 98%;
    height: 95%;
    background-size: cover;
    background-position: center;
}

.flipper {
    align-content: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 24%;
    background-image: url(img/Flipper.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9999;
    position: fixed;
    right: 0;
    box-shadow: 0 8px 6px 4px #484747 !important;
}

.VR {
    width: 120%;
    position: absolute;
    left: 50px;
    top: 90px;
}

.smallpicto {

    margin-right: 0.5rem !important;
    margin-left: 2rem !important;
}

/*******************************************/


/*******************************************/


/******************* QRcodepage ******************/


/*******************************************/

.qrcode {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;

}

.imgQR {
    height: 55%;
    display: inline-flex;
    justify-content: center;
    align-items: flex-end;
}

.qrcode > button {
    color: #fff;
    font-family: Noto Sans, serif;
    font-weight: 700;
    font-size: 1rem;
    width: 12%;
    background-color: #021768;
    height: 7%;
    margin: 5rem !important;
    margin-top: 0.5rem !important;
    margin-bottom: 1.5rem !important
}

.pictoRetour {
    width: 9%;
    height: 26%;

}

/*******************************************/


/*******************************************/


/******************* email page ******************/


/*******************************************/

.emailpage {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.emailform {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-content: center;
    height: 100%;
    width: 60%;
}

.emailform > p {
    color: #0B273E;
    font-family: Noto Sans, serif;
    font-weight: 400;
    font-size: 1rem;
    width: 100%;
    margin: 2.5rem !important;
    margin-bottom: 0 !important;
    margin-top: 1rem !important;
}

.boutons {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 460px;
    width: 57%;
    align-items: center;
}

.boutons > button {
    color: #fff;
    font-family: Noto Sans, serif;
    font-weight: 700;
    font-size: 1rem;
    width: 30.3%;
    background-color: #021768;
    height: 13% !important;
    margin-top: 1rem !important;
    margin-bottom: 1.5rem !important;
    border: none !important;
}

#vosphotos {
    background-color: #FD814F;
    height: 100%;
    width: 40%;
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: none;
    right: 0;
    position: absolute;
    top: 0;

}

#illustrations {
    display: flex;
    flex-direction: column;
}

#illustrations > img {
    max-width: 400px;
    margin-bottom: 2rem !important;

}

.smallogo {
    width: 65%;
    margin: 2rem !important;
}

.loading {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #FB3B1D;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.waitText {
    font-size: 1.5rem !important;
    font-family: Noto Sans, serif;
    font-weight: 700;
    margin-top: 4.5rem !important;
}


.btn-style {
    color: #fff;
    font-family: Noto Sans, serif;
    font-weight: 700;
    font-size: 1rem;
    background-color: #021768;
    margin-top: 1rem !important;
    margin-bottom: 1.5rem !important;
    border: none !important;
    width: 100px;
    height: 50px;
}

.swal-height {
    height: 70vh !important;
    margin-left: 3vw !important;
}

.swal2-html-container {
    overflow: hidden !important;
}


.fa-xmark {
    position: absolute;
    right: 35px;
    font-size: 30px;
    top: 20px;
}

.div-button {
    position: absolute;
    bottom: 15px;
    right: 40px;
}

.fa-camera {
    font-size: 30px;
}

.tarif {
    position: absolute;
    font-size: 25px;
    color: white;
    left: 15px;
    font-weight: bold;
    bottom: 60px;
    width: 93%;
}

.tarif-group {
    border: 3px solid white;
    margin-bottom: 10px !important;
    height: 70px;
    display: flex;
    align-items: center;
    font-size: 32px;
    position: relative;

}

.tarif-group > p {
    text-indent: 30px;
}

.tarif-group > div {
    position: absolute;
    right: 0;
    background-color: white;
    color: #FB3B1D;
    width: 120px;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tarif-msg {
    width: 100%;
    text-align: right;
}

.tarif-msg > p {
    font-size: 20px;
}
