/* tel--------------------------------------------------------------------------------------*/
@media (min-width: 393px) {
  .gridtel {
    display: grid;
    grid-template-columns: 150px 30px 150px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .gridtel > * {
    grid-column: 1/4;
  }

  .gridtel--1-2 {
    grid-column: 1/2;
  }

  .gridtel--2-4 {
    grid-column: 2/4;
  }

  .general {
    color: white;
    font-size: 16px;
    font-family: "AR One Sans", serif;
    font-weight: 600;
    background-color: rgb(122, 99, 85);
    line-height: 140%;
    background-image: -webkit-image-set(url(../assets/images/header_tel.webp), url(../assets/images/Image-_2_-_1_-1_2x.webp));
    background-image: image-set(url(../assets/images/header_tel.webp), url(../assets/images/Image-_2_-_1_-1_2x.webp));
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    margin: 0%;
    padding: 0%;
  }

  .grand-titre {
    font-size: 29px;
    font-family: Kanit;
    font-weight: 400;
    text-align: center;
    margin-top: 40%;
    margin-bottom: 0%;
  }

  .titre {
    font-size: 23px;
    font-weight: 400;
    font-family: Kanit;
    margin-bottom: 0;
    margin-top: 10%;
  }

  .sous-titre {
    font-size: 18px;
    font-family: Kanit;
    font-weight: 300;
    margin-bottom: 10%;
    margin-top: 10%;
  }

  .position_text {
    margin-top: 0;
  }

  .section {
    width: auto;
    height: auto;
    margin-bottom: 90%;
  }

  .image_travail {
    width: 50%;
    height: auto;
    z-index: 2;
    margin-top: 10%;
  }

  .position_image_travail {
    display: flex;
    justify-content: center;
    margin-bottom: -10%;
    margin-top: -6%;
  }

  .image_groupe {
    width: 100%;
    height: 100%;
  }

  .image_femme_question {
    width: 50%;
    height: 100%;
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .image_enquete {
    width: 50%;
    height: auto;
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .position_image_enquete {
    display: flex;
    justify-content: center;
  }

  .image_graphique {
    width: 100%;
    height: auto;
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .image_femme_idee {
    width: 50%;
    height: auto;
  }

  .position_image_femme_idee {
    display: flex;
    justify-content: center;
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .section_concept {
    width: 100%;
    height: 50%;
    background-image: -webkit-image-set(url(../assets/images/porte_mkup_hom.webp), url(../assets/images/porte_mokup_hom_2x.webp));
    background-image: image-set(url(../assets/images/porte_mkup_hom.webp), url(../assets/images/porte_mokup_hom_2x.webp));
    background-size: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .section2 {
    margin-bottom: 0;
    margin-top: 0;
  }

  .section-color {
    width: auto;
    height: auto;
    background-color: rgb(159, 136, 122);
    margin-top: 0;
    margin-right: 0%;
  }

  .image_dessin {
    width: 50%;
    height: 100%;
    z-index: 2;
    margin-top: 10%;
  }

  .position_image_dessin {
    display: flex;
    justify-content: center;
    margin-bottom: -10%;
  }

  .image_porte_fem {
    width: 100%;
    height: 100%;
  }

  .section_footer {
    width: 100%;
    height: 100%;
    background-image: -webkit-image-set(url(../assets/images/port_mokup_fille.webp), url(../assets/images/port_mokup_fille_2x.webp));
    background-image: image-set(url(../assets/images/port_mokup_fille.webp), url(../assets/images/port_mokup_fille_2x.webp));
    background-size: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
  }

  .rectangle {
    width: 100%;
    height: 500px;
    position: absolute;
    margin: 0%;
    background-color: rgb(122, 99, 85);
    opacity: 80%;
    z-index: -1;
  }

  .rectangle_concept {
    width: 100vw;
    height: 71%;
    position: absolute;
    margin: 0%;
    background-color: rgb(122, 99, 85);
    opacity: 80%;
    z-index: 1;
  }

  .texte_avant_plan {
    position: relative;
    z-index: 2;
  }

  .rectangle_footer {
    width: 100vw;
    height: 60vh;
    position: absolute;
    margin: 0%;
    background-color: rgb(122, 99, 85);
    opacity: 80%;
    z-index: 1;
  }

  .menu__liste {
    width: auto;
    height: 5%;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: rgb(159, 136, 122);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-100%);
    transition: transform 0.3s ease-out;
    text-align: right;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    flex-direction: row;
    gap: 5%;
  }

  .menu__btn {
    background-color: transparent;
    padding: 0;
    border: none;
    cursor: pointer;
    position: fixed;
    top: 2%;
    left: 5%;
    z-index: 10;
  }

  .menu--open .menu__liste {
    transform: translateY(0);
  }

  .element a {
    font-size: 14px;
    font-family: "AR One Sans", serif;
    font-weight: 600;
    color: white;
    text-decoration: none;
  }

  .element a:hover {
    color: rgb(90, 78, 71);
    font-size: 18px;
    border: white 1px solid;
  }

  .menu__liste-groupe {
    display: flex;
    margin-top: 0vh;
    text-decoration: none;
    list-style: none;
    flex-direction: column;
    gap: 10px;
  }

  .footer-nav {
    display: flex;
    margin-top: 0vh;
    text-decoration: none;
    list-style: none;
    flex-direction: column;
    gap: 10px;
  }

  .DWT {
    font-size: 83px;
    font-family: Kanit;
    font-weight: 400;
    text-align: center;
    margin: 0;
    padding: 20%;
  }

  .titre-footer {
    font-size: 29px;
    font-weight: 400;
    font-family: Kanit;
    margin-bottom: 10%;
    text-align: center;
    margin-top: 10%;
  }

  .element2 a {
    font-size: 23px;
    font-weight: 400;
    font-family: Kanit;
    text-decoration: none;
    color: white;
  }

  .element2 {
    font-size: 23px;
    font-weight: 400;
    font-family: Kanit;
  }

  .ele a:hover {
    color: rgb(90, 78, 71);
    font-size: 18px;
    border: white 1px solid;
  }

  .ele {
    font-size: 18px;
    font-family: "AR One Sans", serif;
    font-weight: 600;
    margin-left: 0;
  }

  .ele a {
    font-size: 18px;
    font-family: "AR One Sans", serif;
    font-weight: 600;
    text-decoration: none;
    color: white;
    margin-left: 0;
  }
}
/*tab--------------------------------------------------------------------------------------*/
@media (min-width: 834px) {
  .gridtab {
    display: grid;
    grid-template-columns: 350px 54px 250px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .gridtab > * {
    grid-column: 1/4;
  }

  .gridtab--1-2 {
    grid-column: 1/2;
  }

  .gridtab--3-4 {
    grid-column: 3/4;
  }

  .generaltab {
    color: white;
    font-size: 18px;
    font-family: "AR One Sans";
    background-color: rgb(122, 99, 85);
    line-height: 140%;
    margin: 0;
    background-image: -webkit-image-set(url(../assets/images/header.webp), url(../assets/images/header_2x.webp));
    background-image: image-set(url(../assets/images/header.webp), url(../assets/images/header_2x.webp));
    background-size: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
  }

  .grand-titre {
    font-size: 52px;
    font-family: Kanit;
    text-align: justify;
    margin-top: 20%;
  }

  .titre {
    font-size: 26px;
    font-family: Kanit;
    margin-top: 12%;
    margin-bottom: 0%;
  }

  .sous-titre {
    font-size: 23px;
    font-family: Kanit;
    font-weight: 500;
    margin-top: 12%;
  }

  .section {
    width: auto;
    height: 100%;
    margin-bottom: 0;
  }

  .image_travail {
    width: 100%;
    height: auto;
    z-index: 2;
    margin-top: -5%;
  }

  .position_image_travail {
    display: flex;
    justify-content: right;
    margin-top: 20%;
  }

  .image_groupe {
    width: 100%;
    height: auto;
    margin-top: 0%;
    margin-bottom: 0;
    margin-top: 4%;
  }

  .image_femme_question {
    width: 100%;
    height: 100%;
    margin-bottom: 12%;
  }

  .position_image_femme_question {
    display: flex;
    justify-content: right;
    margin-right: 0%;
  }

  .image_enquete {
    width: 50%;
    height: auto;
    margin-top: 12%;
    margin-bottom: 12%;
  }

  .position_image_enquete {
    display: flex;
    justify-content: left;
    margin-bottom: 0;
  }

  .image_graphique {
    width: 50%;
    height: auto;
    margin-top: 12%;
    margin-bottom: 0;
  }

  .position_graph2 {
    width: 65%;
    height: auto;
    float: right;
    position: relative;
    right: 0;
    margin-top: -60%;
    margin-right: -15%;
  }

  .image_femme_idee {
    width: 40%;
    height: auto;
    float: right;
    position: absolute;
    right: 5%;
    margin-top: -40%;
  }

  .position_image_femme_idee {
    margin-top: 0;
    margin-bottom: 10%;
  }

  .section_concept {
    width: 100%;
    height: 100vh;
    background-image: -webkit-image-set(url(../assets/images/porte_gas.webp), url(../assets/images/porte_gas_2x.webp));
    background-image: image-set(url(../assets/images/porte_gas.webp), url(../assets/images/porte_gas_2x.webp));
    background-size: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
  }

  .position_texte {
    margin-top: 0;
  }

  .section2 {
    margin-bottom: 0;
    margin-top: 0;
  }

  .section-color {
    width: auto;
    height: auto;
    background-color: rgb(159, 136, 122);
    margin-top: 0;
  }

  .image_dessin {
    width: 50%;
    height: 100%;
    z-index: 2;
    margin-top: 12%;
  }

  .position_image_dessin {
    display: flex;
    justify-content: center;
    margin-bottom: -10%;
  }

  .image_porte_fem {
    width: 100%;
    height: 100%;
  }

  .section_footer {
    width: 100%;
    height: 100vh;
    background-image: -webkit-image-set(url(../assets/images/port_mokup_fille.webp), url(../assets/images/port_mokup_fille_2x.webp));
    background-image: image-set(url(../assets/images/port_mokup_fille.webp), url(../assets/images/port_mokup_fille_2x.webp));
    background-size: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
  }

  .rectangle {
    width: 50%;
    height: 100%;
    position: absolute;
    margin: 0;
    background-color: rgb(122, 99, 85);
    opacity: 80%;
    z-index: -1;
  }

  .rectangle_concept {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: 0;
    background-color: rgb(122, 99, 85);
    opacity: 80%;
    z-index: 1;
  }

  .texte_avant_plan {
    position: relative;
    z-index: 2;
  }

  .rectangle_footer {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: 0;
    background-color: rgb(122, 99, 85);
    opacity: 80%;
    z-index: 1;
  }

  .menu__liste {
    width: 50vw;
    height: 5%;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: rgb(159, 136, 122);
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(0%);
    transition: transform 0.3s ease-out;
    text-align: right;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    flex-direction: row;
  }

  .menu__btn {
    display: none;
    background-color: transparent;
    padding: 0;
    border: none;
    cursor: pointer;
    position: fixed;
    top: 2%;
    left: 5%;
    z-index: 10;
  }

  .menu--open .menu__liste {
    transform: translateY(0);
  }

  .element a {
    font-size: 18px;
    font-family: "AR One Sans", serif;
    font-weight: 600;
    color: white;
    text-decoration: none;
  }

  .element a:hover {
    color: rgb(90, 78, 71);
    font-size: 20px;
    border: white 1px solid;
  }

  .menu__liste-groupe {
    display: flex;
    margin-top: 0vh;
    text-decoration: none;
    list-style: none;
    flex-direction: column;
    gap: 10px;
  }

  .footer-nav {
    display: flex;
    margin-top: 0vh;
    text-decoration: none;
    list-style: none;
    flex-direction: column;
    gap: 10px;
  }

  .DWT {
    font-size: 94px;
    font-family: Kanit;
    font-weight: 400;
    text-align: center;
    margin: 0%;
    padding: 20%;
  }

  .titre-footer {
    font-size: 58px;
    font-weight: 400;
    font-family: Kanit;
    margin-bottom: 12%;
    text-align: center;
    margin-top: 12%;
  }

  .element2 a {
    font-size: 23px;
    font-weight: 400;
    font-family: Kanit;
    text-decoration: none;
    color: white;
  }

  .element2 {
    font-size: 32px;
    font-weight: 400;
    font-family: Kanit;
  }

  .ele a:hover {
    color: rgb(90, 78, 71);
    font-size: 20px;
    border: white 1px solid;
  }

  .ele {
    font-size: 23px;
    font-family: "AR One Sans", serif;
    font-weight: 600;
    margin-left: 0;
  }

  .ele a {
    font-size: 23px;
    font-family: "AR One Sans", serif;
    font-weight: 600;
    text-decoration: none;
    color: white;
    margin-left: 0;
  }
}
/*ordi--------------------------------------------------------------------------------------*/
@media (min-width: 1440px) {
  .grido {
    display: grid;
    grid-template-columns: 300px 45px 300px 100px 200px 40px 200px 55px 80px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .grido > * {
    grid-column: 1/10;
  }

  .grido--1-4 {
    grid-column: 1/4;
  }

  .grido--3-8 {
    grid-column: 3/8;
  }

  .grido--5-10 {
    grid-column: 5/10;
  }

  .grido--1-6 {
    grid-column: 1/6;
  }

  .grido--3-6 {
    grid-column: 3/6;
  }

  .grido--1-2 {
    grid-column: 1/2;
  }

  .grido--3-4 {
    grid-column: 3/4;
  }

  .grido--5-6 {
    grid-column: 5/6;
  }

  .grido--7-8 {
    grid-column: 7/8;
  }

  .generalo {
    background-size: 100%;
    color: white;
    font-size: 20px;
    font-family: "AR One Sans";
    background-color: rgb(122, 99, 85);
    line-height: 140%;
    background-image: -webkit-image-set(url(../assets/images/header.webp), url(../assets/images/header_2x.webp));
    background-image: image-set(url(../assets/images/header.webp), url(../assets/images/header_2x.webp));
    background-size: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
  }

  .grand-titre {
    font-size: 92px;
    font-family: Kanit;
    text-align: justify;
    margin-top: 25vh;
  }

  .titre {
    font-size: 41px;
    font-family: Kanit;
    margin-top: 14%;
  }

  .sous-titre {
    font-size: 25px;
    font-family: Kanit;
    font-weight: 500;
    margin-bottom: 14%;
    margin-top: 14%;
  }

  .section {
    height: 100vh;
    margin-bottom: 0%;
  }

  .image_travail {
    width: 100%;
    height: auto;
    z-index: 2;
    margin-top: 5vh;
  }

  .position_image_travail {
    display: flex;
    justify-content: right;
    margin-top: 14%;
  }

  .image_groupe {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    margin-top: -56vh;
  }

  .image_femme_question {
    width: 100%;
    height: 100%;
    margin-bottom: 12%;
    margin-top: -10vh;
  }

  .position_image_femme_question {
    display: flex;
    justify-content: right;
    margin-right: 0%;
  }

  .image_enquete {
    width: 100%;
    height: auto;
    margin-top: -60vh;
    margin-bottom: 12%;
  }

  .position_image_enquete {
    display: flex;
    justify-content: left;
    margin-bottom: 5%;
  }

  .image_graphique {
    width: 100%;
    height: auto;
    margin-bottom: 14%;
    margin-top: 14%;
  }

  .position_graph2 {
    width: 100%;
    height: auto;
    float: right;
    position: relative;
    right: 0;
    margin-top: 14%;
    margin-right: 0%;
  }

  .image_femme_idee {
    width: 30vw;
    height: auto;
    float: right;
    position: relative;
    right: 5%;
    margin-top: -45vh;
  }

  .position_image_femme_idee {
    display: flex;
    justify-content: right;
    margin-top: 0%;
    margin-bottom: 0;
  }

  .section_concept {
    background-image: -webkit-image-set(url(../assets/images/porte_gas.webp), url(../assets/images/porte_gas_2x.webp));
    background-image: image-set(url(../assets/images/porte_gas.webp), url(../assets/images/porte_gas_2x.webp));
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: block;
    margin-top: 0;
    margin-left: 0;
    z-index: 1;
  }

  .position_texte {
    margin-top: 0;
  }

  .section2 {
    margin-bottom: 0;
    margin-top: 0;
  }

  .section-color {
    width: auto;
    height: auto;
    background-color: rgb(159, 136, 122);
    margin-top: 0%;
  }

  .image_dessin {
    width: 50%;
    height: 100%;
    z-index: 2;
    margin-top: 12%;
  }

  .position_image_dessin {
    display: flex;
    justify-content: center;
    margin-bottom: -10%;
  }

  .image_porte_fem {
    width: 100%;
    height: 100%;
  }

  .section_footer {
    background-image: -webkit-image-set(url(../assets/images/port_mokup_fille.webp), url(../assets/images/port_mokup_fille_2x.webp));
    background-image: image-set(url(../assets/images/port_mokup_fille.webp), url(../assets/images/port_mokup_fille_2x.webp));
    background-size: 50vw 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 50%;
    height: 100vh;
  }

  .rectangle {
    width: 50vw;
    height: 100vh;
    position: absolute;
    margin: 0;
    background-color: rgb(122, 99, 85);
    opacity: 80%;
    z-index: -1;
  }

  .rectangle_concept {
    width: 100vw;
    height: 100vh;
    position: absolute;
    margin: 0;
    background-color: rgb(122, 99, 85);
    opacity: 80%;
    z-index: 1;
  }

  .texte_avant_plan {
    display: flex;
    position: relative;
    z-index: 2;
  }

  .rectangle_footer {
    display: none;
    width: 100%;
    height: 1000px;
    position: absolute;
    margin: 0;
    background-color: rgb(122, 99, 85);
    opacity: 80%;
    z-index: 1;
  }

  .menu__liste {
    width: 50vw;
    height: 5%;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: rgb(159, 136, 122);
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(0%);
    transition: transform 0.3s ease-out;
    text-align: right;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    flex-direction: row;
    z-index: 5;
  }

  .menu__btn {
    display: none;
    background-color: transparent;
    padding: 0;
    border: none;
    cursor: pointer;
    position: fixed;
    top: 2%;
    left: 5%;
    z-index: 10;
  }

  .menu--open .menu__liste {
    transform: translateY(0);
  }

  .element a {
    font-size: 18px;
    font-family: "AR One Sans", serif;
    font-weight: 600;
    color: white;
    text-decoration: none;
  }

  .element a:hover {
    color: rgb(90, 78, 71);
    font-size: 20px;
    border: white 1px solid;
  }

  .menu__liste-groupe {
    display: flex;
    margin-top: 0vh;
    text-decoration: none;
    list-style: none;
    flex-direction: column;
    gap: 10px;
  }

  .footer-nav {
    display: flex;
    margin-top: 0vh;
    text-decoration: none;
    list-style: none;
    flex-direction: column;
    gap: 10px;
  }

  .DWT {
    display: flex;
    font-size: 94px;
    font-family: Kanit;
    font-weight: 400;
    text-align: left;
    margin-top: 92%;
    margin-bottom: 30%;
    padding: 0;
  }

  .titre-footer {
    display: flex;
    font-size: 58px;
    font-weight: 400;
    font-family: Kanit;
    margin-bottom: 14%;
    text-align: left;
  }

  .element2 a {
    font-size: 23px;
    font-weight: 400;
    font-family: Kanit;
    text-decoration: none;
    color: white;
  }

  .element2 {
    font-size: 32px;
    font-weight: 400;
    font-family: Kanit;
  }

  .ele a:hover {
    color: rgb(90, 78, 71);
    font-size: 20px;
    border: white 1px solid;
  }

  .ele {
    font-size: 23px;
    font-family: "AR One Sans", serif;
    font-weight: 600;
    margin-left: 0;
  }

  .ele a {
    font-size: 23px;
    font-family: "AR One Sans", serif;
    font-weight: 600;
    text-decoration: none;
    color: white;
    margin-left: 0;
  }
}

/*# sourceMappingURL=app.css.map*/