@charset "utf-8";
/* CSS Document */



body {
  font-family: 'Courier Prime', monospace;
	background-color: var(--grey-color),
            transition: "background .5s cubic-bezier(0.25,0.10,0.25,1.00)";
	overflow-x: hidden;
	width: 100%;
	padding: 0px;
}

#page-entiere{
	max-width: 895px!important;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.no-padding{
	padding: 0px!important;
}

#principal{
	display: block;
    width: 90%;
    /* float: left; */
    padding: 25px 25px 25px 25px;
    margin-left: auto;
    margin-right: auto;
}
img {
    width: 243px;
    padding: 5px 10px 10px 0px;
    border-radius: 16px;
}
.logo{
	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    height: 100px;
	
}

p{
	text-align: center;
    font-size: 0.9em;
	font-weight: 200;
    max-width: 895px;
    /* display: block; */
    /* float: left; */
    margin-left: auto;
    margin-right: auto;
}

.texte-accueil{
	text-transform: uppercase;
	font-size: 2.06em;
	
}

.no-bg{
	Background-color: transparent!important;
}

.padding-bas-paragraphe{
	Padding-bottom:25px;
}

#footer{
	padding: 20px 0 0 0;
    background-color: #c8f3e3;
}

a.text-footer{
	color: #212529;
}
.no-margin-bottom{
	margin-bottom:0px!important;
}
a.lire-la-suite {
    float: right;
   color: black;
    font-size: smaller;
    /* display: flex; */
    flex-direction: row;
    padding-top: 20px;
	text-decoration: none;
}

.padding-left{
	padding-left:20px;
}

.padding-right{
	padding-right:20px;
}

.extrait{
	max-width: 210px!important;
}
.opacite50{
	opacity: 0.5;
}

p.first-lettrine::first-letter { /* Use :first-letter if support for IE 8 or earlier is needed */
  color: black;
  font-size: 100%;
}

.centrer-table{
	display: block;
	position:relative;
	margin-left: auto;
	margin-right:auto;
}

.design1{
	padding-top:25px;
}

table.table.table-striped {
    font-size: 0.7em;
}



.taille-table{
	max-width: 930px;
}

.table-header{	
    font-size: 0.9em;
}
 /*Text defilant*/

#scroll-container {
	height: auto;
	width: 100%;
	border: 0px;
	border-radius: 0px;
	overflow: hidden;
}

#scroll-text {
  /* animation properties */
  color: #eee;
  font-size: 0.7em;
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  
  -moz-animation: my-animation 15s linear infinite;
  -webkit-animation: my-animation 15s linear infinite;
  animation: my-animation 15s linear infinite;
}

/* for Firefox */
@-moz-keyframes my-animation {
  from { -moz-transform: translateX(100%); }
  to { -moz-transform: translateX(-100%); }
}

/* for Chrome */
@-webkit-keyframes my-animation {
  from { -webkit-transform: translateX(100%); }
  to { -webkit-transform: translateX(-100%); }
}

@keyframes my-animation {
  from {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
/*Fin Text défilant*/

/* a.no-link {
    color: black;
} */

.test-bdo{
	max-width: 895px;
}

