/*
* 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
================================================== */

/*** General ***/

.has-js .label_check,
.has-js .label_radio { padding-left: 34px; padding-top: 7px; color: #002d57; font-size: 17px; display: block;}
.has-js .label_radio { background: url(images/radio-off.png) no-repeat; }
.has-js .label_check { background: url(images/check-off.png) no-repeat; }
.has-js label.c_on { background: url(images/check-on.png) no-repeat; }
.has-js label.r_on { background: url(images/radio-on.png) no-repeat; }
.has-js .label_check input,
.has-js .label_radio input { position: absolute; left: -9999px; }

.alignleft{
    float: left;
    padding-right: 10px;
}
.alignright{
    float: right;
    padding-left: 10px;
}
p.question-sondage{
    text-align: center;
    margin-bottom: 10px;
}

p.question-sondage strong{
    color: #002d57;
    font-size: 17px;
}
.wp-polls .poll-bar {
    margin: 1px;
    font-size: 6px;
    line-height: 8px;
    height: 16px;
    background-color: #474788;
}


.container{
    padding-bottom: 50px;
    padding-bottom: 265px;
}
img{
    max-width: 100%;
}
h1,h2,h3,h4, p.title{
    text-transform: uppercase;
    font-variant: small-caps;
    text-decoration: none;
    font-weight: bold;
    color: #57585a;
}
h1{
    font-size: 23px;
	text-align: left;
}
h2, h2 a{
    font-size: 16px;
    line-height: 21px;
    color: #002d57 !important;
    text-decoration: none;
}
h2 a:hover{
    color: #345879 !important;
}

.entete{
    font-weight: bold;
}
a.btn-forum{
    background: url("images/btn-forum.png") no-repeat;
    width: 194px;
    height: 30px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding-top: 7px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-variant: small-caps;
    font-size: 18px;
}

html{
    height: 100%;
}
body{

    position: relative;
    min-height: 100%;
}
body.big_strip{
    background-image: url("images/bg-body.png");
    background-position:  0px 193px;
    background-repeat: repeat-x;
    background-color: #ffffff;
}
body.little_strip{
    background-image: url("images/bg-body-little.png");
    background-position:  0px 193px;
    background-repeat: repeat-x;
    background-color: #ffffff;
}
body.little_strip #main{
    padding-top: 40px;
}

body, .container{
    max-width: 100%;
    overflow-x: hidden;
}
.strip div{
    background: url("images/header-strip.png");
    height: 10px;
}
#header .strip{
    padding-bottom: 10px;
}

.icones-social .icon{
    height: 24px;
    width: 24px;
    display: inline-block;
}
.icones-social a{
    text-decoration: none;
}
.icones-social .facebook{
    background: url("images/icones-social.png") no-repeat;
}

.share .facebook, .share .twitter{
    margin-bottom: -6px;
}

.icones-social .twitter{
    background: url("images/icones-social.png") no-repeat -24px;
}

.icones-social .mail{
    background: url("images/icones-social.png") no-repeat -48px;
}

.icones-social .rss{
    background: url("images/icones-social.png") no-repeat -72px;
}

#logo{
    text-align: center;
}

#header{
    z-index: 100;
    position: relative;
}

#header .menu{
    text-align: right;
}
#header .menu ul li{
    display: inline-block;
    padding-left: 10px;
}

#header .menu ul li a, #header .menu ul li{
    display: inline-block;
    *display: inline;
    text-transform: uppercase;
    font-variant: small-caps;
    font-size: 19px;
    text-decoration: none;
    position: relative;
    color: #58595b;
}


#header .menu ul li.current-menu-item a, #header .menu ul li.current-menu-ancestor a{
    font-weight: bold;
}
#header .menu ul ul li{
    padding: 0px 14px;
}

#header .menu ul ul li a{
    text-transform: none;
    font-variant: normal;
    font-weight: bold;
    font-size: 16px;
}

.menu ul ul{
    display: none;
    position: absolute;
    margin-top: 0;
    padding-top: 32px;
    text-align: left;
    margin-left: -16px;
    top: 20px;
    left: 16px;
    background: url("images/bg-menu.png");
    z-index: 99;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.menu ul li:hover ul{
    display: block;
}


#header .forum{
    padding-top: 30px;
}

.bx-wrapper .bx-viewport{
    background: url("images/bg-slider.jpg");
}

.bx-wrapper .bx-caption span{
    line-height: 1.2em;
    font-size: 1.2em;
    padding: 10px;
    text-transform: uppercase;
}


.pagegal .bx-wrapper .bx-caption{
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
	
}

.bx-caption a a:hover a:focus a:visited{
	color: #FFF;
}

.bx-wrapper .bx-viewport{
    left: 0;
    border: none;
    background-color: #000000;
}

#slider:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 17px;
    top: -17px;
    background: url("images/shadow-top.png") center no-repeat;
}
#slider{
    position: relative;
    z-index: 50;
}
#slider .content{
    color: #fff;
    padding: 14px 75px;
}
#slider p{
    line-height: 19px;
    font-size: 12px;
    text-align: justify;
}
#slider span.title{
    display: block;
    text-transform: uppercase;
    font-variant: small-caps;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 0;
    margin-top: 30px;
}

#slider p.title-gallery{
    position: absolute;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    text-transform: uppercase;
}
#slider img{
    max-height: 100%;
    vertical-align: middle;
}
#main p{
    text-align: justify;
}
.bx-wrapper .bx-controls-direction a{
    width: 50px;
}

.bx-wrapper .bx-next:hover {
    background-position: -50px 0;
}
.bx-wrapper .bx-next{
    right: 0px;
    background: url(images/controls.png) no-repeat -50px -31px;
}

.bx-wrapper .bx-prev {
    left: 0px;
    background: url(images/controls.png) no-repeat 0 -31px;
}

.bx-wrapper .bx-controls-direction a{
    top: 40%;
}
.talk-about{
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    color: #002d57;
    padding-bottom: 30px;
}

.breve{
    font-size: 14px;
    text-align: justify;
    padding-bottom: 30px;
}
.breve p{
    margin: 0 0 10px 0;
}
.breve .next{
    text-transform: uppercase;
    font-variant: small-caps;
    text-decoration: none;
    font-weight: bold;
    font-size: 22px;
    color: #002d57;
}
.breve .next a{
    text-decoration: none;
    color: #002d57;
    font-size: 15px;
}
.breve ul{
	padding-left: 3em;
	list-style: disc outside;
}
.ngg-tag-descr{
	position: absolute;
	bottom: 0;
	background-color: rgba(80, 80, 80, 0.75);
	color: #FFF;
	margin: 0 5px 25px 9px;
}
.image-padding{
    padding-top: 6px;
    overflow: hidden;
    width: 110px;
    height: 110px;
    display: inline-block;
}
.image-padding img{
    min-width: 110px;
    min-height: 110px;
}
.image-padding div.crop, .image-padding div.bg{
    width: 110px;
    height: 110px;
    position: absolute;
}

.image-padding div.crop{
    background: url(images/img-padding.png) no-repeat 0 0px;
    z-index: 10;
}
.image-padding.big{
    width: 180px;
    height: 230px;
}
.image-padding.big img{
    min-width: 180px;
    min-height: 230px;
}
.image-padding.big div.crop, .image-padding.big div.bg{
    width: 180px;
    height: 220px;
    padding-top: 10px;
}
.image-padding.big div.bg .counter{
    display: block;
    font-size: 12px;
}
.image-padding.big div.bg .counter strong{
    color: #fff;
}
.image-padding.big div.crop{
    background: url(images/img-padding-big.png) no-repeat 0 0px;
}
.gid{
    display: inline-block;
}
.container-big{
    padding: 0 5px;
}
.image-padding div.crop{
    background: url(images/img-padding.png) no-repeat 0 0px;
    z-index: 10;
}
.image-padding div.icones-social{
    display: none;
    position: absolute;
    z-index: 11;
    width: 110px;
}
.image-padding a.active div.icones-social{
    display: inline-block;
}
.image-padding div.bg{
    color: #fff;
    font-size: 20px;
    text-align: center;
    background: url("images/fond-bleu-tr.png");
}
.image-padding:hover div.bg, .image-padding a.active div.bg{
    background: none;
    z-index: 9;
    display: block;
    text-align: center;
}
.image-padding .icones-social a{
    margin: 40px 5px;
}
.image-padding a{
    display: inline-block;
    width: 100%;
}
.breve .entete {
    font-weight: bold;
}

.like2{
    padding-right: 15px;
    display: inline-block;
    width: 130px;
    vertical-align: top;
}


.like2 a{
    text-decoration: none;
    color: #002d57;
    font-weight: bold;
}

.like2 p{
    text-align: center;
}

#footer{
    height: 185px;
    width: 100%;
    background: #000;
    position: absolute;
    bottom: 0;
    padding-top: 31px;
	padding-bottom: 25px;
}
#footer .main-footer{
    content: "";
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
#footer p{
    margin: 0;
}

#footer .logo-rond{
    position: absolute;
    bottom: 190px;
    width: 100%;
    background: url(images/shadow-bottom.png) no-repeat center 0px;
}
#footer .menu-footer p{
    font-size: 16px;
    font-weight: bold;
}

#footer .menu-footer a{
    text-decoration: none;
}

#footer .menu-footer a:hover{
    text-decoration: none;
    color: #444;
}

#footer .container{
    padding: 0;
}

#footer .strip div{
    width: 100%;
    display: inline-block;
}

#footer .strip{
    position: absolute;
    bottom: -5px;
    width: 100%;
    text-align: center;
    left: 0;
}

/**** GALLERY ****/
#main.gallery .image-padding{
    padding-right: 15px;
    padding-left: 15px;
    cursor: pointer;
}

#slider li{
    height: 400px;
    line-height: 400px;
    background-color: rgba(0, 0, 0, 0.25);
}

/**** LISTING ****/
.listing{
    position: relative;
    overflow: hidden;
    background: #012345;
}

#slider .listing li{
    margin: 0px;
    width: 303px;
    height: 250px;
    position: relative;
    list-style: none;
    display: inline-block;
    float: left;
    padding: 0 2px;
}

.listing li.onepic {
    width: 100%;
    height: 500px;
}

.listing li.twopic {
    width: 50%;
    height: 500px;
}

.listing li.threepic {
    width: 313px;
    height: 500px;
}

.listing li.fourpic {
    width: 50%;
    height: 250px;
}

.listing li.fivepic {
    width: 313px;
    height: 250px;
}

.listing li a{
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    line-height: 258px;
}

.listing li a div{
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
}

.listing li:hover a:before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.listing li:hover:before{
    content: "";
    background: url(images/plus-bg.png);
    position: absolute;
    width: 41px;
    height: 41px;
    z-index: 10;
    top: 50%;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
}

.listing ul{
    margin: 0;
}
.listing li img{
    vertical-align: middle;
}

/**** CALENDAR ******/
#calendar_wrap{
    width: 187px;
    padding: 25px 23px;
    background: url("images/bg-calendar.png") no-repeat;
    height: 283px;
}
#wp-calendar thead{
    font-weight: bold;
}
#wp-calendar .next{
    float: right;
}

#wp-calendar .previous{
    float: left;
}

#wp-calendar a{
    text-decoration: none;
}
#wp-calendar #today{
    background-color: #242157;
    color: #fff;
}
#wp-calendar{
    color: #242157;
    font-size: 18px;
    width: 174px;
    text-align: center;
    border-spacing: 4px 7px;
    border-collapse: separate;
}

#wp-calendar caption{
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

#wp-calendar td {
    height: 25px;
    vertical-align: middle;
}
#wp-calendar tbody a{
    background-color: #B2BDF8;
}



.eme-calendar{
    width: 187px;
    padding: 12px 23px;
    background: url("images/bg-calendar.png") no-repeat;
    height: 283px;
}
table.eme-calendar-table  thead{
    font-weight: bold;
    font-size: inherit;
}


table.eme-calendar-table  a{
    text-decoration: none;
}
table.eme-calendar-table td.eventful a, table.eme-calendar-table td.eventful-today a{
    font-weight: bold;
    color: #FD2929;
    text-decoration: underline;
}
table.eme-calendar-table {
    color: #242157;
    font-size: 18px;
    width: 174px;
    text-align: center;
    border-spacing: 4px 7px;
    border-collapse: separate;
}

table.eme-calendar-table  td.month_name{
    text-transform: uppercase;
    font-weight: bold;
}

table.eme-calendar-table  td {
    padding: 0;
    height: 25px;
    vertical-align: middle;
}

.bx-wrapper img{
    display: inline-block;
}


.bx-wrapper li{
    text-align: center;
}

#sidebar{
    padding-top: 40px;
}

.navbar-toggle{
    display: none;
}
#footer .container{
    overflow-x: visible;
}
#slider {
    overflow: hidden;
    height: 400px;
}
.page-template-listing-album #slider, .page-template-listing-gallery #slider {
    overflow-y: scroll;
    overflow-x: hidden;
}

.menu .menu-text{
    text-align: left;
    color: #fff;
    padding: 14px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}

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

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

/* Bigger than standard 960 (devices and browsers) */
@media only screen and (min-width: 959px) {
    .bx-wrapper .bx-viewport {
        height: 500px !important;
    }
	#header .menu ul{
		padding-right: 20px;
	}

}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .bx-wrapper .bx-viewport {
        height: 500px !important;
    }
	#header .menu ul li a, #header .menu ul li{
        font-size: 15px;
    }
}

@media only screen and (min-width: 767px) {
    .md-hidden{
        display: none !important;
    }
}


/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    body{
        background: transparent;
        background-image: none !important;
    }
    #header{
        float: left;
        padding-bottom: 15px;
    }
    #header .forum {
        padding-top: 0px;
        padding-bottom: 10px;
    }
    #slider .content {
        padding: 7px 52px;
    }
    #slider h1 {
        height: inherit;
        margin-bottom: 15px;
        width: 100%;
    }

    #header .menu ul li a, #header .menu ul li {
        font-size: 15px;
    }
    #header .menu ul li {
        padding-left: 5px;
    }
    #header .menu ul{
        margin-bottom: 0px;
    }
    #footer {
        height: 261px;
    }
    #footer .logo-rond {
        bottom: 267px;
    }
    #footer .container{
        padding-top: 30px;
    }
    .forums-footer{
        text-align: center !important;
        padding-bottom: 8px;
    }
    .container{
        width: 90% !important;
        margin-right: 5% !important;
        margin-left: 5% !important;
    }
    .columns{
        width: 100% !important;
    }

    .navbar-toggle {
        border-color: #ddd;
        position: relative;
        float: right;
        margin-right: 15px;
        padding: 9px 10px;
        margin-top: 8px;
        margin-bottom: 8px;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: 3px;
        display: block;
    }
    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 4px;
    }
    .navbar-toggle .icon-bar {
        background-color: #ccc;
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }
    .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0 0 0 0);
        border: 0;
    }
    .xs-hidden{
        display: none !important;
    }
    #header .menu ul li {
        width: 100%;
        text-align: left;
        margin-left: 35px;
    }
    .menu ul ul{
        position: initial;
    }
    #header .menu ul li.menu-item-has-children{
        margin-left: 0px;
    }
    .menu-item-has-children:before{
        content: " ";
        background: url("images/br_down.png") no-repeat;
        width: 30px;
        height: 16px;
        display: inline-block;
        margin-right: 5px;
    }
    #header .menu{
        background-color: #012345;
        position: relative;
    }
    #menu-menu-principal{
        display: none;
        position: absolute;
        background-color: #012345;
        top: 50px;
    }
    #menu-menu-principal .sub-menu{
        padding-top: 5px;
        border-radius: 0;
        background: #1D4267;
    }
    #header .menu ul li a{
        padding-bottom: 5px;
        color: #fff;
        font-weight: bold;
    }
    #header .menu ul ul li a {
        font-weight: normal;
    }
    #slider li{
        height: inherit;
        line-height: initial;
    }
    #slider{
        height: inherit;
    }
	#sidebar{
        padding-bottom: 70px;
    }
}



/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
    #slider .content p{
        display: none;
    }
    body.big_strip{
        background-position:  0px 292px;
    }
    body.little_strip{
        background-position:  0px 292px;
    }
	#footer {
        height: 350px;
    }
    #footer .logo-rond {
        bottom: 356px;
    }
	#sidebar{
        padding-bottom: 150px;
    }
}



.right{text-align: right;}
.left{text-align: left;}
.center{text-align: center;}

.wpcf7-form {
    display: block;
    float: left;
    width: 100%;
}

.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form textarea {
    width: 100%;
}

a.next {
    float: right;
}

a.prev {
    padding-right: 140px;
}

span.screen-reader-text {
    display: block;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-variant: small-caps;
    text-decoration: none;
    font-weight: bold;
    color: #57585A;
}
/***
Scroll styles
*/
.track4 {
    width: 10px;
    background-clip: padding-box;
    background-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-color: transparent;
    border-width: 0;
    border-left-width: 1px;
}

.track4.dragging,
.track4:hover {
    background: #f2f2f2; /* No RGBA support */
    background: rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
}

.track4:active {
    background: #f2f2f2; /* No RGBA support */
    background: rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14),
                        inset -1px -1px 0 rgba(0, 0, 0, 0.07);
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14),
                inset -1px -1px 0 rgba(0, 0, 0, 0.07);
}

.handle4 {
    width: 10px;
    background-clip: padding-box;
    background: #ccc; /* No RGBA support */
    background: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1),
                        inset 0 -1px 0 rgba(0, 0, 0, 0.07);
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1),
                inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}

.handle4:hover {
    background: #999; /* No RGBA support */
    background: rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
}

.dragging .handle4,
.handle4:active {
    background: gray; /* No RGBA support */
    background: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
}

/**
Hack for FF 
**/
@-moz-document url-prefix() { 
  .page.big_strip {
    background-position: 0px 192px;
  }
}
