/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */


/* #Site Styles
================================================== */

.cover {
    position: fixed;
    width: 10%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 10000;
}

.right {
    right: 0;
}

.left {
    left: 0;
}


/* #Backgrounds
--------------------*/

#acceuil {
    background: url('../images/front-bg4.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#acceuil .header,
#acceuil .footer {
    background: url('../images/nav-acceuil.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#galerie {
    /* background: url('../images/aqu-bg.jpg') no-repeat center center fixed; */
    background: url('../images/nav-galerie.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#galerie .header,
#galerie .footer {
    /* background: url('../images/nav-bg.jpg') no-repeat center center fixed; */
    background: url('../images/nav-galerie.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#artiste {
    background: url('../images/aqu-artist.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#artiste .header,
#artiste .footer {
    background: url('../images/nav-artist.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#cours {
    background: url('../images/aqu-cours.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#cours .header,
#cours .footer {
    background: url('../images/nav-cours.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#stages {
    background: url('../images/aqu-stages.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#stages .header,
#stages .footer {
    background: url('../images/nav-stages.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#contact {
    background: url('../images/aqu-birds.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#contact .header,
#contact .footer {
    background: url('../images/nav-birds.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/* #Sections
--------------------*/

.header {
    width: 100%;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    position: fixed;
    top: 0;
    height: 110px;
    z-index: 1000;
    -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
}

.footer {
    width: 100%;
    border-top: 2px solid #fff;
    margin-top: 20px;
    position: fixed;
    bottom: 0;
    z-index: 1000;
    -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
    height: 43px;
    -webkit-transition: height .6s ease-out;
    -moz-transition: height .6s ease-out;
    -ms-transition: height .6s ease-out;
    -o-transition: height .6s ease-out;
    transition: height .6s ease-out;
}

.footer:hover {
    /* [disabled]height:480px; */
    /* [disabled]bottom: 0; */
    /* [disabled]-webkit-transition: height .7s linear; */
    /* [disabled]-moz-transition: height .7s linear; */
    /* [disabled]-ms-transition: height .7s linear; */
    /* [disabled]-o-transition: height .7s linear; */
    /* [disabled]transition: height .7s linear; */
}


/*Graphic styles
-------------------------------*/

#logo {
    display: inline;
    height: auto;
}

#logo img {
    margin-bottom: -9px;
    width: 286px;
}

#in-line .head {
    display: inline;
    height: auto;
}

#in-line {
    text-align: justify;
    /* ie 7*/
    *width: 100%;
    *-ms-text-justify: distribute-all-lines;
    *text-justify: distribute-all-lines;
    height: 90px;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
    position: relative;
    width: auto;
}

#in-line:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
    font-size: 0;
    line-height: 0;
}

.shadow {
    display: block;
    position: relative;
    border: none;
}

.shadow img,
.shadow div {
    display: block;
    border: none;
}

.shadow::before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: none;
    -moz-box-shadow: inset 4px 4px 11px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 4px 4px 11px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 4px 4px 11px 1px rgba(0, 0, 0, 0.3);
}

.border {
    height: auto;
    padding: 6px;
    background-color: rgba(255, 255, 255, 0.49);
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

.bottom {
    position: relative;
    bottom: 0;
}

.fluid-wrapper {
    padding-top: 0;
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

.fluid-wrapper iframe {
    right: 0;
    left: 0;
    bottom: 0;
    border: none;
}

#rico {
    display: inline;
    vertical-align: middle;
    width: 70px;
}

#address {
    text-align: right;
    padding-top: 5px;
}

#footCopy {
    border-bottom: 1px solid #ABABAB;
    text-align: center;
    padding: 11px 0;
}

.text {
    padding: 25px 25px 20px 25px;
    background-color: rgba(248, 246, 233, 0.78);
    border-radius: 2px;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
    -moz-box-shadow: 1px 2px 8px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 1px 2px 8px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 2px 8px 2px rgba(0, 0, 0, 0.15);
}

.text h3 {
    color: rgba(205, 62, 6, 1.00);
    margin-top: 5px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 5px;
    font-size: 23px;
    line-height: 30px;
    /* [disabled]font-family: 'Baka Expert'; */
    /* [disabled]text-shadow: 1px 0 2px rgba(0,0,0,0.00); */
}

.text h5 {
    color: rgba(205, 62, 6, 1.00);
    margin-top: 5px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 5px;
    font-size: 23px;
    line-height: 30px;
    /* [disabled]font-family: 'Baka Expert'; */
    /* [disabled]text-shadow: 1px 0 2px rgba(0,0,0,0.00); */
}

#topText {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    -webkit-box-shadow: 0px 0px 29px 3px rgba(0, 0, 0, 0.00);
    box-shadow: 0px 0px 29px 3px rgba(0, 0, 0, 0.00);
    border: 0px solid rgba(140, 91, 15, 0.00);
    background-size: cover;
    background-color: rgba(82, 51, 8, 0.00);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    /* [disabled]background-image: url(../images/front-bg4.jpg); */
}

#topText p {
    font-size: 22px;
    font-family: 'josefin_sanssemibold', sans-serif;
    color: #FFFFFF;
    text-align: center;
    margin: 0 auto;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.54);
    line-height: 33px;
}

#copy {
    font-size: 16px;
}

#horaire {
    width: 100%;
}

#horaire th {
    text-align: left;
    font-size: 27px;
    font-weight: 400;
    height: 50px;
    vertical-align: bottom;
    padding-bottom: 10px;
    color: #87845f;
}

#horaire tr:nth-child(1)>th {
    height: auto;
}

#horaire tr {
    height: 40px;
}

#horaire td {
    border-top: 1px solid #f5f3dc;
    vertical-align: middle;
    padding-top: 5px;
}

#horaire td:nth-child(1) {
    text-align: left;
    color: #665b44;
}

#horaire td:nth-child(2) {
    text-align: right;
    color: #665b44;
}

.coursinfo {
    list-style-type: disc;
    padding-left: 18px;
    margin: 0;
    padding-top: 5px;
}

.coursinfo li {
    line-height: 24px;
    margin-top: 5px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
    color: #245400;
}

.bottominfo {
    /*border-top:1px solid #ffffff;*/
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 10px;
    text-align: left;
}

.bottomprice {
    /*border-top:1px solid #ffffff;*/
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 10px;
    text-align: right;
}

#signature {
    width: 200px;
    position: relative;
    /* [disabled]margin-top: 45%; */
    /* [disabled]margin-right: auto; */
    /* [disabled]margin-left: auto; */
    /* [disabled]margin-bottom: 10%; */
    /* [disabled]padding-top: 10%; */
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

#signature.light {
    border-top: 1px solid #fff;
}

#signature.dark {
    padding-top: 30px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 30px;
    width: 200px;
    margin: 0 auto;
    height: 77px;
}

#signature img {}

#front {
    background: url('../images/front-bg3.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#front,
.front,
.front::before {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

#bigcircle #front,
#bigcircle .front,
#bigcircle .front::before {
    height: 12em;
    width: 12em;
}

#smallcircle,
#bigcircle {
    display: inline-block;
    position: relative;
}

#smallcircle #front,
#smallcircle.front,
#smallcircle .front::before {
    height: 5em;
    width: 5em;
}

.circles {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    text-align: justify;
    padding-top: 28px;
    padding-right: 28px;
    padding-left: 28px;
    text-justify: inter-cluster;
    padding-bottom: 50px;
}

.circles::before {
    width: 100%;
    display: block;
    content: "";
}

.circles::after {
    width: 100%;
    display: inline-block;
    content: "";
}

#cover {
    height: 249px;
    border: 20px solid rgba(245, 243, 220, 0.41);
    /* [disabled]background: url("../images/galerie/full/humains/sagesse.jpg") no-repeat center center; */
    /* [disabled]-webkit-box-shadow: inset -1px 0px 32px 0px rgba(0,0,0,0.62); */
    /* [disabled]box-shadow: inset -1px 0px 32px 0px rgba(0,0,0,0.62); */
    /* [disabled]padding: 0; */
    /* [disabled]background-size: cover; */
    display: none;
}

#picwrap {
    margin-bottom: 20px;
    margin-right: 20px;
    margin-top: 30px;
    margin-left: 28px;
}

#artiste .main p {
    line-height: 24px;
    font-size: 17px;
    text-align: justify;
    text-justify: distribute;
}

#enter #topText p {
    font-size: 27px;
    font-family: 'josefin_sanslight', sans-serif;
    color: #FFBA02;
    text-align: center;
    text-shadow: 0px 0 1px rgba(0, 0, 0, 0.26);
    line-height: 33px;
}

.container #topText {}

#artiste .coursinfo {}

#small {
    font-size: 12px;
    color: #459503;
}

.smallgallery img {
    /*width: 49.3%;*/
}

#c1,
#c2,
#c3,
#c4,
#st1,
#st2,
#st3,
#st4,
#st5,
#st6 {
    background: url('../images/aqu-cours.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#st1 img,
#st2 img,
#st3 img,
#st4 img,
#st5 img,
#st6 img,
#st7 img,
#st8 img,
#st9 img,
#st10 img,
#st11 img,
#st12 img,
#st13 img,
#st14 img,
#st15 img,
#st16 img,
#st17 img,
#st18 img,
#st19 img,
#st20 img,
#st21 img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 60%;
    max-height: 90%;
    margin: auto;
    cursor: pointer;
    -moz-box-shadow: 0px 0px 30px 9px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 30px 9px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 30px 9px rgba(0, 0, 0, 0.3);
}

#stages #c4>img,
#stages #c2>img {
    width: auto;
    height: 75%;
}


/* #Page Styles
================================================== */


/* #Media Queries
================================================== */

@media only screen and (max-width: 1440px) {}


/* Smaller than standard 960 (devices and browsers) */

@media only screen and (max-width: 959px) {
    #logo {
        display: block;
    }
    #logo img {
        display: block;
        margin: 18px 0 -40px 0;
        position: relative;
        width: 250px;
    }
    #in-line .head {
        display: block;
    }
    .header {
        position: relative;
        height: auto;
    }
    .main {
        margin-top: 0;
    }
}


/* Tablet Portrait size to standard 960 (devices and browsers) */

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .right {
        display: none;
    }
    .left {
        display: none;
    }
}


/* All Mobile Sizes (devices and browser) */

@media only screen and (max-width: 767px) {
    .cover {
        width: 5%;
    }
}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .footer h3,
    .footer h4,
    .footer h5,
    .footer h6,
    .footer p,
    .footer #address {
        text-align: center;
        padding: 0;
    }
    .footer .container {
        padding: 10px 0;
    }
}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

@media only screen and (max-width: 479px) {
    .footer h3,
    .footer h4,
    .footer h5,
    .footer h6,
    .footer p,
    .footer #address {
        text-align: center;
        padding: 0;
    }
    .footer .container {
        padding: 10px 0;
    }
}


/* #Font-Face
================================================== */


/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

@font-face {
    font-family: 'Entypo';
    src: url('../fonts/Entypo.eot');
    src: url('../fonts/Entypo.eot?iefix') format('eot'), url('../fonts/Entypo.woff') format('woff'), url('../fonts/Entypo.ttf') format('truetype'), url('../fonts/Entypo.svg#webfontZam02nTh') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media screen and (min-width:950px) and (max-width:1080px) {
    .menu li a {
        font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {
    h2 {
        line-height: 20px;
        font-size: 30px;
    }
    .desktop-only {
        display: none;
    }
    .smallgallery img {
        width: 48.3%;
    }
    #enter>div {
        width: auto;
        height: auto;
        margin: 0;
    }
    #enter img {
        width: 400px;
    }
}

@media only screen and (max-width: 450px) {
    #success>div,
    #inscription>div {
        width: 86%;
    }
    #enter img {
        width: 237px;
    }
}