* {
	box-sizing: border-box;
}

body {
	width: 100%;
	margin: 0;
	padding: 0;
	background: white url("../images/bg-2023.jpg") no-repeat;
    background-size: cover;
    letter-spacing: 1px;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

#header, .tuto {
	position: relative;
	display: block;
	width: 100%;

}

#header h1 {
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	line-height: 24px;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 0;
}
.tuto {
text-align: center;
}
.tuto a{
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 14px;
	font-weight: 400;
	color: #ef7c00;
	line-height: 24px;
	text-align: center;
	padding: 10px 0;
	text-decoration: none;
	font-style: italic;
}
#carte {
	position: relative;
	width: 800px;
	height: auto;
	margin: 50px auto;

	overflow: hidden;

}
#carte img{
width:100%

}
h3 {
	color: #ef7c00;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size:25px;
	margin: 5px 0;
}
h3.trad {
	color: #ef7c00;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size:18px;
	font-style: italic;
	font-weight: 400;
}

#form-container {
	position: relative;
	width: 800px;
	margin: 50px auto;
}
#container {
	position: relative;
	width: 800px;
	margin: 50px auto;
	text-align: center;
	margin-top:150px
}
#container p, #container h1, #container h2{
	text-align: left;
}
#container h2{
	font-size: 18px;
}
.courrier{
	margin:25px auto;
	width:500px;
	text-align: left;
}
.courrier #nom{

	text-align: right;
}
.input-group {
	margin: 20px 0;
}

label {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	line-height: 22px;
	
		display: block;
	
}
label i{
font-weight:300;
font-size:15px
}
input, textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	width: 100%;
	padding: 5px;
	font-size: 16px;
	margin-top: 10px;
}

input.wrong, textarea.wrong {
	border: 1px solid #C20003;
}

.wrong_message {
	display: none;
	color: #C20003;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 14px;
	margin:0;
	font-weight: bold;
}

.wrong_message.active {
	display: block;
}

#my-dropzone {
	width: 100%;
	min-height: 200px;
	background-color: #fff;
	border: 2px dashed #f09220;
}

.dz-message {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #454545;
	text-align:center;
}

.dropzone .dz-preview.dz-file-preview  {
	border-radius: 20px;
	background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-image {
	border-radius: 20px;
	background: #999;
	background-image: url(../images/vcard.jpg);
}

.ou {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-align: center;
	font-size: 18px;
	margin:15px 0 0 0;
}

.info {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 12px;
}

#compteur {
	margin:0;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 12px;
	font-weight: 700;
	color:#000;
}

#compteur.attention {
	color:#EF9900; 
}

#compteur.bad {
	color:#9F0002; 
}

#envoyer {
	position: relative; 
	display: inline-block;
	width: 25%;
	height:60px !important;
	background: #ef7c00 url(../iamges/send.svg) no-repeat;
	background-size: 65%;
    background-position: center;
	float:right;
	border-radius: 45px !important;
}
#envoyer:disabled {
	position: relative; 
	display: inline-block;
	width: 25%;
	height:60px !important;
	background: #ccc url(../iamges/send.svg) no-repeat;
	background-size: 65%;
    background-position: center;
	float:right;
	border-radius: 45px !important;
  }

 #valider,  .browse  {
	position: relative; 
	display: inline-block;
	width: 25%;
	background-color: #ef7c00;

}
.browse{
	width:400px;
	border-radius: 45px !important;
	padding: 20px !important;
}

#apercu {
	position: relative; 
	display: inline-block;
	width: 50%;
	height:60px !important;
	background: #ef7c00 url(../iamges/view.svg) no-repeat;
	background-size: 90%;
    background-position: center;
	border-radius: 45px !important;
}

#envoyer, #apercu, #valider, .browse {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	padding: 8px;
	border-radius: 25px;
	border:0
}

#envoyer:hover, #apercu:hover {
	cursor: pointer;
	box-shadow: 0 0 5px 0px #ABABAB;
}

.etapes {
	position: relative;
	margin: auto;
	width: 800px;
}

.etapes h2 {
	color:#454545;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	margin-bottom: 0;
}

.etapes p {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	margin-top:0;
}

.minis {
	position: relative;
	margin: auto;
	width: 800px;
	display: flex;
}

.mini {
	height: 113px;
}

.mini img {
	margin:0;
	padding:0;
}

.mini:hover, .mini-occasion:hover {
	cursor: pointer;
	box-shadow: 0 0 10px 2px #343434;
}

.mini.milieu {
	margin: 0 100px;
}

.messageCarte {
	position: absolute;
	max-width: 90%;
	left: 5%;
	bottom: 10%;
	background-color: rgba(66,64,64,0.7);
	color:#fff;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	padding: 10px;
}

.titreOccasion {
	position: absolute;
	right: 5%;
	top: 10%;
}

.white-popup {
	position: relative;
	background: #FFF;
	padding: 20px 20px 40px;
	width:auto;
	max-width: 900px;
	margin: 20px auto;
	background: white url(../images/bg-2023.jpg) no-repeat;
    background-size: cover;
}

.white-popup h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 24px; 
	color: #f09220;
	text-align: center;
}

.white-popup .apercu-separator {
	max-width: 800px;
	width: 100%;
	margin: auto;
	height: 1px;
	background-color: #ef7c00;
}

.white-popup .message-perso {
	max-width: 600px;
	margin: auto;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px; 
	line-height: 24px;
	color: #343434;
}

.white-popup .de-la-part {
	max-width: 600px;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	
	color: #343434;
	margin: 15px auto;
	text-align: right;

}

#btn-video {
	max-width: 500px;
	margin: auto;
}
.mentions{
	font-size:12px
}
.mentions i{
	font-weight:300
}
.mentions a{
	text-decoration: none;
	color:inherit
}
#btn-video a {
	display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
    border-radius: 35px;
    color: #ffffff;
    padding: 10px 0 10px 75px;
    line-height: 24px;
	background: #ef7c00 url(../images/play.png) no-repeat;
	background-size: 10%;
    background-position-y: 10px;
    background-position-x: 10px;
	font-size: 18px;
	font-weight: 500;
}
#btn-video a i{
font-weight: 400;
}
#cadrefichier{
	margin-top:20px
}
.white-popup #carte {
	position: relative;
	width: 600px;
	height: auto;
	margin: 20px auto;
	box-shadow: none;
}

.popup-loading {
	text-align: center;
}

.popup-loading p {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 14px; 
	color: #343434;
	text-align: center;
}
.introjs-tooltipReferenceLayer * {
  
    font-size: 14px;
}
.introjs-floating{
	width:300px
}
.introjs-tooltiptext {
    padding: 12px;
}


.maintenance {
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	z-index: 1000000001;
	background-color: rgba(0,0,0,0.80);
}

.maintenance-message {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 40px;
	background: #fff;
}

.maintenance-message p {
	text-align: center;
	color: #000;
	font-size: 18px;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
}