@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600');

/*
@font-face {
    font-family: 'OpenSansRegular';
    src: url('OpenSans-Regular-webfont.eot');
    src: url('OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Regular-webfont.woff') format('woff'),
         url('OpenSans-Regular-webfont.ttf') format('truetype'),
         url('OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansLight';
    src: url('OpenSans-Light-webfont.eot');
    src: url('OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Light-webfont.woff') format('woff'),
         url('OpenSans-Light-webfont.ttf') format('truetype'),
         url('OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

@font-face {
    font-family: 'MPBoldCond';
    src: url('MP-BoldCond-webfont.eot');
    src: url('MP-BoldCond-webfont.eot?#iefix') format('embedded-opentype'), url('MP-BoldCond-webfont.woff') format('woff'), url('MP-BoldCond-webfont.ttf') format('truetype'), url('MP-BoldCond-webfont.svg#MPBoldCond') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    color: #362f2d;
    /*font-family: 'OpenSansRegular', sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 17px;
    font-weight: normal;
    font-style: normal;
    background-color: #dddfdf;
    /*background-attachment: scroll;
	background-image: url(../images/bkgndbody.jpg);
	background-repeat: repeat-x;
	background-position: top;	*/
}

b,
strong {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.wrapper {
    /*background-color: url(../images/bkgnd.jpg) no-repeat center top;*/
    width: 100%;
    display: table;
}


/* ~~ Element/tag selectors ~~ */

ul,
ol,
dl {
    padding: 0;
    margin: 0;
}

.soustitre,
.info-spectacle {
    /*font-family: 'OpenSansLight', Arial, sans-serif;
		font-weight: normal;*/
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
}

.info-spectacle {
    font-weight: 600;
    color: #736357;
}

.sousrubrique {
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #736357;
}

.minitexte {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    /*font-family: 'OpenSansRegular', sans-serif;
	font-weight: normal;*/
    font-style: normal;
    font-size: 11px;
}

.datesfiche {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    /*font-family: 'OpenSansRegular', sans-serif;
	font-weight: normal;*/
    font-style: normal;
    font-size: 12px;
    /*color: #736357;*/
    line-height: 15px;
    /*-ms-word-break: break-all;
     word-break: break-all;
     word-break: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;*/
}

.datesfiche p {
    margin-bottom: 6px;
}

.datesfiche a {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.boldcond {
    font-family: 'MPBoldCond', 'Arial Narrow', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    color: #736357;
    text-transform: uppercase;
    line-height: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
}

h1 {
    font-family: 'MPBoldCond', 'Arial Narrow', Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 34px;
    margin-bottom: 8px;
    line-height: 34px;
}

h2 {
    font-family: 'MPBoldCond', 'Arial Narrow', Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    margin-bottom: 8px;
    line-height: 20px;
}

h6 {
    font-size: 10px;
    line-height: 12px;
    font-weight: normal;
}

p {
    margin-bottom: 16px;
    text-align: left;
}

a img {
    /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
    border: none;
}


/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */

a:link {
    color: #00b885;
    text-decoration: none;
    /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}

a:visited {
    color: #00b885;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
    text-decoration: none;
    color: #FFF
}


/* ~~this fixed width container surrounds the other divs~~ */

.container {
    width: 960px;
    margin: 0 auto;
    /* the auto value on the sides, coupled with the width, centers the layout */
}


/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */

.header {
    height: 190px;
    width: 960px;
}

.navigtop {
    font-size: 13px;
    height: 20px;
    width: 400px;
    float: right;
    margin-right: 15px;
    text-align: right;
    margin-top: 31px;
    color: #959595;
}

.nav {
    float: left;
    width: 180px;
    padding-bottom: 10px;
    padding-top: 40px;
    padding-right: 30px;
    padding-left: 15px;
    color: #959595;
    font-family: 'MPBoldCond', 'Arial Narrow', Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
}

.content {
    width: 735px;
    float: left;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
}

.fondclair {
    width: 630px;
    padding-top: 38px;
    padding-right: 48px;
    padding-bottom: 37px;
    padding-left: 45px;
    background-color: #ededed;
}


/* ~~ This grouped selector gives the lists in the .content area space ~~ */

.content ul,
.content ol {
    /*padding: 0 15px 15px 40px;*/
    /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

.content a,
.content a:visited {
    color: #00b885;
}

.content a:hover,
.content a:active,
.content a:focus {
    /*color: #FFF;*/
    color: #736357;
}

.fondform {
    background-color: #e3e3e3;
    /*background-image: url(../images/bkgndform.gif);
	background-repeat: repeat;*/
    line-height: 22px;
}

.content form table {
    margin: 0;
}


/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */

.nav ul {
    list-style: none;
    /* this removes the list marker */
    /*border-top: 1px solid #666;*/
    /* this creates the top border for the links - all others are placed using a bottom border on the LI */
    margin-bottom: 16px;
    /* this creates the space between the navigation on the content below */
}

.nav ul li {
    font-family: OpenSansRegular, Arial, sans-serif;
    ;
    font-weight: normal;
    font-style: normal;
    font-size: 11px;
    line-height: 13px;
    /*border-bottom: 1px solid #666;*/
    /* this creates the button separation */
}

.nav ul a {
    /* grouping these selectors makes sure that your links retain their button look even after being visited */
    display: block;
    /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
    width: 161px;
    /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
    text-decoration: none;
    margin-top: 3px;
    margin-right: 3px;
    margin-bottom: 5px;
    margin-left: 3px;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 5px;
}

.nav ul a:link,
.nav ul a:visited {
    color: #00b885;
}

.nav ul a:hover,
.nav ul a:active,
.nav ul a:focus {
    color: #FFF;
}


/* ~~ The footer ~~ */

.footer {
    position: relative;
    /* this gives IE6 hasLayout to properly clear */
    clear: both;
    /* this clear property forces the .container to understand where the columns end and contain them */
    font-size: 10px;
    color: #736357;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 17px;
    padding-left: 0;
    text-align: center;
}


/* ~~ miscellaneous float/clear classes ~~ */

.fltrt {
    /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin-left: 8px;
}

.fltlft {
    /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
    float: left;
    margin-right: 8px;
}

.clearfloat {
    /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

a.inverselinkopacity:hover img {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}

a.inverselinkopacity img {
    filter: alpha(opacity=50);
    -moz-opacity: 0.50;
    opacity: 0.50;
}

.disablinkopacity {
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    opacity: 0.2;
}

.linkopacity50 {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}


/*FICHE SPECTACKE*/

.imagefiche {
    width: 630px;
    height: 420px;
    margin-top: 16px;
}


/* Accordéons*/


/* Style the buttons that are used to open and close the accordion panel */

.accordion {
    background-color: transparent;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #736357;
    border-top: 1px dashed #a39a94;
}


/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */

.accordion:hover {
    background-color: #e0e0e0;
}

.accordion:after {
    content: '\002B';
    color: #736357;
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}


/* Style the accordion panel. Note: hidden by default */

.panel {
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}


/*Menu années precedentes*/

.dropdown {
    float: right;
    /* display:inline;
  overflow: hidden;*/
}

.dropdown .dropbtn {
    border: none;
    outline: none;
    color: white;
    /* padding: 14px 16px;*/
    background-color: inherit;
    font-family: inherit;
    font-size: 13px;
    margin: 0;
    padding-top: 0;
    padding-left: 4px;
    padding-bottom: 0;
    padding-right: 4px;
    color: #00b885;
    line-height: 17px;
}

.navbar a:hover,
.dropdown:hover .dropbtn {
    /*background-color: red;*/
    color: #fff;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    z-index: 1;
    font-size: 12px;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #e0e0e0;
}

.dropdown:hover .dropdown-content {
    display: block;
}


/* presentaion par liste*/

.fondcase,
.fondcasegrille {
    background-color: transparent;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
    border: none;
    outline: none;
    transition: 0.4s;
    border-bottom: 1px dashed #a39a94;
}

.fondcasegrille {
    border-bottom: 0 dashed #a39a94;
}

.fondcase,
.fondcasegrille,
.fondcase a,
.fondcasegrille a {
    color: #362f2d;
}

.fondcase:hover,
.fondcasegrille:hover {
    background-color: #e0e0e0;
}

.imageliste {
    width: 137px;
    height: 92px;
    position: relative;
}


/* presentation grille*/

.imagegrille {
    width: 290px;
    height: 193px;
    position: relative;
}

.agegrille {
    font-weight: 900;
    background-color: #3f3533;
    color: #9fa3a2;
    padding-top: 10px;
    text-align: center;
    width: 36px;
    height: 26px;
    position: absolute;
    top: 0;
    right: 0;
}


/* ligne separatrice pointillée*/

.lignepointillee {
    margin-top: 35px;
    margin-bottom: 35px;
    border-top: 1px dashed #a39a94;
}

.lignepointilleegrille {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px dashed #a39a94;
}