
@import url('fonts.css');

@import url('body.css');

@import url('menu.css');

@import url('page.css');

@import url('logo.css');

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");

@import url('slideshow.css');

@import url('accordion.css');

a {
  color: #228896;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

/*a:hover {
  color: unset;
}
*/


/* Définition des Badges */

.badge {
  text-decoration: none;
  padding: 4px 8px;
  text-align: center;
  line-height: 1.3;
  border-radius: 15px;
}

.badge-50{
  display: block;
  width: 50%;
  padding: 0.2em 0;
  text-align: center;
  line-height: 1.3;
  /*font-weight: 900;*/
  font-size: 1.8em;
}

.badge-60{/*aja*/
  display: block;
  width: 60%;
  padding: 0.2em 0;
  text-align: center;
  line-height: 1.3;
  /*font-weight: 900;*/
  font-size: 1.8em;
}

.badge-70{/*aja*/
  display: block;
  width: 60%;
  padding: 0.2em 0;
  text-align: center;
  line-height: 1.3;
  /*font-weight: 900;*/
  font-size: 1.8em;
}

.badge-80{/*aja*/
  display: block;
  width: 80%;
  padding: 0.2em 0;
  margin-top: 15px;
  margin-bottom: -37px;
  line-height: 1.3;
  text-align: center;
  font-size: 1.3em;
}

.badge-99{
  display: block;
  width: 99%;
  padding: 0.2em 0;
  text-align: center;
  /*font-weight: 900;*/
  font-size: 1.8em;
}

.badge-title{/*aja*/
  display: block;
  width: 99%;
  padding: 0.2em 0;
  border-radius: 0;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  font-size: 1.8em;
  background-color: #000091;
  color: white;
}

.badge-annonce{/*aja*/
  display: block;
  width: 99%;
  padding: 0.2em 0.3em;  
  text-align: justify;
  border-radius: 0;
  font-weight: 700;
  font-size: 1.6em;
  background-color: #00c826;
  color: white;
}

.badge-texte{/*aja*/
  display: block;
  width: 95%;
  padding: 0.6em 1.1em;  
  border-radius: 0;
  line-height: 1.2;
  text-align: left;
  font-size: 1.4em;
}

.badge-red {
  background-color: #f10d0c;/*aja*/
  color: white;
}

.badge-brule {/*aja*/
  background-color: #f4875f;
  color: white;
}

.badge-bleu-couverture {/*aja*/
  background-color: #91f5ec;
  color: blue;
}


.badge-blue {
  background-color: #000091;/*aja*/
  color: white;
}

.badge-orange {
  background-color: #ff6b27;/*aja*/
  color: white;
}


.badge-green {
  background-color: #00c826;/*aja*/
  color: white;
}

.badge-tournesol { /*aja*/
  background-color: #fdc511;
  color: white;
}

.badge-opera { /*aja*/
  background-color: #fdc511;
  color: white;
}

/* Définition de l'habillage du corps de texte */

.big-text {
  font-size: 1.1em;
  font-weight: bold;
}

.titre-slide {/*aja*/
  font-size: 3em;
  font-weight: bold;
}

.p-slide {/*aja*/
  font-size: 1.8em;
  font-weight: bold;
}

.text-green {
  color: #00c826;
}

.text-opera {
  color: #a97237;
}

.text-blue {
  color: #000091;
  font-weight: bold; /*aja*/
}

.text-red {
  color: #f10d0c;
  font-weight: bold; /*aja*/
}

.text-orange {
  color: #ff6b27;
  font-weight: bold; /*aja*/
}


.titre-h3 { /*aja*/
  font-size: 1.4em;
  text-align: center;
  font-weight: bold;
  color: #000091;
}

.p-red { /*aja*/
  font-size: 1.4em;
  text-align: justify;
  font-weight: bold;
  color: #f10d0c;
}

/* bouton de téléchargement PDF aja */
.download-container {
    text-align: center;
    margin: 20px 0;
    font-size: 1.3em;
}

.download-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    background-color: #e74c3c; /* Rouge similaire à votre badge */
    color: white;
    text-decoration: none;
    border-radius: 15px;
    font-weight: 600;
    transition: background-color 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.download-link:hover {
    background-color: #c0392b;
}

.download-icon {
    margin-left: 8px;
    font-size: 1.5em;
}