/* -- IMPORT TYPO -- */

@font-face {
    font-family: 'lucida_sans';
    src: url('fonts/lucida-sans-regular-webfont.woff2') format('woff2'), url('fonts/lucida-sans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* -- STYLE GENERAL -- */

body,
label {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 12px;
    color: #7F7F7F;
    font-weight: normal;
}

h1 {
    font-family: 'lucida_sans', sans-serif;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 3px;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 2px solid #cecece;
    padding-bottom: 6px;
    margin: 30px 0 20px !important;
}

header h1 {
    border:none;
    letter-spacing: 9px; 
    padding:0;
    margin:0;
}

h1,
h2,
h3 {
    margin-top: 0;
}

section h3{
    padding-bottom: 8px;
    border-bottom: 1px solid #bebdbd;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

header {
    margin: 6px auto 20px;
}

textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    width: 70% !important;
    min-height: 65px;
}

input[type=text],
input[type=password],
input[type=email],
textarea,
select.form-control {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
    outline: none;
    margin: 5px 1px 3px 0px;
    border: 1px solid #DDDDDD;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus,
select.form-control:focus {
    box-shadow: 0 0 5px rgba(229, 166, 0, 1);
    border: 1px solid rgba(229, 166, 0, 1);
}

.row {
    margin-right: 0 !important;
}

.container p,
label,
span,
.connex-erreur,
.erreur ul li,
h2.ss-titre,
.result {
    letter-spacing: 2px;
    line-height: 17px;
}

.formulaire div.connex-erreur,
.erreur ul li,
p.error {
    color: red;
    font-weight: bold;
    font-size: 14px;
}

label.area {
    vertical-align: top;
    position: relative;
    top: 10px;
}

.nobord {
    border: 0 !important;
}

input[type=submit]{
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

input[type=submit],
.bouton .btn,
a.btn {
    padding: 10px 20px;
    color: #fff;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    letter-spacing: 1px;
    border: 1px solid #7F7F7F;;
    background: #7F7F7F;
}

input[type=submit]:hover,
.bouton .btn:hover,
a.btn:hover {
    background: none;
    border: 1px solid #E5A600;
    color: #E5A600;
}

input[type=submit]:focus,
.bouton .btn:focus {
    outline: none;
}

input[name="subsubcom"] {
    margin-top: 10px;
}

.btn-fiche img {margin-bottom: 10px;}

a.return{
    background: url('../img/back.png') no-repeat 12px 8px #7F7F7F;
    padding-left: 45px;
    color:#ffffff;
}

a.return.pay{
    float: right;
    position: relative;
    bottom: 28px;
    right: 29px;
}

a:hover.return{
    background: url('../img/backhov.png') no-repeat 12px 8px;
}

/* -- Menu -- */

header nav.menu {
    background: #fff;
    border: none;
    font-family: Verdana, Tahoma, 'Geneva', sans-serif;
    margin-bottom: 0;
    min-height: auto;
    float: right;
}


header nav.menu ul.navbar-nav > li > a.back {
    padding-left: 32px;
    padding-bottom: 19px;
    background: url('../img/back.png') no-repeat 0 5px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
}

header nav.menu ul.navbar-nav > li > a.back.init{
    padding: 15px 14px 15px 32px;
    background: url('../img/backinit.png') no-repeat 0 8px;
}

header nav.menu ul.navbar-nav > li > a:hover.back.init{
    padding: 15px 14px 15px 32px;
    background: url('../img/backhov.png') no-repeat 0 8px;
}

header nav.menu ul.navbar-nav > li > a:hover.back {
    padding-left: 32px;
    padding-bottom: 19px;
    background: url('../img/backhov.png') no-repeat 0 5px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
}


header nav.menu ul > li {
    border-right: 1px solid #7F7F7F;
    min-height: 34px;
}

header nav.menu ul.navbar-nav > li > a {
    padding-top: 11px;
    padding-bottom: 0;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 10px;
    text-align: center;
    color: #7F7F7F;
}

header nav.menu ul > li > a:hover {
    color: #E5A600 !important;
}

header nav.menu ul > li > a.active {
    color: #CBAD60;
}

header nav.menu ul > li.dropdown {
    background: url("../img/arrowmenudown.png") no-repeat 90% center;
    padding-right: 12px;
}

header nav.menu ul.dropdown-menu {
    box-shadow: none;
    border: 0;
    min-width: 100%;
    width: 100%;
    padding: 0;
}

.nav>li>a {
    padding: 10px 14px;
}

header nav.menu ul.dropdown-menu li {
    border-top: 1px solid #7F7F7F;
    border-right: 0;
    width: 100%;
}

header nav.menu ul.dropdown-menu li a {
    padding-left: 10px;
}

header nav.menu ul.dropdown-menu li a:hover {
    background: none;
}

header nav.menu div {
    padding-left: 0;
    padding-right: 0;
}

/*.drapeau {
    padding: 6px 3px 0 5px;
    display: inline-block;
    position: relative;
    left: 5px;
}*/

header nav.menu ul.navbar-nav > li.drapeau > a{
    padding-right: 2px;
}

#logos {
    width: 259px;
    height: 145px;
    background-color: #B3C3C4;
    padding: 3px 0 0 5px;
    margin-bottom: 10px;
}

#logos .ff {
    width: 125px;
    height: 140px;
    display: inline-block;
    background: url('../img/logo-ff2p-1.jpg') no-repeat center;
}

#logos .ff:hover {
    background: url('../img/logo-ff2p-2.jpg') no-repeat center;
}

#logos .council {
    width: 125px;
    height: 141px;
    display: inline-block;
    background: url('../img/logo-wcp-1.jpg') no-repeat center;
}

#logos .council:hover {
    background: url('../img/logo-wcp-2.jpg') no-repeat center;
}

.tete {
    background: url('../img/tete-1.jpg') no-repeat bottom;
}

.tete h1 {
    color: #fff;
    font-family: 'lucida_sans', sans-serif;
    letter-spacing: 9px;
    padding: 73px 0 120px 15px;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: normal;
}

.titre,
#logos {
    display: inline-block;
    vertical-align: top;
}

.titre {
    margin-top: 11px;
    margin-left: 17px;
}

.titre h1 {
    color: #A9BDBE;
    font-size: 24px;
    line-height: 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    letter-spacing: 2px;
    margin-top: 0;
    position: relative;
    top: 9px;
}

span.th {
    font-size: 13px;
    vertical-align: 7px;
    line-height: 0px;
}

.titre h2 {
    text-transform: uppercase;
    margin-top: 0;
}

.titre h2 p {
    font-size: 17px;
    line-height: 21px;
    color: #7F7F7F;
    margin-bottom: 0;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    letter-spacing: 2px;
}

.titre h2 p:first-child {
    font-size: 22px;
    line-height: 27px;
    color: #E5A600;
    font-weight: bold;
}

.trait {
    border-style: solid;
    border-color: #7F7F7F;
    background-color: transparent;
    position: relative;
    border-width: 1px 0px 0px;
    margin: 16px 0 8px;
    top: 4px;
}


/* -- CORPS -- */

section {
    padding-top: 40px;
    padding-bottom: 40px;
    margin: auto;
}

section a {
    color: #CBAD60;
}

section a:hover {
    color: #7F7F7F;
    text-decoration: none;
}

.center{
    text-align: center;
}

.middle{
    width: 194px;
    margin: auto;
    display: block;
    margin-top: 15px;
}

.form-control {
    display: inline-block;
    width: 70%;
}

.form-control.autre {
    width: 61%;
}

.form-control.other {
    width: 46.5%;
}

h2.ss-titre:after {
    content: '';
    display: block;
    margin-top: 9px;
    width: 100%;
    height: 1px;
    background: #7F7F7F;
}

h2.ss-titre {
    margin-bottom: 20px;
}

.message-inscription{
    margin: 8px 0 15px;
}

/*.bon {
    padding-left: 90px;
}*/

.formulaire label.condition{
    width: 80%;
    margin-top: 14px;
    text-align: justify;
}
.formulaire input[type=checkbox].rules{
        display: inline-block;
    vertical-align: top;
    top: 29px;
    left: 31px;
}
.formulaire input[type=checkbox].rules.postul{
    top: 22px;
    left: 27px;
}
.mention{
    margin-left: 119px;
}
input[type=file].form-control{
    display: inline-block;
}


/* -- Style message temporaire -- */
.tempor{
     border: 1px solid #7F7F7F;
    padding: 30px 25px 25px 40px;
    margin-bottom: 8px;
    text-align: center;
}


.tempor hr{
    height:1px;
    background: #7F7F7F; 
    margin: 30px 0;
}

/* -- STYLE FORMULAIRES -- */

.formulaire div.connex-erreur {
    margin: 20px 0;
}

.formulaire .bouton {
    margin-top: 15px;
    padding: 0;
}

.formulaire.mdp label{
    width :90px;
}


.formulaire.event {
    border: 1px solid #7F7F7F;
    padding: 30px 35px 25px 35px;
    margin-bottom: 8px;
}

.formulaire.event span {
    margin-left: 10px;
    font-weight: bold;
}

.result,
.connex-deco,
.connex-mdp {
    color: #E5A600;
    font-weight: bold;
    font-size: 14px;
}

.postule label{
   position: relative;
    top: 6px;
}

.form-group.piti{
    font-size: 10px;
}

.bouton .postule{
    margin-left: 118px;
}

.bouton .insc{
    display: block;
    margin: auto;
}

.bloc-annule{
    margin: 25px 0px 40px;
}


.account {
   height: 250px;
   margin: 0 !important;
   border: 1px solid #E5A600;
    background: url('../img/account.jpg') no-repeat 10px 10px;
}
.account .button{
    width: 250px;
    text-align: center;
    position: relative;
    margin: auto;
    top: 87px;
    display: block;
    background: #ffffff;
    border-radius: 5px;
    border: 0;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.account .button:hover{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);

}

.account a{
    color: #7F7F7F;
    display: block;
    font-size: 12px;
    padding: 20px 10px;
    text-transform: uppercase;
   -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.account a:hover{
   -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  color: #E5A600;

}

.connexion form {
    border: 1px solid #7F7F7F;
    padding: 21px 25px 25px 40px;
    margin-bottom: 15px;
    height: 250px;
}

.connexion h2 {
    font-family: 'lucida_sans', sans-serif;
    text-transform: uppercase;
    font-size: 19px;
    letter-spacing: 6px;
    font-weight: bold;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
    box-shadow: 5px 5px red;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.formulaire .ligne-resa-option > span.infosResa{
    float: none;
    top: 6px;
    left: -9px;
    font-weight: normal;
    font-size: 11px;
    letter-spacing: 0; 
}


/* Réservation */

.formulaire .gestion{
    margin-top: 0;
}
.formulaire .ligne-resa-option{
    letter-spacing: 1px;
    margin: 0;
}

.formulaire .ligne-resa-option > span{
    float: right;
    position: relative;
    right: 136px;
    top: 5px;
}
.formulaire .reser{
    margin: 10px 0 25px;
}
.formulaire .ligne-resa-option input{
    margin-right: 3px;
}
.formulaire .accomp{
    margin: 10px 0 20px;    
}
.formulaire .accomp label{
    width: 190px;
}
.formulaire .accomp div span{
    margin-left: 0;
    margin-right: 5px; 
}
.formulaire .accomp div input,
.formulaire .accomp div select {
    display: inline-block;
    height: 30px;
    padding: 2px 0 2px 4px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.formulaire .accomp div select {
    margin: 5px 0 5px 17px;
}
.form-control.acomp{
    width:20%;
    margin-left: 36px;
    margin-top: 1px;
    vertical-align: top;
}

/* -- MENU USER -- */
.menuser ul{
    float: right;
}

.menuser ul li {
    list-style: none;
    display: inline-block;
    padding: 5px 20px 5px 0;
}

.menuser ul li a{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 7px 20px 4px 25px;
    color: #7F7F7F;
    background: url('../img/accueil.png') no-repeat left center;
    background-size: 16px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
    border-right: 1px solid #bebdbd;
}

.menuser ul li:last-child a{
    border-right: 0;
}

.menuser ul li a:hover{
    color:#E5A600;
    text-decoration: none;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
}

.menuser ul li a:hover.acc{
    background: url('../img/accueilhov.png') no-repeat left center;
    background-size: 16px;
}

.menuser ul li a.reserv{
    background: url('../img/reserv.png') no-repeat left center;
    background-size: 16px;
}
.menuser ul li a:hover.reserv{
    background: url('../img/reservoff.png') no-repeat left center;
     background-size: 16px;
}
.menuser ul li a.compte{
    background: url('../img/user.png') no-repeat left center;
}
.menuser ul li a:hover.compte{
    background: url('../img/useroff.png') no-repeat left center;
}
.menuser ul li a.postu{
    background: url('../img/postule.png') no-repeat left center;
    background-size: 16px;
}
.menuser ul li a:hover.postu{
    background: url('../img/postuleoff.png') no-repeat left center;
    background-size: 16px;
}
.menuser ul li a.deco{
    background: url('../img/deco.png') no-repeat left center;
    background-size: 16px;
}
.menuser ul li a:hover.deco{
    background: url('../img/decooff.png') no-repeat left center;
    background-size: 16px;
}

/* -- TABLEAU -- */

.tableau {
    margin: 25px 0;
}

.tabListCom tbody tr:first-child,
.tab tbody tr:first-child{
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}
.tabListCom tbody tr,
.tab tbody tr{
    border-bottom: 1px solid #ededed;
}

.tab th {
    min-width: 150px;
    padding: 13px 0;
}

.tabListCom th{
    min-width: 100px !important;
    padding: 13px 0;
}

.tab td ,
.tabListCom td{
    padding: 15px 0;
}

.tab td .theromuspan{
    float: right;
    padding: 0 30px 0 10px;
    letter-spacing: 0;
}

.tab th.date {
   max-width: 90px !important;
}

.tab th.options {
    min-width: 215px;
}


.tab td .infos-regle{
    font-weight: bold;
    font-size: 14px;
    padding-right: 30px;
    background: url('../img/check.png') no-repeat 85% center;
}

/* Mot de passe */

.formulaire {
    padding-top: 15px;
    padding-bottom: 30px;
}

.formulaire div {
    margin-top: 10px;
    margin-bottom: 10px;
}

.formulaire label {
    width: 115px;
}

.connexion.formulaire label{
    width : 135px;
}

.connexion .form-control{
    width: 85%;
}

.civil span,
.lang span {
    margin: 0 12px 0 4px;
}

.formulaire input[type=radio],
.formulaire input[type=checkbox] {
    position: relative;
    top: 2px;
}

span.addition {
    font-weight: bold;
    font-size: 16px;
}

p.addition {
    margin-top: 10px;
    position: relative;
    left: 27px;
}
.ligne-condition input[type=checkbox]{
    top: -2px;
}

.formulaire.event .ligne-condition span{
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
    width: 86%;
    text-align: justify;
    margin-left: 13px;
}


/* -- FOOTER -- */

footer {
    min-height: 109px;
    background: #b3c3c4;
    color: #7F7F7F;
    padding-top: 30px;
    padding-bottom: 23px;
    font-family: Verdana, Tahoma, 'Geneva', sans-serif;
    width: 100%;
    margin-top: 15px;
}

footer a {
    color: #ffffff;
}

footer a:hover {
    color: #fff;
    text-decoration: none;
}

footer p {
    text-align: center;
    margin-bottom: 2px;
}

.adresse p:first-child {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}

.adresse p:last-child {
    font-size: 11px;
}

.copyright {
    font-size: 9px;
    margin-top: 5px;
}

.ligne-appel-util {margin-bottom: 10px;}

.admin-filtre {margin: 10px 0;}

/* -- CSS ESPACE ADMIN -- */
.menuAdmin ul{
    padding-left: 340px;
}
.menuAdmin ul li a{
    color: #0082bc;
    padding: 20px 15px 20px 58px;
    font-size: 14px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
}

.menuAdmin ul li a:hover,
.menuAdmin ul li a.actif {
        color: #CBAD60;
}
.menuAdmin ul li{
    display: inline-block;
    
    margin-right: 15px;
}

.menuAdmin ul li:first-child a{
    background: url('../img/liste-comptes.png') no-repeat 0 50%;
}
.menuAdmin ul li:first-child a:hover,
.menuAdmin ul li:first-child a.actif{
    background: url('../img/liste-comptes-actif.png') no-repeat 0 50%;
}

.menuAdmin ul li:nth-of-type(2) a{
    background: url('../img/liste-inscriptions.png') no-repeat 0 50%;
}
.menuAdmin ul li:nth-of-type(2) a:hover,
.menuAdmin ul li:nth-of-type(2) a.actif{
    background: url('../img/liste-inscriptions-actif.png') no-repeat 0 50%;
}

.menuAdmin ul li:last-child a{
    background: url('../img/liste-appels.png') no-repeat 0 50%;
}
.menuAdmin ul li:last-child a:hover,
.menuAdmin ul li:last-child a.actif{
    background: url('../img/liste-appels-actif.png') no-repeat 0 50%;
}

.admin-filtre label{
    display: inline-block;
    width: 109px;
    padding: 3px 0;
}

.admin-filtre .admin-filtre-ligne:last-child{
    margin: 10px 0;
}

/* -- RESPONSIVE -- */

@media (min-width: 960px) {
    .container {
        width: 960px;
        padding: 0;
    }
    .col-lg-12 {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 992px) {
    .account{
        background: none;
    }
    .account::before{
        content: '';
        display: block;
        width: 97%;
        height: 94%;
        position: absolute;
        top: 7px;
        left: 7px;
        background: #ecbe34;
    }
    h2.ss-titre{
        line-height: 1;
    }
}

@media (max-width: 960px) {
    header nav.menu{
        width: 100%;
    }
}

@media (max-width: 768px) {
 header nav.menu ul.navbar-nav > li > a.back.init{
             background: url('../img/backinit.png') no-repeat 36% 8px;
    }
}

@media (max-width: 530px) {
        .formulaire .ligne-resa-option > span{
            float: none;
            position: inherit;
        }
        .form-control.acomp{
            width: 50%;
            margin: 0;
            vertical-align: inherit;
        }
        .mention{
            margin-left: 0;
        }
        header nav.menu ul.navbar-nav > li > a.back.init{
             background: url('../img/backinit.png') no-repeat 33% 8px;
    }
}

@media (max-width: 500px) {
    .formulaire .accomp div select {
        margin: 5px 0 5px 0;
        width: 100%;
    }
    .formulaire .accomp div input{
        width: 40% !important;
    }
    .formulaire.event{
        padding: 25px;
    }
    .form-control,
    textarea{
        width: 100% !important;
    }

}

@media (max-width: 430px) {
    .account::before{
        display: none;
    }
    .account{
        background: #ecbe34;
        border-color: #ecbe34;
    }
    .account .button{
        width: 100%;
    }
    .titre h1,
    .titre h1 span{
        top: 0;
        line-height: 1;
    }
    header nav.menu ul.navbar-nav > li > a.back.init{
             background: url('../img/backinit.png') no-repeat 29% 8px;
    }
    /*.titre h1:last-child{
        top: 20px;
        line-height: 1;
    }
    .titre h1 span{
        line-height: 1;
    }*/
}

@media (max-width: 330px) {
        .menuser ul li{
            padding-top: 10px;
            padding-bottom: 10px;
        }
        .menuser ul li a{
            border:0;
            border-bottom: 1px solid #bebdbd;
        }
        header nav.menu ul.navbar-nav > li > a.back.init{
             background: url('../img/backinit.png') no-repeat 25% 8px;
    }
}

@media (max-width: 767px) {
    header nav.menu ul > li {
        border: 0;
        border-bottom: 1px solid #7F7F7F;
    }
    header nav.menu ul > li.dropdown {
        background: none;
    }
    header nav.menu ul > li.dropdown > ul {
        display: block;
        position: inherit;
        float: none;
    }
}

@media print {
    /* Feuille de style minimaliste pour impression */

    /* 1. Simplification des styles graphiques pour tous les éléments */
    * { color: #000!important; background: #FFF!important; border: none; font-family: Garamond, Arial, Verdana; font-size: 14pt; }

    /* 2. Dimension des blocs conteneurs */
    body, #wrap, #content, article { width: 100%; margin: 0; padding: 0; }

    /* 3. Blocs supprimés */
    #accessibility, #breadcrumb, #pub, #menu, #sidebar, nav, aside { display: none; }

    /* 4. Contrôle de la dimension de certains éléments */
    img, table, td, blockquote, code, pre, textarea, input, object, video { max-width: 100%; height: auto; }
    textarea, table, td, th, code, pre, samp, div, p { word-wrap: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto;-o-hyphens: auto; hyphens: auto; }

    /* 5. Affichage des liens */
    #content a { text-decoration: underline; }
    #content a[href]:after { content: " [" attr(href) "]"; }
}