/*****************************************/
/**********RESET STYLES PAR DEFAUTS********/
/*****************************************/
html, body{
    margin: 0;
    padding: 0;
    font-family: 'Raleway','Trebuchet MS',sans-serif;
}
input, textarea{
    font-family: 'Raleway','Trebuchet MS',sans-serif;
}
.clear{
    clear: both;
}
nav{
    margin:0;
    padding:0;
}
a{
    color: #8D9EB8;
    text-decoration: none;
}
a:hover{
    font-weight:bold;
}
hr{
    border: 1px solid #9b4240;
}


/*****************************************/
/***********FIN RESET ****************/
/*****************************************/
body{
    background-image: url("https://www.lokisalle.jmminy.com/images/roundtable.jpg");
    background-attachment: fixed;
    background-size: cover;
}
.menu-permanent{
    background-color: #8D9EB8;
    color: white;
    padding: 1px;
    position: fixed;
    width:100%;
    z-index:101;
    border-bottom: 1px solid #9B4240;
    font-size:12px;

}
.menu-permanent:hover{

}
.menu-permanent a{
    text-decoration: none;
    color: white;
    font-size:12px;
    float: left;
}
.menu-permanent ul{
    float: right;
    margin: 0;
    padding:0;
    height: inherit;

}
.menu-permanent li{
    list-style: none;
    float: left;
    padding: 8px 14px 9px 24px;
}
.menu-permanent li:hover{
    background-color: #9B4240;
}
.connect{
    background-color: #9B4240;
}
.logo-site{
    margin-top:47px;
    margin-left:34px;
    float: left;
}
.logo-menu{
    height: 30px;
    margin: 0 15% 0 12%;
}

/***********STYLES DE HOME ****************/
#conteneur{
    width: 1024px;
    margin:0 auto;
    background-color: white;
    box-shadow: 0 0 5px;
    overflow: hidden;

}
.appel-un hr:last-of-type {
    border: none;
}
/******Styles perso pour images du slider ******/
#wowslider-container0 .ws_images > div > img{
    /*Pour ajouter des filtres*/
}


nav.menu-permanent{
    height:30px;
}
div.choix-langue{
    float: left;
    font-size:13px;
    padding:6px 6px 6px 38px;
}
.nav-principale{
    display: inline-block;
    margin-left: 61px;
    margin-top: 47px;
}
.nav-principale ul li{
    display: inline-block;
    padding:23px;
    text-shadow: 1px 1px lightgrey;
    color: #8D9EB8;
}
.nav-principale ul li:hover{
    color: #9B4240;
    border-bottom: 2px solid #9B4240;
    font-weight:bold;
}
.outils-head{
    display: inline;
}
article p{
    font-size: 17px;
    margin: 20px;
}
article h1{
    font-size:33px;
    color: #9B4240;
    margin: 20px;
    text-align: center;
}
h1{
    font-size:33px;
    color: #9B4240;
    margin: 20px;
    text-align: center;
}
section h1{
    font-size:33px;
    color: #9B4240;
    margin: 20px;
    text-align: center;
    /*padding-top: 55px; Why ? */
}
.offres h2, .offres h1{
    color: white;
    padding: 15px 0 15px 0;
    text-align: center;
    margin: 0;
    background-color: #8D9EB8;
}
.active{
    color: #9B4240;
    border-bottom: 2px solid #9B4240;
    font-weight:bold;
}
.appels h3{
    color: white;
    text-align: center;
    padding:20px;
    background-color:#9B4240 ;
    margin-top:0;
}
.appels{
    margin:0 auto;
}
.offres{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.offres.salles{
    margin-right: -32px;
}
.appel-un{
    height:398px;
}
.appel-un, .appel-deux{
    float: left;
    margin: 30px;
    border: 1px solid #8D9EB8;
    width: 450px;
    -webkit-box-shadow: 0 0 5px #9B4240;
    -moz-box-shadow: 0 0 5px #9B4240;
    box-shadow: 0 0 5px #9B4240;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    max-height: 421px;
    overflow: hidden;

}

.appel-deux{
    min-height:398px;
}
.appels a:hover{
    color: #9B4240;
}

.appel-un img{
    width: 30%;
    height:79px;
    float: left;
    margin: 0 10px 11px 22px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    border: 1px solid #9B4240;
}
.appel-deux .quotes-img{
    width: 9px;
    padding: 5px;
}
.row{
    float: left;
}
h5 {
    color: #9b4240;
    margin: 5px;
}
.offres-a-la-une{
    float: left;
    width:32%;
    border: 1px solid #8D9EB8;
    margin: 5px;
    -webkit-box-shadow:  0 0 5px;
    -moz-box-shadow: 0 0 5px;
    box-shadow: 0 0 5px;
    margin-top: 20px;
    -webkit-transition: all 0.5s; /* Safari */
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;

}
.offres-a-la-une:hover{
    -webkit-transform: scale(1.05) ;
    -moz-transform: scale(1.05)  ;
    -ms-transform: scale(1.05) ;
    -o-transform: scale(1.05) ;
    transform: scale(1.05) ;

}
.offres-a-la-une img{
    width: 286px;
}
.offres-a-la-une h4{
    color: white;
    padding:20px;
    text-align: center;
    background-color: #9B4240;
    margin-top:0px;
}
h4.special{
    background-color: #8D9EB8;
}

.offres-a-la-une p{
    padding:20px;
}
.bouton{
    background-color: #8D9EB8;
    padding:10px;
    color: white;
    float: right;
    border-radius: 3px;
    margin:4px;
    -webkit-box-shadow:  0 0 5px;
    -moz-box-shadow: 0 0 5px;
    box-shadow: 0 0 5px;
}
form .bouton a.cancel-bouton{
    color: white ;
}
.salles-a-la-une p{
    padding: 10px;
}
.bouton:hover{
    background-color: #9B4240;
    font-weight:bold;
    cursor:pointer;
    color: white;
}
.appel-un span {
    font-size: 13px;
}
.appel-un a {
    font-size: 15px;

}
.appel-deux img{
    width: 82px;
}
.appel-deux p{
    padding:4px;
    float: left;
    border-bottom: 1px dotted grey;
    margin: 10px;
}
footer{
    background-color: #8D9EB8;
    text-align: center;
    text-shadow: 1px 0 #3D3D3D;
    font-size:12px;
    border-top: 2px solid #9B4240;
}
footer ul li{
    color: white;
    display: inline;
}
footer a, footer p{
    color: white;
}
footer p{
    margin-bottom: 0;
}
.logo-menu-bas{
    height: 33px;

    margin-top:9px;
}
footer .footer .fa{
    font-size: 35px;
    padding: 7px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

footer .footer .fa:hover{
    color: #9B4240;
}
.erreur{
    padding: 20px;
    background-color: darkred;
    color: white;
    font-style: italic;
    border-radius: 5px;
    margin-top: 10px;
    font-family: monospace, Courier;
}
.erreur-admin{
}
.valide{
    padding: 10px;
    background-color: #449d44;
    color: white;
    font-style: italic;
    border-radius: 5px;
    margin-top: 10px;
    font-family: monospace, Courier;
}
/*************PAGE D INSCRIPTION*********************/
.required .control-label:after
{
    content:"*";
    color:red;
    font-size: 30px;
}
span.required{
    color: red;

}
.inscription-form
{

    margin: 0 auto;
}
.inscription-form p{
    float: left;
    font-size: 13px;
    color: grey;
}
.inscription-form p.last{
    float: right;
    font-size: 13px;
    color: grey;
}
fieldset legend i.fa
{
    font-size:47px;
    color: #9b4240;
}

.form-group{
    margin-top: 18px;
}
.form-group p{
    font-size: 13px;
    text-align: center;
}
.form-group label
{
    display: inline-block;
    width: 50%;
    text-align: right;
    padding-right:20px;
}
.form-full .form-group{

}
label.special-cgv{
    width: 53%;
}
input[type=text], input[type=email], input[type=password], textarea
{
    border:1px solid lightgrey;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    width: 37%;
    padding: 6px 12px;
}
input[type=submit]#inscription{
    margin-left: 70%;
    background-color: #8D9EB8;
    text-align: center;
    width: 229px;
    color: white;
    box-shadow: 1px 1px #8D9EB8;
    font-size: inherit;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
input[type=submit]#inscription:hover{
    background-color: #9B4240;
}
form a:hover{
    color: #9B4240;
}
.form-control {

    width: 37%;

    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
/**************** Styles Salles **********/

.salles-a-la-une{
    float: left;
    width:30%;
    border: 1px solid #8D9EB8;
    margin: 5px;
    -webkit-box-shadow:  0 0 5px;
    -moz-box-shadow: 0 0 5px;
    box-shadow: 0 0 5px;
    margin-top: 20px;
    -webkit-transition: all 0.5s; /* Safari */
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 4px 4px 0 0;
    min-height: 520px;
}
.salles-a-la-une:hover{
   /* -webkit-transform: scale(1.05) ;
    -moz-transform: scale(1.05)  ;
    -ms-transform: scale(1.05) ;
    -o-transform: scale(1.05) ;
    transform: scale(1.05) ;*/
}
.salles-a-la-une h5{
    font-size: 18px;
    text-align: center;
}
.salles-a-la-une img{
    /*width: 235px;*/
    width:100%;
    min-height:213px;
    max-height:213px;
    margin: 0;
    padding: 0;
    margin-top: -20px;
}
.salles-a-la-une h4{
    color: white;
    padding:20px;
    text-align: center;
    background-color: #9B4240;
    margin-top:0px;
    border-radius: 4px 4px 0 0;
}
.salles-a-la-une span.date-salles{
    padding:10px;
}
.salles-a-la-une .prix-salle{
    float: right;
    margin: 10px 4px 10px 10px;
    padding:0;
    font-weight: bold;
}
.bouton-salles{
    background-color: #8D9EB8;
    padding:10px;
    color: white;
    float: right;
    border-radius: 3px;
    margin:4px;
    -webkit-box-shadow:  0 0 5px;
    -moz-box-shadow: 0 0 5px;
    box-shadow: 0 0 5px;
    font-size: 11px;
}
p.date-salles {
    padding: 0 10px 0 10px;
    margin: 0;
}
p.salles-links{
    margin-top: -18px;
}
/**************** Styles connexion **********/
.row{
    width:100%;
}
.col-2{
    float: left;
    width: 45%;
    padding: 10px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius: 4px;
    min-height: 229px;
    background-color: rgba(141, 158, 184, 0.1);

}
.login{
    float: none;
    width: 80%;
    min-height: 229px;

    margin: 0 auto;

}
fieldset{
    border: 1px solid #8D9EB8;
    min-height: 229px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba(141, 158, 184, 0.1);
}
fieldset h3{
    color:#9B4240;
}
.bouton-valide{
    margin-left: 53%;
    background-color: #8D9EB8;
    text-align: center;
    width: 169px;
    color: white;
    box-shadow: 1px 1px #8D9EB8;
    font-size: inherit;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.bouton-valide:hover{
    background-color: #9B4240;
}
form p{
    float: right;
    font-size: 13px;
    color: grey;
}
.valide-user {
    padding: 10px;
    color: #449D48;
    font-style: italic;
    border-radius: 5px;
    margin-top: 10px;
    font-family: monospace, Courier;
}
.form-col{
    float: left;
    width:47%;
}
fieldset.mdp{
    padding: 30px;
    width:80%;
    margin:0 auto;

}
.form-mdp{
    width:50%;
}
article.panel
{
    padding:30px;
    background: rgba(141, 158, 184, 0.1);
    /* border: 1px solid grey; */
    /* width: 90%; */
    margin: 0 auto;
    border-radius: 5px;
}
h3.rouge, h4.rouge{
    color: #9D413E;
    padding-left: 20px;
}
.rouge{
    color: #9D413E;
}
.back-grey{
    background-color: rgba(141, 158, 184, 0.1);
}
form.recherche{
    float: left;
    margin:5px;
    margin-left: 54px;
    font-size:12px;
}
#submitsearch{
    position: relative;
    right: 18px;
    display: none;
}
i.fa.fa-search{
    cursor: pointer;
}
.col-panel{
    min-height: 310px;
    margin: 13px;
}
.user-welcome{
    position: absolute;
    top: -2px;
    right: 37%;
    font-weight: bold;
}
.connex-inscription p{
    padding: 48px;
    margin: 0 auto;
}
.col-2.login.connex-inscription{
    min-height:174px;
    margin-top:3px;
}
.connex-inscription fieldset{
    min-height: 174px;
}
fieldset legend h4 i.fa{
    font-size:inherit;
}
nav.nav-admin{
   background-color: #9B4240;
    color: white;
    font-size: 14px;
}
fieldset legend i.fa.special {
    font-size: inherit;
    color: #9b4240;
}
/************BACKOFFICE GESTION MEMBRES***********/
.table-gestion tr:nth-of-type(odd) {
    background-color: rgba(220, 220, 220, 0.4);
}
.table-gestion tr:hover{
    background-color: rgba(220, 220, 220, 0.7);
}
.table-gestion th{
    background-color: #8D9EB8;
    color: white!important;
    height:20px!important;
    padding:8px;
    text-transform: uppercase;
    text-shadow: 0 0 5px white;
}
nav.nav-admin a{
    color: white;
}
.nav-admin a{
    color: white;
}
.nav-admin ul{
    margin : 0;
}
nav.nav-admin ul li{
    text-shadow: 0px 1px lightgrey;
    display: inline-block;
    padding: 0 14px;
    line-height: 48px;
}
nav.nav-admin ul li:hover{
    font-weight:bold;
    background-color: goldenrod;
}
nav.nav-admin ul li.no-hover:hover{
    font-weight:bold;
    background-color: transparent;
}
nav.nav-admin ul li.active{
    font-weight: bold;
    background-color: goldenrod;
}
.nav-admin{
    background-color: #9B4240;
    float: left;
    width: 100%;
}
.bouton.nav-admin{
    background-color: #9B4240;
    float: left;
    width: 17%;
}
.backoffice-membre{
    position: relative;
    left:24%;
}
button.bouton.nav-admin.active {
    opacity: 0.6;
    background-color: #8D9EB8;
}

table.table-gestion {
    /*margin: 0 3px;*/
    font-size:12px;
}
table.table-membres{
    font-size: 13px;
}
span.admin-menu {
    font-size: 15px;
    font-weight: bold;
    color: goldenrod;
    width: 197px;
    display: inline-block;
    text-shadow: none;
}
span.total{
    margin-left:71%;
}
/************BACKOFFICE GESTION MEMBRES***********/

.backoffice-salles{
    position: relative;
    left:24%;
}

a.bouton.nav-admin.active {
    opacity: 0.6;
    background-color: #8D9EB8;
}
.bouton.nav-admin{
    background-color: #9B4240;
    float: left;
    width: 17%;
    font-size: 12px;
    text-align: center;
}
/**********Backoffice gestion des salles*******************/
input#categorie {
    width: inherit;
}
form.salles{
    width:80%;
}
input#categorie-reunion{
    margin-left: 53%;
    width:inherit;
}
input#categorie-mariage{

    width:inherit;
}
th a i{
    color: #9B4240;
    font-size: 14px!important;
    padding-left: 7px;
}
/***********Stypes pour pagination et tableaux avancés salles****************/
.tablesorter-pager {
    padding: 5px;
    position: relative!important;
    top: 0 !important;
    padding-left: 42%;
}

/* pager wrapper, in thead/tfoot */
td.tablesorter-pager {
    background-color: #e6eeee;
    margin: 0; /* needed for bootstrap .pager gets a 18px bottom margin */
}
/* pager navigation arrows */
.tablesorter-pager img {
    vertical-align: middle;
    margin-right: 2px;
    cursor: pointer;
}


/* pager output text */
.tablesorter-pager .pagedisplay {
    padding: 5px;
    width: 50px;
    text-align: center;
}


/*** css used when "updateArrows" option is true ***/
/* the pager itself gets a disabled class when the number of rows is less than the size */
.tablesorter-pager.disabled {
    display: none;
}
/* hide or fade out pager arrows when the first or last row is visible */
.tablesorter-pager .disabled {
   /* visibility: hidden;*/
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default;
}
#pager i { /* Nav des salles admins*/
    color: #9B4240;
    padding: 3px;
    font-size: 17px;
}
/* Gestion des produits */
.backoffice-produits{
    position: relative;
    left:24%;
}
/*Gestion promos*/
#tablePromos{
    font-size: 12px;
    width: 70%;
    margin: 0 auto;
}
/* Page Recherche */
#recherche .form-group {
    margin-top: 18px;
    float: left;
    margin-left: 10%;
}
fieldset.recherche{
    width: 75%;
    margin: 0 auto;
}
form#recherche{
    padding:15px;
}
input#motscles {
    width: 200px;
    height: 27px;
}
#recherche select{
    height: 30px;
    margin-bottom: 6px;
}
input#recherche-bouton {
    width: 582px;
    font-size: 15px;
    margin: 0 auto;
    cursor: pointer;
}
.resultats-recherche {
    padding: 20px;
    width:100%;
    margin: 0 auto;
}

.separation {
    width: 33px;
    border-right: 1px dashed #8D9EB8;
    float: left;
    height: 148px;
    margin-top: 8px;
}
.masque{
    display: none;
}
select#salle{
    width:40%;
}
/*Formulaire contact*/
form#contact {
    width: 80%;
    margin: 0 auto;
    margin-bottom:20px;
}
form#contact p {
    font-size: 13px;
    color: grey;
    float: none;
    /* width: 78%; */
}
form#contact .bouton{
    float: none;
}
form#contact label {
    float: left;
    width: 45%;
    font-weight: bold;
    color: #9b4240;
}
button.bouton.cancel {
    background-color: white;
}
/*****Styles reservation details****/
img.salle-panel {
    width: 405px;
    border: 2px solid #9B4240;
    padding: 3px;
    float: left;
    margin-right:15px;
}
.infos-salles .col-panel span {
    font-size: 12px;
    text-align: left;
    display: block;
    color: #9B4240;

}
.infos-salles .col-panel{
    padding:15px;
}
span.prix-salle{
    font-weight:bold;
    font-size: 17px;
}
.avis-salles li {
    display: block;
    width: 30%;
    float: left;
    border: 2px solid #9b4240;
    margin: 9px;
    padding: 4px;
    height: 200px;
    /*overflow: hidden;*/
    font-size: 12px;
    border-radius: 4px;
    color: grey;
    position: relative;
}
.salleSugg {
    margin: 10px;
    float: left;
    width: 30%;
    border: 1px solid #8D9EB8;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 0 5px;
}
.sallesSugg-a-la-une{
    width: 100%;
    box-shadow: none;
    border: none;
    margin: 0 auto;
    min-height: 425px;
}
.sallesSugg-a-la-une h5{
    font-size: 18px;
    text-align: center;
}
.salleSugg img{
    /*width: 235px;*/
    width:100%;
    min-height:213px;
    max-height:213px;
    margin: 0;
    padding: 0;
    margin-top: -20px;
}
.sallesSugg-a-la-une h4{
    color: white;
    padding:20px;
    text-align: center;
    background-color: #9B4240;
    margin-top:0px;
    border-radius: 4px 4px 0 0;
}
.sallesSugg-a-la-une span.date-salles{
    padding:10px;
}
.sallesSugg-a-la-une span.prix-salle{
    float: right;
    margin: 10px;
    font-weight: bold;
}
form#ajout-avis-salle {
    width: 100%;
    margin-top: 45px;
}
.note-donnee{
    background-color: #9b4240;
    color: white;
    font-weight: bold;
    width: 33px;
    height: 23px;
    float: right;
    text-align: center;
    border-radius: 50%;
    padding: 22px;
    border: 2px solid #8D9EB8;
    position: absolute;
    right:0px;
    top: 169px;
}
.avis-salles .quotes-img {
    width: 12px;
    padding: 5px;
}
#ajout-avis-salle .form-group label{
    display: block;
    font-weight:bold;
    text-align: left;
    margin-bottom:20px;
}
textarea#champ-commentaire {
    margin-left: 45px;
    border: 2px solid #9b4240;
    width: 60%;
}
#ajout-avis-salle .form-group {
    float: left;
    width: 50%;
    margin: 0 auto;
}
span.note-salle {
    display: block;
    background-color: #9b4240;
    color: white;
    font-weight: bold;
    width: 95px;
    margin-top: 23px;
    text-align: center;
    border-radius: 5px;
    font-size: 33px;
    padding: 26px;
}
#post-avis{
    margin-left:89%;
    width: 200px;
    float: none;
    font-weight:bold;
}
/***=Stats back**/
ol.stats{
    font-size: 13px;
    line-height: 10px;
    margin-top: 11px;
}
/***Panier d'achat***/
.table-panier{
    margin: 0 auto;
    width: 100%;
    text-align: right;
}
.table-panier th{
    background-color: #9B4240;
    text-align: center;
    height:auto;
    padding:6px;
}
input#ajout_panier:before{
    font-family: FontAwesome;
    content: "\f217";
}
.row-panier{
    width: 85%;
    margin: 0 auto;
}
.montant-panier{
    text-align: right;
    font-weight: bold;
    font-size:15px;
    height:41px;
}
.form-group.panier{
    text-align: right;
    width: 100%;
    margin-top:9px;
}
.form-group.panier input[type=text]{
    width:92px;
    height:18px;
}
.form-group.panier label{
    width:auto;
}
.table-panier img{

}
input.bouton{
    background-color: #8D9EB8;
    padding: 10px;
    color: white;
    float: right;
    border-radius: 3px;
    margin: 4px;
    border: none;
    -webkit-box-shadow: 0 0 5px;
    -moz-box-shadow: 0 0 5px;
    box-shadow: 0 0 5px;
}
#payer_panier:before {
    width:97px;
}
#label-cgv:after
{
    content:"*";
    color:red;
    font-size: 18px;
}
input#payer_panier{
    width:127px;
}
input#verif_promo {
    padding: 9px;
    color: white;
    background-color: #8D9EB8;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}
input#verif_promo:hover {
    background-color: #9B4240;
    font-weight: bold;
    cursor: pointer;
    color: white;
}
td.promo-tableau {
    height: 40px;
    font-weight: bold;
}
input#ajout_panier_2, input#ajout_panier {
    cursor: pointer;
    width: 138px;
    background: #8D9EB8 url("https://www.lokisalle.jmminy.com/images/addtocart.png") no-repeat 2%;
    background-size: 16%;
    padding-left:14px;
    border:none;
}
input#ajout_panier_2:hover, input#ajout_panier:hover {
    cursor: pointer;
    font-weight:bold;
}
#tableDetailsCommandes{
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
.mentions-legales {
    width: 80%;
    margin: 0 auto;
}
/*NEwsletter */
.article-news {
    width: 80%;
    margin: 0 auto;
    background-color: #F4F6F8;
    border: 1px solid;
    margin-bottom: 30px;
}
.article-sitemap {
    width: 90%;
    margin: 0 auto;
    background-color: #F4F6F8;
    margin-bottom: 30px;
    padding:15px 30px;
}
form#valide-newsletter{
    width: 65%;
    margin:0 auto;
    font-size:12px;
}
p.newsletter-notice {
    width: 85%;
    margin: 0 auto;
    margin-bottom: 21px;
    color: grey;
    font-size: 14px;
}
form.envoi-newsletter {
    width: 80%;
    margin: 0 auto 40px auto;

}
label.newsletter {
    width: auto;
    margin: 0 auto;
}
.envoi-newsletter input{
    width: 39%;
    text-align: left;
}
.envoi-newsletter textarea{
    width:90%;
    margin:0 auto;
}
.envoi-newsletter input.bouton {
    width: auto;
    margin: 20px;
    font-size: 14px;
    padding: 16px;
}
.envoi-newsletter input[type=submit]{

    text-align: left;

}
label.titre-nl{
    font-weight: bold;
    font-size: 18px;
    width: auto;
}