
	@font-face {
	  font-family: 'Roboto';
	  font-style: normal;
	  font-weight: 400;
	  src: url('../fonts/roboto-v27-latin-ext_latin-regular.eot');
	  src: local(''),
	       url('../fonts/roboto-v27-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'),
	       url('../fonts/roboto-v27-latin-ext_latin-regular.woff2') format('woff2'), 
	       url('../fonts/roboto-v27-latin-ext_latin-regular.woff') format('woff'), 
	       url('../fonts/roboto-v27-latin-ext_latin-regular.ttf') format('truetype'), 
	       url('../fonts/roboto-v27-latin-ext_latin-regular.svg#Roboto') format('svg');
	}

	body {
		font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		-webkit-font-smoothing: antialiased;
		margin:0;
		padding:0;
		color: var(--paperasse-secondary-text-color);
		line-height: 140%;
		background: var(--paperasse-app-background-color);
		--paperasse-header-height: 48px;
		--paperasse-header-transition-duration: 1s;
		--paperasse-header-photo-width: 96px;
		--paperasse-header-radius:8px;
		transition: background 0.1s;
	}
	
	body .page-content{
		margin-left:5%;
		margin-right:5%;
		margin-bottom:5%;
		margin-top: 133px;
	}
	
	body.slide  {
		transition: background 3s;
		background: var(--paperasse-light-grey-color);
	}
	
	h1,h2,h3,h4 {
		text-transform: uppercase;
		margin-top: 5%;
		font-weight: 100;
    	letter-spacing: -1px;
		color: var(--paperasse-primary-light-color);
	}
	
	h2 {
		border-bottom: 2px solid var(--paperasse-primary-light-color);
		padding-bottom: 4px;
	}
	
	div.tree {
	    clear: both;
	    background-color: #7b8b90;
	    color: white;
	    padding-left: 22px;
	    height: 24px;
	    line-height: 24px;
	    letter-spacing: 1px;
	    border-bottom: 1px solid #6c7679;
	    overflow: hidden;
	}
	
	div.tree .terminator:before {
	    display: inline-block;
	    content: '►';
	    margin-left: 4px;
	    margin-right: 4px;
	    color: #aebdc1;
	    user-select: none;
	}
	
	.page-content h1 {
		position: relative;
	    text-align: center;
	    margin-bottom: 5%;
	    padding-top: 8%;
	    padding-bottom: 2%;
	    padding-left: 2%;
	    padding-right: 2%;
	    margin-right: -5%;
	    margin-left: -5%;
	    letter-spacing: 4px;
	    line-height: 1.4em;
	    background-position: right;
	    background-repeat: no-repeat;
	    background-size: auto;
	    background-color: #0069af;
	    color: #fff;
	    text-shadow: #1a25409e 0px 3px 3px;
	    background-image: url(/images/svg/background_paperasse_pro.svg);
	    border-bottom: 1px solid #134150;
	    transition: all 0.5s ease-out;
	}
	
	html#u1JC0JnJl-0 .page-content h1, html#nXjFh5nzrZU .page-content h1, html#GEYlszWjvaM .page-content h1 {
		background-image: url(/images/svg/background_video_declaration_revenu.svg);
	}
	
	html#qo-n2hwi0LA .page-content h1 {
		background-image: url(/images/svg/background_video_tva_franchise_tva.svg);
	}
	
	html#features .page-content h1 {
		background-image: url(/images/svg/background_features.svg);
	}

	html#contribution .page-content h1 {
		background-image: url(/images/svg/background_contribution.svg);
	}
	
	html#cgu .page-content h1 {
		background-image: url(/images/svg/background_cgu.svg);
	}
		
	html#privacy .page-content h1 { 
		background-image: url(/images/svg/background_privacy.svg);
	}
	
	html#pricing .page-content h1 { 
		background-image: url(/images/svg/background_pricing.svg);
	}
	
	html#screenshots .page-content h1 { 
		background-image: url(/images/svg/background_screenshots.svg);
	}
		
	a:link,a:visited {
		color:var(--paperasse-accent-color);
		text-decoration: none;
	}
	
	a.button:link, a.button:visited {
		color:var(--paperasse-accent-text-color);
		background-color:var(--paperasse-accent-color);
	}
	
	a:hover {
		color: var(--paperasse-accent-light-color);
		-webkit-transition: color 0.2s, background-color 0.2s;
		transition: color 0.2s, background-color 0.2s;
	}
	
	a.button:hover {
		color: var(--paperasse-accent-text-color);
		background-color: var(--paperasse-accent-light-color);
		-webkit-transition: color 0.2s, background-color 0.2s;
		transition: color 0.2s, background-color 0.2s;
	}
	
	a:active {
		color: var(--paperasse-accent-light-color);
	}
	
	a.button:active {
		color: var(--paperasse-accent-text-color);
		background-color: var(--paperasse-accent-light-color);
	}
	
	.company-name {
		color:var(--paperasse-primary-color);
	}
	
	.product-name {
		color:var(--paperasse-primary-color);
	}
	
	.note {
		color:var(--paperasse-disabled-text-color);
		font-size:10px;
		line-height:14px;
	}
	
	.information {
		color:var(--paperasse-secondary-text-color);
		font-size:14px;
		line-height:20px;
	}
	
	p {
	    line-height: 1.6;
	    text-align: justify;
	    letter-spacing: 0.5px;
	}
	
	ul {
		list-style-type: disc;
	}
	
	ul ul {
		list-style-type: square;
	}
	
	table,p {
		border-collapse: collapse;
		width:98%;
		margin-left:1%; 
		margin-right:1%;
		margin-bottom:4%;
	}
	
	div.not-final-legend {
		margin-top:-3.7%;
		width:80%;
		margin-left:10%;
		margin-right:10%;
		font-size: 80%;
		text-align:right;
		color:var(--paperasse-dark-grey-color);
	}
	
	table caption {
		caption-side:bottom;
		font-size:80%;
		padding:4px;
		color:var(--paperasse-secondary-text-color);
	}
	
	table {
		border: 1px solid #eeeeee;
		background-color:#fff;
	}
	
	th, thead td {
		background-color:var(--paperasse-secondary-text-color);
		color:var(--paperasse-primary-text-color);
		padding:5px;
		font-weight:600;
	}
	
	td {
		padding: 5px;
		height: 40px;
	}
	
	td.rate,td.value {
		text-align:center;
		color:var(--paperasse-primary-dark-color);
		padding-right:30px;
		padding-left:30px;
	}
	
	td.not-final b::before, div.not-final-legend::before {
		content:' ⚠';
		margin-right:4px;
		font-size:10px;
		color:var(--paperasse-warning-color);
	}
	
	td.rate b, td.value b {
		margin-right:2px;
		font-weight:normal;
		color:var(--paperasse-dark-grey-color);
	}
	
	td.simplifie.rate b, td.abattement.rate b, td.consulaire.rate b, td.formation.rate b {
		font-weight:600;
	}
	
	td.rate.zero b, td.value.zero b {
		color:var(--paperasse-disabled-text-color);
	}
	
	tr.pair {
		background-color:var(--paperasse-light-grey-color);
	}
	
	th.rate-label, th.zone-label, th.consular-label {
		width: 140px;
	}
		
	th .sub-label {
		font-size:80%;
		font-weight:normal;
	}
	
	span.new-element, span.modified-element {
		display:inline-block;
		margin-top:16px;
	}
	
	span.information-line.newness {
		position:relative;
		margin-top:8px;
	}
	
	span.information-line.newness::after {
		display: block-inline;
		position:absolute;
		left:-75px;
		color:#ffffff;
		background-color:#ffffff;
		font-size:12px;
		padding:2px 4px;
		content:' Nouveauté';
		border-radius:4px;
	}
	
	span.variation::before {
		position:relative;
	}
	
	span.variation {
		position:absolute;
		font-size:13px;
		margin:4px;
	}
	
	li {
	    margin-bottom: 8px;
	    line-height: 1.4;
	}
	
	span.variation.up {
		width:0;
		height:0;
		border-style:solid;
		border-width: 0 9px 10px 9px;
		color:var(--paperasse-primary-light-color);
		border-color:transparent transparent var(--paperasse-primary-light-color) transparent;
	}
	
	span.variation.down {
		width:0;
		height:0;
		border-style:solid;
		border-width: 10px 9px 0px 9px;
		color:var(--paperasse-accent-light-color);
		border-color:var(--paperasse-accent-light-color) transparent transparent transparent;
	}
	
	span.variation span.variation-value {
		color:#ffffff;
		opacity:0;
		position:absolute;
		left:10px;
		padding:4px;
		-webkit-transition: opacity 0.5s;
		transition: opacity 0.5s;
	}
	
	span.variation:hover span.variation-value {
		opacity:1;
		-webkit-transition: opacity 0.5s;
		transition: opacity 0.5s;
	}
	
	span.variation.up span.variation-value {
		background-color:var(--paperasse-primary-light-color);
	}
	
	span.variation.down span.variation-value {
		background-color:var(--paperasse-accent-light-color);
	}
	
	[css-tooltip] {
		position:relative;
		z-index:2;
		cursor: pointer;
	}
	
	[css-tooltip]:before,[css-tooltip]:after {
		visibility: hidden;
		opacity: 0;
		pointer-events:none;
		transition: opacity 0.5s;
	}
	
	[css-tooltip]:before {
		position: absolute;
		text-transform: initial;
		font-weight:300;
		bottom: 150%;
		left: 50%;
		margin-bottom: 5px;
		margin-left: -80px;
		padding: 7px;
		min-width:100px;
		border-radius: 3px;
		background-color:var(--paperasse-primary-dark-color);
		color:var(--paperasse-primary-text-color);
		content: attr(css-tooltip);
		filter: drop-shadow(3px 3px 4px rgba(0, 0,0,0.5));
		text-align: center;
		font-size: 12px;
		line-height: 1.2;
	}
	
	[css-tooltip]:hover:before,[css-tooltip]:hover:after {
		visibility: visible;
		opacity: 0.95;
	}

	ul#presentation_menu {
		padding:0;
		margin:0;
		list-style-type:none;
		height: 28px;
    	padding-left: 16px;
	}
	
	ul#presentation_menu li {
		 margin-left:2px;
		 float:left;
		 margin-bottom: 0px;
	}
	
	ul#presentation_menu li a {
		 display:block;
		 float:left;   
		 color:var(--paperasse-accent-color);
		 text-decoration:none;
		 text-align:center;
		 padding:4px;
		 text-transform:uppercase;
		 transition: all 0.5s;
	 }
	 
	 html#cgu ul#presentation_menu li a#cgu,
	 html#privacy ul#presentation_menu li a#privacy,
	 html#pricing ul#presentation_menu li a#pricing,
	 html#features ul#presentation_menu li a#features,
	 html#videos ul#presentation_menu li a#videos,
	 html#screenshots ul#presentation_menu li a#screenshots {
	 	font-weight:600;
	 }
	 
	 ul#presentation_menu li a:hover {
		 color:var(--paperasse-accent-light-color);
	 } 
	 
	 .out-button, .button {
	 	padding:0.7em 0.57em;
	 	text-transform: uppercase;
	 	position: relative;
	    box-sizing: border-box;
	    min-width: 5.14em;
	    margin: 0 0.29em;
	    webkit-font-smoothing:antialiased;
	   user-select: none;
	 }
	 
	 .button {
	 	border-radius:3px;
	 }
	 
	 .button.prev:before {
	 	content:'\0025C0';
	 	margin-right:8px;
	 }
	 
	 .button.next:after {
	 	content:'\0025BA';
	 	margin-left:8px;
	 }
	 
	 .header .out-button [css-tooltip]:before {
	 	background-color:var(--paperasse-accent-color);
		color:var(--paperasse-accent-text-color);
		bottom: -200%;
		left: -100%;
	 }
	 
	 .tree .root-tree [css-tooltip]:before {
	 	background-color:var(--paperasse-accent-color);
		color:var(--paperasse-accent-text-color);
		bottom: -500%;
    	left: 100%;
	 }
	 
	 .header {
	 	  width:100%;
	      position:fixed;
	      z-index:99;
	      top:0;
	      display: block;
		  height: var(--paperasse-header-height);
		  width: 100%;
		  background-color: var(--paperasse-very-light-grey-color);
		  border-bottom: 1px solid #e4e4e4;
		  transition: top var(--paperasse-header-transition-duration), background-color 0.5s, border-bottom 0.5s;
	      display: flex;
		  flex-direction: row;
		  flex-wrap: nowrap;
		  align-items:center;
	 }
	 
	 .sub-header {
	 	position:fixed;
	 	top: 0;
	    z-index:98;
	    width: 100%;
	    background-color: #fff;
	    transition: top 0.5s, -webkit-box-shadow 0.1s, box-shadow 0.1s;
	    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0), 0 1px 10px 0 rgba(0,0,0,0), 0 2px 4px -1px rgba(0,0,0,0);
	    box-shadow: 0 4px 5px 0 rgba(0,0,0,0), 0 1px 10px 0 rgba(0,0,0,0), 0 2px 4px -1px rgba(0,0,0,0);
	 }
	 
	 body.slide .sub-header {
	 	transition: top 0.5s, -webkit-box-shadow 0.5s, box-shadow 0.5s;
	 	-webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.13), 0 1px 10px 0 rgba(0,0,0,0.11), 0 2px 4px -1px rgba(0,0,0,0.2);
	    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.13), 0 1px 10px 0 rgba(0,0,0,0.11), 0 2px 4px -1px rgba(0,0,0,0.2);
	 }
	 
	 .logo-zone {
	 	display: flex;
	 	flex-direction: row;
	 	flex-wrap: nowrap;
	 	align-items:center;
	 	user-select: none;
	 }
	 
	 .logo-zone div:first-child img {
	    margin-top: 3px;
	    margin-left: 5px;
	    filter: brightness(1);
	    -webkit-transition: filter 0.5s;
	    transition: filter 0.5s;
	 }
	 
	 .logo-zone:hover div:first-child img {
	 	filter: brightness(1.1);
	 }
	 
	 .logo-zone div:not(:first-child) img {
	 	margin-top: 7px;
    	margin-left: 6px;
	 }
	 
	 .app-baseline {
	    position: relative;
    	background-color:var(--paperasse-primary-color);
    	background-image:linear-gradient(to left,transparent,transparent,var(--paperasse-primary-dark-color));
    	color:var(--paperasse-primary-text-color);
		margin-bottom: 0px;
	    font-size: 20px;
	    padding: 4px;
	    padding-left: 16px;
	    text-transform: uppercase;
		text-rendering: optimizeLegibility;
    	font-weight: 400;
    	letter-spacing: -0.5px;
	 }
	 
	div.app-baseline {
		margin-top: var(--paperasse-header-height);
	}
	 
	 
	.footer {
        background-color: var(--paperasse-info-color);
	    padding-top: 4px;
	    padding-bottom: 4px;
	    color: #8e8e8e;
	    font-size: 12px;
	    text-transform: lowercase;
	    letter-spacing: -0.3px;
	    -webkit-box-shadow: inset 0px 20px 50px 0px #2c3840;
	    box-shadow: inset 0px 20px 50px 0px #2c3840;
     }
     
     .footer .copyright{
     	clear:both;
     	text-align:center;
     }
     
     .footer a {
     	text-decoration:none;
     	color: var(--paperasse-disabled-text-color);
     	transition: all 0.5s;
     }

     .footer a:hover {
     	color: var(--paperasse-light-grey-color);
     }
     
     .footer ul#footer_menu {
		padding:0;
		margin: 8px;
		list-style-type:none;
		height: 28px;
    	padding-left: 16px;
	}
	
	.footer ul#footer_menu li {
		 float:right;
	}
	
	.footer ul#footer_menu li:not(:last-child):before {
		content:'■';
		margin-left: 4px;
		margin-right: 4px;
	}
	
	.pricing-zone {
		display: flex;
		justify-content:center;
		margin-bottom: 20px;
	}
	
	.subscribe-block {
		flex:6;
	}
	
	.minor-subscribe-block {
		display: flex;
		justify-content:center;
	}
	
	.pricing-block {
		display: flex;
		flex:1;
	    flex-direction: column;
	    align-items: stretch;
		user-select: none;
		filter: drop-shadow(0px 0px 5px rgba(34, 5,0,0.15));
	    border: 1px solid #e1c3aa;
	    border-radius: 10px;
	    position: relative;
	    min-width: 25%;
	    margin: 2%;
	    background-color: var(--paperasse-ecommerce-color);
	    color:  var(--paperasse-ecommerce-text-color);
	}
	
	#free.pricing-block {
		flex:2;
		border: 1px solid #8ab952;
		color:  var(--paperasse-accent-text-color);
		background-color: var(--paperasse-accent-color);
	}
	
	#free.pricing-block a:link, #free.pricing-block a:visited {
		color:#fbe64c;
	}
	
	#free.pricing-block a:hover {
		color:white;
	}
	
	.pricing-label {
	color: #fff6d3;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px;
    padding-top: 40px;
    border-radius: 10px 10px 0px 0px;
    padding-bottom: 10px;
    background: rgb(237,184,15);
    background: linear-gradient(170deg, rgba(237,184,15,1) 0%, rgb(223, 178, 35) 54%, rgb(198, 144, 21) 100%);
    border-bottom: 1px solid #ca976f;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	}
	
	#free .pricing-label {
	color: #dcf1bb;
    letter-spacing: 1px;
    line-height: 105%;
    font-size: 30px;
    background: var(--paperasse-accent-dark-color);
    background: linear-gradient(170deg, rgb(146, 206, 63) 0%, rgb(134, 188, 70) 54%, rgb(96, 163, 51) 100%);
    border-bottom: 1px solid #6aa523;
	}
	
	.pricing-sub-label {
		font-weight: 100;
		color: #ffdf68;
		margin-top:4px;
		display:block;
		font-size: 20px;
		letter-spacing: -1px;
	}
	
	
	.pricing-content {
		flex:1;
		display: flex;
		justify-content:center;
		align-items:center;
		min-height:200px;
	}
	
	.pricing-price {
		text-align: center;
		font-size: 80px;
		color: #fffff8;
		
	}
	
	.pricing-bottom {
		text-align:center;
		margin-bottom:4px;
		font-style: oblique 20deg;
	}
	
	.pricing-separator {
		border: 2px dashed var(--paperasse-divider-color);
	    margin: 2%;
	}

	.subscription-price {
		text-align:center;
		font-size: 60px;
		margin-top:14%;
		margin-bottom:10%;
	}
	
	.price {
	   -webkit-font-smoothing: antialiased;
    	-moz-osx-font-smoothing: grayscale;
	}
	
	.price .price-currency {
		font-family: monospace;
	    position: relative;
	    font-size: 70%;
	    font-weight: 100;
	    top: -0.3em;
	    padding-left:1%;
		color: #c69114;
	}
	
	.price .price-value {
		color: #926219;
		font-weight: 800;
	}	
	.price-per-month {
		margin-top: 40px;
		font-size: 20px;
		text-align: center;
	    font-style: italic;
	    text-transform: lowercase;
	}
	
	.eco-per-month {
	max-width: 150px;
    font-size: 20px;
    letter-spacing: 0.2px;
    line-height: 120%;
    font-weight: 600;
    text-align: center;
    background-color: var(--paperasse-accent-color);
    color: var(--paperasse-primary-color);
    text-transform: uppercase;
    padding: 0.4em;
    transform: rotate(10deg);
    position: absolute;
    bottom: 0.1em;
    right: -0.8em;
    border-radius: 2px;
    font-style: normal;
	}
	
	.minor-subscribe-block .eco-per-month {
		transform: rotate(-10deg) scale(0.7) translate(20px, 60px);
	}
	
	.eco-per-month .price {
		margin-top: 4px;
		display:block;
		font-size:40px;
		font-weight: 800;
		padding:4px;
	}
	
	.eco-per-month .price .price-value {
		color: var(--paperasse-accent-text-color);
	}
	
	.eco-per-month .price .price-currency {
		color: #cee9a3;
	}
	
	html#pricing .information {
		text-align:center;
	}
	
	table.feature-group, table.micro-entrepreneur, table.ape-taxation-category {
		filter: drop-shadow(0px 0px 2px rgba(0, 0,0,0.05));
	}
	
	table.feature-group {
		margin: 2% auto 0% auto;
	}
	
	table.feature-group tr {
	  cursor: default;
	  -webkit-user-select: none; 
	  -khtml-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
		background:transparent;
		transition: background 1s;
	}
	
	table.feature-group tr:hover {
		background: var(--paperasse-primary-very-light-color);
		transition: background 0.5s;
	}
	
	
	.feature-name-label {
	    padding: 8px;
	    text-transform: uppercase;
	    letter-spacing: 1px;
	}
	
	.feature-no-limit {
		font-size: 26px;
		color: var(--paperasse-accent-color);
	}
	
	.feature-limit {
		font-size: 14px;
		color: var(--paperasse-secondary-text-color);
	}
	
	.feature-disabled {
		font-size: 26px;
		color: var(--paperasse-warning-color);
	}
	
	.feature-info, .help-button {
		position: absolute;
	    background-color: var(--paperasse-help-light-color);
	    color: white;
	    width: 14px;
	    line-height: 14px;
	    display: inline-block;
	    text-align: center;
	    border-radius: 14px;
	    font-size: 12px;
	    margin-left: 4px;
	   -webkit-user-select: none; 
	   -khtml-user-select: none;
	   -moz-user-select: none;
	   -ms-user-select: none;
	   user-select: none;
	}
	
	.feature-group [css-tooltip]:before, .help-button:before {
	 	background-color:var(--paperasse-help-light-color);
		color:white;
	 }
	
	.feature-group td:not(:first-child) {
		text-align:center;
		width:200px;
	}
	
	.feature-group tbody td:first-child {
	    letter-spacing: 0.5px;
	    padding-left: 16px;
	    padding-bottom: 8px;
	}
	
	#screenshot_list {
		margin-bottom: 10%;
	}
	
	.terminal {
		display:none;
	}
	
	.terminal#tablet {
		margin-left:20%;
		margin-right:20%;
	}
	
	 .terminal#laptop {
		margin-left:5%;
		margin-right:5%;
	}
	
	.terminal#smartphone {
		margin-left:10%;
		margin-right:10%;
	}
	
	div[terminal="desktop"] .terminal#desktop,
	div[terminal="laptop"] .terminal#laptop,
	div[terminal="tablet"] .terminal#tablet,
	div[terminal="smartphone"] .terminal#smartphone {
		display:block;
	}
	
	.terminal-selector {
		display:inline-block;
	    width: 16%;
	    margin: 4%;
	    margin-top: 2%;
	}
	
	.terminal-selector .label {
		font-size:12px;
		display:inline;
	}
	
	#terminal_selector {
		text-align:center;
	}
	
	#terminal_selector img {
		filter:grayscale(80%) opacity(25%) contrast(100%);
		-webkit-filter:grayscale(80%) opacity(25%) contrast(100%);
		min-width:48px;
		width:100%;
		transition:filter 2s;
		-webkit-transition:filter 2s;
	}
	
	#terminal_selector img:hover,#terminal_selector img:active, #terminal_selector img:focus {
		filter:grayscale(20%) opacity(65%) contrast(200%);
		-webkit-filter:grayscale(20%) opacity(65%) contrast(200%);
		transition:filter 0.5s;
		-webkit-transition:filter 0.5s;
	}
	
	div[terminal="desktop"] img#desktop_selector,
	div[terminal="laptop"] img#laptop_selector,
	div[terminal="tablet"] img#tablet_selector,
	div[terminal="smartphone"] img#smartphone_selector {
		filter: grayscale(0%) opacity(100%);
		-webkit-filter: grayscale(0%) opacity(100%) contrast(100%);
		transition:filter 1s;
		-webkit-transition:filter 1s;
	}
	
	.screenshot {
		margin-bottom:8%;
	}
	
	.screenshot .legend {
		text-align:center;
	}
	
	.screenshot img, .video iframe {
		max-width:100%;
		filter: drop-shadow(0px 0px 2px rgba(0, 0,0,0.05));
		border: 1px solid #eeeeee;
	}
	
	.layout.horizontal {
		display: flex;
		flex-direction:row;
	}
	
	.container {
		display: flex;
	}
	
	
	.video-block:before {
	    content: 'pour en savoir plus...';
	    position: relative;
	    bottom: 36px;
	    font-size: 12px;
	    width: 0px;
	    white-space: nowrap;
	    color: #a0a0a0;
	}
	
	.video-block {
		flex-wrap: wrap;
		display: flex;
		padding: 1%;
		background-color:var(--paperasse-disabled-color);
		margin-bottom:30px;
		margin-top:30px;
		border-radius: 10px;
		border: 1px solid #e0e0e0;
	}
	
	.video-link {
		flex-grow: 1;
		width: 33%;
		text-align:center;
	}
	
	.flex {
		flex:auto;
	}
	
	.response {
		margin-left: 3%;
	}
	
	.title-block {
		line-height: 12px;
	    font-size: 12px;
	    position: relative;
	    top: -13px;
	    margin-bottom: -12px;
	    text-transform: uppercase;
	    color: var(--paperasse-accent-dark-color);
	    border-bottom: 1px solid var(--paperasse-accent-dark-color);
	}
	
	.accent-block {
		position:relative;
		margin-top: 5%;
    	margin-bottom: 3%;
	    padding: 1px;
		background-color:var(--paperasse-accent-color);
		color:white;
	}
	
	
	
	.accent-block a:link,.accent-block a:visited {
		color:white;
		text-decoration: none;
	}
	
	.accent-block p {
    text-align: center;
    text-transform: uppercase;
	}
	
	
	.video {
			margin:2%;
			width: 96%;
			position:relative;
			padding-bottom: 45%;
		}
		
		
	.video iframe {
			border: 4PX solid var(--paperasse-accent-color);
			background-color: var(--paperasse-primary-light-color);
			position:absolute;
			width: 100%;
			height: 100%;
			background-image: url(/images/icons/icon.svg);
		    background-repeat: no-repeat;
		    background-position: center;
		    background-size: 20%;
		}

	
	.video-article .article-header {
	    font-size: 16px;
	    padding: 2%;
	    margin-bottom: 3%;
	    letter-spacing: 1px;
	    color: var(--paperasse-normal-text-color);
	    background-color: var(--paperasse-grey-color);
	    border-radius: 5px;
	}
	
	.video-article img.illustration {
		margin-left:20%;
		margin-right:20%;
		width: 60%;
		margin-top:2%;
		margin-bottom:2%;
	}
	
	html#contribution img.illustration {
		margin-left:25%;
		margin-right:25%;
		width: 50%;
	}
	
	.value {
		font-weight: 500;
    	padding-right: 0.6em;
    	position: relative;
		color: var(--paperasse-primary-dark-color);
	}
	
	.value .currency {
	    position: absolute;
	    color: var(--paperasse-primary-color);
	    font-size: 86%;
	    top: -16%;
	    padding-left: 2%;
	}
	
	.year {
		letter-spacing: -0.05em;
	}
	
	@media screen and (max-width: 1580px) {
	
		#free .pricing-label {
			font-size:20px;
		}
		
		.pricing-price {
			font-size:70px;
		}
		
		.eco-per-month {
			font-size:20px;
		}
	
	 	th.forfait-liberatoire, td.forfait-liberatoire {
		    width: 0px;
		    max-width: 0px;
		    padding: 0;
		    margin: 0;
		}
		
		th.forfait-liberatoire *, td.forfait-liberatoire * {
			display: none;
		}
		
		.page-content h1 {
			font-size: 1.8em;
			line-height: 1.3em;
		}
	
	}
	
	@media screen and (max-width: 1080px) {
	
		#free .pricing-label {
			font-size:18px;
		}
		
		.eco-per-month {
			font-size:16px;
		}
		
		.pricing-price {
			font-size:50px;
		}
	
		
		div.tree {
			display: none;
		}
		
		body .page-content {
			margin-top: 110px;
		}
		
		
		th.consular-label, td.consular {
			display: none;
		}
		
		th.forfait-liberatoire-simplifie, td.forfait-liberatoire-simplifie {
		    width: 0px;
		    max-width: 0px;
		    padding: 0;
		    margin: 0;
		}
		
		th.forfait-liberatoire-simplifie *, td.forfait-liberatoire-simplifie * {
			display: none;
		}
		
		.page-content h1 {
			font-size: 1.6em;
			line-height: 1.1em;
		}
	}
	
	@media screen and (max-width: 720px) {
	
		#free .pricing-label {
			font-size:16px;
		}
		
		.pricing-price {
			font-size:40px;
		}
		
		.eco-per-month {
			font-size:14px;
		}
	
		.page-content h1 {
			font-size: 1.2em;
			line-height: 0.9em;
		}
	}
     
