/*			FONTS			*/
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400&display=swap');

@font-face {
	font-family: CircularStd;
	font-weight: 400;
	src: url("../fonts/CircularStd-Book.otf") format("opentype");
}
@font-face {
	font-family: CircularStd;
	font-weight: 600;
	src: url("../fonts/CircularStd-Bold.otf") format("opentype");
}

/*  	VARIABLES		*/
:root {
  --black-olive: #3C3C3B;
  --gris: #c4c4c4;
  --tiffany-blue: #0BB2C4;
  --vert-clair: #A7DBD8;
  --comprendre: #F2994A;
  --definir: #E639EA;
  --trouver: #E1DA2D;
  --prototyper: #3DEA39;
  --tester: #5239EA;
  --glossaire: #575756;
  --icebreaker: #0BB2C4;
  --design-thinking: #E1da2d;
  --ardoise: #575756;
}

/*  	GENERAL			*/
::after,
::before {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
::selection {
	background-color: var(--vert-clair);
}

/*		HTML		*/
body {
	/*  	FIXE STYLE ET TAILLE DE POLICE PAR DEFAUT		*/
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	line-height: 1.5;
	margin: 0;
	position: relative;
	font-size: 1.6vw;
}
h1 {
	font-family: "CircularStd",sans-serif;
	font-weight: 600;
	font-size: 3em;
	margin: 0;
	line-height: 1.2;
}
sup {
	font-size: 72%;
	line-height: 1;
	vertical-align: 30%;
	font-weight: bolder;
}
ul,li {
	list-style: none;
	padding: 0;
	margin: 0;
}
u {
	display: none;
}

/*		LIENS		*/
a {
 font-family: 'CircularStd', sans-serif;
 font-weight: bold;
 color: black;
 text-decoration: none;
 cursor: pointer;
}
a:hover {
	color: var(--tiffany-blue);
}

/*		PAGES		*/
#home {
	background: url( '/rsrc/m/homeimg.png' ) no-repeat;
	background-position: 100% 3vw;
	background-size: 50vw;
}
body:before {
	width: 0;
	height: 0;
	border-right: 18.5vw solid transparent;
	position: absolute;
	left: 0;
	content: '';
	display: block;
}
#icebreakers {
	background: url( '/rsrc/m/icebreakers.png' ) no-repeat;
	background-position: 100% 3vw;
	background-size: 50vw;
}
#comprendre {
	background: url( '/rsrc/m/designthinking_comprendre_img.png' ) no-repeat;
	background-position: 100% 2.5vw;
	background-size: 32vw;
	position: relative;
}
#comprendre:before {
	border-top: 18.5vw solid var(--comprendre);
}
#definir {
	background: url( '/rsrc/m/designthinking_definir_img.png' ) no-repeat;
	background-position: 100% 3vw;
	background-size: 32vw;
	position: relative;
}
#definir:before {
	border-top: 18.5vw solid var(--definir);
}
#trouver {
	background: url( '/rsrc/m/designthinking_trouver_img.png' ) no-repeat;
	background-position: 100% 2.5vw;
	background-size: 32vw;
	position: relative;
}
#trouver:before {
	border-top: 18.5vw solid var(--trouver);
}
#prototyper {
	background: url( '/rsrc/m/designthinking_prototyper_img.png' ) no-repeat;
	background-position: 100% 3vw;
	background-size: 32vw;
	position: relative;
}
#prototyper:before {
	border-top: 18.5vw solid var(--prototyper);
}
#tester {
	background: url( '/rsrc/m/designthinking_tester_img.png' ) no-repeat;
	background-position: 100% 3vw;
	background-size: 32vw;
	position: relative;
}
#tester:before {
	border-top: 18.5vw solid var(--tester);
}
#glossaire {
	background: url( '/rsrc/m/designthinking_glossaire_img.png' ) no-repeat;
	background-position: 100% 3vw;
	background-size: 32vw;
	position: relative;
}
#glossaire:before {
	border-top: 18.5vw solid var(--glossaire);
}
#a_propos {
	background: url( '/rsrc/m/apropos_img.png' ) no-repeat;
	background-position: 100% 3vw;
	background-size: 50vw;
	position: relative;
}
#a_propos:before {
	border-top: 18.5vw solid #fff;
}
.a_propos_eart {
	width: 4ev;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#les_reperes {
	background: url( '/rsrc/m/les_reperes.png' ) no-repeat;
	background-position: 100% 3vw;
	background-size: 50vw;
	position: relative;
}
#les_reperes:before {
	border-top: 18.5vw solid #fff;
}
#icebreaker {
	background: url( '/rsrc/m/icebreaker_2.gif' ) no-repeat;
	background-position: 100% 3vw;
	background-size: 30vw;
	position: relative;
}
#icebreaker:before {
	border-top: 18.5vw solid var( --icebreaker);
}

#design_thinking {
	background: url( '/rsrc/m/design_thinking.png' ) no-repeat;
	background-position: 100% 3vw;
	background-size: 50vw;
	position: relative;
}
#design_thinking:before {
	border-top: 18.5vw solid #fff;
}

#mentions_legales {
	background: url( '/rsrc/m/keyboard.png' ) no-repeat;
	background-position: 100% 0.7vw;
	background-size: 40vw;
	position: relative;
}
#mentions_legales:before {
	border-top: 18.5vw solid #fff;
}
#les_outils {
	background: url( '/rsrc/m/homeimg.png' ) no-repeat;
	background-position: 100% 3vw;
	background-size: 50vw;
}


/*		COULEURS PAR CATÉGORIE		*/

#comprendre .subtitle {
	color: var(--comprendre);
}
#definir .subtitle {
	color: var(--definir);
}
#trouver .subtitle {
	color: var(--trouver);
}
#prototyper .subtitle {
	color: var(--prototyper);
}
#tester .subtitle {
	color: var(--tester);
}
#glossaire .subtitle {
	color: var(--glossaire);
}


/* 		NAVBAR		 */

#navbar {
	position: sticky;
	top: 0;
	background: #fff;
	border-bottom: 3px solid var(--tiffany-blue);
	z-index: 255;
}
nav {
	padding-top: 0.5em;
	margin: 0 10vw;
	font-size: 1.62vw;
	line-height: 3vw;
	padding-bottom: 0.5em;
}
nav #logo {
	background: url('/rsrc/m/logo_ed.svg') no-repeat;
	display: inline-block;
	width: 6.2vw;
	height: 6.2vw;
	float: left;
	margin-left: -6.2vw;
	margin-top: -0.8vw;
}
nav #logo a {
	display: block;
	width: 100%;
	height: 100%;
}
nav ul {
	display: flex;
	justify-content: space-between;
	margin-left: 25%;
}
nav li {
	position: relative;
}
nav > ul > li:nth-child( 2 ):before {
	display: block;
	content:'';
	height: 0.8vw;
	width: 2vw;
	background: url( '/rsrc/m/dropdown.svg' ) no-repeat;
	background-size: contain;
	position: absolute;
	top: 1.25vw;
	left: -2vw;
}
nav .dropdown {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	transition: all 0.5s ease;
	left: -2em;
	display: none;
	background-color: #A7DBD8;
	width: 250%;
}
nav .dropdown li {
	padding: 0 1vw;
}
nav ul li:hover > ul,
nav ul li ul:hover {
	visibility: visible;
	opacity: 1;
	display: block;
}

nav li.selected > a {
	color: var(--tiffany-blue);
	font-size: 2.1vw;
}

/*		LISTS		*/
/*
.list-puces-verts li::before {
    content: "■";
    font-size: inherit;
    color: #0BB2C4;
    margin-right: 10px;
    margin-left: -1em;
}

.list-puces-verts li {
    padding-left: 24vw;
}
*/
/*		FOOTER		*/
#footer {
	background: var( --black-olive)
}
#footer footer {
	width: 80vw;
	margin: 0 10vw;
	display: flex;
	justify-content: space-between;
	min-height: 20vh;	/*		vh - ok		*/
	font-size: 1.5vw;
	font-family: 'CircularStd', sans-serif;
}
#footer footer > div {
	width: 24%;
	padding-bottom: 2em;
}
#footer #copyright {
	display: block;
	color: var(--tiffany-blue);
	padding: 1em 0 1em 10vw;
	font-weight: 500;
	margin: 0;
	font-size: 1vw;
}
#footer h6 {
	color: #fff;
	font-size: 1.6vw;
	line-height: 1;
	margin: 0;
	padding: 1.5em 0 1em;
}
#footer li a,
#footer #copyright a {
	color: var(--tiffany-blue);
	line-height: 2em;
	font-weight: 500;
}
#footer #copyright a:hover,
#footer li a:hover {
	color: #fff;
}
#footer #copyright a {
	font-weight: 700;
}
#footer footer p {
	color: var(--tiffany-blue);
	line-height: 1.5;
	font-weight: 500;
	font-size: 1.3vw;
}
/*  	H-CARD IN FOOTER		*/
/*
<div class="h-card vcard">
  <span class="p-org org">e-artsup</span>
	<p class="h-adr">
		<span class="p-street-address">95 avenue Parmentier</span>
		<span class="p-postal-code">75011</span>
		<span class="p-locality">Paris</span>
		<span class="p-country-name">France</span>
	</p>

	<span class="tel">
  	<span class="type">Standard</span>
		<a class="value" href="tel:+33184071630">01 84 07 16 30</a>
	</span>

</div>
*/
#footer .h-card .type {
	display: none;
}
#footer .h-card .p-street-address,
#footer .h-card .p-country-name {
	display: block;
}
#footer .h-card .p-org {
	font-weight: bold;
	color: var(--tiffany-blue);
}
#footer .h-card .tel a {
	color: var(--tiffany-blue);
}
#footer .h-card .tel a:hover {
	color: #fff;
}
#footer .h-card p {
	margin: 0;
	padding: 0;
}

/*  	SOCIAL-MEDIA-LINKS		*/
/*
		<div class="social-media-links">
			<a href="#" id="insta"></a>
			<a href="#" id="fb"></a>
			<a href="https://e-artsup.net/">e-artsup</a>
		</div>
*/
/*
#footer footer > div:last-of-type {
	position: relative;
}

#footer footer > div:last-of-type p {
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translate( 0,-50% );
	display: flex;
	justify-content: space-between;
	width: 100%;
}
#footer .social-media-links a {
	display: inline-block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	text-indent: -1000px;
	margin: 0;
	padding: 0;
	border-radius: 50%;
	border: 2px solid var( --tiffany-blue );
}
#footer .social-media-links a:last-child {
	width: 72px;
	border-radius: 0;
	border: none;
	background: var( --gris );
}
*/

/*		LIENS		*/
/*  	?????		*/
/*
.links {
    display: flex;
    flex-direction: column;
    transition: all 1s ease-in-out;
    height: 0;
}

.show-links {
    height: 80vh;
    transition: all 1s ease-in-out;
}

.links li {
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 1em 1em;
    margin: auto;
}

.links li a {
    color: #121212;
    transition: 0.1s border linear;
}

.links li a:hover {
    border-bottom: black 4px solid;
}
*/
/*
.social-icons {
    display: flex;
    height: 0vh;
    overflow: hidden;
}
.show-icons {
    height: 10vh;
    align-items: center;
    border-top: 2px solid black;
    overflow: visible;
}
.social-icons li {
    margin: auto;
    font-size: 1.5rem;
    transition: all 0.5s linear;
}
.social-icons li a {
    padding: 0.4em;
    color: black;
    transition: all 0.5s ease;
    border-radius: 50%;
}
.social-icons li a:hover {
    background: black;
    color: white;
}
*/

/*		@media screen and (min-width: 800px) {		*/
/*
.nav-toggle {
	display: none;
}
.nav-header {
	display: block;
}
.links {
flex-direction: row;
height: auto;
display: flex;
}

.links li {
font-size: 1rem;
text-transform: uppercase;
letter-spacing: 2px;
padding: 1em 1em;
margin: auto;
}
.social-icons {
display: flex;
height: 100%;
align-items: center;
border: none;
padding: 1em;
}

.social-icons li {
margin: auto;

font-size: 1.2rem;
}
.nav-center {
display: flex;
align-items: center;
justify-content: space-between;
}
*/

/* MAIN CSS */

.grid-container {
	max-width: 80%;
	margin: 10vw auto;
}

.grid-box.tableau {
	display: grid;
	grid-template-columns: repeat(1, 3fr);
}
.grid-box.tableau2 {
	display: grid;
	grid-template-columns: repeat(1, 3fr);
	margin: 0 5vw;
}
.grid-box {
}

/* Text - Informations (ref : page Design Thinking */

.text-informations {
	font-size: 1.8vw;
/*        line-height: 30px;	*/
}
#a_propos .text-informations a {
	color: var( --tiffany-blue );
}
#a_propos .text-informations a:hover {
	color: var( --gris );
}
.text-informations ul {
	list-style-type: none;
	list-style: var( --tiffany-blue );
}
.text-informations li::before {
	content: "■";
	font-size: 2vw;
	color: var( --tiffany-blue );
	margin-right: 1vw;
}
/*
td {
	width: 33.33%;
	vertical-align: top;
	padding-right: 1.8vw;
}
.valeur-mobiles td {
	padding-bottom: 2vw;
}
.valeur-fixes {
	font-family: 'CircularStd', sans-serif;
	font-weight: bold;
	font-size: 1.6vw;
}
.valeur-mobiles {
	margin-bottom: 2vw;
	font-size: 1.5vw;
}
.eartsup {
	width: 60%;
	margin-top: 1vw;
}
*/

.title {
	font-family: 'CircularStd', sans-serif;
	font-weight: bold;
	font-size: 3vw;
	margin-top: 2vw;
	margin-bottom: 1.5vw;
}

/*		PAGES EXERCICES		*/
.header {
	padding-top: 8vw;
}
.subtitle {
	margin: 0;
	font-size: 1.8vw;
	font-weight: 400;
}
.header h1 {
	width: 60%;
	font-family: 'CircularStd', sans-serif;
	font-weight: 600;
	font-size: 5vw;
}
.return {
	margin-top: 6vw;
	margin-bottom: 12vw;
	position: relative;
}
.return a {
	font-size: 1.8vw;
}
.return a:before {
	content:'';
	display: block;
	height: 2vw;
	width: 3vw;
	background: url( '/rsrc/m/arrow.svg' ) no-repeat;
	top: 0.4vw;
	left: -5.4vw;
	position: absolute;
	background-size: contain;
}

/*		PAGE OUTILS		*/
.page-outils {
	display: flex;
	justify-content: space-between;
	margin: 5vw -5vw 3vw;
	padding: 0;
	line-height: 1;
}
.page-outils div {
	width: 50%;
	padding: 0 1em;
}
.page-outils div:first-child {
	border-right: 3px solid var( --gris );
}
.page-outils div:hover {
	background: var( --gris );
}
.page-outils div:hover a h3 {
	color: #fff;
}
.page-outils a h3 {
	color: var( --gris );
	font-size: 2.6vw;
	margin: 0;
	padding: 0;
}
.page-outils a h1 {
	font-size: 4vw;
	margin: 0;
	padding: 0;
}
.page-outils a#dwnld {
	display: block;
	background: url( '/rsrc/m/arrow_download.svg') no-repeat;
	background-position: 90% 30%;
}

/*		PAGE GLOSSAIRE		*/
section.informations dd {
	margin-bottom: 1em;
}
section.informations dt {
	font-weight: bolder;
	position: relative;
}
section.informations dl p {
	margin: 0;
	padding: 0;
}
section.informations dt a {
	font-weight: 500;
}
section.informations dd a {
	font-weight: 400;
	display: block;
	margin-top: 1vw;
	text-indent: 1.5em;
	line-height: 1;
	height: 1.5vw;
	width: 1.5vw;
	background: url( '/rsrc/m/arrow.svg' ) no-repeat;
	background-size: contain;
	background-position: 0% 50%;
	background-repeat: no-repeat;
}
section.informations a[title] {
	color: var(--tiffany-blue);
	font-weight: 400;
	text-decoration: underline;
}
section.informations a[title]:hover {
	color: var(--vert-clair);
}

/*  Triangle white */
/*
.triangle-white {
		width: 0;
		height: 0;
		border-top: 20vh solid #ffffff;
		border-right: 20vh solid transparent;
		position: absolute;
		left: 0;
}
*/
/*  BLOC INFORMATIONS */

.informations2 p {
	margin: 6vw 24vw 6vw 1.8vw;
}

/* PAGES OUTILS : FILTRES */

/*    FILTRE    */
#filtre thead:before,
#filtre thead:after {
	display: block;
	content: '';
	background: var( --tiffany-blue );
	height: 0.4vw;
	width: 100%;
	position: absolute;
}
#filtre table {
	font-size: 1.58vw;
	font-weight: 500;
	border-collapse: collapse;
	border-spacing: 0;
	position: relative;
}
#filtre td {
	width: 24%;
	vertical-align: top;
}
#filtre thead td {
	vertical-align: middle;
	background-color: var( --tiffany-blue );
	height: 2.5vw;
	color: white;
	text-align: center;
	border-right: 4px solid white;
	font-weight: 700;
}
#filtre td:last-child {
	border-right: 0;
	padding: 5px;
}
#filtre tbody tr:nth-child(1) {
	color: #C4C4C4;
}
#filtre tbody tr:nth-child(1) td {
	padding-bottom: 0.8em;
	padding-top: 1em;
}
#filtre tbody td:nth-child(1) {
	padding-right: 1vw;
}
#filtre ul,
#filtre li {
	list-style: none;
	list-style-position: inside;
	padding: 0;
	margin: 0;
}
#filtre tr li {
	border-top: 2px solid #CFCFCF;
	width: 96%;
	height: 4vw;
	line-height: 4vw;
	cursor: pointer;
}
#filtre tr li.deselected {
	background: inherit;
}
#filtre tr li.selected {
	font-weight: 700;
	color: var( --tiffany-blue );
}
#filtre li.deselected:hover,
#filtre li.selected:hover {
	color: #D9D9D9;
	transition-timing-function: ease;
	transition-duration: 0.3s;
}
#filtre [data-toggle='on'] {
		/*display:block;*/
}
#filtre [data-toggle='off'] {
	display: none;
}

#exos li {
	border: 2px solid var(--tiffany-blue);
	margin-bottom: 1.5vw;
	width: 55%;
	padding: 1vw 2vw;
	line-height: 1.2;
	position: relative;
	min-height: 3.8vw;
}
#exos li:hover {
	background: rgb( 248,248,248 );
}
#exos li h4 {
	font-size: 1.6vw;
	font-family: 'CircularStd', sans-serif;
	font-weight: 600;
	padding: 0;
	margin: 0;
}
#exos li h5 {
	font-size: 1.2vw;
	font-weight: 400;
	color: var( --gris );
	padding: 0;
	margin: 0;
}
#exos li a {
	display: block;
	height: 3.8vw;
	width: 3.8vw;
	position: absolute;
	border: 2px solid var( --gris );
	top: 0.9vw;
	right: 1vw;
	background: #fff url( '/rsrc/m/arrow_right.svg' ) no-repeat 0.7vw 0.8vw;
	background-size: 60%;
}
#exos li a.dwnld {
	right: 6vw;
	background: #fff url( '/rsrc/m/arrow_download.svg' ) no-repeat 0.8vw 0.6vw;
	background-size: 60%;
}
#exos li a:hover {
	background-color: var( --gris );
}

/*		PAGES ANNEXES		*/
.annexes {
	margin: 8vw 0 18vw 0;
}
.tableau a {
	font-size: 1.1vw;
	text-decoration: underline;
	text-decoration-thickness: 3px;
	color: var( --tiffany-blue );
}
.tableau2 a {
	font-size: 1.1vw;
	text-decoration: underline;
	text-decoration-thickness: 3px;
	color: var( --tiffany-blue );
}
.tableau2 a:hover {
	color: var( --gris );
}

/*  		A PROPOS		*/
#a_propos .img-portrait * {
	margin: 0;
	padding: 0;
}
#a_propos figure {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
}
#a_propos figure img {
	min-width: 100%;
}
#a_propos figcaption {
	width: 100%;
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: 0.5em;
	font-size: 0.8em;
	font-weight: 600;
}
/*		À PROPOS : PROFILS IMG		*/
#a_propos .profils {
	display: block;
	position: relative;
	width: 100%;
	height: 16vw;
}
#a_propos .img-portrait {
	display: block;
	position: absolute;
	width: 20%;
	height: 16vw;
}
#a_propos .img-portrait p {
	text-align: center;
	padding: 0;
	margin: 0;
	margin-top: 20%;
	font-family: 'CircularStd', sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	color: white;
	text-decoration: none;
}
#a_propos .img-portrait:nth-child(1) {
	margin-left: 0%;
	background-color: aqua;
}
#a_propos .img-portrait:nth-child(2) {
	margin-left: 20%;
	background-color: blue;
}
#a_propos .img-portrait:nth-child(3) {
	margin-left: 40%;
	background-color: red;
}
#a_propos .img-portrait:nth-child(4) {
	margin-left: 60%;
	background-color: green;
}
#a_propos .img-portrait:nth-child(5) {
	margin-left: 80%;
	background-color: aqua;
}
#a_propos img:hover {
	opacity: 0.5;
}

/*		PAGE D'ACCUEIL		*/

#home .header h1 {
	font-size: 6vw;
	padding-bottom: 3vw;
}
#home .header span {
	display: block;
}
#home .header .cta-a {
	display: inline-block;
	background: var( --tiffany-blue);
	padding: 0.6em 1em;
	font-weight: 400;
	font-size: 2vw;
}
#home .header .cta-a a:hover {
	color: #fff;
}

#home #teaser h2 {
	font-family: 'CircularStd', sans-serif;
	font-weight: 100;
	font-size: 5vw;
	line-height: 1;
	border-bottom: 2px solid var( --gris );
	padding-bottom: 7.75vw;
}
#home #teaser h3 {
	font-family: 'CircularStd', sans-serif;
	padding-top: 8.1vw;
	width: 80%;
	font-size: 2.5vw;
}
#home #teaser li {
  padding-left: 40vw;
  width: 45%;
  position: relative;
}
#home #teaser li::before {
	content: "■";
	font-size: inherit;
	color: var(--tiffany-blue);
	margin-right: 0.3vw;
	margin-left: -1.5vw;
	margin-top: 0.6vw;
}
#home #teaser {
	border-bottom: 2px solid var( --gris );
	padding-bottom: 7.75vw;
}

#home #cinq_etapes dl {
	margin-left: 10vw;
}
#home #cinq_etapes dt {
	font-family: 'CircularStd', sans-serif;
	font-weight: 700;
	font-size: 4vw;
}
#home #cinq_etapes dt:before {
	content: "■";
	font-size: .25em;
	color: var(--tiffany-blue);
	margin-right: 1.5vw;
	margin-left: -1.5vw;
	margin-top: 0.6vw;
}
#home #cinq_etapes dd {
	font-size: 2.1vw;
	padding-bottom: 1.25em;
	margin: 0;
	margin-left: 0.45em;
	font-weight: 400;
}
#home #cinq_etapes h3 {
	font-family: 'CircularStd', sans-serif;
	font-weight: 100;
	font-size: 3vw;
	margin-left: 3vw;
	margin-right: 2vw;
}
#home #cinq_etapes dt:nth-of-type(1) {
	background: url( '/rsrc/m/dt_etape_1.svg' ) no-repeat 90% 0%;
}
#home #cinq_etapes dt:nth-of-type(2) {
	background: url( '/rsrc/m/dt_etape_2.svg' ) no-repeat 90% 0%;
}
#home #cinq_etapes dt:nth-of-type(3) {
	background: url( '/rsrc/m/dt_etape_3.svg' ) no-repeat 90% 0%;
}
#home #cinq_etapes dt:nth-of-type(4) {
	background: url( '/rsrc/m/dt_etape_4.svg' ) no-repeat 90% 0%;
}
#home #cinq_etapes dt:nth-of-type(5) {
	background: url( '/rsrc/m/dt_etape_5.svg' ) no-repeat 90% 0%;
}
#home #cinq_etapes {
	border-bottom: 2px solid var( --gris );
}

#home #designthinking h4 {
	margin-left: 20%;
}
#home #designthinking > p:nth-of-type(1) {
	width: 67%;
	padding-bottom: 2vw;
}
#home #designthinking h4 {
	padding-top: 4vw;
}
#home #designthinking ul,
#home #designthinking p:not(:nth-of-type(1)) {
	margin-left: 30%;
}
#home #designthinking li:before {
	content: "■";
	font-size: inherit;
	color: var(--tiffany-blue);
	margin-right: 10px;
	margin-left: -1em;
	margin-top: 1em;
}
#home #designthinking {
	margin-left: 5vw;
	position: relative;
	margin-top: 8vw;
	padding-bottom: 12vw;
	border-bottom: 2px solid var( --gris );
}
#home #designthinking a {
	color: var( --tiffany-blue );
}
#home #designthinking a:hover {
	color: var( --gris );
}
#home #designthinking h3{
	margin-left: -5vw;
}

#home #nos_outils {
	margin-left: 5vw;
	position: relative;
	margin-top: 8vw;
	padding-bottom: 12vw;
}

#home #nos_outils h3 {
	margin-left: -5vw;
}
#home #nos_outils > p:nth-of-type(1) {
	width: 72%;
	font-weight: 500;
}
#home #nos_outils > ul:nth-of-type(1) {
	width: 70%;
	margin-left: 1em;
	font-weight: 500;
}

#home #nos_outils ul:nth-of-type(1) li:before {
	content: "■";
	font-size: inherit;
	color: var(--tiffany-blue);
	margin-right: 10px;
	margin-left: -1em;
	margin-top: 1em;
}
#home #nos_outils ul:nth-of-type(2) {
	display: flex;
	justify-content: space-between;
	padding-top: 6vw;
}
#home #nos_outils ul:nth-of-type(2) li {
	width: 32%;
}
#home #nos_outils h4 {
	font-size: 2vw;
	margin: 0;
	padding: 0;
}
#home #nos_outils a {
	font-size: 1.1vw;
	text-decoration: underline;
	text-decoration-thickness: 3px;
	color: var( --tiffany-blue );
}
#home #nos_outils a:hover {
	color: var( --gris );
}

#home .page-outils div {
	border: none;
	width: 100%;
	background: url( '/rsrc/m/big_arrow_right.svg' ) no-repeat 98% 50%;
	background-size: 8%;
}
#home .page-outils div:hover {
	background-color: var( --gris );
}

/*  		PAGES DESIGN THINKING INFO / ICEBREAKERS INFO		*/
#icebreakers .header,
#design_thinking .header {
	position: relative;
	padding-top: 20vw;
}
#icebreakers .header a,
#design_thinking .header a {
	background: url( '/rsrc/m/big_arrow_left.svg' ) no-repeat;
	background-size: contain;
	display: block;
	height: 6vw;
	width: 12vw;
	margin-top: -20vw;
}

/*			LES OUTILS			*/
#les_outils h1 {
	margin-top: 12vw;
}
#les_outils h1 span {
	display: block;
}
#les_outils #dt {
	margin-top: 12vw;
}
#les_outils #dt h4 {
	margin-left: 4vw;
	width: 80%;
}
#les_outils #dt ul {
	margin-left: 25vw;
	margin-top: 4vw;
}
#les_outils #dt li {
	margin-top: 4vw;
}
#les_outils #dt li:before {
	content: "■";
	font-size: inherit;
	color: var(--tiffany-blue);
	margin-right: 10px;
	margin-left: 0;
	margin-top: 1em;
}

#les_outils figure img {
	width: 100%;
	min-width: 100%;
	margin: 8vw 0;
}
#les_outils figure figcaption a {
	display: block;
	background: url( '/rsrc/m/arrow_download.svg') no-repeat;
	background-position: 98% 70%;
	background-size: 6%;
}
#les_outils figure figcaption a:hover {
	background-color: var( --gris );
}
#les_outils figure figcaption h3 {
	color: var( --gris );
	font-size: 2.6vw;
	margin: 0;
	padding: 0;
	text-indent: 1vw;
}
#les_outils figure figcaption a:hover h3 {
	color: #fff;
}

#les_outils figure figcaption h1 {
	font-size: 4vw;
	margin: 0;
	padding: 0;
	text-indent: 1vw;
}

#les_outils #comment ol > li {
  counter-increment: cookies;
  margin-left: -2vw;
  font-weight: bold;
  margin-bottom: 1vw;
  width: 64vw;
}
#les_outils #comment ol > li:before {
  content: counter(cookies) ". ";
  font-weight: bold;
}
#les_outils #comment li li {
	font-weight: 300;
	margin-left: 2.1vw;
}
#les_outils #dd figcaption {
	font-size: 1.2vw;
	margin-left: 17.2vw;
}
#les_outils #dd figcaption a {
	display: inline;
	color: var( --tiffany-blue );
	background: none;
}
#les_outils #dd figcaption a:hover {
	background: none;
	color: var( --gris );
}
#les_outils #dd {
	border-top: 2px solid var( --gris );
	margin-top: 4vw;
	padding-top: 2vw;
}
#les_outils #dd dl {
	margin-left: 20vw;
}
#les_outils #dd dt {
	font-weight: bold;
	margin-top: 2vw;
}
#les_outils #dd dd {
	margin-left: 0;
}
#les_outils #comment {
	border-top: 2px solid var( --gris );
	padding-top: 2vw;
	margin-top: 4vw;
}
#les_outils #comment div#deux {
	margin-left: 12vw;
	margin-top: 4vw;
}
#les_outils #comment div#trois {
	margin-top: 4vw;
	margin-left: 25vw;
}
#les_outils #comment div#trois p {
	margin-left: 4vw;
}
#les_outils #comment li:before {
	content: "■";
	font-size: inherit;
	color: var(--tiffany-blue);
	margin-right: 10px;
	margin-left: 0;
	margin-top: 1em;
}

#les_outils #nos_outils {
	border-top: 2px solid var( --gris );
	padding-top: 6vw;
	margin-top: 6vw;
}
#les_outils #nos_outils ul {
	display: flex;
	justify-content: space-between;
}
#les_outils #nos_outils li {
	width: 30%;
}
#les_outils #exercice {
	border-top: 2px solid var( --gris );
	padding-top: 6vw;
	margin-top: 6vw;
}
#les_outils #exercice p {
	margin-left: 4vw;
	width: 60%;
}
#les_outils #boutons {
	margin-top: 8vw;
}
#les_outils #boutons ul {
	display: flex;
	justify-content: space-between;
	margin-right: 1vw;
}
#les_outils #boutons li {
	width: 30vw;
	height: 30vw;
	padding: 0.5vw 1.5vw;
}
#les_outils #boutons a {
	display: block;
	height: 100%;
	width: 100%;
}
#les_outils #boutons li:nth-child(1) {
	background: url( '/img/cta-dt.svg' ) no-repeat 50% 85%;
	border: 2px solid var( --comprendre );
	box-shadow: 1vw 1vw 0 var( --comprendre );
	background-size: 50%;
}
#les_outils #boutons li:nth-child(2) {
	background: url( '/img/cta-icebreakers.svg' ) no-repeat 50% 85%;
	border: 2px solid var( --icebreaker );
	box-shadow: 1vw 1vw 0 var( --icebreaker );
	background-size: 50%;
}
#les_outils #boutons p {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
}

/*		MENTIONS LEGALES		*/

#mentions_legales main a {
	color: var( --tiffany-blue );
}
#mentions_legales main a:hover {
	color: var( --gris );
}
#mentions_legales .header h1 {
	margin-bottom: 20vw;
}
#mentions_legales h1 span {
	display: block;
}
#mentions_legales #presentation h4 {
	width: 90%;
	margin-left: 4vw;
}
#mentions_legales #presentation ul {
	margin-left: 20vw;
}
#mentions_legales #protection {
	border-top: 2px solid var( --gris );
	margin-top: 12vw;
	padding: 12vw 0;
}
#mentions_legales #protection h3 {
	margin-bottom: 4vw;
}
#mentions_legales #protection p {
	margin-left: 4vw;
}
#mentions_legales #copyright h1 {
	margin-bottom: 6vw;
}

#mentions_legales #copyright h4 {
	margin: 2vw 0 2vw 4vw;
}
#mentions_legales #copyright p {
	margin: 2vw 0 2vw 20vw;
}

#mentions_legales #cookies h1 {
	margin-bottom: 8vw;
}
#mentions_legales #cookies {
	margin: 6vw 0;
}
#mentions_legales #cookies h3 {
	margin-left: 4vw;
}
#mentions_legales #cookies ol h3 {
  counter-increment: cookies;
  margin-left: -2vw;
  font-size: 2.8vw;
}
#mentions_legales #cookies ol h3:before {
  content: counter(cookies) ". ";
}
#mentions_legales #cookies ol {
  list-style: none;
  counter-reset: cookies;
}
#mentions_legales #cookies ol ul,
#mentions_legales #cookies ol p {
	margin-left: 18vw;
}
#mentions_legales #cookies ol ul li {
	margin-top: 1vw;
}
#mentions_legales #cookies ol ul li:before {
	content: "■";
	font-size: inherit;
	color: var(--tiffany-blue);
	margin-right: 0.5vw;
	margin-left: 0;
	margin-top: 1em;
}

/*		LES REPERES		*/

#les_reperes #accordion {
	width: 80vw;
	background-color: var( --ardoise );
	margin: auto;
}
#les_reperes #accordion .list {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 120px;
	border: 2px solid #FFF;
	cursor: pointer;
	transition: 300ms;
	color: white;
}
#les_reperes #accordion .list:hover {
	background: hsl(0, 0%, 100%);
	border: 2px solid var( --ardoise );
	color: var( --ardoise );
}
#les_reperes #accordion .accordion_title {
	position: absolute;
	top: 50%;
	left: 3vw;
	transform: translateY(-50%);
	font-size: 2.5vw;
	font-weight: 300;
}
#les_reperes #accordion .accordion_icon {
	position: absolute;
	top: 50%;
	right: 3vw;
	transform: translateY(-50%);
	font-size: 2.5vw;
	color: var( --tiffany-blue);
}
#les_reperes #accordion .panel {
	transition: 300ms;
	width: 100%;
	height: 0;
	background: white;
	overflow: hidden;
}
#les_reperes #accordion .listconttext {
	width: 90%;
}

#les_reperes #accordion h2 {
  font-family: "CircularStd",sans-serif;
  font-weight: 600;
  font-size: 2vw;
  margin: 0;
}
#les_reperes #accordion h3 {
  font-family: "CircularStd",sans-serif;
  font-weight: 600;
  margin: 0;
}
#les_reperes #accordion h4 {
	font-weight: bold;
}

#les_reperes #accordion .panel section:last-of-type {
	padding-bottom: 4vw;
}
#les_reperes #accordion img {
  width: 120%;
}
#les_reperes #accordion .square {
	position: relative;
	margin: 3vw 0 3vw 9vw;
	min-height: 2.9vw;
}
#les_reperes #accordion .square:before {
	position: absolute;
	content: '';
	display: block;
	border: 2px solid var( --ardoise );
	height: 6vw;
	width: 6vw;
	top: -1.5vw;
	left: -9vw;
}
#les_reperes #accordion .square-bolt:before {
	background: url( '/img/bolt.svg' ) no-repeat center center;
	background-size: 35%;
}
#les_reperes #accordion .square-earth:before {
	background: url( '/img/earth.svg' ) no-repeat center center;
}
#les_reperes #accordion .square-thermometer:before {
  background: url( '/img/thermometer.svg' ) no-repeat center center;
  background-size: 60%;
}
#les_reperes #accordion .square-vacum:before {
  background: url( '/img/vacum.svg' ) no-repeat center center;
}
#les_reperes #accordion .square-house:before {
  background: url( '/img/house.svg' ) no-repeat center center;
}
#les_reperes #accordion .square-inclusion:before {
  background: url( '/img/inclusion.svg') no-repeat center center;
}
#les_reperes #accordion .square-boiler:before {
  background: url( '/img/boiler.svg' ) no-repeat center center;
}
#les_reperes #accordion .square-key:before {
  background: url( '/img/key.svg' ) no-repeat center center;
}
#les_reperes #accordion .square-cash:before {
  background: url( '/img/cash.svg' ) no-repeat center center;
}
#les_reperes #accordion .square-eye:before {
	background: url( '/img/eye.svg' ) no-repeat center center;
}
#les_reperes #accordion .square-pirate:before {
	background: url( '/img/pirate.svg' ) no-repeat center center;
}
#les_reperes #accordion .square-compatibility:before {
  background: url( '/img/compatibility.svg' ) no-repeat center center;
}

/*		Évolution et gestion de l’énergie		*/
#les_reperes #sd30da p,
#les_reperes #sd30da h4,
#les_reperes #qslue p,
#les_reperes #qslue h4,
#les_reperes #dlem p,
#les_reperes #dlem h4,
#les_reperes #d-cc p,
#les_reperes #d-cc h4 {
	margin-left: 30vw;
}
#les_reperes #tegde,
#les_reperes #cdedlde {
	width: 60vw;
}
#les_reperes #cdedlde li {
	margin-left: 1.5vw;
	position: relative;
}
#les_reperes #cdedlde li:before {
	content: "■";
	font-size: inherit;
	color: var(--tiffany-blue);
	margin-right: 10px;
	margin-left: -1em;
	margin-top: 1em;
}
#les_reperes #qedvp p {
	margin-left: 9.3vw;
}
#les_reperes #qslue .square {
	margin-left: 13vw;
}
#les_reperes #qslue p:nth-of-type( 2 ) {
	width: 60vw;
	margin-left: 4vw;
}

#les_reperes #fdvdlc h4,
#les_reperes #fdvdlc p,
#les_reperes #fdvdlc h3 {
	margin-left: 4vw;
}
#les_reperes #fdvdlc .square {
	margin-left: 13vw;
}
#les_reperes #qo h4,
#les_reperes #qo h3,
#les_reperes #qo p {
	margin-left: 4vw;
}
#les_reperes #tedlmt h4,
#les_reperes #tedlmt p {
	margin-left: 4vw;
	width: 60vw;
}
#les_reperes #tedlmt {
	margin-bottom: 6vw;
	border-bottom: 2px solid var( --gris );
	padding-bottom: 6vw;
}
#les_reperes #lodgdc h4,
#les_reperes #lodgdc h3,
#les_reperes #lodgdc p {
	margin-left: 4vw;
}
#les_reperes #lodgdc .square {
	margin-left: 13vw;
}
#les_reperes #cdlbc p {
	margin-left: 4vw;
	width: 60vw;
}
#les_reperes #cdlbc .square {
	font-size: 120%;
	margin-left: 13vw;
}
#les_reperes #cdlbc .square:before {
	top: 0;
}
#les_reperes #cdlbc {
	margin-bottom: 6vw;
	border-bottom: 2px solid var( --gris );
	padding-bottom: 6vw;
}
#les_reperes #sg p,
#les_reperes #sg h4,
#les_reperes #sg h3 {
	margin-left: 4vw;
}
#les_reperes #sg .square {
	margin-left: 13vw;
}
#les_reperes #sg a {
	color: var( --tiffany-blue);
}
#les_reperes #sg a:hover {
	color: var( --gris);
}

/*  	TABLE GRID FOR ICEBREAKERS & DESIGN THINKING EXERCICES		*/

.table-box {
	display: grid;
	grid-gap: 2vw;
	grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 2lh;
}
.table-title {
	font-family: 'CircularStd', sans-serif;
	font-weight: bold;
}

#contact {
	margin: 0 5vw;
}
#contact .table-box .table-cell:last-of-type {
	grid-column: 1 / 3;
}
#contact a {
	font-size: 1.1vw;
	text-decoration: underline;
	text-decoration-thickness: 3px;
	color: var( --tiffany-blue );
}
#contact a:hover {
	color: var( --gris );
}
#contact .table-content span {
	display: block;
}

.etoile {
	width: 4ev;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
