		@import url('https://fonts.googleapis.com/css?family=Open Sans');
		@import url('https://fonts.googleapis.com/css?family=Rubik');

		@font-face {
		  font-family: 'Open Sans';
		  font-style: sans-serif;
		  src: local('Open Sans'), url('https://fonts.googleapis.com/css?family=Open Sans') format('ttf');
		  font-display: swap;
		}

		body {
		  width: 750px;
		  margin-top: 0;
		  margin-bottom: 0;
		  margin-left: 0;
		  padding-top: 0;
		  text-align: center;
		  color: #0e0e0e;
		  font-family: 'Open Sans', sans-serif !important;
		  font-size: 1em;
		  background: white;
		}

		p {
		  margin-right: 10px;
		  margin-left: 10px;
		  text-align: left;
		}

		img {
		  border: none;
		}

		h2 {
		  font-size: 1.2em;
		  color: #0e0e0e;
		}

		h3 {
		  clear: both;
		  margin-right: 10px;
		  margin-bottom: 2px;
		  margin-left: 10px;
		  padding-top: 5px;
		  border-bottom: 1px solid #0e0e0e;
		  text-align: left;
		  font-size: 1.4em;
		  color: #0e0e0e;
		}

		hr {
		  display: block;
		  height: 1px;
		  border: 0;
		  border-top: 1px solid #0e0e0e;
		  margin: 1em 0;
		  padding: 0;
		}

		.astuce {
		  font-size: 0.8em;
		}

		a {
		  outline: none;
		}

		.textarea {
		  border: solid 1px #ff3b3f;
		  overflow: hidden;
		  text-align: center;
		  font-size: 1.5em;
		  font-style: italic;
		  font-weight: bold;
		  color: #0e0e0e;
		  background-color: white;
		}

		form {
		  margin: 0;
		  padding: 0;
		}

		a {
		  text-decoration: none;
		  color: #ff3d32;
		}

		a:hover {
		  color: #ae0323;
		}

		/*BOUTONS*/

		.button {
		  width: 190px;
		  height: 28px;
		  padding-bottom: 3px;
		  border: 0;
		  text-align: center;
		  font-family: 'Open Sans', sans-serif !important;
		  outline: none;
		  color: white;
		  background-color: #ff3d32;
		  border-color: #ff3d32;
		  transition: all 0.3s ease 0s;
		  cursor: pointer;
		  -webkit-border-radius: 4px !important;
		  -moz-border-radius: 4px !important;
		  border-radius: 4px !important;
		  font-weight: bold !important;
		}

		.button:hover,
		.button:focus,
		.button:active,
		.button:active {
		  color: #fff;
		  background-color: #00bfa5;
		  border-color: #00bfa5;
		}

		.container {
		  position: relative;
		  font-size: 1em;
		}

		div#creditscarte {
		  padding: 0px;
		  z-index: 25;
		  position: absolute;
		  bottom: 30px;
		  left: 5px;
		  max-width: 380px;
		  font-weight: bold;
		  color: #0e0e0e;
		  text-align: left;
		}

		iframe {
		  height: 110px
		}