	
	/* Général */
	
	@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
	@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
	@import url('https://fonts.googleapis.com/css2?family=Cantarell:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
 	@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
 	@import url('https://fonts.googleapis.com/css2?family=Oswald:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
 	@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');


	*{font-family: "Open Sans", sans-serif;color:#3c3b3b;}
	body{height: 100vh;
		background-image:url('../images/bg/ace_v1_bg_f.png'); background-size: cover;background-attachment: fixed;background-repeat: no-repeat;/*! background-position: center center; */
    background-color: linear-gradient(115deg, rgba(224,219,216,1) 15%, rgba(255,255,255,1) 100%); 
	}
	
	h1, h2, h3, h4, h5 {font-family:"Noto Sans", sans-serif;}	
	h1 {font-weight:800;text-transform:uppercase;font-size:2em;color:#268099;margin: 1em 0 0.5em !important;}
	h1:before{font-family: FontAwesome; content: "\f054";color:#268099;font-size: 0.8em;padding-right: 0.5em;margin-left: 0em;}
	h2 {font-weight:800;font-size:1.8em;margin:0.5em 0 0.25em 0.6em; }
	h3 {font-weight:800;font-size:1.6em;margin:0.25em 0.5em 0.25em 0.6em;font-style: italic;color:#268099;}
	h4 {font-weight:800;font-size:1.4em;margin:0.25em 0 0.25em 0.6em;}
	h5 {margin: 0.25em 0 0.25em 0.6em;font-weight: bold;font-size: 1.2em;color: #268099;}
	p {font-size:1em; margin:0.1em 1em 0.25em;}
	ul {}
	li {}
	a:hover {color:#e88820!important;}


	/* Barre de navigation */
	.navbar {background-color: #3a904f !important; /*! background-image:url('../images/bg/ace_bg_header_vert_xl'); */max-width: 1366px;margin: 1em auto 0;border-radius: 0;}
	.navbar-brand > img {max-height:40px;margin-left:5px;}
	.navbar-nav {margin-left: auto;margin-right: 1em;}
	.nav-link {color:#fff !important;font-size: 1.2em;margin: 0 0.5em !important;line-height: 0.6em;border-radius: 0.5em;}
	.nav-item {border-right:2px solid #fff;margin-left:0.25em!important; text-align: center;}
	.nav-item:last-of-type {border-right:none;}
	.nav-link.active {background:rgba(255,255,255,0.7);color:#2d618e!important;}
	.nav-link:hover {background:rgba(255,255,255,0.5);color:#e88820!important;}
	.navbar-dark .navbar-toggler-icon {border-radius:0.25em;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");}
	.navbar-dark .navbar-toggler-icon:hover {background-color: #fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2845,97,142,0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");}

	
	/* Barre de navigation - smartphone  */
	@media (max-width:576px){
		.nav-item {border-right:none; border-bottom:1px solid rgba(255,255,255,0.6);margin-left:0!important;}
		.nav-item:first-of-type {border-top:1px solid rgba(255,255,255,0.6);}
		.nav-item:last-of-type {border-bottom:none;}
		.nav-link{border-radius:0;margin: 0 !important;}
		.navbar-nav {margin-right:0em;padding: 0;margin-bottom: 0em;}
	}

	/* Entête de la page */
	.entete{text-align:center; }
	.entete img{max-height:170px;;margin:1em auto 0.5em;max-width:90%;background-color: rgba(255,255,255,0.5);padding: 0.25em;border-radius: 0.25em;}


	.line-separator {width:100%;margin-bottom: 0 0 1em;}

	.side-line {
			display: inline-block;
			border-top: 2px dotted #8e8e8e;

	}
	.gauche {width: 10%;margin: 0;}
	.droite {width: 82%;}

	.triangle {
			display: inline-block;
			height: 25px;
			width: 25px;
			transform: rotate(225deg);
			transform-origin: center center;
			border-top: 2px dotted #8e8e8e;
			border-left: 2px dotted #8e8e8e;
			margin-left: -3px;
			margin-right: -3px;
			margin-bottom: -12px;
	}
	
	/* Corps de texte */
	.corps {margin:0 auto;}
	.container{background-color: rgba(255,255,255,0.7);border-radius: 0;}
	.container img {max-width: 98%;margin: 0.5em auto;opacity: 0.;}
	
	.a-retenir {
		padding:1em;background:#eaf0e9;
		margin:0 1em 0.25em;
		border-radius: 2em 0 2em 0;		
		box-shadow: 5px 5px 5px 0px rgba(140,137,137,0.4);
	}
	.ombre {
		box-shadow: 10px 10px 5px 0px rgba(140,137,137,0.6);
		-webkit-box-shadow: 10px 10px 5px 0px rgba(140,137,137,0.6);
		-moz-box-shadow: 10px 10px 5px 0px rgba(140,137,137,0.6);
	}
	
	.vcenter-item{
		display: grid;
		align-items: center;
	}
	
	.text-justify{text-align:justify;}

	.gris {background:#e3e3e3;padding:0.5em}  
	.bleu {background:#e0e3ee;padding:0.5em}
	.vert {background:#eaf0e9;padding:0.5em}

	/* Hyperlien */
	a, p.coming-soon {text-decoration: none;color:#009dcc;font-weight: bold;padding: 0.5em 0.5em 0.5em 1em;/*! line-height: 1.5em; */display: inline-block;}
	a.download-data:before {font-family: FontAwesome;content:"\f0ab";font-size: 1.2em;padding: 0.5em;}
	a.link-data:before {font-family: FontAwesome;content:"\f0c1";font-size: 1.2em;padding: 0.5em;}
	a.view-link:before {font-family: FontAwesome;content:"\f194";font-size: 1.2em;padding: 0.5em;}
	a.github-link:before {font-family: FontAwesome;content:"\f09b";font-size: 1.2em;padding: 0.5em;}
	a.carto-link {text-align: center;margin:0 auto;}
	.carto-link img {max-width: 220px;}
	
	p.coming-soon {color: #3a904f;margin: 0;}
	p.coming-soon:before {font-family: FontAwesome;content:"\f017";font-size: 1.2em;padding: 0.5em;}

	/* Mentions légales */
	button#open-ml  {background:none!important; color:#009dcc;font-weight: bold;border:none; font-style:italic;}
	button#open-ml:hover {color:#e88820}
	#mentions {text-align: justify;font-size: 0.9em;}
	.adresse {padding: 0.5em}
	
	.download-titre {font-weight: bold;margin-left: 1em;color:#009dcc;}
	.download-niv2 {font-weight: bold;margin-left: 1.2em;} .download-niv2 a {padding: 0.5em 0.15em 0.5em 0.15em;}
	/* Images */
	img.logo {max-width: 200px;max-height:100px;}
	img.miniature  {max-width: 250px;max-height: 200px;}

	/* Séparateur*/
	.separateur-light {width:80%;height: 0.25em; border-bottom: 1px dotted #3e3e3e;margin:0 auto 1em}
	.separateur-ombre{box-shadow: 0 1em 1em -1em rgba(0, 0, 0, .25);padding-bottom:1em;margin:0.5em auto;max-width: 90%}
	
	/* Bloc listes */
	.liste {
		background: rgba(255,255,255,0.7);
		box-shadow: 2px 3px 5px 0px rgba(156,154,154,0.39);
	  -webkit-box-shadow: 2px 3px 5px 0px rgba(156,154,154,0.39);
		-moz-box-shadow: 2px 3px 5px 0px rgba(156,154,154,0.39);
		margin-bottom: 1em;
	}

	.liste-detail {padding:0.5em}
	.liste-detail div {padding:0.5em;}
	.ld-description h4 {font-size:1.2em;}


	/* Pied de page*/
	.pied {background-color: #fcfbfb !important; background-size: cover;border-top: 5px solid #3a904f;}	
	.pied-logos img {max-height:120px;padding: 1em;max-width: 90%;}
	.pied-mentions a {font-weight: bold;text-decoration: none;font-style: italic;}
	.pied-contact {text-align: right;padding:0.5em;} 
	.pied h5 {font-size: 1em;}
	.pied-contact p {font-size:0.7em;}
	
	/* Accordéon */
	.template_faq {
    background: #edf3fe none repeat scroll 0 0;
	}
	.panel-group {
		background: #fff none repeat scroll 0 0;
		border-radius: 3px;
		box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.04);
		margin-bottom: 0;
		padding: 30px;
	}
.accordion-item {background: none;border:none;}


	#accordeon  {
		margin: 1em auto;
	}

	#accordeon button {
		background: #fff none repeat scroll 0 0;
		border: 1px solid #ddd;
		color: #333;
		display: block;
		font-size: 18px;
		font-weight: 600;
		padding: 12px 20px 12px 50px;
		position: relative;
		transition: all 0.3s ease 0s;
		border-radius: 30px;
		cursor: pointer;
		margin-bottom: 0.5em;
		z-index: 3;
	}	

	#accordeon button.accordion-button:not(.collapsed){
		background: #3a904f !important;
		border: 1px solid transparent;
		color: #ffff;
	}

	#accordeon  button.accordion-button:after {
		border: 1px solid #ddd;
		color: #333;
		background: #fff none repeat scroll 0 0;
		border-radius: 50%;
		content: "\f105";
		box-shadow: none;
		font-family: fontawesome;
		font-size: 25px;
		height: 55px;
		left: -20px;
		line-height: 55px;
		position: absolute;
		text-align: center;
		top: -5px;
		transition: all 0.3s ease 0s;
		width: 55px;
		z-index: 5;
	}

  #accordeon button.accordion-button:not(.collapsed):after 
  {
		background: #3a904f;
		color: #fff;
		border: 1px solid transparent;
		box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    transform : rotate(90deg);
  }
	
	#accordeon div.cat-content {
		margin-left:25px;
		border-top: medium none;
		padding: 20px 25px 10px 9px;
		position: relative;
		border-left: 1px dashed #8c8c8c;
		padding-left: 25px;
		z-index: 0;
		margin-top: -1em;
		margin-right: 23px;
	}

	/* Tabs (page outils) */
	#myTab {margin-top: 2em;border-bottom: 3px solid #3a904f;}
	#myTab .nav-item {border:none;margin:0 !important;padding:0;}
	#myTab button.nav-link {color:#919191 !important;padding:0.8em;border-radius: 0.5em 0.5em 0 0;border: none;}
	#myTab button.nav-link:before {		
		 color:#919191;
			content: "\f105";
			font-family: fontawesome;
			font-size: 25px;
			height: 55px;
		padding:0.5em 0.25em}
	#myTab button.nav-link.active:before {		
		 color:#fff;
			content: "\f107";
	}
	#myTab button.nav-link.active {color:#fff !important;background: #3a904f none repeat scroll 0 0;border: none;}
	
	#myTab button.nav-link:hover{background:rgba(232,136,32,0.4);}
	.tab-pane  {padding-top:1em;}
	
	.contenu-bloc {justify-content:center!important;}
	.contenu-bloc.masque {display:none;}
	
	a.nav-link {cursor:pointer;}	
	/* Général */
	
	@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
	@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
	@import url('https://fonts.googleapis.com/css2?family=Cantarell:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
 	@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
 	@import url('https://fonts.googleapis.com/css2?family=Oswald:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
 	@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');


	*{font-family: "Open Sans", sans-serif;color:#3c3b3b;}
	body{height: 100vh;
		background-image:url('../images/bg/ace_v1_bg_f.png'); background-size: cover;background-attachment: fixed;background-repeat: no-repeat;/*! background-position: center center; */
    background-color: linear-gradient(115deg, rgba(224,219,216,1) 15%, rgba(255,255,255,1) 100%); 
	}
	
	h1, h2, h3, h4, h5 {font-family:"Noto Sans", sans-serif;}	
	h1 {font-weight:800;text-transform:uppercase;font-size:2em;color:#268099;margin: 1em 0 0.5em !important;}
	h1:before{font-family: FontAwesome; content: "\f054";color:#268099;font-size: 0.8em;padding-right: 0.5em;margin-left: 0em;}
	h2 {font-weight:800;font-size:1.8em;margin:0.5em 0 0.25em 0.6em; }
	h3 {font-weight:800;font-size:1.6em;margin:0.25em 0.5em 0.25em 0.6em;font-style: italic;color:#268099;}
	h4 {font-weight:800;font-size:1.4em;margin:0.25em 0 0.25em 0.6em;}
	h5 {margin: 0.25em 0 0.25em 0.6em;font-weight: bold;font-size: 1.2em;color: #268099;}
	p {font-size:1em; margin:0.1em 1em 0.25em;}
	ul {}
	li {}
	a:hover {color:#e88820!important;}


	/* Barre de navigation */
	.navbar {background-color: #3a904f !important; /*! background-image:url('../images/bg/ace_bg_header_vert_xl'); */max-width: 1366px;margin: 1em auto 0;border-radius: 0;}
	.navbar-brand > img {max-height:40px;margin-left:5px;}
	.navbar-nav {margin-left: auto;margin-right: 1em;}
	.nav-link {color:#fff !important;font-size: 1.2em;margin: 0 0.5em !important;line-height: 0.6em;border-radius: 0.5em;}
	.nav-item {border-right:2px solid #fff;margin-left:0.25em!important; text-align: center;}
	.nav-item:last-of-type {border-right:none;}
	.nav-link.active {background:rgba(255,255,255,0.7);color:#2d618e!important;}
	.nav-link:hover {background:rgba(255,255,255,0.5);color:#e88820!important;}
	.navbar-dark .navbar-toggler-icon {border-radius:0.25em;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");}
	.navbar-dark .navbar-toggler-icon:hover {background-color: #fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2845,97,142,0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");}

	
	/* Barre de navigation - smartphone  */
	@media (max-width:576px){
		.nav-item {border-right:none; border-bottom:1px solid rgba(255,255,255,0.6);margin-left:0!important;}
		.nav-item:first-of-type {border-top:1px solid rgba(255,255,255,0.6);}
		.nav-item:last-of-type {border-bottom:none;}
		.nav-link{border-radius:0;margin: 0 !important;}
		.navbar-nav {margin-right:0em;padding: 0;margin-bottom: 0em;}
	}

	/* Entête de la page */
	.entete{text-align:center; }
	.entete img{max-height:170px;;margin:1em auto 0.5em;max-width:90%;background-color: rgba(255,255,255,0.5);padding: 0.25em;border-radius: 0.25em;}


	.line-separator {width:100%;margin-bottom: 0 0 1em;}

	.side-line {
			display: inline-block;
			border-top: 2px dotted #8e8e8e;

	}
	.gauche {width: 10%;margin: 0;}
	.droite {width: 82%;}

	.triangle {
			display: inline-block;
			height: 25px;
			width: 25px;
			transform: rotate(225deg);
			transform-origin: center center;
			border-top: 2px dotted #8e8e8e;
			border-left: 2px dotted #8e8e8e;
			margin-left: -3px;
			margin-right: -3px;
			margin-bottom: -12px;
	}
	
	/* Corps de texte */
	.corps {margin:0 auto;}
	.container{background-color: rgba(255,255,255,0.7);border-radius: 0;}
	.container img {max-width: 98%;margin: 0.5em auto;opacity: 0.;}
	
	.a-retenir {
		padding:1em;background:#eaf0e9;
		margin:0 1em 0.25em;
		border-radius: 2em 0 2em 0;		
		box-shadow: 5px 5px 5px 0px rgba(140,137,137,0.4);
	}
	.ombre {
		box-shadow: 10px 10px 5px 0px rgba(140,137,137,0.6);
		-webkit-box-shadow: 10px 10px 5px 0px rgba(140,137,137,0.6);
		-moz-box-shadow: 10px 10px 5px 0px rgba(140,137,137,0.6);
	}
	
	.vcenter-item{
		display: grid;
		align-items: center;
	}
	
	.text-justify{text-align:justify;}

	.gris {background:#e3e3e3;padding:0.5em}  
	.bleu {background:#e0e3ee;padding:0.5em}
	.vert {background:#eaf0e9;padding:0.5em}

	/* Hyperlien */
	a, p.coming-soon {text-decoration: none;color:#009dcc;font-weight: bold;padding: 0.5em 0.5em 0.5em 1em;/*! line-height: 1.5em; */display: inline-block;}
	a.download-data:before {font-family: FontAwesome;content:"\f0ab";font-size: 1.2em;padding: 0.5em;}
	a.link-data:before {font-family: FontAwesome;content:"\f0c1";font-size: 1.2em;padding: 0.5em;}
	a.view-link:before {font-family: FontAwesome;content:"\f194";font-size: 1.2em;padding: 0.5em;}
	a.github-link:before {font-family: FontAwesome;content:"\f09b";font-size: 1.2em;padding: 0.5em;}
	a.carto-link {text-align: center;margin:0 auto;}
	.carto-link img {max-width: 220px;}
	
	p.coming-soon {color: #3a904f;margin: 0;}
	p.coming-soon:before {font-family: FontAwesome;content:"\f017";font-size: 1.2em;padding: 0.5em;}

	/* Mentions légales */
	button#open-ml  {background:none!important; color:#009dcc;font-weight: bold;border:none; font-style:italic;}
	button#open-ml:hover {color:#e88820}
	#mentions {text-align: justify;font-size: 0.9em;}
	.adresse {padding: 0.5em}
	
	.download-titre {font-weight: bold;margin-left: 1em;color:#009dcc;}
	.download-niv2 {font-weight: bold;margin-left: 1.2em;} .download-niv2 a {padding: 0.5em 0.15em 0.5em 0.15em;}
	/* Images */
	img.logo {max-width: 200px;max-height:100px;}
	img.miniature  {max-width: 250px;max-height: 200px;}

	/* Séparateur*/
	.separateur-light {width:80%;height: 0.25em; border-bottom: 1px dotted #3e3e3e;margin:0 auto 1em}
	.separateur-ombre{box-shadow: 0 1em 1em -1em rgba(0, 0, 0, .25);padding-bottom:1em;margin:0.5em auto;max-width: 90%}
	
	/* Bloc listes */
	.liste {
		background: rgba(255,255,255,0.7);
		box-shadow: 2px 3px 5px 0px rgba(156,154,154,0.39);
	  -webkit-box-shadow: 2px 3px 5px 0px rgba(156,154,154,0.39);
		-moz-box-shadow: 2px 3px 5px 0px rgba(156,154,154,0.39);
		margin-bottom: 1em;
	}

	.liste-detail {padding:0.5em}
	.liste-detail div {padding:0.5em;}
	.ld-description h4 {font-size:1.2em;}


	/* Pied de page*/
	.pied {background-color: #fcfbfb !important; background-size: cover;border-top: 5px solid #3a904f;}	
	.pied-logos img {max-height:120px;padding: 1em;max-width: 90%;}
	.pied-mentions a {font-weight: bold;text-decoration: none;font-style: italic;}
	.pied-contact {text-align: right;padding:0.5em;} 
	.pied h5 {font-size: 1em;}
	.pied-contact p {font-size:0.7em;}
	
	/* Accordéon */
	.template_faq {
    background: #edf3fe none repeat scroll 0 0;
	}
	.panel-group {
		background: #fff none repeat scroll 0 0;
		border-radius: 3px;
		box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.04);
		margin-bottom: 0;
		padding: 30px;
	}
.accordion-item {background: none;border:none;}


	#accordeon  {
		margin: 1em auto;
	}

	#accordeon button {
		background: #fff none repeat scroll 0 0;
		border: 1px solid #ddd;
		color: #333;
		display: block;
		font-size: 18px;
		font-weight: 600;
		padding: 12px 20px 12px 50px;
		position: relative;
		transition: all 0.3s ease 0s;
		border-radius: 30px;
		cursor: pointer;
		margin-bottom: 0.5em;
		z-index: 3;
	}	

	#accordeon button.accordion-button:not(.collapsed){
		background: #3a904f !important;
		border: 1px solid transparent;
		color: #ffff;
	}

	#accordeon  button.accordion-button:after {
		border: 1px solid #ddd;
		color: #333;
		background: #fff none repeat scroll 0 0;
		border-radius: 50%;
		content: "\f105";
		box-shadow: none;
		font-family: fontawesome;
		font-size: 25px;
		height: 55px;
		left: -20px;
		line-height: 55px;
		position: absolute;
		text-align: center;
		top: -5px;
		transition: all 0.3s ease 0s;
		width: 55px;
		z-index: 5;
	}

  #accordeon button.accordion-button:not(.collapsed):after 
  {
		background: #3a904f;
		color: #fff;
		border: 1px solid transparent;
		box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    transform : rotate(90deg);
  }
	
	#accordeon div.cat-content {
		margin-left:25px;
		border-top: medium none;
		padding: 20px 25px 10px 9px;
		position: relative;
		border-left: 1px dashed #8c8c8c;
		padding-left: 25px;
		z-index: 0;
		margin-top: -1em;
		margin-right: 23px;
	}

	/* Tabs (page outils) */
	#myTab {margin-top: 2em;border-bottom: 3px solid #3a904f;}
	#myTab .nav-item {border:none;margin:0 !important;padding:0;}
	#myTab button.nav-link {color:#919191 !important;padding:0.8em;border-radius: 0.5em 0.5em 0 0;border: none;}
	#myTab button.nav-link:before {		
		 color:#919191;
			content: "\f105";
			font-family: fontawesome;
			font-size: 25px;
			height: 55px;
		padding:0.5em 0.25em}
	#myTab button.nav-link.active:before {		
		 color:#fff;
			content: "\f107";
	}
	#myTab button.nav-link.active {color:#fff !important;background: #3a904f none repeat scroll 0 0;border: none;}
	
	#myTab button.nav-link:hover{background:rgba(232,136,32,0.4);}
	.tab-pane  {padding-top:1em;}
	
	.contenu-bloc {justify-content:center!important;}
	.contenu-bloc.masque {display:none;}
	
	a.nav-link {cursor:pointer;}