/* pour rajouter des templates c'est ici : */
/* C:\Users\pom\Mon Drive\www\CMSimple\plugins\tinymce\inits\custom-templates.js */


.row-cols {display: flex; flex-wrap: wrap; gap: 0px; margin: 20px 0;}
.col01 {flex: 1; min-width: 250px; margin:10px; padding: 5px 15px; border-radius: 8px; background: rgba(187, 162, 120,1)}
.col01 p {color: rgba(113, 28, 25,1);}

.col02 {flex: 1; min-width: 250px; margin:0; padding: 5px 15px; border-radius: 0px;background: rgba(0,0,0,0.1)}
.col02 p {color: #222;}.texture {
  line-height: 1.2;
  /* Couleur orange forte + texture */
  background-image: url('images/nnnoise_blanc.svg');
  
  background-size: auto, 700px 700px;
  background-position: center;
  background-repeat: repeat;
  background-blend-mode: multiply;

  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;

  display: inline-block;
  filter: drop-shadow(2px 4px 3px rgba(255, 255, 255, 0.35))
  drop-shadow(-2px -4px 3px rgba(255, 255, 255, 0.55));
  
}

@supports (-moz-appearance: none) {
  .texture {
    background-size: auto, 700px 700px;     /* plus grosse texture */
    background-blend-mode: hard-light;
  }
}


.h1 {background-color: rgba(113, 28, 25,1);}
.h2 {background-color: rgba(113, 28, 25,0.9);}
.h3 {background-color: rgba(113, 28, 25,0.8);}
.h4 {background-color: rgba(113, 28, 25,0.7);}
.h5 {background-color: rgba(113, 28, 25,0.6);}
.h6 {background-color: rgba(113, 28, 25,0.5);}

@font-face {font-family: CrimsonText; font-style: normal; font-weight: 900; src:url("fonts/CrimsonText-Bold.ttf") format("truetype");}
@font-face {font-family: CrimsonText; font-style: normal; font-weight: 700; src:url("fonts/CrimsonText-SemiBold.ttf") format("truetype");}
@font-face {font-family: CrimsonText; font-style: normal; font-weight: 400; src:url("fonts/CrimsonText-Regular.ttf") format("truetype");}

.material-symbols-outlined {font-variation-settings:'FILL' 0,'wght' 500,'GRAD' 0,'opsz' 24;}
#symbole {padding:0px; font-size:40px; color:rgba(187, 162, 120,1);}

/* RESET BROWSERSTYLE */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,hr,blockquote {padding: 0; margin: 0;}

/* GLOBAL */
h1 {font-family: CrimsonText; font-size: clamp(2rem, 5vw, 4rem); 		line-height: 1.2em; font-weight: 900; padding: 10px 0 10px 0; margin: 0;color: rgba(113, 28, 25,1);}
h2 {font-family: CrimsonText; font-size: clamp(1.8rem, 4vw, 3rem); 		line-height: 1.2em; font-weight: 900; padding:  8px 0  8px 0; margin: 0;color: rgba(113, 28, 25,0.9);}
h3 {font-family: CrimsonText; font-size: clamp(1.5rem, 3vw, 2rem); 		line-height: 1.2em; font-weight: 900; padding:  6px 0  6px 0; margin: 0;color: rgba(113, 28, 25,0.8);}
h4 {font-family: CrimsonText; font-size: clamp(1.3rem, 2.5vw, 1.8rem); 	line-height: 1.2em; font-weight: 700; padding:  4px 0  4px 0; margin: 0;color: rgba(113, 28, 25,0.7);}
h5 {font-family: CrimsonText; font-size: clamp(1.2rem, 2.2vw, 1.7rem); 	line-height: 1.2em; font-weight: 400; padding:  3px 0  3px 0; margin: 0;color: rgba(113, 28, 25,0.6);}
h6 {font-family: CrimsonText; font-size: clamp(1.1rem, 2vw, 1.6rem); 	line-height: 1.2em; font-weight: 400; padding:  2px 0  2px 0; margin: 0;color: rgba(113, 28, 25,0.5);}
p {padding: 10px 0; font-size: 18px; font-family: CrimsonText; font-weight: 400; color:#222;}

h1.banniere, h2.banniere, h3.banniere, h4.banniere, h5.banniere, h6.banniere, p.banniere {color: rgba(0, 0, 0, 1); padding:0;}
h1 .title, h2 .title, h3 .title, h4 .title, h5 .title, h6 .title {
	padding-left:20px;
	padding-right:20px;
	font-size: 1.5em;
	text-transform: uppercase;
	letter-spacing:-0.08em;
	/*text-shadow:
        0 0 10px white,
        0 0 20px white,
        0 0 40px white;*/
	}

.banniere::first-letter {
  color: rgba(113, 28, 25,0.9);
  font-size: 200%;
  font-weight: 900;
  font-family: CrimsonText;
}

h1.banniere2, h2.banniere2, h3.banniere2, h4.banniere2, h5.banniere2, h6.banniere2, p.banniere2 {color: rgba(255, 255, 255, 1); padding:0}

ol {margin: 6px 0 6px 20px;}
ol li {line-height: 1.3em; border: 0; padding: 3px 0; margin: 2px 0;}
ul {list-style: disc; margin: 6px 0 6px 20px;}
ul li {line-height: 1.3em; border: 0; padding: 3px 0; margin: 2px 0;}
hr {height: 1px; clear: both; color: #aaa; background-color: #aaa; border: 0; margin: 16px 0;}
blockquote {background: rgba(113, 28, 25,1); color: #FFF; border-left: 3px solid rgba(187, 162, 120,1); padding: 1px 10px; margin: 2px 0; font-size:10pt; font-style:italic;}
img:not([class]) {box-sizing: border-box; max-width: 100%; height: auto; margin: 0px; border-radius: 20px;}


/* 
##############################
 C O N T E N T  C L A S S E S 
##############################
*/

img.tplge_left {display: block; float: left; max-width: 44%; border: 0; margin: 0 20px 16px 0;}
img.tplge_right {display: block; float: right; max-width: 44%; border: 0; margin: 0 0 16px 20px;}
img.tplge_centered {display: block; border: 0; margin: 24px auto;}
img.tplge_left_noborder {display: block; float: left; max-width: 44%; border: 0; margin: 0 20px 16px 0;}
img.tplge_right_noborder {display: block; float: right; max-width: 44%; border: 0; margin: 0 0 16px 20px;}
img.tplge_centered_noborder {display: block; border: 0; margin: 24px auto;}
img.tplge_left_border {display: block; background: #fff; float: left; max-width: 44%; border: 1px solid #aaa; padding: 6px; margin: 0 20px 16px 0;}
img.tplge_right_border {display: block; background: #fff; float: right; max-width: 44%; border: 1px solid #aaa; padding: 6px; margin: 0 0 16px 20px;}
img.tplge_centered_border {display: block; background: #fff; border: 1px solid #aaa; padding: 6px; margin: 24px auto;}
img.tplge_border {background: #fff; border: 1px solid #aaa; padding: 6px;}

.tplge_clearLeft {clear: left;}
.tplge_clearRight {clear: right;}
.tplge_clearBoth {clear: both;}

/* Contentboxen */
div.tplge_contentboxleft {width: 47%; min-height: 60px; float: left; box-sizing: border-box; background: #d6dcdf; font-size: 15px; line-height: 1.4em; border: 0px solid #a0a6a9; border-radius: 3px; padding: 12px 20px 10px 20px; margin: 12px 3% 12px 0;}
div.tplge_contentboxright {width: 47%; min-height: 60px; float: right; box-sizing: border-box; background: #d6dcdf; font-size: 15px; line-height: 1.4em; border: 0px solid #a0a6a9; border-radius: 3px; padding: 12px 20px 10px 20px; margin: 12px 0 12px 3%;}
div.tplge_contentboxfullsize {clear: both; width: 100%; min-height: 60px; box-sizing: border-box; background: #d6dcdf; font-size: 15px; line-height: 1.4em; border: 0px solid #a0a6a9; border-radius: 3px; padding: 12px 20px 10px 20px; margin: 12px 0 12px 0;}
.tplge_headlineContentBox {font-size: 20px; font-weight: 400; padding: 0; margin: 0;}
.tplge_contentboxesClear {clear: both; height: 1px; overflow: hidden;}

.tplge_code {clear: both; background: #eee; color: #222; font-family: 'courier new', monospace; font-size: 15px; border: 1px solid #aaa; padding: 10px 16px; margin: 10px 0; overflow: scroll;}
.tplge_box01 {clear: both; background: #fff; color: #444; border: 1px solid #a0a6a9; border-radius: 5px; padding: 16px 25px; margin: 10px 0;}
.tplge_legal {padding: 6px 0;}

/* TinyMCE image descriptions */
figure.image {display: table; background: #333; border: 0px solid #999; border-radius: 0; padding: 0; margin: 10px auto 20px auto;}
figure.align-left {max-width: 40%; float: left; margin: 10px 20px 20px 0;}
figure.align-right {max-width: 40%; float: right; margin: 10px 0 20px 20px;}
figure.align-center {float: none; margin: 20px auto;}
figure.image img {display: block; padding: 0; margin: 0 auto;}
figure.image figcaption {background: #ddd; color: #222; text-align: center; font-size: 14px; line-height: 1.2em; padding: 9px 12px;}

/* table basic design */
table {border-collapse: collapse;}
td {min-width: 20px!important;}

/* table design grey */
table.grey {width: 100%; height: auto; background: #fff; border: 0; margin: 2px 0 16px 0; border-collapse: separate;}
table.grey td {width: auto; height: auto; vertical-align: top; background: #ddd; color: #333; line-height: 1.2em; border: 0!important; padding: 8px 12px;}
table.grey td p {margin: 6px 0;} 

/* table design white */
table.white {width: 100%; height: auto; background: #fff; border: 0; border-collapse: collapse; margin: 2px 0 16px 0;}
table.white td {width: auto; height: auto; vertical-align: top; background: #fff; color: #333; line-height: 1.2em; border: 1px solid #aaa!important; padding: 8px 12px;}
table.white td p {margin: 6px 0;} 

/* unsichtbare Tabelle linksbündig / unvisible table align left */
table.transparent {width: 100%; height: auto; border: 0; border-collapse: collapse; margin: 2px 0 16px 0;}
table.transparent td {width: auto; height: auto; vertical-align: top; line-height: 1.2em; border: 0px solid!important; padding: 8px 24px 8px 0;}
table.transparent td p {margin: 6px 0;}


/* 
##############################
      B E R E I C H E
############################## 
*/

/* BODY UND SEITE / BODY AND PAGE */
body {background: #eeeeee; color: #000; font-family: CrimsonText; font-size: 16px; font-weight: 400; line-height: 1.4em; text-align: left;}

#top {font-size: 0; line-height: 0;} 

/* FIXED NAVIGATION */

/* buttons */
img.tplge_homelinkButton {float: left;}
img.tplge_sitemaplinkButton {float: left;}
img.tplge_menulinkButton {float: right;}
img.tplge_searchlinkButton {float: right;}
img.tplge_newslinkButton {float: right;}
img.tplge_toplinkButton {float: right;}

.menu-checkbox {
  display: none; /* Cache la checkbox */
}

.menu-button {
  display: block;
  cursor: pointer;
  padding: 10px; /* Plus grand pour les interactions tactiles */
  color:rgba(187, 162, 120,1);
  border: none;
  z-index: 100;
  text-align: left; /* Centre le texte du bouton */
  font-size: 36px;
}

.tplge_pageNav {border:0px solid green; width:50px; padding: 0 10px 0 10px; margin: 0 ; z-index: 998; overflow: hidden; opacity: 1; display: flex; justify-content: center; align-items: center;font-size: 20px;}
.tplge_pageNav .menulevel1 {min-width:300px; list-style: none; padding: 0; margin: 0; display: none; position: fixed; left: 0; top: 90px; height: 100%; overflow-y: auto; list-style: none; box-shadow: 0 8px 16px rgba(0,0,0,0.2); background-color: #ffffff; border-width:5px 0 0 0; border-style:solid; border-color:rgba(187, 162, 120,1);}
.tplge_pageNav .menulevel1 li {padding: 5px 10px 5px 10px; border-bottom: 0px solid #ffffff; color:rgba(187, 162, 120,1);}
.tplge_pageNav .menulevel1 li a {text-decoration: none; color: rgba(113, 28, 25,1); display: block; }
.tplge_pageNav .menulevel1 > li > a:hover, .menulevel1 > li:hover {color:  rgba(187, 162, 120,1);text-decoration: none;}
.tplge_pageNav .menulevel2 li a {line-height:1em; text-decoration: none; color: rgba(187, 162, 120,1); display: block; }
.tplge_pageNav .menulevel1 > li {color: #999;}
.tplge_pageNav .menulevel2 > li {color: #999;}
.tplge_pageNav .menulevel2 > li > a:hover, .menulevel2 > li:hover {color:  rgba(113, 28, 25,1);text-decoration: none;}

.menu-checkbox:checked + .menu-button + .menulevel1 {display: block; border:0}

.tplge_pageNav .menulevel2 {display: block; list-style: none; padding-left: 10px; border:0; margin:0}


/* HEADER */

header {font-family: CrimsonText; padding: 0 0 0 0; margin:0px; width: 100%;}

.img_nav {margin:5px 15px 5px 5px; 
		  padding:0px; 
		  width: 60px;
		  height:auto; 
		  border-radius:20px; 
		  border:0px solid blue; 
		  display: flex; 
		  justify-content: center; 
		  align-items: center;
}

.title_nav {
    display: flex;
    align-items: center;
	height: 90px;
}
.title_nav a:link,
.title_nav a:visited {border:0px solid green; 
    color:rgba(187, 162, 120,1); 
    padding: 0 30px 0 10px;
    margin:0; 
    font-size: 30px; 
    text-align:center; 
    align-items: center;
   }	
   
.logo_nav {margin:5px 15px 5px auto; 
		  padding:0 0 0 0s; 
		  width: 50px;
		  height:auto; 
		  border:0px solid blue; 
		  display: flex; 
		  justify-content: right; 
		  align-items: center;
		  border-radius:20px; 
}

.logo_nav a:link,
.logo_nav a:visited {border:0px solid green; 
    color:rgba(187, 162, 120,1); 
    font-size: 30px; 
   }   

.tplge_horinav {display: flex; height: 90px; font-family: CrimsonText; font-weight:700; border:0px solid red; font-size: 20px; color:rgba(113, 28, 25,1);  min-width: 300px; z-index:999; padding: 0;}

/* Style du niveau principal du menu */
.tplge_horinav .menulevel1 {list-style: none; padding: 0;margin:0; border:0px solid green;}

/* Style des éléments du menu principal ET DES PAGES ACTIVES*/
.tplge_horinav .menulevel1 > li {position: relative; float: left;  color:#999; padding: 0px 10px 0px 10px; margin:0; border:0px solid pink;vertical-align:middle; line-height:90px;}

/* Style des liens dans le menu principal */
.tplge_horinav .menulevel1 > li > a {color: rgba(113, 28, 25,1); text-decoration: none;}
.tplge_horinav .menulevel1 > li > a:hover {border-top:5px solid rgba(187, 162, 120,1); color:rgba(187, 162, 120,1);}

/* Changement de couleur de fond au survol */
.tplge_horinav .menulevel1 li a:hover {border-bottom:0px solid rgba(113, 28, 25,1);}

/* Style pour les liens actifs dans le menu principal */
.tplge_horinav .menulevel1 > li.active > a, .menulevel1 > li > a {border:0px solid grey; color: #999;}

/* Style des sous-menus */
.tplge_horinav .menulevel2 {line-height:1.2em;margin:0;padding:0;list-style: none; position: absolute; top:90px; left:-5px; width: 250px; box-shadow: 0 8px 16px rgba(0,0,0,0.2); background-color: #ffffff; border-width:5px 0 0 0; border-style:solid; border-color:rgba(187, 162, 120,1);  visibility: hidden; opacity: 0; transition: visibility 0s, opacity 1s ease;}

/* Style des éléments du sous-menu */
.tplge_horinav .menulevel2 li {margin:0;padding: 10px 15px;border:0px solid green;}

/* Style des liens dans le sous-menu */
.tplge_horinav .menulevel2 li a {color: rgba(113, 28, 25,1); text-decoration: none;}

/* Changement de couleur de fond au survol dans le sous-menu */
.tplge_horinav .menulevel2 li a:hover {border-bottom:0px solid rgba(187, 162, 120,1); color: rgba(187, 162, 120,1);}

/* Affichage du sous-menu au survol */
.tplge_horinav .menulevel1 > li:hover .menulevel2 {visibility: visible; opacity: 1;}

/* doc docs */
.tplge_horinav li.docs a::after, 
.tplge_horinav li.sdocs a::after, 
.tplge_horinav li.sdocs span::after 
{content: "\002B9F"; font-family: CrimsonText; font-size: 15px; line-height: 16px; font-weight: 700; margin: 3px;}
.tplge_horinav li.doc a::after, .tplge_horinav li.sdoc span::after 
{content: ""; font-size: 16px; line-height: 17px; font-weight: 700;}

/* BANDEAU DU HAUT */


/* Container principal */
.container{
	position: relative;
	isolation: isolate;
	margin-top: 90px;
	height : calc(100vh - 90px);
	border-bottom:0px solid rgba(187, 162, 120,1);
}

.container::before {
	position: absolute;
	content: "";
	inset: 0;
    margin: 0; /* Ajout */
    padding-top: 90px; /* Ajout */
	background-image: url(images/header.svg), linear-gradient(to bottom, rgba(187, 162, 120,1) 0%, rgba(187, 162, 120,1) 100%);
	background-size:cover;
	background-position: top center;
	background-repeat:no-repeat;
	opacity:1; /* si opacity inférieur à 1 le ::before ne s'applique qu'à l'image de fond sinon sans before ça s'applique à tous les éléments */
	z-index: -1;
	}

.container.small{height:auto;}	
.container.small .cell-4, .container.small .cell-5, .container.small .cell-6 {display: none;}
.container.small::before{background-position: center 30%;}
	
.container-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
	grid-template-rows: 50% 50%;
    gap: 10px;
    width: 100%;
    height: 100%;
}

.container-grid .cell {
    box-sizing: border-box;
    padding: 10px;
    overflow: hidden;
	text-align:center;
	margin:auto;
	background: rgba(0,0,0,0.5);
	min-width:300px;
}

.cell.cell-1 {
	grid-column: 1 / 4;
	/* margin:auto 20px auto auto; */
	flex-direction: column;
	display: flex;
    justify-content: flex-start;  /* aligne le contenu à droite */
    align-items: center;        /* centrage vertical (optionnel) */
	border:0;
	background: none;
	border:0px solid green;
	}

.cell.cell-4, .cell.cell-5, .cell.cell-6 {
	display: flex; 
	margin:auto 20px auto 20px;
	flex-direction: column; 
	align-items: center; 
	border:2px solid #fff;
}

.pastille {margin-top: auto; /* pousse la pastille tout en bas */}

.left {text-align:left;}

.content {position: relative;z-index: 2;padding: 40px 20px;max-width: 1280px;margin: 0 auto;width: 100%;box-sizing: border-box;}

/* Bande sombre pleine largeur derrière .content */
.content::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	/* background: rgba(0, 0, 0, 0.05); */
	z-index: -1;
	pointer-events: none; /* Pour ne pas bloquer les clics */
}

.tplge_sitename {max-width: 1280px; margin: 0 auto; position: relative; font-family: CrimsonText; clear: both; border:0px solid blue; padding: 20px; overflow: hidden; color: rgba(113, 28, 25,1); font-weight: 700; font-size: 60px; text-align: center;z-index: 2;}
.tplge_sitename h2 {width: fit-content;margin:0 auto;}
.tplge_sitenameBold {font-family:CrimsonText; font-weight: 900; font-size: 60px;line-height: 1.5em; text-align:center;border:1px solid red; width:100%;}

.sous_titre {position: relative; border:1px solid blue; color: rgba(187, 162, 120,1); font-weight: 700; font-size: 30px; line-height: 1.5em; letter-spacing: 3px; text-align: center;z-index: 3;}



/* INHALTSBEREICH / CONTENTS */


/* CONTAINERS */
.tplge_outerContainer {background: #eeeeee;}
.tplge_header {background:rgba(255, 255, 255,1); 
			   display: flex; 
			   width:100%; 
			   top: 0px; height:90px; 
			   margin:0; padding: 0; 
			   position:fixed; 
			   border:0px solid red; 
			   /* box-shadow: 0 5px 5px #999; */
			   font-family: CrimsonText; 
			   font-weight: 700; 
			   z-index:999; 
			   border-bottom: 0 solid transparent;
			   transition: border-color 0.3s ease;
			   }

.tplge_header.scrolled {
    border-color: rgba(187, 162, 120,1) !important;
  }

.tplge_contentsContainer {width: 1220px; max-width: 100%; margin: 0 auto; background: #eeeeee;}
.tplge_content {flex: 0 0 900px; order: 1;  min-width: 300px;}
.tplge_contentIn {font-family: CrimsonText; font-size: 16px; padding: 16px 30px 36px 30px;}


/* Newsarea and Newsboxes */
.tplge_menuAnchor {display: block; height: 0; border: 10px solid transparent; margin: -30px 0 32px 0;}
.tplge_menuArea {width: 260px; float: left;}
.tplge_newsArea {width: 100%; text-align: center;}
.tplge_newsAnchor {display: block; height: 0; border: 10px solid transparent; margin: -20px 0 20px 0;}
.tplge_newsBox {display: inline-block; width: 29%; vertical-align: top; margin: 0 auto; font-size: 14px; line-height: 1.5em; padding: 2px 0 12px 0; min-width:300px;}

/* language menu */
.tplge_langmenu {text-align: left; padding: 0; margin: 0;}
.tplge_langmenu img {background: #fff; border: 1px solid #999; border-radius: 3px; padding: 3px; margin: 0 20px 0 0;}

/* locator */
.tplge_locatorIn {font-family: CrimsonText; color: #ccc; font-size: 17px; border-bottom: 1px solid #aaa; padding: 6px 0 8px 0; margin: 0 0 16px 0; overflow: hidden;}
.tplge_locatorDelimiter {color: #000; font-size: 20px; font-weight: 900; padding: 0 5px;}
.tplge_locator span.tplge_locatortext {color: #000; font-weight: 700; padding: 0 6px 0 0;}
.tplge_locator span.cmsimpleLocatorElement {font-weight: 400;}
.tplge_locator span.cmsimpleLocatorElementLast {font-weight: 700; color: #ccc;}

/* CMSimple mailform */
.tplge_contentIn input {background: #fff; border: 1px solid #aaa; border-radius: 0; padding: 4px 6px;}
.tplge_contentIn input.text {width: 80%; background: #fff; border: 1px solid #aaa; border-radius: 0; padding: 4px 6px;}
.tplge_contentIn textarea {width: 94%; background: #fff; font-family: CrimsonText; border: 1px solid #aaa; border-radius: 0; padding: 6px;}
.captchainput {background: #fff; border: 1px solid #aaa; border-radius: 0;}
.tplge_contentIn input.submit, .tplge_contentIn input#submit {background: url(images/button.jpg) repeat-x!important; color: #333; font-size: 15px; line-height: 20px; border: 1px solid #aaa; border-radius: 3px; padding: 2px 12px 4px 12px; margin: 0 auto 0 0;} 

/* submenu siblingsmenu subsibmenu */
nav.tplge_subsibmenus {clear: both; font-family: CrimsonText; font-size: 18px; margin: 24px 0;}
.tplge_subsibmenus span {font-weight: 700; color: #FFF;}
.tplge_subsibmenus p {font-size: 20px; font-weight: 700;}
.tplge_subsibmenus .parentLink {font-size: 24px; font-weight: 400; padding: 6px 0 0 0; margin: 0;}
.tplge_subsibmenus .heading {font-size: 20px; font-weight: 700; padding: 6px 0 0 0; margin: 0;}

/* prev-top-next */
.tplge_prevtopnext {clear: both; text-align: center; padding: 0; margin: 36px 0 0 0;}
.tplge_prevtopnext img {border: 0px solid #999; border-radius: 5px; padding: 10px; margin: 0 16px;}

/* sitemap */
ul.sitemaplevel1 {font-weight: 700; padding: 0; margin: 0;}
ul.sitemaplevel1 li {font-size: 18px; font-weight: 900; border: 0px solid #aaa; border-radius: 5px; padding: 6px 0; margin: 6px 16px;}

ul.sitemaplevel2 {font-weight: 700; padding: 0; margin: 0;}
ul.sitemaplevel2 li {font-size: 16px; font-weight: 400; border: 0; padding: 4px 0 0 0; margin-left: 0;}

ul.sitemaplevel3 {font-weight: 700; padding: 0; margin: 0;}
ul.sitemaplevel3 li {margin-left: 20px;}

ul.sitemaplevel4 {font-weight: 700; padding: 0; margin: 0;}
ul.sitemaplevel5 {font-weight: 700; padding: 0; margin: 0;}
ul.sitemaplevel6 {font-weight: 700; padding: 0; margin: 0;}





/* SIDEBAR NAV */

.tplge_infoArea_L2 {font-family: CrimsonText;}

.tplge_menuAnchor {display: block; height: 0; border: 10px solid transparent; margin: -48px 0 48px 0;}

/* searchbox */
.tplge_searchboxContainer {clear: both; text-align: left; border-radius: 0; margin: 6px auto 0 0; overflow: hidden;}
.tplge_searchboxInput {width: 196px; background: #fff; color: #333; float: left; font-size: 16px; border: 1px solid #999; border-radius: 5px; line-height: 20px; padding: 8px; margin: 0;}
.tplge_searchboxSubmit {background: url('images/lupedark.png') 9px 6px no-repeat; width: 40px; height: 38px; border: 0; padding: 0; margin: 0;}
.tplge_searchboxSubmit:hover {cursor: pointer;}

.tplge_toc h4 {font-weight: 700; font-size: 20px;}

.tplge_infoArea_L2 ul.menulevel1 a:link {color: #111; text-decoration: none;}
.tplge_infoArea_L2 ul.menulevel1 a:visited {color: #111; text-decoration: none;}
.tplge_infoArea_L2 ul.menulevel1 a:hover {color: #FFF; text-decoration: underline;}
.tplge_infoArea_L2 ul.menulevel1 a:active {color: #666; text-decoration: none;}
.tplge_infoArea_L2 ul.menulevel1 a:focus {color: #FFF; text-decoration: none;}

/* menulevel 1 */
.tplge_infoArea_L2 ul.menulevel1 {list-style: none; padding: 6px 0 22px 0; margin: 0;}
.tplge_infoArea_L2 ul.menulevel1 li {background: none; font-family: CrimsonText; list-style: none; text-transform: uppercase; text-align: left; font-size: 16px; line-height: 1.2em; font-weight: 900; letter-spacing: 1px; border: 0; padding: 5px 0;}

.tplge_infoArea_L2 ul.menulevel1 span {color: #FFF;}

/* menulevel 2 */
.tplge_infoArea_L2 ul.menulevel1 li ul {padding: 0; margin: 0;}
.tplge_infoArea_L2 ul.menulevel1 li ul li {list-style: none; font-family: CrimsonText; font-size: 17px; line-height: 20px; font-weight: 400; letter-spacing: 0; text-transform: none; text-align: left; border: 0; padding: 10px 0 0 0; margin: 0;}

/* menulevel 3 */
.tplge_infoArea_L2 ul.menulevel1 li ul li ul {list-style: none; border: 0; padding: 0; margin: 0;}
.tplge_infoArea_L2 ul.menulevel1 li ul li ul li {list-style: none; padding: 10px 0 0 20px;}

/* docs sdocs */
.tplge_infoArea_L2 li.docs a::after, 
.tplge_infoArea_L2 li.sdocs a::after, 
.tplge_infoArea_L2 li.sdocs span::after 
{content: "+"; font-family: CrimsonText; color: #FFF; font-size: 15px; line-height: 16px; font-weight: 700; margin-left: 3px;}
.tplge_infoArea_L2 li.doc a::after, .tplge_infoArea_L2 li.sdoc span::after 
{content: ""; font-size: 16px; line-height: 17px; font-weight: 700;}


.tplge_infoArea {position: relative;}

.tplge_infoArea h1, .tplge_infoArea h2, .tplge_infoArea h3, .tplge_infoArea h4 {font-size: 20px; font-weight: 700; padding: 0 0 9px 0;}
.tplge_infoArea h5, .tplge_infoArea h6 {font-size: 18px;}

/* icons div */
.tplge_icons {margin: 9px 0 36px 0;}
.tplge_icons img {display: block; float: left; border-radius: 5px; padding: 4px; margin: 0 12px 0 0;}

/* contentPlus */
.tf_cplus {clear: both; background: #c3cfcc; color: #111;}
.tf_cplusIn {max-width: 1260px; padding: 48px 4%; margin: 0 auto;}
.tf_cplus2 {clear: both; background: url(images/bginfobox2.jpg) top left no-repeat; background-size: 600px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; margin: -1px 0;}
.tf_cplus2In {background: #ccc; color: #000; box-sizing: border-box; width: 60%; border: 4px double #999; border-radius: 5px; padding: 16px 4%; margin: 120px 12% 48px auto; opacity: 0.75;}

/* BACKGROUNDS & HOVERS */

.tplge_icons img, .tplge_prevtopnext img, .tplge_footer {background: rgba(187, 162, 120,1); color: #fff;}
.tplge_pageNav img:hover, .tplge_icons img:hover, .tplge_prevtopnext img:hover {background: #39c;}
header .tplge_infoArea {color: #222;}

/* FOOTER */

.tplge_footer {font-family: CrimsonText; font-size: 16px; text-align: right; margin: 0 auto;border:0px solid red;}
footer p {padding: 12px 20px 96px 20px; margin: 0;}
footer p span {opacity: 1;}

.tplge_footer a:link {color: #fff; text-decoration: none;}
.tplge_footer a:visited {color: #fff; text-decoration: none;}
.tplge_footer a:hover {color: #fff; text-decoration: underline;}
.tplge_footer a:active {color: #fff; text-decoration: none;}
.tplge_footer a:focus {color: #fff; text-decoration: none;}


/* LINKFORMATIERUNG global */
a:link {color: rgba(113, 28, 25,1); text-decoration: none; padding:0;}
a:visited {color: rgba(113, 28, 25,1); text-decoration: none; margin:0;}
a:hover {color: rgba(113, 28, 25,1); text-decoration: underline;}
a:active {color: #666; text-decoration: underline;}
a:focus {color: #666; text-decoration: underline;}


/* 
##############################
 S O N S T I G E S / R E S T
############################## 
*/

img.tplge_scrolltoTopButton {display: none; background: #000; position: fixed; bottom: 48px; right: 0; border-radius: 20px 0 0 20px;}
img.tplge_scrolltoTopButton:hover {background: #c31;}

/* MailForms Plugin */
div.ddfmwrap {font-family: CrimsonText!important; font-size: 18px!important;}
div.ddfmwrap input.ddmf_text {width: 360px!important; min-width: 240px!important; max-width: 90%!important; background: #fff!important; color: #333!important; font-family: CrimsonText!important; font-size: 18px!important; border: 1px solid #aaa!important; border-radius: 0; padding: 4px 6px!important;}
div.ddfmwrap input.ddmf_verify {min-width: 106px!important; background: #fff!important; color: #333!important; font-family: CrimsonText!important; font-size: 18px!important; border: 1px solid #aaa!important; width: 106px!important;}
div.ddfmwrap textarea {width: 99%!important; background: #fff!important; color: #333!important; font-family: RobotoCondensed, arial, sans-serif!important; font-size: 18px!important; border: 1px solid #aaa!important; border-radius: 0; padding: 4px 6px!important;}
div.ddfmwrap div.submitButton {width: 116px!important;}
div.ddfmwrap div.submitButton input {width: 100%!important;}

/* CookieLaw Plugin */
.cookielawHinttop {display: block; padding-top: 50px!important;}





/* 
####################################### 
   R E S P O N S I V E   L A Y O U T
####################################### 
*/

/* 1 column */
@media (max-width: 1000px) {
	#body {min-width: 300px; font-size: 15px;}

	.container {height: auto;  }
	.container-grid {grid-template-columns: 1fr; grid-template-rows: auto; }
	.container-grid .cell{margin:20px;}
	.cell.cell-1 {grid-column: 1;  /* annule la fusion */} 
		
	.container::before {background-position: bottom left;}
	
	.content {padding: 30px 15px;  }
	
	img.tplge_headerlogo {display: block; float: none; max-width: 80%; padding: 6px 0 0 0; margin: 0 auto;}

	.tplge_horinav {display: none;}
	.hamburger-menu {display: block;}
	.tplge_olMenu {display: block;}

	.tplge_outerContainer {}
	.tplge_contentsContainer {max-width: 100%;}

	.tplge_content {flex: 1 1 100%;}
	.tplge_contentIn {max-width: 840px; margin: 0 auto;}

	.tf_cplusIn {width: 92%;}
	.tf_cplus2 {background-size: 480px;}
	.tf_cplus2In {margin: 120px 10% 48px auto;}

	.tplge_menuArea {width: 260px; float: left; margin-left: 40px;}
	.tplge_newsArea {width: 100%; text-align: center;}

	img.tplge_menulinkButton {display: block;}
	img.tplge_searchlinkButton {display: block;}

}



@media (max-width: 740px) {
	.tplge_headerimage img {max-width: none; width: 150%; margin-left: -25%;}
	.tplge_contentIn {font-size: 15px;}
	.tplge_locator {padding: 6px 0 8px 0;}
	div.tplge_contentboxleft {width: 100%; font-size: 14px; line-height: 1.4em;}
	div.tplge_contentboxright {width: 100%; font-size: 14px; line-height: 1.4em;}
	div.tplge_contentboxfullsize {font-size: 14px; line-height: 1.4em;}
	.tplge_footer > div {flex-direction: column !important;gap: 30px;  }
	.tplge_footer > div > div {text-align: center !important;  }	
	.tplge_sitename {font-size: 40px; letter-spacing: 2px; padding-top: 9px;}
	.tplge_infoArea_L2 {width: 100%; float: none;}
	.tplge_menuArea {width: 260px; float: none; margin-left: 0;}
	.tplge_newsArea {width: 100%; text-align: center;}
	img.tplge_right_border, img.tplge_left_border, img.tplge_right_noborder, img.tplge_left_noborder, img.tplge_right, img.tplge_left {display: block; float: none; max-width: 100%; margin: 0 0 16px 0;}
}



@media (max-width: 580px) {
	.tplge_header img {max-width: 80%;}
	.tplge_sitename {font-size: 32px;}
	figure.image {width: auto!important; max-width: 100%!important; float: none; margin: 10px auto;	}
	.tf_cplus2 {background-size: 360px;}
	.tf_cplus2In {background-size: 300px; width: 92%; margin: 120px 4% 48px auto;}
}



@media (max-width: 480px) {
	h1 {font-size: 26px;}
	h2 {font-size: 24px;}
	h3 {font-size: 22px;}
	h4 {font-size: 20px;}
	h5 {font-size: 18px;}
	h6 {font-size: 17px;}
	.tplge_sitename {font-size: 24px;}
	.tplge_headerimage img {max-width: none; width: 200%; margin-left: -50%;}
	.tplge_olSearch {width: 280px;}
	.tplge_olSearchbox .tplge_searchboxInput {width: 190px;}
}

