
/* https://piccalil.li/blog/a-more-modern-css-reset/
*/


/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  font-family: Poppins;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}




main, div.main {width:1000px;margin: 10px auto;border:0px solid #ff0000;}
/* MENU DUNE EOLE */

.dune-eole-menu {
	width: 100%;
	border-top: 1px solid black;
	text-align: left;
	margin: 20px 0 30px;
	white-space: nowrap;
}

.dune-eole-menu li {
	display: inline-block;
	margin: 0 30px;
	text-transform: uppercase;
	vertical-align: top;
	font-size: 0.8em;
	font-weight: bold;
	border-top: 6px solid transparent;
}

.dune-eole-menu li a {
	color: black;
	text-decoration: none;
	display: inline-block;
	padding: 20px 5px;
}

.dune-eole-menu li:hover {
	border-top-color: #69858b;
}

.dune-eole-menu li.logo {
	margin-left: 50px;
	margin-right: 60px;
}

.dune-eole-menu li.logo a {
	padding: 0;
	padding-top: 10px;
}

.dune-eole-menu li.logo a img {
	height: 50px;
	width: auto;
}

.dune-eole-menu li.active {
	border-top-color: #000019;
}

@media screen and (max-width: 1200px) {
	.dune-eole-menu li {
		margin: 0 20px;
	}

	.dune-eole-menu li a {
		padding: 15px 5px;
	}

	.dune-eole-menu li.logo {
		margin-left: 40px;
		margin-right: 40px;
	}

	.dune-eole-menu li.logo a img {
		height: 40px;
		width: auto;
	}
}

@media screen and (max-width: 900px) {
	.dune-eole-menu li {
		margin: 0 10px;
	}

	.dune-eole-menu li a {
		padding: 10px 2px;
	}

	.dune-eole-menu li.logo {
		margin-left: 30px;
		margin-right: 30px;
	}

	.dune-eole-menu li.logo a img {
		height: 35px;
		width: auto;
	}
}

@media screen and (max-width: 650px) {
	.dune-eole-menu {
		white-space: normal;
	}

	.dune-eole-menu li {
		display: block;
		border: none;
		text-align: center;
	}

	.dune-eole-menu li a {
		border-bottom: 6px solid transparent;
		padding: 15px 0 5px;
		font-size: 1.2em;
	}

	.dune-eole-menu li a:hover {
		border-bottom-color: #69858b;
	}

	.dune-eole-menu li.active a {
		border-bottom-color: #000019;
	}

	.dune-eole-menu li.logo a img {
		height: 50px;
		width: auto;
	}
}

/* MENU À SOUS-SECTIONS */

.dune-eole-subsections-menu {
	display: block;
	width: 450px;
}

.dune-eole-subsections-menu li {
	display: block;
	border-bottom: 1px solid black;
}

.dune-eole-subsections-menu li a {
	color: black;
	display: block;
	text-decoration: none;
	padding: 15px 20px 15px 70px;
	background-image: url('../images/dune-eole-arrow.png');
	background-repeat: no-repeat;
	background-size: 60px auto;
	background-position: 0 38px;
	transition: padding linear 0.1s, background-position linear 0.1s;
}

.dune-eole-subsections-menu li a:hover {
	padding: 15px 5px 15px  85px;
	background-position: 10px 38px;
}

.dune-eole-subsections-menu .subsection-index {
	display: block;
	font-size: 1em;
	font-weight: 500;
}

.dune-eole-subsections-menu .subsection-title {
	display: block;
	font-size: 1em;
	line-height: 1.25em;
	font-weight: bold;
	text-transform: uppercase;
}

/* MENU SIMPLE */

.dune-eole-simple-menu {
	display: block;
	width: 300px;
}

.dune-eole-simple-menu li {
	display: block;
	border-bottom: 1px solid black;
}

.dune-eole-simple-menu li:last-child {
	border-bottom: none;
}

.dune-eole-simple-menu li a {
	color: black;
	display: block;
	text-decoration: none;
	padding: 15px 10px;
	color: black;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: 500;
	transition: padding linear 0.1s;
}

.dune-eole-simple-menu li a:hover {
	padding: 15px 0px 15px 20px;
}

/* TITRES ET PARAGRAPHES */

.dune-eole-h1, h1{
	display: inline-block;
	text-transform: uppercase;
	font-size: 3.4em;
	font-weight: bold;
	line-height: 1.2em;
	text-align: left;
}

.dune-eole-h1 .title-arrow, h1 .title-arrow {
	height: 0.9em;
	width: auto;
	display: inline-block;
	margin-right: 40px;
	vertical-align: middle;
}

.dune-eole-h2, h2 {
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	font-size: 2.2em;
	line-height: 1.1em;
}

.dune-eole-p, p {
	width: 100%;
	max-width: 400px;
	font-size: 0.9em;
	line-height: 1.8em;
	text-align: left;
}

.dune-eole-h6,  h6 {
	display: inline-block;
	text-align: left;
	font-size: 0.9em;
	line-height: 1em;
}

/* PLEINE PAGE */

.dune-eole-fullpage {
	width: 100%;
	margin-bottom: 60px;
}

.dune-eole-fullpage .dune-eole-h1, .dune-eole-fullpage h1   {
	margin: 60px 0 0 10%;
}

.dune-eole-fullpage .dune-eole-h2, .dune-eole-fullpage h2  {
	margin: 60px 0 50px 20%;
}

.dune-eole-fullpage .dune-eole-p, .dune-eole-fullpage p  {
	margin: 60px 0 0 15%;
}

/* CARROUSEL AXES */

.dune-eole-axes {
	width: 100%;
	text-align: left;
	margin: 20px 0 80px 0;
	padding: 0 50px;
}

.dune-eole-axe {
	display: inline-block;
	width: 330px;
	height: 550px;
	margin-right: 6px;
	background-size: cover;
	position: relative;
	padding: 70px 45px 0 25px;
	border-bottom: 5px solid #000019;
	background-repeat: no-repeat;
}

.dune-eole-axe:nth-child(1) {
	background-image: url('../images/axis-background-1.png');
}

.dune-eole-axe:nth-child(2) {
	background-image: url('../images/axis-background-2.png');
}

.dune-eole-axe:nth-child(3) {
	background-image: url('../images/axis-background-3.png');
}

.dune-eole-axe:nth-child(2n + 1) {
	position: relative;
	top: 70px;
}

.dune-eole-axe .axe-index {
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	border: 1px solid black;
	background-color: white;
	vertical-align: middle;
	text-align: center;
	font-size: 1.7em;
	font-weight: bold;
	position: absolute;
	top: -35px;
	left: 25px;
}

.dune-eole-axe .axe-lien {
	display: inline-block;
	width: 85px;
	height: 60px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #000019;
	text-align: center;
	padding: 17px 0;
}

.dune-eole-axe .axe-lien:hover {
	background-color: #69858b;
}

.dune-eole-axe .axe-lien img {
	height: auto;
	width: 45px;
}

.dune-eole-axe h3 {
	text-transform: uppercase;
	font-size: 1.4em;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 25px;
}

.dune-eole-axe p {
	font-size: 1em;
}

/* MENU HORIZONTAL SIMPLE */

.dune-eole-horizontal-menu {
	width: 100%;
	display: block;
	padding: 0 30px 0 40px;
	margin: 30px 0;
	white-space: nowrap;
}

.dune-eole-horizontal-menu li {
	display: inline-block;
}

.dune-eole-horizontal-menu li a {
	text-decoration: none;
	text-transform: uppercase;
	color: black;
	font-size: 0.8em;
	font-weight: bold;
	padding: 10px 0 5px;
	margin: 0 25px;
	border-bottom: 3px solid transparent;
	transition: margin linear 0.2s, border-color linear 0.05s;
}

.dune-eole-horizontal-menu li a:hover {
	border-color: black;
}

.dune-eole-horizontal-menu li a:active {
	padding: 10px 10px 5px;
	margin: 0 15px;
}

.dune-eole-horizontal-menu li:first-child a {
	font-size: 1.3em;
}

@media screen and (max-width: 900px) {
	.dune-eole-horizontal-menu li a {
		margin: 0 10px;
	}
}

@media screen and (max-width: 650px) {
	.dune-eole-horizontal-menu li {
		display: block;
		margin: 12px 10px 5px;
	}
}

/* LISTE D'ONGLETS */

.dune-eole-tabs {
	display: block;
	width: 700px;
	border-bottom: 1px solid black;
}

.dune-eole-tabs li {
	display: inline-block;
	margin-right: 25px;
}

.dune-eole-tabs li a {
	display: inline-block;
	padding: 8px 0;
	font-size: 0.85em;
	font-weight: bold;
	text-decoration: none;
	color: black;
	border-bottom: 4px solid transparent;
}

.dune-eole-tabs li a:hover {
	border-color: #C6C6C6;
}

.dune-eole-tabs li.active a {
	border-color: black;
}

.dune-eole-tabs li.action-tab {
	float: right;
	margin-right: 0;
	padding-left: 10px;
}

/* DATATABLE */

.dune-eole-datatable {
	border-collapse: collapse;
	margin: 20px 0;
}

.dune-eole-datatable tr {
	border-bottom: 1px solid black;
}

.dune-eole-datatable tr:first-child {
	border-bottom: none;
}

.dune-eole-datatable th {
	font-size: 1em;
	font-weight: 500;
	text-align: left;
	padding-bottom: 10px;
}

.dune-eole-datatable td {
	vertical-align: bottom;
	text-align: left;
	padding: 20px 50px 30px 0;
	position: relative;
	font-size: 0.9em;
	line-height: 1.2em;
}

.dune-eole-datatable td:first-child {
	padding-left: 70px;
}

.dune-eole-datatable td:last-child {
	text-align: right;
	vertical-align: middle;
	padding: 0;
}

.dune-eole-datatable td button {
	margin: 0;
}

.dune-eole-datatable .user-profile {
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 0;
	background-color: #4ffbc9;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	text-align: center;
	line-height: 60px;
	overflow: hidden;
}

.dune-eole-datatable .user-profile img {
	height: 30px;
	width: auto;
	vertical-align: middle;
	display: inline-block;
}

/* ÉLÉMENTS DE FORMULAIRE */

.dune-eole-label {
	font-size: 1.25em;
	color: black;
	font-weight: lighter;
}

.dune-eole-textfield, .dune-eole-passwordfield, .dune-eole-textfield-big, .dune-eole-passwordfield-big {
	border: 1px solid black;
	color: black;
	margin-bottom: 10px;
	font-weight: 500;
}

.dune-eole-textfield, .dune-eole-passwordfield {
	padding: 4px 10px;
	font-size: 0.95em;
}

.dune-eole-textfield-big, .dune-eole-passwordfield-big {
	padding: 10px 15px;
	font-size: 1.1em;
}

.icon-field, .icon-field-big {
	position: relative;
	display: inline-block;
}

.icon-field img {
	width: auto;
	height: 20px;
	position: absolute;
	top: 6px;
	left: 10px;
}

.icon-field input {
	padding-left: 40px;
}

.icon-field-big img {
	width: auto;
	height: 25px;
	position: absolute;
	top: 12px;
	left: 14px;
}

.icon-field-big input {
	padding-left: 50px;
}

.dune-eole-select {
	border: 1px solid black;
	padding: 4px 10px;
	margin-bottom: 10px;
	font-size: 1em;
	font-weight: 500;
	min-width: 300px;
}

.dune-eole-button, .dune-eole-button-big {
	border: none;
	color: white;
	margin-bottom: 10px;
	font-weight: bold;
	background-color: black;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}

.dune-eole-button:hover, .dune-eole-button-big:hover {
	background-color: #454545;
}

.dune-eole-button:active, .dune-eole-button-big:active {
	background-color: #565656;
}

.dune-eole-button {
	padding: 6px 25px;
	font-size: 0.85em;
}

.dune-eole-button-big {
	padding: 10px 30px;
	font-size: 1.1em;
}

.dune-eole-button-white, .dune-eole-button-white-big {
	border: none;
	color: black;
	margin-bottom: 10px;
	font-weight: 500;
	background-color: white;
	border: 1px solid black;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
}

.dune-eole-button-white:hover, .dune-eole-button-white-big:hover {
	background-color: #F4F4F4;
}

.dune-eole-button-white:active, .dune-eole-button-white-big:active {
	background-color: black;
	color: white;
}

.dune-eole-button-white {
	padding: 6px 12px;
	font-size: 0.8em;
}

.dune-eole-button-white-big {
	padding: 10px 16px;
	font-size: 1em;
}

.dune-eole-button.icon-button, .dune-eole-button-white.icon-button {
	padding: 6px 10px;
}

.dune-eole-button-big.icon-button, .dune-eole-button-white-big.icon-button {
	padding: 10px 15px;
}

.dune-eole-button img, .dune-eole-button-white img {
	height: 14px;
	width: auto;
	margin: 0 6px;
	vertical-align: middle;
}

.dune-eole-button-big img, .dune-eole-button-white-big img {
	height: 16px;
	width: auto;
	margin: 0 10px;
	vertical-align: middle;
}

.dune-eole-searchfield {
	font-size: 0;
}

.dune-eole-searchfield .dune-eole-button {
	font-size: 12px;
	height: 34px;
	vertical-align: top;
}

.dune-eole-searchfield .dune-eole-textfield {
	font-size: 14px;
	height: 34px;
	vertical-align: top;
}

.dune-eole-paging {
	text-align: center;
	margin: 20px 0;
	width: 400px;
}

.dune-eole-paging a {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	padding: 5px 0 0;
	margin: 0 4px;
	background-color: transparent;
	color: black;
	font-size: 0.8em;
	font-weight: bold;
}

.dune-eole-paging a:hover {
	background-color: rgba(0, 0, 0, 0.06);
}

.dune-eole-paging a:active {
	background-color: rgba(0, 0, 0, 0.1);
}

.dune-eole-paging a.active {
	background-color: black;
	color: white;
}

/* TOOLTIPS */

.dune-eole-tooltip {
	margin: 15px;
	padding: 22px 30px;
	max-width: 400px;
	display: inline-block;
	background-color: #000019;
	vertical-align: top;
}

.dune-eole-tooltip p {
	color: white;
	font-size: 0.8em;
	line-height: 1.5em;
	font-weight: 500;
}

.tooltip-blue {
	background-color: #160093;
}

.tooltip-green {
	background-color: #007272;
}

.tooltip-brown {
	background-color: #a34708;
}

.tooltip-darkblue {
	background-color: #000019;
}

/* FORME GRAND-EST */

.forme-grand-est {
	width: 400px;
	height: auto;
}

#forme-fullpage-1 {
	width: 900px;
	height: auto;
	position: absolute;
	top: -100px;
	left: -50px;
	z-index: -10;
	transform: rotate(-60deg);
}

.forme-grand-est-exemple {
	width: 200px;
	height: auto;
	display: inline-block;
	margin: 0 0 25px 25px;
}