/*fonts integration*/

@font-face {
    font-family: "valencia-regular";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Valencia-Regular.otf") format("opentype");
}

@font-face {
    font-family: "bagerich";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/bagerichdemo.otf") format("opentype");
}

@font-face {
    font-family: "antique olive compact";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Antique\ Olive\ T\ Compact\ Regular.otf") format("opentype");
}

@font-face {
    font-family: "bagerich-other";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/FontsFree-Net-Bagerich.ttf") format("truetype");
}


*{
    margin:0;
    padding:0;
    scroll-padding-top: 2rem;
    scroll-behavior: smooth;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

:root{
    --black:#000000;
    --dawn-pink:#e991c6;
    --white:#fff;
}

img{
    width:100%;
}

body{
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: var(--dawn-pink);
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

.body-page-merci{
    overflow-y:hidden;
}

/* header */
header {
    position: fixed;
    top: 0;
    width: 100%;
    /* box-shadow: 0 1px 4px hsl(0 4% 15%/ 10%); */
    z-index: 6;
    padding: 10px 10px;
    /*border: 1px solid black;*/
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-height: 50px;
    padding-left: 2rem;
}

.logo-noir{
    position: relative;
    width: 9rem;
    height: 2.5rem;
    overflow: hidden;
}

.logo-noir img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section{
    width: 100%;
    max-height: 100vh;
    min-height: 50vh;
    margin-top: 10vh;
   /*border: 1px solid black;*/
}

.futur-pointe{
    position: relative;
    width: 250px;
    height: 200px;
    max-height: 200px;
    min-width: 200px;
    left: 55%;
    /*border: 1px solid black;*/
}

.title-futur{
    position: absolute;
    font-family: "bagerich-other";
    font-style: normal;
    font-weight: 400;
    top: 5%;
    font-size: 100px;
    line-height: 106.28%;
    letter-spacing: 0.045em;
    color: #1E1E1E;
    /*border: 1px solid black;*/
}

.arrow-oblic{
    position: absolute;
    width: 50px;
    top: 60%;
    left:40%;
    /*border: 1px solid black;*/
}

.h1-relative{
    position:relative;
    margin: 1% 15%;
    width:  68vw;
    height: 350px;
    max-height:350px ;
    min-height: 350px;
    /*border: 1px solid black;*/
    padding: 0 0;
}

.part-collabo {
    position: absolute;
    font-family: "antique olive compact";
    font-style: normal;
    font-weight: 900;
    font-size: 9.5vw;
    line-height: 80px;
    text-align: center;
    letter-spacing: 0.5rem;
    line-height: 90%;
    margin-left: 10rem;
    color: #FEEEEF;
    text-shadow: 3px 0 0 black;
   /*border: 1px solid black;*/
}

.organisation {
    position: relative;
    display: grid;
    grid-template-columns: 20% 80%;
    width: 60vw;
    height:160px;
    max-height:160px;
    min-height:160px;
    z-index: 1;
    /*border: 1px solid black;*/
    margin: 0 20%;
}

.arrow-curved {
    position: absolute;
    width: 50px;
    height: 150px;
    top: -30%;
    /*border: 1px solid black;*/
}

.h3-title {
    position: absolute;
    width: 500px;
    height: 60px;
    max-height: 60px;
    min-height: 60px;
    /*border: 1px solid black;*/
    top: -10px;
    left: 10rem;
}

.h3-title a {
    text-decoration: none;
}

.notre-org {
    position: absolute;
    font-family: 'Valencia-Regular';
    font-style: normal;
    font-weight: 5;
    font-size: 1.95rem;
    line-height: 1rem;
    letter-spacing: 0.085em;
    color:var(--black);
    width: 27.3rem;
    height: 4.4rem;
    border: 1px solid #1E1E1E;
    border-right: 0.5px solid #1E1E1E;
    text-align: center;
    padding-top: 1.7rem;
    z-index: 2;
}

.votre-org {
    position: absolute;
    font-family: 'Valencia-Regular';
    font-style: normal;
    font-weight: 5;
    font-size: 1.95rem;
    line-height: 1rem;
    letter-spacing: 0.085em;
    color:var(--black);
    width: 27.3rem;
    height: 4.4rem;
    border: 1px solid #1E1E1E;
    border-left: 0.5px solid #1E1E1E;
    left:27.3rem;
    text-align: center;
    padding-top: 1.7rem;
    z-index: 2;
}

.notre-org:hover, .votre-org:hover {
    color: var(--white);
    background-color: var(--black);
    transition: 0.2s ease-in-out;
}

.creatif-relative{
    position: relative;
    display: grid;
    grid-template-columns: 50% 50%;
    width: 60vw;
    height:160px;
    max-height:160px;
    min-height:160px;
    /*border: 1px solid black;*/
    margin: -5% 20%;
}

.creatif {
    position: absolute;
    font-family: 'bagerich';
    font-style: normal;
    font-weight: 400;
    font-size: 6.25vw;
    line-height: 100.28%;
    letter-spacing: 0.045em;
    color: black;
    /*border: 1px solid black;*/
}

.list-relative {
    position: relative;
    width: 30vw;
    height: 17.93vh;
    max-height: 17.93vh;
    min-height: 17.93vh;
    margin-top: 2%;
   /*border: 1px solid black;*/
}

.list {
    position: absolute;
    font-family: "valencia-regular";
    font-style: normal;
    font-weight: 5;
    font-size:1.875vw;
    line-height: 100%;
    letter-spacing: 0.075em;
    color: black;
    margin-top: 2%;
    /*border: 1px solid black;*/
}

.citation-relative {
    position: relative;
    width: 100vw;
    height: 850px;
    min-height: 850px;
    max-height: 850px;
    /*border: 1px solid black;*/
    margin-top: 20%;
}

.citation-relative1{
    position: relative;
    top: -40%;
}

.plonge {
    position: absolute;
    width: 100%;
    height: 50vh;
}

.nos-forfaits-relative {
    position: relative;
    width: 680px;
    height: 300px;
   /*border: 1px solid black;*/
    margin-left: 200px;
    margin-right: 20px;
}

.nos-services-relative {
    position: relative;
    width: 680px;
    height: 300px;
    /* border: 1px solid black; */
    margin-top: 430px;
    margin-left: 200px;
    margin-right: 20px;
}

.nos-partenaires-relative {
    position: relative;
    width: 680px;
    height: 300px;
    margin-top: 600px;
    margin-left: 200px;
    margin-right: 20px;
    /* border: 1px solid black; */
}

.nos-forfaits {
    position: absolute;
    font-family: "antique olive compact";
    font-style: normal;
    font-weight: 900;
    font-size: 8vw;
    line-height: 90%;
    letter-spacing: 1.3px;
    color: #F6F6F6;
    text-shadow: 3px 0 0 black;
    /*border: 1px solid black;*/
}

.point {
    font-size: 1.2rem;
    margin-left: 1rem;
}

.a-partir-de{
    position: relative;
    font-family: 'valencia-regular';
    width: 80px;
    height: 10px;
    top: -3rem;
    left: 11.5rem;
    font-style: normal;
    font-weight: 5;
    font-size: 14px;
    line-height: 69.5%;
    letter-spacing: 0.075em;
    color:black;
    /*border: 1px solid black;*/
}

.nos-services{
    position: absolute;
    font-family: "antique olive compact";
    font-style: normal;
    font-weight: 900;
    font-size: 8vw;
    line-height: 90%;
    letter-spacing: 1.3px;
    color: #F6F6F6;
    text-shadow: 3px 0 0 black;
    /*border: 1px solid black;*/
}

.nos-partenaires{
    position: absolute;
    font-family: "antique olive compact";
    font-style: normal;
    font-weight: 900;
    font-size: 8vw;
    line-height: 90%;
    letter-spacing: 1.3px;
    color: #F6F6F6;
    text-shadow: 3px 0 0 black;
    /*border: 1px solid black;*/
}

.services-relative {
    position: relative;
    display: grid;
    grid-template-columns: 33.1% 33.2% 33.1%;
    width: 76%;
    height: 550px;
    min-height: 550px;
    max-height: 550px;
    /*border: 1px solid black;*/
    margin: 0 10%;
}

.partenaires-relative {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    height: 850px;
    min-height: 850px;
    max-height: 850px;
    /* border: 1px solid black; */
    margin: 0 auto;
}

.artistes-relative {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* display: grid;
    grid-template-columns: 33.1% 33.1% 33.1%; */
    width: 80%;
    height: 3200px;
    min-height: 3200px;
    max-height: 3200px;
    /* border: 1px solid black; */
    margin: 0 auto;
}

.services-relative table {
    border: 2px solid black;
    border-collapse: collapse;
    width: 25vw;
}

.artistes-relative table {
    border: 2px solid black;
    height: 50rem;
    border-collapse: collapse;
    width: 25vw;
}

.partenaires-relative table {
    border: 2px solid black;
    height: 50rem;
    border-collapse: collapse;
    width: 25vw;
}

.artistes-relative table img {
    width: 20rem;
    height: 20rem;
    margin: 1rem 2.5rem;
}

.partenaires-relative table img {
    width: 20rem;
    height: 20rem;
    margin: 1rem 2.5rem;
}

.artistes-relative table span.text {
    display: block;
    height: 15rem;
}

.partenaires-relative table span.text {
    display: block;
    height: 15rem;
}

.services-relative table th {
    height: 100px;
    font-family: "valencia-regular";
    font-style: normal;
    font-weight: 5;
    font-size: 1.5rem;
    line-height: 90%;
    letter-spacing: 1px;
    color: black;
    text-align: center;
    border: 2px solid black;
    border-collapse: collapse;
}

.artistes-relative table th {
    height: 6.25rem;
    font-family: "valencia-regular";
    font-style: normal;
    font-weight: 5;
    font-size: 1.5rem;
    line-height: 90%;
    letter-spacing: 1px;
    color: black;
    text-align: center;
    border: 1px solid black;
    border-collapse: collapse;
}

.partenaires-relative table th {
    height: 6.25rem;
    font-family: "valencia-regular";
    font-style: normal;
    font-weight: 5;
    font-size: 1.5rem;
    line-height: 90%;
    letter-spacing: 1px;
    color: black;
    text-align: center;
    border: 1px solid black;
    border-collapse: collapse;
}

.services-relative table td {
    height: 550px;
}

.services-relative p {
    height: 450px;
    font-family: "valencia-regular";
    font-style: normal;
    font-weight: 5;
    font-size: 1.4rem;
    line-height: 100%;
    letter-spacing: 1px;
    padding: 1rem 2rem;
    color: black;
    /* border: 1px solid black; */
}

.artiste-desc p {
    height: 43.75rem;
    font-family: "valencia-regular";
    font-style: normal;
    font-weight: 5;
    font-size: 1.4rem;
    text-align: left;
    line-height: 100%;
    letter-spacing: 1px;
    padding: 0px 30px;
    color: black;
}

.partenaire-desc p {
    height: 43.75rem;
    font-family: "valencia-regular";
    font-style: normal;
    font-weight: 5;
    font-size: 1.4rem;
    text-align: left;
    line-height: 100%;
    letter-spacing: 1px;
    padding: 0px 30px;
    color: black;
}

.artiste-desc table a.url {
    color: black;
    text-decoration: underline;
}
 
.partenaire-desc table a.url {
    color: black;
    text-decoration: underline;
}

.prix {
    position: relative;
    width: 90px;
    height: 40px;
    border: 1px solid black;
    border-radius: 25px;
    padding: 10px 15px;
    top: -2.5rem;
    left: 11.3rem;
    font-family: "valencia-regular";
    font-style: normal;
    font-weight: 5;
    font-size: 23px;
    line-height: 17px;
    letter-spacing: 1px;
    cursor: pointer;
    /*border: 1px solid black;*/
}

.prix:hover{
    color: white;
    background-color: black;
}

.mont-relative {
    position: relative;
    width: 100%;
    height: 700px;
    min-height: 700px;
    max-height: 700px;
    /* border: 1px solid black; */
}

.contenu4 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 60%;
    height: 100px;
    min-height: 100px;
    max-height: 100px;
    /* border: 1px solid black; */
    margin:0 30%;
}

.mont {
    position: relative;
    width: 100%;
    height: 40rem;
    margin-top: 10rem;
   /*border: 1px solid black;*/
}

.details-subv{
    width: 40vw;
    margin-top: 1vh;
    margin-left: 2vw;
    line-height:90%;
    /*border: 1px solid black;*/
}

.text-org {
    position: absolute;
    top: 25%;
    left: 40%;
    font-family: "valencia-regular";
    font-style: normal;
    font-weight: 5;
    font-size: 1.35vw;
    line-height: 90%;
    letter-spacing: 0.085em;
    color: black;
   /*border: 1px solid black;*/
}

.arrow-curved2 {
    position: absolute;
    width: 5.21vw;
    height: 20.81vh;
    top: 20%;
    left: 47%;
    /*border: 1px solid black;*/
}

.citation2 {
    position: absolute;
    right: 10%;
    top: 25%;
    width: 28.125vw;
    height: 11.97vh;
    font-family: "valencia-regular";
    font-style: normal;
    font-weight: 5;
    font-size: 1.35vw;
    line-height: 112.5%;
    letter-spacing: 0.065em;
    color: black;
    /*border: 1px solid black;*/
}

.monira-cormier-relative {
    position: relative;
    display: grid;
    grid-template-columns: 40% 15% 25%;
    width: 100%;
    padding-top: 20%;
    padding-left: 10%;
    height: 1000px;
    min-height:1000px;
    max-height: 1000px;
    /*border: 1px solid black;*/
    margin-top: -100px;
}

.desc-profil {
    position: relative;
   /*border: 1px solid black;*/
}

.images-hommes {
    position: relative;
    margin-top: -1300px;
    right: -140%;
    transform: translateX(100%);
  }

#img-hom1 {
    position: absolute;
    top: 360px;
    left: 50px;
    width: 300px;
    height: 300px;
}
#img-hom2 {
    position: absolute;
    width: 300px;
    height: 300px;
    left: 50px;
    top: 10px;
}
#img-hom3 {
    position: absolute;
    left: 350px;
    top: 50px;
    width: 300px;
    height: 300px;
}

#img-hom4 {
    position: absolute;
    top: 380px;
    left: 350px;
    width: 300px;
    height: 300px;
}

.profil-title {
    font-family: 'bagerich';
    font-style: normal;
    font-weight: 400;
    font-size: 3.54vw;
    line-height: 90%;
    letter-spacing: 0.065em;
    color: black;
   /*border: 1px solid black;*/
}

.role-title1, .role-title2 {
    width: 31.25vw;
    height: 60px;
    font-family: 'valencia-regular';
    font-style: normal;
    font-weight: 5;
    font-size: 1.5625vw;
    line-height: 90%;
    letter-spacing: 0.075em;
    color: black;
    /*border: 1px solid black;*/
}


.role-title2 {
    margin-top: 50px;   
}


.text-role {
    width: 29.74vw;
    height: 500px;
    font-family: 'valencia-regular';
    font-style: normal;
    font-weight: 5;
    font-size: 1.355vw;
    line-height: 90%;
    letter-spacing: 0.075em;
    color: black;
    /*border: 1px solid black;*/
}

.arrow-curved3-rel {
    position: relative;
    width: 300px;
    height:  200px;
    border-radius: 22px;
    /*border: 1px solid black;*/
    top: 5%;
    left: -30%;
}

.arrow-curved3 {
    width: 300px;
    height:  200px;
    transform: rotate(-0.28deg);
    /*border: 1px solid black;*/
}

.arrow-curved4-rel {
    position: relative;
    width: 300px;
    height:  200px;
    border-radius: 22px;
    /*border: 1px solid black;*/
    top: 38%;
    right: 100%;
}

.arrow-curved4 {
    width: 300px;
    height:  200px;
   /*border: 1px solid black;*/
}


.projet-relative {
    position: relative;
    width: 80vw;
    height: 30vh;
    margin: 0 10%;
    /* border: 1px solid black; */
    margin-top: 200px;
}

.projet {
    position: absolute;
    font-family: "antique olive compact";
    font-style: normal;
    font-weight: 900;
    font-size: 8.7vw;
    line-height: 90%;
    letter-spacing: 1px;
    color: #F6F6F6;
    text-shadow: 3px 0 0 black;
    /*border: 1px solid black;*/
}

.form-relative {
    position: relative;
    width: 36.61vw;
    height: 70vh;
    min-height: 70vh;
    max-height: 70vh;
   /*border: 1px solid black;*/
    margin: 0 30%;
    margin-top: 100px ;
    margin-bottom: 500px;
}

.formulaire {
    display: grid;
    grid-template-rows: 10% 90%;
    height: 69.7vh;
    /*border: 1px solid black;*/
}

.nom-prenom{
    position:relative;
    width: 36.61vw;
    height: 57px;
}

#nom , #prenom {
    position: absolute;
    width: 50%;
    height: 55px;
    background-color: rgba(241, 117, 206, 0.1);
    padding: 10px 0px 0px 20px;
    font-family: 'valencia-regular';
    font-style: normal;
    font-weight: 5;
    font-size: 1.354vw;
    border: 2px solid black;
    border-bottom: none;
}

#nom{
    border-right: 1px solid black;
}

#email{
    position: absolute;
    width: 50%;
    height: 55px;
    background-color: rgba(241, 117, 206, 0.1);
    padding: 10px 0px 0px 20px;
    font-family: 'valencia-regular';
    font-style: normal;
    font-weight: 5;
    font-size: 1.354vw;
    border: 2px solid black;
    border-bottom: none;
    top: 53px;
}

#prenom {
    border-left: 1px solid black;
    border-bottom: 2px solid black;
    width: 49.9%;
    left: 50%;
}
#nom, #email {
    border-right: 0.5px solid black;
}

#nom::placeholder, #prenom::placeholder , #email::placeholder,
 #organisation-info::placeholder, #area::placeholder {
    font-family: 'valencia-regular';
    font-style: normal;
    font-weight: 5;
    font-size: 1.354vw;
    line-height: 31px;
    letter-spacing: 1px;
    color: black;
    padding: 0px 0px 5px 20px;
}

#organisation-info {
    position: absolute;
    width: 50.1%;
    height: 55px;
    border: 2px solid #1E1E1E;
    border-right: 2px solid  #1E1E1E ;
    border-top: none ;
    background-color: rgba(241, 117, 206, 0.1);
    left: 49.8%;
    top: 54px;
    padding: 10px 0px 0px 20px;
    font-family: 'valencia-regular';
    font-style: normal;
    font-weight: 5;
    font-size: 1.354vw;
}

#area {
    position: absolute;
    width: 36.58vw;
    height: 64vh;
    min-height: 64vh;
    max-height: 64vh;
    top: 107px;
    background-color: rgba(241, 117, 206, 0.1);
    border: 2px solid black;
    font-family: 'valencia-regular';
    font-style: normal;
    font-weight: 5;
    font-size: 1.354vw;
    padding: 10px 0px 0px 20px;
}

.custom-radio-btn {
    position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid black;
    background-color: var(--dawn-pink);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 48%;
    left: 10%;
}

.custom-radio-btn .checkmark{
    width: calc(30%);
    height: calc(30%);
    border-radius: 50%;
    background-color:  black;
    display: inline-block;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.custom-radio-btn input {
    display: none;
}

.custom-radio-btn input:checked + .checkmark{
    opacity: 1;
}

.text-checkbox {
    position: absolute;
    border-radius: 50%;
    top: 46%;
    left: 15%;
    width: 460px;
    height: 20px;
    font-family: 'valencia-regular';
    font-style: normal;
    font-weight: 5;
    font-size: 11px;
    line-height: 32px;
    text-transform: uppercase;
    color: black;
}

.text-checkbox span{
    text-decoration: underline;
}

.footer-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: 40vw 50vw 40vw;
    border-top:  1px solid black;
    width: 100vw;
    height:300px;
    min-height: 300px;
    max-height: 300px;
    padding: 0 10%;
    transform: rotate(0.1deg);
    /*border: 1px solid black;*/
}

.menu-footer {
    position: relative;
    display: flex;
    flex-direction:column;
    /* border:  1px solid black; */
    width: 40%;
    height: 200px;
    min-height: 200px;
    max-height: 200px;
    top:30%;
}

.link a {
    width: 124px;
    height: 29px;
    font-family: 'valencia-regular';
    font-style: normal;
    font-weight: 5;
    font-size: 23px;
    line-height: 120%;
    letter-spacing: 0.085em;
    color: black;
    /*border: 1px solid black;*/
}

.inscription {
    position:relative;
   /*  border: 1px solid black; */
    width: 80%;
    height: 300px;
    min-height: 300px;
    max-height: 300px;
    left: -45%;
    align-items: center;
}

.div-form {
    height: 10rem;
}

.div-sign {
    text-align: center;
}

.inscription a {
    color: black;
    text-decoration: none;
}

.inscription a:hover {
    text-decoration: underline;
}

#courriel, #mce-EMAIL {
    position: absolute;
    width: 409px;
    height: 20px;
    top: 35%;
    left: 10%;
    right: 10%;
    min-height: 20px;
    max-height: 20px;
    border: 1px solid  rgba(241, 117, 206, 0.1);
    padding: 0 90px;
    background-color: rgba(241, 117, 206, 0.1);
    font-family: 'valencia-regular';
    font-style: normal;
    font-weight: 5;
    font-size: 14px;
    line-height: 32px;
    color: black;
    letter-spacing: 1px;
}

#courriel::placeholder, #mce-EMAIL::placeholder {
    font-family: 'valencia-regular';
    font-style: normal;
    font-weight: 5;
    font-size: 14px;
    line-height: 32px;
    color: black;
}

#line-m {
    width: 409px;
    height: 0px;
    position:absolute;
    border: 1px solid black;
    top: 45%;
    left: 10%;
    right: 10%;
}

.liens {
    position:relative;
    display:flex;
    flex-direction: column;
   /*border: 1px solid black;*/
    width: 40%;
    height: 150px;
    min-height: 150px;
    max-height: 150px;
    left: -65%;
    top: 40%;
}

.liens a {
    width: 144px;
    height: 29px;
    font-family: 'valencia-regular';
    font-style: normal;
    font-weight: 5;
    font-size: 23px;
    line-height: 120%;
    letter-spacing: 0.085em;
    color: black;
}


/* mon panier*/

.votre-panier-relative {
    position: relative;
    width: 26.041vw;
    height: 180px;
    max-height: 180px;
    min-height: 180px;
    /*border: 1px solid black;*/
    top:100px;
    left: 10%
}
.panier-services-rel{
    display: flex;
    gap: 10%;
    justify-content: center;
    width: 100%;
    left: 10%;
    margin-bottom: 20vh;
}

.votre-panier {
    position: absolute;
    width: 33.23vw;
    height: 153px;
    font-family:"antique olive compact";
    font-style: normal;
    font-weight: 900;
    font-size: 6.562vw;
    line-height: 90%;
    letter-spacing: 1px;
    color: #F6F6F6;
    text-shadow: 3px 0 0 black;
}

.tableau-panier {
    position: relative;
    width: 30vw;
    height: 50vh;
    min-height: 50vh;
    max-height: 50vh;
    border: 2px solid black;
    border-collapse: collapse;
    margin-top: 10rem;
    margin-left: 10%;
}

.tableau-panier .entete th {
    font-size: 1.354vw;
    line-height: 31px;
    font-family: 'valencia-regular';
    font-style: normal;
    font-weight: 5;
    letter-spacing: 0.085em;
    color: black;
    border: 2px solid black;
    border-collapse: collapse;
    text-align: center;
    width: 7.96vw;
}

 .taxes th, .taxes td, .montant-final th, .montant-final td, .tps th, .tps td, .tvq th, .tvq td {
    font-family: 'valencia-regular';
    font-style: normal;
    font-weight: 5;
    letter-spacing: 0.085em;
    color: black;
    text-align: center;
}

.taxes th, .taxes td, .montant-final th, .montant-final td{
    font-size: 1.354vw;
    width: 7.96vw;
    height: 27px;
    line-height: 31px;
    border-collapse: collapse;
    border: 2px solid black;
}

.tps th, .tps td, .tvq th, .tvq td {
    font-size: 1vw;
    width: 5vw;
    height: 20px;
    border-right: 2px solid black;
}

.tps th, .tps td {
    border-top: 2px solid black;
}

.tvq th, .tvq td {
    border-top: none;
}

.finaliser {
    position: absolute;
    width: 6.40vw;
    height: 40px;
    background: #ECA0E6;
    border: 1px solid black;
    border-radius: 25px;
    padding: 10px 10px;
    font-family: "valencia-regular";
    font-style: normal;
    font-weight: 5;
    font-size: 14px;
    line-height: 90%;
    letter-spacing: 1px;
    left: 25%;
    top: 93%;
    cursor: pointer;
}

.img-panier{
    position: relative;
    width: 60vw;
    height:  60vw; 
    transform: translateX(100%);
    overflow: hidden;
}

.img-panier img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* decoration background*/

.ellipse1 {
    position: absolute;
    width: 62.5vw;
    height: 124.87vh;
    left: 49px;
    top: -51px;
   /*border: 1px solid black;*/
}

.ellipse2 {
    position: absolute;
    width: 60vw;
    height: 60vw;
    left: 15vw;
    top: 40vh;
    overflow: hidden;
}

.ellipse2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ellipse3 {
    position: absolute;
    width: 65vw;
    height: 108vw;
    right: 0vw;
    top: 80vh;
    overflow: hidden;
}

.ellipse3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ellipse4 {
    position: absolute;
    width: 60vw;
    height: 60vw;
    left:  20vw;
    top: 340vh;
}

.ellipse4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ellipse5 {
    position: absolute;
    width: 60vw;
    height: 60vw;
    left:  20vw;
    top: 350rem;
}

.ellipse5 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ellipse6{
    position: absolute;
    width: 47.1875vw;
    height:  100.22vh;
    left: 55vw;
    top: 328px;
    /*border: 1px solid black;*/
}


.ellipse7{
    position: absolute;
    width: 55vw;
    height: 110vh;
    left: 10vw;
    top: -51px;
    z-index: -2;
    /*border: 1px solid black;*/
}

.radial {
    position: absolute;
    width: 74.16vw;
    height: 148.18vh;
    left: 706px;
    top: -439px;
    animation: colorChange 3s infinite;
   /*border: 1px solid black;*/
}


@keyframes colorChange {
      100%{
        background: radial-gradient(46.63% 50.21% at 50.03% 47.19%);
    } 
      
      50%{
        background: radial-gradient(#E9332F 9.9%, 
        rgba(230, 57, 121, 0.484375) 60.42%);
    }
      25%{
        background: radial-gradient(rgba(230, 57, 121, 0.484375) 60.42%, 
        rgba(231, 79, 164, 0) 99.99%);
    }
     0%{
        background: radial-gradient(rgba(231, 79, 164, 0) 99.99%, 
        rgba(217, 217, 217, 0) 100%);
    } 
}


.radial-mov {
    position: absolute;
    width: 121.72vw;
    height: 243.18vh;
    left: -825px;
    top: -833px;
    background: radial-gradient(46.63% 50.21% at 50.03% 47.19%, 
    #E9332F 9.9%, rgba(230, 57, 121, 0.484375) 60.42%,
    rgba(231, 79, 164, 0) 99.99%,
    rgba(217, 217, 217, 0) 100%);
    z-index: -1;
  /*border: 1px solid black;*/
}

.radial3 { 
    position: absolute;
    width: 65.20vw;
    height: 120vw;
    left: -14vw;
    top: 100vh;
    background: radial-gradient(46.63% 50.21% at 50.03% 47.19%, 
    #E9332F 0%, rgba(230, 57, 121, 0.484375) 35.94%, 
    rgba(231, 79, 164, 0) 87.5%,
    rgba(217, 217, 217, 0) 91.15%);
    /* border: 1px solid black; */
    overflow: hidden;
}

.radial3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.radial4 {
    position: absolute;
    width: 70vw;
    height:  120vw;
    right: 0vw;
    top: 320vh;
    background: radial-gradient(46.63% 50.21% at 50.03% 47.19%, 
    #E9332F 7.81%, rgba(230, 57, 121, 0.484375) 56.25%, 
    rgba(217, 217, 217, 0) 99.98%, 
    rgba(231, 79, 164, 0) 99.99%);
    /* border: 1px solid black; */
    overflow: hidden;
}

.radial4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.radial5 {
    position: absolute;
    width: 72.8125vw;
    height: 145.47vh;
    left: -13.8vw;
    top: 30vh;

    background: radial-gradient(46.63% 50.21% at 50.03% 47.19%, 
    #E9332F 0%, rgba(230, 57, 121, 0.484375) 35.94%, 
    rgba(231, 79, 164, 0) 87.5%,
    rgba(217, 217, 217, 0) 91.15%);
    /*border: 1px solid black;*/

    z-index: -1;
}



/* cursor follow mouse */

.cursor{
    position: absolute;
    left: -20%;
    top: -30%;
    z-index: -1;
}
  
.cursor.active {
    opacity: 4;
    transform: scale(12);
}
  
.cursor.active::before {
    opacity: 1;
}
  
.cursor-follower {
    position: absolute;
    background: black;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    z-index: 4;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
        0.4s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity;
    user-select: none;
    pointer-events: none;
    transform: translate(4px, 4px);
}



/*Panier*/

.panier-vide{
    width: 25rem;
    padding: 6vh 2vw;
    border-radius: 25px;
    font-family: "valencia-regular";
    font-style: normal;
    font-weight: 5;
    font-size: 1.25rem;
    line-height: 90%;
    letter-spacing: 1px;
    height: 31vh;
}

.flex1{
    display: inline;
    margin-right: 50px;
}

.flex2{
    display: inline;
    margin-right: 70px;
}

#contenu-panier tr th, #contenu-panier tr td {
    width: 7.96vw;
    font-family: 'valencia-regular';
    font-style: normal;
    font-weight: 5;
    font-size: 1.354vw;
    line-height: 31px;
    letter-spacing: 0.085em;
    color: black;
    border: none;
    border-right: 2px solid black;
    text-align: center;
    height: 15vh;
}

#option {
    border: 1px solid black;
    margin: 0;
    padding: auto 0;
    border-radius: 15px;
    width: 40px;
    font-size:14px;
    cursor:pointer;
    text-align: center;
    background-color: #FEEEEF;
}

#close-financement{
    margin-top: -3vh;
}

#close-collaboratif{
     margin-top: -0.5vh;
}

.close-elt{
    display: flex;
    float: right;
    cursor: pointer;
    position: relative;
    /* border: 1px solid black; */
    height: 20px;
    width: 20px;
    margin-right: 10px;
}

.line-panier{
    width: 13vw;
    margin-left: -4.6875vw;
}

#paypal-payment-button{
    position: absolute;
    width: 10vw;
    left: 22%;
    margin-top: 5%;
    cursor:pointer;
}



/*css de la page merci.html*/

.logo-noir-merci{
    opacity: 1;
    margin-top: 100px;
}

.text1 p{
    position: absolute;
    width: 58.17vw;
    height: 202px;
    left: 25vw;
    top: 10vh;

    font-family: 'antique olive compact';
    font-style: normal;
    font-weight: 900;
    font-size: 6.09375vw;
    line-height: 75%;
    /* or 88px */

    letter-spacing:3px;

    color: #FEEEEF;
    
     text-shadow: 3px 0 0 black;

    /*border: 1px solid black;*/
}

.text1 span {
    position: absolute;
    top: 30vh;
    left: 28%;
    height: 80px;
    width: 55vw;
    font-family: 'Valencia-Regular';
    font-style: normal;
    font-weight: 5;
    font-size: 1.614vw;
    line-height: 90%;
    letter-spacing: 3px;

    color: black;
}

.text2 {
    position: absolute;
    width: 63.125vw;
    height: 303px;
    left: 20vw;
    top: 65vh ;

    font-family: 'Antique Olive Compact';
    font-style: normal;
    font-weight: 900;
    font-size: 6.5625vw;
    line-height: 75%;
    /* or 94px */

    letter-spacing: 3px;

    color: #FEEEEF;
    text-shadow: 3px 0 0 black;

    /* border: 1px solid black; */
}

.img-merci{
    position: absolute;
    width: 38.125vw;
    height:  115.8vh;
    right: 0px;
    top: 0px;
    z-index: -1;
}


/**
* Responsive laptop
*/

@media (max-width:2400px){
    
    /* nos forfaits*/
    
    .nos-forfaits-relative{
        margin-top: 100px;
    }
}



@media (max-width:1920px) {
    
    /* section 1 */
    
    .organisation {
        margin: 0% 20%;
    }
    
    .arrow-curved {
        position: absolute;
        width: 50px;
        height: 150px;
        top: -15%;
        /*border: 1px solid black;*/
    }
    
    .creatif-relative{
        position: relative;
        display: grid;
        grid-template-columns: 50% 50%;
        width: 60vw;
        height:160px;
        max-height:160px;
        min-height:160px;
        /*border: 1px solid black;*/
        margin: -3% 20%;
    }
    
    .services-relative {
        grid-template-columns: 33.1% 33.1% 33.1%;
    }


    /*nos forfaits*/

    .nos-forfaits-relative{
        margin-top: -60px;
    }


    /*a propos de monira*/
    #img-hom1 {
        position: absolute;
        top: 300px;
        left: 50px;
        width: 250px;
        height: 250px;
    }
    #img-hom2 {
        position: absolute;
        width: 250px;
        height: 250px;
        left: 50px;
    }
    #img-hom3 {
        position: absolute;
        left: 300px;
        top: 50px;
        width: 250px;
        height: 250px;
    }
    
    #img-hom4 {
        position: absolute;
        top: 350px;
        left: 300px;
        width: 250px;
        height: 250px;
    }
    
    .arrow-curved4-rel {
        position: relative;
        width: 300px;
        height: 200px;
        border-radius: 22px;
        /* border: 1px solid black; */
        top: 38%;
        right: 86%;
    }
    
    .role-title2{
        margin-top: 70px;
    }
    

    /*panier*/
    .close-elt{
        margin-top: -4vh;
    }
    
    .line-panier{
        margin-left: -4.10vw;;
    }
}



@media (max-width:1850px) {
    .artistes-relative {
        width: 93%;
        margin: 0 10%;
    }

    .partenaires-relative {
        width: 90%;
        margin: 0 10%;
    }

    .ellipse4 {
        top: 380vh;
    }
}



@media (max-width:1750px) {

    .services-relative p { 
        font-size: 1.3rem;
    }

    .a-partir-de{
        left: 10rem;
    }
    
    .prix {
        left: 9.5rem;
    }
}



@media (max-width:1700px) {
    
    /*nos forfaits*/
    
    .nos-forfaits-relative{
        margin-top: -200px;
    }

    .nos-services-relative {
        margin-top: 280px;
    }
    
    .point {
        font-size: 0.9rem;
    }

    .services-relative {
        grid-template-columns: 32.9% 32.9% 32.9%;
    }

    .artistes-relative {
        margin: 0 5%;
    }

    .partenaires-relative {
        margin: 0 5%;
    }


    /*a propos de monira*/
    
    .images-hommes {
        margin-top: -1200px;
    }
    
    .ellipse4 {
        top: 190rem;
    }
    
}



@media (max-width:1600px) {
    
    .ellipse3 {
        top: 90vh;
    }

    .a-partir-de{
        left: 9rem;
    }
    
    .prix {
        left: 8.5rem;
    }
}



@media (max-width:1580px) {
    .artistes-relative {
        width: 70%;
        margin: -2% 17%;
        height: 4800px;
        min-height: 4800px;
        max-height: 4800px;
    }

    .partenaires-relative {
        width: 70%;
        margin: -2% 17%;
        height: 1500px;
        min-height: 1500px;
        max-height: 1500px;
    }
}



@media (max-width:1520px){
   
    /*nos forfaits*/
    
    .nos-forfaits-relative{
        margin-top: -300px;
    }

    .nos-services-relative {
        margin-top: 180px;
    }

    .nos-partenaires-relative {
        margin-top: 500px;
    }
    

    .point {
       margin-left: 0.5rem;
    }
    
    .services-relative {
        margin-top: -3%;
    }
    
    .artistes-relative table {
        height: 31.25rem;
    }

    .partenaires-relative table {
        height: 31.25rem;
    }
    
    .services-relative p {
        padding: 10px 30px;
    }
    
    .text-org{
       top: 20%
    }
    .arrow-curved2 {
        top: 15%;
    }

    .citation2 {
        right: 7%;
    }

    
    /* a propos de monira*/
    
    .images-hommes {
        margin-top: -1200px;
    }
    

    /* un projet */
    
    .form-relative {
        margin-top: 100px ;
        margin-bottom: 400px;
    }

        
    /*footer*/
    .footer-wrapper {
        grid-template-columns: 40vw 50vw 30vw;
    }
    
}



@media (max-width:1450px){

    .notre-org {
        font-size: 1.3rem;
        line-height: 1rem;
        width: 22rem;
        height: 3rem;
        padding-top: 1rem;
    }

    .votre-org {
        font-size: 1.3rem;
        line-height: 1rem;
        width: 22rem;
        height: 3rem;
        left: 22rem;
        padding-top: 1rem;
    }
    
     
    /*nos forfaits*/
    
    .nos-forfaits-relative{
        margin-top: -330px;
    }

    .nos-services-relative {
        margin-top: 150px;
    }

    .nos-partenaires-relative {
        margin-top: 400px;
    }
    

    /*a propos de monira*/
    
    .images-hommes {
        margin-top: -1300px;
    }
    
    #img-hom1 {
        position: absolute;
        width: 200px;
        height: 200px;
        top: 240px;
    }
    #img-hom2 {
        position: absolute;
        width: 200px;
        height: 200px;
    }
    #img-hom3 {
        position: absolute;
        width: 200px;
        height: 200px;
        left: 250px;
    }
    
    #img-hom4 {
        position: absolute;
        width: 200px;
        height: 200px;
        top: 300px;
        left: 250px;
    }
   
}



@media (max-width:1430px) {
    .artistes-relative {
        width: 80%;
        margin: -5% 13%;
    }

    .partenaires-relative {
        width: 80%;
        margin: -5% 13%;
    }
    
    .ellipse4 {
        top: 170rem;
    }

    .services-relative p { 
        font-size: 1.2rem;
    }

    .a-partir-de{
        left: 8rem;
        top: -2.3rem;
    }
    
    .prix {
        left: 7.5rem;
        top: -2rem;
    }
}



@media (max-width:1300px){
    
    .cursor-follower, .cursor{
        display: none;
    }

    
    /*section 1*/
    
    .arrow-curved {
        top: -60%;
    }
    
    
    .h3-title {
        top: -6rem;
        /*border: 1px solid black;*/
    }
    
    .creatif-relative{
        margin: -10% 20%;
    }
    
    
    .list-relative {
        margin-top: 10%;
    }
    
   
    .citation-relative{
        margin-top: 25rem;
    }
    
    
    /*nos forfaits*/
    
    .nos-forfaits-relative{
        margin-top: -430px;
    }

    .nos-services-relative {
        margin-top: 50px;
    }

    .nos-partenaires-relative {
        margin-top: 300px;
    }
    
    .a-partir-de{
        left: 7rem;
    }
    
    .prix {
        left: 6.5rem;
    }
    

    /*a propos de monira*/
    
    .images-hommes {
        margin-top: -1400px;
    }
    
    
    .arrow-curved3-rel {
        position: relative;
        width: 200px;
        height:  100px;
        border-radius: 22px;
        /*border: 1px solid black;*/
        top: 5%;
        left: -30%;
    }
    
    .arrow-curved3 {
        width: 200px;
        height:  100px;
        transform: rotate(-0.28deg);
    }
    
    .arrow-curved4-rel {
        position: relative;
        width: 200px;
        height:  100px;
        border-radius: 22px;
        /*border: 1px solid black;*/
        top: 41%;
        right: 90%;
    }
    
    .arrow-curved4 {
        width: 200px;
        height:  100px;
    }

    
    /* un projet*/
    
    .projet-relative {
        margin-top: 350px;
    }
    

    /*footer*/
    
    .link a {
        width: 124px;
        height: 29px;
        font-family: 'valencia-regular';
        font-style: normal;
        font-weight: 5;
        font-size: 20px;
        line-height: 120%;
        letter-spacing: 0.085em;
        color: black;
    }
    
    .inscription {
        position:relative;
        /* border:  1px solid black; */
        width: 60%;
         height: 250px;
        min-height: 250px;
        max-height: 250px;
        left: -45%;
        align-items: center;
    }
    
    #courriel, #mce-EMAIL {
        position: absolute;
        width: 30vw;
        height: 20px;
        top: 35%;
        left: 10%;
        right: 10%;
        min-height: 20px;
        max-height: 20px;
        border: 1px solid  rgba(241, 117, 206, 0.1);
        padding: 0 20px;
        background-color: rgba(241, 117, 206, 0.1);
        font-family: 'valencia-regular';
        font-style: normal;
        font-weight: 5;
        font-size: 1vw;
        line-height: 32px;
        color: black;
        letter-spacing: 1px;
    }
    
    #courriel::placeholder, #mce-EMAIL::placeholder {
        font-family: 'valencia-regular';
        font-style: normal;
        font-weight: 5;
        font-size: 1vw;
        line-height: 32px;
        color: black;
    }
    
    #line-m {
        width: 30vw;
        height: 0px;
        top: 45%;
        left: 10%;
        right: 10%;
    }
    
    .text-checkbox{
        font-size: 0.65rem;
        left: 18%;
        top: 46%;
    }
    
    .liens {
        position:relative;
        display:flex;
        flex-direction: column;
        /* border:  1px solid black; */
        width: 30%;
        height: 100px;
        min-height: 100px;
        max-height: 100px;
        left: -65%;
        top: 35%;
    }
    
    .liens a {
        width: 144px;
        height: 29px;
        font-family: 'valencia-regular';
        font-style: normal;
        font-weight: 5;
        font-size: 20px;
        line-height: 120%;
        letter-spacing: 0.085em;
        color: black;
    }
    

    /* page merci.html */
    
    .ellipse6 {
        height: 400px;
        left: 55vw;
    }
    
    .ellipse7 {
        height: 700px;
        left: 20vw;
        width: 50vw;
    }
    
    
    .radial5 {
        width: 300px;
        height: 300px;
        left: 0vw;
        top: 60vh;
    }

}



@media (max-width:1260px){
    
    .notre-org {
        font-size: 1rem;
        line-height: 1rem;
        width: 15rem;
        height: 2.5rem;
        padding-top: 0.7rem;
    }

    .votre-org {
        font-size: 1rem;
        line-height: 1rem;
        width: 15rem;
        height: 2.5rem;
        left: 15rem;
        padding-top: 0.7rem;
    }
    
    /*nos forfaits*/
    
    .nos-forfaits-relative {
        position: relative;
        width: 35.41vw;
        height: 200px;
        /*border: 1px solid black;*/
        margin-left:  10.42vw;
        margin-right: 1.042vw;
    }
    
    .nos-services-relative {
        position: relative;
        width: 35.41vw;
        height: 200px;
        /*border: 1px solid black;*/
        margin-left: 10.42vw;
        margin-right: 1.042vw;
    }

    .nos-partenaires-relative {
        position: relative;
        width: 35.41vw;
        height: 200px;
        /*border: 1px solid black;*/
        margin-top: 250px;
        margin-left: 10.42vw;
        margin-right: 1.042vw;
    }
    
    .services-relative {
        margin-top: 0%;
    }

    .services-relative table th{
        font-size: 1.3rem;
        height: 50px;
    }

    .artistes-relative {
        width: 85%;
        margin: 0 10%;
        height: 4500px;
        min-height: 4500px;
        max-height: 4500px;
    }

    .partenaires-relative {
        width: 85%;
        margin: 0 10%;
        height: 1300px;
        min-height: 1300px;
        max-height: 1300px;
    }

    .artistes-relative table {
        height: 40rem;
    }

    .partenaires-relative table {
        height: 40rem;
    }

    .artistes-relative table th{
        font-size: 1.3rem;
        height: 50px;
    }

    .partenaires-relative table th{
        font-size: 1.3rem;
        height: 50px;
    }

    .artistes-relative table span.text {
        height: 11rem;
    }

    .partenaires-relative table span.text {
        height: 11rem;
    }

    .artiste-desc p {
        height: 40rem;
        font-size: 1.2rem;
        padding: 0 2rem;
    }

    .partenaire-desc p {
        height: 40rem;
        font-size: 1.2rem;
        padding: 0 2rem;
    }
    
    .services-relative p{
        font-size: 1.1rem;
        line-height: 100%;
        padding: 1rem 1rem;
    }

    /* a propos de monira*/
    
    .monira-cormier-relative {
        margin: 5% 0;
        padding-left: 5%;
        padding-top: 5%;
    }
    
    .text-role{
        font-size: 18px;
        width:350px;
    }
    
    .arrow-curved4-rel {
        top: 45%;
        right: 95%;
    }
    
    .arrow-curved4 {
        width: 200px;
        height:  100px;
    }
    
    
    .role-title2{
        margin-top: 100px;
    }
    
    .images-hommes{
        margin-top: -1250px;
    }
    
    /*un projet*/
    
    .projet-relative {
        margin-top: 400px;
        margin-left: 5%;
    }
    
    /*panier*/
    #paypal-payment-button{
        left: 15%;
        width: 15vw;
    }
    
    #contenu-panier tr th, #contenu-panier tr td {
        height: 15vh;
    }
    
    .flex2{
        display: inline;
        margin-right: 50px;
    }
}



@media (max-width: 1200px){
    
    .cursor-follower, .cursor{
        display: none;
    }
    
    /*section1*/
    
    .title-futur{
        letter-spacing: 1px;
    }
    
    .part-collabo {
        letter-spacing: 1px;
        margin-left: 4rem;
    }
    
    
    /*nos forfaits*/
    
    .nos-forfaits-relative {
        /*border: 1px solid black;*/
        margin-top: -480px;
    }
    
    .nos-services-relative {
        height: 200px;
        /*border: 1px solid black;*/
        margin-top: 0px;
    }

    .nos-partenaires-relative {
        height: 200px;
        /*border: 1px solid black;*/
    }

    .services-relative {
        grid-template-columns: 32.78% 32.78% 32.88%;
    }

     .nos-forfaits {
        letter-spacing: 1px;
    }
    
    .nos-services {
        letter-spacing: 1px;
    }

    .nos-partenaires {
        letter-spacing: 1px;
    }
    
    .a-partir-de{
        left: 6.5rem;
    }
    
    .prix {
        left: 6rem;
    }
    
     /*un projet*/
    
    .projet-relative {
        margin-top: 250px;
    }
    
    #nom, #prenom {
        border-right: 2px solid black;
    }
    
    .ellipse4 {
        top: 170rem;
    }

    /*footer*/
    #courriel::placeholder, #mce-EMAIL::placeholder{
        padding-top: -20px;
    }
    
}



@media (max-width:1154px) {
    .artistes-relative {
        width: 50%;
        margin: 0% 27%;
        margin-bottom: 200px;
        height: 9000px;
        min-height: 9000px;
        max-height: 9000px;
    }

    .partenaires-relative {
        width: 50%;
        margin: 0% 27%;
        margin-bottom: 200px;
        height: 2250px;
        min-height: 2250px;
        max-height: 2250px;
    }

    .text-checkbox{
        font-size: 0.5rem;
    }

    .a-partir-de{
        left: 5rem;
    }
    
    .prix {
        left: 4.5rem;
    }

    .tableau-panier {
        margin-top: 5rem;
    }

    .img-panier img {
        object-fit: contain;
    }
}



@media (max-width: 1024px){

    .point {
        margin-left: 1rem;
        font-size: 1.1rem;
    }

    .nos-forfaits-relative{
        margin-top: -580px;
    }

    .nos-services-relative {
        margin-top: -100px;
    }

    .nos-partenaires-relative {
        margin-top: -100px;
    }

    .services-relative {
        position: relative;
        display: block;
        width: 30rem;
        height: 1600px;
        min-height:  1600px;
        max-height:  1600px;
        /*border: 1px solid black;*/
        margin: -4rem auto;
     }
    
    .services-relative table {
        border: 2px solid black;
        height: 35rem;
        border-collapse: collapse;
        width: 30rem;
        margin-top: 3.5rem;     
    }

    .services-relative p{
        font-size: 1.2rem;
        line-height: 100%;
        padding: 2rem 2rem;
        height: 35rem;
    }

    .artiste-desc p {
        height: 40rem;
        font-size: 1.2rem;
        padding: 0 2rem;
    }

    .partenaire-desc p {
        height: 40rem;
        font-size: 1.2rem;
        padding: 0 2rem;
    }

    .a-partir-de{
        left: 42%;
    }
    
    .prix {
        left: 40%;
    }

    .details-subv{
        width: 45vw;
        font-size: 1rem;
        margin-left: 0vw;
        /*border: 1px solid black;*/
    }

    .mont {
        margin-top: 50rem;
    }
    
    .ellipse3 {
        top: 80vh;
    }
    
    .ellipse4 {
        top: 255rem;
    }

    .img-panier{
       margin-top: 15rem;
       margin-left: 10vw;
       transform: translateX(0%);
    }
}



@media (max-width:1020px) {
    
    /*section1*/
    
   .futur-pointe{
       width: 150px;
       height: 100px;
       max-height: 100px;
       min-width: 100px;
       left: 50%;
   }
   
   .title-futur{
       top: 6%;
        font-size: 80px;
        /*border: 1px solid black;*/
   }
   
   .arrow-oblic{
       width: 40px;
       top: 85%;
       left:45%;
   }
   
   .h1-relative{
       position:relative;
       margin: 5% 15%;
        /*border: 1px solid black;*/
   }
   
   .part-collabo {
       font-size: 10vw;
       letter-spacing: 2px;
   }
   
   .organisation {
       height:100px;
       max-height:100px;
       min-height:100px;
       /*border: 1px solid black;*/
       margin-top: -5rem;
   }
   
   .arrow-curved {
       top: -80%;
       /*border: 1px solid black;*/
   }
   
   .h3-title {
       top: -4rem;
       /*border: 1px solid black;*/
   }
   
   .creatif-relative{
       width: 60vw;
       height:100px;
       max-height:100px;
       min-height:100px;
       /*border: 1px solid black;*/
       margin: 12% 20%;
   }

   .creatif {
        margin-top: -7rem;
   }
   
   .list-relative {
       width: 40vw;
       margin-top: 2%;
      /*border: 1px solid black;*/
   }
   
   .list {
       font-size:2.3vw;
       line-height: 120%;
       margin-top: -1%;
       /*border: 1px solid black;*/
   }
   
   .citation-relative {
       margin-top: 5rem;
       margin-bottom: 5%;
      /*border: 1px solid black;*/
   }
   
   .citation-relative1{
       position: relative;
       top: -10%;
       /*border: 1px solid black;*/
   }
   
   /*nos forfaits*/
   
   .nos-forfaits-relative{
        margin-top: -380px;
    }

    .nos-services-relative {
        margin-top: -100px;
    }

    .nos-partenaires-relative {
        margin-top: -100px;
    }
   
   .citation2 {
       right: 5%;
       top: 20%;
       font-size: 1.7vw;
       /*border: 1px solid black;*/
   }
   
   /* a propos de monira*/
   
   .monira-cormier-relative {
       margin: 20% 0;
       padding-left: 5%;
       padding-top: 5%;
       height: 120vh;
        /*border: 1px solid black;*/
   }
   
   .text-role{
       font-size: 15px;
       /* margin-left: -20px; */
       height: 480px;
       margin-top: -40px;
       line-height: 100%;
       width: 40vw;
       /*border: 1px solid black;*/
   }
   
   .arrow-curved3-rel {
       position: relative;
       width: 130px;
       height:  80px;
       top: 8%;
       left: 28%;
   }
   
   .arrow-curved3 {
       width: 130px;
       height:  80px;
   }
   
   .arrow-curved4-rel {
       top: 45%;
       right: 45%;
       width: 130px;
       height:  80px;
   }
   
   .arrow-curved4 {
       width: 130px;
       height:  80px;
   }
   
   .profil-title{
       font-size: 28px;
   }
   
   .role-title1{
       font-size: 20px;
       line-height: 100%;
       width: 50vw;
       /*border: 1px solid black;*/
   }
   
   .role-title2{
       font-size: 20px;
       line-height: 100%;
       width: 50vw;
       margin-top: 100px;
       /*border: 1px solid black;*/
   }
   

   .images-hommes{
       margin-top: -1200px;
       height: 60vh;
       width: 50vw;
       right: -140%;
       /*border: 1px solid black;*/
   }
   
   #img-hom1 {
       width: 150px;
       height: 150px;
       top: 80px;
       left: 50px;
   }
   
   #img-hom2 {
       width: 150px;
       height: 150px;
       top: 260px;
       left: 50px;
   }
   
   #img-hom3 {
       width: 150px;
       height: 150px;
       top: 110px;
       left: 200px;
       
   }
   
   #img-hom4 {
       width: 150px;
       height: 150px;
       top: 280px;
       left: 200px;
   }
   
   /*un projet*/
   
   .projet-relative {
       height: 20vh;
       margin-top: -15%;
       margin-left: 10%;
       /*border: 1px solid black;*/
   }

   .form-relative {
       width: 60vw;
       height: 70vh;
       min-height: 70vh;
       max-height: 70vh;
       margin-left: 20%;
       margin-right: 20%;
       margin-top: 100px ;
       margin-bottom: 300px;
       /*border: 1px solid black;*/
   }
   
   .formulaire {
       height: 60vh;
       /*border: 1px solid black;*/
   }
   
   .nom-prenom{
       position:relative;
       width: 60vw;
       height: 57px;
       /*border: 1px solid black;*/
   }
   
   #nom, #prenom, #email, #organisation-info{
        font-size: 1.6vw;
        padding: 15px 0px 0px 10px;
   }
   
   #nom {
       width: 50.1%;
       height: 56px;
       border-right: 2px solid black;
   }
   
   #prenom{
       width: 50%;
       height: 55px;
       border-left:none;
   }
   
   #email{
       border-right: none;
       border-bottom: 2px solid black;
       height: 57px;
   }
   
   
   #nom::placeholder, #prenom::placeholder , #email::placeholder,
    #organisation-info::placeholder{
       font-size: 1.6vw;
       padding: 10px 0px 5px 10px;
   }
   
   #organisation-info{
       position: absolute;
       width: 50.1%;
       height: 56px;
   }
   
   #area {
       position: absolute;
       font-size: 1.6vw;
       width: 100%;
       height: 44.5vh;
       min-height: 44.5vh;
       max-height: 44.5vh;
       border-top: none;
       padding: 10px 0px 0px 10px;
        /*border: 1px solid black;*/
   }
   
   #area::placeholder {
        font-size: 1.6vw;
        padding: 5px 0px 5px 10px;
   } 
   
   /*footer*/
   
   .link a, .liens a{
       font-size: 18px;
   }
   
   /*Panier*/
   
   .ellipse1 {
       position: absolute;
       width: 80vw;
       height: 100vh;
       margin: -51px 5%;
      /*border: 1px solid black;*/
   }
   
   
   .votre-panier-relative {
       position: relative;
       width: 50vw;
       height: 180px;
       max-height: 180px;
       min-height: 180px;
       /*border: 1px solid black;*/
   }
   
   .panier-services-rel{
       display: block;
       justify-content: center;
       width: 100%;
   }
   
   .panier-services{
       position: relative;
       margin: 0 20%;
   }
   
   .votre-panier {
       height: 100px;
       font-size: 8vw;
   }
   
   #paypal-payment-button{
       margin: 5% 25%;
   }


   #contenu-panier tr th, #contenu-panier tr td ,.tableau-panier .entete th , .taxes th, .taxes td, .montant-final th, .montant-final td, .tps th, .tps td, .tvq th, .tvq td {
       font-size: 1.8vw;
   }

    .tps th, .tps td, .tvq th, .tvq td {
        width: 1.2vw;
    }

    .img-panier {
        width: 80vw;
        height: 80vw;
    }

    .img-panier img{
       object-fit: cover;
    }
   
}



@media (max-width: 950px){

    .logo-noir-merci{
        opacity: 1;
        height: 15.625rem;
        width: 9.375rem;
        margin-top: 300px;
    }

    .nos-forfaits-relative{
        margin-top: -400px;
    }

    .nos-services-relative {
        margin-top: -150px;
    }

    .nos-partenaires-relative {
        margin-top: -150px;
    }
    
    .text1 p{
        top: 200px;
        left: 20vw;
    }

    .text1 span {
        top: 350px;
        left: 23vw;
    }
    
    .ellipse6 {
        width: 40vw;
        height: 500px;
        left: 60vw;
        top: 100px;
    }
    
    .ellipse7 {
        width: 70vw;
        height: 700px;
        left:20vw;
        top: -51px;
    }
}



@media (max-width:900px) {

    header {
        position: relative;
        top: 0;
        width: 100%;
    }

    .nav {
        padding: 0.2rem 0.2rem;
    }

    .logo-noir {
        position: relative;
        width: 8rem;
        height: 2.2rem;
        overflow: hidden;
    }

    .part-collabo {
        margin-top: 3rem;
    }

    .organisation {
        height:100px;
        max-height:100px;
        min-height:100px;
        margin-top: -3rem;
    }

    .h3-title {
        left: 5rem;
    }

    .notre-org {
        font-size: 1rem;
        line-height: 1rem;
        width: 15rem;
        height: 2.5rem;
        padding-top: 0.7rem;
    }

    .votre-org {
        font-size: 1rem;
        line-height: 1rem;
        width: 15rem;
        height: 2.5rem;
        left: 15rem;
        padding-top: 0.7rem;
    }

    .artistes-relative {
        margin: 0 25%;
    }

    .partenaires-relative {
        margin: 0 25%;
        margin-bottom: 400px;
    }

    .text-checkbox{
        top: 46%;
    }


    
    /*section1*/
     
    .futur-pointe{
        left: 45%;
    }
    
    .title-futur{
        top: 6%;
    }
    
    .arrow-oblic{
        left:35%;
    }
    
    .h1-relative{
        position:relative;
        margin: 1% 15%;
        /*border: 1px solid black;*/
    }
    
    .arrow-curved {
        top: -80%;
        /*border: 1px solid black;*/
    }
    
    .h3-title {
        width: 350px;
        /*border: 1px solid black;*/
    }
    
    .creatif-relative{
        width: 60vw;
        height:100px;
        max-height:100px;
        min-height:100px;
        /*border: 1px solid black;*/
        margin: 12% 20%;
    }
    
    .list-relative {
        width: 40vw;
        margin-top: 2%;
       /*border: 1px solid black;*/
    }
    
    .list {
        font-size:2.3vw;
        line-height: 120%;
        margin-top: -1%;
        /*border: 1px solid black;*/
    }
    
    .citation-relative {
        margin-bottom: 5%;
    }
    
    .citation-relative1{
        position: relative;
        top: -10%;
    }


    
    /*nos forfaits*/

    .nos-forfaits-relative{
        margin-top: -450px;
    }

    .nos-services-relative {
        margin-top: -180px;
    }

    .nos-partenaires-relative {
        margin-top: -180px;
    }
    
    .citation2 {
        right: 5%;
        top: 20%;
        font-size: 1.7vw;
        /*border: 1px solid black;*/
    }
    


    /* a propos de monira*/
    
    .monira-cormier-relative {
        margin: 5% 0;
        padding-left: 5%;
        padding-top: 5%;
        height: 50vh;
        /*border: 1px solid black;*/
    }
    
    .text-role{
        font-size: 15px;
        width:300px;
        /* margin-left: -20px; */
        line-height: 100%;
        height: 35vh;
        margin-top: -30px;
    }
    
    .arrow-curved3-rel {
        position: relative;
        width: 150px;
        height:  100px;
        left: -25%;
        top: 10%;
    }
    
    .arrow-curved3 {
        width: 150px;
        height:  100px;
    }
    
    .arrow-curved4-rel {
        top: 42%;
        right: 90%;
        width: 150px;
        height:  100px;
    }
    
    .arrow-curved4 {
        width: 150px;
        height:  100px;
    }
    
    .profil-title{
        font-size: 28px;
    }
    
    .role-title1, .role-title2 {
        font-size: 20px;
        line-height: 100%;
        width: 50vw;
        /*border: 1px solid black;*/
    }
    
 
    .images-hommes{
        margin-top: -1000px;
        height: 60vh;
        /*border: 1px solid black;*/
    }
    
     #img-hom1 {
        width: 150px;
        height: 150px;
        top: 80px;
    }
    
    #img-hom2 {
        width: 150px;
        height: 150px;
        top: 260px;
    }
    
    #img-hom3 {
        width: 150px;
        height: 150px;
        top: 110px;
    }
    
    #img-hom4 {
        width: 150px;
        height: 150px;
        top: 280px;
    }


    
    /*un projet*/
    
    .projet-relative {
        margin-top: -25%;
        height: 15vh;
        /*border: 1px solid black;*/
    }
    
    .form-relative {
        width: 60vw;
        height: 55vh;
        min-height: 55vh;
        max-height: 55vh;
        margin-left: 20%;
        margin-right: 20%;
        margin-bottom: 20vh;
       /*border: 1px solid black;*/
    }
    
    .formulaire {
        height: 55vh;
         /*border: 1px solid black;*/
    }
    
        
    .nom-prenom{
        position:relative;
        width: 60vw;
        height: 57px;
        /*border: 1px solid black;*/
    }
    
    #nom , #prenom {
        font-size: 1.6vw;
        padding: 15px 0px 0px 20px;
    }
    
    #email{
        font-size: 1.6vw;
        padding: 15px 0px 0px 20px;
    }
    
    
    #nom::placeholder, #prenom::placeholder , #email::placeholder,
     #organisation-info::placeholder, #area::placeholder {
        font-size: 1.6vw;
        padding: 10px 0px 5px 10px;
    }
    
    #organisation-info {
        position: absolute;
        width: 50%;
        font-size: 1.6vw;
        padding: 15px 0px 0px 20px;
    }
    
    #area {
        position: absolute;
        width: 100%;
        height: 44.5vh;
        min-height: 44.5vh;
        max-height: 44.5vh;
        font-size: 1.6vw;
        padding: 10px 0px 0px 20px;
        /*border: 1px solid black;*/
    }
    
    .link a, .liens a{
        font-size: 18px;
    }

    .ellipse4 {
        top: 250rem;
    }

    .ellipse5 {
        position: absolute;
        width: 70vw;
        height: 70vw;
        left:  15vw;
        top: 500rem;
    }
    


    /*Panier*/
    
    .ellipse1 {
        position: absolute;
        width: 80vw;
        height: 100vh;
        margin: -51px 12%;
       /*border: 1px solid black;*/
    }
    
    .votre-panier-relative {
        position: relative;
        width: 50vw;
        height: 180px;
        max-height: 180px;
        min-height: 180px;
        /*border: 1px solid black;*/
    }
    
    .panier-services-rel{
        display: block;
        justify-content: center;
        width: 100%;
    }
    
    .panier-services{
        position: relative;
        margin: 0 20%;
    }
    
    .votre-panier {
        height: 100px;
        font-size: 8vw;
    }
    
    #paypal-payment-button{
        margin: 5% 25%;
    }


    #contenu-panier tr th, #contenu-panier tr td ,.tableau-panier .entete th , .taxes th, .taxes td, .montant-final th, .montant-final td, .tps th, .tps td, .tvq th, .tvq td {
        font-size: 1.8vw;
    }

    .tps th, .tps td, .tvq th, .tvq td {
        width: 1.2vw;
    }
    
    /*css page merci.html*/
        
    .ellipse6{
        position: absolute;
        width: 60vw;
        height: 500px;
        left: 50vw;
        top: 328px;
        /*border: 1px solid black;*/
    }
    
    
    .ellipse7{
        position: absolute;
        width: 100vw;
        height:  700px;
        left: -5vw;
        top: -51px;
        z-index: -2;
    }
    
    .text1 p{
        position: absolute;
        width: 58.17vw;
        height: 202px;
        left: 25vw;
        top: 50px;
    
        font-family: 'antique olive compact';
        font-style: normal;
        font-weight: 900;
        font-size: 6vw;
    }
    
    .text1 span {
        position: absolute;
        top: 100px;
        left: 28vw;
        font-size: 2vw;
        line-height: 100%;
    }
    
    .text2 {
        top: 60vh;
        font-size: 6vw;
        line-height: 95%;
    }

}



/* responsive mobile*/


@media (max-width:800px) {

    .nos-forfaits-relative{
      margin-top: -500px;
    }
    
    .nos-services-relative {
      margin-top: -230px;
    }

    .nos-partenaires-relative {
        margin-top: -100px;
    }

    .artistes-relative {
        margin: 0 24%;
    }

    .partenaires-relative {
        margin: 0 20%;
    }

    .services-relative {
        width: 30rem;
        height:2200px;
        min-height: 2200px;
        max-height: 2200px;
     }
 
    .services-relative table {
        height: 30rem;
        width: 30rem;     
    }
 
    .services-relative p{
        height: 30rem;
    }
    
    .mont {
        margin-top: 0rem;
    }

    .tableau-panier {
        margin-left: -6vw;
        border: 1px solid black;
    }


   /* a propos de monira*/
   
   .role-title2{
       margin-top: 200px;
       /*border: 1px solid black;*/
   }
   
   .images-hommes{
       margin-top: -1000px;
       height: 60vh;
       width: 50vw;
       right: -138%;
       /*border: 1px solid black;*/
   }
   
   #img-hom1 {
       width: 150px;
       height: 150px;
       top: 80px;
       left: 45px;
   }
   
   #img-hom2 {
       width: 150px;
       height: 150px;
       top: 260px;
       left: 45px;
   }
   
   #img-hom3, #img-hom4{
       left: 160px;
   }

   .projet-relative {
    margin-top: 2rem;
   }

   .text-checkbox {
        font-size: 0.4rem;
        left: 20%;
        top: 46%;
    }
   
   
   /*panier*/
   
    #paypal-payment-button{
       width: 20vw;
   }

   
   /*footer*/
   
   .link a, .liens a{
       font-size: 2.3vw;
       /*border: 1px solid black;*/
   }
   
   footer .menu-footer{
       width: 40%;
     /*border: 1px solid black;*/
   }

}



@media (max-width:750px) {

    .part-collabo {
        margin-top: 2rem;
    }

    .organisation {
        margin-top: -5rem;
    }

    .notre-org {
        font-size: 14px;
        line-height: normal;
        width: 200px;
        height: 35px;
        padding-top: 10px;
    }

    .votre-org {
        font-size: 14px;
        line-height: normal;
        width: 200px;
        height: 35px;
        left: 200px;
        padding-top: 10px;
    }

    .creatif {
        margin-top: -6rem;
    }


    .ellipse2 {
        top: 25vh;
    }

    .ellipse3 {
        top: 50vh;
    }

    .ellipse4 {
        width: 70vw;
        height: 70vw;
        top: 165rem;
        left: 10vw;
    }

}



@media (max-width:700px) {

    /*section1*/

    .futur-pointe{
        width:50px;
        height: 100px;
        max-height: 100px;
        min-width: 100px;
        left: 50%;
        /*border: 1px solid black;*/
    }

    .title-futur{
        font-size:50px;
        /*border: 1px solid black;*/
    }
   
    .arrow-oblic{
       width:30px;
       top: 65%;
       left:40%;
       /*border: 1px solid black;*/
    }

    .h1-relative{
       position:relative;
       margin: 3% 12%;
       /*border: 1px solid black;*/
    }
   
    .part-collabo {
       font-size: 10vw;
       letter-spacing: 3px;
       /*border: 1px solid black;*/
    }

    .h3-title {
        top: -6rem;
        left: 4rem;
    }

    .notre-org {
       width: 130px;
       height: 30px;
       font-size: 10px;
    }
   
    .votre-org { 
       width: 130px;
       height: 30px;
       font-size: 10px;
       left: 130px;
    }
   
    .arrow-curved {
       height: 100px;
       width: 30px;
       top: -110%;
       /*border: 1px solid black;*/
    }
   
    .creatif-relative{
       width: 60vw;
       height:100px;
       max-height:100px;
       min-height:100px;
       margin: 15% 15%;
       /*border: 1px solid black;*/
    }
   
    .creatif{
        margin-top: -13rem; 
    }
   
    .list-relative {
        margin-top: 20%;
        /*border: 1px solid black;*/
    }
   
    .list {
       font-size:2.5vw;
       line-height: 120%;
       margin-top: 10%;
       /*border: 1px solid black;*/
    }
   
    .citation-relative {
       margin-bottom: 5%;
      /*border: 1px solid black;*/
    }

   
    .citation-relative1{
       position: relative;
       top: -10%;
       /*border: 1px solid black;*/
    }


    /*nos forfaits*/
   
    .details-subv{
       width: 30rem;
      /*border: 1px solid black;*/
    }
   
    .text-org {
       top: 20%;
       left: 33%;
       font-size: 2vw;
       letter-spacing: 0.085em;
      /*border: 1px solid black;*/
    }
   
    .arrow-curved2 {
       position: absolute;
       width: 10vw;
       height: 30vh;
       top: 16%;
       left: 43%;
       /*border: 1px solid black;*/
    }

    .citation2 {
        top: 20%;
    }

    .nos-partenaires-relative {
        margin-top: 120px;
    }

    .artistes-relative {
        margin: 0 25%;
    }

    .partenaires-relative {
        margin: 0 18%;
    }
    
    .text1 p{
        left: 15vw;
    }
   
   .ellipse6 {
        width: 50vw;
        height: 200px;
        left: 50vw;
        top: 100px;
    }
    
    .ellipse7 {
        width: 80vw;
        height:  500px;
        left:5vw;
        top: -51px;
    }
    
     .radial5 {
        width: 200px;
        height: 200px;
    }

   
   /* a propos de monira*/
   
    .monira-cormier-relative {
       margin: -5% 0;
       padding-left: 5%;
       padding-top: 5%;
       height: 100vh;
    }

    .profil-title{
       font-size: 28px;
    }
   
    .arrow-curved3-rel {
       position: relative;
       width: 100px;
       height:  50px;
       top: 15%;
       left: 30%;
    }
   
    .arrow-curved3 {
       width: 100px;
       height:  50px;
    }
   
    .arrow-curved4-rel {
       top: 45%;
       right: 45%;
       width: 100px;
       height:  50px;
    }
   
    .arrow-curved4 {
       width: 100px;
       height:  50px;
    }
   
    .role-title1{
       font-size: 20px;
       line-height: 100%;
       width: 50vw;
       margin-bottom: 20px;
    }
   
    .role-title2{
       font-size: 20px;
       line-height: 100%;
       width: 50vw;
       /*border: 1px solid black;*/
    }
   
    .images-hommes{
       margin-top: -1100px;
       height: 50vh;
       width: 50vw;
       /*border: 1px solid black;*/
    }
   
    #img-hom1 {
       width: 100px;
       height: 100px;
       top: 120px;
       left: 53px;
    }
   
    #img-hom2 {
       width: 100px;
       height: 100px;
       top: 240px;
       left: 53px;
    }
   
    #img-hom3 {
       width: 100px;
       height: 100px;
       top: 160px;
       left: 140px;
    }
   
    #img-hom4 {
       width: 100px;
       height: 100px;
       top: 280px;
       left: 140px;
    }
   
    .text-role{
       height: 400px;
       margin-top: -10px;
       font-size: 12px;
       width: 40vw;
       /*border: 1px solid black;*/
    }
   
}



@media (max-width:650px) {

    .services-relative {
        width: 25rem;
        height:2400px;
        min-height: 2400px;
        max-height: 2400px;
     }
 
     .services-relative table {
         width: 25rem;     
     }
 
     .services-relative p{
        height: 37rem;
        font-size: 1.2rem;
     }

    .artistes-relative {
        width: 25rem;
        margin: 0 auto;
    }

    .partenaires-relative {
        width: 25rem;
        margin: 0 auto;
    }

    .artistes-relative table {
        height: 30rem;
        width: 100%;
    }

    .partenaires-relative table {
        height: 30rem;
        width: 100%;
    }

    .artistes-relative table th{
        font-size: 1.3rem;
        height: 50px;
    }

    .partenaires-relative table th{
        font-size: 1.3rem;
        height: 50px;
    }

    .artistes-relative table span.text {
        height: 11rem;
    }

    .partenaires-relative table span.text {
        height: 11rem;
    }

    .artistes-relative table img {
        width: 15rem;
        height: 15rem;
        margin: 2rem 3rem;
    }

    .partenaires-relative table img {
        width: 15rem;
        height: 15rem;
        margin: 2rem 3rem;
    }

    .artiste-desc p {
        height: 37rem;
        width: 25rem;
        font-size: 1.2rem;
        padding: 0 1.5rem;
    }

    .partenaire-desc p {
        height: 37rem;
        width: 25rem;
        font-size: 1.2rem;
        padding: 0 1.5rem;
    }


    /*footer*/

   .text-checkbox {
      left: 24%;
   }

}



@media (max-width:600px) {

    .services-relative {
        width: 25rem;
        height:2200px;
        min-height: 2200px;
        max-height: 2200px;
    }
 
    .services-relative table {
        width: 25rem;
        height: 30rem;  
    }
 
    .services-relative p{
        height: 30rem;
    }

    .details-subv{
        width: 25rem;
       /*border: 1px solid black;*/
    }
   
   /* a propos de monira*/
   
   .monira-cormier-relative {
       margin: -5% 0;
       padding-left: 5%;
       padding-top: 5%;
       height: 120vh;
        /*border: 1px solid black;*/
   }
   
   .profil-title{
       font-size: 28px;
   }
   
   .role-title1{
       font-size: 17px;
       line-height: 100%;
       width: 50vw;
       margin-bottom: 20px;
       /*border: 1px solid black;*/
   }
   
   .role-title2{
       font-size: 17px;
       line-height: 100%;
       width: 50vw;
       margin-top: 150px;
       /*border: 1px solid black;*/
   }
   
   .arrow-curved4-rel {
       top: 55%;
       right: 55%;
       width: 100px;
       height:  50px;
   }
   
   .arrow-curved4 {
       width: 100px;
       height:  50px;
   }
   
   
  .images-hommes{
       margin-top: -1200px;
       height: 80vh;
       width: 40vw;
      /*border: 1px solid black;*/
       /* right: -150%;  */ 
       /* transform: translateX(100%);  */
   }
   
    #img-hom1 {
       width: 130px;
       height: 130px;
       top: 270px;
   }
   
   #img-hom2 {
       width: 130px;
       height: 130px;
       top: 90px;
   }
   
   #img-hom3 {
       width: 130px;
       height: 130px;
       top: 457px;
       left: 53.9px;
   }
   
   #img-hom4 {
       width: 130px;
       height: 130px;
       top: 647px;
       left: 53.9px;
   }
   
   .text-role{
       margin-top: -20px;
       font-size: 12px;
       width: 40vw;
       /*border: 1px solid black;*/
   }
   
   /*un projet*/
   
   .projet-relative {
     margin-top: 10rem;
   }


    .text1 p{
        top: 150px;
    }

    .text1 span {
        top: 280px;
    }

    .text2 {
        top: 500px ;
    }

    .ellipse6 {
        width: 40vw;
        height: 200px;
        left: 60vw;
        top: 100px;
    }

    .ellipse7 {
        width: 80vw;
        height: 400px;
        left:10vw;
        top: -51px;
    }

   
   /*panier*/
   
    #paypal-payment-button{
       width: 25vw;
    }
   
}


@media (max-width:500px) {

    /*section1*/
    
    .futur-pointe{
       left: 60%;
        /*border: 1px solid black;*/
    }
   
    .title-futur{
        top: 20%;
        font-size: 30px;
    }
    
    .arrow-oblic{
        top: 55%;
        left:30%;
        /*border: 1px solid black;*/
    }
   
    .arrow-curved {
       top: -130%;
       left: 10%;
       /*border: 1px solid black;*/
    }
   
    .creatif-relative{
       width: 60vw;
       height:100px;
       max-height:100px;
       min-height:100px;
       margin: 15% 15%;
       /*border: 1px solid black;*/
    }
   
    .list-relative {
      margin-top: -80%;
      /*border: 1px solid black;*/
    }
   
    .list {
       font-size:3vw;
       line-height: 120%;
       width: 50vw;
       /*border: 1px solid black;*/
    }
   
    .citation-relative {
       margin-top: -8%;
       margin-bottom: 5%;
      /*border: 1px solid black;*/
    }
   
    .citation-relative1{
       position: relative;
       top: -10%;
       /*border: 1px solid black;*/
    }
   
    .citation{
       font-size: 2vw;
      /*border: 1px solid black;*/
    }

    /*nos forfaits*/
   
   .nos-forfaits-relative {
       margin-top: -650px;
       margin-left: 5vw;
   }
   
   .nos-services-relative {
       margin-top: -400px;
       margin-left: 5vw;
   }
   
   .text-org {
       font-size: 2.4vw;
       letter-spacing: 0.085em;
      /*border: 1px solid black;*/
   }
   
   .arrow-curved2 {
       position: absolute;
       width: 10vw;
       height: 30vh;
       /*border: 1px solid black;*/
   }
    
    .citation2 {
       font-size: 2vw;
       /*border: 1px solid black;*/
   }

    .organisation {
        margin-top: -4rem;
        margin-left: 2rem;
    }

    .creatif {
        margin-top: -8rem;
    }

    .h3-title {
        width: 100px;
        top: -10rem;
    }

    .services-relative {
       /*  border: 1px solid black; */
        width: 20rem;
        margin: -5rem 16vw;
        height:1500px;
        min-height: 1500px;
        max-height: 1500px;
     }
    
     .services-relative table {
        height: 18rem;
        width: 20rem;
        /*border: 1px solid black;*/ 
     }

     .services-relative table td {
        height: 20rem;
    }
    
     .services-relative table th {
        height: 50px;
        font-size: 0.9rem;
     }
 
     .services-relative p {
        height: 15rem;
        width: 20rem;
        font-size: 0.8rem;
        padding: 1rem 1.5rem;
     }
    
     .a-partir-de{
        font-size: 0.6rem;
        left: 41%;
        top: -1.9rem;
    }
    
    .prix {
        width: 3.5rem;
        height: 1.7rem;
        font-size: 0.8rem;
        padding: 0.3rem 0.6rem;
        left: 40%;
    }

    .details-subv{
        width: 20rem;
       /*border: 1px solid black;*/
    }

    .point {
        font-size: 0.6rem;
    }

    .nos-partenaires-relative {
        margin-top: 150px;
        margin-left: 5vw;
    }

    .artistes-relative {
        width: 20rem;
        margin: -3rem 16vw;
        height: 6250px;
        min-height: 6250px;
        max-height: 6250px;
        margin-bottom: 150px;
    }

    .partenaires-relative {
        width: 20rem;
        margin: -3rem 16vw;
        height: 1600px;
        min-height: 1600px;
        max-height: 1600px;
        margin-bottom: 100px;
    }

    .artistes-relative table {
        height: 15rem;
    }

    .partenaires-relative table {
        height: 15rem;
    }

    .artistes-relative table th{
        font-size: 0.9rem;
        height: 50px;
    }

    .partenaires-relative table th{
        font-size: 0.9rem;
        height: 50px;
    }

    .artistes-relative table span.text {
        height: 7rem;
    }

    .partenaires-relative table span.text {
        height: 7rem;
    }

    .artistes-relative table img {
        width: 13rem;
        height: 13rem;
        margin: 1rem 2rem;
    }

    .partenaires-relative table img {
        width: 13rem;
        height: 13rem;
        margin: 1rem 2rem;
    }

    .artiste-desc p {
        height: 28rem;
        width: 20rem;
        font-size: 0.8rem;
        padding: 0 1.5rem;
    }

    .partenaire-desc p {
        height: 28rem;
        width: 20rem;
        font-size: 0.8rem;
        padding: 0 1.5rem;
    }



    /* a propos de monira*/
   
    .monira-cormier-relative {
       margin: -5% 0;
       padding-left: 5%;
       padding-top: 5%;
       height: 120vh;
        /*border: 1px solid black;*/
    }
   
    .profil-title{
       font-size: 28px;
       width: 80vw;
    }
   
    .role-title1{
       font-size: 18px;
       line-height: 100%;
       width: 60vw;
       margin-bottom: 20px;
       /*border: 1px solid black;*/
    }
   
    .role-title2{
       font-size: 18px;
       line-height: 100%;
       width: 50vw;
       /*border: 1px solid black;*/
    }
   
    .arrow-curved3-rel {
       top: 8%;
       right: 45%;
    }

    .arrow-curved4-rel {
       top: 48%;
       right: 45%;
    }
   
   .images-hommes{
       margin-top: -1200px;
       height: 80vh;
       width: 40vw;
       /*border: 1px solid black;*/
       /* right: -10px;  
       transform: translateX(100%);  */
    }
   
    .text-role{
       margin-top: 0px;
       font-size: 12px;
       width: 50vw;
       /*border: 1px solid black;*/
    }
   
    .form-relative {
       width: 80vw;
       height: 500px;
       min-height: 500px;
       max-height: 500px;
       margin-left: 10%;
       margin-right: 10%;
       /*border: 1px solid black;*/
    }
   
    .formulaire {
       height: 58vh;
      /*border: 1px solid black;*/
    }
   
    .nom-prenom{
       position:relative;
       width: 80vw;
       /*border: 1px solid black;*/
    }
   
    #nom, #prenom, #email, #organisation-info{
        font-size: 3vw;
        padding: 10px 0px 0px 3px;
    }
   
    #nom {
       width: 50.1%;
       height: 55.5px;
       max-height: 55.5px;
       min-height: 55.5px;
       border-right: 2px solid black;
    }
   
    #prenom{
       width: 50%;
       border-left:none;
       height: 54.5px;
       max-height: 54.5px;
       min-height: 54.5px;
    }
   
    #email{
       border-right: 2px solid black;
       border-bottom: 2px solid black;
       border-bottom: none;
       width: 50.1%;
       height: 55.5px;
       max-height: 55.5px;
       min-height: 55.5px;
    }
   
   
    #nom::placeholder, #prenom::placeholder , #email::placeholder,
    #organisation-info::placeholder{
       font-size: 2.5vw;
        font-size: 2.5vw;
        padding: 10px 0px 0px 3px;
    }
   
    #organisation-info{
       position: absolute;
       width: 50.3%;
       border-left: none;
       border-bottom: none;
       height: 55px;
       max-height: 55px;
       min-height: 55px;
       font-size: 2.5vw;
       padding: 10px 0px 0px 3px;
    }
   
    #area {
       position: absolute;
       width: 100%;
       height: 45vh;
       min-height: 45vh;
       max-height: 45vh;
       font-size: 2.5vw;
       padding: 10px 0px 0px 3px;
       border-top: none;
       border: 2px solid black;
    }
    
    #area::placeholder {
       font-size: 2.5vw;
    } 


  
   /*footer*/
    
    .text-checkbox {
        top: 45%;
        font-size: 0.4rem;
    }
    
    .text-checkbox span{
        text-decoration: underline;
    }
    
    .footer-wrapper {
        height:200px;
        min-height: 200px;
        max-height: 200px;
    }
    
    .menu-footer {
        width: 60%;
        height: 100px;
        min-height: 100px;
        max-height: 100px;
        top:65%;
        /*border: 1px solid black;*/
        left: 40%;
        z-index: 2;
    }
    
    .link a {
        font-size: 15px;
        /*border: 1px solid black;*/
    }
    
    .inscription {
        /*border: 1px solid black;*/
        width: 80%;
        height: 150px;
        min-height: 150px;
        max-height: 150px;
        top: -10%;
        left: -80%;
        z-index: 1;
    }
    
    #courriel, #mce-EMAIL {
        width: 230px;
        height: 20px;
        min-height: 20px;
        max-height: 20px;
        font-size: 10px;
        line-height: 90%;
        top: 25%;
    }
    
    #courriel::placeholder, #mce-EMAIL::placeholder {
        font-size: 8px;
        line-height: 90%;
    }
    
    #line-m {
        width: 230px;
        border: 1px solid black;
        top: 40%;
        left: 10%;
        right: 10%;
    }
    
    .liens {
       /*border: 1px solid black;*/
        width: 40%;
        height: 100px;
        min-height: 100px;
        max-height: 100px;
        top: 50%;
        left: -140%;
    }
    
    .liens a {
        font-size: 15px;
    }
    

    
    /*Panier*/
   
   .ellipse1 {
       position: absolute;
       width: 384px;
       height: 384px;
       margin: -51px -40px;
      /*border: 1px solid black;*/
   }
   
   .votre-panier-relative {
       position: relative;
       width: 80vw;
       height: 180px;
       max-height: 180px;
       min-height: 180px;
       /*border: 1px solid black;*/
   }
   
   .panier-services-rel{
       display: block;
       justify-content: center;
       width: 100%;
   }
   
   .panier-services{
       position: relative;
       margin: 0 30px;
   }
   
   .votre-panier {
       height: 100px;
       font-size: 10vw;
   }
   
    #paypal-payment-button{
       width: 30vw;
       margin: 50px 50px;
    }

   #contenu-panier tr th, #contenu-panier tr td ,.tableau-panier .entete th , .taxes th, .taxes td, .montant-final th, .montant-final td, .tps th, .tps td, .tvq th, .tvq td {
       font-size: 18px;
   }

    .tps th, .tps td, .tvq th, .tvq td {
        width: 12px;
    }

}



@media (max-width:425px) {
   
   .images-hommes{
       margin-top: -1300px;
       /*border: 1px solid black;*/
       right: -35px;  
   }
   
    .services-relative {
       /*border: 1px solid black;*/
       margin: -30% 10%;
       height: 1550px;
       max-height: 1550px;
       min-height: 1550px;
    }

    .artistes-relative {
        margin: -3rem 9vw;
    }

    .partenaires-relative {
        margin: -3rem 9vw;
    }
    
    .monira-cormier-relative {
        margin-top: 200px;
    }
   
    .profil-title{
       font-size: 25px;
   }
   
    .role-title1, .role-title2{
       font-size: 15px;
       /*border: 1px solid black;*/
    }
   
   /* footer */
   
    .menu-footer {
       /*border: 1px solid black;*/
        width: 60%;
    }
    
    footer .menu-footer {
       /*border: 1px solid black;*/
        width: 60%;
    }
    
}



@media (max-width:375px) {
   
    /*nos forfaits*/
    
    .services-relative {
       /*border: 1px solid black;*/
       margin: -30% 10%;
       height: 1600px;
       max-height: 1600px;
       min-height: 1600px;
    }

    .artistes-relative {
        margin: -3rem 6vw;
    }

    .partenaires-relative {
        margin: -3rem 6vw;
    }
   
   /*nos forfaits*/
   
   .nos-forfaits-relative {
       margin-top: -700px;
       margin-left: 5vw;
   }
   
   .nos-services-relative {
       margin-left: 5vw;
    }

    .nos-partenaires-relative {
        margin-left: 5vw;
     }
   
   .services-relative p {
       margin-top: -10px;
    }
   
   
    /* a propos de Monira*/
    
    .images-hommes{
       margin-top: -1100px;
       /*border: 1px solid black;*/
       right: -10px;  
   }
   
   .arrow-curved4-rel {
       top: 44%;
   }
   
   
   .text-role{
       font-size: 10px;
       width: 67vw;
       height: 300px;
       /*border: 1px solid black;*/
   }

   
   /*panier*/
   
   .ellipse1 {
       position: absolute;
       width: 300px;
       height: 300px;
      /*border: 1px solid black;*/
   }
   
   #paypal-payment-button{
       width: 35vw;
    }
   
   /*footer*/
   
    .menu-footer {
       /*border: 1px solid black;*/
        width: 65%;
    }
  
   footer .menu-footer {
       width: 65%;
    }
  
}


@media (max-width:320px) {
    
    /*section 1*/
    
    .arrow-curved {
       top: -180%;
       left: -10%;
    }
   

    /*nos forfaits*/
   
    .nos-forfaits-relative {
       margin-top: -750px;
       margin-left: 5vw;
       /*border: 1px solid black;*/
    }
   
    .nos-services-relative {
       margin-left: 5vw;
       /*border: 1px solid black;*/
    }

    .nos-partenaires-relative {
        margin-left: 5vw;
        /*border: 1px solid black;*/
    }
   
    .services-relative {
       margin: -30% 11%;
       height:1600px;
       min-height: 1600px;
       max-height: 1600px;
       width: 80vw;
    }

    .artistes-relative {
        margin: -3rem 7vw;
    }

    .partenaires-relative {
        margin: -3rem 7vw;
    }
   
    .services-relative table {
      width: 80vw;
      /*border: 1px solid black;*/
    }
   
    .services-relative table th {
        font-size: 3vw;
    }
    
    .artistes-relative table th {
        font-size: 3vw;
    }

    .partenaires-relative table th {
        font-size: 3vw;
    }
   
    .services-relative p {
       font-size: 2.5vw;
       padding: 10px 20px;
       /*border: 1px solid black;*/
    }

    /* a propos de monira*/
   
    .profil-title{
       font-size: 20px;
    }
   
    .role-title1, .role-title2{
       font-size: 12px;
    }
   
    .text-role{
       width: 60vw;
       /*border: 1px solid black;*/
    }
   
   .images-hommes{
       right: 10%; 
       margin-top: -1000px;
       /*border: 1px solid black;*/
    }
   
    #img-hom1 {
       width: 110px;
       height: 110px;
    }
   
    #img-hom2 {
       width: 110px;
       height: 110px;
    }
   
    #img-hom3 {
       width: 110px;
       height: 110px;
    }
   
    #img-hom4 {
       width: 110px;
       height: 110px;
    }
   
   
    /* footer */
    
    .text-checkbox {
        font-size: 8px;
        top: 68px;
        left: 20px;
        width: 200px;
    }
    
    #courriel, #mce-EMAIL {
        width: 200px;
    }
    
    #line-m {
        width: 200px;
    }
    
    .menu-footer {
        width:70%;
    }
    
    .inscription{
        left: -95%;
    }
    
    footer .menu-footer {
        width:70%;
    }
    footer .inscription {
        left: -95%;
    }
    
    /*Panier*/
   
    .panier-vide{
        width: 100%;
    }
   
    .votre-panier-relative {
       position: relative;
       width: 150px;
       height: 180px;
       max-height: 180px;
       min-height: 180px;
    }
   
    .panier-services-rel{
       display: block;
       justify-content: center;
       width: 100%;
    }
   
    .panier-services{
       position: relative;
       margin: 0 0px;
    }
   
    .votre-panier {
       height: 100px;
       font-size: 10vw;
    }

    #paypal-payment-button{
       width: 40vw;
       margin: 50px 50px;
    }
}