html, body, input, button {
overflow-x: hidden;
margin: auto;
padding: auto;
font-family: Roboto;
font-size: 16px;
}
@keyframes display {
0% {transform: translateX(254px);
	opacity: 0; }
10% {transform: translateX(0);
	opacity: 1; }
20% {transform: translateX(0);
	opacity: 1; }
30% {transform: translateX(-254px);
	opacity: 0; }
100% { transform: translateX(-254px);
	opacity: 0; }
}
.pic-ctn {
position: relative;
width: 100vw;
height: 127px;
margin-top: 5vh;
background-color: white;
}
.pic-ctn > img {
position: absolute;
top: 0;
left: calc(50% - 127px);
opacity: 0;
animation: display 24s infinite;
}
img:nth-child(2) {
animation-delay: 8s;
}
img:nth-child(3) {
animation-delay: 16s;
}
nav {
position: relative;
}
.topnav, .topnavj {
display:flex;
flex-flow: row nowrap;
justify-content: flex-start;
margin-left: 1%;
}
#animate {
width: 100%;
height: 70px;
position: absolute;
top: -60px;
left: 1px;
}
.topnav a {
text-align: center;
margin: 1%;
padding: 10px;
text-decoration: none;
color: black;
font-size: 17px;
border-bottom: 1px solid gold;
}
.topnav a:hover {
background-color: gold;
}
.topnavj a {
text-align: center;
margin: 1%;
padding: 10px;
text-decoration: none;
color: black;
font-size: 17px;
border-bottom: 1px solid rgb(90,178,39);
}
.topnavj a:hover {
background-color: rgb(90,178,39);
}
video {
width: 200px;
}
.titre {
font-size: 1.3em;
}
.tour {
border-radius: 50%;
animation-name: tourne;
animation-duration: 2.5s;
animation-timing-function: linear;
animation-iteration-count: 2;
}
@keyframes tourne {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}
.colorib {
color: gold;
}
.colorij {
color: rgb(90,178,39);
}
.centre {
text-align: center;
}
.debu {
  display: inline-block;
  animation: dpl 5s linear 1;
}
.d2{
  animation: dpl 5s linear 1 reverse;
}
@keyframes dpl {
  0% {
    transform: rotate(0) translateX(0px);
  }
  25%{
    transform: rotate(90deg) translateX(50px);
  }
  50%{
    transform: rotate(180deg) translateX(0px);
  }
  75%{
    transform: rotate(270deg) translateX(50px);
  }
  100% {
    transform: rotate(360deg) translateX(0px);
  }
}
.bo {
margin-top: 20px;
margin-bottom: 20px;
border: 40px solid white;
cursor: pointer;
transform: scale(1);
transition: transform 400ms;
}
.bo:hover, .bourdvb:hover, .bourdvj:hover, .pied:hover {
transform: scale(1.15);
}
.bourdvb {
width: 290px;
height: 50px;
margin: 0 3px 50px 3px;
padding: 2px;
background-color: gold;
border: 1px solid gold;
border-radius: 10rem;
cursor: pointer;
font-weight: bold;
transform: scale(1);
transition: transform 400ms;
}
.bourdvj {
width: 290px;
height: 50px;
margin: 0 3px 50px 3px;
padding: 2px;
background-color: rgb(90,178,39);
border: 1px solid rgb(90,178,39);
border-radius: 10rem;
cursor: pointer;
font-weight: bold;
transform: scale(1);
transition: transform 400ms;
}
.rdv {
width: 95%;
height: 830px;
margin: auto;
background-image: url('ima/fond.jpg');
}
.rdvj {
width: 75%;
height: 900px;
margin: auto;
background-image: url('ima/fondj.jpg');
}
h2, h3, form {
margin-bottom: 5px;
}
fieldset {
padding: 20px;
border: 1px solid transparent;
}
a, label {
color: white;
}
input {
font-size: 1.1em;
}
.bgb {
background-color: gold;	
}
.bgj {
background-color: rgb(90,178,39);	
}
.bgn {
background-color: black;		
}
.cil {
padding: 2%;
background-color: gold;
border: 1px solid gold;
border-radius: 50%;
box-shadow: 5px 5px 0px black;
}
.jard {
margin: 2%;
display:flex;
flex-flow: row nowrap;
justify-content: center;
}
.ch {
width:30px;
height:30px;
margin-right: 10px;
}
.chp {
min-width: 90%;
height: 50px;
margin-right: 1%;
border: 1px solid white;
border-radius: 5px;	
}
.chp {
float: none;
}
.chpe {
min-width: 90%;
height: 50px;
margin-right: 1%;
background-color: black;
border: 1px solid white;
border-radius: 5px;		
cursor: pointer;
}
.chr {
width: 100px;
height: 30px;
margin-right: 1%;
background-color: gold;
border: 1px solid white;
border-radius: 5px;	
}
.chph {
width: 50px;
height: 30px;
margin-right: 1%;
border: 1px solid white;
border-radius: 5px;
}
.chpe {
cursor: pointer;
}
.c6 {
margin-left: 1%;
}
.espace {
margin-top: 100px;
}
.espa {
margin-top: 0px;
}
.proposi {
margin-left: 50px;
}
img {
max-width: 50%;
}
video {
width: 360px;
}
footer {
margin: 60px 0;
padding: 20px;
color: white;
text-align: center;
}
.pied {
margin-right: 10px;
transform: scale(1);
transition: transform 400ms;
}
.error {
color: red;
font-size: 22px;
}
.ok {
color: green;
}
.exem {
text-shadow: 1px 1px black;
cursor: pointer;
}
.cloex {
margin-left: 25%;
cursor: pointer;
}
.visible {
z-index: 1;
}
.dimh {
height: 500px;
}
.picf {
width: 100%;
height: 450px;
margin: 0 25%;
cursor: pointer;
}
.picd {
width: 100%;
margin: -110px 25% 0 25%;
cursor: pointer;
}
.retour {
width: 290px;
height: 50px;
margin: 0 auto;
padding: 2px;
background-image: linear-gradient(gold, white, gold 60px);
border: 1px solid gold;
border-radius: 10px;
font-family: Roboto;
font-size: 18px;
cursor: pointer;
font-weight: bold;
}
.pointe {
box-shadow: 10px 10px 0px black;
transform: skew(15deg);
transition: 0.2s;	
}
.pointe:hover {
padding-left: 80px;
box-shadow: 10px 10px 0px khaki;
}
span.arrow {
margin-right: 25px;
position: relative;
}
span.arrow i {
transform: skew(-15deg);
transition: 0.2s;
animation: color 2s linear infinite;
}
@keyframes color {

0% { color:  black;}
50% { color: white; }
100% { color: black; }

}
span.arrow i:nth-child(1) {
position: absolute;
right: 0;
top: 5px;
animation-delay: 0.5s;
}
span.arrow i:nth-child(2) {
position: absolute;
right: 0;
top: 5px;
animation-delay: 1s;
}
span.arrow i:nth-child(3) {
position: absolute;
right: 0;
top: 5px;
animation-delay: 1.5s;
}
.pointe:hover i:nth-child(2) {
right: 20px;
}
.pointe:hover i:nth-child(3) {
right: 40px;
}
ul {
list-style: none;
margin-left: 10%;
}
.t {
font-size: 0.7em;
}
.colo {
color: gold;
}
.container {
display: flex;
flex-flow: column nowrap;
justify-content: center;
height: 200px;
box-sizing: border-box;
}
.element {
flex: 0 1 60%;
margin: auto;
font-size: 1.2em;
box-sizing: border-box;
}
.container2 {
display:flex;
flex-flow: column nowrap;
justify-content: flex-start;
align-items: space-between;
height: 800px;
box-sizing: border-box;
}
.element2 {
flex: 1 1 100%;
width: 90%;
margin: 4px;
height: 350px;
box-sizing: border-box;
}
.reduc {
padding-top: 0;
}
.container3 {
display:flex;
flex-flow: column nowrap;
justify-content: flex-start;
align-items: space-between;
height: 800px;
box-sizing: border-box;
}
.element3 {
flex: 1 1 100%;
width: 100%;
margin: 4px;
height: 350px;
text-align: center;
box-sizing: border-box;
}
.pb1, .pb2 {
margin-top: 0;
}
.container4 {
display:flex;
flex-flow: column nowrap;
justify-content: flex-start;
align-items: space-between;
height: 1100px;
box-sizing: border-box;
}
.element4 {
flex: 1 1 100%;
width: 100%;
margin: 4px;
height: 150px;
box-sizing: border-box;
}
.erro {
margin: 20px;
color: red;
font-style: italic;
text-align: justify;
}

@media screen and (min-width: 550px) {
	
@keyframes display {
0% {transform: translateX(508px);
	opacity: 0; }
10% {transform: translateX(0);
	opacity: 1; }
20% {transform: translateX(0);
	opacity: 1; }
30% {transform: translateX(-508px);
	opacity: 0; }
100% { transform: translateX(-508px);
	opacity: 0; }
}
.pic-ctn {
position: relative;
width: 100vw;
height: 254px;
margin-top: 5vh;
margin-bottom: 40px;
background-color: white;
}
.pic-ctn > img {
position: absolute;
top: 0;
left: calc(50% - 254px);
opacity: 0;
animation: display 24s infinite;
}
img:nth-child(2) {
animation-delay: 8s;
}
img:nth-child(3) {
animation-delay: 16s;
}
.topnav, .topnavj {
margin-left: 40%;
}
video {
width: 600px;
}
.dimh {
height: 700px;
}
.picd {
margin: 0 25% 0 25%;
}
.retour {
margin-top: 120px;
}
.container2 {
height: 1200px;
}
.element2 {
width: 100%;
height: 500px;
}
.container4 {
height: 1550px;
}
.element4 {
width: 100%;
height: 100px;
}
.proposi {
margin-left: 300px;
}
.bo { 
	margin-top: 30px;
	margin-bottom: 30px;
	}
}

@media screen and (min-width: 1100px) {
	.pic-ctn {
	margin-bottom: 120px;
	}
	html, body, input, button {
	font-size: 30px;
	}
	h2, h3, form {
	margin-bottom: 80px;
	}
	video {
	width: 960px;
	}
	.topnav, .topnavj {
	margin-left: 30%;
	}
	.topnav a, .topnavj a {
	text-align: center;
	margin: 15px;
	padding: 20px;
	text-decoration: none;
	color: black;
	font-size: 32px;
	}
	#animate {
	height: 100px;
	}
	.cloex {
	margin-left: 40%;
	}
	.rdv {
	width: 60%;
	height: 1100px;
	}
	.rdvj {
	height: 1200px;
	}
	.chp, .chpe {
	max-width: 25%;
	margin-right: 10%;
	}
	.chp {
	float: right;
	}
	.chph {
	width: 180px;
	height: 50px;
	}
	.retour {
	width: 500px;
	height: 100px;
	font-size: 30px;
	}
	.dimh {
	height: 900px;
	}
	.picf {
	margin: 0 30% 0 30%;
	}
	.picd {
	margin: 0 25% 0 25%;
	}
	.container {
	height: 800px;
	}
	.container2 {
	display:flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: space-around;
	margin: 0;
	height: 600px;
	}
	.element2 {
	flex: 1 1 50%;
	width: 50%;
	height: 50%;
	margin: 10px auto;
	}	
	.reduc {
	padding-top: 200px;
	}
	.container3 {
	height: 1400px;
	}
	.container4 {
	display:flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: space-around;
	margin: 0;
	height: 600px;
	}
	.element4 {
	flex: 1 1 50%;
	width: 50%;
	height: 50%;
	margin: 10px auto;
	}
	.erro {
	margin: 30px;
	}
	.pb2 {
	margin-top: 300px;
	}
	ul {
	margin-left: 30%;
	}
	.proposi {
	margin-left: 500px;
	}
	.bo { 
	margin-top: 60px;
	margin-bottom: 60px;
	}
	.espa {
	margin-top: 200px;
	}
}

@media screen and (min-width: 1400px) {
	@keyframes display {
0% {transform: translateX(1018px);
	opacity: 0; }
10% {transform: translateX(0);
	opacity: 1; }
20% {transform: translateX(0);
	opacity: 1; }
30% {transform: translateX(-1018px);
	opacity: 0; }
100% { transform: translateX(-1018px);
	opacity: 0; }
}
.pic-ctn {
position: relative;
width: 100vw;
height: 538px;
margin-top: 5vh;
background-color: white;
}
.pic-ctn > img {
position: absolute;
top: 0;
left: calc(50% - 509px);
opacity: 0;
animation: display 24s infinite;
}
img:nth-child(2) {
animation-delay: 8s;
}
img:nth-child(3) {
animation-delay: 16s;
}
.topnav, .topnavj {
margin-left: 46%;
margin-right: 4%;
}
	.container {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	height: 150px;
	}
	.element {
	flex: 0 1 20%;
	}
	.picf {
	margin: 0 35% 0 35%;
	}
	.picd {
	margin: 0 30% 0 30%;
	}
	.container2 {
	height: 700px;
	}
	.reduc {
	padding-top: 250px;
	}
	.proposi {
	margin-left: 700px;
	}
	
}

@media screen and (min-width: 2000px) {
.topnav, .topnavj {
margin-left: 60%;
}
.container3 {
	display:flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	align-items: space-around;
	margin: 0;	
	height: 800px;
	}
	.element3 {
	flex: 1 1 50%;
	max-width: 50%;
	margin: 4px;
	}
	.pb1 {
	margin-top: 100px;
	}
	.proposi {
	margin-left: 900px;
	}
}