
.row-2-cols {display: flex; flex-wrap: wrap; gap: 5px; margin: 20px 0;}
.col {flex: 1; min-width: 250px; margin:10px; padding: 5px 15px; border-radius: 8px; background: #14356b}
.col p {color: #f59507;}

@font-face {font-family: RobotoCondensed; font-style: normal; font-weight: 900; src:url("https://i-pom.fr/templates/i-pom/fonts/RobotoCondensed-Bold.ttf") format("truetype");}
@font-face {font-family: RobotoCondensed; font-style: normal; font-weight: 700; src:url("https://i-pom.fr/templates/i-pom/fonts/RobotoCondensed-Regular.ttf") format("truetype");}
@font-face {font-family: RobotoCondensed; font-style: normal; font-weight: 400; src:url("https://i-pom.fr/templates/i-pom/fonts/RobotoCondensed-Light.ttf") format("truetype");}

@font-face {font-family: CocoMat; font-style: normal; font-weight: 900; src:url("https://i-pom.fr/templates/i-pom/fonts/CocomatPro-Bold.ttf") format("truetype");}
@font-face {font-family: CocoMat; font-style: normal; font-weight: 700; src:url("https://i-pom.fr/templates/i-pom/fonts/CocomatPro-Regular.ttf") format("truetype");}
@font-face {font-family: CocoMat; font-style: normal; font-weight: 400; src:url("https://i-pom.fr/templates/i-pom/fonts/CocomatPro-Light.ttf") format("truetype");}

@font-face {font-family: Poppins; font-style: normal; font-weight: 100; src:url("https://i-pom.fr/templates/i-pom/fonts/Poppins-ExtraLight.ttf") format("truetype");}
@font-face {font-family: Poppins; font-style: normal; font-weight: 400; src:url("https://i-pom.fr/templates/i-pom/fonts/Poppins-Light.ttf") format("truetype");}
@font-face {font-family: Poppins; font-style: normal; font-weight: 700; src:url("https://i-pom.fr/templates/i-pom/fonts/Poppins-Regular.ttf") format("truetype");}
@font-face {font-family: Poppins; font-style: normal; font-weight: 900; src:url("https://i-pom.fr/templates/i-pom/fonts/Poppins-SemiBold.ttf") format("truetype");}

@font-face {font-family: GreatVibes; font-style: normal; font-weight: 700; src:url("fonts/GreatVibes-Regular.ttf") format("truetype");}

/* RESET BROWSERSTYLE */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,hr,blockquote {padding: 0; margin: 0;}

/* GLOBAL */
h1 {font-family: CocoMat; font-size: 400%; line-height: 1.2em; font-weight: 900; padding: 12px 0 12px  0px; margin: 0;color: #D92B2B;}
h2 {font-family: CocoMat; font-size: 300%; line-height: 1.2em; font-weight: 900; padding: 10px 0 10px 10px; margin: 0;color: #14356b;}
h3 {font-family: CocoMat; font-size: 200%; line-height: 1.2em; font-weight: 700; padding:  8px 0  8px 20px; margin: 0;color: #1a4a8a;}
h4 {font-family: CocoMat; font-size: 180%; line-height: 1.2em; font-weight: 100; padding: 8px 0 6px 25px; margin: 0;color: #D92B2B;}
h5 {font-family: CocoMat; font-size: 170%; line-height: 1.2em; font-weight: 100; padding: 8px 0 6px 30px; margin: 0;color: #555555;}
h6 {font-family: CocoMat; font-size: 160%; line-height: 1.2em; font-weight: 100; padding: 8px 0 6px 35px; margin: 0;color: #888888;}
p {padding: 10px 0; font-size: 20px; font-family: Poppins; font-weight: 400; color:#2c2c2a;}
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: #14356b; color: #FFF; border-left: 3px solid ; 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: #f5f3f0; color: #000; font-family: CocoMat; 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:#f59507;
  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 {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:#f59507;}
.tplge_pageNav .menulevel1 li {padding: 5px 10px 5px 10px; border-bottom: 0px solid #ffffff; color:#f59507;}
.tplge_pageNav .menulevel1 li a {text-decoration: none; color: #14356b; display: block; }
.tplge_pageNav .menulevel1 > li > a:hover, .menulevel1 > li:hover {color:  #f59507;text-decoration: none;}
.tplge_pageNav .menulevel2 li a {line-height:1em; text-decoration: none; color: #f59507; display: block; }
.tplge_pageNav .menulevel1 > li {color: #999;}
.tplge_pageNav .menulevel2 > li {color: #999;}
.tplge_pageNav .menulevel2 > li > a:hover, .menulevel2 > li:hover {color:  #14356b;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: CocoMat; padding: 0 0 0 0; margin:0px; width: 100%;}

.img_nav {margin:5px 15px 5px 5px; padding:0px; width: 80px; height:80px; border-radius:40px; border:0px solid blue; color:#cc5698; display: flex; justify-content: center; align-items: center;
          background:url(images/headerlogo.png);
		  background-size: cover;
		  background-position: center center;
          background-repeat: no-repeat;		  
}

.title_nav {
    display: flex;
    align-items: center;
	height: 90px;
}
.title_nav a:link,
.title_nav a:visited {border:0px solid green; 
    color:#f59507; 
    padding: 0 50px 10px 10px;
    margin:0; 
    font-size: 30px; 
    text-align:center; 
    align-items: center;
   }				

.tplge_horinav {height: 90px; font-family: CocoMat; font-weight:700; border:0px solid red; font-size: 20px; color:#ffffff;  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: #ffffff; text-decoration: none;}
.tplge_horinav .menulevel1 > li > a:hover {border-top:5px solid #f59507; color:#f59507;}

/* Changement de couleur de fond au survol */
.tplge_horinav .menulevel1 li a:hover {border-bottom:0px solid #ffffff;}

/* 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:#f59507;  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: #14356b; text-decoration: none;}

/* Changement de couleur de fond au survol dans le sous-menu */
.tplge_horinav .menulevel2 li a:hover {border-bottom:0px solid #f59507; color: #f59507;}

/* 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: CocoMat; 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;
	padding-top: 90px;
	height : calc(100vh - 90px);
	border-bottom:7px solid #f59507;
}

.small{
	height: auto;
}

.container::before {
	position: absolute;
	content: "";
	inset: 0;
    margin: 0; /* Ajout */
    padding-top: 90px; /* Ajout */
	background-image: url(images/header.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position: center;
	opacity:0.15;
	z-index: -1;
	}

.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 */
}

/* Header thérapeute */
.therapist-header {  text-align: center;  color: #14356b;}

.header-top {  margin-bottom: 0px;}

.subtitle {  font-size: 24px;  color: #14356b;  margin-bottom: 5px;  font-weight: 400;}

.title {  font-size: 32px;  color: #f59507;  font-weight: 600;  margin: 0;}

/* Nom */
.name {  font-size: 42px;  color: #b8985f;  font-weight: 700;  margin: 30px 0 40px;}

/* Section centrale avec logo et infos */
.middle-section {  display: flex;  justify-content: space-between;  align-items: center;  gap: 40px;  max-width: 1100px;  margin: 0 auto;}

/* Logo au centre */
.logo-container {  flex-shrink: 0;}

.logo {  max-width: 250px;  height: auto;  border-radius:20px;}

/* Infos gauche et droite */
.info-left {  flex: 1;  font-size: 16px;  line-height: 1.6;}

.info-left {  text-align: left;}

.info-right {  flex: 1;  font-size: 16px;  line-height: 1.6;  text-align: center; /* Changé de right à center */
  display: flex;  align-items: center;  justify-content: center;}

.info-right img.logo {  max-width: 200px;  height: auto;  display: block;  margin: 0 auto;}

.info-left p,
.info-right p {  margin: 5px 0;}

.phone {  font-weight: 600;  font-size: 18px;}

.email {  font-style: italic;  color: #3a5a7a;}

.tplge_sitename {max-width: 1280px; margin: 0 auto; position: relative; font-family: CocoMat; clear: both; border:0px solid blue; padding: 20px; overflow: hidden; color: #14356b; 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:CocoMat; 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: #f59507; 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: #f5f3f0;}
.tplge_header {background:#14356b; 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: CocoMat; font-weight: 700; z-index:999; border-bottom:7px solid #f59507;}

.tplge_contentsContainer {width: 1220px; max-width: 100%; margin: 0 auto;}
.tplge_content {flex: 0 0 900px; order: 1; background: #f5f3f0; min-width: 300px;}
.tplge_contentIn {font-family: Poppins; 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: CocoMat; 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: CocoMat; 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: CocoMat; 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: CocoMat;}

.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: CocoMat; 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: CocoMat; 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: CocoMat; 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_headerbottom {height: 6px;}
.tplge_headerbottom, .tplge_icons img, .tplge_prevtopnext img, .tplge_footer {background: #f59507; 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: CocoMat; 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: #14356b; text-decoration: none; padding:0;}
a:visited {color: #14356b; text-decoration: none; margin:0;}
a:hover {color: #f59507; 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: CocoMat!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: CocoMat!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: CocoMat!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;}

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;}
}



@media (max-width: 680px) {
.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;}
}

/* RESPONSIVE MOBILE */
@media screen and (max-width: 968px) {
  .middle-section {gap: 20px;  }
  
  .logo {max-width: 200px;  }
  
  .info-left,
  .info-right {font-size: 14px;  }
}

@media screen and (max-width: 768px) {
  .container {height: auto;  }
  
  .content {padding: 30px 15px;  }
  
  .subtitle {font-size: 14px;  }
  
  .title {font-size: 22px;line-height: 1.3;  }
  
  .name {font-size: 28px;margin: 20px 0 30px;  }
  
  /* Passage en colonne sur mobile */
  .middle-section {flex-direction: column;gap: 30px;  }
  
  .logo ;    max-width: 180px;order: 1;  }
  
  .info-left ;    order: 2;text-align: center;  }
  
  .info-right ;    order: 3;text-align: center;  }
  
  .phone {font-size: 16px;  }
}

@media screen and (max-width: 480px) {
  .subtitle {font-size: 12px;  }
  
  .title {font-size: 18px;  }
  
  .logo {max-width: 150px;  }
  
  .name {font-size: 24px;  }
  
  .info-left,
  .info-right {font-size: 13px;  }
}

/* Footer responsive */
@media (max-width: 740px) {
  .tplge_footer > div {flex-direction: column !important;gap: 30px;  }
  
  .tplge_footer > div > div {text-align: center !important;  }
}

