-webkit-hyphens: auto;
-mos-hyphens: auto;
-o-hyphens: auto;

@font-face {
    font-family:GothamProRegular;
    src:url("../fonts/GothamProRegular.eot");
    src:url("../fonts/GothamProRegular.eot?#iefix") format("embedded-opentype"),url("../fonts/GothamProRegular.woff") format("woff"),url("../fonts/GothamProRegular.ttf") format("truetype");
    font-weight:normal;
    font-style:normal
}

body {
    margin: 0 auto;
    padding: 0 auto;
    width: 100%;
    height: auto;
    font-family: 'GothamProRegular', Arial, Helvetica, sans-serif;
	overflow: hidden;
}


#data {
	position: absolute;
	z-index:1;
    margin-left: 2em ;	/* Modif Arnaud 31-08-2018 */ /*auto;*/
    margin-right: auto;
    margin-top: 2.5em;
    width: 83%;
}

#data > section {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 2.8em;
    opacity: 0.9;
}

.divider
{
	display: block;
	width:80%;
	margin-bottom: 2%;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	border-bottom:1px solid gray;
}

.ticket
{
	position: relative;
    /*min-width: 13em;
    max-width: 13em;*/
    width: 12.5em;
    min-height: 25em;
	max-height: 25em;
    /*height: auto;*/
	overflow: hidden;
    background-color:#f0f0f0;
    box-shadow: 0 0 20px #1e1e1e;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
	/* Modif Arnaud 31-08-2018 */
	hyphens: manual;
}

.ticket h1
{
	position: absolute;
	z-index:2;
    margin: 0 auto;
    /*margin-bottom: 2em;*/
    padding: 0 auto;
    /*padding-left: 0.5em;
    padding-right: 0.5em;*/
    height: 1.5em;
	width: 12.5em;
    background-color: #D32F2F;
    color: #f0f0f0;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    line-height: 1.5em;/* Modif Arnaud 31-08-2018 */ /*2.5em;*/
    text-transform: uppercase;
}

.ticket .data_ticket
{
	/*position: absolute;*/	/* Modif Arnaud 20-08-2020 */
	margin-top: 1.5em;
	padding-top: 0.5em;
}

/* this is the tray moving around your container */
.ticket .scrolling
{
	-webkit-animation-name: marquee; /* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 15s; /* Safari 4.0 - 8.0 */
	-webkit-animation-delay: 1s; /* Safari 4.0 - 8.0 */
	-webkit-animation-iteration-count: 1; /* Safari 4.0 - 8.0 */
	-webkit-animation-timing-function: linear;
	/*-webkit-animation-direction: alternate; */
	animation-name: marquee;
	animation-duration: 25s;
	animation-delay: 2s;
	animation-iteration-count: 1;
	animation-timing-function: linear;
	/*animation-direction: alternate;  */
}
/* define the animation */
-webkit-@keyframes marquee 
{
	0%  	{ -webkit-transform: translate(0, 0); }
	100%  	{ -webkit-transform: translate(0, -49%); }
} 
@keyframes marquee 
{
	0%  	{ -webkit-transform: translate(0, 0); }
	100%  	{ -webkit-transform: translate(0, -49%); }
} 




#today
{
    background-color: #E8DAEF;
}
#today h1
{
    background-color: #5A0594;
}


.ticket .sono{
    color: black;
}
.ticket .structure{
    color: blue;
	margin-bottom: 50px;
}

.delivery
{
    width: 1.46em;
    margin-right: 5px;
}

.removal
{
    width: 1.46em;
    margin-right: 5px;
    vertical-align: middle;
}

.ticket p{
    padding-left:0.5em;
    font-size: 1em;
    font-weight: bold;
	margin: 0.4em auto;
	line-height: 1em;
    vertical-align: middle;
}

/*
.ticket pre
{
	margin: .4em auto;
    text-align: justify;
    font-size: 0.8em;
   	line-height: 1.5em;
   	font-family: 'GothamProRegular', Arial, Helvetica, sans-serif;
	white-space : pre-wrap;
}
*/



#info {
    right: 1em;
    top: 0;
    position: absolute;
    width: 15%;
    min-height: 70%;
    height: 80%;
    float: right;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 20px #1e1e1e;
    z-index: 1;
    text-align: center;
}

#logo img {
    width: 50%;
    /*margin-top: 1em;*/ /*Modif Arnaud 21-08-2020 */
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
}

#datetime {
    margin-top: 1em;
    font-size: 1.4em;
    font-weight: normal;
    text-transform: capitalize;
    line-height: 1.5em;
    margin-bottom: 0;
}
#datetime span{
    display:block;
}

/*.time {
    display: inline;
    right: 5px;
    top: 10px;
}*/

#time {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    font-family: "Lucida", sans-serif;
    font-size: 2em;
    font-weight: bold;
}

#weather {
    margin: 0;
    margin-top: 2em;
}

#weather h1 {
    font-size: 1.2em;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.5em;
    background-color: rgba(3, 169, 244, 0.8);
    color: #fafafa;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

#weather_text {
    vertical-align: middle;
}

#weather_text img {
    margin: 0;
    width: 35%;
    vertical-align: middle;
}

#weather_text span {
    margin-left: 1em;
    font-size: 3em;
    vertical-align: middle;
}

#event_at {
    margin: 0;
    margin-top: 2em;
}

#event_at h1 {
    margin: 0;
    font-size: 1.2em;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.5em;
    background-color: rgba(244, 67, 54);
    color: #fafafa;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-align: center;
}

/*#event_at p {
    margin-top: -2em;
    font-size: 2em;
    font-weight: normal;
	text-align: left;
}*/

#content_at {
    margin: 0;
    margin-left: 0.8em;
    margin-right: 0.8em;
    padding: 0;
    text-align: left;
    overflow: hidden;
    word-break: keep-all;
}

#content_at h1 {
    margin-top: 0.5em;
    padding: 0;
    background: none;
    font-weight: bold;
    text-align: left;
    color: black;
}

#content_at p {

}

.birthday {
    display: block;
    width: 25%;
    height: 25%;
    float: left;
    left: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}



#feed > section {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8em;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 20px #1e1e1e;
    color: #2a2a2a;
    margin: 0;
    padding: 0;
    /*padding-bottom: 2em;*/
    padding-left: 2em;
}

#feed section p {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-size: 1.2em;
    font-weight: normal;
}

#feed section h1 {
    display: block;
    margin:0;
    /*margin-left: 2em;*/
    line-height: normal;
    width: 98%;
    height: 17em;
    font-size: 1em;
    font-weight: bold;
    word-break: keep-all;
}

#feed-content {
    display: block;
    margin-top: 0.5em;
    width: 98%;
    font-size: 1em;
    font-weight: normal;
    text-align: justify;
    word-break: keep-all;
    line-height: normal;
}


