::-webkit-scrollbar {
    width: 0.26vw;
    height: 0.26vw;
}

::-webkit-scrollbar-thumb {
    background: #B4D598; 
    border-radius: 0.521vw; 
}

::-webkit-scrollbar-track {
    background: transparent; 
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    width: 100vw;
    font-family: 'Inter', medium;
    background-color: #1E1F1F;
    padding-top: 6vw;
}

/*** NAVBAR ***/
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1E1F1F;
    color: white;
    width: 100vw;
    position: fixed;
    margin-left: 0;
    margin-top: 0;
    z-index: 1;
    top: 0;
}

.navbar-logo {
    display: flex;
    align-items: center;
    margin-left: 2.604vw;
}

.navbar-logo img {
    height: 6.51vw; 
    width: 6.51vw;
}

.navbar-links {
    display: flex;
    list-style: none;
}

.navbar-links li {
    padding: 0 2.604vw 0 0;
    font-size: 1.354vw;
    font-weight: 500;
    font: 'Inter';
}

.navbar-links a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
}

.navbar-links a:hover {
    color: #B4D598;
}

.link-svg {
    display: none;
}

#bottom_svg{
    fill: white;
    transition: fill 0.3s;
    -webkit-transition: fill 0.3s;
    -moz-transition: fill 0.3s;
    -ms-transition: fill 0.3s;
    -o-transition: fill 0.3s;
}

#bottom_svg:hover{
    fill: #B4D598;
}

button {
    background: none;
    border: none;
    cursor: pointer;
}

#fleche_ng {
    width: 20px;
    height: 20px;
}

#fleche_ng{
    fill: #888888;
    transition: fill 0.3s;
    -webkit-transition: fill 0.3s;
    -moz-transition: fill 0.3s;
    -ms-transition: fill 0.3s;
    -o-transition: fill 0.3s;
}

#fleche_ng:hover{
    fill: black;
}

.link-text {
    display: inline-block;
}

/*** Title & Desc ***/
#div_title_home{
    height: 57.25vw;
}

#div_apropos_home{
    height: 56.25vw;
}

#div_contact_home{
    height: 45.938vw;
}

#title {
    margin-left: 2.604vw;
    width: 55.26vw;
    line-height: 3.021vw;
    margin-top: 3.906vw;
}

.name {
    font-size: 5.667vw;
    font-weight: 900; 
    color: #B4D598;
    font-family: 'Inter', sans-serif;
}

.description {
    margin-bottom: 3.021vw;
    line-height: 2.497vw;
    font-size: 1.771vw;
    color: #B4D598;
    font-family: 'Inter', medium;
    margin-bottom: 3.021vw;
}

.button {
    font-family: 'Inter', medium;
    border: 0.052vw solid #FFFFFF;
    font-size: 0.938vw;
    background: none;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4.063vw;
    -webkit-border-radius: 4.063vw;
    -moz-border-radius: 4.063vw;
    -ms-border-radius: 4.063vw;
    -o-border-radius: 4.063vw;
    width: 13.646vw;
    margin-bottom: 21.979vw;
    height: 2.813vw;
}

.button:hover {
    background-color: #B4D598;
    color: #121212;
    border: 1px solid #B4D598;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}

/*** Transition ***/
.transition {
    width: 100%;
    overflow: hidden;
    text-transform: uppercase;
    color: #FFFFFF;
    font: 800 5.208vw Inter, sans-serif;
    position: relative;
    height: 11vw;
}

.transition .first-line {
    line-height: 0; 
}

@keyframes marquee-to-left {
    0% {opacity: 1; offset-distance: 0px; animation-timing-function: linear}
	100% {opacity: 1; offset-distance: 1920px; }
}

@keyframes marquee-to-right {
    0% {opacity: 1; offset-distance: 1920px; animation-timing-function: linear}
	100% {opacity: 1; offset-distance: 0px; }
}

.scrolling-text, .scrolling-text-reverse {
    display: inline-block;
    white-space: nowrap;
}

.scrolling-text span, .scrolling-text-reverse span {
    display: inline-block;
    padding-right: 100%;
}
  
.scrolling-text {
    offset-path: path("M 1920 0 L 0 0");
    offset-rotate: 0deg; 
    opacity: 1; 
    offset-distance: 0%; 
    animation-name: marquee-to-left; 
    animation-duration: 20s; 
    animation-delay: 0s; 
    animation-iteration-count: infinite; 
    animation-direction: normal; 
    animation-fill-mode: none;
    line-height: 0.5;
}
  
.scrolling-text-reverse {
    offset-path: path("M 0 0 L 1920 0");
    offset-rotate: 0deg; 
    opacity: 1; 
    offset-distance: 0%; 
    animation-name: marquee-to-left; 
    animation-duration: 20s; 
    animation-delay: 0s; 
    animation-iteration-count: infinite; 
    animation-direction: normal; 
    animation-fill-mode: none;
}  

/*** A PROPOS ***/
#whoiam{
    margin-left: 2.604vw;
    align-self: center;
    display: flex;
    width: 68.49vw;
    height: 15.635vw;
    margin-top: 12.896vw;
}

#a_propos1{
    color: #fff;
    align-self: start;
    flex-grow: 1;
    flex-basis: auto;
    font: 0.938vw Inter, sans-serif;
    font-weight: 500;
    line-height: 1.134vw;
    width: 26.25vw;
    color: #FFFFFF;
}

#a_propos2{
    width: 42.24vw;
    flex-grow: 1;
    flex-basis: auto;
    font: 500 1.354vw Inter, sans-serif;
    color: #B4D598;
    margin-right: 0;
    line-height: 1.909vw;
}

.buttons {
    display: flex;
    justify-content: center;
    margin-top: 6.646vw;
}

.buttons button {
    background-color: transparent;
    border: 0.052vw solid #B4D598;
    color: #B4D598;
    padding: 0.573vw 2.344vw;
    margin: 0 0.833vw;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.buttons button.active,
.buttons button:hover {
    background-color: #B4D598;
    color: #1E1F1F;
}

.cv-button-container {
    display: flex;
    justify-content: center;
    margin-top: 1.042vw;
}

/*** PORTFOLIO ***/
#taff{
    margin-top: 7.5vw;
    margin-bottom: 11.458vw;
}

#portfolio{
    margin-left: 2.604vw;
}

.arrow-shu{
    position: absolute;
    margin-top: -20vw;
    margin-left: 38vw;
}

.arrow-shu img{
    width: 15.313vw;
    height: 6.927vw;
}

.aka-shu{
    position: absolute;
    margin-top: -8vw;
    margin-left: 58vw;
    color: #B4D598;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 1.354vw;
    transform: rotate(180deg);
}

.pic-shu{
    position: absolute;
    width: 38.125vw;
    height: 28.594vw;
    margin-top: -29vw;
    margin-left: 60vw;
}

.pic-shu img{
    width: 38.125vw;
    height: 28.594vw;
}

.categorie_creations h2{
    font-family: 'Inter';
    color: #B4D598;
    font-size: 1.771vw;
    font-weight: 900;
    line-height: 2.497vw;
}

.categorie_creations {
    width: 94.74vw;
    height: 25.833vw;
    margin-left: 2.604vw;
    margin-top: 5.833vw;
}

.categorie h2{
    font-family: 'Inter';
    color: #B4D598;
    font-size: 1.771vw;
    font-weight: 900;
    line-height: 2.497vw;
}

.categorie {
    margin-left: 2.604vw;
    width: 70.625vw;
    height: 25.833vw;
    margin-top: 5.833vw;
}

.list_categorie {
    list-style-type: none; 
    display: flex; 
    padding-left: 0;
}

.list_categorie li {
    display: flex; 
    width: 22.396vw;
    margin-right: 1.667vw; 
    position: relative;
    cursor: pointer;
}

.img_container {
    position: relative;
    width: 22.396vw;
    height: 21.25vw;
}

.list_categorie .img_container img{
    width: 22.396vw;
}

.img_container img {
    height: 100%;
    width: 100%;
    display: block;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
    border-radius: 0.521vw;
    margin-bottom: 2.604vw;
}

.img_container:hover img {
    filter: grayscale(0);
}

.info {
    font-family: 0.938vw 'Inter', medium;
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    padding: 0.417vw; 
    border-radius: 0.521vw;
    opacity: 0; 
    transition: opacity 0.3s ease; 
    pointer-events: none; 
    background-color: #B4D598;
    height: 3.75vw;
    width: 21.556vw;
    align-content: center;
}

.img_container:hover .info {
    opacity: 1; 
}

.img_container:hover .info {
    transform: translateY(0);
}

.list_categorie .img_container .info h3, .list_categorie .img_container .info p{
    margin: 0;
    font-size: 0.938vw;
    font-weight: 500;
    font-family: 'Inter';
    line-height: 1.134vw;
} 

.info h3, .info p {
    color: #1E1F1F;
    margin: 0;
    font-size: 0.938vw;
    font-weight: 500;
    font-family: 'Inter';
    line-height: 1.134vw;
    padding-left: 0.781vw;
}

.info h3{
    font-weight: 900 !important;
    text-transform: uppercase;
}

/*** EPHEMERAL MODAL ***/
.next_modal{
    position: inherit;
    bottom: 0;
    margin-bottom: 6vw;
    position: absolute;
    margin-left: 86vw;
}

.modal-style {
    display: none; 
    position: fixed; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 1; 
}

.modal-content-style {
    background-color: #1E1F1F;
    border: 0.052vw solid #1E1F1F;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.close {
    color: #fff;
    float: right;
    font-size: 2.083vw;
    margin-right: 1.604vw;
    margin-top: 0.302vw;
    transition: all 0.3s ease;
}

.close:hover,
.close:focus {
    text-decoration: none;
    cursor: pointer;
}

.cls-ephemeral:hover,
.cls-ephemeral:focus {
    color: #B4D598;
}

.cls-chaos:hover,
.cls-chaos:focus {
    color: #E41B18;
}

.cls-world:hover,
.cls-world:focus {
    color: #FF00CC;
}

.cls-unlucky:hover,
.cls-unlucky:focus {
    color: #E6155C;
}

.modal-style .transition{
    position: fixed;
    margin-top: 2.604vw;
}

.creation_content{
    width: 94.792vw;
    height: 48.698vw;
    margin-left: 2.604vw;
    margin-top: 3.802vw;
    position: fixed;
    display: flex;
}

.ephemeral_img img{
    display: none;
}

.ephemeral_img img:first-child{
    display: block;
}

.modal_img{
    height: 43.698vw;
    width: 43.698vw;
}

.ephemeral_img{
    height: 43.698vw;
    width: 43.698vw;
}

.ephemeral_text{
    margin-top: 18.177vw;
    margin-left: 2.604vw;
    width: 42.24vw;
    height: 5.833vw;
    color: #FFFFFF;
    font-size: 1.354vw;
    font-weight: 500;
}

.modal-magazine-style {
    display: none; 
    position: fixed; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 1; 
}

.modal-content-magazine-style {
    background-color: white;
    border: 1px solid #1E1F1F;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.close-magazine {
    position: fixed;
    margin-left: 95.313vw;
    z-index: 10;
    color: black;
    font-size: 2.083vw;
    margin-top: 1.302vw;
    transition: all 0.3s ease;
}

.close-magazine:hover,
.close-magazine:focus {
    z-index: 10;
    color: #F2E500;
    text-decoration: none;
    cursor: pointer;
}

.magazine_content{
    width: 94.792vw;
    height: 48.698vw;
    margin-top: 3.802vw;
    position: fixed;
    z-index: 1;
}

#magazine-mooving{
    margin-left: 0;
    margin-top: 3.906vw;
    display: flex;
    position: absolute;
    z-index: 10;
    width: 100vw;
    font-size: 1.042vw;
}

#magazine-mooving a{
    text-decoration: none;
    margin-left: 0.521vw;
    color: grey;
}

#magazine-mooving {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.042vw;
}

#magazine-mooving button {
    background: none;
    border: none;
    color: #888888; 
    font-size: 1.042vw;
    margin: 0 0.26vw;
    cursor: pointer;
    transition: color 0.3s ease;
}

#magazine-mooving button:hover {
    color: #000000; 
}

#magazine-mooving button.active {
    color: #000000;
    font-weight: bold;
}

#magazine-mooving button#prev-magazine, 
#magazine-mooving button#next-magazine {
    font-size: 1.042vw;
}

#page-magazine{
    margin-top: -3.906vw;
    width: 100%;
    position: fixed;
}

/*** CONTACT ***/
#contact{
    font-family: 'Inter', medium;
    padding-left: 2.6%;
    align-self: center;
    display: flex;
    justify-content: space-between;
    gap: 1.042vw;
    font-weight: 500;
    width: 68.49vw;
    margin-top: 11.823vw;
    margin-bottom: 11.823vw;
}

#contacter{
    align-self: start;
    flex-grow: 1;
    flex-basis: auto;
    font: 0.938vw Inter, sans-serif;
    width: 26.25vw;
    color: #FFFFFF;
}

#contacter2{
    flex-grow: 1;
    flex-basis: auto;
    font: 100 1.354vw Inter, sans-serif;
    color: #B4D598;
    margin-right: 0;
    width: 42.24vw;
}

.email-button {
    background-color: #1E1F1F;
    color: white;
    padding: 0.521vw 1.042vw;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.833vw;
    margin: 0.928vw 0.464vw;
    border: 1px solid #FFFFFF;
    font: 0.938vw Inter, sans-serif;
    border-radius: 4.063vw;
    margin-left: 10.807vw;
    height: 2.813vw;
    width: 19.583vw;
    margin-top: 2.5vw;
}

.email-button:hover {
    background-color: #B4D598;
    color: #1E1F1F;
    border: 1px solid #B4D598;
    transition: all 0.5s ease;
}

.cv-button {
    position: absolute;
    background-color: #1E1F1F;
    color: white;
    text-decoration: none;
    display: inline-block;
    font-size: 0.833vw;
    border: 1px solid #FFFFFF;
    font: 0.938vw Inter, sans-serif;
    border-radius: 4.063vw;
    height: 2.813vw;
    width: 20vw;
    margin-left: 40vw;
}

.cv-button:hover {
    background-color: #B4D598;
    color: #1E1F1F;
    border: 1px solid #B4D598;
    transition: all 0.5s ease;
}


/*** FOOTER ***/
footer {
    color: #fff;
    margin-left: 2.604vw;
    padding-bottom: 2%;
    margin-right: 2.604vw;
    text-transform: uppercase;
}

#title_footer {
    width: 55.26vw;
    line-height: 3.021vw;
}

footer h1{
    margin-bottom: 2.708vw;
}
  
.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.footer-link {
    color: #fff;
    font-size: 0.938vw;
    text-decoration: none; 
    transition: color 0.3s;
}

.footer-link svg{
    fill: white;
    transition: fill 0.3s;
    -webkit-transition: fill 0.3s;
    -moz-transition: fill 0.3s;
    -ms-transition: fill 0.3s;
    -o-transition: fill 0.3s;
}

.footer-link svg:hover{
    fill: #B4D598;
}

.footer-link svg{
    height: 0.781vw;
}

.footer-link-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.linkedin{
    color: #fff;
    text-decoration: none; 
    font-size: 0.938vw; 
    transition: color 0.3s;
    position: relative;
    transition: all 0.3s ease;
}

.linkedin:hover{
    color: #B4D598;
}

.linkedin::after {
    content: ''; 
    display: block; 
    width: 50%;
    height: 1px;
    background-color: white; 
    position: absolute; 
    left: 25%; 
    transform: translateX(-50%);
    transition: background-color 0.3s ease; 
}

.linkedin:hover::after{
    background-color: #B4D598;
    width: 100%;
    left: 50%;
    transition: all 0.5s ease;
}

.footer-link:hover {
    color: #B4D598; 
    border-color: #B4D598;
}

.footer-link svg:hover {
    color: #B4D598; 
    border-color: #B4D598;
}

.footer-text {
    font-size: 0.938vw;
    position: absolute;
    margin-top: -1.125vw;
    right: 0;
    padding-right: 2.604vw;
}



/*** CLEOPATRE ***/
.img_cleopatre_accueil{
    margin-top: 3.021vw;
    background-color: #fff;
}

#img_cleopatre{
    object-fit: auto;
    object-position: center;
    width: 100%;
    margin-bottom: 0;
    height: 100%;
}

.content_cleopatre_accueil{
    font-family: 50 0.938vw 'Inter', medium;
    margin-left: 10%;
    align-self: center;
    display: flex;
    justify-content: space-between;
    gap: 1.042vw;
    font-weight: 500;
    height: 41.667vw;
    align-items: center;
    background-color: #fff;
}

#logo_cleopatre_accueil{
    color: #fff;
    align-self: start;
    flex-grow: 1;
    flex-basis: auto;
    width: 40vw;
    color: #FFFFFF;
}

#text_cleopatre_accueil{
    width: 50vw;
    flex-grow: 1;
    flex-basis: auto;
    font: 1.354vw Inter, sans-serif;
    line-height: 1.909vw;
    color: black;
    margin-left: 3vw;
}

#text_cleopatre_accueil h5{
    color: #EC671F;
    font: 500 0.938vw Inter;
    line-height: 1.134vw;
}
.cleopatre-container {
    margin: 0 2.604vw;
}

.cleopatre-content {
    display: flex;
    gap: 1.042vw;
}

.cleopatre-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    margin-left: 0px;
}

.small-column {
    width: 16%;
    margin-left: 1.042vw;
}

.cleopatre-row {
    display: flex;
    gap: 1.042vw;
}

.cleopatre-box {
    border-radius: 0px;
    width: 16vw;
    height: 13.906vw;
    margin-left: 1.042vw;
    margin-right: 1.042vw;
}

.orange-box { background-color: #ec671f; border-radius: 0px 0px 0px 5.208vw; -webkit-border-radius: 0px 0px 0px 5.208vw; -moz-border-radius: 0px 0px 0px 5.208vw; -ms-border-radius: 0px 0px 0px 5.208vw; -o-border-radius: 0px 0px 0px 5.208vw; }
.light-orange-box { background-color: #f2bbaf; }
.green-box { background-color: #00a78f; }
.light-blue-box { background-color: #7dd2c6; height: 30vw; }
.dark-box { background-color: #041616; height: 30vw; }
.white-box {
    border-radius: 0px 0px 5.208vw 0px;
    background-color: #fff;
    height: 30vw;
}

.cleopatre-title {
    color: #ec671f;
    text-transform: capitalize;
    margin-top: 6.719vw;
    font: 500 0.938vw Inter;
    line-height: 1.133vw;
}

.cleopatre-description {
    color: #fff;
    margin-top: 1.458vw;
    font: 1.354vw Inter;
    line-height: 1.909vw;
}

.tube-display {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.604vw; 
    padding: 2.604vw; 
}
  
.tube {
    transform-origin: bottom center; 
}
  
.left {
    transform: rotate(-23.43deg);
    margin-right: 30%;
}

.left img{
    height: 62.5vw;
}
  
.middle{
    display: none;
}

.right {
    transform: rotate(37.3deg);
    position: absolute;
    margin-left: 25%;
}

.left img{
    width: auto;
    height: 68.679vw;
    margin-top: -5%;
}

.right img{
    width: auto;
    height: 33.854vw;
    margin-left: 8.333vw;
}

.tube img {
    display: block; 
}

.tube-description {
    color: white;
    text-align: center;
    position: absolute;
    font-size: 1.25vw;
    font: 1.354vw Inter;
    line-height: 1.909vw;
}

.tube-description h5{
    color: #EC671F;
    font: 500 0.938vw Inter;
    line-height: 1.133vw;
}

.campagne_pub_cleopatre{
    font-family: 'Inter', medium;
    margin-left: 2.604vw;
    display: flex;
    justify-content: space-between;
    gap: 1.042vw;
    font-weight: 500;
    align-items: center;
}

#img_campagne_pub_cleopatre{
    align-self: start;
    flex-grow: 1;
    flex-basis: auto;
    font: 0.938vw Inter, sans-serif;
    width: 50%;
    line-height: 0;
}

#img_campagne_pub_cleopatre img{
    width: 100%;
}

#text_campagne_pub_cleopatre{
    color: #fff;
    width: 50%;
    flex-grow: 1;
    flex-basis: auto;
    font: 1.354vw Inter, sans-serif;
    line-height: 1.909vw;
}

#text_campagne_pub_cleopatre h5{
    color: #EC671F;
    font: 500 0.938vw Inter;
    line-height: 1.133vw;
}

#img_cleopatre_metro, .campagne_pub_cleopatre{
    line-height: 0px;
}

#img_cleopatre_metro img{
    width: 100%;
    margin: 0;
}

#cleopatre-logo{
    width: 28.333vw;
    height: 28.333vw;
    margin-top: 3.667vw;
}

.categorie_footer {
    font-family: 'Inter', medium;
    color: #B4D598;
    font-size: 1.7em;
    margin-top: 9.583vw;
    margin-bottom: 11.094vw;
    margin-left: 0.521vw;
}

.list_categorie_footer {
    list-style-type: none; 
    display: flex; 
    align-items: flex-end;
}

.list_categorie_footer li {
    width: 22.396vw;
    margin-right: 1.667vw; 
}

.next_page{
    font-family: 'Inter';
    font-weight: 500;
    font-size: 0.938vw;
    line-height: 1.134vw;
    color: #fff;
    bottom: 0;
    text-decoration: none; 
    transition: color 0.3s;
    position: relative;
    transition: all 0.3s ease;
}

.next_page:hover{
    color: #EC671F;
}

.next_page::after {
    content: '';
    display: block;
    width: 20%;
    height: 1px;
    background-color: white;
    position: absolute;
    left: 10%;
    transform: translateX(-50%);
    transition: background-color 0.3s ease;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.next_page:hover::after{
    width: 100%;
    left: 50%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.video-container {
    position: relative;
    margin: auto;
}

video {
    width: 100%;
}

.custom-controls {
    position: absolute;
    left: 0.521vw;
    display: flex;
    gap: 0.521vw;
}

#play, #pause, #restart {
    background-color: transparent;
    color: transparent;
    padding: 0.521vw 1.042vw;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.833vw;
    border: 0px solid #1E1F1F;
    font: 0.938vw Inter, sans-serif;
    border-radius: 4.063vw;
    height: 2.813vw;
    width: 8vw;
    margin-left: 0.3vw;
}

#play:hover, #pause:hover, #restart:hover {
    cursor: pointer;
}


/**********
/* MOKE */
/**********/

.moke-container {
    margin: 0 2.604vw;
}

.moke-content {
    display: flex;
    gap: 1.042vw;
}

.moke-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    margin-left: 0px;
}

.main-column {
    width: 50vw;
}

.small-column {
    width: 16%;
    margin-left: 1.042vw;
}

.moke-row {
    display: flex;
    gap: 1.042vw;
}

.moke-box {
    border-radius: 0px;
    width: 13.542vw;
    height: 13.906vw;
    margin: 0 auto;
}

.moke-green-box { background-color: #9BC65A; height: 30vw; }
.moke-dark-box { background-color: #1A1B1D; height: 30vw; border: 1px solid white; }
.moke-white-box { background-color: #E0DEC8; height: 30vw; border-radius: 0px 0px 5.208vw 0px; -webkit-border-radius: 0px 0px 5.208vw 0px; -moz-border-radius: 0px 0px 5.208vw 0px; -ms-border-radius: 0px 0px 5.208vw 0px; -o-border-radius: 0px 0px 5.208vw 0px; }
.moke-yellow-box { background-color: #F0DB22; height: 15vw; border-radius: 0px 0px 0px 5.208vw; -webkit-border-radius: 0px 0px 0px 5.208vw; -moz-border-radius: 0px 0px 0px 5.208vw; -ms-border-radius: 0px 0px 0px 5.208vw; -o-border-radius: 0px 0px 0px 5.208vw; }
.moke-blue-box { background-color: #74C5C3; height: 15vw; }

.moke-title {
    color: #9BC65A;
    text-transform: capitalize;
    margin-top: 6.719vw;
    font: 500 0.938vw Inter;
    line-height: 1.133vw;
}

.moke-description {
    color: #fff;
    margin-top: 1.458vw;
    font: 1.354vw Inter;
    line-height: 1.909vw;
}

#mock-logo{
    width: 33.385vw;
    margin-left: 8.958vw;
    margin-top: 14.583vw;
}

#moke-glaces{
    margin-top: 12.083vw;
    height: 56.25vw;
}

.moke-packaging{
    height: 33.958vw;
    margin-top: -1%;
}

#moke_packaging_bus{
    font-family: 'Inter', medium;
    display: flex;
    justify-content: space-between;
    gap: 1.042vw;
    font-weight: 500;
    align-items: center;
    margin-top: -4px;
}

#img_moke_packaging_bus{
    align-self: start;
    flex-grow: 1;
    flex-basis: auto;
    font: 0.938vw Inter, sans-serif;
    width: 50%;
    line-height: 0;
}

#img_moke_packaging_bus img{
    width: 100%;
}

#text_moke_packaging_bus{
    color: white;
    width: 50%;
    padding-left: 2.604vw;
    flex-grow: 1;
    flex-basis: auto;
    font: 1.354vw Inter, sans-serif;
    line-height: 1.909vw;
}

#text_moke_packaging_bus h5{
    color: #9BC65A;
    font: 500 0.938vw Inter;
    line-height: 1.133vw;
}

.moke_packaging_bus{
    line-height: 0px;
}

.moke-affiche_bus{
    height: 56.25vw;
    margin-top: -1%;
}

.moke:hover{
    color: #9BC65A;
}

.moke:hover::after{
    background-color: #9BC65A;
}

.cleopatre:hover::after{
    background-color: #EC671F;
}
/**********
NATIONAL GEOGRAPHIC
*******/

#div_tall_ng{
    height: 46.25vw;;
}

.img_ng_accueil{
    margin-top: 3.698vw;
    width: 100vw;
    height: 33.229vw;
}

#img_ng{
    height: 33.229vw;
    width: 100vw;
}

.context_concept{
    height: 30.052vw;
    width: 90.938vw;
    display: flex;
    align-self: center;
    margin-left: 2.604vw;
}

#contexte{
    margin-top: 9.219vw;
    height: 11.615vw;
    width: 50%;
    flex-grow: 1;
    flex-basis: auto;
    font-size: 1.354vw;
    font-weight: 500;
    font-family: 'Inter';
    color: #FFFFFF;
    line-height: 1.909vw;
}

#contexte h5{
    color: #F2E500;
    font-size: 0.938vw;
    font-weight: 500;
    line-height: 1.134vw;
}

#concept{
    margin-top: 9.219vw;
    height: 11.615vw;
    flex-grow: 1;
    flex-basis: auto;
    font-size: 1.354vw;
    font-weight: 500;
    font-family: 'Inter';
    color: #FFFFFF;
    line-height: 1.909vw;
}

#concept h5{
    color: #F2E500;
    font-size: 0.938vw;
    font-weight: 500;
    line-height: 1.134vw;
}

.content_ng_accueil{
    font-family: 50 0.938vw 'Inter', medium;
    align-self: center;
    display: flex;
    justify-content: space-between;
    gap: 1.042vw;
    font-weight: 500;
    height: 41.667vw;
    align-items: center;
    background-color: #fff;
}

#logo_ng_accueil{
    color: #fff;
    align-self: start;
    flex-grow: 1;
    flex-basis: auto;
    width: 50%;
    color: #FFFFFF;
}

#text_ng_accueil{
    width: 50%;
    flex-grow: 1;
    flex-basis: auto;
    font-size: 1.354vw;
    font-family: 'Inter';
    line-height: 1.909vw;
    color: black;
}

#text_ng_accueil h5{
    color: #EC671F;
    font-size: 0.938vw;
    font-weight: 500;
    font-family: 'Inter';
}


.ng-content {
    display: flex;
    gap: 1.042vw;
}

.ng-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    margin-left: 0px;
}

.small-column {
    width: 15%;
    margin-left: 1.042vw;
}

.ng-row {
    display: flex;
    gap: 1.042vw;
}

.ng-box {
    border-radius: 0px;
    width: 13.542vw;
    height: 13.906vw;
    margin: 0 auto;
}

.ng-block{
    align-content: end;
}

.yellow-box { background-color: #F2E500; 
    border-radius: 0px 0px 0px 5.208vw; }

.ng-description {
    color: #fff;
    font-size: 1.354vw;
    font-weight: 500;
    font-family: 'Inter';
    line-height: 1.909vw;
    margin-bottom: 0;
}

.ng-description h5{
    color: #F2E500;
    font-size: 0.938vw;
    font-weight: 500;
    line-height: 1.134vw;
}

#ng-logo{
    width: 33.385vw;
    height: 10vw;
    margin-left: 8.958vw;
    margin-top: 14.583vw;
}

.content_ng_mag{
    margin-top: 16.667vw;
    font-family: 50 0.938vw 'Inter', medium;
    align-self: center;
    display: flex;
    justify-content: space-between;
    gap: 1.042vw;
    font-weight: 500;
    height: 56.25vw;
    align-items: center;
    background-color: #fff;
}

#ng-mag{
    position: absolute;
    margin-top: 8.333vw;
}

#ng_magazine{
    height: 56.25vw;
    margin-top: 12.083vw;
}

#img_ng_mag{
    color: #fff;
    align-self: start;
    flex-grow: 1;
    flex-basis: auto;
    width: 78vw;
    color: #FFFFFF;
    margin-left: 2.604vw;
}

#text_ng_mag{
    width: 42.24vw;
    flex-grow: 1;
    flex-basis: auto;
    font-size: 1.354vw;
    font-family: 'Inter';
    font-weight: 500;
    line-height: 1.909vw;
    color: black;
    margin-left: -19.302vw;
}

#text_ng_mag h5{
    font-weight: 500;
    font-size: 0.938vw;
    line-height: 0px;
    color: #F2E500;
}

.magazine{
    color: black;
    text-decoration: none; 
    font-size: 1.042vw; 
    transition: color 0.3s;
    position: relative;
    transition: all 0.3s ease;
}

.magazine:hover{
    color: #F2E500;
}

.magazine::after {
    content: ''; 
    display: block; 
    width: 10%;
    height: 2px;
    background-color: black; 
    position: absolute; 
    left: 5%; 
    transform: translateX(-50%);
    transition: background-color 0.3s ease; 
}

.magazine:hover::after{
    background-color: #F2E500;
    width: 100%;
    left: 50%;
    transition: all 0.5s ease;
}

#ng-site{
    height: 56.25vw;
}

.content_ng_site{
    font-family: 50 0.938vw 'Inter', medium;
    align-self: center;
    display: flex;
    justify-content: space-between;
    gap: 1.042vw;
    font-weight: 500;
    align-items: center;
    background-color: #fff;
    height: 100%;
}

.content_ng_site img{
    height: 46vw;
}

#img_ng_site{
    color: #fff;
    align-self: start;
    flex-grow: 1;
    flex-basis: auto;
    color: #FFFFFF;
}

#text_ng_site h5{
    flex-grow: 1;
    flex-basis: auto;
    font-weight: 500;
    font-size: 0.938vw;
    line-height: 1.134vw;
    margin-left: 15.156vw;
    color: #F2E500;
}

.ng-button {
    background-color: #fff;
    color: black;
    padding: 0.521vw 1.042vw;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.833vw;
    margin: 4px 2px;
    border: 1px solid #1E1F1F;
    font: 0.938vw Inter, sans-serif;
    border-radius: 4.063vw;
    margin-left: 7.5vw;
    height: 2.813vw;
    width: 19.583vw;
}

.ng-button:hover {
    background-color: #1e1f1f;
    color: white;
    border: 1px solid #B4D598;
    transition: all 0.5s ease;
}

#ng-phones{
    width: 100%;
    height: auto; 
}

/***********
/* POZEAT */
/***********/

.img_poz_accueil{
    margin-top: 3.021vw;
    background-color: #ffffff;
}

#img_poz{
    object-fit: auto;
    object-position: center;
    width: 100%;
    margin-bottom: 0;
    height: 100%;
}

#poz-logo{
    width: 40.854vw;
    height: 31.042vw;
    margin-top: 3.667vw;
}

.content_poz_accueil{
    font-family: 50 0.938vw 'Inter', medium;
    margin-left: 3.75vw;
    align-self: center;
    display: flex;
    justify-content: space-between;
    gap: 1.042vw;
    font-weight: 500;
    height: 41.667vw;
    align-items: center;
    background-color: #fff;
}

#logo_poz_accueil{
    color: #fff;
    align-self: start;
    flex-grow: 1;
    flex-basis: auto;
    width: 40vw;
    color: #FFFFFF;
}

#text_poz_accueil{
    width: 50vw;
    margin-left: 8vw;
    flex-grow: 1;
    flex-basis: auto;
    font: 1.354vw Inter, sans-serif;
    line-height: 1.909vw;
    color: black;
}

#text_poz_accueil h5{
    color: #CE589C;
    font: 500 0.938vw Inter;
    line-height: 1.134vw;
}

.poz-container {
    margin: 0 2.604vw;
}

.poz-content {
    display: flex;
    gap: 1.042vw;
}

.poz-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    margin-left: 0px;
}

.small-column {
    width: 16%;
    margin-left: 1.042vw;
}

#poz-container-desktop{
    display: block;
}

#poz-container-mobile{
    display: none;
}

#ng-container-mobile{
    display: none;
}

#mock-container-mobile{
    display: none;
}

.poz-row {
    display: flex;
    gap: 1.042vw;
}

.poz-box {
    border-radius: 0px;
    width: 13.542vw;
    height: 13.906vw;
    margin: 0 auto;
}

.orange-box { background-color: #ec671f; border-radius: 0px 0px 0px 5.208vw; -webkit-border-radius: 0px 0px 0px 5.208vw; -moz-border-radius: 0px 0px 0px 5.208vw; -ms-border-radius: 0px 0px 0px 5.208vw; -o-border-radius: 0px 0px 0px 5.208vw; }
.light-orange-box { background-color: #f2bbaf; }
.green-box { background-color: #00a78f; }
.light-blue-box { background-color: #7dd2c6; height: 30vw; }
.dark-box { background-color: #041616; height: 30vw; }
.white-box {
    border-radius: 0px 0px 5.208vw 0px;
    background-color: #fff;
    height: 30vw;
}
.poz-dark-box {
    border-radius: 0px 0px 5.208vw 0px;
    border: 1px solid white;
    background-color: #191919;
    height: 30vw;
}
.poz-green-box { background-color: #67B32E; height: 30vw; }
.poz-pink-box { background-color: #CE589C; height: 30vw; }
.poz-white-box { background-color: #EFEFEF; border-radius: 0px 0px 0px 5.208vw;  }

.poz-title {
    color: #CE589C;
    font: 500 0.938vw Inter;
    line-height: 1.133vw;
}

.poz-description {
    color: #fff;
    margin-top: 1.458vw;
    font: 1.354vw Inter;
    line-height: 1.909vw;
}

#poz-restaurant{
    margin-top: 13.021vw;
    height: 50vw;
    display: inline-flex;
    background-color: white;
}

#poz-restaurant #pozeat_restau{
    width: 50vw;
}

#pozeat_transition_restau{
    position: absolute;
    height: 28.021vw;
    width: 13.229vw;
    margin-left: 43.802vw;
    margin-top: 10.417vw;
}

#pozeat_transition_bus{
    position: absolute;
    height: 12.396vw;
    width: 22.031vw;
    margin-left: 72.448vw;
    margin-top: -55vw;
}

#pozeat_transition_video{
    position: absolute;
    height: 12.396vw;
    width: 11.979vw;
    margin-left: 44.531vw;
    margin-top: -6.2vw;
}

#pozeat_transition_video_2{
    position: absolute;
    height: 12.396vw;
    width: 11.979vw;
    margin-left: 20vw;
    margin-top: -8.2vw;
}

#pozeat_transition_coeur{
    position: absolute;
    height: 14.531vw;
    width: 13.75vw;
    margin-left: 65vw;
    margin-top: -60vw;
}

#pozeat_packaging{
    background-color: #EFEFEF;
    font-family: 'Inter', medium;
    padding-left: 2.604vw;
    display: flex;
    justify-content: space-between;
    gap: 1.042vw;
    font-weight: 500;
    align-items: center;
    margin-top: -1vw;
}

#img_pozeat_packaging{
    align-self: start;
    flex-grow: 1;
    flex-basis: auto;
    font: 0.938vw Inter, sans-serif;
    width: 50%;
    line-height: 0;
    margin-top: 1%;
}

#img_pozeat_packaging img{
    width: 100%;
}

#text_pozeat_packaging{
    color: #1E1F1F;
    width: 50%;
    flex-grow: 1;
    flex-basis: auto;
    font: 1.354vw Inter, sans-serif;
    line-height: 1.909vw;
}

#text_pozeat_packaging h5{
    color: #CE589C;
    font: 500 0.938vw Inter;
    line-height: 1.133vw;
}

.pozeat_packaging{
    line-height: 0px;
}

#pub_pozeat_marbre{
    height: 62.5vw;
    width: 100vw;
}

#pub_pozeat_marbre img{
    height: 62.5vw;
    width: 100vw;
}

#pub_pozeat_marbre_mobile{
    display: none;
}

#pozeat_packaging_bus{
    font-family: 'Inter', medium;
    display: flex;
    justify-content: space-between;
    gap: 1.042vw;
    font-weight: 500;
    align-items: center;
}

#img_pozeat_packaging_bus{
    align-self: start;
    flex-grow: 1;
    flex-basis: auto;
    font: 0.938vw Inter, sans-serif;
    width: 50%;
    line-height: 0;
}

#img_pozeat_packaging_bus img{
    width: 100%;
}

#text_pozeat_packaging_bus{
    color: white;
    width: 50%;
    padding-left: 2.604vw;
    flex-grow: 1;
    flex-basis: auto;
    font: 1.354vw Inter, sans-serif;
    line-height: 1.909vw;
}

#text_pozeat_packaging_bus h5{
    color: #CE589C;
    font: 500 0.938vw Inter;
    line-height: 1.133vw;
}

.pozeat_packaging_bus{
    line-height: 0px;
}

#pozeat_video{
    height: 50.25vw;
    width: 100vw;
}

#pozeat_video img{
    height: 56.25vw;
    width: 100vw;
}

#pozeat_mookup_phones{
    height: 56.25vw;
    width: 100vw;
}

#pozeat_mookup_phones img{
    height: 56.25vw;
    width: 100vw;
}

#pozeat_video_final{
    height: 56.25vw;
    width: 100vw;
}

#pozeat_video_final img{
    height: 56.25vw;
    width: 100vw;
}

#pozeat_stickers{
    height: 11.563vw;
    width: 11.25vw;
    position: absolute;
    margin-left: 44.375vw;
    margin-top: -5.781vw;
}

#pozeat_post{
    height: 56.25vw;
    display: flex;
    background-color: white;
}

#pozeat_post img{
    margin-right: -8.021vw;
    margin-left: -2vw;
}

.pozeat:hover{
    color: #CE589C;
}

.pozeat:hover::after{
    background-color: #CE589C;
}

/********************
/* Affiches  */
/**********************/

.div_tall_affiches{
    height: 75.625vw;
}

.affiches{
    height: 30.052vw;
    width: 90.938vw;
    display: flex;
    align-self: center;
    margin-top: 1.927vw;
}

#affiche_1 img{
    height: 36.563vw;
    width: 48.698vw;
    flex-grow: 1;
}

#affiche_2{
    margin-left: 2.604vw;
    height: 36.563vw;
    align-content: center;
    flex-grow: 1;
    flex-basis: auto;
    font-size: 1.354vw;
    font-weight: 500;
    font-family: 'Inter';
    color: #FFFFFF;
    line-height: 1.909vw;
}

#affiche_2 h5{
    color: #EE79AD;
    font-size: 0.938vw;
    font-weight: 500;
    line-height: 1.134vw;
}

#affiche_3 img, #affiche_4 img{
    margin-top: 7.292vw;
    margin-right: 2.604vw;
    width: 48.698vw;
    height: 36.563vw;
}

.modal_ephemeral:hover{
    color: #B4D598;
}

.modal_ephemeral:hover::after{
    background-color: #B4D598;
}

.modal_chaos:hover{
    color: #E41B18;
}

.modal_chaos:hover::after{
    background-color: #E41B18;
}

.modal_world:hover{
    color: #FF00CC;
}

.modal_world:hover::after{
    background-color: #FF00CC;
}

.modal_unlucky:hover{
    color: #E6155C;
}

.modal_unlucky:hover::after{
    background-color: #E6155C;
}

.scene_locale:hover{
    color: #EE79AD;
}

.scene_locale:hover::after{
    background-color: #EE79AD;
}

.uptopies_fest:hover{
    color: #D6DE64;
}

.uptopies_fest:hover::after{
    background-color: #D6DE64;
}

.national_geo:hover{
    color: #F2E500;
}

.national_geo:hover::after{
    background-color: #F2E500;
}

.firestorm:hover{
    color: #E51E36;
}

.firestorm:hover::after{
    background-color: #E51E36;
}

.poz:hover{
    color: #EC671F;
}

.poz:hover::after{
    background-color: #EC671F;
}

.mobile-view-br{
    display: none;
}

.desktop-view-br{
    display: block;
}

/*----------------*/
    /* MOBILE  */
/*----------------*/
@media only screen and (max-width: 431px) {
    body {
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        position: relative;
        padding-top: 15vw;
        padding-bottom: 5vw;
    }

    .navbar {
        align-items: center;
        position: fixed;
        margin-left: 0;
        margin-top: 0;
        z-index: 1;
        top: 0;
    }
    
    .navbar-logo {
        margin-left: 4.651vw;
    }
    
    .navbar-logo img {
        height: 16.047vw; 
        width: 16.047vw;
    }

    .link-text {
        display: none;
    }

    .link-svg {
        display: inline-block;
        margin-left: 4.64vw;
    }
    
    /*** Title & Desc ***/
    #div_title_home{
        height: 266.814vw;
        text-align: center;
    }
    
    #div_apropos_home{
        height: 216.744vw;
    }
    
    #div_contact_home{
        height: 185.744vw;
    }
    
    #title {
        margin-top: 17.442vw;
        margin-left: 4.419vw;
        width: 88.14vw;
        line-height: 19.535vw;
        text-align: left;
    }
    
    .name {
        font-size: 18.605vw;
    }
    
    .description {
        margin-bottom: 11.628vw;
        line-height: 9.18vw;
        font-size: 6.512vw;
    }
    
    .button {
        border: 1px solid #FFFFFF;
        font-size: 4.186vw;
        border-radius: 18.605vw;
        width: 60.93vw;
        height: 12.558vw;
    }

    /*** Transition ***/
    .transition {
        font: 800 16.744vw Inter, sans-serif;
        height: 33vw;
    }

    @keyframes marquee-to-left {
        0% {opacity: 1; offset-distance: 0px; animation-timing-function: linear}
        100% {opacity: 1; offset-distance: 430px; }
    }

    @keyframes marquee-to-right {
        0% {opacity: 1; offset-distance: 430px; animation-timing-function: linear}
        100% {opacity: 1; offset-distance: 0px; }
    }
    
    .scrolling-text {
        animation-duration: 10s; 
        line-height: 0.5;
    }
    
    .scrolling-text-reverse {
        animation-duration: 10s; 
    }  

    /*** A PROPOS ***/
    #whoiam{
        margin-left: 4.651vw;
        width: 84.116vw;
        height: 100vw;
        margin-top: 17.14vw;
    }
    
    #a_propos1{
        font: 2.791vw Inter, sans-serif;
        line-height: 3.376vw;
        width: 23.256vw;
    }
    
    #a_propos2{
        width: 100vw;
        font: 500 4.651vw Inter, sans-serif;
        line-height: 6.558vw;
        margin-top: 5.814vw;
    }
    
    .buttons {
        margin-top: 52.326vw;
    }
    
    .buttons button {
        border: 1px solid #B4D598;
        padding: 1.163vw 5.814vw;
    }
    
    .cv-button-container {
        position: absolute;
        margin-top: 29.07vw;
    }
    
    /*** PORTFOLIO ***/
    .arrow-shu{
        margin-top: -8vw;
        margin-left: 4.651vw;
        width: 28.458vw;
        height: 12.874vw;
        transform: rotate(16deg);
    }
    
    .arrow-shu img{
        width: 28.458vw;
        height: 12.874vw;
    }

    .aka-shu{
        margin-top: 0vw;
        margin-left: 65vw;
        writing-mode: horizontal-tb;
        font-size: 6.047vw;
        transform: rotate(0deg);
    }
    
    .pic-shu{
        width: 100vw;
        height: 75vw;
        margin-top: 10vw;
        margin-left: 0;
    }
    
    .pic-shu img{
        width: 100vw;
        height: 75vw;
    }
    
    .list_categorie {
        display: inline-block; 
    }

    .categorie_creations h2{
        font-size: 6.512vw;
    }
    
    .categorie_creations {
        width: 80.698vw;
        height: 216.744vw;
        margin-left: 4.651vw;
        margin-top: 4.651vw;
    }
    
    .categorie h2{
        font-size: 6.512vw;
        line-height: 9.18vw;
    }
    
    .categorie {
        margin-left: 4.651vw;
        width: 80.698vw;
        height: auto;
        margin-top: 4.651vw;
    }
    
    .list_categorie li {
        width: 80.698vw;
        margin-bottom: 4.651vw;
    }
    
    .img_container {
        width: 44.186vw;
        height: 43.488vw;
    }
    
    .list_categorie .img_container img{
        width: 44.186vw;
    }
    
    .img_container img {
        filter: none;
        border-radius: 1.21vw;
        margin-bottom: 6.047vw;
    }

    .info {
        margin-left: 46.512vw;
        padding: 0.97vw; 
        width: 100%; 
        opacity: 1;
        border-radius: 1.21vw;
        background: none;
        height: max-content;
    }
    
    .list_categorie .img_container .info h3, .list_categorie .img_container .info p{
        font-size: 2.791vw;
        line-height: 3.376vw;
    } 
    
    .info h3, .info p {
        font-size: 2.791vw;
        line-height: 3.376vw;
        color: #fff;
    }
    
    .info h3{
        font-weight: 500 !important;
    }
    
    /*** EPHEMERAL MODAL ***/
    .next_modal{
        position: inherit;
        bottom: 0;
        margin-bottom: 7.256vw;
        margin-left: 70vw;
        font-size: 2.791vw;
    }
    
    .modal-content-style {
        border: 0.12vw solid #1E1F1F;
    }
    
    .close {
        font-size: 10.791vw;
        margin-right: 4.651vw;
        margin-top: 3.023vw;
    }

    .modal-style .transition{
        margin-top: 16.047vw;
        line-height: 18.744vw;
    }
    
    .creation_content{
        width: 100vw;
        height: 48.698vw;
        margin-left: 0;
        margin-top: 20vw;
        display: inline-block;
        text-align: center;
    }
    
    .modal_img{
        height: 80vw;
        width: 80vw;
    }
    
    .ephemeral_img{
        height: 80vw;
        width: 80vw;
        margin-left: 10vw;
    }
    
    .ephemeral_text{
        text-align: left;
        margin-top: 4.651vw;
        margin-left: 4.651vw;
        width: 100%;
        font-size: 2.784vw;
        line-height: 1.907vw;
    }

    .ephemeral_text p:nth-child(2), p:nth-child(4){
        font-size: 4.64vw;
        margin-left: 12.558vw;
        width: 75.814vw;
        line-height: 141%;
    }
    
    .close-magazine {
        font-size: 5vw;
        margin-top: 3.023vw;
    }

    .magazine_content{
        width: 100vw;
        text-align: center;
        margin-top: 16.279vw;
    }
    
    #magazine-mooving{
        margin-top: 1.906vw;
        font-size: 2.42vw;
    }
    
    #magazine-mooving a{
        margin-left: 1.21vw;
    }
    
    #magazine-mooving {
        width: 100vw;
    }
    
    #magazine-mooving button {
        font-size: 2.42vw;
        margin: 0 0;
    }
    
    
    #magazine-mooving button#prev-magazine, 
    #magazine-mooving button#next-magazine {
        font-size: 2.42vw;
    }
    
    #page-magazine{
        margin-top: 0vw;
        position: relative;
    }
    
    /*** CONTACT ***/
    #contact{
        display: inline-block;
        margin-top: 11.163vw;
        margin-left: 4.651vw;
        margin-bottom: 27.492vw;
    }
    
    #contacter{
        font: 2.186vw Inter, sans-serif;
        width: 33.488vw;
        font-size: 2.791vw;
    }
    
    #contacter2{
        font: 100 3.151vw Inter, sans-serif;
        width: 82.116vw;
        font-size: 4.651vw;
    }

    #contacter2 p{
        margin-left: 15.535vw;
    }
    
    .email-button {
        margin: 4px 2px;
        border: 1px solid #FFFFFF;
        font: 4.186vw Inter, sans-serif;
        border-radius: 18.605vw;
        height: 12.558vw;
        width: 87.442vw;
        margin-top: 5.814vw;
    }
    
    .cv-button {
        text-align: center;
        border: 1px solid #FFFFFF;
        font: 4.186vw Inter, sans-serif;
        border-radius: 18.605vw;
        height: 12.558vw;
        width: 60vw;
        margin-left: 20vw;
        margin-top: 5.814vw;
    }

    .cv-button:hover {
        background-color: #B4D598;
        color: #1E1F1F;
        border: 1px solid #B4D598;
        transition: all 0.5s ease;
    }
    
    /*** FOOTER ***/
    footer {
        margin-left: 4.651vw;
    }
    

    .footer-clickable-link{
        width: 100vw;
    }
    
    #title_footer {
        width: 88.14vw;
        line-height: 19.535vw;
    }
    
    footer h1{
        margin-bottom: 11.628vw;
    }
    
    .footer-link {
        font-size: 2.791vw;
    }
    
    .linkedin{
        font-size: 2.791vw; 
    }
    
    .footer-text {
        font-size: 2.791vw;
        position: relative;
        margin-top: 5.581vw;
        right: none;
    }
    
    /*** CLEOPATRE ***/
    .img_cleopatre_accueil{
        margin-top: 7.023vw;
    }
    
    #img_cleopatre{
        height: 145.581vw;
    }
    
    .content_cleopatre_accueil{
        font-family: 500 2.791vw 'Inter', medium;
        margin-left: 4.651vw;
        display: inline-block;
        height: 217.674vw;
        text-align: center;
        width: 100%;
    }
    
    #logo_cleopatre_accueil{
        width: 100%;
    }
    
    #text_cleopatre_accueil{
        width: 81.395vw;
        text-align: left;
        margin-top: 15vw;
        font: 500 4.651vw Inter, sans-serif;
        color: #1E1F1F;
    }

    #text_cleopatre_accueil p{
        margin-left: 15.535vw;
    }
    
    #text_cleopatre_accueil h5{
        margin-left: 4.651vw;
        font: 500 2.791vw Inter;
    }

    .cleopatre-box {
        height: 216px;
    }
    
    .light-blue-box { height: 81.86vw; }
    .dark-box { height: 81.86vw; }
    .white-box {
        height: 81.86vw;
    }
    
    .cleopatre-title {
        margin-top: 15.628vw;
        font: 500 2.791vw Inter;
        position: relative;
        margin-top: 43.14vw;
        margin-left: 4.651vw;
    }
    
    .cleopatre-description {
        margin-top: 3.488vw;
        font: 4.651vw Inter;
        position: relative;
        margin-top: 4.651vw;
        margin-left: 15.535vw;
        height: 45.581vw;
        width: 75.116vw;
    }
    
    .tube-display {
        padding-bottom: 116.279vw;
        overflow: hidden;
    }

    .middle{
        display: flex;
        transform: rotate(17.3deg);
        position: absolute;
    }
      
    .middle img{
        height: 40.698vw;
        margin-top: -40.698vw;
        margin-left: 1.163vw;
    }
    
    .left img{
        height: 113.023vw;
    }
    
    .right img{
        height: 74.884vw;
    }

    .tube-description {
        width: 90.93vw;
        font-size: 4.651vw;
        font: 4.651vw Inter;
        text-align: left;
        margin-top: 232.558vw;
    }

    .tube-description p{
        margin-left: 15.535vw;
    }
    
    .tube-description h5{
        font: 500 2.791vw Inter;
        margin-left: 4.651vw;
    }
    
    .campagne_pub_cleopatre{
        text-align: center;
        gap: 1.042vw;
        margin-left: 0;
        flex-direction: column-reverse;
    }
    
    #img_campagne_pub_cleopatre{
        font: 2.186vw Inter, sans-serif;
        width: 100%;
        margin: 0;
    }
    
    #img_campagne_pub_cleopatre img{
        height: 112.558vw;
    }
    
    #text_campagne_pub_cleopatre{
        width: 90.698vw;
        font: 4.651vw Inter, sans-serif;
        text-align: left;
        margin-top: 5.814vw;
        padding-bottom: 5.814vw;
    }

    #text_campagne_pub_cleopatre p{
        margin-left: 15.535vw;
    }
    
    #text_campagne_pub_cleopatre h5{
        font: 500 2.791vw Inter;
        line-height: 1.133vw;
        margin-left: 4.651vw;
    }
    
    #img_cleopatre_metro img{
        height: auto;
    }
    
    #cleopatre-logo{
        width: 74.884vw;
        height: 74.884vw;
        margin-top: 10.581vw;
        margin-left: -4.651vw;
    }
    
    .categorie_footer {
        font-size: 3.953vw;
        margin-top: 22.302vw;
        margin-bottom: 25.814vw;
        margin-left: 1.21vw;
    }
    
    .list_categorie_footer {
        align-items: flex-start;
        flex-direction: column-reverse;
        margin-left: -5.8vw;
    }
    
    .list_categorie_footer li {
        width: 100%;
        margin-bottom: 4.651vw;
        margin-right: 1.667vw; 
    }
    
    .next_page{
        font-size: 2.791vw;
    }
    
    /**********
    NATIONAL GEOGRAPHIC
    *******/

    #div_tall_ng{
        height: auto;
    }
    
    .img_ng_accueil{
        margin-top: 8.6vw;
        height: 145.581vw;
    }
    
    #img_ng{
        height: 145.581vw;
    }
    
    .context_concept{
        height: auto;
        width: 100vw;
        display: inline-block;
        margin-left: 4.651vw;
    }
    
    #contexte{
        margin-top: 25.93vw;
        height: auto;
        width: 100vw;
        font-size: 4.651vw;
        line-height: 6.558vw;
    }

    #contexte p{
        margin-left: 15.535vw;
    }
    
    #contexte h5{
        font-size: 2.791vw;
    }
    
    #concept{
        margin-top: 0px;
        height: auto;
        width: 100vw;
        font-size: 4.651vw;
        padding-bottom: 23.93vw;
        line-height: 6.558vw;
        margin-top: 20vw;
    }
    
    #concept p{
        margin-left: 15.535vw;
    }
    
    #concept h5{
        font-size: 2.791vw;
    }
    
    .content_ng_accueil{
        font-family: 50 4.651vw 'Inter', medium;
        display: inline-block;
        width: 100%;
        height: 190.814vw;
        text-align: center;
    }
    
    #logo_ng_accueil{
        width: 100%;
    }
    
    #text_ng_accueil{
        margin-top: 23.256vw;
        width: 90.233vw;
        font-size: 4.651vw;
        line-height: 6.558vw;
        text-align: left;
        margin-left: 4.651vw;
    }
    
    #text_ng_accueil h5{
        font-size: 2.791vw;
        line-height: 1.134vw;
    }

    #text_ng_accueil p{
        margin-left: 11.601vw;
    }
    
    .ng-column {
        margin-left: 2.604vw;
    }

    .small-column {
        margin-right: 1.042vw;
    }
    
    .ng-title {
        color: #F2E500;
        text-transform: capitalize;
        font: 500 2.784vw Inter;
        line-height: 1.134vw;
        margin-left: 4.64vw;
        margin-top: 23.202vw;
    }

    .ng-description {
        margin-top: 5vw;
        margin-left: 20.186vw;
        width: 100vw;
        flex-grow: 1;
        flex-basis: auto;
        font-size: 4.651vw;
        line-height: 6.558vw;
        text-align: left;
    }
    
    #ng-logo{
        width: 90.698vw;
        height: 27.209vw;
        margin-left: 0;
        margin-top: 26.93vw;
    }

    .content_ng_mag{
        margin-top: 40.93vw;
        font-family: 50 2.186vw 'Inter', medium;
        display: block;
        height: 96.744vw;
    }
    
    #ng-mag {
        position: initial;
        width: 100vw;
        height: auto;
    }

    #ng_magazine{
        height: auto;
    }
    
    #img_ng_mag{
        margin-left: -18.75vw;
    }
    
    #text_ng_mag{
        margin-top: 7.256vw;
        width: 90.233vw;
        font-size: 4.651vw;
        line-height: 6.558vw;
        text-align: left;
        margin-left: 2.651vw;
        padding-bottom: 15vw;
    }
    
    #text_ng_mag h5{
        font-size: 2.186vw;
        margin-left: 2.604vw;
        line-height: 2.637vw;
    }
    
    #text_ng_mag p{
        margin-left: 13.604vw;    
    }

    #open-modal-magazine{
        margin-left: 13.604vw;    
        line-height: 2.134vw;
    }

    .magazine{
        font-size: 2.42vw; 
    }
    
    .magazine::after {
        width: 10%;
        height: 1px;
    }
    
    #ng-site{
        height: 96.744vw;
        margin-top: 0%;
        margin-left: 0%;
    }
    
    .content_ng_site{
        font-family: 50 2.186vw 'Inter', medium;
        display: block;
    }
    
    .content_ng_site img{
        width: 100%;
        margin-top: 10%;
        margin-left: 20%;
    }
    
    #img_ng_site{
        margin-top: 0%;
        margin-left: 0%;
    }

    #text_ng_site{
        text-align: center;
    }
    
    #text_ng_site h5{
        margin-top: -10vw;
        font-size: 2.186vw;
        margin-left: 0vw;
        line-height: 2.637vw;
    }
    
    .ng-button {
        padding: 1.21vw 2.42vw;
        font-size: 1.94vw;
        margin: 0.928vw 0.464vw;
        font: 2.186vw Inter, sans-serif;
        border-radius: 18.605vw;
        margin-left: 0vw;
        height: 6.535vw;
        width: 46.98vw;
    }
    
    #ng-phones{
        margin-top: -2vw;
    }
    
    /********************
    /* Affiches  */
    /**********************/
    
    .div_tall_affiches{
        height: auto;
    }

    .affiches{
        height: auto;
        width: 100%;
        display: inline-block;
        margin-top: 1.927vw;
    }
    
    #affiche_1 img{
        height: 145.581vw;
        width: 100vw;
    }
    
    #affiche_2{
        height: auto;
        margin-top: 10.302vw;
        margin-left: 4.651vw;
        font-size: 4.651vw;
        line-height: 6.558vw;
    }

    #affiches_2-title{
        margin-top: 16vw;
    }

    #affiche_2 p{
        margin-left: 15.535vw;
        line-height: 6.558vw;
        font-size: 4.651vw;
    }
    
    #affiche_2 h5{
        font-size: 2.791vw;
    }

    #affiche_3{
        margin-top: 9.302vw;
    }
    
    #affiche_3 img, #affiche_4 img{
        margin-top: 0px;
        margin-right: 0px;
        width: 100vw;
        height: auto;
    }
    
    /***********
    /* POZEAT */
    /***********/

    .img_poz_accueil{
        width: 102vw;
    }

    #poz-logo{
        width: 83.991vw;
        height: 59.397vw;
        margin-top: 12.667vw;
        margin-left: 2vw;
    }

    .content_poz_accueil{
        display: inline-block;
        height: 223.666vw;
    }

    #logo_poz_accueil{
        width: 100vw;
    }

    #text_poz_accueil{
        margin-top: 23.256vw;
        width: 90.233vw;
        font-size: 4.651vw;
        line-height: 6.558vw;
        text-align: left;
        margin-left: 0;
    }
    
    #text_poz_accueil h5{
        font: 500 2.784vw Inter;
    }

    #text_poz_accueil p{
        margin-left: 11.601vw;
    }

    .mobile-column-3 {
        width: 33vw !important;
        height: 81.671vw !important;
    }

    .mobile-column-4 {
        width: 25vw !important;
        height: 81.671vw !important;
        border-top: 0px;
    }

    .mobile-left-column-4 {
        width: 20.916vw !important;
        height: 50.116vw !important;
        margin-left: 1.042vw;
        margin-right: 1.042vw;
    }

    .mobile-column-5 {
        width: 20vw !important;
        height: 81.671vw !important;
        border-top: 0px;
    }

    .mobile-left-column-5 {
        width: 16vw !important;
        height: 50.116vw !important;
        margin-right: 1.042vw;
        margin-left: 1.042vw;
    }

    #poz-container-desktop{
        display: none;
    }

    #poz-container-mobile{
        display: block;
        height: 210vw;
    }

    #ng-container-mobile{
        display: block;
        height: 218vw;
    }

    #mock-container-mobile{
        display: block;
        height: 147vw;
    }

    .poz-title {
        font: 500 2.784vw Inter;
        margin-left: 4.64vw;
        margin-top: 6.202vw;
    }

    .poz-description {
        margin-top: 5vw;
        margin-left: 20.186vw;
        width: 100vw;
        flex-grow: 1;
        flex-basis: auto;
        font-size: 4.651vw;
        font-family: 'Inter';
        line-height: 6.558vw;
        text-align: left;
    }

    #poz-restaurant{
        height: 100vw;
    }

    #poz-restaurant #pozeat_restau{
        width: 100vw;
        margin-top: -2vw;
    }

    #pozeat_transition_restau{
        height: 67.749vw;
        width: 32.019vw;
        transform: rotate(90deg);
        margin-left: 33vw;
        margin-top: -35vw;
    }

    #pozeat_transition_bus{
        width: 22.031vw;
        margin-left: 72.448vw;
        margin-top: -55vw;
    }

    #pozeat_transition_video{
        margin-left: 44.531vw;
        margin-top: -6.2vw;
        display: none;
    }

    #pozeat_transition_video_2{
        height: 34.803vw;
        width: 34.803vw;
        margin-left: 47vw;
        margin-top: -20vw;
    }

    #pozeat_transition_coeur{
        height: 28.19vw;
        width: 29.93vw;
        margin-left: 55vw;
        margin-top: -73vw;
    }

    #pozeat_packaging{
        padding-left: 0;
        align-items: flex-start;
        flex-direction: column-reverse;
        height: 288.281vw;
    }

    #img_pozeat_packaging{
        margin-top: -1vw;
        height: 120vw;
        width: 100vw;
    }

    #text_pozeat_packaging{
        margin-left: 8.601vw;
        color: #1E1F1F;
        width: 100vw;
        flex-grow: 1;
        flex-basis: auto;
        font: 4.651vw Inter, sans-serif;
        line-height: 6.558vw;
    }

    #text_pozeat_packaging h5{
        font: 500 2.784vw Inter;
    }

    #text_pozeat_packaging p{
        margin-left: 11.601vw;
    }

    #pub_pozeat_marbre{
        display: none;
    }

    #pub_pozeat_marbre_mobile{
        line-height: 0;
        display: block;
    }
    
    .affiches_pub_pozeat{
        width: 100vw;
    }

    #pozeat_transition_marbre_mobile{
        position: absolute;
        height: 26.49vw;
        width: 47.081vw;
        margin-top: -15vw;
    }

    #pozeat_packaging_bus{
        display: inline-block;
    }

    #img_pozeat_packaging_bus{
        width: 100vw;
    }

    #text_pozeat_packaging_bus{
        margin-left: 4.64vw;
        width: 100vw;
        height: 208.817vw;
        margin-top: 22.761vw;
        font: 4.651vw Inter, sans-serif;
        line-height: 6.558vw;
    }

    #text_pozeat_packaging_bus h5{
        font: 500 2.784vw Inter;
    }

    #text_pozeat_packaging_bus p{
        margin-left: 11.601vw;
    }

    #pozeat_video{
        height: 49.25vw;
    }

    #pozeat_mookup_phones{
        height: 74.826vw;
    }

    #pozeat_mookup_phones img{
        height: auto;
    }

    #pozeat_stickers{
        height: 27.548vw;
        width: 27.155vw;
        margin-left: 35.375vw;
        margin-top: -647.781vw;
    }

    #pozeat_post{
        height: 216.473vw;
        display: inline-block;
    }

    #pozeat_post-1{
        margin-top: 10vw;
    }

    #pozeat_post img{
        margin-right: -8.021vw;
        margin-left: -2vw;
    }

    #pozeat_post-1{
        width: 82.794vw;
        padding-left: 10vw;
    }

    #pozeat_post-2{
        width: 100vw;
        padding-left: 2.32vw;
    }
    
    .video-container {
        position: relative;
        margin: auto;
    }

    video {
        width: 100%;
    }
    
    .controls_cleo{
        margin-top: -4vw;
        margin-left: 13.5vw;
    }

    .custom-controls {
        position: absolute;
        left: 0.521vw;
        display: flex;
        gap: 0.521vw;
    }

    #play, #pause, #restart {
        background-color: transparent;
        color: transparent;
        padding: 0.521vw 1.042vw;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 0.833vw;
        border: 0px solid #1E1F1F;
        font: 0.938vw Inter, sans-serif;
        border-radius: 4.063vw;
        height: 2.813vw;
        width: 20.5vw;
        margin-left: 0.3vw;
    }

    #play:hover, #pause:hover, #restart:hover {
        cursor: pointer;
    }

    /**********
    /* MOKE */
    /**********/

    .moke-title {
        font: 500 2.784vw Inter;
        margin-left: 4.64vw;
        margin-top: 11.202vw;
    }

    .moke-description {
        margin-top: 5vw;
        margin-left: 20.186vw;
        width: 100vw;
        flex-grow: 1;
        flex-basis: auto;
        font-size: 4.651vw;
        font-family: 'Inter';
        line-height: 6.558vw;
        text-align: left;
    }

    #mock-logo{
        width: 74.246vw;
        margin-left: 0px;
        margin-top: 29.002vw;
    }

    #moke-glaces{
        height: 70.302vw;
    }

    .moke-packaging{
        height: 151.276vw;
        margin-top: -2%;
    }

    #moke_packaging_bus{
        display: inline-block;
        margin-top: -0.928vw;
    }

    #img_moke_packaging_bus{
        width: 100vw;
    }

    #text_moke_packaging_bus{
        margin-left: 4.64vw;
        width: 100vw;
        height: 208.817vw;
        margin-top: 19.761vw;
        font: 4.651vw Inter, sans-serif;
        line-height: 6.558vw;
    }

    #text_moke_packaging_bus h5{
        font: 500 2.784vw Inter;
    }

    #text_moke_packaging_bus p{
        margin-left: 11.601vw;
    }

    .desktop-view-br{
        display: none;
    }

    .mobile-view-br{
        display: block;
    }
        
    .footer-link svg{
        height: 2.2vw;
    }

    #pozeat_title{
        color: #CE589C;
    }

    #mock_title{
        color: #9BC65A;
    }

    #ng_title{
        color: #D6DE64; 
    }

    #cleopatre_title{
        color: #EC671F;
    }

    #scenelocale_title{
        color: #EE79AD;
    }

    #utopiesconst_title{
        color: #F2E500;
    }

    #firestorm_title{
        color: #E41B18;
    }

    #ephemeral_title{
        color: #EC671F;
    }

    #chaos_title{
        color: #E41B18;
    }

    #world_title{
        color: #FF00CC;
    }

    #unlucky_title{
        color: #E51E36;
    }
  }
