/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 9 sept. 2019, 13:41:00
    Author     : Padadise
*/

body {
	min-height: 100vh;
	background-color: #181818;
        background: url("img/BackShow.jpg") no-repeat center center fixed; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
}

#container{
    background-position:center center;
}

@font-face {
  font-family: myFont;
  src: url("img/ITCEDSCR.ttf");
}

@font-face {
  font-family: FontMob;
  src: url("img/FREESCPT.ttf");
}


/* login page */

#show {
    position: absolute;
    top: 100px;
    left: calc(50vw - 45vh/2);
    width: 45vh;
}

.input {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.js .input {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}

.form{
    position: absolute;
    top: 60vh;
    height: 55%;
}

.form__input {
	border: 0;
	background: transparent;
	border-radius: 0;
	-webkit-appearance: none;
        font-family: inherit;
	font-size: 5vh;
	line-height: 1;
	display: inline-block;
	box-sizing: border-box;
	width: 75%;
	padding: 0.05em 0;
	color: whitesmoke;
	border-bottom: 5px solid;
}

.form__input:hover {
    cursor: auto;
    color: whitesmoke;
}

.form__input:focus {
	outline: none;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: whitesmoke;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: whitesmoke;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: whitesmoke;
}

.valid{
    font-size: 60%;
    font-weight: bold;
    display: block;
    width: 40%;
    margin: 5vh auto;
    padding: 0.85em 0;
    text-align: center;
    color: whitesmoke;
    background-color: rgba(0,0,0,0);
    border: none;
}
.valid:hover{
    cursor: pointer;
    background-color: whitesmoke;
    color: grey;
}
.valid:focus {
	outline: none;
}


/*Page Show*/

@media screen and (min-width: 1200px) {
    .title{
        display: block;
        margin-left: -8px;
        color: whitesmoke;
        font-size: 5vw;
        text-align: center;
        width: 100vw;
    }

    #PA{
        position: absolute;
        width: 25vw;
        max-width: 400px;
        right: -6vw;
        top: 0px;
    }

    #Alice{
        position: absolute;
        width: 25vw;
        max-width: 400px;
        left: -6vw;
        top: 0px;
    }

    .band{
        display: block;
        text-align: center;
        margin-left: -8px;
        width: 100vw;
    }

    .sep{
        margin: auto;
        margin-left: calc(50vw - 10vw/2);
        width: 10vw;
    }

    #pleasemail{
        padding-top: 30px;
        background-color: rgba(0, 0, 0, 0.8);
    }

    #where{
        background-color: rgba(0, 0, 0, 0.85);
    }

    #areyouin{
        background-color: rgba(0, 0, 0, 0.9);
    }

    #who{
        background-color: black;
    }

    textArea{
        background: none;
        color: whitesmoke;
        width: 80%;
    }
    button{
        cursor: pointer;
    }
    
    .font14{
        font-size: 7vw;
    }
    .font8{
        font-size: 4vmax;
    }
    .font7{
        font-size: 3.5vmax;
    }
    .font6{
        font-size: 3vmax;
    }
    .font5{
        font-size: 3vmax;
    }
    .font55{
        font-size: 2.5vmax;
    }
    .font45{
        font-size: 2.5vmax;
    }
    .font35{
        font-size: 1.5vmax;
    }
    
    .img1{
        width: 800px;
    }
    .img2{
        width: 500px;
    }
    .img3{
        width: 600px;
    }
    .img4{
        width: 25%;
    }
    
    .sigles{
        height: 150px;
    }
}

@media screen and (max-width: 1200px) {
    .title{
        display: block;
        margin-left: -8px;
        color: whitesmoke;
        font-size: 10vw;
        text-align: center;
        width: 100vw;
    }

    #PA{
        position: absolute;
        width: 25vw;
        max-width: 400px;
        right: -6vw;
        top: 0px;
    }

    #Alice{
        position: absolute;
        width: 25vw;
        max-width: 400px;
        left: -6vw;
        top: 0px;
    }

    .band{
        display: block;
        text-align: center;
        margin-left: -8px;
        width: 100vw;
    }

    .sep{
        margin: auto;
        margin-left: calc(50vw - 10vw/2);
        width: 10vw;
    }

    #pleasemail{
        padding-top: 30px;
        background-color: rgba(0, 0, 0, 0.8);
    }

    #where{
        background-color: rgba(0, 0, 0, 0.85);
    }

    #areyouin{
        background-color: rgba(0, 0, 0, 0.9);
    }

    #who{
        background-color: black;
    }

    textArea{
        background: none;
        color: whitesmoke;
        width: 80%;
    }
    button{
        cursor: pointer;
    }
    
    .font14{
        font-size: 14vw;
    }
    .font8{
        font-size: 8vmax;
    }
    .font7{
        font-size: 7vmax;
    }
    .font6{
        font-size: 6vmax;
    }
    .font5{
        font-size: 5vmax;
    }
    .font55{
        font-size: 5.5vmax;
    }
    .font45{
        font-size: 4.5vmax;
    }
    .font35{
        font-size: 3.5vmax;
    }
    
    .img1{
        width: 400px;
    }
    .img2{
        width: 250px;
    }
    .img3{
        width: 300px;
    }
    .img4{
        width: 25%;
    }
    
    .sigles{
        height: 100px;
    }
}
/*code pour l'inscription*/
* {
  box-sizing: border-box;
}

.vertical-align {
  vertical-align: middle;
  width: 75%;
  margin: auto;
}

.button-link {
  text-decoration: none;
}

.btns {
  background-color: #ff9035;
  background-image: -webkit-linear-gradient(-370deg, gold 0%, #faa04b 30%, goldenrod 100%);
  background-image: -webkit-linear-gradient(350deg, gold 0%, #faa04b 30%, goldenrod 100%);
  background-image: linear-gradient(100deg, gold 0%, #faa04b 30%, goldenrod 100%);
  z-index: 0;
  height: 55px;
  float: none;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  border-radius: 40px;
  display: block;
  box-shadow: 0 2px 4px -1px rgba(25, 25, 25, 0.2);
}
.btns input {
  display: none;
}
.btns label {
  display: table;
  float: left;
  padding: 0;
  width: 50%;
  height: 100%;
  margin: 0;
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}
.btns label:first-child {
  border-left: none;
  border-radius: 40px 0 0 40px;
}
.btns label:last-child {
  border-radius: 0 40px 40px 0;
}
.btns .btn {
  font-size: 19px;
  cursor: pointer;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  font-weight: 300;
  color: #FFF;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 30px 20px -20px rgba(255, 255, 255, 0.15);
  -webkit-transition: color 250ms cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: color 250ms cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.btns .btn:hover {
  box-shadow: inset 0 30px 30px -20px rgba(50, 50, 50, 0.02);
  -webkit-transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.btns .btn:after {
  content: '\2714';
  margin-left: -10px;
  display: inline-block;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: margin 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 100ms, -webkit-transform 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: margin 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 100ms, -webkit-transform 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: margin 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 100ms, transform 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: margin 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 100ms, transform 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.btns .first {
  border-radius: 40px 0 0 40px;
}
.btns .last {
  border-radius: 0 40px 40px 0;
}
.btns input:checked + .btn {
  color: #5f6982;
  text-shadow: none;
  background-image: -webkit-linear-gradient( bottom , rgba(25, 25, 25, 0) 65%, rgba(25, 25, 25, 0.08));
  background-image: -webkit-linear-gradient(bottom, rgba(25, 25, 25, 0) 65%, rgba(25, 25, 25, 0.08));
  background-image: linear-gradient(to top, rgba(25, 25, 25, 0) 65%, rgba(25, 25, 25, 0.08));
  box-shadow: inset 0 10px 50px rgba(25, 25, 25, 0.08);
  -webkit-transition: color 500ms cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 150ms;
  transition: color 500ms cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 150ms;
}
.btns input:checked + .btn:after {
  margin-left: 12px;
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms, margin 500ms;
  -webkit-transition: margin 500ms, -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms;
  transition: margin 500ms, -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms;
  transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms, margin 500ms;
  transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms, margin 500ms, -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms;
}

.send_valid{
    display: block;
    margin: 5vh auto;
    padding: 0.85em 0;
    text-align: center;
    color: whitesmoke;
    border-color: #BDADBF;
    background-color: rgba(0,0,0,0);
    width: 200px;
    height: 50px;
}
.send_valid:hover{
    cursor: pointer;
}

.res1{
    margin-left: 0;
    width: 33%;
}
.res2{
    margin-left: 66%;
    width: 33%;
}
.mainres{
    margin-left: 33%;
    width: 33%
}