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

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

/*--------- Block logo enseigne ------*/
#logo-page {
    position: fixed;
    margin : 5px;
    width: 15%;
    height: 150px;
    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;
}

/*--------- Block menu ------*/
#block-menu {
    position: fixed;
    left: 15%;
    top: 0px;
	width: 85%;
	height: 50px;
	text-align: center;
    z-index: 2;
}

nav {
    position: fixed;
    height: 50px;
    width: 100%;
    background: #ffffff;
    z-index: 100;
}

.liste-nav {
    background: #b67bed;
    background: linear-gradient(to bottom, #b67bed, #dbc2f3);
    border-bottom: 1px dotted #f1f1f1;
    top: 50px;
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: left;
    list-style-type: none;
    position: fixed;
    z-index: 200;
}

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

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

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

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

.item-nav1b {
    display: flex;
	width: 100px; 
    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: 160px; 
    align-items: center;
    justify-content: center;
}

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

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

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

.item-nav2b {
    display: flex;
	width: 160px; 
    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%;
}






/*--------- Picto hamburger ------*/
.logo-menu {
    position: fixed;
    top: 10px;
    right: 15px;
    width: 40px;
    z-index: 250;
    display: none;
}

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

.footer-langue {
    width: 20%;
    float: left;
    text-align: left;
}

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

.footer-sociaux {
    width: 20%;
    float: right;
    text-align: right;
}

#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: 10px;
    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: 10px;
    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: 10px;
    z-index: 1;
    overflow: auto;
    visibility: hidden;
     padding: 10px;
}

/*------ Formulaire -------*/

.Formulaire1 {
	z-index: 3;
	overflow: hidden;
	border-radius: 12px;
	font-family: "Trebuchet MS",sans-serif;
	font-size: 30px;
	font-weight: bold;
    border: 5px;
}

.Formulaire1 form select{
	display: inline-block;
	width: 100px;
	height: 30px;
	padding-left: 20px;
	font-weight: bold;
    font-size:0.7em;
	border: none;
	color: #cecece;
	text-shadow: 0px 1px 0px #000;
	background: #1f2026;
	-webkit-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
	-webkit-box-shadow: 0px 1px 1px #000 inset;
	-moz-box-shadow: 0px 1px 1px #000 inset;
	box-shadow: 0px 1px 1px #000 inset;
}

.Formulaire1 form input[type="submit"]{
width:75px;
height:30px;
margin-left:00px;
font-size:0.7em;
font-weight:bold;
border:none;
color:#cecece;
text-shadow:0px -1px 0px #000;
background:#1f2026;
background:-moz-linear-gradient(top,#1f2026,#15161a);
background:-webkit-gradient(linear,left top,left bottom,from(#1f2026),to(#15161a));
-webkit-border-radius:5px;
   -moz-border-radius:5px;
        border-radius:5px;
-webkit-box-shadow:0px 0px 1px #000;
   -moz-box-shadow:0px 0px 1px #000;
        box-shadow:0px 0px 1px #000;
}
.Formulaire1 form input[type="submit"]:hover{
    background: #343640;
    background: -moz-linear-gradient(top,#343640,#15161a);
    background-position: left top,left bottom,from(#343640),to(#15161a));
    background-color: hsla(359,100%,49%,1.00);
}

/*--------- Block contenue ------*/
.block-contenue {
    position: absolute;
    top: 160px;
    left: 1%;
    width: 98%;
    height:75%;
    overflow: auto;
}

.block-texte {
    margin-top: 10px;  
    margin-left: 15%;
    margin-right: 15%;
    width: 70%;
    overflow: auto;
 }

.block-couleur {
    width: 100%;
    overflow: auto;
    background-color: hsla(64, 87%, 79%, 0.375);
    padding: 10px;
    border-radius: 20px;
}

.block-event {
    width: 400px;
    height: 100px;
    position: relative;
    margin: auto;
}
  
.block-texte2 {
    margin-top: 10px;  
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
    width: 80%;
    overflow: hidden;
}

.block-photo {
        display: inline-block;
        color: #000000;
        font-size: 10px;
        font-weight: normal;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        font-style: normal;
        background-color: #7c7c7c;
    }
.block-photo_0 {
        display: inline-block;
        color: #000000;
        font-size: 10px;
        font-weight: normal;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        font-style: normal;
        background-color: hsla(56, 99%, 49%, 0.511);
        border-radius: 20px;
        margin-top: 1%;
        margin-right: 1%;
        width: 360px;
    }
.block-photo_1 {
        display: inline-block;
        color: #000000;
        font-size: 10px;
        font-weight: normal;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        font-style: normal;
        background-color: hsla(0, 99%, 49%, 0.511);
        border-radius: 20px;
        margin-top: 1%;
        margin-right: 1%;
        width: 360px;
   }
.block-photo_2 {
        display: inline-block;
        color: #000000;
        font-size: 10px;
        font-weight: normal;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        font-style: normal;
        background-color: hsla(311, 99%, 49%, 0.511);
        border-radius: 20px;
        margin-top: 1%;
        margin-right: 1%;
       width: 360px;
    }
.block-photo_3 {
        display: inline-block;
        color: #000000;
        font-size: 10px;
        font-weight: normal;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        font-style: normal;
        background-color: hsla(190, 99%, 49%, 0.511);
        border-radius: 20px;
        margin-top: 1%;
        margin-right: 1%;
        width: 360px;
    }
.block-photo_4 {
        display: inline-block;
        color: #000000;
        font-size: 10px;
        font-weight: normal;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        font-style: normal;
        background-color: hsla(109, 99%, 49%, 0.511);
        border-radius: 20px;
       margin-top: 1%;
        margin-right: 1%;
        width: 360px;
    }
.block-photo_5 {
        display: inline-block;
        color: #000000;
        font-size: 10px;
        font-weight: normal;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        font-style: normal;
        background-color: hsla(33, 99%, 49%, 0.511);
        border-radius: 20px;
        margin-top: 1%;
        margin-right: 1%;
       width: 360px;
    }
 
    
.prestation_0 {
        background-color: hsla(60, 22%, 96%, 0.50);
        margin-left: 2%;
        margin-right: 2%;
        width: 96%;
        border: none;
        font-weight: bold;
        color: rgb(0, 0, 0);
        padding-left: 10px;
        padding-top: 3px;
        font-size: 24px;
        margin-top: 20px;
       transition: 0.3s;
        display: inline-block;
        text-decoration: none;
        vertical-align: auto;
        text-align: left;
        border-radius: 0px;
      }
 
     .event {
        background-color: hsla(0, 0%, 0%, 0.201);
         margin-left: 2%;
        margin-right: 2%;
        width: 96%;
       border: none;
        font-weight: bold;
        color: rgb(0, 0, 0);
        padding-left: 10px;
        padding-top: 3px;
       font-size: 18px;
        margin-top: 10px;
        transition: 0.3s;
        display: inline-block;
        text-decoration: none;
       vertical-align: middle;
        text-align: left;
        border-radius: 0px;
      }

.bandeau {
      background-color: #1e3ef4;
      width: 100%;
      border: none;
      color: white;
      padding-left: 20px;
      font-size: 32px;
      margin-top: 40px;
     transition: 0.3s;
      display: inline-block;
      text-decoration: none;
      text-align: left;
      border-radius: 20px;
    }
/* ------ Style texte -------*/
.titre {
	color: #302f2f;
	font-size: 30px;
	font-weight: normal;
	text-align: left;
	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	font-style: bold;
}
.petit {
	color: #302f2f;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: bold;
}
.texte {
	color: #878686;
	font-size: 24px;
	font-weight: normal;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
.liens {
	color: #0900b6;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: bold;
}
.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;
}
.texte-noir2 {
	color: #000000;
	font-size:48px;
	font-weight: normal;
	text-align: center;
    font-family: 'The Nautigal', cursive;
    	font-style: normal;
}
.texte-gras {
    color: #f80404f1;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
}
.texte-centrer {
    color: #f6fa04f1;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
}

* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
.mySlides2 {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
    display: inline-block;
    margin: auto;
width: 100%; 
    margin-left: 0%;
  
}
  
  /* Caption text */
  .text {

   color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: relative;
    bottom: 8px;
   text-align: center;
  }
   
  
  /* Number text (1/3 etc) */
  .numbertext {

     color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }

  /* The dots/bullets/indicators */
  .dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  /* The dots/bullets/indicators */
  .dot2 {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }

  .active {
    background-color: #717171;
  }
  
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 8s;
  }
  
  /* Fading animation */
  .fade2 {
    animation-name: fade;
    animation-duration: 8s;
  }
  
  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  
  /* On smaller screens, decrease text size */
  @media only screen and (max-width: 300px) {
    .text {font-size: 11px}
  }




/* ------- Modification à 1500 px-------- */
@media screen and (max-width: 1500px) {
    /*--------- Block logo enseigne ------*/
#logo-page {
    position: fixed;
    margin : 5px;
    width: 15%;
    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;
}
 #block-menu {
    position: fixed;
    left: 0%;
    top: 10px;
	width: 100%;
	height: 20px;
	text-align: center;
    z-index: 1;
 }

.block-texte {
    margin-top: 10px;  
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
    overflow: auto;
}

    .logo {
        display: block;
    }
 
    .logo-page {
        display: block;
     }

    .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: 20px;
		width: 90%; 
        }
    .item-nav1a:nth-child(1){
        margin-top: 70px;
    }
    .item-nav1b {
        height: 20px;
		width: 90%; 
    }
    .item-nav1b:nth-child(1){
        margin-top: 70px;
    }
   .item-nav2a {
        height: 20px;
		width: 90%; 
        }
    .item-nav2a:nth-child(1){
        margin-top: 70px;
    }
    .item-nav2b {
        height: 20px;
		width: 90%; 
    }
    .item-nav2b:nth-child(1){
        margin-top: 70px;
    }
    .texte {
		font-size: 16px;
    }
    .texte-gras {
		font-size: 16px;
    }

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

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

.footer-sociaux {
    width: 100%;
    float: center;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
    
 /* Slideshow container */
.slideshow-container {
    display: inline-block;
    margin: auto;
    width: 100%; 
    margin-left: 0%;

}
  
  /* Caption text */
  .text {

   color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: relative;
    bottom: 8px;
   text-align: center;
  }
   
  
  /* Number text (1/3 etc) */
  .numbertext {
   
     color: #f2f2f2;
    font-size: 9px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }

  /* The dots/bullets/indicators */
  .dot {
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }   
  .block-contenue {
    position: absolute;
    top: 60px;
    left: 1%;
    width: 98%;
    height:75%;
    overflow: auto;
}


#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;
}
.titre-noir {
	color: #000000;
	font-size: 24px;
	font-weight: normal;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: bold;

}	
.block-photo_0 {
        display: inline-block;
        color: #000000;
        font-size: 10px;
        font-weight: normal;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        font-style: normal;
        background-color: hsla(56, 99%, 49%, 0.511);
        border-radius: 20px;
        margin-top: 1%;
       margin-right: 0;
 margin-bottom: 1%;
       width: 100%;
    }
.block-photo_1 {
        display: inline-block;
        color: #000000;
        font-size: 10px;
        font-weight: normal;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        font-style: normal;
        background-color: hsla(0, 99%, 49%, 0.511);
        border-radius: 20px;
        margin-top: 1%;
        margin-right: 0;
  margin-bottom: 1%;
      width: 100%;
   }
.block-photo_2 {
        display: inline-block;
        color: #000000;
        font-size: 10px;
        font-weight: normal;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        font-style: normal;
        background-color: hsla(311, 99%, 49%, 0.511);
        border-radius: 20px;
       margin-top: 1%;
        margin-right: 0;
  margin-bottom: 1%;
       width: 100%;
    }
.block-photo_3 {
        display: inline-block;
        color: #000000;
        font-size: 10px;
        font-weight: normal;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        font-style: normal;
        background-color: hsla(190, 99%, 49%, 0.511);
        border-radius: 20px;
        margin-top: 1%;
        margin-right: 0;
  margin-bottom: 1%;
        width: 100%;
    }
.block-photo_4 {
        display: inline-block;
        color: #000000;
        font-size: 10px;
        font-weight: normal;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        font-style: normal;
        background-color: hsla(109, 99%, 49%, 0.511);
        border-radius: 20px;
       margin-top: 1%;
        margin-right: 0;
   margin-bottom: 1%;
       width: 100%;
    }
.block-photo_5 {
        display: inline-block;
        color: #000000;
        font-size: 10px;
        font-weight: normal;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        font-style: normal;
        background-color: hsla(33, 99%, 49%, 0.511);
        border-radius: 20px;
        margin-top: 1%;
        margin-right: 0;
  margin-bottom: 1%;
       width: 100%;
    }

	}
