/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 1 oct. 2015, 16:25:40
    Author     : afaidide
*/
@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}
body {

    width: 100%;
    margin: auto;
    background-color: white
;
    font-family: Verdana;
}
#langues {position: absolute; top: 3px; right: 3px;}
#langues img {border: 1px solid black;}
header {
  margin: 0 !important;
}
header *[class^="col-"],
footer *[class^="col-"] {
  padding: 0 !important;
}
header img#baniere,
footer img#pied_page {
  margin: auto;
}
.mentions {
  margin-top: 50px;
  padding-top: 7px;
  margin-bottom: 10px;
  font-size: 0.7em;
  text-align: center;
  border-top: 1px dotted black;
}
nav#menu-principal {
  z-index: 2000;
}
nav#menu-principal div#bs-navbar-collapse {
  max-width: 964px;
  margin: auto;
}
nav#menu-principal div#bs-navbar-collapse a.lien-menu {
  padding: 15px 10px 15px 10px;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle,
.navbar,
.navbar-inverse .navbar-inner {
  filter: none;
  background-image: none;
}
h3,
.h3 {
  font-weight: bold;
  color: #3d3c3d;
  text-transform: uppercase;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
h5,
.h5 {
  font-weight: bold;
  color: #3d3c3d;
}
h1,
.h1 {
  text-align: center;
}
.invisible {
  display: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.btn-style-blanc {
  -moz-box-shadow: 1px 3px 2px -1px #c2c2c2;
  -webkit-box-shadow: 1px 3px 2px -1px #c2c2c2;
  box-shadow: 1px 3px 2px -1px #c2c2c2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ffffff));
  background: -moz-linear-gradient(center top, #ffffff 5%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');
  background-color: #ffffff;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  text-indent: -0.99px;
  border: 1px solid #807d80;
  display: inline-block;
  color: #3d3c3d;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  padding: 3px 13px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;

}
.btn-style-blanc:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #e8e8e8));
  background: -moz-linear-gradient(center top, #ffffff 5%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e8e8e8');
}
.btn-style-grise{
    box-shadow: 1px 3px 2px -1px #c2c2c2 inset;
    background-color: #dddddd;
    border-radius: 2px 2px 2px 2px;
    text-indent: -0.99px;
    border: 1px solid #807d80;
    display: inline-block;
    color: #3d3c3d;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    padding: 3px 13px;
    text-decoration: none;
    text-align: center;
    cursor: not-allowed !important;
}
#boite_magique {
  position: absolute;
  border: 1px solid black;
  background-color: white;
  padding: 0px;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  display: none;
  overflow: auto;
  z-index: 2999;
}
#contenu_boite_magique {
  padding: 10px;
}
#annule_bm {
  float: right;
  cursor: pointer;
}
form div.well {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 15px;
}
form span.radios {
  padding-left: 15px;
}
form .radio label {
  font-weight: bold;
}
form .radio.radio-block label {
  display: block;
  margin: 12px 0;
}
form .radio.radio-inline label {
  margin: 0 10px;
}
form input.calendar {
  width: auto !important;
}
form#form-connexion {
  padding: 15px;
}
form#form-connexion fieldset#block-connexion {
  display: block;
  margin-top: 20px;
  padding: 40px 0px 20px 0px;
}
form#form-connexion fieldset#block-connexion legend {
  margin: auto;
  left: 0em;
}
@media (max-width: 767px) {
  form#form-connexion {
    padding-top: 5px;
  }
  form#form-connexion fieldset#block-connexion {
    margin-top: 5px;
  }
}
.panel-collapse .panel-body {
  padding-top: 20px;
}
a[data-toggle='collapse']:hover,
a[data-toggle='collapse'] > label:hover,
a[data-toggle='collapse'] > label > input:hover {
  cursor: pointer;
}
.media {
  margin-top: 0;
}
.red_button {
  color: #EE3D3F;
}
.invisible {
  display: none;
}
@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}
@media (max-width: 767px) {
  .alert {
    margin-bottom: 10px;
  }
}
.table-responsive {
  -webkit-overflow-scrolling: scroll;
}
.rwd-table {
  margin: 0 0;
}
@media (min-width: 768px) {
  .rwd-table tr:nth-child(odd) {
    background-color: white;
  }
}
@media (max-width: 767px) {
  .rwd-table {
    margin-top: 0;
  }
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
  white-space: normal !important;
}
.rwd-table td:first-child {
  padding-top: .5em;
}
.rwd-table td:last-child {
  padding-bottom: .5em;
}
.rwd-table td:before {
  content: attr(data-th) " :\00a0";
  font-weight: bold;
  display: inline-block;
}
@media (min-width: 768px) {
  .rwd-table td:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .rwd-table th,
  .rwd-table td {
    text-align: left !important;
    border-radius: none !important;
    border: none !important;
  }
}
@media (min-width: 768px) {
  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }
}
#form-accueil-inscription {
  text-align: center;
}
#form-accueil-inscription #img-accueil-inscription {
  margin: auto;
}
table#ajout-participants tr th,
table#liste-participants tr th,
table#ajout-participants tr td,
table#liste-participants tr td {
  text-align: center;
}
table#ajout-participants input[type="text"] {
  min-width: 150px;
}
table#ajout-participants select[name="profil"] {
  min-width: 200px;
}
.achemin_label {
  font-weight: bold;
  text-align: right;
}
@media (max-width: 767px) {
  .achemin_label {
    text-align: left;
  }
}
.achemin_trajet {
  text-align: center;
}
.ss_titre_achemin {
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 5px;
}
.ligne-date {
  margin-bottom: 15px;
}
.ligne-programme {
  margin: auto auto 10px auto !important;
}
.descript_acti {
  color: #807d80;
}
@media (min-width: 992px) {
  .descript_acti {
    padding-left: 35px;
  }
}
.img-programme {
  margin: auto;
}
#panier {
  font-size: 0.85em;
}
@media (min-width: 991px) {
  #panier {
    max-width: 330px;
  }
}
#panier .panel-heading {
  padding-left: 5px !important;
}
@media (max-width: 991px) {
  #panier .panel-heading {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    padding-right: 5px;
  }
}
#panier .elem_panier {
  margin-left: 10px;
}
#panier .panel-collapse .panel-body {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
#panier .panier_montant {
  font-weight: bold;
  font-style: italic;
}
#panier a {
  text-decoration: none;
}
#panier #accordion {
  margin-bottom: 0;
}
/*#panier :hover{
    cursor: all-scroll;
}*/
#panier a :hover {
  cursor: pointer;
}
.draggable {
  z-index: 1100;
  position: absolute;
}
.notation_table input[type="radio"] {
  margin-left: 7px !important;
  margin-right: 7px !important;
}

/* Page d'acceuil */
div.accueil_entete
{
	border: 1px solid #C0C0C0;
	margin-right: 15px;
    margin-left: 15px;
	background-color: #F2F2F2;
	text-align: left;
	font-weight: bold;
	font-size: 0.9em;
	font-family: Arial;
	padding: 5px;
	padding-left: 30px;
    color: #000000;
    border-radius: 10px;
    transition: all .15s ease-in-out;
}

div.accueil_entete:hover
{
	background-color: #C0C0C0;
    transition: all .15s ease-in-out;
}

div.accueil_contenu
{
	margin-top: 10px;
	margin-right: 15px;
        margin-left: 15px;
	text-align: left;
	font-size: 0.8em;
	font-family: Arial;
	padding: 5px;
}

div.accueil_separateur
{
	display: block;
	width: 940px;
}

table.accueil_table_sans_bordure
{
    border-collapse: collapse;
    width: 100%;
}

table.accueil_table_sans_bordure td
{
	padding-bottom: 2px;
}

table.accueil_table_sans_bordure td small
{
	font-size: 11px;
}

#accueil_page a:hover
{
	text-decoration: none;
}

#accueil_lodging
{
	border-collapse: collapse;
	width: 100%;
}

.table_new {
	font-size: .8em;
	margin: 0 auto;
	width: 98%;
	border-collapse: separate;
	border-spacing: 0px;
	border: 0;
	text-align: center;
}

.table_new td {
	padding: 5px;
	/*border-bottom: solid 1px #919191;
	border-left: solid 1px #C0C0C0;*/
	border-bottom: solid 1px #C0C0C0;
	border-left: solid 1px #C0C0C0;
	margin: 0px;
}

.table_new th {
	padding: 5px;
	/*border-bottom: solid 1px #919191;
	border-left: solid 1px #919191;*/
	border-bottom: solid 1px #C0C0C0;
	border-left: solid 1px #C0C0C0;
	/*background-color: #C0C0C0;*/
	background-color: #F2F2F2;
	color: #565656;
	font-weight: 600;
        text-align: center;
}

.table_new tr:first-child th{ border-top: solid 1px #C0C0C0; }
.table_new tr th:last-child{ border-right: solid 1px #C0C0C0; }
.table_new tr td:last-child{ border-right: solid 1px #C0C0C0; }
.table_new  tr:first-child th:first-child { -moz-border-radius: 14px 0 0 0; -webkit-border-radius: 14px 0 0 0; border-radius: 14px 0 0 0; }
.table_new  tr:first-child th:last-child { -moz-border-radius: 0 14px 0 0; -webkit-border-radius: 0 14px 0 0; border-radius: 0 14px 0 0; }
.table_new tr:last-child td:first-child { -moz-border-radius: 0 0 0 14px; -webkit-border-radius: 0 0 0 14px; border-radius: 0 0 0 14px; }
.table_new tr:last-child td:last-child { -moz-border-radius: 0 0 14px 0; -webkit-border-radius: 0 0 14px 0; border-radius: 0 0 14px 0; }

.table_new tr:nth-child(odd) td{
  /*background-color: rgb(220, 228, 237);*/
  /*background-color: #E6EBF2;*/
  background-color: #EFF3F7;
}

/*bon_commande.html*/
#online_payment_options{
	display:flex;
	flex-direction:column;
	margin-left:20px
}
#online_payment_options label{
	margin-left:5px
}
