
 body,div, p, li, a, h1,h2,h3,h4{
    font-family:   'Maven Pro', sans-serif;
}

h1{
    font-size: 1.7rem;
    color: #008cdc !important;
}
h2,h3,h4{
    font-size: 1.2rem;
    color: #008cdc;
    font-weight: lighter;
}

a{
    color: #008cdc;
}
p, li, div{
    font-size: 0.9rem;
    color: #444;
}

.bottom p{
    margin-bottom: 0;
}
 blockquote{
     border: none;
     font-style: italic;
 }

 blockquote p:first-child:before{
     content: '"';
     color: #40acc8;
     font-size: 3rem;
     line-height: 0;
     vertical-align: bottom;
     position: relative;
     margin-right: 5px;
     margin-left: -8px;
    display: inline;
 }
 blockquote p:last-child:after{

     content: '"';
     color: #40acc8;
     font-size: 3rem;
     line-height: 0;
     vertical-align: bottom;
     position: relative;  
     display: inline;
 }
/*bouton en position table-cell*/

#main header{
    width: 20%;
}
#mainWrapper{
   width:  80%;
}

.top-bar{
    height: auto;
}
.top-bar-section {
    float: left;
    width: 100%;
}


.top-bar-section ul li {
     display: block;
    width: 100%;
}

.top-bar .top-bar-section ul li a {
    display: inline-block;
    width: 100%;
    text-align: right;
}
.top-bar .top-bar-section .dropdown{
    left: 100%;
    top:0;
    padding-left: 1.8rem;
}
.top-bar .top-bar-section .dropdown li {
    background: white;
    text-align: left;
    margin-bottom: 0.25rem;
    border: 1px solid #999;
    border-left: 0;

}
.top-bar .top-bar-section li:hover > .dropdown{
    clip: auto;
}

.top-bar .top-bar-section li:hover > a{
    font-weight: bold;
    text-decoration: underline;
}

    /*supression du font par defaut de Fundation*/
.top-bar-section, .top-bar, .top-bar-section ul, .top-bar-section ul li,
.top-bar .top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar .top-bar-section li:not(.has-form) a:not(.button),
.top-bar .top-bar-section li:not(.has-form) a:hover:not(.button) {
    background-color: transparent;
    color: #222;
    font-family:   'Maven Pro', sans-serif;
    font-weight: lighter;
    font-size: 1.1rem;
}


@media only screen and (max-width: 64em) {
    .top-bar-section, .top-bar, .top-bar-section ul, .top-bar-section ul li,
    .top-bar .top-bar-section li.active:not(.has-form) a:not(.button),
    .top-bar .top-bar-section li:not(.has-form) a:not(.button),
    .top-bar .top-bar-section li:not(.has-form) a:hover:not(.button) {
        font-size: 0.9rem;
    }
}
.top-bar .top-bar-section li a{
    text-align: center  ;
}
/*logo*/
.top-bar .name {
    height: auto;
    margin: 2rem 0;
}

.top-bar .name img {
    display: block;
    margin: 0 auto;
    width: 100%;
}
#banniere{
    background: #000000;
}
#banniere img{
    margin:0 auto;
    display: block;
}
/*GLOBAl*/
body {
    background: #c0c9cc;
}
#main{
    margin-left: 0px;
}
body{
}
footer {
    background: #d7d7d7;
    padding-top: 1.5rem;
}

.panel{
    background: white;
}
#main > .columns,
#mainWrapper >.row > .columns {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
#main header.columns {
    padding: 0;
    position: fixed;
    height: 100%;
    z-index: 100;
}
.panel{
    margin-bottom: 0.5rem;
}
#main header.columns > .panel{
    height: 100%;
}
.row{
    max-width: 80.5rem;
}
#main{
}
#mainWrapper{
    margin-bottom: 2rem;
}
#mainWrapper > .row > .columns > img{
    width: 100%;
    /*margin-bottom: 0.5rem;*/
}
article >img{
    display: block;
    margin: 0 auto;
   width: 100% ;
}
article .title p{
    margin: 0;
}
article .title{
    margin-bottom: 0;
}

.side-nav li{
    margin: 0;
}
.side-nav li a:not(.button){
    color: #444;line-height: 1.2;

}

.trg{
    display: inline-block;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #fff;
}

.side-nav{
    padding-top: 0;
}
.side-nav li a:not(.button){
    padding-top: 0.4rem;
    padding-bottom: 0.2rem;
}
.side-nav li a .date{
    display: block;
    color:#A6A6A6;
    font-size: 0.7rem;
}

article .panel{
    padding: 1.25rem 1.5rem;
}


.panel h1{

    font-size: 1.5rem;
    text-transform: uppercase;
}
.panel h2{
    font-size: 1.2rem;
    text-transform: uppercase;
}