
/* CSS 2017 */



body {
  background-image: url("../../bootstrap/css/FondVertical.png");
  background-repeat: repeat;
  background-attachment: fixed;
  color: #222222;
  font-size: 12px;
  }

.navbar-default {
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  background-color: transparent;
  background-image: linear-gradient(to bottom, #d1dbd9 0%, #d1dbd9 70%, rgba(209, 219, 217, 0) 100%);
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
}
@media screen (max-width: 640px) {
  #lightcase-case { color: #dddddd; }
}
  
  
  @media (min-width:360px) {
  .contenu-date{ width: 360px;}
   .planning-contains  
   {width: 360px; margin-top: 5px;}
}

@media (min-width: 768px) {
	.contenu-date{ width: 400px;} 
  .container { width: 760px; }
  .table-responsive {max-width: 760px}
  .exposant-contains
  { width: 760px;  margin-top: 180px; }
   .planning-contains  
   {width: 760px; margin-top: 160px;}
    h1, h2, article { padding-top: 10px; }
	.navbar-static-top { min-height: 50px; padding-top: 5px; position: fixed; right: 0px; left: 0px; z-index: 100; }
}
/*
@media (min-width: 992px) {
	.boximagetop { margin-top: 5px;}
	.contenu-date{ width: 400px;}
	.container { width: 760px; }
  .table-responsive {max-width: 760px}
  .planning-contains  
  { width: 760px; margin-top: 160px;}
  .navbar-static-top { min-height: 50px; padding-top: 5px; position: fixed; right: 0px; left: 0px; z-index: 100; }
   h1, h2, article { padding-top: 10px; }
}

@media (min-width: 1200px) {
	.boximagetop { margin-top: 5px;}
	.contenu-date{ width: 400px;}
	 .container { width: 760px; }
  .planning-contains  
  { width: 760px;  margin-top: 160px;}
  .dropdown-menu { background-color: #e6e5d2;}
  .table-responsive {max-width: 760px}
   .navbar-static-top { min-height: 50px; padding-top: 5px; position: fixed; right: 0px; left: 0px; z-index: 100; }
    h1, h2, article { padding-top: 10px; }
}
*/
.dropdown-menu .divider {
  background-color: #bbbfb4;
}

video {
  max-width: 90%;
  height: auto;
}
img {
  margin-top: 3px;
  margin-right: 6px;
  margin-bottom: 3px;
  margin-left: 1px;
}

img.titre, div.titre {
  display: block;
  width: 100%;
  max-width: 700px;
box-shadow: 15px 15px 15px #505050;
  border-radius: 15px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}
img.exposants, div.exposants {
  display: block;
  width: 100%;
  max-width: 600px;

  border-radius: 15px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}

div.titre {
  background-color: black;
  padding-top: 5px;
}

img.adapte {
  width: 100%;
  max-width: 700px;
}

img.cadre {
  display: block;
box-shadow: 15px 15px 15px #505050;
  border-radius: 10px;
  border-top-width: 1px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}

img.gauchetexte {
  padding-bottom: 2px;
  padding-top: 2px;
  padding-right: 8px;
  float: left;
}

img.droitetexte {
  padding-bottom: 2px;
  padding-top: 2px;
  padding-left: 8px;
  float: right;
}

img.biais {
  transform: rotate(-5deg);
  z-index: 4;
}

.boiteTexte, .boiteLarge, .boite50 {
  display: inline;
  background-color: transparent;
  background-image: url("../../bootstrap/css/bg_quart_blanc.png");
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  padding-top: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  border-top-width: 1px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: gray;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: gray;
box-shadow: 15px 15px 15px #505050;
  border-radius: 10px;
  width: auto;
}


.boiteLarge, .boite50 {
  display: block;
  margin-top: 1em;
  margin-right: 0px;
  margin-bottom: 1.5em;
  margin-left: 0px;
  width: 100%;
}

.boite50 {
  width: 20%;
}

h1, h2, h3 {
text-shadow: 0.05em 0.05em 0em #000000;
}

h1, h2 {
  padding-bottom: 0.3em;
}

h1, .h1 {
  font-size: 3em;
}

h2, .h2 {
  font-size: 2.2em;
}

h3, .h3 {
  font-size: 1.8em;
}

h4, .h4 {
  font-size: 1.4em;
}

h5, .h5 {
  font-size: 1.3em;
}

h6, .h6 {
  font-size: 1em;
}

span {
  font-size: 13pt;
}

article {
  font-size: 1em;
}

#list_planning {
  margin-bottom: 1px;
}
.planning-contains {
	
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
 .exposant-contains
 {
	 max-width: 80%;
	display: block;   
    padding-top: 5px;
	margin-right: auto;
	margin-left: auto;
 }

  dl {
  margin-top: 0px;
  margin-bottom: 20px;
}

dt, dd {
  line-height: 1.42857;
}

dt {
	font-weight: lighter;
}

dd {
	margin-left: 0px;
	font-weight: bold;
}


  .dl-planning_contains dt {
	float: left;
	width: 180px;
	clear: left;
	text-align: center;
	overflow: auto;
	text-overflow: ellipsis;
	white-space: nowrap;
}
  .dl-planning_contains dd {
	margin-left: 10px;
	width: 530px;
	text-align: left;
	overflow: hidden;
	text-overflow: visible;
	white-space: nowrap;
}

.boximagetop-exposants
 {
	 display: block;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px; 
 }

.boximagetop
 {
	
	 display: block;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px; 
 }
 .table-responsive 
 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
 }
.contenu-date
{  display: block;   
    padding-top: 5px;
	margin-right: auto;
	margin-left: auto;
 }


 .boiteDate {
	display: block;
	background-color: transparent;
	background-image: url("../../bootstrap/css/bg_quart_blanc.png");
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 1em;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: gray;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: gray;
	border-radius: 10px;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-style: oblique;
	text-shadow: 0.05em 0.05em 0em #9de0e1;	
	
}

/* responsive typography */
html {
  font-size: 14px;
}

@include media-breakpoint-up(sm) {
  html {
    font-size: 16px;
  }
}

@include media-breakpoint-up(md) {
  html {
    font-size: 20px;
  }
}

@include media-breakpoint-up(lg) {
  html {
    font-size: 28px;
  }
}
hr {
  height: 3px;
   color: #F00;
  background-color: #bbbfb4;
  margin-top: 1px;
  margin-bottom: 1px;
  border: 0;
}
.texte-width
{ width: 80%
 margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}