		@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;
		}

		@page {
		  margin: 5mm;
		  size: A4;
		}

		body {
		  display: block !important;
		  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: 0.8em;
		  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 {
		  display: none;
		  visibility: hidden;
		}

		.google-revocation-link-placeholder {
		  display: none;
		  visibility: hidden;
		}

		.gpControlLayerSwitcher {
		  display: none;
		  visibility: hidden;
		}

		.gpToolBoxClass {
		  display: none;
		  visibility: hidden;
		}

		a {
		  outline: none;
		}

		.textarea {
		  border: solid 0px #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: #ff3b3f;
		}

		a:hover {
		  color: red;
		}

		.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;
		}