/*Media*/ @media all and (max-width: 600px) {
	.screen {
		display: none;
	}
} /*Media*/
@media all and (max-width: 600px) {
	.screen {
		display: none;
	}
}
/*Media*/ @media all and (min-width: 601px) {
	.mobile {
		display: none;
	}
}
@font-face {
	font-family: "CR";
	src: url("/include/Comfortaa_Regular.ttf");
	font-display: swap;
}
.bleu {
	color: #354475;
}
.jaune {
	color: #f8b100;
}
.rouge {
	color: #9b4343;
}
html {
	width: 100%;
	height: 100%;
	min-width: 229px;
	cursor: default;
}
/*Media*/ @media all and (min-width: 601px) {
	html {
		overflow-y: scroll;
	}
}
* {
	position: relative;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #555;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size: 16px;
	font-family: sans-serif;
	color: #555;
	background: #000;
}
input, select, option, button {
	outline: none !important;
	backdrop-filter: blur(3px);
}
input:focus, input:active, select:focus, option:focus {
	outline: none !important;
	box-shadow: 0px 0px 2px 1px rgba(79, 133, 202, 0.69);
}
input[type="radio"]:focus, input[type="radio"]:focus {
	box-shadow: none;
}
option {
	margin: 2px;
}
.italic {
	font-style: italic;
}
#main .italic {
	font-size: 0.8em;
}
.gras {
	font-weight: bold;
}
.center {
	text-align: center;
	margin: auto;
}
.pageentiere {
	min-height: 100%;
}
h1 {
	font-size: 1.5em;
	font-weight: normal;
	text-align: center;
	padding: 29px 0px;
	margin: 0 auto;
	font-family: "CR", sans-serif;
}
h2 {
	font-size: 1.3em;
	font-weight: normal;
	text-align: center;
	padding: 20px 0px;
	margin: 0 auto;
	font-family: "CR", sans-serif;
}
h3 {
	font-weight: normal;
	color: rgb(53, 68, 117, 1);
	font-size: 1.3em;
	font-style: italic;
	padding: 29px 0px 12px 0px;
	font-family: "CR", sans-serif;
}
.contenupage {
	background: fixed url(/img/fond-dico.jpg) no-repeat;
	background-size: cover;
	display: block;
	height: 100%;
	padding-bottom: 27px;
	animation: fadein 1029ms ease;
	background-position: center;
}
@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.fadeout {
	animation: fadeout 829ms ease-in;
}
@keyframes fadeout {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
section {
	min-height: calc(100vh);
	display: flex;
	justify-content: center;
	align-items: center;
}
#main section {
	background: rgba(255, 255, 255, 0.29);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: -31px 0px 12px 0px;
}
#main section:first-child, section:first-child {
	padding-top: 150px;
	min-height: calc(100vh - 126px);
}
/*Media*/ @media all and (max-width: 600px) {
	.contenupage {
		display: block;
		height: 100%;
		padding-bottom: 57px;
		padding-top: 0px;
	}
	#main section {
		margin: 0px 0px 12px 0px;
		padding: 51px 0px 51px 0px;
		align-items: start;
		min-height: unset;
	}
	#main section:first-child, section:first-child {
		padding-top: 192px;
	}
}
#main section:last-child {
	margin: 0px;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
}
.cont {
	margin: 69px 21px;
	padding: 21px;
	box-shadow: 1px 1px rgba(0, 0, 0, 0.2);
	width: 29%;
	background: rgba(255, 255, 255, 0.9);
	background: radial-gradient(circle, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 1));
	border-radius: 21px;
}
.cont-large {
	min-height: 51vh;
	margin: 51px auto;
	padding: 51px 6vw;
	box-shadow: 1px 1px rgba(0, 0, 0, 0.2);
	background: rgba(255, 255, 255, 0.9);
	background: radial-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 1));
	border-radius: 21px;
	text-align: justify;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	max-width: 900px;
}
/*Media*/ @media all and (max-width: 600px) {
	.cont-large {
		margin: 51px 2vw;
		padding: 51px 12vw;
		text-align: left;
		font-size: 0.8em;
		flex-grow: 1;
	}
}
.input-text { /*similaire a div.trad */
	margin: 10px 0px 0px 0px;
	padding: 10px 10px;
	background: rgba(239, 239, 239, 0.8);
	border: 0;
	font-size: 1em;
	font-family: sans-serif;
	width: calc(100% - 20px);
	font-variant: all-small-caps;
	box-shadow: inset 1px 1px rgba(0, 0, 0, 0.2);
	display: block;
	border-radius: 5px;
}
.barre {
	border-radius: 10px;
	height: 1px;
	background: #fff;
	width: 80vw;
	margin: 69px auto;
	opacity: 0.89;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
}
.cont-ico {
	cursor: pointer;
}
.ico {
	width: 16px;
	margin: 0px;
	opacity: 0.51;
	transition: all ease 129ms;
}
.ico:hover {
	opacity: 1;
}
/*Media*/ @media all and (max-width: 600px) {
	.ico {
		width: 20px;
		margin: 0 5px;
	}
}
/* ============================ Header ============================ */
.header {
	position: fixed;
	width: 100%;
	top: 0px;
	padding: 21px 0px 16px 0px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
	z-index: 2;
	background: rgba(255, 255, 255, 0.7);
	background: radial-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6));
	text-align: center;
	font-size: 1em;
	transition: all ease 429ms;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}
#headertop {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
#headerbottom {
	padding-top: 21px;
	font-size: 0.9em;
	opacity: 1;
	transform: scaleY(1);
	transition: all ease 429ms, font-size ease-in 329ms;
	top: 0px;
}
.scrolled .header {
	padding: 18px 0px 12px 0px;
}
.scrolled #headerbottom {
	font-size: 0.2em;
	transform: scaleY(0);
	top: 10px;
	padding-top: 2px;
	opacity: 0;
}
.logo {
	width: 48px;
	transition: all ease 329ms;
	margin: 0 0px;
	opacity: 1;
	filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3))
}
.scrolled .logo {
	width: 32px;
	margin: 0px 29px;
	opacity: 0.8;
}
.titrepage {
	text-align: left;
	padding: 0px 21px;
	transition: all ease 229ms;
	font-size: 1.4em;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	font-family: "CR";
}
.scrolled .titrepage {
	padding: 0;
	font-size: 1.15em;
	left: 12px;
}
.loupe {
	opacity: 0.8;
	position: fixed;
	width: 40px;
	left: calc(50% - 96px);
	top: 36px;
	z-index: 3;
	display: none;
}
.scrolled .loupe {
	left: calc(50% - 96px + 29px + 7px);
	width: 25px;
	top: calc(36px - (21px - 18px));
}
/*Media*/ @media all and (max-width: 600px) {
	.scrolled .header {
		padding: 12px 0px 4px 0px;
	}
	#headertop {
		flex-direction: column;
	}
	.logo {
		margin: 10px;
		filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
	}
	.scrolled .logo {
		margin: 0px 29px 6px 29px;
	}
	.titrepage {
		text-align: center;
		padding: 0;
		font-size: 1.1em;
		margin: 0 -1px;
	}
	.scrolled .titrepage {
		left: 6px;
		margin: 0 3px;
		display: inline-block;
	}
	.loupe {
		left: calc(50% - 320px);
	}
	.loupe {
		width: 40px;
		left: calc(50% - 11px);
		top: 40px;
	}
	.scrolled .loupe {
		left: calc(50% - 7px);
		width: 25px;
		top: calc(40px - (21px));
	}
}
/* ============================ Page ============================ */
.conteneur {
	width: 100%;
	padding: 2vw;
	box-sizing: border-box;
}
.form {
	display: flex;
	justify-content: space-around;
	align-items: start;
}
#cont-in {
	order: 1;
	min-height: 140px;
}
#cont-out {
	order: 4;
	min-height: 140px;
}
/*Media*/ @media all and (max-width: 600px) {
	.form {
		flex-direction: column;
	}
	.cont {
		width: 85%;
		margin: 10px auto;
	}
}
.labellangue {
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid #aaa;
	margin-bottom: 10px;
	transition: all ease 329ms;
	font-size: 1.1em;
	font-family: "CR";
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.drapeau {
	height: 20px;
	opacity: 0.8;
	margin: 0px 2px;
	filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.51));
}
#origine {
	font-family: sans-serif;
	font-variant: all-small-caps;
	display: flex;
	flex-direction: column;
	margin: 0px 0px 10px 0px;
}
#origine .recherche {
	flex-grow: 1;
	padding: 4px 0px 0px 0px;
	font-weight: normal;
	font-style: normal;
	min-width: 80px;
}
#trad_origine {
	position: absolute;
	top: -1000px;
	left: -1000px;
	opacity: 0;
}
.ui-widget {
	font-variant: all-petite-caps;
}
.ui-menu-item {
	border-bottom: 1px solid #ccc;
}
.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
	background: rgb(103, 154, 220) !important;
	color: #ffffff !important;
}
/*Media*/ @media all and (max-width: 600px) {
	.ui-menu-item {
		line-height: 29px;
	}
}
.nontrouve {
	color: #aaa;
	font-style: italic;
	cursor: default;
	transition: all ease 129ms;
}
.trad .nontrouve {
	margin: 20px 0 18px 0;
}
.ajoutdico-cont {
	padding: 0.5vh 15%;
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
}
.ajoutdico {
	text-align: center;
	transition: all ease 329ms;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	opacity: 0.69;
	border-top: #ccc 1px solid;
	padding: 6px 2px;
}
.erreur .ajoutdico {
	border-top: none;
}
.ajoutdico:hover {
	opacity: 0.89;
	cursor: pointer;
}
.ajoutdico-img, .ajoutdico-txt {
	margin: 4px 6px;
}
.ajoutdico img {
	width: 20px;
	top: 2px;
	opacity: 0.7;
}
#proposition.decale {
	border-top: #0000005e solid 1px;
	margin-top: 21px;
	padding-top: 12px;
	transition: all ease 329ms;
}
#proposition #submit-proposition {
	display: none;
}
#proposition.decale #submit-proposition {
	display: block;
}
.submit {
	text-align: center;
}
.submit input, .submit button, .motsbutton {
	font-family: sans-serif;
	font-size: 1.2em;
	padding: 12px 18px;
	background: none;
	background: rgba(255, 255, 255, 0.95);
	border: none;
	box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
	font-variant: all-small-caps;
	position: relative;
	transition: all 329ms ease;
	top: -1px;
	border-radius: 1000px;
}
.submit input:hover, .submit button:hover, .motsbutton:hover {
	cursor: pointer;
	background: #ffffff;
	color: #557aff;
}
.ui-autocomplete {
	max-height: 50vh; /* ou autre */
	overflow-y: auto;
	overflow-x: hidden;
	border-radius: 0px 0px 6px 6px;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
}
/* Ripple In */
@keyframes hvr-ripple-in {
	100% {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		opacity: 1;
	}
}
.hvr-ripple-in {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
}
.hvr-ripple-in:before {
	content: '';
	position: absolute;
	border: #f1f1f1cf solid 4px;
	top: -12px;
	right: -12px;
	bottom: -12px;
	left: -12px;
	opacity: 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	border-radius: 100px;
}
.hvr-ripple-in:hover:before, .hvr-ripple-in:focus:before, .hvr-ripple-in:active:before {
	animation-name: hvr-ripple-in;
}
#nav {
	order: 2;
	margin: 69px 6px;
	text-align: center;
}
#navbis {
	display: none;
}
.inverse {
	padding: 21px 0px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	min-height: 140px;
	position: relative;
	z-index: 1; /*dessus loupe*/
}
.inverse > * {
	min-height: 42px;
}
.cont-fleche {
	padding: 0px;
	margin: 12px 0px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	transition: all ease 329ms;
	top: 1px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cont-fleche:hover {
	background: #ffffff;
}
.fleche {
	transition: all ease 329ms;
	height: 16px;
	width: auto;
	opacity: 0.7;
}
.cont-fleche:hover .fleche {
	animation-name: shake;
	animation-duration: 500ms;
	opacity: 0.8;
}
@keyframes shake {
	30% {
		transform: translate3d(3px, 0, 0);
	}
	60% {
		transform: translate3d(-4px, 0, 0);
	}
}
/*Media*/ @media all and (max-width: 600px) {
	#nav {
		width: calc(85% + 2*(21px));
		margin: 0px auto;
		order: 1;
		display: flex;
		margin-bottom: 21px;
		background: #fff;
		box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);

		border-radius: 21px;
		padding: 21px 0;
		justify-content: space-evenly;
	}
	#nav .cont, .cont-fleche {
		box-shadow: unset;
		margin: 0;
		padding: 0;
		font-size: calc(0.7em + 0.8vw);
	}
	.inverse {
		min-height: unset;
		padding: 0;
	}
	#navbis {
		display: block;
		margin: 21px auto;
		order: 3;
	}
	#nav .submit {
		display: none;
	}
	#nav .drapeau {
		float: none;
		display: block;
		margin: auto;
		margin-top: 10px;
		height: 24px;
	}
}
.trad {
	font-family: sans-serif;
	cursor: auto;
	padding: 10px 0px;
	font-variant: all-small-caps;
	display: flex;
	flex-direction: column;
}
.cont-ico {
	cursor: pointer;
	order: 9;
	margin: 1%;
}
.iconstrad {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: baseline;
}
.numtrad {
	font-weight: bold;
	font-style: italic;
	flex-grow: 1;
	min-width: 22px; /*taille du texte*/
}
.cont-ico.reg {
	order: 2;
}
.cont-pat {
	flex-grow: 50;
	order: 3;
	display: flex;
}
.cont-ico.pat {
	padding: 2px 0px 0px 0px;
	font-size: 0.9em;
}
.info {
	display: none;
}
.msg {
	transition: all ease 429ms, max-height ease 629ms;
	color: #8a8a8a;
	padding: 0px 0px;
	opacity: 0;
	max-height: 0px;
	transform: scaleY(0);
	font-size: 0.9em;
}
.msgshow {
	opacity: 01;
	max-height: 300px;
	padding: 8px 2px 2px 6px;
	transform: scaleY(1);
	border-left: rgb(234, 234, 234) 1px solid;
	top: -3px;
}
#msg_origine.msgshow {
	padding: 12px 2px 12px 12px;
}
.desctext {
	padding: 4px 4px;
}
.err-info {
	cursor: default;
	text-align: center;
	font-variant: normal;
	font-size: 0.8em;
	font-style: italic;
	padding: 6px;
}
.mottrad, .autretrad {
	margin-top: 2px;
	background: rgba(239, 239, 239, 0.8);
	box-shadow: 1px 1px rgba(0, 0, 0, 0.2);
	padding: 9px 10px;
	flex-grow: 1;
	border-radius: 05px;
}
.msg .mottrad {
	font-size: 0.9em;
	background: rgba(245, 245, 245, 0.89);
	left: 2px;
}
#cont-suggestion {
	margin: 0 auto;
	width: 39%;
}
#suggestion-mot input {
	cursor: default;
}
/*Media*/ @media all and (max-width: 600px) {
	#cont-suggestion {
		width: 85%;
	}
}
.cont .submit {
	width: 100%;
}
#tradsuggestion:hover p {
	color: #557aff;
}
#tradsuggestion p {
	display: inline-block;
	background: rgba(255, 255, 255, 0.5);
	padding: 10px;
	margin: auto;
	font-size: 1.2em;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	border: #fafafa solid 1px;
	font-family: sans-serif;
	font-variant: all-small-caps;
	cursor: pointer;
	transition: all 329ms ease;
	color: #444;
}
.submit input:hover, .submit button:hover {
	background: #ffffff;
}
#cont-suggestion .submit {
	margin-top: 21px;
}
#cont-suggestion .link {
	opacity: 0;
	display: block;
	text-align: center;
	cursor: default;
}
.reference {
	margin-top: 300px;
	text-align: center;
}
.reference-link {
	font-family: CR, sans serif;
	font-size: 1.2em;
	display: flex;
	justify-content: space-evenly;
	flex-direction: column;
	align-items: center;
	filter: drop-shadow(1px 1px 2px #f2ede7);
}
.reference-img {
	min-width: 150px;
	width: 15vw;
	max-width: 200px;
	margin: 21px;
	left: 6px;
	position: relative;
}
/* ============================ Contact ========================= */
#contact section {
	padding: 51px 6vw;
	display: flex;
	justify-content: center;
	align-items: center;
}
#contact .cont-large {
	width: 51vw;
	max-width: 700px;
	margin: 51px auto;
	padding: 21px 6vw 29px 6vw;
	min-height: unset;
}
/*Media*/ @media all and (max-width: 600px) {
	#contact section {
		padding: 180px 2vw;
	}
	#contact section div {
		flex-grow: 1;
	}
	#contact .cont-large {
		width: unset;
	}
}
#formcontact {
	width: 100%;
	display: inline-block;
	margin: auto;
	text-align: center;
}
#messancre {
	position: relative;
	top: -50px;
}
#messform .cont {
	margin: 51px auto 0 auto;
	min-width: 50%;
}
.alerte-mess {
	display: block;
	color: #2270b3;
	font-size: 0.9em;
	text-align: center;
}
.error-red {
	color: #dc0000;
}
.contact-label {
	width: 100%;
	color: #aaa;
	margin: 12px 0px;
}
.contact-label:hover, .contact-label:active, .contact-label:focus {
	color: #6096bf;
}
#formcontact label {
	display: inline-block;
	min-width: 89px;
	text-align: left;
	padding-top: 6px;
	font-size: 0.8em;
}
#formcontact select {
	width: calc(51% + 26px);
	cursor: pointer;
}
#formcontact select option {
	color: #6096bf;
	text-shadow: 1px 1px 0px #ccc;
	background: #fff;
	background: linear-gradient(0deg, #f5f5f5, #fff);
}
.contact-label input, .contact-label select, .contact-label textarea {
	vertical-align: top;
	min-width: 176px;
	width: 51%;
	padding: 6px;
	font-family: Arial, sans-serif;
	background: #fff;
	background: linear-gradient(180deg, #f5f5f5, #fff);
	border: 1px solid #aaa;
	border-radius: 2px;
	opacity: 0.89;
	color: #555;
	text-shadow: 1px 1px 0px #fff;
}
#usertel::placeholder {
	opacity: 0.51;
}
.contact-label input {
	padding: 6px 12px;
}
.contact-label textarea {
	text-align: justify;
	padding: 21px;
	width: calc(51% - 18px);
	min-width: calc(176px - 18px);
	line-height: 1.29em;
	height: 12vh;
	max-height: 129px;
	min-height: 29px;
	transition: all 529ms ease 329ms;
	overflow: hidden;
}
.contact-label textarea:focus {
	overflow: auto;
}
.contact-label textarea::placeholder {
	opacity: 0.51;
}
.input-inutilise {
	position: fixed;
	top: -999px;
	left: -999px;
	opacity: 0;
}
/* MEDIA */ @media all and (min-width:629px) {
	.contact-label label:after {
		content: "-";
		position: relative;
		left: 2px;
		transition: all ease 429ms 69ms;
		opacity: 0;
	}
	.contact-label:hover label:after {
		left: 18px;
		opacity: 1;
	}
	.contact-label textarea:focus {
		height: 29vh;
		max-height: 2000px;
	}
}
/*MEDIA*/ @media all and (max-width:629px) {
	#formcontact label {
		display: block;
		margin: auto;
		text-align: center;
		margin-bottom: 4px;
	}
	#formcontact label:before, #formcontact label:after {
		content: "-";
		vertical-align: -2px;
		margin: 6px;
		transition: all ease 329ms;
	}
	#formcontact .contact-label:hover label:before, #formulaire .contact-label:hover label:after {
		content: "-";
		vertical-align: -2px;
	}
	.contact-label input, .contact-label select, .contact-label textarea {
		width: calc(95% - 12px);
		font-size: 12px;
		display: block;
		margin: auto;
		text-align: center;
	}
	#formcontact select {
		width: calc(95% + 26px);
	}
	.contact-label textarea {
		width: calc(95% - 31px);
		text-align: justify;
		height: 29vh;
	}
}
.input-text:focus, .input-email:focus, .input-password:focus, /*specifique Acces */ .input-textarea:focus {
	opacity: 1.0;
}
.submit-contact {
	margin: 12px 0px 0px 21px;
	width: 151px;
	border: none;
	border-radius: 2px;
	text-transform: uppercase;
	transition: all 329ms ease;
	cursor: pointer;
	position: relative;
}
.submit-contact:hover, submit-contact:active {
	opacity: 1;
}
/* MEDIA */ @media all and (max-width:629px) {
	.submit-contact {
		display: block;
		margin: 21px auto 0px auto;
	}
}
#contactbox {
	flex-direction: column;
}
#contactbox .cont-large {
	max-width: 100vw;
	margin: 100px 12px;
}
#contactbox table {
	width: 100%;
	border-collapse: collapse;
}
#contactbox th, #contactbox td {
	border: 1px solid #ddd;
	padding: 8px;
	text-align: left;
}
#contactbox th {
	background-color: #f2f2f2;
}
/* ============================ CREDITS / LICENCE ========================= */
#credits p {
	margin-left: 12px;
}
/* MEDIA */ @media all and (max-width:600px) {
	#credits p {
		margin-left: 0px;
	}
}
#licence p {
	padding: 21px 0px;
}
#logoCC {
	display: block;
	margin: auto;
	padding: 21px 0px;
	width: 100%;
	max-width: 169px;
}
#mentionslegales div {
	margin: 21px;
	display: flex;
}
#mentionslegales span {}
.cont-mentions {
	display: flex;
	padding-left: 12px;
}
.labelmentions {
	font-style: italic;
	color: #888;
	min-width: 169px;
	max-width: 169px;
	text-align: left;
}
.infomentions {
	margin-left: 21px;
	text-align: justify;
}
@media all and (max-width:600px) {
	.cont-mentions {
		padding: 0;
		flex-direction: column;
	}
	.labelmentions {
		min-width: unset;
		max-width: unset;
	}
	.infomentions {
		margin-left: 2px;
		text-align: justify;
		margin: 4px 0px;
	}
}
/* ============================ A PROPOS ========================= */
#apropos .cont-large {
	max-width: 45vw;
}
.cont-titre {
	display: flex;
	align-items: center;
	justify-content: center;
}
.cont-titre h2 {
	margin: unset;
}
.cont-titre img {
	width: 26px;
	height: 26px;
	padding: 0px 12px;
	top: -2px;
	opacity: 0.69;
}
#apropos h3 {
	margin-left: 12px;
}
.cont-projet {
	width: 100%;
	margin: 0 auto;
}
.bar {
	height: 10px;
	width: 18px;
	top: -4px;
}
.bar1 {
	width: 7vw;
	height: 16px;
	opacity: 0.8;
}
.cont-slider:after {
	content: "431 €";
	position: absolute;
	top: -50px;
	min-width: 40px;
	padding: 12px 0px;
	margin-left: -25px;
	border-radius: 50px;
	text-align: center;
	font-size: 0.8em;
	box-shadow: 0px 0px 4px rgb(63, 236, 156);
	background: #fbfbfb;
}
.bar:first-child, .bar1:first-child {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.bar:last-child, .bar1:last-child {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
@media all and (max-width:900px) {
	#apropos .cont-large {
		max-width: 80vw;
	}
	.bar1 {
		width: 11vw;
		height: 16px;
		opacity: 0.8;
	}
}
/* ============================ ERREUR ========================= */
#erreur.contenupage {
	background: unset;
	background: fixed url(/img/fond-erreur.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
	height: 100%;
	padding-bottom: 27px;
	padding-top: 50px;
	animation: fadein 1029ms ease;
}
#erreur section:first-child {
	padding-top: 100px;
	min-height: calc(100vh - 100px);
}
#erreur .cont-large {
	text-align: center;
	background: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	display: flex;
	justify-content: space-evenly;
	flex-direction: row;
	align-items: center;
}
@media all and (max-width:600px) {
	#erreur .cont-large {
		flex-direction: column;
	}
}
.erreur-gauche, .erreur-droite {
	margin: 0 12px;
}
#erreur em {
	font-family: "CR";
	font-size: 1.3em;
}
.erreur-opt {
	font-family: sans-serif;
	font-size: 1.2em;
	padding: 12px 18px;
	background: none;
	background: rgba(255, 255, 255, 0.95);
	border: none;
	box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
	font-variant: all-small-caps;
	position: relative;
	transition: all 329ms ease;
	top: -1px;
	border-radius: 100px;
	margin: 21px auto;
	max-width: 189px;
}
.erreur-opt:hover {
	cursor: pointer;
	background: #ffffff;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
	color: #557aff;
}
.erreur-link {
	display: inline-block;
	overflow: hidden;
	top: 4px;
}
.erreur-link:after {
	background: linear-gradient(90deg, #3c6ad2 0%, #f8b100 50%, #dc4040 100%);
	width: 100%;
	height: 1px;
	top: 1.05em;
	content: "";
	left: 0;
	position: absolute;
	will-change: transform;
	z-index: -1;
}
.erreur-link:hover:after {
	background: linear-gradient(90deg, #3c6ad2 15%, #f8b100 30%, #dc4040 60%, #dc4040 65%, #3c6ad2 90%);
	width: 500%;
	animation: underline-gradient 1029ms linear infinite;
}
@keyframes underline-gradient {
	0% {
		transform: translate3d(0%, 0%, 0);
	}
	100% {
		transform: translate3d(-75%, 0%, 0);
	}
}
/* ============================ ADMIN ========================= */
.adminlink {
	color: #ffffff;
	position: absolute;
	float: right;
	right: 0px;
	top: 0px;
	background: #d3e9ffd4;
	padding: 2px;
	font-size: 0.7em;
	z-index: 3;
}
#admin {
	display: block;
	text-align: center;
}
#admin h1 {
	text-align: center;
}
#connexion {
	display: inline-block;
	text-align: left;
}
#admin h2 {
	margin: 21px;
	font-size: 1.2em;
}
.adminmenu {
	display: inline-block;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	background: rgba(255, 255, 255, 0.95);
	margin: 12px 0px -12px 0px;
}
.menulink {
	display: inline-block;
	padding: 21px 21px;
	transition: all ease 129ms;
	font-family: sans-serif;
	color: #666;
	font-size: 0.9em;
	margin: -2px;
}
@media all and (max-width:600px) {
	.menulink {
		display: block;
		padding: 12px 29px;
	}
}
.menulink:hover {
	background: #b2d5f9;
	;
	color: #ffffff;
}
@media all and (min-width:601px) {
	.label {
		width: 129px;
		display: inline-block;
	}
	.label-admin {
		display: inline-block;
		min-width: 129px;
	}
	.p-label:hover .label-admin:after {
		content: " > ";
	}
}
.p-label {
	margin: 29px;
	font-size: 0.8em;
}
@media all and (max-width:929px) {
	.label-admin {
		display: block;
		text-align: center;
		padding-bottom: 12px;
	}
	.p-label:hover .label-admin:after {
		content: " - ";
	}
	.label-admin:before, .label-admin:after {
		content: " - ";
	}
}
#connexion .input-text, #connexion .input-password {
	vertical-align: top;
	width: 29%;
	min-width: 176px;
	padding: 5px;
	margin: auto;
	font-family: Arial, sans-serif;
	background-color: #fff;
	background-color: linear-gradient(0deg, #f5f5f5, #ffffff);
	border: 1px solid #aaa;
	border-radius: 2px;
	opacity: 0.51;
	color: #666;
	text-shadow: 1px 1px 0px #fff;
	display: inline-block;
}
/*Media*/ @media all and (max-width:929px) {
	#connexion .input-text, #connexion .input-password {
		display: block;
		margin: auto;
	}
}
@media all and (max-width:929px) {
	#connexion .input-text, #connexion .input-password {
		display: block;
		margin: auto;
	}
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0px 1000px #f0f0f0f0 inset !important;
}
#admin .submit {
	display: block;
	margin: 21px;
}
#admin .submit input {
	border-radius: 5px;
	color: #666;
	transition: all ease 329ms;
}
#admin .submit input:hover {
	color: #2196F3;
}
/* ============================ AJOUT ============================ */
#ajout section:first-child {
	padding-top: 180px;
	min-height: unset;
	min-height: calc(100vh - 261px);
}
#ajout .cont-large {
	backdrop-filter: blur(4px);
}
.info-aj {
	text-align: center;
	margin: auto;
}
.optionsaj {
	display: flex;
	flex-flow: wrap;
	max-width: 629px;
	margin: 29px auto;
}
.optionsaj div {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px;
}
/*MEDIA*/ @media all and (max-width:600px) {
	.optionsaj {
		align-items: start;
		flex-direction: column;
	}
}
.optionsaj .cont-aj, .optionsaj .cont-aj * {
	cursor: pointer;
}
.optionsaj input[type="radio"] {
	margin-right: 6px;
}
#cont-motsaj, #formaj, .jQsuivantOptions {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	padding-top: 12px;
	margin-top: 51px;
}
.cont-entree {
	display: flex;
	justify-content: space-evenly;
	padding: 12px 0px;
}
.entree {
	text-align: center;
	margin-bottom: 12px;
	font-style: italic;
}
.motsaj {
	display: flex;
	flex-direction: column;
	width: 50%;
	flex-grow: 1;
	padding: 21px 12px;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.21);
	border-radius: 20px;
}
.motsaj:first-child {
	margin-right: 12px;
}
/*MEDIA*/ @media all and (max-width:600px) {
	.cont-entree {
		padding: 12px 0vw;
		flex-direction: column;
		align-items: center;
	}
	.motsaj {
		width: 100%;
	}
	.motsaj:first-child {
		margin: 0 0 10px 0;
	}
}
.cont-data {
	display: flex;
	margin: 4px 0;
	/* align-items: center; */ /* affichage message d'erreur decale l'ÃƒÂ©tiquette*/
	justify-content: space-evenly;
}
/*MEDIA*/ @media all and (max-width:600px) {
	.cont-data {
		flex-direction: column;
	}
}
.div-data {
	display: flex;
	width: 100%;
	max-width: 269px;
	align-items: center;
	transition: all ease 329ms;
}
.dataaj {
	display: block;
	box-sizing: border-box;
	min-width: 69px;
	flex-grow: 1;
	width: 100%;
	max-width: 269px;
	padding: 4px;
	border: solid 1px #0003;
	border-radius: 4px;
	transition: all ease 329ms;

}
.dataaj:focus {
	border: solid 1px #fff0;
}
.motsaj label {
	flex-grow: 0;
	min-width: 89px;
	font-size: 0.9em;
	margin-right: 1vw;
}
.oblig {
	margin: 0 0 0 4px;
	color: #9b4343;
}
.div-data .ico {
	margin: 0 0 0 4px;
}
.validinput {
	position: absolute;
	top: 33px;
	left: 0px;
	font-size: 12px;
	color: #ba6565;
	max-width: inherit;
	max-height: 29px;
	overflow: hidden;
}
.hidden {
	display: none;
}
#infosoptionnelles .motsaj {
	margin: 21px auto;
	width: unset;
}
#infosoptionnelles .motsaj label {
	min-width: 121px;
}
/*MEDIA*/ @media all and (max-width:600px) {
	.motsaj label, #infosoptionnelles .motsaj label {
		flex-grow: 0;
		min-width: unset;
		font-size: 1.2em;
		margin: 12px 0 6px 0;
	}
}
.ui-tooltip {
	border-radius: 10px !important;
	font-size: 0.8em !important;
	color: #777 !important;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.21) !important;
	border: 1px solid #2278c547 !important;
	font-variant: none !important;
}
/*Media*/ @media all and (max-width: 600px) {
	#infosoptionnelles .ico {
		width: 20px;
		margin: 0 0 12px 0;
		opacity: 0.4;
	}
}
#ajout .cont-mess {
	text-align: center;
	display: flex;
	justify-content: space-evenly;
	flex-direction: column;
}
#ajout .mess {
	text-align: center;
	padding: 12px 18px;
	color: #3c6ad2;
}
/* ============================ CONSULTATION ============================ */
#consult {
	text-align: center;
	max-width: unset;
	margin: 29px;
}
.tableau {
	display: inline-block;
	border-radius: 18px;
	overflow: hidden;
	border: 1px solid rgba(33, 150, 243, 0.5803921568627451);
	min-width: 100%;
}
table {
	min-width: calc(100% + 4px);
	border-collapse: collapse;
	border: 1px solid #000000;
	font-family: sans-serif;
	margin: -2px;
}
th {
	border: 1px solid #2196f394;
	padding: 18px 21px;
}
td {
	border: 1px solid #2196f394;
	padding: 18px 0.5vw;
	font-size: 0.8em;
	/* word-break: break-word; */ /* pas sur */
}
td[data-title*='Mot'] {
	font-style: italic;
}
td[data-title*='Mot']:before {
	font-style: normal;
}
td input[type="checkbox"] {
	top: 2px;
	margin-right: 12px;
}
td[data-title*="Mot 1"], td[data-title*="Mot 2"], #clean td {
	padding: 0;
}
td input[type="text"] {
	width: calc(100% - 1vw);
	border: none;
	background: none;
	padding: 12px 0.5vw;
	font-family: monospace;
}
td input[type="text"]:focus {
	background: #fff;
	box-shadow: inset 1px 2px 5px -2px rgba(0, 0, 0, 0.69);
	font-weight: bold;
}
td textarea {
	min-width: calc(100% - 1vw);
	font-size: 0.8em;
	border: none;
	background: none;
	padding: 0.5vw;
	font-family: monospace;
	resize: none;
	overflow: hidden;
}
td textarea:focus {
	background: #fff;
	overflow: auto;
	resize: auto;
}
#clean td textarea {
	max-width: 100px;
}
tr:nth-child(odd) {
	background-color: rgba(255, 255, 255, 0.7);
}
tr:nth-child(even) {
	background-color: rgba(241, 246, 255, 0.75);
}
tbody tr:hover {
	background-color: #E3F2FD;
}
.vert {
	color: #40ef9e;
}
.orange {
	color: #ffc254;
}
.rouge {
	color: #ff8787;
}
.vert:before, .orange:before, .rouge:before {
	color: #555;
}
/*MEDIA*/ @media all and (min-width:701px) and (max-width:900px) {
	td {
		padding: 12px 4px;
	}
}
/*MEDIA*/ @media all and (max-width:700px) {
	.tableau {
		display: block;
	}
	table, thead, tbody, th, td, tr {
		display: block;
	}
	thead tr {
		display: none;
	}
	td {
		position: relative;
		border: 0px solid transparent;
		padding-left: 47%;
		white-space: nowrap;
		text-align: left;
	}
	td:first-child {
		padding-left: 0%;
		text-align: center;
		border-top: 1px solid #7ec2f8;
	}
	td:before {
		font-weight: bold;
		font-size: 0.9em;
		content: attr(data-title);
		position: absolute;
		top: 0px;
		left: 0px;
		width: 40%;
		height: 100%;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		text-align: left;
		background-color: #f8f8f8;
		padding-left: 4%;
		padding-top: 10px;
	}
	td:first-child:before {
		position: relative;
		background-color: #f8f8f800;
	}
	td[data-title*="Mot 1"], td[data-title*="Mot 2"] {
		padding-left: 47%;
	}
	td input[type="text"] {
		font-size: 0.9em;
		width: calc(100% - 2vw - 8px);
		border: solid 1px rgba(0, 0, 0, 0.1);
		background: #fff;
		;
		padding: 6px 1vw;
		margin: 2px 0px;
	}
	tbody tr td:first-child {
		background-color: #ffffff;
		font-style: italic;
	}
}
.optionscons {
	display: flex;
	justify-content: space-around;
	max-width: 729px;
	margin: 29px auto;
}
.optionscons span {
	margin: 6px 0px;
}
.optionscons label {
	min-width: 179px;
	text-align: left;
	padding-left: 6px;
	font-size: 0.9em;
}
/*MEDIA*/ @media all and (max-width:700px) {
	.optionscons {
		flex-flow: column;
		padding-left: 21px;
	}
	.optionscons label {
		display: inline-block;
	}
}
/*============================ Footer  ============================ */
footer {
	background: rgba(255, 255, 255, 0.7);
	background: radial-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6));
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 6px 0px 10px 0px;
	font-size: 0.85em;
	font-family: "CR", sans-serif;
	display: flex;
	justify-content: space-evenly;
	box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.7);
	flex-wrap: wrap;
}
.footlink {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	opacity: 0.75;
	transition: all ease 329ms;
	margin: 2px;
}
.imgfoot img {
	padding: 0 6px;
	max-width: 16px;
	top: 2px;
	opacity: 0.9;
	height: auto;
}
.txtfoot {
	top: 2px;
	color: #111;
	transition: all ease 229ms;
}
.footlink:hover {
	opacity: 1;
}
#creditsfoot:hover .txtfoot {
	color: #ffb600;
}
#aproposfoot:hover .txtfoot {
	color: #527db7;
}
#contactfoot:hover .txtfoot {
	color: #bf4f4f;
}
#fafoot:hover .txtfoot {
	color: #000000;
}
.tiret {
	opacity: 0.9;
	top: 3px;
}
/*Media*/ @media all and (max-width: 600px) {
	footer {
		font-size: 0.9em;
		padding: 8px 0px;
	}
	.imgfoot img {
		max-width: 21px;
		top: 0px;
	}
	.tiret {
		display: none;
	}
	.footlink {
		width: 92px;
		justify-content: space-between;
		margin: 2px 6px;
	}
}
.title-g {
	font-size: 0;
	font-weight: normal;
	text-align: center;
	padding: 0;
	margin: 0;
	position: absolute
}
/*============================ Soon  ============================ */
#soon {
	background: #000;
}
.logosoon {
	display: block;
	opacity: 0.02;
	margin: auto;
	text-align: center;
	height: 21vh;
	max-width: 10px;
	-webkit-filter: blur(8px);
}
#soonbg {
	filter: blur(4px);
	-webkit-filter: blur(4px);
	background: fixed url(/img/fond-dico.jpg) no-repeat;
	background-size: cover;
	opacity: 0.51;
	position: fixed;
	height: 100vh;
	width: 100vw;
}
#soon .contenupage {
	background: none;
}
#soon #main section {
	background: rgba(255, 255, 255, 0.0);
}
/*Media*/ @media all and (max-width: 600px) {
	#soon #main section {
		padding: 0px 0px 12px 0px;
	}
}
#soon footer {
	background: rgba(255, 255, 255, 0.9);
}
#soon .contenupage {
	padding-bottom: 0px;
	padding-top: 0px;
}
#soon section {
	padding-top: 0;
}
#dev {
	min-height: unset;
	font-size: 1.0em;
	width: 50vw;
	margin: 1vh auto 12vh auto;
}
#dev div {
	top: -15px;
	display: flex;
	align-items: baseline;
	justify-content: center;
}
#gear {
	top: 10px;
	padding: 0 10px;
	height: 48px;
	opacity: 0.8;
}
/*MEDIA*/ @media all and (max-width:500px) {
	#dev div {
		flex-flow: column;
		align-items: center;
	}
	#gear {
		top: 0px;
		padding: 21px 0px;
		height: 48px;
	}
}
#part {
	font-size: 1.6em;
	min-height: unset;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.21);
	margin: 51px 2vw;
}
#part div {
	display: flex;
	align-items: center;
}
/*MEDIA*/ @media all and (max-width:400px) {
	#part div {
		flex-flow: column;
	}
}
#give {
	width: 48px;
	opacity: 0.8;
	padding: 0 12px;
}
#soon #contact {
	min-height: unset;
	margin-top: 0;
}
#soon .contact-label textarea, #soon .contact-label input {
	padding: 12px 2vw;
	border-radius: 20px;
	min-width: 176px;
	width: 51%;
	transition: all ease 329ms;
}
/*MEDIA*/ @media all and (max-width:400px) {
	#soon .contact-label textarea, #soon .contact-label input {
		min-width: unset;
		width: 95%;
	}
}
#soon .contact-label textarea:focus, #soon .contact-label input:focus {
	outline: none;
	border: #3d8fd6 solid 2px;
	padding: 11px 23px;
}
#soon .submit button {
	font-family: sans-serif;
	font-size: 1.2em;
	padding: 12px 18px;
	background: none;
	background: rgba(255, 255, 255, 0.95);
	border: none;
	box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
	font-variant: all-small-caps;
	position: relative;
	transition: all 329ms ease;
	top: -1px;
	border-radius: 1000px;
}
#soon .submit button:hover {
	cursor: pointer;
	background: #ffffff;
	color: #557aff;
}
#soon button .ico {
	width: 16px;
	margin: 0px 4px;
	top: 4px;
	left: 0px;
	opacity: 0.71;
	transition: all ease 429ms;
}
#soon .submit button:hover .ico {
	opacity: 0.51;
	left: 4px;
	top: 0px;
}
#clink {
	display: block;
	margin: 21px 0 51px 0;
	text-align: center;
}
#text-clink {
	font-size: 1.1em;
	border-radius: 15px;
	box-shadow: 0px 0px 4px rgb(63, 236, 156);
	background: #fcfcfc;
	padding: 10px 3vw;
	text-align: center;
	transition: all ease 129ms;
}
#text-clink:hover {
	box-shadow: 0px 0px 7px rgb(63, 236, 156);
	background: #fff;
}
#com-clink:hover {
	text-decoration: underline;
	transition: all ease 129ms;
}
#pmentimg {
	width: 35vw;
	max-width: 135px;
	display: block;
	margin: 29px auto;
}
#paiementimg:hover {
	background: #fdfdfd;
	transition: all ease 129ms;
}
.range {
	display: flex;
	justify-content: space-between;
}
.line {
	display: flex;
	margin: 18px 0;
}
/*MEDIA*/ @media all and (max-width:500px) {
	.line {
		flex-direction: column-reverse;
	}
}
.time, .time1 {
	background: linear-gradient(rgba(236, 236, 236, 0.95), rgba(255, 255, 255, 1));
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.51);
	padding: 0px;
	height: 10px;
	min-width: 100%;
	max-width: fit-content;
	border-radius: 20px;
	margin: 6px 29px 6px 0px;
	font-size: initial;
	opacity: 0.9;
}
.time {
	min-width: 172px;
	max-width: fit-content;
}
.opa {
	opacity: 0.3;
}
.time1 {
	height: 16px;
	width: 100%;
	max-width: fit-content;
	opacity: 1;
}
/*arrow*/
.container {
	position: relative;
	width: 24px;
	height: 24px;
	margin: 0 auto 18vh auto;
	opacity: 0.8;
}
.chevron {
	position: absolute;
	width: 28px;
	height: 8px;
	opacity: 0;
	transform: scale3d(0.5, 0.5, 0.5);
	animation: move 3s ease-out infinite;
}
.chevron:first-child {
	animation: move 3s ease-out 1s infinite;
}
.chevron:nth-child(2) {
	animation: move 3s ease-out 2s infinite;
}
.chevron:before, .chevron:after {
	content: ' ';
	position: absolute;
	top: 0;
	height: 100%;
	width: 51%;
	background: #fff;
}
.chevron:before {
	left: 0;
	transform: skew(0deg, 30deg);
}
.chevron:after {
	right: 0;
	width: 50%;
	transform: skew(0deg, -30deg);
}
@keyframes move {
	25% {
		opacity: 1;
	}
	33% {
		opacity: 1;
		transform: translateY(30px);
	}
	67% {
		opacity: 1;
		transform: translateY(40px);
	}
	100% {
		opacity: 0;
		transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
	}
}
@keyframes pulse {
	to {
		opacity: 1;
	}
}
/*fin arrow*/
.cont-com {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-wrap: wrap;
}
.com-img {
	border-radius: 21px;
	height: 8vw;
	max-height: 51px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.29);
	margin: 6px;
	transition: all ease 129ms;
}
.com-img:hover {
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
	top: 2px;
}
/*MEDIA*/ @media all and (max-width:600px) {
	.cont-com {
		flex-direction: column;
	}
	.com-img {
		height: unset;
		width: 50vw;
		max-width: 160px;
		margin: 12px auto;
	}
}
/*********************** Avant premiere ******************/
#avantpremiere .submit-contact {
	text-transform: initial;
	font-variant: all-petite-caps;
	margin: auto;
}
#avantpremiere {
	padding: 29px;
	text-align: center;
}
#avantpremiere .submit {
	margin: 21px 0;
}
#avantpremiere .submit a {
	font-family: sans-serif;
	font-size: 1.2em;
	padding: 12px 18px;
	background: none;
	background: rgba(255, 255, 255, 0.95);
	border: none;
	box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
	font-variant: all-small-caps;
	position: relative;
	transition: all 329ms ease;
	top: -1px;
	border-radius: 1000px;
}
#avantpremiere .submit a:hover {
	cursor: pointer;
	background: #ffffff;
	color: #557aff;
}
#avantpremiere a .ico {
	width: 16px;
	margin: 0px 4px;
	top: 4px;
	left: 0px;
	opacity: 0.71;
	transition: all ease 429ms;
}
#avantpremiere .submit a:hover .ico {
	opacity: 0.51;
	left: 4px;
	top: 0px;
}
}
#avantpremiere .submit a:hover {
	cursor: pointer;
	background: #ffffff;
	color: #557aff;
}
#avantpremiere a .ico {
	width: 16px;
	margin: 0px 4px;
	top: 4px;
	left: 0px;
	opacity: 0.71;
	transition: all ease 429ms;
}
#avantpremiere .submit a:hover .ico {
	opacity: 0.51;
	left: 4px;
	top: 0px;
}