@charset "UTF-8";
*, ::before, ::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

@font-face {
  font-family: 'Savoye';
  src: url('../FONTS/Savoye_LET.woff') format('woff'); /* Ajustez le chemin vers votre fichier */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
	background: #000000;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
}

/*--------- Block menu ------*/
#logo-page {
    position: fixed;
    top: 0px;
    left: 0px;
    margin : 0px;
    width: 10%;
    height: 100px;
    text-align: left;
    z-index: 1;
    overflow: hidden;
    background-image: url(../IMAGES-COMMUNES/LOGOS/dreamstudio.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
    background-color: hsla(0, 0%, 0%, 0.70);
}

#block-menu {
    position: fixed;
    left: 10%;
    top: 0px;
	width: 90%;
	height: 100px;
	text-align: center;
    z-index: 2;
    background-color: hsla(0, 0%, 0%, 0.70);
}

nav {
    position: fixed;
    height: 100px;
    width: 100%;
    z-index: 100;
}

.liste-nav {
    top: 0px;
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: left;
    list-style-type: none;
    position: fixed;
    z-index: 200;
}

.item-nav1a {
    display: flex;
	width: 120px; 
    align-items: center;
    justify-content: center;
}

.item-nav1a a {
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    margin: 0 20px;
}

.item-nav1a a::after {
    content: '';
    display: block;
    margin: 0 auto;
    width: 0%;
    height: 2px;
    background: #d2b67b;
    transition: all 0.2s ease-in-out;
}

.item-nav1a a:hover::after {
    width: 100%;
}

.item-nav1b {
    display: flex;
	width: 120px; 
    align-items: center;
    justify-content: center;
}

.item-nav1b a {
    font-size: 15px;
    color: #ff0000;
    text-decoration: none;
    margin: 0 20px;
}

.item-nav1b a::after {
    content: '';
    display: block;
    margin: 0 auto;
    width: 0%;
    height: 2px;
    background: rgb(250, 250, 251);
    transition: all 0.2s ease-in-out;
}

.item-nav1b a:hover::after {
    width: 100%;
}

.item-nav2a {
    display: flex;
	width: 180px; 
    align-items: center;
    justify-content: center;
}

.item-nav2a a {
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    margin: 0 20px;
}

.item-nav2a a::after {
    content: '';
    display: block;
    margin: 0 auto;
    width: 0%;
    height: 2px;
    background: #d2b67b;
    transition: all 0.2s ease-in-out;
}

.item-nav2a a:hover::after {
    width: 100%;
}

.item-nav2b {
    display: flex;
	width: 180px; 
    align-items: center;
    justify-content: center;
}

.item-nav2b a {
    font-size: 15px;
    color: #ff0000;
    text-decoration: none;
    margin: 0 20px;
}

.item-nav2b a::after {
    content: '';
    display: block;
    margin: 0 auto;
    width: 0%;
    height: 2px;
    background: rgb(250, 250, 251);
    transition: all 0.2s ease-in-out;
}

.item-nav2b a:hover::after {
    width: 100%;
}

.item-nav3 {
    display: flex;
	width: 150px; 
    align-items: center;
    justify-content: center;
}

.item-nav3 a {
    font-size: 15px;
    color: #ff0000;
    text-decoration: none;
    margin: 0 5px;
}

.item-nav3 a::after {
    content: '';
    display: block;
    margin: 0 auto;
    width: 0%;
    height: 2px;
    background: rgb(250, 250, 251);
    transition: all 0.2s ease-in-out;
}

.item-nav3 a:hover::after {
    width: 100%;
}


.logo-menu {
    position: fixed;
    top: 5px;
    right: 15px;
    width: 40px;
    z-index: 250;
    display: none;
}

.active {
    background-color: hsla(0, 0%, 0%, 0.70);
}


/*--------- Block mise en page------*/
.block-contenue {
    position: absolute;
    top: 0px;
    left: 1%;
    width: 98%;
    height:100%;
    overflow: auto;
}

.block-video {
    margin-top: 0px;  
    margin-left: 0%;
    margin-right: 0%;
    width: 100%;
    height: 600px;
 }
.block-video video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Recadre la vidéo comme un background-size: cover */
}
.block-couleur-noir {
    width: 100%;
    background-color: #0c0b0a;
    padding: 150px;
 }

.block-couleur-marron {
    width: 100%;
    background-color: #211c16;
    padding: 150px;
}
.block-texte {
    margin-left: 150px;
    margin-right: 150px;
}

/* ------ Style texte -------*/
.titre {
	color: #d2b67b;
	font-size: 70px;
	font-weight: normal;
	text-align: left;
    font-family: 'Savoye', cursive, sans-serif;
	font-style: normal;
}

.sous-titre {
	color: #ffffff;
	font-size: 36px;
	font-weight: normal;
	text-align: left;
 	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

.texte {
	color: #ffffff;
	font-size: 28px;
	font-weight: normal;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
    line-height: 1.9; 
}

.texte-gras {
	color: #d2b67b;
	font-size: 28px;
	font-weight: normal;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
    line-height: 1.9; 
}

.texte-noir {
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

.titre-noir {
	color: #000000;
	font-size: 36px;
	font-weight: normal;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

.sous-titre-noir {
	color: #000000;
	font-size: 24px;
	font-weight: normal;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

/*---------- Blocs mention CGV politique ------------*/
#block-mention {
    position: fixed;
    left: 5%;
    right: 10px;
    top: 160px;
    bottom: 10px;
    width: 90%;
    height: 75vh;
    text-align: left;
     background-color: hsla(221, 89%, 64%, 0.95);
    border-radius: 20px;
    z-index: 1;
    overflow: auto;
    visibility: hidden;
     padding: 10px;
 }

#block-cgv {
    position: fixed;
    left: 5%;
    right: 10px;
    top: 160px;
    bottom: 10px;
    width: 90%;
    height: 75vh;
    text-align: left;
    background-color: hsla(221, 89%, 64%, 0.95);
    border-radius: 20px;
    z-index: 1;
    overflow: auto;
    visibility: hidden;
     padding: 10px;
}

#block-politique {
    position: fixed;
    left: 5%;
    right: 10px;
    top: 160px;
    bottom: 10px;
    width: 90%;
    height: 75vh;
    text-align: left;
    background-color: hsla(221, 89%, 64%, 0.95);
    border-radius: 20px;
    z-index: 1;
    overflow: auto;
    visibility: hidden;
     padding: 10px;
}

/*--------- Bandeau du bas ------*/ 
footer {
    position: fixed;
    z-index: 2;
    width: 100%;
    bottom: 0px;
    text-align: center;
    padding: 3px;
    background-color: #b67bed;
    color: white;
  }

.footer-cgv {
    width: 100%;
    float: center;
    text-align: center;
}



/* ---------------------------------------*/
/* ------- Modification à 1400 px-------- */
/* ---------------------------------------*/

@media screen and (max-width: 1400px) {

/*--------- Block logo enseigne ------*/
.block-texte {
    margin-top: 10px;  
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
    overflow: auto;
}
 
.block-couleur-noir {
    width: 100%;
    background-color: #0c0b0a;
    padding: 50px;
 }

.block-couleur-marron {
    width: 100%;
    background-color: #211c16;
    padding: 50px;
}
.block-texte {
    margin-left: 50px;
    margin-right: 50px;
}

.logo-page {
    display: block;
}

/* ------ MENU -------*/
#logo-page {
    position: fixed;
    margin : 0px;
    width: 50px;
    height: 50px;
    text-align: left;
    z-index: 2;
    overflow: hidden;
    background-image: url(../IMAGES-COMMUNES/LOGOS/dreamstudio.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
    background-color: hsla(0, 0%, 0%, 0.00);
}

#block-menu {
    position: fixed;
    left: 0px;
    top: 0px;
	width: 100%;
	height: 50px;
	text-align: center;
    z-index: 1;
    background-color: hsla(0, 0%, 0%, 0.0);
}

.logo-menu {
    display: block;
}

.liste-nav {
    display: none;
    flex-direction: column;
    height: auto;
}

.liste-nav.active {
    top: 0px;
    display: block;
    overflow: auto;
}

.item-nav1a {
    height: 30px;
	width: 90%; 
}

.item-nav1a:nth-child(1){
    margin-top: 30px;
 }

.item-nav1b {
    height: 30px;
	width: 90%; 
}

.item-nav1b:nth-child(1){
    margin-top: 30px;
 }

.item-nav2a {
    height: 30px;
	width: 90%; 
}

.item-nav2a:nth-child(1){
    margin-top: 30px;
}

.item-nav2b {
    height: 30px;
	width: 90%; 
}

.item-nav2b:nth-child(1){
    margin-top: 3px;
}

.item-nav3 {
    display: none;
}

/* ----- Block mise en page -------*/
.block-contenue {
    position: absolute;
    top: 0px;
    left: 1%;
    width: 98%;
    height:100%;
    overflow: auto;
}

.block-video {
    height: 300px;
}


/* ------ Style texte -------*/
.titre {
	color: #d2b67b;
	font-size: 35px;
	font-weight: normal;
	text-align: left;
    font-family: 'Savoye', cursive, sans-serif;
	font-style: normal;
}

.sous-titre {
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
 	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

.texte {
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
    line-height: 1.9; 
}

.texte-gras {
	color: #d2b67b;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
    line-height: 1.9; 
}

/* ---- Block mention cgv politique ----*/
#block-mention {
    position: fixed;
    left: 5%;
    right: 10px;
    top: 60px;
    bottom: 70px;
    width: 90%;
    height: 75vh;
    text-align: left;
    background-color: hsla(221, 89%, 64%, 0.95);
    border-radius: 10px;
    z-index: 1;
    overflow: auto;
    visibility: hidden;
    padding: 10px;
 }

#block-cgv {
    position: fixed;
    left: 5%;
    right: 10px;
    top: 60px;
    bottom: 70px;
    width: 90%;
    height: 75vh;
    text-align: left;
    background-color: hsla(221, 89%, 64%, 0.95);
    border-radius: 10px;
    z-index: 1;
    overflow: auto;
    visibility: hidden;
     padding: 10px;
}

#block-politique {
    position: fixed;
    left: 5%;
    right: 10px;
    top: 60px;
    bottom: 70px;
    width: 90%;
    height: 75vh;
    text-align: left;
    background-color: hsla(221, 89%, 64%, 0.95);
    border-radius: 10px;
    z-index: 1;
    overflow: auto;
    visibility: hidden;
     padding: 10px;
}


/* ------ FOOTER ------ */

.footer-cgv {
    width: 100%;
    float: center;
    text-align: center;
     margin-top: 20px;
}

}
