/*hsl(5, 83%, 25%); couleur rouge trait autour*/

#main-carousel {
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    border-radius: 0;
    box-shadow: 2px 2px 20px 0 hsla(150,180%,20%,0.5);
}

/*   encadrer haut sandrine lambert couleur noir*/
#logo {
    position: relative;
    padding-left: 0;
    text-shadow: none;
    font-size: 40px;
  /*  color: hsl(35, 93%,10%); -- marron */
    color: hsla(205, 31%, 29%, 1);
}

/*   titre entete Psychanalyste
Psychotherapie
Therapie EDMR*/
#logo2 {
    position: relative;
    top: -10px;
    padding-left: 230px;
    font-weight: bold;
    text-shadow: none;
    font-size: 18px;
  /*  color: hsl(35, 93%,10%); -- marron */
    color: hsl(5, 83%, 25%);
}

/*  menu du haut*/
#toolbar1 .navbar-inner {
    margin-right: 15px;
    margin-left: 15px;
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 0;
    background: none;
    /* trait horizontaux couleur fond cadre blanc*/
    background-color: hsla(358, 100%, 100%, 1);
    /*background-color: hsla(95, 43%,75%);   -- vert */
    /* trait horizontaux */
    box-shadow: 0 5px 10px 0 hsl(360, 55%, 54%, 0.73) ;
}

#button-cart {
    margin: 6px 0 0 0;
    margin-top: 0;
    padding: 6px 4px 6px 0;
    border-radius: 11px 11px 11px 11px;
    background: hsl(35, 93%,100%) url(cart-icon.png) no-repeat 8px center;
    background-position: left center;
}

#langselect {
    padding-top: 10px;
    padding-left: 16px;
    color: hsl(35, 93%,100%);
}

#searchbox {
    border-style: none;
}


#toolbar2 .navbar-inner {
    margin-right: auto;
    margin-left: auto;
    padding: 10px 4px 4px 4px;
    border: 0 0 2px none hsl(50,90%,40%,100%);
    border-radius: 0;
    box-shadow: none;
}

/*fond gris couleur coté*/
#site {
    /*font-family: 'Open Sans',sans-serif;*/
font-family: 'Fraktur', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: hsl(15, 23%,50%);
    background-color: hsla(1,3%,65%,0.5);
/*    color: hsl(35, 93%,87%);
    background: hsl(35, 13%,89%);*/
   /* background: hsl(35, 93%,71%) url(background.jpg) left top; */
}

#content {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
    box-shadow: none;
}

#sharebox img {
    padding-right: 8px;
}

/*surlignage animation menu*/
#mainmenu .active > a {
    border-radius: 0;
    /*color: hsl(35, 93%,100%);
    
        color: hsl(2, 63%, 58%, 1)
    background: none;
    background-color: hsla(2, 63%, 58%, 1)
    */
font-size: 120%;
    /*color: hsl(15, 23%,50%);*/
    color: hsla(205, 31%, 29%, 1);
    background-color: hsla(1,3%,65%,0.5);
    font-weight: bold;
 /* rose*/
    box-shadow: none;
}

#mainmenu > li > a:hover,
#mainmenu .dropdown-toggle:hover,
/*couleur menu animation menu*/
#mainmenu li.dropdown.open > .dropdown-toggle {
    color: hsl(5, 83%, 25%);
}
/* fin animation menu*/

.tw-para h2 {
    text-transform: capitalize;
    font-size: 150%;
    font-weight: normal;
}

#logo #logo-sl {
    font-size: 14px;
}

#sharebox {
    margin-right: 16px;
}

.gallery-idx a > img {
    margin-right: 12px;
    margin-bottom: 12px;
    margin-left: 12px;
    border: 1px solid hsl(35, 93%,75%);
    border-radius: 10px 10px 10px 10px;
}

.gallery-idx a > img:hover {
    box-shadow: 0 0 5px 0.1px hsl(35, 93%,59%);
}

#top-sb {
    padding-right: 8px;
    padding-left: 8px;
    box-shadow: none;
}

/*encadrer couleur contact*/
#footerfat {
    /*margin: 10px -80% 10px -80%;
    padding-right: 100px;
    padding-left: 100px;
    */
    margin-right: 15px;
    margin-left: 15px;
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 0;


    /*couleur ecriture contact*/
    color: hsl(15, 23%,50%);
    background: none;
    /* couleur de fond  contact  
    background-color: hsla(1,3%,65%,0.5); */
    /*ombre */

    background-color: hsla(358, 100%, 100%, 1);    
    /* trait horizontaux */
    box-shadow: 0 5px 10px 0 hsl(360, 55%, 54%, 0.73) ;

}

#footersmall {
    color: hsl(35, 93%,100%);
    box-shadow: none;
}

#footersmall #foot-sec1 {
    padding-right: 8px;
    padding-left: 8px;
}

/*encadrer couleur titre*/
h1 {
    margin: 0 4px 8px 4px;
    padding-right: 8px;
    padding-left: 8px;
    border-radius: 0;
    font-size: 200%;
    font-weight: lighter;
    background: none;
    /*background-color: hsla(2, 50%, 51%, 0.5);*/
    background-color: hsla(18, 92%, 81%, 1);
    box-shadow: none;
}

.frm-simple1 {
    padding: 1px 1px 1px 1px;
    border: 1px solid hsl(35, 93%,70%);
}

.frm-simple2 {
    padding: 4px 4px 4px 4px;
    border: 1px solid hsl(35, 93%,70%);
}

.frm-drop-shadow {
    box-shadow: 1px 1px 10px 0 hsl(5, 83%, 25%);
}

.frm-thin-border {
    padding: 2px 2px 2px 2px;
    background: none;
    background-color: hsl(35, 93%,100%);
    box-shadow: 1px 1px 10px 0 hsl(5, 83%, 25%);
}

.frm-wide-border {
    padding: 6px 6px 6px 6px;
    background: none;
    background-color: hsl(35, 93%,100%);
    box-shadow: 2px 2px 15px 0 hsl(5, 83%, 25%);
}

.frm-polaroid {
    padding: 4px 4px 24px 4px;
    border: 1px solid hsl(35, 93%,70%);
    border-radius: 0;
    background: none;
    background-color: hsl(35, 93%,100%);
}
/*arrondi image apres titre H1*/
.frm-rounded {
    border-radius: 24px 24px 24px 24px;
}

.frm-rounded1 {
    border-radius: 124px 124px 124px 124px;
    margin-right: 100px;
    padding-left: 8px;

}

.tw-para .pobj.obj-before {
    margin-bottom: 16px;
}

.tw-para .pobj.float-l {
    margin-right: 16px;
    margin-bottom: 16px;
}

.tw-para .pobj.float-r {
    margin-bottom: 16px;
    margin-left: 16px;
}

.tw-para .pobj.obj-after {
    margin-top: 16px;
}
/*cadre contact couleur cadre*/
#footerfat .tw-para {
    /*
    margin-top: 0;
    padding-right: 8px;
    padding-left: 8px;
    
    margin-right: 10px;
    margin-left: 10px;
    */
    padding-top: 5px;
    padding-bottom:: 5px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 0;
    
    
    background: none;
    background-image: linear-gradient(to bottom,hsla(329,100%,20%,0) 0%,hsla(0,0%,100%,0) 100%);
    box-shadow: none;
}

.thumbnail > .caption > h3,
.thumbnail > .caption > h3 > a {
    font-size: 100%;
    line-height: 1.4;
}

.thumbnail {
    border-style: none;
    border-radius: 5px 5px 5px 5px;
    background: none;
    background-color: hsl(35, 93%,92%);
    box-shadow: none;
}

.thumbnail > .caption {
    border: 1px 0 0 solid hsl(35, 93%,87%);
}

#footersmall #foot-sec2 {
    padding-right: 8px;
    padding-left: 8px;
}

.tw-price {
    font-size: 150%;
    font-weight: bold;
}

.tw-price.striked {
    text-decoration: line-through;
    font-size: 100%;
    font-weight: normal;
}

table.shopcart td {
    padding-right: 4px;
    padding-left: 4px;
    border: 1px solid hsl(35, 93%,87%);
}

table.shopcart th,
table.shopcart td.total {
    border: 1px solid hsl(35, 93%,87%);
}

#co_currsteptitle {
    border-style: none;
}

.sc-order-hinfo {
    padding-right: 8px;
    padding-left: 8px;
    border: 1px solid hsl(35, 93%,87%);
}

#toolbar3 .navbar-inner {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    border-style: solid;
    border-width: 0 0 0;
    box-shadow: none;
}

#main-carousel .carousel-inner,
#main-carousel .carousel-inner > .item > img {
    border-radius: 0;
    box-shadow: none;
}

 
#logo #logo-st
 {
    font-family: "Arial", sans-serif;
    top: 251px;
    padding-left: 170px;
    text-shadow: 0 0 10px hsl(35, 93%,100%);
    font-weight: bold;
    font-size: 21px;
    color: hsl(5, 83%, 25%);
}
            
#logo #logo-rt {
    text-shadow: 0 0 10px;
    font-weight: bold;
    font-size: 16px;
    color: hsl(5, 83%, 25%);
}

#mainmenu {
    box-shadow: none;
}

header {
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    border-radius: 0;
}

#langselect > a {
    color: hsl(35, 93%,100%);
}

footer {
    margin-right: auto;
    margin-left: auto;
    border-radius: 0;
}

#button-cart:hover {
    background: none;
    background-color: hsla(0,0%,100%,0.75);
}

#button-cart > span {
    padding: 0 8px 0 40px;
}

.tw-para.twps-panel {
    margin-bottom: 16px;
    padding-right: 8px;
    padding-left: 8px;
    border-radius: 0;
}

.tw-para.twps-panel h2 {
    font-size: 130%;
}

.tw-para {
    margin-bottom: 8px;
    padding: 8px 8px 8px 8px;
    border-radius: 0;
    box-shadow: none;
}

/*menu */
#mainmenu > li > a,
#mainmenu .dropdown-toggle {
    margin-right: 1px;
    margin-left: 1px;
/*    color: hsl(35, 93%,100%);
     color: hsl(5, 83%, 25%);*/
    hsla(205, 31%, 29%, 1);
    font-family: cursive ;
    text-shadow: 0 0 10px hsl(35, 93%,100%);
    font-weight: bold;
}

#footersmall a {
    color: hsl(35, 93%,100%);
}

#top-content {
    padding-top: 8px;
    padding-right: 8px;
    padding-left: 8px;
}

/*bouton recherche*/
#searchbox > input {
    width: 125px;
    padding: 4px 4px 4px 30px;
    border-style: none;
    border-radius: 20px;
    font-family: inherit;
    font-style: italic;
    background: hsla(50%,70%,0.24) url(search-white.png) no-repeat 10px center;
    background-size: 15px 15px;
    box-shadow: 0 1px 5px 1px hsla(0,0%,0%,0.3) inset;
    transition: all 0.7s ease 0s;
}

#searchbox > input:focus {
    width: 150px;
    font-style: normal;
    outline: none;
    background: none;
    background-color: hsl(35, 93%,100%);
}

#mainmenu > li,
#mainmenu .dropdown-toggle {
    border: 0 1px 0 0 solid hsla(0,0%,100%,0.25);
}

#mainmenu > li:last-child {
    border-style: none;
}

#logo #logo-lt {
    text-shadow: none ;
    font-weight: bold;
    padding-left: 40px;
    font-size: 20px;
}

#logo #logo-at {
    text-shadow: none ;
    padding-left: 140px;
    font-size: 18px;
}

#toolbar3_r {
    margin-right: 8px;
}
/* cadre lignes verticales*/
#page {
    margin-right: auto;
    margin-left: auto;
    max-width: 940px;
    background: none;
    /* fond ecran
    background-color: #00D77;
    background-image: linear-gradient(to right,hsl(120,0%,49%) 0,hsl(35, 93%,5%) 100%);
*/
}

#mainmenu ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
    margin: 0;
}

.hdate {
    position: relative;
    left: 48px;
    width: -moz-calc(100% - 48px);
    width: -webkit-calc(100% - 48px);
    width: calc(100% - 48px);
    min-height: 44px;
    text-rendering: auto;
}

.hdate:before {
    content: attr(data-hday);
    position: absolute;
    left: -48px;
    width: 40px;
    height: 24px;
    padding: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    vertical-align: bottom;
    color: rgb(77,77,177);
    background: rgb(234,234,234);
    box-shadow: 2px 2px 2px rgb(178,178,178);
}

.hdate:after {
    content: attr(data-hmonth);
    position: absolute;
    top: 20px;
    left: -48px;
    width: 40px;
    height: 16px;
    padding: 0 0 1px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    text-align: center;
    font-size: 11px;
    line-height: 16px;
    color: rgb(77,77,177);
    background: rgb(234,234,234);
    background: linear-gradient(to bottom,rgb(234,234,234), rgb(176,176,176) );
    box-shadow: 2px 2px 2px rgb(178,178,178);
}

.doughnut-legend li span,
.pie-legend li span,
.polararea-legend li span {
    display: block;
    float: left;
    width: 1.11em;
    height: 1.11em;
    margin-top: 0;
    margin-right: 8px;
    border-radius: 1.11em;
}

.line-legend li span,
.bar-legend li span,
.radar-legend li span {
    margin: 0;
    margin-right: 8px;
    padding: 0;
    padding-right: 1em;
    line-height: 1em;
}

.doughnut-legend,
.pie-legend,
.polararea-legend,
.line-legend,
.bar-legend,
.radar-legend {
    margin: 0;
    margin-top: 8px;
    padding: 0;
    font-size: 85%;
    list-style: none;
}

.doughnut-legend li,
.pie-legend li,
.polararea-legend li {
    z-index: 1;
    position: relative;
    margin-bottom: 4px;
    line-height: 1em;
}

.line-legend li,
.bar-legend li,
.radar-legend li {
    z-index: 1;
    position: relative;
    margin-bottom: 4px;
    line-height: 1.4em;
}

.chart-legend-value {
    display: inline-block;
    float: left;
    width: 3em;
    margin-right: 8px;
    text-align: right;
    line-height: 1em;
}

.toTop {
    display: none;
    z-index: 5000;
    position: fixed;
    right: 1em;
    bottom: 1em;
    padding: 0.7em;
    border-radius: 6px;
    text-decoration: none;
    color: #FF0;
    background-color: rgba(165,5,115,0.50);
    cursor: pointer;
}

.toTop:hover {
    background-color: rgba(255,255,128,0.60);
}

.toTopLink {
    color: #74992e;
}

.toc-article {
    padding-bottom: 4px;
}

.cols2 {
}

@media(min-width:764px) {
    .colcount2 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

.toc-article li {
    margin-left: 2em;
}

.mpnav-prevnext-btns {
    margin: 0;
    list-style-type: none;
}

.mpnav-prevnext-btns li {
    display: block;
}

#mpnav-bottom {
    padding-bottom: 6px;
}