/*
 * @see http://thatcoolguy.github.com/gridless-boilerplate/
 * @see http://www.vanseodesign.com/css/2-column-layout-code/
 * @see http://www.dynamicdrive.com/style/layouts/item/css-fixed-layout-21-fixed-fixed/
 * 
 * */

/*body{overflow: hidden;}*/


* {
 -webkit-text-size-adjust: none;
 -moz-text-size-adjust: none;
 text-size-adjust: none;
}
 @CHARSET "UTF-8";



/* Base structure
---------------------------------------- */

html {
	height: 100%;
	font-size: 100%;
	overflow-y: scroll; /* Force a scrollbar in non-IE */
	-webkit-text-size-adjust: 100%; /* Prevent iOS text size adjust on orientation change without disabling user zoom */
	-ms-text-size-adjust: 100%;
}


/* Fonts settings based on the 100E2R standard: http://www.informationarchitects.jp/en/100e2r/ */
body, button, input, select, textarea {
	/*font: 1em/1.625em 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
	font: 1em/1.5em 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #333; /* Black on white is too much contrast, #333 is a lot better */
}

blockquote, q, pre, address, hr, code, samp, dl, ol, ul, form, table, fieldset, menu, h4, h5, h6,  figure, figcaption, button, hr, header {
	margin: 0;
}
a img{border:none;}/*modif @IE*/
img{margin:0}
p,pre{
margin:0;
}

/* Headings/small
---------------------------------------- */

/*
	* Font sizes are based on the golden ratio of 16
	* See this for the modular scale: ow.ly/5jGl6
	* Line-heights and margins are adjusted to keep a 26px (1.625em) vertical rhythm across elements 
*/

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: 300;
	/*text-shadow: 0px 1px 0px white;*/
}

h0 {
	font-size: 4.25em; /* 68px */
	line-height: 1.1471em;
	margin: 0 0 0.3824em;
}

h1 {
	font-size: 2.625em; /* 42px */
	line-height: 1.2381em;
	margin: 0 0 0.619em;
}

h2, button {
	font-size: 1.4em; /* 26px */
	line-height: 1em;
	margin: 0 0 0em;
}

h3,h4,h5,h6 {
	line-height: 1em;
	margin: 0.3em 0;
}

small, footer {
	font-size: 0.625em; /* 10px */
	margin: 0 0 2.6em;
}



strong {
font-weight:400;
}
/*---------------------------------------*/

/* Preformatted text and code
---------------------------------------- */

/* Allows line wrapping of 'pre' */
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

pre, code, kbd, samp {
	font: 1em/1.625em Menlo, Consolas, 'DejaVu Sans Mono', Monaco, 'Courier New', Courier, monospace;
}

/* Tables
---------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	text-align: left;
}

tr, th, td {
	padding-right: 1.625em;
}

/* Forms
---------------------------------------- */

form {
	margin: 0;
}

fieldset {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

legend {
	margin-left: -7px;
}

button, input, select, textarea {
	vertical-align: baseline;
	vertical-align: middle;
}

button, input {
	line-height: normal;
	overflow: visible;
}

button:active {
	position: relative;
	top: 2px;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* Quotes
---------------------------------------- */

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

blockquote, q, cite {
	font-style: italic;
}

blockquote {
	padding-left: 1.625em;
	border-left: 1px solid #ddd;
}

blockquote > p {
	padding: 0;
}

/* Lists
---------------------------------------- */

ul, ol {
	list-style-position: inside;
	padding: 0;
}

li ul, li ol {
	margin: 0 1.625em;
}

dl dd {
	margin-left: 1.625em;
}

/* Links
---------------------------------------- */

a, a:visited {
	text-decoration: none;
}

a:hover {
}

/*a, a:visited {
	text-decoration: none;
	color: #777;
	border-bottom: none;
}

a:hover {
	color: black;
	border-bottom: none;
}*/

a:focus {
	outline: none;
}

/* Better CSS outline suppression: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
	outline: none;
}

/* Others
---------------------------------------- */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-bottom: 1px solid #aaa;
}

strong, b, dt {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

var, address {
	font-style: normal;
}

/* Position 'sub' and 'sup' without affecting line-height: gist.github.com/413930 */
sub, sup {
	font-size: 0.625em;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}
/*---------------------------------------*/

.hidden {display:none;}
.right {
 float:right;
}

.clear,.clearfloat {
 clear:both;
 line-height:1px;
}

/** - file : style.base.css (in /css/.) **/

@charset "ISO-8859-1";
/* CSS Document */

footer.footer_page1 {
/*	display: block;
	margin: 0;
	position: relative;
	width: 100%;
	z-index: 20;
	height: 300px;
	padding-bottom: 100px;
	background: rgb(45, 45, 45) none repeat scroll 0 0;  */
}




.TA_certificateOfExcellence {
  display: inline-block;
}

#signature {
  display: none;
  /*position: absolute;
  right: 50px;
  top: 0px;*/
}


 footer.footer_page1 a {

  color: #000;
}

 footer.footer_page1 a:hover {
text-decoration: underline;
}


 footer.footer_page1 p {
  color: #000;
  font-family: "Lato",Verdana,Geneva,Arial,sans-serif;
  font-size: 13px;
  font-weight: 300;
}

footer .content_footer {
	background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
	margin: auto;
	text-align: center;
	vertical-align: top;
	height: 40px;
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 25;
}



#docwrapper #lespartenaires {
	margin: auto;
	padding: 10px 40px 50px;
	position: absolute;
	text-align: center;
right:20px;
bottom:20px;
	z-index: 6;
}



#docwrapper.page_galerie #lespartenaires{
display:none;
}



#docwrapper  #lespartenaires h2 {
  border-bottom: 1px solid #90929f;
  color: #90929f;
  display: block;
  font-family: "Lato",Verdana,Geneva,Arial,sans-serif;
  font-size: 15px;
  font-weight: 100;
  margin-bottom: 10px;
  text-align: center;
  padding:5px;
}


footer.footer_page1 .coordone {
	color: #000;
	font-family: "Lato",Verdana,Geneva,Arial,sans-serif;
	font-size: 15px;
	font-weight: 300;
	padding: 10px;
	text-align: center;
}


.reseau {
	padding: 10px 0 5px 0;
}

#lespartenaires .reseau img {
	height: 20px;
}

#lespartenaires .reseau .partenaire img {
	height: 40px;
}

.reseau a{
	padding: 0 5px;
}


#docwrapper  #lespartenaires li a {
  display: block;
  padding: 0 0 8px;
}

#docwrapper  #lespartenaires li {
  list-style: outside none none;
}

#docwrapper #lespartenaires .partenaire {
  display: inline-block;
  vertical-align: top;
}





#recompense {
	padding:20px;
	position: absolute;
	right: 20px;
}

#recompense img {
	height: 80px;
}


footer.footer_page1 .coordone img {
	/* margin-bottom: 10px; */
	vertical-align: middle;
}











/** - file : style.footer.css (in /css/.) **/



@font-face {
 font-family: 'trajan';
 src: url(/css/./../font/trajanpro-regular.eot);
 src: url(/css/./../font/trajanpro-regular.eot?#iefix) format('embedded-opentype'), url(/css/./../font/trajanpro-regular.woff) format('woff'), url(/css/./../font/trajanpro-regular.ttf) format('truetype'), url(/css/./../font/trajanpro-regular.svg#trajanpro-regular) format('svg');
 font-weight: normal;
 font-style: normal;
}

@font-face {
 font-family: 'maPolice2';
 src: url(/css/./../font/hypatiasanspro-light.eot);
 src: url(/css/./../font/hypatiasanspro-light.eot?#iefix) format('embedded-opentype'), url(/css/./../font/hypatiasanspro-light.woff) format('woff'), url(/css/./../font/hypatiasanspro-light.ttf) format('truetype'), url(/css/./../font/hypatiasanspro-light.svg#hypatiasanspro-light) format('svg');
 font-weight: normal;
 font-style: normal;
}

@font-face {
 font-family: 'maPolice3';
 src: url(/css/./../font/hypatiasanspro-semibold.eot);
 src: url(/css/./../font/hypatiasanspro-semibold.eot?#iefix) format('embedded-opentype'), url(/css/./../font/hypatiasanspro-semibold.woff) format('woff'), url(/css/./../font/hypatiasanspro-semibold.ttf) format('truetype'), url(/css/./../font/hypatiasanspro-semibold.svg#hypatiasanspro-semibold) format('svg');
 font-weight: normal;
 font-style: normal;
}

.pageloader {
    background: rgba(255,255,255,1) url(/css/./../images/fond-chargement.png) repeat scroll center center;
  display: block;
  height: 100%;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index:500;
  /*display:none;*/
}
.decorloader {
    background: rgba(255,255,255,0) url(/css/./../images/fond-transition2.png) no-repeat scroll center center;
  height: 100%;
}

body, html {
  border: 0 none;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  overflow:auto;
}

* {
  box-sizing: border-box;
  /*-moz-osx-font-smoothing: grayscale;*/
}

.mobile, .tablette {
	display:none !important;
}

.noMobile {
	display:block !important;
}

.center{
text-align:center
}

h0,h1,h2, button,
h3,h4,h5,h6,
small, footer {
font-family: Waterfall,cursive;
font-style:none;
font-size: 13px;
line-height:normal;
	margin: 0;
}
#docwrapper.errorwrapper #texte_wraper {
  padding-top: 225px;
}
#textError h1 {
  color: #999;
  font-family: Waterfall,cursive;
  font-size: 40px;
  text-align: center;
}
#textError h2 {
  color: #999;
  font-family: Waterfall,cursive;
  font-size: 20px;
  text-align: center;
}
html{
overflow-y: auto;
}

body {

  background: rgba(255,255,255,1);
  color: #000;
  font-family: Lato,Arial,sans-serif;
  font-size: 18px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  position: static;
  text-align: left;
}

#docwrapper {
  border: 0 none;
  display: block;
  left: 0;
  margin: 0;
  /*overflow-y: scroll;*/
  padding: 0;
  position: relative;
  text-align: left;
  top: 0;
  vertical-align: middle;
  width: 100%;
  z-index: 2;
}
#docwrapper.menu_fond_blanc{
top:0;
}
#docwrapper.errorwrapper {
	padding: 250PX 0;
}


#docwrapper > header{

}

#docwrapper > section{clear:both;}
/*
#docwrapper > section#content_wrapper{
display:block;
position:relative;
left: 0;right: 0;top:0;bottom:0;
width: auto;
margin: 0;
z-index:5;
/*background:url(/css/./../fond/EAE9E8_80.png);*/

padding: 20px;
padding-bottom:40px;
z-index:4;
  overflow: visible;
  overflow-x:hidden;
}
*/
#docwrapper.overandover > section#content_wrapper{
  overflow-x:auto;
}



#backgroundpicture_wrapper{
display:bloc;
position:fixed;
width:100%;
height:100%;
left:0;top:0;
overflow:hidden;
}
#backgroundpicture_wrapper img{
display:bloc;
position:absolute;
width:100%;
height:100%;
left:0;top:0;
overflow:hidden;
object-fit:cover;
}


#carteGoogle > iframe {
  border: medium none;
  min-height: 500px;
  width: 100%;
}

/*-----logo-----*/

#lemenubouge_wrapper #logo {
	background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
	padding: 0;
	display:inline-block;
	width: auto;
}
#lemenubouge_wrapper.ouvre #logo,
#docwrapper.menu_fond_blanc #lemenubouge_wrapper.ouvre #logo  {
	position: relative;
}


#lemenubouge_wrapper #logo a {
	background: rgba(0, 0, 0, 0) url(/css/./../images/alchimie-vocale-pm.svg) no-repeat scroll center;
	display: block;
	height: 170px;
	margin: auto;
	width: 140px;
	background-size: 80%;
}


#lemenubouge_wrapper.ouvert #logo a {
	background: rgba(0, 0, 0, 0) url(/css/./../images/alchimie-vocale-pm.svg) no-repeat scroll center;
}

#lemenubouge_wrapper #logo.fixLogo,
#docwrapper.menu_fond_blanc #lemenubouge_wrapper #logo  {
    padding: 0;
    position: fixed;
    top: 0;
	z-index:1;
	left:0;
}
#lemenubouge_wrapper #logo.fixLogo a, 
#docwrapper.menu_fond_blanc #logo a {
	background: rgba(0, 0, 0, 1) url(/css/./../images/alchimie-vocale-pm.svg) no-repeat scroll center;
	height: 70px;
	background-size: 60%;
	width: 70px;
}


#headermenu {
float:right;
}



/*---------------texte--------------*/


#texte_wraper {
  background: #ffffff none repeat scroll 0 0;
  padding: 225px 0 0;
  position: relative;
  z-index: 7;
}

#docwrapper.page_webcam #texte_wraper {
	padding: 0;
}
.page-content.partie-texte > #documentPDF {
  text-align: center;
  background:#ffffff;
}


.page_alter_pdf .page-content.partie-texte > #documentPDF {
  background:none;
}
/*--------------diaporama------------*/
#content_wrapper {
  margin: 0;
}

#docwrapper #content_wrapper .video-container {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
  top: 60px;
}


	
/*-------------livre d'or --------------*/

#lesAvis_wrapper {
	bottom: 0;
	left: 0;
	position: relative;
	right: 0;
	top: 0;
	width: 90%;
	margin: auto;
}



#lesAvis {
}

.avis {
	background-image: url(/css/./../fond/ffffff_50.png);
	margin: 0 0 1px;
	padding: 20px;
}

.entete_avis h2 {
	color: #A2241C;
	font: 300 30px "Josefin Sans", Verdana, Geneva, Arial, sans-serif;
	margin: 0;
	padding-bottom: 5px;
	float:left;
}

.entete_avis h3 {
	color: #A2241C;
	font: 300 20px "Josefin Sans", Verdana, Geneva, Arial, sans-serif;
	float:right;
}

.entete_avis a:link {
	color: #A2241C;
}

.avis p {
	clear:both;
	font: 300 18px "Josefin Sans", Verdana, Geneva, Arial, sans-serif;
}/*------------------form livre d'or----------*/

#form_guestbook {
	margin:auto;
	background:#ffffff;
}

#form_guestbook h2 {
	padding:20px 20px 0;
}

#form_guestbook label {
	float:left;
}

#guest_book #nom, #guest_book #prenom, #guest_book #email {
	width:100%;
	float:none;
	background-color:#ededed;
	border:none;
	height:19px;
}

#form_guestbook .separateur {
	clear: both;
	margin: 0 0 10px;
	width:100%;
}

#form_guestbook form {
	padding:20px 20px;
}

#website-label, #website-element {
	display:none;
}

#displayBloc {
  background: #ff9900 none repeat scroll 0 0;
  color: #ffffff;
  display: block;
  font: 300 20px/35px "Josefin Sans",Verdana,Geneva,Arial,sans-serif;
  height: 30px;
  left: 100px;
  position: absolute;
  text-align: center;
  top: 210px;
  width: 300px;
}
/** - file : style.web.css (in /css/.) **/

/*----------------- Diaporama / Slideshow ----------------------*/

/* diaporama wrapper */
#content_wrapper .diaporama_wrapper {
  border: 0 none;
  bottom: 0;
  display: block;
  left: 0;
  margin: 0;

  padding: 0;
  position: relative;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 2;
}
#content_wrapper .diaporama_wrapper:first-child {
  border: 0 none;
  bottom: 0;
  display: block;
  left: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 2;
}

#docwrapper.errorwrapper #content_wrapper .diaporama_wrapper:first-child {
  position: relative !important;
}




#content_wrapper .boutonBas {
  animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 3s;
    animation-fill-mode: none;
    animation-iteration-count: infinite;
    animation-name: flecheBas;
    animation-play-state: running;
    animation-timing-function: ease;
  background: rgba(0, 0, 0, 0) url(/css/./../images/boutonBas.png) no-repeat scroll 0 0;
  bottom: 110px;
  cursor: pointer;
  display: block;
  height: 76px;
  left: 50%;
  margin: auto;
  position: absolute;
  right: 50%;
  width: 76px;
  z-index: 999;
}

#diaporama_wrapper_bloc_diaporama-intro .boutonBas {
	display: none;
}

@keyframes flecheBas {
0% {
    opacity: 1;
    transform: translateY(0px);
}
100% {
    opacity: 0;
    transform: translateY(50px);
}
}

#content_wrapper.page_reservation .boutonBas{
 display:none;
 }
#content_wrapper .diaporama_wrapper .diaporama_container {
	overflow: scroll; /* Allows the slides to be viewed using scrollbar if Javascript isn't available */
	position: relative;
	top:0;
	padding: 0;
	border:0;
	margin:0;
	height: 100%;
	width:100%;
	overflow:visible;
	z-index: 5;/*border:1px solid red;*/
}


#content_wrapper .diaporama_wrapper .diaporama_container .diaporama_slides {
	display:block;
	position: relative; 
	overflow: hidden; 
	width: 100%; 
	height: 100%;
	list-style: none;
	padding: 0;
	margin:0;
/*	border:20px solid #1c1c1c;*/
	border:0;
/*	border-bottom:90px solid #1c1c1c;*/
	
	margin-left: auto;
	margin-right: auto;
	
}

#content_wrapper .diaporama_wrapper .diaporama_container .diaporama_slides li {
	position: relative; 
	display:block;
	overflow: hidden; 
	width: 100%; height: 100%;
	padding: 0;	margin:0;border:0;
}
#content_wrapper .diaporama_wrapper .diaporama_container .diaporama_slides img{
	position:relative;
	height:100%;
	width:auto;
	text-align:center;
	object-fit: contain;
}



/*-------- legende -----------*/

.diaporama_wrapper .diaporama_legende {
	bottom: 50px;
	color: rgba(255,255,255,.5);
	font-family: "Allerta Stencil",Verdana,Geneva,Arial,sans-serif;
	font-size: 15px;
	font-weight: 300;
	right: 20px;
	position: absolute;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	width: auto;
	z-index: 7;
}




.page_slider .diaporama_wrapper .diaporama_legende {
	color: #000000;
	font-family: Lato,Arial,Helvetica,sans-serif;
	font-size: 15px;
	left: 0;
	bottom: 0;
}

#content_wrapper #chapitre .titre_chapitre {
  font-family: Lato,Arial,Helvetica,sans-serif;
  font-style: normal;
  font-weight: 300;
  display: inline-block;

  position: fixed;
  text-align: center;
  top: 40%;
  width: 100%;
  z-index: 4;
  color:#ffffff;
  line-height:normal;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    padding:0 100px;
}

#content_wrapper #chapitre .titre_chapitre h1{
  font-size: 50px;
   line-height:normal;
    font-weight: 300;

}

#content_wrapper #chapitre .titre_chapitre .description_chapitre h2{
  font-size: 35px;
   line-height:normal;
    font-weight: 300;
    color:#ffffff;
    text-align:center;
}

#content_wrapper #chapitre .description_chapitre h2{
  font-size: 40px;
   line-height:normal;
    font-weight: 300;

}

#content_wrapper #chapitre .description_chapitre h3{
  font-size: 30px;
   line-height:normal;

}

#content_wrapper #chapitre .description_chapitre h4{
  font-size: 20px;
   line-height:normal;

}

#content_wrapper #chapitre .description_chapitre h5{
  font-size: 20px;
 line-height:normal;
}

#content_wrapper #chapitre .description_chapitre {
  font-family: Waterfall,cursive;
  font-style: normal;
  font-weight: 300;
   line-height:normal;

}
#content_wrapper #chapitre .description_chapitre p{
color: #000;
    font-size: 16px;
}

#docwrapper section#content_wrapper .description_chapitre > h1 {
	font-size: 50px;
	line-height: normal;
	font-weight: 300;
	color: #ffffff;
	letter-spacing: 0;
	font-family: Waterfall,cursive;
	text-align: center;
	text-transform: uppercase;
}

#docwrapper section#content_wrapper .description_chapitre > h2 {
    color: #000000;
   font-family: Waterfall,cursive;
  font-size: 40px;
  font-weight: 400;
  /*line-height: 25px;*/
    text-align: left;
}
#docwrapper section#content_wrapper .description_chapitre > h3 {
    color: #000;
  font-family: Waterfall,cursive;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding-top: 30px;
}
#docwrapper section#content_wrapper .description_chapitre > h4 {
  color: #968f64;
  font-family: Waterfall,cursive;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding-top: 10px;
   padding-left:50px;
}
#docwrapper section#content_wrapper .description_chapitre > h5 {
 color: #000;
  font-family: Waterfall,cursive;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
   padding-left:50px;
}

#docwrapper section#content_wrapper .description_chapitre > p {
  color: #000;
  font-family: Waterfall,cursive;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  padding-left: 0;
}
/*-------- controller/nav box -----------*/

#content_wrapper .diaporama_wrapper .diaporama_control {
  bottom: 100px;
  height: auto;
  position: absolute;
  right: 20px;
  width: auto;
  z-index: 7;
  color:#ffffff;
}


#content_wrapper .diaporama_wrapper .diaporama_nav {
 height: auto; 
width: auto;
}

#content_wrapper .diaporama_wrapper .diaporama_nav li{
list-style:none;
display:inline-block;
}


#content_wrapper .diaporama_wrapper .diaporama_counter > span {

  font: 10px "Oxygen",Verdana,Geneva,Arial,sans-serif;
  padding: 3px;
  text-align: center;
  width: auto;
}


#docwrapper section#content_wrapper  .diaporama_wrapper .diaporama_nav a {
  color: rgba(0,0,0,0);
	/*text-indent: -9999px;*/
}

#content_wrapper .diaporama_counter {
  left: 50%;
  position: relative;
  top: -3px;
  z-index:3;
}

#content_wrapper .multipage-article-slider .diaporama_counter {
	left: auto;
	top: -10px;
	display: none !important;
}

.diaporama_control:hover {
  color: #999999;
}

#content_wrapper .selecteur {
  border: 1px solid #ffffff;
  color: #ffffff;
  display: block;
  font-size: 30px;
  height: 53px;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
  width: 53px;
  z-index: 1;
}

#content_wrapper .multipage-article-slider .selecteur {
  border: none;
    height: 29px;
    width: 25px;
}


#content_wrapper .selecteur a{
  display:block;
  width: 53px;
  height: 53px;
}


#content_wrapper .multipage-article-slider .selecteur a{
  display:block;
  width: 25px;
  height: 29px;
}

#content_wrapper .selecteur::after {
  background-color: rgba(255, 255, 255, .7);
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
  z-index: -1;
}


#content_wrapper .selecteur:hover::after {
height:100%;
}

#content_wrapper .diaporama_prev a {
  background: rgba(0, 0, 0, 0) url(/css/./images/prev.svg) no-repeat scroll 0 0;
}

#content_wrapper .diaporama_prev a:hover {
background: rgba(0, 0, 0, 0) url(/css/./images/prevNoir.svg) no-repeat scroll 0 0;
opacity:.3;
}

#content_wrapper .multipage-article-slider .diaporama_prev a {
  background: rgba(0, 0, 0, 0) url(/css/./images/prev_slider1.svg) no-repeat scroll 0 0;
}

#content_wrapper .multipage-article-slider .diaporama_prev a:hover {
background: rgba(0, 0, 0, 0) url(/css/./images/prevNoir_slider.svg) no-repeat scroll 0 0;
opacity:.3;
}





#content_wrapper .diaporama_pause a {
  background: rgba(0, 0, 0, 0) url(/css/./images/stop.svg) no-repeat scroll 0 0;
}

#content_wrapper .diaporama_pause a:hover {
background: rgba(0, 0, 0, 0) url(/css/./images/stopNoir.svg) no-repeat scroll 0 0;
opacity:.3;
}

#content_wrapper .diaporama_pause a.paused {
  background: rgba(0, 0, 0, 0) url(/css/./images/play.svg) no-repeat scroll 0 0;
}

.diaporama_pause a.paused:hover {
background: rgba(0, 0, 0, 0) url(/css/./images/playNoir.svg) no-repeat scroll 0 0;
opacity:.3;
}

#content_wrapper .diaporama_next a {
  background: rgba(0, 0, 0, 0) url(/css/./images/next.svg) no-repeat scroll 0 0;
}

#content_wrapper .diaporama_next a:hover {
background: rgba(0, 0, 0, 0) url(/css/./images/nextNoir.svg) no-repeat scroll 0 0;
opacity:.3;
}

#content_wrapper  .multipage-article-slider .diaporama_next a {
  background: rgba(0, 0, 0, 0) url(/css/./images/next_slider1.svg) no-repeat scroll 0 0;
}

#content_wrapper  .multipage-article-slider .diaporama_next a:hover {
background: rgba(0, 0, 0, 0) url(/css/./images/nextNoir_slider.svg) no-repeat scroll 0 0;
opacity:.3;
}


#content_wrapper .diaporama_wrapper .diaporama_nav a:active {outline: none;}
#content_wrapper .diaporama_wrapper .diaporama_nav a:focus {outline:none;}


/* diaporama background */
#diaporama_wrapper_background.diaporama_wrapper{
position:fixed;
}

/* diaporama vignette (multipage/article) */
#content_wrapper .multipage-article-slider .diaporama_wrapper.diaporama_vignette{
  display: block;
  position:relative ;
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
  width:400px;
  height:300px;
  overflow:visible;
}

#content_wrapper .multipage-article-slider .diaporama_wrapper.diaporama_vignette .diaporama_container {
	overflow: scroll; /* Allows the slides to be viewed using scrollbar if Javascript isn't available */
	position: relative;
	top:0;
	padding: 0;
	border:0;
	margin:0;
	width:400px;
  	height:300px;
	overflow:visible;
	z-index: 5;/*border:1px solid red;*/
}

#content_wrapper .multipage-article-slider .diaporama_wrapper.diaporama_vignette .diaporama_control {
	left: 105%;
	z-index: 7;
	color: #aaa;
	bottom: 10px;
	width: 90px;
	height: 30px;
}


/*---------------------------------------*/
/*-------- controller overlays -----------*/
#contenunanoscroll {
    bottom: 0;
    left: 0;
    overflow: auto;
    position: relative;
    right: 0;
    top: 0;
}

#docwrapper.page_galerie #contenunanoscroll {
   /* top: 50px; */
}

#content_wrapper ul.listeminis {
    left: 0;
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    right: 0;
}
#content_wrapper ul.listeminis > li {
    display: block;
    float: left;
    height: auto;
    overflow: visible;
    position: relative;
    width: 33.3333%;
}
#content_wrapper ul.listeminis > li img {
    display: block;
    height: auto;
    overflow: visible;
    position: relative;
    width: 100%;
}
#galerie-image-container {
    bottom: 0;
    display: block;
    left: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
#galerie-image-container #diaporama_container {
    bottom: 40px;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
#galerie-image-container ul#diaporama_slides {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#galerie-image-container ul#diaporama_slides li {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#galerie-image-container ul#diaporama_slides img {
    height: 100%;
    object-fit: contain;
    position: relative;
    text-align: center;
    width: auto;
}
#selecteur_overlay {
    background: transparent none repeat scroll 0 0;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 200;
}
#selecteur_overlay a {
    background-color: transparent !important;
    display: block;
    height: 100%;
    outline: 0 none;
    position: absolute;
    vertical-align: top;
}
#selecteur_overlay a.galerie-image-previous {
    cursor: url(/css/./images/prev2.png), pointer;
    left: 0;
    width: 35%;
}
#selecteur_overlay a.galerie-image-portfolio {
    cursor: url(/css/./images/mosaique.png), pointer;
    left: 35%;
    width: 30%;
}
#selecteur_overlay a.galerie-image-next {
    cursor: url(/css/./images/next2.png), pointer;
    right: 0;
    width: 35%;
}
#selecteur {
    bottom: 0;
    display: none;
    opacity: 0.4;
    position: absolute;
    right: 50%;
    text-align: right;
    z-index: 100;
}
#selecteur li {
    display: inline-block;
    height: 20px;
    overflow: hidden;
    width: 20px;
}
#selecteur li a {
    border: 0 none;
    display: block;
    height: 20px;
    margin: 0;
    padding: 0;
    text-indent: 9999px;
    width: 20px;
}
.galerie-image-previous a {
    background: rgba(0, 0, 0, 0) url(/css/./prev.png) repeat scroll 0 0;
}
.galerie-image-play a {
    background: rgba(0, 0, 0, 0) url(/css/./pause.png) repeat scroll 0 0;
}
.galerie-image-play a.paused {
    background: rgba(0, 0, 0, 0) url(/css/./play.png) repeat scroll 0 0;
}
.galerie-image-next a {
    background: rgba(0, 0, 0, 0) url(/css/./next.png) repeat scroll 0 0;
}

/** - file : style.diaporama.css (in /css/.) **/

#docwrapper.multipage section#content_wrapper {
 /* left: 0;right: 0;top:0;bottom:0;
    position: fixed;
      overflow: auto;
  overflow-x:hidden;*/
  list-style: outside none none;
  margin: 0 ;
position : relative;
  padding: 0;
  z-index:4;
}

#push {
  background:none;
  left: 0;
  padding: 100% 0 0;
  position: relative;
  width: 1%;
  z-index: 7;
}

#docwrapper.page_alter_pdf #push.noMobile {
	padding-top: 50vh !important;
}

#content_wrapper > div#contenant {
  position: relative;
  z-index: 6;
}

#docwrapper #content_wrapper #page_diaporama-intro.titre_chapitre::before{
	content: url(/css/./../images/alchimie_vocale_2025.svg);
	/* background-image: url(/css/./../images/alchimie_vocale1.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 30% auto; */
	filter: drop-shadow(1px 1px 3px black);
	-webkit-filter: drop-shadow(1px 1px 2px rgba(0,0,0,.9));  
	display:inline-block;
	width:40%;
	height: 40%;
	top: 30%;
}

#docwrapper.multipage section#content_wrapper > article {
  display: block;
  height: 100%;
  margin: 0 ;
  position: relative;
  width: 100%;
  z-index: 5;
  /*min-height:400px;*/
}



#docwrapper.multipage section#content_wrapper > article  aside.page-background{
	display: block;
	height: 100%;
	width: 100%;
	position: relative;
	overflow: visible;
	background:white;
	padding:5px 5px 60px 5px;
	padding:0;
	z-index:6;
}

#docwrapper.multipage section#content_wrapper > article.bloc_texte_droit aside.page-background {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  width: 50%;
  left:50%;
    	position: absolute;
}

#docwrapper.multipage section#content_wrapper > article.bloc_texte_gauche aside.page-background {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  width: 50%;
  right:50%;
  	position: absolute;
}

#docwrapper section#content_wrapper .bloc_texte_gauche .page-content {
  display: inline-block;
  left: 50%;
  width: 50%;
  z-index: 9;
}

#docwrapper section#content_wrapper .bloc_texte_droit .page-content {
  display: inline-block;
  right: 50%;
  width: 50%;
  z-index: 9;
}


#docwrapper.multipage section#content_wrapper > article aside.page-background img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: 50% center !important;
  overflow: visible;
  position: relative;
  width: 100%;
}


#docwrapper.multipage section#content_wrapper  article.bloc_phrase section.page-content,
#docwrapper.multipage section#content_wrapper  article.bloc_phrase_intro section.page-content {
    position: absolute;
}



#docwrapper section#content_wrapper  .page-content {
  display: block;
  left: 0;right: 0;top:0;bottom:0;
  overflow: visible;
/*position: relative;*/
    position: relative;
  padding:0;
  z-index:9;
}

#docwrapper.multipage section#content_wrapper > article .article-multipage {
  background: none;
 

}



#docwrapper.multipage section#content_wrapper section.multipage-listepauschalen {
  /*background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
  margin: 0 100px;*/
}




#docwrapper.multipage section#content_wrapper > article .article-multipage.page_contenu {
margin:0 100px 0;
}

#docwrapper.multipage section#content_wrapper > article.googlemap .article-multipage.page_contenu {
margin:0;
}

#docwrapper.multipage section#content_wrapper > article.bloc_texte .article-multipage.page_contenu {
margin:0;
}

#docwrapper.multipage section#content_wrapper > article.bloc_texte_droit   .article-multipage.page_contenu {
  height: 100%;
  padding: 120px 15%;
  width: 100%;
  background:none;
  margin:0;
}

#docwrapper.multipage section#content_wrapper > article.bloc_texte_gauche .article-multipage.page_contenu {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  height: 100%;
  margin: 0;
  padding: 120px 15%;
  width: 100%;
}

#docwrapper section#content_wrapper article.bloc_texte_droit .page-content  #letexte,
#docwrapper section#content_wrapper article.bloc_texte_gauche .page-content  #letexte {
	padding: 0;
}



#docwrapper section#content_wrapper article.bloc_texte_droit .page-content p,
#docwrapper section#content_wrapper article.bloc_texte_gauche .page-content p {
	color: #888;
	font-size: 18px;
	font-weight: 300;
	line-height: 25px;
}
#docwrapper section#content_wrapper article.bloc_texte_gauche .page-content p strong {
	color: #888;
	font-size: 18px;
}

#docwrapper section#content_wrapper #page_qui2 .description_chapitre > p {
	color: #fff;
	font-size: 60px;
	padding-top: 20px;
}


#docwrapper section#content_wrapper article.bloc_texte_droit .page-content h1,
#docwrapper section#content_wrapper article#page_qui2 .page-content h1,
#docwrapper section#content_wrapper article#page_formation .page-content #letexte h1,
#docwrapper section#content_wrapper article#page_demande .page-content #letexte h1,
#docwrapper section#content_wrapper article#page_diaporama-intro .page-content #letexte h1 {
	color: #555;
	font-size: 30px;
	font-weight: 400;
	text-align: left;
	text-transform: uppercase;
}

#content_wrapper #chapitre #page_qui2.titre_chapitre h1 {
	font-size: 70px;
	padding-top: 150px;
	text-transform: uppercase;
	font-family: Montserrat,Arial,Helvetica,sans-serif;
}

#docwrapper section#content_wrapper article#page_formation .page-content #letexte,
#docwrapper section#content_wrapper article#page_projet .page-content #letexte {
	padding: 120px 7.5% 0;
}


#docwrapper section#content_wrapper article#page_formation .page-content #letexte ul,
#docwrapper section#content_wrapper article#page_projet .page-content #letexte ul,
#docwrapper section#content_wrapper article#page_SOINS-ENERGETIQUE .page-content #letexte ul {
	padding: 0px 40px;
}

#docwrapper section#content_wrapper article#page_formation .page-content #letexte ul li,
#docwrapper section#content_wrapper article#page_projet .page-content #letexte ul li,
#docwrapper section#content_wrapper article#page_SOINS-ENERGETIQUE .page-content #letexte ul li {
	color: #555;
	font-size: 18px;
	list-style-image: url(/css/./../images/puceNote.svg);
		padding-bottom: 20px;
		list-style-position: outside;
}
#portrait_audrey {
	display: inline-block;
	height: 500px;
	overflow: hidden;
	width: 30%;
	left: 60%;
	position: absolute;
	top: 220px;
}

#docwrapper.multipage #content_wrapper article#page_formation .page-background .legende-background h1,
#docwrapper.multipage #content_wrapper article#page_projet .page-background .legende-background h1 {
	color: #555;
	font-family: Montserrat,Arial,Helvetica,sans-serif;
	font-size: 30px;
	font-weight: 400;
	margin: auto 100px;
	padding: 100px 7.5% 0;
	text-align: left;
	text-transform: uppercase;
}

#descriptif_audrey {
	display: inline-block;
	right: 0;
	width: 60%; 
	z-index: 9;
	position: relative;
}
#page_qui2 #letexte img{
display: inline-block;
height: 100%;
object-fit: cover;
object-position: 50% center !important;
overflow: visible;
position: relative;
}

#frise {
	text-align: center;
}

#portrait_audrey  img{
	width: 100%;
}
#descriptif_audrey #frise img{
	width: 30%;
}
#docwrapper section#content_wrapper .liste-miniatures {
  padding: 0;
  text-align: center;
  position : relative;
  z-index:200;
 /* background:#fff;*/
  
}

#docwrapper section#content_wrapper .bloc_texte_droit .liste-miniatures,
#docwrapper section#content_wrapper .bloc_texte_gauche .liste-miniatures {
  background:none;
}





#docwrapper section#content_wrapper .liste-miniatures .li-picture {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  display: inline-block;
  margin: 15px;
}


#docwrapper section#content_wrapper   .liste-miniatures .li-picture a {
  border: 10px solid #ffffff;
  display: block;
  height: 100px;
}

#docwrapper section#content_wrapper  .liste-miniatures img {
height:80px; 
cursor:zoom-in;
}



/* ----------------------page slider-------------- */
.article-multipage.partie-texte.fade > img {
  display: inline-block;
  vertical-align: middle;
}



   
   #docwrapper section#content_wrapper .page-content.partie-texte{
  background: #888888 none repeat scroll 0 0;
  padding: 0 0 5vh;
  clear:both;
  text-align:left;
  line-height:normal;
}

   #docwrapper.page_alter_pdf section#content_wrapper .page-content.partie-texte{
  background: none;
  }

   #docwrapper.page_texte section#content_wrapper .page-content.partie-texte{
  background: rgb(45, 45, 45);
}







#docwrapper section#content_wrapper .page-content h1 {
	font-size: 40px;
	line-height: normal;
	font-weight: 700;
	color: #888;
	letter-spacing: 0;
	font-family: Lato,Arial,Helvetica,sans-serif;
	text-align: center;
	padding-bottom: 20px;
}

#docwrapper section#content_wrapper .page-content #letexte ul{
	padding-bottom: 15px;
}

#docwrapper section#content_wrapper .page-content #letexte ul li {
	color: #555;
	font-size: 18px;
	font-weight: 300;
	line-height: 21px;
	list-style-image: url(/css/./../images/puceNote.svg);
	list-style-type: none;
	/* margin-left: 50px; */
	font-family:Lato,Arial,Helvetica,sans-serif;
	list-style-position: inside;
	padding-bottom: 5px;
}


#docwrapper.page_texte section#content_wrapper .page-content.partie-texte{
  color: #888;   
}

#docwrapper.page_texte section#content_wrapper .page-content p{
  color: #888;   
}

#docwrapper.page_texte section#content_wrapper .page-content ul li{
  color: #888;  
  list-style-image: url(/css/./../images/puceJaune.png); 
}

#docwrapper.page_texte section#content_wrapper .page-content h1,
#docwrapper.page_texte section#content_wrapper .page-content h2,
#docwrapper.page_texte section#content_wrapper .page-content h3,
#docwrapper.page_texte section#content_wrapper .page-content h4,
#docwrapper.page_texte section#content_wrapper .page-content h5l{
  color: #888;
}





#docwrapper section#content_wrapper .page-content h2{
   color: #555;
   font-family: Lato,Arial,Helvetica,sans-serif;
  font-size: 25px;
  font-weight: 400;
 line-height: normal;
padding-bottom: 15px;
  text-align: left;
}



#docwrapper section#content_wrapper .page-content h2.alignleft{
text-align:left;
}



#docwrapper section#content_wrapper .page-content h3 {
	color: #888;
	font-family: Lato,Arial,Helvetica,sans-serif;
	font-size: 25px;
	font-weight: 700;
	margin: 0;
	padding-bottom: 5px;
	line-height: normal;
}


#docwrapper section#content_wrapper .page-content h4 {
  font-family: Lato,Arial,Helvetica,sans-serif;
  font-size: 18px;
  margin: 0;
  padding-top: 10px;

}

#docwrapper section#content_wrapper #page_qui2 .page-content h4 {
	font-family: Waterfall,cursive;
	font-size: 50px;
	margin: 0;
	padding-bottom: 10px;
	text-align: center;
}

#docwrapper section#content_wrapper .page-content h5 {
  color: #888;
  font-family: Lato,Arial,Helvetica,sans-serif;
  font-size: 30px;
  margin: 0;
  padding-top: 10px;
  text-align:center;

}

#docwrapper section#content_wrapper .page-content a {
  color: #666;
  font-family: Lato,Arial,Helvetica,sans-serif;
  font-size: 18px;
  font-weight: 300;
  margin: 0;
   font-style:normal;
}

#docwrapper section#content_wrapper .page-content .entete_avis a:link {
	color: #A2241C;
	font-weight: bold;
	font-size: 25px;
}

#docwrapper section#content_wrapper .page-content .entete_avis h3 {
	color: #A2241C;
	font: 300 15px "Josefin Sans", Verdana, Geneva, Arial, sans-serif;
	float: right;
	display: none;
}

#docwrapper.page_texte section#content_wrapper .page-content a {
	color: #fff;
}


#docwrapper.multipage section#content_wrapper .page-content .article-multipage a {
  color: #00000;
  font-family: Lato,Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  font-style:italic;
}

#docwrapper.page_sousmenu #texte_wraper  {
  padding: 125px 10%;
  background:#fdfdfd;
}


#docwrapper.page_sousmenu.multipage section#content_wrapper .multipage-article-sousmenu .page-content p {
  padding: 0 15%;
 /* text-align: left; */
}


#docwrapper.page_sousmenu.multipage section#content_wrapper .page-content .mini_menu p {
  padding: 0;

}



#docwrapper.page_sousmenu.multipage section#content_wrapper .page-content  h1{
   color: #555555;
   font-family: Lato,Arial,Helvetica,sans-serif;
  font-size: 40px;
  font-weight: 300;
  padding-left:0;

}

#docwrapper.page_sousmenu.multipage section#content_wrapper .page-content  h2{
   color: #5555555;
   font-family: Lato,Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: 400;

}

#docwrapper.page_sousmenu.multipage section#content_wrapper .page-content  h3 {
   color: #555555;
   font-family: Lato,Arial,Helvetica,sans-serif;
  font-size: 28px;
  font-weight: 300;
  padding-left:0;
}


#docwrapper.page_sousmenu.multipage section#content_wrapper .page-content  h4 {
  color: #968f64;
  font-family: Lato,Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding-left:0;
}

#docwrapper.page_sousmenu.multipage section#content_wrapper .page-content .mini_menu h4,
#docwrapper.page_sousmenu #letexte .mini_menu h4 {
  color: #000;
  font-family: Lato,Arial,Helvetica,sans-serif;
  font-size: 28px;
  font-weight: 300;
  margin: 0;
  padding: 15px 0;
  text-align: left;
  line-height:normal;
}


#docwrapper.page_sousmenu.multipage section#content_wrapper .page-content  h5 {
  color: #000;
  font-family: Lato,Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: 300;
  padding-left:0;
}

#docwrapper.page_sousmenu.multipage section#content_wrapper .page-content a {
  color: #00000;
  font-family: Lato,Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  font-style:normal;
}
#docwrapper.page_sousmenu.multipage section#content_wrapper .page-content a:hover h4,
#docwrapper.page_sousmenu.multipage section#content_wrapper .page-content a:hover p {
color: #555555;
}

#docwrapper.page_sousmenu.multipage section#content_wrapper .page-content .legende-background a {
  color: #555555;
  font-weight: 400;
  margin: 0;
  font-style:italic;
}



#docwrapper section#content_wrapper .multipage-listepauschalen .page-content #letexte {
  padding: 0 10%;
  text-align: left;
}

#docwrapper section#content_wrapper .page-content #letexte.bloc_invisible {
  padding: 0;
}

#docwrapper section#content_wrapper .page-content #letexte {
  padding: 120px 15%;
  /*	filter: drop-shadow(1px 1px 3px black);
	-webkit-filter: drop-shadow(1px 1px 1px rgba(0,0,0,.6));  */
}
#docwrapper.page_texte section#content_wrapper .page-content #letexte{
padding: 220px 15%;
}
#docwrapper section#content_wrapper #page_demande .page-content #letexte {
  padding: 0 15%;
}

#docwrapper section#content_wrapper .page-content #carteGoogle {
  padding: 0 15% 100px;
}
#docwrapper section#content_wrapper article#page_cours .page-content #letexte,
#docwrapper section#content_wrapper article#page_horaire .page-content #letexte,
#docwrapper section#content_wrapper article#page_googlemap .page-content #letexte,
#docwrapper section#content_wrapper article#page_SOINS-ENERGETIQUE .page-content #letexte,
#docwrapper section#content_wrapper article#page_demande .page-content .legende-background p{
	padding: 40px 15% 120px;
}

#docwrapper section#content_wrapper article#page_cours .legende-background,
#docwrapper section#content_wrapper article#page_horaire .legende-background,
#docwrapper section#content_wrapper article#page_SOINS-ENERGETIQUE .legende-background{
	margin: auto 100px;
}

#docwrapper.multipage #content_wrapper article#page_cours .page-background .legende-background h1,
#docwrapper.multipage #content_wrapper article#page_horaire .page-background .legende-background h1,
#docwrapper.multipage #content_wrapper article#page_demande .page-background .legende-background h1,
#docwrapper.multipage #content_wrapper article#page_googlemap .page-background .legende-background h1,
#docwrapper.multipage #content_wrapper article#page_SOINS-ENERGETIQUE .page-background .legende-background h1{
	color: #555;
	font-size: 30px;
	font-weight: 400;
	padding: 400px 15% 0px;
	text-align: left;
	text-transform: uppercase;
}



#docwrapper section#content_wrapper article#page_cours .page-content p,
#docwrapper section#content_wrapper article#page_SOINS-ENERGETIQUE .page-content p,
#docwrapper section#content_wrapper article#page_demande .page-content p {
	color: #555;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
}

#docwrapper section#content_wrapper article#page_SOINS-ENERGETIQUE .page-content .soins {
	text-align:center;
	font-size: 12px;
}

#docwrapper.page_sousmenu.multipage section#content_wrapper .page-content.partie-texte {
  text-align: center;
  background:none;
}
 
#docwrapper section#content_wrapper .page-content p, 
#docwrapper section#content_wrapper .page-content td,
#docwrapper section#content_wrapper .page-content th {
  color: #555;
  font-family: Lato,Arial,Helvetica,sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  /*padding-left:50px;*/
}



#docwrapper section#content_wrapper #page_qui2 .page-content  p{
   font-family: Waterfall,cursive;
    font-size: 38px;
    line-height:38px;
     color: #555;
}


#docwrapper.multipage section#content_wrapper #letexte > p:first-child {
 /* font-size: 25px;
  padding: 0;
  text-align: center;*/
}

#docwrapper.multipage section#content_wrapper .page-content .descriptif > p {
  font-size: 16px;
   text-align: left;
}








/*---------pdf------*/
#docwrapper #documentPDF  {
 position:relative;
 z-index:200;
 padding:50px 0;

}

 #docwrapper.page_chambre.multipage #documentPDF {
    display:none;
 }
 
 
#docwrapper #documentPDF ul {
 text-align:center;
}

#docwrapper #documentPDF li {
  display: inline-block;
  list-style: outside none none;
  padding: 50px 20px;
}

#docwrapper #documentPDF a {
	/* border: 1px solid #ffffff; */
	/* box-shadow: 1px 1px 6px #aaaaaa; */
	color: #555;
	display: inline-block;
	font-family: "Lato",Arial,Helvetica,sans-serif;
	font-size: 15px;
	font-weight: 300;
	border: #fff solid 1px;
}


/*------------multipage contact-------------*/


#docwrapper .partie-texte-contact-ok {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  padding: 100px 100px 60%;
  text-align: center;
}



#docwrapper .partie-texte-contact-ok h2{
  color: #fff;
font-size:35px;
    font-family: "Arapey",Arial,Helvetica,sans-serif;
  font-weight: 400;
  font-style:italic;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
      line-height:normal;
}

#docwrapper.page_reservation #texte_wraper {
  background: none;
}

/*----------legende background--------*/
#docwrapper.multipage #content_wrapper .page-background .legende-background h1,
#docwrapper.page_sousmenu.multipage section#content_wrapper .page-background .legende-background h1{
  color: #ffffff;
  font-family: Lato,Arial,Helvetica,sans-serif;
  font-size: 100px;
  font-weight: 300;
  margin: auto;
  padding: 250px 40px 50px;
  text-align: center;
}

#docwrapper #content_wrapper .page-background .legende-background h1,
#docwrapper.page_sousmenu.multipage section#content_wrapper .page-background .legende-background h1{
  color: #ffffff;
  font-family: Lato,Arial,Helvetica,sans-serif;
  font-size: 60px;
  font-weight: 300;
  margin: auto;
  padding:  200px 0 100px 0;
  text-align: center;
}

#docwrapper #content_wrapper .page-background .legende-background h2,
#docwrapper.page_sousmenu.multipage section#content_wrapper .page-background .legende-background h2{
  color: #ffffff;
  display: block;
  font-family: Lato,Arial,Helvetica,sans-serif;
  font-size: 60px;
  font-weight: 300;
  margin: auto;
  padding: 0 40px ;
  text-align: center;
}

#docwrapper #content_wrapper .page-background .legende-background h3,
#docwrapper.page_sousmenu.multipage section#content_wrapper .page-background .legende-background h3{
  color: #ffffff;
  display: block;
  font-family: Lato,Arial,Helvetica,sans-serif;
  font-size: 40px;
  font-weight: 300;
  margin: auto;
  padding: 0 40px ;
  text-align: center;
}
#docwrapper #content_wrapper .bloc_texte_dessus:first-child .legende-backgroundh1, 
#docwrapper.page_sousmenu.multipage section#content_wrapper .bloc_texte_dessus:first-child .legende-background h1 {
  color: #ffffff;
  font-family: Lato,Arial,Helvetica,sans-serif;
  font-size: 100px;
  font-weight: 300;
  margin: auto;
  padding: 200px 40px 0;
  text-align: center;
}
/*
#docwrapper #content_wrapper .page-background .legende-background p,
#docwrapper.page_sousmenu.multipage section#content_wrapper .page-background .legende-background p{
  color: #ffffff;
  display: block;
  font-family: Lato,Arial,Helvetica,sans-serif;
  font-size: 20px;
  font-weight: 300;
  margin: auto;
  padding: 0 40px ;

}
*/
#docwrapper section#content_wrapper .page-content.page-background{
background-position: center center !important;
/*background-attachment: fixed !important;*/
background-repeat: no-repeat !important;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;
padding: 0 0 5% 0;
}


#docwrapper #content_wrapper .bloc_frise .liste-miniatures .li-picture {
	box-shadow: none;
	display: block;
	margin: 0;
	width: 20%;
	height: 20vh;
	overflow: hidden;
	float: left;
}

#docwrapper #content_wrapper .bloc_frise .liste-miniatures .li-picture:first-child {
	width: 40%;
	height: 40vh;
}

#docwrapper #content_wrapper .bloc_frise .liste-miniatures .li-picture a {
	border: none; 
	height:100%;
	width: 100%;
	background-position: 50%;
	background-size: cover;
	-webkit-transition: opacity .5s,-webkit-transform 1s;
transition: opacity .5s,-webkit-transform 1s;
transition: opacity .5s,transform 1s;
transition: opacity .5s,transform 1s,-webkit-transform 1s;
cursor:zoom-in;
}

#docwrapper #content_wrapper .bloc_frise .liste-miniatures .li-picture a:hover {
	transform: scale(1.085);
}

/** - file : style.multipage.css (in /css/.) **/


/*------------- MENU § fond menu-----------------*/


#lemenubouge_wrapper {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0px 2px 5px #555555;
  text-align:center;
  height: 200px;
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}



#lemenubouge_wrapper.fixNavigation {
height: 70px;
  position: fixed;
  top: 0;
}

#lemenubouge_wrapper.fixNavigation #lemenubouge {
top: 20px;
}


#lemenubouge {
    height: 40px;
    left: 0;
    overflow: visible;
    position: absolute;
    right: 0;
    top:160px;
}
#lesousmenubouge {
   /* background: #1b2b4a;*/
    background: rgba(0, 0, 0, 0) url(/css/./../images/blanc_90.png) repeat scroll 0 0;
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 200px;
    width: 100%;
    z-index: 10;
}

#lemenubouge_wrapper.fixNavigation #lesousmenubouge {
    top: 200px;
}

#lemenubouge .webmenu {
  display: block;
  height: 100%;
  margin: 10px 0 0 220px;
  overflow: visible;
  position: relative;
  width: 75%;
}


#lemenubouge .webmenu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#lemenubouge .webmenu > ul {
    line-height: 0;
    overflow: visible;
    position: relative;
    text-align: justify;
}
#lemenubouge .webmenu > ul::after {
    content: "";
    display: inline-block;
    padding-right: 100%;
    vertical-align: bottom;
}
#lemenubouge .webmenu > ul > li {
    display: inline-block;
    overflow: visible;
    position: relative;
}

#lemenubouge .webmenu > ul > li.bouton_booking {
 /* background: rgba(255, 255, 255, 1) url(/css/./../images/or_80.png) repeat scroll 0 0;*/
  margin: 0 0 10px;
  padding: 2px 10px;
}

#lemenubouge .webmenu > ul > li > ul {
    display: none;
    margin-left: -200%;
    padding-left: 200%;
    position: absolute;
    top: 55px;
    width: 600%;
}

#lemenubouge .webmenu > ul li a, #lemenubouge .webmenu > ul li span {
  color: #090b3c;
  font: 300 15px "Playfair Display",Times,serif;
  list-style: outside none none;
  text-align: left;
  text-transform: uppercase;
}



#lemenubouge .webmenu > ul li.bouton_booking a, #lemenubouge .webmenu > ul li.bouton_booking > span {
  color: #7a89c3;
}
#lemenubouge .webmenu .le_menu a:hover {
    text-decoration: none;
}
#lemenubouge .webmenu > ul > li ul li {
    display: block;
    height: 25px;
}
#lemenubouge .webmenu .active a {
    color: #8399AD;
}
#lemenubouge .webmenu > ul > li ul li a, #lemenubouge .webmenu > ul > li ul li span {
    color: #adadae;
    font: 700 12px "Oxygen",Verdana,Geneva,Arial,sans-serif;
    list-style: outside none none;
    text-align: left
    
}
#lemenubouge .webmenu .le_menu li a:hover {
    color: #F90;
    text-decoration: none;
}
#lemenubouge .webmenu .le_sous_menu a:hover {
    color: #F90;
    text-decoration: none;
}
#lemenubouge .webmenu .le_menu.active > a, #lemenubouge .webmenu .le_menu.active > span {
    color: #F90;
}
#lemenubouge .webmenu .le_menu > span:hover {
    cursor: default;
}
#lemenubouge .webmenu .le_sous_menu.active a, .le_sous_menu.active a:hover {
    color: #F90;
}
#menuFooter {
  right: 0;
  position: absolute;
  display: block;
  margin: 0 auto auto;
  overflow: visible;
  padding: 15px;
  top:0;
  width:auto;
}

/* ul footer */
#menuFooter.webmenu ul{
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#menuFooter.webmenu > ul {
    line-height: 0;
    overflow: visible;
    position: relative;
    text-align: justify;
}


#menuFooter.webmenu > ul > li {
    display: block;
    overflow: visible;
    position: relative;
    padding:5px 15px;
}

#menuFooter.webmenu > ul li a, 
#menuFooter.webmenu > ul li span {
	color: #555;
	font: 10 10px "Lato",Verdana,Geneva,Arial,sans-serif;
	list-style: outside none none;
	text-align: left;
}

#menuFooter.webmenu > ul li a:hover, 
#menuFooter.webmenu > ul li span:hover {
    text-decoration: none;
    }
/** - file : style.menu.css (in /css/.) **/

#docwrapper.page_formreservation #texte_wraper {
	padding: 0;
	margin-bottom: 1px;
}

#docwrapper.page_formreservation .leBouton {
	clear: both;
	margin:0;
}

#docwrapper.page_formreservation #letexte #contact > p {
  text-align: center;
  font-size:20px;
  font-weight:100;
}

#docwrapper.multipage.page_formreservation section#content_wrapper .page-content #contact > p{
  padding: 50px 0;
  text-align: center;
}


form input#website, form input#office, form input#demande_Miel {
  display: none;
}

.formcontact_newsletter ul, .formcontact_newsletter li {
	list-style:none;
}



 
#client {
	display: inline-block;
	width: 45%;
}

#commentaire {
	display: inline-block;
	width: 45%;
	vertical-align:top;
}
 
#docwrapper .form_droit {
  float: right;
  position: relative;
  top: 20px;
  width: 48%;
}
 

#docwrapper .form_gauche {
  float: left;
  position: relative;
  top: 20px;
  width: 48%;
}


#docwrapper .demande .leBouton {
  clear: both;

}
#docwrapper.page_formreservation .boutonBas {
display:none;
}


.chapitre_contact  input[type="text"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #555;
  color: #000;
  font-family: "Lato",Verdana,Geneva,Arial,sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
  padding: 3px 5px;
  width: 100%;
}









input[type="checkbox"] {
	float: right;
}

textarea {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	max-width:100%;
	min-width:100%;
	border:1px solid #555;
	  font-family: "Lato",Verdana,Geneva,Arial,sans-serif;
  font-size: 16px;
    font-weight: 300;
    color:#000;
    nim-height:150px;
    height:200px;
	
}

.demande textarea {
  height: 140px;

}

#valider-element input {
	background: none repeat scroll 0 0 #a81a66;
	border: medium none;
	display: block;
	height: 35px;
	width: 100%;
	color: #ffffff;
	font-family: "Lato", Verdana, Geneva, Arial, sans-serif;
	font-size:15px;
	font-weight:400;
}

input#valider {
   background: #fff none repeat scroll 0 0;
  border: 1px solid #000;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5) ;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-family: "Lato",Arial,Helvetica,sans-serif;
  font-size: 14px;
  line-height: normal;
  margin: 20px auto;
  padding: 15px 40px;
  text-align: center;
  transition: all 0.3s ease 0s;
}

input#valider:hover {
   box-shadow: 0 0 2px 0 rgba(0, 0, 50, 0.3);
}

#contact {
	padding: 15%;
}

/*------------------page formulaire-------*/
#docwrapper.page_formreservation #letexte .leformulaire {
  display: inline-block;
  padding: 30px 0 120px 0;
  text-align: left;
  width: 69%;
}

#docwrapper.page_formreservation.demande #letexte .leformulaire {
  width: 100%;
}





#docwrapper.page_formreservation #letexte #lecommentaire {
  display: inline-block;
  padding: 0 0 20px;
  width: 100%;
}


#docwrapper.page_formreservation #letexte .case_cocher {
  color: #fff;
  display: block;
  line-height: 19px;
  width: 40%;
}





#docwrapper.page_formreservation .chapitre_contact {
  
  padding: 0 ;
  text-align: left;
}

/*-----------formulaire multipage-----*/

#docwrapper.page_formreservation.multipage .chapitre_contact {
  padding: 0 15%;
}
#docwrapper.page_formreservation .information {
  bottom: 0;
  display: inline-block;
  height: 730px;
  position: relative;
  top: 0;
  vertical-align: top;
  width: 49%;
}


select#disposition {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #999999;
  font-family: "Lato";
  font-size: 15px;
  font-weight: 300;
  width: 40%;
  text-align: left;
  padding: 2px 0;
}


#docwrapper.page_formreservation .article-content {
  display: inline-block;
  padding-top: 30px;
  vertical-align: top;
  width: 30%;
    position: relative;
}
/*
#docwrapper.page_formreservation figure {
  background-image: url(/css/./../images/decor.jpg);
  background-position: center center;
  display: inline-block;
  height: 25%;
  margin: 0;
  overflow: hidden;
  position: relative;
  top: 25px;
  width: 39%;
}
*/
#docwrapper.page_formreservation .decor > img {
    height: auto;
    width: 100%;
}
#letexte ul {
    margin: 0;
    padding: 5px 15px;
}
#letexte ul li {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
   list-style-image: url(/css/./../images/puceNote.svg);
  list-style-type: none;
 /* margin-left: 50px;*/
  font-family:"Lato",Arial,Helvetica,sans-serif;
  list-style-position:outside;
}


#docwrapper.page_formreservation #letexte ul {
    padding: 0 15px;
}
#docwrapper.page_formreservation #letexte ul li {
    color: #939393;
    font-size: 14px;
    list-style-image: url(/css/./../images/puceNote.svg);
}
#docwrapper.page_formreservation #letexte ul.errors li {
    clear: both;
    color: #f00;
    list-style: outside none none;
}
#docwrapper.page_formreservation #letexte ul.errors {
    padding: 0;
}
#documentPDF ul li {
    font-family: "Lato",Verdana,Geneva,Arial,sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 10px;
}

#docwrapper.page_formreservation #      ftexte_wraper {
    padding: 10px 0;
}


#docwrapper.page_formreservation #letexte {
    color: #555;
    text-align: left;
     font-family: "Lato",Verdana,Geneva,Arial,sans-serif;
}

#docwrapper.page_formreservation #letexte h1 {
  color: #555;
  font-family: "Lato",Verdana,Geneva,Arial,sans-serif;
  font-size: 25px;
  font-weight: 300;
  padding: 10px 0;
  text-align: center;
}

#docwrapper.page_formreservation #letexte h2 {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #555;
	font-family: "Lato", Verdana, Geneva, Arial, sans-serif;
	font-size: 20px;
	margin: 0;
  font-weight: 300;
  margin:15px 0;
}

#docwrapper.page_formreservation #letexte h3 {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #555;
	font-family: "Lato", Verdana, Geneva, Arial, sans-serif;
	font-size: 18px;
	margin: 0;
  font-weight: 400;
  margin-top:18px;
}

#docwrapper.page_formreservation #letexte h4 {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #555;
	font-family: "Lato", Verdana, Geneva, Arial, sans-serif;
	font-size: 16px;
	margin: 0;
  font-weight: 400;
}

#docwrapper.page_formreservation #letexte p,
#docwrapper.multipage.page_formreservation article.multipage-contact #letexte p,
#docwrapper.multipage.page_formreservation article.multipage-contact #letexte p:first-child {
  font-size: 15px;
  padding: 0px;
  text-align:left;
  line-height:25px;
}
#docwrapper.page_formreservation #letexte a {
  font-weight: 300;
  line-height: 25px;
  font-size:15px;
  color:#ffffff;
}

#docwrapper.page_formreservation_ok #letexte {
  bottom: 0;
  height: 100%;
  padding: 30% 0;
  position: relative;
  text-align: center;
}

#docwrapper.page_formreservation_ok #letexte h4 {
 	color: #ffffff;
	font-family: "Lato", Verdana, Geneva, Arial, sans-serif;
	font-size: 20px;
  font-weight: 300;
}

/*------------------google-------*/
#planGoogle {
  display: inline-block;
  height: 100%;
  position: relative;
  width: 100%;
}

#planGoogle iframe {
    border: 0 none;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}




/** - file : style.formulaire.css (in /css/.) **/

#docwrapper.page_pauschalen2 #letexte2 {
	display: block;
}
#docwrapper #letexte2 .laNewsWeb2 {
  line-height: normal;
  margin-bottom: 0;
  position: relative;
  background: linear-gradient(#e1f2f2, #def0da);
  padding:50px 100px; 
}
#docwrapper #letexte2 .introduction_pauchalen {
  background: #f2f2f2 none repeat scroll 0 0;
  padding: 100px;
   color: #90929f;
  font-family: "Lato",Verdana,Geneva,Arial,sans-serif;
  font-size: 16px;
}

#docwrapper.page_pauschalen_solo #letexte2 .laNewsWeb2 {
padding:100px;  
}


#docwrapper.page_pauschalen_solo #letexte2 .laNewsWeb2:nth-child(even) { 
background:#ffffff none repeat scroll 0 0;
 }
 
 #docwrapper #letexte2 .laNewsWeb2:nth-child(even) { 
background:linear-gradient(#e1f2f2, #def0da);
 }

#docwrapper.page_pauschalen2 #texte_wraper,
#docwrapper.page_pauschalen_solo #texte_wraper {
  -moz-text-align-last: auto;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  margin: 0;
  width: 100%;
  padding:200px 0 0;
}



#docwrapper.page_pauschalen2 #texte_wraper #letexte2 .blocNews {
  padding: 0 ;
}

#docwrapper #letexte2 .bloc_visible {
    height: auto;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
}

#docwrapper.page_pauschalen_solo #letexte2 .bloc_visible {
  display: inline-block;
  width: 45%;
}
#docwrapper.page_pauschalen_solo .imagetteWeb {
  display: block;
  width: 100%;
}

#docwrapper.page_pauschalen_solo #letexte2 .imagetteWeb img {
  padding: 0;
  vertical-align: top;
  width: 100%;
} 
#docwrapper.page_pauschalen_solo .bloc_renseignement {
  display: inline-block;
  padding-left: 5%;
  vertical-align: top;
  width: 50%;
}
#docwrapper.page_pauschalen_solo .bloc_visible .intro {
  padding: 25px 0;
}
#docwrapper #letexte2 .laNewsWeb2 h1, #docwrapper #letexte2 .introduction_pauchalen h1 {
	color: #555555;
	font-family: "Lato",Arial,Helvetica,sans-serif;
	font-size: 35px;
	font-weight: 700;
	line-height: 38px;
	text-align: left !important;
	text-transform: uppercase;
	padding-bottom: 25px;
}
#docwrapper #letexte2 .laNewsWeb2 h2,
#docwrapper #letexte2 .introduction_pauchalen h2 {
  color: #555555;
  font-family: "Lato",Verdana,Geneva,Arial,sans-serif;
  font-size: 25px;
  font-weight: 700;
    line-height:normal;
  text-align: left;
}
#docwrapper #letexte2 .laNewsWeb2 .sous_titre h2 {
  color: #555555;
  font-family: "Lato",Verdana,Geneva,Arial,sans-serif;
  font-size: 25px;
  font-weight: 700;
    line-height:normal;
  text-align: left;
  padding: 0 0 5px;
}


#docwrapper #letexte2 .laNewsWeb2 h3,
#docwrapper #letexte2 .introduction_pauchalen h3 {
  color: #555555;
  font-family: "Lato",Verdana,Geneva,Arial,sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  padding-top: 10px;
  text-align: left;
}

#docwrapper #letexte2 .laNewsWeb2 h4,
#docwrapper #letexte2 .introduction_pauchalen h4 {
  color: #555555;
  font-family: "Lato",Verdana,Geneva,Arial,sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
  padding-top: 10px;
  text-align: left;
}

#docwrapper #letexte2 .laNewsWeb2 h5,
#docwrapper #letexte2 .introduction_pauchalen h5 {
  color: #555555;
  font-family: "Lato",Verdana,Geneva,Arial,sans-serif;
  font-size: 15px;
  font-weight: 100;
  font-style :italic;
  line-height: normal;
  text-align: left;
}

#docwrapper #letexte2 .laNewsWeb2 .bloc_prix {
  color: #555555;
  font-family: "Lato",Verdana,Geneva,Arial,sans-serif;
  font-size: 20px;
  padding: 12px 0;
  text-align: left;
}

#docwrapper #letexte2 .texteWeb2 td,
#docwrapper #letexte2 .texteWeb td{
  color: #555555;
  font-family: "Lato",Verdana,Geneva,Arial,sans-serif;
  font-size: 16px;
   font-weight: 100;
} 

#docwrapper #letexte2 .laNewsWeb2 em {
  font-size: 12px;
}



#docwrapper #letexte2 .imagetteWeb2 {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 40%;
  z-index: 100;
}




#docwrapper #letexte2 .imagetteWeb2 figure {
  background-image: url(/css/./../photos/news/package/pauschalen_3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}





#docwrapper #letexte2 .bloc_renseignement2 {
  left: 40%;
  padding: 0 60px;
  position: relative;
  vertical-align: top;
  width: 60%;
}





#docwrapper #letexte2 .texteWeb2,
#docwrapper #letexte2 .texteWeb {
  color: #ffffff;
  display: inline-block;
  font-family: "Lato",Verdana,Geneva,Arial,sans-serif;
  font-size: 16px;
  padding: 0 0 10px;
  position: relative;
}



#docwrapper #letexte2 .texteWeb2 ul,
#docwrapper #letexte2 .texteWeb ul,
#docwrapper #letexte2 .introduction_pauchalen ul {
list-style-position:outside;
    margin: 5px 15px;
}

#docwrapper #letexte2 .texteWeb2 ul li,
#docwrapper #letexte2 .texteWeb ul li,
#docwrapper #letexte2 .introduction_pauchalen ul li {
    font-size: 16px;
    font-weight: 100;
    list-style-image: url(/css/./images/puceVerte.png);
    list-style-type: none;
    margin: 2px 0;
}



#docwrapper #letexte2 .laNewsWeb2 p, 
#docwrapper #letexte2 .laNewsWeb2 a, 
#docwrapper #letexte2 .introduction_pauchalen p, 
#docwrapper #letexte2 .introduction_pauchalen a {
  color: #555555;
  font-family: "Lato",Verdana,Geneva,Arial,sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
}

#docwrapper #letexte2 .laNewsWeb2 .bloc_renseignement2 p {
  padding:10px 0 ;
}

#docwrapper #letexte2 .laNewsWeb2 h4 {
  color: #555555;
  font-family: "Lato",Verdana,Geneva,Arial,sans-serif;
  font-size: 18px;
    font-weight: 400;
}


#docwrapper #letexte2 .laNewsWeb2 p.bloc_detail {
  color: #555555;
  cursor: pointer;
  font-size: 25px;
  font-weight: 300;
  padding: 50px 0  0;
  text-align: left;
}


/*
#docwrapper #letexte2 .bloc_info img {
    padding-right: 10px;
    vertical-align: middle;
}
*/

#docwrapper #letexte2 .bloc_partage_resa {
  display: inline-block;
  font-size: 25px;
  margin: 10px 0;
  padding: 8px 0 3px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}


#docwrapper #letexte2 .bloc_partage_resa p {
    color: #555555;
    font-size: 25px;
    padding: 10px 0;
}

#docwrapper #letexte2 .bloc_share2 .bloc_share_texte {
  color: #555555;
  float: left;
  font-family: "Lato",Verdana,Geneva,Arial,sans-serif;
  font-size: 16px;
}
#docwrapper.page_pauschalen_solo #letexte2 .bloc_share2 .bloc_share_texte {
  color: #999;
  font-family: "Lato",Verdana,Geneva,Arial,sans-serif;
  font-size: 20px;
  font-weight: 300;
}

#docwrapper #letexte2 .bloc_share2 .bloc_share_picto {
    float: right;
}
#docwrapper #letexte2 .bloc_share2 .bloc_share_picto a {
  display: inline-block;
  padding: 0 0 0 30px;
}


#docwrapper #letexte2 .bloc_share2 .bloc_share_picto img {
  display: block;
  margin: 0;
}
#docwrapper #letexte2 .bloc_reserver2 {
  padding: 0 0 0 0;
  text-align: left;
}

#docwrapper #letexte2 .bloc_reserver2 a,
#docwrapper section#content_wrapper .bloc_reserver2 a {
    color: #968f64;
      font-family: "Lato",Verdana,Geneva,Arial,sans-serif;
  font-size: 25px;
   font-weight: 100;
   font-style:normal;
   display:inline-block;
}
/*----------------------------------*/

.laNewsWeb {
  display: inline-block;
  padding: 5px 10px 20px 0;
  position: relative;
  width: 20%;
}
#lesNews > a {
  vertical-align: top;
}
.laNewsWeb h1 {
  color: #ffffff;
  font-family: "Lato",Verdana,Geneva,Arial,sans-serif;
  font-size: 20px;
  font-weight: 400;
    line-height:normal;
  text-align: left;
}

.laNewsWeb p {
  color: #ffffff;
  font-family: "Lato",Verdana,Geneva,Arial,sans-serif;
  font-size: 17px;
  font-weight: 100;
    line-height:normal;
  text-align: left;
}

.page_lien #letexte {
  margin: auto auto 1px;
  padding: 100px 0;
  text-align: center;
  width: 80%;
}

.page_lien #texte_wraper {
	background: rgba(45, 45, 45, .2) none repeat scroll 0 0;
	/*position: absolute;*/
	z-index: 7;
/*	height: 90%;*/
	top:0;
	padding:0;
}

#docwrapper .imagetteBlog {
	display: block;
	height: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 100;
	margin: 0 0 50px 0;
}



.imagetteBlog img {
	width: 100%;
	height: auto;
}


#docwrapper section#content_wrapper .page-content h1.text_left {
	font-size: 60px;
	text-align: left;
}

#lesNews .laNewsLien {
	display: inline-block;
	padding: 5px 10px 20px 0;
	position: relative;
	width: 20%;
}

#lesNews .laNewsLien h1 {
	color: #ffffff;
	font-family: "Lato",Verdana,Geneva,Arial,sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
	text-align: center;
}

#lesNews .imagetteLien {
	display: block;
	width: 100%;
	height: 120px;
	margin:10px;
}

#lesNews .imagetteLien figure {
	width: auto;
	height: 100%;
	display: block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
/** - file : style.package.css (in /css/.) **/

#docwrapper .leBouton {
  display: block;
  margin: 50px;
  text-align: center;
}




 #docwrapper .leBouton a::after {
	content: "  â†’";
}





#docwrapper #letexte .Bildergalerie {
  top: 80%;
  left: 280px;
  margin: 0;
  position: absolute;
  z-index: 100;
}




#docwrapper .leBouton a, #docwrapper .leBouton #valider, #documentPDF a {
	background: #none;
	/* box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5); */
	color: #000000;
	cursor: pointer;
	display: inline-block;
	font-family: "Lato",Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: normal;
	margin: 20px auto;
	padding: 15px 40px;
	text-align: center;
	transition: all 0.3s ease 0s;
}










#docwrapper section#content_wrapper  .leBouton a:hover ,
#docwrapper .leBouton #valider:hover , 
#docwrapper section#content_wrapper  #documentPDF a:hover{
  /*box-shadow: 0 0 4px 0 rgba(0, 0, 50, 0.8);*/
  background:rgba(0,0,0,.3);
  color:#ffffff;

}








.gris {
   box-shadow: inset 0 0 0 0 rgba(240, 240, 240, 0);
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	transition: all ease 0.4s;
 background: rgba(255, 255, 255, 0);
}

.gris:hover{
     box-shadow: inset 0px -400px 100px -200px rgba(240, 240, 240, 0.5);    
}


 .flecheRonde {

  border-radius: 11px;
  height: 22px;
  width: 22px;
  display:inline-block;
  background: #dedcdb url(/css/./../images/flecheBas.png) no-repeat scroll center center;
  -webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	transition: all ease 0.4s;
}
.flecheRonde.tourne {
    -webkit-transform:rotate(180deg); 
  -moz-transform:rotate(180deg); 
  transform:rotate(180deg);
}

 #menu_header li a::after,
 #menu_footer li a::after,
 #page_calendrier a::after,
 #docwrapper #letexte2 .bloc_reserver2 a::after {
	content: '';
	width: 0px;
	height: 1px;
	position: relative;
	bottom: 0;
	float: none;
	display: block;
	left: 0%;
	margin: 0px auto;
	background-color: #ffffff;
	transition: width 0.2s ;
	-webkit-transition: width 0.2s ;
	-moz-transition: width 0.2s ;
	-ms-transition: width 0.2s ;
	-o-transition: width 0.2s ;
	top:3px
}
#langueWeb a::after {
	content: '';
	width: 0px;
	height: 1px;
	position: relative;
	bottom: 0;
	float: none;
	display: block;
	left: 0%;
	margin: 0px auto;
	background-color: #ffffff;
	transition: width 0.2s;
	-webkit-transition: width 0.2s;
	-moz-transition: width 0.2s;
	-ms-transition: width 0.2s;
	-o-transition: width 0.2s;
	top: 5px;
}

#lemenubouge_wrapper.fixNavigation  #menu_header li a::after,
#lemenubouge_wrapper.fixNavigation  #langueWeb a::after,
.menu_fond_blanc #lemenubouge_wrapper  #menu_header li a::after,
.menu_fond_blanc #lemenubouge_wrapper  #langueWeb a::after{
 	background-color: #000000;
}

#menu_header li a:hover::after,
#menu_footer li a:hover::after,
#langueWeb a:hover::after,
 #page_calendrier a:hover::after,
 #docwrapper #letexte2 .bloc_reserver2 a:hover::after {
	width: 100%;
}

::before, ::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/** - file : style.bouton.css (in /css/.) **/

#menusitemap {
  padding: 100px 20px;
}

#menusitemap > li {
  display: inline-block;
  padding: 50px 20px;
  vertical-align: top;
}

#menusitemap > li a, #menusitemap > li span {
  color: #000000;
  font: 400 12px "News Cycle",Verdana,Geneva,Arial,sans-serif;
  list-style: outside none none;
  text-align: left;
}

#menusitemap > li > a, #menusitemap > li > span {
	font-size:15px;
}

#menusitemap  > li > ul > li > ul >li > a {
	font: 100 12px "Lato",Verdana,Geneva,Arial,sans-serif;
	color: #666666;
}

#menusitemap  > li ul li {
 /* background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;*/
  display: block;
  margin: 10px 0;
  padding: 0;
  text-align: left;
}

#menusitemap  > li ul ,#menusitemap  > li > ul{
  margin: 10px 0;
}
/** - file : style.menusitemap.css (in /css/.) **/



#docwrapper #content_wrapper .bloc_frise .liste-miniatures .li-picture {
	box-shadow: none;
	display: block;
	margin: 0;
	width: 20%;
	height: 20vh;
	overflow: hidden;
	float: left;
}

#docwrapper #content_wrapper .bloc_frise .liste-miniatures .li-picture:first-child {
	width: 40%;
	height: 40vh;
}

#docwrapper #content_wrapper .bloc_frise .liste-miniatures .li-picture a {
	border: none; 
	height:100%;
	width: 100%;
	background-position: 50%;
	background-size: cover;
	-webkit-transition: opacity .5s,-webkit-transform 1s;
transition: opacity .5s,-webkit-transform 1s;
transition: opacity .5s,transform 1s;
transition: opacity .5s,transform 1s,-webkit-transform 1s;
cursor:zoom-in;
}

#docwrapper #content_wrapper .bloc_frise .liste-miniatures .li-picture a:hover {
	transform: scale(1.085);
}

/*-------------composition 1 images--------------------*/



#docwrapper section#content_wrapper   .liste-miniatures .li-picture1 a {
  display: block;
}

#docwrapper #content_wrapper .bloc_composition .liste-miniatures .li-picture1 {
	box-shadow: none;
	display: block;
	margin: 0;
	width: 100%;
	height: 50vh;
	overflow: hidden;
	float: left;
}

#docwrapper #content_wrapper .bloc_composition .liste-miniatures .li-picture1 a {
	border: none; 
	height:100%;
	width: 100%;
	background-position: 50%;
	background-size: cover;
}
/*-------------composition 2 images--------------------*/



#docwrapper section#content_wrapper   .liste-miniatures .li-picture2 a {
  display: block;
}



#docwrapper #content_wrapper .bloc_composition .liste-miniatures .li-picture2 {
	box-shadow: none;
	display: block;
	margin: 0;
	width: 50%;
	height: 30vh;
	overflow: hidden;
	float: left;
}

#docwrapper #content_wrapper .bloc_composition .liste-miniatures .li-picture2 a {
	border: none; 
	height:100%;
	width: 100%;
	background-position: 50%;
	background-size: cover;
}

#docwrapper #content_wrapper .bloc_composition #letexte2 {
color : #fff;
padding:5%;
display : table;
}

#letexte2 {
	display: table-cell;
	vertical-align: middle;
}

/*-------------composition 3 images--------------------*/



#docwrapper section#content_wrapper   .liste-miniatures .li-picture3 a {
  display: block;
}



#docwrapper #content_wrapper .bloc_composition .liste-miniatures .li-picture3 {
	box-shadow: none;
	display: block;
	margin: 0;
	width: 30%;
	height: 30vh;
	overflow: hidden;
	float: left;
}

#docwrapper #content_wrapper .bloc_composition .liste-miniatures .li-texte3,
#docwrapper #content_wrapper .bloc_composition .liste-miniatures .li-texte3 p {
color : #fff;
display : table;
}

#docwrapper #content_wrapper .bloc_composition .liste-miniatures .li-texte3 p {
 padding:0 5%;
}

#letexte3 {
	display: table-cell;
	vertical-align: middle;
	padding:0 3%;
	width:100%;
}

#docwrapper #content_wrapper .bloc_composition .liste-miniatures .li-picture3:first-child {
	width: 40%;
	height: 60vh;
}

#docwrapper #content_wrapper .bloc_composition .liste-miniatures .li-picture3:nth-child(2) {
	width: 60%;
}

#docwrapper #content_wrapper .bloc_composition .liste-miniatures .li-picture3 a {
	border: none; 
	height:100%;
	width: 100%;
	background-position: 50%;
	background-size: cover;
}


/*-------------composition 4 images--------------------*/



#docwrapper section#content_wrapper   .liste-miniatures .li-picture4 a {
  display: block;
}



#docwrapper #content_wrapper .bloc_composition .liste-miniatures .li-picture4 {
	box-shadow: none;
	display: block;
	margin: 0;
	width: 25%;
	height: 30vh;
	overflow: hidden;
	float: left;
}

#docwrapper #content_wrapper .bloc_composition #letexte4 {
color : #fff;
display : table;
}

#letexte4 {
	display: table-cell;
	vertical-align: middle;
	padding:5%;
}

#docwrapper #content_wrapper .bloc_composition .liste-miniatures .li-picture4:first-child {
	width: 50%;
	height: 60vh;
}

#docwrapper #content_wrapper .bloc_composition .liste-miniatures .li-picture4:nth-child(2) {
	width: 50%;
}

#docwrapper #content_wrapper .bloc_composition .liste-miniatures .li-picture4 a {
	border: none; 
	height:100%;
	width: 100%;
	background-position: 50%;
	background-size: cover;
}

/*-------------composition 5 images--------------------*/


#docwrapper section#content_wrapper   .liste-miniatures .li-picture5 a {
  display: block;
}



#docwrapper #content_wrapper .bloc_composition .liste-miniatures .li-picture5 {
	box-shadow: none;
	display: block;
	margin: 0;
	width: 30%;
	height: 30vh;
	overflow: hidden;
	float: left;
}

#docwrapper #content_wrapper .bloc_composition .liste-miniatures .li-texte5 {
color : #fff;

display : table;
}

#letexte5 {
	display: table-cell;
	vertical-align: middle;
	padding:0 3%;
}

#docwrapper #content_wrapper .bloc_composition .liste-miniatures .li-picture5:first-child {
	width: 40%;
	height: 60vh;
}

#docwrapper #content_wrapper .bloc_composition .liste-miniatures .li-picture5 a {
	border: none; 
	height:100%;
	width: 100%;
	background-position: 50%;
	background-size: cover;
}

/*-------------composition 6 images--------------------*/


#docwrapper section#content_wrapper   .liste-miniatures .li-picture6 a {
  display: block;
}



#docwrapper #content_wrapper .bloc_composition .liste-miniatures .li-picture6 {
	box-shadow: none;
	display: block;
	margin: 0;
	width: 33%;
	height: 30vh;
	overflow: hidden;
	float: left;
}

#docwrapper #content_wrapper .bloc_composition .liste-miniatures .li-texte6,
#docwrapper #content_wrapper .bloc_composition .liste-miniatures .li-texte6 p {
color : #fff;
display : table;
width:100%;
}

#docwrapper #content_wrapper .bloc_composition .liste-miniatures .li-texte6 p {
 padding:0 5%;
}

#letexte6 {
	display: table-cell;
	vertical-align: middle;
	padding:0 3%;
}

#docwrapper #content_wrapper .bloc_composition .liste-miniatures .li-picture6:first-child {
	width: 34%;
}
#docwrapper #content_wrapper .bloc_composition .liste-miniatures .li-picture6:nth-child(4) {
	width: 100%;
	height: auto;
	padding: 80px 0;
}
#docwrapper #content_wrapper .bloc_composition .liste-miniatures .li-picture6:nth-child(5) {
	width: 34%;
}


#docwrapper #content_wrapper .bloc_composition .liste-miniatures .li-picture6 a {
	border: none; 
	height:100%;
	width: 100%;
	background-position: 50%;
	background-size: cover;
}


/*-------------composition 9 images--------------------*/


#docwrapper section#content_wrapper   .liste-miniatures .li-picture9 a {
  display: block;
}



#docwrapper #content_wrapper .bloc_composition .liste-miniatures .li-picture9 {
	box-shadow: none;
	display: block;
	margin: 0;
	width: 25%;
	height: calc(30vh - 25px);
	overflow: hidden;
	float: left;
}

#docwrapper #content_wrapper .bloc_composition .liste-miniatures .li-texte9 {
color : #fff;
display : table;
}

#letexte9 {
	display: table-cell;
	vertical-align: middle;
	padding:0 3%;
}

#docwrapper #content_wrapper .bloc_composition .liste-miniatures .li-picture9:first-child {
	width: 33%;
}

#docwrapper #content_wrapper .bloc_composition .liste-miniatures .li-picture9:nth-child(2) {
	width: 33%;
}
#docwrapper #content_wrapper .bloc_composition .liste-miniatures .li-picture9:nth-child(3) {
	width: 34%;
}
#docwrapper #content_wrapper .bloc_composition .liste-miniatures .li-picture9:nth-child(5) {
	width: 50%;
}

#docwrapper #content_wrapper .bloc_composition .liste-miniatures .li-picture9 a {
	border: none; 
	height:100%;
	width: 100%;
	background-position: 50%;
	background-size: cover;
}



/*--------------------------------*/
#docwrapper #content_wrapper .bloc_composition  .liste-miniatures .composition-lien {
	font-family: "Lato",Arial,Helvetica,sans-serif;
	font-style: normal;
	font-size: 28px;
	line-height: normal;
	text-align: left;
	padding: 5%;
	height:100%;
}
#docwrapper #content_wrapper .bloc_composition  .liste-miniatures .composition-bouton .composition-lien{	
	-webkit-transition: background-color .3s;
	-moz-transition: background-color .3s;
	transition: background-color .3s;
	background-color: rgba(0,0,0,.3);
}
/*
#docwrapper #content_wrapper .bloc_composition .liste-miniatures .composition-bouton .composition-lien::after {
	content: "";
	display: block;
	background: rgba(0, 0, 0, .1) url(/css/./../images/next.svg) no-repeat scroll 0 0;
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	margin: 40px 0;
}
*/


#docwrapper #content_wrapper .bloc_composition  .liste-miniatures .composition-bouton .composition-lien:hover {
	background-color: rgba(0,0,0,.6);
}


#docwrapper #content_wrapper .bloc_composition  .liste-miniatures .composition-lien-titre {
	font-size: 35px;
font-weight:700;
color:#ffffff;
}

#docwrapper #content_wrapper .bloc_composition  .liste-miniatures .composition-lien-description {
	font-size: 20px;
font-weight:100;
color:#ffffff;
}

.sans_lien {
	cursor: default;
}


/** - file : style.composition.css (in /css/.) **/

#docwrapper.multipage #content_wrapper .multipage-pauschalen .page-content {
  position: relative;
}

#docwrapper section#content_wrapper .multipage-pauschalen.wellness {
  padding: 40px 100px;
}

#docwrapper.multipage #content_wrapper .multipage-pauschalen .page-content .laNewsWeb2 h1 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  
  border-radius: 0;
  color: #ffffff;

  font-size: 25px;
  font-weight: 300;
  margin-bottom: 25px;
  text-align: center;
}

#docwrapper.multipage #content_wrapper .multipage-pauschalen .page-content .laNewsWeb2 .texteWeb2 h1 {
  border: none;
}




#docwrapper.multipage #content_wrapper .multipage-pauschalen .page-content .titreNewsWeb2 a {
  color: #1b2b4a;
  font-family: "Open Sans Condensed",Verdana,Geneva,Arial,sans-serif;
  font-size: 25px;
  font-weight: 300;

  padding-bottom: 15px;
}



#docwrapper.multipage #content_wrapper .multipage-pauschalen .page-content .texteWeb2 {
left:350px;

}


#docwrapper.multipage #content_wrapper .multipage-pauschalen .page-content .texteWeb2 ul li {
    font-size: 14px;
    font-weight: 300;
    list-style-image: url(/css/./images/puceRouge.png);
    list-style-type: none;
    margin: 2px 20px;
}
#docwrapper.multipage #content_wrapper .multipage-pauschalen .page-content .texteWeb2 h2 {
  color: #000;
  font-family: "Open Sans Condensed",Verdana,Geneva,Arial,sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  padding-bottom: 10px;
}

#docwrapper.multipage #content_wrapper .multipage-pauschalen .page-content .texteWeb2 p {
  font-family: "Open Sans Condensed",Verdana,Geneva,Arial,sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  padding-bottom: 5px;

}

#miniNews {

}


#docwrapper.multipage #content_wrapper .multipage-pauschalen .page-content .laNewsWeb2 {
	line-height: normal;
	margin-bottom: 0;
	position: relative;
	background: linear-gradient(#e1f2f2, #def0da);
	padding: 50px 100px 100px;

}

#docwrapper.multipage #content_wrapper .multipage-pauschalen .page-content .laNewsWeb2 .textePrix  a{
    color: #968f64;
}

#docwrapper.multipage #content_wrapper .multipage-pauschalen .page-content .laNewsWeb2 .imagetteWeb2 {
	display: block;
	height: 100%;
	overflow: hidden;
	width: 30%;
	display: inline-block;
	height: 100%;
	overflow: hidden;
	position: absolute;
	width: 40%;
	z-index: 100;
}



#docwrapper.multipage #content_wrapper .multipage-pauschalen .page-content .laNewsWeb2 .imagetteWeb2 a {
  display: block;
  height: 300px;
  overflow: hidden;
  width: 100%;
  background:#dedede;
}




#docwrapper.multipage #content_wrapper .multipage-pauschalen .page-content .laNewsWeb2 .imagetteWeb2 img {
  background-position: center center;
background-repeat: no-repeat;
background-size: cover;
height: 100%;
position: absolute;
top: 0;
width: 100%;
}


#docwrapper.multipage #content_wrapper .multipage-pauschalen .page-content .laNewsWeb2 .minisavoir {
	text-align: right;
	padding-bottom: 5px;
	position: absolute;
	right: 0;
	top: 0;
}



#docwrapper.multipage #content_wrapper .multipage-pauschalen .page-content .laNewsWeb2 .minisavoir a{
  color: #999999;
    font-family: "Open Sans Condensed",Verdana,Geneva,Arial,sans-serif;
  font-size: 12px;
  font-weight: 300;

}

#docwrapper.multipage #content_wrapper .multipage-pauschalen .page-content .laNewsWeb2 #selecteur_miniNews{
position:absolute;
top:50%;
right:120px
}

.news_next {
  background: rgba(0, 0, 0, 0) url(/css/./../images/suivant.png) no-repeat scroll center center;
  display: inline-block;
  height: 15px;
  width: 50px;
}



#docwrapper.multipage #content_wrapper .multipage-pauschalen .page-content .laNewsWeb2 #selecteur_miniNews .news_prev {
  display: none;
}
#docwrapper.multipage #content_wrapper .multipage-pauschalen .page-content .laNewsWeb2 .lire_suite {
  color: #999999;
  display: block;
  font-family: "Open Sans Condensed",Verdana,Geneva,Arial,sans-serif;
  font-size: 12px;
  font-weight: 300;
  padding: 20px;
  text-align: right;
  float: right;
}

#docwrapper section#content_wrapper .page-content .texteWebmini {
	background: #dedede 70 none repeat scroll 0 0;
	display: inline-block;
	font-family: "Lato",Verdana,Geneva,Arial,sans-serif;
	font-size: 16px;
	height: 100%;
	top: 0;
	left: 40%;
	padding: 30px;
	position: relative;
	vertical-align: top;
	width: 60%;
}







.newsWrapper {
  position: relative;
}

#docwrapper.multipage section#content_wrapper .page-content .minimagetteWeb2  {
  display: block;
  height: 300px;
  width: 30%;
} 
#docwrapper.multipage section#content_wrapper .page-content .minimagetteWeb2 .imagetteWeb.pauschalen_picture {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: 50% center;
  position: relative;
  width: 100%;
}


#docwrapper.multipage section#content_wrapper .page-content .texteWebmini .minisavoir {
  padding: 5px 0 20px;
  text-align: right;
} 

#docwrapper.multipage section#content_wrapper .page-content .texteWebmini .minisavoir a {
  font-size: 13px;
  text-align:left;
}



#docwrapper.multipage section#content_wrapper .page-content .texteWebmini p{
font-size: 15px;
text-align:left;
padding:10px 0;
}
#docwrapper.multipage section#content_wrapper .page-content .texteWebmini h3 {
  padding: 0;
}
#docwrapper.multipage section#content_wrapper .page-content .texteWebmini h3 a{
  color: #000000;
  font-family: "Lato",Arial,Helvetica,sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  margin: 0;
}

#docwrapper.multipage section#content_wrapper .page-content .texteWebmini h4 {
  padding: 0;
}
#docwrapper.multipage section#content_wrapper .page-content .texteWebmini h4 a{
  color: #000000;
  font-family: "Lato",Arial,Helvetica,sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  margin: 0;
}
#docwrapper .texteWebmini .bloc_partage_resa {
	display: inline-block;
	font-size: 25px;
	margin: 10px 0;
	padding: 8px 0 3px;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

#docwrapper .texteWebmini .bloc_share_texte {
	color: #555555;
	float: left;
	font-family: "Lato",Verdana,Geneva,Arial,sans-serif;
	font-size: 16px;
}

#docwrapper .texteWebmini  .bloc_share_picto {
	float: right;
}
#docwrapper .texteWebmini .bloc_share_picto a {
	display: inline-block;
	padding: 0 0 0 30px;
}

#docwrapper .texteWebmini .bloc_info p {
	padding: 10px 0;
}
.intro_actualite {
	padding: 50px 100px 20px;
}

.intro_actualite .description_chapitre p {
	padding-bottom: 20px;
}
/** - file : style.miniNews.css (in /css/.) **/

