/* reset */

a, a:link {
    color:black;
    /*text-decoration:none;*/
}

/* spin bouton envoyer*/

#bouton_envoyer {
    position: relative;
}
#bouton_envoyer .mySpin {
    position: absolute;
    top: 5px;
    left: 5px;
}

/* CAPTCHA */

.captchaWidget {
    height: 90px;
}

#captcha{
    display: inline-flex;
    width: 100%;
 }
.captcha-canvas {
    width: 190px;
    height: 67px;
    overflow: hidden;
}
.captcha-controler {
    display: inline-flex;
    margin-top: 1em;
    margin-left: 1em;
}
.captcha-controler .user-text {
    width: 104px !important;
    margin-top: 0px !important;
}
.captcha-controler button.validate {
    height: 39px;
}

/* RIBBON */

.ribbon {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 100px;/*75px;*/ 
  height: 100px;/*75px;*/
  text-align: right;
}
.ribbon span {
  font-size: 16px;/*10px;*/
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 33px;/*20px;*/
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 130px;/*100px;*/
  display: block;
  background: #79A70A;
  background: linear-gradient(#DBDB30 0%, #8F8F1F 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; 
  right: -29px;/*-21px;*/
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #8F8F1F;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F8F1F;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #8F8F1F;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F8F1F;
}
.ribbon span a {
    color: white;
    text-decoration: none;
}

/* ARTICLE */

.articleContent {
    width: 966px;
    background-color: #efe8e1;
}

.articleDate {
    text-transform: uppercase;
    font-size: 25px;
    padding: 3px 8px 3px 20px;
    color: white;
    background-color: #2b231d;
    position: absolute;
    top: 208px;
    right: 45px;
}
.actionSupprimerArticle {
    font-size: 25px;
    padding: 3px 8px 3px 20px;
    color: white;
    background-color: black;
    position: absolute;
    top: 24px;
    right: 45px;
    text-decoration: none;
}
.backColorLight {
    background-color: #efe8e1;
}
.backColorNormal {
    background-color: #dfd8d2;
}
.articleBlock {
    width: 966px;
    color: #2b231d;
    font-size: 18px;
    display: inline-flex;
}
.articlePlainText {
    padding-left: 35px;
    padding-right: 20px;
    float: left;
}
.articleLeftPicture {
    margin-bottom: 10px;
    margin-left: 0px;
}
.articleLeftPicture img {
    padding: 5px 5px 5px 0px;
    border-right: 1px solid #2b231d;
    border-top: 1px solid #2b231d;
    border-bottom: 1px solid #2b231d;
}
.articleRightPicture {
    margin-left: -5px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.articleRightPicture img {
    padding: 5px;
    border: 1px solid #2b231d;
}

/* BLOG */

.actionCreerArticle {
    font-size: 25px;
    padding: 3px 8px 3px 20px;    
    background-color: black;
    position: absolute;
    top: 208px;
    right: 45px;
    text-decoration: none;
    color: white;
}
.blog_titleArticle {
    text-transform: uppercase;
    font-size: 28px;
    color: #2b231d;
    padding: 3px 8px 3px 8px;
    text-decoration: none;
    display: inline;
    font-weight: normal;
}
.blog_titleArticle .htmlWidget {
    background-color: #dbdb30;
}
.blog_titleArticleNonEditable {
    text-transform: uppercase;
    font-size: 28px;
    color: #2b231d;
    padding: 3px 8px 3px 8px;
    text-decoration: none;
    display: inline;
    font-weight: normal;
}
.blog_titleArticleNonEditable a {
    background-color: #dbdb30;
}
.blog_column {
    padding-left: 35px;
    padding-right: 20px;
    padding-top: 20px;
}
.blocHorizOneBlog {
    background-color: #dfd8d2;
    width: 966px;
    margin-top: -5px;
}
.blocHorizTwoBlog {
    background-color: #efe8e1;
    width: 966px;
    margin-bottom: -20px;
}
.titleArticlePresentation {
    Border-bottom: 1px solid #2b231d;
    padding-bottom: 16px;
    float: left;
}
.titleArticlePresentation a {
    text-decoration: none;
}

/* MENU */

.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    margin-top: 7px;
    position: absolute;
    background-color: rgb(44, 35, 30);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    width: 222px;
    text-align: left;
}
.dropdown-content .submenu {
    padding: 11px 33px 6px 33px;
}
.dropdown:hover .dropdown-content {
    display: block;
}

div#topNavigation {
    position: absolute;
    top: 118px;
    left: 90px;
    width: 980px;
    z-index: 20000;
}
div#topNavigation a {
    text-decoration: none;
    color: white;
}
div#topNavigation div.menuItem {
    font-size: 18px;
    color: white;
    float: left;
    text-decoration: none;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 7px;
}
div#topNavigation .selectedItem,
div#topNavigation div.menuItem:hover,
div#topNavigation .submenu:hover {
    background-color: #DBDB30 !important;
    color: rgb(44, 35, 30) !important;
}
div#topNavigation div.menuItem.shiatsu {
    width: 122px;
    background-image: url('/media_site/images/sepMenu.jpg');
    background-repeat: no-repeat;
    background-position: right center;
}
div#topNavigation div.menuItem.coaching {
    width: 110px;
    background-image: url('/media_site/images/sepMenu.jpg');
    background-repeat: no-repeat;
    background-position: right center;
}
div#topNavigation div.menuItem.kobido {
    width: 116px;
    background-image: url('/media_site/images/sepMenu.jpg');
    background-repeat: no-repeat;
    background-position: right center;
}
div#topNavigation div.menuItem.seances {
    width: 142px;
    background-image: url('/media_site/images/sepMenu.jpg');
    background-repeat: no-repeat;
    background-position: right center;
}
div#topNavigation div.menuItem.cabinet {
    width: 131px;
    background-image: url('/media_site/images/sepMenu.jpg');
    background-repeat: no-repeat;
    background-position: right center;
}
div#topNavigation div.menuItem.blog {
    width: 80px;
    background-image: url('/media_site/images/sepMenu.jpg');
    background-repeat: no-repeat;
    background-position: right center;
}
div#topNavigation div.menuItem.contact {
    width: 145px;
}
div#topNavigation div.menuItem > span > a {
    color : inherit;
}

div#topNavigation div.menuItem.selectedItem > span > a,
div#topNavigation div.menuItem > span:hover {
    color:black;
}



div#topNavigation div.submenu a {
    color: inherit;
}

div#topNavigation div.submenu {
    color: white;
}

div#topNavigation div.submenu:hover {
    color:black;
}





/* BASICS */

.hidden {
    display: none;
}
.pointer {
    cursor: pointer;
}
html {
    font-family: 'Open Sans Condensed', sans-serif;
}
body {
    margin: 0px;
    padding: 0px;
    background-color: #776d64;
    background-image: url('/media_site/images/background.jpg');
    background-repeat: repeat-x;
}
#header {
    background-image: url('/media_site/images/header.jpg');
    background-repeat: no-repeat;
    margin: auto;
    width: 980px;
    height: 153px;
    position: relative;
}
.logo {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
    border: none;
}
#global_content {
    width: 980px;
    height: 480px;
    margin: auto;
    background-image: url('/media_site/images/backgroundUp.jpg');
    background-repeat: no-repeat;
    background-position: top;
}
#global_contentPages {
    width: 980px;
    margin: auto;
    padding-left: 7px;
    position: relative;
    min-height: 1000px;
}
.backgroundTwoCols {
    background-image: url('/media_site/images/backgroundpages.png');
    background-repeat: repeat-y;    
}
.backgroundOneCol {
    background-image: url('/media_site/images/backgroundpagesOneCol.png');
    background-repeat: repeat-y;    
}
.backgroundOneColLight {
    background-image: url('/media_site/images/backgroundpagesOneColLight.png');
    background-repeat: repeat-y;    
}
#content2 {
    background-image: url('/media_site/images/backgroundBottom.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 58px;
    padding-bottom: 16px;
}
#phraseHome {
    margin: auto;
    width: 965px;
    height: 220px;
    background-image: url('/media_site/images/homeBottom.jpg');
    background-repeat: no-repeat;
    position: relative;
}
#accordeon {
    width: 966px;
    margin: auto;
    padding-top: 36px;
}
.lien_accordeon {
    font-size: 20px;
    color: #2b231d;
    padding: 3px 8px 3px 8px;
    background-color: #dbdb30;
    text-decoration: none;
    margin-top: -200px;
}
#phrase {
    margin: auto;
    width: 980px;
}
.phraseDrouet {
    font-family: 'Nothing You Could Do', cursive;
    color: white;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0px;
    margin-left: 45px;
    padding-top: 35px;
}
.signatureHome {
    font-size: 23px;
    color: #dbdb30;
    margin-left: 45px;
    margin-top: 20px;
}
a.linkPhrase1 {
    text-transform: uppercase;
    font-size: 20px;
    color: white;
    padding: 3px 8px 3px 8px;
    background-color: #2b231d;
    text-decoration: none;
    position: absolute;
    top: 35px;
    right: 45px;
}
a.linkPhrase2 {
    text-transform: uppercase;
    font-size: 20px;
    color: #2b231d;
    padding: 3px 8px 3px 8px;
    background-color: #dbdb30;
    text-decoration: none;
    position: absolute;
    top: 75px;
    right: 45px;
}
#footer {
    height: 194px;
    background-image: url('/media_site/images/backgroundFooter.jpg');
    background-repeat: repeat-x;
}
#footerContent {
    width: 980px;
    margin: auto;
    position: relative;
}
.blocFooter {
    float: left;
    border-right: solid 1px #dbdb30;
    height: 160px;
    padding-right: 90px;
    margin-top: 15px;
}
.blocFooter2 {
    float: left;
    border-right: solid 1px #dbdb30;
    height: 160px;
    padding-right: 190px;
    margin-top: 15px;
    margin-left: 30px;
}
.blocFooter3 {
    float: right;
    background-image: url('/media_site/images/bonzai.png');
    background-repeat: no-repeat;
    width: 293px;
    height: 193px;
    margin-top: 1px;
}
.titleFooter {
    font-size: 30px;
    font-weight: normal;
    color: #dbdb30;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 0px;
}
.adressFooter {
    font-size: 18px;
    color: white;
    margin-top: -5px;
}
.mailFooter {
    font-size: 18px;
    color: #dbdb30;
    text-decoration: none;
}
a.linkFooter {
    font-size: 18px;
    color: white;
    text-decoration: none;
    margin: 0px;
}
.fede {
    float: right;
    margin-top: 30px;
    border: none;
}
.pageTitle {
    position: absolute;
    top: 45px;
    left: 85px;
    z-index: 30;
    line-height: 50px;
}
.pagesTitle {
    font-size: 50px;
    color: white;
    font-weight: normal;
    text-transform: uppercase
}
a.linkSeance {
    text-transform: uppercase;
    font-size: 25px;
    background-image: url('/media_site/images/puceEtoile.png');
    background-repeat: no-repeat;
    background-position: left;
    padding: 3px 8px 3px 36px;
    color: white;
    background-color: #2b231d;
    position: absolute;
    top: 221px;
    right: 45px;
}
#left_column {
    padding-left: 35px;
    padding-right: 20px;
    margin-top: 40px;
    width: 491px;
    float: left;
}
.left_columnLiens {
    padding-left: 35px;
    padding-right: 20px;
    width: 491px;
}
.blocLiensUtiles {
    background-color: #dfd8d2;
    width: 966px;
    margin-top: -45px;
    padding-top: 65px;
}
.logoLiensUtiles {
    margin-left: 35px;
    max-height:134px
}
#right_column {
    margin-top: 40px;
    width: 380px;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    padding-bottom: 30px;
}
.introPages2 p {
    color: #2b231d;
    font-size: 18px;
}
.introPages {
    color: #2b231d;
    font-size: 18px;
}
.introPagesLiens {
    color: #2b231d;
    font-size: 18px;
    padding-right: 20px;
    clear: both;
    padding-bottom: 3px;
    border-bottom: 1px solid white;
    margin-top: 0px;
    margin-bottom: 0px;
}
.carre {
    color: #2b231d;
    background-color: #dbdb30;
    font-size: 18px;
    width: 25px;
    height: 25px;
    text-align: center;
    float: left;
}
.sousTitre {
    margin-left: 15px;
    padding-top: 5px;
    float: left;
}
.carre2 {
    color: #2b231d;
    background-color: #dbdb30;
    font-size: 26px;
    width: 40px;
    height: 40px;
    text-align: center;
    float: left;
}
.sousTitreGd {
    margin-left: 15px;
    padding-top: 18px;
    float: left;
    font-size: 20px;
    color: black;
}
.txtPages {
    color: #2b231d;
    font-size: 15px;
    clear: both;
}
.leftPicture {
    padding: 5px 5px 5px 0px;
    border-right: 1px solid #2b231d;
    border-top: 1px solid #2b231d;
    border-bottom: 1px solid #2b231d;
    margin-left: -35px;
}
.rightPicture {
    padding: 5px;
    border: 1px solid #2b231d;
    margin-left: -5px;
}
li {
    text-indent: 15px;
    color: #dbdb30;
    list-style-position: inside;
}
.colortxtlist {
    color: #2b231d;
}
#blocHorizOne {
    background-color: #dfd8d2;
    width: 966px;
    margin-top: -5px;
}
#blocHorizTwo {
    background-color: #efe8e1;
    width: 966px;
    margin-bottom: -20px;
}
.titleSeance {
    Border-bottom: 1px solid #2b231d;
    padding-bottom: 16px;
    width: 200px;
    float: left;
}
.TitleSeanceDrl {
    text-transform: uppercase;
    font-size: 28px;
    color: #2b231d;
    padding: 3px 8px 3px 8px;
    background-color: #dbdb30;
    text-decoration: none;
    display: inline;
    font-weight: normal;
}
.dureeSeance {
    float: right;
    font-size: 23px;
    padding-top: 28px;
}
.slideshow {
    position: absolute;
    top: 600px;
    right: 45px;
    z-index: 50;
    width: 366px;
    height: 400px;
    background-image: url('/media_site/images/1.jpg');
    padding: 5px;
    border: 1px solid #2b231d;
    background: none;
}
.imageShiatsuSpecific {
    position: absolute;
    top: 380px;
    right: 45px;
    z-index: 50;
    width: 366px;    
    background-image: url('/media_site/images/1.jpg');
    background: none;
}
.imageShiatsuSpecific img {
    width: 100%;
    padding: 5px;
    border: 1px solid #2b231d;    
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}
.rslides li {
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}
.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}
.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}
.cabinetRight {
    padding-top: 75px;
    margin-top: -30px;
    padding-left: 35px;
    padding-right: 60px;
    float: right;
    width: 550px;
    margin-bottom: 18px;
}
.cabinetRightsecond {
    padding-top: 30px;
    margin-top: -30px;
    padding-left: 35px;
    padding-right: 60px;
    float: right;
    width: 550px;
    margin-bottom: 24px;
}
.cabinetRightsecond li {
    color: #2b231d;
}
.portraitCabinet {
    padding: 5px;
    border: 1px solid #2b231d;
    position: absolute;
    top: 260px;
    left: 35px;
}
.pratiqueTitles {
    font-size: 50px;
    color: #2b231d;
    font-weight: normal;
    text-transform: uppercase;
    text-align: right;
    background-image: url('/media_site/images/filet.gif');
    background-repeat: no-repeat;
    background-position: bottom left;
    padding: 0px 0px 0px 0px;
    margin-top: 0px;
}
.pratiqueTitles2 {
    font-size: 50px;
    color: #2b231d;
    font-weight: normal;
    text-transform: uppercase;
    text-align: right;
    background-image: url('/media_site/images/filet2.gif');
    background-repeat: no-repeat;
    background-position: bottom left;
    padding: 0px 0px 0px 0px;
    margin-top: 0px;
}
.pratiqueTitles3 {
    font-size: 50px;
    color: white;
    font-weight: normal;
    text-transform: uppercase;
    text-align: right;
    background-image: url('/media_site/images/filet3.gif');
    background-repeat: no-repeat;
    background-position: bottom left;
    padding: 0px 0px 0px 0px;
    margin-top: 0px;
}
.titleFooter2 {
    font-size: 30px;
    font-weight: normal;
    color: #2b231d;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 0px;
}
.adressFooter2 {
    font-size: 18px;
    color: #2b231d;
    margin-top: -5px;
}
.mailFooter2 {
    font-size: 18px;
    color: #776d64;
    text-decoration: none;
}
.blocAdressCoor {
    float: left;
    margin-top: -20px;
}
.map {
    float: right;
    border: solid 1px #2b231d;
    margin-top: -20px;
    background: white;
}
#blocHoraires {
    margin-top: 35px;
}
#tableauHoraires {
    margin-top: -30px;
}
.greenline {
    background-color: #dbdb30;
    height: 26px;
}
.whiteline {
    background-color: white;
    height: 26px;
}
.day {
    float: left;
    font-size: 18px;
    padding-left: 5px;
}
.hour {
    float: right;
    font-size: 18px;
    padding-right: 5px;
}
#blocTarifs {
    background-color: #2b231d;
    padding-left: 35px;
    padding-right: 20px;
    margin-left: -35px;
    margin-top: 40px;
    width: 491px;
    padding-bottom: 40px;
}
#formulaire_contact_champs span.label {
    margin-bottom: 2px;
    color: #6b6b6b;
    font-size: 18px;
}
#formulaire_contact_champs br {
    font-size: 8px;
}
#formulaire_contact_champs input,
#formulaire_contact_champs select {
    float: right;
    width: 200px;
    clear: right;
}
#formulaire_contact_champs input {
    background-image: url('/media_site/images/champ_contact.png');
    background-repeat: no-repeat;
    width: 293px;
    height: 39px;
    background-color: transparent;
    border: none;
    padding-left: 10px;
    font-family: 'Open Sans Condensed', sans-serif;
    color: white;
    font-size: 14px;
    margin-top: -8px;
}
#formulaire_contact_champs textarea {
    background-image: url('/media_site/images/champ_txt.png');
    background-repeat: no-repeat;
    width: 346px;
    height: 186px;
    background-color: transparent;
    border: none;
    padding-left: 10px;
    font-family: 'Open Sans Condensed', sans-serif;
    color: white;
    font-size: 14px;
    padding-top: 5px;
    padding-right: 25px;
    margin-left: 3px;
}
#bouton_envoyer {
    float: right;
}
/* Vertical Accordion Style */

.va-container {
    position: relative;
    width: 966px;
}
.va-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #fff;
    width: 966px;
}
.va-slice {
    cursor: pointer;
    position: absolute;
    width: 100%;
    left: 0px;
    overflow: hidden;
}
.va-slice-1 {
    background:#fff url(/media_site/images/1.jpg) no-repeat center center;
}
.va-slice-2 {
    background:#fff url(/media_site/images/DSC_0243spirale.jpg) no-repeat center center;
}
.va-slice-3 {
    background:#000 url(/media_site/images/2.jpg) no-repeat center center;
}
.va-slice-4 {
    background:#000 url(/media_site/images/3.jpg) no-repeat center center;
}
.va-slice-5 {
    background:#000 url(/media_site/images/4.jpg) no-repeat center center;
}
.va-slice-color-1 {
    background-color: #97c5eb;
}
.va-slice-color-2 {
    background-color: #68ace5;
}
.va-slice-color-3 {
    background-color: #0072cf;
}
.va-slice-color-4 {
    background-color: #0039a6;
}
.va-title {
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 48px;
    margin-left: 75px;
    color: #2b231d;
    /*  text-shadow: 0px 0px 1px black; */
    
    font-weight: normal;
    margin-top: -2px;
}
.va-content {
    display: none;
    margin-left: 75px;
    margin-top: -70px;
}
.va-slice p {
    font-size: 22px;
    font-style: italic;
    font-family: Georgia, serif;
}
.va-slice ul {
    margin-top: 20px;
}
.va-slice ul li {
    float: left;
    margin: 0px 2px;
}
.va-slice ul li a {
    color: #000;
    background: #eede2f;
    padding: 3px 6px;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    text-transform: uppercase;
}
.va-slice ul li a:hover {
    background: #000;
    color: #fff;
    text-shadow: none;
}
.va-nav span {
    width: 40px;
    height: 25px;
    background:transparent url(/media_site/images/prev.png) no-repeat center center;
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -20px;
    text-indent: -9000px;
    opacity: 0.7;
    cursor: pointer;
    display: none;
    z-index: 100;
}
.va-nav span.va-nav-next {
    background-image:url(/media_site/images/next.png);
    top: auto;
    bottom: -35px;
}
.va-nav span:hover {
    opacity: 1.0;
}
.coachingLeftImage {
    width:496px;
}
.coachingRightImage {
    width:365px;
}