@charset "utf-8";

:root {
	/* Font Family */
	--global--font-primary: var(--font-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);
	--global--font-secondary: var(--font-base, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);

	/* Font Size */
	--global--font-size-base: 1.25rem;
	--global--font-size-xs: 1rem;
	--global--font-size-sm: 1.125rem;
	--global--font-size-md: 1.25rem;
	--global--font-size-lg: 1.5rem;
	--global--font-size-xl: 2.25rem;
	--global--font-size-xxl: 2.5rem;
	--global--font-size-xxxl: 3rem;
	--global--font-size-page-title: var(--global--font-size-xxl);
	--global--letter-spacing: normal;
	
	/* Line Height */
	--global--line-height-body: 1.7;
	--global--line-height-heading: 1.3;
	--global--line-height-page-title: 1.1;

	/* Headings */
	--heading--font-family: var(--global--font-primary);
	--heading--font-size-h6: var(--global--font-size-xs);
	--heading--font-size-h5: var(--global--font-size-sm);
	--heading--font-size-h4: var(--global--font-size-lg);
	--heading--font-size-h3: calc(1.25 * var(--global--font-size-lg));
	--heading--font-size-h2: var(--global--font-size-xl);
	--heading--font-size-h1: var(--global--font-size-page-title);
	--heading--letter-spacing-h6: 0.05em;
	--heading--letter-spacing-h5: 0.05em;
	--heading--letter-spacing-h4: var(--global--letter-spacing);
	--heading--letter-spacing-h3: var(--global--letter-spacing);
	--heading--letter-spacing-h2: var(--global--letter-spacing);
	--heading--letter-spacing-h1: var(--global--letter-spacing);
	--heading--line-height-h6: var(--global--line-height-heading);
	--heading--line-height-h5: var(--global--line-height-heading);
	--heading--line-height-h4: var(--global--line-height-heading);
	--heading--line-height-h3: var(--global--line-height-heading);
	--heading--line-height-h2: var(--global--line-height-heading);
	--heading--line-height-h1: var(--global--line-height-page-title);
	--heading--font-weight: normal;
	--heading--font-weight-page-title: 300;
	--heading--font-weight-strong: 600;
	
		/* Colors */
	--global--color-black: #000;
	--global--color-dark-gray: #28303d;
	--global--color-gray: #39414d;
	--global--color-light-gray: #f0f0f0;
	--global--color-green: #d1e4dd;
	--global--color-blue: #d1dfe4;
	--global--color-purple: #d1d1e4;
	--global--color-red: #e4d1d1;
	--global--color-orange: #e4dad1;
	--global--color-yellow: #eeeadd;
	--global--color-white: #fff;
	--global--color-white-50: rgba(255, 255, 255, 0.5);
	--global--color-white-90: rgba(255, 255, 255, 0.9);
	--global--color-primary: var(--global--color-dark-gray);
	--global--color-border: var(--global--color-primary);
	
		/* Spacing */
	--global--spacing-unit: 20px;
	--global--spacing-measure: unset;
	--global--spacing-horizontal: 25px;
	--global--spacing-vertical: 30px;
		
		/*Extra */
	--height-contact-rule:650px;
}



@media only screen and (min-width: 652px) {

	:root {
		--global--font-size-xl: 2.5rem;
		--global--font-size-xxl: 6rem;
		--global--font-size-xxxl: 9rem;
		--heading--font-size-h3: 2rem;
		--heading--font-size-h2: 3rem;
	}
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;

	/* 1 */
	-webkit-text-size-adjust: 100%;

	/* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;

	/* 1 */
	height: 0;

	/* 1 */
	overflow: visible;

	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace;

	/* 1 */
	font-size: 1em;

	/* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	text-decoration-thickness: 1px;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;

	/* 1 */
	text-decoration: underline;

	/* 2 */
	text-decoration-style: dotted;

	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace;

	/* 1 */
	font-size: 1em;

	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
	border-radius: inherit;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;

	/* 1 */
	font-size: 100%;

	/* 1 */
	line-height: 1.15;

	/* 1 */
	margin: 0;

	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {

	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {

	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;

	/* 1 */
	color: inherit;

	/* 2 */
	display: table;

	/* 1 */
	max-width: 100%;

	/* 1 */
	padding: 0;

	/* 3 */
	white-space: normal;

	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
	box-sizing: border-box;

	/* 1 */
	padding: 0;

	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
	-webkit-appearance: textfield;

	/* 1 */
	outline-offset: -2px;

	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;

	/* 1 */
	font: inherit;

	/* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/**
 * Responsive Styles
 */

/**
 * Required Variables
 */

/**
 * Root Media Query Variables
 */
:root {
	--responsive--spacing-horizontal: calc(2 * var(--global--spacing-horizontal) * 0.6);
	--responsive--aligndefault-width: calc(100vw - var(--responsive--spacing-horizontal));
	--responsive--alignwide-width: calc(100vw - var(--responsive--spacing-horizontal));
	--responsive--alignfull-width: 100%;
	--responsive--alignright-margin: var(--global--spacing-horizontal);
	--responsive--alignleft-margin: var(--global--spacing-horizontal);
}

@media only screen and (min-width: 482px) {

	:root {
		--responsive--aligndefault-width: min(calc(100vw - 4 * var(--global--spacing-horizontal)), 610px);
		--responsive--alignwide-width: calc(100vw - 4 * var(--global--spacing-horizontal));
		--responsive--alignright-margin: calc(0.5 * (100vw - var(--responsive--aligndefault-width)));
		--responsive--alignleft-margin: calc(0.5 * (100vw - var(--responsive--aligndefault-width)));
	}
}
@media only screen and (min-width: 870px) {

	:root {
		--responsive--aligndefault-width: min(calc(100vw - 8 * var(--global--spacing-horizontal)), 610px);
		--responsive--alignwide-width: min(calc(100vw - 8 * var(--global--spacing-horizontal)), 1240px);
	}
}

/**
 * Extends
 */
.post-thumbnail,
.entry-content .wp-audio-shortcode,
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
*[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
.default-max-width {
	max-width: var(--responsive--aligndefault-width);
	margin-left: auto;
	margin-right: auto;
	text-align:justify;
}

.entry-content figure{
	text-align:center!important;
}

.entry-content a{
	color: var(--global--color-primary)!important;
}

.widget-area,
.pagination,
.comments-pagination,
.post-navigation,
.site-footer,
.site-header,
.alignwide,
.wide-max-width {
	max-width: var(--responsive--alignwide-width);
	margin-left: auto;
	margin-right: auto;
}

.alignfull,
.wp-block-group .wp-block-group__inner-container > *.alignfull,
.full-max-width {
	max-width: var(--responsive--alignfull-width);
	width: var(--responsive--alignfull-width);
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (min-width: 482px) {

	.alignfull,
	.full-max-width {
		max-width: var(--responsive--alignfull-width);
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}
}

.entry-header .post-thumbnail,
.singular .post-thumbnail,
.alignfull [class*=inner-container] > .alignwide,
.alignwide [class*=inner-container] > .alignwide {
	margin-left: auto;
	margin-right: auto;
	width: var(--responsive--alignwide-width);
	max-width: var(--responsive--alignfull-width);
}

@media only screen and (min-width: 482px) {

	.entry-content > .alignleft {

		/*rtl:ignore*/
		margin-left: var(--responsive--alignleft-margin);

		/*rtl:ignore*/
		margin-right: var(--global--spacing-horizontal);
	}
}
@media only screen and (min-width: 482px) {

	.entry-content > .alignright {

		/*rtl:ignore*/
		margin-left: var(--global--spacing-horizontal);

		/*rtl:ignore*/
		margin-right: var(--responsive--alignright-margin);
	}
}

/**
 * Site Structure
 *
 * - Set vertical margins and responsive widths on
 *   top-level wrappers and content wrappers
 * - `--global--width-content` is a responsive variable
 * - See: globals/_global-width-responsive.scss
 */

/**
 * Top Level Wrappers (header, main, footer)
 * - Set vertical padding and horizontal margins
 */
.site-header,
.site-main,
.widget-area,
.site-footer {
	padding-top: var(--global--spacing-vertical);
	padding-bottom: var(--global--spacing-vertical);
	margin-left: auto;
	margin-right: auto;
}

.site-header {
	padding-top: calc(0.75 * var(--global--spacing-vertical));
	padding-bottom: calc(2 * var(--global--spacing-vertical));
}
@media only screen and (min-width: 482px) {

	.site-header {
		padding-bottom: calc(3 * var(--global--spacing-vertical));
	}
}

/**
 * Site-main children wrappers
 * - Add double vertical margins here for clearer hierarchy
 */
.site-main > * {
	margin-top: calc(3 * var(--global--spacing-vertical));
	margin-bottom: calc(3 * var(--global--spacing-vertical));
}

.site-main > *:first-child {
	margin-top: 0;
}

.site-main > *:last-child {
	margin-bottom: 0;
}

/**
 * Set the default maximum responsive content-width
 */

/**
 * Set the wide maximum responsive content-width
 */

/**
 * Set the full maximum responsive content-width
 */

/*
 * Block & non-gutenberg content wrappers
 * - Set margins
 */
.entry-header,
.post-thumbnail,
.entry-content,
.entry-footer,
.author-bio {
	margin-top: var(--global--spacing-vertical);
	margin-right: auto;
	margin-bottom: var(--global--spacing-vertical);
	margin-left: auto;
}

/*
 * Block & non-gutenberg content wrapper children
 * - Sets spacing-vertical margin logic
 */
.site-main > article > *,
.site-main > .not-found > *,
.entry-content > *,
[class*=inner-container] > *,
.wp-block-template-part > * {
	margin-top: calc(0.666 * var(--global--spacing-vertical));
	margin-bottom: calc(0.666 * var(--global--spacing-vertical));
}
@media only screen and (min-width: 482px) {

	.site-main > article > *,
	.site-main > .not-found > *,
	.entry-content > *,
	[class*=inner-container] > *,
	.wp-block-template-part > * {
		margin-top: var(--global--spacing-vertical);
		margin-bottom: var(--global--spacing-vertical);
	}
}

.site-main > article > *:first-child,
.site-main > .not-found > *:first-child,
.entry-content > *:first-child,
[class*=inner-container] > *:first-child,
.wp-block-template-part > *:first-child {
	margin-top: 0;
}

.site-main > article > *:last-child,
.site-main > .not-found > *:last-child,
.entry-content > *:last-child,
[class*=inner-container] > *:last-child,
.wp-block-template-part > *:last-child {
	margin-bottom: 0;
}

.site-footer > *,
.widget-area > * {
	margin-top: calc(0.666 * var(--global--spacing-vertical));
	margin-bottom: calc(0.666 * var(--global--spacing-vertical));
}
@media only screen and (min-width: 482px) {

	.site-footer > *,
	.widget-area > * {
		margin-top: var(--global--spacing-vertical);
		margin-bottom: var(--global--spacing-vertical);
	}
	
	.contact{
	margin-left: 25px;
	}
	
	.contact2{
	margin-left: 25px;
	}
}

/*
 * Block & non-gutenberg content wrapper children
 * - Sets spacing-unit margins
 */
.entry-header > *,
.post-thumbnail > *,
.page-content > *,
.comment-content > *,
.widget > * {
	margin-top: var(--global--spacing-unit);
	margin-bottom: var(--global--spacing-unit);
}

.entry-header > *:first-child,
.post-thumbnail > *:first-child,
.page-content > *:first-child,
.comment-content > *:first-child,
.widget > *:first-child {
	margin-top: 0;
}

.entry-header > *:last-child,
.post-thumbnail > *:last-child,
.page-content > *:last-child,
.comment-content > *:last-child,
.widget > *:last-child {
	margin-bottom: 0;
}

/*
 * .entry-content children specific controls
 * - Adds special margin overrides for alignment utility classes
 */
.entry-content > * {
	/* Reset alignleft and alignright margins after alignfull */
}

.entry-content > *.alignleft,
.entry-content > *.alignright,
.entry-content > *.alignleft:first-child + *,
.entry-content > *.alignright:first-child + *,
.entry-content > *.alignfull.has-background {
	margin-top: 0;
}

.entry-content > *:last-child,
.entry-content > *.alignfull.has-background {
	margin-bottom: 0;
}

.entry-content > *.alignfull + .alignleft,
.entry-content > *.alignfull + .alignright {
	margin-top: var(--global--spacing-vertical);
}

/**
 * Reset specific elements to make them easier to style in other contexts.
 */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
form,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

/**
 * Apply generic border-box to all elements.
 * See:
 * https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
html {

	/* Apply border-box across the entire page. */
	box-sizing: border-box;
	font-family: var(--global--font-secondary);
	line-height: var(--global--line-height-body);
}

/**
 * Relax the definition a bit, to allow components to override it manually.
 */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html, body, div, header, nav, article, figure, hr, main, section, footer {
    max-width: none;
}

body {
	font-size: var(--global--font-size-base);
	font-weight: normal;
	color: var(--global--color-primary);
	text-align: left;
	background-color: var(--global--color-background);
}

button {
	cursor: pointer;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


body{
	background-color:#EFEEEE;
}

h1{
	font-size: var(--heading--font-size-h1);
    letter-spacing: var(--heading--letter-spacing-h1);
    line-height: var(--heading--line-height-h1);
    font-family: var(--heading--font-family);
    font-weight: var(--heading--font-weight-page-title);
}

h2{
	font-size: var(--heading--font-size-h2);
    letter-spacing: var(--heading--letter-spacing-h2);
    line-height: var(--heading--line-height-h2);
    font-family: var(--heading--font-family);
    font-weight: var(--heading--font-weight);
}

#header{
    position: sticky;
    top: 0px;
	max-width: var(--responsive--alignwide-width);
    margin: auto;
    z-index: 10;
    display: flex;
    background-color: #EFEEEE;
}

.logoHeader{
	position: relative;
	flex: 1;
	display: none;
}

.logoHeader img{
	position: absolute;
    height: 100%;
    border: thick double black;
}

.flexnav{
	flex: 2;
}

.nav-container-head{
	background-color:#EFEEEE;
	float: right;
}

.menu-nav li{
	margin-left: 4px;	
	list-style: none;
	display: inline;
	text-align: center;
	border-bottom: solid 1px;
}

.menu-nav a{
	outline: none;
	font-family:  var(--global--font-secondary);
    font-weight: var(--heading--font-weight);
    font-size: var(--global--font-size-base);
    text-decoration: none;
    color: var(--global--color-primary);
    display: block;
	margin: 10px 0px;
}

.menu-nav ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    padding-inline-end: 40px;
}

.conteneur-nav{
    width: 100%;
}
nav input[type=checkbox]{
    display: none;
}
nav label{
    display: inline-block;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    background-color: #EFEEEE;
    border: thick double black;
}
nav ul{
    display: none;
    list-style-type: none;
    background-color: #EFEEEE;
}
nav input[type=checkbox]:checked + ul{
    display: flex;
    flex-flow : column wrap;
    position: absolute;
    width: 100%;
}

@media screen and (min-width: 650px){
	.headerSupport{
	padding: 0px;
	}
	
    .conteneur-nav{
        position: static;
        text-align: right;
    }
    
    nav label, nav input{
        display: none;
    }
    
    nav input[type=checkbox]:checked + ul, nav ul{
        display: block;
        background-color: #EFEEEE;
    }
    
    .menu-nav li{
	border-bottom: none;
	}
	
	.menu-nav a{
	display: inline-block;
	margin: 10px 10px;
	border-bottom: 2px solid #EFEEEE;
	}
	
    nav ul li{
        position: relative;
    }
    
    nav a:hover{
        color: black;
        border-bottom: 2px solid black;
    }
}

.headTitlePage {
    border-bottom: 3px solid var(--global--color-border);
    padding-bottom: calc(2 * var(--global--spacing-vertical));
    margin-bottom: calc(3 * var(--global--spacing-vertical));
    max-width: var(--responsive--alignwide-width);
    margin: 1em auto 28px;
}

.headerSupport{
	padding: 30px 0;
}

.nav-container-Foot{
	background-color:#EFEEEE;
	margin: 0 auto;
	box-sizing: border-box;
	max-width: var(--responsive--alignwide-width);
    text-align: center;
}

.menu-nav-footer ul{
	display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    padding-inline-end: 40px;
}

.menu-nav-footer li{
	margin-left: 4px;	
	list-style: none;
	display: inline;
	text-align: center;
}

.menu-nav-footer a{
	outline: none;
	font-family:  var(--global--font-secondary);
    font-weight: var(--heading--font-weight);
    font-size: var(--global--font-size-base);
    text-decoration: none;
    color: var(--global--color-primary);
	margin: 10px 10px;
}

.mentionLegales{
    text-align: center;
    margin: 10px 10px;
}

.mentionLegales a{
	outline: none;
	font-family:  var(--global--font-secondary);
    font-weight: var(--heading--font-weight);
    font-size: var(--global--font-size-base);
    text-decoration: none;
    color: var(--global--color-primary);
}

.site-footer {
	padding-top: var(--global--spacing-vertical);
	padding-bottom: var(--global--spacing-vertical);
	margin-left: auto;
	margin-right: auto;
}

.listreseaux{
	list-style: none;
	font-family: var(--global--font-secondary);
	font-size: var(--global--font-size-base);
}

.presentation p{	
	text-align:justify;
}

.contactParent{
	word-break: break-word;
	margin: auto;
	text-align: center;
	max-width: var(--responsive--alignwide-width);
}

.contact{
	text-align: left;
}

.contact2{
	text-align: left;
}
.contact li{
	margin-bottom: 28px;
}

.contact a, .contact2 a{
  padding: 2px 1px 0;
  color: var(--global--color-primary);
}

.containeurCategory{
	word-break: break-word;
	font-family: var(--global--font-secondary);
	font-size: var(--global--font-size-base);
	border: thick double black;
	margin: 2em auto 28px;
    max-width: var(--responsive--alignwide-width);
}

.h2Categorie{
	max-width: var(--responsive--alignwide-width);
    margin: 2em auto 28px;
}

.h2Categorie a{
	color: var(--global--color-primary);
}

.listArticle{
	border: 1px solid black;
}

.listArticle a{
	color: var(--global--color-primary);
}

.InnerlistArticle{
	border-bottom: 1px solid black;
	flex: 1;
}

.InnerArtContainer{
	height: 100%;
	text-align: center;
}

.MainArticle{
    border: 1px solid black;
    position: relative;
}	

.MainArticle a{
	color: var(--global--color-primary);
}

.MainArticleImg{
	position: relative;
    padding-bottom: 60%;
    overflow: hidden;
}

.MainArticleImg img{
	position: absolute;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.MainArticleTitle{
	text-align: center;
}

.MainArticleTitle p{
    font-size: var(--global--font-size-base);
    font-weight: 600;
    color: black;
    font-style: italic;
}


.flexcolumnArticle{
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
}

.FigCaption{
	text-align: center;
	font-size: var(--global--font-size-xs);
}

.AccesPath{
	font-family:  var(--global--font-secondary);
	font-weight: var(--heading--font-weight);
	font-size: var(--global--font-size-xs);
	color: var(--global--color-primary);
	max-width: var(--responsive--alignwide-width);
	margin: auto;
}
.AccesPath a{
	outline: none;
	color: var(--global--color-primary);
}

.Content{
	max-width: var(--responsive--alignwide-width);
	margin: auto;
	text-align: justify;
}

.Content a{
	outline: none;
	color: var(--global--color-primary);
}

.Content figure{
	text-align:center;
}

.listLienPhoto{
	word-break: break-word;
	border: thick double black;
    max-width: var(--responsive--alignwide-width);
    margin: auto;
}

.caseLienPhoto{
	border-bottom: 1px solid;
	margin: 1px;
	position: relative;
}

.caseLienPhoto a{
	outline: none;
	color: var(--global--color-primary);
	text-decoration: none;
	display: block;
}

.imgAreaPhoto{
	position: relative;
    padding-bottom: 75%;
    overflow: hidden;
}

.imgAreaPhoto img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.titreImagePhoto{
	text-align: center;
}

.CarouselContainer{
	max-width: var(--responsive--alignwide-width);
	border: thick double black;
	margin: auto;
}

.postArticle{
	max-width: var(--responsive--alignwide-width);
	margin: auto;
	position: relative;
}

.postArticle h1{
	font-size: var(--global--font-size-lg);
	font-weight: 600;
    font-style: italic;
    text-align: center;
}

.imgArea{
	position: relative;
    padding-bottom: 75%;
    overflow: hidden;
}

.imgArea img{
	position: absolute;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.logoMain{
	position: relative;
    padding-bottom: 25%;
    overflow: hidden;
    max-width: var(--responsive--alignwide-width);
    margin: auto;
}

.logoMain img{
	position: absolute;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ButtonPlace{
	text-align: right;
    margin: auto;
    max-width: var(--responsive--alignwide-width);
}

@media only screen and (min-width: 300px){
	.logoHeader{
	display: none;
	}
}

@media only screen and (min-width: 340px) {
	.MainArticleTitle {
    position: absolute;
    bottom: 0px;
    max-height: 100%;
    backdrop-filter: blur(15px);
    width: 100%;
	}
	
	.logoMain{
    padding-bottom: 15%;
	}	
}

@media only screen and (min-width: 630px) {
	.postArticle h1{
	font-size: 3rem;
    font-weight: 700;
    color: black;
    margin: 0px 10px 6px;
	}
	
	.titreImage{
	position: absolute;
    bottom: 33px;
    max-height: 100%;
    backdrop-filter: blur(15px);
    width: 100%;
	}
	
		.logoMain{
    padding-bottom: 15%;
	}
}

@media only screen and (min-width: 770px) {
	.containeurCategory{
	display:flex;
	}
	
	.MainArticle{
    display: inline-block;
    flex:1;
	}
	
	.listArticle{
	display: inline-block;
	flex:1;
	}
	
	.contactParent{
	display:flex;
	}
	
	.contact{
	display: inline-block;
	flex:1;
	}

	.contact2{
	display: inline-block;
	flex:1;
	}
	
	.logoMain{
    padding-bottom: 10%;
	}
	
	.listLienPhoto{
	width: 50%;
	}
	
}

@media only screen and (min-width: 1100px) {
	.imgArea{
    padding-bottom: 70%;
	}
	
	.postArticle, .ButtonPlace{
	width: 70%;
	}
	
	.logoMain{
    padding-bottom: 7.5%;
	}
}

@media only screen and (min-width: 1420px) {
	.imgArea{
    padding-bottom: 70%;
	}
	
	.postArticle, .ButtonPlace{
	width: 60%;
	}
}


@media only screen and (min-width: 1550px) {
	.logoMain{
    padding-bottom: 5%;
	}
}
	