/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 19, 2015 */



@font-face {
    font-family: 'edmondsansbold';
    src: url('font/edmondsans-bold-webfont.eot');
    src: url('font/edmondsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/edmondsans-bold-webfont.woff2') format('woff2'),
         url('font/edmondsans-bold-webfont.woff') format('woff'),
         url('font/edmondsans-bold-webfont.ttf') format('truetype'),
         url('font/edmondsans-bold-webfont.svg#edmondsansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'edmondsans_regularregular';
    src: url('font/edmondsans-regular-webfont.eot');
    src: url('font/edmondsans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/edmondsans-regular-webfont.woff2') format('woff2'),
         url('font/edmondsans-regular-webfont.woff') format('woff'),
         url('font/edmondsans-regular-webfont.ttf') format('truetype'),
         url('font/edmondsans-regular-webfont.svg#edmondsans_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body, html{


}


body {
  margin:0;
    padding:0; 
    font-size: 15px;
    font-family: 'edmondsans_regularregular', Arial, sans-serif;
    color:black;

}

h1, h2, h3, h4, h5, h6{
  font-family: 'edmondsansbold', Arial, sans-serif;  
} 

h1{
        font-family: 'edmondsans_regularregular', Arial, sans-serif;
    font-size: 45px;
    text-decoration: underline;
    margin-top:10px;
}

h2{
      font-size: 25px;
   text-transform: uppercase; 
}

a {
 transition: color .3s ease-in;
}

.accordion h2:after{
    margin-left:10px;
    content: '+';
    font-family: 'edmondsans_regularregular', Arial, sans-serif;
    text-decoration: underline;
}

.accordion h2 {
    cursor: pointer;
}

.accordion3 h2 {
    cursor: pointer;
}

a,a:visited{
    color:black;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}



img {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* NAV */

.site-header {
    height: 196px;


       margin:20px 1.5rem 0px 1.5rem;
}

#site-navigation {
    float: right;
}

#site-navigation ul {
    list-style: none;
    display: inline-block;
}

#site-navigation ul li {
    display: inline-block;
    padding: 0;
    margin-left: 25px;
    cursor: pointer;
}


#site-navigation li.menu-item-has-children{
    position: relative;
    padding-bottom:40px;
}

#site-navigation ul.sub-menu{
   position: absolute;
    top:0px;
    left:0px;
    padding:0;
    margin:0;
    width:200px;
    display: none;
    margin-top:40px;
    padding-bottom:20px;

}

#site-navigation ul.sub-menu li{
    margin: 0;
    width: 100%; 
}

#site-navigation li.menu-item-has-children:hover ul.sub-menu{
  display: block;
}


#site-navigation li.menu-item-has-children:hover > a{
  text-decoration: none;

}


/* LAYOUT */

main, header {
    margin: 0;
    padding: 0;
}

#main_home{
    margin:40px 0px ; 
}

#main{
    margin: 40px;
        margin-top: 0px;
}


.left,
.center,
.right {
    position: relative;
}

.left {
    float: left;
    width: 320px;
        
}

#content .left {
border-right: 1px black solid;
    }


.center {
    display: flex;
    padding-left: 35px;
}

.center_compagnie {
    display: flex;
    flex:0;
    border-left: 1px black solid;
    margin-right: 20px;
    padding-left: 35px;


}

.center_page {
    display: block;
    border-left: 1px black solid;
    margin-left: 320px;
    padding-left: 35px;
}


.right {
    display: block;
    border-left: 1px black solid;
    width: 320px;
    padding-top:30px;
    padding-left: 35px;
    margin-right: 0px;
}

/* PAGE HEADER LINKS */


.header_page{
    display:flex;
    position: relative;
}

.header_right {
    border-left: 0px black solid;
    float:right;
    background-color: white;
    position: absolute;
    right:0;
    padding-left: 0px; 
    width:320px;
    margin-bottom: 20px; clear: both;
}

.header_center{ 
    border-left: 0px black solid;
    background-color: white;
    padding-left: 0px;
    margin-left:320px;
    margin-bottom: 20px; clear: both;
}

    .logo{
        width: 300px;

    }

/* ACCORDIONS */

.photo_gauche{
    margin-top:35px;
    padding-right:35px;
}

.center_page .accordion{

    padding-top:0px;
    padding-right:320px;
}


.accordion {
    flex: 1;
    align-self: flex-start;
    padding-right: 35px;
    margin-top:15px;
}


/* INDEX COVER */

.scroll{
    position:absolute;
    top:205px;
    left:0;right:0;bottom:0;
    overflow-x: hidden;
    overflow-y: scroll;
    white-space:nowrap;
        margin: 20px 1.5rem 0px 1.5rem;
}

.scroll article{
    margin-left:5%;
    display:block;
    *display:inline;/* For IE7*/
    *zoom:1;/* For IE7*/
    vertical-align:top;
    float: left;
    width: 30%;
}

.scroll article:nth-of-type(2), .scroll article:nth-of-type(1) {
    width: 47.5%;
}

.scroll article:nth-of-type(2) {
    margin-left: 5%
}

.scroll article:nth-of-type(1) {
    margin-left: 0% !important;
}

.scroll article:nth-of-type(3n) {
    margin-left: 0%
}


.scroll article:nth-of-type(2) .title , .scroll article:nth-of-type(1) .title {
    font-size: 80px;
}

.wrapper_couverture {    
    display:inline-block;
    position: relative;
    width: 100%;   
    margin:0;
}

.wrapper_couverture:hover .photo_couverture {
    z-index: 0;
}



.photo_couverture {
    top: 0;
    left: 0;
    right:0;
    bottom: 0;
    z-index: 2;
}

.hover_couverture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom :0;
    z-index: 1;
}

/* CATEGORY */

.category_title{
        position:absolute;
    top:236px;
    left:35px;bottom:35px;
z-index:3;
}


/* COMPAGNIES PUBLICATIONS */

.publication_image{
    width: 100px;
    display: block;
    float: left;
    margin-right: 20px;
    padding-bottom: 40px;
    
}
.publication_titre{
    display: inline;
    margin-top: 0;
    font-weight: 300;
    font-size: 14px;
}
.publication_texte{
    display: block;
    font-size: 12px;
}

/* SONS */

audio{

    background-color:#fa2c56;
    width:100%;color:#000;
}

/* DISTRIBUTION RIGHT */

h1, h2, .distribution_profil{
    color:#fa2c56;
}

/* NEWSLETTER */


.newsletter{
    display: none;
    background-color: white;
    position: absolute;
    z-index:10;
    top:120px;
    left:25%;
    text-align: center;
    width:700px;
    border: 1px solid black;
    padding-bottom: 40px;

}

.newsletter form{
        display: block;
    width:100%;  
}

.newsletter h1{
    color: black;
    text-decoration: underline;
}

.newsletter form input{
    width:80%;
    display: inline-block;
    margin:0 auto;
    border: 1px solid black;
        font-size: 15px;
    font-family: 'edmondsans_regularregular', Arial, sans-serif;
    border-radius: 0px;

}

.newsletter form input.ok_newsletter{
    
    text-align: center;
    width:80px;
background-color:#fa2c56;
    text-shadow: none;
    box-shadow: none;
    border: 0px;
    
}



.newsletter form input.ok_newsletter:hover{
    
background-color:#fa2c56;
    color:white;
    text-shadow: none;
    box-shadow: none;
    
}

button{
    background: -webkit-linear-gradient(transparent, transparent); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(transparent, transparent); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(transparent, transparent); /* For Firefox 3.6 to 15 */
  background: linear-gradient(transparent, transparent); /* Standard syntax */

}

.newsletter .cross{
    float:left;

}

.menu-menu-brigands-container a:hover {
    color: #fa2c56;
}

/* CALENDRIER */

.entry-calendrier h2{
    color:black;

}

.entry-calendrier{
    padding-top: 10px;
height:40px;
}


.photo_calendrier{
    position: absolute;
    left:0;
    top:0;
    width:90%;
}

.center_calendrier {    

display:block;
    border-left: 1px black solid;
width:auto;
    margin-left:320px;
    padding-left: 35px;
    padding-bottom: 30px;
    margin-bottom: 50px;
}


.calendrier_mois{

    display: block;
    width:100%;
    padding:40px 0px 20px 0px;


    border-top:1px #000 solid;
    text-transform: lowercase;
}

.calendrier_mois:first-of-type {
    border-top: 0px;
}

.calendrier_event{
        display: block;
    width:100%;
}

.event{
    padding:4px 0px;
}

.pair .event_element, .pair .event_lien{
    
}

.event_element{
    display: inline-block;
    min-width:150px;
    max-width:20%;

}   
.event_lien{
    float: right;

}


/* Medium screens */

@media all and (max-width: 800px) {
    header {
        height: auto;
    }
    #site-navigation {
        float: left;
    }

    .scroll article {
        width: 90% !important;
    }

    .scroll {
        top: 340px;
    }
    


#site-navigation ul {
    margin:0px;
    padding:0px;
    list-style: none;
    display: inline-block;
}

#site-navigation ul li {
    display: inline-block;
    padding: 0;
    margin-left: 25px;
}

    article header,.header_page{
        display: none;
    }
    
    
    
    .logo{
        width: 300px;
        margin-bottom: 35px;
    }
    
    main {
        margin-top:35px;
        display: block;
    }
    .left,
    .center,
    .right,.photo_calendrier {
               position:relative;
        display:block;
        border-left: 0px;
        float: none;
        width: 100%;
        padding: 0;
    }
    
    .photo_calendrier{
        padding-top:35px;
    }
    
    
    
    
    .center_page .accordion, .center_compagnie, .center_calendrier{
        position:relative;
        display:block;
       border-left: 0px;
        margin:0px;
        padding:0px;

    }
    
    .center_page .accordion{
        padding-right:0px;
    }
}


.single .left strong {
        font-weight: 900;
    font-size: 22px;
}

#wonderpluginaudio-1 .amazingaudioplayer-bar {
    margin: 0px !important;
}

.home #content {
        margin: 20px 1.5rem 0px 1.5rem;
}

.clearfix {
    clear: both;
}

.bios {
        width: 30%;
    float: left;
    margin-right: 3%;
    cursor: pointer;
        margin-bottom: 10px;
}

.bios:last-of-type {
     margin-bottom: 25px;
 }

.bios img {
    margin-top: 20px;
}

.bios span:after {
    margin-left: 10px;
    content: '+';
    font-family: 'edmondsans_regularregular', Arial, sans-serif;
    text-decoration: underline;
    float: right;
    font-weight: bold;
}

.bios b {
    font-weight: bold;
    text-transform: uppercase;
    font-family: "edmondsansbold";
}

.bios .cont {
    display: none;
    text-align: justify;
    word-wrap: break-word;
}

/* Small screens */

@media all and (max-width: 500px) {}