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

body {
	background: #000000;
    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/dreamcosmod.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: #000000;
    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: #ffffff;
    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: #ffee00;
    text-decoration: none;
    margin: 0 20px;
}

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

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

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

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

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

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

.item-nav3 {
    display: flex;
	width: 50px; 
    align-items: center;
    justify-content: center;
        font-size: 24px;
    color: #000000;
    text-decoration: none;
    margin: 0 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#block-mention {
    position: fixed;
    left: 5%;
    right: 10px;
    top: 150px;
    bottom: 10px;
    width: 90%;
    height: 75vh;
    text-align: left;
    background-color: hsla(0,0%,100%,0.90);
    border-radius: 10px;
    z-index: 1;
    overflow: auto;
    visibility: hidden;
     padding: 10px;
}
#block-cgv {
    position: fixed;
    left: 5%;
    right: 10px;
    top: 150px;
    bottom: 10px;
    width: 90%;
    height: 75vh;
    text-align: left;
    background-color: hsla(0,0%,100%,0.90);
    border-radius: 10px;
    z-index: 1;
    overflow: auto;
    visibility: hidden;
     padding: 10px;
}
#block-politique {
    position: fixed;
    left: 5%;
    right: 10px;
    top: 150px;
    bottom: 10px;
    width: 90%;
    height: 75vh;
    text-align: left;
    background-color: hsla(0,0%,100%,0.90);
    border-radius: 10px;
    z-index: 1;
    overflow: auto;
    visibility: hidden;
     padding: 10px;
}

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

.block-texte {
    margin-top: 10px;  
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
    overflow: auto;
}
       .block-texte2 {
    margin-top: 10px;  
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
    width: 80%;
    overflow: hidden;
}

.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;
    }

.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;
    }
.prestation_0 {
        background-color: #f4ed1e;
        width: 300px;
        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;
      }
.prestation_1 {
        background-color: #f71111;
        width: 300px;
        border: none;
        font-weight: bold;
        color: rgb(255, 255, 255);
        padding-left: 10px;
        padding-top: 3px;
        font-size: 24px;
        margin-top: 10px;
        transition: 0.3s;
        display: inline-block;
        text-decoration: none;
        vertical-align: auto;
        text-align: left;
        border-radius: 0px;
      }
.prestation_2 {
        background-color: #f41ed0;
        width: 300px;
        border: none;
        font-weight: bold;
        color: rgb(255, 255, 255);
        padding-left: 10px;
        padding-top: 3px;
        font-size: 24px;
        margin-top: 20px;
       transition: 0.3s;
        display: inline-block;
        text-decoration: none;
       text-align: left;
        border-radius: 0px;
      }
.prestation_3 {
        background-color: #1ed4f4;
        width: 300px;
        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;
      }
.prestation_4 {
        background-color: #00f410;
        width: 300px;
        border: none;
        font-weight: bold;
        color: rgb(255, 254, 254);
        padding-left: 10px;
        padding-top: 3px;
         font-size: 24px;
        margin-top: 10px;
       transition: 0.3s;
        display: inline-block;
        text-decoration: none;
       vertical-align: middle;
        text-align: left;
        border-radius: 0px;
      }
.prestation_5 {
        background-color: #5a5a5a;
        width: 300px;
        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 {
       width: 300px;
        border: none;
        font-weight: bold;
        color: rgb(0, 0, 0);
        padding-left: 10px;
        padding-top: 3px;
       font-size: 24px;
        margin-top: 10px;
       transition: 0.3s;
        display: inline-block;
        text-decoration: none;
        vertical-align: middle;
        text-align: left;
        border-radius: 0px;
      }
   
/*--------- Bouton ---------*/
.button {
    background-color: #f4511e;
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    font-size: 16px;
    margin: 4px 2px;
    opacity: 0.6;
    transition: 0.3s;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
  }
  
  .button:hover {opacity: 1}

/* ------ Style texte -------*/
.texte {
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
.texte-gras {
    color: #f80404f1;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
}
.texte-bleu {
    color: rgba(0, 46, 253, 0.945);
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
}
.nom-pseudo {
	color: #ff0202;
	font-size: 10px;
}
.texte-noir {
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	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;
}
.texte-noir2 {
	color: #ffffff;
	font-size: 24px;
	font-weight: normal;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}.titre-noir2 {
	color: #ffffff;
	font-size: 36px;
	font-weight: normal;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
.texte-noir3 {
	color: #00ff1e;
	font-size: 24px;
	font-weight: normal;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
.titre-noir3 {
	color: #ffee00;
	font-size: 36px;
	font-weight: bold;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
.texte-noir4 {
	color: #ff0000;
	font-size: 24px;
	font-weight: normal;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
.titre-noir4 {
	color: #ff0000;
	font-size: 36px;
	font-weight: bold;
	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-blanc {
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	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;
}



.Formulaire1a form{
	width: 100%;
	height: 300px;
	padding-top: 5px;
	padding-left: 5px;
}

.Formulaire1a form input{
	font-family: "Trebuchet MS",sans-serif;
	font-size: 0.7em;
	text-align: left;
}

.Formulaire1a form input[type="text"]{
	display: inline-block;
	width: 40px;
	height: 38px;
	padding-left: 10px;
	font-weight: bold;
	font-size:1em;
border: none;
	color: #cecece;
	text-shadow: 0px 1px 0px #000;
	background: #1f2026;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0px 1px 1px #000 inset;
	-moz-box-shadow: 0px 1px 1px #000 inset;
	box-shadow: 0px 1px 1px #000 inset;
}

.Formulaire1a form textarea{
	display: inline-block;
	width: 170px;
	height: 120PX;
	padding-left: 10px;
	font-weight: bold;
	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;
}
.Formulaire1a form select{
	display: inline-block;
	width: 150px;
	height: 28px;
	padding-left: 10px;
	font-weight: bold;
font-size:1em;
	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;
}

.Formulaire1a form input[type="text"]:focus{
outline:none;
-webkit-box-shadow:0px 0px 3px #000;
   -moz-box-shadow:0px 0px 3px #000;
        box-shadow:0px 0px 3px #000;
}

.Formulaire1a form input[type="submit"]{
 width:150px;
height:38px;
margin-left:00px;
font-size:1em;
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;
}
.Formulaire1a 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);
}


.Formulaire2a form{
	width: 100%;
	height: 35px;
}

.Formulaire2a form input{
	font-family: "Trebuchet MS",sans-serif;
	font-size: 0.7em;
	text-align: center;
}

.Formulaire2a form input[type="text"]{
	display: inline-block;
	width: 80%;
	height: 26PX;
	padding-left: 10px;
	font-weight: bold;
	font-size:1em;
border: none;
	color: #cecece;
	text-shadow: 0px 1px 0px #000;
	background: #1f2026;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0px 1px 1px #000 inset;
	-moz-box-shadow: 0px 1px 1px #000 inset;
	box-shadow: 0px 1px 1px #000 inset;
}

.Formulaire2a form textarea{
	display: inline-block;
	width: 170px;
	height: 120PX;
	padding-left: 10px;
	font-weight: bold;
	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;
}
.Formulaire2a form select{
	display: inline-block;
	width: 150px;
	height: 28px;
	padding-left: 10px;
	font-weight: bold;
font-size:1em;
	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;
}

.Formulaire2a form input[type="text"]:focus{
outline:none;
-webkit-box-shadow:0px 0px 3px #000;
   -moz-box-shadow:0px 0px 3px #000;
        box-shadow:0px 0px 3px #000;
}

.Formulaire2a form input[type="submit"]{
 width:150px;
height:30px;
margin-left:00px;
font-size:1em;
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;
}
.Formulaire2a 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);
}


.Formulaire3a form{
	width: 100%;
	height: 35px;
}

.Formulaire3a form input{
	font-family: "Trebuchet MS",sans-serif;
	font-size: 0.7em;
	text-align: center;
}

.Formulaire3a form input[type="text"]{
	display: inline-block;
	width: 80%;
	height: 26PX;
	padding-left: 10px;
	font-weight: bold;
	font-size:1em;
border: none;
	color: #cecece;
	text-shadow: 0px 1px 0px #000;
	background: #626576;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0px 1px 1px #000 inset;
	-moz-box-shadow: 0px 1px 1px #000 inset;
	box-shadow: 0px 1px 1px #000 inset;
}

.Formulaire3a form textarea{
	display: inline-block;
	width: 170px;
	height: 120PX;
	padding-left: 10px;
	font-weight: bold;
	border: none;
	color: #cecece;
	text-shadow: 0px 1px 0px #000;
	background: #626576;
	-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;
}
.Formulaire3a form select{
	display: inline-block;
	width: 150px;
	height: 28px;
	padding-left: 10px;
	font-weight: bold;
font-size:1em;
	border: none;
	color: #cecece;
	text-shadow: 0px 1px 0px #000;
	background: #626576;
	-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;
}

.Formulaire3a form input[type="text"]:focus{
outline:none;
-webkit-box-shadow:0px 0px 3px #000;
   -moz-box-shadow:0px 0px 3px #000;
        box-shadow:0px 0px 3px #000;
}

.Formulaire3a form input[type="submit"]{
 width:150px;
height:30px;
margin-left:00px;
font-size:1em;
font-weight:bold;
border:none;
color:#cecece;
text-shadow:0px -1px 0px #000;
background:#626576;
background:-moz-linear-gradient(top,#626576,#15161a);
background:-webkit-gradient(linear,left top,left bottom,from(#626576),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;
}
.Formulaire3a form input[type="submit"]:hover{
    background: #343640;
    background: -moz-linear-gradient(top,#626576,#15161a);
    background-position: left top,left bottom,from(#626576),to(#15161a);
    background-color: hsla(359,100%,49%,1.00);
}

.Formulaire4a form{
	width: 100%;
	height: auto;
	text-align: left;
	font-family: "Trebuchet MS",sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	color: rgb(0, 0, 0);	
	margin-bottom: 5px;
}

.Formulaire4a form input{
	font-family: "Trebuchet MS",sans-serif;
	font-size: 0.7em;
	text-align: center;
}

.Formulaire4a form input[type="text"]{
	display: inline-block;
	width: 90%;
	height: 32px;
	padding-left: 10px;
	font-weight: bold;
	font-size:12px;
	text-align: left;
border: none;
	color: #cecece;
	text-shadow: 0px 1px 0px #000;
	background: #1f2026;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0px 1px 1px #000 inset;
	-moz-box-shadow: 0px 1px 1px #000 inset;
	box-shadow: 0px 1px 1px #000 inset;
}

.Formulaire4a form textarea{
	display: inline-block;
	width: 170px;
	height: 120PX;
	padding-left: 10px;
	font-weight: bold;
	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;
}
.Formulaire4a form select{
	display: inline-block;
	width: 450px;
	height: 28px;
	padding-left: 10px;
	font-weight: bold;
font-size:1em;
	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;
}

.Formulaire4a form input[type="text"]:focus{
outline:none;
-webkit-box-shadow:0px 0px 3px #000;
   -moz-box-shadow:0px 0px 3px #000;
        box-shadow:0px 0px 3px #000;
}

.Formulaire4a form input[type="submit"]{
width:100px;
height:30px;
margin-left:00px;
font-size:1em;
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;
}
.Formulaire4a 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);
}

/* ------- Modification à 1400 px-------- */
@media screen and (max-width: 1400px) {
    .logo {
        display: block;
    }
    .logo-menu {
        display: block;
    }
    .liste-nav {
        display: none;
        flex-direction: column;
        height: auto;
    }
    .liste-nav.active {
        display: block;
        overflow: auto;
    }
    .item-nav {
        height: 50px;
		width: 100%; 
    }
    .item-nav:nth-child(1){
        margin-top: 70px;
    }
    .item-nav1 {
        height: 50px;
		width: 100%; 
    }
    .item-nav1:nth-child(1){
        margin-top: 70px;
    }
    .item-nav2 {
        display: none;
    }
    .item-nav2:nth-child(1){
        margin-top: 70px;
    }
    .item-nav3 {
        display: none;
    }
    .item-nav3:nth-child(1){
        margin-top: 70px;
    }
    .item-nav4 {
        height: 50px;
		width: 100%; 
    }
    .item-nav4:nth-child(1){
        margin-top: 70px;
    }
    .texte {
		font-size: 12px;
	}

	.nom-pseudo {
	color: #ff0000;
	font-size: 18px;
    }
	
}
