div#countdown {
    display: flex;
    align-items: center;
    justify-content: center;
}

div#countdown li {
    display: inline-block;
    font-size: 1.5em;
    list-style-type: none;
    padding: 1em;
    text-transform: uppercase;
}

div#countdown li {
    display: inline-block;
    font-size: 1.5em;
    list-style-type: none;
    padding: 1em;
    text-transform: uppercase;
}

li span:nth-child(2) {
    text-align: center;
}

.span_cd {
    text-align: center;
    display: block;
    font-size: 4.5rem;
}
  
.marge{
    margin-left:3em;
}
.header-img{
    width:1152px;
    height:768px
}
p{
    text-align: justify;
}
 .responsive {
  width: auto;
  height: auto;
}
@media (min-width: 992px){
    .container {
        width:1230px;
    }
}
.navbar-csa{
    background-color: #0088aa;
    border-color: #e7e7e7;
    margin-top: 0px;
    margin-bottom: 6px;
}
 .responsive {
  width: auto;
  height: auto;
}

div.abovemenu {
    background: #e8edf3;
    color:white;
    text-align:center;
    padding: 0px;
    border-style: outset;
    border-width: 0px;
    border-color: #6699FF; 
}

div.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.a-csa{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.navbar-toggle {
    border: 1px solid #ddd;
}
.icon-bar{
    background-color: #ddd;
}
header{
    margin-top: 0px;
    margin-bottom: 10px;
}
.caroussel{
    margin-top: 0px;
    margin-bottom: 10px;
}
.jumborton-success{
 padding-right: 15px;
  padding-left: 15px;
 padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: inherit;
  background-color: #eee;
}


.bs-callout-info {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
	border-left-color: #1b809e;
}
.bs-callout-danger {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
	border-left-color: #ce4844;
}
.h4-danger {
    color: #ce4844;
}
.h4-primary {
    color: #1b809e;
}
.texte-defilant{
	padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
	color: #fff;
    background-color: #3fb0ac;
    border-color: #e7e7e7;
}

body {
    background-color:#e3e3e3;
}



.tete {
    margin-top: 5px;
    margin-bottom: 10px;
}



.mediaright {
    float: right;
}

p.datedate {
    font-family: Oswald,Helvetica,sans-serif;
    font-weight: normal;
    color: #97002e;
    font-size: 1.371em;
    letter-spacing: +0.4px;
    margin-top: 0;
}

strike {
    text-decoration: line-through;
}

.panel-default > .panel-heading-custom {
    background-color: #0088aa;
    border-color: #e7e7e7;
    color: #fff; 
}

.navbar-nav {
    width: 100%;
    display: flex;
    justify-content: center;
}
.nav-item {
    text-align: center;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

.panel-body {
    padding: 15px;
    padding-bottom: 1px;
    background-color: #fff;
  }

  .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }

  .centered-table td, th{
    border: 1px solid black;
    border-collapse: collapse;
    text-align: center;
  }