.print {
	display: none;
	}


:root    {
	--largeur : 100vw;
	--hauteurmax_img : calc(var(--largeur) - 3.5rem);
	--hauteur : 100vh;
	--hauteurdesk_img : calc(var(--hauteur) - 256px);
/* Pour gérer la bonne tenu en hauteur des menus de texte */
/* Mettre ici la hauteur du plus grand menu timeline-block */
	--plus-haute_timeline-block: calc(816px - 20px);
	
	}

/*scss**********************************

@media (min-width: 30em) = 480px
@media (min-width: 48em) = 768px
@media (min-width: 69.375em) = 1110px
	@media (min-width: 70em) = 1120px
@media (min-width: 77.875em) = 1246px
@media (min-width: 120.5em) = 1920px

@media (max-width: 47.999em)
@media (max-width: 43.75em) = 768px

@media screen and (max-width: 991px)
@media screen and (max-width: 1199px)
@media screen and (max-width: 767px)
***********************************/
@charset "UTF-8";
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/371e0e");
@font-face {
  font-family: 'IsabelSemiCondensed-Light';
  src: url("../fonts/371E0E_6_0.woff2") format("woff2"), url("../fonts/371E0E_6_0.woff") format("woff"); }

@font-face {
  font-family: 'IsabelSemiCondensed-Regular';
  src: url("../fonts/371E0E_8_0.woff2") format("woff2"), url("../fonts/371E0E_8_0.woff") format("woff"); }

@font-face {
  font-family: 'IsabelSemiCondensed-Light-Italic';
  src: url("../fonts/371E0E_9_0.woff2") format("woff2"), url("../fonts/371E0E_9_0.woff") format("woff"); }

@font-face {
  font-family: 'IsabelSemiCondensed-Regular-Italic';
  src: url("../fonts/371E0E_A_0.woff2") format("woff2"), url("../fonts/371E0E_A_0.woff") format("woff"); }

@font-face {
  font-family: 'IsabelSemiCondensed-Black';
  src: url("../fonts/371E0E_C_0.woff2") format("woff2"), url("../fonts/371E0E_C_0.woff") format("woff"); }

@font-face {
  font-family: 'IsabelSemiCondensed-Bold';
  src: url("../fonts/371E0E_D_0.woff2") format("woff2"), url("../fonts/371E0E_D_0.woff") format("woff"); }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }
  
i, em {
    font-style: italic; }
sup {
		font-size: 75%;
		vertical-align: baseline; 
		position: relative; 
		bottom: 0.40em;
		left: 0.05em;
	}
sub {
		vertical-align: baseline; 
		position: relative; 
		bottom: -0.30em;
	}
b, strong {
    font-weight: bold; }
	
.pcap {
    font-variant: small-caps; 
	/*font-weight: bold;*/}

/*.title-2 .pcap,
.glossaire-section .pcap { 
	font-weight: unset;}
.titre_auteur .pcap { 
	font-weight: bold;}
	*/
	
@media (max-width: 1979px) {	
	br.br_1979 {
		display: none;}
}

@media (max-width: 1668px) or (min-width: 1896px)  {	
	br.br_or1896 {
		display: none;}
}
	
@media (max-width: 1700px) {	
	br.br_1700 {
		display: none;}
}
@media (max-width: 1242px) {	
	br.br_1242 {
		display: none;}
}
@media (max-width: 1109.999px) {	
	br.br_1110 {
		display: none;}
}
@media (min-width: 768px) {	
	br.br_768 {
		display: none;}
}
@media (min-width: 488px) {	
	br.br_488 {
		display: none;}
}
@media (max-width: 350px) {	
	br.br_350-488 {
		display: none;}
}
@media (min-width: 488px) {	
	br.br_350-488 {
		display: none;}
}
@media (min-width: 390px) {	
	.hide_390 {
		display: none;}
}
@media (max-width: 389px) {	
	.show_390 {
		display: none;}
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul, li {
  list-style: none; }
  

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button {
  padding: 0;
  margin: 0;
  border: 0;
  background: none; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  outline: none; }

input {
  outline: none; }

/* Utilities */
.cf:before, .cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

.vh {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

:root {
  --themecolor: rgb(var(--themecolorRGB));
  --loaderFirstShadow: rgba(var(--themecolorRGB), 0.25); }

* {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  outline: 0; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  height: 100%;
  min-height: 100%;
  -webkit-font-smoothing: antialiased; }

body {
  height: 100%;
  min-height: 100%;
  color: #000;
  background: #f6f6f3;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.9;
  overflow-x: hidden; }
  body.is-blocked {
    overflow: hidden; }
@media (min-width: 69.375em) {
    body {
      font-size: 1.1875rem; } 
}

button  {
  outline: 0 !important; }

p {
  margin-bottom: 2.5rem;
  line-height: 1.6;
  font-weight: 400; }
  p:last-child {
    margin-bottom: 0; }
  p strong {
    font-weight: bold; }
  p i {
    font-style: italic; }

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease, color 0.3s ease, background 0.3s ease; }

img {
  max-width: 100%;
  height: auto; }
  
.block_decroche {display:flex;}

.decroche {
	display:block;
	margin-left: 1.5rem;}
	
.intitule_decroche{
	display:block;}

.wrapper {
  max-width: 77.875rem;
  padding: 0 1.25rem;
  margin: 0 auto;
  position: relative; }
  @media (min-width: 30em) {
    .wrapper {
      width: 30rem; } 
	 }
  @media (min-width: 48em) {
    .wrapper {
      width: 48rem; }
	 }
  @media (min-width: 69.375em) {
    .wrapper {
      width: 69.375rem; } 
	 }
  @media (min-width: 77.875em) {
    .wrapper {
      width: 77.875rem;} 
	  }

.font-size-target {
  font-size: 16px; }


.btn, .btn-2, .btn-3 {
  display: inline-block;
  vertical-align: middle;
  padding: 0.5rem 1.5rem 0.25rem;
  margin-bottom: 0;
  border: 0px solid transparent;
  border-radius: 0;
  color: #fff;
  background:#0080c0;
  background: var(--themecolor, #333);
  font-family: "IsabelSemiCondensed-Regular", Georgia, serif;
  font-size: 1.875rem;
  text-transform: none;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-osx-font-smoothing: grayscale;
  transition: background 0.3s ease, color .3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  
/*1110px desktop*/	
@media (min-width: 69.375em) and (orientation: landscape) {
	.btn-2 {
		padding: 0.5rem 0.5rem 0.25rem;
	}
}
/*1920px desktop*/	
@media (min-width: 120.5em) and (orientation: landscape) {
	.btn-2 {
		padding: 0.5rem 1.5rem 0.25rem;
	}
}

.avec-marge{
	margin-bottom:2.5rem;
}

.btn:hover, .btn:focus {
  color: white;
  background: black; }

.btn-2 {
  color: white;
  background: black; }
  .btn-2:hover, .btn-2:focus {
    color: black;
    background: white; }

.btn-3 {
	color: #0080c0;
  color: var(--themecolor, #333);
  background: white; }
  .btn-3:hover, .btn-3:focus {
    color: black;
    background: white; }

.btn--block {
  display: block;
  width: 100%; }

.link {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-family: "IsabelSemiCondensed-Light-Italic", Georgia, serif;
  font-size: 0.8125rem;
  cursor: pointer;
  transition: color .3s ease; }  
  @media (min-width: 69.375em) {
    .link {
      font-size: 0.8125rem; } 
	}
  .link::before, .link::after {
	  color: #0080c0;
    color: var(--themecolor, #333);
    font-family: "IsabelSemiCondensed-Regular", Georgia, serif; }
  .link::before {
    content: '{';
    margin-right: 0.1875rem; }
  .link::after {
    content: '}';
    margin-left: 0.1875rem; }
  .link:hover, .link:focus {
	  color: #0080c0;
    color: var(--themecolor, #333); }
.link.init{
	margin-left: 2rem; }

.select-input {
  overflow: hidden;
  width: 100%;
  height: 3.4375rem;
  border: 0;
  border-radius: 2px;
  color: #8B8B8B;
  background-color: #F2F2F2;
  background-image: url(../images/icons/picto-double-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 20px top 50%;
  font-family: Arial;
  font-size: 1.4375rem;
  line-height: 1;
  -webkit-appearance: none;
  transition: border .2s ease-out; }
  .select-input select {
    width: calc(100% + 50px);
    height: 3.4375rem;
    padding-left: 1.25rem;
    margin-bottom: 0;
    color: #8B8B8B;
    background: transparent;
    border: 0;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none;
    font-family: Arial;
    font-size: 1.0625rem; }
    .select-input select::-webkit-input-placeholder {
      font-family: Arial;
      font-size: 0.875rem;
      transform: translateY(-2px); }
    .select-input select::-moz-placeholder {
      font-family: Arial;
      font-size: 0.875rem;
      transform: translateY(-2px); }
    .select-input select:-ms-input-placeholder {
      font-family: Arial;
      font-size: 0.875rem;
      transform: translateY(-2px); }
    .select-input select:-moz-placeholder {
      font-family: Arial;
      font-size: 0.875rem;
      transform: translateY(-2px); }

.form-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.form-row {
  margin-bottom: 1.875rem; }

/******/
.form-bloc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 1.5625rem; }
  .form-bloc label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    /*   justify-content: space-between;  */
    margin-bottom: 0.3125rem;
	color: #0080c0;
    color: var(--themecolor, #333);
    font-family: "IsabelSemiCondensed-Regular", Georgia, serif;
    font-size: 1.375rem;
    line-height: 1.2; }
  .form-bloc .link:hover {
	  color: #0080c0;
    color: var(--themecolor, #333); }
  .form-bloc .sub-label {
    color: rgba(0, 0, 0, 0.5);
    font-size: 0.8125rem;
    font-family: "IsabelSemiCondensed-Light", Georgia, serif;
    line-height: 1.2;
    margin-bottom: 0.3125rem; }

.form-bloc.form-bloc--plain label {
  color: #000; }

/******/
.form-multi-blocs .form-bloc {
  display: inline-block;
  vertical-align: top;
  margin-right: 1.25rem; }

/*************/
.form-control {
  width: 100%;
  height: 2.8125rem;
  padding-left: 0.9375rem;
  border: 1px solid #0080c0;
  border: 1px solid var(--themecolor, #333);
  border-radius: 0;
  color: #000;
  background: white;
  font-size: 1.1875rem;
  line-height: 1;
  -webkit-appearance: none;
  transition: border .2s ease-out; }
  .form-control:focus {
	  border: 3px solid #0080c0;
    border: 3px solid var(--themecolor, #333); }

/*************/
textarea.form-control {
  height: 12.1875rem;
  padding: 1.25rem; }

.form-label {
  margin-bottom: 0.3125rem;
  font-family: "IsabelSemiCondensed-Bold", Georgia, serif;
  font-size: 1.0625rem; }
@media (min-width: 69.375em) {
    .form-label {
      font-size: 1.375rem; } 
}

.form-note {
  margin-bottom: 1.5625rem;
  color: #a5a5aa;
  font-size: 1rem; }

.form-error .form-control {
  border: 3px solid #fe3f3c; }
  .form-error .form-control:focus {
    border: 3px solid #fe3f3c; }

.form-error beautified-select beautiful-select {
  border: 3px solid #fe3f3c !important; }

.form-error beautified-select beautiful-select > ul {
  border-bottom: 3px solid #fe3f3c !important;
  border-right: 3px solid #fe3f3c !important;
  border-left: 3px solid #fe3f3c !important;
  left: -3px;
  right: -3px; }

.form-error beautified-select beautiful-select::after {
  border: none; }

.form-error .collapsed-form-bloc {
  border: 3px solid #fe3f3c !important; }
  .form-error .collapsed-form-bloc input:focus + button::before {
    border: none; }

.form-error-message {
  display: none;
  margin-top: 0.0625rem;
  color: #fe3f3c;
  font-size: 1rem;
  font-family: Arial; 
  margin-bottom: -1.5625rem;}
  .is-visible.form-error-message {
    display: block; }
  .outofform.form-error-message{
    margin-top: -1.25rem;
	margin-bottom:-0.625rem;}
  .form-error .form-error-message {
    display: block; }
	
.loggin-error-message {
  margin-top: -2.375rem;
  padding-bottom: 0.5rem;
  color: #fe3f3c;
  font-size: 1rem;
  font-family: Arial;
  display: none;  }
.loggin-error-message.is-visible {
	display: block;
}

.confirmation {
	display: none;
	color: #fe3f3c;
}
.confirmation.is-visible {
	display: block;
}

.form-action {
  -ms-flex: 0 1 100%;
      flex: 0 1 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .form-action * + * {
    margin-top: 0.625rem; }
@media (min-width: 69.375em) {
    .form-action {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: end;
          justify-content: flex-end; }
      .form-action * + * {
        margin-top: 0;
        margin-left: auto; } 
}

search-submit {
  margin-top: 4.0625rem; }
  search-submit .btn {
    -ms-flex-item-align: start;
        align-self: flex-start; }
@media (min-width: 69.375em) {
    search-submit {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
}

.search-submit-more {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-item-align: auto;
      align-self: auto;
  margin-top: 0.9375rem;
  line-height: 1.2; }
@media (min-width: 69.375em) {
    .search-submit-more {
      padding-left: 1.75rem;
      margin-top: 0; }
}

/*********/
.form-multi-blocks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: calc(100% - 48px); }
  .form-multi-blocks .collapsed-form-bloc input {
    width: calc(100% - 50px); }

.collapsed-form-bloc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
	  border: 0.0625rem solid #0080c0;
  border: 0.0625rem solid var(--themecolor, #333);
  position: relative; }
  .collapsed-form-bloc input {
    height: 2.9375rem;
    border: none;
    padding: 0 0.625rem;
    font-size: 1.1875rem; }
/*768px*/ 
	@media (min-width: 48em) {
		.collapsed-form-bloc input {
			height: 2.2rem;
			font-size: 1rem; }
	}
/*1110px*/	
	@media (min-width: 69.375em) {
		.collapsed-form-bloc input {
			height: 2.9375rem;
			font-size: 1.1875rem; }
	}
    .collapsed-form-bloc input:focus + button::before {
		border: 2px solid #0080c0;
      border: 2px solid var(--themecolor, #333); }
@media screen and (max-width: 991px) {
      .collapsed-form-bloc input {
        width: auto; } 
}
  .collapsed-form-bloc button {
	  border-left: 0.0625rem dotted #0080c0;
    border-left: 0.0625rem dotted var(--themecolor, #333);
    padding: 0;
    width: 3.0625rem;
    height: 2.9375rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out; }
/*768px*/ 
	@media (min-width: 48em) {
		.collapsed-form-bloc button {
			width: 2.8rem;
			height: 2.2rem;}
	}

/*1110px*/	
	@media (min-width: 69.375em) {
		.collapsed-form-bloc button {
			width: 3.0625rem;
			height: 2.9375rem;}
	}
    .collapsed-form-bloc button::before {
      content: '';
      pointer-events: none;
      border: 3px solid tranparent;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      transition: border 0.1s ease-out; }
    .collapsed-form-bloc button:hover {
		 background-color: #0080c0;
      background-color: var(--themecolor, #333); }
      .collapsed-form-bloc button:hover .icons {
        fill: #fff; }
    .collapsed-form-bloc button .icons {
      width: 1.4375rem;
      height: 1.4375rem;
      transition: color 0.3s ease-in-out; }

::-webkit-input-placeholder {
  /*Chrome/Opera/Safari*/
  color: rgba(0, 0, 0, 0.6);
  font-style: italic;
  font-size: 1.1875rem; }

::-moz-placeholder {
  /*Firefox 19*/
  color: rgba(0, 0, 0, 0.6);
  font-style: italic;
  font-size: 1.1875rem; }

:-ms-input-placeholder {
  /*IE 10+*/
  color: rgba(0, 0, 0, 0.6);
  font-style: italic;
  font-size: 1.1875rem; }

@media screen and (max-width: 1199px) {
  ::-webkit-input-placeholder {
    /*Chrome/Opera/Safari*/
    font-size: 0.9375rem; }
  ::-moz-placeholder {
    /*Firefox 19*/
    font-size: 0.9375rem; }
  :-ms-input-placeholder {
    /*IE 10+*/
    font-size: 0.9375rem; }
}

/*******/
.form-infos {
  margin-bottom: 1.875rem;
  font-size: 0.8125rem;
  line-height: 1.375; }
  .form-bloc .form-infos {
    margin-top: 0.625rem;
    margin-bottom: 0; }

.form-action + .form-infos {
  margin-top: 3.125rem; }

	.TITRE-court_notice {
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	padding-bottom: 0.1rem;
	word-wrap: break-word;/* Important for long words! */
	}

/*1110px desktop*/	
@media (min-width: 69.375em) and (orientation: landscape) {
	.TITRE-court_notice {
		display: inherit;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		padding-bottom: 0.2rem;
	}
}
/*1246px desktop*/	
@media (min-height: 1080px) and (orientation: landscape) {
		.TITRE-court_notice {
		-webkit-line-clamp: 2;
		text-overflow: ellipsis;
		overflow: hidden;
		display: -webkit-box;
		white-space: normal;
		-webkit-box-orient: vertical;		
		word-wrap: break-word;/* Important for long words! */
		}
}

.titre_auteur {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

.title-1,
.title-2,
.title-3,
.title-4,
.title-5 {
	color: #0080c0;
  color: var(--themecolor, #333); }
  
.title-1 {
  font-family: "IsabelSemiCondensed-Bold", Georgia, serif;
  font-size: 1.7rem;
  line-height: 1.2; }
/*768px*/ 
@media (min-width: 48em) {
	.title-1 {
			font-size: 3.2rem; }
	.font-size-target.font-medium .title-1 {
			font-size: 3.3rem; }
	.font-size-target.font-large .title-1 {
			font-size: 3.4rem; }
	}
/*-------*/

@media (min-width: 69.375em) {
	.title-1 {
			font-size: 4.35rem; }
	.font-size-target.font-medium .title-1 {
			font-size: 4.48rem; }
	.font-size-target.font-large .title-1 {
			font-size: 4.71rem; }
}
/*768px*/   
  @media (min-width: 48em) {
    .title-1.sans-toolbar  {
      margin-top:5.4375rem;} }
/*1920px desktop*/	
@media (min-width: 120.5em) and (orientation: landscape) {
    .title-1.sans-toolbar {
      margin-top:9.4375rem; } }
	  
.title-2,
.titre_legal-1 {
  margin-bottom: 1rem;
  font-family: "IsabelSemiCondensed-Bold", Georgia, serif;
  font-size: 1.5rem;
  line-height: 1.2; }
 
@media (min-width: 48em) {
	.title-2,
	.titre_legal-1 {
		margin-bottom: 2.5rem;
			font-size: 2.2rem; }
	.font-size-target.font-medium .title-2,
	.font-size-target.font-medium .titre_legal-1 {
			font-size: 2.3rem; }
	.font-size-target.font-large .title-2,
	.font-size-target.font-large .titre_legal-1 {
			font-size: 2.35rem; }
	}
/*-------*/
/*1920px desktop*/	
@media (min-width: 120.5em) and (orientation: landscape) {
    .title-2,
	.titre_legal-1 {
      margin-bottom: 4.375rem;
      font-size: 2.75rem; }
	  .title-2 .titre_auteur {
    font-size: 1.1875rem;
    padding-top: 0.5rem;}
      .font-size-target.font-medium .title-2,
	.font-size-target.font-medium .titre_legal-1 {
        font-size: 2.9375rem; }
    .font-size-target.font-large .title-2,
	.font-size-target.font-large .titre_legal-1 {
        font-size: 3.125rem; }
}

.title-3 {
  font-family: "IsabelSemiCondensed-Bold", Georgia, serif;
  font-size: 1.75rem;
  line-height: 1.2  }
@media (min-width: 69.375em) {
    .title-3 {
      font-size: 2.375rem; }
      .font-size-target.font-medium .title-3 {
        font-size: 2.5625rem; }
      .font-size-target.font-large .title-3 {
        font-size: 2.75rem; }
}


.title-4 {
  font-family: "IsabelSemiCondensed-Bold", Georgia, serif;
  font-size: 1.3rem;
  line-height: 1.625rem; }
  
/*768px*/ 
@media (min-width: 48em) {
	.title-4 {
			font-size: 1.5rem; }
	.font-size-target.font-medium .title-4 {
			font-size: 1.7rem; }
	.font-size-target.font-large .title-4 {
			font-size: 1.9rem; }
	}
/*-------*/

@media (min-width: 69.375em) {
    .title-4 {
      font-size: 2rem; }
      .font-size-target.font-medium .title-4 {
        font-size: 2.1875rem; }
      .font-size-target.font-large .title-4 {
        font-size: 2.375rem; } 
}

.title-5 {
  margin-bottom: 3.75rem;
  font-family: "IsabelSemiCondensed-Bold", Georgia, serif;
  font-size: 1.25rem; }
@media (min-width: 69.375em) {
    .title-5 {
      font-size: 1.5625rem; }
      .font-size-target.font-medium .title-5 {
        font-size: 1.75rem; }
      .font-size-target.font-large .title-5 {
        font-size: 1.9375rem; } 
}

/* BEGIN MAIN */
main {
  border-top: 0.0625rem solid #000;
  position: relative; }
@media screen and (max-width: 767px) {
    main {
      border-top: none; } 
}

/* END MAIN */
header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background-color: #fff;
  line-height: 1.2; }
  header a:hover,
  header a:focus {
	  color: #0080c0;
    color: var(--themecolor, #333); }

/***************************/
/*        Header Top       */
/***************************/
header-top {
  text-align: center; }

.black-block {
  display: inline-block;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 0.7rem;
  font-family: "IsabelSemiCondensed-Light", Georgia, serif;
  color: #fff;
  background-color: #000;
  padding: 0.3rem 0.625rem 0.4rem; }
/*768px*/ 
  @media (min-width: 48em) {
    .black-block {
	font-size: 0.8125rem;
    margin-bottom: 2.1875rem; } }

.list-dot {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0.625rem 0 0.9375rem 0;
  font-size: 0.8125rem;
  font-family: "IsabelSemiCondensed-Light", Georgia, serif; }
  @media (min-width: 48em) {
    .list-dot {
      margin: 0.3125rem 1.875rem 0 0;
      position: absolute;
      margin: 0.3125rem 0 0.9375rem 0;
      right: 30px;
      top: 0; } }
  .list-dot li {
    color: rgba(0, 0, 0, 0.5);
    padding: 0 0.3125rem;
    text-align: center;
	border-left: 0.0625rem dotted #0080c0;
    border-left: 0.0625rem dotted var(--themecolor, #333);
    background-color: #fff; }
    .list-dot li:first-child {
      border-left: none; }

/***************************/
/*       Header Middle      */
/***************************/
header-middle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 0.5rem; }
  header-middle .logo-wrapper {
    display: none;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
    @media (min-width: 48em) {
      header-middle .logo-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex: 1;
            flex: 1;
	  }
	}
	  @media (max-width: 50em){
	header-middle .logo-wrapper {max-width: 8rem;}		
	}
    header-middle .logo-wrapper img {
      -ms-flex-negative: 0;
          flex-shrink: 0; }
		  }
      @media (min-width: 69.375em) {
        header-middle .logo-wrapper img {
          width: auto; } 
		  }
    header-middle .logo-wrapper:first-child {
      padding-left: 0.5rem;}
    header-middle .logo-wrapper:last-child {
      padding-right: 0.5rem;}
	  
	@media (min-width: 64em) { 
	header-middle .logo-wrapper:first-child {
      padding-left: 1.875rem; }
    header-middle .logo-wrapper:last-child {
      padding-right: 1.875rem; }
	}
	  
  @media (min-width: 48em) {
    header-middle .wrapper {
      -ms-flex: 2;
          flex: 2; } }

.title-header {
  text-align: center;
  color: #0080c0;
  color: var(--themecolor, #333);
  line-height: 1;
  font-size: 1.5rem;
  font-family: "IsabelSemiCondensed-Bold", Georgia, serif;
  margin-bottom: 0.625rem; }
/*768px*/ 
  @media (min-width: 48em) {
    .title-header {
      /*margin-bottom: 0;*/
      font-size: 2.5rem; } }
/*1246px*/	
  @media (min-width: 77.875em) {
    .title-header {
      -ms-flex-item-align: start;
          align-self: flex-start;
      font-size: 3.125rem; 
	  line-height: 1.1;} }
  .title-header small {    
    margin-top: 0.5rem;
    font-size: 1rem;
    line-height: 1.25;
    font-family: "IsabelSemiCondensed-Regular", Georgia, serif;
    display: block; }
/*768px*/ 
    @media (min-width: 48em) {
      .title-header small {
		font-size: 1.125rem;
        line-height: 1.2; } }
    @media (min-width: 77.875em) {
      .title-header small {
        font-size: 1.375rem; } }

/***************************/
/*       Header Menu      */
/***************************/
header .form-multi-blocks {
  padding-bottom: 0; }
  @media (min-width: 48em) {
    header .form-multi-blocks {
      width: auto;
      padding-bottom: 1.375rem; } }
  header .form-multi-blocks a {
    display: none;
    font-size: 0.8125rem;
    font-family: "IsabelSemiCondensed-Light-Italic", Georgia, serif;
    margin-bottom: 0.4375rem;
    text-align: center; }
    header .form-multi-blocks a span {
      vertical-align: middle;
      font-family: "IsabelSemiCondensed-Light", Georgia, serif;
      font-size: 1.1875rem;
      line-height: 1;
      margin-left: 5px; }
    header .form-multi-blocks a:hover {
		color: #0080c0;
      color: var(--themecolor, #333); }
    @media (min-width: 48em) {
      header .form-multi-blocks a {
        display: block;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center; } }
  header .form-multi-blocks .collapsed-form-bloc input {
    width: calc(100% - 50px); }
/*768px*/ 
	@media (min-width: 48em) {
		header .form-multi-blocks .collapsed-form-bloc input {
    width: calc(100% - 35px); }
	}

/*1110px*/	
	@media (min-width: 69.375em) {
		header .form-multi-blocks .collapsed-form-bloc input {
    width: calc(100% - 50px); }
	}

/* Menu */
header-menu {
  border-bottom: 0.0625rem solid #000;
  padding-bottom: 15px; }
  @media (min-width: 48em) {
    header-menu {
      padding-bottom: unset; } }

header-menu .wrapper {
  width: 100%; }
  @media (min-width: 48em) {
    header-menu .wrapper {
      padding: 0 0.9375rem; } }

header-menu nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 1.25rem;
  position: relative;
  width: 100%;
  margin: 0.9375rem 0; }
  @media (min-width: 48em) {
    header-menu nav {
      padding: 0;
      -ms-flex-align: stretch;
          align-items: stretch; } }
  @media (min-width: 48em) {
    header-menu nav {
      -ms-flex-pack: center;
          justify-content: center;
      margin: 0; } }

header-menu ul {
  position: absolute;
  width: 100%;
  /*top: 100%;*/
  top: 4.0625rem;
  left: 0;
  padding: 0 0.625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  opacity: 0;
  height: auto;
  background-color: white;
  transition: opacity 0.5s cubic-bezier(0, 0.38, 0.47, 1); }
/*768px*/
  @media (min-width: 48em) {
    header-menu ul {
      margin-top: 0.625rem;
      padding: 0 1.5rem 0 0rem;
      position: static;
      opacity: 1;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: center;
          justify-content: left;
      -ms-flex-align: center;
          align-items: center;
      width: auto; } }
/*1110px*/	
	@media (min-width: 69.375em) {
		header-menu ul {
		padding: 0 4.5rem 0 0rem;
		justify-content: center;
		width: auto; }
	}
  header-menu ul li {
    cursor: pointer;
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 100%; }
    header-menu ul li:not(:last-child) {
      margin-right: 2.5rem; }
/*768px*/ 
	@media (min-width: 48em) {
		header-menu ul li:not(:last-child) {
		margin-right: 1.5rem; }
	}
/*1110px*/	
	@media (min-width: 69.375em) {
		header-menu ul li:not(:last-child) {
		margin-right: 2.5rem; }
	}
    @media (min-width: 48em) {
      header-menu ul li {
        width: auto;
        border-bottom: 0.2rem solid #fff;
        transition: border 0.3s ease-in-out; } }

  header-menu ul li.active sub-menu {
    opacity: 1;
    pointer-events: all; }

header-menu ul .accordion {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 2.8125rem;
  padding: 0.625rem;
  cursor: pointer;
  line-height: 1.2;
  font-family: "IsabelSemiCondensed-Bold", Georgia, serif;
  font-size: 1.25rem;
  text-align: left; }
  @media (min-width: 48em) {
    header-menu ul .accordion {
      font-size: 1.5625rem;
      text-align: center;
      padding: 0;
      margin: auto 0; } }
  @media (min-width: 69.375em) {
    header-menu ul .accordion {
      font-size: 1.875rem; } }
  header-menu ul .accordion:after {
    position: absolute;
    content: " ";
    width: 0.875rem;
    height: 0.875rem;
    border-left: 0.0625rem solid #000;
    border-bottom: 0.0625rem solid #000;
    transform: rotate(-45deg);
    position: absolute;
    right: 0.625rem;
    top: 0.75rem;
    transition: 0.25s ease-out; }
    @media (min-width: 48em) {
      header-menu ul .accordion:after {
        display: none; } }

header-menu ul .accordion.deploy::after {
  transform: rotate(135deg);
  top: 1.25rem;
  transition: 0.25s ease-out; }

sub-menu {
  display: none;
  position: static;
  box-shadow: none;
  padding: 0.625rem;
  font-weight: bold;
  font-family: "IsabelSemiCondensed-Regular", Georgia, serif;
  font-size: 1rem;
  transform: none;
  min-width: 0;
  width: 100%; }
  @media (min-width: 48em) {
    sub-menu {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      opacity: 0;
      pointer-events: none;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 1.2rem 0.8rem;
      font-size: 1.1875rem;
      font-weight: 400;
	  white-space: pre-wrap; } }
  @media (min-width: 77.875em) {
    sub-menu {
      font-size: 1.4375rem; 
	  padding: 1.5625rem;
	} 
  }
  sub-menu a {
    margin-right: 1.25rem;
    font-weight: 500;
    min-height: 2.188rem;
    margin-bottom: 0;
	border-top: 0.063rem dotted #0080c0;
    border-top: 0.063rem dotted var(--themecolor, #333);
    padding: 0.625rem; }
    @media (min-width: 48em) {
		sub-menu a {
		min-height: 1.1rem;			
		border: 0;
		margin: 0.29375rem 0;
        padding: 0 1rem;
		border-right: 1px solid #0080c0;
		border-right: 1px solid var(--themecolor, #333);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center; 
		} 
		sub-menu a:first-child {
		border-left: none; }
		sub-menu a:last-child {
		border-right: none; }
	}
	
		
    @media (min-width: 77.875em) {
      sub-menu a {
        font-size: 1.4375rem; 
		min-height: 1.6rem;
		margin: 0.29375rem 0;
        padding: 0 1.4rem;} }
		
    sub-menu a:last-child {
      margin-right: 0; }

/* Hamburger Menu */
hamburger-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 1.5625rem;
  width: 2.0625rem;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  margin-right: 1.25rem; }
  @media (min-width: 48em) {
    hamburger-menu {
      display: none; } }
  hamburger-menu menu-line {
    display: block;
    height: 0.125rem;
    width: 100%;
	background: #0080c0;
    background: var(--themecolor, #333);
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out; }
    hamburger-menu menu-line:nth-child(1) {
      top: 0;
      transform-origin: left center; }
    hamburger-menu menu-line:nth-child(2) {
      top: 1.125rem;
      transform-origin: left center; }
    hamburger-menu menu-line:nth-child(3) {
      top: 2.25rem;
      transform-origin: left center; }
	hamburger-menu menu-line:nth-child(4) {
      display: none; }
	hamburger-menu menu-line:nth-child(5) {
      display: none; }

/* Visible CSS */
header-menu .css_visible menu-line:nth-child(1) {
  transform: rotate(45deg);
  top: -0.1875rem;
  left: 0.5rem; }

header-menu .css_visible menu-line:nth-child(2) {
  width: 0%;
  opacity: 0; }

header-menu .css_visible menu-line:nth-child(3) {
  transform: rotate(-45deg);
  top: 1.875rem;
  left: 0.5rem; }

header-menu .css_visible ul {
  transition: opacity 0.5s cubic-bezier(0, 0.38, 0.47, 1);
  opacity: 1;
  pointer-events: auto;
  z-index: 500; }
  header-menu .css_visible ul li {
    background-color: #fff;
	border-bottom: 0.125rem solid #0080c0;
    border-bottom: 0.125rem solid var(--themecolor, #333);
	border-width: 1px;
    padding: 0;
    margin: 0; }
    header-menu .css_visible ul li:last-child {
      border: 0; }
    header-menu .css_visible ul li .deploy ~ sub-menu {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
      padding: 0 0.625rem; }
      header-menu .css_visible ul li .deploy ~ sub-menu a {
        margin: 0;
        width: 100%; }

.nav-bar {
  display: none;
  opacity: 0;
  width: 0;
  height: 0.25rem;
  background: black;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width .4s .1s ease-in-out, transform .4s .1s ease-in-out, opacity .4s .4s ease-in-out;
  transform-origin: 0 50%; }
  @media (min-width: 48em) {
    .nav-bar {
      display: block; } }

footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background-color: #fff;
  padding: 3.125rem 0;
  text-align: center; }
  @media (min-width: 48em) {
    footer {
      padding: 2.5rem 0; } }
  @media (min-width: 69.375em) {
    footer {
      padding: 3.75rem 0; } }

.title-footer {
	font-size: 1.5rem;
	line-height: 1;
	font-family: "IsabelSemiCondensed-Bold", Georgia, serif;
	color: #0080c0;
	color: var(--themecolor, #333);
	margin-bottom: 2.8125rem; }
/*768px*/ 
	@media (min-width: 48em) {
    .title-footer {
	font-size: 2.25rem;
    margin-bottom: 2.5rem; } }
  .title-footer small {
    margin-top: 0.625rem;
    line-height: 1.2;
    font-size: 1rem;
    font-family: "IsabelSemiCondensed-Regular", Georgia, serif;
    display: block; }
/*768px*/ 
	@media (min-width: 48em) {
      .title-footer small {
		font-size: 1.125rem;} 
	}

.footer-bottom {
  font-family: "IsabelSemiCondensed-Regular", Georgia, serif;
  text-align: center; }

.footer-bottom ul {
  font-size: 1.0625rem;
  margin-bottom: 0.9375rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .footer-bottom ul li {
    padding: 0 0.3125rem;
    line-height: 1.5;
    text-align: center;
    background-color: #fff;
	border-right: 1px solid #0080c0;
    border-right: 1px solid var(--themecolor, #333); }
    .footer-bottom ul li:first-child {
      border-left: none; }
    .footer-bottom ul li:last-child {
      border-right: none; }

.footer-bottom li a:hover,
.footer-bottom li a:focus {
	color: #0080c0; 
  color: var(--themecolor, #333); }

.copy {
  font-family: Arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.05;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
p.mention_mcc {
  font-family: Arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.05;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  -ms-flex-pack: center;
      justify-content: center; }
img.mention_mcc  {
	margin-bottom: 1.5rem;
	}

.main {
  padding-top: 1.075rem;
  padding-bottom: 2.375rem; }
  
/*768px*/ 
	@media (min-width: 48em) {
		.main {
		padding-bottom: 4.375rem;
		min-height: 75vh;		}	
	} 


.l3c {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 69.375rem;
 /* padding: 0.8rem 1.25rem 0 1.25rem;*/
 padding: 0 1.25rem;
  margin: 0 auto; }
  @media (min-width: 69.375em) {
    .l3c {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      padding: 0; } }
	  
#hn {
	padding-top: 0.2rem;
}

.l3c-1 {
  display: none;
  -ms-flex: 0 1 11.25rem;
      flex: 0 1 11.25rem;
  margin-right: 1.5625rem; }
  @media (min-width: 69.375em) {
    .l3c-1 {
      display: block; } }

.l3c-2 {
  max-width: 100%;
  position: relative;  }
  @media (min-width: 48em) {
    .l3c-2 {
      -ms-flex: 0 1 43.75rem;
          flex: 0 1 43.75rem;
      max-width: 43.75rem; } }
.l3c-2 a {
	color: #0080c0; 
	color: var(--themecolor, #333);
}

.l3c-2:first-child {
  margin-left: auto;
  width: 100%;  }

.l3c-1 + .l3c-2 {
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 69.375em) {
    .l3c-1 + .l3c-2 {
      margin-left: 0; } }

.l3c-2:first-child:last-child {
  margin: 0; }

.l3c-3 {
  display: none;
  -ms-flex: 0 1 11.25rem;
      flex: 0 1 11.25rem;
  margin-left: 1.5625rem; }
  @media (min-width: 69.375em) {
    .l3c-3 {
      display: block; } }

.page-top .title-1,
.page-top .title-2 {
  margin-bottom: 1rem; }
/*768px*/ 
	@media (min-width: 48em) {
		.page-top .title-1,
		.page-top .title-2 {
		margin-bottom: 1.7rem; }
	}

/*1920px desktop*/	
@media (min-width: 120.5em) and (orientation: landscape) {
  .page-top .title-1,
  .page-top .title-2 {
    margin-bottom: 3.125rem; } }

.l2c {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 0 auto;
  padding: 0 1.25rem; }
  @media (min-width: 48em) {
    .l2c {
      -ms-flex-direction: row;
          flex-direction: row; } }
  @media (min-width: 69.375em) {
    .l2c {
      max-width: 50rem; } }
  .l2c .l2c-1 {
    -ms-flex: 0 1 31.25rem;
        flex: 0 1 31.25rem; }
    @media (min-width: 48em) {
      .l2c .l2c-1 {
        margin-right: 2.1875rem; } }
  .l2c .l2c-2 {
    -ms-flex: 0 1 18.75rem;
        flex: 0 1 18.75rem; }
    @media (min-width: 48em) {
      .l2c .l2c-2 {
        margin-left: 2.1875rem; } }
  .l2c .l2c-full {
    width: 100%; }

.toolbar {
  display: none;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end; }
  
/*768px*/   
  @media (min-width: 48em) {
    .toolbar {
      display: -ms-flexbox;
      display: flex; 
	  margin-bottom: 1.7rem;} }
/*1920px desktop*/	
@media (min-width: 120.5em) and (orientation: landscape) {
    .toolbar {
      margin-bottom: 4rem; } }

font-size-handler {
  display: none;
  margin-left: auto; }
/*768px*/ 
  @media (min-width: 48em) {
    font-size-handler {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: end;
          align-items: flex-end; } }
  font-size-handler .to-fs-small,
  font-size-handler .to-fs-medium,
  font-size-handler .to-fs-big {
    margin-left: 0.3125rem;
    cursor: pointer; }
    font-size-handler .to-fs-small svg,
    font-size-handler .to-fs-medium svg,
    font-size-handler .to-fs-big svg {
      fill: black;
      fill-opacity: .2;
      transition: fill .2s ease-out, fill-opacity .2s ease-out; }
    font-size-handler .to-fs-small.is-active svg,
    font-size-handler .to-fs-medium.is-active svg,
    font-size-handler .to-fs-big.is-active svg {
      fill: black;
      fill-opacity: .6; }
  font-size-handler .to-fs-small svg {
    width: 1.25rem;
    height: 0.625rem;
    transform: translateY(-1px); }
  font-size-handler .to-fs-medium svg {
    width: 1.5625rem;
    height: 0.9375rem; }
  font-size-handler .to-fs-big svg {
    width: 2.1875rem;
    height: 1.25rem; }

.toolbar .print-btn {
  display: none;
  margin-left: 1.5625rem; }
 /*768px*/ 
  @media (min-width: 48em) {
    .toolbar .print-btn {
      display: -ms-flexbox;
      display: flex; } }

.breadcrumb,
breadcrumb-block {
  font-family: "IsabelSemiCondensed-Light-Italic", Georgia, serif;
  font-size: 0.8125rem;
  line-height: 1; }
  .breadcrumb > span:not(:last-child)::after,
  breadcrumb-block > span:not(:last-child)::after {
    content: '\2192';
    color: rgba(0, 0, 0, 0.4);
    font-family: Arial;
	margin-left: 0.2rem;	}
  .breadcrumb > span:last-child,
  breadcrumb-block > span:last-child {
	  color:  #0080c0;
    color: var(--themecolor, #333); }
  .breadcrumb a,
  breadcrumb-block a {
    color: rgba(0, 0, 0, 0.4) !important; }
	
/* taille de typo du texte lu

		DEBUT .TEXTE-ZONE  DEBUT
*/

.text-zone p,
.text-zone li {
  font-weight: inherit;
  text-align: justify; }
  
.text-zone p.citation {
    margin-left: 20px;
		}
  
.page-notice p {
  margin-bottom: 1.25rem; }
  
.title-2 .titre_auteur {
    display: block;	
    font-family: Arial;
    padding-top: 0.4rem;}
  
.text-zone p, 
.text-zone li,
.text-zone .lien-index,
.page-notice p,
.ref_reduit,
.ref_complet,
.liste,
.title-2 .titre_auteur,
.wrapper_tableau {
  font-size: 1rem;}
  
.text-zone p.citation {
    font-size: 0.95rem;
		}
  
 
/*768px*/ 
@media (min-width: 48em) {
	.text-zone p, 
	.text-zone li,
	.text-zone .lien-index,
	.page-notice p,
	.title-2 .titre_auteur,
	.ref_reduit,
	.ref_complet,
	.liste,
	.glossaire-section,
	.wrapper_tableau	{
			font-size: 1.2rem; }
	.text-zone p.citation {
    font-size: 1.15rem;
		}
	.font-size-target.font-medium .text-zone p, 
	.font-size-target.font-medium .text-zone li,
	.font-size-target.font-medium .text-zone .lien-index,
	.font-size-target.font-medium .page-notice p,
	.font-size-target.font-medium .title-2 .titre_auteur, 
	.font-size-target.font-medium .glossaire-section
	.font-size-target.font-medium .liste,
	.font-size-target.font-medium .wrapper_tableau	{
			font-size: 1.4rem; }
	.font-size-target.font-medium .text-zone p.citation {
    font-size: 1.35rem;
		}
	.font-size-target.font-large .text-zone p, 
	.font-size-target.font-large .text-zone li,
	.font-size-target.font-large .text-zone .lien-index,
	.font-size-target.font-large .page-notice p,
	.font-size-target.font-large .title-2 .titre_auteur,
	.font-size-target.font-large .glossaire-section
	.font-size-target.font-large .liste,
	.font-size-target.font-large .wrapper_tableau	{
			font-size: 1.6rem; }
	.font-size-target.font-large .text-zone p.citation {
    font-size: 1.55rem;
		}
	}
/*-------*/

/*1110px*/
@media (min-width: 69.375em) {
	.text-zone p,
	.text-zone li,
	.text-zone .lien-index,
	.page-notice p
	.ref_reduit,
	.ref_complet,
	.liste,
	.wrapper_tableau	{
		font-size: 1.1875rem; }
	.text-zone p.citation {
    font-size: 1.13rem;
		}
	.font-size-target.font-medium .text-zone p, 
	.font-size-target.font-medium .text-zone li,
	.font-size-target.font-medium .text-zone .lien-index,
	.font-size-target.font-medium .page-notice p,
	.font-size-target.font-medium .title-2 .titre_auteur
	.font-size-target.font-medium .title-2 .liste,
	.font-size-target.font-medium .wrapper_tableau	{
		font-size: 1.375rem; }
	.font-size-target.font-medium .text-zone p.citation {
    font-size: 1.32rem;
		}
	.font-size-target.font-large .text-zone p, 
	.font-size-target.font-large .text-zone li,
	.font-size-target.font-large .text-zone .lien-index,
	.font-size-target.font-large .page-notice p,
	.font-size-target.font-large .title-2 .titre_auteur
	.font-size-target.font-large .title-2 .liste,
	.font-size-target.font-large .wrapper_tableau	{
		font-size: 1.5625rem; }
	.font-size-target.font-large .text-zone p.citation {
    font-size: 1.51rem;
		}		
	}

.text-zone p {
	overflow: hidden;
	text-overflow: ellipsis;
  margin-bottom: 1.875rem; }

.text-zone p.nosaut {
    margin-bottom: unset;
		}
		


.text-zone figure,
.text-zone slider-wrapper {
  margin-bottom: 2.188rem;
  /*text-align: center;*/  }
  
/*.text-zone figure {
text-align: center;}*/
.fond_img {
text-align: center;
background: #edede8;}

figure img {
margin-bottom: -10px;}

figure figcaption {
margin-top: 10px;}

.text-zone figcaption,
.text-zone .slide-caption{
  font-size: 0.875rem;
  line-height: 1.2;
  text-align: left;
  margin-left: 0rem; 
  margin-right: 0rem;  }
  @media (min-width: 69.375em) {
    .text-zone figcaption,
	.text-zone .slide-caption {
      font-size: 1.0625rem; } }
	  
.text-zone .slide-img {
    margin-bottom: 0.6rem;
}

.text-zone .title-2 {
	font-size: 1.5rem; }
/*768px*/ 
  @media (min-width: 48em) {
	.text-zone .title-2 {
			font-size: 2.2rem; }
	.font-size-target.font-medium .text-zone .title-2 {
			font-size: 2.3rem; }
	.font-size-target.font-large .text-zone .title-2 {
			font-size: 2.35rem; }
	}
/*-------*/

/*1110px*/	
	@media (min-width: 69.375em) {
		.text-zone .title-2 {
				margin-bottom: 3.75rem;
				font-size: 2.75rem; }
		.font-size-target.font-medium .text-zone .title-2 {
				font-size: 2.9375rem; }
		.font-size-target.font-large .text-zone .title-2 {
				font-size: 3.125rem; } }

.text-zone .title-3,
.glossaire-section .title-3 {
  font-size: 1.4rem;
  line-height: initial;
  color: #000;
  padding-bottom: 0.53rem;  }
  
.notice-intro .title-3 {
font-size: 1.4rem;}
 
/*768px*/ 
  @media (min-width: 48em) {
	.text-zone .title-3,
	.glossaire-section .title-3,
	.notice-intro .title-3	{
			font-size: 1.8rem; }
	.font-size-target.font-medium .text-zone .title-3,
	.font-size-target.font-medium .glossaire-section .title-3,
	.font-size-target.font-medium .notice-intro .title-3 {
			font-size: 1.9rem; }
	.font-size-target.font-large .text-zone .title-3,
	.font-size-target.font-large .glossaire-section .title-3,
	.font-size-target.font-large .notice-intro .title-3 {
			font-size: 1.95rem; }
	}
/*-------*/	
	
  
/*1110px*/	
@media (min-width: 69.375em) {
    .text-zone .title-3,
	.glossaire-section .title-3,
	.notice-intro .title-3 {
		font-size: 2.2rem;
		padding-bottom: 1.875rem; }
	.font-size-target.font-medium .text-zone .title-3 ,
	.font-size-target.font-medium .glossaire-section .title-3,
	.font-size-target.font-medium .notice-intro .title-3{
        font-size: 2.35rem; }
	.font-size-target.font-large .text-zone .title-3 ,
	.font-size-target.font-large .glossaire-section .title-3,
	.font-size-target.font-large .notice-intro .title-3{
        font-size: 2.50rem; } 
		}

.text-zone .title-3.credits {
	padding-bottom: unset;
}

.text-zone .title-31,
.glossaire-section .title-31 {
  font-family: "IsabelSemiCondensed-Bold", Georgia, serif;
  font-size: 1.25rem;
  line-height: initial;
  color: #000;
  padding-bottom: 0.3rem  }
/*1110px*/	
  @media (min-width: 69.375em) {
    .text-zone .title-31,
.glossaire-section .title-31 {
		font-size: 1.6rem;}
      .font-size-target.font-medium .text-zone .title-31,
	.font-size-target.font-medium .glossaire-section .title-31 {
        font-size: 1.71rem; }
      .font-size-target.font-large .text-zone .title-31,
	.font-size-target.font-large .glossaire-section .title-31 {
        font-size: 1.82rem; } 
	.text-zone .title-31{
		padding-bottom: 1.875rem;}
		}
	.glossaire-section .title-31 {
		padding-bottom: 0.6rem;}
		
.text-zone .title-32 {
  font-family: "IsabelSemiCondensed-Regular", Georgia, serif;
  font-size: 1.1rem;
  line-height: initial;
  color: #000;
  padding-bottom: 0.2rem  }
  @media (min-width: 69.375em) {
    .text-zone .title-32 {
		font-size: 1.4rem;
		padding-bottom: 1.875rem;}
      .font-size-target.font-medium .text-zone .title-32 {
        font-size: 1.5rem; }
      .font-size-target.font-large .text-zone .title-32 {
        font-size: 1.59rem; } }

.text-zone .title-4 {
  margin-bottom: 1.875rem;
  font-size: 1.375rem; }
/*1110px*/	
  @media (min-width: 69.375em) {
    .text-zone .title-4 {
      font-size: 2rem; }
      .font-size-target.font-medium .text-zone .title-4 {
        font-size: 2.1875rem; }
      .font-size-target.font-large .text-zone .title-4 {
        font-size: 2.375rem; } }

.text-zone .title-5 {
  margin-bottom: 1.875rem;
  font-size: 1.25rem; }
/*1110px*/	
  @media (min-width: 69.375em) {
    .text-zone .title-5 {
      font-size: 1.5625rem; }
      .font-size-target.font-medium .text-zone .title-5 {
        font-size: 1.75rem; }
      .font-size-target.font-large .text-zone .title-5 {
        font-size: 1.9375rem; } }



.text-zone .chapo {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.7; }
/*1110px*/	
  @media (min-width: 69.375em) {
    .text-zone .chapo {
      font-size: 1.3125rem; }
      .font-size-target.font-medium .text-zone .chapo {
        font-size: 1.5rem; }
      .font-size-target.font-large .text-zone .chapo {
        font-size: 1.6875rem; } }

.text-zone blockquote {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-bottom: 2.375rem;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.55;
  text-align: left;
  position: relative; }
  .text-zone blockquote p {
    text-align: left; }
/*1110px*/	
  @media (min-width: 69.375em) {
    .text-zone blockquote {
      padding-left: 4.375rem;
      padding-right: 4.375rem;
      font-size: 1.4375rem; }
      .text-zone blockquote p {
        font-size: 1.4375rem; }
        .font-size-target.font-medium .text-zone blockquote p {
          font-size: 1.625rem; }
        .font-size-target.font-large .text-zone blockquote p {
          font-size: 1.8125rem; } }
  .text-zone blockquote::before {
    content: '';
    width: 1px;
	border-left: 1px dotted #0080c0;
    border-left: 1px dotted var(--themecolor, #333);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.3125rem; }
    @media (min-width: 69.375em) {
      .text-zone blockquote::before {
        left: 1.875rem; } }

.text-zone p + blockquote {
  margin-top: -0.125rem; }
  
/*
		FIN .TEXTE-ZONE  FIN
*/

timeline-block2, timeline-block,
.timeline {
  display: block;
  padding-top: 1.5rem;
  padding-left: 0.3125rem;
  color: black;
  font-size: 1.1875rem;
  line-height: 1.2;
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 0; }
  
@media (max-height: 850px) {	
	  timeline-block2, timeline-block { 
	  font-family: "IsabelSemiCondensed-Light", Georgia, serif;}
}  
@media (min-height: 850px) {	
	  timeline-block2, timeline-block { 
	  font-family: "IsabelSemiCondensed-Regular", Georgia, serif;}

}
  timeline-block2::before, timeline-block::before,
  .timeline::before {
    content: '';
    display: block;
	border-left: 1px dotted #0080c0;
    border-left: 1px dotted var(--themecolor, #333);
    position: absolute;
    top: 1.5rem;
    bottom: 10px;
    left: 15px; }
  @media (min-width: 70em) {
    timeline-block2, timeline-block,
    .timeline {
      padding-left: 0; }
      timeline-block2::before, timeline-block::before,
      .timeline::before {
        left: 9.5px; } }
  timeline-block2.timeline-block--chrono, timeline-block.timeline-block--chrono,
  .timeline.timeline-block--chrono {
    padding-top: 1.8125rem; }
    timeline-block2.timeline-block--chrono::before, timeline-block.timeline-block--chrono::before,
    .timeline.timeline-block--chrono::before {
      top: 1.8125rem; }
  timeline-block2 li, timeline-block li,
  .timeline li {
    padding-left: 2.1875rem;
    padding-bottom: 1.375rem;
    position: relative; 
}	
@media (max-height: 850px) {	
	  timeline-block2 li, timeline-block li { 
	  font-size:85%;}
}
@media (min-height: 850px) {	
	  timeline-block2 li, timeline-block li { 
	  font-size:100%;}
}
	timeline-block2 li.cache, timeline-block li.cache {display: none;}
    timeline-block2 li::before, timeline-block li::before,
    .timeline li::before {
      content: '';
      display: block;
      width: 21px;
      height: 21px;
      border: 1px solid black;
      border-radius: 50%;
      background: #f6f6f3;
      position: absolute;
      left: 0;
      z-index: 2; }
	  timeline-block2 li.is-active::before, timeline-block li.is-active::before{
		  border: 2px solid #000;
	  }
    timeline-block2 li.is-active ~ li:not(.is-active), timeline-block li.is-active ~ li:not(.is-active),
    .timeline li.is-active ~ li:not(.is-active) {
		color: #0080c0;
      color: var(--themecolor, #333); }
      timeline-block2 li.is-active ~ li:not(.is-active)::before, timeline-block li.is-active ~ li:not(.is-active)::before,
      .timeline li.is-active ~ li:not(.is-active)::before {
		  border: 1px solid #0080c0; 
        border: 1px solid var(--themecolor, #333); }
    timeline-block2 li span, timeline-block li span,
    .timeline li span {
      height: 0;
      border-left: 1px solid black;
      position: absolute;
      top: 18px;
      left: 9.5px; }
    timeline-block2 li sup, timeline-block li sup,
    .timeline li sup {
      vertical-align: top;
      font-size: 0.8125rem; }
	  
	timeline-block2 li span.pcap, timeline-block li span.pcap {
	  height: unset;
      border-left: unset;
      position: unset;
      top: unset;
      left: unset;
	}

beautified-select beautiful-select {
  width: auto;
  border: none; }

beautified-select beautiful-select {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #fff;
  border: 1px solid #0080c0; 
  border: 1px solid var(--themecolor, #333); }

beautified-select.css_active beautiful-select {	
  border-top: 2px solid #0080c0;
  border-left: 2px solid #0080c0;
  border-right: 2px solid #0080c0;
  border-top: 2px solid var(--themecolor, #333);
  border-left: 2px solid var(--themecolor, #333);
  border-right: 2px solid var(--themecolor, #333); }

beautified-select beautified-title {
  display: block;
  width: 0px;
  -ms-flex-positive: 1;
      flex-grow: 1;
  height: 47px;
  line-height: 47px;
  vertical-align: middle;
  cursor: pointer;
  color: #000;
  -moz-user-select: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 40px 0 10px; }

beautified-select beautified-title::after {
  position: absolute;
  content: url("../images/svg/icon-chevron-select.svg");
  position: absolute;
  right: 65px;
  transition: all 0.25s ease-out;
  line-height: 0.875rem;
  top: 1.0625rem; }

beautified-select select:not([data-reset]) ~ beautiful-select beautified-title::after {
  right: 15px; }

beautified-select.css_active beautified-title::after {
  transform: rotate(180deg);
  transition: all 0.25s ease-out; }

beautified-select button {
  display: none; }

beautified-select beautiful-select > ul {
  position: absolute;
  top: 46px;
  left: -2px;
  right: -2px;
  border: 2px solid #0080c0;
  border: 2px solid var(--themecolor, #333);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: white;
  z-index: 200;
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s cubic-bezier(0, 0.5, 0, 0.5); }

beautified-select.css_active beautiful-select > ul {
  opacity: 1;
  pointer-events: all;
  border-top: 1px solid #0080c0;
  border-top: 1px solid var(--themecolor, #333); }

beautified-select li {
  height: 3rem;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  position: relative;
  width: 100%;
  height: 46px;
  line-height: 46px;
  display: block;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #303030;
  transition: background-color 0.4s cubic-bezier(0.16, 0.78, 0.86, 0.93);
  -moz-user-select: none; }

beautified-select li:not(:first-child) {
	border-top: 1px solid #0080c0;
  border-top: 1px solid var(--themecolor, #333); }

beautified-select select:not([multiple]) ~ beautiful-select ul li.css_option {
  padding: 0 20px 0 20px; }

beautified-select li.css_optgroup {
  height: auto;
  padding: 0; }

beautified-select li.css_optgroup ul {
  width: 100%; }

beautified-select li.css_label {
  width: 100%; }

beautified-select select:not([multiple]) ~ beautiful-select ul li.css_label ~ .css_option {
  padding: 0 20px 0 40px; }

beautified-select li:not(:first-child) {
  border-top: 1px solid #e1e1e1; }

beautified-select li.css_selected {
  background-color: #333;
  color: #fff; }

beautified-select ul:not(.css_disabled) > li.css_option:not(.css_selected):not(.css_disabled):hover {
	background-color: #0080c0;
  background-color: var(--themecolor, #333);
  color: #fff; }

beautified-select ul:not(.css_disabled) > li.css_label {
  background-color: #fff;
  color: #000;
  font-weight: 400;
  padding: 0 1.25rem; }
  beautified-select ul:not(.css_disabled) > li.css_label:hover {
	  background-color: #0080c0;
    background-color: var(--themecolor, #333);
    color: #fff; }

beautified-select beautiful-select {
	border: 1px solid #0080c0 !important; 
  border: 1px solid var(--themecolor, #333) !important; }
  beautified-select beautiful-select::after {
    content: '';
    opacity: 0;
    pointer-events: none;
	border: 2px solid #0080c0;
    border: 2px solid var(--themecolor, #333);
    border-bottom: 0;
    position: absolute;
    top: -2px;
    bottom: 0;
    left: -2px;
    right: -2px;
    transition: opacity .2s ease-out; }

beautified-select.css_active beautiful-select::after {
  opacity: 1; }

.accordion-index {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  line-height: 1.2; }
  .accordion-index ul span {
    display: inline;
	position: relative;
    top: 3px;	}
  .accordion-index li {
    padding-left: 2.1875rem;
    padding-bottom: 0.9375rem;
    position: relative;
	padding-right: 0.5rem;}
	@media (min-width: 48em) {
		.accordion-index li {padding-right: unset;}
	}
    @media (min-width: 30em) {
      .accordion-index li {
        padding-left: 2.8125rem; } }
    @media (min-width: 69.375em) {
      .font-size-target.font-medium .accordion-index li {
        font-size: 1.1875rem; }
      .font-size-target.font-large .accordion-index li {
        font-size: 1.375rem; } }
    .accordion-index li .accordion {
      cursor: pointer;
	  top: 3px;
      position: relative;
      z-index: 3; }
      .accordion-index li .accordion:before {
        position: absolute;
        content: " ";
        width: 0.4375rem;
        height: 0.4375rem;
	 border-left: 0.0625rem solid #0080c0;
border-bottom: 0.0625rem solid #0080c0;
        border-left: 0.0625rem solid var(--themecolor, #333);
        border-bottom: 0.0625rem solid var(--themecolor, #333);
        transform: rotate(-45deg);
        z-index: 3;
        position: absolute;
        left: 1.1875rem;
        top: 3px !important;
        transition: all 0.25s ease-out; }
        @media (min-width: 30em) {
          .accordion-index li .accordion:before {
            left: -37px; } }
    .accordion-index li ul li:first-child {
      padding-top: 0.9375rem; }
      .accordion-index li ul li:first-child .accordion:before {
        top: 1.4375rem; }
    .accordion-index li .accordion.active:before {
      transform: rotate(-135deg) translate3D(0, -2px, 0);
      transition: all 0.25s ease-out; }
    .accordion-index li::before {
      content: '';
      display: block;
      width: 1.5rem;
      height: 1.5rem;
	  border: 1px solid #0080c0;
      border: 1px solid var(--themecolor, #333);
      border-radius: 50%;
      background-color: #f6f6f3;
      z-index: 2;
      position: absolute;
      left: 0; }
    .accordion-index li::after {
      content: '';
      height: 100%;
	  border-left: 1px dotted #0080c0;
      border-left: 1px dotted var(--themecolor, #333);
      position: absolute;
      top: 0;
      left: 0.75rem; }
    .accordion-index li:last-child {
      padding-bottom: 0; }
	.accordion-index li a {
      color: #000; }
    .accordion-index li a:hover, .accordion-index li a:focus {
		color: #0080c0;
      color: var(--themecolor, #333); }
  @media (min-width: 48em) {
    .accordion-index {
      -ms-flex-direction: row;
          flex-direction: row; } }

.index-multilevels .accordion ~ ul,
.index-multilevels .accordion ~ li {
  display: none; }

.index-multilevels .accordion.active ~ ul,
.index-multilevels .accordion.active ~ li {
  display: block;
  position: relative;
  left: -10px;  }

.index-menu {
  display: none;
  padding-right: 0.9375rem; }
  @media (min-width: 48em) {
    .index-menu {
      display: block;
      width: 35%; } }
  .index-menu li a:before,
  .index-menu li span:before {
    position: absolute;
    content: " ";
    width: 0.4375rem;
    height: 0.4375rem;
	border-left: 0.0625rem solid #0080c0;
  border-bottom: 0.0625rem solid #0080c0;
    border-left: 0.0625rem solid var(--themecolor, #333);
    border-bottom: 0.0625rem solid var(--themecolor, #333);
    transform: rotate(-45deg);
    z-index: 3;
	left: -36px;
    top: 3px;
    transition: all 0.25s ease-out; }
  .index-menu li a:hover, .index-menu li a:focus,
  .index-menu li span:hover,
  .index-menu li span:focus {
	  color: #0080c0;
    color: var(--themecolor, #333); }
  .index-menu li.active span {
	  color: #0080c0;
    color: var(--themecolor, #333);
	font-weight: bold;	}
    .index-menu li.active span:before {
      transform: rotate(-135deg) translate3D(0px, -2px, 0); }

/** Responsive subject **/
.accordion-index .subject-visible {
  cursor: pointer;
  color: #0080c0;
  color: var(--themecolor, #333); }
  .accordion-index .subject-visible:after {
    position: absolute;
    content: " ";
    width: 0.4375rem;
    height: 0.4375rem;
	border-left: 0.0625rem solid #0080c0;
border-bottom: 0.0625rem solid #0080c0;
    border-left: 0.0625rem solid var(--themecolor, #333);
    border-bottom: 0.0625rem solid var(--themecolor, #333);
    transform: rotate(-45deg);
    z-index: 3;
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    transition: all 0.25s ease-out; }
  .accordion-index .subject-visible ~ li {
    left: 1.5625rem; }
    @media (min-width: 30em) {
      .accordion-index .subject-visible ~ li {
        left: 2.8125rem; } }
    @media (min-width: 48em) {
      .accordion-index .subject-visible ~ li {
        left: 0; } }
  @media (min-width: 48em) {
    .accordion-index .subject-visible {
      display: none; } }

.subject-visible.active:after {
  transform: rotate(-135deg); }

@media (min-width: 48em) {
  .index-multilevels .accordion.subject-visible ~ li {
    display: block; } }
	
.accordion-index ul span.nb_result_index, .accordion-index ul span.pcap {
	top: unset;
}
	
.accordion-index ul span.nb_result_index {
	color: #0080c0;
	color: var(--themecolor, #333); }
}

/* Tab */
.tablink {
  cursor: pointer; }

@media (min-width: 48em) {
  .tabcontent {
    display: none; } }

.tabcontent li:last-child {
  margin-bottom: 0.9375rem; }

.tabcontent.active {
  display: block;  }
/*768px*/ 
@media (min-width: 48em) {
	.tabcontent.active {
	max-width: 65%; }
}  

easy-masonry {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start; }

.easy-masonry-3-full masonry-column {
  -ms-flex: 0 1 25rem;
      flex: 0 1 25rem; }

.easy-masonry-3-full .folder-item-wrapper {
  margin-bottom: 1.5625rem; }

@media (min-width: 30em) {
  .easy-masonry-3-full masonry-column {
    -ms-flex: 0 1 13.125rem;
        flex: 0 1 13.125rem; } }

@media (min-width: 48em) {
  .easy-masonry-3-full masonry-column {
    -ms-flex: 0 1 21.875rem;
        flex: 0 1 21.875rem; }
  .easy-masonry-3-full .folder-item-wrapper {
    margin-bottom: 1.5625rem; } }

@media (min-width: 69.375em) {
  .easy-masonry-3-full masonry-column {
    -ms-flex: 0 1 21.25rem;
        flex: 0 1 21.25rem; }
  .easy-masonry-3-full .folder-item-wrapper {
    margin-bottom: 1.5625rem; } }
	
@media (min-width: 69.375em) and (orientation: landscape) {
  .easy-masonry-3-full masonry-column {
    -ms-flex: 0 1 15.55rem;
        flex: 0 1 15.55rem; } }

@media (min-width: 77.875em) {
  .easy-masonry-3-full masonry-column {
    -ms-flex: 0 1 24.083rem;
        flex: 0 1 24.083rem; }
  .easy-masonry-3-full .folder-item-wrapper {
    margin-bottom: 1.5625rem; } }
	
/*1246px desktop*/	
@media (min-width: 77.875em) and (orientation: landscape) {
	  .easy-masonry-3-full masonry-column {
    -ms-flex: 0 1 17.69rem;
        flex: 0 1 17.69rem; }
}


.pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-family: "IsabelSemiCondensed-Light-Italic", Georgia, serif;
  font-size: 0.8125rem;
  line-height: 1.15;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 0rem;
}
/*768px*/ 
	@media (min-width: 48em) {
	.pagination  { 
    padding-top: 4.73rem;
	padding-bottom: 1.73rem;
	}
}
/*1110px*/
@media (min-width: 69.375em) {
    .pagination  {  
      padding-top: 3.125rem;
      padding-bottom: 3.125rem;
	} 
}
.pagination.pagination--small{
	padding-top: 0rem;
	padding-bottom: 2.3rem;
	
}
/*768px*/ 
	@media (min-width: 48em) {
	.pagination.pagination--small{
	padding-top: 4.73rem;
	padding-bottom: 1.73rem;	
	}
}
/*1110px*/
@media (min-width: 69.375em) {
	.pagination.pagination--small{
	padding-top: 3.125rem;
	padding-bottom: 3.125rem;	
	}
}
.pagination-next {
  display: inline-block;
  padding: 0.3125rem 1.5rem 0rem;
  margin: 0.625rem auto 0;
  border-top: 1px dotted #0080c0;
  border-top: 1px dotted var(--themecolor, #333);
  border-bottom: 1px dotted #0080c0;
  border-bottom: 1px dotted var(--themecolor, #333);
  font-family: "IsabelSemiCondensed-Regular-Italic", Georgia, serif;
  font-size: 1.5rem;
  line-height: 1.5;
  max-width: 100%;}
	a.pagination-next  {  
	color: #000;
	padding-bottom: 0.6rem;
    padding-top: 0.5rem; }
  .pagination-next:hover {
	  color: #0080c0;
    color: var(--themecolor, #333); }
  @media (min-width: 48em) {
    .pagination-next {max-width: 24.5rem;
	font-size: 2.33333rem;	}
	}
  @media (min-width: 69.375em) {
    .pagination-next {max-width: 28.5rem;
      font-size: 2.75rem; } }

.pagination--small .pagination-next {
  padding-right: 2.25rem;
  padding-left: 0.75rem;
  font-size: 1.1875rem;
  text-align: center;
  position: relative;
	  }
  
/*768px*/ 
@media (min-width: 48em) {
	.pagination--small .pagination-next {
		/*valeur id a title 2*/
			font-size: 2.2rem; }
	}
/*-------*/  
 
  .pagination--small .pagination-next::after {
    content: "";
    width: 1.25rem;
    height: 0.9375rem;
    background: url(../images/svg/icon-chevron-select.svg) no-repeat 100% center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateX(4px) translateY(-50%) rotate(-90deg);
    transition: transform .2s ease-out; }

smashing-slideshow {
  position: relative; }

smashing-slideshow smashing-viewport {
  position: relative;
  overflow: hidden;
  height: 100%; }

smashing-slideshow smashing-rail {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  max-width: initial;
  display: -ms-flexbox;
  display: flex;
  transition-duration: 0.5s, 0.5s;
  transition-property: left, opacity; }

smashing-slideshow smashing-slide {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

smashing-slideshow nav {
  position: absolute;
  width: 100%;
  bottom: -50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }

smashing-slideshow nav button {
  width: 25px;
  height: 25px;
  margin: 5px;
  border-radius: 25px;
  background-color: blue;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

smashing-slideshow nav button.active {
  background-color: white;
  border: 1px solid blue; }

slider-wrapper {
  display: block;
  margin: 0 auto 5.9375rem;
  position: relative; }
  slider-wrapper button {
    cursor: pointer; }

smashing-slideshow {
  display: block;
  position: relative;
  overflow: hidden; }

smashing-slideshow smashing-viewport {
  display: block; }

smashing-slideshow smashing-rail {
  position: relative; }

smashing-slideshow smashing-slide {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  -ms-flex-align: start;
      align-items: flex-start; }

slider-bullets {
  font-family: "IsabelSemiCondensed-Regular", Georgia, serif;
  font-size: 0.8125rem; }
  slider-bullets button {
    margin-right: 0.3125rem;
	color: #0080c0;
    color: var(--themecolor, #333);
    font-family: inherit;
    cursor: pointer; }
    slider-bullets button.active {
      color: #000; }


slider-nav {
  display: block; }

.slider-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 2rem;
  height: 2rem;
  margin-top: -2rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%; }
  .slider-control svg {
    width: 0.875rem;
    height: 1.3125rem;
    transform: scale(0.8);	}
  .slider-control button {
    width: 0.875rem;
    height: 1.3125rem;
    transform: translateX(-1.5px);	}

slider-prev {
  left: 0.625rem; }

slider-next {
  right: 0.625rem;
  transform: rotate(180deg);
  transform-origin: 50% 50%;
  cursor: pointer; }

.slide-img {
  margin-bottom: 0.8rem;
  text-align: center;}
 /*768px*/ 
	@media (min-width: 48em) {
	.slide-img {
	margin-bottom: 1.5625rem;}
	}
  .slide-img img {
    vertical-align: middle;
	max-height: calc(100vw - 3.5rem);
	max-height: var(--hauteurmax_img);}
/*1110px desktop*/	
@media (min-width: 69.375em) and (orientation: landscape) {
	.slide-img img {
	max-height: calc(100vh - 256px);
	max-height: var(--hauteurdesk_img);}
}
/*hauteur sup*/	
@media (min-height: 956px) {
	.slide-img img {
	max-height: 700px;}
	/*pas de limite de hauteur d'image dans les essais à partir de 956px*/
	.text-zone .slide-img img {
	max-height: unset;}
}


.slide-caption { 
  text-align: center;
  font-size: 0.6rem;
  line-height: 1.2;
  margin-left: 2%;
  margin-right: 2%; }
  .slide-caption i {
	font-style: italic; }
/*768px*/ 
	@media (min-width: 48em) {
    .slide-caption {
	font-size: 0.875rem;
	margin-left: 5rem;
	margin-right: 5rem; } }
/*1110px*/	
	@media (min-width: 69.375em) {
    .slide-caption {
      font-size: 0.7rem; } }
/*1246px desktop*/	
@media (min-width: 120.5em)  {
    .slide-caption {
      font-size: 1.0625rem; } }

.loader {
  width: 5.3125rem;
  height: 5.3125rem;
  margin: 0.9375rem auto;
  position: relative; }
  .loader div {
    width: 8px;
    height: 8px;
    margin: 0 auto;
    border-radius: 50%;
	background: #0080c0;
    background: var(--themecolor, #333);
	box-shadow: 14px 3px 0 0 var(--loaderFirstShadow), 26px 11px 0 0 rgba(#0080c0, 0.3), 34px 23px 0 0 rgba(#0080c0, 0.35), 37px 37px 0 0 rgba(#0080c0, 0.4), 34px 51px 0 0 rgba(#0080c0, 0.45), 26px 63px 0 0 rgba(#0080c0, 0.5), 14px 71px 0 0 rgba(#0080c0, 0.55), 0 74px 0 0 rgba(#0080c0, 0.6), -14px 71px 0 0 rgba(#0080c0, 0.65), -26px 63px 0 0 rgba(#0080c0, 0.7), -34px 51px 0 0 rgba(#0080c0, 0.75), -37px 37px 0 0 rgba(#0080c0, 0.8), -34px 23px 0 0 rgba(#0080c0, 0.85), -26px 11px 0 0 rgba(#0080c0, 0.9), -14px 3px 0 0 rgba(#0080c0, 0.95);
    box-shadow: 14px 3px 0 0 var(--loaderFirstShadow), 26px 11px 0 0 rgba(var(--themecolorRGB), 0.3), 34px 23px 0 0 rgba(var(--themecolorRGB), 0.35), 37px 37px 0 0 rgba(var(--themecolorRGB), 0.4), 34px 51px 0 0 rgba(var(--themecolorRGB), 0.45), 26px 63px 0 0 rgba(var(--themecolorRGB), 0.5), 14px 71px 0 0 rgba(var(--themecolorRGB), 0.55), 0 74px 0 0 rgba(var(--themecolorRGB), 0.6), -14px 71px 0 0 rgba(var(--themecolorRGB), 0.65), -26px 63px 0 0 rgba(var(--themecolorRGB), 0.7), -34px 51px 0 0 rgba(var(--themecolorRGB), 0.75), -37px 37px 0 0 rgba(var(--themecolorRGB), 0.8), -34px 23px 0 0 rgba(var(--themecolorRGB), 0.85), -26px 11px 0 0 rgba(var(--themecolorRGB), 0.9), -14px 3px 0 0 rgba(var(--themecolorRGB), 0.95);
    animation: loader 0.9s steps(1, end) infinite;
    transform-origin: 50% 41px; }

@keyframes loader {
  0% {
    transform: rotate(0deg); }
  6.25% {
    transform: rotate(22.5deg); }
  13.5% {
    transform: rotate(45deg); }
  19.75% {
    transform: rotate(67.5deg); }
  25% {
    transform: rotate(90deg); }
  31.25% {
    transform: rotate(112.5deg); }
  37.5% {
    transform: rotate(135deg); }
  43.75% {
    transform: rotate(157.5deg); }
  50% {
    transform: rotate(180deg); }
  56.25% {
    transform: rotate(202.5deg); }
  63.5% {
    transform: rotate(225deg); }
  69.75% {
    transform: rotate(247.5deg); }
  75% {
    transform: rotate(270deg); }
  81.25% {
    transform: rotate(292.5deg); }
  87.5% {
    transform: rotate(315deg); }
  93.75% {
    transform: rotate(337.5deg); }
  100% {
    transform: rotate(22.5deg); } }

.modal {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.5); }

.modal-content {
  overflow: auto;
  position: relative;
  background-color: #fff;
  margin: auto;
  padding: 3.125rem 1.875rem;
  width: 90%;
  max-height: 100%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.75);
  animation-name: animatetop;
  animation-duration: 1s;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

@keyframes animatetop {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  @media (min-width: 48em) {
    .modal-content {
      width: 43.75rem;
      padding: 6.25rem 3.75rem; } }
  .modal-content .link {
    position: absolute;
    top: 0.625rem;
    right: 0.9375rem; }
    @media (min-width: 48em) {
      .modal-content .link {
        top: 1.25rem;
        right: 1.5625rem; } }
  .modal-content .title-2 {
    line-height: 1.2; }
  .modal-content .title-2.nomargin {
    margin-bottom: 0; }
  .modal-content .title-2.lessmargin {
    margin-bottom: 1.25rem; }
  .modal-content div,
  .modal-content span {
    margin-bottom: 0; }
  .modal-content .btn {
    margin-right: 1.5625rem;
    margin-top: 0.625rem; }
  .modal-content .form-bloc {
    margin-bottom: 1.875rem; }
    .modal-content .form-bloc label {
      color: #000;
      font-size: 1.5625rem;
      margin-bottom: 0.625rem; }
    .modal-content .form-bloc input {
      height: 3.125rem; }
    .modal-content .form-bloc .form-error-message {
      line-height: 1.2;
      margin-top: 0.3125rem; }
    .modal-content .form-bloc p {
      margin-bottom: 0.9375rem; }
  .modal-content .form-multi-blocks {
    color: #000;
    font-size: 1.5625rem;
    font-family: "IsabelSemiCondensed-Regular", Georgia, serif;
    margin-bottom: 1.875rem;
    width: 100%; }
    .modal-content .form-multi-blocks button {
      font-size: 19px;
	  color: #0080c0;
      color: var(--themecolor, #333); }
      .modal-content .form-multi-blocks button:hover {
        color: #fff; }

.scroll-wrapper {
  position: relative;
  overflow: hidden; }
  .scroll-wrapper .scroll-inner {
	width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    /*right: -20px;*/
    padding-right: 20px; }
    @media (min-width: 48em) {
      .scroll-wrapper .scroll-inner {
        overflow-y: scroll; } }


[data-mvp*="container"] {
  position: relative; }
  [data-mvp*="container"] figure ul {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    bottom: 0;
    width: 100%; }

[data-mvp*="container"] {
  position: relative; }

[data-mvp*="container"] figure ul {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  bottom: 0;
  width: 100%; }

audio-player,
video-player {
  display: block;
  color: #0080c0;
  color: var(--themecolor, #333);
  background: white; }

audio-player {
  margin-bottom: 4.375rem; }

audio-player-title {
  display: block;
  padding: 1.875rem 1.25rem 0;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1; }

video-player {
  margin-bottom: 4.375rem; }
  video-player video {
    width: 100%; }

video-player-wrapper {
  display: block; }

video-player-inner {
  display: block;
  position: relative; }

video-player-big-play {
  opacity: 1;
  pointer-events: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 5rem;
  height: 5rem;
  border: 1px solid white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate3d(-50%, -50%, 0);
  transition: opacity .2s ease-out; }
  video-player-big-play svg {
    width: 2.5rem;
    height: 2.8125rem;
    fill: white;
    transform: translate3d(6px, 0, 0); }
  .playing video-player-big-play {
    opacity: 0; }

player-controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.875rem 1.25rem;
  color: #0080c0;
  color: var(--themecolor, #333);
  background: white; }
  player-controls button[data-map="play|pause"],
  player-controls button[data-mvp="play|pause"] {
    margin-right: 0.9375rem;
    cursor: pointer; }
    player-controls button[data-map="play|pause"] svg,
    player-controls button[data-mvp="play|pause"] svg {
      width: 1.1875rem;
      height: 1.1875rem;
	  fill: #0080c0;
      fill: var(--themecolor, #333); }
    player-controls button[data-map="play|pause"] .icon-pause,
    player-controls button[data-mvp="play|pause"] .icon-pause {
      display: none; }
    .playing player-controls button[data-map="play|pause"] .icon-play, .playing
    player-controls button[data-mvp="play|pause"] .icon-play {
      display: none; }
    .playing player-controls button[data-map="play|pause"] .icon-pause, .playing
    player-controls button[data-mvp="play|pause"] .icon-pause {
      display: block; }
  player-controls button[data-map="mute"],
  player-controls button[data-mvp="mute"] {
    margin-right: 0.5rem;
    cursor: pointer; }
    player-controls button[data-map="mute"] svg,
    player-controls button[data-mvp="mute"] svg {
      width: 1.5rem;
      height: 1.25rem;
	  fill: #0080c0;
      fill: var(--themecolor, #333); }
    player-controls button[data-map="mute"] .icon-mute,
    player-controls button[data-mvp="mute"] .icon-mute {
      display: none; }
    .muted player-controls button[data-map="mute"] .icon-sound, .muted
    player-controls button[data-mvp="mute"] .icon-sound {
      display: none; }
    .muted player-controls button[data-map="mute"] .icon-mute, .muted
    player-controls button[data-mvp="mute"] .icon-mute {
      display: block;
      transform: translateY(-1px); }
  player-controls .progress-bar-volume {
    max-width: 4.0625rem; }

.progress-bar-wrapper {
  -ms-flex: 1;
      flex: 1;
  height: 15px;
  margin-right: 0.625rem;
  position: relative; }
  .progress-bar-wrapper progress {
    width: 100%;
    height: 15px;
    opacity: 0;
    position: absolute;
    z-index: 2; }

.progress-bar {
  height: 3px;
  background: rgba(#0080c0, 0.2);
  background: rgba(var(--themecolorRGB, #333), 0.2);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%); }
  .progress-bar div {
    width: 30%;
    height: 3px;
    background: currentColor;
    transform-origin: 0 0;
    position: relative;
    transition: width 0.05s ease-out; }
    .progress-bar div::after {
      content: "";
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background: currentColor;
      position: absolute;
      right: -7px;
      transform: translateY(-6px); }

.player-controls-time {
  display: none;
  margin-right: 1.5625rem;
  font-size: 0.875em; }
  @media (min-width: 48em) {
    .player-controls-time {
      display: block; } }

.js-zoom-popin-trigger {
  cursor: pointer;
  cursor: url(../images/svg/icon_loupe_plus.svg), auto; }

.zoom-popin {
  pointer-events: none;
  opacity: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  transition: opacity .3s ease-out; }
  .zoom-popin.is-visible {
    pointer-events: auto;
    opacity: 1; }
  .zoom-popin .loader {
    display: none; }

.zoom-popin.is-loading .loader {
  display: block; }

.zoom-popin-overlay {
  background: rgba(255, 255, 255);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.zoom-popin-close {
	position: absolute;
	right: 0.2rem;
	top: 0.8rem;
	z-index:100;
}
/*1110px*/	
	@media (min-width: 69.375em) {
	.zoom-popin-close {
	right: 1rem;
	}
}
.iPad .zoom-popin-close {
	top: 2rem;
}

.iPhone .zoom-popin-close {
	top: 2.6rem;
}

.zoom-popin-close.link {
	font-size: 1.2rem;
	color: #CCC;
}
		
		
#seadragon {
		width: 100vw;
		height: 100vh;
}

.zoom-popin-content {
		display: -ms-flexbox;
	 display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
		/*max-width: 90vw;
	max-height: 90vh;*/
		max-width: 100vw;
		max-height: 100vh;
		position: relative;
}
  .zoom-popin.is-loading .zoom-popin-content {
    display: none; }
  .zoom-popin-content img {
    vertical-align: middle;
    width: auto;
    max-height: 90vh; }

.content-popin {
  overflow: scroll;
  pointer-events: none;
  opacity: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  transition: opacity .3s ease-out; }
  .content-popin.is-visible {
    pointer-events: auto;
    opacity: 1; }

.content-popin-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.content-popin-close {
  position: absolute;
  top: 0.625rem;
  right: 0.9375rem; }
  @media (min-width: 48em) {
    .content-popin-close {
      top: 1.25rem;
      right: 1.5625rem; } }

.content-popin-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 90%;
  min-height: 100vh;
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }
  @media (min-width: 48em) {
    .content-popin-wrapper {
      max-width: 43.75rem; } }

.content-popin-content {
  -ms-flex: 1;
      flex: 1;
  width: 90%;
  padding: 3.125rem 1.875rem;
  margin: 0 auto;
  background: white;
  position: relative;
  animation-name: animatetop;
  animation-duration: 1s; }

@keyframes animatetop {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  @media (min-width: 48em) {
    .content-popin-content {
      max-width: 43.75rem;
      padding: 6.25rem 3.75rem; } }
  .content-popin-content .title-2 {
    line-height: 1.2; }
  .content-popin-content .title-2.nomargin {
    margin-bottom: 0; }
  .content-popin-content .title-2.lessmargin {
    margin-bottom: 1.25rem; }
  .content-popin-content div,
  .content-popin-content span {
    margin-bottom: 0; }
  .content-popin-content .btn {
    margin-right: 1.5625rem;
    margin-top: 0.625rem; }
  .content-popin-content .form-bloc {
    margin-bottom: 1.875rem; }
    .content-popin-content .form-bloc label {
      color: #000;
      font-size: 1.5625rem;
      margin-bottom: 0.625rem;
     line-height: 1.2; }
    .content-popin-content .form-bloc input {
      height: 3.125rem; }
    .content-popin-content .form-bloc .form-error-message {
      line-height: 1.2;
      margin-top: 0.3125rem;
      margin-bottom: -1.5625rem;}
    .content-popin-content .form-bloc p {
      margin-bottom: 0.9375rem; }
  .content-popin-content .form-multi-blocks {
    color: #000;
    font-size: 1.5625rem;
    font-family: "IsabelSemiCondensed-Regular", Georgia, serif;
    margin-bottom: 1.875rem;
    width: 100%; }
    .content-popin-content .form-multi-blocks label {
      margin-bottom: 0.625rem;
      line-height: 1.2; }
    .content-popin-content .form-multi-blocks button {
      font-size: 19px;
      color: #333; }
      .content-popin-content .form-multi-blocks button:hover {
        color: #fff; }

.content-popin-inner-content p {
  margin-bottom: 2.8125rem; }
  
#liste_dossiers.is-hidden {
	display: none;
}
.to-top {
  display: none;
  opacity: 0;
  pointer-events: none;
  font-family: "IsabelSemiCondensed-Light-Italic", Georgia, serif;
  font-size: 0.8125rem;
  text-align: center;
  position: fixed;
  bottom: 6.25rem;
  right: calc(((100vw - 43.75rem) / 2) - 76px - 1.5625rem);
  right: calc(((var(--largeur) - 43.75rem) / 2) - 76px - 1.5625rem);
  z-index: 2;
  cursor: pointer;
  transition: opacity .2s ease-out; }
  .to-top.is-visible {
    opacity: 1;
    pointer-events: auto; }
  .to-top svg {
    display: block;
    width: 0.4375rem;
    height: 2.25rem;
    margin: 0 auto 0.3125rem; }
  @media (min-width: 69.375em) {
    .to-top {
      display: block; } }
body.no-up .to-top {
	display: none;
}	  
body.body-RESULTAT .to-top {
	display: none;
}
@media (min-width: 91.562em) {
    body.body-RESULTAT .to-top {
      display: block;
	right: calc(((100vw - 75.375rem) / 2) - 76px - 1.5625rem);  
	  right: calc(((var(--largeur) - 75.375rem) / 2) - 76px - 1.5625rem);} }

.page-mention {
  margin-bottom: -3.125rem;
  font-family: "IsabelSemiCondensed-Regular", Georgia, serif;
  font-size: 1em;
  line-height: 1.2;
  text-align: center; }
  @media (min-width: 69.375em) {
    .page-mention {
    margin-top: 4rem;
	margin-bottom: 6rem; } }

.page-home {
background-color: #0080c0;
  background-color: var(--themecolor, #333);
  padding: 3.125rem 0; }
  @media (min-width: 69.375em) {
    .page-home {
      padding: 6.25rem 0.9375rem; } }
  @media (min-width: 48em) {
    .page-home {
      padding: 4.375rem 0.9375rem; } }
  .page-home .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
    @media (min-width: 48em) {
      .page-home .wrapper {
        -ms-flex-direction: row;
            flex-direction: row;
        width: auto; } }
  .page-home .scroll-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: end;
        justify-content: end;
    color: #fff;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem; }
    @media (min-width: 48em) {
      .page-home .scroll-wrapper {
        width: 50%;
        margin-right: 5%;
        height: 45vw; } }
	@media (min-width: 69.375em) {
    .page-home .scroll-wrapper {
		/*height: 41.5625rem; */
		height: 35.9375rem;	}	 
	 } 
    .page-home .scroll-wrapper p {
      margin-bottom: 2.1875rem;
      line-height: 1.8;}	
      .page-home .scroll-wrapper p:last-child {
        margin-bottom: 0; }

	  
    .page-home .scroll-wrapper .scroll-inner {
      position: static;
      padding-right: 0; }
      @media (min-width: 48em) {
        .page-home .scroll-wrapper .scroll-inner {
          padding-right: 1.25rem;
          position: absolute;} }
		@media (min-width: 69.375em) {
        .page-home .scroll-wrapper .scroll-inner {
          margin-bottom: 5.625rem; } }
	.page-home .scroll-wrapper .scroll-inner a{
		border-bottom: 1px dotted;
		border-bottom-color: rgba(256, 256, 256, 0.5);
	}
	.page-home .scroll-wrapper .scroll-inner a:hover{
		border-bottom-color: rgba(256, 256, 256, 1);
	}

.vertical-next {
  display: none; }
  @media (min-width: 69.375em) {
    .vertical-next {
      width: 100%;
      position: absolute;
      bottom: 0;
      cursor: pointer;
      margin: 0 auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      font-size: 0.8125rem;
      font-family: "IsabelSemiCondensed-Light-Italic", Georgia, serif;
      color: #fff; } }
  .vertical-next .icons {
    height: 1.875rem;
    width: 0.625rem;
    fill: #fff; }

.carousel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  list-style-type: none;
  position: relative;
  /*height: 18.75rem;*/
  height:70vw;
  width: 100%; }
  @media (min-width: 48em) {
    .carousel {
      width: 50%;
      margin-left: 5%;
     /* height: 35.9375rem;*/
	 height:45vw;
	  margin-top: 1.25rem;	  } }
	  

	  
  .carousel .slide-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.5s ease-in-out; }
    @media (min-width: 48em) {
      .carousel .slide-wrapper {
 /*       height: 30.3125rem;
        margin-top: 1.25rem; */
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center; } }
			

	.carousel .slide-wrapper a {
	  max-height:100%;}
    .carousel .slide-wrapper img {
    vertical-align: middle;
	max-height: calc(100vw - 3.5rem);
	max-height: var(--hauteurmax_img);}
	@media (max-width: 47.999em) {
        .carousel .slide-wrapper img {
          width: auto;
          max-height: 70vw; } }
      @media (min-width: 48em) {
        .carousel .slide-wrapper img {
          max-width: 100%;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          height:45vw; } }
		  
		@media (min-width: 69.375em) {
    .carousel {height: 35.9375rem;}
	.carousel .slide-wrapper img {/*height: 35.9375rem;*/height: unset;}	 
	 } 
  .carousel .showing {
    opacity: 1;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0; }

.page-index .buttons-action {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 2.8125rem; }
  @media (min-width: 48em) {
    .page-index .buttons-action {
      width: 65%;
      margin-left: auto; } }

.images-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  @media (min-width: 48em) {
    .images-container {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: center;
          justify-content: center;
      margin-top: 5rem; } }
  .images-container .image-name {
    margin-top: 0.9375rem;
    text-align: center;
    line-height: 1.2;
    font-weight: 700; }

.images-container a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 1.875rem; }
  @media (min-width: 48em) {
    .images-container a:first-child {
      margin-right: 2.1875rem; }
    .images-container a:last-child {
      margin-left: 2.1875rem; } }
  .images-container a:last-child {
    margin-bottom: 0; }
    @media (min-width: 48em) {
      .images-container a:last-child {
        margin-bottom: 1.875rem; } }
  .images-container a:hover {
	  color: #0080c0; 
    color: var(--themecolor, #333); }
    .images-container a:hover .image-wrapper {
		background-color: #0080c0;
      background-color: var(--themecolor, #333);
      fill: #fff; }
  .images-container a .image-wrapper {
    background-color: #fff;
    width: 6.25rem;
    height: 6.25rem;
    border-radius: 50%;
	fill: #0080c0;
    fill: var(--themecolor, #333);
    transition: 0.3s ease-in-out; }
    @media (min-width: 30em) {
      .images-container a .image-wrapper {
        width: 12.5rem;
        height: 12.5rem; } }

.image-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  .image-wrapper svg {
    width: 3.125rem; }
    @media (min-width: 30em) {
      .image-wrapper svg {
        width: 6.25rem;
        height: 6.25rem; } }

.page-telechargement p {
  margin-bottom: 1.25rem; }

.page-telechargement ul {
  padding-left: 1.25rem; }
  .page-telechargement ul li {
    list-style: inside;
    list-style-position: outside;
    line-height: 1.2; }
    @media (min-width: 48em) {
      .page-telechargement ul li {
        margin-bottom: 0; } }
    .page-telechargement ul li:last-child {
      margin-bottom: 1.875rem; }

.text-zone ul,
.text-zone .image-name {
  font-size: 1rem; }
  @media (min-width: 69.375em) {
    .text-zone ul,
    .text-zone .image-name {
      font-size: 1.1875em; } }

.page-advanced-search .l2c .l2c-1 .link {
  margin-left: 1.25rem; }
  .page-advanced-search .l2c .l2c-1 .link:hover {
	  color: #0080c0;
    color: var(--themecolor, #333); }

.page-advanced-search .l2c .l2c-2 {
  margin-top: 6.25rem; }
  @media (min-width: 48em) {
    .page-advanced-search .l2c .l2c-2 {
      margin-top: 0; } }
  .page-advanced-search .l2c .l2c-2 .title-2 {
    margin-bottom: 1.5625rem; }
    @media (min-width: 48em) {
      .page-advanced-search .l2c .l2c-2 .title-2 {
        margin-bottom: 3.75rem; } }
    @media (min-width: 69.375em) {
      .page-advanced-search .l2c .l2c-2 .title-2 {
        margin-bottom: 6.25rem; } }

.page-advanced-search .l2c .l2c-1 {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto; }
  @media (min-width: 48em) {
    .page-advanced-search .l2c .l2c-1 {
      -ms-flex: 0 1 31.25rem;
          flex: 0 1 31.25rem; } }

.search-block .title-3 {
  font-size: 1.75rem;
  line-height: 1.2;
  margin-bottom: 0.3125rem; }
  @media (min-width: 48em) {
    .search-block .title-3 {
      margin-bottom: 1.25rem; } }
  @media (min-width: 69.375em) {
    .search-block .title-3 {
      font-size: 2rem; } }

.search-block div {
  font-size: 1.0625rem;
  line-height: 1.2;
  margin-bottom: 1.5625rem; }
  @media (min-width: 48em) {
    .search-block div {
      margin-bottom: 4.0625rem; } }

.search-block:last-child div {
  margin-bottom: 0; }

.timeline-section {
  position: relative; }
  .timeline-section:not(:last-child) {
    margin-bottom: 3.75rem; }
	
.glossaire-section .timeline-section:not(:last-child) {
    margin-bottom: 1.875rem; }

.text-note-trigger {
	color: #0080c0;
  color: var(--themecolor, #333);
  padding-left: 0.2rem;
  font-weight: bold;
  cursor: pointer; }
  
 .note {display: none;}

.text-note-content {
  opacity: 0;
  pointer-events: none;
  width: 100%;
  padding: 2.8125rem 1.5rem 1.5rem;
  border: 2px solid #0080c0;
  border: 2px solid var(--themecolor, #333);
  color: white;
  background: #0080c0;
  background: var(--themecolor, #333);
  font-family: Arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1rem;
  text-align: left;
  position: absolute;
  left: 0;
  z-index: 2;
  transform: translateY(20px);
  transition: opacity .2s ease-out, transform .2s ease-out; 
  overflow-x: hidden;
  text-overflow: ellipsis;
  font-weight: normal;}
/*768px*/ 
  @media (min-width: 48em) {
	.text-note-content {
			line-height: 1.6rem;
			font-size: 1rem; }
	.font-size-target.font-medium .text-note-content {
			line-height: 1.7rem;
			font-size: 1.2rem; }
	.font-size-target.font-large .text-note-content {
			line-height: 1.85rem;
			font-size: 1.4rem; }
 }

  .text-note.is-visible .text-note-content {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(28px); }
  @media (min-width: 69.375em) {
    .text-note-content {
      width: 12.5rem;
      padding-top: 2.1875rem;
      padding-bottom: 2rem;
      padding-right: 0;
      padding-left: 1.5625rem;
	  color: #0080c0;
      color: var(--themecolor, #333);
      background: #f6f6f3;
      font-size: 0.8125rem;
      line-height: 1.3;
      border: 0;
      top: auto;
      left: 100%;
      z-index:3;	  }
	  .text-note.is-visible .text-note-content {		  
    transform: translateY(-28px); }
	  
	  .page-notice .text-note-content {
		  left: calc(((100vw - 43.75rem) / 2) + 43.75rem);
		--decalage : calc(((var(--largeur) - 43.75rem) / 2) + 43.75rem);
		  left: var(--decalage); }
	  
      .font-size-target.font-medium .text-note-content {
        font-size: 1rem; }
      .font-size-target.font-large .text-note-content {
        font-size: 1.1875rem; } 
}
  .text-note-content a {
    border-bottom: 1px dotted #fff;
	color: #fff;	
	}
	
	@media (min-width: 69.375em) {
		.text-note-content a {
			border-bottom: 1px dotted #0080c0; 
			color: #0080c0;
			border-bottom: 1px dotted var(--themecolor, #333); 
			color: var(--themecolor, #333);
			}
	}

.text-note-close {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  cursor: pointer; }
  .text-note-close .link {
    color: white;
    cursor: pointer; }
/*1110px*/	
	@media (min-width: 69.375em) {
	.text-note-close .link {
    color: #000;}
	}
    .text-note-close .link::before, .text-note-close .link::after {
      color: #000;
      font-family: "IsabelSemiCondensed-Regular", Georgia, serif; }
    .text-note-close .link:hover, .text-note-close .link:focus {
      color: white; }
  @media (min-width: 69.375em) {
    .text-note-close {
      top: 0;
      right: 0; }
      .text-note-close .link::before, .text-note-close .link::after {
		  color: #0080c0;
        color: var(--themecolor, #333);
        font-family: "IsabelSemiCondensed-Regular", Georgia, serif; }
      .text-note-close .link:hover, .text-note-close .link:focus {
		  color: #0080c0;
        color: var(--themecolor, #333); } }
		
num_note::after {content:". ";}

.text-img-popin {
  display: inline; }

.text-img-popin-trigger {
  display: inline;
  color: #0080c0;
  color: var(--themecolor, #333);
  border-bottom: 1px solid currentColor;
  cursor: pointer; }

.text-img-popin-content {
  opacity: 0;
  pointer-events: none;
  widows: 100%;
  border: 5px solid #0080c0;
  border: 5px solid var(--themecolor, #333);
  background: #f6f6f3;
  font-family: Arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.15;
  text-align: left;
  position: absolute;
  left: -5px;
  right: -5px;
  z-index: 3;
  transform: translateY(80px);
  transition: opacity .2s ease-out, transform .2s ease-out; }
  .text-img-popin.is-visible .text-img-popin-content {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(60px); }
  .text-img-popin-content .text-img-popin-figure {
    display: block; }
  .text-img-popin-content .text-img-popin-caption {
    display: block;
    padding-top: 1.5625rem;
    padding-bottom: 2.1875rem;
    padding-left: 1.5625rem;
    padding-right: 0.9375rem;
	color: #0080c0;
    color: var(--themecolor, #333);
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: left; }
    @media (min-width: 69.375em) {
      .text-img-popin-content .text-img-popin-caption {
        font-size: 1.30769em; } }

.text-img-popin-close {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  cursor: pointer; }
  @media (min-width: 69.375em) {
    .text-img-popin-close {
      top: -1.5625rem;
      right: 0; } }
	  
	  
	  

author-block {
  display: block;
  margin-top: 4.6875rem;
  margin-bottom: 2.8125rem;
  text-align: center; }  
  
/*1110px*/	
	@media (min-width: 69.375em) {
    author-block {
      margin-bottom: 5.9375rem; } }
  
author-position {
  display: block;
  font-family: "IsabelSemiCondensed-Light-Italic", Georgia, serif;
  font-size: 0.8125rem;
  line-height: 1.15; }
  



author-name {
  display: block;
  font-family: "IsabelSemiCondensed-Regular", Georgia, serif;
  text-transform: uppercase;
  font-size: 0.866rem;
  margin-bottom: 2.375rem;
  }

/* on peut utiliser author-name pour y caser un menu d'onglets qui permettent de naviguer de page en page dans un même sujet */
/* par exemple dans la page glossaire de Grandidier ou on veut donner accès à des sections de glossaires contenus dans des pages séparées - contrairement à la navigation à l'intétieur d'une page */
/* pour cela on utilise .sous-section .glossaire et on a deux états .inactif et .actif */

.sous-section.glossaire {
	font-family: "IsabelSemiCondensed-Bold", Georgia, serif;
	text-transform: none;	
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    border-right: 1px solid var(--themecolor, #333);
}

span.sous-section.glossaire:last-child {
	padding-right: none;
	border-right:  none;
}

span.sous-section.glossaire:first-child {
	padding-left: none;
}

.sous-section.glossaire.actif {
	text-decoration-line: underline;	
    text-underline-offset: 0.4rem;
    text-decoration-thickness: 0.1rem;
}

.sous-section.glossaire a {
	color: #000;
}

.sous-section.glossaire a:hover {
	color: #0080c0;
    color: var(--themecolor, #333);
}

span.author-function {
 font-size: 90%;
 text-transform: initial;  
}

/*1110px*/
@media (min-width: 69.375em) {
	author-name {
		 margin-bottom: 4.375rem;
		 font-size: 1.4rem;
	}
}  
/*768px*/ 
@media (min-width: 48em) {
	author-name {
			margin-bottom: 4.375rem;
			font-size: 1.2rem; }
	.font-size-target.font-medium author-name {
			font-size: 1.3rem; }
	.font-size-target.font-large author-name {
			font-size: 1.4rem; }
}


.page-home author-name {
    line-height: 1.4;
	}
	
etiquette_recherche {
  display: block;
  font-family: "IsabelSemiCondensed-Regular", Georgia, serif;
  font-size: 1rem;
  margin-bottom: 2.375rem;
  line-height: 120%;
  }
  
/* le font-size de etiquette_recherche est callé sur celui de sub-menu */
      
  @media (min-width: 48em) {
    etiquette_recherche {      
      font-size: 1.1875rem;
	  margin-bottom: 4.375rem;
	  }
	 }
	 
  @media (min-width: 77.875em) {
    etiquette_recherche {
      font-size: 1.4375rem;	  
	} 
  }

  

.folder-wrapper {
  max-width: 77.875rem;
  margin: 0 auto;
  position: relative; }
  @media (min-width: 30em) {
    .folder-wrapper {
      width: 30rem; } }
  @media (min-width: 43.125em) {
    .folder-wrapper {
      width: 43.125rem; } }
  @media (min-width: 61.875em) {
    .folder-wrapper {
      width: 61.875rem; } }
  @media (min-width: 69.375em) {
    .folder-wrapper {
      width: 69.375rem; } }
  @media (min-width: 77.875em) {
    .folder-wrapper {
      width: 77.875rem;
      padding: 0; } }

.easy-masonry-3-full .folder-item-wrapper {
  margin-bottom: 1.5625rem; }

@media (min-width: 77.875em) {
  .easy-masonry-3-full .folder-item-wrapper {
    margin-bottom: 1.5625rem; } }

.folder-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .folder-list li {
    -ms-flex: 0 1 390px;
        flex: 0 1 390px;
    margin-right: 1.5625rem;
    margin-bottom: 1.5625rem; }
  .folder-list .folder-item-fixed .folder-item-img {
    height: 25rem; }
  @media (min-width: 30em) {
    .folder-list .folder-item-fixed .folder-item-img {
      height: 14.375rem; } }
  @media (min-width: 43.125em) {
    .folder-list .folder-item-fixed .folder-item-img {
      height: 18.75rem; } }
  @media (min-width: 48em) {
    .folder-list .folder-item-fixed .folder-item-img {
      height: 18.75rem; } }
  @media (min-width: 61.875em) {
    .folder-list .folder-item-fixed .folder-item-img {
      height: 20rem; } }
  @media (min-width: 69.375em) {
    .folder-list .folder-item-fixed .folder-item-img {
      height: 21.875rem; } }
  @media (min-width: 77.875em) {
    .folder-list .folder-item-fixed .folder-item-img {
      height: 25rem; } }
  @supports ((display: -ms-grid) or (display: grid)) {
    .folder-list {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr;
          grid-template-columns: 1fr;
      grid-row-gap: 20px;
      -ms-grid-column-align: center;
          justify-items: center;
      padding: 0 1.25rem; }
      .folder-list li {
        width: 17.5rem;
        margin-bottom: 0;
        margin-right: 0; }
      .folder-list .folder-item-fixed .folder-item-img {
        height: 17.5rem; }
      @media (min-width: 30em) {
        .folder-list {
          -ms-grid-columns: (230px)[2];
              grid-template-columns: repeat(2, 230px);
          grid-column-gap: 20px;
          grid-row-gap: 20px;
          padding: 0; }
          .folder-list li {
            width: 14.375rem; }
          .folder-list .folder-item-fixed .folder-item-img {
            height: 14.375rem; } }
      @media (min-width: 43.125em) {
        .folder-list {
          display: -ms-grid;
          display: grid;
          -ms-grid-columns: (1fr)[2];
              grid-template-columns: repeat(2, 1fr);
          grid-column-gap: 30px;
          grid-row-gap: 30px; }
          .folder-list li {
            width: 18.75rem; }
          .folder-list .folder-item-fixed .folder-item-img {
            height: 18.75rem; } }
      @media (min-width: 48em) {
        .folder-list {
          display: -ms-grid;
          display: grid;
          grid-column-gap: 15px;
          grid-row-gap: 15px; }
          .folder-list li {
            width: 18.75rem; }
          .folder-list .folder-item-fixed .folder-item-img {
            height: 18.75rem; } }
      @media (min-width: 61.875em) {
        .folder-list {
          -ms-grid-columns: (320px)[3];
              grid-template-columns: repeat(3, 320px);
          grid-column-gap: 15px;
          grid-row-gap: 15px; }
          .folder-list li {
            width: 320px; }
          .folder-list .folder-item-fixed .folder-item-img {
            height: 20rem; } }
      @media (min-width: 69.375em) {
        .folder-list {
          -ms-grid-columns: (350px)[3];
              grid-template-columns: repeat(3, 350px);
          grid-column-gap: 30px;
          grid-row-gap: 30px; }
          .folder-list li {
            width: 350px; }
          .folder-list .folder-item-fixed .folder-item-img {
            height: 21.875rem; } }
      @media (min-width: 77.875em) {
        .folder-list {
          -ms-grid-columns: (400px)[3];
              grid-template-columns: repeat(3, 400px);
          grid-column-gap: 22px;
          grid-row-gap: 22px; }
          .folder-list li {
            width: 400px; }
          .folder-list .folder-item-fixed .folder-item-img {
            height: 25rem; } } }

.folder-item-wrapper {
  background: white;
  border-bottom: 1px solid #50504f;
  position: relative; }
  
.recherche-forme-masonry .folder-item-wrapper {
	border-bottom: none;
}
  
.notice-folder-item {
  background: white;
  border-bottom: 1px solid #50504f;
  position: relative; 
  color: #000;
  margin-bottom: 1.5625rem;}
  
.notice-gallery-wrapper .notice-folder-item {
  background: white;
  border-bottom: 1px solid #50504f;
  position: relative; 
  color: #000;
  margin-bottom: 0.8rem;}
/*768px*/ 
	@media (min-width: 48em) {
	.notice-gallery-wrapper .notice-folder-item {
	margin-bottom: 1.5625rem;}
	}

.folder-item-img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative; }

.easy-masonry-3 .folder-item-img {
	cursor: pointer;
}

.recherche-forme-masonry .folder-item-img {
	border-bottom: 1px solid #50504f;
}
 
  .folder-item-img a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative; }
  .folder-item-img img {
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 100%; }
  .folder-item-fixed .folder-item-img img {
    width: auto; }

.folder-item--empty {
  position: relative; }
  .folder-item--empty .folder-item-img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
		background: rgba(#0080c0, 0.2);
    background: rgba(var(--themecolorRGB), 0.2);
    font-family: "IsabelSemiCondensed-Light", Georgia, serif;
    font-size: 12.5rem; }
  .folder-item--empty svg {
    width: 5rem;
    height: 5rem;
    transform: scale(1);
    transition: transform 0.2s ease-out; }
  .folder-item--empty .folder-item-title a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.folder-item-top:hover .folder-item-img:after {
  opacity: 1; }

.folder-item--empty:hover .folder-item-img svg {
  transform: scale(1.1); }

.folder-item-thumb {
  overflow: hidden;
  width: 8.6875rem;
  height: 8.6875rem;
  margin-right: auto;
  margin-bottom: 0.125rem;
  background: rgba(#0080c0, 0.2);
  background: rgba(var(--themecolorRGB), 0.2);
  position: relative; }
  .folder-item-thumb:nth-child(even) {
    margin-right: 0; }
  @media (min-width: 30em) {
    .folder-item-thumb {
      width: 7.125rem;
      height: 7.125rem; } }
  @media (min-width: 43.125em) {
    .folder-item-thumb {
      width: 9.3125rem;
      height: 9.3125rem; } }
  @media (min-width: 61.875em) {
    .folder-item-thumb {
      width: 9.9375rem;
      height: 9.9375rem; } }
  @media (min-width: 69.375em) {
    .folder-item-thumb {
      width: 10.875rem;
      height: 10.875rem; } }
  @media (min-width: 77.875em) {
    .folder-item-thumb {
      width: 12.4375rem;
      height: 12.4375rem; } }
  @media screen and (min-width: 77.875em) and (-ms-high-contrast: active), (min-width: 77.875em) and (-ms-high-contrast: none) {
    .folder-item-thumb {
      width: 12.1875rem;
      height: 12.1875rem; } }
  .folder-item-thumb img {
    max-width: none;
    transform: translate3d(-50%, -50%, 0);
    position: absolute;
    top: 50%;
    left: 50%; }

.folder-item-infos {
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 5.9375rem;
  padding: 1.5625rem 0.625rem 0.9375rem;
  background: white; }

.folder-item-title {
  -ms-flex-item-align: start;
	align-self: flex-start;
	padding: 1.5625rem 0.625rem 4px;
	font-family: "IsabelSemiCondensed-Bold", Georgia, serif;
	font-size: 1.5625rem;
	line-height: 1.2;
	overflow: hidden;
    text-overflow: ellipsis;}
/*Tom pour faire fonctionner la recherche par forme du catalogue grandidier */	
.folder-item-title.recherche-forme {
	padding: 1.5625rem 0.625rem 1.5625rem;
	}
/*1110px desktop*/	
@media (min-width: 69.375em) and (orientation: landscape) {
	.folder-item-title {
		font-size: 1.45rem;
	}
}
/*1920px desktop*/	
@media (min-width: 120.5em) and (orientation: landscape) {
	.folder-item-title {
		font-size: 1.5625rem;
	}
} 
.notice-gallery-wrapper .folder-item-title {
  -ms-flex-item-align: start;
      align-self: flex-start;
	padding: 0.4rem 0.2rem 4px;
	font-family: "IsabelSemiCondensed-Bold", Georgia, serif;
	font-size: 1rem;
	line-height: 1.15;
	overflow: hidden;
    text-overflow: ellipsis;	}
/*768px*/ 
	@media (min-width: 48em) {
	.notice-gallery-wrapper .folder-item-title {
	padding: 1.5625rem 0.625rem 4px;
	font-size: 1.5625rem;
	line-height: 1.2;}
	}  
 

  .folder-item-title a {
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease-out;
	color: #000;
	cursor: pointer;	}

.folder-item--empty:hover .folder-item-title a,
.folder-item-top:hover .folder-item-title a {
  border-bottom: 1px solid black; }

.folder-item-info {
	padding: 0 0.625rem 0.9375rem;
	margin-top: 0.5rem;
	font-family: Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.2;
	overflow: hidden;
    text-overflow: ellipsis;  }

.masonry_dossiers .folder-item-info {
	padding: 0 0.625rem 0;
}
  
.notice-gallery-wrapper .folder-item-info {
	padding: 0 0.2rem 0.4rem;
	margin-top: 0.2rem;
	font-family: Arial, sans-serif;
	font-size: 0.7rem;
	line-height: 1.1;
	overflow: hidden;
    text-overflow: ellipsis;  }
/*768px*/ 
	@media (min-width: 48em) {
	.notice-gallery-wrapper .folder-item-info {
	padding: 0 0.625rem 0.9375rem;
	margin-top: 0.5rem;
	font-size: 1rem;
	line-height: 1.2;}
	}

.folder-item-action {
  padding: 0.625rem 0.625rem 0.9375rem;
  margin-top: 0.5rem;
  font-family: "IsabelSemiCondensed-Regular-Italic", Georgia, serif;
  font-size: 0.6875rem;
  line-height: 1.2; }
  .folder-item-action button {
	  color: #0080c0;
    color: var(--themecolor, #333);
    font-family: inherit;
    cursor: pointer; }
    .folder-item-action button:hover {
      color: black; }
    .folder-item-action button:not(:last-child):after {
      content: "\007C";
      margin-left: 0.1875rem;
	  color: #0080c0;
      color: var(--themecolor, #333);
      font-family: "IsabelSemiCondensed-Regular", Georgia, serif; }
	 .folder-item-action button:last-child {
		 margin-left: 0.1875rem;
	 }

.folder-item-aside {
  display: none;
  opacity: 0;
  pointer-events: none;
  padding: 4.0625rem 1.875rem 8.125rem 2.1875rem;
  color: white;
  background: #0080c0;
  background: var(--themecolor, #333);
  position: absolute;
  top: 20px;
  z-index: 1;
  transition: opacity 0.2s ease-out, top 0.4s ease-out; }
  .folder-item-aside .btn-2 {
    font-size: 1.7rem; }
@media (min-width: 69.375em) {
		.folder-item-aside .btn-2 {
    font-size: 1.875rem; }
	}
/*1110px desktop*/	
@media (min-width: 69.375em) and (orientation: landscape) {
	.folder-item-aside .btn-2 {
    font-size: 1.5rem; }
	}

/*1920px desktop*/	
@media (min-width: 120.5em) and (orientation: landscape) {
	.folder-item-aside .btn-2 {
    font-size: 1.875rem; }
	}
	
  .folder-item-aside * {
    margin-bottom: 1.25rem;
    font-size: 0.875rem; }
  .folder-item-aside img {
    vertical-align: middle; }
  @media (min-width: 48em) {
    .folder-item-aside {
      display: block;
      padding: 4.0625rem 2.1875rem 2.8125rem;
      transform: translateX(100%) translateX(25px); }
  }
/*1110px desktop*/	
@media (min-width: 69.375em) and (orientation: landscape) {
	.folder-item-aside {
      padding: 3.4rem 1.1875rem 2.2rem;}
}
/*1920px desktop*/	
@media (min-width: 120.5em) and (orientation: landscape) {
	.folder-item-aside {
	padding: 4.0625rem 2.1875rem 2.8125rem;}
}
  
.folder-item-aside.is-visible {
        transform: translateX(100%) translateX(25px); } }
  @media (min-width: 48em) {
    .folder-item-aside {
      transform: translateX(100%) translateX(28px); }
      .folder-item-aside.is-visible {
        transform: translateX(100%) translateX(28px); } }
  @media (min-width: 69.375em) {
    .folder-item-aside {
      transform: translateX(100%) translateX(25px); }
      .folder-item-aside.is-visible {
        transform: translateX(100%) translateX(25px); }
      .folder-item-aside * {
        margin-bottom: 1.5rem;
        font-size: 1.1875rem;
        line-height: 1.4375rem; } }
/*1110px desktop*/	
@media (min-width: 69.375em) and (orientation: landscape) {
	.folder-item-aside * {
        margin-bottom: 0;
        font-size: 1.1rem; }
}
/*1920px desktop*/	
@media (min-width: 120.5em) and (orientation: landscape) {
	.folder-item-aside * {
        margin-bottom: 1.5rem;
        font-size: 1.1875rem; }
}

  @media (min-width: 77.875em) {
    .folder-item-aside {
      padding: 4.0625rem 1.875rem 8.125rem 2.1875rem;
      padding: 4.0625rem 1.5625rem 2.625rem 2.1875rem;
      transform: translateX(100%) translateX(25px); }
      .folder-item-aside.is-visible {
        transform: translateX(100%) translateX(25px); } }
  .folder-item-aside::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 11px 6.5px 0;
	border-color: transparent #0080c0 transparent transparent;
    border-color: transparent var(--themecolor, #333) transparent transparent;
    position: absolute;
    top: 1.875rem;
    right: 100%; }
  .easy-masonry-3 masonry-column:last-child .folder-item-aside::before {
    border-width: 6.5px 0 6.5px 11px;
	border-color: transparent transparent transparent #0080c0;
    border-color: transparent transparent transparent var(--themecolor, #333);
    left: 100%;
    right: auto; }
  @media (min-width: 48em) {
    .easy-masonry-3 masonry-column:last-child .folder-item-aside {
      display: block;
      transform: translateX(-100%) translateX(-20px); }
      .easy-masonry-3 masonry-column:last-child .folder-item-aside.is-visible {
        transform: translateX(-100%) translateX(-20px); } }
  @media (min-width: 48em) {
    .easy-masonry-3 masonry-column:last-child .folder-item-aside {
      transform: translateX(-100%) translateX(-28px); }
      .easy-masonry-3 masonry-column:last-child .folder-item-aside.is-visible {
        transform: translateX(-100%) translateX(-28px); } }
  @media (min-width: 69.375em) {
    .easy-masonry-3 masonry-column:last-child .folder-item-aside {
      transform: translateX(-100%) translateX(-25px); }
      .easy-masonry-3 masonry-column:last-child .folder-item-aside.is-visible {
        transform: translateX(-100%) translateX(-25px); } }
  @media (min-width: 77.875em) {
    .easy-masonry-3 masonry-column:last-child .folder-item-aside {
      transform: translateX(-100%) translateX(-25px); }
      .easy-masonry-3 masonry-column:last-child .folder-item-aside.is-visible {
        transform: translateX(-100%) translateX(-25px); } }
  .folder-item-aside.is-visible {
    opacity: 1;
    pointer-events: auto;
    top: -1px; }

.folder-item-aside-close {
  position: absolute;
  top: 1.2rem;
  right: 0.9375rem; }
  .folder-item-aside-close .link {
    color: #fff;
    cursor: pointer; }
    .folder-item-aside-close .link::before, .folder-item-aside-close .link::after {
      color: #000;
      font-family: "IsabelSemiCondensed-Regular", Georgia, serif; }
    .folder-item-aside-close .link:hover, .folder-item-aside-close .link:focus {
      color: #000; }
  @media (min-width: 69.375em) {
    .folder-item-aside-close {
      top: 1rem;
      right: 1.875rem; } }
/*1110px desktop*/	
@media (min-width: 69.375em) and (orientation: landscape) {
	.folder-item-aside-close {
      top: 0.6rem;
      right: 1.1875rem; }
}
/*1920px desktop*/	
@media (min-width: 120.5em) and (orientation: landscape) {
	.folder-item-aside-close {
      top: 1rem;
      right: 1.875rem; }
}	  
	  

.folder-item-aside-content {
  overflow: hidden;
  max-height: 32rem;
 margin-bottom: 1.5rem; }

.folder-item-aside-content-inner {
  overflow-y: scroll;
  width: calc(100% + 25px);
  max-height: 37.75rem;
  padding-right: 1.5625rem; }
/*1110px desktop*/	
@media (min-width: 69.375em) and (orientation: landscape) {
	.folder-item-aside-content-inner {
  padding-right: 0.5rem; }
}
/*1920px desktop*/	
@media (min-width: 120.5em) and (orientation: landscape) {
	.folder-item-aside-content-inner {
  padding-right: 1.5625rem; }
}

.folder-item-aside-content appel_note{
	display:none;
}

.identification-form {
  max-width: 29.5625rem;
  margin: 0 auto; }
  .identification-form search-submit {
    margin-top: 4.0625rem; }
    .identification-form search-submit .btn {
      -ms-flex-item-align: start;
          align-self: flex-start; }
    @media (min-width: 31.25em) {
      .identification-form search-submit {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; } }
  .identification-form .search-submit-more {
    font-family: "IsabelSemiCondensed-Regular-Italic", Georgia, serif;
    font-size: 0.8125rem; }
    @media (min-width: 31.25em) {
      .identification-form .search-submit-more {
        padding-left: 1.8125rem;
        margin-top: 0; } }
    .identification-form .search-submit-more a {
		color: #0080c0;
      color: var(--themecolor, #333);
      font-family: "IsabelSemiCondensed-Regular", Georgia, serif; }
  .identification-form .search-submit-more-item + .search-submit-more-item {
    margin-top: 0.4375rem; }
	
/* -------------- GLOSSAIRE --------------*/

.glossaire-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: space-between;
  margin-bottom: 2.1875rem;
  font-family: "IsabelSemiCondensed-Black", Georgia, serif;
  font-size: 2rem; }
.glossaire-nav.tri-temporel {
		font-size: 1.65rem;
		justify-content: unset;
	}
/*768px*/ 
	@media (min-width: 48em) {
		.glossaire-nav {
			font-size: 1.75rem;
		}
	}
.glossaire-nav a {
    margin-right: 0.625rem;
    margin-bottom: 0.9375rem;
    color: rgba(0, 0, 0, 0.2);
    line-height: 1;
    cursor: default; }
/*768px*/ 
	@media (min-width: 48em) {
		.glossaire-nav a {
		margin-right: 0.625rem;
		}
	}
    .glossaire-nav a.is-enabled {
      color: black;
      cursor: pointer; }
      .glossaire-nav a.is-enabled:hover {
		  color: #0080c0;
        color: var(--themecolor, #333); }
@media (min-width: 20.75em) {
    .glossaire-nav a {
      margin-right: 0.75rem; } }
@media (min-width: 21.875em) {
    .glossaire-nav a {
      margin-right: 0.5rem; } }
@media (min-width: 23.875em) {
    .glossaire-nav a {
      margin-right: 0.625rem; } }
@media (min-width: 26.25em) {
    .glossaire-nav a {
      margin-right: 0.75rem; } }
@media (min-width: 28.75em) {
    .glossaire-nav a {
      margin-right: 0.8125rem; } }
@media (min-width: 30.625em) {
    .glossaire-nav a {
      margin-right: 0.9375rem; } }
@media (min-width: 33.125em) {
    .glossaire-nav a {
      margin-right: 1.125rem; } }
@media (min-width: 37.5em) {
    .glossaire-nav {
      margin-bottom: 2.1875rem;
      font-size: 2.125rem; }
      .glossaire-nav a {
        margin-right: 0.625rem; } }
/*

/*768px*/ 
@media (min-width: 48em) {
	.glossaire-nav {
		margin-bottom: 8.4375rem;/*= .glossaire-section (4121) - .glossaire-nav a (4045)*/
		font-size: 3.375rem; }
	.glossaire-nav a {
			margin-right: 1.25rem; }
	.glossaire-nav.tri-temporel {
		font-size: 2.8rem; }
	.glossaire-nav.tri-temporel a {
			margin-right: 1.55rem;
			width: 13rem;}
	  
}

@media (min-width: 69.375em) {
    .glossaire-nav {
      margin-bottom: 9.0625rem;
      font-size: 3.375rem; }
      .glossaire-nav a {
        margin-right: 1.1875rem; } }

.glossaire-section:not(:last-child) {
  margin-bottom: 9.375rem; }

.glossaire-section-title {
  margin-bottom: 3.75rem;
  border-bottom: 1px solid #000;
  font-family: "IsabelSemiCondensed-Black", Georgia, serif;
  font-size: 3.375rem;
  line-height: 1.3; }
  @media (min-width: 69.375em) {
    .font-size-target.font-medium .glossaire-section-title {
      font-size: 3.5625rem; }
    .font-size-target.font-large .glossaire-section-title {
      font-size: 3.75rem; } }

.glossaire-item {
  margin-bottom: 8.75rem; }

.glossaire-item-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 3.75rem; }

.glossaire-item-name {
  padding-right: 1.25rem;
  color: #0080c0;
  color: var(--themecolor, #333);
  font-family: "IsabelSemiCondensed-Bold", Georgia, serif;
  font-size: 2.125em;
  line-height: 1; }
  .glossaire-item-name small {
    display: block;
    margin-top: 0.375rem;
    font-family: Arial, sans-serif;
    font-size: 0.875rem;
    line-height: 1.3; }
  @media (min-width: 69.375em) {
    .glossaire-item-name {
      font-size: 2.75rem; }
      .font-size-target.font-medium .glossaire-item-name {
        font-size: 2.9375rem; }
      .font-size-target.font-large .glossaire-item-name {
        font-size: 3.125rem; }
      .glossaire-item-name small {
        font-size: 1.0625rem; }
        .font-size-target.font-medium .glossaire-item-name small {
          font-size: 1.25rem; }
        .font-size-target.font-large .glossaire-item-name small {
          font-size: 1.4375rem; } }

.glossaire-item-signature {
  -ms-flex: 0 1 30%;
      flex: 0 1 30%; }
  @media (min-width: 69.375em) {
    .glossaire-item-signature {
      -ms-flex: none;
          flex: none; } }

.glossaire-section-content p {
  font-size: 1.1875rem;
  text-align: justify; }
  @media (min-width: 69.375em) {
    .font-size-target.font-medium .glossaire-section-content p {
      font-size: 1.375rem; }
    .font-size-target.font-large .glossaire-section-content p {
      font-size: 1.5625rem; } }

.glossaire-gallery-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 0.9375rem;
  font-weight: bold; }
  .glossaire-gallery-title::after {
    content: '';
    -ms-flex: 1;
        flex: 1;
    margin-left: 0.625rem;
    border-bottom: 1px dotted #000; }

.glossaire-gallery-item {
  position: relative; }
  .glossaire-gallery-item::after {
    content: '';
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    transition: opacity .2s ease-out; }
  .glossaire-gallery-item:hover::after {
    opacity: 1; }
  .glossaire-gallery-item img {
    display: block; }
  .glossaire-gallery-item .btn-3 {
    opacity: 0;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate3D(-50%, -50%, 0);
    transition: opacity .4s ease-out; }
  .glossaire-gallery-item:hover .btn-3 {
    opacity: 1; }

.glossaire-gallery-wrapper {
  margin-right: -0.625rem; }
  .glossaire-gallery-wrapper masonry-column {
    -ms-flex: 1;
        flex: 1;
    margin-right: 0.625rem; }
  .glossaire-gallery-wrapper .glossaire-gallery-item {
    margin-bottom: 0.625rem; }
  .glossaire-gallery-wrapper .btn-3 {
    padding: 0.375rem 0.9375rem 0.1875rem;
    font-size: 1rem; }
    @media (min-width: 42.1875em) {
      .glossaire-gallery-wrapper .btn-3 {
        padding: 0.375rem 1.5rem 0.1875rem;
        font-size: 1.875rem;
        line-height: 1; } }
  .glossaire-gallery-wrapper img {
    width: 100%;
    height: auto; }

.chrono-title {
  margin-bottom: 3.6875rem;
  color: #0080c0;
  color: var(--themecolor, #333);
  font-family: "IsabelSemiCondensed-Bold", Georgia, serif;
  font-size: 2.375em; }
  @media (min-width: 69.375em) {
    .font-size-target.font-medium .chrono-title {
      font-size: 2.5625rem; }
    .font-size-target.font-large .chrono-title {
      font-size: 2.75rem; } }

.chrono-bloc:not(:last-child) {
  margin-bottom: 1.875rem; }

.chrono-line {
  padding-bottom: 0.9375rem;
  position: relative; }
  .chrono-line:last-child {
    padding-bottom: 2.5rem; }
  .chrono-line::after {
    content: '';
	border-left: 1px dotted #0080c0;
    border-left: 1px dotted var(--themecolor, #333);
    position: absolute;
    top: 1rem;
    bottom: 0;
    left: 0; }
  @media (min-width: 48em) {
    .chrono-line {
      display: -ms-flexbox;
      display: flex; }
      .chrono-line::after {
        left: 13.375rem; } }
    @media screen and (min-width: 48em) and (-ms-high-contrast: active), (min-width: 48em) and (-ms-high-contrast: none) {
      .chrono-line::after {
        left: 15rem; } }

.chrono-line + .chrono-line::after {
  top: 0; }

.chrono-date {
  -ms-flex: 0 0 13.4375rem;
      flex: 0 0 13.4375rem;
  padding-left: 1.875rem;
  margin-bottom: 0.625rem;
  font-size: 1em;
  position: relative; }
  .chrono-date::after {
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
	background: #0080c0;
    background: var(--themecolor, #333);
    position: absolute;
    left: -4px;
    top: 0.75rem;
    z-index: 1; }
  .chrono-line--special .chrono-date {
    font-size: 1.1875em;
    font-weight: bold; }
    .chrono-line--special .chrono-date::after {
      width: 1.25rem;
      height: 1.25rem;
	  border: 1px solid #0080c0;
      border: 1px solid var(--themecolor, #333);
      border-radius: 50%;
      background: #f6f6f3;
      top: 0.25rem;
      left: -10px; }
  @media (min-width: 48em) {
    .chrono-date {
      padding-left: 0;
      padding-right: 1.5625rem;
      margin-bottom: 0;
      text-align: right; }
      .font-size-target.font-medium .chrono-date {
        font-size: 1.1875rem; }
      .font-size-target.font-large .chrono-date {
        font-size: 1.375rem; }
      .chrono-date::after {
        right: -4px;
        left: auto; }
      .font-size-target.font-medium .chrono-line--special .chrono-date {
        font-size: 1.375rem; }
      .font-size-target.font-large .chrono-line--special .chrono-date {
        font-size: 1.5625rem; }
      .chrono-line--special .chrono-date::after {
        right: -10px;
        left: auto; } }

.chrono-content {
  padding-top: 0.1875rem;
  padding-left: 1.875rem;
  font-size: 1.1875em;
  line-height: 1.2; }
  .chrono-line--special .chrono-content {
    padding-top: 0.4375rem;
    font-weight: bold; }
  @media (min-width: 69.375em) {
    .font-size-target.font-medium .chrono-content {
      font-size: 1.375rem; }
    .font-size-target.font-large .chrono-content {
      font-size: 1.5625rem; } }

.page-error {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  .page-error p {
    text-align: center; }
    @media (min-width: 48em) {
      .page-error p {
        margin-bottom: 2.5rem; } }

.accordion-bloc.is-open + .accordion-bloc {
  margin-top: 1rem; }
/*768px*/ 
	@media (min-width: 48em) {
		.accordion-bloc.is-open + .accordion-bloc {
		margin-top: 2.35rem; }
	}  
/*1110px*/	
	@media (min-width: 69.375em) {
	.accordion-bloc.is-open + .accordion-bloc {
		margin-top: 3rem; 
	}
  }

.accordion-title {
  padding: 0.5rem 2rem 0.36rem 0;
  margin-bottom: 1.2rem;
  border-bottom: 1px dotted #000;
  border-top: 1px dotted #000;
  line-height: 1;
  position: relative;
  cursor: pointer; }
/*768px*/ 
	@media (min-width: 48em) {
		.accordion-title {
			margin-bottom: 1.38rem;
		}
	}
/*1110px*/	
	@media (min-width: 69.375em) {
	.accordion-title {
		margin-bottom: 2.5rem;
		padding: 0.9375rem 0 0.625rem;		
	}
  }
  
  .accordion-title::after {
    content: "";
    width: 1.25rem;
    height: 0.9375rem;
    background: url(../images/svg/icon-chevron-select.svg) no-repeat 100% center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(-90deg);
    transition: transform .2s ease-out; }
  .accordion-bloc.is-open .accordion-title::after {
    transform: translateY(-50%) rotate(0); }

.accordion-content {
  overflow: hidden;
  position: relative;
  max-height: 0;
  line-height: 1.4;
  transition: max-height .4s ease-out; }
  .accordion-bloc.is-open .accordion-content {
    max-height: 100%; }
/*1110px*/	
	@media (min-width: 69.375em) {
	.accordion-content {
		position: unset;		
	}
  }


.notice-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 0.5rem; }
/*768px*/ 
	@media (min-width: 48em) {
		.notice-toolbar {margin-bottom: 1rem;}
	}
/*1920px desktop*/	
@media (min-width: 120.5em) and (orientation: landscape) {
		.notice-toolbar {margin-bottom: 1.73rem;}
	}  
.notice-toolbar a{
	 color: #000;
 }

.notice-prev,
.notice-next {
  -ms-flex: 1;
      flex: 1;
  font-family: "IsabelSemiCondensed-Regular", Georgia, serif;
  font-size: 0.875em;
  line-height: 1.2; }
  @media (min-width: 48em) {
    .notice-prev,
    .notice-next {
      font-size: 1.375em; } }
  .notice-prev span,
  .notice-next span {
    font-family: Arial; }
  .notice-prev:hover,
  .notice-next:hover {
	  color: #0080c0;
    color: var(--themecolor, #333); }
  .notice-prev:hover span,
  .notice-next:hover span {
	  color: #0080c0;
    color: var(--themecolor, #333);  }

.notice-next {
  text-align: right; }

.notice-share {
  -ms-flex: 1.2;
      flex: 1.2;
  text-align: center; }

.notice-fav,
.notice-fb,
.notice-pinterest {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 1.5625rem;
  height: 1.5625rem;
  border-radius: 50%;
  border: 1px dotted #000;
  cursor: pointer;}
.notice-fav,
.notice-fb{ 
  margin-right: 0.3rem;
}
/*768px*/ 
  @media (min-width: 48em) {
    .notice-fav,
    .notice-fb,
    .notice-pinterest {
      width: 2.4rem;
      height: 2.4rem;}
	.notice-fav,
    .notice-fb { 
	  margin-right: 0.4rem;}
	}
/*1920px desktop*/	
@media (min-width: 120.5em) and (orientation: landscape) {
	.notice-fav,
    .notice-fb,
    .notice-pinterest {
      width: 3.1875rem;
      height: 3.1875rem;}
	}
	.notice-fav,
    .notice-fb { 
	  margin-right: 0.5rem;}
	}
  .notice-fav svg,
  .notice-fb svg,
  .notice-pinterest svg {
    fill: #000; }
  .notice-fav .tooltip,
  .notice-fb .tooltip,
  .notice-pinterest .tooltip {
    color: #000; }
  .notice-fav:hover,
  .notice-fb:hover,
  .notice-pinterest:hover {
    border: 1px solid transparent;
	background: #0080c0;
    background: var(--themecolor, #333); }
    .notice-fav:hover svg,
    .notice-fb:hover svg,
    .notice-pinterest:hover svg {
      fill: white; }

.notice-fav {
  position: relative; }
  .notice-fav svg {
    width: 0.9375rem;
    height: 0.9375rem; }
/*768px*/
    @media (min-width: 48em) {
      .notice-fav svg {
        width: 1.125rem;
        height: 1.125rem; } }
/*1920px desktop*/	
@media (min-width: 120.5em) and (orientation: landscape) {
      .notice-fav svg {
        width: 1.5rem;
        height: 1.5rem; } }
  .notice-fav .tooltip {
    opacity: 0;
    pointer-events: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 7.5rem;
    height: 2.1875rem;
    background: #cccccc;
    font-family: "IsabelSemiCondensed-Regular-Italic", Georgia, serif;
    font-size: 0.75rem;
    position: absolute;
    left: 50%;
    bottom: calc(100% + 11px);
    transform: translateY(10px) translateX(-50%);
    transition: opacity .2s ease-out, transform .2s ease-out; }
    .notice-fav .tooltip::after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 11px 5px 0 5px;
      border-color: #cccccc transparent transparent transparent;
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%); }
  .notice-fav:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) translateX(-50%); }

.notice-fb svg {
  width: 0.9375rem;
  height: 0.9375rem; }
/*768px*/ 
	@media (min-width: 48em) {
    .notice-fb svg {
      width: 1.125rem;
      height: 1.125rem; } }
/*1920px desktop*/	
@media (min-width: 120.5em) and (orientation: landscape) {
    .notice-fb svg {
      width: 1.5rem;
      height: 1.5rem; } }

.notice-pinterest svg {
  width: 0.9375rem;
  height: 0.9375rem; }
/*768px*/ 
	@media (min-width: 48em) {
    .notice-pinterest svg {
      width: 1.125rem;
      height: 1.125rem; } }
/*1920px desktop*/	
@media (min-width: 120.5em) and (orientation: landscape) {
    .notice-pinterest svg {
      width: 1.5rem;
      height: 1.5rem; } }


.accordion-bloc + .notice-toolbar {
  margin-top: 1.73rem; }
  @media (min-width: 69.375em) {
	.accordion-bloc + .notice-toolbar {
		margin-top: 3.125rem; 
	}
  }

.notice-slider-wrapper {
  max-width: 700px;
  position: relative; }
  


.notice-slider-main slider-wrapper {
  display: block;
  margin: 0 auto 0rem;
  position: relative; }
  .notice-slider-main slider-wrapper button {
    cursor: pointer; }

	@media (max-width: 48em) {
	  .notice-slider-main slider-wrapper {
       margin: 0 auto 2rem; }
	   
	}
@media (min-width: 48em) {
    .notice-slider-main smashing-rail,
	.text-zone smashing-rail	{
      -ms-flex-align: flex-start;
      align-items: flex-start; } }	

	  
.notice-slider-main smashing-slideshow smashing-rail,
.text-zone smashing-slideshow smashing-rail{
  -ms-flex-align: center;
      align-items: center; }
	  
  @media (min-width: 43.75em) {
    .notice-slider-main smashing-slideshow smashing-rail {
      -ms-flex-align: flex-start;
      align-items: flex-start; } }

.notice-slider-main smashing-slide,
.text-zone smashing-slide{
  -ms-flex-align: center;
      align-items: center; }

.notice-slider-main .slide {
  -ms-flex: 1;
      flex: 1;
  max-width: 700px; }
  
.text-zone .slide {
  -ms-flex: 1;
      flex: 1; }

.notice-slider-main .slide-img,
.text-zone .slide-img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: #edede8;
  }

	  
  @media (min-width: 43.75em) {
    .notice-slider-main .slide-img {
      width: 700px;
      height: 700px; } }
	  
/*1110px desktop*/	
@media (min-width: 69.375em) and (orientation: landscape) {
	.notice-slider-main .slide-img	{
		height: calc(100vh - 256px);
		height: var(--hauteurdesk_img); }
}
/*hauteur*/
@media (min-height: 956px) {
	.notice-slider-main .slide-img {
      height: 700px;}
}
.notice-slider-main .slide-caption {
  font-weight: normal; 
  color: #000;}

.notice-slider-main slider-bullets {
  display: block;
  position: absolute;
  top: 705px;
   left: 0;
  z-index: 3; }  
@media (max-width: 43.75em) {
    .notice-slider-main slider-bullets {
      display: none; } }
/*1110px desktop*/	
@media (min-width: 69.375em) and (orientation: landscape) {
	.notice-slider-main slider-bullets {
	top:calc(calc(100vh - 256px) + 5px);
	top:calc(var(--hauteurdesk_img) + 5px); }
}
/*hauteur sup*/
@media (min-height: 956px) {
	.notice-slider-main slider-bullets {
	top: 705px;}
}

/*pour l'affichage de l'iframe des models Sketchfab*/
.slide-img.model3D iframe {
	width: inherit;
    height: inherit;
}

.notice-slider-aside {
  display: none;
  overflow: hidden;
  width: 13.125rem;
  height: 43.75rem;
  padding-left: 1.5625rem;
  position: absolute;
  left: 100%;
  top: 0; }
  @media (min-width: 69.375em) {
    .notice-slider-aside {
      display: block; } }
/*1110px desktop*/	
@media (min-width: 69.375em) and (orientation: landscape) {
	.notice-slider-aside {
	height: calc(100vh - 256px);
	height: var(--hauteurdesk_img); }
}
/*hauteur sup*/
@media (min-height: 956px) {
	.notice-slider-aside {	
	height: 700px;}
}	  

.notice-slider-main-thumb {
  margin-bottom: 3.125rem; }
.notice-slider-aside-inner{
  padding-top: 5rem;
  padding-bottom: 5rem;
  transform:translateY(-5rem); }

.notice-slider-aside-title {
  padding-top: 0.9375rem;
  padding-bottom: 0.625rem;
  border-top: 1px dotted #000;
  font-family: "IsabelSemiCondensed-Light-Italic", Georgia, serif;
  font-size: 1.1875em;
  line-height: 1.2;
  text-align: center; }
  .notice-slider-aside-title:not(:first-child) {
    margin-top: 3.125rem; }

.notice-slider-nav-item {
  padding: 4px;
  cursor: pointer; }
  .notice-slider-nav-item.is-active {
    border: 1px dotted #000;
    background: white; }
  .notice-slider-nav-item img {
    vertical-align: middle; }


.notice-intro {
  margin-bottom: 2.25rem; }
/*768px*/ 
	@media (min-width: 48em) {
		.notice-intro {
		margin-top: 6rem;
		margin-bottom: 3.60rem; }
	}  
/*1110px*/	
	@media (min-width: 69.375em) {
	.notice-intro {
		margin-bottom: 4.25rem;}
  }

.notice-intro p {
	line-height:1.6rem;
}



.localisation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  line-height: 1; }
  .localisation .link {
    -ms-flex: 0 0 6.25rem;
        flex: 0 0 6.25rem;
    margin-top: 0.1875rem; }
  @media (min-width: 69.375em) {
    .localisation {
      font-size: 1.1875em; }
      .font-size-target.font-medium .localisation {
        font-size: 1.375rem; }
      .font-size-target.font-large .localisation {
        font-size: 1.5625rem; }
      .localisation .link {
        -ms-flex: 0 0 7.5rem;
            flex: 0 0 7.5rem;
        margin-top: 0; } }

.localisation-breadcrumb a {
	color: #0080c0;
  color: var(--themecolor, #333); }

.notice-gallery-item {
  position: relative; }
  .notice-gallery-item::after {
    content: '';
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    transition: opacity .2s ease-out; }
  .notice-gallery-item:hover::after {
    opacity: 1; }
  .notice-gallery-item img {
    display: block; }
  .notice-gallery-item .btn-3 {
    opacity: 0;
    width: 80%;
    padding: 0.375rem 0.9375rem 0.1875rem;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate3D(-50%, -50%, 0);
    transition: opacity .4s ease-out; }
    @media (min-width: 48em) {
      .notice-gallery-item .btn-3 {
        padding: 0.375rem 1.5625rem 0.1875rem; } }
  .notice-gallery-item:hover .btn-3 {
    opacity: 1; }

.notice-gallery-wrapper {
  max-width: 17.5rem;
  max-width: 690px;  }

  .notice-gallery-wrapper masonry-column {
    -ms-flex: 0 1 8.4375rem;
        flex: 0 1 8.4375rem;
    -ms-flex: 1;
        flex: 1;
    margin-right: 5px; }
    .notice-gallery-wrapper masonry-column:last-child {
      margin-right: auto;
      margin-left: 5px; }
  .notice-gallery-wrapper .notice-gallery-item {
    margin-bottom: 0.625rem; }
  .notice-gallery-wrapper .btn-3 {
    font-size: 1rem; }
@media (min-width: 48em) {
    .notice-gallery-wrapper {
      max-width: 43.75rem; }
      .notice-gallery-wrapper masonry-column {
        -ms-flex: 0 1 21.5625rem;
            flex: 0 1 21.5625rem; }
      .notice-gallery-wrapper .btn-3 {
        font-size: 1.875rem; }
      .notice-gallery-wrapper .notice-gallery-item {
        margin-bottom: 0.625rem; }
}
  .notice-gallery-wrapper img {
    width: 345px}
	
a.nocolor {
    color: #000;
}
a.nocolor:hover, a.nocolor:focus {
	color: #0080c0;
    color: var(--themecolor, #333); }
	
.liste {
    padding-bottom: 1rem;
	line-height: 1.6;
}
.ref_complet {
    display: none;
	cursor: pointer;
	line-height: 1.6;
}
.ref_reduit.is-visible,
.ref_complet.is-visible {
    display: block;
}
.ref_reduit{
	display: block;
	cursor: pointer;
	line-height: 1.6;
}
.ref_complet.is-hidden,
.ref_reduit.is-hidden{
	display: none;
}
	
NOTES {
	display: none;
	}

/* Tableau */
.wrapper_tableau {
    line-height: 1.6rem;
    text-align: left;
}


	
.ligne {
    display: flex;
}
.ligne:last-child {
	border-style: solid;
	border-bottom-width: 1px;
	margin-bottom:1.875rem;
}

.ligne.titre_colonnes {
    font-weight: bold;
}

.col1,
.col2,
.col1-4,
.col2-4,
.col3-4,
.col4-4,
.col_tableau {
    border-style: solid;
    padding-right: 1rem;
    padding-left: 1rem;
    border-top-width: 1px;
    border-left-width: 1px;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}



.col1 {
    min-width: 7rem;
}

.col2,
.col4-4,
.col_tableau:last-child{
    flex: 100%;
    border-right-width: 1px;
}
.tableau1x1 .col1,
.tableau1x1 .col2 {
    min-width: 50%;
}

.col1-4,
.col2-4,
.col3-4,
.col4-4 {
    min-width: 25%;
}

.tableau5c,
.tableau6c{
	font-size: 90%;
}

.tableau3c .col_tableau {
    min-width: 33.33%;
}
.tableau5c .col_tableau {
    min-width: 20%;
	padding-right: 0.7rem;
    padding-left: 0.7rem;
}
.tableau6c .col_tableau {
    min-width: 16.66%;
	padding-right: 0.7rem;
    padding-left: 0.7rem;
}
@media (max-width: 30em) {
	.tableau5c,
	.tableau6c{
	font-size: 70%;
	}
	.tableau5c .col_tableau,
	.tableau6c .col_tableau{
		padding-right: 0.2rem;
		padding-left: 0.2rem;
		padding-top: 0.4rem;
		padding-bottom: 0.4rem;
	}
}
	
/* LEGAL */

.titre_legal-1 {
	color: #0080c0;
	color: var(--themecolor, #333);
}
.titre_legal-2 {
	font-weight: bold;
	color: #0080c0;
	color: var(--themecolor, #333);
}
.titre_legal-3 {
	display:inline;
	font-weight: bold;
}
.retrait_legal{
	padding-left: 1.5rem;
	display: inline-block;
	text-align: left;
}
.retrait_legal:before {
  content: '- '; }
  
.legal-compte{
	padding-top: 5.5rem;
	font-size:0.8rem;
	line-height:1.5;
}
.bloc_legal{
	margin-bottom: 3.75rem;
}

/*cookies*/
.divCookiePolicy {
    display: none;
    position: fixed;
    z-index: 90000;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: #000;
    box-sizing: border-box;
    font-size: 0.8rem;
    font-family:  arial;
    padding: 0.625rem 0.31rem;
    color: #fff;
}
 /*   .divCookiePolicy a {
        color: rgba(155, 125, 73, 1);
        color: var(--main-color);
    }*/
    .divCookiePolicy div {
        position: relative;
        width: 100%;
        text-align: center;
    }
    .divCookiePolicy p {
        max-width: 50rem;
        padding: 0 1.87rem 0.8rem 1.87rem;
        margin: 0 auto;
        position: relative;
        text-align: left;
        box-sizing: border-box;
    }
a.btCookie {
    color: #fff;
    border-bottom:1px dotted #fff;
}
a.btCloseCookie {
    background-image: url('/static/images/svg/btCloseWhite.svg');
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center center;
    background-color: #f9f7f3;
    background-color: var(--main-bodyBgdColor);
    -webkit-border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    border-radius: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    right: 0.31rem;
    top: 0.31rem;
}

.liste-articles a {
	color: #000;
}
.liste-articles a:hover {
	color: #0080c0;
    color: var(--themecolor, #333); }

ul.articles{
	list-style: unset;
}
.articles li{
	list-style: unset;
    padding-left: 1rem;
	list-style-position: inside;
}



/* Over all */
/* LAISSER EN FIN DE FICHIER */	
.nobreak {
	white-space: nowrap;
	}
*.is-hidden {
	display: none;
	}
