html{	
	padding:1em;
}
p{
	margin-bottom:1.5em;
	text-align:center;
}
h1,h2 {
	text-align:center;
}


.form-invisible {
  /* Uniquement centrer le formulaire sur la page */
  margin: 0 auto;
   /* Encadr� pour voir les limites du formulaire */
  padding: 0em;
  border: 0px ;
  border-radius: 0em;
  text-align:center
	
}



td {
  padding:0.5em;
}

a.p:link,a.p:visited,a.p:hover,a.p:active{text-decoration:none;color:black;font-style: normal;	font-family : "texte";
	display: block; }

a.p:active,a.p:hover{filter: invert(1);}

@font-face{
  font-family: "titres";
  src:
	local("titres"),
	url('Cowboy Cadaver.ttf') format('truetype');
  font-stretch : normal;
  font-weight : normal;
  font-style : normal;
}

@font-face{
  font-family: "texte";
  src:
	local("texte"),
	url('Lora-Italic-VariableFont_wght.ttf') format('truetype');
  font-stretch : normal;
  font-weight : normal;
  font-style : normal;
}

h1,h2,h3{
	
		font-family : "titres";
}

h1{font-size:8vw; margin:0.5em 0;}
h2,h3{font-size:5vw;}

html{	
	background-image: url("../images/backgrounds/classique.jpg");
	background-position: center center;
	background-size: cover;
	background-attachment:fixed;
}

p,div.cadre,input{
	background-color: rgba(255,255,255, 0.8);
	border-radius: 25px;
	padding: 0.5em;
	font-family : "texte";
	border: none;
}

h1,h2,h3{
	background-color: rgba(255,255,255, 0.8);
	border-radius: 25px;
	padding: 0.5em;
	border: none;
	text-align:center;
}

p,div.cadre,a.p:link,a.p:visited,a.p:hover,a.p:active,ul,li{
	font-size:3vw;
}

div.cadre p {
  background-color:transparent;
}

div.button{
		text-align:center;
}

button.grey{
	font-size:5vw;
    align-items: center;
    background-color: grey;
    border: 1px solid #3d4852;
    border-radius: 25px;
    color: white;
    cursor: pointer;
    display: inline-flex;
    padding: 0.25rem 0.75rem;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
	line-height: 0px;
	padding:1em;
	margin-bottom:1em;
}

button.grey:hover,
button.grey:focus {
    background-color: black;
    box-shadow: 0 0 5px 5px white;
    outline: 2px solid white;
}




label,input,select{
	margin-bottom:1.5em;
	font-size:3vw;
}


[type="checkbox"], [type="radio"] {
height:20px; 
width:20px;
}












/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}






.swal2-popup {
    font-size: 4vw !important;
}
