/*
	Elemental by TEMPLATED
    templated.co @templatedco
    Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body
	{
		background: #171717;
	}

	figure{
		display: block;
	  	text-align: center;
	  	padding: 10px;
	}

	figcaption {
		display: block;
		font-size: 10pt;
	  	text-align: center;
	  	width: 70%;
	  	margin-left: auto;
  		margin-right: auto;
	}


	body,input,textarea,select
	{
		font-family: 'Open Sans', sans-serif;
		font-size: 11pt;
		line-height: 1.75em;
	}



	h1,h2,h3,h4,h5,h6
	{
		font-weight: bold;
	}

	
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
		{
			color: inherit;
			text-decoration: none;
		}
		
	strong, b
	{
		font-weight: bold;
		color: #000000;
	}
	
	em, i
	{
		font-style: italic;
	}

	a
	{
		color: #389709;
	}
	
	a:hover
	{
		text-decoration: none;
		color: #246305; 
	}

	sub
	{
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}
	
	sup
	{
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}
	
	hr
	{
		border: 0;
		border-top: solid 1px #ddd;
	}
	
	blockquote
	{
		/*border-left: solid 0.5em #ddd; */
		padding: 1em 4em 1em 4em;
		font-style: italic;
	}
	
	p, ul, ol, dl, table
	{
		margin-bottom: 1em;
	}

	header
	{
		margin-bottom: 2em;
	}
	
		header h2
		{
			text-transform: uppercase;
			color: #15061a;
		}
	
		header .byline
		{
			display: block;
			margin: 0.5em 0 0 0;
			padding: 0 0 0.5em 0;
		}

		header h3
		{
			text-transform: uppercase;
			color: #15061a;
			font-size: 18pt;
		}

		header h3 .green
		{
			color: #307d0;
		}

		header h4
		{
			text-transform: uppercase;
			color: #307d09;
			font-size: 18pt;
		}

		
	footer
	{
		margin-top: 1em;
	}

	br.clear
	{
		clear: both;
	}

	/* Sections/Articles */
	
		section,
		article
		{
			margin-bottom: 3em;
		}
		
		section > :last-child,
		article > :last-child
		{
			margin-bottom: 0;
		}

		section:last-child,
		article:last-child
		{
			margin-bottom: 0;
		}

		.row > section,
		.row > article
		{
			margin-bottom: 0;
		}

	/* Images */

		.image
		{
			display: inline-block;
		}
		
			.image img
			{
				display: block;
				width: 100%;
			}

			.image.featured
			{
				display: block;
				width: 100%;
				margin: 0 0 0 0;
			}
			
			.image.full
			{
				display: block;
				width: 100%;
				margin: 0 0 2em 0;
			}

			.image.articleflow
			{
				display: block;
				width: 70%;
				margin-left: auto;
  				margin-right: auto;
			}
			
			.image.left
			{
				float: left;
				margin: 0 2em 2em 0;
			}
			
			.image.centered
			{
				display: block;
				margin: 0 0 2em 0;
			}

				.image.centered img
				{
					margin: 0 auto;
					width: auto;
				}

	/* Lists */

		ul.default
		{
			margin: 0;
			padding: 0;
			list-style: none;
			font-size: 0.90em;
		}
		
			ul.default li
			{
				padding: 2.4em 0em;
				border-top: 1px solid;
				border-color: rgba(0,0,0,.1);
				line-height: 1.6em;
			}
			
			ul.default li:first-child
			{
				padding-top: 0;
				border-top: 0;
			}
			
			ul.default a
			{
				color: #389709;
			}
	}
			
			ul.default a:hover
			{
				text-decoration: none;
				color: #246305; 
			}
			
			ul.default img
			{
				float: left;
				margin-right: 20px;
			}
			
			ul.default .posted
			{
				margin: 0;
				padding: 10px 0px 0px 0px;
				font-size: 8pt;
				font-style: italic;
				color: #A2A2A2;
			}		

		ul.style1
		{
			margin: 0;
			padding: 0;
			list-style: none;
			font-size: 0.90em;
		}
		
			ul.style1 li
			{
				padding: 1em 0em;
				border-top: 1px solid;
				border-color: rgba(0,0,0,.1);
				line-height: 1.6em;
			}
			
			ul.style1 li:first-child
			{
				padding-top: 0;
				border-top: 0;
			}
			
			ul.style1 a
			{
				color: #389709;
			}
			
			ul.style1 a:hover
			{
				text-decoration: none;
				color: #246305; 
			}

	/* Buttons */


		.button
		{
			position: relative;
			display: inline-block;
			margin-top: 2em;
			padding: 0.90em 1.5em;
			background: #389709;
			border-radius: 5px;
			text-decoration: none;
			text-transform: uppercase;
			font-size: 1.1em;
			color: #FFF;
			-moz-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			-webkit-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			-o-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			-ms-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			cursor: pointer;
		}

			.button:hover
			{
				background: #307d09;
				color: #FFF !important;
			}



		.buttonDico
		{
			position: relative;
			display: inline-block;
			margin-top: 2em;
			padding: 0.90em 1.5em;
			background: #215403;
			border-radius: 5px;
			text-decoration: none;
			text-transform: uppercase;
			font-size: 1.1em;
			color: #FFF;
			-moz-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			-webkit-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			-o-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			-ms-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			cursor: pointer;
		}

			.buttonDico:hover
			{
				background: #133300;
				color: #FFF !important;
			}

		button.btn-secondary.dropdown-toggle 
		{
			background: #363636;
			color: #FFF;
			
		}
			button.btn-secondary.dropdown-toggle:hover
				{
			background: #6b6b6b;
			color: #FFF;
			
		}


/*********************************************************************************/
/* Icons                                                                         */
/* Powered by Font Awesome by Dave Gandy | http://fontawesome.io                 */
/* Licensed under the SIL OFL 1.1 (font), MIT (CSS)                              */
/*********************************************************************************/

/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: Font Awesome 5 Brands;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}

		.twitter::before {
    		font-family: "Font Awesome 5 Brands"; content: "\f099";
  		}

  		.researchgate::before {
    		font-family: "Font Awesome 5 Brands"; content: "\f4f8";
  		}

  		.scholar::before {
    		font-family: "Font Awesome 5 Brands"; content: "\f1a0";
  		}

  		.orcid::before {
    		font-family: "Font Awesome 5 Brands"; content: "\f8d2";
  		}

  		.linkedin::before {
    		font-family: "Font Awesome 5 Brands"; content: "\f08c";
  		}
  		
  		.github::before {
    		font-family: "Font Awesome 5 Brands"; content: "\f556";
  		}

	
/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		position: relative;
		background: url(../images/back3.jpeg) no-repeat top center;
		background-size: cover;
		text-align: center;
	}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
	}
	
		#logo h1
		{
			color: #FFF;
		}
	
		#logo a
		{
			display: block;
			text-transform: uppercase;
			text-decoration: none;
			font-weight: 700;
			line-height: 70px;
			color: #1a1a1a;
		}

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

	#nav
	{
		background: #272727;
		padding: 0;
	    display: block;
	    margin: 0 auto; 
		width: 100%;
	}

		#nav-wrapper
		{
			/* width: 70%; */
		}
		
		#nav > ul
		{
			margin: 0; auto;
			padding: 0;
			text-align: center;
		}

		#nav > ul > li
		{
			display: inline-block;
			/*border-right: 2px solid;
			border-color: rgba(255,255,255,.1); */
		}

			

			#nav > ul > li:last-child
			{
				padding-right: 0;
				border-right: none;
			}

			#nav > ul > li > a,
			#nav > ul > li > span
			{
				display: inline-block;
				padding: 1em 1.2em;
				letter-spacing: 0.06em;
				text-decoration: none;
				text-transform: uppercase;
				font-size: 1.1em;
				outline: 0;
				color: #FFF;
			}

			#nav li.active a
			{
				color: #FFF;
			}

			#nav > ul > li > a:hover
				{
					background: #6b6b6b;
					color: #FFF;
					
				}

			#nav > ul > li > ul
			{
				display: none;
			}
	
/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		
		position: relative;
		color: #fff;
    	padding: 0;
	    display: block;
	    margin: 0 auto;
	    width: 80%;

	}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main
	{
		position: relative;
		background: #fff;
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
	
	#footer
	{
		position: relative;
		background: #f4f4f4;
		border-top: 1px solid;
		border-color: rgba(0,0,0,.1);
	}
	
	#footer header h2
	{
		font-size: 1.8em;
	}
	
/* Flex */

	.flex {
		display: -ms-flexbox;
		-ms-flex-wrap: wrap;
		-ms-flex-pack: justify;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-moz-justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
	}

		.flex.flex-1 article {
			width: 70%;

		}

		.flex.flex-2 article {
			position: relative;
			text-align: center;
			justify-content: center;
			width: 70%;
		}

		.flex.flex-3 article {
			position: relative;
			width: 28%;
		}

			.flex.flex-3 article:before {
				content: '';
				position: absolute;
				width: 100%;
				height: 100%;
				right: -2em;
				top: 0;
				border-right: 1px solid #dbdbdb;
				pointer-events: none;
			}

			.flex.flex-3 article:last-child:before {
				border: none;
			}

		.flex.flex-4 .box {
			width: 21%;
		}

		@media screen and (max-width: 980px) {

			.flex.flex-2 article {
				width: 100%;
				margin-bottom: 3em;
			}

				.flex.flex-2 article:last-child {
					margin-bottom: 0;
				}

			.flex.flex-3 {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
			}

				.flex.flex-3 article {
					width: 100%;
					border-bottom: 1px solid #dbdbdb;
					padding-bottom: 2.5em;
					margin-bottom: 3em;
				}

					.flex.flex-3 article:last-child {
						border: none;
						padding-bottom: 0;
						margin: 0 0 1em 0;
					}

					.flex.flex-3 article:before {
						display: none;
					}

			.flex.flex-4 .box {
				width: 47%;
			}

		}

		@media screen and (max-width: 480px) {

			.flex.flex-4 .box {
				width: 100%;
			}

		}
	
/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/
	
	#copyright
	{
		position: relative;
		padding: 3em 0em;
		text-align: center;
		color: rgba(255,255,255,.2);
	}
	
	#copyright .containerCS
	{
	}
	
	#copyright a
	{
		text-decoration: none;
		color: rgba(255,255,255,.4);
	}			

/*********************************************************************************/
/* Apps                                                                     */
/*********************************************************************************/

.input-group-text.primary{
	background-color: #eeeeee;
}

.input-group-text.result{
	color: #0080ff;
	font-weight: bold;
}

.input-group-text.input{
	font-weight: bold;
}

.form-group {
   margin-bottom: 0px!important;
}

/*********************************************************************************/
/* Custom                                                                     */
/*********************************************************************************/

.dicoTag
	{
		border-bottom: 1px dotted #000;
    	text-decoration: none;
	}

.dicoLink
	{
		color: #389709;
		font-weight: bold;
		border-bottom: 1px dotted #389709;
    	text-decoration: none;
	}	

/* Collapsibles */


 /* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 8px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: #555;
}

.collapsible:after {
  content: '';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "";
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}