@font-face {
    font-family: dahlia;
    src: url(../../assets/fonts/Dahlia-Medium.otf);
}

@font-face {
    font-family: maaxReg;
    src: url(../../assets/fonts/Maax\ -\ Regular-205TF.otf);
}

@font-face {
    font-family: maaxBold;
    src: url(../../assets/fonts/Maax\ -\ Bold-205TF.otf);
}

:root {
    --global-color-odyssee: #966b46;
    --odysse-lightSand-color: #e6dfd7;
    --global-blue-text: #0051ff;
    --global-textBlock-color: #644023;

    --global-atreo-title: #db4e16;
    --global-atreo-blue: #8fd7fd;

    --global-artistes-color: #dd6808;

    --global-txtBlock-margin: 4vw;
    --global-h1: 3vw;
    --global-paratxt-size: .8vw;

    --header-height: 9vh;

}

html,
body {
    /* overflow: hidden; */
    height: 100vh;
}

html {
    overflow-y: hidden;
}

body {
    overscroll-behavior: none;
    height: 100vh;
    margin: 0;
    /* display: flex; */
    overflow-x: auto;
    overflow-y: hidden;
}

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

.cms-scroller::-webkit-scrollbar {
    display: none;
}

.cms-scroller {
    /*Container*/
    display: flex;
    opacity: 0;
    overscroll-behavior: none;
    scroll-behavior: smooth;
    width: 100%;
    height: 100%;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    /* border: 2pt solid red; */
}

.cms-sections-wrapper {
    /*container > wrapper*/
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    scroll-behavior: smooth;
    width: auto;
    height: 100vh;
    flex: none;
    /* border: 2pt dotted orange; */
}


/* -----------
 _                    _
| |__   ___  __ _  __| | ___ _ __
| '_ \ / _ \/ _` |/ _` |/ _ \ '__|
| | | |  __/ (_| | (_| |  __/ |
|_| |_|\___|\__,_|\__,_|\___|_|
----------- */
.mobile-menuHeader {
    display: none;
}

.mobile-menu-cta {
    display: none;
}

.menuHeader {
    position: fixed;
    width: 100vw;
    height: 9vh;
    top: -15vh;
    z-index: 98;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    text-align: center;
    color: var(--global-color-odyssee);
}

.menuHeader>.first,
.second,
.third,
.quatre,
.contact,
div {
    font-family: maaxReg;
    align-self: center;
    text-decoration: none;
    color: var(--global-textBlock-color);
    font-size: .8vw;
    cursor: pointer;
}

.menuHeader>.first {
    grid-column: 1/2;
    color: var(--global-color-odyssee);
}

.menuHeader>div>.first ul {
    text-decoration: none;
    list-style: none;
    display: none;
    background-color: white;
    position: fixed;
    text-align: left;
    margin-left: 3vw;
    padding-right: 1vw;
    padding-left: 1vw;
    padding-top: 1vw;
    color: var(--global-color-odyssee);
}

.menuHeader>div>.first ul li {
    padding-bottom: 2vh;
    /* border-bottom: 1pt solid var(--global-color-odyssee); */
}

.menuHeader>div>.first ul li:hover{
    color: var(--global-textBlock-color);
}

.menuHeader > div >.menu.first > #droparrow{
    display: inline-block;
  transform: rotate(-90deg);
  margin-left: .5vw;
  font-size: 1vw;
}
.menuHeader>.second {
    grid-column: 2/3;
}

.menuHeader>.third {
    grid-column: 3/4;
}

.menuHeader>.quatre {
    grid-column: 4/5;
}

.menuHeader>.contact {
    grid-column: 5/6;
}

.menuHeader>.home {
    font-family: dahlia;
    grid-column: 6/7;
    align-self: center;
    text-decoration: none;
    color: var(--global-textBlock-color);
    font-size: 2vw;
}


/* -----------
               _   _
 ___  ___  ___| |_(_) ___  _ __  ___
/ __|/ _ \/ __| __| |/ _ \| '_ \/ __|
\__ \  __/ (__| |_| | (_) | | | \__ \
|___/\___|\___|\__|_|\___/|_| |_|___/

----------- */
#scrollArrow {
    display: none;
    position: fixed;
    z-index: 99;
    font-size: 2.5vw;
    transform: rotate(180deg);
    top: 45%;
    right: 3vw;
    margin: auto;
    color: var(--global-blue-text);
}

/*GLOBAL STYLE*/
.contentWrapper {
    height: 100%;
    flex: none;
    /* border: 3pt solid violet; */
}

.contentWrapper>p {
    font-size: var(--global-paratxt-size);
}

/* entree de chapitre */
.is-start {
    /* Wrapper entree de chapitre */
    width: 25vw;
    height: 100%;
    flex: none;
}

.start-chap {
    /* Block entree de chapitre*/
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    text-align: center;
}

.title-wrap {
    /*Block titre entree chap */
    display: flex;
    flex-flow: column nowrap;
    flex: 1;
    justify-content: flex-end;
    grid-row-gap: 0.5vw;
    align-items: center;
    padding-top: 12vw;
    color: var(--global-color-odyssee);
}

.title-wrap.atreo {
    color: var(--global-atreo-title);
}

h1.is-chap {
    /* Titre entree chapitre*/
    font-family: dahlia;
    font-weight: 100;
    font-size: 3.5vw;
    margin-block-end: 0;
}

.title-wrap>span {
    text-decoration: underline;
}

h2.is-under-chap {
    font-family: dahlia;
    font-size: 1.1vw;
    font-weight: 100;
}

.text-wrap {
    /* Block txt entree chap*/
    display: flex;
    flex-flow: column nowrap;
    font-family: maaxReg;
    font-size: 1vw;
    flex: 1;
    padding-top: 5vw;
    max-width: 18vw;
    color: var(--global-textBlock-color);
    align-items: center;
}

.start-chap>.text-wrap>p:nth-child(1) {
    flex: 2;
    font-family: dahlia;
}

.start-chap>.text-wrap>p:nth-child(2) {
    flex: 1;
}

p.atreo-blue {
    color: var(--global-atreo-blue);
}

/**/
p>strong {
    font-family: maaxBold;
}

.paraSize.odyssee {
    font-family: maaxReg;
    font-size: 1vw;
    line-height: 1.2vw;
    color: var(--global-textBlock-color);
}

.paraSize.atreo {
    font-family: maaxReg;
    font-size: 1vw;
    line-height: 1.2vw;
    color: var(--global-textBlock-color);
}

/* ++++++++++++ */
/*  ODYSSEE */
.contentWrapper.is-img-1 {
    width: 65vw;
    height: 100%;
    flex: none;
}

.parallax-holder {
    display: flex;
    position: relative;
    width: auto;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    /* ========== */
    /* --aspect-ratio: 1/1.5;
    padding-bottom: calc(100% / (var(--aspect-ratio))); 
	will-change: transform; */
}

/*=============*/
/* .parallax-holder > img{
    width: 110%;
    height: 110%;
    object-position: bottom;
    object-fit: cover;
    position: absolute;
} */
/*===================*/
.full-img.parallax {
    width: 120%;
    height: 98vh;
    object-position: bottom;
    object-fit: cover;
    position: absolute;
    /* background-image: url(../../assets/PART02_laRésidence/01.jpg);
    background-repeat: no-repeat;
    --aspect-ratio: 8/10; */
}

/* .full-img {
    width: 100%;
} */


/* TXT BLOCK 01 */
.one {
    opacity: 0;
    color: var(--global-color-odyssee);
}

/* END FIRST TXT BLOCK */


/* TXT BLOCK 02 */
.contentWrapper.is-content-2 {
    height: 100%;
    flex: none;
    width: auto;
}

.is-content-2-container {
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
}

.is-content-2-container>.img-inside-holder {
    display: flex;
    height: 100%;
    width: auto;
    position: relative;
    justify-content: center;
    overflow: hidden;
}

.img-inside-holder>img {
    flex: 1;
    height: 100vh;
    object-fit: cover;
    position: inherit;
}

.two {
    display: flex;
    width: 45vw;
    height: 100%;
    max-width: 55vw;
    min-width: 40vw;
}

.two>.is-txt-content {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    padding: 4vw;
    flex: 2;
    width: auto;
}

.is-txt-content>h1.blue {
    font-family: dahlia;
    font-size: 2.5vw;
    font-weight: 100;
    color: var(--global-blue-text);
}

.two>.is-txt-content>p {
    padding-left: 15vw;
    max-width: 20vw;
}

/* END TXT BLOCK 2*/

/* TXT BLOCK 3*/
.contentWrapper.is-content-3 {
    width: auto;
    height: 100%;
    flex: none;
}

.is-content-3-container {
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}

.is-content-3-container>.is-inside-img {
    display: block;
    position: absolute;
    height: 100%;
    width: 30vw;
}

.is-inside-img>.is-img-overlay-1 {
    top: 13vh;
    left: 3vw;
    position: absolute;
    z-index: 3;
}

.is-img-overlay-1>img {
    display: block;
    width: 30vw;
    height: 80vh;
    object-fit: cover;
    object-position: 25% 0;
}

.is-inside-img>.is-img-overlay-2 {
    top: 23vh;
    left: 8vw;
    position: absolute;
    z-index: 4;
}

.is-img-overlay-2>img {
    display: block;
    width: 40vw;
    height: 40vh;
    object-fit: cover;
    /* border-radius: 25px; */
}

.three {
    display: flex;
    position: relative;
    width: 45vw;
    height: 100%;
    margin-left: 18vw;
    justify-content: flex-end;
    align-items: flex-end;
    background-color: white;
}

.three>.is-citation {
    font-family: dahlia;
    font-size: 1.7vw;
    color: var(--odysse-lightSand-color);
    text-align: center;
    max-width: 24vw;
    align-self: end;
    padding-bottom: 4vh;
    padding-right: 3vw;
}

/* END TXT BLOCK 3*/


/* TXT BLOCK 4*/
.contentWrapper.is-content-4 {
    width: auto;
    height: 100%;
    flex: none;
}

.is-content-4-container {
    display: flex;
    flex-flow: row nowrap;
    /* align-items: center; */
    height: 100%;
}

.over-group {
    display: flex;
    flex-flow: row nowrap;
}

.img-inside-holder {
    position: relative;
    flex: 1;
    width: 100vw;
}

.contentWrapper.is-content-4>.is-content-4-container>.over-group>.img-inside-holder {
    position: relative;
    flex: 1;
    max-width: 85vw;
    overflow: hidden;
    /* border: 1pt solid red; */
}

.is-content-4-container>.over-group>.img-inside-holder>img {
    position: inherit;
    height: 100%;
    top: 1vw;
    object-fit: cover;
    object-position: top;
}

.is-content-4-container>.over-group>.img-overlay {
    margin-top: auto;
    margin-bottom: auto;
    z-index: 9;
    position: relative;
    /* left: -9vw; */
}

.is-content-4-container>.over-group>.img-overlay>img {
    width: 20vw;
    height: 70vh;
    object-fit: cover;
    object-position: 30% 0;
    /* border-radius: 25px; */
}

.four {
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    justify-content: center;
    text-align: center;
    width: 40vw;
    padding-top: 5vw;
}

.four>.is-txt-content {
    display: flex;
    flex-flow: column nowrap;
    max-width: 20vw;
    align-items: center;
    flex: 1;
    justify-content: center;
}

.is-txt-content>h2.sand {
    font-family: dahlia;
    font-size: 1.5vw;
    font-weight: 100;
    color: var(--global-textBlock-color);
}

/* END TXT BLOCK 4*/

/* TXT BLOCK 5*/
.contentWrapper.is-content-5 {
    width: auto;
    height: 100%;
    flex: none;
}

.is-content-5-container {
    display: flex;
    position: relative;
    height: 100%;
    top: var(--header-height);
}

.is-content-5-container>img {
    height: 91vh;
    position: inherit;
}

.is-content-5-container>.is-txt-content {
    position: absolute;
    width: 100%;
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: 5vw repeat(5, 1fr);
    height: 100vh;
    text-align: center;

}

.is-content-5-container>.is-txt-content>p {
    font-family: dahlia;
    grid-column: 2/3;
    grid-row: 1/2;
    font-size: 1.2vw;
    margin: auto;
    max-width: 67%;
    color: var(--odysse-lightSand-color);
}

/* END TXT BLOCK 5*/

/* TXT BLOCK 6*/
.contentWrapper.is-content-6 {
    width: auto;
    height: 100%;
    flex: none;
}

.is-content-6-container {
    display: flex;
    height: 100%;
}

.six {
    display: flex;
    width: 43vw;
    margin-left: 2vw;
    margin-right: 3vw;
    margin-top: var(--header-height);
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;

}

.is-content-6-container>.is-img-overlay-3 {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);

}

.is-content-6-container>.is-img-overlay-3>img {
    object-fit: cover;
    position: relative;
    /* border-radius: 25px; */
    width: 20vw;
}

.six>.is-txt-content {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    flex: 1;
}

.six>.is-txt-content>.is-txt {
    margin-left: 6vw;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-top: auto;
}

.six>.is-txt-content>.is-txt>h2:not(.sand) {
    font-family: dahlia;
    color: var(--global-blue-text);
    align-self: flex-end;
    width: 12vw;
    text-align: center;
    font-weight: 100;
    font-size: 1.2vw;
    margin-right: 4vw;
}

.six>.is-txt-content>.is-txt>h1 {
    font-family: dahlia;
    font-size: 2.5vw;
    font-weight: 100;
    color: var(--global-blue-text);
    align-self: flex-start;
    padding-left: 3vw;
    margin-block-end: 0;
}

.six>.is-txt-content>.is-txt>.sand {
    font-family: dahlia;
    font-weight: 100;
    font-size: 1.5vw;
    color: var(--global-textBlock-color);
    padding-left: 5vw;
}

.six>.is-txt-content>.is-txt>.paraSize {
    padding-left: 9.3vw;
    max-width: 18vw;
}

.is-content-6-container>.six>.is-txt-content>.is-voir-plus-6 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: flex-end;
    text-align: center;
    margin-top: auto;
    margin-bottom: 8vh;
}

/* END TXT BLOCK 6*/



/* TXT BLOCK 7 */
.contentWrapper.is-content-7 {
    width: auto;
    height: 100%;
    flex: none;
}

.is-content-7-container {
    display: flex;
    height: 100%;
}

.is-content-7-container>.img-inside-holder>.full-img {
    width: 100%;
}

.seven {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(3, 1fr);
    width: 23vw;
    padding: 4vw;
    justify-content: center;
    align-items: center;
    grid-row-gap: 7vh;
}

.seven>.is-txt-content>h2.blue {
    font-family: dahlia;
    font-size: 1.5vw;
    font-weight: 100;
    color: var(--global-blue-text);
}

.seven>div:not(.voirPlus, .vPlusContent, .vPlusContentActive) {
    grid-row: 2/3;
    grid-column: 2/3;
    text-align: center;
}

.seven>div>h2 {
    font-family: dahlia;
    font-weight: 100;
    color: var(--global-blue-text);
}

.seven>.is-txt-content>p {
    font-family: maaxReg;
    color: var(--global-color-odyssee);
    max-width: 15vw;
}

.seven>.voirPlus {
    grid-row: 3/4;
    text-align: center;
    grid-column: 2/3;
    align-self: center;
    margin-top: 0;
}

.seven>.voirPlus>p {
    font-family: dahlia;
    grid-row: 3/4;
}

/* END TXT BLOCK 7*/



/* TXT BLOCK 8*/
.contentWrapper.is-content-8 {
    width: auto;
    height: 100%;
    flex: none;
}

.is-content-8-container {
    display: flex;
    height: 100%;
}

.eight {
    opacity: 0;
    display: flex;
    grid-template-rows: repeat(2, 1fr);
    width: 40vw;
    text-align: center;
    padding: 4vw;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: var(--odysse-lightSand-color);
}

.is-content-8-container>.img-inside-holder {
    overflow: hidden;
}

.is-content-8-container>.img-inside-holder>.is-inside-img {
    /* width: 100%; */
    position: relative;
}

.eight>h1 {
    grid-row: 1/2;
    align-self: center;
    color: var(--global-blue-text);
    font-family: dahlia;
    font-weight: 100;
    font-size: 2.5vw;
}

.eight>div>h2 {
    font-family: dahlia;
    font-weight: 100;
    font-size: 1.5vw;
    color: var(--global-color-odyssee);
}

.eight>div>p {
    grid-row: 2/3;
    align-self: start;
    color: var(--global-color-odyssee);
    font-family: maaxReg;
    padding-left: 7vw;
    padding-right: 7vw;
    max-width: 18vw;
}

/* END TXT BLOCK 8*/
#img10 {
    /* height: 100vh; */
}

/* TXT BLOCK 9*/
.nine {
    display: flex;
    /* width: 30vw; */
    margin: 2vw;
    margin-top: 9vh;
    text-align: center;
    flex-flow: column nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.nine>.interieur {
    margin-top: auto;
    grid-column: 2/3;
    grid-row: 1/2;
    align-self: end;
    width: 20vw;
}

.nine>.interieur>h1 {
    margin-block-start: 0;
    margin-block-end: 0;
    font-family: dahlia;
    font-weight: 100;
    font-size: 1.5vw;
    color: var(--global-textBlock-color);
}

.nine>.interieur>div>h2 {
    font-family: dahlia;
    font-weight: 100;
    color: var(--global-blue-text);
    margin-block-start: 0;
    font-size: 1.5vw;
}

.nine>.interieur>div>p {
    font-family: maaxReg;
    color: var(--global-textBlock-color);
    margin-block-end: 0;
}

.nine>.exterieur {
    grid-column: 2/3;
    grid-row: 2/3;
    align-self: end;
    padding-top: 4vh;
    width: 20vw;
}

.nine>.exterieur>h1 {
    margin-block-start: 0;
    margin-block-end: 0;
    font-family: dahlia;
    font-weight: 100;
    font-size: 1.5vw;
    color: var(--global-textBlock-color);
}

.nine>.exterieur>p {
    font-family: maaxReg;
    color: var(--global-textBlock-color);
}

.nine>.voirPlus {
    text-align: center;
    grid-column: 2/3;
    grid-row: 3/4;
    align-self: end;
    margin: auto;
}

/* END TXT BLOCK 9*/

#img11 {
    /* height:100vh; for inner parallax */
}

/* TXT BLOCK 10*/
.ten {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: center;
    width: 22vw;
    margin: 4vw;
    text-align: left;
    padding-top: 8vh;
    padding-bottom: 5vh;
}

.ten>h2 {
    font-family: dahlia;
    font-weight: 100;
    color: var(--global-blue-text);
    font-size: 1.5vw;
}

.ten>p {
    font-family: maaxReg;
    color: var(--global-color-odyssee);
    font-size: 1vw;
    line-height: 1.2vw;
}

.ten>em {
    font-family: maaxReg;
    font-size: .6vw;
    color: var(--global-color-odyssee);
}

.ten>button {
    font-family: dahlia;
    font-weight: 100;
    color: var(--global-color-odyssee);
    font-size: 1.5vw;
    background-color: transparent;
    align-self: flex-start;
    margin-top: 6vh;
    border: none;
}

.ten>button>a {
    color: var(--global-color-odyssee);
    text-decoration: none;
    border: 1pt solid var(--global-color-odyssee);
    padding: 1vw;
    padding-top: .7vw;
    transition: border 1s;
}

.ten>button>a:hover {
    border: 1pt solid var(--global-blue-text);
    transition: border 1s;
}

/* END TXT BLOCK 10*/






/* ================== */
/* ATREO PARTIE  */
/* #atreo_img1 {
    width: 45vw;
    height: 100vh;
    object-fit: cover;
} */
.contentWrapper.is-img-1-atreo {
    width: 65vw;
    height: 100%;
    flex: none;
}

.contentWrapper.is-img-1-atreo>.parallax-holder>img {
    position: inherit;
    width: 100%;
    height: 100%;
}

.title-wrap.atreo {
    justify-content: center;
    padding-top: 0;
}

.title-wrap.atreo>h1.is-chap {
    font-size: 5vw;
}

.title-wrap.atreo>.atreo-blue:nth-child(1) {
    align-self: center;
    padding-bottom: 9vw;
}

.title-wrap.atreo>p.atreo-blue.this {
    padding-top: 7vw;
}

/* TXT BLOCK 01 */
.atreo_one>h1 {
    font-family: dahlia;
    font-weight: 100;
    font-size: 3vw;
    padding-top: 4vw;
    color: var(--global-artistes-color);
}

.atreo_one>p {
    font-family: maaxReg;
    color: var(--global-blue-text);
}

.atreo_one>p:nth-of-type(2) {
    font-family: dahlia;
    padding-left: 1vw;
    padding-right: 1vw;
    color: var(--global-blue-text);
}


.atreo_one h1>p {
    font-family: dahlia;
    font-weight: 100;
    font-size: 1.5vw;
    margin-block-start: 1vw;
    margin-block-end: 0;
    color: white;
}

.atreo_one>p:last-child {
    grid-row: 4/5;
    align-self: end;
    height: fit-content;
    color: var(--global-blue-text);
}

/* END FIRST TXT BLOCK */


/*  TXT BLOCK 02 */
.contentWrapper.is-content-2-atreo {
    width: auto;
    height: 100%;
    flex: none;
}

.is-content-2-atreo-container {
    display: flex;
    height: 100%;
}

.is-content-2-atreo-container>.img-inside-holder {
    width: auto;
}

.is-content-2-atreo-container>.img-inside-holder>.full-img {
    width: 100%;
}

.atreo_two {
    display: flex;
    flex-flow: column nowrap;
    width: 45vw;
    justify-content: center;
    align-items: flex-start;
    margin-right: 20vw;
    margin-left: 4vw;
    margin-bottom: 4vw;
}

.atreo_two>h1.orange {
    font-family: dahlia;
    font-size: 2.5vw;
    font-weight: 100;
    color: var(--global-artistes-color);
}

.atreo_two>.paraSize>.is-citation {
    position: relative;
    font-family: dahlia;
    color: var(--global-atreo-title);
    font-size: 1.5vw;
    text-align: center;
    padding-left: 2vw;
    top: 1vw;
}

#logoAtreo {
    flex: none;
    width: 10%;
}


.atreo_two>h1 {
    font-family: dahlia;
    font-weight: 100;
    color: var(--global-artistes-color);
    font-size: var(--global-h1);
}

.atreo_two>p {
    font-family: maaxReg;
    color: var(--global-txt-color);
    columns: 2;
    /* line-height: 1.2vw; */
    max-width: 37vw;
}

.atreo_two>h2 {
    font-family: dahlia;
    font-weight: 100;
    float: right;
    font-size: 1.6vw;
    color: var(--global-artistes-color);
    margin-right: 4vw;
}

.atreo_two>figure {
    position: absolute;
    bottom: 0;
    margin-block-end: 0;
    margin-left: 56vw;
}

.atreo_two>figure>ficaption {
    font-family: maaxReg;
    color: var(--global-color-odyssee);
    text-align: left;
}

.atreo_two>figure>img {
    width: 23vw;
    /* border-radius: 25px; */
}

.atreo_two>figure>figcaption {
    font-size: 1vw;
    font-family: maaxReg;
    color: var(--global-textBlock-color);
}

.atreo_two>figure>figcaption>strong {
    font-family: maaxBold;
}

/*references*/
.is-content-3-atreo-container {
    display: flex;
    height: 100%;
    /* background-image: url(../../assets/FONDSDÉGRADÉ/DÉGRADÉ_NEUTRE/06.jpg); */
    /* background-repeat: no-repeat; */
    width: auto;
    background-color: var(--odysse-lightSand-color);
    /* background-size: cover; */
}

.is-content-3-atreo-container>.is-content {
    display: flex;
    height: 100%;
    width: auto;
    margin-left: 10vw;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

.is-content-3-atreo-container>.is-content>.is-menu {
    display: flex;
    flex-flow: column nowrap;
    width: 23vw;
    margin-top: 8vw;
}

.is-content-3-atreo-container>.is-content>.is-menu>.sand {
    font-size: 2.5vw;
    font-family: dahlia;
    color: var(--global-textBlock-color);
}

.is-content-3-atreo-container>.is-content>.is-menu>.menu-is-item {
    font-family: dahlia;
    font-size: 1.5vw;
    color: var(--global-color-odyssee);
    margin-block-start: 0;
    margin-block-end: 0;
}

.is-content-3-atreo-container>.is-content>.is-menu>span {
    border-bottom: 2pt solid var(--global-color-odyssee);
    text-decoration: none;
    width: 50%;
}

.is-content-3-atreo-container>.is-content>.is-menu>span:nth-of-type(1) {
    border-bottom: 2pt solid var(--global-artistes-color);
    text-decoration: none;
}

.is-content-3-atreo-container>.is-content>.is-menu>h3.menu-is-item:hover {
    cursor: pointer;
}

.is-content-3-atreo-container>.is-content>.img-content {
    width: auto;
    height: 100vh;
    overflow: hidden;
    margin-top: 14vh;
}

.is-content-3-atreo-container>.is-content>.img-content>.this>.is-img {
    display: block;
    position: relative;
    padding: 4vw;
}

.is-content-3-atreo-container>.is-content>.img-content>.this>.is-img>img {
    max-height: 72vh;
    position: relative;
}

#leCarre>.is-img {
    display: block;
}

#canopee>.is-img {
    display: none;
}

.menu-is-item#leCarre {
    color: var(--global-artistes-color);
}

.menu-is-item#canopee {
    color: var(--global-color-odyssee);
}



/* END ATREO PARTIE  */
/* ================== */



/* ================== */
/* ARTISTES PARTIE  */
.alone-img>#artistes_img1 {
    width: 40vw;
    overflow: hidden;
}

#artistes_img1 {
    width: 50vw;
    height: 100vh;
    object-position: -120px;
    object-fit: cover;
}

.is-content-1-artiste.is-start {
    width: 35vw;
}

.start-chap>.title-wrap {
    padding-top: 0;
}

.is-content-1-artiste.is-start>.start-chap {
    margin-top: var(--header-height);
    height: auto;
}

.is-content-1-artiste.is-start>.start-chap>.title-wrap {
    /* border: 1pt solid blue; */

}

.is-content-1-artiste.is-start>.start-chap>.text-wrap {
    padding-top: 3vh;
}

.is-content-1-artiste.is-start>.start-chap>.text-wrap>.atreo-blue {
    padding-top: 0;
}

.start-chap.artiste-one>.text-wrap>p:nth-child(1) {
    font-family: maaxReg;
    font-size: 1vw;
    flex: 0;
}

h2.is-under-chap.artistes {
    font-size: 1.5vw;
    max-width: 22vw;
}

.text-wrap.artistes>.atreo-blue {
    padding-top: 3vw;
}

.start-chap>.title-wrap>.is-chap.artistes {
    color: var(--global-artistes-color);
    font-size: 5vw;
}

.start-chap.artiste-one>.text-wrap.artistes {
    max-width: 18vw;
}

/* END FIRST TXT BLOCK */

.title-wrap.atreo>p.atreo-blue.this {
    font-size: 1.2vw;
}

.title-wrap.atreo>.atreo-blue:nth-child(1) {
    padding-bottom: 0;
    font-size: 1.2vw;
}

.drawing {
    position: absolute;
    overflow: hidden;
    width: 50vw;
    top: 16vh;
    margin-left: -6vw;
}

.drawing>img {
    display: block;
    height: 70vh;
    margin: auto;
    margin-left: -8vw;
}

.is-content-2>.is-content-2-container>.img-fullContent {
    height: 100vh;
}

/* END ARTISTES PARTIE  */
/* ================== */

/* PERS FRAME PARTIE */
.iframe-container {
    position: relative;
    margin-left: 10vw;
}

.iframe-content {
    position: relative;
    width: 70vw;
    height: 95vh;
}

iframe {
    width: 100%;
    height: 100%;
}

/* END PERS FRAME PARTIE  */
/* ================== */

/* CONTACT PARTIE  */
.contentWrapper.is-content-contact {
    width: auto;
    height: 100%;
    flex: none;
}

/* .is-content-contact-container{
    display: flex;
    height: 100vh;
    margin-left: 20vw;
    width: 87vw;
} */
.is-content-contact-container {
    display: flex;
    height: 100vh;
    margin-left: 10vw;
    width: 100vw;
    background-image: url(../../assets/contact.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


/* ================== */
/* FOOTER FOOTER FOOTER */
footer {
    background-color: white;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 4vh;
}

.foot-container {
    width: 100vw;
}

.foot-content {
    display: flex;
}

.foot-content>.foot-item {
    flex: 1;
    width: 5vw;
}

.foot-content>.foot-item>p {
    font-family: maaxReg;
    color: var(--global-textBlock-color);
    text-align: center;
    font-size: var(--global-paratxt-size);
}

.foot-content>.foot-item>p>a {
    text-decoration: none;
    color: var(--global-textBlock-color);
}

.foot-item.with-img {
    display: flex;
}

.foot-item.with-img>img {
    position: relative;
    height: 2vh;
    margin-top: 1vh;
    padding-bottom: 1vh;
    margin-left: 1vh;
}

.foot-item {
    background-color: var(--odysse-lightSand-color);
}


/*::::::ORIENTATION:::::::::::*/
.mobile-device-orientation {
    display: none;
}

/* RESPONSIVE ON mobile.css */