
/* LAYOUT */

html, body {
	font-family: 'Source Sans Pro', sans-serif;
}

a {
    text-decoration: none;
	color: #a45b23;
}

a:hover {
    text-decoration: underline;
	color: #624128;
}


body {
    margin: 0px;
    padding: 0px;
}

#contactus {
    width: 167px;
    height: 48px;
    background: url('/bundles/front/images/phone_bloc.png') no-repeat;
    color: #ffffff;
    position: absolute;
    right: 60px;
    top: 100px;
    font-style: italic;
    font-size: 13px;
    text-align: center;
    padding: 10px 0 0 0;
}

#contactus a {
    display: block;
    font-style: normal;
    font-size: 20px;
    font-weight: bold;
	color: #ffffff;
}

#contactus a:hover {
	text-decoration: none;
}

header {
    width: 800px;
    position: relative;
}

header span#tagline {
    font-size: 25px;
    color: #9d9d9c;
    font-weight: 300;
    width: 557px;
    text-align: left;
    position: absolute;
    top: 38px;
    left: 270px;
    padding: 0;
    margin: 0;	
}

header span#tagline strong  {
    color: #cc9966;
}

header {
    width: 100%;
    height: 198px;
}



h1 {
  color: #7f4415;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-size: 23px;
  font-weight: bold;
}


#header_shadow {
    background: url('/bundles/front/images/top_header_shadow.gif') repeat-x bottom;
    height: 158px;
}

#logo {
    position: absolute;
    top: 20px;
}

#top_header {
    height: 158px;
    width: 980px;
    position: relative;
    margin: 0 auto;            
}

#bottom_header {
    width: 100%;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
}

#bottom_header nav {
    width: 980px;
    position: relative;
    margin: 0 auto;
} 

#bottom_header nav ul {
    padding: 0;
    margin: 0 auto;
    width: 980px;
    display: block;
}

#bottom_header nav ul li {
    list-style-type: none;
    text-transform: uppercase;
    padding: 0 8px;
    display: inline-block;
    position: relative;    
}

#bottom_header nav a {
    color: #9d9d9c;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    display: block;
    height: 40px;
    line-height: 40px;
}

#bottom_header nav a:hover {
    color: #66300a;
}

#bottom_header nav a.submenu:hover {
    color: #9d9d9c;
}

#bottom_header nav ul li ul li a {
    height: 25px;
    line-height: 25px;
    color: #cc9966;
}

#bottom_header nav ul li ul li {
    background: #ffffff;
    display: block;
    position: relative;
           
    
}
    
#bottom_header nav ul li ul {
    display: block;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    z-index: 80;
    transition: all 0.2s linear;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
}

#bottom_header nav ul li:hover ul {
    height: auto;
    max-height: 500px;
}

nav.top {
    position: absolute;
    top: 0px;
    right: 0px;
}

nav.top a {
    color: #9d9d9c;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;

}

nav.top a:hover {
    color: #66300a;
}



nav.top ul li {
    list-style-type: none;
    text-transform: uppercase;
    padding: 0 5px;
    display: inline-block;
    position: relative;
}

section#middle {
    background: url('/bundles/front/images/bg.jpg') no-repeat center top #124b0f;
    width: 100%;
}

div#section_middle {
    background: url('/bundles/front/images/gratient_footer.png') repeat-x bottom #fdfdfd;
    width: 980px;
    margin: 0 auto;
    padding: 15px 0 0 0; 

}


div#aside_register {
    background: #70350d url('/bundles/front/images/block_stage_bg.jpg') no-repeat bottom;
    width: 250px;
    /*height: 269px;*/
    color: #ffffff;   
    position: relative;
    left: 10px;         
    padding-bottom: 15px;
}

div#aside_register h2 {
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 22px;
    padding: 10px 0 0 0;
    margin: 0;
}

div#aside_register h2 strong {
    font-weight: bold;
}

div#aside_register ul {
    padding: 0 0 0 80px;
    margin: 10px 0 15px 0;
}

div#aside_register li {
    list-style-image: url('/bundles/front/images/puce_feuille.png');
    padding: 0;
    margin: 0;
}

div#aside_register li a {
    color: #ffffff;
    text-decoration: none;
}

div#aside_register .button {
    display: block;
    text-align: center;
    color: #ffffff;
    background: no-repeat url('/bundles/front/images/subscribe_button.png');
    width: 190px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    position: relative;
    font-size: 22px;
}        

aside {
    float: right;
    width: 280px;
}

aside .aside_button {
    background: #b7853e;
    display: block;
    width: 250px;
    height: 44px;
    text-align: center;
    padding: 6px 0 0 0;
    text-transform: uppercase;
    font-weight: 300px;
    margin: 10px 0 10px 0;
    position: relative;
    left: 10px;

}

aside .aside_button a {
    color: #ffffff;
}

aside #giveaformation {
    display: block;
    width: 272px;
    height: 70px;
    background: url('/bundles/front/images/giveaformation_button.png');
    position: relative;
    left: 5px;
}

aside #guestbook {
    display: block;
    width: 272px;
    height: 70px;
    background: url('/bundles/front/images/guestbook_button.png');
    position: relative;
    left: 5px;
}

aside #downloadcatalog {
    background: url('/bundles/front/images/download_catalog_button.png');
    width: 250px;
    height: 60px;
    display: block;
    position: relative;
    margin: 10px 0 10px 0;
    left: 10px;
}

div#footer_content {
    width: 800px;
    margin: 0 auto;
    height: 180px;
    position: relative;
}

div#content {
    width: 670px;
    margin: 0 0 0 20px;
}

footer {
    clear: both;
    height: 180px;

}

footer h4 {
    color: #999999;
    font-size: 14px;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: uppercase;
}

footer p {
    padding: 0;
    margin: 0;
}


footer #aboutus h4 {
    color: #ffffff;
}

footer #aboutus {
    position: absolute;
    background: #999999;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 12px;
    width: 257px;
    top: 13px;
    left: 20px;
}

footer #followus {
    position: absolute;
    width: 250px;
    height: 76px;
    text-align: center;
    right: 0;
    top: 20px;
}

footer #followus a {
    margin: 18px 4px;
    display: inline-block;
}

footer #mentions {
    text-align: center;
    padding: 160px 0 0 0;
    color: #ccc;
    font-size: 12px; 
}


/* COMMON IN PAGES */

.videobox {
    position: relative;
    display: block;
}

.videobox:hover .video_button  {
    background-position: bottom;
}


.video_button {
    display: block;
    width: 72px;
    height: 72px;
    background: url('/bundles/front/images/play_logo.png');
    position: absolute;
    background-position: top;
}

.success_button {
	color: white;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	background-color: #339933;
	border: 0 none;
	padding: 10px;
	font-weight: bold;
	font-size: 18px;
}


/* HOMEPAGE */

a#general_video {
    width: 490px;
    height: 270px;    
}
a#general_video .video_button {
    top: 96px;
    left: 312px;
}

section#news {
    margin-top: 10px;
}

section#news article {
    position: relative;
    margin: 0 0 10px 0;
    -moz-box-shadow: 0px 0px 6px 0px #c0c0c0;
    -webkit-box-shadow: 0px 0px 6px 0px #c0c0c0;
    -o-box-shadow: 0px 0px 6px 0px #c0c0c0;
    box-shadow: 0px 0px 6px 0px #c0c0c0;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=0, Strength=6);
    font-size: 14px;
}

section#news article span {
    display: block;
    background-color: #cc9966;
    color: #ffffff;
    text-transform: uppercase;
    width: 100px;            
    font-weight: bold;
    text-align: center;
    padding: 6px 0;
    margin: 14px 0 0 0;
    float: left;
}

section#news article h3 {
    color: #7f4415;
    padding: 17px 0 0 106px;
    margin: 0;
}

section#news article a {
	color: #7f4415; 
}

section#news article time {
    color: #cc9966;            
    padding: 0 10px 10px 10px;
    display: block;
}

section#news article p {
    margin: 8px 0 0 0;
    padding: 5px 10px 10px 10px;       

}



section#news article a.readmore {
    background-color: #339933;
    color: #ffffff;
    padding: 3px;            
    display: block;
    width: 100px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    text-align: center;
}

section#about {
    font-size: 14px;
}

section#about h3 {
    color: #7f4415;
}

.fancybox-inner {
    overflow: hidden !important;
}


.pagination span {
	padding: 3px 7px;
	color: #ffffff;
	font-weight: bold;
	display: inline-block;	
}

.pagination span a {
	color: #ffffff;
	font-weight: bold;
}

.pagination span {
	background-color: #cc9966;
}

.pagination span.current {
	background-color: #714614;

}



/* STAGES */

section#stage h1 {
    color: #7f4415;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-size: 23px;
    font-weight: bold;
    
}

section#stage article {
    position: relative;
}

section#stage article h2 {
    background-color: #a45b23;
    color: #ffffff;            
    padding: 10px;
    margin: 0;
    font-size: 18px;
    font-weight: normal;            
}

section#stage article h2 strong {
    font-weight: bold;
    text-transform: uppercase;
}

section#stage article .duration {
    float: right;
    margin-right: 35px;
    padding-left: 10px;
}

section#stage article .open {
    padding: 0;
    margin: 0;
    position: absolute;
    display: block;
    width: 28px;
    height: 28px;
    right: 10px;
    top: 8px;                
}

section#stage article .openselected {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}


section#stage article .head {
    cursor: pointer;
}

section#stage article .head .open {         
    transition: 0.1s ease-in-out;
}

section#stage article .head:hover .open {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    transition: 0.1s ease-in-out;
}

section#stage article h2 img {
    vertical-align: middle;   
}

section#stage article {            
    border: solid 1px #a45b23;
    margin: 1px;
}

section#stage article h3 {
    color: #a65f29;
}

section#stage article li {
    list-style-image: url('/bundles/front/images/puce_feuille_rousse.png');
}

section#stage article .stagecontent {
    padding: 15px;
}


section#stage .stagevideo {
    width: 636px;
    height: 200px;   
}

section#stage .video_button {
    top: 73px;
    left: 273px;
}

section#stage .roundedbox {
    border: solid 1px #7f622b;
    border-radius: 10px;
    padding: 15px;
    color: #7f622b;
    margin-top: 15px;
}

section#stage .see_video {
	vertical-align: sub;
}

section#stage table.stagesessions td {
    
}

section#stage table.stagesessions th {
    text-align: left;
    color: #ccc;
    text-transform: uppercase;
}

section#stage table.stagesessions {
    width: 100%;
    border: solid 1px #ccc;
    padding: 5px;    
}

section#stage .price_details {
	font-size: 14px;
}

.owl-carousel {           
    width: 550px !important;
    padding-left: 40px;
    position: relative !important;    
}

.owl-buttons div {
    display: block;
    position: absolute;
    top: 55px;    
    width: 25px;
    height: 25px;
}

.owl-buttons .owl-prev {
    left: 0px;
    text-indent: -5000px;
    background: url('/bundles/front/images/arrow_left.png') no-repeat;
}

.owl-buttons .owl-next {
    right: -37px;
    text-indent: -5000px;
    background: url('/bundles/front/images/arrow_right.png') no-repeat;
}

.owl-carousel .item{
    margin: 3px;
}

.owl-carousel .item img {
    display: block;
    width: 100%;
    height: auto;
}

#wo-breadcrumbs  {
	list-style-type: none;
	padding: 0;
	margin: 5px 0;
}

#wo-breadcrumbs li {
	display: inline-block;
	padding: 0 5px 0 0;
}

/* PAGES */

section#page li {
    list-style-image: url('/bundles/front/images/puce_feuille_rousse.png');
}

section#page h2 {
    color: #7f4415;
}

section#page h3 {
    color: #a65f29;
}


section#page table {
    width: 100%;
    border: solid 1px #ccc;
    padding: 5px;
}

section#page table tr:nth-child(even) {
    background-color: #f0e0c9;
}

section#page table td {
	padding: 3px;
}

section#page table td.price {
	
}

/* FAQ */

section#faq article {
    position: relative;
}

section#faq article h2 {
    background-color: #a45b23;
    color: #ffffff;            
    padding: 10px;
    margin: 0;
    font-size: 18px;
    font-weight: normal;            
}

section#faq article .open {
    padding: 0;
    margin: 0;
    position: absolute;
    display: block;
    width: 28px;
    height: 28px;
    right: 10px;
    top: 8px;                
}

section#faq article .faqcontent {
    padding: 10px;
}

section#faq article .openselected {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}


section#faq article .head {
    cursor: pointer;
}

section#faq article .head .open {         
    transition: 0.1s ease-in-out;
}

section#faq article .head:hover .open {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    transition: 0.1s ease-in-out;
}

section#faq article {            
    border: solid 1px #a45b23;
    margin: 1px;
}

section#faq li {
    list-style-image: url('/bundles/front/images/puce_feuille_rousse.png');
}


/* Contact form */

section#contact h2 {
    color: #7f4415;
}

section#contact h3 {
    color: #a65f29;
}

section#contact li {
	list-style-image: url('/bundles/front/images/puce_feuille_rousse.png');
}

section#contact form ul {
	padding: 0;
	margin: 0;	
}

section#contact form li {
	list-style-image: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
	color: red;
	display: block;
}

section#contact form label {
	display: block;
	font-weight: bold;
	color: #737272;
	
}

section#contact label[for="form_recaptcha"] {
	display: none !important;
}

section#contact form #form_submit, section#contact form .g-recaptcha {
	margin-top: 10px;
}

section#contact form {
	background-color: #d4d7dd;
	padding: 10px;
}

section#contact #form_message, 
section#contact #form_name, 
section#contact #form_email
{
	padding: 5px;
	font-size: 15px;
	font-family: 'Source Sans Pro', sans-serif;
	width: 98%;
}


section#contact #form_message
{
	height: 180px;
}

section#partnerpage #partners {
	margin: 0;
	padding: 0;
}

section#partnerpage #partners li 
{
	padding: 20px 0 0 0;
	list-style-type: none;
	margin: 0;
}


